@charset "utf-8";
/* CSS Document */

/*サブメイン部分*/
br.clear2 {
	clear: both;	
}
#sub_main {
	/*↓レスポンシブ用背景設定↓*/
	display: block;
	width: 100%;
	background-size: cover;
	background-image: url(img/sub_main_bk.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 0;
	/*高さ÷横幅×100=padding-top(bottom)の%(パーセント)*/
	padding-bottom: 18.1%;
	margin-bottom: 70px;
	margin-top:70px;
	position: relative;
	}


#sub_main .ttls{
	/*width:960px;
	margin-left:auto;
	margin-right:auto;
	padding-top:5%;*/
	position: absolute;
	display: inline-block;
	top: 25%;
	left: 15%;
}



#global-nav a:link,a:visited,a:hover,a:active{
	color: #444444;
	text-decoration: none;
}

.gNavi .blk li a {
	color: #FFF;	
}


#mojiBox {
	margin-top:50px;
	text-align:center;
}

#mojiBox .mojiUn{
	margin-bottom:80px;
}

#conBox {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	font-size: 130%;
	max-height: 100%;
	line-height: 1.2em;
	color: #333;
	border: 2px solid #DDDDDD;
}

#conBox .conTtl {
	background-color: #DEF3FE;
	color: #333;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}

.hissu{
	background-image: url(img/hisu.gif);
	background-repeat: no-repeat;
	background-position: 30% center;
}

#conBox .conText {
	font-size: 90%;
	color: #525252;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
	line-height: 1.5em;
}

#conBox .wids1{
	width:80%;
}

#conBox .red{
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 10px;
	line-height: 1.5em;
	font-size: 90%;
	color: #C00;
}




.buttArea {
	text-align:center;
	margin-top:40px;
	margin-bottom:70px;
}

.buttArea .inputButt{
	width: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;	
	
}

/*サンクス*/

.textImg {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 60px;	
}

.texts {
	text-align: center;
	font-size: 16px;
	margin-right: 10px;
	margin-left: 10px;
}

/*ボタン装飾*/
input#submit_button {

    padding: 15px 40px;
    font-size: 1.2em;
    /*背景色を’’に指定*/
    background-color: #3C8BF7;
    /* 文字色を白に指定*/
    color: #fff;
    /* submitボタンのを枠を非表示にする*/
    border-style: none;
}

.interview li{
	margin-bottom: 12px;

}

.interview select{
	height: 34px;
}

.image{
	margin-bottom: 40px
}

.desctiption{
	margin-bottom: 40px;
	font-size: 18px
}

.noticeSeminar{
	margin-top: 24px;
	font-size: 18px;
	margin-bottom: 60px;
	line-height: 1.2em;
}

/*モバイル*/
@media screen and (max-width: 640px) {
	
	#sub_main {
	/*↓レスポンシブ用背景設定↓*/
	display: block;
	width: 100%;
	background-size: cover;
	background-image: url(img/sub_main_bk.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 0;
	/*高さ÷横幅×100=padding-top(bottom)の%(パーセント)*/
	padding-bottom: 18.1%;
	margin-bottom: 30px;
	margin-top:50px;
	position: relative;
	}
	
#sub_main .ttls{
	/*width: auto;
	margin-left: auto;
	margin-right: auto;
	padding-top: 2%;*/
	position: absolute;
	display: inline-block;
	top: 25%;
	left:5%;
}

.minChange {
	width:50%;
}

.minChange2 {
	width:62%;
}

.imgCh30 {
	width:30%;
}

.imgCh40 {
	width:40%;
}

.imgCh50 {
	width:50%;
}

.imgCh60 {
	width:60%;
}

.imgCh70 {
	width:70%;
}

.imgCh80 {
	width:80%;
}

.imgChHi25 {
	height:20px;
}

#mojiBox {
	margin-top:20px;
	text-align:center;
}

#mojiBox .mojiUn{
	margin-bottom:30px;
}

#conBox {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	font-size: 110%;
	max-height: 100%;
	line-height: 1.2em;
	color: #333;
	border: 2px solid #DDDDDD;
}

#conBox .conTtl {
	background-color: #DEF3FE;
	color: #333;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}

.hissu{
	background-image: url(img/hisu.gif);
	background-repeat: no-repeat;
	background-position: 68% center;
}

.texts {
	text-align: center;
	font-size:80%;
}
.image{
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;

}
.desctiption{
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;

	font-size: 16px
}
}
