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

Guidance

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

.lead{
    line-height: 1.8;
}

/* =========== Event ========== */
#mainArea #eventArea {/* 	clear:both;*/margin-bottom:20px;width:100%;/* background:transparent url("../images/icon_title.png")  no-repeat; */background-position: right 20pt bottom 0pt;min-height: 90px;text-align: center;}

#mainArea #eventArea .title {
    color: #c1272d;
    margin-bottom:-5px;
    font-size: 3rem;
    font-weight: 550;
    text-align: left;
    padding-right: 20px;
}


#eventArea h2{
    line-height: 1.5;
    margin-top: 50px;
}

#eventArea h1{
    line-height: 1.5;
    font-weight: 600;
    font-size: 50px;
}

@media screen and (max-width: 500px){
    #eventArea h2 {
        font-size: 20px;
    }
    #eventArea h1 {
        font-size: 33px;
    }
}

.ifSp {
    display: none;
}
@media only screen and (max-width: 414px){
    .ifSp {display: block;}
}

#eventArea img{
    margin-top:10px; 
    width: 80%;
}
@media only screen and (max-width: 414px){
    #eventArea img{
        width: 100%;
    }
}

#eventArea2 img{
    margin-top:10px; 
    margin:10px;
    width: 30%;
}


#mainArea #eventArea .title span{
    color: #212270;
}


#mainArea #eventArea .title img {
    width: 95%;
}




#guideArea .textA {
    border-top:1px solid #fff;
    padding-top:10px;
    margin:10px;
}

#guideArea .textA h1 {
    font-size:2.8em;
    font-weight: bold;
    color: #fff; /*c1272d*/
    padding: 0px;
    text-align: center;
    line-height: 1.5em;
}

#subTitle .textA p {
    font-size:1.2em;
    color: #4d4d4d;
    padding: 5px 8px 0 8px;
    line-height: 1.3em;
}

#subTitle .textB {
    margin:10px;
    background-color: #fff;
}

#subTitle .textB img{
    background-color: #fff;
    width: 290px;
}



#subTitle .textB p {
    font-size:1.1em;
    color: #4d4d4d;
    padding-left:10px;
    border-bottom: solid 1px #4d4d4d;
    line-height: 2em;
}



.guide {
    /* 	border: 1px solid #e5e5e5;*/
    font-size: 1.3em;
    background: #fff;
    padding: 30px 2%;
    margin: 0 auto 10%;
    max-width: 100%;

    -webkit-box-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff;
    -moz-box-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff;
    box-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff;
}
.guide img{

}


.guide section {
    /* margin: 0 -10px; */
    padding: 20px 2%;
    margin-bottom:20px;
    background: #fdfbf9;
    border: 1px solid #f7f5f5;
    border-radius: 5px;        /* CSS3���� */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome�p */  
    -moz-border-radius: 5px;   /* Firefox�p */  	

}

.guide h3 {
    font-size: 100%;
    line-height: 1.2;
    padding-bottom: 15px;
    /* 	background: url(../images/icon_q.png) no-repeat;
    padding-left:60px;*/
    border-bottom: 1px #d9d9d9 solid;
    margin-bottom: 20px;
}



.ans_title {
    font-size: 2rem;
    line-height: 1.5;
    padding-bottom: 15px;
    text-align: center;/*	background: url(../images/icon_a.png) no-repeat;
    padding-left:60px;*/
}


.ans_sub {
    font-size: 90%;
    line-height: 1.3;
    padding-bottom: 15px;
    /*	padding-left:60px;*/
}

.ans_sub img{
    width:100%;
}




.guide li img {
    position: absolute;  
    top: 0;  
    left: 0;

}

.guide p {/* text-align: center; *//* font-size: 30px; *//* font-weight: 600; */}
.guide h2 {text-align: center;/* font-size: 30px; *//* font-weight: 600; */}

.guide p + ol {
    margin-top: 10px;
}
.guide ul li{
    margin: 0;
    padding:0;
    font-size: 100%;
    line-height: 1.3;
    margin-left:60px;

    height: 60px;
    vertical-align: top:
}

.guide ol li {
    list-style: decimal ;
    margin-left: 3.2em;
}

.guide .establish {
    text-align: right;
    font-weight: bold;
    padding-top: 20px;
}

.mark {
    list-style-type: disc;
    list-style-position: inside;
    list-style-image: url(/static/guide/images/icon_plan.svg);



    /* list-style: disc url(/static/guide/images/icon_plan.svg) outside;*/
    margin: 10px 0px 0 50px;
}
li:before {
    display: marker;
    marker-offset: 20px;
} 

@media screen and (max-width:400px) {


    #mainArea #eventArea {
        background-position: right 0pt top 0pt;
        background-size: 60px 60px;
    }

    #mainArea #eventArea .title {
        font-size:2em;
    }

    #subTitle .title {
        font-size:1.8em;
    }
}

/* sec01
-----------------------------------------------------------------*/
.sec_01{
    position: relative;
    letter-spacing: -0.4em;
    background: #443a37;
}



#sec_01{
    width: 100%;
    margin: 5% auto;
    padding-top: 30px;
    /* background: url(../common/images/bg_repeat01.png) repeat;*/
    /* font-family: 'Noto Sans Japanese',"メイリオ","Meiryo", serif; */
}
#sec_01 h2 {
    /* background: url(../common/images/bg_repeat01.png) repeat;*/
    font-family: 'Noto Sans Japanese',"メイリオ","Meiryo", serif;
    line-height: 1.5;
}
@media screen and (max-width:500px) {
    #sec_01 h2 {
        font-size: 22px;
    }
}

#sec_01 .imgArea2{
    width: 90%;
    margin: 0 auto;
    text-align: center;
    /* font-family: 'Noto Sans Japanese',"メイリオ","Meiryo", serif; */
}

#sec_01 .imgArea2 p{
    font-size: 25px;
    font-weight: 500;
}

@media screen and (max-width:500px) {
    #sec_01 .imgArea2 p{
        font-size: 18px;
        font-weight: 500;
    }
}

#sec_01 .imgArea2 img{
    width: 100%;
}


.imgArea{
    text-align: center;
}

.tokuten {
    display: inline-block;
}



@media screen and (max-width:500px) {
    .imgArea .img2 {
        display: flex;
        justify-content: center;
        max-width: 300px;
    }
    .imgArea .img2 img {
        margin:0 10px;
        width: 50%
    }
    .imgArea img{
        margin: 0;
    }
}


.p_text{
    clear: both;
    margin: 50px auto;
    text-align: center;
    font-size: 18px;
    padding: 1em 2em;
    border: solid 3px #6091d3;/*線*/
    border-radius: 10px;/*角の丸み*/
    max-width: 800px;
    width: 100%;
}

@media screen and (max-width:400px) {
    .p_text{
        padding: 1em 0.5em;
    }
}

.p_text .borderA {
    color: #6091d3;/*文字色*/
    font-weight: bold;
    font-size: 30px;
}



@media screen and (max-width:500px) {
    .btnLink.style07{
        width: 90%;
        margin: 0 5%;
    }
}

@media screen and (max-width:500px) {
    .btnLink.style04 {
        width: 90%;
        margin: 0 5%;
    }
}

.flexbox{
    display: flex;
    padding: 0.5em 1em;

}

.redbx{
    margin: 10% auto;
    border: double 10px #c9151e;
    background: #fff
}

.flexbox .cnt{
    padding: 10px;
    align-self: center;
}

.flexbox .cnt p.title{
    font-size: 2em;
    border-top: solid 3px;
    border-bottom: solid 3px;
    margin: 1em 0;
}



@media only screen and (max-width: 800px) {
    .flexbox{
        display: block;
    }
    .flexbox.redbx{
        margin: 10% 2%;
    }
    .flexbox .cnt{
        padding: 0px;
    }
    .flexbox .cnt p.title{
        font-size: 1.5em;
    }
    .flexbox .cnt a.btn{
        font-size: 1.5em;
    }
}

.section_youtube {
    width: 100%;
    width: 450px;
    display: inline-block;
    vertical-align: top;
    margin: 0 0.5% 20px;
    border: 1px solid #ddd;
    padding: 1%;
}

@media ( max-width : 500px ){
    .section_youtube {
        margin: 10px 0 20px;
        width: 100%;
    }
}

.video{
    position:relative;
    width: 100%;
    padding-top: 56.25%;
    margin-bottom: 10px;
}
.video iframe{
    position:absolute;
    top:0;
    right:0;
    width:100%;
    height:100%;
}

.txt{
    font-size: 16px;
    font-weight:500;
    background: #fff;
} 

#drama h2{
    text-align: center;
    color: #c9151e;
}

p.hukidashi{
    position: relative;
    padding: 0.6em;
    background: #e0edff;
    border-radius: 0.5em;/*角丸*/
    width: 70%;
    margin: 50px auto;
    font-size: 20px;
    text-align: center;
}

p.hukidashi:after{
    position: absolute;
    content: '';
    top: 100%;
    left: 30px;
    border: 15px solid transparent;
    border-top: 15px solid #e0edff;
    width: 0;
    height: 0;
}

@media only screen and (max-width: 800px) {
    p.hukidashi{
        width: 90%;
        font-size: 15px;
    }
}

/* インタビュー */

.bkg{
    background-color: #f4f0e7;
    padding: 10px;
    text-align: left;
}

.entry-talk-box {
    border-collapse: separate;
    border-spacing: 15px 2px;
    display: table;
    margin: 30px 0;
    table-layout: fixed;
    width: 100%;
}
.entry-talk-img {
    display: table-cell;
    vertical-align: top;
    width: 80px;
}
.entry-talk-img img {
    border-radius: 50%;
    width: 100px;
}
.entry-talk-txt {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    border-radius: 8px;
    display: table-cell;
    padding: 10px;
    position: relative;
}

.entry-talk-txt-right{
    background-color: #d8d8d8;
}

.entry-talk-txt-left:after {
    content: '';
    position: absolute;
    border-right: 12px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    left: -12px;
    top: 40px;
}
.entry-talk-txt-right:after {
    content: '';
    position: absolute;
    border-left: 12px solid #d8d8d8;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    right: -12px;
    top: 8px;
}
.entry-talk-txt p {
    margin: 0;
    font-size: 18px;
}