@charset "UTF-8";
table, td, th {
  border: 1px solid #fff;
  border-collapse: collapse;
  border-right: none;
  border-left: none;
}

td, th {
  padding: 15px;
  width: 28%;
}

img {
  width: 100%;
}

p.txt {
  text-align: left;
}

div#loading {
  display: none;
}

div#loading div#loader {
  background-color: #00AFFF;
  padding: 200px 0;
}

body {
  font-size: 16px;
  line-height: 1.5;
  min-width: auto;
}

.sp_none {
  display: none;
}

h2 {
  color: #00AFFF;
  font-size: 20px;
  text-align: center;
  margin: 0 auto 5px;
  display: inline-block;
  position: relative;
}

h2::before, h2::after {
  position: absolute;
  content: '';
  background: url(../images/h-blue.jpg) right 0 no-repeat;
  background-size: 100%;
  width: 60px;
  height: 8px;
  top: 12px;
}

h2::before {
  right: 110%;
}

h2::after {
  left: 110%;
  background-position: left 0;
}

p.sub {
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}

header {
  background: #00AFFF url(../images/wave_blue1.jpg) center bottom no-repeat;
  background-size: 100%;
  padding: 50px 0;
  margin-bottom: 50px;
}

header h1 a {
  display: block;
  overflow: hidden;
  height: 0;
  width: 80%;
  max-width: 265px;
  margin: 0 auto;
  background: url(../images/logo.png) center top no-repeat;
  background-size: 100%;
  padding-top: 53px;
}

header p.main {
  width: 93.75%;
  max-width: 901px;
  margin: 0 auto;
}

section#service {
  text-align: center;
  margin-bottom: 70px;
}

section#service ul li {
  text-align: center;
  padding: 50px 0 30px;
  margin-bottom: 20px;
  position: relative;
  background: url(../images/h-blue.jpg) right bottom no-repeat;
}

section#service ul li::before {
  position: absolute;
  background: url(../images/no1.png) center top no-repeat;
  background-size: 100%;
  margin: 0 auto;
  content: '';
  width: 100px;
  height: 100px;
  top: 0;
  left: 0;
  right: 0;
}

section#service ul li p.photo {
  width: 70%;
  max-width: 410px;
  margin: 0 auto;
}

section#service ul li div.txt {
  width: 70%;
  margin: 20px auto 0;
}

section#service ul li div.txt h3 {
  font-size: 150%;
  margin-bottom: 10px;
}

section#service ul li div.txt span {
  color: #00AFFF;
}

section#service ul li:nth-child(2) {
  background-position: left bottom;
}

section#service ul li:nth-child(2)::before {
  background-image: url(../images/no2.png);
}

section#service ul li:nth-child(3) {
  background-position: right bottom;
}

section#service ul li:nth-child(3)::before {
  background-image: url(../images/no3.png);
}

section#service ul li:nth-child(4) {
  background-image: none;
}

section#service ul li:nth-child(4)::before {
  background-image: url(../images/no4.png);
}

section#service ul li:nth-child(4) div.txt {
  width: 80%;
}

section#service div#support {
  border: 2px solid #B5B5B6;
  border-radius: 20px;
  padding: 20px 20px 0;
  width: 90%;
  max-width: 820px;
  margin: 0 auto 30px;
  text-align: center;
  position: relative;
}

section#service div#support::before {
  position: absolute;
  content: 'SUPPORT';
  color: #00AFFF;
  font-size: 26px;
  background-color: #fff;
  top: -15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 38%;
}

section#service div#support p.photo {
  margin: 20px auto;
  width: 60%;
}

section#service div#support h3 {
  font-size: 110%;
  font-weight: bold;
  margin-bottom: 10px;
}

section#service div#support p.btn a {
  text-align: center;
  padding: 10px 0;
  border: 1px solid #00AFFF;
  background-color: #fff;
  color: #00AFFF;
  border-radius: 50px;
  position: relative;
  bottom: -20px;
  display: block;
}

section#about {
  color: #fff;
  background: url(../images/wave_blue2.jpg) center top repeat-x, url(../images/flower.jpg) 85% 100px no-repeat, url(../images/wave_blue1.jpg) center bottom repeat-x;
  background-color: #00AFFF;
  padding: 70px 0 40px;
  margin-bottom: 30px;
  text-align: center;
}

section#about h2 {
  color: #fff;
  margin-left: 25px;
}

section#about h2::before, section#about h2::after {
  background-image: url(../images/h-white.jpg);
}

section#about div.box {
  width: 90%;
  max-width: 840px;
  margin: 0 auto 50px;
}

section#about div.box p.photo {
  margin: 20px 0 0;
}

section#about table {
  width: 90%;
  max-width: 820px;
  margin: 20px auto;
  text-align: left;
}

section#about div.map {
  width: 90%;
  max-width: 820px;
  margin: 0 auto 50px;
}

section#about div.map p.btn a {
  display: block;
  text-align: center;
  padding: 10px 0;
  border: 1px solid #fff;
  color: #fff;
  width: 80%;
  margin: 20px auto 0;
  border-radius: 50px;
}

section#price {
  text-align: center;
}

section#price p.sub {
  margin-bottom: 10px;
}

section#price p.comment {
  border-top: 1px solid #898989;
  border-bottom: 1px solid #898989;
  color: #898989;
  padding: 10px;
  font-size: 80%;
  text-align: center;
  width: 90%;
  margin: 0 auto 20px;
}

section#price p.comment span {
  color: #00AFFF;
}

section#price div.contents {
  width: 90%;
  max-width: 820px;
  margin: 0 auto 20px;
}

section#price div.contents dl {
  margin-bottom: 30px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
          box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  border-radius: 20px;
}

section#price div.contents dl dt, section#price div.contents dl dd {
  padding: 20px 10px;
  text-align: center;
}

section#price div.contents dl dt {
  border-radius: 20px 20px 0 0;
  background-color: #3C8FC8;
  color: #fff;
}

section#price div.contents dl dt h3 {
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #fff;
  font-size: 150%;
  display: inline-block;
}

section#price div.contents dl dd {
  font-size: 130%;
}

section#price div.contents dl dd span {
  font-size: 65%;
}

section#price div.contents dl dd:nth-child(2) {
  background-color: #c9caca;
}

section#price div.contents dl dd:nth-child(3) {
  background-color: #efefef;
}

section#price div.contents dl dd:nth-child(4) {
  background-color: #F7F8F8;
}

section#price div.contents dl dd:nth-child(5) {
  background-color: #013d83;
  color: #fff;
  border-radius: 0 0 20px 20px;
}

section#price div.contents dl:nth-child(2) dt, section#price div.contents dl:nth-child(3) dt {
  background-color: #00AFFF;
}

section#price div.contents dl:nth-child(2) dd:nth-child(5), section#price div.contents dl:nth-child(3) dd:nth-child(5) {
  background-color: #036CAA;
}

section#price p.txt {
  width: 90%;
  max-width: 800px;
  margin: 10px auto;
  color: #898989;
}

footer {
  background-color: #00AFFF;
  padding: 30px 0;
  color: #fff;
  text-align: center;
}

footer p.txt {
  text-align: center;
}

footer ul {
  margin: 10px 0;
}

footer ul li {
  padding: 5px 0;
  position: relative;
}

footer ul li::before {
  position: absolute;
  content: '';
  background: url(../images/tell.jpg) center center no-repeat;
  background-size: 100%;
  width: 20px;
  height: 20px;
  top: 7px;
  margin-left: -25px;
}

footer ul li:last-child::before {
  background-image: url(../images/mail.jpg);
}

footer p.time, footer p.copyright {
  font-size: 12px;
}

footer p.time {
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
  max-width: 90%;
  margin: 0 auto 20px;
}

#page_top {
  width: 30px;
  height: 30px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  opacity: 0.6;
}

#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
}

#page_top a::before {
  content: '';
  position: absolute;
  background: url(../images/top_sp.png) center top no-repeat;
  background-size: 100%;
  width: 30px;
  height: 30px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

span{
	color: #f2c3d7;
	font-weight: 600;
}

@media screen and (max-width: 769px) {
  #g-nav {
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position: fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
    top: 0;
    right: -120%;
    width: 90%;
    height: 100vh;
    /*ナビの高さ*/
    background: #00AFFF;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    /*リストのレイアウト設定*/
  }
  #g-nav h1 {
    width: 80%;
    margin: 50px auto 30px;
  }
  #g-nav li {
    text-align: center;
    border-bottom: 1px solid #fff;
    padding: 10px 0;
  }
  #g-nav li:first-child {
    border-top: 1px solid #fff;
  }
  #g-nav li a {
    padding: 10px;
    display: block;
    text-transform: uppercase;
    color: #fff;
  }
  #g-nav p.line {
    text-align: center;
  }
  #g-nav p.line a {
    display: block;
    width: 80%;
    margin: 20px auto 0;
    border-radius: 50px;
    padding: 20px 0;
    color: #06C755;
    border: 4px solid #06C755;
    background-color: #fff;
  }
  /*アクティブクラスがついたら位置を0に*/
  #g-nav.panelactive {
    right: 0;
  }
  /*========= ボタンのためのCSS ===============*/
  .openbtn1 {
    position: fixed;
    z-index: 9999;
    /*ボタンを最前面に*/
    top: 0;
    right: 0;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #fff;
    /*×に変化*/
  }
  .openbtn1 span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 2px;
    border-radius: 2px;
    background-color: #898989;
    width: 45%;
  }
  .openbtn1 span:nth-of-type(1) {
    top: 15px;
  }
  .openbtn1 span:nth-of-type(2) {
    top: 23px;
  }
  .openbtn1 span:nth-of-type(3) {
    top: 31px;
  }
  .openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    -webkit-transform: translateY(6px) rotate(-45deg);
            transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }
  .openbtn1.active span:nth-of-type(2) {
    opacity: 0;
  }
  .openbtn1.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    -webkit-transform: translateY(-6px) rotate(45deg);
            transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }
}

body#line header {
  background: #06C755 url(../images/wave_green.jpg) center bottom no-repeat;
}

body#line h2 {
  color: #06C755;
}

body#line h2::before, body#line h2::after {
  background-image: url(../images/h-green.jpg);
}

body#line ol.step {
  margin-bottom: 30px;
}

body#line ol.step li {
  text-align: center;
}

body#line ol.step li h2 {
  margin: 0 auto 20px;
}

body#line ol.step li p.gray {
  background-color: #898989;
  color: #fff;
  padding: 10px;
  text-align: center;
  width: 60%;
  border-radius: 10px;
  margin: 10px auto 0;
  font-size: 90%;
}

body#line ol.step li p.txt {
  text-align: center;
}

body#line ol.step ol.method {
  width: 90%;
  max-width: 820px;
  margin: 20px auto;
}

body#line ol.step ol.method li {
  margin-bottom: 20px;
  border-bottom: 1px solid #898989;
  padding-bottom: 20px;
}

body#line ol.step ol.method li:last-child {
  border-bottom: none;
}

body#line ol.step ol.method li h3 {
  width: 58px;
  margin: 0 auto 10px;
}

body#line ol.step ol.method li span {
  color: #898989;
  font-size: 80%;
}

body#line ol.step ol.method li p.qr {
  max-width: 155px;
  margin: 10px auto;
}

body#line ol.step ol.method li p.btn a {
  background-color: #06C755;
  border: 3px solid #06C755;
  display: block;
  width: 50%;
  margin: 10px auto;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  color: #fff;
}

body#line ol.step ol.method li p.btn2 {
  color: #fff;
  background-color: #06C755;
  width: 50%;
  margin: 10px auto;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
}

@media screen and (max-width: 769px) {
  body#line #g-nav {
    background-color: #06C755;
  }
}

@media screen and (min-width: 769px) {
  div#loading {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #00AFFF;
    z-index: 600;
    padding: 0;
  }
  div#loading #loader {
    width: 585px;
    margin: 30% auto;
  }
  .pc_none {
    display: none;
  }
  .sp_none {
    display: block;
  }
  body {
    font-size: 17px;
    line-height: 1.3;
    min-width: 820px;
    margin: 0 auto;
  }
  header {
    padding-bottom: 0;
  }
  header #g-nav div.contents {
    position: relative;
    width: 1000px;
    margin: 0 auto;
  }
  header #g-nav div.contents h1 {
    width: 265px;
    margin: 0 auto;
  }
  header #g-nav div.contents ul {
    width: 500px;
    margin: 30px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header #g-nav div.contents ul li {
    color: #fff;
  }
  header #g-nav div.contents p.line {
    position: absolute;
    width: 200px;
    top: 0;
    right: 0;
  }
  header #g-nav div.contents p.line a {
    display: block;
    width: 200px;
    border-radius: 50px;
    padding: 10px 0;
    color: #06C755;
    border: 4px solid #06C755;
    background-color: #fff;
    text-align: center;
  }
  header #g-nav div.contents p.line a:hover {
    background-color: #06C755;
    color: #fff;
    border: 1px solid #fff;
  }
  header #g-nav.fixed {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    z-index: 590;
    height: 90px;
  }
  header #g-nav.fixed div.contents {
    width: 1000px;
    margin: 20px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  header #g-nav.fixed div.contents h1 {
    margin: 0;
  }
  header #g-nav.fixed div.contents h1 a {
    background-image: url(../images/logo2.jpg);
  }
  header #g-nav.fixed div.contents ul {
    margin: 20px 0;
  }
  header #g-nav.fixed div.contents ul li {
    color: #000;
  }
  header #g-nav.fixed div.contents p.line {
    width: 190px;
    margin: 0;
  }
  h2 {
    width: 850px;
    margin: 0 auto;
    font-size: 32px;
    text-align: left;
  }
  h2::before {
    width: 346px;
    background: url(../images/h-blue2.jpg) center center no-repeat;
    right: 102%;
    top: 15px;
  }
  h2::after {
    background-image: none;
  }
  p.sub {
    text-align: left;
    width: 840px;
    margin: 0 auto 50px;
  }
  section#service {
    margin-bottom: 100px;
  }
  section#service ul {
    width: 820px;
    margin: 0 auto;
    background: url(../images/h-blue3.jpg) center top repeat-y;
  }
  section#service ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-image: none;
    padding: 50px 0 70px;
  }
  section#service ul li::before {
    width: 141px;
    height: 120px;
    top: 50px;
    right: -400px;
  }
  section#service ul li p.photo {
    margin: 0;
  }
  section#service ul li div.txt, section#service ul li:nth-child(4) div.txt {
    width: 300px;
    margin-top: 150px;
  }
  section#service ul li:nth-child(2), section#service ul li:nth-child(4) {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    height: 100%;
  }
  section#service ul li:nth-child(2)::before, section#service ul li:nth-child(4)::before {
    left: -820px;
  }
  section#service ul li:nth-child(2) div.txt, section#service ul li:nth-child(4) div.txt {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  section#service div#support {
    padding: 50px 50px 0;
  }
  section#service div#support::before {
    width: 30%;
  }
  section#service div#support div.box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  section#service div#support div.box p.photo {
    width: 224px;
  }
  section#service div#support div.box div.txt {
    padding: 30px 0;
  }
  section#service div#support div.box div.txt h3 {
    text-align: left;
  }
  section#service div#support p.btn a {
    width: 50%;
    margin: 0 auto;
  }
  section#service div#support p.btn a:hover {
    background-color: #00AFFF;
    color: #fff;
  }
  section#about {
    color: #fff;
    background: url(../images/wave_blue2.jpg) center top repeat-x, url(../images/h-white3.png) center 30px no-repeat, url(../images/wave_blue1.jpg) center bottom repeat-x;
    background-color: #00AFFF;
    padding: 100px 0;
    margin-bottom: 50px;
    text-align: center;
  }
  section#about h2::before, section#about h2::after {
    background-image: none;
  }
  section#about p.sub {
    margin-bottom: 5px;
  }
  section#about div.box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    height: 100%;
    margin-bottom: 45px;
  }
  section#about div.box p.txt {
    width: 480px;
    margin-bottom: 20px;
    line-height: 1.7;
  }
  section#about div.box p.photo {
    margin: 0 0 0 20px;
    width: 310px;
  }
  section#about div.map p.btn a {
    width: 320px;
  }
  section#about div.map p.btn a:hover {
    background-color: #fff;
    color: #00AFFF;
  }
  section#price {
    width: 1000px;
    margin: 0 auto;
  }
  section#price p.comment {
    width: 300px;
    padding: 10px 0;
    font-size: 13px;
    margin: -50px 0 30px 600px;
  }
  section#price div.contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 100%;
  }
  section#price div.contents dl {
    width: 390px;
  }
  section#price div.contents dl dt p {
    font-size: 15px;
  }
  section#price div.contents dl:first-child, section#price div.contents dl:nth-child(2) {
    margin-bottom: 40px;
  }
  section#price div.contents dl:nth-child(2), section#price div.contents dl:nth-child(4) {
    margin-left: 40px;
  }
  section#price div.contents dl:nth-child(2) dd, section#price div.contents dl:nth-child(3) dd, section#price div.contents dl:nth-child(4) dd {
    padding: 34.5px 10px;
  }
  section#price p.txt {
    font-size: 13px;
    margin-bottom: 100px;
  }
  footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 560px;
    margin: 20px auto;
  }
  footer ul li {
    font-size: 29px;
  }
  footer ul li::before {
    width: 36px;
    height: 36px;
    margin-left: -40px;
  }
  footer p.time {
    font-size: 100%;
    padding-bottom: 20px;
  }
  footer p.copyright {
    font-size: 13px;
  }
  body#line header {
    background: #06C755 url(../images/wave_green.jpg) center bottom repeat-x;
    padding-bottom: 50px;
  }
  body#line header div.contents ul {
    margin-bottom: 0;
  }
  body#line header p.main {
    width: 842px;
  }
  body#line h2 {
    color: #06C755;
  }
  body#line h2::before {
    background-image: url(../images/h-green2.jpg);
  }
  body#line h2::after {
    background-image: none;
  }
  body#line ol.step {
    margin-bottom: 100px;
  }
  body#line ol.step li {
    text-align: center;
    width: 820px;
    margin: 0 auto;
  }
  body#line ol.step li p.txt2 {
    font-weight: bold;
    font-size: 23px;
    text-align: left;
    width: 600px;
    margin: -70px 0 0 200px;
  }
  body#line ol.step li h2 {
    margin: 0 auto 20px;
  }
  body#line ol.step li p.gray {
    padding: 10px;
    width: 230px;
    margin: 10px 0 0 200px;
    font-size: 100%;
  }
  body#line ol.step li p.txt {
    text-align: left;
  }
  body#line ol.step ol.method {
    width: 90%;
    max-width: 820px;
    margin: 20px auto;
  }
  body#line ol.step ol.method li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  body#line ol.step ol.method li:last-child {
    border-bottom: none;
  }
  body#line ol.step ol.method li div.right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 30px;
    width: 540px;
  }
  body#line ol.step ol.method li div.right h3 {
    width: 58px;
    margin: 10px 10px 10px 0;
  }
  body#line ol.step ol.method li div.right span {
    color: #898989;
    font-size: 80%;
  }
  body#line ol.step ol.method li p.qr {
    max-width: 155px;
    margin: 10px auto;
  }
  body#line ol.step ol.method li p.btn a {
    width: 250px;
    margin: 10px auto 30px;
    padding: 20px;
  }
  body#line ol.step ol.method li p.btn a:hover {
    background-color: #fff;
    color: #06C755;
  }
  body#line ol.step ol.method li p.btn2 {
    width: 250px;
    padding: 20px;
    margin: 0;
  }
  body#line ol.step ol.method li:first-child div.right h3 {
    margin: 20px 10px 20px 0;
  }
  body#line ol.step ol.method li:nth-child(2) div.right {
    margin-top: 40px;
  }
  #page_top {
    width: 22px;
    height: 56px;
  }
  #page_top a {
    width: 22px;
    height: 56px;
  }
  #page_top a::before {
    background-image: url(../images/top_pc.png);
    width: 22px;
    height: 56px;
  }
}
/*# sourceMappingURL=style.css.map */

