/* @override 
	https://tsujidochintai.jp/css/rent_find_flow.css */

@charset "UTF-8";
/* CSS Document */
/* ========== find your room flow =========== */
/* ====================================== */


body.find_flow {
	
}


/* sections */


div.box_main>section {
	width: 100%;
	box-sizing: border-box;
	position: relative;
	z-index: 0;
}


div.box_main>section#sec_step_01,
div.box_main>section#sec_step_03,
div.box_main>section#sec_step_05 {
	background-color: #f9f8f4;
}


div.box_main>section>div.box_inner {
	width: 1024px;
	height: auto;
	margin: 0 auto;
	padding: 90px 0 90px 0;
	position: relative;
}


div.box_main>section::before {
	content: " ";
	display: block;
	width: 120px;
	height: 120px;
	transform: rotate(90deg);
	position: absolute;
	z-index: 0;
	left: 50%;
	margin-left: -60px;
	top: 0;
	background-image: url(/assets_common/icon_search.svg);
	background-size: 440%;
	background-repeat: no-repeat;
	background-position: -435px -386px;
}

div.box_main>section#sec_step_02::before,
div.box_main>section#sec_step_04::before {
	background-position: -435px -255px;
}



/* text common */

div.txt_body {
	
}

div.txt_body::after {
		content: "";
		display: table;
		clear: both;
}



div.txt_body>p {
	font-size: 1.5rem;
	line-height: 2;
	margin-top: 1.5em;
}

div.txt_body>p[class^='btn_a_'] {
	margin-top: 3.5em;
}

div.txt_body>p strong {
	font-weight: 500;
}

div.txt_body>p:not(.btn_a_find)>a {
	text-decoration: underline;
	color: #154595;
}


div.txt_body>h4 {
	font-size: 2rem;
	color: #4ab6ea;
	margin-top: 2.5em;
	font-weight: 400;
}

div.txt_body>h4+p {
	margin-top: 0.7em;
}

section>.box_inner>h3 {
	color: #666666;
	font-weight: 500;
	font-size: 1.8rem;
	display: flex;
	align-items: center;
}

section>.box_inner>h3>span {
	display: flex;
	align-items: center;
	margin-right: 13px;
}


section>.box_inner>h3>span img:nth-of-type(1) {
	height: 45px;
	width: auto;
	margin-right: 8px;
}

section>.box_inner>h3>span img:nth-of-type(2) {
	height: 48px;
	width: auto;
}


section>.box_inner>h3+p.catch {
	font-size: 2.8rem;
	line-height: 1.3;
	color: #4ab6ea;
	font-weight: 400;
	margin-top: 0.8em;
	position: relative;
}


section>.box_inner>h3+p.catch strong::after {
	content: ":";
	margin-left: 0.2em;
	margin-right: 0.2em;
}


section>.box_inner>h3+p.catch::after {
	content: " ";
	display: block;
	width: 20%;
	height: 0.8em;
	border-bottom: 2px dotted #4ab6ea;
	
}



/* normal list */

div.txt_body>dl {
	font-size: 1.5rem;
	line-height: 2;
	margin-top: 1.5em;
}


div.txt_body>dl dt {
	font-weight: 500;
	margin-top: 1.5em;
}

div.txt_body>dl dt::before {
	content: "■";
	margin-right: 0.2em;
	color: #4ab6ea;
}

/* check list */

div.ck_points {
	width: 80%;
	margin: 4em auto 0 auto;
	background-color: #fff;
	padding: 4em;
	border-radius: 16px;
	border: 1px dotted #49b5ea;
}

div.ck_points dt,
div.ck_points dd {
	font-size: 1.6rem;
	line-height: 1.8;
}

div.ck_points dt {
	margin-top: 2em;
	color: #154595;
	font-weight: bold;
	font-weight: 500;
}

div.ck_points dt:first-of-type {
	margin-top: 0;
}

div.ck_points dt::before {
	content: "◉";
	margin-right: 0.2em;
}



/* table design */

.box_table_set {
	width: 75%;
	
	margin: 40px auto 24px auto;
}


.box_table_set dl+p {
	padding-top: 0.8em;
	text-align: right;
}

.box_table_set dl+p small {
	font-size: 1.2rem;
	display: ;
}


.box_table_set>h5 {
	font-size: 1.6rem;
	font-weight: 400;
}

.box_table_set>h5::before {
	content: "●";
	margin-right: 0.2em;
	color: #49b5ea;
}


.box_table_set dl{
	margin-top: 12px;
	background-color: #fff;
	border: 1px solid #aaa;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom: none;
box-sizing: border-box;
}

.box_table_set dl dt,
.box_table_set dl dd {
	font-size: 1.4rem;
box-sizing: border-box;
padding: 0.8em 1em 0.9em 1em;
line-height: 1.5;
border-bottom: 1px solid #aaa;
display: flex;
align-items: center;
}

.box_table_set dl dt {
	font-weight: 400;
	width: 15%;
	background-color: #d7edb8;
}

.box_table_set.payment dd {
	width: 60%;
}

.box_table_set.payment dt+dd {
	width: 25%;
	background-color: #f3f8dd;
}

.box_table_set dl dt,
.box_table_set.payment dt+dd {
	border-right: 1px solid #aaa;
}


.box_table_set.docs dt {
	width: 25%;
}

.box_table_set.docs dt+dd {
	width: 75%;
}




/* btn common */

body.find_flow .box_inner>ul.btns.shop.machi-guide {
	display: block;
}


body.find_flow ul.btns.shop.machi-guide li {
	width: 90%;
	margin-right: 0;
}


body.find_flow .box_inner>ul.btns {
	display: flex;
	justify-content: center;
	padding-top: 64px;
}

body.find_flow .box_inner>ul.btns li {
	margin: 0 8px 0 8px;
	line-height: 1.1;
}

body.find_flow .box_inner>ul.btns li,
body.find_flow .box_inner p[class^='btn_a'] {
	line-height: 1.5;
}



/* photo common */

figure.photo {
	margin-top: 44px;
}


figure.photo.center {
	margin: 44px auto 0 auto;
	width: 560px;
}

figure.photo.center span {
	display: block;
	border: 6px solid #fff;
}


figure.photo.center>img {
	width: 100%;
	height: auto;
}

figure.photo figcaption {
	font-size: 1.3rem;
	text-align: right;
	color: #333;
	padding: 0.8em 0 0 0;
}

/* KV */

#box_ttl_kv {
	width: 100%;
	height: 400px;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

#box_ttl_kv>.box_inner {
	position: absolute;
	width: 1024px;
	height: 400px;
	top: 0;
	left: 50%;
	margin-left: -512px;
	z-index: 20;
}


#box_ttl_kv>.box_inner::before,
#box_ttl_kv>.box_inner::after {
	content: " ";
	display: block;
	position: absolute;
	width: 48px;
	height: 24px;
	top: 0;
	z-index: 30;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: contain;
}

#box_ttl_kv>.box_inner::before {
	background-image: url(/assets_common/art_seagull_left_blue.svg);
	top: 200px;
	left: -100px;
}

#box_ttl_kv>.box_inner::after{
	background-image: url(/assets_common/art_seagull_right_blue.svg);
	top: 350px;
	right: -110px;
}





#box_ttl_kv div.box_photo {
	position: absolute;
	right: -44px;
	top: 0;
	z-index: 0;
}

#box_ttl_kv div.box_kv_title {
	width: 565px;
	position: relative;
	z-index: 30;
}


#box_ttl_kv div.box_kv_title h2,
#box_ttl_kv div.box_kv_title p {
	text-align: center;
}


#box_ttl_kv div.box_kv_title h2 {
	color: #35579e;
	font-size: 4.6rem;
	position: relative;
	margin-top: 72px;
	padding-left: 36px;
font-weight: 300;
letter-spacing: 0.05em;
}

#box_ttl_kv div.box_kv_title h2>span {
	position: absolute;
	top: -12px;
	left: 50%;
	margin-left: -6.3em;
	z-index: 10;
	display: block;
	width: 112px;
}

#box_ttl_kv div.box_kv_title p.sub_ttl_en {
	font-size: 1.3rem;
	font-family: "Roboto Slab";
font-weight: 400;
	color: #35579e;
	margin-top: 0.7em;
	position: relative;
}

#box_ttl_kv div.box_kv_title p.sub_ttl_en::after {
	content: " ";
	width: 48px;
	height: 44px;
	display: block;
	position: absolute;
	bottom: -56px;
	left: 50%;
	margin-left: -26px;
	background-image: url(/assets_common/icon_marine_2c.png);
	background-size: 1000%;
	background-repeat: no-repeat;
	background-position: -61px 1px;
}



#box_ttl_kv div.box_kv_title p.sub_ttl_en+p {
	margin-top: 70px;
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: 0.03em;
	font-weight: 400;
}




/* step-0 */

section#sec_step_00 figure {
	width: 296px;
	float: right;
	margin-left: 24px;
}

section#sec_step_00>.box_inner {
	padding-top: 20px;
}


section figure>img {
	width: 100%;
}

/* step-1 */
section#sec_step_01 figure {
	width: 230px;
	margin-bottom: 11em;
	float: left;
	margin-right: 66px;
}


/* step-2 */
section#sec_step_02 figure {
	width: 250px;
	height: 250px;
	overflow: hidden;
	float: right;
	margin-top: 24px;
	margin-left: 54px;
	position: relative;
	background-color: #f1e8e3;
}

section#sec_step_02 figure.circle {
	border-radius: 125px;
	margin-bottom: 9em;
}


section#sec_step_02 figure.circle>img {
	position: relative;
	margin-left: -35px;
	margin-top: 18px;
}


/* step-3 */
section ul.btns_shop_guide {
	display: flex;
	justify-content: space-around;
	padding: 64px 0 32px 0;
}

section ul.btns_shop_guide>li {
	width: calc((100% - 80px) * 0.5);
	display: flex;
	flex-wrap: wrap;
}

section ul.btns_shop_guide>li ul.btns {
	box-sizing: border-box;
	width: calc(100% - 206px);
	padding: 24px 0 0 24px;
}

section ul.btns_shop_guide>li ul.btns.shop.machi-guide li {
	width: 240px;
	margin-bottom: 12px;
}

section ul.btns_shop_guide>li ul.btns.shop.machi-guide li:nth-of-type(2) a{
	padding: 1.3em 1em 1.4em 1em;
}

section ul.btns_shop_guide>li h4 {
	font-weight: 500;
	font-size: 1.5rem;
	margin-bottom: 1.3em;
	width: 100%;
	color: #154595;
}

section ul.btns_shop_guide>li h4::before {
	content: "◉";
	margin-right: 0.2em;
	color: #154595;
}



section ul.btns_shop_guide>li h4 small {
	font-size: 0.8em;
	font-weight: normal;
	color: #555;
}


section ul.btns_shop_guide>li figure {
	width: 190px;
	height: 190px;
	border-radius: 95px;
	overflow: hidden;
	position: relative;
}

section ul.btns_shop_guide>li figure>img {
	max-width: initial;
	max-width: none;
	position: relative;
	width: 138%;
	height: auto;
}


section ul.btns_shop_guide>li:nth-of-type(1) figure>img {
	margin-left: -3px;
	width: 148%;
}


/* step-3 */
section#sec_step_04 figure {
	width: 330px;
	margin-bottom: 6.5em;
	float: right;
	margin-left: 66px;
	position: relative;
}

section#sec_step_04 div.box_ckbox {
	background-color: #f9f8f4;
	margin: 50px auto 0 auto;
	width: 90%;
	box-sizing: border-box;
padding: 60px;
position: relative;
z-index: 0;
}


section#sec_step_04 div.box_ckbox::after {
	content: " ";
	width: 240px;
	height: 200px;
	display: block;
	right: 24px;
	position: absolute;
	bottom: 24px;
	z-index: 0;
	
	background-image: url(/assets_rent/icon_check_bigger.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: contain;
}



section#sec_step_04 div.box_ckbox ul {
	position: relative;
	z-index: 20;
}

section#sec_step_04 div.box_ckbox li {
	position: relative;
	font-size: 1.5rem;
	line-height: 1.4;
	margin-bottom: 1.7em;
	padding-left: 32px;
	font-weight: 400;
}

section#sec_step_04 div.box_ckbox li::before {
	content: " ";
	display: block;
	width: 1.3em;
	height: 1.3em;
	position: absolute;
	top: -0.1em;
	left: 0;
	background-color: #fff;
	border: 2px solid #333;
}


div.box_reference {
	width: 90%;
	margin: 48px auto 0 auto;
	border: 2px dotted #21a1de;
	border-radius: 8px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

div.box_reference>h5 {
	font-size: 1.5rem;
	color: #21a1de;
	font-weight: 400;
	padding: 1em;
	padding-left: 1.5em;
}

div.box_reference>p {
	font-size: 1.4rem;
	line-height: 1.5;
	padding: 1em;
	border-left: 2px dotted #21a1de;
}

div.box_reference>p a {
	display: block;
	
}

div.box_reference>p a:hover {
	text-decoration: underline;
}

/*-- step 5 --*/


div.box_flow_contract {
	margin: 40px 0 40px 0;
}


div.box_flow_contract>ul {
	display: flex;
	justify-content: flex-start;
	font-size: 1.6rem;
}

div.box_flow_contract>ul li {
	background-color: #ccc;
	display: flex;
	width: calc(70% / 4);
	align-items: center;
	justify-content: center;
	font-weight: 400;
	box-sizing: border-box;
	height: 68px;
	padding: 0 0 0 0;
	position: relative;
	border: 3px solid #fff;
	border-right: none;
	z-index: 0;
}

div.box_flow_contract>ul li span {
	text-align: center;
	padding: 0 0 0 2.5em;
	position: relative;
	z-index: 60;
}


div.box_flow_contract>ul li:nth-of-type(1) span {
	padding: 0 0 0 1.4em;
}

div.box_flow_contract>ul li:nth-of-type(5) span {
	padding: 0 0 0 3em;
}

div.box_flow_contract>ul li:last-of-type {
	width: 26.5%;
}


div.box_flow_contract>ul li::after {
	content: " ";
	display: block;
position: absolute;
	transform: rotate(-45deg);
}

div.box_flow_contract>ul li::after {

	width: 50px;
	height: 50px;
	border-right: 4px solid #fff;
	border-bottom: 4px solid #fff;
	z-index: 50;
	right: -27px;
	box-sizing: border-box;
	top: 8px;
}

div.box_flow_contract>ul li::before {
	content: " ";
	display: block;
	position: absolute;
	width: 45px;
	height: 45px;
	z-index: 40;
	right: -24px;
	top: 8px;
	background-color: #ccc;
	transform: rotate(-45deg);
}

div.box_flow_contract>ul li:nth-of-type(1) {
	z-index: 60;
}

div.box_flow_contract>ul li:nth-of-type(1),
div.box_flow_contract>ul li:nth-of-type(1)::before {
	background-color: #cee3b6;
}

div.box_flow_contract>ul li:nth-of-type(2) {
	z-index: 50;
}

div.box_flow_contract>ul li:nth-of-type(2),
div.box_flow_contract>ul li:nth-of-type(2)::before {
	background-color: #b0e0ca;
}


div.box_flow_contract>ul li:nth-of-type(3) {
	z-index: 40;
}

div.box_flow_contract>ul li:nth-of-type(3),
div.box_flow_contract>ul li:nth-of-type(3)::before {
	background-color: #b4c5e6;
}



div.box_flow_contract>ul li:nth-of-type(4) {
	z-index: 30;
}

div.box_flow_contract>ul li:nth-of-type(4),
div.box_flow_contract>ul li:nth-of-type(4)::before {
	background-color: #dcafe6;
}

div.box_flow_contract>ul li:nth-of-type(5),
div.box_flow_contract>ul li:nth-of-type(5)::before {
	background-color: #e6a9b3;
}




/* ====================================== */
/* ========== responsive =========== */
/* ====================================== */


/* ===== 1024px（pc）以内 ===== */
	@media (max-width: 1024px) {

/* mq start */


html.dont_scroll main {
	padding-right: 0;
}





div.box_main>section>div.box_inner {
width: 100%;
box-sizing: border-box;
padding: 90px 35px 90px 35px;
margin: 0;
}




/* mq end */

}

/* ===== 768px（sp）以内 ===== */
	@media (max-width: 767px) {

/* mq start */

body.find_flow {
	
}

body.find_flow main>artcile {
	width: 100%;
}


/* KV */

#box_ttl_kv {
	width: 100%;
	height: auto;
}

#box_ttl_kv>.box_inner {
	position: relative;
	width: 100%;
	height: auto;
	top: auto;
	left: auto;
	margin-left: 0;
}


#box_ttl_kv div.box_photo {
	position: relative;
	right: auto;
	width: 100%;
	overflow: hidden;
text-align: center;
}

#box_ttl_kv div.box_photo>img {
	width: 90%;
}

#box_ttl_kv div.box_kv_title {
	width: 300px;
	margin: 0 auto;
	position: relative;
	z-index: 30;
	box-sizing: border-box;
}


#box_ttl_kv div.box_kv_title h2 {
	font-size: 2.4rem;
	margin-top: 24px;
	padding-left: 0;
}

#box_ttl_kv div.box_kv_title h2,
#box_ttl_kv div.box_kv_title p.sub_ttl_en {
	text-align: left;
	padding-left: 90px;
}

#box_ttl_kv div.box_kv_title p.sub_ttl_en {
	font-size: 1.21rem;
	padding-left: calc(90px + 0.4em);
	margin-top: 0.2em;
}



#box_ttl_kv div.box_kv_title h2>span {
	top: -12pxpx;
	left: 2px;
	margin-left: auto;
	z-index: 10;
	display: block;
	width: 92px;
	
}

#box_ttl_kv div.box_kv_title p.sub_ttl_en::after {
	width: 32px;
	height: 32px;
	bottom: -39px;
	margin-left: -16px;
	background-position: -40px 1px;
}


#box_ttl_kv div.box_kv_title p.sub_ttl_en+p {
	font-size: 1.4rem;
	line-height: 1.8;
	width: 90vw;
	margin: 0 auto 0 auto;
	margin-top: 50px;
	padding-bottom: 1em;
}

#box_ttl_kv div.box_kv_title p.sub_ttl_en+p br {
	display: none;
}



/* inner */


div.box_main>section>div.box_inner {
	width: 90vw;
	margin: 0 auto;
	padding: 130px 0 50px 0;
}



/* btn common */

body.find_flow .box_inner>ul.btns {
	display: block;
	padding-top: 40px;
}


body.find_flow .box_inner>ul.btns li {
	margin: 0 0 8px 0;
	width: 100%;
}

body.find_flow .box_inner>ul.btns li a {
	width: 100%;
	box-sizing: border-box;
	padding-top: 1em;
	padding-bottom: 1em;
}


section>.box_inner>h3 {
	font-size: 1.6rem;
}


section>.box_inner>h3>span img:nth-of-type(1) {
	height: 24px;
}

section>.box_inner>h3>span img:nth-of-type(2) {
	height: 36px;
}


section>.box_inner>h3+p.catch {
	font-size: 2.4rem;
	
}

section>.box_inner>h3+p.catch br {
	display: none;
}



section>.box_inner>h3+p.catch::after {
	width: 40%;
	height: 0.8em;
	margin: 0 auto;
}


/* table design */

.box_table_set {
	width: 100%;
	
}

.box_table_set dl+p {
	text-align: left;
}

.box_table_set dl dt {
	width: 100%;
	text-align: center;
	border-right: none;
}


div.txt_body>dl dt {
	font-size: 1.8rem;
}

/* step-0 */

section#sec_step_00>.box_inner {
	padding-top: 40px;
}

section#sec_step_00 figure {
	width: 80vw;
	max-width: 400px;
	float: none;
	margin-left: 0;
	margin: 24px auto 0 auto;
}

.box_table_set.payment dd {
	width: 60%;
}

.box_table_set.payment dt+dd {
	width: 40%;
	text-align: center;
}


/* step-1 */
section#sec_step_01 figure {
	width: 230px;
	float: none;
	margin-right: 0px;
	margin: 0 auto;
	margin-bottom: 2em;
	margin-top: 2em;
}


/* step-2 */
section#sec_step_02 figure {
	float: none;
	margin-top: auto;
	margin-left: auto;
	margin: 48px auto 0 auto ;

}

section#sec_step_02 figure.circle {
	margin-bottom: 3em;
}



section#sec_step_02 figure+h4 {
	margin-top: 0;
}


/* step-3 */
section ul.btns_shop_guide {
	display: flex;
	justify-content: space-around;
	padding: 12px 0 24px 0;
	flex-wrap: wrap;
}


section ul.btns_shop_guide>li {
	width: 100%;
	margin-top: 32px;
	display: block;
}


section ul.btns_shop_guide>li figure {
margin: 0 auto;


width: 240px;
height: 240px;
border-radius: 120px;

}

section ul.btns_shop_guide>li h4 {
	font-size: 1.6rem;
	box-sizing: border-box;
}


section ul.btns_shop_guide>li h4 small {
	display: block;
	margin-top: 0.7em;
}


section ul.btns_shop_guide>li ul.btns {
	width: 100%;
	padding: 24px 0 0 0px;
}

section ul.btns_shop_guide>li ul.btns.shop.machi-guide li {
	width: 100%;
	margin-bottom: 12px;
}

/* check list */

div.ck_points {
	width: 100%;
	box-sizing: border-box;
	padding: 3em;
	border-radius: 16px;
	
}



figure.photo.center {
	width: 100%;
	box-sizing: border-box;
}


figure.photo figcaption {
	text-align: left;
	color: #333;
}




/* step-3 */
section#sec_step_04 figure {
	width: 280px;
	margin-bottom: 6.5em;
	float: none;
	margin-left: 0;
	margin: 0 auto;
}



section#sec_step_04 div.box_ckbox {
	margin: 50px auto 0 auto;
	width: 100%;
padding: 3em;
position: relative;
z-index: 0;
}



div.box_reference {
	width: 100%;
	box-sizing: border-box;
	display: block;
}


div.box_reference>h5 {
	padding: 1em;
	padding-left: 1em;
	text-align: center;
}

div.box_reference>p {
	font-size: 1.4rem;
	line-height: 1.5;
	padding: 1em;
	border-left: none;
	border-top: 2px dotted #21a1de;
}

/*-- step 5 --*/


div.box_flow_contract {
	margin: 40px 0 40px 0;
}


div.box_flow_contract>ul {
	display: flex;
	justify-content: flex-start;
	font-size: 1.6rem;
	flex-wrap: wrap;
}

div.box_flow_contract>ul li {
	width: 100%;
	box-sizing: border-box;
	justify-content: center;
	height: 5em;
	border: 3px solid #fff;
	border-right:  3px solid #fff;;
	border-bottom: 0;
}

div.box_flow_contract>ul li span {
	padding: 0 0 0 0;
}

div.box_flow_contract>ul li:nth-of-type(1) span {
	padding: 0 0 0 0;
}

div.box_flow_contract>ul li:nth-of-type(5) span {
	padding: 0 0 0 0;
}

div.box_flow_contract>ul li:last-of-type {
	width: 100%;
	border-bottom:  3px solid #fff;;
}

div.box_flow_contract>ul li::before {
	content: none;
}

div.box_flow_contract>ul li::after {
	transform: rotate(45deg);
	width: 20px;
	height: 20px;
	z-index: 50;
	right: auto;
	top: auto;
	bottom: -11px;
	background-color: #fff;
	
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
}

div.box_flow_contract>ul li:nth-of-type(1)::after {
	background-color: #cee3b6;
}

div.box_flow_contract>ul li:nth-of-type(2)::after {
	background-color: #b0e0ca;
}

div.box_flow_contract>ul li:nth-of-type(3)::after {
	background-color: #b4c5e6;
}

div.box_flow_contract>ul li:nth-of-type(4)::after {
	background-color: #dcafe6;
}

div.box_flow_contract>ul li:nth-of-type(5)::after {
	content: none;
}

.box_table_set.docs dt {
	width: 100%;
}

.box_table_set.docs dt+dd {
	width: 100%;
}



/* mq end */

}




/**/
/**/
/**/
/**/
/**/
/**/
