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

goc2025.css

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

.goc2025{
}

.sec_ttl{
	padding: 70px 0 0;
}
.sec_outline{
	padding: 8% 0 8%;
}


@media screen and (max-width: 767px) {
.sec_ttl{
	padding: 40px 0 0;
}
.sec_outline{
	padding: 12% 0 12%;
}
}



/**********************************
h1〜
**********************************/
h1.h1_ttl{
	position: relative;
	text-align: center;
	margin-bottom: 10em;
}
h1.h1_ttl:after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -5em;
	width: 80px;
	height: 4px;
	margin: 0 auto;
	background-color: #ffcd11;
}

h1.h1_ttl img{
	width: 100%;
	max-width: 780px;
	height: auto;
}

h1.h1_ttl .pc{}
h1.h1_ttl .sp{ display: none;}


h2.h2_ttl{
	font-family: "ゴシックMB101 B";
	font-size: 22px;
	font-size: clamp(17px, 2.2vw, 22px);
	line-height: 2em;
	text-align: center;
}

h3.h3_ttl{
	text-align: center;
	margin-bottom: 3em;
}
h3.h3_ttl img{
	width: 100%;
	max-width: 450px;
}


h1.h1_ttl .none,
h3.h3_ttl .none{
	display: none;
}

p.lead{
	font-family: "ゴシックMB101 B";
	font-size: 1.6rem;
	font-size: 16px;
	line-height: 2.2em;
	text-align: center;
}
.font16{
	font-size: 1.6rem;
	font-size: 16px;
}
.align_c_l{
	text-align: center;
}


@media screen and (max-width: 767px) {
h1.h1_ttl{
	margin-bottom: 6em;
}
h1.h1_ttl:after{
	bottom: -2.5em;
	width: 50px;
}

h1.h1_ttl img{
	max-width: 400px;
}
h1.h1_ttl .pc{ display: none;}
h1.h1_ttl .sp{ display: inline;}

h3.h3_ttl{
	margin-bottom: 2em;
}

p.lead{
	font-size: 1.4rem;
	font-size: 14px;
	text-align: justify;
}
p.lead .resp_autowrap{
	display: inline;
}
.font16{
	font-size: 1.4rem;
	font-size: 14px;
}
.align_c_l{
	text-align: justify;
}
.align_c_l .resp_autowrap{
	display: inline;
}
}



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


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


}



/* lead_wrap *************************************************/
.lead_wrap{
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	align-items: center;
}

.lead_wrap li.lead_wrap_l{
	width: 37%;
	text-align: center;
}
.lead_wrap li.lead_wrap_r{
	width: 63%;
}

.lead_wrap li.lead_wrap_l img{
	width: 80%;
	max-width: 240px;
	height: auto;
}

@media screen and (max-width: 767px) {
.lead_wrap li.lead_wrap_l{
	width: 100%;
}
.lead_wrap li.lead_wrap_r{
	width: 100%;
	margin-top: 20px;
}
.lead_wrap li.lead_wrap_l img{
	width: 50%;
	max-width: 200px;
}
}



/* lead_mv *************************************************/
.lead_mv{
	margin-top: 8%;
}


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

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




/* float_outline *************************************************/
.float_outline{
	font-size: 14px;
	line-height: 1.8em;
	margin: 0;
	border-top: 1px solid #ccc;
}
.float_outline th{
	width: 160px;
	vertical-align: top;
	text-align: center;
	padding: 30px 0;
	border-bottom: 1px solid #ccc;
}
.float_outline td{
	vertical-align: top;
	padding: 30px 10px 30px 30px;
	border-bottom: 1px solid #ccc;
}
.float_outline td .name{
	font-family: "ゴシックMB101 B";
	font-size: 110%;
	font-weight: bold;
}

@media screen and (max-width: 767px) {
.float_outline{
	border-top: none;
}
.float_outline th{
	display: block;
	width: auto;
	color: #fff;
	text-align: left;
	padding: 5px 10px;
	border-bottom: none;
	background-color: #000;
}
.float_outline th.th_2nd{
	margin-top: 40px;
}

.float_outline td{
	display: block;
	width: auto;
	padding: 20px 10px 25px;
	border-bottom: none;
}
.float_outline td .name{
	display: block;
	border-bottom: 1px solid #ccc;
	margin: 0 0 -14px;
	padding: 0 0 4px;
}
}



/* float_outline_level2 *************************************************/
.float_outline_level2{
	border: none;
	margin: 0.5em 0 2em;
}
.float_outline_level2:last-child{
	margin-bottom: 0;
}

.float_outline_level2 th{
	width: 7em;
	border: none;
	text-align: left;
	font-weight: bold;
	padding: 0 0;
}
.float_outline_level2 td{
	border: none;
	padding: 0;
}



@media screen and (max-width: 767px) {
.float_outline_level2{
	margin-top: 1.5em;
}
.float_outline_level2 th{
	display: block;
	color: #000;
	padding: 0;
	background-color: transparent;
}
.float_outline_level2 td{
	display: block;
}
}




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

print

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

@media print{

}