@charset "utf-8";

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

		common styles

		ヘッダー、フッター、ローカルナビなどサイト内で共通のスタイル

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


/* body
------------------------------------------------- */

body{
	font-family:verdana, arial,'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	-webkit-text-size-adjust:none;
	color:#333;
	position:relative;
}

img {
	vertical-align:bottom;
	max-width: 100%;
	height: auto;
}

img {
	vertical-align:bottom;
	max-width: 100%;
	height: auto !important;
}

/* noscript
------------------------------------------------- */
.noscript{
	background-color:#fff9d7;
	padding:10px 0;
	text-align:center;
	font-weight:bold;
}


/* fixed_box
------------------------------------------------- */



.fixed_box_wrap {
	height:187px;
}

#fixed_box {
	position:relative;
	z-index:100;
	width:100%;
	background:#fff;
}

#fixed_box.fix {
	position:fixed;
	top:0;
	padding-bottom:20px;
	border-bottom:1px solid #ddd;
}

.fixed_box_inner {
	width:960px;
	margin:0 auto;
}

@media only screen and (max-width:999px) {
	.fixed_box_wrap {
		height:73px;
	}

	.fixed_box_inner {
		width:100%;
	}
}

@media only screen and (max-width: 767px){
	.fixed_box_wrap {
		height:auto;
	}

	.fix .fixed_box_wrap {
		height:90px;
	}

	#fixed_box.fix {
		padding-bottom:12px;
	}
}


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

.site_id {
	float:left;
	width:446px;
	padding-top:32px;
	z-index:101;
	position: relative;
}

.site_id .copy {
	margin-bottom:17px;
}

.site_id a {
	display:block;
}

.site_id a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.site_id .logo_01 {
	float:left;
	width:210px;
}

.site_id .logo_02 {
	float:right;
	/* margin-top:2px; */
	width:225px;
}

.header_contact {
	float:right;
	width:436px;
	padding-top:13px;
}

.header_mahgazine {
	position: absolute;
	left: 375px;
	top: 13px;
}

.header_mahgazine a{
	display: block;
	background: #666;
	padding: 9px 10px;
	border-radius: 5px;
}

/*.header_mahgazine:hover{
	opacity: 0.5;
}*/

.mahgazine_none {
	display: none;
}

.header_mahgazine img{
	max-width: none;
}

.header_mahgazine a:after {
	content: "";
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #666 transparent transparent transparent;
	display: block;
	position: absolute;
	top: 30px;
	left: 57px;
}


.header_contact .header_copy {
	margin-bottom:2px;
}

.header_contact .tel {
	float:left;
	padding-right:8px;
	padding-top:1px;
	width:231px;
}

.header_contact .tel_copy {
	float:left;
}

.header_contact .mail {
	float:right;
	padding-top:2px;
}

.header_contact .mail a {
	text-align:center;
	display:block;
	color:#fff;
	background:#f14040;
	border-radius:6px;
	width:190px;
	padding-top:10px;
	padding-bottom:10px;
	display:block;
}

.header_contact .mail a:hover {
	background:#fac05b;
}

.header_contact_tab {
	display:none;
}

.header_menu_btn {
	display:none;
}

#sp_tab_nav {
	width:100%;
	display:none;
	position:absolute;
	right:0;
	z-index:95;
	top:73px;
}

#sp_tab_nav ul {
	/* background:#F1EEE2; */
	background:#fff;
}

#sp_tab_nav li {
	background:url(../img/dotline.png) repeat-x bottom;
	padding:0 10px;
}

#sp_tab_nav a {
	display:block;
	padding:14px 9px;
	text-decoration:none;
}

.fix .site_header .site_id {
	padding-top:30px;
}

.fix .header_contact {
	padding-top:10px;
}

.fix .site_id .copy,
.fix .header_copy {
	display:none;
}

@media only screen and (max-width:999px) {
	.fix .site_header {
		padding-bottom:0;
	}

	.fix .site_header .site_id {
		padding-top:6px;
	}

	.site_header {
		position:relative;
		width:auto;
		padding:12px 20px;
	}

	.site_id {
		padding-top:0;
	}

	.site_id .copy {
		margin-bottom:7px;
	}

	.site_id .logo_01 {
		width:44%;
		/* margin-right:10px; */
	}

	.site_id .logo_02 {
		float:left;
		width:44%;
	}

	.header_menu_btn {
		display:block;
		z-index:94;
		position:absolute;
		right:10px;
		top:10px;
	}

	.header_menu_btn a {
		display:block;
		padding:10px;
	}

	.header_contact {
		display:none;
	}

	.header_contact_tab {
		display:block;
		position:absolute;
		top:12px;
		right:70px;
	}

	.fix .header_contact_tab {
		padding-top:7px;
	}

	.fix .header_contact_tab .tab_copy {
		display:none;
	}

	#sp_tab_nav li .font_icon_arrow:before {
		padding-right:5px;
	}

	#sp_tab_nav .sp_tel {
		display:none;
	}

}

@media only screen and (max-width: 767px){
	.site_header {
		padding:12px 20px 12px 10px;
	}

	.fix .site_header {
		padding:15px 10px 0;
	}

	.site_header_inner {
		padding:16px 10px;
	}


	.fix .site_header .site_id {
		padding-top:0;
	}

	.site_id,
	.site_id .logo_01,
	.site_id .logo_02 {
		/* width:168px; */
		width:70%;
	}

	.site_id .copy {
		display:none;
	}

	.site_id .logo_01 {
		float:none;
		/* margin-bottom:7px; */
	}

	.site_id .logo_02 {
		float:none;
	}

	.site_id .logo_01 img,
	.site_id .logo_02 img {
		width:100%;
		height:auto;
	}

	.header_contact_tab {
		display:none;
	}

	#sp_tab_nav {
		top:66px;
	}

	#sp_tab_nav li {
		padding:0;
	}

	#sp_tab_nav .sp_tel {
		display:block;
	}
}


/* global navi
------------------------------------------------- */

.global_nav {
	margin-bottom:30px;
	max-width:960px;
	margin:23px auto 0;
	position:relative;
}

.fix .global_nav {
	margin-top:20px;
}

.global_nav ul {
	/* background:url(../img/gnav_line.gif) no-repeat right top; */
	padding-bottom:28px;
}

.fix .global_nav ul {
	padding-bottom:0;
}

.global_nav li {
	background:url(../img/gnav_line.gif) no-repeat left;
	/* padding:6px 22px 6px 23px; */
	float:left;
	width : 190px ;
	text-align: center;
	font-size:120%;
	padding:15px 0;
}

.global_nav a {
	display:block;
	/* text-indent:-9999px; */
	height:14px;
}

.global_nav .gnav_m_a a {
	background:url(../img/gnav_m_a.gif) no-repeat top;
	width:114px;
}

.global_nav .gnav_reason a {
	background:url(../img/gnav_reason.gif) no-repeat top;
	width:225px;
}

.global_nav .gnav_case a {
	background:url(../img/gnav_case.gif) no-repeat top;
	width:61px;
}

.global_nav .gnav_about a {
	background:url(../img/gnav_about.gif) no-repeat top;
	width:88px;
}

.global_nav .gnav_seminar a {
	background:url(../img/gnav_seminar.gif) no-repeat top;
	width:52px;
}

.global_nav .gnav_faq a {
	background:url(../img/gnav_faq.gif) no-repeat top;
	width:146px;
}


/* on & over */

.m_a .global_nav .gnav_m_a a,
.global_nav .gnav_m_a a:hover,
.reason .global_nav .gnav_reason a,
.global_nav .gnav_reason a:hover,
.case .global_nav .gnav_case a,
.global_nav .gnav_case a:hover,
.about .global_nav .gnav_about a,
.global_nav .gnav_about a:hover,
.seminar .global_nav .gnav_seminar a,
.global_nav .gnav_seminar a:hover,
.faq .global_nav .gnav_faq a,
.global_nav .gnav_faq a:hover {
	background-position:bottom;
}

.global_nav .gnav_arrow {
	display:none;
	width:23px;
	height:12px;
	background:url(../img/title_arrow.gif) no-repeat;
	position:absolute;
	bottom:0;
}


.case .global_nav .gnav_arrow {
	display:block;
	background-position:-46px bottom;
	left:41px;
}


.m_a .global_nav .gnav_arrow {
	display:block;
	background-position:0 bottom;
	left:173px;
}

.reason .global_nav .gnav_arrow {
	display:block;
	background-position:-23px bottom;
	left:395px;
}

.about .global_nav .gnav_arrow {
	display:block;
	background-position:-69px bottom;
	left:590px;
}

.seminar .global_nav .gnav_arrow {
	display:block;
	background-position:-92px bottom;
	left:712px;
}

.faq .global_nav .gnav_arrow {
	display:block;
	background-position:-115px bottom;
	left:852px;
}

#fixed_box.fix .global_nav .gnav_arrow {
	display:none;
}

@media only screen and (max-width:999px) {
	.global_nav {
		display:none;
	}
	.header_mahgazine {
		display: none;
	}
}

/* title_area
------------------------------------------------- */

.title_area {
	background:url(../img/title_bg.gif) no-repeat center top;
	padding-top:12px;
	padding-bottom:30px;
}

.title_area_inner {
	max-width:960px;
	margin:0 auto;
}
.title_area h1{
	font-size: 128%;
}

@media only screen and (max-width:999px) {
	.title_area {
		background:url(../img/title_bg.gif) no-repeat center top;
		background-size:150% 100px;
		padding-bottom:19px;
	}

	.title_area_inner {
		padding:0 20px;
	}
}

@media only screen and (max-width: 767px){
	.title_area {
		padding:18px 0;
	}

	.title_area_inner {
		padding:0 10px;
	}

	.title_area h1 img {
		zoom:80%;
	}
}


/* breadcrumbs
------------------------------------------------- */

.breadcrumbs {
	margin-bottom:34px;
}

.breadcrumbs li{
	font-size:85%;
	line-height:1;
	display:inline-block;
	*display:inline;
	*zoom:1;
}

@media only screen and (max-width:999px) {
	.breadcrumbs {
		margin-bottom:25px;
	}
}


@media only screen and (max-width: 767px){
	.breadcrumbs {
		display:none;
	}
}

/* site_container
------------------------------------------------- */


.site_container {
	width:960px;
	margin:0 auto;
	/* padding-top:5%; */
}

@media only screen and (max-width:999px) {
	.site_container {
		padding:5% 20px 0;
		width:auto;
	}
}

@media only screen and (max-width: 767px){
	.site_container {
		padding:5% 10px 0;
	}
}


/* column_container
------------------------------------------------- */
@media only screen and (max-width:999px) {
	.column_container {
		/*
		overflow:hidden;
		*/
	}
}


/* main column
------------------------------------------------- */
.main_column{
	width:100%;
	float:left;
}

.main_column_inner {
	margin-right:260px;
}

@media only screen and (max-width:999px) {
	.main_column_inner {
		margin-right:240px;
	}
}

@media only screen and (max-width: 767px){
	.main_column {
		float:none;
	}

	.main_column_inner {
		margin-right:0;
	}
}

/* sub column
------------------------------------------------- */

.sub_column {
	width:210px;
	float:right;
	padding-left:50px;
	margin-left:-260px;
}

.page_logo{
	text-align:center;
	padding-bottom:50px;
	background:url(../img/lnav_arrow.gif) no-repeat center bottom;
	margin-bottom:28px;
}

.local_nav li{
	padding-bottom:1px;
	background:url(../img/dotline.png) repeat-x bottom;
}

.local_nav li a {
	padding:14px 0;
	text-indent:-24px;
	margin-left:23px;
	display:inline-block;
	width: 80%;
	line-height:1.5;
	font-size:108%;
	text-decoration:none;
}

.local_nav li .font_icon_arrow:before {
	padding-right:10px;
}

.local_nav li a:hover,
.local_nav .current a,
.local_nav .current:before,
.local_nav li:hover:before,
.wp-tag-cloud li a.current
{
	color:#008363;
}

.sub_column .sub_column_recommend {
	margin-top:20px;
	border:1px solid #ddd;
	padding:2px;
}

.sub_column .sub_column_recommend:first-child {
	margin-top:30px;
}

.sub_column .sub_column_recommend_inner {
	border:1px solid #ddd;
}

.sub_column .sub_column_recommend h3 {
	background:#008363;
	padding:10px;
}

.sub_column .sub_column_recommend li {
	padding-top:1px;
	background:url(../img/dotline.png) repeat-x top;
}

.sub_column .sub_column_recommend li:first-child {
	padding-top:0;
	background:none;
}

.sub_column .sub_column_recommend li a {
	display:block;
	padding:10px;
	line-height:1.7;
}

.side_banner {
	margin-top:30px;
}

.side_banner li{
	margin-bottom:15px;
}

.side_banner a {
	text-decoration:none;
}

.side_banner a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	text-decoration:underline;
}

.side_banner dd{
	margin-top:5px;
}


@media only screen and (max-width:999px) {
	.sub_column {
		padding-left:30px;
		margin-left:-240px;
	}
}

@media only screen and (max-width: 767px){
	.sub_column {
		float:none;
		width:100%;
		padding-left:0;
		margin-left:0;
		margin-top:40px;
	}

	.local_nav li a {
		text-indent:-24px;
		margin-left:24px;
	}

	.side_banner {
		display:none;
	}
}


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

.site_footer{
	margin-top:70px;
	/* background:#6d6d6d;*/
	/* color:#fff; */
	color:#000;
	border-top:  solid 1px #ccc;
}

.site_footer_inner {
	max-width:960px;
	margin:0 auto;
	position:relative;
	padding-top:36px;
	padding-bottom:60px;
}

.site_footer_inner .page_top {
	position:absolute;
	top:-27px;
	right:0;
}

.footer_sitemap {
	padding-bottom:40px;
}

.footer_sitemap .footer_m_a {
	float:left;
	width:17%;
	padding-right:4%;
}

.footer_sitemap .footer_reason {
	float:left;
	width:18%;
	padding-right:3%;
}

.footer_sitemap .footer_case {
	float:left;
	width:20%;
	padding-right:4%;
}

.footer_sitemap .footer_about {
	float:left;
	width:13%;
	padding-right:2%;
}

.footer_sitemap .footer_faq {
	float:left;
	width:19%;
}

.footer_sitemap a {
	/* color:#fff; */
	/* text-decoration:underline; */
	line-height:1.6;
}

.footer_sitemap a:hover {
	text-decoration:none;
}

.footer_sitemap p {
	font-weight:bold;
	margin-bottom:15px;
}

.footer_sitemap li {
	margin-bottom:10px;
}

.copyright {
	width:480px;
	margin:0 auto;
	/* border-top:1px solid #8a8a8a; */
	padding-top:40px;
}

.footer_logo {
	text-align:center;
	margin-bottom:20px;
}

.footer_logo a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

@media only screen and (max-width:999px) {
	/*.site_footer_inner {
		width:730px;
	}*/

	.site_footer_inner .page_top {
		right:10px;
	}

	.footer_sitemap {
		padding:0 20px 40px;
	}
	.footer_sitemap br{
		display: none;
	}

	.footer_sitemap .footer_m_a,
	.footer_sitemap .footer_reason,
	.footer_sitemap .footer_case,
	.footer_sitemap .footer_about {
		padding-right:3%;
	}
	.footer_sitemap .footer_case{
		width: 19%;
	}
	.footer_sitemap .footer_m_a{
		width: 21%;
	}
	.footer_sitemap .footer_reason{
		width: 19%;
	}
	.footer_sitemap .footer_faq{
		width: 15%;
	}

	/*.footer_sitemap .footer_m_a {
		width:140px;
	}

	.footer_sitemap .footer_reason {
		width:145px;
		padding-right:20px;
	}

	.footer_sitemap .footer_case {
		width:132px;
		padding-right:20px;
	}

	.footer_sitemap .footer_about {
		width:82px;
		padding-right:20px;
	}*/

}

@media only screen and (max-width: 767px){
	.site_footer_inner {
		width:100%;
		padding-top:0;
		padding-bottom:24px;
	}

	.footer_sitemap {
		padding:0;
	}

	.footer_sitemap .footer_m_a,
	.footer_sitemap .footer_reason,
	.footer_sitemap .footer_case,
	.footer_sitemap .footer_about,
	.footer_sitemap .footer_faq {
		float:none;
		width:100%;
		padding-right:0;
	}

	.footer_sitemap p {
		border-bottom:1px solid #8a8a8a;
		margin-bottom:0;
	}

	.footer_sitemap p a {
		display:block;
		padding:14px;
		text-decoration:none;
	}

	.footer_sitemap p br {
		display:none;
	}

	.footer_sitemap ul {
		display:none;
	}

	.copyright {
		width:100%;
		border-top:none;
		padding-top:28px;
		text-align:center;
	}
}


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

		content common styles

		ページ内の見出し、共通パーツなどのスタイル

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


.site_container .contents h2,
.site_container .main_column h2
{
	color:#008363;
	font-size:167%;
	margin-bottom:3%;
	line-height:1.5;
}

.site_container .contents h3,
.site_container .main_column h3
{
	margin-bottom:20px;
}

.site_container .contents .hx_1_5,
.site_container .main_column .hx_1_5
{
	color: #666;
	font-size: 28px;
	font-weight:normal;
}

/*.site_container .contents img,
.site_container .main_column img{
	max-width: 100%;
	height: auto;
}
*/
.site_container .contents .hx_temp1,
.site_container .main_column .hx_temp1
{
	padding: 18px;
	line-height: 1;
	background: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	font-size: 167%;
}
.site_container .contents .hx_temp1 span,
.site_container .main_column .hx_temp1 span
{
	color: #008363;
}

.site_container .contents .hx_temp1_wrapper,
.site_container .main_column .hx_temp1_wrapper
{
	position: relative;
}
.site_container .contents .hx_temp1_wrapper .img,
.site_container .main_column .hx_temp1_wrapper .img {
	position: absolute;
	bottom: 0;
	right: 0;
}
.site_container .contents .hx_temp1_wrapper .hx_temp1,
.site_container .main_column .hx_temp1_wrapper .hx_temp1
{
	padding-right: 100px;
}

.site_container .contents .lead,
.site_container .main_column .lead
{
	font-size: 123.1%;
	line-height: 1.8;
}

.content_section{
	margin:40px 0;
	padding-bottom:40px;
	border-bottom:1px solid #ccc;
}

.inner_content_section{
	margin-top:20px;
}

.page_content p,
.page_content li,
.page_content dt,
.page_content dd{
	line-height:1.7;
}

.main_column .next_btn {
	text-align:center;
}

.main_column .next_btn a {
	display:inline-block;
	padding:7px 24px;
	background:#ededed;
	box-shadow: 0 2px #cdcccc;
	border-radius:100px;
	font-size: 123.1%;
	text-decoration:none;
}

.main_column .next_btn a:hover {
	background:#cdcccc;
	box-shadow: 0 -2px #6c6b6b;
}

.main_column .btn_link{
	display: inline-block;
*	display: block;
*	zoom: 1;
	background: #008363;
	padding: 10px 20px;
	font-size: 123.1%;
	color: #fff;
	border-radius: 100px;
	text-decoration: none;
}
.main_column .btn_link:hover{
	text-decoration: none!important;
	background: #fac05b!important;
}
.main_column .btn_link:before{
	margin-right: 5px;
}

.main_column .btn_link.entry{
	background: #F14040;
}



@media only screen and (max-width: 767px){
	.site_container .contents h2,
	.site_container .main_column h2
	{
		font-size:153.9%;
		margin-bottom:15px;
	}

	.site_container .contents .hx_1_5,
	.site_container .main_column .hx_1_5
	{
		color: #666;
		font-size: 138.5%;
	}

	.main_column .next_btn {
		margin:0 12px 25px;
	}
}






/* link
------------------------------------------------- */

a {
    color:#333;
    text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

/* text link
------------------------------------------------- */

.link{
}

.link_blank{
}

.link_anchor{
}


/* font icon
------------------------------------------------- */

@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot?-773dm5');
	src:url('fonts/icomoon.eot?#iefix-773dm5') format('embedded-opentype'),
		url('fonts/icomoon.woff?-773dm5') format('woff'),
		url('fonts/icomoon.ttf?-773dm5') format('truetype'),
		url('fonts/icomoon.svg?-773dm5#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="font_icon_"]:before, [class*=" font_icon_"]:before {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.font_icon_talk:before {
	content: "\69";
}
.font_icon_shakehand:before {
	content: "\6a";
}
.font_icon_pencil:before {
	content: "\6b";
}
.font_icon_lecture:before {
	content: "\6c";
}
.font_icon_document2:before {
	content: "\6d";
}
.font_icon_document1:before {
	content: "\6e";
}
.font_icon_crown:before {
	content: "\6f";
}
.font_icon_office:before {
	content: "\61";
}
.font_icon_mike:before {
	content: "\62";
}
.font_icon_mail:before {
	content: "\63";
}
.font_icon_arrow:before {
	content: "\64";
}
.font_icon_arrow_2:before {
	content: "\65";
}
.font_icon_blank:before {
	content: "\66";
}
.font_icon_tyontyon:before {
	content: "\67";
}
.font_icon_tyontyon2:before {
	content: "\68";
}
.font_icon_q:before {
	content: "\71";
}


.font16_14 {
	font-size:123.1%;
}

@media only screen and (max-width: 767px){
	.font16_14 {
		font-size:108%;
	}
}




/* content_box
------------------------------------------------- */

.contents_box{
	border: 1px solid #ddd;
	font-size: 123.1%;
	padding: 0 20px;
}
.contents_box > .title{
	background: #f3f3f3;
	padding: 15px 20px;
	margin: 0 -20px;
	margin-bottom: 0!important;
	color: #008363;
	line-height: 1;
}
.contents_box > section{
	border-bottom: 1px solid #ddd;
}
.contents_box > section:last-child{
	border-bottom: none;
}
.contents_box > section .content{
	padding: 20px 0;
}
.contents_box > section .content .subtitle{
	font-size: 18px;
	margin-bottom: 15px;
}

/* contact_box & bnr_box
------------------------------------------------- */

.contact_box {
	border:1px solid #ddd;
	background:url(../img/contact_box_bg.png) no-repeat right bottom #fafafa;
	padding:20px 150px 20px 20px;
	margin-top:7%;
	position:relative;
	height:100px;
}

.contact_box p {
	margin-bottom:16px;
	font-size:161.6%;
}

.contact_box p br {
	display:none;
}

.contact_box p span {
	font-size:123.1%;
	color:#f14040;
}

.contact_box .contact_tel {
	float:left;
	padding-top:12px;
	padding-bottom:5px;
	width:50%;
}

.contact_box .contact_tel_sp {
	display:none;
}

.contact_box .contact_mail {
	float:left;
	width:46%;
	padding-top:10px;
	text-align:right;
}

.contact_box .contact_mail a {
	display:inline-block;
	padding:9px 0;
	background:#008363;
	border-radius:17px;
	width:92%;
	text-align:center;
}

.contact_box .contact_mail a:hover {
	background:#fac05b;
}


.bnr_box ul {
	max-width:700px;
	margin:0 auto;
}

.bnr_box li {
	width:32%;
	margin-top:12px;
}

.bnr_box li a {
	padding:7px 8px;
	display:block;
	background:#fafafa;
	border:1px solid #ddd;
}

.bnr_box li a:hover img{
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.bnr_box li img {
	max-width:100%;
	height:auto;
}



@media only screen and (max-width:999px) {
	.contact_box {
		padding:30px 0 20px;
		background:#fafafa;
	}

	.contact_box p {
		font-size:146.5%;
		text-align:center;
	}

	.contact_box_inner {
		padding:0 16px;
	}

	.contact_box .contact_tel {
		padding-bottom:0;
		border-right:none;
		text-align:center;
	}

	.contact_box .contact_mail {
		text-align:center;
		float:right;
	}

	.contact_box .contact_mail a {
		width:100%;
	}

	.contact_box .contact_tel img,
	.contact_box .contact_mail img {
		max-width:100%;
		height:auto;
	}

	.contact_box_bg {
		display:none;
	}

	.bnr_box ul{
		width:auto;
		max-width:100%;
	}
}


@media only screen and (max-width: 767px){

	.contact_box p br {
		display:block;
	}

	.contact_box_inner {
		text-align:center;
		padding:0;
	}

	.contact_box .contact_tel {
		display:none;
	}

	.contact_box .contact_tel_sp {
		display:block;
		text-align:center;
		margin-bottom:16px;
	}

	.contact_box .contact_mail {
		margin-right:0;
		text-align:center;
		float:none;
		width:100%;
		padding-top:0;
	}

	.contact_box .contact_mail a {
		padding:9px 15px;
		width:auto;
		display:block;
	}

	.contact_box {
		height:auto;
		padding:19px 20px;
	}

	.bnr_box li {
		display:block;
		width:100%;
	}
}


/* table_style
------------------------------------------------- */

.table_style {
	width:100%;
	font-size:108%;
}

.table_style th,
.table_style td {
	border-top:1px solid #ddd;
	padding-top:8px;
	padding-bottom:8px;
	text-align:center;
	vertical-align:top;
}

.table_style th {
	background:#f5f5f5;
	font-weight:normal;
}


/* custom layout
------------------------------------------------- */

.eyecatch_link_box{
	border: 1px solid #ddd;
	padding: 22px;
	position: relative;
	cursor:pointer;
}
.eyecatch_link_box:hover{
	background: #f5f5f5;
}
.eyecatch_link_box:before{
	content: "";
	display: block;
	background: #ededed;
	width: 100%;
	height: 3px;
	position: absolute;
	top: 2px;
	left: 0;
}

.eyecatch_link_box .thumb img{
	max-width: 100%;
    height: auto;
    width:100%\9; /* IE8 */;
}

.eyecatch_link_box .title{
	margin: 17px 0!important;
	font-size: 138.5%;
	font-weight: normal;
}

.eyecatch_link_box:hover a{
	text-decoration:none;
}

.eyecatch_link_box .content{
	font-size: 108%;
}

@media only screen and (max-width: 767px){
	.eyecatch_link_box .thumb img{
		width: 100%;
	}
}
/*
 * タブレットで画像リサイズ
 */
@media only screen and (max-width: 999px){
	.respond_size img{
		width: 100%;
		height: auto;
	}
}


/*
 * cms 関連
 */


/* default style */
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

/* pagenation */
.tablenav{
	text-align: center;
	text-justify: auto;
}
.tablenav .next{
	margin-left: 10px;
}
.tablenav .prev{
	margin-right: 10px;
}


.tablenav {
	clear: both;
	padding: 20px 0;
	position: relative;
}

.tablenav a,
.tablenav .current {
	display:inline-block;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:123.1%;
	text-align:center;
	width:33px;
	height:22px;
	padding-top:7px;
	border-radius:50%;
	text-align:center;
	line-height:1;
	margin-bottom:10px;
	text-decoration:none;
}

.tablenav a {
	color:#666;
	background:#fff;
	border:1px solid #666;
}

.tablenav a:hover {
	color:#fff;
	background:#008363;
	border:1px solid #008363;
}

.tablenav .current {
	color:#fff;
	background:#008363;
	border:1px solid #008363;
}

.tablenav .next,
.tablenav .prev {
	font-family:verdana, arial,'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size:108%;
	border-radius:17px;
	width:auto;
	padding:7px 10px 0;
}

.tablenav .next:after,
.tablenav .prev:before {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	text-decoration:none !important;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	/* アイコンから下線削除 */
	display: inline-block;
	text-indent: -1em;
	margin-left: 1em;
}

.tablenav .prev:before {
	content:"\65";
	padding-right:3px;
}

.tablenav .next:after {
	content:"\64";
	padding-left:3px;
}


/*.tablenav a {
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	margin-bottom: 5px;
	text-decoration: none;

	padding:5px 10px 6px 10px;
	background-color: #eee;
	background-color: #f9f9f9;
	background-image: -webkit-linear-gradient(top, #f9f9f9, #eaeaea);
	background-image: -moz-linear-gradient(top, #f9f9f9, #eaeaea);
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.tablenav a:hover{
	background-color: #efefef;
	background-image: -webkit-linear-gradient(top, #eaeaea, #f9f9f9);
	background-image: -moz-linear-gradient(top, #eaeaea, #f9f9f9);
}

.tablenav .current{
	display: inline-block;
	vertical-align: middle;
	zoom: 1;

	padding: 5px 10px 6px 10px;
	background-color: #444;
	background-image: -webkit-linear-gradient(top, #444, #555);
	background-image: -moz-linear-gradient(top, #444, #555);
	border: 1px solid #444;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #fff;
}*/

.icon_new {
	background:#f65151;
	border-radius:10px;
	padding:1px 5px 2px;
	color:#fff;
	text-align:center;
	font-size:85%;
	margin-left:5px;
	text-decoration:none !important;
}
.icon_blank_w {
  background: url(../img/icon_blank_white.png) no-repeat left bottom;
  margin-right: 5px;
  padding-top: 1px;
  padding-left: 16px;
}
.icon_blank {
  background: url(../img/icon_blank.png) no-repeat left bottom;
  margin-right: 5px;
  padding-top: 1px;
  padding-left: 16px;
}

#wp-calendar {
	line-height: 2;
	margin: 0;
	width: 100%;
}
#wp-calendar caption {
	color: #fff;
	background: #008363;
	text-align: left;
	padding: 10px;
	line-height: 1;
}
#wp-calendar thead th {
	background-color: #f9f9f9;
}
#wp-calendar tbody td, #wp-calendar thead th {
	text-align: center;
	border: 1px solid #ddd;
}
#wp-calendar tbody a {
	background-color: #008363;
	color: #FFFFFF;
	display: block;
}
#wp-calendar tbody a:hover {
	background-color: #fac05b;
}
#wp-calendar tbody a:hover {
	color: #FFFFFF;
}
#wp-calendar #prev {
	padding-left: 5px;
}
#wp-calendar #next {
	padding-right: 5px;
	text-align: right;
}

/*******************************
201709 関連するM&Aニュース装飾
*************************/
aside.relation{
	padding: 2%;
	line-height: 2em;
	background: #fafafa;
	margin-top: 6%;
	border:1px solid #dddddd;
}

aside.relation p:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 4px;
    margin-left: 4px;
    border: transparent solid 5px;
    border-left-color: #333;
}