@charset "utf-8";

/* PC用CSS */
@media print, screen and (min-width: 640px) {

article, aside, dialog, figure, footer, header, menu, nav, section{
	display: block;
	margin:0;
	padding:0;
}
body{
	width:100%;
	min-width:1280px;
	line-height:1.7;
	font-size:16px;
	padding:0;
	margin:0 auto;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif, "メイリオ";
	color:#222;
}
ul, ol, dl,dt,dd,div,ol,ul,li{
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p{
	margin:0;
	padding:0;
	font-weight:normal;
	font-size:100%;
}
li{list-style-type:none;}

textarea{font-size:100%;}

a{outline:none;border:0;}

img{vertical-align: middle;border:0;}

a:hover img,
.opa a:hover img,
input[type="image"]:hover{
	opacity:0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
a:link{color:#1b71b8;text-decoration:underline;}
a:visited{color:#1b71b8;text-decoration:underline;}
a:hover{color:#e50202;text-decoration:underline;}
a:active{color:#1b71b8;text-decoration:underline;}

/*位置と状態*/
.left{float:left;}
.right{float:right;}
.clear{clear:both;}
.cen{text-align:center;}
.r{text-align:right;}
.l{text-align:left;}
.bold{font-weight:bold;}

/*余白*/
.mb05em{margin-bottom:0.5em;}
.mb1em{margin-bottom:1em;}
.mb20{margin-bottom:20px;}
.mb2em{margin-bottom:2em;}
.mb3em{margin-bottom:3em;}
.mb5em{margin-bottom:5em;}
.s_bottom{margin-bottom:60px;}
.jisage{
	padding-left:1em;
	text-indent:-1em;
}
input[type="checkbox"],
input[type="text"],
select{
	margin:0 4px 0 0;
}
/* form */
button, fieldset, form, input, label, legend, select, textarea {
	font-family:inherit;
	font-size:100%;
	font-style:inherit;
	font-weight:inherit;
	margin:0;
	padding:0;
	vertical-align:middle;
}
.red{color:#f00;}
.f11{font-size:11px;}
.f14{font-size:14px;}
.f24{font-size:24px;}
/*-----------------------------------------------
header
-----------------------------------------------*/
header{
	width:100%;
	height:194px;
	background:url(../img/logo.png) no-repeat center 30px;
	white-space: nowrap;text-indent: 100%;overflow: hidden;
}
.mainimg{
	width:1280px;
	height:670px;
	margin:0 auto 60px;
	position:relative;
	background-color: #ffcc00;
}
.main_text01{
	width:693px;
	height:281px;
	word-break: break-all;
	position:absolute;
	left:190px;
	top:52px;
	background:url(../img/main_text01.png) no-repeat;
	white-space: nowrap;text-indent: 100%;overflow: hidden;
}
.main_text02{
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;

}
.img_president{
	position:absolute;
	left:970px;
	top:55px;
}
ul.bk_mainimg{
	width:100%;
	position:absolute;
	left:0;
	top:412px;
	background-color: #bfb380;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
ul.bk_mainimg li{
	width:280px;
	height:186px;
	word-break: break-all;
}
/*-----------------------------------------------
footer
-----------------------------------------------*/
footer{
	clear:both;
	width:100%;
	overflow:hidden;
}
.footer_inner{
	width:960px;
	margin:0 auto 10px;
}
.footer_inner:after{content: "";display: block;clear: both;}

.footer_logo{
	float:left;
	width:226px;
}
.footer_menu{
	float:right;
	width:700px;
	font-size:14px;
	margin:34px 0 0 0;
}
.footer_menu ul{
	width:700px;
	margin:0 0 6px 0;
}
.footer_menu ul:after{content: "";display: block;clear: both;}

.footer_menu ul li{
	float:left;
	margin:0 14px 0 0;
}
.footer_menu .haader_tel{
	color:#f00;
}
.footer_menu .haader_time{
	color:#000;
}
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
}
#page-top a {
	display: block;
	width: 66px;
}
.copyright{
	color:#fff;
	height:40px;
	line-height:40px;
	text-align:center;
	font-size:12px;
	background:#074083;
}
footer a:link{color:#222; text-decoration:underline;}
footer a:visited{color:#222; text-decoration:underline;}
footer a:hover{color:#f00; text-decoration:underline;}
footer a:active{color:#222; text-decoration:underline;}

/*-----------------------------------------------
コンテンツ
-----------------------------------------------*/
.second_textarea_inner{
	width:960px;
	margin:0 auto 50px;
	font-size:18px;
}
dl.osusume_text{
	width:960px;
	margin:0 auto 50px;
	font-size:18px;
}
dl.osusume_text dt{
	font-weight:bold;
	margin:0 0 14px 0;
}

/*お問合せはこちら*/
.bk_contact{
	width:760px;
	height:140px;
	margin:0 auto 60px;
	background:url(../img/bk_contact.png) no-repeat;
	position:relative;
}
.bk_contact p{
	height:32px;
	white-space: nowrap;text-indent: 100%;overflow: hidden;/*テキスト非表示*/
}
.bk_contact .btn_contact01{
	position:absolute;
	top:50px;
	right:30px;
}
/*画面下*/
.linkarea{
	width:960px;
	margin:0 auto 50px;
}
.linkarea:after{content: "";display: block;clear: both;}

.linkarea .le{
	float:left;
	width:420px;
}
.linkarea .ri{
	float:right;
	width:500px;
}


}/* ←CSSの一番最後に記述 */