@charset "utf-8";
#contents {
	background: #fff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #333333;
	padding: 0;
}
#contents .inner {
	width: 100%;
}
.container-wrap {
	width: 100%;
}
.container-wrap .content-wrap {
	margin: 0 auto;
	background: #fff;
	max-width: 950px;
	padding: 0 20px;
}
.display-sp {
	display: none;
}
.display-pc {
	display: block;
}
a {
	color: #1d73dd;
	text-decoration: underline;
}
.red {
	color: #FF0004;
}

h3{
	margin: 40px auto 10px;
	padding: 2px 0 2px 10px;
    border-left: 6px solid #ff9123;
    font-size: 22px;
}

.top h3{
	margin-top: 10px;
}

h3.indent{
	text-indent: -1.2rem;
}

/* ============== TOP =================== */
.mv {
	background: #fff;
}
.mv_txt_wrap{
	margin-bottom: 12px;
}
.mv img {
	margin: 0 auto;
	width: 100%;
	max-width: 950px;
}

.mv_btn_wrap{
	display: flex;
	margin-top: 12px;
}
.mv_btn_txt{
	font-weight: bold;
	padding-right: 10px;
}
.mv_btn_txt span{
	color: #c00;
}
.mv_btn_small{
	font-size: 10px;
	padding-top: 4px;
}
.mv_btn_under{
	text-align: center;
	padding-top: 4px;
}


/* ============== step =================== */
.step_ttl {
	margin-bottom: 45px;
}
.stepitem {
	padding: 3.8rem 4.3rem 3rem;
	background-color: #ffffff;
	text-align: center;
	position: relative;
	display: flex;
	flex-flow: column;
	align-items: center;
	border: 2px solid #ff9123;
	border-radius: 16px;
	margin-bottom: 7rem;
}
.stepitem:last-child {
	margin-bottom: 0;
}
.stepitem::after {
	position: absolute;
	right: 0;
	left: 0;
	z-index: 1;
	width: 0;
	height: 0;
	margin: auto;
	content: "";
	bottom: -31px;
	content: "";
	border-color: #ff9123 transparent transparent;
	border-style: solid;
	border-width: 30px 30px 0;
}
.stepitem:last-child::before, .stepitem:last-child::after {
	display: none;
}
.stepitem_tag {
	position: absolute;
	top: 0;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 15rem;
	height: 3.6rem;
	font-size: 1.8rem;
	font-weight: bold;
	color: #ff9123;
	background-color: #fff;
	border: 2px solid #ff9123;
	border-radius: 20px;
	transform: translate(0, -50%);
	line-height: 1;
}
.step_maintext {
	font-size: 20px;
	line-height: 1.7;
	font-weight: bold;
	color: #000;
	margin-bottom: 2rem;
}

/* ボタン */
.btn_orange {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 37rem;
    max-width: 370px;
    padding: 1.4rem 1rem;
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff;
	text-decoration: none;
    text-align: center;
    background-color: #ff9123;
    border-radius: 8px;
    margin: auto;
    position: relative;
}

.btn_orange::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/taiwancp2022/img/button_icon_primary.png) center center no-repeat;
    background-size: cover;
}

.mv_btn_wrap .btn_orange{
	width: 27rem;
    max-width: 270px;
}

.btn_attlist{
	padding-top: 15px;
}

/* ========== att ============= */
.att{
	margin-bottom: 40px;
}
.att span{
	font-weight: bold;
}

.att_inner .att_unit:last-child {
	margin-bottom: 30px;
}
.att_unit_ttl {
	margin-top: 30px;
	margin-bottom: 10px;
	padding-left: 15px;
	font-size: 23px;
	display: block;
	line-height: 1.3;
	color: #363636;
	border-left: solid 7px #1528ab;
}
.att_unit_subttl {
	font-weight: bold;
	margin: 10px 0 5px;
}
.att_unit_subttl + .att_unit_list {
	margin-top: 5px;
}
.att_unit_list {
	margin-top: 10px;
	list-style: none;
}
.att_unit_list > li {
	padding-left: 1em;
	text-indent: -1em;
}
.att_unit_list li span{
	font-weight: bold;
}
.att_unit_step > li{
	padding-left: 4.5em;
	text-indent: -4.5em;
	font-weight: bold;
}
.att_unit_sublist {
	padding-left: 1em;
	margin: 2px 0 12px;
	list-style: none;
}
.att_unit_sublist span{
	padding-left: 1em;
	text-indent: -1em;
	font-weight: bold;
}

.att_unit dd .att_unit_dl {
	display: flex;
}
.att_unit dd .att_unit_dl dt {
	flex: 0 1 auto;
	margin-right: 0.5em;
	font-weight: bold;
}
.att_unit dd .att_unit_dl dt::after {
	content: "→";
	margin-left: 0.5em;
}
.att_unit dd .att_unit_dl dd {
	flex: 1;
	margin-bottom: 10px;
}

.item_indent{
	padding-left: 1em;
	text-indent: -1em;
}

/******************** SP *********************/
@media screen and (max-width: 767px) {
	.display-pc {
		display: none;
	}
	.display-sp {
		display: block;
	}
	.container-wrap .content-wrap {
		font-size: 1.3rem;
		width: 100%;
		padding: 0;
	}
	.container-wrap.fixed #pagetop .inner p a {
		margin: 0 auto !important;
	}
	.main {
		padding: 0 3%;
	}
	.mv_txt_wrap,
	.mv_btn_wrap,
	.step,
	.att {
		padding: 10px 4% 0;
		margin: 0 auto 3%;
	}
	h3{
		margin: 20px auto 10px;
	}

	/* ========== top ============= */
	.mv {
		background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/taiwancp2022/img/mv_sp.png) top center no-repeat;
		background-size: contain;
		padding-top: 100%;
	}

	.mv_btn_wrap{
		display: block;
	}
	.btn_orange{
		width: 28rem;
		max-width: 280px;
	}
	.mv_btn_txt{
		padding-right: 0;
	}
	.mv_btn_small{
		padding-bottom: 16px;
	}
	.mv_btn_under{
		padding-top: 10px;
	}

	/* ============== step =================== */
	.step_ttl {
		margin-bottom: 3rem;
	}
	.stepitem::after {
		bottom: -41px;
		border-width: 20px 20px;
	}
	.stepitem_tag {
		width: 8rem;
		height: 2.8rem;
		padding: 1.4rem 5.8rem;
		font-size: 1.8rem;
		border-radius: 16px;
	}
	.step_maintext {
		line-height: 1.6;
		font-size: 1.8rem;
		margin-bottom: 2rem;
	}
	.step_maintext .text_orange.text_big {
		line-height: 1.5;
	}
	.stepitem {
		border-radius: 8px;
		padding: 3.5rem 1.5rem 2rem;
		margin: 2rem auto 5.5rem;
	}
	.stepitem-01 {
		margin-bottom: 5rem;
		padding: 3.8rem 1.5rem 4.8rem;
		padding-bottom: 12.8vw;
	}
	.step_nomaltext {
		text-align: left;
	}


	/* ========== att ============= */
	.att{
		margin-bottom: 30px;
	}

	.att_inner .att_unit:last-child {
		margin-bottom: 15px;
	}
	.att_unit_ttl {
		margin-top: 20px;
		padding-left: 10px;
		font-size: 20px;
		line-height: 1.2;
		border-left: solid 5px #1528ab;
	}
	.att_unit dd .att_unit_dl {
		display: block;
	}
	.att_unit dd .att_unit_dl dd {
		margin-bottom: 2%;
	}
}