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

 smart phone setting

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

body {
  -webkit-text-size-adjust:100%; margin:0; padding:0;
  font-family:"Century Gothic",Arial,sans-serif;
  width:100%; position:relative;
  color:#333; background:#fff;
}

/* layout */
#contents { width:100%; }
#mainColumn{ width: 96%; margin: 0 auto;}
#sideColumn{ width: 96%; margin: 30px auto; border-top:1px solid #aaa; padding:30px 2% 0; }

#side_col { border-top:1px dotted #aaa; padding:15px 15px 0; margin:0; background:#fff; }
.no_side #main_col { }

/* headline */
.headline1 { margin:0 0 10px; padding:0 15px; height:36px; line-height:36px; border:1px solid #ccc; border-left:5px solid #adb8bf; font-size:15px; background:url(images/common/headline1.gif) repeat-x left bottom; }
.headline1 h2{
	float: left;
	font-size: 14px;
	padding: 0;
	margin: 0;
}
.archive_btn{
	float: right;
	font-size: 11px;
}
.archive_btn a{
	color: #666;
	text-decoration: none;
	background: none;
}
.archive_btn a:hover{
	background: none;
}
.archive_headline { margin:0 0 20px 0; padding:0 15px; height:36px; line-height:36px; background:#aaa; color:#fff; font-size:14px; }
.headline2 { margin:0 0 10px; padding:0 15px; height:36px; line-height:36px; border:1px solid #ccc; font-size:15px; background:url(images/common/headline1.gif) repeat-x left bottom; }

/* mobile banner */
#mobile_banner_top { padding:15px; text-align:center; background:#fff; }
#mobile_banner_top img { display:block; height:auto; max-width:100%; width:auto; margin:0 auto; }
#mobile_banner_bottom { padding:0 0 15px; text-align:center; }
#mobile_banner_bottom img { display:block; height:auto; max-width:100%; width:auto; margin:0 auto; }



/* ----------------------------------------------------------------------
 index
---------------------------------------------------------------------- */
#slider-wrapper{ margin: 0 0 15px; width:100%; height:auto; overflow:hidden; }
#slider-shadow{ display:none; }
.flexslider .slides img{ width: 100%;}
.slider-bg_0 .flexslider .slides img{ width: auto;}

.top_list li{
	padding: 5px 0;
	background-image: url(images/dot_02.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.top_list li span{
	width: 80px;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
}

.top_banner{
	margin: 0 0 30px;
}
.top_banner img{
	width: 100%;
	height: auto;
}

#top_widget_area .top_widget ul li{
	padding: 5px 0;
	background-image: url(images/dot_02.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#top_widget_area .top_widget ul li:last-child{
	background-image: none;
	padding-bottom: 0;
}
#top_widget_area .top_widget ul li .sub-menu{
	background-image: url(images/dot_02.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 1px;
	margin: 0;
}
#top_widget_area .top_widget ul li .sub-menu li a{
	padding-left: 20px;
}

.top_widget .news_widget_list{
	margin: -10px 0 15px;
}
.top_widget .news_widget_list_link{
	display: none;
}



/* ----------------------------------------------------------------------
 header
---------------------------------------------------------------------- */
#header-wrapper { width:100%; margin-bottom: 15px; }
#header { background:#fff; width:100%; min-height:32px; padding:7px 0; position:relative; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3); }

#header-right{ display:none; }
#description { display:none; }
#header_menu { display:none; }
.search_area { display:none; }

/* logo */
#header-left { margin:5px 0 0 15px; line-height:120%; float:left; font-size:18px; font-weight:normal; width:40%; overflow:hidden; }
#logo_text, #logo_image { }
#logo{ line-height:120%; float:left; font-size:18px; font-weight:normal; margin:0; }
#logo_text a, #logo a { color:#333; text-decoration:none; display:block; }
#logo_text a:hover, #logo a:hover { text-decoration:underline; }
#logo img { display:none; }
#logo a:before { content:attr(data-label); }

/* social link */
#header_menu_area { margin:0; position:absolute; right:80px; top:12px; }
.social_link { margin:0; }
.social_link li { float:left; margin:0 0 0 5px; }
.social_link li a { display:block; width:22px; height:22px; text-decoration:none; text-indent:-9999px; }
.social_link li.rss a { background:url(img/common/icon_rss.png) no-repeat left top; }
.social_link li.twitter a { background:url(img/common/icon_twitter.png) no-repeat left top; }
.social_link li.facebook a { background:url(img/common/icon_facebook.png) no-repeat left top; }
.social_link li a:hover { background-position:left bottom; }

/* news ticker */
#news_ticker { display:none; }

/* global menu */
#global_menu_home{ display:none; }
#header a.menu_button {
   position:absolute; right:15px; margin:0; 
   display:inline-block; font-size:11px; color:#333; padding:0 10px; line-height:30px; text-decoration:none;
   -moz-border-radius:4px; -khtml-border-radius:4px; -webkit-border-radius:4px; border-radius:4px;
   border:1px solid #ccc;
}
#header a.menu_button:hover { background:#222; border:1px solid #222; color:#fff; }
#header a.active { color:#000; background:#aaa; box-shadow:1px 1px 2px rgba(0,0,0,0.2) inset; }

#global_menu { display:none; clear:both; width:100%; margin:0; top:0px; position:relative; box-shadow: 1px 2px 1.5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 1px 2px 1.5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 1px 2px 1.5px rgba(0, 0, 0, 0.1); }
#global_menu ul { margin:0; }
#global_menu a {
	display:block;
	border:1px solid #ccc;
	border-left:none;
	margin:0 0 -1px 0;
	padding:0 10px 0 32px;
	line-height:40px;
	text-decoration:none;
	background:#fff url(images/common/arrow4.png) no-repeat 20px !important;
}
#global_menu a:hover { background-color:#eee !important; color:#333; }
#global_menu .sub-menu a{
	padding-left: 42px;
	background:#fff url(images/common/arrow4.png) no-repeat 30px !important;
}
#global_menu .sub-menu a:hover { background-color:#eee !important; color:#333; }


/* banner */
#header_banner { display:none; }

/* bread crumb */
#bread_crumb_wrapper{
	background-image: url(images/common/bread_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #ccc;
	margin: -15px auto 15px;
	width: 96%;
	padding: 0 2%;
}
#bread_crumb {
	margin:0 auto;
	padding: 10px 0 5px;
}
#bread_crumb li { float:left; font-size:10px; color: #fff; min-height:20px; }
#bread_crumb li a { text-decoration:none; color:#fff; text-decoration:none; background:url(images/common/bread_arrow.png) no-repeat right center; padding-right:10px; margin-right:10px; display:inline-block; }
#bread_crumb li a:hover{ color: #333;}



/* ----------------------------------------------------------------------
 single post page
---------------------------------------------------------------------- */
#single_title { margin:0; }

#post_meta{
	margin-bottom: 20px;
}
#single_meta { margin:0; padding:3px 15px; font-size:10px; overflow:hidden; background:#eee; list-style: none; }
#single_meta li { float:left; padding:8px 0; margin:0 15px 0 0; line-height:100%; }
#single_meta li.post_category { background:url(images/common/icon_category.png) no-repeat left 7px; padding-left:16px; }
#single_meta li.post_tag { background:url(img/common/icon_tag.png) no-repeat left 7px;  padding-left:16px; }
#single_meta li.post_comment { background:url(img/common/icon_comment.png) no-repeat left 7px;  padding-left:18px; }
#single_meta li.post_author { background:url(img/common/icon_author.png) no-repeat left 7px;  padding-left:18px; }

.post .bookmark{
	list-style: none;
	margin: 10px 0 0;
}
.post .bookmark li{
	float: left;
}
.post .bookmark li.social1{
	margin: 0 -190px 0 0;
}
.post .bookmark li.social2{
	margin: 0 -30px 0 0;
}

#news_title { border:1px solid #ccc; overflow:hidden; }
#news_title h2 { margin:0; font-size:16px; background:#ccc; color:#fff; padding:10px 15px; line-height:180%; }
#news_title p { margin:0 15px; font-size:12px; overflow:hidden; }

.post { padding:15px 0 10px; }

.post_image { text-align:center; margin:0 0 15px 0; }

.post img, .page img{
	width: 100%;
	height: auto;
}

/* next page */
#post_pagination { margin:0 0 30px 0; }
#post_pagination h5 { margin:0 10px 0 0; float:left; line-height:30px; font-size:12px; }
#post_pagination a, #post_pagination p { float:left; display:inline-block; background:#eee; margin:0 5px 0 0; width:30px; height:30px; line-height:30px; text-align:center; text-decoration:none; color:#333; -moz-border-radius:3px; -khtml-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; font-size:12px; }
#post_pagination p { background:#999; color:#fff; }
#post_pagination a:hover { background:#333; color:#fff; }

/* bookmark */
.post .bookmark2 { clear:both; float:right; margin:5px 0 0 0; padding:0; list-style-type:none; }
.post .bookmark2 li { background:none; padding:0; float:left; margin:0 0 0 10px; }

/* banner */
#single_banner1 { text-align:center; margin:-5px 0 15px 0; }
#single_banner2 { clear:both; text-align:center; padding:10px 0 10px 0; }

/* author information */
#single_author { margin:0 0 20px; border:1px solid #ccc; padding:15px 15px 2px; -moz-border-radius:4px; -khtml-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; background:#f9f9f9; position:relative; }
#single_author_avatar {  }
#single_author_avatar img { width:70px; height:70px; display:block; border:none; padding:0 0 15px 0; margin:0 auto; float:none; }
#single_author_meta { width:100%; text-align:center; }
#single_author_name { margin:0 0 10px 0; font-size:14px; line-height:160%; }
#single_author_name2 { margin:0; font-size:10px; display:block; }
#single_author_link { color:#333; text-decoration:none; font-size:12px; background:#e8e8e8; padding:5px 25px; -moz-border-radius:20px; -khtml-border-radius:20px; -webkit-border-radius:20px; border-radius:20px; margin:0 auto 15px; display:inline-block; }
#single_author_link:hover { color:#fff; }
#single_author_desc { padding:15px 0 0 0; margin:0; font-size:12px; border-top:1px dotted #ccc; text-align:left; }
#single_author_desc p { margin:0 0 10px 0; }

/* author post */
#single_author_post { margin:0 0 20px 0; }
#single_author_post ul { margin:0; padding:0; background:#f9f9f9; }
#single_author_post li { border:1px solid #ccc; border-top:none; padding:15px; }
#single_author_post ul li li { border:none; padding:0; margin:0 0 7px 0; float:left; font-size:11px; line-height:110%; }
#single_author_post ul li li.date { display:block; margin:0 10px 0 0; padding:0 10px 0 0; border-right:1px solid #ccc; }
#single_author_post .image { float:left; width:30%; margin:0 5% 0 0; }
#single_author_post .image img { width:100%; height:auto; display:block; }
#single_author_post .image:hover img { opacity:0.5; }
#single_author_post .info { float:left; width:65%; margin:0; }
#single_author_post .title { margin:0; padding:0; font-size:13px; line-height:160%; }
#single_author_post .title a { text-decoration:none; display:block; }
#single_author_post .title a:hover { text-decoration:underline; }


/* related post */
#related_post { margin:0 0 20px 0; }
#related_post ul { margin:0; padding:0; }
#related_post li {
	padding: 5px 0;
	background-image: url(images/dot_02.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#related_post .image { float:left; width:30%; margin:0 5% 0 0; }
#related_post .image img { width:100%; height:auto; display:block; }
#related_post .image:hover img { opacity:0.5; }
#related_post .title { float:left; width:65%; margin:0; font-size:13px; line-height:160%; }
#related_post .title a { text-decoration:none; display:block; }
#related_post .title a:hover { text-decoration:underline; }

/* next prev post link */
#previous_next_post { margin:0 0 20px; padding:0; }
#previous_next_post p { margin:0 0 2px 0; }
#previous_next_post a { color:#333; text-decoration:none; line-height:140%; font-size:11px; padding:12px 0; display:block; }
#previous_post a { margin:0; padding-left:7%; padding-right:5%; background:#eee url(images/common/arrow_left.png) no-repeat 3% 13px; }
#next_post a { margin:0; text-align:right; padding-left:5%; padding-right:7%; background:#eee url(images/common/arrow_right.png) no-repeat right 3% top 16px; }
#previous_next_post a:hover { color:#333; }

/* comment box-sizing: content-box;　*/
#comment_header_right { float:none; position:relative; margin:0; }
#comment_header_right li { float:none; }
#comment_header_right li a, #comment_header_right li p { width:50%; margin:0 -2px -1px 0; float:right; }
.comment-meta { margin:0 0 10px 0; }
.comment-meta-left { float:left; width:auto; min-width:150px; }
.comment-content { padding:0; margin:0; }
#submit_comment { width:100%; }
#trackback_url_area input { padding:5px 2%; width:96%; border:none; background:#eee; }



/* ----------------------------------------------------------------------
 archive
---------------------------------------------------------------------- */
.post_list { background:#fff; border:1px solid #ccc; overflow:hidden; margin:0; }
.post_list li { border-bottom:1px dotted #ccc; padding:15px 15px 0; margin-bottom:-1px; }
.post_list ul { overflow:hidden; margin:0 0 5px 0; }
.post_list ul li { border:none; padding:0; margin:0 0 7px 0; float:left; font-size:11px; line-height:110%; }
.post_list ul li.post_date { display:block; margin:0 10px 0 0; padding:0 10px 0 0; border-right:1px solid #ccc; }

.post_list .info { }
.post_list .title { font-size:14px; margin:0 0 10px 0; font-weight:normal; }
.post_list .title a { display:block; }
.post_list .excerpt { font-size:13px; line-height:170%; margin:0 0 18px 0; }
.post_list .link { font-size:12px; display:block; background:url(img/common/arrow1.gif) no-repeat left top; padding:0 0 0 30px; height:13px; line-height:13px; margin:0 0 20px 0; }

.post_list .image img { display:block; margin:0 auto 15px; height:auto; max-width:100%; width:auto; }

.post_list .bookmark { margin:0 0 -10px 0; }
.post_list .bookmark li { border:none; padding:0; margin:0 5px 0 0; height:30px; }
.post_list .bookmark li.social1 { width:140px; }

.date_headline{
	font-size: 16px;
	margin: 20px 0 5px;
}
/* Author page */
#author_post_list #post_list { border-top:none; }
#author_profile_area { border:1px solid #ccc; margin:20px 0; padding:15px 15px 0; -moz-border-radius:4px; -khtml-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; background:#f9f9f9; }
#author_avatar { float:left; width:15%; margin:0 5% 20px 0; }
#author_avatar img { width:100%; height:100%; display:block; border:none; padding:0; }
#author_meta { }
#author_name { float:left; position:relative; width:75%; margin:0; font-size:18px; line-height:160%; }
#author_name2 { margin:0 0 0 15px; font-size:12px; }
#author_desc { clear:both; border-top:1px dotted #aaa; padding:10px 0 0 0; font-size:12px; }

/* Author list page */
#profile_author_list { margin:0; padding:0; }
#profile_author_list li { border:1px solid #ccc; margin:20px 0; padding:15px 15px 0; -moz-border-radius:4px; -khtml-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; background:#f9f9f9; }
.profile_author_avatar { float:left; width:15%; margin:0 5% 20px 0; }
.profile_author_avatar img { width:100%; height:auto; display:block; border:none; padding:0; }
.profile_author_meta_top { float:left; position:relative; width:75%; margin:-2px 0 15px 0; }
.profile_author_name { margin:0 0 6px 0; font-size:16px; line-height:130%; }
.profile_author_name2 { margin:0; font-size:10px; display:block; }
.profile_author_link { color:#333; text-decoration:none; font-size:11px; background:#e8e8e8 url(img/common/arrow_right.png) no-repeat 16px 9px; padding:5px 20px 5px 30px; -moz-border-radius:20px; -khtml-border-radius:20px; -webkit-border-radius:20px; border-radius:20px; }
.profile_author_link:hover { color:#fff; }
.profile_author_desc { clear:both; border-top:1px dotted #aaa; padding:5px 0 0 0; font-size:12px; }
.profile_author_desc p { margin:0 0 10px 0; }

/* page nav */
.page_navi { margin:20px 0; }
.page_navi h4 { font-size:10px; font-weight:normal; margin:0 0 10px 0; color:#888; }
.page_navi ul { margin:0; }
.page_navi li { float:left; }
.page_navi a, .page_navi a:hover, .page_navi span
 { text-decoration:none; color:#fff; font-size:11px; padding:13px 15px; line-height:100%; margin:0 4px 4px 0; background:#999; display:block; -moz-border-radius:3px; -khtml-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; }
.page_navi a:hover { color:#fff; background:#3F7985; text-decoration:none; }
.page_navi span.dots { background:none; }
.page_navi span.current { color:#fff; background:#333; }
.page_navi p.back { margin:0; }
.page_navi p.back a, .page_navi p.back a:hover { display:inline-block; padding: 10px 15px; }

/* 404 not found */
#not_found .search_area { margin:0 0 20px 0; }
#not_found #search_input { float:left; margin:0 5px 0 0; border:1px solid #ccc; background:#f2f2f2; width:260px; height:33px; position:relative; padding:0 10px; box-shadow:2px 2px 3px 0px #ddd inset; }
#not_found .back { margin:0; line-height:100%; }
#not_found .back a { background:url(img/common/arrow1.gif) no-repeat left; padding:0 0 0 28px; }



/* ----------------------------------------------------------------------
 side
---------------------------------------------------------------------- */
/* search */
.widget_search #search-box, .widget_search #s { width:65%; margin:0 0px 5px 0; }
.widget_search #search-btn input, .widget_search #searchsubmit { width:25%; }



/* ----------------------------------------------------------------------
 footer
---------------------------------------------------------------------- */

/* footer logo */
#footer_logo { display:none; }
#footer_logo_text { display:none; }
#footer_description { display:none; }

/* widget area */
#footer_widget_wrap { padding:15px; background:#f2f2f2; }
#footer_widget { margin:0; }
.footer_widget { margin:0 0 30px 0; font-size:11px; }
.footer_widget:last-child { margin:0; }
.footer_headline { font-size:14px; border-bottom:1px solid #aaa; padding:0 0 7px 0; margin:0 0 12px 0; }
.footer_widget ul { margin:0; }
.footer_widget li ul { margin:10px 0 0 0; }
.footer_widget li { line-height:170%; margin:0 0 10px 0; padding:0 0 0 9px; background:url(img/common/bullet1.gif) no-repeat left 8px; }
.footer_widget a { }
.footer_widget img { height:auto; max-width:100%; width:100%; }

.footer_widget .news_widget_list{
	margin: 0;
}
.footer_widget a.news_widget_list_link{
	display: none;
}


/* footer menu */
#footer_menu_area { background:#f2f2f2; border-top:4px solid #222; }
#footer_menu { }
#footer_menu ul { margin:0; padding:0; font-size:12px; overflow:hidden; }
#footer_menu li { margin:0; padding:0; }
#footer_menu li a { text-decoration:none; display:block; border-bottom:1px dotted #bbb; padding:12px 15px; margin:0 0 -1px 0; }
#footer_menu li a:hover { background:#ddd; color:#333; }

/* social link */
#footer_social_link { display:none; }

/* copyright */
#copyright { width:94%; color:#ccc; font-size:11px; background:#000; margin:0; line-height:100%; padding:25px 3%; }
#copyright a { text-decoration:none; color:#ccc; }
#copyright a:hover { text-decoration:underline; }

#return_top { position:absolute; bottom:8px; right:10px; display:block; text-indent:100%; overflow:hidden; white-space:nowrap; width:44px; height:44px; margin:0; padding:0; background:#666 url(images/common/pagetop.png) no-repeat center; -moz-border-radius:4px; -khtml-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; }
#return_top:hover { background-color:#333d53; }





/************************************************************

追加 DD

************************************************************/
body{
	background: #085886;
}

img{
	max-width: 100%;
	height: auto;
}
p{
	line-height: 1.6;
}

/*------------------------------------------------------------
header
------------------------------------------------------------*/
img.sub_logo{
	padding-bottom: 1.0em;
	padding-right: 1.0em;
}
/* ロゴ表示 */
#logo a:before{
  display: none;
}
#logo img {
  display: block;
}
#header-left{
  width: 20%;
}
#header_summary{
  display: none;
}
#header a.menu_button{
  top:1.0em;
}
#header-wrapper{
	margin-bottom: 1px;
}

/*------------------------------------------------------------グローバルメニュー*/
/*
#global_menu_wrap{
	background: #085886 !important;
}
#global_menu a{
	background: #085886 url(images/common/arrow4.png) no-repeat 20px !important;
}
#global_menu ul{
	width: auto;
}
#wrapper-light #global_menu ul{
	background: transparent;
}
#wrapper-light #global_menu li a{
	background: transparent;
	color: #fff;
}
#wrapper-light #global_menu li.b2b{
	width: 280px !important;
}
#wrapper-light #global_menu li a:hover{
	color: #ffea77;
}
*/

/*------------------------------------------------------------
side
------------------------------------------------------------*/
#side_btn_mail{
	position: fixed;
	bottom: 0.5em;
	right: 0.5em;
	z-index: 999;
}

#side_btn_tel{
	position: fixed;
	bottom: 0.5em;
	left: 0.5em;
	z-index: 999;
}

#side_btn01{
	position: fixed;
	bottom: 0.6em;
	left: 50%;
	-webkit-transform: translateX(-50%);
  transform: translateX(-50%);
	z-index: 999;
}


/*------------------------------------------------------------
footer
------------------------------------------------------------*/
#footer-wrapper{
	background: transparent;
}
#footer,
#footer_widget_wrap{
	display: none;
}
#contents_footer_inner,
#contents_footer_inner *{
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#contents_footer_inner{
  padding: 9px 1.0em 1.0em;
  margin: 0 auto;
  text-align: center;
  background: #fff;
  width: 100%;
}
#contents_footer {
    background: url(./images/footer_bg.png) left top repeat-x;
    height: auto;
}
#side_btn{
	position: fixed;
	top: 3.0em;
	right: 0;
	z-index: 999;
	display: none !important;
}
#footer_nav{
	padding: 0;
}
#menu-footer_nav li{
	display: block;
	border-bottom: dashed 1px #125c84;
	padding: 0;
}
#menu-footer_nav li a{
	padding: 1.0em;
	display: block;
	text-align: left;
}
#footer_copr{
	padding-bottom: 50px;
	background: #000;
}
#return_top{
	bottom: 60px;
}
/*------------------------------------------------------------
top
------------------------------------------------------------*/

#slider-wrapper{
	height: auto;
	background: #E7F5FE;
}
.flexslider{
	padding-top: 1.0em !important;
	padding-bottom: 1.0em !important;
}
.slider-bg_0 .flexslider .slides img{
	width: 95%;
}

.one-column.layout1 #mainColumn{
	width: 96%;
	margin: 0 auto;
}
#top_topics{
	margin-bottom: 2.0em;
	background: #fff;
}
#top_topics h2{
	background: #0A3247;
	color: #fff;
	font-weight: normal;
	width: 100%;
	padding: 1.0em 0;
	font-size: 1.0em;
	text-align: center;
	display: block;
	margin: 0;
}
#top_topics ul.top_list{
	display: block;
	margin: 0;
}
#top_topics ul.top_list li{
	height: auto;
	line-height: 1.6;
	padding: 1.0em ;
}
#top_topics ul.top_list li span{
	width: auto;
	display: block;
}
#top_topics .archive_btn{
	display: block;
	float: none;
	margin: 0.5em auto;
	text-align: center;
}
#top_topics .archive_btn a{
	text-decoration: none;
	color: #0A3247;
	border: solid 1px #085886;
	padding: 0.5em 1.0em;
	margin: 1.0em auto;
	width: 6.0em;
	text-align: center;
	display: block;
}
#top_topics .archive_btn a:hover{
	opacity: 0.7;
}

/*------------------------------------------------------------コンテンツ*/
.block_style {
	padding: 1.0em 1.0em 2.0em;
	background: #fff;
	margin-bottom: 2.0em;
}
.block_style h2{
	text-align: center;
	color: #085886;
	font-size: 1.8em;
	font-weight: normal;
}
.block_style h2 i{
	margin-right: 0.25em;
}
.block_style h3{
	text-align: center;
	color: #7EA426;
	font-size: 1.2em;
}
.block_style .block_body{
	padding: 1.0em;
	background: #eee;
}
.block_style .block_body p:last-child{
	margin-bottom: 0;
}

/* 3カラム */
.block_style .column3,
.block_style .column3 *{
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.block_style .column3{
	margin: 0;
	padding: 0;
}
.block_style .column3 li{
	width: 100%;
	margin-right: 0;
	margin-bottom: 1.0em;
	background: #eee;
	padding: 2%;
	float: none;
}
.block_style .column3 li:nth-child(3n){
	margin-right: 0;
}
.block_style .column3 li img{
	display: block;
	margin: 1.0em auto;
}

/* 2カラム */
.block_style .column2,
.block_style .column2 *{
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.block_style .column2{
	margin: 0;
	padding: 0;
}
.block_style .column2 li{
	width: 100%;
	margin:0 0 1.0em;
	background: #eee;
	padding: 2%;
	float: none;
}
.block_style .column2 li:nth-child(even){
	margin-right: 0;
}
.block_style .column2 li img{
	display: block;
	margin: 1.0em auto;
}

/* 流れ */
.block_style .flow li img.arrow{
	display: block;
	margin: 1.0em auto;
}
.block_style .flow li div.flow_box{
	background: #eee;
	padding: 2.0em;
	margin: 2.0em 0 0;
}
.block_style .flow li div.flow_box img{
	float: none;
	display: block;
	margin: 0.5em auto;
}
.block_style .flow li div.flow_box h3{
	text-align: center;
	margin: 0 0 0.5em;
}
.block_style .flow li div.flow_box p{
	line-height: 1.6;
	margin-bottom: 0;
}
.block_style .flow li div.flow_box .box_inner{
	width: 100%;
	float: none;
}

.morebtn{
	display: block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #cccccc;
	border-bottom: solid 3px #bbb;
	text-align: center;
	padding: 1.0em;
}
.morebtn i{
	margin-right: 0.5em;
}
.morebtn:hover{
	opacity: 0.7;
}
p.honbun,
div.honbun{
	display: none;
}

.index_bnr{
	display: block;
}
.index_bnr.bt_recruit{
	display: block;
}

/*------------------------------------------------------------トピックパス*/
#bread_crumb_wrapper{
  margin: 0 auto 15px;
  display: none;
}

/*------------------------------------------------------------
記事
------------------------------------------------------------*/
.layout1 #mainColumn{
	width: 100%;
}
#post-wrapper,
#post-wrapper *{
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#post-wrapper,
#post-wrapper *{
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
#post-wrapper{
	width: 96%;
  margin: 0.5em auto;
  padding: 2%;
}
.post{
	width: 100%;
}
#mainColumn .headline2{
	background: #eee;
	border-top: none !important;
  height: auto;
  line-height: 1.6;
  padding: 2.5em 0.9em 0.5em;
  font-size: 2.0em;
}

/*------------------------------------------------------------
固定ページ
------------------------------------------------------------*/
#page-wrapper,
#page-wrapper *{
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
#page-wrapper{
  width: 100%;
  background: #fff;
  padding: 0;
}


/*------------------------------------------------------------
フォーム
------------------------------------------------------------*/
.mw_wp_form table,
.mw_wp_form table *{
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.mwform-tel-field input{
	width: 29% !important;
}
.mw_wp_form table{
	table-layout: fixed;
}
.mw_wp_form input{
  font-size: 1.4em;
  margin-bottom: 0;
  max-width: 100%;
}
.mw_wp_form select{
  font-size: 1.2em;
}
.mw_wp_form textarea{
  width: 100%;
  min-height: 200px;
}
.mw_wp_form th{
  white-space: nowrap;
  max-width: none;
  display: block;
}
.mw_wp_form td{
  font-size: 1.2em;
  display: block;
}
.mw_wp_form input[type="submit"]{
  color: #ffffff;
  padding: 1em;
  display: block;
  width: 100%;
  font-size: 1.4em;
  cursor: pointer;
  background: #008ac8;

}
.mw_wp_form input[type="submit"]:hover{
  opacity: 0.7;
}
.mw_wp_form input[type="submit"].modoru{
  color: #ffffff;
  padding: 1em;
  display: block;
  width: 100%;
  font-size: 1.4em;
  cursor: pointer;
  background: #666666;
}
 input[type="submit"].modoru:hover{
  opacity: 0.7;
}
div.mw_wp_form.contact-form table th{

}
div.mw_wp_formcontact-form table{
  border: solid 1px #ccc;
}



/************************************************************

求人LP

*************************************************************/

.recruit .block_style .block_body div.alignleft,
.recruit .block_style .block_body .alignright{
	float: none;
	width: auto;
}

.recruit .block_style .block_body img.alignright{
	margin-bottom: 1.0em;
}

.recruit #contents{
	width: 96%;
	margin: 1.0em auto;
}
.recruit .merit_list,
.recruit .merit_list *{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.recruit .merit_list,
.recruit .recommendlist{
	-webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;

}
.recruit .merit_list li,
.recruit .recommendlist li,
.recruit #staff .work_flow li{
	width: 100%;
	margin-right: 0;
	margin-bottom: 2%;
}
.recruit .block_style .block_body{
	padding: 0;
}
.recruit .block_style .block_body .block_body{
	padding: 1.0em;
}

/* table
------------------------------------------------------------*/
.recruit table,
.recruit table *{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.recruit table{
	table-layout: fixed;
}
.recruit table th,
.recruit table td{
	width: 100%;
	height: auto !important;
	display: block;
}
.recruit .block_style .innerbox .block_body{
	padding: 1.0em;
}
.recruit #page-wrapper{
	padding: 0;
}
.recruit .block_style h2{
	background: #fff;
}
.recruit #footer_copr{
	padding-bottom: 0;
}
.recruit .morebtn{
	margin-top: 2.0em;
	margin-bottom: 1.0em;
}
.recruit .block_body p[align="center"]{
	text-align: left;
}
.recruit #side_btn_sp{
	position: fixed;
	left: 1.0em;
	bottom: 1.0em;
	width: 18vw;
}

/* トップeco
------------------------------------------------------------*/
.column2_style li{
  width: 100%;
}


/* att_block
------------------------------------------------------------*/
.att_block p{
  text-align: left !important;
}



/*************************************************************

ADD

**************************************************************/

/*------------------------------------------------------------
Common
------------------------------------------------------------*/
body{
	background: #fff;
	font-size: 13px;
}

#wrapper-light{
	width: 100%;
	overflow-x: hidden;
}

/* Btn
------------------------------------------------------------*/
.more_btn{
	text-align: center;
}


/* Table
------------------------------------------------------------*/
.post_content table{
	table-layout: fixed;
}
.post_content table th,
.post_content table td{
	width: 100% !important;
	height: auto !important;
	display: block;
	border: none;
}

/* Column
------------------------------------------------------------*/
.column li{
  width: 49%;
}
.column li:nth-of-type(even){
	margin-right: 0;
}



/*------------------------------------------------------------
Header
------------------------------------------------------------*/
/*
#global_menu a{
	background: #333 url(images/common/arrow4.png) no-repeat 20px !important;
}
*/

#header a.menu_button{
	border: none;
	font-size: 14px;
	top: 1.3em;
}
#header a.menu_button:before{
	content: "\f0c9";
	font-family: FontAwesome;
	margin-right: 0.5em;
}
#header-inner{
  padding: 5px 0;
}

#header-catch{
	position: absolute;
	top: 1.3em;
	left: 26%;
	width: 21.2%;
}

/* Logo
------------------------------------------------------------*/
#header-left{
	width: 50%;
}



/*------------------------------------------------------------
Footer
------------------------------------------------------------*/
#footer_nav{
	background: #333;
}
#menu-footer_nav li{
	border-bottom: dashed 1px #555;
}


/* Footer Logo
------------------------------------------------------------*/
#footer-menu #footer-logo img{
	width: 50%;
}



/* Footer Btn List
------------------------------------------------------------*/
#footer-btn-menu,
#footer-btn-menu *{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#footer-btn-menu{
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	padding: 0.5em;
	background: rgba(0,0,0,0.2);
}

#footer-btn-menu ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 0;
}
#footer-btn-menu ul li{
	width: 49%;
	margin-bottom: 0;
}
#footer-btn-menu ul li a{
	display: block;
	text-decoration: none;
	font-weight: normal;
	text-align: center;
	color: #fff;
	padding: 0.5em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#footer-btn-menu ul li:nth-of-type(odd) a{
	background: #4f525d;
}
#footer-btn-menu ul li:nth-of-type(even) a{
	background: #008ac8;
}
#footer-btn-menu ul li a i{
	margin-right: 0.25em;
}



/* Footer Menu
------------------------------------------------------------*/
#footer-menu-wrap{
	border-top: solid 1px #ddd;
	padding-top: 3.0em;
}
#footer-menu{
	text-align: center;
}
#footer-menu #footer-logo{
	margin-bottom: 2.0em;
}
#footer-menu ul li{
	margin-bottom: 1.0em;
}
#footer-menu ul li a{
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
}


/* Copyright
------------------------------------------------------------*/
#footer_copr{
	background: #fff;
}
#copyright{
	background: #fff;
	color: #111;
}
#copyright a{
	color: #111;
}


/*------------------------------------------------------------
TOP
------------------------------------------------------------*/

.block_style h2{
	color: #1E272E;
}
.block_style h3{
	color: #05C46B;
}

/* Slider
------------------------------------------------------------*/
#slider-wrapper{
background: #E8ECF0;
}

/* KV
------------------------------------------------------------*/
#key-visual{
	background: #eee;
	padding: 1.0em;
}
#key-visual #key-visual-logo{
	display: block;
	margin: 1.0em auto;
	width: 30%;
	max-width: 179px;
}
#key-visual-catch{
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
#key-visual-catch li{
	margin-bottom: 1.0em;
	font-size: 1.2em;
	text-align: center;
}
#key-visual-catch li span{
	color: #0079BE;
}
#key-visual-catch li p{
	display: block;
}
#key-visual-catch li:nth-of-type(2) p,
#key-visual-catch li:nth-of-type(3) p{
  margin-left: 0em;
}
#key-visual-catch li:nth-of-type(3){
	margin-bottom: 0;
}

/* KV 02
------------------------------------------------------------*/
#index-kv{
	text-align: center;
	padding: 2.0em 0 0;
}
#index-kv #index-kv-logo{
	width: 30%;
	max-width: 179px;
}
#index-kv #index-kv-body{
	width: calc(100% - 60px);
	margin: 2.0em auto;
}
#index-kv #index-kv-body img{
	width: 80%;
	max-width: 260px;
	margin-bottom: 1.0em;
}
#index-kv #index-kv-body p{
	line-height: 1.8;
}
#index-kv #index-kv-body p b{
	font-weight: normal;
	font-size: 1.4em;
}
#index-kv-picture{
  margin: 1.2em 0 3em;
}
.index-kv-text{
	text-align: left;
}


/* Block
------------------------------------------------------------*/
.index-block{
	width: calc(100% - 60px);
	margin-right: auto;
	margin-left: auto;
}
.index-block p{
	line-height: 1.8;
}
.index-block h2.en_font{
	font-size: 2.2em;
	letter-spacing: 5px;
}
.index-block h2.en_font small{
	letter-spacing: 0;
}
.index-block h3{
	font-size: 1.4em;
	margin-bottom: 15px;
}
.index-block.aligncenter{
	text-align: left;
}
.index-block.aligncenter .en_font{
	text-align: center;
}

#review .picture{
	text-align: center;
}

#enjoy .picture{
	text-align: center;
}

/* Center Cancel */
.index-block.aligncenter p br{
	/* display: none; */
}

/* List
------------------------------------------------------------*/
.spec-list li,
.service-menu li{
	text-align: center;
	margin-bottom: 4.0em;
}
.spae-list li:last-of-type,
.service-menu li:last-of-type{
	margin-bottom: 0;
}

.service-menu li p{
	margin-top: 0.5em;
}
.index-block .service-menu li p br{
	display: block;
}
.enjoy-list{
  flex-wrap: wrap;
}
.enjoy-list li{
  width: 100%;
  margin-bottom: 10.0em;
}



/* Contact
------------------------------------------------------------*/
#contact_block th,
#contact_block td{
	border: none;
}
#contact_block td{
	padding-top: 1.0em;
	padding-bottom: 1.0em;
}



/*------------------------------------------------------------
Topic Path
------------------------------------------------------------*/
#bread_crumb_wrapper{
	background: #fff !important;
}
#bread_crumb li,
#bread_crumb li a{
	color: #333;
}


/*------------------------------------------------------------
Page
------------------------------------------------------------*/
#mainColumn .headline2{
	 background: transparent;
	 border: none;
	 font-size: 2.0em;
   letter-spacing: 5px;
   padding-bottom: 2.5em;
   font-weight: bold;
}
#page-wrapper{
	width: calc(100% - 60px);
  margin-right: auto;
  margin-left: auto;
}
.post img,
.page img{
	width: auto;
}
.page ul.spec-list{
	margin-left: 0;
	list-style: none;
}

#page-wrapper .index-block{
	width: 100%;
}
#page-wrapper .index-block:first-of-type{
	padding-top: 0;
}

.index-block .aligncenter.sp_center{
	text-align: center;
}

/* Business
------------------------------------------------------------*/
.index-block .biz-logo{
	max-width: 120px;
}

/* Fun */
.boco-list li{
	margin-bottom: 2.0em;
}
.enjoy-block p.aligncenter{
	text-align: left;
}


/* Plan
------------------------------------------------------------*/
.product-list li{
	width: 100%;
	margin-right: 0;
	margin-bottom: 4.0em;
}


