.tsumitate_subpage .page_banner {
	display: none;
}
.tsumitate-mv {
	padding-top: 70px;
}
@media (min-width: 720px) {
	.tsumitate-mv img {
		position: relative;
		z-index: 3;
	}
}
.tsumitate-mv__img-pc {
	width: 100%;
	display: block;
}
.tsumitate-mv__img-sp {
	width: 100%;
	display: block;
}

.tsumitate-copy {
	font-size: 24px;
	color: #FA2E4E;
	text-align: center;
}

.tsumitate-copy .fw-700 {
	font-size: 32px;
}

@media (min-width: 720px) {
	.tsumitate-copy {
		font-size: 32px;
	}
	.tsumitate-copy .fw-700 {
		font-size: 42px;
	}
}

.tsumitate-btn{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #ffffff;
	font-size: 14px;
	background-color: #fa2f4e;
	height: 50px;
	border-radius: 80px;
}

.tsumitate-btn:hover{
	color: #FFFFFF;
}

.tsumitate-btn.tsumitate-btn_blue{
	background: #134fab;
}


.rule-top, .rule-bottom{
	justify-content: center;
	text-align: center;
}
.rule-top p, .rule-bottom p{
	font-size: 16px;
	margin-bottom: 0;
}

@media (min-width: 720px) {
	.rule-top p, .rule-bottom p{
		font-size: 22px;
	}
	.tsumitate-btn{
		font-size: 22px;
		height: 80px;
	}
}


.tsumitate-faq{
	border-top: 1px solid #ebeaeb;
}
.tsumitate-faq__item{
	border-bottom: 1px solid #ebeaeb;
	padding: 25px 0 10px;
}
.tsumitate-faq__question{
	position: relative;
	padding-left: 48px;
	word-break: break-all;
	font-size: 16px;
	font-weight: bold;
}
.tsumitate-faq__question::before{
	content: 'Q';
	position: absolute;
	top: -2px;
	left: 0px;
	font-family: Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.17;
}
.tsumitate-faq__answer{
	position: relative;
	padding-left: 48px;
	margin-top: 20px;
	word-break: break-all;
}
.tsumitate-faq__answer p{
	font-size: 16px;
}
.tsumitate-faq__answer::before{
	content: 'A';
	position: absolute;
	top: 0;
	left: 0px;
	font-family: Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.17;
	color: #2d3138;
}

.tsumitate-faq__answer p a{
	text-decoration: underline;
}

@media (min-width: 720px) {
	.tsumitate-faq__item{
		padding: 34px 0 22px;
	}

	.tsumitate-faq__answer{
		margin-top: 34px;
	}
}

/* 3/29 追記 */
.tsumitate_subpage {
	color: #000;
}

.tsumitate_subpage .container:not(.top-menu):not(.footer) {
	max-width: 1070px;
}

.tsumitate_subpage .row h3.block_title {
	font-size: 38px;
}

.tsumitate_subpage .section_title_gen {
	color: #000;
	letter-spacing: 1.44px;
	line-height: 32px;
	margin: 100px 0 40px;
}

.tsumitate_subpage .section_title_gen::after {
	margin-top: 12px;
}

.row.spaced_row.tsumitate_main {
	padding: 0px 20px 100px;
}

.services_page.tsumitate_subpage .bpj-link {
	margin-bottom: 50px;
}

/* buttons */
.tsumitate_subpage .btn_area {
	margin-top: 100px;
	text-align: center;
}

.tsumitate_subpage .g-service-cta__button .button.button-styleCustomize {
	font-size: 22px;
}

.tsumitate_subpage .g-service-cta__button .button.button-styleCustomize span {
	font-size: 19px;
	margin-bottom: -5px;
}

.tsumitate_subpage .g-service-cta__button .button--orange {
	background: #FA304E;
}

.tsumitate_subpage .g-service-cta__button .button--navy {
	background: #1550AC;
}

.tsumitate_subpage .g-service-cta .g-service-cta__button .button--navy {
	background: #0A3E86;
}

.tsumitate_subpage .g-bit-about-wrapper .caution-text {
	font-size: 12px;
	margin: 20px 0 0;
}

.tsumitate_subpage .btn_area .g-bit-about-wrapper .caution-text {
	color: #000;
}

/* about */
.about_content {
	display: flex;
}

.about_text {
	width: 50%;
}

.about_text p {
	letter-spacing: .96px;
	line-height: 28px;
	margin-bottom: 0;
}

.about_img {
	width: 50%;
	margin-left: 50px;
}

.about_img img {
	width: 100%;
}

/* features */
.features_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;
	margin: 0;
	padding: 0;
}

.features_list li {
	text-align: center;
	width: calc( 50% - 30px );
	height: 385px;
	margin: 20px 0;
}

.features_list li .features_title {
	display: grid;
	place-items: center;
	color: #fff;
	background-color: #1A63D9;
	width: 80%;
	max-width: 390px;
	height: 50px;
	margin: 0 auto -25px;
	border-radius: 25px;
}

.features_list li .features_title h5 {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1.2px;
}

.features_list li .features_content {
	display: flex;
	flex-direction: column;
	padding-top: 25px;
	border-radius: 20px;
	box-shadow: 0px 3px 20px #2750D933;
	overflow: hidden;
}

.features_list li .features_text {
	display: grid;
	place-items: center;
	height: 120px;
}

.features_list li .features_text p {
	font-weight: bold;
	line-height: 24px;
	margin: 0;
}

.features_list li .features_img {
	height: 215px;
}

.features_list li.features_point01 .features_img,
.features_list li.features_point02 .features_img {
	padding-bottom: 30px;
}

.features_list li .features_img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: bottom;
}

/* dca */
.tsumitate_dca p {
	line-height: 28px;
	letter-spacing: .96px;
	margin-bottom: 0;
}

.tsumitate_dca .dca_img {
	max-width: 750px;
	margin: 70px auto;
}

/* simulation */
.tsumitate_simulation .simulation_img {
	max-width: 700px;
	margin: 40px auto 40px 200px;
}

/* steps */
.tsumitate_steps .g-home-step {
	padding: 0;
}

.tsumitate_steps .g-home-step > p {
	letter-spacing: .96px;
	margin-bottom: 0;
}

.tsumitate_steps .g-home-step__label {
	display: grid;
	place-items: center;
	width: 120px;
	height: 36px;
	margin: 0 auto 18px;
	background-color: #2966D4;
	border-radius: 18px;
}

.tsumitate_steps .g-home-step__label p {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
}

.tsumitate_steps .g-home-step__items {
	margin: 40px auto;
}

.tsumitate_steps .g-home-step__item:not(:last-child)::before {
	background: url(/assets/images/tsumitate/pc_arrow.png) no-repeat;
	background-size: contain;
	left: 100%;
	width: 45px;
	height: 16px;
	margin-top: 40px;
}

.tsumitate_steps .g-home-step__head {
	font-weight: bold;
	letter-spacing: 1.2px;
}

.tsumitate_steps .g-home-step__head span {
	display: block;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: .96px;
}

/* services */
.tsumitate_services p.gen_table_note {
	letter-spacing: .96px;
	margin-bottom: 0;
}

.tsumitate_services .caution_title {
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	letter-spacing: .96px;
}

.tsumitate_services table.rich_table tbody .data_row th {
	min-width: 190px;
}

@media screen and (max-width: 992px) {
	.tsumitate_subpage .row h3.block_title {
		font-size: 30px;
	}

	.tsumitate_subpage .section_title_gen {
		font-size: 20px;
		letter-spacing: 1.2px;
		line-height: 30px;
		margin: 70px 0 40px;
	}

	.row.spaced_row.tsumitate_main {
		padding: 0px 20px 80px;
	}

	/* btn_area */
	.tsumitate_subpage .btn_area {
		margin-top: 60px;
	}

	.tsumitate_subpage .g-service-cta__button .button.button-styleCustomize {
		font-size: 12px;
	}

	.tsumitate_subpage .g-service-cta__button .button.button-styleCustomize span {
		font-size: 11px;
		margin-bottom: 0;
	}

	.tsumitate_subpage .g-bit-about-wrapper .caution-text {
		margin: 30px 0 0;
	}

	.tsumitate_subpage .btn_area .g-bit-about-wrapper .caution-text {
		margin: 15px 0 0;
	}

	/* about */
	.about_content {
		flex-direction: column;
	}

	.about_text {
		width: 100%;
	}

	.about_img {
		width: calc( 100% + 60px );
		margin-left: -30px;
	}

	/* features */
	.features_list li {
		width: 100%;
		height: 395px;
		margin: 0;
		margin-bottom: 40px;
	}

	.features_list li:last-of-type {
		margin-bottom: 0;
	}

	.features_list li .features_title {
		width: 70%;
		max-width: none;
		min-width: 250px;
	}

	.features_list li .features_text {
		height: 125px;
	}

	.features_list li .features_img {
		height: 220px;
	}

	/* dca */
	.tsumitate_dca .dca_img {
		margin: 40px auto;
	}

	/* simulation */
	.tsumitate_simulation .simulation_img {
		margin: 40px auto;
	}
}

@media screen and (max-width: 769px) {
	.tsumitate_steps .g-home-step__item:not(:last-child)::before {
		background: url(/assets/images/tsumitate/sp_arrow.png) no-repeat;
		background-size: contain;
		left: 50%;
		transform: translateX(-50%);
		width: 13px;
		height: 45px;
		margin-top: 0;
		margin-left: -5px;
	}

	.tsumitate_subpage table.rich_table tbody .data_row th {
		display: block;
		width: 100%;
		max-width: none;
		padding: 18px 22px;
	}

	.tsumitate_subpage table.rich_table tbody tr.data_row td {
		display: block;
		width: 100%;
		padding: 18px 22px;
	}

	.tsumitate_subpage table.rich_table tbody tr.data_row td.services_meigara {
		font-size: 16px;
		letter-spacing: .96px;
	}
}

@media screen and (max-width: 577px) {
	.features_list li:not(.features_point01) .features_img img {
		object-position: center;
		scale: 1.4;
	}
}
