@charset "UTF-8";
/* CSS Document */

/*-----------------------------------------------------------------
▼共通項目対応　デザイン距離の近さを回避
-----------------------------------------------------------------*/
html {
  scroll-behavior: smooth;
}

#wrapper { width: 100%; }
.inner{
  max-width: 1000px;
  margin: 0 auto;
  padding: 70px 15px;
}
img{
  vertical-align: middle;
}

/*#side { margin-left: 60px; }

#side-category { margin-bottom: 10px; }
*/

/*-----------------------------------------------------------------
▼survey500/index
-----------------------------------------------------------------*/

#wrapper{
  font-size: 16px; /*em起点*/
/*  color: #555;*/
/*  padding: 0 20px;*/
/*  margin-top: 40px;*/
}

/*-----------------------------------------------------------------
driver toppage
-----------------------------------------------------------------*/


/* driver toppage :base
-----------------------------------------------------------------*/
/* color */
.color_bl{
  color: #2F4FB5;
}

/* basic */
.d-block{
  display: block;
}

/* main title */
.ttl_main{
  font-size: 4rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
  position: relative;
  margin-top: 100px;

}
.ttl_main::after{
    content: attr(data-en);
    color: #777777;
    font-size: 1.5rem;
    display: block;
    letter-spacing: .15em;
    font-weight: normal;
}
.ttl_main::before{
  content: "";
  position: absolute;
  top: -100px;
  width: 80px;
  height: 80px;

  background-size: 50px auto;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 100%;
  left: 0;
  right: 0;
  margin: auto;
}


#driver_jobs .ttl_main,
#faq .ttl_main{
  color: #2F4FB5;
}

#driver_jobs .ttl_main::before,
#faq .ttl_main::before{
  background-color: #2F4FB5;
}
#driver_jobs .ttl_main::before{
  background-image: url(../../img/driver/icon_driver_jobs_wh.png);
}
#faq .ttl_main::before{
  background-image: url(../../img/driver/icon_faq_wh.png);
}


#voice .ttl_main{
  color: #0DBABA;
}
#voice .ttl_main::before{
  background-color: #0DBABA;
}
#voice .ttl_main::before{
  background-image: url(../../img/driver/icon_voice_wh.png);
}


/* sub title */
.ttl_sub_box{
padding: 80px 0 25px 0;
}
.ttl_sub{
font-size: 3rem;
font-weight: bold;
text-align: center;
}
.ttl_sub .deco{
  position: relative;
  display: inline-block;
  padding: 0 2.0rem;
}
.ttl_sub .deco::before,
.ttl_sub .deco::after {
    position: absolute;
    height: 3.0rem;
    content: '';
    bottom: 8px;
}

.ttl_sub .deco::before {
    border-left: solid 2px;
    left: 0;
    transform: rotate(-30deg);
}

.ttl_sub .deco::after {
    border-right: solid 2px;
    right: 0;
    transform: rotate(30deg);
}
/* lead text */
.lead_text{
  text-align: center;
  font-size: 1.8rem;
}

/* main_contents */
.main_contents{
  margin-top: 30px;
}

/* text link */
a.text_link_blank{
  text-decoration: underline !important;
  position: relative;
}
a.text_link_blank:hover{
  text-decoration: none !important;
}
a.text_link_blank::after{
  content: "";
  background-image: url(../../img/driver/icon_blank_bl.png);
  background-repeat: no-repeat;
  width:12px;
  height: 12px;
  background-size: contain;
  display: inline-block;
  margin-left: 5px;
}
/* driver article text link   text-bold*/
#contents a.text_link_blank.text_bold{
  font-size: 18px;
  font-weight: bold;
  text-decoration: underline;
}
#contents a.text_link_blank.text_bold:hover {
  text-decoration: none;
}
a.blank_bl{

}

/* button link */
/* btn_link_iconL:左にアイコンのあるボタン */
.btn_link_iconL{
  display: inline-flex !important;
      font-size: 2rem;
      font-weight: bold;
      text-align: left;
      padding: 14px 40px 14px 85px;
      position: relative;
      border-radius: 6px;
      box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
      margin-bottom: 10px;
      box-sizing: border-box;
      min-height: 70px;
      align-items: center;
      line-height: 1.4;
      width: 100%;
      max-width: 410px;
}
li:last-of-type .btn_link_iconL{
  margin-bottom: 0;
}
.btn_link_iconL::after{
  content: "";
  background-image: url(../../img/driver/icon_blank_wh.png);
  background-repeat: no-repeat;
  width:12px;
  height: 12px;
  background-size: contain;
  display: inline-block;
  right: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
 }
 .btn_link_iconL::before{
  content: "";
  position: absolute;
  left: 20px;
  top:0;
  bottom: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  background-size: 40px auto;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 100%;
  background-color: #fff;
}
.icon_jitan::before{
  background-image: url(../../img/driver/icon_jitan.png);
}
.icon_nikkin::before{
  background-image: url(../../img/driver/icon_nikkin.png);
}
.icon_tsuki30::before{
  background-image: url(../../img/driver/icon_tsuki30.png);
}
.icon_hi15000::before{
  background-image: url(../../img/driver/icon_hi15000.png);
}
.icon_buai::before{
  background-image: url(../../img/driver/icon_buai.png);
}
.icon_kenshu::before{
  background-image: url(../../img/driver/icon_kenshu.png);
}
.icon_kazetoshi::before{
  background-image: url(../../img/driver/icon_kazetoshi.png);
}
.icon_seishain::before{
  background-image: url(../../img/driver/icon_seishain.png);
}
.icon_itaku::before{
  background-image: url(../../img/driver/icon_itaku.png);
}

.btn_link_bl{
  background: #239be6;
  color: #fff;
  transition: all 0.3s ease;
}
.btn_link_bl:hover{
  background: #1f8acc;
  color: #fff !important;
}
.btn_link_gr{
  background: #0DBABA;
  color: #fff;
  transition: all 0.3s ease;
}
.btn_link_gr:hover{
  background: #0badad;
  color: #fff !important;
}
/* btn_link_iconT:上にアイコンのあるボタン */
.btn_link_iconT{
  display: block !important;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 75px 10px 30px 10px;
  position: relative;
  border-radius: 6px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  text-align: center;
}
.btn_link_iconT::after{
  content: "";
  background-image: url(../../img/driver/icon_blank_wh.png);
  background-repeat: no-repeat;
  width:12px;
  height: 12px;
  background-size: contain;
  display: inline-block;
  right: 0;
  left: 0;
  margin: auto;
  position: absolute;
  bottom: 15px;
  margin: auto;
 }
 .btn_link_iconT::before{
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  margin: auto;
  width: 50px;
  height: 50px;
  background-size: 40px auto;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 100%;
  background-color: #fff;
  right: 0;
}
.icon_oogata::before{
  background-image: url(../../img/driver/icon_oogata.png);
}
.icon_bus::before{
  background-image: url(../../img/driver/icon_bus.png);
}
.icon_taxi::before{
  background-image: url(../../img/driver/icon_taxi.png);
}
.icon_haisou::before{
  background-image: url(../../img/driver/icon_haisou.png);
}
.btn_link_iconT .fs_s{
  display: block;
  font-size: 1.3rem;
}

/* button link:左にアイコンのないボタン */
.btn_link{
  display: block !important;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  padding: 20px 35px 20px 35px;
  position: relative;
  border-radius: 6px;
  box-shadow:2px 2px 3px rgba(0,0,0,0.3);
  margin-bottom: 10px;
  max-width: 380px;
  margin: 0 auto;
  box-sizing: border-box;
}
li:last-of-type .btn_link{

}
.btn_link::after{
  content: "";
  background-image: url(../../img/driver/icon_blank_wh.png);
  background-repeat: no-repeat;
  width:12px;
  height: 12px;
  background-size: contain;
  display: inline-block;
  right: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
 }

/* MV */
@media screen and (min-width:768px) {
  .mv{
      background-image: url(../../img/driver/mv_pc.png);
      height:358px;
      background-position: center bottom;
      background-repeat: no-repeat;
      background-size: cover;
  }
}
.mv_inner{
  max-width: 970px;
  position: relative;
  margin: 0 auto;
  height: 100%;
}

.mv_ttl{
  position: absolute;
  top: 25px;
  left: 0;
  z-index: 1;
  width: 540px;
}
.mv_worker{
  position: absolute;
  bottom: 0px;
  right: 20px;
  z-index: 1;
  width: 197px;
}
.mv_bg_sp {
  display: none;
}

/*lead*/
.lead .inner{
  padding-top: 40px;
  padding-bottom: 0;
}

/* ローカルナビ　大　*/
.local_nav{

}
.local_nav_contents ul {
  display: flex;
  width: 100%;
  margin: 30px auto 0;
}
.local_nav_contents ul li{
  width:50% ;
}
.local_nav_contents ul li a{
  display: inline-flex !important;
  text-align: center;
  background: #2F4FB5;
  color: #fff;
  padding: 75px 20px 28px 20px;
  font-size: 2.2rem;
  font-weight: bold;
  position: relative;
  line-height: 1.3;
  box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
  transition: all 0.3s ease;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
}
.local_nav_contents ul li a.local_nav_voice{
  background: #0DBABA;
}
.local_nav_contents ul li a:hover {
  background: #253e8f;
}
.local_nav_contents ul li a.local_nav_voice:hover {
  background: #0badad;
}

.local_icon{
  display: inline-block;
    position: relative;
/*    padding-left: 70px;*/
}
 .local_icon::before{
  content: "";
  position: absolute;
  left: 20px;
  top:0;
  bottom: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  background-size: 40px auto;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 100%;
  background-color: #fff;
}

.local_icon::before {
  content: "";
  position: absolute;
  left: 0px;
  top: -62px;
  bottom: inherit;
  right: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  background-size: 30px auto;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 100%;
  background-color: #fff;
}
.local_nav_jobs .local_icon::before {
  background-image: url(../../img/driver/icon_driver_jobs_bl.png);
}
.local_nav_voice .local_icon::before {
  background-image: url(../../img/driver/icon_driver_voice_gr.png);
}


/* ローカルナビ 小　*/
.local_nav_jobs ul{
  display: flex;
  width: 90%;
    margin: 30px auto 0;

}
.local_nav_jobs ul li{
  width:33.3% ;
}
.local_nav_jobs ul li a{
  display: block !important;
  text-align: center;
  background: #2F4FB5;
  color: #fff;
  padding: 25px 10px 34px 10px;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  line-height: 1;
  box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
  transition: all 0.3s ease;
}
.local_nav_jobs ul li:nth-of-type(2) a{
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
/*
.local_nav_jobs ul li:first-of-type a{
  border-radius: 6px 0 0 6px;
}
.local_nav_jobs ul li:last-of-type a{
  border-radius: 0 6px 6px 0;
}
*/
.local_nav_jobs ul li a:hover{
  background: #253e8f;
}
/* ローカルナビ 下向きアイコン*/


.arrow_down::before,
.arrow_down::after {
  content: ""; /* 疑似要素に指定必須 */
  width: 10px; /* 線の長さを指定 */
  height: 2px; /* 線の幅を指定 */
  display: inline-block; /* インラインブロックにする */
  border-radius: 4px; /* 線を角丸にする */
  background: #fff;   /* 線の色を指定 */
  position: absolute; /* 相対位置に指定 */
  bottom: 15px;
}

.arrow_down::before {
/*  top: calc(50% + 4px);*/     /* 数値は微調整してください */
  transform: rotate(45deg); /* 45度回転させる */
  left:calc(50% - 6px) ;
}
.arrow_down::after {
  left:calc(50% - 0px) ;
/*  top: calc(50% - 4px);*/   /* 数値は微調整してください */
  transform: rotate(135deg); /* -45度回転させる */
  
}



/* お悩み別 */
.worries_contents{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 25px;
}
.worries_contents .worries_list{
  width: calc(50% - 12.5px);
  box-sizing: border-box;
  border: 2px solid #2F4FB5;
  position: relative;
}
/* お悩み別 吹き出しテキスト・画像 */
.worries_contents .worries_list_text{
  background: #2F4FB5;
  padding: 15px 25px 17px;
  display: flex;
  gap: 7px;
  justify-content: space-between;
  position: relative;
  align-items: center;

}
.worries_contents .worries_list_text .worries_list_arrow{
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(../../img/driver/worries_arrow.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 206px;
  height: 71px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 12px;
}
.worries_list_arrow p{
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
  font-size: 1.4rem;
}
.worries_img{
width: 25%;  
}
.bubble {
  position: relative;
  display: inline-flex;
  margin: 10px 10px 10px 0;
  padding: 15px 20px;
  border-radius: 6px;
  background-color: #ffffff;
  vertical-align: middle;
  align-items: center;
  width: 100%;
  min-height: 78px;
}

.bubble::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  border-style: solid;
  border-width: 6.5px 0 6.5px 10px;
  border-color: transparent transparent transparent #ffffff;
  translate: 100% -50%;
}
.bubble p{
  text-align: left;
  font-weight: bold;
  line-height: 1.5;
  font-size: 1.8rem;

}
/* お悩み別 リンク */
.worries_list_link{
padding: 50px 25px 25px 25px;

}
.worries_list_link li{
  display: flex
  ;
      justify-content: center;
}


/* 働き方別 */
.work_style_contents{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 25px;
}
.work_style_contents .work_style_list{
  width: calc(50% - 12.5px);
  box-sizing: border-box;
  border: 2px solid #2F4FB5;
  position: relative;
}
.work_style_contents .work_style_list li{
  display: flex;
  justify-content: center;
}
.work_style_ttl{
  background: #2F4FB5;
  color: #fff;
  font-size:2.4rem;
  padding: 15px;
  text-align: center;
}
.work_style_link{
  padding: 25px;
}
/* 職種別 */
.job_type_contents{
  display: flex;
flex-wrap: nowrap;
width: 100%;
gap: 20px;
}
.job_type_contents li{
width: calc(25% - 6.25px);
    box-sizing: border-box;
    position: relative;
    
}
.job_type_contents li a{
  height: 100%;
}

/* 勤務地から探す */
.area_list_ttl{
  font-size: 2.0rem;
}

.area_list_contents .area_list{
  margin-bottom:30px;
}
.area_list_contents .area_list:last-of-type{
  margin-bottom: 0;
}
.area_list_link{
  display: flex;
  flex-wrap: wrap;
  gap:7px ;
  margin-top: 5px;
 
}
.area_list_link a{
  font-size: 1.6rem;
  text-align: center;
  padding: 12px 35px 12px 15px;
  min-width: 100px;
}

/*-----------------------------------------------------------------
driver toppage :voice
-----------------------------------------------------------------*/
#voice{
  background: #F2F6F6;
}
.voice_contents{

}
.voice_contents .voice_list{
  box-sizing: border-box;
  border: 2px solid #0DBABA;
  position: relative;
  margin-bottom: 25px;
}
.voice_contents .voice_list:last-of-type{
margin-bottom: 0;
}
.voice_list_inner{
  padding: 35px 40px;
  background: #fff;
}
.voice_list_box.voice_list_box_questionnaire{
  display: flex;
  gap: 35px;
  margin: 20px 0 25px 0;
}
.voice_list_box.voice_list_box_questionnaire > div{
  width: 50%;
}

.voice_list_box.voice_list_box_story{
  display: flex;
  gap: 35px;
  margin: 0px 0 25px 0;
  align-items: center;
}
.voice_list_box.voice_list_box_story .voice_02-01{
  width: 40%;
  flex: 1;
}
.voice_list_box.voice_list_box_story .voice_02-02{
  width: 60%;
}


.voice_sub_ttl{
  background: #C8E4FF;
  color: #2F4FB5;
  text-align: center;
  font-size: min(2vw, 2.0rem);
  padding: 10px;
  margin-bottom: 3px;
}
.voice_data_box{
  background: #f5f5f5;
  padding: 20px 30px;
  margin-bottom: 15px;
  min-height: 245px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.voice_data_box img{
  max-width: 400px;
    margin: auto;
    width: 100%;
}

.voice_data_ol_title{
  font-size: 1.6rem;
  font-weight: normal;
  margin-bottom: 10px;
}
.voice_data_ol{
  list-style-type: none;
  font-size: min(2vw, 1.8rem);
  font-weight: bold;
  color: #2F4FB5;
}
.voice_data_ol li{
  margin-bottom: 3px;
}
.voice_data_ol li:last-of-type{
  margin-bottom: 0px;
}

.voice_contents .voice li{
  display: flex;
  justify-content: center;
}
.voice_ttl{
  background: #0DBABA;
  color: #fff;
  font-size:2.4rem;
  padding: 15px;
  text-align: center;
}
.voice_ttl#ttl_02-02 span{
  font-size: 1.8rem;
  line-height: 1.3;
  display: inline-block;
}
.voice_link{
  padding: 25px;
}

/*-----------------------------------------------------------------
driver toppage :faq
-----------------------------------------------------------------*/
#faq{
  background: #E8F4FF;
}
#faq .accordion{
  background: #fff;
  border: 2px solid #2F4FB5;
  border-radius:6px;
  padding: 35px;
  margin-bottom: 15px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
  
}
#faq .accordion .accordion_ttl {
  margin: 0;
  cursor: pointer;
  position: relative;
}
#faq .accordion.open .accordion_ttl{
  margin-bottom: 15px;

}
#faq .accordion .accordion_ttl h3{
  font-size: 1.8rem;
  position: relative;
  padding-left: 50px;
  padding-right: 30px;
}
#faq .accordion .accordion_ttl h3::before {
  content: "Q";
  color: #fff;
  background: #2F4FB5;
  font-size: 1.8rem;
  width: 30px;
  height: 30px;
  display: inline-flex;
  left: 0;
  position: absolute;
  top: 0;
 align-items: center;
  justify-content: center;
  font-weight: bold;
}





#faq .accordion-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.4s ease;
  position: relative;
  padding-left: 50px;
  border-top: 1px solid #ccc;
}
#faq .accordion-content::before {
  content: "A";
  color: #fff;
  background: #F48739;
  font-size: 1.8rem;
  width: 30px;
  height: 30px;
  display: inline-flex;
  left: 0;
  position: absolute;
  top: 15px;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.accordion-content-inner{

  padding-top: 15px;


}
.accordion-content-inner p{
  margin-bottom: 20px;
  font-size: 1.8rem;
}
.accordion-content-inner p:last-of-type{
  margin-bottom: 0px;
}


#faq .accordion.open .accordion-content {
  /* max-height は JS で動的に設定 */
  opacity: 1;
}

/* PC：768px以上は常時表示 */
@media (min-width: 768px) {
  #faq .accordion .accordion_ttl {
    cursor: default;
  }
  #faq .arrow_icon::after {
    opacity: 0 !important;
  }
  #faq .accordion-content {
    max-height: none !important;
    opacity: 1 !important;
    overflow: visible;
  }
}

/*-----------------------------------------------------------------
▼ driver article side
-----------------------------------------------------------------*/
#driver_article #side .side_driver{
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#driver_article #side-category {
  width: 300px;
  background-color: #fff;
  margin-bottom: 30px;
  border: 1px solid #ccc;
  float: left;
}

#driver_article #side-category a {
    display: block;
    text-decoration: none;
    /*padding-top: 10px;
    padding-bottom:10px;
    */
}

#driver_article #side-category h2 {
    text-indent: 0;
    line-height: 57px;
    text-align: center;
    width: 100%;
    height: 57px;
    border-bottom: 1px solid #ccc;
    border-top: none;
    border-left: none;
    border-right: none;
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(221,221,221,1) 100%);
    background-repeat:repeat;
    background-position: 0 0;
    box-shadow: 0px 0px 0px 2px #FFF inset;
    -webkit-box-shadow: 0px 0px 0px 2px #FFF inset;
     -moz-box-shadow: 0px 0px 0px 2px #FFF inset;
}

#driver_article #side-category ul {
  margin-left: 14px;
  margin-right: 14px;
}

#driver_article #side-category ul li {
  border-bottom: 2px dotted #ddd;
  display: flex;
  flex-wrap:wrap;
  width:100%;
}
#driver_article #side-category ul li:last-child{
  border-bottom:none;
}
#driver_article #side-category ul li a {
  display:flex;
  align-items:center;
  width:100%;
  padding:15px 30px 15px 6px;
  color: #555;
  font-size: 1.6rem;
}

#driver_article #side-category ul li:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
}
#driver_article #side-category li:nth-child(5) {

}

#driver_article #side-category ul h4 {
  position: relative;
  float: left;
  color: #555555;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  width: 170px;
  height: 40px;
  margin-left: 60px;
  padding: 10px 30px 2px 10px;
  letter-spacing: normal;
}

#driver_article #side-category:hover #side-category ul h4::after {
  position: absolute;
  right: 0px;
  top: 30px;
}
#driver_article .category-link-arrow{
  position:relative;
}
#driver_article #side-category .category-link-arrow:after {
  border-right: 3px solid #9b9b9b !important;
  border-top: 3px solid #9b9b9b !important;
  border-radius: 1px !important;
  content: "" !important;
  position: absolute !important;
  transform: rotate(45deg) !important;
  -webkit-transform: rotate(45deg) !important;
  width: 10px !important;
  height: 10px !important;
  right:12px;
  top:calc(50% - 6px);
}

#driver_article #side-category ul span {
  color: #fff;
  font-size: 10px;
  line-height: 20px;
  float: left;
  height: 20px;
  margin-left: 65px;
  background: url(../../img/guidance/contents_index_bg_4.png) repeat top left;
  letter-spacing: normal;
}


/*-----------------------------------------------------------------
▼ survey500/vol基本
-----------------------------------------------------------------*/

#contents h1{
  font-size: 1.7em;
  font-weight: 300;
  line-height: 34px;
  color: #00BDC4;
  width: 100%;
  margin: 0px auto 20px;
  padding: 40px 0;
  border-bottom: 1px solid #524741;
  text-align: center;
  border-top: 1px solid #524741;
}

.mt_normal{
  margin-top:20px;
}
.mb_normal{
  margin-bottom:20px;
}
.mb_none{
  margin-bottom:0px !important;
}
.mr_none{
  margin-right: 0px !important;
}
.ml_none{
  margin-left: 0px !important;
}


.pt_none{
  padding-top:0px;
}
.pb_none{
  padding-bottom:0px;
}

.pt_normal{
  padding-top:20px;
}
.pt_small{
  padding-top:10px;
}
.pb_normal{
  padding-bottom:20px;
}

#contents h1 span{
  display: block;
  font-size: 1em;
  font-family: "Times New Roman", Times, serif;
  margin-bottom: 10px;
}
#main-ttl {
  color: #2F4FB5;
  font-size: 2.4rem;
  margin-bottom: 20px;
}
.main-img{
  margin-top: 0;
    margin-bottom: 20px;
}
.survey-ttl{
  color: #2F4FB5;
  font-size: 130%;
  font-weight: 700;
  line-height: 34px;
  padding:16px 20px;
  margin-bottom:20px;
  margin-top:40px;
  border-left:solid 1px #2F4FB5;
  background-color:#E8F4FF;
}
.survey-ttl-sub{
  width: 100%;
  font-size: 120%;
  margin: 10px auto 20px;
  padding-bottom:6px;
  float: none;
  border-bottom:solid 2px #e5e5e5;
  position:relative;
}
.survey-ttl-sub:before{
  content:"";
  position:absolute;
  width:20%;
  height:2px;
  left:0;
  bottom:-2px;
  background-color:#2F4FB5;
}
#contents p.notice{
  font-size:75%;
  margin-bottom:20px;
}

#contents p{ margin-bottom: 20px; }

#contents p:last-child{ margin-bottom: 0; }

#contents section{
  width: 100%;
}

#contents section div.chart{
  width: 350px;
  margin: 0 auto;
  float: left;
}

#contents section ul{
  width: 100%;
  margin: 0 auto;
}

#contents section ul ul{
  width: 250px;
  margin: 0 auto;
  float: right;
}

#contents section div.more {
    float: right;
    display: block;
    font-size: 13px;
    color: #fff;
    line-height: 26px;
    text-align: center;
    width: 200px;
    height: 26px;
    background: #00BDC4 none repeat scroll 0% 0%;
    margin: 10px 50px 5px 0px;
}

#contents section div.more:hover {
    background: #ccc none repeat scroll 0% 0%;
    margin: 13px 50px 2px 0px;
}

section#opinion{
  width:  90%;
  background: url(../../img/survey-results/opinion-ttl.png) no-repeat top left;
  margin: 20px 5%;
}

#contents section#opinion h3 {
  width: 100%;
  padding: 6vw 0px 1vw 10px;
  margin: 0;
}

#opinion ul li{
  font-size: 16px;
  line-height: 30px;
  background-repeat: no-repeat ;
  padding-left: 35px;
  background: url(../../img/survey-results/opinion-list.png) no-repeat 16px 8px;
  background-position: 16px 8px;
}

#opinion ul li span {
  width: 60px;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  background: #77B3E3 none repeat scroll 0% 0%;
  font-size: 14px;
  line-height: 30px;
  padding: 0 6px;
  margin: 0px 10px 10px;
}

#opinion ul li span.w {
  background: #ff9099 none repeat scroll 0% 0%;
  margin: 0px 10px;
}

#contents #comment{
  width: 600px;
  font-size: 16px;
  line-height: 34px;
  padding: 20px;
  color: #fff;
  background: url(../../img/survey-results/bg1.png) repeat scroll left top;
  margin: 20px 0 20px;
}

#contents a img{
  width: 280px;
  height: 60px;
  margin: 5px 180px;
}

#contents a img:hover{
  width: 280px;
  height: 60px;
  margin: 8px 180px 2px;
}

#contents section#comment h3 {
  display: block;
  width: 60px;
  line-height: 30px;
  text-align: center;
  color: #00BDC4;
  font-size: 16px;
  border-radius: 3px;
  background: #fff none repeat scroll 0% 0%;
  padding: 3px 10px;
  margin: 10px 0px;
  float: none;
}
/*
#contents section h3{
  width: 100%;
  font-size: 130%;
  color: #00BDC4;
  margin: 40px auto 20px;
  float: none;
}
*/
#contents section#opinion h3 {
    width: 100%;
    padding: 6vw 0px 1vw 10px;
    margin: 0px 0px 10px;
    float: none;
}

.chart li {
    background-repeat: no-repeat ;
    background-position: 0px 4px;
    display: block;
    font-size: 15px;
    line-height: 28px;
    color: #999;
    text-indent: 30px;
    padding: 5px;
}

#opinion ul li.child {
    display: block;
    font-size: 14px;
    line-height: 30px;
    padding: 0px 0px 10px 35px;
    margin-bottom: 10px;
    background-image: none;
    border-bottom: 1px dotted #00BDC4;
    color: #00BDC4;
    font-weight: 600;
}
#opinion ul li:last-child {
    border: medium none;
}

#opinion ul li.child span {
    width: 60px;
    text-align: center;
    color: #FF9099;
    border-radius: 3px;
    background: #FFF none repeat scroll 0% 0%;
    font-size: 14px;
    line-height: 30px;
    list-style: outside none none;
    padding: 0px 6px;
    margin-left: 0px;
    border: 1px dotted #FF9099;
}

#outline{
  background-color:#f5f5f5;
  padding:40px 40px;
  margin-bottom:40px;
  font-size:1.3rem;
  box-sizing:border-box;
}
#outline .outline-table{
  display:block;
  width:100%;
  font-size: 1.6rem;
}
#outline .outline-table tr{
  display:flex;
  margin-top:16px;
  justify-content:space-between;
}
#outline .outline-table tbody,
#outline .outline-table th,
#outline .outline-table td{
  display:block;
}
#outline .outline-table th{
  vertical-align:top;
  width:25%;
  font-weight:bold;
}
#outline .outline-table td{
  width: 75%;
  padding-left: 15px;
}



/*-----------------------------------------------------------------
list凡例 list-malk
-----------------------------------------------------------------*/


/*-----------------------------------------------------------------
▼ sidebar非表示対応 display-size(width)1045px 以下
-----------------------------------------------------------------*/

@media screen and (max-width: 1045px) {
#wrapper {
  width: 100%;
  padding: 0;
}

#main {
/*  width: 640px;
  float: none;*/
  margin: 0 auto;
}

/*#side { display: none; }*/

#wrapper p.gotop { display: none !important ;}

#wrapper p.gobottom { display: none !important ;}

.wsbl_twitter {
    width: 90px;
    margin-right: 10px;
}
}

/*-----------------------------------------------------------------
▼ スマートフォン対応
-----------------------------------------------------------------*/

#contents section#comment p.sp{ display: none; }
#contents section#comment h3.sp{ display: none; }

#contents p, #contents section#comment h3, #contents #comment p, #wrapper p.gotop, #wrapper p.gobottom { display: inline-block; }
#contents p.sp, #contents #comment p.sp, #contents section#comment h3.sp{ display: none; }

/*-----------------------------------------------------------------
▼ wp_head()によるheaderのズレ・色対応
-----------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-weight: 700;
    margin: 0 0 0;
}
body {
    background: #ffffff;
}

.postinfo {
    color: #00BDC4;
    font-size: 0.8em;
    text-align: right;
    width: 60%;
    margin: 3px 0px 20px;
}
.wp-image-370{margin-top:40px;}
.hr-link-area{
  margin-top:40px;
  margin-bottom:40px;
}

.citation_list li+li{
  margin-top:10px;
}
.citation_list .citation_link{
  color:#555;
  font-size:80%;
  display:block;
  border:solid 1px #00BDC4;
  width:100%;
  border-radius:5px;
  padding:20px 40px 20px 20px;
  box-sizing:border-box;
  position:relative;
  background-image: url(../../img/survey-results/icon_newtab.png);
  background-repeat:no-repeat;
  background-position:95% center;
}
.citation_list .citation_link:hover{
  background-color:#E9F9FA;
}
.citation_list .citation_link_ttl{
  font-size:130%;
  color:#00BDC4;
}

/*
.citation_list .citation_link:after{
  content:"";
  display:block;
  position:relative;
  width:30px;

}
*/

#contents .column_list{
  margin:0px auto 32px;
}
#contents .column_list li{
  margin: 8px 0 8px 20px;
  list-style-type: disc;
  list-style-position: outside;
}

#contents ol{
  margin:0px auto 32px;
  list-style: none;
  counter-reset: number;
}
#contents ol li{
  margin: 5px 0 5px 0.0em;
}
#contents ol li:before{
  font-size:1.6rem;
  margin-right:0.1em;
  counter-increment: number;
  content:counter(number)'.';
  font-weight:bold;
}
#contents dl{
  margin-bottom: 20px;
}
#contents dl dt{
  margin: 5px 0 5px 0.0em;
  font-weight: bold;
  line-height: 1.75;
}
#contents dl dt:nth-child(n+2){
  margin: 20px 0 5px 0.0em;
  font-weight: bold;
  line-height: 1.75;
}
#contents dl dd{
  margin: 5px 0 5px 0.0em;
  line-height: 1.75;
}

#contents .img_box{
  margin-bottom: 20px;
  text-align: center;
}

/* truck-driver-story */
.truck-driver-story-img img{
  max-width: 290px;
}
/* truck-driver-story bubble */
.truck-driver-story_bubble {
  display: flex;
  gap: 15px;
  justify-content: space-between;
  position: relative;
  align-items: center;
  margin-bottom: 20px;
  flex-direction: row-reverse; /* 画像が左、吹き出しが右 */
}

.truck-driver-story_bubble img {
  width: 25%;
  max-width:130px;
}

.truck-driver-story_bubble .bubble_text {
  position: relative;
  display: inline-flex;
  margin: 10px 10px 10px 0;
  padding: 20px 24px;
  border-radius: 6px;
  background-color: #ffffff;
  border: 2px solid #2F4FB5;
  vertical-align: middle;
  align-items: center;
  width: 100%;
  min-height: 78px;
}

/* ↓ 白い中の三角形（左向き） */
.truck-driver-story_bubble .bubble_text::after {
  content: "";
  position: absolute;
  top: 30%;
  top: 40px;
  left: -9px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 10px solid #fff; /* ← 左向き：右側が白 */
  z-index: 1;
}

/* ↓ 枠線の黒い三角形（左向き） */
.truck-driver-story_bubble .bubble_text::before {
  content: "";
  position: absolute;
  top: 30%;
  top: 40px;
  left: -12px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-right: 12px solid #2F4FB5; /* ← 左向き：右側が線色 */
  z-index: 0;
}
.truck-driver-story_bubble .bubble_text p{
  text-align: left;
  line-height: 1.5;
  font-size: 1.6rem;
  color: #2F4FB5;

}