@charset "UTF-8";

body {
  font-family:"游ゴシック","ヒラギノ角ゴ Pro W3","游ゴシック体",sans-serif;
  font-style: normal;
  font-display: swap;
  background: repeating-linear-gradient(135deg, #efefef, #efefef 5px, #fff 5px, #fff 10px);
}
  
a {
  text-decoration: none;
}
  
img {
  max-width: 100%;
}

article {
  font-weight: 500;
}

.pcView {
  display: block !important; }
  @media (max-width: 761px) {
  .pcView {
  animation: gelatine 1s 2;
  display: none !important; } }
  
.spView {
  display: none !important; }
  @media (max-width: 760px) {
  .spView {
  display: block !important; } }

@media screen and (min-width:761px){
.header {
  display: block;
  margin: 0 auto;
  max-width: 1000px;
  background-color: #fff;
}
}

@media screen and (max-width:760px){
  .header {
  display: block;
  margin: 0 auto;
  max-width: 400px;
  background-color: #fff;
}
}

@media screen and (min-width:761px){
.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px 0;
}
}

@media screen and (max-width:760px){
.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 400px;
  margin: 0px auto;
  padding: 10px 0;
}
}

@media screen and (min-width:761px){
.header_logo {
  padding-left: 10px;
  width: 180px;
}
}

@media screen and (max-width:760px){
.header_logo {
  width: 100px;
  padding-left: 10px;
}
}

@media screen and (min-width:761px){
.tel {
  margin-left: auto;
  padding-right: 10px;
  width: 272px;
}
}

@media screen and (max-width:760px){
.tel {
  margin-left: auto;
  padding-right: 10px;
  max-width: 200px;
}
}

.header-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 1em 2em;
  width: 200px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  background-color: #39b54a;
  border-radius: 10px;
  max-height: 50px;
  text-align: center;
}

.header-btn::after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}

.header-btn:hover {
  text-decoration: none;
  background-color: #81bd5f;
}

.header-right {
  padding-right: 10px;
}

h2 {
  color: #1a1a1a;
}

p {
  color: #1a1a1a;
}

@media screen and (min-width:761px){
.top-bg {
  display: block;
  width: 1000px;
  height: 452px;
  margin: 0 auto;
  background-image:url("../img/top_bg.webp");
  background-repeat: no-repeat;
  background-position: top;
  background-size:contain;
}
}

@media screen and (max-width:760px){
.top-bg {
  display: block;
  max-width: 400px;
  margin: 0 auto;
  background-image:url("../img/top_bg_sp.webp");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
}

@media screen and (min-width:761px){
.top-container {
  padding: 140px 0 0 80px
}
}

@media screen and (max-width:760px){
.top-container {
  padding: 30px 20px 180px;
}
}

@media screen and (min-width:761px){
.top-title-box {
  display: block;
  max-width: 400px;
  border-radius: 20px;
  border: #4fb5e8 solid 5px;
  background: rgba(255,255,255,0.9);
  padding: 20px;
}
}

@media screen and (max-width:760px){
.top-title-box {
  display: block;
  max-width: 230px;
  box-shadow: 4px 4px 0px 0 rgb(79, 181, 232,0.8);
  background: rgba(234,246,253,0.6);
  padding: 10px;
}
}

@media screen and (min-width:761px){
.top-title {
  text-align: center;
  font-size: 36px;
  color: #1a1a1a;
  border-bottom: #4fb5e8 solid 2px;
  padding-bottom: 10px;
  font-weight: 700;
}
}

@media screen and (max-width:760px){
.top-title {
  text-align: center;
  font-size: 28px;
  color: #1a1a1a;
  border-bottom: #4fb5e8 solid 1px;
  padding-bottom: 10px;
  font-weight: 700;
  max-width: 190px;
  margin: 0 auto;
}
}

@media screen and (min-width:761px){
.top-subtitle {
  text-align: center;
  font-size: 26px;
  line-height: 1.7rem;
  padding-top: 10px;
  font-weight: 500;
}
}

@media screen and (max-width:760px){
.top-subtitle {
  text-align: center;
  font-size: 16px;
  line-height: 1.2rem;
  padding-top: 10px;
}
}

@media screen and (min-width:761px){
.top-content {
  display: block;
  margin: 0 auto;
  background-color: #fffddf;
  max-width: 1000px;
  padding-bottom: 20px;
}
}

@media screen and (max-width:760px){
.top-content {
  display: block;
  margin: 0 auto;
  background-color: #fffddf;
  max-width: 400px;
  padding-bottom: 20px;
}
}

@media screen and (min-width:761px){
.top-content-text {
  font-size: 26px;
}
}

@media screen and (max-width:760px){
.top-content-text {
  font-size: 18px;
  padding-bottom: 20px;
  font-weight: 700;
}
}

@media screen and (min-width:761px){
.top-content-flexbox {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
}
}

@media screen and (max-width:760px){
.top-content-flexbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 350px;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
}
}

@media screen and (min-width:761px){
.top-content-flexbox img{
  width: 233px;
}
}

@media screen and (max-width:760px){
.top-content-flexbox img{
  width: 200px;
}
}


@media screen and (min-width:761px){
.top-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
  font-size: 26px;
  border-radius: 50px;
  width: 700px;
  height: 100px;
  font-weight: 700;
  border: 4px solid #ffffff;
  transition: 0.3s;
  background-color: #39b54a;
  margin: 0 auto;
  position: relative;
  box-shadow: 3px 3px #e6e6e6;
  overflow: hidden;
}
}

@media screen and (max-width:760px){
.top-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5rem;
  text-decoration: none;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  border-radius: 50px;
  width: 330px;
  height: 80px;
  font-weight: 700;
  border: 4px solid #ffffff;
  transition: 0.3s;
  background-color: #39b54a;
  margin: 0 auto;
  position: relative;
  box-shadow: 3px 3px #e6e6e6;
  overflow: hidden;
}
}

.top-btn:hover {
  opacity: .7;
}

@media screen and (min-width:761px){
.top-btn::after{
  content: '';
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 60px;
  transform: translateY(-50%) rotate(45deg); /* rotate(45deg)で矢印を回転（向きを変更）させる */
}
}

@media screen and (max-width:760px){
.top-btn::after{
  content: '';
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%) rotate(45deg); /* rotate(45deg)で矢印を回転（向きを変更）させる */
}
}

.top-small {
  padding-top: 15px;
}

@media screen and (min-width:761px){
h3 {
  font-size: 30px;
  text-align: center;
  color: #1a1a1a;
  line-height: 2.2rem;
  font-weight: 700;
}
}

@media screen and (max-width:760px){
h3 {
  font-size: 22px;
  text-align: center;
  color: #1a1a1a;
  line-height: 2rem;
  font-weight: 700;
}
}

.content {
  display: block;
  max-width: 1000px;
  margin: 0 auto;
  background-color: #fff;
}

@media screen and (min-width:761px){
.content-wrap {
  padding: 80px 20px 50px;
}
}

@media screen and (max-width:760px){
.content-wrap {
  padding: 50px 20px;
}
}

@media screen and (min-width:761px){
.basic {
  display: block;
  margin: 0 auto;
  padding: 50px 20px;
  max-width: 800px;
}
}

@media screen and (max-width:760px){
.basic {
  padding: 50px 0;
}
}

@media screen and (min-width:761px){
.basic article {
  max-width: 800px;
  margin: 0 auto;
  padding-top: 30px;
  font-size: 18px;
  line-height: 1.8rem;
  position: relative;
  font-weight: 500;
}
}

@media screen and (max-width:760px){
.basic article {
  max-width: 350px;
  margin: 0 auto;
  padding-top: 30px;
  font-size: 16px;
  line-height: 1.5rem;
  position: relative;
  padding: 30px 20px 0;
}
}

.basic-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 800px;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 30px 10px 0;
}

.basic-flex02 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 400px;
  margin: 0 auto;
}

@media screen and (min-width:761px){
.basic-flex02 img {
  max-width: 150px;
  padding: 5px;
}
}

@media screen and (max-width:760px){
.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:761px){
.basic-flex03 img {
  max-width: 130px;
  padding: 5px;
}
}

@media screen and (max-width:760px){
.basic-flex03 img {
  max-width: 110px;
  padding: 5px;
}
}


@media screen and (min-width:761px){
.content-titlebox article {
  max-width: 800px;
  padding: 30px 0;
  margin: 0 auto;
  line-height: 1.8rem;
  font-size: 18px;
}
}

@media screen and (min-width:761px){
.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:760px){
.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:760px){
.content-titlebox article {
  max-width: 350px;
  padding: 20px 10px;
  margin: 0 auto;
  line-height: 1.5rem;
  font-size: 16px;
}
}

@media screen and (min-width:761px){
.content-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  margin: 0 auto;
}
}

@media screen and (max-width:760px){
.content-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 350px;
  margin: 0 auto;
}
}

@media screen and (min-width:761px){
.content-flex img {
  max-width: 80px;
  margin-left: 20px;
}
}

@media screen and (max-width:760px){
.content-flex img {
  max-width: 60px;
  margin-left: 20px;
}
}

.mean-title {
  display: block;
  margin: 0 auto;
  background-color: #d3edfb;
  max-width: 800px;
  padding: 20px;
}

.mean-container {
  padding-bottom: 30px;
}

@media screen and (min-width:761px){
.mean-container article {
  margin: 40px auto;
  max-width: 800px;
  line-height: 1.8rem;
  font-size: 18px;
  padding: 0 10px;
}
}

@media screen and (max-width:760px){
.mean-container article {
  margin: 40px auto;
  max-width: 350px;
  line-height: 1.5rem;
  font-size: 16px;
  padding: 0 20px;
}
}

@media screen and (min-width:761px){
.kogaku {
  display: block;
  margin: 0 auto;
  max-width: 800px;
  padding: 30px 10px 0;
}
}

@media screen and (max-width:760px){
.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;
}

@media screen and (min-width:761px){
.kogaku-div {
  background-color: #f2f2f2;
  border: #1a1a1a solid 1px;
  padding: 20px;
  font-size: 18px;
  width: 200px;
  text-align: center;
}
}

@media screen and (max-width:760px){
.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:761px){
.kogaku-max {
  background-color: #f2f2f2;
  border: #1a1a1a solid 1px;
  padding: 20px;
  font-size: 18px;
  width: 400px;
  text-align: center;
}
}

@media screen and (max-width:760px){
.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:761px){
.kogaku-time {
  background-color: #f2f2f2;
  border: #1a1a1a solid 1px;
  padding: 20px;
  font-size: 18px;
  width: 300px;
  text-align: center;
}
}

@media screen and (max-width:760px){
.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:761px){
.kogaku-list td {
  padding: 20px;
  border: #1a1a1a solid 1px;
  vertical-align: middle;
  font-weight: 500;
}
}

@media screen and (max-width:760px){
.kogaku-list td {
  padding: 16px;
  border: #1a1a1a solid 1px;
  vertical-align: middle;
  font-weight: 500;
}
}

@media screen and (min-width:761px){
.question-flexbox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto;
  max-width: 800px;
}
}

@media screen and (max-width:760px){
.question-flexbox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto;
  max-width: 340px;
}
}

@media screen and (min-width:761px){
.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;
  font-weight: 500px;
}
}

@media screen and (max-width:760px){
.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;
  font-weight: 500px;
}
}

.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:761px){
.question-flexbox img {
  margin-right: 20px;
}
}

@media screen and (max-width:760px){
.question-flexbox img {
  margin-right: 20px;
  max-width: 60px;
}
}

@media screen and (min-width:761px){
.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:760px){
.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:761px){
.answer-flexbox img {
  margin-left: 20px;
}
}

@media screen and (max-width:760px){
.answer-flexbox img {
  margin-left: 20px;
  max-width: 60px;
}
}

@media screen and (min-width:761px){
.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;
  font-weight: 500px;
}
}

@media screen and (max-width:760px){
.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;
  font-weight: 500px;
}
}

.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%;
}

.advanced {
  padding: 30px 0;
}

@media screen and (min-width:761px){
.advanced-list {
  max-width: 780px;
  margin: 0 auto;
  margin-top: 20px;
}
}

@media screen and (max-width:760px){
.advanced-list {
  max-width: 340px;
  margin: 0 auto;
  margin-top: 20px;
}
}

@media screen and (min-width:761px){
.advanced-list1 {
  background-color: #f2f2f2;
  border: #1A1A1A solid 1px;
  padding: 5px;
  font-size: 14px;
  width: 420px;
}
}

@media screen and (max-width:760px){
.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;
  font-weight: 500;
}

@media screen and (min-width:761px){
.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:760px){
.advanced p {
  font-size: 10px;
  display: block;
  margin: 0 auto;
  max-width: 350px;
  padding: 5px 15px 30px;
  color: #898989;
}
}

@media screen and (min-width:761px){
.join-flexbox {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 800px;
  padding: 30px 20px 20px;
}
}

@media screen and (max-width:760px){
.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;
}

@media screen and (min-width:761px){
.join-text {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 10px;
}
}

@media screen and (max-width:760px){
.join-text {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding-top: 10px;
}
}

.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-container {
  margin: 10px auto;
  padding: 40px 0;
  background-color: #fffddf;
  max-width: 800px;
}

@media screen and (min-width:761px){
.pay-type {
  padding: 40px 0;
}
}

@media screen and (max-width:760px){
.pay-type {
  padding: 20px 0;
}
}


@media screen and (min-width:761px){
.pay-typebox {
  padding-bottom: 40px;
}
}

@media screen and (max-width:760px){
.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:761px){
.pay-day {
  display: block;
  margin: 0 auto;
  max-width: 700px;
  background-color: #fff;
  border-radius: 30px;
  padding: 40px;
}
}

@media screen and (max-width:760px){
.pay-day {
  display: block;
  margin: 0 auto;
  max-width: 350px;
  background-color: #fff;
  border-radius: 30px;
  padding: 20px;
}
}

@media screen and (min-width:761px){
.pay-day-graph {
  margin: 0 auto;
  padding: 70px 0;
  max-width: 500px;
}
}

@media screen and (max-width:760px){
.pay-day-graph {
  margin: 0 auto;
  padding: 30px 0;
  max-width: 350px;
}
}

@media screen and (min-width:761px){
.text-center {
  font-size: 14px;
}
}

@media screen and (max-width:760px){
.text-center {
  font-size: 12px;
}
}


.pay-small {
  padding-top: 10px;
}

.and {
  margin: 60px 0;
}

@media screen and (min-width:761px){
.down {
  display: block;
  background-color: #fffddf;
  max-width: 800px;
  border-radius: 10px;
  padding: 20px 0;
  margin: 0 auto;
}
}

@media screen and (max-width:760px){
.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:760px){
.down-flexbox img {
  margin-top: 20px;
}
}

.down-textbox {
  max-width: 350px;
}

@media screen and (min-width:761px){
.down-textbox p {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 20px;
}
}

@media screen and (max-width:760px){
.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:761px){
.point {
  margin-top: 100px;
  padding-bottom: 40px;
}
}

@media screen and (max-width:760px){
.point {
  margin-top: 60px;
  padding-bottom: 40px;
}
}

.point-main {
  border: #39b54a solid 3px;
  padding: 20px;
}

.point-container {
  display: block;
  max-width: 800px;
  margin: 0 auto;
  padding: 40px;
  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:761px){
  .suggestion {
    padding: 70px 0;
  }
  }
  
  @media screen and (max-width:760px){
  .suggestion {
    padding: 10px 0 80px;
  }
  }
  
  @media screen and (min-width:761px){
  .suggestion-title {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
  }
  }
  
  @media screen and (max-width:760px){
  .suggestion-title {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
  }
  }
  
  @media screen and (min-width:761px){
  .suggestion-flex {
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    max-width: 700px;
    margin: 0 auto;
  }
  }
  
  @media screen and (max-width:760px){
  .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:761px){
  .suggestion-flex p {
    font-size: 28px;
    font-weight: 700;
    line-height: 2.8rem;
  }
  }
  
  @media screen and (max-width:760px){
  .suggestion-flex p {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.8rem;
  }
  }
  
  @media screen and (max-width:760px){
  .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:761px){
.fukidashi {
  position: absolute;
  top: -45px;
  right: 50px;
  width: 15%;
}
}

@media screen and (max-width:760px){
.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: 700;
  color: #fff;
  margin: 20px auto 0;
  max-width: 300px;
}

.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: 0 10px;
  background-color: #39b54a;
  margin-right: 10px;
  color: #fff;
}

@media screen and (min-width:761px){
.point-subtitle {
  font-size: 24px;
  font-weight: 700;
  padding: 40px 0 30px;
}
}

@media screen and (max-width:760px){
.point-subtitle {
  font-size: 20px;
  font-weight: 700;
  padding: 40px 0 30px;
}
}

@media screen and (min-width:761px){
.point-flexbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 800px;
  margin: 0 auto;
}
}

@media screen and (max-width:760px){
.point-flexbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 800px;
  margin: 0 auto;
}
}

@media screen and (min-width:761px){
.point-flexbox2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 680px;
  margin: 20px auto;
}
}

@media screen and (max-width:760px){
.point-flexbox2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 680px;
  margin: 20px auto;
}
}

@media screen and (min-width:761px){
.point-flexbox3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 680px;
  margin: 10px auto;
}
}

@media screen and (max-width:760px){
.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:761px){
.pointbox1 {
  max-width: 230px;
  background-color: #fffcd9;
  border: #39b54a solid 3px;
  border-radius: 10px;
}
}

@media screen and (max-width:760px){
.pointbox1 {
  width: 350px;
  background-color: #fffcd9;
  border: #39b54a solid 3px;
  border-radius: 10px;
  margin-bottom: 10px;
}
}

@media screen and (min-width:761px){
.pointbox2 {
  max-width: 350px;
  height: 155px;
  background-color: #fffcd9;
  border: #39b54a solid 3px;
  border-radius: 10px;
}
}

@media screen and (max-width:760px){
.pointbox2 {
  width: 350px;
  background-color: #fffcd9;
  border: #39b54a solid 3px;
  border-radius: 10px;
  margin-bottom: 10px;
}
}

@media screen and (min-width:761px){
.pointbox3 {
  max-width: 230px;
  height: 175px;
  background-color: #fffcd9;
  border: #39b54a solid 3px;
  border-radius: 10px;
}
}

@media screen and (max-width:760px){
.pointbox3 {
  width: 350px;
  background-color: #fffcd9;
  border: #39b54a solid 3px;
  border-radius: 10px;
  margin-bottom: 10px;
}
}

@media screen and (min-width:761px){
.pointbox4 {
  max-width: 330px;
  background-color: #fffcd9;
  border: #39b54a solid 3px;
  border-radius: 10px;
}
}

@media screen and (max-width:760px){
.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:761px){
.gan-wrap {
  display: block;
  max-width: 800px;
  margin: 20px auto 0;
  border-radius: 10px;
  background-color: #efefef;
  padding: 20px;
}
}

@media screen and (max-width:760px){
.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;
}

@media screen and (max-width:760px){
.blue {
  color: #3fa9f5;
  font-size: 26px;
}
}

@media screen and (min-width:761px){
.blue {
  color: #3fa9f5;
  font-size: 36px;
}
}

@media screen and (min-width:761px){
.pink{
  color: #e6002d;
  font-size: 36px;
}
}

@media screen and (max-width:760px){
.pink{
  color: #e6002d;
  font-size: 26px;
}
}

.orange-line {
  border-bottom: #f7931e solid 2px;
}


.small-center {
  font-size: 10px;
  text-align: center;
  padding: 20px 0;
  color: #898989;
}

@media screen and (min-width:761px){
.red-big {
  color: #e6002d;
  font-size: 36px;
}
}

@media screen and (max-width:760px){
.red-big {
  color: #e6002d;
  font-size: 26px;
}
}

@media screen and (min-width:761px){
.green {
  color: #39b54a;
  font-size: 30px;
}
}

@media screen and (max-width:760px){
.green {
  color: #39b54a;
  font-size: 22px;
}
}

@media screen and (min-width:761px){
.labo-title-wrap {
  display: block;
  margin: 0 auto;
  padding: 50px;
  max-width: 1000px;
  background-color: #dff2fc;
}
}

@media screen and (max-width:760px){
.labo-title-wrap {
  display: block;
  margin: 0 auto;
  padding: 50px 20px;
  max-width: 400px;
  background-color: #dff2fc;
  position: relative;
}
}

.labo-text-flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto;
  max-width: 700px;
}

@media screen and (min-width:761px){
.labo-text {
  font-size: 30px;
  font-weight: 700;
  line-height: 2.2rem;
  padding-top: 20px;
}
}

@media screen and (max-width:760px){
.labo-text {
  font-size: 22px;
  font-weight: 700;
  line-height: 2rem;
  text-align: center;
  padding-top: 20px;
}
}

@media screen and (max-width:760px){
.labo-title-img {
  position: absolute;
  top: -55px;
  left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  max-width: 150px;
}
}

@media screen and (min-width:761px){
.labo-title-wrap article {
  display: block;
  margin: 30px auto 10px;
  max-width: 750px;
  font-size: 20px;
  line-height: 2rem;
}
}

@media screen and (max-width:760px){
.labo-title-wrap article {
  display: block;
  margin: 30px auto 10px;
  max-width: 350px;
  font-size: 16px;
  line-height: 1.5rem;
}
}

@media screen and (min-width:761px){
.labo-content-flex {
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 800px;
  margin: 20px auto 0;
}
}

@media screen and (max-width:760px){
.labo-content-flex {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  max-width: 800px;
  margin: 20px auto 0;
}
}

@media screen and (max-width:760px){
  .labo-case-box {
    width: 380px;
    height: 300px;
    background-color: #fff;
    position: relative;
    padding: 20px;
    margin: 20px 0;
  }
}  

@media screen and (min-width:761px){
.labo-case-box {
  width: 380px;
  height: 380px;
  background-color: #fff;
  position: relative;
  padding: 20px;
}
}

.labo-case-icon {
  position: absolute;
  width: 200px;
  top: -20px;
}

.labo-case-box article {
  margin-top: 40px;
}


@media screen and (min-width:761px){
.present {
  display: block;
  margin: 0 auto;
  max-width: 1000px;
  background-color: #fffddf;
  padding: 80px 0;
}
}

@media screen and (max-width:760px){
.present {
  display: block;
  margin: 0 auto;
  max-width: 400px;
  background-color: #fffddf;
  padding: 20px;
}
}

@media screen and (min-width:761px){
.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:760px){
.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: 22px;
  font-weight: 700;
  padding: 10px 0;
}

@media screen and (min-width:761px){
h4 {
  position: relative;
  display: inline-block;
  padding: 0 30px;
  font-size: 30px;
  color: #1a1a1a;
}
}

@media screen and (max-width:760px){
h4 {
  position: relative;
  display: inline-block;
  padding: 0 30px;
  font-size: 22px;
  color: #1a1a1a;
}
}

h4:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 1px;
  height: 100%;
  background: #1a1a1a;
  border-radius: 3px;
  transform: rotate(-25deg);
}

h4: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:761px){
.present-title {
  font-size: 56px;
  color: #1a1a1a;
  font-weight: 700;
}
}

@media screen and (max-width:760px){
.present-title {
  font-size: 46px;
  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 (max-width:760px){
.present-flexbox img {
  max-width: 155px;
  padding: 5px;
}
}

@media screen and (min-width:761px){
.meets {
  margin: 80px 0;
}
}

@media screen and (max-width:760px){
.meets {
  margin: 60px 0 0;
}
}

@media screen and (min-width:761px){
.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:760px){
.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:760px){
.meets-type-box {
  padding: 70px 0 50px;
}
}

@media screen and (min-width:761px){
.meets-type {
  font-size: 36px;
  text-align: center;
  font-weight: 700;
  padding-bottom: 30px;
}
}

@media screen and (max-width:760px){
.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: 700;
  transition: 0.3s;
  background-color: #39b54a;
  border: #fff solid 4px;
}

.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: 700;
  transition: 0.3s;
  background-color: #29abe2;
  border: #fff solid 3px;
}

.meets-btn2:hover {
  opacity: .7;
}

@media screen and (min-width:761px){
.meets-free {
  padding-top: 30px;
  color: #1A1A1A;
}
}

@media screen and (max-width:760px){
.meets-free {
  color: #1A1A1A;
  padding-bottom: 30px;
}
}

@media screen and (min-width:761px){
.reason {
  display: block;
  margin: 0 auto;
  max-width: 1000px;
  background-color: #fff;
  padding: 100px 0 60px;
}
}

@media screen and (max-width:760px){
.reason {
  display: block;
  margin: 0 auto;
  max-width: 400px;
  background-color: #fff;
  padding: 80px 20px 40px;
}
}

.reason-wrap {
  margin: 10px 0;
}

@media screen and (min-width:761px){
.reason-flexbox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto;
  max-width: 800px;
  padding: 30px 10px 10px;
}
}

@media screen and (max-width:760px){
.reason-flexbox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto;
  max-width: 800px;
  padding: 30px 0 10px;
}
}

@media screen and (min-width:761px){
.balloon1-right {
  position: relative;
  display: inline-block;
  margin: 1.5em 15px 1.5em 0;
  padding: 7px 10px;
  min-width: 55px;
  background: #39b54a;
}
}

@media screen and (max-width:760px){
.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:761px){
.balloon1-right p {
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
}
}

@media screen and (max-width:760px){
.balloon1-right p {
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
}

@media screen and (min-width:761px){
.reason-text {
  font-size: 30px;
  font-weight: 700;
  margin-left: 20px;
}
}

@media screen and (max-width:760px){
.reason-text {
  font-size: 22px;
  font-weight: 700;
  margin-left: 7px;
}
}

@media screen and (min-width:761px){
.reason-wrap article {
  max-width: 800px;
  margin: 0 auto;
  font-size: 18px;
  color: #1a1a1a;
  line-height: 1.8rem;
  padding: 0 10px;
}
}

@media screen and (max-width:760px){
.reason-wrap article {
  max-width: 800px;
  margin: 0 auto;
  font-size: 18px;
  color: #1a1a1a;
  line-height: 1.7rem;
}
}

.insu-co {
  padding-top: 80px;
}

@media screen and (min-width:761px){
.insu-co-container {
  display: block;
  max-width: 800px;
  background-color: #efefef;
  margin: 0 auto;
  padding: 30px 0;
}
}

@media screen and (max-width:760px){
.insu-co-container {
  display: block;
  max-width: 400px;
  background-color: #efefef;
  margin: 0 auto;
  padding: 30px 10px;
}
}

@media screen and (min-width:761px){
.insu-co-title {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  padding-bottom: 30px;
}
}

@media screen and (max-width:760px){
.insu-co-title {
  font-size: 24px;
  text-align: center;
  font-weight: 700;
  padding-bottom: 30px;
}
}

@media screen and (min-width:761px){
.insu-co-wrap {
  background-color: #fff;
  max-width: 700px;
  margin: 0 auto;
  padding: 20px;
}
}

@media screen and (max-width:760px){
.insu-co-wrap {
  background-color: #fff;
  max-width: 350px;
  margin: 0 auto;
  padding: 20px;
}
}

@media screen and (min-width:761px){
.insu-co-wrap p {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 20px 20px;
}
}

@media screen and (max-width:760px){
.insu-co-wrap p {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 15px;
}
}

@media screen and (min-width:761px){
.insu-co-flex {
  display: flex;
  justify-content: flex-start;
  align-items: self-start;
}
}

@media screen and (max-width:760px){
.insu-co-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
}

@media screen and (min-width:761px){
.insu-co-box {
  margin-left: 30px;
}
}

@media screen and (min-width:761px){
.insu-co-box ul {
  line-height: 1.4rem;
  font-weight: 500;
}
}

@media screen and (max-width:760px){
.insu-co-box ul {
  line-height: 1.2rem;
  font-size: 14px;
  font-weight: 500;
}
}

@media screen and (min-width:761px){
.graph {
  display: block;
  max-width: 1000px;
  margin: 0 auto;
  background-color: #dff2fc;
}
}

@media screen and (max-width:760px){
.graph {
  display: block;
  max-width: 400px;
  margin: 0 auto;
  background-color: #dff2fc;
}
}

@media screen and (min-width:761px){
.graph-title {
  text-align: center;
  padding-top: 100px;
}
}

@media screen and (max-width:761px){
.graph-title {
  text-align: center;
  padding: 80px 0 40px;
}
}

@media screen and (min-width:761px){
.graph-flexbox {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 800px;
  padding: 40px 0;
}
}

@media screen and (max-width:761px){
.graph-flexbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 350px;
  padding: 40px 0;
}
}

@media screen and (min-width:761px){
.graph-type {
  font-size: 26px;
  text-align: center;
  font-weight: 700;
  padding: 20px;
}
}

@media screen and (max-width:761px){
.graph-type {
  font-size: 24px;
  text-align: center;
  font-weight: 700;
  padding: 10px 0 50px;
}
}

@media screen and (min-width:761px){
.small-text {
  display: block;
  margin: 0 auto;
  font-size: 10px;
  max-width: 800px;
  padding: 30px 0 40px;
  color: #898989;
}
}

@media screen and (max-width:760px){
.small-text {
  display: block;
  margin: 0 auto;
  font-size: 10px;
  max-width: 340px;
  padding: 20px;
  color: #898989;
}
}

@media screen and (min-width:761px){
.small-text2 {
  display: block;
  margin: 0 auto;
  font-size: 10px;
  max-width: 700px;
  padding-top: 5px;
  text-align: right;
  color: #898989;
}
}

@media screen and (max-width:760px){
.small-text2 {
  display: block;
  margin: 0 auto;
  font-size: 10px;
  max-width: 350px;
  padding-top: 5px;
  text-align: right;
  color: #898989;
}
}


@media screen and (min-width:761px){
.flow {
  display: block;
  max-width: 1000px;
  margin: 0 auto;
  background-color: #fff;
}
}

@media screen and (max-width:760px){
.flow {
  display: block;
  max-width: 400px;
  margin: 0 auto;
  background-color: #fff;
}
}

@media screen and (min-width:761px){
.flow-container {
  padding: 100px 0;
}
}

@media screen and (max-width:760px){
.flow-container {
  padding: 80px 10px;
}
}

.flow-container h3 {
  padding-bottom: 50px;
}

.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:761px){
.flow-title {
  font-size: 24px;
  color: #fff;
}
}

@media screen and (max-width:760px){
.flow-title {
  font-size: 18px;
  color: #fff;
}
}

@media screen and (min-width:761px){
.flow-text {
  font-size: 22px;
  margin-top: 43px;
  line-height: 1.5rem;
}
}

@media screen and (max-width:760px){
.flow-text {
  font-size: 16px;
  margin-top: 43px;
  line-height: 1.3rem;
}
}

@media screen and (min-width:761px){
.voice {
  display: block;
  margin: 0 auto;
  max-width: 1000px;
  background-color: #fffddf;
}
}

@media screen and (max-width:760px){
.voice {
  display: block;
  margin: 0 auto;
  max-width: 400px;
  background-color: #fffddf;
}
}

@media screen and (min-width:761px){
.voice-container {
  padding: 100px 0;
}
}

@media screen and (max-width:760px){
.voice-container {
  padding: 80px 0;
}
}

.voice-flexbox {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 40px auto;
  max-width: 900px;
}

@media screen and (min-width:761px){
.voice-box {
  max-width: 350px;
  padding: 60px 0 30px;
}
}

@media screen and (max-width:760px){
.voice-box {
  max-width: 330px;
  padding: 60px 0 30px;
}
}

@media screen and (min-width:761px){
.voice-box article {
  font-size: 18px;
  line-height: 1.5rem;
}
}

@media screen and (max-width:760px){
.voice-box article {
  font-size: 16px;
  line-height: 1.5rem;
}
}


.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;
}

.top-blue {
  color: #4fb5e8;
}

.red {
  color: #e6002d;
  font-weight: 700;
}

@media screen and (min-width:761px){
.problem {
  display: block;
  max-width: 1000px;
  margin: 0 auto;
  background-color: #fff;
}
}

@media screen and (max-width:760px){
.problem {
  display: block;
  max-width: 400px;
  margin: 0 auto;
  background-color: #fff;
}
}

@media screen and (min-width:761px){
.problem-container {
  padding: 100px 0;
}
}

@media screen and (max-width:760px){
.problem-container {
  padding: 80px 0;
}
}

.problem-container h3 {
  padding-bottom: 30px;
}

.problem-wrap {
  padding: 60px 0 0;
}

@media screen and (min-width:761px){
.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:760px){
.problem-flexbox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto;
  max-width: 330px;
  padding-bottom: 30px;
}
}

@media screen and (min-width:761px){
.problem-q {
  font-size: 22px;
  margin-left: 20px;
  font-weight: 700;
}
}

@media screen and (max-width:760px){
.problem-q {
  font-size: 20px;
  margin-left: 20px;
  font-weight: 700;
}
}

@media screen and (min-width:761px){
.problem-a {
  font-size: 18px;
  margin-left: 20px;
  max-width: 760px;
  line-height: 1.5rem;
}
}

@media screen and (max-width:760px){
.problem-a {
  font-size: 18px;
  margin-left: 20px;
  max-width: 760px;
  line-height: 1.5rem;
}
}

.problem-flexbox img {
  max-width: 25px;
}

.sub-text {
  font-size: 16px;
}


@media screen and (min-width:761px){
.footer_bg {
  display: block;
  max-width: 1000px;
  margin: 0 auto;
  background-color: #efefef;
  height: 130px;
}
}

@media screen and (max-width:760px){
.footer_bg {
  display: block;
  max-width: 400px;
  margin: 0 auto;
  background-color: #efefef;
  height: 150px;
}
}

@media screen and (min-width:761px){
.footer_text {
  display:flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  max-width: 500px;
  font-size: small;
  padding: 40px 10px 0;
}
}

@media screen and (max-width:760px){
.footer_text {
  text-align: center;
  font-size: small;
  padding: 40px 10px 0;
}
}

.footer-logo {
  width: 90px;
  display: block;
  align-items: center;
  margin: 0 auto;
  padding-bottom: 10px;
}

.copylight {
  text-align: center;
  font-size: x-small;
  margin: 20px;
}

.active{
  transform: translate(0);
}

@media screen and (min-width:761px){
.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:760px){
.page-top {
  text-align: center;
  position: fixed;
  bottom: 160px;
  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: #efefef;
}

@media screen and (min-width:761px){
.footer-cv p {
  font-size: 24px;
  font-weight: 700;
  padding-top: 20px;
  text-align: center;
}
}

@media screen and (max-width:760px){
.footer-cv p {
  font-size: 18px;
  font-weight: 700;
  padding-top: 20px;
  text-align: center;
}
}

@media screen and (min-width:761px){
.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:760px){
.footer-cv-flexbox {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 350px;
  padding: 20px 0;
}
}

@media screen and (min-width:761px){
.footer-btn1 {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
  font-size: 26px;
  border-radius: 35px;
  width: 350px;
  height: 70px;
  font-weight: 700;
  transition: 0.3s;
  background-color: #39b54a;
  border: #fff solid 4px;
  position: relative;
  box-shadow: 3px 3px #e6e6e6;
  overflow: hidden;
}
}

@media screen and (max-width:760px){
.footer-btn1 {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.3rem;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  width: 160px;
  padding: 10px 20px;
  border-radius: 20px;
  transition: 0.3s;
  background-color: #39b54a;
  border: #fff solid 4px;
  position: relative;
  box-shadow: 2px 2px #e6e6e6;
  overflow: hidden;
}
}

.footer-btn1:hover {
  opacity: .7;
}

.footer-btn2:hover {
  opacity: .7;
}

@media screen and (min-width:761px){
.footer-btn2 {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
  font-size: 26px;
  border-radius: 35px;
  width: 350px;
  height: 70px;
  font-weight: 700;
  transition: 0.3s;
  background-color: #29abe2;
  border: #fff solid 3px;
  position: relative;
  box-shadow: 3px 3px #e6e6e6;
  overflow: hidden;
}
}

@media screen and (max-width:760px){
.footer-btn2 {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.3rem;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  width: 160px;
  border-radius: 20px;
  padding: 10px 20px;
  transition: 0.3s;
  background-color: #29abe2;
  border: #fff solid 3px;
  position: relative;
  box-shadow: 2px 2px #e6e6e6;
  overflow: hidden;
}
}

@media screen and (min-width:761px){
  .footer-btn1::after{
    content: '';
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    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:760px){
  .footer-btn1::after{
    content: '';
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    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:761px){
    .footer-btn2::after{
      content: '';
      border: 0;
      border-top: solid 2px #fff;
      border-right: solid 2px #fff;
      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:760px){
.footer-btn2::after{
  content: '';
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(45deg); /* rotate(45deg)で矢印を回転（向きを変更）させる */
}
}


