@charset "UTF-8";

/* ++++++++++++++++++++++++++++++++++++++++++++++++++ /
/ plan / campaign
/ 一覧
/ ++++++++++++++++++++++++++++++++++++++++++++++++++ */

#articles li a {
	display: block;
	padding-top: 65.38461538461538%;
	position: relative;
	text-align: center;
	background: no-repeat center center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}
#articles li.large a {
	padding-top: 65.38%;
}
#articles li a:after {
	top: 0;
	left: 0;
	color: #fff;
	width: 100%;
	height: 100%;
	display: block;
	font-size: 16px;
	position: absolute;
	content: attr(data-title);
	background: rgba(0,0,0,0.7);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	opacity: 0;
	line-height: calc((25vw - 13.5px) * 0.6538461538461538);
}
#articles li.large a:after {
	line-height: calc((50vw - 27px) * 0.6538461538461538);
}
#articles li a:hover:after {
	opacity: 1;
}
#articles li a .text {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}
#articles li a .text > div {
	width: 100%;
	color: #000;
	line-height: 1.3;
	display: inline-block;
	vertical-align: middle;
}
#sideLinks {
	width: 0;
}
#sideLinks .pageMenu {
	white-space: nowrap;
}
.boxTitle {
	color: #000;
	padding-top: 85px;
}
#price .formula {
	font-size: 15px;
	text-align: center;
	letter-spacing: 0.3em;
}
#price .formula .roundText {
	margin: 0 8px 0 3px;
}
#price .arr {
	margin-right: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	display: inline-block;
	background: url(../images/archive/arr_border.svg) no-repeat center bottom;
	background-size: 100% auto;
	vertical-align: super;
}
#price p + p {
	margin-top: 15px;
}
#price .border {
	padding: 0 5px;
	border: 1px solid;
	display: inline-block;
}
@media screen and (min-width:966px){
	#articles {
		margin: 0 27px;
		padding: 27px 0;
	}
	#articles li {
		width: 25%;
		font-size: 19px;
		line-height: calc((25vw - 13.5px) * 0.6538461538461538);
	}
	#articles li.large {
		width: 50%;
		font-size: 28px;
		line-height: calc((50vw - 27px) * 0.6538461538461538);
	}
	.boxTitle .ja {
		font-size: 16px;
		letter-spacing: 0.1em;
	}
	#price .wrap {
		width: 770px;
		margin: 0 auto;
		overflow: hidden;
	}
	#price .wrap > section {
		width: 360px;
	}
	#price .wrap > section:first-child {
		float: left;
	}
	#price .wrap > section:last-child {
		float: right;
	}
	#price {
		padding-bottom: 140px;
	}
}
@media screen and (max-width:965px){
	#wrapper > header h1 {
		padding-top: 70px;
	}
	#content {
		padding-top: 99px;
	}
	#articles li {
		width: 50%;
		font-size: 10px;
		line-height: 32.5vw;
	}
	#articles li.large {
		width: 100%;
		font-size: 15px;
		line-height: 65vw;
	}
	#price .formula .roundText {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	#price .wrap {
		padding: 0 30px 75px;
	}
	#price .wrap > section + section {
		margin-top: 50px;
	}
	#price .wrap .bgDGray > p:first-child {
		font-size: 12px;
	}
	#price .wrap .bgDGray p + p {
		margin-top: 5px;
	}
	#price .wrap .bgDGray + p {
		padding-left: 1em;
		text-indent: -1em;
	}
	#price .arr + span {
		display: block;
	}
	#price .wrap .arrB {
		padding-left: 23px;
		text-indent: -23px;
	}
}

#set_plan {
	overflow: hidden;
}
#set_plan .boxTitle {
	position: relative;
}
#set_plan .boxTitle:after {
	left: 50%;
	top: 30px;
	width: 91px;
	height: 91px;
	color: #ff4848;
	display: block;
	font-size: 14px;
	line-height: 91px;
	position: absolute;
	content: 'おトクな';
	margin-left: 73px;
	background: url(../images/archive/baloon.svg) no-repeat center center;
}
@media screen and (min-width:966px){
	#set_option {
		padding-bottom: 140px;
	}
}
@media screen and (max-width:965px){
	#set_plan {
		padding-bottom: 70px;
	}
	#set_plan .caution {
		letter-spacing: -0.1em;
	}
	#set_option {
		padding-bottom: 80px;
	}
}

#system li:not(:last-child) .roundText:after {
	content: "";
	width: 3.5px;
	height: 30px;
	display: block;
	margin: 8px auto 0;
	background: url(../images/plan/arr_system.svg) no-repeat center center;
	background-size: auto 100%;
}
#system dl dt {
	font-size: 18px;
	font-weight: 500;
}
#system dl dd {
	font-size: 14px;
	line-height: 2;
	margin-top: .5em;
}
#system dl .link a {
	padding-right: 15px;
	display: inline-block;
	background: url(../images/plan/arr_system_link.svg) no-repeat center bottom;
	background-size: 100% auto;
}
#system dl .caution {
	font-size: 12px;
	line-height: 1.5;
	margin-top: 0.5em;
}
#system dl .caution li {
	padding-left: 1em;
	text-indent: -1em;
}
@media screen and (min-width:966px){
	#system .inner {
		max-width: 770px;
		padding-bottom: 145px;
	}
	#system li:after {
		content: "";
		display: block;
		clear: both;
	}
	#system li + li {
		margin-top: 55px;
	}
	#system .roundText {
		float: left;
	}
	#system dl {
		float: left;
		width: 428px;
		margin-left: 20px;
	}
	#system figure {
		float: right;
		width: 200px;
	}
}
@media screen and (max-width:965px){
	#system {
		padding: 0 30px 100px;
	}
	#system li + li {
		margin-top: 80px;
	}
	#system .roundText {
		display: block;
		margin: 0 auto 60px;
	}
	#system li:last-child .roundText {
		margin-bottom: 30px;
	}
	#system figure {
		margin-top: 20px;
	}
	#system figure img {
		width: 100%;
	}
}