.recommendSist {
    /* width: 960px; */
    margin: 0 auto 20px;
}

.recommendSist .header {
    margin-bottom: 40px;
}

.recommendSist .header p {
    font-size: 14px;
    text-align: right;
    padding: 10px 0 0;
    font-weight: 600;
}

.recommendSist ul{padding-left: 1rem;}
.recommendSist li{list-style: none;}

.sist_ttl{
	text-align:center;
	margin-bottom:40px;
}
.sist_ttl figure{
	margin:0;
}
.sist_ttl figure img.pc{
	display: block !important;
}
.sist_ttl figure img.sp{
	display: none !important;
}
.recommendSist .box_entry{
	margin-bottom:40px;
}
.recommendSist .box_entry h2{
	/* display: flex; */
	/* display: -webkit-flex; */
	/* justify-content: center; */
	/* font-size: 1.9375rem; */
	/* font-size: 2.3rem; */
	font-size: 2.6rem;
	letter-spacing: 0.15em;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
}

.recommendSist .box_entry h2 strong{
	color: #e2751e;
}
.recommendSist .box_entry p{
	/* display: flex; */
	/* display: -webkit-flex; */
	/* justify-content: center; */
	line-height: 2;
	margin: 30px 100px 0;
	text-align: center;
}

.recommendSist .box_top{
    margin: 0 auto 40px;
    padding:40px 80px;
    background: #f2f2ee;

}
.recommendSist .box_top h2{
   font-size: 2rem;
   letter-spacing: 0.15em;
   font-weight: 700;
   text-align:center;
   margin-bottom: 60px;
}
.recommendSist .box_top h2 span{
	position:relative;
	padding-bottom:30px;
}

.recommendSist .box_top h2 span::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    /*width: 100px;*/
    width: 30%;
    height: 5px;
    background-color: #e2751e;
    border-radius: 5px;
    transform: translateX(-50%);
}
.recommendSist .box_top p.top{
	/* font-size: 1.25rem; */
	font-size: 1.65rem;
	letter-spacing: 0.05em;
	font-weight: 500;
	line-height: 1.65;
	text-align:center;
}
.recommendSist .box_top p.top strong{
	color: #e2751e;
	font-weight: 500;
}

.recommendSist .box_top .inner_lead{
    margin: 50px auto 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.recommendSist .box_top .inner_lead div{
	flex: 1;
    margin: 0;
	order:2;
}
.recommendSist .box_top .inner_lead div p.entry{
    font-size: 1.25rem;
    font-weight: 500;
    /* line-height: 1.65; */
    text-align: left;
    margin-bottom:30px;
}
.recommendSist .box_top .inner_lead div p.txt{
	text-align: left;
}
.recommendSist .box_top .inner_lead figure{
	order:1;
	margin: 0 40px 0 0;
	text-align: center;
}
.recommendSist .box_top .inner_lead figure img{
	width:500px;
}
.recommendSist .box_top .inner_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px 0 0;
    text-align: center;
    box-sizing: border-box;
}

.recommendSist .inner_list h2 {
    width: 100%;
    margin-bottom: 80px;
    letter-spacing: 0.3em;
	font-size: 2rem;
    font-weight: 700;
    line-height: 1;
}

.recommendSist .inner_list h2 span {
    border-bottom: 5px solid #e2751e;
    padding: 0 60px 10px;
    /*background-color: #e2751e;
    background: linear-gradient(transparent 80%, #32b16c 80%);*/
}

.recommendSist .inner_list div {
    display: flex;
    flex-direction: column;
    width: calc((100% - 80px) / 3);
    background: #fff;
    padding: 30px 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.recommendSist .inner_list div p.num {
    color: #FFF;
	font-size: 1.5rem;
    background: #e2751e;
    text-align: center;
    line-height: 1;
    padding: 8px 0;
    margin: -50px auto 20px;
    width: 40%;
    font-family: 'Source Serif Pro', serif;
    clip-path: polygon(10% 0, 100% 0%, 90% 100%, 0% 100%);
}

.recommendSist .inner_list div p.entry {
    display: flex;
    justify-content: center;
    text-align: left;
    margin:0 0 20px;
    padding-bottom:20px;
    color: #e2751e;
    font-size: 1.125rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.5;
    font-feature-settings: "palt";
    position:relative;
}
.recommendSist .inner_list div p.entry::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 10%;
    height: 2px;
    background-color: #f2a96f;
    border-radius: 5px;
    transform: translateX(-50%);
}

.recommendSist .inner_list div p.txt {
    text-align: left;
    margin:0 0 20px;
}
.recommendSist .inner_list div img{
    margin:auto auto 0;
}
.recommendSist .box2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto 40px;
    box-sizing: border-box;
}
.recommendSist .box2 div {
    display: flex;
    flex-direction: column;
    width: calc((100% - 80px) / 3);
    background: #fcf1e8;
    padding: 20px 30px;
    box-sizing: border-box;
}

.recommendSist .box2 div p.entry {
    text-align: center;
    /* line-height: 1; */
    font-size: 1.125rem;
    color: #e2751e;
    font-weight: 500;
    letter-spacing: 0.05em;
    padding-bottom: 10px;
    margin-bottom: 10px;
    /*border-bottom: 2px solid #e2751e;*/
    position:relative;
}
.recommendSist .box2 div p.entry::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    height: 3px;
    background-color: #e2751e;
    border-radius: 5px;
    transform: translateX(-50%);
}

.recommendSist .box2 strong{
	font-weight:500;
}
.recommendSist .box2 div ul {
	margin-top:10px;
    
}

.recommendSist .box2 div li {
    /* font-size: 14px; */
    /* line-height:1.5; */
    /* margin-bottom: 10px; */
    /* padding-left: 19px; */
    /* text-indent: -19px; */
}

.recommendSist .box2 div li::before {
   color: #e2751e;
}

.recommendSist .box3 {
    margin: 0 auto 40px;
    text-align: center;
    box-sizing: border-box;
}
.recommendSist .box3 h2 {
    /* font-size: 36px; */
    /* width: 100%; */
    margin-bottom: 30px;
    color: #fff;
    font-size: 2rem;
    letter-spacing: 0.15em;
    font-weight: 700;
    background: #e2751e;
    box-sizing: border-box;
}
.recommendSist .box3 div.field{
	display: flex;
	justify-content: center;
	align-items: center;
	border: 4px solid #e2751e;
	margin-bottom: 20px;
	/*height: 322px;*/
	position: relative;
	overflow: hidden;
	background: #fff;
}
.recommendSist .box3 div.field h3 {
    clip-path: polygon(100% 0, 0 100%, 0 0);
    background: rgb(226 117 30 / 70%);
    width: 200px;
    height: 200px;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #FFF;
    text-align:left;
    /*display: flex;
	justify-content: center;
	align-items: top;*/
    padding:18px;
    font-size: 1.125rem;
}

.recommendSist .box3 div.field_item{
    display: flex;
    flex-direction:column;
    flex: 1;
    /* width: 60%; */
    order: 2;
    /* background: #e9f5fb; */
    padding: 40px;
    text-align: left;
    /* margin: 0 30px; */
}
.recommendSist .box3 div.field_item p.entry {
	font-size: 1.125rem;
	font-weight: 500;
	color: #e2751e;
	line-height: 1.5;
	font-feature-settings: "palt";
}
.recommendSist .box3 div.field_item ul.ta{
	padding-left: 1rem;
}
.recommendSist .box3 div.field_item ul.ta li::before{
	top:2px;
}

.recommendSist .box3 div.field figure{
    order: 1;
	margin:0;
}



.recommendSist .schoolBox{
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	padding: 40px 80px;
	background-color: #fff;
	border: 5px solid #801627;
	/*box-shadow: 0 4px 14px 0 #ebebeb;*/
}
.recommendSist .schoolBox div.info{
	flex: 1;
}
.recommendSist .schoolBox figure{
	margin: 0 0 10px 30px;
}
.recommendSist .schoolBox figure img {
    width: 400px;
	box-shadow: 5px 5px 15px rgba(0,0,0,.1);
	margin-bottom:10px;
}
.recommendSist .schoolBox h2{
	font-size: 2rem;
    font-weight: 700;
    line-height: 1;
	margin-bottom:40px;
}
.recommendSist .schoolBox dt {
    float: left;
    width: 100px;
    line-height: 1.8em;
    font-size: 1rem;
    background: #f2f2ee;
    text-align: center;
    padding: 0 5px;
    margin-bottom: 20px;
}
.recommendSist .schoolBox dd {    
    margin-left: 110px;
    margin-bottom: 20px;	  
	font-size: 1rem;
}
.recommendSist .schoolBox .schoolBox_btn {
    display:block;
	width:100%;
}
.recommendSist .schoolBox .schoolBox_btn ul {
    display: flex;
    padding: 0;
}
.recommendSist .schoolBox .schoolBox_btn li {
    margin: 0 10px;
    width: calc( 100% - 10px);
    list-style: none;
}
.recommendSist .schoolBox a {
    text-decoration: none;
}
.recommendSist .schoolBox .schoolBox_btn li a {
	border-radius: 10px;
	font-size: .9375rem;
}



@media screen and (max-width:736px){
.contents {
 padding:0;
}

.sist_ttl{
	margin-bottom:20px;
}
.sist_ttl figure img.pc{
	display: none !important;
}
.sist_ttl figure img.sp{
	display: block !important;
}
	
.recommendSist {
    width: 100%;
}

.recommendSist .box_entry p {
    margin: 20px;
    text-align: left;
}
.recommendSist .box_entry p br{
	display:none;
}
.recommendSist .box_entry p span {
  display: inline-block;
}	
.recommendSist .box_entry h2 {
	margin: 0 10px;
	letter-spacing: 0.1em;
	font-size: 2.3rem;
}
.recommendSist .box_entry h2 br{
	display:none;
}
.recommendSist .box_entry h2 span {
  display: inline-block;
}
.recommendSist .box_top{
    padding:20px 20px 0;
}
.recommendSist .box_top h2{
   margin-bottom: 45px;
}
.recommendSist .box_top h2 span{
	padding-bottom:25px;
}
.recommendSist .box_top p.top{
	text-align:left;
}
.recommendSist .box_top p.top br{
	display:none;
}
.recommendSist .box_top .inner_lead{
    margin: 30px auto 10px;
    display: flex;
	flex-direction:column;
}
.recommendSist .box_top .inner_lead figure {
	margin:0;
}
.recommendSist .box_top .inner_lead div p.entry {
    line-height: 1.65;
    margin:20px 0 0;
}
.recommendSist .box_top .inner_list {
    display: flex;
	flex-direction:column;
    justify-content: center;
}
.recommendSist .inner_list div {
    width: 100%;
	margin-bottom:40px;
}



	
.recommendSist .box1 {
    flex-direction: column;
	margin: 0 auto 20px;
    padding: 20px 20px 0;
}
.recommendSist .box1 div {
	width:100%;
	padding: 30px 20px;
    margin-bottom: 40px;
}
.recommendSist .box1 div:last-child{
	margin-bottom:20px;
}
.recommendSist .box2 {
    flex-direction: column;
    margin: 0 auto 20px;
    /* padding: 20px 0 0; */
}
.recommendSist .box2 div {
	width:100%;
	padding: 20px;
	margin-bottom: 20px;
}




.recommendSist .box3 {
    /* margin: 0 auto 20px; */
}
.recommendSist .box3 h2 {
    margin-bottom: 20px;
}
.recommendSist .box3 div.field{
    display: flex;
    flex-direction: column;
    /* max-width: 427px; */
    margin: 0 auto 20px;
}
.recommendSist .box3 div.field_item {
	padding:20px;
}

.recommendSist .box3 div.field h3 {
    clip-path: polygon(100% 0, 0 100%, 0 0);
    clip-path: polygon(90% 0, 0 90%, 0 0);
    width: 180px;
    height: 180px;
    padding:10px;
}



.recommendSist .schoolBox {
       flex-direction: column;
        padding: 20px;
        margin: 20px 0;
    }

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

.recommendSist .schoolBox .schoolBox_btn li {
        margin: 0 10px;
        width: 100%;
        margin-top: 10px;
    }
.recommendSist .schoolBox figure{
	margin: 10px auto;
}
.recommendSist .schoolBox img {
    float: inherit;
	margin:0;
}

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




}