@charset "UTF-8";
/*css調整*/
/* line 35, ../sass/index.scss */
* {
  margin: 0;
  padding: 0;
}

/* line 40, ../sass/index.scss */
p {
  line-height: 1.5;
}

/*flex周り*/
/* line 46, ../sass/index.scss */
.flex-row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  /* line 46, ../sass/index.scss */
  .flex-row {
    display: block;
  }
  /* line 51, ../sass/index.scss */
  .flex-row.mobile-flex {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

/* line 58, ../sass/index.scss */
.flex-space {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

/* line 62, ../sass/index.scss */
.flex-start {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

/* line 66, ../sass/index.scss */
.flex-center {
  -webkit-justify-content: center;
  justify-content: center;
}

/* line 70, ../sass/index.scss */
.align-item {
  align-items: center;
}

/* line 74, ../sass/index.scss */
.text-center {
  text-align: center;
}

@media screen and (max-width: 767px) {
  /* line 78, ../sass/index.scss */
  .only-pc {
    display: none;
  }
}

/* line 83, ../sass/index.scss */
.only-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  /* line 83, ../sass/index.scss */
  .only-sp {
    display: block;
  }
}

/* line 90, ../sass/index.scss */
.mbs {
  margin-bottom: 20px !important;
}

/* line 94, ../sass/index.scss */
body {
  background: #fff;
  margin: 0;
  padding: 0;
  font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  height: 100%;
  width: 100%;
  color: #333;
  font-size: 90%;
}
@media screen and (max-width: 1000px) {
  /* line 94, ../sass/index.scss */
  body {
    width: 960px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  /* line 94, ../sass/index.scss */
  body {
    width: 100%;
  }
}

/* line 112, ../sass/index.scss */
input, select, textarea {
  -webkit-appearance: none;
  font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

/* line 117, ../sass/index.scss */
li {
  list-style-type: none;
}

/* line 121, ../sass/index.scss */
a {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-decoration: none;
}

/* line 129, ../sass/index.scss */
img {
  margin: 0;
  padding: 0;
}

/* line 134, ../sass/index.scss */
a img {
  border: none;
}

/* line 138, ../sass/index.scss */
:after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 144, ../sass/index.scss */
.clearfix {
  clear: both;
  display: block;
  float: none;
}

/* line 150, ../sass/index.scss */
.mobile {
  display: none;
}

/* line 154, ../sass/index.scss */
.br-pc {
  display: block;
}

/* line 158, ../sass/index.scss */
.br-sp {
  display: none;
}

/* ------------------------header------------------------*/
/* line 164, ../sass/index.scss */
#top {
  background: rgba(255, 255, 255, 0.9);
  /*	box-shadow:0px 4px 6px -3px #ccc;
  -moz-box-shadow:0px 4px 6px -3px #ccc;
  -webkit-box-shadow:0px 4px 6px -3px #ccc;*/
  width: 100%;
  z-index: 100;
}

/* line 174, ../sass/index.scss */
header {
  width: 98%;
  max-width: 960px;
  margin: 0 auto;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  /* line 174, ../sass/index.scss */
  header {
    width: 100%;
  }
}

/* line 184, ../sass/index.scss */
h1 {
  display: inline-block;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  /* line 184, ../sass/index.scss */
  h1 {
    padding-left: 15px;
  }
}
/* line 193, ../sass/index.scss */
h1 img {
  width: 177px;
  height: 62px;
  margin-right: 30px;
}
/* line 199, ../sass/index.scss */
h1 a {
  text-decoration: none;
  color: #555;
}

/* line 206, ../sass/index.scss */
#top .tel-img {
  width: 261px;
  height: 48px;
}
/* line 210, ../sass/index.scss */
#top ul {
  float: right;
  display: inline-block;
}
/* line 215, ../sass/index.scss */
#top li {
  display: block;
  margin: 0 0;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
}
/* line 221, ../sass/index.scss */
#top li.tel-title {
  color: #E60012;
}
@media screen and (max-width: 767px) {
  /* line 226, ../sass/index.scss */
  #top .header-tel-wrapper {
    display: block;
    text-align: center;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 2px solid #1E5199;
  }
}
/* line 236, ../sass/index.scss */
#top .tel {
  background: url(../images/ico_freedial.png) no-repeat left center;
  background-size: 35px auto;
  display: inline-block;
  margin: 4px auto 5px;
  padding: 0 0 0 40px;
  letter-spacing: .02em;
  color: #000;
  font-weight: bold;
  font-size: 28px;
  /* font-size: 1.625rem; */
  line-height: 1em;
  font-family: 'Roboto', sans-serif;
}

/* ------------------------Gnavi------------------------*/
/* line 255, ../sass/index.scss */
#nav-toggle {
  display: none;
  position: absolute;
  right: 10px;
  top: 6px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 101;
}
/* line 256, ../sass/index.scss */
#nav-toggle div {
  position: relative;
  margin: 4px auto 0;
  width: 90%;
}
/* line 271, ../sass/index.scss */
#nav-toggle span {
  display: block;
  position: absolute;
  height: 4px;
  width: 90%;
  background: #1E5199;
  left: 1px;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
/* line 282, ../sass/index.scss */
#nav-toggle span:nth-child(1) {
  top: 0;
}
/* line 286, ../sass/index.scss */
#nav-toggle span:nth-child(2) {
  top: 11px;
}
/* line 290, ../sass/index.scss */
#nav-toggle span:nth-child(3) {
  top: 22px;
}

/* line 296, ../sass/index.scss */
#global-nav {
  background: #f6f6f6;
  border-bottom: #ccc 1px solid;
  width: 100%;
}
/* line 301, ../sass/index.scss */
#global-nav ul {
  display: block;
  max-width: 960px;
  margin: 0 auto 0 auto;
  padding: .8em 0 .8em 2em;
  text-align: center;
}
/* line 309, ../sass/index.scss */
#global-nav li {
  display: inline-block;
  margin-right: 2em;
  font-size: 15px;
  font-size: 0.9375rem;
}
/* line 315, ../sass/index.scss */
#global-nav li:last-child {
  margin-right: 0;
}
/* line 320, ../sass/index.scss */
#global-nav ul li.mobile {
  display: none;
}
/* line 324, ../sass/index.scss */
#global-nav a {
  color: #333;
  text-decoration: none;
}
/* line 328, ../sass/index.scss */
#global-nav a:hover {
  background: #0096f4;
  border-radius: 100px;
  padding: .2em 1em;
  color: #fff;
}

/* ------------------------contents------------------------*/
/* line 339, ../sass/index.scss */
#section1, #section2, #section3, #section4, #section5, #section6, #section7, #section9, #section10, #section11 {
  padding: 70px 0;
}

/* line 343, ../sass/index.scss */
#section8 {
  padding: 0 0 100px 0;
}

/* line 347, ../sass/index.scss */
#section0 {
  padding: 25px 0 30px 0;
}

/* line 351, ../sass/index.scss */
.mainArea {
  width: 98%;
  max-width: 960px;
  display: block;
  margin: 0 auto;
  display: block\9;
  *display: block;
  _display: block;
}
/* line 360, ../sass/index.scss */
.mainArea:not(:target) {
  display: block\9;
}

@media all and (-ms-high-contrast: none) {
  /* line 366, ../sass/index.scss */
  .mainArea {
    display: block;
  }
}
/* line 372, ../sass/index.scss */
.cautionArea {
  background-color: white;
  border: solid 2px #0096F4;
  border-radius: 30px;
  padding: 20px 100px;
  font-size: 16px;
  font-weight: 700;
  color: red;
  text-align: left;
}
@media screen and (max-width: 767px) {
  /* line 372, ../sass/index.scss */
  .cautionArea {
    padding: 20px;
    font-size: 1rem;
    text-align: left;
  }
}
/* line 386, ../sass/index.scss */
.cautionArea p.cautionTitle {
  font-size: 18px;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  /* line 386, ../sass/index.scss */
  .cautionArea p.cautionTitle {
    font-size: 1.2rem;
  }
}
/* line 394, ../sass/index.scss */
.cautionArea.first {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  /* line 394, ../sass/index.scss */
  .cautionArea.first {
    margin-bottom: 50px;
  }
}
/* line 400, ../sass/index.scss */
.cautionArea.second {
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  /* line 400, ../sass/index.scss */
  .cautionArea.second {
    margin-bottom: 20px;
  }
}

/* line 408, ../sass/index.scss */
.text_last {
  margin-bottom: 50px;
  font-size: 16px;
  font-size: 1rem;
}
/* line 412, ../sass/index.scss */
.text_last strong {
  font-size: 18px;
  font-size: 1.125rem;
  border-bottom: 1px solid #0096F4;
}

/* line 419, ../sass/index.scss */
.text {
  margin-bottom: 20px;
  font-size: 16px;
  font-size: 1rem;
}
/* line 423, ../sass/index.scss */
.text strong {
  font-size: 18px;
  font-size: 1.125rem;
  border-bottom: 1px solid #0096F4;
}

/* line 430, ../sass/index.scss */
p {
  font-size: 16px;
  font-size: 1rem;
}
/* line 433, ../sass/index.scss */
p strong {
  font-size: 18px;
  font-size: 1.125rem;
  border-bottom: 1px solid #0096F4;
}

/* line 441, ../sass/index.scss */
h2 {
  clear: both;
  display: inline-block;
  margin-bottom: 30px;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: normal;
  letter-spacing: .04em;
  color: #0096f4;
}

/* line 452, ../sass/index.scss */
h3 {
  clear: both;
  display: inline-block;
  margin-bottom: 30px;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: normal;
  letter-spacing: .04em;
  color: #0096f4;
}

/* line 463, ../sass/index.scss */
#section2 h2 {
  display: block;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  /* line 463, ../sass/index.scss */
  #section2 h2 {
    text-align: left;
  }
}

/* line 472, ../sass/index.scss */
#section2 ul:before {
  clear: both;
}

/* line 475, ../sass/index.scss */
#section2 ul:after {
  clear: both;
}

/* line 478, ../sass/index.scss */
#section2 ul {
  display: inline-block;
  margin: 30px auto 30px;
  text-align: left;
}

/* line 483, ../sass/index.scss */
#section2 li {
  background: url(../images/ico_check.png) left 2px center no-repeat;
  background-size: 18px;
  margin-bottom: 1em;
  padding: 0 0 0 2em;
  font-size: 20px;
}

/* line 491, ../sass/index.scss */
#section2 .red {
  color: #ff7b7b;
  font-weight: bold;
}

/* line 496, ../sass/index.scss */
.btnArea h2 {
  color: #333;
  text-align: center;
  font-weight: bold;
}

/* line 502, ../sass/index.scss */
.imgRight, .imgRight2 {
  display: inline;
  float: right;
}

/* line 507, ../sass/index.scss */
.imgRight img, .imgRight2 img {
  width: 100%;
}

/* line 511, ../sass/index.scss */
#section0 {
  background: #fff url(../images/bg_main.jpg) no-repeat right center;
  background-size: auto 950px;
  display: block;
  height: 650px;
  box-sizing: border-box;
  margin: 0 0 0;
  z-index: -1;
}
@media screen and (min-width: 1950px) {
  /* line 511, ../sass/index.scss */
  #section0 {
    background-position: center;
  }
}
@media screen and (max-width: 1364px) {
  /* line 511, ../sass/index.scss */
  #section0 {
    background-size: auto 650px;
  }
}
/* line 527, ../sass/index.scss */
#section0 .titleArea {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto 0;
  text-align: center;
  display: block;
}

/* line 538, ../sass/index.scss */
.titleArea h2 {
  margin-bottom: 40px;
}
/* line 539, ../sass/index.scss */
.titleArea h2 .title-img {
  width: 704px;
}
@media screen and (max-width: 767px) {
  /* line 539, ../sass/index.scss */
  .titleArea h2 .title-img {
    width: 100%;
    height: auto;
  }
}
/* line 548, ../sass/index.scss */
.titleArea .clinic-img {
  width: 701px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  /* line 548, ../sass/index.scss */
  .titleArea .clinic-img {
    width: 100%;
  }
}
/* line 555, ../sass/index.scss */
.titleArea .btn-img {
  width: 380px;
}
@media screen and (max-width: 767px) {
  /* line 555, ../sass/index.scss */
  .titleArea .btn-img {
    width: 100%;
  }
}
/* line 563, ../sass/index.scss */
.titleArea p.message2 {
  margin-bottom: 30px;
}
/* line 567, ../sass/index.scss */
.titleArea p.message span {
  background: rgba(255, 255, 255, 0.4);
  border: #0096f4 2px solid;
  border-radius: 100px;
  height: 2em;
  margin: 10px 0 0 0;
  padding: 0.5em 2em;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  vertical-align: middle;
  color: #0096f4;
}
/* line 582, ../sass/index.scss */
.titleArea .call span {
  background: rgba(255, 255, 255, 0.4);
  border-bottom: #ff7b7b 4px double;
  /*border-radius: 100px;*/
  height: 2em;
  margin: 10px 0 0 0;
  padding: .2em .5em;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  vertical-align: middle;
  color: #ff7b7b;
}
/* line 597, ../sass/index.scss */
.titleArea .btn {
  display: block;
  clear: both;
  vertical-align: middle;
  margin-top: -10px;
}
/* line 603, ../sass/index.scss */
.titleArea .btn a {
  display: block;
  position: relative;
  background: #F39800;
  border-top: none;
  border-right: none;
  border-bottom: 5px solid #E83828;
  border-left: none;
  border-radius: 20px;
  width: 365px;
  margin: 10px auto 0 auto;
  padding: 20px 0 21px;
  cursor: pointer;
  vertical-align: middle;
  -webkit-transition: all 0s ease-out;
  -moz-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  transition: all 0s ease-out;
  color: #fff;
}
@media screen and (max-width: 767px) {
  /* line 603, ../sass/index.scss */
  .titleArea .btn a {
    width: 100%;
  }
}
/* line 626, ../sass/index.scss */
.titleArea .btn a:hover {
  border: none;
  margin: 15px auto 0 auto;
}
/* line 631, ../sass/index.scss */
.titleArea .btn a span {
  font-size: 30px;
  display: inline-block;
  border-bottom: 2px solid white;
}
/* line 637, ../sass/index.scss */
.titleArea .btn a img {
  width: 80%;
}

/* line 644, ../sass/index.scss */
#section1 {
  border-top: 1px solid #ccc;
  background: #f1f8fd;
}
/* line 648, ../sass/index.scss */
#section1 h2 {
  display: block;
  color: #333;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
}
/* line 655, ../sass/index.scss */
#section1 h2 span {
  color: #0096F4;
  font-size: 28px;
  font-size: 1.75rem;
}
@media screen and (max-width: 767px) {
  /* line 655, ../sass/index.scss */
  #section1 h2 span {
    font-size: 20px;
    font-size: 1.25rem;
    margin-top: 5px;
    display: inline-block;
  }
}
/* line 667, ../sass/index.scss */
#section1 .h3-box {
  text-align: center;
  position: relative;
}
/* line 670, ../sass/index.scss */
#section1 .h3-box hr {
  position: absolute;
  width: 100%;
  top: 22px;
  border-color: #0096F4;
}
/* line 678, ../sass/index.scss */
#section1 h3 {
  display: inline-block;
  position: relative;
  background: #fff;
  padding: .3em 1em;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  border: 1px solid #0096F4;
  color: #333;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
/* line 690, ../sass/index.scss */
#section1 h3 span {
  color: #fb2a2a;
  font-size: 130%;
}
/* line 696, ../sass/index.scss */
#section1 ul.threeClm_points {
  width: 100%;
  display: block;
  font-size: 16px;
  font-size: 1rem;
}
/* line 702, ../sass/index.scss */
#section1 ul.threeClm_points li {
  width: 30%;
  width: 23% \9;
  display: inline-block;
  margin-right: 3%;
  margin-top: 20px;
  text-align: center;
  vertical-align: top;
}
/* line 711, ../sass/index.scss */
#section1 ul.threeClm_points li:nth-child(3n) {
  margin-right: 0;
}
/* line 715, ../sass/index.scss */
#section1 ul.threeClm_points li h4 {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 5px 0px;
}
/* line 721, ../sass/index.scss */
#section1 ul.threeClm_points li img {
  width: 126px;
}
@media screen and (max-width: 767px) {
  /* line 725, ../sass/index.scss */
  #section1 ul.threeClm_points li .description-box {
    width: calc( 100% - 146px );
    margin: 0px;
    margin-left: 20px;
    margin-top: 10px;
    text-align: left;
    line-height: 1.5;
    margin-bottom: 20px;
  }
}
/* line 737, ../sass/index.scss */
#section1 ul.threeClm_points li p {
  text-align: left;
  width: 210px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  /* line 737, ../sass/index.scss */
  #section1 ul.threeClm_points li p {
    width: 100%;
    margin: 0px;
  }
}

/* line 750, ../sass/index.scss */
#section2 {
  background: #f1f8fd;
  padding-top: 0px;
}

/* line 755, ../sass/index.scss */
#section2 ul.threeClm {
  width: 100%;
  /* Safari */
  align-items: stretch;
  margin: 75px 0 0 0;
  font-size: 16px;
  font-size: 1rem;
}
/* line 764, ../sass/index.scss */
#section2 ul.threeClm h2 {
  font-size: 25px;
  font-size: 1.5625rem;
}
/* line 769, ../sass/index.scss */
#section2 ul.threeClm li {
  position: relative;
  width: 280px;
  display: inline-block;
  padding: 50px 45px 30px;
  vertical-align: middle;
  background-color: white;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  /* line 769, ../sass/index.scss */
  #section2 ul.threeClm li {
    margin: 0px auto 40px auto;
  }
}
/* line 780, ../sass/index.scss */
#section2 ul.threeClm li img {
  position: absolute;
  left: 110px;
  top: -30px;
  width: 60px;
}
@media screen and (max-width: 767px) {
  /* line 780, ../sass/index.scss */
  #section2 ul.threeClm li img {
    left: calc( 50% - 30px );
  }
}
/* line 789, ../sass/index.scss */
#section2 ul.threeClm li:last-child {
  margin-right: 0;
}
/* line 792, ../sass/index.scss */
#section2 ul.threeClm li strong {
  border-bottom: 1px solid #E60012;
  color: #0096F4;
  font-size: 18px;
  font-size: 1.125rem;
}

/* line 803, ../sass/index.scss */
#section3 img.img-body {
  width: auto;
  height: 500px;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  /* line 803, ../sass/index.scss */
  #section3 img.img-body {
    display: block;
    margin: -20px auto 40px;
  }
}
@media screen and (max-width: 360px) {
  /* line 803, ../sass/index.scss */
  #section3 img.img-body {
    width: 100%;
    height: auto;
  }
}
/* line 817, ../sass/index.scss */
#section3 .types {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  /* line 817, ../sass/index.scss */
  #section3 .types {
    display: block;
    -ms-flex-wrap: initial;
    -webkit-flex-wrap: initial;
    flex-wrap: initial;
    -ms-justify-content: initial;
    -webkit-justify-content: initial;
    justify-content: initial;
  }
}
/* line 837, ../sass/index.scss */
#section3 .types dl {
  width: 22%;
  display: inline-block;
  position: relative;
  margin: 30px  3% 30px 0;
  padding: 0 0 20px;
  vertical-align: top;
  text-align: center;
}
@media screen and (max-width: 767px) {
  /* line 837, ../sass/index.scss */
  #section3 .types dl {
    width: 100%;
    display: block;
    position: relative;
    margin: 20px 0;
    padding: 0;
    vertical-align: top;
    text-align: center;
  }
}
/* line 854, ../sass/index.scss */
#section3 .types dl:nth-child(4n) {
  margin-right: 0;
  float: right;
}
@media screen and (max-width: 767px) {
  /* line 854, ../sass/index.scss */
  #section3 .types dl:nth-child(4n) {
    margin-right: 0;
    float: right;
  }
}
/* line 862, ../sass/index.scss */
#section3 .types dl:nth-child(1) {
  clear: both;
}
/* line 865, ../sass/index.scss */
#section3 .types dl img {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  /* line 865, ../sass/index.scss */
  #section3 .types dl img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    border-radius: 4px;
  }
}
/* line 878, ../sass/index.scss */
#section3 .types dl dt {
  width: 100%;
  display: block;
  margin: 0;
  font-weight: bold;
  white-space: nowrap;
}
/* line 885, ../sass/index.scss */
#section3 .types dl dd {
  width: 100%;
  display: block;
  margin: 0;
  -webkit-margin-start: 0;
}
/* line 890, ../sass/index.scss */
#section3 .types dl dd p {
  text-align: left;
}

/* line 898, ../sass/index.scss */
#section3, #section4, #section5, #section5-5, #section6, #section7, #section8, #section10, #section11 {
  background: #F2FAFE;
  /*上書き修正*/
}
/* line 901, ../sass/index.scss */
#section3 h2, #section4 h2, #section5 h2, #section5-5 h2, #section6 h2, #section7 h2, #section8 h2, #section10 h2, #section11 h2 {
  font-size: 28px;
  font-size: 1.75rem;
}
/* line 906, ../sass/index.scss */
#section3 h3, #section4 h3, #section5 h3, #section5-5 h3, #section6 h3, #section7 h3, #section8 h3, #section10 h3, #section11 h3 {
  font-size: 24px;
  font-size: 1.5rem;
  color: #3E3A39;
  border-left: 9px solid #0096F4;
  padding-left: 10px;
}
/* line 914, ../sass/index.scss */
#section3 .imgRight, #section4 .imgRight, #section5 .imgRight, #section5-5 .imgRight, #section6 .imgRight, #section7 .imgRight, #section8 .imgRight, #section10 .imgRight, #section11 .imgRight {
  width: 200px;
  margin: 0 0 0 40px;
}
/* line 919, ../sass/index.scss */
#section3 img.dangerous, #section4 img.dangerous, #section5 img.dangerous, #section5-5 img.dangerous, #section6 img.dangerous, #section7 img.dangerous, #section8 img.dangerous, #section10 img.dangerous, #section11 img.dangerous {
  width: 316px;
  height: 195px;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  /* line 919, ../sass/index.scss */
  #section3 img.dangerous, #section4 img.dangerous, #section5 img.dangerous, #section5-5 img.dangerous, #section6 img.dangerous, #section7 img.dangerous, #section8 img.dangerous, #section10 img.dangerous, #section11 img.dangerous {
    display: block;
    margin: 20px auto 0px;
  }
}
@media screen and (max-width: 360px) {
  /* line 919, ../sass/index.scss */
  #section3 img.dangerous, #section4 img.dangerous, #section5 img.dangerous, #section5-5 img.dangerous, #section6 img.dangerous, #section7 img.dangerous, #section8 img.dangerous, #section10 img.dangerous, #section11 img.dangerous {
    width: 100%;
    height: auto;
  }
}
/* line 935, ../sass/index.scss */
#section3 ul.causeList li, #section4 ul.causeList li, #section5 ul.causeList li, #section5-5 ul.causeList li, #section6 ul.causeList li, #section7 ul.causeList li, #section8 ul.causeList li, #section10 ul.causeList li, #section11 ul.causeList li {
  margin-bottom: .8em;
  padding: 0;
}
/* line 938, ../sass/index.scss */
#section3 ul.causeList li p, #section4 ul.causeList li p, #section5 ul.causeList li p, #section5-5 ul.causeList li p, #section6 ul.causeList li p, #section7 ul.causeList li p, #section8 ul.causeList li p, #section10 ul.causeList li p, #section11 ul.causeList li p {
  font-weight: bold;
  display: inline-block;
  background: linear-gradient(rgba(0, 0, 0, 0) 40%, #ffd9d9 40%);
  padding-bottom: .4em;
}
/* line 948, ../sass/index.scss */
#section3 ul:before, #section4 ul:before, #section5 ul:before, #section5-5 ul:before, #section6 ul:before, #section7 ul:before, #section8 ul:before, #section10 ul:before, #section11 ul:before {
  clear: both;
}
/* line 952, ../sass/index.scss */
#section3 ul.threeClm, #section4 ul.threeClm, #section5 ul.threeClm, #section5-5 ul.threeClm, #section6 ul.threeClm, #section7 ul.threeClm, #section8 ul.threeClm, #section10 ul.threeClm, #section11 ul.threeClm {
  display: block;
  width: 100%;
  margin: 10px 0 60px 0;
  text-align: center;
}
/* line 958, ../sass/index.scss */
#section3 ul.threeClm li, #section4 ul.threeClm li, #section5 ul.threeClm li, #section5-5 ul.threeClm li, #section6 ul.threeClm li, #section7 ul.threeClm li, #section8 ul.threeClm li, #section10 ul.threeClm li, #section11 ul.threeClm li {
  width: 30%;
  display: inline-block;
  margin-right: 30px;
  vertical-align: top;
}
/* line 964, ../sass/index.scss */
#section3 ul.threeClm li:last-child, #section4 ul.threeClm li:last-child, #section5 ul.threeClm li:last-child, #section5-5 ul.threeClm li:last-child, #section6 ul.threeClm li:last-child, #section7 ul.threeClm li:last-child, #section8 ul.threeClm li:last-child, #section10 ul.threeClm li:last-child, #section11 ul.threeClm li:last-child {
  margin-right: 0;
}
/* line 968, ../sass/index.scss */
#section3 ul.threeClm li img, #section4 ul.threeClm li img, #section5 ul.threeClm li img, #section5-5 ul.threeClm li img, #section6 ul.threeClm li img, #section7 ul.threeClm li img, #section8 ul.threeClm li img, #section10 ul.threeClm li img, #section11 ul.threeClm li img {
  width: 50%;
  margin: 0 auto 20px;
}
/* line 974, ../sass/index.scss */
#section3 ul.threeClm h4, #section4 ul.threeClm h4, #section5 ul.threeClm h4, #section5-5 ul.threeClm h4, #section6 ul.threeClm h4, #section7 ul.threeClm h4, #section8 ul.threeClm h4, #section10 ul.threeClm h4, #section11 ul.threeClm h4 {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  height: 60px;
}
/* line 981, ../sass/index.scss */
#section3 ul.threeClm p, #section4 ul.threeClm p, #section5 ul.threeClm p, #section5-5 ul.threeClm p, #section6 ul.threeClm p, #section7 ul.threeClm p, #section8 ul.threeClm p, #section10 ul.threeClm p, #section11 ul.threeClm p {
  text-align: left;
}
/* line 987, ../sass/index.scss */
#section3 .slick-prev, #section3 .slick-next, #section4 .slick-prev, #section4 .slick-next, #section5 .slick-prev, #section5 .slick-next, #section5-5 .slick-prev, #section5-5 .slick-next, #section6 .slick-prev, #section6 .slick-next, #section7 .slick-prev, #section7 .slick-next, #section8 .slick-prev, #section8 .slick-next, #section10 .slick-prev, #section10 .slick-next, #section11 .slick-prev, #section11 .slick-next {
  width: 38px !important;
  height: 38px !important;
  z-index: 2;
  top: 220px;
}
/* line 992, ../sass/index.scss */
#section3 .slick-prev img, #section3 .slick-next img, #section4 .slick-prev img, #section4 .slick-next img, #section5 .slick-prev img, #section5 .slick-next img, #section5-5 .slick-prev img, #section5-5 .slick-next img, #section6 .slick-prev img, #section6 .slick-next img, #section7 .slick-prev img, #section7 .slick-next img, #section8 .slick-prev img, #section8 .slick-next img, #section10 .slick-prev img, #section10 .slick-next img, #section11 .slick-prev img, #section11 .slick-next img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  /* line 987, ../sass/index.scss */
  #section3 .slick-prev, #section3 .slick-next, #section4 .slick-prev, #section4 .slick-next, #section5 .slick-prev, #section5 .slick-next, #section5-5 .slick-prev, #section5-5 .slick-next, #section6 .slick-prev, #section6 .slick-next, #section7 .slick-prev, #section7 .slick-next, #section8 .slick-prev, #section8 .slick-next, #section10 .slick-prev, #section10 .slick-next, #section11 .slick-prev, #section11 .slick-next {
    top: 50%;
  }
}
/* line 999, ../sass/index.scss */
#section3 .slick-prev, #section4 .slick-prev, #section5 .slick-prev, #section5-5 .slick-prev, #section6 .slick-prev, #section7 .slick-prev, #section8 .slick-prev, #section10 .slick-prev, #section11 .slick-prev {
  left: 10px;
}
/* line 1002, ../sass/index.scss */
#section3 .slick-next, #section4 .slick-next, #section5 .slick-next, #section5-5 .slick-next, #section6 .slick-next, #section7 .slick-next, #section8 .slick-next, #section10 .slick-next, #section11 .slick-next {
  right: 10px;
}
/* line 1005, ../sass/index.scss */
#section3 .slick-prev:before, #section3 .slick-next:before, #section4 .slick-prev:before, #section4 .slick-next:before, #section5 .slick-prev:before, #section5 .slick-next:before, #section5-5 .slick-prev:before, #section5-5 .slick-next:before, #section6 .slick-prev:before, #section6 .slick-next:before, #section7 .slick-prev:before, #section7 .slick-next:before, #section8 .slick-prev:before, #section8 .slick-next:before, #section10 .slick-prev:before, #section10 .slick-next:before, #section11 .slick-prev:before, #section11 .slick-next:before {
  content: "" !important;
}
/* line 1008, ../sass/index.scss */
#section3 .slide, #section4 .slide, #section5 .slide, #section5-5 .slide, #section6 .slide, #section7 .slide, #section8 .slide, #section10 .slide, #section11 .slide {
  position: relative;
}
/* line 1012, ../sass/index.scss */
#section3 .slider-for, #section4 .slider-for, #section5 .slider-for, #section5-5 .slider-for, #section6 .slider-for, #section7 .slider-for, #section8 .slider-for, #section10 .slider-for, #section11 .slider-for {
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  /* line 1015, ../sass/index.scss */
  #section3 .slider-nav, #section4 .slider-nav, #section5 .slider-nav, #section5-5 .slider-nav, #section6 .slider-nav, #section7 .slider-nav, #section8 .slider-nav, #section10 .slider-nav, #section11 .slider-nav {
    display: none;
  }
}
/* line 1020, ../sass/index.scss */
#section3 .slide-img, #section4 .slide-img, #section5 .slide-img, #section5-5 .slide-img, #section6 .slide-img, #section7 .slide-img, #section8 .slide-img, #section10 .slide-img, #section11 .slide-img {
  width: 100%;
}
/* line 1023, ../sass/index.scss */
#section3 .slide-text, #section4 .slide-text, #section5 .slide-text, #section5-5 .slide-text, #section6 .slide-text, #section7 .slide-text, #section8 .slide-text, #section10 .slide-text, #section11 .slide-text {
  text-align: center;
}
/* line 1026, ../sass/index.scss */
#section3 .slide-mini-img, #section4 .slide-mini-img, #section5 .slide-mini-img, #section5-5 .slide-mini-img, #section6 .slide-mini-img, #section7 .slide-mini-img, #section8 .slide-mini-img, #section10 .slide-mini-img, #section11 .slide-mini-img {
  margin: 0px 10px;
}

/* line 1034, ../sass/index.scss */
#section4 img.img-ganken {
  width: auto;
  height: 200px;
  margin-left: 30px;
}
/* line 1039, ../sass/index.scss */
#section4 img.img-body {
  width: auto;
  height: 500px;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  #section4 img.img-ganken{
    display: block;
    margin-top: -24px;
    padding-bottom: 24px;
  }
  /* line 1039, ../sass/index.scss */
  #section4 img.img-body {
    display: block;
    margin: -20px auto 40px;
  }
}
@media screen and (max-width: 360px) {
  /* line 1039, ../sass/index.scss */
  #section4 img.img-body {
    width: 100%;
    height: auto;
  }
}
/* line 1052, ../sass/index.scss */
#section4 img.img-mri {
  width: auto;
  height: 250px;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  /* line 1052, ../sass/index.scss */
  #section4 img.img-mri {
    display: block;
    margin: -20px auto 40px;
  }
}
@media screen and (max-width: 360px) {
  /* line 1052, ../sass/index.scss */
  #section4 img.img-mri {
    width: 100%;
    height: auto;
  }
}
/* line 1065, ../sass/index.scss */
#section4 img.img-kodawari {
  width: 317px;
  height: 142px;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  /* line 1065, ../sass/index.scss */
  #section4 img.img-kodawari {
    display: block;
    margin: -20px auto 40px;
  }
}
@media screen and (max-width: 360px) {
  /* line 1065, ../sass/index.scss */
  #section4 img.img-kodawari {
    width: 100%;
    height: auto;
  }
}
/* line 1078, ../sass/index.scss */
#section4 img.img-how-to {
  width: auto;
  height: 115px;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  /* line 1078, ../sass/index.scss */
  #section4 img.img-how-to {
    display: block;
    margin: 20px auto 20px;
  }
}
@media screen and (max-width: 360px) {
  /* line 1078, ../sass/index.scss */
  #section4 img.img-how-to {
    width: 100%;
    height: auto;
  }
}
/* line 1091, ../sass/index.scss */
#section4 img.img-ope {
  width: auto;
  height: 216px;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  /* line 1091, ../sass/index.scss */
  #section4 img.img-ope {
    display: block;
    margin: 20px auto 20px;
  }
}
@media screen and (max-width: 360px) {
  /* line 1091, ../sass/index.scss */
  #section4 img.img-ope {
    width: 100%;
    height: auto;
  }
}
/* line 1106, ../sass/index.scss */
#section4 .steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  /* line 1106, ../sass/index.scss */
  #section4 .steps {
    display: block;
    -ms-flex-wrap: initial;
    -webkit-flex-wrap: initial;
    flex-wrap: initial;
    -ms-justify-content: initial;
    -webkit-justify-content: initial;
    justify-content: initial;
  }
}
/* line 1123, ../sass/index.scss */
#section4 .steps dl {
  width: 31%;
  position: relative;
  display: inline-block;
  position: relative;
  margin: 30px  3% 30px 0;
  padding: 0 0 20px;
  vertical-align: top;
  text-align: center;
}
@media screen and (max-width: 767px) {
  /* line 1123, ../sass/index.scss */
  #section4 .steps dl {
    width: 100%;
    position: relative;
    display: block;
    position: relative;
    margin: 30px 0;
    padding: 0 0;
    vertical-align: top;
    text-align: center;
  }
}
/* line 1142, ../sass/index.scss */
#section4 .steps dl:after {
  content: "";
  position: absolute;
  background: url(../images/img_arrow.png) no-repeat center;
  background-size: 14px auto;
  width: 14px;
  height: 70px;
  top: 90px;
  right: -20px;
}
@media screen and (max-width: 767px) {
  /* line 1142, ../sass/index.scss */
  #section4 .steps dl:after {
    content: "";
    position: absolute;
    background: url(../images/img_arrow.png) no-repeat center;
    background-size: auto 40px;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 30px;
    height: 40px;
    top: initial;
    bottom: -40px;
    left: 50%;
    margin-top: initial;
    margin-left: -20px;
  }
}
/* line 1170, ../sass/index.scss */
#section4 .steps dl:nth-child(5):after {
  background: none;
}
@media screen and (max-width: 767px) {
  /* line 1170, ../sass/index.scss */
  #section4 .steps dl:nth-child(5):after {
    content: "";
    position: absolute;
    background: url(../images/img_arrow.png) no-repeat center;
    background-size: auto 40px;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 30px;
    height: 40px;
    top: initial;
    bottom: -40px;
    left: 50%;
    margin-top: initial;
    margin-left: -20px;
  }
}
@media screen and (max-width: 767px) {
  /* line 1191, ../sass/index.scss */
  #section4 .steps dl:nth-child(3n):after {
    content: "";
    position: absolute;
    background: url(../images/img_arrow.png) no-repeat center;
    background-size: auto 40px;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 30px;
    height: 40px;
    top: initial;
    bottom: -40px;
    left: 50%;
    margin-top: initial;
    margin-left: -20px;
  }
}
/* line 1211, ../sass/index.scss */
#section4 .steps dl:nth-child(3n) {
  margin-right: 0;
  float: right;
}
@media screen and (max-width: 767px) {
  /* line 1211, ../sass/index.scss */
  #section4 .steps dl:nth-child(3n) {
    margin-right: 0;
    float: none;
  }
}
@media screen and (max-width: 767px) {
  /* line 1219, ../sass/index.scss */
  #section4 .steps dl:last-child {
    background: none;
  }
}
/* line 1224, ../sass/index.scss */
#section4 .steps dl:nth-child(3n+1) {
  clear: both;
}
/* line 1227, ../sass/index.scss */
#section4 .steps dl img {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  /* line 1227, ../sass/index.scss */
  #section4 .steps dl img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
}
/* line 1239, ../sass/index.scss */
#section4 .steps dt {
  background: #0096f4;
  width: 100%;
  margin: 0;
  margin-bottom: 2px;
  padding: .4em;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  white-space: nowrap;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  /* line 1239, ../sass/index.scss */
  #section4 .steps dt {
    background: #0096f4;
    margin-bottom: 2px;
    color: #fff;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: bold;
  }
}
/* line 1260, ../sass/index.scss */
#section4 .steps dd {
  width: 100%;
  display: block;
  margin: 0;
  -webkit-margin-start: 0;
}
@media screen and (max-width: 767px) {
  /* line 1260, ../sass/index.scss */
  #section4 .steps dd {
    -webkit-margin-start: 0;
  }
}
/* line 1268, ../sass/index.scss */
#section4 .steps dd p {
  text-align: left;
}
/* line 1273, ../sass/index.scss */
#section4 .howto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  /* line 1273, ../sass/index.scss */
  #section4 .howto {
    display: block;
    -ms-flex-wrap: initial;
    -webkit-flex-wrap: initial;
    flex-wrap: initial;
    -ms-justify-content: initial;
    -webkit-justify-content: initial;
    justify-content: initial;
  }
}
/* line 1290, ../sass/index.scss */
#section4 .howto dl {
  width: 31%;
  display: inline-block;
  position: relative;
  margin: 30px  3% 30px 0;
  padding: 0 0 20px;
  vertical-align: top;
  text-align: center;
}
@media screen and (max-width: 767px) {
  /* line 1290, ../sass/index.scss */
  #section4 .howto dl {
    width: 100%;
    display: block;
    position: relative;
    margin: 30px 0;
    padding: 0 0;
    vertical-align: top;
    text-align: center;
  }
}
/* line 1307, ../sass/index.scss */
#section4 .howto dl:nth-child(3n) {
  margin-right: 0;
  float: right;
}
@media screen and (max-width: 767px) {
  /* line 1307, ../sass/index.scss */
  #section4 .howto dl:nth-child(3n) {
    margin-right: 0;
    float: none;
  }
}
/* line 1315, ../sass/index.scss */
#section4 .howto dl:nth-child(3n+1) {
  clear: both;
}
/* line 1318, ../sass/index.scss */
#section4 .howto dl img {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  /* line 1318, ../sass/index.scss */
  #section4 .howto dl img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    border-radius: 4px;
  }
}
/* line 1333, ../sass/index.scss */
#section4 .howto dt {
  font-weight: bold;
  width: 100%;
  margin: 0;
}
/* line 1338, ../sass/index.scss */
#section4 .howto dd {
  -webkit-margin-start: 0;
  width: 100%;
  margin: 0;
}
/* line 1342, ../sass/index.scss */
#section4 .howto dd p {
  text-align: left;
}
/* line 1347, ../sass/index.scss */
#section4 .image_map {
  text-align: center;
}
/* line 1349, ../sass/index.scss */
#section4 .image_map img {
  width: 80%;
  max-width: 444px;
}
/* line 1355, ../sass/index.scss */
#section4 h4 {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: .5em;
  background: url(../images/img_h4.png) no-repeat left center;
  background-size: 18px auto;
  padding-left: 20px;
}
/* line 1364, ../sass/index.scss */
#section4 ul {
  margin: 0 0 20px 0;
}
/* line 1368, ../sass/index.scss */
#section4 li {
  margin-left: 0px;
  padding: 4px 0 4px 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  /* line 1368, ../sass/index.scss */
  #section4 li {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 4px 0 4px 0px;
  }
}
/* line 1378, ../sass/index.scss */
#section4 li span.num {
  position: absolute;
  background: #999;
  border-radius: 100px;
  color: #fff;
  font-size: 18px;
  margin-right: .5em;
  width: 25px;
  height: 25px;
  left: 0px;
  top: 5px;
  box-sizing: border-box;
  display: inline-block;
  padding: 0.1em .4em;
}

/* line 1399, ../sass/index.scss */
#section5 .points, #section5-5 .points {
  margin-left: 3em;
  margin-bottom: 40px;
}
/* line 1402, ../sass/index.scss */
#section5 .points li, #section5-5 .points li {
  margin-bottom: .8em;
  margin-left: 1em;
}
/* line 1405, ../sass/index.scss */
#section5 .points li span, #section5-5 .points li span {
  color: #0096f4;
}
/* line 1407, ../sass/index.scss */
#section5 .points li span.num, #section5-5 .points li span.num {
  background: #ff8400;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  margin: 0 1em 0 -3.0em;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  line-height: 1.5;
}
/* line 1423, ../sass/index.scss */
#section5 dl, #section5-5 dl {
  width: 100%;
  display: block;
  border-top: 1px solid #ccc;
  margin: 0 auto 20px;
  line-height: 2em;
}
/* line 1429, ../sass/index.scss */
#section5 dl dt, #section5 dl dd, #section5-5 dl dt, #section5-5 dl dd {
  display: inline-block;
  border-bottom: 1px solid #ccc;
  width: 56%;
  padding: .5em 0;
}
@media screen and (max-width: 767px) {
  /* line 1429, ../sass/index.scss */
  #section5 dl dt, #section5 dl dd, #section5-5 dl dt, #section5-5 dl dd {
    width: 100%;
  }
}
/* line 1438, ../sass/index.scss */
#section5 dl dt, #section5-5 dl dt {
  font-weight: bold;
}
/* line 1441, ../sass/index.scss */
#section5 dl dd, #section5-5 dl dd {
  width: 43%;
}
@media screen and (max-width: 767px) {
  /* line 1441, ../sass/index.scss */
  #section5 dl dd, #section5-5 dl dd {
    width: 100%;
  }
}
/* line 1447, ../sass/index.scss */
#section5 dl dt span, #section5-5 dl dt span {
  margin-left: .3em;
  font-size: 12px;
  font-size: .75rem;
  font-weight: normal;
}
/* line 1455, ../sass/index.scss */
#section5 h4, #section5-5 h4 {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: .5em;
}
/* line 1461, ../sass/index.scss */
#section5 .img-flow, #section5-5 .img-flow {
  width: 100%;
  margin-bottom: 40px;
}
/* line 1466, ../sass/index.scss */
#section5 .resolute, #section5-5 .resolute {
  margin: 50px auto;
  text-align: center;
  font-size: 28px;
  font-size: 1.75rem;
  color: #1c3a70;
}
/* line 1473, ../sass/index.scss */
#section5 .resolute img, #section5-5 .resolute img {
  display: block;
  width: 150px;
  margin: 10px auto 30px;
}

/* line 1481, ../sass/index.scss */
.arrow-background {
  background: #FEF5F4;
}
/* line 1483, ../sass/index.scss */
.arrow-background .arrow-line {
  width: 100%;
  height: auto;
}

/* line 1490, ../sass/index.scss */
#section5-5 {
  padding: 70px 0px;
  background: #DCF1F0;
}
/* line 1493, ../sass/index.scss */
#section5-5 .attention-box {
  margin: 0 auto 40px;
  background-color: white;
  border-top: 2px solid #0096F4;
  border-bottom: 2px solid #0096F4;
  padding: 30px;
  width: 680px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  /* line 1493, ../sass/index.scss */
  #section5-5 .attention-box {
    width: 100%;
  }
}
/* line 1505, ../sass/index.scss */
#section5-5 h4 {
  background: none;
}
/* line 1506, ../sass/index.scss */
#section5-5 h4 img {
  width: 18px;
  height: 17px;
  margin-right: 5px;
}
/* line 1513, ../sass/index.scss */
#section5-5 .a-img {
  width: 15px;
  height: 17px;
  margin-right: 8px;
  margin-top: 3px;
}
/* line 1521, ../sass/index.scss */
#section5-5 span.red {
  color: red;
}
/* line 1525, ../sass/index.scss */
#section5-5 ol {
  padding-left: 16px;
}
/* line 1527, ../sass/index.scss */
#section5-5 ol li {
  list-style-type: decimal;
}

/* line 1533, ../sass/index.scss */
#section6 {
  background: #fff;
}
/* line 1536, ../sass/index.scss */
#section6 h4 {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: .5em;
  background: url(../images/img_h4.png) no-repeat left center;
  background-size: 18px auto;
  padding-left: 20px;
}
/* line 1545, ../sass/index.scss */
#section6 img.price {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}
/* line 1551, ../sass/index.scss */
#section6 dl {
  width: 100%;
  display: block;
  margin: 0 auto 20px;
  line-height: 2em;
}
/* line 1558, ../sass/index.scss */
#section6 dt, #section6 dd {
  display: inline-block;
  border-bottom: 1px solid #ccc;
  width: 56%;
  padding: .5em 0;
}
/* line 1565, ../sass/index.scss */
#section6 dt {
  font-weight: bold;
}
/* line 1569, ../sass/index.scss */
#section6 dd {
  width: 43%;
}
/* line 1573, ../sass/index.scss */
#section6 dt span {
  margin-left: .3em;
  font-size: 12px;
  font-size: .75rem;
  font-weight: normal;
}
/* line 1580, ../sass/index.scss */
#section6 hr {
  margin: 20px auto;
}

/* line 1585, ../sass/index.scss */
#section7 {
  padding-bottom: 0;
}
/* line 1587, ../sass/index.scss */
#section7 h4 {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: .5em;
  background: url(../images/img_h4.png) no-repeat left center;
  background-size: 18px auto;
  padding-left: 20px;
}
/* line 1596, ../sass/index.scss */
#section7 .map-box {
  background-color: white;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  /* line 1596, ../sass/index.scss */
  #section7 .map-box {
    padding: 10px;
  }
}
/* line 1604, ../sass/index.scss */
#section7 #map_canvas {
  background: #f8f8f8;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  /* line 1604, ../sass/index.scss */
  #section7 #map_canvas {
    display: block;
    margin: 20px auto 0px;
  }
}

/* line 1615, ../sass/index.scss */
#section10 .time-table {
  width: 100%;
  height: auto;
}
/* line 1619, ../sass/index.scss */
#section10 h3 {
  display: block;
}
/* line 1622, ../sass/index.scss */
#section10 h4 {
  font-size: 18px;
  font-size: 1.125rem;
  border-bottom: 1px solid #0096F4;
  display: inline-block;
}

/* line 1631, ../sass/index.scss */
#section8 .img {
  margin: 40px auto 50px;
  text-align: center;
}
/* line 1635, ../sass/index.scss */
#section8 .img img {
  width: 80%;
}
/* line 1639, ../sass/index.scss */
#section8 .img:after {
  clear: both;
  display: block;
}
/* line 1645, ../sass/index.scss */
#section8 .img-clinic {
  width: 425px;
  height: 271px;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  /* line 1645, ../sass/index.scss */
  #section8 .img-clinic {
    display: block;
    width: 100%;
    height: auto;
    margin: 20px auto 0px;
  }
}
/* line 1657, ../sass/index.scss */
#section8 .imgRight {
  width: 250px;
  margin: 0 0 0 40px;
}
/* line 1661, ../sass/index.scss */
#section8 h3 {
  display: block;
}
/* line 1664, ../sass/index.scss */
#section8 h4.text-border {
  font-size: 18px;
  font-size: 1.125rem;
  border-bottom: 1px solid #0096F4;
  display: inline-block;
  background: none;
  padding: 0px;
}
/* line 1672, ../sass/index.scss */
#section8 h4 {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: .5em;
  background: url(../images/img_h4.png) no-repeat left center;
  background-size: 18px auto;
  padding-left: 25px;
  font-weight: normal;
}
/* line 1681, ../sass/index.scss */
#section8 .example-list {
  margin-bottom: 50px;
  padding: 0px;
}
/* line 1684, ../sass/index.scss */
#section8 .example-list li {
  font-size: 16px;
  font-size: 1rem;
}
/* line 1687, ../sass/index.scss */
#section8 .example-list li:before {
  content: "";
  width: 10px;
  height: 10px;
  margin-right: 5px;
  display: inline-block;
  background: url(../images/list-style.png) no-repeat left center;
  background-size: 10px auto;
}

#section8 .ishi-img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  #section8 .ishi-img {
    width: 100%;
  }
}



/* ------------------------form------------------------*/
/* line 1702, ../sass/index.scss */
#section9 {
  background: white;
  width: 100%;
  color: #000;
}
/* line 1706, ../sass/index.scss */
#section9 h2 {
  font-size: 28px;
  font-size: 1.75rem;
}
/* line 1711, ../sass/index.scss */
#section9 h3 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: .2em;
  color: black;
}
/* line 1719, ../sass/index.scss */
#section9 p.mgnB {
  text-align: center;
}
/* line 1722, ../sass/index.scss */
#section9 p.contact-attention {
  display: inline-block;
  margin: 0 auto 40px;
  text-align: left;
  font-size: 22px;
  font-size: 1.375rem;
}
/* line 1728, ../sass/index.scss */
#section9 p.contact-attention a {
  color: #3E3A39;
}
/* line 1730, ../sass/index.scss */
#section9 p.contact-attention a strong {
  font-size: 28px;
  font-size: 1.75rem;
  border-width: 2px;
}
/* line 1737, ../sass/index.scss */
#section9 p.web-attention {
  font-size: 14px;
  font-size: 0.875rem;
}

/* line 1743, ../sass/index.scss */
.validation_message {
  display: none;
}

/* line 1747, ../sass/index.scss */
.success_message {
  display: none;
  background-color: #fff;
  position: fixed;
  top: 34%;
  left: 50%;
  width: 50%;
  height: auto;
  margin-left: -26%;
  margin-top: auto;
  padding: 5% 2%;
  border-radius: 4px;
  background: #fff;
  z-index: 10;
}

/* line 1763, ../sass/index.scss */
.success_message_body {
  text-align: center;
}

/* line 1767, ../sass/index.scss */
.success_message h4 {
  padding: 15px 0;
  color: #0096f4;
}

/* line 1772, ../sass/index.scss */
.success_message-on {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.5);
}

/* line 1782, ../sass/index.scss */
.success_message button {
  width: 100%;
  height: 3em;
  margin: 4em auto 0;
  border: none;
}

/* line 1789, ../sass/index.scss */
.alert {
  background-color: #fdf3f2;
  border-color: #fbdbdd;
  margin: 10px 0px;
  padding: .5em .5em;
  color: #d62c1a;
}

/* line 1798, ../sass/index.scss */
#section9 table {
  margin: 20px auto;
  width: 100%;
  border-collapse: collapse;
}
/* line 1804, ../sass/index.scss */
#section9 th, #section9 td {
  margin: 0 0 30px 0;
  vertical-align: top;
  height: auto;
  border-bottom: 1px solid #9AA5B3;
  box-sizing: border-box;
  padding: 15px 0px;
}
@media screen and (max-width: 767px) {
  /* line 1804, ../sass/index.scss */
  #section9 th, #section9 td {
    height: auto;
    display: block;
  }
}
/* line 1815, ../sass/index.scss */
#section9 th.last-item, #section9 td.last-item {
  border: none;
  height: auto;
}
/* line 1821, ../sass/index.scss */
#section9 th {
  width: 40%;
  line-height: 2.5em;
  font-size: 16px;
  font-size: 1rem;
  vertical-align: middle;
  text-align: left;
  padding-left: 20px;
}
#section9 th .attention {
    font-size: 14px;
}
@media screen and (max-width: 767px) {
  /* line 1821, ../sass/index.scss */
  #section9 th {
    border: none;
    width: 100%;
    text-align: left;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-left: 0;
  }
}
/* line 1834, ../sass/index.scss */
#section9 th span {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  /* line 1834, ../sass/index.scss */
  #section9 th span {
    margin-top: 5px !important;
  }
}
/* line 1843, ../sass/index.scss */
#section9 td {
  width: 60%;
  padding-left: 30px;
  clear: right;
  margin-left: -1%;
}
@media screen and (max-width: 767px) {
  /* line 1843, ../sass/index.scss */
  #section9 td {
    padding-left: 0px;
    margin-left: 0px;
    width: 100%;
  }
}
/* line 1855, ../sass/index.scss */
#section9 .formTel {
  display: none;
}
/* line 1859, ../sass/index.scss */
#section9 .required {
  background: #E83828;
  float: right;
  border-radius: 4px;
  margin: 4px 20px 0 0;
  padding: 0 .8em;
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: 2em;
}
/* line 1869, ../sass/index.scss */
#section9 .required.ninni {
  background: #0096F4;
}

/* line 1875, ../sass/index.scss */
.form {
  background: #fff;
  width: 100%;
  max-width: 960px;
  border-radius: 6px;
  margin: 40px auto 0;
  padding: 40px 0 30px;
}

/* line 1885, ../sass/index.scss */
input[type="text"], input[type="email"], input[type="tel"] {
  border: 1px solid #999;
  border-radius: 4px;
  width: 90%;
  max-width: 500px;
  padding: 0.5em;
  font-size: 16px;
  font-size: 1rem;
  background-color: #EDEDEE;
}

/* line 1897, ../sass/index.scss */
textarea {
  border: 1px solid #999;
  background-color: #EDEDEE;
  border-radius: 4px;
  width: 90%;
  height: 150px;
  max-width: 500px;
  padding: 0.5em;
  font-size: 16px;
  font-size: 1rem;
}

/* line 1909, ../sass/index.scss */
select {
  border: 1px solid #999;
  border-radius: 4px;
  width: 90%;
  max-width: 500px;
  padding: 0.5em;
  font-size: 16px;
  font-size: 1rem;
  background: url(../images/arrow.png) no-repeat right 8px center;
  background-size: 8px auto;
  background-color: #EDEDEE;
  height: 2.5em;
  width: 95%;
}

/* line 1926, ../sass/index.scss */
input[type="text"].age {
  width: 50%;
  margin-right: 10px;
}
/* line 1931, ../sass/index.scss */
input[type=radio], input[type=checkbox] {
  display: none;
}

/* line 1936, ../sass/index.scss */
.radio, .checkbox {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0 20px 8px 0;
  padding: 12px 12px 12px 42px;
  border-radius: 8px;
  background-color: #f6f7f8;
  vertical-align: middle;
  cursor: pointer;
}

/* line 1950, ../sass/index.scss */
.radio:hover, .checkbox:hover {
  background-color: #e2edd7;
}

/* line 1954, ../sass/index.scss */
.radio:hover:after, .checkbox:hover:after {
  border-color: #0096f4;
}

/* line 1958, ../sass/index.scss */
.radio:after, .checkbox:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 18px;
  height: 18px;
  border: 2px solid #bbb;
  border-radius: 100px;
  content: '';
}

/* line 1973, ../sass/index.scss */
.radio:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 19px;
  display: block;
  margin-top: -6px;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  background-color: #0096f4;
  content: '';
  opacity: 0;
}

/* line 1989, ../sass/index.scss */
input[type=radio]:checked + .radio:before {
  opacity: 1;
}

.form .datetime {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 510px;
    width: 93%;
}
.form .datetime > input {
    margin-right: 20px;
}

/* line 1993, ../sass/index.scss */
.btnSubmit {
  display: block;
  clear: both;
  padding: 10px 0;
  vertical-align: middle;
  text-align: center;
}
/* line 2000, ../sass/index.scss */
.btnSubmit button {
  display: block;
  background: #F39800;
  border-top: none;
  border-right: none;
  border-bottom: 5px solid #E83828;
  border-left: none;
  border-radius: 20px;
  width: 400px;
  max-width: 400px;
  margin: 15px  auto 0;
  padding: 30px 0;
  cursor: pointer;
  vertical-align: middle;
  -webkit-transition: all 0s ease-out;
  -moz-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  transition: all 0s ease-out;
  color: #fff;
  font-size: 26px;
  font-size: 1.625rem;
  -webkit-appearance: none;
  font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
@media screen and (max-width: 767px) {
  /* line 2000, ../sass/index.scss */
  .btnSubmit button {
    width: 100%;
  }
}
/* line 2027, ../sass/index.scss */
.btnSubmit button:hover {
  border: none;
  margin: 20px auto 0;
}

/* line 2034, ../sass/index.scss */
.privacy {
  border: 2px solid #0096F4;
  background: #fff;
  width: 96%;
  display: block;
  margin: 50px auto 0;
  padding: 10px;
  box-sizing: border-box;
  height: 120px;
  overflow-y: scroll;
  text-align: left;
}

/* ------------------------btn area------------------------*/
/* line 2049, ../sass/index.scss */
.btnArea {
  background: #CCEAFD;
  border-top: 1px solid #fff;
  padding: 50px 0;
  text-align: center;
}
/* line 2055, ../sass/index.scss */
.btnArea h2 {
  font-size: 30px;
  font-size: 1.875rem;
}
/* line 2060, ../sass/index.scss */
.btnArea img {
  margin-top: 10px;
}
/* line 2062, ../sass/index.scss */
.btnArea img.tel {
  width: 429px;
  height: 145px;
}
@media screen and (max-width: 767px) {
  /* line 2062, ../sass/index.scss */
  .btnArea img.tel {
    width: 100%;
    height: auto;
  }
}
/* line 2072, ../sass/index.scss */
.btnArea a.net-reserve {
  position: relative;
  background: #F39800;
  height: 120px;
  box-sizing: border-box;
  border-top: none;
  border-right: none;
  border-bottom: 5px solid #E83828;
  border-left: none;
  border-radius: 20px;
  width: 430px;
  margin: 10px 0 0px;
  padding: 20px 0 21px;
  font-size: 40px;
  font-size: 2.5rem;
  cursor: pointer;
  vertical-align: middle;
  -webkit-transition: all 0s ease-out;
  -moz-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  transition: all 0s ease-out;
  color: #fff;
}
@media screen and (max-width: 767px) {
  /* line 2072, ../sass/index.scss */
  .btnArea a.net-reserve {
    width: 100%;
  }
}
@media screen and (max-width: 360px) {
  /* line 2072, ../sass/index.scss */
  .btnArea a.net-reserve {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
/* line 2102, ../sass/index.scss */
.btnArea a.net-reserve:hover {
  border: none;
  margin: 15px 0 0px;
}
/* line 2107, ../sass/index.scss */
.btnArea a.net-reserve img {
  width: 61px;
  margin-right: 20px;
}
/* line 2111, ../sass/index.scss */
.btnArea a.net-reserve span {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 2px solid white;
  line-height: 44px;
}
/* line 2119, ../sass/index.scss */
.btnArea ul {
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
}
/* line 2124, ../sass/index.scss */
.btnArea ul:before {
  clear: both;
  display: block;
}
/* line 2130, ../sass/index.scss */
.btnArea li {
  display: inline-table;
  width: 300px;
  margin: 0 20px;
  padding: 10px 0;
}

/* line 2138, ../sass/index.scss */
.btnForm a {
  border-radius: 4px;
  width: 300px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 3em;
  vertical-align: middle;
}

/* line 2150, ../sass/index.scss */
.btnTel {
  border-radius: 4px;
  width: 300px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 3em;
  vertical-align: middle;
}
/* line 2151, ../sass/index.scss */
.btnTel a {
  border-radius: 4px;
  width: 300px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 3em;
  vertical-align: middle;
}

/* line 2174, ../sass/index.scss */
.btnForm a {
  background: #41acff url(../images/ico_pc.png) no-repeat 20px center;
  background-size: 30px auto;
  display: block;
}
/* line 2179, ../sass/index.scss */
.btnForm a:hover {
  background: #3388c9 url(../images/ico_pc.png) no-repeat 15px center;
  background-size: 35px auto;
}

/* line 2185, ../sass/index.scss */
.btnTel {
  background: #fff url(../images/ico_freedial.png) no-repeat 20px 0.8em;
  background-size: 35px auto;
  display: inline-block;
  margin: 2px auto 5px;
  letter-spacing: .02em;
  color: #000;
  font-weight: bold;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 2.5em;
  font-family: 'Roboto', sans-serif;
}

/* line 2199, ../sass/index.scss */
.btnArea li p {
  display: block;
  width: 300px;
}

/* ------------------------page top------------------------*/
/* line 2206, ../sass/index.scss */
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
/* line 2211, ../sass/index.scss */
#pageTop a {
  display: block;
  z-index: 999;
  padding: 0px;
  border-radius: 30px;
  width: 40px;
  height: 40px;
  background-color: #0096f4;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  line-height: 2.5em;
  opacity: 0.8;
}
/* line 2227, ../sass/index.scss */
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  #pageTop {
    bottom: 80px;
  }
}

/* ------------------------footer------------------------*/
/* line 2236, ../sass/index.scss */
footer {
  background: #0096F4;
  display: block;
  clear: both;
  margin: 0 0 0;
  height: 60px;
  text-align: center;
}
/* line 2244, ../sass/index.scss */
footer p {
  text-align: center;
  display: block;
  font-size: 80%;
  line-height: 60px;
  clear: both;
  color: white;
}

@media screen and (max-width: 767px) {
  footer {
    padding-bottom: 70px;
  }
}

/* ------------------------tablet------------------------*/
@media screen and (max-width: 960px) {
  /* line 2257, ../sass/index.scss */
  #section0 .titleArea {
    padding: 0 0 0;
  }
  /* line 2260, ../sass/index.scss */
  #section0 .titleArea h2 {
    margin-bottom: 10px;
    line-height: 1.2;
  }
  /* line 2266, ../sass/index.scss */
  #section0 .titleArea p.message2 {
    display: none;
  }
  /* line 2270, ../sass/index.scss */
  #section0 .titleArea p.message {
    display: block;
  }

  /* line 2276, ../sass/index.scss */
  #section1 .br-pc {
    display: none;
  }

  /* line 2281, ../sass/index.scss */
  #section2 ul.threeClm {
    display: block;
  }
  /* line 2284, ../sass/index.scss */
  #section2 ul.threeClm li {
    width: 75%;
    display: block;
  }
  /* line 2288, ../sass/index.scss */
  #section2 ul.threeClm li:last-child {
    margin: 0 auto 20px auto;
  }
  /* line 2294, ../sass/index.scss */
  #section2 .br-pc {
    display: none;
  }
  /* line 2298, ../sass/index.scss */
  #section2 .br-sp {
    display: block;
  }

  /* ------------------------modal------------------------*/
  /* line 2305, ../sass/index.scss */
  .success_message button {
    background: #eee;
    width: 100%;
    height: 3em;
    margin: 4em auto 0;
    border: none;
  }

  /* line 2313, ../sass/index.scss */
  .success_message_body {
    text-align: left;
  }

  /* line 2317, ../sass/index.scss */
  .success_message h4 {
    text-align: center;
  }

  /* line 2323, ../sass/index.scss */
  .privacy::-webkit-scrollbar {
    /* スクロールバー本体 */
    width: 5px;
    background: #9aadfc;
  }
  /* line 2329, ../sass/index.scss */
  .privacy::-webkit-scrollbar-thumb {
    /* スクロールバーの動く部分 */
    background: #0096f4;
    border-radius: 2px;
  }
  /* line 2336, ../sass/index.scss */
  .privacy::-webkit-scrollbar-track-piece:start {
    /* スクロールバーの動く部分の前 */
    background: #eee;
  }
  /* line 2341, ../sass/index.scss */
  .privacy::-webkit-scrollbar-track-piece:end {
    /* スクロールバーの動く部分の後ろ */
    background: #eee;
  }
  /* line 2347, ../sass/index.scss */
  .privacy::-webkit-scrollbar-corner {
    /* スクロールバー角 */
    background: transparent;
  }
}
/* ------------------------mobile------------------------*/
@media screen and (max-width: 767px) {
  /* line 2357, ../sass/index.scss */
  body {
    position: relative;
  }

  /* line 2361, ../sass/index.scss */
  .br-pc {
    display: none;
  }

  /* line 2365, ../sass/index.scss */
  .br-sp {
    display: block;
  }

  /* line 2369, ../sass/index.scss */
  .pc {
    display: inline;
  }

  /* line 2373, ../sass/index.scss */
  .sp {
    display: none;
  }

  /* line 2377, ../sass/index.scss */
  .imgRight, .imgRight2 {
    display: block;
    float: none;
  }

  /* line 2382, ../sass/index.scss */
  #top {
    width: 100%;
    border-bottom: 1px solid #ccc;
  }
  /* line 2386, ../sass/index.scss */
  #top ul {
    display: none;
  }

  /* line 2391, ../sass/index.scss */
  h1 img {
    width: 93px;
    height: auto;
    display: block;
    margin-bottom: 10px;
  }

  /* line 2398, ../sass/index.scss */
  .mainArea {
    width: 90%;
    margin: 0 auto;
    padding: 0;
    display: block;
  }

  /* line 2405, ../sass/index.scss */
  #global-navArea {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 200;
  }

  /* line 2412, ../sass/index.scss */
  #mobile-head {
    position: absolute;
  }

  /* line 2416, ../sass/index.scss */
  #global-nav {
    position: fixed;
    /* 開いてないときは画面外に配置 */
    top: -1000px;
    left: 0;
    background: white;
    width: 100%;
    text-align: center;
    padding: 30px 0 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }
  /* line 2430, ../sass/index.scss */
  #global-nav ul {
    width: 100%;
    position: static;
    padding: 0;
    right: 0;
    bottom: 0;
    list-style: none;
    font-size: 14px;
  }
  /* line 2439, ../sass/index.scss */
  #global-nav ul li {
    float: none;
    position: static;
    display: block;
    margin: auto;
    border-bottom: 2px solid #eee;
  }
  /* line 2445, ../sass/index.scss */
  #global-nav ul li a {
    width: 100%;
    display: block;
    color: #333;
    padding: 18px 10px;
    text-align: left;
    position: relative;
    box-sizing: border-box;
  }
  /* line 2453, ../sass/index.scss */
  #global-nav ul li a:after {
    content: "";
    position: absolute;
    right: 10px;
    background-image: url(../images/ico_modal_arrow.png);
    background-size: 14px auto;
    width: 14px;
    height: 22px;
  }
  /* line 2462, ../sass/index.scss */
  #global-nav ul li a:hover {
    background: inherit;
    padding: 18px 0;
    color: #ccc;
  }
  /* line 2469, ../sass/index.scss */
  #global-nav ul li.mobile {
    display: block;
  }

  /* line 2476, ../sass/index.scss */
  #nav-toggle {
    display: block;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 4px;
  }

  /* #nav-toggle 切り替えアニメーション */
  /* line 2486, ../sass/index.scss */
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  /* line 2493, ../sass/index.scss */
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  /* line 2498, ../sass/index.scss */
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  /* line 2506, ../sass/index.scss */
  .open #global-nav {
    /* #global-nav top + #mobile-head height */
    -moz-transform: translateY(1000px);
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
  }

  /* #global-nav スライドアニメーション */
  /* line 2516, ../sass/index.scss */
  h2 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.2em;
  }

  /* line 2522, ../sass/index.scss */
  h3 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.2em;
  }

  /* line 2528, ../sass/index.scss */
  #section2 ul.threeClm {
    display: block;
  }
  /* line 2531, ../sass/index.scss */
  #section2 ul.threeClm li {
    width: 75%;
    display: block;
  }
  /* line 2535, ../sass/index.scss */
  #section2 ul.threeClm li:last-child {
    margin: 0 auto 20px auto;
  }

  /* line 2541, ../sass/index.scss */
  #section0, #section1, #section2, #section3, #section4, #section5, #section6, #section7, #section8, #section9, #section11 {
    padding: 50px 0;
  }

  /* line 2545, ../sass/index.scss */
  #section0 {
    background: #fff url(../images/bg_main_sp.jpg) no-repeat right top;
    background-size: auto 100%;
    display: block;
    height: auto;
    margin: 0 0 0;
    padding: 0;
    z-index: -1;
  }
  /* line 2554, ../sass/index.scss */
  #section0 .titleArea {
    width: 97%;
    padding: 6% 0 12%;
    position: relative;
  }
  /* line 2559, ../sass/index.scss */
  #section0 .titleArea h2 {
    margin: 20px auto 10px;
    font-size: 20px;
    font-size: 1.25rem;
    letter-spacing: 0;
    text-align: center;
  }
  /* line 2567, ../sass/index.scss */
  #section0 .titleArea p.message2 {
    display: none;
  }

  /* line 2573, ../sass/index.scss */
  .titleArea p.message span {
    background: rgba(255, 255, 255, 0.4);
    border: #0096f4 2px solid;
    border-radius: 100px;
    margin: 10px 0 0 0;
    padding: 0.2em 1em;
    font-size: 13px;
    font-size: .8125rem;
    font-weight: bold;
    vertical-align: middle;
    color: #0096f4;
  }

  /* line 2587, ../sass/index.scss */
  #section1 h2 {
    font-size: 17px;
    font-size: 1.0625rem;
  }
  /* line 2592, ../sass/index.scss */
  #section1 h3 {
    font-size: 16px;
    font-size: 1rem;
  }
  /* line 2597, ../sass/index.scss */
  #section1 ul.threeClm_points li {
    width: 100%;
    display: block;
    margin: 0 0 20px 0;
    line-height: 2em;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  /* line 2606, ../sass/index.scss */
  #section1 ul.threeClm_points li img {
    width: 126px;
    height: 126px;
  }
  /* line 2611, ../sass/index.scss */
  #section1 ul.threeClm_points li h4 {
    margin-top: -10px;
    font-size: 17px;
    font-size: 1.0625rem;
  }

  /* line 2619, ../sass/index.scss */
  #section3 .imgRight {
    width: 51%;
    margin: 0 auto 10px;
  }

  /* line 2625, ../sass/index.scss */
  #section4 .imgRight, #section4 .imgRight2 {
    width: 51%;
    margin: 0 auto 10px;
  }

  /* line 2631, ../sass/index.scss */
  #section5 .imgRight, #section8 .imgRight {
    width: 51%;
    margin: 0 auto 10px;
  }

  /* line 2636, ../sass/index.scss */
  #section3 ul.threeClm li {
    width: 100%;
    display: block;
    margin: 0 0 20px 0;
    line-height: 2em;
  }
  /* line 2642, ../sass/index.scss */
  #section3 ul.threeClm li img {
    width: 45%;
  }

  /* line 2649, ../sass/index.scss */
  #section4 li {
    display: block;
    font-weight: normal;
    margin-left: 0;
    padding: 4px 0 4px 36px;
  }

  /* line 2656, ../sass/index.scss */
  #section5 ul.steps li {
    width: 90%;
    display: block;
    margin: 0  auto 0;
    padding: 0 0 20px;
    vertical-align: top;
  }
  /* line 2663, ../sass/index.scss */
  #section5 ul.steps li:nth-child(3n) {
    margin: 0  auto 0;
  }

  /* line 2669, ../sass/index.scss */
  #section6 dt, #section6 dd {
    display: block;
    width: 96%;
    padding: .5em;
  }
  /* line 2675, ../sass/index.scss */
  #section6 dt span {
    margin-left: .3em;
    font-size: 12px;
    font-size: .75rem;
  }
  /* line 2681, ../sass/index.scss */
  #section6 dd {
    width: 96%;
  }

  /* line 2686, ../sass/index.scss */
  #section8 .img img {
    width: 100%;
  }

  /* ------------------------btn area------------------------*/
  /* line 2692, ../sass/index.scss */
  .btnArea {
    padding: 50px 0;
  }
  /* line 2695, ../sass/index.scss */
  .btnArea h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  /* line 2700, ../sass/index.scss */
  .btnArea ul:before {
    clear: both;
    display: block;
  }
  /* line 2705, ../sass/index.scss */
  .btnArea li {
    display: inline-table;
    width: 100%;
    margin: 0;
    padding: 10px 0;
  }

  /* line 2713, ../sass/index.scss */
  .btnForm a {
    border-radius: 4px;
    width: 100%;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 3em;
    vertical-align: middle;
  }

  /* line 2724, ../sass/index.scss */
  .btnTel {
    border-radius: 4px;
    width: 100%;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 3em;
    vertical-align: middle;
    background: #fff url(../images/ico_freedial.png) no-repeat 20px center;
    background-size: 35px auto;
    display: inline-block;
    margin: 2px auto 5px;
    letter-spacing: .02em;
    color: #000;
    font-weight: bold;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 2.5em;
  }
  /* line 2725, ../sass/index.scss */
  .btnTel a {
    border-radius: 4px;
    width: 100%;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 3em;
    vertical-align: middle;
  }

  /* line 2756, ../sass/index.scss */
  .btnArea li p {
    display: block;
    width: 100%;
  }

  /* ------------------------form------------------------*/
  /* line 2763, ../sass/index.scss */
  .form {
    background: #fff;
    width: 100%;
    clear: both;
    max-width: 960px;
    border-radius: 6px;
    margin: 20px auto 0;
    padding: 20px 0 30px;
  }

  /* line 2774, ../sass/index.scss */
  #section9 dl {
    width: 90%;
    margin: 20px auto;
  }
  /* line 2779, ../sass/index.scss */
  #section9 dt {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    line-height: 1em;
    font-size: 16px;
    font-size: 1rem;
    vertical-align: middle;
  }
  /* line 2788, ../sass/index.scss */
  #section9 dt span {
    font-size: 12px;
    font-size: 0.75rem;
  }
  /* line 2794, ../sass/index.scss */
  #section9 dd {
    width: 100%;
    display: block;
    clear: none;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    text-align: center;
  }
  /* line 2803, ../sass/index.scss */
  #section9 textarea {
    height: 4em;
  }
  /* line 2807, ../sass/index.scss */
  #section9 p.mgnB {
    text-align: left;
  }
  /* line 2811, ../sass/index.scss */
  #section9 .required {
    background: #ff7c7c;
    float: right;
    border-radius: 4px;
    margin: 0px 20px 0 0;
    padding: 0 .8em;
    text-align: center;
    color: #fff;
    font-weight: bold;
    line-height: 2em;
  }

  /* line 2824, ../sass/index.scss */
  .radio, .checkbox {
    margin-bottom: 0;
  }

  /* line 2828, ../sass/index.scss */
  #section9 .formTel {
    display: block;
    text-align: center;
  }
  /* line 2832, ../sass/index.scss */
  #section9 .formTel a {
    display: block;
    text-align: center;
    background: #fff;
    border-radius: 4px;
    width: 100%;
    overflow: auto;
    display: block;
    clear: both;
    margin-bottom: 10px;
    vertical-align: middle;
  }
  /* line 2845, ../sass/index.scss */
  #section9 .formTel:after {
    clear: both;
    display: block;
  }

  /* ------------------------modal------------------------*/
  /* line 2853, ../sass/index.scss */
  .success_message {
    top: 30%;
    left: 50%;
    width: 80%;
    height: auto;
    margin-left: -42%;
    margin-top: auto;
  }
  /* line 2861, ../sass/index.scss */
  .success_message button {
    background: #eee;
    width: 100%;
    height: 3em;
    margin: 4em auto 0;
    border: none;
  }

  /* line 2870, ../sass/index.scss */
  .success_message_body {
    text-align: left;
  }

  /* line 2874, ../sass/index.scss */
  .success_message h4 {
    text-align: center;
  }

  /* line 2880, ../sass/index.scss */
  .privacy::-webkit-scrollbar {
    /* スクロールバー本体 */
    width: 5px;
    background: #9aadfc;
  }
  /* line 2886, ../sass/index.scss */
  .privacy::-webkit-scrollbar-thumb {
    /* スクロールバーの動く部分 */
    background: #0096f4;
    border-radius: 2px;
  }
  /* line 2893, ../sass/index.scss */
  .privacy::-webkit-scrollbar-track-piece:start {
    /* スクロールバーの動く部分の前 */
    background: #eee;
  }
  /* line 2898, ../sass/index.scss */
  .privacy::-webkit-scrollbar-track-piece:end {
    /* スクロールバーの動く部分の後ろ */
    background: #eee;
  }
  /* line 2904, ../sass/index.scss */
  .privacy::-webkit-scrollbar-corner {
    /* スクロールバー角 */
    background: transparent;
  }
}

/**
 * Float bar
 */
.contact-float-bar {
  display: none;
  position: fixed;
  width: 100%;
  bottom: -70px;
  background: #FFF;
  border-top: 2px solid #0096F4;
  padding: 5px;
  height: 70px;
  box-sizing: border-box;
  transition: bottom .2s;
}

.contact-float-bar__inner {
  display: table;
  table-layout: fixed;
  width: 100%;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .contact-float-bar {
    display: block;
  }
}

.contact-float-bar.display {
  bottom: 0;
}

.contact-float-bar__col {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.contact-float-bar__col:nth-child(1) {
  width: 60%;
}

.contact-float-bar__tel_text {
  font-size: 13px;
  font-weight: 600;
  display: block;
  color: #F4A900;
  line-height: 1.2;
}

.contact-float-bar__tel_link {
  display: block;
  font-size: 22px;
  font-weight: 600;
  color: #000;
  line-height: 1.2;
  font-family: Arial;
}

.contact-float-bar__tel_link:hover {
  color: inherit;
  opacity: .8;
}

.contact-float-bar__tel_link img {
  width: 20px;
  display: inline-block;
  vertical-align: baseline;
}

.contact-float-bar__tel_time {
  display: block;
  line-height: 1.2;
  font-size: 12px;
}

.contact-float-bar__btn {
  text-align: center;
  display: block;
  background-color: #F4A900;
  padding: 5px 10px;
  box-sizing: border-box;
  border-radius: 5px;
  border-bottom: 3px solid #CE8126;
  color: white;
  font-size: 14px;
  font-weight: bold;
}

.contact-float-bar__btn:hover {
  color: white;
  opacity: 1;
  transform: translateY(3px);
  border-width: 0;
}

.contact-float-bar__btn_text:nth-child(1) {
  font-size: 12px;
  padding-bottom: 5px;
}

.contact-float-bar__btn_text:nth-child(2) {
  font-size: 16px;
}