@charset "UTF-8";
/* ======================================================================
 setting
====================================================================== */
/* ======================================================================
 p_fee
====================================================================== */
.p_fee .l_container_top > .l_main_visual_1 > .inner {
  width: 100%;
  height: 160px;
  background: #fff;
  border-radius: 30px;
  padding: 0 0 0 50px;
  background-image: url(../img/fee/mv.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right 0;
}
@media screen and (max-width: 768px) {
  .p_fee .l_container_top > .l_main_visual_1 > .inner {
    width: 100%;
    height: 190px;
    border-radius: 0;
    padding: 27%;
    background-image: url(../img/fee/sp/mv.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right 0;
    position: relative;
  }
}
.p_fee .l_container_top > .box {
  width: 1160px;
  margin: 60px auto 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p_fee .l_container_top > .box {
    width: 100%;
    padding: 0 4.6875%;
    text-align: left;
    margin: 30px auto 0;
  }
}
.p_fee .l_container_top > .box > .lead {
  letter-spacing: .05em;
}
.p_fee .l_container_top > .box > .linkbox {
  margin: 60px 0 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
@media screen and (max-width: 768px) {
  .p_fee .l_container_top > .box > .linkbox {
    margin: 40px 0 0;
    -webkit-justify-content: left;
    -moz-justify-content: left;
    -ms-justify-content: left;
    justify-content: left;
    -ms-flex-pack: left;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p_fee .l_container_top > .box > .linkbox > a {
  display: inline-block;
  color: #1AA5AA;
  position: relative;
  padding: 0 18px 0 0;
  margin: 0 32px 0 0;
}
.p_fee .l_container_top > .box > .linkbox > a:last-child {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p_fee .l_container_top > .box > .linkbox > a {
    margin: 0 0 15px 0;
    font-size: 1.2em;
  }
  .p_fee .l_container_top > .box > .linkbox > a:nth-child(-n+2) {
    margin-right: 30px;
  }
}
.p_fee .l_container_top > .box > .linkbox > a:before {
  content: '';
  position: absolute;
  right: 0;
  top: 43%;
  display: block;
  width: 7px;
  height: 7px;
  border-top: solid 1px #1AA5AA;
  border-right: solid 1px #1AA5AA;
  -moz-transform: translateY(-50%) rotate(135deg);
  -ms-transform: translateY(-50%) rotate(135deg);
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
}
@media screen and (max-width: 768px) {
  .p_fee .l_container_top > .l_content {
    padding-top: 30px;
  }
}
.p_fee .l_container_top > .l_content > .l_main .sec {
  margin: 110px auto 0;
  width: 1160px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p_fee .l_container_top > .l_content > .l_main .sec {
    margin: 80px auto 0;
    width: 100%;
  }
}
.p_fee .l_container_top > .l_content > .l_main .sec:before {
  content: url(../img/common/blue_ico.svg);
  position: absolute;
  top: -30px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p_fee .l_container_top > .l_content > .l_main .sec:before {
    content: '';
    top: -20px;
    background: url(../img/common/blue_ico.svg);
    width: 146px;
    height: 70px;
    background-size: cover;
  }
}
.p_fee .l_container_top > .l_content > .l_main .sec ul.caution li {
  color: #D36C6C;
  font-weight: 700;
  position: relative;
  padding: 0 0 0 1.3em;
}
.p_fee .l_container_top > .l_content > .l_main .sec ul.caution li::before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}
.p_fee .l_container_top > .l_content > .l_main .sec p.caution {
  color: #D36C6C;
  font-weight: 700;
}
.p_fee .l_container_top > .l_content > .l_main .sec p.caution::before {
  content: '※';
  display: inline-block;
}
.p_fee .l_container_top > .l_content > .l_main .sec.sec_1 {
  margin: 30px auto 0;
}
.p_fee .l_container_top > .l_content > .l_main .sec.sec_1 .in_box {
  background: #CFEBEF;
  border-radius: 30px;
  padding: 110px 50px 80px;
}
@media screen and (max-width: 768px) {
  .p_fee .l_container_top > .l_content > .l_main .sec.sec_1 .in_box {
    margin: 0;
    width: 100%;
    border-radius: 0;
    padding: 70px 4.6875% 60px;
  }
}
.p_fee .l_container_top > .l_content > .l_main .sec.sec_1 .in_box .c_ttl_1 {
  position: relative;
}
.p_fee .l_container_top > .l_content > .l_main .sec.sec_1 .in_box .wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}
.p_fee .l_container_top > .l_content > .l_main .sec.sec_1 .in_box .wrap::after {
  content: '+';
  font-size: 37px;
  font-weight: 700;
  color: #FFFFFF;
  background: #1AA5AA;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 54px;
  height: 54px;
  padding: 5px 0 0 14px;
  margin: 15px 0 0 -27px;
  border-radius: 100px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p_fee .l_container_top > .l_content > .l_main .sec.sec_1 .in_box .wrap::after {
    font-size: 30px;
    width: 40px;
    height: 40px;
    padding: 4px 0 0;
    margin: 0 0 0 -22px;
    top: inherit;
    bottom: 75px;
    text-align: center;
  }
}
.p_fee .l_container_top > .l_content > .l_main .sec.sec_1 .in_box .wrap .flex {
  padding: 30px;
  position: relative;
  background: #fff;
  border-radius: 30px;
  width: 100%;
  max-width: 395px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p_fee .l_container_top > .l_content > .l_main .sec.sec_1 .in_box .wrap .flex {
    padding: 30px 20px 20px;
    border-radius: 20px;
    margin: 0;
    max-width: inherit;
    width: calc(50% - 5px);
  }
}
.p_fee .l_container_top > .l_content > .l_main .sec.sec_1 .in_box .wrap .flex:first-child {
  margin: 40px 0 10px;
  padding: 30px 30px 40px;
  position: relative;
  max-width: 800px;
}
@media screen and (max-width: 768px) {
  .p_fee .l_container_top > .l_content > .l_main .sec.sec_1 .in_box .wrap .flex:first-child {
    margin: 30px 0 10px;
    padding: 30px 20px;
    width: 100%;
  }
}
.p_fee .l_container_top > .l_content > .l_main .sec.sec_1 .in_box .wrap .flex:first-child::before, .p_fee .l_container_top > .l_content > .l_main .sec.sec_1 .in_box .wrap .flex:first-child::after {
  content: '';
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .p_fee .l_container_top > .l_content > .l_main .sec.sec_1 .in_box .wrap .flex:first-child::before, .p_fee .l_container_top > .l_content > .l_main .sec.sec_1 .in_box .wrap .flex:first-child::after {
    display: none;
  }
}
.p_fee .l_container_top > .l_content > .l_main .sec.sec_1 .in_box .wrap .flex:first-child::before {
  background: url("../img/fee/kids.svg") no-repeat;
  width: 176px;
  height: 129px;
  background-size: 100%;
  left: 30px;
}
.p_fee .l_container_top > .l_content > .l_main .sec.sec_1 .in_box .wrap .flex:first-child::after {
  background: url("../img/fee/mom.svg") no-repeat;
  width: 95px;
  height: 138px;
  background-size: 100%;
  right: 0;
  margin-right: calc(10% - -17px);
}
.p_fee .l_container_top > .l_content > .l_main .sec.sec_1 .in_box .wrap .flex:first-child > .c_ttl_4 {
  margin: 0 0 34px 0;
}
@media screen and (max-width: 768px) {
  .p_fee .l_container_top > .l_content > .l_main .sec.sec_1 .in_box .wrap .flex:first-child > .c_ttl_4 {
    margin-bottom: 30px;
  }
}
.p_fee .l_container_top > .l_content > .l_main .sec.sec_1 .in_box .wrap .flex figure > .ttl {
  font-weight: 700;
  margin: 0 0 20px 0;
}
.p_fee .l_container_top > .l_content > .l_main .sec.sec_1 .in_box .wrap .flex figure > img {
  margin: 0 0 5px 0;
}
@media screen and (max-width: 768px) {
  .p_fee .l_container_top > .l_content > .l_main .sec.sec_1 .in_box .wrap .flex figure > img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .p_fee .l_container_top > .l_content > .l_main .sec.sec_1 .in_box .wrap .flex._1 {
    padding: 30px 15px 20px;
  }
  .p_fee .l_container_top > .l_content > .l_main .sec.sec_1 .in_box .wrap .flex._1 .ttl {
    font-size: 1.4em;
    letter-spacing: 0;
  }
  .p_fee .l_container_top > .l_content > .l_main .sec.sec_1 .in_box .wrap .flex._1 figure img {
    max-width: 47px;
  }
  .p_fee .l_container_top > .l_content > .l_main .sec.sec_1 .in_box .wrap .flex._1 figure figcaption {
    text-align: left;
    line-height: 1.6;
  }
}
.p_fee .l_container_top > .l_content > .l_main .sec.sec_1 .in_box > ul.caution {
  max-width: 800px;
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  .p_fee .l_container_top > .l_content > .l_main .sec.sec_1 .in_box > ul.caution {
    margin: 20px auto 0;
    font-size: 1.2em;
  }
}
.p_fee .l_container_top > .l_content > .l_main .sec.sec_1 .c_btn_4 {
    margin:3em auto;
}
.p_fee .l_container_top > .l_content > .l_main .sec.sec_2 {
  margin: 112px auto 0;
}
@media screen and (max-width: 768px) {
  .p_fee .l_container_top > .l_content > .l_main .sec.sec_2 {
    margin: 80px auto 0;
  }
}
.p_fee .l_container_top > .l_content > .l_main .sec.sec_2 .in_box {
  background: #CFEBEF;
  border-radius: 30px;
  padding: 110px 50px 50px;
}
@media screen and (max-width: 768px) {
  .p_fee .l_container_top > .l_content > .l_main .sec.sec_2 .in_box {
    margin: 100px auto 0;
    width: 100%;
    border-radius: 0;
    padding: 70px 4.6875% 30px;
  }
}
.p_fee .l_container_top > .l_content > .l_main .sec.sec_2 .in_box .c_ttl_1 {
  position: relative;
}
.p_fee .l_container_top > .l_content > .l_main .sec.sec_2 .in_box .flex {
  margin: 40px auto 0;
  padding: 50px;
  position: relative;
  background: #fff;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .p_fee .l_container_top > .l_content > .l_main .sec.sec_2 .in_box .flex {
    padding: 30px 20px 20px;
    display: block;
    border-radius: 20px;
    margin: 25px auto 0;
  }
}
.p_fee .l_container_top > .l_content > .l_main .sec.sec_2 .in_box .flex > .wrap._1 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p_fee .l_container_top > .l_content > .l_main .sec.sec_2 .in_box .flex > .wrap._1 > figure {
  width: 298px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p_fee .l_container_top > .l_content > .l_main .sec.sec_2 .in_box .flex > .wrap._1 > figure + figure {
    margin: 60px 0 0;
  }
}
.p_fee .l_container_top > .l_content > .l_main .sec.sec_2 .in_box .flex > .wrap._1 > figure .ttl {
  padding: 0 0 6px 0;
  border-bottom: solid 1px #333333;
  margin: 0 0 33px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p_fee .l_container_top > .l_content > .l_main .sec.sec_2 .in_box .flex > .wrap._1 > figure .ttl {
    margin: 0 0 20px 0;
  }
}
.p_fee .l_container_top > .l_content > .l_main .sec.sec_2 .in_box .flex > .wrap._1 > figure .ttl::before, .p_fee .l_container_top > .l_content > .l_main .sec.sec_2 .in_box .flex > .wrap._1 > figure .ttl::after {
  content: '';
  position: absolute;
  bottom: -5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #333;
}
.p_fee .l_container_top > .l_content > .l_main .sec.sec_2 .in_box .flex > .wrap._1 > figure .ttl::before {
  left: 0;
}
.p_fee .l_container_top > .l_content > .l_main .sec.sec_2 .in_box .flex > .wrap._1 > figure .ttl::after {
  right: 0;
}
.p_fee .l_container_top > .l_content > .l_main .sec.sec_2 .in_box .flex > .wrap._1 > figure .ttl > .u_txt_1 {
  font-weight: 700;
}
.p_fee .l_container_top > .l_content > .l_main .sec.sec_2 .in_box .flex > .wrap._1 > figure .ttl > .u_txt_1 > span {
  font-size: 1.5em;
}
.p_fee .l_container_top > .l_content > .l_main .sec.sec_2 .in_box .flex > .wrap._1 > figure > img {
  margin: 0 0 16px 0;
}
@media screen and (max-width: 768px) {
  .p_fee .l_container_top > .l_content > .l_main .sec.sec_2 .in_box .flex > .wrap._1 > figure > img {
    margin: 0 0 20px 0;
  }
}
.p_fee .l_container_top > .l_content > .l_main .sec.sec_2 .in_box .flex > .wrap._1 > figure > figcaption {
  letter-spacing: .05em;
}
.p_fee .l_container_top > .l_content > .l_main .sec.sec_2 .in_box .flex > .wrap._1 > figure > figcaption > span {
  color: #FFFFFF;
  background: #1AA5AA;
  font-weight: 700;
  font-size: 0.7em;
  display: inline-block;
  padding: 4px 12px;
  border-radius: 10px;
  margin-left: 4px;
}
.p_fee .l_container_top > .l_content > .l_main .sec.sec_2 .in_box .flex > .wrap._1 > figure > figcaption > span strong {
  font-size: 1.5em;
}
.p_fee .l_container_top > .l_content > .l_main .sec.sec_2 .in_box .flex > .wrap._1 .caution_wrap {
  margin: 42px 0 0 0;
  text-align: center;
  width: 100%;
  border: solid 1px #D36C6C;
  padding: 33px 30px 30px;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .p_fee .l_container_top > .l_content > .l_main .sec.sec_2 .in_box .flex > .wrap._1 .caution_wrap {
    margin: 60px 0 0 0;
    padding: 30px 25px;
  }
}
.p_fee .l_container_top > .l_content > .l_main .sec.sec_2 .in_box .flex > .wrap._1 .caution_wrap .ttl {
  color: #D36C6C;
  margin: 0 0 33px 0;
}
@media screen and (max-width: 768px) {
  .p_fee .l_container_top > .l_content > .l_main .sec.sec_2 .in_box .flex > .wrap._1 .caution_wrap .ttl {
    letter-spacing: .05em;
    margin: 0 0 30px 0;
  }
}
.p_fee .l_container_top > .l_content > .l_main .sec.sec_2 .in_box .flex > .wrap._1 .caution_wrap .ttl::before {
  content: '!';
  font-size: 15px;
  color: #FFFFFF;
  background: #D36C6C;
  width: 26px;
  height: 26px;
  display: inline-block;
  vertical-align: top;
  padding: 3px 0 0px 3px;
  margin: 2px 10px 0 0;
  border-radius: 100px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p_fee .l_container_top > .l_content > .l_main .sec.sec_2 .in_box .flex > .wrap._1 .caution_wrap .ttl::before {
    padding: 2px 0 0 3px;
  }
}
.p_fee .l_container_top > .l_content > .l_main .sec.sec_2 .in_box .flex > .wrap._1 .caution_wrap > .in_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
@media screen and (max-width: 768px) {
  .p_fee .l_container_top > .l_content > .l_main .sec.sec_2 .in_box .flex > .wrap._1 .caution_wrap > .in_wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p_fee .l_container_top > .l_content > .l_main .sec.sec_2 .in_box .flex > .wrap._1 .caution_wrap > .in_wrap > figure {
  width: 100%;
  max-width: 368px;
}
.p_fee .l_container_top > .l_content > .l_main .sec.sec_2 .in_box .flex > .wrap._1 .caution_wrap > .in_wrap > figure .u_txt_3 {
  margin: 20px 0 0 0;
  line-height: 1.6;
  letter-spacing: .05em;
}
.p_fee .l_container_top > .l_content > .l_main .sec.sec_2 .in_box .flex > .wrap._1 .caution_wrap > .in_wrap > figure + figure {
  margin: 0 0 0 111px;
}
@media screen and (max-width: 768px) {
  .p_fee .l_container_top > .l_content > .l_main .sec.sec_2 .in_box .flex > .wrap._1 .caution_wrap > .in_wrap > figure + figure {
    margin: 40px 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  .p_fee .l_container_top > .l_content > .l_main .sec.sec_2 .in_box .flex > .wrap._1 .caution_wrap > .in_wrap > figure img {
    width: 100%;
    height: auto;
  }
  .p_fee .l_container_top > .l_content > .l_main .sec.sec_2 .in_box .flex > .wrap._1 .caution_wrap > .in_wrap > figure .caution {
    text-align: left;
  }
}
.p_fee .l_container_top > .l_content > .l_main .sec.sec_2 .in_box .flex + .flex {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p_fee .l_container_top > .l_content > .l_main .sec.sec_2 .in_box .flex + .flex {
    padding: 30px 20px;
  }
}
.p_fee .l_container_top > .l_content > .l_main .sec.sec_2 .in_box .flex + .flex .c_ttl_4 {
  margin: 0 0 30px 0;
}
.p_fee .l_container_top > .l_content > .l_main .sec.sec_2 .in_box .flex + .flex > .u_txt_1 {
  text-align: center;
  margin: 0 0 34px 0;
}
@media screen and (max-width: 768px) {
  .p_fee .l_container_top > .l_content > .l_main .sec.sec_2 .in_box .flex + .flex > .u_txt_1 {
    text-align: left;
    margin: 0 0 30px 0;
    letter-spacing: .05em;
  }
}
.p_fee .l_container_top > .l_content > .l_main .sec.sec_2 .in_box .flex + .flex .wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media screen and (max-width: 768px) {
  .p_fee .l_container_top > .l_content > .l_main .sec.sec_2 .in_box .flex + .flex .wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p_fee .l_container_top > .l_content > .l_main .sec.sec_2 .in_box .flex + .flex .wrap > figure {
  width: 100%;
  max-width: 460px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media screen and (max-width: 768px) {
  .p_fee .l_container_top > .l_content > .l_main .sec.sec_2 .in_box .flex + .flex .wrap > figure + figure {
    margin: 30px 0 0 0;
  }
}
.p_fee .l_container_top > .l_content > .l_main .sec.sec_2 .in_box .flex + .flex .wrap > figure > img {
  max-width: 120px;
  max-height: 120px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .p_fee .l_container_top > .l_content > .l_main .sec.sec_2 .in_box .flex + .flex .wrap > figure > img {
    max-width: 80px;
    max-height: 80px;
  }
}
.p_fee .l_container_top > .l_content > .l_main .sec.sec_2 .in_box .flex + .flex .wrap > figure > figcaption {
  max-width: 320px;
  width: 100%;
  padding: 11px 0 0 0;
  letter-spacing: .05em;
}
@media screen and (max-width: 768px) {
  .p_fee .l_container_top > .l_content > .l_main .sec.sec_2 .in_box .flex + .flex .wrap > figure > figcaption {
    padding: 0 0 0 15px;
  }
}
.p_fee .l_container_top > .l_content > .l_main .sec.sec_2 .in_box .flex + .flex .wrap > figure > figcaption span {
  display: block;
  font-weight: 700;
  margin: 0 0 7px 0;
}
.p_fee .l_container_top > .l_content > .l_main .sec.sec_2 .in_box .flex + .flex ul.caution {
  text-align: left;
  margin: 20px 0 0 0;
}
@media screen and (max-width: 768px) {
  .p_fee .l_container_top > .l_content > .l_main .sec.sec_2 .in_box .flex + .flex ul.caution {
    margin: 40px 0 0 0;
  }
}
.p_fee .l_container_top > .l_content > .l_main .sec.sec_2 .in_box .flex + .flex ul.caution li + li {
  margin-top: 10px;
  padding-left: 0;
}
.p_fee .l_container_top > .l_content > .l_main .sec.sec_2 .in_box .flex + .flex ul.caution li + li::before {
  display: none;
}
.p_fee .l_container_top > .l_content > .l_main .sec.sec_3 {
  padding: 110px 0 0 0;
  margin: 90px auto 0;
}
@media screen and (max-width: 768px) {
  .p_fee .l_container_top > .l_content > .l_main .sec.sec_3 {
    padding: 90px 0 0 0;
    margin: 50px 0 0 0;
  }
}
.p_fee .l_container_top > .l_content > .l_main .sec.sec_3:before {
  content: url("../img/common/yellow_ico.svg");
  position: absolute;
  top: -30px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p_fee .l_container_top > .l_content > .l_main .sec.sec_3:before {
    content: '';
    top: -20px;
    background: url("../img/common/yellow_ico.svg");
    width: 237px;
    height: 88px;
    background-size: cover;
  }
}
.p_fee .l_container_top > .l_content > .l_main .sec.sec_3 > .in_box {
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p_fee .l_container_top > .l_content > .l_main .sec.sec_3 > .in_box {
    margin: 0;
  }
}
.p_fee .l_container_top > .l_content > .l_main .sec.sec_3 > .in_box > .txt {
  margin: 40px 0 0 0;
}
@media screen and (max-width: 768px) {
  .p_fee .l_container_top > .l_content > .l_main .sec.sec_3 > .in_box > .txt {
    margin: 30px 0 0 0;
    padding: 0 4.6875%;
  }
}
.p_fee .l_container_top > .l_content > .l_main .sec.sec_3 > .in_box > .wrap {
  margin: 60px 0 0 0;
}
@media screen and (max-width: 768px) {
  .p_fee .l_container_top > .l_content > .l_main .sec.sec_3 > .in_box > .wrap {
    margin: 40px 0 0 0;
  }
}
.p_fee .l_container_top > .l_content > .l_main .sec.sec_3 > .in_box > .wrap > .ttl {
  padding: 0 4.6875%;
}
.p_fee .l_container_top > .l_content > .l_main .sec.sec_3 > .in_box > .wrap > figure {
  padding: 50px;
  margin: 30px 0 0 0;
  border: solid 1px #E5E5E5;
  border-radius: 30px;
  background: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .p_fee .l_container_top > .l_content > .l_main .sec.sec_3 > .in_box > .wrap > figure {
    padding: 30px 0 30px 20px;
    margin: 20px 0 0 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
  }
  .p_fee .l_container_top > .l_content > .l_main .sec.sec_3 > .in_box > .wrap > figure > div {
    overflow-x: scroll;
  }
}
.p_fee .l_container_top > .l_content > .l_main .sec.sec_3 > .in_box > .wrap > figure .yokoslider {
  background: url(../img/fee/sec3_ico2.svg) no-repeat top left 36px;
  padding: 15px 0 0 35px;
  margin: 30px auto 0;
  position: relative;
  letter-spacing: .05em;
  width: 215px;
}
.p_fee .l_container_top > .l_content > .l_main .sec.sec_3 > .in_box > .wrap > figure .yokoslider::before {
  content: '';
  position: absolute;
  top: -5px;
  left: 0;
  background: url(../img/fee/sec3_ico1.svg) no-repeat;
  background-size: 100%;
  width: 23px;
  height: 38px;
}
.p_fee .l_container_top > .l_content > .l_main .sec.sec_4 {
  margin: 112px auto 0;
}
@media screen and (max-width: 768px) {
  .p_fee .l_container_top > .l_content > .l_main .sec.sec_4 {
    margin: 80px auto 0;
  }
}
.p_fee .l_container_top > .l_content > .l_main .sec.sec_4 .in_box {
  background: #CFEBEF;
  border-radius: 30px;
  padding: 110px 50px 50px;
}
@media screen and (max-width: 768px) {
  .p_fee .l_container_top > .l_content > .l_main .sec.sec_4 .in_box {
    margin: 100px auto 0;
    width: 100%;
    border-radius: 0;
    padding: 70px 4.6875% 30px;
  }
}
.p_fee .l_container_top > .l_content > .l_main .sec.sec_4 .in_box .c_ttl_1 {
  position: relative;
}
.p_fee .l_container_top > .l_content > .l_main .sec.sec_4 .in_box .flex {
  margin: 40px auto 0;
  padding: 50px;
  position: relative;
  background: #fff;
  border-radius: 30px;
  max-width: 800px;
}
@media screen and (max-width: 768px) {
  .p_fee .l_container_top > .l_content > .l_main .sec.sec_4 .in_box .flex {
    padding: 30px 20px;
    display: block;
    border-radius: 20px;
    margin: 25px auto 0;
  }
}
.p_fee .l_container_top > .l_content > .l_main .sec.sec_4 .in_box .flex > .text_wrap > .sub_ttl {
  font-weight: 700;
  text-align: center;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 768px) {
  .p_fee .l_container_top > .l_content > .l_main .sec.sec_4 .in_box .flex > .text_wrap > .sub_ttl {
    font-size: 1.8em;
    line-height: 1.6;
    margin: 0 0 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .p_fee .l_container_top > .l_content > .l_main .sec.sec_4 .in_box .flex > .text_wrap .u_txt_1 {
    letter-spacing: .05em;
  }
}
.p_fee .l_container_top > .l_content > .l_main .sec.sec_4 .in_box .flex > .text_wrap > ul.caution {
  margin: 20px 0 0 0;
}
.p_fee .l_container_top > .l_content > .l_main .sec.sec_4 .in_box .flex > .text_wrap > .in_wrap {
  margin: 30px 0 0 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media screen and (max-width: 768px) {
  .p_fee .l_container_top > .l_content > .l_main .sec.sec_4 .in_box .flex > .text_wrap > .in_wrap {
    margin: 20px 0 0 0;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p_fee .l_container_top > .l_content > .l_main .sec.sec_4 .in_box .flex > .text_wrap > .in_wrap figure {
    max-width: 226px;
  }
  .p_fee .l_container_top > .l_content > .l_main .sec.sec_4 .in_box .flex > .text_wrap > .in_wrap figure + figure {
    margin-top: 10px;
  }
  .p_fee .l_container_top > .l_content > .l_main .sec.sec_4 .in_box .flex > .text_wrap > .in_wrap figure img {
    width: 100%;
    height: auto;
  }
}
.p_fee .l_container_top > .l_content > .l_main .c_list_3 {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .p_fee .l_container_top > .l_content > .l_main .c_list_3 {
    margin-top: 80px;
  }
}

/*# sourceMappingURL=p_fee.css.map */
