@charset "shift_jis";

/*------------------------------------------------
layout
-------------------------------------------------*/

/* ↓カウント用*/
body {
	counter-reset: number 0;
}



.keyimgBox {
	margin-bottom: 60px;
}

@media screen and (max-width:767px) {
	.keyimgBox {
		margin-bottom: 30px;
	}
}

.keyimgBox>div {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}


.keyimgBox>div a img:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

@media screen and (max-width:767px) {
	.keyimgBox>div {
		width: 100%;
	}
}

@media screen and (max-width:767px) {
	.container {
		width: 90%;
	}
}


/*----------------------
h2 見出しの上書き
----------------------*/

h2 {
	position: relative;
	margin-bottom: 0.8em;
	border-bottom: 1px solid #ccc;
	border-left: 6px solid #45b8bd;
	font-size: 1.9em;
	font-size: 1.9rem;
	font-weight: normal;
	padding-left: 10px;
	color: #45b8bd;
	font-weight: 700
}

h2::after {
	content: '';
	display: block;
	position: absolute;
	bottom: -1px;
	width: 400px;
	height: 0;
	border-top: 2px solid #45b8bd;
	margin-left: -6px;
}

@media screen and (max-width:767px) {
	h2 {

		font-size: 1.6em;

	}

	h2::after {
		/* スマホサイズ */
		content: '';
		display: block;
		position: absolute;
		bottom: -1px;
		width: 50%;
		height: 0;
		border-top: 2px solid #45b8bd;
	}
}


/*----------------------
h3 見出しの上書き
----------------------*/

h3 {
	font-size: 1.4rem;
	color: #45b8bd;
	font-weight: 700
}


h3:after {

	background-color: #45b8bd;
	font-size: 1.2rem;
}

h4 {
	font-size: 1.3rem;
	border-left: 1px solid #45b8bd;
}

h4.simple {
	color: #555;
}

div#num03 h3 span {
	background-color: #45b8bd;
	color: #fffab9;
	font-size: 0.7em;
	border-radius: 03em;
	padding: 0.3em 0.5em;
	margin-right: 0.5em;
}

@media screen and (max-width:767px) {
	div#num03 h3 span {
		display: block;
		text-align: center;
		margin-bottom: 10px;
	}
}

/*----------------------
ボタンカラーの上書き
----------------------*/
.btnRed {
	background: #d3333c;
}

.btnRed:hover {
	opacity: 0.70;
}

.btnBlue {
	background: #45b8bd;
}

.btnBlue:hover {
	background: #26e1e9;
	text-decoration: none;
}

/*----------------------
ページ内リンク
----------------------*/

.NavBox {
	background: #d5efef;
	padding: 1rem;
	border-radius: 10px;
	/* border: solid 5px #518fc0; */
}

@media screen and (max-width:767px) {

	/*スマホサイズ*/
	.NavBox {
		padding-left: 0;
		margin: 0 auto;
	}
}

.groupNav {
	padding: 0.7em 0;
}

.groupNav:after {
	content: "";
	clear: both;
	display: block;
}

.groupNav li {
	float: left;
	text-indent: 0;
	padding-left: 1.5em !important;
}

.groupNav li {
	width: auto;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}

ul.groupNav a {
	color: #45b8bd;
	font-weight: 700;
}

.tLink-a {
	position: relative;
	display: block;
	padding-left: 20px;
	background: none;
}

.tLink-a:before {
	content: '';
	width: 14px;
	height: 14px;
	background: #45b8bd;
	border-radius: 2px;
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 5px;
}

.tLink-a:after {
	content: '';
	width: 5px;
	height: 5px;
	border: 0px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	left: 3px;
	margin-top: 9px;
}


/*---------------------------
おすすめ
---------------------------*/
ul.discBox,
div.discBox {
	background: #fffab9;
	padding: 2rem;
	border-radius: 10px;
}


ul.discBox li,
div.discBox ul.disc li {
	margin-bottom: 10px;
}


ul.discBox li:last-child,
ul.disc li:last-child {
	margin-bottom: 0px !important;
}

.alert02 {
	background: #e3efff !important;
}

/*---------------------------
画像サイズ PCのみ縮小
---------------------------*/
img.pcSmall {
	width: 50%;
}


@media screen and (max-width:767px) {

	/*スマホサイズ*/
	img.pcSmall {
		width: 100%;
	}
}

/*---------------------------
アクションボタン
---------------------------*/
div#action {
	margin-bottom: 4em;
	text-align: center !important;
}

div#action ul {
	display: inline;
}

div#action ul li {
	display: inline-block;
}

/*-----------------
テーブルの上書き
-----------------*/
table.price {
	width: 60%;
}

table.price th,
table.price td {
	font-weight: bold;
}



table.price th {
	font-size: 0.8rem;
	padding: 10px;
}


table.price td {
	font-size: 1.3rem;
	vertical-align: middle;
}



table.price th.bg_bk {
	background: #000;
	color: #fff;

}

table.price th.bg_gd {
	background: #a58c60;
	color: #fff;
}

@media screen and (max-width:767px) {

	/*スマホサイズ*/
	table.price {
		width: 100%;
	}

	table.price th {
		font-size: 0.9rem;
	}

	table.price td {
		line-height: 0.8;
		padding-top: 15px
	}
}

/*------------------------------------------------
flow 
-------------------------------------------------*/
.flowBox>div {
	position: relative;
	margin-top: 40px !important;
	padding: 0.8em;
	border: 3px solid #cbebed;
}

.flowBox>div:after {
	content: " ";
	position: absolute;
	bottom: -20px;
	left: 15%;
	margin-left: -20px;
	width: 0;
	height: 0;
	border-top: 20px solid #cbebed;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	z-index: 5;
}

.flowBox .lastBox:after {
	content: none !important;
}

.flowBox .attBox03,
table .attBox03 {
	border: 5px solid #e9f9fb;
	background: #e9f9fb;
}

/*---------------------------
ul.dics liの下余白追加
---------------------------*/
ul.disc li {
	padding-bottom: 10px;
}


ul.disc li:last-child {
	padding-bottom: 0;
}

/*---------------------------
テキストリンク色の上書き
---------------------------*/
.container a.tLink-a {
	color: #62c2c3;
}

/*---------------------------
テーブルの幅
---------------------------*/
table.detail th.vol {
	width: 100px;

}

@media screen and (max-width:767px) {

	/*スマホサイズ*/
	table.detail th.vol {
		width: 60px;

	}
}

.about_box {
	background: #d5efef;
	padding: 2rem;
	border-radius: 1rem;
}

@media screen and (max-width:767px) {
	.about_box {
		padding: 1rem;
	}
}

@media screen and (max-width:767px) {

	/*スマホの時だけ左寄せ*/
	.smRight {
		text-align: left!important;
	}
}

.merit{
		background: #fffad1;
		padding: 2rem;
		border-radius: 1rem;
	color:#F44336;
	font-weight:800;
}
.merit li{
	font-weight:800;
	padding-bottom:10px;
}
.merit li:last-child{
	padding-bottom:0;
}
	