.tabnav01 ul li {
  display: table-cell;
  height: 50px;
  border-right: 2px solid #fff;
  line-height: 1em;
  vertical-align: middle;
}

.tabnav01 ul li:last-child {
  border-right: 0;
}

.tabnav01 li a {
  padding-top: 1em;
  color: #fff;
  font-size: 10px;
  font-size: 10px;
  line-height: 1em;
  text-decoration: none;
  text-decoration: none;
}

.tabnav01 li i {
  display: block;
  margin-bottom: 3px;
  font-size: 25px;
}

.tabnav01 li a {
  border: 0;
}

.table_ul li a:hover,
.table_ul.table_ul li a:focus,
.table_ul li a.active {
  color: #fff;
  border-bottom: 0;
}

.table_ul li.active {
  position: relative;
}

.table_ul li.active .triangle {
  position: absolute;
  bottom: -15px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -10px;
  border-top: 15px solid #337ab7;
  border-right: 10px solid transparent;
  border-left: 15px solid transparent;
}


/*====================================
4.コンテンツ共通
======================================*/
/*求人用見出し*/
.entry-title {
  display: inline-block;
  padding-right: .5em;
  padding-left: .5em;
}

/*bootstrapデザイン上書き button*/
.btn {
  display: inline-block;
  margin-bottom: 0;
  padding: 6px 12px;
  border-radius: 4px;
  background-image: none;
  font-weight: normal;
  font-weight: bold;
  line-height: 1.6;
  cursor: pointer;
  -moz-user-select: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}


/*ユーザ＾基本情報用ボタン*/
.btn-default {
  color: #333;
  border: 1px solid #ccc;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0);
}

.btn-white {
  color: #333;
  border: 1px solid #ccc;
  background-color: #fff;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0);
}

.btn-blue {
  color: #fff;
  border: 1px solid #337ab7;
  background-color: #337ab7;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0);
}

.btn-white:active,
.btn-white:focus,
.btn-white:hover {
  color: #333;
  border: 1px solid #ccc;
  background-color: #ccc;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0);
}


/*求人内容を確認するボタン*/
/*色違いのbox*/
.bg_01 {
  background: #fff;
}

.bg02 {
  background: #edf9fb;
}

/*bootstrap変更を戻す*/
.btn-primary {
  color: #fff;
  /* border-color: #2e6da4;
  background-color: #337ab7;
  background-color: #5bc0de;
  border-color: #46b8da; */
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #d27d00;
  border: 2px solid #995b00;
}

.font_icon_left {
  display: inline-block;
  float: left;
}

.btnContainer .box {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
}

.btnContainer .box,
.btnContainer .box02 {
  float: left;
  padding: 5px;
}

#search-result .job_wrap {
  width: auto;
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #FFF;
  background: #2196f3;
  border-radius: 4px;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  font-weight: 500;
  border: solid 2px #337ab7;
  margin: 10px;
  line-height: 60px;
  padding: 0;
  text-align: center;
  width: 95%;
}

#search-result .oubo_wrap {
  width: 95%;
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #FFF;
  background: #fd9535;
  border-radius: 4px;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  font-weight: 500;
  border: solid 2px #d27d00;
  margin: 10px;
  line-height: 60px;
  padding: 0;
  text-align: center;
  height: auto;
}

#search-result .modal .modal-body-item-line .modal-body-lnk .oubo_wrap {
  background-color: #06C755;
  border: 1px solid #ccc;
}

#search-result .modal.is-logout .modal-body-item .oubo_wrap {
  background-color: #A8A8A8;
  border: 0;
}

#search-result .modal .oubo_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

div#search-result .row {
  margin-right: 0;
  margin-left: 0;
}

.btnContainer {
  display: block;
  overflow: hidden;
  width: auto;
  padding: 0 10px;
}

.btnContainer img {
  width: 32px;
}

.btn-lg {
  /* height: 72px; */
  margin: 15px auto;
  font-size: 15px;
}

.btn-green {
  height: 72px;
  color: #fff;
  /* border-color: #148f77; */
  /* background-color: #1abc9c; */
  background-color: #f0ad4e;
  border-color: #eea236;
  font-size: 20px;
}

.btn-green:hover,
.btn-green:focus {
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning {
  height: 60px;
  color: #fff;
  border-color: #eea236;
  background-color: #f0ad4e;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  -webkit-transition: background-color .2s ease 0s;
  transition: background-color .2s ease 0s;
}

.btn-warning:hover,
.btn-warning:focus {
  height: 60px;
  color: #fff;
  border-color: #d58512;
  background-color: #d58512;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  -webkit-transition: background-color .2s ease 0s;
  transition: background-color .2s ease 0s;
}

.white_lg {
  display: block;
  width: 80%;
  margin: 0 auto;
  padding: 5px;
  font-size: 25px;
}

.btn_br {
  line-height: .8em;
}

.btn_br span {
  font-size: 14px;
}

@media screen and (min-width: 767px) {
  #search-result .oubo_wrap {
    line-height: 1.5;
    height: 64px;
    padding: 0 10px;
  }
}

@media screen and (min-width: 992px) {
  #search-result .oubo_wrap {
    padding: 0 6px;
  }
}

/*オンオフボタン*/
.onoff_wrap {
  display: table;
  margin-top: 30px;
  margin-bottom: 10px;
  padding: 10px 10px;
  vertical-align: middle;
}

.onoff_wrap h2 {
  display: table-cell;
}

.onoff_box {
  display: table-cell;
  vertical-align: middle;
}

.onoff_wrap p {
  display: none;
}

.onoffswitch {
  position: relative;
  width: 60px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

input[type=checkbox].onoffswitch-checkbox {
  display: none;
}

.onoffswitch-label {
  display: block;
  overflow: hidden;
  height: 30px;
  padding: 0;
  border: 2px solid #e3e3e3;
  border-radius: 30px;
  background-color: #fff;
  line-height: 30px;
  cursor: pointer;
  transition: background-color .3s ease-in;
}

.onoffswitch-label:before {
  position: absolute;
  top: 0;
  right: 28px;
  bottom: 0;
  display: block;
  width: 30px;
  margin: 0;
  border: 2px solid #e3e3e3;
  border-radius: 30px;
  background: #fff;
  content: '';
  transition: all .3s ease-in 0s;
}

.onoffswitch-checkbox:checked+.onoffswitch-label {
  background-color: #1abc9c;
}

.onoffswitch-checkbox:checked+.onoffswitch-label,
.onoffswitch-checkbox:checked+.onoffswitch-label:before {
  border-color: #1abc9c;
}

.onoffswitch-checkbox:checked+.onoffswitch-label:before {
  right: 0;
}

.onoff_wrap span {
  padding-left: 1em;
  padding-right: 1em;
}

/*images*/
.content-wrap img {
  width: 100%;
}


/*アラートボックス*/
.alert {
  font-size: 14px;
  font-weight: 700;
}

.alert_blue {
  margin-bottom: 10px;
  padding: 5px;
  color: #fff;
  border-radius: 0;
  background-color: #337ab7;
}

.alert-orange {
  margin-bottom: 10px;
  padding: 5px;
  color: #fff;
  border-color: #eea236;
  border-radius: 0;
  background-color: #f0ad4e;
}

.alert-success {
  color: #3c763d;
  border-color: #d0e9c6;
  background-color: #dff0d8;
}

.company_name {
  padding-right: .5em;
  padding-left: .5em;
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 14px;
}

.job_list_work,
.company_list_work {
  padding-right: .5em;
  padding-left: .5em;

}

.nomalline {
  border-top: 1px solid #ccc;
  margin: 10px auto;
}

p.underline {
  color: #fff;
  border-bottom: 1px solid #fff;
  font-family: inherit;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 12px;
}

.text-lg {
  font-size: 2em;
}

p.underline {
  margin-top: 10px;
  padding: 5px;
  font-size: 16px;
}

.label_w100 {
  width: 100px;
  margin: 5px auto;
}

.job_table th {
  width: 100px;
  vertical-align: top;
}

.shadowbox {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.2), 0 3px 9px rgba(0, 0, 0, 0.1);
  /* border-top:10px solid #2196f3; */
}

.entry-header h2 {
  background: #1a33e6;
  margin: 0;
  padding: 5px 15px;
  font-size: 14px;
}

.entry-header h2 a {
  color: #fff;
}


/* clearfix */
.btnContainer:before,
.btnContainer:after {
  display: table;
  content: '';
}

.btnContainer:after {
  clear: both;
}

.allCheckBtn {
  text-align: center;
}

.allCheckBtn button.btn {
  overflow: hidden;
  width: 80%;
  color: #fff;
}


/* css checkbox */
input {
  outline: none;
}

.checkbox01,
.checkbox02 {
  padding-top: 50px;
}

.checkbox01-input,
.checkbox02-input,
.checkbox03-input {
  display: none;
}

.checkbox01-parts,
.checkbox03-parts {
  position: relative;
  margin-right: 40px;
  padding-top: 5px;
  padding-left: 60px;
}

.checkbox02-parts {
  position: relative;
  margin-right: 40px;
  padding-top: 5px;
  padding-left: 55px;
}

.checkbox01-parts::before,
.checkbox02-parts::before,
.checkbox03-parts::before {
  position: absolute;
  top: 0;
  left: 20px;
  display: block;
  width: 30px;
  height: 30px;
  border: 3px solid #999;
  border-radius: 4px;
  content: '';
}

.checkbox01-input:checked+.checkbox01-parts {
  color: #009a9a;
}

.checkbox02-input:checked+.checkbox02-parts {
  color: #333;
}

.checkbox03-input:checked+.checkbox03-parts {
  color: #1a33e6;
}

.checkbox01-input:checked+.checkbox01-parts::after {
  position: absolute;
  top: -5px;
  left: 30px;
  display: block;
  width: 14px;
  height: 28px;
  border-right: 6px solid #009a9a;
  border-bottom: 6px solid #009a9a;
  content: '';
  transform: rotate(40deg);
}

.checkbox02-input:checked+.checkbox02-parts::after {
  position: absolute;
  top: -5px;
  left: 30px;
  display: block;
  width: 14px;
  height: 28px;
  border-right: 6px solid red;
  border-bottom: 6px solid red;
  content: '';
  transform: rotate(40deg);
}

.checkbox03-input:checked+.checkbox03-parts::after {
  position: absolute;
  top: -5px;
  left: 30px;
  display: block;
  width: 14px;
  height: 28px;
  border-right: 6px solid #1a33e6;
  border-bottom: 6px solid #1a33e6;
  content: '';
  transform: rotate(40deg);
}


/*内側のタブ*/

li.item {
  padding: 1.5em;
}

#colophon {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 20px;
  color: #fff;
  background: #1a33e6;
  font-size: 14px;
  text-align: center;
}

#colophon li {
  display: inline-block;
}

#colophon .btn-link {
  height: 24px;
  padding: 0 10px;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}

#colophon li:first-child:before {
  content: none;
}

#colophon p {
  margin-bottom: 24px;
}

/*ラベル*/
.label_lg {
  width: 120px;
  border-color: #666;
  border-radius: 4px;
  background: #eee;
  margin-bottom: 3px;
}

.label_box ul {
  padding: 10px;
  list-style: none;
}

.label_box ul li {
  display: inline-block;
}



.label_white {
  display: block;
  color: #333;
  border: 1px solid #ccc;
  border-radius: 4px;
  text-align: center;
}

.label_white2 {
  display: inline-block;
  color: #333;
  border: 1px solid #ccc;
  border-radius: 4px;
  text-align: center;
}

.label_box span.label_white {
  background: #fff;
  font-size: 90%;
  font-weight: 400;
  width: auto;
  background: #fff;
  color: #2196f3;
  padding: 5px;
  border: 1px solid #2196f3;
}

.inline {
  display: inline-block;
}


.padding_left {
  padding-left: 1em;
}


/*求人タイトル*/
.job_subtitle {
  width: 106px;
  margin: 5px;
}

/*求人種類*/
.job_employment {
  white-space: nowrap;
  padding: 5px;
  margin: 5px;
}


/*一定の文字数以上を・・・にする*/

.overflow_list {
  padding-left: 8px;
}

.overflow_list li,
.overflow_list p {
  overflow: hidden;
  width: 400px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.overflow_list p {
  padding-right: 15px;
  padding-left: 15px;
}


/*=====table==========*/

/*tableのボーダーを消す*/
.t_wrap {
  margin-bottom: 10px;
  padding: 5px;
  border: 1px solid #eee;
  border-radius: 4px;
}

.no_line,
table.no_line>tr,
table.no_line>th,
table.no_line>td {
  border: 0;
}

table {
  width: 100%;
  margin: 0 auto;
  vertical-align: center;
}

td.table_btn {
  width: 200px;
  padding: 5px;
}


/*企業一覧用table*/
table.company th,
table.company td {
  padding: 5px;
  border: 1px solid #eee;
}

.t_day {
  width: 20%;
}

.t_company {
  width: 50%;
}

.alert dl,
.checks_search dl {
  margin-bottom: .5em;
}

.alert dt,
dd,
.checks_search dt,
dd {
  display: inline-block;
  margin-bottom: 5px;
  padding-bottom: 0;
  border-bottom: 0 solid #fff;
  font-size: 16px;
}

/* th,
td {
  overflow:hidden;
} */

table.table.table-striped tr,
table.table.table-striped th,
table.table.table-striped td {
  display: block;
  width: 100%;
  background: #fff;
}

table.table.table-striped tr.even td {
  overflow: hidden;
}

/*検索フォーム*/
dl.search {
  position: relative;
  border: 1px solid #aaa;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: #fff;

  -o-border-radius: 6px;
  -ms-border-radius: 6px;
}

dl.search dt {
  margin-right: 40px;
  padding: 8px 0 8px 8px;
}

dl.search dt input {
  width: 100%;
  height: 24px;
  border: none;
  background: none;
  line-height: 24px;
}

dl.search dd {
  position: absolute;
  top: 0;
  right: 0;
}

dl.search dd button {
  display: block;
  padding: 10px;
  border: none;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background: none;
  background: #eee;
}

dl.search dd button span {
  display: block;
  width: 20px;
  height: 20px;
}

/*icomoon*/

@font-face {
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;

  src: url('fonts/icomoon.eot?qfbzdq');
  src: url('fonts/icomoon.eot?qfbzdq#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?qfbzdq') format('truetype'),
    url('fonts/icomoon.woff?qfbzdq') format('woff'),
    url('fonts/icomoon.svg?qfbzdq#icomoon') format('svg');
}

[class^='icon-'],
[class*=' icon-'] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;

  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-coin-yen:before {
  font-size: 25px;
  content: '\e93e';
}

.icon_box {
  display: inline-block;
  width: 30px;
  text-align: center;
}

.no_td,
.t_web {
  display: none;
}

/*====================================
5.各コンテンツパーツ
======================================*/
.text-normal {
  font-weight: normal;
}

.job_blueLine {
  border: 5px solid #2196f3;
}

a.underline {
  text-decoration: underline;
  color: #333;
}

.max_width {
  width: 100%;
}

.margin_box {
  margin: 1em auto;
}

#filters button.btn {
  /* width: 40%; */
  width: 30%;
  margin: 5px 0;
  display: inline-block;
  float: right;
}

#filters button.btn a {
  color: #fff;
  display: block;
}

#filters button.white a {
  color: #333;
  display: block;
}

#filters select {
  display: inline-block;
  width: 55%;
  margin: 5px 0;
  float: left;
}


/*=======================================================================================*/
@media (max-width: 767px) {
  .fa-3x {
    font-size: 2em;
  }

  #colophon p {
    width: 100%;
    margin-bottom: 24px;
  }


  .box br {
    display: none;
  }


  td.table_btn {
    display: block;
    width: 100%;
  }

  .overflow_list {
    padding-left: 8px;
  }

  .overflow_list li,
  .overflow_list p {
    overflow: hidden;
    width: 250px;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .btn {
    padding: 6px 5px;
  }

  .btn-green {
    height: 72px;
    color: #fff;
    /* border-color: #148f77; */
    /* background-color: #1abc9c; */

    background-color: #f0ad4e;
    border-color: #eea236;
    font-size: 20px;
    ;
  }

  .nav-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    text-align: center;
  }

  .nav-justified>li {
    display: inline-block;
    width: 33.1%;
  }

  .nav-justified>li a {
    display: block;
    margin-bottom: 0;
  }

  .nav-pills>li a {
    font-size: 14px;
  }


  .btn_inner {
    display: block;
    line-height: 36px;
    text-align: center;
  }

  .box.box02 {
    padding-bottom: 0;
  }

  .box02 {
    line-height: 20px;
  }

  .btnContainer {
    display: inline-block;
    width: auto;
    line-height: 30px;
    vertical-align: middle;
  }

}

.wide {
  width: 100%;
  margin: 10px 0 10px;
}

.no_margin {
  margin-right: 0;
  margin-left: 0;
}

.no_padding {
  padding: 3px;
}

.checkbox span,
.checkbox label {
  display: inline-block;
}

.checkbox {
  text-align: left;
}

.checkbox03 {
  text-align: right;
}

.checkbox span {
  margin-left: 1em;
}

table.company th {
  display: none;
}

table.company td {
  display: block;
  width: 100%;
}

.btn_wrap {
  overflow: hidden;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
}


.right_btn,
.checkbox01 {
  float: right;
}

.on_label {
  display: inline-block;
  margin-right: 1em;
  color: #666;
  border: 1px solid #eee;
  font-size: 12px;
  padding: 3px;
}

h3.entry-title {
  margin-top: 0;
}

.img_min {
  width: 100%;
  margin: 0 auto 10px;
}

h1#page-title {
  font-size: 20px;
}

h1#page-title small {
  font-size: 16px;
  border-radius: 25px;
}

#filters label {
  font-size: 14px;
  color: #fff;
  width: 25%;
}

#filters select {
  display: inline-block;
  width: 55%;
  margin: 5px 0;
  float: left;
}

.custom-select02 select {
  font-size: 12px;
  color: #757575;
}

.custom-select02 input.form-control {
  width: 60%;
}

#filters button.btn {
  /* width: 40%; */
  width: 30%;
  margin: 5px 0;
  display: inline-block;
  float: right;
}


#filters input.form-control {
  font-size: 12px;
}

#filters button.btn a {
  color: #fff;
}


#filters button.white a {
  color: #333;
}

.page-header {
  margin: 0;
}

.check_inner {
  padding: 3px;
}

.page-header {
  border-bottom: 0;
}

p.underline {
  margin-top: 3px;
}

.alert_blue {
  margin-bottom: 3px;
  padding: 3px;
}

#search_select dt,
dd {
  font-size: 14px;
  font-weight: 500;
}

#search_select dl {
  margin-bottom: 0;
}

#search-result h2 {
  padding-left: 20px;
  margin-top: 0;

}

#search-result .c_wrap{
  padding: 5px 5px 15px;
}

#search-result .c_wrap .col-6{
  vertical-align: middle;
  text-align: center;
}

.btn-login-modal-59046:hover{
  text-decoration: none;
}

.post-summary {
  margin: 0;
}

.job_employment {
  padding: 0 5px;
}

.job_table th,
.job_table td {
  width: 100%;
  display: block;
}

.label_w100 {
  width: 100%;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  padding-right: 10px;
  padding-left: 10px;
}


#page-title h1 {
  font-size: 25px;
}

.single .entry-header,
.page .entry-header {
  text-align: left;
}

#page-title h2 {
  font-size: 18px;
  margin: 0;
  padding-left: 1em;
}

.entry-title {
  padding-left: 1em;
}

h2.company_PRtitle {
  font-size: 20px;
  padding-left: 1em;
}

.company_message {
  font-size: 16px;
  font-weight: 400;
}

.container {
  padding-right: 0;
  padding-left: 0;
}

nav.de-breadcrumb .container {
  padding-left: 10px;
  padding-right: 10px;
}

.single .box,
.page .box,
#no-results.box,
.error-404 .box {
  padding: 20px;
}

.company_table {
  padding-left: 10px;
  padding-right: 10px;
}

h2 {
  font-size: 23px;
}

h3 {
  font-size: 18px;
}



h3.company_title {
  text-align: left;
}

.c_wrap h3.company_title {
  background: #fff;
  border: none;
  text-align: left;
  padding: 0;
  margin: 13px 0;
  color: #fff;
  font-weight: 500;
  background: #2196f3;
  padding: 10px;
}

.container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.c_wrap {
  width: auto;
}

.label_lg {
  width: 90px;
  font-size: 10px;
}


@media (max-width: 600px) {
  .nav-justified>li {
    width: 32.9%;
  }

  .overflow_list li,
  .overflow_list p {
    overflow: hidden;
    width: 200px;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .box02 {
    padding: 3px;
    font-size: 4vw;
  }

  .btn-green {
    font-size: 4.5vw;
  }

  .no_icon {
    display: none;
  }

  button {
    width: 100%;
  }

  /* .btn-primary {
    width: 100%;
  } */

  .btn_center {
    overflow: hidden;
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
  }

  .onoff_wrap h2 {
    width: 100%;
  }

  .label_white {
    width: 100%;
  }


  /* 20200708 鈴木追加 */
  .single .box,
  .page .box,
  #no-results.box,
  .error-404 .box {
    padding: 10px;
  }

  h2.company_PRtitle {
    font-size: 14px;
    padding-left: 1em;
    padding: 0;
    margin: 10px 0;
  }

  .company_message {
    font-size: 12px;
  }

  #co-images {
    margin: 0 -5px 10px;
  }
}