*{
    margin:0;
    padding:0;
}
body {
    text-align:center;
	line-height: 160%;
	background-color: #fff;
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 18px;
	overflow-x: hidden;
	background-color: #E6F8E0;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
h1 {
	font-size: 32px;
	font-size: 2rem;
}
h2 {
	display: block;
	text-indent: 1.7em;
	line-height: 35px;
	color: #fff;
	font-size: 24px;
	font-size: 1.5rem;
	width: 99%;
	padding: 10px 0px 5px 10px;
	margin-top: 10px;
	margin-bottom: 20px;
	border-radius:  10px;
	background-color: #008000;
	background-image: url('../images/hanamaru_logo.png');
	background-size: 40px;
	background-repeat: no-repeat;
	background-position: 5px 5px;
	text-shadow: 
        black 1px 1px 0, black -1px -1px 0,/*右下、左上*/
        black -1px 1px 0, black 1px -1px 0,/*右上、左下*/
        black 0px 1px 0, black  0-1px 0,/*右、左*/
        black -1px 0 0, black 1px 0 0;/*上、下*/
}
h3 {
	font-size: 20px;
	font-size: 1.25rem;
}
p {
	margin-bottom: 1em;
	text-indent: 1em;
	text-align: justify;
	text-justify: inter-ideograph;
}
ul {
	list-style: inside;
}
ol {
	list-style: inside;
	list-style-type: decimal;
}
input,textarea,button {
	background-color: #fff;
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 16px;
	font-size: 1rem;
}

/* BASIC DIV---------------------------------------------------*/
#container {
    margin: 0 auto;
	max-width: 960px;
	padding: 0;
	text-align: left;
	background-color: #fff;
}
/* 480 pixels. */
@media screen and (max-width: 480px) {
	#container {
		overflow: hidden;
		padding: 10px 3px 3px 3px;
		box-shadow: none; /*CSS3*/
		-moz-box-shadow: none; /* Firefox用*/
		-webkit-box-shadow: none; /* Google Chrome, Safari用*/
	}
}
/* pan kuzu ------------------------------------------------ */
#breadcrumb {
	margin:0 -500%;
	padding:0 500%;
	background-color: #D8F6CE;
	border-radius:  10px;
}

#breadcrumb ul li {
	display: inline;
	font-size: 12px;
	font-size: 0.75rem;
}
#breadcrumb ul li:before {
	content: "\f0da";
	font-family: FontAwesome;
	font-weight: bold;
	font-style: normal;
	margin: 0 .3em;
	text-decoration: none;
}
/* header area ------------------------------------------------ */
header {
	margin:0 -500%;
	padding:0 500%;
	background-color: #fff;
}
.site_title {
	display: block;
	float: left;
	width: auto;
	height: 150px;
}
.site_title p {
	display: none;
}
.header_days {
	display:block;
	float: right;
	width: auto;
	max-width: 480px;
	height: 150px;
}
.header_days img {
	width: 100%;
	max-width: 500px;
	height: auto;
}
/* 900 pixels. */
@media screen and (max-width: 900px) {
	.header_days img {
		max-width: 450px;
	}
}
/* 790 pixels. */
@media screen and (max-width: 790px) {
	.site_title {
		width: 100%;
		height: auto;
		text-align: center;
	}
	.header_days {
		width: 100%;
		max-width: 800px;
		height: auto;
		text-align: center;
	}
	.header_days img {
		max-width: 500px;
	}
}
/* 320 pixels. */
@media screen and (max-width: 320px) {
	.site_title {
		width: 100%;
		height: auto;
	}
	.site_title img {
		width: 100%;
		height: auto;
	}
}
/* sub_navi ----------------------------------------------- */
.sub_navi {
	display: block;
	width: 100%;
	height: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 0 5px;
}
.sub_navi ul {
	list-style: none;
}
.sub_navi ul li {
	display: block;
	float: left;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #000;
	width: 48%;
	height: auto;
	margin-bottom: 5px;
}
.sub_navi ul li:nth-child(2) {
	float: right;
	margin-right: 10px;
}
.sub_navi ul li:nth-child(3) {
	width: 99%;
}
.sub_navi ul li a {
	display: block;
	width: 100%;
	height: auto;
	padding: 10px 0;
	color: #fff;
	border-radius:  10px;
	text-shadow: 
        black 1px 1px 0, black -1px -1px 0,/*右下、左上*/
        black -1px 1px 0, black 1px -1px 0,/*右上、左下*/
        black 0px 1px 0, black  0-1px 0,/*右、左*/
        black -1px 0 0, black 1px 0 0;/*上、下*/
background: #a2f785; /* Old browsers */
background: -moz-linear-gradient(top,  #a2f785 0%, #2add2a 7%, #24911d 69%, #2add2a 94%, #a2f785 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #a2f785 0%,#2add2a 7%,#24911d 69%,#2add2a 94%,#a2f785 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #a2f785 0%,#2add2a 7%,#24911d 69%,#2add2a 94%,#a2f785 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2f785', endColorstr='#a2f785',GradientType=0 ); /* IE6-9 */

}
.sub_navi img {
	height: 45px;
	width: auto;
}
/* 500 pixels. */
@media screen and (max-width: 500px) {
	.sub_navi ul li {
		font-size: 20px;
	}
.sub_navi ul li:nth-child(3) {
	width: 98%;
}
}
/* section ------------------------------------------------ */
.main_img {
	line-height: 0;
	background-color: #008000;
}
.main_img img {
	width: 100%;
	height: auto;
	
}
/* article ------------------------------------------------ */
article {
	margin-bottom: 5px;
	padding: 10px;
}
/* president word --------------------------------------------------- */
.president_word img {
	float: left;
	margin: 0 10px 10px 0;
	border-radius: 10px;
}
/* point --------------------------------------------------- */

.point {
  display: -webkit-box; /*Android4.3*/
  display: -moz-box;    /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
	width: 100%;
}
.point-child {
	text-align: center;
	width: 48%;
	margin-left: 10px;
	margin-bottom: 20px;
	border: solid 1pt #003000;
	border-radius: 30px;
}
.point h3 {
	display: block;
	float: left;
	text-align: left;
	height: 80px;
	width: 40%;
	padding-top: 25px;
	padding-left: 110px;
	background-image: url('../images/check1.png');
	background-size: 100px;
	background-repeat: no-repeat;
	background-position: left 5px top 5px;
}
.point ul {
	text-align: left;
	margin-left: 1.5rem;
	margin-bottom: 10px;
}
.point ul li {
	list-style: none;
	margin-right: 10px;
}
.point img {
	width: 70%;
	height: auto;
	margin-top: -40px;
}
/* 500 pixels. */
@media screen and (max-width: 550px) {
	.point {
		display: block;
	}
	.point-child {
		width: 98%;
		margin-left: 3px;
	}
}
/* step --------------------------------------------------- */

.step {
	display: block;
	float: left;
	width: 100%;
	height: auto;
	margin-top: 10px;
	margin-bottom: 20px;
    background-image:url('../images/step_backimg.png');
	background-position: left bottom;
	background-repeat: no-repeat;
	-moz-background-size:contain;
	background-size:contain;
}
.step_no {
	position: relative;
	background: #00b000;
	padding: 1em;
	margin-bottom: 1em;
	text-align:center;
	color: #fff;
	border-radius: 10px 10px 0 0;
}
.step_no:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	bottom: -10px;
	left: 0;
	border-style: solid;
	border-color: #00b000 transparent transparent transparent;
	border-width: 10px 50px 0 50px;
	z-index: 1;
}
.step ul {
	display: block;
	float: left;
	width: 40%;
	height: auto;
	margin-top: 25px;
	margin-left: 1em;
	padding-right: 1em;
}
.step ul li {
	list-style-position: outside;
	margin-top: 20px;
	margin-right: 10px;
}
.step .img_step {
	display: block;
	float: left;
	width: 40%;
	max-width: 500px;
	height: auto;
	margin-top: 15px;
	margin-left: 2px;
}
.step .img_step img {
	width: 100%;
	height: auto;
	border-radius: 30px;
	box-shadow: 0px 0px 30px -5px rgba(0, 255, 0, 1);
}

/* 500 pixels. */
@media screen and (max-width: 500px) {
	.step ul {
		width: 100%;
		margin-left: 1em;
	}
	.step ul li {
		margin-top: 10px;
	}
	.step .img_step {
		width: 100%;
		margin-top: 10px;
	}
}
/* main_qalist  -----------------------------------------------------*/
.main_qalist {
	display: block;
	width: 98%;
	height: auto;
	margin-right: 5px;
	border: 4px solid #008000;
	border-radius: 30px;
}
.main_qalist strong {
	font-size: 150%;
}
.qalist_details {
	display: block;
	float: left;
	width: 48%;
	height: auto;
	margin-bottom: 20px;
/*
	background-image: url('../images/question.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom right;
*/
	
}
.qalist_details ul li {
	list-style: none;
	font-size: 110%;
	font-weight: bold;
	padding: 10px;
	margin-left: 1em;
	margin-bottom: 15px;
}
.qalist_img {
	display:block;
	float: left;
	width: 45%;
	height: auto;
	padding-top: 60px;
}
.qalist_img img {
	width: 100%;
	height: auto;
}

/* 800 pixels. */
@media screen and (max-width: 800px) {
	.qalist_details {
		width: 100%;
	}
	.qalist_img {
		width: 100%;
	padding-top: 0;
	}
}
/* main_access  -----------------------------------------------------*/

.access_details {
	display: block;
	float: left;
	width: 45%;
}
.access_details table {
	margin-bottom: 15px;
}
.access_details caption {
	font-weight: bold;
}
.access_details tr {
	border-bottom: 1px solid #ccc;
}
.access_details th {
	font-weight: normal;
	vertical-align: top;
	width: 5em;
	padding: 2px;
}
.access_details td {
	padding: 2px;
}
.main_access .g_map {
	display: block;
	float: left;
	height: 400px;
    width: 50%;
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}
.main_access .g_map iframe {
	width: 100%;
}
/* 590 pixels. */
@media screen and (max-width: 590px) {
	.access_details {
		width: 100%;
	}
	.main_access .g_map {
		width: 100%;
	}
}
/* staff info --------------------------------------------- */
.staff_info {
	display: block;
	width: 100%;
	height: auto;
}
.img_face {
	display: block;
	float: left;
	width: 200px;
	height: auto;
}
.img_face img {
	width: 200px;
	height: auto;
}
.staff_name {
	display: block;
	float: left;
	width: auto;
	height: auto;
	margin-left: 10px;
}
/* contact ------------------------------------------------- */

#mailform dl {
	border: 1px solid #ccc;
	margin-left: 10px;
	padding: 10px;
	background-color: #dafcdf;
	-moz-border-radius: 20px; /* Firefox */
	-webkit-border-radius: 20px; /* Safari,Chrome */
	border-radius: 20px; /* CSS3 */
}
#mailform dl dt {
	font-weight: bold;
	border-left: 3px solid #64d786;
	margin-left: 5px;
	margin-right: 10px;
	padding: 5px 10px;
}
#mailform dl dt span {
	font-size: 12px;
	font-size: 0.75rem;
	color: #ff0000;
}
#mailform dl dd {
	margin-left: 5px;
	padding: 10px;
	border-bottom: 1px solid #64d786;
}
#mailform dl dd span {
	color: #666;
	font-size: 12px;
	font-size: 0.75rem;
	vertical-align: middle;
}

#mailform dl dd span.indispensable {
	font-size: 12px;
	font-size: 0.75rem;
	color: #ff0000;
}
#mailform input.mf,
#mailform textarea {
    border: 1px solid #B9C9CE;
    padding: 10px 5px 5px 5px;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	border-radius: 5px; /* CSS3 */
}
#mailform input.mf {
	height: 20px;
}
#mailform textarea {
	width: 98%;
	overflow: auto;
}
button#submit_button {
	padding: 5px 10px;
	background-color: #F5F5F5;
    border-top: 1px solid #ccc;  
    border-right: 1px solid #999;  
    border-bottom: 1px solid #999;  
    border-left: 1px solid #ccc;  
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari,Chrome */
	border-radius: 10px; /* CSS3 */
    text-shadow: 0 -1px 1px #FFF, -1px 0 1px #FFF, 1px 0 1px #aaa;  
    -webkit-box-shadow: 1px 1px 2px #E7E7E7;  
    -moz-box-shadow: 1px 1px 2px #E7E7E7;
	box-shadow: 2px 2px 5px #000; /*CSS3*/
	-moz-box-shadow: 2px 2px 5px #000; /* Firefox用*/
	-webkit-box-shadow: 2px 2px 5px #000; /* Google Chrome, Safari用*/
}
button#submit_button:hover {
	background-color: #DCDCDC;
}
button#submit_button:active {
	background-color: #D3D3D3;
}
.mail_send:after {
	content: "\f064";
	font-family: FontAwesome;
	font-weight: bold;
	font-style: normal;
	margin: 0 .3em;
	text-decoration: none;
}
/* footer ------------------------------------------------- */
.copyright {
	display: block;
	margin-top: 20px;
	border-top: solid 2pt #008000;
}
footer p {
	font-size: 16px;
}
/* 共通 --------------------------------------------------- */
.dispnone {
	display: none;
}
.c_red {
	color: #ff0000;
}
.clear {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
