@charset "utf-8";

/* USUAL
--------------------------------------------------- */
main#stripeBg {
    font-size: 118%;
}
main#stripeBg * {
	margin: 0;
	padding: 0;
}
main#stripeBg img {
	max-width: 100%;
	height: auto;
}
main#stripeBg .floL {
    float: left;
}
main#stripeBg .floR {
    float: right;
}
main#stripeBg .pcNone {
    display: none;
}
main#stripeBg ul.attentionNote li {
    margin-bottom: 0.3em;
    line-height: 1.4;
}
main#stripeBg a img {
    transition: 0.3s;
}
main#stripeBg a img:hover {
    opacity: 0.7;
}
main#stripeBg div#breadcrumb_container.container {
    margin: 0 auto;
    padding: 0.8em 15px 0.2em;
    font-size: 87%;
}

/* HEAD
--------------------------------------------------- */
div#head {
	text-align: center;
    padding: 3% 0;
    background: rgba(233,85,4,0.9);
}
div#head h1 img {
    width: 85%;
}

/* COMPARISON
--------------------------------------------------- */
section#comparison {
    text-align: center;
    background: url("../img/dottedline.png") repeat-y center top / 6px auto;
}
section#comparison dl.lead {
    background-color: #fff;
    padding: 3em 0 2em;
}
section#comparison dl.lead dt {
    font-weight: normal;
    font-size: 187%;
    line-height: 1.3;
    margin-bottom: 0.2em;
}
section#comparison div.col2 div.floL,
section#comparison div.col2 div.floR {
    width: 50%;
    box-sizing: border-box;
    padding: 0 2%;
}
section#comparison div.col2 h2 {
    margin-bottom: 1.5em;
}
section#comparison div.col2 h2 img {
    width: 65%;    
}
section#comparison p#otoku {
    background: rgba(230,0,18,0.9);
    border-radius: 10px;
    margin: 0.5em auto;
    padding: 0.8em;
    color: #fff;
    width: 95%;
    font-size: 175%;
    font-weight: 800;
    line-height: 1.2;
}
section#comparison p#otoku span {
    color: #fff33f;
}
section#comparison div.col2 ul.privilege {
    list-style: none;
}
section#comparison div.col2 ul.privilege li {
    display: inline-block;
    width: 25%;
    box-sizing: border-box;
    padding: 1.5%;
}
section#comparison div.col2 ul.attentionNote {
    text-align: left;
    margin: 1em 2%;
}
section#comparison h3 {
    border-radius: 100px;
    color: #fff;
    background-color: #e95504;
    margin: 2.2em 0 1.4em;
    padding: 0.5em 0;
    display: inline-block;
    width: 30%;
}
section#comparison div.col2#admission {
    padding-bottom: 2.5em;
}
section#comparison div.col2#admission div.floL,
section#comparison div.col2#admission div.floR {
    padding: 0 4%;
}
section#comparison div.col2#admission ol {
    text-align: left;
    list-style: none;
    font-size: 106%;
}
section#comparison div.col2#admission ol li {
    margin-bottom: 0.7em;
    padding: 0.4em 0 0.4em 55px;
}
section#comparison div.col2#admission ol li:nth-child(1) { background:url("../img/number01.png") no-repeat left top / 42px auto; }
section#comparison div.col2#admission ol li:nth-child(2) { background:url("../img/number02.png") no-repeat left top / 42px auto; }
section#comparison div.col2#admission ol li ul {
    margin-top: 0.5em;
    list-style: none;
}
section#comparison div.col2#admission ol li ul li {
    background: none !important;
    margin: 0;
    padding: 0;
    width: 49%;
}

/* HALFDAY
--------------------------------------------------- */
section#halfday {
    background-color: #e95504;
    color: #fff;
}
section#halfday div.w940 {
    background: url("../img/bg_halfday.png") no-repeat center top -70px / 94% auto;
    padding: 5em 0;
}
section#halfday div.w940 p {
    text-align: center;
    margin-bottom: 2.5em;
}
section#halfday div.w940 p img {
    width: 80%;
}

/* STAMPCARD
--------------------------------------------------- */
section#stampcard {
    text-align: center;
    padding: 5em 0;
}
section#stampcard h3 {
    margin-bottom: 1em;
    font-size: 250%;
}
section#stampcard div.clearfix {
    padding: 0 4%;
}
section#stampcard figure.floL {
    width: 40%;
}
section#stampcard div.floR {
    width: 55%;
}
section#stampcard div.floR dl {
}
section#stampcard div.floR dl dt {
    position: relative;
    border: 2px solid #1a1a1a;
    border-radius: 10px;
    font-weight: normal;
    font-size: 150%;
    line-height: 1.3;
    margin-bottom: 1.2em;
    padding: 0.7em 0;
}
section#stampcard div.floR dl dt::before,
section#stampcard div.floR dl dt::after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 47%;
    border-right: 17px solid transparent;
    border-left: 17px solid transparent;    
}
section#stampcard div.floR dl dt::before {
    bottom: -20px;
    border-top: 20px solid #1a1a1a;
}
section#stampcard div.floR dl dt::after {
    bottom: -17px;
    border-top: 20px solid #fff;
}
section#stampcard div.floR dl dd {
	line-height: 1.6;
}
section#stampcard div.floR h4 {
    font-size: 118%;
}
section#stampcard div.floR p {
    font-size: 162%;
    font-weight: bold;
}
section#stampcard div.floR p span {
    font-size: 131%;
    padding: 0.1em;
    letter-spacing: -0.02em;
}
section#stampcard div.floR ul.attentionNote {
    text-align: left;
    margin-top: 0.5em;
}
section#stampcard dl#privilege30 {
    border-radius: 10px;
    border: 2px solid #e40012;/*
    margin: 1.5em 4% 0;*/
    padding: 1.5em 2em;
    text-align: left;
}
section#stampcard dl#privilege30 dt {
    color: #e40012;
    margin-bottom: 0.5em;
    font-size: 125%;
    text-indent: -0.5em;
}
section#stampcard dl#privilege30 dt br {
    display: none;
}
    
/* ==============================================================
 Less than TABLET
================================================================= */
@media screen and (max-width: 959px) {
    main#stripeBg .pcNone { display:block; }
    main#stripeBg .w940 { width:auto; }
    div#head { padding:2em 0; }
    div#head h1 img { width:90%; }
    section#comparison h3 { width:50%; }
    section#comparison div.col2#admission ol li ul li { width:auto; float:none;  margin-bottom:0.5em; }
    section#halfday div.w940 { background-size:110% auto; background-position:center top -40px; }
    section#halfday div.w940 p img { width:85%; }
    section#halfday ul.attentionNote { margin:0 2em; }
    section#stampcard figure.floL,
    section#stampcard div.floR { width:auto; float:none; }
    section#stampcard figure.floL { text-align:center; margin-bottom:1em; }
    div#admission div.floL .spNone{ display:none; }
}



/* ==============================================================
 Less than SP-LANDSCAPE
================================================================= */
@media screen and (max-width:559px) {
    section#comparison div.col2 h2 img { width:80%; }
    section#comparison dl.lead dt { font-size:7vw; }
    section#comparison p#otoku { font-size:5.5vw; }
    section#comparison div.col2 ul.privilege li { width:50%; }
    section#comparison div.col2#admission ol li { margin-bottom:0.8em; padding:52px 3% 0; background-position:center top !important; }
    section#comparison div.col2#admission ol li:nth-child(1)::after { font-family:FontAwesome; content:"\f078"; display:block; color:#e95504; text-align:center; font-size:125%; padding-top:0.3em; }
    section#comparison div.col2#admission ol ul.clearfix li:nth-child(1)::after { content:none; }
    section#stampcard h3 { font-size:6vw; }
    section#stampcard div.floR dl dt { font-size:4.5vw; }
    section#stampcard dl#privilege30 dt { text-align:center; }
    section#stampcard dl#privilege30 dt br { display:block; }
    section#stampcard dl#privilege30 dd p { margin-bottom:1em; }
    section#stampcard dl#privilege30 dd p:last-child { margin-bottom:0; }
}




/* ==============================================================
 Less than SP-PORTRAIT / iPhone5
================================================================= */
@media screen and (max-width:320px) {

}

/* 210408 */
#bn{
    padding: 1.5em 0 !important;
}
#bn a{
    display: block;
    max-width: 512px;
    margin: 0 auto;
}
	.spDisp{
		display:none;
	}
	@media screen and (max-width:568px) {
		.spDisp {
			display:block
		}
		.pcDisp {
			display:none
		}
	}

