@charset "utf-8";

/*フォームページ*/
.form-content{
    max-width: 1024px;
    margin: auto;
}
.form-layout,.form-txt,.form-input{
    box-sizing: border-box;
    display:inline-block;
    vertical-align: top;
}
.form-image{
    background-color:#f2f2f2;
    display: block;
    margin: 0 0 2em 0;
    padding:8em 0 2em;
    width:100%;
}
.form-image img{
    display:block;
    margin:0 auto;
}
.form-coution{
    font-size:20px;
    margin-bottom:20px;
    margin-left:660px;
}
.form-txt,.form-input{
    padding:10px;
    width:49%;
}
.form-txt p{
    margin-bottom:16px;
    font-size:18px;
    line-height:1.4;
}
.form-txt p.title{
    font-size:27px;
    font-weight:bold;
}
.agenda-txt{
    font-size:18px;
    padding:16px 0 0 20px;
}
.agenda-txt li{
    margin-bottom:10px;
    list-style-type: disc;
}
.agenda-txt-title{
    list-style-type: none !important;
    margin: 0 0 20px -20px !important;
}
.mktoField.mktoHasWidth.mktoRequired{
    margin-right:10px;
}
.mktoHtmlText.mktoHasWidth span{
    display:block;
    font-size:12px;
    line-height:1.6;
    margin-left:70px;
    width:430px;
}
.mktoFormCol{
    margin-bottom:20px;
}
button.mktoButton{
    background-color: #ff7800;
    border:none;
    color: #fff;
    padding: 0.6em 1.2em;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    line-height: 1.5em;
    border-radius: 6px;
}
button.mktoButton:hover{
    opacity: .7;
}
.mktoButtonRow{
    margin:20px 0 !important;
}
.mktoButtonWrap.mktoNative{
    margin-left:170px !important;
}

/*動画閲覧ページ*/
.explanation-txt{
    padding:16px 0 16px 230px;
}
.explanation-txt li{
    list-style-type: disc;
    margin-bottom:5px;
}
.video-content{
    margin:0 auto 20px;
    width:600px;
    height:336px;
}
.video-content iframe{
    width:100%;
    height:100%;
}
.title-video{
    font-size:27px;
    font-weight:bold;
    margin:20px 0;
    text-align: center;
}
.video-content-btn{
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
    margin:20px auto 40px;
    padding: 32px 0;
    width:770px;
}
.video-content-btn a{
    color:#fff;
    display:block;
    text-align: center;
    height:45px;
    line-height:45px;
    position: relative;
    width:250px;
}
.video-content-btn span:hover{
    opacity: .7;
}
.video-content-footer{
    padding-bottom:50px;
    text-align: center;
}
.video-content-footer p{
    line-height:1.6;
}
.btn01,.btn02,.btn03{
    color: #fff;
    display: flex;
    font-size: 15px;
    text-align: center;
    line-height: 1em;
    border-radius: 6px;
    height:45px;
    width:250px;
    align-items: center;
}
.btn01{
    background-color: #87a562;
}
.btn02{
    background-color: #ff9536;
}
.btn03{
    background-color: #2d67a3;
}
.arrow::before,
.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.ya::before{
    left: 235px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
