@charset 'UTF-8';
/*PARTS*/
.taC {
	text-align: center;
}

p strong {
	font-weight: bold;
}

.colURb {
	color: #00437c !important;
	font-weight: bold;
}

.colURr {
	color: #900c52 !important;
	font-weight: bold;
}

.fw_b {
	font-weight: bold !important;
}

.fc_red {
	color: #f00;
}

.dn {
	display: none !important;
}

.list-style-decimal {
	list-style: decimal;
	margin-left: 1.6em;
}
.list-style-decimal li {
	line-height: 1.5;
	font-size: 11px;
	font-size: 3.09375vw;
}
.list-style-decimal li + li {
	margin-top: .6em;
}

.list-style-disc {
	list-style: disc;
	margin-left: 1.5em;
}
.list-style-disc li {
	line-height: 1.5;
	font-size: 11px;
	font-size: 3.09375vw;
}
.list-style-disc li + li {
	margin-top: .6em;
}

.list-style-kome {
	list-style: none;
	margin-left: 1em;
	padding-left: .5em;
}
.list-style-kome li {
	line-height: 1.5;
	text-indent: -1em;
	font-size: 11px;
	font-size: 3.09375vw;
}
.list-style-kome li + li {
	margin-top: .6em;
}
.list-style-kome li.highlight {
	font-weight: bold;
}
.list-style-kome li.highlight span {
	color: #900c52;
}
.list-style-kome li.highlight + li {
	font-size: 2.9333333333vw;
	font-weight: bold;
}

.list-style-katakana {
	list-style-type: katakana;
	padding-left: 2em;
}
.list-style-katakana > li {
	margin-bottom: .5em;
}
.list-style-katakana li {
	line-height: 1.5;
	font-size: 11px;
	font-size: 3.09375vw;
}
.list-style-katakana li + li {
	margin-top: .5em;
}
.list-style-katakana ul, .list-style-katakana ol {
	margin-top: .5em;
	margin-left: 0;
}

.list-style-decimal li a, .list-style-disc li a, .list-style-kome li a, .list-style-katakana li a {
	color: #00437c;
	text-decoration: underline;
}

.list-indent-1em > li {
	text-indent: -1em;
	margin-left: 1em;
}

.list-indent-3em > li {
	text-indent: -3em;
	margin-left: 3em;
}

.indent1em {
	display: inline-block;
	text-indent: -1em;
	margin-left: 1em;
}

.mb0 {
	margin-bottom: 0 !important;
}

.mbXS {
	margin-bottom: 1vw !important;
}

.mbS {
	margin-bottom: 3vw !important;
}

.mbM {
	margin-bottom: 5vw !important;
}

.mbL {
	margin-bottom: 10vw !important;
}

.mt0 {
	margin-top: 0 !important;
}

.mtXS {
	margin-top: 1vw !important;
}

.mtS {
	margin-top: 3vw !important;
}

.mtM {
	margin-top: 5vw !important;
}

.mtL {
	margin-top: 10vw !important;
}

.pl1e {
	padding-left: 1em;
}

.pl2e {
	padding-left: 2em;
}

.pl3e {
	padding-left: 3em;
}

/* TITLE */
.title_shataku_top {
	padding-right: 2.666666667vw;
	padding-left: 2.666666667vw;
	line-height: 13.33333333vw;
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
	font-size: 6.75vw;
	font-weight: normal;
	letter-spacing: .02em;
}
.title_shataku_top .colURb, .title_shataku_top .colURr {
	font-weight: normal;
}

.ttl_h2_c_bb {
	margin-top: 10vw;
	margin-bottom: 3vw;
	padding-bottom: .4em;
	font-weight: bold;
	font-size: 15px;
	font-size: 4.21875vw;
	text-align: center;
	border-bottom: 1px solid #999;
}

.ttl_h2_bg_b, .ttl_h2_bg_r {
	background: #00437c;
	font-size: 12px;
	font-size: 3.375vw;
	font-weight: normal;
	color: white;
	margin-top: 10vw;
	margin-bottom: 3vw;
	padding: 10px 2.666666667vw;
	text-align: left;
	line-height: 1;
}

.ttl_h2_bg_r {
	background: #900c52;
}

.ttl_h3_L {
	font-size: 18px;
	font-size: 5.0625vw;
	font-weight: bold;
	margin: 3vw 0 2vw;
}

/*ACCORDION*/
.accordion .btn_01 {
	position: relative;
	display: block;
	box-sizing: border-box;
	width: 100%;
	margin-top: 20px;
	padding: 18px 1em;
	background-color: #00437c;
	color: #fff;
	font-size: 13px;
	font-size: 3.65625vw;
	font-weight: normal;
	cursor: pointer;
}
.accordion .btn_01:before {
	content: '';
	position: absolute;
	top: 50%;
	right: calc(10px + 1em);
	width: 6px;
	height: 10px;
	margin-top: -5px;
	background: url(/chintai/sp/img/whats/icn_arrow_right_01.png) 0 0 no-repeat;
	background-size: 6px 10px;
}
.accordion .btn_01.type_02:before {
	width: 19px;
	height: 18px;
	margin-top: -9px;
	background: url(/chintai/sp/img/whats/icn_open_01.jpg) 0 0 no-repeat;
	background-size: 19px 18px;
}
.accordion .btn_01.type_02.is_open:before {
	background: url(/chintai/sp/img/whats/icn_close_01.jpg) 0 0 no-repeat;
	background-size: 19px 18px;
}

.accordion.is_open .type_02:before {
	background: url(/chintai/sp/img/whats/icn_close_01.jpg) 0 0 no-repeat;
	background-size: 19px 18px;
}

.box_info {
	display: none;
	padding: 0 10px 20px;
}
.box_info .box_list {
	padding-top: 10px;
}
.box_info .box_list li {
	margin-bottom: 10px;
}
.box_info .box_list li a {
	display: block;
	margin-bottom: 5px;
}
.box_info .box_list li strong {
	display: block;
	color: #284679;
}

/*link SQUARE arw */
.link_whats_arrow, .link_whats_arrow_D {
	display: inline-block;
	position: relative;
	padding: 2px 0 2px 25px;
	color: #284679;
}
.link_whats_arrow:before, .link_whats_arrow_D:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	background: url(/chintai/img/common/arrow_slide_right_small.png) no-repeat;
	background-size: 20px 20px;
	content: '';
}

.link_whats_arrow_D:before {
	transform: rotate(90deg);
}

/* button */
.btn_l_blue_01 {
	display: block;
	width: 100%;
	margin: 10px 0 20px;
	font-weight: bold;
	font-size: 13px;
	font-size: 3.65625vw;
	text-align: center;
	box-sizing: border-box;
	padding: 15px 15px 13px;
	background-color: #ecedf5;
	color: #284679;
	border: 1px solid #284679;
	text-decoration: none;
}

.btn_org_01 {
	display: block;
	width: 100%;
	font-weight: bold;
	background-color: #f90;
	font-size: 13px;
	font-size: 3.65625vw;
	text-align: center;
	box-sizing: border-box;
	padding: 15px 15px 13px;
	color: white;
	text-decoration: none;
}

.btn_blue_01 {
	display: block;
	width: 100%;
	font-weight: bold;
	background-color: #00437c;
	font-size: 13px;
	font-size: 3.65625vw;
	text-align: center;
	box-sizing: border-box;
	padding: 15px 15px 13px;
	color: white;
	text-decoration: none;
}
.btn_blue_01.ico_blank {
	background-image: url(/chintai/sp/shataku/img/common/icn_blank_white.png);
	background-repeat: no-repeat;
	background-position: right 10px top 50%;
	background-size: 2.933333333vw auto;
}

.btn_red_01 {
	display: block;
	width: 100%;
	font-weight: bold;
	background-color: #900c52;
	font-size: 13px;
	font-size: 3.65625vw;
	text-align: center;
	box-sizing: border-box;
	padding: 15px 15px 13px;
	color: white;
	text-decoration: none;
}

/* borderbox & title*/
.bdbox_ttl {
	margin-top: 5vw;
	text-align: center;
	font-size: 13px;
	font-size: 3.65625vw;
	margin-bottom: -.8em;
}
.bdbox_ttl span {
	line-height: 1;
	background-color: #fff;
	padding: 0 1em;
	display: inline-block;
	font-weight: bold;
}

.bdbox_cnt {
	border: #999 1px solid;
	padding: 5.2vw 2.666666667vw 3.0vw;
}
.bdbox_cnt p + .btn {
	margin-top: 2vw;
}
.bdbox_cnt .btn + p {
	margin-top: 5vw;
}

.bd-box {
	padding: 5vw 2.666666667vw;
}
.bd-box.bd-blue {
	border: #00437c 2px solid;
}
.bd-box.bd-red {
	border-bottom: #900c52 2px solid;
	border-top: none;
	border-left: none;
	border-right: none;
}
.bd-box.bg-blue {
	background: #ecedf5;
	border-top: none;
	border-left: none;
	border-right: none;
}
.bd-box .bd-box-ttl-s {
	font-size: 1.363636364em;
	font-weight: bold;
	margin-bottom: 2.666666667vw;
}
.bd-box .bd-box-ttl {
	font-size: 18px;
	font-size: 5.0625vw;
	font-weight: bold;
	margin-bottom: 2.666666667vw;
}
.bd-box .bd-box-ttl-blue {
	color: #00437c;
	font-weight: bold;
	margin-bottom: 2.666666667vw;
	margin-top: 5vw;
	margin-bottom: 2.6vw;
}
.bd-box + .bd-box {
	margin-top: 2.666666667vw;
}

/* LIST PDF */
.list-pdf {
	margin: 15px 0 20px 5px;
}
.list-pdf li {
	display: block;
	font-size: 11px;
	font-size: 3.09375vw;
}
.list-pdf li a {
	color: #00437c;
	text-decoration: underline;
	display: inline-block;
	min-height: 18px;
	padding-left: 3.9vw;
	background: url(/chintai/shataku/img/ico_pdf.png) 0 center no-repeat;
	background-size: 2.933333333vw auto;
	line-height: 1.5;
	font-size: 11px;
	font-size: 3.09375vw;
}
.list-pdf li + li {
	margin-top: .5em;
}

/*ACCORDION*/
.top_store_acco_ttl {
	margin-bottom: 20px;
	background-color: #900c52;
	background-image: url(/chintai/sp/shataku/img/common/btn_icn_open_01.png);
	background-repeat: no-repeat;
	background-position: right 2vw top 50%;
	background-size: 2.933333333vw auto;
	cursor: pointer;
	display: flex;
	align-items: center;
	width: 100%;
}
.top_store_acco_ttl.is_open {
	background-image: url(/chintai/sp/shataku/img/common/btn_icn_close_01.png);
}
.top_store_acco_ttl span {
	font-size: 13px;
	font-size: 3.65625vw;
	color: white;
	font-weight: bold;
	padding: 2vw 2.666666667vw;
}

.top_store_acco_ttl2 {
	margin-bottom: 20px;
	background-color: #900c52;
	background-image: url(/chintai/sp/shataku/img/common/btn_icn_open_01.png);
	background-repeat: no-repeat;
	background-position: right 2vw top 50%;
	background-size: 2.933333333vw auto;
	cursor: pointer;
	height: auto;
	display: flex;
	align-items: center;
	width: 100%;
}
.top_store_acco_ttl2.is_open {
	background-image: url(/chintai/sp/shataku/img/common/btn_icn_close_01.png);
}
.top_store_acco_ttl2 span {
	font-size: 13px;
	font-size: 3.65625vw;
	color: white;
	font-weight: bold;
	padding: 1vw 2.666666667vw;
}

.top_store_acco_cnt {
	display: none;
	padding: 0 1.3vw 2.666666667vw;
}
.top_store_acco_cnt .title_color_02 {
	background-color: #900c52;
	font-size: 2.9333333333vw;
	color: white;
	font-weight: normal;
	padding: 1.5vw 2.666666667vw !important;
	line-height: 1;
}
.top_store_acco_cnt .cassettes_shop_cassette .cassette_inner {
	position: relative;
	display: block;
	padding: 1.3333333vw 2.6666667vw;
	overflow: hidden;
}
.top_store_acco_cnt .cassettes_shop_cassette .cassette_inner:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 2.666666%;
	width: 1.4666667vw;
	height: 2.5333333vw;
	background: url(/chintai/sp/img/common/arrow_gray.png) 50% 50% no-repeat;
	-webkit-background-size: 100% auto;
	        background-size: 100% auto;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.top_store_acco_cnt .cassettes_shop_cassette .cassette_head {
	color: #284679;
	font-size: 1.136363637em;
	font-weight: bold;
	text-decoration: underline;
}
.top_store_acco_cnt .cassettes_shop_cassette .cassette_body {
	line-height: 5.3333333vw;
	margin-top: 1.3333333vw;
}
.top_store_acco_cnt .cassettes_shop_cassette .cassette_body .item_row {
	letter-spacing: -.4em;
	margin-top: 1.3333333vw;
}
.top_store_acco_cnt .cassettes_shop_cassette .cassette_body .item_row > * {
	letter-spacing: normal;
}
.top_store_acco_cnt .cassettes_shop_cassette .cassette_body .item_access {
	position: relative;
	padding-left: 4.0vw;
	line-height: 3.7333333vw;
	font-size: .772728em;
}
.top_store_acco_cnt .cassettes_shop_cassette .cassette_body .item_access:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 2.8vw;
	height: 3.7333333vw;
	background: url(/chintai/sp/img/common/icn_train.png) 0 0 no-repeat;
	-webkit-background-size: 100% auto;
	        background-size: 100% auto;
}
.top_store_acco_cnt .cassettes_shop_cassette .cassette_body .item_address {
	position: relative;
	padding-left: 4.0vw;
	line-height: 3.7333333vw;
	font-size: .772728em;
	margin-top: 1.3333333vw;
}
.top_store_acco_cnt .cassettes_shop_cassette .cassette_body .item_address:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	display: inline-block;
	width: 2.1333333vw;
	height: 3.0666667vw;
	background: url(/chintai/sp/img/common/icn_pin.png) 0 0 no-repeat;
	-webkit-background-size: 100% auto;
	        background-size: 100% auto;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.top_store_acco_cnt .cassettes_shop_cassette .cassette_body .item_information {
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.top_store_acco_cnt .cassettes_shop_cassette .cassette_body .item_auto {
	width: auto;
}
.top_store_acco_cnt .cassettes_shop_cassette .cassette_body .item_button {
	padding: 0 2.0vw;
	vertical-align: middle;
	line-height: calc(5.3333333vw - 4px);
	font-size: .772728em;
	margin-left: 1.25vw;
}
.top_store_acco_cnt .cassettes_shop_cassette .cassette_body .item_button:first-child {
	margin-left: 0;
}

.doc-case-acco .doc-case-acco-ttl {
	background-color: #00437c;
	background-image: url(/chintai/sp/shataku/img/common/btn_icn_open_01.png);
	background-repeat: no-repeat;
	background-position: right 2vw top 50%;
	background-size: 2.933333333vw auto;
	font-size: 1.125em;
	font-weight: normal;
	color: white;
	margin: 20px 0 10px;
	padding: 15px 10px;
	text-align: left;
	line-height: 1;
}
.doc-case-acco .doc-case-acco-ttl.is_open {
	background-image: url(/chintai/sp/shataku/img/common/btn_icn_close_01.png);
}
.doc-case-acco .doc-case-acco-ttl + .doc-case-acco-cnt {
	padding: 10px 10px 20px;
}

/*TOP FAQ*/
.sections_large_body {
	position: relative;
	overflow: hidden;
}

/* ---------------------------------------------
*   FAQ
--------------------------------------------- */
.sec_faq_02 {
	margin-bottom: 18px;
}
.sec_faq_02.type_01 {
	position: relative;
	padding-bottom: 90px;
}
.sec_faq_02 > .title {
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}
.sec_faq_02 .list_question li {
	position: relative;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #d3d3d3;
}
.sec_faq_02 .list_question li .blankBtn {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 40px;
	z-index: 9;
	/*border: 1px solid red;*/
}
.sec_faq_02 .list_question li .blankBtn.double {
	height: 55px;
}
.sec_faq_02 .list_question li .blankBtn.triple {
	height: 70px;
}
.sec_faq_02 .list_question .ask {
	position: relative;
	padding-left: 40px;
	padding-right: 35px;
	font-size: 13px;
	font-weight: bold;
}
.sec_faq_02 .list_question li .ask:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	background: url(/chintai/sp/img/faq/icn_question_01.png) 0 0 no-repeat;
	background-size: 30px;
	line-height: 1.1;
}
.sec_faq_02 .list_question li .ask:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 19px;
	height: 18px;
	margin-top: -9px;
	background: url(/chintai/sp/img/faq/list_icn_open_01.jpg) 0 0 no-repeat;
	background-size: 19px 18px;
}
.sec_faq_02 .list_question li.open .ask:after {
	background: url(/chintai/sp/img/faq/list_icn_close_01.jpg) 0 0 no-repeat;
	background-size: 19px 18px;
}
.sec_faq_02 .list_question .box_answer {
	display: none;
	margin-top: 15px;
}
.sec_faq_02 .list_question .box_answer .inner {
	position: relative;
	padding-left: 43px;
	font-size: 13px;
}
.sec_faq_02 .list_question .box_answer .inner:before {
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	background: url(/chintai/sp/img/faq/icn_answer_01.png) 0 0 no-repeat;
	background-size: 30px;
	line-height: 1.1;
}
.sec_faq_02 .list_question .box_answer .text_02 {
	color: #f00;
}
.sec_faq_02 .list_question .box_answer .btn {
	position: relative;
	display: block;
	margin-top: 8px;
	padding: 15px 0;
	border: 1px solid #02447c;
	color: #284679;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}
.sec_faq_02 .list_question .box_answer .btn:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 9px;
	width: 6px;
	height: 10px;
	margin-top: -5px;
	background: url(/chintai/sp/img/faq/icn_arrow_right_01.png) 0 0 no-repeat;
	background-size: 6px 10px;
}
.sec_faq_02 .list_question a {
	color: #284679;
	text-decoration: underline;
}
.sec_faq_02 .list_question .txt_01 {
	margin-bottom: 10px;
}
.sec_faq_02 .list_question li .txtind1 li {
	text-indent: -1em;
	padding-left: 2em;
}
.sec_faq_02 .list_question li .txtind2 li {
	text-indent: -2.7em;
	padding-left: 3.7em;
}
.sec_faq_02 .list_question .kome {
	font-size: 12px;
}

.link_step_01 {
	color: #284679;
}

.blklink:after {
	content: '';
	display: inline-block;
	width: 11px;
	height: 11px;
	background: url(/chintai/sp/img/common/icn_popup_black.png) 0 0 no-repeat;
	margin: 0 5px 0 2px;
	background-size: contain;
}

/*NEW BTN SET*/
.inline-btn-set {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	margin: 0 2.666666667vw 5vw;
}
.inline-btn-set li {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.inline-btn-set li p.sub {
	text-align: center;
	margin-bottom: 1em;
}
.inline-btn-set li p.sub small {
	font-size: 12px;
	font-size: 3.375vw;
}
.inline-btn-set li a:hover {
	opacity: .8;
}
.inline-btn-set li .inline-btn {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	text-decoration: none;
	transition: opacity .3s;
}
.inline-btn-set li .inline-btn span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 9px;
	font-size: 2.53125vw;
}
.inline-btn-set li .inline-btn.color-btn {
	background-color: #00437c;
	background-image: url(/chintai/shataku/img/icn_arrow_white_right.png);
	background-repeat: no-repeat;
	background-position: right 0 top 50%;
	color: #fff;
	padding: 2vw 1.5vw;
}
.inline-btn-set li .inline-btn.color-btn.icon-arw-d {
	background-image: url(/chintai/shataku/img/icn_arrow_white_down.png);
	background-position: right 2vw top 50%;
	background-size: 3vw auto;
}
.inline-btn-set li .inline-btn.color-btn.icon-arw-u {
	background-image: url(/chintai/shataku/img/icn_arrow_white_up.png);
	background-position: right 20px top 50%;
}
.inline-btn-set li:nth-child(even) a.inline-btn.color-btn {
	background-color: #900c52;
}
.inline-btn-set.color-btn-set2 li {
	width: 45vw;
}
.inline-btn-set.flat-btn-set0 {
	justify-content: center;
	align-items: stretch;
}
.inline-btn-set.flat-btn-set0 li {
	width: 290px;
	margin: 0 10px;
}

/*  button_shataku_large
--------------------------------------------- */
.button_shataku_large {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	display: inline-block;
	padding: 1.866666667vw;
	border-radius: 1.333333333vw;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	font-size: 1.136363637em;
	font-weight: bold;
	background: #f90 url(/chintai/sp/img/common/btn_arrow_whiteright.png) no-repeat right 1.5vw top 50%;
	background-size: 2vw auto;
}

.split-case-box {
	border: #ecedf5 2px solid;
	background: #ecedf5;
	display: flex;
	align-items: center;
	width: 100%;
}
.split-case-box + .split-case-box {
	margin-top: 3vw;
}
.split-case-box .split-case-box-l {
	background: #ecedf5;
	text-align: center;
	padding: .5em;
	height: 100%;
	line-height: 1;
	font-size: 14px;
	font-size: 3.9375vw;
	font-weight: bold;
	width: 45%;
	color: #900c52;
	display: block;
	white-space: nowrap;
}
.split-case-box .split-case-box-l strong {
	font-size: 35px;
	font-size: 9.84375vw;
	display: inline-block;
	vertical-align: middle;
}
.split-case-box .split-case-box-r {
	background: white;
	width: 55%;
	padding: .5em;
}
.split-case-box .split-case-box-r li {
	font-size: 9px;
	font-size: 2.53125vw;
}
.split-case-box .split-case-box-r li + li {
	margin-top: .2em;
}

.split-simu-box {
	margin-top: 3vw;
	display: flex;
	align-items: center;
	width: 100%;
	border: #900c52 2px solid;
	background: white;
}
.split-simu-box + .split-simu-box {
	margin-top: 60px;
}
.split-simu-box .split-simu-box-l {
	background: #900c52;
	text-align: center;
	padding: 15px 0;
	line-height: 1;
	font-size: 12px;
	font-size: 3.375vw;
	font-weight: bold;
	width: 30%;
	color: white;
}
.split-simu-box .split-simu-box-r {
	background: white;
	width: 70%;
	text-align: center;
	font-size: 12px;
	font-size: 3.375vw;
	font-weight: bold;
}
.split-simu-box.arwBtm {
	position: relative;
}
.split-simu-box.arwBtm:after {
	position: absolute;
	bottom: -51px;
	left: 50%;
	margin-left: -13px;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 34px 25px 0 25px;
	border-color: #900c52 transparent transparent transparent;
}

.split-simu-matome {
	text-align: center;
	font-size: 24px;
	font-size: 6.75vw;
	font-weight: bold;
	margin-top: 5vw;
}

.split-joujou-box {
	margin: 3vw 0 10vw;
	display: flex;
	align-items: center;
	width: 100%;
	border: #00437c 2px solid;
	box-sizing: border-box;
	background: white;
}
.split-joujou-box + .split-simu-box {
	margin-top: 6vw;
}
.split-joujou-box .split-joujou-box-l {
	background: #00437c;
	color: white;
	text-align: center;
	padding: 1em 0;
	line-height: 1;
	font-size: 12px;
	font-size: 3.375vw;
	font-weight: bold;
	width: 30%;
}
.split-joujou-box .split-joujou-box-r {
	text-align: center;
	font-size: 12px;
	font-size: 3.375vw;
	font-weight: bold;
	color: #00437c;
	width: 70%;
}
.split-joujou-box.gokibou {
	position: relative;
}
.split-joujou-box.gokibou:before {
	position: absolute;
	bottom: -8vw;
	left: 50%;
	margin-left: -12px;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 17px 12px 0 12px;
	border-color: #00437c transparent transparent transparent;
}
.split-joujou-box.gokibou:after {
	content: 'ご希望により';
	position: absolute;
	bottom: -9vw;
	left: 50%;
	text-align: center;
	font-size: 12px;
	font-size: 3.375vw;
	font-weight: bold;
	margin: -.5em 0 0 20px;
}
.split-joujou-box.plus {
	position: relative;
}
.split-joujou-box.plus:before, .split-joujou-box.plus:after {
	content: '';
	position: absolute;
	width: 5vw;
	height: 1vw;
	display: block;
	background: #00437c;
	left: 50%;
	bottom: -6vw;
	margin-left: -2.5vw;
}
.split-joujou-box.plus:after {
	transform: rotate(90deg);
}

/* tetsuzuki */
.box_requirements_02 {
	padding: 3vw 3vw 3vw;
	margin: 0 2.666666667vw 5vw;
	border: 2px solid #00437c;
	box-sizing: border-box;
}

.ttl_requirements_02 {
	font-size: 1.429em;
	font-weight: bold;
	color: #00437c;
	letter-spacing: 1px;
	margin-bottom: 5vw;
}

.list_requirements_03 {
	counter-reset: li;
}
.list_requirements_03 > li {
	display: table;
	color: #00437c;
	font-weight: bold;
	margin-bottom: 25px;
}
.list_requirements_03 > li:last-child {
	margin-bottom: 0;
}
.list_requirements_03 > li:before {
	display: table-cell;
	content: counter(li) '.';
	counter-increment: li;
	width: 12px;
	color: #00437c;
	font-weight: bold;
}
.list_requirements_03 > li dl dt {
	margin-bottom: 8px;
	font-weight: bold;
	color: #00437c;
}
.list_requirements_03 > li dl dd > ol > li > p {
	margin-top: 10px;
}
.list_requirements_03 > li dl dd > small {
	display: block;
	text-indent: -1em;
	padding-left: 1em;
}
.list_requirements_03 > li dl dd > ol > li > ol {
	margin-left: 1.5em;
	text-indent: -1em;
	padding-left: 1em;
}
.list_requirements_03 > li dl dd > ol > li > ol > li {
	margin-top: 10px;
}
.list_requirements_03 > li dl dd > ol > li > ol > li > small {
	display: block;
}
.list_requirements_03 > li dl dd > small + ol {
	margin-top: 10px;
	font-size: 12px;
}
.list_requirements_03 > li dl dd > ol > li p ~ p {
	margin-left: 1.5em;
}

.box_requirements_04 {
	padding: 3vw 3vw 3vw;
	margin: 0 2.666666667vw 5vw;
	border: 2px solid #900c52;
	box-sizing: border-box;
}
.box_requirements_04 li {
	color: #900c52;
}

.box_requirements_04 p {
	padding: 0 0 2vw;
}

/* sec_rent_02
--------------------------------------------- */
.sec_application_box {
	position: relative;
	width: 100%;
	margin-top: 45px;
	padding: 3vw 2.666666667vw;
	border: 1px solid #d3d3d3;
	box-sizing: border-box;
}
.sec_application_box:after {
	content: '';
	position: absolute;
	width: 62px;
	height: 26px;
	bottom: -36px;
	left: 50%;
	margin-left: -31px;
	background-image: url(/chintai/sp/shataku/img/application/icn_arrow_down_01.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 0 0;
}
.sec_application_box:last-child:after {
	background: none;
}
.sec_application_box .step-img {
	text-align: center;
	margin: 3vw -0;
}
.sec_application_box .step-img img {
	width: 35vw;
	height: auto;
}

.ttl_rent {
	display: table;
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	font-size: 12px;
	font-size: 3.375vw;
	font-weight: bold;
	text-align: left;
	box-sizing: border-box;
}
.ttl_rent .icon {
	display: table-cell;
	vertical-align: middle;
	width: 9vw;
	padding-right: 2vw;
}
.ttl_rent span {
	display: table-cell;
	vertical-align: middle;
}

/*PDF LINK*/
.link_pdf {
	margin-top: 5vw;
	margin-bottom: 3vw;
	text-align: center;
}
.link_pdf a {
	color: #00437c;
	text-decoration: underline;
	display: inline-block;

	padding-left: 24px;
	background: url(./../../../shataku/img/ico_pdf.png) 0 center no-repeat;
	height: 18px;

}
