@charset"utf-8";

.recommendTaiwa{
	width: 850px;
	margin: 0 auto 20px;
}
.recommendTaiwa .top{
	margin-bottom:20px;
}
.recommendTaiwa .top img{
	vertical-align:bottom;
}
.recommendTaiwa img{image-rendering: -webkit-optimize-contrast;}
.recommendTaiwa .menu{
	overflow:hidden;
	zoom: 1;
	/* margin: 0 20px; */
}
.recommendTaiwa .menu li{
	float:left;
	margin-right:10px;
}
.recommendTaiwa .menu li img{
	vertical-align:bottom;
}
.chorishi .innerTop{
	background-color: #fdfff0;
	border: 1px solid #f0ed9a;
	text-align: center;
	margin: 0 auto 20px;
	/*padding-bottom:20px;*/
}
.chorishi .innerTop p.lead{
	color:#0e5b90;
	font-size:20px;
	font-weight:bold;
	line-height:1.5em;
	padding:20px;
}
.chorishi .innerTop h3{
	color:#FFF;
	/* font-size:34px; */
	font-size: 2rem;
	text-align:center;
	line-height:1.2;
	letter-spacing: 0.05em;
	padding:15px;
	margin-bottom:20px;
	background: #0e5b90;
}
.chorishi .innerTop p.entry{
	color: #5b0519;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
.chorishi .innerTop p{
	/* font-size:14px; */
}
.chorishi .innerTop img{
	padding:20px;
	text-align:center;
	
}

.chorishi .inner{
	overflow: hidden;
	zoom: 1;
	background: #0e5b90;
	padding:20px 20px 0;
}
.chorishi .inner .innerBox{
	background: #FFF;
	text-align: center;
	padding: 20px 10px;
	margin: 0 0 20px;
	/* font-size:0; */
}
.chorishi .inner .innerBox h4{
	/* text-align:left; */
	margin-bottom:20px;
	/* margin-left:46px; */
}
.chorishi .inner .innerBox p{
	/* font-size:14px; */
	/* text-align:left; */
}
.chorishi .inner .innerBox ul.imgBox{
	display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;	
    /* align-items: center;*/
}
.chorishi .inner .innerBox ul.imgBox li{
	width: calc((100% - 20px) / 3);
	line-height:1.5em;
	font-size: 14px;
}
.chorishi .inner .innerBox ul.imgBox li img{
	margin-bottom:5px;
}


.chorishi .inner div.contBoxPtn3{
display: flex;
    flex-wrap: nowrap;
    justify-content:center;
    /*align-items: center;*/
}
.chorishi .inner div.contBoxPtn3 .imgBox{
	width:250px;
	margin:0 7px;
	display: flex;
	flex-direction: column;
}

.chorishi .inner div.contBoxPtn3 .imgBox p.txt{
	color: #5a0519;
	font-size: 14px;
	line-height: 1.5em;
	margin-top: 10px;
	padding:0 10px;
	text-align:left;
	
}
.chorishi .inner div.contBoxPtn3 .imgBox p.entry{
	color: #5a0519;
	/* font-size: 14px; */
	min-height: calc(1.5em * 2);
	line-height: 1.5;
	margin-bottom:10px;
	text-align:center;
	font-weight:bold;
}
.chorishi .inner div.contBoxPtn3 .imgBox div.img img{
	width:100%;
}

/*.chorishi .inner div.imgBox{
	display: inline-block;
	vertical-align: top;
	width: 250px;
	margin: 0 7px;
	overflow:hidden;
}
.chorishi .inner div.imgBox p{
	color: #5a0519;
	font-size: 14px;
	line-height: 1.5em;
	margin-top: 10px;
	text-align:left;
}
.chorishi .inner div.imgBox p.entry{
	font-size: 14px;
	margin-bottom:10px;
	text-align:center;
	font-weight:bold;
}*/


.chorishi .inner div.contBox{
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
    /*justify-content: center;*/
    justify-content: space-between;
    margin:0 auto;
    width:80%;
    position:relative;
}
.chorishi .inner div.contBox::before{
	content: "×";
	font-size:150px;
	color: #fdda87;	
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.chorishi .inner .arrow {
    height: 80px;
    width: 40px;
    background-color: #fdda87;
    position:  relative;
    margin:-20px auto 0;
    transform: rotate(90deg);
}
.chorishi .inner .arrow::after {
    content:  '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 80px 0 80px 40px;
    border-color: transparent transparent transparent #fdda87;
    position:  absolute;
    top: -50%;
    left: 100%;
}
/*.chorishi .inner div.contBox::after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 0px;
    height: 0px;
    border-style: solid;
    border-color: #FF9800 transparent transparent transparent;
    border-width: 30px 40px 0 40px;
}*/

.chorishi .inner div.contBox div p{
	/* font-family: 'Kosugi Maru', sans-serif; */
	font-size: 24px;
	font-weight:bold;
	color: #5a0519;
	letter-spacing: 0.1em;
	position:relative;
	width: 70%;
	margin:0 auto 5px;
}
.chorishi .inner div.contBox div p:before {
    content: "";
    background: #FF9800;
    background-size: contain;
    width: 2px;
    height: 26px;
    position: absolute;
    left: 0;
    bottom: 3px;
    -ms-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
}
.chorishi .inner div.contBox div p:after {
    content: "";
    background: #FF9800;
    background-size: contain;
    width: 2px;
    height: 26px;
    position: absolute;
    right: 0;
    bottom: 3px;
    -ms-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}

.chorishi .inner div.contBox div img{
	width: 260px;
    height: 260px;
    border-radius:50%;
}

.chorishi .inner div.contBoxPtn2{
	margin-top: 40px;
}
.chorishi .inner div.contBoxPtn2 img{
	width:320px;
	margin-top: 10px;
	/*-ms-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);*/
}
.chorishi .inner div.contBoxPtn2 p span{
    font-family: 'Kosugi Maru', sans-serif;
    font-size: 24px;
    font-weight:bold;
    color: #5a0519;
    letter-spacing:0.15em;
    background: linear-gradient(transparent 60%, #FFC74A 60%);
    padding: 0 8px;
}


.chorishi .inner div.txtBox{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width:90%;
    margin:20px auto 0;
    box-sizing:border-box;
}
.chorishi .inner div.txtBox div{
	width:48%;
	box-sizing:border-box;
    background:#fbf6eb;
    border-radius:5px;
    padding:10px;
}
.chorishi .inner div.txtBox div p.entry{
	background:#5a0519;
	color:#FFF;
	/* font-family: 'Kosugi Maru', sans-serif; */
	font-size:16px;
	border-radius:20px;
	padding:3px 0;
	margin-bottom:10px;
	text-align:center;
}
.chorishi .inner div.txtBox div p{
	text-align:left;
}


.chorishi .inner div.contBox{
    /* display: flex; */
    /* flex-wrap: wrap; */
    /*justify-content: space-between;*/
    /* flex-direction: column; */
    margin:0 auto;
    width:80%;
    position:relative;
}
.chorishi .inner div.contBox::before{
	content: "×";
	font-size:80px;
	color: #fdda87;	
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}



.chorishi .schoolBox{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin:20px 0;
	padding:30px 40px;
	background-color: #fdfff0;
	border: 1px solid #f0ed9a;
}
.chorishi .schoolBox figure{
	margin:0;
}
.chorishi .schoolBox img{
	border: 10px solid #FFF;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
	margin-bottom:10px;
}
.schoolBox h2{
	font-size: 2rem;
    font-weight: 700;
    line-height: 1;
	color:#1b3f9f;
	margin-bottom:30px;
}


.chorishi .schoolBox dt {
    float: left;
    width: 100px;
    line-height: 1.8em;
    font-size: 1rem;
    background: #f2f2ee;
    text-align: center;
    padding: 0 5px;
    margin-bottom: 10px;
}

.chorishi .schoolBox dd {    
    margin-left: 110px;
    margin-bottom: 10px;	  
	font-size: 1rem;
}

.chorishi .schoolBox .schoolBox_btn {
    display:block;
	width:100%;
}

.chorishi .schoolBox .schoolBox_btn ul {
    display: flex;
    padding: 0;
}

.chorishi .schoolBox .schoolBox_btn li {
    margin: 0 10px;
    width: 33%;
    list-style: none;
}

.chorishi .schoolBox a {
    text-decoration: none;
}

.chorishi .schoolBox .schoolBox_btn li a {
	border-radius: 10px;
	font-size: .9375rem;

}



@media screen and (max-width: 736px) {
.contents {
 padding:0;
}
.recommendTaiwa{
	width:100%;
}
.recommendTaiwa img {
    max-width: 100%;
}
.chorishi .innerTop h3{
	font-size: 1.5rem;
}
.chorishi .innerTop p.entry{
	text-align: center;
	font-size: 1.2rem;
	line-height:1.8;
}
.chorishi .innerTop p.entry br{
	display:none;
}
.chorishi .innerTop p{
	text-align:left;
	padding: 0 10px;
}
.chorishi .inner {
    padding:10px;
}
.chorishi .inner .innerBox p {
    text-align: left;
}
.chorishi .inner .innerBox ul.imgBox{
	display: flex;
	flex-direction: column;
}
.chorishi .inner .innerBox ul.imgBox li{
	float:inherit;
	margin-bottom:10px;
	margin-right:0;
	width:100%;
}

.chorishi .inner .innerBox p br{
	display:none;		
}
.chorishi .inner div.contBoxPtn3{
	flex-direction:column;
	align-items: center;

}
.chorishi .inner div.contBoxPtn3 .imgBox{
	

}

.chorishi .inner div.contBoxPtn3 .imgBox p.entry {
    min-height:inherit;
}
.chorishi .inner div.contBoxPtn3 .imgBox p.txt {
	padding:0;
	margin-bottom:20px;
}



.chorishi .inner div.contBox{
    /* display: flex; */
    /* flex-wrap: wrap; */
    justify-content: center;
    /* flex-direction: column; */
    margin:0 auto;
    width:80%;
    position:relative;
}
.chorishi .inner div.contBox::before{
	content: "×";
	font-size:80px;
	color: #fdda87;
	position: absolute;
	top: 340px;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.chorishi .inner .arrow {
    height: 80px;
    width: 40px;
    background-color: #fdda87;
    position:  relative;
    margin: -70px auto 0;
    transform: rotate(90deg);
}
.chorishi .inner .arrow::after {
    content:  '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 80px 0 80px 40px;
    border-color: transparent transparent transparent #fdda87;
    position:  absolute;
    top: -50%;
    left: 100%;
}
/*.chorishi .inner div.contBox::after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 0px;
    height: 0px;
    border-style: solid;
    border-color: #FF9800 transparent transparent transparent;
    border-width: 30px 40px 0 40px;
}*/

.chorishi .inner div.contBox div{
	text-align:center;
	margin-bottom: 80px;
}
.chorishi .inner div.contBox div p{
	font-family: 'Kosugi Maru', sans-serif;
	font-size:18px;
	font-weight:bold;
	color: #5a0519;
	letter-spacing: 0.1em;
	position:relative;
	width: 55%;
	margin:0 auto 5px;
	text-align:center;
}
.chorishi .inner div.contBox div p:before {
    content: "";
    background: #FF9800;
    background-size: contain;
    width: 2px;
    height: 26px;
    position: absolute;
    left: 0;
    bottom: 3px;
    -ms-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
}
.chorishi .inner div.contBox div p:after {
    content: "";
    background: #FF9800;
    background-size: contain;
    width: 2px;
    height: 26px;
    position: absolute;
    right: 0;
    bottom: 3px;
    -ms-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}

.chorishi .inner div.contBox div img{
	width: 260px;
    height: 260px;
    border-radius:50%;
    
}

.chorishi .inner div.contBoxPtn2{
	margin-top: 30px;
	text-align:center;
}
.chorishi .inner div.contBoxPtn2 img{
	width:320px;
	margin-top: 10px;
	/*-ms-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);*/
}
.chorishi .inner div.contBoxPtn2 p{
	text-align:center;
}
.chorishi .inner div.contBoxPtn2 p span{
    /* font-family: 'Kosugi Maru', sans-serif; */
    font-size: 20px;
    font-weight:bold;
    color: #5a0519;
    letter-spacing:0.15em;
    background: linear-gradient(transparent 60%, #FFC74A 60%);
    padding: 0 8px;
}
.chorishi .inner div.txtBox {
    width: 100%;
}




.chorishi .schoolBox {
        /* margin: 20px; */
        padding: 20px;
    }

.chorishi .schoolBox .schoolBox_btn ul {
        display: flex;
        flex-direction: column;
        padding: 0;
        margin: 0 20px 0 0;
    }

.chorishi .schoolBox .schoolBox_btn li {
        margin: 0 10px;
        width: 100%;
        margin-top: 10px;
    }

.chorishi .schoolBox img {
        float: inherit;
        margin: 10px auto;
        display: block;
    }

.chorishi .schoolBox h2 {
        text-align: center;
    }

}