@charset "utf-8";
/*Reset
---------------------------------------*/
* {
 margin: 0;
 padding: 0;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
 margin: 0;
 padding: 0;
 border: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
 display: block;
 margin: 0;
 padding: 0;
}
a:link {
 color: #2406c0;
}
a:visited {
 color: #2406c0;
}
a:hover {
 color: #E42D71;
}
a:active {
 color: #E08B01;
}
img {
 vertical-align: bottom;
 max-width: 100%;
 height: auto;
}
ul, ol {
 list-style-type: none;
 padding: 0px;
 text-indent: 0;
 margin: 0px;
}
a img {
 text-decoration: none;
 border: none;
 webkit-transition: 0.3s ease-in-out;
 -moz-transition: 0.3s ease-in-out;
 -o-transition: 0.3s ease-in-out;
 transition: 0.3s ease-in-out;
}
a img:hover {
 opacity: 0.8;
}

.movie_text_slash{color:#CE471E;}

.top_read{width: 100%; text-align: center; font-size: 140%; color: red; line-height: 1.5em; padding-top: 15px;}

.pds2_text{text-indent: -6.4em; padding-left: 6.4em;}


@media only screen and (max-width: 600px) {
.top_read{font-size: 85%;}
.blue_bar {font-size: 82%;}
.pds2_text{text-indent: 0; padding-left: 0;}
}

span.check {
 display: inline-block;
 width: 12px;
 height: 20px;
 position: relative;
 border-bottom: 4px solid #1a66c6;
 border-right: 4px solid #1a66c6;
 margin-right: 21px;
 transform: rotate(45deg);
 left: 8px;
}

.green_txtbox{width: 200px; background-color: #2E8D33; padding: 6px 2px 2px 2px; text-align: center; border-radius: 15px;}

.murasaki_txtbox{width: 350px; background-color: #E4B1F2; padding: 6px 2px 2px 2px; text-align: center; border-radius: 15px; margin-bottom: 10px;}

.pro_span{color: #000;}

.profile_text{font-size: 83%; line-height: 1.8em; padding-bottom: 7px;}

iframe.youtube-16-9 {
 width: 100%;
 height: auto;
 aspect-ratio: 16 / 9;
}

*, *:before, *:after {
    box-sizing: border-box;
}
.col_3{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.col_3 > *{
    width: calc( 33.33333% - 8px ) ;
    margin-right: 12px;
    margin-bottom: 12px;
}
.col_3 > *:nth-child(3n){
    margin-right: auto;
}
.col_3 > * > *{
    background: #ff0000;
    height: 240px;
    position: relative;
    overflow: hidden
}
@media screen and (max-width: 960px) {
    .col_3 > *{
        width: calc( 50% - 6px ) ;
    }
    .col_3 > *:nth-child(3n){
        margin-right: 12px;
    }
    .col_3 > *:nth-child(2n){
        margin-right: auto;
    }
}
@media screen and (max-width: 580px) {
    .col_3 > *{
        width: 100%;
        margin-right: auto;
    }
    .col_3 > *:nth-child(3n){
        margin-right: auto;
    }
}

.blue_bar {
 width: 100%;
 text-align: center;
 padding: 3px;
 background: #3B82CD;
 color: #fff;
 border-radius: 10px;
 margin-bottom: 10px;
}

.bar_inner{ width: 100%; text-align: center; margin: 0 auto;}

.blue_bar2 {
 width: 70%;
 text-align: center;
 padding: 3px;
 background: #3B82CD;
 color: #fff;
 border-radius: 10px;
 margin-bottom: 10px;
}

.movie_margin {
 margin-top: 70px;
}
.img_mid {
 vertical-align: middle;
}
address {
 font-style: normal;
}
table {
 font-size: 100%;
 border-collapse: collapse;
 border-spacing: 0;
}
.none {
 display: none;
}
.clear {
 clear: both;
}
.no_clear {
 clear: none !important;
}
.clearfix {
 display: block;
 height: 0;
 font-size: 0;
 clear: both;
 visibility: hidden;
}
caption, th, td {
 text-align: left;
}
.flex {
 display: flex;
}
.smart {
 display: none;
}
input[type="submit"] {
 -webkit-appearance: none;
}
/*basic style
---------------------------------------*/
.flol {
 float: left;
}
.flor {
 float: right;
}
.txr {
 text-align: right;
}
.txl {
 text-align: left;
}
.txc {
 text-align: center;
}
.nomar {
 margin: 0 !important
}
.bold {
 font-weight: bold;
}
.large {
 font-size: 1.1em;
}
.llarge {
 font-size: 1.2em;
}
.xlarge {
 font-size: 1.3em;
}
.xxlarge {
 font-size: 1.4em;
}
.xxxlarge {
 font-size: 1.7em;
}
.small {
 font-size: 0.9em;
}
.ssmall {
 font-size: 0.8em;
}
.xsmall {
 font-size: 0.7em;
}
.xxsmall {
 font-size: 0.6em;
}
.rela {
 position: relative;
}
.underline {
 text-decoration: underline;
}
.hidden {
 overflow: hidden;
}
.fs08 {
 font-size: 0.8em;
}
.fs09 {
 font-size: 0.9em;
}
.fs10 {
 font-size: 1em;
}
.fs11 {
 font-size: 1.1em;
}
.fs12 {
 font-size: 1.2em;
}
.fs13 {
 font-size: 1.3em;
}
.fs14 {
 font-size: 1.4em;
}
.fs15 {
 font-size: 1.5em;
}
.fs16 {
 font-size: 1.6em;
}
.fs17 {
 font-size: 1.7em;
}
span.mv {
 position: relative;
}
span.mv span {
 position: absolute;
 top: -95px;
}
/*body
---------------------------------------*/
body {
 font-size: 17px;
 line-height: 1.8em;
 font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
 color: #1b1b1b;
 font-weight: 500;
 background-color: #fff;
 word-break: break-all;
}
.wrap {
 max-width: 1280px;
 margin: 0 auto;
}
.wrap1100 {
 max-width: 1100px;
 margin: 0 auto;
 width: 95%;
}
.wrap830 {
 max-width: 830px;
 margin: 0 auto;
 width: 95%;
}
/*Header
---------------------------------------*/
#site-logo img {
 max-width: 630px;
 height: auto;
 width: 100%;
}
.home #site-logo img {
 /*max-width: 850px;*/
 max-width: 100%;
}
.header_in {
 /*padding: 20px 30px 190px 30px;
 ヘッターのバックラウンドcsv---------------------------------------* background-image:url(../img/SVG/head_wave.svg), url(../img/SVG/header_img_bottom1.svg);
 background-repeat: no-repeat, repeat-x, repeat-x;
 background-position: calc(100% - 15px) 10px, center 10px, center calc(100% - 15px);
 background-size: 379px auto, 100% auto, auto;*/
}
.home .header_in {
 background-size: 470px auto, 100% auto, auto;
 background-position: calc(100% - 15px) 10px, center 105px, center bottom;
}
.header_wrap {
 background: linear-gradient(0deg, #fff 0%, #f1fde5 730px);
 background-repeat: no-repeat;
}
#nav ul {
 display: flex;
}
#nav ul li {
 width: 33.333%;
 text-align: center;
}
#nav ul li a {
 display: block;
 background-color: #39b54a;
 color: #fff;
 font-weight: bold;
 padding: 23px 1em;
 text-decoration: none;
 font-size: 1.5em;
 line-height: 1.3em;
 -moz-transition: 0.3s ease-in-out;
 -o-transition: 0.3s ease-in-out;
 -webkit-transition: 0.3s ease-in-out;
 transition: 0.3s ease-in-out;
}
#nav ul li:nth-child(2) a {
 background-color: #009245;
}
#nav ul li a:hover {
 opacity: 0.7;
}
/*リンク先が出来たらこちらに変更（ロールオーバーが生きてる記述）
---------------------------------------xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
#nav ul li a {
 display: block;
 background-color: #39b54a;
 color: #fff;
 font-weight: bold;
 padding: 23px 1em;
 text-decoration: none;
 font-size: 1.5em;
 line-height: 1.3em;
 -moz-transition: 0.3s ease-in-out;
 -o-transition: 0.3s ease-in-out;
 -webkit-transition: 0.3s ease-in-out;
 transition: 0.3s ease-in-out;
}
#nav ul li:nth-child(2) a {
 background-color: #009245;
}
#nav ul li a:hover {
 opacity: 0.7;
}
---------------------------------------*/
/*Content
---------------------------------------*/
.top_message {
 border: 2px solid #c3b1df;
 border-radius: 25px;
 padding: 22px 30px;
 box-sizing: border-box;
 margin: 25px 0 15px 0;
 background-color: #fff;
}
.top_message dl {
 font-weight: bold;
 display: flex;
 flex-wrap: wrap;
}
.top_message dl dt {
 width: 135px;
 box-sizing: border-box;
 padding: 7px 0;
}
.top_message dl dd {
 width: calc(100% - 135px);
 box-sizing: border-box;
 padding: 7px 0;
}
.top_message_wrap {
 padding-bottom: 220px;
 background-image: url(../img/SVG/header_img_bottom2.svg);
 background-repeat: repeat-x;
 background-position: center calc(100% - 10px);
}
/*Button*/
.or_btn {
 display: flex;
 margin: 0 auto;
 background-color: #f15a24;
 max-width: 600px;
 height: 100px;
 width: 95%;
 border: none;
 cursor: pointer;
 border-radius: 12px;
 justify-content: center;
 box-sizing: border-box;
 align-items: center;
 box-shadow: 0 10px 0 #cd4f21;
 position: relative;
 top: 0;
 padding-right: 15px;
 padding-left: 15px;
 -moz-transition: 0.1s ease-in-out;
 -o-transition: 0.1s ease-in-out;
 -webkit-transition: 0.1s ease-in-out;
 transition: 0.1s ease-in-out;
}
.or_btn:hover {
 top: 10px;
 box-shadow: 0 0 0 #cd4f21;
}
.or_btn img {
 height: 32px;
 width: auto;
}
.apply_box {
 display: flex;
 align-items: center;
 justify-content: center;
 gap: 12px;
 margin-top: 15px;
 padding: 15px 20px;
 border: 2px solid #f15a24;
 border-radius: 12px;
 background-color: #fff8f5;
 font-weight: bold;
}
.apply_box_label {
 color: #1b1b1b;
 font-size: 1.4em;
}
.apply_btn {
 display: inline-block;
 background: linear-gradient(135deg, #5bb8f0 0%, #3a8ad4 100%);
 color: #fff !important;
 font-weight: bold;
 font-size: 1.2em;
 text-decoration: none;
 padding: 18px 80px;
 border-radius: 50px;
 margin-left: 10px;
 box-shadow: 0 4px 15px rgba(58, 138, 212, 0.35);
 transition: 0.25s ease-in-out;
 letter-spacing: 0.1em;
}
.apply_btn:hover {
 background: linear-gradient(135deg, #6ec4f7 0%, #4a9ae4 100%);
 box-shadow: 0 6px 20px rgba(58, 138, 212, 0.5);
 color: #fff !important;
}
.apply_btn:visited {
 color: #fff !important;
}
/*リンク先が出来たら下記を削除し、ページのタグを「or_btn」に変更する
---------------------------------------xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
.or_btn2 {
 display: flex;
 margin: 0 auto;
 background-color: #D3D3D3;
 max-width: 600px;
 height: 100px;
 width: 95%;
 border: none;
 cursor: pointer;
 border-radius: 12px;
 justify-content: center;
 box-sizing: border-box;
 align-items: center;
 box-shadow: 0 10px 0 #B4B4B4;
 position: relative;
 top: 0;
 padding-right: 15px;
 padding-left: 15px;
 -moz-transition: 0.1s ease-in-out;
 -o-transition: 0.1s ease-in-out;
 -webkit-transition: 0.1s ease-in-out;
 transition: 0.1s ease-in-out;
 cursor: none !important;
}
.or_btn2 img {
 height: 32px;
 width: auto;
}
/*Top content*/
.top_main {
 padding-top: 1px;
 background-image: url(../img/SVG/side_left_img.svg);
 background-position: 20px 20px;
 background-repeat: no-repeat;
 background-size: 330px auto;
}
.right_bottom {
 background-image: url(../img/SVG/side_bottom_img.svg);
 background-position: right bottom;
 background-repeat: no-repeat;
 background-size: 450px auto;
} 
.program_wrap {
 background-color: #f9f8eab2;
 box-sizing: border-box;
 padding: 30px;
 border: 2px solid #c3b1df;
 border-radius: 20px;
 margin-bottom: 50px;
}

.program_wrap_inner {
 box-sizing: border-box;
 max-width: 800px;
 margin: 0 auto;
 width: 100%;
}

.pro_title {
 margin: 0 0 45px 0;
 text-align: center;
 position: relative;
 z-index: 0;
}
.pro_title span {
 background-color: #9e4fc2;
 color: #fff;
 max-width: 290px;
 display: inline-block;
 padding: 15px 0;
 box-sizing: border-box;
 width: 90%;
 font-size: 1.3rem;
 position: relative;
 z-index: 2;
 border-radius: 10px;
}
.pro_title_kdl {
 border: #d394dc 2px solid;
 width: 100%;
 border-radius: 10px;
 margin-top: 80px;
}
.pro_title:after {
 content: "";
 z-index: 1;
 position: absolute;
 left: 0;
 top: calc(50% - 2px);
 background-color: #d394dc;
 width: 100%;
 height: 4px;
 border-radius: 150px;
}
.color_orange, .program_wrap h3 {
 font-weight: bold;
 color: #0A9135;
 line-height: 1.4em;
 margin: 0 0 5px 0;
}
dl.style1 {
 display: flex;
 gap: 10px;
}
dl.style1 dt {
 width: 173px;
 flex-shrink: 0;
}
dl.style1 dd {
 width: calc(100% - 110px);
}
dl.style1 {
 margin: 15px 0;
}
/*Sponser*/
.sponser_logos img {
 max-height: 64px;
 width: auto;
}
.sponser_logos .flex {
 gap: 40px;
 justify-content: center;
 margin: 30px 0;
}
.sponser_logos .flex .t1 {
 font-weight: bold;
 display: flex;
 align-items: center;
 justify-content: center;
}
.sponser_logos .flex.second {
 gap: 25px;
}
.sponser_logos .flex .t2 {
 margin-left: 20px;
}
.sp_r1 {
 margin-right: 1em;
}
/*Page
---------------------------------------*/
#pankuzu {
 padding: 15px 40px;
 margin-bottom: 45px;
}
#page_title {
 text-align: center;
 background-color: #eee1fd;
 padding: 20px 1em;
 font-size: 1.3em;
 line-height: 1.4em;
 margin-bottom: 30px;
 border-left: 5px solid #af189e;
}
.flex.mes1 {
 gap: 40px;
}
.flex.mes1 .thumb {
 width: 220px;
 flex-shrink: 0;
}
.video_tag {
 aspect-ratio: 16 / 9;
 width: 100%;
 margin: 0 auto;
}
.video_tag video {
 width: 100%;
 height: 100%;
}
/*Footer
---------------------------------------*/
#footer {
 background: linear-gradient(180deg, #fff, #f1fde5);
}
#footer .in {
 padding-top: 50px;
 //background-image: url(../img/SVG/footer_img.svg);
 background-position: center 70px;
 background-repeat: no-repeat;
 background-size: 100% auto;
}
#copyright small {
 display: block;
 font-size: 13px;
 text-align: center;
 padding-bottom: 30px;
}
#pagetop {
 position: fixed;
 right: 10px;
 bottom: 10px;
 z-index: 99;
}
#pagetop a {
 background-image: url(../img/SVG/pagetop.svg);
 background-position: center 18px;
 background-repeat: no-repeat;
 background-size: 36% auto;
 background-color: #8bf124;
 border-radius: 150%;
 display: block;
 height: 55px;
 width: 55px;
}
/*Form
---------------------------------------*/
input[type="submit"] {
 -webkit-appearance: none;
}
.form_dl {
 display: flex;
 flex-wrap: wrap;
}
.form_dl dt {
 width: 250px;
 box-sizing: border-box;
 padding: 10px 0 10px 82px;
 margin: 5px 0;
 text-align: right;
 padding-right: 20px;
 display: flex;
 justify-content: right;
 font-weight: bold;
 align-items: center;
 position: relative;
}
.form_dl dd {
 width: calc(100% - 250px);
 box-sizing: border-box;
 padding: 10px 0;
 margin: 5px 0;
}
.error_message {
 margin: 20px 0;
 background-color: #f35252;
 padding: 15px 2em;
 color: #fff;
 font-weight: bold;
 border-radius: 12px;
}
#policy {
 height: 150px;
 box-sizing: border-box;
 border: 1px solid #999999;
 overflow: auto;
 margin: 10px 0 30px 0;
}
input[type="text"], textarea, input[type="email"] {
 font-size: 18px;
 line-height: 1.8em;
 font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
 color: #1b1b1b;
 padding: 6px;
 border: 1px solid #4b4b4b;
 width: 100%;
 box-sizing: border-box;
 border-radius: 3px;
}
input[type="radio"] {
 appearance: none;
 display: inline-block;
 width: 24px;
 height: 24px;
 position: relative;
 background-color: #fff;
 top: 6px;
 border: 1px solid #4b4b4b;
 border-radius: 150%;
 margin-right: 5px;
}
input[type="radio"]:checked + span {
 position: absolute;
 width: 10px;
 height: 10px;
 background-color: red;
 border-radius: 150%;
 left: 9px;
 top: 14px;
}
.form_dl dd.radio_input label {
 margin: 0 2em 5px 0;
 position: relative;
 padding: 2px;
 display: inline-block;
}
.form_dl dd.radio_input {
 padding: 0 15px;
 border-radius: 9px;
}
.program_wrap textarea {
 height: 10em;
}
#policy .in {
 padding: 10px;
}
.sh4 {
 border-left: 10px solid #f15a24;
 padding: 10px 15px;
 line-height: 1.3em;
 font-size: 1.3em;
 margin: 15px 0;
}
.doui {
 background-color: #fbe0c1;
 text-align: center;
 position: relative;
 height: 60px;
 box-sizing: border-box;
 margin: 20px 0;
 padding: 13px 0 0 0;
 font-size: 1.05em;
 font-weight: bold;
}
.hissu.doiu_hissu {
 position: absolute;
 left: 12px;
 top: 12px;
}
input[type="checkbox"] {
 width: 25px;
 height: 25px;
 position: relative;
 border: 1px solid #000000;
 border-radius: 1px;
 top: 5px;
}
label {
 cursor: pointer;
}
.hissu {
 font-size: 1.1em;
 font-weight: bold;
 background-color: #f15a24;
 color: #fff;
 padding: 10px 19px;
 border-radius: 5px;
 display: inline-block;
 line-height: 1em;
 position: absolute;
 left: 0;
 top: 12px;
}
.map_mark {
 font-size: 0.7em;
 font-weight: bold;
 background-color: #2406c0;
 color: #fff;
 padding: 11px 10px 8px 10px;
 border-radius: 5px;
 line-height: 0.7em;
 position: absolute;
}
.tyusyaku {
 font-size: 1em;
 padding-top: 8px;
}
.backBtn {
 margin: 0 auto 60px auto;
 background-color: #717171;
 max-width: 120px;
 text-align: center;
 color: #fff;
 font-weight: bold;
 border-radius: 12px;
 padding: 10px 0;
 cursor: pointer;
}
span.confirm_text {
 display: block;
 padding: 10px 15px;
 border-bottom: 2px solid #ffc5ae;
 background-color: #fff8eb;
 min-height: 1em;
}
textarea::placeholder, input::placeholder {
 color: #b2b2b2;
 font-size: 16px;
}
/* IE */
textarea:-ms-input-placeholder, input:-ms-input-placeholder {
 color: #b2b2b2;
 font-size: 16px;
}
/* Edge */
textarea::-ms-input-placeholder, input::-ms-input-placeholder {
 color: #b2b2b2;
 font-size: 16px;
}
/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.mt0 {
 margin-top: 0px !important;
}
.mt10 {
 margin-top: 10px !important;
}
.mt20 {
 margin-top: 20px !important;
}
.mt30 {
 margin-top: 30px !important;
}
.mt40 {
 margin-top: 40px !important;
}
.mt50 {
 margin-top: 50px !important;
}
.mt60 {
 margin-top: 60px !important;
}
.mt70 {
 margin-top: 70px !important;
}
.mt80 {
 margin-top: 80px !important;
}
.mt90 {
 margin-top: 90px !important;
}
.mt100 {
 margin-top: 100px !important;
}
.mt110 {
 margin-top: 110px !important;
}
.mt120 {
 margin-top: 120px !important;
}
.mt130 {
 margin-top: 130px !important;
}
.mt140 {
 margin-top: 140px !important;
}
.mt150 {
 margin-top: 150px !important;
}
.mt160 {
 margin-top: 160px !important;
}
.mt170 {
 margin-top: 170px !important;
}
.mt180 {
 margin-top: 180px !important;
}
.mt190 {
 margin-top: 190px !important;
}
.mt200 {
 margin-top: 200px !important;
}
.mb10 {
 margin-bottom: 10px !important;
}
.mb20 {
 margin-bottom: 20px !important;
}
.mb30 {
 margin-bottom: 30px !important;
}
.mb40 {
 margin-bottom: 40px !important;
}
.mb50 {
 margin-bottom: 50px !important;
}
.mb60 {
 margin-bottom: 60px !important;
}
.mb70 {
 margin-bottom: 70px !important;
}
.mb80 {
 margin-bottom: 80px !important;
}
.mb90 {
 margin-bottom: 90px !important;
}
.mb100 {
 margin-bottom: 100px !important;
}
.mb110 {
 margin-bottom: 110px !important;
}
.mb120 {
 margin-bottom: 120px !important;
}
.mb130 {
 margin-bottom: 130px !important;
}
.mb140 {
 margin-bottom: 140px !important;
}
.mb150 {
 margin-bottom: 150px !important;
}
.mb160 {
 margin-bottom: 160px !important;
}
.mb170 {
 margin-bottom: 170px !important;
}
.mb180 {
 margin-bottom: 180px !important;
}
.mb190 {
 margin-bottom: 190px !important;
}
.mb200 {
 margin-bottom: 200px !important;
}
.pt10 {
 padding-top: 10px !important;
}
.pt20 {
 padding-top: 20px !important;
}
.pt30 {
 padding-top: 30px !important;
}
.pt40 {
 padding-top: 40px !important;
}
.pt50 {
 padding-top: 50px !important;
}
.pt60 {
 padding-top: 60px !important;
}
.pt70 {
 padding-top: 70px !important;
}
.pt80 {
 padding-top: 80px !important;
}
.pt90 {
 padding-top: 90px !important;
}
.pt100 {
 padding-top: 100px !important;
}
.pt110 {
 padding-top: 110px !important;
}
.pt120 {
 padding-top: 120px !important;
}
.pt130 {
 padding-top: 130px !important;
}
.pt140 {
 padding-top: 140px !important;
}
.pt150 {
 padding-top: 150px !important;
}
.pt160 {
 padding-top: 160px !important;
}
.pt170 {
 padding-top: 170px !important;
}
.pt180 {
 padding-top: 180px !important;
}
.pt190 {
 padding-top: 190px !important;
}
.pt200 {
 padding-top: 200px !important;
}
.pb10 {
 padding-bottom: 10px !important;
}
.pb20 {
 padding-bottom: 20px !important;
}
.pb30 {
 padding-bottom: 30px !important;
}
.pb40 {
 padding-bottom: 40px !important;
}
.pb50 {
 padding-bottom: 50px !important;
}
.pb60 {
 padding-bottom: 60px !important;
}
.pb70 {
 padding-bottom: 70px !important;
}
.pb80 {
 padding-bottom: 80px !important;
}
.pb90 {
 padding-bottom: 90px !important;
}
.pb100 {
 padding-bottom: 100px !important;
}
.pb110 {
 padding-bottom: 110px !important;
}
.pb120 {
 padding-bottom: 120px !important;
}
.pb130 {
 padding-bottom: 130px !important;
}
.pb140 {
 padding-bottom: 140px !important;
}
.pb150 {
 padding-bottom: 150px !important;
}
.pb160 {
 padding-bottom: 160px !important;
}
.pb170 {
 padding-bottom: 170px !important;
}
.pb180 {
 padding-bottom: 180px !important;
}
.pb190 {
 padding-bottom: 190px !important;
}
.pb200 {
 padding-bottom: 200px !important;
}
@media only screen and (max-width: 1280px) {
 html {
  -webkit-text-size-adjust: 100%;
 }
 /*1280px*/
}
@media only screen and (max-width: 1000px) {
 .sponser_logos .flex.second .flex {
  width: 100%;
  margin: 5px 0;
  flex-wrap: wrap;
  gap: 20px;
 }
 .sponser_logos .flex.second {
  flex-wrap: wrap;
  margin: 0;
 }
 #footer .in {
  padding-top: 5vw;
 }
 .home .header_in, .header_in {
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  background-size: 48vw auto, 100% auto, auto;
  padding-bottom: 5vw;
 }
 .or_btn {
  padding: 25px 15px;
  height: auto;
 }
 #nav ul li a {
  font-size: 3vw;
 }
 #pankuzu.fs14 {
  font-size: 0.9rem;
 }
 .top_message_wrap {
  padding-bottom: 24vw;
 }
 /*1000px*/
}
@media only screen and (max-width: 800px) {
 .tyusyaku {
  font-size: 80%;
 }
 dl.style1 dt {
  width: 100px;
  flex-shrink: 0;
 }
 .fs11 {
  font-size: 0.85em;
 }
 .fs12 {
  font-size: 1.1em;
 }
 .sh4, .fs13 {
  font-size: 1.1em;
 }
 .fs14 {
  font-size: 1.2em;
 }
 .fs15 {
  font-size: 1.3em;
 }
 .fs17 {
  font-size: 1.5em;
 }
 .form_dl dt, .form_dl dd {
  width: 100%;
  justify-content: left;
  padding: 0;
 }
 .form_dl dt br {
  display: none;
 }
 .form_dl dd.radio_input {
  padding: 5px 15px;
  margin: 0;
 }
 .form_dl dt {
  padding-top: 13px;
 }
 .hissu {
  position: static;
  margin-left: 14px;
  font-size: 0.9rem;
  padding: 7px 12px;
 }
 .hissu.doiu_hissu {
  top: 17px;
  left: 3px;
 }
 .top_main {
  background-size: 35vw auto;
 }
 .right_bottom {
  background-size: 45vw auto;
 }
 #policy .in {
  font-size: 0.85em;
  line-height: 1.6em;
 }
 /*smart nav*/
 #smart_nav.none {
  display: block;
 }
 #smart_btn {
  display: block;
  position: fixed;
  top: 10px;
  right: 10px;
  cursor: pointer;
  width: 55px;
  height: 55px;
  background-color: #39b54a;
  border-radius: 150%;
  z-index: 101;
 }
 #smart_btn span.a, #smart_btn span.b, #smart_btn span.c {
  webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  display: block;
  height: 3px;
  width: 29px;
  border-radius: 10px;
  background-color: #fff;
  content: "";
  position: absolute;
  left: 13px;
  opacity: 1;
  top: 16px;
 }
 #smart_btn span.a {
  top: 25px;
  opacity: 1;
 }
 #smart_btn span.b {
  top: 34px;
  opacity: 1;
 }
 #smart_btn.active span.c {
  opacity: 0;
 }
 #smart_btn.active span.a {
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 26px;
 }
 #smart_btn.active span.b {
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  top: 26px;
 }
 #snav {
  position: fixed;
  justify-content: center;
  align-items: center;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: hsl(128deg 52% 47% / 95%);
  box-sizing: border-box;
  padding: 50px 5vw 150px 5vw;
  z-index: 100;
  display: flex;
  top: -100%;
  opacity: 0;
  visibility: hidden;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
 }
 #snav.active {
  opacity: 1;
  visibility: visible;
  top: 0;
 }
 #snav li a {
  display: block;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding: 12px 0;
  font-size: 1.2em;
 }
 .flex.mes1 {
  flex-wrap: wrap;
 }
 /*800px*/
}
@media only screen and (max-width: 600px) {
 .doui {
  padding-left: 78px;
  height: 54px;
  font-size: 0.9em;
  padding-top: 9px;
  text-align: left;
 }
 .hissu.doiu_hissu {
  top: 14px;
  left: 0;
 }
 .top_message dl dt, .top_message dl dd {
  width: 100%;
  padding: 5px 15px;
 }
 .top_message dl dt {
  background-color: #eef6ff;
 }
 .top_message dl dd {
  padding-bottom: 15px;
  font-size: 80%;
 }
 .apply_box {
  flex-direction: column;
  gap: 8px;
  padding: 12px 15px;
 }
 .apply_btn {
  display: block;
  text-align: center;
  margin: 0;
  font-size: 1em;
  padding: 15px 30px;
 }
 .top_message, .program_wrap {
  padding: 5vw;
 }
 #pankuzu {
  padding: 15px 2.5vw;
 }
 .form_note {
  font-size: 1rem;
  text-align: left;
 }
 .form_note br {
  display: none;
 }
 dl.style1 {
  flex-wrap: wrap;
 }
 dl.style1 dt, dl.style1 dd {
  width: 100%;
 }
 .sm_block {
  display: block;
 }
 dl.style1 dd > p {
  margin-bottom: 0.5em;
 }
 /*600*/
}
@media screen and (min-width: 480px) { /*横幅が761px以上になったら適用*/
 .brSmt {
  display: none;
 }
}