@charset "UTF-8";
/*========================================
Re:vite
Date : 20210226
URL :
Style : each contents CSS "index"
Filename : contents.css
========================================*/

/*========================================
Content
========================================*/
body {
	font-family: -apple-system,BlinkMacSystemFont,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN",メイリオ,Meiryo,"Noto Sans Japanese","Noto Sans CJK JP",sans-serif;
	color: #5e5e5e;
}

main {
	margin: 0;
	padding: 0;
}
.wide-wrapper {
	width: 100%;
	margin: 0;
	position: relative;
}
.hd-wrapper {
	width: 100%;
	margin: 0 auto;
	border-top: 6px solid #fcdd2b;
	border-bottom: 1px solid #fcdd2b;
	box-sizing: border-box;
	position: relative;
}
.ft-wrapper {
	width: 100%;
	margin: 0 auto;
	border-top: 1px solid #c6c6c6;
	box-sizing: border-box;
	position: relative;
}
.sub-wrapper {
	max-width: 1280px;
	margin: 0 auto;
}
.main-wrapper {
	max-width: 920px;
	margin: 0 auto;
}

@media screen and (max-width: 374px){
	.hd-wrapper, .ft-wrapper {
		padding: 0 20px;
	}
}
@media screen and (min-width: 375px) and (max-width: 767px) {
	.hd-wrapper, .ft-wrapper {
		padding: 0 20px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
	.hd-wrapper, .ft-wrapper {
		padding: 0 20px;
	}
}


/*========================================
Text Format
========================================*/
p {
	word-break: break-all;
	overflow-wrap: break-word;
}


/*========================================
Header
========================================*/
.rv_logo {
    width: 70%;
	max-width: 230px;
	margin: 10px 0 10px 10px;
	padding: 0;
}
.rv_logo p {
	margin: 0;
	padding: 0 0 5px;
	font-size: 12px;
	line-height: 1.5;
}
.rv_logo a {
	color: #333;
	text-decoration: none;
}


/*========================================
Footer
========================================*/
.rv_ft-copy {
	margin: 0;
	padding: 14px 20px;
	font-size: 12px;
	line-height: 1.5;
	color: #535353;
}

/*========================================
Contact
========================================*/
.rv_contents-title_ar {
	max-width: 810px;
	margin: 50px auto 0;
	padding: 0;
	box-sizing: border-box;
}
.rv_contents-title_ar p {
	margin: 0;
	padding: 30px 20px;
	font-size: 18px;
	line-height: 1.8;
}
.rv_contents-title {
	margin: 0;
	padding: 12px 22px;
    background: #f9f9f9;
	/* background-image: url("../../images/title-bg-01.png"), url("../../images/title-bg-02.png"), url("../../images/title-bg-03.png"), url("../../images/title-bg-04.png");
	background-position: top left, top right, bottom right, bottom left;
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat; */
}
.rv_contents-title h1 span {
    display: block;
    padding: 0 0 10px;
    font-size: 15px;
}
.rv_contents-title h1 {
	width: 100%;
    text-align: center;
	padding: 0;
	font-size: 22.5px;
	font-weight: 700;
    line-height: 1.5;
	box-sizing: border-box;
}

.rv_contents-sub-title_ar {
	margin: 0 15px 50px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.rv_contents-sub-title_ar > p {
	width: calc(100% - 240px);
	margin: 0;
	padding: 0 0 0 20px;
	box-sizing: border-box;
	line-height: 1.5;
}
.rv_contents-sub-title_ar li {
	width: 100%;
	padding: 5px 0;
	font-size: 18px;
	line-height: 1.5;
}
.rv_contents-sub-title_ar li::first-letter {
	color: #e76d67;
}
.rv_contents-sub-title {
	width: 200px;
	height: 150px;
	background: #fff;
	border: 4px solid #fff;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	position: relative;
}
.rv_contents-sub-title::before {
	content: '';
	width: 180px;
	height: 100%;
	border: 2px solid #e76d67;
	box-sizing: border-box;
	position: absolute;
}
.rv_contents-sub-title p {
	padding: 0 0 0 12px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
	color: #e76d67;
}

.rv_contents-item {
	margin: 0 0 100px;
	padding: 40px 20px;
	background: #fff;
	box-shadow: 0px 0px 14px 5px rgba(0, 0, 0, 0.2);
}

.rv_error-all {
	margin: 0 20px 20px;
	padding: 10px;
	border: 3px solid #d41919;
	box-sizing: border-box;
	display: inline-flex;
}
.rv_error-all p {
	margin: 0;
	padding: 0;
	font-size: 20px;
	line-height: 1;
	color: #d41919;
}
.rv_error-all img {
	width: 22px;
	height: 22px;
	margin-right: 5px;
}
.contact-form__answer li {
    line-height: 1.25;
}
.br-pc {
	display: block;
}
.br-sp {
	display: none;
}

.f-rd {
	color: #e76d67;
}
.u-size--small {
    font-size: 14px;
}

@media screen and (max-width: 374px){
	.rv_contents-title_ar {
		margin: 30px 20px 0;
		padding: 0;
	}
	.rv_contents-title_ar p {
		margin: 0;
		padding: 20px 0px;
		font-size: 16px;
		line-height: 1.8;
	}
	.rv_contents-title {
		margin: 0;
		padding: 16px;
		background-size: 30px 30px, 30px 30px, 30px 30px, 30px 30px;
	}
	.rv_contents-title h1 {
		width: 100%;
		height: 70px;
		margin: 0;
		padding: 0;
		font-size: 17px;
		font-weight: 700;
		text-align: center;
	}

	.rv_contents-sub-title_ar {
		margin: 0 0 40px;
		flex-wrap: wrap;
	}
	.rv_contents-sub-title_ar > p {
		width: 100%;
		padding: 0 5px;
	}
	.rv_contents-sub-title {
		width: calc(100% - 10px);
		height: auto;
		align-items: center;
		justify-content: center;
		position: relative;
	}
	.rv_contents-sub-title p {
		padding: 10px 0;
		font-size: 18px;
		text-align: center;
	}


	.rv_contents-item {
		margin: 0;
		padding: 30px 10px;
		background: #fff;
		box-shadow: none;
	}

	.br-pc {
		display: none;
	}
	.br-sp {
		display: block;
	}
}
@media screen and (min-width: 375px) and (max-width: 767px) {
	.rv_contents-title_ar {
		margin: 30px 20px 0;
		padding: 0;
	}
	.rv_contents-title_ar p {
		margin: 0;
		padding: 20px 0px;
		font-size: 15.5px;
		line-height: 1.8;
	}
	.rv_contents-title {
		margin: 0;
		padding: 16px;
        line-height: 1.5;
		background-size: 30px 30px, 30px 30px, 30px 30px, 30px 30px;
	}
	.rv_contents-title h1 {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 5px 0;
		font-size: 15.5px;
		font-weight: 700;
		text-align: center;
	}
    .rv_contents-title h2 {
        font-size: 14.5px;
    }
	.rv_contents-sub-title_ar {
		margin: 0 0 40px;
		flex-wrap: wrap;
	}
	.rv_contents-sub-title_ar > p {
		width: 100%;
		margin: 0 0 20px;
		padding: 0 5px;
	}
	.rv_contents-sub-title::before {
        width: 240px;
    }
	.rv_contents-sub-title {
		width: calc(100% - 10px);
		height: auto;
		align-items: center;
		justify-content: center;
		position: relative;
	}
	.rv_contents-sub-title p {
		padding: 10px 0;
		font-size: 18px;
		text-align: center;
	}

	.rv_contents-item {
		margin: 0;
		padding: 30px 10px;
		background: #fff;
		box-shadow: none;
	}

	.br-pc {
		display: none;
	}
	.br-sp {
		display: block;
	}
    .contact-form__answer {
        justify-content: space-between;
    }
    .contact-form__answer li {
        width: 48%!important;
        margin: 4px 0px!important;
        font-size: 14px!important;
    }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
	.rv_contents-title_ar {
		padding: 0 40px;
	}
	.rv_contents-item {
		box-shadow: none;
	}
}
.u-text--center {
    text-align: center;
}
.u-pdBottom--5 {
    padding-bottom: 5px;
}
.u-mgBottom--10 {
    margin-bottom: 10px;
}
.u-pdRight--10 {
    padding-right: 10px;
}
.u-mgRight--25 {
    margin-right: 25px;
} 