@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300i,400,400i,600,600i,700,700i,800i');
/* https://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}


/* font */

/*
https://fonts.googleapis.com/earlyaccess/notosansjapanese.css
ここから、必要なウェイトのフォントセットだけ抽出して、ロード時間を短縮する。
「font-display: swap;」ロード完了までの代替フォント指定。
*/

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2) format('woff2'), url(https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format('woff'), url(https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf) format('opentype');
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2) format('woff2'), url(https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff) format('woff'), url(https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.otf) format('opentype');
  font-display: swap;
}


/*
'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3' ----- Mac
'Noto Sans CJK JP' ----- Linux Ubuntu系ディストリビューション
'Noto Sans Japanese', Meiryo メイリオ ----- Windows
*/

body,
input,
textarea {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "source-han-sans-japanese", "メイリオ", sans-serif;
  
}

pre,
code,
var,
samp,
kbd,
.mono {
  font-family: Consolas, 'Courier New', Courier, Monaco, monospace;
}

input,
textarea,
select,
button {
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Noto Sans CJK JP', 'Noto Sans Japanese', Meiryo, メイリオ, sans-serif, serif;
}


/* CSS Document */

html,
body,
textarea {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}

html {
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
  color: #525659;
  background: #FFF;
  min-height: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

img {
  outline: none;
  border-style: none;
}

a {
  text-decoration: none;
  color: #64c6dc;
}

a:visited {
  text-decoration: none;
  color: #434343;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

a:hover {
  text-decoration: none;
  color: #64c6dc;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

a:active {
  text-decoration: none;
}

button:focus {
  outline: none;
}
.hover:hover{
  opacity: 0.8;
}

/*****FONT SIZE*****/

html {
  font-size: 62.5%;
}

body {
  font-size: 1rem;
  font-size: 10px;
}

h1 {
  font-size: 2.4rem;
  font-weight: 300;
  letter-spacing: 0;
}

h2 {
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 0;
}

h3 {
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 0;
}

footer {
  text-align: center;
  padding: 0 5%;
  background: #000;
  color: #FFF;
}


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

.txt-l {
  text-align: left;
}

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

.txt-u {
  text-decoration: underline;
}

strong {
  font-weight: bold;
}

.t-14 {
  font-size: 1.4rem;
}

.txt-mt2 {
  margin-top: 2rem;
}

.txt-mt4 {
  margin-top: 4rem;
}

.txt-mb2 {
  margin-bottom: 2rem;
}

.txt-lh1-6 {
  line-height: 1.6;
}

.cancel-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* layout */

main {
  max-width: 920px;
  margin: 60px auto 0;
  padding-bottom: 2rem;
}

h1 {
  position: relative;
  display: block;
  margin: 0 auto 4rem;
  width: 100%;
  text-align: center;
}

h1:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -0.8rem;
  display: inline-block;
  width: 100px;
  height: 2px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #31a9d3;
}
.lead-copy{
  width: 90%;
  margin: 0 auto 5rem;
  font-size: 1.8rem;
  line-height: 1.6;
  text-align: center;
}
section {
  width: 90%;
  margin: 0 auto 2rem;
}

.q-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 3rem 3rem 3rem 5.5rem;
  border-bottom: solid 1px #d6d6d6;
  background: url(img/icon-q.png) no-repeat left center;
  background-size: 3.5rem;
  font-size: 1.4rem;
  color: #434343;
  line-height: 1.4;
  letter-spacing: 0;
  cursor: pointer;
  position: relative;
}
.q-link::after{
  content: '';
  display: block;
  width: 1rem;
  height: 1rem;
  border-top: 1px solid #64c6dc;
  border-right: 1px solid #64c6dc;
  transform: rotate(45deg);
  position: absolute;
  right: 0;
}

.q-contents {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 6rem 1rem 6rem 5.5rem;
  border-bottom: solid 1px #d6d6d6;
  background: url(img/icon-q.png) no-repeat left center;
  background-size: 3.5rem;
  font-size: 1.6rem;
  color: #434343;
  line-height: 1.4;
  letter-spacing: 0;
}

.a-contents {
  padding: 6rem 1rem 6rem 5.5rem;
  margin-top: -1px;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0;
  background: url(img/icon-a.png)no-repeat left 5.5rem;
  background-size: 3.5rem;
}

.a-contents p{
  white-space: pre-line;
  margin-bottom: 1rem;
}
.a-contents img{
  width: 100%;
  margin: 1.5rem auto;
}
.a-contents .caption {
  text-indent: -1.5rem;
  padding-left: 1.5rem;
  display:inline-block;
}

.indent-2{
  text-indent: -2.1rem;
  padding-left: 2rem;
  display:inline-block;
}

.a-contents ol {
  list-style: decimal;
  padding-left: 1rem;
}

.a-contents ol li {
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 767px) {
  .q-contents {
    padding: 7rem 0 4rem;
    background: url(img/icon-q.png) no-repeat left 2rem;
  }
  .a-contents {
    padding: 7rem 0 0;
    background: url(img/icon-a.png)no-repeat left 2rem;
  }
}

@media screen and (max-width: 767px) {
  main{
    margin: 0;
    padding-top: 10rem;
  }
  section{
    margin: -1px auto 0;
  }
  .box-close::after {
    position: absolute;
    top: 50%;
    right: 1rem;
    display: block;
    content: '';
    width: 12px;
    height: 12px;
    margin-top: -4px;
    border-top: 1px solid #64c6dc;
    border-right: 1px solid #64c6dc;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
    .box-open::after {
    position: absolute;
    top: 40%;
    right: 1rem;
    display: block;
    content: '';
    width: 12px;
    height: 12px;
    margin-top: -4px;
    border-top: 1px solid #64c6dc;
    border-right: 1px solid #64c6dc;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
}

/** ボタン */
.btn-blue {
  color: #FFF;
  background-color: #64c6dc;
  padding: 1.5rem;
  text-decoration: none;
  border-radius: 50px;
  margin: 0 auto 1.5rem;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  display: block;
  max-width: 50%;
  cursor: pointer;
}

.btn-blue:hover {
  opacity: 0.8;
}

.btn-blue:visited {
  color: #FFF;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.btn-white{
  color: #64c6dc;
  background-color: #FFF;
  border: solid 2px #64c6dc;
  padding: 1.5rem;
  text-decoration: none;
  border-radius: 50px;
  margin: 0 auto 1.5rem;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  display: block;
  max-width: 50%;
  cursor: pointer;
}
.btn-white:visited {
  color: #64c6dc;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.disabled {
  background-color: #dfdfdf;
  color: #CCC;
  padding: 1rem;
  text-decoration: none;
  border-radius: 50px;
  margin: 0 auto 1.5rem;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  display: block;
  min-width: 50%;
  cursor: default;
}

@media screen and (max-width: 767px) {
  /* スマホ用のスタイル */
  .btn-blue,
  .btn-white{
    padding: 1rem ;
    margin: 2rem auto 4rem;
    min-width: 90%;
  }
}


/* レスポンシブstyle */

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 80%;
    line-height: 1.4;
    letter-spacing: 0;
  }
}


/*// title*/
.title-area{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 160px;
  margin-bottom: 8rem;
  z-index: 1;
}
.title-area h1{
    width: 100%;
    display: block;
    margin: 0;
    font-size: 2.4rem;
    text-align: center;
    position: relative;
  }
.title-area h1:before {
      width: 60px;
      height: 2px;
      display: inline-block;
      content: '';
      position: absolute;
      left: 50%;
      bottom: -2rem;
      transform: translateX(-50%);
  background-color: #31a9d3;
    }
.title-area h1 span {
      font-size: 1.2rem;
      font-weight: normal;
      display: block;
      margin-bottom: 0.5rem;
}
/*// pageback*/
.pageback{
  display: none;
}
.pageback-btn-area{
  margin-top: 6rem;
}
.pageback-btn-area div{
  width: 50%;
  margin: 0 auto;
}
/*// close-btn*/
.title-area .close-btn{
  background: none;
  border: solid 1px #FFF;
  position: absolute;
  right: 1rem;
}

/*// レスポンシブ*/
@media screen and (max-width: 767px) {

  .title-area{
    position: fixed;
    top: 0;
    width: 100%;
    height: 60px;
    margin: 0;
    background: #31a9d3;
    z-index: 99;
  }
  .title-area h1{
      font-size: 1.6rem;
      color: #FFF;
      margin: 0;
    padding: 0;
  }
  .title-area h1::before{
        display: none;
      }
  .title-area h1 span {
        display: block;
        margin-bottom: 0.5rem;
        font-size: 1.2rem;
        font-weight: normal;
      }
  .pageback{
    position: absolute;
    left: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    z-index: 1;
    cursor: pointer;
  }
    .pageback::after{
      content: '';
      display: block;
      width: 1rem;
      height: 1rem;
      border-top: 2px solid #FFF;
      border-right: 2px solid #FFF;
      -webkit-transform: rotate(225deg);
      transform: rotate(225deg);
      cursor: pointer;
    }
 
  .pageback-btn-area{
    display: none;
  }
}


/* fq-menu */
.fq-menu{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 4rem;
}
.fq-menu .item{
  width: calc(50% - 1rem);
  height: 10rem;
  margin-bottom: 2rem;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: #FFF;
  font-weight: bold;
  background: #64c6dc;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
}
.fq-menu .item a{
  color: #FFF;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.fq-menu .item:hover{
  opacity: 0.8;
}
.fq-menu .item::after{
  content: "";
  position: absolute;
  right: 1.5rem;
  width: 1rem;
  height: 1rem;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*// レスポンシブ*/
@media screen and (max-width: 767px) {
  .fq-menu .item{
    width: 100%;
  }
}


/* breadcrumb */
.breadcrumb{
  background: #f7fcfd;
  padding: 1.5rem 0;
  margin-bottom: 6.5rem;
  width: 100%;
}
.breadcrumb ul{
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 1.4rem;
}
.breadcrumb a:visited{
  color: #64c6dc;
}
.breadcrumb li::after{
  content: '>';
  color: #b4b4b4;
  margin: 0 2rem;
}
.breadcrumb li:last-child::after{
  display: none;
}
/*// レスポンシブ*/
@media screen and (max-width: 767px) {
  .breadcrumb{
    display: none;
  }
  .a-link{
    overflow-wrap: break-word;
  }
}
