@charset "UTF-8";
/*!  mixin,変数
================================================ */
/*=============================================================
 qa
=============================================================*/
#mainImg {
  background-image: url(../img/qa/img_main_sp.jpg); }
  @media (min-width: 640px) {
    #mainImg {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      background-image: url(../img/qa/img_main_pc.jpg); } }

#qa section {
  margin-bottom: 50px; }
  @media (min-width: 640px) {
    #qa section {
      margin-bottom: 70px; } }
      
.search_box {
  background-color:#d3f1d1;
  padding:30px 0;
}
.search_ttl {
  background-color:#54b150;
  color:#fff;
  position:relative;
  text-align:center;
  font-size:24px;
  height:60px;
  line-height:60px;
}
.search_ttl::before {
  content:url(../img/qa/sidemenu_sankakud.png);
  position:absolute;
  bottom:-32px;
  left:50%;
  margin-left:-10px;
}
.search_elm {
  margin:0 15px;
}
.search_elm_body {
  margin:0;
  padding:20px 15px;
  background-color:#fff;
}
.search_elm_body li {
  box-sizing:border-box;
  padding:15px 15px 15px 2em;
  line-height:1.4em;
  position:relative;
  border-top:1px solid #bbb;
}
.search_elm_body li:last-child {
  border-bottom:1px solid #bbb;
}
.search_elm_body li::before {
/*
  content:url(../img/qa/sidenavi_arrow_s.png);
  position:absolute;
  top:50%;
  margin-top:-9px;
  margin-left:-27px;
*/
  position: absolute;
    left: 3px;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(0.6);
    transform: translateY(-50%) scale(0.6);
    border-radius: 2px;
    font-family: 'font';
    content: "\e900";
    width: 14px;
    height: 14px;
    display: block;
    background: #73c470;
    color: #fff;
    font-size: 8px;
    padding: 4px;
    text-align: center;
}
.search_elm .search_word {
  margin:0;
  padding:0;
}
.search_elm .search_word input{
  display:inline-block;
  width:100%;
  line-height:30px;
  height:30px;
  box-sizing:border-box;
  border:1px solid #bbb;
  background-color:#fff;
  padding:0 5px;
}
.search_button {
  margin:40px auto 0 auto;
  padding-bottom:30px;
  position:relative;
  width:150px;
  height:35px;
}
.search_button input {
  background-color:#f38440;
  color:#fff;
  text-align:center;
  width:150px;
  line-height:35px;
  height:35px;
  border:0;
  border-radius:5px;
  font-size:22px;
}
.search_button::after {
  content:url(../img/qa/arrow_white1.png);
  position:absolute;
  right:10px;
  top:8px;
}

#main h3 {
  height:60px;
  line-height:65px;
  background-color:#e6f9e8;
  text-align:center;
  font-size:30px;
  font-weight:300;
  box-sizing:border-box;
  letter-spacing:0;
  margin-top:0;
}
#main h3 .color_orange {
  font-size:34px;
}
.color_orange {
  color:#f38440;
}

#main .posts {
  padding:30px 0;
  margin:0 0 30px 0;
}
.searchform,
.expcoll {
  display:none;
}

#main .posts li {
  box-sizing:border-box;
  border:1px solid #bbb;
  padding:30px 30px 0 30px;
  margin-bottom:30px;
}

.post_title {
  font-size:22px;
  color:#f38440;
  padding-left:2em;
  line-height:30px;
  position:relative;
  margin-bottom:1em;
}
.post_title img {
  width:30px;
  height:30px;
  display:block;
  position:absolute;
  left:0;
}
.post_content {
  background-color:#ffe5a0;
  padding:30px 30px 30px 70px;
  margin-bottom:30px;
  position:relative;
  display:none;
}
.post_content img {
  width:30px;
  height:30px;
  display:block;
  position:absolute;
  left:30px;
  top:28px;
}
.post_button {
  background-color:#f5ece6;
/*  width:100%;*/
  height:35px;
  position:relative;
  cursor:pointer;
  margin-left:-30px;
  margin-right:-30px;
}
.post_button.close::before {
  content:"開く";
  display:block;
  position:absolute;
  left:50%;
  margin-left:-2em;
  top:5px;
}
.post_button.close::after {
  content:"+";
  width:22px;
  height:22px;
  border:1px solid #333;
  border-radius:50%;
  background-color:#fff;
  color:#333;
  font-size:24px;
  left:50%;
  margin-left:10px;
  line-height:18px;
  top:5px;
  position:absolute;
  text-align:center;
}
.post_button.open::before {
  content:"閉じる";
  margin-left:-3em;
  display:block;
  position:absolute;
  left:50%;
  top:5px;
}
.post_button.open::after {
  content:"-";
  width:22px;
  height:22px;
  border:1px solid #333;
  border-radius:50%;
  background-color:#fff;
  color:#333;
  font-size:24px;
  left:50%;
  margin-left:10px;
  line-height:18px;
  top:5px;
  position:absolute;
  text-align:center;
}

.pager {
  margin:30px 0;
}
.wp-pagenavi {
  display:flex;
  display:-webkit-flex;
  flex-wrap:nowrap;
  -webkit-flex-wrap:nowrap;
  -webkit-justify-content:center;
  justify-content:center;
  margin-bottom: 30px;}
  @media (min-width: 640px) {
	.wp-pagenavi {
  		margin-bottom: 0px;}}

  
.wp-pagenavi span,
.wp-pagenavi a {
  display:block;
  width:30px;
  height:30px;
  border:1px solid #bbb;
  text-align:center;
  color:#333;
  line-height:30px;
  margin-left:-4px;
}
.wp-pagenavi span.current {
  color:#fff;
  background-color:#73c470;
  font-size: 80%;
  border-color: #bbb;
  font-weight: normal;
}
.wp-pagenavi a.page {
  color:#73c470;
  background-color:#fff;
  font-size: 80%;
  font-weight: normal;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
    padding: 0px;
    color: #bbb;
    margin-left: -3px;
}

/* ------------------------------------------------- template2より */

h3{
	font-size:38px;
}

h4{
	font-size:24px;
	text-align:center;
	font-weight: bold;
}

/* -------------------------------menu_01 */

#menu_01 {
	width:100%;
	height:65px;
	text-align:center;
}
#menu_01 ul {
	width: 780px;
	margin:0 auto;
}
#menu_01 ul li {
	display:inline-block;
	float:left;
	height:45px;
	color:#000;
	font-size:17px;
	font-weight:bold;
	text-align:center;
	letter-spacing:1px;
	padding:20px 3% 0 3%;
    box-sizing:content-box;
}

#menu_01 ul li a {
	display:block;
	width:100%;
	height:100%;
	color:#000;
}

#menu_01 ul li a:hover{
	color:#666;
	opacity: 1;
}
.nav_01{/* グローバルナビ個別  01hover*/
	background-image:none;
}

.nav_01:hover{/* グローバルナビ個別  01hover*/
	background-image:url(../img/qa/triangle.png);
	background-repeat:no-repeat;
	background-position:center 51px;
}

.nav_02{/* グローバルナビ個別 02*/
}
.nav_03{/* グローバルナビ個別 03*/
}

.nav_04{/* グローバルナビ個別 04*/
	background-color: #f2f2f2;
}

/* -------------------------------menu_02 */
#menu_02{
	display: none;
}

#menu_02 {
	text-align:center;
	background-color:#f38440;
}

#menu_02 ul {
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content:center;
	justify-content:space-between;
	list-style:none;
	width: 100%;
	max-width:960px;
	height:60px;
	margin:0 auto;
	padding:0 10px;
}
#menu_02 ul li {
	font-size:16px;
	letter-spacing:1px;
}

#menu_02 a {
	display:block;
	display:flex;
	-webkit-justify-content:center;
	justify-content:space-between;
	width:100%;
	height:100%;
	color:#fff;
	padding:20px 45px 0 45px;

}

#menu_02 li:hover{
	background-color:#fddcc8;
}

#menu_02 a:hover{
	color:#000;
	opacity: 1;
}

/* -------------------------------contact */

#contact_container{
	width:100%;
	height:100%;
	color:#fff;
	text-align:center;
	margin:0;
	padding-top:30px;
	padding-bottom:40px;
}

.contact_content{
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	max-width:1070px;
	padding: 0;
}

.contact_box p{
	line-height:0.1em;
}
.flow_btnlist .flow_btnlink a {
  display:block;
  background-color:#fff;
  line-height:35px;
  padding:0 40px;
  position:relative;
  color:#f06b80;
  box-sizing:border-box;
  border:1px solid #f06b80;
}
.flow_btnlist .flow_btnlink a img {
  position:absolute;
  top:9px;
  right:10px;
}

#contact_title{/* お問い合わせタイトル */
	margin: 10px auto;
}

#contact_title:before{/* お問い合わせタイトルアイコン */
	position:relative;
    content:url(../img/qa/tel_icon.png);
    margin-right:10px;
	top:4px;
}

.contact_box{/* 各電話 */
	background-color: #555;
	width:325px;
	height:60px;
	margin:0 auto;
	border:solid 2px #fff;
}

.contact_box p{
	float: left;
	text-align: left;
	font-size:19px;
	letter-spacing:1px;
	margin: 30px 10px 0 25px;
}

.contact_box span{
	float: right;
	display: block;
	font-size:24px;
	margin: 14px 15px 0 0;
}

.btn_mail{/* メールでお問い合わせボタン*/
	background-color: #fff;
	width:355px;
	height:22px;
	color:#333;
    font-size:18px;
    font-weight:bold;
    text-align:center;
	padding: 18px 0 20px 30px;
	margin: 25px auto 10px auto;
}

.btn_mail p{
	float: left;
	width:300px;
	text-align: center;
	padding: 0;
	margin: 0;
}

.btn_mail img:not(.mail_icon){
	float: left;
	width: 14px;
	height: 26px;
    margin-top:2px;
}

.mail_icon{
	float: left;
	width: 28px;
	height: 22px;
    margin-top:2px;
}


@media (max-width : 750px ){
  /* --------------------------------------------------------------トグルbutton*/

  nav{/* PC用ナビ非表示*/	
    display:none;
  }	

  .nav_sm{
	display:block!important;
	float:right;
	background-color:#F38440;
	width:100px;
	height:100px;
	text-align:center;
	cursor: pointer;
	outline: none;
	appearance: none;
	border: none;
	margin:20px;
  }

  .nav_sm img{
	margin: auto;
  }

  .nav_sm img:active{
	display : none;
  }

  .nav_sm:active{
	display:block!important;
	float:right;
	background-image:url("../img/qa/menu_active.png");
	background-repeat:no-repeat;
	background-position:center;
	background-color:#fff;
	width:100px;
	height:100px;
	margin:0 auto;
	cursor: pointer;
	outline: none;
	appearance: none;
	border: none;
	margin:20px;
  }

/*------------------------------750px以下 ドロップダウンメニュー（アクティブ時のみ表示）*/

  .nav_sm_list{
	display:block;
	width: 100%;
	padding: 0;
	margin: 140px 0 0 0;
  }

  .nav_sm_list{
	display:none;
  }

  .top_list{
	float:right;
	width:480px;
	padding:0;
	margin: 0;
	border-bottom:none;
  }

  .top_list_li{
	display: block;
	background:#f38440;
	height: 40px;
	color:#333;
	padding:25px 25px 20px;
	border-bottom: 2px solid #fabf9b;
  }

  .top_list li a {
	color:#fff;
	font-size:24px;
  }

  .top_list_li:nth-child(2) :after{
	content:url(../images/plus_l.png);
	float:right;
	margin-right: 10px;
  }

  #company_toggle{
/*	background: #ec5e23; */
  }

/*
  #company_toggle :after{
	content:url(../images/plus_l.png);
	float:right;
	margin-right: 10px;
  }
*/

  .under_list{
	display: none;
  }

  .under_list{
	width:500px;
	font-color:#fff;
	margin:0;
	padding:0;
	border-bottom:none;
  }

  .under_list_li{
	display: block;
	background:#fabf9b;
	width:450px;
	height: 40px;
	font-color:#333;
	padding:15px 0 30px 50px;
	margin: 0 auto;
	border-bottom: none;
  }

  .under_list_li:before{
	content:url(../img/qa/arrow_li_l.png);
    position:relative;
	top:15px;
	left:-35px;
  }
	
  ul .under_list_li a {
	color:#333;
	font-size:24px;
	line-height: 0;
  }/* ↑↑↑ スマホグローバルナビ ↑↑↑ */

  #menu_01 {
    display:none;
  }

  .search_ttl {
    cursor:pointer;
  }
  .search_ttl::before {
    display:none;
  }
  .search_ttl::after {
    content:"+";
    width:40px;
    height:40px;
    border-radius:50%;
    background-color:#fff;
    color:#f38440;
    position:absolute;
    right:10px;
    top:10px;
    left:auto;
    bottom:auto;
    margin-left:0;
    font-size:54px;
    line-height:30px;
    text-align:center;
  }
  .search_ttl.open::after {
    content:"-";
  }
  .search_box {
    display:none;
    position:relative;
  }
  .search_box::before {
    content:url(../img/qa/sidemenu_sankakud_l.png);
    position:absolute;
    top:-4px;
    left:50%;
    margin-left:-10px;
    z-index:10;
  }
  .margintop40 {
    margin-top:40px;
  }

  #main h3 {
    height:auto;
    line-height:1.4em;
    margin-top:60px;
    padding:15px;
  }
  #main .posts {
    padding-bottom:0;
    margin-bottom:0;
  }

  .search_elm_body {
    padding:0;
  }
  .search_elm_body li {
   font-size:20px;
 }
  .search_elm_body li::before {
/*
    content:"";
    background:url(../img/qa/sidenavi_arrow_l.png) no-repeat;
    background-size:contain;
    position:absolute;
    width:25px;
    height:25px;
    top:50%;
    margin-top:-12px;
    margin-left:-32px;
*/
	position: absolute;
    left: 3px;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(0.6);
    transform: translateY(-50%) scale(0.6);
    border-radius: 2px;
    font-family: 'font';
    content: "\e900";
    width: 16px;
    height: 16px;
    display: block;
    background: #73c470;
    color: #fff;
    font-size: 8px;
    padding: 4px;
    text-align: center;
  }
  .search_elm .search_word input{
    line-height:50px;
    height:50px;
    font-size:20px;
  }
  .search_elm_body li {
    border-top:0;
    border-bottom:1px solid #bbb;
  }
  .search_elm_body li:last-child {
    border-bottom:0;
  }

  .search_button {
    padding-bottom:0;
    width:200px;
    height:40px;
  }
  .search_button input {
    width:200px;
    height:40px;
    line-height:40px;
  }
  .search_button::after {
    top:11px;
  }

  .copyright {
    padding-bottom:150px;
  }

}
