#specified {
	font-family: 'Poppins', sans-serif;
}

/*============================
MV
============================*/
#mv {
	background-image: url(../img/foreign/specified/mv.jpg);
}

#mv .title_box .title {
	font-size: 0.3rem;
	padding: 0.2rem 0;
}
@media screen and (max-width: 599px) {
	#mv .title_box .title {
		font-size: 0.28rem;
	}
}

/*============================
Features
============================*/
#features {
	margin-bottom: 1rem;
}
@media screen and (max-width: 599px) {
	#features {
		margin-bottom: 0;
	}
}


/* タイトル */
#features .sec_title {
	padding-top: 1.00rem;;
	padding-bottom: 0.20rem;
	text-align: center;
	letter-spacing: 0.075em;
	line-height: 1.4;
}
@media screen and (max-width: 599px) {
	#features .sec_title {
		padding-top: 0.5rem;
		padding-bottom: 0.20rem;#facebook_bnr .text#facebook_bnr .text
	}
}

/* リード */
#features .lead {
	font-size: 0.18rem;
	text-align: center;
	margin-bottom: 0.8rem;
	line-height: 1.65;
}
@media screen and (max-width: 599px) {
	#features .lead {
		font-size: 0.16rem;
	}
}


#features .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#features .list .item {
	width: 31%;
	box-sizing: border-box;
}
@media screen and (max-width: 599px) {
	#features .list .item {
		width: 100%;
		margin-bottom: 0.5rem;
	}
}

#features .list .item .ph_wrap {
	width: 100%;
	height: 2.7rem;
}
@media screen and (max-width: 599px) {
	#features .list .item .ph_wrap {
		height: 2.3rem;
	}
}

#features .list .item .ph_wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0.1rem;
}

#features .list .item .text {
	font-size: 0.16rem;
	line-height: 2;
	margin-top: 0.2rem;
}
@media screen and (max-width: 599px) {
	#features .list .item .text {
		font-size: 0.14rem;
	}
}


#features .list .item .text span {
	display: block;
	margin-bottom: 0.1rem;
	position: relative;
	padding-left: 0.2rem;
}

#features .list .item .text span::before {
	content: '';
	width: 0.1rem;
	height: 0.02rem;
	background: #2F475C;
	display: inline-block;
	position: absolute;
	top: 0.15rem;
	left: 0;
}

/*============================
FLOW
============================*/
#flow {
	background: #F2F2F2;
	padding: 1rem 0 0.5rem;
}
@media screen and (max-width: 599px) {
	#flow {
		padding: 0 0 0.5rem;
	}
}

/* タイトル */
#flow .sec_title {
	padding-bottom: 0.80rem;
	text-align: center;
	letter-spacing: 0.075em;
	line-height: 1.4;
}
@media screen and (max-width: 599px) {
	#flow .sec_title {
		padding-top: 0.5rem;
		padding-bottom: 0.20rem;
	}
}

#flow .list {
	max-width: 8.5rem;
	width: 100%;
	margin: auto;
}

#flow .list .item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background-color: #fff;
	border: 1px solid #FF7A59;
	border-radius: 0.1rem;
	box-sizing: border-box;
	margin-bottom: 0.8rem;
	position: relative;
}
@media screen and (max-width: 599px) {
	#flow .list .item {
		padding-bottom: 0.3rem;
	}
}


/* 三角 */
#flow .list .item::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.2rem 0.2rem 0 0.2rem;
	border-color: #FF7A59 transparent transparent transparent;
	position: absolute;
	bottom: -0.5rem;
	left: 50%;
	transform: translateX(-50%);
}

#flow .list .item:last-child::after {
	content: none;
}

/* 写真 */
#flow .list .item .ph_wrap {
	width: 2.5rem;
	padding: 0.3rem 0.2rem;
	box-sizing: border-box;
}
@media screen and (max-width: 599px) {
	#flow .list .item .ph_wrap {
		width: 100%;
		padding: 0.2rem;
		text-align: center;
	}
}

/* テキスト */
#flow .list .item .text_wrap {
	width: calc(100% - 2.5rem);
	box-sizing: border-box;
	padding: 0.3rem;
}
@media screen and (max-width: 599px) {
	#flow .list .item .text_wrap {
		width: 100%;
		padding: 0 0.3rem;
	}
}

#flow .list .item .text_wrap .list_title {
	font-size: 0.3rem;
	font-weight: bold;
	color: #FF7A59;
	border-bottom: 1px solid #FF7A59;
	padding-bottom: 0.1rem;
	margin-bottom: 0.15rem;
}
@media screen and (max-width: 599px) {
	#flow .list .item .text_wrap .list_title {
		font-size: 0.25rem;
		margin-bottom: 0;
	}
}

#flow .list .item .text {
	font-size: 0.16rem;
	line-height: 2;
	margin-top: 0.2rem;
}
@media screen and (max-width: 599px) {
	#flow .list .item .text {
		font-size: 0.14rem;
		margin-top: 0.1rem;
	}
}

#flow .list .item .text span{
	display: block;
	margin-bottom: 0.1rem;
}

#flow .list .item .text a {
	color: #2F475C;
}

#flow .list .item .text a:hover {
	text-decoration: none;
	opacity: 0.7;
}


/*============================
Facebookリンク
============================*/
#facebook_bnr {
	background: url(../img/foreign/specified/facebook_bg.jpg) no-repeat center;
	background-size: cover;
	padding: 1.1rem 0 1.3rem;
	position: relative;
	margin-bottom: 0.1rem;
}
@media screen and (max-width: 599px) {
	#facebook_bnr {
		padding: 0 0 0.5rem;
		position: relative;
		margin-bottom: 0.1rem;
	}
}

#facebook_bnr::before {
	content: '';
	display: block;
	width: 50%;
	height: 100%;
	background: rgba(47, 71, 92, 0.8);
	position: absolute;
	left: 0;
	top: 0;
}

#facebook_bnr .box {
	max-width: 10rem;
	width: 100%;
	margin: auto;
}
/* タイトル */
#facebook_bnr .sec_title {
	padding-bottom: 0.40rem;
	letter-spacing: 0.075em;
	line-height: 1.4;
	color: #fff;
}
@media screen and (max-width: 599px) {
	#facebook_bnr .sec_title {
		padding-top: 0.5rem;
		padding-bottom: 0.20rem;
	}
}

#facebook_bnr .text {
	font-size: 0.18rem;
	padding-bottom: 0.40rem;
	line-height: 2;
	color: #fff;
}
@media screen and (max-width: 599px) {
	#facebook_bnr .text {
		font-size: 0.16rem;
	}
}

#facebook_bnr .btn a {
	font-size: 0.3rem;
	max-width: 4.2rem;
	width: 100%;
	display: inline-block;
	background: #1077F0;
	padding: 0.2rem 0;
	color: #fff;
	text-decoration: none;
	border-radius: 0.5rem;
	text-align: center;
}
@media screen and (max-width: 599px) {
	#facebook_bnr .btn  {
		text-align: center;
	}

	#facebook_bnr .btn a {
		font-size: 0.25rem;
		max-width: 3rem;
		padding: 0.15rem 0;
	}
}

#facebook_bnr .btn a:hover {
	opacity: 0.7;
}



/*============================
戻るボタン
============================*/
.btn_return {
	text-align: center;
	margin: 0.50rem 0;
}

.btn_return a {
	width: 3.5rem;
	display: block;
	padding: 0.20rem 0;
	color: #fff;
	background: #FF7A59;
	border-radius: 0.5rem;
	margin: auto;
    font-size: 0.25rem;
    text-decoration: none;
	position: relative;
}
.btn_return a::after {
    content: '';
    display: inline-block;
    width: 0.1rem;
    height: 0.15rem;
    background: url(../common/img/icon_btnarrow_wh.svg) no-repeat center;
    background-size: cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0.15rem;
}
.btn_return a:hover {
	opacity: 0.7;
}




