@charset "shift_jis";

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

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



.keyimgBox {
	/*background-color: #02050b; キーイメージの左右に色付けたい時用*/
	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: 3px solid #ccc;
	border-left:6px solid #7cc7ef; 
	font-size:1.9em;
	font-size:1.9rem;
	font-weight:normal;
	padding-left: 10px;
	color: #7cc7ef;
	font-weight:700
}

h2::after{
	content:'';
	display:block;
	position:absolute;
	bottom: -3px;
	width:400px;
	height:0;
	border-top: 3px solid #7cc7ef;
	margin-left: -6px;
}

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

	font-size:1.8em;

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


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

h3
{
	font-size: 1.5rem;
	color: #7cc7ef;
	font-weight:700;
	border-bottom: 2px solid #cccccc;
}


h3:after
{background-color: #7cc7ef;font-size:1.2rem;border-top: 1px solid #7cc7ef;bottom: -2px;}

h4{
	font-size:1.3rem;
	border-left: 2px solid #7cc7ef;
}


/*----------------------
ボタンカラーの上書き
----------------------*/
.btnRed {
	background:#d3333c;
	box-shadow: 0 10px 9px 0 rgba(0, 0, 0, .2);
}
.btnRed:hover {
	opacity: 0.70;
	box-shadow: none;
}

.btnBlue {
	background: #50bbf3;
	box-shadow: 0 10px 9px 0 rgba(0, 0, 0, .2);
}
.btnBlue:hover {
	background:#7cc7efa3;
	box-shadow: none;
}


/*----------------------
リンク タグの上書き
----------------------*/
a.underLine{
	color: #2196F3;
}




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

.NavBox
{
	background: #c0e4f7;
	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: #4c6f97;
	font-weight: 700;
	text-decoration:none;
}

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

.tLink-a:before {
	content: '';
	width: 14px;
	height: 14px;
	background: #4c6f97;
	border-radius: 2px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -7px;
}
.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: 50%;
	left: 3px;
	margin-top: -3px;
}


/*---------------------------
ボックスの装飾
---------------------------*/
dl.BOX
{
	border:solid #aedab2 3px;
	border-radius:8px;
	padding:20px;
}


dl.BOX dt
{
	font-weight:800;
	font-size:1.2rem;
	padding-bottom:10px;
}


/*悩みの装飾*/

ul.worries
{
	background:#f2f2f2;
	padding:20px;
	border-radius:10px;
	
}

/*---------------------------
スマホサイズテーブルの上書き
---------------------------*/

@media screen and (max-width:767px) {
/*スマホサイズ*/
	.scrollBox table{
		width: 153.5%;
	}

}

/*---------------------------
●リスト
---------------------------*/
ul.disc_list
{
}

ul.disc_list li,
di.disc_list dt
{
	display: inline-block;
	padding-bottom: 15px;
	padding-left:1em;
	text-indent:-1em;
}

ul.disc_list li
{
	margin-right:20px;
}



ul.disc_list_block li
{
	padding-left:10px;
	display: block;
	padding-bottom: 15px;
	padding-left:1em;
	text-indent:-1em;
}

ul.disc_list li:before,
ul.disc_list_block li:before,
dl.disc_list dt:before
{
	content:"●";
	color:#ffc000;
}


dl.disc_list dt
{
	font-weight:800;
	font-size:1.15rem;
	padding-left:1em;
	text-indent:-1em;	
}

dl.disc_list dd
{
	padding-bottom:20px;
}



/*---------------------------
お問い合わせ
---------------------------*/
.infoBOX
{
	background:#f2f2f2;	
	padding:20px;
	border-radius:8px;
}

.infoBOX h4
{
	color:#333;
	font-weight:bold;
	border-left:none;
	padding-left:0;
}

.infoBOX h4:before
{
	content:"●";
	color:#ffc000;
}


.infoBOX h5
{
	font-weight:bold;
	font-size: 1.15rem;
	border-left:none;
	padding-left:0;
}


/*---------------------------
メリット
---------------------------*/

dl.merit_list
{

}


dl.merit_list dt
{
	background:#ffc000;
	padding: 5px 10px;
	color: #fff;
	display: inline-block;
}



dl.merit_list dd
{
	padding: 10px 0 20px 0;
	margin-bottom: 20px;
	border-bottom: dashed #ccc 1px;
}





dl.merit_list dd:last-child
{
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}














