@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');

div.breadcrumb,
div.mainWrap {
	width: 1100px;
	margin: 0 auto;
}
div.mainWrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

/* パンくずリスト */
div.breadcrumb ol {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	font-size: 13px;
	list-style-type: none;
}
div.breadcrumb ol li {
	position: relative;
	margin: 1.6em 2em 1.5em 0;
}
div.breadcrumb ol li::after {
	display: block;
	position: absolute;
	top: 4px;
	right: -18px;
	font-size: 12px;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f054";
	color: #222;
}
div.breadcrumb ol li:last-of-type::after {
	display: none;
}
div.breadcrumb ol li a {
	color: #222;
	opacity: 1;
	transition: opacity .3s ease;
}
div.breadcrumb ol li a:hover {
	opacity: .4;
}
div.breadcrumb ol li a.current {
	text-decoration: none;
}


/* -----------------------------------------------
   本文エリア
-------------------------------------------------- */
section.mainArea {
	width: 824px;
	border-top: 3px solid #2F39C8;
}
section.mainArea h2 {
	margin: 0 0 2em;
	padding: .9em 0 1.1em .8em;
	border-bottom: 1px solid #D9D9D9;
	font-size: 20px;
	font-weight: 600;
	position: relative;
	box-sizing: border-box;
}
section.mainArea h2::before {
	display: block;
	position: absolute;
	content: "";
	width: 4px;
	height: 1em;
	top: calc(50% - 0.55em);
	left: 0;
	background: #2D31CB;
}

section.mainArea a {
	color: #222;
	opacity: 1;
	transition: opacity .3s ease;
}
section.mainArea a:hover {
	opacity: .4;
}

section.mainArea article {
	
}
section.mainArea article h3 {
	margin: 0;
	padding: 0 0 1em;
	font-size: 18px;
	border-bottom: 1px solid #D9D9D9;
}
section.mainArea article h3 span {
	display: block;
	font-size: .8em;
	color: #ADADAD;
	font-family: "Outfit", serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
}
section.mainArea article section {
	padding: 1em 0 1.5em;
	font-size: 16px;
	line-height: 1.7;
	text-align: justify;
	text-justify: inter-ideograph;
}
section.mainArea article section p {
	margin: 1em 0;
	padding: 0;
}


/* ニュースリリース */
/* 一覧ページ */
.sub section.news {
}
.sub section.news h2 + p {
	position: relative;
	margin: 0 0 1.5em;
	padding: 0 0 150px;
	font-size: 16px;
	border-bottom: 1px dotted #C9C9C9;
}
.sub section.news h2 + p::after {
	position: absolute;
	display: block;
	content: '';
	width: 90px;
	height: 170px;
	top: -10px;
	right: 30px;
	background-image: url("../images/top_news_image.png");
	background-size: contain;
	background-repeat: no-repeat;
}
.sub section.news ul {
	margin: 0;
	padding: 0;
}
.sub section.news li {
	display: flex;
	list-style-type: none;
	margin: 0;
	padding: 1.5em 0 1.8em;
	border-bottom: 1px dotted #CCC;
}
.sub section.news li:first-of-type {
	padding-top: .2em;
}
.sub section.news li span {
	display: block;
	width: 6.5em;
	font-size: 18px;
	font-family: "Outfit", serif;
	font-weight: 300;
}
.sub section.news li a {
	display: block;
	color: #222;
	transition: opacity .3s ease;
	flex: 1;
}
.sub section.news li a:hover {
	opacity: 0.5;
}

div.archive-pagination {
	position: relative;
	display: flex;
	justify-content: center;
	margin: 2em 0;
	font-size: 18px;
}
div.archive-pagination a,
div.archive-pagination span.current {
	display: inline-block;
	margin: 0 5px;
	border: 2px solid #222;
	border-radius: 2px;
	padding: .2em .7em .3em;
	text-decoration: none;
	font-weight: 600;
	transition: background .3s ease;
}
div.archive-pagination span.current {
	opacity: .4;
}
div.archive-pagination span.dots {
	padding: .2em .5em .3em;
}
div.archive-pagination a:hover,
div.archive-pagination a:active{
	background: #F5F5F5;
	color: #222;
}


/* よくある質問 */
.sub section.faq h2 + p {
	position: relative;
	margin: 0 0 1.5em;
	padding: 0 220px 150px 0;
	font-size: 16px;
	border-bottom: 1px dotted #C9C9C9;
	box-sizing: border-box;
}
.sub section.faq h2 + p::after {
	position: absolute;
	display: block;
	content: '';
	width: 80px;
	height: 190px;
	top: -5px;
	right: 30px;
	background-image: url("../images/top_faq_image.png");
	background-size: contain;
	background-repeat: no-repeat;
}
.sub section.faq ul {
	margin: 0;
	padding: 0;
}
.sub section.faq li {
	display: flex;
	list-style-type: none;
	margin: 0;
	padding: 1.5em 0;
	border-bottom: 1px dotted #CCC;
	align-items: flex-start;
}
.sub section.faq li:first-of-type {
	padding-top: .2em;
}
.sub section.faq li span {
	display: block;
	width: 2em;
	margin: -3px 15px 0 0;
	padding: .4em 0 .5em;
	font-size: 18px;
	color: #FFF;
	background: #1F2485;
	font-family: "Outfit", serif;
	font-weight: 400;
	text-align: center;
	line-height: 1;
	box-sizing: border-box;
}
.sub section.faq li a {
	display: block;
	color: #222;
	transition: opacity .3s ease;
	flex: 1;
}
.sub section.faq li a:hover {
	opacity: 0.5;
}

section.mainArea article.sub-faq h3 {
	position: relative;
	padding-left: 2.6em;
}
section.mainArea article.sub-faq h3::before {
	display: block;
	position: absolute;
	content: "Q";
	padding: .3em .5em .4em .5em;
	line-height: 1;
	background: #1F2485;
	font-family: "Outfit", serif;
	font-size: 20px;
	font-weight: 400;
	color: #FFF;
	top: -2px;
	left: 0;
	box-sizing: content-box;
}
section.mainArea article.sub-faq section {
	position: relative;
	padding-left: 3em;
}
section.mainArea article.sub-faq section::before {
	display: block;
	position: absolute;
	content: "A";
	padding: .3em .55em .4em;
	line-height: 1;
	background: #DD131E;
	font-family: "Outfit", serif;
	font-size: 20px;
	font-weight: 400;
	color: #FFF;
	top: 1.4em;
	left: 0;
	box-sizing: content-box;
}


/* 前・次の記事へ */
ul.pagenation {
	margin: .5em 0 5em;
	padding: 1em 0 0;
	border-top: 1px solid #D9D9D9;
	
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	box-sizing: border-box;
}
ul.pagenation li {
	position: relative;
	width: 33%;
	margin: 0;
	padding: 0;
	font-size: 14px;
	list-style-type: none;
	box-sizing: border-box;
}
ul.pagenation li.prev {
	padding-left: 1.8em;
}
ul.pagenation li.list {
	text-align: center;
}
ul.pagenation li.next {
	text-align: right;
	padding-right: 1.8em;
}
ul.pagenation li a {
	color: #222;
	transition: opacity .3s ease;
}
ul.pagenation li a:hover {
	opacity: .5;
}
ul.pagenation li.prev a::after,
ul.pagenation li.next a::after {
	display: block;
	position: absolute;
	font-size: 19px;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	color: #222;
}
ul.pagenation li.prev a::after {
	top: 1px;
	left: 0px;
	content: "\f0a8";
}
ul.pagenation li.next a::after {
	top: 1px;
	right: 0px;
	content: "\f0a9";
}


/* 無料相談申し込み */
div.contact section.mainArea,
div.thanks section.mainArea {
	width: 100%;
}
div.contact section.mainArea h2 {
	margin-bottom: 1.5em;
}
div.contact ul.wp-block-list {
	margin: 0 0 2.5em 2em;
	padding: 0;
	line-height: 1.7;
	font-size: 15px;
}
div.contact ul.wp-block-list li {
	margin-bottom: .2em;
}
div.contact ul.wp-block-list li.essential strong {
	display: inline-block;
	margin-right: 3px;
	padding: 0 .8em 0 1em;
	background: #FF4F52;
	color: #FFF;
	font-size: 14px;
	border-radius: 4px;
	letter-spacing: 2px;
}
div.contact section.mainArea a {
	color: #222;
	transition: opacity .3s ease;
}
div.contact section.mainArea a:hover {
	opacity: .4;
}

table.CF7_table {
	font-size: 16px;
	border-top: 1px solid #D9D9D9;
}
table.CF7_table th {
	position: relative;
	padding: 1.4em 5em 1.4em 1.4em;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #D9D9D9;
	white-space: nowrap;
}
table.CF7_table th span {
	position: absolute;
	top: 1.5em;
	right: 0;
	padding: .2em .8em .3em;
	background: #BBB;
	color: #FFF;
	font-size: 14px;
	letter-spacing: 2px;
	border-radius: 4px;
}
table.CF7_table th span.reqd {
	background: #FF4F52;
}
table.CF7_table td {
	padding: 1.1em 1.4em;
	border-bottom: 1px solid #D9D9D9;
}

table.CF7_table td.date {
	display: flex;
	justify-content: flex-start;
}
table.CF7_table td.date div.wrap {
	margin-right: 10px;
	width: fit-content;
}
table.CF7_table td p {
	margin: .5em 0 0 0;
	padding: 0;
	line-height: 1.4;
	font-size: 14px;
	color: #4D4D4D;
}
table.CF7_table td.date {
}
table.CF7_table td.checkbox {
	line-height: 2.5;
}

table.CF7_table + p {
	margin: 30px 0;
	text-align: center;
	line-height: 1.5;
}
p#check {
	padding: 1.5em 0;
	border: 2px solid #CCC;
	background: #F5F5F5;
	text-align: center;
}
p#submit {
	margin: 2em 0 5em;
	text-align: center;
}


/* 固定ページ共通 */
.heart section.mainArea h2,
.products section.mainArea h2,
.support section.mainArea h2,
.basic section.mainArea h2 {
	margin: 0 0 1em 0;
}
.heart section.mainArea p,
.products section.mainArea p,
.support section.mainArea p,
.basic section.mainArea p {
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 1.7;
}
.heart section.mainArea h3,
.support section.mainArea h3,
.basic section.mainArea h3 {
	margin: 3em 0 1em;
	padding-top: .9em;
	border-top: 2px solid #2d31cb;
}
.heart section.mainArea h3 + p {
	margin-top: 0;
}
.heart .catch-img + p {
	margin-top: -1.5em;
}


/* 固定ページ 私たちにできること */
.heart .seivice {
	display: flex;
	justify-content: space-between;
	margin-top: 95px;
}
.heart .seivice dl {
	position: relative;
	width: calc((100% - 40px) / 3);
	border: 1px solid #E0E0E0;
	border-top: 2px solid #414AD1;
	line-height: 1.7;
	padding: .9em 1em;
	box-sizing: border-box;
	text-align: justify;
	text-justify: inter-ideograph;
}
.heart .seivice dt {
	font-weight: 600;
	margin-bottom: .6em;
}
.heart .seivice dd {
	margin: 0;
	padding: 0;
	font-size: 14px;
}
.heart .seivice dl::before {
	display: block;
	content: '';
	width: 49px;
	height: 85px;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: -85px;
	right: 5px;
	
}
.heart .seivice dl:first-of-type::before {
	background-image: url("../images/illust_man_point.png");
}
.heart .seivice dl:nth-of-type(2)::before {
	width: 47px;
	height: 84px;
	background-image: url("../images/illust_ladysmile.gif");
	top: -86px;
}
.heart .seivice dl:nth-of-type(3)::before {
	width: 43px;
	height: 89px;
	background-image: url("../images/illust_ladydouzo.gif");
	top: -91px;
	right: 15px;
}

.heart .flow {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: flex-start;
}
.heart .flow img {
	width: 350px;
	height: auto;
	margin-top: 3px;
}
.heart .flow ol {
	width: calc(100% - 400px);
	margin: 0 0 0 1.5em;
	padding: 0;
	box-sizing: border-box;
}
.heart .flow li {
	margin: 0 0 1em 0;
	padding: 0;
	line-height: 1.5;
	text-align: justify;
	text-justify: inter-ideograph;
}
.heart .flow li:last-of-type {
	margin-bottom: 0;
}
.heart .flow li::after {
  display: block;
  content: '';
  width: 28.3px;
  height: 24px;
  margin: 0 auto;
  margin-top: 1em;
  background: #c5c5c5;
  clip-path: polygon(0 41.1%, 28.8% 41.1%, 28.8% 0, 71.2% 0, 71.2% 41.1%, 100% 41.1%, 50% 100%);
}
.heart .flow li:last-of-type::after {
	display: none;
}


/* 固定ページ 保険の達人はここが違う */
.products section.mainArea figure + h3 {
	margin: -160px 0 25px 10px;
	border-bottom: none;
	line-height: 1.5;
	font-size: 1.3em;
	
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
}
.products section.mainArea h3.midashi {
	display: flex;
	width: 100%;
	margin: 2em 0 0;
	padding: 43px 0 75px 65px;
	background: url("../images/img_products_midashi.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	border-bottom: none;
	box-sizing: border-box;
	font-size: 1.3em;
	
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
}
.products section.mainArea h3.midashi span {
	display: block;
	box-sizing: border-box;
	
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
}
.products section.mainArea h3.midashi span:first-of-type {
	margin-top: -3px;
	margin-right: 30px;
	color: #FFF;
	font-size: .7em;
}
.products section.mainArea h3.midashi span:first-of-type strong {
	font-size: 1.4em;
	font-weight: 400;
	margin-left: -2px;
}
.products section.mainArea h3.midashi span:last-of-type {
	color: #222;
	font-size: 1em;
	font-weight: 600;
}
.products section.mainArea h3.midashi span:last-of-type strong {
	font-size: 1.4em;
}
.products section.mainArea h3.midashi:nth-of-type(3) span:last-of-type,
.products section.mainArea h3.midashi:nth-of-type(4) span:last-of-type {
	margin-top: -9px;
}
.products section.mainArea h3.midashi:nth-of-type(4) span:last-of-type strong {
	margin: 0 4px;
}
.products section.mainArea h3.midashi + p {
	margin: -.4em 1.2em 0;
	padding: 0;
}
.products section.mainArea h3.midashi:last-of-type + p {
	margin-bottom: 80px;
}


/* 固定ページ 保険の達人について */
.support section.mainArea figure + h3 {
	margin: -132px 0 10px 10px;
	border-bottom: none;
	line-height: 1.5;
	font-size: 1.3em;
	
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
}
.support section.mainArea .kodawari {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.support section.mainArea .kodawari img {
	width: 340px;
	height: auto;
}
.support section.mainArea .kodawari p {
	width: calc((100% - 340px) - 30px);
	margin-top: -5px;
	line-height: 1.7
}

.support h4 {
	position: relative;
	margin: 50px 0 0 0;
	padding: 1.5em 0 1.7em;
	border-top: 1px solid #C0C0C0;
	font-size: 1.3em;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
.support h4:first-of-type {
	margin-top: 0;
	padding-top: .4em;
	border-top: none;
}
.support h4::after {
	display: block;
	position: absolute;
	content: '01';
	top: -2px;
	right: 0;
	
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: #E2E2E2;
	font-size: 3em;
}
.support h4:first-of-type::after {
	top: -8px;
}
.support h4:nth-of-type(2)::after {
	content: '02';
}
.support h4:nth-of-type(3)::after {
	content: '03';
}

.support section.mainArea .mdrt {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-direction: row-reverse;
	margin-bottom: 50px;
}
.support section.mainArea .mdrt img {
	width: 310px;
	margin-top: 10px;
	border: 5px solid #EFEEED;
}
.support section.mainArea .mdrt p {
	width: calc((100% - 320px) - 20px);
	line-height: 1.7;
	margin-top: .2em;
}


/* 固定ページ 保険の基礎知識 */
.basic section.mainArea figure + ul {
	margin: -25px 100px 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
.basic section.mainArea figure + ul li {
	display: inline-block;
	margin-bottom: .2em;
	padding: 0 12px 3px 10px;
	border-right: 1px solid #CBCBCB;
}
.basic section.mainArea figure + ul li:nth-of-type(2),
.basic section.mainArea figure + ul li:last-of-type {
	border-right: none;
}

.basic div.basic-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.basic div.basic-header img {
	width: 360px;
}
.basic div.basic-header p {
	width: calc((100% - 360px) - 22px);
	margin: 0;
	padding: 1em 1.2em 1.2em;
	border: 1px solid #E0E0E0;
	line-height: 1.4;
	box-sizing: border-box;
	position: relative;
}
.basic div.basic-header p::after {
	display: block;
	position: absolute;
	content: '';
	width: 100%;
	min-height: 166px;
	bottom: -159px;
	left: 0;
	background-image: url("../images/illust_fukidashi_bottom.png");
	background-size: 100%;
	background-repeat: no-repeat;
}

.basic section.mainArea h4 {
	margin: 2.8em 0 .8em;
	padding: 0;
	font-size: 16px;
}
.basic section.mainArea p.gotop {
	text-align: right;
	font-size: 14px;
}
.basic section.mainArea p.gotop i {
	margin-right: 5px;
}
.basic section.mainArea p.gotop:last-of-type {
	margin-bottom: 60px;
}

.basic table.hoken {
	width: 100%;
	font-size: 14px;
	line-height: 1.5;
	margin-top: 20px;
	border-top: 1px solid #D9D9D9;
	border-left: 1px solid #D9D9D9;
	box-sizing: border-box;
}
.basic section.mainArea h4 + table.hoken {
	margin-top: 0;
}
.basic table.hoken th {
	width: 12em;
	padding: 1em 1.2em;
	text-align: right;
	background: #F6F6F6;
	border-right: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
	white-space: nowrap;
	font-weight: 500;
}
.basic table.hoken td {
	padding: 1em 1.2em;
	border-right: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
}

.basic section.mainArea p.ranking {
	margin-bottom: 0;
	text-align: center;
}
.basic section.mainArea p.ranking img {
	width: 440px;
	height: auto;
}


/* 固定ページ プライバシーポリシー・利用規約 */
.privacy section.mainArea h2,
.terms section.mainArea h2 {
	margin: 0 0 1.5em 0;
}
.privacy section.mainArea p,
.terms section.mainArea p {
	margin: 1.5em 0 2.5em;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 1.5;
	font-size: 15px;
}
.privacy section.mainArea h2 + p,
.terms section.mainArea h2 + p {
	margin: 1.5em 0 2em;
}
.privacy section.mainArea h3,
.terms section.mainArea h3 {
	margin: 0;
	padding: 0 0 .6em;
	font-size: 16px;
}

.privacy section.mainArea ul {
	margin: -1.2em 0 2.5em 2.3em;
	padding: 0;
	list-style-type: disc;
	font-size: 15px;
}
.privacy section.mainArea ul li {
	margin-bottom: 0;
	text-align: justify;
	text-justify: inter-ideograph;
}

.terms section.mainArea ol {
	margin: 1.5em 0 2.5em 1.6em;
	padding: 0;
	line-height: 1.5;
	font-size: 15px;
}
.terms section.mainArea ol li {
	margin-bottom: .8em;
	text-align: justify;
	text-justify: inter-ideograph;
}
.terms section.mainArea ol li ol {
	margin: .5em 0 1em 1.6em;
}
.terms section.mainArea li ol li {
	margin-bottom: 0;
}
.terms section.mainArea ol ul {
	margin: .5em 0 1em 	1.5em;
	padding: 0;
	list-style-type: none;
	line-height: 1.5;
}
.terms section.mainArea ol ul li {
	margin: 0 0 .4em;
	text-indent: -1.5em;
}
.terms section.mainArea ol.others {
	margin-top: -1em;
	margin-bottom: 0;
}
.terms section.mainArea ol.others li {
	margin-bottom: .2em;
}

/* 固定ページ 企業広告募集要項 */
.adsense section.mainArea h2 {
	margin: 0 0 1.5em 0;
}
.adsense  section.mainArea p {
	margin: 1.5em 0 2.5em;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 1.5;
	font-size: 16px;
}
.adsense  section.mainArea p.return {
	margin-top: -.5em;
}
.adsense  section.mainArea p.return i {
	margin-right: 2px;
}


/* 固定ページ 保険商品ランキング */
div.ranking section.mainArea {
	width: 100%;
}
div.ranking section.mainArea h2 {
	margin: 0;
	padding: 0;
	border: none;
}
div.ranking section.mainArea h2 img {
	width: 100%;
}
div.ranking section.mainArea h2 + p {
	position: relative;
	margin: 1.5em 0 6em;
	padding: 0;
	font-size: 15px;
	line-height: 1.7;
}
div.ranking section.mainArea h2 + p::after {
	position: absolute;
	content: '';
	width: 88px;
	height: 205px;
	top: -20px;
	right: 120px;
	background: url("../images/illust_ladydouzo_shadow.png");
	background-size: contain;
}

div.ranking section.mainArea .wp-block-group-is-layout-constrained {
	width: 100%;
	margin-bottom: 60px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
div.ranking section.mainArea .wp-block-lazyblock-ranking {
	width: calc((100% - 50px) / 3);
	margin-bottom: 30px;
	display: flex;
	flex-direction: column;
}
div.ranking section.mainArea .wp-block-lazyblock-ranking h3 {
	margin: 0;
	padding: 0;
}
div.ranking section.mainArea .wp-block-lazyblock-ranking h3 img {
	width: 100%;
}
div.ranking section.mainArea .ranking-body {
	padding: 1em;
	border: 1px solid #D9D9D9;
	border-top: none;
	box-sizing: border-box;
	flex-grow: 1;
}
div.ranking section.mainArea .ranking-body p {
	margin: 0;
	padding: 0 0 1em 0;
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	border-bottom: 1px solid #D9D9D9;
}
div.ranking section.mainArea .ranking-body p + p {
	margin: 1em 0;
	border: none;
	font-weight: 400;
}
div.ranking section.mainArea .ranking-body ul {
	margin: .8em 1.2em .3em;
	padding: 0;
	list-style-type: none;
	font-size: 15px;
}
div.ranking section.mainArea .ranking-body li {
	margin: 0;
	padding: 0 0 .5em;
	line-height: 1.2;
	position: relative;
}
div.ranking section.mainArea .ranking-body li span.company {
	display: block;
	font-size: .8em;
	font-weight: normal;
}
div.ranking section.mainArea .ranking-body li:first-of-type,
div.ranking section.mainArea .ranking-body li:nth-of-type(2),
div.ranking section.mainArea .ranking-body li:nth-of-type(3) {
	font-weight: bold;
	font-size: 17px;
	padding: .6em 0 .7em 4em;
}
div.ranking section.mainArea .ranking-body li:first-of-type::after {
	position: absolute;
	content: '';
	width: 58px;
	height: 54px;
	top: -4px;
	left: 5px;
	background: url("../images/ranking_gold.png") top left no-repeat;
	background-size: cover;
}
div.ranking section.mainArea .ranking-body li:nth-of-type(2)::after {
	position: absolute;
	content: '';
	width: 52px;
	height: 52px;
	top: -2px;
	left: 9px;
	background: url("../images/ranking_silver.png") top left no-repeat;
	background-size: cover;
}
div.ranking section.mainArea .ranking-body li:nth-of-type(3)::after {
	position: absolute;
	content: '';
	width: 52px;
	height: 50px;
	top: -2px;
	left: 9px;
	background: url("../images/ranking_bronze.png") top left no-repeat;
	background-size: cover;
}
div.ranking section.mainArea .ranking-body li:nth-of-type(3) {
	padding-bottom: 1em;
	border-bottom: 1px dotted #AAA;
}
div.ranking section.mainArea .ranking-body li:nth-of-type(4) {
	margin-top: 1em;
}
div.ranking section.mainArea .ranking-body li:nth-of-type(4),
div.ranking section.mainArea .ranking-body li:nth-of-type(5) {
	padding-left: 4.6em;
}
div.ranking section.mainArea .ranking-body li:nth-of-type(4)::after,
div.ranking section.mainArea .ranking-body li:nth-of-type(5)::after {
	position: absolute;
	padding: 10px 0 0 13px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	top: -2px;
	left: 17px;
	background-color: #505050;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	color: #FFF;
	box-sizing: border-box;
}
div.ranking section.mainArea .ranking-body li:nth-of-type(4)::after {
	content: '\34';
}
div.ranking section.mainArea .ranking-body li:nth-of-type(5) {
	margin-top: .5em;
}
div.ranking section.mainArea .ranking-body li:nth-of-type(5)::after {
	content: '\35';
	padding: 10px 0 0 14px;
}


/* 404 */
article.notfound {
	background: url("../images/illust_ojigi.png") top right no-repeat;
	background-position: top 30px right 60px;
	background-size: 20%;
}
article.notfound p {
	line-height: 1.7;
	margin-right: 300px;
}
article.notfound p:first-child {
	font-size: 1.3em;
	font-weight: bold;
}
article.notfound p.return {
	margin-top: 2em;
}


/* -----------------------------------------------
   サイドバー
-------------------------------------------------- */
section.sideArea {
	width: 246px;
}

div.latest {
	width: 100%;
}
div.latest h3 {
	margin: 0;
	padding: 1.5em;
	background: #2F39C8;
	color: #FFF;
	line-height: 1.4;
	font-size: 16px;
	box-sizing: border-box;
}
div.latest h3 span {
	display: block;
	font-size: .8em;
	font-weight: 400;
}
div.latest ul {
	margin: 0 0 15px;
	padding: 0;
	list-style-type: none;
	font-size: 14px;
}
div.latest ul li {
	margin-top: -1px;
	border: 1px solid #D9D9D9;
}
div.latest ul li a {
	position: relative;
	display: block;
	padding: 1em 2em 1.2em 1.2em;
	line-height: 1.5;
	box-sizing: border-box;
	color: #222;
	text-align: justify;
	text-justify: inter-ideograph;
	transition: background .3s ease;
}
div.latest ul li a:hover,
div.latest ul li a.current {
	background: #F5F5F5;
}
div.latest ul li a::after {
	display: block;
	position: absolute;
	font-size: 12px;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	color: #959595;
	top: calc(50% - 10px);
	right: 10px;
	content: "\f105";
}

ul.bnrs1,
ul.bnrs2 {
	margin: 0 0 15px;
	padding: 0;
}
ul.bnrs2 {
	margin-bottom: 50px;
}
ul.bnrs1 li,
ul.bnrs2 li {
	width: 100%;
	list-style-type: none;
}
ul.bnrs1 li:nth-of-type(2) {
	margin-top: -5px;
}
ul.bnrs2 li:nth-of-type(2) {
	margin-top: 5px;
}
ul.bnrs1 li img,
ul.bnrs2 li img {
	width: 100%;
	height: auto;
}
ul.bnrs1 li a,
ul.bnrs2 li a {
	transition: opacity .3s ease;
}
ul.bnrs1 li a:hover,
ul.bnrs2 li a:hover {
	opacity: .6;
}
ul.bnrs2 li:nth-of-type(3) {
	margin-top: 8px;
}
ul.bnrs2 li:nth-of-type(3) a {
	display: block;
	padding: 1em 1em 1.2em;
	background: #202881;
	color: #FFF;
	font-size: 16px;
	text-decoration: none;
	text-align: center;
	letter-spacing: 1px;
	line-height: 1;
	box-sizing: border-box;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
}

div.faq {
	width: 100%;
}
div.faq h3 {
	margin: 0;
	padding: .8em 1.2em;
	font-size: 14px;
	color: #FFF;
	background: #202881;
}
div.faq ul {
	margin: 0 0 15px 0;
	padding: 0;
	list-style-type: none;
}
div.faq li {
	margin: -1px 0 0 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.5;
	border: 1px solid #C5C5C5;
}
div.faq li a {
	display: block;
	position: relative;
	width: 100%;
	padding: .8em 1.5em 1em 2.5em;
	box-sizing: border-box;
	color: #222;
	text-align: justify;
	text-justify: inter-ideograph;
	transition: background .3s ease;
}
div.faq li a:hover,
div.faq ul li a.current {
	background: #F5F5F5;
}
div.faq ul li a::after {
	display: block;
	position: absolute;
	font-size: 14px;
	color: #222;
	top: .75em;
	left: 1.2em;
	content: "Q.";
}


/* サイトマップ */
div.sitemap ul.sitemap-main {
	margin: 0 2em 0;
	padding: 0;
	list-style-type: none;
}
div.sitemap ul.sitemap-main li {
	position: relative;
	margin: 0 0 2em;
	padding: 0 0 0 .8em;
	line-height: 1.7;
}
div.sitemap ul.sitemap-main li::before {
	position: absolute;
	content: '';
	width: 5px;
	height: 1px;
	border: 1px solid #000;
	top: 14px;
	left: 0;
}
div.sitemap ul.sitemap-main ul {
	margin-top: .5em;
	padding-left: 2.2em;
	list-style-type: none;
}
div.sitemap ul.sitemap-main ul li {
	margin: 0 0 .1em;
}


