.online-main {
	margin: 100px 0;
	font-family: "Noto Serif JP", serif;
}

.online-top-container {
	display: flex;
	max-width: 100%;
	margin: 0 auto 102px;
	justify-content: flex-end;
	width: calc(100vw -(50vw -(1000px / 2)));
}

.online-top-img {
	width: 52.3%;
	margin-left: 60px;
}

.online-top-title h2 {
	font-size: 1.08rem;
	font-family: "Cormorant Garamond", serif;
	color: #B49A6D;
	line-height: 1;
	letter-spacing: 0.04em;
	margin-bottom: 12px;
}

.online-top-title p {
	font-size: .22rem;
	color: #B49A6D;

}

.online-top-left>p {
	font-size: .24rem;
	line-height: 2.25;
	letter-spacing: 0.2em;
}

.online-top-view {}

.online-top-left {
	width: 36%;
}

.online-top-title {
	margin-top: 74px;
	margin-bottom: 94px;
}


.online-main h3 {
	font-size: .33rem;
	font-weight: 500;
	letter-spacing: 0.04em;
}


.online-about {
	background-color: #F7F7F7;
	padding: 76px 0 73px;
	margin-bottom: 110px;
}

.online-about p {
	width: 660px;
	max-width: 100%;
	margin: 0 auto;
	font-size: .16rem;
	line-height: 2.2;
	letter-spacing: -0.02em;
}



/* ボタンコーナー */

.online-consultation--link__box {
	width: 840px;
	max-width: 100%;
	margin: 0 auto 77px;
	padding: 0 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.online-consultation--link__btn {
	position: relative;
	text-decoration: none;
	color: #fff;
	background-color: #B39765;
	width: 380px;
	display: inline-block;
	text-align: center;
	padding: 19px 0;
	margin-bottom: 34px;
	font-size: .18rem;
	letter-spacing: -0.01em;
}

.online-consultation--link__btn::after {
	position: absolute;
	content: "";
	right: 30px;
	top: 0;
	bottom: 0;
	margin: auto;
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	width: 13px;
	height: 13px;
	border: 1px solid;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateY(-25%) rotate(135deg);
}


/* オンライン相談 */
.online-future {
	width: 1140px;
	max-width: 100%;
	margin: 0 auto 100px;
	padding: 0 20px;
}


.online-future h3 {
	margin-bottom: 97px;
}

.online-future--contents {
	width: 1000px;
	max-width: 100%;
	margin: 0 auto;

}

.online-future--list {
	display: flex;
	justify-content: space-between;
	margin-bottom: 120px;
}

.online-future--list img {
	width: 47.4%;
}

.online-future--text {
	width: 40.5%;
	font-size: .16rem;
}

.online-future--text p:nth-of-type(1) {
	font-weight: bold;
	line-height: 2;
	margin-bottom: 8px;
	margin-top: 54px;
}

.online-future--text p:nth-of-type(2) {
	letter-spacing: -0.0001em;
	line-height: 2;
}

.online-future--text p span {
	font-size: .30rem;
	color: #B49A6D;
}

.future--list02 .online-future--text p {
	margin-top: 101px;
}

.future--list03 {
	margin-bottom: 0;
	align-items: center;
}

.future--list03 .online-future--text {
	width: 42.5%;
}

.future--list03 .online-future--text p {
	margin-top: 0;
}


/* ご準備いただくもの */

.online-preparation {
	background-color: #f6f6f6;
	padding: 90px 0 84px;
	margin-bottom: 110px;
}

.online-preparation--container {
	width: 1150px;
	max-width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}

.online-preparation--container img {
	width: 34.7%;
	margin-bottom: 18px;
}

.online-preparation--container {
	text-align: center;
}

.online-preparation h3 {
	margin-bottom: 28px;
}

.online-preparation--container>p {
	text-align: center;
	font-size: .16rem;
	font-weight: bold;
	line-height: 1.75;
	letter-spacing: 0.11em;
	margin-bottom: 42px;
}

.online-preparation--container p {
	text-align: center;
	letter-spacing: 0.075em;
}

.online-preparation--text {
	width: 78%;
	margin: 0 auto;
}

.online-preparation--text p {
	font-size: .16rem;
	text-align: left;
	text-indent: -1em;
	padding-left: 1em;
	line-height: 2;
	margin-bottom: 15px;
}

.online-preparation--container p span {
	font-size: .30rem;
	color: #B49A6D;
}



/* ご利用の流れ */
.online-flow {
	width: 1140px;
	max-width: 100%;
	margin: 0 auto 115px;
	padding: 0 20px;
}

.online-flow h3 {
	margin-bottom: 78px;
}

.online-flow-contents {
	width: 1000px;
	max-width: 100%;
	margin: 0 auto;
}

.online-flow-step {
	display: flex;
	/* justify-content: space-between; */
	position: relative;
	margin-bottom: 131px;
	align-items: center;
}

.online-step2 {
	margin-bottom: 143px;
}

.online-step3 {
	align-items: flex-start;
	margin-bottom: 50px;
}

/* .online-flow-step::before{
    position: absolute;
    content: "";
    left: 30px;
    bottom: -80px;
    width: 1px;
    height: 70px;
    background-color: #B49A6D;
    
} */

.online-flow-step:before,
.online-flow-step:after {
	position: absolute;
	content: "";
	background-color: #B49A6D;
}



.online-flow-step:before {
	left: 69px;
	width: 1px;
	height: 10px;
	bottom: -120px;
	transform: rotate(45deg);
}

.online-flow-step:after {
	width: 1px;
	height: calc(100% - -41px);
	left: 65px;
	bottom: -119px;
}


.online-step3:before {
	width: 1px;
	bottom: -44px;
}


.online-step3:after {
	bottom: -43px;
	height: calc(100% - 35px);
}


.online-flow-count {
	font-size: .46rem;
	color: #B49A6D;
	font-family: "Cormorant Garamond", serif;
	width: 29.5%;
}

.online-flow-count span {
	font-family: "ltc-nicholas-cochin-pro", sans-serif;
	font-family: 'Noto Serif JP';
	font-size: .40rem;
}

.online-flow-text {
	width: 70.5%;
	position: relative;
}

.online-flow-text::before {
	content: "";
	position: absolute;
	width: 3px;
	height: 62px;
	background-color: #B49A6D;
	left: -20px;
	top: 3px;
	margin: auto;
}

.online-step4 .online-flow-text::before {
	width: 3px;
	height: 120px;
	top: 0px;
	bottom: auto;
}

.online-flow-text p:nth-of-type(1) {
	font-size: .19rem;
	font-weight: 500;
	margin-bottom: 12px;
}

.online-flow-text p:nth-of-type(1).tablet-smartphone--heading {
	margin-bottom: 22px;
}

.online-flow-text p a {
	color: #B49A6D;
}

.online-flow-text p:nth-of-type(2) {
	font-size: .16rem;
	letter-spacing: -0.0001em;
}

.online-step4 .online-flow-text p:nth-of-type(2) {
	line-height: 1.85;
}

.online-step4 {
	margin-bottom: 0;
	align-items: flex-start;
}

.online-flow-step:last-of-type::before,
.online-flow-step:last-of-type::after {
	display: none;
}


/* ご予約フォーム */
.online-reservation {
	background-color: #F6F6F6;
	padding: 90px 0 90px;
}


.online-reservation-screen {
	width: 1100px;
	max-width: 100%;
	margin: 0 auto;
}

.online-reservation-container {
	width: 1010px;
	max-width: 100%;
	margin: 0 auto;
}


.online-reservation-screen h3 {
	margin-bottom: 56px;
}

.online-reservation-explanation p {
	font-size: .16rem;
}

.online-reservation-explanation p:nth-of-type(1) {
	margin-bottom: 5px;
}

.online-reservation-explanation p:nth-of-type(2) {
	line-height: 2;
}

/* アコーディオンメニュー */

.flow__step3--accordion-container {
	margin: 27px auto 35px;
	width: 733px;
	max-width: 100%;
}


.tablet-smartphone--box {
    margin-bottom: 50px;
}

.tablet-smartphone--heading {
	font-size: .17rem;
	margin-bottom: 10px;
}


.tablet-smartphone--text {
	font-size: .14rem;
	line-height: 2;
	margin-bottom: 18px;
}

.flow__step3--list {
	border: #B39765 solid 1px;
	margin-bottom: 30px;
}

.flow__step3--title:not(:first-child) {
	margin-top: 10px;
}

.flow__step3--title {
    cursor: pointer;
    font-size: 16px;
    padding: 18px 27px;
    position: relative;
    color: #B39765;
    font-weight: 500;
}

.flow__step3--title:before {
	position: absolute;
	content: '';
	top: 50%;
	right: 40px;
	height: 2px;
	width: 22px;
	background: #B39765;
	transform: rotate(90deg);
	transition: all .3s ease-in-out;
}

.flow__step3--title:after {
	position: absolute;
	content: '';
	top: 50%;
	right: 40px;
	height: 2px;
	width: 22px;
	background: #B39765;
	transition: all .3s ease-in-out;
}

.flow__step3--title.open:before {
	transform: rotate(180deg);
}

.flow__step3--title.open:after {
	opacity: 0;
}

.flow__step3--text {
	display: none;
	padding: 27px 41px 7px;
}

.flow__step3--text span:not(.zoom_setup_img){
	color: #bf2020;
	display: block;
	text-indent: -.15rem;
	padding-left: 0.15rem;
}

.zoom_setup_img {
	margin: 0 auto 20px;
	width: 75%;
	border: solid 1px #000;
	display: block;
}
.pc-app .zoom_setup_img {
	width: 100%;
}

.zoom_setup_img img {
	vertical-align: middle;
}

.online_step_brouser {
	margin-bottom: 10px;
	display: block;
	text-align: center;
}




@media screen and (max-width:800px) {
	.online-top-title h2 {
		font-size: .50rem;
		letter-spacing: 0.08em;
		line-height: 0.97;
	}

	.online-top-title p {
		font-size: .14rem;
	}

	.online-top-title {
		margin-top: 0px;
		margin-bottom: 0px;
	}

	.online-top-container {
		position: relative;
		margin: 0 auto 53px;
	}


	.online-top-left {
		width: fit-content;
		position: absolute;
		left: 14px;
		top: 15px;
	}




	.online-top-img {
		width: 70%;
		margin-left: 0px;
	}

	.online-top-view>p {
		text-align: center;
		line-height: 2.15;
	}

	.online-top-view {
		margin-bottom: 53px;
	}


	/* アバウト */

	.online-about p {
		font-size: .14rem;
		text-align: justify;
		padding: 0 33px;
	}

	.online-about {
		background-color: #F7F7F7;
		padding: 38px 0 38px;
		margin-bottom: 59px;
	}

	/* ボタン */

	.online-consultation--link__btn {
		font-size: .14rem;
		margin: 0 auto 18px;
		width: 80%;
		padding: 17px 0;
	}

	.online-consultation--link__btn::after {
		right: 16px;
	}

	.online-consultation--link__box {
		margin: 0 auto 37px;
	}

	/* オンライン相談 */

	.online-main h3 {
		font-size: .19rem;
		text-align: center;
	}

	.online-future h3 {
		margin-bottom: 40px;
	}

	.future--list01 {
		flex-direction: column-reverse;
		margin-bottom: 38px;

	}

	.future--list02 {
		flex-direction: column;
		margin-bottom: 38px;
	}

	.future--list03 {
		flex-direction: column-reverse;
	}

	.online-future--text,
	.future--list03 .online-future--text {
		width: 100%;
	}

	.online-future--list img {
		width: 75%;
		margin: 0 auto;
	}


	.online-future--text p:nth-of-type(1) {
		font-size: .15rem;
		text-align: center;
		margin-top: 21px;
		line-height: 1.8;
		margin-bottom: 2px;
	}

	.online-future--text p:nth-of-type(2) {
		font-size: .14rem;
		text-align: center;
	}

	.online-future--text p span {
		font-size: .18rem;
	}

	.future--list02 .online-future--text p:nth-of-type(1) {
		margin-top: 27px;
	}

	/* ご準備いただくもの */
	.online-future {
		margin: 0 auto 51px;
	}

	.online-preparation {
		padding: 56px 0 50px;
		margin-bottom: 54px;
	}

	.online-preparation h3 {
		margin-bottom: 40px;
	}

	.online-preparation--container img {
		width: 75%;
		margin-bottom: 18px;
	}

	.online-preparation--container p span {
		font-size: .18rem;
	}

	/*.online-preparation--container > p{
    font-size: .15rem;
    line-height: 1.5;
    margin-bottom: 6px;
}*/

	.online-preparation--container p {
		font-size: .14rem;
		line-height: 1.5;
		margin-bottom: 10px;
	}

	.online-preparation--text {
		width: 100%;
		margin: 30px auto 0;
		padding: 0 13px;
	}

	.online-preparation--text p {
		margin-bottom: 10px;
	}

	/*.online-preparation--container p:nth-of-type(2){
    padding: 0 30px;
}*/

	/* ご利用の流れ */

	.online-flow h3 {
		margin-bottom: 32px;
	}

	.online-flow-step {
		flex-direction: column;
		margin-bottom: 86px;
	}

	.online-flow-count {
		width: 100%;
		text-align: center;
		font-size: .20rem;
		margin-bottom: 5px;
	}

	.online-flow-count span {
		font-size: .20rem;
	}

	.online-flow-text>p:nth-of-type(1) {
		font-size: .15rem;
		text-align: center;
		margin-bottom: 8px;
		line-height: 1.6;
	}

	.online-flow-text>p:nth-of-type(2) {
		font-size: .14rem;
		text-align: center;
		line-height: 1.9;
	}

	.online-flow-text::before {
		display: none;
	}


	.online-flow-step:before,
	.online-flow-step:after {

		left: 0;
		right: 0;
		margin: auto;
		/*top: 154px;*/
		/* width: 70px; */
	}

	.online-flow-step:before {
		bottom: -62px;
		left: 8px;
	}

	.online-flow-step:after {
		bottom: -61px;
		height: 30px;
	}

	.online-step3:after {
		bottom: -61px;
		height: 30px;
	}

	.flow__step3--list:last-of-type {
		margin-bottom: -28px;
	}

	/*.online-step2:after {
    width: 8px;
    left: 7px;
    /* bottom: -11px; 
    top: 216px;
}

 .online-step2::before {
    top: 204px;
} */

	.online-step4 .online-flow-text p:nth-of-type(2) {
		line-height: 2;
	}

	.online-step4 {
		margin-bottom: 0;
	}

	.online-flow {
		margin: 0 auto 55px;
	}


	.online-step3 .online-flow-text,
	.online-step4 .online-flow-text {
		width: 100%;
	}


	/* アコーディオンメニュー */

	.flow-step--title__nb {
		font-size: .22rem;
	}

	.online-consultation--flow__step>p:nth-of-type(2) {
		font-size: .18rem;
	}

	.online-consultation--flow__step>p:nth-of-type(3) {
		font-size: .14rem;
	}

	.flow__step4.online-consultation--flow__step>p:nth-of-type(3) {
		text-align: justify;
	}

	.flow-step--lead {
		line-height: 1.8;
	}

	.flow__step3 p:nth-of-type(3) {
		line-height: 1.5;
	}

	.tablet-smartphone--heading {
		font-size: .15rem !important;
		font-weight: bold;
	}

	.flow__step3--text {
		padding: 23px 23px 0;
	}

	.flow__step3--title {
		font-size: .14rem;
		padding: 18px 12px;
	}

	.flow__step3--title:before,
	.flow__step3--title:after {
		right: 12px;
	}

	.zoom_setup_img {
		width: 100%;
	}

	.online-consultation--main h3::after {
		bottom: -30px;
	}


	.online-step3 .flow__step3--accordion-containerp .tablet-smartphone--heading {
		text-align: justify;
	}

	.tablet-smartphone--text {
		font-size: .14rem !important;
		line-height: 2;
		margin-bottom: 18px;
	}


	/* ご予約フォーム */

	.online-reservation {
		padding: 56px 0 30px;
	}

	.online-reservation-screen h3 {
		margin-bottom: 20px;
	}

	.online-reservation-explanation p {
		font-size: .14rem;
		text-align: center;
	}

	.online-reservation-explanation p:nth-of-type(2) {
		line-height: 1.7;
	}


	.online-reservation-explanation p:nth-of-type(1) {
		margin-bottom: 15px;
	}

}