@charset "UTF-8";

.mainContent {
	max-width: var(--main-width);
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	padding: 20px 90px 80px;
	border-radius: 20px;
	background-color: var(--base-color);
	box-shadow: var(--box-shadow-weak);
	font-size: 16px;
	line-height: 1.75;
}

.mainContent__inner {
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

.mainContent__inner.-lp {
	max-width: 980px;
}

.archiveContent .heading-primary:first-child {
	margin-top: 0;
}

.singleContent .heading-primary:first-child {
	margin-top: 0;
}

.singleContent-postMeta {
	display: flex;
	justify-content: flex-end;
	margin-top: -30px;
	color: #666;
	font-size: 13px;
}

.singleContent-postMeta__modifiedDate {
	margin-left: 1em;
}

.singleContent p {
	margin-top: 1em;
	margin-bottom: 1em;
}

.singleContent .heading-secondary + p {
	margin-top: 30px;
	margin-bottom: 30px;
}

.singleContent .heading-small + p {
	margin-top: 0;
}

.singleContent > *:not(.heading-primary):not(.heading-secondary) {
	margin-right: 20px;
	margin-left: 20px;
}

/* 投稿記事 */

body.single .singleContent__post h2 {
	position: relative;
	margin-top: 60px;
	margin-bottom: 30px;
	padding-bottom: 20px;
	padding-left: 10px;
	border-bottom: 4px solid #212121;
	font-weight: bold;
	font-size: 2.6rem;
	line-height: 1.385;
}

body.single .singleContent__post h2::before {
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 33%;
	height: 4px;
	background-color: #d5de0c;
	content: '';
}

body.single .singleContent__post h2 ~ h3 {
	margin-top: 40px;
}

body.single .singleContent__post h3 {
	display: flex;
	align-items: center;
	width: 100%;
	margin-top: 50px;
	margin-bottom: 30px;
	padding: 18px 12px;
	border: 1px solid #ccc;
	font-weight: bold;
	font-size: 2rem;
	line-height: 1.55556;
}

body.single .singleContent__post h3::before {
	width: 8px;
	height: 32px;
	margin-right: 1em;
	background-color: #d3dd00;
	content: '';
}

body.single .singleContent__post h4 {
	display: flex;
	width: 100%;
	margin-top: 40px;
	margin-bottom: 30px;
	padding: 10px 10px 10px 14px;
	border-left: 4px solid #d5de0c;
	background-color: rgb(242 242 242);
	color: rgb(51, 51, 51);
	font-size: 1.8rem;
	line-height: 1.5;
}
body.single .singleContent__post h5 {
	font-weight: 700;
	font-size: 1.7rem;
	margin-top: 40px;
	margin-bottom: 10px;
}
body.single .singleContent__post h6 {
	font-weight: 700;
	margin-top: 40px;
	margin-bottom: 10px;
}
body.single .singleContent__post h2,
body.single .singleContent__post h3,
body.single .singleContent__post h4,
body.single .singleContent__post h5,
body.single .singleContent__post h6 {
    clear: both;
}

body.single .singleContent__post img.alignnone {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

body.single .singleContent__post * + ul,
body.single .singleContent__post * + ol {
	margin-top: 1em;
}

body.single .singleContent__post li {
	margin-left: 1.3em;
	line-height: 1.5;
	list-style-position: inside;
	text-indent: -1.3em;
}

body.single .singleContent__post li + li {
	margin-top: 0.5em;
}

body.single .singleContent__post .blocks-gallery-grid li {
	margin-left: 0px;
	text-indent: 0px;
}

body.single .singleContent__post ul li {
	list-style-type: disc;
}

body.single .singleContent__post ol li {
	list-style-type: decimal;
}
body.single .singleContent__post a:hover{
	text-decoration: none;
}

/* 画像の回り込み(float) ///
---------------------------------------------- */

body.single .singleContent__post .alignright, body.single .singleContent__post .alignleft {
	margin-top: 0.5em;
	margin-bottom: 1.5em;
}
body.single .singleContent__post .alignright {
	margin-left: 1em;
	float: right;
}
body.single .singleContent__post .alignleft {
	margin-right: 1em;
	float: left;
}
body.single .singleContent__post .aligncenter {
	margin: 2.5em auto;
	display: block;
	text-align: center;
}

/* 目次出力プラグイン（Table of contents plus） 調整css */

#toc_container {
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}

#toc_container p.toc_title+ul.toc_list {
	margin-top: 0.25em;
}

#toc_container li {
	padding-left: 1em;
    font-size: 16px;
    text-indent: -1em;
}

.singleContent.-company .company__thumbnail {
	width: 200px;
	float: right;
}

.singleContent.-company .company__thumbnail figcaption {
	margin-top: 0.5em;
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
}

.singleContent.-company blockquote {
	margin-top: 2em;
	margin-bottom: 2em;
	font-weight: bold;
}

.singleContent.-company .company__list li + li {
	margin-top: 1em;
}

.singleContent.-company .company__list dt {
	display: inline-block;
	padding-right: 0.25em;
	padding-left: 0.25em;
	background-image: linear-gradient(to top, transparent 5%, var(--accent-color) 5%, var(--accent-color) 20%, var(--accent-color) 30%, transparent 30%);
	font-weight: bold;
}

.singleContent.-company .company__list dt::before {
	display: inline-block;
	margin-right: 0.75em;
	content: counter(i, decimal-leading-zero);
	text-align: right;
	counter-increment: i;
}

.singleContent.-company .company__list dd {
	margin-top: 0.25em;
	margin-left: 2.25em;
}

.singleContent.-company .flexGrid.-col2 {
	margin: -10px;
}

.singleContent.-company .flexGrid.-col2 > li {
	padding: 10px;
}

.singleContent.-couple [id="js-tksnCouple"] {
	margin-right: 0;
	margin-left: 0;
	line-height: 1.15;
}

.singleContent.-couple .tksnBox64 .des64img > a {
    height: 154px;
}

.singleContent.-family [id="js-tksnFamily"] {
	margin-right: 0;
	margin-left: 0;
	line-height: 1.15;
}

.singleContent.-family .tksnBox64 .des64img > a {
    height: 154px;
}

.primaryContent {
	position: relative;
	font-size: 16px;
	line-height: 1.75;
}

.primaryContent__header {
	height: 640px;
}
.singleContent.-oheyasagashi .primaryContent__header{
	margin-right: 0px;
    margin-left: 0px;
} 
.primaryContent .breadcrumb-wrap {
	position: absolute;
	width: 100%;
	transform: translateY(30px);
}

.primaryContent .breadcrumb {
	max-width: var(--main-width);
	margin-right: auto;
	margin-left: auto;
}

.primaryContent__headerBg {
	z-index: -1;
	position: absolute;
	width: 100%;
	height: 640px;
}

.primaryContent__headerBg > img {
	width: 100%;
	height: 100%;
	object-fit: none;
	object-position: 21.5% 40%;
}

.primaryContent__headerInner {
	max-width: var(--main-width);
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 70px;
	padding-bottom: 70px;
}

.primaryContent__headerMain {
	display: table;
	height: 100%;
	padding: 60px;
	padding-bottom: 50px;
	border-radius: 10px;
	background-color: rgba(255, 255, 255, 0.9);
	text-align: center;
}

.primaryContent__title {
	font-weight: 900;
	font-size: 48px;
	line-height: 1.125;
	letter-spacing: -0.03em;
}

.primaryContent__title::before {
	display: block;
	width: 114px;
	height: 97px;
	margin-right: auto;
	margin-bottom: 22px;
	margin-left: auto;
	background-image: url(/wp/wp-content/themes/friend-home/chintai/images/oheyasagashi/icon.svg);
	background-size: 114px 97px;
	content: '';
}

.primaryContent__title::first-line {
	letter-spacing: -0.05em;
}

.primaryContent__headerText {
	margin-top: 25px;
}

.primaryContent__headerText::first-line {
	background-image: linear-gradient(to top, var(--accent-color) 50%, transparent 50%);
}

.primaryContent__bodyInner {
	max-width: var(--main-width);
	margin-right: auto;
	margin-left: auto;
}

.primaryContent__bodyHeader {
	padding-top: 50px;
	padding-bottom: 34px;
	text-align: center;
}

.primaryContent__bodyTitle {
	font-feature-settings: 'palt' 1;
	font-weight: bold;
	font-size: 40px;
	line-height: 1.35;
}

.primaryContent__bodyTitle::after {
	display: block;
	width: 100px;
	height: 6px;
	margin: 20px auto;
	border-radius: 3px;
	background-color: var(--accent-color);
	content: '';
}

.primaryContent__bodyHeaderText br {
	display: none;
}

.primaryListitem {
	display: flex;
	position: relative;
}

.primaryListitem__body {
	position: relative;
	width: 580px;
	min-height: 440px;
	margin-top: 50px;
	padding: 50px;
	padding-top: 35px;
	background-color: rgba(255, 255, 255, 0.9);
}

.primaryListitem__title {
	font-feature-settings: 'palt' 1;
	display: flex;
	flex-direction: column;
	font-weight: 900;
	font-size: 48px;
	line-height: 1.125;
}

.primaryListitem__title::before {
	position: absolute;
	top: -63px;
	content: counter(i, decimal-leading-zero);
	color: var(--accent-color);
	font-style: italic;
	font-weight: 900;
	font-size: 96px;
	line-height: 1;
	font-family: Montserrat;
	counter-increment: i;
}

.primaryListitem__text::before {
	display: block;
	width: 100%;
	height: 1px;
	margin-top: 26px;
	margin-bottom: 32px;
	background-color: var(--accent-color);
	content: '';
}

.primaryListitem__btns {
	display: flex;
	margin-top: 20px;
}

.primaryListitem__btns li + li {
	margin-left: 10px;
}

.primaryListitem__btns a {
	width: 200px;
	font-weight: bold;
	line-height: 50px;
}

.primaryListitem__btns a::after {
	font-size: 0.875em;
}

.primaryListitem__image {
	z-index: -1;
	position: absolute;
	top: 0;
	right: 0;
	width: 660px;
	height: 420px;
}

.primaryListitem__image img {
	border-radius: 10px;
}

.primaryListitem.-rev {
	flex-direction: row-reverse;
}

.primaryListitem.-rev .primaryListitem__body {
	padding-left: 110px;
}

.primaryListitem.-rev .primaryListitem__text::before {
	width: calc(100% + 60px);
	transform: translateX(-60px);
}

.primaryListitem.-rev .primaryListitem__image {
	left: 0;
}

.primaryListitem + .primaryListitem {
	margin-top: 60px;
}

/* js制御 */

.js-loadingTrigger > * {
	transform: translateY(30px);
	opacity: 0;
	transition: transform 0.4s ease-in-out, opacity 0.4s cubic-bezier(0.55, 0.06, 0.68, 0.19);
}

.js-loadingTrigger.is-shown > * {
	transform: translateY(0);
	opacity: 1;
}

.js-loadingTrigger .primaryContent__headerText {
	transition-delay: 0.15s;
}

.js-scrollTrigger > * {
	opacity: 0;
	transition: transform 0.4s ease-in-out, opacity 0.4s cubic-bezier(0.55, 0.06, 0.68, 0.19);
}

.js-scrollTrigger .primaryListitem__body {
	transform: translateY(40px);
}

.js-scrollTrigger.is-shown .primaryListitem__body {
	transform: translateY(0);
	opacity: 1;
}

.js-scrollTrigger .primaryListitem__image {
	transform: translateX(40px);
	transition-delay: 0.15s;
}

.js-scrollTrigger.is-shown .primaryListitem__image {
	transform: translateX(0);
	opacity: 1;
}

.singleContent.-owner .flexGrid.-col2 p {
	margin-top: 0;
}

.singleContent.-owner .flexGrid.-col2 img {
	display: block;
	margin-left: auto;
}

.owner_img {
	float:right;
}

.owner_nagare {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.owner_nagare li {
	position: relative;
}

.owner_nagare li span {
	position: absolute;
	top: 60px;
	right: 20px;
	left: 20px;
	width: 620px;
}

.singleContent.-point > *:not(:root) {
	margin-right: 0;
	margin-left: 0;
}

.singleContent.-point .center {
    text-align: center;
}

.singleContent.-point {
	width: 100%;
	float: none;
}

.singleContent.-point h1,
.singleContent.-point h2 {
	margin: 0;
}

.singleContent.-point > h1 {
	margin-top: 60px;
}

.singleContent.-point li {
	list-style: none;
}

.singleContent.-point .list-point {
	display: flex;
}

.singleContent.-point .list-point li:not(:last-child) {
	margin-right: 40px;
}

.singleContent.-point .list-if li:first-child {
    margin-bottom: 10px;
}

.singleContent.-point .check {
	margin-top: 100px;
    border: 6px solid #ccc;
}

.singleContent.-point .check header {
    display: table;
    width: 100%;
    height: 143px;
}

.singleContent.-point .check header > * {
    display: table-cell;
    vertical-align: middle;
}

.singleContent.-point .check header h2 {
    width: 493px;
    text-align: center;
}

.singleContent.-point .check ul {
    display: flex;
	position: relative;
    justify-content: space-between;
	padding: 29px 41px 27px 35px;
}

.singleContent.-point .check ul::before {
	display: block;
	position: absolute;
	top: 0;
	right: 24px;
	left: 24px;
	height: 1px;
	background-color: #e9e9e9;
	content: "";
}

.singleContent.-qanda .question {
	display: flex;
	align-items: center;
	margin-top: 3em;
	margin-bottom: 1em;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 3px dotted #ccc;
}

.singleContent.-qanda .heading-secondary + p {
	margin-top: 1em;
}

.singleContent.-qanda .answer {
	display: flex;
	align-items: flex-start;
	margin-top: 1em;
	margin-bottom: 1em;
}

.singleContent.-qanda .answer + p:not(.question){
	margin-left: calc(3.25em + 20px);
}
.singleContent.-qanda p::before {
	flex-shrink: 0;
	width: 2.25em;
	height: 2.25em;
	margin-right: 1em;
	border-radius: 50%;
	font-weight: bold;
	font-size: 16px;
	line-height: 2em;
	text-align: center;
}

.singleContent.-qanda .question::before {
	background-color: #d3dd00;
	content: 'Q';
}

.singleContent.-qanda .answer::before {
	background-color: #3aa700;
	content: 'A';
	color: #fff;
}

.sitemap-menu {
	line-height: 2;
}

.singleContent.-sumaisagashi .inner {
	font-feature-settings: "palt";
	max-width: 720px;
	margin: auto;
	line-height: 1.5;
	text-align: justify;
}

.singleContent.-sumaisagashi p {
    margin-top: 0;
    margin-bottom: 0;
}

.singleContent.-sumaisagashi .inner h2 {
	margin-top: 15px;
	margin-bottom: 50px;
	line-height: 1;
}

.singleContent.-sumaisagashi .inner h2 img {
	width: 100%;
}

.singleContent.-sumaisagashi .inner iframe {
	display: block;
	width: 100%;
	height: 405px;
}

.singleContent.-sumaisagashi li {
	list-style: none;
}

/*--------------------*/

.singleContent.-sumaisagashi .info > h3 {
	margin: 0 0 13px;
	padding: 13px 0;
	border-top: 2px solid #e7265d;
	border-bottom: 2px solid #e7265d;
	color: #e7265d;
    font-weight: bold;
	font-size: 26px;
	line-height: 1.3;
	text-align: center;
}

.singleContent.-sumaisagashi .info > p {
	font-size: 18px;
	text-align: center;
}

.singleContent.-sumaisagashi .info h4 {
	position: relative;
	margin: 0 0 20px;
	padding: 0px 10px 10px 80px;
	border-bottom: 1px solid #ccc;
	color: #333;
    font-weight: bold;
	font-size: 26px;
}

.singleContent.-sumaisagashi .info h4::before {
	position: absolute;
	bottom: 10px;
	left: 0;
	height: 1em;
	margin: auto;
	content: '\f015';
	color: #f4d4d5;
	font-weight: 900;
	font-size: 60px;
	line-height: 1;
	font-family: var(--fa);
}

.singleContent.-sumaisagashi .info h4 i {
	display: block;
	color: #e7265d;
	font-style: normal;
	font-size: 15px;
	line-height: 1;
}

/*--------------------*/

.singleContent.-sumaisagashi .info > section {
	margin-top: 50px;
	font-size: 15px;
}

/*--------------------*/

.singleContent.-sumaisagashi .soudan h4 {
	margin-bottom: 0;
	color: #333;
}

.singleContent.-sumaisagashi .soudan ol {
	margin: 0 0 15px;
}

.singleContent.-sumaisagashi .soudan li {
	position: relative;
	margin-left: 0;
	padding: 10px 10px 10px 60px;
	border-bottom: 1px dotted #ccc;
	font-weight: bold;
	font-size: 20px;
	line-height: 50px;
	list-style: none;
	text-indent: 0;
}

.singleContent.-sumaisagashi .soudan li i {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	width: 40px;
	height: 40px;
	margin: auto;
	border-radius: 50%;
	background-color: #e7265d;
	color: #fff;
	font-style: normal;
	font-weight: 600;
	line-height: 40px;
	font-family: Arial;
	text-align: center;
	text-indent: 0;
}

/*--------------------*/

.singleContent.-sumaisagashi .nagare h4::before {
	bottom: 10px;
	content: "\f002";
	font-size: 60px;
}

.singleContent.-sumaisagashi .nagare ul {
	margin-bottom: 65px;
}

.singleContent.-sumaisagashi .nagare li {
	display: table;
	position: relative;
	width: 100%;
	min-height: 130px;
	list-style: none;
	table-layout: fixed;
}

.singleContent.-sumaisagashi .nagare li:not(:last-child) {
	margin-bottom: 15px;
}

/*--------------------*/

.singleContent.-sumaisagashi .nagare li > * {
	display: table-cell;
	vertical-align: top;
}

.singleContent.-sumaisagashi .nagare li > i {
	box-sizing: border-box;
	width: 112px;
	padding: 5px 10px;
	border-radius: 3px;
	background-color: #e7265d;
	color: #fff;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	text-align: center;
	vertical-align: middle;
}

/*--------------------*/

.singleContent.-sumaisagashi .nagare li > div {
	padding-bottom: 7px;
	padding-left: 15px;
}

.singleContent.-sumaisagashi .nagare li > div h5 {
	margin: 0 0 10px;
	padding-top: 5px;
    font-weight: bold;
	font-size: 22px;
}

.singleContent.-sumaisagashi .nagare li > div p {
	font-size: 16px;
}

/*--------------------*/

.singleContent.-sumaisagashi .inner .moushikomi {
	box-sizing: border-box;
	margin-top: 70px;
	padding: 0 0 30px;
}

/*--------------------*/

.singleContent.-sumaisagashi .inner .moushikomi header {
	position: relative;
	padding: 30px;
	background-color: #fbf1e2;
    text-align: center;
}

.singleContent.-sumaisagashi .inner .moushikomi header i {
	display: block;
	margin-bottom: 6px;
	margin-left: 5px;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
}

.singleContent.-sumaisagashi .inner .moushikomi header i span {
	color: #e7265d;
}

.singleContent.-sumaisagashi .inner .moushikomi header h3 {
	color: #e7265d;
	font-weight: 900;
	font-size: 42px;
	line-height: 1;
}

.singleContent.-sumaisagashi .inner .moushikomi form table {
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 1em;
	border: 1px solid #ccc;
	table-layout: fixed;
}

.singleContent.-sumaisagashi .inner .moushikomi form th,
.singleContent.-sumaisagashi .inner .moushikomi form td {
	box-sizing: border-box;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}

.singleContent.-sumaisagashi .inner .moushikomi form th {
	width: 240px;
	padding-top: 18px;
	padding-right: 10px;
	padding-left: 10px;
	border-right: 1px solid #ccc;
	background-color: #f1f1f1;
	font-size: 16px;
	vertical-align: top;
}

.singleContent.-sumaisagashi .inner .moushikomi form th.hissu::after {
	box-sizing: border-box;
	display: inline-block;
	height: 25px;
	padding: 0 5px;
	float: right;
	background-color: #e7265d;
	content: "必須";
	color: #fff;
	font-weight: 400;
	font-size: 13px;
	line-height: 25px;
}

.singleContent.-sumaisagashi .inner .moushikomi form td {
	padding-right: 10px;
	padding-left: 10px;
}

.singleContent.-sumaisagashi .inner .moushikomi input[type="text"],
.singleContent.-sumaisagashi .inner .moushikomi input[type="tel"],
.singleContent.-sumaisagashi .inner .moushikomi input[type="email"],
.singleContent.-sumaisagashi .inner .moushikomi input[type="date"] {
	-webkit-appearance: none;
	box-sizing: border-box;
	height: 40px;
	padding: 2px 7px;
	border: 1px solid #ccc;
	border-radius: 0;
	outline: none;
	background-color: #fff;
	font-size: 16px;
	font-family: inherit;
}

.singleContent.-sumaisagashi .inner .moushikomi input[type="text"],
.singleContent.-sumaisagashi .inner .moushikomi input[type="tel"],
.singleContent.-sumaisagashi .inner .moushikomi input[type="email"] {
	width: 380px;
}

.singleContent.-sumaisagashi .inner .moushikomi select {
	box-sizing: border-box;
	height: 40px;
	padding: 2px 7px;
	border: 1px solid #ccc;
	border-radius: 0;
	outline: none;
	background-color: #fff;
	font-size: 16px;
	font-family: inherit;
}

.singleContent.-sumaisagashi .inner .moushikomi textarea {
	-webkit-appearance: none;
	box-sizing: border-box;
	display: block;
	width: 100%;
	height: 150px;
	padding: 7px;
	border: 1px solid #ccc;
	outline: none;
	font-size: 16px;
	font-family: inherit;
}

.singleContent.-sumaisagashi .inner .moushikomi .example {
	display: block;
	margin-top: 5px;
	font-size: 13px;
}

.singleContent.-sumaisagashi .inner .moushikomi form dl {
	padding: 0;
}

.singleContent.-sumaisagashi .inner .moushikomi form .kibou dt {
	position: relative;
	margin: 0 10px 0 0;
	float: left;
	clear: both;
	color: inherit;
	font-weight: 400;
	font-size: 16px;
	line-height: 40px;
}

.singleContent.-sumaisagashi .inner .moushikomi form .kibou dd ul::after {
	display: table;
	clear: both;
	content: "";
}

.singleContent.-sumaisagashi .inner .moushikomi form .kibou dd li {
	width: 208px;
	margin-left: 5px;
	float: left;
}

.singleContent.-sumaisagashi .inner .moushikomi form .kibou dd li:last-child {
	width: 100px;
}

.singleContent.-sumaisagashi .inner .moushikomi form .kibou dd + dt,
.singleContent.-sumaisagashi .inner .moushikomi form .kibou dd + dt + dd {
	margin-top: 10px;
}

.singleContent.-sumaisagashi .inner .moushikomi form .kibou select,
.singleContent.-sumaisagashi .inner .moushikomi form .kibou input {
	width: 100%;
}

.singleContent.-sumaisagashi .inner .moushikomi .submit {
	position: relative;
	width: 400px;
	margin: 20px auto 0;
	text-align: center;
}

.singleContent.-sumaisagashi .inner .moushikomi .submit input {
	-webkit-appearance: none;
	box-sizing: border-box;
	display: block;
	width: 100%;
	height: 60px;
	border: none;
	border-radius: 6px;
	outline: none;
	background-color: #e7265d;
	color: #fff;
	font-weight: 600;
	font-size: 20px;
	font-family: inherit;
	text-decoration: none;
	cursor: pointer;
}

.singleContent.-sumaisagashi .inner .moushikomi .submit .ajax-loader {
	position: absolute;
	right: 0;
	bottom: -26px;
	left: 0;
	margin: auto;
}

.singleContent.-sumaisagashi .inner .moushikomi .submit input {
	transition: opacity 0.2s;
}

.singleContent.-sumaisagashi .inner .moushikomi .submit input:focus,
.singleContent.-sumaisagashi .inner .moushikomi .submit input:hover {
	opacity: 0.8;
}

.singleContent.-sumaisagashi .wpcf7-not-valid-tip {
	margin-top: 7px;
	font-size: 13px;
	line-height: 1;
}

.singleContent.-sumaisagashi .wpcf7-response-output {
	background-color: #fff;
	font-size: 16px;
}

.singleContent.-sumaisagashi .inner .moushikomi .privacy a {
	font-size: inherit;
	text-decoration: underline;
}

.singleContent.-sumaisagashi .acceptance {
	margin-top: 2em;
	margin-bottom: 2em;
	font-size: 18px;
}

.singleContent.-sumaisagashi .acceptance label {
	display: flex;
	align-items: center;
	justify-content: center;
}

.singleContent.-sumaisagashi .acceptance label span {
	margin-left: 0.5em;
}

.singleContent.-sumaisagashi .acceptance label input {
	margin: 0;
}

:where(.singleContent.-zero, .singleContent.-point) img[loading="lazy"]{
	display: unset;
}
:where(.singleContent.-zero, .singleContent.-point, .-sumaisagashi, .-oheyasagashi) .heading-primary{
	display: none;
}
.singleContent.-zero > *:not(:root) {
	margin-right: 0;
	margin-left: 0;
}

.singleContent.-zero .center {
    text-align: center;
}

.singleContent.-zero .aspect-ratio {
	margin-top: 0;
    margin-bottom: 80px;
}

.singleContent.-zero > section > h2 {
    margin: 0 0 30px;
    padding-right: 16px;
}

.singleContent.-zero > section:not(:last-child) {
	margin-bottom: 77px;
}

.singleContent.-zero > section:not(:last-child)::after {
	display: block;
	max-width: 880px;
	margin-top: 48px;
	margin-right: auto;
	margin-left: auto;
	border-bottom: 2px dotted #a7a7a7;
	content: '';
	text-align: center;
}

.singleContent.-zero .sikumi > ol {
	max-width: 880px;
	margin: 18px auto 0;
}

.singleContent.-zero .sikumi > ol li {
    position: relative;
    padding-left: 36px;
    line-height: 20px;
    list-style: none;
}

.singleContent.-zero .sikumi > ol li:not(:last-child) {
	margin-bottom: 10px;
}

.singleContent.-zero .sikumi > ol li i {
    position: absolute;
    top: 0;
    left: 0;
	color: #fe4568;
    font-style: normal;
}

.singleContent.-zero > .hikaku {
	margin-bottom: 67px !important;
}

.singleContent.-zero .hikaku > table {
	width: 880px;
	margin: auto;
}

.singleContent.-zero .hikaku > table:not(:last-child) {
	margin-bottom: 10px;
}

.singleContent.-zero .hikaku > table th,
.singleContent.-zero .hikaku > table td {
	padding: 4px 10px;
	border: 2px solid #000;
	vertical-align: middle;
}

.singleContent.-zero .hikaku > table th {
	width: 130px;
	font-size: 24px;
	text-align: center;
}

.singleContent.-zero .hikaku > table th span {
	font-size: 18px;
}

.singleContent.-zero .hikaku > table td {
	font-weight: 600;
	font-size: 18px;
	text-align: right;
}

.singleContent.-zero .hikaku > table:nth-of-type(1) tr:nth-of-type(1) th {
	width: auto;
}

.singleContent.-zero .hikaku > table:nth-of-type(1) tr:nth-of-type(1) th:nth-of-type(1) {
    background-image: linear-gradient(6.3deg, #fff 49%, black 50%, black 50%, #fff 52%, #fff);
}

.singleContent.-zero .hikaku > table td:nth-of-type(1) {
	width: 315px;
    font-weight: 400;
	text-align: center;
}

.singleContent.-zero .hikaku > table td:nth-of-type(2) {
	width: 218px;
}

.singleContent.-zero .hikaku > .club th,
.singleContent.-zero .hikaku > .goukei th {
	width: 445px;
}

.singleContent.-zero .hikaku > .club td:nth-of-type(1),
.singleContent.-zero .hikaku > .goukei td:nth-of-type(1) {
	width: 218px;
    font-weight: 600;
	text-align: right;
}

.singleContent.-zero .hikaku > p {
	margin-top: -30px;
}

.singleContent.-zero .hikaku > table th,
.singleContent.-zero .hikaku > table td:nth-of-type(1) {
	background-color: #ffe699;
}

.singleContent.-zero .hikaku > table th:nth-of-type(2),
.singleContent.-zero .hikaku > table td:nth-of-type(2),
.singleContent.-zero .hikaku > .club td:nth-of-type(1) {
	background-color: #bdd7ee;
}

.singleContent.-zero .hikaku > table th:nth-of-type(3),
.singleContent.-zero .hikaku > table td:nth-of-type(3),
.singleContent.-zero .hikaku > .club td:nth-of-type(2),
.singleContent.-zero .hikaku > .goukei td:nth-of-type(2) {
    width: 215px;
	background-color: #fcc;
}

.singleContent.-zero .hikaku > .goukei td:nth-of-type(1) {
	background-color: #9bc2e6;
	color: #f00;
}

.singleContent.-zero .hikaku > .goukei td:nth-of-type(2) {
	background-color: #ff99cc;
	color: #006cbf;
}

.singleContent.-zero .toi {
	position: relative;
	margin-top: 40px;
}

.singleContent.-zero .toi {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 840px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
	border: 6px solid #ccc;
}

.singleContent.-zero .toi > p {
	color: #68410a;
	font-weight: bold;
	font-size: 28px;
	letter-spacing: -0.05em;
	white-space: nowrap;
}

.singleContent.-zero .toi > span {
	width: 420px;
	margin-left: 40px;
}

/* mark {
    background-color: #ff0 !important;
    color: #000 !important;
} */