@charset "utf-8";

/* icaf_pc.css：PC
 * ======================================
 *
 * ======================================
 */


/* #mv
------------------------------------------------------------------ */

img {
	max-width: 100%;
}

/* #mv
------------------------------------------------------------------ */
#subPage #content h1 {
	background: #8CC0DE;
/* 	background: linear-gradient(135deg, #ffb351, #ff9a17); */
	padding: 0.5em;
}
#subPage #content h1 span {
	color: #fff;
	font-family: 'Lustria', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.75em;
}
.price span,
#cat01 dd span,
#cat05_03 .point span {
	font-family: 'Fjalla One', sans-serif;
	font-size: 1.5em;
	line-height: 1;
}

/* #cat01
------------------------------------------------------------------ */
#cat01 .inner {
	border: 1px solid #8CC0DE;
	border-radius: 0.5em;
	position: relative;
	padding: 0;
}
#cat01 .icon {
	width: 100px;
	position: absolute;
	top: 1em; left: 1em;
}
#subPage #content #cat01 h2,
#cat01 .price {
	text-align: left;
	padding: 0;
	margin-left: 4%;
}
#cat01 .price small{
	font-size: 0.5em;
}
#subPage #content #cat01 h2 {
	font-size: 1.4em;
	margin-top: 1em;
}
#cat01 .price span {
	font-size: 2.75em;
	color: #0188d6;
	margin-left: 0.25em;
	position: relative;
}
#cat01 .ttl{
	font-size: 1.4em;
	margin:30px 4% 20px;
	border-top:1px solid #ccc; 
	padding-top: 30px;
}
#cat01 .txt{
	padding: 0 4% 4%;
	font-size: 0.9em;
}
/*
#cat01 .price span {
	margin-left: 0.25em;
}
#cat01 .price span + span:before {
	content: "";
	position: absolute;
	top: 50%; left: -0.3em;
	margin-top: -3px;
	border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #aeaeaf;
}
*/
#cat01 .price + p {
	margin: 1em 0;
	padding: 0 4%;
}
#cat01 dt {
	width: 20%;
	float: left;
	text-align: center;
	background: #ffb351;
	background: linear-gradient(90deg, #ff9a17, #ffb351);
	color: #fff;
	padding: 1em;
	position: relative;
	font-weight: bold;
}
#cat01 dt:after {
	content: "";
	position: absolute;
	top: 50%; right: -1em;
	margin-top: -2em;
	border-top: 2em solid transparent;
  border-bottom: 2em solid transparent;
  border-left: 1em solid #ffb351;
}
#cat01 dd {
	width: 80%;
	float: right;
	background: #ff9a17;
	color: #fff;
	padding: 1em 1em 1em 2em;
}

.box{
background: #E4EEF4;
padding: 60px 50px 140px;
position: relative;	
border-radius:8px; 
}
.box.grey{
background: #F7F7F7;	
}
.box .sub{
display: block;
margin-bottom: .5em;
line-height: 1;	
}
.box h3{
font-size: 1.8em;
font-weight: bold;
margin-bottom: 1em;
}
.box h3 L+ p{
line-height: 1.8;	
}
.box .deco{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: auto;
}
.box .list{
list-style-type: none;
padding:0 1.5em;	
margin: 1.5em 0;
border-left:4px solid #8CC0DE; 
}
.box .list li{
font-size: 110%;	
}
.box .list li + li{
margin-top: .3em;
}
.button {
	background: #ffffff;
  margin: 56px auto 0;
  text-align: center;
  width: 54%;
}
.button a {
	border: 1px solid #dadada;
	padding: 14px 0;
}
