@charset "UTF-8";
/* CSS Document */

/*wrapper*/
.big-wrapper {
	height: auto;
	margin: 0px auto;
	max-width: 1280px;
	background-color: #ffffff;
}
@media only screen and (max-width: 768px) {
.big-wrapper {
	width: 100%;
	padding: 0px 0px;
}
}
.pc-head1{
	background-image:  url("../img/header_01.png");
	height: 917px;
	background-repeat: no-repeat;
}
.pc-head2{
	background-image:  url("../img/yafuzon-header_02.png");
	height: 417px;
}
.pc-head3{
	background-image:  url("../img/yafuzon-header_03.png");
	height: 539px;
}
.pc-head4{
	background-image:  url("../img/yafuzon-header_04.png");
	height: 414px;
}


.dounyu-bg{
background-image: url("../img/yafuzon-header_05.png");
background-repeat: no-repeat;
}
.midashi-s{
text-align: center;
font-size: 160%;
font-weight: 600;
}
.subhead-bg{
background-image: url("../img/subhead-bg.png");
text-align: center;
color: #fff;
padding: 40px 20px 40px 20px;
font-weight: bold;
}

.subhead-bg2{
background-image: url("../img/subhead-bg.png");
text-align: center;
color: #fff;
padding: 70px 20px 70px 20px;
font-weight: bold;
}
.subhead-bg3{
background-image: url("../img/subhead-bg.png");
text-align: center;
color: #fff;
padding: 40px 20px 40px 20px;
font-size: 140%;
font-weight: bold;
}

.text-narrow-left {
    transform: scale(0.95, 1);

}


.nayami-bg{
background-color: #d7f0f7;	
border-radius: 50px;
padding: 15px;
text-align: center;
font-size: 120%;
border: 3px solid #17a5d4;
}
.yajirusi-bg{
background-image: url("../img/yajirusi-bg.png");
background-repeat: no-repeat;
background-position: top;
padding: 120px 15px 30px 15px;
	font-weight: bold;
	font-size: 160%;
}

.kinou-midasi{
	background-color: #d7f0f7;
	padding: 20px;
	margin-top: 30px;
	border-radius: 50px;
	text-align: center;
	font-weight: bold;
	font-size: 130%;
}
.sarani{
	font-weight: bold;
	font-size: 300%;
	color:  #17a5d4;
}
.y-web01{
	background-color: #17a5d4;
	padding: 20px 15px;
	text-align: center;
	color: #fff;
}
.y-web-text1{
	font-size: 120%;
}
.y-web-text2{
	font-size: 180%;
	font-weight: bold;
}
.y-web02{
	padding: 30px 40px;
	border: 1px solid #17a5d4;
	background-color: #d7f0f7;
}
.douga-text{
	background-color: #17a5d4;
	padding: 15px;
	border: solid 1px #17a5d4;
	color: #ffffff;
}
@media screen and (max-width: 768px) {
.subhead-bg{
background-image: url("../img/subhead-bg.png");
text-align: center;
color: #fff;
padding: 25px 15px 25px 15px;
font-size: 120%;
}
	
.subhead-bg2{
background-image: url("../img/subhead-bg.png");
text-align: center;
color: #fff;
padding: 25px 15px 25px 15px;
font-size: 120%;
}	
.subhead-bg3{
background-image: url("../img/subhead-bg.png");
text-align: center;
color: #fff;
padding: 25px 15px 25px 15px;
font-size: 120%;
}		
	.nayami-bg{
background-color: #d7f0f7;	
border-radius: 50px;
padding: 15px 30px;
text-align: center;
font-size: 100%;
border: 3px solid #17a5d4;
}
.yajirusi-bg{
background-image: url("../img/yajirusi-bg.png");
background-repeat: no-repeat;
background-position: top;
padding: 120px 0px 30px 0px;
	font-weight: bold;
	font-size: 120%;
}
.kinou-midasi{
	background-color: #d7f0f7;
	padding: 20px;
	margin-top: 30px;
	border-radius: 50px;
	text-align: center;
	font-weight: bold;
	font-size: 110%;
}
	.y-web02{
	padding: 20px 15px;
	border: 1px solid #17a5d4;
	background-color: #d7f0f7;
}
.midashi-s{
text-align: center;
font-size: 120%;
font-weight: 600;
}	
}



table{
  border-collapse: collapse;
  width: 100%;
}
.tb-kinou th,
.tb-kinou td{
  padding: 15px;
  border: solid 5px #d7f0f7;
  text-align:center;
  box-sizing:border-box;
	background: #ffffff;
	border-radius: 20px;
	width: 50%;
	vertical-align: top;
	text-align: left;
}
.tb-kinou th span,
.tb-kinou td span{
	font-size: 90%;
}
.tb-kinou th {
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .tb-kinou {
    width: 100%;
	  font-size: 100%;
  }
  table.tb-kinou th,
  table.tb-kinou td {
    display: block;
    width: 100%;
    border-bottom:none;
  }
  .tb-kinou tr:last-child{
    border-bottom: solid 5px #d7f0f7;
  }
}

.osusume {
    position: relative;
    margin: 2em 0;
    padding: 20px 40px 50px 40px;
    border: solid 3px #000;
	font-size: 80%;
	 background: #E5E5E5;
	  border-radius: 15px 15px 15px 15px;
}
.osusume .box-title {
    position: absolute;
    display: inline-block;
    top: -80px;
    left: -3px;
    padding: 10px 30px 30px 30px;
    height: 80px;
    line-height: 35px;
    font-size: 17px;
    background: #000;
    color: #ffffff;

    border-radius: 5px 5px 0 0;
}
.osusume p {
    margin: 0; 
    padding: 0;
}

.cta-bg{
background: #d7f0f7;
background-image: url("../img/cta-bg.png");
background-repeat: no-repeat;
background-position: top;
}

.cta-inner{
	padding-top: 1000px;
}
.cta-text{
	font-size: 120%;
}
.cta-text-mini{
	font-size: 85%;
	padding-top: 30px;	
}
.btn-cta,
a.btn-cta,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

/*背景*/
.btn-wrap {
  margin: 20px;
}

a.btn-c1 {
  font-size: 2rem;

  position: relative;

  padding: 1.5rem 4rem 1.5rem 6rem;

  color: #000;
  border: 2px solid #000;
  border-radius: 100vh;
  background: #fff100;
  -webkit-box-shadow: 0 5px 0 #e6d900;
  box-shadow: 0 5px 0 #e6d900;
}

a.btn-c1 span {
  font-size: 1rem;
  line-height: 1.3;

  position: absolute;
  top: -30px;
  left: -20px;

  width: 90px;
  height: 90px;
  padding-top: 25px;

  -webkit-transition: all 0.3s;

  transition: all 0.3s;

  color: #000;
  border: 2px solid #000;
  border-radius: 50%;
  background: #fff;
}

a.btn-c1 span em {
  font-style: normal;

  color: #d20010;
}

a.btn-c1 small {
  font-weight: bold;
}

a.btn-c1 i {
  margin-right: 1rem;
}

a.btn-c1:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);

  color: #000;
  background: #fff21a;
  -webkit-box-shadow: 0 2px 0 #e6d900;
  box-shadow: 0 2px 0 #e6d900;
}

a.btn-c1:hover span {
  -webkit-transform: translate(0, -5px);
  transform: translate(0, -5px);
}
@media screen and (max-width: 768px) {
.cta-bg{
background: #d7f0f7;
background-image: none;
background-repeat: no-repeat;
background-position: top;
}
.cta-inner{
	padding-top: 15px;
}
.osusume {
    position: relative;
    margin: 2em 0;
    padding: 20px 15px;
    border: solid 3px #000000;
}
	.sp-btn-inner{
		padding: 15px 25px;
	}
.btn-cta,
a.btn-cta,
button.btn-cta {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 2rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
a.btn-c1 {
  font-size: 1.4rem;
	letter-spacing: normal;

  position: relative;

  padding: 1.5rem 2rem 1.5rem 3rem;

  color: #000;
  border: 2px solid #000;
  border-radius: 100vh;
  background: #fff100;
  -webkit-box-shadow: 0 5px 0 #e6d900;
  box-shadow: 0 5px 0 #e6d900;
}

a.btn-c1 span {
  font-size: .9rem;
  line-height: 1.3;

  position: absolute;
  top: -10px;
  left: -20px;

  width: 60px;
  height: 60px;
  padding-top: 12px;

  -webkit-transition: all 0.3s;

  transition: all 0.3s;

  color: #000;
  border: 2px solid #000;
  border-radius: 50%;
  background: #fff;
}	
}











.bg001{
	background-color: #ffffff;
}

.bg002{
	background-color: #F0F0F0;
}

.bg003{
	background-color: #BF0000;
}

.bg004{
	background-color: #A30202;
}

.bg005{
	background-color: #EF7100;
}


.hyou-bg{
	background-color: #F6F2E5;
}
.hyou-bg-inner{
	padding: 5px;
}
.pv-inner{
	padding: 0px 180px 30px 180px;
}
.spbtn-inner{
	padding: 10px 20px 0px 20px;
}
.header-bg{
	background-image: url("../img/bg-img.png");
}
.header-line{
	background-color: rgba(0,0,0,0.7);
	text-align: center;
	color: #ffffff;
	padding: 7px;
	margin-bottom: 15px;
	line-height: 100%;

}
.header-text{
	font-size: 80%;
	color: #ffffff;

}
.bg02{
	background-image: url("../img/bg02.png");
}
@media screen and (max-width: 768px) {
.bg02{
	background-image: none;
	background-color: #BF0000;
}
.pv-inner{
	padding: 0px 0px 30px 0px;
}	
}
figure {
	width: 100%;
}
.pic1 img {
	/* 角丸の指定なし */
}
.pic2 img {
	border-radius: 10px;
}
.pic3 img {
	border-radius: 90px;
}

.btn,
a.btn{
  position: relative;
  display: inline-block;
  margin: 0px 0px 20px 0px ;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #212529;
  border-radius: 0.5rem;
  width: 100%;
  font-size: 90%;
  font-weight: normal;
	color: #666666;	
}

a.btn-radius-solid {
  border: 1px solid #ccc;
}

a.btn-radius-solid:hover {
background-color: #f1f1f1;	
}

.btn-navi{
display:inline-block;
letter-spacing:normal; 
}
.btn-navi img{

}

a.btn-c {
  font-size: 110%;

  position: relative;

  padding: 1rem 1.5rem 1rem 1.5rem;

  color: #fff;
  border-radius: 100px;
  background: #094;
  -webkit-box-shadow: 0 5px 0 #00662d;
  box-shadow: 0 5px 0 #00662d;
}

a.btn-c span {
  color: #fff100;
}

a.btn-c small {
  font-weight: bold;
}

a.btn-c i {
  margin-right: 1rem;
}

a.btn-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);

  color: #fff;
  background: #00a349;
  -webkit-box-shadow: 0 2px 0 #00662d;
  box-shadow: 0 2px 0 #00662d;
}

#box-btn .box-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#box-btn .item {
  background: #fff;
	margin-bottom: 15px;
  padding: 15px;
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}
#box-btn .item p {
  margin: 15px 0 0;
}
#box-btn .boxbtn {
  margin-top: auto;
}
#box-btn .boxbtn span {
  display: block;
  background: #bf1319;
  color: #fff;
  line-height: 60px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 15px 0 0;
}

@media screen and (max-width: 768px) {
#box-btn .item {
  background: #fff;
  padding: 15px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}
}









.head-bg{
background: -webkit-radial-gradient(32% 106%, circle cover, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%), -webkit-linear-gradient(-45deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
	background: -moz-radial-gradient(32% 106%, circle cover, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%), -moz-linear-gradient(-45deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
	background: -ms-radial-gradient(32% 106%, circle cover, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%), -ms-linear-gradient(-45deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
	background: -o-radial-gradient(32% 106%, circle cover, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%), -o-linear-gradient(-45deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
	background: radial-gradient(circle farthest-corner at 32% 106%, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%), linear-gradient(135deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
}


.loop_css {
  position: relative;
  display: -webkit-flex;
  display: flex;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  overflow: hidden;
}

.loop_css img {
  width: auto;
  height: 150px;
}

/* 1つ目の画像 */
.loop_css img:first-child {
  -webkit-animation: loop 50s -25s linear infinite;
  animation: loop 50s -25s linear infinite;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}

/* 2つ目の画像 */
.loop_css img + img {
  -webkit-animation: loop2 50s  linear infinite;
  animation: loop2 50s linear infinite;
}

/*アニメーション*/
@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}












/*特定商法のテーブル
---------------------------------------------------------------------------*/
.mousikomi01{
}
table.mousikomi01 {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 0px;
}
table.mousikomi01 th,
table.mousikomi01 td {
  padding: 5px 10px;
  border:  1px solid #fff;
  text-align:left;
  background-color: var(--blue0);
  line-height: 140%;
}
table.mousikomi01 th {
  background-color: var(--black);
  text-align: left;
  color: #fff;
  width: 25%;font-weight: normal;
}

@media screen and (max-width: 768px) {
.mousikomi01{
}	
  table.mousikomi01 {
    border-top: 1px solid #fff;
  }
  table.mousikomi01 td {
    display: block;
    text-align: center;
  }
  table.mousikomi01 th {
    display: block;
    border-top: none;
    border-bottom: none;
    width: 100%;
	text-align: center;
  }
}

.mousikomi02{
}
table.mousikomi02 {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 0px;
}
table.mousikomi02 th,
table.mousikomi02 td {
  padding: 5px 10px;
  border:  1px solid #fff;
  text-align:left;
  background-color: var(--blue0);
  line-height: 140%;
}
table.mousikomi02 th {
  background-color: var(--base);
  text-align: left;
  color: #fff;
  width: 40%;font-weight: normal;
}

@media screen and (max-width: 768px) {
.mousikomi01{
}	
  table.mousikomi02 {
    border-top: 1px solid #fff;
  }
  table.mousikomi02 td {
    display: block;
    text-align: center;
  }
  table.mousikomi02 th {
    display: block;
    border-top: none;
    border-bottom: none;
    width: 100%;
	text-align: center;
  }
}


.bg-l{
	padding-left:250px;
	text-align: left;
}
.bg-r{
	padding-right:250px;
	text-align: left;
}
@media screen and (max-width: 768px) {
.bg-l,.bg-r{
	padding-left:0px;
	padding-right:0px;
}
}

.space20{
	height: 20px;
}
@media screen and (max-width: 768px) {
.space20{
	height: 20px;
}
}
.kotosikoso{
	padding: 20px 40px 30px 40px;
	background-size: contain;
	text-align: left;
}
@media screen and (max-width: 768px) {
.kotosikoso{
	padding: 10px 10px 10px 10px;
}
}
.sonota{
	padding: 15px 60px 5px 60px;
	background-size: contain;
	background-image: url("../img/sonota_02.png");
	text-align: left;
}
@media screen and (max-width: 768px) {
.sonota{
	padding: 10px 30px 10px 30px;
}
}
.matome{
	padding: 10px 60px 0px 60px;
	background-image: url("../img/matome_03.png");
	background-size: contain;
	text-align: left;
}
@media screen and (max-width: 768px) {
.matome{
	padding: 10px 25px 0px 25px;
}
}
.cta{
	padding: 10px 50px 0px 50px;
	background-image: url("../img/cta_02.png");
	background-size: contain;
}
@media screen and (max-width: 768px) {
.cta{
	padding: 10px 20px 0px 20px;
}
}
.merit{
	padding: 0px 20px 10px 20px;
	background-image: url("../img/merit_02.png");
	background-size: contain;
}
@media screen and (max-width: 768px) {
.merit{
	padding: 5px 10px 0px 10px;
}
}

.btn {
	width: 70%;
    padding: 25px 50px;
    font-weight: bold;
    display: inline-block;
    text-decoration: none !important;
    font-size: 30px;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    border-radius: 10px;
}
.btn:hover {
    opacity: 1.0;
}
.btn10 {
    background-color: #FFF54D;
    color: #3C3625 !important;
    margin: 10px 0 60px 0;
    box-shadow: 0 5px #B5902A;
}
.btn10:hover {
    -ms-transform: translateY(5px);
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    border-bottom: none;
    box-shadow: none;
}
.btn i{
	font-size: 120%;
}
@media screen and (max-width: 768px) {
.btn {
	width: 90%;
    padding: 15px 10px;
    font-weight: bold;
    display: inline-block;
    text-decoration: none !important;
    font-size: 30px;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    border-radius: 10px;
	line-height: 120%;
}
}


/*-------------- メディアクエリー --------------*/
@media screen and (max-width: 768px) {
.input_text{
	font-size: 18px;
}
	.submit_btn{
	color: #fff;
	font-size: 1.5rem;
}
}

@media all and (min-width: 640px) {
	section {width: 50%;}
}

@media all and (min-width: 1024px) {
	section {width: 30%;}
}


.header-logo{
padding: 5px 10px 5px 10px;
}
.header-timer{
padding: 7px 10px;
text-align: center;
font-size: 90%;
}
.t-bg{
height: 45px;
}

@media screen and (max-width: 768px) {
.header-logo{
padding: 5px 10px;
text-align: center;
}
.header-timer{
padding: 0px 10px;
text-align: center;
font-size: 90%;
}
.t-bg{
height: 45px;
}
}


.profile{
background-image: url(../img/profile_02.png);
   height: auto;
   background-size: contain;
   letter-spacing: normal;
}
.profile2{
background-image: url(../img/profile_04.png);
height: auto;
background-size: contain;
letter-spacing: normal;
background-repeat: no-repeat;
}
.profile-inner{
background-image: url(../img/profile_01.png);
background-repeat: no-repeat;
   background-size: contain;
   padding: 370px 45px 0px 45px;
   letter-spacing: normal;
}

@media screen and (max-width: 768px) {
.profile-inner{
background-image: none;
background-repeat: no-repeat;
   background-size: contain;
   padding: 15px 15px 0px 15px;
   letter-spacing: normal;
}
}


/*
---------------------------------------------------------------------------*/
.qaContainer {
border-radius: 5px;
background: #eef3ff;
}
.qaContainer dt {
padding: 20px 20px 10px 40px;
border-radius: 5px;
background: #17a5d4;
text-indent: -25px;
color: #ffffff;	
}
.qaContainer dt:before {
content: "Q.";
font-weight: bold;
margin-right: 7px;
}
.qaContainer dd {
margin: 20px 20px 40px 40px;
text-indent: -25px;
}
.qaContainer dd:before {
content: "A.";
color: #1771c6;
font-weight: bold;
margin-right: 7px;
}

/*
---------------------------------------------------------------------------*/
.qaContainer2 dt {
padding: 10px 10px 10px 35px;
border-radius: 5px;
background: var(--orange0);
text-indent: -25px;
font-weight: bold;
}
.qaContainer2 dt:before {
content: "Q.";
font-weight: bold;
margin-right: 7px;
}
.qaContainer2 dd {
margin: 20px 10px 40px 35px;
text-indent: -25px;
font-size: 95%;
}
.qaContainer2 dd:before {
content: "A.";
color: var(--orange5);
font-weight: bold;
margin-right: 7px;
}

/*-------------- CSS3アニメーション --------------*/

/*フォームテキスト：text-shadowで横線表示*/
.input_text{
	border-bottom: 1px solid #ccc;
	box-shadow: -999px 5px 0px #ccc;
	-webkit-transition: all 500ms;
	transition: all 500ms;
	font-size: 24px;
}

.input_text:focus{
	border-bottom: 1px solid #fff;
	box-shadow: 0px 5px 0px #61c5bb;
	-webkit-transition: all 500ms;
	transition: all 500ms;
}

/*labelを使ってスライドスイッチ*/
.input_radio + label:before{
	display: inline-block;
	content: "";
	width: 20px;
	height: 20px;
	margin-right: 15px;
	border:1px solid #ccc;
	border-radius: 100px;
	box-shadow: 5px 0px 0px #ccc;
	-webkit-transition: all 500ms;
	transition: all 500ms;
}

.input_radio:checked + label:before{
	-webkit-transform: translateX(10px);
	    -ms-transform: translateX(10px);
	        transform: translateX(10px);
	border-radius: 100px;
	box-shadow: -5px 0px 0px #61c5bb;
	-webkit-transition: all 500ms;
	transition: all 500ms;
}

/*labelを使って色がつくタグ*/
.input_checkbox + label{
	border-radius: 0px;
	margin-right: 15px;
	font-size: 0.8rem;
	padding: 5px;
	border:1px solid #ccc;
	-webkit-transition: all 500ms;
	transition: all 500ms;
}

.input_checkbox:checked + label{
	color: #fff;
	border-radius: 15px;
	border:1px solid #61c5bb;
	background-color: #61c5bb;
	-webkit-transition: all 500ms;
	transition: all 500ms;
}



.form-inner {
	padding:20px 0px;
}
@media screen and (max-width: 768px) {
.form-inner {
   padding: 0px 0px 0px 0px; 
}
}
/*プレースホルダーの色*/
input:::-webkit-input-placeholder { color: #666; }
input::-moz-placeholder { color: #666; }
 
/*入力時の背景色*/
input:focus, select:focus, textarea:focus {
background: #fffacd;
}

.om:hover {
  opacity:0.7;
}
.p-top{
	padding-top: 20px;
}
 
/*入力フォームの設定*/
.form-text{ 
width:100%;
height: 80px;
font-size:2em; 
border:5px solid #39B54A;
border-radius: 5px;
padding: 5px;
color: #000;
background:#f5f5f5;
margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
.form-text{ 
width:100%;
font-size:1.0em;
height: 60px;
padding: 5px 5px 5px 5px;
margin-bottom: 5px;
border:3px solid #39B54A;
}
.p-top{
	padding-top: 10px;
}
}
.jisseki{
padding: 0px 15px;
}
.frame_wrap {
	width: 100%;
	height: 680px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	background-color: #fff;
}

.frame {
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 768px) {
.frame_wrap {
	height: 300px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	background-color: #fff;
}
}


/*-------------- 離脱防止スクリプト(PC) --------------*/
#msk {
    width: 100vw;
    height: 100vh;
     background-color:rgba(0,0,0,0.9);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999999;
}
#msk a img:hover {
  opacity:1;
}
#msk #mskInner {
    text-align: center;
}

#msk #mskInner #return {
    width: 150px;
    margin: 20px auto;
    color: #fff;
    padding: 15px 0;
    border: solid 1px #fff;
    cursor: pointer;
}
/*mskInnerの位置調整*/
#mskInner {
    position: absolute;
    top: -100%;
    left: 0;
    right: 0;
}
/*マスク非表示*/
#msk {
    display: none;
}
/*マスクスイッチ*/
#mskSwitch{
    width: 100vw;
    height: 30px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.modal_wrap input {
    display: none;
}

.modal_overlay {
    display: flex;
    justify-content: center;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 22, 72, 0.6);
    opacity: 0;
    transition: opacity 0.2s, transform 0s 0.2s;
    transform: scale(0);
}

.modal_trigger {
    position: absolute;
    width: 100%;
    height: 100%;
}

.modal_content {
    align-self: flex-start;
    width: 80%;
    max-width: 600px;
    padding: 30px 30px 15px;
    box-sizing: border-box;
    background: rgb(255, 254, 237);
    line-height: 1.4em;
    transform: translateY(-100%);
    transition: 0.5s;
    line-height: 1.4;
    font-weight: 100;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 12px 27px 2px;
    
}


.modal_wrap input:checked~.modal_overlay {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.2s;
}

/* .modal_wrap input:checked~.modal_overlay .modal_content {
    transform: translateY(10%);
} */

.bd-blue-base { border-color: #17a5d4; }

.bg-blue-base { background-color: #ebf8fb; }


.sub-c{ 
color: #D6C45B;
}
.sub-l{ 
line-height: 120%;
}
.sub-l-2{ 
padding:20px 0px 0px 0px;	
line-height: 130%;
}




img.myimg{
  width: 60px;
  height: auto;
  vertical-align: bottom;
  border: 2px solid #fff;
  border-radius: 50%;
  -moz-border-image: border-radius: 50%;
  -webkit-border-image: border-radius: 50%;
  float: right;
  margin-right: 0;
  margin-bottom: 1em;
}
img.yourimg{
  width: 60px;
  height: auto;
  vertical-align: bottom;
  border: 2px solid #fff;
  border-radius: 50%;
  -moz-border-image: border-radius: 50%;
  -webkit-border-image: border-radius: 50%;
  float: left;
  margin-left: 0;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
img.yourimg{
  width: 40px;
}
}
.chat-inner{
margin: 0px 0px;
padding:5px 0px 10px 0px;
outline: none;
overflow: hidden;
position: relative;
z-index:0;
}
.mychat{
  position: relative;
  box-sizing: border-box;
  max-width: 580px;
  min-height: 50px;
  border-radius: 10px;
  padding: 1em;	
}
.mychat:before {
  position: absolute;
  top: 15px;
  left: -20px;
  display: block;
  width: 0;
  height: 0;
  content: '';
  border: 10px solid transparent;
  right: -20px;
  left: auto;
  border-color: transparent;
}
.mychat.talk01:before {
  border-left-color: #03CD46;
}
.yourchat{
  position: relative;
  box-sizing: border-box;
  width: 880px;
  min-height: 50px;
  border-radius: 10px;
  padding: 1em;
font-size: 100%;
	line-height: 150%;
}
@media screen and (max-width: 768px) {
.yourchat{
  width: 95%;
}	
}	
.yourchat:before {
  position: absolute;
  top: 15px;
  left: -20px;
  display: block;
  width: 0;
  height: 0;
  content: '';
  border: 10px solid transparent;
  right: auto;
  left: -20px;
  border-color: transparent;
}
/*繧ｫ繝ｩ繝ｼ縺昴���*/
.mychat.talk01{
  margin: 0 15px 0 auto;
  color: #FFFFFF;
  background: #03CD46;
  float: right;
}
.mychat.talk01:before {
  border-left-color: #03CD46;
}
.yourchat.talk01{
  margin: 0 auto 0 15px;
  color: #000;
  background: #E6E6EA;
  float: left;
}
.yourchat:before {
  border-right-color: #E6E6EA;
}
/*繧ｫ繝ｩ繝ｼ縺昴�2*/
.mychat.talk02{
  margin: 0 15px 0 auto;
  color: #FFFFFF;
  background: #0785FE;
  float: right;
}
.mychat.talk02:before {
  border-left-color: #0785FE;
}
.yourchat.talk02{
  margin: 0 auto 0 15px;
  color: #000;
  background: #E8EEF4;
  float: left;
}
.yourchat.talk02:before {
  border-right-color: #E8EEF4;
}
.yourchat.talk03{
  margin: 0 auto 0 15px;
  color: #000;
  background: #FBF1EE;
  float: left;
}
.yourchat.talk03:before {
  border-right-color: #FBF1EE;
}



/*LINE鬚ｨ繧ｫ繝ｩ繝ｼ*/
.line-bg {
  background-color: #7395C3;
  padding: 20px 10px;
}

.step00{
	background-color: #000000;
}
.step01{
	background-color: #000000;
		height: auto;
	margin: 0px auto;
	padding: 20px 0px;
	max-width: var(--wrap-w, 960px);
}
@media screen and (max-width: 768px) {
.step01{
		width: 100%;
	padding: 0px 0px;
}
}	



/*料金表から下のエリア
---------------------------------------------------------------------------*/
th,td{
	border: none;
	text-align: center;
	vertical-align: middle;
	
}
.tb{
	background-color: #595757; 
	color: #ffffff;
	text-align: center;
	padding: 5px;
	border: 1px solid #fff;
	font-size: 170%;
}
@media screen and (max-width: 768px) {
.tb{
font-size: 100%;	
}	
}	
.tb0{
	background-color: #606053; 
	color: #ffffff;
	text-align: center;
	padding: 5px;
	border: 1px solid #fff;
		font-size: 170%;
}
@media screen and (max-width: 768px) {
.tb0{
font-size: 90%;	
}	
}


.tb01{
	background-color: var( --base1); 
	color: #ffffff;
	text-align: center;
	padding: 5px;
}
.tb01-4{
	background-color: #241716; 
	color: #ffffff;
	text-align: center;
	padding: 5px;
	border: 1px solid #fff;
	font-size: 170%;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
.tb01-4{
	 font-size: 100%;
}
	}

.tb01-5{
	background-color: #3D3D3D; 
	color: #ffffff;
	text-align: center;
	padding: 10px;
	border: 1px solid #fff;
		font-size: 160%;
	font-weight: bold;
	line-height: 120%;
}
@media screen and (max-width: 768px) {
.tb01-5{
	 font-size: 90%;
}
	}

.tb01-1{
	background-color: #E8E8E8; 
	color: #333;
	text-align: center;
	padding: 7px 5px;
	border: 1px solid #fff;
	font-size: 150%;
	line-height: 130%;
		}	
@media screen and (max-width: 768px) {
.tb01-1{
	 font-size: 90%;
}
	}	
	

.tb01-1-1{
	background-color: #E8E8E8; 
	color: #333;
	text-align: center;
	padding: 7px 5px;
	border: 1px solid #fff;
	font-size: 170%;
    font-weight: bold;
}
@media screen and (max-width: 768px) {
.tb01-1-1{
	 font-size: 90%;
}
	}

.tb01-4-1{
	background-color: #FFFAED; 
	color: #333333;
	text-align: center;
	padding-bottom: 7px;
}
.tb01-4-2{
	background-color: #FCF9F2; 
	color: #fff;
	text-align: center;
	padding-bottom: 7px;
}
.tb01-2{
	background-color: #E8E8E8; 
	color: #333;
	text-align: center;
	padding: 7px 5px;
	border: 1px solid #fff;
	font-size: 170%;
}
@media screen and (max-width: 768px) {
.tb01-2{
	 font-size: 100%;
}
	}
.tb01-2-0{
	background-color: #FFFAED; 
	color: #333333;
	text-align: center;
	padding: 7px 5px; 
}

.tb01-2-2{
	background-color: #f9f9f9; 
	color: #333333;
	text-align: center;
	padding: 7px 5px; 
}


.tb01-3{
	background-color: #f1f1f1; 
	color: #333333;
	text-align: center;
	padding: 7px 5px; 
}
.tb02{
	background-color: #91031A; 
	color: #ffffff;
	text-align: center;
	padding: 5px;
	border: 1px solid #fff;
	font-size: 170%;
}
@media screen and (max-width: 768px) {
.tb02{
	 font-size: 100%;
	padding: 10px 5px 10px 5px;
}
	}
.tb02-1{
	background-color: #FFF2D0; 
	color: #333333;
	text-align: center;
	padding-bottom: 7px;
}
.tb02-2{
	background-color: #FFF2D0; 
	color: #333333;
	text-align: center;
	padding: 7px 5px; 
}
.tb02-3{
	background-color: #FFF2D0; 
	color: #333333;
	text-align: center;
	padding: 7px 5px; 
}
.tb02-4{
	background-color: #513223; 
	color: #fff;
	text-align: center;
	padding: 7px 5px;
	border: 1px solid #fff;
}

.tb02-4-1{
	background-color: #513223; 
	color: #fff;
	text-align: center;
	padding: 7px 5px;
	border: 1px solid #fff;
	font-size: 170%;
    font-weight: bold;
}
@media screen and (max-width: 768px) {
.tb02-4-1{
	 font-size: 90%;
	padding: 10px 5px;
}
	}


.tb-triangle1{
  position: relative;
  background:  var( --base1);
  padding: 0px 8px;
  height: auto;
  text-align: center;
	margin-bottom: 10px;
	
}
.tb-triangle1:after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color:  var( --base1) transparent transparent transparent;
  border-width: 10px 12px 0 12px;
}
.tb-triangle2{
  position: relative;
  background:  var( --sc1);
  padding: 0px 8px;
  height: auto;
  text-align: center;
	margin-bottom: 10px;
	
}
.tb-triangle2:after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color:  var( --sc1) transparent transparent transparent;
  border-width: 10px 12px 0 12px;
}
.tb-triangle3{
  position: relative;
  background: #533223;
  padding: 0px 8px;
  height: auto;
  text-align: center;
	margin-bottom: 10px;
	
}
.tb-triangle3:after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #533223 transparent transparent transparent;
  border-width: 10px 12px 0 12px;
}


.koe-box { 
 background-repeat: no-repeat;
	background-size: contain;
 padding: 30px 0px 0px 0px;
 border-style: solid;
 border-width: 5px 0 0 0;
 border-color:  #827549;  /* 枠の色 */
 background-color: #fff; /* 背景色 */
 box-shadow: 0 0 3px #999; /* 影の色 */
	border-radius: 10px;

}
.koe-box-inner{
	padding: 0px 30px;
}
.koe-title{
	text-align: center;
 font-size: 120%;
	font-weight: bold;
	color: #000000;
	padding: 15px 15px 5px 15px;
	letter-spacing: normal;
	line-height: 1.5;
}

.koe-name{
	background-color:  #827549;
	color: #ffffff;
	padding: 10px 20px;
	border-radius: 30px;
	font-size: 140%;
	font-weight: bold;
	line-height: 240%;
}
.koe-name2{
	background-color:  deeppink;
	color: #ffffff;
	padding: 5px 15px;
	border-radius: 30px;
	font-size: 90%;
	line-height: 220%;
}
.komidasi2{
	font-size: 180%;
	color:  var( --base1);
	font-weight: bold;
	text-align: center;
}
.komidasi-st1{
	background-color: var( --base1);
	color:  #ffffff;
	padding: 5px 15px;
	border-radius: 30px;
}
@media screen and (max-width: 768px) {
.koe-box { 
 background-repeat: no-repeat;
	background-size: contain;
 padding: 0px 0px 0px 0px;
 border-style: solid;
 border-width: 5px 0 0 0;
 background-color:  #827549;  /* 枠の色 */
 background-color: #fff; /* 背景色 */
 box-shadow: 0 0 3px #999; /* 影の色 */
	border-radius: 10px;
	font-size: 100%;
}
.koe-box-inner{
	padding: 15px 15px 0px 15px;
}
.koe-box-inner2{
	padding: 0px 0px;
	text-align: center;
}
.koe-title{
	text-align: center;
 font-size: 120%;
	font-weight: bold;
	color: var( --base1);
	padding: 15px 0px 5px 0px;
	letter-spacing: normal;
	line-height: 1.5;
}

.koe-name{
	background-color:  #827549;
	color: #ffffff;
	padding: 5px 15px ;
	border-radius: 30px;
	font-size: 100%;
	line-height: 200%;

}
.koe-name2{
	background-color:  deeppink;
	color: #ffffff;
	padding: 5px 15px;
	border-radius: 30px;
	font-size: 90%;
	line-height: 240%;
}	
.komidasi2{
	font-size: 150%;
	color:  var( --base1);
	font-weight: bold;
	text-align: center;
	line-height: 180%;
}
	.komidasi-st1{
	background-color: var( --base1);
	color:  #ffffff;
	padding: 2px 15px;
	border-radius: 15px;
}
}

.jissen-inner{
	background-color: #f4f4f4;
	padding: 38px 40px;
	text-align: left;
}
@media screen and (max-width: 768px) {
.jissen-inner{
	background-color:  #ffffff;
	padding: 0px 0px;
	text-align: left;
}
}


.manaberu01{
	padding: 0px 50px 0px 50px;
	background-size: contain;
	background-image: url("../img/manaberu_02.png");
	text-align: left;	
}
@media screen and (max-width: 768px) {
.manaberu01{
	padding: 0px 20px 0px 20px;
}
}

.prf01{
	padding: 200px 50px 0px 50px;
	  height: 696px;
	background-image: url("../img/prf_01.png");
	text-align: left;	
}









.spprf01{
	padding: 0px 20px 0px 20px;
	background-size: contain;
	text-align: left;	
}
@media screen and (max-width: 768px) {
.soprf01{
	padding: 0px 20px 0px 20px;
}
}


.sp-inner{
	padding: 0px 0px;
	text-align: left;
}
@media screen and (max-width: 768px) {
.sp-inner{
	padding: 0px 20px;
	text-align: left;
}
}


.jyouken-t160 {
	color: #827549;
font-size: 180%;
line-height: 1.5;
padding: 20px 0px;	
}
@media screen and (max-width: 768px) {
.jyouken-t160 {
font-size: 110%;
	padding: 10px 0px 0px 0px;	
}
}



.kbc-inner{
	padding:10px 30px;
	text-align:left;
}
.kbc-inner2{
	padding:10px 40px;
	text-align:left;
}
.kbc-inner3{
	padding:0px 50px;
	text-align:left;
}
.cts-inner0{
	padding:50px 110px;
	text-align:left;
background-color: #f0f0f0;
}

.cts-inner{
	padding:10px 50px;
	text-align:left;
	background-image: url("../img/cts_03.png");
	background-size: contain;
}
.fukidasi-title{
	color: #ffffff;
	text-align: center;
	background-color:  var( --base1);
	padding: 15px 15px 5px 15px;
	letter-spacing: normal;
	font-size: 120%;
	font-weight: bold;
}

@media only screen and (max-width: 768px) {
.kbc-inner{
	padding:10px 15px;
	text-align:left;
}
.kbc-inner2{
	padding:10px 0px;
	text-align:left;
}
.kbc-inner3{
	padding:0px 15px;
	text-align:left;
}
.cts-inner0{
	padding:10px 20px;
}	
.cts-inner{
	padding:10px 15px;
	text-align:left;
	background-image: url("../img/cts_03.png");
	background-size: contain;
}
.fukidasi-box{
	background-image: url("../img/fukidasi-box_03.png");
	background-size: contain;
	padding: 15px 20px 5px 20px;
}
	.fukidasi-title{
	font-size: 120%;
		padding: 10px 15px 5px 15px;
}
}


.sanka-sikaku{
	background-color: var( --base1);
	color:  #fff;
	margin-top: 20px;
	text-align: center;
	font-size: 120%;
	padding: 10px 15px;
}
.sanka-sikaku2{
	background-color: #f1f1f1;
	color: var( --font-color);
	font-size: 100%;
	padding: 20px 30px;
}

@media only screen and (max-width: 768px) {
.sanka-sikaku{
	margin-top: 30px;
	text-align: center;
	font-size: 100%;
	font-weight: bold;
	padding: 15px 5px;
}
.sanka-sikaku2{
	
	font-size: 95%;
	padding: 15px 10px 15px 10px;
}
}


    .seiseki { overflow: hidden; height: 0px; }
    input.seiseki-show { display: none; }
    input.seiseki-show:checked + .seiseki { height: auto; }
    div.seiseki-show { text-align: center; }
    label.seiseki-show {
        display: inline-block; width: 100%;
        color: #fff; font-size: 28px; font-weight: bold;
		line-height: 150%;
        margin-bottom: 32px; padding: 24px 32px; border-radius: 12px; 
        background: -moz-linear-gradient(top, #D6C45B, #786c46);
        background: -webkit-linear-gradient(top, #D6C45B, #786c46);
        background: linear-gradient(to bottom, #D6C45B, #786c46);
    }
    label.seiseki-show:before {
        content: ''; display: inline-block;
        position: relative; top: 4px; left: -4px; width: 35px; height: 35px;
        background-image: url("../img/button_icon2.png");
        background-position: center; background-size: contain; background-repeat: no-repeat;
    }
    @media only screen and (max-width: 768px) {
        label.seiseki-show { font-size: 15px; padding: 10px 10px 15px 10px; border-radius: 8px; margin-bottom: 16px; }
        label.seiseki-show:before { top: 2px; width: 24px; height: 24px;}
		
    }





.prf01{
	padding: 200px 50px 0px 50px;
	  height: 696px;
	background-image: url("../img/prf_01.png");
	text-align: left;	
}






.prf02{
	padding: 0px 70px 0px 70px;
	background-size: contain;
	background-image: url("../img/saigoni_02.png");
	text-align: left;	
}
@media screen and (max-width: 768px) {
.prf02{
	padding: 0px 20px 0px 20px;
}
}


.spprf01{
	padding: 0px 20px 0px 20px;
	background-size: contain;
	text-align: left;	
}
@media screen and (max-width: 768px) {
.soprf01{
	padding: 0px 20px 0px 20px;
}
}
.haikei-p {

		background-color: #cccccc;

}
.tegami01{
	padding: 0px 70px 0px 70px;
	background-size: contain;
	background-image: url("../img/tegami_02.png");
	text-align: left;
		color:  #000;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 768px) {
.tegami01{
	padding: 0px 20px 0px 20px;
}
}

.note-0 {
  background-image: -webkit-linear-gradient(top, #948D8C 1px, transparent 1px);
  background-image: -moz-linear-gradient(top, #948D8C 1px, transparent 1px);
  background-image: -o-linear-gradient(top, #948D8C 1px, transparent 1px);
  background-image: -ms-linear-gradient(top, #948D8C 1px, transparent 1px);
  background-image: linear-gradient(to bottom, #948D8C 1px, transparent 1px);
  background-position: 0 -1px, 0;
  -webkit-background-size: 50px 50px, 100%;
  -moz-background-size: 50px 50px, 100%;
  background-size: 50px 50px, 100%;
  line-height: 50px;
  margin: 0px;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-align: left;
  z-index:0;
}

.step001{
	padding: 20px 70px 20px 200px;
	background-size: contain;
	background-image: url("../img/step_02.png");
	text-align: left;
}
@media screen and (max-width: 768px) {
.step001{
	padding: 10px 20px 10px 70px;
	font-size: 80%;
}
}

.midasi001 {
  border-left: 10px solid #4eacf2;
	font-size: 120%;
	font-weight: bold;
	padding: 5px 10px;
	margin-bottom: 15px;
}
@media screen and (max-width: 768px) {	
	.midasi001 {
	border-left: 5px solid #4eacf2;
	font-size: 100%;
		padding: 0px 10px;
			margin-bottom: 10px;
}
}
.step002{
	padding: 20px 70px 20px 200px;
	background-size: contain;
	background-image: url("../img/step02_02.png");
	text-align: left;
}
@media screen and (max-width: 768px) {
.step002{
	padding: 10px 20px 10px 70px;
	font-size: 80%;
}
}

.midasi002 {
  border-left: 10px solid #4b6cdd;
	font-size: 120%;
	font-weight: bold;
	padding: 5px 10px;
	margin-bottom: 15px;
}
@media screen and (max-width: 768px) {	
	.midasi002 {
	border-left: 5px solid #4b6cdd;
	font-size: 100%;
		padding: 0px 10px;
			margin-bottom: 10px;
}
}
.step003{
	padding: 20px 70px 20px 200px;
	background-size: contain;
	background-image: url("../img/step03_02.png");
	text-align: left;
}
@media screen and (max-width: 768px) {
.step003{
	padding: 10px 20px 10px 70px;
	font-size: 80%;
}
}

.midasi003 {
  border-left: 10px solid #1d3996;
	font-size: 120%;
	font-weight: bold;
	padding: 5px 10px;
	margin-bottom: 15px;
	}
@media screen and (max-width: 768px) {	
	.midasi003 {
	border-left: 5px solid #1d3996;
	font-size: 100%;
		padding: 0px 10px;
			margin-bottom: 10px;
}
}
.step004{
	padding: 20px 70px 20px 200px;
	background-size: contain;
	background-image: url("../img/step04_02.png");
	text-align: left;
}
@media screen and (max-width: 768px) {
.step004{
		background-image: url("../img/spstep04_02.png");
	padding: 10px 50px 10px 50px;
	font-size: 80%;
}
}

.midasi004 {
  border-left: 10px solid #171c36;
	font-size: 120%;
	font-weight: bold;
	padding: 5px 10px;
	margin-bottom: 15px;
}
@media screen and (max-width: 768px) {	
	.midasi004 {
	border-left: 5px solid #171c36;
	font-size: 100%;
		padding: 0px 10px;
			margin-bottom: 10px;
}
}

.step000{
	padding: 0px 70px 0px 0px;
}
@media screen and (max-width: 768px) {
.step000{
	padding: 0px 0px 0px 0px;
}
}

.step000-1{
	padding: 0px 70px 0px 0px;
}
@media screen and (max-width: 768px) {
.step000-1{
	padding: 0px 0px 0px 0px;
}
}



.bt000{
	padding: 0px 80px 0px 80px;
}
@media screen and (max-width: 768px) {
.bt000{
	padding: 0px 10px 0px 10px;
}
}

.t180-head {
font-size: 180%;
line-height: 1.5;
}
@media screen and (max-width: 768px) {
.t180-head {
font-size: 160%;
line-height: 1.5;
}
}


.t160-head {
font-size: 160%;
line-height: 1.5;
}
@media screen and (max-width: 768px) {
.t160-head {
font-size: 170%;
line-height: 1.2;
font-weight: bold;
}
}

.t110-head {
font-size: 110%;
line-height: 1.5;
}
@media screen and (max-width: 768px) {
.t110-head {
font-size: 140%;
line-height: 1.8;
}
}

.t90-head {
font-size: 90%;
line-height: 1.5;
}
@media screen and (max-width: 768px) {
.t90-head {
font-size: 100%;
line-height: 1.5;
}
}



.sub-01 {
font-size: 250%;
	line-height: 1.2;
}
@media screen and (max-width: 768px) {
.sub-01  {
font-size: 120%;
}
}

.sub-02 {
font-size: 220%;
	line-height: 1.4;
}
@media screen and (max-width: 768px) {
.sub-02  {
font-size: 110%;
}
}

.sub-03 {
font-size: 200%;
	line-height: 1.4;
}
@media screen and (max-width: 768px) {
.sub-03  {
font-size: 110%;
}
}

.sub-04 {
font-size: 180%;
	line-height: 1.3;
}
@media screen and (max-width: 768px) {
.sub-04  {
font-size: 110%;
}
}


.kiyaku01{
	font-size: 90%;
	padding: 0px 80px 0px 80px;
}
@media screen and (max-width: 768px) {
.kiyaku01{
	padding: 0px 0px 0px 0px;
}
}

.tab01{
	background-color: #000000;
	color: #fff;
	padding:10px 15px;
}
.cta-box2{
	border: solid 1px #000000;
	background-color: #ffffff;
	text-align: left;
	padding: 20px;
}
@media screen and (max-width: 768px) {
.cta-box2{
	padding: 10px;
}
}

.t150-01 {
font-size: 150%;
	line-height: 1.3;
}
@media screen and (max-width: 768px) {
.t150-01  {
font-size: 130%;
}
}
.q01-black-block{
    width: 100%;    
    margin: 20px 0px;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	background-color:#FFFFFF;
	border: 1px solid #333; 
}
.q01-black .faq{        
    background: #333; 
}
.answer{
    text-transform: capitalize;
    position: relative;
	padding:10px 20px 10px 25px;
	line-height:150%;
	text-align: center;
}
.faq{
    color: #FEFEFE;
    text-transform: capitalize;
    position: relative;
	padding:10px 20px 10px 20px;
	line-height:150%;
	font-weight: bold;
	font-size: 120%;
	text-align: center;
}

.cont01{
	padding: 5px 40px 5px 40px;
	background-size: contain;
	background-image: url("../img/cont_02.png");
	text-align: left;
}
@media screen and (max-width: 768px) {	
.faq{
font-size: 90%;
}	
.cont01{
	padding: 1px 15px 1px 15px;

}
}
