<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "shift_jis";

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

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



.keyimgBox {
	background-color: #67a9e5 ;
	margin-bottom: 60px;
}
@media screen and (max-width:767px) {
.keyimgBox {
	margin-bottom: 30px;
	}
}

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


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

@media screen and (max-width:767px) {
.keyimgBox&gt;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 #67a9e5 ;
	font-size:1.9em;
	font-size:1.9rem;
	font-weight:normal;
	padding-left: 10px;
	color: #67a9e5 ;
		font-weight:700
}

h2::after{
	content:'';
	display:block;
	position:absolute;
	bottom:-1px;
	width:400px;
	height:0;
	border-top:2px solid #67a9e5 ;
	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 #67a9e5 ;
	}
}


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

h3
{
	font-size:1.4rem;
	color: #67a9e5;
	font-weight:700
}


h3:after
{

	background-color: #67a9e5 ;
	font-size:1.2rem;
}

h4{
	font-size:1.3rem;
	border-left: 1px solid #67a9e5 ;
}
h4.simple{
	color:#555;
}

h3 span {
	background-color:#67a9e5;
	color: #fffab9;
	border-radius: 100px;
	padding: 0 1em;
	}

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


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

/*----------------------
ボタンカラーの上書き
----------------------*/
.btnRed {
	background:#d3333c;
}
.btnRed:hover {
	opacity: 0.70;
}
.btnBlue {
	background:#67a9e5 ;
}
.btnBlue:hover {
	background:#26e1e9; 
	text-decoration:none;
}
/*----------------------
ページ内リンク
----------------------*/

.NavBox
{
	background: #fee9e9;
	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;
}
.container ul.groupNav a{
	color: #539de1 ;
	font-weight: 700;
}

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

.tLink-a:before {
	content: '';
	width: 14px;
	height: 14px;
	background: #67a9e5 ;
	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 &gt; div{
	position:relative;
	margin-top:40px !important;
	padding:0.8em;
	border: 3px solid #c5def5;
}
.flowBox &gt; div:after{
	content: " ";
	position: absolute;
	bottom: -20px;
	left: 15%;
	margin-left: -20px;
	width: 0;
	height: 0;
	border-top: 20px solid #c5def5;
	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;
}

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

}
@media screen and (max-width:767px) {
/*スマホサイズ*/
	table.detail th.vol
	{
	width:60px;

	}
}


	
/*----------------------
ボタンカラーの上書き
----------------------*/

.btnLink {
	box-shadow: 0px 5px 5px 1px rgb(158 158 158 / 61%);
	padding:1.0em 1.4em;
	border-radius: 8px;
}

.btnLink:hover {
	box-shadow: none;
	text-decoration:none;
	transition : 1s;
 }

.btnRed {
	background:#d3333c;
}
	

.btnRed:hover {
	opacity: 0.70;
}

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



.teacher img
{
	border-radius:10px;
}





/*----------------------
合格者の声
----------------------*/
.voice
{
	background: #fffbdc;
	padding:1rem;
	border-radius:10px;
	color:#555;
	border: 5px solid #fff3cb;
}

.voice h3
{
	font-family:serif;
	border-bottom:none;
	font-size:1.6rem;
	color: #009d00;
	position:relative;
	padding-left:3rem;
	line-height:1.2;
}


.voice h3:after
{
	background-color:transparent;
	
}


.voice h3:before{
	position:absolute;
	content: "";
	display: inline-block;
	width: 40px;
	height: 40px;
	top: -6px;
	left:0;
	background-image: url('/mitorishi/images/pet/ic_voice.png');
	background-size: contain;
	background-repeat: no-repeat;/
}


@media screen and (max-width:767px) {
/*スマホサイズ*/
.voice h3:before{
	position:absolute;
	content: "";
	display: inline-block;
	width: 60px;
	height: 60px;
	top: -26px;
	left: -34px;
	background-image: url('/mitorishi/images/pet/ic_voice.png');
	background-size: contain;
	background-repeat: no-repeat;/
}



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



</pre></body></html>