﻿/* corporate_010 */

@charset "utf-8";


a.btn01{
	display: inline-block;
	background: #093b6f;
	border: 1px solid #fff;
	color: #fff !important;
	padding: 10px 40px;
	position: relative;
	text-align: center;
	transition: .3s;
	}

a.btn01::before{
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	left: 20px;
	top: 50%;
	}

a.btn01:hover{
	opacity: 0.6;
	}

.contents_btn01 a{
	display: inline-block!important;
	background: #093b6f!important;
	border: 1px solid #fff!important;
	color: #fff!important;
	padding: 10px 40px!important;
	position: relative!important;
	text-align: center!important;
	transition-duration: .3s!important;
	}

.contents_btn01 a::before{
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	left: 20px;
	top: 50%;
	}

.contents_btn01 a:hover{
	opacity: .6!important;
	}



/*header
------------------------------------------*/
header{
	background: #fff;
	box-shadow: 0px 3px 0px 0px #093b6f inset;
	}

header .wraper>.inner{
	padding: 50px 0 20px;
	}

header#pattern5 h1{
	top: 15px;
	}

header#pattern5 .link_setting{
	top: 15px;
	}

header#pattern5 .header_contents .header_col1 .btn > a{
    background: #cc0000;
	padding: 10px 20px;
	color: #fff !important;
	font-weight: bold;
	width: auto;
	}

header .header_contents .header_col1 .tel a{
	font-weight: bold;
	}

header .header_contents .header_col1 .tel svg{
	top: 3px;
	}

header#pattern5 nav{
    border-top: 3px solid #eee;
    background: #fff;
	}

header nav ul.nav_1st > li.current a span{
	opacity: 0.6;
	}

header nav ul.nav_1st > li > a{
	font-size: 1.6rem;
	}

header nav ul.nav_1st > li > a:hover{
	background: #fff;
	}

header nav ul.nav_1st > li > a:hover span{
	color: #333;
	opacity: 0.6;
	}


/*toppage
------------------------------------------*/
.mainvisual{
	text-align: center;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #fff;
	}

.composite_box01.block_images_1.block_image_text2 .wrapper_item{
	overflow: inherit;
	}

.composite_box01.block_images_1.block_image_text2 .inner_item{
    background: #f5f5f5;
	}

.composite_box01.block_images_1.block_image_text2 .inner_item .inner_item_txt{
	padding: 10px 20px 20px;
	}

.block_news_1 > .content_wrapper{
    border: 3px solid #eee;
	padding: 0;
	}

.block_news_1 > .content_wrapper .heading.block_header_1{
    border-bottom: 2px solid #093b6f;
    padding: 20px;
	margin-bottom: 10px;
	}

.block_news_1 > .content_wrapper .heading.block_header_1 .h{
    font-size: 2rem;
	font-weight: bold;
    line-height: 1;
	}

.block_news_1 > .content_wrapper ul li{
	border-top: none !important;
	}

.block_news_1 .contents_btn01{
	padding-bottom: 15px;
	}

.block_news_1 .contents_btn01 a{
	background: #093b6f;
	border: 1px solid #fff;
	border-radius: 3px;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
	color: #fff !important;
	position: relative;
	text-align: center;
	transition: .3s;
	}

.block_news_1 .contents_btn01 a:hover{
	opacity: 0.6;
	}



/*parts
------------------------------------------*/
.blockarea.block_header .heading.block_header_4 .h,
.widget_shop01.block_map_1 .heading.block_header_4 .h,
.widget_map.block_map_1 .heading.block_header_4 .h{
	border-bottom: 2px solid #093b6f;
	background: #f5f5f5;
	padding: 15px 20px;
	font-size: 2.8rem;
	}

.recruit.recruit_info .heading.recruit-title{
	border-bottom: 2px solid #093b6f;
	background: #f5f5f5;
	padding: 15px 20px;
	}

.recruit.recruit_info .heading.recruit-title .h{
	font-size: 2.8rem;
	border: none;
	padding: 0;
	}

.recruit.recruit_info .contents_btn01.block_button_1 a,
.widget_form.block_form_1 .submit.btn-in-form .confirm-contact{
	background: #cc0000;
	color: #fff !important;
	font-weight: bold;
	}

.recruit.recruit_info .contents_btn01.block_button_1 a:hover,
.widget_form.block_form_1 .submit.btn-in-form .confirm-contact:hover{
	opacity: 0.6;
	}

.contents_box01.block_text_1 .heading.block_header_2{
	margin-bottom: 15px;
	padding-bottom: 5px;
	}

.contents_box01.block_text_1 .heading.block_header_2 .h{
	font-size: 2rem;
	font-weight: bold;
	}

.news_single .pager2 li.back a{
	background: #093b6f;
	border: 1px solid #fff;
	border-radius: 0;
	color: #fff !important;
	}

.widget_sitemap .content_wrapper>ul>li>a:before{
	background: #093b6f;
	}




/*footer
------------------------------------------*/
footer{
	background: #093b6f;
	color: #fff;
	}

footer a{
	color: #fff !important;
	}

#fixbtn .fixbtnwrap{
	background: #073463;
	font-weight: bold;
	}

#fixbtn #scrolltop a:before{
	border-color: #fff;
	}

footer #fixbtn .contents_btn01 a {
	color: #073463 !important;
	background: #fff !important;
	}



/*tablet
================================================================================================================================*/
@media screen and (max-width: 900px){

/*header
------------------------------------------*/
header .wraper>.inner{
	padding: 0;
	}

header#pattern5 nav{
    border: none;
	}

header nav ul.nav_1st > li.current{
	background: #093b6f;
	}

header nav ul.nav_1st > li.current a span{
	color: #fff !important;
	}


/*toppage
------------------------------------------*/
.mainvisual{
	height: auto;
	}

.block_news_1.news_item{
	padding: 0 2%;
	}



/*subpage
------------------------------------------*/


}




/*sp
================================================================================================================================*/
@media screen and (max-width: 640px){


/*subpage
------------------------------------------*/


/*footer
------------------------------------------*/



}