/**
 * ================================================================================
 * [ bosyu.css ]
 * ================================================================================
 */
.fadeTopBtn a {
    display: block;
    background: url("../images/pagetop_new.png") top left no-repeat;
    width:80px;
    height:80px;
    text-indent:-9999px;
}
.fadeTopBtn a:link {
    background: url("../images/pagetop_new.png") top left no-repeat;
}
.fadeTopBtn a:visited {
    background: url("../images/pagetop_new.png") top left no-repeat;
}
.fadeTopBtn a:active {
    background: url("../images/pagetop_new.png") top left no-repeat;
}
.fadeTopBtn a:hover {
    background: url("../images/pagetop_new_on.png") top left no-repeat;
}
.fadeTopBtnSp {
    display:none;
}
@media screen and (max-width: 750px) {
    .fadeTopBtnSp {
        display:block !important;
        position:fixed;
        bottom:20px;
        right:10px;
        opacity:.8;
    }
    .fadeTopBtnSp a {
        display:block;
        background: url("../images/pagetop_new.png") top left no-repeat;
        background-size:cover !important;
        text-indent:-9999px;
        width:40px;
        height:40px;
    }
}

/*
================================================================================

募集要項 - bosyu/index.html
[#child-body.bosyu-top]

================================================================================
*/
#child-body h1#h1-text{
font-size: 42px;
margin: 0 auto;
text-align: center;
font-weight: bold;
padding: 40px 0;
}

@media screen and (max-width: 1028px) {
	#child-body h1#h1-text{
	font-size: 26px;
	padding: 20px 0;
  background-color:#fff;
	}
	#child-body h1#h1-text img{
	height:25px;
  width:auto;
	}
}
#child-body.detail_content h1#h1-text{
background: #DBEEF1;
color: #0E8CA3;
letter-spacing: normal;
font-size: 26px;
padding: 45px 0;
}
@media screen and (max-width: 1028px) {
  #child-body.detail_content h1#h1-text{
  font-size: 20px;
  padding: 30px 0;
  }
}

#child-body.detail_content #child-body-in,
#child-body.bosyu-top #child-body-in,
#child-body.bosyu-contents #child-body-in{
width: 100%;
margin: 0;
}
#child-body.detail_content #child-body-in #child-body-area,
#child-body.bosyu-top #child-body-in #child-body-area,
#child-body.bosyu-contents #child-body-in #child-body-area{
border: none;
background: none;
width: 100%;
margin: 0;
}
#child-body.bosyu-contents #text-area.global{
background: url("../images/bosyu_global_bg.jpg") 0 0 repeat-x #fff;
}
#child-body.bosyu-contents #text-area.local{
background: url("../images/bosyu_area_bg.jpg") 0 0 repeat-x #fff;
}
#child-body.detail_content #text-area.detail .cont,
#child-body.bosyu-contents #text-area #text-area-inner{
width:96%;
max-width: 960px;
margin: 0 auto;
}


#child-body.bosyu-top #text-area{
background: url("../images/bosyu_index_bg_01.jpg") center center no-repeat;
background-size: cover;
width: 100%;
	    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
padding: 120px 0 380px;
}

@media screen and (max-width:750px){
#child-body.bosyu-top #text-area{
position:relative;
background:none;
}
#child-body.bosyu-top #text-area::before{
display:block;
top:0;
left:0;
right:0;
bottom:0;
content:'';
position:fixed;
background: url("../images/bosyu_index_bg_02.jpg") top center no-repeat;
background-size:cover;
z-index:-1;
}
}



#child-body.detail_content #text-area.detail .wide01 p,
#child-body.detail_content #text-area.detail .wide02 p,
#child-body.detail_content #text-area.detail .wide03 p,
#child-body.detail_content #text-area.detail .wide04 p{
font-size: 16px;
}

@media screen and (max-width:750px){
  #child-body.detail_content #text-area.detail .wide01 p,
  #child-body.detail_content #text-area.detail .wide02 p,
  #child-body.detail_content #text-area.detail .wide03 p,
  #child-body.detail_content #text-area.detail .wide04 p{
  font-size: 14px;
  }
}

#child-body.detail_content #text-area.detail .map_image img{
width: 100%;
height: auto;
}

#child-body.detail_content #text-area.detail .PC{
display: block;
}
#child-body.detail_content #text-area.detail .SP{
display: none;
}

#qa-photo{
text-align: center;
padding: 40px 0 50px;
}

#qa-body{
width: 96%;
max-width: 960px;
margin: 0 auto;
}
#qa-body .q-ttl{
background: #18859B;
color: #fff;
padding: 15px 0;
margin-bottom: 40px;
clear:both;
}

#qa-body .q-ttl dl.qa_q{
margin-left: 40px;
margin-bottom: 0;
}
	#qa-body .q-ttl dl.qa_q dt{
	vertical-align: middle;
	width: 35px;
	float:left;
	margin-right: 30px;
	}
	#qa-body .q-ttl dl.qa_q dd{
	font-size: 23px;
	line-height: 1.5;
	}
#qa-body dl.qa_a{
margin-left: 40px;
margin-bottom: 65px;
}
#qa-body dl.qa_a dt{
width: 35px;
float:left;
}
#qa-body dl.qa_a dd{
margin-left: 65px;
font-size: 14px;
}
	@media screen and (max-width: 1028px) {
#qa-body .q-ttl{
padding: 10px;
margin-bottom: 20px;
}

	#qa-body .q-ttl dl.qa_q{
	margin-left: 0;
	}
		#qa-body .q-ttl dl.qa_q dt{
		margin-right: 1em;
		}
		#qa-body .q-ttl dl.qa_q dd{
		font-size: 18px;

		}
	#qa-body dl.qa_a{
	margin-left: 10px;
	margin-bottom: 35px;
	}
	#qa-body dl.qa_a dt{
	width: 35px;
	float:none;
	margin-bottom: 15px;
	}
	#qa-body dl.qa_a dd{
	margin-left: 0;
	}
	
	
	#child-body.detail_content #text-area.detail .PC{
	display: none;
	}
	#child-body.detail_content #text-area.detail .SP{
	display: block;
	}
}
.toggle_btn{
margin-top: 1em;
border: 1px solid #18859B;
position: relative;
text-align: center;
font-size: 20px;
color: #18859B;
padding: 15px 0;
cursor: pointer;
}
.pls{
position: relative;
}
.toggle_btn:after{
position: absolute;
width: 30px;
height: 0;
border-bottom: 2px solid #18859B;
content: "";
right: 20px;
top: 50%;
}
.pls:before{
position: absolute;
width: 0;
height: 30px;
border-right: 2px solid #18859B;
content: "";
right: 35px;
top: 50%;
margin-top: -15px;
}
	@media screen and (max-width: 1028px) {
	.toggle_btn{
	text-align: left;
	padding: 10px 50px 10px 10px;
	}
	.tottgle_content{
	}
	}
.res_table thead th{
background: #62ACBB;
color: #fff;
text-align: center;
padding: 10px 0;
border: 1px solid #18859B;
width: auto;
}
.res_table th{
background: #F3F9FA;
color: #18859B;
text-align: center;
font-weight: bold;
vertical-align: middle;
border: 1px solid #18859B;
width: 33%;
}
.res_table td{
vertical-align: top;
padding: 10px;
border: 1px solid #18859B;

}

@media screen and (max-width: 1028px) {
		.res_table thead th{
		display: none;
		}
		.res_table th{
		background: #F3F9FA;
		color: #18859B;
		display: block;
		width: 100%;
		padding: 10px;
		}
		.res_table td{
		display: block;
		width: 100%;
		margin-bottom: 10px;
		}

}
#child-body.detail_content #text-area.detail .wide01{
padding: 30px 0 0;
margin-bottom: 30px;
}
#child-body.detail_content #text-area.detail .wide02{
padding: 0;
margin-bottom: 30px;
}
#child-body.detail_content #text-area.detail .wide03{
padding: 0;
margin-bottom: 30px;
}
#child-body.detail_content #text-area.detail .wide04{
padding: 0;
margin-bottom: 30px;
}
#child-body.detail_content #text-area.detail .wide06{
padding: 0;
margin-bottom: 30px;
}
@media screen and (max-width:750px){
  #child-body.detail_content #text-area.detail .wide01{
  padding: 20px 0 0;
  margin-bottom: 20px;
  }
  #child-body.detail_content #text-area.detail .wide02{
  padding: 0;
  margin-bottom: 20px;
  }
  #child-body.detail_content #text-area.detail .wide03{
  padding: 0;
  margin-bottom: 20px;
  }
  #child-body.detail_content #text-area.detail .wide04{
  padding: 0;
  margin-bottom: 20px;
  }
  #child-body.detail_content #text-area.detail .wide06{
  padding: 0;
  margin-bottom: 20px;
  }
}
#child-body.detail_content #text-area.detail .section01{
padding: 30px 0;
}
#child-body.detail_content #text-area.detail .section01 p{
font-size: 16px;
}
#child-body.detail_content #text-area.detail .section02{
background: #F2F2F2;
padding-bottom: 45px;
}
#child-body.detail_content #text-area.detail .section02 h2{
margin-bottom: 20px;
}
#child-body.detail_content #text-area.detail .section02 p{
font-size: 16px;
line-height: 1.8;
}
@media screen and (max-width: 750px) {
#child-body.detail_content #text-area.detail .section02 h2{
font-size:16px;
}
#child-body.detail_content #text-area.detail .section03 .request-box p {
font-size:14px !important;
}
#child-body.detail_content #text-area.detail .section03 .request-box p br {
display:none;
}
#child-body.detail_content #text-area.detail .section04 h2{
font-size:16px;
}
}
.rec-cyu-body{
margin-bottom: 30px;
}
.rec-cyu-body th,.rec-cyu-body td{
font-size: 13px;
padding: 0;
vertical-align: top;
}
.rec-cyu-body th{
width: 4em;
}
#child-body.detail_content #text-area.detail .section02 .note{
background: #fff;
padding: 40px 50px;
}
#child-body.detail_content #text-area.detail .section02 .note h3{
background: #0E8CA3;
color:#fff;
padding: 50px 60px;
font-size: 16px;
float: left;
display: inline-block;
margin-right: 20px;
margin-bottom: 40px;
}

#child-body.detail_content #text-area.detail .section02 .note .fig{
}

#child-body.detail_content #text-area.detail .section02 .note .fig p{
font-size: 14px;
line-height: 1.8;
margin-bottom: 1em;
}

@media screen and (max-width: 1028px) {
#child-body.detail_content #text-area.detail .section01 {
padding:20px 0;
}
#child-body.detail_content #text-area.detail .section01 p{
font-size: 14px;
}
#child-body.detail_content #text-area.detail .section02 .note{
padding: 10px;
}
#child-body.detail_content #text-area.detail .section02 .note h3{
padding: 10px 0;
font-size: 16px;
float: none;
display: block;
margin: 0 auto 20px;
width: 100%;
text-align: center;

}
#child-body.detail_content #text-area.detail .section02 .note .fig p{
font-size: 14px;
line-height: 1.8;
margin-bottom: 1em;
}
}


#child-body.detail_content #text-area.detail .section03{
padding: 57px 0;
}
#child-body.detail_content #text-area.detail .section03 .request-box{
padding: 57px 0;
border: 2px solid #028BA3;
position: relative;
}
#child-body.detail_content #text-area.detail .section03 .request-box h3{
font-size: 26px;
font-weight: bold;
color: #0E8CA3;
background: #fff;
display: inline-block;
position: absolute;
top: -0.5em;
left: 50%;
margin-left: -3em;
padding: 0 1em;
}
#child-body.detail_content #text-area.detail .section03 .request-box p{
text-align: center;
font-size: 18px;
font-weight: bold;
color: #0E8CA3;
}
#child-body.detail_content #text-area.detail .section04{
background: #F2F2F2;
padding-bottom: 102px;
}
#child-body.detail_content #text-area.detail .section04 h2{
margin-bottom: 20px;
}
#child-body.detail_content #text-area.detail .section04 .area-rec-cyu{
margin-left: 80px;
margin-bottom: 1em;
}
#child-body.detail_content #text-area.detail .section04 .area-rec-cyu ul li{
list-style: disc;
}
#child-body.bosyu-top #text-area .floatBox{
width: 1148px;
margin: 0 auto;
background: rgba(255,255,255,0.9);
	    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	padding: 30px 120px;
}
@media screen and (max-width: 1028px) {
  #child-body.detail_content #text-area.detail .section02 p{
  font-size:14px;
  }
  #child-body.detail_content #text-area.detail .section03{
  padding:30px 0 20px;
  }
  #child-body.detail_content #text-area.detail .section03 .request-box{
  padding:30px 20px 20px;
  }
  #child-body.detail_content #text-area.detail .section03 .request-box h3{
  font-size:20px;
  }
  #child-body.detail_content #text-area.detail .section04 {
  padding-bottom:1px;
  }
}

#child-body.bosyu-top #text-area .floatBox p.lead_text{
text-align: center;
margin-bottom: 30px;
}

#child-body.bosyu-top #text-area .floatBox .flexbox{
display: flex;
justify-content: space-between;
}
#child-body.bosyu-top #text-area .floatBox .flexbox a{
display: block;
	    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
			max-width: 480px;
			text-align: center;
			text-decoration: none;
			color: #fff;
			width: 100%;
}
#child-body.bosyu-top #text-area .floatBox .flexbox a div.btn_box01{
			padding: 30px;
background: #263B4E;
position: relative;
}
#child-body.bosyu-top #text-area .floatBox .flexbox a:hover div.btn_box01{
background: #3B566B;
}
#child-body.bosyu-top #text-area .floatBox .flexbox a div.btn_box02{
			padding: 30px;
background: #028BA3;
margin-left: 30px;
position: relative;
}
#child-body.bosyu-top #text-area .floatBox .flexbox a:hover div.btn_box02{
background: #38A4AF;
}

#child-body.bosyu-top #text-area .floatBox .flexbox a div.btn_box01:after{
border: 16px solid #3B566B;
}
#child-body.bosyu-top #text-area .floatBox .flexbox a div.btn_box02:after{
border: 16px solid #38A4AF;
}
#child-body.bosyu-top #text-area .floatBox .flexbox a div.btn_box01:after,
#child-body.bosyu-top #text-area .floatBox .flexbox a div.btn_box02:after{
position: absolute;
right: -10px;
bottom:-10px;
height: 0;
width: 0;
content: '';
border-top: 16px solid transparent;
border-right: 16px solid transparent;
border-bottom: 16px solid transparent;
transform: rotate(45deg);
}
#child-body.bosyu-top #text-area .floatBox .flexbox a span{
color:#CAE6FF;
font-size: 16px;
display: block;
margin-bottom: 1em;
}
#child-body.bosyu-top #text-area .floatBox .flexbox a p.ttl{
font-size: 22px;
margin-bottom: 1em;
}
@media screen and ( max-width:750px) {
		#child-body.bosyu-top #text-area .floatBox .flexbox a p.txt{
		text-align: left;
		}
}
@media screen and ( max-width:1024px) {
		#child-body.bosyu-top #text-area{
		padding: 120px 0 20px;
		}
			#child-body.bosyu-top #text-area .floatBox{
			width: 94%;
			padding: 10px
			}
				#child-body.bosyu-top #text-area .floatBox .flexbox{
				display: block;
				padding: 0;
				width: 100%;
				}	
			#child-body.bosyu-top #text-area .floatBox .flexbox a{
			width: 100%;
			margin: 0;
			margin-bottom: 10px;
			max-width: 100%;
			}
		#child-body.bosyu-top #text-area .floatBox .flexbox a div.btn_box02{
		margin: 0;
		}
		#child-body.bosyu-top #text-area .floatBox .flexbox a p.txt{
    font-size:12.5px;
		}
	}

#text-area-inner{
padding: 63px 0;
}
#child-body.detail_content #text-area-inner{
padding: 0;
}

#text-area-inner .head_content{
background: #fff;
margin: 0 15px 43px;
padding: 51px 57px 20px;
}
	@media screen and (max-width: 1024px) {
    #text-area-inner{
    padding-top:30px;
    padding-bottom:10px;
    }
		#text-area-inner .head_content{
		background:none;
		margin: 0 auto 30px;
		padding:0;
		}
	
	}


#text-area #text-area-inner .head_content .ancor_box{
display: flex;
justify-content: space-between;
padding: 15px 0;
overflow: hidden;
}
#text-area.local #text-area-inner .head_content .ancor_box .inner_box{
width: 50%;
text-align: center;
border: 2px solid #028BA3;
position: relative;
font-size: 26px;
background: #fff;
	    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;

}

#text-area.global #text-area-inner .head_content .ancor_box .inner_box{
width: 49%;
text-align: center;
border:2px solid #263B4E;
position: relative;
font-size: 26px;
background: #fff;
	    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

#text-area.local #text-area-inner .head_content .ancor_box .inner_box a{
text-decoration: none;
color:#028BA3;
font-size: 17px;
padding: 79px 0;
line-height: 1.5;
display: block;
}
#text-area.local #text-area-inner .head_content .ancor_box .inner_box#inner_box1 a{
padding: 85px 0 98px;

}

#text-area.global #text-area-inner .head_content .ancor_box .inner_box a:hover{
background: #DCEBFA;
}
#text-area.local #text-area-inner .head_content .ancor_box .inner_box a:hover{
background: #DCEBFA;
}
#text-area.global #text-area-inner .head_content .ancor_box .inner_box#inner_box01 a{
text-decoration: none;
color:#263B4E;
font-size: 22px;
padding: 150px 0 0 0;
display: block;
position: relative;
height: 100%;
	    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;

}
@media screen and (max-width:1028px){
#text-area.global #text-area-inner .head_content .ancor_box .inner_box#inner_box01 a span{
display: block;
line-height: 1.8;
}
#text-area.local #text-area-inner .head_content .ancor_box .inner_box a{
font-size: 16px;
}
#text-area.local #text-area-inner .head_content .ancor_box .inner_box a .text-size-sp-small{
font-size:13px;
}
#text-area.global #text-area-inner .head_content .ancor_box .inner_box a:hover{
background: none;
}
#text-area.local #text-area-inner .head_content .ancor_box .inner_box a:hover{
background: none;
}
}
.sp-small {display:none;}
@media screen and (max-width:320px){
.sp-small {display:block;}
.sp-small-left-padding {padding-left:1em;}
}

#text-area.global #text-area-inner .head_content .ancor_box .inner_box#inner_box02 a{
text-decoration: none;
color:#263B4E;
font-size: 16px;
padding: 20px 0;
display: block;
position: relative;
}
#text-area.global #text-area-inner .head_content .ancor_box .inner_box#inner_box02 a:last-child{
border-bottom: none;
}
#text-area.global #text-area-inner .head_content .ancor_box .inner_box#inner_box02 dl{
padding: 40px 5px 5px 5px;
}
#text-area.global #text-area-inner .head_content .ancor_box .inner_box#inner_box02 dl dt{
font-size: 22px;
margin-bottom: 20px;
}
#text-area.global #text-area-inner .head_content .ancor_box .inner_box#inner_box02 dl dd{
border: 1px solid #263B4E;
padding: 0 10px;
}
#text-area.global #text-area-inner .head_content .ancor_box .inner_box#inner_box02 dl dd ul li:not(:last-child){
border-bottom: 1px dotted #263B4E;
}

#text-area.global #text-area-inner .head_content .ancor_box .inner_box a:after{
position: absolute;
right: -10px;
bottom:-10px;
height: 0;
width: 0;
content: '';
border:12px solid #677683;
border-top: 12px solid transparent;
border-right: 12px solid transparent;
border-bottom: 12px solid transparent;
transform: rotate(45deg);
}

#text-area.local #text-area-inner .head_content .ancor_box .inner_box:after{
position: absolute;
right: -10px;
bottom:-10px;
height: 0;
width: 0;
content: '';
border:16px solid #6DADBE;
border-top: 16px solid transparent;
border-right: 16px solid transparent;
border-bottom: 16px solid transparent;
transform: rotate(45deg);

}

#text-area.local #text-area-inner .head_content .ancor_box .inner_box#inner_box1{
border-right: none;
}
#text-area.local #text-area-inner .head_content .ancor_box .inner_box#inner_box2{
border-left:2px dotted #028BA3;

}

@media screen and (max-width:1028px){
  #text-area.global #text-area-inner .head_content .ancor_box .inner_box#inner_box01 a {font-size:16px; padding-top:100px;}
  #text-area.global #text-area-inner .head_content .ancor_box .inner_box#inner_box02 dl {padding-top:10px;}
  #text-area.global #text-area-inner .head_content .ancor_box .inner_box#inner_box02 dl dt {margin-bottom:10px; font-size:16px;}
  #text-area.global #text-area-inner .head_content .ancor_box .inner_box#inner_box02 dl dd {padding:0;}
  #text-area.global #text-area-inner .head_content .ancor_box .inner_box#inner_box02 a {font-size:13px; padding:8px 0;}
}

/* #text-area
-------------------------------------------------------------------------------- */
#child-body.bosyu-top #text-area .btn03 {
    margin-top: 35px;
}



#child-body.bosyu-top #text-area p.info {
    margin: 25px 0 30px 0;
}

@media screen and (max-width: 750px) {
    #child-body.bosyu-top #text-area .left,
    #child-body.bosyu-top #text-area .right {
        float: none;
    }

    #child-body.bosyu-top #text-area .btn02,
    #child-body.bosyu-top #text-area .btn03 {
        margin-top: 10px;
    }
    #child-body.bosyu-top #text-area .btn02 img {
        width: 100%;
        -webkit-background-size: 100% auto !important;
        background-size: 100% auto !important;
    }

    #child-body.bosyu-top #text-area a,
    #child-body.bosyu-top #text-area a img {
        width: 100%;
        -webkit-background-size: 100% auto !important;
        background-size: 100% auto !important;
    }

    #child-body.bosyu-top #text-area p.info {
        margin: 10px 0 0 0;
    }
}

/* .bosyu-contents #text-area-bosyu01以下
-------------------------------------------------------------------------------- */

/*
=====================================
h2 Titel+Read
=====================================*/

.global #text-area-inner .h2-style{
    background: #263B4E;
    font-weight: bold;
    color: #fff;
	padding: 30px 0;
	text-align: center;

}
.global #text-area-inner .h2-style .yy{
	margin-bottom: 1em;
	font-size: 16px;
	color: #CAE6FF;
}
.global #text-area-inner .h2-style .ttl{
text-align: center;
font-size: 26px;
}
.local #text-area-inner .h2-style{
    background: #028BA3;
    font-weight: bold;
    color: #fff;
	padding: 30px 0;
	text-align: center;

}
.local #text-area-inner .h2-style .yy{
	margin-bottom: 1em;
	font-size: 16px;
	color: #CAE6FF;
}
.local #text-area-inner .h2-style .ttl{
text-align: center;
font-size: 26px;
}

.bosyu-contents .read-style {
    clear: both;
    font-weight: bold;
    line-height: 1.8em;
	font-size: 18px;
}

.bosyu-contents .read-waku {
background: #deecef;
padding: 40px 57px 20px;
    margin: 0 0 15px;
    overflow: hidden;
}

.bosyu-contents .read-waku h2{
color: #028BA3;
font-size: 26px;
text-align: center;
}
.bosyu-contents .read-waku p{
color: #028BA3;
font-size: 16px;
line-height: 1.8;
margin-bottom: 0.5em;
}
.bosyu-contents .read-waku .banner-btn{
text-align: center;
padding: 20px 0 0;
}
.bosyu-contents .read-waku .banner-btn a{
background:#028BA3;
display: inline-block;
text-align: center;
color: #fff;
text-decoration: none;
font-size: 16px;
padding: 10px 50px;
position: relative;
border: 1px solid #fff;
}
.bosyu-contents .read-waku .banner-btn a:hover{
background: #2B9EAA;

}
.bosyu-contents .read-waku .banner-btn a span{
display: block;
font-size: 10px;
}
.bosyu-contents .read-waku .banner-btn a:after{
content: '';
width:16px;
height: 16px;
border-right:1px solid #fff;
border-top:1px solid #fff;
transform: rotate(45deg);
position: absolute;
right: 15px;
top: 50%;
margin-top: -8px;
}

@media screen and (max-width: 1024px) {
  .global #text-area-inner .h2-style{
  padding:15px 0;
  }
  .global #text-area-inner .h2-style img{
  max-width: auto;
  width:auto;
  height: 50px;
  }
  .local #text-area-inner .h2-style{
  padding:15px 0;
  }
  .local #text-area-inner .h2-style img{
  max-width: auto;
  width:auto;
  height: 50px;
  }
  .bosyu-contents .read-style {
  font-size: 14px;
  }
  .bosyu-contents .read-waku {
  margin:0 0 15px;
  padding: 20px;
  }
  .bosyu-contents .read-waku h2 {
  font-size:16px;
  font-weight:bold;
  }
  .bosyu-contents .read-waku p {
  font-size:13px;
  }
  .bosyu-contents .read-style {
  margin-bottom: 30px;
  }
  .bosyu-contents .read-waku .banner-btn a {
  font-size:14px;
  padding:10px 40px;
  }
}


/*
=====================================
Title-Likns
=====================================*/
.bosyu-contents .bosyu-ttl-links {
    padding: 0 0 7px 0;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
}

.bosyu-contents .bosyu-ttl-links ul {
    float: right;
}

.bosyu-contents .bosyu-ttl-links li {
    display: inline;
    margin: 0 0 0 20px;
    font-size: 12px;
    color: #999;
}

.bosyu-contents .bosyu-ttl-links li a {
    background: url(../../../common/images/common/banner_btn_yoff_pc.png) no-repeat left center;
    padding: 0 0 0 12px;
}

.bosyu-contents .bosyu-ttl-links li a:link { color: #007ab3; text-decoration: none; }

.bosyu-contents .bosyu-ttl-links li a:visited { color: #007ab3; text-decoration: none; }

.bosyu-contents .bosyu-ttl-links li a:hover { color: #007ab3; text-decoration: underline; }

@media screen and (max-width: 750px) {
    .bosyu-contents .bosyu-ttl-links {
        padding: 0 0 7px 0;
        margin: 0 0 20px 0;
        border-bottom: 1px solid #ccc;
    }

    .bosyu-contents .bosyu-ttl-links li {
        display: block;
        margin: 0 0 0 20px;
        line-height: 22px;
    }

    .bosyu-contents .bosyu-ttl-links li a {
        background: url(../../../common/images/common/banner_btn_yoff_pc.png) no-repeat left center;
        padding: 0 0 0 15px;
    }
}

/*
=====================================
Course-TABLE
=====================================*/

/*Title*/
.course-ttl01 {
    background: #263B4E;
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    padding: 30px 0;
	text-align: center;
	
}

.course-ttl02 {
    background: #028BA3;
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    padding: 30px 0;
	text-align: center;
}
.course-ttl02_sm {
    background: #028BA3;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    padding: 10px 0;
	text-align: center;
	margin-bottom: 20px;
}
@media screen and (max-width:1024px){
.course-ttl01,
.course-ttl02 {
padding: 15px 0;
}
.course-ttl01 img,
.course-ttl02 img{
max-width: auto;
width:auto;
height: 20px;
}
.course-ttl02 img{
height:16px;
vertical-align:middle;
}
}
@media screen and (max-width:750px){
.course-ttl02_sm {
font-size:16px;
margin-bottom:10px;
}
}
.bosyu-contents .course-ttl03 {
    background: #EF6C1D;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    padding: 8px 20px;
}

.bosyu-contents .course-ttl01-pb {
    background: #ce9255;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    padding: 8px 20px;
    margin: 0 0 15px 0;
}

.bosyu-contents .course-ttl02-pb {
    background: #10668e;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    padding: 8px 20px;
    margin: 0 0 15px 0;
}

.bosyu-contents .course-ttl03-pb {
    background: #EF6C1D;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    padding: 8px 20px;
    margin: 0 0 15px 0;
}

.bosyu-contents .course-ttl01-sub {
padding: 40px 0 60px;
text-align: center;
font-size: 26px;
position: relative;
}

.bosyu-contents .course-ttl01-sub:after{
width: 40px;
height: 4px;
content:'';
background: #263B4E;
position: absolute;
display: block;
left: 50%;
bottom: 45px;
margin-left: -20px;
}

@media screen and (max-width:2018px){
	.bosyu-contents .course-ttl01-sub {
	padding: 20px 0 40px;
	}
	.bosyu-contents .course-ttl01-sub:after{
	bottom:25px;
	}
}

@media screen and (max-width:1028px){
	.bosyu-contents .course-ttl01-sub {
	padding: 10px 0 30px;
	font-size: 16px;
	}
	.bosyu-contents .course-ttl01-sub:after{
	bottom:20px;
	}
}


.bosyu-contents .course-ttl03-sub {
    background: #ffccad;
    border-bottom: 1px solid #b5b5b5;
    border-top: 3px solid #EF6C1D;
    font-size: 14px;
    color: #EF6C1D;
    font-weight: bold;
    padding: 8px 15px;
}

.bosyu-contents .course-table {
    padding:15px;
	background: #F2F2F2;
	margin-bottom: 40px;

}
@media screen and (max-width:1028px){
  .bosyu-contents .course-table {
    margin-bottom: 20px;
  }
  .bosyu-contents .course-table:last-child {
    margin-bottom: 20px;
  }
}

.bosyu-contents .course-table th {
    padding:15px;
    font-weight: bold;
    white-space: nowrap;
    line-height: 1.5em;
    vertical-align: top;
    border-bottom: 2px solid #fff;
	color: #3C3444;
	font-size: 16px;
}
.bosyu-contents .course-table table.table01 th{
	background: #DCEBFA;
	}
.bosyu-contents .course-table table.table02 th{
	background: #B9CBE9;
	}
.bosyu-contents .course-table table.table03 th{
	background: #C8E7D9;
	}
.bosyu-contents .course-table table.table04 th{
	background: #BDDCEE;
	}
.bosyu-contents .course-table table.table05 th{
	background: #CBCBE9;
	}
.bosyu-contents .course-table td {
    padding: 15px;
    vertical-align: top;
    border-bottom: 2px solid #f2f2f2;
	background: #fff;
	font-size: 16px;
}


.bosyu-contents .course-table td table.inner_table th,
.bosyu-contents .course-table td table.inner_table td{
border: 3px solid #fff;
padding: 10px;
}
.bosyu-contents .course-table td table.inner_table th{
text-align: center;
color: #fff;
width: 25%;
}

.bosyu-contents .course-table td div.note{
padding: 10px;
background: #e6e6e6;
display: inline-block;
}
@media screen and (max-width:1028px){
.bosyu-contents .course-table td div.note{
background: #f4f4f4;
display: block;
}
.bosyu-contents .course-table td div.note dl:first-child{
margin-top:5px;
}
.bosyu-contents .course-table td div.note dd{
background-color:#fff;
}
}
.bosyu-contents .course-table td table.inner_table{
width: 100%;
}
.bosyu-contents .course-table td table.inner_table th.th01{background: #176E9E;}
.bosyu-contents .course-table td table.inner_table th.th02{background: #028BA3;}
.bosyu-contents .course-table td table.inner_table th.th03{background: #4D78CE;}
.bosyu-contents .course-table td table.inner_table th.th04{background: #0794D0;}
.bosyu-contents .course-table td table.inner_table th.th05{background: #1C5498;}
.bosyu-contents .course-table td table.inner_table th.th05{background: #1D4096;}
.bosyu-contents .course-table td table.inner_table th.th06{background: #44266D;}


.bosyu-contents .course-table td .banner-btn-left{
margin-top: 1em;
text-align: right;
}
.bosyu-contents .course-table td .banner-btn-left li.mini-r{
font-size: 16px;
}
.bosyu-contents .course-table td .banner-btn-left li.mini-r a{
border-radius: 0;
color: #fff;
border:none;
padding: 10px 50px 10px 40px;
position: relative;
font-size:14px;
}

.bosyu-contents #text-area.local .course-table td .banner-btn-left li.mini-r a{
background:#028BA3;
}
.bosyu-contents #text-area.local .course-table td .banner-btn-left li.mini-r a:hover{
background: #2B9EAA;
}

.bosyu-contents #text-area.global .course-table td .banner-btn-left li.mini-r a{
background:#263B4E;
}
.bosyu-contents #text-area.global .course-table td .banner-btn-left li.mini-r a:hover{
background: #3A5970;
}

.bosyu-contents .course-table td .banner-btn-left li.mini-r a:after{
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;
content:'';
width: 16px;
height: 16px;
right: 10px;
top: 50%;
position: absolute;
margin-top: -8px;
transform: rotate(315deg);
display: block;
}
.bosyu-contents .course-table .top-line {
    border-top: 1px solid #b5b5b5;
}

.advanced-table {
}
.advanced-table dt,
.advanced-table dd {
  display: inline;
}
.advanced-table dt {
}
.advanced-table dt span {
  display: inline;
}
.advanced-table dd {
}

@media screen and (max-width: 750px) {
    .bosyu-contents .course-table table {
        display: block;
		border-collapse: collapse;
		border-spacing: none;
    }

    /*.bosyu-contents .course-table table thead{
        display: none;
    }*/

    .bosyu-contents .course-table table tbody tr {
        margin-bottom: 0em;
    }

    .bosyu-contents .course-table table tbody th,
    .bosyu-contents .course-table table tbody td {
        display: list-item;
        border: none;
    }

    .bosyu-contents .course-table table tbody th {
        list-style-type: none;
        padding: 6px 5px 6px 10px;
    }

    .bosyu-contents .course-table table tbody td {
        padding: 10px;
        list-style-type: none;
        line-height: 1.75em;
    }

    .bosyu-contents .course-table .top-line {
        border-top: none;
    }
	.bosyu-contents .course-table table tbody td table.inner_table tbody{
	display: table;
	}
	
	.bosyu-contents .course-table table tbody td table.inner_table th,
	.bosyu-contents .course-table table tbody td table.inner_table td{
	display: table-cell;
	}
	.bosyu-contents .course-table table tbody td table.inner_table th{
	vertical-align: middle;
	}
	.bosyu-contents .course-table table tbody td table.inner_table td{
	width: 60%;
	}
  .bosyu-contents .course-table th {
    font-size: 13px;
  }
  .bosyu-contents .course-table td {
    font-size: 13px;
  }

  .advanced-table {
    border: 1px solid #dcebfa;
  }
  .advanced-table:not(:last-child) {
    margin-bottom: 10px;
  }
  .advanced-table dt,
  .advanced-table dd {
    display: block;
    padding: 5px 10px;
  }
  .advanced-table dt {
    background-color: #f2f8fe;
  }
  .advanced-table dt span {
    display: none;
  }
  .advanced-table dd {
  }

  /* table02 */
  .table02 .advanced-table {
    border: 1px solid #dcebfa;
  }
  .table02 .advanced-table dt {
    background-color: #ecf4fb;
  }

  /* table03 */
  .table03 .advanced-table {
    border: 1px solid #c8e7d9;
  }
  .table03 .advanced-table dt {
    background-color: #e2f3eb;
  }

  /* table04 */
  .table04 .advanced-table {
    border: 1px solid #bddcee;
  }
  .table04 .advanced-table dt {
    background-color: #dbebf4;
  }

  /* table05 */
  .table05 .advanced-table {
    border: 1px solid #cbcbe9;
  }
  .table05 .advanced-table dt {
    background-color: #e4e4f4;
  }

  /* table02 */
  .table02 .advanced-table {
    border: 1px solid #dcebfa;
  }
  .table02 .advanced-table dt {
    background-color: #ecf4fb;
  }

}

/*
=====================================
other
=====================================*/
span.request-cyu{
color: #0E8CA3;

}
.bosyu-contents .last-line {
    border-top: 2px solid #ccc;
    padding: 10px 0 0 0;
    font-size: 11px;
    line-height: 1.6em;
}

.bosyu-contents .area-rec-cyu {
    border-top: 1px dotted #999;
    padding: 10px 0 0 0;
}

.bosyu-contents .area-rec-cyu dl {
    line-height: 1.6em;
    font-size: 11px;
}

.bosyu-contents .area-rec-cyu dl dt {
    color: #ff0000;
    width: 4em;
}

.bosyu-contents .area-rec-cyu dl dd {
    margin: -1.6em 0 0 0;
    padding: 0 0 0 4em;
}

.bosyu-contents .area-rec-cyu ul {
    padding-left: 1.5em; 　
}

.bosyu-contents .area-rec-cyu li {
    zoom: normal; 　 list-style-position: outside;
    list-style-type: disc;
}

.bosyu-contents .global-hyo-cyu {
    font-size: 11px;
    padding: 0 0 30px 0;
    line-height: 1.6em;
}

/*ボタンComing Soon*/
.banner-btn-left li.cs-btn {
    font-size: 12px;
    border: 2px solid #bfbfbf;
    border-radius: 8px;
    padding: 3px 40px 3px 20px;
    color: #bfbfbf;
}

/*
=====================================
外国人留学生採用
=====================================*/
.bosyu-contents .oversea-ob {
    border: 1px solid #ce9255;
    background: #fff6ec;
    margin: 20px 0 0 0;
    overflow: hidden;
}

.bosyu-contents .oversea-ob h3 {
    background: #ce9255;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    padding: 4px 20px;
}

.bosyu-contents .oversea-ob .links {
    overflow: hidden;
}

/*OB1名用スタイル----------------------------*/
.bosyu-contents .oversea-ob .links .onebtn {
    padding: 15px 0;
    text-align: center;
}

/*OB2名用スタイル----------------------------*/
.bosyu-contents .oversea-ob .links li {
    display: inline;
    float: left;
    margin: 15px 0 15px 30px;
}

.oversea-minibtn {
    padding: 0 0 30px 0;
    overflow: hidden;
}
.oversea-minibtn li {
    margin: 0 10px;
}

/*アンカーリンク----------------------------*/
ul.anc{
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}
ul.anc li{
  width: 340px;
  float: left;
  margin:0 20px 10px 0;
}
ul.anc li:nth-child(even){
  margin-right: 0;
}
ul.anc li a{
  display: block;
  border: 2px solid #007ab3;
  border-radius: 8px;
  background: #f0f0f0;
  padding: 10px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  line-height: 40px;
}
ul.anc li a:hover{
  background: #007ab3;
  color: #fff;
}
ul.anc li.two a{
  line-height: 20px;
}
@media screen and (min-width: 751px) {
  ul.anc li a{
    display: block;
    line-height: 40px
  }
  ul.anc li.two a{
    line-height: 20px;
  }
}
@media screen and (max-width: 750px) {
	ul.anc li a{
	  line-height: inherit;
	}
}






@media screen and (max-width: 750px) {
    /*OB1名用スタイル----------------------------*/
    .bosyu-contents .oversea-ob .links .onebtn {
        padding: 10px;
    }

    .bosyu-contents .oversea-ob .links .onebtn img {
        width: 100%; !important;
        height: auto; !important;
    }

    .bosyu-contents .oversea-ob .links .onebtn a {
        -webkit-background-size: 100% auto !important;
        -moz-background-size: 100% auto !important;
        -o-background-size: 100% auto !important;
        background-size: 100% auto !important;
    }

    /*OB2名用スタイル----------------------------*/
    .bosyu-contents .oversea-ob .links li {
        display: block;
        float: none;
        margin: 15px 10px;
    }

    .bosyu-contents .oversea-ob .links ul li img {
        width: 100%; !important;
        height: auto; !important;
    }

    .bosyu-contents .oversea-ob .links ul li a {
        -webkit-background-size: 100% auto !important;
        -moz-background-size: 100% auto !important;
        -o-background-size: 100% auto !important;
        background-size: 100% auto !important;
    }

    .oversea-minibtn li {
        margin: 5px 2px;
        width: 296px;
    }

}

/* Banner 下向き矢印-Grow-upカラー*
------------------------------------------------------------ */
.ob-to-link {
    padding: 0 0 20px 0;
    overflow: hidden;
}

.ob-to-link .banner-btn-left {
    overflow: hidden;
    text-align: left;
}

.ob-to-link .banner-btn-left li {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}

.ob-to-link .banner-btn-left li.mini-r {
    font-size: 12px;
}

.ob-to-link .banner-btn-left li a {
    display: block;
    border: 2px solid #ce9255;
    border-radius: 8px;
    padding: 10px 40px 10px 20px;
}

.ob-to-link .banner-btn-left li a:link {
    background: url(../images/banner_btn_uoff_pc.png) no-repeat 95% center #f0f0f0;
    color: #ce9255;
    text-decoration: none;
}

.ob-to-link .banner-btn-left li a:visited {
    background: url(../images/banner_btn_uoff_pc.png) no-repeat 95% center #f0f0f0;
    color: #ce9255;
    text-decoration: none;
}

.ob-to-link .banner-btn-left li a:active {
    background: url(../images/banner_btn_uoff_pc.png) no-repeat 95% center #f0f0f0;
    color: #ce9255;
    text-decoration: none;
}

.ob-to-link .banner-btn-left li a:hover {
    background: url(../images/banner_btn_uon_pc.png) no-repeat 95% center #ce9255;
    color: #fff;
    text-decoration: none;
}

.ob-to-link .banner-btn-left li.mini-r a {
    display: block;
    border: 2px solid #ce9255;
    border-radius: 8px;
    padding: 3px 40px 3px 20px;
}

@media screen and (max-width: 750px) {
    /* Banner Left*
    ------------------------------------------------------------ */
    .ob-to-link .banner-btn-left {
        overflow: hidden;
        text-align: left;
    }

    .ob-to-link .banner-btn-left li {
        display: inline-block;
        font-size: 16px;
        font-weight: bold;
        text-align: left;
    }

    .ob-to-link .banner-btn-left li.mini-r {
        font-size: 14px;
    }

    .ob-to-link .banner-btn-left li a {
        display: block;
        border: 2px solid #ce9255;
        border-radius: 8px;
        padding: 15px 35px 15px 10px;
    }

    .ob-to-link .banner-btn-left li a:link {
        background: url(../images/banner_btn_uoff_sp.png) no-repeat 94% center #f0f0f0;
        -webkit-background-size: 10px 6px;
        background-size: 10px 6px;
        color: #ce9255;
        text-decoration: none;
    }

    .ob-to-link .banner-btn-left li a:visited {
        background: url(../images/banner_btn_uoff_sp.png) no-repeat 94% center #f0f0f0;
        -webkit-background-size: 10px 6px;
        background-size: 10px 6px;
        color: #ce9255;
        text-decoration: none;
    }

    .ob-to-link .banner-btn-left li a:active {
        background: url(../images/banner_btn_uoff_sp.png) no-repeat 94% center #f0f0f0;
        -webkit-background-size: 10px 6px;
        background-size: 10px 6px;
        color: #ce9255;
        text-decoration: none;
    }

    .ob-to-link .banner-btn-left li a:hover {
        background: url(../images/banner_btn_uon_sp.png) no-repeat 94% center #ce9255;
        -webkit-background-size: 10px 6px;
        background-size: 10px 6px;
        color: #fff;
        text-decoration: none;
    }
  
  
  
  /*アンカーリンク----------------------------*/
ul.anc{
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}
ul.anc li{
  width: 100%;
  float: left;
  margin:0 0 10px 0;
}
ul.anc li:nth-child(even){
  margin-right: 0;
}
ul.anc li a{
  display: block;
  border: 2px solid #007ab3;
  border-radius: 8px;
  padding: 3px 40px 3px 20px;
  text-align: center;}
}