@charset "utf-8";
.mtS{
	margin-top:10px;
}
.sp{display:block;}
.red{
	color:red;
}
.contents--one__inner{
	max-width: 90%;
	margin: 0 auto;
}

.contents--one__inner .hs_ttl {
    width: 110%;
    margin-left: -5%;
}

.hs_ttl{
background: linear-gradient(
180deg, rgba(0,124,199,1) 0%, rgba(0,196,199,1) 55%, rgba(255,255,255,1) 100%);
    font-size: 200%;
    padding:30px 20px;
    width: 100%;
    box-sizing: border-box;

    margin-bottom: 30px;
    color: #fff;
    text-align: center;
    text-shadow: 0.02em 0.02em 0.02em rgba(0,0,0,1);
}
.hs_ttl span{
    display: block;
    font-size: 16px;
}


.hs_flex__img{
	margin-bottom:20px;
}
.hs_flex__img img{
	max-width:100%;
	height:auto;
}

.hs_ttl__lead{
font-size: 120%;
}

.hs_ttl__lead span{
background:linear-gradient(transparent 60%, #ff6 60%);}
.hs_subttl{
    background: #eee;
    border-bottom:3px solid #3786c7;
    padding: 15px 20px;
    font-size: 120%;
    margin: 30px 0 20px;
}
.hs_fukidashi{
  position: relative;
  margin: 1.5em 0;
 padding: 15px;
  font-size: 110%;
  background: #e0edff;
}

.hs_fukidashi:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 10%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #e0edff;
}

.hs_price{
    font-size: 110%;
    border-bottom: 2px solid;
    padding-bottom: 5px;
    margin-bottom: 10px;
    display: inline-block;
}
.hs_list{padding-left:2em;}
.hs_list li + li{
	margin-top:0.5em;
}
.hs_list--ol{
    counter-reset: li;
    padding: 0;
}
.hs_list--ol li{
	position: relative;
	font-size: 105%;
	padding-left: 1.8em;
	margin: 0 0 10px;
	/*デフォルトのスタイルを非表示にする*/
	list-style: none;

}
.hs_list--ol li:before{
	position: absolute;
	top: 0;
	left: 0;
	font-weight: bold;
	color: #f00;
	/*要素の連番（カウンタ）の値を進める*/
	counter-increment: li;
	/*自動連番を付ける関数*/
	content: counter(li)'.';
    width: 1.5em;
    text-align: right;
}
.hs_list--check {
  list-style-type: none !important;
}
.hs_list--check li {
  position: relative;
}
.hs_list--check li::after {
  content: '';
  display: block;
  position: absolute;
  top: .5em;
  left: -1.5em;
  width: 10px;
  height: 5px;
  border-left: 2px solid #f00;
  border-bottom: 2px solid #f00;
  transform: rotate(-45deg);
}



.hs_link_ttl{
	font-size: 200%;
   padding:15px 20px 21px;
	color:#fff;
	background:#007dcd;
	position:relative;
	margin: 60px 0 20px;
}
.hs_link_ttl::after{
	content:"";
	background:#fff;
	width:100%;
	height:2px;
	display:bliock;
	position:absolute;
	bottom:4px;
	left:0;
}

.hs_link_list{
	padding:0 5px;
}
.hs_link_list li{
    position: relative;
    display: block;
    margin: 5px auto;
    padding: 12px 28px 12px 12px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
	 border:1px solid #ccc;
	border-radius:3px;
}

.hs_link_list a{
    text-decoration: none;
    color: inherit;
}

.hs_link_list li::before,
.hs_link_list li::after{
position: absolute;
top: 50%;
right: 8px;
transform: translateY(-50%);
content: "";

}
.hs_link_list li::before{
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    border: 1px solid #000;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.hs_link_list li::after{
    right:9px;
    box-sizing: border-box;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
    border-left: 3px solid #000;
}

.hs_btbWrap{
	margin-top:30px;
}

.hs_btbWrap a.hs_btbWrap__btn{
display: block;
    background: #e95475;
    color: #fff;
    padding: 20px 0;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    max-width: 320px;
    text-decoration: none;
    font-size: 110%;
    border-radius: 5px;
	position:relative;
	margin:10px auto;
}


.hs_btbWrap a.hs_btbWrap__btn::after{
	position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  content: "";
    right:9px;
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    border: 6px solid transparent;
    border-left: 6px solid #fff;
}
.check_list{    padding: 0; list-style:none;}
.check_list li{
	padding-left:24px;
	position:relative;
}

.check_list li:before,
.check_list li:after{
	content:"";
	display:block;
	position:absolute;
}
.check_list li:before{
	width:16px;
	height:16px;
	background:#ffffff;
    	border:1px solid #ccc;
	left:0;top:2px;
}
.check_list li:after{
	border-left:2px solid #ff0000;
	border-bottom:2px solid #ff0000;
	width:6px;
	height:3px;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	left:5px;
	top:7px;
}
.check_list li + li{
	margin-top:1em;
}


.hs_table{
	width:100%;
/* 	max-width:500px; */
}

.hs_table th,
.hs_table td{
	padding:5px 3px;
	border:1px solid #ccc;
	font-size: 10px;
/* 	 word-break: keep-all; */
}

.hs_table th,.hs_table tr td:last-child{
word-break: keep-all; 
}
.hs_sub_sub_ttl{
	 font-size: 110%;
    margin: 30px 0 20px;
	border-left:5px solid #3786c7;
	padding:5px 10px;
}
