@charset "utf-8";
/*------------------------------------------------------------
共通
------------------------------------------------------------*/
body {
  margin: 0;
  -webkit-text-size-adjust: 100%;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', sans-serif;
  background: #fff;
  color: #404040;
  font-size: 17px;
  background: #fff;
}
*, *:before, *:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
a:link, a:visited, a:hover, a:active {
  color: #b83397;
}
a:vis a:hover {
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}
/*共通*/
.fsS {
  font-size: .9em;
}
.fsSS {
  font-size: .6em;
  line-height: 0.3;
}
.fsL {
  font-size: 1.3em;
}
.taC {
  text-align: center;
}
.taR {
  text-align: right;
}
.taL {
  text-align: left;
}
.fwB {
  font-weight: bold;
}
.marker {
  background: linear-gradient(transparent 60%, #ff6 60%);
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.pa {
  padding: 20px 10px;
}
.pa2 {
  padding: 0 10px;
}
.pc_n {
  display: none;
}
.sp_n {
  display: block;
}
.red {
  color: #f10205;
  font-weight: bold;
}
.yellow {
  color: #fcf25d;
}
.orange {
	color: #f2892d;
}
.br_sp {
  display: block;
}
.br_pc {
  display: none;
}
@media screen and (min-width:640px) {
  .sp_n {
    display: none;
  }
  .pc_n {
    display: block;
  }
  .pa2 {
    padding: 0 20px;
  }
  .br_sp {
    display: none;
  }
  .br_pc {
    display: block;
  }
  .pa {
    padding: 20px 10px;
  }
}
/*------------------------------------------------------------
レイアウト
------------------------------------------------------------*/
#content {
  width: 100%;
  margin: 0 auto;
}
.wrapper {
  padding: 5% 0;
}
figure {
  margin: 0 auto;
  max-width: 100%;
}
img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
p {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.5;
}
@media screen and (min-width:640px) {
  #content {
    width: 750px;
    margin: 0 auto;
  }
  p {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.5;
  }
}
/*------------------------------------------------------------
スマホから
ヘッダー
------------------------------------------------------------*/
header {
  width: 100vw;
  position: relative;
  top: 0;
  z-index: 100;
  box-shadow: 0px 10px 15px -10px #808080;
}
#mv {
  /*margin-top: 16vw;*/
}
.head_tell {
  position: absolute;
  color: red;
  font-weight: bold;
  font-size: 5vw;
  top: 29%;
  right: 2%;
  /*    letter-spacing:-2.3px;*/
  margin: 0;
}
.head_tell a:link {
  color: red;
}
/* 光らせるためのstyle */
.shine {
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
}
/* 光の疑似要素 */
.shine::before {
  content: '';
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shine 3s ease-in-out infinite;
  position: absolute;
  top: -180px;
  left: 0;
  opacity: 0;
  transform: rotate(45deg);
}
/* 光の動き */
@keyframes shine {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@media screen and (min-width:640px) {
  header {
    width: 750px;
  }
  #mv {
    /*margin-top: 120px;*/
    /*margin-bottom: 20px;*/
  }
  .head_tell {
    font-size: 37px;
    top: 32%;
  }
  .mv_btn {
    width: 85%;
    margin: 0 auto;
  }
}
/*------------------------------------------------------------
コンテンツ
------------------------------------------------------------*/
#Realtime, #Realtime01, #Realtime02, #Realtime03, #Realtime04, #Realtime05 {
  font-weight: 700;
  margin: 0;
  padding: 1%;
  text-align: center;
  font-family: 'Meiryo', 'メイリオ', sans-serif;
}
mment_abs {
  top: -38px;
  width: 45%;
  left: 10px;
  position: absolute;
}
@media screen and (min-width:640px) {
  #Realtime, #Realtime01, #Realtime02, #Realtime03, #Realtime04, #Realtime05 {
    font-size: 1.6em;
  }
  .comment_abs {
    top: -64px;
    height: 55%;
    left: 10px;
    position: absolute;
  }
}
@media screen and (max-width:320px) {
  #Realtime, #Realtime01, #Realtime02, #Realtime03, #Realtime04, #Realtime05 {
    font-size: 0.9em;
  }
  .comment_abs {
    top: -31px;
    width: 45%;
    left: 10px;
    position: absolute;
  }
}
.mv-under {
  font-size: 1.5em;
  font-weight: 700;
  margin: 0;
  padding: 3%;
  text-align: center;
  font-family: 'Meiryo', 'メイリオ', sans-serif;
}
@media screen and (max-width:500px) {
  .mv-under {
    font-size: 0.85em;
    margin-top:1em;
    padding: 1.5%;
  }
}
/* 点滅 */
.blinking {
  animation: flash 1.5s linear infinite;
}
@keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.arrow_mt {
  margin-top: -2vw;
}
.trouble_number{
    padding-top: 5%;
}
/*-------------基本プランのごあんない-------------*/
.trouble-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
}
.trouble-flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 1em;
}
.trouble_top img{
    margin-bottom:20px;
}
.item {
  width:50%;
  padding: 1px;
}
.item2 {
  width: 50%;
}
section.trouble {
  margin-bottom: 0;
  background: #ffe0aa;
  padding: 2.5rem 10px;
}
.key_plan {
  background-color: #fff;
  /*background-image: url(../img/key_plan.png);*/
  border-radius: 8px;
  padding: 10px 0;
}
.plan_box {
  padding: 10px 10px 20px 10px;
}
.tp {
  width: 100px;
  height: 110px;
  margin-bottom: 10px;
  background-size: 100%;
}
.trouble-point1 {
  background-image: url(../img/trouble01-1.png);
  background-repeat: no-repeat;
}
.trouble-point2 {
  background-image: url(../img/trouble02-1.png);
  background-repeat: no-repeat;
}
.trouble-point3 {
  background-image: url(../img/trouble03-1.png);
  background-repeat: no-repeat;
}
.trouble-point4 {
  background-image: url(../img/trouble04-1.png);
  background-repeat: no-repeat;
}
.trouble-point5 {
  background-image: url(../img/trouble05-1.png);
  background-repeat: no-repeat;
}
.trouble-point6 {
  background-image: url(../img/trouble06-1.png);
  background-repeat: no-repeat;
}
.trouble-point_p {
  background: #ff7900;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 0.8em;
  margin-top: 90px;
  position: absolute;
  padding: 0.3em 0.3em;
  border-radius: 100vh;
  letter-spacing: -1.5px;
  width: 27%;
}
.plan_box_ttl {
  font-weight: bold;
  color: #fff;
  background: #1551a8;
  padding: 1%;
  position: relative;
  margin: 0.7em auto;
  min-width: 120px;
  max-width: 90%;
	font-size: 1.5em;
}
/*.plan_box_ttl:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #2f8d00;
}*/
.tp.trouble-point1 a:hover, .tp.trouble-point2 a:hover, .tp.trouble-point3 a:hover, .tp.trouble-point4 a:hover, .tp.trouble-point5 a:hover, .tp.trouble-point6 a:hover {
  opacity: 0.7;
}
@media screen and (max-width:640px) {
	.item2 {
		width: 50%;
	}
	.trouble-flex {
		width: 100%;
	}
	.plan_box_ttl {
	padding: 2%;
    font-size: 1.5em;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 0.5em;
  }
}
@media screen and (min-width:640px) {
  section.trouble {
    margin-bottom: 0;
  }
  .tp {
    width: 200px;
    height: 225px;
    margin-bottom: 10px;
    background-size: 100%;
  }
  .trouble-point_p {
    font-size: 1.3em;
    margin-top: 183px;
    padding: 0.3em 0.3em;
    width: 200px;
  }
  .fukidashi img{
    object-fit: contain;
    width: 100%;
    max-width: 46px;
    margin-top: 1rem;
}
}
@media screen and (max-width:320px) {
  .tp {
    width: 27vw;
    height: 31vw;
    margin-bottom: 10px;
  }
  .trouble-point_p {
    font-size: 0.7em;
    margin-top: 25vw;
  }
  .trouble-flex {
    padding: 0px;
  }
  .item2 {
    width: 50%;
  }
}
.view_ex_all {
  display: block;
  text-align: center;
}
.view_ex_all a {
  color: #fff;
  border-radius: 50px;
  background-color: #f00;
  padding: 10px 25px;
  font-weight: bold;
}
.webcampaign {
   margin: 1em 0px;
  text-align: center;
}

/*-------------仕組み-------------*/
/*section.system {
  margin: 1.5em 0;
}*/

.anshin {
	padding: 10px;
}
.anshin_ttl {
	font-size: 1.5em;
	font-weight: bold;
	position: relative;
  padding: 2px 55px;
	background: #fff;
}
/*.anshin_ttl:before, .anshin_ttl:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 2px;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
}*/

.anshin_ttl:before {
  left:0;
}
.anshin_ttl:after {
  right: 0;
}

@media screen and (max-width:640px){
	.anshin_ttl {
		font-size: 1.2em;
		color: #f10205;
	}
	.anshin_ttl:before, .anshin_ttl:after {
  width: 45px;
}
}
@media screen and (max-width:320px) {
  p.fz_se {
    font-size: 0.75em;
  }
	.anshin_ttl {
		font-size: 1.1em;
	}
}
/*-------------選ばれる理由-------------*/
section.point {
  background: #ffe0aa;
  margin-bottom: 1em;
  padding-bottom: 2.2em;
}
section.point .wrapper{
    padding:2% 0;
}
.fukidashi {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 5px;
    border-bottom: solid 2px #ff3d01;
}
.fukidashi .point-tit{
    position: relative;
	text-align: center;
    background-color: #fe5102;
    width: 25%;
}
.fukidashi .point-tit p{
    color: #fff;
	font-style: oblique;
	font-weight: bold;
	font-size:3em;
    vertical-align: middle;
    margin: 0;
    padding: 5%;
    line-height: 1.2;
    height: 100%;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.fukidashi .point-txt {
    padding:10px 10px 10px 12px;
	object-fit: cover;
	margin: 0;
	width: 100%;
}
.fukidashi .point-txt h3{
    margin:0;
    margin-top:7px;
    line-height: 1.3;
}
.fukidashi .point-txt p{
    margin-top: 5px;
}
/*.fukidashi .point-tit::after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-width: 10px;
    margin-top: -10px;
    border-left-color: #39ac00;
}*/

h3 {
  /*color: #e60012;*/
  color:#ff3d01;
  font-weight: bold;
  /*font-style: oblique;*/
  letter-spacing: -0.5px;
  font-size:1.5em;
  margin: 10px 0;
  line-height: 1.5;
}
.point_tx {
  line-height: 1.4;
}
.point_box p:nth-child(3) {
  font-size: 0.7em;
  line-height: 1.2;
}
.abs_p1 {
  width: 11%;
}
.abs_p2 {
  width: 13%;
}
.abs_p3 {
  width: 14%;
}
.abs_p4 {
  width: 11%;
}
.abs_p1 , .abs_p2 , .abs_p3 , .abs_p4{
    right: 3%;
    top: -8%;
}

@media screen and (max-width:640px) {
	.point_ttl {
    font-size: 1.3em;
    width: 90%;
  }
  h3 {
	font-size: 1.2em;
  }
	.point_flex {
		margin: 8% 0;
		background-color: #fff;
		margin:0 10px;
		border: solid 2px #ff3d01;
        border-radius: 8px;
        padding: 1rem 0.5rem;
	}
.fukidashi {
		margin: 1% 1% 2% 1%;
		align-items: flex-start;
		border-bottom: solid 2px #ff3d01;
	}
.fukidashi img{
    object-fit: contain;
    width: 100%;
    max-width: 46px;
    margin-top: 1rem;
}

.fukidashi .point-tit {
    padding: 2%;
}
.fukidashi .point-txt {
    padding: 2% 0 2% 2%;
}
.fukidashi .point-tit p{
	font-size: 9vw;
}
.point_tx {
	font-size: 1em;
}
.abs_p1 , .abs_p2 , .abs_p3 , .abs_p4{
    right: 5%;
    top: -3%;
}
section.system .wrapper img{
    padding:0 10px;
    width: 100%;
}
}
	.point_flex {
		margin: 8% 0;
		background-color: #fff;
		margin:0 10px;
		border: solid 2px #ff3d01;
        border-radius: 8px;
        padding:1rem 1.5rem;
	}
	.point_flex .point_item:nth-child(4)  .fukidashi{
	    border-bottom:0;
	}
/*-------------地域最安値-------------*/
section.system {
	background: #e6f3ff;
	margin-top:60px;
	padding-bottom: 3rem;
}
section.system .rel img{
    margin-top: -40px;
}

section.system .wrapper img{
    padding:0 10px;
    width: 100%;
}
/*-------------お客様からの声-------------*/
section.voices {
  background-image: url(../img/voice_bg.jpg);
  background-size: cover;
  background: #ffdfd2;
  padding: 1em 0;
}
section.voices .rel{
    text-align:center;
}
section.voices .rel img{
    padding:0 10px;
    margin-top:2em;
    max-width:600px;
}
h4 {
  text-align: center;
	font-size: 1.6em;
  letter-spacing: -0.8px;
}
.voice-red{
	font-size: 1.5em;
}
.slider {
  margin: auto;
  margin-top: 25px;
  width: 88%;
}
.slider img:not(.voice_item){
  height: auto;
  width: 90%;
  display: block;
  margin: auto;
  border-radius: 8px;
  margin-top: 10px;
}
.voice {
    margin: 0 3px;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
	border-radius: 20px;
	border: 3px solid #fe5102;
}
.voice-ttl{
	padding-top: 20px;
}
.voice .voice-ttl {
background: #fe5102;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
    font-size: 1em;
    padding: 10px 20px;
    width: 90%;
    margin: 0 auto;
    border-radius: 30px;
    margin-top: 23px;
}
.position-voice{
	padding: 0 5% 0 5%;
	font-weight: bold;
}
.position-voice2{
  padding: 0 5% 2% 5%;
}
.voice_item{
	top: -64px;
    height: 55%;
    left: 10px;
	width: 20px;
}
@media screen and (max-width:640px) {
  h4 {
    font-size: 1em;
  }
.voice-red{
	font-size: 1.5em;
}
	.voice .voice-ttl{
    font-size: 1em;
    padding: 2px 20px;
    width: 90%;
    margin: 0 auto;
    border-radius: 30px;
    margin-top: 19px;
}
	.position-voice{
		font-size: 1em;
	}
	section.step img{
    width:100%;
}
}
/*-------------ご利用の流れ-------------*/
section.step {
    /*background: #fffcd6;*/
	margin-top: 1.5em;
	background-image:url(../img/step_back.jpg);
	padding: 2.3em 0;
	text-align: center;
}
section.step img:nth-child(1){
    width:100%;
    max-width:650px;
}
/* フロー */
.step {
    margin: 0 auto 50px;
}
.step .step_box {
    margin: 0 auto 33px;
    width: 100%;
    padding: 12px;
    background: #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    font-size: 1.6em; /* テキストの指定 */
    font-weight: bold; /* テキストの指定 */
    line-height: 1.4; /* テキストの指定 */
}
 
.step .step_box:after {
    border-top: 25px solid #ef7600;
    border-left: 70px solid transparent;
    border-right: 70px solid transparent;
    content: "";
    position: absolute;
    bottom: -28px; /* 三角形の高さ＋ボックスのボーダーをマイナスに */
    left: 50%;/* 中央寄せに使用 */
    margin-left: -70px; /* 中央寄せに使用 */
}
 
.step .step_box:last-child:after {
    border: none; /* 最後のボックスだけ三角形を表示しない */
}

.step-p1 {
  text-align: center;
  color: #fff;
  background: #f2892d;
  padding: 1%;
  font-weight: bold;
  font-size: 1.1em
}
.step_n {
  top: -70%;
  left: 3%;
  width: 13%;
}
.step_n01 {
  top: -80%;
  left: 5%;
  width: 8%;
}
.step_p {
  padding: 20px 10px 10px 10px;
  text-align: left;
}
p.step_p {
  font-size: 0.8em;
}
.step_mt {
  margin-top: -24px;
}

.step{
  list-style-type: none;
  padding:0;
  margin:0;
}


@media screen and (min-width:640px) {
  p.step_p {
    font-size: 16px;
  }
}
@media screen and (max-width:640px){
.step_n {
  top: -30%;
  left: 3%;
  width: 17%;
}
.step_n01 {
  top: -20%;
  left: 5%;
  width: 9%;
}
	p.step_p {
    font-size: 16px;
    margin-top: 15px;
  }
	.step-p1 {
		font-size: 19px;
	}
}

@media screen and (max-width:320px) {
.step_n {
  top: -30%;
  left: 3%;
  width: 17%;
}
.step_n01 {
  top: -20%;
  left: 5%;
  width: 9%;
}
	p.step_p {
    font-size: 16px;
    margin-top: 15px;
  }
	.step-p1 {
		font-size: 19px;
	}
}
/*-------------対象エリア-------------*/
section.area {
  background: #ffd4cc;
  padding: 40px 10px;
}
.area .wrapper{
    padding:0;
}
h5 {
  padding: 3%;
  font-size: 1.3em;
  text-align: center;
  margin-top: -5em;
}
.area01 {
  display: inline-block;
  text-align: center;
  font-weight: bold;
  width: 100%;
}
.area02 {
  margin-top: -10px;
  width: 62%;
  margin-bottom: 16vh;
  font-weight: bold;
  text-align: center;
}
.area02 dd{
    padding: 0 10px;
}
.map_abs {
  top: -110%;
  left: 45%;
  width: 55%;
}

.area_hokkai {
  background-color: #4dd9b8;
	color: #fff;
}
.area_kansai {
  background-color: #f1b600;
	color: #fff;
}
.area_shikoku {
  background-color: #ea8c1f;
	color: #fff;
}
.area_kyusyu {
  background-color: #e75956;
	color: #fff;
}
.area_cyubu {
  background-color: #bcca04;
	color: #fff;
}
.area_kanto {
  background-color: #7dc15b;
	color: #fff;
}
.area_kansai2 {
    border: 2px solid #f1b600;
    margin-bottom: 10px;
    margin-left: 0;
    background-color: #fff;
    padding: 5px 0;
}
.area_shikoku2 {
    border: 2px solid #ea8c1f;
    margin-bottom: 10px;
    margin-left: 0;
    background-color: #fff;
    padding: 5px 0;
}
.area_kyusyu2 {
    border: 2px solid #e75956;
    margin-bottom: 10px;
    margin-left: 0;
    background-color: #fff;
    padding: 5px 0;
}
.area_cyubu2 {
    border: 2px solid #bcca04;
    margin-bottom: 10px;
    margin-left: 0;
    background-color: #fff;
    padding: 5px 0;
}
.area_hokkai2 {
    border: 2px solid #4dd9b8;
    margin-bottom: 10px;
    margin-left: 0;
    background-color: #fff;
    padding: 5px 0;
}
.area_kanto2 {
    border: 2px solid #7dc15b;
    margin-bottom: 10px;
    margin-left: 0;
    background-color: #fff;
    padding: 5px 0;
}
@media screen and (min-width:640px) {
  .area01 {
    font-size: 22px;
    width: 60%;
  }
	.area02 {
    font-size: 22px;
    width: 40%;
  }
  h5{
      padding: 14px;
    font-size: 15px;
    text-align: center;
    margin-top: -3em;
    background-color: #fff;
    border-radius: 8px;
    border: solid 2px #404040;
  }
}
@media screen and (max-width:1024px) {
    .map_abs {
    top: -94%;
    left: 45%;
    width: 51%;
  }
  h5 {
    padding: 14px;
    font-size: 15px;
    text-align: center;
    margin-top: -5em;
    background-color: #fff;
    border-radius: 8px;
    border: solid 2px #404040;
}
}

@media screen and (max-width:640px) {
	.map_abs {
    top: 20%;
    left: 41%;
    width: 43%;
  }
	h5 {
   padding:14px;
   font-size: 15px;
   text-align: center;
   margin-top: 30%;
}
}
@media screen and (max-width:500px) {
	.map_abs {
　　top: 39%;
    left: 16%;
    width: 78%;
  }
	h5 {
   padding: 14px;
   font-size: 15px;
   text-align: center;
   margin-top: 60%;
}
}

/*-------------Q&A-------------*/
.yobou {
	margin: 2em 10px;
}

/*-------------Q&A-------------*/
section.qa {
    padding-bottom: 1em;
    background: #ffe0aa;
}
section.qa figure{
    text-align: center;
}
section.qa img{
    padding:0 10px;
    max-width:600px;
}
.curved {
    position: relative;
    height: 16vh;
    overflow: hidden;
}
.curved::after {
    content: '';
    border-top-left-radius: 50% 100%;
    border-top-right-radius: 50% 100%;
    position: absolute;
    bottom: 0;
    width: 108%;
    background: #ffe0aa;
    height: 100%;
    left: -4%;
    top: 24px;
}
.cp_qa {
	margin: 2em 1em 1em 1em;
}
.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa .cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 0 1em 0;
	color: #fff;
}
.cp_qa .cp_actab input {
	position: absolute;
	opacity: 0;
}
/* 質問 */
.cp_qa .cp_actab label {
	font-weight: bold;
	line-height: 1.6em;
	position: relative;
	display: block;
	margin: 0 0 0 0;
	padding: 1em 2em 1em 2.5em;
	cursor: pointer;
	text-indent: 1em;
	background: #fff;
	/*border: 2px solid #37a500;*/
	background-color: #fe5102;
	text-indent: 0em;
}
.cp_qa .cp_actab label::before {
	font-size: 1.5em;
	margin-left: -2em;
	padding-right: 0.5em;
	color: #fff;
	content: 'Q';
	top: 30%;
    left: 60px;
    position: absolute;
}

.cp_qa .cp_actab label:hover {
	transition: all 0.3s;
	color: #fff;
}
/* --質問の＋アイコン */
.cp_qa .cp_actab label::after {
	font-size: 1.7em;
	font-weight: bold;
	line-height: 2em;
	position: absolute;
	top: 0;
	right: 0;
	content: '＋';
	display: inline-block;
	width: 2em;
	height: 2em;
	-webkit-transition: transform 0.4s;
	        transition: transform 0.4s;
}
/* 答え */
.cp_qa .cp_actab .cp_actab-content {
	position: relative;
	overflow: hidden;
	max-height: 0;
	padding: 0 0 0 2.5em;
	-webkit-transition: max-height 0.2s;
	        transition: max-height 0.2s;
}
.cp_qa .cp_actab .cp_actab-content::before {
	font-size: 1.5em;
	position: absolute;
	margin: 0.4em 0 0 -1em;
	padding: 0;
	color: #f10205;
	content: 'A';
}
.cp_qa .cp_actab .cp_actab-content p {
	margin: 1em 1em 1em 0;
	color: #000;
}
/* 質問を開いた時の仕様 */
/* --答えの高さ */
.cp_qa .cp_actab input:checked ~ .cp_actab-content {
	max-height: 40em;
	background: #fff;
}
/* 質問をクリックした時のアイコンの動き */
.cp_qa .cp_actab input:checked ~ label {
	color: #fff;
}
/* 質問をクリックした時の+の動き */
.cp_qa .cp_actab input[type=checkbox]:checked + label::after {
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
@media screen and (max-width:640px){
	.cp_qa .cp_actab label::after {
	font-size: 1.2em;
		display: flex;
	top: 0;
  bottom: 0;
  margin: auto;
}
}
.point-mi {
  color: #999;
  margin: 0 3%;
  padding: 10px;
  border: 1px solid #999;
  line-height: 1.2;
}
/*-------------フッター-------------*/
footer {
  background: #fe5102;
  color: #fff;
  margin-top: 1em;
  padding: 1em;
}
tbody {
  font-size: 12px;
}
table.fooer_table {
  width: 100%;
  padding: 20px 10px 0;
  line-height: 1.8;
}
table.fooer_table th {
  width: 35%;
}
footer a:link, a:visited, a:hover, a:active {
  color: #fff;
}
.footer_oya {
  display: flex;
  justify-content: space-around;
}
.another p {
  font-size: 12px;
  color: #fff;
}
.close1 {
  display: none;
}
.logo img {
  width: 80%;
  margin-bottom: 10px;
}
.another {
  width: 100%;
  padding: 5px 30px 20px;
  font-weight: bold;
  border-top: 1px solid #fff;
}
@media screen and (max-width:320px) {
	.toiawase {
		width:100%;
	  margin: 1em 0;
  }
}
@media screen and (max-width:640px) {
	.toiawase {
		width:100%;
	  margin: 1em 0;
  }
  .contact3 {
    width: 100%;
    margin: 0 auto;
}
}
@media screen and (min-width:640px) {
  .another {
    width: 100%;
    padding: 5px 110px 20px;
    font-weight: bold;
    border-top: 1px solid #fff;
  }
  .toiawase {
    width: 400px;
	  margin: 0 auto;
	  padding: 1em 0;
  }
  .logo img {
    width: 50%;
    margin-bottom: 10px;
  }
}
/*CTA_woman*/
.contact1 {
    text-align: center;
    line-height: 1.5;
    font-weight: bold;
    color: #333;
    width: 100%;
    margin:0 auto;
}
.contact2 {
    width: 100%;
    margin: 0 auto;
}
.contact3 {
    width: 100%;
    margin: 0 auto;
    max-width: 650px;
    text-align: center;
}
.contact3 figure:nth-child(3){
    max-width: 500px;
}
.tel_icon{

    width:65%;
}
.contact3 .tel_icon {
    width: 65%;
}
.web_icon {
    width: 65%;
}
@media screen and (max-width:640px) {
.contact1 {
    width:94%;
}
.contact2 {
    width:94%;
}
.contact3{
    width:90%;
}
.web_icon {
    top: 53%;
}
}

.button {
  display: flex;
  justify-content: center;
}

.attention {
    margin:0 auto;
	margin-top: 8%;
	background-color: #559aff;
}
.attention_detail{
   padding: 1.5rem 10px; 
   text-align: center;
}
.attention_detail img{
   padding-bottom: 15px;
    width: 100%;
    max-width: 600px;
}
/*.attention_detail p.red{
	font-size: 1.4rem;
}
.attention_detail p.taC{
	margin: 15px 15px 10px; 15px;
}*/
.step01_ttl{
	width: 100%;
}
.step01_ttl,.step02_ttl{
	margin-bottom: 10px;
}
.step01,.step02{
	padding: 3% 2%;
}
/*.step02{
	margin-top: 25px;
	background-color: #39ac00;
}*/
.contact_ttl{
	text-align: center;
	/*background-color: #ef7700;*/
	margin-bottom: 0;
	font-weight: bold;
	color: #000;
	padding: 15px;
	font-size: 1.4rem;
	/*background: linear-gradient(-20deg, #8f6231, #edb017, #8f6231);*/
	/*background: linear-gradient(-20deg, #a40100, #ff5861, #a40100);*/
	margin-top: 10px;
}

@media screen and (max-width:640px) {
.contact_ttl{
	padding: 10px;
	font-size: 1.0rem;
}
	.contact_ttl .fsL {
		font-size: 1.2rem;
	}
}

/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0,0,0,50%);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
  z-index: 10000;
}
/*モーダル本体の擬似要素の指定*/
.modal-container:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
}

/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active{
  opacity: 1;
  visibility: visible;
}
/*モーダル枠の指定*/
.modal-body{
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/*モーダルを閉じるボタンの指定*/
.modal-close{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -26px;
  right: -10px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}
/*モーダル内のコンテンツの指定*/
.modal-content{
  width: 100%;
}

body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
}

@media screen and (min-width:768px) {
    .modal-container:before{
      height: 100%;
    }
    .modal-content {
    width: 50%;
    margin: 0 auto;
    }
    .modal-close {
    top: -26px;
    right: 244px;
    width: 40px;
    height: 40px;
    font-size: 55px;
    color: #fff;
    cursor: pointer;
    }
}


/*プライバシーポリシー*/
.privacy-policy {
    text-align: center;
    font-size: 0.8em;
}

#privacy h2 {
    margin: 0 auto;
}
#privacy .inner {
    margin: 0 auto;
    padding: 0 3%;
    overflow-wrap: break-word;
}
#privacy .inner dl{
    font-size: inherit;
    width: 100%;
    font-weight: normal;
    text-align: left;
}
#privacy .inner dt{
    color: #222;
    font-weight: bold;
    margin-bottom: 5px;
}
#privacy .inner dd{
    margin: 0 auto;
}