@charset "UTF-8";
/* CSS Document */ :root {
	--main-color: #2A64F6; /*メインの青 */
	--black: #000000; /*黒 */
	--gray: #CCCCCC; /*グレー */
	--red: #E20000; /*赤*/
}
html{
	scroll-behavior: smooth;
}
a {
	text-decoration: none;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
::placeholder {
	color: #CCCCCC;
}
.is_sp {
	display: none;
}
@media only screen and (max-width: 768px) {
	.is_sp {
		display: block;
	}
	.is_pc {
		display: none;
	}
	.sp_line{
		display: block;
	}
}


/* ------------- headline -------------  */
.lv1_headline_container {
	padding: 64px 0 40px 0;
}
.ly_lv1headline__center {
	padding: 40px 0 40px 0;
	text-align: center;
}
.lv1_headline {
	font-size: 38px;
	color: var(--main-color);
	font-weight: 600;
	letter-spacing: 0.2em;
}
.lv1_headline__slim {
	letter-spacing: 0em;
}
.lv1_headline__small {
	font-size: 32px;
}
.lv1_headline__smalllong {
	font-size: 32px;
	letter-spacing: 0;
}
.lv1_headline_container .lv1_headline {
	margin-bottom: 0;
}
.lv2_headline {
	font-size: 28px;
	color: var(--main-color);
	font-weight: 600;
	position: relative;
	display: inline-block;
}
@media (max-width: 768px) {
	.lv2_headline {
		font-size: 20px;
	}
}
.lv2_headline:before {
	content: '';
	display: inline-block;
	width: 13px;
	height: 38px;
	background-image: url("/img/top/line_diagonal.svg");
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: -45px;
	top: 50%;
	margin-top: -19px;
}
.lv2_headline:after {
	content: '';
	display: inline-block;
	width: 13px;
	height: 38px;
	background-image: url("/img/top/line_diagonal.svg");
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: -45px;
	top: 50%;
	margin-top: -19px;
}
@media (max-width: 768px) {
	.lv2_headline:before {
		content: '';
		display: inline-block;
		width: 10px;
		height: 28px;
		background-image: url("/img/top/line_diagonal.svg");
		background-repeat: no-repeat;
		background-size: contain;
		position: absolute;
		left: -22px;
		top: 50%;
		margin-top: -14px;
	}
	.lv2_headline:after {
		content: '';
		display: inline-block;
		width: 10px;
		height: 28px;
		background-image: url("/img/top/line_diagonal.svg");
		background-repeat: no-repeat;
		background-size: contain;
		position: absolute;
		right: -22px;
		top: 50%;
		margin-top: -14px;
	}
}
.lv2_headlineNormal {
	font-size: 28px;
	font-weight: 600;
}
.lv3_headline {
	font-weight: 600;
	color: var(--main-color);
	margin-bottom: 1em;
}
.lv3_headline.lv3_headline__mono {
	color: var(--black);
}
.lv4_headline {}
@media (max-width: 768px) {
	.lv1_headline {
		font-size: 28px;
		line-height: 1.5;
	}
	.lv1_headline__small {
		font-size: 24px;
	}
	.lv1_headline__smalllong {
		font-size: 24px;
	}
	.lv2_headlineNormal {
	font-size: 20px;
}
}
/* ------------- txt -------------  */
.bl_centerTxt {
	text-align: center;
}
.el_smallTxt {
	font-size: 14px;
}
/* ------------- btn -------------  */
.ly_double_btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.el_btn_l {
	display: block;
	font-size: 22px;
	font-weight: 600;
	padding: 18px;
	border-radius: 50px;
	text-align: center;
	background: var(--main-color);
	color: white;
	border: solid 2px var(--main-color);
	transition: .3s;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}
.ly_btn_wrapper {
	padding: 40px 0 0 0;
}
@media (max-width: 768px) {
	.el_btn_l {
		font-size: 18px;
	}
}
.el_btn_l:hover {
	background: white;
	color: var(--main-color);
}
.el_btn_l.el_btn_l__white {
	background: white;
	border: solid 2px white;
	color: var(--main-color);
}
.el_btn_l.el_btn_l__white:hover {
	background: var(--main-color);
	color: white;
}
.el_btn_l.el_btn_l__whiteline {
	background: white;
	color: var(--main-color);
	border: solid 2px var(--main-color);
}
.el_btn_l.el_btn_l__whiteline:hover {
	background: var(--main-color);
	color: white;
}
.el_registBtn {
	display: inline-block;
	width: 150px;
	background: var(--main-color);
	color: white;
	text-align: center;
	line-height: 30px;
	border-radius: 20px;
	letter-spacing: 0.05em;
	font-size: 15px;
	transition: .3s;
	border: solid 1px var(--main-color);
}
.el_registBtn:hover {
	background: #ffffff;
	color: var(--main-color);
}
.el_loginBtn {
	display: inline-block;
	width: 120px;
	background: var(--black);
	color: white;
	text-align: center;
	line-height: 30px;
	border-radius: 20px;
	letter-spacing: 0.05em;
	font-size: 15px;
	border: solid 1px var(--black);
	transition: .3s;
}
.el_loginBtn:hover {
	background: #ffffff;
	color: var(--black);
}
.ly_submitBtn {
	padding: 40px 0 0 0;
}
.ly_submitBtn__inFlame {
	padding-top: 10px;
}
.ly_submitBtn__mb {
	margin-bottom: 32px;
}
.bl_submitBtncont__2col {
	display: flex;
	justify-content: center;
	column-gap: 10px;
	max-width: 400px;
	margin: 0 auto;
}
.el_submitBtn {
	display: block;
	background: var(--main-color);
	color: white;
	border-radius: 8px;
	font-size: 18px;
	padding: 13px 70px;
	margin: 0 auto;
	opacity: 0.4;
	border: solid 1px var(--main-color);
	transition: .3s;
}
.el_submitBtn.is_active {
	opacity: 1;
}
.el_submitBtn.is_active:hover {
	border: solid 1px var(--main-color);
	background: #ffffff;
	color: var(--main-color);
}
.el_returnBtn {
	display: block;
	background: var(--gray);
	color: white;
	border-radius: 8px;
	font-size: 18px;
	padding: 13px 60px;
	margin: 0 auto;
	border: solid 1px var(--gray);
	transition: .3s;
}
.el_returnBtn:hover {
	border: solid 1px var(--gray);
	background: #ffffff;
	color: var(--gray);
}
.el_loginSUbmitBtn {
	display: block;
	background: var(--main-color);
	color: white;
	border-radius: 8px;
	font-size: 18px;
	padding: 13px 60px;
	margin: 0 auto;
}
.ly_linkBtn {
	text-align: center;
}
.el_linkBtn {
	display: inline-block;
	background: var(--main-color);
	color: white;
	border-radius: 8px;
	font-size: 18px;
	padding: 13px 40px;
	margin: 0 auto;
}
.el_linkBtn__small {
	font-size: 14px;
	padding: 8px 20px;
	border-radius: 8px;
}
.el_linkBtn__gray {
	background: var(--gray);
}
.el_middlelbtn {
	display: block;
	font-size: 18px;
	padding: 12px;
	border-radius: 50px;
	text-align: center;
	background: white;
	color: var(--main-color);
	border: solid 1px white;
	transition: .3s;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
	max-width: 300px;
	margin: 0 auto;
}
.el_middlelbtn_bb {
	border: solid 1px var(--main-color);
}
.el_middlelbtn__wide {
	max-width: 380px;
}
.el_middlelbtn__300 {
	width: 300px;
}
.el_important_btn {
	display: block;
	background: red;
	padding: 4px 10px;
	color: white;
	font-size: 13px;
	border-radius: 4px;
	transition: .3s;
	border: solid 1px red;
}
.el_important_btn:hover {
	background: white;
	color: red;
}
.el_important_btn__center {
	margin: 0 auto;
}
@media (max-width: 768px) {
	.el_middlelbtn__wide {
		max-width: 100%;
	}
}
.el_middlelbtn:hover {
	color: white;
	background: var(--main-color);
	border: solid 1px var(--main-color);
}
.el_smallbtn, .el_infoTable td a.el_smallbtn {
	background: var(--main-color);
	padding: 4px 10px;
	color: white;
	font-size: 13px;
	border-radius: 4px;
	transition: .3s;
	border: solid 1px var(--main-color);
	text-decoration: none;
}
.el_infoTable td a.el_smallbtn {
	margin: 2px auto;
	display: block;
}
.el_smallbtn:hover {
	background: white;
	color: var(--main-color);
}
.el_smallbtn__lm {
	margin-left: 8px;
}
.el_smallbtn__emphasis, .el_infoTable td a.el_smallbtn__emphasis {
	background: #3DB263;
	border: solid 1px #3DB263;
}
.el_smallbtn.el_smallbtn__delete {
	background: var(--red);
	color: white;
	border: solid 1px var(--red);
}
.el_smallerbtn {
	display: inline-block;
	background: var(--main-color);
	padding: 8px 10px;
	color: white;
	border-radius: 4px;
	transition: .3s;
	border: solid 1px var(--main-color);
}
.el_smallerbtn__block {
	display: block;
	text-align: center;
}
.el_smallerbtn.is_complete {
	background: #cccccc;
	color: #ffffff;
	border: solid 1px #cccccc;
}
.el_smallerbtn:hover {
	background: white;
	color: var(--main-color);
}
.el_smallerbtn.is_complete:hover {
	border: solid 1px var(--main-color);
}
.el_smallerbtn__lm {
	margin-left: 8px;
}
.el_smallerbtn__white {
	background: white;
	color: var(--main-color);
	border: solid 1px white;
}
.el_smallerbtn__white:hover {
	background: var(--main-color);
	color: white;
}
.el_smallestbtn,a.el_smallestbtn {
	display: inline-block;
	background: var(--main-color);
	padding: 8px 8px;
	color: white;
	border-radius: 4px;
	transition: .3s;
	border: solid 1px var(--main-color);
	font-size: 14px;
}
.el_smallestrbtn:hover,a.el_smallestbtn:hover {
  background-color: #ffffff;
  border: solid 1px #2A64F6;
  color: #2A64F6;
	opacity: 1;
}

@media (max-width: 768px) {
	.el_registBtn {
		width: 100%;
		padding: 4px;
	}
	.el_loginBtn {
		width: 100%;
		padding: 4px;
	}
	.el_submitBtn {
		padding: 13px 60px;
	}
	.el_returnBtn {
		padding: 13px 30px;
		font-size: 14px;
	}
	.bl_submitBtncont__2col {
		max-width: 254px;
	}
}
/* ------------- link -------------  */
.ly_backTopLink {
	text-align: center;
	padding: 24px;
}
.el_grayLink {
	color: #707070;
	text-decoration: underline;
}
.el_grayLink__small {
	font-size: 14px;
}
.el_colorLink {
	color: var(--main-color);
	text-decoration: underline;
}
.el_colorLink__small {
	font-size: 14px;
}
.el_colorLink__smaller {
	font-size: 12px;
}
/* ------------- iform -------------  */
.bl_form {}
/* ------------- input error -------------  */
.el_error {
	color: var(--red);
	font-size: 14px;
}
.el_errorMsg, .el_compMsg {
	border: solid 1px var(--red);
	padding: 5px;
	border-radius: 4px;
	background: #fff8f8;
	color: var(--red);
	font-size: 14px;
	text-align: center;
	display: none;
	margin-bottom: 20px;
}
.el_errorMsg.on, .el_compMsg {
	display: block;
}
.el_compMsg {
	max-width: 600px;
	margin: 0 auto 20px auto;
}
@media (max-width: 768px) {
	.el_compMsg {
		max-width: 90%;
	}
}
/* ------------- input -------------  */
.el_input {
	border: solid 1px var(--black);
	border-radius: 4px;
	padding: 9px 8px;
	display: block;
	width: 100%;
}
.el_input:focus {
	border: solid 1px var(--main-color);
}
.el_input__short {
	max-width: 260px;
}
.el_input__shortest {
	max-width: 180px;
}
.el_input__ib {
	display: inline-block;
	margin-right: 6px;
}
/* ------------- textarea -------------  */
.el_textarea {
	border: solid 1px var(--black);
	border-radius: 4px;
	padding: 9px 8px;
	display: block;
	width: 100%;
}
.el_textarea__s {
	height: 80px;
}
.el_textarea__m {
	height: 160px;
}
.el_textarea__l {
	height: 250px;
}
@media (max-width: 768px) {
	.el_textarea__s {
		height: 140px;
	}
}
/* ------------- password -------------  */
.el_password {
	border: solid 1px var(--black);
	border-radius: 4px;
	padding: 9px 8px;
	display: block;
	width: 100%;
}
.el_password:focus {
	border: solid 1px var(--main-color);
}
/* ------------- Number -------------  */
.el_inputNumber {
	border: solid 1px var(--black);
	border-radius: 4px;
	padding: 9px 8px;
	display: block;
	width: 100%;
	max-width: 160px;
	position: relative;
}
.el_inputNumber:focus {
	border: solid 1px var(--main-color);
}
/* ------------- radioWrap -------------  */
.el_radioWrap.el_radioWrap__line {
	padding: 4px 0 0 0;
}
.el_radioWrap li {
	display: inline-block;
	padding-right: 28px;
}
.el_radioWrap__oneCol li {
	display: block;
	margin-bottom: 16px;
}
@media (max-width: 768px) {
	.el_radioWrap li {
		padding-right: 12px;
	}
}
/* ------------- radio -------------  */
.el_radio[type="radio"] {
	display: none;
}
input.el_radio[type="radio"] + label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 40px;
	line-height: 30px;
}
input.el_radio[type="radio"] + label:hover {
	color: var(--main-color);
}
input.el_radio[type="radio"] + label:before {
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	content: '';
	width: 30px;
	height: 30px;
	border: solid 1px var(--black);
	background-color: white;
	border-radius: 15px;
	margin-right: 10px;
	vertical-align: 1px;
}
input.el_radio[type="radio"] + label:hover:before {
	border: solid 1px var(--main-color);
}
input.el_radio[type="radio"]:checked + label:before {
	border: solid 1px var(--main-color);
}
input.el_radio[type="radio"]:checked + label:after {
	position: absolute;
	left: 6px;
	top: 6px;
	display: inline-block;
	content: '';
	width: 18px;
	height: 18px;
	background-color: var(--main-color);
	border-radius: 9px;
}
input.el_radio[type="radio"] + label.ly_imageLabel {
	display: block;
	border: solid 1px #cccccc;
	border-radius: 8px;
}
input.el_radio[type="radio"] + label.ly_imageLabel img {
	display: inline-block;
	height: 40px;
	width: auto;
	margin-right: 6px;
}
input.el_radio[type="radio"] + label.ly_imageLabel:hover {
	border: solid 1px #E3F2FF;
}
input.el_radio[type="radio"] + label.ly_imageLabel {
	line-height: 40px;
	padding: 10px 20px 10px 60px;
}
input.el_radio[type="radio"] + label.ly_imageLabel:before {
	top: 15px;
	left: 10px;
}
input.el_radio[type="radio"]:checked + label.ly_imageLabel {
	border: solid 1px var(--main-color);
}
input.el_radio[type="radio"]:checked + label.ly_imageLabel:after {
	top: 21px;
	left: 16px;
}
@media (max-width: 768px) {
	input.el_radio[type="radio"] + label.ly_imageLabel img {
		display: block;
	}
	input.el_radio[type="radio"] + label.ly_imageLabel {
		font-size: 14px;
	}
}
/* ------------- checkWrap -------------  */
.el_checkWrap {
	padding: 4px 0 0 0;
}
.el_checkWrap li {
	display: block;
	margin-bottom: 16px;
}
.el_checkWrap li:last-child {
	margin-bottom: 0;
}
/* -------------  check -------------  */
.el_check[type="checkbox"] {
	display: none;
}
input.el_check[type="checkbox"] + label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 40px;
	line-height: 30px;
}
input.el_check[type="checkbox"] + label:hover {
	color: var(--main-color);
}
input.el_check[type="checkbox"] + label:before {
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	content: '';
	width: 30px;
	height: 30px;
	border: solid 1px var(--black);
	background-color: white;
	border-radius: 4px;
	margin-right: 10px;
	vertical-align: 1px;
}
input.el_check[type="checkbox"] + label:hover:before {
	border: solid 1px var(--main-color);
}
input.el_check[type="checkbox"]:checked + label:before {
	border: solid 1px var(--main-color);
}
input.el_check[type="checkbox"]:checked + label:after {
	position: absolute;
	left: 6px;
	top: 6px;
	display: inline-block;
	content: '';
	width: 18px;
	height: 18px;
	background: url("/img/ic_check.svg") center no-repeat;
	background-size: 16px;
}
/* ------------- form -------------  */
.ly_checkWrapper_color {
	padding-top: 20px;
}
.ly_checkWrapper_color .bl_formContainer {
	background: #f4f4f4;
	padding: 18px 18px 26px 18px;
	border-radius: 8px;
}
.bl_formContainer {
	margin-bottom: 32px;
}
.bl_formContainer__pd {
	padding: 20px;
	background: #f4f4f4;
	border-radius: 12px;
}
.bl_formContainer_title {
	padding-bottom: 6px;
	font-size: 15px;
	font-weight: normal;
}
.bl_formContainer_annotation {
	color: #999999;
	font-size: 13px;
}
.bl_formContainer_body {
	margin-bottom: 12px;
}
.bl_formContainer_body p {
	padding: 12px 0;
	border-bottom: solid 1px var(--black);
}
.bl_formContainer_body div {
	padding: 3px 0 6px 0;
	border-bottom: solid 1px var(--black);
}
.bl_formContainer_body.bl_formContainer_body__zip, .bl_formContainer_body.bl_formContainer_body__flex {
	display: flex;
	align-items: center;
}
.bl_formContainer > *:last-child {
	margin-bottom: 0;
}
.el_formDate {
	border: solid 1px var(--black);
	border-radius: 4px;
	display: inline-block;
}
.el_formDate_inset {
	padding: 10px;
	width: 220px;
	cursor: pointer;
}
/* ------------- switch -------------  */
.el_switch {}
/* === ボタンを表示するエリア ============================== */
.switchArea {
	line-height: 26px;
	letter-spacing: 0;
	text-align: center;
	font-size: 12px;
	position: relative;
	margin: auto;
	width: 78px;
	background: #fff;
}
@media (max-width: 768px) {
	.switchArea {
		margin: 0;
	}
}
/* === チェックボックス ==================================== */
.switchArea input[type="checkbox"] {
	display: none;
}
/* === チェックボックスのラベル（標準） ==================== */
.switchArea label {
	display: block;
	box-sizing: border-box;
	height: 26px;
	border: 1px solid var(--red);
	border-radius: 14px;
}
/* === チェックボックスのラベル（ONのとき） ================ */
.switchArea input[type="checkbox"]:checked + label {
	border-color: #78bd78;
}
/* === 表示する文字（標準） ================================ */
.switchArea label span:after {
	content: "未受領";
	padding: 0 0 0 16px;
	color: var(--red);
}
/* === 表示する文字（ONのとき） ============================ */
.switchArea input[type="checkbox"]:checked + label span:after {
	content: "受領済";
	padding: 0 16px 0 0;
	color: #3DB263;
}
/* === 丸部分のSTYLE（標準） =============================== */
.switchArea .swImg {
	position: absolute;
	width: 20px;
	height: 20px;
	background: var(--red);
	top: 3px;
	left: 4px;
	border-radius: 10px;
	transition: .2s;
}
/* === 丸部分のSTYLE（ONのとき） =========================== */
.switchArea input[type="checkbox"]:checked ~ .swImg {
	transform: translateX(50px);
	background: #3DB263;
}
/* ------------- widget datepicker -------------  */
.ui-widget.ui-widget-content {
	border: none;
	padding: 5px;
}
.ui-widget-header {
	background: none;
	font-weight: normal;
	font-size: 16px;
	letter-spacing: 0.12em;
	color: var(--main-color);
	border: none;
}
.ui-datepicker .ui-datepicker-title {
	color: var(--black);
}
.ui-datepicker-calendar thead th {
	color: black;
	font-weight: normal;
}
.ui-datepicker th {
	padding: 4px;
}
.ui-state-active {}
.ui-datepicker {
	background: #f4f4f4;
}
.ui-datepicker-calendar {
	width: 100%;
}
.ui-datepicker-group {
	margin: 0 0 10px 0;
	background: var(--gray);
}
.ui-datepicker-header {
	color: #fff;
	padding: 15px;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.ui-datepicker-calendar th, .ui-datepicker-calendar td {
	font-size: 14px;
	color: var(--main-color);
	text-align: center;
}
.ui-datepicker-calendar td span {
	display: block;
	padding: 10px;
}
.ui-datepicker-calendar td a {
	display: block;
	padding: 5px 8px;
}
.ui-datepicker-title {
	clear: both;
}
.ui-datepicker-prev {
	float: left;
}
.ui-datepicker-next {
	float: right;
}
.ui-widget.ui-widget-content {
	border: none;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button {
	font-weight: normal;
	text-align: center;
	border: none;
	border-radius: 4px;
	background: white;
	margin: 2px;
	color: var(--main-color);
}
.el_formDate .ui-state-default, .el_formDate .ui-widget-content .ui-state-default, .el_formDate .ui-widget-header .ui-state-default, .el_formDate .ui-button, html .el_formDate .ui-button.ui-state-disabled:hover, html .el_formDate .ui-button.ui-state-disabled:active {
	color: var(--main-color);
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	color: black;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
	color: white;
	background: var(--main-color);
}
.ui-datepicker .ui-datepicker-prev span {
	background: url("/img/ic_prev.png") no-repeat center;
	background-size: contain;
}
.ui-datepicker .ui-datepicker-next span {
	background: url("/img/ic_next.png") no-repeat center;
	background-size: contain;
}
.ui-datepicker-trigger {
	cursor: pointer;
	margin-left: 7px !important;
	vertical-align: middle;
	width: 30px
}
/* ------------- select -------------  */

.el_selectWrap {
	display: inline-block;
	overflow: hidden;
	position: relative;
	width: 240px;
}

.el_selectWrap.el_selectWrap__wide{
	width: 440px;
	max-width: 100%;
}


.bl_formContainer_body div.el_selectWrap{
	border: none;
}

.el_selectWrap select {
  -webkit-tap-highlight-color: transparent;
  border-radius: 8px;
  border: solid 1px var(--black);
  background: white;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 40px;
  line-height: 36px;
  outline: none;
  padding-left: 12px;
  padding-right: 20px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: 100%;
}

.el_selectWrap select::-ms-expand {
    display: none;
}
.el_selectWrap:after {
  border-bottom: 2px solid var(--black);
  border-right: 2px solid var(--black);
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}
/* ------------- required -------------  */
.el_required {
	display: inline-block;
	padding-left: 5px;
	color: var(--red);
}
/* ------------- required -------------  */
.bl_complate {
	text-align: center;
	font-size: 18px;
	padding: 40px 0;
}
.bl_complate p.bl_complate__mb {
	margin-bottom: 24px;
}
.bl_complate.is_ininFrame {
	font-size: 16px;
	padding-top: 40px;
}
.bl_complate_link {
	padding: 20px 0 0 0;
	text-align: center;
}
.bl_complate_link a {
	color: var(--main-color);
	text-decoration: underline;
}
/* ------------- tag -------------  */
.el_tag {
	display: inline-block;
	background: var(--main-color);
	color: white;
	font-size: 13px;
	padding: 6px 8px;
	line-height: 1;
	margin: 0 8px;
}
@media (max-width: 420px) {
	.el_tag {
		font-size: 11px;
	}
}
@media (max-width: 375px) {
	.el_tag {
		font-size: 10px;
	}
}
/* ------------- decoration -------------  */
.dc_mail {
	display: inline-block;
	position: relative;
	padding-right: 12px;
}
.dc_mail:after {
	content: '';
	display: inline-block;
	width: 24px;
	height: 24px;
	background-image: url("/img/ic_mail.svg");
	background-repeat: no-repeat;
	background-size: 24px 16px;
	position: absolute;
	right: -20px;
	top: 50%;
	margin-top: -8px;
}
.el_btn_l:hover .dc_mail:after {
	content: '';
	display: inline-block;
	width: 24px;
	height: 24px;
	background-image: url("/img/ic_mail_w.svg");
	background-repeat: no-repeat;
	background-size: 24px 16px;
	position: absolute;
	right: -20px;
	top: 50%;
	margin-top: -8px;
}
/* ------------- table -------------  */
.el_infoTable {
	border-collapse: collapse;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.el_infoTable th, .el_infoTable td {
	padding: 5px;
	border: 1px solid #ccc;
	font-size: 13px;
	line-height: 1.4;
	text-align: center;
	background: white;
	vertical-align: middle;
}
.el_infoTable th {
	padding: 5px;
	background: #E3F2FF;
	font-weight: normal;
	text-align: center;
}
.el_infoTable td a {
	color: var(--main-color);
	text-decoration: underline;
}
.el_infoTable td.el_taleft {
	text-align: left;
}
.el_spTit_inTable {
	display: none;
}
@media (max-width: 768px) {}
/* ------------- spHeadNav -------------  */
.ly_spHeadNav_wrapper {
	display: none;
}
@media (max-width: 768px) {
	.ly_spHeadNav_wrapper {
		display: block;
		margin-bottom: 12px;
		padding: 6px 5% 0 5%;
	}
	.ly_spHeadNav_Unit {
		display: flex;
		line-height: 1.2;
	}
	.ly_spHeadNav:not(:last-child) {
		border-right: solid 1px var(--main-color);
	}
	.ly_spHeadNav a {
		color: var(--main-color);
		font-size: 14px;
		display: inline-block;
		padding: 0 8px;
	}
}
/* ------------- tab -------------  */
.bl_switchTab {
	max-width: 980px;
	margin: 0 auto;
}
.bl_tabUnit {
	display: flex;
	align-items: end;
	justify-content: space-between;
}
.bl_tabMenu {
	display: block;
	width: 34%;
	background: white;
	color: var(--main-color);
	border: solid 1px var(--main-color);
	border-bottom: none;
	border-radius: 8px 8px 0 0;
	padding: 10px;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
	transition: .3s;
}
.bl_tabMenu.current, .bl_tabMenu:hover {
	background: var(--main-color);
	color: white;
}
.bl_tabMenu.bl_tabMenu__second {
	width: 25%;
	color: #6b4c99;
	border: solid 1px #6b4c99;
	border-bottom: none;
}
.bl_tabMenu.bl_tabMenu__second.current, .bl_tabMenu.bl_tabMenu__second:hover {
	background: #6b4c99;
	color: white;
}
.bl_tabMenu_tag {
	text-align: center;
	font-weight: normal;
	font-size: 13px;
}
.bl_tabMenu .is_sp {
	display: none;
}
.ly_tabContents_unit {
	border-top: solid 2px var(--main-color);
	background: #f4f4f4;
	padding-top: 40px;
	padding-bottom: 5px;
}
.ly_tabContents {
	max-width: 980px;
	margin: 0 auto;
	display: none;
}
@media (max-width: 1040px) {
	.bl_switchTab {
		padding: 0 30px 0 30px;
	}
	.ly_tabContents {
		padding: 0 30px 60px 30px;
	}
	.bl_tabMenu_tag {
		font-size: 10px;
	}
}
@media (max-width: 768px) {
	.bl_switchTab {
		padding: 0 5% 0 5%;
		font-size: 12px;
	}
	.bl_tabMenu .is_pc {
		display: none;
	}
	.bl_tabMenu .is_sp {
		display: block;
	}
	.ly_tabContents {
		padding: 0 0 30px 0;
	}
}
/* ------------- tab -------------  */
.bl_infomationCard {
	padding: 20px;
	max-width: 500px;
	margin: 30px auto;
	text-align: left;
	background: #f4f4f4;
}
.bl_infomationCard p {
	font-size: 14px;
	margin-bottom: 15px;
}
/* ------------- modal -------------  */
.el_modal__trigger01, .el_modal__trigger02 {
	display: inline-block;
	background: #3DB263;
	border: solid 1px #3DB263;
	padding: 4px 10px;
	color: white;
	border-radius: 4px;
	transition: .3s;
	cursor: pointer;
}
.bl_modal__wrapper01, .bl_modal__wrapper02 {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
}
.bl_modal__layer {
	height: 100%;
	background: rgba(50, 50, 50, .50);
	cursor: pointer;
}
.bl_modal__container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: min(calc(100% - 40px), 680px);
	height: auto;
	padding: 20px;
	background: #fff;
	border-radius: 20px;
}
.bl_modal__inner {
	height: 100%;
	padding: 30px 0 20px;
}
/* モーダルを閉じるボタン */
.bl_modal__close {
	position: absolute;
	top: -10px;
	right: -10px;
	width: 44px;
	height: 44px;
	border-radius: 22px;
	background: var(--main-color);
	cursor: pointer;
	transition: opacity .6s;
	border: solid 2px #ffffff;
}
.bl_modal__close:hover {
	opacity: .6;
}
.bl_modal__close__bottom {
	position: absolute;
	top: auto;
	bottom: 30px;
	right: 50%;
	width: 200px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	margin-right: -100px;
	border-radius: 8px;
	background: #999;
	cursor: pointer;
	transition: opacity .6s;
	border: none;
	color: white;
	display: none;
}
.bl_modal__close:before, .bl_modal__close:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 1px;
	background: #fff;
	content: '';
}
.bl_modal__close:before {
	transform: translate(-50%, -50%) rotate(45deg);
}
.bl_modal__close:after {
	transform: translate(-50%, -50%) rotate(-45deg);
}
.bl_modal__close__bottom:before {
	content: none;
}
.bl_modal__close__bottom:after {
	content: none;
}
/* モーダル内のコンテンツ */
.bl_modal__content {}
.bl_modal__text {
	margin-top: 30px;
	line-height: 2.875;
}
.bl_modal_iframe {
	width: 100%;
	height: 600px;
	padding: 0 0;
}
.bl_feedbackComp {
	background: #E3F2FF;
	border-radius: 20px;
	padding: 40px;
}
.ly_ininFrame_wrapper {
	padding: 0 30px;
}
@media (max-width: 768px) {
	.bl_modal__container {
		height: 85vh;
		height: 85dvh;
	}
	.bl_modal__inner {
		padding: 30px 0 20px;
	}
	.bl_modal__close {
		position: absolute;
		top: 0;
		right: 0;
	}
	.bl_modal__content {
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}
	.bl_feedbackComp {
		padding: 20px;
	}
	.bl_modal_iframe {
		height: 70vh;
		height: 70dvh;
	}
	.ly_ininFrame_wrapper {
		padding: 0 16px;
	}
	.bl_modal__close__bottom {
		position: absolute;
		top: auto;
		bottom: 30px;
		right: 50%;
		width: 180px;
		height: 44px;
		line-height: 44px;
		text-align: center;
		margin-right: -100px;
		border-radius: 8px;
		background: #999;
		cursor: pointer;
		transition: opacity .6s;
		border: none;
		color: white;
		display: none;
	}
}
/* ------------- card -------------  */
.bl_cardUnit {
	display: flex;
	flex-wrap: wrap;
}
.bl_cardUnit.bl_cardUnit__col4 {
	margin-bottom: -30px;
}
.bl_cardUnit__col4 > .bl_card {
	width: 22%;
	margin: 0 1.5% 30px 1.5%;
}
.bl_card {
	display: block;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	border-radius: 20px;
	transition: .25s;
	padding: 10px 0;
	background: #ffffff;
}
.bl_card:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.bl_card_imgWrapper {
	width: 120px;
	margin: 0 auto;
}
.bl_card_body {
	padding: 0 0 15px 0;
}
.bl_card_title {
	text-align: center;
	color: var(--main-color);
	font-weight: bold;
}
.bl_card_title.bl_card_title__dark {
	color: #6b4c99;
}
.bl_card_txt {
	text-align: center;
}
@media (max-width: 768px) {
	.bl_cardUnit {
		margin: 0 5%;
	}
	.bl_cardUnit__col4 > .bl_card {
		margin: 0 0 30px 0;
		width: 47%;
	}
	.bl_cardUnit__col4 > .bl_card:nth-child(even) {
		margin-left: 6%;
	}
	.bl_card_title {
		font-size: 14px;
	}
}
/* ------------- tag -------------  */
.el_pointTag {
	background: #E3F2FF;
	font-size: 13px;
	line-height: 1.5;
	display: inline-block;
	padding: 2px 10px;
	margin: 0 auto;
	color: var(--main-color);
	font-weight: normal;
}
.el_pointTag__lm {
	margin-left: 8px;
}
.el_pointTag.el_pointTag_sales {
	color: #ce7f00;
	background: #ffebcc;
}
@media (max-width: 768px) {
	.el_pointTag {
		background: #E3F2FF;
		font-size: 11px;
	}
}
/* ------------- percentage bar -------------  */
.el_webiner_percentage {
	display: flex;
	justify-content: flex-start;
}
.el_percentage_tit {
	background: #ffffff;
	color: #666666;
	font-weight: normal;
	font-size: 13px;
	padding-right: 8px;
	width: 65px;
}
.el_percentage_bar {
	display: block;
	width: calc(100% - 65px);
	background: #cccccc;
}
.bar {
	position: relative;
	background: var(--main-color);
	color: #ffffff;
	font-size: 13px;
	display: block;
	padding: 0 5px;
}
.bar span {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	padding: 0 5px;
}
.bar.is_complete {
	background: #3DB263;
}
@media only screen and (max-width:750px) {
	.el_webiner_percentage {
		width: 100%;
	}
}
/* ------------- comingsoon -------------  */
.el_comingsoon{
	background: #E3F2FF;
	max-width: 300px;
	margin: 0 auto;
	padding: 6px;
	text-align: center;
	color: var(--main-color);
}

/* ------------- modal -------------  */

.js_modal-toggle {
width: 100%;
}
.js_modal {
  display: none;
  position: fixed;
  z-index: 8887;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 1s ease-in-out;
}
.js_modal.is_visible{
	display: block;
}
.bl_modal_content {
  background: #FFF;
  padding: 20px 25px;
  width: 800px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: show 0.6s linear 0s;
  filter: drop-shadow(0px 2px 6px #777);
	border-radius: 8px;
}
.bl_modal_content video{
  width: calc(800px - 50px);
  height: auto;
	vertical-align: bottom;
}
.modal-container{
	position: relative;
}
.el_modalClose{
	position: absolute;
	right: -35px;
	top: -35px;
	background: var(--black);
	width: 40px;
	height: 40px;
	border-radius: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
}

.el_modalClose:hover{
	background: var(--gray);
}

@media (max-width: 768px) {
	.bl_modal_content {
		  padding: 16px;
  width: 90vw;
}
.bl_modal_content video{
  width: calc(90vw - 32px);
  height: auto;
}
}

/* ------------- helper -------------  */

.hp_red{
	color: var(--red);
}


.hp_mbm{
	margin-bottom: 24px;
}


/* ------------- pageLink -------------  */

.bl_pageLink_unit{
	display: flex;
	justify-content: space-between;
	  background: white;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  margin: 0 auto;
  padding: 16px;
	margin-bottom: 24px;
}

.bl_pageLink{
	width: calc(100% / 5);
	text-align: center;
	box-sizing: border-box;

}

.bl_pageLink:not(:last-child){
	border-right: solid 1px var(--gray);
}

.bl_pageLink a{
	color: var(--main-color); 
	display: block;

}

.bl_pageLink a:hover{
	text-decoration: underline;
}

@media (max-width: 768px) {
	.bl_pageLink_unit{
	width: 90%;
	flex-wrap: wrap;
	background: white;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  margin: 0 auto;
  padding: 0;
	margin-bottom: 24px;
}
	
.bl_pageLink{
	width: calc(100% / 2);
	text-align: center;
	box-sizing: border-box;
	padding: 8px;
	border-bottom: solid 1px var(--gray);
}
	
.bl_pageLink:nth-child(even){
	border-right: 0;
}
	
.bl_pageLink:nth-child(2n+1):last-child {
  width: 100%;
	border-bottom: none;
}

}


/* ------------- information -------------  */

.bl_informationWrap {
	background: #fff1f1;
	padding: 24px;
	border: solid 1px #f18f8f;
	color: #CB0003;
}

.el_information{
	margin: 0 auto;
	max-width: 1080px;
}
