#fv{
	position: relative;
}
#fv .fv-button{
	position: absolute;
	bottom: 12%;
	left: calc(50% - 20%);
	width: 40%;
	height: auto;
	transition: all .4s;
}
#fv .fv-button:hover{
	transform: translate(0px,5px);
	opacity: .8;
}

#fv .fv-button img{
	width: 100%;
	height: auto;
}

@media (max-width: 768px) {
#fv .fv-button{
	position: absolute;
	bottom: 15%;
	left: 5%;
	width: 90%;
	height: auto;
}
#fv .fv-button img{
	width: 100%;
	height: auto;
}
}


.bg{
	background: url("../images/bg.jpg") repeat;
}

.container{
	width: 78%;
	margin: 0 auto;
	padding: 10% 0 0 0;
}
@media (max-width: 768px) {
.container{
	width: 90%;
	margin: 0 auto;
	padding: 10% 0 0 0;
}
}

.border{
    background: linear-gradient(-135deg, #015eea 0%, #00c0fa 0%, #00c0fa 39%, #015eea 54%, #00c0fa 74%, #015eea 100%);
    border-radius: 22px;
    padding: 2px;
}

.border-inner{
    background: #ffffff;
    border-radius: 20px;
    padding: 7% 5% 5% 5%;
	position: relative;
}
.border-inner h2{
	margin: 0;
	/*width: 40%;*/
	width: min(40%, 410px);
	position: absolute;
	top: -38px;
left: 50%;
transform: translateX(-50%);
	
}
.border-inner h2 img{
	width: 100%;
	height: auto;
}


#reason4{
	padding-bottom: 5%;
}

#reason4 .reason-button{
	margin: 10% auto 5% auto;
	width: 60%;
		position: relative;
	display: block;
transition: all .4s;
}

#reason4 .reason-button:hover{
	transform: translate(0px,5px);
	opacity: .8;
}

#reason4 .reason-button:before{
	width: 320px;
	content: url("../images/button-baloon.png");
	position: absolute;
    top: -80px;
    left: calc(50% - 242px);
	transform: scale(0.5);
}

#reason4 .accordion{
	border: 2px solid #015eea;
	border-radius: 5px;
	width: 70%;
	margin: 20px auto;
}

@media (max-width: 640px) {
.border{
    background: linear-gradient(-135deg, #015eea 0%, #00c0fa 0%, #00c0fa 39%, #015eea 54%, #00c0fa 74%, #015eea 100%);
    border-radius: 12px;
    padding: 2px;
}
.border-inner{
    background: #ffffff;
    border-radius: 10px;
    padding: 5%;
	position: relative;
}
.border-inner h2{
	margin: 0;
    width: 200px;
    position: absolute;
    top: -20px;
    left: calc(50% - 100px);
transform: inherit;
}
#reason4 .reason-button:before{
	width: 160px;
	content: url("../images/button-baloon-sp.png");
	position: absolute;
    top: -38px;
    left: calc(50% - 120px);
}
}
@media (max-width: 1200px) {
#reason4 .accordion{
	border: 2px solid #015eea;
	border-radius: 5px;
	width: 100%;
	margin: 20px auto;
}
#reason4 .reason-button {
    margin: 15% auto 7% auto;
    width: 90%;
    position: relative;
    display: block;
}
}

.textLink {
  margin-top: 30px;
  text-align: center;
}

.textLink a {
  color: #316bfe;
}

@media screen and (max-width: 640px) {
  .textLink {
    margin-top: 10px;
  }

  .textLink a {
    font-size: 14px;
  }
}

/******* センターモバイルの特徴 **********************************************************************/
#feature {
  background: url("../images/feature-bg.jpg") no-repeat;
  padding: 0;
  background-size: cover;
}
#feature .container{
	padding: 7% 0;
}

  @media screen and (max-width: 640px) {
    #feature {
      padding: 30px 0 20px 0;
      background: url("../images/feature-bg-sp.jpg") no-repeat;
	  } 
}
  @media screen and (max-width: 640px) {
    #feature .container {
      padding: 20px 15px; 
	  }
}

  #feature .container h1 {
    text-align: center;
	  width: 70%;
	  margin: 0 auto 5% auto;
}
  #feature .container h1 img{
    width: 100%;
	  height: auto;
}
    @media screen and (max-width: 640px) {
      #feature .container h2 {
        margin: 15px 0;
        font-size: 27px;
        line-height: 37px;
		}
}
  #feature .container .points {
    margin: 0 0 0px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; 
}
    @media screen and (max-width: 640px) {
      #feature .container .points {
        margin: 0 0 0 0;
        display: block; 
		}
}
    #feature .container .points .point {
      margin: 0 10px 20px 10px;
      padding: 15px 20px 20px 20px;
      width: 25%;
      border-radius: 10px;
      background: #fff;
      text-align: center;
      position: relative;
      border-radius: 10px;
      font-family: 'Noto Sans JP'; 
}
      @media screen and (max-width: 640px) {
        #feature .container .points .point {
          width: calc(100% - 30px);
          margin: 0 0 20px 0;
          padding: 15px 15px 30px 15px; 
		  }
}
    #feature .container .points .step {
      width: 50px;
      height: 40px;
      position: absolute;
      background: #333;
      color: #fff;
      font-size: 30px;
      line-height: 30px;
      font-family: 'Manrope', sans-serif;
      font-weight: 700;
      text-align: center;
      padding: 8px 0 0 0;
      border-top-left-radius: 10px;
      border-bottom-right-radius: 10px;
      top: 0;
      left: 0;
}
#feature .container .points img {
      width: 125px;
      height: 100px;
      margin: 0 auto;
}
#feature .container .points h3 {
      margin: 0 0 10px 0;
      font-size: 1.50vw;
      line-height: 180%;
      line-height: 30px;
	font-weight: 500;
	letter-spacing: 1.1px;
      color: #000;
      font-family: 'Noto Sans JP'; 
}
      @media screen and (max-width: 640px) {
        #feature .container .points h3 {
          margin: 0 0 12px 0;
          font-size: 22px;
          line-height: 30px; 
		  }
}
#feature .container .points .text {
	margin: 0 0 0 0;
	margin: 0 0 10px 0;
	font-size: 0.90vw;
	font-family: 'Noto Sans JP';
}
#feature .container .points .text span {
	font-size: 11px; 
}
      @media screen and (max-width: 640px) {
        #feature .container .points .text {
          margin: 0 0 0 0;
          font-size: 15px;
          line-height: 25px;
		  }
}
#feature .container p.more {
    margin: 5% 0 0 0;
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-family: 'Noto Sans JP';
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.25); 
}
#feature .container p.more img{
    width: 100%;
    height: auto;
}
#feature .container .btn {
    margin: 30px auto 0 auto;
    padding: 10px 20px;
    width: 320px;
    background: #000;
    border: 3px solid #fff;
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.25);
    font-family: 'Noto Sans JP', sans-serif;
    display: block;
    transition: .3s; 
}
    #feature .container .btn:hover {
      transform: scale(1.1, 1.1);
      transition: .3s;
}
    @media screen and (max-width: 640px) {
      #feature .container .btn {
        margin: 20px auto;
        width: calc(100% - 46px);
		} 
}
    #feature .container .btn a {
      margin: 0;
      padding: 15px;
      color: #fff;
      display: block;
      position: relative;
      text-decoration: none;
}
      #feature .container .btn a::after {
        content: "";
        margin: auto;
        position: absolute;
        top: -4px;
        bottom: 0;
        right: 10px;
        width: 12px;
        height: 12px;
        border-top: 3px solid #fff;
        border-right: 3px solid #fff;
        transform: rotate(135deg);
        text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.25);
}



/******* オンラインで簡単！
ご契約の流れ **********************************************************************/
#flow {
  margin: 0 0 0 0;
  padding: 0;
	/*
	background: url("../images/dekiru-bg.jpg");
	background-size: 100%;
*/
	background: #eeeeee;
	position: relative;
	z-index: 1;
}
#flow:before {
          content: '';
          background-image: url("../images/flow-bg1.jpg");
		background-size: 850px;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 850px;
	height: 850px;
	z-index: -1;

}
#flow:after {
          content: '';
          background-image: url("../images/flow-bg2.jpg");
		background-size: 850px;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 850px;
	height: 850px;
	z-index: -1;

}
#flow .container{
	padding: 7% 0;
}
#flow h1{
	text-align: center;
	margin: 0 auto 4% auto;
	width: 40%;
	}
#flow h1 img{
    width: 100%;
	  height: auto;
}

  #flow .container h2 {
    margin: 0 0 40px 0;
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    color: #000;
    font-family: 'Noto Sans JP'; 
}
    #flow .container h2 span {
      font-size: 30px; 
}
  #flow .container ul {
    display: block;
    list-style: none;
    justify-content: center;
    margin: 0 auto;
    padding: 0;
    font-family: 'Noto Sans JP';
	width: 60%;
}

    #flow .container ul li {
      margin: 0 5px 10px 5px;
      padding: 25px 50px;
      background: #FFFFFF;
      border: 2px solid #000;
		border-radius:5px;
}
      #flow .container ul li .icon {
        width: 80px;
        height: 80px;
        margin: 0 25px 0 0;
}
        #flow .container ul li .icon img {
          width: 80px; 
          height: auto;
}
      #flow .container ul li .text {
        width: calc(100% - 85px);
}
      #flow .container ul li .step {
        margin: 0 0 10px 0;
        padding: 5px 10px;
        font-style: normal;
        font-size: 0.90vw;
        line-height: 100%;
        letter-spacing: 0.1em;
        color: #fff; 
        background: #015eea;
        display: inline-block;
        border-radius: 3px;
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
}

#flow .container ul li .icontext{
	display: flex;
	flex-wrap: nowrap;
}

      #flow .container ul li p {
        margin: 0 0 10px 0;
		font-size: 1.50vw;
		  font-weight: 500;
        line-height: 140%;
        color: #000000; 
}
      #flow .container ul li p.m {
        font-family: 'Noto Sans JP';
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
        line-height: 140%;
        color: #000000; 
}
      #flow .container ul li .link {
        margin: 0;
        font-family: 'Noto Sans JP';
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 17px;
        letter-spacing: -0.02em;
        text-decoration-line: underline;
        color: #316bfe;
        clear: both; 
}
        #flow .container ul li .link::after {
          content: '';
          display: inline-block;
          background-image: url("../images/flow-link-icon.png");
          background-size: 12px 10px;
          width: 12px;
          height: 10px;
          margin-left: 5px;
}
      #flow .container ul li .link a{
        color: #316bfe;
}
      #flow .container ul li h3 {
        margin: 15px 0 10px 0;
        font-family: 'Noto Sans JP';
        font-style: normal;
        font-weight: 700;
        font-size: 15px;
        line-height: 140%;
        color: #015eea;
}

@media (max-width: 768px) {
#flow:before {
	content: '';
	background-image: url("../images/flow-bg1.jpg");
	background-size: 70%;
	background-repeat: no-repeat;
	background-position: top left;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
#flow:after {
          content: '';
          background-image: url("../images/flow-bg2.jpg");
	background-size: 70%;
	background-repeat: no-repeat;
	background-position: bottom right;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
#flow .container {
    padding: 50px 0;
}
#flow h1 {
    text-align: center;
    margin: 0 auto 20px auto;
    width: 50%;
}
  #flow .container ul {
	width: 100%;
}
    #flow .container ul li {
      margin: 0 5px 10px 5px;
      padding: 15px 15px;
      background: #FFFFFF;
      border: 2px solid #000;
		border-radius:5px;
}
#flow .container ul li .icon {
    width: 70px;
    height: auto;
    margin: 0 20px 0 0;
}
        #flow .container ul li .icon img {
          width: 70px; 
          height: auto;
}
#flow .container ul li .text {
    width: calc(100% - 90px);
    margin: 0;
}
#flow .container ul li .step {
    margin: 0 0 6px 0;
    padding: 6px 6px 3px 6px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.1em;
    color: #fff;
    background: #015eea;
    border-radius: 0;
    display: inline-block;
}
#flow .container ul li p {
    margin: 0 0 10px 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 140%;
    color: #000000;
}
}

/******* よくあるご質問 **********************************************************************/
#qa {
  padding: 0;
  background: #f5f5f5; 
}
#qa .container{
	margin: 0 auto;
	padding: 7% 0;
}
#qa .accordion-open {
  display: block;
  padding: 10px 50px 15px 70px;
  background: #333333;
  cursor: pointer;
  margin: 5px 0;
  position: relative; 
border-radius: 40px;
}
  @media screen and (max-width: 768px) {
    #qa {
     padding: 25px 0 30px 0;
	  } 

#qa .container{
	width: 90%;
	margin: 0 auto;
	padding: 0;
}
#qa .accordion-open {
  display: block;
  padding: 10px 50px 10px 50px;
  background: #333333;
  cursor: pointer;
  margin: 5px 0;
  position: relative; 
border-radius: 40px;
}

}
  #qa .container h1 {
    margin: 0 auto 3% auto;
    font-family: 'Noto Sans JP', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 62px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #333333; 
	  width: 40%;
}
  #qa .container h1 img{
    width: 100%;
	  height: auto;
}
.accordion {
  width: 100%; 
}

/* inputのチェックボックスを非表示 */
.accordion-hidden {
  display: none; }

/* 見出しボタン部分 */
.accordion-open {
  display: block;
  padding: 10px 40px 15px 10px;
  background: #333333;
  cursor: pointer;
  margin: 5px 0;
  position: relative; }

/* ＋アイコン */
.accordion-open::before,
.accordion-open::after {
  content: '';
  width: 25px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 2%;
  transform: translateY(-50%); 
}

/* アイコンのー */
.accordion-open::after {
  transform: translateY(-50%) rotate(90deg);
  transition: .5s; }

/* アコーディオンが開いたらーに */
.accordion-hidden:checked + .accordion-open:after {
  transform: translateY(-50%) rotate(0); }

/* アコーディオン中身部分 */
.accordion-inner {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  transition: 0.5s;
  /* 表示速度の設定 */
  cursor: pointer;
  font-family: 'Noto Sans JP', sans-serif; }

/* チェックボックスにチェックが入ったら中身部分を表示する */
.accordion-hidden:checked + .accordion-open + .accordion-inner {
  height: auto;
  opacity: 1;
  padding: 10px; 
}

/* ↑ここまで共通 */
/* Q&A追加 */
.accordion_qa .Q,
.accordion_qa .A {
  position: relative; 
}

.accordion_qa .Q {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-size: 1.50vw;
	line-height: 180%;
	color: #fff; 
}

.accordion_qa .Q::before {
    content: 'Q';
    display: inline-block;
    width: 34px;
    height: 34px;
    vertical-align: middle;
    position: absolute;
    top: 0px;
    left: -45px;
    background: #fff;
    border-radius: 30px;
    color: #000;
    text-align: center;
    line-height: 34px;
	 font-family: "Poppins";
}

.accordion_qa .A::before {
  content: 'A.'; }

.accordion_qa .accordion-open {
  padding-left: 2.5em; 
}

.accordion-inner {
    padding-left: 2.5em !important; 
    font-size: 1.20vw;
    line-height: 180%;
}

.accordion_qa .accordion-hidden:checked + .accordion-open + .accordion-inner {
    height: auto;
    opacity: 1;
	margin: 20px 0;
    padding: 20px;
	border: 2px solid #000;
	border-radius: 10px;
}

.youtube {
    width: 100%;
    aspect-ratio: 16 / 9; 
}

.youtube iframe {
    width: 100%;
    height: 100%; 
}

.san_box {
    background: #FFE99C;
    position: relative;
    margin: 0 0 60px; 
}

.san_box:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 50vw 0 50vw;
  border-color: #FFE99C transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0; }

.san_box .san_in {
  text-align: center;
  padding: 30px 0 0;
  position: relative; }

.san_box .san_in .image {
  position: absolute;
  width: 300px !important;
  top: 30px;
  left: calc(50% - 150px) !important;
  z-index: 2; }

.slick-dots {
  margin: 10px auto !important;
  justify-content: center;
  bottom: -50px !important; }

.slick-dots li {
  display: inherit !important;
  width: 20px !important;
  margin: 1px 5px !important; }

.slick-dots li button {
  width: 30px !important;
  height: 30px !important; }

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 30px !important;
  height: 30px !important;
  font-family: "slick";
  font-size: 15px !important;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  color: #1F58A7 !important;
  opacity: 1 !important; }

.cp_box *, .cp_box *:before, .cp_box *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.cp_box {
  width: auto;
  margin: 2em auto; }

.cp_box label {
  font-weight: bold;
  position: relative;
  display: block;
  width: 320px !important;
  margin: 0 auto;
  padding: 10px;
  cursor: pointer;
  transition: all 0.3s;
  text-align: center;
  color: #da3c41;
  border: 2px solid #1F58A7;
  border-radius: 60px;
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 25px;
  text-align: center;
  color: #1F58A7; 
}

.cp_box label:hover {
  transition: all 0.3s;
  color: #015eea;
  background: #cddcf2; }

.cp_box label::after {
  content: '';
  display: inline-block;
  background-image: url("../images/option-icon-open.png");
  background-size: 20px;
  vertical-align: sub;
  width: 20px;
  height: 20px;
  margin-left: 5px; }

.cp_box label:hover::after {
  color: #ffffff; }

.cp_box input:checked ~ label::after {
  content: '';
  display: inline-block;
  background-image: url("../images/option-icon-close.png");
  background-size: 20px;
  vertical-align: sub;
  width: 20px;
  height: 20px;
  margin-left: 5px; }

.cp_box input:checked ~ label:hover::after {
  color: #ffffff; }

.cp_box input {
  display: none; }

.cp_box .cp_container {
  position: relative;
  z-index: 10;
  overflow: hidden;
  height: 0;
  margin-top: -1px;
  transition: height 0.3s ease-in-out,box-shadow 0.6s linear;
  background: rgba(255, 255, 255, 0.5); }

.cp_box input:checked ~ div {
  transition: height 0.5s ease-in-out,box-shadow 0.1s linear; }

/* 続きを読むを押すと表示されるテキストの高さ */
.cp_box input:checked ~ div.cp_container {
  height: 400px; }
  @media screen and (max-width: 640px) {
    .cp_box input:checked ~ div.cp_container {
      height: 370px; } }

.dp_box *, .dp_box *:before, .dp_box *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.dp_box {
  position: relative; 
	/*width: 440px;*/
}

.dp_box label {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  height: 10px;
  /* グラデーションの高さ */
  cursor: pointer;
 }

@media (max-width: 768px) {
  #qa .container h1 {
	  width: 60%;
}
  .dp_box label {
    width: 50%;
	bottom: 4px;
	}
.dp_box {
	width: auto;
}
.accordion-inner {
    padding-left: 15px !important;
    font-size: 14px;
    line-height: 180%;
}
.accordion_qa .accordion-hidden:checked + .accordion-open + .accordion-inner {
    height: auto;
    opacity: 1;
	margin: 20px 0;
    padding: 15px;
	border: 2px solid #000;
	border-radius: 10px;
}
/* ＋アイコン */
.accordion-open::before,
.accordion-open::after {
  content: '';
  width: 15px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 15px;
}
.accordion_qa .Q::before {
    content: 'Q';
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    position: absolute;
    top: calc(50% - 10px);
    left: -34px;
    background: #fff;
    border-radius: 30px;
    color: #000;
    text-align: center;
    line-height: 125%;
	 font-family: "Poppins";
}
}
.dp_box input:checked + label {
  background: inherit;
  /* 開いた時にグラデーションを消す */ }

.dp_box label:after {
  align-items: center;
  width: 100%;
  gap: 0 4px;
  position: absolute;
  top: 6px;
  left: 0;
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  text-decoration-line: underline;
  color: #316bfe;
  content: 'くわしく見る▼'; }

@media (max-width: 768px) {
  .dp_box label:after {
    font-size: 13px; }
}
.dp_box input {
  display: none; }

.dp_box .dp_container {
  overflow: hidden;
  height: 0;
  /* 開く前に見えている部分の高さ */
  transition: all 0.5s; }

.dp_box input:checked + label {
  /* display: none ; 閉じるボタンを消す場合解放 */ }

.dp_box input:checked + label:after {
  font-family: 'Noto Sans JP';
  content: '閉じる▲';
  top: -20px; }

.dp_box input:checked ~ .dp_container {
  height: auto;
  width: 100%;
  padding-bottom: 50px;
  /* 閉じるボタンのbottomからの位置 */
  transition: all 0.5s; }



/*ベース*/
.accordion{
	border-radius: 5px;
	width: 100%;
	margin: 20px auto;
}
@media (max-width: 1200px) {
.accordion{
	border-radius: 5px;
	width: 100%;
	margin: 20px auto;
}
}
.toggle {
	display: none;
}
.Label {		/*タイトル*/
	padding: 1em;
	display: block;
	color: #015eea;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	cursor: pointer;

}
.Label::before{		/*タイトル横の矢印*/
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #015eea;
	border-right: 2px solid #015eea;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
}
.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content {		/*本文*/
	height: 0;
	padding: 0 20px;
	overflow: hidden;
}
.toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
	padding:20px ;
	transition: all .3s;
}
.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}
.accordion table{
	border: none;
	width: 100%;
}
.accordion table th{
	background: #fff;
	padding: 10px 0;
	font-size: 14px;
	text-align: center;
}
.accordion table td{
	border-bottom: 1px solid #ddd;
	padding: 10px 15px 10px 30px;
	font-size: 14px;
}
.accordion table td a{
	color: #316bfe;
	text-decoration: none;
	position: relative;
}
.linkBlue a.folder:before {
    background: url(../images/link_icon.png) no-repeat !important;
    position: absolute;
    top: 8px;
    left: -18px;
    bottom: 0;
    display: block;
    width: 18px;
    height: 18px;
    margin: auto;
    content: '';
}
.linkCentermobile td{
	position: relative;
	color: #2a3e98;
}
.linkCentermobile td.title:before {
    background: url(../images/centermobile_icon.png) no-repeat !important;
    position: absolute;
    top: 6px;
    left: 10px;
    bottom: 0;
    display: block;
    width: 18px;
    height: 18px;
    margin: auto;
    content: '';
}
@media (max-width: 640px) {
.Label {
    padding: 1em;
    display: block;
    color: #015eea;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
}
.accordion_qa .Q {
    font-family: 'Noto Sans JP';
    font-style: normal;
font-size: 14px;
line-height: 24px;
    color: #fff;
}
.toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
	padding:10px ;
	transition: all .3s;
}
.accordion table td{
	border-bottom: 1px solid #ddd;
	padding: 10px 10px 10px 20px;
	font-size: 13px;
}
.accordion table td:nth-child(2){
	border-bottom: 1px solid #ddd;
	padding: 10px 0 10px 0px;
	font-size: 13px;
}
.linkCentermobile td.title:before {
    background: url(../images/centermobile_icon.png) no-repeat !important;
    position: absolute;
    top: 6px;
    left: 0;
    bottom: 0;
    display: block;
    width: 18px;
    height: 18px;
    margin: auto;
    content: '';
}
}

/******* ポイント還元でどんどんオトクになる **********************************************************************/


#point{
	background: url("../images/point-bg.jpg") no-repeat;
	background-size: 100%;
}

#point .container{
	padding: 7% 0;
}

#point h1{
	margin: 0 auto 4% auto;
	text-align: center;
	width: 70%;
	height: auto;
}
#point h1 img{
	width: 100%;
	height: auto;
}
#point p{
	font-size: 1.40vw;
	line-height: 180%;
	text-align: center;
	color: #fff;
	margin: 0 0 50px 0;
}
#point h2{
	margin: 0 auto 20px auto;
	text-align: center;
	width: 70%;
}
#point h2 img{
	width: 100%;
	height: auto;
}
#point ul{
	display: flex;
	flex-wrap: wrap;
	margin: 0 10%;
	padding: 0;
}
#point li{
	width: calc(50% - 4% - 44px);
	margin: 2%;
	padding: 15px 20px;
	border: 2px solid #000;
	border-radius: 5px;
	list-style: none;
	background: #fff;
}
#point li h3{
	font-size: 2.00vw;
	line-height: 180%;
	text-align: center;
	color: #015eea;
	margin: 0 0 2% 0;
}
#point li:nth-child(3) h3{
	font-size: 1.70vw;
	line-height: 180%;
	text-align: center;
	color: #015eea;
	margin: 2% 0;

}/*#point li:nth-child(3) h3 span{
	background: url("../images/point-3-icon.png") no-repeat;
    background-size: 10%;
    background-position: left center;
}
*/
#point li:nth-child(4) h3{
	font-size: 1.70vw;
	line-height: 180%;
	text-align: center;
	color: #015eea;
	margin: 2% 0;
}
#point li:nth-child(3) h3 img,#point li:nth-child(4) h3 img{
    height: 1.7vw;
    width: auto;
	line-height: 180%;
	margin-top:3px;
	margin-right: 5px;
}
/*
#point li:nth-child(4) h3 span{
	background: url("../images/point-4-icon.png") no-repeat;
    background-size: 10%;
    background-position: left center;
}
*/

#point li .imgp{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
#point li .imgp p{
	font-size: 1.32vw;
	line-height: 180%;
	font-weight: 500;
	text-align: left;
	color: #000;
	margin: 2% 0;
	width: calc(50% - 10px);
}
#point li .imgp img{
	margin: 0 10px 0 0;
	width: 50%;
	height: auto;
}
#point li p{
	font-size: 1.12vw;
	line-height: 180%;
	text-align: left;
	color: #000;
	margin: 2% 0;
}
#point .youtube{
	width: 60%;
	margin: 3% auto;
}
#point .pointimage{
	padding: 5% 0 0 0;
}
#point .pointimage img{
	width: 100%;
}

@media (max-width: 768px) {
#point{
	background: url("../images/point-bg-sp.jpg") no-repeat;
	background-size: 100% 100%;
}
#point .container {
    padding: 5% 0 13% 0;
}
#point h1 {
    margin: 50px auto 30px auto;
    text-align: center;
    width: 90%;
    height: auto;
}
#point h2 {
    width: 100%;
}
#point p {
font-size: 15px;
line-height: 23px;
    text-align: center;
    color: #fff;
	margin: 0 0 20px 0;
}
#point ul{
	display: block;
	margin: 0;
	padding: 0;
}
#point li {
    width: calc(100% - 30px);
    margin: 0 0 15px 0;
    padding: 15px;
}
#point li h3 {
    font-size: 20px;
    text-align: center;
    color: #015eea;
    margin: 0 0 2% 0;
}
#point li:nth-child(3) h3, #point li:nth-child(4) h3 {
    font-size: 17px;
    text-align: center;
    color: #015eea;
    margin: 2% 0;
}
#point li:nth-child(3) h3 img, #point li:nth-child(4) h3 img{
    height: 17px;
	width: auto;
	line-height: inherit;
	vertical-align: text-top;
}
	
	
#point li .imgp img {
    margin: 0 10px 0 0;
    width: 50%;

}
#point li .imgp p {
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    color: #000;
    margin: 2% 0;
	width: calc(50% - 10px);
}
#point li .imgp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
#point li h3 img {
    width: 21px;
    height: auto;
    margin: 4px 5px 0 0;
    vertical-align: sub;
}
#point li p {
font-size: 15px;
line-height: 23px;
}
#point .youtube {
    width: 100%;
    margin: 10% auto;
}
}

/******* 速度制限中でもできること **********************************************************************/


#dekiru {
	padding:0;
	/*background: url( "../images/dekiru-bg.jpg");
	background-size: 100% 100%;*/
	background: #eeeeee;
	position: relative;
	z-index: 1;
}
#dekiru:before {
	content: '';
	background-image: url("../images/flow-bg1.jpg");
	background-size: 850px;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 850px;
	height: 850px;
	z-index: -1;
}
#dekiru:after {
          content: '';
          background-image: url("../images/flow-bg2.jpg");
		background-size: 850px;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 850px;
	height: 850px;
	z-index: -1;
}
#dekiru .container {
    padding: 7% 0;
}
#dekiru h1{
	margin: 0 auto 50px auto;
	text-align: center;
	width: 70%;
}
#dekiru h1 img{
	width: 100%;
	height: auto;
}
#dekiru .image{
	margin: 2% auto;
	text-align: center;
}
#dekiru .image img{
	width: 100%;
	height: auto;
}
#dekiru .banner{
	margin: 2% auto;
	text-align: center;
}
#dekiru .banner img{
	width: 100%;
	height: auto;
transition: all .4s;
}
#dekiru .banner img:hover{
	opacity: .8;
}
@media (max-width: 768px) {
#dekiru {
	padding:0;
	/*background: url( "../images/dekiru-bg-sp.jpg");
	background-size: 100% 100%;*/
}
#dekiru:before {
	content: '';
	background-image: url("../images/flow-bg1.jpg");
	background-size: 70%;
	background-repeat: no-repeat;
	background-position: top left;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
#dekiru:after {
          content: '';
          background-image: url("../images/flow-bg2.jpg");
	background-size: 70%;
	background-repeat: no-repeat;
	background-position: bottom right;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
#dekiru h1 {
    margin: 50px auto 30px auto;
    text-align: center;
    width: 100%;
}
#dekiru .image {
    margin: 0 auto 30px auto;
    text-align: center;
}
}
/******* こんなに安い **********************************************************************/


#price{
	background: #fff;
}
#price .container{
	padding: 7% 0;

}
#price h1{
	margin: 0;
}
#price h1 img{
	width: 100%;
	height: auto;
}
#price .price1{
	
}
#price .price1 h2{
	margin: 5% auto 4% auto;
	text-align: center;
	display: block;
	/*width: 50%;*/
	width: min(40%, 410px);
}
#price .price1 h2 img{
	width: 100%;
	height: auto;
}
#price .price1 .price-image1{
	text-align: center;
	margin: 0 0 8% 0;
}
#price .price1 .price-image1 img{
	width: 100%;
	height: auto;
}
#price .price2{
	
}
#price .price2 h2{
	margin: 5% auto 4% auto;
	text-align: center;
	display: block;
	/*width: 50%;*/
	width: min(40%, 410px);
}
#price .price2 h2 img{
	width: 100%;
	height: auto;
}
#price .price2 h3{
	margin: 20px 0;
	font-size: 30px;
	text-align: center;
}
#price .price2 h3 img{
	width: 100%;
	height: auto;
}
#price .price2 .price-image2{
	text-align: center;
}
#price .price2 .price-image2 img{
	width: 100%;
	height: auto;
}
#price .price2 p{
	font-size: 14px;
	line-height: 26px;
	margin:0 5% 3% 5%;
}
#price .price2 .price-image2-1{
	text-align: center;
}
#price .price2 .price-image2-1 img{
	width: 100%;
	height: auto;
}
#price .price2 .price-image2-2{
	text-align: center;
}
#price .price2 .price-image2-2 img{
	width: 100%;
	height: auto;
}
@media (max-width: 768px) {
#price .container {
    padding: 50px 0 50px 0;
}
#price .price1 .price-image1 {
    text-align: center;
    margin: 0 0 40px 0;
}
#price .price1 h2 {
    margin: 30px auto 15px auto;
    text-align: center;
    display: block;
    width: 50%;
}
#price .price2 h3 {
    margin: 0 0 15px 0;
    font-size: 24px;
    text-align: center;
}
#price .price2 .price-image2-1 {
    text-align: center;
    margin: 0 0 15px 0;
}
#price .price2 p {
    font-size: 12px;
    line-height: 20px;
    margin: 0 0 30px 0;
}
#feature .container p.more img {
    width: 90%;
    margin: 40px 5% 0 5%;
    height: auto;
}
}

footer {
  background: #1F58A7;
  padding: 20px 0; 
}
footer .container {
    width: 78%;
    margin: 0 auto;
    padding: 0;
}
  @media screen and (max-width: 768px) {
    footer {
      padding: 5px 0 5px 0;
	  }
}
  footer .container p {
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 30px;
    color: #fff;
    text-align: center;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
}
    @media screen and (max-width: 768px) {
      footer .container p {
        font-weight: 600;
        font-size: 11px;
        line-height: 30px;
		} 
}


#btn-kochira {
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  padding: 15px 0 5px 0;
  position: sticky;
  bottom: 0;
  z-index: 99;
  box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.5); 
}

  #btn-kochira .btn {
    margin: 0 auto;
    width: 40%;
    display: block;
    transition: .3s;
    position: relative; 
}
    #btn-kochira .btn:hover {
      transform: scale(1.1, 1.1);
      transition: .3s; }
    #btn-kochira .btn a {
      margin: 0 0 0 0;
      padding: 0;
      display: block;
      color: #fff;
      display: block;
      position: relative;
      text-decoration: none; 
}
  @media screen and (max-width: 768px) {
    #btn-kochira {
      position: fixed;
      bottom: 0; 
	  } 
  #btn-kochira .btn {
    margin: 0 auto;
    width: 90%;
    display: block;
    transition: .3s;
    position: relative; 
}
}