@charset "utf-8";
/*----------------------------------------------

PC

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

/*共通
----------------------------------------------*/
body{
	background-image: url(../images/bg.jpg);
	background-size: cover;
	background-attachment: fixed;
}

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

.btn a{
	position: relative;
	display: inline-block;
	padding: 15px 80px;
	border: 1px solid #004987;
	border-radius: 5px;
	background: #004987;
	color: #fff;
	text-align: center;
	font-size: 20px;
	box-sizing: border-box;
}

.btn a:after{
	font-family: "Font Awesome 5 Free";
    content: "\f105";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(-50%,-50%);
    font-weight: 600;
}

.btn a:hover{
	background: #fff;
	color: #004987;
}

/* ヘッダー */
#header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 3;
	box-sizing: border-box;
	background: #fff;
	border-bottom: 1px solid #d4d4d4;
}

.headerInner{
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}

.spHeader{
	display: inline-block;
}

.headerInner .logo{
	float: left;
	margin-top: 20px;
}

.headerInner .logo a,
.home .headerInner .logo.normal a{
	width: 205px;
	height: 30px;
	background: url(../images/logo_new.png);
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.headerInner .gNav{
	float: right;
}

.headerInner .gNav ul li{
	float: left;
	margin-left: 30px;
	height: 70px;
	line-height: 70px;
	color: #fff;
}


#about .headerInner .gNav ul li:nth-child(1) a:after,
#service .headerInner .gNav ul li:nth-child(2) a:after,
#inquiry .headerInner .gNav ul li:nth-child(3) a:after,
#thanks .headerInner .gNav ul li:nth-child(3) a:after,
#financial_arrangements .headerInner .gNav ul li:nth-child(3) a:after,
#real_estate_transaction .headerInner .gNav ul li:nth-child(3) a:after,
#sustainability .headerInner .gNav ul li:nth-child(4) a:after,
.headerInner .gNav ul li a:hover:after{
	content: "";
	border-top: 2px solid #004987;
	display: block;
	margin-top: -19px;
}

.headerInner .gNav ul li a{
	text-decoration: none;
	color: #000;
}

/* 英語ボタン非表示 */
.headerInner .gNav ul li:nth-last-child(1) a{
	border-radius: 5px;
	background: #004987;
	padding: 5px 20px;
	color: #fff;
}

.headerInner .gNav ul li:nth-last-child(1) a:hover{
	opacity: 0.8;
}

.headerInner .gNav ul li:nth-last-child(1) a:hover:after{
	display: none;
}


/* セクション */
.contents section{
	background: #fff;
}

/*.contents section:nth-child(even){
	border-top: 1px solid #ccc;
}*/

.home .contents section:nth-child(even){
	background-color: rgba(192,225,240,0.9);
	border-top: 0;
}

.sectionInner{
	max-width: 1280px;
	margin: 0 auto;
	padding: 50px 20px;
}

.sectionInner h2{
	width: 100%;
	text-align: center;
	font-size: 42px;
	margin-bottom: 50px;
}

/* フッター */
footer{
	position: relative;
}

/* フッターお問い合わせ */
.contact{
	/*background: #c0e1f0;*/
	background: #93c9f7;
	padding: 50px 0;
}

.contact ul{
	display: table;
	width: 100%;
	max-width: 1280px;
	padding: 0 20px;
	margin: 0 auto;
	box-sizing: border-box;
}

.contact ul li{
	display: table-cell;
	width: 50%;
	text-align: center;
}

.contact ul li:nth-child(1){
	border-right: 1px solid #004987;
}

.contact ul li dl dt{
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
	color: #004987;
	line-height: 1;
}

.contact ul li:nth-child(1) dl dd{
	height: 60px;
	font-size: 40px;
	font-weight: bold;
	line-height: 60px;
	color: #000;
}

.contact ul li:nth-child(1) dl dd:before{
	font-family: "Font Awesome 5 Free";
	content: "\f098";
	margin-right: 10px;
	color: #004987;
}

/* フッターユーティリティ */
.utility{
	background: #333;
	padding: 30px 0;
}

.utility ul{
	display: table;
	margin: 0 auto;
	padding: 0 20px;
}

.utility ul li{
	display: table-cell;
	padding: 0 30px;
}

.utility ul li:nth-child(2){
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}

.utility ul li a{
	color: #fff;
}

.utility ul li a:hover{
	text-decoration: underline;
}

/* フッターコピーライト */
.copylight{
	padding: 50px 0;
	background: #e5e5e5;
	text-align: center;
}

.copylight p{
	font-weight: bold;
}

/* トップへ戻る */
.pageTop{
	margin-top: 50px;
}

.pageTop a{
	display: block;
	margin: 0 auto;
	border: 1px solid #333;
	border-radius: 25px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 26px;
}

/* スクロールで要素表示 */
.invisible{
	transition: opacity 0.5s ease;
	opacity: 0.0;
}

.visible{
	transition: opacity 0.5s ease;
	opacity: 1.0;
}

.mbNormal{
	margin-bottom: 50px;
}

/* テーブル */

table{
	width: 100%;
	border-top: 1px solid #ccc;
}

table th,
table td{
	padding: 20px;
	border-bottom: 1px solid #ccc;
}

table th{
	width: 20%;
	text-align: left;
	font-weight: normal;
	background: #f2f2f2;
}

table iframe{
	width: 100%;
	height: 500px;
}

/*トップページ
----------------------------------------------*/

/* トップ動画上のヘッダー */
#header.movie{
	background: none;
	border-bottom: 0;
}

#header.movie .headerInner .logo a{
	background: url(../images/logo_new_white.png);
}

#header.movie .headerInner .gNav ul li,
#header.movie .headerInner .gNav ul li a{
	color: #fff;
}

/* 動画 */
.masthead{
	position: relative;
	min-width: 720px;
	background-color: rgba(0,73,135,0.2);
}

.headline {
	position: absolute;
	text-align: center;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 2;
	width: 100%;
}

.headline h1 {
	margin: 0;
    font-size: 60px;
    color: #fff;
    opacity: 1;
    text-shadow: 0 0 10px #000;
	}

.headline p {
	color: #fff;
	font-weight: 100;
}

.scrollIcon{
	color: #fff;
	position: absolute;
	bottom: 80px;
	left: 50%;
	margin-left: -15px;
	z-index: 2;
	height: 62px;
	line-height: 62px;
	animation: fluffy 1s ease infinite;
	font-size: 50px;
}

.scrollIcon i{
}

@keyframes fluffy{
	0%{ transform:translateY(0) }
	50%{ transform:translateY(10px) }
}

.overlay{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,73,135,0.2);
}

/* セクション */
/*.home .contents section:nth-child(even){
	background: #c0e1f0;
}*/

/* ニュース */
.news ul li{
	border: 1px solid #004987;
	margin-bottom: -1px;
}

.news ul li:nth-last-child(1){
	margin-bottom: 0;
}

.news ul li a{
	display: block;
	padding: 20px;
}

.news ul li a:hover{
	background: #f2f2f2;
}

.news time,
.entry time{
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	margin-right: 10px;
	font-weight: bold;
}

.news .category,
.entry .category{
	display: inline-block;
	height: 16px;
	border-radius: 3px;
	padding: 2px 5px;
	font-size: 12px;
	line-height: 16px;
	color: #fff;
}

.category-corporate .category{ background: #004987; }
.category-services .category{ background: #13315a; }
.category-information .category{ background: #006987; }

.news dl dt{
	margin-bottom: 5px;
}

.news .btn{
	margin: 50px auto 0;
	text-align: center;
}

/*ページナビ*/
.wp-pagenavi{
	margin-top: 50px;
	text-align: center;
}

/* 事業内容 */
.service ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.service ul li{
	width: 30%;
	margin: 10px;
	background: #fff;
	border: 10px solid #0f4881;
	box-sizing: border-box;
}

.service ul li.etc-service{
	border: 10px solid #189eb0;
}

.service ul li a dt{
	overflow: hidden;
}

.service ul li a dt img{
	display: block;
	transition-duration: 0.3s;
}

.service ul li a:hover dt img{
	transform: scale(1.1);
	transition-duration: 0.3s;
}

.service ul li a dd{
	padding: 20px;
}

.service ul li a dd h3{
	text-align: center;
	margin-bottom: 20px;
}

/* 企業関連 */
.corporate ul li{
	float: left;
	width: 48%;
	overflow: hidden;
	position: relative;
}

.corporate ul li:nth-child(1){
	margin-right: 4%;
}

.corporate ul li a img{
	display: block;
	transition-duration: 0.3s;
}

.corporate ul li a:hover img{
	transform: scale(1.1);
	transition-duration: 0.3s;
}

.corporate .sectionInner h2{
	margin: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	/*background: rgba(0,0,0,0.6);*/
	background-color: rgba(0,73,135,0.6);
	padding: 10px;
}

/*下層ページ
----------------------------------------------*/

/* ページタイトル */
.pageTtl{
	margin-top: 71px;
	background-color: rgba(0,73,135,0.3);
	text-align: center;
	position: relative;
}

.pageTtl h1{
	max-width: 1280px;
	margin: 0 auto;
	padding: 50px 20px;
	font-size: 48px;
	color: #fff;
	position: relative;
	z-index: 2;
	text-shadow: 0 0 10px #000;
}

/* パンくず */
.breadCrumb{
	/*background: #004987;
	color: #fff;*/
	background: #fff;
	border-bottom: 1px solid #d4d4d4;
}

.breadCrumb ul{
	max-width: 1280px;
	margin: 0 auto;
	padding: 10px 20px;
	font-size: 12px;
}

.breadCrumb ul li{
	float: left;
}

.breadCrumb ul li:after{
	content: ">";
	display: inline-block;
	margin: 0 10px;
	position: relative;
	top: -2px;
}

.breadCrumb ul li:nth-last-child(1):after{
	display: none;
}

/*.breadCrumb ul li a{
	color: #fff;
}*/

.breadCrumb ul li a:hover{
	text-decoration: underline;
}


/* 事業内容
----------------------------------------------*/

/* トップ */
.serviceIdx ul li{
	width: 48%;
	float: left;
	margin-bottom: 50px;
	text-align: center;
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
}

.serviceIdx ul li:nth-child(odd){
	margin-right: 4%;
}

.serviceIdx ul li:nth-last-child(1),
.serviceIdx ul li:nth-last-child(2){
	margin-bottom: 0;
}

.serviceIdx ul li a dt{
	overflow: hidden;
}

.serviceIdx ul li a dt img{
	display: block;
	transition-duration: 0.3s;
}

.serviceIdx ul li a:hover dt img{
	transform: scale(1.1);
	transition-duration: 0.3s;
}

.serviceIdx dd{
	padding: 30px;
}

.serviceIdx h2{
	margin: 0 0 30px 0;
	font-size: 24px;
}

.serviceIdx p{
	text-align: left;
}
.serviceIdx ul.flex-panel{
	display:flex;
	flex-wrap: wrap;
	justify-content:space-around;
}

.serviceIdx ul.flex-panel li{
	width: calc(30% - 20px);
	float: left;
	margin-bottom: 50px;
	text-align: center;
	border: 10px solid #0f4881;
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
.serviceIdx ul.flex-panel li.etc-service{
	border: 10px solid #189eb0;
}
.serviceIdx ul.flex-panel li:nth-child(odd){
	margin-right: 0;
}

/* 各事業 */
.serviceNav{
	background: #fff;
	padding: 50px 15px 0;
}

.serviceNav ul{
	max-width: 1280px;
	margin: 0 auto;
	display: flex;
}

.serviceNav ul li{
	flex-basis: calc(100% / 6);
	border-right: 1px solid #fff;
	text-align: center;
	box-sizing: border-box;
	font-size:12px;
	white-space: nowrap;
}

.serviceNav ul li:nth-last-child(1){
	border-right: 0;
}
.serviceNav ul li:nth-last-child(3),.serviceNav ul li:nth-last-child(4){
	flex-shrink: 2;
}
.serviceNav ul li a{
	padding: 15px 5px;
	display: block;
	background: #ddd;
	color: #666;
}

#investment .serviceNav ul li.sub01 a,
#financial_arrangements .serviceNav ul li.sub02 a,
#real_estate_transaction .serviceNav ul li.sub03 a,
#academic .serviceNav ul li.sub04 a,
.serviceNav ul li a:hover{
	background: #004987;
	color: #fff;
}

/*ニュース詳細
----------------------------------------------*/
.entry h2{
	font-size: 30px;
	text-align: left;
}

.entry .date{
	margin-bottom: 50px;
}

.entry h3{
	margin: 50px 0 20px;
}

.entry p{
	margin-bottom: 1em;
}

.entry .btn{
	margin-top: 50px;
	text-align: center;
}

/*お問い合わせ
----------------------------------------------*/
.inquiry p{
	margin-bottom: 50px;
}

.inquiry p a{
	color: #004987;
	text-decoration: underline;
}


.inquiry input[type="text"],
.inquiry textarea{
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
}

.inquiry input[type="text"]{
    width: 80%;
}

.inquiry textarea{
    width: 100%;
}

.inquiry .required{
	background: #c00;
	color: #fff;
	font-size: 11px;
	padding: 2px 5px;
	display: block;
	float: right;
}

.inquiry .submitBtn{
	margin-top: 50px;
	text-align: center;
}

.inquiry .submitBtn input{
	background: #004987;
	border: 0;
	font-size: 20px;
	color: #fff;
	padding: 15px 60px;
	border-radius: 5px;
}

.inquiry .submitBtn input:hover{
	opacity: 0.8;
}

.inquiryThanks h2{
	font-size: 24px;
}

.inquiryThanks .sectionInner{
	text-align: center;
}

.inquiryThanks .btn{
	margin-top: 50px;
}

/*コンプライアンス関連
----------------------------------------------*/
.complianceWrap{
	margin-top: 50px;
	border-bottom: 1px dotted #ccc;
}

.complianceWrap dl{
	padding: 30px 0 20px 0;
	border-top: 1px dotted #ccc;
}

.complianceWrap dl dt{
	font-weight: bold;
	font-size: 1.1em;
}

.complianceWrap dl dd{
	padding: 10px;
}

/*苦情処理措置及び紛争解決措置
----------------------------------------------*/
.resolutionContact{
	background: #e5e5e5;
	margin-top: 50px;
	padding: 30px;
}

.resolutionContact h2{
	padding-bottom: 20px;
	border-bottom: 1px dotted #999;
	margin-bottom: 20px;
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
}

.resolutionContact ul li:nth-child(1){
	margin-bottom: 0.5em;
}

.resolutionContact li{
	padding-left: 4em;
	text-indent: -4em;
}

/*反社会勢力に対する基本方針
----------------------------------------------*/
.antisocialList ol{
	margin: 0;
	padding: 0;
}

.antisocialList ol li{
	margin-bottom: 0.5em;
	padding-left: 3em;
	text-indent: -3em;
}

.antisocialList ol li:nth-last-child(1){
	margin-bottom: 0;
}

/*404
----------------------------------------------*/
.error404 section{
	text-align: center;
}

.error404 section h2{
	font-size: 24px;
}

.error404 section a{
	color: #004987;
	text-decoration: underline;
}

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

中間サイズ

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

@media screen and (max-width: 900px) {
	
	/* 事業内容 */
	.service ul li{
		width: calc( 45% - 40px);
		margin: 20px;
	}

	.serviceIdx ul.flex-panel{
		display:flex;
		flex-wrap: wrap;
		justify-content:space-around;
	}

	.serviceIdx ul.flex-panel li{
		width: calc(45% - 20px);
		float: left;
		margin-bottom: 50px;
		text-align: center;
		border: 10px solid #0f4881;
		box-shadow: 0 0 10px rgba(0,0,0,0.4);
	}
	.serviceIdx ul.flex-panel li:nth-child(odd){
		margin-right: 0;
	}
}

@media screen and (max-width: 600px) {
	.serviceIdx ul.flex-panel li{
		width: 80%;
		float: left;
		margin-bottom: 50px;
		text-align: center;
		border: 10px solid #0f4881;
		box-shadow: 0 0 10px rgba(0,0,0,0.4);
	}
	.serviceIdx ul.flex-panel li:nth-child(odd){
		margin-right: 0;
	}
}



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

スマホ

----------------------------------------------*/
@media screen and (max-width: 768px) {

/*共通
----------------------------------------------*/

body{
	font-size: 14px;
	background: none;
}

body::before{
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-1;
	width:100%;
	height:100vh;
	background:url(../images/bg.jpg) center/cover no-repeat; /*fixedをトル！*/
	-webkit-background-size:cover;/*Android4*/
}

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

.btn{
	margin: 15px auto 0;
}

.btn a{
	width: 100%;
	padding: 15px 0;
	font-size: 16px;
}

.contents.active,
fotter.active{
	display: none;
}

/* ヘッダー */
#header{
	top: 0;
	left: 0;
}

#header,
#header.movie{
	background: #fff;
	border-bottom: 0;
}

.headerInner{
	padding: 0;
}

.headerInner .logo{
	margin: 7px 0;
}

.headerInner .logo a,
.home .headerInner .logo.normal a,
#header.movie .headerInner .logo a{
	background: url(../images/logo_new.png) no-repeat center;
	width: 115px;
	height: 30px;
	background-size: 115px auto;
}

#header.movie .headerInner .gNav ul li,
#header.movie .headerInner .gNav ul li a{
	color: #000;
}

.spHeader{
	display: block;
	padding: 0 0 0 15px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
}


/* グローバルメニュー */
.spMenu{
	position: absolute;
	top: -100vh;
	left: 0;
	background: #fff;
	text-align: center;
	transition: all 1s;
	width: 100%;
	z-index: -1;
}

.spMenu.active{
	top: 44px;
}

.headerInner .gNav ul li{
	float: none;
	margin-left: 0;
	height: auto;
	line-height: 1;
}
/*英語ボタン非表示に伴う修正*/
.headerInner .gNav ul li:nth-last-child(1){
	display: none;
}

#message .headerInner .gNav ul li:nth-child(1) a:after,
#about .headerInner .gNav ul li:nth-child(2) a:after,
#service .headerInner .gNav ul li:nth-child(3) a:after,
#investment .headerInner .gNav ul li:nth-child(3) a:after,
#financial_arrangements .headerInner .gNav ul li:nth-child(3) a:after,
#real_estate_transaction .headerInner .gNav ul li:nth-child(3) a:after,
#academic .headerInner .gNav ul li:nth-child(3) a:after,
#inquiry .headerInner .gNav ul li:nth-child(4) a:after,
#thanks .headerInner .gNav ul li:nth-child(4) a:after,
.headerInner .gNav ul li a:hover:after{
	display: none;
}

.headerInner .gNav ul li a{
	line-height: 1;
	display: block;
	padding: 30px 0;
	border-bottom: 1px solid #d4d4d4;
}

.headerInner .gNav ul li:nth-last-child(1) a{
	background: none;
	padding: 25px 0;
}

/* ユーティリティボタン */
.spUtility{
	position: absolute;
	top: 0;
	right: 44px;
}

.spUtility ul li{
	float: left;
}

.spUtility ul li a{
	display: block;
	width: 44px;
	height: 44px;
	background: #fff;
	border-left: 1px solid #ccc;
	color: #004987;
	text-align: center;
	line-height: 1;
}

.spUtility ul li a span{
	display: block;
	font-size: 10px;
	transform: scale(0.8);
	white-space: nowrap;
}

.spUtility ul li a:before{
	display: block;
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	padding: 7px 0 3px 0;
	font-size: 20px;
}

.spUtility ul li:nth-child(1) a:before{
	content: "\f095";
}

.spUtility ul li:nth-child(2) a:before{
	content: "\f0e0";
}

.spUtility ul li:nth-child(3) a:before{
	content: "\f0ac";
}

/* ハンバーガーボタン */
.spMenuToggle{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	background: #004987;
	width: 44px;
	height: 44px;
	text-align: center;
	z-index: 3;
}

.spMenuToggle span{
	display: block;
	position: absolute;
	width: 24px;
	border-bottom: solid 2px #fff;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35 ease-in-out;
	transition: .35s ease-in-out;
	left: 10px;
}

.spMenuToggle span:nth-child(1){
	top: 12px;
}

.spMenuToggle span:nth-child(2){
	top: 21px;
}

.spMenuToggle span:nth-child(3){
	top: 30px;
}

.spMenuToggle.active span:nth-child(1){
	top: 21px;
	left: 10px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.spMenuToggle.active span:nth-child(2),
.spMenuToggle.active span:nth-child(3){
	top: 21px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* セクション */
.sectionInner{
	padding: 15px;
}

.sectionInner h2{
	font-size: 24px;
	margin-bottom: 15px;
}

/* フッターユーティリティ */
.utility{
	padding: 0;
}

.utility ul{
	display: block;
	padding: 0;
}

.utility ul li{
	display: block;
	padding: 0;
}

.utility ul li:nth-child(2){
	border: 1px solid #666;
	border-right: 0;
	border-left: 0;
}

.utility ul li a{
	display: block;
	padding: 15px;
	position: relative;
}

.utility ul li a:after{
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translate(-50%,-50%);
	font-weight: 600;
	color: #fff;
}

/* フッターコピーライト */
.copylight{
	padding: 15px 0;
}

/* トップへ戻る */
.pageTop{
	margin-top: 15px;
}

.mbNormal{
	margin-bottom: 15px;
}

/* テーブル */

table{
	border-top: 0;
}

table th,
table td{
	padding: 10px;
	border-bottom: 0;
	display: block;
	box-sizing: border-box;
}

table th{
	width: 100%;
	border-top: 1px solid #ccc;
}

table iframe{
	height: 300px;
}
/*トップページ
----------------------------------------------*/

/* メイン画像 */
.masthead {
    background: url(../images/main.jpg) !important;
    position: relative;
    height: 100vh !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat;
    /*margin-top: 44px;*/
    min-width: 100vw;
}

.headline {
	width: 100%;
	position: absolute;
}

.headline h1 {
  font-size: 24px;
}

.headline p {
	color: #fff;
	font-weight: 100;
}

/* ニュース */
/*.news ul li{
	margin-bottom: 10px;
}*/

.news ul li:nth-child(odd){
	margin-right: 0;
}

.news ul li:nth-child(even){
	margin-left: 0;
}

.news ul li a{
	padding: 10px;
}

.news .btn{
	margin: 15px auto 0;
}

/*ページナビ*/
.wp-pagenavi{
	margin: 20px 0 5px;
}

/* 事業内容 */
.service ul li{
	float: none;
	width: 100%;
	margin-right: 0;
	margin-bottom: 15px;
}

.service ul li:nth-last-child(1){
	margin-bottom: 0;
}

.service ul li a dl{
	display: table;
}

.service ul li a dt{
	display: table-cell;
	width: 40%;
}

.service ul li:nth-child(1) a dt{
	background: url(../images/service01.jpg) center;
	background-size: cover;
}

.service ul li:nth-child(2) a dt{
	background: url(../images/service02.jpg) center;
	background-size: cover;
}

.service ul li:nth-child(3) a dt{
	background: url(../images/service03.jpg) center;
	background-size: cover;
}

.service ul li:nth-child(4) a dt{
	background: url(../images/service04.jpg) center;
	background-size: cover;
}
.service ul li:nth-child(5) a dt{
	background: url(../images/service05.jpg) center;
	background-size: cover;
}

.service ul li:nth-child(6) a dt{
	background: url(../images/service06.jpg) center;
	background-size: cover;
}
.service ul li a dt img{
	display: none;
}

.service ul li a dd{
	display: table-cell;
	padding: 10px;
}

.service ul li a dd h3{
	margin-bottom: 0;
	text-align: left;
}

/* 企業関連 */
.corporate ul li{
	width: 47.83%;
}

.corporate ul li:nth-child(1){
	margin-right: 4.34%;
}

.corporate ul li a figure{
	display: none;
}

.corporate ul li a{
	display: block;
	height: 135px;
	
}

.corporate ul li:nth-child(1) a{
	background: url(../images/corporate01.jpg) center;
	background-size: cover;
}

.corporate ul li:nth-child(2) a{
	background: url(../images/corporate02.jpg) center;
	background-size: cover;
}

.corporate .sectionInner h2{
	margin-bottom: 0;
	box-sizing: border-box;
}

/*下層ページ
----------------------------------------------*/

/* ページタイトル */
.pageTtl{
	margin-top: 44px;
	background-position: center;
}

.pageTtl h1{
	padding: 30px 15px;
	font-size: 24px;
}

/* パンくず */
.breadCrumb ul{
	padding: 10px 15px;
}

/* 事業内容
----------------------------------------------*/

/* トップ */
.serviceIdx ul li{
	width: 100%;
	float: none;
	margin-bottom: 15px;
}

.serviceIdx ul li:nth-child(odd){
	margin-right: 0;
}

.serviceIdx ul li:nth-last-child(2){
	/*margin-bottom: 15px;*/
}

.serviceIdx dd{
	padding: 15px;
}

section.serviceIdx h2{
	margin: 0 0 10px 0;
	font-size: 18px;
}

/* 各事業 */
.serviceNav{
	padding: 15px 15px 0;
}

.serviceNav ul {
    flex-wrap: wrap;
}
.serviceNav ul li{
	flex-basis: auto;
	width: 50%;
	border-top: 1px solid #fff;
}

.serviceNav ul li:nth-child(even){
	border-right: 0;
}

.serviceNav ul li:nth-child(1),
.serviceNav ul li:nth-child(2){
	border-top: 0;
}

.serviceNav ul li a{
	padding: 10px 0;
	font-size: 12px;
}

/*ニュース詳細
----------------------------------------------*/
.entry h2{
	font-size: 18px;
}

.entry .date{
	margin-bottom: 15px;
}

.entry h3{
	margin: 15px 0 15px;
}

.entry .btn{
	margin-top: 15px;
}

/*お問い合わせ
----------------------------------------------*/
.inquiry p{
	margin-bottom: 15px;
}

.inquiry input[type="text"],
.inquiry textarea{
    padding: 5px;
}

.inquiry input[type="text"]{
    width: 100%;
}

.inquiry .required{
	float: left;
	margin-right: 10px;
}

.inquiry .submitBtn{
	margin-top: 0;
}

.inquiry .submitBtn input{
	font-size: 16px;
	padding: 15px 0;
	width: 100%;
}

.inquiryThanks h2{
	font-size: 18px;
}

.inquiryThanks .sectionInner{
	text-align: left;
}

.inquiryThanks .btn{
	margin-top: 15px;
}

/*コンプライアンス関連
----------------------------------------------*/
.complianceWrap{
	margin-top: 15px;
}

.complianceWrap dl{
	padding: 15px 0 5px 0;
}

/*苦情処理措置及び紛争解決措置
----------------------------------------------*/
.resolutionContact{
	margin-top: 15px;
	padding: 10px;
}

.resolutionContact h2{
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 1.1em;
}

/*404
----------------------------------------------*/
.error404 section h2{
	font-size: 18px;
}

.error404 section p{
	text-align: left;
}

}

@media screen and (max-width: 320px) {
	.headline h1{
		font-size: 22px;
	}
}




