@charset "UTF-8";

* {
  box-sizing: border-box;
  font-size: 16px;
  word-break: break-all;
}

*:focus {
  outline: none;
}

@media screen and (min-width:640px) {
  * {
    font-size: 18px;
  }
}

@media screen and (max-width:375px) {
  * {
    font-size: 14px;
  }
}


/*PC・SP表示非表示*/
.pc {
  display: none;
}

@media screen and (min-width:640px) {
  .pc {
    display: inline-block;
  }

  .sp {
    display: none;
  }
}


html,
body,
div,
span,
object,
iframe,
h1,
h2,
h2,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  background: transparent;
  border: 0;
  font-size: 100%;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  outline: 0;
  text-align: left;
  vertical-align: baseline;
}

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


/*全体*/
html {
  font-size: 62.5%;
}

body {
  background: #f5f5eb;
  color: #111;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  /*font-size:1.6rem;*/
  font-weight: 500;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
}


/*共通*/
img {
  width: 100%;
  height: auto;
}

.center {
  text-align: center;
}

.red {
  color: #f53719;
  font-weight: bold;
}

.green {
  color: #19a57d;
  font-weight: bold;
}

.yellow {
  color: #ffff00;
  font-weight: bold;
}

.marker {
  background: linear-gradient(transparent 50%, #ffff00 50% 97%, transparent 97%);
  font-weight: bold;
  padding: 0 5px 3px;
}

.bold {
  font-weight: bold;
}

.center {
  text-align: center;
}

.mt0 {
  margin-top: 0px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt30 {
  margin-top: 30px;
}


/*figure.figure*/
.figure {
  margin: 15px 15px 0;
}

.figure.mt0 {
  margin-top: 0;
}

.figure.full {
  margin-left: 0;
  margin-right: 0;
}

.figure.mts {
  margin-top: 10px;
}

.figure.mtm {
  margin-top: 30px;
}

.figure.mtb {
  margin-top: 50px;
}

@media screen and (min-width:640px) {
  .figure {
    margin: 25px 15px 0;
  }

  .figure.mts {
    margin-top: 15px;
  }

  .figure.mtm {
    margin-top: 50px;
  }

  .figure.mtb {
    margin-top: 70px;
  }
}


/*p.tx 基本*/
p.tx {
  font-size: 16px;
  line-height: 2;
  margin: 25px 15px 0;
  padding: 0;
}

p.tx span {
  font-size: 16px;
}

p.tx.mt0 {
  margin: 0 15px;
}

p.tx.mt5 {
  margin: 5px 15px 0;
}

p.tx.mt15 {
  margin: 15px 15px 0;
}

@media screen and (min-width:640px) {

  p.tx,
  p.tx span {
    font-size: 18px;
  }

  p.tx {
    margin: 35px 15px 0;
  }
}

@media screen and (max-width:375px) {

  p.tx,
  p.tx span {
    font-size: 14px;
  }
}

/*p.tx 大きめ*/
p.tx.big,
p.tx span.big {
  font-size: 20px;
}

@media screen and (min-width:640px) {

  p.tx.big,
  p.tx span.big {
    font-size: 28px;
  }
}

@media screen and (max-width:375px) {

  p.tx.big,
  p.tx span.big {
    font-size: 17px;
  }
}

/*p.tx すごく大きめ*/
p.tx.sbig,
p.tx span.sbig {
  font-size: 25px;
}

@media screen and (min-width:640px) {

  p.tx.sbig,
  p.tx span.sbig {
    font-size: 36px;
  }
}

@media screen and (max-width:375px) {

  p.tx.sbig,
  p.tx span.sbig {
    font-size: 22px;
  }
}


/*a 基本*/
a {
  /*border-bottom:1px solid #0064f5;*/
  color: #0064f5;
  font-size: 16px;
  padding-bottom: 1px;
  text-decoration: none;
}

@media screen and (min-width:640px) {
  a {
    font-size: 18px;
  }
}

@media screen and (max-width:375px) {
  a {
    font-size: 14px;
  }
}

/*header.header*/
.header {
  background: #fff;
  margin: 0 auto;
  padding: 0;
  width: 100%;
	max-width: 640px;
}

p.logo {
  margin: 0;
  padding: 12px 0 10px 15px;
}

p.logo img {
  width: 80%;
}

@media screen and (min-width: 640px) {
  p.logo {
    padding: 15px 0 12px 15px;
  }

  p.logo img {
    width: 60%;
  }
}

p.pr {
  font-size: 12px;
  line-height: 1;
  margin: 10px 15px 0;
  padding: 0;
  text-align: right;
}
p.caution {
  font-size: 14px;
  line-height: 1.4;
  margin: 10px 10px 0;
  padding: 0;
  text-align: right;
}
p.caution02 {
  font-size: 14px;
  line-height: 1.4;
  margin: 10px 15px 0;
  padding: 0;
  text-align: center;
}
p.caution03 {
  font-size: 12px;
  line-height: 1.4;
  margin: 10px 15px 0;
  padding: 0;
  text-align: right;
}
.btn_under{
	font-size: 14px;
	text-align: center;
	line-height: 1.6;
	
}
@media screen and (min-width:640px) {
  p.pr {
    font-size: 14px;
  }
  p.caution {
    font-size: 9px;
  }
  p.caution02 {
    font-size: 10px;
  }
}

@media screen and (max-width:375px) {
  p.pr {
    font-size: 14px;
  }
  p.caution {
    font-size: 12px;
  }
  p.caution02 {
    font-size: 12px;
  }
}


/*article.article*/
.article {
  background: #fff;
  margin: 0 auto;
  padding: 15px 0 50px;
  width: 100%;
  max-width: 640px;
}

section.section {
  margin: 40px 0 0;
  width: 100%;
  max-width: 640px;
}

@media screen and (min-width:640px) {
  .article {
    padding: 20px 0 75px;
  }

  section.section {
    margin: 70px auto 0;
  }
}


/*div.button*/
div.button {
  margin: 30px 15px 0;
}

div.button a {
  border-bottom: none;
  padding-bottom: 0;
}

div.button figure.button_img {
  margin-top: 5px;
  width: 100%;
  height: auto;
}

div.button figure.button_img img {
  cursor: pointer;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 640px) {
  div.button {
    margin: 50px 15px 0;
  }

  div.button figure.button_img {
    margin: 10px auto 0;
    width: 90%;
    height: auto;
  }
}



/*h2.h2*/
.h2 {
  background: #00aaa5;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 0 35px;
  padding: 13px 10px 10px;
  text-align: center;
  position: relative;
}

.h2 span {
  color: #fff;
  font-size: 21px;
  font-weight: bold;
}

.h2:after {
  border-top: 30px solid #00aaa5;
  border-right: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid transparent;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: -58px;
  margin-left: -30px;
}

@media screen and (min-width: 640px) {
  .h2 {
    font-size: 32px;
    padding: 15px 7px 13px;
  }

  .h2 span {
    font-size: 34px;
  }
}

@media screen and (max-width: 375px) {

  .h2,
  .h2 span {
    font-size: 20px;
  }
}


/*section.reason*/
section.section.reason {
  background: #ebfaf0;
  padding-bottom: 50px;
}

@media screen and (min-width: 640px) {
  section.section.reason {
    padding-bottom: 70px;
  }
}


/*section.example*/
section.section.example {
  background: #ebfaf0;
  padding-bottom: 50px;
}

@media screen and (min-width: 640px) {
  section.section.example {
    padding-bottom: 70px;
  }
}


/*figure.arrow*/
figure.arrow {
  margin-top: 10px;
  text-align: center;
}

figure.arrow img {
  width: 10%;
  height: auto;
}

@media screen and (min-width: 640px) {
  figure.arrow {
    margin-top: 20px;
  }
}


/*footer.footer*/
.footer {
  background: #fff;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
  max-width: 640px;
}

.footer div {
  border-top: 2px dotted #7dd2d2;
  display: flex;
  justify-content: center;
  padding: 25px 0 30px;
  width: 100%;
}

.footer p {
  display: inline-block;
  margin: 0;
  padding: 0 10px;
}

.footer a {
  color: #00646e;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
}

@media screen and (min-width:640px) {
  .footer a {
    font-size: 14px;
  }
}

@media screen and (max-width:375px) {
  .footer a {
    font-size: 11px;
  }
}
.content {
	width: 90%;
	padding: 0;
	margin: 0 auto;
}
.centerplease {
	margin: 10px auto;
	max-width: 400px;
	font-size: 40px;
}
/*Question*/
.question {
	position: relative;
	background: #fff;
	margin: 0;
	padding: 10px 10px 10px 50px;
	display: block;
	width:100%;
	cursor: pointer;
}
/*Answer*/
.answers {
	color: #000000;
	padding: 0px 15px;
	margin: 0 0 10px;
	width:100%!important;
	height: 0;
	overflow: hidden;
	z-index: -1;
	position: relative;
	opacity: 0;
	background: #c30;
	-webkit-transition: .8s ease;
	-moz-transition: .8s ease;
	-o-transition: .8s ease;
	transition: .8s ease;
}
.questions:checked ~ .answers{
	height: auto;
	opacity: 1;
	padding: 15px 45px 15px 15px;
}

.questions {
	display: none;	
}
/*チェックボックスを非表示にする*/
input {
  display: none;
}
label {
	width: 60%;
	margin: 0 auto;
	font-size: 1.4rem;
	line-height: 1;
  padding: 1em;
  background: #000;
  display: block;
  font-weight: bold;
  position: relative;
  cursor: pointer;
	color: #fff;
	text-align: center;
	border-radius: 25px;
}

/*三角矢印アイコン*/
.icon {
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 24px;
  margin-left: 6px;
  flex-shrink: 0;
  transform-origin: center 43%;
  transition: transform 0.5s;
}
.icon::before,
.icon::after {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 3px;
  background-color: #000;
}
.icon::before {
  left: 0;
  transform: rotate(45deg);
}
.icon::after {
  right: 0;
  transform: rotate(-45deg);
}
.voice figure{
	margin-top: 30px;
	padding: 10px;
}
.voice_ttl{
	margin-top: 40px;
}
.voice_wrap {
  margin-bottom: 40px;
}
.voice_txt{
	font-size: 16px;
	line-height: 1.4;
	  padding: 1em;
}
/*コンテンツ初めは非表示*/
.content {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  overflow: hidden;
	background: #fdffe8;
}
p {
  margin: 0;
  padding: 1em;
}

/*クリックするとコンテンツ表示*/
input:checked ~ .content {
  max-height: 1500px;
  opacity: 1;
  visibility: visible;
}

/* アコーディオン表示の際に三角回転 */
input:checked ~ label .icon {
  transform: rotate(180deg);
}
