@charset "UTF-8";
@media screen and (max-width: 767px) {
    .pc{ display: none !important; }
    .sp{ display: block !important; }


/* ここまでリセットcss */




/* 共通 */

.innner{
    width: 86vw;
    margin: 0 auto;
}

.btn{
    display: table;
    margin: 0 auto;
    margin-bottom: 11vw;
}

.btn_2{
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 76vw;
    height: 14vw;
    font-size: 3.5vw;
    border-radius: 10vw;
    background-color: #FF7F00;
    color: #FFF;
    font-weight: bold;
}


/* ボタン三角ここから */

.arrow_r {
    position: absolute;
    display: inline-block;
    padding-left: 5.5vw;
    color: #FFF;
    text-decoration: none;
    top: 7vw;
    right: 2vw;
  }
  
  .arrow_r:before {
    content: '';
    width: 1.5vw;
    height: 1.5vw;
    border: 0;
    border-top: solid 0.75vw #FFF;
    border-right: solid 0.75vw #FFF;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1vw;
    transform: rotate(45deg);
  }

  
/* ボタン三角ここまで */

.title{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 86vw;
    height: 13vw;
    border: 0.75vw solid #1371BC;
    font-size: 5.5vw;
    color: #1371BC;
    font-weight: bold;
}




/* header */
 
.logo{
    width: 30vw;
    margin: 1vw;
}

.main{
    width: 100%;
}


.main_1{
    position: relative;
}


.main_copy{
    position: absolute;
    display: flex;
    width: 78vw;
    height: 35vw;
    bottom: -8.5vw;
    background-color: #1371BC;
    padding: 4vw 0 0 5vw;
}

.main_copy img{
    width: 14vw;
    height: 26vw;
}

.main_copy p{
    font-size: 5.5vw;
    font-weight: bold;
    line-height: 8vw;
    margin-left: 5vw;
    color: #FFF;
}

.main_copy_1{
    font-size: 4vw;
    font-weight: bold;
}

.main_copy_2{
    font-size: 7.5vw;
    font-weight: bold;
    color: #F4EF7F;
}

/* ここからsec1 */

.sec1_1{
    font-size: 3.5vw;
    margin: 17vw 0 8vw 0;
    text-align: justify;
    text-justify: inter-ideograph;
}

.sec1_2_1{
    display: block;
    padding: 8vw 0 5vw;
    border-bottom: 1px solid #707070;
}

.sec1_2_1_1,.sec1_2_1_2{
    width: 86vw;
    margin: 0 auto 10vw;
}

.sec1_2_1_1_1,.sec1_2_1_2_1{
    text-align: center;
    font-size: 6.0vw;
    font-weight: bold;
    margin-bottom: 3vw;
}

.sec1_2_1_1 img{
    display: flex;
    width: 55vw;
    margin: 0 auto;
    margin-bottom:10vw;
}


.sec1_2_1_2 img{
    display: flex;
    width: 50vw;
    margin: 0 auto;
    margin-top: 10vw;
}

.sec1_2_1_1_2,.sec1_2_1_2_2{
    font-size: 3.5vw;
    text-align: center;
}

.sec1_3{
    margin-bottom: 10vw;
}


.sec1_3 p{
    font-size: 6.0vw;
    margin: 8vw 0 5vw;
    text-align: center;
    font-weight: bold;
}

.sec1_3 li{
    font-size: 3.5vw;
    counter-increment: count 1;
    list-style-type: decimal;
    list-style-position: inside;
    padding-left:1.5em;
	text-indent:-1.5em;
}

    
.underred{
    border-bottom:solid;
    border-color:#000000;
    border-width: 0.5vw;/*5ピクセルの太さにする*/
}
    
    
    
/* ここまでsec1 */


/* ここからsec2 */

.sec2 ul{
    margin: 10vw 0 5vw;
}

.sec2_2_1{
    font-size: 5.0vw;
    font-weight: bold;
    border-bottom: 0.75vw solid;
    margin-bottom: 5vw;
}

.sec2_2_2{
    font-size: 3.5vw;
    margin-bottom: 8vw;
}

.sec2_2{
    text-align: right;
    margin-bottom: 15vw;    
}

.sec2_2 a{
    font-size: 3.5vw;
    color: #1371BC;
    border-bottom: 0.5vw solid;
}

/* ここまでsec2 */


/* ここからsec3 */

.sec3_1 {
    width: 76vw;
    display: block;
    margin: 10vw auto; 
}


.sec3_1_1{
    position: relative;
    display: flex;
    vertical-align: top;
    height: auto;
    background-color: #FFFDC1;
    padding: 3vw 5vw ;
    text-align: center;
    margin: 0 auto;
}

.sec3_1 li:not(:last-child){
    margin-right: 0;
}

.sec3_1_2{
    width: 0;
    height: 0;
    margin: 3vw auto;
    border-style: solid;
    border-width: 3vw 3vw 0 3vw;
    border-color: #000 transparent transparent transparent;
}

.sec3_1_1_1{
    position: absolute;
    font-size: 4.5vw;
    top: 50%;
    left: 7%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
}

.sec3_1_1_2{
    width: 76vw;
    text-align: center;
    height: auto;
    display: table-cell;
    vertical-align: middle;
}

.sec3_1_1_2 p{
    font-size: 4.5vw;
    line-height: 2.8rem;
    font-weight: bold;
}


/* ここまでsec3 */

/* ここからfooter */
footer{
    text-align: center;
    margin-bottom: 30vw;
    font-size: 1.6vw;
     font-family: 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

/* ここまでfooter */


/* フローティングボタン  */
  
.flow{
    position: fixed;
    bottom: 0;
    cursor: pointer;
    transition: 1.0s;
    background-color: #FFFDC1;
    width: 100vw;
    height: 25vw;
    margin: 0 auto;
    z-index: 30;
    /*デフォルトで非表示にする*/
    opacity: 0;
    visibility: hidden;
    padding-top: 6vw;
    border-top: 0.75vw solid #fff;
    }
    
    /*このクラスが付与されると表示する*/
.active_sp{
opacity: 1;
visibility: visible;
}
    
    
.inactive_sp{
opacity: 0;
visibility: visible;
}    
    

}

