/* CSS Document */

/*- - - - - - - - - - - - - - - - - - - -
web font
- - - - - - - - - - - - - - - - - - - -*/
* {
	font-family: ryo-gothic-plusn, sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	font-size: 1.8rem;
}
/*- - - - - - - - - - - - - - - - - - - -

general

- - - - - - - - - - - - - - - - - - - -*/

/* clearfix */
.clearfix:after{
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix{
	zoom: 1;
}

.img {
    display: block;
    height: 0;
    overflow: hidden;
}

body, html { height: 100%; }
html {
	overflow-y: scroll;
    font-size: 62.5%;
}

body {
	width: 100%;
	font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4;
	background-color: #FFF;
	color: #444;
	overflow: visible;
	
	position: relative;
}

a:link { color: #00b900; text-decoration: none;}
a:active { color: #00b900; text-decoration: none; }
a:visited { color: #00b900; text-decoration: none; }
a:hover { color:#8EC78E; text-decoration: underline; cursor: pointer; }

/*- - - - - - - - - - - - - - - - - - - -

header

- - - - - - - - - - - - - - - - - - - -*/
.header{
    width: 100%;
    margin: 8px 0 24px;
    border-bottom: 10px solid #00b900;
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    font-weight: 600;
    font-style: normal;
}
.headBox{
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 8px;
}
.headLogo{
    float: left;
    width: 230px;
    margin: 26px 0;
    padding-right: 16px;
    box-sizing: border-box;
}
.headLogo a img{
    width: 90%;
}
.headContact{
    float:right;
    width: 280px;
    margin: 12px 0;
    padding-left: 24px;
    box-sizing: border-box;
}
.headContact img{
    width: 100%;
}
/*- - - - - - - - - - - - - - - - - - - -

form

- - - - - - - - - - - - - - - - - - - -*/
.ttlMidashiLL2{
	margin-bottom: 24px;
	font-size: 23px;
	line-height: 1.4;
	padding: 1rem 2rem;
	border-left: 5px solid #01b915;
	background: #f4fdf0;
}

.ttlMidashiL {
	margin-bottom: 24px;
	border-bottom: solid 4px #00b900;
	position: relative;
	font-size: 30px;
}

.flowChart{
	margin: 40px 150px;
}
.flowChart__item{
	margin-bottom: 65px;
	padding: 16px;
	background: #fff;
	border: 1px solid #707070;
	border-radius: 10px;
	position: relative;
}
.flowChart__item--green{
	background: #c9ffb2;
	border: none;
	color: #333;
}
.flowChart__item:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
    content: "\f0d7";
    position: absolute;
    font-size: 40px;
	margin-left: -20px;
    left: 50%;
    bottom: -65px;
    color: #00b900;
}
.flowChart__item__last{
	margin-bottom: 0;
	content:none;
	padding: 16px;
	background: #fff;
	border: 1px solid #707070;
	border-radius: 10px;
	position: relative;
}
.flowChart__item__ttl{
	margin: 0 0 8px;
	padding: 0 0 8px;
	border-bottom: dashed 1px #ccc;
	font-size: 18px;
	font-weight: bold;
}


.commonTxt{
	margin-bottom: 32px;
	line-height: 2;
	letter-spacing: 2px;
}
.formContents{
	width: 1000px;
	margin: 0 auto 100px;
	padding: 24px;
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
	box-sizing: border-box;
}
.step{
	width: 100%;
	margin: 0 0 32px;
	text-align: center;
}
.step1{
	position: relative;
	float: left;
	width: 48%;
	padding: 16px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	color: #ccc;
}
.step1::after{
	position: absolute;
	right: -24px;
	font-family: "Font Awesome 5 Free";
	content: '\f0da';
	font-weight: 900;
	color: #00b900;
}
.step2{
	float: right;
	width: 48%;
	padding: 16px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	color: #ccc;
}
.step--on{
	width: 48%;
	padding: 16px;
	box-sizing: border-box;
	color: #333;
	background: #d3f1d3;
	border: none;
}

.formItem__ttl {
	float: left;
	width: 20%;
	clear: both;
	padding: 28px 0px;
	text-align: right;
	border-top: solid 1px #CCC;
	margin: 0px;
	box-sizing: border-box;
	font-weight: 900;
}
.formItem__data {
	float: right;
	width: 80%;
	padding: 10px 10px 10px 24px;
	border-top: solid 1px #CCC;
	line-height: 1.5em;
	box-sizing: border-box;
}

.formItem__ttl02 {
	float: left;
	width: 20%;
	clear: both;
	padding: 28px 0px;
	text-align: right;
	margin: 0px;
	box-sizing: border-box;
	font-weight: 900;
}
.formItem__data02 {
	float: right;
	width: 80%;
	padding: 10px 10px 10px 24px;
	line-height: 1.5em;
	box-sizing: border-box;
}



.formItem__ttl span{
	display: inline-block;
	margin-right: 8px;
	background: #ff5c5c;
	padding: 0 4px;
	border-radius: 4px;
	color: #fff;
	font-size: 1.4rem;
}


input,select{
	width: 400px !important;
	padding: 16px;
	vertical-align: middle;
	height: 60px;
	box-sizing: border-box;
	font-size: 2rem;
	font-weight: 800;
}
textarea{
	width: 500px !important;
	padding: 16px;
	border-color: #ccc;
	box-sizing: border-box;
	height: calc( 1.6em * 7 );
}
::placeholder{
	color: #ccc;
}
button{
	display: block;
	width: 200px;
	margin: 40px auto;
	padding: 16px;
	background: #ff9600;
	border: none;
	border-radius: 4px;
	color: #fff;
	
}
button:hover{
	opacity: 0.5;
	cursor: pointer;
}

.topLink{
	width: 200px;
	margin: 40px auto;
}
.topLink a{
	display: block;
	padding: 16px;
	background: #ccc;
	border-radius: 4px;
	text-align: center;
	color: #666;
}
.linkIcon::after {
    font-family: "Font Awesome 5 Free";
    content: '\f35d';
    font-weight: 900;
    font-size: 16px;
}

.date-edit {
	float: left;
	width: 20%;
	clear: both;
	padding: 28px 0px;
	text-align: right;
	border-top: solid 1px #CCC;
	margin: 0px;
	box-sizing: border-box;
	font-weight: 900;
}
 

.date-edit::before {
  background:  url(../img/now.png) no-repeat center center / cover #F7D94C;
    border: solid 5px #cdcdcd;
    content: "";
    position: absolute;
    top: -15px;
    right: -65px;
    border-radius: 28px;
    height: 50px;
    width: 50px;
}
 

input[type="date"] {
  padding: 10px;
  text-align: center;
}
 
input[type="date"]::-webkit-inner-spin-button{
  -webkit-appearance: none;
}
input[type="date"]::-webkit-clear-button{
  -webkit-appearance: none;
}

input[type="date"]::-webkit-calendar-picker-indicator{
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
  background: transparent;
  color: transparent;
  cursor: pointer;
  height: 50px;
  width: 180px;
}
/*--------エリアboxSTART--------*/

#ereaBox{
	width: 90%;
	margin: 0 auto 25px;
}

#ereaBox ul{
	margin: 5px 0 20px;
}

#ereaBox ul li{
	float:left;
	width: 18%;
	margin: 5px;
	padding: 8px 2px;
	/*border: #ffa102 solid 1px;*/
	border-radius:3px;
	/*background: #f9d89f;*/
	background: #ffa102;
	text-align:center;
	box-sizing: border-box;        
	/*font-weight: bold;*/
	text-decoration: underline;
}

#ereaBox ul li a{
	color: #fff;
}
/*--------エリアboxEND--------*/


/*--------診断ボタン START--------*/

p.note_top {
    font-weight: bold;
    text-align: center;
}
/*--------診断ボタン END--------*/

/*--------問い合わせボタン START--------*/

.ctaBtn li {
    float: left;
    margin: 5px 5px 15px 0px;
    width: 45%;
    font-size: 16px;
}


.ctaBtn:after {
    content: "";      /* ※Clearfix */
    clear: both;
    display: block;
}

.ctaBtn2 {
    list-style: none;
    /* display: block; */
    width: 600px;
    margin: 40px auto;
    padding: 16px 0 0 36px;
    border: none;
    border-radius: 4px;
}

.ctaBtn2 li {
    float: left;
    margin: 0px 5px 5px 0px;
    width: 46%;
}

.ctaBtn2:after {
    content: "";      /* ※Clearfix */
    clear: both;
    display: block;
}

.Toiawase{
    margin: 0;
    padding: 7px;
}

.Toiawase a{
    display: block;
    padding: 8px 0;
    border-radius: 3px;
    background: #ff9600;
    color: #fff;
    text-align: center;
    font-weight: bold;
    text-decoration: none;

            box-shadow:0px 5px 0px 0px #a56710;

            transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s;
}

.txt_top{
    font-size: 1.2rem;
    color: #fff;
    font-weight: bold;
    border-bottom: 1px solid #fff;
}



/*--------問い合わせボタン END--------*/
/*--------墓じまいボタン START--------*/



.Hakajimai{
    margin: 0;
    padding: 7px;
}

.Hakajimai a{
    display: block;
    padding: 5px 0;
    border-radius: 3px;
    background: #ff4d4d;
    color: #fff;
    text-align: center;
    font-weight: bold;
    text-decoration: none;

            box-shadow:0px 5px 0px 0px #a56710;

            transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s;
    border: double 7px #fff;
}



/*--------墓じまいボタン END--------*/
/*--------LINEボタン START--------*/



.LineBtn {
    margin: 0;
    padding: 7px;
}

.LineBtn a{
    display: block;
    padding: 8px 0;
    border-radius: 3px;
    background: #6fb92c;
    color: #fff;
    text-align: center;
    font-weight: bold;
    text-decoration: none;

            box-shadow:0px 5px 0px 0px #508520;

            transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s;
}



/*--------LINEボタン END--------*/
/*--------CTA START--------*/
.pcCta{
	margin-bottom: 40px;
}
.pcCta__img{
	width: 100%;
}
.pcCta__img a img{
	width: 100%;
}
/*--------LINEボタン END--------*/

.bgColor_fff_bodereee{
    background: #fff;
    padding: 5px;
    border: solid 1px #eee;
}


.cta_bgColor{
    background: #f4fdf0;
    padding: 5px;
}

.Toiawase_fff{
    margin: 12px 0;
    display: block;
    padding: 14px;
    border-radius: 3px;
    background: #fff;
    font-weight: bold;
    text-decoration: none;
            box-shadow:0px 3px 0px 0px #ccc;
            transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s;
border: solid 1px #444;
}

.Toiawase_fff a{
color: #444 !important;
}

.txt_bottom {
    font-size: 1.6rem;
    border-top: 1px solid #444;
}

.ctaTelMark:before {
    position: relative;
    display: inline-block;
    content: "";
    width: 25px;
    height: 25px;
    background-size: contain;
    vertical-align: middle;
    background-image: url(/asset/img/telIcon.png);
    background-repeat: no-repeat;
    margin-right: 4px;
}
.ctaMailMark02:before {
    position: relative;
    display: inline-block;
    content: "";
    width: 25px;
    height: 25px;
    background-size: contain;
    vertical-align: middle;
    background-image: url(/asset/img/mailIcon02.png);
    background-repeat: no-repeat;
    margin-right: 4px;
}

.Toiawase_fff .orange {
    font-weight: bold;
    background: #ff9600;
    padding: 3px 5px;
    margin-right: 5px;
    color: #fff;
}

.arrow_right {
  position: relative;
  padding-right: 30px;
}

.arrow_right::after { /* 棒の表示設定 */
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 10px;    /* くの字を山なりに見た時、左側の長さ */
  height: 10px;   /* くの字を山なりに見た時、右側の長さ */
  border-top: 3px solid #00b900;     /* くの字を山なりに見た時、左側の太さと色 */
  border-right: 3px solid #00b900;   /* くの字を山なりに見た時、右側の太さと色 */
  transform: rotate(45deg);    /* くの字の向き */
}

.ctaBox02 {
    border: solid #999 1px;
    box-sizing: border-box;
    border-radius: 5px;
    width: 70%;
    margin: 20px auto;
}
.ctaBox02__ttl{
	padding: 16px;
	font-weight: bold;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom: solid #999 1px;
	/*position: fixed; */
	bottom: 0;
	left: 0;
	padding-right: 50px;
	z-index: 999;
	background-image: url(/asset/img/ctaBgWoman.png);
	background-repeat: no-repeat;
 	background-position: 100% -3%;
	background-size: 13%;
        font-size: 25px;
}
.ctaBox02__ttl02{
	padding: 0 16px;
	background: #6fb92c;
	font-weight: bold;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color: #fff
}
.ctaBox02__data{
	margin: 0;
	padding: 15px 5px 5px;
	background: #f4fdf0;
        border-radius: 5px;
}

.Toiawase{
    margin: 0;
    padding: 7px;
}

.Toiawase a{
    display: block;
    padding: 8px 0;
    border-radius: 3px;
    background: #ff9600;
    color: #fff;
    text-align: center;
    font-weight: bold;
    text-decoration: none;

            box-shadow:0px 5px 0px 0px #a56710;

            transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s;
}

.Toiawase_img{
    margin: 0;
    padding: 7px;
}

.Toiawase_img a{
    display: block;
    padding: 8px 0;
    border-radius: 3px;
    background: #ff9600;
    color: #fff;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    background-image: url(/asset/img/operator_image01.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 67px;

            box-shadow:0px 5px 0px 0px #a56710;

            transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s;
}

.text_center{
    text-align: center;
}

.Shindan{
    margin: 0;
    padding: 7px;
}

.Shindan a{
    display: block;
    padding: 8px 0;
    border-radius: 3px;
    background: #FF4D4D;
    color: #fff;
    text-align: center;
    /*font-size: 1.5rem;*/
    font-weight: bold;
    text-decoration: none;

            box-shadow:0px 5px 0px 0px #af1d1d;

            transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s;
}

.Shindan_img{
    margin: 0;
    padding: 7px;
}

.Shindan_img a{
    display: block;
    padding: 8px 0;
    border-radius: 3px;
    background: #FF4D4D;
    color: #fff;
    text-align: center;
    /*font-size: 1.5rem;*/
    font-weight: bold;
    text-decoration: none;
    background-image: url(/asset/img/operator_image01.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 67px;

            box-shadow:0px 5px 0px 0px #af1d1d;

            transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s;
}
/*--------CTA END--------*/
/*--------テキスト前後に斜め線 START--------*/


p.note {
    position: relative;
    text-align: center;
    font-weight: bold;
    line-height: 1.3;
    font-size: 20px;
}

p.note:before,
p.note:after {
    position: relative;
    display: inline-block;
    content: "";
    background: #000;
    width: 1px;
    height: 1em;
    margin: 0 1em;
    margin-top: -.2em;
    vertical-align: middle;
}
 
p.note:before {
    transform: rotate(-35deg);
}
 
p.note:after {
    transform: rotate(35deg);
}
/*--------btn START--------*/
.meritBtnBox{
    display: table;
    width: 740px;    
    padding-bottom: 8px;
    background: #fafbbc;
    }
.meritBtnBox__item2{
    display: table-cell;
    width: 50%;
    padding: 6px 16px;
}
.meritBtnBox__item2 a{
    display: block;
    padding: 8px 0;
    border-radius: 3px;
    background: #ff9600;
    color: #fff;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    text-decoration: none;

    -webkit-box-shadow:0px 5px 0px 0px #a56710;
       -moz-box-shadow:0px 5px 0px 0px #a56710;
            box-shadow:0px 5px 0px 0px #a56710;
    -webkit-transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
            transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s;
}
.meritBtnBox__item2 a:hover{
    background: #febe63;
    color: #fff;

    -webkit-box-shadow:0px 2px 0px 0px #a56710;
       -moz-box-shadow:0px 2px 0px 0px #a56710;
            box-shadow:0px 2px 0px 0px #a56710;
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
}

.meritBtnBox__item2 a:active {
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
  transition-duration: 0.1s
}

.meritBtnBox__item3{
     display: table-cell;
    width: 33%;
    padding: 5px;
    text-align: center;
}

.meritBtnBox__item3 a{
    display: block;
    padding: 10px 0;
    border-radius: 3px;
    background: #ff9600;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-size: 1.5rem;
    font-weight: bold;
    text-decoration: none;

    -webkit-box-shadow:0px 5px 0px 0px #a56710;
       -moz-box-shadow:0px 5px 0px 0px #a56710;
            box-shadow:0px 5px 0px 0px #a56710;
    -webkit-transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
            transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s;
}

.meritBtnBox__item3 a:hover{
    background: #febe63;
    color: #fff;

    -webkit-box-shadow:0px 2px 0px 0px #a56710;
       -moz-box-shadow:0px 2px 0px 0px #a56710;
            box-shadow:0px 2px 0px 0px #a56710;
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
}

.meritBtnBox__item3 a:active {
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
  transition-duration: 0.1s
}
/*--------btn END--------*/

/*--------太字のpタグ　START--------*/
p.note {
    position: relative;
    text-align: center;
    font-weight: bold;
    line-height: 1.3;
}

p.note:before,
p.note:after {
    position: relative;
    display: inline-block;
    content: "";
    background: #000;
    width: 1px;
    height: 1em;
    margin: 0 1em;
    margin-top: -.2em;
    vertical-align: middle;
}
 
p.note:before {
    transform: rotate(-35deg);
}
 
p.note:after {
    transform: rotate(35deg);
}
/*--------太字のpタグ END--------*/

/*--------meritBox START--------*/

.meritBox{
	margin: 0 0 24px;
	border: 1px solid #00a2ff;
}
.meritBox__ttl{
	margin: 0 0 24px;
	padding: 16px 0;
	background: #00a2ff;
	color: #fff;
	text-align: center;
	font-weight: 700;
	font-size: 2.5rem;
}
.meritBox__ttl::before{
	display: inline-block;
	margin-right: 12px;
	font-family: "Font Awesome 5 Free";
	font-weight: 500;
    content: "\f111";
}
.meritBox__list{
	margin: 0 24px 16px;
}
.meritBox__list__item{
	margin-bottom: 8px;
	display: block;
	font-weight: 500;
}
.meritBox__list__item span{
	display: block;
	margin-left: 2rem;
}
.meritBox__list__item:before {
	display: block;
	float: left;
	margin-right: 8px;
	font-family: "Font Awesome 5 Free";
	content: '\f058';
	font-weight: 900;
	color: #00a2ff;
}
/*--------meritBox END--------*/
/*--------ラジオボタン START--------*/

.radioBtn li{
    float: left;
    width: 33%;
}

.radioBtn input{
   width: 25px !important;
}

.radioBtn02 li{
    float: left;
    width: 48%;
}

.radioBtn02 input{
   width: 25px !important;
}
/*--------ラジオボタン END--------*/


/*--------隠しボタン START--------*/



.hidden_box {
    margin: 2em 0;/*前後の余白*/
    padding: 0;
}


.hidden_box .input_check {
    width: 30px !important;
}

/*ボタン装飾*/
/*.hidden_box label {
    padding: 15px;
    font-weight: bold;
    border: solid 2px black;
    cursor :pointer;
}*/

/*ボタンホバー時*/
/*.hidden_box label:hover {
    background: #efefef;
}*/

/*チェックは見えなくする*/
/*.hidden_box input {
    display: none;
}*/

/*中身を非表示にしておく*/
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}

.hidden_show2{
  display:none;
}
input[type="checkbox"]:checked + .hidden_show2{
  display:block;
}

/*--------隠しボタン END--------*/

/*- - - - - - - - - - - - - - - - - - - -

footer

- - - - - - - - - - - - - - - - - - - -*/
.footer{
    margin: 0;
	padding: 24px 0;
	background: #e3e3e3;
}
.copy{
    width: 1000px;
    margin: 0 auto;
	text-align: center;
}




/*---------------------------------------------------------------


調整用CSS

---------------------------------------------------------------*/

.mt0{margin-top: 0;}
.mt5{margin-top: 5px;}
.mt10{margin-top: 10px;}
.mt15{margin-top: 15px;}
.mt20{margin-top: 20px;}
.mt25{margin-top: 25px;}
.mt30{margin-top: 30px;}
.mt35{margin-top: 35px;}
.mt40{margin-top: 40px;}
.mt45{margin-top: 45px;}
.mt50{margin-top: 50px;}
.mt55{margin-top: 55px;}
.mt60{margin-top: 60px;}
.mt65{margin-top: 65px;}
.mt70{margin-top: 70px;}
.mt75{margin-top: 75px;}
.mt80{margin-top: 80px;}
.mt85{margin-top: 85px;}
.mt90{margin-top: 90px;}
.mt95{margin-top: 95px;}
.mt100{margin-top: 100px;}

.mb0{margin-bottom: 0;}
.mb5{margin-bottom: 5px;}
.mb10{margin-bottom: 10px;}
.mb15{margin-bottom: 15px;}
.mb20{margin-bottom: 20px;}
.mb25{margin-bottom: 25px;}
.mb30{margin-bottom: 30px;}
.mb35{margin-bottom: 35px;}
.mb40{margin-bottom: 40px;}
.mb45{margin-bottom: 45px;}
.mb50{margin-bottom: 50px;}
.mb55{margin-bottom: 55px;}
.mb60{margin-bottom: 60px;}
.mb65{margin-bottom: 65px;}
.mb70{margin-bottom: 70px;}
.mb75{margin-bottom: 75px;}
.mb80{margin-bottom: 80px;}
.mb85{margin-bottom: 85px;}
.mb90{margin-bottom: 90px;}
.mb95{margin-bottom: 95px;}
.mb100{margin-bottom: 100px;}

.fs08{font-size: 0.8em;}
.fs10{font-size: 1.0em;}
.fs12{font-size: 1.2em;}
.fs13{font-size: 1.3em;}
.fs14{font-size: 1.4em;}
.fs15{font-size: 1.5em;}
.fs16{font-size: 1.6em;}
.fs17{font-size: 1.7em;}
.fs18{font-size: 1.8em;}
.fs19{font-size: 1.9em;}
.fs20{font-size: 2.0em;}
.fs21{font-size: 2.1em;}
.fs22{font-size: 2.2em;}
.fs23{font-size: 2.3em;}
.fs24{font-size: 2.4em;}
.fs25{font-size: 2.5em;}
.fs26{font-size: 2.6em;}
.fs27{font-size: 2.7em;}
.fs28{font-size: 2.8em;}
.fs29{font-size: 2.9em;}
.fs30{font-size: 3.0em;}

.txtred{
	color:#FF0000;
	font-weight:bold;
}
.txtorange{
	color:#FF6600;
	font-weight:bold;
}
.txtgreen{
	color:#008000;
	font-weight:bold;
}
.txtblue{
	color:#167FA6;
	font-weight:bold;
}
.txtblack{
	font-weight: bold;
}
.txtred120{
	font-weight: bold;
	color: #ff0000;
	font-size: 120%;
}
.txtorange120{
	font-weight: bold;
	color: #FF6900;
	font-size: 120%;
}
.txtgreen120{
	font-weight: bold;
	color: #409526;
	font-size: 120%;
}
.txtblue120{
	color:#167FA6;
	font-weight:bold;
	font-size: 120%;
}
.txtblack120{
	font-weight: bold;
	font-size: 120%;
}
.markerYellow{
	font-weight: bold;
	background: linear-gradient(transparent 60%, #ffff66 60%);
}
.markerGreen{
	font-weight: bold;
	background: linear-gradient(transparent 60%, #b2eaff 60%);
}
.markerRed{
	font-weight: bold;
	background: linear-gradient(transparent 60%, #ffa2a2 60%);
}

.red{ color: #ff0000; }
.blue{ color: #167FA6; }
.green{ color: #409526; }

.b{ font-weight: bold; }
.normal{ font-weight: normal; }


.imgLeft{
	display: block;
	float: left;
	margin: 0 16px 8px 0;
	width: 30%;
}
.imgCenter{
	display: block;
	margin: 8px auto;
	width: 70%;
}
.imgRight{
	display: block;
	float: right;
	margin: 0 0 8px 16px;
	width: 30%;
}

.pc_noDis,
.spCta01,.spCta02{
  display: none;
}

.line {
text-decoration: underline; color:#00b900;
}


.link_mark:before {
    font-family: "Font Awesome 5 Free";
    content: '\f138';
    font-weight: 900;
    color: #00b900;
    padding-right: 5px;
}
/*--------アコーディオンボックスSTART-------------*/
.acbox_merit{
  width: auto;
  font-size:0px; /* ラベルと開く部分を分離する時は数値を入れる */
  margin-bottom: 40px;
}

.acbox_merit label{
  width: auto;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background: #febe63;
  position: relative;
  display: block;
  padding:16px 8px;
  border-radius: 4px;
  cursor: pointer;
  width: 80%;
}

.acbox_merit label:hover{
  background: #febe63; /* ラベルにマウスを乗せた時の背景色 */
}

.acbox_merit input{
  display: none;
}

/*.acbox_merit label:after{
  content:"▼"; 
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -14px;
}

.acbox_merit input:checked ~ label::after {
  content:"▲"; 
}*/


.acbox_merit label:after{
  position: absolute;
  top: 30%;
  right: 10px;
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(/asset/img/tapIcon.gif);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}




.acbox_merit input:checked ~ label::after {
  background-image: url(/asset/img/tapIcon02.gif);
}
.acbox_merit div{
  height: 0px;
  overflow: hidden;
  opacity: 0;
  transition: 0.15s; /* 開閉スピードの設定 */
}

.acbox_merit input:checked ~ div{
  height: auto;
  padding: 10px; 
  border-radius: 0px;
  background: #fff;/* 開いた部分の背景色 */
  opacity: 1;
  margin: 0 0 20px;
  border: solid 1px #febe63;
  width: 78%;
  margin-left: 8px;
}

.acbox_merit input:checked ~ label {
  background: #febe63; /* クリック後のラベルの背景色 */
}

.acbox_merit dl dt{
    font-size: 18px;
    font-weight: bold;
    border-bottom: solid 2px #00b900;
    margin: 15px 0;

}


.acbox_merit dl dt span{
    font-weight: bold;
    background: #00b900;
    padding: 3px 5px;
    margin-right: 5px;
    color: #fff;
}

.ttl_reason{
    text-align: center;
margin-bottom: 25px;
}
.ttl_reason span{
    border-bottom: double 5px #00b900;
    font-weight: bold;
}

.acbox_merit dl dd {
    margin: 5px;
    font-size: 14px
}
