#contentsStart {
    width: 960px;
    margin: 0 auto;
    /* padding-top: 35px; */
    /* position: relative; */
}

#contentsTitle {
    margin-bottom: 30px;
}

#contentsTitle p.txt {
    
}

/*#contentsTitle p.txt {
	position: absolute;
	left: 20px;
	bottom: 20px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0.1em;
	text-shadow: 2px 2px 2px #f08c10, -2px 2px 2px #f08c10, 2px -2px 2px #f08c10, -2px -2px 2px #f08c10;
	width: 390px;
}*/
.contentsBox {
    margin: 0 auto 30px;
    /* width: 820px; */
    background-color: #FFFFFF;
    border: solid 1px #f08c10;
}

#menuBox {
    margin: 0 auto 30px;
    /* width: 820px; */
    /* overflow: hidden; */
    /* border-bottom: 5px solid #f08c10; */
}

#menuBox ul {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    box-sizing: border-box;
	padding:0;	
}

#menuBox li {
	list-style: none;
	width: calc((100% - 20px) / 2);
	margin-bottom: 10px;
	box-sizing: border-box;
}
#menuBox li.btn-select a{
	color: #fff;
    background-color: #fdae14;
}

#menuBox li:last-child {
    /*border-right-style: none;*/
}

#menuBox li a {
	text-decoration: none;
	display: block;
	padding: 14px;
    cursor: pointer; 
	font-size: .9375rem;
	font-weight:500;
    border: 1px solid transparent;
    border-radius: 10px;
    box-shadow: 0 4px 14px 0 #ebebeb;
    transition: .3s cubic-bezier(0,0,.26,1.32);	
	color: #ed7812;
    background-color: #fff;
    border-color: #fdae14;
	/*display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    position: relative;*/
} 

#menuBox li.btn-select a {
	color: #fff;
    /*background: #e39a02;
    background: -moz-linear-gradient(top, #e39a02, #f0bc23);
    background: -webkit-linear-gradient(top, #e39a02, #f0bc23);
    background: linear-gradient(to bottom, #e39a02, #f0bc23);*/
}

#menuBox li:hover {
    /*background: #e39a02;
    background: -moz-linear-gradient(top, #e39a02, #f0bc23);
    background: -webkit-linear-gradient(top, #e39a02, #f0bc23);
    background: linear-gradient(to bottom, #e39a02, #f0bc23);*/
}

.mainBox {
    padding: 40px;
    /* font-size: 0; */
    background: -moz-linear-gradient(top, #fbfdec 10%, #FFF);
    background: -webkit-linear-gradient(top, #fbfdec 10%, #FFF);
    background: linear-gradient(to bottom, #fbfdec 10%, #FFF);
}

.mainBox p {
    /* font-size: 14px; */
    /* font-size: 1rem; */
}

.mainBox .inBox {
    /* display: inline-block; */
    /* vertical-align: top; */
    margin-bottom: 30px;
    /* overflow: hidden; */
    /* zoom:1; */
    }

.mainBox .inBox:last-child {
    margin-bottom: 0;
}

.mainBox .inBox p.entry {
   
    font-weight: bold;
    color: #f08c10;
    margin: 20px 0 10px;
}

.mainBox img {
    border-radius: 15px;
}
.mainBox figure{
margin-top:0;
}

.mainBox h3 {
    background-color: #f08c10;
    border-radius: 10px;
    color: #fff;    
    padding: 20px 40px;
}

.mainBox .inBox h3{
	width:56%;

}

.mainBox .inBox h3.ptn2 {
    /*font-size: 15px;*/
}

.mainBox .boxTxt {
    /* width: 380px; */
}

.mainBox .boxImg {
    /*width: 322px;*/
}

.inBoxL {
    float: left;
}

.inBoxR {
    float: right;
}

.mainBox .inBoxListPtn1 {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	margin-bottom:30px;
}
.mainBox .inBoxListPtn1 div{
	width: calc((100% - 60px) / 3);
	/*width: calc(33% - 20px);*/  
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	/*justify-content: center;*/
    align-items: center;
	margin-top:0;
}

.mainBox .inBoxListPtn2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom:30px;
}
.mainBox .inBoxListPtn2 div{
	/* width:56%; */
	/* width: calc((100% - 30px) / 2); */
	/*width: calc(50% - 20px);*/
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	/* justify-content: center; */
	/* align-items: center; */
	flex:1;
}

.mainBox .inBoxListPtn2 div p.entry {
    font-weight: 700;
    color: #f08c10;
    margin: 0;
    line-height: 1;
}


.mainBox .inBoxListPtn1 div p.txt{
	margin-top:10px;
}
.mainBox .inBoxListPtn2 figure{
	margin:0 0 0 30px;

}
.mainBox .inBoxListPtn2 figure img{
	margin-left:20px;

}

/* 
-------------------------------------*/
.column {
	/* display: flex; */
	/* justify-content: space-between; */
	/* flex-wrap: wrap; */
	margin-bottom: 30px;
	padding: 20px;
	border: dashed 1px #f08c10;
	background-color: #FFF;
	overflow:hidden;
}

.column:last-child {
    margin-bottom: 0;
}

.column figure{
float:right;
	margin-left:20px;
}
.column p.entry {
    font-size: 16px;
    font-weight: bold;
    color: #f08c10;
    position: relative;
    margin-bottom: 15px;
	margin-top:0;
    padding: 2px 0 2px 16px;
}

.column p.entry:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 3px;
    width: 6px;
    height: 100%;
    background: #f08c10;
}

/* 
-------------------------------------*/
.mainBox .inBoxListPtn2 div.messageBox{
	width:70%;
}

.messageBox p.entry {
    font-size: 16px;
    font-weight: bold;
    color: #f08c10;
    margin: 20px 0 10px;
}

.messageBox p {
    overflow: hidden;
}



.schoolBox{
	display: flex;
	flex-wrap: wrap;
	/*justify-content: space-between;*/
	margin: 0 auto 20px;
	padding: 30px;
	border: solid 1px #f08c10;
	overflow: hidden;
	background:#fff;
}
.schoolBox div.info{
	flex: 1;
}
.schoolBox figure{
	margin:0 0 0 30px;
	width:420px;
}
.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;
	
	margin-bottom:30px;
	
}

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

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

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

.schoolBox .schoolBox_btn ul {
    display: flex;
    justify-content: space-between;
    padding: 0;
}

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

.schoolBox a {
    text-decoration: none;
}

.schoolBox .schoolBox_btn li a {
	border-radius: 3px;
    font-size: .875rem;
    font-weight: 700;
    padding: 5px 70px;
    width: 100%;
    min-height: 60px;
}
.schoolBox .schoolBox_btn .clipBox_btn {
	padding: 5px 40px;
	min-width:inherit;
}


@media screen and (max-width: 736px) {
.contents {
    padding: 0;
}
#contentsStart{
	width:100%;
}
#title {
    margin:-10px 10px 20px;
}
#contentsTitle {
    margin-bottom: 20px;
}
#contentsTitle p.txt {
	margin:20px 10px 0;
}
#menuBox{
	margin-bottom:20px;
}
#menuBox ul {
    display: flex;
	flex-direction:column;
	margin:0 10px;
}
#menuBox li {
	width:100%;
}
.mainBox {
	padding: 20px 20px 0 20px;
}
.mainBox .inBox {
	margin-bottom:20px;
}

.mainBox .inBoxListPtn2 {
	flex-direction:column;
}
.mainBox .inBoxListPtn2 figure{
	text-align:center;
	margin: 0;
}
.mainBox .inBoxListPtn2 figure img{
	margin:10px;
}
.mainBox .inBoxListPtn2 div {
    width: 100%;
	margin-bottom:20px;
}
.mainBox h3 {
	padding:14px 20px;
}

.mainBox .inBox h3{
	width:100%;

}
.mainBox .inBoxListPtn1 {
	margin-bottom:20px;
}
.mainBox .inBoxListPtn1 div{
	width: 100%;
	margin-bottom:20px;
}

.column {
	display: flex;
	flex-direction:column;
	margin-bottom: 20px;
}
.column:last-child {
    margin-bottom: 20px;
}
.column figure{
	float: inherit;
    margin: 0 auto 20px;
	text-align:center;
	order:2;
}
.column p.entry {
	order:1;
	line-height:1.5;
}
.column p{
	order:3;
	margin-top:0;
}








.schoolBox{
	padding:20px;
	/*display:block;
	width:100%;*/
	flex-direction: column;
}
.schoolBox h2{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	/* align-items: center; */
}
.schoolBox .schoolBox_btn ul {
	display: flex;
	flex-direction: column;
	padding: 0;
	margin:0;
}
.schoolBox .schoolBox_btn li {
	margin: 10px 10px 0;
	width: auto;
}
.schoolBox .schoolBox_btn li a {
	padding: 5px 70px;
	width: 100%;
	min-height: 50px;
	font-size: .8571428571rem;
	margin: auto;
}
.schoolBox .schoolBox_btn .clipBox_btn{
	margin: auto;
	max-width:inherit;
}
.schoolBox figure {
    margin: 0;
    width: 100%;
}
.schoolBox img {
	margin: 10px auto;
	display: block;
}


}