@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Open Sans:800');
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, aside, section, article, figure {
	background: transparent;
	border-width: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html, body {
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,"Sawarabi Mincho", メイリオ,Meiryo,serif;
	font-weight: normal;
}

html {
  font-size: 16px;
  line-height: 1.5;
  color: #313131;
  font-feature-settings: "palt";
}

body {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 100%;
  vertical-align: bottom;
}

main, address, section, article, figure {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

blockquote {
  quotes: none;
}
blockquote:before, blockquote:after {
  content: "";
  content: none;
}

del {
  text-decoration: line-through;
}

table {
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

img {
  line-height: 1;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

a img {
  border: 0;
  line-height: 1;
  vertical-align: bottom;
}

a {
  color: #fff;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: none;
  border: 0;
}

::selection {
  background: none repeat scroll 0 0 #00acca;
  color: #000;
  -webkit-text-style: none;
  text-style: none;
  -webkit-text-shadow: none;
  text-shadow: none;
}

*::-moz-selection {
  background: none repeat scroll 0 0 #00acca;
  color: #000;
  -webkit-text-style: none;
  text-style: none;
  -webkit-text-shadow: none;
  text-shadow: none;
}

area:focus {
  outline: none;
  border: 0;
}

select, input, button, textarea {
    font-size: 100%;
	outline: none;
	cursor: pointer;
}
select:focus, input:focus, button:focus, textarea:focus {
  outline: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}

textarea {
  resize: none;
}

pre, code, kbd, samp, tt {
  font-size: 100%;
  line-height: 1.5;
}

label {
  outline: none;
  cursor: pointer;
}
label:focus {
  outline: none;
}

ol, ul {
  list-style-position: inside;
}
/* layout */
.wrap {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}
@media screen and ( min-width : 600px ) and (max-width : 1007px ){
	.wrap {
		max-width: 1007px;
	}
}
@media screen and (max-width: 599px) {
	.wrap {
		max-width: 600px;
	}
}
.inner {
	width: 100%;
	margin: 0 auto;
}
.disp-block {
  display: block; 
}
.clear {
  clear: both;
  height: 0px;
}

/* -----------------------
    ヘッダー
----------------------- */
.top_header {
	width: 100%;
	height: 80px;
	top: 0;
	margin: 0 auto;
	padding: 20px 0;
	background: #fff;
}
/* スマホ（width:599px以下） */
@media screen and (max-width: 599px) {
.top_header {
	height: auto;
	padding: 0;
	}
}
.top_header_logo a {
	float: left;
	font-family: 'Open Sans', sans-serif;
	color: #000c60;
	font-size: 2.4em;
	font-weight: 800;
	margin-left: 14%;
	height: 80px;
	line-height: 80px;
}
/* タブレット（width:600px~768px） */
@media screen and ( min-width : 600px ) and (max-width : 1007px ){
	.top_header_logo a {
		margin-left: 2%;
	}
}
@media screen and (max-width: 599px) {
.top_header_logo a {
	height: auto;
	margin: 0 auto;
	text-align: left;
	padding: 0 0 0 20px;
	}
}
.top_header_logo a{	color: #000c60;}
.top_header_right{
	float: right;
	margin-right: 14%;
	text-align: center;
}
@media screen and ( min-width : 600px ) and (max-width : 1007px ){
	.top_header_right{
		margin-right: 2%;
	}
}
@media screen and (max-width: 599px) {
.top_header_right{
	margin: 0 20px 0 0;
	}
}
.top_header_add{
	color: #000000;
	font-size: 0.8em;
}
@media screen and (max-width: 599px) {
.top_header_add{
	display: none;
	}
}
@media screen and (min-width: 599px) {
.top_header_add_sp{
	display: none;
	}
}
.top_header_add_sp{
	width: 75%;
	margin: 0 auto;
    color: #000;
	line-height:2.0;
	font-size: 0.8em;
	text-align: center;
	padding: 20px 0 20px 0;
	border-top: 1px solid #ccc;
	}
.top_header_add_sp p{
	background: #8084a1;
	width: 30%;
	margin: 0 auto 15px;
	padding: 3px;
	color: #fff;
}
.top_btn{
	width: 100%;
	text-align: center;
	margin-top: 15px;
    text-decoration: none;
    color: #fff;
	font-size : 0.8em ;
	font-weight : 400 ;
	line-height : 3 ;
    background: #7b2b42;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;	
  }
@media screen and (max-width: 599px) {
.top_btn{
	display: none;
	}
}
.top_btn:hover {
    background: #000321;
    color: white;
}
@media screen and (min-width: 599px) {
.top_btn_sp{
	display: none;
	}
}
@media screen and (max-width: 599px) {
.top_btn_sp{
	text-align: center;
    text-decoration: none;
    color: #fff;
	margin: 13px 5% 0 0;
	width: 30px;
    height: auto;
	padding: 15px;
	font-size : 1em ;
	font-weight : 400 ;
    background: #7b2b42;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;	
	}
}
.top_btn_sp:hover {
    background: #000321;
    color: white;
}
/* -----------------------
    トップ画像
----------------------- */
.mv {
	width: 100%;
  	height: 0;
  	padding-top: calc(699 / 1400 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  	background: #c2c3ca url(../img/backimgtop.jpg) center center / cover no-repeat;
}
@media screen and ( min-width : 600px ) and (max-width : 1007px ){
.mv {
  	padding-top: calc(384 / 770 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  	background: #c2c3ca url(../img/backimgtop_tab.jpg) center center / cover no-repeat;
	}
}
@media screen and (max-width: 599px) {
.mv {
  	padding-top: calc(299 / 600 * 200%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  	background: #c2c3ca url(../img/backimgtop_sp.jpg) center center / cover no-repeat;
	}
}
.mv_title{
	text-align: center;
	margin: -38% auto 0 auto;
}
@media screen and ( min-width : 600px ) and (max-width : 1007px ){
.mv_title{
	margin: -40% auto 0 auto;
	width:40%;
	}

}
@media screen and (max-width: 599px) {
.mv_title{
	margin: -90% auto 0 auto;
	width: 90%;
}
}
.mv02{
	background-color: #c2c3ca;
}
@media screen and (max-width: 599px) {
.mv02{
	height: auto;
	}
}
.mv_txt{
	text-align: center;
	color: #000000;
	font-size: 1.3em;
	line-height: 2.2;
	letter-spacing: 0.15em
}
@media screen and ( min-width : 600px ) and (max-width : 1007px ){
	.mv_txt{
	font-size: 1.0em;
	line-height: 2.2;
	letter-spacing:normal;
	}
}
@media screen and (max-width: 599px) {
.mv_txt{
	font-size: 0.8em;
	line-height: 2.2;
	letter-spacing:normal;
	letter-spacing:normal;
	margin: auto 2%;
	}
}
/* -----------------------
    コンテンツ
----------------------- */
.cnt strong{
	color: #fff;
	font-size: 2.5vw;
}
@media screen and ( min-width : 600px ) and (max-width : 1007px ){
.cnt strong{
	font-size: 3.5vw;
	}
}
@media screen and (max-width: 599px) {
.cnt strong{
	font-size: 1.3em;
	}
}
@media screen and (max-width: 599px) {
.glay {
  	/*	 	text-shadow: 1px  1px 2px #000,
  	        			-1px  1px 2px #000,
        	     	   	1px -1px 2px #000,
            		   -1px -1px 2px #000;
background: rgba(0,0,0,0.2);*/
	}
}
.cnt_l{
	color: #fff;
	font-size: 1.3em;
	line-height: 2;
	font-weight: 400;
	width: 480px;
	padding: 3% 0 0 0;
	margin-right: auto;
	word-break: break-all;
}
.cnt_l_g{
	padding: 15px 0 0 120px;
}
@media screen and ( min-width : 600px ) and (max-width : 1007px ){
.cnt_l{
	font-size: 0.95em;
	line-height: 1.5;
	font-weight: normal;
	padding: 10px 0 0 0;
	}
	.cnt_l_g{
		padding: 15px 0 0 0;
	}	
}
@media screen and (max-width: 599px) {
.cnt_l{
	width: 100%;	
	max-width: 400px;
	font-size: 0.9em;
	font-weight: normal;
	line-height: 2;
	padding: 20px 0 0 0;
	}
.cnt_l_g{
	padding: 10px 0 0 0;
	width: 100%;
	}
}
/*  */
.cnt_r {
	color: #fff;
	font-size: 1.3em;
	line-height: 2;
	font-weight: 400;
	width: 480px;
	padding: 3% 0 0 0;
	margin-left: auto;
	word-break: break-all;
}
.cnt_r_g{
	padding: 15px 120px 0 0;
}
@media screen and ( min-width : 600px ) and (max-width : 1007px ){
.cnt_r{
	font-size: 1.0em;
	line-height: 1.5;
	padding: 10px 0 0 0;
	width: 60%;
	font-weight: normal;
	}
	.cnt_r_g{
		padding: 15px 0 0 0;
	}	
}@media screen and (max-width: 599px) {
.cnt_r{
	width: 100%;
	max-width: 400px;
	font-size: 0.9em;
	font-weight: normal;
	line-height: 2;
	padding: 10px 0 0 0;
	}
.cnt_r_g{
	padding: 15px 0 0 0;
	}
}
@media screen and (max-width: 599px) {
.cnt00{
	width: 100%;
	height: 0;
  	padding-top: calc(219 / 600 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
	background: url(../img/backimg00_sp.jpg)   center top / cover no-repeat;
	}
}
.cnt01{
	width: 100%;
  	height: 0;
  	padding-top: calc(1068 / 1400 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
	background:#000643 url(../img/backimg01.jpg)  center top / cover no-repeat;
}
@media screen and ( min-width : 600px ) and (max-width : 1007px ){
.cnt01{
	background:#7f82a1 url(../img/backimg01_tab.jpg)  center top / cover no-repeat;
	}
}
@media screen and (max-width: 599px) {
.cnt01{
	background:#7f82a1 url(../img/backimg01_sp.jpg)  no-repeat bottom center;
	min-height:200px; 
	}
}
.cnt01_ttl{
	height: 100%;
	margin: -45% 0 0 10%;
}
@media screen and ( min-width : 600px ) and (max-width : 1007px ){
	.cnt01_ttl{
	width: 70%;		
	margin: -45% 0 0 3%;	
	}
	.cnt01_ttl img{
	width: 50%;		
	}
}
@media screen and (max-width: 599px) {
.cnt01_ttl{
	margin: -70% 0 0 3%;	
	}
	.cnt01_ttl img{
	width: 70%;		
	}
}
.cnt02{
	width: 100%;
  	height: 0;
  	padding-top: calc(651 / 1400 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
	background:#000643 url(../img/backimg02.jpg)  center top / cover no-repeat;
}
@media screen and ( min-width : 600px ) and (max-width : 1007px ){
.cnt02{
	background:#8084a1 url(../img/backimg02_tab.jpg)  center bottom/ cover no-repeat;
	}
}
@media screen and (max-width: 599px) {
.cnt02{
	background:#000643 url(../img/backimg02_sp.jpg)  no-repeat bottom center;
	min-height:200px; 
	}
}
.cnt02_ttl{
	height: 100%;
	margin: -45% 10% 0 0;
	text-align: right;
}
@media screen and ( min-width : 600px ) and (max-width : 1007px ){
	.cnt02_ttl{
	margin: -52% 3% 0 0;	
	}
	.cnt02_ttl img{
	width: 40%;		
	}
}
@media screen and (max-width: 599px) {
.cnt02_ttl{
	margin: -50% 3% 0 0;	
	}
	.cnt02_ttl img{
	width: 70%;		
	}
}
.cnt03{
	width: 100%;
  	height: 0;
  	padding-top: calc(651 / 1400 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
	background:#000643 url(../img/backimg03.jpg)  center top / cover no-repeat;
}
@media screen and ( min-width : 600px ) and (max-width : 1007px ){
.cnt03{
	background:#8084a1 url(../img/backimg03_tab.jpg)  center top / cover no-repeat;
	}
}
@media screen and (max-width: 599px) {
.cnt03{
	background:#000643 url(../img/backimg03_sp.jpg)  no-repeat top center;
	min-height:200px; 
	}
}
.cnt03_ttl{
	height: 100%;
	margin: -45% 0 0 10%;
}
@media screen and ( min-width : 600px ) and (max-width : 1007px ){
	.cnt03_ttl{
	width: 70%;		
	margin: -45% 0 0 3%;	
	}
	.cnt03_ttl img{
	width: 50%;		
	}
}
@media screen and (max-width: 599px) {
.cnt03_ttl{
	margin: -45% 0 0 3%;	
	}
	.cnt03_ttl img{
	width: 70%;		
	}
}
.cnt04{
	width: 100%;
  	height: 0;
  	padding-top: calc(654 / 1400 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
	background:#000643 url(../img/backimg04.jpg)  center top / cover no-repeat;
}
@media screen and ( min-width : 600px ) and (max-width : 1007px ){
.cnt04{
	background:#000643 url(../img/backimg04_tab.jpg)  center top / cover no-repeat;
	}
}
@media screen and (max-width: 599px) {
.cnt04{
	background:#000643 url(../img/backimg04_sp.jpg)  no-repeat bottom center;
	min-height:200px; 
	}
}
.cnt04_ttl{
	height: 100%;
	margin: -45% 10% 0 0;
	text-align: right;
}
@media screen and ( min-width : 600px ) and (max-width : 1007px ){
	.cnt04_ttl{
	margin: -50% 3% 0 0;	
	}
	.cnt04_ttl img{
	width: 50%;		
	}
}
@media screen and (max-width: 599px) {
.cnt04_ttl{
	margin: -50% 3% 0 0;	
	}
	.cnt04_ttl img{
	width: 90%;		
	}
}
.cnt05{
	width: 100%;
  	height: 0;
  	padding-top: calc(654 / 1400 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
	background:#000643 url(../img/backimg05.jpg)  center top / cover no-repeat;
}
@media screen and ( min-width : 600px ) and (max-width : 1007px ){
.cnt05{
	background:#7f82a1 url(../img/backimg05_tab.jpg)  center top / cover no-repeat;
	}
}
@media screen and (max-width: 599px) {
.cnt05{
	background:#7f82a1 url(../img/backimg05_sp.jpg)  no-repeat bottom center;
	min-height:200px; 
	}
}
.cnt05_ttl{
	height: 100%;
	margin: -45% 0 0 10%;
}
@media screen and ( min-width : 600px ) and (max-width : 1007px ){
	.cnt05_ttl{
	width: 70%;		
	margin: -45% 0 0 3%;	
	}
	.cnt05_ttl img{
	width: 50%;		
	}
}
@media screen and (max-width: 599px) {
.cnt05_ttl{
	margin: -45% 0 0 3%;	
	}
	.cnt05_ttl img{
	width: 70%;	
	}
}
.cnt04_sel{	width: 380px;}
.cnt05_sel{	width: 420px;}
@media screen and (max-width: 599px) {
.cnt04_sel{	width: 100%;}
.cnt05_sel{	width: 100%;}
}
.ids{
	background: #000643;
	text-align: center;
}
.ids_warp{
	max-width: 970px;
	margin: 0 auto;
}
@media screen and (max-width: 599px) {
.ids_warp{
	width: 100%;
	margin: 0 auto;
	padding-bottom: 50px
	}
}
.ids img{
	margin: 80px auto 70px auto;
}
@media screen and (max-width: 599px) {
.ids img{
	display: none;
	}
}
@media screen and (min-width: 599px) {
.ids_ttl_sp{
	display: none;
	}
}
@media screen and (max-width: 599px) {
.ids_ttl_sp{
	width: 90%;
	margin: 0 auto;
	padding-top: 20px;
	color: #fff;
	font-size: 1.8em;
	font-weight: normal;
	text-align: center;
	line-height: 1em
	}
.ids_ttl_sp h1 {
	text-align: center;
  	overflow: hidden;
	padding-bottom: 30px;
	}
.ids_ttl_sp	h1 span {
  	display: inline-block;
  	position: relative;
  	padding: 0 .6em;
	}
.ids_ttl_sp	h1 span:before,
.ids_ttl_sp	h1 span:after {
  	position: absolute;
  	top: 50%;
  	width: 99em;
  	content: '';
	border-top: 4px double currentColor;
	}
.ids_ttl_sp	h1 span:before {
  	right: 100%;
	}	
.ids_ttl_sp	h1 span:after {
  	left: 100%;
	}
	.ids_ttl_sp p{
	font-size: 50%;
	}	
}
.ids_list{
	margin: 0 auto;
	display: flex;
	display: -webkit-box;/* Safari */
	list-style: none;
	padding: 0 0 130px 0;
	justify-content: center;
	-webkit-box-pack: center;
}
@media screen and (max-width: 599px) {
.ids_list{
	width: 85%;
	display: block;
	padding: 0;
	margin: 0 auto;
	}
}

.ids_list dl{
	width: 45%;
	margin: 0 0 0 5%;
	word-wrap: break-word;
	text-align: left;
}
@media screen and (max-width: 599px) {
.ids_list dl{
	margin: 0 0 0 0;
	width: 100%;
	text-align: left;
}
}
.ids_list dt{
	color: #fff;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 2.2;
}
@media screen and (max-width: 599px) {
.ids_list dt{
	font-size: 1.0em;
	}
}
.cst{
	width: 100%;
	text-align: center;
	background: #fff;	
}
@media screen and (max-width: 599px) {
.cst{
	width: 100%;
	}
}
.cst img{
	padding: 55px 0 20px 0;
	margin:0 auto;
}
@media screen and (max-width: 599px) {
.cst img{
	display: none;
	}
}
@media screen and (min-width: 599px) {
.cst_ttl_sp{
	display: none;
	}
}
@media screen and (max-width: 599px) {
	.cst_ttl_sp{
	width: 90%;
	margin: 0 auto;
	padding-top: 20px;
	color: #000;
	font-size: 1.8em;
	font-weight: normal;
	text-align: center;
	}
	.cst_ttl_sp h1{
	position: relative;
	display: inline-block;
	font-weight: bold;
	margin-bottom: 0.4em;
	}
	.cst_ttl_sp h1:before {
	content: '';
	position: absolute;
	bottom: -3px;
	display: inline-block;
	width: 60%;
	height: 1px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: black;
	border-radius: 1px;
	}	
	.cst_ttl_sp p{
	font-size: 50%;
	}	
}
.cst_warp{
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	display: -webkit-box;/* Safari */
	list-style: none;
	padding: 00;
	justify-content: center;
	-webkit-box-pack: center;
}
.cst_warp2{
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	display: -webkit-box;/* Safari */
	list-style: none;
	padding: 0 0 50px 0;
	justify-content: center;
	-webkit-box-pack: center;
}
@media screen and (max-width: 599px) {
.cst_warp{
	width: 100%;
	display: block;
	}
.cst_warp2{
	width: 100%;
	display: block;
	}
}
.cst_list{
	margin: 25px 25px 0 25px;
	padding: 40px auto;
	word-wrap: break-word;
	width: 33%;
	text-align: center;
}
@media screen and (max-width: 599px) {
.cst_list{
	margin: 25px auto;
	padding: 20px;
	word-wrap: break-word;
	width: 80%;
	text-align: center;
	border: 1px solid #000;
	}
}
.cst_list_line{
	width: 110px;
	margin: 0 auto;
  border-top: 2px solid #000;
  text-align: center;
}
@media screen and (max-width: 599px) {
.cst_list_line{
	display: none;
	}
}
.cst_list p{
	margin: 40px 0;
	color: #000;
	font-size: 1.10em;
	font-weight: normal;
	text-align: left;
}
@media screen and (max-width: 599px) {
.cst_list p{
	margin: 0;
	font-size: 1.0em;
	}
}
.pcs{
	width: 100%;
	text-align: center;
	background: #b3b5c7;
	margin: 0 auto;
}
@media screen and (max-width: 599px) {
.pcs{
	width: 100%;
	}
}
.pcs_warp{
	max-width: 970px;
	margin: 0 auto;
	padding-bottom: 100px;
	text-align: center;
}
@media screen and ( min-width : 600px ) and (max-width : 1007px ){
.pcs_warp{
	width: 90%;
	padding-bottom: 50px;
	
	}
}
@media screen and (max-width: 599px) {
.pcs_warp{
	width: 90%;
	padding-bottom: 50px;
	
	}
}
	
.pcs img{
	padding: 55px 0;
	margin:0 auto;
}
@media screen and (max-width: 599px) {
.pcs img{
	display: none;
	}
}
@media screen and (min-width: 599px) {
.pcs_ttl_sp{
	display: none;
	}
}
@media screen and (max-width: 599px) {
	.pcs_ttl_sp{
	width: 90%;
	margin: 0 auto;
	padding-top: 20px;
	color: #000;
	font-size: 1.8em;
	font-weight: normal;
	text-align: center;
	}
	.pcs_ttl_sp h1{
	position: relative;
	display: inline-block;
	font-weight: bold;
	margin-bottom: 0.4em;
	}
	.pcs_ttl_sp h1:before {
	content: '';
	position: absolute;
	bottom: -3px;
	display: inline-block;
	width: 60%;
	height: 1px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: black;
	border-radius: 1px;
	}	
	.pcs_ttl_sp p{
	font-size: 50%;
	padding-bottom: 50px;
	}	
}

.pcs dt{
	height: 68px;
  	border-bottom: 1px solid #000;
	text-align: left;
	padding-left: 95px;
	margin-bottom: 35px;
	display: flex;
}
.pcs_dt_01{
	background: url(../img/pcs_li_01.jpg)  no-repeat top left;
	align-items: center;
}
.pcs_dt_02{
	background: url(../img/pcs_li_02.jpg)  no-repeat top left;
	align-items: center;
}
.pcs_dt_03{
	background: url(../img/pcs_li_03.jpg)  no-repeat top left;
	align-items: center;
}
.pcs_dt_04{
	background: url(../img/pcs_li_04.jpg)  no-repeat top left;
	align-items: center;
}
.pcs_dt_05{
	background: url(../img/pcs_li_05.jpg)  no-repeat top left;
	align-items: center;
}
.faq{
	background: #fff;
	margin: 0 auto;
}
.faq_warp{
	max-width: 665px;
	margin: 0 auto;
	padding-bottom: 100px;
	text-align: center;
}
@media screen and (max-width: 599px) {
.faq_warp{
	width: 90%;
	padding-bottom: 50px;
	}
}
.faq img{
	padding: 55px 0;
	margin:0 auto;
}
@media screen and (max-width: 599px) {
.faq img{
	display: none;
	}
}
@media screen and (min-width: 599px) {
.faq_ttl_sp{
	display: none;
	}
}
@media screen and (max-width: 599px) {
	.faq_ttl_sp{
	width: 100%;
	margin: 0 auto;
	padding-top: 20px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 20px;
	color: #000;
	font-size: 1.8em;
	font-weight: normal;
	text-align: center;
	}
	.faq_ttl_sp h1 {
  	position: relative;
  	padding: 0 0 1em 0;
	}
	.faq_ttl_sp h1::after {
  	position: absolute;
  	left: 0;
  	content: '';
  	width: 100%;
  	height: 8px;
  	box-sizing: border-box;
	}
	.faq_ttl_sp h1::after {
  	bottom: 0;
  	border-top: 3px solid #000;
  	border-bottom: 1px solid #000;
	}
	.faq_ttl_sp p{
	font-size: 50%;
	padding-bottom: 50px;
	}	
}
.faq dl{
	color: #000;
	font-size: 1.13em;
	text-align: left;
}
@media screen and (max-width: 599px) {
.faq dl{
	border: 1px solid #000;
	padding: 20px;
	margin: 20px auto;
	font-size: 1.0em;
	font-weight: normal;
	}
}
.faq dt{
	min-height:85px;
	height: auto;
	padding-left: 120px;
	margin-bottom: 30px;
	display: flex;
}
@media screen and (max-width: 599px) {
.faq dt{
	display:block;
	padding-left: 60px;
	margin-bottom: 20px;

	}
}
.faq dd{
	min-height:85px;
	height: auto;
	padding: 0 0 45px 120px;
	display: flex;
}
@media screen and (max-width: 599px) {
.faq dd{
	display:block;
	padding: 0 0 0 60px;
	}
}

.faq_line{ 
	border-bottom: 1px solid #000;
	margin-bottom: 45px;
}
@media screen and (max-width: 599px) {
.faq_line{ 
	display: none;
	}
}
.faq_dt_01{
	background: url(../img/faq_li_q1.jpg)  no-repeat top left;
	align-items: center;
}
.faq_dd_01{
	background: url(../img/faq_li_a1.jpg)  no-repeat top left;
	align-items: center;
}
.faq_dt_02{
	background: url(../img/faq_li_q2.jpg)  no-repeat top left;
	align-items: center;
}
.faq_dd_02{
	background: url(../img/faq_li_a2.jpg)  no-repeat top left;
	align-items: center;
}
@media screen and (max-width: 599px) {
.faq_dt_01{
	background: url(../img/faq_li_qs.jpg)  no-repeat top left;
}
.faq_dd_01{
	background: url(../img/faq_li_as.jpg)  no-repeat top left;
}
.faq_dt_02{
	background: url(../img/faq_li_qs.jpg)  no-repeat top left;
}
.faq_dd_02{
	background: url(../img/faq_li_as.jpg)  no-repeat top left;
}
}
.ctt{
	background: #d1d1d1;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
.ctt_warp{
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
  	display: flex;
  	display: -webkit-box;/* Safari */
  	list-style: none;
	justify-content: center;
    -webkit-box-pack: center;	
}
@media screen and ( min-width : 600px ) and (max-width : 1007px ){
.ctt_warp{
	display: none;
	}
}
@media screen and (max-width: 599px) {
.ctt_warp{
	display: none;
	}
}
.ctt_btn{
	-webkit-transition: 0.3s ease-in-out; 
	-moz-transition: 0.3s ease-in-out; 
	-o-transition: 0.3s ease-in-out; 
	transition: 0.3s ease-in-out; 	
}
.ctt_btn:hover{
	-webkit-filter: brightness(80%);
	filter:brightness(80%); 
}
.ctt_warp_sp{
	width: 90%;
	margin: 0 auto;
	padding: 5px 0;
	background: #d1d1d1;


}
@media screen and (min-width: 1007px) {
.ctt_warp_sp{
	display: none;
	}
}
.footer_btn_sp{
	width: 100%;
	text-align: center;
	background: #7b2b42 no-repeat ;
	background-size: 6.5%;
	margin-top: 15px;
    text-decoration: none;
    color: #fff;
	font-size : 0.8em ;
	font-weight: normal;
	line-height : 3 ;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;	
  }
@media screen and ( min-width : 600px ) and (max-width : 1007px ){
.footer_btn_sp{
	width: 100%;	
	margin: 10px auto 10px auto;
	font-size : 100% ;
	}
}
@media screen and (max-width: 599px) {
.footer_btn_sp{
	width: 100%;	
	margin: 10px auto 10px auto;
	font-size : 100% ;
	}
}
.footer_btn_sp:hover {
    background: #000321;
    color: white;
}
.ctt_btn_sp{
	float: left;
	margin-right: 2%;
 	width: 44.6%;/*非対応ブラウザ用*/
  	width: calc(96% / 2);
}
.centerBox { }
.centerBox div { transition: .8s; transition-delay: .8s; }
.centerBox i { transition: .8s; transition-delay: 0; } 
@media screen and (max-width: 599px) {
.centerBox div { transition: .8s; transition-delay: .2s; }
.centerBox i { transition: .8s; transition-delay: .2s; }
}
