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

body {
	font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
	line-height: 1.2;
}
p {
	margin-block-start: 0;
	margin-block-end: 0;
}

/* ------------ subHeaderBox ------------ */
.footstepBox {
	width: auto;
	padding-top: 0;
	margin-bottom: 10px;
}
.subHeaderBox{
	width:1100px;
	overflow:hidden;
	margin:0px auto;
	padding:10px 50px 10px 50px;
	text-align:left;
}
.subHeader .ttl{
	float:left;
	font-size:18px;
	font-style:italic;
	font-weight:bold;
	padding:12px 0 0 0;
	margin: 0;
	color:#214360;
}
.subHeader ul{
	float:right;
	padding:0px;
	margin:0px;
}
.subHeader ul li{
	display:inline-block;
	/* display:inline; */
	/* zoom:1; */
	vertical-align:middle;
}
.subHeader ul .link{
	padding:0px 20px;
}
.subHeader ul .link a{
	font-size:14px;
	color:#fff;
}
.subHeader ul .btn a{
	display:block;
	width:150px;
	background-color:#2D699C;
	color:#fff;
	font-size:14px;
	text-align:center;
	padding:12px 0px 12px 0px;
}
.subHeader ul .btn a:hover{
	text-decoration:none;
	background-color:#5787B0;
}
@media screen and (max-width: 740px) {
	.footstepBox {
		font-size: 10px;
	}
	.subHeaderBox{
		width:auto;
		padding:5px 10px 15px 10px;
	}
	.subHeader ul .link{
		padding:0px 15px;
	}
	.subHeader ul .link a{
		font-size:13px;
	}
	.subHeader ul .btn a{
		width:120px;
		font-size:13px;
	}
}
@media screen and (max-width: 540px) {
/* header */
.subHeader .ttl{
	padding-top:2px;
}
.subHeader .ttl span{
	display:block;
	font-size:14px;
}
.subHeader ul .btn a{
	padding:7px 0px 8px 0px;
	width:90px;
}
}

/* ------------ contents ------------ */
.contents{
	padding-bottom:100px;
	overflow:hidden;
	min-width:1200px;
}
.contents p,
.contents h2,
.contents h3,
.contents h4{
	margin:0px;
	line-height:1.2em;
}
.contents ul,
.contents lu{
	margin:0px;
	padding:0px;
	list-style:none;
}
@media screen and (max-width: 740px) {
.contents{
	padding-bottom:40px;
	min-width:320px;
}
}

/* ------------ main ------------ */
#main{
	max-width:1100px;
	margin:0 auto;
}
#main_slider li img{
	width:100%;
	height:auto;
}
#main_slider li img.sp{
	display:none;
}
@media screen and (max-width: 740px) {
#main_slider li img.pc{
	display:none;
}
#main_slider li img.sp{
	display:block;
}
}

/* ------------ slider ------------ */
.slick-slider{
	position:relative;
	display:block;
	box-sizing:border-box;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	-webkit-touch-callout:none;
	-khtml-user-select:none;
	-ms-touch-action:pan-y;
	touch-action:pan-y;
	-webkit-tap-highlight-color:transparent;
	max-width:1100px;
  margin:0 auto;
	padding:0;
}
.slick-list{
	position:relative;
	display:block;
	overflow:hidden;
	margin:0;
	padding:0;
}
.slick-list:focus{
	outline:none;
}
.slick-list.dragging{
	cursor:pointer;
	cursor:hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list{
	-webkit-transform:translate3d(0, 0, 0);
	-moz-transform:translate3d(0, 0, 0);
	-ms-transform:translate3d(0, 0, 0);
	-o-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0);
}
.slick-track{
	position:relative;
	top:0;
	left:0;
	display:block;
}
.slick-track:before,
.slick-track:after{
	display:table;
	content:'';
}
.slick-track:after{
clear:both;
}
.slick-loading .slick-track{
	visibility:hidden;
}
.slick-slide{
	display:none;
	float:left;
	height:100%;
	min-height:1px;
}
[dir='rtl'] .slick-slide{
	float:right;
}
.slick-slide img{
	display:block;
}
.slick-slide.slick-loading img{
	display:none;
}
.slick-slide.dragging img{
	pointer-events:none;
}
.slick-initialized .slick-slide{
	display:block;
}
.slick-loading .slick-slide{
	visibility:hidden;
}
.slick-vertical .slick-slide{
	display:block;
	height:auto;
	border:1px solid transparent;
}
.slick-arrow.slick-hidden {
	display:none;
}
/* Arrows */
.slick-prev,
.slick-next{
	font-size:0;
	line-height:0;
	position:absolute;
	top:50%;
	display:block;
	width:34px;
	height:55px;
	padding:0;
	cursor:pointer;
	color:transparent;
	border:none;
	outline:none;
	background:transparent;
	margin-top:-28px;
	z-index:1;
}
.slick-prev{
	left:20px;
	background-image:url(../images/main_arrow_prev.png);
}
.slick-next{
	right:20px;
	background-image:url(../images/main_arrow_next.png);
}
.slick-prev:hover,
.slick-next:hover{
	opacity:0.6;
}
.slick-disabled{
	cursor:auto;
	opacity:0.2 !important;
}
@media screen and (max-width: 740px) {
.slick-prev,
.slick-next{
	width:17px;
	height:28px;
	margin-top:-14px;
	background-size:17px 28px;
}
.slick-prev{
	left:10px;
}
.slick-next{
	right:10px;
}
}

/* ------------ section ------------ */
.section{
	padding:100px 0;
}
#sozai,
#kaiteki{
	background-color:#FAF8F3;
}
.section .inner,
section .inner {
	text-align:left;
	max-width:1100px;
	margin:0 auto;
	padding:0 40px;
}
@media screen and (max-width: 740px) {
.section{
	padding:40px 0;
}
.section .inner,
section .inner {
	padding:0 20px;
}
}

/* ------------ box ------------ */
.box{
	position:relative;
}
.box .txt .ttl{
	margin-bottom:40px;
	position:relative;
	z-index:1;
}
.box .txt .ttl h2{
	font-size:36px;
	color:#214360;
	line-height:1.2;
	margin-bottom:10px;
	opacity:0;
	transition: opacity 500ms ease;
}
.box .txt .ttl p{
	font-size:16px;
	line-height:1.5;
	opacity:0;
	transition: opacity 500ms 200ms ease;
}
.box .txt ul{
	position:relative;
	z-index:1;
}
.box .txt ul li{
	padding-bottom:30px;
	opacity:0;
}
.box .txt ul li:first-child{
	transition: opacity 500ms ease;
}
.box .txt ul li:nth-child(2){
	transition: opacity 500ms 200ms ease;
}
.box .txt ul li:nth-child(3){
	transition: opacity 500ms 400ms ease;
}
.box .txt ul li h3{
	font-size:20px;
	color:#214360;
	padding-left:25px;
	margin-bottom:10px;
	background-image:url(../images/icon_h_txt.png);
	background-position:left 4px;
	background-repeat:no-repeat;
	background-size:16px 18px;
	min-height:22px;
}
.box .txt ul li h3 a {
	color:#214360;
	text-decoration: underline;
}
.box .txt ul li h3 a:hover {
	text-decoration: none;
}
.box .txt ul li p{
	font-size:14px;
	margin-left:25px;
	line-height:1.5;
}
.box .txt ul li p span{
	display:block;
	font-size:12px;
	padding-top:5px;
}
.box .txt ul li:nth-of-type(3) p.link {
	margin-top: 8px;
}
.box .txt ul li:nth-of-type(3) p.link a {
	color: #214360;
	text-decoration: underline
}
.box .txt ul li:nth-of-type(3) p.link a:hover {
	text-decoration: none;
}
.box .txt ul li:nth-of-type(3) p.link a span {
	position: relative;	
	display: inline-block;
	width: 10px;
	height: 10px;
	padding: 0;
	margin-left: 2px;
}
.box .txt ul li:nth-of-type(3) p.link a span::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 6px;
	height: 6px;
	border-top: solid 1px #214360;
	border-right: solid 1px #214360;
	transform: rotate(45deg) translateY(-50%);
}
.box .img img{
	width:100%;
	height:auto;
}
@media screen and (max-width: 740px) {
.box .txt .ttl{
	margin-bottom:30px;
}
.box .txt .ttl h2{
	font-size:20px;
}
.box .txt .ttl p{
	font-size:13px;
}
.box .txt ul li{
	padding-bottom:25px;
}
.box .txt ul li:last-child{
	padding-bottom:0;
}
.box .txt ul li h3{
	font-size:16px;
	margin-bottom:5px;
	background-position:left 0;
	min-height:18px;
}
.box .txt ul li p{
	font-size:13px;
}
.box .txt ul li p span{
	font-size:11px;
}
}

/* ------------ col ------------ */
.col2{
	font-size:0;
}
.col2 .col{
	display:inline-block;
	vertical-align:top;
	width:49%;
	margin-right:2%;
	margin-bottom:2%;
}
.col2 .col:nth-child(2n){
	margin-right:0;
}
.col2 .col .img img{
	width:100%;
	height:auto;
}
.col3{
	font-size:0;
	position:relative;
	z-index:1;
}
.col3 .col{
	display:inline-block;
	vertical-align:top;
	width:32%;
	margin-right:2%;
}
.col3 .col:last-child{
	margin-right:0;
}
.col3 .col .img{
	margin-bottom:10px;
}
.col3 .col .img img{
	width:100%;
	height:auto;
}
.col3 .col p{
	font-size:14px;
	line-height:1.5;
}
.col3 .col p span{
	display:block;
	font-size:12px;
	margin-left:1em;
	text-indent:-1em;
}
.col4{
	font-size:0;
	text-align:center;
}
.col4 .col{
	display:inline-block;
	vertical-align:top;
	width:23.5%;
	margin-right:2%;
}
.col4 .col:last-child{
	margin-right:0;
}
.col4 .col .img{
	margin-bottom:10px;
}
.col4 .col .img img{
	width:100%;
	height:auto;
}
.col4 .col h3{
	text-align:center;
	color:#214360;
	font-size:24px;
	line-height:1.2;
	margin-bottom:10px;
}
.col4 .col h3 strong{
	font-size:60px;
	line-height:1;
	font-family:'Roboto', sans-serif;
}
.col4 .col h3 span{
	font-size:14px;
	line-height:1;
}
.col4 .col h3 strong .br.sp{
	display:none;
}
.col4 .col p{
	font-size:14px;
	line-height:1.5;
}
@media screen and (max-width: 740px) {
.col3 .col{
	display:block;
	width:100%;
	margin:0 0 30px 0;
}
.col3 .col:last-child{
	margin-bottom:0;
}
.col3 .col .img{
	max-width:400px;
	margin-left:auto;
	margin-right:auto;
}
.col3 .col p{
	font-size:13px;
}
.col4{
	text-align:left;
}
.col4 .col{
	width:49%;
	margin-right:2%;
	margin-bottom:6%;
}
.col4 .col:nth-child(2n){
	margin-right:0;
}
.col4 .col .img{
	max-width:400px;
	margin-left:auto;
	margin-right:auto;
	padding:0 20px;
}
.col4 .col h3{
	font-size:16px;
	margin-bottom:5px;
}
.col4 .col h3 strong{
	font-size:36px;
}
.col4 .col h3 strong .br.sp{
	display:block;
}
.col4 .col h3 span{
	font-size:12px;
}
.col4 .col p{
	font-size:12px;
}
}
@media screen and (max-width: 500px) {
.col2 .col{
	width:100%;
	margin-right:0;
	margin-bottom:2%;
}
.col4 .col .img{
	padding:0;
}
}

/* ------------ h_ttl ------------ */
.h_ttl{
	text-align:center;
	border-bottom:1px solid #214360;
	padding-bottom:30px;
	margin-bottom:30px;
	color:#214360;
}
.h_ttl h2{
	font-size:30px;
}
.h_ttl p{
	font-size:16px;
	padding-top:10px;
}
@media screen and (max-width: 740px) {
.h_ttl{
	padding-bottom:15px;
	margin-bottom:15px;
}
.h_ttl h2{
	font-size:20px;
}
.h_ttl p{
	font-size:13px;
	text-align:left;
}
}

.fade{
	opacity:1 !important;
}
.fadeout{
	opacity:0 !important;
}
.line{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background-repeat:no-repeat;
	background-size:100% outo;
	transition-timing-function:ease-in;
	transition-duration:500ms;
	transition-delay:0s;
}
.length{
	height:0px;
	transition-property:height;
}
.side{
	width:0px;
	transition-property:width;
}
.length.anime{
	height:100%;
}
.side.anime{
	width:100%;
}

/* ------------ frame ------------ */
#frame .box{
	min-height:496px;
	margin-bottom:20px;
}
#frame .box .img{
	width:700px;
	height:496px;
	position:absolute;
	top:0;
	right:-52px;
}
#frame_photo{
	width:700px;
	height:540px;
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	transition: opacity 1s 1s ease;
}
#frame_line{
	width:596px;
	position:absolute;
	top:0px;
	left:53px;
	transition: opacity 1s 2s ease;
}
#frame_line_length{
	background-image:url(../images/frame_line_length.png);
}
#frame_line_side{
	background-image:url(../images/frame_line_side.png);
}
#frame .box .txt{
	padding-right:636px;
}
@media screen and (max-width: 740px) {
#frame h2 br {
	display: none;
}
#frame .box{
	min-height:0;
}
#frame .box .img{
	position:relative;
	top:0;
	right:0;
	margin:0 auto;
	width:500px;
	height:354px;
}
#frame_photo{
	width:500px;
	height:354px;
}
#frame_line{
	width:426px;
	left:36px;
}
#frame_line .line{
	background-size:426px auto;
}
#frame .box .txt{
	padding-right:0;
}
#frame .box .txt .ttl{
	margin-bottom:20px;
}
#frame .box .txt .txt_list{
	min-height:0;
	padding-right:0;
}
}
@media screen and (max-width: 500px) {
#frame .box .img{
	width:290px;
	height:206px;
}
#frame_photo{
	width:290px;
	height:206px;
}
#frame_line{
	width:246px;
	left:22px;
}
#frame_line .line{
	background-size:246px auto;
}
}

/* ------------ sozai ------------ */
#sozai .box{
	margin-bottom:60px;
	min-height:450px;
}
#sozai .box .img{
	width:550px;
	height:420px;
	position:absolute;
	top:30px;
	left:0;
}
#sozai_photo{
	width:550px;
	height:420px;
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	transition: opacity 1s 1s ease;
}
#sozai_line{
	width:505px;
	position:absolute;
	top:0px;
	left:22px;
	transition: opacity 1s 2s ease;
}
#sozai_line_length{
	background-image:url(../images/sozai_line_length.png);
}
#sozai_line_side{
	background-image:url(../images/sozai_line_side.png);
}
#sozai .box .txt{
	padding-left:580px;
}
@media screen and (max-width: 740px) {
#sozai .box{
	margin-bottom:30px;
	min-height:0;
}
#sozai .box .img{
	position:relative;
	top:0;
	left:0;
	margin:0 auto;
	width:380px;
	height:290px;
}
#sozai_photo{
	width:380px;
	height:290px;
}
#sozai_line{
	width:348px;
	left:15px;
}
#sozai_line .line{
	background-size:348px auto;
}
#sozai .box .txt{
	padding-left:0;
}
#sozai .box .txt .ttl{
	margin-bottom:20px;
}
#sozai .box .txt .txt_list{
	min-height:260px;
	padding-left:390px;
	min-height:0;
	padding-left:0;
}
}
@media screen and (max-width: 500px) {
#sozai .box .img{
	width:270px;
	height:206px;
}
#sozai_photo{
	width:270px;
	height:206px;
}
#sozai_line{
	width:246px;
	left:11px;
}
#sozai_line .line{
	background-size:246px auto;
}
}

/* ------------ option ------------ */
#option .box{
	min-height:630px;
}
#option .box .img{
	width:550px;
	height:670px;
	position:absolute;
	top:-40px;
	right:0;
}
#option_photo{
	width:550px;
	height:420px;
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	transition: opacity 1s 1s ease;
}
#option_line{
	width:519px;
	position:absolute;
	top:0px;
	left:30px;
	transition: opacity 1s 2s ease;
}
#option_line_length{
	background-image:url(../images/option_line_length.png);
}
#option_line_side{
	background-image:url(../images/option_line_side.png);
}
#option .box .txt{
	padding-right:580px;
}
#option .box .link_option a, 
#parts .link_option a,
#snow .link_detail a {
	background-color:#214360;
	display: block;
	color: #fff;
	font-size:18px;
	font-weight:bold;
	width: 14em;
	text-align:center;
	padding-top:15px;
	padding-bottom:15px;
	margin-top:20px;
}
#parts .link_option a,
#snow .link_detail a {
	margin:20px auto 0;
}
#option .box .link_option a:hover,
#parts .link_option a:hover,
#snow .link_detail a:hover {
	background-color:#337da9;
	text-decoration:none;
}
#option .box .link_option a .fa,
#parts .link_option a .fa,
#snow .link_detail a .fa {
	margin-right:5px;
}

@media screen and (max-width: 740px) {
#option .box{
	min-height:0;
	margin-bottom:30px;
}
#option .box .img{
	position:relative;
	top:0;
	right:0;
	margin:0 auto;
	width:380px;
	height:463px;
}
#option_photo{
	width:380px;
	height:463px;
}
#option_line{
	width:358px;
	left:21px;
}
#option_line .line{
	background-size:358px auto;
}
#option .box .txt{
	padding-right:0;
}
#option .box .txt .ttl{
	margin-bottom:20px;
}
#option .box .txt .txt_list{
	min-height:443px;
	padding-right:400px;
	min-height:0;
	padding-right:0;
}
#option .box .link_option a, 
#parts .link_option a,
#snow .link_detail a {
	font-size:13px;
	padding-top:10px;
	padding-bottom:10px;
}
}
@media screen and (max-width: 500px) {
#option .box .img{
	width:270px;
	height:329px;
}
#option_photo{
	width:270px;
	height:329px;
}
#option_line{
	width:254px;
	left:14px;
}
#option_line .line{
	background-size:254px auto;
}
}

/* ------------ kaiteki ------------ */
#kaiteki .box{
	margin-bottom:60px;
	min-height:500px;
}
#kaiteki .box .img{
	width:550px;
	height:500px;
	position:absolute;
	top:0;
	left:0;
}
#kaiteki_photo{
	width:550px;
	height:420px;
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	transition: opacity 1s 1s ease;
}
#kaiteki_line{
	width:550px;
	position:absolute;
	top:0px;
	left:0px;
	transition: opacity 1s 2s ease;
}
#kaiteki_line_length{
	background-image:url(../images/kaiteki_line_length.png);
}
#kaiteki_line_side{
	background-image:url(../images/kaiteki_line_side.png);
}
#kaiteki .box .txt{
	padding-left:580px;
}
@media screen and (max-width: 740px) {
#kaiteki .box{
	min-height:0;
}
#kaiteki .box .img{
	position:relative;
	top:0;
	left:0;
	margin:0 auto 20px auto;
	width:380px;
	height:352px;
}
#kaiteki_photo{
	width:380px;
	height:463px;
}
#kaiteki_line{
	width:380px;
}
#kaiteki_line .line{
	background-size:380px auto;
}
#kaiteki .box .txt{
	padding-left:0;
}
#kaiteki .box .txt .ttl{
	margin-bottom:20px;
}
#kaiteki .box .txt .txt_list{
	min-height:352px;
	padding-left:400px;
	min-height:0;
	padding-left:0;
}
}
@media screen and (max-width: 500px) {
#kaiteki .box .img{
	width:290px;
	height:269px;
}
#kaiteki_photo{
	width:290px;
	height:269px;
}
#kaiteki_line{
	width:290px;
}
#kaiteki_line .line{
	background-size:290px auto;
}
}

/* ------------ size ------------ */
#size{
	padding-bottom:0;
}
#size .h_ttl{
	margin-bottom:60px;
}
#size .note{
	text-align:center;
	font-size:14px;
	padding-top:15px;
}
@media screen and (max-width: 740px) {
#size .h_ttl{
	margin-bottom:30px;
}
#size .note{
	font-size:12px;
	padding-top:0
}
}

/* ------------ color ------------ */
#color{
	padding-bottom:0;
}
#color .h_ttl{
	margin-bottom:40px;
}
@media screen and (max-width: 740px) {
#color .h_ttl{
	margin-bottom:30px;
}
}

/* ------------ parts ------------ */
#parts{
	padding-bottom:0;
}
#parts ul{
	font-size:0;
}
#parts ul li{
	display:inline-block;
	vertical-align:top;
	width:23.5%;
	margin-right:2%;
	margin-bottom:2%;
	border:1px solid #e4e4e4;
  box-sizing:border-box;
	padding:20px 0 15px 0;
}
#parts ul li:nth-child(4n){
	margin-right:0;
}
#parts ul li .img{
	margin-bottom:10px;
}
#parts ul li .img img{
	width:100%;
	height:auto;
}
#parts ul li p{
	font-size:14px;
	text-align:center;
}
@media screen and (max-width: 740px) {
#parts ul li{
	width:32%;
}
#parts ul li:nth-child(4n){
	margin-right:2%;
}
#parts ul li:nth-child(3n){
	margin-right:0;
}
#parts ul li p{
	font-size:12px;
}
}
@media screen and (max-width: 500px) {
#parts ul li{
	width:49%;
}
#parts ul li:nth-child(3n){
	margin-right:2%;
}
#parts ul li:nth-child(2n){
	margin-right:0;
}
}


/* case */
#case{
	padding-bottom:0;
}

/* drawingBox */
#drawing{
	padding-bottom:0;
}
#drawing table{
	width:100%;
	font-size:13px;
	line-height:1.2;
}
#drawing table .first{
	border-left:none;
}
#drawing table th{
	background-color:#214360;
	color:#fff;
	font-weight:bold;
	text-align:center;
	border-left:1px solid #ccc;
	padding:10px 5px 8px 5px;
	line-height:1.5em;
	width:20%;
}
#drawing table td{
	text-align:center;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	padding:10px 5px 8px 5px;
}
#drawing table td span{
	font-size:12px;
	line-height:1.2em;
}
#drawing table td br.sp{
	display:none;
}
#drawing table .even td{
	background-color:#F4F5F7;
}
#drawing .note{
	margin-bottom:40px;
	margin-top:15px;
}
#drawing .note li{
	font-size:12px;
	margin-left:1em;
	text-indent:-1em;
	line-height:1.2;
	margin-top:5px;
}
#drawing .note li:first-child{
	margin-top:0;
}
#drawing .img{
	font-size:0;
	text-align:center;
	padding:0 40px;
}
#drawing .img li{
	display:inline-block;
	vertical-align:top;
	width:600px;
}
#drawing .img li img{
	width:100%;
	height:auto;
}
#drawing #pdf_list{
	margin-bottom:40px;
}
#drawing #pdf_list table th{
	width:auto;
}
#drawing #pdf_list table td.brn{
	border-left:none;
	padding:0 20px;
}
#drawing #pdf_list table td{
	padding:15px 5px 13px 5px;
}
#drawing #pdf_list table td a{
	line-height:1.2em;
}
#drawing #pdf_list table td a img{
	width:12px;
	height:auto;
	margin-right:5px;
	vertical-align:top;
}
@media screen and (max-width: 740px) {
#drawing table{
	font-size:10px;
}
#drawing table td span{
	font-size:9px;
}
#drawing table td br.sp{
	display:block;
}
#drawing .note{
	margin-bottom:20px;
}
#drawing .note li{
	font-size:10px;
}
#drawing .img{
	padding:0;
}
#drawing .img li:nth-child(1){
	width:90%;
}
#drawing #pdf_list{
	margin-bottom:20px;
}
#drawing #pdf_list table{
width:100%;
}
#drawing #pdf_list table td{
	white-space:nowrap;
}
#drawing #pdf_list{overflow-x:scroll;}
#drawing #pdf_list::-webkit-scrollbar{height:10px;}
#drawing #pdf_list::-webkit-scrollbar-track{background:#f2f2f2;}
#drawing #pdf_list::-webkit-scrollbar-thumb{background:#ccc;}
}
#drawing #pdf_list table td a img{
	width:10px;
}
@media screen and (max-width: 500px) {
#drawing table th,
#drawing table td{
	padding:8px 3px 6px 3px;
}
}


/* ------------ snow 202104追加 ------------ */
#snow {
	padding-bottom: 0;
}
#snow .box{
	max-width: 830px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
#snow .box .img{
	width: 180px;
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.17);	
}
#snow .box .txt{
	width: 600px;
	padding-top: 50px;
}
#snow .box .txt p.amount{
	color: #214360;
	font-size: 32px;
	font-weight: bold;
}
#snow .box .txt p.amount span{
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 240%;
	display: inline-block;
	margin-left: 0.1em;
	margin-right: 0.1em;
	vertical-align: -0.1em;
}
#snow .box .txt p.note{
	font-size: 16px;
	margin-top: 2.0em;
}
/* .bnr_snow {
	margin: 70px auto;
	text-align: center;
} */
.bnr_snow img {
	max-width: 100%;
	height: auto;
}
.bnr_snow a:hover img {
	opacity: 0.8;
}

@media screen and (max-width: 500px) {
	#snow .box{
		display: block;
	}
	#snow .box .img{
		margin: 0 auto;
	}
	#snow .box .txt{
		width: auto;
	}
	#snow .box .txt p.amount{
		text-align: center;
		font-size: 20px;
	}
	#snow .box .txt p.note{
		font-size: 13px;
		margin-left: 1em;
    text-indent: -1em;
	}
	.bnr_snow {
		margin: 0 auto;
	}
}

@media screen and (max-width: 740px) {
#parts ul li{
	width:32%;
}
#parts ul li:nth-child(4n){
	margin-right:2%;
}
#parts ul li:nth-child(3n){
	margin-right:0;
}
#parts ul li p{
	font-size:12px;
}
}
@media screen and (max-width: 500px) {
#parts ul li{
	width:49%;
}
#parts ul li:nth-child(3n){
	margin-right:2%;
}
#parts ul li:nth-child(2n){
	margin-right:0;
}
}


/* pageTop */
#pageTop{
padding:0px 10px 10px;
background-color:#00a3d9;
position:fixed;
bottom:40px;
right:0px;
cursor:pointer;
color:#FFF;
font-weight:bold;
line-height:1.2em;
text-align:center;
z-index:300;
}
#pageTop i{
display:block;
font-size:24px;
line-height:1.2em;
}
#pageTop span{
font-family: 'Open Sans', sans-serif;
font-size:14px;
}
@media screen and (max-width: 740px) {
#pageTop{
bottom:0px;
}
#pageTop i{
font-size:20px;
line-height:1em;
}
#pageTop span{
font-size:10px;
}
#pageTop span br{
display:none;
}
}

/* ------------ arrow_link ------------ */
.arrow_link{
	text-align:right;
	max-width:1100px;
	margin:10px auto 0 auto;
	padding:0 40px;
}
.arrow_link a{
	display:inline-block;
	padding:5px 22px 0 0;
	min-height:20px;
	font-size:12px;
	font-weight:bold;
	color:#333;
	background-image:url(../images/icon_arrow.png);
	background-position:right top;
	background-repeat:no-repeat;
	background-size:17px 25px;
}
.arrow_link a:hover{
	opacity:0.6;
	text-decoration:none;
}
@media screen and (max-width: 740px) {
.arrow_link{
	padding:0 10px;
}
.arrow_link a{
	padding:1px 20px 0 0;
	min-height:17px;
	font-size:11px;
	background-size:12px 18px;
}
}

/* ------------ info ------------ */
.info{
	width:654px;
	margin:40px auto 0 auto;
	padding:20px 40px;
	border:3px solid #333;
}
.info h4{
	font-size:18px;
	margin-bottom:10px;
	text-align:center;
}
.info ul{
	overflow:hidden;
}
.info ul li{
	float:left
}
.info ul li.tel{
	width:354px;
}
.info ul li.tel .tel-link{
    display:block;
    font-family:"Roboto",sans-serif;
    font-size:50px;
    line-height:1em;
}
.info ul li.tel span{
	font-size:14px;
}
.info ul li.catalog a{
	display:block;
	color:#fff;
	text-align:center;
	width:300px;
	height:39px;
	font-size:20px;
	background-image:url(../images/guide_catalog_btn.jpg);
	background-repeat:no-repeat;
	padding-top:23px;
}
.info ul li.catalog a:hover{
	text-decoration:none;
	opacity:0.8;
	filter:alpha(opacity=80);
}
@media screen and (max-width: 740px) {
.info{
	padding:8px 15px 10px;
  width: 474px;
}
.info h4{
	font-size: 14px;
    margin-bottom: 5px;
}
.info ul li.tel{
	width:254px;
}
.info ul li.tel .tel-link,
.info ul li.tel .tel-link a{
	font-size:38px;
	line-height:1.1em;
}
.info ul li.tel .tel-link a{
	font-size:30px;
}
.info ul li.tel span{
	display: block;
    font-size: 13px;
    line-height: 1.2em;
}
.info ul li.catalog{
	float:right;
	font-size: 16px;
    height: auto;
    width: 210px;
}
.info ul li.catalog a{
	background-image: -moz-linear-gradient(center top , #00a2db, #0093c5);
    border-radius: 3px;
    font-size: 16px;
    height: auto;
    padding-bottom: 14px;
    padding-top: 16px;
    width: 100%;
}
}
@media screen and (max-width: 540px) {
.info{
	width:auto;
	margin:40px 15px 0 15px;
}
.info ul li{
	margin-left:auto;
	margin-right:auto;
	float:none !important;
}
.info ul li.tel{
	margin-bottom:10px;
}
.info ul li.catalog{
	width:254px;
}
.info ul li.catalog a{
	font-size: 14px;
    padding-bottom: 10px;
    padding-top: 12px;
}
}

/* contact */
.contact{
	border:4px solid #333;
	width:740px;
	margin:40px auto 80px;
	padding:20px;
}
.contact,
.contact *,
.contact :before,
.contact :after{
	-webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}
.contact h3{
	font-size:23px;
	text-align:center;
	color:#005C94 !important;
	margin-bottom:10px;
}
.contact .time{
	text-align:center;
	font-size:14px;
	margin-bottom:20px;
}
.contact .col_box{
	overflow:hidden;
}
.contact .col{
	float:left;
	width:50%;
	padding-left:15px;
	padding-right:15px;
}
.contact .contact_tel strong{
	display:block;
	font-family:"Roboto",sans-serif;
	font-size:46px;
	line-height:1em;
	text-align:center;
}
.contact .contact_tel .col:nth-of-type(2) > a{
	display:block;
	color:#FFF;
	text-align:center;
	width:300px;
	height:52px;
	font-size:20px;
	background:#005C94;
	padding-top:18px;
	border-radius:6px;
	font-weight:bold;
}
.contact .contact_tel .col:nth-of-type(2) > a:hover{
	text-decoration:none;
	opacity:0.8;
	filter:alpha(opacity=80);
}
.contact .contact_line{
	border-top:2px solid #dedede;
	margin-top:20px;
	padding-top:20px;
}
.contact .contact_line h4{
	font-size:18px;
	font-weight:bold;
	margin-bottom:6px;
	text-align:left;
}
.contact .contact_line p{
	font-size:14px;
	line-height:1.6em;
	text-align:left;
}
.contact .contact_line a{
	display:block;
	color:#FFF;
	text-align:center;
	width:300px;
	height:54px;
	font-size:20px;
	background:#6BC315;
	padding-top:16px;
	border-radius:6px;
	font-weight:bold;
}
.contact .contact_line a:hover{
	opacity:0.8;
	filter:alpha(opacity=80);
}
.contact .contact_line a img{
	height:23px;
	width:auto;
}
@media screen and (max-width:768px) {
.contact{
	width:auto;
	margin:20px;
	padding:10px 0;
}
.contact h3{
	font-size:16px;
}
.contact .time{
	font-size:12px;
	margin-bottom:10px;
}
.contact .col_box{
	margin-left:15px;
	margin-right:15px;
}
.contact .col{
	float:none;
	width:auto;
	padding:0;
}
.contact .contact_tel strong{
	margin-bottom:10px;
}
.contact .contact_tel strong,
.contact .contact_tel .telLink {
	font-size: 28px;
	text-decoration: none;
	margin-bottom: 15px;
	display: block;
	color: #333;
	font-weight: bold;
	line-height: 1;
}
.contact .contact_tel .col:nth-of-type(2) > a{
	width:100%;
	height:40px;
	font-size:16px;
	padding-top:12px;
}
.contact .contact_line h4{
	font-size:14px;
	text-align:center;
}
.contact .contact_line p{
	font-size:12px;
	line-height:1.4em;
	text-align:center;
	margin-bottom:10px;
}
.contact .contact_line a{
	width:100%;
	height:41px;
	font-size:16px;
	padding-top:11px;
}
.contact .contact_line a img{
	height:20px;
}
}

/* simulatorBtn */
.simulatorBtn{
  max-width: 1100px;
  margin: 0 auto;
}
.simulatorBtn a{
  margin-top: -15px;
  position: relative;
  display: block;
  width: 250px;
  background: #00afdd;
  color: #fff;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  border-radius: 4px;
  text-align: left;
  font-weight: bold;
  box-sizing: border-box;
  text-decoration: none;
  transition: opacity .2s;
}
.simulatorBtn a:hover{
  text-decoration: none;
  opacity: .7;
}
.simulatorBtn a::after{
	content: "";
  position: absolute;
  right: 20px;
  top: calc(50% - 5px);
	width: 10px;
	height: 10px;
	box-sizing: border-box;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
}
@media screen and (max-width:768px) {
.simulatorBtn{
  margin: 15px auto 0;
}
.simulatorBtn a{
  margin-top: 0;
  width: 190px;
  font-size: 13px;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  margin: 0 auto;
}
.simulatorBtn a::after{
  right: 15px;
  top: calc(50% - 4px);
	width: 8px;
	height: 8px;
}
}

/* simulatorArea */
.simulatorArea{
  padding: 80px 0 40px;
}
.simulatorArea .simulatorBox{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border: 4px solid #ccc;
  box-sizing: border-box;
  max-width: 888px;
  padding:  16px;
  margin: 0 auto;
}
.simulatorArea .simulatorBox .simulatorImg{
  overflow: hidden;
  width: 314px;
  border-radius: 4px;
}
.simulatorArea .simulatorBox .simulatorImg img{
  width: 100%;
  height: auto;
}
.simulatorArea .simulatorBox .simulatorTxt{
  width: calc(100% - 314px);
  padding-left: 30px;
  box-sizing: border-box;
}
.simulatorArea .simulatorBox .simulatorTxt h3{
  text-align: center;
  font-size: 28px;
  line-height: 1.3;
}
.simulatorArea .simulatorBox .simulatorTxt h3 br{
  display: none;
}
.simulatorArea .simulatorBox .simulatorTxt p{
  text-align: left;
  font-size: 14px;
  line-height: 1.85;
  margin-top: 5px;
}
.simulatorArea .simulatorBox .simulatorTxt a{
  position: relative;
  display: block;
  width: 250px;
  background: #00afdd;
  color: #fff;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  border-radius: 4px;
  text-align: left;
  font-weight: bold;
  box-sizing: border-box;
  text-decoration: none;
  transition: opacity .2s;
  margin: 10px auto 0;
}
.simulatorArea .simulatorBox .simulatorTxt a:hover{
  text-decoration: none;
  opacity: .7;
}
.simulatorArea .simulatorBox .simulatorTxt a::after{
	content: "";
  position: absolute;
  right: 20px;
  top: calc(50% - 5px);
	width: 10px;
	height: 10px;
	box-sizing: border-box;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
}
@media screen and (max-width:768px) {
.simulatorArea{
  padding: 40px 20px 20px;
}
.simulatorArea .simulatorBox{
  border-width: 2px;
}
.simulatorArea .simulatorBox .simulatorImg{
  width: 100%;
  max-width: 314px;
  margin: 0 auto;
}
.simulatorArea .simulatorBox .simulatorTxt{
  width: 100%;
  padding-left: 0;
  margin-top: 13px;
}
.simulatorArea .simulatorBox .simulatorTxt h3{
  font-size: 16px;
}
.simulatorArea .simulatorBox .simulatorTxt h3 br{
  display: block;
}
.simulatorArea .simulatorBox .simulatorTxt p{
  font-size: 12px;
  line-height: 1.5;
  margin-top: 8px;
}
.simulatorArea .simulatorBox .simulatorTxt a{
  width: 190px;
  font-size: 13px;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
}
.simulatorArea .simulatorBox .simulatorTxt a::after{
  right: 15px;
  top: calc(50% - 4px);
	width: 8px;
	height: 8px;
}
}

.contact + .bnr_digicata {
	width: fit-content;
	padding: 0 40px;
	margin: 40px auto 0;
}
.bnr_digicata {
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 10px;
}
.bnr_digicata a:hover {
	opacity: .8;
}
.bnr_digicata p.microcopy {
	position: relative;
	margin: 0;
	font-size: 16px;
}
.bnr_digicata p.microcopy:before,
.bnr_digicata p.microcopy:after {
	content: '';
	position: absolute;
	top: 50%;
	width: 1px;
	height: 30px;
	background: #333;
	translate: 0 -50%;
}
.bnr_digicata p.microcopy:before {
	left: -20px;
	rotate: -45deg;
}
.bnr_digicata p.microcopy:after {
	right: -20px;
	rotate: 45deg;
}
.bnr_digicata p.more {
	margin: 0;
	font-size: 14px;
	text-align: center;
}
.bnr_digicata p.more a {
	position: relative;
	display: block;
	width: fit-content;
	margin: 4px auto 0;
	padding-right: 10px;
	color: #333;
	text-decoration: underline;
}
.bnr_digicata p.more a:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 5px;
	height: 5px;
	border-top: solid 1px #333;
	border-right: solid 1px #333;
	rotate: 45deg;
	translate: 0 -50%;
}
.bnr_digicata p.more a:hover {
	text-decoration: none;
}
.col2 {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 24px;
	max-width: 1180px;
	padding: 0 40px;
	margin: 40px auto 0;
}
.col2 .bnr_snow img, .col2 .bnr_digicata img {
	height: 150px;
	object-fit: contain;
}
.col2 .bnr_snow {
	margin-top: 27px;
}
@media screen and (max-width:1180px) {
	.col2 {
		flex-direction: column;
		align-items: center;
		padding: 0 20px;
	}
	.col2 .bnr_snow img, .col2 .bnr_digicata img {
		height: auto;
	}
}
@media screen and (max-width:768px) {
	.contact + .bnr_digicata {
		padding: 0 20px;
	}
	.bnr_digicata img {
		width: 100%;
	}
	.col2 {
		gap: 16px;
	}
	.bnr_digicata p.microcopy {
		font-size: 14px;
	}
	.bnr_digicata p.microcopy:before,
	.bnr_digicata p.microcopy:after {
		height: 20px;
	}
	.bnr_digicata p.microcopy:before {
		left: -10px;
		rotate: -40deg;
	}
	.bnr_digicata p.microcopy:after {
		right: -10px;
		rotate: 40deg;
	}
}

.ms1_showcase {
	padding: 100px 0;
}
.ms1_showcase h2 {
	margin-bottom: 40px;
	color: #214360;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
}
.ms1_showcase .col4 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
}
.ms1_showcase .col4 a {
	display: flex;
	flex-direction: column;
	gap: 8px;
	color: #333;
}
.ms1_showcase .col4 a img {
	width: 100%;
	transition: .2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.ms1_showcase .col4 a:hover {
	text-decoration: none;
}
.ms1_showcase .col4 a:hover img {
	filter: brightness(.8);
}
.ms1_showcase .col4 a p {
	font-size: 16px;
	text-align: left;
}
.ms1_showcase .col4 + a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 320px;
	height: 60px;
	margin:  40px auto 0;
	background: #214360;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	transition: .2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.ms1_showcase .col4 + a:hover {
	text-decoration: none;
	opacity: .7;
}
@media screen and (max-width: 750px) {
	.ms1_showcase {
		padding: 40px 0;
	}
	.ms1_showcase h2 {
		font-size: 20px;
	}
	.ms1_showcase .col4 {
		grid-template-columns: 1fr 1fr;
		gap: 16px;
	}
	.ms1_showcase .col4 a p {
		font-size: 14px;
	}
}

.userflow {
	padding: 64px 10px;
	background: #FAF8F3;
}
.userflow h2 {
	margin-bottom: 40px;
	color: #214360;
	font-size: 32px;
	text-align: center;
}
.userflow .col3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	justify-content: center;
	gap: 32px;
	width: fit-content;
	margin: auto;
}
.userflow .col3 .box,
.userflow .col3 .box .txt {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.userflow .col3 .box {
	max-width: 370px;
	background: #fff;
	box-shadow: 0 4px 20px rgb(0 0 0 / .2);
}
.userflow .col3 .box .img {
	position: relative;
	overflow: hidden;
}
.userflow .col3 .box .img .cate {
	position: absolute;
	bottom: 10px;
	right: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 30px;
	padding: 0 16px;
	background: #fff;
	border-radius: 4px;
	font-size: 14px;
	font-weight: bold;
}
.userflow .col3 .box .img a img {
	transition: .2s cubic-bezier(0.215, 0.610, 0.355, 1);
}
.userflow .col3 .box .img a:hover img {
	scale: 1.05;
}
.userflow .col3 .box .txt {
	padding: 0 24px 24px;
}
.userflow .col3 .box .txt .for {
	width: fit-content;
	padding: 3px 10px;
	background: #00AFDD;
	border-radius: 20px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5;
}
.userflow .col3 .box .txt h3 {
	font-size: 20px;
	font-weight: bold;
	text-align: left;
}
.userflow .col3 .box .txt p {
	margin-block-start: 0;
	margin-block-end: 0;
	font-size: 14px;
	text-align: left;
	line-height: 1.5;
}
.userflow .col3 .box .txt p.bg {
	padding: 10px;
	background: #FAF8F3;
}
.userflow .col3 .box .txt a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 45px;
	background: #00AFDD;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	transition: .2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.userflow .col3 .box .txt a svg {
	margin-left: 8px;
}
.userflow .col3 .box .txt a:hover {
	text-decoration: none;
	filter: brightness(.8);
}
.userflow .col3 + h2 {
	margin: 80px 0 16px;
	font-size: 28px;
}
.userflow .col3 + h2 + p {
	margin-bottom: 24px;
	font-size: 16px;
}
.userflow .col2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	justify-content: center;
	gap: 40px;
	max-width: 1040px;
	margin: auto;
}
.userflow .col2 a {
	display: flex;
	align-items: center;
	gap: 8px;
	max-width: 500px;
	padding: 8px 16px;
	background: #fff;
	box-shadow: 0 4px 20px rgb(0 0 0 / .2);
	color: #333;
	text-align: left;
	transition: .2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.userflow .col2 a img {
	width: 89px;
}
.userflow .col2 a .txt h3 {
	margin-bottom: 8px;
	font-size: 16px;
	font-weight: bold;
}
.userflow .col2 a .txt p {
	font-size: 14px;
	line-height: 1.3;
}
.userflow .col2 a:hover {
	text-decoration: none;
	filter: brightness(.8);
	box-shadow: none;
}
@media screen and (max-width: 750px) {
	.userflow {
		padding: 40px 20px;
	}
	.userflow h2 {
		margin-bottom: 24px;
		font-size: 20px;
	}
	.userflow .col3 {
		grid-template-columns: 1fr;
		gap: 24px;
	}
	.userflow .col3 .box .txt p br {
		display: none;
	}
	.userflow .col3 + h2 {
		margin: 40px 0 16px;
		font-size: 18px;
	}
	.userflow .col3 + h2 + p {
		font-size: 14px;
		line-height: 1.5;
		letter-spacing: -0.02em;
	}
	.userflow .col2 {
		grid-template-columns: 1fr;
		align-items: center;
		gap: 24px;
		padding: 0;
	}
}

.faq {
	padding: 80px 10px;
	background: #FAF8F3;
}
.faq .faq_wrap {
	max-width: 800px;
  margin: auto;
}
.faq .faq_item:not(:last-of-type) {
	margin-bottom: 16px;
}
.faq .faq_q {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 12px 16px 12px 48px;
	background: #fff;
	box-shadow: 0 2px 10px rgb(0 0 0 / .1);
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
}
.faq .faq_q p {
	line-height: 1.5;
}
.faq .faq_q span {
	position: relative;
	width: 16px;
	height: 16px;
}
.faq .faq_q span::before,
.faq .faq_q span::after {
	content: '';
	position: absolute;
	background: #333;
	transition: .2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.faq .faq_q span::before {
	top: 50%;
	left: 0;
	width: 16px;
	height: 2px;
	translate: 0 -50%;
}
.faq .faq_q span::after {
	top: 0;
	left: 50%;
	width: 2px;
	height: 16px;
	translate: -50% 0;
}
.faq .faq_item.active .faq_q span::after {
	rotate: 90deg;
}
/* .faq .faq_q::before {
	content: 'Q.';
	position: absolute;
	top: 50%;
	left: 16px;
	translate: 0 -50%;
} */
.faq .faq_q::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 16px;
	translate: 0 -50%;
	width: 24px;
	height: 24px;
	background: url(../images/icon_q.png) no-repeat center / contain;
}
.faq .faq_a {
	position: relative;
	max-height: 0;
	padding-left: 32px;
	font-size: 14px;
	line-height: 1.7;
	overflow: hidden;
	transition: max-height .3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
/* .faq .faq_a::before {
	content: 'A.';
	position: absolute;
	top: 16px;
	left: 16px;
	font-weight: bold;
} */
 .faq .faq_a::before {
	content: '';
	position: absolute;
	top: 16px;
	left: 16px;
	width: 24px;
	height: 24px;
	background: url(../images/icon_a.png) no-repeat center / contain;
}
.faq .faq_a p {
	padding: 16px;
}
.faq .faq_a p a {
	display: block;
	width: fit-content;
	text-decoration: underline;
}
.faq .faq_a p a:hover {
	text-decoration: none;
}
.faq .faq_a p a span {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-left: 4px;
}
.faq .faq_a p a span::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 6px;
	height: 6px;
	border-top: solid 1px #1B558C;
	border-right: solid 1px #1B558C;
	translate: -50% -50%;
	rotate: 45deg;
}
.faq .faq_item.active .faq_a {
	max-height: 500px;
}
.faq .cv_line {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1000px;
	padding: 24px 32px;
	margin: auto;
	margin-top: 64px;
	background: #6BC315;
	border-radius: 4px;
	box-sizing: border-box;
}
.faq .cv_line .left {
	display: flex;
	align-items: center;
	gap: 16px;
}
.faq .cv_line .left img {
	width: 50px;
}
.faq .cv_line .left .txt {
	color: #fff;
	font-weight: bold;
}
.faq .cv_line .left .txt p:nth-of-type(1) {
	margin-bottom: 8px;
	font-size: 20px;
}
.faq .cv_line .left .txt p:nth-of-type(2) {
	font-size: 16px;
}
.faq .cv_line a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 240px;
	height: 47px;
	border-radius: 3px;
	background: #fff;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	transition: .2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.faq .cv_line a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 24px;
	width: 8px;
	height: 8px;
	border-top: solid 2px #333;
	border-right: solid 2px #333;
	rotate: 45deg;
	translate: 0 -50%;
}
.faq .cv_line a:hover {
	text-decoration: none;
	filter: brightness(.8);
}
.faq .cv_line .lineBtn p {
	margin-top: 4px;
	color: #fff;
	font-size: 12px;
	text-align: center;
}
@media screen and (max-width: 750px) {
	.faq {
		padding: 40px 0;
	}
	.faq .faq_q {
		gap: 8px;
	}
	.faq .faq_q p {
		width: calc(100% - 16px);
	}
	.faq .faq_q span {
		width: 16px;
		height: 16px;
	}
	.faq .faq_q span::before {
		width: 16px;
		height: 2px;
	}
	.faq .faq_q span::after {
		width: 2px;
		height: 16px;
	}
	.faq .cv_line,
	.faq .cv_line .left {
		flex-direction: column;
	}
	.faq .cv_line {
		gap: 16px;
	}
	.faq .cv_line .left .txt {
		text-align: center;
		line-height: 1.5;
	}
	.faq .cv_line .left .txt p:nth-of-type(1) {
		font-size: 16px;
	}
	.faq .cv_line .left .txt p:nth-of-type(2) {
		font-size: 14px;
	}
}