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

/*-----------------------------------------------------------------

	top　トップ

-----------------------------------------------------------------*/

/*----------------------------------------------------------------
  メイン画像
------*/
.container_top .main_img .img {
	text-align: center;
	margin-bottom: 30px;
}
@media screen and (max-width: 786px) {
	.container_top .main_img .img {
		text-align: center;
		margin-bottom: 20px;
	}
}


/*----------------------------------------------------------------
  用途から選ぶ
------*/
.container_top .use_cont .h_usecont {
	background: #172cc5;
	color: #FFF;
	font-weight: 700;
	text-align: center;
	font-size: 31px;
	line-height: 1em;
	padding: 20px;
	margin-bottom: 20px;
}
.container_top .use_cont .h_usecont b {
	font-size: 40px;
}


.container_top .use_cont .use_list {
	width: 1100px;
	margin: 0 auto 45px;
	display:flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.container_top .use_cont .use_list li {
	width: 530px;
	margin-bottom: 35px;
}
.container_top .use_cont .use_list li p {
	margin-top: 10px;
}



@media screen and (max-width: 786px) {
	.container_top .use_cont .h_usecont {
		font-size: 27px;
	}
	.container_top .use_cont .h_usecont b {
		font-size: 35px;
	}

	.container_top .use_cont .use_list {
		width: 94%;
	}
	.container_top .use_cont .use_list li {
		width: 49%;
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 480px) {
	.container_top .use_cont .h_usecont {
		font-size: 20px;
	}
	.container_top .use_cont .h_usecont b {
		font-size: 32px;
		display: block;
		line-height: 1.2em;
	}
	
	.container_top .use_cont .use_list {
		width: 90%;
		margin-bottom: 20px;
	}
	.container_top .use_cont .use_list li {
		width: 100%;
		margin-bottom: 30px;
	}
}



/*----------------------------------------------------------------
  仕様から選ぶ
------*/

.container_top .spec_cont {
	background: #e3eaff;
	padding: 50px 0;
}

.container_top .spec_cont .h_speccont {
	color: #2134c0;
	font-weight: 700;
	text-align: center;
	font-size: 35px;
	line-height: 1em;
	margin-bottom: 25px;
}
.container_top .spec_cont .h_speccont span {
	border-bottom: 5px solid #2134c0;
	padding: 0 10px 15px;
	display: inline-block;
}


.container_top .spec_cont .h_speccont b {
	font-size: 44px;
	color: #0E0E0E;
}




.container_top .spec_cont .spec_list {
	width: 1155px;
	margin: 0 auto;
	display:flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.container_top .spec_cont .spec_list li {
	width: 270px;
	margin-bottom: 35px;
}

.container_top .spec_cont .spec_list li .tit span {
	font-size: 24px;
	font-weight: 700;
	color: #FFF;
	background: #138fee;
	padding: 9px 20px;
	position: relative;
	display: inline-block;
}
.container_top .spec_cont .spec_list li .tit span:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	right: -43px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 43px 0 0 43px;
	border-color: transparent transparent transparent #138fee;
}


.container_top .spec_cont .spec_list li a {
	display: block;
	border: 1px solid #138fee;
	box-sizing: border-box;
	padding: 3px;
	background: #FFF;
}
.container_top .spec_cont .spec_list li .text {
	padding: 20px;
	font-size: 13px;
}

@media screen and (max-width: 786px) {
	.container_top .spec_cont .spec_list {
		width: 100%;
		padding: 0 15px;
		box-sizing: border-box;
	}
	
	.container_top .spec_cont .spec_list li {
		width: 49%;
	}
}

@media screen and (max-width: 480px) {
	.container_top .spec_cont .h_speccont b {
		font-size: 20px;
	}
	.container_top .spec_cont .h_speccont b {
		font-size: 30px;
		display: block;
	}
	
	.container_top .spec_cont .spec_list li .text {
		padding: 20px 15px;
	}

	.container_top .spec_cont .spec_list li .tit span {
		font-size: 19px;
	}
	.container_top .spec_cont .spec_list li .tit span:after {
		content: "";
		right: 0;
		top: 0;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 10px 10px 0;
		border-color: transparent #e3eaff transparent transparent;
	}
}




/*リンクボタン*/
.container_top .spec_cont .spec_list li .linkBtn {
	color: #FFF;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
	padding: 8px 35px 8px 15px;
	position: relative;
	margin: 10px auto 0;
	width: 90%;
	display: block;
	box-sizing: border-box;
	border-radius: 3px;
	box-shadow: 0px 1px 2.92px 1.08px rgba(18, 18, 18, 0.33);
	background-image: linear-gradient(to bottom, #ff152b 50%, #d40014 50%);
	background-image: -moz-linear-gradient(to bottom, #ff152b 50%, #d40014 50%);
	background-image: -webkit-linear-gradient(to bottom, #ff152b 50%, #d40014 50%);
	background-image: -ms-linear-gradient(to bottom, #ff152b 50%, #d40014 50%);
}
.container_top .spec_cont .spec_list li .linkBtn:before {
	content: "";
	display: block;
	background: #FFF;
	border-radius: 50%;
	width: 16px;
	height: 16px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.container_top .spec_cont .spec_list li .linkBtn:after {
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	border-top: solid 2px #ff152b;
	border-right: solid 2px #ff152b;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
	position: absolute;
	right: 18px;
	top: 50%;
}

@media screen and (max-width: 786px) {
	
	/*リンクボタン*/
	.container_top .spec_cont .spec_list li .linkBtn {
		font-size: 17px;
		width: 90%;
		padding: 15px 50px 15px 20px;
	}
	.container_top .spec_cont .spec_list li .linkBtn:before {
		right: 20px;
	}
	.container_top .spec_cont .spec_list li .linkBtn:after {
		right: 32px;
	}
}

@media screen and (max-width: 480px) {
	
	/*リンクボタン*/
	.container_top .spec_cont .spec_list li .linkBtn {
		font-size: 14px;
		width: 100%;
		padding: 10px 15px;
		line-height: 1.3em;
	}
	.container_top .spec_cont .spec_list li .linkBtn:before,
	.container_top .spec_cont .spec_list li .linkBtn:after {
	 	content: none;
	}
}



/*----------------------------------------------------------------
  形状から選ぶ
------*/
.container_top .type_cont {
	padding-top: 70px;
	margin-bottom: 65px;
}
.container_top .type_cont .h_typecont {
	text-align: center;
	font-size: 35px;
	color: #252525;
	font-weight: 700;
	border-bottom: 4px solid #2134c0;
	line-height: 1em;
	padding-bottom: 13px;
	margin-bottom: 25px;
}
.container_top .type_cont .h_typecont b {
	color: #2134c0;
	font-size: 47px;
}

.container_top .type_cont .type_list > li {
	padding: 50px;
}

.container_top .type_cont .type_list li section {
	width: 1100px;
	margin: 0 auto;
	display:flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.container_top .type_cont .type_list li:nth-child(odd) section {
	flex-direction : row;
}
.container_top .type_cont .type_list li:nth-child(even) section {
	flex-direction : row-reverse;
}

.container_top .type_cont .type_list .text_cont {
	width: 445px;
	padding-top: 20px;
}

 .type_cont .type_list .text_cont .tit {
	font-weight: 700;
	font-size: 34px;
	border-left: 8px solid;
	margin-bottom: 15px;
	padding: 0 10px 0 25px;
	line-height: 1.5em;
	text-shadow: 
	#FFF 2px 0px,  #FFF -2px 0px,
	#FFF 0px -2px, #FFF 0px 2px,
	#FFF 2px 2px , #FFF -2px 2px,
	#FFF 2px -2px, #FFF -2px -2px,
	#FFF 1px 2px,  #FFF -1px 2px,
	#FFF 1px -2px, #FFF -1px -2px,
	#FFF 2px 1px,  #FFF -2px 1px,
	#FFF 2px -1px, #FFF -2px -1px;
}
.type_cont .type_list .text_cont .tit b {
	font-size: 44px;
	display: block;
}
.type_cont .type_list .text_cont .tit b span {
	font-size: 31px;
}

.type_cont .type_list .text_cont .type_icon {
	margin-bottom: 15px;
}
.type_cont .type_list .text_cont .type_icon li {
	border: 1px solid;
	padding: 4px 20px;
	border-radius: 50px;
	background: #FFF;
	box-sizing: border-box;
	display: inline-block;
	font-weight: bold;
	font-size: 17px;
	margin: 0 13px 5px 0;
}

.type_cont .type_list .text_cont .graph_img {
	border-radius: 10px;
	padding: 5px 25px 20px;
	background: #FFF;
	margin-bottom: 20px;
}
.type_cont .type_list .text_cont .graph_img img {
	width: 100%;
}

.type_cont .type_list .text_cont .text {
	font-size: 15px;
}

.type_cont .type_list .linkBtn a {
	width: 90%;
	margin: 20px auto 0;
}


/*ロールアップ*/
.container_top .type_cont .type_list > li:first-child {
	background-image: -moz-linear-gradient( 90deg, rgb(238,249,255) 25%, rgb(199,235,255) 63%);
	background-image: -webkit-linear-gradient( 90deg, rgb(238,249,255) 25%, rgb(199,235,255) 63%);
	background-image: -ms-linear-gradient( 90deg, rgb(238,249,255) 25%, rgb(199,235,255) 63%);
}
.container_top .type_cont .type_list > li:first-child .tit,
.container_top .type_cont .type_list > li:first-child .type_icon li {
	color: #0722f8;
	border-color: #0722f8;
}


/*ハトメ式*/
.container_top .type_cont .type_list > li:nth-child(2) {
	background-image: -moz-linear-gradient( 90deg, rgb(255,253,238) 25%, rgb(255,250,199) 63%);
	background-image: -webkit-linear-gradient( 90deg, rgb(255,253,238) 25%, rgb(255,250,199) 63%);
	background-image: -ms-linear-gradient( 90deg, rgb(255,253,238) 25%, rgb(255,250,199) 63%);
}
.container_top .type_cont .type_list > li:nth-child(2) .tit,
.container_top .type_cont .type_list > li:nth-child(2) .type_icon li {
	color: #ff2c10;
	border-color: #ff2c10;
}


/*展張式*/
.container_top .type_cont .type_list > li:last-child {
	background-image: -moz-linear-gradient( 90deg, rgb(240,255,242) 25%, rgb(205,255,213) 63%);
	background-image: -webkit-linear-gradient( 90deg, rgb(240,255,242) 25%, rgb(205,255,213) 63%);
	background-image: -ms-linear-gradient( 90deg, rgb(240,255,242) 25%, rgb(205,255,213) 63%);
}
.container_top .type_cont .type_list > li:last-child .tit,
.container_top .type_cont .type_list > li:last-child .type_icon li {
	color: #00c431;
	border-color: #00c431;
}


@media screen and (max-width: 786px) {
	.container_top .type_cont .type_list > li {
  	  padding: 30px 4%;
	}
	.container_top .type_cont .type_list li section {
		width: 100%;
	}
	.container_top .type_cont .type_list li:nth-child(odd) section {
		flex-direction : row;
	}
	.container_top .type_cont .type_list li:nth-child(even) section {
		flex-direction : row-reverse;
	}
	
	.container_top .type_cont .type_list .mainimg {
		width: 47%;
	}
	.container_top .type_cont .type_list .text_cont {
		width: 49%;
		padding-top: 0;
	}
	
	.type_cont .type_list .text_cont .tit {
    	font-size: 25px;
	}
	.type_cont .type_list .text_cont .tit b {
  		font-size: 35px;
	}
	
	.type_cont .type_list .text_cont .type_icon li {
		font-size: 15px;
		padding: 2px 15px;
	}
}

@media screen and (max-width: 480px) {
	
	.container_top .type_cont .type_list > li {
  	  padding: 30px 4% 40px;
	}
	
	.container_top .type_cont .type_list .mainimg {
		width: 100%;
	}
	.container_top .type_cont .type_list .mainimg img {
		width: calc(100% + 8%);
		margin-left: -6%;
	}
	
	.container_top .type_cont .h_typecont {
		font-size: 27px;
	}
	.container_top .type_cont .h_typecont b {
		display: block;
		font-size: 30px;
	}
	
	.container_top .type_cont .type_list .text_cont {
		width: 100%;
		padding-top: 0;
	}
	
	.type_cont .type_list .text_cont .tit {
    	font-size: 22px;
		text-align: center;
		padding: 15px 10px 10px;
		border: none;
		border-bottom: 2px solid;
	}
	.type_cont .type_list .text_cont .tit b {
  		font-size: 30px;
	}
	
	.type_cont .type_list .text_cont .type_icon li {
		font-size: 14px;
		margin-right: 5px;
	}
}




/*----------------------------------------------------------------
  人気ランキング
------*/
.container_top .type_cont .ranking_cont {
	margin: 40px auto 90px;
	width: 940px;
}

.container_top .type_cont .ranking_cont .h_ranking {
	font-size: 26px;
	text-align: center;
	background: #138fee;
	color: #FFF;
	padding: 15px;
	font-weight: 700;
	margin-bottom: 20px;
	letter-spacing: .08em;
}
.container_top .type_cont .ranking_cont .h_ranking b {
	font-size: 28px;
	color: #fff71f;
}


/*----タブ切り替え----*/
.container_top .type_cont .ranking_cont .tab-btn {
	margin: 0 35px 30px;
	display:flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.container_top .type_cont .ranking_cont .tab-btn li {
	width: 31%;
	font-size: 21px;
	text-align: center;
	font-weight: 700;
	padding: 10px;
	border: 2px solid #dadada;
	border-radius: 5px;
	cursor: pointer;
	transition: all 0.3s ease-out;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
}
.container_top .type_cont .ranking_cont .tab-btn li.show {
	cursor: default;
	background: #ff1717;
	border-color: #ff1717;
	color: #FFF;
}

.container_top .type_cont .ranking_cont .tab-btn li:not(.show):hover {
	background: #ffdcdc;
}

.tab-contents {
  display: none;
}
 
.tab-contents.show {
  display: block;
}


/**/
.container_top .type_cont .ranking_list {
	display:flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.container_top .type_cont .ranking_list li {
	width: 295px;
	box-shadow: 0px 2px 6.37px 0.63px rgba(0, 0, 0, 0.22);
	border-radius: 10px;
	background: #f2f2f2;
}

.container_top .type_cont .ranking_list li a {
	display: block;
	position: relative;
}
.container_top .type_cont .ranking_list li a:before {
	content: "";
	display: block;
	width: 66px;
	height: 50px;
	position: absolute;
	top: -7px;
	left: 17px;
	z-index: 2;
}
.container_top .type_cont .ranking_list li:first-child a:before {
	background: url("../../_images/top/ranking-01.gif") no-repeat;
}
.container_top .type_cont .ranking_list li:nth-child(2) a:before {
	background: url("../../_images/top/ranking-02.gif") no-repeat;
}
.container_top .type_cont .ranking_list li:nth-child(3) a:before {
	background: url("../../_images/top/ranking-03.gif") no-repeat;
}


.container_top .type_cont .ranking_list li img {
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	background: #FFF;
}

.container_top .type_cont .ranking_list li dl {
	background: #f2f2f2;
	padding: 15px;
	border-radius: 0 0 10px 10px;
}
.container_top .type_cont .ranking_list li dl dt {
	font-size: 16px;
	font-weight: 700;
	color: #3552ff;
	border-bottom: 1px solid #3552ff;
	padding-bottom: 10px;
	margin-bottom: 10px;
	line-height: 1.3em;
}
.container_top .type_cont .ranking_list li dl dd {
	font-size: 13px;
}
.container_top .type_cont .ranking_list li dl dd .number {
	background: #3552ff;
	color: #FFF;
	padding: 3px 10px;
	line-height: 1em;
	display: inline-block;
	margin-bottom: 5px;
}
.container_top .type_cont .ranking_list li dl dd .number:before {
	content: "品番：";
}


.container_top .type_cont .ranking_list li:first-child a:before {
	background: url("../../_images/top/ranking-01.gif") no-repeat;
}
.container_top .type_cont .ranking_list li:nth-child(2) a:before {
	background: url("../../_images/top/ranking-02.gif") no-repeat;
}
.container_top .type_cont .ranking_list li:nth-child(3) a:before {
	background: url("../../_images/top/ranking-03.gif") no-repeat;
}


@media screen and (max-width: 786px) {
	.container_top .type_cont .ranking_cont {
		margin: 30px auto 50px;
		width: 94%;
	}
	.container_top .type_cont .ranking_list li {
		width: 32%;
	}
}

@media screen and (max-width: 480px) {
	.container_top .type_cont .ranking_cont {
		width: 100%;
	}
	
	.container_top .type_cont .ranking_cont .h_ranking {
		font-size: 20px;
		padding: 15px 20px;
	}
	
	.container_top .type_cont .ranking_cont .tab-btn li {
		width: 95%;
		font-size: 18px;
		margin: 0 auto 10px;
	}
	
	.container_top .type_cont .ranking_cont .tab-contents {
		width: 100%;
	}
	
	.container_top .type_cont .ranking_list {
		display: block;
		overflow-x: auto;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
		scroll-snap-type: x mandatory;
		padding: 10px 0;
	}
	
	.container_top .type_cont .ranking_list li {
		display: inline-block;
		width: 75%;
		margin-right: 3%;
		white-space: normal;
		scroll-snap-align: center;
		vertical-align: top;
	}
	
	.container_top .ranking_list li:first-child { margin-left: 10%; }
	.container_top .ranking_list li:last-child { margin-right: 10%; }
	

}



/*----------------------------------------------------------------
  本体一覧 バナー
------*/
.container_top .itemlist_banner {
	text-align: center;
	margin-bottom: 75px;
}

@media screen and (max-width: 786px) {
	.container_top .itemlist_banner {
		margin: 0 5% 65px;
		max-width: 816px;
	}
}




/*----------------------------------------------------------------
  製作実績
------*/
.container_top .record_cont {
	width: 1020px;
	margin: 0 auto 60px;
}

.container_top .record_cont .img_box {
	min-height: 400px;
	display: block;
	margin: 0 auto 30px;
	overflow: hidden;
	position: relative;
	background: #000;
}

.container_top .record_cont .img_box a img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: 1s ease-in-out;
	transition: 1s ease-in-out;
	z-index: 1;
}

.container_top .record_cont .img_box .inner {
	min-height: 400px;
	width: 335px;
	background:rgba(255,255,255,0.7);
	padding: 35px 15px;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 220px;
	z-index: 2;
}

.container_top .record_cont .img_box .inner p {
	margin-top: 15px;
	padding: 10px 15px 0;
	border-top: 1px solid #5c5c5c;
	font-size: 15px;
}

.container_top .record_cont .img_box .inner .btn {
	text-align: center;
	color: #FFF;
	font-weight: bold;
	background: #1540a1;
	font-size: 22px;
	padding: 15px;
	border-radius: 5px;
	width: 80%;
	margin: 15px auto;
}


/*hover時*/
.container_top .record_cont .img_box a:hover {
	opacity: 1;
}
.container_top .record_cont .img_box a:hover > img {
	-webkit-transform: scale(1.04);
	transform: scale(1.04);
	opacity: .7;
}

.container_top .record_cont .img_box a:hover .inner .btn {
	background: #ff3e18;
	transition: all 0.3s ease-out;
}


@media screen and (max-width: 786px) {
	.container_top .record_cont {
		width: 100%;
	}
	.container_top .record_cont .img_box a > img {
		width: auto;
		height: 400px;
	}
	
	.container_top .record_cont .img_box .inner {
		width: 60%;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}
	.container_top .record_cont .img_box .inner .tit {
		text-align: center;
	}
	.container_top .record_cont .img_box .inner img {
		max-width: 320px;
	}
}

@media screen and (max-width: 480px) {
	.container_top .record_cont .img_box,
	.container_top .record_cont .img_box .inner {
   		min-height: 370px;
	}
	
	.container_top .record_cont .img_box a > img {
		height: 370px;	
	}
	
	.container_top .record_cont .img_box .inner {
		width: 75%;
		padding: 30px 15px;
	}
}


.container_top .record_cont .record_number {
	text-align: center;
	font-weight: bold;
	font-size: 25px;
	color: #138fee;
	letter-spacing: .06em;
	margin-bottom: 20px;
	line-height: 1.3;
}

.container_top .record_cont .record_number br,
.container_top .record_cont .record_number span {
	display: none;
}

.container_top .record_cont .record_list {
	display:flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.container_top .record_cont .record_list li {
	width: 310px;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 2px 6.37px 0.63px rgba(0, 0, 0, 0.22);
	flex-direction: column;
}

.container_top .record_cont .record_list li .name {
	text-align: center;
	font-weight: bold;
	background: #138fee;
	color: #FFF;
	padding: 15px 20px;
	font-size: 16px;
}
.container_top .record_cont .record_list li em {
	display: block;
	font-size: 18px;
	font-weight: bold;
}

.container_top .record_cont .record_list li img {
	width: 100%;
	height: auto;
}

.container_top .record_cont .record_list li .inner {
	padding: 15px 20px;
}

.container_top .record_cont .record_list li dl {
	display: flex;
	flex-wrap: wrap;
	font-size: 13px;
}
.container_top .record_cont .record_list li dl dt {
	width: 110px;
	font-weight: bold;
	border-right: 1px solid #c7c7c7;
	padding-right: 10px;
	color: #4a4a4a;
	box-sizing: border-box;
}

.container_top .record_cont .record_list li dl dd {
	width: calc(100% - 120px);
	line-height: 1.6em;
	word-break: break-all;
	padding: 0 0 5px 10px;
}

.container_top .record_cont .record_list li dl dd:last-child {
	padding-bottom: 0;
}

.container_top .record_cont .record_list li .day {
	text-align: center;
	background: #d4ebfc;
	border-radius: 100px;
	padding: 5px 20px;
	line-height: 1.6;
	margin-top: 15px;
}

@media screen and (max-width: 786px) {
	.container_top .record_cont .record_number br {
		display: block;
	}

	.container_top .record_cont .record_list {
		width: 100%;
		padding: 0 20px 10px;
		overflow-x: scroll;
		box-sizing: border-box;
		gap: 0 15px;
		margin-bottom: 20px;
	}

	.container_top .record_cont .record_list li {
		flex-shrink: 0;
		width: 290px;
	}
}

@media screen and (max-width: 480px) {
	.container_top .record_cont .record_number {
		padding: 0 20px;
		font-size: 20px;
	}
}




/*----------------------------------------------------------------
  製作について
------*/
.making_cont .making_list {
	display:flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin-bottom: 50px;
}
.making_cont .making_list li {
	width: 385px;
	margin-bottom: 35px;
}
.making_cont .making_list li dt {
	margin-bottom: 15px;
}
.making_cont .making_list li dd {
	font-size: 13px;
	line-height: 1.7em;
}

@media screen and (max-width: 786px) {
	.making_cont .making_list {
		width: 94%;
		margin: 0 auto 50px;
	}
	.making_cont .making_list li {
		width: 48%;
		margin-bottom: 25px;
	}
}

@media screen and (max-width: 480px) {
	.making_cont .making_list {
		width: 90%;
	}
	.making_cont .making_list li {
		width: 100%;
	}
}


/*----------------------------------------------------------------
  よくあるご質問
------*/
.qa_cont { margin-bottom: 90px; }
.qa_cont dl {
	border: 2px solid #c8c2c2;
	margin-bottom: 20px;
	box-sizing: border-box;
}
.qa_cont dt {
	background: #f5f5f5;
	font-size: 16px;
	color: #16898d;
	position: relative;
	padding: 12px 35px 12px 75px;
}
.qa_cont dt:before {
	content: "";
	display: block;
	position: absolute;
	background: url("../../_images/top/question-q.gif") no-repeat;
	width: 16px;
	height: 21px;
	left: 35px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.qa_cont dd .qa_answer {
	position: relative;
	padding: 5px 35px 20px 75px;
	margin-top: 15px;
}
.qa_cont dd .qa_answer:before {
	content: "";
	display: block;
	position: absolute;
	background: url("../../_images/top/question-a.gif") no-repeat;
	width: 16px;
	height: 20px;
	left: 35px;
	top: 10px;
}

.qa_cont dd .qa_answer b {
	font-size: 16px;
	color: #f82020;
	margin-bottom: 5px;
	font-weight: normal;
	display: block;
}

.qa_cont dd > p {
	padding: 0 35px 20px 75px;
}


@media screen and (max-width: 786px) {
	.qa_cont dl {
		width: 94%;
		margin: 0 auto 20px;
	}
}


@media screen and (max-width: 480px) {
	.qa_cont dl {
		width: 90%;
	}
	.qa_cont dt {
		font-size: 14px;
		padding: 15px 25px 15px 50px;
		line-height: 1.4em;
	}
	.qa_cont dt:before {
		background-size: contain;
		width: 13px;
		height: 18px;
		left: 25px;
	}

	.qa_cont dd .qa_answer {
		font-size: 14px;
		padding: 5px 25px 25px 50px;
		margin-top: 15px;
		line-height: 1.4em;
	}
	.qa_cont dd .qa_answer:before {
		background-size: contain;
		width: 13px;
		height: 18px;
		left: 25px;
	}
	.qa_cont dd > p {
		padding: 0 35px 20px 50px;
		line-height: 1.4em;
	}
}





/*----------------------------------------------------------------
  当サイトについて
------*/
.container .about_site {
	background: #f0f0f0;
	padding: 40px 30px 20px;
}
.container .about_h {
	color: #222222;
	font-weight: bold;
	text-align: center;
	font-size: 28px;
	text-align: center;
}
.container .about_h:after {
	content: "";
	width: 250px;
	height: 2px;
	background: #272727;
	display: block;
	margin: 10px auto 25px; 
}

.container .about_oroshi {
	border: 1px solid #162a6a;
	border-top: 10px solid #162a6a;
	width: 590px;
	position: relative;
	background: #FFF;
	padding: 25px 45px;
	box-sizing: border-box;
	margin: 0 auto 35px;
}
.container .about_oroshi:after {
	content: "";
	background: url("../../_images/top/about-oroshi.gif");
	width: 195px;
	height: 188px;
	display: block;
	position: absolute;
	right: 20px;
	bottom: 0;
}
.container .about_oroshi dt {
	font-size: 22px;
	font-weight: bold;
	color: #0f3878;
	margin-bottom: 10px;
}
.container .about_oroshi dd {
	font-size: 16px;
	color: #282b4a;
}

.container .about_site .about_whats li {
	margin-bottom: 20px;
	box-shadow: 1.089px 1.677px 7.83px 1.17px rgba(0, 0, 0, 0.24);
	padding: 27px 0;
}

.container .about_site .about_whats li.nouki {
	background: url("../../_images/top/whats-nouki.jpg") top center;
	background-size: cover;
}
.container .about_site .about_whats li.support {
	background: url("../../_images/top/whats-support.jpg") top center;
	background-size: cover;
}

.container .about_site .about_whats dl {
	background:rgba(255,255,255,0.7);
	width: 420px;
	padding: 25px;
	box-sizing: border-box;
	border-radius: 5px;
}
.container .about_site .about_whats li:nth-child(odd) dl { margin: 0 auto 0 25px; }
.container .about_site .about_whats li:nth-child(even) dl { margin: 0 25px 0 auto; }


.container .about_site .about_whats dl dt {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #2134c0;
}
.container .about_site .about_whats dl dd {
	font-size: 13px;
}

@media screen and (max-width: 1100px) {
	.container .about_h:after {
		width: 30%;
	}

	.container .about_oroshi {
		width: 70%;
		padding: 4% 25% 4% 5%;
	}
	.container .about_oroshi:after {
		width: 33%;
		height: 60%;
		right: 1%;
		bottom: 0;
		background-size: contain;
		background-repeat: no-repeat;
	}
	.container .about_oroshi br { display: none; }
	
	.container .about_site .about_whats dl {
		width: 70%;
	}
}

@media screen and (max-width: 786px) {
	.container .about_oroshi {
		width: 100%;
		padding: 7% 25% 7% 10%;
	}
	.container .about_oroshi dd {
		font-size: 14px;
	}
	.container .about_site .about_whats li.nouki,
	.container .about_site .about_whats li.support {
		background-size: contain;
	}
	
	.container .about_site .about_whats li {
		width: 100%;
		padding: 50% 0 0;
		overflow: hidden;
	}

	.container .about_site .about_whats li {
		background-position: top center;
	}

	.container .about_site .about_whats dl {
		background: #FFF;
		width: 100%;
		padding: 15px 20px;
		border-radius: 0;
	}
	.container .about_site .about_whats li:nth-child(odd) dl,
	.container .about_site .about_whats li:nth-child(even) dl { margin: 0; }


	.container .about_site .about_whats dl dt {
		font-size: 17px;
		margin-bottom: 0;
	}
	.container .about_site .about_whats dl dd {
		margin-top: 10px;
	}
}





/*------  告知バナー ------*/

.banner_pc { display: block; }
.banner_sp { display: none; }

@media screen and (max-width: 768px) {
	.banner_pc { display: none; }
	.banner_sp { display: block; }
}


/*------  休業バナー ------*/
.link-closed {
	max-width: 720px;
	margin: 0 auto 50px;
	letter-spacing: .08em;
}

.link-closed a {
	border: 1px solid #131A2E;
	font-size: 16px;
	font-weight: bold;
	border-radius: 5px;
	position: relative;
	display: flex;
	padding-right: 50px;
	line-height: 1.3;
}
.link-closed a:after {
	content: "";
	width: 7px;
	height: 7px;
	border: 0px;
	border-top: solid 2px #31305F;
	border-right: solid 2px #31305F;
	position: absolute;
	top: 50%;
	-ms-transform: rotate(45deg) translateY(-50%);
	-webkit-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
	right: 30px;
}

.link-closed a em,
.link-closed a span {
	display: block;
	display:flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
}

.link-closed a em {
	background: #31305F;
	color: #FFF;
	font-weight: bold;
	width: 140px;
	padding: 20px 30px;
}

.link-closed a span {
	padding: 20px 0 20px 30px;
}

.link-closed a:hover {
	opacity: .7;
	color: inherit;
}

@media screen and (max-width: 786px) {
	.link-closed {
		width: 90%;
	}
}

@media screen and (max-width: 480px) {
	.link-closed a {
		flex-flow: column;
		padding: 0;
	}
	.link-closed a em,
	.link-closed a span {
		width: 100%;
		padding: 15px 20px;
	}
	
	.link-closed a:after {
		border-top: solid 2px #FFF;
		border-right: solid 2px #FFF;
		top: 23px;
		right: 30px;
	}
	
	.link-closed a span {
		font-size: 13px;
	}

}





