@charset "UTF-8";
/* CSS Document */

/* ---------------------------------------------------------------------- */
/* contents */
/* ---------------------------------------------------------------------- */
#RthCustomizeW .main_contents{
	background: #fff;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
#RthCustomizeW .section_basic{
	max-width: 950px;
	margin: 0 auto;
	padding: 50px 0;
	position: relative;
}

/* ch3
--------------------------------------------------------------------- */
#RthCustomizeW .ch3 {
	line-height: 1.3;
	margin-bottom: 50px;
	position: relative;
}
#RthCustomizeW .ch3 .jp {
	display: block;
	font-size: 36px;
	letter-spacing: 0.06em;
}
#RthCustomizeW .ch3 .en {
	display: block;
	font-size: 21px;
	letter-spacing: 0.04em;
}

/* ch4
--------------------------------------------------------------------- */
#RthCustomizeW .ch4{
	font-size: 26px;
	line-height: 1.3;
	letter-spacing: 0.1em;
}

/* flex_evenly
--------------------------------------------------------------------- */
#RthCustomizeW .flex_evenly {
	justify-content: space-between;
	flex-wrap: wrap;
}

#RthCustomizeW .flex_evenly>div {
	width: 45.4545%;
}

/* table
--------------------------------------------------------------------- */
#RthCustomizeW .table_basic {
	width: 100%;
	border-collapse: collapse;
}

#RthCustomizeW .table_basic th,
#RthCustomizeW .table_basic td {
	box-sizing: border-box;
	/* text-align: left; */
	padding: 1.8rem 1em;
	border-top: 1px solid #777;
	border-bottom: 1px solid #777;
	line-height: 1.75;
	letter-spacing: 0.15em;
  text-align: justify;
}

#RthCustomizeW .table_basic th {
	white-space: nowrap;
	font-weight: 500;
}

/*---------------------------------------------------------*/
/* list */
#RthCustomizeW .list_disc,
#RthCustomizeW .list_number {
	margin-left: 1.5em;
}

#RthCustomizeW .list_disc > li {
	list-style-type: disc;
}

#RthCustomizeW .list_number > li {
	list-style-type: decimal;
}

/*---------------------------------------------------------*/
/* dl */
#RthCustomizeW .dl_basic{
	display: flex;
	flex-wrap: wrap;
}
#RthCustomizeW .dl_basic dt,
#RthCustomizeW .dl_basic dd{
	border-bottom: 1px solid #323030;
	min-height: 5em;
	display: flex;
	align-items: center;
	line-height: 1.5;
	padding: 0.5em 1em;
}
#RthCustomizeW .dl_basic dt:nth-child(1),
#RthCustomizeW .dl_basic dd:nth-child(2){
	border-top: 1px solid #323030;
}
#RthCustomizeW .dl_basic dt{
	width: 30%;
}
#RthCustomizeW .dl_basic dd{
	width: 70%;
}
/* column3 */
#RthCustomizeW .dl_basic.column3 dt{
	width: 8em;
}
#RthCustomizeW .dl_basic.column3 dd{
	width: calc(32% - 8em);
	margin-right: 1.5%;
}
#RthCustomizeW .dl_basic.column3 dd:nth-child(6n){
	margin-right: 0;
}
#RthCustomizeW .dl_basic.column3 dt:nth-child(-n+6),
#RthCustomizeW .dl_basic.column3 dd:nth-child(-n+6){
	border-top: 1px solid #323030;
}

/*---------------------------------------------------------*/
/* link */
/* link_detail */
#RthCustomizeW .link_detail{
	margin: 30px 0 10px auto;
	width: fit-content;
}
#RthCustomizeW .link_detail a{
	background: #252120;
	color: #fff;
	font-size: 15px;
	letter-spacing: 0.2em;
	line-height: 1;
	padding: 0 16px 0 34px;
	position: relative;
	height: 27px;
	width: 182px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: 0.3s all ease-in-out;
}
#RthCustomizeW .link_detail a:hover{
	opacity: 1;
}
#RthCustomizeW .link_detail a::before,
#RthCustomizeW .link_detail a::after{
	border-bottom: 10px solid #252120;
	content: "";
	position: absolute;
	left: 0;
	height: 0;
	width: 100%;
}
#RthCustomizeW .link_detail a::before{
	border-right: 10px solid transparent;
	top: -10px;
}
#RthCustomizeW .link_detail a::after{
	bottom: -10px;
}
#RthCustomizeW .link_detail .mark{
	border: 1px solid #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	transition: 0.3s all ease-in-out;
}
#RthCustomizeW .link_detail a:hover .mark{
	background: #C4972F;
	transform: scale(130%);
}
#RthCustomizeW .link_detail .mark img{
	width: 13px;
	height: auto;
}

/* link_brackets */
#RthCustomizeW .link_brackets{
	margin: 70px auto;
	width: 392px;
	text-align: center;
}
#RthCustomizeW .link_brackets a{
	background: #fff url(../images/icon_brackets.svg) no-repeat right 24px center;
	background-size: 5px auto;
	border: 1px solid #ccc;
	display: block;
	font-size: 18px;
	line-height: 1.4;
	padding: 20px;
}

/* link_tel */
#RthCustomizeW .link_tel{
	background: url(../images/icon_tel_black.svg) no-repeat left 15px center;
	background-size: 25px auto;
	border-bottom: 1px solid #333;
	display: block;
	font-size: 36px;
	letter-spacing: 0.11em;
	margin: 0 auto 20px;
	padding: 0 20px 5px 55px;
	width: fit-content;
}

/*---------------------------------------------------------*/
/* under page */
/*---------------------------------------------------------*/
/* under_mv */
#RthCustomizeW .under_mv{
	color: #fff;
	background: #323030;
	height: 450px;
	line-height: 1;
	max-width: 1920px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	text-align: center;
}
#RthCustomizeW .under_mv h2{
	position: relative;
	z-index: 2;
}
#RthCustomizeW .under_mv .jp{
	display: block;
	font-size: 36px;
	letter-spacing: 0.2em;
	padding-top: 280px;
}
#RthCustomizeW .under_mv .en{
	display: block;
	font-size: 24px;
	padding-top: 15px;
}
#RthCustomizeW .under_mv .photo{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 0;
}
#RthCustomizeW .under_mv .photo img{
	object-fit: cover;
	height: 450px;
	width: 100%;
	margin: 0 auto;
	max-width: none;
}

/* under_mv second_mv */
#RthCustomizeW .under_mv.second_mv{
	height: 260px;
}
#RthCustomizeW .under_mv.second_mv .jp{
	padding-top: 100px;
}

/* common_contents */
/* ---------------------------------------------------------------------- */
#RthCustomizeW .common_contents.main_contents{
	background: #F5F5F5;
	line-height: 2;
	padding: 100px 0;
}
#RthCustomizeW .common_contents .ch3{
	margin-bottom: 50px;
}
#RthCustomizeW .common_contents .ch3 .en{
	margin-top: 15px;
}
#RthCustomizeW .common_contents .text{
	margin: 50px 0;
}
#RthCustomizeW .common_contents .size_l{
	font-size: 22px;
	line-height: 2;
}
#RthCustomizeW .common_contents .size_m{
	font-size: 18px;
	line-height: 2;
}
#RthCustomizeW .common_contents .size_s{
	font-size: 16px;
	line-height: 2;
}
#RthCustomizeW .common_contents .border_dotted{
	background-image : linear-gradient(to right, #333 2px, transparent 2px);
	background-size: 10px 2px;
	background-repeat: repeat-x;
	background-position: left bottom;
	margin: 100px 0;
	height: 2px;
	width: 100%;
}
#RthCustomizeW .common_contents .border_h4{
	border-bottom: 2px solid #333;
	font-size: 24px;
	line-height: 1.4;
	margin: 50px 0 20px;
	padding-bottom: 20px;
}
#RthCustomizeW .common_contents ol.brackets,
#RthCustomizeW .common_contents ol.number{
	margin: 1em auto;
	width: 90%;
}
#RthCustomizeW .common_contents ol.brackets li {
	list-style-type: none;
	counter-increment: cnt;
	padding-left: 28px;
	text-indent: -28px;
}
#RthCustomizeW .common_contents ol.brackets li::before {
	content: "(" counter(cnt) ") ";
}
#RthCustomizeW .common_contents ol.number li{
	list-style: decimal;
	margin-left: 1em;
}
#RthCustomizeW .common_contents .logo{
	margin: 100px auto 0;
	width: 300px;
}
#RthCustomizeW .common_contents .box_white{
	background: #fff;
}
