@charset "utf-8";

/* ----- reset ----- */

* {
	margin: 0;
	padding: 0;
	border: none;
	text-decoration: none;
	list-style: none;
	vertical-align: baseline;
	background: transparent;
	outline: none;
	box-sizing: border-box;
}

/* ----- html, body ----- */

html, body {
	color: #2b2b2b;
	font: normal 100% 'Trebuchet MS',YuGothic,'Yu Gothic','ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
	font-size: 14px;
	height: 100%;
	padding:0;
	margin:0;
	-webkit-text-size-adjust: none;/* 縦横の文字の自動調整 */
}

/* ----- heading ----- */

h1, h2, h3, h4 {
	line-height: 1.25;
}
h1 {
	width: 50%;
	font-size: 10px;
	display: block;
}
h2 {
	font-size: 20px;
	margin: 0 0 30px;
	letter-spacing: .15rem;
	font-family: 'Yu Gothic UI',YuGothic,'Yu Gothic','ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
}

.main_tit {
	padding: 8px 0 0;
	position: relative;
}
.main_tit:before {
	content: '';
	width: 100%;
	height: 3px;
	background: #2b2b2b;
	position: absolute;
	top: 0;
	left: 0;
}

.flex_right h2, .sikiri h2 {
	padding: 0 0 0 15px;
	position: relative;
	font-size: 18px;
	line-height: 2;
}
.flex_right h2 {
	margin: 0 0 15px;
}
.flex_right h2:before, .sikiri h2:before {
	content: '';
	width: 4px;
	height: calc(100% - 16px);
	background: #2b2b2b;
	border-radius: 5px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

#new h2 {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	padding: 0 0 15px;
	position: relative;
}
#new h2:before {
	content: '';
	width: 30px;
	height: 3px;
	border-radius: 10px;
	background: #2b2b2b;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}

.box h2 {
	font-size: 16px;
	padding: 0 0 15px;
	margin: 0 0 20px;
	border-bottom: 1px solid #e1e4e5;
}
.box h2 span {
	font-size: 20px;
}

.article h2:not(.sikiri h2) {
	margin: 50px 0 20px;
	padding: 0 0 20px;
	position: relative;
}
.article h2:not(.sikiri h2):after {
	content: '';
	width: 100px;
	height: 1px;
	background: #2b2b2b;
	position: absolute;
	bottom: 0;
	left: 0;
}
.sikiri h2 {
	margin: 30px 0 20px;
}

/* ----- common ----- */

p {
	text-align: justify;
	line-height: 2;
	letter-spacing: .05rem;
}

a {
	color: #00a1e9;
	transition: .4s color cubic-bezier(0, 0.55, 0.45, 1);
}
a:hover {
	color: #0073a8;
}
li strong {
	font-weight: normal;
}
.mar_b50 {
	margin: 0 0 50px;
}
.red {
	color: #d70035;
}
.flex_resp {
	display: flex;
	-js-display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
}
.flex_left{
	width: calc(60% - 25px);
}

.flex_right {
	width: calc(40% - 25px);
}
.flex_table {
	align-items: flex-start;
	align-content: center;
	margin: 20px 0 50px;
}

/* ----- page ----- */

#page {
	width: 100%;
}

/* ----- header ----- */

#header.mar_b50 {
	border-bottom: 2px solid #e1e4e5;
}
#header p {
	font-size: 12px;
	text-align: right;
}
h1 a {
	height: 100px;
	padding: 0 0 0 3%;
	display: block;
	background: url(img/title.gif) left bottom no-repeat;
}
.header_inner {
	width: 1020px;
	margin: 0 auto;
	padding: 10px;
}
#setumei {
	width: 50%;
	text-align: left;
	color: #26499d;
	font-weight: bold;
}

/* ----- main ----- */

#main {
	width: 100%;
}
#main > div:not(.manual, #pan) {
	max-width: 1020px;
	margin: 0 auto 80px;
	padding: 0 10px;
}

/* ----- new ----- */

#new li {
	padding: 20px 0 48px 0;
}
#new li:not(:last-child) {
	border-bottom: 1px solid #e8e8e8;
}

#new span {
	display: inline-block;
}

#new p {
	margin: 20px 0 0 0;
	position: relative;
}

/* ----- btn ----- */

.btn {
	font-size: 10px;
	padding: 3px 12px;
	position: absolute;
	bottom: -28px;
	right: 0;
	color: #7d7b83;
	border: 1px solid #7d7b83;
	border-radius: 20px;
	transition: .4s all cubic-bezier(0, 0.55, 0.45, 1);
	display: inline-block;
}
.btn:hover {
	color: #fff;
	background: #7d7b83;
}

.date {
	font-weight: bold;
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
	margin: 0 20px 0 0;
}

/* ----- bn_area ----- */

.bn_area {
	justify-content: flex-start;
	align-content: center;
}
.bn_area .inner {
	width: calc(100% - 350px);
	order: 2;
	padding: 20px 0 0;
	position: relative;
}
.bn_area .inner:before {
	content: '';
	width: 100%;
	height: 1px;
	background: linear-gradient(to right, #7d7b83, transparent 80%);
	position: absolute;
	top: 0;
	letter-spacing: 0;
}
.bn_area a {
	order: 1;
	width: 100%;
	max-width: 300px;
	height: auto;
	display: block;
	margin: 0 50px 0 0;
}
.bn_area a img {
	display: block;
	margin: 0 auto;
}

/* ----- manual ----- */

.manual {
	width: 100%;
	padding: 50px 0;
	margin: 0 0 80px;
	background: #fbfbfb;
	border-top: 1px solid #e1e4e5;
	border-bottom: 1px solid #e1e4e5;
}
.manual p:not(:last-child) {
	margin: 0 0 20px;
}
.manual .next_btn {
	margin: 0 0 30px;
}
.manual .inner {
	max-width: 1020px;
	margin: 0 auto;
	padding: 0 10px;
}
/* ----- next_btn ----- */

.next_btn {
	text-align: right;
}
.next_btn span {
	padding: 0 10px 0 0;
}

.next_btn a {
	color: #7d7b83;
	padding: 0 15px 7px 0;
	display: inline-block;
	position: relative;
}
.next_btn a:before {
	content: '';
	width: 6px;
	height: 6px;
	border-top: 1px solid #7d7b83;
	border-right: 1px solid #7d7b83;
	transform: rotate(45deg);
	position: absolute;
	right: 2px;
	top: .5rem;
}

.next_btn a:after {
	content: '';
	width: 100%;
	height: 2px;
	background: #7d7b83;
	position: absolute;
	bottom: 0;
	left: 0;
	transform: scaleX(1);
	transform-origin: bottom left;
	transition: transform .4s cubic-bezier(0, 0.55, 0.45, 1);
}
.next_btn a:hover:after {
	transform: scaleX(0);
	transform-origin: bottom right;
}

/* ----- content ----- */

.content {
	align-items: flex-start;
	align-content: center;
}

#hidari, #migi {
	width: calc(50% - 25px);
}

.box {
	max-height: 230px;
	padding: 15px;
	border: 1px solid #c1c1c1;
	border-radius: 5px;
}
.box:not(:last-child) {
	margin: 0 0 30px;
}

#hidari .box:first-child h2 span {
	color: #f7b977;
}
#hidari .box:nth-child(2) h2 span {
	color: #a7d28d;
}
#hidari .box:last-child h2 span {
	color: #68a4d9;
}
#migi .box:not(:last-child) h2 span {
	color: #f19ca7;
}
#migi .box:last-child h2 span {
	color: #a688bd;
}
.box p {
	margin: 0 0 20px;
}

/* ----- pankuzu ----- */

#com {
	margin: 0 0 50px;
}
#com ul {
	margin: 20px 0 0;
	padding: 10px 20px;
	background: #fafdff;
}
#com li, #pan li {
	display: inline;
	line-height: 2;
	margin: 0 5px 0 0;
}
#com li a, #pan li a {
	margin: 0 5px 0 0;
}

#pan {
	margin: 0 0 50px;
	background: #fbfbfb;
	font-size: 13px;
	font-weight: bold;
}
#pan ol {
	width: 1020px;
	margin: 0 auto;
	padding: 10px;
}
#pan li a {
	transition: .4s opacity cubic-bezier(0, 0.55, 0.45, 1), .4s color cubic-bezier(0, 0.55, 0.45, 1);
}
#pan li a:hover {
	opacity: .7;
}
#pan li:first-child a {
	color: #7d7b83;
}

/* ----- table ----- */

table {
	width: 100%;
	height: 100%;
	border-collapse: collapse;
	border: 1px solid #e1e4e5;
	color: #4e454a;
}
tr {
	width: 100%;
	display: flex;
	-js-display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
tr:not(:last-child) {
	border-bottom: 1px solid #e1e4e5;
}
th {
	text-align: center;
	background: #fbfbfb;
	border-right: 1px solid #e1e4e5;
}
th, td {
	padding: 8px 15px;
	vertical-align: middle;
	display: flex;
	align-items: center;
	justify-content: center;
}
td {
	flex-direction: column;
	line-height: 2;
	letter-spacing: .05rem;
	text-align: justify;
}
.price th {
	width: 30%;
	text-align: center;
}
.price th span {
	color: #d70035;
}
.price td {
	width: 70%;
	align-items: flex-start;
}
.type th, .type td {
	width: 50%;
}
.type td:first-child {
	border-right: 1px solid #e1e4e5;
}
.option th, .option td:last-of-type {
	width: 20%;
}
.option td:first-of-type {
	width: 60%;
	border-right: 1px solid #e1e4e5;
}
.tips_tit, .tips_con {
	text-align: center;
}
.tips_tit {
	width: 100%;
	font-weight: bold;
	border-bottom: 1px dotted #e1e4e5;
	padding: 0 0 8px;
}
.tips_con {
	padding: 8px 0 0;
	color: #d70035;
}
.link th {
	width: 25%;
}
.link td {
	width: 75%;
	align-items: flex-start;
}

/* ----- count_list ----- */

.count_list {
	counter-reset: num;
}
.count_list li {
	padding: 0 0 0 30px;
	position: relative;
}
.count_list li:not(:last-child) {
	margin: 0 0 10px;
}
.count_list li a {
	font-weight: bold;
}
.count_list li:before {
	counter-increment: num;
	content: '0'counter(num)'.';
	width: 20px;
	height: 16px;
	font-weight: bold;
	font-family: 'Trebuchet MS',sans-serif;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

/* ----- info ----- */

.info > div {
	width: calc(50% - 25px);
}
.info h2 {
	font-size: 18px;
	background: #fbfbfb;
	border-radius: 5px;
	padding: 12px 15px;
}
.info li {
	font-weight: bold;
	padding: 0 0 0 30px;
	position: relative;
}
.info li:not(:last-child) {
	margin: 0 0 10px;
}
.info li:before, .info li:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: .4s all cubic-bezier(0, 0.55, 0.45, 1);
}
.info li:before {
	width: 14px;
	height: 14px;
	border-radius: 100%;
	border: 1px solid #7d7b83;
	left: 0;
}
.info li:after {
	width: 5px;
	height: 5px;
	border-top: 1px solid #7d7b83;
	border-right: 1px solid #7d7b83;
	left: 4px;
	transform: rotate(45deg);
}
.info li:hover:before {
	background: #7d7b83;
}
.info li:hover:after {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
.info li a {
	color: #7d7b83;
}

/* ----- article ----- */

.article {
	border-top: 2px solid #e1e4e5;
}
.article p, .taiken p	{
	font-size: 16px;
	margin: 0 0 20px;
}
.article p span {
	background: linear-gradient(to bottom, transparent 60%, #fff3b8 40%);
	padding: 0 .2rem;
}

/* ----- taiken ----- */

.taiken h2 {
	margin: 30px 0 20px;
}
.taiken h2 a {
	color: #2b2b2b;
}
.hyoka {
	padding: 12px 25px 13px;
	margin: 0 0 20px;
	font-size: 16px;
	justify-content: flex-start;
	background: #fbfbfb;
}
.hyoka li {
	padding: 0 0 0 20px;
	margin: 0 20px 0 0;
	position: relative;
}
.hyoka li:before {
	content: '';
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 8px solid #2b2b2b;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.hyoka span {
	margin: 0 0 0 10px;
	position: relative;
}
.hyoka span:not(.valuation) {
	padding: 0 0 0 15px;
}
.hyoka span:not(.valuation):before {
	content: '/';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.valuation {
	padding: 4px 8px 4px;
	border-radius: 10px;
	color: #fff;
	font-weight: bold;
}
.val01 {
	background: #f19ca7;
}
.val02 {
	background: #a5c9c1;
}
.val03 {
	background: #fad09e;
}
.val04 {
	background: #b2cbe4;
}

/* ----- points ----- */

.points {
	margin: 20px 0 50px;
	padding: 10px 20px;
	background: #fbfbfb;
}

/* ----- link_info ----- */

.link_info {
	margin: 0 0 50px;
}
.link_info li {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}
.link_info li:not(:last-child) {
	margin: 0 0 5px;
}
.link_info span, .link_info p {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.link_info span {
	width: 25%;
	padding: 8px 15px;
	background: #bbe2f1;
	color: #fff;
	font-weight: bold;
	justify-content: center;
	position: relative;
}
.link_info span:after {
	content: '';
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-left: 7px solid #bbe2f1;
	border-bottom: 7px solid transparent;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -7px;
	margin: auto;
}
.link_info p {
	width: 75%;
	padding: 7px 10px 7px 28px;
	justify-content: flex-start;
}

/* ----- form ----- */

form p:first-of-type:not(.red) {
	color: #7d7b83;
}
form p:last-of-type {
	text-align: center;
}
form p:nth-child(even) {
	margin: 0 0 20px;
}
form p:nth-child(odd):not(form p:first-of-type) {
	margin: 0 0 10px;
}

input[type="text"], textarea {
	border: 1px solid #e1e4e5;
	padding: .3rem .5rem;
}
textarea {
	width: 100%;
	height: 150px;
	resize: vertical;
}
input[type="radio"]:not(:first-child) {
	margin: 0 10px 0 20px;
}
input[type="radio"]:first-child {
	margin: 0 10px 0 0;
}
label {
	cursor: pointer;
}
.submit {
	text-align: right;
}
input[type="submit"] {
	cursor: pointer;
	display: inline-block;
	padding: 4px 15px 4px;
	margin: 0 0 0 auto;
	border: 1px solid #e1e4e5;
	background: #fbfbfb;
}
.input_l input {
	width: 50%;
}

/* ----- bn ----- */

#derimanu {
	margin: 0 0 50px;
}
#derilong {
	margin: 0 auto 50px !important;
}
#derilong h2, #derideri h2 {
	text-align: center;
}
#derimanu p:first-child {
	margin: 0 0 10px;
	font-size: 16px;
}
#derimanu p + a, #derilong a, #derideri a {
	width: 100%;
	max-width: 600px;
	display: block;
	margin: 0 auto;
}
#derimanu a img, #derilong a img, #derideri a img {
	width: 100%;
	height: 100%;
	display: block;
}

#derimanu p {
	font-weight: bold;
	text-align: center;
}

/* ----- foot ----- */

#foot {
	background: #26499d;
	padding: 7px 10px 8px;
	font-size: 11px;
}
#foot p {
	color: #fff;
	text-align: center;
	line-height: 1.25;
}
#foot a {
	color: #fff;
}



@media only screen and (max-width: 479px) {
	.flex_resp {
		flex-direction: column;
	}
	.header_inner, #main, #main > div, .flex_left, .flex_right, #pan ol {
		width: 100%;
	}
	h1 {
		width: 100%;
		margin: 0 0 20px;
	}
	h1 a {
		height: 90px;
		background-size: contain;
	}
	.head_top {
		flex-direction: column;
	}
	#setumei {
		width: 100%;
		margin: 0 0 20px;
	}
	#new p {
		padding: 0 0 10px;
	}
	.bn_area {
		justify-content: center;
	}
	.bn_area a {
		margin: 0 auto 20px;
	}
	#hidari, #migi {
		width: 100%;
	}
	#hidari {
		margin: 0 0 30px;
	}
	.box {
		max-height: none
	}
	.bn_area .inner {
		width: 100%;
	}
	.price, .type {
		margin: 0 0 50px;
	}
	th {
		border-bottom: 1px solid #e1e4e5;
		border-right: none;
	}
	.price tr {
		width: 100%;
		flex-direction: column;
	}
	.price th, .price td {
		width: 100%;
		align-items: center;
	}
	.option th {
		width: 100%;
	}
	.option td:first-of-type {
		width: 65%;
	}
	.option td:last-of-type {
		width: 35%;
	}
	.link tr {
		flex-direction: column;
	}
	.link th, .link td {
		width: 100%;
	}
	.info > div {
		width: 100%;
	}
	#guide {
		margin: 0 0 50px;
	}
	.info li a {
		display: block;
	}
	.hyoka li:not(:last-child) {
		margin: 0 0 10px;
	}
	.link_info span, .link_info p {
		width: 100%;
	}
	.link_info p {
		justify-content: center;
		padding: 16px 0 18px;
	}
	.link_info li {
		margin: 0;
	}
	.link_info span:after {
		border-right: 7px solid transparent;
		border-top: 8px solid #bbe2f1;
		border-left: 7px solid transparent;
		top: auto;
		bottom: -15px;
		right: 0;
		left: 0;
	}
	.input_l input {
		width: 100%;
	}
}
