@charset "utf-8";

.m_section {
	margin-top: 100px;
}

@media screen and (max-width: 767px) {
	.m_section {
		margin-top: 50px;
	}
}

.m_wrapper {
	max-width: 1030px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}

.m_container {
	width: 100%;
	max-width: 1020px;
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
	z-index: 20;
}

.m_pageTitle {
	display: block;
	width: 100%;
	padding-top: 215px;
	position: relative;
	z-index: 0;
}

.m_pageTitle::before {
	content: "";
	display: block;
	width: 100%;
	background-size: cover;
	padding-top: 17.1875%;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.m_pageTitle.s_bgW::before {
	background-size: cover;
}

.m_pageTitle .p_inner {
	display: block;
	width: 100%;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.m_pageTitle .p_inner .p_title {
	text-align: center;
	padding-top: 60px;
}

.m_pageTitle .p_inner .p_title.s_search img {
	max-width: 131px;
}

.m_pageTitle .p_inner .p_title span {
	display: block;
	font-size: 1.4rem;
	color: #35c64b;
	margin-top: 6px;
}

.m_subTitle.s_typeA {
	text-align: center;
	margin-bottom: 40px;
}

.m_subTitle.s_typeA .p_title {
	font-size: 2.0rem;
	color: #35c64b;
}

.m_subTitle.s_typeA .p_read span {
	font-size: 2.8rem;
}

@media screen and (max-width: 768px) {
	.m_pageTitle,
	.m_pageTitle::before,
	.m_pageTitle.s_bgW::before {
		padding-top: 28.666%;
	}

	.m_pageTitle::before,
	.m_pageTitle.s_bgW::before {
		background-position: right 12% top;
	}

	.m_pageTitle .p_inner .p_title {
		padding-top: 8%;
	}

	.m_pageTitle .p_inner .p_title.s_search img {
		width: 34.66%;
		max-width: 100%;
	}

	.m_pageTitle .p_inner .p_title span {
		font-size: 14px;
		font-size: 3.733vw;
	}

	.m_subTitle.s_typeA .p_title {
		font-size: 20px;
		font-size: 5.333vw;
	}

	.m_subTitle.s_typeA .p_read {
		font-size: 14px;
		font-size: 3.733vw;
	}

	.m_subTitle.s_typeA .p_read span {
		font-size: 42px;
		font-size: 11.2vw;
	}
}

.m_sectionTitle {
	margin-bottom: 40px;
}

.m_sectionTitle .p_title {
	font-size: 2.0rem;
	text-align: center;
	letter-spacing: 0.18em;
}

.m_sectionTitle .p_title span {
	color: #35c64b;
}

@media screen and (max-width: 767px) {
	.m_sectionTitle {
	}

	.m_sectionTitle .p_title {
		font-size: 18px;
		font-size: 4.8vw;
	}
}

.m_title.s_typeA {
}

.m_title.s_typeA .p_title {
}

@media screen and (max-width: 767px) {
	.m_title.s_typeA {
	}

	.m_title.s_typeA .p_title {
	}
}

.m_title.s_typeB {
}

.m_title.s_typeB .p_title {
}

@media screen and (max-width: 767px) {
	.m_title.s_typeB {
	}

	.m_title.s_typeB .p_title {
	}
}

.m_title.s_typeC {
}

.m_title.s_typeC .p_title {
}

@media screen and (max-width: 767px) {
	.m_title.s_typeC {
	}

	.m_title.s_typeC .p_title {
	}
}

.m_text {
}

.m_text p {
}

.m_text p + p {
}

@media screen and (max-width: 767px) {
	.m_text {
	}

	.m_text p {
	}
}

.m_link {
	position: relative;
	display: inline-block;
	line-height: 1.5em;
}

.m_link.s_bulleted {
	padding-left: 0.8em;
}

.m_link.s_bulleted:before {
	content: "";
	position: absolute;
	top: 0.6em;
	left: 2px;
	border-left: 0.3em solid #2c44d8;
	border-top: 0.18em solid transparent;
	border-bottom: 0.18em solid transparent;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.m_link.s_blank:after,
.m_link.s_pdf:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin: 0 3px;
}

.m_link.s_blank:after {
	width: 14px;
	height: 12px;
}

.m_link.s_pdf:after {
	width: 18px;
	height: 18px;
}

.m_btn {
	position: relative;
	display: inline-block;
	background-color: transparent;
	border: 1px solid #000000;
	color: #000000;
	text-align: left;
	font-weight: bold;
	vertical-align: middle;
	text-decoration: none !important;
	padding: 10px;
	cursor: pointer;
	transition: .3s;
	user-select: none;
}

.m_btn .p_btnInner {
	display: block;
	position: relative;
	text-decoration: none;
}

.m_btn .p_btnInner:after,
.m_btn .p_btnInner:before {
	position: absolute;
	top: 50%;
	margin: auto 0;
	transform: translateY(-50%);
}

.m_btn .p_btnInner:before {
	left: 0;
}

.m_btn .p_btnInner:after {
	right: 0;
}

.m_linkBtn {
	display: block;
	width: 330px;
}

.m_linkBtn.s_centerLst {
	margin: 40px auto 60px;
}

.m_linkBtn > p {
	display: table;
	width: 100%;
	height: 60px;
}

.m_linkBtn > p > a {
	display: table-cell;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	background: #ffffff;
	border: 1px solid #999999;
}

.m_linkBtn > p > a > img {
	display: inline-block;
	width: 8px;
	height: auto;
	transform: rotate(180deg);
	vertical-align: middle;
	margin-left: 1em;
}

@media screen and (max-width: 768px) {
	.m_linkBtn {
		display: block;
		width: 88%;
	}

	.m_linkBtn > p {
		display: block;
		height: auto;
		font-size: 14px;
		font-size: 3.733vw;
	}

	.m_linkBtn > p > a {
		display: block;
		width: 100%;
		padding: 5.75% 0;
	}
}

.m_btn.s_color01 {
}

.m_btn.s_liquid {
	width: 100%;
}

.m_btn.s_wXXX {
}

.m_btn.s_bulleted {
	width: 100%;
}

.m_btn.s_blank:after {
	content: "";
}

.m_btn.s_blank .p_btnInner {
	padding-right: 25px;
}

.m_btn.s_disabled {
	opacity: 0.5;
	cursor: default;
	pointer-events: none;
}

.m_btnSet {
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

.m_btnSet.s_center,
.m_btnSet.s_center .m_btn {
	justify-content: center;
}

.m_btnSet.s_left {
	justify-content: flex-start;
}

.m_btnSet.s_right {
	justify-content: flex-end;
}

.m_btnSet.s_submit {
	min-height: 40px;
	margin-top: 40px;
	justify-content: center;
}

.m_btnSet.s_submit .m_btn {
	justify-content: center;
	min-width: 300px;
	min-height: 40px;
	font-size: 1.8rem;
}

.m_btnSet.s_list {
	flex-direction: column;
	align-items: center;
}

.m_btnSet.s_list .m_btn + .m_btn {
	margin-top: 10px;
}

.m_btnSet:not(.s_list) {
	margin: 0 -10px -10px;
}

.m_btnSet:not(.s_list) .m_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 10px 10px;
}

.m_list {
}

.m_list > li {
	position: relative;
}

.m_list > li + li {
}

.m_list.s_circle > li {
	padding-left: 1.2em;
}

.m_list.s_circle > li:before {
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
	color: #a58855;
	transform: scale(1.2);
}

.m_list.s_note > li {
	text-align: left;
	padding-left: 1em;
}

.m_list.s_note > li:before {
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}

.m_list.s_note.s_number > li {
	padding-left: 1.8em;
}

.m_list.s_note.s_number > li:before {
	content: "※" counter(cnt);
}

.m_list.s_number {
}

.m_list.s_number > li {
	position: relative;
	padding-left: 1.5em;
	counter-increment: cnt;
}

.m_list.s_number > li:before {
	content: counter(cnt) " .";
	position: absolute;
	top: 0;
	left: 0;
}

.m_indentList {
}

.m_indentList li + li {
}

.m_indentList .p_head {
	float: left;
	margin-right: 5px;
}

.m_indentList .p_text {
	overflow: hidden;
}

.m_indentList .p_text {
	overflow: hidden;
}

.m_anchorLst,
.m_anchorLst li {
	display: inline-block;
	text-align: center;
}

.m_anchorLst li {
	position: relative;
	margin-top: 40px;
	margin-bottom: 40px;
}

.m_anchorLst li + li {
	margin-left: 40px;
}

.m_anchorLst li a {
	display: block;
	padding-left: 30px;
	position: relative;
}

.m_anchorLst li a::before {
	content: "";
	display: block;
	width: 22px;
	height: 6px;
	background-size: contain;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.m_anchorLst li a::after {
	content: "";
	display: inline-block;
	width: 13px;
	height: 8px;
	vertical-align: middle;
	background-size: contain;
	margin-left: 6px;
}

.m_col {
}

.m_col .p_colList {
	display: flex;
	flex-wrap: wrap;
	margin: -1%;
}

.m_col .p_colList > li {
	width: 100%;
	padding: 1%;
}

.m_col.s_2col .p_colList > li {
	width: 50%;
}

.m_col.s_3col .p_colList > li {
	width: 33.333%;
}

@media screen and (min-width: 1030px) {
	.m_col.s_noWrap .p_colList {
		flex-wrap: nowrap;
	}
}

@media screen and (max-width: 767px) {
	.m_col {
		margin: 10px auto 0;
	}

	.m_col .p_colList > li {
		max-width: 100%;
		margin: 0 auto;
	}

	.m_col.s_2col .p_colList > li,
	.m_col.s_3col .p_colList > li {
		width: 100%;
	}
}

.m_centerImg {
}

.m_centerImg .p_image {
	max-width: 1000px;
	margin: 0 auto;
}

.m_centerImg.s_w600 .p_image {
	max-width: 600px;
}

.m_centerImg .p_caption {
	font-size: 1.3rem;
	line-height: 1.6;
	margin-top: 10px;
}

@media screen and (max-width: 767px) {
	.m_centerImg .p_caption {
		font-size: 1.1rem;
	}
}

.m_textbox {
	background-color: #f5f5f5;
	border: none;
	width: 100%;
	height: 56px;
	padding: 5px 15px;
}

.m_textbox.s_w144 {
	width: 144px
}

.m_textbox.s_w210 {
	width: 210px
}

.m_textbox.s_liquid {
	width: 100%
}

@media screen and (max-width: 767px) {
	.m_textbox {
		height: 52px;
		padding: 5px 10px;
	}

	.m_textbox.s_spW82 {
		width: 82px
	}

	.m_textbox.s_spLiquid {
		width: 100%
	}
}

.m_textarea {
	display: block;
	border: none;
	background-color: #f5f5f5;
	width: 100%;
	height: 200px;
	padding: 17px 15px;
	resize: vertical;
}

.m_selectBox {
	width: 100%;
	border: 1px solid #adadad;
	height: 56px;
	background-position: right 10px top 50%;
	background-size: 13px 8px;
	cursor: pointer;
	padding-left: 30px;
	color: #5c5c5c;
	font-size: 1.2rem;
}

.js_selectBox.s_checked {
	background-color: #fbf7ea;
	background-repeat: no-repeat, no-repeat;
	background-position: right 10px top 50%, left 10px top 50%;
	background-size: 13px 8px, 14px 14px;
	color: #35c64b;
}

.m_selectBox + .m_selectBox {
	margin-top: 20px;
}

@media screen and (max-width: 768px) {
	.m_selectBox {
		width: 100%;
		border: 1px solid #adadad;
		height: auto;
		background-position: right 10px top 50%;
		background-size: 13px 8px;
		padding: 4.794% 0 4.794% 30px;
		font-size: 16px;
		font-size: 4.26vw;
	}

	.js_selectBox.s_checked {
		background-color: #fbf7ea;
		background-repeat: no-repeat, no-repeat;
		background-position: right 10px top 50%, left 10px top 50%;
		background-size: 13px 8px, 14px 14px;
		color: #35c64b;
	}
}

.m_radioBtn input {
	display: none;
}

.m_radioBtn input + span {
	position: relative;
	display: inline-block;
	margin-right: 32px;
	padding: 5px 0 5px 20px;
	cursor: pointer;
}

.m_radioBtn label:last-child input + span {
	margin-right: 0;
}

.m_radioBtn input + span:before,
.m_radioBtn input + span:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 13px;
	height: 13px;
	margin: auto;
}

.m_radioBtn input + span:before {
	background-color: #ffffff;
	border: 1px solid #000000;
	border-radius: 50%;
}

.m_radioBtn input:checked + span:after {
	left: 3px;
	width: 7px;
	height: 7px;
	border-color: #000000;
	background-color: #000000;
	border-radius: 50%;
}

.m_checkbox {
	display: block;
	width: 100%;
	position: relative;
	z-index: 0;
}

.m_checkbox input[type=checkbox] {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	visibility: hidden;
}

.m_checkbox input[type=checkbox] + span {
	display: inline-block;
	width: 100%;
	font-size: 1.4rem;
	padding: 12px 0 12px 32px;
	color: #5c5c5c;
	border-bottom: 1px solid #f2e7c0;
	cursor: pointer;
}

.m_checkbox input[type=checkbox]:hover + span {
	border-bottom: 3px solid #35c64b;
}

.m_checkbox input[type=checkbox] + span::after {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	border: 1px solid #cdc7b8;
	position: absolute;
	z-index: 0;
	top: 16px;
	left: 11px;
}

.m_checkbox input[type=checkbox]:checked + span {
	color: #ddbf56;
	border-bottom-color: #35c64b;
}

.m_checkbox input[type=checkbox]:checked + span::before {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	background-size: 14px 14px;
	position: absolute;
	z-index: 5;
	top: 14px;
	left: 9px;
}

@media screen and (max-width: 768px) {
	.m_checkbox input[type=checkbox] + span {
		font-size: 12px;
		font-size: 3.733vw;
		padding: 3.28% 0 3.28% 22px;
	}

	.m_checkbox input[type=checkbox]:hover + span {
		border-bottom: 1px solid #35c64b;
	}

	.m_checkbox input[type=checkbox]:checked + span::before {
		width: 15px;
		height: 15px;
		background-size: contain;
		top: 0;
		bottom: 0;
		left: 0;
		margin: auto;
	}

	.m_checkbox input[type=checkbox] + span::after {
		width: 16px;
		height: 16px;
		top: 0;
		bottom: 0;
		left: 0;
		margin: auto;
	}
}

[type=submit].m_submitBtn {
	display: block;
	width: 100%;
	height: 86px;
	color: #ffffff;
	text-align: center;
	background: #333333;
	background-position: left 20px top 50%;
	background-size: 24px 24px;
	cursor: pointer;
	margin-top: 20px;
}

[type=submit].m_submitBtn:hover {
	background: #35c64b;
	background-position: left 20px top 50%;
	background-size: 24px 24px;
}

.m_setForm {
	margin-top: 15px;
}

.m_setForm + .m_setForm {
	margin-top: 10px;
}

.m_setForm > .p_inlineForm {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: -10px;
}

.m_setForm > .p_inlineForm.s_posCenter {
	justify-content: center;
}

.m_setForm.s_marginS > .p_inlineForm > .p_item {
	margin-right: 10px;
}

.m_setForm.s_marginL > .p_inlineForm > .p_item {
	margin-right: 50px;
}

.m_setForm.s_noWrap > .p_inlineForm {
	flex-wrap: nowrap;
}

.m_setForm > .p_inlineForm > .p_item {
	margin: 10px 20px 0 0;
}

.m_setForm > .p_inlineForm > .p_item.s_flexFixed {
	flex: 0 0 auto;
}

.m_setForm > .p_inlineForm > .p_item:last-child {
	margin-right: 0 !important;
}

.m_setForm > .p_inlineForm > .p_item.s_block {
	display: block;
	margin-right: 0;
}

.m_setForm > .p_inlineForm > .p_item .p_text {
	display: inline-block;
}

.m_setForm > .p_colForm {
	display: flex;
	flex-wrap: wrap;
	margin: -10px 0 0 -20px;
}

.m_setForm > .p_colForm > .p_item {
	padding: 10px 0 0 20px;
}

.m_setForm > .p_colForm.s_2col > .p_item {
	width: 50%;
}

.m_setForm .p_colForm.s_3col > .p_item {
	width: 33.333%;
}

.m_setForm > .p_tblForm {
	display: table;
}

.m_setForm > .p_tblForm > .p_tblRow {
	display: table-row;
}

.m_setForm > .p_tblForm > .p_tblRow .p_item {
	display: table-cell;
}

.m_setForm > .p_tblForm > .p_tblRow .p_item + .p_item {
	padding-left: 20px;
}

.m_setForm > .p_tblForm > .p_tblRow + .p_tblRow .p_item {
	padding-top: 20px;
}

.m_setForm > .p_dataList {
	display: flex;
	flex-wrap: wrap;
	margin: -5px 0;
}

.m_setForm > .p_dataList.s_type01 {
	padding: 0 15px;
}

.m_setForm > .p_dataList > .p_item {
	width: 100%;
	display: flex;
}

.m_setForm > .p_dataList > .p_item > .p_head,
.m_setForm > .p_dataList > .p_item > .p_content {
	padding: 5px 0;
}

.m_setForm > .p_dataList > .p_item > .p_head {
	position: relative;
	min-width: 90px;
	font-size: 1.4rem;
	font-weight: bold;
	padding-right: 20px;
	align-self: center;
}

.m_setForm > .p_dataList > .p_item > .p_head:before {
	content: "：";
	position: absolute;
	top: 4px;
	right: 5px;
	font-weight: normal;
}

.m_setForm > .p_dataList > .p_item > .p_content {
	flex: 1 1 auto;
	font-size: 1.2rem;
}

.m_modal {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3000;
	display: none;
}

.m_modal .p_closeBg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.8);
}

.m_modal .p_window {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 1000px;
	max-width: 95%;
	max-height: 95%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	overflow: hidden;
}

.m_modal .p_closeBtn {
	background-color: #35c64b;
	width: 40px;
	height: 40px;
	cursor: pointer;
	margin-left: auto;
	position: relative;
	z-index: 0;
}

.m_modal .p_closeBtn::before,
.m_modal .p_closeBtn::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 15px;
	height: 2px;
	background-color: #ffffff;
	transform: rotate(45deg);
}

.m_modal .p_closeBtn::after {
	transform: rotate(-45deg);
}

.m_modal .p_scrollArea {
	width: 100%;
	max-height: 90vh;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.m_modal .p_scrollInner {
}

.m_modal video {
	width: 100%;
}

.m_modal .p_window.s_w600 {
	max-width: 600px;
}

.m_modal .p_window.s_w700 {
	max-width: 700px;
}

.m_modal .p_window.s_w1300 {
	max-width: 1300px;
}

@media screen and (max-width: 767px) {
	.m_modal .p_window {
		width: 100%;
	}

	.m_modal .p_scrollArea {
		max-height: 90vh;
	}

	.m_modal .p_scrollInner {
		padding: 0 15px;
	}

	.m_modal .p_closeBtn {
	}

	.m_modal .p_closeBtn::before,
	.m_modal .p_closeBtn::after {
		width: 15px;
		height: 1px;
	}
}

.ml_formArea {
}

.ml_formArea .p_formList {
}

.ml_formArea .p_formList > li {
	display: flex;
	border-bottom: 1px solid #cccccc;
}

.ml_formArea .p_formList > li .p_title,
.ml_formArea .p_formList > li .p_form {
	padding: 20px 0;
}

.ml_formArea .p_formList > li .p_title {
	position: relative;
	font-size: 1.8rem;
	font-weight: bold;
	flex: 0 0 416px;
}

.ml_formArea .p_formList > li .p_form {
	position: relative;
	width: 100%;
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	line-height: 2.125;
}

.ml_formArea .p_formList > li .p_title > .p_titleInner {
	position: relative;
	display: block;
}

.ml_formArea .p_formList > li .p_title > .p_titleInner {
	padding: 17px 85px 16px 0;
}

.ml_formArea .p_formList > li .p_form > .p_formInner {
	line-height: 2.125;
}

.ml_formArea .p_formList > li.s_required .p_title > .p_titleInner:after {
	content: "必須";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	display: block;
	width: 50px;
	height: 17px;
	background-color: #ff0000;
	color: #ffffff;
	text-align: center;
	font-size: 1.2rem;
	line-height: 1;
	margin: auto 0;
	padding-top: 2px;
}

.ml_formArea .p_formList > li .p_formCol {
	display: flex;
	flex-wrap: wrap;
}

.ml_formArea .p_formList > li .p_formCol:not(.s_list) {
	margin: -10px -10px 0;
}

.ml_formArea .p_formList > li .p_formCol > li {
	display: flex;
	align-items: center;
}

.ml_formArea .p_formList > li .p_formCol:not(.s_list) > li {
	margin: 10px 10px 0;
}

.ml_formArea .p_formList > li .p_formCol.s_list {
	flex-wrap: wrap;
}

.ml_formArea .p_formList > li .p_formCol.s_list > li {
	width: 100%;
}

.ml_formArea .p_formList > li .p_formCol.s_list > li + li {
	margin-top: 20px;
}

.ml_formArea .p_formList > li .p_formCol.s_2col > li {
	width: 50%;
}

.ml_formArea .p_formList > li .p_formLabel {
	flex: 0 0 auto;
	font-weight: bold;
	margin-right: 10px;
}

.ml_formArea .p_formList > li * + .p_formLabel {
	margin-left: 10px;
	margin-right: 0;
}

.ml_formArea .p_formList > li .p_formLabel.s_2em {
	width: 2em;
}

.ml_formArea .p_formList > li .p_errArea,
.m_errorText {
	display: none;
}

.ml_formArea .p_formList > li.s_error .p_errArea,
.m_errorText.s_error {
	display: block;
}

.ml_formArea .p_formList > li .p_errList.s_note > li,
.m_errorText {
	position: relative;
	color: #ff0000;
	font-size: 1.4rem;
	padding-left: 1.2em;
	margin-top: 10px;
}

.ml_formArea .p_formList > li .p_errList.s_note > li + li {
	margin-top: 3px;
}

.ml_formArea .p_formList > li .p_errList.s_note > li:before {
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}

@media screen and (max-width: 767px) {
	.ml_formArea .p_formList > li .p_errBlock .p_errList.s_note > li {
		font-size: 1.2rem;
	}

	.ml_formArea .p_formList > li .p_formCol:not(.s_list) {
		margin: -5px -5px 0;
	}

	.ml_formArea .p_formList > li .p_formCol:not(.s_list) > li {
		margin: 5px 5px 0;
	}

	.ml_formArea .p_formList > li .p_formCol.s_type01 {
		display: block;
		margin: 0;
	}

	.ml_formArea .p_formList > li .p_formCol.s_type01 > li {
		margin: 0;
	}

	.ml_formArea .p_formList > li .p_formCol.s_type01 > li + li {
		margin-top: 15px;
	}
}

.m_tabArea2 {
	margin-top: 50px;
}

.m_tabArea2 .p_tabList2 {
	text-align: center;
}

.m_tabArea2 .p_tabList2 ul,
.m_tabArea2 .p_tabList2 ul > li {
	display: inline-block;
	text-align: center;
}

.m_tabArea2 .p_tabList2 ul > li {
	height: 40px;
	position: relative;
}

.m_tabArea2 .p_tabList2 ul > li.s_current::before {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background-color: #35c64b;
	position: absolute;
	bottom: 0;
	left: 0;
}

.m_tabArea2 .p_tabList2 ul > li + li {
	margin-left: 40px;
}

.m_tabArea2 .p_tabList2 ul > li a {
	display: block;
	padding-left: 30px;
	position: relative;
}

.m_tabArea2 .p_tabList2 ul > li.s_current a {
	color: #adadad;
}

.m_tabArea2 .p_tabList2 ul > li a::before {
	content: "";
	display: block;
	width: 22px;
	height: 6px;
	background-size: contain;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.m_tabArea2 .p_tabList2 ul > li.s_current a::before {
	background-size: contain;
}

.m_tabArea2 .p_tabContents2 {
	padding-top: 46px;
}

.js_tabContents,
.js_tabContentsSub {
	display: none;
}

.m_tbl.s_type2 {
	border-right: 1px solid #adadad;
	border-bottom: 1px solid #adadad;
	background-color: #f9f8f6;
}

.m_tbl.s_type2 {
	width: 100%;
}

.m_tbl.s_type2 th {
	padding: 10px 3px 24px;
	vertical-align: middle;
	border-left: 1px solid #d6d6d6;
	border-top: 1px solid #d6d6d6;
	position: relative;
	z-index: 0;
}

.m_tbl.s_type2 th {
	text-align: center;
}

.m_tbl.s_type2 th {
	padding-bottom: 10px;
}

.m_tbl.s_type2 tr:first-child th {
	border-top-color: #adadad;
}

.m_tbl.s_type2 tr:first-child th:first-child {
	border-left-color: #adadad;
}

.m_tbl.s_type2 td {
	background-color: #ffffff;
	border-top: 1px solid #adadad;
	border-left: 1px solid #d6d6d6;
}

.m_tbl.s_type2 td {
	text-align: center;
	padding: 0 5px;
}

.m_tbl.s_type2 td:first-child {
	width: 88px;
	padding: 0;
}

.m_tbl.s_type2 td:first-child img {
	max-width: 88px;
}

.m_tbl.s_type2 td:nth-child(n+4) a {
	color: #35c64b;
	text-decoration: underline;
}

.m_tbl.s_type2 td:nth-child(n+4) a:hover {
	text-decoration: none;
}

.m_tbl.s_type2 td:nth-child(11) {
	width: 96px;
}

.m_tbl.s_type2 td:nth-child(11) a {
	display: block;
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #999999;
	padding: 10px 3px;
	color: #333333;
	text-decoration: none;
}

.m_tbl.s_type2 td:nth-child(11) a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 768px) {
	.m_scrollArea {
		display: block;
		width: 100%;
		overflow: hidden;
	}

	.m_scrollArea .p_container {
		display: block;
		padding: 10px;
		overflow-x: auto;
	}

	.m_scrollArea .p_container .p_scrollInner {
		display: block;
		width: 1000px;
		height: auto;
	}
}
