@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.4;
  transition: .3s ease-in-out;
}
/*リンクにアニメーション*/
a:hover {
  transition: .3s 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, h2, h3, h4, h5, h6 {
  margin: 0 0 18px 0;
}
h1 {
  background-image: url("../all_img/org/h1_bg.png");
  background-repeat: repeat-x;
  background-position: left bottom;
  background-color: #3B4043;
  color: #ffffff;
  padding: 36px 20px 32px 28px;
  border-bottom: 5px solid #fff;
  clear: both;
  font-size: 36px;
}
h2 {
  clear: both;
  border-bottom: 4px solid #3B4043;
  padding: 24px 86px 16px 28px;
  background-image: url("../all_img/org/h2_bg.png");
  background-repeat: repeat-x;
  background-position: left bottom;
  font-size: 30px;
}
h3 {
  clear: both;
  border-bottom: 2px solid #3B4043;
  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 #3B4043;
  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 #3B4043;
  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, td {
  padding: 8px;
}
th {
  background-color: #eeeeee;
}
hr {
  border: 0;
  border-bottom: 1px dashed #cccccc;
  background: #ffffff;
  margin-bottom: 10px;
}
/*ページスタイル設定
※各レイアウトブロックごとに外側から(または上から)設定*/
#bg {
}
#bg_in {
}
/*ヘッダー*/
#header {
  padding: 0 0 4px 0;
	border-bottom: 1px solid #333;
}
#header_in {
  max-width: 1000px;
  margin: 0 auto;
}
#header #siteid {
  width: 173px;
  float: left;
  padding: 20px 0 8px 0;
}
#header #siteid h1, #header #siteid p {
  margin: 0;
  padding: 0;
  width: 251px;
}
#header #siteid h1, #header #siteid p a {
  display: block;
  background-repeat: no-repeat;
  background-color: transparent;
  color: #555555;
  width: 173px;
  height: 64px;
  margin: 0;
  padding: 0;
  border: none;
  text-indent: -55555em;
}
#header #siteid #site_logo {
  width: 173px;
  float: left;
}
/*ヘッダーフッターメニュー--------------------------*/
.menu_5 {
}
.menu_5 ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}
.menu_5 ul li {
  display: inline;
  margin: 0;
  padding: 0 0 0 30px;
}
.menu_5 ul li a {
  color: #333;
  text-decoration: none;
  font-size: 16px;
}
.menu_5 ul li a:hover {
  text-decoration: underline;
}
/*グローバルメニュー*/
#gmenu {
  
}
#gmenu ul {
  width: 800px;
  margin: 34px 0 0 0 ;
  padding: 0 ;
	float: right;
  list-style: none;
}
#gmenu ul li {
  margin: 0;
  padding: 0;
  width: 200px;
  float: left;
}
#gmenu ul li a {
  display: block;
  padding: 18px 0 12px 0;
  color: #333;
  /*font-weight: bold;*/
  text-decoration: none;
  text-align: center;
  font-size: 20px;
}
#gmenu ul li a:hover {
  /*text-decoration: underline;*/
	color: #fff;
  background-color: #999;
}
/*メインイメージ・メッセージ-------------------------------*/
#main_image {
  margin: 0 0 0 0;
  /*overflow: hidden;
  height: 400px;
  max-height: 400px;*/
  position: relative;
}
#main_image ul,
#main_image p {
  list-style: none;
  margin: 0;
  padding: 0;
}
#main_image ul li {
  margin: 0;
  padding: 0;
}
#main_image img {
  width: 100%!important;
  height: auto!important;
  min-width: 1000px!important;
}
/*#main_msg {
  width: 600px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 20px;
  background-color: rgba(0,0,0,0.20);
}
#main_msg h2, #main_msg p {
  padding: 0;
  color: #fff;
  border: 0;
  background-image: none;
  font-family: 'Noto Sans JP', sans-serif;
  text-align: center;
  text-shadow: 1px 1px 3px #333;
}
#main_msg h2 {
  margin: 0 0 4px 0;
  font-size: 54px;
}
#main_msg p {
  margin: 0;
  font-size: 20px;
}*/
/*-------------------------------*/

/*トップページコンテンツ-------------------------------*/
#top_content {
  width: 1000px;
  margin: 115px auto 0;
  position: relative;
}
#top_content .top_topic h2 {
	border: 0;
	background: none;
	margin: 0 0 32px 0;
	padding: 0;
	text-align: center;
}
#top_content #topic01,
#top_content #topic02 {
	min-height: 450px;
}
#top_content #topic01 {
	background-image: url("../all_img/org/topic01_bg.jpg");
	background-repeat: no-repeat;
}
#top_content #topic02 {
	margin: 57px 0 0 0;
	background-image: url("../all_img/org/topic02_bg.jpg");
	background-repeat: no-repeat;
	background-position: top right;
}
#top_content .top_topic .top_topic_content {
	
}
#top_content .top_topic .top_topic_content p {
	margin: 0 0 44px 0;
	text-align: center;
	font-size: 1rem;
	line-height: 1.6;
}
#top_content .top_topic .top_topic_content ul {
	width: 640px;
	margin: 0 auto;
	list-style: none;
	display: flex;
	justify-content: space-around;
}
#top_content .top_topic .top_topic_content ul li {
	width: 288px;
}
#top_content .top_topic .top_topic_content ul li a {
	display: block;
	background-color: #fff;
	border: 1px solid #333;
	border-radius: 4px;
	padding: 14px 0 12px;
	text-align: center;
	font-size: 1.125rem;
	color: #333;
	text-decoration: none;
}
#top_content .top_topic .top_topic_content ul li a:hover {
	background-color: #555;
	color: #fff;
}
/*ニュース＆トピックス*/
#news_topics {
  margin: 160px 0 190px 0;
}
#news_topics div {
  position: relative;
}
#news_topics div div {
	border-bottom: 1px dashed #333;
}
#news_topics div div:last-child {
	border-bottom: 0;
}
#news_topics .news_topics_1 {
	border: 1px solid #333;
  padding: 12px 0 0;
}
#news_topics h2 {
	border: 0;
	background: none;
	margin: 0 0 32px 0;
	padding: 0;
	text-align: center;
}
#news_topics .news_topics_1 h2 {
	display: none;
}
#news_topics dl {
  clear: both;
}
#news_topics dl dt {
  margin: 0 0 0 0;
  padding: 14px 0 0 108px;
  border-top: 1px solid #999;
  background-repeat: no-repeat;
  background-position: 50px 19px;
}
#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 30px 10px 118px;
  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: 90px auto 0;
  width: 912px;
}
#primary_section h2 {
  margin: 0 0 26px 0;
  padding: 0;
  background-image: none;
  text-align: center;
  font-size: 24px;
  color: #555;
  border: 0;
}
.section_box {
  width: 288px;
  float: left;
	margin-bottom: 50px;
}
.box01, .box02 {
  margin-right: 24px;
}
#primary_section .section_box h3 {
  margin: 0;
  padding: 15px 0 0 0;
  line-height: 1;
  text-align: center;
  font-size: 24px;
  color: #333;
  border: 0;
  /*background-color: #F0F3F5;*/
  background-image: none;
}
#primary_section .section_box h3 a {
	font-size: 1.125rem;
	font-weight: normal;
  color: #333;
  text-decoration: none;
}
#primary_section .section_box h3 a:hover {
  text-decoration: underline;
}
#primary_section .section_box p {
  margin: 0;
}
#primary_section .section_box h3+p {
  margin: 16px 0 0 0;
  padding: 0;
  font-size: 12px;
  line-height: 1.7;
  color: #6f7579;
}
/*-------------------------------*/
#secondary_section {
  width: 720px;
  margin: 100px auto 0;
}
#secondary_section .s_section_box {
  position: relative;
  margin: 0 0 20px 0;
  background-color: #F0F3F5;
  height: 160px;
  overflow: hidden;
}
#secondary_section .s_section_box h2 {
  width: 300px;
  /*float: left;*/
  margin: 0;
  padding: 35px 30px 10px 30px;
  font-size: 24px;
  color: #555;
  border: 0;
}
#secondary_section .s_section_box h2 a {
  color: #555;
  text-decoration: none;
}
#secondary_section .s_section_box h2 a:hover {
  color: #888;
  text-decoration: underline;
}
#secondary_section .s_section_box p {
  clear: none;
}
#secondary_section .s_section_box h2+p {
  width: 300px;
  /*float: left;*/
  margin: 0;
  padding: 6px 30px 5px 30px;
  font-size: 12px;
  line-height: 1.6;
  color: #6f7579;
}
#secondary_section .s_section_box p:last-child {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  width: 360px;
  height: 160px;
}
/*サブページ-------------------------------*/
/*-------------------------------*/
#wrap {
  width: 1000px;
  margin: 0 auto;
  background-color: #ffffff;
}
#wrap_in {
  margin-bottom: 70px;
}
/*パンくず*/
#pankuzu {
  position: absolute;
  top: -60px;
}
#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;
  padding-top: 100px;
}
/*サブページコンテンツ unit_a-----------------------------------------------*/
#unit_a {
  position: relative;
  width: 750px;
  min-height: 800px;
  float: right;
  padding-bottom: 40px;
}
#unit_a #contents_0 {
}
#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;*/
}
#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: 230px;
  float: left;
}
/*メニュー2*/
#unit_b .menu_2 {
  border: 1px solid #3B4043;
  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: #3B4043;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}
#unit_b .menu_2 p a:hover {
  background-color: #fff;
  color: #3B4043;
}
#unit_b .menu_2 ul li a {
  font-size: 16px;
  font-weight: bold;
  color: #3B4043;
}
#unit_b .menu_2 ul li a:hover, #unit_b .menu_2 ul .sel a {
  background-color: #3B4043;
  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;
  padding: 0 0 12px 0;/*background-color: #F0F3F5;
	margin-top: 32px;
	margin-bottom: 4px;
	padding: 26px 0 20px;*/
}
#fmenu #fmenu_in {
  width: 1000px;
  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-image: url("../all_img/org/footer_bg.png");
  background-repeat: repeat-x;
  background-position: left top;
  background-color: #3B4043;
  padding: 44px 0 54px 0;
}
#footer_in {
  width: 1000px;
  margin: 0 auto;
}
#footer_sub1 {
  width: 300px;
  float: right;
  position: relative;
}
#footer_sub2 {
  width: 240px;
  float: left;
	margin-top: 170px;
}
#footer_sub1 ul {
  list-style: none;
}
#footer_sub1 ul li {
  /*display: inline;
  margin-left: 50px;*/
	text-align: right;
}
#footer_sub1 ul li:first-child {
  margin-left: 0;
}
#footer_sub1 ul li a {
  color: #fff;
	line-height: 1.8;
  text-decoration: none;
}
#footer_sub1 ul li a:hover {
  text-decoration: underline;
}
#footer_sub2 address {
  color: #fff;
  font-size: 13px;
  line-height: 1.4;
  margin: 0;
}
#footer_sub2 address strong {
	display: block;
	margin-bottom: 12px;
  font-size: 20px;
  font-weight: bold;
	line-height: 1.2;
}
/*コピーライト*/
#copy {
/*background-color: #3B4043;*/
}
#copy p {
  /*width: 1200px;*/
  margin: 0;
  padding: 36px 0 18px;
  text-align: center;
  font-size: 12px;
  /*color: #ffffff;*/
  line-height: 1;
}
/*サイトマップ---------------------------------------------*/
.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 top;
}
.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: 28px 0 0 0;
}
.mail_form .form_label {
  clear: both;
  width: 184px;
  padding: 8px 5px 5px 28px;
  border-top: 1px dotted #cccccc;
  border-right: 3px solid #cccccc;
  float: left;
}
.mail_form .form_label .mcheck {
  padding: 2px;
  background-color: #dd0000;
  color: #ffffff;
  font-size: 80%;
}
.mail_form .form_label .mcheck:after {
  content: "必須";
}
.mail_form .form_input {
  width: 470px;
  padding: 8px 5px 5px 5px;
  border-top: 1px dotted #cccccc;
  float: left;
}
.mail_form .form_input p {
  color: #ff0000;
  font-size: 80%;
}
.mail_form .form_input input[type=text], .mail_form .form_input textarea {
  font-size: 110%;
  padding: 3px;
  border: 1px solid #bbbbbb;
}
.mail_form .form_input textarea {
  width: 465px;
}
.mail_form .form_input input[type=text]:focus, .mail_form .form_input textarea:focus {
  background-color: #ffffeb;
}
.mail_form .form_button {
  clear: both;
  border-top: 1px dotted #cccccc;
  padding: 32px 5px 5px 5px;
  text-align: center;
}
.mail_form .form_button input {
  display: block;
  width: 150px;
  margin: 0 0 10px 275px;
}
.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;
}





/*--------------------------------------------------*/
