@charset "UTF-8";
/********************** welcome_guide *********************************/
.titlebox {
	margin: 0 2% 3%;
	border-bottom: 2px solid #1f9f01;
}
.titlebox h2 {
	font-size: 150%;
}
.image_box{
	margin: 0 2%;
	text-align: center;
}
.image_box img{
	width: 100%;
}
.toptxt {
	margin: 5%
}
.toptxt p {
	text-align: center;
	font-size: 70%;
}
.caution {
	color: #f33;
	font-weight:bold;
}
.caution_box{
	margin: 0 5% 15%;
  background: #eee;
  padding: 3%;
}
.caution_box ul{
	list-style: none;
	padding: 0 2%;
	font-size: 70%;
	font-weight: bold;
}
.caution_box ul li{
}
.content_nav {
	margin:5% 0 10%;
}
.content_nav ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	list-style: none;
	margin: 0 auto;
	padding: 0 2%;
}
.content_nav li {
	width: 48%;
	text-align: center;
	border-radius: 2px;
	color: #fff;
	border: 1px solid #aaa;
	margin: 0 1% 2% 0;
	font-size: 72%;
}
.content_nav li:nth-child(2n) {
	margin: 0 0 2% 0;
}
.content_nav li a {
	color: #333;
	padding: 4%;
	margin: 0 auto;
	text-align: center;
	display: block;
	position: relative;
}
.content_nav li a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 7px;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 6px solid #333; /* 三角の色 */
}
.content_nav li a:hover {
	background:#000;
	color:#fff;
	text-decoration: none;
}
.content_nav li a:hover:after {
	border-top: 6px solid #fff; /* 三角の色 */
}
.section_box {
}
.sectiontext {
	text-align: center;
	font-size: 90%;
	margin:0 0 10%;
}
.sectiontext span {
	color: #f33;
	font-weight: bold;
	font-size: 110%;
}
h2.sectiontitle {
	margin: 5% auto;
	text-align: center;
}
h2.sectiontitle span {
	display: inline;
	font-size: 110%;
	background: linear-gradient(transparent 60%, #fff341 10%);
	color: #333;
}
ul.features_list {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	list-style:none;
	width: 96%;
  padding: 0 2%;
}
ul.features_list li {
	width:48%;
	margin:0 0 10%;
}
.features_list_title {
	border-radius: 5px;
	background-color: #1f9f01;
	text-align: center;
	color: #fff;
	padding: 4% 2%;
	font-weight: bold;
}
.features_list_title p {
	font-size: 110%;
}
.features_list_title span {
	color: #fff565;
	font-size: 120%;
	margin: 0 1%;
}
.features_list_column {
}
.features_list_column_icon {
	text-align: center;
	margin: 5% 0;
}
.features_list_column_icon img {
	width: 80%;
}
.features_list_column_text {
}
.features_list_column_text p {
	font-size: 72%;
	text-align: center;
}
.features_list_column_text p span{
	color: #f33;
	font-weight:bold;
}
.features_button a,
.benefits_button a {
  /*font-family: 'Noto Sans JP', serif;*/
  font-size: 14px;
  color: #f28a1b;
  font-weight: 700;
  border: solid 1px #f28a1b;
  border-radius: 999px;
  display: block;
  box-sizing: border-box;
  text-align: center;
  padding: 2% 0;
  margin: 5% 0;
  margin-inline: auto;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
  font-size:80%;
}
.benefits_button a{
  width: 80%;
  font-size: 68%;
  margin: 0 auto 5%;
}
.features_button a:hover,
.benefits_button a:hover {
  color: #fff;
  background: #f28a1b;
  transition: all 0.3s;
}


ul.benefits_list {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
	list-style:none;
	width:100%;
	width: 96%;
	padding: 0 2%;
}
ul.benefits_list li {
	width:49%;
	margin: 0 0 15% 0;
}
ul.benefits_list li:nth-of-type(3n) {
 /*margin: 0 0 10% 0;*/
}
.benefits_item {
	padding: 20px 0 0;
	border: 1px solid #ddd;
	width: 100%;
	min-width: .00000001%;
	margin: 0;
	list-style: none;
	border-radius: 10px;
	position: relative;
}
.benefits_head {
	color: #fff;
	font-weight: 700;
	font-size: 90%;
	line-height: 1.2;
	text-align: center;
	background: #1f9f01;
	width: 80%;
	margin: 0 auto;
	padding: 0.7rem 0;
	border-radius: 50px;

	top: -10%;
	left: 10%;
	position: absolute;
}
.benefits_head span {
	color: #fff565;
}
.benefits_img {
	margin: 2rem auto 0;
	text-align: center;
}
.c-image-module__img {
	vertical-align: middle;
	width: 70%;
	height: auto;
	text-align: center;
	margin: 0 auto 0;
}
.benefits_txt {
	margin: 1rem auto 1rem;
	text-align: center;
	font-size: 80%;
	font-weight: bold;
	color: #666;
	padding: 0.5rem 1rem;
}
.benefits_txt.mgn0{
  margin: 1rem auto 0;
}
.registration_box {
	background: #eee;
	padding: 5% 0;
	margin:0 0 10%;
}
.registrationtext {
	text-align: center;
	font-size: 90%;
	margin:0 0 2%;
}
.registration_btn_wrap {
	text-align:center;
}
.registration_btn {
	display: inline-block;
	width: 70%;
	position: relative;
	background: #f28a1b; /* 背景色 */
	border: 2px solid #f28a1b;
	padding: 1em 2em;
	font-weight: bold;
	color: #fff; /* 文字色 */
	text-decoration: none;
	text-align: center;
	transition-duration: 0.3s;
}
a.registration_btn:visited {
  color: #fff;
}
.registration_btn:before {
	content: '';
	width: 8px;
	height: 8px;
	border: 0;
	border-top: 2px solid #fff; /* 矢印の色 */
	border-right: 2px solid #fff; /* 矢印の色 */
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 25px;
	margin-top: -6px;
}
/* マウスオーバーした際のデザイン */
.registration_btn:hover {
	background: #fff; /* 背景色 */
	color: #f28a1b; /* 文字色 */
}
.registration_btn:hover:before {
	border-top: 2px solid #f28a1b; /* 矢印の色 */
	border-right: 2px solid #f28a1b; /* 矢印の色 */
}
