@charset "UTF-8";
/* CSS Document */

/* color */
.bgYellow{
    background: #fffabc;
}

.textblue{
     color: #1695bb;   
}

/* common */
.wrapperContent{
    text-align: center;
}
.wrapperLong{
    width: 100%;
    margin: 0 auto;;
}
.mainBox01{
    width: 100%;
    text-align: center;
}
.mainBox01 img{
    width: 100%;
    height: auto;
}
.inner01{
    max-width: 725px;
    margin: 0 auto; 
    padding: 40px  20px;
    box-sizing: border-box;
}
@media screen and (max-width:480px){
    .inner01{
        width: 100%;
        padding: 40px 20px;
        box-sizing: border-box;
    }
}
.inner02{
    width: 100%;
    margin: 0 auto;  
    padding: 50px 0;
}




/* Main */
.other .mainBox01{
    margin-bottom: 40px;
}
@media screen and (max-width:768px){
    .other .mainBox01{
        margin-top: 60px;
        margin-bottom: 40px;
    }
}
@media screen and (max-width:480px){
    .other .mainBox01{
        margin-top: 60px;
        margin-bottom: 40px;
    }
}

/* title */
.other .titleLv2{
    text-align: center;
    font-size: 24px;
    line-height: 1.6em;
    margin-bottom: 20px;
}
@media screen and (max-width:480px){
    .other .titleLv2{
        text-align: center;
        font-size: 20px;
        line-height: 1.6em;
        margin-bottom: 20px;
    }
}
.other .titleLv3{
    text-align: center;
    font-size: 20px;
    line-height: 1.6em;
    display: inline-block;
    position: relative;
    margin: 0 auto;
    margin-bottom: 25px;
}
@media screen and (max-width:480px){
    .other .titleLv3{
        text-align: left !important;
        font-size: 18px;
        line-height: 1.6em;
        display: block;
        position: relative;
        margin: 0 auto;
        margin-bottom: 25px;
        box-sizing: border-box;
        padding: 0 20px 0 60px !important;
    }
}
.other .titleLv3 img.icon01{
    position:absolute;
    top: -90px;
    left:-90px;
    width: 135px;
    height: auto;
}
@media screen and (max-width:480px){
   .other .titleLv3 img.icon01{
        position:absolute;
        top: -55px;
        left: 5px;
        width: 90px;
        height: auto;
    } 
}
.other .titleLv3 img.icon02{
    position:absolute;
    top: -90px;
    right:-90px;
    width: 135px;
    height: auto;
}
@media screen and (max-width:480px){
   .other .titleLv3 img.icon02{
        position:absolute;
        top: -55px;
        left: 5px;
        width: 90px;
        height: auto;
    } 
}
/* image */
.other figure{
    margin: 0 auto;
}
@media screen and (max-width:480px){
    .other figure{
        margin: 0 auto;
        width: 95% !important;
        height: auto !important;
    }
    .other figure img{
        width: 100%;
        height: auto;
    }
}
.other video{
    display: block;
    width: 550px;
    height: auto;
    border:1px solid #cccccc;
    margin: 0 auto 20px auto;
}
@media screen and (max-width:480px){
    .other video{
        display: block;
        width: 80%;
        height: auto;
        border:1px solid #cccccc;
        margin: 0 auto 20px auto;
    }
}
.movie01{
    margin: 0 auto 0 auto;
    width: 550px;
}
.youtube01 {
    margin: 0 auto 20px auto;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
@media screen and (max-width:480px){
    .movie01{
        margin: 0 auto 0 auto;
        width: calc(100% - 50px);
    }
    .youtube01 {
        margin: 0 auto 20px auto;
        position: relative;
        width: 100%;
        padding-top: 56.25%;
    }
}
.youtube01 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}



/* text */
.other .text01{
    font-size: 15px;
    line-height: 2.0em;
    color: #333333;
}

.other .text02{
    font-size: 15px;
    line-height: 2.0em;
    color: #333333;
    margin-bottom: 1em;
}
.other .textSmall{
    font-size: 13px;
    line-height: 1.8em;
    color: #333333;
}

/* btn */
.btnBox{
    padding: 20px 0 70px;
    margin: 0 auto;
    width: 800px;
}
@media screen and (max-width:480px){
   .btnBox{
        padding: 20px 20px 70px;
        margin: 0 auto;
        width: 100%;
       box-sizing: border-box;
    } 
}
.btnBox a{
    width: 380px;
    display: block;
    text-align: center;
    padding: 25px 0;
    font-size: 16px;
    line-height: 1.0em;
    font-weight: bold;
    color: #ffffff;
    text-decoration: underline;
    background: #009FC9;
    transition-duration: 0.3s;
}
.btnBox a:hover{
    opacity: 0.3;
}
@media screen and (max-width:480px){
    .btnBox a{
        width: 100%;
        display: block;
        text-align: center;
        padding: 25px 0;
        font-size: 16px;
        line-height: 1.0em;
        font-weight: bold;
        color: #ffffff;
        text-decoration: underline;
        background: #009FC9;
    }
}
.btnBox a.left{
    float:left;
}
.btnBox a.right{
    float:right;
}
@media screen and (max-width:480px){
    .btnBox a.left{
        float: none;
        margin-bottom: 10px;
    }
    .btnBox a.right{
        float: none;
    }
}