@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Outfit:wght@100..900&display=swap');

p:empty { display: none; }

/* -----------------------------------------------
   保険の達人 個人ページ
-------------------------------------------------- */
/* 達人基本情報 */
div.tatsujinWrap section.mainArea {
	width: 100%;
	border-top: 3px solid #2F39C8;
}
div.tatsujinWrap section.mainArea h2 {
	min-height: 105px;
	margin-bottom: 10px;
	padding: 1.8em 0 0 5.5em;
}
div.tatsujinWrap section.mainArea h2.aomori { background: url("../images/icon_02_aomori.gif") top left no-repeat; }
div.tatsujinWrap section.mainArea h2.fukushima { background: url("../images/icon_07_fukushima.gif") top left no-repeat; }
div.tatsujinWrap section.mainArea h2.tochigi { background: url("../images/icon_09_tochigi.gif") top left no-repeat; }
div.tatsujinWrap section.mainArea h2.saitama { background: url("../images/icon_11_saitama.gif") top left no-repeat; }
div.tatsujinWrap section.mainArea h2.chiba { background: url("../images/icon_12_chiba.gif") top left no-repeat; }
div.tatsujinWrap section.mainArea h2.tokyo { background: url("../images/icon_13_tokyo.gif") top left no-repeat; }
div.tatsujinWrap section.mainArea h2.kanagawa { background: url("../images/icon_14_kanagawa.gif") top left no-repeat; }
div.tatsujinWrap section.mainArea h2.toyama { background: url("../images/icon_18_toyama.gif") top left no-repeat; }
div.tatsujinWrap section.mainArea h2.gifu { background: url("../images/icon_21_gifu.gif") top left no-repeat; }
div.tatsujinWrap section.mainArea h2.aichi { background: url("../images/icon_23_aichi.gif") top left no-repeat; }
div.tatsujinWrap section.mainArea h2.kyoto { background: url("../images/icon_26_kyoto.gif") top left no-repeat; }
div.tatsujinWrap section.mainArea h2.hyogo { background: url("../images/icon_28_hyogo.gif") top left no-repeat; }
div.tatsujinWrap section.mainArea h2.okayama { background: url("../images/icon_33_okayama.gif") 0px 5px no-repeat; }
div.tatsujinWrap section.mainArea h2.hiroshima { background: url("../images/icon_34_hiroshima.gif") 0px 5px no-repeat; }
div.tatsujinWrap section.mainArea h2.ehime { background: url("../images/icon_38_ehime.gif") 0px 5px no-repeat; }
div.tatsujinWrap section.mainArea h2.kagoshima { background: url("../images/icon_46_kagoshima.gif") 0px 5px no-repeat; padding-left: 5.2em; }

div.tatsujinWrap section.mainArea h2::before {
	display: none;
}

article.tatsujin ul.profile-images {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
article.tatsujin ul.profile-images li {
	width: calc((100% - 20px) / 3);
	height: 280px;
	margin: 0;
	padding: 0;
	border: 1px solid #D9D9D9;
	background-image: url("../images/hokennotatujin.png");
	background-size: 70%;
	background-repeat: no-repeat;
	background-position: center;
}
article.tatsujin ul.profile-images li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

div.basicBox {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}
div.basicBox div {
	width: calc((100% - 20px) / 3);
	margin: 0;
	padding: 0;
	border: 1px solid #D9D9D9;
	box-sizing: border-box;
}
div.basicBox div p {
	margin: 0;
	padding: 0;
	line-height: 1.7;
	font-size: 14px;
}
div.basicBox div.basic {
	padding: 0;
	border: none;
}
div.basicBox div.basic-profile {
	width: 100%;
	padding: 1.4em 2em 1em;
	background: #FCF9F2;
}
div.basicBox div.basic-profile h3 {
	margin: 0;
	padding: .5em 0 0;
	border: none;
	font-size: 28px;
	font-weight: 400;
}
div.basicBox div.basic-profile p:first-of-type {
	font-size: 17px;
	line-height: 1.4;
	min-height: 2em;
}
div.basicBox div.basic-profile p:nth-of-type(2) {
	margin: -5px 0 0 0;
	padding: 0;
	font-size: 13px;
}
div.basicBox div.basic-profile p:nth-of-type(3) {
	padding: .5em 0 1em;
	font-size: 15px;
}
div.basicBox ul.licence {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
div.basicBox ul.licence li {
	width: calc((100% - 1px) / 2);
	margin: 1px 0 0 0;
	padding: .2em 0;
	font-size: 12px;
	color: #FFF;
	background: #6575DF;
	text-align: center;
}
div.basicBox ul.licence li.none {
	background-color: #CDD1EC;
}
div.basicBox div.ex {
	padding: 1em 2em;
}
div.basicBox div.eycatch {
	min-height: 358px;
}
div.basicBox div.eycatch img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

section.mainArea article section p.tatsujin-contact {
	padding: .5em 0;
}
p.tatsujin-contact a {
	display: block;
	width: 16.5em;
	margin: 0 0 0 auto;
	padding: .7em 0;
	font-size: 20px;
	text-align: center;
	background-color: #2F39C8;
	color: #FFF;
	text-decoration: none;
	border-radius: 8px;
	transition: opacity .3s ease;
}
p.tatsujin-contact a:hover {
	opacity: .6;
}
p.tatsujin-contact a i {
	margin-right: 6px;
}

section.mainArea article section form.tatsujin-contact {
	padding: .5em 0;
}
form.tatsujin-contact button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}
form.tatsujin-contact button {
	cursor: pointer;
}
form.tatsujin-contact button {
	display: block;
	width: 16.5em;
	margin: 1em 0 1em auto;
	padding: .7em 0;
	font-size: 20px;
	text-align: center;
	background-color: #2F39C8;
	color: #FFF;
	text-decoration: none;
	border-radius: 8px;
	transition: opacity .3s ease;
}
form.tatsujin-contact button:hover {
	opacity: .6;
}


/* 達人プロフィール */
section.mainArea div.details h3,
section.mainArea div.office h3,
section.mainArea div.shop-info h3 {
	position: relative;
	border-bottom: none;
	font-size: 20px;
}
section.mainArea div.details h3 span,
section.mainArea div.office h3 span,
section.mainArea div.shop-info h3 span {
	margin-top: -5px;
	font-size: 14px;
}

div.details table {
	width: 100%;
	margin-bottom: 50px;
	font-size: 14px;
	line-height: 1.7;
	border-top: 1px solid #D9D9D9;
	border-left: 1px solid #D9D9D9;
	box-sizing: border-box;
}
div.details table th {
	margin: 0;
	padding: 1.5em 1.5em 1.5em 4em;
	font-weight: normal;
	text-align: right;
	border-bottom: 1px solid #D9D9D9;
	border-right: 1px solid #D9D9D9;
	background: #FCF9F2;
	white-space: nowrap;
	box-sizing: border-box;
}
div.details table td {
	margin: 0;
	padding: 1.5em 1.7em 1.5em 1.5em;
	border-bottom: 1px solid #D9D9D9;
	border-right: 1px solid #D9D9D9;
	box-sizing: border-box;
}

/* メッセージ・オフィス情報*/
section.mainArea div.office h3 {
	padding-top: 45px;
}
section.mainArea div.office h3::after {
	position: absolute;
	top: 0;
	right: 0;
	content: '';
	width: 96px;
	height: 118px;
	background: url("../images/illust_2ojigi.png") no-repeat;
	background-size: cover;
}
div.officeBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
div.movie {
	width: calc(50% - 30px);
	min-height: 380px;
	border: 1px solid #D9D9D9;
	background: #F0F0F0;
	display: flex;
	justify-content: center;
	align-items: center;
}
div.movie iframe {
	width: 100%;
}
div.movie p.noimage {
	margin: -20px 0 0 0;
	padding: 0;
	text-align: center;
	font-weight: 600;
}
div.movie p.noimage img {
	width: 76px;
	height: auto;
}
div.office table {
	width: 50%;
	font-size: 14px;
	line-height: 1.5;
	border-top: 1px solid #D9D9D9;
}
div.office table th {
	margin: 0;
	width: 10em;
	padding: .8em;
	font-weight: normal;
	text-align: right;
	border-bottom: 1px solid #D9D9D9;
	white-space: nowrap;
	box-sizing: border-box;
}
div.office table td {
	margin: 0;
	padding: .8em .8em .8em 1em;
	border-bottom: 1px solid #D9D9D9;
	box-sizing: border-box;
}
div.office table td a {
	color: #222;
	transition: opacity .3s ease;
}
div.office table td a:hover {
	opacity: .4;
}

/* 店舗情報 */
div.infoBox {
	display: flex;
	padding-bottom: 15px;
	flex-wrap: wrap;
	justify-content: space-between;
}
div.infoBox table {
	width: calc(50% - 15px);
	border-top: 1px solid #D9D9D9;
	margin-bottom: 35px;
	font-size: 14px;
}
div.infoBox table caption {
	margin-bottom: .5em;
	font-size: 16px;
	font-weight: 600;
	text-align: left;
}
div.infoBox table th {
	width: 9em;
	margin: 0;
	padding: .8em;
	font-weight: normal;
	text-align: right;
	border-bottom: 1px solid #D9D9D9;
	white-space: nowrap;
	box-sizing: border-box;
}
div.infoBox table td {
	margin: 0;
	padding: .8em .8em .8em 1em;
	border-bottom: 1px solid #D9D9D9;
	box-sizing: border-box;
}


/* 達人一覧に戻る */
p.back-to-list {
	text-align: center;
	margin-bottom: 100px;
}
p.back-to-list i {
	margin-right: 6px;
}
p.back-to-list a {
	color: #222;
	transition: opacity .3s ease;
}
p.back-to-list a:hover {
	opacity: .4;
}


/* -----------------------------------------------
   保険の達人 都道府県別一覧ページ
-------------------------------------------------- */
div.area-list {
	position: relative;
}
div.area-list section.mainArea h2 {
	border-bottom: none;
	
	min-height: 105px;
	margin-bottom: 10px;
	padding: 1.8em 0 0 5.5em;
}
div.area-list section.mainArea p.area-catch {
	position: absolute;
	margin: 0;
	padding: 1.4em 0;
	top: 5px;
	right: 105px;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-size: 19px;
	line-height: 1.2;
	font-style: normal;
	text-align: right;
}
div.area-list section.mainArea p.area-catch span {
	font-size: 1.3em;
}
div.area-list section.mainArea p.area-catch::after {
	position: absolute;
	width: 51px;
	height: 110px;
	top: 8px;
	right: -82px;
	content: '';
	background-image: url("../images/illust_sagasu.png");
	background-size: cover;
}

article.tatsujin-excerpt {
	display: flex;
	margin-bottom: 30px;
	padding: 30px;
	box-sizing: border-box;
	border: 1px solid #D9D9D9;
	align-items: center;
}
article.tatsujin-excerpt:last-of-type {
	margin-bottom: 80px;
}

article.tatsujin-excerpt div.profile-image {
	width: 322px;
	height: auto;
	margin-right: 30px;
	border: 1px solid #D9D9D9;
}
article.tatsujin-excerpt div.profile-image img {
	width: 320px;
}
div.area-list article.tatsujin-excerpt h3 {
	margin: 0;
	padding: 0;
	font-size: 1.8em;
	font-weight: 400;
	border-bottom: none;
}
div.area-list article.tatsujin-excerpt h3 span {
	display: inline-block;
	color: #222;
	margin-left: 1.4em;
	font-size: .5em;
	font-family: "Noto Sans JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
}
div.area-list article.tatsujin-excerpt h3 a,
div.area-list article.tatsujin-excerpt p:last-of-type a {
	color: #222;
	transition: opacity .3s ease;
}
div.area-list article.tatsujin-excerpt h3 a:hover,
div.area-list article.tatsujin-excerpt p:last-of-type a:hover {
	opacity: .5;
}
div.area-list article.tatsujin-excerpt h3 + p {
	margin: .2em 0 0 0;
	padding: 0;
}
div.area-list article.tatsujin-excerpt h4 {
	margin: 24px 0 0 0;
	padding: 24px 0 0 0;
	border-top: 1px solid #2D31CB;
	font-weight: 400;
	font-size: 18px;
}
div.area-list article.tatsujin-excerpt h4 + p {
	margin: .5em 0 0 0;
	padding: 0;
	line-height: 1.5;
	text-align: justify;
}
div.area-list article.tatsujin-excerpt p:last-of-type {
	text-align: right;
}
div.area-list article.tatsujin-excerpt p:last-of-type i {
	margin-right: 4px;
}


/* -----------------------------------------------
   保険の達人 全国一覧ページ
-------------------------------------------------- */
div.area-list-all section.mainArea {
	width: 100%;
	border-top: 3px solid #2F39C8;
}
div.area-list-all section.mainArea h2 {
	margin-bottom: 20px;
}
div.area-list-all section.mainArea h2 + p {
	margin: 0;
	padding: 0;
	text-align: center;
}
div.area-list-all section.mainArea h2 + p img {
	width: 840px;
}
div.area-list-all section.mainArea ul {
	margin: -1.5em 0 40px;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
}
div.area-list-all section.mainArea li {
	padding: .2em 1em;
	font-size: 15px;
	border-right: 1px solid #CBCBCB;
	line-height: 1;
}
div.area-list-all section.mainArea li:last-of-type {
	border-right: none;
}
div.area-list-all section.mainArea li a {
	color: #222;
	transition: opacity .3s ease;
}
div.area-list-all section.mainArea li a:hover {
	opacity: .4;
}

div.area-list-all article.area {
	display: flex;
	flex-wrap: wrap;
}
div.area-list-all article.area h3 {
	width: 100%;
	min-height: 93px;
	margin: 0 0 10px;
	padding: 1em 7.5em;
	border-bottom: none;
	box-sizing: border-box;
}
div.area-list-all article.hokkaido-tohoku h3 {
	background: url("../images/bg_area_hokkaido.gif") top left no-repeat;
}
div.area-list-all article.kanto h3 {
	background: url("../images/bg_area_kanto.gif") top left no-repeat;
}
div.area-list-all article.hokuriku h3 {
	background: url("../images/bg_area_hokuriku.gif") top left no-repeat;
}
div.area-list-all article.tokai h3 {
	background: url("../images/bg_area_tokai.gif") top left no-repeat;
}
div.area-list-all article.kinki h3 {
	background: url("../images/bg_area_kinki.gif") top left no-repeat;
}
div.area-list-all article.chugoku h3 {
	background: url("../images/bg_area_chugoku.gif") top left no-repeat;
}
div.area-list-all article.shikoku h3 {
	background: url("../images/bg_area_shikoku.gif") top left no-repeat;
}
div.area-list-all article.kyushu-okinawa h3 {
	background: url("../images/bg_area_kyushu.gif") top left no-repeat;
}

div.area-list-all p.gotop {
	margin: 0 0 50px 0;
	padding: 0;
	font-size: 14px;
	text-align: right;
}
div.area-list-all p.gotop i {
	margin-right: 3px;
}
div.area-list-all p.gotop a {
	color: #222;
	transition: opacity .3s ease;
}
div.area-list-all p.gotop a:hover {
	opacity: .4;
}

article.area a {
	display: block;
	width: calc((100% - 60px) / 3);
	margin-bottom: 30px;
	margin-right: 30px;
	text-decoration: none;
	color: #222;
	transition: background .3s ease;
}
article.area a:hover {
	background: #F5F5F5;
}
article.area a:nth-of-type(3n) {
	margin-right: 0;
}
div.tatsujin-card {
	width: 100%;
	height: 100%;
	padding: 20px;
	border: 1px solid #D9D9D9;
	border-top: 2px solid #2D31CB;
	box-sizing: border-box;
	
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
div.tatsujin-card div.face img {
	width: 100px;
	height: auto;
	border: 1px solid #D9D9D9;
	object-fit: cover;
}
div.tatsujin-card div.info {
	width: calc(100% - 120px);
}
div.tatsujin-card div.info p {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.2;
}
div.tatsujin-card div.info p:first-of-type {
	display: inline-block;
	padding: .3em .8em .4em;
	font-size: 12px;
	background: #AAA;
	color: #FFF;
}
article.hokkaido-tohoku div.tatsujin-card div.info p:first-of-type {
	background: #15B7F1;
}
article.kanto div.tatsujin-card div.info p:first-of-type {
	background: #0B92F2;
}
article.hokuriku div.tatsujin-card div.info p:first-of-type {
	background: #97D107;
}
article.tokai div.tatsujin-card div.info p:first-of-type {
	background: #ABE456;
}
article.kinki div.tatsujin-card div.info p:first-of-type {
	background: #EBBC00;
}
article.chugoku div.tatsujin-card div.info p:first-of-type {
	background: #FF8200;
}
article.shikoku div.tatsujin-card div.info p:first-of-type {
	background: #FF5E54;
}
article.kyushu-okinawa div.tatsujin-card div.info p:first-of-type {
	background: #FA3232;
}

div.tatsujin-card div.info h4 {
	margin: .2em 0 .3em;
	padding: 0;
	font-size: 20px;
	font-weight: 400;
	text-decoration: underline;
}
div.tatsujin-card p.ex {
	margin: .7em 0 0 0;
	font-size: 14px;
	line-height: 1.5;
	text-align: justify;
}
