/*********************************共通************************************/
#pagetop-title {
	position: var(--child-potision);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}

#pagetop-title>.page-cell {
	margin: var(--base-margin);
	text-align: var(--center);
	display: var(--table);
}

#pagetop-title>.page-cell>p {
	display: table-cell;
	vertical-align: middle;
	font-size: var(--font-size-5xl);
	font-weight: var(--weight500);
	color: var(--green);
}

#pagetop-title>.page-cell>p span {
	background-color: var(--white);
	border: 1px solid var(--green);
	margin: 0;
	padding: 5px 10px;
}

#page-title {
	text-align: var(--center);
}

#page-title p {
	font-size: var(--font-size-3xl);
}

#page-title p span {
	font-size: var(--font-size-4xl);
	font-weight: var(--weight700);
	color: var(--green);
}

#page-title p span.green {
	font-size: var(--font-size-3xl);
	font-weight: var(--weight700);
	color: var(--green);
}

#page-title p span.orange {
	font-size: var(--font-size-3xl);
	font-weight: var(--weight700);
	color: var(--orange);
}

.cont-big-title {
	text-align: var(--center);
}

.cont-big-title p {
	font-size: var(--font-size-4xl);
	font-weight: var(--weight800);
}

.cont-big-title p span.underline {
	background: linear-gradient(transparent 60%, #ff6 60%);
}

#page-btn-flex {
	display: var(--flex);
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 20px 0;
}

#page-btn-flex>div {
	width: 31%;
}

#page-btn-flex>div>figure {
	position: var(--base-potision);
}

#page-btn-flex>div>figure>a img {
	width: var(--base-width);
	border-radius: 5px 5px 0 0;
}

#page-btn-flex>div>figure>a figcaption {
	position: var(--child-potision);
	bottom: 5px;
	background-color: rgba(0, 0, 0, .5);
	width: var(--base-width);
	color: var(--white);
	padding: 5px 0;
	text-align: var(--center);
}

/*********************************共通************************************/

/*********************************ソムリ家の特徴ここから************************************/
#feature-top-bg {
	position: var(--base-potision);
	background-color: #8dbcee;
	margin: 5px 0;
	padding-top: 10px;
}

.feature-top-img {
	text-align: var(--right);
	position: var(--base-potision);
	z-index: 1;
}

.feature-top-img img {
	vertical-align: bottom;
}

#feature-box {
	margin: 40px auto 0;
}

#feature-box>.feature-title>p.fe-text1,
#feature-box>.feature-title>p.fe-text2,
#feature-box>.feature-title>p.fe-text3 {
	font-size: var(--font-size-3xl);
	font-weight: var(--weight700);
	position: var(--base-potision);
	margin-bottom: 20px;
	padding-left: 60px;
	color: var(--green);
}

#feature-box>.feature-title>p.fe-text1:before,
#feature-box>.feature-title>p.fe-text2:before,
#feature-box>.feature-title>p.fe-text3:before {
	color: var(--white);
	background: var(--green);
	width: 50px;
	height: 50px;
	display: var(--table);
	border-radius: 50%;
	font-size: var(--font-size-3xl);
	font-family: Bahnschrift, 'DIN Alternate', 'Franklin Gothic Medium', 'Nimbus Sans Narrow', sans-serif-condensed, sans-serif;
	text-align: var(--center);
	position: var(--child-potision);
	top: 0;
	left: 0;
}

#feature-box>.feature-title>p.fe-text1:before {
	content: '1';
}

#feature-box>.feature-title>p.fe-text2:before {
	content: '2';
}

#feature-box>.feature-title>p.fe-text3:before {
	content: '3';
}

#feature-box>.fe-flex-box {
	background-color: var(--section-color);
	padding: 10px 10px 0;
}

#feature-box>.fe-flex-box>.fe-flex {
	display: var(--flex);
	justify-content: flex-start;
	position: var(--base-potision);
	align-items: flex-end
}

#feature-box>.fe-flex-box>.fe-flex>div {
	width: auto;
	text-align: var(--center);
}

#feature-box>.fe-flex-box>.fe-flex>div img.fe-right-img {
	width: 270px;
}

#feature-box>.fe-flex-box>.fe-flex>div:nth-child(1) {
	flex: 0 1 20%;
}

#feature-box>.fe-flex-box>.fe-flex>div:nth-child(2) {
	flex: 0 1 60%;
	padding-bottom: 30px;
}

#feature-box>.fe-flex-box>.fe-flex>div:nth-child(3) {
	flex: 0 1 20%;
}

#feature-box>.fe-select-flex {
	display: var(--flex);
	flex-wrap: var(--wrap);
	justify-content: space-between;
	align-items: stretch;
}

#feature-box>.fe-select-flex>div {
	background-color: var(--section-color);
	width: 31%;
	padding: 20px;
}

#feature-box>.fe-select-flex>div img {
	width: var(--base-width);
	max-width: 200px;
	margin: 0;
}

#feature-box>.fe-select-flex>div>.fe-select-text {
	margin-top: 20px;
}

#feature-box>.fe-select-flex>div>.fe-select-text>p {
	text-align: justify;
}

#feature-box>.fe-select-flex>div>.fe-select-text>p span.red {
	color: red;
}

#feature-box>.fe-select-flex>div>.fe-select-text>p span.fe-select-coution {
	font-size: .65rem;
	display: var(--block);
	margin-top: 10px;
}

#fe-border-img {
	text-align: var(--center);
}

#fe-border-img img {
	width: var(--base-width);
}

#fe-ss-flex {
	display: var(--flex);
	flex-wrap: var(--wrap);
	justify-content: space-between;
	align-items: stretch;
}

#fe-ss-flex>div {
	width: 48%;
	position: var(--base-potision);
	background-color: var(--white);
	border-radius: 5px;
	border: 2px solid var(--green);
	margin-bottom: 50px;
	padding: 30px;
	text-align: var(--center);
}

#fe-ss-flex>div>span img {
	width: var(--base-width);
	max-width: 500px;
}

#fe-ss-flex>div>h2 {
	font-size: var(--font-size-2xl);
	font-weight: var(--weight600);
	margin-top: 10px;
}

#fe-ss-flex>div>p {
	font-size: var(--font-size-md);
	line-height: var(--base-line);
	text-align: justify;
	margin-top: 10px;
}

#fe-ss-flex>div>.flex-number {
	position: var(--child-potision);
	top: -15px;
	left: -15px;
	display: inline-grid;
	color: var(--white);
	background-color: var(--green);
	width: 60px;
	height: 60px;
	border-radius: 50%;
	text-align: var(--center);
	align-content: var(--center);
}

#fe-ss-flex>div>.flex-number>div {
	font-size: var(--font-size-3xl);
	font-weight: var(--weight700);
	font-family: Bahnschrift, 'DIN Alternate', 'Franklin Gothic Medium', 'Nimbus Sans Narrow', sans-serif-condensed, sans-serif;
}

#fe-worries-box {
	background-color: var(--green);
	margin-top: 30px;
	padding: 10px;
}

#fe-worries-box>.fe-worries-title {
	text-align: var(--center);
	color: var(--white);
	font-size: var(--font-size-3xl);
	font-weight: var(--weight700);
}

#fe-worries-box>.fe-worries-flex-box {
	background-color: var(--white);
	margin-top: 10px;
	padding: 10px;
}

#fe-worries-box>.fe-worries-flex-box>.fe-worries-flex {
	display: var(--flex);
	flex-wrap: var(--wrap);
	justify-content: space-between;
	align-items: stretch;
}

#fe-worries-box>.fe-worries-flex-box>.fe-worries-flex>div {
	width: 24%;
}

#fe-worries-box>.fe-worries-flex-box>.fe-worries-flex>div>p {
	text-align: var(--center);
	font-size: var(--font-size-xl);
}

#triangle {
	text-align: var(--center);
	margin: var(--base-margin);
	position: var(--base-potision);
}

#triangle:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 2rem 1.5rem 1.5rem 1.5rem;
	border-color: var(--green) transparent transparent transparent;
	position: var(--child-potision);
	top: 100%;
	margin: 0 auto;
	left: 0;
	right: 0;
}

#fe-fourworries-box {
	margin: 50px 0;
}

#fe-fourworries-box>.fe-fourworries-flex {
	display: var(--flex);
	flex-wrap: var(--wrap);
	justify-content: space-between;
	align-items: stretch;
	margin-bottom: 30px;
}

#fe-fourworries-box>.fe-fourworries-flex:nth-child(even) {
	flex-direction: row-reverse;
}

#fe-fourworries-box>.fe-fourworries-flex>div {
	width: 48%;
}

#fe-fourworries-box>.fe-fourworries-flex>div>p.fe-fourworries-flex-number {
	font-size: var(--font-size-xl);
	font-weight: var(--weight700);
	color: var(--green);
}

#fe-fourworries-box>.fe-fourworries-flex>div>p.fe-fourworries-flex-number span {
	font-size: var(--font-size-3xl);
	font-family: Bahnschrift, 'DIN Alternate', 'Franklin Gothic Medium', 'Nimbus Sans Narrow', sans-serif-condensed, sans-serif;
}

#fe-fourworries-box>.fe-fourworries-flex>div>p.fe-fourworries-flex-text1 {
	font-size: var(--font-size-2xl);
	font-weight: var(--weight700);
}

#fe-fourworries-box>.fe-fourworries-flex>div>p.fe-fourworries-flex-text2 {
	font-size: var(--font-size-md);
	line-height: 1.65em;
	text-align: justify;
}

#fe-fourworries-box>.fe-fourworries-flex>div>p.fe-fourworries-flex-title {
	background-color: var(--green);
	color: var(--white);
	font-size: 2.4rem;
	font-weight: var(--weight800);
	text-align: var(--center);
	margin: 15px 0;
}

#fe-three-flex {
	border: 2px solid var(--green);
	background-color: var(--white);
	position: var(--base-potision);
	display: var(--flex);
	flex-wrap: var(--wrap);
	justify-content: flex-start;
	align-items: var(--center);
	height: 260px;
	margin-bottom: 50px;
	padding: 0 20px;
}

#fe-three-flex>div {
	width: auto;
	padding: 0;
}

#fe-three-flex>div>img {
	width: var(--base-width);
	max-width: 300px;
	vertical-align: bottom;
}

#fe-three-flex>div>h2 {
	font-size: var(--font-size-4xl);
	font-weight: var(--weight600);
	padding-left: 20px;
}

#fe-three-flex>div>h2 span.red {
	font-size: var(--font-size-5xl);
	color: red;
}

#fe-three-flex>.flex-number {
	position: var(--child-potision);
	top: -15px;
	left: -15px;
	display: inline-grid;
	color: var(--white);
	background-color: var(--green);
	width: 60px;
	height: 60px;
	border-radius: 50%;
	text-align: var(--center);
	align-content: var(--center);
}

#fe-three-flex>.flex-number>div {
	font-size: var(--font-size-3xl);
	font-weight: var(--weight700);
	text-align: var(--center);
}

#fe-flow-box {
	margin-top: 30px;
}

#fe-flow-box>.fe-flow1,
#fe-flow-box>.fe-flow2,
#fe-flow-box>.fe-flow3,
#fe-flow-box>.fe-flow4,
#fe-flow-box>.fe-flow5,
#fe-flow-box>.fe-flow6 {
	height: 70px;
	border-radius: 5px;
	border: 2px solid var(--green);
	position: var(--base-potision);
	box-sizing: border-box;
	margin-bottom: 20px;
}

#fe-flow-box>.fe-flow1:before,
#fe-flow-box>.fe-flow2:before,
#fe-flow-box>.fe-flow3:before,
#fe-flow-box>.fe-flow4:before,
#fe-flow-box>.fe-flow5:before,
#fe-flow-box>.fe-flow6:before {
	background-color: var(--green);
	color: var(--white);
	position: var(--child-potision);
	font-size: var(--font-size-3xl);
	font-weight: var(--weight600);
	font-family: Bahnschrift, 'DIN Alternate', 'Franklin Gothic Medium', 'Nimbus Sans Narrow', sans-serif-condensed, sans-serif;
	padding: 10px 50px;
	display: var(--inline);
}

#fe-flow-box>.fe-flow1:before {
	content: "01";
}

#fe-flow-box>.fe-flow2:before {
	content: "02";
}

#fe-flow-box>.fe-flow3:before {
	content: "03";
}

#fe-flow-box>.fe-flow4:before {
	content: "04";
}

#fe-flow-box>.fe-flow5:before {
	content: "05";
}

#fe-flow-box>.fe-flow6:before {
	content: "06";
}

#fe-flow-box>.fe-flow1:after,
#fe-flow-box>.fe-flow2:after,
#fe-flow-box>.fe-flow3:after,
#fe-flow-box>.fe-flow4:after {
	content: '無料';
	background-color: red;
	color: var(--white);
	position: var(--child-potision);
	font-size: var(--font-size-sm);
	top: 50%;
	right: 10px;
	margin-top: -12px;
	padding: 1px 20px;
}

#fe-flow-box>.fe-flow1>p,
#fe-flow-box>.fe-flow2>p,
#fe-flow-box>.fe-flow3>p,
#fe-flow-box>.fe-flow4>p,
#fe-flow-box>.fe-flow5>p,
#fe-flow-box>.fe-flow6>p {
	font-size: var(--font-size-3xl);
	font-weight: var(--weight600);
	line-height: 2em;
	padding-left: 150px;
}

/*********************************ソムリ家の特徴ここまで************************************/

/*********************************活用事例ここから************************************/
#case-top-bg {
	background: url(../images/case/case_top.png) center bottom/cover no-repeat;
	position: var(--base-potision);
	width: var(--base-width);
	height: 300px;
	margin: 5px 0;
	padding: 0;
}

#case-box {
	background-color: var(--white);
	border-radius: 5px;
	border: 3px solid var(--green);
	position: var(--base-potision);
	margin-bottom: 50px;
}

#case-box:last-child {
	margin-bottom: 0;
}

#case-box>.case-box-top {
	padding: 30px 50px;
}

#case-box>.case-box-under {
	background-color: #e0faf3;
	padding: 30px 50px;
}

#case-box>.case-icon {
	position: var(--child-potision);
	top: -30px;
	right: -30px;
}

#case-box>.case-icon img {
	width: 230px;
}

#case-box>.case-box-top>.center>.case-title {
	position: var(--base-potision);
	display: var(--inline);
	margin-bottom: 1em;
	color: var(--green);
	font-size: var(--font-size-3xl);
	font-weight: var(--weight600);
	letter-spacing: .1em;
}

#case-box>.case-box-top>.center>.case-title span {
	font-size: var(--font-size-4xl);
	font-family: Bahnschrift, 'DIN Alternate', 'Franklin Gothic Medium', 'Nimbus Sans Narrow', sans-serif-condensed, sans-serif;
}

#case-box>.case-box-top>.center>.case-title:before {
	content: '';
	position: var(--child-potision);
	bottom: -5px;
	display: var(--inline);
	width: 60px;
	height: 3px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: var(--green);
	border-radius: 2px;
}

#case-box>.case-box-top>.center>p {
	color: var(--green);
	font-size: var(--font-size-4xl);
	font-weight: var(--weight600);
}

#case-box>.case-box-top>.case-border-text {
	margin: 30px 0;
	padding: 30px 0;
	border-top: double 3px var(--green);
	border-bottom: double 3px var(--green);
	text-align: var(--center);
}

#case-box>.case-box-top>.case-border-text>p {
	font-size: var(--font-size-3xl);
}

#case-box>.case-box-top>.case-table table {
	border-collapse: collapse;
	width: var(--base-width);
}

#case-box>.case-box-top>.case-table table tr td {
	font-size: var(--font-size-xl);
	font-weight: var(--weight300);
	border: 1px solid #a7a7a7;
	padding: 20px;
}

#case-box>.case-box-top>.case-table table tr td.left {
	background-color: #f7f6f6;
	width: 20%;
}

#case-box>.case-box-top>.case-arrow {
	margin: 30px auto 50px;
	text-align: var(--center);
}

#case-box>.case-box-under>.case-table table {
	border-collapse: collapse;
	width: var(--base-width);
	background-color: var(--white);
}

#case-box>.case-box-under>.case-table table tr td {
	font-size: var(--font-size-xl);
	font-weight: var(--weight300);
	border-top: 1px solid #a7a7a7;
	border-bottom: 1px solid #a7a7a7;
	padding: 15px 20px;
}

#case-box>.case-box-under>.case-table table tr td.left {
	background-color: #f8f49e;
	width: 20%;
}

#case-box>.case-box-under>.center>.case-orange-text {
	background-color: var(--orange);
	display: var(--inline);
	margin-top: 30px;
	padding: 0 20px;
}

#case-box>.case-box-under>.center>.case-orange-text>p {
	font-size: var(--font-size-2xl);
	font-weight: var(--weight700);
	color: var(--white);
}

#case-box>.case-box-under>.center>.case-orange-text>p span {
	font-size: var(--font-size-4xl);
	font-family: Bahnschrift, 'DIN Alternate', 'Franklin Gothic Medium', 'Nimbus Sans Narrow', sans-serif-condensed, sans-serif;
}

#case-box>.case-box-under>.txt-hide1>.hidden-box,
#case-box>.case-box-under>.txt-hide2>.hidden-box,
#case-box>.case-box-under>.txt-hide3>.hidden-box,
#case-box>.case-box-under>.txt-hide4>.hidden-box {
	border-top: dashed 1px #999999;
	margin-top: 50px;
	padding: 30px 0;
}

.hidden-box>.case-hidden-flex {
	display: var(--flex);
	flex-wrap: var(--wrap);
	justify-content: flex-start;
	margin-bottom: 30px;
}

.hidden-box>.case-hidden-flex>.left {
	width: 20%;
	font-size: var(--font-size-xl);
	font-weight: var(--weight700);
	color: var(--orange);
}

.hidden-box>.case-hidden-flex>.right {
	flex: 1;
}

.hidden-box>.case-hidden-flex>.right>p {
	text-align: justify;
}

.hidden-box>.case-compa-flex {
	display: var(--flex);
	flex-wrap: var(--wrap);
	justify-content: space-between;
	align-items: var(--center);
}

.hidden-box>.case-compa-flex>div:nth-child(1),
.hidden-box>.case-compa-flex>div:nth-child(3) {
	width: 45%;
	background-color: var(--white);
	border: 1px solid #999999;
	border-radius: 5px;
}

.hidden-box>.case-compa-flex>div:nth-child(2) {
	width: auto;
}

.hidden-box>.case-compa-flex>div>.before>.title1 {
	background-color: #91918b;
}

.hidden-box>.case-compa-flex>div>.after>.title2 {
	background-color: var(--green);
}

.hidden-box>.case-compa-flex>div>.before>.title1,
.hidden-box>.case-compa-flex>div>.after>.title2 {
	text-align: var(--center);
	color: var(--white);
	font-size: var(--font-size-2xl);
	font-weight: var(--weight700);
	line-height: var(--base-line);
}

.hidden-box>.case-compa-flex>div>.right-triangle {
	text-align: var(--center);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 25px 0 25px 25px;
	border-color: transparent transparent transparent #91918b;
}

.hidden-box>.case-compa-flex>div>.table {
	padding: 20px;
}

.hidden-box>.case-compa-flex>div>.table table {
	border-collapse: collapse;
	width: var(--base-width);
}

.hidden-box>.case-compa-flex>div>.table table tr {
	width: var(--base-width);
	border-bottom: 1px solid #a7a7a7;
}

.hidden-box>.case-compa-flex>div>.table table tr th {
	font-size: var(--font-size-md);
	font-weight: var(--weight300);
	padding: 5px 20px;
	text-align: var(--left);
}

.hidden-box>.case-compa-flex>div>.table table tr td {
	font-size: var(--font-size-xl);
	font-weight: var(--weight300);
	text-align: var(--right);
	display: var(--block);
	padding: 5px 20px;
}

.hidden-box>.case-compa-flex>div>.table table tr td {
	font-size: var(--font-size-xl);
	font-weight: var(--weight300);
	text-align: var(--right);
	display: var(--block);
	padding: 5px 20px;
}

.hidden-box>.case-compa-flex>div>.table>.compa-sub-title {
	width: var(--base-width);
	background-color: #ebebea;
	text-align: var(--center);
	font-size: var(--font-size-xl);
	margin-bottom: 20px;
}

/*********************************活用事例ここまで************************************/

/*********************************よくある質問ここから************************************/
#qa-top-bg {
	background: url(../images/qa/qa_top.png) center bottom/cover no-repeat;
	position: var(--base-potision);
	width: var(--base-width);
	height: 300px;
	margin: 5px 0;
	padding: 0;
}

#qa-icon-detail-wrap {
	margin-top: 30px;
	border: 1px solid var(--green);
}

#qa-icon-detail-wrap>.title {
	background-color: var(--green);
	text-align: var(--center);
	color: var(--white);
	font-size: var(--font-size-xl);
	line-height: var(--base-line);
}

#qa-icon-detail-wrap>.box {
	padding: 0 20px;
}

#qa-icon-detail-wrap>.box>.icon1,
#qa-icon-detail-wrap>.box>.icon2,
#qa-icon-detail-wrap>.box>.icon3 {
	position: var(--base-potision);
	border-bottom: 2px dotted #999999;
}

#qa-icon-detail-wrap>.box>.icon3 {
	border-bottom: none !important;
}

#qa-icon-detail-wrap>.box>.icon1:before,
#qa-icon-detail-wrap>.box>.icon2:before,
#qa-icon-detail-wrap>.box>.icon3:before {
	border: 1px solid #999999;
	color: var(--green);
	position: var(--child-potision);
	font-size: var(--font-size-xs);
	top: 50%;
	left: 0;
	margin-top: -12px;
	padding: 1px 5px;
}

#qa-icon-detail-wrap>.box>.icon1:before {
	content: 'リースバック';
}

#qa-icon-detail-wrap>.box>.icon2:before {
	content: 'リースバック/ソムリ家';
}

#qa-icon-detail-wrap>.box>.icon3:before {
	content: 'ソムリ家';
}

#qa-icon-detail-wrap>.box>.icon1>p,
#qa-icon-detail-wrap>.box>.icon2>p,
#qa-icon-detail-wrap>.box>.icon3>p {
	line-height: 3em;
	font-size: var(--font-size-xl);
	font-weight: var(--weight300);
	padding-left: 160px;
}

.gutter>*:not(:last-child) {
	margin-bottom: 1.5rem;
}

.accordion_area .accordion_one .ac_header {
	background-color: #f3f1f1;
	border: 1px solid #ccc;
	padding: .5rem 4rem .5rem 2rem;
	position: var(--base-potision);
	z-index: +1;
	cursor: pointer;
	transition: .2s;
}

.accordion_area .accordion_one .ac_header:not(.open):hover {
	background-color: #f3f1f1;
}

.accordion_area .accordion_one:nth-child(odd) .ac_header:not(.open):hover {
	background-color: #f3f1f1;
}

.accordion_area .accordion_one .ac_header .i_box {
	position: var(--child-potision);
	top: 50%;
	right: 2rem;
	width: 20px;
	height: 20px;
	margin-top: -10px;
}

.accordion_area .accordion_one .ac_header .i_box:before,
.accordion_area .accordion_one .ac_header .i_box:after {
	position: var(--child-potision);
	content: "";
	margin: auto;
	box-sizing: border-box;
	vertical-align: middle;
}

.accordion_area .accordion_one .ac_header .i_box:before {
	border-top: 2px solid var(--green);
	width: 20px;
	height: 0;
	top: 0;
	bottom: 0;
	right: 0;
}

.accordion_area .accordion_one .ac_header .i_box:after {
	border-left: 2px solid var(--green);
	width: 0;
	height: 20px;
	top: 0;
	bottom: 0;
	right: 9px;
	transition: .3s;
}

.accordion_area .accordion_one .ac_header.open .i_box:after {
	height: 0;
}

.accordion_area .accordion_one .ac_inner {
	display: none;
	padding: 1.5rem 2rem 1.5rem 2rem;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
	background: var(--white);
}

/*=========
faq
=========*/

.p-faq__headinner {
	display: var(--block);
	padding-left: 35px;
	position: var(--base-potision);
	line-height: 1.5;
}

.p-faq__headinner::before {
	position: var(--child-potision);
	top: 50%;
	left: -20px;
	margin-top: -20px;
	content: "Q";
	text-align: var(--center);
	background-color: var(--green);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: var(--white);
	font-size: 1.7rem;
}

.p-faq__headinner p.p-faq__q-txt {
	color: var(--green);
	font-size: var(--font-size-md);
	font-weight: var(--weight200);
}

.p-faq__headinner p.p-faq__q-txt span {
	display: var(--inline);
	background-color: var(--white);
	font-size: var(--font-size-xs);
	font-weight: var(--weight200);
	border: 1px solid #999999;
	padding: 0 5px;
}

.p-faq__bodyinner {
	display: var(--block);
	padding-left: 35px;
	position: var(--base-potision);
	line-height: 1.5;
}

.p-faq__bodyinner::before {
	position: var(--child-potision);
	top: 50%;
	left: -20px;
	margin-top: -20px;
	content: "A";
	text-align: var(--center);
	background-color: var(--orange);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: var(--white);
	font-size: 1.7rem;
}

.p-faq__bodyinner p.p-faq__a-txt {
	font-size: var(--font-size-sm);
}

@media only screen and (min-width: 300px) and (max-width: 767px) {

	/*********************************共通************************************/
	#pagetop-title {
		width: var(--base-width);
	}

	#pagetop-title>.page-cell>p {
		font-size: var(--font-size-xl);
	}

	#pagetop-title>.page-cell>p span {
		padding: 5px;
	}

	#page-title p {
		font-size: var(--font-size-2xl);
	}

	#page-title p span,
	#page-title p span.green,
	#page-title p span.orange {
		font-size: var(--font-size-2xl);
	}

	.cont-big-title p {
		font-size: var(--font-size-md);
		font-weight: var(--weight500);
		letter-spacing: -.1em;
	}

	#page-btn-flex {
		display: var(--flex);
		flex-wrap: var(--wrap);
		justify-content: space-between;
		padding: 0;
	}

	#page-btn-flex>div {
		width: var(--base-width);
	}

	#page-btn-flex>div>figure {
		position: var(--base-potision);
	}

	#page-btn-flex>div>figure>a img {
		width: var(--base-width);
	}

	#page-btn-flex>div>figure>a figcaption {
		font-size: var(--font-size-md);
	}

	/*********************************共通************************************/

	/*********************************ソムリ家の特徴ここから************************************/
	#feature-top-bg {
		margin: 60px 0 0;
		padding-top: 10px;
	}

	.feature-top-img {
		text-align: var(--right);
		position: var(--base-potision);
		z-index: 1;
	}

	.feature-top-img img {
		width: 200px;
		vertical-align: bottom;
	}

	#feature-box {
		margin: 20px auto 0;
	}

	#feature-box>.feature-title>p.fe-text1,
	#feature-box>.feature-title>p.fe-text2,
	#feature-box>.feature-title>p.fe-text3 {
		font-size: var(--font-size-xl);
		margin-bottom: 10px;
		padding-left: 40px;
	}

	#feature-box>.feature-title>p.fe-text1:before,
	#feature-box>.feature-title>p.fe-text2:before,
	#feature-box>.feature-title>p.fe-text3:before {
		width: 30px;
		height: 30px;
		font-size: var(--font-size-xl);
	}

	#feature-box>.fe-flex-box {
		padding: 5px;
	}

	#feature-box>.fe-flex-box>.fe-flex {
		display: var(--flex);
		justify-content: flex-start;
		position: var(--base-potision);
		align-items: var(--center);
	}

	#feature-box>.fe-flex-box>.fe-flex>div {
		width: auto;
		text-align: var(--center);
	}

	#feature-box>.fe-flex-box>.fe-flex>div img {
		width: 80px;
	}

	#feature-box>.fe-flex-box>.fe-flex>div img.fe-right-img {
		width: 100px;
	}

	#feature-box>.fe-flex-box>.fe-flex>div:nth-child(2) img {
		width: 100%;
	}

	#feature-box>.fe-flex-box>.fe-flex>div:nth-child(1) {
		flex: 0 1 20%;
	}

	#feature-box>.fe-flex-box>.fe-flex>div:nth-child(2) {
		flex: 0 1 60%;
		padding-bottom: 0;
	}

	#feature-box>.fe-flex-box>.fe-flex>div:nth-child(3) {
		flex: 0 1 20%;
	}

	#feature-box>.fe-select-flex>div {
		width: var(--base-width);
		margin-bottom: 10px;
		padding: 20px;
	}

	#feature-box>.fe-select-flex>div:last-child {
		margin-bottom: 0;
	}

	#feature-box>.fe-select-flex>div img {
		max-width: 150px;
	}

	#feature-box>.fe-select-flex>div>.fe-select-text {
		margin-top: 10px;
	}

	#feature-box>.fe-select-flex>div>.fe-select-text>p span.fe-select-coution {
		margin-top: 5px;
	}

	#fe-ss-flex>div {
		width: var(--base-width);
		border: 2px solid var(--green);
		margin-bottom: 30px;
		padding: 15px;
	}

	#fe-ss-flex>div>span img {
		width: var(--base-width);
	}

	#fe-ss-flex>div>h2 {
		margin-top: 10px;
	}

	#fe-ss-flex>div>p {
		font-size: var(--font-size-md);
		line-height: 1.65em;
		margin-top: 10px;
		text-align: justify;
	}

	#fe-ss-flex>div>.flex-number {
		top: -15px;
		left: -5px;
		width: 40px;
		height: 40px;
	}

	#fe-ss-flex>div>.flex-number>div {
		font-size: var(--font-size-xl);
		font-weight: var(--weight700);
	}

	#fe-worries-box {
		margin-top: 10px;
	}

	#fe-worries-box>.fe-worries-title {
		font-size: var(--font-size-md);
		font-weight: var(--weight400);
	}

	#fe-worries-box>.fe-worries-flex-box {
		background-color: var(--white);
		margin-top: 5px;
		padding: 10px;
	}

	#fe-worries-box>.fe-worries-flex-box>.fe-worries-flex {
		display: var(--flex);
		flex-wrap: var(--wrap);
		justify-content: space-between;
		align-items: stretch;
	}

	#fe-worries-box>.fe-worries-flex-box>.fe-worries-flex>div {
		width: 49%;
		margin-bottom: 0;
	}

	#fe-worries-box>.fe-worries-flex-box>.fe-worries-flex>div:last-child {
		margin-bottom: 0;
	}

	#fe-worries-box>.fe-worries-flex-box>.fe-worries-flex>div img {
		width: var(--base-width);
	}

	#fe-worries-box>.fe-worries-flex-box>.fe-worries-flex>div>p {
		text-align: var(--center);
		font-size: var(--font-size-sm);
	}

	#triangle:before {
		border-width: 1rem 0.75rem 0.75rem 0.75rem;
	}

	#fe-fourworries-box {
		margin: 20px 0;
	}

	#fe-fourworries-box>.fe-fourworries-flex {
		display: var(--flex);
		flex-wrap: var(--wrap);
		justify-content: space-between;
		align-items: stretch;
		margin-bottom: 30px;
	}

	#fe-fourworries-box>.fe-fourworries-flex:nth-child(even) {
		flex-direction: none;
	}

	#fe-fourworries-box>.fe-fourworries-flex>div {
		width: var(--base-width);
	}

	#fe-fourworries-box>.fe-fourworries-flex>div img {
		width: var(--base-width);
	}

	#fe-fourworries-box>.fe-fourworries-flex>div>p.fe-fourworries-flex-number {
		font-size: var(--font-size-md);
		font-weight: var(--weight300);
	}

	#fe-fourworries-box>.fe-fourworries-flex>div>p.fe-fourworries-flex-number span {
		font-size: var(--font-size-2xl);
		font-weight: var(--weight600);
	}

	#fe-fourworries-box>.fe-fourworries-flex>div>p.fe-fourworries-flex-text1 {
		font-size: var(--font-size-xl);
		font-weight: var(--f300);
	}

	#fe-fourworries-box>.fe-fourworries-flex>div>p.fe-fourworries-flex-text2 {
		font-size: var(--font-size-md);
		line-height: 1.25em;
	}

	#fe-fourworries-box>.fe-fourworries-flex>div>p.fe-fourworries-flex-title {
		font-size: var(--font-size-xl);
		font-weight: var(--weight500);
		padding: 3px 0;
		margin: 5px 0;
	}

	#fe-three-flex {
		width: 80%;
		height: auto;
		margin: 0 auto 30px;
		padding: 10px;
	}

	#fe-three-flex>div {
		width: var(--base-width);
		display: var(--inline);
		text-align: var(--center);
		padding: 0;
	}

	#fe-three-flex>div>img {
		width: var(--base-width);
		max-width: 400px;
		vertical-align: bottom;
	}

	#fe-three-flex>div>h2 {
		font-size: var(--font-size-xl);
		font-weight: var(--weight500);
		padding-left: 0;
	}

	#fe-three-flex>div>h2 span.red {
		font-size: var(--font-size-2xl);
	}

	#fe-three-flex>.flex-number {
		top: -15px;
		left: -15px;
		width: 40px;
		height: 40px;
	}

	#fe-three-flex>.flex-number>div {
		font-size: var(--font-size-xl);
		font-weight: var(--weight700);
		text-align: var(--center);
	}

	#fe-flow-box {
		margin-top: 10px;
	}

	#fe-flow-box>.fe-flow1,
	#fe-flow-box>.fe-flow2,
	#fe-flow-box>.fe-flow3,
	#fe-flow-box>.fe-flow4,
	#fe-flow-box>.fe-flow5,
	#fe-flow-box>.fe-flow6 {
		height: 80px;
		margin-bottom: 10px;
	}

	#fe-flow-box>.fe-flow1:before,
	#fe-flow-box>.fe-flow2:before,
	#fe-flow-box>.fe-flow3:before,
	#fe-flow-box>.fe-flow4:before,
	#fe-flow-box>.fe-flow5:before,
	#fe-flow-box>.fe-flow6:before {
		font-size: var(--font-size-md);
		font-weight: var(--weight300);
		width: var(--base-width);
		padding: 5px 10px;
	}

	#fe-flow-box>.fe-flow1:after,
	#fe-flow-box>.fe-flow2:after,
	#fe-flow-box>.fe-flow3:after,
	#fe-flow-box>.fe-flow4:after {
		font-size: .6rem;
		top: 8px;
		right: 10px;
		margin-top: 0;
		padding: 1px 5px;
	}

	#fe-flow-box>.fe-flow1>p,
	#fe-flow-box>.fe-flow2>p,
	#fe-flow-box>.fe-flow3>p,
	#fe-flow-box>.fe-flow4>p,
	#fe-flow-box>.fe-flow5>p,
	#fe-flow-box>.fe-flow6>p {
		font-size: var(--font-size-sm);
		font-weight: var(--weight300);
		line-height: 1.2em;
		padding-top: 45px;
		padding-left: 5px;
	}

	/*********************************ソムリ家の特徴ここまで************************************/

	/*********************************活用事例ここから************************************/
	#case-top-bg {
		height: 200px;
		margin: 60px 0 0;
		padding: 0;
	}

	#case-box {
		border-radius: 5px;
		border: 2px solid var(--green);
		margin-bottom: 30px;
	}

	#case-box:last-child {
		margin-bottom: 0;
	}

	#case-box>.case-box-top {
		padding: 10px;
	}

	#case-box>.case-box-under {
		padding: 10px;
	}

	#case-box>.case-icon {
		position: var(--child-potision);
		top: -30px;
		right: -10px;
	}

	#case-box>.case-icon img {
		width: 130px;
	}

	#case-box>.case-box-top>.center>.case-title {
		margin-bottom: .5em;
		font-size: var(--font-size-xl);
	}

	#case-box>.case-box-top>.center>.case-title span {
		font-size: var(--font-size-2xl);
	}

	#case-box>.case-box-top>.center>.case-title:before {
		width: 30px;
		height: 2px;
		border-radius: 5px;
	}

	#case-box>.case-box-top>.center>p {
		font-size: var(--font-size-xl);
		font-weight: var(--weight600);
		text-align: var(--left);
	}

	#case-box>.case-box-top>.case-border-text {
		margin: 10px 0;
		padding: 10px 0;
		text-align: var(--left);
	}

	#case-box>.case-box-top>.case-border-text>p {
		font-size: var(--font-size-md);
	}

	#case-box>.case-box-top>.case-table table {
		border: none;
	}

	#case-box>.case-box-top>.case-table table tr td {
		font-size: var(--font-size-xs);
		font-weight: var(--weight300);
		padding: 5px 10px;
		width: var(--base-width);
		display: var(--block);
		border: none;
	}

	#case-box>.case-box-top>.case-table table tr td.left {
		background-color: #cccccc;
		width: var(--base-width);
	}

	#case-box>.case-box-top>.case-arrow {
		margin: 10px auto 20px;
	}

	#case-box>.case-box-top>.case-arrow img {
		width: var(--base-width);
	}

	#case-box>.case-box-under>.case-table table tr td {
		font-size: var(--font-size-md);
		font-weight: var(--weight300);
		border-top: none;
		border-bottom: none;
		padding: 5px;
		display: var(--block);
	}

	#case-box>.case-box-under>.case-table table tr td.left {
		width: 100%;
	}

	#case-box>.case-box-under>.center>.case-orange-text {
		background-color: var(--orange);
		display: var(--block);
		width: var(--base-width);
		margin-top: 10px;
		padding: 0 10px;
	}

	#case-box>.case-box-under>.center>.case-orange-text>p {
		font-size: var(--font-size-md);
		font-weight: var(--weight400);
	}

	#case-box>.case-box-under>.center>.case-orange-text>p span {
		font-size: var(--font-size-2xl);
	}

	#case-box>.case-box-under>.txt-hide1>.hidden-box,
	#case-box>.case-box-under>.txt-hide2>.hidden-box,
	#case-box>.case-box-under>.txt-hide3>.hidden-box,
	#case-box>.case-box-under>.txt-hide4>.hidden-box {
		border-top: dashed 1px #999999;
		margin-top: 10px;
		padding: 10px 0;
	}

	.hidden-box>.case-hidden-flex {
		display: var(--display-flex);
		flex-wrap: var(--wrap);
		justify-content: flex-start;
		margin-bottom: 30px;
	}

	.hidden-box>.case-hidden-flex>.left {
		width: var(--base-width);
		display: var(--block);
		font-size: var(--font-size-md);
		font-weight: var(--weight400);
		color: var(--orange);
	}

	.hidden-box>.case-hidden-flex>.right {
		font-size: var(--font-size-xs);
		text-align: justify;
	}

	.hidden-box>.case-compa-flex>div:nth-child(1),
	.hidden-box>.case-compa-flex>div:nth-child(3) {
		width: var(--base-width);
	}

	.hidden-box>.case-compa-flex>div:nth-child(2) {
		width: var(--base-width);
	}

	.hidden-box>.case-compa-flex>div>.before>.title1,
	.hidden-box>.case-compa-flex>div>.after>.title2 {
		font-size: var(--font-size-xl);
		font-weight: var(--weight700);
		line-height: var(--base-line);
	}

	.hidden-box>.case-compa-flex>div>.right-triangle {
		margin: 10px auto;
		border-width: 15px 0 15px 15px;
		transform: rotate(90deg);
	}

	.hidden-box>.case-compa-flex>div>.table {
		padding: 10px;
	}

	.hidden-box>.case-compa-flex>div>.table table {
		border-collapse: none;
		width: var(--base-width);
	}

	.hidden-box>.case-compa-flex>div>.table table tr {
		border-bottom: thin solid #a7a7a7;
	}

	.hidden-box>.case-compa-flex>div>.table table tr th {
		font-size: var(--font-size-sm);
		font-weight: var(--weight300);
		padding: 5px;
	}

	.hidden-box>.case-compa-flex>div>.table table tr td {
		font-size: var(--font-size-md);
		padding: 5px;
	}

	.hidden-box>.case-compa-flex>div>.table>.compa-sub-title {
		font-size: var(--font-size-md);
		margin-bottom: 10px;
	}

	/*********************************活用事例ここまで************************************/

	/*********************************よくある質問ここから************************************/
	#qa-top-bg {
		height: 200px;
		margin: 60px 0 0;
		padding: 0;
	}

	#qa-icon-detail-wrap {
		margin-top: 10px;
	}

	#qa-icon-detail-wrap>.title {
		font-size: var(--font-size-md);
		line-height: var(--base-line);
	}

	#qa-icon-detail-wrap>.box {
		padding: 0 10px;
	}

	#qa-icon-detail-wrap>.box>.icon1,
	#qa-icon-detail-wrap>.box>.icon2,
	#qa-icon-detail-wrap>.box>.icon3 {
		position: var(--base-potision);
		border-bottom: 2px dotted #999999;
		padding: 5px 0;
	}

	#qa-icon-detail-wrap>.box>.icon3 {
		border-bottom: none !important;
	}

	#qa-icon-detail-wrap>.box>.icon1:before,
	#qa-icon-detail-wrap>.box>.icon2:before,
	#qa-icon-detail-wrap>.box>.icon3:before {
		font-size: .5rem;
		top: 5px;
		left: 0;
		margin-top: 0;
		padding: 1px 2px;
	}

	#qa-icon-detail-wrap>.box>.icon1>p,
	#qa-icon-detail-wrap>.box>.icon2>p,
	#qa-icon-detail-wrap>.box>.icon3>p {
		line-height: 1.45em;
		font-size: var(--font-size-xs);
		font-weight: var(--font-weight300);
		padding-left: 120px;
	}

	.gutter>*:not(:last-child) {
		margin-bottom: .5rem;
	}

	.accordion_area .accordion_one .ac_header {
		background-color: #f3f1f1;
		border: 1px solid #ccc;
		padding: .5rem 2rem;
		position: var(--base-potision);
		z-index: +1;
		cursor: pointer;
		transition: .2s;
	}

	.accordion_area .accordion_one .ac_header:not(.open):hover {
		background-color: #f3f1f1;
	}

	.accordion_area .accordion_one:nth-child(odd) .ac_header:not(.open):hover {
		background-color: #f3f1f1;
	}

	.accordion_area .accordion_one .ac_header .i_box {
		position: var(--child-potision);
		top: 50%;
		right: 5px;
		width: 10px;
		height: 10px;
		margin-top: -5px;
	}

	.accordion_area .accordion_one .ac_header .i_box:before,
	.accordion_area .accordion_one .ac_header .i_box:after {
		position: var(--child-potision);
		content: "";
		margin: auto;
		box-sizing: border-box;
		vertical-align: middle;
	}

	.accordion_area .accordion_one .ac_header .i_box:before {
		border-top: 1px solid var(--green);
		width: 10px;
		height: 0;
		top: 0;
		bottom: 0;
		right: 0;
	}

	.accordion_area .accordion_one .ac_header .i_box:after {
		border-left: 1px solid var(--green);
		width: 0;
		height: 10px;
		top: 0;
		bottom: 0;
		right: 4.5px;
		transition: .3s;
	}

	.accordion_area .accordion_one .ac_header.open .i_box:after {
		height: 0;
	}

	.accordion_area .accordion_one .ac_inner {
		display: none;
		padding: 1rem .5rem 1rem 2rem;
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		box-sizing: border-box;
		background: var(--white);
	}

	/*=========
faq
=========*/

	.p-faq__headinner,
	.p-faq__bodyinner {
		display: var(--block);
		padding-left: 15px;
		position: var(--base-potision);
		line-height: 1.5;
	}

	.p-faq__headinner::before {
		position: var(--child-potision);
		top: 50%;
		left: -25px;
		margin-top: -15px;
		content: "Q";
		text-align: var(--center);
		background-color: var(--green);
		width: 30px;
		height: 30px;
		border-radius: 50%;
		color: var(--white);
		font-size: 1.3rem;
	}

	.p-faq__headinner p.p-faq__q-txt {
		font-size: var(--font-size-sm);
	}

	.p-faq__headinner p.p-faq__q-txt span {
		font-size: .6rem;
		font-weight: var(--font-weight200);
		padding: 0 2px;
	}

	.p-faq__bodyinner::before {
		position: var(--child-potision);
		top: 5%;
		left: -25px;
		margin-top: 0;
		content: "A";
		text-align: var(--center);
		background-color: var(--orange);
		width: 30px;
		height: 30px;
		border-radius: 50%;
		color: var(--white);
		font-size: 1.3rem;
	}

	.p-faq__bodyinner p.p-faq__a-txt {
		font-size: var(--font-size-sm);
		font-weight: var(--font-weight300);
		text-align: justify;
	}
}