@charset "utf-8";

@-ms-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pc{display:block;}
.sp{display:none;}



/*Contents layout
----------------------------------------------------*/
#wrapper,
#wrapper_contents{
	position:relative;
	width:100%;
	height:100%;
	margin:0 auto;
}

#wrapper_contents{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.6rem;
}

section{
	width:100%;
	padding:50px 0;
	display:block;
	clear:both;
}

.contents{
	position:relative;
	width:1000px;
	margin:0 auto;
}

#wrapper:after,
#wrapper_contents:after,
section:after,
.contents:after,
.box_col:after,
dl:after{
	visibility: hidden;
	display: block;
	font-size: 0px;
	content: " ";
	clear: both;
	height: 0;
}


/*アニメーション設定
-------------------------------------------------*/	
.opacity0 {
	opacity: 0;
}

#trigger-item1,
#trigger-item2,
#trigger-item3,
#trigger-item4,
#trigger-item5,
#trigger-item6,
#trigger-item7
{
	position:relative;
	top:-200px;
}


/*header
----------------------------------------------------*/
.box_head{
	position:relative;
	width:100%;
	overflow:hidden;
}

header{
	position:absolute;
	top:360px;
	width:100%;
	height:140px;
	padding:20px 0 0 0;
	/*background-color: rgba(19,31,63,0.7);*/
	background:url(../img/bg_top_header.png) no-repeat center;
	z-index:99;
}

header h1,
header p{
	line-height:1.0;
}

.tell{
    float: right;
     margin-right: 30px;
    margin-top: -10px;
}


header .box_right{
	float:right;
	width:420px;
}

header .logo{
	float:left;
}
header h1{
    display: none;
}

header .box_right p{
	margin:10px 0 20px 0;
}

header .box_right ul li{
	float:left;
	margin-left:10px;
}

header .box_right ul li:first-child{
	margin-left:0;
}

#wrapper_contents header{
	position:absolute;
	top:0;
	width:100%;
	height:70px;
	padding:0;
	background-color:#131F3F;
	z-index:99;
}

#wrapper_contents header .logo{
	float:left;
	height:50px;
	padding:10px 0;
}

#wrapper_contents header .logo img{
	width:auto;
	height:50px;
}

#wrapper_contents header .box_right{
	position:relative;
	top:-10px;
	padding-top:10px;
}

#wrapper_contents header .box_right ul{
	position:absolute;
	top:34px;
	left:-200px;
}

#wrapper_contents header .box_right ul li{
	float:left;
	width:85px;
	margin-left:10px;
	border:1px solid #FFF;
}

#wrapper_contents header .box_right ul li a{
	color:#FFF;
	text-align:center;
	font-size:12px;
	line-height:1.4;
	display:block;
}

.anime-header-cover{
	position: absolute;
	left:-2000px;
	width:2000px;
	height:70px;
	background:#131F3F;
	z-index:9999;	
}

.anime-main-cover{
	position: absolute;
	top:135px;
	left:-2000px;
	width:2000px;
	height:400px;
	background:#131F3F;
	z-index:999;
}

.anime-header{
	position:absolute;
	left:-2500px;
}

.anime-mainImage-cover{
	position: absolute;
	top:0;
	left:-2000px;
	width:2000px;
	height:500px;
	background:#131F3F;
	z-index:999;
}

.anime-header-top{
	position:absolute;
	left:-3000px;
}

.anime-ttl-cover{
	position: absolute;
	top:360px;
	left:-2000px;
	width:2000px;
	height:140px;
	background:#131F3F;
	z-index:999;
}


/*navigation
----------------------------------------------------*/

/*icon
-----------------------------------*/
.drawer-hamburger {
	display:none;
}

/*navi
-----------------------------------*/
.navtest{
	position:absolute;
	top:70px;
	left:0;
	width:100%;
	margin:0 auto;
	background-color: rgba(255,255,255,0.9);
	z-index:999;
}

#wrapper_contents .navtest{
}

.navtest.fixed{
	position:fixed;
	top:0;
}

.navtest{
	top:40px;
}

.navtest.fixed{
	position:fixed;
	top:0!important;
}

.navtest .box{
	width:1000px;
	margin:0 auto;
}

ul.gnavi{
	position:relative;
	width:100%;
	margin:0 auto;
	display:table;
	line-height:1.2;
}

ul.gnavi li{
	display:table-cell;
	width:200px;
}

ul.gnavi li a{
	height:60px;
	padding:10px 0;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight:bold;
	text-align:center;
	display:block;
}

.fixed ul.gnavi li a{
	height:50px;
	padding:5px 0;
	text-align:center;
	display:block;
}


ul.gnavi li:nth-child(1){border-bottom:5px solid #4A6D2E;}
ul.gnavi li:nth-child(2){border-bottom:5px solid #CF7698;}
ul.gnavi li:nth-child(3){border-bottom:5px solid #820C14;}
ul.gnavi li:nth-child(4){border-bottom:5px solid #3B82C4;}
ul.gnavi li:nth-child(5){border-bottom:5px solid #D57C11;}

.fixed a{
	padding:20px 0;
}

ul.gnavi li a:hover,
ul.gnavi li a.on{
	background-color: rgba(234,238,240,0.8);
	color:#000;
}


/*top
----------------------------------------------------*/
.mainImage{
	width:100%;
	height:500px;
	background:#EAEEF0;
	text-align:center;
}

.mainImage ul li div{
	position:absolute;
	top:0;
	width:100%;
	height:500px;
	background:url(../img/bg_slider_cover.png) no-repeat top center;
	display:block;
}

.mainImage ul li div span{
	position:relative;
	width:1000px;
	margin:0 auto;
	padding-left:30px;
	text-align:left;
	background:url(../img/bg_ttl_main.gif) no-repeat;
	display:block;
	z-index:99;
}

.mainImage ul li div h2{
	margin:85px 0 10px 0;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:40px;
	color:#141F3F;
}

.mainImage ul li div p{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:15px;
}

.box_menu h2{
	margin-bottom:20px;
}

.topmenu{
	width:1000px;
	height:225px;
}

.topmenu ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.topmenu ul {
	display: flex;
	height: 225px;
}

.topmenu li {
	margin:0 5px;
	/*border:1px solid #C6C6C6;*/
	flex: 1;
	transition: flex 300ms ease-out, color 200ms ease-out;
	text-align: center;
	color: rgba(255, 255, 255,0);
	overflow:hidden;
}

.topmenu li a{
	padding-top:105px;
	display:block;
}

.topmenu li span{
	padding:3px;
	text-align:center;
	font-size:12px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color:#FFF;
	display:block;
}

.topmenu li:nth-child(1) {
	background:url(../img/bg_main_office.jpg) no-repeat top center;
	background-size:auto 105px;
}

.topmenu li:nth-child(2) {
	background:url(../img/bg_main_consign.jpg) no-repeat top center;
	background-size:auto 105px;
}

.topmenu li:nth-child(3) {
	background:url(../img/bg_main_med.jpg) no-repeat top center;
	background-size:auto 105px;
}

.topmenu li:nth-child(4) {
	background:url(../img/bg_main_concierge.jpg) no-repeat top center;
	background-size:auto 105px;
}

.topmenu li:nth-child(5) {
	background:url(../img/bg_main_management.jpg) no-repeat top center;
	background-size:auto 105px;
}

.topmenu li:nth-child(1) span{
	background:#4A6D2E url(../img/common/icon_ar01.png) no-repeat 96% center;
}

.topmenu li:nth-child(2) span{
	background:#CF7698 url(../img/common/icon_ar01.png) no-repeat 96% center;
}

.topmenu li:nth-child(3) span{
	background:#820C14 url(../img/common/icon_ar01.png) no-repeat 96% center;
}

.topmenu li:nth-child(4) span{
	background:#3B82C4 url(../img/common/icon_ar01.png) no-repeat 96% center;
}

.topmenu li:nth-child(5) span{
	background:#D57C11 url(../img/common/icon_ar01.png) no-repeat 96% center;
}

.topmenu li:hover {
   flex: 3;
   color: rgba(255, 255, 255, 1);
}

.btn_top_menu{
	text-align:center;
	color:#FFF;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.menu01{
	margin-left:0!important;
}

.menu01 .btn_top_menu{
	background:#4A6D2E url(../img/common/icon_ar01.png) no-repeat;
	background-position:96% center;
}

.menu02 .btn_top_menu{
	background:#CF7698 url(../img/common/icon_ar01.png) no-repeat;
	background-position:96% center;
}

.menu03 .btn_top_menu{
	background:#820C14 url(../img/common/icon_ar01.png) no-repeat;
	background-position:96% center;
}

.menu04 .btn_top_menu{
	background:#3B82C4 url(../img/common/icon_ar01.png) no-repeat;
	background-position:96% center;
}

.menu05 .btn_top_menu{
	background:#D57C11 url(../img/common/icon_ar01.png) no-repeat;
	background-position:96% center;
}

.box_news .box_left{
	float:left;
	width:150px;
}

.box_news .box_left h2{
	margin-bottom:20px;
}

.box_news .box_left p a{
	padding-left:20px;
	background:url(../img/top/icon_newslist.png) no-repeat;
	line-height:1.0;
	display:block;
}

.box_news .box_right{
	float:right;
	width:850px;
}

.box_news dl{
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px dotted #131F3F;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif!important;
}

.box_news dl dt{
	float:left;
	width:150px;
	text-align:center;
	font-size:12px;
	color:#FFF;
}

.box_news dl dt.icon_news01{background:#131F3F;}
.box_news dl dt.icon_news02{background:#AA1F26;}
.box_news dl dt.icon_news03{background:#8B979E;}

.box_news dl dd{
	float:left;
	width:700px;
	padding-left:20px;
}

.box_news dl dd span{
	padding-right:1em;
}

.box_about h2{
	margin-bottom:20px;
}

.box_about ul{
	text-align:center;
}

.box_about ul li{
	position:relative;
	width:382px;
	height:122px;
	margin:0 20px;
	background:#FFF;
	border:1px solid #898F9F;
	display:inline-block;
	overflow:hidden;
}

.box_about ul li a img{
	position:absolute;
	top: -100%;
	left: -100%;
	right: -100%;
	bottom: -100%;
	margin: auto;
	width:380px;
	height:auto;
	
	-moz-transition: -moz-transform 0.2s linear;
    -webkit-transition: -webkit-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    -ms-transition: -ms-transform 0.2s linear;
    transition: transform 0.2s linear;
}

.box_about ul li a:hover img{
	opacity:1.0;
	filter: alpha(opacity=100);
	
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.btn_inquiry{
	position:relative;
	width:800px;
	height:120px;
	margin:10px auto 60px auto;
}

.btn_inquiry img{
	position:absolute;
}

.btn_inquiry span{
	position:absolute;
	top:60px;
	right:10px;
	width:400px;
	height:51px;
	background:#FFF;
	display:block;
	z-index:99;
}

.btn_inquiry span a{
	display:block;
	z-index:99;
}


/*common
----------------------------------------------------*/
.main_ttl{
	width:100%;
	height:535px;
	padding-top:135px;
}

.main_ttl span{
	position:absolute;
	top:135px;
	width:100%;
	height:535px;
	background:url(../img/bg_ttl_cover.png) no-repeat top center;
	display:block;
}

.main_ttl div{
	width:1000px;
	margin:0 auto;
	padding-left:30px;
	text-align:left;
	background:url(../img/bg_ttl_main.gif) no-repeat;
}

.main_ttl div h1{
	margin:135px 0 10px 0;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:35px;
	color:#141F3F;
}

.management .main_ttl div h1{
	margin:100px 0 10px 0;
}

.concierge .main_ttl div h1{
	margin:90px 0 10px 0;
}

.main_ttl div p{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:15px;
	font-weight:bold;
}

.about .main_ttl{
	background:url(../img/bg_main_company.png) no-repeat center bottom;
}

.about h1{
	margin:175px 0 10px 0!important;
	padding-top:3px;
}

.about .main_ttl div{
	background:url(../img/bg_ttl_main.gif) no-repeat;
	background-position:0 7px;
}

#wrapper_contents .contents h2{
	margin-bottom:35px;
	/*padding-bottom:20px;
	background:url(../img/bg_ttl_h2.gif) no-repeat center bottom;*/
	text-align:center;
	font-size:36px;
}

#wrapper_contents .contents h2 .small{
	padding-top:5px;
	font-size:18px;
	display:block;
}

.box_col{
	padding:50px 0;
	border-bottom:1px solid #E1E1E1;
}

.box_col .box_left{
	float:left;
	width:48%;
}

.box_col .box_right{
	float:right;
	width:48%;
}

.box_col .box_left img,
.box_col .box_right img{
	width:100%;
	height:auto;
}

.btn a{
	background:#131F3F url(../img/common/icon_ar01.png) no-repeat 98% center;
	text-align:center;
	color:#FFF;
	display:block;
}

table th{
	padding:15px 8px;
	border-bottom:1px solid #AA1F26;
	text-align:left;
}

table td{
	padding:15px 8px;
	border-bottom:1px solid #E1E1E1;
}


/*company
----------------------------------------------------*/
.company .main_ttl{
	background:url(../img/bg_main_company.jpg) no-repeat center bottom;
}

.company h1{
	margin-top: 50px !important;
}

.company table{
	width:800px;
	margin:0 auto;
}

.company .contents h2{
	margin-bottom:20px;
	text-align:center;
}

.company .contents h2 span{
	min-height:61px;
	margin-bottom:30px;
	padding-right:25px;
	background:url(../img/bg_ttl.png) no-repeat right bottom;
	font-size:50px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color:#131F3F;
}

.box_company{
	width:800px;
	margin:0 auto 70px auto;
	padding:20px;
	background:#FFF/*#EAEEF0*/;
}

.box_company .box_left{
	float:left;
	width:160px;
}

.box_company .box_left span{
	font-size:24px;
	display:block;
}

.box_company .box_right{
	float:right;
	width:570px;
}

.box_vision{
	width:800px;
	margin:0 auto 30px auto;
	font-size:18px;
}

.company td .btn a{
	width:7em;
	margin-left:1em;
	background-position:90% center!important;
	display:inline-block;
	font-size:12px;
}


/*office
----------------------------------------------------*/
.office .main_ttl{
	background:url(../img/bg_main_office.jpg) no-repeat center bottom;
}

.ttl_time{
	text-align:center;
	font-size:32px;
}

.office table th{
	width:20%;
	padding-top:10px;
	/*border-top:1px solid #E1E1E1;*/
	text-align:center;
}

.office table td{
	text-align:center;
}

.box_office{
	float:left;
	width:250px;
	text-align:center;
}

.box_office img{
	margin-bottom:20px;
}

.box_col_time{
	background:url(../img/bg_office01.jpg) no-repeat center bottom;
}

.box_col_access{
	padding-bottom:0;
	border-bottom:0;
}

.box_col_access h3{
	font-size:28px;
}

.office iframe{
	width:1000px;
	height:380px;
	margin:30px auto 0 auto;
	display:block;
}


/*management, consign
----------------------------------------------------*/
.management .main_ttl .btn a{
	width:550px;
	margin-top:10px;
	border-bottom:3px solid #000;
	font-size:18px;
	line-height:55px;
}

.management .main_ttl{
	background:url(../img/bg_main_management.jpg) no-repeat center bottom;
}

.item1,
.item2,
.item3,
.item4,
.item5,
.item6,
.item7{
	position:relative;
	left: -100px;
}

.item .box_col{
	width:100%;
	padding:40px 0;
	border-top:1px solid #E1E1E1;
	border-bottom:1px solid #E1E1E1;
}

.item .box_left{
	float:left;
	width:640px;
}

.item .box_right{
	float:right;
	width:320px;
}

.item h2{
	margin-bottom:10px!important;
	text-align:left!important;
	font-size:24px!important;
	color:#151F40;
}

.ttl_consign01{
	min-height:60px;
	padding-left:80px;
	background:url(../img/icon_consign01.png) no-repeat;
	line-height:60px;
}

.ttl_consign02{
	min-height:60px;
	padding-left:80px;
	background:url(../img/icon_consign02.png) no-repeat;
	line-height:60px;
}

.ttl_consign03{
	min-height:60px;
	padding-left:80px;
	background:url(../img/icon_consign03.png) no-repeat;
	line-height:60px;
}

.ttl_consign04{
	min-height:60px;
	padding-left:80px;
	background:url(../img/icon_consign04.png) no-repeat;
	line-height:60px;
}

.ttl_consign05{
	min-height:60px;
	padding-left:80px;
	background:url(../img/icon_consign05.png) no-repeat;
	line-height:60px;
}

.ttl_consign06{
	min-height:60px;
	padding-left:80px;
	background:url(../img/icon_consign06.png) no-repeat;
	line-height:60px;
}

.ttl_consign07{
	min-height:60px;
	padding-left:80px;
	background:url(../img/icon_consign07.png) no-repeat;
	line-height:60px;
}

.ttl_management01{
	min-height:60px;
	padding-left:80px;
	background:url(../img/icon_management01.png) no-repeat;
	line-height:36px;
}

.ttl_management02{
	min-height:60px;
	padding-left:80px;
	background:url(../img/icon_management02.png) no-repeat;
	line-height:36px;
}

.ttl_management03{
	min-height:60px;
	padding-left:80px;
	background:url(../img/icon_management03.png) no-repeat;
	line-height:36px;
}

.ttl_management04{
	min-height:60px;
	padding-left:80px;
	background:url(../img/icon_management04.png) no-repeat;
	line-height:60px;
}

.ttl_management01 span,
.ttl_management02 span,
.ttl_management03 span{
	font-size:14px;
	line-height:28px;
	display:block;
}

.item h3{
	text-align:left;
	font-size:14px;
	color:#151F40;
}


/*consign
----------------------------------------------------*/
.consign .main_ttl{
	background:url(../img/bg_main_consign.jpg) no-repeat center bottom;
}


/*concierge
----------------------------------------------------*/
.concierge .main_ttl{
	background:url(../img/bg_main_concierge.jpg) no-repeat center bottom;
}

.ttl_concierge01{
	min-height:60px;
	padding-left:80px;
	background:url(../img/icon_concierge01.png) no-repeat;
	line-height:60px;
}

.ttl_concierge02{
	min-height:60px;
	padding-left:80px;
	background:url(../img/icon_concierge02.png) no-repeat;
	line-height:60px;
}

.ttl_concierge03{
	min-height:60px;
	padding-left:80px;
	background:url(../img/icon_concierge03.png) no-repeat;
	line-height:1.4;
}

.ttl_concierge04{
	min-height:60px;
	padding-left:80px;
	background:url(../img/icon_concierge04.png) no-repeat;
	line-height:60px;
}


/*med-agg
----------------------------------------------------*/
.med-agg section{
	padding:0;
	text-align:center;
}

.med-agg #sec01{
	padding:50px 0 0 0;
}

.med-agg #sec02{
	padding:50px 0;
}

.med-agg #sec03{
	padding:0 0 50px 0;
}

.med-agg .main_ttl{
	background:url(../img/bg_main_med.jpg) no-repeat center bottom;
}

.med-agg h2{
	margin-bottom:30px!important;
	text-align:center!important;
	font-size:32px!important;
	line-height:1.6;
}

.med-agg h2 span{
	font-size:20px;
	display:block;
}

.med-agg .box_col p{
	text-align:center;
}


/*recruit
----------------------------------------------------*/
.recruit .main_ttl{
	background:url(../img/bg_main_recruit.jpg) no-repeat right bottom;
}

.recruit h1{
	margin-top: 160px !important;
}

.recruit .box_col .cf{
	width:800px;
	margin:0 auto;
}

.recruit .box_col .box_left{
	width:20%;
}

.recruit .box_col .box_right{
	width:75%;
}

.box_recruit{
	margin-bottom:50px!important;
	background:#FFF url(../img/bg_box_recruit.jpg) no-repeat;
}

.box_recruit .box_left{
	width:300px!important;
	padding:70px 20px 20px 20px;
	font-size:24px;
	text-align:center;
	color:#FFF;
}

.box_recruit .box_right{
	float:right;
	width:500px!important;
	padding:20px;
}

.box_recruit li{
	padding-left:25px;
	background:url(../img/icon_recruit.png) no-repeat left center;
	font-size:18px;
}

.recruit td .btn a{
	width:7em;
	margin-left:1em;
	background-position:90% center!important;
	display:inline-block;
	font-size:12px;
}

.btn_recruit a{
	width:760px;
	margin:0 auto;
	padding:20px;
	font-size:24px;
}


/*inquiry
----------------------------------------------------*/
.inquiry .main_ttl{
	background:url(../img/bg_main_inquiry.jpg) no-repeat right bottom;
}

.inquiry h1{
	margin-top: 160px !important;
}

form{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif!important;
}

button, input, select, textarea {
font-family : inherit;
font-size : 100%;
}



/*sitemap
----------------------------------------------------*/
.sitemap .main_ttl{
	background:url(../img/bg_main_sitemap.jpg) no-repeat center bottom;
}

.sitemap h1{
	margin-top:160px!important;
}

.box_sitemap{
	border-bottom:0;
}

.box_sitemap .box_left{
	width:190px;
	padding-right:20px;
}

.box_sitemap .box_center{
	float:left;
	width:400px;
	padding:0 30px;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
}

.box_sitemap .box_right{
	float:left;
	width:340px;
	padding-left:30px;
}

.box_sitemap h3{
	margin-bottom:20px;
	padding-left:8px;
	border-left:3px solid #AA1F26;
	line-height:1.0;
	font-size:16px;
	font-family: "Sawarabi Mincho";
}

.box_sitemap li{
	margin-bottom:8px;
}

.box_sitemap li a{
	padding-left:13px;
	background:url(../img/common/icon_ar02.png) no-repeat center left;
}

.box_sitemap .box_right .ul1{
	float:left;
	width:40%;
}

.box_sitemap .box_right .ul2{
	float:left;
	width:60%;
}


/*news
----------------------------------------------------*/
.news .main_ttl{
	background:url(../img/bg_main_news.jpg) no-repeat center bottom;
}

.news h1{
	margin-top:160px!important;
}

.news .box_news{
	width:850px;
	margin:0 auto;
}

.box_news a{
	text-decoration:underline;
}

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

.box_news_more{
	font-size:18px;
}

.box_news_more dt{
	margin-top:3px;
}

.box_news_more dd{
	position:relative;
	padding-left:100px!important;
}

.box_news_more dd span{
	position:absolute;
	left:20px;
	margin-top:5px;
	font-size:14px;
}

.box_news_more div{
	padding:10px 0;
	font-size:14px;
}

.box_news_more div .f_right{
	float:right;
	width:250px;
	height:auto;
	margin:0 0 15px 15px;
}


/*privacy
----------------------------------------------------*/
.privacy .main_ttl{
	background:url(../img/bg_main_privacy.jpg) no-repeat center bottom;
}

.privacy h1{
	margin-top:160px!important;
}

.privacy h2{
	margin:15px 0!important;
	padding-left:15px;
	border-left:3px solid #AA1F26;
	text-align:left!important;
	font-size:20px!important;
}

.privacy ol{
	margin:10px 0;
}

.privacy ol li{
	margin-left:2em;
	list-style-type: decimal!important;
}


.privacy ol li ol li{
	list-style-type: lower-roman!important;
}


/*page top
--------------------------------------------*/
#page-top{
	position: fixed;
	bottom: 20px;
	right: 2%;
	z-index:999;
}

#page-top a:hover{
	opacity:0.70;
	filter: alpha(opacity=70);
}



/*footer
----------------------------------------------------*/
footer{
	width:100%;
	border-top:1px solid #E1E1E1;
	font-size:12px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.box_footer{
	padding:30px 0;
	border-top:1px solid #FFF;
	background:url(../img/common/bg_footer.jpg) no-repeat center bottom;
}

.box_footer .box_left{
	float:left;
	width:200px;
	text-align:center;
}

.box_footer .box_left h2{
	margin-bottom:20px;
}

.box_footer .box_left ul{
	display:none;
}

.box_footer .box_left ul li{
	width:40px;
	margin:0 5px;
	display:inline-block;
}

.box_footer .box_right{
	float:right;
	width:740px;
	color:#131F3F;
}

.box_footer .box_right .box_right_service,
.box_footer .box_right .box_right_about{
	float:left;
	width:300px;
}

.border_right{
	margin-right:50px;
	border-right:1px solid #CCC;
}

.box_footer .box_right h3{
	margin-bottom:20px;
	padding-left:8px;
	border-left:3px solid #AA1F26;
	line-height:1.0;
	font-size:16px;
	font-family: "Sawarabi Mincho";
}

.box_footer .box_right .box_right_about ul{
	float:left;
	width:145px;
}

.box_footer .box_right li,
.box_footer .box_right li{
	margin-bottom:8px;
}

.box_footer .box_right li a{
	padding-left:13px;
	background:url(../img/common/icon_ar02.png) no-repeat center left;
}

.box_copyright{
	padding:10px 0 30px 0;
	border-top:1px solid #AA1F26;
	text-align:center;
}

.box_copyright img{
	vertical-align:middle;
}