
/***********************************************************************************************************************

trs.css

***********************************************************************************************************************/

.rr325{

}
.sec_spec{
	padding: 80px 0;
	background-color: #000;
}
.sec_point{
	padding: 80px 0;
}
.sec_tool{
	padding: 80px 0;
	background-color: #000;
}
.sec_panf{
	padding: 80px 0;
}


@media screen and (max-width: 767px) {
.sec_spec{
	padding: 50px 0;
}
.sec_point{
	padding: 50px 0;
}
.sec_tool{
	padding: 50px 0;
}
.sec_panf{
	padding: 50px 0;
}
}



/**********************************
h1〜
**********************************/
h1.h1_ttl{
	text-indent: -99999px;
	height: 0;
}

h2.h2_ttl{
	font-family: "ゴシックMB101 B";
	font-size: 30px;
	font-size: clamp(18px, 3vw, 30px);
	text-align: center;
	height: 60px;
	line-height: 60px;
	border-radius: 30px;
	background-color: #ffcd11;
	margin-bottom: 1.5em;
}

h3.h3_tool{
	font-family: "ゴシックMB101 B";
	font-size: 30px;
	font-size: clamp(18px, 3vw, 30px);
	color: #ffcd11;
	text-align: center;
	margin-bottom: 0.5em;
}

h4.h4_point{
	font-family: "ゴシックMB101 B";
	font-size: 24px;
	font-size: clamp(17px, 2.4vw, 24px);
	line-height: 1.4em;
	margin-bottom: 0.4em;
}
h4.h4_point .small{
	font-size: 80%;
}

p.lead_spec{
	font-family: "ゴシックMB101 B";
	font-size: 22px;
	font-size: clamp(16px, 2.2vw, 22px);
	text-align: center;
	color: #fff;
	margin-bottom: 2em;
}

.font16{
	font-size: 16px;
	font-size: clamp(14px, 1.6vw, 16px);
	text-align: justify;
}
.font14{
	font-size: 14px;
	font-size: clamp(12px, 1.4vw, 14px);
}
.align_c_l{
	text-align: center;
}
.youtube_cap{
	padding-top: 0.5em;
}
.clr_fff{
	color: #fff;
}

.font_en{
	font-family: Arial, Helvetica, "sans-serif";
}


@media screen and (max-width: 767px) {
h3.h3_spec{
	height: 46px;
	line-height: 46px;
	border-radius: 23px;
}

p.lead_spec{
	text-align: justify;
}
p.lead_spec .resp_autowrap{
	display: inline;
}

.align_c_l{
	text-align: justify;
}
.align_c_l .resp_autowrap{
	display: inline;
}

.youtube_cap{
	font-size: 12px;
}


}



/* hd *************************************************/
.hd{
}
.hd img{
	width: 100%;
	height: auto;
}

.hd .pc{ }
.hd .sp{ display: none;}



@media screen and (max-width: 767px) {
.hd .pc{ display: none;}
.hd .sp{ display: block;}

}




/* youtube_wrap *************************************************/
.youtube_wrap{
	width: 100%;
	max-width: 720px;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
}




/* btn_detail *************************************************/
.btn_detail{
	width: 320px;
	margin: 50px auto 0;
}
.btn_detail a{
	position: relative;
	display: block;
	width: 100%;
	height: 60px;
	font-size: 1.4rem;
	font-size: 14px;
	font-weight: 500;
	line-height: 60px;
	text-align: center;
	color: #000;
	background-color: #ffcd11;
	border: 1px solid #000;
}
.btn_detail a:before{
	content: "";
	position: absolute;
	right: 6px;
	top: 50%;
	width: 20px;
	height: 14px;
	margin: -7px 0 0;
	background: url("/shareobject/img/icon/icon_window.svg") top right no-repeat;
	background-size: 20px 14px;
}
.btn_detail.icon_pdf a:before{
	content: "";
	position: absolute;
	right: 8px;
	top: 50%;
	width: 16px;
	height: 23px;
	margin: -12px 0 0;
	background: url("/shareobject/img/icon/icon_pdf_gray.svg") top right no-repeat;
	background-size: 16px 23px;
}
.btn_detail a:hover{
	background-color: #fff;
}

.btn_detail.no_blank a:before{
	display: none;
}


.btn_detail.reverse a{
	background-color: #fff;
}
.btn_detail.reverse a:hover{
	background-color: #ffcd11;
}
.btn_detail.hvr_black a:hover{
	color: #fff;
	background-color: #000;
}

@media screen and (max-width: 767px) {
.btn_detail{
	width: 100%;
	margin-top: 20px;
}
.btn_detail a{
	height: 50px;
/*	font-size: 1.2rem;
	font-size: 12px;*/
	line-height: 50px;
}
}



/* list_spec *************************************************/
.list_spec{
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
}
.list_spec li.hyo{
	width: 37.894736%;	
}
.list_spec li.photo{
	width: 16.842105%;
	margin-left: 3%;
	text-align: center;
}
.list_spec li.photo figcaption{
	padding-top: 0.5em;
}


@media screen and (max-width: 767px) {
.list_spec li.hyo{
	width: 100%;
	order: 1;
}
.list_spec li.hyo:first-child{
	margin-bottom: 20px;
}

.list_spec li.photo{
	width: 100%;
	max-width: 160px;
	order: 3;
	margin: 10% auto 5%;
}
.list_spec li.photo img{
	width: 100%;
	height: auto;
}
}



/* list_spec_btn *************************************************/
.list_spec_btn{
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	width: 100%;
	max-width: 660px;
	margin: 5% auto 0;
}
.list_spec_btn li{
	width:  320px;
}
.list_spec_btn li .btn_detail{
	margin-top: 0;
}

@media screen and (max-width: 767px) {
.list_spec_btn li{
	width:  100%;
}
.list_spec_btn li:first-child{
	margin-bottom: 20px;
}
}



/* float_lineup *************************************************/
.float_lineup{
	font-size: 16px;
	font-size: clamp(11px, 1.6vw, 16px);
	color: #fff;
}
.float_lineup tr:nth-child(odd){
	background-color: #262626;
}

.float_lineup th{
	font-size: 110%;
	font-weight: 600;
	text-align: center;
	vertical-align: middle;
	padding: 1em 0;
	border: 1px solid #1a1a1a;
	background-color: #666;
}
.float_lineup th:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	border-right: 1px solid #1a1a1a;
}

.float_lineup th.name{
	width: 6em;
}

.float_lineup td{
	text-align: center;
	vertical-align: middle;
	padding: 1em 0;
	border: 1px solid #1a1a1a;
}



@media screen and (max-width: 767px) {
.float_lineup th{
	padding: 1em 0;
}
}



/* point_main *************************************************/
dl.point_main{
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
}
dl.point_main dt{
	width: 37.5%;
}
dl.point_main dd{
	width: 56.6666667%;
}


@media screen and (max-width: 767px) {
dl.point_main dt{
	order: 2;
	width: 100%;
}
dl.point_main dd{
	order: 1;
	width: 100%;
	margin-bottom: 1.5em;
}
}


/* art_point *************************************************/
.art_point{
	margin-top: 10%;
}

@media screen and (max-width: 767px) {
.art_point{
	margin-top: 15%;
}
}


/* point_box *************************************************/
.point_box{
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
}
.point_box > li{
	width: 47.5%;
	margin-top: 7%;
}
.point_box > li:nth-child(1),
.point_box > li:nth-child(2){
	margin-top: 0;
}

.point_box .photo{
	margin-bottom: 1.8em;
}
.point_box .photo_float{
	float: right;
	width: 38.5964912%;
	margin: 0 0 0.5em 2em;
	padding-top: 0.8em;
}


@media screen and (max-width: 767px) {
.point_box > li{
	width: 100%;
	margin-top: 10%;
}
.point_box > li:nth-child(2){
	margin-top: 10%;
}

}



/* list_point *************************************************/
.list_point{

}
.list_point li{
	position: relative;
	font-size: 15px;
	font-size: clamp(13px, 1.5vw, 15px);
	line-height: 1.7em;
	text-align: justify;
	padding-left: 1em;
	margin-bottom: 0.5em;
}
.list_point li:before{
	content: "●";
	position: absolute;
	left: 0;
	top: 0em;
	font-size: 0.7em;
	color: #ffcd11;
}

.list_point li:last-child{
	margin-bottom: 0;
}



/* ph_tool *************************************************/
.ph_tool{
	margin: 1.5em 0 2em;
}
.ph_tool .pc{}
.ph_tool .sp{ display: none;}


@media screen and (max-width: 767px) {
.ph_tool .pc{ display: none;}
.ph_tool .sp{ display: block;}
}




/* list_tool *************************************************/
.list_tool{
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	margin-top: 5%;
}
.list_tool li{
	width: 49.166667%;
}



/* list_panf *************************************************/
.list_panf{
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	align-items: center;
	width: 100%;
	max-width: 660px;
	margin: 0 auto;
}
.list_panf .photo{
	width: 250px;
}
.list_panf .txt{
	width: 320px;
}

.list_panf .txt .btn_detail{
	margin-top: 0;
}
.list_panf .txt .btn_detail:first-child{
	margin-bottom: 20px;
}


@media screen and (max-width: 767px) {
.list_panf .photo{
	width: 70%;
	max-width: 200px;
	margin: 0 auto 30px;
}
.list_panf .txt{
	width: 100%;
}
}




/*************************************************************************************
*************************************************************************************

print

*************************************************************************************
**************************************************************************************/

@media print{

}
