@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
/* ----------------------------------------------------------------------

 pc style setting

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

a img{
	-webkit-transition-property:opacity; -webkit-transition-duration:0.4s; -webkit-transition-timing-function:ease; -moz-transition-property:opacity; -moz-transition-duration:0.4s; -moz-transition-timing-function:ease; -o-transition-property:opacity; -o-transition-duration:0.4s; -o-transition-timing-function:ease;
	-moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
a:hover img{
	opacity:0.5;
}

body { margin:0; padding:0; background:#fff;
       font-family: Usual, 'Noto Sans JP', sans-serif;
       color:#333; }

/* layout */
#header-wrapper{
	width: 100%;
}

#wrapper-light #header-wrapper{
	background-image: url(images/head_bg_light.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	position: fixed;
	top:0;
	left: 0;
	z-index: 999;
}
#wrapper-dark #header-wrapper{
	background-image: url(images/head_bg_dark.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#header{
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	width: 100%;
	height: 80px;
}
#header-inner{
	width: 1100px;
	margin: 0 auto;
	height: 80px;
	position: relative;
}

#contents{
	width: 1100px;
	margin: 0 auto 20px;　/* 0 auto 85px;編集*/
}

.layout1 #mainColumn{
	width: 760px;
	float: left;
}
.layout1 #sideColumn{
	width: 300px;
	float: right;
}

.layout2 #mainColumn{
	width: 760px;
	float: right;
}
.layout2 #sideColumn{
	width: 300px;
	float: left;
}

.page h4 { font-size:140%; line-height:2.2; }

/* no side */
.page-template-page-noside-php #global_menu { width:950px; }
.page-template-page-noside-php #contents { width:950px; }
.page-template-page-noside-php #left_col { float:none; width:950px; }

/* headline */
.headline1 { margin:0; padding:0px 0 0 20px; height:43px; line-height: 43px; border:1px solid #ccc; border-left:5px solid #ccc; font-size:20px; background:url(images/headline_bg.jpg) repeat-x left bottom; }
.headline1 h2 { font-size: 14px; font-weight: bold; color: #000; display: inline-block; float: left; width: 604px; margin: 0;}
.headline1 .archive_btn a{ display: block; float: right; width: 130px; height: 43px; text-align: center; text-decoration: none; font-size: 12px; line-height: 43px; padding: 0; color: #000; background:url(images/archive_btn.jpg) no-repeat left top; }
.headline1 .archive_btn a:hover, .headline1 .archive_btn a.hover{ background:url(images/archive_btn.jpg) no-repeat left bottom;}

/*.archive_headline { margin:0 0 20px 0; padding:0 15px; height:36px; line-height:36px; background:#aaa; color:#fff; font-size:14px; }*/

.headline2{
	font-size: 14px;
	height: 56px;
	line-height: 56px;
	padding: 0 20px;
	margin: 0;
	border-top: solid 5px #f00;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	background-image: url(images/headline_bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#page-title{
	font-size: 18px;
	font-weight: bold;
	color: #000;
}


/* mobile banner */
#mobile_banner_top, #mobile_banner_bottom { display:none; }




/* ----------------------------------------------------------------------
 header
---------------------------------------------------------------------- */

#header-left{
	height: 70px;
	float: left;
	display: block;
}
#header-right{
	width: 270px;
	/*height: 92px;*/
	padding-top: 17px;
	float: right;
	display: block;
	position: relative;
}

#logo_image h1{
	float: left;
	margin: 0 10px 0 0;
}
#logo_image h2{
	float: left;
	font-size: 14px;
	color: #666;
	line-height: 70px;
}

#logo_text { position:absolute; top:40px; left:0px; }
#logo { margin:0 0 6px 0; padding:0; line-height:100%; font-size:24px; font-weight:normal; }
#logo_image #logo { position:absolute; top:16px;}
#logo img{width: 100%; height: auto;}
#logo a { color:#333; text-decoration:none; }
#description { font-size:10px; color:#888; margin:0; padding:0; line-height:100%; font-weight:normal; }
#sp_logo_image{display: none;}
/* header menu */
#header_menu_area { padding-top:0px;} /*51編集*/
#header_menu { 
	position: absolute;
	top:32px;
}
#header_menu ul { margin:0; padding:0; font-size:11px; }
#header_menu li { float:left; margin:0 0 0 10px; padding:0; font-size: 12px; display:block; }
#header_menu li a { text-decoration:none; background:url(images/arrow_01.png) no-repeat left 1px; padding:0 0 0 20px; display:block; height:20px; }
#header_menu li a:hover { text-decoration:underline; }


/* banner */
#header_banner {}

/* search */
.search_area { width:300px; height:35px; position:absolute; right:0px; top:56px; background:url(images/search_bg.png) no-repeat left 2px; }
.search_area #search_input input { font-size:12px; color:#6d7478; width:245px; height:26px; float:left; margin:5px 0 0 10px; padding:0; border:none; background:none; }
.search_area #search_button input {
  cursor:pointer; float:right; height:33px; width:33px; line-height:42px; text-indent:150%; white-space:nowrap; overflow:hidden; display:block;
  border:none; background:url(images/search_btn.png) no-repeat left top;
}
.search_area #search_button input:hover { background-position:left bottom; }


/* global menu */
.menu_button { display:none; }

#global_menu { height:46px; width:1103px; margin:0 auto; z-index:9999; }
#global_menu ul { height:46px; margin:0; position:relative; float: left; width: 1048px; }
#global_menu li { float:left; margin:0; font-size:1%; position:relative; }
#global_menu li.last {}
#global_menu li a { 
	font-size:11px; 
	font-weight:normal; 
	text-align:center; 
	text-decoration:none; 
	margin:0; display:block; 
	height:46px; 
	line-height:46px;
 }

#global_menu ul ul{width:auto;}

#global_menu_home{
	width: 55px;
	height: 46px;
	float: left;
}
#wrapper-light #global_menu_home a{
	width: 55px;
	height: 46px;
	display: block;
	background-image: url(images/gnav_bg_light.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#wrapper-light #global_menu_home a:hover, #wrapper-light #global_menu_home a.hover{
	background-position: left bottom;
}
#wrapper-dark #global_menu_home a{
	width: 55px;
	height: 46px;
	display: block;
	background-image: url(images/gnav_bg_dark.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#wrapper-dark #global_menu_home a:hover{
	background-position: left bottom;
}

#wrapper-light #global_menu ul{
	background-image: url(images/gnav_line_light.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#wrapper-light #global_menu li a {
	color: #FFF;
	background-image: url(images/gnav_bg_light.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#wrapper-light #global_menu li a:hover, #wrapper-light #global_menu li a.hover {
	background-position: left bottom;
}

#wrapper-dark #global_menu ul{
	background-image: url(images/gnav_line_dark.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#wrapper-dark #global_menu li a {
	color: #fff;
	background-image: url(images/gnav_bg_dark.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#wrapper-dark #global_menu li a:hover, #wrapper-dark #global_menu li a.hover {
	background-position: left bottom;
}


#wrapper-light #global_menu ul ul { display:none; position:absolute; top:46px; left:0px; margin:0; padding:0; list-style-type:none; height: auto; z-index:99999; }
#wrapper-light #global_menu ul ul ul { left:100%; top:0; margin:0; }
#wrapper-light #global_menu ul ul li { float:none; height:auto; line-height:0; padding:0; margin:0; text-align:left; background:none; }
#wrapper-light #global_menu ul ul li a { width:200px; display: block; font-size:12px; position:relative; height:40px; padding: 0 20px; line-height:40px; margin:0; text-align:left; background-image: none; background:#fff; color:#fff; border-bottom:1px solid #081e3c; }
#wrapper-light #global_menu ul ul a:hover { background:#f2f2f2; }

#wrapper-light #global_menu ul ul ul li a { width:300px; display: block; font-size:12px; position:relative; left: 70px; height:40px; padding: 0 20px; line-height:40px; margin:0; text-align:left; background-image: none; background:#0067a5; color:#fff; border-bottom:1px solid #081e3c; }
#wrapper-light #global_menu ul ul ul a:hover { background:#0079c2; }

#wrapper-dark #global_menu ul ul { display:none; position:absolute; top:46px; left:0px; margin:0; padding:0; list-style-type:none; height: auto; z-index:99999; }
#wrapper-dark #global_menu ul ul ul { left:100%; top:0; margin:0; }
#wrapper-dark #global_menu ul ul li { float:none; height:auto; line-height:0; padding:0; margin:0; text-align:left; background:none; }
#wrapper-dark #global_menu ul ul li a { display: block; font-size:14px; position:relative; height:40px; padding: 0 20px; line-height:40px; margin:0; text-align:left; background-image: none; background:#fff; color:#fff;}
#wrapper-dark #global_menu ul ul a:hover { background:#f2f2f2; }



/* 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: 126px auto 35px;
	width: 100%;
}
#bread_crumb {
	width: 1100px;
	margin:0 auto;
	height:49px;
	line-height:49px;
	overflow:hidden;
}
#bread_crumb li { float:left; height:49px; line-height:49px; font-size:12px; color: #fff; }
#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:20px; margin-right:20px; display:inline-block; }
#bread_crumb li a:hover{ color: #F8F8F8;}
#bread_crumb li.home span { display:block; text-indent:-9999px; width:17px; height:15px; background:url(images/common/bread_home.png) no-repeat left top; height:49px; line-height:49px; }
#bread_crumb li.home a:hover span { background-position:left bottom; }



/* ----------------------------------------------------------------------
 index
---------------------------------------------------------------------- */

/* slider */
#slider-wrapper{
	width: 100%;
	height: 353px;
	overflow: hidden;
	margin: 0 auto 35px;
	position: relative;
}
.slider-bg_0{
	background: none;
}
.slider-bg_1{
	background-image: url(images/slider_bg_01.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.slider-bg_2{
	background-image: url(images/slider_bg_02.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.slider-bg_3{
	background-image: url(images/slider_bg_03.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.slider-bg_4{
	background-image: url(images/slider_bg_04.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.slider-bg_5{
	background-image: url(images/slider_bg_05.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.slider-bg_6{
	background-image: url(images/slider_bg_06.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.slider-bg_7{
	background-image: url(images/slider_bg_07.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.slider-bg_8{
	background-image: url(images/slider_bg_08.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.slider-bg_9{
	background-image: url(images/slider_bg_09.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.slider-bg_10{
	background-image: url(images/slider_bg_10.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.slider-bg_11{
	background-image: url(images/slider_bg_11.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.slider-bg_12{
	background-image: url(images/slider_bg_12.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.slider-bg_13{
	background-image: url(images/slider_bg_13.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

#slider-shadow{
	width: 100%;
	height: 0;
	padding-top: 30px;
	overflow: hidden;
	background:url(images/common/shadow.png) repeat-x left top;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999;
}


/* topics, press release */
.top_list{
	width: 760px;
	margin-top: 10px;
}
.top_list li{
	height: 41px;
	line-height: 41px;
	background-image: url(images/dot_02.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-size: 14px;
}
.top_list li:last-child{
	background: none;
}
.top_list li span{
	font-size: 12px;
	font-weight: bold;
	width: 80px;
	display: inline-block;
	color: #000;
}
.top_list li a{
	text-decoration: none;
}
.top_list li a:hover{
	text-decoration: underline;
}

/* top_banner */
.top_banner{
	margin: 0 auto 40px;
}

/* top_widget_area */
#top_widget_area{
	width: 776px;
	margin-left: -12px;
}
.top_widget{
	width: 245px;
	float: left;
	margin-left: 12px;
	margin-bottom: 25px;
}
/*.top_widget h2{
	font-size: 14px;
	height: 56px;
	line-height: 56px;
	padding: 0 15px;
	margin: 0;
	border-top: solid 5px #f00;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-bottom: none;
	background-image: url(images/headline_bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}*/
.top_widget .headline2{
	border-bottom: none;
}
.top_widget ul{
	border: solid 1px #ccc;
	width: 243px;
	margin: 0;
}
#top_widget_area .top_widget ul li{
	min-height: 41px;
	/*line-height: 41px;*/
	background-image: url(images/dot_02.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-size: 14px;
	overflow: hidden;
}
#top_widget_area .top_widget ul li:last-child{
	background: none;
	margin-bottom: -1px;
}
#top_widget_area .top_widget ul li a{
	font-size:12px;
	display: block;
	padding: 0 15px 0 30px;
	height: 40px;
	line-height: 44px;
	text-decoration: none;
	background-image: url(images/arrow_01.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	background-color: #fff;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	transition: all 0.7s;
}
#top_widget_area .top_widget ul li a:hover{
	background-color: #EDEDED;
}
#top_widget_area .top_widget ul li .sub-menu{
	border: none;
	margin-bottom: 1px;
	background-image: url(images/dot_02.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 1px;
}
#top_widget_area .top_widget ul li .sub-menu li a{
	background-position: 25px center;
	padding-left: 45px;
}
#top_widget_area .top_widget .styled_post_list1{
	min-height: 205px;
	border-top: none;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}
#top_widget_area .top_widget .styled_post_list1 li{
	padding: 10px 15px;
	margin: 0;
}
#top_widget_area .top_widget .styled_post_list1 li .image{
	display: none;
}
#top_widget_area .top_widget .styled_post_list1 li .date{
	font-weight: normal;
}
#top_widget_area .top_widget .styled_post_list1 li .title{
	font-weight: normal;
}
#top_widget_area .top_widget .styled_post_list1 li .excerpt{
	font-size: 12px;
	padding: 0;
}

.top_widget .news_widget_list{
	border: solid 1px #ccc;
	margin: 0;
	width: 243px;
}
.top_widget .news_widget_list li{
	padding: 10px;
}
.top_widget a.news_widget_list_link{
	display: none;
}

.top_widget .searchform{
	border: solid 1px #ccc;
	padding: 15px 8px;
}
.top_widget .searchform #s{
	width: 138px;
}
.top_widget .searchform #searchsubmit{
	width: 60px;
}


/* ----------------------------------------------------------------------
 archive
---------------------------------------------------------------------- */
/*#post_list {margin:0; padding:0; border:1px solid #ccc; background:#f9f9f9; }
#post_list li { border-bottom:1px solid #ccc; padding:0 0 15px 0; }
#post_list ul { margin:0; }
#post_list ul li { border:none; padding:0; margin:0; float:left; font-size:12px; line-height:100%; }
#post_list .meta { margin:0 0 15px 0; }
#post_list li.post_date { border-right:1px solid #aaa; margin:0 10px 0 0; padding:0 10px 0 0; }
#post_list .image { width:280px; height:210px; background:#000; display:block; float:left; margin:15px; }
#post_list .image img { display:block; width:280px; height:210px; opacity:1; transition: opacity .4s ease-in-out; -moz-transition: opacity .4s ease-in-out; -webkit-transition: opacity .4s ease-in-out; -webkit-transform: rotate(0); -moz-transform: rotate(0); transform: rotate(0); }
#post_list .image:hover img { opacity:0.5; }
#post_list .info { float:left; width:300px; margin:15px 0 0 0; overflow:hidden; }
#post_list .title { font-size:16px; margin:0 0 10px 0; line-height:200%; }
#post_list .title a { text-decoration:none; display:block; }
#post_list .title a:hover { text-decoration:underline; }
#post_list .excerpt { font-size:12px; line-height:180%; margin:0 0 15px 0; }
#post_list .bookmark { margin:0 0 -10px 0; }
#post_list .bookmark li { float:none; display:inline-block; width:120px; margin:0 0 10px 0; }
#post_list .bookmark li.social3 { width:60px; margin-right:-15px; position:relative;}*/

.post_list{
	margin: 0;
	padding: 0;
}
.post_list li{
	margin: 15px 0 0;
	padding: 0 0 10px;
	background-image: url(images/dot_02.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.post_list ul{
	margin: 0;
}
.post_list ul li {
	padding: 0;
	margin:0;
	float:left;
	font-size:12px;
	line-height:100%;
	background: none;
	height: auto;
}
.post_list .meta {
	margin:0;
}
.post_list li.post_date {
	font-weight: bold;
	margin:0;
	padding:0 15px 0 0;
}
.post_list li.post_category{
	background:url(images/common/icon_category.png) no-repeat left top;
	padding:0 0 10px 17px;
}

.post_list .title {
	font-size:16px;
	margin:0;
}
.post_list .title a {
	text-decoration:none;
	display:block;
}
.post_list .title a:hover {
	text-decoration:underline;
}


.no_post{
	margin-top: 15px;
	font-weight: bold;
}


/* date archive */
.date_headline{
	height: 50px;
	line-height: 50px;
	background-image: url(images/dot_02.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin: 25px 0 0;
}
.date_headline span{
	width: 60px;
	text-align: center;
	display: block;
	background: #b83840;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}


/* archive */
.archive_headline{
	height: 50px;
	line-height: 50px;
	background-image: url(images/dot_02.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin: 25px 0 0;
}
.archive_headline span{
	padding: 0 30px;
	text-align: center;
	display: inline-block;
	background: #bbb;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}



/* ----------------------------------------------------------------------
 single post page
---------------------------------------------------------------------- */
#post-wrapper{
	width: 758px;
	margin: 20px 0 35px;
	padding: 0 0 20px;
	/*border: solid 1px #ccc;*/
	/*-moz-border-radius:3px; -khtml-border-radius:3px; -webkit-border-radius:3px; border-radius:3px;*/
}

#single_title {
	/*height: 60px;*/
	/*line-height: 60px;*/
	font-size: 22px;
	font-weight: bold;
	color: #000;
	padding-left: 15px;
	padding-bottom:15px;
	margin: 0;
	border-bottom: solid 1px #b63b40;
	/*background-image: url(images/headline_bg.jpg);*/
	/*background-repeat: repeat-x;*/
	/*background-position: left bottom;*/
}
#post_meta{
	margin-bottom: 5px;
}

#single_meta {
	margin:0;
	font-size:12px;
	overflow:hidden;
	float: left;
	list-style-type: none;
}
#single_meta li { float:left; padding:10px 15px 10px 0; margin:0 0 -1px 0; line-height:100%; }
#single_meta li a{
	text-decoration: none;
}
#single_meta li:last-child { border:none; }
#single_meta li.date {
	font-weight: bold;
}
#single_meta li.post_category {
	background:url(images/common/icon_category.png) no-repeat 0px 9px;
	padding-left:15px;
}
#single_meta li.post_tag { background:url(img/common/icon_tag.png) no-repeat 15px 11px;  padding-left:31px; }
#single_meta li.post_comment { background:url(img/common/icon_comment.png) no-repeat 15px 9px;  padding-left:31px; }
#single_meta li.post_author { background:url(img/common/icon_author.png) no-repeat 15px 11px;  padding-left:31px; }

#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 {
	width: 700px;
	margin:10px 29px 0;
	padding-bottom: 20px;
	background-image: url(images/dot_02.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.post p {
font-size:16px;
}

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

/* 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 .bookmark{
	display: block;
	float: right;
	list-style-type: none;
	margin: 3px 0 0;
}
.post .bookmark li{
	float: left;
	margin: 0 5px 0 0;
}
.post .bookmark li.social1{
	margin: 0 -190px 0 0;
}
.post .bookmark li.social2{
	margin: 0 -30px 0 0;
}
.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:-10px 0 18px 0; }
#single_banner2 { clear:both; text-align:center; padding:15px 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; }
#single_author_avatar { float:left; margin:0 10px 20px 0; }
#single_author_avatar img { width:70px; height:70px; display:block; border:none; padding:0; }
#single_author_meta { float:left; width:505px; position:relative; }
#single_author_name { margin:0 0 10px 0; font-size:14px; line-height:160%; }
#single_author_name2 { margin:0 0 0 15px; font-size:10px; }
#single_author_link { color:#333; position:absolute; right:0px; top:0px; text-decoration:none; font-size:12px; background:#e8e8e8 url(img/common/arrow_right.png) no-repeat 16px 9px; padding:5px 20px 5px 30px; -moz-border-radius:4px; -khtml-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; }
#single_author_link:hover { color:#fff; }
#single_author_desc { padding:10px 0 0 0; font-size:12px; border-top:1px dotted #ccc; }
#single_author_desc p { margin:0 0 10px 0; }

/* author post */
#single_author_post { margin:0 0px 20px; }
#single_author_post ul { margin:0; border:1px solid #ccc; border-top:none; background:#f9f9f9; }
#single_author_post ul ul { margin:0 0 10px 0; border:none; }
#single_author_post li { float:left; display:inline-block; margin:0 0 -1px 0; width:314px; height:105px; border-bottom:1px solid #ccc; }
#single_author_post li.odd { border-right:1px solid #ccc; width:313px; }
#single_author_post li li { color:#999; float:none; display:inline; margin:0 0 5px 0; width:auto; font-size:11px; line-height:110%; border:none; height:auto; width:auto; }
#single_author_post li li.date { border-right:1px solid #ccc; margin:0 5px 0 0; padding:0 9px 0 0; }
#single_author_post .image { }
#single_author_post .image img { width:100px; height:75px; display:block; float:left; margin:15px; }
#single_author_post .image:hover img { opacity:0.5; }
#single_author_post .info { width:170px; float:left; margin:15px 0 0 0; overflow:hidden; }
#single_author_post .title { font-size:13px; margin:0; }
#single_author_post .title a { display:block; text-decoration:none; }
#single_author_post li li a { color:#999; text-decoration:none; }
#single_author_post a:hover { text-decoration:underline; }


/* related post*/
#related_post {
	margin:0 0 20px 0;
}
#related_post ul {
	margin-top: 5px;
}
#related_post li{
	background-image: url(images/dot_02.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 41px;
	line-height: 41px;
	font-size: 14px;
}
#related_post li a{
	text-decoration: none;
}
#related_post li a:hover{
	text-decoration: underline;
}
#related_post li:last-child {}

#related_post li.num5 { border:none; width:124px; }
#related_post .image { }
#related_post .image img { width:100px; height:70px; display:block; margin:13px; }
#related_post .image:hover img { opacity:0.5; }
#related_post .title { font-size:12px; margin:0 13px; max-height:60px; overflow:hidden; }
#related_post .title a { text-decoration:none; display:block; }
#related_post .title a:hover { text-decoration:underline; }


/* next prev post link */
#previous_next_post {
	width: 700px;
	margin:0 auto 20px;
	padding:0;
	background-image: url(images/dot_01.png);
	background-repeat: repeat-y;
	background-position: center top;
	font-weight: bold;
}
#previous_next_post a {
	text-decoration:none;
	line-height:140%;
	font-size:14px;
	padding:0;
}
#previous_post{
	width:310px;
	height: 65px;
	float:left;
	margin-bottom: 0;
}
#previous_post a {
	margin:0;
	width:310px;
	height: 65px;
	display: table-cell;
	vertical-align: middle;
	padding-left:30px;
	background:url(images/common/arrow_left.png) no-repeat left center;
}
#next_post{
	width:310px;
	height: 65px;
	float:right;
	margin-bottom: 0;
}
#next_post a {
	margin:0;
	width:310px;
	height: 65px;
	display: table-cell;
	vertical-align: middle;
	text-align:right;
	padding-right:30px;
	background:url(images/common/arrow_right.png) no-repeat right center;
}
#previous_next_post a:hover { text-decoration: underline; }


/* ----------------------------------------------------------------------
page
---------------------------------------------------------------------- */
#page-wrapper{
	width: 760px;
	margin: 14px 0 35px;
	padding: 0 0 24px;
}
.page{}


/* noside */
.page-noside #mainColumn{
	width: 1000px;
	margin: 0 auto;
	float: none;
}
.page-noside #page-wrapper{
	width: 1000px;
	margin: 14px 0 35px;
	padding: 0 0 24px;
}

/* ex */
.page-statement #mainColumn #page-wrapper{
	width: 760px;
	margin: 0 0 35px;
	padding: 0 0 24px;
}

.page-statement hr{
	background-image: url(images/dot_02.png);
	background-repeat: repeat-x;
	background-position: left top;
	border: none;
	height: 1px;
	margin: 10px 0;
	padding: 0;
}

.page-statement img{
	width: 100%;
	height: auto;
}


/* company */
#company_info { margin:0 0 50px 0; padding:1px 0 0 0; }
#company_info p { margin:0; }
#company_info dl { border-bottom:1px solid #ddd; margin:0 0 40px 0; }
#company_info dt { float:left; width:150px; display:inline; margin:0 0 0px 0; line-height:200%; font-weight:bold; border-top:1px solid #ddd; padding:12px 10px 10px 0; }
#company_info dd { margin:0 0 0px 150px; line-height:200%; background:#f9f9f9; padding:12px 10px 10px 10px; border-top:1px solid #ddd; }

#company_map { text-align:right; }
#company_map a { color:#333; }
#company_map iframe { width:100%; }
#company_map_desc { padding:20px 0 0; margin-bottom:-30px; }


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

/* footer */
#footer-wrapper{
	clear: both;
	width: 100%;
	/*height: 390px;*/
	padding-top: 1px;
	min-width: 1100px;
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#footer { width:1100px; height:45px; margin:0 auto; position:relative; font-size:12px; }
#footer a { text-decoration:none; }
#footer a:hover { color:#8dd0d9; }

/* footer_description */
#footer_description{
	width: 958px;
	height: 45px;
	float: left;
}
#footer_description p{
	display: inline;
	margin: 0 15px 0 0;
	line-height: 45px;
	font-size: 12px;
	font-weight: bold;
}
#footer_description h2{
	color: #FFFFFF;
	display: inline;
	margin: 0;
	line-height: 45px;
	font-size: 20px;
	font-weight: bold;
}

/* footer_sociallink */
#footer_social_link{
	width: 141px;
	height: 45px;
	display: block;
	float: right;
	padding-right: 1px;
	background-image: url(images/dot_01.png);
	background-repeat: repeat-y;
	background-position: right top;
}

.social_link { margin:0; }
.social_link li { float:right; margin:0; }
.social_link li a { display:block; width:47px; height:45px; text-decoration:none; text-indent:-9999px; }
.social_link li.rss a {
	background:url(images/rss.jpg) no-repeat left top;
}
.social_link li.twitter a {
	background:url(images/twitter.jpg) no-repeat left top;
}
.social_link li.facebook a {
	background:url(images/fb.jpg) no-repeat left top;
}
.social_link li a:hover, .social_link li a.hover { background-position:left bottom; }


/* footer widget */
#footer_widget_wrap {
	width:100%;
	min-width:1100px;
	min-height: 90px; //250px
	background: #e7eef2; //#EBEBEB
	padding-bottom: 20px;
	margin-top: 25px;
}
#footer_widget{
	width: 1100px;
	margin: 0 auto;
}
#footer_widget_banner{
	width: 347px;
	float: left;
	margin-bottom: 20px;
	background-image: url(images/footer_line.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
#footer_widget_banner div{
	width: 300px;
	background: #000;
}
#footer_widget_banner div a img{
	-webkit-transition-property:opacity; -webkit-transition-duration:0.4s; -webkit-transition-timing-function:ease; -moz-transition-property:opacity; -moz-transition-duration:0.4s; -moz-transition-timing-function:ease; -o-transition-property:opacity; -o-transition-duration:0.4s; -o-transition-timing-function:ease;
	-moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
#footer_widget_banner div a:hover img{
	opacity:0.5;
}

#footer_widget_banner img{
	width: auto;
	height: auto;
}
.footer_widget {
	width:191px;
	min-height: 250px;
	float:left;
	padding: 0 32px 0 28px;
	margin-bottom: 20px;
	font-size:11px;
	background-image: url(images/footer_line.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.footer_widget.right_widget {}

.footer_headline {
	font-size:14px;
	font-weight: bold;
	color: #f00;
}
.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; }
.footer_widget a { text-decoration: none;}
.footer_widget a:hover { text-decoration: underline;}
.footer_widget img { height:auto; max-width:100%; width:auto; }

.footer_widget.widget_nav_menu .menu{
	border: none;
}
.footer_widget.widget_nav_menu .menu li{
	background: none;
	font-size: 11px;
	margin: 0 0 10px;
	line-height: 170%;
	height: auto;
}
.footer_widget.widget_nav_menu .menu li a{
	text-decoration: none;
	background: none;
	line-height: 170%;
	padding: 0;
	height: auto;
}
.footer_widget.widget_nav_menu .menu li a:hover{
	text-decoration: underline;
}

.footer_widget.widget_nav_menu .menu .sub-menu{
	margin-left: 10px;
}

.footer_widget a.news_widget_list_link{
	display: none;
}

.footer_widget.widget_search #s{
	width: 113px;
}
.footer_widget.widget_search #searchsubmit{
	width: 50px;
}


/* footer menu */
/*#footer_menu_area { position:absolute; right:0px; top:59px;}
#footer_menu { float:left; margin:2px 20px 0 0; }
#footer_menu ul { margin:0; padding:0; font-size:12px; }
#footer_menu li { float:left; margin:0 0 0 20px; padding:0; }
#footer_menu li a { text-decoration:none; background:url(img/common/arrow1.png) no-repeat left 3px; padding:0 0 0 11px; }
#footer_menu li a:hover { text-decoration:underline; }*/

/* footer logo */
/*#footer_logo_area { position:absolute; }
#footer_logo { margin:0; line-height:100%; }
#footer_logo_area  #footer_description2  { padding-top:25px; display:block; width:300px; }
#footer_logo_text_area { position:absolute; left:0px; top:42px; }
#footer_logo_text { margin:0 0 5px 0; font-size:24px; padding:0; font-weight:normal; }
#footer_logo_text a { display:block; text-decoration:none; }
#footer_description { margin:0; font-weight:normal; font-size:11px; display:block; padding:0; color:#aaa; }
#footer_description2 { }
#footer_description2 p { line-height:160%; }*/

/* copyright */
#footer_copr{
	width: 100%;
	height: 48px;
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#copyright {
	min-width:1100px;
	text-align:center;
	color:#FFF;
	font-size: 12px;
	margin:0;
	padding:0;
	height: 48px;
	line-height: 48px;
}
#copyright a { text-decoration:none; color:#FFF; }
#copyright a:hover { text-decoration:underline; }

/* return */
#return_wrapper{
	width: 1100px;
	margin: 0 auto;
	position: relative;
}
#return_top {
	z-index:10;
	position: absolute;
	right:0px;
	bottom:1px;
	margin:0;
	display:block;
	width:48px;
	height:45px;
	text-indent:-9999px;
	background-color: #222;
	background-image: url(images/pagetop.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#return_top:hover, #return_top.hover {
	background-position: left bottom;
}




/* ----------------------------------------------------------------------
 side
---------------------------------------------------------------------- */
/*.widget_nav_menu .side_headline{margin: 0;}
.widget_nav_menu .menu{
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}
.widget_nav_menu .menu li{
	height: 41px;
	line-height: 41px;
	background-image: url(images/dot_02.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-size: 14px;
	margin: 0;
}
.widget_nav_menu .menu li:last-child{
	background: none;
	margin-bottom: -1px;
}
.widget_nav_menu .menu li a{
	display: block;
	padding: 0 15px 0 35px;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
	background-image: url(images/arrow_01.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	background-color: #fff;
}
.widget_nav_menu .menu li a:hover{
	background-color: #EDEDED;
}*/
.side_banner{
	/*background: #000;*/
}
.side_banner a img{
	-webkit-transition-property:opacity; -webkit-transition-duration:0.4s; -webkit-transition-timing-function:ease; -moz-transition-property:opacity; -moz-transition-duration:0.4s; -moz-transition-timing-function:ease; -o-transition-property:opacity; -o-transition-duration:0.4s; -o-transition-timing-function:ease;
	-moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
.side_banner a:hover img{
	opacity:0.5;
}

.widget_my_wp_widget_recent_posts ul li{}
.widget_my_wp_widget_recent_posts ul li span{
	display: block;
	font-weight: bold;
}

.jissekibox {
width:730px;
margin: 10px auto 0;
border-bottom:1px dotted #CCC;
padding-bottom:10px;
line-height:1.3;
}

.jissekibox .day {
font-size:12px;
font-weight:bold;
color:#ca4d51;
}

.pt-title {
font-size:16px;
color:#ca4d51;
font-weight:bold;
border-bottom:1px solid #CCC;
padding-left:15px;
padding-bottom:7px;
margin-top:20px;
margin-bottom:15px;
}

.footermenu{
font-size:12px;
}

#office_info {
  margin: 0 0 40px 0;
  padding: 1px 0 0 0;
}

#office_info .imgbox {
	width:300px;
	height:400px;
	background-color:#000;
	position:relative;
	top:-14px;
}

#office_info .txtbox {
	width:420px;
	float:right;
	vertical-align:top;
}

#office_info .mapbox {
	//width:420px;
	height:245px;
	float:right;
	vertical-align:top;
	background-color:#CCC;
}


#office_info .txtbox dl {
  border-bottom: 1px solid #ddd;
  //margin: 0 0 40px 0;
}

#office_info .txtbox dt {
  float: left;
  width: 100px;
  display: inline;
  margin: 0 0 0px 0;
  line-height: 200%;
  font-weight: bold;
  border-top: 1px solid #ddd;
  padding: 12px 10px 10px 0;
}

#office_info .txtbox dd {
  margin: 0 0 0px 100px;
  line-height: 200%;
  background: #f9f9f9;
  padding: 12px 10px 10px 10px;
  border-top: 1px solid #ddd;
}

#rec_area {
width:1000px;
height:600px;
background-image:url(img/rec_bk_ver2.jpg);
//background-color:#CCC;
}

#rec_area .leftbox{
width:350px;
height:210px;
//background-color:#fff;
position:relative;
top:255px;
left:60px;
box-shadow: 0px 1px 3px #505050;
-moz-box-shadow: 0px 1px 3px #505050;　/* Firefox用 */  
-webkit-box-shadow: 0px 1px 3px #505050;　/* Safari,Google Chrome用 */

}

#rec_area .leftbox .title{
width:100%;
background-color:#0067a5;
padding-top:10px;
padding-bottom:10px;
text-align:center;
font-size:18px;
color:#FFF;
}

#rec_area .leftbox .menu{
width:100%;
font-size:16px;
text-align:center;
border-bottom:1px dotted #999999;
padding-bottom:10px;
padding-top:10px;
}

#rec_area .leftbox .menu-last{
width:100%;
font-size:16px;
text-align:center;
padding-bottom:10px;
padding-top:10px;
}

#rec_area .rightbox{
width:350px;
/*height:155px;*/
height:210px;
//background-color:#fff;
position:relative;
top:45px;
left:590px;
box-shadow: 0px 1px 3px #505050;
-moz-box-shadow: 0px 1px 3px #505050;　/* Firefox用 */  
-webkit-box-shadow: 0px 1px 3px #505050;　/* Safari,Google Chrome用 */  
}

#rec_area .rightbox .title{
width:100%;
background-color:#0067a5;
padding-top:10px;
padding-bottom:10px;
text-align:center;
font-size:18px;
color:#FFF;
}

#rec_area .rightbox .menu{
width:100%;
font-size:16px;
text-align:center;
border-bottom:1px dotted #999999;
padding-bottom:10px;
padding-top:10px;
}

#rec_area .rightbox .menu-last{
width:100%;
font-size:16px;
text-align:center;
padding-bottom:10px;
padding-top:10px;
}


.bookbk {
width:250px;
height:320px;
background-image:url(img/book_bk.jpg);
margin-top:-14px;
}

#book_area{
width:500px;
//margin:0 auto 0;
float:right;
}

#book_area .bookbox-l{
width:230px;
//height:300px;
//background-color:#CCC;
float:left;
text-align:center;
margin-top:10px;
}

#book_area .bookbox-l .title{
font-size:16px;
font-weight:bold;
margin-top:10px;
}

#book_area .bookbox-l .writer{
font-size:12px;
margin-top:7px;
}

#book_area .bookbox-l .store{
font-size:12px;
margin-top:5px;
}


#book_area .bookbox-r{
width:230px;
//height:300px;
//background-color:#CCC;
float:right;
text-align:center;
margin-top:10px;
}

#book_area .bookbox-r .title{
font-size:16px;
font-weight:bold;
margin-top:10px;
}

#book_area .bookbox-r .writer{
font-size:12px;
margin-top:7px;
}

#book_area .bookbox-r .store{
font-size:12px;
margin-top:5px;
}

#contents730{
width:730px;
margin: 0 auto 0;
}

#contents730 .imgarea{
float:left;
vertical-align:middle;
}



#contents730 .grouptxtarea{
float:right;
width:550px;
line-height:160%;
//background-color:#ccc;
font-size:12px;
}


#contents730 .grouptxtarea .subtitle{
font-size:16px;
line-height:160%;
text-wrap:normal;

}

#contents600{
width:600px;
margin: 20px auto 20px;
}

#contents600 .title{
font-size:18px;
color:#FFF;
text-align:center;
background-color:#003a71;
padding-top:15px;
padding-bottom:15px;
}

#contents600 .linkarea{
margin-top:20px;
border-bottom: 1px dotted #CCC;
padding-bottom:15px;
}

#contents600 .linkarea a{
padding-left:10px;
text-decoration:none;
}

#contents600 .linkarea a:hover{
color:#003a71;
}

.bdredtxt{
color:#003a71;
font-weight:bold;
line-height:180%;
font-size:16px;
padding-left:2em;
text-indent:-2em;
}

.headertxt{
font-family: Usual, 'Noto Sans JP', sans-serif;
color:#0067a5;
font-size:16px;
position:relative;
top:28px;
left:330px;
}

.hban{
position:absolute;
top:55px;
left:20px;

}

.cbtn{
position:relative;
top:-33px;
right:150px;
}


.leftmenutitle{
background-color:#0067a5;
color:#FFF;
padding:10px;
font-weight:bold;
}

.leftmenulist{
border-left: 1px solid #0067a5;
border-right: 1px solid #0067a5;
border-bottom: 1px dotted #0067a5;
padding:10px;
}

.leftmenulist-mid{
border-left: 1px solid #0067a5;
border-right: 1px solid #0067a5;
padding:10px;
}


.leftmenulist-last{
border-left: 1px solid #0067a5;
border-right: 1px solid #0067a5;
border-bottom: 1px solid #0067a5;
padding:10px;
margin-bottom:30px;
}

.leftmenulist a{
text-decoration:none;
}

.leftmenulist a:hover{
color:#0067a5;
text-decoration:underline;
}

.leftmenulist-mid a{
text-decoration:none;
}

.leftmenulist-mid a:hover{
color:#0067a5;
text-decoration:underline;
}


.leftmenulist-last a{
text-decoration:none;
}

.leftmenulist-last a:hover{
color:#0067a5;
text-decoration:underline;
}


.summaryboxtitle {
width:320px;
float:right;
line-height:1.7;
font-size:16px;
margin-bottom:20px;
}


.summaryboxsubtitle {
width:300px;
float:right;
margin-top: 10px;
border:1px solid #0067a5;
background-color:#0067a5;
color: #FFF;
padding:5px 7px;
line-height:1.3;
text-align:center;
}

.summarybox {
width:300px;
float:right;
border-left:1px solid #0067a5;
border-right:1px solid #0067a5;
border-top:1px solid #0067a5;
background-color:#fefefe;
padding:7px;
line-height:1.3;
text-align:center;
}

.summarybox-last {
width:300px;
float:right;
border:1px solid #0067a5;
background-color:#fefefe;
padding:7px;
line-height:1.3;
text-align:center;
}

.summarybox a {
text-decoration:none;
}

.summarybox a:hover {
color:#0067a5;
text-decoration:underline;
}

.summarybox-last a {
text-decoration:none;
}

.summarybox-last a:hover {
color:#0067a5;
text-decoration:underline;
}


.s-company-bk{
width:750px;
height:436px;
background-image:url(img/ent_bk.jpg);
}

.s-tokusyoku-bk{
width:750px;
height:436px;
background-image:url(img/tokusyoku_bk.jpg);
}

.s-business-bk{
width:750px;
height:570px;
background-image:url(img/business_bk.jpg);
}


.newsletterlink{
background-image:url(img/icon_pdf.png);
background-repeat: no-repeat;
padding-left:30px;
height:20px;
}


ul.tab li{ /*タブ部分*/
  float: left;
  width:145px;
  height:30px;
  text-align:center;
  background-color:#FFF;
  border: 1px solid #0067a5;
  padding-top:10px;
  //padding-bottom:10px;
  margin-right: 5px;
  margin-bottom: 5px;
  text-decoration:none;
  }
 
 ul.tab li.active{ /*選択中のタブ*/
  background-color:#0067a5;
  border: 1px solid #0067a5;
  }

 ul.tab li.active:hover{ /*選択中のタブ*/
  background-color:#0067a5;
  border: 1px solid #0067a5;
  }


 ul.tab li:hover{ /*選択中のタブ*/
  background-color:#efefef;
  border: 1px solid #0067a5;
  }
 
  ul.tab li a{ /*選択中のタブ*/
  color: #0067a5;
  text-decoration:none;
  }
  
ul.tab li.active a{ /*選択中のタブ*/
  color: #FFF;
  text-decoration:none;
  }
.tab_area{ /*切り替え部分非表示*/
  display: none;
  }
.tab_content{ /*内容*/
  width: 750px; /*幅*/
  clear: both;
  overflow: hidden;
  }
.tab_content ul li{ /*内容のリスト表示*/
	padding-bottom:15px;
	margin-top:15px;
	border-bottom: 1px dotted #CCC;
	clear: both; /*画像有りの場合*/
	padding-left:7em;
    text-indent:-7em;
  }
.tab_content ul li span{ /*内容のリスト表示*/
	font-size:12px;
	font-weight:bold;
	//padding-top:12px;
	//border-top: 1px dotted #CCC;
  }

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

 2020新規

---------------------------------------------------------------------- */
#top-slider{
	width: 100%;
	margin-top: 126px;
}

#top-slider img{
	width: 100%;
	height: auto;
}

.contact-btn{
	width: 70px;
	height: 70px;
	position: absolute;
	top:5px;
	right: 0;
}

.contact-btn img{
	width: 100%;
	height: auto;
}

#service-area{
	width: 100%;
	background-color: #b8d3e9;
	position: relative;
	padding: 20px 0px;
	margin-bottom: 50px;
	font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#service-area .wrap{
	width: 1100px;
	margin:0 auto 0;
	position: relative;
	z-index: 1;
}

#service-area .service-title{
	position: relative;
	font-size: 24px;
	line-height: 1.7;
	color: #0067a5;
	font-weight: bold;
	padding-left: 70px;
}

#service-area .service-title:before{
	content: "";
	width: 50px;
	height: 1px;
	background: #0067a5;
	position: absolute;
	top: 50%;
	left: 0;
}

#service-area ul {
	display:-ms-flexbox;
	display:-webkit-flex;
	display: flex;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}
#service-area li {
	width: 31.5%;
	padding: 10px;
}

#service-area li a{
	display: block;
	border:1px solid #7e9fbe;
	background-color: #fff;
	font-size: 18px;
	font-weight: bold;
	color: #0067a5;
	line-height: 1.7;
	text-decoration: none;
	padding: 20px 0px;
	text-align: center;
	transition: all .5s ease;
}

#service-area li a:hover{
	background-color: #0067a5;
	border:1px solid #0067a5;
	color: #FFF;
	transform: scale(1.02);
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.3);
}

#title-area{
	width: 100%;
	border-bottom:1px solid #ccc;
	margin-top:40px;
	margin-bottom:20px;
	position: relative;
	padding:10px 0px; 
}

#title-area .news-title{
	width: 100px;
	border-bottom:2px solid #0067a5;
	font-size: 18px;
	color: #0067a5;
	text-align: center;
	padding: 7px 0px;
	position: absolute;
	left:0;
	bottom: -20px;

}

#news-area{
	width: 880px;
	float: left;
	margin-bottom: 30px;
}

#news-area .cat-3{
	width: 80px;
	font-size: 10px;
	display:inline-block;
	text-align: center;
	background-color: #e6f0f8;
	padding: 3px 0;
	margin-right: 10px;
	float: right;
}

#news-area .cat-4{
	width: 80px;
	font-size: 10px;
	display:inline-block;
	text-align: center;
	background-color: #d6cde6;
	padding: 5px 0;
	margin-right: 10px;
	float: right;
}

#news-area .cat-7{
	width: 80px;
	font-size: 10px;
	display:inline-block;
	text-align: center;
	background-color: #cfe7e7;
	padding: 3px 0;
	margin-right: 10px;
	float: right;
}

#news-area .cat-5{
	width: 80px;
	font-size: 10px;
	display:inline-block;
	text-align: center;
	background-color: #f9e3c7;
	padding: 3px 0;
	margin-right: 10px;
	float: right;
}

#news-area dl{
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom:1px dotted #ccc;
}

#news-area dl dt{
	width: 200px;
	float: left;
	font-size: 12px;
}

#news-area dl dd{
	line-height: 1.7;
	margin-left: 200px;
	padding: 0px 10px;
}

#news-area .detail-btn{
	width: 200px;
	float: right;
	margin-top:20px;
}

#news-area .detail-btn a{
	display:block;
	border:1px solid #0067a5;
	color: #0067a5;
	text-align: center;
	text-decoration: none;
	padding: 7px 0px;
	transition: all .3s ease;
}

#news-area .detail-btn a:hover{
	border:1px solid #0067a5;
	background-color: #0067a5;
	color: #FFF;
}

#news-side{
	width: 200px;
	float: right;
}

#news-side .side-title{
	background-color: #0067a5;
	color: #FFF;
	padding: 7px 10px;
}

#news-side ul{
	border:1px solid #0067a5;
	font-size: 12px;
}

#news-side ul li{
	display: block;
	border-bottom:1px solid #0067a5;
	position: relative;
}

#news-side ul li:last-child{
	border-bottom:none;
}

#news-side ul li a{
	display: block;
	text-decoration: none;
	padding: 10px;
	transition: all .3s ease; 
}

#news-side ul li a:hover{
	background-color: #0067a5;
	color: #fff;
}

#news-side ul li i{
	position: absolute;
	right: 10px;
	top:10px;
	color: #FFF;
	font-size: 18px;
}

#ban-area{
	width: 100%;
	background-color: #fff;
}

#ban-area .wrap{
	width: 1100px;
	margin:0 auto 0;
	padding: 40px 0px;
}

#ban-area a{
	transition: all .3s ease;
}

#ban-area a:hover{
	opacity: 0.7;
}

#ban-area img{
	width: 100%;
	height: auto;
}

#ban-area img:hover{
	opacity: 1;
}

.box2-left{
	width: 48%;
	float: left;
}

.box2-right{
	width: 48%;
	float: right;
}

#top-service-area{
	width: 100%;
	padding: 0;
	margin-bottom:0;
	position: relative;
}

#top-service-area .left-box{
	width: 50%;
	height: 670px;
	float: left;
	background-image: url(images/bk001.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

#top-service-area .right-box{
	width: 50%;
	height: 670px;
	float: right;
	background-image: url(images/bk002.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

#top-service-area .box-1{
	width: 33.3333%;
	height: 700px;
	float: left;
	background-image: url(images/bk001.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

#top-service-area .box-2{
	width: 33.3333%;
	height: 700px;
	float: left;
	background-image: url(images/bk002.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

#top-service-area .box-3{
	width: 33.3333%;
	height: 700px;
	float: left;
	background-image: url(images/bk003.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}


#top-service-area .wrap{
	width: 90%;
	margin:0 auto 0;
}

#top-service-area .center-line{
	width: 1px;
	height: 50px;
	background-color: #FFF;
	margin:0 auto 0;
}

#top-service-area .main-title{
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}

#top-service-area ul{
	width: 75%;
	margin:0 auto 0;
}

#top-service-area ul li{
	width: 100%;
	margin-bottom:15px;
}

#top-service-area ul li a{
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #0067a5;
	border:1px solid #0067a5;
	background: rgba(255,255,255,0.9);
	display: block;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 12px;
	transition: all .3s ease;
}

#top-service-area ul li a:hover{
	color: #FFF;
	background-color: #0067a5;
}

#book_list{
	width: 100%;
	margin: 0px auto 30px;
}

#book_list .book-box{
	width: 30%;
	float: left;
	padding: 0px 12px;
}

#book_list .book-img img{
	width: 100%;
	height: auto;
}

#contents730 .page-sub-title{
	font-size:18px;
	font-weight: bold;
	line-height: 1.7;
	color: #0067a5;
	border-bottom:2px solid #0067a5;
	padding-bottom: 7px;
	margin-bottom:20px;
}

#contents730 .page-sub-title-1{
	font-size:18px;
	font-weight: bold;
	line-height: 1.7;
	color: #0067a5;
	background-color:#e7f4fe;
	margin-bottom:20px;
}

#contents730 .page-sub-title-1 span{
	width: 50px;
	background-color: #0067a5;
	color: #FFF;
	display: inline-block;
	text-align: center;
	padding: 7px 0px;
	margin-right: 10px;
}

#contents730 .page-sub-title-2{
	font-size:18px;
	font-weight: bold;
	line-height: 1.7;
	color: #0067a5;
}

#contents730 .page-sub-title-2 span{
	width: 50px;
	background-color: #0067a5;
	color: #FFF;
	display: inline-block;
	text-align: center;
	padding: 7px 0px;
	margin-right: 10px;
}

#contents730 .page-sub-title-2-box{
	border:1px solid #0067a5;
	padding: 1em 1em 0.5em 1em;
	line-height: 2;
	margin-bottom:30px;
}


#contents730 .page-sub-title-3{
	font-size:16px;
	font-weight: bold;
	line-height: 1.7;
	color: #FFF;
	background-color: #0067a5;
	padding:10px;
}

#contents730 .page-sub-title-3-box{
	border:1px solid #0067a5;
	padding: 1em 1em 0.5em 1em;
	line-height: 2;
	margin-bottom:30px;
}

#contents730 .page-sub-title-4{
	font-size:16px;
	font-weight: bold;
	line-height: 1.7;
	color: #0067a5;
	background-color: #cccccc;
	padding:10px;
}

#contents730 .page-sub-title-4-box{
	border:1px solid #cccccc;
	padding: 1em;
	line-height: 2;
	margin-bottom:30px;
}

#contents730 .page-sub-title-5{
	font-size:24px;
	font-weight: bold;
	line-height: 1.7;
	color: #0067a5;
	text-align: center;
	margin:15px 0px;
}


#contents730 .box-left{
	width: 48%;
	float: left;
}

#contents730 .box-right{
	width: 48%;
	float: right;
}

#contents730 dl{
	width: 100%;
	margin-bottom:10px;
}

#contents730 dl dt{
	float: left;
	line-height: 1.7;
}

#contents730 dl dd{
	margin-left:1.5em;
	line-height: 1.7;
}

.cp_actab {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  color: #0067a5;
}
.cp_actab input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.cp_actab label {
  font-size: 20px;
  font-weight: bold;
  line-height: 3;
  position: relative;
  display: block;
  padding: 0 0 0 1em;
  cursor: pointer;
  margin: 0 0 1px 0;
  background: #fff;
  border:1px solid #0067a5;
}
.cp_actab .cp_actab-content {
  font-size: 14px;
  line-height: 1.7;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 1s;
  transition: max-height 1s;
  color: #333333;
  background: #ffffff;
  
}

.cp_actab .cp_actab-content .ac-wrap{
	padding: 20px 5px;
}

/* :checked */
.cp_actab input:checked ~ .cp_actab-content {
  max-height: 200em;
}
/* Icon */
.cp_actab label::after {
  font-size: 20px;
  font-weight: bold;
  line-height: 3;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 3em;
  height: 3em;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  text-align: center;
}
.cp_actab input[type=checkbox] + label::after {
  content: '＋';
}
.cp_actab input[type=checkbox]:checked + label::after {
  transform: rotate(315deg);
}

.cp_actab_2 {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  color: #0067a5;
}
.cp_actab_2 input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.cp_actab_2 label {
  font-size: 16px;
  font-weight: bold;
  line-height: 3;
  position: relative;
  display: block;
  padding: 0 0 0 1em;
  cursor: pointer;
  margin: 0 0 1px 0;
  background: #fff;
  border:1px solid #0067a5;
}
.cp_actab_2 .cp_actab_2-content {
  font-size: 14px;
  line-height: 1.7;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 1s;
  transition: max-height 1s;
  color: #333333;
  background: #ffffff;
  border:1px solid #ccc;
  
}

.cp_actab_2 .cp_actab_2-content dl{
	width: 95%;
	margin:0 auto 0;
	padding: 10px 0px;
}

.cp_actab_2 .cp_actab_2-content dl dt{
	float: left;
	color: #0067a5;
	line-height: 1.7;
}

.cp_actab_2 .cp_actab_2-content dl dd{
	line-height: 1.7;
	margin-left: 1.5em;
}

/* :checked */
.cp_actab_2 input:checked ~ .cp_actab_2-content {
  max-height: 200em;
}
/* Icon */
.cp_actab_2 label::after {
  font-size: 16px;
  font-weight: bold;
  line-height: 3;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 3em;
  height: 3em;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  text-align: center;
}
.cp_actab_2 input[type=checkbox] + label::after {
  content: '＋';
}
.cp_actab_2 input[type=checkbox]:checked + label::after {
  transform: rotate(315deg);
}

#sideColumn .service-list{
	display: block;
	box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.4);
}

#sideColumn .service-list-title00{
	width: 100%;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background-color: #0067a5;
	padding: 15px 0px;
}

#sideColumn .service-list-title01{
	width: 100%;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background-image: url(images/bk001.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 20px 0px;
}

#sideColumn .service-list-title02{
	width: 100%;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background-image: url(images/bk002.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 20px 0px;
}

#sideColumn .service-list-title03{
	width: 100%;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background-image: url(images/bk003.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 20px 0px;
}

#sideColumn .service-list li{
	position: relative;
	display: block;
	border-bottom:1px solid #ccc;
}

#sideColumn .service-list li a{
	position: relative;
	display: block;
	padding: 10px 10px;
	text-decoration: none;	
	transition: all .5s ease;
}


#sideColumn .service-list li a:hover{
	background-color: #0067a5;
	color: #FFF;
}

#sideColumn .service-list li i{
	position: absolute;
	right:10px;
	top:11px;
	font-size: 18px;
	line-height: 1;
	color: #FFF;
}

#sideColumn .news-category-title{
	font-size: 16px;
	color: #0067a5;
	font-weight: bold;
	border-bottom:2px solid #0067a5;
	padding-bottom: 7px;
}

#sideColumn .news-category-list{
	font-size: 14px;
}

#sideColumn .news-category-list li{
	position: relative;
	display: block;
	font-size: 14px;
	transition: all .5s ease;
}

#sideColumn .news-category-list li i{
	position: absolute;
	right:10px;
	top:11px;
	font-size: 18px;
	line-height: 1;
	color: #FFF;
}

#sideColumn .news-category-list li a{
	position: relative;
	display: block;
	padding: 10px 10px;
	text-decoration: none;
	border-bottom:1px solid #cccccc;
	transition: all .5s ease;
}

#sideColumn .news-category-list li a:hover{
	background-color: #0067a5;
	color: #FFF;
}

#contact-area{
	width: 730px;
	margin:0 auto 0;
}

#contact-area .contact-wrap{
	display: block;
	padding: 20px 30px;
	border:2px solid #0067a5;
}

#contact-area .contact-title{
	font-size: 16px;
	color: #0067a5;
	border-bottom: 2px solid #0067a5;
	padding-bottom: 7px;
	margin-bottom: 10px;
}

#contact-area ul{
	width: 100%;
	list-style: none;
	padding: 0;
	margin:0;
}

#contact-area ul li{
	width: 30%;
	display: inline-block;
}

#contact-area table{
	width: 660px;
}

#contact-area tr {
	width: 100%;
	height: 60px;
}

#contact-area th {
	width: 30%;
	text-align: left;
	font-weight: normal;
}

#contact-area td {
	width: 70%;
}

#contact-area input[type="text"] {
  width: 99%;
  height: 40px;
  border: 1px solid #0067a5;
  font-size: 1em;
  padding-left: 10px;
  margin-right: 10px;
}

#contact-area textarea {
  width: 646px;
  height: 150px;
  border: 1px solid #0c234a;
  font-weight: normal;
  padding: 10px;
}

#contact-area input[type="submit"]{
  width: 100%;
  font-size: 16px;
  background-color: #00a0ea;
  color: #fff;
  text-align: center;
  display: block;
  padding: 15px 0px;
  border:none;
  transition: all .5s ease;
}

#contact-area input[type="submit"][disabled]{
  background-color: #777777;
  color: #fff;
}

#contact-area .privacy-area{
	background-color: #0067a5;
	padding: 20px;
	text-align: center;
	color: #FFF;
}

#contact-area .privacy-area a{
	color: #FFF;
}

#contact-area .btn-area{
	width: 300px;
	margin:20px auto 20px;
}

#contact-area .confirm_box{
	width: 100%;
}

#contact-area .confirm_box table{
	width: 100%;
}

#contact-area .confirm_box table tr{
	width: 100%;
	border:1px solid #071833;
}

#contact-area .confirm_box table th {
	width: 30%;
	padding: 10px;
	background-color: #0067a5;
	color: #fff;

}

#contact-area .confirm_box table td {
	width: 70%;
	padding: 10px;
}

#btn-area-w{
	width: 100%;
	margin:20px 0px;
}

#btn-area-w .btn-left{
	width: 200px;
	float: left;
}

#btn-area-w .btn-right{
	width: 200px;
	float: right;
}

#btn-area-w .btn-left input[type="submit"]{
  width: 100%;
  font-size: 16px;
  background-color: #0067a5;
  color: #fff;
  text-align: center;
  display: block;
  padding: 15px 0px;
  border:none;
  transition: all .5s ease;
}


#print-image{
	display: none;
}

#logo_image_sp{
	display: none;
}

#sp_contact{
	display: none;
}


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

HL banner CSS

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

/*hl-info*/
.hl-transition {
  height: 4em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #215479;
  color: #fff;
  padding: 0 4.3em
}

.hl-transition__hl-logo {
  height: 2em;
  width: auto;
  transform: translateY(-5%)
}

.hl-transition__text {
  font-size: 1em
}

.hl-transition__links a {
  font-size: 1em;
  font-weight: 600;
  border: 1px solid #FFF;
  text-decoration: none;
  color: #FFF;
  line-height: 1em;
  padding: .5em 1em;
  border-radius: 1.667em;
  margin: 1em .5em;
  min-width: 14em
}

.hl-transition__links a:last-child {
  margin-right: 0
}

.hl-transition__links a:hover{
	color: #FFF;
}

@media (max-width:1050px) {
.hl-transition {
  height: 4em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #215479;
  color: #fff;
  padding: 0 1em
}

.hl-transition__hl-logo {
  height: 1.5em;
  width: auto;
  transform: translateY(-5%)
}

.hl-transition__text {
  font-size: 0.8em
}

.hl-transition__links a {
  font-size: 0.8em;
  font-weight: 600;
  border: 1px solid #FFF;
  color: #FFF;
  line-height: 1em;
  padding: .5em 1em;
  border-radius: 1.667em;
  margin: 1em .5em;
  min-width: 14em
}

.hl-transition__links a:last-child {
  margin-right: 0
}
}

@media (max-width:1000px) {
.hl-transition {
  height: 4em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #215479;
  color: #fff;
  padding: 0 2em
}

.hl-transition__hl-logo {
  height: 1.5em;
  width: auto;
  transform: translateY(-5%)
}

.hl-transition__text {
  font-size: 0.7em
}

.hl-transition__links a {
  font-size: 0.7em;
  font-weight: 600;
  border: 1px solid #FFF;
  color: #FFF;
  line-height: 1em;
  padding: .5em 1em;
  border-radius: 1.667em;
  margin: 1em .5em;
  min-width: 14em
}

.hl-transition__links a:last-child {
  margin-right: 0
}
}

@media (max-width:800px) {
.hl-transition {
  height: 4em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #215479;
  color: #fff;
  padding: 0 1em;
}

.hl-transition__hl-logo {
  height: 1.5em;
  width: auto;
  transform: translateY(-5%)
}

.hl-transition__text {
  font-size: 0.5em
}

.hl-transition__links a {
  font-size: 0.5em;
  font-weight: 600;
  border: 1px solid #FFF;
  color: #FFF;
  line-height: 1em;
  padding: .5em 1em;
  border-radius: 1.667em;
  margin: 1em .5em;
  min-width: 14em
}

.hl-transition__links a:last-child {
  margin-right: 0
}
}

@media (max-width:600px) {
.hl-transition {
  height: 4em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #215479;
  color: #fff;
  padding: 0 1em;
}

.hl-transition__hl-logo {
  height: 1em;
  width: auto;
  transform: translateY(-5%)
}

.hl-transition__text {
  font-size: 0.2em
}

.hl-transition__links a {
  font-size: 0.2em;
  font-weight: 600;
  border: 1px solid #FFF;
  text-decoration: none;
  color: #FFF;
  line-height: 1em;
  padding: .5em 1em;
  border-radius: 1.667em;
  margin: .5em .2em;
  min-width: 14em
}

.hl-transition__links a:last-child {
  margin-right: 0
}
}

@media (max-width:450px) {
  .hl-transition {
    height: 8em;
    flex-direction: column;
    justify-content: center
  }
  .hl-transition__hl-logo {
    height: 2em;
    width: auto;
  }
  .hl-transition__text {
    font-size: 0.5em;
    line-height: 1.3;
    margin: .5em 0 2em;
    padding: 0em 2em;
  }
  .hl-transition__links {
    margin-bottom: 0.7em
  }
  .hl-transition__links a {
    font-size: 0.7em
  }
}

table.zaimu-table{
	width: 100%;
}

table.zaimu-table th{
	width: 70%;
	font-weight: normal;
	text-align: left;
	border:1px solid #ccc;
	padding: 10px;
}

table.zaimu-table td{
	width: 30%;
	font-weight: normal;
	text-align: left;
	border:1px solid #ccc;
	padding: 10px;
}

