@charset "utf-8";
/* CSS Document */

/* -------------------------
@common
--------------------------*/

.content {
	background:none;
}

.outline {
	background: #ffffff;
}

.clearfix,.clearfix:after {
	display: block;
	clear: both;
	content: "";
}

.content h1 {
	background-color: #d8d4f5 !important;
}

.content h2{
	background-color: #ebe9fd !important;
	margin-top: 40px !important;
	padding: 17px 18px 10px !important;
}

.content h3{
	border-bottom: 3px solid #e3e0fd !important;
    border-left: 8px solid #e3e0fd !important;
    padding: 6px 12px;
	margin-top: 30px !important;
}

.content h4 {
    border-bottom: 3px dashed #cecaf3 !important;
	border-left: none !important;
    padding: 6px 12px 4px !important;
    margin: 25px 0 20px 0 !important;
}


/* -------------------------
@button
--------------------------*/

.btn_center {
	text-align: center;
	margin: 1.5em auto 4em;
	max-width: 350px;
	line-height: 1;
	transition: all 0.3s;
}

.btn_set {
	margin: 1.5em auto 4em;
}

.btn_set .btn_center {
	margin: 1.3em auto;
}

.btn_txt {
	text-decoration: none;
	font-weight: bold;
    font-size: 1.3em;
	color: #8e69c7 !important;
}

.btn_right {
	position: relative;
	display: inline-block;
	padding: 22px 20px 18px;
    width: 100%;
    border-radius: 50vh;
    transition: all .3s;
}

.btn_right::before {
	border-right: 3px solid #8e69c7;
	border-top: 3px solid #8e69c7;
	bottom: 0;
	content: "";
	height: 10px;
	margin: auto;
	position: absolute;
	right: 22px;
	top: 0;
	transform: rotate(45deg);
	width: 10px;
}

.btn1 .btn_right {
	border: 2.5px solid #beabe3;
	box-shadow: 0px 4px 0 #beabe3;
}

.btn2 .btn_right {
	border: 2.5px solid #ebe9fd;
	background-color: #ebe9fd;
	box-shadow: 0px 6px 0 #beabe3;
}

.btn1 .btn_right:hover
{
	box-shadow: 0px 1px 0 #beabe3;
	transform: translateY(3px);
}

.btn2 .btn_right:hover
{
	box-shadow: 0px 2.5px 0 #beabe3;
	transform: translateY(3.5px);
}



/* -------------------------
@contents menu
--------------------------*/

.select_wrap {
	display: flex;
	justify-content: center;
    gap: 50px;
	padding: 0 20px;
}

.select_list {
	margin-bottom: 4px;
}

.select_right {
	position: relative;
	padding-left: 28px;
}

a.select_right[href^="https://"] {
	padding: 0 20px 0 28px;
}

.select_right::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
      bottom: 2px;
    left: 0px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 2px solid #d521d9;
}
.select_right::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 2px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #d521d9;
    border-right: 2px solid #d521d9;
	transform: rotate(45deg);
}

.select_bottom {
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2em;
    color: #8e69c7;
	position: relative;
	padding-left: 28px;
}

.select_bottom:hover {
	text-decoration: underline;
}

.select_bottom::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 1px;
  left: 0;
  width: 22px;
  height: 22px;
  border-radius: 5px;
  background: #8e69c7;
}

.select_bottom::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 6px;
  left: 7px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg);
}

@media (max-width: 600px){
	.select_wrap {
		display: block;
	}
	.select_item {
		margin: 0 1em .8em;
	}
	.select_wrap .select_item:last-of-type {
		margin-bottom: 0;
	}
}





/* -------------------------
@footer illust
--------------------------*/

.end_illust {
	background-image: url("../img/footer_illust.png");
	height: 27px;
	opacity: 0.7;
	margin-top: 40px;
}
