@charset "utf-8";
/* CSS Document */

/* CSSファイル内でのスタイルシートの記述 */
@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap');

body {
	background-color: #98CE9C;
	height: 100%;
    font-family: 'Kosugi Maru', sans-serif,"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}
/* フロートを含める : h5bp.com/q */ 
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.cen {
	text-align: center;
}
img {
	width: auto;
	max-width: 100%;
}
.clearfix {
	zoom: 1;
}
#header .container {
	width: 1080px;
}

#header .container h1 {
	font-size: 80%;
	color: #FFF;
	line-height: 115%;
	padding-top:0.5em;
	padding-bottom:0.5em;
}


#main_visual .container {
	width: 1080px;
	height: 400px;
	position: relative;
}
#main_visual .container .symbol {
	position: absolute;
	top: 9px;
	left: 299px;
}
#main_visual .container .left {
	float: left;
	width: 25%;
	margin-top: 130px;
}
#main_visual .container .right {
	float: left;
	width: 75%;
	margin-top: 130px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #FFF;
}
#main_visual .container .right ul {
	margin-left:50%;
	overflow: auto;
}
#main_visual .container .right ul li {
	float: left;
	width: 33.3333333%;
}

#main_visual .container .right ul li img{
	width:120px;
}

#contents .container {
	width: 1080px;
}
#contents .container .unit {
	border: 1px solid #FFF;
	margin-bottom: 2%;
	overflow: auto;
}
#contents .container .unit .left {
	float: left;
	width: 17%;
	padding: 4%;
	color: #FFF;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}
#contents .container .unit .right {
	padding: 2%;
	float: left;
	width: 71%;
	background-color: #FFF;
}
#contents .container .unit .right h2 {
	font-size: 130%;
	line-height: 200%;
	margin-bottom: 0.5em;
}
#contents .container .unit .right h3 {
	font-size: 115%;
	line-height: 180%;
	margin-bottom: 0.5em;
}
#contents .container .unit .right p {
	font-size: 100%;
	line-height: 150%;
	margin-left: 1em;
	margin-bottom: 1em;
}
#contents .container .unit .right ol, #contents .container .unit .right ul {
	margin-bottom: 1em;
	margin-left:1em;

}
#contents .container .unit .right ol li {
	font-size: 90%;
	line-height: 130%;
	margin-left: 1em;
	list-style-type: decimal;
	list-style-position: outside;
	margin-bottom:0.25em;
}
#contents .container .unit .right ul li {
	font-size: 90%;
	line-height: 130%;
	list-style-type: square;
	list-style-position: outside;
	margin-left: 1em;
	margin-bottom:0.25em;
}
#contents .container #form #mySubmitButton {
	height: 50px;
	width: 150px;
	font-size: 18px;
}
#contents .container #form #kanteibasho {
	height: 5em;
	width: 80%;
}
#contents .container #form #soudan_contents {
	height: 15em;
	width: 25em;
	max-width: 80%;
}
#contents .container #form #mail_address {
	width: 60%;
}

#contents .container table{
	width:95%;
}

#contents .container table th{
	width: 23%;
	padding: 1%;
	background-color: #EEF7EE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

#contents .container table td{
	width: 73%;
	padding: 1%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E4;
}



#footer .container {
	width: 1080px;
}
.container {
	margin-left: auto;
	margin-right: auto;
}
#menu {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
}
#menu li {
	display: block;
	float: left;
	width: 14.285%;
	margin: 0;
	padding: 0;
}
#menu li a {
	display: block;
	padding: 20px 0 20px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}
#menu li:last-child a {
	border: none;
}
#menu li a:hover {
	background-color: #B6DEB9;
}
#toggle {
	display: none;
}


#message p {
    line-height: 1.4em;
    margin-bottom:1em;
}

#message p:last-child {
	margin-bottom:0;
}

#message b{
	font-weight: bold;
	color:brown;
}


/* 画面サイズが768px以下の場合に適用 */
@media only screen and (max-width: 1080px) {
#header .container {
	width: 100%;
}
#main_visual .container {
	width: 100%;
	height: auto;
	text-align: center;
}
#main_visual .container .symbol {
	position: relative;
	top: 0px;
	left: 0px;
	display: none;
}
#main_visual .container .left {
	float: none;
	width: 100%;
	margin-top: 10px;
}
#main_visual .container .right {
	float: none;
	width: 100%;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #FFF;
}
#main_visual .container .right ul{
	margin-left:0%;
}

#main_visual .container .right ul li img{
	width:150px;
}

#contents .container {
	width: 100%;
}
#contents .container .unit .left {
	float: none;
	width: 96%;
	padding: 2%;
	text-align: center;
}
#contents .container .unit .right {
	float: none;
	padding: 2%;
	width: 96%;
}
#contents .container .unit {
	border: 0px
}
#contents .container .unit .right h2 {
	font-size: 120%;
	line-height: 150%;
}
#contents .container .unit .right h3 {
	font-size: 105%;
	line-height: 125%;
}
#contents .container .unit .right p {
	font-size: 90%;
	line-height: 120%;
}
#contents .container .unit .right ol li {
	font-size: 90%;
	line-height: 120%;
}
#contents .container .unit .right ul li {
	font-size: 90%;
	line-height: 120%;
}

#contents .container table th, #contents .container table td{
	font-size:90%;
}

#footer .container {
	width: 100%;
}
#menu li {
	width: 25%;
}
}

/* 画面サイズが480px以下の場合に適用 */
@media only screen and (max-width: 480px) {
#header .container {
	width: 100%;
}
#main_visual .container {
	width: 100%;
}
#contents .container {
	width: 100%;
}

#main_visual .container .right ul li{
	float:none;
	width:100%;
}

#main_visual .container .right ul li img{
	width:60%;
}

#footer .container {
	width: 100%;
}
#menu {
	display: none;
}
#menu li {
	width: 100%;
}
#toggle {
	display: block;
	position: relative;
	width: 100%;
	background-color: #98CE9C;
}
#toggle a {
	display: block;
	position: relative;
	padding: 20px 0 20px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #98CE9C;
}
#toggle:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	background: #FFF;
}
#toggle a:before, #toggle a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 30px;
	height: 6px;
	background-color: #98CE9C;
}
#toggle a:before {
	margin-top: -9px;
}
#toggle a:after {
	margin-top: 3px;
}