@charset "utf-8";

/*=====================================================
基本設定
=====================================================*/

/*----- Reset -----*/
html,body,div,span {margin:0;padding:0;}
address {font-style:normal;}
h1,h2,h3,h4,h5,h6 {margin:0;padding:0;font-size:100%;font-weight:normal;}
p,pre,blockquote,q,code {margin:0;padding:0;}
q:before,q:after {content:'';}
cite,dfn,em,strong,var,code {font-style:normal;font-weight:normal;}
ins,del {text-decoration:none;}
abbr,acronym {border:0;font-variant:normal;}
sup {vertical-align:top;}
sub {vertical-align:baseline;}
hr {display:none;}
img {border:0;}
a,a:link,a:visited,a:hover,a:active {outline:0;text-decoration:none;}
ul,ol,li,dl,dt,dd {margin:0;padding:0;}
ul,ol,li {list-style-type:none;}

table {margin:0;padding:0;border-collapse:collapse;border-spacing:0;}
tr,th,td,thead,tfoot,tbody {margin:0;padding:0;}
th {font-weight:normal;text-align:left;}
caption {font-weight:normal;text-align:left;}

form {margin:0;padding:0;}
fieldset {margin:0;padding:0;border:0;}
legend {margin:0;padding:0;color:#000;}
input,button,textarea {margin:0;padding:0;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
select,option,optgroup {font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}

:focus {outline:0;}

/*----- base -----*/
html {
	font-size: 10px;
}
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	line-height: 1.5;
	color: #333;
	min-width: 320px;
	-webkit-text-size-adjust: 100%; /*iPhoneで縦横文字サイズ固定*/
}
body.fs02 {
	font-size: 13px;
}
body.fs03 {
	font-size: 17px;
}


a {
	color: #16776c;
	outline: none;
	text-decoration: none;
}
a:hover {
	color: #4fa396;
	text-decoration: underline;
}
a:hover img {
	opacity: 0.7;
}
img {
	vertical-align: top;
	max-width: 100%;
}


/*=====================================================
汎用クラス
=====================================================*/

/*========== font ==========*/
.fsSS { font-size:  8px;/*for IE*/ font-size: 0.8rem; }
.fsS  { font-size: 10px;/*for IE*/ font-size:   1rem; }
.fsM  { font-size: 12px;/*for IE*/ font-size: 1.2rem; }
.fsL  { font-size: 14px;/*for IE*/ font-size: 1.4rem; }
.fsLL { font-size: 16px;/*for IE*/ font-size: 1.6rem; }
.fwN { font-weight: normal; }
.fwB { font-weight: bold; }

/*========== float ==========*/
.flL { float: left; }
.flR { float: right; }

/*========== align ==========*/
.taL { text-align: left !important; }
.taR { text-align: right !important; }
.taC { text-align: center !important; }

/*========== clear ==========*/
.clearL { clear: left; }
.clearR { clear: right; }
.clear { clear: both; }
.clearFix:after {
	content: "";
	display: block;
	clear: both;
	overflow: hidden;
}

/*========== margin ==========*/
/*----- reset -----*/
.m0  { margin: 0 !important; }
.mt0 { margin-top: 0 !important; }
.mr0 { margin-right: 0 !important; }
.mb0 { margin-bottom: 0 !important; }
.ml0 { margin-left: 0 !important; }
/*----- all -----*/
.m5  { margin:  5px !important; }
.m10 { margin: 10px !important; }
.m15 { margin: 15px !important; }
.m20 { margin: 20px !important; }
.m25 { margin: 25px !important; }
.m30 { margin: 30px !important; }
/*----- top -----*/
.mt0  { margin-top:    0 !important; }
.mt5  { margin-top:  5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt40 { margin-top: 40px !important; }
.mt50 { margin-top: 50px !important; }
/*----- right -----*/
.mr5  { margin-right:  5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }
/*----- bottom -----*/
.mb0  { margin-bottom:    0 !important; }
.mb5  { margin-bottom:  5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb90 { margin-bottom: 90px !important; }
.mb100 { margin-bottom: 100px !important; }
/*----- left -----*/
.ml5  { margin-left:  5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }

/*========== padding ==========*/
/*----- reset -----*/
.p0  { padding: 0 !important; }
.pt0 { padding-top: 0 !important; }
.pr0 { padding-right: 0 !important; }
.pb0 { padding-left: 0 !important; }
.pl0 { padding-top: 0 !important; }
/*----- all -----*/
.p5  { padding:  5px !important; }
.p10 { padding: 10px !important; }
.p15 { padding: 15px !important; }
.p20 { padding: 20px !important; }
.p25 { padding: 25px !important; }
.p30 { padding: 30px !important; }
/*----- top -----*/
.pt5  { padding-top:  5px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt25 { padding-top: 25px !important; }
.pt30 { padding-top: 30px !important; }
/*----- right -----*/
.pr5  { padding-right:  5px !important; }
.pr10 { padding-right: 10px !important; }
.pr15 { padding-right: 15px !important; }
.pr20 { padding-right: 20px !important; }
.pr25 { padding-right: 25px !important; }
.pr30 { padding-right: 30px !important; }
/*----- bottom -----*/
.pb5  { padding-bottom:  5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb25 { padding-bottom: 25px !important; }
.pb30 { padding-bottom: 30px !important; }
/*----- left -----*/
.pl5  { padding-left:  5px !important; }
.pl10 { padding-left: 10px !important; }
.pl15 { padding-left: 15px !important; }
.pl20 { padding-left: 20px !important; }
.pl25 { padding-left: 25px !important; }
.pl30 { padding-left: 30px !important; }

/* !JavaScript --------------------------------- */
.over { /* ロールオーバー呼び出し用 */ }
.opacityOver  { /* opacityOver呼び出し用 */ }

/*========== customCSS ==========*/
/*----- indent -----*/
.burasage { margin-left: 1em; text-indent:-1em; }
.jisage { text-indent : 1em; }

/*----- img -----*/
.flImgL { margin: 0 0 10px 10px; }
.flImgR { margin: 0 10px 10px 0; }


/*=====================================================
ページフレーム
=====================================================*/

/*----- header -----*/
#header:not(.js-header) {
	background: #fff;
	position: relative;
	padding-bottom: 50px;
	z-index: 99;
}
#header:not(.js-header) .headerIn01 {
	overflow: hidden;
	max-width: 950px;
	margin: 0 auto;
	padding: 20px 0 20px;
}
#header:not(.js-header) .logo {
	float: left;
	margin-top: 10px;
}
#header:not(.js-header) .logo a:hover img {
	opacity: 1;
}
#header:not(.js-header) .utility {
	float: right;
	font-size: 14px;
}
#header:not(.js-header) .utility p {
	margin-top: -3px;
	height: 19px;
	text-align: right;
}
#header:not(.js-header) .utility .sub2 {
	text-align: right;
}
#header:not(.js-header) .utility ul {
	overflow: hidden;
}
#header:not(.js-header) .utility li {
	float: left;
	list-style: none;
	margin: 1em 0 0 2em;
	font-size: 14px;
}
#header:not(.js-header) .utility li a {
	color: #555;
}
#header:not(.js-header) .utility li a:before {
	content: url(/shared/images/icon_arrow01.png);
	margin: 0 7px 0 0;
}
#header:not(.js-header) .utility li a:hover {
	color: #4fa396;
}
#fontSizeBtn {
	display: inline-block;
	white-space: nowrap;
	vertical-align: middle;
	padding-right: 20px;
}
#fontSizeBtn .title,
#fontSizeBtn .btnList {
	float: left;
}
#header:not(.js-header) .utility #fontSizeBtn .title {
	width: 65px;
	margin: 7px 15px 0 0;
}
#fontSizeBtn .btnList {
	width: 106px;
	font-size: 0;
}
#header:not(.js-header) .utility #fontSizeBtn li {
	overflow: hidden;
	display: inline-block;
	height: 26px;
	float: none;
	margin: 0;
}
#fontSizeBtn li a {
	display: block;
	padding-top: 26px;
	background-image: url(/shared/images/btn_fontsize_01.png);
}
#fontSizeBtn li.normal a {
	background-position: 0 -26px;
}
#fontSizeBtn li.normal a.textresizer-active,
#fontSizeBtn li.normal a:hover {
	background-position: 0 0;
}
#fontSizeBtn li.large {
	width: 26px;
}
#fontSizeBtn li.large a {
	background-position: -40px -26px;
}
#fontSizeBtn li.large a.firstView,
#fontSizeBtn li.large a.textresizer-active,
#fontSizeBtn li.large a:hover {
	background-position: -40px 0;
}
#fontSizeBtn li.extra-large a {
	background-position: -66px -26px;
}
#fontSizeBtn li.extra-large a.textresizer-active,
#fontSizeBtn li.extra-large a:hover {
	background-position: -66px 0;
}
#menuBtn {
	display: none;
}

#header:not(.js-header) .utility .search {
	margin-top: -3px;
	height: 26px;
	text-align: right;
	display: inline-block;
}

#header:not(.js-header) .utility input#SS_searchQuery {
	height: 26px;
	border: 1px solid #0EB1A3;
	box-sizing: border-box;
	padding: 0 10px;
	display: inline-block;
	vertical-align: middle;
}

#header:not(.js-header) .utility input#SS_searchSubmit {
	width: 30px;
	height: 26px;
	background-color: #0EB1A3;
	border: none;
	background-image: url(/shared_rwd/images/ico_serach.png);
	display: inline-block;
	vertical-align: middle;
	background-position-x: 1px;
	background-position-y: -1px;
	background-size: 90%;
	background-repeat: no-repeat;
	border-radius: 0;
}
.utility .btn_close{
	display:none;
}


@media (max-width: 960px) {
	body {
		/* overflow-y:scroll; */
	}
	#header:not(.js-header) {
		border-bottom: 4px solid #01AA97;
		box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.2);
		padding-bottom: 0;
		height: 70px;
		padding-top: 70p;
	}
	#header:not(.js-header) .headerIn01 {
		padding: 0;
		padding-top: 70px;
	}
	#header:not(.js-header) .logo {
		width: 220px;
		margin: 11px;
		position: absolute;
		margin: 18px;
		top: 0px;
	}
	#fontSizeBtn {
		display: none;
	}
	#header:not(.js-header) .utility .search {
		background-color: #fff;
		padding: 10px;
		text-align: center;
		display: block;
		height: auto;
		border-top: 1px solid #ccc;
		white-space: nowrap;
	}

	#header:not(.js-header) .utility input#SS_searchQuery {
		width: 90%;
		height: 40px;
		border-radius: 0;
	}

	#header:not(.js-header) .utility input#SS_searchSubmit {
		width: 46px;
		height: 40px;
		background-image: url(/shared_rwd/images/ico_serach_sp.png);
	}

	#header:not(.js-header) .utility {
		float: none;
		font-size: 15px;
		background-color: #fff;
		display: -webkit-box;
		display: -webkit-flex;
		display:-ms-flexbox;
		display: flex;
		-webkit-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
	}
	#header:not(.js-header) .utility .sub2 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order:2;
		-webkit-order:2;
		order:2;
		width: 100%;
	}
	#header:not(.js-header) .utility .sub1 {
		-webkit-box-ordinal-group:1;
		-ms-flex-order:1;
		-webkit-order:1;
		order:1;
		width: 100%;
	}
	.utility .btn_close{
		-webkit-box-ordinal-group:3;
		-ms-flex-order:3;
		-webkit-order:3;
		order:3;
		width: 100%;
	}
	#menuBtn {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		top: 7px;
		width: 60px;
		padding-top: 40px;
		text-align: center;
		cursor: pointer;
	}
	#menuBtn::before,
	#menuBtn::after {
		content: "";
		position: absolute;
		top: 25%;
		left: 25%;
		right: 25%;
		height: 3px;
		background-color: #000;
		border-radius: 2px;
		transition: all 0.5s;
	}
	#menuBtn::after {
		top: 55%;
		box-shadow: 0 -9px 0 #000;
	}
	#menuBtn.isOpen::before,
	#menuBtn.isOpen::after {
		top: 35%;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#menuBtn.isOpen::after {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		box-shadow: none;
	}
	#menuBtn .closeTxt {
		display: none;
	}
	#menuBtn.isOpen .menuTxt {
		display: none;
	}
	#menuBtn.isOpen .closeTxt {
		display: block;
	}

}
@media (max-width: 600px) {
	#header:not(.js-header) {
		height:50px;
	}
	#header:not(.js-header) .headerIn01 {
		padding-top: 50px;
	}
	#header:not(.js-header) nav{
	}
	#header:not(.js-header) .logo {
		width: 205px;
		margin: 12px;
	}
	#menuBtn {
		width: 54px;
		padding-top: 25px;
		font-size: 10px;
	}
	#menuBtn::before,
	#menuBtn::after {
		height: 2px;
	}
	#menuBtn::after {
		top: 55%;
		box-shadow: 0 -7px 0 #000;
	}
	#menuBtn span {
		display: block;
		transform: scale(0.7,0.7);
	}
}

/*----- gNavi -----*/
#gNavi {
	background: url(/shared/images/bg_gnavi01.gif) repeat-x;
}
#gNavi .main {
	overflow: hidden;
	max-width: 950px;
	height: 50px;
	margin: 0 auto;
}
#gNavi .main li {
	float: left;
	width: 190px;
}
#gNavi .main a {
	display: block;
	height: 0;
	padding: 50px 0 0;
}
#gNavi li.homeBtn {
	width: 115px;
	background-image:	url(/shared/images/btn_gnavi01.png);
	background-position: 0 0;
}
#gNavi li.lineupBtn {
	width: 243px;
	background-image: url(/shared/images/btn_gnavi02.png);
	background-position: 0 0;
}
#gNavi li.customerBtn {
	width: 171px;
	background-image: url(/shared/images/btn_gnavi03.png);
	background-position: 0 0;
}
#gNavi li.companyBtn {
	width: 239px;
	background-image: url(/shared/images/btn_gnavi04.png);
	background-position: 0 0;
}
#gNavi li.resultBtn {
	width: 182px;
	background-image: url(/shared/images/btn_gnavi05.png);
	background-position: 0 0;
}
/* ホバー状態 */
#gNavi li.homeBtn:hover,
#gNavi li.homeBtn.hover,
#gNavi li.homeBtn.megaOpen {
	background-position: 0 50px;
}
#gNavi li.lineupBtn:hover,
#gNavi li.lineupBtn.hover,
#gNavi li.lineupBtn.megaOpen {
	background-position: 0 50px;
}
#gNavi li.customerBtn:hover,
#gNavi li.customerBtn.hover,
#gNavi li.customerBtn.megaOpen {
	background-position: 0 50px;
}
#gNavi li.companyBtn:hover,
#gNavi li.companyBtn.hover,
#gNavi li.companyBtn.megaOpen {
	background-position: 0 50px;
}
#gNavi li.resultBtn:hover,
#gNavi li.resultBtn.hover,
#gNavi li.resultBtn.megaOpen {
	background-position: 0 50px;
}
/* アクティブ状態 */
#gNavi li.homeBtn a.current {
	background-image: url(/shared/images/btn_gnavi01_on.png);
}
#gNavi li.lineupBtn a.current {
	background-image: url(/shared/images/btn_gnavi02_on.png);
}
#gNavi li.customerBtn a.current {
	background-image: url(/shared/images/btn_gnavi03_on.png);
}
#gNavi li.companyBtn a.current {
	background-image: url(/shared/images/btn_gnavi04_on.png);
}
#gNavi li.resultBtn a.current {
	background-image: url(/shared/images/btn_gnavi05_on.png);
}
/* アクティブ状態 hover */
#gNavi li.homeBtn:hover a.current {
	background-image: none;
}
#gNavi li.lineupBtn:hover a.current,
#gNavi li.lineupBtn.hover a.current,
#gNavi li.lineupBtn.megaOpen a.current {
	background-image: none;
}
#gNavi li.customerBtn:hover a.current,
#gNavi li.customerBtn.hover a.current,
#gNavi li.customerBtn.megaOpen a.current {
	background-image: none;
}
#gNavi li.companyBtn:hover a.current,
#gNavi li.companyBtn.hover a.current,
#gNavi li.companyBtn.megaOpen a.current {
	background-image: none;
}
#gNavi li.resultBtn:hover a.current,
#gNavi li.resultBtn.hover a.current,
#gNavi li.resultBtn.megaOpen a.current {
	background-image: none;
}
@media (max-width: 960px) {
	/*
	nav {
		position: relative;
		left: 0;
		border-top: 4px solid #01AA97;
		width: 100%;
		z-index: 10;
	}
	 */
	#gMenu{
		display: none;
	}
	#gNavi {
		background-image: none;
		/* position: relative; */
		/* top: 50px; */
	}
	#gNavi .main {
		height: auto;
		border-bottom:1px solid #888;
	}
	#gNavi .main li {
		float: none;
		width: auto !important;
		background-image: none !important;
		border-top: 1px solid #888;
	}
	#gNavi .main li:first-child {
		border-top: none;
	}
	#gNavi .main a {
		position: relative;
		height: auto;
		padding: 13px 18px;
		background: -webkit-linear-gradient(top, #f5f5f5 53%,#e5e5e5 55%) !important;
		background: linear-gradient(to bottom, #f5f5f5 53%,#e5e5e5 55%) !important;
		color: inherit;
		font-size: 15px;
		text-decoration: none;
	}
	#gNavi li a::after {
		content: "";
		position: absolute;
		top: 0;
		right: 20px;
		bottom: 0;
		height: 0;
		margin: auto 0;
		border-left: 6px solid #03a99d;
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
	}
	#nv_sp {
		display: block;
	}
	#header:not(.js-header) .utility ul.sub {
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		border-bottom:1px solid #ccc;
		background-color: #fff;
	}
	#header:not(.js-header) .utility .sub li {
		background-color: #fff;
		border-bottom: 1px solid #ccc;
		width:50%;
		margin: 0;
	}
	#header:not(.js-header) .utility .sub li:nth-child(odd) {
		border-right:1px solid #ccc;
		box-sizing:border-box;
		margin: 0;
	}
	#nv_sp li:last-child:nth-child(odd) {
		border-bottom:0;
	}
	#header:not(.js-header) .utility .sub li a {
		position: relative;
		display: block;
		padding: 15px 18px;
		color: #333;
		font-size: 13px;
		text-decoration: none;
	}
	#nv_sp .rim {
		padding: 10px;
		background: #22a6e4;
		text-align: center;
	}
	#nv_sp .rim h2 {
		margin: 0 0 10px;
		color: #fff;
		font-size: 15px;
		font-weight: bold;
	}
	#nv_sp .web {
		padding: 15px 10px;
		border-radius: 2px;
		background: #FFF;
		font-size: 12px;
	}
	#nv_sp .web dt img {margin: 0 0 10px 0;}
	#nv_sp .web dd {margin: 15px 0 0 0;}
	#nv_sp .web .btn a {
		padding: 15px 5px 10px 5px;
		border-radius: 3px;
		background: #004887;
	}
	#nv_sp .web .btn img {max-width: 85px;}
	#nv_sp .web .link a {
		padding: 0;
		color: #111;
		background: none;
		text-decoration: underline;
	}
	.utility .btn_close {
		display:block;
		background:#00b199;
		text-align:center;
		line-height:1;
		font-weight:bold;
		color:#FFF;
		font-size: 18px;
		padding:10px 0;
	}
}
@media (min-width: 961px) {
	/*
	nav {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
	}
	*/

	#gNavi {
		display: block !important;
		width: 100%;
	}
}

/*----- megaMenu -----*/
.megaMenu {
	position: relative;
	z-index: 100;
}
@media (max-width: 960px) {
	.megaMenu {
		display: none;
	}
}
/* メガドロップ本体 */
.megaMenu .listMenu {
	width: 950px;
	position: absolute;
	top: -1000px;
	left: 50%;
	margin: 0 0 0 -475px;
}
.megaMenu .listMenu.active {
	top: 0;
}
/* 業績・財務情報 */
.megaMenu .listMenu.resultMenu {
	width: 317px;
	margin: 0 0 0 158px;
}
.megaMenu .listMenu > .inner-listMenu {
	-moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
	border-radius: 0 0 12px 12px;
}
.megaMenu .listMenu > .inner-listMenu > ul {
	list-style: none;
	display: table;
	width: 100%;
	padding: 0;
	margin: 0;
}
.megaMenu .listMenu > .inner-listMenu > ul > li {
	display: table-cell;
	width: 33.3%;
	padding: 0;
	margin: 0;
	background: #f2fcfc;
	position: relative;
	overflow: hidden;
}
.megaMenu .listMenu > .inner-listMenu > ul > li:nth-of-type(2) {
	width: 33.4%;
}
/* 三井住友海上あいおい生命について */
.megaMenu .listMenu.companyMenu > .inner-listMenu > ul > li {
	width: 50%;
}
.megaMenu .listMenu > .inner-listMenu > ul:last-of-type > li:nth-last-of-type(3) {		/* 後ろから数えて3つ目 */
	border-radius: 0 0 0 12px;
}
.megaMenu .listMenu > .inner-listMenu > ul:last-of-type > li:last-child {
	border-radius: 0 0 12px 0;
}
/* 三井住友海上あいおい生命について */
.megaMenu .listMenu.companyMenu > .inner-listMenu > ul > li:first-of-type {
	border-radius: 0 0 0 12px;
}
/* 業績・財務情報 */
.megaMenu .listMenu.resultMenu > .inner-listMenu > ul > li:last-child {
	border-radius: 0 0 12px 12px;
}
.megaMenu .listMenu > .inner-listMenu > ul + ul > li {
	border-top: 5px solid #01aa97;
}
.megaMenu .listMenu > .inner-listMenu > ul > li::before {
	content: "";
	display: block;
	width: 1px;
	height: 200%;
	background: #01aa97;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.megaMenu .listMenu > .inner-listMenu > ul > li:first-of-type::before,
.megaMenu .listMenu > .inner-listMenu > ul > li:nth-of-type(4)::before {
	display: none;
}
.megaMenu .listMenu > .inner-listMenu > ul > li > * {
	padding: 20px;
}
.megaMenu .listMenu > .inner-listMenu > ul > li > .megaTitle {
	background: #fff;
	color: #00ac9e;
	font-size: 130%;
	font-weight: bold;
	height: 22px;
	position: relative;
}
.megaMenu .listMenu > .inner-listMenu > ul > li > .megaTitle.-s-title {
	font-size: 120%;
}
.megaMenu .listMenu > .inner-listMenu > ul > li > .megaTitle span {
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.megaMenu .listMenu > .inner-listMenu > ul > li.megaRecommend > .megaTitle {
	background: url(/shared/images/bg_mega_menu_01.jpg) center right no-repeat #fff;
	background-size: auto 100%;
	height: 78px;
	-moz-text-shadow: 0px 0px 7px rgba(255, 255, 255, 1);
	-webkit-text-shadow: 0px 0px 7px rgba(255, 255, 255, 1);
	-ms-text-shadow: 0px 0px 7px rgba(255, 255, 255, 1);
	text-shadow: 0px 0px 7px rgba(255, 255, 255, 1);
}
.megaMenu .listMenu > .inner-listMenu > ul > li.megaRecommend:nth-of-type(2) > .megaTitle {
	background: url(/shared/images/bg_mega_menu_02.jpg) center right no-repeat #fff;
	background-size: auto 100%;
}
.megaMenu .listMenu > .inner-listMenu > ul > li.megaRecommend:nth-of-type(3) > .megaTitle {
	background: url(/shared/images/bg_mega_menu_03.jpg) center right no-repeat #fff;
	background-size: auto 100%;
}
.megaMenu .listMenu > .inner-listMenu > ul > li > ul.megalink {
	font-size: 120%;
}
.megaMenu .listMenu > .inner-listMenu > ul > li > ul.megalink > li + li {
	margin-top: .35em;
}
.megaMenu .listMenu > .inner-listMenu > ul > li > ul.megalink > li > a {
	padding-left: 1.9em;
	position: relative;
	display: block;
}
.megaMenu .listMenu > .inner-listMenu > ul > li > ul.megalink > li > a::before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 6px;
	border-color: transparent transparent transparent #00b199;
	position: absolute;
	left: 8px;
	top: 0.3em;
	z-index: 1;
}
.megaMenu .listMenu > .inner-listMenu > ul > li.megaRecommend > ul.megalink > li > a::before {
	border-width: 4px 0 4px 5px;
	border-color: transparent transparent transparent #fff;
	top: 0.36em;
}
.megaMenu .listMenu > .inner-listMenu > ul > li.megaRecommend > ul.megalink > li > a::after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: #00ac9e;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
}
.megaMenu .listMenu > .inner-listMenu > ul > li > ul.megalink > li > a.add-ruby::before {
	top: 0.7em;
}
.megaMenu .listMenu > .inner-listMenu > ul > li.megaRecommend > ul.megalink > li > a.add-ruby::before {
	top: 0.75em;
}
.megaMenu .listMenu > .inner-listMenu > ul > li.megaRecommend > ul.megalink > li > a.add-ruby::after {
	top: 6px;
}
/* Firefox */
/* @-moz-document url-prefix() {
	.megaMenu .listMenu > .inner-listMenu > ul > li > ul.megalink > li > a.add-ruby::before {
		top: 1.1em;
	}
	.megaMenu .listMenu > .inner-listMenu > ul > li.megaRecommend > ul.megalink > li > a.add-ruby::before {
		top: 1.13em;
	}
	.megaMenu .listMenu > .inner-listMenu > ul > li.megaRecommend > ul.megalink > li > a.add-ruby::after {
		top: 12px;
	}
} */
.megaMenu .listMenu > .inner-listMenu > ul > li > ul.megalink > li > span {
	display: block;
	color: #fff;
	padding: 0.4em 0.7em;
	border-radius: 4px;
	font-size: 90%;
}
.megaMenu .listMenu > .inner-listMenu > ul > li > ul.megalink > li > span.customer-msa {
	border: 1px solid #00b0f0;
	color: #0096cc;
	background: #eff8fb;
}
.megaMenu .listMenu > .inner-listMenu > ul > li > ul.megalink > li > span.customer-msi {
	border: 1px solid #f8b61c;
	color: #e4a107;
	background: #fef9eb;
}

/* メガドロップメニュー背景 */
.megaMenuBg {
	position: relative;
	z-index: 98;
}
.megaMenuBg::before {
	content: "";
	display: block;
	background: rgba(0, 0, 0, 0.3);
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	position: fixed;
	top: -100%;
	left: 0;
	z-index: -1;
	opacity: 0;
}
.megaMenuBg.active::before {
	animation: fadeInAnime01 1s ease forwards;
}
.megaMenuBg.inactive::before {
	animation: fadeOutAnime01 1s ease forwards;
}
@keyframes fadeInAnime01 {
    0% {
		opacity:0;
		top: -100%;
    }
    1% {
		opacity:0;
        top: 0%;
    }
    100% {
        opacity:1;
        top: 0%;
    }
}
@keyframes fadeOutAnime01 {
    0% {
		opacity:1;
        top: 0%;
    }
    99% {
		opacity:0;
        top: 0%;
    }
    100% {
		opacity:0;
		top: -100%;
    }
}

/*----- breadCrumb -----*/
#breadCrumb {
	font-size: 120%;
	border-bottom: 1px solid #fff;
	box-shadow: 0 -1px 0 #e2e2e2 inset;
	background: #fff;
}
#breadCrumb .breadCrumbIn01 {
	overflow: hidden;
	max-width: 950px;
	margin: 0 auto;
	padding: 15px 0;
}
#breadCrumb li {
	float: left;
	color: #16776c;
}
#breadCrumb li:before {
	content: ">";
	padding: 0 5px;
	color: #555;
}
#breadCrumb li:first-child:before {
	display: none;
}
#breadCrumb a {
	text-decoration: none;
	color: #333;
}
#breadCrumb a:hover {
	text-decoration: underline;
	color: #4fa396;
}
@media print, screen and (min-width: 768px) {
	#breadCrumb {
		margin-top: 45px;
	}
}
@media (max-width: 960px) {
	#breadCrumb .breadCrumbIn01 {
		padding: 12px;
	}
}
@media (max-width: 600px) {
	#breadCrumb {
		font-size: 10px;
	}
	#breadCrumb .breadCrumbIn01 {
		padding: 5px 8px;
	}
}

/*----- pageTitle -----*/
#pageTitle {
	overflow: hidden;
	position: relative;
	height: 150px;
	margin: 0 0 40px;
	background: url(/shared/images/bg_title01.gif) repeat-x;
}
#pageTitle img {
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 0 0 -600px;
}

/*----- contents -----*/
#contents {
	padding-bottom: 40px;
	background: url(/common/images/contents_gnavi02.jpg) center top no-repeat #f7f9f3;
	font-size: 120%;
}
#contents.gnavi03 { background-image: url(/common/images/contents_gnavi03.jpg); }
#contents.gnavi04 { background-image: url(/common/images/contents_gnavi04.jpg); }
#contents.gnavi05 { background-image: url(/common/images/contents_gnavi05.jpg); }
#contents.other { background-image: url(/common/images/contents_other.jpg); }
#contents.plane { background-image: none; }

#contentsInner {
	max-width: 956px;
	margin: 0 auto;
}
@media screen and (max-width: 960px){
	#contents {
		background-position: 100% 0;
		background-size: 530px auto;
	}
}
@media screen and (max-width: 600px){
	#contents {
		background-size: 80% auto;
	}
}

/*----- main -----*/
#main {
	width: 707px;
	float: left;
	line-height: 2;
}
@media screen and (max-width: 960px){
	#main {
		width: auto;
		float: none;
	}
}

#main .flame {
	background: url(/common/images/flame_bg.gif) 0 0 repeat-y;
}
#main .flame.hasMargin {
	margin-bottom: 20px;
}
#main .flame_top,
#main .flame_top_notitle {
	background: url(/common/images/flame_top_no-title.gif) 0 0 no-repeat;
}
#main .flame_top_gnavi02 {
	background: url(/common/images/flame_top_gnavi02.jpg) 0 0 no-repeat;
}
#main .flame_top_gnavi03 {
	background: url(/common/images/flame_top_gnavi03.jpg) 0 0 no-repeat;
}
#main .flame_top_gnavi04 {
	background: url(/common/images/flame_top_gnavi04.png) 0 0 no-repeat;
}
#main .flame_top_gnavi05 {
	background: url(/common/images/flame_top_gnavi05.jpg) 0 0 no-repeat;
}
#main .flame_btm {
	background: url(/common/images/flame_btm.gif) left bottom no-repeat;
	padding: 25px 32px 30px;
	min-height: 100px;
}
#main .flame_btm.hasH3 {
	padding-top: 3px;
}
@media screen and (max-width: 960px){
	#main .flame {
		background: none #fff;
	}
	#main .flame.hasMargin {
		margin-bottom: 0;
	}
	#main .flame_top,
	#main .flame_top_gnavi02,
	#main .flame_top_gnavi03,
	#main .flame_top_gnavi04,
	#main .flame_top_gnavi05,
	#main .flame_top_notitle,
	#main .flame_btm {
		background: none;
	}
	#main .flame_btm {
		padding: 20px 20px 25px;
		border-bottom: 1px solid #ddd;
	}
	#main .flame_btm.hasH3 {
		padding-top: 20px;
	}
}
@media screen and (max-width: 600px){
	#main .flame_btm {
		padding: 15px 10px;
	}
	#main .flame_btm.hasH3 {
		padding-top: 15px;
	}
}

#main .flame h3 {
	border-left: 2px solid #006c5c;
	padding: 5px 0 5px 13px;
	margin: 0 0 20px;
	font-size: 150%;
	font-weight: bold;
	line-height: 1.3;
}
#main .flame_btm > h3:first-child {
	padding-top: 35px;
}
#main .flame h3.noBorder {
	border-left: none;
	padding-left: 0;
}
#main .flame h3.hasIcon {
	position: relative;
	padding-left: 85px;
}
#main .flame h3.hasIcon .icon {
	position: absolute;
	top: 6px;
	left: 12px;
	background: #006c5c;
	background: -webkit-linear-gradient(top, #006c5c 0%,#569a92 100%);
	background: linear-gradient(to bottom, #006c5c 0%,#569a92 100%);
	width: 60px;
	border-radius: 3px;
	padding: 3px 0;
	text-align: center;
	color: #fff;
	font-size: 12px;
}
#main .flame h3.hasIcon .head {
	display: block;
	padding: 2px 0 5px;
	font-size: 83.33%;
	color: #666;
}
#main .flame h4.normal {
	border: 1px solid #e8e7d5;
	border-radius: 4px;
	background-color: #eef7e6;
	padding: 3px 15px;
	font-size: 130%;
	font-weight: bold;
	margin: 0 0 15px;
}
#main .flame h5.normal {
	border-left: solid 4px #929173;
	padding: 0 0 0 10px;
	margin: 0 0 10px;
	font-size: 110%;
	font-weight: bold;
	line-height: 1.1;
}
#main .flame p {
	margin: 0 0 1em;
}
#main .flame p.lead {
	margin: 0 0 1.5em;
}
#main .block {
	padding: 0 0 20px;
}
@media screen and (max-width: 960px){
	#main .flame_btm > h3:first-child {
		padding-top: 3px;
	}
}
@media screen and (max-width: 600px){
	#main .flame h3 {
		padding: 3px 0 3px 10px;
		margin: 0 0 15px;
		font-size: 16px;
	}
	#main .flame h3.hasIcon {
		padding-left: 10px;
	}
	#main .flame h3.hasIcon .icon {
		position: static;
		display: inline-block;
	}
	#main .flame h3.hasIcon .head {
		padding: 8px 0 5px;
		font-size: 12px;
	}
}

/*----- lNavi -----*/
#lNavi {
	float: right;
	width: 236px;
}
#lNavi > p {
	margin: 0 0 25px;
}
#lNavi > p img {
	position: relative;
	left: 2px;
}
#lNavi > p a img:hover {
	opacity: 1;
}
#lNavi .linkBtn li {
	margin: 0 0 25px;
}
#lNavi .linkBtn li a {
	display: table;
	width: 100%;
	height: 106px;
	font-weight: bold;
	font-size: 120%;
	color: #16776C;
	background: url(/shared/images/bg_lnavi_btn02.png) no-repeat;
}
#lNavi .linkBtn li a:hover {
	opacity: 0.7;
	text-decoration: none;
}
#lNavi .linkBtn li a span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
#lNavi .linkBtn li a.current {
	color: #fff !important;
}
/*青ボタン*/
#lNavi.customerCont01 .linkBtn li a {
	color: #2EA7E0;
}
#lNavi.customerCont01 .linkBtn li a.current {
	background: url(/shared/images/bg_lnavi_btn01.png) no-repeat;
}
#lNavi.customerCont01 .webservice p {
	text-align: center;
}
#lNavi.customerCont01 .webservice img {
	display: inline-block;
}
#lNavi.customerCont01 .webservice:after {
	content: url(/shared/images/bg_lnavi_webservice_bottom01.png);
}
#lNavi.customerCont01 .webservice .inner {
	width: 236px;
	padding: 10px 20px 10px 20px;
	box-sizing: border-box;
	background: url(/shared/images/bg_lnavi_webservice_inner01.png) repeat-y;
}
#lNavi.customerCont01 .webservice .inner p + p {
	margin: 10px 0 0;
}
#lNavi.customerCont01 .webservice .inner .login li {
	margin: 10px 0 0;
}
/*緑ボタン*/
#lNavi.lineupCont01 .linkBtn li a.current,
#lNavi.resultCont01 .linkBtn li a.current {
	background: url(/shared/images/bg_lnavi_btn03.png) no-repeat;
}
#lNavi.companyCont01 .linkBtn li a {
	height: 80px;
	background: url(/shared/images/bg_lnavi_btn05.png) no-repeat;
}
#lNavi.companyCont01 .linkBtn li a.current {
	background: url(/shared/images/bg_lnavi_btn04.png) no-repeat;
}
/*白ボタン*/
#lNavi.companyCont01 .linkBtn li a.recruit {
	background: url(/shared/images/bg_lnavi_btn06.png) no-repeat;
}
@media screen and (max-width: 960px){
	#lNavi {
		display: none;
	}
}

/*----- footer -----*/
/*
#footer {
	padding: 0;
	background: none;
}
#footer .pageTop {
	position: relative;
	max-width: 950px;
	margin: 0 auto;
}
#footer .pageTop a {
	position: absolute;
	top: -30px;
	right: 0;
}
#footer .footerIn01 {
	padding: 20px 0;
	text-align: center;
	font-size: 12px;
	border-top: 5px solid #01aa97;
	background: #f7f9f3;
}
#footer .footerIn01 ul {
	margin: 0 0 20px;
}
#footer .footerIn01 ul li {
	display: inline-block;
	margin: 0 0 0 20px;
}
#footer .footerIn01 ul li:first-child {
	margin: 0;
}
#footer .footerIn01 ul li:before {
	content: url(/shared/images/icon_footer_arrow01.png);
	position: relative;
	top: 3px;
	margin: 0 5px 0 0;
}
#footer .footerIn01 ul + ul li:before {
	content: url(/shared/images/icon_footer_arrow02.gif);
	position: relative;
	top: -1px;
}
#footer .footerIn01 .copyright {
	max-width: 950px;
	margin: 30px auto 0;
	border-top: 1px solid #e2e2e2;
	color: #70716c;
}
#footer .footerIn01 .copyright p {
	padding: 10px 0 0;
	border-top: 1px solid #fff;
} */

@media screen and (max-width: 960px){
	/*
	#footer .footerIn01 {
		padding: 15px 10px;
	}
	#footer .footerIn01 ul {
		float: left;
		width: 40%;
		margin: 0 5% 20px;
		text-align: left;
	}
	#footer .footerIn01 ul li {
		width: 90%;
		margin: 0 0 5px !important;
	}
	#footer .footerIn01 .copyright {
		clear: both;
	}
	 */
}
@media screen and (max-width: 600px){
	/*
	#footer .footerIn01 ul {
		width: 100%;
		margin: 0 10px 10px;
	}
	#footer .footerIn01 ul li:first-child {
		margin: 0;
	}
	 */
}

.pagetop_rwd {
	display:none;
	clear: both;
	position: fixed;
	margin: 0;
	padding: 0;
	right: 15px;
	bottom: 15px;
	top: auto;
	z-index: 700;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.pagetop_rwd a {
	display: block;
	width:40px;
	height:40px;
	box-sizing: border-box;
	position: relative;
	width: 48px;
	height: 48px;
	margin: 0;
	padding: 12px;
	border: 1px solid #01aa97;
	background-color: rgba(255, 255, 255, 0.6);
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2);
	text-indent: -9999px;
}
.pagetop_rwd a:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 20px;
	left: 18px;
	width: 8px;
	height: 8px;
	border-top: 3px solid #01aa97;
	border-right: 3px solid #01aa97;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

@media screen and (max-width: 960px){
	.pagetop_rwd {
		clear: both;
		position: fixed;
		margin: 0;
		padding: 0;
		right: 15px;
		bottom: 15px;
		top: auto;
		z-index: 700;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}
	.pagetop_rwd a {
		display: block;
		width:40px;
		height:40px;
		box-sizing: border-box;
		position: relative;
		width: 48px;
		height: 48px;
		margin: 0;
		padding: 12px;
		border: 1px solid #01aa97;
		background-color: rgba(255, 255, 255, 0.6);
		-webkit-transition: opacity 0.3s;
		transition: opacity 0.3s;
		box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2);
		text-indent: -9999px;
	}
	.pagetop_rwd a:after {
		content: "";
		display: inline-block;
		position: absolute;
		top: 20px;
		left: 18px;
		width: 8px;
		height: 8px;
		border-top: 3px solid #01aa97;
		border-right: 3px solid #01aa97;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
}

/*=====================================================
モジュール
=====================================================*/

.liquid {
	width: 100%;
}

.spImg,
.tbImg {
	display: none !important;
}
.pcImg {
	display: inline !important;
}
@media screen and (max-width: 960px){
	.spImg,
	.pcImg {
		display: none !important;
	}
	.tbImg {
		display: inline !important;
	}
}
@media screen and (max-width: 600px){
	.tbImg,
	.pcImg {
		display: none !important;
	}
	.spImg {
		display: inline !important;
	}
}

.sectionL {
	margin-bottom: 40px;
}
.sectionM {
	margin-bottom: 30px;
}
.sectionS {
	margin-bottom: 20px;
}

.noteText {
	font-size: 10px;
	color: #666;
}
@media screen and (max-width: 960px){
	.noteText {
		font-size: 12px;
		text-indent:-1em;
		padding-left:1em;
	}
	ul.noteText {
		padding-left:0;
	}
}
@media screen and (max-width: 600px){
	.spVR {
		white-space:nowrap;
		width:1em;
		text-align:center;
	}
	.spVR span {
		display:inline-block;
		white-space:nowrap;
		width:1em;
		line-height:1;
		letter-spacing:1px;
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		text-orientation:upright;
	}
}


.commconTbl {
	width: 100%;
	margin-bottom: 1em;
	border-collapse: collapse;
	border-spacing: 0;
	border-right: solid 1px #dfdfdf;
	border-bottom: solid 1px #dfdfdf;
	line-height: 1.5;
}
.commconTbl th,
.commconTbl td {
	border-top: solid 1px #dfdfdf;
	border-left: solid 1px #dfdfdf;
	padding: 10px;
	text-align: left;
}
.commconTbl th {
	background: #eff5e7;
}
.commconTbl th img.no {
	position: relative;
	top: 5px;
}
.commconTbl tr.type2 th {
	background:url(/common/images/th_bg.png) 0 0 repeat-x #eff5e7;
}
.commconTbl tr.type2 th.newsHead {
	width: auto;
}
.commconTbl td {
	background: #fff;
}

ul.icon_link li {
	padding-left: 20px !important;
	text-indent: -20px;
}
ul.icon_link li a {
	background:url(/common/images/icon_link02.png) 0 top no-repeat;
	padding:0 0 0 20px;
}

.simpleTbl {
	width: 100%;
	font-size: 100%;
	line-height: 2;
}
.simpleTbl th,
.simpleTbl td {
	vertical-align: top;
}
.simpleTbl th {
	width: 1%;
	padding-right: 3px;
	white-space: nowrap;
	font-weight: normal;
}
.simpleTbl td {
	width: 99%;
}

/*----- お問い合わせモジュール -----*/
.modContact{
	max-width:950px;
	margin:0 auto 10px;
	box-sizing:border-box;
}
.modContact h2{
	color:#545454;
	font-size:123%;
	font-weight:bold;
	background: url(/shared_rwd/images/bg_contact_shadow.png) no-repeat top left #fafafa;
	padding:4px 8px 1px;
	letter-spacing:0.1em;
}
.modContact .inner{
	background:#effaf9;
	border-top:solid 3px #00b199;
	padding:13px 20px;
}
.modContact .inner .tel,
.modContact .inner .btn a{
	min-height:135px;
	box-sizing:border-box;
}
.modContact .inner .tel,
.modContact .inner .btn,
.btnWrap{
	display:inline-block;
	vertical-align:top;
}
.modContact .inner .tel{
	background:#FFF;
	text-align:center;
	border:solid 1px #e5e5e5;
	padding:5px 0 10px;
	margin:0 13px 0 0;
}
.modContact .inner .tel h3{
	color:#545454;
	font-size:16px;
	font-weight:bold;
	border-bottom:solid 1px #e5e5e5;
	padding-bottom:3px;
	margin-bottom:3px;
	width:425px;
}
.modContact .inner .tel .no a{
	font-family:Arial;
	color: #e5508f;
	font-size:36px;
	font-weight:bold;
	line-height:1.2;
	cursor:default;
}
.modContact .inner .tel .no a:hover{
	text-decoration:none;
}
.modContact .inner .tel .time{
	font-size:16px;
}
.modContact .inner .btn{
	min-width:216px;
	margin-left:8px;
}
.modContact .inner .btn a{
	font-size:17px;
	font-weight:bold;
	text-align:center;
	line-height:1.3;
	display:block;
	background:#FFF;
	border:solid 1px #7fd8cc;
	padding-top: 82px;
	border-radius:4px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
	position:relative;
}
.modContact .inner .btn.btnRequest a{
	padding-top: 90px;
}
.modContact .inner .btn a:hover{
	text-decoration:none;
	border:solid 2px #00b199;
	margin:0;
}
.modContact .inner .btn a img{
	width:60px;
	height:auto;
	margin-top:10px;
	position:absolute;
	top:0;
	left:78px;
	transition: all 200ms 0s ease;
}
.modContact .inner .btn a:hover img{
	width:70px;  
	left:73px;
}
.modContact .inner .btn a span:before{
	content:url(/shared_rwd/images/ico_contact_arrow.png);
	margin-right:5px;
}
.modContact .inner ul{
	margin-top:0.5em;
}
.modContact .inner li{
	padding-left:1em;
	text-indent:-1em;
}

body.fs03 .modContact .inner .tel h3,
body.fs03 .modContact .inner .tel .time,
body.fs03 .modContact .inner .btn a{
	font-size:20px;
}
body.fs03 .modContact .inner .btn a{
	padding-top:100px;
	min-height:164px;
}
body.fs03 .modContact .inner .btn.btnRequest a{
	padding-top: 110px;
}
body.fs03 .modContact .inner .btn a img{
	margin-top:15px;
	width:70px;
	left:73px;
}
body.fs03 .modContact .inner .btn a:hover img{
	width:80px;  
	left:68px;
}

body.fs03 .modContact .inner .tel .no a{
	font-size:46px;
}
body.fs01 .modContact .inner .tel .no a{
	font-size:32px;
	line-height:1.4;
}

@media screen and (max-width: 960px){
	.modContact{
		width:100%;
		padding:0 10px;
	}
	.modContact .inner{
		font-size:1.1em;
	}
	.modContact .inner .tel,
	.modContact .inner .tel h3{
		width:100%;
	}
	.modContact .inner .tel .no a{
		font-size:4em;
	}
	.modContact .inner .tel{
		margin-bottom:20px;
	}
	.modContact .inner .btn{
		margin:0;
		min-width:49%;
	}
	.modContact .inner .btn a{
		border:solid 2px #00b199;
		padding-top: 80px;
	}
	.modContact .inner .btn a img{
		left:50%;
		margin-left:-30px;
	}
	.modContact .inner .btn a:hover img{
		left:50%;
		margin-left:-35px;
	}
	.btnWrap{
		display:block;
		overflow:hidden;
	}
	.btnContact{
		float:left;
	}
	.btnRequest{
		float:right;
	}
}
@media screen and (max-width: 600px){
	.modContact .inner{
		font-size:inherit;
		padding:10px;
	}
	.modContact .inner .tel .no a{
		font-size:3.5em;
	}
	.modContact .inner .btn{
		margin:0 0 10px 0;
		min-width:100%;
	}
	.modContact .inner .btn a,
	.modContact .inner .btn.btnRequest a{
		min-height:inherit;
		padding:15px 10px;
	}
	.modContact .inner .btn a img{
		display:inline-block;
		width:50px;
		vertical-align:middle;
		margin:0;
		margin-right:15px;
		position:relative;
		left:auto;
		top:auto;
	}
	.modContact .inner .btn a:hover img{
		left:auto;
		top:auto;
		margin-left:0;
	}
	.modContact .inner .btn a span:before{
		content:normal;
	}
	.modContact .inner .btn.btnContact a img{
		vertical-align:bottom;}
	.modContact .inner .btn a span{
		display:inline-block;
	}
	.btnWrap{
		display:inline;
		overflow:auto;
	}
	.btnContact,
	.btnRequest{
		float:none;
	}
	.modContact .inner .tel .time{
		font-size:1.2em;
	}
}
/*=====================================================
Print
=====================================================*/

@media print {
	.pageTop{
		display: none;
	}
}


/*=====================================================
youtube
=====================================================*/
.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

/*=====================================================
group list for top style
=====================================================*/
#grouplist a {
	color:#333;
}
#grouplist .bgGray {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.6rem;
	line-height: 2.4rem;
	padding: 30px 0;
	background: #F7F8F8;
}
#grouplist div.lyt_affiliated_companies {
	display: table;
	padding: 0 0 0;
	max-width: 1200px/*956px*/;
	margin: 0 auto;
	width: 100%;
}
#grouplist div.lyt_affiliated_companies>.img {
	display: table-cell;
	margin-top: 2px;
	padding: 0 0 0 20px;
	text-align: left;
	vertical-align: middle;
	width: 300px;
	box-sizing: content-box;
}
#grouplist div.lyt_affiliated_companies>.img p {
	margin-top: 0;
}
div.lyt_affiliated_companies>.txt {
	display: table-cell;
	vertical-align: top;
}
#grouplist div.lyt_affiliated_companies>.txt>:first-child {
	margin-top: 0;
}
#grouplist div.lyt_affiliated_companies>.img>:last-child, div.lyt_affiliated_companies>.txt>:last-child {
	margin-bottom: 0;
}
#grouplist ul.-col-3._link-01 {
	padding-inline-start: 40px;
	list-style-type: none;
	max-width: 956px;
}
#grouplist ul.-col-3._link-01 li:nth-child(3n+1) {
	clear: left;
}
#grouplist ul.-col-3._link-01 li {
	width: 33%;
	box-sizing: border-box;
	float: left;
	margin: 0 0 16px;
}
#grouplist ul.-col-3._link-01 li:nth-child(3n+1) {
    width: 30%;
}
#grouplist ul.-col-3._link-01 li:nth-child(3n+2) {
    width: 36%;
}
#grouplist ul.-col-3._link-01 li:nth-child(4), #grouplist ul.-col-3._link-01 li:nth-child(5), #grouplist ul.-col-3._link-01 li:nth-child(6) {
  	margin-bottom: 0;
}
#grouplist ul._link-01>li {
	padding-left: 20px;
	position: relative;
}
#grouplist ul._link-01>li:before {
	position: absolute;
	top: 0.4em;
	left: 0;
	content: "";
	width: 6px;
	height: 6px;
	border: 0px;
	transform: rotate(45deg);
	display: inline-block;
	border-top: 2px solid #006762;
	border-right: 2px solid #006762;
}
@media screen and (max-width: 600px) {
	#grouplist {
		margin-top: 10px;
	}
	#grouplist .bgGray {
		padding: 20px 10px 10px;
		font-size: 1.4rem;
	}
	#grouplist div.lyt_affiliated_companies {
		display: block;
		padding: 0;
	}
	#grouplist div.lyt_affiliated_companies>.img {
		width: calc(100% - 70px);
		margin: 0 auto 20px;
	}
	#grouplist div.lyt_affiliated_companies>.img, div.lyt_affiliated_companies>.txt {
		display: inline-block;
	}
	#grouplist ul.-col-3._link-01 {
		padding-left: 20px;
	}
	#grouplist ul.-col-3._link-01 li,#grouplist ul.-col-3._link-01 li:nth-child(3n+2) {
		width: calc(100% - 2em)!important;
		margin-bottom: 12px!important;
		margin-left: 10px;
		padding-left: 18px;
		line-height: 2rem;
	}
}
