@charset "UTF-8";

/* 資料請求・オープンキャンパス用CSS */

/* ---------------------------------------------------------------------- */
/* コンテンツ */
/* ---------------------------------------------------------------------- */
@-webkit-keyframes modify{
	0% { padding-top: 150px; margin-top: -150px; }
	100% { padding-top: 0; margin-top: 0; }
}
@keyframes  modify{
	0% { padding-top: 150px; margin-top: -150px; }
	100% { padding-top: 0; margin-top: 0; }
}

h2#contact_us:target
,h2#trial:target
,h2#inspection:target
,h2#online:target
{
	-webkit-animation: modify 0.1s;
	animation: modify 0.1s;
}

div.content p.lead
{
	text-align: center
}

/* ---------------------------------------------------------------------- */
/* ページ内ナビ */
/* ---------------------------------------------------------------------- */

/* ---------------------------------------------------------------------- */
/* 各ページ用微調整 */
/* ---------------------------------------------------------------------- */
.request h3, .open-campus h3, .tour h3{
	color:#e86d73;
}
#main div.trial-box h4
{
	margin-bottom: 0;
}

div.trial-box div div
{
	margin-bottom: 3em;
}

div.content-body ol.trial-day-list
{
	padding-left: 16px;
}

span.att
{
	margin-left: 1em;
	color: #666;
	font-size: .8em;
	font-weight: normal;
}

div.content-body ol.trial-day-list li
{
	text-align: left;
	text-justify: auto;
	height: auto;
	margin-left: 10px;
	list-style-image: url(../_common/_images/icon_list.png);
	background-position: 0 center;
	background-repeat: no-repeat;
}

div.content-body ol.trial-day-list li.info
{
	line-height: 3em!important;
	list-style-type: none;
}

div.content-body em.when
{
/*	margin-left: 100px; */
}

div#main div.content-body h5
{
	color: #5C60BB;
	font-weight: bold;
	margin-top: 0.5em;
}

div.content-body img.h6-copy
{
	margin-bottom: 10px;
/*	margin-left: 100px; */
}

div.content-body dl
{
}

div.content-body dl dt
{
	font-weight: bold;
}

div.content-body dl dd
{
	padding-bottom: 20px;
}

div.content-body dl dd strong
{
	padding-left: 5px;
	padding-right: 15px;
	font-weight: bold;
	color: #FF0000;
	font-size: 2.4rem;
}


div.content-body dl dd a
{
	display: block;
	margin-top: 15px;
}

div.content-body div.subscription
{
	margin-top: 5px;
	margin-left: 210px;
}

div.content-body div.annotation
{
    margin-top: 15px;
    margin-bottom: 40px;
    padding: 30px;
	border: 1px solid #e6ecf5;
	border-radius:20px;
    background-color: #fff;
}

div.content-body div.annotation ul
{
	list-style-type: disc;
	margin-bottom: 0;
}

.oc-wrap {
	margin-bottom: 20px;
}

.content-body ul.liststyle1 {
	margin-top:30px;
	margin-left: 48%;
	padding-left:0 !important;
}
.content-body ul.liststyle1 li{
	border-bottom:1px solid #c8c8c8;
	margin-top:20px;
	padding-bottom:20px;
}
.content-body ul.liststyle1 li span{
	font-size:3rem;
}
.content-body ul.liststyle1 > li:before
{
	display:none;
}
div.content-body li span.attention
{
	color: red;
}


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

	div.trial-box img.rightf
	{
		width: 32%;
	}

	img.to-oc
	{
		max-width: 100%;
	}

	div#main div.content-body h5
	{
	}

div.trial-box div div div p
{
	text-align: left;
	text-justify: auto;
}

	.content-body ul.liststyle1 {
	margin-left: 1.5em;
}
div.content-body dl dd
{
	margin-left: 10px;
}


}

.btn{width:500px;background:#e46d73;border-radius:10px; margin:3em auto; padding: 10px;}
.btn a {padding: 10px;color: #FFF;text-decoration:none;position: relative;display: block;font-size: 15px;font-weight: 700;text-align:center;}
.btn a::after {content: '';width: 8px; height: 8px;border-top: 1px solid #FFF;border-right: 1px solid #FFF;transform: rotate(45deg) translateY(-50%);position: absolute;top: 50%;right: 5px;transition: 0.8s ease-in-out;}
.btn:hover {opacity:0.8;transition:0.8s;}
.btn a:hover {color:#fff;}
.btn a:hover::after {border-top: 1px solid #fff;border-right: 1px solid #fff;}
@media screen and (max-width: 768px) {
	.btn{width:95%;margin:1em auto;}
}

.open-campus img{
	max-width: 100%;
	width:auto;height: auto;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	object-fit: cover;
	margin:0;
	padding:0;
}
/* スマホ横表示 */
@media screen and (max-width: 640px) and (orientation: landscape){

}


/* スマホ縦表示 */
@media screen and (max-width: 640px) and (orientation: portrait){

	div.content-body ol.trial-day-list li
	{
		list-style-image: none;
		background-image: url(../_common/_images/icon_list.png);
		background-position: left .6em!important;
		margin-left: 0!important;
		padding-left: 20px;
	}

}

.oc-att {
margin-bottom: 1em!important;
}
/* ---------------------------------------------------------------------- */
