/* @override
http://msk/css/styles.css
*/

/*http://mskhoken.sun-moon.bz/css/styles.css*/

@charset "utf-8";

body {
	line-height: 1.8;
}

body.font-large {
	font-size: 133%;
}

.container {
	background-color: #E7E7E7;
}

/* @group アンカー、テキストなど */

a {
	color: #0F9D8E;
}

a:visited {
	color: #067;
}

a:hover {
	color: #067;
	text-decoration: none;
}

.indent {
	text-indent: 1em;
}

/* @end */

/* @group リスト */

.dl-01 dt {
	display: inline-block;
	padding-right: 15px;
	vertical-align: top;
}

.dl-01 dd {
	display: inline-block;
	padding-left: 15px;
	vertical-align: top;
	border-left: 1px solid #bbb;
}

/* @end */

/* @group テーブル */

.tbl-1 {
	width: 100%;
}

.tbl-1 th, .tbl-1 td {
	padding: 15px 10px;
	vertical-align: top;
	border-bottom: 1px solid #e7e7e7;
}

.tbl-1 tr:first-child th,
.tbl-1 tr:first-child td {
	border-top: 1px solid #e7e7e7;
}

.tbl-1 tbody th {
	color: #079081;
}

.tbl-2 {
	width: 100%;
}

.tbl-2 th, .tbl-2 td {
	padding: 15px 25px;
	vertical-align: top;
	border: 1px solid #e7e7e7;
}

.tbl-2 th {
	color: #fff;
	vertical-align: middle;
	text-align: center;
	background-color: #079081;
}

.tbl-2 td {
	text-align: center;
}

.tbl-2 td:first-child {
	text-align: left;
}

.tbl-3 {
	width: 100%;
}

.tbl-3 th, .tbl-3 td {
	padding: 15px 10px;
	vertical-align: top;
	border: 1px solid #e7e7e7;
}

.tbl-3 thead th {
	color: #fff;
	vertical-align: middle;
	text-align: center;
	background-color: #AAABAD;
}

.tbl-3 tbody th {
	background: #F5F5F7;
}

.tbl-4 {
	width: 100%;
}

.tbl-4 th, .tbl-4 td {
	padding: 15px 10px;
	vertical-align: top;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
}

.tbl-4 th {
	color: #066;
	font-weight: bold;
	vertical-align: middle;
	text-align: left;
}

.tbl-5 {
	width: 100%;
}

.tbl-5 th, .tbl-5 td {
	padding: 5px 10px;
	border: 1px solid #e7e7e7;
}

.tbl-5 th {
	font-weight: bold;
	background: #f9f9f9;
}

.tbl-5 thead th {
	background: #f1f1f1;
}

.tbl-6 {
	display:inline;
	margin-left:1.5em;
}

.tbl-6 th, .tbl-6 td {
	padding: 5px 10px 5px 0;
	vertical-align: top;
	/*border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;*/
}

.tbl-6 th {
	/*color: #066;*/
	font-weight: bold;
	/*vertical-align: bottom;
	text-align: left;*/
}

.tbl-7 {
	display:inline;
	/*margin-left:1.5em;*/
}

.tbl-7 th {
	text-align:left;
}
.tbl-7 th, .tbl-7 td {
	padding: 0 1.2em 0 0;
	vertical-align: top;
	/*border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;*/
}

.tbl-7 th {
	/*color: #066;*/
	font-weight: bold;
	/*vertical-align: bottom;
	text-align: left;*/
}

/* @end */



/* @group ヘッダ */

.sp-show {
	display: none;
}

@media screen and (max-width:767px) {
	
	.sp-hide {
		display: none;
	}
	.sp-show {
		display: block;
	}
	br.sp-show {
		display: inline;
	}
	.sp-mB0 {
		margin-bottom: 0 !important;
	}
	.sp-w100 {
		width: 100% !important;
	}
}

/* @end */



/* @group ヘッダ */

.site-header {
	border-top: 4px solid #237168;
	border-bottom: 2px solid #DCE1E8;
	background-color: #fff;
}

.site-header-upper {
	position: relative;
	border-top: 1px solid #fff;
	width: 980px;
	margin: 0 auto;
}

.site-logo a {
	display: block;
	box-sizing: border-box;
	width: 331px;
	height: 76px;
	padding-top: 76px;
	margin-top: 6px;
	margin-bottom: 18px;
	overflow: hidden;
	background: url(../images/logo.png) no-repeat 0 0;
}

.sp-nav-btn {
	display: none;
}

.site-header-util {
	position: absolute;
	right: 0;
	top: 12px;
	font-size: 14px;
	line-height: 1;
}

.site-header-util-item {
	display: inline;
	margin-left: 30px;
}

.site-header-util-item:first-child {
	margin-left: 0;
}

.site-header-util-item a,
.site-header-util-item a:visited {
	text-decoration: none;
	color: #000;
}

.site-header-util-item a:hover {
	text-decoration: underline;
	color: #237168;
}

/* @end */

/* @group 文字サイズ切替 */

.fontsize {
	position: absolute;
	right: 240px;
	top: 48px;
	overflow: hidden;
	font-size: 14px;
}

.fontsize-title {
	float: left;
	margin-right: 8px;
	line-height: 35px;
}

.fontsize-list {
	float: right;
	overflow: hidden;
}

.fontsize-list-item {
	float: left;
}

a.fontsize-list-anchor,
a.fontsize-list-anchor:visited {
	display: block;
	box-sizing: border-box;
	width: 54px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	text-decoration: none;
	color: #666;
	border: 2px solid #DCE1E8;
}

a.fontsize-list-anchor:hover {
	color: #000;
	border-color: #bbb;
}

.fontsize-list-item a.fontsize-list-anchor {
	border-radius: 0 3px 3px 0;
	border-left-width: 0;
}

.fontsize-list-item:first-child a.fontsize-list-anchor {
	border-radius: 3px 0 0 3px;
	border-left-width: 2px;
	border-right-width: 0;
}

a.fontsize-list-anchor.textresizer-active {
	color: #71AAFF;
	border: 2px solid #71AAFF !important;
}

/* @end */

/* @group 検索フィールド */

.searchform {
	position: absolute;
	right: 0;
	top: 48px;
}

.searchform div.gsc-control-cse {
	/*Gooleカスタム検索の一番外側のラッパー*/
	box-sizing: border-box;
	padding: 0;
	width: 228px;
	height: 35px;
	border-radius: 3px;
	border: 2px solid #DCE1E8;
}

.searchform div.gsc-control-cse td {
	/*Gooleカスタム検索内のセルはパディング0*/
	padding: 0 !important;
}

.searchform form.gsc-search-box,
.searchform table.gsc-search-box {
	/*テキストボックスと検索ボタンのフォームとテーブル*/
	position: relative;
	margin-bottom: 0 !important;
}

.searchform table.gsc-search-box td {
	/*テキストボックスと検索ボタンのセル*/
	display: block;
	position: absolute;
}

.searchform table.gsc-search-box td.gsc-input {
	/*テキストボックスのセル*/
	width: 100%;
	left: 0;
	top: 0;
}

.searchform div.gsc-input-box,
.searchform div.gsc-input-box-focus
 {
	/*テキストボックスのラッパー*/
	width: 100%;
	height: 31px;
	border: none;
	box-shadow: none;
	background: #fff url(../images/icon-search.png) no-repeat 97% center;
	background-size: 20px;
}

.searchform input.gsc-input {
	/*テキストボックス*/
	box-sizing: border-box;
	width: 100%;
	height: 31px !important;
	border: none !important;
	padding: 5px !important;
	padding-right: 35px !important;
	line-height: 21px !important;
	outline: none !important;
	border: none !important;
	background: none !important;
}

.searchform td#gs_tti50.gsib_a {
	padding: 0;
}

.searchform table.gsc-search-box td.gsc-search-button {
	/*検索ボタンのセル　※透明にする*/
	width: 35px;
	height: 31px;
	right: 0;
	top: 0;
}

.searchform table.gsc-search-box td.gsc-search-button input.gsc-search-button {
	/*検索ボタン　※透明にする*/
	width: 100%;
	height: 31px;
	padding: 0;
	margin: 0;
	background: none;
	border: none;
	outline: none;
	opacity: 0;
}

.ie8 .searchform table.gsc-search-box td.gsc-search-button input.gsc-search-button {
	-ms-filter: "alpha(opacity=0)";
}

.searchform span#gs_cb50 {
	/*クリアボタン*/
	display: none !important;
}

.searchform .gsc-result .gs-title {
	height: 30px !important;
}

/* @end */

/* @group グロナビ */

.site-header-lower {
	border-top: 2px solid #DCE1E8;
}

.mainnav {
	position: relative;
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
}

.mainnav-item {
	float: left;
	border-right: 2px solid #DCE1E8;
}

.mainnav-item:first-child {
	border-left: 2px solid #DCE1E8;
}

.site-header-lower .searchform,
.mainnav-subitem {
	display: none;
}

a.mainnav-anchor,
a.mainnav-anchor:visited {
	display: block;
	box-sizing: border-box;
	width: 161px;
	height: 93px;
	padding-top: 93px;
	overflow: hidden;
	border-top: 7px solid #fff;
	background-repeat: no-repeat;
	background-position: 7px 3px;
}

a.mainnav-anchor:hover {
	opacity: .8;
}

.mainnav-item.item-1 a.mainnav-anchor {
	/* width: 192px; */
	background-image: url(../images/pc-mainnav-kojin.png);
}

.mainnav-item.item-2 a.mainnav-anchor {
	background-image: url(../images/pc-mainnav-houjin.png);
}

.mainnav-item.item-3 a.mainnav-anchor {
	background-image: url(../images/pc-mainnav-group.png);
}

.mainnav-item.item-4 a.mainnav-anchor {
	background-image: url(../images/pc-mainnav-ob.png);
}

.mainnav-item.item-5 a.mainnav-anchor {
	background-image: url(../images/pc-mainnav-dairiten.png);
}

.mainnav-item.item-6 a.mainnav-anchor {
	background-image: url(../images/pc-mainnav-keizai.png);
}

body.kojin .mainnav-item.item-1 a.mainnav-anchor {
	border-top: 7px solid #EB92DF;
	background-image: url(../images/pc-mainnav-kojin-on.png);
}

body.houjin .mainnav-item.item-2 a.mainnav-anchor {
	border-top: 7px solid #015CAD;
	background-image: url(../images/pc-mainnav-houjin-on.png);
}

body.group .mainnav-item.item-3 a.mainnav-anchor {
	border-top: 7px solid #0F9D8E;
	background-image: url(../images/pc-mainnav-group-on.png);
}

body.ob .mainnav-item.item-4 a.mainnav-anchor {
	border-top: 7px solid #0CBECE;
	background-image: url(../images/pc-mainnav-ob-on.png);
}

body.dairiten .mainnav-item.item-5 a.mainnav-anchor {
	border-top: 7px solid #4C6788;
	background-image: url(../images/pc-mainnav-dairiten-on.png);
}

body.keizai .mainnav-item.item-6 a.mainnav-anchor {
	border-top: 7px solid #e9b005;
	background-image: url(../images/pc-mainnav-keizai-on.png);
}

/* @end */

/* @group コンテンツ部分 */

.contents {
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
}

body.top .contents,
body.kojin .contents,
body.keizai .contents,
body.saigusa .contents {
	width: 100%;
	background-color: #E7E7E7;
}

.top-main {
	width: 980px;
	margin: 0 auto;
	padding: 14px 0;
	overflow: hidden;
}

body.kojin .top-main,
body.keizai .top-main,
body.saigusa .top-main:first-child {
	padding: 0 0 14px;
}

.contents-main {
	float: left;
	width: 713px;
}

.sidebar {
	float: right;
	width: 252px;
}

/* @end */

/* @group 色、アイコン */

.icon-outerlink {
	padding-left: 5px;
	vertical-align: middle;
}

.white {
	color: #fff !important;
}

.gray {
	color: #444 !important;
}

.darkgray {
	color: #666 !important;
}

.pink {
	color: #EB92DF !important;
}

.skyblue {
	color: #0CBECE !important;
}

.green {
	color: #066 !important;
}

.lightgreen {
	color: #079081 !important;
}

.darkblue {
	color: #336698 !important;
}

.red {
	color: #e5615d !important;
}

/* @end */

/* @group ボックス */

.box-gray {
	padding: 20px;
	border-radius: 5px;
	border: 3px solid #ccc;
}

.box-gray-bold {
	padding: 20px;
	border-radius: 5px;
	border: 2px solid #ccc;
}

.box-green {
	padding: 20px;
	border-radius: 5px;
	border: 1px solid #066;
}

.box-lightgreen {
	padding: 20px;
	border-radius: 5px;
	border: 1px solid #0FA998;
}

.box-skyblue {
	padding: 20px;
	border-radius: 5px;
	border: 1px solid #0CBECE;
}

.box-skyblue-bold {
	padding: 20px;
	border-radius: 5px;
	border: 3px solid #0CBECE;
}

.box-darkblue {
	padding: 20px;
	border-radius: 5px;
	border: 1px solid #336698;
}

.box-darkblue-bold {
	padding: 20px;
	border-radius: 5px;
	border: 3px solid #336698;
}

.box-darkblue-heavy {
	padding: 20px;
	border-radius: 10px;
	border: 5px solid #336698;
}

.no-radius {
	border-radius: 0 !important;
}

/* @end */

/* @group パンくず */

.bread {
	width: 980px;
	margin: 0 auto;
	padding: 12px 0;
	overflow: hidden;
	font-size: 14px;
}

.bread-item {
	display: inline;
}

.bread-item a,
.bread-item a:visited {
	color: #666;
	text-decoration: none;
}

.bread-item a:hover {
	text-decoration: underline;
}

.bread-item.current {
	color: #000;
}

.bread-item:after {
	margin-left: 10px;
	margin-right: 10px;
	content: '>';
	font-family: arial;
	color: #999;
}

.bread-item.current:after {
	margin: 0;
	content: '';
}

/* @end */

/* @group カテゴリビジュアル */

.category-visual {
	box-sizing: border-box;
	height: 279px;
	margin-bottom: 14px;
	box-shadow: 0 3px 3px rgba(0, 0, 0, .1);
	border-radius: 5px;
	border-top: 10px solid #066;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 100%;
}
.category-visual.non-border {
	border-top: none;
	padding-top: 10px;
}

.category-visual-sub {
	height: 150px;
	margin-bottom: 14px;
}

.ie8 .category-visual {
	border: 1px solid #e7e7e7;
	border-top: 10px solid #066;
}

body.kojin .category-visual {
	border-top-color: #EB92DF;
	background-image: url(../images/visual-kojin.jpg);
}

body.houjin .category-visual {
	border-top-color: #015CAD;
	background-image: url(../images/visual-houjin.jpg);
}

body.group .category-visual {
	border-top-color: #0F9D8E;
	background-image: url(../images/visual-group.jpg);
}

body.group .category-visual-sub {
	background-image: url(../images/visual-group-sub.jpg);
	background-size: auto;
    background-position: right top;
}

body.ob .category-visual {
	border-top-color: #0CBECE;
	background-image: url(../images/visual-ob.jpg);
}

body.dairiten .category-visual {
	border-top-color: #336699;
	background-image: url(../images/visual-dairiten.jpg);
}

body.keizai .category-visual {
	border-top-color: #E9B005;
	/* background-image: url(../images/visual-keizai.jpg); */
}

body.saigusa .category-visual {
	border-top-color: #92c82a;
	/* background-image: url(../images/visual-saigusa.jpg); */
}

body.oyakudachi .category-visual {
	background-image: url(../images/visual-oyakudachi.jpg);
}

body.company .category-visual {
	background-image: url(../images/visual-kaishaannai.jpg);
}

body.recruit .category-visual {
	background-image: url(../images/visual-recruit.jpg);
}

/* @end */

/* @group keizaiのみ textonly */
body.keizai .category-text {
	margin-bottom: 14px;
	padding: 15px 0;
	color: #000;
	font-size: 14px;
}

body.keizai .category-text .note {
	position: relative;
	padding-left: 18px;
}

body.keizai .category-text .note mark {
	position: absolute;
	left: 0;
	background: none;
}

body.keizai .category-text .border-box {
	border: 1px solid #000;
	padding: 10px 20px;
	margin-top: 10px;
}

body.keizai .category-text .flex-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top: 30px;
}

body.keizai .category-text .flex-box p {
	display: inline-block;
	width: 65%;
}
/* @end */

/* @group カテゴリタイトルとコピー */

.category-title {
	margin-left: 38px;
	overflow: hidden;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: contain;
}

body.kojin .category-title {
	width: 299px;
	height: 40px;
	margin-top: 62px;
	padding-top: 40px;
	background-image: url(../images/page-title-kojin.png);
}

body.houjin .category-title {
	width: 299px;
	height: 41px;
	margin-top: 62px;
	padding-top: 41px;
	background-image: url(../images/page-title-houjin.png);
}

body.group .category-title {
	width: 294px;
	height: 94px;
	margin-top: 52px;
	padding-top: 94px;
	background-image: url(../images/page-title-group.png);
}

body.group .category-title.-line-3 {
	width: 292px;
	height: 145px;
	margin-top: 25px;
	padding-top: 145px;
}

body.group .category-title-sub {
	width: 442px;
	height: 70px;
	margin-top: 35px;
	margin-left:25px;
	padding-top: 70px;
	background-image: url(../images/page-title-shagaishukkoushaInfo2.gif);
}

body.ob .category-title {
	width: 236px;
	height: 40px;
	margin-top: 72px;
	padding-top: 40px;
	background-image: url(../images/page-title-ob.png);
}

body.dairiten .category-title {
	width: 326px;
	height: 92px;
	margin-top: 40px;
	padding-top: 92px;
	background-image: url(../images/page-title-dairiten.png);
}

body.keizai .category-title {
	width: 310px;
	height: 92px;
	margin-top: 40px;
	padding-top: 92px;
	background-image: url(../images/page-title-keizai.png);
}

body.saigusa .category-title {
	width: 432px;
	height: 30px;
	margin-top: 40px;
	padding-top: 50px;
	background-image: url(../images/page-title-saigusa.png);
}

body.oyakudachi .category-title {
	width: 262px;
	height: 41px;
	margin-top: 112px;
	padding-top: 41px;
	background-image: url(../images/page-title-oyakudachi.png);
}

body.company .category-title {
	width: 117px;
	height: 29px;
	margin-top: 120px;
	padding-top: 29px;
	background-image: url(../images/page-title-kaishaannai.png);
}

body.recruit .category-title {
	width: 176px;
	height: 40px;
	margin-top: 52px;
	padding-top: 40px;
	background-image: url(../images/page-title-recruit.png);
}

.category-copy {
	margin-left: 40px;
	margin-top: 20px;
	font-size: 20px;
	line-height: 1.4;
	color: #888;
}

/* @end */

/* @group セクションタイトル */

.category-menu-title-wrapper {
	margin: 15px 0 10px;
	overflow: hidden;
}

.category-menu-title {
	display: inline-block;
	box-sizing: border-box;
	overflow: hidden;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: contain;
}

.category-menu-copy {
	display: inline-block;
	margin-left: 15px;
	vertical-align: -5px;
}

body.kojin .category-menu-title.sonpo {
	width: 149px;
	height: 35px;
	padding-top: 35px;
	background-image: url(../images/section-title-songaihoken-kojin.png);
}

body.houjin .category-menu-title.sonpo {
	width: 149px;
	height: 35px;
	padding-top: 35px;
	background-image: url(../images/section-title-songaihoken-houjin.png);
}

body.keizai .category-menu-title.sonpo {
	width: 93px;
	height: 23px;
	padding-top: 23px;
	background-image: url(../images/section-title-songaihoken-keizai.png);
}

body.kojin .category-menu-title.seiho {
	width: 144px;
	height: 40px;
	padding-top: 40px;
	background-image: url(../images/section-title-seimeihoken-kojin.png);
}

body.houjin .category-menu-title.seiho {
	width: 144px;
	height: 40px;
	padding-top: 40px;
	background-image: url(../images/section-title-seimeihoken-houjin.png);
}

/* @end */

/* @group コンテンツの角丸ボックス */

.content-box {
	box-sizing: border-box;
	margin-bottom: 8px;
	padding: 15px;
	overflow: hidden;
	box-shadow: 0 3px 3px rgba(0, 0, 0, .1);
	border-radius: 5px;
	border-top: 10px solid #066;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
}

.ie8 .content-box {
	border: 1px solid #e7e7e7;
	border-top: 10px solid #066;
}

body.kojin .content-box {
	border-top-color: #EB92DF;
}

body.kojin.seiho .content-box {
	border-top-color: #F3BEEC;
}

body.houjin .content-box {
	border-top-color: #015CAD;
}

body.houjin .seiho .content-box {
	border-top-color: #679DCE;
}

body.group .content-box {
	border-top-color: #0F9D8E;
}

body.ob .content-box {
	border-top-color: #0CBECE;
}

body.dairiten .content-box {
	border-top-color: #369;
}

body.keizai .content-box {
	border-top-color: #E9B005;
}

body.saigusa .content-box {
	border-top-color: #92c82a;
}

/* @end */

/* @group コンテンツボックスのタイトル */

.content-box-img-title {
	/*大きなページタイトル*/
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 15px;
	padding-left: 25px;
	padding-top: 20px;
	padding-bottom: 35px;
	border-bottom: 3px solid #e7e7e7;
}

.content-box-img-title.under-lead-text {
	padding-top:5px!important;
}

.content-box-lead-text {
	margin-top:20px;
	margin-left:10px;
}

.content-box-text-title {
	/*テキストタイトル*/
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 10px;
	font-size: 25px;
	line-height: 1.2;
	border-bottom: 2px solid #e7e7e7;
}

.content-box-text-title:after {
	/*テキストタイトルの下の色の線*/
	display: block;
	position: absolute;
	left: 0;
	bottom: -2px;
	content: '';
	width: 170px;
	height: 2px;
	background-color: #066;
}

body.dairiten .content-box-text-title:after {
	background-color: #336699;
}

body.group .content-box-text-title:after {
	background-color: #079081;
}

.category-menu-item-title {
	/*画像タイトル*/
	margin: 5px 0 25px;
}

body.kojin .category-menu-item-title {
	/*画像タイトル*/
	margin: 5px 0 17px;
}

/* @end */

/* @group 標準のボタン */

a.btn-normal,
a.btn-normal:visited {
	display: inline-block;
	box-sizing: border-box;
	padding: 12px 50px 12px 15px;
	font-size: 14px;
	line-height: 1.2;
	text-align: left;
	text-decoration: none;
	color: #fff;
	border-radius: 5px;
	background-color: #066;
	background: #066 url(../images/icon-arrow-white.png) no-repeat 95% center;
}

a.btn-normal:hover {
	opacity: .9;
}
a.btn-normal.btn-back {
	padding: 12px 15px 12px 30px;
	color: #066;
	background-color: #e6e6e6;
	background: #e6e6e6 url(../images/icon-arrow-left-green.png) no-repeat 5% center;
}


a.btn-semilarge,
a.btn-semilarge:visited {
	display: inline-block;
	box-sizing: border-box;
	padding: 15px 40px 15px 15px;
	font-size: 14px;
	line-height: 1.2;
	text-align: left;
	text-decoration: none;
	color: #fff;
	border-radius: 5px;
	background-color: #066;
	background: #066 url(../images/icon-arrow-white.png) no-repeat 95% center;
}

a.btn-semilarge:hover {
	opacity: .9;
}

a.btn-large,
a.btn-large:visited {
	display: inline-block;
	box-sizing: border-box;
	padding: 23px 50px 23px 25px;
	font-size: 20px;
	line-height: 1.2;
	text-align: left;
	text-decoration: none;
	color: #fff;
	border-radius: 5px;
	background-color: #066;
	background: #066 url(../images/icon-arrow-white.png) no-repeat 95% center;
}
a.btn-large.txt-small,
a.btn-large.txt-small:visited {
	font-size: 18px;
}


a.btn-large:hover {
	opacity: .9;
}

a.btn-outerlink,
a.btn-outerlink:visited {
	background-image: url(../images/icon-outerlink.gif) !important;
}

a.btn-no-icon,
a.btn-no-icon:visited {
	padding-right: 20px;
	background-image: none;
}

a.btn-green,
a.btn-green:visited {
	background-color: #066;
}

a.btn-green-o,
a.btn-green-o:visited {
	color: #066;
	border: 1px solid #066;
	background-color: #fff;
	background-image: url(../images/icon-arrow-green.png);
}

a.btn-green-o:hover {
	opacity: .65;
}

a.btn-lightgreen,
a.btn-lightgreen:visited {
	background-color: #079081;
}

a.btn-lightgreen-o,
a.btn-lightgreen-o:visited {
	color: #079081;
	border: 1px solid #079081;
	background-color: #fff;
	background-image: url(../images/icon-arrow-green.png);
}

a.btn-lightgreen-o2,
a.btn-lightgreen-o2:visited {
	color: #079081;
	/*border: 1px solid #079081;*/
	background-color: #fff;
	background-image: url(../images/icon-arrow-green.png);
}

a.btn-lightgreen-o:hover,
a.btn-lightgreen-o2:hover {
	opacity: .65;
}

.border-light-green {
	border: 1px solid #079081;
	border-radius:5px;
}

.border-light-green.item-1,
.border-light-green.item-2,
.border-light-green.item-3,
.border-light-green.item-4,
.border-light-green.item-5,
.border-light-green.item-1of2,
.border-light-green.item-2of2 {
	border: 1px solid #079081;
	border-radius:5px;
}

.border-light-green.item-1,
.border-light-green.item-2,
.border-light-green.item-3,
.border-light-green.item-4,
.border-light-green.item-1of2 {
	margin-right:10px;
}

a.btn-blue,
a.btn-blue:visited {
	background-color: #015CAD;
}

a.btn-skyblue,
a.btn-skyblue:visited {
	background-color: #0CBECE;
}

a.btn-darkblue,
a.btn-darkblue:visited {
	background-color: #369;
}

a.btn-arrow-down {
	background-image: url(../images/icon-arrow-green-down.png);
}

/* @end */

div.btn-lightgreen {
    background-color: #079081;
}
div.btn-no-icon {
    background-image: none;
    padding-right: 20px;
}
div.btn-normal {
    border-radius: 5px;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    line-height: 1.2;
    padding: 12px 50px 12px 15px;
    text-align: left;
    text-decoration: none;
}

/* @group カテゴリメニュー */

.category-menu {
	overflow: hidden;
}


.category-menu-item {
	float: left;
	width: 350px;
}

.category-menu-wide-item {
	margin-top:13px;
	margin-bottom:13px;
}

.category-menu-item.has-arrow{
	background: #fff url(../images/icon-arrow-blue.png) no-repeat 95% center;
}

/*add 2021.03.24*/
.category-menu-item.has-arrow-wide {
	background: #fff url(../images/icon-arrow-blue.png) no-repeat 30% center;
	width: 712px;
	position: relative;
}

ul.category-menu p.text-wide {
	width: 460px;
	position: absolute;
	top: 13px;
	left: 238px;
	color: #444;
}

@media screen and (max-width:767px) {
	.category-menu-item.has-arrow-wide {
		height: 220px;
		width:auto;background-position: 95% center;

	}
	a.category-menu-anchor.ov-height-wide {
		padding-top: 40px!important;
		height: 40px!important;
	}
	ul.category-menu p.text-wide {
		width: calc(100% - 30px);
		padding-right: 60px;
		position: relative;
		top: auto;
		left: auto;
	}
}
/**/

.category-menu-wide-item.has-arrow-double {
	background: #fff url(../images/icon-arrow-blue.png) no-repeat 97.5% center;
}

.category-menu-item:nth-child(2n) {
	margin-left: 13px;
	margin-bottom: 13px;
}

.ie8 .category-menu-item.item-2,
.ie8 .category-menu-item.item-4 {
	margin-left: 13px;
	margin-bottom: 13px;
}

a.category-menu-anchor,
a.category-menu-anchor:visited {
	display: block;
	box-sizing: border-box;
	height: 60px;
	overflow: hidden;
	padding-top: 60px;
	background-repeat: no-repeat;
	background-position: left center;
}
a.category-menu-anchor.ov-height,
a.category-menu-anchor.ov-height-wide,
a.category-menu-anchor.ov-height:visited,
a.category-menu-anchor.ov-height-wide:visited {
	height: 91px;
	padding-top: 91px;
}

a.category-menu-anchor:hover {
	opacity: .8;
}

/* @group 会社案内 */

#basicCycleImage {
	float:right;	
}

body.company.category-index .category-menu-item.item-1 a.category-menu-anchor {
	background-image: url(../images/title-shachou.gif);
	background-size: 157px;
}

body.company.category-index .category-menu-item.item-2 a.category-menu-anchor {
	background-image: url(../images/title-koudoushishin.gif);
	background-size: 79px;
}

body.company.category-index .category-menu-item.item-3 a.category-menu-anchor {
	background-image: url(../images/title-yakuinshoukai.gif);
	background-size: 153px;
}

body.company.category-index .category-menu-item.item-4 a.category-menu-anchor {
	background-image: url(../images/title-enkaku.gif);
	background-size: 39px;
}

body.company.category-index .category-menu-item.item-5 a.category-menu-anchor {
	background-image: url(../images/title-keieirinen.gif);
	background-size: 79px;
}

body.company.category-index .category-menu-item.item-6 a.category-menu-anchor {
	background-image: url(../images/title-customerfirst.gif);
	background-size: 215px;
}
/* @end */

/* @group 出向 */

body.group.category-index .category-menu-wide-item.item-0 a.category-menu-anchor {
	background-image: url(../images/title-shukko-jidoushaInternet.gif);
	background-size: 324px;
}
body.group.category-index .category-menu-wide-item.item-5 a.category-menu-anchor {
	background-image: url(../images/title-shukko-jidoushaInternet2wide.png);
}
/*1列の場合 <ul class="category-menu"> で has-arrow-double と組み合わせる。*/

body.group.category-index .category-menu-item.item-1 a.category-menu-anchor {
	background-image: url(../images/title-shukko-dantaihoken.gif);
	background-size: 176px;
}

body.group.category-index .category-menu-item.item-2 a.category-menu-anchor {
	background-image: url(../images/title-shukko-dantaihokenSeido.png);
	background-size: 241px;
}

body.group.category-index .category-menu-item.item-3 a.category-menu-anchor {
	background-image: url(../images/title-shukko-keiyakuHenkoTetsuduki.gif);
	background-size: 252px;
}

body.group.category-index .category-menu-item.item-4 a.category-menu-anchor {
	background-image: url(../images/title-shukko-TaishokujiTetsuduki.gif);
	background-size: 232px;
}

body.group.category-index .category-menu-item.item-5 a.category-menu-anchor {
	background-image: url(../images/title-shukko-jidoushaInternet2.gif);
	background-size: 185px;
}

body.group.category-index .category-menu-item.item-6 a.category-menu-anchor {
	background-image: url(../images/title-shukko-ZaikeiChochikuSeido.gif);
	background-size: 271px;
}

body.group.category-index .category-menu-item.item-7 a.category-menu-anchor {
	background-image: url(../images/title-shukko-dantaiInternet.png);
}
/* @end */

/* @group お役立ち情報 */

body.oyakudachi.category-index a.category-menu-anchor,
body.oyakudachi.category-index a.category-menu-anchor:visited {
	height: 90px;
	padding-top: 20px;
	font-size: 12px;
	text-decoration: none;
	color: #666;
}

body.oyakudachi.category-index .category-menu-item.item-1 h1 {
	box-sizing: border-box;
	width: 79px;
	height: 21px;
	padding-top: 21px;
	overflow: hidden;
	background: url(../images/title-shinkijigyounaiyou.gif) no-repeat;
}

body.oyakudachi.category-index .category-menu-item.item-2 h1 {
	box-sizing: border-box;
	width: 255px;
	height: 20px;
	margin-top: -3px;
	padding-top: 20px;
	overflow: hidden;
	background: url(../images/title-saishinganshisetsu.gif) no-repeat;
}

body.oyakudachi.category-index .category-menu-item.item-3 h1 {
	box-sizing: border-box;
	width: 115px;
	height: 19px;
	padding-top: 19px;
	overflow: hidden;
	background: url(../images/title-seminarinfo.gif) no-repeat;
}

body.oyakudachi.category-index .category-menu-item p {
	margin-top: 10px;
	padding-right: 30px;
}

/* @end */

/* @end */

/* @group OBの皆さま */

body.ob.category-index .category-menu-item.item-1 a.category-menu-anchor {
	background-image: url(../images/title-ob-menu-01.gif);
	background-size: 176px;
}

body.ob.category-index .category-menu-item.item-2 a.category-menu-anchor {
	background-image: url(../images/title-ob-menu-02.gif);
	background-size: 286px;
}

body.ob.category-index .category-menu-item.item-3 a.category-menu-anchor {
	background-image: url(../images/title-ob-menu-03.gif);
	background-size: 286px;
}

body.ob.category-index .top-news.mb-ajust-01,
body.ob.category-index .category-menu.mb-ajust-01 {
	margin-bottom: 5px;
}

/* @end */

/* @group ローカルナビ */

.local-pagenav {
	overflow: hidden;
}

.local-pagenav-item {
	box-sizing: border-box;
	float: left;
	width: 50%;
	margin-bottom: 10px;
}

.local-pagenav-item a {
	width: 100%;
}

body.contact .local-pagenav-item.item-2,
body.contact .local-pagenav-item.item-4 {
	padding-left: 10px;
}

body.shukko .local-pagenav-item.item-1 {
	margin-left:0;
}
body.shukko .local-pagenav-item.item-4 {
	margin-right:0;
}
/*body.shukko .local-pagenav-item.item-2,
body.shukko .local-pagenav-item.item-3,
body.shukko .local-pagenav-item.item-4,
body.shukko .local-pagenav-item.item-5 {
	padding-left: 10px;
}

body.shukko .local-pagenav-item.item-1,
body.shukko .local-pagenav-item.item-2,
body.shukko .local-pagenav-item.item-3,
body.shukko .local-pagenav-item.item-4,
body.shukko .local-pagenav-item.item-5 {
	min-height:
}*/

/* @end */

/* @group プライバシーマーク */

.privacy-box {
	margin-top: 12px;
}

.privacy-box-anchor {
	display: block;
	box-sizing: border-box;
	overflow: hidden;
}

.privacy-logo {
	float: left;
	width: 85px;
	height: 85px;
	background: url(../images/logo-privacy.gif) no-repeat center;
}

.privacy-text {
	float: right;
	width: 160px;
	padding-top: 5px;
	font-size: 10px;
	color: #000;
}

.privacy-text em {
	color: #06c;
	font-weight: normal;
}

.privacy-text i.fa {
	font-size: 14px;
	vertical-align: -1px;
}

/* @end */

/* @group プライバシーマーク（個別ページ用） */

.privacy-box-2 {
	margin: 0;
	padding: 0 10px;
}

a.privacy-box-anchor-2,
a.privacy-box-anchor-2:visited {
	display: block;
	box-sizing: border-box;
	padding: 10px;
	text-decoration: none;
	border: 1px solid #ccc;
}

.privacy-logo-2 {
	position: absolute;
	float: none;
	width: 100px;
	height: 100px;
	margin-left: 8px;
	background: url(../images/logo-privacy.gif) no-repeat center;
}

.privacy-text-2 {
	float: none;
	width: auto;
	padding-left: 120px;
	padding-top: 5px;
	font-size: 10px;
	color: #000;
}

/* @end */

/* @group フッタ */

.site-footer {
	margin-top: 25px;
	background-color: #fff;
}

body.top .site-footer,
body.kojin .site-footer,
body.keizai .site-footer,
body.saigusa .site-footer {
	margin-top: 0;
}

.footer-inner {
	width: 980px;
	margin: 0 auto;
	padding: 50px 0 65px;
	background-color: #fff;
}

.footer-links {
	float: left;
}

.footer-copyright {
	float: right;
	font-size: 11px;
	font-family: arial;
}

.site-footer .privacy-box {
	display: none;
}

.footer-links-item {
	display: inline;
	margin-right: 30px;
}

a.footer-links-anchor,
a.footer-links-anchor:visited {
	text-decoration: none;
	font-size: 12px;
	color: #000;
}

a.footer-links-anchor:hover {
	text-decoration: underline;
	color: #237168;
}

/* @end */

/* @group トップ - ビジュアル */

.top-carousel-wrapper {
position: relative;
background-color: #003778;
}

.top-carousel {
height: 390px;
overflow: hidden;
}

.top-carousel-anchor {
display: block;
width: 980px;
height: 390px;
margin: 0 auto;
}
/* @end */

/* @group トップ - お知らせ */
.top-news {
	padding: 20px;
	margin-bottom:12px;
	box-shadow: 0 3px 3px rgba(0, 0, 0, .1);
	border-radius: 5px;
	background: #fff;
}
.top-news-title {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 18px;
	color: #666;
}
.top-news-list {
	font-size: 18px;
	font-weight: bold;
}
.top-news-item {
	margin-bottom: 10px;
	overflow: hidden;
	line-height: 20px;
	text-align: justify;
	color: #666;
}
.top-news-item.item-normal {
	font-size: 13px;
	font-weight: normal;
}
.top-news-date {
	display: block;
	float: left;
}

.top-news-text {
	display: block;
	margin-left: 110px;
}

.top-news-icon-new {
	margin-left: 5px;
}

a.top-news-anchor {
	color: #666;
	text-decoration: none;
}

a.top-news-anchor:visited {
	color: #666;
	text-decoration: none;
}

a.top-news-anchor:hover {
	color: #00655A;
	text-decoration: underline;
}
.top-news-datasize {
	font-size: 13px;
}
/* @end */

/* @group トップ - お見舞い */
.concern {
	margin-left: 40px;
}
.concern-title {
	margin: 0 0 10px -40px;
	font-weight: bold;
	font-size: 18px;
	color: #666;
	background: url(../images/top_concern_icon.png) 0 1px no-repeat;
	padding-left: 40px;
}
.concern-title-no-icon {
	margin: 0 0 10px 0;
	font-weight: bold;
	font-size: 18px;
	color: #666;
}

.btn-concern-contact {
	display: inline-block;
	border-radius: 5px;
	color: #fff !important;
	background: #006666;
	padding: 10px 20px;
	margin: 10px 0 0;
	text-decoration:  none;
}
.btn-concern-contact span {
	background: url(../images/top_concern_tel.png) 0 0 no-repeat;
	padding-left: 30px;
	display: inline-block;
}
.btn-concern-contact:hover {
	background: #2E8080;
}
.btn-concern-contact:hover span {
	background: url(../images/top_concern_tel_hover.png) 0 0 no-repeat;
}

/* @end */

/* @group トップ - メイン */

.top-topics {
	padding-bottom: 14px;
	overflow: hidden;
}

.top-topics-item {
	float: left;
	margin-bottom: 11px;
}

a.top-topics-anchor,
a.top-topics-anchor:visited {
	display: block;
	box-sizing: border-box;
	width: 350px;
	height: 244px;
	padding-top: 244px;
	overflow: hidden;
	box-shadow: 0 3px 3px rgba(0, 0, 0, .1);
	background-repeat: no-repeat;
	background-position: center center;
}

a.top-topics-anchor:hover {
	opacity: .9;
}

.top-topics-item.item-1,
.top-topics-item.item-3 {
	margin-right: 13px;
}

.top-topics-item.item-1 a.top-topics-anchor {
	background-image: url(../images/pc-top-topics-kojin.png);
}

.top-topics-item.item-2 a.top-topics-anchor {
	background-image: url(../images/pc-top-topics-houjin.png);
}

.top-topics-item.item-3 a.top-topics-anchor {
	background-image: url(../images/pc-top-topics-group.png);
}

.top-topics-item.item-4 a.top-topics-anchor {
	background-image: url(../images/pc-top-topics-ob.png);
}

.top-topics-item.item-7 {
	margin-bottom: 0;
}

.top-topics-item.item-5 a.top-topics-anchor,
.top-topics-item.item-5 a.top-topics-anchor:visited {
	width: 713px;
	height: 74px;
	padding-top: 74px;
	background-image: url(../images/pc-top-topics-dairiten.png);
}

.top-topics-item.item-6 a.top-topics-anchor,
.top-topics-item.item-6 a.top-topics-anchor:visited {
	width: 713px;
	height: 74px;
	padding-top: 74px;
	background-image: url(../images/pc-top-topics-keizai.png);
}

.top-topics-item.item-7 a.top-topics-anchor,
.top-topics-item.item-7 a.top-topics-anchor:visited {
	width: 713px;
	height: 74px;
	padding-top: 74px;
	background-image: url(../images/pc-top-topics-saigusa.png);
}
/* @end */

/* @group トップ - 右側 */

.top-subnav-item {
	margin-bottom: 5px;
}

.top-subnav-item.item-3 {
	margin-bottom: 14px;
}

a.top-subnav-anchor {
	display: block;
	box-sizing: border-box;
	height: 90px;
	padding-top: 90px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 0 0;
}

a.top-subnav-anchor:hover {
	opacity: .8;
}

.top-subnav-item.item-1 a.top-subnav-anchor {
	background-image: url(../images/pc-btn-renraku.png);
}

.top-subnav-item.item-2 a.top-subnav-anchor {
	background-image: url(../images/pc-btn-contact.png);
}

.top-subnav-item.item-3 a.top-subnav-anchor {
	background-image: url(../images/pc-btn-flow.png);
}

.top-subnav-item.item-4 a.top-subnav-anchor {
	height: 65px;
	padding-top: 65px;
	background-image: url(../images/pc-btn-faq.png);
}

.top-subnav-item.item-5 a.top-subnav-anchor {
	height: 65px;
	padding-top: 65px;
	background-image: url(../images/pc-btn-info.png);
}

.top-subnav-item.item-6 a.top-subnav-anchor {
	height: 65px;
	padding-top: 65px;
	background-image: url(../images/pc-btn-recruit.png);
}

/* @end */

/* @group トップ - インターネット契約 */

.top-internetkeiyaku {
	background: #D1DEDE;
}

.top-internetkeiyaku-inner {
	width: 980px;
	margin: 0 auto;
	padding: 15px 0;
}

/* @group タイトル */

.top-internetkeiyaku-title-wrapper {
	overflow: hidden;
	margin-bottom: 5px;
}

.top-internetkeiyaku-title {
	float: left;
	margin-right: 30px;
}

.top-internetkeiyaku-title img {
	width: 244px;
}

.top-internetkeiyaku-copy {
	overflow:hidden;/*float: left;*/
	font-size: 12px;
	line-height: 20px;/*30px;*/
}

/* @end */

/* @group バナー */

.top-internetkeiyaku-list {
	overflow: hidden;
}

.top-internetkeiyaku-item {
float: left;
margin-left: 12px;
padding-bottom: 5px;
margin-bottom: 5px;
}

.top-internetkeiyaku-item:first-child {
	margin-left: 0;
}

a.top-internetkeiyaku-anchor,
a.top-internetkeiyaku-anchor:visited,
span.top-internetkeiyaku-anchor {
display: block;
box-sizing: border-box;
width: 318px;
height: 142px;
padding-top: 24px;
text-decoration: none;
box-shadow: 0 0 5px rgba(0, 0, 0, .35);
border-radius: 5px;
background: #fff url(../images/icon-outerlink.gif) no-repeat 295px 8px;
}

a.top-internetkeiyaku-anchor:hover {
	opacity: .95;
}

a.top-internetkeiyaku-anchor h1,
span.top-internetkeiyaku-anchor h1 {
	box-sizing: border-box;
	height: 71px;
	padding-top: 71px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: top center;
}

.top-internetkeiyaku-item.item-1 h1 {
	height: 83px;
	margin-top: -11px;
	padding-top: 83px;
	background-image: url(../images/banner-travel.png);
}

.top-internetkeiyaku-item.item-2 h1 {
	background-image: url(../images/banner-golf.png);
}

.top-internetkeiyaku-item.item-3 h1 {
	background-image: url(../images/banner-bike.png);
}

.top-internetkeiyaku-item.item-4 {
	margin-left: 0px;	
}

.top-internetkeiyaku-item.item-4 h1 {
	background-image: url(../images/banner-cycle.png);
}

/*.top-internetkeiyaku-item.item-5,
.top-internetkeiyaku-item.item-7 {
padding: 0px;
}*/

.top-internetkeiyaku-item.item-7 {
	padding: 0px;
	margin-left: 0px;	
}

.top-internetkeiyaku-item.item-8 {
	padding: 0px;
}

.top-internetkeiyaku-item.item-6 span,
.top-internetkeiyaku-item.item-8 span {
	padding: 5px 0 0;
	background-image: none;
}

.top-internetkeiyaku-item.item-5 a.top-internetkeiyaku-anchor,
.top-internetkeiyaku-item.item-5 a.top-internetkeiyaku-anchor:visited,
.top-internetkeiyaku-item.item-7 a.top-internetkeiyaku-anchor,
.top-internetkeiyaku-item.item-7 a.top-internetkeiyaku-anchor:visited {
	padding-top: 5px;
}

.top-internetkeiyaku-item.item-5 h1 {
background-image: url(../images/banner-1day.gif);
width: 260px;
height: 132px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
overflow: hidden;
text-indent: 100%;
white-space: nowrap;
}

.top-internetkeiyaku-item.item-7 h1 {
background-image: url(../images/banner-1day-leisure.gif);
width: 260px;
height: 132px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
overflow: hidden;
text-indent: 100%;
white-space: nowrap;
}

.top-internetkeiyaku-item.item-6 h1 {
background-image: url(../images/banner-1day_qr.gif);
width: 252px;
height: 132px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
overflow: hidden;
text-indent: 100%;
white-space: nowrap;
}

.top-internetkeiyaku-item.item-8 h1 {
background-image: url(../images/banner-1day-leisure_qr.gif);
width: 252px;
height: 132px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
overflow: hidden;
text-indent: 100%;
white-space: nowrap;
}

.top-internetkeiyaku-item p {
margin-top: 5px;
font-size: 12px;
line-height: 14px;
text-align: center;
color: #444;
margin-left: 20px;
margin-right: 20px;
}

/* @end */

/* @end */

/* @group トップ - インターネット試算 */

.top-internetshisan {
	background-color: #ABCDC9;
}

.top-internetshisan-inner {
	width: 980px;
	margin: 0 auto;
	padding: 15px 0;
}

/* @group タイトル */

.top-internetshisan-title-wrapper {
	overflow: hidden;
	margin-bottom: 5px;
}

.top-internetshisan-title {
	float: left;
	margin-right: 30px;
}

.top-internetshisan-title img {
width: 130px;
}

.top-internetshisan-copy {
	float: left;
	font-size: 12px;
	line-height: 30px;
}

/* @end */

/* @group バナー */

.top-internetshisan-list {
	overflow: hidden;
}

.top-internetshisan-item {
	float: left;
	margin-left: 12px;
	padding-bottom: 5px;
}

.top-internetshisan-item:first-child {
	margin-left: 0;
}

a.top-internetshisan-anchor,
a.top-internetshisan-anchor:visited {
display: block;
box-sizing: border-box;
width: 318px;
height: 142px;
text-decoration: none;
box-shadow: 0 0 5px rgba(0, 0, 0, .35);
border-radius: 5px;
background: #fff url(../images/icon-outerlink.gif) no-repeat 295px 8px;
}

a.top-internetshisan-anchor.item-shukko-1,
a.top-internetshisan-anchor.item-shukko-1:visited,
a.top-internetshisan-anchor.item-shukko-2,
a.top-internetshisan-anchor.item-shukko-2:visited {
	margin:0 auto;
	width: 450px;
	height: 152px;
	background: #fff url(../images/icon-outerlink.gif) no-repeat 427px 8px;
}
li.item-shukko-1,
li.item-shukko-2 {
	float:none;
}

a.top-internetshisan-anchor:hover {
	opacity: .95;
}
a.top-internetshisan-anchor.item-shukko-1:hover,
a.top-internetshisan-anchor.item-shukko-2:hover {
	opacity: .80;
}

.top-internetshisan-item.item-1 a.top-internetshisan-anchor {
	padding-top: 25px;
}

.top-internetshisan-item.item-2 a.top-internetshisan-anchor {
	padding-top: 30px;
}

.top-internetshisan-item.item-3 a.top-internetshisan-anchor {
	padding-top: 30px;
}

.top-internetshisan-item.item-shukko-1 a.top-internetshisan-anchor,
.top-internetshisan-item.item-shukko-2 a.top-internetshisan-anchor {
	padding-top: 30px;
}

a.top-internetshisan-anchor h1 {
	box-sizing: border-box;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: top center;
}

a.top-internetshisan-anchor.item-shukko-1 h2,
a.top-internetshisan-anchor.item-shukko-2 h2 {
	box-sizing: border-box;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: top center;
}

.top-internetshisan-item.item-1 h1 {
	height: 65px;
	padding-top: 65px;
	background-image: url(../images/banner-gk.png);
}

.top-internetshisan-item.item-2 h1 {
	height: 45px;
	padding-top: 45px;
	background-image: url(../images/banner-lifeplan.png);
}

.top-internetshisan-item.item-3 h1 {
	height: 48px;
	padding-top: 48px;
	background-image: url(../images/banner-ace.png);
}

.top-internetshisan-item.item-shukko-1 h2 {
	height: 100px;
	padding-top: 100px;
	background-image: url(../images/banner-gk_keizoku.png);
}

.top-internetshisan-item.item-shukko-2 h2 {
	height: 100px;
	padding-top: 100px;
	background-image: url(../images/banner-gk_shisanshinki.png);
}

.top-internetshisan-item p {
	margin-top: 5px;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	color: #444;
}

.top-internetshisan-item.item-1 p {
	margin-top: 10px;
}

.top-internetshisan-item.item-1 p br {
	display: none;
}

.top-internetshisan-item.item-2 p  {
	margin-top: 10px;
}

.top-internetshisan-item.item-3 p  {
	margin-top: 10px;
}

.top-internetshisan-item.item-shukko-1 p,
.top-internetshisan-item.item-shukko-2 p  {
	margin-top: 10px;
}

/* @end */

/* @end */

/* @group 個人のお客さま */

.kojin-menu {
	margin: 15px 0 5px;
}

.kojin-menu-item {
	margin-bottom: 5px;
}

a.kojin-menu-anchor {
	display: block;
	padding: 14px;
	border: 1px solid #ccc;
	background: url(../images/icon-outerlink.gif) no-repeat 97% center;
}

a.kojin-menu-arw {
display: block;
padding: 14px;
border: 1px solid #ccc;
background: url(../images/icon-arrow-blue.png) no-repeat 97% center;
}

a.kojin-menu-anchor img {
	vertical-align: middle;
}

a.kojin-menu-arw img {
	vertical-align: middle;
}

a.kojin-menu-anchor-link {
	display: block;
	padding: 14px;
	border: 1px solid #ccc;
}

/* @end */

/* @group 法人のお客さま */

.category-submenu {
	margin: 20px 0;
	overflow: hidden;
}

.category-subitem {
	box-sizing: border-box;
	float: left;
	width: 50%;
}

.category-subitem:first-child {
	padding-right: 20px;
}

.category-subitem:last-child {
	padding-left: 20px;
	border-left: 1px solid #ccc;
}

.category-subitem-img {
	height: 100px;
	border: 1px solid #ccc;
	text-align: center;
	line-height: 100px;
	background-repeat: no-repeat;
	background-position: center;
}

.category-subitem:first-child .category-subitem-img {
	background-image: url(../images/logo-interrisk.png);
}

.category-subitem:last-child .category-subitem-img {
	background-image: url(../images/logo-seminarinfo.png);
}

/* @end */

/* @group 企業内代理店 */

.dairiten-triangle-arrow-box {
	position: relative;
}

.dairiten-triangle-arrow-box li {
	margin-left: 40px;
	text-indent: -10px;
}

.dairiten-triangle-arrow-box:after {
	position: absolute;
	left: 50%;
	top: 100%;
	margin-left: -10px;
	margin-top: 5px;
	content: '';
	display: block;
	width: 0px;
	border: 20px solid transparent;
	border-top: 20px solid #369;
}

/* @end */

/* @group keizai */
.keizai-menu.arrow > li {
	padding-bottom: 10px;
}

.keizai-menu.arrow > li > a {
	text-decoration: none;
	position: relative;
}

.keizai-menu.arrow > li > a:hover {
	opacity: 0.8;
}

.keizai-menu.arrow > li > a::after {
	display: inline-block;
	content: "";
	width: 10px;
	height: 17px;
	background: url(../images/icon-arrow-blue.png) no-repeat 97% center;
	position: absolute;
	bottom: 0;
	right: 0;
}

.keizai-menu h1 {
	margin-bottom: 10px;
}

.keizai-menu.arrow li a > h1 {
	width: 100%;
	display: inline-block;
	margin-bottom: 0;
}

.keizai-menu-list {
	font-size: 16px;
}

.keizai-menu-list li {
	padding-bottom: 0;
}
	

/* @end */

/* @group お申込のながれ */

.flow-list-item .box-green {
	position: relative;
	margin-bottom: 16px;
}

.flow-list-item .box-green:after {
	position: absolute;
	left: 50%;
	top: 100%;
	margin-left: -7px;
	content: '';
	display: block;
	width: 0px;
	border: 14px solid transparent;
	border-top: 14px solid #079081;
}

.flow-list-item:last-child .box-green:after {
	display: none;
}

/* @end */

/* @group 取扱会社一覧 */

.kaisha-list {
	overflow: hidden;
}

.kaisha-list li {
	width: 55%;
	float: left;
	margin-bottom: 0.5em;
}

.kaisha-list li:nth-of-type(odd) {
	width: 45%;
}


.kaisha-list-2 li {
	margin-bottom: 0.6em;
}

.kaisha-list-3 li {
	line-height: initial;
    margin-bottom: 0.8em;
}

/* @end */

/* @group 勧誘方針 */

ol.kanyuuhoushin-list {
	margin: 2em;
	padding: 0;
}

ol.kanyuuhoushin-list li {
	margin: 0;
	padding: 1.5em 0;
	border-top: 1px solid #ccc;
}

ol.kanyuuhoushin-list li:first-child {
	border-top: none;
}

/* @end */

/* @group 拠点案内 */

.base-list-item {
	padding: 20px 10px;
	border-bottom: 1px solid #e7e7e7;
}

/* @end */

/* @group サイトマップ */

.sitemap-list {
	margin-left: 1.5em;
}

.sitemap-list li {
	margin-top: .3em;
	margin-bottom: .3em;
}

.sitemap-heading {
	display: block;
	margin-top: 2em;
	font-weight: bold;
}

/* @end */

/* @privacy リスト */

.dl-02 dt {
	padding-left: 0;
	vertical-align: top;
	padding-bottom:5px;
}

.dl-02 dd {
	padding-left: 32px;
	vertical-align: top;
	text-indent: -16px;
	/*line-height: 1.2em;*/
	padding-bottom:5px;
}

.dl-02 .no-indent01 {
	padding-left:16px;
	text-indent:0;
}

.dl-02 .no-indent02 {
	padding-left:32px;
	text-indent:0;
}

.pc-hide {
	display: none;
}

/* @end */

@media screen and (max-width:767px) {
	
.pc-hide {
	display: block;
}
.sp-hide {
	display: none;
}
.sp-mB0 {
	margin-bottom: 0 !important;
}

/* @group テーブル */

.tbl-1 {
	width: 100%;
}

.tbl-1 th, .tbl-1 td {
	display: block;
	line-height: 1.6;
	vertical-align: top;
	border-bottom: none;
}

.tbl-1 tr:first-child th,
.tbl-1 tr:first-child td {
	border-top: none;
}

.tbl-1 tbody th {
	padding: 15px 0 5px;
	font-size: 18px;
	font-weight: bold;
	width: auto;
	color: #079081;
}

.tbl-1 tbody td {
	padding: 0 0 15px;
	border-bottom: 1px solid #e7e7e7;
}

.tbl-2 {
	width: 100%;
}

.tbl-2 th, .tbl-2 td {
	padding: 15px 25px;
	vertical-align: top;
	border: 1px solid #e7e7e7;
}

.tbl-2 th {
	color: #fff;
	vertical-align: middle;
	text-align: center;
	background-color: #079081;
}

.tbl-2 td {
	text-align: center;
}

.tbl-2 td:first-child {
	text-align: left;
}

.tbl-3 col {
	width: auto !important;
}

.tbl-3 th, .tbl-3 td {
	padding: 5px;
	vertical-align: top !important;
	line-height: 1.2;
}

.tbl-4 {
	border-top: 1px solid #e7e7e7;
}

.tbl-4 th, .tbl-4 td {
	display: block;
}

.tbl-4 th {
	padding: 10px 5px 0;
	border: none;
}

.tbl-4 td {
	padding: 0 5px 5px;
	border-top: none;
}

.tbl-4 td br {
	display: none;
}

.tbl-5 col:first-child {
	width: 120px !important;
}

.tbl-5 th, .tbl-5 td {
	padding: 5px;
}

.renraku-tbl-1 {
	box-sizing: border-box;
	width: 100%;
	display: block;
}

.renraku-tbl-1 th,
.renraku-tbl-1 td {
	box-sizing: border-box;
	display: block;
	width: 100%;
	padding: 10px 5px;
	line-height: 1.4;
}

.renraku-tbl-2 th,
.renraku-tbl-2 td {
	padding: 5px;
	font-size: 12px !important;
	line-height: 1.4;
}

.renraku-tbl-3 th,
.renraku-tbl-3 td {
	padding: 8px;
	font-size: 12px !important;
	line-height: 1.4;
}

/* @end */

/* @group ボックス */

.box-gray {
	padding: 20px;
	border-radius: 5px;
	border: 3px solid #ccc;
}

.box-gray-bold {
	padding: 20px;
	border-radius: 5px;
	border: 2px solid #ccc;
}

.box-green {
	padding: 20px;
	border-radius: 5px;
	border: 1px solid #066;
}

.box-lightgreen {
	padding: 20px;
	border-radius: 5px;
	border: 1px solid #0FA998;
}

.box-skyblue {
	padding: 20px;
	border-radius: 5px;
	border: 1px solid #0CBECE;
}

.box-skyblue-bold {
	padding: 20px;
	border-radius: 5px;
	border: 3px solid #0CBECE;
}

.box-darkblue {
	padding: 20px;
	border-radius: 5px;
	border: 1px solid #336698;
}

.box-darkblue-bold {
	padding: 20px;
	border-radius: 5px;
	border: 3px solid #336698;
}

.box-darkblue-heavy {
	padding: 20px;
	border-radius: 10px;
	border: 5px solid #336698;
}

.no-radius {
	border-radius: 0 !important;
}

/* @end */

/* @group 標準のボタン */

a.btn-normal,
a.btn-normal:visited {
	display: inline-block;
	box-sizing: border-box;
	max-width: 100%;
	padding: 12px 50px 12px 15px;
	font-size: 11px;
	line-height: 1.2;
	text-align: left;
	text-decoration: none;
	color: #fff;
	border-radius: 5px;
	background-color: #066;
	background: #066 url(../images/icon-arrow-white.png) no-repeat 95% center;
}

a.btn-normal.btn-back {
	padding: 12px 15px 12px 30px;
	color: #066;
	background-color: #e6e6e6;
	background: #e6e6e6 url(../images/icon-arrow-left-green.png) no-repeat 5% center;
}


a.btn-semilarge,
a.btn-semilarge:visited {
	display: inline-block;
	box-sizing: border-box;
	max-width: 100%;
	padding: 15px 40px 15px 15px;
	font-size: 12px;
	line-height: 1.2;
	text-align: left;
	text-decoration: none;
	color: #fff;
	border-radius: 5px;
	background-color: #066;
	background: #066 url(../images/icon-arrow-white.png) no-repeat 95% center;
}

a.btn-large,
a.btn-large:visited {
	display: inline-block;
	box-sizing: border-box;
	max-width: 100%;
	padding: 23px 50px 23px 25px;
	font-size: 20px;
	line-height: 1.2;
	text-align: left;
	text-decoration: none;
	color: #fff;
	border-radius: 5px;
	background-color: #066;
	background: #066 url(../images/icon-arrow-white.png) no-repeat 95% center;
}

a.btn-no-icon,
a.btn-no-icon:visited {
	padding-right: 20px;
	background-image: none;
}

a.btn-green-o,
a.btn-green-o:visited {
	color: #066;
	border: 1px solid #066;
	background-color: #fff;
	background-image: url(../images/icon-arrow-green.png);
}

a.btn-lightgreen-o,
a.btn-lightgreen-o:visited {
	color: #079081;
	border: 1px solid #079081;
	background-color: #fff;
	background-image: url(../images/icon-arrow-green.png);
}

a.btn-lightgreen-o2,
a.btn-lightgreen-o2:visited {
	color: #079081;
	/*border: 1px solid #079081;*/
	background-color: #fff;
	background-image: url(../images/icon-arrow-green.png);
}

a.btn-blue,
a.btn-blue:visited {
	background-color: #015CAD;
}

a.btn-skyblue,
a.btn-skyblue:visited {
	background-color: #0CBECE;
}

a.btn-darkblue,
a.btn-darkblue:visited {
	background-color: #369;
}


a.btn-arrow-down {
	background-image: url(../images/icon-arrow-green-down.png);
}

/* @end */

/* @出向者*/
div.btn-lightgreen {
    background-color: #079081;
}
div.btn-no-icon {
    background-image: none;
    padding-right: 20px;
}
div.btn-normal {
    background: #066;
    border-radius: 5px;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    line-height: 1.2;
    max-width: 100%;
    padding: 12px 50px 12px 15px;
    text-align: left;
    text-decoration: none;
}

body.group.category-index .category-menu-item.item-2 a.category-menu-anchor.ov-height,
body.group.category-index .category-menu-item.item-2 a.category-menu-anchor.ov-height:visited {
	/* height: 60px;
	padding-top: 60px; */
}

body.group.category-index .category-menu-item.item-7 a.category-menu-anchor {
	background-size: 270px;
}

body.group.category-index .category-menu-wide-item.item-0 a.category-menu-anchor {
	background-size: 280px 20px;
}
body.group.category-index .category-menu-wide-item.item-5 a.category-menu-anchor {
	background-image: url(../images/title-shukko-jidoushaInternet2.gif);
	background-size: 185px;
}


/* @end */


/* @group ヘッダ */
 
.site-header {
	border-bottom: 1px solid #fff;
	background-color: #fff;
}

.site-header-upper {
	width: 100%;
}

.site-logo a {
	width: 218px;
	height: 50px;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-top: 50px;
	background: url(../images/logo.png) no-repeat 0 0;
	background-size: 218px;
}

a.sp-nav-btn {
	position: absolute;
	box-sizing: border-box;
	display: block;
	width: 65px;
	height: 55px;
	right: 8px;
	top: 10px;
	overflow: hidden;
	padding-top: 55px;
	border-radius: 5px 5px 0 0;
	background: url(../images/sp-menu-btn.png) no-repeat center -3px;
	background-size: 42px;
}

a.sp-nav-btn.open {
	background-color: #006666;
	background-image: url(../images/sp-menu-btn-close.png);
	background-position: center center;
}

.site-header-util {
	display: none;
}

/* @end */

/* @group 文字サイズ切替 */

.fontsize {
	display: none;
}

/* @end */

/* @group 検索フィールド */

.searchform {
	display: none;
}

.site-header-lower .searchform {
	display: block;
	position: relative;
	width: 100%;
	top: 0;
	background: #fff;
}

.searchform div.gsc-control-cse {
	width: 100%;
}

.searchform div.gsc-input-box,
.searchform div.gsc-input-box-focus
 {
	/*テキストボックスのラッパー*/
	background-position: 98%;
	background-size: 20px;
}

.searchform input.gsc-input {
	/*テキストボックス*/
	padding-right: 45px !important;
}

.searchform td.gsib_b {
	/*クリアボタン*/
	display: none !important;
}

.gsc-results-wrapper-overlay {
	top: 0 !important;
	left: 0 !important;
	width: auto !important;
	margin: 20px !important;
	padding: 40px 10px !important;
}

/* @end */

/* @group ドロップダウンメニュー */

.site-header-lower {
	display: none;
	z-index: 10000;
	position: absolute;
	box-sizing: border-box;
	left: 0;
	top: 70px;
	width: 100%;
	padding: 10px;
	box-shadow: 0 5px 5px rgba(0, 0, 0, .4);
	border-top: none;
	background-color: #006666;
}

.site-header-lower .searchform,
.mainnav-subitem {
	display: block;
}

.mainnav {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	margin-top: 6px;
	padding: 5px 15px;
	border-radius: 5px;
	background: #383C44;
}

.mainnav-item {
	float: none;
	border-right: 0;
	background-repeat: no-repeat !important;
	background-position: -2px center !important;
	background-size: 42px !important;
}

.mainnav-item:first-child {
	border-left: 0;
}

.mainnav-item.item-1 {
	background-image: url(../images/sp-mainnav-kojin.png);
}

.mainnav-item.item-2 {
	background-image: url(../images/sp-mainnav-houjin.png);
}

.mainnav-item.item-3 {
	background-image: url(../images/sp-mainnav-group.png);
}

.mainnav-item.item-4 {
	background-image: url(../images/sp-mainnav-ob.png);
}

.mainnav-item.item-5 {
	background-image: url(../images/sp-mainnav-dairiten.png);
}

.mainnav-item.item-6 {
	background-image: url(../images/sp-mainnav-keizai.png);
}

a.mainnav-anchor,
a.mainnav-anchor:visited {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 45px;
	padding: 15px 0 15px 45px;
	overflow: hidden;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2;
	text-decoration: none;
	color: #fff;
	border-right: none;
	border-top: 1px solid #4A4D54 !important;
	background: url(../images/icon-arrow-right-01.png) no-repeat right center !important;
	background-size: 6px !important;
}

.mainnav-item.item-1 a.mainnav-anchor {
	width: 100%;
	background-image: none;
}

.mainnav-subitem {
	box-sizing: border-box;
	float: left;
	width: 50%;
	padding-left: 5px;
}

.mainnav-subitem.odd {
	padding-left: 0;
	padding-right: 5px;
}

.mainnav-subitem a.mainnav-anchor,
.mainnav-subitem a.mainnav-anchor:visited {
	padding: 15px 0;
	font-weight: normal;
	line-height: 1.2;
}

.mainnav-subitem.multiline a.mainnav-anchor {
	padding: 9px 0;
}

/* @end */

/* @group コンテンツ部分 */

.contents {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	background-color: #E7E7E7;
}

.top-main {
	width: 100%;
	padding: 9px 0;
}

.contents-main {
	float: none;
	width: 100%;
}

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

/* @end */

/* @group パンくず */

.bread {
	display: none;
}

/* @end */

/* @group カテゴリビジュアル */

.category-visual {
	height: 200px;
	border-radius: 0;
	background-size: cover;
	background-image: none !important;
}

/* @end */

/* @group カテゴリタイトルとコピー */

.category-title {
	margin-left: 15px;
	overflow: hidden;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 210px;
}

.category-visual-sub {
    height: 130px;
}

.category-title-sub {
	margin-left: 10px!important;
	background-size: 300px;
}

body.kojin .category-title {
	width: 100%;
	height: 40px;
	margin-top: 40px;
	padding-top: 40px;
}

body.houjin .category-title {
	width: 100%;
	height: 40px;
	margin-top: 40px;
	padding-top: 41px;
}

body.group .category-title {
	width: 100%;
	height: 70px;
	margin-top: 30px;
	padding-top: 70px;
}

body.group .category-title.-line-3 {
	width: 100%;
	height: 110px;
	margin-top: 20px;
	padding-top: 110px;
}

body.ob .category-title {
	width: 100%;
	height: 40px;
	margin-top: 50px;
	padding-top: 40px;
}

body.dairiten .category-title {
	width: 100%;
	height: 60px;
	margin-top: 40px;
	padding-top: 60px;
}

body.keizai .category-title {
	width: 100%;
	height: 60px;
	margin-top: 40px;
	padding-top: 60px;
}

body.oyakudachi .category-title {
	width: 100%;
	height: 41px;
	margin-top: 70px;
	padding-top: 41px;
}

body.company .category-title {
	width: 100%;
	height: 40px;
	margin-top: 70px;
	padding-top: 40px;
	background-size: 150px;
}

body.recruit .category-title {
	width: 100%;
	height: 40px;
	margin-top: 40px;
	padding-top: 40px;
	background-size: 150px;
}

.category-copy {
	margin-left: 15px;
	margin-top: 10px;
	font-size: 12px;
	line-height: 1.4;
	color: #888;
}

/* @end */

/* @group セクションタイトル */

.category-menu-title-wrapper {
	margin: 10px 5px 5px;
}

.category-menu-title {
	display: block;
}

.category-menu-copy {
	display: block;
	margin: 5px;
	vertical-align: baseline;
	line-height: 1.2;
}

body.kojin .category-menu-title.sonpo {
	background-image: url(../images/2x/section-title-songaihoken-kojin@2x.png);
}

body.houjin .category-menu-title.sonpo {
	background-image: url(../images/2x/section-title-songaihoken-houjin@2x.png);
}

body.kojin .category-menu-title.seiho {
	background-image: url(../images/2x/section-title-seimeihoken-kojin@2x.png);
}

body.houjin .category-menu-title.seiho {
	background-image: url(../images/2x/section-title-seimeihoken-houjin@2x.png);
}

/* @end */

/* @group keizai */
body.keizai .category-text {
	padding: 15px 10px;
}

body.keizai .category-text .flex-box {
	justify-content: center;
}

body.keizai .category-text .flex-box p {
	width: 100%;
	margin-top: 5px;
}
/* @end */

/* @group コンテンツの角丸ボックス */

.content-box {
	min-height: inherit !important;
	margin-bottom: 10px;
	padding: 10px;
	border-radius: 0;
	border-top: 10px solid #066;
}

.content-box img {
	max-width: 100%;
}

.content-box-img-title {
	/*大きなページタイトル*/
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-top: 20px;
	padding-bottom: 35px;
}

.content-box-lead-text {
	margin-top:20px;
	margin-left:0px;
}

.content-box-img-title img {
	max-width: 95%;
}

.content-box-text-title {
	/*テキストタイトル*/
	margin-bottom: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
	font-size: 18px;
	border-bottom: 2px solid #e7e7e7;
}

.category-menu-item-title img {
	/*画像タイトル*/
	max-width: 100%;
}

body.kojin .category-menu-item-title {
	/*画像タイトル*/
	margin: 5px 0 17px;
}

/* @end */

/* @group カテゴリメニュー */

.category-menu-item {
	float: none;
	width: 100%;
}

.category-menu-item:nth-child(2n) {
	margin-left: 0;
	margin-right: 10px;
	margin-bottom: 13px;
}

a.category-menu-anchor,
a.category-menu-anchor:visited {
	display: block;
	box-sizing: border-box;
	height: 60px;
	overflow: hidden;
	padding-top: 60px;
	background-repeat: no-repeat;
	background-position: left center;
}

a.category-menu-anchor:hover {
	opacity: .8;
}

.category-menu-wide-item.has-arrow-double{
	background: #fff url(../images/icon-arrow-blue.png) no-repeat 95% center;
}


/* @group 個人のお客さま */

.content-box.item-3-2 {
	margin-bottom: 10px !important;
}

/* @end */

/* @group 会社案内 */

body.company.category-index .category-menu-item.item-1 a.category-menu-anchor {
	background-image: url(../images/title-shachou.gif);
	background-size: 157px;
}

body.company.category-index .category-menu-item.item-2 a.category-menu-anchor {
	background-image: url(../images/title-koudoushishin.gif);
	background-size: 79px;
}

body.company.category-index .category-menu-item.item-3 a.category-menu-anchor {
	background-image: url(../images/title-yakuinshoukai.gif);
	background-size: 153px;
}

body.company.category-index .category-menu-item.item-4 a.category-menu-anchor {
	background-image: url(../images/title-enkaku.gif);
	background-size: 39px;
}

body.company.category-index .category-menu-item.item-5 a.category-menu-anchor {
	background-image: url(../images/title-keieirinen.gif);
	background-size: 79px;
}

body.company.category-index .category-menu-item.item-6 a.category-menu-anchor {
	background-image: url(../images/title-customerfirst.gif);
	background-size: 215px;
}

/* @end */

/* @group お役立ち情報 */

body.oyakudachi.category-index a.category-menu-anchor,
body.oyakudachi.category-index a.category-menu-anchor:visited {
	height: 90px;
	padding-top: 20px;
	font-size: 12px;
	text-decoration: none;
	color: #666;
}

body.oyakudachi.category-index .category-menu-item.item-1 h1 {
	box-sizing: border-box;
	width: 79px;
	height: 21px;
	padding-top: 21px;
	overflow: hidden;
	background: url(../images/title-shinkijigyounaiyou.gif) no-repeat;
}

body.oyakudachi.category-index .category-menu-item.item-2 h1 {
	box-sizing: border-box;
	width: 236px;
	height: 20px;
	margin-top: -3px;
	padding-top: 20px;
	overflow: hidden;
	background: url(../images/title-saishinganshisetsu.gif) no-repeat;
}

body.oyakudachi.category-index .category-menu-item.item-3 h1 {
	box-sizing: border-box;
	width: 115px;
	height: 19px;
	padding-top: 19px;
	overflow: hidden;
	background: url(../images/title-seminarinfo.gif) no-repeat;
}

body.oyakudachi.category-index .category-menu-item p {
	margin-top: 10px;
	padding-right: 30px;
}

/* @end */

/* @group OBの皆さま */

body.ob.category-index .category-menu-item.item-1 a.category-menu-anchor {
	background-size: 160px;
}

body.ob.category-index .category-menu-item.item-2 a.category-menu-anchor {
	background-size: 270px;
}

body.ob.category-index .category-menu-item.item-3 a.category-menu-anchor {
	background-size: 273px;
}

/* @end */


/* @end */

/* @group ローカルナビ */

.local-pagenav {
	overflow: hidden;
}

.local-pagenav-item {
	box-sizing: border-box;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

body.contact .local-pagenav-item.item-2,
body.contact .local-pagenav-item.item-4 {
	padding-left: 0;
}

body.shukko .local-pagenav-item.item-1,
body.shukko .local-pagenav-item.item-2,
body.shukko .local-pagenav-item.item-3,
body.shukko .local-pagenav-item.item-4,
body.shukko .local-pagenav-item.item-5 {
	width: 47% !important;
	width: calc(50% - 5px)!important;
	padding-left: 0;
}

body.shukko .local-pagenav-item.items3.item-1,
body.shukko .local-pagenav-item.items3.item-2,
body.shukko .local-pagenav-item.items3.item-3 {
	width: calc(33% - 5px)!important;
	height: 70%!important;
}
body.shukko .local-pagenav-item.items3.item-1 {
	margin-right:5px;
}
body.shukko .local-pagenav-item.items3.item-2 {
	margin-right:5px;
}
body.shukko .local-pagenav-item.items3.item-3 {
	margin-right:0;
}

/*body.shukko .local-pagenav-item.item-2,
body.shukko .local-pagenav-item.item-4 {
	padding-left: 10px;
}*/
.border-light-green.item-2,
.border-light-green.item-4 {
	margin-right:0;
}

.border-light-green.item-1of2,
.border-light-green.item-2of2 {
	width: 100% !important;
}
/* @end */

/* @group プライバシーマーク */

.privacy-box {
	margin: 0;
	padding: 0 10px;
}

.privacy-box-anchor {
	display: block;
	box-sizing: border-box;
	padding: 10px;
	border: 1px solid #ccc;
}

.privacy-logo {
	float: left;
	width: 70px;
	height: 70px;
	background: url(../images/logo-privacy.gif) no-repeat center;
	background-size: 70px;
}

.privacy-text {
	float: left;
	width: auto;
	margin-left: 10px;
	padding-top: 10px;
	font-size: 10px;
	color: #000;
}

/* @end */

/* @group フッタ */

.site-footer {
	box-sizing: border-box;
	width: 100%;
	padding: 20px 0 0;
}

.footer-inner {
	width: 100%;
	padding: 0;
}

.footer-links {
	float: none;
	margin: 0;
}

.site-footer .privacy-box {
	display: block;
}

.footer-links-list {
	margin: 10px 15px 0;
}

.footer-links-item {
	display: block;
	width: 100%;
}

a.footer-links-anchor,
a.footer-links-anchor:visited {
	display: block;
	padding: 0 10px;
	font-size: 13px;
	line-height: 45px;
	color: #000;
	border-top: 1px solid #ccc;
	background: url(../images/icon-arrow-right-01.png) no-repeat 97% center;
	background-size: 6px;
}

.footer-links-item:first-child a.footer-links-anchor {
	border-top: none;
}

.footer-copyright {
	float: none;
	padding: 20px 0;
	font-size: 9px;
	font-family: arial;
	text-align: center;
	border-top: 2px solid #0F9D8E;
}

/* @end */

/* @group トップ - ビジュアル */

.top-carousel {
	width: 100%;
	height: 127px;
}

.top-carousel-anchor {
	width: 320px;
	height: 127px;
}

.top-carousel-anchor img {
	width: 100%;
}

/* @end */

/* @group トップ - お知らせ */
.top-news {
	margin-right: 10px;
	margin-left: 10px;
	padding: 14px;
}

.top-news-title {
	font-size: 16px;
}
.top-news-list {
	font-size: 14px;
}
.top-news-item {
	margin-bottom: 0;
	padding: 10px 0;
	border-top: 1px solid #ccc;
}
.top-news-date {
	float: none;
	margin-bottom: 3px;
	font-weight: bold;
	color: #00655A;
}
.top-news-text {
	margin-left: 0;
}


/* @end */

/* @group トップ - お見舞い */

.concern {
	padding: 10px;
	margin: 0 10px 10px 10px;
	font-size: 11px;
}
.concern-title {
	margin: 0 0 5px;
	font-size: 14px;
	color: #666;
	background: url(../images/top_concern_icon.png) 50% 0 no-repeat;
	padding-left: 0;
	padding-top: 30px;
}
.concern-title-no-icon {
	margin: 0 0 5px;
	font-size: 14px;
}

.btn-concern-contact {
	display: block;
	font-size: 14px;
	padding: 10px 15px;
}
.btn-concern-contact span {
	display: block;
	text-align: center;
	padding-left: 20px;
}


/* @end */

/* @group トップ - メイン */

.top-topics {
	margin: 0 5px;
	padding-bottom: 0px;
	overflow: hidden;
}

.top-topics-item {
	box-sizing: border-box;
	float: left;
	width: 50%;
	margin: 0;
}

a.top-topics-anchor,
a.top-topics-anchor:visited {
	width: auto;
	height: 130px;
	margin: 0 5px 10px;
	padding-top: 0;
	border-radius: 5px;
	background-color: #fff;
	background-image: none;
}

.top-topics-item.item-1,
.top-topics-item.item-3 {
	margin: 0;
}

.top-topics-item.item-1  a.top-topics-anchor,
.top-topics-item.item-2  a.top-topics-anchor,
.top-topics-item.item-3  a.top-topics-anchor,
.top-topics-item.item-4  a.top-topics-anchor {
	background-image: none;
}

.top-topics-item h1 {
	box-sizing: border-box;
	height: 130px;
	padding-top: 130px;
	overflow: hiddens;
	border-top: 5px solid #999;
	background-repeat: no-repeat;
	background-position: center 15px;
}

.top-topics-item.item-1 h1 {
	border-top-color: #EB92DF;
	background-image: url(../images/sp-top-topics-kojin.png);
	background-size: 117px;
}

.top-topics-item.item-2 h1 {
	border-top-color: #015CAD;
	background-image: url(../images/sp-top-topics-houjin.png);
	background-size: 117px;
}

.top-topics-item.item-3 h1 {
	border-top-color: #0F9D8E;
	background-image: url(../images/sp-top-topics-group.png);
	background-size: 143px;
}

.top-topics-item.item-4 h1 {
	border-top-color: #0CBECE;
	background-image: url(../images/sp-top-topics-ob.png);
	background-size: 106px;
}

.top-topics-item a.top-topics-anchor p {
	text-indent: -9999px;
}

.top-topics-item.item-5,
.top-topics-item.item-6,
.top-topics-item.item-7{
	width: 100%;
}

.top-topics-item.item-5 a.top-topics-anchor,
.top-topics-item.item-5 a.top-topics-anchor:visited,
.top-topics-item.item-6 a.top-topics-anchor,
.top-topics-item.item-6 a.top-topics-anchor:visited,
.top-topics-item.item-7 a.top-topics-anchor,
.top-topics-item.item-7 a.top-topics-anchor:visited{
	width: auto;
	height: 70px;
	padding-top: 0;
	background-image: none;
}

.top-topics-item.item-5 h1 {
	height: 70px;
	padding-top: 70px;
	border-top-color: #65778D;
	background-repeat: no-repeat;
	background-position: 10px 18px;
	background-image: url(../images/sp-top-topics-dairiten.png);
	background-size: 274px;
}

.top-topics-item.item-6 h1 {
	height: 70px;
	padding-top: 70px;
	border-top-color: #e9b005;
	background-repeat: no-repeat;
	background-position: 10px 18px;
	background-image: url(../images/sp-top-topics-keizai.png);
	background-size: 314px/* 274px */;
}

.top-topics-item.item-7 h1 {
	height: 70px;
	padding-top: 70px;
	border-top-color: #92c82a;
	background-repeat: no-repeat;
	background-position: 10px 18px;
	background-image: url(../images/sp-top-topics-saigusa.png);
	background-size: 227px;
}

.top-topics-item.item-5 a.top-topics-anchor,
.top-topics-item.item-6 a.top-topics-anchor,
.top-topics-item.item-7 a.top-topics-anchor {
	text-align: left;
}

.top-topics-item.item-5 a.top-topics-anchor p,
.top-topics-item.item-6 a.top-topics-anchor p,
.top-topics-item.item-7 a.top-topics-anchor p {
	margin-left: 54px;
	margin-top: -7px;
}

/* @end */

/* @group トップ - 右側 */

.sidebar .privacy-box {
	display: none;
}

.top-subnav-item,
.top-subnav-item.item-3 {
	margin: 0 10px 5px;
}

.top-subnav-item.item-1 a.top-subnav-anchor,
.top-subnav-item.item-2 a.top-subnav-anchor,
.top-subnav-item.item-3 a.top-subnav-anchor {
	height: 70px;
	padding-top: 70px;
	border-radius: 5px;
	background-color: #079081;
	background-size: 180px;
	background-position: center center;
}

.top-subnav-item.item-1 a.top-subnav-anchor {
	background-color: #006666;
}

.top-subnav-item.item-4,
.top-subnav-item.item-5,
.top-subnav-item.item-6 {
	margin: 0 10px 5px;
	border-radius: 5px;
	background: #fff url(../images/icon-arrow-right-01.png) no-repeat 97% center;
	background-size: 6px;
}

.top-subnav-item.item-4 a.top-subnav-anchor,
.top-subnav-item.item-5 a.top-subnav-anchor,
.top-subnav-item.item-6 a.top-subnav-anchor {
	height: 45px;
	padding-top: 45px;
	background-size: 107px;
	background-position: 15px center;
}

.top-subnav-item.item-1 a.top-subnav-anchor {
	background-image: url(../images/sp-btn-renraku.png);
}

.top-subnav-item.item-2 a.top-subnav-anchor {
	background-image: url(../images/sp-btn-contact.png);
}

.top-subnav-item.item-3 a.top-subnav-anchor {
	background-image: url(../images/sp-btn-flow.png);
}

.top-subnav-item.item-4 a.top-subnav-anchor {
	background-image: url(../images/sp-btn-faq.png);
}

.top-subnav-item.item-5 a.top-subnav-anchor {
	background-image: url(../images/sp-btn-info.png);
}

.top-subnav-item.item-6 a.top-subnav-anchor {
	background-image: url(../images/sp-btn-recruit.png);
}

/* @end */

/* @group トップ - インターネット契約 */

.top-internetkeiyaku-inner {
	box-sizing: border-box;
	width: 100%;
	padding: 15px 10px;
}

/* @group タイトル */

.top-internetkeiyaku-title-wrapper {
	margin: 5px 0;
}

.top-internetkeiyaku-title {
	float: none;
	margin: 0px 10px 5px 10px;/*0px 10px;*/
}

.top-internetkeiyaku-title img {
	width: 224px;
}

.top-internetkeiyaku-copy {
	float: none;
	font-size: 9px;
	line-height: 12px;
	margin-left: 13px;
}

/* @end */

/* @group バナー */

.top-internetkeiyaku-item {
	float: none;
	margin-left: 0;
	margin-bottom: 0;
}

a.top-internetkeiyaku-anchor,
a.top-internetkeiyaku-anchor:visited {
	position: relative;
	width: 100%;
	height: 70px;
	padding-top: 0;
	overflow: hidden;
	background: #fff url(../images/icon-outerlink.gif) no-repeat 97% 8px;
}

a.top-internetkeiyaku-anchor h1 {
	position: absolute;
	left: 0;
	top: 0;
	width: 110px;
	height: 70px;
	padding-top: 70px;
	background-position: 15px 17px;
	background-size: 78px;
}

.top-internetkeiyaku-item.item-1 h1 {
	margin-top: 0;
	padding-top: 70px;
}

.top-internetkeiyaku-item.item-5 a.top-internetkeiyaku-anchor,
.top-internetkeiyaku-item.item-5 a.top-internetkeiyaku-anchor:visited,
.top-internetkeiyaku-item.item-7 a.top-internetkeiyaku-anchor,
.top-internetkeiyaku-item.item-7 a.top-internetkeiyaku-anchor:visited {
padding: 0px;
height: 150px;
}

.top-internetkeiyaku-item.item-5 h1,
.top-internetkeiyaku-item.item-7 h1 {
width: 100%;
height: 140px;
background-size: contain;
display: block;
background-position: center 0%;
margin-top: 5px;
}

.top-internetkeiyaku-item.item-6,
.top-internetkeiyaku-item.item-8 {
display: none;
}

.top-internetkeiyaku-item p {
	position: absolute;
	left: 100px;
	top: 15px;
	padding-right: 30px;
	line-height: 14px;
	text-align: left;
}

/* @end */

/* @end */

/* @group トップ - インターネット試算 */

.top-internetshisan-inner {
	box-sizing: border-box;
	width: 100%;
	padding: 15px 10px;
}

/* @group タイトル */

.top-internetshisan-title-wrapper {
	margin: 5px 0;
}

.top-internetshisan-title {
	float: none;
	margin: 0px 10px;
}

.top-internetshisan-title img {
width: 123px;
}

.top-internetshisan-copy {
	float: none;
	font-size: 9px;
	line-height: 12px;
	margin-left: 13px;
}

/* @end */

/* @group バナー */

.top-internetshisan-item {
	float: none;
	margin-left: 0;
}

.top-internetshisan-item.item-shukko-1 h2,
.top-internetshisan-item.item-shukko-2 h2 {
	height: 136px;
	padding-top: 136px;
}
a.top-internetshisan-anchor.item-shukko-1,
a.top-internetshisan-anchor.item-shukko-2 h2 {
	background-position: center 28px;
    background-size: 285px;
}

a.top-internetshisan-anchor,
a.top-internetshisan-anchor:visited {
	position: relative;
	width: 100%;
	height: 70px;
	padding: 0 !important;
	overflow: hidden;
	background: #fff url(../images/icon-outerlink.gif) no-repeat 97% 8px;
}
a.top-internetshisan-anchor.item-shukko-1,
a.top-internetshisan-anchor.item-shukko-1:visited,
a.top-internetshisan-anchor.item-shukko-2,
a.top-internetshisan-anchor.item-shukko-2:visited {
	margin:0 auto;
	width: 99%;
	height: 136px;
	background: #fff url(../images/icon-outerlink.gif) no-repeat 97% 8px;
}

a.top-internetshisan-anchor h1 {
	position: absolute;
	left: 0;
	width: 110px;
	height: 70px;
	padding-top: 70px;
	background-position: 15px 24px;
	background-size: 78px;
}

.top-internetshisan-item p {
	position: absolute;
	left: 105px;
	top: 10px;
	padding-right: 25px !important;
	line-height: 14px;
	text-align: left;
}

.top-internetshisan-item p br {
	display: inline;
}

.top-internetshisan-item.item-1 h1 {
	width: 170px;
	background-position: 10px 18px;
	background-size: 150px;
}

.top-internetshisan-item.item-1 p {
	left: 170px;
	top: 10px;
}

.top-internetshisan-item.item-3 br {
	display: none;
}

/* @end */

/* @end */

/* @group 法人のお客さま */

.category-subitem {
	float: none;
	width: 100%;
	margin-bottom: 30px;
}

.category-subitem:first-child {
	padding-right: 0;
}

.category-subitem:last-child {
	padding-left: 0;
	border-left: none;
}

.category-subitem-img {
	height: 100px;
	background-size: 200px;
}

.category-subitem h1 {
	margin: 5px 0 !important;
}

/* @end */

/* @group 社外出向者・休職者の皆さま */

body.shukko .toriatsukai-hoken h1 {
	line-height: 1.4;
	margin-bottom: 10px !important;
}

body.shukko .toriatsukai-hoken p {
	margin-bottom: 10px !important;
}

body.shukko .toriatsukai-hoken img {
	width: 120px;
	margin: 5px !important;
}

/* @end */

/* @group 企業内代理店 */

.dairiten-triangle-arrow-box {
	position: relative;
}

.dairiten-triangle-arrow-box li {
	margin-left: 20px;
	text-indent: -10px;
	font-size: 12px;
}

.dairiten-triangle-arrow-box:after {
	position: absolute;
	left: 50%;
	top: 100%;
	margin-left: -10px;
	margin-top: 5px;
	content: '';
	display: block;
	width: 0px;
	border: 20px solid transparent;
	border-top: 20px solid #369;
}

.dairiten .reason h1 {
	font-size: 14px !important;
}

.dairiten .reason ul {
	margin: 0 !important;
}

/* @end */

/* @group 個人のお客さま */

a.kojin-menu-anchor img {
	max-width: 250px;
}

/* @end */

/* @group 取扱会社一覧 */

.kaisha-list {
	overflow: hidden;
}

.kaisha-list li {
	width: auto;
	float: none;
	margin-bottom: 10px;
}

.kaisha-list li:nth-of-type(odd) {
	width: auto;
}

.kaisha-list-2 li {
	margin-bottom: 10px;
}

.kaisha-list-3 li {
	line-height: inherit;
	margin-bottom: 10px;
}

/* @end */

/* @group 勧誘方針 */

ol.kanyuuhoushin-list {
	margin: 1em;
	margin-left: 2em;
}

ol.kanyuuhoushin-list li {
	padding: .5em 0;
}

/* @end */

/* @group 拠点案内 */

.base-list-item {
	padding: 20px 10px;
	border-bottom: 1px solid #e7e7e7;
}

/* @end */

/* @group グループ会社 */

.group-tbl .col-1 {
	width: 60% !important;
}

/* @end */

/* @group サイトマップ */

.sitemap-list {
	margin-left: 1em;
}

.sitemap-list li {
	margin-top: .3em;
	margin-bottom: .3em;
}

.sitemap-heading {
	display: block;
	margin-top: 2em;
	font-weight: bold;
}

/* @end */
}

/* メッセージ・方針 */
.hoshin {
	margin-left:3.5em;
	text-indent: -3.5em;	
}

.topIndent-1 {
	margin-left:1em;
	text-indent: -1em;	
}

.box-torikumi {
    margin: 5px 10px 10px 10px;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #ccc;
    background-color: #eee;
}

.list-disc li{
	list-style-type:disc;
}

.act-value dt{
	color: #066 !important;/*same as .green*/
	font-weight: bold;/*same as .bold*/
}
.act-value dd {
	margin-left: 1em !important;/*same as .mL1em*/
}

.fontFrom16To15 {
	font-size:94.23%;
}

.img-message-face {
	float: right;
	padding: 0 0 20px 30px;
}
@media screen and (max-width: 767px) {
	.img-message-face {
		float: none;
		padding: 0 0 20px;
		text-align: center;
	}
}

/* privacy policy リスト */
._list_mark-01 > li {
             position: relative;
}

._list_mark-01 > li > .mark {
             position: absolute;
             left: 0;
             top: 0;
}

._list_mark-01.-w-15em > li {
	padding-left: 1.5em;
}

._list_mark-01.-w-2em > li {
             padding-left: 2em;
}


/* /ob_group_msad/ mail toiawase*/
.mail-wrapper{
	display: flex;
}
.mail-wrapper > .col1,.col2{
	width:50%;
}

@media screen and (max-width:767px) {
	.mail-wrapper{
		display: block;
	}
	.mail-wrapper >.col1{
		width:100%;
	}
	.mail-wrapper >.col2{
		width:100%;
		padding-top: 20px;
	}
	
}

.hdg-method-01 {
	margin-bottom: 15px;
}
.hdg-method-01 > span {
	border: 1px solid #006666;
	padding: 0.2em 0.8em;
}
@media screen and (max-width:767px) {
	.hdg-method-01 > span {
		display: block;
	}
}

.img-qr_code{
	display: flex;
}
.img-qr_code > div {
	margin-right: 10px;
}


@media screen and (max-width:767px) {
	.img-qr_code{
		display: block;
	}
	.mail-wrapper >.div{
		width:100%;
}
}

/* saigusa */
body.saigusa .contents-main_wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 30px;
}
  
body.saigusa .contents-main_wrap .item {
	box-sizing: border-box;
	padding: 20px;
	width: 49%;
	background-color: #fff;
	border: 1px solid #92c82a;
}
  
@media screen and (max-width:767px) {
	body.saigusa .contents-main_wrap {
	margin: 10px 30px 30px 30px;
	}

	body.saigusa .contents-main_wrap .item {
	width: 100%;
	padding: 15px;
	}
  
	body.saigusa .contents-main_wrap .item:not(:last-child) {
	margin-bottom: 10px;
	}
}
  
body.saigusa .category-visual.saigusa{
	height: auto;
	padding-bottom: 10px;
  }

body.saigusa .contents-main_wrap h2 {
	margin-bottom: 20px;
  }

body.saigusa .contents-main_wrap p{
	font-size: 16px;
	font-weight: 500;
}

body.saigusa .category-text {
	padding: 15px 10px;
	margin-bottom: 14px;
	color: #000;
	font-size: 14px;
}

@media screen and (max-width:767px) {
body.saigusa .category-title {
	width: 100%;
	height: 40px;
	margin-top: 40px;
	padding-top: 41px;
	background-size: 310px;
	}
	body.saigusa .contents-main_wrap h2 {
		margin-bottom: 10px;
	} 
	body.saigusa .contents-main_wrap h2 img {
		width: 140px;
	} 
}

body.saigusa .top-internetkeiyaku-title-wrapper{
	box-sizing: border-box;
	width: 713px;
}

@media screen and (max-width:767px) {
	body.saigusa .top-internetkeiyaku-title-wrapper{
		width: 100%;
	}
}