@charset "UTF-8";
/* style CSS */
/* Base CSS */
/*
HTML5 reset (base style: html5doctor.com Reset v1.6.1) 
UPDATE 2013.02.22
AUTHOR Takuya Sugimoto
 */
html, body, span, object, iframe, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, hgroup, menu, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

div, h1, h2, h3, h4, h5, h6, footer, header, dl, dt, dd, ol, ul, li, p {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

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

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* _______________________form setting  */
input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

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

input, textarea, select, option, optgroup {
  vertical-align: middle;
  letter-spacing: 0em;
}

select {
  min-width: 2em;
}

option, optgroup {
  padding-right: 0.4em;
}

/* _______________________mouse cursor */
label[for],
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=image],
input[type=reset],
input[type=submit],
select, option, button {
  cursor: pointer;
}

optgroup {
  cursor: default;
}

/* _______________________clearfix  */
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
  font-size: 0.1em;
}

* html .clearfix {
  height: 1px;
  /*¥*/
  /*/
  height: auto;
  overflow: hidden;
  /**/
}

/* _______________________font-size chart
10px	77%
11px	85%
12px	93%
13px	100%
14px	108%
15px	116%
16px	123.1%
17px	131%
18px	138.5%
19px	146.5%
20px	153.9%
21px	161.6%
22px	167%
23px	174%
24px	182%
25px	189%
26px	197%
*/
* {
  box-sizing: border-box;
}

img {
  width: 100%;
}

html {
  margin: 0 auto;
  background-color: #fff;
  font-size: 10px;
}

body {
  background-color: #F3F2F2;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-size: 10px;
  color: #444444;
}

#main {
  width: 100%;
  max-width: 750px;
  padding: 0 5.3333333333vw;
  margin: 0 auto;
  background-color: #fff;
}
#main .sec {
  padding: 6.4% 0;
  border-top: solid 1px #E0E0E0;
}
#main .sec:nth-child(1) {
  padding-top: 0;
  border-top: none;
}
#main .title {
  padding: 10.6666666667vw 0 4vw 0;
  margin-bottom: 9.3333333333vw;
  font-weight: 700;
  font-size: 5.6vw;
  line-height: 1.6;
  text-align: center;
  position: relative;
}
#main .title::after {
  content: "";
  display: block;
  width: 18.6666666667vw;
  height: 0.8vw;
  margin: 0 auto;
  background: linear-gradient(90deg, #35cade, #7fd5ee);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
#main .stitle {
  margin: 4vw 0 4vw 0;
  font-weight: 700;
  font-size: 5.0666666667vw;
  line-height: 1.6;
  color: #24c7dd;
}
#main .lead {
  margin-bottom: 5.3333333333vw;
  font-size: 4.2666666667vw;
  line-height: 1.875;
}
#main .note {
  margin-bottom: 9.3333333333vw;
  font-size: 3.7333333333vw;
  line-height: 1.6071428571;
}
#main .attention {
  color: #ff2929;
}
#main .text {
  margin-bottom: 1em;
  font-size: 4vw;
  line-height: 1.6;
}
#main .text a {
  color: #24c7dd;
  text-decoration: underline;
}
#main .text a:visited {
  color: #24c7dd;
}
#main .text strong {
  font-weight: bold;
}
#main figure img {
  display: block;
  margin: 5.3333333333vw auto 1.3333333333vw auto;
}
#main figure.fig {
  margin-bottom: 10.6666666667vw;
}
#main .btn a {
  width: 100%;
  background-image: linear-gradient(90deg, #35cade, #7fd5ee);
  border-radius: 100px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  color: #fff;
  display: inline-block;
  font-size: 4vw;
  line-height: 1;
  min-width: 100px;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
}
#main .btn + .text {
  margin-top: 5.3333333333vw;
}
#main .content_wrap {
  width: 100%;
  padding: 5.3333333333vw 4vw;
  margin: 0 auto 12vw auto;
  border-style: solid;
  border-radius: 5px;
  border: solid 2px #fdd733;
}
#main .content_wrap dl dt {
  padding-bottom: 3.3333333333vw;
  margin-top: 12vw;
  margin-bottom: 3.3333333333vw;
  font-weight: 700;
  font-size: 4.5333333333vw;
  line-height: 1.3333333333;
  padding-left: 1em;
  text-indent: -1em;
  border-bottom: dashed 1px #fdd733;
}
#main .content_wrap dl dt:nth-child(1) {
  margin-top: 0;
}
#main .content_wrap dl dd {
  padding-bottom: 2.6666666667vw;
}
#main .content_wrap dl dd .note {
  padding-left: 1em;
  text-indent: -1em;
}
#main .about_hc .stitle {
  padding-top: 8vw;
  color: #555;
}
#main .about_hc .content_wrap {
  border-color: #e0e0e0;
}

@media print, screen and (min-width: 751px) {
  #main .sec {
    padding: 40px 0;
  }
  #main .title {
    padding: 80px 0 30px 0;
    margin-bottom: 70px;
    font-size: 42px;
  }
  #main .stitle {
    margin: 0 0 30px 0;
    font-size: 34px;
  }
  #main .lead {
    margin-bottom: 40px;
    font-size: 32px;
  }
  #main .note {
    margin-bottom: 70px;
    font-size: 28px;
  }
  #main .text {
    margin-bottom: 1em;
    font-size: 30px;
  }
  #main figure img {
    display: block;
    margin: 40px auto 10px auto;
  }
  #main .btn a {
    width: 100%;
    background-image: linear-gradient(90deg, #35cade, #7fd5ee);
    border-radius: 100px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    color: #fff;
    display: inline-block;
    font-size: 28px;
    line-height: 1;
    min-width: 100px;
    padding: 15px 30px;
    text-align: center;
    text-decoration: none;
  }
  #main .content_wrap {
    width: 100%;
    padding: 40px 30px;
    margin: 0 auto 90px auto;
    border-style: solid;
    border-radius: 5px;
    border: solid 2px #fdd733;
  }
  #main .content_wrap dl dt {
    padding-bottom: 25px;
    margin-top: 90px;
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    padding-left: 1em;
    text-indent: -1em;
    border-bottom: dashed 1px #fdd733;
  }
  #main .content_wrap dl dt:nth-child(1) {
    margin-top: 0;
  }
  #main .content_wrap dl dd {
    padding-bottom: 20px;
  }
}