@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&family=Zen+Antique+Soft&display=swap');

/*========= レイアウトのためのCSS ===============*/

#wrapper{
	justify-content: center;
	align-items: center;
	text-align:center;

}

a{
	color: #fff;
}

/*========= particle js を描画するエリア設定 ===============*/

html,body{
	height: 100%;/*高さを100%にして描画エリアをとる*/
	font-family: 'Noto Serif JP', serif;
	font-size: 1.3em;
	line-height: 1.8em !important;
}

.notosp{	font-family: 'Noto Serif JP', serif;
}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: 'Noto Serif JP', serif;
    line-height: 1.8 !important;
	font-weight: bold;
}
#particles-js{ 
	position:fixed;/*描画固定*/
	z-index:-1;/*描画を一番下に*/
	width: 100%;
	height: 100%;
	background-color:#020E34;/*背景色*/
}

#wrapper{
	position: relative;/*描画を#particles-jsよりも上にするためposition:relative;を指定*/
	z-index: 1;/*z-indexの数字を大きくすることで描画を#particles-jsよりも上に*/
	width:100%;
	font-family: 'Noto Serif JP', serif;

}
/* アニメーション前のスタイル */
.js-markerb {
  display: inline;
  position: relative;
  background-image: linear-gradient(90deg, #0075a4, #0075a4); /* 単色の場合は同じ色、グラデーションさせる場合は別々の色 */
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 30%; /* '30%'の部分にマーカーの太さを記入 */
  transition: all 1s ease-in-out; /* マーカーを引く速度を調整 */
  font-weight: bold; /* ついでに太字にしたい場合 */
	font-size: 1.1em;
}

/* アニメーション発火時 */
.js-markerb.inview {
  background-size: 100% 30%; /* '30%'の部分は上で設定した太さに合わせる */
}


/* アニメーション前のスタイル */
.js-marker {
  display: inline;
  position: relative;
  background-image: linear-gradient(90deg, #ffff66, #ffff66); /* 単色の場合は同じ色、グラデーションさせる場合は別々の色 */
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 30%; /* '30%'の部分にマーカーの太さを記入 */
  transition: all 1s ease-in-out; /* マーカーを引く速度を調整 */
  font-weight: bold; /* ついでに太字にしたい場合 */
}

/* アニメーション発火時 */
.js-marker.inview {
  background-size: 100% 30%; /* '30%'の部分は上で設定した太さに合わせる */
}

.button-simple {
    position: relative;
    font-weight: bold;
    padding: 1em 1em;
    margin: 1em 10px;
    border-radius: 30px;
    font-size: 2.2em;
    background-image: radial-gradient(circle, rgb(255 214 0), rgb(255 123 0) 54%);
    color: #fff;
    display: inline-block;
    text-shadow: 1px 1px 0px rgb(0, 0, 0, 1);
    box-shadow: 0 3px 0 rgb(255, 160, 0, 0.3);
	text-align: center;
}

a:hover .button-simple {
    background-color: #cc0000;/*触れたときの背景色*/
    color: #fff;/*触れたときの文字色*/
    box-shadow: 0 0px 0 rgb(0, 0, 0, 0.3);
    animation-play-state: paused;
    top: 3px;
}



.yureru-j {
    animation: yureru-j 2s infinite;
}
@keyframes yureru-j {
    0% {
        transform: translate(0px, 2px);
    }
    5% {
        transform: translate(0px, -2px);
    }
    10% {
        transform: translate(0px, 2px);
    }
    15% {
        transform: translate(0px, -2px);
    }
    20% {
        transform: translate(0px, 2px);
    }
    25% {
        transform: translate(0px, -2px);
    }
    30% {
        transform: translate(0px, 0px);
    }
}

.title_bar{
width: 100%; max-width: 360px; margin-bottom: 0em;
}

@media (min-width: 1200px){
.h2, h2 {
    font-size: 1.7em !important;
	font-weight: bold !important;

}
	
.title_bar{
width: 100%; max-width: 560px; margin-bottom: 0em;
}
	
}


@media screen and (max-width: 768px) {
.h2, h2 {
    font-size: 1.3em !important;
	font-weight: bold !important;
}

.h3, h3 {
 line-height: 1.6em !important;
}	
	.title_bar{
width: 100%; max-width: 360px; margin-bottom:0em;
}

}



/*------------------------------------
  PC - PHONE
------------------------------------*/
.pc_area	{ display:inline!important; }
.phone_area	{ display:none!important; }
.pc_area2	{}


@media screen and (max-width: 768px) {
.pc_area	{ display:none!important; }
.pc_area2	{ display:none!important; }

    .phone_area { display:inline!important; }
}


.blue{ color: hsla(205,64%,40%,1.00);}
.red{ color: hsla(337,77%,49%,1.00);}
.yellow{ color: hsl(63deg 100% 88%);}



.boxs{box-shadow: 1px 1px 10px #c0c0c0;}

.info-cover {
    background: #ffffef url(https://dynavision.co.jp/SpiritualMoney/img/midashi_bg_1.jpg) repeat top center;
}

.white-cover, .sky-cover, .shadow-cover, .info-cover {
    width: 100%;
    margin: 0;
}

.info-cover h1 {
    padding: 40px 0;
    color: #524b14;
}

.honbun {
    padding: 10px 50px 0 50px;
}

.honbun, .honbun2 {
    margin: auto;
    width: 1000px;
}

.sessionbox	{ margin-bottom: -1em; padding: 1em; margin-top: -1em;}

@media screen and (max-width: 768px) {
.honbun, .honbun2 {
    margin: auto;
    width: 100%;
}
.info-cover h1 {
    padding: 40px 0;
    color: #524b14;
	font-size: 1.4em;
}
.honbun {
    padding: 10px 10px 0 10px;
}
html,body{

	font-size: 1em;
	line-height: 1.8em;
}
p {
    margin-top: 0;
    margin-bottom: 0em !important; 
}
	.sessionbox	{ margin-bottom: -1em; padding: 0em; margin-top: -1em;}
	
}


/* 回転するアニメーション */
@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}

/* このクラスをつけると回転を無限に繰り返します */
.anime-fuwafuwa {
  animation: 4s fuwafuwa infinite;
	z-index: 1;
	min-width: 150px; z-index:1; left: 5%; top:3%; position: absolute; opacity: 0.9;
	width: 10%;
}


/* 回転するアニメーション */
@keyframes fuwafuwa2 {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
  }
}

/* このクラスをつけると回転を無限に繰り返します */
.anime-fuwafuwa2 {
  animation: 4.5s fuwafuwa2 infinite;
		z-index: 201;
	min-width: 200px; right: 3%; top: 36%; position: absolute; opacity: 0.9;	width: 5%;
}

/* 回転するアニメーション */
@keyframes fuwafuwa3 {
  0%, 100% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-30deg);
  }
}

/* このクラスをつけると回転を無限に繰り返します */
.anime-fuwafuwa3 {
animation: 5.5s fuwafuwa3 infinite;
z-index: 3;
		min-width: 180px; z-index:1; position: absolute; opacity: 0.9;	width: 8%;
	right: 45%; top:40%;
}


/* 回転するアニメーション */
@keyframes fuwafuwa4 {
  0%, 100% {
	  transform: rotate(0deg);
  }
  50% {
	  transform: rotate(20deg);
  }
}

.anime-fuwafuwa4 {
animation: 5.5s fuwafuwa4 infinite;
z-index: 3;
		min-width: 180px; z-index:200; position: absolute; opacity: 0.9;	width: 5%;
	left: 2%; top:35%;
}



@media screen and (max-width: 768px) {
	
.anime-fuwafuwa {
  animation: 4.5s fuwafuwa infinite;
		z-index: 2;
	min-width: 60px;  position: absolute; opacity: 0.9;	width: 10%;
}
	.anime-fuwafuwa2 {
  animation: 4.5s fuwafuwa2 infinite;
		z-index: 201;
	min-width: 40px;  position: absolute; opacity: 0.9;	width: 5%;
}
	.anime-fuwafuwa3 {
  animation: 4.5s fuwafuwa3 infinite;
		z-index: 2;
	min-width: 40px; position: absolute; opacity: 0.9;	width: 10%;
}
	.anime-fuwafuwa4 {
  animation: 4s fuwafuwa4 infinite;
		z-index: 200;
	min-width: 40px; position: absolute; opacity: 0.9;	width: 10%;
}

	
	.sm-center{ text-align: center;}
	
	
}

table {
    caption-side: bottom;
    border-collapse: inherit !important;
}

td{ padding: 1em;}



.youtube {
    position: relative;
    padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
    height: 0;
    overflow: hidden;
    width: auto;
    border: 10px solid rgba(254,222,255,1.00);
}
 
.youtube iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}


.qa-004{ background-color: #fff; padding: 1em; border-radius: 10px;}
.qa-004 p{ margin-bottom: 0px !important;}

.qa-004 dt,
.qa-004 dd {

    align-items: center;
    position: relative;
    margin: 0;
    padding: 1em 2em 1em 3.1em;
    color: #000000;
}

.qa-004 dt {
    font-weight: 600;
}

.qa-004 dd + dt {
    margin-top: 1em;
}

.qa-004 dt::before,
.qa-004 dd::before {
    display: inline-block;
    position: absolute;
    width: 40px;
    height: 40px;
	top: 20px;
    left: 0;
    border-radius: 50%;
    color: #fff;
    font-weight: 600;
    font-size: 1.1em;
    line-height: 40px;
    text-align: center;
}

.qa-004 dt::before {
    background-color: #75bbff;
    content: 'Q';
}

.qa-004 dd::before {
    background-color: #ff8d8d;
    content: 'A';
}
@media screen and (max-width: 768px) {

    .qa-004 dt {
    font-size: 0.8em;
    line-height: 1.4em;
            padding: 2.5em 0em 1em 4.1em;
}
    .qa-004 dd {

    padding: 2.5em 0em 1em 4.1em;
    color: #000000;
    font-size: 0.8em;
    line-height: 1.4em;
}
    
.qa-004 dd + dt {
    margin-top: 0em;
}

}

.ribbon1 {
  display: inline-block;
  position: relative;
  height: 50px;/*リボンの高さ*/
  line-height: 50px;/*リボンの高さ*/
  text-align: center;
  padding: 0 30px;/*横の大きさ*/
  font-size: 18px;/*文字の大きさ*/
  background: #f57a78;/*塗りつぶし色*/
  color: #FFF;/*文字色*/
  box-sizing: border-box;
}

.ribbon1:before, .ribbon1:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.ribbon1:before {
  top: 0;
  left: 0;
  border-width: 25px 0px 25px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

.ribbon1:after {
  top: 0;
  right: 0;
  border-width: 25px 15px 25px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

.form ul{ list-style: none; margin: 0px; padding: 0px;}
.form ul li{ list-style: none;}

.hs_email { font-weight: 500; line-height: 2em;}

.hs-button {
background: rgb(29,142,21);
background: linear-gradient(0deg, rgba(29,142,21,1) 0%, rgba(21,198,87,1) 100%);
    border-color: #9FC5E8;
    color: #ffffff;
    font-size: 1.7em;
    /* line-height: 30px; */
	font-family: 'Noto Serif JP', serif;
	padding: 20px;
    width: 100% !important;
	height: 100px !important;
border-radius: 4px; margin-bottom: 1em; font-weight: 600;
text-shadow: 1px 1px 4px #264C06;
transition: 0.3s;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-o-transition: 0.3s;
}

.hs-button:hover {
background: rgb(204,90,16);
background: linear-gradient(0deg, rgba(204,90,16,1) 0%, rgba(242,185,0,1) 100%);
text-shadow: 1px 1px 4px #4C3406;
color: hsla(59,100%,50%,1.00);}

.hs-input{ background-color: #fff; width: 100%; border-radius: 4px; height: 3em; padding: 10px; margin-top: 10px;}
.hs-error-msg, .hs_error_rollup{ font-size:0.8em; color:red; margin-top: 10px;

}

.hs-main-font-element{margin-bottom: 2em; color: red;}

.inputs-list{ list-style:none;}

.hs_submit{margin-top: 1em;}

.hs_email{text-align:left;}

.obibar{padding: 1em; text-align: center; text-shadow: 0px 0px 4px #fff; font-family: 'Noto Serif JP', serif; font-weight: 600;
color: #fff; line-height: 1.4em; padding: 0.5em; text-align: center; background-image: url('img/obi_bg.jpg'); background-position:top center;background-size: cover; font-size: 1em; text-shadow:#781f5a 1px 1px 4px, #781f5a -1px 1px 4px, #781f5a 1px -1px 4px; font-family: 'Noto Serif JP', serif; font-weight: 600; opacity: 1; font-size: 1.2em;

}

.obibar2{padding: 1em; text-align: center; font-family: 'Noto Serif JP', serif; font-weight: 600;
color: #fff; line-height: 1.4em; padding: 0.5em; text-align: center; background-image: url('img/obi_bg2.jpg'); background-position:top center;background-size: cover; font-size: 1em;  font-family: 'Noto Serif JP', serif; font-weight: 600; opacity: 1; font-size: 1.2em;

}

 .obibar3{padding: 1em; text-align: center; font-family: 'Noto Serif JP', serif; font-weight: 600;
color: #fff; line-height: 1.4em; padding: 0.5em; text-align: center;  font-size: 1em;  font-family: 'Noto Serif JP', serif; font-weight: 600; opacity: 1; font-size: 1.2em; background-color: rgba(193,19,22,0.70)
}



    .boxtext{padding: 2em; background-color: #fff; font-size:1.2em; color: #8D6D20;}	

.top01{ line-height: 2em !important; font-size: 26px;}
.bg{
background:linear-gradient(transparent 50%, #ff0 50%);}  

.circle {
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, #C97E13, #A48E50);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-right: 10px;
    margin: -1em 0em 0 -1em;
    color: #fff;
    font-size: 3em;
    font-family:'Noto Serif JP';
    text-align: center; 
  }


.circle2 {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #5f0a87, #a4508b);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-right: 10px;
    margin: -2em 0 0 -2em;
    color: #fff;
  }

.circletext{ margin-left: 4em;  }

.date{ margin-top: -2.2em; margin-left: 2.3em; font-weight: bold; font-size: 1.2em;color: #ad882d;float: left;
text-align: center;}

.bg001{   background-image: url('img/bg001.jpg');
  background-size: contain;
  background-position: right top;
  background-size: 450px auto; 
  background-repeat: no-repeat; }

.bg002{   background-image: url('img/bg002.jpg');
  background-size: contain;
  background-position: right top;
  background-size: 450px auto; 
  background-repeat: no-repeat;}

.bg003{   background-image: url('img/bg003.jpg');
  background-size: contain;
  background-position: right top;
  background-size: 450px auto; 
  background-repeat: no-repeat;}

.bg004{   background-image: url('img/bg004.jpg');
  background-size: contain;
  background-position: right top;
  background-size: 450px auto; 
  background-repeat: no-repeat; }

.bg005{   background-image: url('img/bg095.jpg');
  background-size: contain;
  background-position: right top;
  background-size: 450px auto; 
  background-repeat: no-repeat;}

.bg006{   background-image: url('img/bg096.jpg');
  background-size: contain;
  background-position: right top;
  background-size: 450px auto; 
  background-repeat: no-repeat;}

.bg007{   background-image: url('img/bg097.jpg');
  background-size: contain;
  background-position: right top;
  background-size: 450px auto; 
  background-repeat: no-repeat; }

.bg008{   background-image: url('img/bg098.jpg');
  background-size: contain;
  background-position: right top;
  background-size: 450px auto; 
  background-repeat: no-repeat;}

.bg009{   background-image: url('img/bg099.jpg');
  background-size: contain;
  background-position: right top;
  background-size: 450px auto; 
  background-repeat: no-repeat;}








@media screen and (max-width: 768px) {

.bg001{   background-image: url('img/bg001.jpg');
  background-size: cover;
    background-position: right -50px top;}
    
.bg002{   background-image: url('img/bg002.jpg');
  background-size: cover;
    background-position: right -50px top;}
        
.bg003{   background-image: url('img/bg003.jpg');
  background-size: cover;
    background-position: right -50px top;}
       
.bg004{   background-image: url('img/bg004.jpg');
  background-size: cover;
    background-position: right -50px top;}
    
.bg005{   background-image: url('img/bg095.jpg');
  background-size: cover;
    background-position: right -50px top;}
        
.bg006{   background-image: url('img/bg096.jpg');
  background-size: cover;
    background-position: right -50px top;}
.bg007{   background-image: url('img/bg097.jpg');
  background-size: cover;
    background-position: right -50px top;}
    
.bg008{   background-image: url('img/bg098.jpg');
  background-size: cover;
    background-position: right -50px top;}
        
.bg009{   background-image: url('img/bg099.jpg');
  background-size: cover;
    background-position: right -50px top;}
    
.top01{margin-top: 0px; line-height: 2em !important; font-size: 16px;}
    
.obibar{font-size: 1.4em;
    
    color: #fff; line-height: 1.4em; padding: 1em; text-align: center; background-image: url('img/obi_bgSP.jpg'); background-position:top center;background-size: cover; font-size: 1em; text-shadow:#781f5a 1px 1px 4px, #781f5a -1px 1px 4px,
    #781f5a 1px -1px 4px; font-family: 'Noto Serif JP', serif; font-weight: 600; opacity: 1;

}
    
    .obibar2{font-size: 1.4em; color: #fff; line-height: 1.4em; padding: 1em; text-align: center; background-image: url('img/obi_bgSP2.jpg'); background-position:right; background-size: cover; font-size: 1em;font-family: 'Noto Serif JP', serif; font-weight: 600; opacity: 1;

}
 .obibar3{padding: 1em; text-align: center; font-family: 'Noto Serif JP', serif; font-weight: 600;
color: #fff; line-height: 1.4em; padding: 0.5em; text-align: center;  font-size: 0.9em;  font-family: 'Noto Serif JP', serif; font-weight: 600; opacity: 1; background-color: rgba(193,19,22,0.70); padding: 10px;
}
.circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #fff;
    margin-right: 10px;
    margin: -1em 0 0 -0.7em;
    font-size: 2em;
  } 
.circle2 {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #fff;
    margin-right: 10px;
    margin: 0 auto;
  }     

.circletext{ margin-left: 0em; margin-top: 1em; text-align: center;}    
    
   .date{  text-align: center;
    margin-top: -2.5em; margin-left: 0em; font-weight: bold; font-size: 1.2em;color: #ad882d;
    float: none;}
    
    
    .boxtext{padding: 15px; background-color: #fff; font-size:1em; color: #8D6D20;}	
	
.hs-button {
    font-size: 1.4em;
}
	
}

.lessonbox {
    background-color: #A30549;
    margin-bottom: 50px;
    padding-top: 2%;
    padding-right: 2%;
    padding-bottom: 2%;
    padding-left: 2%;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
	border-radius: 20px;
}
.lessonbox h4  {
    text-align: center;
    border-bottom: thin solid #8B004B;
    color: #80002B;
	padding-bottom: 10px;
	line-height: 1.4em !important;
}

.inner3 {
    width: auto;
    background-color: rgba(255,255,255,0.96);
    padding-top: 5%;
    padding-right: 5%;
    padding-bottom: 5%;
    padding-left: 5%;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
    border-radius: 10px;
}

.dropcap{ clear:both; margin-bottom: 10px; padding-bottom: 10px;  border-bottom: 1px dashed hsla(0,35%,84%,1.00); padding-top: 10px;}



.moushibtn {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0px;
    padding-bottom: 10px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    background-color: #FCF6E8;
    max-width: 900px;
	font-family: 'Noto Serif JP', serif;
    font-size: medium;
		  padding: 10px;
}
#form{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 1%;
    padding-right: 1%;
    padding-bottom: 1%;
    padding-left: 1%;
}

input.text{width: 100%; height:50px; margin:0 auto; padding:10px;}

input#submit_button {
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #6ac16a), color-stop(1, #16a73f) );
    background: -moz-linear-gradient( center top, #6ac16a 5%, #16a73f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background-color: #52a635;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
    text-indent: 0;
    color: #FFFFF;
    font-size: 1.6em;
    font-weight: bold;
    text-align: center;
    width: 100%;
    margin: 10px auto 10px auto;
    padding-top: 5%;
    padding-right: 5%;
    padding-left: 5%;
    padding-bottom: 5%;
    cursor: pointer;
	}
input#submit_button a {
	color:#ffffff;
	font-weight:bold;
}
input#submit_button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #52a635), color-stop(1, #3d7928) );
	background:-moz-linear-gradient( center top, #52a635 5%, #3d7928 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
	background-color:#dfdfdf;
	color:#ffffff;
}
input#submit_button:active {
	position:relative;
	top:1px;
	color:#ffffff;
}
.dropcap:first-letter {
    font-size: 1.6em;/*文字の大きさ*/
    margin-right: 10px;
    margin-top: 0px;
    float: left;
    line-height: 1;/*必要*/
}.txtrose {
    color: #80002B;	
}
		  input.text {
    background: #fff;
}
		  #submit_button{color: #fff;}

.box ul {
  border: solid 2px #A971A6;
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
  margin-top: 2em;
		 font-family: 'Noto Serif JP', serif;
    background: #fff;

}
.box ul li {
  line-height: 1.5;
  padding: 1em 0;
  list-style-type: none!important;
}
.box ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f058";
  position: absolute;
  left : 1em;
  color: #A971A6;
}
.box ul li:after {
  background: #A971A6;
  color: #fff;
  font-family: "Font Awesome 5 Free",'Avenir','Arial',sans-serif;
  position: absolute;
  left: -2px;
  bottom: 100%;
  padding: 1px 7px;
  content: '\f0a7  P O I N T';
  letter-spacing: 0.05em;
}



.boxg ul {
  border: solid 2px #344F88;
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
  margin-top: 2em;
		 font-family: 'Noto Serif JP', serif;
    background: #fff;

}
.boxg ul li {
  line-height: 1.5;
  padding: 1em 0;
  list-style-type: none!important;
}
.boxg ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f058";
  position: absolute;
  left : 1em;
  color: #344F88;
}
.boxg ul li:after {
  background: #344F88;
  color: #fff;
  font-family: "Font Awesome 5 Free",'Avenir','Arial',sans-serif;
  position: absolute;
  left: -2px;
  bottom: 100%;
  padding: 1px 7px;
  content: '\f0a7  P O I N T';
  letter-spacing: 0.05em;
}
.boxk ul {
  border: solid 2px #3D8436;
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
  margin-top: 2em;
		 font-family: 'Noto Serif JP', serif;
    background: #fff;

}
.boxk ul li {
  line-height: 1.5;
  padding: 1em 0;
  list-style-type: none!important;
}
.boxk ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f058";
  position: absolute;
  left : 1em;
  color: #3D8436;
}
.boxk ul li:after {
  background: #3D8436;
  color: #fff;
  font-family: "Font Awesome 5 Free",'Avenir','Arial',sans-serif;
  position: absolute;
  left: -2px;
  bottom: 100%;
  padding: 1px 7px;
  content: '\f0a7  P O I N T';
  letter-spacing: 0.05em;
}




.box2 ul {
  border: solid 2px #8C7648;
  padding: 0.5em 1em 0.5em 1.3em;
  position: relative;
  margin-top: 2em;
		 font-family: 'Noto Serif JP', serif;
    background: #fff;

}
.box2 ul li {
  line-height: 1.5;
  padding: 1em 0;
  list-style-type: none!important;
}
.box2 ul li:before {
  /*リストのアイコン*/
  
}
.box2 ul li:after {
  /*タブ*/
  background: #8C7648;
  color: #fff;
  font-family: "Font Awesome 5 Free",'Avenir','Arial',sans-serif;
  position: absolute;
  left: -2px;
  bottom: 100%;
  padding: 1px 7px;
  content: '\f0a7  Up Stage';/*アイコンコード＋文字*/
  letter-spacing: 0.05em;/*字間*/
}



.box3 ul {
  border: solid 2px #8C7648;
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
  margin-top: 2em;
		 font-family: 'Noto Serif JP', serif;
    background: #fff;

}
.box3 ul li {
  line-height: 1.5;
  padding: 1em 0;
  list-style-type: none!important;
}
.box3 ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f058";
  position: absolute;
  left : 1em;
  color: #8C7648;  
}
.box3 ul li:after {
  /*タブ*/
  background: #8C7648;
  color: #fff;
  font-family: "Font Awesome 5 Free",'Avenir','Arial',sans-serif;
  position: absolute;
  left: -2px;
  bottom: 100%;
  padding: 1px 7px;
  content: '\f0a7  Up Stage';/*アイコンコード＋文字*/
  letter-spacing: 0.05em;/*字間*/
}



.box4 ul {
  border: solid 2px #894CA8;
  padding: 0.5em 1em 0.5em 1.3em;
  position: relative;
  margin-top: 2em;
		 font-family: 'Noto Serif JP', serif;
    background: #fff;
    font-weight: normal;

}
.box4 ul li {
  line-height: 1.5;
  padding: 1em 0;
  list-style-type: none!important;
}
.box4 ul li:before {
  /*リストのアイコン*/
  
}
.box4 ul li:after {
  /*タブ*/
  background: #894CA8;
  color: #fff;
  font-family: "Font Awesome 5 Free",'Avenir','Arial',sans-serif;
  position: absolute;
  left: -2px;
  bottom: 100%;
  padding: 1px 7px;
  content: '\f0a7  Feature';/*アイコンコード＋文字*/
  letter-spacing: 0.05em;/*字間*/
}




.boxtoku01  {
  border: solid 2px #A971A6;
  padding: 10px 15px;
  position: relative;
  margin-top: 3em;
	font-family: 'Noto Serif JP', serif;
    background: #fff;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;

}
.boxtoku01 .tokuten{
  line-height: 1.8;
  padding: 15px 0;
  list-style-type: none!important;
}
.boxtoku01 .tokuten:before {

}
.boxtoku01 .tokuten:after {
  background: #A971A6;
  color: #fff;
  font-family: "Font Awesome 5 Free",'Avenir','Arial',sans-serif;
  position: absolute;
  left: -2px;
  bottom: 100%;
  padding: 1px 10px;
  content: '\f005 特典①';
  font-size: 1.4em;
    border-top-right-radius: 20px; 
}



.boxtoku02  {
  border: solid 2px #A971A6;
  padding: 10px 15px;
  position: relative;
  margin-top: 3em;
	font-family: 'Noto Serif JP', serif;
    background: #fff;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;

}
.boxtoku02 .tokuten{
  line-height: 1.8;
  padding: 15px 0;
  list-style-type: none!important;
}
.boxtoku02 .tokuten:before {

}
.boxtoku02 .tokuten:after {
  background: #A971A6;
  color: #fff;
  font-family: "Font Awesome 5 Free",'Avenir','Arial',sans-serif;
  position: absolute;
  left: -2px;
  bottom: 100%;
  padding: 1px 10px;
  content: '\f005 特典②';
  font-size: 1.4em;
    border-top-right-radius: 20px; 
}



.boxtoku03  {
  border: solid 2px #A971A6;
  padding: 10px 15px;
  position: relative;
  margin-top: 3em;
	font-family: 'Noto Serif JP', serif;
    background: #fff;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;

}
.boxtoku03 .tokuten{
  line-height: 1.8;
  padding: 15px 0;
  list-style-type: none!important;
}
.boxtoku03 .tokuten:before {

}
.boxtoku03 .tokuten:after {
  background: #A971A6;
  color: #fff;
  font-family: "Font Awesome 5 Free",'Avenir','Arial',sans-serif;
  position: absolute;
  left: -2px;
  bottom: 100%;
  padding: 1px 10px;
  content: '\f005 特典③';
  font-size: 1.4em;
    border-top-right-radius: 20px; 
}



.boxtoku04  {
  border: solid 2px #A971A6;
  padding: 10px 15px;
  position: relative;
  margin-top: 3em;
	font-family: 'Noto Serif JP', serif;
    background: #fff;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;

}
.boxtoku04 .tokuten{
  line-height: 1.8;
  padding: 15px 0;
  list-style-type: none!important;
}
.boxtoku04 .tokuten:before {

}
.boxtoku04 .tokuten:after {
  background: #A971A6;
  color: #fff;
  font-family: "Font Awesome 5 Free",'Avenir','Arial',sans-serif;
  position: absolute;
  left: -2px;
  bottom: 100%;
  padding: 1px 10px;
  content: '\f005 特典④';
  font-size: 1.4em;
    border-top-right-radius: 20px; 
}

.boxtoku05  {
  border: solid 2px #A971A6;
  padding: 10px 15px;
  position: relative;
  margin-top: 3em;
	font-family: 'Noto Serif JP', serif;
    background: #fff;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;

}
.boxtoku05 .tokuten{
  line-height: 1.8;
  padding: 15px 0;
  list-style-type: none!important;
}
.boxtoku05 .tokuten:before {

}
.boxtoku05 .tokuten:after {
  background: #A971A6;
  color: #fff;
  font-family: "Font Awesome 5 Free",'Avenir','Arial',sans-serif;
  position: absolute;
  left: -2px;
  bottom: 100%;
  padding: 1px 10px;
  content: '\f005 特典⑤';
  font-size: 1.4em;
    border-top-right-radius: 20px; 
}

.boxtoku06  {
  border: solid 2px #A971A6;
  padding: 10px 15px;
  position: relative;
  margin-top: 3em;
	font-family: 'Noto Serif JP', serif;
    background: #fff;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;

}
.boxtoku06 .tokuten{
  line-height: 1.8;
  padding: 15px 0;
  list-style-type: none!important;
}
.boxtoku06 .tokuten:before {

}
.boxtoku06 .tokuten:after {
  background: #A971A6;
  color: #fff;
  font-family: "Font Awesome 5 Free",'Avenir','Arial',sans-serif;
  position: absolute;
  left: -2px;
  bottom: 100%;
  padding: 1px 10px;
  content: '\f005 特典⑥';
  font-size: 1.4em;
    border-top-right-radius: 20px; 
}





.boxtokus01  {
  border: solid 2px #A971A6;
  padding: 10px 15px;
  position: relative;
  margin-top: 3em;
	font-family: 'Noto Serif JP', serif;
    background: #fff;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;

}
.boxtokus01 .tokuten{
  line-height: 1.8;
  padding: 15px 0;
  list-style-type: none!important;
}
.boxtokus01 .tokuten:before {

}
.boxtokus01 .tokuten:after {
  background: #A971A6;
  color: #fff;
  font-family: "Font Awesome 5 Free",'Avenir','Arial',sans-serif;
  position: absolute;
  left: -2px;
  bottom: 100%;
  padding: 1px 10px;
  content: '\f005 プレミアム特典①';
  letter-spacing: 0.5em;
  font-size: 1.4em;
    border-top-right-radius: 20px; 
}


.boxtokus02  {
  border: solid 2px #A971A6;
  padding: 10px 15px;
  position: relative;
  margin-top: 3em;
	font-family: 'Noto Serif JP', serif;
    background: #fff;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;

}
.boxtokus02 .tokuten{
  line-height: 1.8;
  padding: 15px 0;
  list-style-type: none!important;
}
.boxtokus02 .tokuten:before {

}
.boxtokus02 .tokuten:after {
  background: #A971A6;
  color: #fff;
  font-family: "Font Awesome 5 Free",'Avenir','Arial',sans-serif;
  position: absolute;
  left: -2px;
  bottom: 100%;
  padding: 1px 10px;
  content: '\f005 プレミアム特典②';
  letter-spacing: 0.5em;
  font-size: 1.4em;
    border-top-right-radius: 20px; 
}


.boxtokus03  {
  border: solid 2px #A971A6;
  padding: 10px 15px;
  position: relative;
  margin-top: 3em;
	font-family: 'Noto Serif JP', serif;
    background: #fff;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;

}
.boxtokus03 .tokuten{
  line-height: 1.8;
  padding: 15px 0;
  list-style-type: none!important;
}
.boxtokus03 .tokuten:before {

}
.boxtokus03 .tokuten:after {
  background: #A971A6;
  color: #fff;
  font-family: "Font Awesome 5 Free",'Avenir','Arial',sans-serif;
  position: absolute;
  left: -2px;
  bottom: 100%;
  padding: 1px 10px;
  content: '\f005 プレミアム特典③';
  letter-spacing: 0.5em;
  font-size: 1.4em;
    border-top-right-radius: 20px; 
}

.boxtokus04  {
  border: solid 2px #A971A6;
  padding: 10px 15px;
  position: relative;
  margin-top: 3em;
	font-family: 'Noto Serif JP', serif;
    background: #fff;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;

}
.boxtokus04 .tokuten{
  line-height: 1.8;
  padding: 15px 0;
  list-style-type: none!important;
}
.boxtokus04 .tokuten:before {

}
.boxtokus04 .tokuten:after {
  background: #A971A6;
  color: #fff;
  font-family: "Font Awesome 5 Free",'Avenir','Arial',sans-serif;
  position: absolute;
  left: -2px;
  bottom: 100%;
  padding: 1px 10px;
  content: '\f005 プレミアム特典④';
  letter-spacing: 0.5em;
  font-size: 1.4em;
    border-top-right-radius: 20px; 
}

.boxtokus05  {
  border: solid 2px #A971A6;
  padding: 10px 15px;
  position: relative;
  margin-top: 3em;
	font-family: 'Noto Serif JP', serif;
    background: #fff;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;

}
.boxtokus05 .tokuten{
  line-height: 1.8;
  padding: 15px 0;
  list-style-type: none!important;
}
.boxtokus05 .tokuten:before {

}
.boxtokus05 .tokuten:after {
  background: #A971A6;
  color: #fff;
  font-family: "Font Awesome 5 Free",'Avenir','Arial',sans-serif;
  position: absolute;
  left: -2px;
  bottom: 100%;
  padding: 1px 10px;
  content: '\f005 プレミアム特典⑤';
  letter-spacing: 0.5em;
  font-size: 1.4em;
    border-top-right-radius: 20px; 
}

.boxtokus06  {
  border: solid 2px #A971A6;
  padding: 10px 15px;
  position: relative;
  margin-top: 3em;
	font-family: 'Noto Serif JP', serif;
    background: #fff;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;

}
.boxtokus06 .tokuten{
  line-height: 1.8;
  padding: 15px 0;
  list-style-type: none!important;
}
.boxtokus06 .tokuten:before {

}
.boxtokus06 .tokuten:after {
  background: #A971A6;
  color: #fff;
  font-family: "Font Awesome 5 Free",'Avenir','Arial',sans-serif;
  position: absolute;
  left: -2px;
  bottom: 100%;
  padding: 1px 10px;
  content: '\f005 プレミアム特典⑥';
  letter-spacing: 0.5em;
  font-size: 1.4em;
    border-top-right-radius: 20px; 
}








footer {
    text-align: center;
    line-height: 140%;
    color: rgba(255,255,255,1.00);
   width: 100%;
    background-color: #b24f3a;
	padding: 20px 0;
    	font-size: 0.9em;

}
    footer a:link {
    color: #FFFFFF;
}
footer p {
}


    .bookstore {
        background-color: #f4f4f4;
        padding: 10px;
        margin-bottom: 10px;
    }

    .bookstore ul {
        list-style-type: none;
        padding: 0;
    }

    .bookstore li {
        margin-bottom: 5px;    
        list-style: circle;
    margin-left: 2em;
    }

.boxS{padding: 4px; box-shadow: 1px 1px 10px #c0c0c0; max-width:600px; background-color: #fff;}






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

.btn-wrap-pc-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  /*テスト表示用*/
  margin: 0 auto 20px;

  -webkit-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;
}

a.btn-pc-sp:hover{ color: yellow;}

a.btn-pc-sp {
  line-height: 1.4;

  width: 49.5%;
  padding: 1.25rem 0;

  color: #ffff;
}

a.btn-pc-sp--contact {
  color: #fff;
  background: #eb6100;
}

a.btn-pc-sp--make {
  color: #fff;
  background: #2C4BAE;
    width: 100%;
}

a.btn-pc-sp--form {
  color: #fff;
  background: #942626;
    width: 100%;
}

a.btn-pc-sp--form2 {
  color: #fff;
  background: #947F2E;
    width: 100%;
}


a.btn-pc-sp--form3 {
  color: #fff;
  background: #2E4C94;
    width: 100%;
}




a.btn-pc-sp--tel {
  color: #fff;
  background: #094;
}

.fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1rem;
}

p {
    margin-top: 0;
    margin-bottom: 2rem !important;
}


ul.sample1{
  counter-reset:list;
  list-style-type:none;
  position:relative;
  font-size: 1em;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  padding: 1.2em;
  background:#fff8e7;
  -webkit-box-shadow: 0 0 10px rgb(155 113 76 / 20%) inset, 0 0 4px rgb(177 142 92 / 20%);
  -moz-box-shadow: 0 0 10px rgb(155 113 76 / 20%) inset, 0 0 4px rgb(177 142 92 / 20%);
  box-shadow:0 0 10px rgb(155 113 76 / 20%) inset, 0 0 4px rgb(177 142 92 / 20%);
    padding: 2em 1em;
}
ul.sample1:after{
  content:"※ほんの一部の紹介です";  /* 右下の文字 */
  position: absolute;
  bottom: 1em;
  right: 1.2em;
  font-size:1em;
  color:#7B6237;  
    
}
ul.sample1 li{
  position:relative;
  margin: 7px 0 10px 0px;
  font-weight: bold;
  font-size:1.2em;
  border-bottom:dashed 1px #ccc;
  color:#7B6237;
    margin: 1em;
    padding: 1em
}
ul.sample1 li:first-child{
  margin-top:0;
}
ul.sample1 li:last-child{
  margin-bottom:3em;
}
ul.sample1 li:before{
  position: absolute;
  font-size:1.2em;
   top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}


    ul.sample1{

  font-size: 1em;
    padding: 1em;
}


.sp100 {max-width: 200px; float: right; margin: 1em;}   

@media screen and (max-width: 768px) {
	
.sp100 {width: 98%; float: none; margin:1%; max-width: none; margin-bottom: 1em;}   

    ul.sample1{

  font-size: 1em;
    padding: 1em;
}

ul.sample1 li{
padding: 1em;
    font-size: 1em;
    }

}
.box-body {
    margin: 2em 0;
    background: #fff;
    padding: 1em;
    margin-top: 0px;
        box-shadow: 2px 2px 4px #ddd;
}
.box-title {
    font-size: 1.2em;
    background: #DAA7C9;
    padding: 1em;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
        box-shadow: 2px 2px 4px #ddd;
    
}

.box-body2 {
    margin: 2em 0;
    background: #fff;
    padding: 1em;
    margin-top: 0px;
        box-shadow: 2px 2px 4px #ddd;
}
.box-title2 {
    font-size: 1.2em;
    background: #A7BADA;
    padding: 1em;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
        box-shadow: 2px 2px 4px #ddd;
    
}

.outbox {
    padding: 20px;
    background-color: #fff;
    margin: 0;
    box-shadow: 2px 2px 4px #ddd;
}
     .inbox {
    padding: 20px;
    background-color: #eaffea;
    margin: 0;
}
    .inbox h3 {
    height: auto;
    background-color: #fff;
    text-align: left;
    color: #338936;
    padding: 10px 20px 10px;
    margin: 0 0 20px;
    font-size: 1.2em;
                
}  


.h2box {
	background-color: rgba(255,255,255,0.40);
	border-bottom: 1px solid #ad882d;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #ad882d;
	color:  #ad882d;
}


.h2boxg {
	background-color: rgba(255,255,255,0.40);
	border-bottom: 1px solid #344F88;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #344F88;
	color:  #344F88;
}

.h2boxk {
	background-color: rgba(255,255,255,0.40);
	border-bottom: 1px solid #3D8436;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #3D8436;
	color:  #3D8436;
}



.bplist {
    margin: -60px 0 -20px 10px;
    padding: 10px;
}

#b_check ul{
	list-style: none;
	margin: 0px;
}

#b_check li{
	background: url(https://keikoanaguchi.com/Abundance2022/src_files/sub_blue_accept.png) no-repeat 0 3px;
	padding: 0 0 0 32px;
	list-style: none;
	color:#128dc7;
	margin: 0px;
	font-weight:bold;
	line-height:1.6em;
}

#p_check ul {
	list-style: none;
	margin: 0px;
}

#p_check li {
	background: url(https://keikoanaguchi.com/Abundance2022/src_files/sub_pink_accept.png) no-repeat 0 3px;
	padding: 0 0 0 32px;
	list-style: none;
	color:#f02e6e;
	margin: 0px;
	font-weight:bold;
	line-height:1.6em;
}

.AYB {
    background-color: #FFF196;
    color: black;
    font-weight: bold;
}
.div-orange{
    background-color: antiquewhite;
    padding: 2em;
    font-family: YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'serif';
    font-size: 1.4em;
    font-weight: normal;
    color: #333333;
    border-bottom-left-radius: 1em;
    border-top-right-radius: 1em;
    margin-top: 1em;
}
.div-blue{
    background-color: #DBF0EF;
    padding: 2em;
    font-family: YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'serif';
    font-size: 1.4em;
    font-weight: normal;
    color: #333333;
    border-bottom-left-radius: 1em;
    border-top-right-radius: 1em;
}
.div-green{
    background-color: #DCEDDF;
    padding: 2em;
    font-family: YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'serif';
    font-size: 1.4em;
    font-weight: normal;
    color: #333333;
    border-bottom-left-radius: 1em;
    border-top-right-radius: 1em;
}

.balloon1{
    position: relative;
    padding: 20px;
    border-radius: 10px;
    color: #333333;
    background-color: #ffffff;
    margin-left: 150px;
    margin-top: 1em;/* 左に余白を設ける */
    font-size: 20px;
}
/* 画像 - 絶対配置で左上に配置 */
.balloon1 .icon{
  position: absolute;
  left: -150px;
  top: 0;
}
/* 三角アイコン */
.balloon1::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -15px;
  top: 20px;
  border-right: 15px solid #ffffff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

/* 吹き出し本体 */
.balloon2{
    position: relative;
    padding: 20px;
    border-radius: 10px;
    color: #333333;
    background-color: #ffffff;
    margin-right: 150px;
    margin-top: 1em;/* 右に余白を設ける */
    font-size: 20px;
}
/* 画像 - 絶対配置で右上に配置 */
.balloon2 .icon{
  position: absolute;
  right: -150px;
  top: 0;
}
/* 三角アイコン */
.balloon2::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -15px;
  top: 20px;
  border-left: 15px solid #ffffff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
@media screen and (max-width: 480px){
.div-orange {
    background-color: antiquewhite;
    padding: 2%;
    font-size: 1.3em;
    font-weight: normal;
    color: #ab721b;
    border-bottom-left-radius: 1em;
    border-top-right-radius: 1em;
    padding-bottom: 1em;
}
.div-orange img{
width: 80px;
}
.balloon1 .icon{
  position: absolute;
  left: -100px;
  top: 0;
}
 .balloon1 {
    position: relative;
    padding: 15px;
    border-radius: 10px;
    color: #333333;
    background-color: #ffffff;
    margin-left: 100px;
    margin-top: 1em;
    font-size: 20px;
}
    
    .balloon2 .icon {
    position: absolute;
    right: -100px;
    top: 0;
}
    .balloon2 {
    position: relative;
    padding: 20px;
    border-radius: 10px;
    color: #333333;
    background-color: #ffffff;
    margin-right: 100px;
    margin-top: 1em;
    font-size: 20px;
}
}

.boxmi14 {
  margin: 3em 0 1em 0;
  border: solid 2px #9D9273;
  border-radius: 8px;
  box-shadow: 0 0 0 10px #F0ECE5;
  padding: 20px 10px 20px 10px;
  font-weight: bold;
  color: #c0894b;
  background: #F0ECE5;
}
.boxmi14-title {

  border-radius: 8px 8px 0 0;
    font-size: 0.8em;
  padding: 10px 0 10px 0;
  color: #c0894b;
  font-weight:bold;
  text-align: center;
}
.boxmi14 p {
  margin: 0;
  padding: 0;
}
.sen14  {
  background-color: #F7F6EB;
  background-image: -webkit-linear-gradient(top , transparent, transparent 1px, #F0ECE5 0);
  background-size: 100% 2em;
  line-height: 2;
    padding: 0px 10px 20px 10px;
    background-repeat: repeat;
    font-weight: normal;
}

.h4, h4 {
    font-size: calc(1.2em) !important;
}













.balloon5 {
  width: 100%;
  margin: 1.5em 0;
  overflow: hidden;
}

.balloon5 .faceicon {
  float: left;
  margin-right: -190px;
  width: 180px;
    text-align: center;
}

.balloon5 .faceicon img{
  width: 100%;
  height: auto;
  border: solid 3px #FFF3E9;
  border-radius: 50%;
    max-width: 140px;
}

.balloon5 .chatting {
  width: 100%;
}

.says {
  display: inline-block;
  position: relative; 
  margin: 5px 0 0 185px;
  padding: 17px 13px;
  border-radius: 12px;
  background: #FFF3E9;
}

.says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #FFF3E9;
}

.says p {
  margin: 0;
  padding: 0;
}


@media screen and (max-width: 480px){
    
  



.balloon5 {
  width: 100%;
  margin: 1.5em 0;
  overflow: hidden;
}

.balloon5 .faceicon {
  margin-right: 50%;
  width: 80px;
    text-align: center;
    float: none;
    margin: 0 auto;
}

.balloon5 .faceicon img{
  width: 100%;
  height: auto;
  border: solid 3px #FFF3E9;
  border-radius: 50%;
        max-width: 100px;
}

.balloon5 .chatting {
  width: 100%;
}

.says {
  display: inline-block;
  position: relative; 
  margin: 20px 0 0 0px;
  padding: 17px 13px;
  border-radius: 12px;
  background: #FFF3E9;
}

.says:after {
      content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 14px solid #FFF3E9;
  z-index: 1;
}

.says p {
  margin: 0;
  padding: 0;
}
  
    
    
    
}




/* --------------------------------------------------------
	card
-------------------------------------------------------- */

.cardContainer {
	display: flex;
	flex-flow: row wrap;
	margin: 50px 0;
}
.cardBox {
	width: calc(33.3% - 20px);
	margin: 0 10px;
}
@media screen and (max-width: 768px) {
	.cardBox {
		width: 100%;
		margin-bottom: 50px;
	}
	.cardBox:last-child {
		margin-bottom: 20px;
	}
}

.cardBox {
	position: relative;
	padding: 60px 20px 0px;
    background-color: #a2beb6;
	border-radius: 5px;
	box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
    color: #fff;
}
@media screen and (max-width: 768px) {
	.cardBox {
		padding: 50px 20px 40px;
	}
    
    
}

.cardBox img {
	display: block;
	max-width: 120px;
	margin: 0 auto 30px;
}

.cardTtl {
	text-align: center;
	font-size: 130%;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 30px;
    color: #fff;
}

.cardNumber {
	position: absolute;
	top: -35px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	display: inline-block;
	width: 80px;
	height:80px;
	padding-top: 8px;
	border: 2px solid #a2beb6;
	border-radius: 50%;
	background-color: #ffffff;
	z-index: 0;
}

.cardText p {
	margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
	.cardText {
		margin-bottom: 50px;
	}
    
    .cardNumber {
	position: absolute;
	top: -35px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	display: inline-block;
	width: 70px;
	height: 70px;
	color: #333333;
	font-size: 160%;
	line-height: 1;
	padding-top: 15px;
	border: 2px solid #a2beb6;
	border-radius: 50%;
	background-color: #ffffff;
	z-index: 0;
}
}
.cardText a {
	position: absolute;
	bottom: 30px;
	left: 25px;
}


.tokutenimg {
    float: left; margin-right: 1em;
}

.day{margin-left:-4em;}
@media screen and (max-width: 768px) {
    
 .tokutenimg {
margin-right: 1em; float: none;
     text-align: center; padding-bottom: 1em;
}
   
.day{margin-left:0em; text-align: left; font-weight: normal;}    
}

.dung-floating {
    position: relative; 
    animation: ani 5s ease-in-out infinite; 
}

@keyframes ani {
    0%, 100% {
        transform: translateY(0); }
    50% {
        transform: translateY(50px); 
    }
}

.testimonial {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 15px;
    border: 2px solid #ccc;
    border-radius: 8px;
    background-color: #f9f9f9;
}

.testimonial-header {
    flex-basis: 30%; 
    text-align: center;
}

.testimonial-header h2 {
    font-size: 1.5em;
    color: #333;
    margin: 0;
}

.testimonial-header h2 span {
    font-size: 1.2em;
    color: #666;
}

.testimonial-body {
    font-family: 'Noto Serif JP', serif;
    font-size: 0.9em;
    line-height: 1.8em;
    margin: 0;
    color: #555;
}



.testimonial2 {
    margin-bottom: 20px;
    padding: 15px;
    border: 2px solid #DAD1C9;
    border-radius: 8px;
    background-color: #F6EFE8;
    font-size: 0.9em;
    line-height: 1.4em;
}

.testimonial-header2 {
    text-align: center;
    margin-bottom: 1em;
}

.testimonial-header2 h2 {
    font-size: 1.5em;
    color: #333;
    margin: 0;
}

.testimonial-header2 h2 span {
    font-size: 1.2em;
    color: #666;
}

.testimonial-body2 {
    font-family: 'Noto Serif JP', serif;
    font-size: 0.9em;
    line-height: 1.8em;
    margin: 0;
    color: #555;
}






@media (max-width: 768px) {
    .testimonial {
        flex-direction: column; 
        text-align: center; 
    }

    .testimonial-header {
        flex-basis: auto;
        margin-bottom: 10px; 
    }

    .testimonial-body {
        flex-basis: auto; 
    }
}


.bouncy {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), 
                background-color 0.4s ease, 
                border-color 0.4s ease; 
    display: inline-block;
  }
  .bouncy:hover {
    transform: scale(1.1);

  }


.bouncy2 {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), 
                background-color 0.4s ease, 
                border-color 0.4s ease; 
    display: inline-block;
    border: 5px solid transparent; 
    border-radius: 20px; 
  }
  .bouncy2:hover {
    transform: scale(1.1);
  }

.sticky-cta {
    display: none;
  }
.sticky-cta-container {
    display: none;
  }


.boxmi4 {
      background-image:linear-gradient(180deg,rgba(204,204,204,0) 0%,rgba(204,204,204,0) 98.5%,rgba(100,100,100,100) 100%);
      background-repeat:repeat-y;
      background-size:100% 2.4em;
    line-height:2.4;}


  @media (max-width: 768px) {
    .sticky-cta {
    display: block;
    position: fixed;
    left: 0;
    bottom: -100px;
    width: 100%;
    color: white;
    text-align: center;
    padding: 1em;
    font-size: 18px;
    border: none;
    transition: bottom 0.5s ease-out, opacity 0.5s ease-out;
    opacity: 0;
        background-color: rgba(178,64,71,0.90);
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
    }
      
      .sticky-cta-container {
    display: block;
    position: fixed;
    left: 0;
    bottom: -100px;
    width: 100%;
    color: white;
    text-align: center;
    padding: 0.5em;
    font-size: 18px;
    border: none;
    transition: bottom 0.5s ease-out, opacity 0.5s ease-out;
    opacity: 0;
        background-color: rgba(178,64,71,0.90);
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
    }
      .boxmi4 {
      background-image:linear-gradient(180deg,rgba(204,204,204,0) 0%,rgba(204,204,204,0) 98.5%,rgba(100,100,100,100) 100%);
      background-repeat:repeat-y;
      background-size:100% 2.2em;
    line-height:2.2;}

  }







tbody, td, tfoot, th, thead, tr {
    border: none;
}


.strike-animation {
        position: relative;
        display: inline-block;
        color: #000;
        font-size: 24px;
        overflow: hidden; 
    }
    .strike-animation::after {
        content: '';
        position: absolute;
        width: 0;
        height: 2px;
        top: 50%; 
        left: 50%;
        transform: translate(-50%, -50%); 
        background-color: #000;
        transition: width 1s ease-in-out;
        visibility: hidden;
    }
    .strike-animation.wow.animated {
        visibility: visible !important;
    }
    .strike-animation.wow.animated::after {
        width: 100%; 
        left: 0;  
        transform: translate(0, -50%);
        visibility: visible;
    }

.text-ani {
  letter-spacing: 2px;
  text-align: center;
  color: transparent;
  background-image: linear-gradient(42deg, #f35626, #feab3a);
  background-clip: text;
  animation: hue 20s infinite linear;
}

@keyframes hue {
  from {
    filter: hue-rotate(0deg);
  }
  to {
    filter: hue-rotate(-360deg);
  }
}



ol {
  padding: 0;
  position: relative;
    padding-left: 0em !important;
}

ol li {
font-size: 1.2em;
    color: #4D2B63;
  border-left: solid 8px #B57BDB;/*左側の線*/
  background: #fff;/*背景色*/
  margin-bottom: 10px;/*下のバーとの余白*/
  line-height: 1.5;
  border-radius: 0 15px 15px 0;/*右側の角だけ丸く*/
  padding: 0.5em;
  list-style-type: none!important;
}

   .styled-button {
            display: inline-block;
            padding: 10px 20px;
            font-size: 1.2em;
            color: white;
            background-color: #4CAF50;
            border: none;
            border-radius: 5px;
            text-decoration: none;
            text-align: center;
            cursor: pointer;
            transition: background-color 0.3s ease;
       font-weight: bold;
        }

        .styled-button:hover {
            background-color: #7BC67E;
            color: white;

        }






.expand-text {
    display: none;
    font-size: 1.4em;
    white-space: nowrap;
    color: #C08441;
    letter-spacing: 0.5em;
    margin-top: 20px
}

.toptext{font-size: 1.4em; padding-top: 1em; color: #5E5E5E; margin: 0px; line-height: 1.4em; padding-bottom:5em;}

@media (max-width: 768px) {
.expand-text {
    letter-spacing: 0.2em;
}
    
.toptext{font-size: 1.2em; padding-bottom: 4em; padding-top: 2em;}    
}

.expand-text span {
    display: inline-block;
    opacity: 0;
    transform: scale(0);
    animation: expand 0.5s ease-in-out forwards;
}

.expand-text span:nth-child(1) { animation-delay: 0.1s; }
.expand-text span:nth-child(2) { animation-delay: 0.2s; }
.expand-text span:nth-child(3) { animation-delay: 0.3s; }
.expand-text span:nth-child(4) { animation-delay: 0.4s; }
.expand-text span:nth-child(5) { animation-delay: 0.5s; }
.expand-text span:nth-child(6) { animation-delay: 0.6s; }
.expand-text span:nth-child(7) { animation-delay: 0.7s; }
.expand-text span:nth-child(8) { animation-delay: 0.8s; }
.expand-text span:nth-child(9) { animation-delay: 0.9s; }
.expand-text span:nth-child(10) { animation-delay: 1.0s; }
.expand-text span:nth-child(11) { animation-delay: 1.1s; }
.expand-text span:nth-child(12) { animation-delay: 1.2s; }
.expand-text span:nth-child(13) { animation-delay: 1.3s; }
.expand-text span:nth-child(14) { animation-delay: 1.4s; }
.expand-text span:nth-child(15) { animation-delay: 1.5s; }
.expand-text span:nth-child(16) { animation-delay: 1.6s; }
.expand-text span:nth-child(17) { animation-delay: 1.7s; }

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

@media (max-width: 768px) {
    .expand-text {
        font-size: 1.5em;
    }
}

@media (max-width: 480px) {
    .expand-text {
        font-size: 1.2em;
    }
}

.delay-05s {
    animation-delay: 0.5s;
}

.delay-1s {
    animation-delay: 1s;
}

.delay-2s {
    animation-delay: 2s;
}


.box_mi ul  {
    font-family: "Font Awesome 5 Free";
    content: "\f058";
    position: absolute;
    left: 1em;
    color: #4795c7;
}

.box_mi ul li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f058";
    position: absolute;
    left: 1em;
    color: #4795c7;
}

.box_mi ul li {
    line-height: 1.5;
    list-style-type: none !important;
}

.box_mi {
    border: solid 2px #4795c7;
    padding: 2em;
    font-family: 'Noto Serif JP', serif;
    background: #fff;
    margin: 2em;
    position: relative;
    margin-top: 3em;
    font-weight: bold;
}

.box_mi:after {
    background: #4795c7;
    color: #fff;
    font-family: "Font Awesome 5 Free", 'Avenir', 'Arial', sans-serif;
    position: absolute;
    left: -2px;
    bottom: 100%;
    padding: 1px 7px;
    content: '\f03a  詳細';
    letter-spacing: 0.05em;
}

@media (max-width: 768px) {
   .box_mi {
    padding: 1em;
    margin: 1em;
    margin-top: 3em;
}
}


.background-fixed {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    margin-top: -1em;
    text-align: left;
    padding: 1em;
    background-attachment: fixed;
}

/* Media query for iPhone and similar devices */
@media only screen and (max-device-width: 480px) {
    .background-fixed {
        background-attachment: scroll;
    }
}

