

section h3.deco {
	font-size:2rem;
	font-weight:bold;
	text-align: center;
	margin-bottom:20px;
}

section h3.deco:after {
	content:"";
	display:block;
	width:63px;
	height:2px;
    margin: 10px auto 0;
    background: #000066;
}






/* 横向き用
---------------------------------------------------------------------*/

@media (orientation: landscape) {
}




/* TAB用768px～（TAB）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 768px) {

section h3.deco {
    font-size: 2.6rem;
    margin-bottom: 26px;
}

section h3.deco:after {
    height: 3px;
}

}



/* iPad pro・ノートPC用1024px～（NPC）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 1024px) {

section h3.deco {
    font-size: 3.2rem;
    margin-bottom: 35px;
}

section h3.deco:after {
    width: 100px;
    margin: 16px auto 0;
}

}



/* PC用1280px～（PC）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 1280px) {



}





/*------------------------------------------------------------------------------------------------------------------------------------------

* philosophy

------------------------------------------------------------------------------------------------------------------------------------------*/

/* screen width 768px未満
---------------------------------------------------------------------*/

#philosophy {
	width:100%;
	padding:0 20px 22px;
}

#philosophy h4 {
	margin-top:20px;
	font-size:1.8rem;
	color:#000066;
	font-weight:bold;
    line-height: 1.5;
    letter-spacing: -.5px;
}

#philosophy div > p {
	font-size:1.5rem;
	margin-top:15px;
}













/* 横向き用
---------------------------------------------------------------------*/

@media (orientation: landscape) {
}




/* TAB用768px～（TAB）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 768px) {

#philosophy {
	padding:0 40px 45px;
}

#philosophy h4 {
	font-size: 2rem;
	margin-top:30px;
    letter-spacing: 0px;
}

#philosophy div > p {
	font-size:1.6rem;
	margin-top:20px;
}

}



/* iPad pro・ノートPC用1024px～（NPC）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 1024px) {

#philosophy {
	width:960px;
	padding: 0 0 60px;
	margin:0 auto;
}

#philosophy h4 {
	font-size: 2.2rem;
	margin-top:30px;
}

#philosophy div > p {
	font-size:1.6rem;
	margin-top:25px;
}


}



/* PC用1280px～（PC）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 1280px) {



}







/*------------------------------------------------------------------------------------------------------------------------------------------

* about_us

------------------------------------------------------------------------------------------------------------------------------------------*/

/* screen width 768px未満
---------------------------------------------------------------------*/

#about_us {
	width:100%;
	padding:22px 20px 37px;
	background:#f7fafc;
	box-sizing: border-box;
}

#about_us dl {
	
}

#about_us dl dt {
	font-size:1.8rem;
	font-weight:bold;
	border-left:3px solid #000066;
	padding-left:7px;
	line-height: 1.6;
}

#about_us dl dd {
	font-size:1.5rem;
	margin-top:8px;
}

#about_us dl dd + dt {
	margin-top:16px;
}





/* 横向き用
---------------------------------------------------------------------*/

@media (orientation: landscape) {
}




/* TAB用768px～（TAB）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 768px) {

#about_us {
	width:100%;
	padding:45px 40px 75px;
}

#about_us dl {
	
}

#about_us dl dt {
	font-size: 2.2rem;
    font-weight: bold;
    border-left: 5px solid #000066;
    padding: 8px 0 10px 15px;
    line-height: 1;
}

#about_us dl dd {
	font-size:1.6rem;
	margin-top:15px;
}

#about_us dl dd + dt {
	margin-top:38px;
}

}



/* iPad pro・ノートPC用1024px～（NPC）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 1024px) {

#about_us {
	width:100%;
	padding: 50px 0 70px;
}

#about_us > div {
	width:960px;
	margin:0 auto;
}

#about_us dl {
}

#about_us dl dt {
	font-size: 2.8rem;
    padding: 10px 0 12px 15px;
    line-height: 1;
}

#about_us dl dd {
	margin-top:20px;
}

#about_us dl dd + dt {
	margin-top:45px;
}


}



/* PC用1280px～（PC）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 1280px) {



}







/*------------------------------------------------------------------------------------------------------------------------------------------

* summary

------------------------------------------------------------------------------------------------------------------------------------------*/

/* screen width 768px未満
---------------------------------------------------------------------*/

#summary {
	width:100%;
	padding:25px 20px 30px;
	box-sizing: border-box;
}

#summary dl {
	border-top:1px solid #a0a0a0;
	display: flex;
	flex-wrap: wrap;
}

#summary dl dt,
#summary dl dd {
	font-size:1.4rem;
	border-bottom:1px solid #a0a0a0;
    box-sizing: border-box;
}

#summary dl dt {
	width: 26%;
    font-weight: bold;
    color: #000066;
    padding: 18px 8px 18px 8px;
}

#summary dl dd {
	width: 74%;
    padding: 18px 8px 18px 14px;
}

#summary dl + p iframe {
    margin-top: 2rem;
    height: calc(100vw * 0.787);
    width: 100%;
}



/* 横向き用
---------------------------------------------------------------------*/

@media (orientation: landscape) {
}




/* TAB用768px～（TAB）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 768px) {

#summary {
	width:100%;
	padding:50px 40px;
	box-sizing: border-box;
}

#summary dl {
}

#summary dl dt,
#summary dl dd {
	font-size:1.6rem;
}

#summary dl dt {
	width: 20%;
    padding: 31px 32px;
}

#summary dl dd {
	width: 80%;
    padding: 31px 32px 32px 36px;
}

#summary dl dd br {
	display:none;
}
	
#summary dl dd span {
	padding-left:1em;
}

#summary dl + p iframe {
    margin-top: 4rem;
    height: 590px;
}


}



/* iPad pro・ノートPC用1024px～（NPC）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 1024px) {

#summary {
	padding: 60px 0 70px;
}

#summary > div {
	width:960px;
	margin:0 auto;
}

#summary dl {
}

}



/* PC用1280px～（PC）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 1280px) {



}










/*------------------------------------------------------------------------------------------------------------------------------------------

* history

------------------------------------------------------------------------------------------------------------------------------------------*/

/* screen width 768px未満
---------------------------------------------------------------------*/

#history {
	width:100%;
	padding:20px 20px 25px;
	box-sizing: border-box;
	background:#f7fafc;
}

#history h3 + div {
	
}

#history h3 + div p {
	font-size:1.4rem;
}



/* 横向き用
---------------------------------------------------------------------*/

@media (orientation: landscape) {
}




/* TAB用768px～（TAB）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 768px) {

#history {
	width:100%;
	padding:40px 40px 50px;
}

#history h3 + div {
	font-size:1.6rem;	
}


}



/* iPad pro・ノートPC用1024px～（NPC）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 1024px) {

#history {
	width:100%;
	padding: 50px 0 70px;
}

#history > div {
	width:960px;
	margin:0 auto;
	padding:0;
}

#history h3 + div {
	font-size:1.6rem;	
}


}



/* PC用1280px～（PC）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 1280px) {



}
