@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&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#moneySeminar{

		font-family: 'Noto Serif JP','游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
		font-weight: 400;
		line-height: 1.8;
}

article#moneySeminar h2,
article#moneySeminar h3{
	font-weight: 700;
	color: #129a3f;
}
article#moneySeminar h2{
	margin-bottom: 1em;
	font-size: 28px;
	text-align: center;
}
article#moneySeminar h3{ font-size: 20px; }

article#moneySeminar section{
	width: 100%;
	margin: auto;
	padding: 80px 20px;
	box-sizing: border-box;
}

article#moneySeminar p,
article#moneySeminar ul,
article#moneySeminar ol,
article#moneySeminar dl{
	font-size: 16px;
}

/**
 * Clearings
 */
.clear:before, .clear:after {
	content: "";
	display: table;
}

.clear:after {
	clear: both;
}

@media screen and (max-width:767px) {


	article#moneySeminar h2{
		font-size: 21px;
	}
	article#moneySeminar h3{ font-size: 18px; }
	article#moneySeminar p,
	article#moneySeminar ul,
	article#moneySeminar ol,
	article#moneySeminar dl{ font-size: 14px; }

}

/************************************************
mv
************************************************/

section.mv{
	margin-bottom: 80px;
	padding: 30px 20px;
	background-image: url(../../../img/money_seminar20240602/mv_bg_bgimage-pc.jpg);
	background-size: cover;
	background-position: center;
}

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: 0;
		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#moneySeminar .about{
	padding-top: 0;
}

article#moneySeminar .about p{
	text-align: center;
	margin-bottom: 1em;
	line-height: 2;
	font-size: 18px;
}

@media screen and (max-width:767px) {
	article#moneySeminar .about p{
		text-align: left;
		margin-bottom: 0.5em;
		font-size: 16px;
	}

	article#moneySeminar .about p br{display: none;}
	article#moneySeminar .about p br.block{display: block;}
}

/************************************************
outline
************************************************/

.outline{
	background-color: #f9f9ef;
}

.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: #c5ad49 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#moneySeminar .profile_instructor_detail p{
	font-size: 14px;
	margin-bottom: 0;
}

article#moneySeminar .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#moneySeminar ul.outline_notelist1,
article#moneySeminar 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;
}

p.APRVnumber{
    margin-top: 2em;
    font-size: 10px !important;
    text-align: right;
}



@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#moneySeminar ul.outline_notelist1,
	article#moneySeminar ol.outline_notelist2{
		font-size: 13px;
	}
}

article#moneySeminar 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;

}
