@charset"utf-8";

.recommendTaiwa{
	max-width: 1200px;
	margin: 0 auto 40px;
}
.recommendTaiwa h1{
	margin-bottom:40px;
}
.recommendTaiwa img{
	vertical-align:bottom;
	image-rendering: -webkit-optimize-contrast;
}
.recommendTaiwa .innerTop{
	text-align: center;
	margin-bottom:40px;
}
.recommendTaiwa .innerTop h2{
	color:#5a0519;
	font-size: 1.75rem;
	font-weight:700;
	margin: 0 auto 30px;
}
.recommendTaiwa .innerTop h2 strong{
	color:#b91a20;
}
.recommendTaiwa .innerTop p.entry{
	font-size: 1.25rem;
	font-weight:700;
	margin-bottom:40px;
}
.recommendTaiwa .inner{
	overflow: hidden;
	zoom: 1;
	background: #0e5b90;
	padding:20px 20px 0;
	margin-bottom:40px;
}
.recommendTaiwa .inner .innerBox{
	background: #FFF;
	padding: 60px 80px;
	margin: 0 0 20px;
}
.recommendTaiwa .inner .innerBox h3.ttl{
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	margin-bottom:40px;
}
.recommendTaiwa .inner .innerBox h3.ttl em{
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	color:#fff;
	background-color:#5a0519;
	font-style: normal;
	width: 80px;
	height: 80px;
	margin-right: 30px;
	line-height: 1;
	font-size:2.25rem;
}
.recommendTaiwa .inner .innerBox h3.ttl strong{
	/*display: flex;
	flex-direction:column;*/
	line-height: 1.45;
	letter-spacing: 0.1em;
	text-align:center;
	font-size:2.25rem;
}
.recommendTaiwa .inner .innerBox h3.ttl span.lead{
	font-size: 1.3125rem;
	display: block;
}
.recommendTaiwa .inner .innerBox h3 .marker-yellow {
    background: linear-gradient(transparent 65%, #FAF0D8 65%);
}
.recommendTaiwa .inner .innerBox p.txt{
	display: flex;
	justify-content: center;
	text-align:center;
    margin-bottom: 40px;
}
.recommendTaiwa .inner .innerBox .contBoxPtn4 p.entry{
	color: #5a0519;
	font-size: 1.25rem;
	text-align:center;
	font-weight:700;
}

.recommendTaiwa .inner .innerBox ul.imgBox1{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	margin: calc(40px* -1) 0 60px calc(40px* -1);
}
.recommendTaiwa .inner .innerBox ul.imgBox1 li{
	margin: 40px 0 0 40px;
	width: calc(99.9% / 12* 4 - 40px);
	font-size: .9375rem;
	line-height: 1.5;
	text-align:center;
}
.recommendTaiwa .inner .innerBox ul.imgBox2{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	margin: calc(40px* -1) 0 0 calc(60px* -1);
}
.recommendTaiwa .inner .innerBox ul.imgBox2 li{
	margin: 40px 0 0 60px;
	width: calc(99.9% / 12* 6 - 60px);
	font-size: .9375rem;
	line-height: 1.5;
	text-align: center;
}
.recommendTaiwa .inner .innerBox ul.imgBox1 img,
.recommendTaiwa .inner .innerBox ul.imgBox2 img{
	margin-bottom:10px;
}

.recommendTaiwa .inner div.contBoxPtn3{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	margin: calc(40px* -1) 0 0 calc(40px* -1);
}
.recommendTaiwa .inner div.contBoxPtn3 .imgBox{
	margin: 40px 0 0 40px;
	width: calc(99.9% / 12* 4 - 40px);
	font-size: .9375rem;
	line-height: 1.5;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.recommendTaiwa .inner div.contBoxPtn3 .imgBox p.txt{
	color: #5a0519;
	line-height: 1.5;
	margin-top: 10px;
	padding:0 10px;
	text-align:left;
}
.recommendTaiwa .inner div.contBoxPtn3 .imgBox p.entry{
	color: #5a0519;
	margin-bottom:10px;
	text-align:center;
	font-weight:700;
}
.recommendTaiwa .inner div.contBoxPtn3 .imgBox div.img img{
	width:100%;
}

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


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


.recommendTaiwa .inner .arrow {
    height: 80px;
    width: 40px;
    background-color: #fdda87;
    position:  relative;
    margin:-20px auto 0;
    transform: rotate(90deg);
}
.recommendTaiwa .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%;
}
/*.recommendTaiwa .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;
}*/

.recommendTaiwa .inner div.contBox div p{
	/* font-family: 'Kosugi Maru', sans-serif; */
	font-size:1.3125rem;
	font-weight:700;
	color: #5a0519;
	letter-spacing: 0.1em;
	position:relative;
	width: 70%;
	margin:0 auto 5px;
	text-align: center;
}
.recommendTaiwa .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);
}
.recommendTaiwa .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);
}

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

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


.recommendTaiwa .inner div.txtBox{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width:90%;
    margin:20px auto 0;
    box-sizing:border-box;
}
.recommendTaiwa .inner div.txtBox div{
	width:48%;
	box-sizing:border-box;
    background:#fbf6eb;
    border-radius:5px;
    padding:10px;
}
.recommendTaiwa .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;
}
.recommendTaiwa .inner div.txtBox div p{
	text-align:left;
}

.recommendTaiwa .schoolBox{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin:40px 0;
	padding:40px 60px;
	background-color: #fff;
    border: 20px solid #e8e8e8;
}
.recommendTaiwa .schoolBox figure{
	margin:0;
}
.recommendTaiwa .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;
}
.recommendTaiwa .schoolBox dt {
    float: left;
    width: 100px;
    line-height: 1.8em;
    background: #f2f2ee;
    text-align: center;
    padding: 0 5px;
    margin-bottom: 10px;
    font-weight: 500;
}

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

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

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

.recommendTaiwa .schoolBox .schoolBox_btn li {
    margin: 0 10px;
    list-style: none;
    width: calc(100% / 3);
}

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

.recommendTaiwa .schoolBox .schoolBox_btn li a {
	border-radius: 3px;
	font-size: .875rem;
	font-weight: 700;
	padding: 5px 70px;
    width: 100%;
    min-width: 320px;
    min-height: 60px;
}
.recommendTaiwa .schoolBox .btn {
	border-style:none;
	box-shadow:none;
	
}
.recommendTaiwa .schoolBox .btn:focus,
.recommendTaiwa .schoolBox .btn:hover {
transform: translateY(0)!important;
}


@media screen and (max-width: 736px) {
.contents {
 padding:0;
}
.recommendTaiwa{
	width:100%;
}
.recommendTaiwa h1 {
	margin-bottom:30px;
}
.recommendTaiwa img {
    max-width: 100%;
}
.recommendTaiwa .innerTop{
	padding:0 10px;
}
.recommendTaiwa .innerTop h2{
	margin: 0 auto 20px;
	font-size: 1.65rem;
	line-height: 1.675;
}
.recommendTaiwa .innerTop p.entry{
	margin-bottom:20px;
	text-align:left;
	font-size: 1.125rem;
}
.recommendTaiwa .innerTop h2 br,
.recommendTaiwa .innerTop p.entry br{
	display:none;
}
.recommendTaiwa .inner {
	padding: 8px 8px 0;
	margin-bottom: 20px;
}
.recommendTaiwa .inner .innerBox{
	padding: 10px;
	margin-bottom: 10px;
}
.recommendTaiwa .inner .innerBox h3.ttl {
	flex-direction: column;
	margin-bottom:20px;
}
.recommendTaiwa .inner .innerBox h3.ttl em {
	width: 60px;
	height: 60px;
	margin:0 0 10px;
	font-size: 1.65rem;
}
.recommendTaiwa .inner .innerBox h3.ttl strong {
	font-size: 1.65rem;
}
.recommendTaiwa .inner .innerBox h3.ttl strong span.lead {
	font-size: 1.125rem;
}
.recommendTaiwa .inner .innerBox h3.ttl strong span.ilb {
	display: inline-block;
}

.recommendTaiwa .inner .innerBox p {
	text-align: left;
}
.recommendTaiwa .inner .innerBox p.txt{
	text-align: left;
	margin:0 0 20px;
}
.recommendTaiwa .inner .innerBox ul.imgBox1,
.recommendTaiwa .inner .innerBox ul.imgBox2{
	flex-direction: column;
	margin: 0;
}
.recommendTaiwa .inner .innerBox ul.imgBox1 li,
.recommendTaiwa .inner .innerBox ul.imgBox2 li{
	margin: 0 0 20px 0;
	width: 100%;
}
.recommendTaiwa .inner .innerBox ul.imgBox2 img{
	max-width: 320px;
}


.recommendTaiwa .inner .innerBox p br{
	display:none;		
}
.recommendTaiwa .inner div.contBoxPtn3{
	flex-direction:column;
	align-items: center;
	margin: 0
}
.recommendTaiwa .inner div.contBoxPtn3 .imgBox{
	margin: 0 0 20px 0;
	width: 100%;
}
.recommendTaiwa .inner div.contBoxPtn3 .imgBox img{
	max-width: 320px;
}
.recommendTaiwa .inner div.contBoxPtn3 .imgBox p.entry {
    min-height:inherit;
}
.recommendTaiwa .inner div.contBoxPtn3 .imgBox p.txt {
	padding:0;
	margin-bottom:0;
	max-width: 320px;
}



.recommendTaiwa .inner div.contBox{
    /* display: flex; */
    /* flex-wrap: wrap; */
    justify-content: center;
    /* flex-direction: column; */
    margin:0 auto;
    width:80%;
    position:relative;
}
.recommendTaiwa .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%);
}
.recommendTaiwa .inner .arrow {
    height: 80px;
    width: 40px;
    background-color: #fdda87;
    position:  relative;
    margin: -70px auto 0;
    transform: rotate(90deg);
}
.recommendTaiwa .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%;
}
/*.recommendTaiwa .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;
}*/

.recommendTaiwa .inner div.contBox div{
	text-align:center;
	margin-bottom: 80px;
}
.recommendTaiwa .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;
}
.recommendTaiwa .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);
}
.recommendTaiwa .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);
}

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

.recommendTaiwa .inner div.contBoxPtn2{
	margin-top: 30px;
	text-align:center;
}
.recommendTaiwa .inner div.contBoxPtn2 img{
	width:320px;
	margin-top: 10px;
	/*-ms-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);*/
}
.recommendTaiwa .inner div.contBoxPtn2 p{
	text-align:center;
}
.recommendTaiwa .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;
}
.recommendTaiwa .inner div.txtBox {
    width: 100%;
}


.recommendTaiwa .schoolBox {
	flex-direction: column;
	margin: 20px 0;
	padding:10px;
	border: 8px solid #e8e8e8;
}
.recommendTaiwa .schoolBox h2 {
	display: flex;
	justify-content: center;
	font-size: 1.65rem;
	line-height:inherit;
	margin-bottom: 20px;
}
.recommendTaiwa .schoolBox dt {
	width: 80px;
}
.recommendTaiwa .schoolBox dd {    
	margin-left: 90px;
}
.recommendTaiwa .schoolBox .schoolBox_btn ul {
	display: flex;
	flex-direction: column;
	padding: 0;
	margin:0;
}
.recommendTaiwa .schoolBox .schoolBox_btn li {
	margin: 10px 10px 0;
	width: auto;
}
.recommendTaiwa .schoolBox .schoolBox_btn li a {
	padding: 5px 70px;
	width: 100%;
	max-width: 350px;
	min-width: 0;
	min-height: 50px;
	font-size: .8571428571rem;
	margin: auto;
}
.recommendTaiwa .schoolBox .schoolBox_btn .clipBox_btn{
	margin: auto;
}
.recommendTaiwa .schoolBox img {
	margin: 10px auto;
	display: block;
}


}