/***************************
 *
 * 固定ページ
 * ★ページ中身用★
 *
 **************************/
@media all and (max-width: 736px) {
	/*
PAGE HEADER
*/

	.page-header {
		position: relative;
		box-sizing: border-box;
		text-align: center;
		background: url(../img/page-header.jpg) center center no-repeat;
		background-size: cover;
		height: 160px;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		box-sizing: border-box;
		margin: 0px auto 0;
	}

	.page-header-title {
		font-size: 2rem;
		color: #444444;
		line-height: 1.2em;
		font-weight: bold;
		position: relative;
		text-align: center;
		margin-bottom: 15px;
	}
	.page-header-title-caption {
		text-align: center;
		font-size: 1.3rem;
		color: #444444;
		margin: 0;
		font-weight: normal;
	}

	/*
PAGE
*/
	.page-contents {
		position: relative;
	}
	.page {
		font-size: 1.6rem;
		position: relative;
		padding-top: 1px;
	}

	.page p a {
		color: #4471b4;
		text-decoration: none;
	}
	.page p a:hover {
		color: #e979a9;
	}
	.page p a:visited {
		color: #432692;
	}
	.page a:hover {
		text-decoration: underline;
	}
	.page p {
		color: #444;
		font-size: 1.6rem;
		line-height: 1.875em;
		margin-bottom: 30px;
	}
	.page p.bold {
		font-weight: bold;
	}
	.page p .bold {
		font-weight: bold;
	}
	.page p.title-2-caption {
		text-align: center;
		font-size: 1.5rem;
		line-height: 1.2em;
		margin-top: -20px;
		margin-bottom: 70px;
	}
	.title-2 {
		text-align: center;
		font-weight: bold;
		font-size: 2.2rem;
		color: #444444;
		line-height: 1.92em;
		margin-top: 50px;
		margin-bottom: 30px;
		font-weight: bold;
	}
	.title-2 + p.center {
		text-align: left;
	}
	.title-3 {
		text-align: center;
		font-weight: normal;
		font-size: 2rem;
		line-height: 1.5em;
		margin: 40px auto 35px;
		color: #222222;
	}
	.title-3.center {
		text-align: center;
	}
	.title-4 {
		text-align: left;
		font-size: 1.8rem;
		font-weight: bold;
		color: #5ab8e3;
		line-height: 3em;
		letter-spacing: 0.05em;
		margin: 40px auto 10px;
		padding-bottom: 0px;
		padding-left: 21px;
		position: relative;
	}
	.title-4:before {
		content: "";
		background: url(../img/title-4.png) 0 0 no-repeat;
		background-size: contain;
		width: 12px;
		height: 12px;
		position: absolute;
		left: 0;
		top: 22px;
	}
	.title-5 {
		text-align: left;
		font-size: 2rem;
		font-weight: normal;
		line-height: 2em;
		letter-spacing: 0.05em;
		margin: 70px auto 33px;
		border-left: 2px solid #004ea7;
		padding-left: 18px;
	}
	.title-6 {
		text-align: left;
		font-size: 1.8rem;
		font-weight: normal;
		line-height: 1.875em;
		letter-spacing: 0.05em;
		margin: 70px auto 30px;
	}

	.table-1 {
		width: 100%;
		margin: 56px auto;
		table-layout: fixed;
		position: relative;
		z-index: 2;
	}
	.table-1 th {
		font-size: 1.6rem;
		line-height: 2em;
		text-align: left;
		border-bottom: 1px solid #eeeeee;
		padding: 18px;
		font-weight: bold;
		width: 150px;
		color: #78bbd9;
		vertical-align: top;
	}
	.table-1 td {
		font-size: 1.6rem;
		line-height: 2em;
		text-align: left;
		border-bottom: 1px solid #eeeeee;
		padding: 17px;
	}
	.table-2 {
		width: 100%;
		margin: 56px auto;
		table-layout: fixed;
		position: relative;
		z-index: 2;
	}
	.table-2 th {
		font-size: 1.6rem;
		line-height: 2em;
		text-align: center;
		border-right: 1px solid #e3ecef;
		background: #f4f6f9;
		padding: 5px 0;
		font-weight: bold;

		color: #4471b4;
		font-family: "Zen Maru Gothic", serif;
	}
	.table-2 td {
		font-size: 1.6rem;
		line-height: 2em;
		text-align: left;
		border-right: 1px solid #e3ecef;
		padding: 17px;
		background: #fff;
		text-align: center;
	}
	.table-2 th:last-child,
	.table-2 td:last-child {
		border-right: none;
	}

	hr {
		border: none;
		border-top: 1px solid #d7d7d7;
		background: none;
		height: 1px;
		margin: 60px auto;
		clear: both;
	}
	.center {
		text-align: center;
	}
	.right {
		text-align: right;
	}
	.left {
		text-align: left !important;
	}
	.middle {
		vertical-align: middle;
	}
	.alignleft {
		float: left;
		margin-right: 30px;
		margin-bottom: 30px;
	}
	.alignright {
		float: right;
		margin-left: 30px;
		margin-bottom: 30px;
	}
	.aligncenter {
		display: block;
		margin: 30px auto;
	}
	.page ol.list {
		counter-reset: number;
	}
	.page ol.list > li {
		font-weight: normal;
		margin-bottom: 15px;
		padding-left: 33px;
		position: relative;
	}
	.page ol.list > li ol.list {
		margin-top: 15px;
	}
	.page ol.list > li:before {
		counter-increment: number;
		content: counter(number) ".";
		position: absolute;
		left: 0px;
		top: 1px;
		color: #3d3e4f;
		width: 24px;
		height: 24px;
		text-align: center;
		font-size: 1.6rem;
		font-family: "Gelasio", serif;
		font-weight: 700;
		font-style: normal;
		letter-spacing: 0.03em;
		background: none;
	}
	ul.list {
		margin-bottom: 30px;
	}
	ul.list > li {
		font-weight: normal;
		padding: 3px 0 3px 17px;
		position: relative;
		font-size: 1.6rem;
	}
	ul.list > li:before {
		content: "";
		width: 8px;
		height: 8px;
		display: block;
		background: #3d3e4f;

		position: absolute;
		left: 0px;
		top: 14px;
		border-radius: 100%;
	}

	.page a img {
		transition: 0.3s ease;
	}
	.page a img:hover {
		opacity: 0.7;
	}

	/*
FORM
*/
	.sec-contact {
		background: #f7f7f7;
	}
	.sec-contact .contact-intro {
		text-align: left;
		line-height: 2em;
	}
	.mw_wp_form_confirm .contact-intro {
		display: none;
	}
	.mw_wp_form_confirm .required {
		display: none !important;
	}
	.mw_wp_form_confirm .box-pr-text {
		display: none;
	}
	.mw_wp_form_input .title-2.confirm {
		display: none;
	}
	.mw_wp_form_confirm .title-2.input {
		display: none;
	}
	.mw_wp_form_input .contact-p.confirm {
		display: none;
	}
	.mw_wp_form_confirm .contact-p.input {
		display: none;
	}
	.page .contact-p {
		margin-top: -20px;
	}
	.box-contact {
		position: relative;
		background: #fff;
		border: 1px solid #f4f4f4;
		box-shadow: 0px 0px 0px 10px white;
		box-sizing: border-box;
		padding: 1px 20px;
		margin: 30px -20px;
	}

	.sec.sec-contact {
		position: relative;
		padding-top: 20px;
	}

	.table-contact,
	.table-contact tbody,
	.table-contact tr,
	.table-contact th,
	.table-contact td {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	.table-contact {
		width: 100%;
		margin: 30px auto;
		position: relative;
	}
	.table-contact tr {
		position: relative;
	}
	.table-contact th {
		font-size: 1.5rem;
		color: #444444;
		font-weight: normal;
		padding: 15px 0px;
		padding-left: 0px;
		position: relative;
		text-align: left;
		vertical-align: top;
		border-bottom: 1px solid #eeeeee;
		font-weight: bold;
	}
	.table-contact th .required {

	}
	.table-contact td {
		padding: 20px 0px;
		position: relative;
		border-bottom: 1px solid #eeeeee;
		vertical-align: top;
	}
	.mw_wp_form_confirm .table-contact td {
	}
	.box-pr-text {
		border: 1px solid #dddddd;
		overflow: scroll;
		height: 200px;
		padding: 20px;
	}
	.box-pr-text .box-pr-text-title {
		font-weight: bold;
		text-align: left;
		font-size: 1.8rem;
		margin-bottom: 25px;
	}
	.box-pr-text p {
		font-size: 1.4rem;
	}

	::-webkit-input-placeholder {
		/* WebKit, Blink, Edge */
		color: #cccccc;
	}
	:-ms-input-placeholder {
		/* Internet Explorer 10-11 */
		color: #cccccc;
	}
	::placeholder {
		/* Others */
		color: #cccccc;
	}
	.box-white.box-white-form {
		padding: 0 0 30px;
	}

	.mw_wp_form_complete .btn {
		margin-top: 45px;
	}
	.mw_wp_form_complete p {
	}

	.table-contact .required {
		color: #444444;
		width: 40px;
		height: 20px;
		line-height: 20px;
		font-size: 13px;
		display: inline-block;
		text-align: center;
		background: #fff;
		font-weight: normal;
		border-radius: 0px;
		position: absolute;
		right: 0;
		font-size: 1.3rem;
		top: 50%;
		margin-top: -11px;
		border: 1px solid #444444;
	}
	.table-contact td .required {
		display: none;
	}
	.table-contact .required-2 {
		color: #fff;
		width: 38px;
		height: 20px;
		line-height: 20px;
		font-size: 13px;
		display: inline-block;
		text-align: center;
		background: #dce0e3;
		font-weight: normal;
		border-radius: 5px;
		position: absolute;
		left: 210px;
		font-size: 1.2rem;
	}
	.table-contact p {
		margin-top: 15px;
		margin-bottom: 10px;
	}
	.mw_wp_form_confirm .required {
		/* top: 24px; */
	}
	.table-form .required-2 {
		color: #fff;
		width: 47px;
		height: 24px;
		line-height: 24px;
		font-size: 16px;
		display: inline-block;
		text-align: center;
		background: #afafaf;
		font-weight: normal;
		border-radius: 5px;
		margin-left: 8px;
	}
	.radio-btns {
		width: 400px;
	}
	.radio-btns > .mwform-radio-field {
		display: inline-block !important;
	}
	/* ラジオボタンを隠す */
	.radio-btns input[type="radio"].radio-btns__item {
		display: none;
	}

	.radio-btns label {
		display: inline-block;
	}

	/* spanの左側にボタンを配置するスペースを作る */
	.radio-btns .radio-btns__item {
		display: block;
	}
	.mw_wp_form .horizontal-item {
		display: inline-block;
		margin-left: 0 !important;
		margin-bottom: 10px;
		margin-right: 10px;
	}
	.radio-btns .radio-btns__item + span {
		padding-left: 2em;
		display: inline-block;
		position: relative;
	}

	/* 各パーツを作成 */
	.radio-btns .radio-btns__item + span::after,
	.radio-btns .radio-btns__item + span::before {
		content: "";
		display: block;
		position: absolute;
		border: 1px solid #d4d4d4;
		border-radius: 50%;
		width: 22px;
		height: 22px;
		top: 2px;
		left: 0;
		background: #fff;
	}

	/* after上書き */
	.radio-btns .radio-btns__item + span::after {
		opacity: 0;
		width: 10px;
		height: 10px;
		top: 8px;
		left: 6px;
		border: none;
		background: #3982b1;
	}

	.radio-btns .radio-btns__item:checked + span {
	}

	.radio-btns .radio-btns__item:checked + span::after {
		opacity: 1;
	}
	.box-pr {
		text-align: center;
		margin-top: 20px;
		padding: 15px 0;
	}
	.box-pr .required {
		color: #d9d9d9;
		width: 46px;
		height: 22px;
		line-height: 20px;
		font-size: 11px;
		display: inline-block;
		text-align: center;
		background: #fff;
		font-weight: normal;
		border-radius: 0px;
		position: absolute;
		right: 0;
		font-size: 1.3rem;
		top: 50%;
		margin-top: -11px;
		border: 1px solid #d9d9d9;
	}
	.box-pr .horizontal-item {
		display: inline-block !important;
	}
	.box-pr .mwform-checkbox-field-text {
		overflow: hidden;
		width: 20px;
		height: 28px;
		display: inline-block;
		position: relative;
		top: 6px;
	}
	.box-pr .agree-text {
		display: inline-block;
	}
	.box-pr .agree-text a {
		text-decoration: underline;
		color: #222;
	}
	.mw_wp_form_confirm .box-pr,
	.mw_wp_form_confirm .agree {
		display: none;
	}

	.select-wrap {
		position: relative;
		width: 100%;
	}

	.select-wrap:before {
		z-index: 5;
		position: absolute;
		right: 15px;
		top: 25px;
		content: "";
		display: block;
		background: url(../img/select.png) center center no-repeat;
		background-size: contain;
		width: 17px;
		height: 9px;
		pointer-events: none;
	}
	.select-wrap.select-wrap-short:before {
		top: 10px;
		right: 10px;
	}
	.mw_wp_form_confirm .select-wrap:before {
		content: none !important;
	}
	.mw_wp_form_confirm .select-wrap {
		width: auto !important;
		top: auto !important;
	}
	select {
		outline: none;
		-moz-appearance: none;
		text-indent: 0.01px;
		text-overflow: "";
		background: white;
		vertical-align: middle;
		font-size: inherit;
		color: inherit;
		-webkit-appearance: button;
		-moz-appearance: button;
		appearance: button;
		appearance: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		height: 60px;
		padding: 8px 12px;
		border: none;
		color: #333333;
		width: 100%;
		border-radius: 0px;
		border: 1px solid #dddddd;
		background: #fff;
	}
	.select-wrap.select-wrap-short select {
		height: 38px;
	}
	select option {
		background-color: #fff;
		color: black;
	}
	select::-ms-expand {
		display: none;
	}
	select:-moz-focusring {
		color: transparent;
		text-shadow: 0 0 0 #828c9a;
	}

	.table-contact input[type="text"],
	.table-contact input[type="tel"],
	.table-contact input[type="email"] {
		border: none;
		background: #fff;
		font-size: 15px;
		height: 60px;
		width: 100%;
		padding: 0 15px;
		box-sizing: border-box;
		border-radius: 0px;
		outline: none;
		border: 1px solid #dddddd;
	}
	.table-form input[type="tel"].zip {
		width: 204px;
		margin-bottom: 15px;
	}
	#autozip {
		display: none !important;
	}
	#zip_close > a {
		display: none !important;
	}
	.table-form input[type="text"]:focus,
	.table-form input[type="email"]:focus {
		border: 1px solid #e3ecef;
		background: #fff;
	}

	.mw_wp_form_confirm .form-privacy {
		display: none;
	}
	.form-privacy {
		text-align: center;
	}
	.form-privacy a {
		text-decoration: underline;
		font-size: 11px;
	}
	.sec-simple {
		margin-bottom: -100px;
	}
	.sec-simple .box-content {
		width: 1000px;
	}
	.list-status {
		margin-top: 80px;
		display: flex;
		justify-content: space-between;
	}
	.list-status li {
		font-size: 1.6rem;
		color: #cccccc;
		background: #fff;
		position: relative;
		line-height: 80px;
		height: 80px;
		text-align: center;
		width: 31%;
	}
	.list-status li:after {
		content: "";
		display: block;
		background: url(../img/status.png) 0 0 no-repeat;
		background-size: contain;
		width: 28px;
		height: 19px;
		position: absolute;
		left: calc(100% + 4px);
		top: 50%;
		margin-top: -10px;
	}
	.list-status li:last-child:after {
		content: none;
	}

	.mw_wp_form_input .list-status li:nth-child(1) {
		color: #222;
	}
	.mw_wp_form_confirm .list-status li:nth-child(1) {
		color: #222;
	}
	.mw_wp_form_confirm .list-status li:nth-child(2) {
		color: #222;
	}
	.mw_wp_form_complete .list-status li {
		color: #222;
	}

	.intro-p {
		text-align: center;
	}
	.mw_wp_form_input .intro-p.confirm {
		display: none;
	}
	.mw_wp_form_confirm .intro-p.input {
		display: none;
	}
	.mw_wp_form_confirm .intro-p.confirm + .title-line {
		display: none;
	}
	.mw_wp_form_confirm .list-flow {
		display: none;
	}
	.mw_wp_form_confirm .list-flow + .title-line {
		display: none;
	}
	.mw_wp_form_confirm .btn-submit {
		margin-top: 25px;
	}

	.contact-result-title {
		font-size: 3rem;
		color: #a6b7a9;
		font-weight: bold;
		margin-bottom: 50px;
	}
	.box-contact-logo {
		width: 160px;
		margin: 45px auto 40px;
	}
	.box-contact-logo-2 {
		width: 277px;
		margin: 30px auto;
	}

	.agree {
		text-align: center;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.mwform-checkbox-field {
		display: inline-block;
		margin-top: 5px;
	}
	.mwform-checkbox-field > label input[type="checkbox"] {
		display: none;
	}
	.mwform-checkbox-field > label {
		cursor: pointer;

		font-weight: normal;
		display: block;
		padding: 0px 0px 2px 0;
	}
	.mwform-checkbox-field > label .mwform-checkbox-field-text {
	}
	.mwform-checkbox-field > label .mwform-checkbox-field-text:before {
		content: "";
		background: url(../img/checkbox.png) center center no-repeat;
		background-size: contain;
		width: 20px;
		height: 20px;
		position: relative;
		top: 5px;
		display: inline-block;
		margin-right: 10px;
	}
	.mwform-checkbox-field > label input[type="checkbox"]:checked + .mwform-checkbox-field-text {
	}
	.mwform-checkbox-field > label input[type="checkbox"]:checked + .mwform-checkbox-field-text:before {
		background: url(../img/checkbox-checked.png) center center no-repeat;
		background-size: contain;
	}
	.agree .horizontal-item {
		display: inline-block !important;
	}
	.agree .mwform-checkbox-field > label {
		display: inline-block;
	}
	.agree .agree-text {
		font-size: 1.7rem;
		color: #3b3b3b;
		letter-spacing: 0.05em;
		position: relative;
		top: -3px;
		margin-left: 5px;
		display: inline-block;
	}
	.agree .agree-text a {
		color: #3b3b3b !important;
		text-decoration: underline;
	}
	.agree .agree-text a:hover {
		text-decoration: none;
	}
	.agree .required {
		color: #fff;
		width: 46px;
		height: 22px;
		line-height: 22px;
		font-size: 13px;
		display: inline-block;
		text-align: center;
		background: #a6b7a9;
		font-weight: normal;
		border-radius: 3px;
		margin-left: 10px;
	}
	.agree .confirm {
		display: none;
	}
	.mw_wp_form_confirm .agree .agree-text {
		display: none;
	}
	.mw_wp_form_confirm .agree .agree-text-confirm {
		display: inline-block;
	}
	.agree .mwform-checkbox-field-text {
		width: 20px;
		height: 26px;
		overflow: hidden;
		display: inline-block;
	}
	textarea {
		border-radius: 0px;
		outline: none;
		border: 1px solid #dddddd;
		background: #fff;
		font-size: 15px;
		height: 200px;
		width: 100%;
		padding: 20px 15px;
		box-sizing: border-box;
		position: relative;
		display: block;
		outline: none;
	}
	textarea:focus {
	}
	input[type="submit"],
	input[type="button"] {
		border-radius: 0;
		-webkit-box-sizing: content-box;
		-webkit-appearance: button;
		appearance: button;
		border: none;
		box-sizing: border-box;
		cursor: pointer;
	}
	input[type="submit"]::-webkit-search-decoration,
	input[type="button"]::-webkit-search-decoration {
		display: none;
	}
	input[type="submit"]::focus,
	input[type="button"]::focus {
		outline-offset: -2px;
	}

	.form-btns {
		display: flex;
		justify-content: center;
	}
	.form-btns .btn-submit:nth-child(2) {
		margin-left: 0;
		margin-right: 0;
	}
	.btn-submit,
	input[type="submit"] {
		display: inline-block;
		background: #333333;
		color: #fff !important;
		border-radius: 0px;
		width: 100%;
		line-height: 60px;
		padding: 0;
		margin: 30px auto 30px;
		display: block;
		font-weight: normal;
	}
	.btn-submit:hover {
		opacity: 0.7;
	}
	.mw_wp_form_confirm .btn-submit,
	.mw_wp_form_confirm input[type="submit"] {
		width: 256px;
	}
	input.btn-back {
		width: 138px !important;
		height: 47px;
		line-height: 47px;
		background: #979797;
		margin-left: 0;
		margin-right: 28px;
		font-size: 1.4rem;
		margin-top: 48px;
	}
	input.btn-back:hover {
		background: url(../img/bullet-white.svg) 95% center no-repeat, #009be0;
	}
	.contact-tel {
		text-align: center;
	}
	.contact-tel a {
		display: inline-block;
		vertical-align: middle;
		margin-left: 15px;
	}
	.contact-tel img {
		width: 238px;
	}
	.contact-tel-2 {
		text-align: center;
	}
	.contact-t-1,
	.contact-t-2,
	.contact-t-3 {
		display: none;
	}
	.box-white-contact {
		width: 800px;
	}
	.mw_wp_form_input .contact-t-1 {
		display: block;
		text-align: center;
	}
	.mw_wp_form_confirm .contact-t-2 {
		display: block;
	}
	.mw_wp_form_complete .contact-t-3 {
		display: block;
	}

	.page .result-title {
		text-align: center;
		margin-top: 60px;
		margin-bottom: 35px;
	}
	.page .result-title + p {
		text-align: center;
		font-size: 1.5rem;
		letter-spacing: 0.05em;
		line-height: 1.4666em;
	}
	.box-result-white {
		background: #fff;
		padding: 30px 50px;
	}
	.box-result-white p {
		font-size: 1.6rem;
		line-height: 1.75em;
		letter-spacing: 0.09em;
		text-align: left;
		margin: 0;
	}
	.btn-home {
		width: 159px;
		margin-top: 40px;
	}

	.mw_wp_form_complete + .contact-others {
		display: none;
	}
	.contact-other {
	}
	.contact-other img {
		width: 160px;
	}

	.contact-page-tel {
	}
	.contact-page-tel a {
		display: inline-block;
		background: url(../img/header-tel.png) center center no-repeat;
		background-size: contain;
		width: 264px;
		height: 29px;
		text-indent: -9999em;
	}
	.contact-page-tel a:hover {
		opacity: 0.7;
	}
	.contact-page-tel span {
		display: inline-block;
		font-size: 14px;
		color: #222222;
		margin-left: 10px;
		position: relative;
		top: 0px;
	}
	.ct-result-pic {
		width: 200px;
		margin: 40px auto 40px;
	}
	.ct-result-p {
		text-align: center;
		line-height: 2.6em;
	}
	.box-contact-result-pic {
		width: 113px;
		margin: 0 auto 0px;
	}
	.mw_wp_form_complete .title-2 {
		font-size: 3rem;
		margin: 30px auto;
	}
	.page-contact {
		padding-top: 0;
	}
	.box-contact-es {
	}
	.box-contact-es > .box-content:before {
		content: "";
		display: block;
		width: 100vw;
		height: 100%;
		position: absolute;
		right: 1040px;
		top: 0px;
		/* transform: translate(-50%, -50%); */
		background: #a6b7a9;
	}
	.table-es {
		width: 1040px;
		margin: 0 auto;
		position: relative;
	}
	.table-es tr {
		border: none;
	}
	.table-es > tbody > tr:nth-child(1) > th {
		padding-top: 100px;
	}
	.table-es > tbody > tr:nth-child(1) > td {
		padding-top: 100px;
	}
	.table-es > tbody > tr > th {
		background: #a6b7a9;
		color: white;
		width: 210px;
		border: none;
		vertical-align: top;
		position: relative;
		font-weight: normal;
	}
	.table-es .mwform-checkbox-field {
		display: inline-block;
	}
	.table-es .mwform-radio-field {
		display: inline-block;
	}
	/* .table-es > tbody > tr > th:after {
		content: "";
		display: block;
		width: 1px;
		height: 60px;
		background: #fff;
		position: absolute;
		left: 0;
		top: 0;
	} */
	.table-es > tbody > tr > th .num {
		font-size: 3rem;
		color: white;
		display: inline-block;
	}
	.table-es > tbody > tr > th .required {
		background: none;
		color: white;
		border: 1px solid white;
		position: relative;
		display: inline-block;
		left: auto;
		right: auto;
		margin-left: 10px;
		top: -3px;
	}
	.table-es > tbody > tr > th .t {
		display: block;
		font-size: 1.5rem;
		color: white;
	}
	.table-es > tbody > tr > td {
		border-bottom: 1px solid #daded8;
		padding: 35px 50px;
		font-size: 1.5rem;
	}
	.table-es > tbody > tr > td .table-es-check-wrap {
		width: 500px;
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		grid-gap: 5px 10px;
	}
	.table-es > tbody > tr > td p {
		margin-bottom: 10px;
	}
	.table-es > tbody > tr > td > input[type="text"],
	.table-es > tbody > tr > td > input[type="tel"],
	.table-es > tbody > tr > td > input[type="email"] {
		border: none;
		background: #fff;
		font-size: 15px;
		height: 60px;
		width: 780px;
		padding: 0 15px;
		box-sizing: border-box;
		border-radius: 0px;
		outline: none;
	}
	.table-es > tbody > tr > td > .select-wrap {
		width: 100%;
	}
	.table-es > tbody > tr > td > .select-wrap select {
	}
	.table-es table tr {
		border-bottom: 1px solid #daded8;
	}
	.table-es table {
		border-bottom: 1px solid #daded8;
	}
	.table-es table .box-pr {
		text-align: left;
	}

	.sec-contact-stick-1 {
		background: url(../img/box-contact-stick-1.png) 0 0 no-repeat;
		background-size: contain;
		width: 312px;
		height: 280px;
		position: absolute;
		left: 0;
		top: 288px;
	}
	.sec-contact-stick-2 {
		background: url(../img/box-contact-stick-2.png) 0 0 no-repeat;
		background-size: contain;
		width: 284px;
		height: 312px;
		position: absolute;
		right: 0;
		top: 288px;
	}
	.mw_wp_form_confirm .sec-contact-stick-1 {
		display: none;
	}
	.mw_wp_form_confirm .sec-contact-stick-2 {
		display: none;
	}
	.mw_wp_form_confirm .box-contact .footer-tel {
		display: none;
	}
	.sec-contact-stick-3 {
		background: url(../img/box-contact-stick-3.png) 0 0 no-repeat;
		background-size: contain;
		width: 281px;
		height: 302px;
		position: absolute;
		left: 0;
		top: 328px;
	}
	.sec-contact-stick-4 {
		background: url(../img/box-contact-stick-4.png) 0 0 no-repeat;
		background-size: contain;
		width: 305px;
		height: 302px;
		position: absolute;
		right: 0;
		top: 288px;
	}
	.mw_wp_form_input .sec-contact-stick-3 {
		display: none;
	}
	.mw_wp_form_input .sec-contact-stick-4 {
		display: none;
	}

	/*
	FEATURE SCHOOL
	*/
	.sec {
		position: relative;
		box-sizing: border-box;
		padding-top: 1px;
		padding-bottom: 10px;
	}
	.ft-intro {
		border: 1px solid #f4f4f4;
		margin: 20px 20px 20px;
		padding-left: 25px;
		padding-right: 25px;
		padding-bottom: 25px;
	}
	.ft-intro .ft-intro-pics {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 0;
		margin-left: -51px;
		margin-right: -51px;
		margin-top: 15px;
	}
	.ft-intro .ft-intro-pics img {
		width: 100%;
		max-width: 100%;
	}
	.ft-how {
		background: #f7f7f7;
	}
	.ft-flow {
	}
	.ft-flow .ft-flow-pics {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		margin: 20px auto;
	}
	.ft-flow .ft-flow-pics img {
		width: 100%;
		max-width: 100%;
	}
	.list-flow {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 10px;
		margin-left: -20px;
		margin-right: -20px;
		margin-bottom: 30px;
	}
	.list-flow li {
		border: 4px solid #f7f7f7;
		padding: 15px 0;
	}
	.list-flow p.num {
		text-align: center;
		font-weight: bold;
		font-size: 2rem;
		color: #444444;
		margin: 0;
	}
	.list-flow img {
		display: block;
		margin: 10px auto;
		width: 48px;
	}
	.list-flow p.center {
		text-align: center;
		font-size: 1.3rem;
		line-height: 1.875em;
		margin: 0;
	}
	.ft-seminar {
		position: relative;
		background: #f7f7f7;
		padding-top: 1px;
		padding-bottom: 60px;
	}
	.ft-seminar .ft-seminar-content {
		position: relative;
	}
	.ft-seminar .ft-seminar-content .btn {
	}
	.ft-seminar-pics {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 10px;
	}
	/*
	LESSON
	*/
	.ls-cs {
		border: 1px solid #f4f4f4;
		margin: 20px 20px 20px;
		padding-top: 1px;
		padding-bottom: 20px;
	}
	.ls-cs .box-content {
		padding-left: 20px;
		padding-right: 20px;
	}
	.box-cs {
		position: relative;

		padding: 20px 0 0px;
	}
	.box-cs .cs-pic {
		margin-bottom: 30px;
	}
	.box-cs .cs-content {
	}
	.box-cs .cs-content .cs-title {
		font-weight: bold;
		text-align: left;
		margin-bottom: 30px;
		font-size: 2.2rem;
	}
	.box-cs .cs-content p {
		font-size: 1.5rem;
	}
	.box-cs-feat {
		background: #f7f7f7;

		padding: 35px 20px 35px 20px;
	}
	.box-cs-feat .box-cs-feat-title {
		text-align: center;
		font-weight: bold;
		font-size: 1.8rem;
		margin-bottom: 20px;
	}
	.box-cs-feat p {
		font-size: 1.4rem;
		margin: 0;

		box-sizing: border-box;
	}
	.box-cs-feat-s {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 25px;
		margin-top: 25px;
		margin-bottom: 25px;
	}
	.box-cs-feat-s > div {
		background: #f7f7f7;
		padding: 20px 0;
	}
	.box-cs-feat-s > div p {
		text-align: center;
		font-weight: bold;

		margin: 0;
	}
	.box-cs-feat-s + p.notice-r {
		text-align: right;
		font-size: 1.4rem;
		color: #888888;
		margin-bottom: 0;
	}
	hr + .box-cs {
		padding-top: 0;
	}
	.ls-dt {
		background: #f7f7f7;
		padding-top: 1px;
		padding-bottom: 40px;
	}
	.box-voice {
		background: #fff;
		box-sizing: border-box;
		position: relative;
		padding: 40px 30px 30px 30px;
		margin-top: 35px;
		margin-bottom: 35px;
		margin-left: -20px;
		margin-right: -20px;
	}
	.box-voice img {
		width: 30px;
		display: block;
		margin: 0 auto 20px;
	}
	.box-voice .voice-title {
		font-weight: bold;
		font-size: 1.8rem;
		margin-bottom: 30px;
		text-align: center;
	}
	.box-voice p {
		margin-bottom: 0;
	}
	.box-dt-wrap {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 20px;
		margin-top: 60px;
	}
	.box-dt-wrap .box-dt {
		background: #fff;
		box-sizing: border-box;
		padding: 35px 30px 30px;
		margin-left: -20px;
		margin-right: -20px;
	}
	.box-dt-wrap .box-dt .dt-title {
		text-align: center;
		font-weight: bold;
		font-size: 2rem;
		margin-bottom: 25px;
	}
	.box-dt-wrap p {
		margin-bottom: 0;
		font-size: 1.5rem;
	}
	.ls-ex {
		padding-top: 40px;
		padding-bottom: 50px;
	}
	.list-ex {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 20px;
	}
	.list-ex > li {
		position: relative;
		border: 4px solid #f7f7f7;
		padding: 25px 0;
	}
	.list-ex > li:after {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		right: -15px;
		background: url(../img/ex.png) 0 0 no-repeat;
		background-size: contain;
		width: 15px;
		height: 30px;
		margin-top: -15px;
	}
	.list-ex > li:last-child:after {
		content: none;
	}
	.list-ex p.num {
		text-align: center;
		font-weight: bold;
		font-size: 2rem;
		margin: 0;
	}
	.list-ex img {
		width: 52px;
		display: block;
		margin: 20px auto;
	}
	.list-ex p.center {
		text-align: center;
		margin: 0;
		font-size: 1.4rem;
	}
	.list-ex + p.center {
		text-align: center;
		margin-top: 40px;
		margin-bottom: 30px;
	}

	/*
	TEACHER
	*/
	.teacher-intro {
		padding-top: 20px;
	}
	.teacher-intro p.center {
		text-align: left;
	}
	.teacher-list {
		background: #f7f7f7;
		padding-top: 20px;
	}
	.list-teacher {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 20px;
		margin-top: 40px;
		margin-bottom: 30px;
	}
	.list-teacher > li {
	}
	.list-teacher .teacher-pic {
	}
	.list-teacher .teacher-pic img {
		width: 100%;
	}
	.list-teacher .teacher-name {
		text-align: center;
		font-weight: bold;
		font-size: 1.8rem;
		color: #444444;
		margin: 15px 0 0;
	}
	.list-teacher .btn {
		margin: 15px auto;
	}
	.list-teacher .btn a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.teacher-detail {
		position: relative;
		background: #f7f7f7;
		padding: 40px 0;
	}
	.box-tc {
		position: relative;
		box-sizing: border-box;
	}
	.box-tc .tc-pic {
		width: 260px;
		margin-bottom: 30px;
	}
	.box-tc .tc-content {
	}
	.box-tc .tc-title {
		font-weight: bold;
		text-align: center;
		font-size: 2.4rem;
		margin-bottom: 0px;
		padding-left: 15px;
	}
	.table-tc {
	}
	.table-tc,
	.table-tc tbody,
	.table-tc tr,
	.table-tc th,
	.table-tc td {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	.table-tc th {
		border-bottom: 1px solid #eeeeee;
		font-size: 1.6rem;
		font-weight: bold;
		text-align: left;
		padding: 15px 0 15px;
		vertical-align: top;
	}
	.table-tc td {
		border-bottom: 1px solid #eeeeee;
		font-size: 1.4rem;
		padding: 15px 0;
		line-height: 1.875em;
	}
	.box-tc + .btn {
	}

	/*
	VOICE
	*/
	.sec-voice {
		background: #f7f7f7;
		padding: 40px 0;
	}
	.box-vc {
		position: relative;
		background: #fff;
		box-sizing: border-box;
		transition: 0.3s ease;
		margin-bottom: 20px;
		padding: 20px 20px 1px;
	}
	.box-vc .vc-pic {
		width: 100px;
		margin: 0 auto;
		box-sizing: border-box;
	}
	.box-vc .vc-pic img {
		width: 100px;
		height: 100px;
		object-fit: cover;
		border-radius: 100%;
	}
	.box-vc .vc-content {
		box-sizing: border-box;
		position: relative;
		transition: 0.3s ease;
		margin-top: 20px;
		padding-bottom: 50px;
	}
	.box-vc .vc-content-inner {
		position: relative;
		max-height: 150px;
		transition: 0.3s ease;
		overflow: hidden;
	}
	.box-vc .vc-content-inner.is-active {
		max-height: 100%;
	}
	.box-vc .vc-content-inner:after {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 100px;
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	}
	.box-vc .vc-content-inner.is-active:after {
		content: none;
	}
	.box-vc .vc-title {
		font-weight: bold;
		font-size: 2rem;
		margin-bottom: 10px;
		text-align: center;
	}
	.box-vc .vc-content-inner p {
		font-size: 1.5rem;
	}
	.box-vc .vc-content-inner p:last-child {
		margin-bottom: 0;
	}
	.box-vc .vc-toggle-btn {
		background: url(../img/plus.png) 0 0 no-repeat;
		background-size: contain;
		width: 50px;
		height: 50px;
		position: absolute;
		right: 0px;
		bottom: 10px;
	}
	.box-vc .vc-toggle-btn.is-active {
		background: url(../img/minus.png) 0 0 no-repeat;
		background-size: contain;
	}

	/*
	QNA
	*/
	.sec-qna {
		background: #f7f7f7;
	}
	.list-qna {
	}
	.list-qna > li {
		background: #fff;
		box-sizing: border-box;
		position: relative;
		padding: 20px;
		padding-left: 60px;
		margin-bottom: 30px;
	}
	.list-qna > li:before {
		content: "";
		display: block;
		position: absolute;
		left: 20px;
		top: 25px;
		background: url(../img/q.png) 0 0 no-repeat;
		background-size: contain;
		width: 30px;
		height: 27px;
	}
	.list-qna .q {
		line-height: 2em;
		color: #444444;
		font-size: 1.6rem;
		margin-bottom: 10px;
		position: relative;
		font-weight: bold;
	}
	.list-qna .a {
	}
	.list-qna .a p {
		font-size: 1.5rem;
	}
	.list-qna .a p:last-child {
		margin-bottom: 0;
	}
	/*
	COMPANY
	*/
	.ft-intro .ft-intro-logo {
		width: 160px;
		margin: 0 auto;
	}
	.ft-intro p.center {
		text-align: left;
	}
	.cp-info {
		background: #f7f7f7;
		padding: 60px 0 90px;
	}
	.table-cp {

		width: 100%;
	}
	.table-cp,
	.table-cp tbody,
	.table-cp tr,
	.table-cp th,
	.table-cp td {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	.table-cp th {
		border-bottom: 1px solid #eeeeee;
		font-size: 1.8rem;
		font-weight: bold;
		text-align: left;
		vertical-align: top;
		padding: 15px 15px;
	}
	.table-cp td {
		border-bottom: 1px solid #eeeeee;
		font-size: 1.5rem;
		padding: 15px 15px;
	}
	.table-cp iframe {
		width: 100%;
		margin-top: 30px;
	}

	/*
	LP
	*/
	.lp-visual {
		background: url(../img/lp-visual-bg.jpg) center center no-repeat;
		background-size: cover;
	}
	.lp-visual .lp-visual-pic {
		position: relative;
		margin: 0 auto;
	}
	.lp-visual .lp-visual-title {
		margin: 0 auto;
		position: relative;
	}
	.lp-visual .lp-visual-pic img:nth-child(2) {
		width: 80px;
		position: absolute;
		right: 20px;
		bottom: 20px;
	}
	.lp-visual .lp-visual-pic img:nth-child(3) {
		width: 47px;
		position: absolute;
		left: 20px;
		bottom: 60px;
	}
	.lp-intro {
		margin: 20px;
		border: 1px solid #f4f4f4;
	}
	.lp-intro p.center {
		text-align: left;
	}
	.lp-intro .box-content {
		padding-bottom: 20px;
	}
	.lp-about {
		background: url(../img/lp-intro-bg.jpg) center center no-repeat;
		background-size: cover;
		padding-top: 1px;
		padding-bottom: 70px;
	}
	.lp-about .title-2 {
		margin-left: -20px;
		margin-right: -20px;
	}
	.list-about {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 15px;
	}
	.list-about > li {
		background: #fff;
		box-sizing: border-box;
		background: #fff;
		padding: 20px 0;
	}
	.list-about > li img {
		width: 56px;
		margin: 0 auto 15px;
		display: block;
	}
	.list-about > li p.center {
		text-align: center;

		line-height: 1.666em;
		margin: 0;
	}
	.lp-target {
		position: relative;
		padding-top: 1px;
		padding-bottom: 60px;
	}
	.lp-target .list-lp-target {
		margin: 0 auto;
	}
	.lp-target .list-lp-target > li {
		font-size: 1.5rem;
		color: #444444;
		border-bottom: 1px solid #eeeeee;
		position: relative;
		padding-left: 70px;
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.lp-target .list-lp-target > li:before {
		content: "";
		display: block;
		position: absolute;
		left: 20px;
		top: 25px;
		background: url(../img/check.png) 0 0 no-repeat;
		background-size: contain;
		width: 31px;
		height: 25px;
	}
	.lp-target .lp-target-stick-1 {
		background: url(../img/lp-target-stick-1.jpg) 0 0 no-repeat;
		background-size: contain;
		width: 192px;
		height: 320px;
		position: absolute;
		left: 0;
		top: 0;
		display: none;
	}
	.lp-target .lp-target-stick-3 {
		background: url(../img/lp-target-stick-3.jpg) 0 0 no-repeat;
		background-size: contain;
		width: 192px;
		height: 320px;
		position: absolute;
		right: 85px;
		top: 190px;
		display: none;
	}
	.lp-target .lp-target-stick-2 {
		background: url(../img/lp-target-stick-2-2.jpg) 0 0 no-repeat;
		background-size: contain;
		width: 192px;
		height: 320px;
		position: absolute;
		right: 0;
		top: 0;
		display: none;
	}
	.lp-seminar {
		background: url(../img/lp-seminar-bg.jpg) center center no-repeat;
		background-size: cover;
		padding-top: 1px;
		padding-bottom: 50px;
	}
	.lp-seminar .title-2 {
	}
	.box-sm-col {
		display: flex;
		flex-wrap: wrap;
	}
	.box-sm-col .sm-col-pic {
		order: 1;
	}
	.box-sm-col .sm-col-pic img {
		width: 100%;
		height: 100%;
	}
	.box-sm-col .sm-col-content {
		background: #fff;
		box-sizing: border-box;
		padding: 25px;
		order: 2;
	}
	.box-sm-col .sm-col-content p {
		font-size: 1.6rem;
		line-height: 1.875em;
		margin-bottom: 0;
	}
	.box-sm-col + p {
		margin: 55px 0;
	}
	.box-sm-col-2 {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 10px;
	}
	.lp-debut {
		padding-top: 1px;
		padding-bottom: 30px;
	}
	.list-lp-debut {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 10px;
		margin-top: 30px;
	}
	.list-lp-debut > li {
		border: 4px solid #f7f7f7;
		box-sizing: border-box;
		padding: 15px 0;
	}
	.list-lp-debut p.num {
		text-align: center;
		font-weight: bold;
		margin: 0;
	}
	.list-lp-debut img {
		display: block;
		margin: 10px auto;
		width: 64px;
	}
	.list-lp-debut p.center {
		text-align: center;
		font-size: 1.6rem;
		line-height: 1.875em;
		margin: 0;
	}
	.lp-pics {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
	}
	.lp-voice {
		background: url(../img/lp-voice-bg.jpg) center center no-repeat;
		background-size: cover;
		padding-top: 1px;
		padding-bottom: 40px;
	}
	.lp-cp {
		padding-top: 1px;
		padding-bottom: 50px;
	}
	.sec.sec-contact.sec-contact-lp {
		padding-top: 1px;
		background: url(../img/sec-contact-lp-bg.jpg) center center no-repeat;
		background-size: cover;
	}
	
	video {
		display: block;
		margin-bottom: 30px;
	}
	.page video + p {
		text-align: center;
		font-weight: bold;
		margin-top: 50px;
		margin-bottom: 15px;
		border-bottom: 1px solid black;
		padding-bottom: 5px;
		font-size: 1.8rem;
	}
}
