#MDQ{display:block;}

.pcNone{display:none !important;}

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

#contents_window {
	clear: both;
	margin:0 auto;
    /*width: 1200px;*/
}

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





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

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



.footerContents{
    max-width: 950px;
    margin: 0 auto 100px;
}

.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{
	/*width: 80%;*/
}

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

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


.footerContents p{
	font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
	font-size: 24px;
}
#footer .copy{
    text-align: center;
    font-size: 12px;
}



/*----------------------------------------------------------------------------------------
メインビジュアル
----------------------------------------------------------------------------------------*/

.mainVisual{
    padding-top: 100px;
    text-align: center;
    /*max-width: 1000px;*/
    margin: 0 auto;
}

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

.mainVisual p{}


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

.method{
    max-width: 950px;
    margin: 0 auto;
}

.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;
}

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

.method dt .m-title{
    display: flex; flex-wrap: nowrap;
    justify-content: center; align-items: center;
    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;
}

.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;
}

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

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

.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;
}

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

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

.section-detail03{
	width: 60px;
    text-align: left;
	float: left;
	margin-top: -16px;
}



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

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

.under02 img{
	width: 135px;
	
}


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

.contact_contentsBox h3{
}