@charset "UTF-8";
/*================================================
reset
================================================*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, 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: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
* { font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; }
body {
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	background: #f6f6f6;
}
div#wrapper {
	width: 980px;
	text-align: left;
	background-color: #FFF;
	margin: 0 auto;
	border-radius: 5px;
	border: solid 1px #999;
	box-shadow: 0px 0px 10px #666;
}
div#wrapper div#footer {
	background-color: #008603;
	background-image: url(_images/mfp_header.png);
	background-size: 100% 100%;
}
div#wrapper div#container, #info { padding: 0px 50px; }
div#wrapper div#footer {
	margin-top: 30px;
	color: #FFF;
	clear: both;
	padding: 15px;
	border-radius: 5px;
	text-align: center;
	font-size: 14px;
}
ul.example_pages {
	border: solid 1px #CCC;
	padding: 15px 30px;
}
ul.example_pages li { padding: 5px 0px; }
div#example_selector {
	padding: 10px 0px;
	text-align: left;
}
div#example_selector span {
	display: block;
	font-size: 14px;
	padding: 5px 0px;
}
div#example_selector select {
	font-size: 18px;
	border-radius: 3px;
	border: solid 1px #CCC;
	padding: 5px 10px;
	box-shadow: 0px 0px 5px #CCC inset;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	outline: none;
}
div.tips {
	margin: 10px auto;
	padding: 5px 20px;
	border: solid 1px #CCC;
	border-radius: 5px;
	box-shadow: 0px 2px 10px #CCC;
	background: #FEE;
}
div.tips p {
	font-size: 14px;
	line-height: 2em;
}
div.tips strong { color: #800040; }
div.tips span {
	display: block;
	padding: 5px 10px;
	color: #008080;
}
div.tips em {
	font-style: normal;
	color: #090;
	font-weight: bold;
}
div.tips ol li {
	padding: 10px;
	margin: 15px;
	font-size: 12px;
	line-height: 1.7em;
	border: solid 1px #CCC;
	border-radius: 5px;
	background: #FFF;
}
div.tips ol li span { padding: 0px 10px; }
div.tips ol li img {
	display: block;
	width: 280px;
	border: none;
	margin: 5px auto;
}

@media screen and (max-width: 1000px) {
body {
	padding: 0px;
	margin: 0px;
}
div#wrapper {
	border-radius: 0px;
	padding: 0px;
	margin: 0px;
	width: 100%;
	box-shadow: none;
	border: none;
}
div#wrapper div#header {
	border-radius: 0px;
	padding: 10px;
}
div#wrapper div#header h1 { font-size: 24px; }
form#mailformpro dl dt {
	float: none;
	width: auto;
	font-size: 12px;
	padding: 5px;
	text-align: left;
}
form#mailformpro dl dd {
	clear: both;
	border-top: none;
	padding: 5px 15px;
	font-size: 12px;
	line-height: 1.5em;
}
div.mfp_buttons button { font-size: 14px; }
table#mfp_confirm_table tr th {
	white-space: nowrap;
	width: 100px;
}
div#mfp_thanks {
	text-align: center;
	font-size: 18px;
	padding: 20px 0px;
}
div#mfp_thanks strong {
	color: #C00;
	font-size: 24px;
	display: block;
}
}
/*----------------*/
.clearfix:before {
	content: " ";
	display: table;
}
.clearfix:after {
	content: " ";
	display: table;
	clear: both;
}
.btn {
	border: none;
	border-radius: 4px;
	color: #fff;
	background-color: #adafb4;
	font-size: inherit;
	overflow-x: hidden;
	max-width: 100%;
	text-overflow: ellipsis;
}
.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.btn:hover, .btn:focus {
	color: #333;
	text-decoration: none;
}
.btn:active, .btn.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled] {
	cursor: not-allowed;
	pointer-events: none;
	opacity: 0.65;
	filter: alpha(opacity = 65);
	-webkit-box-shadow: none;
	box-shadow: none;
}
a.btn, .btn * {
	color: #fff;
	text-decoration: none;
}
.btn-lg {
	padding: 20px;
	font-size: 24px !important;
	line-height: 1.33;
	border-radius: 6px;
}
.btn-primary {
	color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#09a6e2), to(#0053bb) );
	background: linear-gradient(to bottom, #09a6e2 0%, #0053bb 100%);
	border-color: #357ebd;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
	background: -webkit-gradient(linear, left top, left bottom, from(#0053bb), to(#09a6e2) );
	background: linear-gradient(to bottom, #0053bb 0%, #09a6e2 100%);
	color: #fff;
}
.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.text-center { text-align: center; }
/*******************************/
.page_title {
	font: inherit;
	color: #fff;
	background: #00cc33;
	background: -webkit-gradient(linear, left top, left bottom, from(#009225), to(#00bb22) );
	background: linear-gradient(to bottom, #009225 0%, #00bb22 100%);
}
.page_title .wide_set .ins { padding: 25px 50px 20px; }
.wide_set {
	width: 980px;
	margin: 0 auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.categoryName {
	font-size: 16px;
	padding-bottom: 5px;
	margin-bottom: 12px;
	border-bottom: 1px solid rgba(255,255,255,0.4);
	border-bottom: 1px solid rgba(255,255,255,0.5);
}
/* ページタイトル */
.page_title h1 {
	font-size: 45px;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.75);
	margin-bottom: 0.1em;
}
.page_title h2 {
	font-size: 25px;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.75);
	margin-bottom: 0.5em;
}
.page_title h1 span.min {
	font-size: 20px;
	padding-left: 0.5em;
}
.page_title h1 span.min75 {
	font-size: 75%;
	padding-left: 0;
}
.page_title ul {
	list-style: none;
	display: block
}
.page_title ul.sub_tab li {
	float: left;
	margin-right: 15px;
	margin-bottom: 4px;
	font-size: 20px;
	line-height: 1.5;
	border-radius: 3px;
	display: block;
	text-decoration: none;
	outline: none;
	background: rgba(0,0,0,0.2);
	color: #f9ff03;
	padding: 4px 0.75em;
}
.cf:before, .cf:after {
	content: "";
	display: block;
	overflow: hidden;
}
.cf:after { clear: both; }
h3.h3_type01 {
	font-size: 32px;
	line-height: 1.3em;
	color: #090;
	border-top: 2px solid #090;
	padding-top: 6px;
	margin-top: 40px;
}
.tbl01 {
	border-collapse: separate;
	border-spacing: 7px;
	width: 100%;
	table-layout: fixed;
	box-sizing: border-box;
	margin: 25px auto 0;
}
.tbl01 th {
	background: #d2d1d1;
	font-weight: bold;
	text-align: center;
}
.tbl01 td { border: 1px solid #d2d1d1; }
.tbl01 td p { padding: 15px 0 15px 25px; }
.tbl01_subhead {
	padding: 5px 0 !important;
	background: #d2d1d1;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	margin: -1px;
}
.size18 { font-size: 18px!important; }
.w200 { width: 20%!important; }
.c-topic01 {
	padding: 15px 10px;
	background: #907851;
	color: #fff;
	font-size: 20px
}
.kousi {
	margin-bottom: 10px!important;
	padding-bottom: 0!important;
	padding-top: 5px!important;
	font-weight: 600;
	font-size: 14px
}
.profile {
	font-size: 13px;
	padding-top: 0!important;
}
hr {
	border: none;
	border-top: dotted 1px #999;
	height: 1px;
	color: #FFFFFF;
	margin: 0 6 0 6;
	width: 90%
}
.mfp_buttons button {
	padding: 10px!important;
	margin-right: 50px;
}
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}
#page-top a {
	background: rgba(80, 95, 91, 0.82);
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 20px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background: #999;
}
.h2_finish {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 0px;
	color: #08890A
}
.contact {
	display: block;
	background-color: #D8D8D8;
	padding: 15px;
	border-radius: 8px;
	margin: 20px 10px;
	font-size: 18px;
}

.logo {
	text-align: right;
	padding: 0;
	margin: 0;
}
.infobox {
    height: 6em;
    line-height: 1.8em;
    overflow: auto;
    background-color: #eafdff;
    margin-bottom: 20px;
    border: 1px solid #ccc;}
