@charset "UTF-8";
/* CSS Document */

/*==================
ベースのCSSの設定
====================*/

/*ベースの要素の設定をリセット*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
p,article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
}

/*HTML5の新要素をdisplay:blocにする*/
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display: block;
}

/*サイト全体の基本情報の設定*/
html {
	-webkit-text-size-adjust: 100%; /* Font size adjust for mobile */
	font-size: 62.5%; /* 10px */
	height: 100%;
	box-sizing: border-box;
}
body{
	font-family: 'ヒラギノ角ゴ Pro W3',
				 'Hiragino Kaku Gothic Pro',
				 'メイリオ', Meiryo,
				 'ＭＳ Ｐゴシック',
				 'Roboto',
				 sans-serif;
	font-size: 15px; /* for IE */
	font-size: 1.5rem;
	line-height: 1.5;
	color: #333;
}

/*画像の枠線をクリアして位置の初期値の設定*/
img{
	border: 0;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}
/*リンクが貼られた画像にマウスオーバーした時の処理*/
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
}
*, *:before, *:after {
	box-sizing: inherit;
}

/*リンク時の枠の点線をなしにする*/
a{
	outline: none;
}

/*リンクの装飾の設定*/
a:link,
a:visited,
a:active{
	color: #333;
	text-decoration: none;
}

a:hover{
	color: #ff8383;
	text-decoration: none;
}

/*リスト要素の初期値をリセット*/
ul,ol{
	list-style: none;
}

/*clearfixの設定*/
#header_wrap:after,
#header:after,
#menu_wrap:after,
.clearfix:after,
section:after,
.contents_box:after,
.service_box_left:after,
.service_box_right:after,
.info_box:after,
.banner_wrapper:after {
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}
.clearfix {
	display: inline-block;
}

* html .clearfix             { zoom: 1; } 
*:first-child+html .clearfix { zoom: 1; }#wrap {
	width: 980px;
	margin: 0 auto;
	padding: 0;
}

.box_sizing {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.notice::before {
	content: '※ ';
	margin: 0 0 0 -1.3em;
}
.notice {
	font-size: 0.8em;
	line-height: 1.4;
	margin: 0.2em 0 0 1.3em;
}

.margin_bottom40px {
	margin: 0 0 40px 0;
}
.margin_bottom60px {
	margin: 0 0 60px 0;
}
.padding_top60px {
	padding: 60px 0 0 0;
}

a.toform {
	color: #e80d0d;
}
a.toform:hover {
	color: #ff8383;
}

.gmap iframe {
	width: 100%;
}

.sns_wrapper ul {
	text-align: center;
}
.sns_wrapper ul li {
	display: inline-block;
	width: 20%;
	max-width: 100px;
	min-width: 70px;
	margin: 0 2.0em;
}



/*////////////////////////////////////////////////*/
/*//////////////////// Header ////////////////////*/
/*////////////////////////////////////////////////*/

#header_wrap {
	background-color: #fff;
	width: 100%;
	height: 60px; /*auto*/
	margin: 0 auto;
	border-bottom: solid 2px #e80d0d;
	position: absolute;
	z-index: 1001;
}
#header_wrap.stuck {
	position: fixed;
	top: 0;
	box-shadow: 0 6px 4px -4px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 6px 4px -4px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 6px 4px -4px rgba(0, 0, 0, .3);
}
#header {
	width: 100%;
	height: auto;
	padding: 0;
	position: relative;
}
#ci_wrap {
	max-width: 1000px;
	margin: 0 auto;
}
h1 img {
	display: block;
	width: 185px;
	height: auto;
	float: left;
	padding: 0;
	margin: 12px 0 0 10px;
}




/*//////////////////////////////////////////////////*/
/*//////////////// Header Sub Menu /////////////////*/
/*//////////////////////////////////////////////////*/

.header_wrap_sub {
	display: none !important;
}




/*////////////////////////////////////////////////////*/
/*//////////////////// Navigation ////////////////////*/
/*////////////////////////////////////////////////////*/

#menu_wrap {
	letter-spacing: 0.12em;
	width: 100%;
	padding: 60px 0 0 0;
}
.menubtn {
	display: block !important;
	font-size: 16px;
	font-size: 1.6rem;
	color: #666;
	background-color: #fff;
	border: solid 1px #ccc;
	padding: 8px 10px;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	
	position: absolute;
	top: 9px;
	right: 10px;
}

.navi {
	display: none;
	position: absolute;
	z-index: 1000;
	width: 100%;
}
.navi ul {
	width: 100%;
}
.navi ul li {
	line-height: 1.3;
	background-color: #e80d0d;
	text-align: center;
	width: 100%;
	float: left;
	border-top: dashed 1px #fff;
}
.navi ul li:first-child {
	border-top: none;
}
.navi ul li:last-child {
	border-bottom: solid 1px #fff;
}
.navi ul li p {
	font-size: 11px; /*for IE*/
	font-size: 1.1rem;
	letter-spacing: 0.075em;
	margin: 0;
}
.navi ul li a {
	color: #fff;
	padding: 10px;
	margin: 0;
	display: block;
}
.navi ul li a:hover {
	color: #fff;
	background-color: #ff8383;
}




/*////////////////////////////////////////////////////*/
/*//////////////////// WideSlider ////////////////////*/
/*////////////////////////////////////////////////////*/

.wideslider {
	width: 100%;
	height: 450px;
	text-align: left;
	position: relative;
	overflow: hidden;
/*	border-top: solid 1px #ccc;
	border-bottom:  solid 1px #ccc;*/
}
.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}
.wideslider ul li img {
	width: 100%;
	display: none;
}
.wideslider_base {
	top: 0;
	position: absolute;
}
.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;
}
.slider_prev,
.slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}
.slider_prev {
	background-color: #fff;
	background-image: url(../images/prev.png);
	background-repeat: no-repeat;
	background-position: right+20px center;
}
.slider_next {
	background-color: #fff;
	background-image: url(../images/next.png);
	background-repeat: no-repeat;
	background-position: left+20px center;
}
.pagination {
	display: none !important;
}

/* ClearFixElements */
.wideslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
.wideslider ul {
    display: inline-block;
    overflow: hidden;
}




/*////////////////////////////////////////////////*/
/*//////////////////// Footer ////////////////////*/
/*////////////////////////////////////////////////*/

#footer_wrap {
	width: 100%;
	border-top: solid 1px #e80d0d;
}
footer {
	font-size: 10px;
	font-size: 1.0rem;
	text-align: center;
	max-width: 1000px;
	padding: 20px 0;
	margin: 0 auto;
}


/*/// Pagetop Icon ///*/
#pagetop {
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	position: fixed;
	bottom: 15px;
	right: 15px;
	z-index: 90;
	opacity: 1.0;
}
.pagetop_icon1 {
	color: #fff;
}
.pagetop_icon2 {
	font-family: FontAwesome;
	content: "\f04d";
	color: rgba(153, 153, 153, 1);
	opacity: 0.65;
}
a:hover .pagetop_icon2 {
	opacity: 1.0;
}


.footer_note {
	font-size: 0.8em;
	text-align: right;
	max-width: 900px;
	width: 94%;
	padding: 0 0 1.0em 0;
	margin: 0 auto;
}



/*////////////////////////////////////////////////*/
/*/////////////////// Contents ///////////////////*/
/*////////////////////////////////////////////////*/

.contents_box {
	max-width: 900px;
	width: 94%;
	padding: 0 0 50px 0;
	margin: 0 auto;
}



/*/// title ///*/

.title_bar {
	width: 100%;
	height: 140px;
	margin: 0 0 30px 0;
	display: table;
	background-repeat: no-repeat, no-repeat;
	background-position: center center, center center;
	background-size: cover, cover;
}
.title_bar h2 {
	letter-spacing: 0.1em;
	height: 140px;
	margin: 0 auto;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	
	text-shadow: -1px -1px 0px #fff,
				1px -1px 0px #fff,
				1px 1px 0px #fff,
				-1px 1px 0px #fff;
}
.title_bar h2 > p:first-child {
	font-style: italic;
	letter-spacing: 0.1em;
	font-size: 30px;
	font-size: 3.0rem;
	color: #e80d0d;
}
#title01 {
	background-image:
		-moz-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 35%, rgba(255,255,255,0.95) 90%); /* FF3.6-15 */
		url(../images/01_title_bg.jpg);
	background-image:
		-webkit-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 35%, rgba(255,255,255,0.95) 90%); /* Chrome10-25,Safari5.1-6 */
		url(../images/01_title_bg.jpg);
	background-image:
		linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 35%, rgba(255,255,255,0.95) 90%), /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		url(../images/01_title_bg.jpg);
}
#title02 {
	background-image:
		-moz-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 35%, rgba(255,255,255,0.95) 90%); /* FF3.6-15 */
		url(../images/02_title_bg.jpg);
	background-image:
		-webkit-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 35%, rgba(255,255,255,0.95) 90%); /* Chrome10-25,Safari5.1-6 */
		url(../images/02_title_bg.jpg);
	background-image:
		linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 35%, rgba(255,255,255,0.95) 90%), /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		url(../images/02_title_bg.jpg);
}
#title03 {
	background-image:
		-moz-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 35%, rgba(255,255,255,0.95) 90%); /* FF3.6-15 */
		url(../images/03_title_bg.jpg);
	background-image:
		-webkit-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 35%, rgba(255,255,255,0.95) 90%); /* Chrome10-25,Safari5.1-6 */
		url(../images/03_title_bg.jpg);
	background-image:
		linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 35%, rgba(255,255,255,0.95) 90%), /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		url(../images/03_title_bg.jpg);
}
#title04 {
	background-image:
		-moz-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 35%, rgba(255,255,255,0.95) 90%); /* FF3.6-15 */
		url(../images/04_title_bg.jpg);
	background-image:
		-webkit-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 35%, rgba(255,255,255,0.95) 90%); /* Chrome10-25,Safari5.1-6 */
		url(../images/04_title_bg.jpg);
	background-image:
		linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 35%, rgba(255,255,255,0.95) 90%), /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		url(../images/04_title_bg.jpg);
}
#title05 {
	background-image:
		-moz-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 35%, rgba(255,255,255,0.95) 90%); /* FF3.6-15 */
		url(../images/05_title_bg.jpg);
	background-image:
		-webkit-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 35%, rgba(255,255,255,0.95) 90%); /* Chrome10-25,Safari5.1-6 */
		url(../images/05_title_bg.jpg);
	background-image:
		linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 35%, rgba(255,255,255,0.95) 90%), /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		url(../images/05_title_bg.jpg);
}


/*/// about ///*/

.policy_text {
	font-size: 1.8em;
	line-height: 1.4;
	font-weight: 600;
	color: #e50000;
	text-align: center;
	padding: 0.3em 0;
}
.what_title_image {
	width: 60%;
	margin: 3.0em auto 2.0em auto;
}
.what_title_image img {
	width: 100%;
}
.sign01 {
	font-size: 1.4em;
	text-align: left;
	margin: 0;
}
.sign02 {
	font-size: 0.8em;
	text-align: left;
	color: #555;
}


/*/// service ///*/

h3.service_subtitle {
	color: #e80d0d;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3;
	text-align: center;
	max-width: 900px;
	height: 100%;
	margin: 0 auto;
	margin: 0 0 30px 0;
}
h3.service_subtitle:before {
	content: "";
	display: block;
	height: 2px;
	max-width: 900px;
	background: #e80d0d;
}
h3.service_subtitle:after {
	content: "";
	display: block;
	height: 2px;
	max-width: 900px;
	background: #e80d0d;
}
h3.service_subtitle p:before {
	content: "";
	display: block;
	height: 1px;
	max-width: 900px;
	margin: 4px 0 10px 0;
	background: #e80d0d;
}
h3.service_subtitle p:after {
	content: "";
	display: block;
	height: 1px;
	max-width: 900px;
	margin: 10px 0 4px 0;
	background: #e80d0d;
}


h3.service_subtitle_green {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1;
	text-align: center;
	max-width: 900px;
	height: 100%;
	margin: 0 auto;
	margin: 0 0 30px 0;
}
h3.service_subtitle_green:before {
	content: "";
	display: block;
	height: 2px;
	max-width: 900px;
	background: #e80d0d;
}
h3.service_subtitle_green:after {
	content: "";
	display: block;
	height: 2px;
	max-width: 900px;
	background: #e80d0d;
}
h3.service_subtitle_green div:before {
	content: "";
	display: block;
	height: 1px;
	max-width: 900px;
	margin: 3px 0 2px 0;
	background: #e80d0d;
}
h3.service_subtitle_green div:after {
	content: "";
	display: block;
	height: 1px;
	max-width: 900px;
	margin: 2px 0 3px 0;
	background: #e80d0d;
}
h3.service_subtitle_green div p {
	color: #fff;
	background-color: #e80d0d;
	padding: 0.8em 0;
}


.service_box_left,
.service_box_right,
.service_box {
	margin: 0;
}
.service_box_bottom {
	margin: 0 0 50px 0;
}
.service_box_top {
	margin: 20px 0 0 0;
}
.service_box_left .text_box,
.service_box_right .text_box,
.service_box .text_box {
	width: 100%;
	float: none;
}
.service_box_left .text_box h4,
.service_box_right .text_box h4,
.service_box .text_box h4 {
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 1.3;
	font-weight: bold;
	padding: 0 0 0 8px;
	margin: 0 0 25px 0;
	border-left: solid 8px #e80d0d;
}
.service_box_left .text_box h4 br,
.service_box_right .text_box h4 br,
.service_box .text_box h4 br {
	display: none!important;
}
.service_box_left .text_box p,
.service_box_right .text_box p,
.service_box .text_box p {
	padding: 0 0 16px 1em;
	margin: 0 0 0 -0.1em;
}
.service_box_left .text_box div p:last-child,
.service_box_right .text_box div p:last-child,
.service_box .text_box div p:last-child {
	padding: 0 0 35px 1em;
}
.service_box_left .text_box div p:before,
.service_box_right .text_box div p:before,
.service_box .text_box div p:before {
	color: #e80d0d;
	content: "□";
	margin: 0 0 0 -1.0em;
	
}
.service_box_left img,
.service_box_right img {
	display: block;
	width: 50%;
	float: none;
	margin: 2.0em auto 0 auto;
}

.service_box_left .text_box p.text2,
.service_box_right .text_box p.text2,
.service_box .text_box p.text2 {
	padding: 0 0 35px 0;
	margin: 0 0 0 -1.0em;
}
.service_box_left .text_box div p.text2:before,
.service_box_right .text_box div p.text2:before,
.service_box .text_box div p.text2:before {
	content: none;
}

.l_banner {
	float: none;
	width: 100%;
}
.r_text_box {
	float: none;
	width: 100%;
}
.r_text_box h4 {
	color: #e80d0d;
	font-size: 1.2em;
	line-height: 1.4;
	font-weight: 500;
	text-align: center;
	margin: 0.8em 0;
}
.r_text_box h4 span {
	font-size: 0.7em;
	line-height: 1;
}


/*/// company ///*/

.company_info_box {
	font-size: 1.1em;
	line-height: 1.6em;
	
	text-align: center;
	
	float: none;
	width: 90%;
	padding: 0;
	margin: 0 auto;
}
.company_info_box dl {
	display: inline-block;
}
/*.company_info_box dt,
.profile_box dt {
	text-align: left;
	float: left;
	width: 100%;
	padding: 0 0 0.3em 0;
	margin: 0 0 0.3em 0;
	border-bottom: solid 1px #ccc;
}*/
.company_info_box dd {
	text-align: left;
	margin: 0 0 1.5em 0;
}

.profile_box .text_box {
	text-align: center;
}
.profile_box .text2 {
	display: inline-block;
	text-align: left;
	margin: 0;
}
/*
.company_info_box dd:last-child {
	margin: 0 0 2.0em 0;
}
*/




/*/// contact us ///*/

.contact_text {
	margin: 30px auto 0 auto;
}
.contact_subtitle {
/*	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2.5;*/
/*	font-weight: bold;*/
	text-align: center;
	margin: 30px 0 0 0;
}
.contact_subtext {
	text-align: center;
}
.text_fax {
	font-size: 23px;
	font-size: 2.3rem;
	line-height: 1.7;
	font-weight: bold;
	color: #e80d0d;
	text-align: center;
	padding: 0;
	margin: 20px auto;
}
.text_fax span {
	margin: 0;
}
.text_fax br {
	display: block!important;
}
.text_fax a {
	color: #ff8383;
}
.contact_button_wrapper {
	max-width: 450px;
	margin: 10px auto 0 auto;
}
.mail_button {
	color: #fff;
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 55px;
	text-decoration: none;
	text-align: center;
	height: 55px;
	max-width: 100%; /*450px*/
	margin: 0; /*10px auto 0 auto*/
	background-color: #e80d0d;
/*	display: inline-block;*/
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	-moz-box-shadow: 1px 1px 3px rgba(000,000,000,0.5);
	-webkit-box-shadow: 1px 1px 3px rgba(000,000,000,0.5);
	box-shadow: 1px 1px 3px rgba(000,000,000,0.5);
}
a:hover .mail_button {
	background-color: #ff8383;
	
	-moz-box-shadow: 0 0 1px rgba(000,000,000,0.75);
	-webkit-box-shadow: 0 0 1px rgba(000,000,000,0.75);
	box-shadow: 0 0 1px rgba(000,000,000,0.75);
}

.banner_wrapper {
	width: 100%;
	text-align: center;
}
.banner_wrapper .banner {
	width: 100%;
	margin: 0 0 2.0em 0;
}
.banner_wrapper .banner:last-child {
	margin: 0;
}
.privacy_box {
	font-size: 0.9em;
	width: 100%;
	margin: 1.0em 0 0 0;
}




@media all and (min-width: 620px) {

.banner_wrapper .banner,
.banner_wrapper .banner:last-child {
	width: 29.3333%;
	margin: 0 2%;
	float: left;
}



/*/// about ///*/

.policy_text {
	font-size: 2.0em;
	padding: 0.3em 0;
}
.what_title_image {
	width: 25%;
	margin: 2.0em auto 1.5em auto;
}

.service_box_right img {
	width: 38%;
}
	
}






@media all and (min-width: 750px) {

body{
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.6;
}



/*////////////////////////////////////////////////*/
/*//////////////////// Header ////////////////////*/
/*////////////////////////////////////////////////*/

#header_wrap {
	height: auto;
	border-bottom: solid 3px #e80d0d;
	position: static;
}
#header_wrap.stuck {
	position: static;
	top: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
h1 img {
	width: 450px;
	float: none;
	padding: 35px 0;
	margin: 0 auto;
}




/*//////////////////////////////////////////////////*/
/*//////////////// Header Sub Menu /////////////////*/
/*//////////////////////////////////////////////////*/

.header_wrap_sub {
	display: block !important;
	height: auto;
	width: 100%;
	background-color: #fff;
	border-bottom: solid 3px #e80d0d; 
	position: absolute;
	z-index: 1000;
	top: -80px;
}
.header_wrap_sub.stuck {
	position: fixed;
	top: 0;
	box-shadow: 0 6px 4px -4px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 6px 4px -4px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 6px 4px -4px rgba(0, 0, 0, .3);
}
.header_sub {
	width: 100%;
	max-width: 1000px;
	padding: 0 20px;
	margin: 0 auto;
	position: relative;
}
.ci {
	width: 200px;
	padding: 12px 0;
}
.sub_navi_wrap {
	letter-spacing: 0.05em;
	position: absolute;
	right: 10px;
	top: 0;
}
.sub_navi_wrap ul li {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.3;
/*	color: #1e2837;*/
	text-align: center;
	float: left;
}
/*
	.sub_navi_wrap ul li p {
	font-size: 10px;
	font-size: 1.0rem;
	letter-spacing: 0.06em;
}
*/
.sub_navi_wrap ul li a {
	padding: 1.85em 1.0em;
	margin: 0;
	display: block;
}
.sub_navi_wrap ul li a:hover {
	color: #fff;
	background-color: #ff8383;
}




/*////////////////////////////////////////////////////*/
/*//////////////////// Navigation ////////////////////*/
/*////////////////////////////////////////////////////*/

#menu_wrap {
	padding: 0 0 0 0;
}
.navi {
	display: block !important;
	position: static;
	max-width: 1000px;
	margin: 0 auto;
}
.menubtn {
	display: none !important;
}
.navi ul li {
	font-size: 17px;
	font-size: 1.7rem;
	background-color: #fff;
	width: 20%;
	border-top: none;
	border-left: solid 1px #e6e6e6;
}
.navi ul li:last-child {
	border-top: none;
	border-bottom: none;
	border-right: solid 1px #e6e6e6;
	border-left: solid 1px #e6e6e6;
}
.navi ul li p {
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0.075em;
	margin: 6px 0 0 0;
}
.navi ul li a{
	color: #333;
	padding: 25px 0;
}
.navi ul li a:hover {
	background-color: #ff8383;
}





/*////////////////////////////////////////////////*/
/*/////////////////// Contents ///////////////////*/
/*////////////////////////////////////////////////*/

/*// contents //*/

.contents_box {
/*	max-width: 900px;*/
	padding: 0 0 80px 0;
/*	margin: 0 auto;*/
}




/*/// title ///*/

.title_bar {
	height: 240px;
	margin: 0 0 50px 0;
}
.title_bar h2 {
	height: 240px;
}
.title_bar h2 > p:first-child {
	font-size: 48px;
	font-size: 4.8rem;
}



/*/// Information ///*/

.information_box {
	margin: 50px auto;
}
.information_box dt {
	width: 110px;
	margin: auto;
}
.information_box dd {
	float: none;
	width: auto;
	margin: 0 0 20px 120px;
}
.information_box dd:last-child {
	float: none;
	width: auto;
	margin: 0 0 0 120px;
}



/*/// about ///*/

.policy_text {
	font-size: 2.5em;
	line-height: 1.4;
	padding: 1.0em 0;
}
.what_title_image {
	width: 30%;
	margin: 2.5em auto 2.0em auto;
}
/*
.sign01 {
	font-size: 1.0em;
	margin: 2.0em 0 0 0;
}
.sign02 {
	font-size: 1.2em;
}
*/

/*/// service ///*/

h3.service_subtitle {
	font-size: 30px;
	font-size: 3.0rem;
	margin: 0 0 50px 0; /*50px 0*/
}
h3.service_subtitle p:before {
	margin: 4px 0 20px 0;
}
h3.service_subtitle p:after {
	margin: 20px 0 4px 0;
}

h3.service_subtitle_green {
	font-size: 24px;
	font-size: 2.4rem;
/*	margin: 0 0 50px 0;*/
}

.service_box_left,
.service_box_right,
.service_box {
	margin: 0; /*0 0 80px 0*/
}
.service_box_bottom {
	margin: 0 0 80px 0;
}
.service_box_top {
	margin: 50px 0 0 0;
}
.service_box_left .text_box {
	width: 64%;
	float: left;
}
.service_box_right .text_box {
	width: 64%;
	float: right;
}
.service_box_left .text_box h4,
.service_box_right .text_box h4,
.service_box .text_box h4 {
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.3;
}
.service_box_left .text_box h4 br,
.service_box_right .text_box h4 br,
.service_box .text_box h4 br {
	display: block!important;
}
.service_box_left img {
	width: 33%;
	float: right;
	margin: 0 0 0 3%;
}
.service_box_right img {
	width: 33%;
	float: left;
	margin: 0 3% 0 0;
}

.l_banner {
	float: left;
	width: 42%;
}
.r_text_box {
	float: right;
	width: 54%;
}
.r_text_box h4 {
	font-size: 1.5em;
	text-align: left;
	margin: -0.2em 0 0.8em 0;
}
.r_text_box h4 span {
	font-size: 0.8em;
}



/*/// profile / company ///*/

.profile_box dt {
	width: 100%;
	padding: 0;
	margin: 0;
	border-bottom: none;
}
.profile_box dd {
	margin: 0 0 1.5em 0;
}
/*.company_info_box dt {
	width: 5em;
	padding: 0;
	margin: 0;
	border-bottom: none;
}*/
.company_info_box dd {
	margin: 0 0 1.5em 0;/*0 0 1.5em 6em*/
}
/*
.company_info_box dd:last-child {
	margin: 0 0 3.0em 7em;
}
*/



/*/// about us ///*/

.info_box {
	margin: 0 0 50px 0;
}
.info_text_box {
	width: 42%;
	float: left;
}
.company_name {
	font-size: 24px;
	font-size: 2.4rem;
	padding: 0 0 20px 0;
	margin: 50px auto 25px auto;
}
.info_subtitle {
	padding: 0;
	margin: 20px 0 5px 0;
	border-bottom: none;
}
.info_subtitle:first-child {
	margin: 0 0 5px 0;
}
#map_canvas_mobile,
#show_large_map {
	display: none !important;
}
#map_canvas {
	display: block !important;
}
#map_canvas {
	float: right;
	height: 600px;
	width: 58%;
	background-color: #eee;
}



/*/// contact us ///*/

.contact_text {
	margin: 50px auto 0 auto;
}
/*
.contact_subtitle {
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	margin: 30px 0 0 0;
}*/
.text_fax {
	font-size: 30px;
	font-size: 3.0rem;
	line-height: 1.0;
	padding: 0 0 0 -10px;
	margin: 20px auto;
}
.text_fax span {
	margin: 0 0 0 2.0em;
}
.text_fax br {
	display: none!important;
}
.mail_button {
	color: #fff;
	font-size: 20px;
	font-size: 2.0rem;
	margin: 10px auto 0 auto;
/*	background-color: #d5a711;*/
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	-moz-box-shadow: 1px 1px 3px rgba(000,000,000,0.5);
	-webkit-box-shadow: 1px 1px 3px rgba(000,000,000,0.5);
	box-shadow: 1px 1px 3px rgba(000,000,000,0.5);
}

}
