@charset "utf-8";
/* CSS Document */
/*---------------------------------------
#faq共通
---------------------------------------*/
/* main */
.faq_main {
 position: relative;
 padding: 20px 0;
 display: flex;
 justify-content: space-between;
 align-items: center;
}
.faq_main::before {
 content: "";
 width: 100vw;
 height: 100%;
 background: url(/img/faq_bg07.png) repeat left top / 30px auto;
 position: absolute;
 top: 0;
 left: 50%;
 margin-left: -50vw;
 z-index: -1;
}
.faq_main .ill { width: 300px; }
.faq_main .text { width: 550px; }
.faq_main .text .faq_main_title {
 color: #00619D;
 line-height: 1.3;
}
.faq_main .text .faq_main_title .small { font-size: 0.8em; }
.faq_main .text .faq_main_title .bg {
 font-size: 0.6em;
 display: inline-block;
 background-color: #00619D;
 border-radius: 4px;
 color: #fff;
 line-height: 1.6;
 padding: 0 10px;
 margin: 0 0 10px;
}
/* callcenter */
.callcenter {
 display: table;
	margin:40px auto 0;
}
.callcenter .photo {
 display: table-cell;
 vertical-align: middle;
 width:123px;
}
.callcenter .text {
 display: table-cell;
 vertical-align: middle;
	position:relative;
	color:#333333;
	background-color:#CFE7FF;
	padding:20px;
	border-radius:10px;
 line-height: 1.6;
}
.callcenter .text::before {
 content: "";
 width: 12px;
 height: 16px;
 background: url(/img/faq_bg01.gif) no-repeat center top / 100% auto;
 position: absolute;
 left: -12px;
 top: 20px; 
}
.callcenter .text > p { margin: 0; }
/* faq_con */
.faq_con {
 position: relative;
 padding: 40px 0;
 counter-reset: num;
}
.faq_con::before {
 content: "";
 width: 100vw;
 height: 100%;
 background-color: #E3F9FF;
 position: absolute;
 top: 0;
 left: 50%;
 margin-left: -50vw;
 z-index: -1;
}
.faq_con .faq_box {
 background-color: #fff;
 padding: 20px 20px 10px;
}
.faq_con .faq_box + .faq_box { margin-top: 20px; }
.faq_con .faq_box .question {
 margin: 0;
 color: #00a3ce;
 line-height: 1.4;
 padding-left: 60px;
 position: relative;
 counter-increment: num;
 min-height: 50px;
 display: flex;
 align-items: center;
}
.faq_con .faq_box .question::before {
 content: "Q"counter(num);
 display: flex;
 align-items: center;
 justify-content: center;
 width: 50px;
 height: 50px;
 background-color: #00a3ce;
 border-radius: 100%;
 color: #fffe9d;
 font-size: 18px;
 font-weight: bold;
 line-height: 1;
 position: absolute;
 left: 0;
 top: 50%;
 transform: translateY(-50%);
}
/* faq_cate_link */
.faq_cate_link {
 margin-top: 40px;
}
.faq_cate_link > div {
 display: inline-block;
 background-color: #0973cd;
 padding: 0 10px;
 border-radius: 4px;
 font-weight: bold;
 color: #fff;
 margin: 0 0 10px;
}
.faq_cate_link ul {
 display: grid;
 grid-template-columns: repeat(4, 1fr);
 column-gap: 20px;
 row-gap: 20px;
 font-size: 0.9em;
}
.faq_cate_link ul li {
 background: url("/img/arrow01_blue.svg") no-repeat left 50% / 8px auto;
 padding-left: 12px;
 line-height: 1.4;
}
.faq_cate_link ul li a { text-decoration: none; }
/*---------------------------------------
#faq.top
---------------------------------------*/
#faq.top .faq_pagelist ul {
 display: grid;
 grid-template-columns: repeat(3, 1fr);
 column-gap: 20px;
 row-gap: 20px;
 margin: 40px 0 0;
}
#faq.top .faq_pagelist ul li {
 border: solid 1px #ccc;
 border-radius: 4px;
}
#faq.top .faq_pagelist ul li a {
 display: block;
 padding: 20px 12px;
 text-decoration: none;
}
#faq.top .faq_pagelist ul li a .title {
 margin: 0;
 text-align: center;
 font-size: 20px;
 padding: 0 16px;
 background: url("../img/arrow01_blue.svg") no-repeat right 50% / 10px auto;
}
#faq.top .faq_pagelist ul li a div {
 padding: 20px;
 text-align: center;
}
#faq.top .faq_pagelist ul li a p {
 color: #555555;
 line-height: 1.6;
 margin: 0;
}
@media screen and (max-width: 960px) {
 /*---------------------------------------
 #faq共通
 ---------------------------------------*/
 /* main */
 .faq_main::before { background-size: 14px auto; }
 .faq_main .ill { display: none; }
 .faq_main .text { width: 100%; }
 .faq_main .text .faq_main_title {
  min-height: 100px;
  padding-right: 110px;
  background: url("/img/faq_img03.png") no-repeat right 50% / 100px auto;
 }
 .faq01 .faq_main .text .faq_main_title { background-image: url("/img/faq_img04.png"); }
 .faq02 .faq_main .text .faq_main_title { background-image: url("/img/faq_img05.png"); }
 .faq03 .faq_main .text .faq_main_title { background-image: url("/img/faq_img06.png"); }
 .faq04 .faq_main .text .faq_main_title { background-image: url("/img/faq_img07.png"); }
 .faq05 .faq_main .text .faq_main_title { background-image: url("/img/faq_img08.png"); }
 .faq06 .faq_main .text .faq_main_title { background-image: url("/img/faq_img09.png"); }
 /* faq_cate_link */
 .faq_cate_link { margin-top: 20px; }
 .faq_cate_link ul { grid-template-columns: repeat(1, 1fr); }
 /*---------------------------------------
 #faq.top
 ---------------------------------------*/
 #faq.top .faq_pagelist ul {
  display: block;
  margin-top: 16px;
 }
 #faq.top .faq_pagelist ul li + li { margin-top: 20px; }
 #faq.top .faq_pagelist ul li a div {
  height: 200px;
  padding: 20px 0;
 }
 #faq.top .faq_pagelist ul li a div img {
  display: inline-block;
  width: auto;
  height: 100%;
 }
}



