@charset "UTF-8";

body {
  font-family:"游ゴシック","ヒラギノ角ゴ Pro W3","游ゴシック体",sans-serif;
  font-style: normal;
  font-display: swap;
}
  
a {
  text-decoration: none;
}
  
img {
  max-width: 100%;
}

article {
  font-weight: 500;
}

.pcView {
  display: block !important; }
  @media (max-width: 981px) {
  .pcView {
  animation: gelatine 1s 2;
  display: none !important; } }
  
.spView {
  display: none !important; }
  @media (max-width: 980px) {
  .spView {
  display: block !important; } }


/* ヘッダー色変更・修正可能 */
.header-bg{
  background-color: #fff;
}

.header-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 3px 10px;
}

.logo {
  width: 130px;
}

.rank {
  width: 70px;
  margin:0 0 0 auto;
}

.header-big {
  font-size: 18px;
  font-weight: bold;
  color: #1a1a1a;
  line-height: 1rem;
  margin: 5px 10px 0 5px;
}

.header-small {
  font-size: 10px;
}

.orange {
  color: #f0831f;
}

@media screen and (min-width:981px){
.header-btn {
  display: block;
  width: 230px;
  border-radius: 10px;
  background-color: #f0831f;
  padding: 18px 28px;
  color: #fff;
  font-size: 18px;
  position: relative;
  font-weight: 500;
}
}

@media screen and (max-width:980px){
.header-btn {
  display: block;
  width: 170px;
  border-radius: 10px;
  background-color: #f0831f;
  padding: 15px 20px;
  color: #fff;
  font-size: 14px;
  position: relative;
}
}

.header-btn::after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  top: 43%;
  right: 13%;
  transform: rotate(45deg);
  position: absolute;
}

.header-btn:hover {
  opacity: 0.5;
}
/* ここまでヘッダー */


@media screen and (min-width:981px){
.top-bg {
  display: block;
  width: 1200px;
  height: 635px;
  margin: 0 auto;
  background-image:url("../img/top_bg.webp");
  background-repeat: no-repeat;
  background-position: top;
  background-size:cover;
}
}

@media screen and (max-width:980px){
.top-bg {
  display: block;
  width: 100%;
  max-height: 581px;
  margin: 0 auto;
  background-image:url("../img/top_bg_sp.webp");
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
}
}

@media screen and (min-width:981px){
.top-container {
  display: block;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 35px 20px;
}
}

@media screen and (max-width:980px){
.top-container {
  display: block;
  max-width: 350px;
  margin: 0 auto;
  position: relative;
  padding: 230px 10px;
}
}

@media screen and (min-width:981px){
.top-wrap {
  display: block;
  max-width: 600px;
}
}

@media screen and (max-width:980px){
.top-wrap {
  display: block;
  max-width: 350px;
  position: relative;
}
}

@media screen and (min-width:981px){
.top-quote {
  position: absolute;
  top: 20px;
  left: 550px;
}
}

@media screen and (max-width:980px){
.top-quote {
  position: absolute;
  top: 20px;
  left: 150px;
  width: 120px;
  transform: rotate( 40deg );
}
}

@media screen and (min-width:981px){
.top-circle {
  height:120px;
  width:120px;
  border-radius:50%;
  text-align:center;
  background-color: #00a9e7;
  margin: 0 auto 10px;
}
}

@media screen and (max-width:980px){
.top-circle {
  height:80px;
  width:80px;
  border-radius:50%;
  text-align:center;
  background-color: #00a9e7;
  top: -50px;
  left: 20px;
  position: absolute;
}
}


@media screen and (min-width:981px){
.free {
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  line-height:120px;
  letter-spacing: 0.1rem;
}
}

@media screen and (max-width:980px){
.free {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height:80px;
  letter-spacing: 0.1rem;
}
}

@media screen and (min-width:981px){
h2 {
  font-size: 55px;
  font-weight: bold;
}
}

@media screen and (max-width:980px){
h2 {
  font-size: 30px;
  font-weight: bold;
}
}

@media screen and (min-width:981px){
h3 {
  font-size: 40px;
  font-weight: bold;
}
}

@media screen and (max-width:980px){
h3 {
  font-size: 24px;
  font-weight: bold;
}
}

@media screen and (min-width:981px){
h4 {
  font-size: 30px;
  font-weight: bold;
}
}

@media screen and (max-width:980px){
h4 {
  font-size: 22px;
  font-weight: bold;
}
}

.top-wrap h3 {
  text-align: center;
  padding: 5px 0;
}

@media screen and (min-width:981px){
.top-wrap h2 {
  font-size: 55px;
  text-align: center;
}
}

@media screen and (max-width:980px){
.top-wrap h2 {
  font-size: 36px;
  text-align: center;
}
}

.blue {
  color: #00a9e7;
}

@media screen and (min-width:981px){
.top-flex {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  margin: 0 auto;
  max-width: 1200px;
  padding-top: 20px;
}
}

@media screen and (max-width:980px){
.top-flex {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 350px;
  padding-top: 20px;
}
}

@media screen and (min-width:981px){
.top-flex2 {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 600px;
  padding-top: 20px;
}
}

@media screen and (max-width:980px){
.top-flex2 {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 350px;
  padding-top: 10px;
}
}

@media screen and (max-width:980px){
.top-flex2 img {
  width: 110px;
}
}


.small-textbox {
  padding-top: 10px;
  font-size: 12px;
}

@media screen and (min-width:981px){
.top-cv-btn {
  position: relative;
  max-width: 600px;
  margin: 10px auto;
  padding-bottom: 30px;
  font-weight: bold;
}
}

@media screen and (max-width:980px){
.top-cv-btn {
  position: relative;
  max-width: 350px;
  margin: 0 auto;
  padding: 30px 0;
  font-weight: bold;
}
}

@media screen and (min-width:981px){
.top-cv-btn a {
  font-size: 24px;
  color: #fff;
  padding: 30px 60px;
  background-color: #f0831f;
  border-radius: 10px;
  border: #fff solid 3px;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.3);  
}
}

@media screen and (max-width:980px){
.top-cv-btn a {
  font-size: 18px;
  color: #fff;
  padding: 20px 40px;
  background-color: #f0831f;
  border-radius: 10px;
  border: #fff solid 3px;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.3);  
}
}

@media screen and (min-width:981px){
.top-cv-btn::after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  top: 20%;
  right: 10%;
  transform: rotate(45deg);
  position: absolute;
}
}

@media screen and (max-width:980px){
.top-cv-btn::after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  top: 44%;
  right: 8%;
  transform: rotate(45deg);
  position: absolute;
}
}

.top-cv-btn a:hover {
  opacity: 0.9;
}

@media screen and (min-width:981px){
.top-present {
  padding: 10px 0;
  text-align: center;
  display: block;
  margin: 0 auto;
  background-color: #00a9e7;
}
}

@media screen and (max-width:980px){
.top-present {
  padding: 15px 0 5px;
  text-align: center;
  display: block;
  margin: 50px auto 0;
  background-color: #00a9e7;
}
}

@media screen and (min-width:981px){
.present-camp {
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
}
}

@media screen and (max-width:980px){
.present-camp {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
}
}


.top-present h3 {
  color: #fff;
}

@media screen and (min-width:981px){
.present-title p {
  font-size: 26px;
  color: #fff;
}
}

@media screen and (max-width:980px){
.present-title p {
  font-size: 18px;
  color: #fff;
}
}

@media screen and (min-width:981px){
.attention {
  position: relative;
  display: inline-block;
  padding: 0 30px;
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
}

@media screen and (max-width:980px){
.attention {
  position: relative;
  display: inline-block;
  padding: 0 30px;
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
}
     
.attention:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 1px;
  height: 100%;
  background: #fff;
  border-radius: 3px;
  transform: rotate(-25deg);
}
     
.attention:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #fff;
  border-radius: 3px;
  transform: rotate(25deg);
}

@media screen and (min-width:981px){
.present-img {
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 500px;
  margin: 0 auto;
  padding: 20px 0 10px;
}
}

@media screen and (max-width:980px){
.present-img {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  max-width: 350px;
  margin: 0 auto;
  padding: 10px 0;
}
}

@media screen and (min-width:981px){
.present-img img {
  max-width: 80px;
  padding: 5px;
}
}

@media screen and (max-width:980px){
.present-img img {
  max-width: 55px;
  padding: 5px;
}
}

@media screen and (min-width:981px){
.worries {
  background-color: #f1f1f1;
}
}

@media screen and (max-width:980px){
.worries {
  background-color: #f1f1f1;
}
}

.worries-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 70px 10px 50px;
}

@media screen and (min-width:981px){
.worries-container h4 {
  background-color: #fff;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0;
}
}

@media screen and (max-width:980px){
.worries-container h4 {
  background-color: #fff;
  max-width: 350px;
  margin: 0 auto;
  text-align: center;
  padding: 20px;
}
}

@media screen and (min-width:981px){
.worries-flex {
  display: flex;
  justify-content: space-around;
  max-width: 1000px;
  padding: 50px 0;
  margin: 0 auto;
  align-items: center;
}
}

@media screen and (max-width:980px){
.worries-flex {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  max-width: 400px;
  padding: 30px 0;
  margin: 0 auto;
  align-items: center;
}
}

@media screen and (min-width:981px){
.worries-flex2 {
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 800px;
  padding: 50px 0;
  margin: 0 auto;
}
}

@media screen and (max-width:980px){
.worries-flex2 {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  max-width: 400px;
  padding: 50px 10px;
  margin: 0 auto;
}
}

@media screen and (min-width:981px){
.worries-box {
  display: block;
  width: 250px;
  height: 219px;
  margin: 0 auto;
  background-image:url("../img/worries.webp");
  background-repeat: no-repeat;
  background-position: top;
  background-size:cover;
}
}

@media screen and (max-width:980px){
.worries-box {
  display: block;
  width: 150px;
  height: 131px;
  margin: 0 auto;
  background-image:url("../img/worries.webp");
  background-repeat: no-repeat;
  background-position: top;
  background-size:cover;
}
}

@media screen and (min-width:981px){
.worries-box p {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  padding-top: 77px;
}
}

@media screen and (max-width:980px){
.worries-box p {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding-top: 47px;
}
}

.worries-graph-title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 20px;
}

@media screen and (max-width:980px){
.worries-graph img {
  width: 350px;
}
}

@media screen and (min-width:981px){
.small-center {
  text-align: center;
  font-size: 10px;
  padding-top: 10px;
}
}

@media screen and (max-width:980px){
.small-center {
  text-align: center;
  font-size: 10px;
  padding: 10px 10px 0;
}
}

@media screen and (min-width:981px){
.worries-endtext {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  padding: 30px 0;
}
}

@media screen and (max-width:980px){
.worries-endtext {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  padding: 10px 0;
}
}

@media screen and (max-width:980px){
.soudan-women {
  max-width: 150px;
  padding-top: 30px;
}
}

@media screen and (min-width:981px){
.fp-sales {
  display: block;
  max-width: 1200px;
  margin: 0 auto;
}
}

@media screen and (max-width:980px){
.fp-sales {
  display: block;
  max-width: 400px;
  margin: 0 auto;
  padding-bottom: 20px;
}
}

@media screen and (min-width:981px){
.fp-sales-wrap {
  display: block;
  width: 1000px;
  height: 450px;
  background-image:url("../img/fp_bg.webp");
  background-repeat: no-repeat;
  background-position: top;
  background-size:cover;
  position: relative;
}
}

@media screen and (max-width:980px){
.fp-sales-wrap {
  display: block;
  width: 350px;
  height: 350px;
  margin: 0 auto;
  background-image:url("../img/fp_bg_sp.webp");
  background-repeat: no-repeat;
  background-position: top;
  background-size:cover;
  position: relative;
}
}

@media screen and (min-width:981px){
.license {
  position: absolute;
  bottom: 35px;
  right: -10px;
  width: 150px;
}
}

@media screen and (max-width:980px){
.license {
  position: absolute;
  top: 110px;
  right: 10px;
  width: 100px;
}
}

@media screen and (min-width:981px){
.small-text-license {
  font-size: 12px;
  padding: 15px 0 0 100px;
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}
}

@media screen and (max-width:980px){
.small-text-license {
  font-size: 12px;
  padding: 10px 15px;
}
}

@media screen and (min-width:981px){
.fp-sales-box {
  padding: 115px 0 0 100px;
}
}

@media screen and (max-width:980px){
.fp-sales-box {
  padding: 180px 10px 0;
}
}

@media screen and (min-width:981px){
.fp-sales-wrap h4{
  line-height: 3rem;
  padding-bottom: 20px;
}
}

@media screen and (max-width:980px){
.fp-sales-wrap h4{
  line-height: 2rem;
  padding-bottom: 20px;
  background-color: #fff;
  padding: 10px;
}
}

@media screen and (min-width:981px){
.fp-sales-wrap article {
  font-size: 22px;
  line-height: 1.8rem;
  background-color: #dff2fc;
  padding: 20px;
  max-width: 720px;
}
}

@media screen and (max-width:980px){
.fp-sales-wrap article {
  font-size: 16px;
  line-height: 1.5rem;
  background-color: #dff2fc;
  padding: 10px;
  max-width: 400px;
}
}

@media screen and (min-width:981px){
.fp {
  background-color: #dff2fc;
  padding-bottom: 50px;
}
}

@media screen and (max-width:980px){
.fp {
  background-color: #dff2fc;
  padding-bottom: 50px;
  margin-top: 130px;
}
}

@media screen and (min-width:981px){
.fp-container {
  padding: 70px 0;
}
}

@media screen and (max-width:980px){
.fp-container {
  padding: 30px 10px 0;
}
}

.fp-container h4 {
  background-color: #fff;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0;
}

@media screen and (min-width:981px){
.fp-container article {
  padding-top: 30px;
  max-width: 900px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.6rem;
}
}

@media screen and (max-width:980px){
.fp-container article {
  padding: 30px 10px 0;
  max-width: 400px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.5rem;
}
}

@media screen and (min-width:981px){
.fp-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 900px;
  margin: 0 auto;
  padding: 50px 0 30px;
}
}

@media screen and (max-width:980px){
.fp-flex {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  max-width: 400px;
  margin: 0 auto;
  padding: 40px 0 30px;
}
}

@media screen and (min-width:981px){
.fp-box {
  background-color: #fff;
  width: 200px;
  height: 250px;
  text-align: center;
}
}

@media screen and (max-width:980px){
.fp-box {
  background-color: #fff;
  width: 150px;
  height: 200px;
  text-align: center;
  margin-bottom: 10px;
}
}

.fp-box img {
  padding: 20px;
}

@media screen and (min-width:981px){
.fp-box p {
  font-weight: bold;
}
}

@media screen and (max-width:980px){
.fp-box p {
  font-weight: bold;
  font-size: 14px;
}
}

.small {
  font-size: 12px;
}

.labo-content-flex {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  max-width: 800px;
  margin: 0  auto;
}

@media screen and (max-width:980px){
.labo-case-box {
  width: 360px;
  height: 280px;
  background-color: #fff;
  position: relative;
  padding: 20px;
  margin: 20px 0;
}
}  

@media screen and (min-width:981px){
.labo-case-box {
  width: 380px;
  height: 380px;
  background-color: #fff;
  position: relative;
  padding: 20px;
}
}

.labo-case-icon {
  position: absolute;
  width: 200px;
  top: -20px;
}

@media screen and (min-width:981px){
.labo-case-box article {
  margin-top: 40px;
  font-size: 20px;
  line-height: 2rem;
}
}

@media screen and (max-width:980px){
.labo-case-box article {
  margin-top: 40px;
  font-size: 16px;
  line-height: 1.5rem;
}
}

@media screen and (min-width:981px){
.cv-btn {
  position: relative;
  display: block;
  max-width: 550px;
  margin: 80px auto;
  background-color: #f0831f;
  color: #fff;
  font-size: 26px;
  text-align: center;
  padding: 30px 0;
  border-radius: 10px;
  font-weight: bold;
  box-shadow: 3px 3px 14px -7px rgba(0, 0, 0, 0.45);
}
}

@media screen and (max-width:980px){
.cv-btn {
  position: relative;
  display: block;
  max-width: 350px;
  margin: 40px auto;
  background-color: #f0831f;
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding: 25px 0;
  border-radius: 10px;
  font-weight: bold;
  box-shadow: 3px 3px 14px -7px rgba(0, 0, 0, 0.45);
}
}

@media screen and (min-width:981px){
.cv-btn::after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  top: 48%;
  right: 10%;
  transform: rotate(45deg);
  position: absolute;
}
}

@media screen and (max-width:980px){
.cv-btn::after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  top: 46%;
  right: 7%;
  transform: rotate(45deg);
  position: absolute;
}
}

.cv-btn:hover {
  opacity: 0.5;
}

@media screen and (min-width:981px){
.cv-btn2 {
  position: relative;
  display: block;
  max-width: 550px;
  margin: 80px auto;
  background-color: #f0831f;
  color: #fff;
  font-size: 26px;
  text-align: center;
  padding: 30px 0;
  border-radius: 10px;
  font-weight: bold;
  box-shadow: 3px 3px 14px -7px rgba(0, 0, 0, 0.45);
}
}

@media screen and (max-width:980px){
.cv-btn2 {
  position: relative;
  display: block;
  max-width: 350px;
  margin: 135px auto 30px;
  background-color: #f0831f;
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding: 25px 0;
  border-radius: 10px;
  font-weight: bold;
  box-shadow: 3px 3px 14px -7px rgba(0, 0, 0, 0.45);
}
}

@media screen and (min-width:981px){
.cv-btn2::after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  top: 48%;
  right: 10%;
  transform: rotate(45deg);
  position: absolute;
}
}

@media screen and (max-width:980px){
.cv-btn2::after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  top: 46%;
  right: 7%;
  transform: rotate(45deg);
  position: absolute;
}
}

.cv-btn2:hover {
  opacity: 0.5;
}

@media screen and (min-width:981px){
.reason {
  display: block;
  margin: 0 auto;
  max-width: 1000px;
  background-color: #fff;
  padding: 30px 0 80px;
}
}

@media screen and (max-width:980px){
.reason {
  display: block;
  margin: 0 auto;
  max-width: 400px;
  background-color: #fff;
  padding: 20px;
}
}

@media screen and (min-width:981px){
.reason h3 {
  text-align: center;
  padding: 50px 0 0;
}
}

@media screen and (max-width:980px){
  .reason h3 {
    text-align: center;
    padding: 10px 0 0;
  }
  }

@media screen and (min-width:761px){
.features-type-wrap {
  display: block;
  max-width: 900px;
  margin: 0 auto;
  padding: 10px 0;
}
}

@media screen and (max-width:760px){
.features-type-wrap {
  display: block;
  max-width: 400px;
  margin: 0 auto;
  padding: 40px 0 30px;
}
}

.features-type-wrap h3 {
  text-align: center;
}

@media screen and (min-width:761px){
.features-type-flex {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  padding: 50px 0;
}
}

@media screen and (max-width:760px){
.features-type-flex {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  max-width: 350px;
  margin: 0 auto;
}
}

@media screen and (min-width:761px){
.features-typebox {
  background-color: #fff;
  border: 2px solid #dd6a74;
  margin-bottom: 20px;
}
}

@media screen and (max-width:760px){
.features-typebox {
  background-color: #fff;
  border: 2px solid #dd6a74;
  margin-bottom: 20px;
  max-width: 168px;
}
}

@media screen and (min-width:761px){
.features-typebox p {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  padding: 30px 0 0;
}
}

@media screen and (max-width:760px){
.features-typebox p {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 20px 0 0;
}
}

@media screen and (min-width:761px){
.features-type-flex img {
  max-width: 250px;
  padding: 20px 10px;
}
}

@media screen and (max-width:760px){
.features-type-flex img {
  max-width: 150px;
}
}

@media screen and (min-width:981px){
.balloon1-right {
  position: relative;
  display: inline-block;
  margin: 1.5em 15px 1.5em 0;
  padding: 7px 10px;
  min-width: 50px;
  background: #39b54a;
}
}

@media screen and (max-width:980px){
.balloon1-right {
  position: relative;
  display: inline-block;
  margin: 1.5em 15px 1.5em 0;
  padding: 7px 10px;
  min-width: 40px;
  background: #39b54a;
}
}

.balloon1-right:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -5px;
  border: 5px solid transparent;
  border-left: 8px solid #39b54a;
}

@media screen and (min-width:981px){
.balloon1-right p {
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
}
}

@media screen and (max-width:980px){
.balloon1-right p {
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
}

@media screen and (min-width:981px){
.reason-text {
  font-size: 30px;
  font-weight: 700;
  margin-left: 20px;
}
}

@media screen and (max-width:980px){
.reason-text {
  font-size: 22px;
  font-weight: 700;
  margin-left: 7px;
}
}

@media screen and (min-width:981px){
.reason-wrap article {
  max-width: 900px;
  margin: 0 auto;
  font-size: 18px;
  color: #1a1a1a;
  line-height: 1.8rem;
}
}

@media screen and (max-width:980px){
.reason-wrap article {
  max-width: 400px;
  margin: 0 auto;
  font-size: 16px;
  color: #1a1a1a;
  line-height: 1.5rem;
}
}

@media screen and (min-width:981px){
.green {
  color: #39b54a;
}
}

@media screen and (max-width:980px){
.green {
  color: #39b54a;
}
}

.small-right {
  text-align: right;
  font-size: 10px;
  max-width: 900px;
  margin: 0 auto;
}

.orange-line {
  border-bottom: #f7931e solid 2px;
}

@media screen and (min-width:981px){
.graph {
  background-color: #fffddf;
  padding-bottom: 50px;
}
}

@media screen and (max-width:980px){
.graph {
  background-color: #fffddf;
  padding-bottom: 30px;
}
}

@media screen and (min-width:981px){
.graph-container {
  display: block;
  max-width: 1000px;
  margin: 0 auto;
}
}

@media screen and (max-width:980px){
.graph-container  {
  display: block;
  max-width: 400px;
  margin: 0 auto;
}
}

@media screen and (min-width:981px){
.graph-title {
  text-align: center;
  padding-top: 50px;
}
}

@media screen and (max-width:980px){
.graph-title {
  text-align: center;
  padding: 50px 0 15px;
}
}

@media screen and (min-width:981px){
.graph-flexbox {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 800px;
  padding: 40px 0 10px;
}
}

@media screen and (max-width:980px){
.graph-flexbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 350px;
  padding: 20px 0;
}
}

@media screen and (min-width:981px){
.graph-type {
  font-size: 26px;
  text-align: center;
  font-weight: 700;
  padding: 20px;
}
}

@media screen and (max-width:980px){
.graph-type {
  font-size: 24px;
  text-align: center;
  font-weight: 700;
  padding: 10px 0 30px;
}
}

@media screen and (min-width:981px){
.small-text {
  display: block;
  margin: 0 auto;
  font-size: 10px;
  max-width: 800px;
}
}

@media screen and (max-width:980px){
.small-text {
  display: block;
  margin: 0 auto;
  font-size: 10px;
  max-width: 340px;
}
}

.content {
  display: block;
  max-width: 1000px;
  margin: 0 auto;
  background-color: #fff;
}

@media screen and (min-width:981px){
.content-wrap {
  padding: 80px 20px 50px;
}
}

@media screen and (max-width:980px){
.content-wrap {
  padding: 50px 20px;
}
}

@media screen and (min-width:981px){
.basic {
  display: block;
  margin: 0 auto;
  padding: 50px 20px;
  max-width: 1000px;
}
}

@media screen and (max-width:980px){
.basic {
  padding: 10px;
}
}

@media screen and (min-width:981px){
.basic article {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 50px;
  font-size: 18px;
  line-height: 1.8rem;
  position: relative;
}
}

@media screen and (max-width:980px){
.basic article {
  max-width: 350px;
  margin: 0 auto;
  padding-top: 30px;
  font-size: 16px;
  line-height: 1.5rem;
  position: relative;
  padding: 30px 10px 0;
}
}

.basic-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 800px;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 50px 10px 10px;
}

.basic-flex02 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 400px;
  margin: 0 auto;
}

@media screen and (min-width:981px){
.basic-flex02 img {
  max-width: 150px;
  padding: 5px;
}
}

@media screen and (max-width:980px){
.basic-flex02 img {
  max-width: 150px;
  padding: 10px 5px 20px;
}
}

.basic-flex03 {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  max-width: 400px;
  margin: 0 auto;
}

@media screen and (min-width:981px){
.basic-flex03 img {
  max-width: 130px;
  padding: 5px;
}
}

@media screen and (max-width:980px){
.basic-flex03 img {
  max-width: 100px;
  padding: 5px;
}
}


@media screen and (min-width:981px){
.content-titlebox article {
  max-width: 1000px;
  padding: 50px 0;
  margin: 0 auto;
  line-height: 1.8rem;
  font-size: 18px;
}
}

@media screen and (min-width:981px){
.basic article::after {
  border-bottom: 2px dotted #29abe2;
  content: "";
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 400px;
}
}

@media screen and (max-width:980px){
.basic article::after {
  border-bottom: 2px dotted #29abe2;
  content: "";
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
}
}


@media screen and (max-width:980px){
.content-titlebox article {
  max-width: 350px;
  padding: 20px 0;
  margin: 0 auto;
  line-height: 1.5rem;
  font-size: 16px;
}
}

@media screen and (min-width:981px){
.content-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  margin: 0 auto;
}
}

@media screen and (max-width:980px){
.content-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 350px;
  margin: 10px auto;
}
}

@media screen and (min-width:981px){
.content-flex img {
  max-width: 80px;
  margin-left: 20px;
}
}

@media screen and (max-width:980px){
.content-flex img {
  max-width: 60px;
  margin-left: 20px;
}
}

.mean-title {
  display: block;
  margin: 0 auto;
  background-color: #d3edfb;
  max-width: 1000px;
  padding: 20px;
  text-align: center;
}

@media screen and (min-width:981px){
.mean-container {
  padding-bottom: 30px;
}
}

@media screen and (max-width:980px){
.mean-container {
  padding: 0 10px 30px;
}
}

@media screen and (min-width:981px){
.mean-container article {
  margin: 40px auto;
  max-width: 800px;
  line-height: 1.8rem;
  font-size: 18px;
}
}

@media screen and (max-width:980px){
.mean-container article {
  margin: 40px auto;
  max-width: 350px;
  line-height: 1.5rem;
  font-size: 16px;
  padding: 0 20px;
}
}

.join-flexbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 800px;
  padding: 30px 20px 20px;
}

.join-flexbox img {
  max-width: 350px;
  padding-top: 20px;
}

@media screen and (min-width:981px){
.join-text {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 10px;
}
}

@media screen and (max-width:980px){
.join-text {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding-top: 10px;
}
}

@media screen and (min-width:981px){
.kogaku {
  display: block;
  margin: 0 auto;
  max-width: 800px;
  padding: 30px 0 0;
}
}

@media screen and (max-width:980px){
.kogaku {
  display: block;
  margin: 0 auto;
  max-width: 350px;
  padding: 30px 0 0;
}
}

.kogaku p {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 10px;
}

.kogaku-list {
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 5px;
}

@media screen and (min-width:981px){
.kogaku-div {
  background-color: #f2f2f2;
  border: #1a1a1a solid 1px;
  padding: 20px;
  font-size: 18px;
  width: 200px;
  text-align: center;
}
}

@media screen and (max-width:980px){
.kogaku-div {
  background-color: #f2f2f2;
  border: #1a1a1a solid 1px;
  padding: 20px;
  font-size: 16px;
  width: 90px;
  text-align: center;
  vertical-align: middle;
}
}

@media screen and (min-width:981px){
.kogaku-max {
  background-color: #f2f2f2;
  border: #1a1a1a solid 1px;
  padding: 20px;
  font-size: 18px;
  width: 400px;
  text-align: center;
}
}

@media screen and (max-width:980px){
.kogaku-max {
  background-color: #f2f2f2;
  border: #1a1a1a solid 1px;
  padding: 20px;
  font-size: 16px;
  width: 180px;
  text-align: center;
  vertical-align: middle;
}
}

@media screen and (min-width:981px){
.kogaku-time {
  background-color: #f2f2f2;
  border: #1a1a1a solid 1px;
  padding: 20px;
  font-size: 18px;
  width: 300px;
  text-align: center;
}
}

@media screen and (max-width:980px){
.kogaku-time {
  background-color: #f2f2f2;
  border: #1a1a1a solid 1px;
  padding: 20px;
  font-size: 16px;
  width: 90px;
  text-align: center;
  vertical-align: middle;
}
}

@media screen and (min-width:981px){
.kogaku-list td {
  padding: 20px;
  border: #1a1a1a solid 1px;
  vertical-align: middle;
}
}

@media screen and (max-width:980px){
.kogaku-list td {
  padding: 14px;
  border: #1a1a1a solid 1px;
  vertical-align: middle;
}
}

@media screen and (min-width:981px){
.question-flexbox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto;
  max-width: 800px;
}
}

@media screen and (max-width:980px){
.question-flexbox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto;
  max-width: 340px;
}
}

@media screen and (min-width:981px){
.question-fukidashi{
  position:relative;
  background:#D3EDFB;
  padding:20px;
  line-height: 1.8rem;
  color:#1a1a1a;
  font-size:18px;
  border-radius:10px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
}
}

@media screen and (max-width:980px){
.question-fukidashi{
  position:relative;
  background:#D3EDFB;
  padding:10px;
  line-height: 1.5rem;
  color:#1a1a1a;
  font-size:16px;
  border-radius:10px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
}
}

.question-fukidashi:after{
  border: solid transparent;
  content:'';
  height:0;
  width:0;
  pointer-events:none;
  position:absolute;
  border-color: rgba(211, 237, 251, 0);
  border-top-width:10px;
  border-bottom-width:10px;
  border-left-width:14px;
  border-right-width:14px;
  margin-top: -10px;
  border-right-color:#D3EDFB;
  right:100%;
  top:50%;
}

@media screen and (min-width:981px){
.question-flexbox img {
  margin-right: 20px;
}
}

@media screen and (max-width:980px){
.question-flexbox img {
  margin-right: 20px;
  max-width: 60px;
}
}

@media screen and (min-width:981px){
.answer-flexbox {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0 auto;
  max-width: 800px;
  padding-bottom: 20px;
}
}

@media screen and (max-width:980px){
.answer-flexbox {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0 auto;
  max-width: 340px;
  padding: 20px 0;
}
}

@media screen and (min-width:981px){
.answer-flexbox img {
  margin-left: 20px;
}
}

@media screen and (max-width:980px){
.answer-flexbox img {
  margin-left: 20px;
  max-width: 60px;
}
}

@media screen and (min-width:981px){
.answer-fukidashi{
  position:relative;
  background:#F2F2F2;
  padding:20px;
  color:#1A1A1A;
  font-size:18px;
  line-height: 1.6rem;
  border-radius:10px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
}
}

@media screen and (max-width:980px){
.answer-fukidashi{
  position:relative;
  background:#F2F2F2;
  padding:10px;
  color:#1A1A1A;
  font-size:16px;
  line-height: 1.5rem;
  border-radius:10px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
}
}

.answer-fukidashi:after{
  border: solid transparent;
  content:'';
  height:0;
  width:0;
  pointer-events:none;
  position:absolute;
  border-color: rgba(242, 242, 242, 0);
  border-top-width:10px;
  border-bottom-width:10px;
  border-left-width:14px;
  border-right-width:14px;
  margin-top: -10px;
  border-left-color:#F2F2F2;
  left:100%;
  top:50%;
}

.element {
  /* 最初は非表示 */
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 1s;
}
/* フェードイン時に入るクラス */
.is-fadein {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.pay-type-flexbox {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto;
  max-width: 800px;
  padding-top: 40px;
}

.pay {
  background-color: #fffddf;
}

.pay-container {
  margin: 10px auto;
  padding: 40px 0;
  max-width: 800px;
}

.pay-container h4 {
  text-align: center;
}

@media screen and (min-width:981px){
.pay-type {
  padding: 40px 0;
}
}

@media screen and (max-width:980px){
.pay-type {
  padding: 20px 0;
}
}


@media screen and (min-width:981px){
.pay-typebox {
  padding-bottom: 40px;
}
}

@media screen and (max-width:980px){
.pay-typebox {
  max-width: 150px;
}
}

.pay-typebox p {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  padding: 20px 0;
}

@media screen and (min-width:981px){
.pay-day {
  display: block;
  margin: 0 auto;
  max-width: 700px;
  background-color: #fff;
  border-radius: 30px;
  padding: 40px;
}
}

@media screen and (max-width:980px){
.pay-day {
  display: block;
  margin: 0 auto;
  max-width: 350px;
  background-color: #fff;
  border-radius: 30px;
  padding: 20px;
}
}

@media screen and (min-width:981px){
.pay-day-graph {
  margin: 0 auto;
  padding: 70px 0;
  max-width: 500px;
}
}

@media screen and (max-width:980px){
.pay-day-graph {
  margin: 0 auto;
  padding: 30px 0;
  max-width: 350px;
}
}

@media screen and (max-width:980px){
.pay-day-graph img{
  width: 310px;
}
}

.pay-small {
  padding-top: 10px;
}

.advanced {
  padding: 30px 0;
}

@media screen and (min-width:981px){
.advanced-list {
  max-width: 780px;
  margin: 0 auto;
  margin-top: 20px;
}
}

@media screen and (max-width:980px){
.advanced-list {
  max-width: 340px;
  margin: 0 auto;
  margin-top: 20px;
}
}

@media screen and (min-width:981px){
.advanced-list1 {
  background-color: #f2f2f2;
  border: #1A1A1A solid 1px;
  padding: 5px;
  font-size: 14px;
  width: 420px;
}
}

@media screen and (max-width:980px){
.advanced-list1 {
  background-color: #f2f2f2;
  border: #1A1A1A solid 1px;
  padding: 5px;
  font-size: 14px;
  width: 420px;
  vertical-align: middle;
}
}


.advanced-list2 {
  background-color: #f2f2f2;
  border: #1A1A1A solid 1px;
  padding: 5px;
  font-size: 14px;
  width: 180px;
}

.advanced-list3 {
  background-color: #f2f2f2;
  border: #1A1A1A solid 1px;
  padding: 5px;
  font-size: 14px;
  width: 100px;
}


.advanced-list td {
  background-color: #fff;
  border: #1A1A1A solid 1px;
  padding: 5px;
  font-size: 14px;
}

@media screen and (min-width:981px){
.advanced p {
  font-size: 10px;
  display: block;
  margin: 0 auto;
  max-width: 700px;
  text-align: right;
  padding: 5px 0 30px;
  color: #898989;
}
}

@media screen and (max-width:980px){
.advanced p {
  font-size: 10px;
  display: block;
  margin: 0 auto;
  max-width: 350px;
  padding: 5px 15px 30px;
  color: #898989;
}
}

.and {
  margin: 60px 0;
}

@media screen and (min-width:981px){
.down {
  display: block;
  background-color: #fffddf;
  max-width: 800px;
  border-radius: 10px;
  padding: 20px 0;
  margin: 0 auto;
}
}

@media screen and (max-width:980px){
.down {
  display: block;
  background-color: #fffddf;
  max-width: 800px;
  border-radius: 10px;
  margin: 0 auto;
}
}

.down-flexbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  max-width: 700px;
  margin: 0 auto;
  padding: 0 15px;
}

@media screen and (max-width:980px){
.down-flexbox img {
  margin-top: 20px;
}
}

.down-textbox {
  max-width: 350px;
}

@media screen and (min-width:981px){
.down-textbox p {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 20px;
}
}

@media screen and (max-width:980px){
.down-textbox p {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 20px;
}
}

.down-textbox article {
  line-height: 1.6rem;
}

.down-flexbox img {
  max-width: 217px;
}

@media screen and (min-width:981px){
.point {
  margin-top: 100px;
  padding-bottom: 80px;
}
}

@media screen and (max-width:980px){
.point {
  margin-top: 60px;
  padding-bottom: 40px;
}
}

.point-main {
  border: #39b54a solid 3px;
  padding: 20px;
  text-align: center;
}

.point-container {
  display: block;
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 40px 0;
  position: relative;
}

.point-comment{
  background-color: #efefef;
  padding: 10px;
  margin-top: 20px;
}

.point-comment-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 350px;
  margin: 0 auto;
  padding-top: 10px;
}

.point-comment-flex img {
  max-width: 60px;
  margin-left: 10px;
}

.point-comment-text {
  font-size: 18px;
  line-height: 1.6rem;
  padding: 10px;
}

@media screen and (min-width:981px){
  .suggestion {
    padding: 70px 0;
  }
  }
  
  @media screen and (max-width:980px){
  .suggestion {
    padding: 10px 0 80px;
  }
  }
  
  @media screen and (min-width:981px){
  .suggestion-title {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
  }
  }
  
  @media screen and (max-width:980px){
  .suggestion-title {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
  }
  }
  
  @media screen and (min-width:981px){
  .suggestion-flex {
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    max-width: 700px;
    margin: 0 auto;
  }
  }
  
  @media screen and (max-width:980px){
  .suggestion-flex {
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    max-width: 330px;
    margin: 0 auto;
    padding-top: 40px;
  }
  }
  
  @media screen and (min-width:981px){
  .suggestion-flex p {
    font-size: 28px;
    font-weight: 700;
    line-height: 2.8rem;
  }
  }
  
  @media screen and (max-width:980px){
  .suggestion-flex p {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.8rem;
  }
  }
  
  @media screen and (max-width:980px){
  .suggestion-flex img {
    max-width: 80px;
  }
  }
  
  .triangle {
    margin: 0 auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 32px solid transparent;
    border-left: 32px solid transparent;
    border-bottom: 35px solid #dff2fc;
    border-top: 0;
  }

.important {
  font-size: 20px;
  font-weight: 700;
}


@media screen and (min-width:981px){
.fukidashi {
  position: absolute;
  top: -45px;
  right: 50px;
  width: 15%;
}
}

@media screen and (max-width:980px){
.fukidashi {
  position: absolute;
  top: -15px;
  right: 35px;
  width: 20%;
}
}


.point-container article {
  line-height: 1.8rem;
  font-size: 18px;
  padding: 30px 0;
}

.point-title {
  position: relative;
  display: block;
  background: #39b54a;
  padding: 16px;
  font-weight: bold;
  color: #fff;
  margin: 20px auto 0;
  max-width: 300px;
  text-align: center;
}

.point-title::before {
  content: "";
  border-width: 10px;
  border-style: solid;
  border-color: #39b54a transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.point-type {
  padding-top: 20px;
}

.green-box {
  padding: 2px 10px;
  background-color: #39b54a;
  margin-right: 10px;
  color: #fff;
}

@media screen and (min-width:981px){
.point-subtitle {
  font-size: 24px;
  font-weight: 700;
  padding: 40px 0 30px;
}
}

@media screen and (max-width:980px){
.point-subtitle {
  font-size: 20px;
  font-weight: 700;
  padding: 40px 0 30px;
}
}

.point-flexbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 800px;
  margin: 0 auto;
}

.point-flexbox2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 680px;
  margin: 20px auto;
}

.point-flexbox3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 680px;
  margin: 10px auto;
}

@media screen and (min-width:981px){
.pointbox1 {
  max-width: 230px;
  background-color: #fffcd9;
  border: #39b54a solid 3px;
  border-radius: 10px;
}
}

@media screen and (max-width:980px){
.pointbox1 {
  width: 350px;
  background-color: #fffcd9;
  border: #39b54a solid 3px;
  border-radius: 10px;
  margin-bottom: 10px;
}
}

@media screen and (min-width:981px){
.pointbox2 {
  max-width: 350px;
  height: 155px;
  background-color: #fffcd9;
  border: #39b54a solid 3px;
  border-radius: 10px;
}
}

@media screen and (max-width:980px){
.pointbox2 {
  width: 350px;
  background-color: #fffcd9;
  border: #39b54a solid 3px;
  border-radius: 10px;
  margin-bottom: 10px;
}
}

@media screen and (min-width:981px){
.pointbox3 {
  max-width: 230px;
  height: 175px;
  background-color: #fffcd9;
  border: #39b54a solid 3px;
  border-radius: 10px;
}
}

@media screen and (max-width:980px){
.pointbox3 {
  width: 350px;
  background-color: #fffcd9;
  border: #39b54a solid 3px;
  border-radius: 10px;
  margin-bottom: 10px;
}
}

@media screen and (min-width:981px){
.pointbox4 {
  max-width: 330px;
  background-color: #fffcd9;
  border: #39b54a solid 3px;
  border-radius: 10px;
}
}

@media screen and (max-width:980px){
.pointbox4 {
  max-width: 330px;
  background-color: #fffcd9;
  border: #39b54a solid 3px;
  border-radius: 10px;
  margin-top: 10px;
}
}

.point-type-title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding: 20px 0 10px;
}

.point-flexbox article {
  font-size: 16px;
  padding: 10px 10px 20px;
  line-height: 1.4rem;
}

.point-flexbox2 article {
  font-size: 16px;
  padding: 10px 10px 20px;
  line-height: 1.4rem;
}

.point-flexbox3 article {
  font-size: 16px;
  padding: 10px 10px 20px;
  line-height: 1.4rem;
}

@media screen and (min-width:981px){
.gan-wrap {
  display: block;
  max-width: 800px;
  margin: 20px auto 0;
  border-radius: 10px;
  background-color: #efefef;
  padding: 20px;
}
}

@media screen and (max-width:980px){
.gan-wrap {
  display: block;
  max-width: 800px;
  margin: 20px auto 0;
  border-radius: 10px;
  background-color: #efefef;
  padding: 20px;
}
}

.gan-title {
  font-size: 20px;
  font-weight: 700;
}

.present {
  background-color: #fffddf;
}

@media screen and (min-width:981px){
.present-container {
  display: block;
  margin: 0 auto;
  max-width: 1000px;
  padding: 80px 0;
}
}

@media screen and (max-width:980px){
.present-container {
  display: block;
  margin: 0 auto;
  max-width: 400px;
  padding: 20px;
}
}

@media screen and (min-width:981px){
.present-wrap {
  display: block;
  background-color: #fff;
  border: #39b54a solid 4px;
  border-radius: 30px;
  padding: 30px;
  max-width: 800px;
  margin: 0 auto;
}
}

@media screen and (max-width:980px){
.present-wrap {
  display: block;
  background-color: #fff;
  border: #39b54a solid 4px;
  border-radius: 30px;
  padding: 20px 0 10px;
  max-width: 400px;
  margin: 0 auto;
}
}

.present-title-box {
  text-align: center;
}

.present-subtitle {
  font-size: 18px;
  font-weight: 700;
  padding: 10px 0;
}

@media screen and (min-width:981px){
h5 {
  position: relative;
  display: inline-block;
  padding: 0 30px;
  font-size: 18px;
  color: #1a1a1a;
  margin-bottom: 10px;
}
}

@media screen and (max-width:980px){
h5 {
  position: relative;
  display: inline-block;
  padding: 0 30px;
  font-size: 18px;
  color: #1a1a1a;
}
}

h5:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 1px;
  height: 100%;
  background: #1a1a1a;
  border-radius: 3px;
  transform: rotate(-25deg);
}

h5:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #1a1a1a;
  border-radius: 3px;
  transform: rotate(25deg);
}

@media screen and (min-width:981px){
.present-title {
  font-size: 22px;
  color: #1a1a1a;
  font-weight: 700;
  padding-top: 5spx;
}
}

@media screen and (max-width:980px){
.present-title {
  font-size: 18px;
  color: #1a1a1a;
  font-weight: 700;
}
}

.present-flexbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  padding-top: 20px;
}

@media screen and (min-width:981px){
.present-flexbox img {
  max-width: 120px;
  padding: 5px;
}
}

@media screen and (max-width:980px){
.present-flexbox img {
  max-width: 105px;
  padding: 5px;
}
}

@media screen and (min-width:981px){
.meets {
  margin: 80px 0;
}
}

@media screen and (max-width:980px){
.meets {
  margin: 60px 0 0;
}
}

@media screen and (min-width:981px){
.meets-title {
  display: block;
  margin: 0 auto;
  max-width: 400px;
  text-align: center;
  background-color: #fff;
  border-radius: 50px;
  font-size: 30px;
  padding: 20px;
  color: #1a1a1a;
  font-weight: 700;
}
}

@media screen and (max-width:980px){
.meets-title {
  display: block;
  margin: 0 auto;
  max-width: 400px;
  text-align: center;
  background-color: #fff;
  border-radius: 50px;
  font-size: 26px;
  padding: 10px;
  color: #1a1a1a;
  font-weight: 700;
}
}

.meets-flexbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  max-width: 800px;
  margin: 0 auto;
}

@media screen and (max-width:980px){
.meets-type-box {
  padding: 45px 0 40px;
}
}

@media screen and (min-width:981px){
.meets-type {
  font-size: 36px;
  text-align: center;
  font-weight: 700;
  padding-bottom: 30px;
}
}

@media screen and (max-width:980px){
.meets-type {
  font-size: 24px;
  text-align: center;
  font-weight: 700;
  padding-bottom: 30px;
}
}

.meet-illust {
  max-width: 300px;
  margin: 0 auto;
}

.meets-type-text {
  font-size: 20px;
  text-align: center;
  padding: 10px 0 40px;
}

.meets-btn1 {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
  font-size: 26px;
  border-radius: 35px;
  width: 330px;
  height: 70px;
  font-weight: bold;
  transition: 0.3s;
  background-color: #39b54a;
  border: #fff solid 4px;
  box-shadow: 3px 3px 14px -7px rgba(0, 0, 0, 0.45);
}

.meets-btn1:hover {
  opacity: .7;
}

.meets-btn2 {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
  font-size: 26px;
  border-radius: 35px;
  width: 330px;
  height: 70px;
  font-weight: bold;
  transition: 0.3s;
  background-color: #f0831f;
  border: #fff solid 3px;
  box-shadow: 3px 3px 14px -7px rgba(0, 0, 0, 0.45);
}

.meets-btn2:hover {
  opacity: .7;
}

@media screen and (min-width:981px){
.meets-free {
  padding-top: 30px;
  color: #1A1A1A;
  text-align: center;
}
}

@media screen and (max-width:980px){
.meets-free {
  color: #1A1A1A;
  padding-bottom: 30px;
  text-align: center;
}
}

@media screen and (min-width:981px){
.tenpo-wrap {
  display: block;
  max-width: 800px;
  margin: 80px auto 0;
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
}
}

@media screen and (max-width:980px){
.tenpo-wrap {
  display: block;
  max-width: 360px;
  margin: 20px auto;
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
}
}

@media screen and (min-width:981px){
.tenpo-wrap h6 {
  text-align: center;
  padding: 10px 0 30px;
  font-size: 30px;
  font-weight: bold
}
}

@media screen and (max-width:980px){
.tenpo-wrap h6 {
  text-align: center;
  padding: 0 0 20px;
  font-size: 20px;
  font-weight: bold
}
}

.tenpo-text {
  font-size: 18px;
  line-height: 1.6rem;
  padding-bottom: 10px;
}

@media screen and (min-width:981px){
.tenpo-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 800px;
  margin: 0 auto;
}
}

@media screen and (max-width:980px){
.tenpo-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  max-width: 350px;
  margin: 0 auto;
}
}

@media screen and (max-width:980px){
.tenpo-flex img {
  width: 125px;
  padding-bottom: 10px;
}
}


@media screen and (min-width:981px){
.tenpo-small {
  font-size: 12px;
  padding-top: 10px;
  line-height: 1rem;
}
}



@media screen and (min-width:981px){
.flow {
  display: block;
  max-width: 1000px;
  margin: 0 auto;
  background-color: #fff;
}
}

@media screen and (max-width:980px){
.flow {
  display: block;
  max-width: 400px;
  margin: 0 auto;
  background-color: #fff;
}
}

@media screen and (min-width:981px){
.flow-container {
  padding: 100px 0;
}
}

@media screen and (max-width:980px){
.flow-container {
  padding: 50px 10px;
}
}

@media screen and (min-width:981px){
.flow-container h4 {
  padding-bottom: 50px;
  text-align: center;
}
}

@media screen and (max-width:980px){
.flow-container h4 {
  padding-bottom: 30px;
  text-align: center;
}
}

.flow-flexbox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 700px;
  margin: 20px auto;
  border: #3fa9f5 solid 3px;
  padding: 15px;
  background: linear-gradient(180deg, #3fa9f5 0%, #3fa9f5 40%, #fff 40%, #fff 100%);
}

@media screen and (max-width:980px){
.flow-flexbox img {
  max-width: 60px;
  margin-left: 5px;
}
}

@media screen and (min-width:981px){
.flow-title {
  font-size: 24px;
  color: #fff;
}
}

@media screen and (max-width:980px){
.flow-title {
  font-size: 18px;
  color: #fff;
}
}

@media screen and (min-width:981px){
.flow-text {
  font-size: 22px;
  margin-top: 43px;
  line-height: 1.5rem;
}
}

@media screen and (max-width:980px){
.flow-text {
  font-size: 16px;
  margin-top: 43px;
  line-height: 1.3rem;
}
}

.voice {
  background-color: #fffddf;
}

@media screen and (min-width:981px){
.voice-container {
  padding: 100px 0 50px;
  display: block;
  margin: 0 auto;
  max-width: 1000px;
}
}

@media screen and (max-width:980px){
.voice-container {
  padding: 80px 0 40px;
  display: block;
  margin: 0 auto;
  max-width: 400px;
}
}

.voice-container h4 {
  text-align: center;
}

@media screen and (min-width:981px){
.voice-flexbox {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 40px auto;
  max-width: 900px;
}
}

@media screen and (max-width:980px){
.voice-flexbox {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 40px auto 0;
  max-width: 900px;
}
}


@media screen and (min-width:981px){
.voice-box {
  max-width: 350px;
  padding: 60px 0 30px;
}
}

@media screen and (max-width:980px){
.voice-box {
  max-width: 330px;
  padding: 15px 0 30px;
}
}

.voice-photo {
  text-align: center;
  max-width: 180px;
  margin: 0 auto;
}

.prof {
  text-align: center;
  padding: 10px 0 10px;
}

.voice-subtitle {
  font-size: 20px;
  font-weight: 700;
  padding: 10px 0;
}

@media screen and (min-width:981px){
.problem {
  display: block;
  max-width: 1000px;
  margin: 0 auto;
  background-color: #fff;
}
}

@media screen and (max-width:980px){
.problem {
  display: block;
  max-width: 400px;
  margin: 0 auto;
  background-color: #fff;
}
}

@media screen and (min-width:981px){
.problem-container {
  padding: 100px 0 50px;
}
}

@media screen and (max-width:980px){
.problem-container {
  padding: 60px 0;
}
}

.problem-container h4 {
  padding-bottom: 30px;
  text-align: center;
}

@media screen and (min-width:981px){
.problem-wrap {
  padding: 60px 0 0;
}
}

@media screen and (max-width:980px){
  .problem-wrap {
    padding: 25px 0 0;
  }
  }

@media screen and (min-width:981px){
.problem-flexbox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto;
  max-width: 800px;
  padding-bottom: 30px;
}
}

@media screen and (max-width:980px){
.problem-flexbox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto;
  max-width: 330px;
  padding-bottom: 20px;
}
}

@media screen and (min-width:981px){
.problem-q {
  font-size: 22px;
  margin-left: 20px;
  font-weight: 700;
}
}

@media screen and (max-width:980px){
.problem-q {
  font-size: 18px;
  margin-left: 20px;
  font-weight: 700;
}
}

@media screen and (min-width:981px){
.problem-a {
  font-size: 18px;
  margin-left: 20px;
  max-width: 730px;
  line-height: 1.5rem;
}
}

@media screen and (max-width:980px){
.problem-a {
  font-size: 16px;
  margin-left: 20px;
  max-width: 730px;
  line-height: 1.4rem;
}
}

.problem-flexbox img {
  max-width: 25px;
}

.sub-text {
  font-size: 16px;
}

.insu-co {
  padding: 50px 15px;
}

@media screen and (min-width:981px){
.insu-co-container {
  display: block;
  max-width: 980px;
  background-color: #efefef;
  margin: 0 auto;
  padding: 30px 0;
}
}

@media screen and (max-width:980px){
.insu-co-container {
  display: block;
  max-width: 500px;
  background-color: #efefef;
  margin: 0 auto;
  padding: 30px 10px;
}
}

@media screen and (min-width:981px){
.insu-co-title {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  padding-bottom: 30px;
}
}

@media screen and (max-width:980px){
.insu-co-title {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  padding-bottom: 30px;
}
}

@media screen and (min-width:981px){
.insu-co-wrap {
  background-color: #fff;
  max-width: 700px;
  margin: 0 auto;
  padding: 20px;
}
}

@media screen and (max-width:980px){
.insu-co-wrap {
  background-color: #fff;
  max-width: 350px;
  margin: 0 auto;
  padding: 20px;
}
}

@media screen and (min-width:981px){
.insu-co-wrap p {
  font-size: 20px;
  font-weight: bold;
  padding: 0 0 20px 20px;
}
}

@media screen and (max-width:980px){
.insu-co-wrap p {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 15px;
}
}

@media screen and (min-width:981px){
.insu-co-flex {
  display: flex;
  justify-content: flex-start;
  align-items: self-start;
}
}

@media screen and (max-width:980px){
.insu-co-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
}

@media screen and (min-width:981px){
.insu-co-box {
  margin-left: 30px;
}
}

@media screen and (min-width:981px){
.insu-co-box ul {
  line-height: 1.4rem;
}
}

@media screen and (max-width:980px){
.insu-co-box ul {
  line-height: 1.2rem;
  font-size: 14px;
}
}

/* フッター１ */
.footer-bg01 {
  background-color: #f2f2f2;
}

.footer-flex01 {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 600px;
  padding: 40px 20px;
  font-size: 12px;
}

.footer-flex01 img {
  width: 130px;
  padding: 15px 0;
}

.copylight01 {
  text-align: center;
  font-size: 12px;
  padding-bottom: 20px;
}


.active{
  transform: translate(0);
}

@media screen and (min-width:981px){
.page-top {
  text-align: center;
  position: fixed;
  bottom: 50px;
  right: 30px;
  padding: 18px 20px;
  color: #fff;
  background: #666666;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  font-size: 20px;
  z-index: 3;
}
}

@media screen and (max-width:980px){
.page-top {
  text-align: center;
  position: fixed;
  bottom: 136px;
  right: 10px;
  padding: 10px 11px;
  color: #fff;
  background: #999999;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  font-size: 14px;
  opacity: 0.5;
  z-index: 3;
}
}

.footer-cv {
  position: sticky;
  bottom: 0;
  background-color: #00a9e7;
}

@media screen and (min-width:981px){
.footer-cv p {
  font-size: 24px;
  font-weight: 700;
  padding-top: 20px;
  text-align: center;
  color: #fff;
}
}

@media screen and (max-width:980px){
.footer-cv p {
  font-size: 18px;
  font-weight: 700;
  padding-top: 20px;
  text-align: center;
  color: #fff;
}
}

@media screen and (min-width:981px){
.footer-cv-flexbox {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 800px;
  padding: 20px 0;
}
}

@media screen and (max-width:980px){
.footer-cv-flexbox {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 350px;
  padding: 10px 0;
}
}

@media screen and (min-width:981px){
.footer-btn1 {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #39b54a;
  font-size: 26px;
  border-radius: 35px;
  width: 350px;
  height: 70px;
  font-weight: bold;
  transition: 0.3s;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  border: #39b54a solid 3px;
  box-shadow: 3px 3px 14px -7px rgba(0, 0, 0, 0.45);
}
}

@media screen and (max-width:980px){
.footer-btn1 {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.3rem;
  text-align: center;
  text-decoration: none;
  color: #39b54a;
  font-size: 18px;
  width: 160px;
  padding: 10px 20px;
  border-radius: 10px;
  transition: 0.3s;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  font-weight: bold;
  border: #39b54a solid 3px;
  box-shadow: 3px 3px 14px -7px rgba(0, 0, 0, 0.45);
}
}

.footer-btn1:hover {
  opacity: .7;
}

.footer-btn2:hover {
  opacity: .7;
}

@media screen and (min-width:981px){
.footer-btn2 {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #f7931e;
  font-size: 26px;
  border-radius: 35px;
  width: 350px;
  height: 70px;
  font-weight: bold;
  transition: 0.3s;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  border: #f7931e solid 3px;
  box-shadow: 3px 3px 14px -7px rgba(0, 0, 0, 0.45);
}
}

@media screen and (max-width:980px){
.footer-btn2 {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.3rem;
  text-align: center;
  text-decoration: none;
  color: #f7931e;
  font-size: 18px;
  width: 160px;
  border-radius: 10px;
  padding: 10px 20px;
  transition: 0.3s;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  font-weight: bold;
  border: #f7931e solid 3px;
  box-shadow: 3px 3px 14px -7px rgba(0, 0, 0, 0.45);
}
}

@media screen and (min-width:981px){
  .footer-btn1::after{
    content: '';
    border: 0;
    border-top: solid 2px #39b54a;
    border-right: solid 2px #39b54a;
    display: inline-block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%) rotate(45deg); /* rotate(45deg)で矢印を回転（向きを変更）させる */
  }
  }
  
  @media screen and (max-width:980px){
  .footer-btn1::after{
    content: '';
    border: 0;
    border-top: solid 2px #39b54a;
    border-right: solid 2px #39b54a;
    display: inline-block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(45deg); /* rotate(45deg)で矢印を回転（向きを変更）させる */
  }
  }

  @media screen and (min-width:981px){
    .footer-btn2::after{
      content: '';
      border: 0;
      border-top: solid 2px #f7931e;
      border-right: solid 2px #f7931e;;
      display: inline-block;
      width: 10px;
      height: 10px;
      position: absolute;
      top: 50%;
      right: 25px;
      transform: translateY(-50%) rotate(45deg); /* rotate(45deg)で矢印を回転（向きを変更）させる */
    }
    }
    
@media screen and (max-width:980px){
.footer-btn2::after{
  content: '';
  border: 0;
  border-top: solid 2px #f7931e;;
  border-right: solid 2px #f7931e;;
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(45deg); /* rotate(45deg)で矢印を回転（向きを変更）させる */
}
}

