@charset "UTF-8";
html, body {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, 'MS PGothic', arial, helvetica, sans-serif;
	font-size: 14px;
	color: hsla(0,0%,20%,1.00);
	background-color: hsla(182,41%,75%,1.00);
	text-align: justify;
	text-justify: inter-ideograph;
}
main, header, nav, article, aside, section, footer {
	display: block;
}
figure {
	text-align: center;
	margin: 0 0 20px;
}
figcaption {
	font-size: 12px;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 10px;
	text-align: center;
	font-family: inherit;
	font-weight: bold;
	line-height: 20px;
	color: inherit;
	text-rendering: optimizelegibility;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
	font-weight: normal;
	position: relative;
	top: -1px;
	line-height: 0;
}
h1 {
	font-size: 22px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 15px;
}
h6 {
	font-size: 14px;
}
h1 small {
	font-size: 18px;
}
h2 small {
	font-size: 16px;
}
h3 small {
	font-size: 14px;
}
h4 small {
	font-size: 12px;
}
h5 small {
	font-size: 11px;
}
h6 small {
	font-size: 10px;
}
small {
	font-size: 12px;
}
.small {
	font-size: 12px;
}
.clearfix {
 *zoom: 1;
}
.clearfix:before, .clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}
.clearfix:after {
	clear: both;
}
.red {
	color: #E80000;
}
.border_gray {
	border: 1px solid hsla(0,0%,80%,1.00);
	background-color: hsla(0,0%,80%,1.00);
}
a {
	text-decoration: none;
	color: hsla(201,100%,36%,1.00);
}
a:hover {
	text-decoration: underline;
	color: hsla(190,100%,47%,1.00);
}
a[name] {
	font-size: 0px;
	line-height: 0px;
	display: block;
}
li, dd {
	margin: 0 0 5px 0;
}
ul {
	padding-left: 1.2em;
	margin: 0 1.2em 0 0;
	list-style-type: none;
}
ol {
	padding-left: 0.2em;
	margin: 0 1.2em 0 0;
}
dl dt {
	font-weight: bold;
	margin-bottom: 5px;
}
dl dd {
	padding-left: 0em;
	margin-left: 1.2em;
}
ul li:before {
	display: inline-block;
	width: 1.1em;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	content: "・";
	margin-left: -1.1em;
}
ul.marker_green, dl.marker_green {
	list-style-type: none;
	margin: 0 1.2em 0 0;
}
ul.marker_green li:before, dl.marker_green dd:before {
	color: #83b50e;
	display: inline-block;
	width: 1.1em;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	content: "\f0c8";
	margin-left: -1.1em;
}
ol {
	margin-left: 1.5em;
}
p {
	margin: 0 0 7px;
}
#top_logo_mini {
	position: fixed;
	z-index: 1000;
	width: 1000px;
	height: 50px;
	text-align: right;
	background-image: url(../images-assets/top_logo_mini.png);
	background-repeat: no-repeat;
	background-size: 1000px 50px;
}
#main {
	width: 1000px;
	padding: 0px 0px 0px 0px;
	background-color: white;
	min-height: 100%;
	margin: 0 auto -180px;
}
main {
	clear: left;
	width: 765px;
	min-height: 660px;
	margin: 0 0 0 185px;
	padding: 50px 25px 50px;
	word-wrap: break-word;
}
#page_title {
	width: 755px;
	background-image: url(../images-assets/page_title.png);
	background-size: 29px 57px;
	background-repeat: repeat-y;
	background-color: hsla(76,100%,92%,1.00);
	font-size: 22px;
	color: hsla(23,48%,28%,1.00);
	font-weight: bold;
	text-align: right;
	/*line-height: 21px;*/
	line-height: 28px;
	margin: 0 0 20px -25px;
	/*padding: 18px 50px 18px 10px;*/
	padding: 15px 50px 14px 10px;
	background-position: 100% 0%;
}
#main_menu {
	position: fixed;
	float: left;
	top: 50px;
	width: 185px;
	height: 600px;
}
.heading_1 {
	width: 815px;
	margin: 50px 0 10px -25px;
	padding: 10px 0;
	line-height: 22px;
	text-align: center;
	color: black;
	background-color: hsla(0,0%,98%,1.00);
	border-top: 1px solid hsla(0,0%,85%,1.00);
	border-bottom: 1px solid hsla(0,0%,85%,1.00);
}
.heading_2 {
	text-align: left;
	color: black;
	margin: 40px 0 10px 0;
	padding: 6px 20px 3px;
	line-height: 24px;
	border-top: 1px dashed hsla(0,0%,50%,1.00);
	border-left: 3px solid hsla(78,86%,38%,1.00);
}
.heading_3 {
	text-align: left;
	font-weight: bold;
	margin: 25px auto 0;
}
.h-center_wrapper {
	margin: 0 0 30px;
	text-align: center;
	font-size: 0px;
}
.h-center_wrapper_flex {
	margin: 0 0 30px;
	text-align: center;
	font-size: 0px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
}
.h-center_wrapper img {
	margin: 10px 10px 0 0;
}
.nav_h_box {
	color: black;
	font-size: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30%;
	padding: 8px;
	border-left-color: hsla(0,0%,80%,1.00);
	border-left-style: none;
	border-right: 1px dashed hsla(0,0%,80%,1.00);
	border-bottom: 1px solid hsla(0,0%,80%,1.00);
	border-top: 1px solid hsla(0,0%,80%,1.00);
}
.nav_h_box:first-child {
	border-left: 1px solid hsla(0,0%,80%,1.00);
}
.nav_h_box:last-child {
	border-right-style: solid;
}
.nav_h_box.selected, .nav_h_box:hover {
	color: black;
	text-decoration: none;
	background-color: hsla(0,0%,90%,1.00);
	text-shadow: 1px 1px hsla(0,0%,93%,1.00);
	-webkit-transition: 0.06s;
	-moz-transition: 0.06s;
	-o-transition: 0.06s;
	-ms-transition: 0.06s;
	transition: 0.06s;
}
.button_green {
	font-size: 14px;
	font-weight: bold;
	color: white;
	text-align: center;
	display: inline-block;
	text-shadow: 0px -1px 0px #8dc500;
	margin: 5px;
	padding: 10px 40px;
	line-height: 20px;
	border-width: 1px;
	border-style: solid;
	border-color: #acd930 #8fbe1d #70a30b;
	background-image: -webkit-linear-gradient(180deg, #b9ea34, #7ab00c);
	background-image: -moz-linear-gradient(180deg, #b9ea34, #7ab00c);
	background-image: -o-linear-gradient(180deg, #b9ea34, #7ab00c);
	background-image: linear-gradient(180deg, #b9ea34, #7ab00c);
	background-color: #83b50e;
	-webkit-transition: color 0.06s;
	-moz-transition: color 0.06s;
	-o-transition: color 0.06s;
	-ms-transition: color 0.06s;
	transition: color 0.06s;
}
.button_green:hover, .inline_button:hover {
	color: #0066A7;
	border-color: #c5e64e #b6d943 #a5cb38;
	background-image: linear-gradient(180deg, #d4f854, #b3da3c);
	text-decoration: none;
	text-shadow: none;
}
.button_red {
	font-size: 14px;
	font-weight: bold;
	color: white;
	text-align: center;
	display: inline-block;
	text-shadow: 0px -1px 0px #a51735;
	margin: 5px;
	padding: 10px 40px;
	line-height: 20px;
	border-width: 1px;
	border-style: solid;
	border-color: #d15664 #b0364a #8c142d;
	background-image: -webkit-linear-gradient(90deg,rgba(166,24,54,1.00) 0%,rgba(246,101,118,1.00) 100%);
	background-image: -moz-linear-gradient(90deg,rgba(166,24,54,1.00) 0%,rgba(246,101,118,1.00) 100%);
	background-image: -o-linear-gradient(90deg,rgba(166,24,54,1.00) 0%,rgba(246,101,118,1.00) 100%);
	background-image: linear-gradient(0deg,rgba(166,24,54,1.00) 0%,rgba(246,101,118,1.00) 100%);
	background-color: #83b50e;
	-webkit-transition: color 0.06s;
	-moz-transition: color 0.06s;
	-o-transition: color 0.06s;
	-ms-transition: color 0.06s;
	transition: color 0.06s;
}
.button_red:hover {
	color: #4a0016;
	border-color: #d9868d #d96270 #c05465;
	background-image: -webkit-linear-gradient(270deg,rgba(255,157,166,1.00) 0%,rgba(227,100,120,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,157,166,1.00) 0%,rgba(227,100,120,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,157,166,1.00) 0%,rgba(227,100,120,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,157,166,1.00) 0%,rgba(227,100,120,1.00) 100%);
	text-decoration: none;
	text-shadow: none;
}
.head_line_green {
	border-left: 3px solid hsla(78,86%,38%,1.00);
	padding-left: 7px;
	word-break: break-all;
}
.inline_button {
	color: white;
	display: inline-block;
	padding: 3px 10px;
	margin: 0 3px;
	font-size: 10px;
	line-height: 10px;
	position: relative;
	top: -3px;
	background-color: #83b50e;
	background-image: -webkit-linear-gradient(180deg, #b9ea34, #7ab00c);
	background-image: -moz-linear-gradient(180deg, #b9ea34, #7ab00c);
	background-image: -o-linear-gradient(180deg, #b9ea34, #7ab00c);
	background-image: linear-gradient(180deg, #b9ea34, #7ab00c);
}
.inline_button_orange {
	color: white;
	display: inline-block;
	padding: 3px 10px;
	margin: 0 3px;
	font-size: 10px;
	line-height: 10px;
	position: relative;
	top: -1px;
	background-color: #e27b01;
	background-image: -webkit-linear-gradient(180deg, rgb(255,198,0) 0%, rgb(226,123,1) 100%);
	background-image: -moz-linear-gradient(180deg, rgb(255,198,0) 0%, rgb(226,123,1) 100%);
	background-image: -o-linear-gradient(180deg, rgb(255,198,0) 0%, rgb(226,123,1) 100%);
	background-image: linear-gradient(180deg, rgb(255,198,0) 0%, rgb(226,123,1) 100%);
}
#footer_push {
	height: 180px;
	max-width: 1000px;
	clear: both;
}
/*#footer {
	display: block;
	margin: 0 auto;
	width: 1000px;
	height: 180px;
}*/
blockquote {
	line-height: 26px;
	width: 80%;
	margin: 0 auto 20px;
	background-color: white;
}
hr {
	height: 1px;
	border: none;
	border-top: 1px solid hsla(0,0%,80%,1.00);
}
.black_box {
	color: white;
	background-color: hsla(0,0%,40%,1.00);
	margin: 0 auto 10px;
	padding: 15px;
}
.gray_box {
	margin: 0 auto 10px;
	padding: 15px;
	border: 1px solid hsla(0,0%,80%,1.00);
	background-color: hsla(0,0%,98%,1.00);
}
.white_box {
	margin: 0 auto 10px;
	padding: 15px;
	border: 1px solid hsla(0,0%,80%,1.00);
	background-color: white;
}
.hline_table {
	border-top: 1px solid hsla(0,0%,80%,1.00);
}
.hline_table td {
	border-bottom: 1px solid hsla(0,0%,80%,1.00);
	padding: 7px 5px 7px 10px;
}
.center {
	display: table;
	margin-left: auto;
	margin-right: auto;
}
#top_footer_mini, .footer_mini_box_blog, .footer_mini_box_twitter {
	display: none;
}
#top_button {
	position: fixed;
	bottom: 0px;
	right: 20px;
	font-size: 20px;
	line-height: 20px;
}
#top_button a {
	background-color: hsla(0,0%,0%,0.20);
	color: white;
	width: 80px;
	padding: 30px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#top_button a:hover {
	text-decoration: none;
	background-color: hsla(0,0%,0%,0.4);
}
#button_pc {
	display: none;
}
#button_responsive {
	display: block;
	height: 0px;
	color: hsla(0,0%,75%,1.00);
	font-size: 0px;
	line-height: 0px;
	margin: 0 0 23px;
}
#ham_menu_icon {
	display: none;
}
#ham_menu_logolink {
	display: block;
	float: left;
	height: 50px;
	width: 270px;
}
.anchor{
	padding-top:20px;
	margin-top:-27px;
}

@media (max-width: 1015px) {
#main_menu {
	position: absolute;
}
}

@media (max-height: 888px) {
#main_menu {
	position: absolute;
}
}

@media screen and (min-width: 1000px) and (max-width: 1000px) {
#button_responsive {
	height: 27px;
	margin: 0;
	font-size: 12px;
	line-height: 20px;
}
}