/* ensemble_contest CSS */

/*********************************************************************** COMMON */
*{box-sizing:border-box;}
#container:after, .content:after, .inner:after, dl:after{display:none;}

html { 
font-family: "arial", "helvetica", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
/*font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "arial", "helvetica", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;*/
min-height: 100%;
height: 100%;
}
body {
font-size: 1.5rem;
line-height: 1.8;
color: #333;
height: 100%;
}
.container {
background: url("../img/bg-img.jpg") no-repeat;
background-position: center top;
overflow: hidden;
}

a{
color: #0066cc;
}
a:hover{
color: #ff6633;
}

a.etn-link{
display: inline-flex;
align-items: center;
}
a.etn-link::after{
content:"";
display: inline-block;
-webkit-mask: url("../img/f35d.svg") no-repeat center center / contain;
mask-image: url("../img/f35d.svg");
mask-repeat: no-repeat;
mask-position: center center;
mask-size: contain;
width: 1.2rem;
height:	1.2rem;
margin: 0 0.3rem 0.2rem 0.5rem;
background-color: #0066cc;
}
a.etn-link:hover::after{
background-color: #ff6633;
}

a.pdf{
position: relative;
}
a.pdf::after{
content:"";
display: inline-block;
-webkit-mask: url("../img/f1c1.svg") no-repeat center center / contain;
mask-image: url("../img/f1c1.svg");
mask-repeat: no-repeat;
mask-position: center center;
mask-size: contain;
width: 1.7rem;
height:	1.7rem;
margin-left: 0.3rem;
background-color: #b30b00;
}

p.pdf{
display: flex;
align-items: center;
}
p.pdf::after{
content:"";
display: inline-block;
-webkit-mask: url("../img/f1c1.svg") no-repeat center center / contain;
mask-image: url("../img/f1c1.svg");
mask-repeat: no-repeat;
mask-position: center center;
mask-size: contain;
width: 1.7rem;
height:	1.7rem;
margin-left: 0.3rem;
background-color: #b30b00;
}



@media screen and (max-width:736px) {
/*PCのみ適用*/
.pc_only{
display: none;
}
}/*@media screen and (max-width:736px)*/

@media screen and (min-width:737px) {
/*spのみ適用*/
.sp_only{
display: none;
}
}/*@media screen and (min-width:737px)*/



/********************************************************************* .cont-box */
section.cont-box {
width:100%;
margin-bottom: 6rem;
padding: 0 1rem;
}




@media screen and (max-width:350px) {

}/*@media screen and (max-width:350px)*/

@media screen and (min-width:500px) {

}/*@media screen and (min-width:500px)*/

/*--------------------------------------------
	737px以上
---------------------------------------------*/
@media screen and (min-width:737px) {
section.cont-box {
width:100%;
margin-bottom: 10rem;
}
}/*@media screen and (min-width:737px)*/

/*--------------------------------------------
	1000px以上
---------------------------------------------*/
@media screen and (min-width:1000px) {
section.cont-box {
width:1000px;
margin: 0 auto 10rem;
padding: 0;
}
section.cont-box.mb60 {
margin-bottom: 6rem;
}
}/*@media screen and (min-width:1000px)*/




/********************************************************************* 
コンテンツ */

/*タイトル*/
h1{
font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
text-align: center;
font-size: 3.0rem;
line-height: 1.3;
margin: 5rem 0 3rem;
color: #012669;
text-shadow: 2px 2px 3px #d8dbdd, -2px -2px 3px #daf4fb;
}
h1 span{
letter-spacing : -3px;
}
div.content p.lead{
margin-bottom: 1rem;
font-size: 1.6rem;
}
div.content p.lead + p.lead{
margin-bottom: 3rem;
}

@media screen and (min-width:737px) {
/*タイトル*/
h1{
font-size: 4.8rem;
margin: 10rem 0 8.5rem;
}
div.content p.lead{
margin: 0 10rem 1rem;
}
div.content p.lead + p.lead{
margin: 0 10rem 3rem;
}
}/*@media screen and (min-width:737px)*/


/********************************************************************* 
申込ボタン */
div.content ul li{
width: 100%;
margin-bottom: 2rem;
display: flex;
flex-direction: column;
}
div.content ul li div.btn{
border-radius: 1.5rem;
text-align: center;
line-height: 1.2;
transition: 0.1s all ease;
margin-bottom: 1rem;
}
div.content ul li div.btn a{
display: flex;
flex-direction: column;
flex-grow: 1;
padding: 1.8rem 0 0.8rem;
}
div.content ul li div.btn1{
background-color: #d72a3d;
}
div.content ul li div.btn2{
background-color: #2392ee;
}
div.content ul li div.btn3{
background-color: #f19e2a;
}
div.content ul li div.btn4{
background-color: #aac52d;
}
div.content ul li div.off{
background-color: #9e9e9e;
}
div.content ul li div.off a{
pointer-events: none;
}
div.content ul li div.btn:hover{
opacity: 0.8;
}
div.content ul li div.btn.off:hover{
opacity: 1;
}
div.content ul li img{
height: 8rem;
}

div.content ul li a p {
font-family: "Noto Serif JP", serif;
font-optical-sizing: auto;
font-weight: 900;
font-style: normal;
font-size: 1.8rem;
text-align: center;
color: #fff;
margin: 1.5rem 0.5rem 0;
line-height: 1.3;
}
div.content ul li div.utxt p{
font-size: 1.4rem;
line-height: 1.4;
}
div.content ul li p.sub{
margin: 0 0.5rem;
display: block;
}
/*div.content ul li p.sub.link span{
display: flex;
align-items: center;
}*/
div.content ul li p.sub.link{
position: relative;
padding-left: 1.5rem;
}
div.content ul li p.sub.link::before{
content:"";
display: inline-block;
-webkit-mask: url("../img/f101.svg") no-repeat center center / contain;
mask-image: url("../img/f101.svg");
mask-repeat: no-repeat;
mask-position: center center;
mask-size: contain;
width: 1.2rem;
height:	1.2rem;
margin-right: 0.5rem;
background-color: #cc0000;
position: absolute;
top: 0.2rem;
left: 0;
}
div.content ul li p.sub.link a.pdf::after{
height:	1.5rem;
}
div.content ul li div.utxt p.sub-note{
text-indent: -1.5rem;
padding-left: 1.5rem;
margin-top: 0.5rem;
}


@media screen and (min-width:737px) {
div.content ul{
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
}
div.content ul li{
width: calc((100% - 3rem) / 4);
margin-bottom: 0;
}
div.content ul li div.btn{
display: flex;
flex-direction: column;
height: 17rem;
}
div.content ul li a p {
font-size: 1.8rem;
}
div.content ul li div.utxt{
display: flex;
flex-direction: column;

flex-grow: 1;
}
/*div.content ul li p.sub{
height: 5rem;
}*/
/*div.content ul li p.sub.link span{
display: flex;
align-items: center;
}*/
}/*@media screen and (min-width:737px)*/


@media screen and (min-width:737px) and ( max-width:900px) {
div.content ul li a p {
font-size: 1.6rem;
}
}/*@media screen and (min-width:737px) and ( max-width:900px) */


/****************************************************************** 
Notice */
div.notice-box{
padding: 1.5rem;
border: 2px solid #fcc;
border-radius: 0.5rem;
width: 100%;
background-color: #fffafa;
}
h2.notice{
font-size: 2.5rem;
display: flex;
align-items: center;
justify-content: center;
font-weight: bold;
color: #c00;
}
h2.notice::before{
content:"";
display: inline-block;
-webkit-mask: url("../img/f06a.svg") no-repeat center center / contain;
mask-image: url("../img/f06a.svg");
mask-repeat: no-repeat;
mask-position: center center;
mask-size: contain;
width: 2.7rem;
height:	2.7rem;
margin-right: 1rem;
background-color: #cc0000;
}
div.notice-box p.txt{
margin: 2rem 0 1.5rem;
text-align: center;
}
a.link-ar {
display: flex;
align-items: center;
color: #fff;
padding: 0.8rem 2rem;
justify-content: center;
}
a.link-ar:hover {
color: #fff;
}
a.link-ar::after{
content:"";
display: inline-block;
-webkit-mask: url("../img/f101.svg") no-repeat center center / contain;
mask-image: url("../img/f101.svg");
mask-repeat: no-repeat;
mask-position: center center;
mask-size: contain;
width: 1.2rem;
height:	1.2rem;
margin-left: 1.5rem;
background-color: #fff;
}

ul.attention{
margin-top: 2rem;
}
ul.attention li{
padding-left: 3.5rem;
position: relative;
}
ul.attention li.mb15{
margin-bottom: 1.5rem;
}
ul.attention li::before{
content:"";
display: inline-block;
-webkit-mask: url("../img/f028.svg") no-repeat center center / contain;
mask-image: url("../img/f028.svg");
mask-repeat: no-repeat;
mask-position: center center;
mask-size: contain;
width: 2.5rem;
height:	2.5rem;
background-color: #cc0000;
position: absolute;
left: 0;
top: 0.2rem;
}

div.notice-btn{
background-color: #ff6922;
color: #fff;
border-radius: 0.5rem;
font-weight: bold;
}
div.notice-btn:hover{
opacity: 0.8;
}

dl.notice-btn dt{
background-color: #ff6922;
color: #fff;
border-radius: 0.5rem;
}
dl.notice-btn dt:hover{
opacity: 0.8;
}
dl.notice-btn dd{
padding: 0.8rem;
}
dl.notice-btn dd + dt{
margin-top: 0.5rem;
}
.align-c{text-align: center;}
.stxt{font-size: 1.3rem; color:#666;}

@media screen and (min-width:737px) {
div.notice-box{
width: 80%;
margin: 0 auto;
}
ul.link-ar{
display: flex;
align-items: center;
}

div.notice-btn{
width: 50%;
margin: 0 auto;
text-align: center;
}



dl.notice-btn{
display: flex;
flex-wrap: wrap;
margin: 0 auto;
width: 70%;
}
dl.notice-btn dt{
width: 24rem;
margin-bottom: 0.5rem;
margin-right: 2rem;
}
dl.notice-btn dd{
width: calc(100% - 26rem);
margin-bottom: 0.5rem;
}
}/*@media screen and (min-width:737px)*/






/****************************************************************** 
News */
h2.news{
background: url("../img/bg-news.png") repeat-x;
font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 900;
font-style: normal;
font-size: 3.2rem;
line-height: 1;
color: #012669;
position: relative;
height: 6.4rem;
padding-left: 5rem; 
}
h2.news::before{
content:"";
display: inline-block;
background-image: url("../img/icon-news.svg");
background-repeat: no-repeat;
background-position: center center;
background-size: contain;
width: 2.5rem;
height: 6.2rem;
margin-right: 1rem;
position: absolute;
top: -1rem;
left: 1rem;
}
dl.news{
display: block;
margin: 1rem 0 0;
}
dl.news dt{
font-weight: normal;
}
dl.news dd{
margin-bottom: 1.5rem;
border-bottom: 1px solid #ccc;
padding-bottom: 1.5rem;
}

@media screen and (min-width:737px) {
dl.news{
display: flex;
flex-wrap: wrap;
margin: 1rem 5rem 0;
}
dl.news dt{
width: 13rem;
margin-bottom: 1rem;
}
dl.news dd{
width: calc(100% - 13rem);
border-bottom: none;
padding-bottom: 0;
margin-bottom: 1rem;
}
}/*@media screen and (min-width:737px)*/



/****************************************************************** 
お問い合わせ先 */
h2.contact{
font-size: 2.4rem;
margin-bottom: 2rem;
border-bottom: 3px solid #a6d3fd;
}
ul.contact li{
margin-bottom: 1rem;
}
ul.contact li a{
color: #0066cc;
}
ul.contact li a:hover{
color: #ff6633;
}
p.note{
margin-top: 2rem;
text-indent: -2rem;
padding-left: 2rem;
}

@media screen and (min-width:737px) {
ul.contact{
display: flex;
justify-content: space-between;
}
ul.contact li{
width: 45%;
}
}/*@media screen and (min-width:737px)*/


/********************************************************************** footer */
footer{
text-align: center;
font-size: 1.2rem;
background-color: #f0f0f0;
line-height: 5rem;
}
.footer-btmline{
border: 3px solid;
border-image: linear-gradient(to right, #5cadee, #81f3f5, #0287e5) 1;
}

/*pagetop*/
#page_top{
  width: 60px;
  height: 60px;
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  background: #999;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  text-decoration: none;
}
#page_top a::before{
content:"";
display: inline-block;
-webkit-mask: url("../img/f106.svg") no-repeat center center / contain;
mask-image: url("../img/f106.svg");
mask-repeat: no-repeat;
mask-position: center center;
mask-size: contain;
width: 5rem;
height:	5rem;
margin-left: 1rem;
background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
