span.kuro{font-weight:bold;
font-size:105%;}

#contents .addCont02 .featureListBox .featureListWrap dd span{font-weight:bold;
background:linear-gradient(transparent 60%, #ffefe8 60%);
color: #ff4f42;}
p.miniji{font-size: 8px;
    color: #555;}

#toc {
    width: 60%;
    margin: 0 auto 3rem;
    display: block;
    padding: 1rem 2rem;
    border: solid 4px #ffefe8;
}
#contents #toc ul {
    margin: 0;
}
#toc:before {
    content: "目次";
    text-align: center;
    display: block;
    font-weight: bold;
    font-size: 16px;
    margin: 1rem;
}
#toc a {
    text-decoration: underline;
}
/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/

@media screen and (min-width: 481px) {
/*/////////////PC用のCSSをここに作成してください。/////////////*/
/*/////////////必ず中括弧の中に作成してください。/////////////*/


  .br-pc { display:block; }
  .br-sp { display:none; }
p.sansho{text-align:right;}		

/* 疑似見出し*/
.dekaji{    margin: 25px 5% 15px 5px !important;
    padding: 0px 0px 5px 5px;
    border-bottom: 2px solid #ff7f42;
    font-weight: bold;
    font-size: 1.5rem;}	


/* 横長対応 */
.floatrightx {float: right;	width:45%;	margin-left: 15px;}
.floatrightx img{width:100%;}
.floatrightx figcaption{font-size: 60%;	color: #666666;		text-align: center;	width:100%; word-break : break-all;  line-height:1.5;}
.floatleftx {float: left;	width:45%;	 margin-right: 15px;}
.floatleftx img{width:100%;}
.floatleftx figcaption{font-size: 60%;	color: #666666;		text-align: center;	width:100%; word-break : break-all;  line-height:1.5;}

/* フロートの解除 */
.floatkes {clear: both;}

/* 縦長対応 */
.floatrighty {float: right;	width:40%;	margin-left: 15px;}
.floatrighty img{max-height: 250px;    margin: auto;    display: block;}
.floatrighty figcaption{font-size: 60%;	color: #666666;		text-align: center;	width:100%; word-break : break-all;  line-height:1.5;}
.floatlefty {float: left;	width:40%;	 margin-right: 15px;}
.floatlefty img{max-height: 250px;    margin: auto;    display: block;}
.floatlefty figcaption{font-size: 60%;	color: #666666;		text-align: center;	width:100%; word-break : break-all;  line-height:1.5;}



/* 中央対応 */

.centerx{display:block; width:450px; margin:10px auto;}
	
.centerx img{width:450px;}

.centery{display: block;    width: 450px;    margin: 10px auto;    text-align: center;}
	.centery img{height: 400px;}
	
	

.centerx figcaption,.centery figcaption{font-size: 90%; color: #838383; text-align: center;}	

	
/* テーブル対応 */
	#contents table th.th40{width:40%;}
	
/*口コミ*/
.kutikomi2m{background: url(/wp/wp-content/uploads/icon.png) no-repeat top 15px left 15px;
    background-color: #FFEFE8;
    background-size: auto 80px;
    min-height: 120px;
    padding: 10px;
    border-radius: 10px;
	margin:10px auto 10px auto;
}
	
.kutikomi2s{background: url(/wp/wp-content/uploads/icon2.png) no-repeat top 15px left 15px;
    background-color: #FFEFE8;
    background-size: auto 80px;
    min-height: 120px;
    padding: 10px;
    border-radius: 10px;
	margin:10px auto 10px auto;
}

.kutikomi2m p,.kutikomi2s p{background:#fff;
margin:5px 5px 5px 100px;
padding:10px;
min-height:120px;
border:solid 1px #ccc;
border-radius:3px;}


.kutikomi2m p.inyomoto,.kutikomi2s p.inyomoto{background:none;
margin:5px 5px 5px 100px !important;
padding:0px;
min-height:auto !important;
border:none;
color:#999;
font-size:80%;
word-break:break-all;}
	
#contents .lower_bottom .lower_table th:nth-child(2), #contents .lower_bottom .lower_table th:nth-child(3) {
    width: 16%;
}	
#contents .box.left_box div.qaTit {
    margin: -8rem -3rem 2rem;
    border: 4px solid #333333;
    border-radius: 38px;
    color: #111111;
    padding: 1.5rem;
    background: #deeffe;
    font-size: 2.4rem;
    line-height: 4rem;
    text-align: center;
    position: relative;
}	
#toc {
    width: 40%;
    margin: 0 auto 3rem;
    display: block;
    padding: 1rem 2rem;
    border: solid 4px #e7e2e0;
    background: white;
}


div#toc li {
    margin-top: 4px;
    font-size: 13px;
    list-style: none;
}


#toc:before {
    content: "目次";
    text-align: center;
    display: block;
    font-weight: bold;
    font-size: 16px;
}
	
/*イラスト（オレンジ）*/	
/*20210922*/
.sp_custom{
display:none;
	}
.pc_custom{
background: #ffefe8;
padding:1em 0;
margin-bottom:1em;
	}		
	
.f_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1000px;
    background: #ffefe8;
}	
	
.f_wrapper .f_box{
    position: relative;
}
.f_wrapper .img_txt{
	position: absolute;
	bottom: 0%;
	left: 50%;
	width:110px;
	text-align:center;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	padding:0;
	font-size:.9em;
	font-weight:bold;
	margin:0 auto !important;
}
.f_wrapper .img_txt2{
	position: absolute;
	top: 65%;
	left: 50%;
	width:110px;
	text-align:center;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	padding:0;
	font-size:.9em;
	font-weight:bold;
	margin:0 auto !important;
}	
.f_wrapper .img_txt3{
	position: absolute;
	bottom: -10%;
	left: 50%;
	width:130px;
	text-align:center;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	padding:0;
	font-size:.9em;
	font-weight:bold;
	margin:0 auto !important;
}	
.f_wrapper .img_txt4{
	position: absolute;
	top: 17%;
	left: 50%;
	width:60px;
	text-align:center;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	padding:0;
	font-size:.8em;
	font-weight:bold;
	margin:0 auto !important;
}	
.f_wrapper .img_txt5{
	position: absolute;
	top: 16%;
	left: 50%;
	width:50px;
	text-align:center;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	padding:0;
	font-size:.8em;
	font-weight:bold;
	margin:0 auto !important;
}
	
.f_wrapper2 {
    display: flex;
    justify-content: center;
    width: 1000px;
    background: #ffefe8;
}	
	
	
.f_wrapper2 .f_box2{
position: relative;
  display: inline-block;
  margin: 1.5em ;
  padding: 7px 10px;
  background: #fff;
	box-shadow: 8px 8px 0px -4px #999;
width:33%;
}

.f_wrapper2 .f_box2:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 85%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #fff;
}	
.f_wrapper2 .f_box3{
position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  background: #fff;
  box-shadow: 8px 8px 0px -4px #999;
  width:33%;
}

.f_wrapper2 .f_box3:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 40%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #fff;
}	
.f_wrapper2 .f_box4{
position: relative;
  display: inline-block;
  margin: 1.5em;
  padding: 7px 10px;
  background: #fff;
  box-shadow: 8px 8px 0px -4px #999;
  width:33%;
}

.f_wrapper2 .f_box4:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 70%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #fff;
}
.f_wrapper2 .fukidashi_t{
font-weight: bold;
font-size: 1.1em;
text-align:center;
}	
	
.img_title{
background: #ee7b45;
color: #fff;
border: 3px solid #000;
font-size: 2em;
font-weight: bold;
padding:.5em;
text-align:center;
width:70%;
margin:1.5em auto;
}

/*イラスト（ブルー）*/	
/*20210922*/
.sp_custom2{
display:none;
    }
.pc_custom2{
background: #eef7fe;
padding:1em 0;
margin-bottom:1em;
    }       
    
.pc_custom2 .f_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1000px;
    background: #eef7fe;
}   
    
.pc_custom2 .f_wrapper .f_box{
    position: relative;
}
.pc_custom2 .f_wrapper .img_txt{
    position: absolute;
    bottom: 0%;
    left: 50%;
    width:110px;
    text-align:center;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    padding:0;
    font-size:.9em;
    font-weight:bold;
    margin:0 auto !important;
}
.pc_custom2 .f_wrapper .img_txt2{
    position: absolute;
    top: 75%;
    left: 50%;
    width:110px;
    text-align:center;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    padding:0;
    font-size:.9em;
    font-weight:bold;
    margin:0 auto !important;
}   
.pc_custom2 .f_wrapper .img_txt3{
    position: absolute;
    bottom: -10%;
    left: 50%;
    width:130px;
    text-align:center;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    padding:0;
    font-size:.9em;
    font-weight:bold;
    margin:0 auto !important;
}   
.pc_custom2 .f_wrapper .img_txt4{
    position: absolute;
    top: 17%;
    left: 50%;
    width: 70px;
    text-align:center;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    padding:0;
    font-size:.8em;
    font-weight:bold;
    margin:0 auto !important;
}   
.pc_custom2 .f_wrapper .img_txt5{
    position: absolute;
    top: 16%;
    left: 50%;
    width:50px;
    text-align:center;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    padding:0;
    font-size:.8em;
    font-weight:bold;
    margin:0 auto !important;
}
    
.pc_custom2 .f_wrapper2 {
    display: flex;
    justify-content: center;
    width: 1000px;
    background: #eef7fe;
}   
    
    
.pc_custom2 .f_wrapper2 .f_box2{
position: relative;
  display: inline-block;
  margin: 1.5em ;
  padding: 7px 10px;
  background: #fff;
    box-shadow: 8px 8px 0px -4px #999;
width:33%;
}

.pc_custom2 .f_wrapper2 .f_box2:before {
  content: "";
  position: absolute;
  top: -60px;
  left: 40%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 60px solid #fff;
}   
.pc_custom2 .f_wrapper2 .f_box3{
position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  background: #fff;
  box-shadow: 8px 8px 0px -4px #999;
  width:33%;
}

.pc_custom2 .f_wrapper2 .f_box3:before {
  content: "";
  position: absolute;
  top: -60px;
  left: 20%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 60px solid #fff;
}   
.pc_custom2 .f_wrapper2 .f_box4{
position: relative;
  display: inline-block;
  margin: 1.5em;
  padding: 7px 10px;
  background: #fff;
  box-shadow: 8px 8px 0px -4px #999;
  width:33%;
}

.pc_custom2 .f_wrapper2 .f_box4:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 70%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #fff;
}
.pc_custom2 .f_wrapper2 .fukidashi_t{
font-weight: bold;
font-size: 1.5em;
text-align:center;
}   
.pc_custom2 .f_wrapper2 .fukidashi_t span{
		background:none;
	}
	
	.top_function {
		text-align: center;
		margin: 10px;
		font-size: 12px;
	}
	.mainArea .catchArea p.time_function {
		width: auto;
	}
	.top_function.cate {
		text-align: left;
	}
	
}/*PCここまで*/



/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/

@media screen and (max-width: 480px) {
/*/////////////SP用のCSSをここに作成してください。/////////////*/
/*/////////////必ず中括弧の中に作成してください。/////////////*/

#toc {
    width: 80%;
}
  .br-pc { display:none; }
  .br-sp { display:block; }

/* 疑似見出し */
.dekaji{margin: 25px 5px 15px 5px;
    padding: 10px 0px 10px 5px;
    border-top: 2px solid #ff6f2b;
    border-bottom: 2px solid #ff7f43;
    font-weight: bold;
    font-size: 1.45rem;}		

/* 横長対応 */

.floatrightx {width:100%; margin: 10px auto 5px;}
.floatrightx img{width:100%;}
.floatrightx figcaption{font-size: 60%;	color: #666666;		text-align: center;	width:100%; word-break : break-all;  line-height:1.5;}
.floatleftx {width:100%; margin: 10px auto 5px;}
.floatleftx img{width:100%;}
.floatleftx figcaption{font-size: 60%;	color: #666666;		text-align: center;	width:100%; word-break : break-all;  line-height:1.5;}

/* フロートの解除 */
.floatkes {clear: both;}

/* 縦長対応 */
.floatrighty {width:100%; margin: 10px auto 5px;}
.floatrighty img{max-height: 250px; width: auto !important;   margin: auto;    display: block;}
.floatrighty figcaption{font-size: 60%;	color: #666666;		text-align: center;	width:100%; word-break : break-all;  line-height:1.5;}
.floatlefty {width:100%; margin: 10px auto 5px;}
.floatlefty img{max-height: 250px; width: auto !important;   margin: auto;    display: block;}
.floatlefty figcaption{font-size: 60%;	color: #666666;		text-align: center;	width:100%; word-break : break-all;  line-height:1.5;}


/* 中央対応 */
.centerx,.centery{display:block; margin:10px auto;}


.centerx img,.centery img{width:100%;}


.centerx img .biriga,.centery img .biriga{width:50% !important;}

.centerx figcaption,.centery figcaption{font-size: 60%;	color: #666666;	text-align: center;	width:100%; word-break : break-all;  line-height: 1.5;}

/*口コミ*/
	
.kutikomi2m{background: url(/wp/wp-content/uploads/icon.png) no-repeat bottom 10px left 10px;
background-color:#FFEFE8;
background-size:auto 40px;
padding:1px;
border-radius:3px;
}

.kutikomi2s{background: url(/wp/wp-content/uploads/icon2.png) no-repeat bottom 10px left 10px;
background-color:#FFEFE8;
background-size:auto 40px;
padding:1px;
border-radius:3px;
}	
	
.kutikomi2m p,.kutikomi2s p{background:#fff;
margin:5px 5px 5px 5px;
padding:10px;
min-height:120px;
border:solid 1px #ccc;
border-radius:3px;}


.kutikomi2m p.inyomoto,.kutikomi2s p.inyomoto{background:none;
margin:5px 5px 5px 75px !important;
padding:10px;
min-height:70px;
border:none;
color:#999;
font-size:80%;
word-break:break-all;}

	
	/*commonの微調整*/
	#contents ul li {word-break:break-all;}
#contents .box.left_box div.qaTit {
    margin: -6rem -1rem 2rem;
    border: 4px solid #333333;
    border-radius: 38px;
    color: #111111;
    padding: 1.5rem;
    background: #deeffe;
    font-size: 1.9rem;
    line-height: 1.4;
    position: relative;
    text-align: center;
}	

#toc {
    width: 80%;
    margin: 0 auto 3rem;
    display: block;
    padding: 1rem 2rem;
    border: solid 4px #e7e2e0;
    background: white;
}


div#toc li {
    margin-top: 4px;
    font-size: 12px;
    list-style: none;
}


#toc:before {
    content: "目次";
    text-align: center;
    display: block;
    font-weight: bold;
    font-size: 16px;
}	
	
/*20210922*/
.pc_custom{
display:none;		
	}	
.f_wrapper_sp{
	background: #ffefe8;
	margin:2em 0;
	padding:1em 0 3em;
}
	
.f_wrapper_sp img{max-width: 50%;display:block;margin:0 auto;}


.f_wrapper_sp .arrow img{
max-width: 90%;
display:block;
margin:0 auto; 
}	

	
.f_wrapper_sp .f_box_sp{
    position: relative;
}	
.f_wrapper_sp .img_txt{
    position: absolute;
bottom: 0%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  font-weight:bold;
}	
.f_wrapper_sp .img_txt2{
    position: absolute;
top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0 !important;
  padding:0;
  font-weight:bold;
}
.f_wrapper_sp .img_txt3{
    position: absolute;
bottom: 0%;
  left: 50%;
  -ms-transform: translate(-50%,-10%);
  -webkit-transform: translate(-50%,-10%);
  transform: translate(-50%,-10%);
  margin:0 !important;
  padding:0;
  font-weight:bold;
  text-align:center
}	

.f_wrapper_sp .img_txt4{
    position: absolute;
top: 50%;
  right: 5%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0 !important;
  padding:0;
  text-align:center;
  font-weight:bold;
}
.f_wrapper_sp .img_txt5{
    position: absolute;
top: 50%;
  right: 0;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0 !important;
  padding:0;
  text-align:center;
  font-weight:bold;
}

.f_wrapper_sp .f_box2{
position: relative;
  display: inline-block;
  margin: 1.5em ;
  padding: 7px 10px;
  background: #fff;
  box-shadow: 8px 8px 0px -4px #999;
width:80%;
}

.f_wrapper_sp .f_box2:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #fff;
}		
.f_wrapper_sp .fukidashi_t{
font-weight: bold;
font-size: 1.5em;
text-align:center;
}
.img_title{
background: #ee7b45;
color: #fff;
border: 3px solid #000;
font-size: 2em;
font-weight: bold;
padding:.5em;
text-align:center;
margin:.5em auto;
}	
	
/*20210922_ブルーイラスト*/
/*20210922*/
.pc_custom2{
display:none;		
	}	
.sp_custom2 .f_wrapper_sp{
	background: #eef7fe;
	margin:2em 0;
	padding:1em 0 3em;
}
	
.sp_custom2 .f_wrapper_sp img{max-width: 50%;display:block;margin:0 auto;}


.sp_custom2 .f_wrapper_sp .arrow img{
max-width: 90%;
display:block;
margin:0 auto; 
}	

	
.sp_custom2 .f_wrapper_sp .f_box_sp{
    position: relative;
}	
.sp_custom2 .f_wrapper_sp .img_txt{
    position: absolute;
bottom: 0%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  font-weight:bold;
}	
.sp_custom2 .f_wrapper_sp .img_txt2{
    position: absolute;
    top: 60%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin:0 !important;
    padding:0;
    font-weight:bold;
}
.sp_custom2 .f_wrapper_sp .img_txt3{
    position: absolute;
bottom: 0%;
  left: 50%;
  -ms-transform: translate(-50%,-10%);
  -webkit-transform: translate(-50%,-10%);
  transform: translate(-50%,-10%);
  margin:0 !important;
  padding:0;
  font-weight:bold;
  text-align:center
}	

.sp_custom2 .f_wrapper_sp .img_txt4{
    position: absolute;
top: 50%;
  right: 5%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0 !important;
  padding:0;
  text-align:center;
  font-weight:bold;
}
.sp_custom2 .f_wrapper_sp .img_txt5{
    position: absolute;
    top: 50%;
    right: 0;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin:0 !important;
    padding:0;
    text-align:center;
    font-weight:bold;
}

.sp_custom2 .f_wrapper_sp .f_box2{
position: relative;
  display: inline-block;
  margin: 1.5em ;
  padding: 7px 10px;
  background: #fff;
box-shadow: 8px 8px 0px -4px #999;
width:80%;
}

.sp_custom2 .f_wrapper_sp .f_box2:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #fff;
}		
.sp_custom2 .f_wrapper_sp .fukidashi_t{
font-weight: bold;
font-size: 1.5em;
text-align:center;
}
.sp_custom2 .img_title{
background: #ee7b45;
color: #fff;
border: 3px solid #000;
font-size: 2em;
font-weight: bold;
padding:.5em;
text-align:center;
margin:.5em auto;
}	
.sp_custom2 .f_wrapper_sp .fukidashi_t span{
		background:none;
	}	
	
	.top_function {
		font-size: 12px;
		margin: auto;
	}
	.mainArea .catchArea p.time_function {
		width: auto;
		font-size: 12px;
		margin: auto;
	}
	
}