@charset "UTF-8";/* 共通部：ボタン（テキスト＆右矢印アイコン） */

.c-button {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #009c49;
	border-radius: 6px;
	color: #fff;
	font-weight: 700;
	position: relative;
	text-decoration: none;
}

.c-button:hover {
	cursor: pointer;
	opacity: 0.7;
	text-decoration: none;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.c-button:after {
	content: "";
	display: block;
	background-image: url("../images/btn-ico_arrow01.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
}

body.kakekin .mainTitle h2 {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

body.kakekin .mainTitle .sub {
	display: block;
	font-size: 22px;
	margin-bottom: 24px;
	position: relative;
}

body.kakekin .mainTitle .sub::before,
body.kakekin .mainTitle .sub::after {
	content: "";
	display: block;
	width: 200px;
	height: 5px;
	background: #fff;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

body.kakekin .mainTitle .sub::before {
	right: 100%;
	margin-right: 20px;
}

body.kakekin .mainTitle .sub::after {
	left: 100%;
	margin-left: 20px;
}

/* 【はじめての】運用商品指定 */

.stKakekin-introduction .attention {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: top;
	-webkit-align-items: top;
	-ms-flex-align: top;
	align-items: top;
	line-height: 1.8;
}

.stKakekin-introduction .attention p {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.stKakekin-flow .movieList {
	margin: 50px auto;
	max-width: 560px;
}

.stKakekin-flow .movieList li {
	margin-bottom: 30px;
}

.stKakekin-flow .movieList .note {
	font-size: 16px;
	text-align: center;
}

@media all and (-ms-high-contrast: none) {

.c-button:after {
	top: calc(50% - (28px / 2));
}

}

@media screen and (min-width: 768px) {

.c-button {
	height: 60px;
	font-size: 22px;
}

.c-button:after {
	width: 28px;
	height: 28px;
	right: 18px;
}

}

@media screen and (max-width: 767px) {

.c-button {
	width: 100%;
	height: 72px;
	font-size: 16px;
	line-height: 1.4;
}

.c-button:after {
	width: 16px;
	height: 16px;
	right: 24px;
}

body.kakekin .mainTitle {
	background: #0CA26C;
}

body.kakekin .mainTitle h2 {
	padding: 20px 0 0;
}

body.kakekin .mainTitle .tit {
	font-size: 22px;
}

body.kakekin .mainTitle .sub {
	font-size: 14px;
	margin-bottom: 0;
}

body.kakekin .mainTitle .sub::before,
body.kakekin .mainTitle .sub::after {
	width: 50%;
	height: 3px;
}

.stKakekin-introduction .attention {
	font-size: 16px;
}

.stKakekin-introduction .attention.add-ico-attension::before {
	width: 25px;
	height: 24.1666666667px;
	margin-right: 6.6666666667px;
}

}

