@charset "utf-8";
.l-mv {
	margin-top: 0;
	display: block;
}

.u-site-title {
	display: block;
}

.l-entry-form {
	margin: 85px 0 0;
}

.l-entry-form__read {
	color: #fff;
	font-size: 1.8rem;
	text-align: center;
	margin: 40px auto 0;
	max-width: 1060px;
	box-sizing: border-box;
	padding: .5em 0 .75em;
	background: #000;
	color: #fff;
	border-radius: 10em;
}

.l-entry-form__title {
	color: #fff;
	font-size: 2rem;
	text-align: center;
	margin: 0 0 30px;
	padding: .6em 0 .75em;
	background: #000;
	line-height: 150%;
}

.l-entry-form__title + * {
	margin-top: 0;
}

.l-entry-form__title span{
	display: block;
	font-size: 1.2rem;
	line-height: 150%;
}

.l-entry-form {
	margin: 30px 0 0;
}

.c-entryComplete {
	margin: 80px 0 0;
}

.c-entryComplete__inner {
	border: 1px solid #fff;
	border-radius: 10px;
}

.c-entryComplete__message {
	color: #fff;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	margin: 50px 0 0;
}

.c-entryComplete__text {
	color: #1f1400;
	font-size: 1.8rem;
	text-align: center;
	margin: 20px 0 0;
}

.c-entryContact {
	color: #000;
	margin: 30px 50px;
	padding: 20px 0 30px;
	background: #fff;
	border-radius: 10px;
}

.c-entryContact__title {
	color: #b50081;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
}

.c-entryContact__name {
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
	margin: 20px 0 0;
	display: block;
}

.c-entryContact__name small {
	font-size: 1.8rem;
}

.c-entryContact__mail {
	font-size: 1.8rem;
	text-align: center;
	margin: 15px 0 0;
	display: block;
}

.c-entryContact__time {
	font-size: 1.8rem;
	text-align: center;
	margin: 15px 0 0;
	display: block;
}

.c-entryContact__time b {
	font-size: 2.4rem;
	font-weight: 700;
	margin: 0 0 -.125em;
	display: inline-block;
}

.c-entryContact__note {
	font-size: 1.4rem;
	text-align: center;
	margin: 15px 0 0;
	display: block;
}

.l-entry-form .required:after {
	content: '必須';
	color: #fff;
	font-size: 1.3rem;
	font-weight: 400;
	margin: 0 0 0 .5em;
	padding: .25em .75em .5em;
	display: inline-block;
	background: #E70A3D;
	border-radius: .25em;
	transform: translate(0,.175em);
}

.l-entry-form table {
	width: 100%;
}

.l-entry-form table th {
	font-size: 2rem;
	font-weight: 900;
	vertical-align: top;
	width: 300px;
	padding: 30px 0 30px 5px;
	text-align: left;
}

.l-entry-form table td {
	font-size: 2rem;
	font-weight: 700;
	vertical-align: top;
	width: calc(100% - 300px);
	max-width: 548px;
	padding: 15px 40px 15px 0;
}

.l-entry-form input[type='text'],
.l-entry-form input[type='tel'],
.l-entry-form input[type='email'],
.l-entry-form input[type='number'] {
	font-size: 2rem;
	width: 100%;
	height: auto;
	padding: .725em 1em;
	border: 1px solid #000;
	border-radius: .25em;
	transition: .2s;
}

.l-entry-form input[type='text']:hover,
.l-entry-form input[type='text']:focus,
.l-entry-form input[type='tel']:hover,
.l-entry-form input[type='tel']:focus,
.l-entry-form input[type='email']:hover,
.l-entry-form input[type='email']:focus,
.l-entry-form input[type='number']:hover,
.l-entry-form input[type='number']:focus {
	background: #fbf0da;
}

.l-entry-form input[type='text'].text-short,
.l-entry-form input[type='tel'].text-short,
.l-entry-form input[type='email'].text-short,
.l-entry-form input[type='number'].text-short {
	max-width: 250px;
}

.l-entry-form .select-list-box {
	width: 250px;
	min-height: 50px;
	border: 1px solid #000;
	border-radius: .25em;
	position: relative;
	transition: .2s;
}

.l-entry-form .select-list-box--long {
	width: 100%;
}

.l-entry-form .select-list-box:hover {
	background: #fbf0da;
}

.l-entry-form .select-list-box:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 14px 10px 0 10px;
	border-color: #000 transparent transparent transparent;
	position: absolute;
	top: 50%;
	right: .75em;
	transform: translate(0,-50%);
	z-index: 0;
}

.l-entry-form select {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
	max-height: 60px;
	padding: 0.8em;
	background: transparent;
	border-radius: .25em;
	transition: .2s;
	position: relative;
	border: 1px #000 solid;
	z-index: 10;
	color: #000;
	width: 100%;
	height: auto;
}

.l-entry-form .selectFlex{
	display: flex;
	align-items: center;
}

.l-entry-form .selectFlex select{
	width: 26%;
}

.l-entry-form .selectFlex p{
	width: 9%;
	text-align: center;
}


.l-entry-form .course-content .select-cover{
	position: relative;
}

.l-entry-form .course-content select{
	max-height: none;
	width: auto;
	padding: 1em 2.5em 1em 1em;
}

.l-entry-form .course-content .select-cover::after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 14px 10px 0 10px;
	border-color: #000 transparent transparent transparent;
	position: absolute;
	top: 50%;
	right: .75em;
	transform: translate(0,-50%);
	z-index: 0;
}

.l-entry-form textarea {
	width: 400px;
	padding: .25em .5em;
	border: 0;
	box-sizing: border-box;
}

.l-entry-form textarea:hover,
.l-entry-form textarea:focus {
	background: #fbf0da;
}

.l-entry-form .u-flex {
	margin: -10px 0 0;
}

.l-entry-form .u-flex > div {
	padding: 20px 30px 0 0;
}

.l-entry-form textarea {
	font-size: 2rem;
	width: 100%;
	min-height: 170px;
	padding: .725em 1em;
	border: 1px solid #000;
	border-radius: .25em;
	transition: .2s;
}

/* RADIO ボタン */
.l-entry-form input[type='radio'],
.l-entry-form input[type='checkbox'] {
	display: none;
	cursor: pointer;
}

.l-entry-form input[type='radio'] + label,
.l-entry-form input[type='checkbox'] + label {
	line-height: 1.3;
	padding: .35em 0 .35em 2.5em;
	display: inline-block;
	position: relative;
	cursor: pointer;
}

.l-entry-form input[type='radio'] + label:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 1.65em;
	height: 1.65em;
	border: 7px solid #000;
	border-radius: 50%;
	transition: .2s;
}

/* course */

.l-entry-form .u-flex.course {
	margin: -10px 0 0;
	display: block;
}

.l-entry-form .u-flex.course > div{
	padding-right: 0;
}

.l-entry-form .course input[type='radio'] + label{
	border: 2px #000 solid;
	display: block;
	padding: .65em 1em .65em 3em;
	border-radius: 10px;
}
.l-entry-form .course input[type='radio']:checked + label{
	background: #fbf0da;
}

.l-entry-form .course input[type='radio'] + label:before{
	left: 0.7em;
}

/* questionnaire */
.l-entry-form .questionnaire{
	padding-top: 26px;
}

.l-entry-form .questionnaire-tit{
	line-height: 1.5;
}

.l-entry-form .questionnaire .u-flex{
	flex-flow: row wrap;
	padding: 20px 0 30px;
}

.l-entry-form .questionnaire .u-flex > div{
	display: flex;
	flex-flow: row wrap;
	padding: 0 30px 0 0;
}

.l-entry-form .course-secect {
	margin: -2px 0 20px;
	display: flex;
}

.l-entry-form .course-secect .course-content{
	margin-right: 50px;
}

.l-entry-form .course-secect .course-content:last-child{
	margin-right: 0;
}

.l-entry-form .course-secect .course-content p{
	margin: 0 10px 0 0;
	padding: 1em 0;
}

.l-entry-form .course-caption li{
	margin-bottom: 0.5em;
	font-size: 1.4rem;
	line-height: 150%;
	font-weight: normal;
}

.l-entry-form .course-caption li:last-child{
	margin-bottom: 0;
}

.l-entry-form input[type='radio']:checked + label:before {
	border-width: 10px;
	border-color: #E70A3D;
}


.l-entry-form input[type='checkbox'] + label:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
	border-radius: 5px;
	border: 3px solid #b50081;
	background: #fff;
}

.l-entry-form input[type='checkbox'] + label:after {
	content: '';
	display: none;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
	width: 30px;
	height: 30px;
	background: url("../../img/common/icon-check@white.svg") no-repeat center / 50% auto;
	transition: .2s;
	z-index: 10;
}

.l-entry-form input[type='checkbox']:checked + label:before {
	background: #b50081;
}

.l-entry-form input[type='checkbox']:checked + label:after {
	display: block;
}

.l-entry-caution__inner {
	padding: 30px 40px 40px;
	background: #fef8ec;
	border: 1px solid #c19637;
}

.l-entry-caution__title img {
	width: auto;
	max-width: 100%;
}

.l-entry-caution__items {
	margin: 20px 0 0;
}

.l-entry-caution__item {
	font-size: 1.8rem;
	line-height: 1.35;
	margin: .5em 0 0;
	padding: 0 0 0 1em;
	position: relative;
}

.l-entry-caution__item:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 8px;
	border-color: transparent transparent transparent #be8f2a;
	position: absolute;
	top: .3em;
	left: 0;
}

.l-entry-privacy {
	margin-top: 40px;
}

.l-entry-privacy__title {
	font-size: 2rem;
	font-weight: 900;
}

.l-entry-privacy__inner {
	margin: 30px 0 0;
	padding: 16px;
	background: #f6eef4;
}

.l-entry-privacy__inline {
	height: 280px;
	padding: 0 16px 0 0;
	overflow-y: auto;
}

.l-entry-privacy__inline::-webkit-scrollbar {
	width: 10px;
	background: transparent;
}

.l-entry-privacy__inline::-webkit-scrollbar-thumb {
	background-color: #b50081;
	border-radius: 10em;
}

.l-entry-privacy__inner h3 {
	color: #b50081;
	font-size: 2rem;
	font-weight: 700;
	padding: 30px 0 0;
}

.l-entry-privacy__inner h3:first-child {
	padding-top: 10px;
}

.l-entry-privacy__inner h3 + p {
	padding: .75em 0 0;
}

.l-entry-privacy__inner h4 {
	font-weight: 700;
	padding: 20px 0 0;
}

.l-entry-privacy__inner h4 + p {
	padding: .5em 0 0;
}

.l-entry-privacy__inner p {
	line-height: 1.5;
}

.l-entry-privacy__agree {
	font-size: 2rem;
	font-weight: 700;
	margin: 40px 0 0;
}

.l-entry-button {
	color: #000 !important;
	font-size: 3rem;
	font-weight: 900;
	text-align: center;
	text-decoration: none !important;
	width: 400px;
	margin: 0 20px;
	padding: .5em .5em .75em 0;
	background: #fff;
	border: 5px solid #000;
	border-radius: 10px;
	position: relative;
}

.l-entry-button:hover {
	color: #fff !important;
	background: #000;
}

.l-entry-button:after {
	content: '';
	width: 42px;
	height: 18px;
	display: block;
	background: url("../../img/common/arrow-01@black.svg") no-repeat center / 100% 100%;
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translate(0,-50%);
}

.l-entry-button:hover:after {
	background-image: url("../../img/common/arrow-01@white.svg");
}

.l-entry-button--next {
	color: #fff !important;
	background: #E70A3D;
	border-color: #E70A3D;
}

.l-entry-button--next:hover {
	background: #E70A3D;
	opacity: .7;
}

.l-entry-button--next:after {
	background-image: url("../../img/common/arrow-01@white.svg");
}

.l-entry-button--prev {
	padding-right: 0;
	padding-left: .5em;
}

.l-entry-button--prev:after {
	right: auto;
	left: 30px;
	transform: translate(0,-50%) scale(-1,1);
}

.l-entry-button-list--multi .l-entry-button {
	width: 280px;
}

.form-address-zip input {
	width: 130px !important;
}

.form-address-zip div:nth-child(2) {
	margin-right: -15px;
	margin-left: -15px;
}

.form-address .select-list-box {
	margin-top: 20px;
}

.form-address input[type="text"] {
	margin-top: 20px;
}

.form-doui td {
	padding-top: 25px !important;
}

.error-text {
	color: #fff;
	font-size: 1.4rem;
	margin: 0 0 .5em;
	padding: .25em .5em .5em;
	border-radius: .25em;
	background: #bb0000;
	display: block;
}

.l-entry-form--check .u-inner-border-black {
	padding-bottom: 60px;
}

.l-entry-form--check table {
	margin-top: 0;
	border: 1px solid #000;
}

.l-entry-form--check table th {
	line-height: 1.5;
	width: 270px;
	padding: 1em;
	background: #ebebeb;
	border: 1px solid #000;
}

.l-entry-form--check table td {
	line-height: 1.5;
	width: calc(100% - 270px);
	padding: 1em;
	border: 1px solid #000;
}

.l-entry-thanks__title {
	margin: 60px 0 0;
}

.l-entry-thanks__read {
	color: #976f19;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1.45;
	text-align: center;
	margin: 50px 0 0;
}

.l-entry-thanks__text {
	font-size: 1.8rem;
	line-height: 1.5;
	text-align: center;
	margin: 30px 0 0;
}

.l-entry-contact {
	margin: 50px 0 0;
	padding: 0 0 30px;
	background: #fef8ec;
	border: 1px solid #be8f2a;
}

.l-entry-contact__title {
	color: #9b7425;
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
	margin: 30px 0 0;
}

.l-entry-contact__name {
	font-size: 2.8rem;
	font-weight: 700;
	text-align: center;
	margin: 30px 0 0;
}

.l-entry-contact__text {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.75;
	text-align: center;
	margin: 25px 0 0;
}

.l-entry-contact__text em {
	font-size: 2.4rem;
	font-weight: 700;
	vertical-align: middle;
	margin: -.175em 0 0;
	padding: 0 .25em;
	display: inline-block;
}

.l-entry-contact__text small {
	font-size: 1.4rem;
	display: inline-block;
	transform: translate(0,-.5em);
}


.l-entry-form .answer h4{
	margin: 0;
}

.l-entry-form .answer p{
	margin-bottom: 1em;
}

.l-entry-form .answer p:last-child{
	margin-bottom: 0;
}

.l-entry-form .intro{
	margin: 20px 0;
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.5;
}

.l-entry-thanks{
	margin: 30px 0 0;
}

.view_sp{
	display: none;
}


.drag-drop-uploader{
	
	border-radius: 10px;
}

.drag-drop-uploader .drag-drop-uploader-placeholder{
	text-align: center;
	padding: 50px 20px 50px;
	font-size: 1.6rem;
	line-height: 150%;
	color: #777;
	position: relative;
	cursor: pointer;
}

.drag-drop-uploader-container:hover,
.drag-drop-uploader-container:active{
	background: #fbf0da;
}
/*
.drag-drop-uploader .drag-drop-uploader-placeholder::before{
	content: '';
	background: url("../../img/entry/i_drag_drop_uploader.png");
	background-size: 100% auto;
	position: absolute;
	top: 40px;
	left: 50%;
	transform: translate(-50%,0);
	width: 94px;
	height: 66px;
}
*/
