@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: #ff3c00;
	text-decoration: underline;
}

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

img{
	vertical-align: middle;
}

.marker{
	color: #ff3c00;
}

.bold{
	font-weight: bold;
}

.red{
	color: #ff0000;
}

.big{
	font-size: 18px;
}

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

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

header #logobx h1, header #logobx p{
	margin: 0 auto;
}

header #logobx h1 img, header #logobx p 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: #ffb9a4;
}

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 #ffb9a4;
}


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

nav#nav ul#menu li{
	width: 100%;
	background-color: #ffb9a4;
	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: #000000;
	text-decoration: none;
}

nav#nav div#toggle{
	display: block;
	position: relative;
	width: 100%;
	background-color: #ff6434;
	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 p:last-child{
	margin-bottom: 0;
}

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

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

#contents #firstguide .fcopybx p.idetail{
	text-align: center;
}

#contents #firstguide .fcopybx p.idetail img{
	max-width: 100%;
	margin-bottom: 5px;
}

#contents #firstguide .nintei .nintei_bx{
	border: dotted 1px #cccccc;
	padding: 15px;
	margin-bottom: 15px;
}

#contents #firstguide .nintei p.ninteisho{
	text-align: center;
}

#contents #firstguide .nintei p.ninteisho img{
	width: 100%;
	max-width: 400px;
}

#contents #reason{
	margin-top: 60px;
}

#contents #reason h2, #contents #flow h2{
	background-color: #ff6434;
}

#contents #reason h2 span, #contents #flow h2 span{
	display: block;
	width: 220px;
	margin: 0 auto;
	padding: 3px 0;
	background-color: #ffffff;
    border-radius: 20px;        /* CSS3草案 */  
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 20px;   /* Firefox用 */
	text-align: center;
	font-size: 16px;
	
}

#contents #reason ul{
	margin-top: 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#contents #reason ul li{
	list-style-type: none;
	line-height: 1.5;
	margin-bottom: 15px;
	font-weight: bold;
	width: 49%;
	background-color: #f4e87c;
}

#contents #reason ul li p{
	padding: 5px;
}

#contents #reason ul li img{
	max-width: 100%;
}

#contents #flow{
	margin-top: 60px;
}

#contents #flow ul{
	margin-top: 15px;
}

#contents #flow ul li{
	list-style-type: none;
	border: solid 1px #ff6434;
	margin-bottom: 15px;
}

#contents #flow ul li h3 img{
	max-width: 100%;
}

#contents #flow ul li div{
	padding: 15px;
	line-height: 1.5;
}

#contents #flow ul li div p{
	margin-bottom: 15px;
}

#contents #flow ul li div p:last-child{
	margin-bottom: 0;
}

/*==================================================
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#toihin{
	margin: 0 15px 15px 15px;
}

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

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

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

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

.topnews dl dt{
	background-color: #ffb9a4;
	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: #ffb9a4;
	padding: 15px;
}

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

/****************************************
page-top
*****************************************/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 20px;
}
#page-top a {
	background: #ff6434;
	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: #ff6434;
}


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

/* 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: #ff6434;		
	}
	
	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 #ff835d;
		font-weight: bold;
		background-color: #ff6434;
		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: #ff835d;
	}
	
	/* topimg */
	
	#topimg .formb{
		display: none;
	}
	
	#topimg .forpc{
		display: block;
	}
	
	#topimg .forpc li img{
		width: 100%;
		max-width: 1280px;
	}
	
	/* #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#toihin{
		margin: 15px 0 0 0;
	}

	#subcontents p#tokusakari{
		margin: 15px 0 0 0;
	}
	
	/* contents */
	
	#contents #firstguide .fcopybx{
		width: 66%;
		float: left;
		padding: 15px 2% 0 2%;
	}
	
	#contents #firstguide .nintei{
		width: 30%;
		float: right;
	}
	
	#contents #firstguide .nintei p.ninteisho img{
		width: 72%;
	}
	
	#contents #firstguide .fcopybx p.idetail img{
		max-width: 70%;
	}
	
	#contents #flow ul li{
		border: none;
	}
	
	#contents #flow ul li h3{
		width: 40%;
		float: left;
	}
	
	#contents #flow ul li div{
		width: 53%;
		float: right;
		padding-top: 0;
		
	}
	
	/* footer */
	footer #cor{
		text-align: center;
	}

	
}

/* PC向けレイアウトの指定：1281px以上では固定レイアウト */
@media only screen and (min-width: 1321px){
	body{
		font-size: 14px;
	}
	
	.kaig{
		display: none;
	}
	
	/* header */
	header #headerbx{
		width: 1280px;
		margin: 0 auto;
	}
	
	/* nav */
	nav#nav ul#menu{
		width: 1280px;
		margin: 0 auto;
	}
	
	nav#nav ul#menu li{
		font-size: 16px;
	}
	
	/* topimg */
	#topimg{
		width: 1280px;
		margin: 0 auto;
	}
	
	/* stage */
	#stage{
		width: 1280px;
		margin: 0 auto;
	}
	
	#contents{
		width: 68.8%;
		padding: 15px 0 0 0;
	}
	
	#subcontents{
		margin: 15px 0 0 0;
	}
	
	/* contents */
	
	#contents #firstguide .fcopy{
		font-size: 18px;
	}
	
	#contents #firstguide .fcopybx{
		font-size: 16px;
	}
	
	#contents #firstguide .fcopybx p.idetail img{
		max-width: 48%;
	}
	
	#contents #firstguide .fcopybx p.idetail img.kaishubut{
		margin-right: 2%;
	}
	
	#contents .nintei .num{
		text-align: center;
	}
	
	#contents #reason ul li{
		width: 24.5%;
	}
	

	
	/* footer */
	footer{
		margin-top: 15px;
	}
}
