@charset "UTF-8";
/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
nav,
section,
time,
mark,
audio,
video {
  font-size: 1em;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block; }

html {
  font-size: 62.5%; }

body {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 100%;
  -webkit-text-size-adjust: 100%; }

body,
table,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold; }

table,
input,
textarea,
select,
option {
  line-height: 1.1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

:focus {
  outline: 0; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: top; }

a {
  color: #00259b;
  text-decoration: underline; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/*------------------------------------------------------------
Layout
------------------------------------------------------------*/
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
  line-height: 1.5;
  min-width: 320px;
  width: 100%;
  text-align: center;
  min-height: calc(100vh - 43px); }

#container {
  margin: 0 auto;
  padding: 20px 20px 60px;
  max-width: 700px;
  text-align: left; }
#container #main {
  color: #333333; }

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
  text-align: center;
}

#header .date {
  padding: 1px 6px;
  background: #9ac841;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.75;
}

#header .inner {
  padding: 12px 38px 10px;
  background: #f6fdf1;
}

#header .inner a {
  display: block;
}

#header .inner .logo {
  width: 298px;
}

@media screen and (min-width: 701px) {
  #header .answered {
    padding: 6px 0;
    background: rgba(237, 160, 58, 0.9);
  }

  #header .answered p {
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
  }

  #header .answered p span {
    padding-left: 21px;
    position: relative;
  }

  #header .answered p span:before {
    margin: auto 0;
    width: 16px;
    height: 16px;
    background: url(/kokushi/live/assets/svg/pen.svg) no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    content: "";
  }
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
  margin: 0 20px;
  width: calc(100% - 40px);
  border-top: 1px solid #DDDDDD;
  text-align: center;
  position: relative;
}

#footer .footer_inner {
  padding: 20px;
  position: relative;
}

#footer .footer_inner:before {
  width: 30px;
  height: 60px;
  background: url(/kokushi/live/assets/img/common/kangoroo/img02.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 12px;
  right: 0;
  content: "";
}

#footer .link {
  margin-bottom: 10px;
  font-size: 1.2rem;
}
#footer .link a {
  color: #575757;
  font-size: 1.2rem;
}
#footer .copy {
  color: #777;
  font-size: 1.2rem;
}

@media screen and (min-width: 701px) {
  #footer {
    margin: 0;
    width: 100%;
  }

  #footer .footer_inner {
    margin: 0 auto;
    max-width: 700px;
  }
}
/*------------------------------------------------------------
common
------------------------------------------------------------*/
#main .btnA,
#main .btnB,
#main .btnC,
#main .btnE,
#main .btnD {
  padding: 0;
  background-color: #EDA03A;
  border: none;
  border-radius: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  outline: none;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
}

#main .btnB,
#main .btnC,
#main .btnE {
  margin: 0 auto;
  width: calc(100% - 25px);
  font-size: 1.6rem;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#main .btnB {
  background-color: #ddd;
}

#main .btnC {
  background-color: #9AC841;
}

#main .btnD {
  background-color: #56b1f7;
  -webkit-box-shadow: 0 4px 0 0 #0e4f81;
  box-shadow: 0 4px 0 0 #0e4f81; }

#main .btnE {
  background-color: #fff;
  border: 2px solid #9ac841;
  color: #333;
  font-weight: normal;
}

#main .btnArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#main .btnArea .btnA,
#main .btnArea .btnB,
#main .btnArea .btnC,
#main .btnArea .btnD,
#main .btnArea .btnE {
  width: calc((100% - 10px) / 2);
}

#main .btnA .inner,
#main .btnB .inner,
#main .btnC .inner,
#main .btnD .inner,
#main .btnE .inner {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#main .pageTtl {
  margin-bottom: 25px;
  font-size: 1.8rem;
  font-weight: normal;
  text-align: center; }

#main .inputForm .is-hidden {
  display: none !important;
}

#main .inputForm dl dt {
  margin-top: 30px;
  padding: 5px 10px;
  background: #eeeeee;
  border-radius: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.4rem;
  font-weight: bold; }
#main .inputForm dl:first-of-type dt {
  margin-top: 0; }
#main .inputForm dl dt.tag {
  padding: 5px; }
#main .inputForm dl dt .required {
  margin-right: 5px;
  padding: 5px;
  background: #EDA03A;
  border-radius: 4px;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1; }
#main .inputForm dl dt .optional {
  margin-right: 5px;
  padding: 5px;
  background: #FFF;
  border-radius: 4px;
  border: 1px solid #DDD;
  font-weight: normal;
  color: #333;
  font-size: 1.1rem;
  line-height: 1; }

#main .inputForm dl dd {
  margin-top: 10px; }
#main .inputForm dl dd input[type="text"],
#main .inputForm dl dd input[type="tel"],
#main .inputForm dl dd input[type="password"],
#main .inputForm dl dd input[type="email"],
#main .inputForm dl dd input[type="number"],
#main .inputForm dl dd select {
  padding: 0 10px;
  width: 100%;
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 4px;
  outline: none;
  background: none;
  color: #333;
  font-size: 1.4rem;
  line-height: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
#main .inputForm dl dd input[type="text"]::-webkit-input-placeholder,
#main .inputForm dl dd input[type="tel"]::-webkit-input-placeholder,
#main .inputForm dl dd input[type="password"]::-webkit-input-placeholder,
#main .inputForm dl dd input[type="email"]::-webkit-input-placeholder,
#main .inputForm dl dd input[type="number"]::-webkit-input-placeholder,
#main .inputForm dl dd select::-webkit-input-placeholder {
  padding-top: 0.3em;
  color: #B8B9B6; }
#main .inputForm dl dd .notes {
  margin-top: 10px;
  color: #888888;
  font-size: 1rem; }
#main .inputForm dl dd .notesTitle {
  margin-top: 10px;
  color: #CC1D43;
  font-size: 1rem;
}
#main .inputForm dl dd .instruction {
  margin-top: 10px;
  color: #888888;
  font-size: 1rem;
  text-indent: -13px;
  margin-left: 13px;
}
#main .inputForm dl dd .instruction + .instruction {
  margin-top: 3px;
}
#main .inputForm dl dd.postCode #MemberZip1,
#main .inputForm dl dd.postCode #MemberZip2 {
  width: 20%;
}
#main .inputForm dl dd.postCode > span {
  margin: 0 6px;
}
#main .inputForm dl dd #fSei,
#main .inputForm dl dd #fMei {
  width: calc((100% - 6px) / 2); }
#main .inputForm dl dd.birthday {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
#main .inputForm dl dd.birthday #fYear {
  width: 95px; }
#main .inputForm dl dd.birthday #fMonth,
#main .inputForm dl dd.birthday #fDay {
  width: 55px; }
#main .inputForm dl dd.birthday label {
  margin-left: 6px;
  font-size: 1.4rem; }
#main .inputForm dl dd.birthday label:not(:last-child) {
  margin-right: 6px; }
#main .inputForm dl dd .selectWrap {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden; }
#main .inputForm dl dd .selectWrap:after {
  content: "";
  margin: auto;
  width: 8px;
  height: 12px;
  background: url(/assets/img/sp/common/icon_select.svg) no-repeat 50% / 8px 12px;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2; }
#main .inputForm dl dd #fCity,
#main .inputForm dl dd #fAddress {
  margin-top: 7px; }
#main .inputForm dl dd.scholarship .radioList li {
  width: 100%; }

#main .inputForm .error input[type="text"],
#main .inputForm .error input[type="tel"],
#main .inputForm .error input[type="password"],
#main .inputForm .error input[type="email"],
#main .inputForm .error input[type="number"],
#main .inputForm .error select {
  background: #fcf4f6; }

#main .inputForm .error .errorTxt {
  margin-top: 10px;
  padding-left: 20px;
  background: url(/assets/img/sp/common/icon_error.svg) no-repeat left 3px;
  background-size: 15px 15px;
  color: #cc1d43;
  font-size: 1.4rem;
  line-height: 1.6; }

#main .inputForm dl.terms dt {
  margin-bottom: 10px;
  padding: 0;
  background: none;
  border-radius: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: normal; }

#main .inputForm dl.terms dd {
  margin: 0; }

#main .inputForm dl.login dt {
  margin-bottom: 10px;
  padding: 0;
  background: none;
  border-radius: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

#main .inputForm .login.checkArea {
  margin: 20px;
  text-align: center; }
#main .inputForm .login .check {
  display: inline-block }
#main .inputForm dl.login dd .link {
  margin-top: 30px;
  display: inline-block;
  font-size: 1.4rem; }

#main .inputForm.confirm dl dt {
  padding: 0;
  background: none;
  border-radius: none; }

#main .inputForm.confirm dl dd {
  margin: 0 0 15px;
  padding: 5px 0 15px;
  border-bottom: 1px solid #cccccc;
  font-size: 1.4rem; }

#main .inputForm.confirm .btnArea {
  margin-top: 40px; }

.ttl01 {
  margin-bottom: 20px;
  text-align: center;
}

.ttl01 .ttlSubtxt {
  color: #8ab339;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.2em;
}

.ttl01 .ttlTxt {
  padding-bottom: 4px;
  background: url(/kokushi/live/assets/img/common/img_line.png) no-repeat;
  background-size: 70px;
  background-position: center bottom;
  font-size: 2rem;
  line-height: 1.5;
}

#main .terms {
  padding: 20px;
}

@media screen and (min-width: 701px) {
  #main .terms {
    margin: 0 auto;
    padding-right: 0;
    padding-left: 0;
    max-width: 700px;
  }
}

#main .terms .list li {
  margin-left: 1.5em;
  color: #888;
  font-size: 1rem;
  text-indent: -1.4em;
}

#main .terms .list li:not(:first-child) {
  margin-top: 10px;
}

#main .inputForm .checkArea .check + .check {
  margin-top: 10px;
}

#main .inputForm .checkArea .check input[type="checkbox"] {
  margin: 0;
  display: none;
}

#main .inputForm .checkArea .check input[type="checkbox"]+label {
  padding-left: 23px;
  display: block;
  position: relative;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.5;
  cursor: pointer;
}

#main .inputForm .checkArea .check input[type="checkbox"]+label:before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 2px;
  background: #ddd;
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  transform: translateY(-50%);
}

#main .inputForm .checkArea .check input[type="checkbox"]+label:after {
  content: "";
  width: 6px;
  height: 11px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  border-right: 2px solid rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 8px;
  left: 6px;
  transform: translateY(-50%) rotate(35deg);
}

#main .inputForm .checkArea .check input[type="checkbox"]:checked+label:before {
  background: #9ac841;
}

#main .inputForm .checkArea .check input[type="checkbox"]:checked+label:after {
  border-color: #fff;
}

#main .inputForm .radioList {
  display: flex;
  flex-direction: column;
}

#main .inputForm .radioList li + li {
  margin-top: 10px;
}

#main .inputForm .radioList li {
  font-size: 1.6rem;
}

#main .inputForm .radioList li input[type=radio] {
  display: none;
}

#main .inputForm .radioList li label {
  padding-left: 28px;
  display: block;
  position: relative;
  font-size: 1.4rem;
  cursor: pointer;
}

#main .inputForm .radioList li label:before {
  box-sizing: border-box;
  margin-top: -9px;
  width: 18px;
  height: 18px;
  background: #fff;
  border: 5px solid #ddd;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
}

#main .inputForm .radioList li input[type=radio]:checked+label:before {
  border-color: #9ac841;
}

#main .inputForm .scholarshipSelect {
  margin-top: 10px;
  padding-left: 20px;
}

#c-modal {
  margin: auto;
  border-radius: 16px;
}

.c-modal__content {
  max-width: 680px;
  width: 100%;
}
.c-modal__content p {
  padding: 30px;
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
}
.c-modal__block {
  padding: 30px;
  text-align: center;
  display: flex;
  justify-content: center;
  border-top: 1px solid #ddd;
}
.c-modal__block .c-btn01 {
  margin: 0;
  width: 200px;
  box-sizing: border-box;
  border-radius: 100px;
  position: relative;
  display: block;
  color: #8AB339;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
  padding: 12px 0;
  background: #FFF;
  border: 2px solid #DDDDDD;
}
.c-modal__block .c-btn01.-retry {
  color: #333;
}
.c-modal__block .c-btn01.-color01 {
  margin-left: 20px;
  padding: 13px 0;
  background: #9AC841;
  color: #fff;
  border: none;
  position: relative;
}
.c-modal__block .c-btn01::before {
  background-color: #DDDDDD;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  z-index: -1;
}
.c-modal__block .c-btn01::after {
  margin: auto;
  width: 7px;
  height: 7px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  position: absolute;
  top: 0;
  bottom: 0;
  content: "";
  transform: rotate(-135deg);
  left: 11%;
}
.c-modal__block .c-btn01.-color01::before {
  background-color: #8AB339;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
}
.c-modal__block .c-btn01.-color01::after {
  content: none;
}
.c-modal__block .c-btn01:hover {
  opacity: 1;
}
.c-modal__block .c-btn01:hover::before {
  transform: translateX(0);
}
.c-modal__block .c-btn01.-retry:hover {
  color: #fff;
}
.c-modal__block .c-btn01.-retry:hover::after {
  border-color: #fff;
}
.c-modal__block .c-btn01#confirmBtn {
  margin-left: 20px;
}

/*学校名サジェスト機能 JSが出力するメッセージを非表示*/
.ui-helper-hidden-accessible {
  display: none;
}

/*------------------------------------------------------------
フラッシュメッセージスタイル
------------------------------------------------------------*/
#flashMessage {
  padding: 12px 10px 8px;
  border: 1px solid #CC1D43;
  background: #FCF4F6;
  color: #333;
  font-size: 1.6rem;
  text-align: center;
}

#main .required-script {
  display: none;
}

/*------------------------------------------------------------
PC・SP固有表示の設定
------------------------------------------------------------*/
@media screen and (min-width: 701px) {
  .sp-only {
    display: none;
  }
}

@media screen and (max-width: 700px) {
  .pc-only {
    display: none;
  }
  img {
    max-width: 100%;
    height: auto;
  }
}

/*学校名サジェスト機能 JSが出力するメッセージを非表示*/
 .ui-helper-hidden-accessible {
   display: none;
 }