@charset "utf-8";
/* CSS Document */

.fv-page{
	background: url(/img/companysp_bk.png) no-repeat ;
	background-size: cover;
	    background-position: 50%;
}

@media screen and (min-width: 1024px) {
	
	.fv-page{
	background: url(/img/company_bk.png) no-repeat ;
			background-size: cover;
		background-position: right center;
	}
}

.wrap-page{
	max-width: 1200px;
	width: 90%;
	margin: 30px auto;
}
.wrap-page h2{
	font-size: 1.2rem;
	line-height: 1;
	color: #212a54;
	text-align:left;
	position: relative;
	margin-top: 50px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.wrap-page h2::after, .wrap-page h2::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
}
.wrap-page h2::after{
    width: 100%;
    left: 0;
    height: 2px;
    background-color: #231c5c;
    z-index: 1;
}
.wrap-page h2::before{
    width: 100px;
    height: 2px;
    background-color: #f5800d;
    z-index: 2;
    left: 0;
    bottom: 0;

}
.wrap-page p {
    line-height: 1.8;
}
.attention{
	font-size: .7rem;
	line-height: 1.6;
	letter-spacing: .5px;
}
table.pricetable{
	border-collapse:  collapse; /* セルの線を重ねる */
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}
.pricetable th,.pricetable td {
	font-weight: normal;
    border: solid 1px;  /* 枠線指定 */
    padding: 10px;      /* 余白指定 */
	background: #fff;
	vertical-align: middle;
	color: #000;
}
.pricetable th{
	background-color: #dae3e7;
	
}
h2.pfh{
	margin-top: 60px;
	line-height: 1.5;
}
@media screen and (min-width: 414px) {
	h2.pfh{
	line-height: 1;
}
}
@media screen and (min-width: 500px) {
	h2.pfh{
	margin-top: 80px;
}
}

@media screen and (min-width: 768px) {
.wrap-page h2{
	font-size: 1.5rem;
}
h2.pfh{
	margin-top: 100px;
}

}
@media screen and (min-width: 1024px) {
.wrap-page h2{
	font-size: 1.6rem;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.wrap-page h2::after {
    width: 100%;
    left: 0;
    transform: none;
    height: 2px;

}

.wrap-page{
	width: 96%;
	margin: 50px auto 50px;
	text-align: center;
}

	.wrap-page p{
		line-height: 2;
		text-align: left;
	}
	h2.pfh{
	margin-top: 100px;
}
}

.management,.education{
	width: 100%;
	margin-bottom: 60px;
}
.management img,.education img{
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.management-tx h3{
	font-size: 1.1rem;
	text-align: left;
}
.management-tx h3 .title{
	color: #231c5c;
	display: block;
	
}
.management-tx h3 .space{
	padding-left: 1rem;
	font-size: .8rem;
}
.reno{
	margin-top: 40px;
}
.education ul li{
	text-align: left;
	list-style-type: disc;
	list-style-position: inside
}
@media screen and (min-width: 768px) {
	.management{
	width: 100%;
	margin-bottom: 80px;
}
	.management::after,.box::after{
		content: "";
		clear: both;
		display: block;
	}
	img.imgleft{
		width: 43%;
		float: left;
	}
	img.imgright{
		width: 43%;
		float: right;
	}
	.education{
	width: 43%;
	margin-bottom: 80px;
		
}

.tx-right {
	width: 50%;
	margin-left: 2%;
	float: right;
}
.tx-left {
	width: 50%;
	margin-right: 2%;
	float: left;
}
	.boxright{
		float: right;
	}
	.boxleft{
		float: left;
	}
	
}

@media screen and (min-width: 1024px) {
.management-tx h3{
	font-size: 1.35rem;
}
	
	.management-tx h3 .space{
	font-size: 1rem;
}
	img.imgleft{
		width: 42%;
	}
	img.imgright{
		width: 42%;
	}
	.education{
	width: 42%;
	margin-bottom: 80px;
		
}

.tx-right {
	width: 50%;
	margin-left: 3%;
}
.tx-left {
	width: 50%;
	margin-right: 3%;
}
}
dl{
	display: flex;
	text-align: left;

}
dd a{
	text-decoration:underline;
}
dd ol li{
	list-style-type:decimal;
	list-style-position:inside
}
.dltop dt{
	border-top: 2px solid #231c5c;
}
.dltop dd{
	border-top:2px solid #d7d7d7;
	
}
dt{
	display:inline-block;
	letter-spacing:1px;
	width:20%;
	padding:20px 1%;
	vertical-align:top;
border-bottom: 2px solid #231c5c;
}
dd{
	display:inline-block;
	letter-spacing:1px;
	width:75%;
	padding:20px 1.5%;
border-bottom:2px solid #d7d7d7;
}

dl dd, dl dt {
    font-size: 1rem;
    line-height: 1.8;
}

.coinfo{
	margin-top: 30px;
	margin-bottom: 80px;
}
@media screen and (min-width: 500px) {
	.coinfo{
	margin-bottom: 110px;
}
	
}
@media screen and (min-width: 1024px) {
	.coinfo{
	margin-top: 30px;
	margin-bottom: 150px;
}
}
@media screen and (max-width: 414px) {
.spbr{
	display:block;
	padding-left:0 !important;
}}