@charset "utf-8";

/* clearfix */
.cf{
	zoom: 1;
}
.cf:before, .cf:after{
	content: "";
	display: table;
}
.cf:after{
	clear: both;
}

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
全デバイス共通のスタイルとスマートフォンおよび小型タブレット向けレイアウトの指定
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

/*==================================================
body
====================================================*/

body{
	width: 100%;
	background-color: #fff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000;
	font-size: 16px;
}

a{
	color: #5ca55c;
	text-decoration: underline;
}

a:hover{
	color: #5ca55c;
	text-decoration: underline;
}

img{
	vertical-align: middle;
}

.marker{
	color: #5ca55c;
}

.bold{
	font-weight: bold;
}

.red{
	color: #ff0000;
}

.big{
	font-size: 18px;
}

/*==================================================
header
====================================================*/
header #topcopy{
	padding: 5px;
	background-color: #5ca55c;
	color: #ffffff;
	line-height: 1.5;
}

header #logobx{
	margin: 15px;
	text-align: center;
}

header #logobx h1{
	margin: 0 auto;
}

header #logobx h1 img{
	width: 100%;
	max-width: 324px;
}

/* header #logobx p{
	margin: 15px auto 0 auto;
	line-height: 1.5;
} */

header #telbx .forpc{
	display: none;
}

header #telbx .formb{
	line-height: 1.5;
	background-color: #cee2ce;
}

header #telbx .formb p{
	padding: 10px;
}

header #telbx .formb .tel{
	background-color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	border-bottom: solid 10px #cee2ce;
}


/*==================================================
nav
====================================================*/
nav#nav ul#menu{
	display: none;
}

nav#nav ul#menu li{
	width: 100%;
	background-color: #cee2ce;
	border-bottom: dotted 1px #ffffff;
	padding-left: 15px;
	line-height: 2;
}

nav#nav ul#menu li a{
	display: block;
	width: 100%;
	padding: 7px 0 3px 0;
	color: #5ca55c;
	text-decoration: none;
}

nav#nav div#toggle{
	display: block;
	position: relative;
	width: 100%;
	background-color: #5ca55c;
	color: #ffffff;
}

nav#nav div#toggle a{
	display: block;
	position: relative;
	padding: 10px 0 10px;
	text-align: center;
	text-decoration: none;
	background: url(../img/menu_icon.png) center left no-repeat;
	color: #ffffff;
}

/*==================================================
topimg
====================================================*/

#topimg ul li{
	list-style-type: none;
}

#topimg .forpc{
	display: none;
}

#topimg .formb li img{
	width: 100%;
	max-width: 770px;
}

/*==================================================
contents
====================================================*/

#contents{
	padding: 15px;
}

#contents #firstguide p{
	margin-bottom: 15px;
	line-height: 1.5;
}

#contents #firstguide .fcopy{
	background-color: #cee2ce;
	padding: 15px;
	line-height: 1.5;
	margin-bottom: 15px;
}

#contents #firstguide .fcopybx .exam{
	margin-left: 25px;
	line-height: 1.75;
}

#contents #firstguide .fcopybx .pho{
	margin-top: 15px;
}

#contents #firstguide .fcopybx .pho img{
	max-width: 100%;
}

#contents #firstguide .fcopybx .servicebut{
	border: dotted 2px #5ca55c;
	padding: 20px;
	border-radius: 5px;
	text-align: center;	
}

#contents #firstguide .fcopybx .servicebut .but a{
	display: block;
	background-color: #5ca55c;
	color: #ffffff;
	text-decoration: none;
	border-radius: 5px;
	padding: 10px;
	width: 260px;
	margin-left: auto;
	margin-right: auto;
}





/*==================================================
subcontents
====================================================*/
#subcontents #telbx2{
	margin: 15px;
}

#subcontents #telbx2 img{
	width: 100%;
	max-width: 770px;
}

#subcontents p#tokoshiki{
	margin: 0 15px 15px 15px;
}

#subcontents p#tokoshiki img{
	width: 100%;
	max-width: 740px;
}

#subcontents p#tosinsei{
	margin: 0 15px 15px 15px;
}

#subcontents p#tosinsei img{
	width: 100%;
	max-width: 740px;
}

#subcontents p#tokaishu{
	margin: 0 15px 15px 15px;
}

#subcontents p#tokaishu img{
	width: 100%;
	max-width: 740px;
}

#subcontents p#toihin{
	margin: 0 15px 15px 15px;
}

#subcontents p#toihin img{
	width: 100%;
	max-width: 740px;
}

/*==================================================
topnews
====================================================*/
.topnews{
	border: dotted 1px #5ca55c;
	padding: 15px;
	line-height: 1.5;
	margin-bottom: 15px;
}

.topnews dl dt{
	background-color: #cee2ce;
	padding: 10px;
	display: flex;
}

.topnews dl dt span.title{
	display: block;
	width: calc(100% - 90px);
}

.topnews dl dt span.but{
	display: block;
	width: 80px;
	background-color: #ffffff;
	border-radius: 5px;
}

.topnews dl dt span.but a{
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

.topnews dl dd.date{
	color: #666666;
}

.topnews dl dd.txt{
	padding: 15px;
}

.topnews dl dd.txt p{
	margin-bottom: 1rem;
}

.topnews dl dd.txt p:last-child{
	margin-bottom: 0;
}

/*==================================================
footer
====================================================*/
.footnav ul {
	margin-bottom: 15px;
	margin-left: 15px;
	margin-top: 30px;
}

.footnav ul li{
	list-style-type: none;
}


footer{
	line-height: 1.5;
}

footer #address{
	background-color: #cee2ce;
	padding: 15px;
}

footer #cor{
	background-color: #5ca55c;
	color: #ffffff;
	padding: 5px;
}

/****************************************
page-top
*****************************************/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 20px;
}
#page-top a {
	background: #5ca55c;
	text-decoration: none;
	color: #ffffff;
	width:40px;
	height:40px;
    line-height: 40px;
	text-align: center;
	display: block;
    border-radius: 50%;
	filter:alpha(opacity=4);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	opacity:0.4;
}
#page-top a:hover {
	text-decoration: none;
	background: #7c2b48;
}


/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
メディアクエリによる切り替え
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

/* PC向けおよび大型タブレット向けのレイアウトの指定：769px～1280px */
@media only screen and (min-width: 769px){
	
	/* header */
	header #logobx{
		text-align: left;
		width: 324px;
		float: left;
	}
	
	header #telbx .formb{
		display: none;
	}
	
	header #telbx .forpc{
		display: block;
		width: 254px;
		float: right;
		padding: 15px;
	}
	
	/* nav */
	
	nav#nav{
		background-color: #5ca55c;		
	}
	
	nav#nav div#toggle{
		display: none;
	}
	
	nav#nav ul#menu{
		display: block;
		padding: 5px 0 5px 0;
	}
	
	nav#nav ul#menu li{
		float: left;
		width: 16.4%;
		height: 40px;
		border-right: solid 1px #74b874;
		font-weight: bold;
		background-color: #5ca55c;
		padding-left: 0;
		text-align: center;
		line-height: 2.6;
		border-bottom: none;
	}
	
	nav#nav ul#menu li.last{
		border-right: none;
	}
	
	nav#nav ul#menu li a{
		display: block;
		color: #ffffff;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
	}
	
	nav#nav ul#menu li a:hover{
		background-color: #74b874;
	}
	
	/* topimg */
	
	#topimg .formb{
		display: none;
	}
	
	#topimg .forpc{
		display: block;
	}
	
	#topimg .forpc li img{
		width: 100%;
		max-width: 1240px;
	}
	
	/* #stage */
	#contents{
		width: 64%;
		float: right;
		padding: 15px 2%;
	}
	
	#subcontents{
		width: 30%;
		float: left;
		margin: 15px 0 0 2%;
	}
	
	#subcontents #telbx2{
		margin: 0;
	}

	#subcontents p#tokoshiki{
		margin: 15px 0 0 0;
	}
	
	#subcontents p#tosinsei{
		margin: 15px 0 0 0;
	}
	
	#subcontents p#tokaishu{
		margin: 15px 0 0 0;
	}

	#subcontents p#toihin{
		margin: 15px 0 0 0;
	}
	
	/* contents */
	
	
	
	/* fotoer */
	footer #cor{
		text-align: center;
	}

	
}

/* PC向けレイアウトの指定：1281px以上では固定レイアウト */
@media only screen and (min-width: 1281px){
	body{
		font-size: 14px;
	}
	
	/* header */
	header #headerbx{
		width: 1240px;
		margin: 0 auto;
	}
	
	/* nav */
	nav#nav ul#menu{
		width: 1240px;
		margin: 0 auto;
	}
	
	nav#nav ul#menu li{
		font-size: 16px;
	}
	
	/* topimg */
	#topimg{
		width: 1240px;
		margin: 0 auto;
	}
	
	/* stage */
	#stage{
		width: 1240px;
		margin: 0 auto;
	}
	
	#contents{
		width: calc(70% - 30px);
		padding: 15px 0 0 0;
	}
	
	#subcontents{
		margin: 15px 0 0 0;
	}
	
	/* contents */
	
	#contents #firstguide .fcopy{
		font-size: 20px;
	}
	
	#contents #firstguide .fcopybx{
		font-size: 16px;
		padding: 20px;
	}

	#contents #firstguide .fcopybx .info{
		font-size: 18px;
	}
	
	/* footer */
	footer{
		margin-top: 15px;
	}
}
