/* CSS Document */

*, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
html { font-size: 10px;}

@media (min-width: 769px) {
  .pc { display: block; }
  .sp { display: none; }
}

@media (max-width: 768px) {
  .pc { display: none; }
  .sp { display: block; }
}



/*-----------------------------------------------------------

    header

-----------------------------------------------------------*/
header { border-bottom: 3px solid #8456a3; }
header .container {}
#headLogo {}
#headLogo a {}
#headLogo img { width: 100%; max-width: 342px; height: auto;}

@media (min-width: 769px) {
    header { height: 94px; line-height: 90px; }
    header .container {}
    #headLogo {}
    #headLogo a {}
    #headLogo img {}
}

@media (max-width: 768px) {
    header { height: 60px; line-height: 60px; }
    header .container {}
    #headLogo {}
    #headLogo a {}
    #headLogo img {}
}

@media (max-width: 480px) {
    header {}
    header .container {}
    #headLogo {}
    #headLogo a {}
    #headLogo img {}
}


/*-----------------------------------------------------------

    footer

-----------------------------------------------------------*/
footer { text-align: center;  border-top: 3px solid #8456a3; font-size: 1.4rem; padding: 10px;}

@media (min-width: 769px) {

}

@media (max-width: 768px) {

}

@media (max-width: 480px) {

}



/*-----------------------------------------------------------

    mlform

-----------------------------------------------------------*/
#mlform {}
#mlform h1 { text-align: center; line-height: 1.4; margin-bottom: 35px; font-size: 1.6rem; }
#mlform h1 span { color: #8456a3; /*font-size: 1.125em;*/ margin-top: 5px; margin-bottom: 5px; display: block;}

#mlform form {}
#mlform .form-group {}
#mlform .form-group .head { text-align: center; background-color: #f7f5f7; color: #8456a3; font-weight: bold;}
#mlform .form-group .body {}
#mlform .form-group .body dl { font-size: 1.6rem;}
#mlform .form-group .body dl dt { border-left: 4px solid #8456a3; padding-left: 10px; margin-bottom: 8px; line-height: 1.4;}
#mlform .form-group .body dl dt.required {}
#mlform .form-group .body dl dt.required::after { content: '必須'; color: #fff; background-color: #c1272d; width: 46px; height: 24px; text-align: center; line-height: 24px; font-weight: normal; display: inline-block; margin-left: 10px; font-size: 0.875em;}
#mlform .form-group .body dl dd {}
#mlform .form-group .body [class^='col-'] { padding-left: 0; padding-right: 0;}
#mlform .form-group .body .row { margin-left: 0; margin-right: 0;}

#mlform .form-group .body .title1 { font-size: 1.8rem; text-align: center; margin-bottom: 20px; }
#mlform .form-group .body .title1 span { color: #fff; background-color: #8456a3; display: inline-block; border-radius: 15px; padding: 2px 20px;}
#mlform .form-group .body .title2 { text-align: center; font-size: 2rem; font-weight: bold;}

#mlform .form-group .body ul { list-style-type: none; padding-left: 0;}
#mlform .form-group .body ul li { font-size: 1.6rem; position: relative; padding-left: 1em !important;}
#mlform .form-group .body ul li::before { content: ''; position: absolute; width: 4px; height: 4px; background-color: #8456a3; left: 4px; top: calc(50% - 2px);}

#mlform .form-group .body table { width: 100%;}
#mlform .form-group .body table tr {}
#mlform .form-group .body table td {}


#mlform #escort { position: relative;}
#mlform #escort .radioWrap:first-of-type { padding-right: 150px;}
#mlform #escort .number { display: inline-block; position: absolute; left: 50px; top: 0;}
#mlform #escort .number input { padding-top: 2px; padding-bottom: 2px; margin: 0 10px;}

#mlform .btn-success { color: #fff; border-color: #8456a3; width: 80%; max-width: 240px; font-size: 1.8rem; font-weight: bold; border-width: 2px; border-radius: 6px; padding: 15px 10px; background-color: #8456a3; }
#mlform .btn-success:hover ,
#mlform .btn-success:active { background-color: #fff; color: #8456a3; }

#mlform .form-group .body .caution { color: #c1272d; font-size: 1.4rem; font-weight: bold;}
#mlform span.err { font-size: 1.3rem; color: #c1272d; letter-spacing: -1px; background-color: pink;}

input[type='text'] { width: 100%; padding: 0; border: none; border-radius: 0; outline: none; background: none; border: 1px solid #ccc; padding: 6px 10px;}
select { width: 100%; height: 40px;}
input[type='tel'] { width: 100%; padding: 0; border: none; border-radius: 0; outline: none; background: none; border: 1px solid #ccc; padding: 6px 10px;}



@media (min-width: 769px) {
    #mlform {}
    #mlform main { padding-top: 35px; margin-bottom: 120px;}
    #mlform h1 { font-size: 2.4rem;}
    #mlform h1 span {}
    #mlform h1 span.title { margin-top: 5px; }

    #mlform form {}
    #mlform .form-group {}
    #mlform .form-group .head { font-size: 2.4rem; padding: 22px 10px;}
    #mlform .form-group .body { max-width: 550px; padding-top: 35px; padding-bottom: 50px; }
    #mlform .form-group .body dl { max-width: 550px; margin-left: auto; margin-right: auto; margin-bottom: 28px;}
    #mlform .form-group .body dl dt {}
    #mlform .form-group .body dl dd {}
    #mlform .form-group .body dl dd div:not(:last-child) { margin-right: 10px;}

    #mlform .form-group .body .title1 span { min-width: 280px;}

    #mlform .form-group .body table {}
    #mlform .form-group .body table tr {}
    #mlform .form-group .body table td.w300 { width: 300px;}
    #mlform .form-group .body table td.w160 { width: 160px;}
    #mlform .form-group .body table td.w120 { width: 120px;}

    #mlform .form-group .body dl dd .radioWrap { margin-right: 30px; }
    #mlform .form-group .body dl dd .postIcon { font-size: 2rem; line-height: 38px;}

    #mlform #escort {}
    #mlform #escort .number {}
    #mlform #escort .number input {}

    input[type='radio'] { vertical-align: 0;}
}

@media (max-width: 768px) {
    #mlform {}
    #mlform main { padding-top: 20px; margin-bottom: 100px;}
    #mlform h1 {}
    #mlform h1 span {}

    #mlform form {}
    #mlform .form-group {}
    #mlform .form-group .head { font-size: 1.8rem; padding: 16px 10px;}
    #mlform .form-group .body { padding-top: 25px; padding-bottom: 30px; }
    #mlform .form-group .body dl { font-size: 1.5rem; margin-bottom: 20px;}
    #mlform .form-group .body dl dt {}
    #mlform .form-group .body dl dd {}

    #mlform .form-group .body ul li { width: 100%; flex: none; max-width: none; }
    #mlform .form-group .body ul li:not(:last-child) { margin-bottom: 8px;}

    #mlform .form-group .body [class^='col-'] { width: 100%; max-width: none; flex: none; }
    #mlform .form-group .body div[class^='col-']:not(:last-child) { margin-bottom: 10px;}

    #mlform .form-group .body dl dd .postIcon { font-size: 2rem; line-height: 36px; margin: 0 5px;}

    #mlform #escort {}
    #mlform #escort .number {}
    #mlform #escort .number input {}

    #mlform .radioWrap { width: 100%;}
}

@media (max-width: 480px) {
    #mlform {}
    #mlform h1 {}
    #mlform h1 span {}

    #mlform form {}
    #mlform .form-group {}
    #mlform .form-group .head {}
    #mlform .form-group .body {}
    #mlform .form-group .body dl {}
    #mlform .form-group .body dl dt {}
    #mlform .form-group .body dl dd {}

    #mlform .form-group .body .title1 span { display: block;}

    #mlform #escort {}
    #mlform #escort .number {}
    #mlform #escort .number input {}
}



/*-----------------------------------------------------------



-----------------------------------------------------------*/
.radio-button__input {
  position: absolute;
  overflow: hidden;
  right: 0px;
  top: 0px;
  left: 0px;
  bottom: 0px;
  padding: 0;
  border: 0;
  opacity: 0.001;
  z-index: 1;
  vertical-align: top;
  outline: none;
  width: 100%;
  height: 100%;
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
}
.radio-button__input:active,
.radio-button__input:focus {
  outline: 0;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
/*.radio-button__input:checked + .radio-button__checkmark:after {
  opacity: 1;
}*/
.radio-button__input:checked + .radio-button__checkmark:before {
  background: transparent;
  border: none;
}
.radio-button__input:checked + .radio-button__checkmark + span { color: #fff;}
.radio-button {
  position: relative;
  display: inline-block;
  vertical-align: top;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  overflow: hidden;
  line-height: 24px;
  text-align: left;
/*margin-right: 24px;*/
    /**/
    width: 100%;
    text-align: center;
    font-size: 1.8rem;
    padding: 12px 10px;
}
.radio-button__checkmark:before {
  content: '';
  position: absolute;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 24px;
  height: 24px;
  background: transparent;
  border: none;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  left: 0;
}
.radio-button__checkmark {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
  display: inline-block;
  vertical-align: top;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 16px;
  position: relative;
  overflow: hidden;
  position: relative;
  width: 24px;
  height: 24px;
  background: transparent;
  pointer-events: none;
}
.radio-button__input:checked + .radio-button__checkmark {
  background: rgba(0,0,0,0);
}
/*.radio-button__checkmark:after {
  content: '';
  position: absolute;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 6px;
  left: 5px;
  opacity: 0;
  width: 12px;
  height: 6px;
  background: transparent;
  border: 3px solid #007bbb;
  border-width: 2px;
  border-top: none;
  border-right: none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}*/

.radio-button--material {
  line-height: 22px;
  -webkit-font-smoothing: antialiased;
}
.radio-button--material__checkmark {
  width: 20px;
  height: 20px;
  overflow: visible;
	margin-right: 5px;

    /**/
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.radio-button--material__checkmark:before {
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 20px;
  height: 20px;

    /**/
    border-radius: 6px;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: -1;
}
/*.radio-button--material__checkmark:after {
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  border: none;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}*/
.radio-button--material__input:checked + .radio-button__checkmark:before {
  /*background-color: #fff;*/
    background-color: #408bd9;
    border-radius: 6px;
}
/*.radio-button--material__input + .radio-button__checkmark:after {
  background: #007bbb;
  opacity: 1;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.radio-button--material__input:checked + .radio-button__checkmark:after {
  opacity: 1;
  background: #007bbb;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
*/

.radio-button--material__input:disabled + .radio-button__checkmark:before {
    background-color: #eee;
    border: none;
    border-radius: 6px;
}

.err .radio-button__checkmark:before { border: 2px solid #c1272d; background-color: pink;}

/* 大きいサイズ */
.large .radio-button { height: 100px; display: inline-flex; display: -webkit-inline-flex; justify-content: center; -webkit-justify-content: center; align-items: center; -webkit-align-items: center; margin-bottom: 20px; }
.xlarge .radio-button { height: 120px; display: inline-flex; display: -webkit-inline-flex; justify-content: center; -webkit-justify-content: center; align-items: center; -webkit-align-items: center; margin-bottom: 20px; }

div.single { display: flex; display: -webkit-flex; justify-content: center; -webkit-justify-content: center; }

@media (min-width: 769px) {
    .radio-button { max-width: 240px; }
    .radio-button:nth-child(2n+2) { margin-right: 40px;}

    .single .radio-button:nth-child(2n+2) { margin-right: 0;}
}

@media (max-width: 768px) {
    .radio-button { width: calc(50% - 5px); }
    .radio-button:nth-child(2n+2) { margin-right: 10px;}

    .single .radio-button:nth-child(2n+2) { margin-right: 0;}
}

@media (max-width: 480px) {
    .large .radio-button { font-size: 1.6rem;}
    .xlarge .radio-button { font-size: 1.5rem; }
}



/*-----------------------------------------------------------

    mlformThanks

-----------------------------------------------------------*/
#mlformThanks {}
#mlformThanks main.container { margin-bottom: 100px;}
#mlformThanks main h1 { text-align: center;}
#mlformThanks main p { font-size: 1.6rem;}
#mlformThanks main p a { color: #333;}
#mlformThanks main ul { font-size: 1.6rem; list-style: none; padding: 0; }
#mlformThanks main .text-center a { font-size: 1.8rem; text-decoration: underline;}


@media (min-width: 769px) {
    #mlformThanks main.container { padding-top: 40px; max-width: 800px; }
    #mlformThanks main h1 { margin-bottom: 90px; font-size: 2.8rem;}
    #mlformThanks main .text-center { padding-top: 50px;}
}

@media (max-width: 768px) {
    #mlformThanks main.container { padding-top: 30px;}
    #mlformThanks main h1 { margin-bottom: 40px;}
    #mlformThanks main .text-center { padding-top: 40px;}
}

@media (max-width: 480px) {

}



/*-----------------------------------------------------------



-----------------------------------------------------------*/
#program_am {}
#program_pm { display: none;}


@media (min-width: 769px) {

}

@media (max-width: 768px) {

}

@media (max-width: 480px) {

}



/*-----------------------------------------------------------



-----------------------------------------------------------*/

.w20 { max-width: 20px; }
.w40 { max-width: 40px; }
.w60 { max-width: 60px; }
.w80 { max-width: 80px; }
.w100 { max-width: 100px; }

.w120 { max-width: 120px; }
.w140 { max-width: 140px; }
.w160 { max-width: 160px; }
.w180 { max-width: 180px; }
.w200 { max-width: 200px; }

.w220 { max-width: 220px; }
.w240 { max-width: 240px; }
.w260 { max-width: 260px; }
.w280 { max-width: 280px; }
.w300 { max-width: 300px; }

.w320 { max-width: 320px; }
.w340 { max-width: 340px; }
.w360 { max-width: 360px; }
.w380 { max-width: 380px; }
.w400 { max-width: 400px; }

.w420 { max-width: 420px; }
.w440 { max-width: 440px; }
.w460 { max-width: 460px; }
.w480 { max-width: 480px; }
.w500 { max-width: 500px; }

.mrgB10 { margin-bottom: 10px; }
.mrgB15 { margin-bottom: 15px; }
.mrgB20 { margin-bottom: 20px; }
.mrgB25 { margin-bottom: 25px; }
.mrgB30 { margin-bottom: 30px; }
.mrgB35 { margin-bottom: 35px; }
.mrgB40 { margin-bottom: 40px; }
.mrgB45 { margin-bottom: 45px; }
.mrgB50 { margin-bottom: 50px; }
.mrgB60 { margin-bottom: 60px; }
.mrgB70 { margin-bottom: 70px; }
.mrgB80 { margin-bottom: 80px; }
.mrgB90 { margin-bottom: 90px; }
.mrgB100 { margin-bottom: 100px; }

@media (min-width: 769px) {

}

@media (max-width: 768px) {

}

@media (max-width: 480px) {

}
