@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');


/************************************************
common
************************************************/

a{
	word-break: break-all;
}

img {
    image-rendering: -webkit-optimize-contrast;
}

hr{
    display:block;
    width: 100%;
    height: 1px;
    border: 0;
    border-top: 1px dashed #cccccc;
    margin: 30px 0;
}

.colorRed{
	color: #F00;
}

article#hyogonissan81st{

	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-optical-sizing: auto;
	line-height: 1.8;
}

article#hyogonissan81st h2,
article#hyogonissan81st h3{
	font-weight: 700;
	color: #329ad7;
}
article#hyogonissan81st h2{
	margin-bottom: 1em;
	font-size: 28px;
	text-align: center;
}
article#hyogonissan81st h3{ font-size: 20px; }

article#hyogonissan81st p.ttl{
    font-weight: bold;
}

article#hyogonissan81st section{
	width: 100%;
	margin: auto;
	padding: 80px 20px;
	box-sizing: border-box;
}

article#hyogonissan81st p,
article#hyogonissan81st ul,
article#hyogonissan81st ol,
article#hyogonissan81st dl{
	font-size: 16px;
}

article#hyogonissan81st p.ttl{font-weight: bold;}

/**
 * Clearings
 */
.clear:before, .clear:after {
	content: "";
	display: table;
}

.clear:after {
	clear: both;
}

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


	article#hyogonissan81st h2{
		font-size: 21px;
	}
	article#hyogonissan81st h3{ font-size: 18px; }
	article#hyogonissan81st p,
	article#hyogonissan81st ul,
	article#hyogonissan81st ol,
	article#hyogonissan81st dl{ font-size: 14px; }

}

/************************************************
mv
************************************************/

section.mv{
	margin-bottom: 40px;
	padding: 30px 20px;
	background-image: url(../../../img/hyogonissan81st/mv_bg_bgimage-pc.jpg);
	background-size: cover;
	background-position: center bottom;
}

section.mv.confirm{
	padding: 20px;
}

.mv_inner{
	width: 100%;
	max-width: 1000px;
	margin: auto;
}

section.mv.confirm .mv_inner{
	max-width: 500px;
}

.mv_inner img{
	width: 100%;
	height: auto;
}

@media screen and (max-width:767px) {
	section.mv{
		margin-bottom: 40px;
		padding: 10px;
		/* background: none; */
	}
}

/************************************************
top_notice
************************************************/

.top_notice{
	width: calc(100% - 40px);
	max-width: 800px;
	margin: 0 auto 40px;
	padding: 40px;
	border: #ed6100 solid 1px;
	color: #ed6100;
	font-size: 18px;
	box-sizing: border-box;
}

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

	.top_notice{
		padding: 20px;
		font-size: 16px;
	}
}

/************************************************
about
************************************************/

article#hyogonissan81st .about{
	padding-top: 0;
}

img.sdgslogo{
	width: calc(100% - 40px);
	max-width: 800px;
    margin: 0 auto 40px;
    display: block;
}

article#hyogonissan81st .about p{
	text-align: center;
	margin-bottom: 2.5em;
	line-height: 1.8;
	font-size: 18px;
}

article#hyogonissan81st .about p span{
	font-weight: bold;
}

@media screen and (max-width:767px) {
	article#hyogonissan81st .about p{
		text-align: left;
		margin-bottom: 2.5em;
		font-size: 16px;
	}

	article#hyogonissan81st .about p br{display: none;}
	article#hyogonissan81st .about p br.block{display: block;}
}

/************************************************
outline
************************************************/

.outline{
    background-image: url(../../../img/hyogonissan81st/about_bg.svg);
    background-repeat: repeat;
    background-size: 67px auto;
}

.outline__inner{
	width: 100%;
	max-width: 800px;
	margin: auto;
	padding: 60px;
	background-color: #fff;
	box-sizing: border-box;
}

.outline__inner h3{
	margin:2em 0 0.6em;
	border-bottom: #9f9e9f solid 1px;
}

.outline__inner h3:first-child{
	margin-top: 0;
}

.profile_instructor{
	display: flex;
	justify-content: space-between;
}

.profile_instructor{
	display: flex;
	justify-content: space-between;
}

.profile_instructor dt{
	width: 110px;
}

.profile_instructor dd{
	width: calc(100% - 130px);
}

.profile_instructor_detail{
	padding: 20px;
	background-color: #f4efd9;
}

.profile_instructor_detail.sp{
	display: none;
}

article#hyogonissan81st .profile_instructor_detail p{
	font-size: 14px;
	margin-bottom: 0;
}

article#hyogonissan81st .profile_instructor_detail p.note{
    margin-top: 0.5em;
    font-size: 0.8em;
}

.profile_sc{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}

.profile_sc dt{
	width: 110px;
}

.profile_sc dd{
	margin-left: 20px;
}

article#hyogonissan81st ul.outline_notelist1,
article#hyogonissan81st ol.outline_notelist2{
	margin: 0 0 1.5em 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
	line-height: 1.4;
}

.outline_notelist1 li,
.outline_notelist2 li{
	margin-bottom: 0.5em;
	padding-left: 1.3em;
	position: relative;
}

.outline_notelist1 li span,
.outline_notelist2 li span{
	position: absolute;
	top: 0;
	left: 0;
}

dl.access{
	margin-left: 1em;
}

dl.access dd{
	margin: 0 0 1em 1em;
}

dl.access dd.access__parking{
	position: relative;
	padding-left: 4em;
}

iframe{
	margin-bottom: 3em;
}

dl.access dd.access__parking span{
	position: absolute;
	top: 0;
	left: 0;
}

p.APRVnumber{
    margin-top: 2em;
    font-size: 10px !important;
    text-align: right;
}

dl.present{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

dl.present dt,
dl.present dd{
	margin-bottom: 1em;
}

dl.present dt{
	width: 125px;
}

dl.present dd{
	width: calc(100% - 150px);
}

dl.present dd span{
	font-weight: bold;
}

dl.present2{
    padding: 10px;
    display: flex;
    justify-content: space-between;
    border: solid 1px #231815;
}

dl.present2 dt{
    width: 30%;
}

dl.present2 dt img{
    width: 100%;
    height: auto;
}

dl.present2 dd{
    width: 65%;
}

dl.present2 dd span{
    font-weight: bold;
    font-size: 1.125em;
}

dl.schedule{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

dl.schedule dt,
dl.schedule dd{
	margin-bottom: 1em;
}

dl.schedule dt{
	width: 125px;
}

dl.schedule dt img{
	margin-bottom: 1em;
}

dl.schedule dd{
	width: calc(100% - 150px);
}

dl.schedule dd p{
	margin-bottom: 2em;
}

dl.schedule dd p span{
	font-weight: bold;
}


@media screen and (max-width:767px) {
	.outline__inner{
		padding: 20px;
		background-color: #fff;
		box-sizing: border-box;
	}

	.profile_instructor dt{
		height: 128px;
	}
	
	.profile_instructor_detail.pc{
		display: none;
	}
	
	.profile_instructor_detail.sp{
		display: block;
		margin-top: 15px;
	}

	article#hyogonissan81st ul.outline_notelist1,
	article#hyogonissan81st ol.outline_notelist2{
		font-size: 13px;
	}
}

article#hyogonissan81st section.form_title{
	padding: 0;
	padding-top:10.2vmin;
}

#form {
	width: 85vw;
	max-width: 800px;
	margin: 0 auto;
}

#form h2{
	padding:10.2vmin 0 5vmin;
	font-size: 28px;
	text-align: center;
	font-weight: 700;
	color: #D7606C;

}
