@charset "UTF-8";

body {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 12px;
	color: #000000;
}

p:not(:last-child) {
	margin-bottom: 1em;
}

a:link,
a:visited {
	color: #1a77c5;
	text-decoration: underline;
}

img {
	max-width: 100%;
	width: auto;
	height: auto;
	zoom: 0.5;
}

/*----------------------------------------
■レイアウト
----------------------------------------*/
section>.inner {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
}

header {
	background-color: #fff;
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
}

header .inner {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

header .inner .logo {
	display: block;
	max-width: 160px;
}

header .inner .logo img {
	display: block;
}

footer {
	margin-top: 25px;
}

footer .inner {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	letter-spacing: normal;
	line-height: 120%;
	padding-left: 10px;
	padding-right: 10px;
}

footer .inner .text {
	margin-bottom: 30px;
}

footer .inner .attentions dd {
	margin-bottom: 1em;
}


footer .inner #copyright {
	text-align: center;
}

footer .inner #copyright img {
	zoom: 0.8;
}

#footerWrap {
	width: 100%;
	background: #f2f4f6;
	font-size: 14px;
	line-height: 20px;

}
#footerWrap #attention {
	margin: 10px auto;
	margin-top: 0;
	background: url(/g/img/beginner/attention.gif) no-repeat 10px 20px;
	width: 100%;
	box-sizing: border-box;
	background-position: left 15px top 15px;
	background-size: 80px auto;
	padding: 50px 10px 10px;
}
#footerWrap #attention dl {}
#footerWrap #attention dt {
	font-weight: bold;
}
#footerWrap #attention dd {
	margin-bottom: 10px;
	margin-left: 12px;
}
#footerWrap #attention a.textlink1 {
	font-size: 1.0em;
}
#footerWrap #attention2 {
	width: 100%;
	margin: auto;
	background: #f2f4f6;
	padding: 20px;
}
#footerWrap #footer {
	width: 100%;
	min-width: inherit;
	background: none;
	padding: 10px 0;
	text-align: center;
	background-color: #ffffff;
}


/*----------------------------------------
■汎用クラス
----------------------------------------*/
.text_1 {
	line-height: 140%;
	letter-spacing: 0.08em;
}

button.btn_1,
a.btn_1:link,
a.btn_1:visited {
	border-radius: 7px;
	background-color: #ff9c00;
	box-shadow: 0px 4px 0px 0px #cb8f00;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px;
	text-decoration: none;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

button.btn_1:after,
a.btn_1:after {
	content: "";
	background-image: url(/g/present/img/beginner_mv/arrow-r_sp.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 14px;
	height: 14px;
	margin-right: 10px;
}

a.blank:after {
	content: "";
	display: inline-block;
	background-image: url(/common_img/icon/window.gif);
	width: 10px;
	height: 8px;
	margin-left: 3px;
}

.sp_hide {
	display: none;
}

.title_1 {
	background-color: #1a9abf;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 15px;
	margin-bottom: 10px;
	font-size: 18px;
}

/*----------------------------------------
■ビジュアル
----------------------------------------*/
section#visual {
	margin-bottom: 20px;
}

/*----------------------------------------
■3ステップとは
----------------------------------------*/
section#about h1 {
	font-size: 15px;
	color: #1a9abe;
	font-weight: bold;
	text-align: center;
	line-height: 120%;
	margin-bottom: 15px;
}

section#about h1 .underline {
	display: inline-block;
	border-bottom: 3px solid #1a9abe;
	padding-bottom: 5px;
}

section#about .text_1 {
	margin-bottom: 50px;
}



section#about .step-boxes {
	background-color: #f7f7f7;
	padding: 10px;
	margin-bottom: 20px;
}


section#about .step-boxes .anchor {
	width: 100%;
	padding: 20px;
	text-align: center;
	display: block;
	margin-bottom: 30px;
}

section#about .step-boxes .anchor a {
	display: flex;
	align-items: center;
	justify-content: center;
}

section#about .step-boxes .anchor a:after {
	content: "";
	background-image: url(/g/present/img/beginner_mv/arrow-b.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 1em;
	height: 1em;
}

section#about .step-boxes .box {
	display: flex;
	flex-direction: column;
	margin-bottom: 60px;
}

section#about .step-boxes .box.step_2 {
	margin-bottom: 20px;
}

section#about .step-boxes .box:last-child {
	margin-bottom: 0;
}

section#about .step-boxes .box .head {
	padding: 10px;
	text-align: center;
	position: relative;
	margin-bottom: 20px;

}

section#about .step-boxes .box .head:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
}

section#about .step-boxes .box.step_1 .head:after {
	border-top: 15px solid #c5eef8;
}

section#about .step-boxes .box.step_2 .head:after {
	border-top: 15px solid #e7f8c5;
}

section#about .step-boxes .box.step_3 .head:after {
	border-top: 15px solid #ffe4e7;
}

section#about .step-boxes .box.step_4 .head:after {
	border-top: 15px solid #e5e6ff;
}

section#about .step-boxes .box.step_1 .head {
	background-color: #c5eef8;
}

section#about .step-boxes .box.step_2 .head {
	background-color: #e7f8c5;
}

section#about .step-boxes .box.step_3 .head {
	background-color: #ffe4e7;
}

section#about .step-boxes .box.step_4 .head {
	background-color: #e5e6ff;
}

section#about .step-boxes .box .head .step {
	font-size: 10px;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	right: 0;
	top: -35px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 17px;
}

section#about .step-boxes .box.step_1 .head .step {
	background-color: #c5eef8;
}

section#about .step-boxes .box.step_2 .head .step {
	background-color: #e7f8c5;
}

section#about .step-boxes .box.step_3 .head .step {
	background-color: #ffe4e7;
}

section#about .step-boxes .box.step_4 .head .step {
	background-color: #e5e6ff;
}


section#about .step-boxes .box .head .title {
	font-weight: bold;
	font-size: 15px;
	z-index: 1;
	position: relative;
}

section#about .step-boxes .box .head .sub_title {
	font-size: 12px;
}

section#about .step-boxes .box.step_1 .head .title {
	color: #30aaae;
}

section#about .step-boxes .box.step_2 .head .title {
	color: #5cae30;
}

section#about .step-boxes .box.step_3 .head .title {
	color: #ec8f9a;
}

section#about .step-boxes .box.step_4 .head .title {
	color: #979af0;
}

section#about .step-boxes .box .body {
	background-color: #fff;
	border-radius: 10px;
	padding: 15px;
	flex: 1;
	display: flex;
	flex-direction: column;
}

section#about .step-boxes .box .body .step_list {
	margin-bottom: 20px;
}

section#about .step-boxes .box .body .step_list dt {
	font-size: 12px;
	padding: 5px 15px;
	margin-bottom: 10px;
	display: inline-block;
	border-radius: 30px;
}

section#about .step-boxes .box.box.step_1 .body .step_list dt {
	background-color: #c5eef8;
}

section#about .step-boxes .box.box.step_2 .body .step_list dt {
	background-color: #e7f8c5;
}

section#about .step-boxes .box.box.step_3 .body .step_list dt {
	background-color: #ffe4e7;
}

section#about .step-boxes .box.box.step_4 .body .step_list dt {
	background-color: #e5e6ff;
}

section#about .step-boxes .box .body .step_list dd {
	font-size: 12px;
	margin-bottom: 5px;
	line-height: 130%;
	letter-spacing: 0.02em;
}

section#about .step-boxes .box .body .step_list dd:last-child {
	margin: 0;
}


section#about .step-boxes .box .body .btn_wrap {
	margin-top: auto;
}


section#about .regist_form_wrap .btn_wrap {
	margin-bottom: 20px;
}

section#about .regist_form_wrap button.btn_1 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

section#about .regist_form_wrap button.btn_1:after {
	transform: rotate(90deg);
	margin-left: 10px;
}

section#about .regist_form_wrap #satori__creative_container {
	padding: 10px;
	border: 1px #cfcfcf solid;
}

section#about .regist_form_wrap #satori__creative_container + p {
	font-size: 12px;
	line-height: 140%;
	margin-top: 5px;
}