#MDQ{display:none;}

.spNone{display:none !important;}


/*---------------------------------------------------------------------------
　コンテンツ大枠
---------------------------------------------------------------------------*/
#container {
    width:100%;
    height: 100%;
}

#contents_window {
	clear: both;
	width: auto;
    margin:0 auto;
    display: flex; flex-wrap: nowrap;
    justify-content: flex-start; align-items: center;
    flex-direction: column;
}

.ContentsBox1200{width:auto; margin:0 15px;}








/*----------------------------------------------------------------------------------------
フッター
----------------------------------------------------------------------------------------*/

#footer {
    clear: both;
    margin: 0 auto;
    padding-bottom: 30px;
}

#footer h2{
    max-width: 217px;
    margin: 0 auto 25px;
}

.footerContents{
    margin: 0 15px;
}

.footer_listBox{
    display: flex; flex-wrap: nowrap;
    justify-content: center; align-items: center;
    flex-direction: column;
}

.footerContents dt{
    margin-bottom: 15px;
	font-size: 18px;
}

.footerContents dt .title{
    display: flex; flex-wrap: nowrap;
    justify-content: center; align-items: center;
    flex-direction: column;
    height: 72px;
    width: 72px;
    background-color: #BC9231;
    color: #FFF;
    border-radius: 50%;
    line-height: 1;
	font-weight: bold;
	font-size: 20px;
}

.footerContents dt .s-image{
	margin: 0 auto;
    display: flex; flex-wrap: nowrap;
    justify-content: center; align-items: center;
    flex-direction: column;
	text-align: center;
	width: 90%;
}

.footerContents dt .title span:first-of-type{
    margin-bottom: 3px;
}

.footerContents dd{
	font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
	font-size: 15px;
}

.footerContents p{
	font-weight: bold;
    margin-bottom: 20px;
    text-align: left;
	font-size: 16px;
}


.spa{
	margin-bottom: 80px;
}

/*----------------------------------------------------------------------------------------
メインページ
----------------------------------------------------------------------------------------*/

.mainVisual{
    padding-top: 60px;
	margin: 0 20px;
    text-align: center;
    /*margin: 0 15px 20px;*/
}

.mainVisual h1{
    margin-bottom: 30px;
}

.mainVisual p{}




/*----------------------------------------------------------------------------------------
応募方法
----------------------------------------------------------------------------------------*/

.method{
    /*max-width: 950px;*/
    margin: 0 auto;
	text-align: center;
	padding: 0 25px;
}

.method h2{
    margin: 0 auto 35px;
	text-align: center;
}

.method p{
    margin: 0 auto;
	text-align: center;
	font-size: 18px;
	font-weight: normal;
}

.method-left{
	/*float: left;
	width: 460px;
	padding-right: 15px;*/
	margin-bottom: 30px;
}

.method-right{
	/*float: right;
	width: 450px;*/
}

.method dt .m-title{
    display: flex; flex-wrap: nowrap;
    justify-content: center; align-items: center;
    flex-direction: column;
    height: 72px;
    width: 72px;
    background-color: #BC9231;
    color: #FFF;
    border-radius: 50%;
    line-height: 1;
	font-weight: bold;
	font-size: 20px;
	/*float:left;*/
	/*margin-right: 10px;*/
	margin:0 auto 15px;
}

.method dd{
	/*padding-left: 100px;
	border-bottom: 1px solid #BC9231;
	text-align: left;*/
	font-size: 22px;
	margin-bottom: 5px;
}


.btn-push{
	margin-left: 0px;
}


/*----------------------------------------------------------------------------------------
応募規定
----------------------------------------------------------------------------------------*/

.regulation{
	margin: 0 auto;
	border: 10px solid #BC9231;
}

.regulation h3{
	margin:-30px auto 20px;
	width: 4em;
	padding: 5px 20px;
	background-color: #BC9231;
	color: #fff;
	font-size: 22px;
	
}

.regulation ul{
	margin: 0px 20px 0 40px;
}

.regulation li{
	margin-bottom: 1em;
	list-style-type:decimal;
	color: #BC9231;
	font-weight: bold;
	text-align: left;
}



/*----------------------------------------------------------------------------------------
選考方法
----------------------------------------------------------------------------------------*/

.section-detail{
	margin: 0 auto;
	padding:0 20px;
    text-align: center;
}
.section-detail h4{
	margin: 0 auto 30px;
	padding-top: 30px;
	width: 235px;
}

.section-detail01{
	/*margin-left: 370px;
	width: 630px;*/
    text-align: left;
}

.section-detail01 h5{
	margin: 0 auto 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
	text-align: center;
	width: 50%;
}

.section-detail02{
	/*width: 560px;*/
    text-align: left;
	/*float: right;*/
}

.section-detail02 p{
	color: #fff;
	font-weight: bold;
	font-size: 15px;
}

.section-detail03{
	/*width: 50%;*/
    text-align: center;

}

.section-detail03 img{
	width: 32px;
    text-align: center;

}

.section-detail02 ul{
	margin: 0 0 0 20px;
}

.section-detail02 li{
	list-style-type:decimal;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
}

.section-detail01 .img50{
	width: 100px;
    text-align: center;
}



.under01 img{
	width: 260px;
	
}

.under02 img{
	width: 135px;
	
}


/*----------------------------------------------------------------------------------------
フォーム
----------------------------------------------------------------------------------------*/
#bt{
	color: #4976d8;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
}

.contact_contentsBox h3{
	width: 235px;
	text-align: center;
	margin: 0 auto 30px;
}














