@charset "utf-8";
@import url("default.css");
/*org.css
cms_tpl_rwd_001*/
/*PCでは非表示*/
.sp, .tab {
	display: none;
}
/*フロートをクリアする*/
div:after { /*for modern browser*/
	content: ".";
	clear: both;
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
#bg:after, #bg_in:after {
	content: none;
}
/*リンクの点線を非表示*/
a:focus {
	overflow: hidden;
}
/*画像リンクにアルファ*/
a:hover img {
	opacity: 0.75;
	transition: .4s ease-in-out;
}
/*リンクにアニメーション*/
a:hover {
	opacity: 1;
	transition: .4s ease-in-out;
}
/*プレーンタグ設定*/
body {
	font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Hiragino Sans', 'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic';
	color: #333333;
	-webkit-text-size-adjust: 100%;
}
h1 {
	background-color: #009944;
	color: #ffffff;
	padding: 36px 20px 32px 28px;
	border-bottom: 5px solid #fff;
	clear: both;
	font-size: 36px;
}
h2 {
	clear: both;
	border-bottom: 4px solid #009944;
	padding: 24px 86px 16px 28px;
	background-image: url(../all_img/org/h2_bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-size: 30px;
}
h3 {
	clear: both;
	border-bottom: 2px solid #009944;
	padding: 24px 20px 12px 28px;
	background-image: url(../all_img/org/h3_bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-size: 24px;
}
h4 {
	clear: both;
	border-bottom: 1px solid #009944;
	padding: 24px 20px 12px 28px;
	background-image: url(../all_img/org/h4_bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-size: 20px;
}
h5 {
	clear: both;
	border-bottom: 1px dashed #009944;
	padding: 24px 20px 12px 28px;
	font-size: 18px;
}
h6 {
	clear: both;
	padding: 24px 20px 12px 28px;
	font-size: 18px;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1.2;
}
address {
	font-style: normal;
}
table, th, td {
	border-color: #bbbbbb;
	line-height: 1.2em;
}
th {
	background-color: #eeeeee;
}
hr {
	border: 0;
	border-bottom: 1px dashed #cccccc;
	background: #ffffff;
	margin-bottom: 10px;
}
/*ページスタイル設定
※各レイアウトブロックごとに外側から(または上から)設定*/
#bg {}
#bg_in {}
/*ヘッダー*/
#header {
	background-color: #009944;
	padding: 32px 0 18px 0;
}
#header_in {
	max-width: 1200px;
	margin: 0 auto;
}
#header #siteid {
	width: 335px;
	float: left;
}
#header #siteid h1, #header #siteid p a {
	display: block;
	background-repeat: no-repeat;
	background-color: transparent;
	color: #555555;
	width: 335px;
	height: 72px;
	margin: 0;
	padding: 0;
	border: none;
	text-indent: -55555em;
}
#header #siteid p {
	margin: 0;
	padding: 0;
}
/*グローバルメニュー*/
#gmenu {
	float: right;
	/*margin-left: 260px;*/
	padding-top: 26px;
	padding-right: 25px;
}
#gmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#gmenu ul li {
	margin: 0;
	padding: 0 16px;
	display: inline;
}
#gmenu ul li a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	font-size: 18px;
}
#gmenu ul li a:hover, #gmenu ul .sel a {
	text-decoration: underline;
}
#header #hcontents {
	width: 215px;
	float: right;
	padding-top: 10px;
}
/*申し込みボタン-------------------------------*/
.banner_1 p a {
	display: block;
	width: 215px;
	background-color: #E5D70E;
	color: #3A0B0B;
	border-radius: 4px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	padding: 18px 0;
	line-height: 1;
	font-size: 18px;
}
.banner_1 p a:hover {
	color: #A49A9A;
	background-color: #F8F298;
}
/*-------------------------------*/
/*メインイメージ・メッセージ-------------------------------*/
#main_image {
	margin-top: 5px;
}
#main_image p {
	padding: 0 6px;
}
#main_image p img {}
#main_msg {} /*-------------------------------*/
/*トップページコンテンツ-------------------------------*/
#top_content {
	width: 960px;
	margin: 80px auto 0;
	position: relative;
}
/*ニュース＆トピックス*/
#news_topics {}
#news_topics div {
	position: relative;
	background-color: #F0F3F5;
}
#news_topics .news_topics_1 {
	padding-bottom: 12px;
}
#news_topics h2 {
	color: #333;
	font-size: 24px;
	line-height: 1;
	border: none;
	border-bottom: 4px solid #009944;
	background-color: transparent;
	padding: 22px 0 16px 25px;
	margin-bottom: 20px;
}
#news_topics dl {
	clear: both;
	padding-left: 25px;
}
#news_topics dl dt {
	margin: 0 0 0 0;
	padding: 0 0 0 60px;
	border-top: 1px dotted #cccccc;
	background-image: url('../all_img/org/news_dt.png');
	background-repeat: no-repeat;
	background-position: left 7px;
}
#news_topics dl dt:first-child {
	border: none;
}
#news_topics dl .new {
	background-image: url('../all_img/org/news_dt_new.png');
}
#news_topics dl dt a {
	color: #333;
	font-size: 18px;
	text-decoration: none;
	line-height: 1.4;
}
#news_topics dl dt a:hover {
	text-decoration: underline;
}
#news_topics dl dd {
	margin: 3px 0;
	padding: 0 0 0 70px;
	font-size: 14px;
	line-height: 1.4;
}
#news_topics .news span {}
#news_topics .news .topicimage {
	margin: 0 10px;
	width: 80px;
	height: 80px;
	text-align: center;
	overflow: hidden;
	border: 1px solid #dddddd;
	float: left;
	position: relative;
	display: none;
}
#news_topics .news .topicimage img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-width: 100% !important;
	max-height: 100% !important;
	width: auto !important;
	height: auto !important;
}
#news_topics .news .time {
	display: block;
	font-size: 14px;
}
#news_topics .news .topictitle {}
#news_topics .disp_list {
	display: none; /*margin: 0;*/
}
/*#news_topics .disp_list a {
	display: block;
	position: absolute;
	width: 60px;
	height: 20px;
	bottom: 0px;
	right: 5px;
	color: #000000;
	background-color: #ffffff;
	padding: 2px;
	text-align: center;
	border-radius: 5px;
	text-decoration: none;
}*/
.rss {
	display: none; /*padding-left: 15px;
	letter-spacing: 0;*/
}
/*.rss a {
	font-size: 10pt;
	font-weight: normal;
	color: #ffffff;
	background-image: url('../all_img/org/rss.gif');
	background-repeat: no-repeat;
	padding: 1px 3px 3px 16px;
	text-decoration: none;
}
.rss a:hover {
}
*/
/*-------------------------------*/
/*特集コンテンツ-------------------------------*/
#primary_section {
	margin-top: 90px;
}
.section_box {
	width: 312px;
	float: left;
}
.box01, .box02 {
	margin-right: 11px;
}
.section_box h2 {
	margin: 0;
	padding: 15px 10px 11px 28px;
	line-height: 1;
	font-size: 22px;
	border: 0;
	border-bottom: 2px solid #009944;
	background-color: #F0F3F5;
	background-image: none;
}
.section_box h2 a {
	color: #333;
	text-decoration: none;
}
.section_box h2 a:hover {
	text-decoration: underline;
}
.section_box p {
	margin: 0;
}
.section_box h2 + p {
	background-color: #F0F3F5;
	padding: 15px 80px 15px 38px;
	font-size: 14px;
	line-height: 1.4;
	background-repeat: no-repeat;
	background-position: right center;
}
.box01 h2 + p {
	background-image: url(../all_img/org/box01_bg.png);
}
.box02 h2 + p {
	background-image: url(../all_img/org/box02_bg.png);
}
.box03 h2 + p {
	background-image: url(../all_img/org/box03_bg.png);
}
/*-------------------------------*/
/*Googleマップ-------------------------------*/
#map_content {
	clear: both;
	margin-top: 80px;
}
.google-maps {
	position: relative;
	padding-bottom: 21.9%;
	height: 0; /*これが縦横比*/
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
/*-------------------------------*/
#wrap {
	width: 940px;
	margin: 0 auto;
	background-color: #ffffff;
}
#wrap_in {
	margin-bottom: 70px;
}
/*パンくず*/
#pankuzu {
	margin: 40px;
}
#pankuzu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 16px;
}
#pankuzu ul li {
	margin: 0;
	padding: 0;
	display: inline;
	font-weight: bold;
	color: #dd0000;
}
#pankuzu ul li a {
	background-image: url('../all_img/org/pan.gif');
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
	font-weight: normal;
}
/*COLユニット1*/
#col_unit_1 {
	margin-bottom: 20px;
}
/*サブページコンテンツ unit_a-----------------------------------------------*/
#unit_a {
	width: 700px;
	float: right;
	background-color: #f0f3f5;
	padding-bottom: 40px;
}
#unit_a #contents_0 {
	margin-top: -10px;
}
#unit_a #contents_0 p {
	margin: 24px 28px 24px 28px;
	font-size: 16px;
	line-height: 1.6;
}
#unit_a #contents_0 p img {
	margin: 0 0 0 -28px;
	max-width: 700px;
	height: auto!important;
}
#unit_a #contents_0 h2 + p img {
	margin: -19px 0 0 -28px;
}
#unit_a #contents_0 ul, #unit_a #contents_0 ol {
	margin: 24px 28px 16px 43px;
}
#unit_a #contents_0 ul li, #unit_a #contents_0 ol li {
	font-size: 16px;
	line-height: 1.6;
}
/*-----------------------------------------------*/
/*unit_b*/
#unit_b {
	width: 220px;
	float: left;
}
/*メニュー2*/
#unit_b .menu_2 {
	border: 1px solid #009944;
	padding: 2px;
	margin-bottom: 20px;
}
#unit_b .menu_2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#unit_b .menu_2 p, #unit_b .menu_2 ul li {
	margin: 0;
	padding: 0; /*display: inline;
	float: left;*/
}
#unit_b .menu_2 p a, #unit_b .menu_2 ul li a {
	display: block;
	padding: 18px 5px 14px 20px;
	border-top: 1px solid #fff;
	background-image: url('../all_img/org/menu2_arrow.png');
	background-repeat: no-repeat;
	background-position: right center;
	text-decoration: none;
	line-height: 1.3;
}
#unit_b .menu_2 p a {
	border: none;
	background-color: #009944;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
}
#unit_b .menu_2 p a:hover {
	background-color: #fff;
	color: #009944;
}
#unit_b .menu_2 ul li a {
	font-size: 16px;
	font-weight: bold;
	color: #009944;
}
#unit_b .menu_2 ul li a:hover, #unit_b .menu_2 ul .sel a {
	background-color: #009944;
	color: #fff;
	background-image: url('../all_img/org/menu2_arrow_over.png');
}
/*メニュー3*/
#unit_b .menu_3 {
	border: 1px solid #cccccc;
	padding: 4px;
	margin-bottom: 20px;
}
#unit_b .menu_3 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#unit_b .menu_3 p, #unit_b .menu_3 li {
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
}
#unit_b .menu_3 p a, #unit_b .menu_3 li a {
	display: block;
	width: 185px;
	padding: 8px 5px 8px 20px;
	border-top: 1px solid #cccccc;
	background-image: url('../all_img/org/li_01.gif');
	background-repeat: no-repeat;
	background-position: left 10px;
}
#unit_b .menu_3 p a {
	background-color: #aaaaaa;
}
#unit_b .menu_3 p a:hover, #unit_b .menu_3 p.sel a {
	background-color: #999999;
}
#unit_b .menu_3 li a {
	background-color: #dddddd;
}
#unit_b .menu_3 li a:hover, #unit_b .menu_3 ul.sel li.sel_page a {
	background-color: #eeeeee;
}
#unit_b .menu_3 ul.sel li.menu_cate a {
	background-color: #dddddd;
}
#unit_b .menu_3 ul.sel li.menu_cate a:hover, #unit_b .menu_3 ul.sel li.menu_cate_sel a {
	background-color: #eeeeee;
}
#unit_b .menu_3 ul.sel li.menu_cate_sel ul li a {
	background-color: #dddddd;
}
#unit_b .menu_3 ul.sel li.menu_cate_sel ul li a:hover, #unit_b .menu_3 ul.sel li.menu_cate_sel ul.menu_cate_sel li.sel_page a {
	background-color: #eeeeee;
}
#unit_b .menu_3 ul {
	display: none;
}
#unit_b .menu_3 ul.sel, #unit_b .menu_3 ul.sel ul.menu_cate_sel {
	display: block;
}
/*フッターメニュー-------------------------*/
#fmenu {
	clear: both;
	background-color: #F0F3F5;
	margin-top: 32px;
	margin-bottom: 4px;
	padding: 26px 0 20px;
}
#fmenu #fmenu_in {
	width: 960px;
	margin: 0 auto;
}
#fmenu #fmenu_in p {
	margin: 0;
	padding: 0;
}
#fmenu ul {
	margin: 10px 0 0 0;
	padding: 0;
	width: 600px;
	float: left;
	list-style: none;
}
#fmenu ul li {
	display: inline;
	border-right: 1px solid #333;
	padding: 0 16px;
}
#fmenu ul li:first-child {
	padding-left: 0;
}
#fmenu ul li:last-child {
	border-right: none;
}
#fmenu ul li a {
	font-size: 15px;
	color: #333;
	text-decoration: none;
}
#fmenu ul li a:hover {
	text-decoration: underline;
}
#fmenu .totop_btn {
	width: 40px;
	float: right;
}
/*-------------------------*/
/*フッター---------------------------*/
#footer {
	background-color: #F0F3F5;
	padding: 65px 0;
}
#footer_in {
	width: 960px;
	margin: 0 auto;
}
#footer_sub1 {
	width: 320px;
	float: left;
}
#footer_sub2 {
	width: 600px;
	float: right;
}
#footer_sub1 p {
	font-size: 13px;
	line-height: 1.8;
	margin: 0;
}
#footer_sub1 .banner_2 p {
	padding-bottom: 20px;
}
#footer_sub2 address {
	text-align: right;
	font-size: 13px;
	line-height: 1.8;
	margin: 0;
}
#footer_sub1 p strong, #footer_sub2 address strong {
	font-size: 20px;
	font-weight: bold;
}
/*コピーライト*/
#copy_wrapper {
	padding: 100px 0 0 0;
	background-color: #F0F3F5;
	background-image: url("../all_img/org/footer_glass_bg.png");
	background-repeat: repeat-x;
	background-position: top left;
}
#copy {
	background-color: #009944;
}
#copy p {
	width: 1200px;
	margin: 0 auto;
	padding: 40px 0 22px 0;
	font-size: 12px;
	color: #ffffff;
	line-height: 1;
	background-image: url(../all_img/org/footer_bg.png);
	background-repeat: no-repeat;
	background-position: right center;
}
/*サイトマップ---------------------------------------------*/
.site_map {
	margin-bottom: 10px;
}
.site_map a {
	display: block;
	color: #333;
	font-size: 18px;
	text-decoration: none;
}
.site_map a:hover {
	text-decoration: underline;
}
.site_map p {
	margin: 28px 28px 28px 28px;
}
.site_map ul {
	margin: 16px 28px 10px 56px;
	padding: 0;
	list-style: none;
}
.site_map ul li {
	margin: 0;
	padding: 8px 0 5px 29px;
	background-image: url('../all_img/org/site02.gif');
	background-repeat: no-repeat;
	background-position: left center;
}
.site_map ul .layer_1 {
	border-top: 1px dotted #cccccc;
	background-image: url('../all_img/org/site01.gif');
	background-repeat: no-repeat;
	background-position: 0 10px;
	padding-top: 10px;
}
.site_map ul .layer_1 ul li, .site_map ul .layer_2, .site_map ul .layer_2 ul li {
	border: none;
	margin: 0;
}
.site_map ul .layer_2 {
	margin-left: 25px;
}
.site_map .in_page {
	padding-top: 5px;
}
.site_map .in_page li {
	background-image: url('../all_img/org/site03.gif');
	background-repeat: no-repeat;
}
/*---------------------------------------------*/
/*メールフォーム*/
.mail_form {
	padding: 20px;
}
.mail_form .form_label {
	border-top: 1px dotted #cccccc;
	padding: 16px 0 10px;
	font-size: 22px;
}
.mail_form .form_label .mcheck {
	padding: 2px;
	background-color: #dd0000;
	color: #ffffff;
	font-size: 16px;
}
.mail_form .form_label .mcheck:after {
	content: "必須";
}
.mail_form .form_input {}
.mail_form .form_input p {
	color: #ff0000;
	font-size: 16px;
}
.mail_form .form_input input[type=text], .mail_form .form_input textarea {
	font-size: 16px;
	padding: 3px;
	border: 1px solid #bbbbbb;
}
.mail_form .form_input textarea {}
.mail_form .form_input input[type=text]:focus, .mail_form .form_input textarea:focus {
	background-color: #ffffeb;
}
.mail_form .form_button {
	border-top: 1px dotted #cccccc;
	padding: 32px 5px 5px 5px;
	text-align: center;
}
.mail_form .form_button input {
	display: block;
	width: 150px;
	margin: 5px auto;
}
.mail_form .form_button input[type=submit] {
	padding: 10px 0;
	font-weight: bold;
}
/* ニュース＆トピックス一覧 */
#news_topics_sub {}
#news_topics_sub dl {}
#news_topics_sub dt, #news_topics_sub dd {
	padding: 5px;
}
#news_topics_sub dt {
	clear: both;
}
#news_topics_sub dt .topicimage {
	display: none;
}
#news_topics_sub dt .time {
	display: block;
	float: left;
	width: 100px;
}
#news_topics_sub dt .topictitle, #news_topics_sub dd {
	display: block;
	float: right;
	width: 580px;
}
/*インデックスページ--------------------------------------------------*/
#unit_a .index {
	padding: 28px 0 0 0;
}
#unit_a .index ul, #unit_a .index ol {
	margin: 24px 28px 16px 43px;
}
#unit_a .index ul, #unit_a .index ol {
	font-size: 16px;
	line-height: 1.6;
}
/*--------------------------------------------------*/