
body {
    font-family:Futura, Century Gothic,Hiragino Sans,"ヒラギノ角ゴシック",Hiragino Kaku Gothic ProN,"ヒラギノ角ゴ ProN W3",Roboto,"Droid Sans",Meiryo,"メイリオ",Verdana,"ＭＳ Ｐゴシック",sans-serif;
    background: url(/info/local/images/taikenkai/bg.jpg);
    font-feature-settings: "palt";
}

img {
  vertical-align: middle;
}
.content figure > img {
  margin: 0 auto;
}
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
  display: block;
  height: auto;
}
ul, ol {
  margin-top: 0;
  margin-bottom: 0;
}

.container {
  width: 100%;
  padding: 30px 70px 50px;
  background: #fff;
}
header > .container {
  padding: 0;
}
header.xs-new-header + .site-logo.pre {
  background: #fff;
}
.sitemap > .container {
  background: #f7f7f7;
}

.btn-area.sp-fixed-top > .container,
.btn-area.sp-fixed-bottom > .container {
  padding: 0 15px;
  background: transparent;
}

.content-inner {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}

h1.article-heading {
  color: #544141;
  margin-bottom: 0;
  padding: .8em 15px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.26;
  text-align: center;
}
#subpage-price {
    color: #544141;
    border-bottom: 0;
    box-shadow: none;
}
.lead {
    margin: 0;
    text-align: center;
}

#simulation .bnr {
  width: 500px;
  margin: 0 auto 1em;
  border-radius: 10px;
  border: 1px solid rgba(0,0,0,0.2);;
}
#simulation .bnr img {
  width: 100%;
  border-radius: 10px;
}

.arrow {
  margin: 2em 0 1em;
  text-align: center;
}

.tax {
  font-size: .8em;
}

.form-group {
    border-top: 1px dotted #aaa;
    padding-top: 12px;
    display: flex;
    flex-wrap: wrap;
  }
.apply-price-section .simu-ti {
  font-size: 16px;
  margin-top: 5px;
  line-height: 30px;
  color: #544141;
}
.apply-price-section .form-group {
  margin-bottom: 15px;
}
.form-group.form-pay {
  border-bottom: 1px dotted #aaa;
  padding-bottom: 12px;
}

.form-group > .col-sm-3,
.form-group > .col-sm-9,
.form-group > .col-xs-12 {
  float: none;
}
.form-group.form-pay > .col-sm-3,
.form-group.form-class > .col-sm-3 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.form-group.form-english a.more-info::before,
.form-group.form-class a.more-info::before,
#simulation-result a.more-info::before {
  position: absolute;
  display: inline-block;
  content: "";
  background-size: contain;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  left: 10px;

}
.form-group.form-english a.more-info::before {
  background: url(/lib/images/icon-apply/icon_premium.svg) no-repeat;
}
.form-group.form-class a.more-info::before {
  background: url(/lib/images/icon-apply/icon_premium.svg) no-repeat;
}
#simulation-result a.more-info::before {
  background: url(/lib/images/icon-apply/icon_discount.svg) no-repeat;
}

/* モーダルボタン */
.form-group.form-english a.more-info,
.form-group.form-class a.more-info,
#simulation-result a.more-info {
  position: relative;
  margin-top: 10px;
  border: 1px solid #ccc;
  border-radius: 7px;
  padding-left: 40px;
  font-weight: bold;
  color: #19b6a9;
  box-shadow: 0px 1px 3px rgba(0,0,0,0.05);
}
a.more-info:after {
  content: "";
  margin-left: 0;
  vertical-align: 0;
}
/* modal */
.modal h4.modal-title {
  margin-top: 1.5em;
}
.modal#english-premium .content-heading:nth-child(n+2) {
  margin-top: 0;
}



.apply-price-section .form-control,
.apply-price-section .radio-inline label, .apply-price-section .checkbox label,
.apply-price-section .radio-inline label:before, .apply-price-section .checkbox label:before {
    border: 2px solid #544141;
    color: #544141;
}
.apply-price-section .radio-inline label, .apply-price-section .checkbox label {
  margin-bottom: 0;
}
.apply-price-section .radio-inline label:before {
  margin-top: -10px;
}
.apply-price-section .select-cover:after {
    border-color: #000 transparent transparent transparent;
}
.apply-price-section .radio-inline input[type=radio]:checked + label, .apply-price-section .checkbox input[type=checkbox]:checked + label,
.apply-price-section .radio-inline input[type=radio]:checked + label:before, .apply-price-section .checkbox input[type=checkbox]:checked + label:before {
    background-color: #544141;
}
#select-month {
    font-weight: 600;
}



/***
    シミュレーション
************************************************/
#simulation {
    margin-top: 0;
    margin-bottom: 10px;
}
#simulation .container {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding-bottom: 50px;
    box-shadow: 0px 1px 3px rgb(240,235,226,0.1);
}
#simulation .container p.lead {
  margin: 1.6em 0;
}

.simulation-area {
  display: flex;
  flex-direction: column;
  margin-top: 0 !important;
  background-color: #e9f8f7;
  border: 1px solid #7dd7cf;
  border-radius: 10px;
  padding: 0px 30px 10px;
  box-shadow: 0px 1px 6px rgba(0,0,0,0.05);
}
.simulation-area .simulation-ti {
  margin-left: -30px;
  width: calc(100% + 60px);
  background: #07b3a4;
  color: #fff !important;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 8px 8px 0 0;
}
@media screen and (max-width: 767px) {

  .simulation-area {
  padding: 0px 10px 10px;
  }

  .simulation-area .simulation-ti {
    margin-left: -10px;
    width: calc(100% + 20px);
  }
}

.normal,
.normal.inTax,
.normal .inTax { font-size: 12px;}

.simulation-area .month-price dd .price_data.uchiwakeA {
  font-weight: bold;
  font-size: 18px;
  color: #f06e00;
}
.simulation-area .sum-price dd .price_data.total,
.simulation-area .month-price dd .price_data.uchiwakeB {
  font-weight: normal;
  font-size: 18px;
  color: #000;
}
.simulation-area .sum-price dd .price_data.total_inTax,
.btn-area .sum-price dd .price_data.price_inTax {
  font-weight: normal;
  font-size: 12px;
  color: #000;
}

.simulation-area .sum-price {
  background: transparent;
}

a.reselect-simu {
  margin-top: 4em;
}

.apply-price-section .form-area {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
}
.apply-price-section .form-area:after {
  display: none;
}

.content-heading,
#payment .content-heading,
.apply-price-section .content-heading {
    font-weight: normal !important;
    font-size: 18px;
    font-family: 'Noto Sans JP', sans-serif;
    /*font-weight: 700;*/
    line-height: 1.8;
    width: 100%;
    color: #544141;
}
.content-heading:nth-child(n+2),
#payment .content-heading:nth-child(n+2),
#shipping .content-heading:nth-child(n+2) {
  margin-top: 1.5em;
}

.apply-price-section .content {
  width: 100%;
}
.apply-price-section div.table > ul.table-row > li.table-cell:nth-child(2) {
  font-weight: normal;
}

details.navigation{
    background: rgba(255,255,255,0.8);
    max-width: 1000px;
    margin: 0 auto 10px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.1);
    animation: 0.3 ease all;
    border: 1px solid #ddd;
    box-shadow: 0px 1px 3px rgb(169,152,152,0.1);
  }

  details.navigation a.btn:visited {
    color: #006477;
  }

  /*** 会費例 ***/
  #fees .content h4 {
    margin-top: 0;
    margin-bottom: 20px;
  }
  #fees figure {
    width: 85%;
    margin-right: auto;
    margin-left: auto;
  }

  /**** 英語プレミアム ****/
  .price-box-container {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-align-items: center;
            align-items: center;
    width: 100%;
    max-width: 735px;
    margin: 0 auto;
  }
  .price-box-container > .price-box {
    -webkit-box-flex: 1;
            box-flex: 1;
    width: 33.33333%;
    background: #d1f0ee;
    padding: 15px 0;
    text-align: center;
  }
  .price-box .text-md {
    font-size: 1.2em;
    font-weight: normal;
  }

  @media screen and (max-width: 767px) {
    .site-logo.ele.shogaku-h1,
    .site-logo.ele.chugaku-h1 {
      margin: 0;
      padding: 50px 12px 5px;
      background: #fff;
  }
  .container {
    padding: 20px 10px;
  }
  #simulation .bnr {
    width: 100%;
  }
  .btn-area.sp-fixed-top > .container {
    padding: 0 15px;
  }
    .price-box-container > .price-box {
      padding: 10px 0;
    }
  }
  .price-box:first-child {
    border-radius: 8px 0 0 8px;
  }
  .price-box:last-child {
    border-radius: 0 8px 8px 0;
  }
  .price-box:nth-child(2) {
    background: #fff;
    padding: 30px 0;
    border: solid 6px #d1f0ee;
    border-radius: 8px;
    position: relative;
  }
  .price-box.price:first-child {
    padding-bottom: 43px;
  }
  .price-box dt {
    margin-bottom: 8px;
    color: #09b2a4;
    line-height: 1.3;
    text-align: center;
    vertical-align: middle;
  }
  .price-box.pay-every-month dt {
    line-height: 2.6;
  }
  .price-box dd > small {
    font-size: 10px;
  }
  .price-box dd + dd {
    margin-top: 8px;
  }
  .price-box dd + dd > div {
    display: inline;
  }
  .price-box dd + dd > div.price-unit {
    margin-left: -3px;
  }
  .price-box .price-unit {
    font-size: 14px;
    line-height: 1.1;
  }
  .price-box .price-unit + .price-unit {
    margin-top: 6px;
    font-size: 12px;
  }
  .price-box .price-unit span {
    font-size: 16px;
  }
  .price-box .text-lg {
    font-size: 2em;
    font-weight: bold;
  }

  @media screen and (max-width: 767px) {
    .price-box-container > .price-box:nth-child(2) {
      border-width: 3px;
      padding: 15px 0;
    }
    .price-box.price:first-child {
      padding-top: 15px;
      padding-bottom: 35px;
    }
    .price-box .price-unit {
      font-size: 12px;
    }
    .price-box .price-unit span::after {
      display: block;
    }
    .price-box .text-lg {
      font-size: 1.2em;
    }
  }

  @media screen and (min-width: 768px) {
    .price-box dt {
      font-size: 1.29em;
    }
  }

 /**** 継続割引 ****/
 .table-price {
	border: 6px solid #D1F0EE;
	border-collapse: separate;
	border-spacing: 0;
	-webkit-border-radius: 8px;
	   -moz-border-radius: 8px;
	        border-radius: 8px;
	width: 100%;
	max-width: 735px;
	margin: 0 auto 1em;
	overflow: hidden;
}
.table-price thead th {
	color: #09B2A4;
}
.table-price tbody th {
	font-weight: normal;
}
.table-price thead th,
.table-price tbody th,
.table-price tbody td {
	padding: .4em .2em;
	text-align: center;
}
.table-price thead th + th,
.table-price tbody td {
	background-color: #D1F0EE;
	border-right: 1px dashed #09B2A4;
	width: 27%;
	position: relative;
}
.table-price thead th + th:last-child,
.table-price tbody td:last-child {
	border-right: none;
}
.table-price tbody tr:last-child th,
.table-price tbody tr:last-child td {
	border-bottom: none;
}
.table-price thead th + th:after {
	content: "";
	display: block;
	width: 1px;
	height: 4px;
	background-color: #D1F0EE;
	position: absolute;
	top: 0;
	right: -1px;
}
.table-price thead th,
.table-price tbody th {
	line-height: 1.16;
}
.table-price tbody td {
	font-weight: bold;
}

@media screen and (min-width: 768px) {
	.table-price thead th {
		font-size: 1.29em;
  }
  .table-price thead th,
	.table-price tbody th,
	.table-price tbody td {
		padding: .6em .3em;
  }
  .table-price tbody td {
		font-size: 1.6em;
		line-height: 1;
	}
	.table-price tbody td > small {
		font-size: .6em;
	}
}

@media screen and (max-width: 767px) {
	.table-price thead th,
	.table-price tbody th {
		font-size: .8em;
	}
}


.container li, .container dt, .container dd {
  font-size: 14px;
}
.apply-price-section .apply-price-about .content-inner .note li,
.notes li {
  margin-bottom: .3em;
  padding-left: 1.5em;
  font-size: .86em;
  line-height: 1.6;
  list-style: none;
}
.notes li {
  padding-left: 0;
  list-style: disc;
}


  @media screen and (max-width: 480px){
    details.navigation{
      background: rgba(255,255,255,1.0);
    }
    details.navigation > summary{
      font-size: 22px !important;
      padding-left: 20px !important;
    }
  }
  details.navigation > summary{
    position: relative;
    height: 80px;
    line-height: 80px;
    font-weight: bold;
    font-size: 25px;
    color: #5B3535;
    background-color: #fff;
    cursor: pointer;
    padding-left: 40px;
    outline: none;
  }

  /*#tablet details.navigation > summary::before {
    position: absolute;
    display: inline-block;
    content: "";
    background: url(/lib/images/icon-apply/icon-tablet.svg) no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    top: 27%;
    left: 64px;
  }*/


  details.navigation > .content{
    width: 95%;
  }
  details.navigation[open] > summary{
    border-bottom: 1px solid #ddd;
    border-top: 4px solid #5a3535;
    height: 76px;
    line-height: 76px;
  }

  #premium, #discount, #support, #fees, #payment, #shipping {
      margin-bottom: 0;
  }

  #shipping .content-lists {
    width: 100%;
    margin: 0;
    padding:0;
  }


  .sitemap ul li { font-weight: normal;}


    .pc-block { display: block;}
    .sp-block { display: none;}


  @media screen and (max-width: 480px){
    details.navigation[open] > summary{
      box-shadow: 0px 1px 9px rgba(0,0,0,0.3);
    }
    details.navigation{
      border-radius: 0px;
      margin-bottom: 10px;
    }
  }

  details.navigation > div{
    animation: fadeIn 0.3s ease;
  }
  @keyframes fadeIn {
    0% {
      opacity: 0; /* 透明 */
    }
    100% {
      opacity: 1;
      transform: none;
    }
  }

  @media screen and (min-width: 768px) {
    .container { width: 100%;}
    .content-inner {
      width: 100%;
      padding: 0;
  }
    #premium .content, #discount .content, #support .content, #fees .content, #payment .content, #shipping .content {
      width: 100%;
    }
    #premium .content-heading, #discount .content-heading, #support .content-heading, #fees .content-heading, #payment .content-heading, #shipping .content-heading {
      width: 100%;
      margin: 0;
      padding: 0;
      font-size: 18px;
  }
    a.reselect-simu {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .table-bordered > tbody > tr > td {
      font-weight: normal;
    }
    .img-responsive {
      width: auto;
    }

  }

  @media screen and (max-width: 767px) {
    body {
        background-color: #fffaf1;
    }

    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
      padding-right: 0;
      padding-left: 0;
    }
    #premium .content, #discount .content, #support .content, #fees .content, #payment .content, #shipping .content,.apply-price-section .apply-price-about .content-inner .note {
      width: 100%;
      margin: 0 auto;
    }
    #shipping .content-lists {
      width: 100%;
      margin: 0;
      padding: 0;
    }
    #premium .content-heading, #discount .content-heading, #support .content-heading, #fees .content-heading, #payment .content-heading, #shipping .content-heading {
      width: 100%;
      margin: 0 auto 5px auto;
      font-size: 16px;
      padding: 0;
  }
  .form-group {
    display: block;
  }
  .form-group.form-pay > .col-sm-3,
  .form-group.form-class > .col-sm-3 {
    justify-content: flex-start;
}

    .pc-block { display: none;}
    .sp-block { display: block;}

    .apply-price-section .form-area {
      width: 100%;
      margin-right: 0;
      margin-left: 0;
    }

    .apply-price-section {
      padding-bottom: 0;
    }
    .apply-price-section .lead {
        font-size: 1em;
        width: 100%;
    }
    .apply-price-section .content {
      width: 100%;
    }
    .apply-price-section .apply-price-about .content-inner {
      border: none;
      padding-bottom: 6vw;
  }

    section > .container {
      padding-bottom: 1em;
  }
    a.reselect-simu {
      margin-top: 2em;
      margin-bottom: 2em;

    }

    .price-box .text-md {
      font-size: 1em;
    }

    details.navigation {
        border: 1px solid #eeeeec;
        border-bottom: 1px solid #ccc9c3;
        box-shadow: 0px 1px 3px rgb(240,235,226,0.1);
    }
    #premium, #discount, #support, #fees, #payment, #shipping {
        margin-top: 0;
        padding-bottom: 0;
    }
    .section-heading {
        margin-top: 0;
    }

    .content, [class*='col-'] > .content {
      margin-bottom: 0;
    }
    .table-horizontal > tbody > tr > th {
      border-bottom: none;
    }

    .apply-price-about-content-heading {
      margin-top: 30px;
    }

    .detail-button a {
      margin-bottom: 0;
    }

 }

 /*** お問い合わせ ***/
 .contact-us {
	margin: 30px auto;
}
.contact-us p {
	margin-bottom: 5px;
	line-height: 1.28;
}
.contact-us small {
	font-weight: normal;
}
.contact-us .freecall {
	font-size: 18px;
	font-weight: bold;
}
.contact-us .freecall .tel-link {
	font-size: 38px;
	letter-spacing: -1px;
}
.contact-us .call > strong {
	font-size: 25px;
}
.contact-us .reception-time {
	font-size: 13px;
}
@media screen and (max-width: 767px) {
  .contact-us {
    text-align: center;
    background: #fff;
  }
  .contact-us .container {
    padding-top: 0;
  }
	.contact-us .tel-link a {
		color: #000;
		text-decoration: underline;
	}
}
@media screen and (min-width: 768px) {
	.contact-us > .container {
    max-width: 1000px;
    width: 100%;
    border-radius: 10px;
	}
	.contact-us .freecall p {
		padding-top: 3px;
		font-size: 26px;
	}
	.contact-us .freecall:before {
		content: url(/lib/images/logo_freecall.svg);
		width: 104px;
		height: auto;
		float: left;
		margin: 4px 20px 0 0;
	}
	.contact-us .freecall .tel-link {
		font-size: 45px;
	}
	.contact-us .call {
		font-size: 14px;
	}
	.contact-us .call > strong {
		font-size: 24px;
	}
	.contact-us .reception-time {
		font-size: 13px;
	}
}

.panel { margin: 1em auto; }
/* .panel */
.panel-default {
	border-color: #09b2a4;
	border-bottom-width: 3px;
}
.panel-default > .panel-heading {
	background-color: #e9f8f7;
	border-color: #09b2a4;
}
.panel-default > .panel-heading > .panel-title {
	color: #09b2a4;
  font-weight: bold;
  line-height: 1.4;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #09b2a4;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #09b2a4;
}


.contact-us .container{
  border: 1px solid #ddd;
  box-shadow: 0px 1px 3px rgb(169,152,152,0.1);
  padding: 30px 20px 0px;
}

@media screen and (max-width: 767px) {
  .contact-us .container{
    border: none;
    border-bottom: 1px solid #ddd;
  }
  .panel-body .row {
    margin-right: 0;
    margin-left: 0;
  }

}

@media screen and (max-width: 767px) {
	.contact-us p {
		font-size:12px;
		line-height: 1.5;
	}
.contact-us .section-heading {
	background-color: #32a69c !important;
	margin-bottom: 20px;
	padding: .5em 0;
	color: #fff;
}
.contact-us .section-heading:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(50, 166, 156, 0);
	border-top-color: #32a69c !important;
	border-width: 10px;
	margin-left: -10px;
}
.contact-us hr{
	border-top:solid 1px #09b2a4;
}
.contact-us hr{
	border-top:solid 1px #09b2a4;
}
/* .container > .row > [class*='col-sm-'] + [class*='col-sm-'] {
	margin-top: 0;
} */
}


  .mb1 { margin-bottom: 1em !important;}
  .mt15 { margin-top: 1.5em !important;}
  .mt30 { margin-top: 30px !important;}
  .mt50 { margin-top: 50px !important;}

@media screen and (max-width: 767px) {
  .price-tablet{
    font-feature-settings: "palt";
    font-size: 16px;
  }
}

/* 支払い方法のボタンdisabled表示 */

.apply-price-section .radio-inline input[type=radio][disabled] + label{
    opacity: 0.1;
}
.apply-price-section .radio-inline input[type=radio].disabled + label{
    opacity: 0.1;
}

.apply-price-section .radio-inline label:before {
  margin-top: -10px;
}
