@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");

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: inherit;
  vertical-align: baseline;
}

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

html{
  font-size: 62.5%;
}

html,body{
  height: 100%;
  width: 100%;
}

ol, ul {
  list-style: none;
}

sub {
  vertical-align: sub;
}

sup {
  vertical-align: super;
}

b {
  font-weight: bold;
}

blockquote, q {
  quotes: none;
}

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

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

input[type="submit"],input[type="text"],
input[type="email"],input[type="button"],input[type="password"]{
  -webkit-appearance: none;
  border-radius: 0;
}

/*------------------------------
	base
------------------------------*/
a {color: #222;text-decoration: none;}

.mb0 {margin: 0 0 0 0;}
.mb5 {margin: 0 0 5px 0;}
.mb10 {margin: 0 0 10px 0;}
.mb15 {margin: 0 0 15px 0;}
.mb20 {margin: 0 0 20px 0;}
.mb30 {margin: 0 0 30px 0;}
.mb40 {margin: 0 0 40px 0;}
.mb50 {margin: 0 0 50px 0;}
.mb60 {margin: 0 0 60px 0;}
.mb70 {margin: 0 0 70px 0;}
.mb80 {margin: 0 0 80px 0;}
.mb90 {margin: 0 0 90px 0;}
.mb100 {margin: 0 0 100px 0;}



body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #313131;
}

p {
  margin: 0 0 10px;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.center {
  text-align: center;
}

/*------------------------------
	header
------------------------------*/
header {
  background: url("../img/bg-d1.png") #f5f45b;
}

header h1 {
  max-width: 750px;
  margin: 0 auto;
}

/*------------------------------
	footer
------------------------------*/
footer {
  background: #efa34d;
  text-align: center;
  padding: 45px 20px 100px;
}

footer p {
  max-width: 300px;
  margin: 0 auto 25px;
}

footer ul {
  margin: 0 auto 25px;
}

footer li {
  display: inline-block;
  margin: 0 8px;
  font-weight: 700;
}

.entry-btn {
  position: fixed;
  bottom: 5px;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0 10px;
  box-sizing: border-box;
}


/*------------------------------
	top
------------------------------*/
main {
  max-width: 750px;
  margin: 0 auto;
}

h2 {
  text-align: center;
  margin: 0 0 20px;
}

.cta {
  background: url("../img/bg01.jpg") no-repeat center;
  background-size: cover;
  padding: 65px 40px;
}

.cta li {
  text-align: center;
  margin: 0 0 50px;
}

.cta li:last-child {
  margin: 0;
}

.section01 {
  background: url("../img/bg-p1.png") #f5f45b;
  padding: 40px 0;
}

.section02 {
  background: url("../img/bg-s1.png") #f5f45b;
  padding: 25px 0;
}

.tokuchou p {
  margin: 0 0 24px;
  text-align: center;
}

.section03 {
  background: url("../img/bg02.jpg") no-repeat top;
  background-size: cover;
  text-align: center;
  padding: 25px 12px;
}

.section03 p {
  max-width: 80%;
  margin: 0 auto 10px;
}

.proof {
  border-radius: 20px;
  border: 6px solid #f5f45b;
  background: #fff;
  padding: 24px 30px;
  max-width: 90%;
  margin: 0 auto;
}

.proof li {
  list-style: disc;
  text-align: left;
  font-size: 2rem;
  font-weight: 700;
}

.section04 {
  background: url("../img/bg-d1.png") #f5f45b;
  padding: 25px 10px;
}

.section04 p {
  margin: 0 auto 20px;
}

.section04 b {
  font-size: 1.8rem;
}

.plan {
  text-align: center;
  padding: 20px 12px;
}

.plan .acd {
  margin: 0 0 40px;
}

.plan .acd dt {
  color: #fff;
  background: url("../img/bg-d2.png") #00cccd;
  background-size: 9px;
  font-weight: 700;
  padding: 10px 15px;
  border-radius: 8px;
  text-align: left;
  margin: 0 0 20px;
  position: relative;
}

.plan .acd dt::after {
  content: '';
  background: url("../img/arrow.png") no-repeat right center;
  background-size: 20px;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 12px;
  right: 15px;
}

.acd dd {
  display: none;
}

.table01 {
  font-weight: 700;
  font-size: 1.2rem;
  width: 100%;
  border: 1px solid #b9b4b3;
  border-bottom: 0;
  text-align: center;
}

.table01 th {
  width: 100px;
  box-sizing: border-box;
  background: #fffb2b;
  padding: 10px;
  border-bottom: 1px solid #b9b4b3;
}

.table01 td {
  padding: 10px;
  border-bottom: 1px solid #b9b4b3;
}

.table01 td.vertical {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  background: #d9d9d9;
  width: 24px;
  min-width: inherit;
}

.table01 b {
  font-size: 1.6rem;
}

.plus {
  width: 24px;
  margin: 30px auto;
}

.flow {
  text-align: center;
  background: url("../img/bg-p1.png") #efa34d;
  padding: 25px 12px;
}

.faq {
  background: url("../img/bg-d1.png") #f5f45b;
  padding: 25px 10px;
}

.faq .acd {
  background: #fff;
  border-radius: 18px;
  border: 3px solid #000;
  padding: 16px 10px;
  margin: 0 0 16px;
  font-size: 1.8rem;
  font-weight: 700;
}

.faq .acd dt {
  padding: 0 30px 0 0;
  position: relative;
}

.faq .acd dt img {
  float: left;
  width: 24px;
  margin: 0 8px 0 0;
}

.faq .acd dt span {
  display: block;
  overflow: hidden;
}

.faq .acd dt::after {
  content: '+';
  color: #fff;
  background: #f05a28;
  border-radius: 50%;
  text-align: center;
  padding: 0px 9px;
  position: absolute;
  top: 0px;
  right: 0px;
}

.faq .acd dt.watch::after {
  content: '-';
  color: #fff;
  background: #b9b4b3;
  padding: 0px 11px;
}

.faq .acd dd {
  border-top: 2px solid #000;
  padding: 10px 0 0;
  margin: 10px 0 0;
  overflow: hidden;
}

.faq .acd dd img {
  float: left;
  width: 24px;
  margin: 0 8px 0 0;
}

.faq .acd dd span {
  display: block;
  overflow: hidden;
}

.section05 {
  background: url("../img/bg-s2.png") #efa34d;
  padding: 30px 12px 25px;
  text-align: center;
}



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

body {
  font-size: 1.6rem;
}

/*------------------------------
	top
------------------------------*/
.cta {
  background: url("../img/bg01.jpg") no-repeat center;
  background-size: cover;
  padding: 190px 0;
}

.section03 p {
  max-width: 65%;
  margin: 0 auto 20px;
}

.proof {
  max-width: 60%;
}

.note {
  max-width: 60%;
  margin: 0 auto;
}

.table01 {
  font-size: 1.6rem;
}

.table01 b {
  font-size: 2rem;
}

.plan {
  max-width: 80%;
  margin: 0 auto;
}

}
