@charset "utf-8";


/* PC SP
----------------------------------------------------------------------- */
.pc {
	display: none !important;
}
.sp {
	display: block !important;
}

#main_content img,
#main_content02 img {
	width: 100%;
	height: auto;
}

/* title
----------------------------------------------------------------------- */
.page_title {
	background: url(../img/common/bg_stripe.png) repeat;
	border-top: 1px solid #EFEFEF;
	padding: 20px;
}

.page_title img {
	height: 40px;
	width: auto;
}

.page_title p {
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto;
	padding-left: 35px;
	/*background: url(../img/common/bg_footer.png) 0 50% no-repeat;*/
}

.cmn_title01 {
	padding: 15px 0 0;
	margin-bottom: 20px;
	display: table;
	position: relative;
}

.cmn_title01:before {
    content: "";
    display: block;
   /* width: 150px;*/
    width: 100%;
    height: 3px;
    background: #881926;
    position: absolute;
    left: 0;
	top: 0;
}

.cmn_title01 img {
	display: table-cell;
	/*background: url(../img/common/bg_footer.png) 100% 50% no-repeat;*/
	/*padding-right: 40px;
	width: 80px;
	height: auto;*/
	padding-right: 30px;
	width: auto;
	/*height: 30px;*/
	height: 48px;
}

/*.cmn_title01 p {
	display: table-cell;
	padding-left: 20px;
	vertical-align: middle;
	line-height: 1.4;
}*/

.cmn_title01{
	display: block;
}

.cmn_title01 img{
	display: block;
}

.cmn_title01 h2 {
	display: block;
	padding-left: 0;
	margin-top: 15px;
}

.cmn_title01 p {
	display: block;
	padding-left: 0;
	margin-top: 15px;
}


/*　button
----------------------------------------------------------- */
.btn_link {
	font-size: 92%;
	width: 160px;
	margin: 0 auto 10px;
}

.btn_link.w265{
	width: 100%;
}

.btn_link a {
	text-align: center;
	display: block;
	border: 2px solid #881926;
	padding: 5px 30px 5px 20px;
	transition: .3s linear;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -o-transition: .2s linear;
    -ms-transition: .2s linear;
}

.btn_link a:before {
    content: url(../img/common/arrow_b.png);
    position: rerative;
	top: -3px;
    margin-right: 10px;
}

.btn_link a:hover {
	text-decoration: none;
	background-color:
	color: #fff;
}

.btn_link a:hover:before {
    content: url(../img/common/arrow_w.png);
    position: rerative;
    margin-right: 10px;
}

.btn_link02 {
	font-size: 90%;
	width: 160px;
}

.btn_link02 a {
	color: #fff;
	text-align: center;
	background-color: transparent;
	display: block;
	border: 2px solid #fff;
	padding: 2px 10px 2px 10px;
	transition: .3s linear;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -o-transition: .2s linear;
    -ms-transition: .2s linear;
}

.btn_link02 a:before {
    content: url(../img/common/arrow_w.png);
    position: rerative;
	top: -3px;
    margin-right: 10px;
}

.btn_link02 a:hover {
	text-decoration: none;
	background-color: #fff;
	/*background-color: rgba(255, 255, 255, 0.5);*/
	color: #000;
}

.btn_link02 a:hover:before {
    content: url(../img/common/arrow_b.png);
    position: rerative;
    margin-right: 10px;
}


/* table
----------------------------------------------------------- */
table.type01 {
	margin-bottom: 20px;
}

table.type01 th {
	border-bottom: 1px solid #DCDDDD;
	padding: 30px 15px 30px 0;
	width: 120px;
	text-align: left;
	font-weight: bold;
}

table.type01 th p {
	margin-bottom: 0;
	padding-left: 20px;
	background: url(../img/common/icon_list.png) 0 6px no-repeat;
}

table.type01 td {
	border-bottom: 1px solid #DCDDDD;
	padding: 30px 0;
	vertical-align: middle;
}

table.type01 tr:last-child th,
table.type01 tr:last-child td {
	border-bottom: none;
}

table.type01 td p:last-child {
	margin-bottom: 0;
}

table.type02 {
	margin-bottom: 20px;
}

table.type02 th {
	border-bottom: 1px solid #DCDDDD;
	padding: 10px 15px 10px 0;
	width: 120px;
	text-align: left;
	font-weight: bold;
}

table.type02 th p {
	margin-bottom: 0;
	padding-left: 20px;
}

table.type02 td {
	border-bottom: 1px solid #DCDDDD;
	padding: 10px 0;
	vertical-align: middle;
}

table.type03 {
	margin-bottom: 20px;
}

table.type03 th {
	padding: 10px;
	width: 20%;
}

table.type03 td{
	width: 50%;
	padding: 10px;
}

table.type03 td.sec  {
	width: 30%;
}

/* リスト
----------------------------------------------------------- */

.listType01{
	margin-bottom: 20px;
	padding-left: 20px;
}

.listType01 li{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #DCDDDD;
}



/* common end
------------------------------------------------------------------------------------------------------- */

/* TOP
----------------------------------------------------------- */
.main-visual {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 400px;
}
.main-visual_cap {
	text-align: left;
	font-size: 12px;
	position: absolute;
	left: 0%;
	right: inherit;
	margin: 0 auto;
	top: 50%;
	opacity: 1;
	width: 100%;
	transition:transform 2s;		
	-webkit-transition:-webkit-transform 2s;
}

.main-visual_cap div .caption{
	text-align:center;
}
.main-visual_cap img {
	margin-bottom: 0px;
	max-width: 100%;
	width: 100%;
}

.is-active .main-visual_cap {
	opacity: 1;
	transform: translate(0,-50px);		
	-webkit-transform: translate(0,-50px);
}

#slider-trigger li {
	height: 400px;
	background: center / cover no-repeat;
}

#kvSlide li {
	height: 400px;
	background: center / cover no-repeat;
}


/** bxslider
===================================*/
.bx-wrapper .bx-viewport {
	/*-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	background: #fff;
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);*/
	height: 400px;
}

/* top_news */
.top_news {
	padding: 15px 0 10px;
	background-color: #861926;
	color: #fff;
	position: static;
	bottom: 0;
	width: 100%;
}

/*.news_list {
    background: url(../img/top/titke_news.png) 0 0 no-repeat;
    padding-left: 90px;
    height: 100%;
}*/

.news_list li {
	position: relative;
	/*padding-left: 85px;*/
	padding-left: 15px;
	box-sizing: content-box;
	line-height: 1.5;
	margin-bottom: 5px;
}

#news_listWrap .news_list li{
	padding-left: 0;
}

/* top_information */
.top_information {
	padding: 30px 0;
    height: 100%;
}

.top_information #informationCon p{
	width: 100%;
	float: none;
}

.top_information #informationCon img{
	width: 100%;
	float: none;
}

#conceptLink{
	width: 100%;
	margin: 20px auto 0;
}

/* top_topics */
.top_topics {
	background: url(../img/common/bg_stripe.png) repeat;
	background: #f0f0f0;
	padding: 30px 0;
  height: 100%;
}

.grid01 {
	width: 100%;
	float: none;
}

.grid02 {
	width: 50%;
	float: float;
	margin: 0;
}

.grid03 {
	width: 50%;
	float: left;
}

.height_180 {
	height: 150px;
}

.height_400 {
	height: 220px;
}

.grid03 .height_400 {
	height: 300px;
}

.topic_item.topic01 {
	background: url(../img/top/img_service01.jpg) 0 0 no-repeat;
	background-size: cover;
}

.topic_item.topic02 {
	background: url(../img/top/img_service02.jpg) 0 0 no-repeat;
	background-size: cover;
}

.topic_item.topic03 {
	background: url(../img/top/img_service03.jpg) 0 0 no-repeat;
	background-size: cover;
}

.topic_item.topic04 {
	background: url(../img/top/img_service04.jpg) 100% 0 no-repeat;
	background-size: cover;
}

.topic_item .btn_link02 {
	/*width: 120px;*/
	width: 160px;
	margin: 0 auto;
}

.topics_title {
	position: relative;
	/*margin-bottom: 5px;*/
	margin-bottom: 0px;
	padding-bottom: 0;
}

.topics_title:before {
    display: none;
}

.topics_title img {
	height: 20px;
	width: auto;
	display: inline-block;
	margin: 0 5px;
}

.topic02 .topics_title img,
.topic03 .topics_title img {
	display: inline-block;
	margin-right: 5px;
}

.fig-hover-item {
	position: relative;
	text-align: center;
}

.overlay:before {
    border-top: none;
    border-bottom: none;
    -webkit-transform: none;
    transform: none;
}

.overlay:after {
    border-right: none;
    border-left: none;
    -webkit-transform: none;
    transform: none;
}

.overlay-color {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    opacity: 0.15;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.overlay-content {
    position: absolute;
    z-index: 4;
    top: 50%;
    margin: -65px;
    left: 0;
    right: 0;
    color: #fff;
    opacity: 1;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
    transform: none;
}

.fig-hover-item:hover
.overlay-fig {
    opacity: 0.15;
}

/* top_access */
.top_access {
	position: relative;
	padding-top: 30px;
	height: auto;
}

.map_box {
	height: 400px;
}

#gmap {
    width: 100%;
    height: 400px;
}

#top #mapLink{
	width: 100%;
	margin: 20px auto 0;
}

#top #mapLink p{
	float: none;
}

#top #mapLink p:last-child{
	float: none;
}

/* CONTACT
----------------------------------------------------------- */

.contact_time{
	margin-left: 0;
}

