/*=================================================
 * CSS for PC
 * ================================================= */

main{
	width: auto;
	padding: 80px 0 0 0;
}

#system > div{
	padding: 30px 0 50px 0;
}

#system .topimg{
	font-size: 0;
	line-height: 0;
	text-align: center;
	margin: 0 0 50px 0;
	padding: 0;
}

#system h4 em{
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 28px;
	line-height: 32px;
}

#system h4 span{
	display: block;
	font-family: "FontA";
	font-size: 12px;
	line-height: 16px;
	color: #caaa55;
	padding: 5px 0 0 0;
}

.main_bg{
	padding: 20px;
	background: #ececec;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.main{
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}


/** system **/

#course,
#deli,
#credit{
	background: url(img/bg1.gif) top center;
	background-size: 50px auto;
}
#date{
	background: url(img/bg2.gif) top center;
	background-size: 50px auto;
}

#course .s_title em,
#deli .s_title em,
#credit .s_title em,
#date .s_title em{	color: #fff;}

#course .s_title span,
#deli .s_title span,
#credit .s_title span,
#date .s_title span{
	color: #caaa55;
	background: rgb(204,204,204);
	background: linear-gradient(90deg, rgba(204,204,204,1) 0%, rgba(255,255,255,1) 50%, rgba(204,204,204,1) 100%);
}
#course .s_title span:before,
#deli .s_title span:before,
#credit .s_title span:before,
#date .s_title span:before,
#course .s_title span:after,
#deli .s_title span:after,
#credit .s_title span:after,
#date .s_title span:after{	border-color: #fff;}


/** info **/

#system #info{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	margin: 0 0 50px 0;
	padding: 0;
}

#info p{
	position: relative;
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 300px;
	height: 80px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 20px;
	text-align: center;
	margin: 0 35px;
	color: #fff;
	border-radius: 5px;
}
#info p:nth-of-type(1){	background: #b89948;}
#info p:nth-of-type(2){	background: #4e3d3b;}
#info p:nth-of-type(3){	background: #986133;}

#info p:after{
	content: '';
	width: 25px;
	height: 25px;
	background: url(img/x.png) no-repeat;
	background-size: 25px auto;
	position: absolute;
	top: calc(50% - 12.5px);
	right: -47px;
}
#info p:nth-of-type(3):after{	display: none;}


/** course **/

#course .s_title{	margin-bottom: 30px;}

.course_in{
	display: flex;
	justify-content: space-between;
	width: 1100px;
	margin: 0 auto;
}

.course_in .main_bg{
	width: 530px;
}
.course_in .main{
	min-height: 510px;
	padding: 50px 40px 40px 40px;
}

#course h4{	margin-bottom: 20px;}

.ctxt{
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	margin: 0 0 20px 0;
}
.ctxt span{	color: #ff0000;}

#course dl{
	display: table;
	width: 100%;
	font-size: 0;
	line-height: 0;
}

#course dt,
#course dd{
	display: table-cell;
	vertical-align: middle;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 30px;
	line-height: 30px;
	padding: 15px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#course dt{
	width: 50%;
	color: #caaa55;
	text-align: left;
}
#course dd{	text-align: right;}

#course dl+div{
	font-size: 11px;
	line-height: 14px;
	text-align: center;
	padding: 3px 10px;
	color: #fff;
	background: #000;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#course .main_bg:nth-of-type(odd) dl+div{	background: #53759b;}
#course .main_bg:nth-of-type(even) dl+div{	background: #af6868;}


/** other **/

#other{
	display: flex;
	justify-content: center;
}

.other_in{
	width: 530px;
	margin: 0 20px;
}

.other_in .s_title{	margin-bottom: 10px;}

.otbox{
	margin: 0 0 20px 0;
	padding: 35px 40px 40px 40px;
	box-shadow:0px 0px 0px 3px #ececec inset;
	-moz-box-shadow:0px 0px 0px 3px #ececec inset;
	-webkit-box-shadow:0px 0px 0px 3px #ececec inset;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.otbox:last-child{	margin-bottom: 0;}

.otbox dl{
	display: table;
	width: 100%;
	font-size: 0;
	line-height: 0;
}

.otbox dt,
.otbox dd{
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
	line-height: 20px;
	padding: 10px 0;
	border-bottom: 1px dotted #ddd;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.otbox dt{
	position: relative;
	font-weight: bold;
	text-align: left;
	padding-left: 20px;
}
.otbox dt span{
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 16px;
	color: #caaa55;
	position: absolute;
	top: 11px;
	left: 0;
}
.otbox dd{
	width: 100px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	text-align: right;
}

.cos{
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	background: #caaa55;
	margin: 20px 0;
	padding: 5px 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.otbox ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size: 0;
	line-height: 0;
	width: 100%;
}

.otbox li{
	margin: 0 0 10px 0;
}
.otbox li img{
	width: 105px;
}
.otbox li:nth-of-type(n+5){	margin-bottom: 0;}
.otbox li span{
	display: block;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	color: #caaa55;
	background: #000;
}

.ng{
	font-size: 14px;
	line-height: 22px;
	text-align: left;
}

.otbt{	margin-top: 16px;}


/** deli **/

#deli .s_title{	margin-bottom: 30px;}

#deli h4{	margin-bottom: 30px;}
#deli h4 em{
	font-size: 24px;
	line-height: 30px;
}
#deli h4 em i{
	font-style: normal;
	color: #ff0000;
}

#deli .main_bg{
	width: 1100px;
	margin: 0 auto;
}

#deli .main{
	padding: 30px 40px 40px 40px;
}

#deli dl{
	display: table;
	width: 100%;
	font-size: 0;
	line-height: 0;
	margin: 0 0 20px 0;
}

#deli dt,
#deli dd{
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#deli dt{
	width: 230px;
	position: relative;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 26px;
	line-height: 30px;
	text-align: center;
	color: #caaa55;
	box-shadow: 0px 0px 0px 1px #caaa55 inset, 0px 0px 0px 2px #ffffff inset, 0px 0px 0px 3px #caaa55 inset;
}
#deli dd{
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	padding: 10px 20px;
}

#deli p{
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	padding: 20px 0 0 0;
	border-top: 1px dotted #ddd;
}

#deli p.p2{
	border-top: none;
}


/** flow **/

#system #flow{
	width: 1100px;
	margin: 0 auto;
}

#flow .s_title{	margin-bottom: 30px;}

#flow h4{	margin-bottom: 40px;}
#flow h4 em{	font-size: 24px;}
#flow h4 span{	font-size: 10px;}

.flp{
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	margin-bottom: 40px;
}

.fbox{
	position: relative;
	display: flex;
	width: 100%;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	background: #fff;
	margin: 0 0 30px 0;
	padding: 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.fbox:after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 22.5px 0 22.5px;
	border-color: #000 transparent transparent transparent;
	position: absolute;
	bottom: -20px;
	left: calc(50% - 22.5px);
}
.fbox:last-of-type{	margin-bottom: 0;}
.fbox:last-of-type:after{	display: none;}

.fimg{
	width: 245px;
	text-align: left;
}

.ftxt{
	width: calc(100% - 245px);
	text-align: left;
}
.ftxt h5{
	position: relative;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 24px;
	line-height: 30px;
	margin: 0 0 15px 0;
	padding: 0 0 10px 20px;
	border-bottom: 3px double #caaa55;
}
.ftxt h5 span{
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 16px;
	color: #caaa55;
	position: absolute;
	top: 8px;
	left: 0;
}

.ftxt p{
	font-size: 14px;
	line-height: 22px;
}


/** credit **/

#credit .s_title{	margin-bottom: 30px;}

#credit h4{	margin-bottom: 30px;}
#credit h4 em{
	font-size: 24px;
	line-height: 30px;
}

#credit .main_bg{
	width: 1100px;
	margin: 0 auto;
}

#credit .main{
	padding: 40px;
}

.cimg{
	font-size: 0;
	line-height: 0;
	margin: 0 0 30px 0;
}

.cbt{
	margin: 0 0 30px 0;
}
.cbt a{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 300px;
	height: 60px;
	font-size: 20px;
	line-height: 30px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	color: #fff;
	background: #caaa55;
	box-shadow:0px 0px 0px 1px #caaa55 inset;
	-moz-box-shadow:0px 0px 0px 1px #caaa55 inset;
	-webkit-box-shadow:0px 0px 0px 1px #caaa55 inset;
	border-radius: 30px;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.cbt a:hover{
	text-decoration: none;
	color: #caaa55;
	background: #fff;
}

#credit ul{
	text-align: center;
	margin: 0 0 20px 0;
	padding: 15px 0;
	border-top: 1px dotted #ddd;
	border-bottom: 1px dotted #ddd;
}

#credit li{
	position: relative;
	width: 655px;
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	margin: 0 auto;
	padding: 5px 0 5px 20px;
}
#credit li span{
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 16px;
	color: #caaa55;
	position: absolute;
	top: 8px;
	left: 0;
}

#credit p{
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	line-height: 22px;
	text-align: left;
	white-space: nowrap;
}
#credit p span{	color: #ff0000;}


/** date **/

#date .s_title{	margin-bottom: 30px;}

#date h4{	margin-bottom: 30px;}
#date h4 em i{
	display: block;
	font-style: normal;
	font-size: 16px;
	line-height: 28px;
}

#date .main_bg{
	width: 1100px;
	margin: 0 auto;
}

#date .main{
	padding: 40px;
}

.dtp{
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	margin: 0 0 20px 0;
}

#date ul{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
	margin: 0 0 20px 0;
}

#date li{
	width: calc(50% - 20px);
	border-bottom: 1px solid #ddd;
}

#date dl{
	display: table;
	width: 100%;
	font-size: 0;
	line-height: 0;
}

#date dt,
#date dd{
	display: table-cell;
	vertical-align: middle;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 30px;
	line-height: 30px;
	padding: 10px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#date dt{
	color: #caaa55;
	text-align: left;
}
#date dd{
	width: 160px;
	text-align: right;
}

.dtdiv{
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	margin: 0 0 20px 0;
}

.dtc{
	font-size: 12px;
	line-height: 18px;
	text-align: center;
}
.dtc span{	color: #ff0000;}


/** caution **/

#caution{
	width: 980px;
	margin: 0 auto;
}

#caution .s_title{	margin-bottom: 30px;}

#caution .ca1{
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
	border-bottom: 1px solid #ddd;
}

#caution .ca1 span{
	color: #ff0000;
}

#caution .ca2{
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	margin: 0 0 30px 0;
}

#caution .ca2 span{
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #caaa55;
	margin: 0 0 10px 0;
}

#caution ul{
	width: 740px;
	text-align: center;
	margin: 0 auto 20px auto;
	border-top: 1px dotted #ddd;
}

#caution li{
	position: relative;
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	padding: 10px 0 10px 20px;
	border-bottom: 1px dotted #ddd;
}
#caution li span{
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 16px;
	color: #caaa55;
	position: absolute;
	top: 13px;
	left: 0;
}

#caution .ca3{
	font-size: 14px;
	line-height: 22px;
	text-align: center;
}
