@charset "shift_jis";

body {
	box-sizing: border-box;
}
h1, h2 {
	font-size: 18px;
	margin: 0px;
}
h3 {
	font-size: 16px;
	font-weight: normal;
	margin: 0px;
}
#first_guide-body {
	margin: 0px auto 50px;
	font-size: 16px;
	line-height: 1.5;
	color: #222;
	width: 830px;
}
.img_box {
	position: relative;
}
.img_inner {
	font-size: 14px;
	color: #000;
	position: absolute;
	top: 10px;
	left: 20px;
}
.img_inner_box {
	display: inline-block;
	background: #fff;
	opacity: 0.8;
	padding: 10px;
}
.regist_btn {
	width: 230px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	padding: 8px 10px;
	background-image: linear-gradient(#5097d9, #1561a9);
	border: none;
	border-radius: 5px;
	text-align: center;
	cursor: pointer;
}
.regist_btn:hover {
	background-image: linear-gradient(#1561a9, #5097d9);
}
.header_title {
	font-size: 20px;
	font-weight: bold;
	margin: 20px 0px 20px;
	padding: 10px 0px 0px;
	border-bottom: 7px solid #fee6f4;
	position: relative;
}
.header_title::after {
	content: '';
	width: 110px;
	height: 7px;
	background-color: #d40061;
	display: block;
	position: absolute;
	left: 0;
	bottom: -7px;
}
.feature_container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0px 0px 30px;
}
.feature_box {
	width: 45%;
	font-size: 14px;
	color: #333333;
	text-align: center;
	background: #fff;
	margin-bottom: 23px;
	padding: 15px;
	box-shadow: 2px 2px 8px rgb(155 155 155 / 60%);
	border-radius: 15px;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	cursor: pointer;
	text-decoration: none;
}
.feature_box:hover {
	opacity: 0.7;
}
.feature_head {
	font-size: 20px;
	font-weight: bold;
	color: #d60060;
	margin-bottom: 5px;
	line-height: 1.3;
}
.feature_box img {
	width: 150px;
	display: block;
	margin: 0px auto;
}
.feature_link {
	font-size: 13px;
	color: #333333;
	display: inline-block;
	text-decoration: none;
}
.feature_link:hover {
	text-decoration: underline;
}

.feature_link::before {
	width: 0;
	height: 0;
	content: "";
	border-left: 9px solid #333;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	display: inline-block;
	padding-right: 5px;
}
.header_subtitle {
	font-size: 20px;
	font-weight: bold;
	color: #ea79ad;
	padding-top: 15px;
}
.func_container {
	background: #eee;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0px 0px 50px;
	padding: 15px 20px;
}
.func_box {
	width: 45%;
	font-size: 14px;
	color: #333333;
	text-align: center;
	background: #fff;
	margin: 5px 0px;
	padding: 10px 15px;
	border: 1px solid #ccc;
	border-radius: 5px;
	text-decoration: none;
}
.func_box:hover {
	opacity: 0.7;
}
.func_head {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}
.func_contents img {
	width: 50px;
	height: auto;
	padding: 0px 10px;
	vertical-align: top;
}
.func_contents div {
	width: calc(100% - 80px);
	display: inline-block;
	vertical-align: top;
	text-align: left;
}
.flow_container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 5px 0px 40px;
}
.flow_box {
	width: 29%;
	background: #f5f5f5;
	padding: 15px 10px 20px;
	text-align: center;
	position: relative;	
	display: flex;
	flex-flow: column;
	justify-content: space-between
}
.flow_box::after {
	width: 0;
	height: 0;
	content: "";
	border-left: 30px solid #ddd;
	border-top: 50px solid transparent;
	border-bottom: 50px solid transparent;
	display: inline-block;
	position: absolute;
	top: 50%;
	right: -30px;
	transform: translate(0%, -50%);
	z-index: 1;
}
.flow_box:last-of-type::after {
	border: none;
}
.flow_text {
	font-size: 14px;
	text-align: left;
}
.flow_box img {
	width: 170px;
	margin: 0 auto;
}
.option_text {
	width: 520px;
	display: inline-block;
	vertical-align: top;
}
.option_img {
	width: 300px;
}
.option_link {
	color: #0066ff;
	display: inline-block;
	margin-top: 5px;
	text-decoration: none;
}
.option_link:hover {
	text-decoration: underline;
}

.option_link::before {
	width: 0;
	height: 0;
	content: "";
	border-left: 9px solid #0066ff;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	display: inline-block;
	padding-right: 5px;
}
.hr_line {
	border-bottom: 1px solid #ccc;
	margin: 10px 0px;
}
.info_container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 10px 0px 30px;
}
.info_box {
	width: 45%;
	font-size: 16px;
	color: #333333;
	text-align: left;
	background: #eee;
	margin-bottom: 5px;
	padding: 15px 18px;
	border: 1px solid #eee;
	text-decoration: none;
}
.info_box:hover {
	opacity: 0.8;
}
.info_ttl {
	color: #333333;
}
.info_ttl::before {
	width: 0;
	height: 0;
	content: "";
	border-left: 9px solid #333;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	display: inline-block;
	padding-right: 5px;
}
#content-footer {
	min-width: 1100px !important;
}