@charset "utf-8";
/* ====================================================================================================
	下層ページ共通設定
==================================================================================================== */

/* ページタイトル
-------------------------------------------------- */
#page_tit {
	margin-bottom: 50px;
	height: 110px;
	padding: 90px 0 0 10px;
		-webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.1) inset;
		-moz-box-shadow: 0 2px 0 rgba(0,0,0,0.1) inset;
		box-shadow: 0 2px 0 rgba(0,0,0,0.1) inset;
	background: url(../common_img/bg_pagetit.jpg) no-repeat center top;
	text-align: center;
}

/* メインコンテンツ
-------------------------------------------------- */
#main_contents {
	float: left;
	width: 750px;
}

/* サイドメニュー
-------------------------------------------------- */
#side_menu {
	float: right;
	width: 230px;
}
/* 個人のお客様へ / 法人のお客様へ */
.side_service_info {
	margin-bottom: 14px;
}
.side_service_info h4 {
	margin-bottom: 10px;
}
.side_service_info .body {
	position: relative;
}
.side_service_info .body .btn {
	position: absolute;
	left: 50px;
	bottom: 10px;
}
/* 保険サービス一覧 */
#side_service {
	margin-bottom: 15px;
	padding: 15px 0;
	background: #fef5f4 url(../common_img/bg_side_service.png) no-repeat left bottom;
}
#side_service h4 {
	margin-bottom: 10px;
	text-align: center;
}
#side_service .ico_list {
	text-align: center;
}
#side_service .ico_list li {
	display: inline-block;
	margin-bottom: 6px;
}
#side_service .ico_list li img {
	width: 65px;
}
#side_service .txt {
	padding: 5px 10px 10px;
	font-size: 11px;
}
/* リンク */
#side_bnr_list li {
	margin-bottom: 10px;
}
#side_bnr_list li a {
		-webkit-transition: 0.3s ease all;
		-moz-transition: 0.3s ease all;
		transition: 0.3s ease all;
}
#side_bnr_list li a:hover {
		-ms-filter: "alpha(opacity=60)";
		filter: alpha(opacity=60);
		opacity: 0.6;
}

/* ページネーション
-------------------------------------------------- */
.pagination {margin: 50px 30px 0;}
.pagination .prev {float: left;}
.pagination .next {float: right;}
/* 一覧へ戻るボタン */
.pagination .backlist {
	margin-bottom: 20px;
	text-align: center;
}

/* table_style
-------------------------------------------------- */
/* table_style */
.table_style > table {
	border-collapse: separate;
	border-spacing: 3px;
}
.table_style > table > tbody > tr > th,
.table_style > table > tbody > tr > td {
	padding: 10px 10px;
	border: 1px solid #ddd;
	vertical-align: middle;
}
.table_style > table > tbody > tr > th {
	border-left: 3px solid #00367b;
	background-color: #e4f4fb;
}
/* table_style02 */
.table_style02 > tbody > tr > th,
.table_style02 > tbody > tr > td {
	padding: 8px 10px;
	border: 1px solid #ddd;
}
.table_style02 > tbody > tr > th {
	background-color: #f4f4f4;
}


/* タイトル
-------------------------------------------------- */
/* 01 */
.tit_style {
	padding-left: 25px;
	background: url(../common_img/bg_tit.png) no-repeat;
	color: #002159;
	font-size: 20px;
	text-shadow: 0 1px 0 #fff;
	line-height: 50px;
}
/* 02 */
.tit_style02 {
	margin-bottom: 10px;
	border-bottom: 2px solid #ddd;
}
.tit_style02 span {
	position: relative;
	top: 2px;
	display: inline-block;
	padding: 0 5px;
	border-bottom: 2px solid #00367b;
	font-size: 18px;
}

/* アイコン
-------------------------------------------------- */
.ico_link {
	padding-left: 15px;
	background: url(../common_img/ico_arrow_gr.png) no-repeat left center;
}

/*
====================================================================================================
	新着情報
---------------------------------------------------------------------------------------------------- */
#page_tit .rss{margin-left: 8px;}

/* .news_box
-------------------------------------------------- */
.page_news .news_box {
	margin-bottom: 50px;
	border: 1px solid #02387a;
	border-top: 2px solid #02387a;
}

.page_news .news_box .date {
	display: inline-block;
	margin-bottom: 8px;
	padding: 3px 10px 2px;
	background-color: #02387a;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}
.page_news .news_box .news_tit {
	padding: 15px 20px;
	background-color: #f7faff;
}
.page_news .news_box .news_tit h3 {
	font-size: 16px;
}
.page_news .news_box .news_body {
	padding: 25px 20px 15px;
}
.page_news .news_box .photo {
	float: right;
	width: 300px;
	margin: 0 0 5px 25px;
}
.page_news .news_box .photo img {
	width: 100%;
	border-radius: 5px;
}
.page_news .news_box .text {
	overflow: hidden;
}
.page_news .news_box .text,
.page_news .news_box .text p {
	line-height: 1.8;
}

/*
====================================================================================================
	お問い合わせ
---------------------------------------------------------------------------------------------------- */

/* リード
------------------------------------------------------------ */
.page_contact #lead {
	border-radius: 10px;
	background-color: #cbe9f7;
}
.page_contact #lead div,
.page_contact #lead p {
	display: inline-block;
	vertical-align: middle;
}
.page_contact #lead p {
}

/* #contact_form
-------------------------------------------------- */
.page_contact #contact_form {
	margin-bottom: 80px;
}
.page_contact #contact_form .txt_form {
	margin: 0 10px 30px;
}

.page_contact .table_style th {
	width: 170px;
}
.page_contact .form_input_list li {
	display: inline-block;
	margin: 2px 30px 2px 0;
}
.page_contact p {
	margin-bottom: 5px;
}

/* ページ下部ボタン
-------------------------------------------------- */
.form_submit_btn {
	text-align:center;
}
.form_submit_btn input,
.form_submit_btn a {
	display: inline-block;
}

/* 個人情報保護方針
-------------------------------------------------- */
.policy_style {
	margin-bottom: 40px;
}
.policy_style .txt_area {
	margin: 0 0 20px 15px;
}
.policy_style .txt_area p {
	font-size: 12px;
}

.policy_style .pp_exlink {
	padding: 10px 12px;
	border-radius: 5px;
	background-color: #f8f8f8;
}
.policy_style .pp_exlink ul {
	float: left;
	margin-left: 8px;
	font-size: 12px;
}
.policy_style .pp_exlink li {
	padding-left: 10px;
	background: url(../common_img/ico_arrow_blue02.png) no-repeat left center;
	line-height: 2.0;
}
.policy_style .policy_list {
	padding: 10px 15px 15px;
	border-radius: 5px;
	background-color: #f8f8f8;
}

.policy_style ol.policy_list li {
	padding: 8px 0 8px 1.3em;
	border-bottom: 1px dashed #ccc;
	font-size: 12px;
	text-indent: -1.3em;
}

ol.d_list li {
	list-style-type: decimal;
	list-style-position: inside;
}

.policy_style ul.policy_list li {
	padding: 8px 0 8px 1em;
	border-bottom: 1px dashed #ccc;
	font-size: 12px;
	text-indent: -1em;
}

.policy_style ul.policy_list li:before {
	content: "・";
}
.page_contact h5 {
	margin-bottom: 5px;
	color: #00377a;
	font-size: 16px;
}
.page_contact .table_style02 th,
.page_contact .table_style02 td {
	font-size: 12px;
}
.page_contact .table_style02 th {
	width: 100px;
}

/*
====================================================================================================
	日本総合保険のご紹介
---------------------------------------------------------------------------------------------------- */

/* リード
------------------------------------------------------------ */
.page_intro #lead .lead_box {
	min-height: 370px;
	margin: 0 10px;
	padding-top: 40px;
	background: url(../intro/images/bg_lead.png) no-repeat right top;
}
.page_intro #lead .lead_box p {
	line-height: 1.8;
}
/* 経営理念
------------------------------------------------------------ */
.page_intro .txt_philosophy_list li {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dashed #ccc;
	color: #002159;
	font-family: "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","游明朝",YuMincho,"MS P明朝","MS PMincho",serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.page_intro .txt_philosophy_list li:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}

.page_intro .txt_lead {
    color: #1e68a5;
	margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
	text-align: center;
}

/* 会社概要
------------------------------------------------------------ */
.page_intro #outline th {
	width: 150px;
}

/* 社内風景
------------------------------------------------------------ */
.page_intro #scenery .photo_list {
	text-align: center;
}
.page_intro #scenery .photo_list li {
	display: inline-block;
	margin: 0 6px;
	padding: 1px;
	border: 1px solid #ddd;
}
/* アクセスマップ
------------------------------------------------------------ */
.page_intro #access .map {
	margin-bottom: 20px;
	text-align: center;
}
.page_intro #access .map img {
	padding: 1px;
	border: 1px solid #ddd;
}

/*
====================================================================================================
	個人様向けサービス
---------------------------------------------------------------------------------------------------- */

/* リード
------------------------------------------------------------ */
.page_personal #lead {
	width: 674px;
	height: 179px;
	margin: 0 auto 30px;
	padding: 35px 30px 0;
	background: url(../personal/images/bg_lead.png) no-repeat;
}
.page_personal #lead p {
	line-height: 1.7;
}
.page_personal #lead span {
	color: #f87b7b;
	font-size: 18px;
	font-weight: bold;
}

/* おすすめ保険
------------------------------------------------------------ */
.page_personal #recommended {
	margin: 0 15px 50px;
	padding: 15px 15px;
	border: 1px solid #ddd;
	background: url(../common_img/bg_ptn_lattice_green.png);
}
.page_personal #recommended .title {
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 2px solid #aaa;
}
.page_personal #recommended .title .flo_r {
	padding-top: 15px;
}

/* サービス概要
------------------------------------------------------------ */
.page_personal .service_box_style {
	margin-bottom: 50px;
}
.page_personal .service_box_style .body {
	margin: 0 10px;
}
.page_personal .service_box_style .pic {
	float: right;
	margin: 0 0 5px 30px;
}
.page_personal .service_box_style .txt_lead {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}
/* #service01 */
.page_personal #service01.service_box_style .txt_lead {
	color: #7b9934;
}
.page_personal #service01.service_box_style .service01_sec02_list {
	margin-bottom: 20px;
	padding: 15px 20px;
	border-radius: 5px;
	background-color: #f6faeb;
}
.page_personal #service01.service_box_style .service01_sec02_list li {
	border-top: 1px dashed #ccc;
	padding: 5px 10px;
	font-weight: bold;
}
.page_personal #service01.service_box_style .service01_sec02_list li img {
	margin-right: 8px;
	vertical-align: middle;
}
.page_personal #service01.service_box_style .service01_sec02_list li span {
	color: #7b9934;
	font-size: 18px;
	font-weight: bold;
}
.page_personal #service01.service_box_style .service01_sec02_list li:first-child {
	border-top: none;
}
/* #service02 */
.page_personal #service02.service_box_style .txt_lead {
	color: #06a160;
}
/* #service03 */
.page_personal #service03.service_box_style .txt_lead {
	color: #ac5fbd;
}
/* #service04 */
.page_personal #service04.service_box_style .txt_lead {
	color: #db961f;
}
/* #service05 */
.page_personal #service05.service_box_style .txt_lead {
	color: #1e68a5;
}
/* #service06 */
.page_personal #service06.service_box_style .txt_lead {
	color: #ee55b6;
}

.page_personal .txt_btm {
	padding: 20px 25px 20px 130px;
	border-radius: 5px;
	background: #f8f8f8 url(../common_img/bg_caution.png) no-repeat 25px center;
}

/*
====================================================================================================
	法人様向けサービス
---------------------------------------------------------------------------------------------------- */

/* リード
------------------------------------------------------------ */
.page_corporation #lead {
	width: 674px;
	height: 179px;
	margin: 0 auto 30px;
	padding: 35px 30px 0;
	background: url(../corporation/images/bg_lead.png) no-repeat;
}
.page_corporation #lead p {
	line-height: 1.7;
}
.page_corporation #lead span {
	color: #3576ca;
	font-size: 18px;
	font-weight: bold;
}

/* 法人向けの保険
------------------------------------------------------------ */
.page_corporation #corporation .body {
	margin: 0 10px;
}
.page_corporation #corporation .pic {
	float: right;
	margin: 0 0 5px 30px;
}
.page_corporation #corporation .txt_lead {
	margin-bottom: 10px;
	color: #3576ca;
	font-size: 16px;
	font-weight: bold;
}
.page_corporation #corporation .check_box {
	margin-bottom: 30px;
	padding: 10px 30px 5px;
	border: 3px solid #eee;
	background: url(../corporation/images/bg_check.png) no-repeat right bottom;
}
.page_corporation #corporation .check_box li {
	padding: 3px 0 3px 24px;
	background: url(../corporation/images/ico_check.png) no-repeat left center;
	font-size: 16px;
	font-weight: bold;
}
.page_corporation #corporation .check_box li span {
	background: url(../common_img/bg_txt_strong.gif) repeat-x left 0.8em;
}
.page_corporation #corporation .ico_list li {
	margin-bottom: 20px;
	padding-left: 38px;
	text-indent: -38px;
}
.page_corporation #corporation .ico_list li img {
	margin-right: 8px;
	vertical-align: middle;
}

.page_corporation .txt_btm {
	padding: 20px 25px 20px 130px;
	border-radius: 5px;
	background: #f8f8f8 url(../common_img/bg_caution.png) no-repeat 25px center;
}

/*
====================================================================================================
	保険サービス一覧
---------------------------------------------------------------------------------------------------- */

/* リード
------------------------------------------------------------ */
.page_service #lead {
	position: relative;
	width: 700px;
	height: 269px;
	margin: -34px auto 30px;
	padding: 65px 0 0 20px;
	background: url(../service/images/bg_lead.png) no-repeat;
}
.page_service #lead p {
	line-height: 1.7;
}
/* おすすめ保険
------------------------------------------------------------ */
.page_service #recommended {
	margin: 0 15px 50px;
	padding: 15px 15px;
	border: 1px solid #ddd;
	background: url(../common_img/bg_ptn_lattice_green.png);
}
.page_service #recommended h3 {
	margin-bottom: 15px;
	padding: 0 10px 10px;
	border-bottom: 2px solid #aaa;
}
.page_service #recommended h4 {
	margin-bottom: 10px;
}
.page_service #recommended p {
	margin: 10px 20px 20px;
}
.page_service #recommended .ta_c {
	margin-bottom: 20px;
}

.page_service #recommended .ta_c.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	margin-bottom: 0;
}

.page_service #recommended .ta_c.flex p{
	margin: 0 0 0 20px;
}

.page_service #recommended .ta_c.flex p span{
  display: block;
  margin-top: 10px;
}

/* サービス概要
------------------------------------------------------------ */
.page_service .service_box_style {
	margin-bottom: 50px;
}
.page_service .service_box_style .body {
	margin: 0 10px;
}
.page_service .service_box_style .pic {
	float: right;
	margin: 0 0 5px 30px;
}
.page_service .service_box_style .txt_lead {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}


/*採用*/
.page_recruit .anker_list {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	margin-bottom: 30px;
}
.page_recruit .anker_list li {
	margin-left: 15px;
}
.page_recruit .anker_list li:first-child {
	margin-left: 0;
}
.page_recruit .anker_btn {
	display: block;
	padding: 7px 30px 7px 10px;
	border-radius: 3px;
	box-sizing: border-box;
	width: 235px;
	position: relative;
	background: linear-gradient(180deg, rgba(98,184,104,1) 0%, rgba(98,184,104,1) 50%, rgba(69,159,74,1) 50%, rgba(69,159,74,1) 100%);
	text-align: center;
	text-decoration: none;
}
.page_recruit .anker_btn::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	background: url(../recruit/images/ico_arrow.png) no-repeat;
	position: absolute;
	right: 15px;
	top: 15px;
}
.page_recruit .anker_btn span {
	color: #fff;
	font-weight: 600;
}
.page_recruit .anker_btn:hover {
	background: linear-gradient(180deg, rgba(173,213,50,1) 0%, rgba(173,213,50,1) 50%, rgba(145,195,30,1) 50%, rgba(145,195,30,1) 100%);
}
.page_recruit #lead {
	width: calc(100% - 10px);
	height: 230px;
	margin: 0 auto 30px;
	padding: 30px 150px 0 30px;
	background: url(../recruit/images/bg_recruit01.png) no-repeat right bottom;
	box-sizing: border-box;
	border-radius: 5px;
	border: 1px solid #b4c6c9;
	box-shadow: 0px 0px 0px 5px #f6f6f6;
}
.page_recruit #lead .inner {
	/*background: rgb(255 255 255 / 60%);
	padding: 20px 20px 20px 0;*/
}
.page_recruit #lead p {
	font-size: 18px;
	line-height: 2.0;
}

.page_recruit .entry_bnr {
	margin-bottom: 30px;
}

.page_recruit .entry_bnr a:hover {
	opacity: 0.7;
}

.page_recruit #sec01 {
	margin-bottom: 30px;
}
.page_recruit .sec01_list___wrap {
	width: calc(100% - 10px);
	box-shadow: 0px 0px 0px 5px #f6f6f6;
	background: url(../recruit/images/bg_recruit02.png) no-repeat;
	background-size: cover;
	padding: 60px 35px;
	border: 1px solid #b4c6c9;
	box-sizing: border-box;
}

.page_recruit .sec01_list {
	padding: 20px 35px 35px 35px;
	background: rgb(255 255 255 / 76%);
}

.page_recruit .sec01_list li {
	padding: 8px 0 8px 16px;
	border-bottom: 1px dashed #000;
	font-size: 18px;
	position: relative;
}
.page_recruit .sec01_list li::before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background-color: #1e68a5;
	position: absolute;
	left: 0;
	top: 15px;
}
.page_recruit #sec02 {
	margin-bottom: 30px;
}
.page_recruit .recruit_tbl {
	border-collapse: separate;
	border-spacing: 3px;
}
.page_recruit .recruit_tbl th,
.page_recruit .recruit_tbl td {
	padding: 10px 10px;
	border: 1px solid #ddd;
	vertical-align: middle;
}
.page_recruit .recruit_tbl th {
	border-left: 3px solid #f4950c;
	background-color: #fcecb0;
	min-width: 200px;
}
.page_recruit .sec03_wrap {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.page_recruit .sec03_box {
	background-color: #fff;
	padding: 25px 20px;
	border: 1px solid #ddd;
	border-radius: 5px;
	box-shadow: 0px 0px 0px 3px #f6f6f6;
	width: calc((100% / 3) - 10px);
	box-sizing: border-box;
	display: flex;
	margin-left: 15px;
	margin-bottom: 15px;
}

.page_recruit .sec03_ttl {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 15px;
}

.page_recruit .sec03_box:first-child,
.page_recruit .sec03_box:nth-child(4n) {
	margin-left: 0;
}
.page_recruit .sec03_box figure {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}
.page_recruit .sec03_box .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.page_recruit .sec03_box .cap {
	margin-top: auto;
	font-size: 20px;
	font-weight: bold;
}
.page_recruit .sec03_box .cap .num {
	font-size: 38px;
}
.page_recruit .sec03_ttl .num {
	font-size: 38px;
}
.page_recruit .entry_btn {
	margin-top: 20px;
}
.page_recruit .entry_btn a {
	display: block;
	padding: 10px 30px 10px 10px;
	border-radius: 6px;
	box-sizing: border-box;
	width: 334px;
	position: relative;
	background: linear-gradient(180deg, rgba(244,149,12,1) 0%, rgba(244,149,12,1) 49%, rgba(246,126,5,1) 50%, rgba(246,126,5,1) 100%);
	text-decoration: none;
	color: #fff;
	font-weight: 600;
	font-size: 18px;
}
.page_recruit .entry_btn a::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	background: url(../recruit/images/ico_arrow.png) no-repeat;
	position: absolute;
	right: 15px;
	top: 17px;
}
.page_recruit .entry_btn a:hover {
	background: linear-gradient(180deg, rgba(249,75,32,1) 0%, rgba(249,75,32,1) 49%, rgba(246,5,5,1) 50%, rgba(246,5,5,1) 100%);
}