@charset "utf-8";
@media screen and (max-width: 1119px) {
	.l-entry-form__read {
		font-size: 1.7rem;
		line-height: 1.35;
	}
	
	.l-entry-form__title {
		font-size: 1.8rem;
		margin-top: 40px;
	}
	
	.l-entry-form .required:after {
		font-size: 1.2rem;
	}
	
	.l-entry-form table th {
		font-size: 1.8rem;
		width: 200px;
	}
	
	.l-entry-form table td {
		font-size: 1.8rem;
		width: calc(100% - 200px);
		max-width: none;
		padding-right: 20px;
	}
	
	.l-entry-caution__item {
		font-size: 1.6rem;
	}
	
	.l-entry-button {
		font-size: 2.6rem;
	}
	
	.error-text {
		font-size: 1.6rem;
	}
	
	.drag-drop-uploader .drag-drop-uploader-placeholder{
		font-size: 1.4rem;
		line-height: 150%;
	}
	
} /* END Responsive 1119px */

@media screen and (max-width: 767px) {
	.l-header{
		margin-bottom: 0;
	}
	
	.g-main {
		padding-top: 0;
	}
	
	.l-entry-form {
		margin-top: 35px;
	}
	
	.l-entry-form__entry {
		padding: 15px;
	}
	
	.l-entry-form__read {
		font-size: 2.9vw;
		margin-top: 15px;
		margin-right: 5px;
		margin-left: 5px;
	}
	
	.l-entry-form__note {
		font-size: 1.2rem;
		margin-top: 15px;
	}
	
	.l-entry-form .required:after {
		font-size: 1rem;
	}
	
	.l-entry-form table th {
		font-size: 1.3rem;
		width: 100%;
		padding-top: 20px;
		padding-bottom: 0;
		padding-left: 0;
		display: block;
	}
	
	.l-entry-form table td {
		font-size: 1.3rem;
		width: 100%;
		padding-top: 10px;
		padding-bottom: 0;
		padding-right: 0;
		display: block;
	}
	
	.l-entry-form__title {
		font-size: 1.3rem;
		line-height: 150%;
		margin: 0;
	}
	
	.l-entry-form__title span{
		display: block;
		margin-left: 0;
		font-size: 1.0rem;
		line-height: 150%;
	}
	
	.l-entry-form__title:first-child {
		margin-top: 0;
	}
	
	.l-entry-form__title + * {
		margin-top: 0;
	}
	
	.l-entry-form .u-flex > div {
		padding-top: 15px;
		padding-right: 10px;
	}
	
	.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: 1.6rem;
		padding: .5em .75em;
	}
	
	.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: 60%;
	}
	
	.l-entry-form input[type='radio'] + label:before {
		border-width: 4px;
	}
	
	.l-entry-form input[type='radio']:checked + label:before {
		border-width: 6px;
	}
	
	.l-entry-form input[type='checkbox'] + label:before {
		width: 20px;
		height: 20px;
		border-width: 2px;
	}
	
	.l-entry-form input[type='checkbox'] + label:after {
		width: 20px;
		height: 20px;
	}
	
	.l-entry-form .select-list-box {
		width: 60%;
		min-height: 42px;
	}
	
	.l-entry-form .select-list-box:after {
		border-width: 8px 6px 0 6px;
	}
	
	.l-entry-form .select-list-box--long {
		width: 100%;
	}
	
	.l-entry-form select {
		font-size: 1.6rem;
		padding: .75em .5em;
	}
	
	.l-entry-caution__inner {
		padding: 15px 15px 30px;
	}
	
	.l-entry-caution__title img {
		width: 95px;
		max-width: none;
	}
	
	.l-entry-caution__items {
		margin-top: 10px;
	}
	
	.l-entry-caution__item {
		font-size: 1.2rem;
	}
	
	.l-entry-caution__item:before {
		border-width: 5px 0 5px 6px;
	}
	
	.form-address input[type="text"] {
		margin-top: 10px;
	}
	
	.l-entry-form textarea {
		min-height: 115px;
	}
	
	.form-address .select-list-box {
		margin-top: 10px;
	}
	
	.form-address-zip input {
		width: 70px !important;
	}
	
	.form-address-zip div:nth-child(2) {
		margin-left: 0;
		margin-right: 0;
	}
	
	.l-entry-privacy {
		margin-top: 20px;
	}
	
	.l-entry-privacy__title {
		font-size: 1.3rem;
		text-align: left !important;
	}
	
	.l-entry-privacy__inner {
		margin-top: 15px;
		padding: 8px;
	}
	
	.l-entry-privacy__inline {
		font-size: 1rem;
		height: 115px;
	}
	
	.l-entry-privacy__inline::-webkit-scrollbar {
		width: 5px;
	}
	
	.l-entry-privacy__inner h3 {
		font-size: 1.2rem;
		padding-top: 15px;
	}
	
	.l-entry-privacy__inner h3:first-child {
		padding-top: 5px;
	}
	
	.l-entry-privacy__inner h4 {
		padding-top: 10px;
	}
	
	.l-entry-privacy__agree {
		font-size: 1.3rem;
		margin-top: 24px;
	}
	
	.l-entry-button {
		font-size: 1.8rem;
		margin-right: 40px;
		margin-left: 40px;
		border-width: 3px;
	}
	
	.l-entry-button:after {
		width: 26px;
		height: 10px;
		right: 15px;
	}
	
	.l-entry-button--prev:after {
		left: 15px;
	}
	
	.l-entry-button-list--multi {
		margin-right: -10px;
		margin-left: -10px;
	}
	
	.l-entry-button-list--multi .l-entry-button {
		width: calc(50% - 20px);
		margin-right: 10px;
		margin-left: 10px;
	}
	
	.error-text {
		font-size: 1.3rem;
	}
	
	.l-entry-form--check .u-inner-border-black {
		padding-bottom: 15px;
	}
	
	.l-entry-form--check table th {
		padding: .5em 1em;
	}
	
	.l-entry-form--check table td {
		padding: .5em 1em;
	}
	
	.l-entry-form--check .form-doui td {
		padding-top: .5em !important;
	}
	
	.l-entry-form--check .l-entry-form__title:first-child {
		margin-top: 15px;
	}
	
	.l-entry-thanks .u-inner-border-black {
		padding-bottom: 15px;
	}
	
	.l-entry-thanks__title {
		margin-top: 35px;
	}
	
	.l-entry-thanks__read {
		font-size: 1.5rem;
		margin-top: 0;
	}
	
	.l-entry-thanks__text {
		font-size: 1.2rem;
		margin-top: 15px;
	}
	
	.l-entry-contact {
		margin-top: 20px;
		padding-bottom: 20px;
	}
	
	.l-entry-contact__title {
		font-size: 1.3rem;
		margin-top: 15px;
	}
	
	.l-entry-contact__name {
		font-size: 1.8rem;
		line-height: 1.5;
		margin-top: 12px;
	}
	
	.l-entry-contact__text {
		font-size: 1.2rem;
		margin-top: 10px;
	}
	
	.l-entry-contact__text em {
		font-size: 1.5rem;
	}
	
	.l-entry-contact__text small {
		font-size: 1rem;
	}
	
	.l-entry-form .intro{
		margin: 20px 0;
		font-size: 1.3rem;
		line-height: 1.5;
		text-align: left;
	}
	
	.l-entry-form .course-secect {
		margin: 10px 0 20px;
		display: block;
	}
	
	.l-entry-form .course-secect .course-content p{
		margin: 0 10px 0 0;
		padding: 1em 0;
		width: 5em;
	}
	
	.l-entry-form .course-secect .course-content .select-cover{
		flex: 1;
	}
	
	.l-entry-form .course-secect .course-content .select-cover select{
		width: 100%;
	}
	
	.l-entry-form .course-secect .course-content{
		display: flex;
		margin-right: 0;
		margin-bottom: 30px;
	}

	.l-entry-form .course-secect .course-content:last-child{
		margin-right: 0;
		margin-bottom: 0;
	}
	
	.l-entry-form .questionnaire .u-flex{
		display: block;
		padding: 20px 0 10px;
	}

	.l-entry-form .questionnaire .u-flex > div{
		display: block;
		flex-flow: row wrap;
		padding: 0 0 5px 0;
	}
	.l-entry-form .questionnaire .u-flex > div:last-child{
		margin-right: 0;
	}
	
	.view_pc{
		display: none;
	}

	.view_sp{
		display: block;
	}
	
	.u-site-title {
		width: calc(100% - 8%);
	}
	
	.drag-drop-uploader .drag-drop-uploader-placeholder{
		padding: 25px 20px;
		font-size: 1.1rem;
		line-height: 150%;
	}
/*
	.drag-drop-uploader .drag-drop-uploader-placeholder::before{
		top: 20px;
		width: 47px;
		height: 33px;
	}
*/
	
	
} /* END Responsive 767px */
