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



/*ノート風のデザイン
---------------------------------------------------------------------------*/

.mail-bg{
	background: url("../img/mail-bg.png");
	background-size: cover;
	background-position: right;
	background-repeat: no-repeat;
	height: 400px;
}

.mail-inner{
	border: 4px solid #F5E2B9;
	border-radius: 10px;
	background: #fff;
	margin: 0px 60px 80px 60px;
	padding: 30px 30px 50px 30px;
	box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 768px) {
.mail-inner{
	padding: 15px 0px 30px 0px;	
}	
}
.mg30{
	margin-top: -30px;
}
@media screen and (max-width: 1180px) {
.mail-bg{
	background: url("../img/mail-bg2.png");
	background-position: right;
	padding-left: 20px;
}
}
@media screen and (max-width: 900px) {
.mail-bg{
	background: url("../img/mail-bg3.png");
	background-position: right;
	padding-left: 20px;
}
}
@media screen and (max-width: 768px) {
.mail-bg{
	background: url("../img/mail-bg2.png");
	background-position: right;
}
.mg30{
	margin-top: 15px;
}	
.mail-inner{
	margin: 0px 15px 60px 15px;
}	
}



/*線*/
.note1{
  background-image:
    linear-gradient(
      180deg,
      rgba(0,0,0,0) 0%,
      rgba(0,0,0,0) 97%,
      #ddd 97%,
      #ddd 100%
    );
  background-size:100% 2.5em;
  line-height:2.5;
}
.note1 p{
  margin-bottom:2.5em;
}
/*点線*/
.note2{
  background-image:
    linear-gradient(
      90deg,
      rgba(0,0,0,0) 0%,
      rgba(0,0,0,0) 50%,
      #ffff 50%,
      #ffff 50%
    ),
    linear-gradient(
      180deg,
      rgba(0,0,0,0) 0%,
      rgba(0,0,0,0) 97%,
      #999 97%,
      #999 100%
    );
  background-size:
    8px 100%,
    100% 2.5em;
  line-height:2.5;
}
.note2 p{
  margin-bottom:2.5em;
}

@media screen and (max-width: 768px) {
.note1{
  background-size:100% 2.2em;
  line-height:2.2;
}
.note1 p{
  margin-bottom:2.2em;
}
.note2{
  background-size:
    8px 100%,
    100% 2.2em;
  line-height:2.2;
}
.note2 p{
  margin-bottom:2.2em;
}	
}

/*囲み枠のデザイン
---------------------------------------------------------------------------*/

/*二重線（内枠細線、外枠太線）*/
.box01 {
 border:3px solid var(--box01-bd-color1,--base);
 outline: 1px solid var(--box01-bd-color2,--base);
 outline-offset: -10px;
 background: var(--box01-bg-color,#ffffff);	
 color: var(--box01-font-color,#424242);	
 padding: var(--box01-pd-pc,25px 35px 25px 35px);
}
@media screen and (max-width: 768px) {
.box01 {
 padding: var(--box01-pd-sp,25px 25px 25px 25px);	
}	
}


/*二重線（内枠点線、外枠太線）*/
.box02 {
 border:3px solid var(--box02-bd-color1,--base);
 outline: 1px dotted var(--box02-bd-color2,--base);
 outline-offset: -10px;
 background: var(--box02-bg-color,#ffffff);	
 color: var(--box02-font-color,#424242);	
 padding: var(--box02-pd-pc,25px 35px 25px 35px);
}
@media screen and (max-width: 768px) {
.box02 {
 padding: var(--box02-pd-sp,25px 25px 25px 25px);	
}	
}
.box02-1 {
 border:3px solid #D16D52;
 outline: 1px dotted #D16D52;
 outline-offset: -10px;
 background: var(--box02-bg-color,#ffffff);	
 color: var(--box02-font-color,);	
 padding: var(--box02-pd-pc,25px 35px 25px 35px);
}
@media screen and (max-width: 768px) {
.box02-1 {
 padding: var(--box02-pd-sp,25px 25px 25px 25px);	
}	
}
/*背景色あり（内枠直線）*/
.box03 {
 margin: 0 auto;
 background-color: var(--box03-bg-color,--base1);
 box-shadow: 0px 0px 0px 7px var(--box03-bg-color,--base1);
 border: 1px solid var(--box03-bd-color,--base);
 color: var(--box03-font-color,#424242);	
 padding: var(--box03-d-pc,25px 35px 25px 35px);
}
@media screen and (max-width: 768px) {
.box03 {
 padding: var(--box03-pd-sp,25px 25px 25px 25px);	
}	
}

/*背景色あり（内枠点線）*/
.box04 {
 margin: 0 auto;
 background-color: var(--box04-bg-color,--base1);
 box-shadow: 0px 0px 0px 7px var(--box04-bg-color,--base1);
 border: 1px dotted var(--box04-bd-color,--base);
 color: var(--box04-font-color,#424242);	
 padding: var(--box04-pd-pc,25px 35px 25px 35px);
}
@media screen and (max-width: 768px) {
.box04 {
 padding: var(--box04-pd-sp,25px 25px 25px 25px);	
}	
}

/*背景色あり（内枠点線）*/
.box05 {
 margin: 0 auto;
 background-color: var(--box05-bg-color,--base1);
 box-shadow: 0px 0px 0px 7px var(--box05-bg-color,--base1);
 border: 4px double var(--box05-bd-color,--base);
 color: var(--box05-font-color,#424242);	
 padding: var(--box05-pd-pc,25px 35px 25px 35px);
}
@media screen and (max-width: 768px) {
.box05 {
 padding: var(--box05-pd-sp,25px 25px 25px 25px);	
}	
}

/*ボックスシャドウ（通常）*/
.box06 {
  margin: 0 auto;
  background-color: var(--box06-bg-color,#ffffff);	
  color: var(--box06-font-color,#424242);	
  position: relative;
  min-height:auto;
  box-shadow: 0px 3px 10px 0px rgba(0,0,0,.2); 
  padding: var(--box06-pd-pc,25px 35px 25px 35px);
}
@media screen and (max-width: 768px) {
.box06 {
 padding: var(--box06-pd-sp,25px 25px 25px 25px);	
}	
}

/*タイトル付き#1*/
.box07-title {
  margin: 0 auto;
  background-color: var(--box07-title-bg-color,--base);	
  color: var(--box07-title-font-color,#ffffff);	
  font-size: var(--box07-title-font-size-pc,1.8rem);	
  font-weight: var(--box07-title-font-weight,600);	
  line-height: var(--box07-title-linehight,1.6);	
  padding: var(--box07-title-pd-pc,15px 35px 15px 35px);
  border-top: 1px solid var(--box07-bd-color,--base);
  border-left: 1px solid var(--box07-bd-color,--base);
  border-right: 1px solid var(--box07-bd-color,--base);
}
.box07 {
  margin: 0 auto;
  background-color: var(--box07-bg-color,#ffffff);	
  color: var(--box06-font-color,#424242);
  font-size: var(--box07-font-size-pc,1.6rem);
  min-height:auto;
  border-bottom: 1px solid var(--box07-bd-color,--base);
  border-left: 1px solid var(--box07-bd-color,--base);
  border-right: 1px solid var(--box07-bd-color,--base);
  padding: var(--box07-pd-pc,25px 35px 25px 35px);
}
@media screen and (max-width: 768px) {
.box07-title {
 padding: var(--box07-title-pd-sp,10px 25px 10px 25px);	
 font-size: var(--box07-title-font-size-sp,1.6rem);		
}
.box07 {
  padding: var(--box07-pd-sp,25px 25px 25px 25px);
  font-size: var(--box07-font-size-sp,1.7rem);	
}	
}

/*タイトル付き#2*/
.box08-title {
  margin: 0 auto;
  background-color: var(--box08-title-bg-color,--base1);	
  color: var(--box08-title-font-color,#ffffff);	
  font-size: var(--box08-title-font-size-pc,1.8rem);	
  font-weight: var(--box08-title-font-weight,600);
  line-height: var(--box08-title-linehight,1.6);	
  padding: var(--box08-title-pd-pc,15px 35px 15px 35px);
  border-top: 1px solid var(--box08-bd-color,--base);
  border-left: 1px solid var(--box08-bd-color,--base);
  border-right: 1px solid var(--box08-bd-color,--base);
}
.box08 {
  margin: 0 auto;
  background-color: var(--box08-bg-color,#ffffff);	
  color: var(--box08-font-color,#424242);
  font-size: var(--box08-font-size-pc,1.6rem);
  min-height:auto;
  border-bottom: 1px solid var(--box08-bd-color,--base);
  border-left: 1px solid var(--box08-bd-color,--base);
  border-right: 1px solid var(--box08-bd-color,--base);
  padding: var(--box08-pd-pc,25px 35px 25px 35px);
}
@media screen and (max-width: 768px) {
.box08-title {
 padding: var(--box08-title-pd-sp,10px 25px 10px 25px);	
 font-size: var(--box08-title-font-size-sp,1.6rem);		
}
.box08 {
  padding: var(--box08-pd-sp,25px 25px 25px 25px);
  font-size: var(--box08-font-size-sp,1.7rem);	
}	
}

/*タイトル付き#3*/
.box09 {
    position: relative;
    margin: 0.5em auto;
    padding: var(--box09-pd-pc,25px 35px 25px 35px);
    border: var(--box09-bd-size,3px);
	border-style: var(--box09-bd-style,solid);
	border-color: var(--box09-bd-color,--base);
	background: var(--box09-bg-color,#fff);
	font-size: var(--box09-font-size-pc,1.6rem);
	color: var(--box09-font-color,#424242);
	border-radius: 10px;
}
.box09 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: var(--box09-title-pd-pc,0px 9px 0px 9px);
    line-height: 1;
    font-size: var(--box09-title-font-size-pc,1.9rem);
    background: var(--box09-bg-color,#fff);
    color: var(--box09-title-font-color,--base);
    font-weight: var(--box09-title-font-weight,600);
}
.box09 p {
    margin: 0; 
    padding: 0;
}
@media screen and (max-width: 768px) {
.box09 {
 padding: var(--box09-pd-sp,25px 25px 25px 25px);
 font-size: var(--box09-font-size-sp,1.6rem);		
}
.box09 .box-title {
  padding: var(--box09-title-pd-sp,0px 9px 0px 9px);
  font-size: var(--box09-title-font-size-sp,1.7rem);	
}	
}

/*タイトル付き#4*/
.box10 {
    position: relative;
    margin: 1em auto;
    padding: var(--box10-pd-pc,25px 35px 25px 35px);
    border: var(--box10-bd-size,3px);
	border-style: var(--box10-bd-style,solid);
	border-color: var(--box10-bd-color,--base);
	background: var(--box10-bg-color,#fff);
	font-size: var(--box10-font-size-pc,1.6rem);
	color: var(--box10-font-color,#424242);
	border-radius: 10px;
}
.box10 .box-title {
    position: absolute;
    display: inline-block;
    top: -30px;
    left: 20px;
    padding: var(--box10-title-pd-pc,1px 12px 3px 12px);
    line-height: 30px;
	height: 30px;
    font-size: var(--box10-title-font-size-pc,1.7rem);
    background: var(--box10-bd-color,#fff);
    color: var(--box10-title-font-color,--base);
    font-weight: var(--box10-title-font-weight,600);
	border-radius: 5px 5px 0px 0px;
}
.box10 p {
    margin: 0; 
    padding: 0;
}
@media screen and (max-width: 768px) {
.box10 {
 padding: var(--box10-pd-sp,25px 25px 25px 25px);
 font-size: var(--box10-font-size-sp,1.6rem);		
}
.box10 .box-title {
  padding: var(--box10-title-pd-sp,1px 12px 3px 12px);
  font-size: var(--box10-title-font-size-sp,1.7rem);	
}	
}

/*タイトル付き#5*/
.box11 {
    position: relative;
    margin: 0.5em auto;
    padding: var(--box11-pd-pc,25px 35px 25px 35px);
    border: var(--box11-bd-size,3px);
	border-style: var(--box11-bd-style,solid);
	border-color: var(--box11-bd-color,--base);
	background: var(--box11-bg-color,#fff);
	font-size: var(--box11-font-size-pc,1.6rem);
	color: var(--box11-font-color,#424242)
}
.box11 .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: var(--box11-title-pd-pc,1px 12px 3px 12px);
    line-height: 30px;
	height: 30px;
    font-size: var(--box11-title-font-size-pc,1.7rem);
    background: var(--box11-bd-color,#fff);
    color: var(--box11-title-font-color,--base);
    font-weight: var(--box11-title-font-weight,600);
	border-radius: 0px 0px 5px 0px;
}
.box11 p {
    margin: 0; 
    padding: 0;
}
@media screen and (max-width: 768px) {
.box11 {
 padding: var(--box11-pd-sp,25px 25px 25px 25px);
 font-size: var(--box11-font-size-sp,1.6rem);		
}
.box11 .box-title {
  padding: var(--box11-title-pd-sp,1px 12px 3px 12px);
	
  font-size: var(--box11-title-font-size-sp,1.7rem);	
}	
}

/*タイトル付き#6*/
.box12 {
    position: relative;
    margin: 0.5em auto;
    padding: var(--box12-pd-pc,25px 35px 25px 35px);
    border: var(--box12-bd-size,3px);
	border-style: var(--box12-bd-style,solid);
	border-color: var(--box12-bd-color,--base);
	background: var(--box12-bg-color,#fff);
	font-size: var(--box12-font-size-pc,1.6rem);
	color: var(--box12-font-color,#424242)
}
.box12 .box-title {
    position: absolute;
    display: inline-block;
    top: -18px;
    left: 20px;
    padding: var(--box12-title-pd-pc,8px 15px 8px 15px);
    line-height: 1;
    font-size: var(--box12-title-font-size-pc,1.7rem);
    background:  var(--box12-bd-color,--base);
    color: var(--box12-title-font-color,--base);
    font-weight: var(--box12-title-font-weight,600);
	border-radius: 15px;
}
.box12 p {
    margin: 0; 
    padding: 0;
}
@media screen and (max-width: 768px) {
.box12 {
 padding: var(--box12-pd-sp,25px 25px 25px 25px);
 font-size: var(--box12-font-size-sp,1.6rem);		
}
.box12 .box-title {
  padding: var(--box12-title-pd-sp,8px 15px 8px 15px);
  font-size: var(--box12-title-font-size-sp,1.7rem);	
}	
}

/*ノート風の囲み枠#1*/
.box13{
	margin: 0 auto;
	position: relative;
	background: var(--box13-bg-color,#eeeeee);
	padding: var(--box13-pd-pc,40px 35px 25px 35px);
}
.box13::before {
	position: absolute;
	content: "";
	width: 95%;
	height: 10px;
	top: 0.5em;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	border-top: dotted 10px var(--box13-maru-color,#fff);
}
@media screen and (max-width: 768px) {
.box13 {
 padding: var(--box13-pd-sp,25px 25px 25px 25px);
 font-size: var(--box13-font-size-sp,1.6rem);		
}	
}

.kakomimoji {
font-size: 1.8rem;
    color: #1D4196;	
	line-height: 200%;
	font-weight: bold;
}
.kakomimoji-2 {
font-size: 2rem;
    color: #1D4196;	
	line-height: 150%;
	font-weight: bold;
}
/*ノート風の囲み枠#2*/
.box14 {
    position: relative;
    background: var(--box14-bg-color,#eeeeee);
	padding: 40px 10px 40px 27px;
    font-size: 1.68rem;
    color: #424242;	
	line-height: 140%;
}
.box14::before {
    position: absolute;
    top: 10px;
    left: 1rem;
    width: calc(100% - 1rem);
    height: calc(100% - 2rem);
    content: '';
	border-left: dotted 10px var(--box14-maru-color,#fff);
}
.box14 p {
	
	    border-bottom: 1px dotted #999;
}
@media screen and (max-width: 768px) {
.box14 {
    padding: 20px 20px 20px 32px;
    font-size: 1.6rem;		
}	
}

/*上下に点線*/
.box15 {
  margin: 0px auto;
  padding: var(--box15-pd-pc,25px 35px 25px 35px);
  border-top: 3px dotted var(--box15-bd-color);
  border-bottom: 3px dotted var(--box15-bd-color);
  background: var(--box15-bg-color,#fff);
  font-size: var(--box15-font-size-pc,1.6rem);
  color: var(--box15-font-color,#424242);	
}
@media screen and (max-width: 768px) {
.box15 {
    padding: var(--box15-pd-sp,20px 25px 20px 25px);
    font-size: var(--box15-font-size-sp,1.6rem);		
}	
}

/*吹き出しのデザイン
---------------------------------------------------------------------------*/

/*吹き出し（下向き）*/
.balloon01 {
  position: relative;
  display: inline-block;
  margin: 0 0 15px 0;
  padding: var(--balloon01-pd-pc,15px 25px 15px 25px);
  min-width: 120px;
  max-width: 100%;
  color: var(--balloon01-font-color);
  font-size: var(--balloon01-font-size-pc,1.6rem);
  font-weight: var(--balloon01-font-weight); 	
  background: var(--balloon01-bg-color);
  text-align: var(--balloon01-text-align,center); 
}
.balloon01:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid var(--balloon01-bg-color);
}
@media screen and (max-width: 768px) {
.balloon01 {
    padding: var(--balloon01-pd-sp,15px 25px 15px 25px);
    font-size: var(--balloon01-font-size-sp,1.6rem);		
}	
}

/*吹き出し（上向き）*/
.balloon02 {
  position: relative;
  display: inline-block;
  margin: 15px 0 0 0;
  padding: var(--balloon02-pd-pc,15px 25px 15px 25px);
  min-width: 120px;
  max-width: 100%;
  color: var(--balloon02-font-color);
  font-size: var(--balloon02-font-size-pc,1.6rem);
  font-weight: var(--balloon02-font-weight); 	
  background: var(--balloon02-bg-color);
  text-align: var(--balloon02-text-align,center); 
}
.balloon02:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid var(--balloon02-bg-color);
}
@media screen and (max-width: 768px) {
.balloon02 {
    padding: var(--balloon02-pd-sp,15px 25px 15px 25px);
    font-size: var(--balloon02-font-size-sp,1.6rem);		
}	
}

/*吹き出し（左向き）*/
.balloon03 {
  position: relative;
  display: inline-block;
  margin: 0 0 0 15px;
  padding: var(--balloon03-pd-pc,15px 25px 15px 25px);
  min-width: 120px;
  max-width: 100%;
  color: var(--balloon03-font-color);
  font-size: var(--balloon03-font-size-pc,1.6rem);
  font-weight: var(--balloon03-font-weight); 	
  background: var(--balloon03-bg-color);
  text-align: var(--balloon03-text-align,left); 
}
.balloon03:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid var(--balloon03-bg-color);
}
@media screen and (max-width: 768px) {
.balloon03 {
    padding: var(--balloon03-pd-sp,15px 25px 15px 25px);
    font-size: var(--balloon03-font-size-sp,1.6rem);		
}	
}

/*吹き出し（右向き）*/
.balloon04 {
  position: relative;
  display: inline-block;
  margin: 0 15px 0 0;
  padding: var(--balloon04-pd-pc,15px 25px 15px 25px);
  min-width: 120px;
  max-width: 100%;
  color: var(--balloon04-font-color);
  font-size: var(--balloon04-font-size-pc,1.6rem);
  font-weight: var(--balloon04-font-weight); 	
  background: var(--balloon04-bg-color);
  text-align: var(--balloon04-text-align,left); 
}
.balloon04:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid var(--balloon04-bg-color);
}
@media screen and (max-width: 768px) {
.balloon04 {
    padding: var(--balloon04-pd-sp,15px 25px 15px 25px);
    font-size: var(--balloon04-font-size-sp,1.6rem);		
}	
}

/*吹き出し（下向き/枠あり）*/
.balloon05 {
  position: relative;
  display: inline-block;
  margin: 0 0 15px 0;
  padding: var(--balloon05-pd-pc,15px 25px 15px 25px);
  min-width: 120px;
  max-width: 100%;
  color: var(--balloon05-font-color);
  font-size: var(--balloon05-font-size-pc,1.6rem);
  font-weight: var(--balloon05-font-weight); 	
  background: var(--balloon05-bg-color);
  border: solid 3px var(--balloon05-bd-color);
  box-sizing: border-box;	
  text-align: var(--balloon05-text-align,center); 
}
.balloon05:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid var(--balloon05-bg-color);
  z-index: 2;
}
.balloon05:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid var(--balloon05-bd-color);
  z-index: 1;
}
@media screen and (max-width: 768px) {
.balloon05 {
    padding: var(--balloon05-pd-sp,15px 25px 15px 25px);
    font-size: var(--balloon05-font-size-sp,1.6rem);		
}	
}

/*吹き出し（上向き/枠あり）*/
.balloon06 {
  position: relative;
  display: inline-block;
  margin: 15px 0 0 0;
  padding: var(--balloon06-pd-pc,15px 25px 15px 25px);
  min-width: 120px;
  max-width: 100%;
  color: var(--balloon06-font-color);
  font-size: var(--balloon06-font-size-pc,1.6rem);
  font-weight: var(--balloon06-font-weight); 	
  background: var(--balloon06-bg-color);
  border: solid 3px var(--balloon06-bd-color);
  box-sizing: border-box;	
  text-align: var(--balloon06-text-align,center); 
}
.balloon06:before {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid var(--balloon06-bg-color);
  z-index: 2;
}
.balloon06:after {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 14px solid var(--balloon06-bd-color);
  z-index: 1;
}
@media screen and (max-width: 768px) {
.balloon06 {
    padding: var(--balloon06-pd-sp,15px 25px 15px 25px);
    font-size: var(--balloon06-font-size-sp,1.6rem);		
}	
}

/*吹き出し（左向き/枠あり）*/
.balloon07 {
  position: relative;
  display: inline-block;
  margin: 0 0 0 15px;
  padding: var(--balloon07-pd-pc,15px 25px 15px 25px);
  min-width: 120px;
  max-width: 100%;
  color: var(--balloon07-font-color);
  font-size: var(--balloon07-font-size-pc,1.6rem);
  font-weight: var(--balloon07-font-weight); 	
  background: var(--balloon07-bg-color);
  border: solid 3px var(--balloon07-bd-color);
  box-sizing: border-box;	
  text-align: var(--balloon07-text-align,left); 
}
.balloon07:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid var(--balloon07-bg-color);
  z-index: 2;
}
.balloon07:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid var(--balloon07-bd-color);
  z-index: 1;
}
@media screen and (max-width: 768px) {
.balloon07 {
    padding: var(--balloon07-pd-sp,15px 25px 15px 25px);
    font-size: var(--balloon07-font-size-sp,1.6rem);		
}	
}

/*吹き出し（右向き/枠あり）*/
.balloon08 {
  position: relative;
  display: inline-block;
  margin: 0 15px 0 0;
  padding: var(--balloon08-pd-pc,15px 25px 15px 25px);
  min-width: 120px;
  max-width: 100%;
  color: var(--balloon08-font-color);
  font-size: var(--balloon08-font-size-pc,1.6rem);
  font-weight: var(--balloon08-font-weight); 	
  background: var(--balloon08-bg-color);
  border: solid 3px var(--balloon08-bd-color);
  box-sizing: border-box;	
  text-align: var(--balloon08-text-align,left); 
}
.balloon08:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-left: 12px solid var(--balloon08-bg-color);
  z-index: 2;
}
.balloon08:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-left: 14px solid var(--balloon08-bd-color);
  z-index: 1;
}
@media screen and (max-width: 768px) {
.balloon08 {
    padding: var(--balloon08-pd-sp,15px 25px 15px 25px);
    font-size: var(--balloon08-font-size-sp,1.6rem);		
}	
}











/*Q&A（よくある質問）のデザイン
---------------------------------------------------------------------------*/

/*qa01*/
.q01-wrap{
    display: flex;
}
.q01-icon-box{
	margin-top: var(--q01-icon-margin-top,-5px);	
	margin-right: var(--q01-icon-margin-right,15px);	
	font-size: var(--q01-icon-font-size,2rem);	
}
.q01-icon{
	margin-left: 0px;
	margin-top: -3px;
	color: var(--q01-icon-color,#ffffff);
}
.q01-icon-bg{
	color:  var(--q01-icon-bg-color,--base);
}
.q01-text-box{
	font-size: var(--q01-font-size,1.6rem);
	font-weight: var(--q01-font-weight,600);
	line-height: var(--q01-line-height,1.8);
	color: var(--q01-font-color,#424242);
}
.a01-wrap{
    display: flex;
	margin-top: var(--qa01-margin-top,15px);
	margin-bottom: var(--qa01-margin-bottom,25px);
}
.a01-icon-box{
	margin-top: var(--a01-icon-margin-top,2px);
	margin-right: var(--a01-icon-margin-right,13px);
	margin-left: var(--a01-icon-margin-left,15px);
	font-size: var(--a01-icon-font-size,1.5rem);		
}
.a01-icon{
	margin-top: -3px;
	margin-left: 1px;
	color: var(--a01-icon-color,#ffffff);
}
.a01-icon-bg{
	color: var(--a01-icon-bg-color,#424242);
}
.a01-text-box{
	font-size: var(--a01-font-size,1.6rem);
	font-weight: var(--a01-font-weight,normal);
	line-height: var(--a01-line-height,1.7);
	color: var(--a01-font-color,#424242);
}
@media screen and (max-width: 768px) {
.q01-icon{
	margin-left: 0px;
	margin-top: -3px;
}
.a01-icon{
	margin-left: 0px;
	margin-top: -3px;
}	
}



/*------------------------------------------------------------------------------
  anim
------------------------------------------------------------------------------*/

.anim-box {
	opacity: 0;
}

/* フェードイン */
.anim-box.fadein.is-animated {
  animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* スライドイン */
.anim-box.slidein.is-animated {
  animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

@keyframes slideIn {
  0% {
    transform: translateX(180px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%,100% {
    opacity: 1;
  }
}

/* ズームイン */
.anim-box.zoomin.is-animated {
  animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

@keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/* ぽよよん */
.anim-box.poyoyon.is-animated {
  animation: poyoyon 0.5s cubic-bezier(0.12, 0, 0.39, 0) 1 forwards;
}

@keyframes poyoyon {
  0% {
    transform: translateX(140px);
    opacity: 0;
  }
  50% {
    transform: translateX(0);
  }
  65% {
    transform: translateX(30px);
  }
  100% {
    transform: translateX(0);
  }
  20%,100% {
    opacity: 1;
  }
}

/* ぽよよん2 */
.anim-box.poyoyon2.is-animated {
  animation: poyoyon2 1s ease-in-out 1 forwards;
}

@keyframes poyoyon2 {
  0%  {
    transform: scale(1.0, 1.0) translate(0, 0);
  }
  15% {
    transform: scale(0.98, 0.9) translate(0, 5px);
  }
  30% {
    transform: scale(1.02, 1.0) translate(0, 8px);
  }
  50% {transform: scale(0.98, 1.05) translate(0, -8px);
  }
  70% {
    transform: scale(1.0, 0.9) translate(0, 5px);
  }
  100% {
    transform: scale(1.0, 1.0) translate(0, 0);
  }
  0%, 100% {
    opacity: 1;
  }
}

/* ぽよよん3 */
.anim-box.poyoyon3 {
  animation: poyoyon3 2.5s infinite;
  opacity: 1;
}
@keyframes poyoyon3 {
  0%, 40% {
    transform: skew(0deg, 0deg);
  }
  5% {
    transform: skew(5deg, 5deg);
  }
  10% {
    transform: skew(-4deg, -4deg);
  }
  15% {
    transform: skew(3deg, 3deg);
  }
  20% {
    transform: skew(-2deg, -2deg);
  }
  25% {
    transform: skew(1deg, 1deg);
  }
  30% {
    transform: skew(-0.6deg, -0.6deg);
  }
  35% {
    transform: skew(0.3deg, 0.3deg);
  }
}


/* ポップアップ */
.anim-box.popup.is-animated {
  animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards;
}

@keyframes popup {
  0% {
    transform: translateY(40px) scale(0.8);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1.0);
  }
  80%, 100% {
    opacity: 1;
  }
}

/* どくどく */
.anim-box.poyopoyo {
  animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}

/* ななめから出てくる */
.anim-box.slide-skew.is-animated {
  animation: slide-skew 0.4s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

@keyframes slide-skew {
  0% {
    transform: translate(180px,30px);
    opacity: 0;
  }
  100% {
    transform: translate(0,0);
  }
  20%,100% {
    opacity: 1;
  }
}


/* きらん */
.anim-box.kiran {
  opacity: 1;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.anim-box.kiran::before {
  background-color: #fff;
  content: "";
  display: block;
  position: absolute;
  top: -100px;
  left: 0;
  width: 30px;
  height: 100%;
  opacity: 0;
  transition: cubic-bezier(0.32, 0, 0.67, 0);
}
.anim-box.kiran:hover::before {
  animation: kiran 0.5s linear 1;
}

@keyframes kiran {
  0% {
    transform: scale(2) rotate(45deg);
    opacity: 0;
  }
  20% {
    transform: scale(20) rotate(45deg);
    opacity: 0.6;
  }
  40% {
    transform: scale(30) rotate(45deg);
    opacity: 0.4;
  }
  80% {
    transform: scale(45) rotate(45deg);
    opacity: 0.2;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

/* 背景色が流れてくる */
.subtitle_bg .subtitle_bg-wrap {
  position: relative;
  display: inline-block;
  margin-top: 5px;
}
.subtitle_bg.is-animated .subtitle_bg-wrap::before {
  animation: bg 2.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  background: linear-gradient(to right, #142e72 0%,#142e72 50%,#0071bc 100%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: left center;
}
.subtitle_bg .subtitle_bg-wrap .inn {
  color: #fff;
  display: inline-block;
  font-size: 3.5rem;
  font-weight: bold;
  padding: 5px 15px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
.subtitle_bg .subtitle_bg-wrap .inn {
  padding: 8px 10px;
	font-size: 180%;
}
}





@keyframes bg {
  0% {
    opacity: 0;
    transform: scaleX(0) translateX(-5%);
  }
  30% {
    transform: scaleX(1) translateX(0);
  }
  100% {
    transform: scaleX(1) translateX(0);
  }
  30%, 100% {
    opacity: 1;
  }
}

/* 文字がぬるりと現れる */
.matrix .bg-wrap,
.matrix .bg-wrap .inn {
  display: block;
}

.matrix .bg-wrap {
  overflow: hidden;
  opacity: 0;
}

.matrix .bg-wrap + .bg-wrap {
  margin-top: 10px;
}

.matrix .bg-wrap .inn.large {
  font-size: 36px;
  font-weight: bold;
}
.matrix .bg-wrap .inn.small {
  font-size: 15px;
}

.matrix .bg-wrap .inn {
  opacity: 0;
  transform: matrix(1, 0, 0, 1, 0, 100);
  transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.matrix.is-animated .bg-wrap {
  opacity: 1;
}

.matrix.is-animated .bg-wrap .inn {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

/* 背景色が消えてから表示されるテキスト */
.mask-bg {
  color: transparent;
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
  overflow: hidden;
  position: relative;
  transition: color 0ms 450ms;
}
.mask-bg::after {
  background: linear-gradient(to right, #362ae0 0%,#3b79cc 50%,#42d3ed 100%);
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(0, 100%);
}

.mask-bg.is-animated {
  color: #362ae0;
}
.mask-bg.is-animated::after {
  animation: mask-bg 1.2s cubic-bezier(0.8, 0, 0.170, 1);
}

@keyframes mask-bg {
  0% {
    transform: translate(0, 101%)
  }
  40%, 60% {
    transform: translate(0, 0%)
  }
  100% {
    transform: translate(0, -100%)
  }
}


/* 線が伸びる */
.line {
  display: block;
  position: relative;
  margin-top: 15px;
  margin-bottom: 23px;
}
.line::after {
background: linear-gradient(to right, #142e72 0%,#142e72 50%,#0071bc 100%);
  content: '';
  display: block;
  height: 1.5px;
  width: 0;
  transform: translateX(-50%);
  transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  position: absolute;
  bottom: 0;
  left: 50%;
	
}
.line.is-animated::after {
  width: 100%;
}


/* フェードアップ */
.anim-box.fadeup.is-animated {
  animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}

@keyframes fadeup {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ボーダーが緩やかにつく */
.stroke {
  background: #f0f0f0;
  max-width: 400px;
  height: 250px;
  position: relative;
}

.stroke .border {
  content: "";
  position: absolute;
  opacity: 0;
}
.stroke .border.top,
.stroke .border.bottom {
  width: calc(100% - 20px);
}
.stroke .border.top {
  border-top: 3px solid #362ae0;
  right: 0;
  top: 0;
}
.stroke .border.bottom {
  border-bottom: 3px solid #362ae0;
  left: 0;
  bottom: 0;
}

.stroke .border.right,
.stroke .border.left {
  height: calc(100% - 20px);
}
.stroke .border.right {
  border-right: 3px solid #362ae0;
  right: 0;
  top: 0;
}
.stroke .border.left {
  border-left: 3px solid #362ae0;
  left: 0;
  bottom: 0;
}

.stroke.is-animated .border {
  opacity: 1;
}

.stroke.is-animated .border.top,
.stroke.is-animated .border.bottom {
  animation: stroke-width 1.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.stroke.is-animated .border.right,
.stroke.is-animated .border.left {
  animation: stroke-height 1.8s cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes stroke-width {
  0% {
    width: 0;
    opacity: 1;
  }
  100% {
    width: calc(100% - 20px);
    opacity: 1;
  }
}

@keyframes stroke-height {
  0% {
    height: 0;
    opacity: 1;
  }
  100% {
    height: calc(100% - 20px);
    opacity: 1;
  }
}

/* 文字が滑らかに表示される */
.smooth {
  clip-path: inset(0 100% 0 0);
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
  transition: 1.4s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: clip-path;
  line-height: 1;
  height: 40px;
  margin-top: 15px;
}
.smooth.is-animated {
  clip-path: inset(0);
}

/* ふわふわ */
.fuwafuwa {
  animation: fuwafuwa 3s ease-in-out infinite alternate;
  background: url(../img/ico-apple.svg) no-repeat center center / 60px auto;
  display: inline-block;
  transition: 1.5s ease-in-out;
  width: 70px;
  height: 70px;
  margin-top: 15px;
}

@keyframes fuwafuwa {
  0% {
    transform:translate(0, 0) rotate(-7deg);
  }
  50% {
    transform:translate(0, -7px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(7deg);
  }
}

/* ゆったりスクロールボタン */

.scroll {
  display: inline-block;
  padding-top: 70px;
  position: relative;
}
.scroll::before {
  animation: scroll 3.5s infinite;
  border: solid #000;
  border-width: 0 0 1px 1px;
  content: "";
  display: inline-block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  transform: rotate(-45deg);
  width: 20px;
  height: 20px;
}
@keyframes scroll {
  0% {
    transform: rotate(-45deg) translate(0, 0);
  }
  80% {
    transform: rotate(-45deg) translate(-30px, 30px);
  }
  0%, 80%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}

/* くるくる回りながら出現 */
.kurukuru {
  background: linear-gradient(to right, #362ae0 0%,#3b79cc 50%,#42d3ed 100%);
  width: 50px;
  height: 50px;
  opacity: 0;
  padding-bottom: 40px;
}
.kurukuru.is-animated {
  animation: kurukuru 1.4s ease-out;
  opacity: 1;
}
@keyframes kurukuru {
  0%{
    transform: rotateY(0) translateY(40px);
    opacity: 0;
  }
  100%{
    transform: rotateY(360deg) translateY(0);
    opacity: 1;
  }
}


ol  {
  margin: 0;
  padding: 0
}
ol li  {
  list-style: none;
  padding-left: 1.3em;
  text-indent: -1.3em;
}

@media screen and (max-width: 768px) {
	.sp-inner{
		padding: 15px ;
	}
	.box02,.box02-1,.box06,.box07,.box09,.box10{
		padding-left: 15px;
		padding-right: 15px;
	}
.subtitle_bg .subtitle_bg-wrap .inn {
  font-size: 2.4rem;
}
	.fs18{
		font-size: 1.6rem;
	}	
}

.fv-text1{
	font-weight: 600;
	font-size: 2.2rem;
	color: var(--base);
	margin-top: 40px;
}
.fv-text2{
	font-weight: 600;
	font-size: 3.2rem;
	color: var(--base);
	line-height: 1.6;
}
@media screen and (max-width: 768px) {
.fv-text1{
	font-weight: 600;
	font-size: 2.0rem;
	color: var(--base);
	margin-top: 40px;
	line-height: 1.5;
}
.fv-text2{
	font-weight: 600;
	font-size: 2.8rem;
	color: var(--base);
	line-height: 1.5;
}
}

.head_pc{
	background: url("../img/head_pc.png");
	height: 740px;
	background-repeat: no-repeat;
	background-position: top center;
}
.fixed-background {
    top: 0;
    left: 0;
    width: 100%;
    height: 1195px;
	background: url("../img/head01.png");
    background-size: cover;
    background-position: center;
}
.head_pc01{
	background: url("../img/head_pc01.png");
	height: 1195px;
    display: flex;
	background-repeat: no-repeat;
	background-position: top center;
}
.head_pc02{
	background: url("../img/head_pc02.png");
	height: 1500px;
	background-repeat: no-repeat;
	background-position: top center;
}
.head_pc02-sp{
	background: url("../img/head_pc02.png");
	height: auto;
	background-repeat: no-repeat;
	background-position: top center;
}
.step-tai{
	background: url("../img/step00.png");
	height: 1122px;
	background-repeat: no-repeat;
	background-position: top center;
}
@media only screen and (max-width: 768px) {
.step-tai{
	background: none;
	height: auto;
	background-repeat: no-repeat;
	background-position: top center;
	
	
	
}
}

.head-wrapper {
	height: auto;
	margin: 0px auto;
	max-width: 720px;
	padding: 0px 0px 0px 0px;
}
@media only screen and (max-width: 768px) {
.head-wrapper {
	width: 100%;
	padding: 0px;
}
}



.kari{
	padding:20px 20px 20px 20px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 150%;
	background-color: #000000;
}	


/* 見出し */
.sub-title {
  position: relative;
  display: inline-block;
  padding: 0 55px;
  font-size: 2.8rem;
  font-weight: 600;
}

.sub-title:before, .sub-title:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 2px;
  border-top: dotted 2px #999;
}

.sub-title:before {
  left:0;
}
.sub-title:after {
  right: 0;
}
@media only screen and (max-width: 768px) {
.sub-title {
  padding: 0 55px;
  font-size: 2.1rem;
	line-height: 1.5;
}
.sub-title:before, .sub-title:after {
  width: 35px;
}	
}


/* 見出し */
.sub-title {
  position: relative;
  display: inline-block;
  padding: 0 55px;
  font-size: 2.8rem;
  font-weight: 600;
}

.sub-title:before, .sub-title:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 2px;
  border-top: dotted 2px #999;
}

.sub-title:before {
  left:0;
}
.sub-title:after {
  right: 0;
}
@media only screen and (max-width: 768px) {
.sub-title {
  padding: 0 55px;
  font-size: 2.1rem;
	line-height: 1.5;
}
.sub-title:before, .sub-title:after {
  width: 35px;
}	
}












/*Q&A（よくある質問）のデザイン
---------------------------------------------------------------------------*/
.qa-box{
	padding: 30px 60px;
}
@media only screen and (max-width: 768px) {
.qa-box{
	padding: 30px 0px;
}
}
/*qa01*/
.q01-wrap{
    display: flex;
}
.q01-icon-box{
	margin-top: var(--q01-icon-margin-top,-5px);	
	margin-right: var(--q01-icon-margin-right,15px);	
	font-size: var(--q01-icon-font-size,2rem);	
}
.q01-icon{
	margin-left: 0px;
	margin-top: -3px;
	color: var(--q01-icon-color,#ffffff);
}
.q01-icon-bg{
	color:  var(--q01-icon-bg-color,--base);
}
.q01-text-box{
	font-size: var(--q01-font-size,1.6rem);
	font-weight: var(--q01-font-weight,600);
	line-height: var(--q01-line-height,1.8);
	color: var(--q01-font-color,#424242);
}
.a01-wrap{
    display: flex;
	margin-top: var(--qa01-margin-top,15px);
	margin-bottom: var(--qa01-margin-bottom,25px);
}
.a01-icon-box{
	margin-top: var(--a01-icon-margin-top,2px);
	margin-right: var(--a01-icon-margin-right,13px);
	margin-left: var(--a01-icon-margin-left,15px);
	font-size: var(--a01-icon-font-size,1.5rem);		
}
.a01-icon{
	margin-top: -3px;
	margin-left: 1px;
	color: var(--a01-icon-color,#ffffff);
}
.a01-icon-bg{
	color: var(--a01-icon-bg-color,#424242);
}
.a01-text-box{
	font-size: var(--a01-font-size,1.6rem);
	font-weight: var(--a01-font-weight,normal);
	line-height: var(--a01-line-height,1.7);
	color: var(--a01-font-color,#424242);
}
@media screen and (max-width: 768px) {
.q01-icon{
	margin-left: 0px;
	margin-top: -3px;
}
.a01-icon{
	margin-left: 0px;
	margin-top: -3px;
}	
}


/*ご加入までの流れのデザイン
---------------------------------------------------------------------------*/
.flow-box{
	padding: 30px 60px;
}
@media only screen and (max-width: 768px) {
.flow-box{
	padding: 0px 0px;
}
}

.flow_design {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
}

.flow_design ul {
  padding: 0;
}

.flow_design li {
  list-style-type: none;
}

.flow_design dd {
  margin-left: 0;
}

.flow03 {
  position: relative;
}

.flow03::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -129px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
  border-radius: 20px;
}

.flow03 > li {
  position: relative;
}

.flow03 > li:not(:last-child) {
  margin-bottom: 60px;
}

.flow03 > li .icon03 {
  font-size: 0.8em;
  width: 2em;
  height: 2em;
  line-height: 2;
  text-align: center;
  font-weight: bold;
  border-radius: 100vh;
  color: #fff;
  background: var(--base);
  display: inline-block;
  margin-right: 0.3em;
	padding: 0px 0px 0px 3px;
}

.flow03 > li dl {
  padding-left: 70px;
  position: relative;
}

.flow03 > li dl::before,
.flow03 > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 19px;
}

.flow03 > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: var(--base);
  border-radius: 50%;
  left: -4px;
}

.flow03 > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}

.flow03 > li dl dt {
  font-size: 2rem;
  font-weight: 600;
  color:  var(--base);
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
}

.annotation ul {
  list-style: none;
  line-height: 1.5;
  font-size: 1.1rem;	
}
.annotation li {
  position: relative;
  padding-left: 1.5em;
}
.annotation li::before {
  content: '\0203B';
  position: absolute;
  left: 0;
}
@media only screen and (max-width: 768px) {	
.flow03 > li dl {
  padding-left: 30px;
  position: relative;
}	
.flow03 > li dl::after {
  width: 15px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}
.flow03 > li .icon03 {
	padding: 0px 0px 0px 0px;
}	
.flow03 > li dl::before,
.flow03 > li dl::after {
  top: 17px;
}
.flow03 > li dl dt {
  font-size: 1.9rem;
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
}
.flow_design dd {
  font-size: 1.5rem;
}
	
}

/*アコーディオン全体*/
.accordion-area{
    list-style: none;
    width: 100%;
    max-width: 960px;
    margin:0 auto;
}

.accordion-area li{
    margin: 10px 0;
}

.accordion-area section {
	border: 2px solid #0F1F48;
}

/*アコーディオンタイトル*/
.qa001-title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size:1.8rem;
    font-weight: normal;
    padding: 3% 3% 3% 50px;
    transition: all .5s ease;
	border-left: none;
	border-right: none;
  font-weight: 400;
	color: #0F1F48;
}


/*アイコンの＋と×*/
.qa001-title::before,
.qa001-title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #0F1F48;
    
}
.qa001-title::before{
    top:48%;
    left: 15px;
    transform: rotate(0deg);
    
}
.qa001-title::after{    
    top:48%;
    left: 15px;
    transform: rotate(90deg);

}

/*　closeというクラスがついたら形状変化　*/

.qa001-title.close::before{
	transform: rotate(45deg);
}

.qa001-title.close::after{
	transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.qa001-box {
    display: none;/*はじめは非表示*/
    background: #f3f3f3;
	margin:0 3% 3% 3%;
    padding: 3%;
}

/*アコーディオンタイトル*/
.price-title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-weight: normal;
    padding: 3% 3% 3% 50px;
    transition: all .5s ease;
	border-left: none;
	border-right: none;
	background: #229C00;
	color: #fff;
	font-size: 1.9rem;

}

/*アイコンの＋と×*/
.price-title::before,
.price-title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #fff;
    
}
.price-title::before{
    top:48%;
    left: 15px;
    transform: rotate(0deg);
    
}
.price-title::after{    
    top:48%;
    left: 15px;
    transform: rotate(90deg);

}

/*　closeというクラスがついたら形状変化　*/

.price-title.close::before{
	transform: rotate(45deg);
}

.price-title.close::after{
	transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.price-box {
    display: none;/*はじめは非表示*/
	margin:0 auto;
    padding: 3%;
}
@media only screen and (max-width: 768px) {	
.price-title {
	font-size: 1.8rem;
	line-height: 1.5;

}
/*アコーディオンで現れるエリア*/
.qa001-box {
    display: none;/*はじめは非表示*/
    background: #f3f3f3;
	margin:0 3% 3% 3%;
    padding: 15px;
	font-size: 1.6rem;
}	
}

.contents-bg00{
	background: url("../img/head_pc02.png");
	background-repeat: repeat-y;
	background-color: #FFFFFF;	
}

.contents-bg01{
	background-repeat: no-repeat;
	background-color: #FFFFFF;	
}


.contents-bg02{
	background-repeat: no-repeat;
	background-color: #e9e6e1;	
}
.contents-bg02-2{
	background-repeat: no-repeat;
	background-color: #E9E6E1;	
}
@media only screen and (max-width: 768px) {
.contents-bg02-2{
	background-repeat: no-repeat;
	background-color: #FFF;	
}
}
.contents-bg03{
	background-repeat: no-repeat;
	background-color: #D2DAEC;	
}
.contents-form{
	background: url("../img/mailform.png");
	height: 1080px;
	background-color: #fff;	
}
@media only screen and (max-width: 768px) {
.contents-form{	
background: none;
		background-color: #fff;	
}
}
.pro-wrapper {
	height: auto;
	margin: 0px auto;
	max-width: 1100px;
		padding: 150px 0px;
}
@media only screen and (max-width: 768px) {
.pro-wrapper {
	width: 100%;
	padding: 0px;
}
}
.pro-inner{
	padding: 50px 50px;
	text-align: left;
	background-color: #ffffff;		
}
@media only screen and (max-width: 768px) {
.pro-inner{
	padding: 20px 20px;
}}
.pro-inner2{
	padding: 0px 50px;
	text-align: left;
	background-color: #ffffff;		
}
@media only screen and (max-width: 768px) {
.pro-inner2{
	padding: 0px 0px;
}}




/* 
 * コンバージョンボタン
 */
.btn-cv {
  padding: 0.8em 0;
  overflow: hidden;
  position: relative;
   letter-spacing: normal;
}
.btn-cv a {
  border: solid #fff 3px;
  border-radius: 12px;
  box-shadow: 1px 1px 10px 0 #999;
  color: #fff;
  display: block;
  font-size: 2.2em;
  font-weight: bold;
  line-height: 1.3;
  margin: 0em auto;
  padding: 0.6em 1.5em 0.6em;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  vertical-align: middle;
  width: 90%;
}
.mini{
font-size: 24px;
line-height: 1.5;
padding-top: 0px;
}
.mini2{
font-size: 16px;
}
.btn-cv.is-fz20 a {
  font-size: 20px;
}
.btn-cv a img {
  vertical-align: middle;
}
.btn-cv a:after {
  content: ' ' !important;
}

/* ボタン内のアイコン */
.btn-cv a:before {
  content: "\f138";
  font-family: "fontawesome";
  font-weight: normal;
  font-size: 1.1em;
  margin-top: -.6em;
  position: absolute;
  right: 15px;
  top: 50%;
}
.btn-cv a:hover {
  box-shadow: 1px 1px 2px 0 #a1a1a1;
  filter: alpha(opacity=70);
  opacity: .7;
}

/* 2つ連続で並べる場合の余白 */
.btn-cv + .btn-cv a {
  margin-top: 0;
}

/* 緑ボタン */
.btn-cv a {
  background: #00a23f;
  background: -webkit-linear-gradient(#00a23f, #39900a);
  background: linear-gradient(#00a23f, #39900a);
  text-shadow: 0 0 10px rgba(255,255,255,.8), 1px 1px 1px rgba(0,0,0,1);
}

/* 赤ボタン */
.btn-cv.is-red a {
  background: #fb4e3e;
  background: -webkit-linear-gradient(#00a23f, #39900a);
  background: linear-gradient(#fb4e3e, #d64b26);
}

/* 青ボタン */
.btn-cv.is-blue a {
  background: #09c;
  background: -webkit-linear-gradient(#09c, #069);
  background: linear-gradient(#09c, #069);
}

/* 黒ボタン */
.btn-cv.is-black a {
  background: #666;
  background: -webkit-linear-gradient(#8a8a8a, #666);
  background: linear-gradient(#8a8a8a, #666);
}

/* ボタンの光沢 */
.is-reflection a {
  overflow: hidden;
}
.is-reflection a:after {
  -moz-animation: is-reflection 4s ease-in-out infinite;
  -moz-transform: rotate(45deg);
  -ms-animation: is-reflection 4s ease-in-out infinite;
  -ms-transform: rotate(45deg);
  -o-animation: is-reflection 4s ease-in-out infinite;
  -o-transform: rotate(45deg);
  -webkit-animation: is-reflection 4s ease-in-out infinite;
  -webkit-transform: rotate(45deg);
  animation: is-reflection 4s ease-in-out infinite;
  background-color: #fff;
  content: " ";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: -180px;
  transform: rotate(45deg);
  width: 30px;
}
/* アニメーションを遅延させる */
.is-reflection + .is-reflection a:after {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
@keyframes is-reflection {
  0% { -webkit-transform: scale(0) rotate(45deg); transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -webkit-transform: scale(0) rotate(45deg); transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -webkit-transform: scale(4) rotate(45deg); transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -webkit-transform: scale(50) rotate(45deg); transform: scale(50) rotate(45deg); opacity: 0; }
}
@-webkit-keyframes is-reflection {
  0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

/* CVボタン矢印揺れ */
.is-trembling a:before {
  -webkit-animation-name:is-trembling;
  -webkit-animation-duration:.8s;
  -webkit-animation-iteration-count:infinite;
  -webkit-animation-timing-function:ease;
  -moz-animation-name:is-trembling;
  -moz-animation-duration:1s;
  -moz-animation-iteration-count:infinite;
  -moz-animation-timing-function:ease;
}
@-webkit-keyframes is-trembling {
  0% {-webkit-transform:translate(-3px, 0);}
  100% {-webkit-transform:translate(0, 0);}
}

/* ボタンをバウンドさせる */
.is-bounce {
  animation: bounce 4s infinite;
  -moz-animation: bounce 4s infinite;
  -webkit-animation: bounce 4s infinite;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
@-webkit-keyframes bounce {
  0%, 4%, 10%, 18%, 100% {-webkit-transform: translateY(0);}
  5% {-webkit-transform: translateY(-6px);}
  12% {-webkit-transform: translateY(-4px);}
}
@keyframes bounce {
  20%, 24%, 30%, 34%, 100% {-webkit-transform: translateY(0);transform: translateY(0);}
  25% {-webkit-transform: translateY(-6px);transform: translateY(-6px);}
  32% {-webkit-transform: translateY(-4px);transform: translateY(-4px);}
}
/* アニメーションを遅延させる */
.is-bounce + .is-bounce {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

/* ぷるるるるん！ */
.is-purun {
  -webkit-animation: is-purun 5s infinite;
  -moz-animation: is-purun 5s infinite;
  animation: is-purun 5s infinite;
}
@-webkit-keyframes is-purun {
   0% { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); }
   4% { -webkit-transform: scale(0.9, 0.9) translate(0%, 3%); }
   8% { -webkit-transform: scale(1.1, 0.8) translate(0%, 7%); }
  12% { -webkit-transform: scale(0.9, 0.9) translate(0%, -7%); }
  18% { -webkit-transform: scale(1.1, 0.9) translate(0%, 3%); }
  25% { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); }
}
@keyframes is-purun {
   0% { transform: scale(1.0, 1.0) translate(0%, 0%); }
   4% { transform: scale(0.9, 0.9) translate(0%, 3%); }
   8% { transform: scale(1.1, 0.8) translate(0%, 7%); }
  12% { transform: scale(0.9, 0.9) translate(0%, -7%); }
  18% { transform: scale(1.1, 0.9) translate(0%, 3%); }
  25% { transform: scale(1.0, 1.0) translate(0%, 0%); }
}
/* アニメーションを遅延させる */
.is-purun + .is-purun {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}


.jisseki-bg{
	padding: 0px 20px;
}
.tokuten-matome{
	padding: 0px 40px;
	font-size: 90%;
}

/**
 * ===============================================
 * MediaQuery : スマホ対応
 * ===============================================
 */
@media only screen and (max-width: 767px) {
  /* コンバージョンボタン */
  .btn-cv a {
    font-size: 1.6em;
    margin: 0 auto;
    width: 94%;
	padding-top: 15px;
	border: solid #fff 1px;
  }
  .mini{
  font-size: 0.6em;
  padding-top: 0px;
}

}
.btn0,
a.btn0,
button.btn0 {
  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: #fff;
  border-radius: 0.5rem;
width: 90%;
	
  /* ボタンの背景色を単色に設定 */
  background-color: #DB6C4B;
  border: 1px solid #DB6C4B; /* ボーダーも同じ色に */
}

.btn0-radius-gradient-wrap {
  display: inline-block;

  padding: 0.5rem;

  border-radius: 100vh;
  /* グラデーション削除 */
  background-color: #DB6C4B; /* 単色に変更 */
}

a.btn0-radius-gradient {
  border-radius: 100vh;
  /* グラデーション削除 */
  background-color: #DB6C4B; /* 単色に変更 */
}

a.btn0-radius-gradient:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.btn00,
a.btn00,
button.btn00 {
  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;

	
  /* ボタンの背景色を単色に設定 */
  background-color: #F7C64C;
  border: 1px solid #F7C64C; /* ボーダーも同じ色に */
}

.btn-radius-gradient-wrap {
  display: inline-block;

  padding: 0.5rem;

  border-radius: 100vh;
  /* グラデーション削除 */
  background-color: #F7C64C; /* 単色に変更 */
}

a.btn-radius-gradient {
  border-radius: 100vh;
  /* グラデーション削除 */
  background-color: #F7C64C; /* 単色に変更 */
}

a.btn-radius-gradient:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}



/* 見出し */
.title01{

color: #0F1F48;
  font-size: 4.0rem;
  font-weight: 700;
text-align: center;
	line-height: 140%;
}
@media only screen and (max-width: 768px) {
.title01{
  font-size: 2.8rem;
	line-height: 120%;	
	
}
	}	
.title01-02{
  font-size: 5.8rem;
		line-height: 140%;
}
@media only screen and (max-width: 768px) {
.title01-02{
  font-size: 3.8rem;
		line-height: 120%;
}
	}
.title02{

color: #0F1F48;
  font-size: 3.8rem;
  font-weight: 700;
text-align: center;
	line-height: 140%;
}
@media only screen and (max-width: 768px) {
.title02{
  font-size: 2.2rem;	
}}
.title02-02{
  font-size: 5.2rem;
		line-height: 140%;
}
@media only screen and (max-width: 768px) {
.title02-02{
  font-size: 3.2rem;
}
}
.title03{

color: #0F1F48;
  font-size: 3.6rem;
  font-weight: 700;
text-align: center;
	line-height: 140%;
border-bottom: 3px solid #0F1F48;	
	
}
@media only screen and (max-width: 768px) {
.title03{
  font-size: 2.7rem;
	border-bottom: 2px solid #0F1F48;	
}
}


.title03-2{

color: #0F1F48;
  font-size: 3.4rem;
  font-weight: 700;
text-align: center;
	line-height: 140%;
border-bottom: 3px solid #0F1F48;	
	
}
@media only screen and (max-width: 768px) {
.title03-2{
  font-size: 3.0rem;
	border-bottom: 2px solid #0F1F48;	
}
}
.title03-3{

color: #0F1F48;
  font-size: 4.4rem;
  font-weight: 700;
text-align: center;
	line-height: 140%;
	padding: 0px 0px 20px 0px;
	
}
@media only screen and (max-width: 768px) {
.title03-3{
  font-size: 3.0rem;	
}
}

.title04{
color: #0F1F48;
  font-size: 3rem;
  font-weight: 700;
text-align: center;
	line-height: 140%;
}
@media only screen and (max-width: 768px) {
	.title04{
  font-size: 2.2rem;
}
}
.title04-2{
color: #0F1F48;
  font-size: 3rem;
  font-weight: 700;
text-align: center;
	line-height: 140%;
	padding: 10px 0px 0px 0px;
}
@media only screen and (max-width: 768px) {
.title04-2{
font-size: 2.5rem;	
}}	
.title05{
color: #0F1F48;
  font-size: 2rem;
  font-weight: bold;
text-align: center;
	line-height: 140%;	
}
.title06{
color: #0F1F48;
  font-size: 2.5rem;
  font-weight: 700;
text-align: center;
	line-height: 150%;
}
@media only screen and (max-width: 768px) {
.title06{
  font-size: 2.4rem;
	line-height: 130%;
}}
.title06-2{
color: #0F1F48;
  font-size: 2.5rem;
  font-weight: 700;
text-align: center;
	line-height: 150%;
}
@media only screen and (max-width: 768px) {
.title06-2{
  font-size: 2.4rem;
	line-height: 130%;
	padding-bottom: 20px;
}}



.title06-l{
color: #0F1F48;
  font-size: 2.5rem;
  font-weight: 700;
text-align: left;
	line-height: 150%;
}
@media only screen and (max-width: 768px) {
.title06-l{
  font-size: 2rem;
}
}
.title07{
color: #0F1F48;
  font-size: 2.8rem;
  font-weight: 700;
text-align: center;
	line-height: 150%;
}


.headsita01{
background-image:url(../img/hradsitaim.png);
text-align: left;
background-repeat: no-repeat;
height: 441px;
padding: 0px 0px 0px 0px;

}
@media only screen and (max-width: 768px) {
.headsita01{
height: auto;
}
}



.headsita02{
padding: 30px 30px 0px 30px;
}
.contents-inner{
	background-color: #ffffff;
padding: 30px 50px 30px 50px;
	text-align: left;
}
@media only screen and (max-width: 768px) {
.contents-inner{	
padding: 15px 15px 15px 15px;
}
}
.step01{
background-image:url(../img/step_02.png);
text-align: left;
background-repeat: repeat;
padding: 0px 50px 0px 155px;
background-size: contain;
line-height:180%;
}
@media only screen and (max-width: 768px) {
.step01{

padding: 0px 25px 0px 67px;
}
}
.step02{
background-image:url(../img/step_04.png);
text-align: left;
background-repeat: repeat;
padding: 0px 50px 0px 155px;
background-size: contain;
line-height:180%;
}
@media only screen and (max-width: 768px) {
.step02{
padding: 0px 25px 0px 67px;
}
}
.step03{
background-image:url(../img/step_06.png);
text-align: left;
background-repeat: repeat;
padding: 0px 50px 0px 155px;
background-size: contain;
line-height:180%;
}
@media only screen and (max-width: 768px) {
.step03{
padding: 0px 25px 0px 67px;
}
}





.stepmoji01{

color: #0F1F48;
  font-size: 2.95rem;
  font-weight: 700;
text-align: center;
	line-height: 140%;
	border-bottom: 3px solid #0F1F48;
}
@media only screen and (max-width: 768px) {
.stepmoji01{
  font-size: 2.2rem;
	border-bottom: 2px solid #0F1F48;
}
}



.stepmoji02{

color: #DB6C4B;
  font-size: 7.5rem;
  font-weight: 700;
text-align: center;
	line-height: 170%;
}
@media only screen and (max-width: 768px) {
.stepmoji02{
font-size: 4.5rem;
	}
	}
.stepmoji03{

color: #1D4196;
  font-size: 3.5rem;
  font-weight: 700;
text-align: center;
	line-height: 140%;
}
@media only screen and (max-width: 768px) {
.stepmoji03{
 font-size: 2.2rem;
	}
	}
.voice01{
background-image:url(../img/voice_02.png);
text-align: left;
background-repeat: repeat;
padding: 0px 80px 0px 80px;
background-size: contain;
line-height:180%;
}
@media only screen and (max-width: 768px) {
.voice01{
padding: 0px 30px 0px 30px;	
}	
}	
.voice-tyuui{
  font-size: 90%;
	text-align: right;
		line-height: 200%;
}
@media only screen and (max-width: 768px) {
.voice-tyuui{
  font-size: 80%;
}	
}

.voice-tyuui2{
  font-size: 80%;
	text-align: right;
		line-height: 200%;
}
.haikeiline01{
background-image:url(../img/haikeiline01.jpg);
text-align: left;
background-repeat: no-repeat;
height: 239px;
padding: 0px 0px 0px 0px;

}
@media only screen and (max-width: 768px) {
.haikeiline01{
background-image:none;
height: auto;
}
}
.haikeiline02{
background-image:url(../img/haikeiline02.jpg);
text-align: left;
background-repeat: no-repeat;
height: 252px;
padding: 0px 0px 0px 0px;

}
@media only screen and (max-width: 768px) {
.haikeiline02{
background-image:none;
height: auto;
}
}
.haikeiline03{
background-image:url(../img/haikeiline03.png);
text-align: left;
background-repeat: no-repeat;
height: 301px;
padding: 0px 0px 0px 0px;

}
@media only screen and (max-width: 768px) {
.haikeiline03{
background-image:none;
height: auto;
}
}




@media only screen and (max-width: 768px) {
.sp-wrapper{
padding: 0px 10px 0px 10px;
}
}
/* 吹き出し本体 */
.balloon1{
  position: relative;
  padding: 20px;
  border-radius: 10px;
  color: #ffffff;
  background-color: #0888ff;
  margin-left: 110px;          /* 左に余白を設ける */
}
/* 画像 - 絶対配置で左上に配置 */
.balloon1 .icon{
  position: absolute;
  left: -110px;
  top: 0;
}
/* 三角アイコン */
.balloon1::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -15px;
  top: 20px;
  border-right: 15px solid #0888ff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

/* 吹き出し本体 */
.balloon2{
  position: relative;
  padding: 20px;
  border-radius: 10px;
  color: #ffffff;
  background-color: #0888ff;
  margin-right: 110px;          /* 右に余白を設ける */
}
/* 画像 - 絶対配置で右上に配置 */
.balloon2 .icon{
  position: absolute;
  right: -110px;
  top: 0;
op: 0;
}
/* 三角アイコン */
.balloon2::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -15px;
  top: 20px;
  border-left: 15px solid #0888ff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.sarani01{
background-color: #FFFFFF;
text-align: left;
background-repeat: repeat;
padding: 0px 50px 0px 50px;
background-size: contain;
line-height:180%;
}
@media only screen and (max-width: 768px) {
.sarani01{	
padding: 0px 20px 0px 20px;	
}	
}	
/*レビュー
---------------------------------------------------------------------------*/
/*wrapper*/
.review-wrapper {
	height: auto;
	margin: 0px auto;
	max-width: var(--wrap-w, 960px);
	padding: 0px 0px;
}
@media only screen and (max-width: 768px) {
.review-wrapper {
	width: 100%;
	padding: 0px 10px;
}
}
.review-box {
  width: 100%; /*幅指定*/
  display: flex;
	color: #424242;
	font-size: 1.6rem;
}
.review1 {
  width: 100%;
  flex: 1;
  padding: 0px 20px 0px 50px;
}
.review2 {
  width: 350px; /*幅指定*/
  padding: 0px 50px 0px 20px;
}
.review-text1{
	font-size: 130%;
	font-weight: bold;
}
.review-text2{
	font-size: 85%;
	color: #424242;
	margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .review-box {
    display: block;
  }
  .review1{
    width: 100%;
	padding: 30px 15px 0px 15px;  
  }
  .review2 {
    width: 100%;
	padding: 20px 15px 20px 15px;  
  }
}
.star{
	color: #ff9d00;
}
@import url('https://fonts.googleapis.com/css?family=Lato');
.amazon-review {
  --row-height: 19px;
  font-family: Lato;
}
.amazon-review {
/*   border: solid 1px rgb(242,242,242); */
  width: 300px;
	text-align: left;
}
.rating-percentages .row {
  display: grid;
  grid-template-columns: 40px 1fr 50px;
  grid-column-gap: 10px;
  margin-bottom: 15px;
  height: var(--row-height);
  transform: translateX(8px)
}
.rating-percentages .row .star-title {
  color: #267e91;
	font-size: 85%;
}
.star-title{
	font-family: var(--font-style,-apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", 'Hiragino Sans','ヒラギノ角ゴシック','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ','Meiryo','ＭＳ Ｐゴシック',Osaka,Verdana,sans-serif);
}
.star-title2 {
  color: #267e91;
	font-size: 85%;
	font-family: var(--font-style,-apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", 'Hiragino Sans','ヒラギノ角ゴシック','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ','Meiryo','ＭＳ Ｐゴシック',Osaka,Verdana,sans-serif);
}
.rating-percentages .row .perc {
	border: 1px solid #b6bbba;
  background: #eef1f1;
  height: 20px;
	border-radius: 3px;
	margin-top: 3px;
}
.rating-percentages .row .perc .fill {
		border-top: 1px solid #de7200;
border-bottom: 1px solid #de7200;
border-left: 1px solid #de7200;
  background-color: #ff9d00;  
  height: var(--row-height);
	border-radius: 3px 0px 0px 3px;
}

.fill-83 {
  width: 83%
}
.fill-16 {
  width: 16%
}
.fill-0 {
  width: 0%
}
.fill-0 {
  width: 0%
}
.fill-0 {
  width: 0%
}
.review-inner{
	padding: 0px 50px;
}
@media only screen and (max-width: 768px) {
.review-inner {
	padding: 0px 15px;
}
}
.user{
	color: #a3b3b1;
	font-size: 150%;
}
.user-title{
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
	margin: 5px 0px 5px 0px;
}
.user-voice{
	font-size: 1.6rem;
	line-height: 1.5;
}
hr.d-line {
	
	border-top: 1px dotted #A3B3B1;
	margin: 25px 0px 20px 0px;
}
hr.d-line2 {

	border-top: 1px dotted #A3B3B1;
	margin: 15px 0px 20px 0px;
}
.grad-btn {
  /*.grad-btnのCSSは表示/非表示の動作には関係ないので、ご自由にどうぞ*/
}
.grad-item {
  position: relative;
  overflow: hidden;
  height: 80px; /*隠した状態の高さ*/
}
.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px; /*グラデーションで隠す高さ*/
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  content: "";
}
.grad-trigger {
  display: none; /*チェックボックスは常に非表示*/
}
.grad-trigger:checked + .grad-btn {
  display: none; /*チェックされていたら、grad-btnを非表示にする*/
}
.grad-trigger:checked ~ .grad-item {
  height: auto; /*チェックされていたら、高さを戻す*/
}
.grad-trigger:checked ~ .grad-item::before {
  display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}
ul{
  padding-left:0;
}
li {
 list-style:none;
}
.r-btn {
  position: relative;
  padding: 0.5em 1.6em;
  color: #333333;
  text-decoration: none;
  user-select: none;
  border-top: 1px #333333 solid;
  border-bottom: 1px #333333 solid;
  transition: 0.3s;
 text-align: center;
}

.r-btn:hover {
  opacity: 0.5;
}

.r-btn::after,
.r-btn::before {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background: #333333;
}

.r-btn::after {
  top: 2px;
}

.r-btn::before {
  bottom: 2px;
}
.cmt{
	font-size: 120%;
}
.hyouka{
	border: solid 2px #006aa9;
	padding: 15px;
	text-align: center;
}
.hyouka-title{
	font-size: 150%;
}
.button-18 {
  display: inline-block;
  padding: 0.5em 2em;
  color: #fff;
  text-decoration: none;
  user-select: none;
  background: #00b5ad;
  border: 1px #fff solid;
  box-shadow: 0 0 0 3px #00b5ad;
	margin: 20px 0px;
}
.review-midashi1{
	font-weight: bold;
	font-size: 1.9rem;
	margin-bottom: -20px;
}
.review-midashi2{
	font-weight: bold;
	font-size: 2.8rem;
	margin-bottom: -5px;
}
.review-midashi3{
	font-size: 100%;
	margin-bottom: -5px;
}
.review-midashi4{
	font-size: 80%;
	text-align: right;
}
.review-midashi5{
	margin-top: 10px;
}
.review-midashi6{
	font-size: 75%;
	text-align: right;
	padding-right: 15px;
}
.btn_12 {
	display: flex;
    justify-content: space-evenly;
    align-items: center;
	text-align: center;
	text-decoration: none;
	margin: 40px auto;
	padding: 1rem 4rem 1rem 3rem;
	font-weight: bold;
	background: #ff9700;
	color: #fff;
	border-radius: 100vh;
	position: relative;
	transition: 0.5s;
	max-width: 350px;
}
.btn_12::before {
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}
.btn_12:hover {
	background: #ffb600;
	color: #fff;
}
@media screen and (max-width: 767px) {
.review-midashi1{
	font-weight: bold;
	font-size: 1.9rem;
	margin-bottom: 0px;
}
.review-midashi2{
	font-weight: bold;
	font-size: 2.5rem;
	margin-bottom: 5px;
	line-height: 1.1;
}
.review-midashi3{
	font-size: 100%;
	margin-bottom: 5px;
}
.review-midashi4{
	font-size: 80%;
	text-align: right;
}
.review-midashi5{
	margin-top: 10px;
}		
}

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;
}
.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;
  max-width: 580px;
  min-height: 50px;
  border-radius: 10px;
  padding: 1em;	
}
.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: #7f7f7f;
  float: right;
}
.mychat.talk02:before {
  border-left-color: #7f7f7f;
}
.yourchat.talk02{
  margin: 0 auto 0 15px;
  color: #ffffff;
  background: #7f7f7f;
  float: left;
}
.yourchat.talk02:before {
  border-right-color: #7f7f7f;
}
/*LINE鬚ｨ繧ｫ繝ｩ繝ｼ*/
.line-bg {
	 border: 3px solid #142e72;
text-align: left;
	border-radius: 20px;

  padding: 20px 20px;
}
@media screen and (max-width: 768px) {	
.line-bg {
padding: 10px 10px;	
	
	
}	
}
.line-inner{
margin: 0px 0px;
padding:0px 0px 15px 0px;
outline: none;
overflow: hidden;
position: relative;
z-index:0;
}
.mychat.talk03{
  margin: 0 15px 0 auto;
  color: #fff;
  background: #0084e9;
  float: right;
}
.mychat.talk03:before {
  border-left-color: #0084e9;
}
.yourchat.talk03{
  margin: 0 auto 0 15px;
  color: #fff;
  background: #0084e9;
  float: left;
}
.yourchat.talk03:before {
  border-right-color: #0084e9;
}
.line-name01{
	padding: 0px 15px;
	color: #142e72;
	font-size: 92%;
}
.line-name02{
	padding: 0px 15px;
	color: #142e72;
	text-align: right;
	font-size: 92%;
}
img.yourchat{
  max-width: 300px;
  height: auto;
  float: left;
}
img.mychat{
  max-width: 300px;
  height: auto;
  float: right;
}
@media screen and (max-width: 640px) {
img.yourchat{
  max-width: 130px;
}
img.mychat{
  max-width: 130px;
}
}
/*繝√Ε繝�ヨ繝ｯ繝ｼ繧ｯ鬚ｨ繧ｫ繝ｩ繝ｼ*/
img.cw{
  width: 50px;
  height: auto;
  vertical-align: bottom;
  border-radius: 50% 50% 0 50%;
  float: left;
  margin-right: 20px;
  margin-bottom: 1em;
}
.cw-inner{
margin: 0px 10px;
padding:5px 0px 14px 0px;
outline: none;
overflow: hidden;
position: relative;
z-index:0;
}
hr.cw{
	border-top: 0px solid #000000;
	margin: 0px 0px 7px 0px;
}
.cw-name {
	font-size: 100%;
	color: #539BC5;
}
.cw-name02 {
	color: #999999;
	font-size: 82%;
}
/*
v(^^)v笏≫煤笏≫煤笏≫煤笏≫煤笏≫煤笏≫煤笏≫煤笏≫煤笏≫煤笏」(^^)v

竊楢ｦ句�縺�

v(^^)v笏≫煤笏≫煤笏≫煤笏≫煤笏≫煤笏≫煤笏≫煤笏≫煤笏≫煤笏」(^^)v 
*/
.t-title02 {
padding: 0.25em 0.5em;/*荳贋ｸ� 蟾ｦ蜿ｳ縺ｮ菴咏區*/
color: #494949;/*譁�ｭ苓牡*/
background: transparent;/*閭梧勹騾乗�縺ｫ*/
border-left: solid 5px #987B31;/*蟾ｦ邱�*/
}
.t-title03 {
padding: 0.25em 0.5em;/*荳贋ｸ� 蟾ｦ蜿ｳ縺ｮ菴咏區*/
color: #494949;/*譁�ｭ苓牡*/
background: transparent;/*閭梧勹騾乗�縺ｫ*/
border-left: solid 5px #cccccc;/*蟾ｦ邱�*/
}

.t-title04 {
padding: 0.25em 0.5em;/*荳贋ｸ� 蟾ｦ蜿ｳ縺ｮ菴咏區*/
color: #494949;/*譁�ｭ苓牡*/
background: transparent;/*閭梧勹騾乗�縺ｫ*/
border-left: solid 5px #FA5858;/*蟾ｦ邱�*/
}
.t-title05 {
padding: 0.25em 0.5em;/*荳贋ｸ� 蟾ｦ蜿ｳ縺ｮ菴咏區*/
color: #494949;/*譁�ｭ苓牡*/
background: transparent;/*閭梧勹騾乗�縺ｫ*/
border-left: solid 5px #7db4e6;/*蟾ｦ邱�*/
}
.t-title06 {
padding: 0.25em 0.5em;/*荳贋ｸ� 蟾ｦ蜿ｳ縺ｮ菴咏區*/
color: #494949;/*譁�ｭ苓牡*/
background: transparent;/*閭梧勹騾乗�縺ｫ*/
border-left: solid 5px #7db4e6;/*蟾ｦ邱�*/
}
.t-title-font{
font-size: 150%;
}
@media screen and (max-width: 640px) {
.t-title-font{
font-size: 120%;
}
}


.step2-01{
background-color: #DB6C4B;
	color: #FFFFFF;
text-align: center;
background-repeat: repeat;
padding: 30px 10px 30px 10px;
background-size: contain;
line-height:120%;
font-size: 130%;
}
@media screen and (max-width: 768px) {	
	.step2-01{
padding: 15px 0px 15px 0px;
}}


.step2-02{
line-height:180%;
font-size: 140%;
	font-weight: bold;
}
@media screen and (max-width: 768px) {	
	.step2-02{
font-size: 100%;
}}


.step2-03{
background-color: #F3DDD6;
text-align: left;
background-repeat: repeat;
padding: 40px 40px 40px 40px;
background-size: contain;
line-height:150%;
font-size: 110%;
	color: #4D4D4D;

}
@media screen and (max-width: 768px) {	
	.step2-03{
padding: 0px 10px 20px 10px;
		text-align: center;
}}


.step2-03-2{
text-align: center;
background-repeat: repeat;
padding: 20px 60px 40px 60px;
background-size: contain;
line-height:100%;
font-size: 110%;
	color: #4D4D4D;
font-weight: bold;
	z-index: 100;
}
@media screen and (max-width: 768px) {	
	.step2-03-2{
padding: 20px 5px 20px 5px;
		text-align: center;
		font-size: 90%;
}}
@media screen and (max-width: 768px) {	
	.step2-bt{
padding: 0px 0px 0px 0px;
		text-align: center;
line-height: 130%;
}}


.step2-04{
line-height:180%;
font-size: 85%;
	font-weight: bold;
	color: #DB6C4B;
}
@media screen and (max-width: 768px) {	
.step2-04{
font-size: 120%;
	
	}
	}


.step2-04-2{
padding: 10px 0px 0px 0px;	
line-height:120%;
font-size: 70%;
	font-weight: bold;
	color: #4D4D4D;
}
@media screen and (max-width: 768px) {	
.step2-04-2{
font-size: 90%;
	
	}
	}
.step2-05{

	padding: 20px 10px 20px 10px;
	text-align: center;
}
                .container {
            overflow: hidden; /* フロート解除のためのclearfix代わり */
        }

        .left-column {
            float: left;
            width: 65%; /* 左カラムは全体の60% */
           
            padding: 0px 10px 0px 0px;
        }

        .right-column {
            float: right;
            width: 35%; /* 右カラムは全体の40% */
            
            padding: 0px 0px 0px 10px;
        }
    .left-column2 {
            float: left;
            width: 70%; /* 左カラムは全体の60% */
           
            padding: 0px 10px 0px 0px;
        }

        .right-column2 {
            float: right;
            width: 30%; /* 右カラムは全体の40% */
            
            padding: 0px 0px 0px 10px;
        }
@media screen and (max-width: 768px) {	
                .container {
            overflow: auto; /* フロート解除のためのclearfix代わり */
        }
	.left-column {
            float: none; /* フロートを解除して縦並びに */
        width: 100%; /* 幅を100%に */
            padding: 0px 0px 0px 0px;
		text-align: center;
        }

        .right-column {
           float: none; /* フロートを解除して縦並びに */
        width: 100%; /* 幅を100%に */
            padding: 0px 0px 0px 0px;
        }
		.left-column2 {
         float: none; /* フロートを解除して縦並びに */
        width: 100%; /* 幅を100%に */
           
            padding: 0px 0px 0px 0px;
        }

        .right-column2 {
          float: none; /* フロートを解除して縦並びに */
        width: 100%; /* 幅を100%に */
            text-align: center;
            padding: 0px 0px 0px 0px;
        }
	
	
	
   }





.step6{
 background-color: rgba(255, 255, 255, 0.8); 
text-align: left;
background-repeat: repeat;
padding: 20px 25px 15px 25px;
background-size: contain;
line-height:180%;
	font-size: 90%;
}
@media screen and (max-width: 768px) {	
.step6{
	
padding: 20px 13px 15px 13px;	
	}
}
.tbox03-2 {
    position: relative;
    margin: 0.5em 0;
    padding: 70px 40px 40px 40px;
    border: solid 3px #1D4196;
	}
@media screen and (max-width: 768px) {	
	.tbox03-2 {
	 padding: 50px 15px 40px 15px;	
}}
.tbox03-2 .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0.5em 1.5em 0em 1.5em;
    height: 50px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 150%;
    background: #1D4196;
    color: #ffffff;
	font-weight: bold;
}
@media screen and (max-width: 768px) {	
.tbox03-2 .box-title {
font-size: 120%;		
    padding: 0.5em 1.5em 0em 1.5em;
    height: 40px;		
	}
	}
.pure01{
background-color: #F2F2F2;
text-align: left;
background-repeat: repeat;
padding: 0px 50px 0px 50px;
background-size: contain;
line-height:150%;
}
@media screen and (max-width: 768px) {
.pure01{
padding: 0px 20px 0px 20px;	
}	
}	
.pure02{
	 border: 3px solid #1D4196;
text-align: left;
	border-radius: 20px 20px 0px 0px;
background-repeat: repeat;
padding: 20px 50px 0px 50px;
background-size: contain;
line-height:180%;
}

.pure03{

color: #0F1F48;
  font-size: 2.4rem;
  font-weight: 700;
text-align: center;
	line-height: 140%;
	
}



/* 考えてみませんか？ */
.subhead-bg{
	background:url("../img/fv_bg.png") center top no-repeat;
}
.woman1-img{
	margin-top: -20px;
	margin-bottom: -23px;
}
.arrow1-img{
	margin-bottom: -25px;
}
.subhead-img{
	width: 130px;	
}
@media screen and (max-width: 768px) {
.subhead-img{
	width: 100px;	
}
}	
.subhead-text{
	text-align: center;
	width: 700px;
	vertical-align: top;
	padding-top: 40px;
}
.subhead-copy1{
	padding: 5px 20px;
	font-size: 2rem;
	font-weight: 600;
	background: #ffffff;
	border-radius: 30px;
	margin-left: -25px;

}
.subhead-copy2{
    font-weight: 600;
	font-size: 3.5rem;
	line-height: 1.2;
	padding-top: 15px;
	padding-bottom: 20px;
}

@media only screen and (max-width: 768px) {
.woman1-img{
	margin-top: -20px;
	margin-bottom: -23px;
margin-left: 5px;
	width: 0%;
}
.arrow1-img{
	margin-bottom: -15px;
}	
.subhead-img{
	width: 13px;	
}	
.subhead-text{
	text-align: center;
	width: auto;
	vertical-align: top;
	padding-top: 30px;
}	
.subhead-copy1{
	padding: 3px 15px;
	font-size: 1.5rem;
	margin-left: 0px;
}
	
	
	
.subhead-copy2{
    font-weight: 600;
	font-size: 2.4rem;
	line-height: 1.8;
	padding-top: 5px;
	padding-bottom: 20px;
}	
}

.kakaku01{
background-image:url(../img/kakaku_02.png);
text-align: left;
background-repeat: repeat;
padding: 0px 50px 0px 50px;
background-size: contain;
line-height:180%;
}
@media screen and (max-width: 768px) {
.kakaku01{
background-image:none;	
padding: 0px 20px 0px 20px;	
	background: #fff;
}	
}	
	
	
/*pc*/
.privacy {
width: 600px;
margin: 0 auto;
text-align: left;
}
.privacy_inner {
height: 200px;
	font-size: 14px;
	line-height: 1.6;
overflow: auto;
padding: 10px;
background: #fff;
margin-bottom: 20px;
}

.privacy_inner ul li,.privacy_inner p{
font-size: 14px;
}

.privacy_ttl{
margin-top: 20px;
font-size: 14px;
font-weight: bold;
}


@media screen and (max-width: 768px) {
/*タブレット*/
.privacy {
width: 90%;
margin: 0 auto;
text-align: left;
}
.privacy_inner {
height: 200px;
overflow: auto;
padding: 10px;
background:   #ECECEC;
margin-bottom: 20px;
}
.privacy_ttl{
margin-top: 20px;
font-size: 14px;
}
.privacy_inner ul li,.privacy_inner p{
font-size: 14px;

}}/*タブレットEND*/

@media screen and (max-width: 640px) {
/*スマートフォン*/
.privacy {
width: 90%;
margin: 0 auto;
text-align: left;
}
.privacy_inner {
height: 200px;
overflow: auto;
overflow-x: hidden;
padding: 10px;
background:   #ECECEC;
margin-bottom: 20px;
}
.privacy_ttl{
margin-top: 20px;
font-size: 14px;
}
.privacy_inner ul li,.privacy_inner p{
font-size: 14px;
}}/*スマートフォンEND*/


/*固定フッターボタン*/
.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  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-coupon {
  line-height: 1.2;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  width: 580px;
  height: 90px;
  margin: 0 auto;
  padding: 0;
}

a.btn-coupon .left {
  width: 100%;
  padding-top: 0px;
line-height: 170%;
  -webkit-transition: all 0.6s;

  transition: all 0.6s;
  -webkit-transform-origin: top left;
  transform-origin: top left;

  border: 2px solid #e94919;

  background: #fff;

  -webkit-transform-style: preserve-3d;

  transform-style: preserve-3d;
}

a.btn-coupon .left span {
  font-size: 1rem;
}

a.btn-coupon .left span.txt1 {
  font-size: 1.5rem;
  color: #e94919;
}
a.btn-coupon .left span.txt2 {
  font-size: 1.0rem;
  color: #212529;
}
a.btn-coupon .left em {
  font-size: 3.5rem;
  font-style: normal;

  display: block;

  color: #e94919;
}

a.btn-coupon .right {
  position: relative;

  width: 20%;
  height: 100%;

  -webkit-transition: all 0.6s;

  transition: all 0.6s;
  -webkit-transform-origin: top left;
  transform-origin: top left;

  color: #fff;
  border-left: 2px dotted #fff;
  background: #e94919;

  -webkit-transform-style: preserve-3d;

  transform-style: preserve-3d;
}

a.btn-coupon .right span {
  font-size: 2rem;
  line-height: 1;

  position: absolute;
  top: -0.8rem;
  left: calc(50% - 0.8rem);

  display: inline-block;

  -webkit-transform: rotate(90deg);

  transform: rotate(90deg);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

a.btn-coupon:hover .left {
  -webkit-transform: rotateX(-20deg);
  transform: rotateX(-20deg);
}

a.btn-coupon:hover .right {
  -webkit-transform: rotateX(-20deg) rotateY(75deg);
  transform: rotateX(-20deg) rotateY(75deg);
}

@media screen and (max-width: 768px) {
a.btn-coupon {
  width: 390px;
  height: 88px;
  margin: 0 auto;
  padding: 0;
}
}


/*cta*/

.cta-bg{
	background-repeat: no-repeat;
	background-image:url(../img/cta-bg.png);
	background-position: top center;
	padding-top: 540px;
}
@media screen and (max-width: 768px) {
.cta-bg{
		background-image:none;
	padding-top: 0px;
	
	
}
}
.cp-title {
  position: relative;
  display: inline-block;
  padding: 0 55px;
margin-bottom: 40px;
	font-size: 150%;
	font-weight: 600;
}

.cp-title:before,.cp-title:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 2px;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
}
.cp-title:before {
  left:0;
}
.cp-title:after {
  right: 0;
}
/* PC表示（デフォルト設定） */
.col2 {
    display: flex; /* フレックスボックス */
    justify-content: space-between; /* 要素の間にスペース */
    gap: 20px; /* 要素間の隙間 */
    margin-top: 0; /* 上の隙間 */
}

/* スマホ表示（縦並び） */
@media (max-width: 768px) {
    .col2 {
        flex-direction: column; /* 縦並びに変更 */
        gap: 10px; /* 隙間を調整 */
    }
}

.getugaku, .nenkan {
    flex: 1; /* 均等に幅を取る */
    background-color: #f2f2f2;
    text-align: center;
    padding: 20px 20px;
    border-radius: 10px; /* 角を少し丸くする */
    
}
.getugaku2, .nenkan2 {
    flex: 1; /* 均等に幅を取る */
    text-align: center;
    padding: 0px 20px;
}



.plan-bg {
    background-color: #0d2d76;
}

.plan-titlebg {
    margin-bottom: 20px;
}

.plan1 {
    background-color: #0d2d76;
    color: #ffffff;
    line-height: 130%;
    padding: 10px 30px;
    border-radius: 5px;
    font-weight: 600;
}
@media screen and (max-width: 768px) {
.plan1 {
	padding: 10px 10px;
	
}}
.plan2 {
    background-color: #D16D52;
    color: #ffffff;
    line-height: 130%;
    padding: 10px 30px;
    border-radius: 5px;
    font-weight: 600;
}
@media screen and (max-width: 768px) {
.plan2 {
	padding: 10px 10px;
	font-size: 110%;
}}



.plan-title {
    margin: 25px 0 20px 0;
    font-weight: 600;
    border-bottom: 1px dotted #999;
}

.price-free1, .price-free2 {
    color: #1D4196;
    font-weight: 600;
}

.price {
    font-weight: 600;
    font-size: 100%;
    color: #1D4196;
    margin-bottom: 0px;
}
.price-1 {
    font-weight: 600;
    font-size: 100%;
    color: #D16D52;
    margin-bottom: 0px;
}


.price2 {
    font-size: 15px;
    font-weight: 600;
}

.kakaku {
    font-size: 130%;
}
.plicebox{
	border:1px dotted #999;
	margin: 20px 20px;
	padding: 15px 15px 15px 25px;
	text-align: left;
	font-size: 14px;
	line-height: 1.5;
	border-radius: 5px;
}
.plicebox-text {
  text-indent: -14px; /* ※の部分を基準にインデント */
  margin-left: 14px; /* 本文全体をインデント */
}
@media screen and (max-width: 768px) {
.plicebox{
	margin: 20px 0px;
	font-size: 13px;
	padding: 15px 5px 15px 25px;
}
}

.price-copy{
	color:  #1D4196;
	font-weight: 600;
	font-size: 20px;
	padding-top: 20px;
}
.cta-button a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 250px;
    padding: 10px 25px;
    color: #fff;
    line-height: 1.8;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-weight: 500;
	background: linear-gradient(to top, rgb(0, 146, 69), #4FAE54);
    color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    border-radius: 9999px;
}
.cta-button a:hover {
    color: #fff;
    opacity: 0.5;
}
.cta-button a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
.cta-button a {
	padding: 20px 25px;
	
	}
	}
.cta-button a:hover:after {
    border-color: #fff;
}
.cta-button2 a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 300px;
    padding: 10px 25px;
   
    color: #fff;
    line-height: 1.8;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-weight: 500;
	background: linear-gradient(to top, rgb(0, 146, 69), #4FAE54);
    color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    border-radius: 9999px;
}
@media screen and (max-width: 768px) {
.cta-button2 a {
	padding: 20px 25px;
	
	}
	}
.cta-button2 a:hover {
    color: #fff;
    opacity: 0.5;
	
}
.cta-button2 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.cta-button2 a:hover:after {
    border-color: #fff;
}
.hyou01{
padding: 0px 30px 0px 30px;
}
@media screen and (max-width: 768px) {
.hyou01{
padding: 0px 0px 0px 0px;	
}	
}

           .form-container {
            max-width: 960px;
            margin: 0 auto;
            padding: 20px 20px 40px 20px;
            background-color: #ffffff;
            box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
            border-radius: 8px;
        }




.form-heading{
    font-size: 130%;
    font-weight: 700;
	color: #EC6D25;
}
@media screen and (max-width: 768px) {
.form-heading{

	

}
}

    .underlined-text {
      text-align: center;
      font-size: 130%;
      color: #EC6D25; /* 文字の色 */
      position: relative;
      display: inline-block;
		font-weight: 700;
    }

    .underlined-text::after {
      content: "";
      display: block;
      width: 80px; /* 下線の長さ */
      height: 2px; /* 下線の太さ */
      background-color: #EC6D25; /* 下線の色 */
      margin: 10px auto 0; /* 上の余白 */
    }

@media screen and (max-width: 768px) {
    .underlined-text {
      text-align: center;
      font-size: 115%;
		padding: 15px 0px 10px 0px;
		line-height: 140%;
	}	
	    .underlined-text::after {	
	      margin: 14px auto 0; /* 上の余白 */	
		
}
}
/* 吹き出し全体のスタイル */
.bubble {
    background-color: #55AE97; /* 吹き出しの背景色 */
    color: white;
    padding: 15px 20px;
    border-radius: 8px;
    text-align: center;
    position: relative;
    display: inline-block;
    font-size: 120%;
    font-weight: 700;
	width: 100%; /* 必要に応じて調整 */
}

/* 下に表示される三角形のスタイル */
.bubble::after {
    content: "";
    position: absolute;
    bottom: -10px; /* 吹き出し本体から三角形の位置 */
    left: 50%;
    transform: translateX(-50%);
    border-width: 10px 10px 0; /* 三角形のサイズ */
    border-style: solid;
    border-color: #55AE97 transparent transparent transparent; /* 三角形の色 */
}

        .form-group {
            display: flex;
            align-items: center;
            margin-bottom: 20px;
			padding: 0px 50px 0px 50px;
			 }
	@media screen and (max-width: 768px) {		
		  .form-group {
			  padding: 0px 20px 0px 20px;
			  
			  
		 }	  
        }
 .form-group label {
    font-size: 14px;
    color: #333;
    width: 220px; /* ラベルの幅を固定 */
    display: flex;
    justify-content: space-between;
    align-items: center;
	margin: 0px 25px 0px 0px;
}
	@media screen and (max-width: 768px) {	
.form-group label {
	 font-size: 15px;
width: 100%;	
}	
}
.required-mark {
    background-color: #F8486E;
    color: #FFFFFF;
    font-size: 12px;
    padding: 2px 4px;
    border-radius: 3px;
    margin-left: auto;
    display: inline-block;
}
        .input-field {
            flex: 1;
        }
        .input-field input[type="text"], .input-field input[type="email"] {
            width: 100%;
            padding: 16px 16px;
            font-size: 14px;
            border: 1px solid #ccc;
            border-radius: 4px;
            background-color: #FFFBEA; /* 薄い黄色背景 */
			  box-sizing: border-box;
        }
        .input-field input::placeholder {
            color: #999;
        }
        .submit-button {
            text-align: center;
            margin-top: 40px;
        }
    .submit-button .btn-with-arrow {
        background-color: #55AE97;
        color: white;
        padding: 15px 20px;
        border: none;
        border-radius: 60px;
        font-size: 120%;
		font-weight: 700;
        cursor: pointer;
        width: 70%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
	@media screen and (max-width: 768px) {	
    .submit-button .btn-with-arrow {
        font-size: 100%;
		
        width: 90%;
		text-align: left;
    } }
    .submit-button .btn-with-arrow i {
        margin-left: 8px;
        font-size: 24px; /* アイコンの大きさを調整 */
    }
    .submit-button .btn-with-arrow:hover {
         opacity: 0.9;
    transition: opacity 0.3s ease;
    }

        /* スマホサイズ用のスタイル */
 	@media screen and (max-width: 768px) {	
            .form-group {
                flex-direction: column;
                align-items: flex-start;
            }
            .form-group label {
                display: flex;
                align-items: center;
                margin-bottom: 5px;
            }
            .required-mark {
                margin-left: 5px;
                margin-bottom: 0; /* スマホでの表示のため調整 */
            }
		   .input-field {
                width: 100%;
            }
            .input-field input[type="text"], .input-field input[type="email"] {
				width: 100%;
                padding: 18px 12px 18px 12px;
                font-size: 100%;
				 box-sizing: border-box;
            }
        }



      .r-move {
			padding: 0px 100px 30px 100px;
			 }
	@media screen and (max-width: 768px) {		
		  .r-move {
			  padding: 0px 0px 0px 0px;
	  
		 }	  
        }

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

.tab01{
	background-color: #4d4d4d;
	color: #fff;
	padding:10px 15px;
}
.cta-box2{
	border: solid 1px #4d4d4d;
	background-color: #ffffff;
	text-align: left;
	padding: 20px;
}
.cta-box2-text {
  text-indent: -14px; /* ※の部分を基準にインデント */
  margin-left: 14px; /* 本文全体をインデント */
}

@media screen and (max-width: 768px) {
.cta-box2{
	padding: 10px;
}
}
        iframe {
            width: 860px; /* PC用の幅 */
            height: 600px; /* PC用の高さ */
            border: 1px solid #ccc; /* 枠線 */
        }

        /* スマホ用設定 */
        @media screen and (max-width: 768px) {
            iframe {
                width: 100%; /* 幅を画面いっぱいに */
                height: 400px; /* 高さを400pxに固定 */
            }
        }
.box26 {
    position: relative;
    margin: 2em 0;
    padding: 1.8em 1.7em 1.5em 1.8em;
    border: solid 3px #142e72;
    border-radius: 8px;
	text-align: center;
	line-height: 150%;
	font-weight: bold;
}

.box26::before {
    content: "";
    position: absolute;
    top: 5px; /* 内側の線の位置調整 */
    left: 5px;
    right: 5px;
    bottom: 5px;
    border: solid 1px #142e72; /* 内側の線の色と太さ */
    border-radius: 5px; /* 内側の線を角丸にする */
    pointer-events: none; /* 内側の線がクリックなどをブロックしないようにする */
    box-sizing: border-box; /* 内側の線が正確に描画されるようにする */
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -15px;
    left: 20px;
    padding: 0 9px;
    line-height: 1;
    font-size: 3.4rem;
    background: #FFF;
    color: #142e72;
    font-weight: bold;
}
.box26 p {
    margin: 0; 
    padding: 0;
}



 .custom-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.custom-table th, .custom-table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
}

.custom-table th {
    background-color: #142e72; /* 濃いネイビー */
    color: white;
    font-weight: bold;
}

/* 勝ちの左列 */
.custom-table .result-win {
    background-color: #df6649; /* 赤系 */
    font-weight: bold;
	color:  #ffffff;
}

/* 負けの左列 */
.custom-table .result-lose {
    background-color: #505050; /* 濃い灰色 */
    font-weight: bold;
	color:  #ffffff;
}

/* 奇数行の背景色 */
.custom-table tr:nth-child(odd) {
    background-color: #f9f9f9; /* 明るい灰色 */
}

/* 偶数行の背景色 */
.custom-table tr:nth-child(even) {
    background-color: #ffffff; /* 白 */
}
/* 小さい画面用のメディアクエリ */
@media (max-width: 768px) {
    .custom-table th, .custom-table td {
        padding: 6px; /* スマホでは少し余白を狭める */
        font-size: 12px; /* テキストサイズを小さく */
    }
}



.box20:before, .box20:after{ 
    position: absolute;
    top: 0;
    content:'';
    width: 10px;
    height: 100%;
    display: inline-block;
    box-sizing: border-box;
}
.box20:before{
    border-left: dotted 2px #15adc1;
    border-top: dotted 2px #15adc1;
    border-bottom: dotted 2px #15adc1;
    left: 0;
}
.box20:after{
    border-top: dotted 2px #15adc1;
    border-right: dotted 2px #15adc1;
    border-bottom: dotted 2px #15adc1;
    right: 0;
}
.box20 p {
    margin: 0; 
    padding: 0;
} 

.saikou01{
	background-image:url("../img/saikou_03.png");
text-align: left;
background-repeat: repeat;
padding: 30px 98px 0px 98px;
background-size: contain;
line-height:150%;
font-size: 100%;
	color: #4D4D4D;

}
@media screen and (max-width: 768px) {	
.saikou01{
padding: 0px 10px 20px 10px;
		text-align: center;
}}
.saikou02{
	background-image:url("../img/saikou_05.png");
text-align: left;
background-repeat: repeat;
padding: 0px 140px 0px 140px;
background-size: contain;
line-height:150%;
font-size: 100%;
	color: #4D4D4D;
}

@media screen and (max-width: 768px) {	
.saikou02{
padding: 0px 57px 20px 57px;

}}
.saikou02-2{
 transform: translateY(-48px); 
}

@media screen and (max-width: 768px) {	
.saikou02-2{
 transform: translateY(-12px); 
}}
.saikou02-3{
 transform: translateY(-12px); 
}

@media screen and (max-width: 768px) {	
.saikou02-3{
 transform: translateY(5px); 
}}	
	
	
.saikou03{
	background-image:url("../img/saikou_08.png");
text-align: left;
background-repeat: repeat;
padding: 0px 50px 0px 50px;
background-size: contain;
line-height:150%;
font-size: 100%;
	color: #4D4D4D;

}
@media screen and (max-width: 768px) {	
.saikou03{
padding: 20px 10px 20px 10px;
		text-align: center;
}}
.cta00{
	background-image:url("../img/cta01_02.png");
text-align: left;
background-repeat: repeat;
background-size: contain;
}

.cta01{
	background-image:url("../img/cta01_02.png");
text-align: left;
background-repeat: repeat;
padding: 0px 90px 0px 90px;
background-size: contain;
line-height:150%;
font-size: 100%;
	color: #4D4D4D;

}
@media screen and (max-width: 768px) {	
.cta01{
padding: 0px 40px 0px 40px;
	
}}
.cta01-2{
	background-image:url("../img/cta01_02.png");
text-align: left;
background-repeat: repeat;
padding: 0px 70px 0px 70px;
background-size: contain;
line-height:150%;
font-size: 100%;
	color: #4D4D4D;

}
@media screen and (max-width: 768px) {	
.cta01-2{
padding: 0px 10px 20px 10px;
	
}}
.tbox02 {
    position: relative;
    margin: 2.5em 0;
    padding: 1em 1.5em;
    border: solid 3px #0d2d76;
}
.tbox02 .box-title {
    position: absolute;
    display: inline-block;
    top: -32px;
    left: -3px;
    padding: 0.2em 1.5em 0.2em 1.5em;
    height: 32px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 110%;
    background: #0d2d76;
    color: #ffffff;
    border-radius: 5px 5px 0 0;
	font-weight: bold;
}
.tbox02 p {
font-size: 150%;
	color: #0d2d76;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
.tbox02 {
    position: relative;
    margin: 2.7em 0;
    padding: 1em 1.0em;
    border: solid 3px #0d2d76;
}
.tbox02 .box-title {
    font-size: 90%;

}
.tbox02 p {
font-size: 110%;
}
}





.sapocontainer {
  display: flex; /* 横並び */
  align-items: center; /* 垂直方向中央揃え */
  gap: 0px; /* 画像とテキストの間隔 */
	background-color: #fa5858;
}

.sapoimage {
  width: 137px; /* 画像の幅を指定 */
  height: auto; /* アスペクト比を保持 */
}
@media screen and (max-width: 768px) {
.sapoimage {
  width: 80px; /* 画像の幅を指定 */
  height: auto; /* アスペクト比を保持 */
}
}
.sapotext {
  margin: 0; /* デフォルトのマージンを削除 */
}

.sapo01{

height: 115px;
text-align: left;
background-repeat: none;
padding: 25px 50px 0px 10px;
line-height:120%;
font-size: 150%;
	color: #fff;
font-weight: bold;
	background-color: #fa5858;
	
}
.sapo01 p{
color: #fcee21;		
}
@media screen and (max-width: 768px) {
.sapo01{
height: auto;
padding: 10px 10px 10px 0px;
font-size: 100%;	
}	
}
.sapo-01{
	background-color: #fceded;
text-align: left;
background-repeat: repeat;
padding: 30px 30px 30px 30px;
background-size: contain;
line-height:180%;
font-size: 100%;
color: #4D4D4D;
}
.sapo-01-1{
	background-color: #ffffff;
text-align: left;
background-repeat: repeat;
padding: 20px 30px 20px 30px;
line-height:180%;
font-size: 100%;
color: #4D4D4D;
	border-radius: 6px; 
}
@media screen and (max-width: 768px) {
.sapo-01{
padding: 15px;
}
.sapo-01-1{
padding: 10px 15px;
}	
}
.box28 {
    position: relative;
    margin: 0em 0;
    padding: 35px 20px 15px;
    border: solid 2px #0d2d76;
	background: #ffffff;
}
.box28 .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 2px 9px;
    height: 30px;
    line-height: 25px;
    font-size: 17px;
    background: #0d2d76;
    color: #ffffff;
    font-weight: bold;
}
.box28 p {
    margin: 0; 
    padding: 0;
}
.box28-1 {
    position: relative;
    margin: 0em 0;
    padding: 35px 20px 15px;
    border: solid 2px #0083f2;
	background: #ffffff;
}
.box28-1 .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 2px 9px;
    height: 30px;
    line-height: 25px;
    font-size: 17px;
    background: #0083f2;
    color: #ffffff;
    font-weight: bold;
}
.box28-1 p {
    margin: 0; 
    padding: 0;
}
.box28-2 {
    position: relative;
    margin: 0em 0;
    padding: 35px 20px 15px;
    border: solid 2px #0071bc;
	background: #ffffff;
}
.box28-2 .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 2px 9px;
    height: 30px;
    line-height: 25px;
    font-size: 17px;
    background: #0071bc;
    color: #ffffff;
    font-weight: bold;
}
.box28-2 p {
    margin: 0; 
    padding: 0;
}

.enquete00{
	background-image:url("../img/enquete_02.png");
background-repeat: repeat;
background-size: contain;
}


.enquete01{
text-align: left;
padding: 0px 80px 0px 80px;
line-height:150%;
font-size: 100%;
	color: #4D4D4D;

}
@media screen and (max-width: 768px) {	
.enquete01{
padding: 0px 28px 20px 28px;

}}

.subtitle_bg2 {
	background-color: #0046a0;
  color: #fff;
  font-size: 3.4rem;
  font-weight: bold;
  padding: 5px 30px;
	margin: 20px;
	border-radius: 60px;
}
@media screen and (max-width: 768px) {
.subtitle_bg2 {
  padding: 8px 25px;
	font-size: 120%;
}
}

.st1-2 {
color: #BF272D;
}
.st1-3 {
color: #df6649;
}
.box26-2 {
    position: relative;
    margin: 0em 0;
    padding: 0.5em 1em;
    border: solid 3px #df6649;
    border-radius: 8px;
    text-align: center; /* 全体を中央揃えに */
}

.box26-2 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 33%; /* 左端を50%に移動 */
    transform: translateX(-24%); /* 水平方向中央揃え */
    padding: 0 9px;
    line-height: 1;
    font-size: 150%;
    background: #FFF;
    color: #df6649;
    font-weight: bold;
    text-align: center; /* テキストの中央揃え */
}

.box26-2 p {
    margin: 0; 
    padding: 0;
}
@media screen and (max-width: 768px) {
.box26-2 .box-title {	
top: -28px;
left: 15%; /* 左端を50%に移動 */
    transform: translateX(-8%); /* 水平方向中央揃え */
    padding: 0 9px;	
	
   font-size: 140%;	
}	
.box26-2 {
	margin: 2em 0 0em 0;
 padding: 10px 0px 25px 0px;
}}
.box26-3 {
    position: relative;
    margin: 0em 0;
    padding: 0.5em 1em;
    border: solid 3px #142E72;
    border-radius: 8px;
    text-align: center; /* 全体を中央揃えに */
}

.box26-3 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 50%; /* 左端を50%に移動 */
    transform: translateX(-50%); /* 水平方向中央揃え */
    padding: 0 9px;
    line-height: 1;
    font-size: 150%;
    background: #FFF;
    color: #142E72;
    font-weight: bold;
    text-align: center; /* テキストの中央揃え */
}

.box26-3 p {
    margin: 0; 
    padding: 0;
}
@media screen and (max-width: 768px) {
.box26-3 .box-title {	
top: -14px;
left: 18%; /* 左端を50%に移動 */
    transform: translateX(-8%); /* 水平方向中央揃え */
    padding: 0 9px;	
	
   font-size: 140%;	
}	
.box26-3 {
	margin: em 0 0em 0;
 padding: 10px 0px 25px 0px;
}}


.box00 {
    margin: 0; 
    padding: 0 100px;
}
@media screen and (max-width: 768px) {
.box00 {
    margin: 0; 
    padding: 0 0px;
}
}

.box00-2 {
    margin: 0; 
    padding: 0 40px;
}
@media screen and (max-width: 768px) {
.box00-2 {
    margin: 0; 
    padding: 0 0px;
}
}
@media screen and (max-width: 768px) {
.box00-3 {
    margin: 0; 
    padding: 0 40px;
}
}




.box30 {
    margin: 0em 0;
    background: #f1f1f1;
}

.box30 .box-title {
    font-size: 1.2em;
    background: #3680ca;
    padding: 10px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.box30 .box-content ul {
    list-style: none; /* リストマーカーを削除 */
    padding: 20px 40px; /* コンテンツの余白 */
    margin: 0;
}

.box30 .box-content ul li {
    margin-bottom: 10px; /* 各リスト項目の間隔 */
    font-size: 1.1em; /* リストの文字サイズ */
    line-height: 1.6; /* 行間を広げて読みやすく */
	font-weight: bold;
}

.box30 .box-content ul li ul {
    margin-top: -5px; /* サブリストの余白 */
    padding-left: 20px; /* サブリストのインデント */
}

.box30 .box-content ul li ul li {
    font-size: 0.9em; /* サブリストの文字サイズを少し小さく */
    color: #666; /* サブリストの文字色 */
    margin-bottom: 5px; /* サブリストの間隔 */
	font-weight: normal;
}
@media screen and (max-width: 768px) {
.box30 .box-title {
    font-size: 1.0em;
}	
.box30 .box-content ul {
    list-style: none; /* リストマーカーを削除 */
    padding: 20px 0px 20px 18px; /* コンテンツの余白 */
    margin: 0;
	}
.box30 .box-content ul li {
    font-size: 0.9em; /* リストの文字サイズ */	
	}	
.box30 .box-content ul li ul {
    margin-top: -5px; /* サブリストの余白 */
    padding-left: 0px; /* サブリストのインデント */

	
}
}
.list_si-wrap {
    list-style:  none;  /* デフォルトのアイコンを消す */
    margin:  0;         /* デフォルト指定上書き */
    padding: 0;         /* デフォルト指定上書き */
}


.list_si:before {
    content:  "";     /* 空の要素作成 */
    width:  10px;               /* 幅指定 */
    height:  10px;              /* 高さ指定 */
    display:  inline-block;     /* インラインブロックにする */
    background-color: #4D4D4D;  /* 背景色指定 */
    border-radius:  50%;        /* 要素を丸くする */
    position:  relative;        /* 位置調整 */
    top: -1px;                  /* 位置調整 */
    margin-right: 5px;          /* 余白指定 */
}
.rieki01{
	background-image:url("../img/kakutei_02.png");
text-align: left;
background-repeat: repeat;
padding: 10px 40px 10px 40px;
background-size: contain;
line-height:150%;
font-size: 100%;
	color: #4D4D4D;

}
@media screen and (max-width: 768px) {	
.rieki01{
		background-image:url("../img/sprieki_02.png");
padding: 10px 15px 10px 15px;

}}


.q2-01{
  background: #F6EFEB;
margin: 20px 55px 20px 55px;
padding: 30px 40px 30px 40px;	
}
@media screen and (max-width: 768px) {	
.q2-01{
padding: 20px 15px 10px 15px;
margin: 0px 25px 0px 25px;

}}
.q2-02{
  background: #E8ECF5;
margin: 20px 55px 20px 55px;
padding: 30px 40px 30px 40px;	
}
@media screen and (max-width: 768px) {	
.q2-02{
padding: 20px 15px 10px 15px;
margin: 0px 25px 0px 25px;

}}
.q2-03{
  background: #F3F3F3;
margin: 20px 55px 20px 55px;
padding: 30px 40px 30px 40px;	
}
@media screen and (max-width: 768px) {	
.q2-03{
padding: 20px 15px 10px 15px;
margin: 0px 25px 0px 25px;
}}

.tq2-1{
	font-size: 3.5rem;
	color: #C1272D;
}
.tq2-2{
	font-size: 3.5rem;
	color: #142e72;
}
.tq2-3{
	font-size: 3.5rem;
	color: #333333;
}
@media screen and (max-width: 768px) {	

.tq2-1{
	font-size: 2.2rem;

}
.tq2-2{
	font-size: 2.2rem;

}
.tq2-3{
	font-size: 2.2rem;

}}