/*----------------------------------
reset
----------------------------------*/

html, body, div, span, applet, object, iframe,
blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}

ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}

/*--------------------------------
共通
--------------------------------*/

body {
	margin: 0;
	padding: 0;
	font-size: 18px;
	-webkit-text-size-adjust: none;
	font-family: Arial,Roboto,“Droid Sans”,“メイリオ”,Meiryo,“ヒラギノ角ゴ ProN W3″,“Hiragino Kaku Gothic ProN”,sans-serif;
	border: 0;
        word-break: break-all;
}

.center {
	text-align: center;
	display: block;
	margin: 0 auto;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

strong {
	font-weight: bold;
}

span.or {
	color: #ff8800;
}

span.y {
	background: #ffff00;
	padding: 5px;
}

span.bl {
	color: #0000ff;
}

span.bg {
	background: #FFF2CC;
	padding: 5px;
	text-align: center;
}

img.h-btn {
	position: absolute;
	width: 120px;
	top: 7px;
	left: 10px;
}

img.h-btn2 {
	position: absolute;
	width: 120px;
	top: 7px;
	left: 150px;
}

section {
	width: 95%;
	margin: 10% auto;
}

section h3.t1 {
	margin: 5% 0;
	font-size: 22px;
	border-left: 5px solid #0C97D8;
	padding-left: 5px;
}

section h3.t2 {
	color: #00590f;
	margin: 5% 0;
}

.waku2 {
	background: #efefef;
	padding: 2.5%;
	box-sizing: border-box;
	margin-bottom: 5%;
}

.waku2 h3 {
	margin: 0;
	margin-bottom: 2.5%;
	font-size: 22px;
	border-left: 5px solid #0C97D8;
	padding-left: 10px;
}

img {
	width: 100%;
}

img.img {
	margin-top: 10%;
}

img.btn {
	display: block;
	margin: 5% 0;
}

img.mini {
	width: 70%;
	display: block;
	margin: 0 auto;
}

#top {
	width: 100%;
	padding-top: 52px;
}

img.ad {
	display: block;
	width: 80%;
	margin: 0 auto;
}

.form {
	border: 5px solid #DCDCDC;
	border-radius: 10px;
	box-sizing: border-box;
}

.formarea {
	padding: 2.5%;
	box-sizing: border-box;
}

.formarea input[type="text"] {
	width: 100%;
	background: #FDFCD6;
	border: 1px solid #ccc;
	padding: 10px;
	margin-top: 2.5%;
	box-sizing: border-box;
	font-size: 18px;
}

.formarea input[type="image"] {
	width: 100%;
	margin-top: 2.5%;
}

.formarea input[type="image"]:hover {
	opacity: 0.6;
}

.form-bun {
	background: #DCDCDC;
	padding: 2.5%;
	box-sizing: border-box;
	font-size: 15px;
}

.form-bun a {
	color: #13B7F6;
}

.form-bun img {
	width: 13px;
}

.title {
	width: 100%;
}

.douga {
	position: relative;
	padding-top: 56.25%;
	width: 80%;
	margin: 0 auto;
}

.douga iframe {
	position: absolute;
	width: 100%;
	height: 75%;
	top: 0;
	margin-bottom: 10%;
}

#setumei {
    background-image: url(images/husen-top.png),url(images/husen-bottom.png),url(images/husen-middle.png);
    background-position: top,bottom,center;
    background-repeat: no-repeat,no-repeat,repeat-y;
    background-size: 100%;
    padding: 7% 2.5% 2.5%;
	overflow: hidden;
}

#setumei h2 {
	font-size: 22px;
	font-weight: normal;
	margin: 2.5% 0;
}

#setumei span {
	display: block;
	background: #E7F6FF;
	padding: 5px;
	margin-bottom: 10px;
}

#setumei .inner {
	overflow: hidden;
}

#setumei p {
	margin: 0;
	color: #0c97d9;
	font-size: 22px;
}

img.title {
	margin-bottom: 2.5%;
}

dl.prof dd {
	border: 2px solid #eeeeee;
	border-top: 0;
	padding: 2.5%;
}

.waku3 {
	border: 2px solid #efefef;
	box-sizing: border-box;
	padding: 2.5%;
	margin-bottom: 5%;
	overflow: hidden;
}

.waku3 h3 {
	color: #0c97d9;
	font-size: 22px;
	margin: 0;
	margin-bottom: 20px;
}

.waku3 img {
	margin-bottom: 20px;
}

ul.list li {
	position: relative;
	padding-left: 30px;
}

ul.list li::before {
	position: absolute;
	content: "";
	background: url(images/icon_bec.png);
	width: 25px;
	height: 25px;
	backgrond-repeat: no-repeat;
	background-size: 25px auto;
	left: 0;
	top: 3px;
}

ul#tyu-btn {
	margin-left: 50%;
	overflow: hidden;
	width: 50%;
}

ul#tyu-btn li {
	margin-bottom: 2.5%;
}

ul#tyu-btn li:last-child {
	margin-bottom: 0;
}

ul#tyu-btn li img {
	margin: 0;
	width: 100%;
}

#foot1 ul li {
	background: #32cd32;
	width: 100%;
	float: left;
	text-align: center;
	box-sizing: border-box;
}

#foot1 ul li:last-child {
	border-bottom: 0;
}

#foot1 ul li a {
	display: block;
	padding: 2.5%;
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

#foot1 ul li a span::before {
	position: absolute;
	content: url(images/foot-icon.png);
	top: 0;
	left: 0;
}

#foot1 ul li a span {
	position: relative;
	padding-left: 25px;
}

#foot2 {
	padding: 2.5%;
	text-align: center;
	font-size: 12px;
	overflow: hidden;
}

.kouzainfo {
	background: #ccc;
	padding: 2.5%;
	margin-bottom: 5%;
}

.kouzabun {
	background: #fff;
	padding: 2.5%;
}

a#btn1 {
	position: absolute;
	display: block;
	width: 26%;
	height: 52px;
	background: #ff8800;
	color: #fff;
	padding: 10px;
	text-decoration: none;
	text-align: center;
	font-size: 15px;
	line-height: 18px;
	box-sizing: border-box;
	top: 0;
}

a#btn2 {
	position: absolute;
	display: block;
	width: 26%;
	height: 52px;
	background: #ff8800;
	color: #fff;
	padding: 10px;
	left: 27%;
	text-decoration: none;
	text-align: center;
	font-size: 15px;
	line-height: 18px;
	box-sizing: border-box;
	top: 0;
}

a#btn3 {
	position: absolute;
	display: block;
	width: 26%;
	height: 52px;
	background: #ff8800;
	color: #fff;
	padding: 10px;
	left: 54%;
	text-decoration: none;
	text-align: center;
	font-size: 15px;
	line-height: 18px;
	box-sizing: border-box;
	top: 0;
}

a#btn1:hover,a#btn2:hover {
	opacity: 0.6;
}

.m480 {
	display: none;
}

.m700 {
	display: block;
}

.red {
	color: #ff0000;
}

#s2 dl {
	margin: 0 auto;
	overflow: hidden;
}

#s2 dl dt {
	background: #ffa500;
	box-sizing: border-box;
	border-radius: 10px 10px 0 0;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 25px;
	padding: 10px 2.5%;
	text-align: center;
}

#s2 dl dd {
	background: #fff;
	border: 2px solid #ffa500;
	box-sizing: border-box;
	border-radius: 0 0 10px 10px;
	font-size: 18px;
	line-height: 28px;
	overflow: hidden;
	padding: 5px 2.5%;
}

#s2 dl dd strong {
	font-weight: bold;
}

#s2 dl dd li {
	list-style: disc;
	margin-left: 18px;
}


@media(min-width: 481px) and (max-width: 667px) {

img#head {
	position: absolute;
	width: 60%;
	top: 5px;
	left: 10px;
	z-index: 9999;
}

/*
a#btn1 {
	width: 200px;
}

a#btn2 {
	width: 200px;
	left: 240px;
}
*/

}

@media(max-width: 480px) {

img#head {
	position: absolute;
	width: 80%;
	top: 10px;
	left: 5px;
	z-index: 9999;
}

.m480 {
	display: block;
}

.m700 {
	display: none;
}

}