@charset "UTF-8";
/*
YUI 3.18.1 (build f7e7bcb)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
html {
  color: #000;
  background: #FFF; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0;
  font-variant: normal; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%; }

legend {
  color: #000; }

#yui3-css-stamp.cssreset {
  display: none; }

body {
  color: #4db1e2;
  font-family: Helvetica , "游ゴシック" , "Yu Gothic" , sans-serif; }

img {
  vertical-align: bottom;
  max-width: 100%; }

a {
  color: inherit;
  text-decoration: none; }

figure {
  margin: 0; }

p {
  font-size: 16px;
  line-height: 28px; }

.fl { float:left ;}
.fr { float:right ;}

  @media screen and (max-width: 640px) {
    p {
      font-size: 12px;
      line-height: 24px; } }

.container {
  width: 1040px;
  margin: 0 auto; }
  @media screen and (max-width: 640px) {
    .container {
      width: auto;
      max-width: 100%;
      overflow: hidden; } }

.header {
  overflow: hidden;
  background: #fff;
  height: 100px;
  position: relative; }
  @media screen and (max-width: 640px) {
    .header {
      height: 50px;
      overflow: visible; } }

.logo {
  padding-top: 32px;
  float: left; }
  @media screen and (max-width: 640px) {
    .logo {
      padding-top: 14px;
      margin-left: 10px; }
      .logo img {
        height: 16px; } }

.nav {
  float: right;
  overflow: hidden;
  display: table; }
  .nav__item {
    display: table-cell;
    width: 100px;
    height: 100px;
    font-size: 15px;
    text-align: center;
    vertical-align: middle; }
    .nav__item:hover {
      background: #008ed4;
      color: white; }
    .nav__item--sm {
      font-size: 13px; }
  @media screen and (max-width: 640px) {
    .nav {
      position: absolute;
      top: 50px;
      left: 50%;
      width: 222px;
      margin-left: -111px;
      z-index: 1000;
      display: none;
      background: rgba(0, 142, 212, 0.9); }
      .nav__item {
        display: block;
        width: 100%;
        height: auto;
        color: #fff;
        font-size: 14px;
        padding: 5px;
        border-top: 2px solid #008ed4; }
        .nav__item:first-child {
          border-bottom: none; } }

.row {
  overflow: hidden; }
  .row--gutter-sm {
    margin: 0 -5px; }
    .row--gutter-sm .col-4 {
      padding: 0 5px; }
    .row--gutter-sm .col-8 {
      padding: 0 5px; }
  .row--gutter-lg {
    margin: 0 -20px; }
    .row--gutter-lg .col-6 {
      padding: 0 20px; }
  @media screen and (max-width: 640px) {
    .row {
      margin: 0 !important; }
      .row *[class*=col-] {
        float: none;
        width: auto;
        padding: 0 !important; } }

.col-4 {
  float: left;
  width: 33.3333333333%;
  box-sizing: border-box; }

.col-6 {
  box-sizing: border-box;
  width: 50%;
  float: left; }

.col-8 {
  float: left;
  width: calc((8 / 12) * 100%);
  box-sizing: border-box; }

.text-center {
  text-align: center; }

.vm {
  vertical-align: middle; }

.mb5 {
  margin-bottom: 5px; }

.mb10 {
  margin-bottom: 10px; }

.mb30 {
  margin-bottom: 30px; }

.mb40 {
  margin-bottom: 40px; }

.mb100 {
  margin-bottom: 100px; }

.mt5 {
  margin-top: 5px; }

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mb20 {
  margin-bottom: 20px; }

.mt90 {
  margin-top: 90px; }

.mt30 {
  margin-top: 30px; }

.text-right {
  text-align: right; }

.container-md {
  width: 780px;
  margin: 0 auto; }

.fl { float:left ;}
.fr { float:right ;}

  @media screen and (max-width: 640px) {
    .container-md {
      width: auto; } }

.footer {
  margin: 25px 0 120px; }
  .footer p {
    font-size: 12px;
    line-height: 24px; }
  @media screen and (max-width: 640px) {
    .footer {
      padding: 0 20px;
      margin-bottom: 120px; }
      .footer p {
        font-size: 10px;
        line-height: 1.4; } }

@media screen and (max-width: 640px) {
  .sp-br {
    display: block; } }

@media screen and (max-width: 640px) {
  .sp-hide {
    display: none !important; } }

.sp-show {
  display: none !important; }
  @media screen and (max-width: 640px) {
    .sp-show {
      display: block !important; } }

.sp-show-dib {
  display: none; }
  @media screen and (max-width: 640px) {
    .sp-show-dib {
      display: inline-block; } }

@media screen and (max-width: 640px) {
  .sp-small {
    font-size: 9px !important;
    line-height: 1.4 !important; } }

@media screen and (max-width: 640px) {
  .mb-sp-25 {
    margin-bottom: 25px; } }

.sp-nav-trg {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: #008ed4;
  display: block;
  text-align: center;
  padding-top: 14px;
  z-index: 10;
  box-sizing: border-box; }
  .sp-nav-trg img {
    width: 30px; }

.sp-nav {
  display: none; }
  @media screen and (max-width: 640px) {
    .sp-nav {
      width: 100%;
      display: table; } }
  .sp-nav__item {
    display: table-cell;
    text-align: center;
    color: #fff;
    background-color: #008ed4;
    padding: 5px 0;
    font-size: 12px; }
    .sp-nav__item:after {
      content: '';
      width: 12px;
      height: 12px;
      display: inline-block;
      background: url(/lp/15_af/assets/images/sp/nav-arrow-down.png);
      background-size: contain;
      background-repeat: no-repeat;
      margin-left: 5px;
      vertical-align: middle; }
    .sp-nav__item.active {
      background-color: #00486b; }

.pc-hide {
  display: none; }

.hdg-1 {
  position: relative;
  color: #4db1e2;
  font-size: 34px;
  line-height: 44px;
  border-left: 20px solid #008ed4;
  padding: 5px 15px;
  margin-bottom: 40px;
  font-weight: bold;
  letter-spacing: 2px; }
  .hdg-1__small {
    font-size: 22px;
    font-weight: normal; }
    .hdg-1__small strong {
      font-size: 34px;
      color: #92cf00; }
  .hdg-1__sup {
    font-size: 10px;
    vertical-align: top; }
  .hdg-1 strong {
    font-weight: bold; }
  .hdg-1__comment {
    position: absolute;
    z-index: 100; }
    .hdg-1__comment--1 {
      top: -30px;
      left: 520px; }
      @media screen and (max-width: 640px) {
        .hdg-1__comment--1 {
          width: 90px;
          top: -70px;
          right: -12px;
          left: auto; } }
  @media screen and (max-width: 640px) {
    .hdg-1 {
      font-size: 16px;
      line-height: 22px;
      border-left-width: 10px;
      padding: 0 0 0 5px;
      margin-bottom: 18px;
      letter-spacing: 1px; }
      .hdg-1--lg {
        font-size: 18px; }
      .hdg-1--comment-1 {
        margin-top: 30px; }
      .hdg-1__small {
        font-size: 12px;
        line-height: 24.5px; }
        .hdg-1__small strong {
          font-size: 18px; } }

.hdg-2 {
  font-size: 30px;
  line-height: 48px;
  font-weight: bold;
  border: 1px solid #4db1e2;
  text-align: center;
  color: #4db1e2;
  margin: 30px 0;
  padding-top: 3px; }
  @media screen and (max-width: 640px) {
    .hdg-2 {
      font-size: 20px;
      padding: 22px 0 18px;
      line-height: 1;
      border: none;
      margin: 0 0 15px;
      border-bottom: 1px solid #008ed4; } }

.hdg-3 {
  font-size: 44px;
  font-weight: 500;
  margin: 45px 0 20px;
  padding-bottom: 30px;
  position: relative;
  color: #008ed4; }
  .hdg-3:first-child {
    margin-top: 0; }
  .hdg-3:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background: url(/lp/15_af/assets/images/dot.png); }
  .hdg-3__sub {
    font-size: 24px;
    line-height: 36px;
    display: block; }
  .hdg-3 small {
    font-size: 32px; }
  .hdg-3__aside {
    position: absolute;
    bottom: 35px;
    right: 0;
    font-size: 14px; }
    @media screen and (max-width: 640px) {
      .hdg-3__aside {
        bottom: 10px;
        font-size: 10px; } }
  @media screen and (max-width: 640px) {
    .hdg-3 {
      font-size: 22px;
      line-height: 38px;
      padding-bottom: 15px;
      margin: 20px 0 10px; }
      .hdg-3:after {
        height: 15px; }
      .hdg-3__sub {
        font-size: 11px;
        line-height: 14px; }
      .hdg-3 small {
        font-size: 14px;
        line-height: 16px; } }

.hdg-4 {
  font-size: 40px;
  line-height: 60px;
  position: relative;
  padding-left: 60px;
  margin-bottom: 30px;
  margin-top: 180px; }
  .hdg-4:first-child {
    margin-top: 0; }
  .hdg-4__comment {
    position: absolute; }
    .hdg-4__comment--1 {
      top: -120px;
      left: -130px; }
    .hdg-4__comment--2 {
      top: -120px;
      left: -130px; }
    @media screen and (max-width: 640px) {
      .hdg-4__comment {
        width: 105px;
        left: -15px;
        top: -30px; } }
  @media screen and (max-width: 640px) {
    .hdg-4 {
      padding-left: 100px;
      padding-right: 0;
      font-size: 20px;
      line-height: 25px;
      margin-top: 45px;
      margin-bottom: 15px;
      letter-spacing: 2px; } }
  @media screen and (max-width: 640px) {
    .hdg-4--1 {
      margin-bottom: 33px; } }

.media-1 {
  padding-right: 350px;
  padding-bottom: 20px;
  position: relative; }
  .media-1:after {
    content: '';
    display: block;
    width: 401px;
    height: 621px;
    background-position: right top;
    position: absolute;
    top: -60px;
    right: -40px;
    background-image: url(../images/clip-1.png);
    background-size: contain;
    background-repeat: no-repeat; }
  @media screen and (max-width: 640px) {
    .media-1 {
      padding-right: 0;
      padding-bottom: 0; }
      .media-1:after {
        display: none; }
      .media-1__img {
        margin-top: 20px; } }

.media-2 {
  margin-bottom: 40px;
  overflow: hidden; }
  @media screen and (max-width: 640px) {
    .media-2 {
      text-align: center; }
      .media-2:last-child {
        margin-bottom: 15px; } }
  .media-2__img {
    float: left;
    margin-right: 30px; }
    @media screen and (max-width: 640px) {
      .media-2__img {
        float: none;
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 10px;
        margin-right: 10px; }
        .media-2__img img {
          height: 52px; } }
  .media-2__title {
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 10px; }
    @media screen and (max-width: 640px) {
      .media-2__title {
        display: inline-block;
        font-size: 18px;
        line-height: 26px; } }
  .media-2__body {
    padding-right: 30px; }
    @media screen and (max-width: 640px) {
      .media-2__body {
        text-align: left;
        padding-right: 0; } }

.media-3 {
  position: relative; }
  .media-3__figure {
    position: absolute;
    right: -20px;
    top: -165px; }
  .media-3__body {
    padding-right: 226px; }
  @media screen and (max-width: 640px) {
    .media-3 {
      overflow: hidden; }
      .media-3__figure {
        position: static;
        float: right;
        width: 110px; }
        .media-3__figure img {
          margin-bottom: 5px; }
      .media-3__body {
        float: left;
        padding-right: 0; } }

.media-4__figure {
  float: left;
  margin-right: 20px; }
  @media screen and (max-width: 640px) {
    .media-4__figure {
      float: none;
      margin-right: 0;
      margin-bottom: 5px;
      text-align: center; } }

@media screen and (max-width: 640px) {
  .media-4__body {
    margin-bottom: 0; } }

.media-5 {
  position: relative;
  margin: 30px auto 0;
  text-align: center; }
  @media screen and (max-width: 640px) {
    .media-5 {
      margin-top: 10px; } }
  .media-5__comment {
    position: absolute;
    top: -210px;
    right: 100px; }
    @media screen and (max-width: 640px) {
      .media-5__comment {
        width: 80px;
        top: -175px;
        left: 50%;
        margin-left: 55px; } }

.media-6 {
  position: relative;
  margin-bottom: 20px; }
  .media-6__comment {
    position: absolute;
    top: -145px;
    left: -30px; }
    @media screen and (max-width: 640px) {
      .media-6__comment {
        width: 80px;
        top: -125px;
        left: 50%;
        margin-left: -135px; } }

.media-7 {
  text-align: center;
  margin: 60px 0 55px; }
  .media-7__body {
    display: inline-block;
    position: relative; }
    @media screen and (max-width: 640px) {
      .media-7__body {
        display: block; } }
  .media-7__left {
    display: inline-block;
    width: 320px;
    height: 320px;
    padding: 100px 10px;
    background: #008ed4;
    color: white;
    box-sizing: border-box;
    font-size: 26px;
    line-height: 44px;
    font-weight: normal; }
    .media-7__left--sm {
      font-size: 20px;
      line-height: 36px;
      padding: 70px 30px; }
    @media screen and (max-width: 640px) {
      .media-7__left {
        width: auto;
        height: auto;
        display: block;
        font-size: 15px;
        line-height: 20px;
        padding: 10px;
        margin-bottom: 14px; } }
  .media-7__right {
    width: 320px;
    height: 320px;
    vertical-align: top;
    position: relative;
    padding: 105px 0;
    box-sizing: border-box;
    font-size: 54px;
    display: inline-block;
    margin-left: 80px;
    background: url(/lp/15_af/assets/images/dot.png); }
    .media-7__right--img {
      padding: 12px; }
    .media-7__right:before {
      background: #fff;
      content: '';
      position: absolute;
      top: 12px;
      left: 12px;
      width: calc(100% - 24px);
      height: calc(100% - 24px); }
      @media screen and (max-width: 640px) {
        .media-7__right:before {
          top: 5px;
          left: 5px;
          width: calc(100% - 10px);
          height: calc(100% - 10px); } }
    .media-7__right span {
      position: relative;
      z-index: 10; }
    .media-7__right small {
      display: block;
      font-size: 33px; }
    @media screen and (max-width: 640px) {
      .media-7__right {
        width: auto;
        height: auto;
        display: block;
        font-size: 27px;
        margin-left: 0;
        padding: 15px 0; }
        .media-7__right small {
          display: inline-block;
          margin-left: 5px;
          margin-right: 10px;
          font-size: 15px; } }
  .media-7__comment {
    position: absolute;
    top: -120px;
    right: -110px; }
    @media screen and (max-width: 640px) {
      .media-7__comment {
        width: 90px;
        top: auto;
        bottom: -10px;
        left: 50%;
        margin-left: 65px; } }
  @media screen and (max-width: 640px) {
    .media-7 {
      margin: 10px 0 0; } }
  @media screen and (max-width: 640px) {
    .media-7--table {
      margin: 30px 0 40px;
      overflow: hidden;
      display: table; } }
  @media screen and (max-width: 640px) {
    .media-7--table .media-7__left {
      width: 50%;
      height: auto;
      display: table-cell;
      font-size: 11px;
      line-height: 18px;
      padding: 10px 5px;
      vertical-align: middle; } }
  @media screen and (max-width: 640px) {
    .media-7--table .media-7__right {
      width: 50%;
      height: auto;
      display: table-cell;
      font-size: 27px;
      margin-left: 0;
      padding: 0;
      background: none; }
      .media-7--table .media-7__right small {
        display: inline-block;
        margin-left: 5px;
        margin-right: 10px;
        font-size: 15px; }
      .media-7--table .media-7__right:before {
        display: none; } }

.media-8 {
  padding-left: 30px !important;
  position: relative; }
  .media-8__comment {
    position: absolute;
    left: -20px;
    top: -10px; }

.media-9 {
  overflow: hidden;
  margin: 0 -30px; }
  @media screen and (max-width: 640px) {
    .media-9 {
      margin: 0 -5px; } }
  .media-9__col {
    width: 50%;
    float: left;
    padding: 0 30px;
    box-sizing: border-box; }
    @media screen and (max-width: 640px) {
      .media-9__col {
        padding: 0 5px; } }
  .media-9__title {
    font-size: 16px;
    margin: 10px 0 0;
    font-weight: bold; }
    @media screen and (max-width: 640px) {
      .media-9__title {
        font-size: 14px;
        margin-bottom: 0 !important; } }
  .media-9__body {
    font-size: 14px; }

.media-10 {
  overflow: hidden;
  margin: 0 -6px; }
  @media screen and (max-width: 640px) {
    .media-10 {
      margin: 0;
      text-align: center; } }
  .media-10 img {
    display: block; }
  @media screen and (max-width: 640px) {
    .media-10__img img {
      display: inline-block; } }
  .media-10__col {
    width: 33.333333333333%;
    float: left;
    padding: 0 12px;
    box-sizing: border-box; }
    @media screen and (max-width: 640px) {
      .media-10__col {
        float: none;
        width: auto;
        padding: 0; } }
  .media-10__body {
    font-size: 14px;
    line-height: 1.3; }
  .media-10__colspan {
    width: 373px; }
    @media screen and (max-width: 640px) {
      .media-10__colspan {
        width: auto;
        text-align: center; } }
  .media-10__title {
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
    line-height: 1.2; }
    @media screen and (max-width: 640px) {
      .media-10__title {
        font-size: 14px;
        margin-bottom: 0 !important; } }

.media-11 {
  overflow: hidden;
  margin: 10px -6px 0; }
  .media-11__col {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 0 6px; }
  .media-11__img {
    display: inline-block;
    vertical-align: bottom;
    width: 60px;
    margin-right: 5px; }
  .media-11__name {
    display: inline-block;
    vertical-align: bottom;
    font-size: 10px;
    line-height: 1.2; }

.media-12 {
  overflow: hidden;
  margin-bottom: 20px;
  text-align: left; }
  .media-12__img {
    float: left;
    margin-right: 13px;
    width: 115px; }
  .media-12__title {
    font-size: 22px;
    line-height: 30px; }
  .media-12__body {
    font-size: 12px;
    line-height: 18px; }

.tab:after {
  content: " ";
  display: block;
  clear: both; }

.tab__menu {
  float: left;
  width: 310px; }
  @media screen and (max-width: 640px) {
    .tab__menu {
      width: auto;
      float: none; } }

.tab__body {
  position: relative;
  width: calc(100% - 310px);
  float: left;
  border: 2px solid #008ed4;
  border-top: none;
  box-sizing: border-box;
  padding: 60px 60px 20px; }
  .active + .tab__body {
    margin-top: -6px; }
  .tab__body-content {
    display: none; }
    .tab__body-content.active {
      display: block; }
    @media screen and (max-width: 640px) {
      .tab__body-content {
        display: block; } }
  @media screen and (max-width: 640px) {
    .tab__body {
      width: auto;
      float: none;
      display: none;
      padding: 20px 10px 80px; }
      .active + .tab__body {
        display: block; } }

.tab__title {
  text-align: center;
  padding: 30px 0;
  font-size: 24px;
  line-height: 34px;
  font-weight: bold; }
  @media screen and (max-width: 640px) {
    .tab__title {
      font-size: 18px;
      padding: 25px 0;
      line-height: 1; } }

.tab__item {
  display: block;
  border: 2px solid #0190d2;
  border-right: none;
  padding: 20px;
  padding-left: 80px;
  background-repeat: no-repeat;
  background-position: 22px 25px;
  position: relative;
  font-size: 20px; }
  .tab__item.active:after {
    background-image: url(/lp/15_af/assets/images/check-active.png); }
  .tab__item:after {
    content: '';
    width: 36px;
    height: 36px;
    display: block;
    border: 2px solid #0190d2;
    background: white;
    position: absolute; }
    @media screen and (min-width: 641px) {
      .tab__item:after {
        top: 50%;
        left: 20px;
        transform: translate(0, -50%); } }
  .tab__item + .tab__item {
    border-top: none; }
  .tab__item.active, .tab__item:hover {
    background-color: #008fd5;
    color: white; }
    @media screen and (min-width: 641px) {
      .tab__item.active:before, .tab__item:hover:before {
        content: "";
        border: 10px solid transparent;
        border-left-color: #0190d2;
        vertical-align: middle;
        display: inline-block;
        margin: 0 0 0;
        position: absolute;
        right: -22px;
        top: 50%;
        transform: translate(0, -50%); } }
    .tab__item.active:after, .tab__item:hover:after {
      border-color: white; }
  @media screen and (max-width: 640px) {
    .tab__item {
      font-size: 15px;
      background: #008ed4;
      color: #fff;
      padding: 0;
      line-height: 50px;
      padding-left: 40px;
      margin-bottom: 6px; }
      .tab__item--sp-multi-line {
        line-height: 1.2;
        padding-top: 7px;
        padding-bottom: 7px; }
      .tab__item:hover:after, .tab__item:after {
        top: 14px;
        left: 10px;
        width: 20px;
        height: 20px;
        border: none;
        background-size: 20px;
        background-image: url(/lp/15_af/assets/images/check-active.png); }
      .tab__item:hover:before, .tab__item:before {
        content: '';
        position: absolute;
        top: 14px;
        right: 10px;
        width: 20px;
        height: 20px;
        background-size: 20px;
        background-image: url(/lp/15_af/assets/images/sp/icon-plus.png);
        background-repeat: no-repeat; }
      .tab__item.active:before {
        background-size: 20px;
        background-image: url(/lp/15_af/assets/images/sp/icon-minus.png);
        background-position: center; } }

@media screen and (max-width: 640px) {
  .tab {
    padding: 0 10px 50px; } }

.tab-close-trg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 45px;
  height: 45px;
  padding-top: 8px;
  text-align: center;
  background: #008ed4;
  box-sizing: border-box; }
  .tab-close-trg img {
    width: 23px; }

.tags__item {
  display: inline-block;
  border: 1px solid #008ed4;
  padding: 2px 10px 0;
  border: 2px solid #008ed4;
  line-height: normal;
  margin-bottom: 10px; }
  .tags__item + .tags__item {
    margin-left: 8px; }
  .tags__item:first-child {
    margin-left: 0; }

  @media screen and (max-width: 640px) {
    .tags__item {
      font-size: 11px;
      margin-bottom: 6px; } }

.checklist {
  margin-bottom: 25px; }
  .checklist__item {
    padding-left: 60px;
    line-height: 40px;
    margin-bottom: 10px;
    font-size: 24px;
    background-image: url(/lp/15_af/assets/images/check.png);
    background-repeat: no-repeat;
    background-position: 0 2px; }
    .checklist__item:last-child {
      margin-bottom: 10px; }
    @media screen and (max-width: 640px) {
      .checklist__item {
        font-size: 13px;
        padding-left: 30px;
        background-size: 16px;
        line-height: 24px;
        margin-bottom: 0;
        background-position: 0 4px; } }

.table {
  width: 100%; }
  @media screen and (max-width: 640px) {
    .table {
      margin-top: -5px !important; } }
  .table th, .table td {
    padding: 20px 25px; }
    @media screen and (max-width: 640px) {
      .table th, .table td {
        font-size: 11px;
        padding: 10px; } }
  .table__th {
    font-weight: bold; }
  .table tbody tr:nth-child(odd) {
    background: #f2f2f2; }
  .table tbody th {
    color: #002f46; }
    @media screen and (max-width: 640px) {
      .table tbody th {
        width: 90px; } }
  .table tbody td {
    text-align: center; }
  .table thead th {
    text-align: center;
    color: #002f46; }
  .hdg-3 + .table {
    margin-top: -20px; }
  @media screen and (max-width: 640px) {
    .table td {
      white-space: nowrap; } }

.profile {
  position: relative;
  padding-left: 40px;
  padding-bottom: 50px;
  margin-bottom: 30px;
  background-position: right bottom;
  background-repeat: no-repeat;
  padding-top: 70px; }
  .profile--2 {
    background-image: url(/lp/15_af/assets/images/profile-2.png); }
  .profile--3 {
    background-image: url(/lp/15_af/assets/images/profile-3.png); }
  .profile--4 {
    background-image: url(/lp/15_af/assets/images/profile-4.png); }
  .profile:after {
    content: '';
    width: 100%;
    height: 12px;
    background: url(/lp/15_af/assets/images/dot.png);
    display: block;
    position: absolute;
    bottom: 0;
    left: 0; }
    @media screen and (max-width: 640px) {
      .profile:after {
        height: 6px; } }
  .profile__position {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 1; }
    @media screen and (max-width: 640px) {
      .profile__position {
        font-size: 10px;
        line-height: 1.2;
        margin-bottom: 10px; } }
  .profile__name {
    font-size: 42px;
    margin-bottom: 40px; }
    @media screen and (max-width: 640px) {
      .profile__name {
        font-size: 22px;
        margin-bottom: 20px; } }
  .profile__name-en {
    font-size: 28px;
    color: #8f8f8f;
    margin-left: 20px;
    font-weight: normal; }
    @media screen and (max-width: 640px) {
      .profile__name-en {
        font-size: 14px;
        margin-left: 0;
        margin-left: 10px; } }
  .profile__name-job {
    margin-left: 20px;
    font-size: 30px; }
    @media screen and (max-width: 640px) {
      .profile__name-job {
        font-size: 15px; } }
  .profile__history-item {
    font-size: 17px;
    line-height: 30px; }
    @media screen and (max-width: 640px) {
      .profile__history-item {
        font-size: 10px;
        line-height: 15px; } }
  @media screen and (max-width: 640px) {
    .profile {
      padding: 20px 20px 22px;
      margin: 0 -20px;
      background-size: contain;
      background-position: right -50px bottom 0; } }

.form {
  position: relative;
  width: 720px;
  margin: 0 auto;
  margin-bottom: 90px;
  font-size: 13px;
  color: #333; }
  .form__comment {
    position: absolute;
    top: -180px;
    left: 50%;
    margin-left: -460px; }
    @media screen and (max-width: 640px) {
      .form__comment {
        width: 90px;
        left: 50%;
        margin-left: -155px;
        top: -130px; } }
  .form__sp-button {
    margin-bottom: 20px; }
  .form__lead {
    text-align: center;
    font-size: 14px;
    color: #8f8f8f;
    margin-bottom: 15px; }
    .form__lead--sp {
      font-size: 13px;
      color: #f00; }
  .form__domain {
    width: 150px;
    background-color: #FFDCDD;
    padding: 3px;
    margin: 3px;
    margin: 0 auto;
    text-align: center;
    color: #3265a8;
    margin-bottom: 12px; }
    .form__domain span {
      color: #FF0000; }
  .form__table {
    width: 100%;
    margin-bottom: 55px; }
    @media screen and (max-width: 640px) {
      .form__table {
        display: block;
        margin-bottom: 0;
        border-bottom: 1px solid #a19c95;
        margin-bottom: 10px; } }
    @media screen and (max-width: 640px) {
      .form__table tr, .form__table tbody, .form__table thead {
        display: block; } }
    .form__table th, .form__table td {
      border: 1px solid #008ed4;
      padding: 15px 10px;
      vertical-align: middle; }
      @media screen and (max-width: 640px) {
        .form__table th, .form__table td {
          display: block;
          border: none;
          padding: 9px;
          text-align: left; } }
    .form__table th {
      width: 205px;
      background: #f5f5f5;
      text-align: right;
      color: #333; }
      @media screen and (max-width: 640px) {
        .form__table th {
          width: auto;
          background: #f8f5ee;
          border-top: 1px solid #c7c5c2;
          border-bottom: 1px solid #d1d1be;
          text-align: left; } }
  .form__tel-notice {
    color: #ff0b16;
    font-size: 13px;
    line-height: 1.4;
    margin-top: 10px; }
  .form__textarea {
    width: 100%;
    height: 150px; }
  .form__sub-notice {
    color: #FF0000; }
    .form__sub-notice strong {
      font-weight: bold; }
  .form__btn {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 18px;
    text-align: center;
    line-height: 70px;
    position: relative;
    width: 420px;
    background: #008ed4;
    color: #fff; }
    .form__btn:before {
      content: '';
      display: block;
      border: 1px solid #fff;
      position: absolute;
      top: 5px;
      left: 5px;
      bottom: 5px;
      right: 5px; }
    @media screen and (max-width: 640px) {
      .form__btn {
        width: auto; } }
  @media screen and (max-width: 640px) {
    .form {
      width: auto;
      margin: 0 -10px 20px; } }

.form-notice {
  margin-left: 15px;
  display: inline-block; }
  .form-notice span {
    color: #ff0b16;
    margin-right: 5px; }

.radio-group__item {
  margin-left: 15px; }
  .radio-group__item:first-child {
    margin-left: 0; }
  .radio-group__item input {
    margin-right: 5px; }

.form-lead-notice {
  padding: 12px;
  border-top: 1px solid #bdbeaa;
  line-height: 1.4; }

.form-require-icon {
  color: #316fbb; }

.form-notice-box {
  padding: 10px;
  background: #fff3f3;
  margin-bottom: 10px; }

.form-notice-list__item:first-letter {
  color: #F00; }

.form-notice-list__item strong {
  color: #F00;
  font-weight: bold; }

.form-notice-list__item span {
  font-weight: bold; }

.form-hdg {
  background: #3294df;
  color: #fff;
  font-size: 14px;
  padding: 5px;
  margin-bottom: 20px; }

.form-hdg-sub {
  background: #3294df;
  color: #fff;
  font-size: 12px;
  padding: 3px;
  margin-bottom: 10px; }

.mv {
  position: relative; }
  .mv__ctrl {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -25px; }
    .mv__ctrl .container {
      position: relative; }
    .mv__ctrl-item {
      position: absolute;
      top: 0;
      width: 50px;
      height: 50px;
      /* display: block; */
      display: none;
      cursor: pointer; }
    .mv__ctrl-prev {
      left: 0;
      background: url(/lp/15_af/assets/images/arrow_left_off.png); }
      .mv__ctrl-prev:hover {
        background: url(/lp/15_af/assets/images/arrow_left_on.png); }
    .mv__ctrl-next {
      right: 0;
      background: url(/lp/15_af/assets/images/arrow_right_off.png); }
      .mv__ctrl-next:hover {
        background: url(/lp/15_af/assets/images/arrow_right_on.png); }

.panel {
  margin-bottom: 20px; }
  .panel:last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 640px) {
    .panel--wide {
      margin: 0 -20px; } }
  .panel__header {
    line-height: 60px;
    font-size: 28px;
    text-align: center;
    background: #4db1e2;
    color: #fff;
    padding-top: 4px; }
    @media screen and (max-width: 640px) {
      .panel__header {
        font-size: 15px;
        line-height: 20px;
        padding: 12.5px 30px;
        background: #4db1e2; }
        .panel__header--single {
          padding: 0;
          font-size: 20px;
          line-height: 65px; }
        .panel__header--md {
          font-size: 20px;
          padding: 0;
          line-height: 50px; }
        .panel__header--sub-md {
          font-size: 15px;
          padding: 5px 30px; }
        .panel__header .sp-br {
          display: block; } }
  .panel__body {
    padding: 40px;
    border: 2px solid #4db1e2; }
    .panel__body + .panel__body {
      border-top: none; }
    .panel__body--lg {
      padding: 65px 60px; }
    .panel__body--xl {
      padding: 100px 85px 65px; }
    @media screen and (max-width: 640px) {
      .panel__body {
        border: none;
        padding: 30px 20px 37px; }
        .panel__body + .panel__body {
          padding-top: 0; }
        .panel-4 .panel__body {
          padding-bottom: 0; } }
  @media screen and (max-width: 640px) {
    .panel {
      margin-bottom: 20px; } }

.panel-1__lead {
  font-size: 20px;
  line-height: 1.8; }

.panel-1__notice {
  margin: 20px 0 -20px;
  font-size: 14px;
  line-height: 21.3px; }

@media screen and (max-width: 640px) {
  .panel-1 {
    margin-bottom: -5px; } }

@media screen and (max-width: 640px) {
  .panel-4 {
    margin-bottom: 40px; } }

.strong {
  color: #92cf00; }

.strong-2 {
  font-weight: bold; }

.text-notice {
  font-size: 13px;
  line-height: 22px; }
  .text-notice--weak {
    color: #8f8f8f; }

.box {
  padding: 30px;
  background: #f5f5f5;
  overflow: hidden;
  margin-bottom: 35px; }
  @media screen and (max-width: 640px) {
    .box {
      padding: 10px;
      margin-bottom: 18px; }
      .box p {
        line-height: 1.4;
        margin-bottom: 1em; }
        .media-3 .box p {
          font-size: 12px;
          line-height: 19px; }
      .box dt {
        font-weight: bold; }
      .box--wide {
        padding: 10px 30px; } }
  .box--border {
    border: 1px solid #b5b5b5;
    padding: 20px; }
    @media screen and (max-width: 640px) {
      .box--border {
        padding: 10px; } }
  .box__title {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 15px; }
    .box__title small {
      font-size: 16px;
      font-weight: normal; }
    @media screen and (max-width: 640px) {
      .box__title {
        font-size: 16px;
        line-height: 27px;
        margin-bottom: 0; } }
  .box__figure {
    float: right; }
    @media screen and (max-width: 640px) {
      .box__figure {
        float: none; } }
  .box__body {
    font-size: 17.7px; }
    @media screen and (max-width: 640px) {
      .box__body {
        font-size: 12px;
        line-height: 19px; } }
  .box--type-1 {
    position: relative;
    z-index: 10; }
    .box--type-1 .box__body {
      width: 390px;
      float: left; }
      @media screen and (max-width: 640px) {
        .box--type-1 .box__body {
          width: calc(100% - 110px);
          float: left;
          padding-right: 0;
          margin-bottom: 0; } }

@media screen and (max-width: 640px) {
  .sp-border-box {
    border: 1px solid #008ed4;
    padding: 0 10px;
    margin-bottom: 10px; } }

.doctor__img {
  vertical-align: middle;
  margin-right: 20px; }

.price {
  margin-bottom: 10px;
  color: #0190d6; }
  .price__label {
    line-height: 1.3;
    display: inline-block;
    font-size: 28px;
    margin-right: 15px;
    font-weight: bold; }
    @media screen and (max-width: 640px) {
      .price__label {
        font-size: 14px; }
        .price__label small {
          font-size: 12px;
          margin-bottom: 3px; } }
  .price__value {
    line-height: 1;
    display: inline-block;
    font-size: 90.5px; }
    @media screen and (max-width: 640px) {
      .price__value {
        font-size: 45px; } }
  .price__yen {
    line-height: 1;
    display: inline-block;
    text-align: center;
    font-size: 37.5px; }
    .price__yen small {
      font-size: 14.32px;
      display: block; }
    @media screen and (max-width: 640px) {
      .price__yen {
        font-size: 18px; }
        .price__yen small {
          font-size: 10px;
          margin-bottom: 2px; } }

.text-sub {
  font-size: 18.2px;
  margin: 10px 0; }
  @media screen and (max-width: 640px) {
    .text-sub {
      font-size: 10px;
      line-height: 1.4; } }

.text-weak {
  font-size: 20px;
  color: #8f8f8f;
  line-height: 36px; }
  .text-weak strong {
    color: #008ed4; }
  @media screen and (max-width: 640px) {
    .text-weak {
      font-size: 12px;
      line-height: 20px; } }

.flow {
  border: 1px solid #008ed4;
  line-height: 297px;
  font-size: 36px;
  color: #008ed4; }
  .flow__title {
    text-align: center;
    color: #008ed4; }
  @media screen and (max-width: 640px) {
    .flow {
      font-size: 19px;
      line-height: 30px;
      margin-bottom: 18px; } }

.flow-img {
  display: block;
  margin-bottom: 25px; }
  @media screen and (max-width: 640px) {
    .flow-img {
      margin-bottom: 20px; } }

.flow-arrow {
  text-align: center;
  margin: 40px 0; }
  @media screen and (max-width: 640px) {
    .flow-arrow {
      margin: 0 0 20px; } }

.flow-caption {
  font-size: 20px;
  text-align: left; }

.banner {
  position: relative;
  margin: 20px 0; }
  .banner--spacing {
    margin: 40px 0 115px; }
  @media screen and (max-width: 640px) {
    .banner {
      margin: 20px 0 20px; }
      .banner--spacing {
        margin-top: 35px 0 10px; } }
  .banner__comment {
    position: absolute; }
    .banner__comment--1 {
      top: -10px;
      right: -40px; }
      @media screen and (max-width: 640px) {
        .banner__comment--1 {
          width: 100px;
          top: -5px;
          left: -5px; } }
    .banner__comment--2 {
      top: -30px;
      left: -24px; }
      @media screen and (max-width: 640px) {
        .banner__comment--2 {
          width: 100px;
          top: -5px;
          left: -5px; } }
    .banner__comment--3 {
      top: -80px;
      left: -24px; }
      @media screen and (max-width: 640px) {
        .banner__comment--3 {
          width: 100px;
          top: -5px;
          left: -5px; } }

.phone {
  padding-left: 50px;
  background-image: url(../images/tel.png);
  background-position: left center;
  background-repeat: no-repeat;
  font-size: 36px;
  font-weight: normal;
  margin-bottom: 45px;
  color: #008ed4; }
  @media screen and (max-width: 640px) {
    .phone {
      margin-bottom: 0;
      font-size: 22px;
      line-height: 60px;
      background-size: 23px;
      padding-left: 33px; } }

.dl {
  font-size: 18px; }
  .dl__title {
    line-height: 30px;
    margin-top: 1em;
    font-weight: bold;
    margin-bottom: 10px; }
    .dl__title:first-child {
      margin-top: 0; }
  .dl__body {
    line-height: 22px; }


.dl__body span {
    color: #df212c;
}


  @media screen and (max-width: 640px) {
    .dl {
      font-size: 12px;
      margin-bottom: 20px; } }

      .fix-bar {
        z-index: 100;
        position: fixed;
        box-sizing: border-box;
        bottom: 0;
        left: 0;
        width: 100%;
        background: rgba(255, 255, 255, 0.7);
        height: 90px;
        text-align: center;
        padding-top: 15px; }
        .fix-bar__btn {
          display: inline-block;
          color: #fff;
          background: #00486b;
          border-bottom: 5px solid #002639;
          text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.6);
          vertical-align: top; }
          .fix-bar__btn.icl {
            background: #4eafe2;
            border-bottom: 5px solid #4d94b9;
          }
          .fix-bar__btn--wide {
            width: 450px;
            line-height: 60px;
            font-weight: bold;
            font-size: 22px;
            margin: 0 10px;
            position: relative; }
            @media screen and (max-width: 640px) {
              .fix-bar__btn {
                margin: 10px 0 0;}
            }
            .fix-bar__btn--wide:after {
              content: '';
              width: 27px;
              height: 23px;
              margin-left: 20px;
              margin-right: -57px;
              display: inline-block;
              vertical-align: -7px;
              background: url(/lp/15_af/assets/images/arrow-down.png); }
            @media screen and (max-width: 640px) {
              .fix-bar__btn--wide {
                width: 100%;
                font-size: 16px;
                line-height: 35px; }
                .fix-bar__btn--wide:after {
                  height: 12px;
                  margin-right: 0;
                  background-size: contain;
                  margin-left: 10px;
                  vertical-align: 0px;
                  background-repeat: no-repeat;
                  margin-right: -22px; } }
          .fix-bar__btn--block {
            margin-left: 50px;
            width: 60px;
            height: 65px;
            font-size: 14.5px;
            padding-top: 10px;
            box-sizing: border-box; }
            .fix-bar__btn--block img {
              margin-bottom: 5px; }
            @media screen and (max-width: 640px) {
              .fix-bar__btn--block {
                position: absolute;
                right: 15px;
                width: 35px;
                height: 35px;
                padding: 8px;
                bottom: 105px; }
                .fix-bar__btn--block img {
                  width: 100%; } }
        @media screen and (max-width: 640px) {
          .fix-bar {
            padding: 40px 15px 6px;
            height: auto; } }
      

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.google-map {
  border: 1px solid #008ed4;
  display: block;
  width: 350px;
  height: 350px;
  margin: 0 auto; }
  @media screen and (max-width: 640px) {
    .google-map {
      width: 180px;
      height: 180px;
      margin: 0 auto; } }

@media screen and (max-width: 640px) {
  .text {
    font-size: 10px;
    line-height: 13px;
    margin-bottom: 8px; } }

/* 料金改定テキスト */

.revision {
  display: inline-block;
  font-size: 22px;
  padding: 5px 30px;
  border: solid 2px #ff7916;
  background: #fff7f2;
  vertical-align: middle;
  margin-bottom: 10px;
  color: #f24e6c;
}
@media screen and (max-width: 640px) {
  .revision {
    font-size: 14px;
    padding: 3px 10px;
    line-height: 1.5;
  }  
}

/* ここまでがstyle_new.css */


/* 直接indexに書き込んでいたstyle */
  .revision {
    display: inline-block;
    font-size: 22px;
    padding: 5px 30px;
    border: solid 2px #ff7916;
    background: #fff7f2;
    vertical-align: middle;
    margin-bottom: 10px;
    color: #f24e6c;
}
  @media screen and (max-width: 640px) {
    .revision {
      font-size: 14px;
      padding: 3px 10px;
      line-height: 1.5;
    }
  }
  @media screen and (min-width: 641px) {
	.contactSet li,.contactSet {
		text-align: center;
	}
	.contactSet li.btn1 {
		width: 60%;
		margin: 0 auto;
		position: relative;
	}

	.contactSet li.btn1 a {
		background-color: #038ed4;
		border-radius: 9999px;
		padding: 20px 0;
		text-decoration: none;
		font-size: 20px;
		color: aliceblue;
		display: block;
	}

	.contactSet li.btn1 a span {
		position: absolute;
		height: 60px;
		width: 60px;
		background-color: #fff000;
		left: 20px;
		top: 50%;
		transform: translateY(-50%);
		font-size: 12px;
		border-radius: 9999px;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #038ed3;
		font-weight: bold;
		font-size: 18px;
	}

	.contactSet li.btn2 {
		width: 60%;
		margin: 30px auto;
		position: relative;
	}

	.contactSet li.btn2 a {
		background-color: #4cb0e2;
		border-radius: 9999px;
		padding: 20px 0;
		text-decoration: none;
		font-size: 20px;
		color: aliceblue;
		display: block;
		line-height: 1.3;
	}

	.contactSet li.btn2 a span {
		position: absolute;
		height: 60px;
		width: 60px;
		background-color: #fff000;
		left: 20px;
		top: 50%;
		transform: translateY(-50%);
		font-size: 12px;
		border-radius: 9999px;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #038ed3;
		font-weight: bold;
		font-size: 18px;
	}
	.contactSet {
		margin: 15px 0 30px;
	}
	.contactSet li.btn1 {
		width: 440px;
		margin: 30px auto;
		position: relative;
		display: inline-block;
		vertical-align: top;
		margin-right: 20px;
	}
	.contactSet li.btn1 a {
		background-color: #038ed4;
		border-radius: 9999px;
		padding: 41px 0;
		text-decoration: none;
		font-size: 20px;
		color: aliceblue;
		display: block;
		vertical-align: top;
	}
	.contactSet li.btn2 {
		width: 440px;
		margin: 30px auto;
		position: relative;
		display: inline-block;
	}
	.contactSet li.btn2 a {
		background-color: #4cb0e2;
		border-radius: 9999px;
		padding: 20px 0;
		text-decoration: none;
		font-size: 20px;
		color: aliceblue;
		display: block;
		line-height: 1.3;
	}

}


@media screen and (max-width: 640px) {
	.pc {
		display: none;
	}
	.contactSet li {
		text-align: center;
	}
	.contactSet li.btn1 a {
		background-color: #038ed4;
		border-radius: 5px;
    padding: 4vw 0;
		text-decoration: none;
		font-size: 5vw;
		color: #fff;
		display: block;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.contactSet li.btn1 a span {
		display: block;
		text-align: center;
		background-color: #fff000;
		font-size: 4vw;
		color: #038ed3;
		font-weight: bold;
		display: inline-block;
		padding: 0 1.5vw;
		margin-right: 2vw;
	}

	.contactSet li.btn2 {
		margin: 30px auto;
	}

	.contactSet li.btn2 a {
		background-color: #4cb0e2;
    padding: 4vw;
		text-decoration: none;
		font-size: 18px;
		color: aliceblue;
		display: block;
		line-height: 1.3;
		border-radius: 5px;
	}

	.contactSet li.btn1,.contactSet li.btn2 {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	.contactSet li.btn1 a {
		background-color: #038ed4;
		border-radius: 50px;
		padding: 4vw 0;
		text-decoration: none;
		font-size: 4.5vw;
		color: #fff;
		display: block;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.contactSet li.btn2 a {
		background-color: #4cb0e2;
		padding: 3vw 2vw;
		text-decoration: none;
		font-size: 5vw;
		color: aliceblue;
		display: block;
		line-height: 1.3;
		border-radius: 60px;
	}
  .form__lead {
    width: 100%;
  }
}



