﻿/* CSS Document */

html, body {
	height: 100%;
}

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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  color: #333;
  margin: 0;
  padding: 0;
  background-color: #fff;
  letter-spacing: 0.05em;
  vertical-align: middle;
  font-family: 'ヒラギノ角ゴ ProN W3','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic ProN','Hiragino Kaku Gothic Pro',verdana,'メイリオ',Meiryo,'ＭＳ Ｐゴシック', sans-serif;
  line-height: 1.5;
  font-size: 14px;
}

/*--------------------------------------------
 header
--------------------------------------------*/
#l_header {
  width: 100%;
  border-top: 2px solid #eeeeee;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 30px;
  padding: 21px 20px 0;
}

#l_header .header_inner{
  max-width: 1000px;
  margin: 0 auto;
}

#l_header .nav01 {
  display: flex;
  align-items: center;
  padding: 0 0 22px;
}
#l_header .nav01 ul {
  display: flex;
  align-items: center;
  color: #999;
  line-height: 15px;
  font-size: 11px;
}
#l_header .nav01 ul li {
  padding: 0 0 0 20px;
}
#l_header .nav01 ul li a {
  display: flex;
  align-items: center;
  color: #999;
  line-height: 15px;
  font-size: 11px;
  text-decoration: none;
  position: relative;
}
#l_header .nav01 .lid {
  display: block;
  line-height: 0;
}
#l_header .nav02 .logo {
  display: flex;
}
#l_header .nav01 .list02 {
  margin-left: auto;
}

#l_header .list02 li a::before{
  position: absolute;
  top: 0px;
  left: 3px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#l_header .list02 li a{
  display: inline-block;
  padding: 0 0 0 16px;
  vertical-align: middle;
}
#l_header .list02 li a::before,
#l_header .list02 li a::after{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
#l_header .nav02 {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}
#l_header .nav02 ul {
  display: flex;
  align-items: center;
  margin-left: 25px;
}
#l_header .nav02 ul li{
  padding: 0 10px;
  border-right: solid 1px #d9d9d9;
}
#l_header .nav02 ul li:last-child{
  border-right: 0px;
}
#l_header .nav02 ul li a{
  color: #333;
  font-size: 12px;
  text-decoration: none;
  position: relative;
}

@media screen and (max-width: 900px) {
  #l_header .nav01 .list01{display: none;}
}
@media screen and (max-width: 870px) {
  #l_header .nav02 ul li {
    padding: 0 5px;
    border-right: 0px;
  }
  #l_header .nav02 ul li a{
    font-size: 11px;
  }
}
@media screen and (max-width: 754px) {
  #l_header .nav01{display: none;}
  #l_header .nav02 ul li{display: none;}
}

/*--------------------------------------------
  メインコンテンツエリア
--------------------------------------------*/

#contentArea {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}


#contentArea h1:not(.clean_h1) {
  font-size: 16px;
  color: #076cb9;
  border-bottom: 1px solid #d9d9d9;
  background: none;
  padding: 0 0 4px;
  margin: 10px 0 20px;
  text-align: left !important;
}


/*--------------------------------------------
  注意事項
--------------------------------------------*/
.asterisk {
  font-size: 12px;
  padding: 20px 20px 10px 20px;
  border: 1px solid #d9d9d9;
  margin-bottom: 20px;
}
.asterisk p {
  margin: 0 0 10px 0;
}


/*--------------------------------------------
  フォーム
--------------------------------------------*/

.contact_form_input {
  width: 100%;
  border: solid 1px #d9d9d9;
}
.contact_form_input th,
.contact_form_input td {
  border: solid 1px #d9d9d9;
  padding: 20px;
}
.contact_form_input th {
  font-weight: bold;
  color: #333;
  width: 30%;
  vertical-align: middle;
  text-align: left;
  background: #f7f7f7;
}

.contact_form_input th .required {
  color: #fff;
  background: #E50011;
  font-size: 12px;
  padding: 4px 8px 5px;
  border-radius: 2px;
  line-height: 1;
  margin: 0 0 0 10px;
}

/*  インプットテキスト
--------------------------------------------*/
.contact_form_input input[type=text] {
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 14px;
  border:solid 1px #aaccf0;
  background-color: #fafafa;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex: 0 1 auto;
}

/*  テキストエリア
--------------------------------------------*/
.contact_form_input textarea {
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 14px;
  min-height: 160px;
  border:solid 1px #aaccf0;
  background-color: #fafafa;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*  ラジオボックス
--------------------------------------------*/
.radio-input{
  display: none;
}
.radio-input + label{
  padding-left: 30px;
  position:relative;
  margin-right: 20px;
}
.radio-input + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #aaccf0;
  border-radius: 50%;
}
.radio-input:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  background: #aaccf0;
  border-radius: 50%;
}

/*  セレクトボックス
--------------------------------------------*/
.select-btn {
  overflow: hidden;
  width: 90%;
  text-align: center;
  position: relative;
  border-radius: 4px;
  border: solid 1px #aaccf0;
  background: #fcfcfc;
}
.select-btn select {
  width: 100%;
  font-size: 14px;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 10px 38px 10px 10px;
}
.select-btn select::-ms-expand {
  display: none;
}
.select-btn::before {
  position: absolute;
  top: 16px;
  right: 10px;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 8px solid #aaccf0;
  pointer-events: none;
}

/*  その他
--------------------------------------------*/
.contact_form_input dl {
  width: 100%;
  display: flex;
  align-items: center;
  -ms-flex: 0 1 auto;
}
.text-warning {
  color: #E50011;
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  margin-top: 5px;
}

.contact_form_input .mt_10 {
  margin-top: 10px;
}
.contact_form_input .mt_20 {
  margin-top: 20px;
}

.contact_form_input td div {
  width: 100%;
  display: flex;
  align-items: center;
}
.contact_form_input td div span {
  white-space: nowrap;
}


.contact_form_input .postal-code input{
  width: 100px;
}


#family_name {
  margin: 0 20px 0 10px;
}
#first_name {
  margin: 0 10px 0 10px;
}
.contact_form_input .name dl dd {
  width: 80%;
  -ms-flex: 0 1 auto;
}

#zip1 {
  width: 100px;
  margin-right: 10px;
}
#zip2 {
  width: 120px;
  margin-left: 10px;
}
.contact_form_input .address dl dt {
  width: 28%;
  -ms-flex: 0 1 auto;
}
.contact_form_input .address dl dd {
  width: 78%;
  -ms-flex: 0 1 auto;
}

@media screen and (min-width: 798px) {
  .contact_form_input th .required {
    float: right;
  }
}

@media screen and (max-width: 798px) {
  .contact_form_input th,
  .contact_form_input td {
    border: none;
    display: block;
    width: 100%;
  }
  .contact_form_input th {
    border-top: solid 1px #d9d9d9;
  }
  .contact_form_input {
    border-top: 0px;
  }
  .contact_form_input th .required {
    clear: both;
  }
}

@media screen and (max-width: 500px) {
  .contact_form_input td div {
    width: 100%;
    display: block;
  }
  .contact_form_input .postal-code {
    display: flex;
    align-items: center;
  }
  .contact_form_input .name dl,
  .contact_form_input .address dl {
    display: block;
  }
  .contact_form_input .name dl dt,
  .contact_form_input .address dl dt {
    width: 100%;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .contact_form_input .name dl dd,
  .contact_form_input .address dl dd {
    width: 100%;
  }
  .contact_form_input td div span {
    font-size: 12px;
    margin-top: 5px;
    display: inline-block;
    color: #999;
  }
  .contact_form_input td div.radio {
    display: flex;
    align-items: center;
  }
  #family_name {
    margin: 0;
  }
  #first_name {
    margin: 0;
  }
  .contact_form_input .first_name {
    margin-top: 20px;
  }
}

/* button
--------------------------------------------*/

.btnBox {
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 30px 0;
}
.btnBox button{
  margin: 0 10px;
}
.btn-primary {
  background: center right no-repeat #63b2ed;
  font-size: 18px;
  line-height: 60px;
  display: inline-block;
  text-align: center;
  min-width: 280px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #ffffff;
  border-style: none;
  text-decoration: none;
}
.btn-primary:hover {
  background-color: #076cb9
}
.btn-default {
  background: center right no-repeat #d9d9d9;;
  font-size: 18px;
  line-height: 60px;
  display: inline-block;
  text-align: center;
  min-width: 280px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #ffffff;
  border-style: none;
  text-decoration: none;
}
.btn-default:hover {
  background-color: #999999
}

@media screen and (max-width: 500px) {
  .btnBox {
    display: block;
  }
  .btnBox button{
    margin: 10px 10px;
  }
}


/* step_bar
--------------------------------------------*/
.step_bar {
  display: flex;
  max-width: 800px;
  position: relative;
  margin: 40px auto 30px;
  text-align: center;
}
.step_bar li {
  font-size: 12px;
  font-weight: bold;
  list-style: none;
  position: relative;
  width: 33.333%;
  -ms-flex: 0 1 auto;
}
.step_bar li:after {
  background: #aaccf0;
  content: "";
  width: calc(100% - 24px);
  height: 4px;
  position: absolute;
  left: calc(-50% + 16px);
  top: 14px;
}
.step_bar li:first-child:after {
  display: none;
}
.step_bar li span {
  background: #aaccf0;
  color: #ffffff;
  display: inline-block;
  height: 32px;
  margin-bottom: 10px;
  line-height: 32px;
  width: 32px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.step_bar .visited:after {
  background: #076cb9;
}
.step_bar .visited span {
  background: #076cb9;
}



/*--------------------------------------------
 footer
--------------------------------------------*/

footer {
  background: #f7f7f7;
  text-align: center;
  padding: 20px;
  margin-top: 80px;
  font-size: 12px;
}

.about_text {
  margin-bottom: 2rem;
}
.about_text .title_box {
  font-weight: bold;
  font-size: 18px;
  background: #fafdff;
  padding: 10px;
  border-radius: 4px 4px 0 0;
  border-bottom: 1px solid #d9d9d9;
}
.about_text .title_box p {
  font-size: 14px;
  font-weight: normal;
  margin-top: 5px;
}
.about_text .text_box {
  padding: 10px;
  font-size: 12px;
}
.about_text .text_box h3{
  padding: 10px 0 5px;
  font-weight: bold;
}

@media screen and (min-width: 798px) {
  .available-browsers {
    display: flex;
  }
}
.available-browser {
  padding: 1rem;
}

.privacy_text {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}
.privacy_text .title_box {
  font-weight: bold;
  font-size: 18px;
  background: #fafdff;
  padding: 20px;
  border-radius: 4px 4px 0 0;
  border-bottom: 1px solid #d9d9d9;
}
.privacy_text .title_box p {
  font-size: 14px;
  font-weight: normal;
  margin-top: 5px;
}
.privacy_text .text_box {
  padding: 20px;
  font-size: 12px;
  max-height: 300px;
  overflow: scroll;
}
.privacy_text .text_box h3{
  padding: 20px 0 10px;
  font-weight: bold;
}
.subtext {
  text-align: center;
  margin-top: 30px;
}
/*--------------------------------------------
 FAQページ素材
--------------------------------------------*/

.sub_title {
  font-size: 36px;
  margin: 30px 0px 15px 0px;
}

.faq_list {
  margin-top: 10px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.faq_list li {
  width: 32%;
  padding: 10px 0;
  -ms-flex: 0 1 auto;
}
.faq_list li a {
  color: #076cb9;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  border: 3px solid #076cb9;
  border-radius: 4px;
  display: block;
  padding: 20px;
  text-align: center;
  text-decoration: none;
}
.faq_list li a:hover {
  color: #63b2ed;
  border: 3px solid #63b2ed;
  background: #fafdff;
}
@media screen and (max-width: 798px) {
  .faq_list li {
    width: 48%;
  }
  .faq_list li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 460px) {
  .faq_list li {
    width: 100%;
    padding: 5px 0;
  }
  .faq_list li a {
    font-weight: normal;
    border: 2px solid #076cb9;
    border-radius: 4px;
    padding: 16px;
  }
}


.link_list {
  margin-top: 30px;
  border-top: 1px solid #d9d9d9;
}
.link_list li {
  border-bottom: 1px solid #d9d9d9;
}
.link_list li a {
  display: block;
  text-decoration: none;
  padding: 15px 0;
  color: #076cb9;
}
.link_list li a:hover {
  color: #63b2ed;
  background: #fafdff;
}

ul.episode_list {
  text-align: left;
  list-style: square;
  margin: .5rem 0rem;
  margin-left: 1.5rem;
}

.form_box {
  display: flex;
  flex-wrap: wrap;
  border: 3px solid #f4f4f4;
  margin: 2rem 0;
  background: #f7f7f7;
  padding: .5rem;
  text-align: center;
}
.form_box > div{
  flex: 1;
  padding: .5rem;
}
.form_box h3 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.form_box a {
  width: 40%;
  font-size: 1rem;
  line-height: 2rem;
}
.form_box p {
  font-size: 12px;
  line-height: 1.5;
  margin-top: 20px;
  text-align: left;
}

.qa_box {
  margin-top: 50px;
}

.qa_box dl {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  margin-bottom: 20px;
}

.qa_box dl dt {
  font-size: 14px;
  font-weight: bold;
  background: #fafdff;
  padding: 20px;
  border-radius: 4px 4px 0 0;
  border-bottom: 1px solid #d9d9d9;
}
.qa_box dl dt span {
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  width: 26px;
  line-height: 26px;
  background: #076cb9;
  margin-right: 10px;
}
.qa_box dl dd {
  font-size: 14px;
  padding: 20px;
}

.displaydisable {
  display: none;
}

:disabled {
  background-color: lightgray !important;
}

.caution {
  color: red;
}
