@charset "UTF-8";

body{
	margin:0;
	padding:0;
	font-family: 'Noto Sans Japanese',Arial,sans-serif;
	font-weight: 400;
	-webkit-text-size-adjust: 100%;
	min-width:1280px;
	font-size: 16px;
	color: #333;
	overflow: hidden;
}
[v-cloak] {
	display: none !important;
}
a {
	color: inherit;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input[type=number] {
	-moz-appearance: textfield;
}
select {
	color: inherit;
}
button {
	font-family: inherit;
	cursor: pointer;
	border: 0;
	font-size: inherit;
	background-color: inherit;
	color: inherit;
}
.hide {
	display: none;
}
.en {
	font-family: 'Barlow Semi Condensed', sans-serif;
}
.red {
	color: #dd554e;
}
.orange {
	color: #ee7800;
}
.textRed {
	color: #FF0000;
}
:focus {
    outline: none;
}
.sp,
.spInline {
	display: none;
}
.inner {
	width: 1280px;
	position: relative;
	margin: 0 auto;
}
.inner2 {
	width: 1160px;
	position: relative;
	margin: 0 auto;
}
._fix {
	height: 100%;
	min-height: auto;
	overflow: hidden;
	position: fixed;
	width: 100%;
}
.stickyBottom {
	position: fixed !important;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 1em 0;
	background-color: rgb(0,0,0,0.2);
}
.mT05 {
	margin-top: 0.5em;
}
.mT1 {
	margin-top: 1em;
}
.mT2 {
	margin-top: 2em;
}
.mT3 {
	margin-top: 3em;
}
.fontSize08 {
	font-size: 0.8em;
}
.text + .text {
	margin-top: 1em;
}
.textLine {
	text-decoration: underline;
}
.flex {
	display: flex;
}
.flex2 {
	display: flex;
	flex-wrap: wrap;
	margin: -1em 0 0 -1em;
}
.flex2Child {
	display: flex;
	flex-wrap: wrap;
	margin: 1em 0 0 1em;
}
.flex2.mT1 {
	margin: 0 0 0 -1em;
}
.listChild {
	padding-left: 2em;
}
.itemChild {
	
}
.link {
	background-image: url(../img/icon_arrow1_right_green.svg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
.link2 {
	background-image: url(../img/icon_arrow2_right_white.svg);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	padding: 0 44px 0 0;
}
.link3 {
	text-decoration: underline;
}
.linkBlue {
	color: #3261AB;
}
.inputText, .inputTextArea {
	background-color: #F2F2F2;
	width: 100%;
	font-size: inherit;
	font-family: inherit;
	border: 1px solid #D9D9D9;
	border-radius: 5px;
	height: 50px;
	padding: 0 20px;
}
.textIndent--2 {
	padding-left: 1em;
	text-indent: -1em;
}
.textIndent--2_5 {
	padding-left: 1.5em;
	text-indent: -1.5em;
}
.textIndent--4 {
	padding-left: 2em;
	text-indent: -2em;
}

.inputTextSize5 {
	width: 5em;
}
.inputTextSize7 {
	width: 7em;
}
.inputTextArea {
	height: 10em;
	padding: 10px 20px;
}
.inputSelect {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 10px 32px 10px 20px;
	font-size: inherit;
	font-family: inherit;
	position: relative;
	background-image: url(../img/icon_arrow4_bottom_green.svg);
	background-repeat: no-repeat;
	background-position: calc(100% - 10px) center;
	background-color: #fff;
	border-radius: 5px;
	border: 1px solid #D9D9D9;
	background-color: #F2F2F2;
}
.selectWrap {
	position: relative;
}
.selectWrap .inputSelect {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	height: 100%;
	width: 100%;
}
.inputCheckbox,
.inputRadio {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: none;
}
.inputCheckbox + label::before, .inputCheckbox:checked + label::before {
	content: "";
	width: 24px;
	height: 24px;
	display: block;
	position: absolute;
	left: 0;
}
.inputCheckbox:checked + label {
	background-image: url(../img/checkbox_enable.svg);
}
.inputCheckbox + label {
	position: relative;
	padding: 0 0 0 34px;
	display: inline-block;
	background-image: url(../img/checkbox_disable.svg);
	background-repeat: no-repeat;
	background-position: left 0.1em;
	min-height: 26px;
	cursor: pointer;
}
.inputCheckboxOpenClose:checked + label {
	background-image: url(../img/checkbox_close.svg);
}
.inputCheckboxOpenClose + label {
	background-image: url(../img/checkbox_open.svg);
	font-weight: bold;
	cursor: pointer;
}
.inputRadio + label::before, .inputRadio:checked + label::before {
	content: "";
	width: 24px;
	height: 24px;
	display: block;
	position: absolute;
	left: 0;
}
.inputRadio:checked + label {
	background-image: url(../img/radio_enable.svg);
}
.inputRadio + label {
	position: relative;
	padding: 0 0 0 34px;
	display: inline-block;
	background-image: url(../img/radio_disable.svg);
	background-repeat: no-repeat;
	background-position: left 0.1em;
	min-height: 26px;
	cursor: pointer;
}
.button {
	margin: 0 auto;
	box-shadow: 0px 3px 6px #00000029;
	border: 2px solid #008442;
	background-color: #ffffff;
	color: #008442;
	border-radius: 5px;
	cursor: pointer;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding: 0;
	height: 45px;
	background-image: url(../img/icon_arrow1_right_green.svg);
	background-repeat: no-repeat;
	background-position: 20px center;
	padding: 0 0 0 26px;
}
.buttonGreen {
	background-image: url(../img/icon_arrow1_right_white.svg);
	background-color: #008442;
	color: #fff;
}
.buttonBlue {
	background-image: url(../img/icon_arrow1_right_white.svg);
	background-color: #0079DF;
	border: 2px solid #0079DF;
	color: #fff;
}
.buttonGray {
	border: 2px solid #ccc;
	background-color: #ccc;
	color: #000;
	cursor: inherit;
	padding: 0;
	background-image: none;
}
.buttonGray2 {
	border: 2px solid #ccc;
	background-color: #ccc;
	color: #fff;
	cursor: inherit;
	padding: 0;
	background-image: none;
}
.buttonCommonEntry {
	width: 360px;
	height: 70px;
	display: block;
	margin: 0 auto;
	text-align: center;
	background-color: #0079DF;
	color: #fff;
	background-image: url(../img/icon_entry.svg);
	background-repeat: no-repeat;
	background-position: 30px center;
	background-size: 36px;
	border-radius: 5px;
	font-size: 20px;
	font-weight: bold;
	padding: 0 0 0 36px;
}
.buttonTextWrap {
	text-align: center;
	margin-top: 25px;
}
.buttonText,
.buttonTextUnderline {
	line-height: 1.3;
	margin: 0;
	padding: 0;
}
.buttonTextUnderline {
	text-decoration: underline;
}
.buttonTextPrev,
.buttonTextNext {
	color: inherit;
	border: 0;
	font-weight: normal;
	box-shadow: none;
	width: 120px !important;
	background-color: inherit;
	height: auto !important;
}
.buttonTextNext {
	background-image: url(../img/icon_arrow1_left_green.svg);
	background-repeat: no-repeat;
	background-position: 20px center;
}
.buttonModal {
	padding: 10px 32px 10px 20px;
	background-image: url(../img/icon_arrow4_bottom_green.svg);
	background-position: calc(100% - 10px) center;
	border-radius: 5px;
	background-color: #F2F2F2;
	background-repeat: no-repeat;
	border: 1px solid #D9D9D9;
	text-align: left;
}
.buttonShort {
	width: 200px;
}
.disableBtn {
	background-color: rgba(51,51,51,0.101) !important;
	color: #333 !important;
}
.tagList {
	display: flex;
	flex-wrap: wrap;
	margin: -10px 0 0 -10px;
}
.tagItem {
	margin: 10px 0 0 10px;
}
.icon {
	background-color: #90C31F;
	color: #fff;
	border-radius: 5px;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 15px;
	display: inline-block;
}
.iconGray{
	background-color: #F2F2F2;
	color: #333;
}
.iconGreen{
	background-color: #008442;
}
.iconWhite{
	background-color: #fff;
	border: 1px solid #90C31F;
	color: inherit;
}
.iconNew {
	border: 1px solid #FF2C2C;
	color: #FF2C2C;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 10px;
	border-radius: 20px;
}
.iconYellow {
	background-color: #EDAD0B;
}
.iconNone{
	border: 0;
	background-color: inherit;
}
.required {
	background-color: rgb(255, 44, 44, 0.75);
	border: 1px solid #FF2C2C;
	color: #fff;
	font-size: 12px;
	padding: 1px 0;
	border-radius: 3px;
	width: 36px;
	display: block;
	text-align: center;
}

.itemGreen::before {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background-color: #008442;
	display: block;
	position: absolute;
	top: 0.5em;
	left: 0;
}
.itemGreen {
	position: relative;
	padding: 0 0 0 20px;
}

.parentList {
	margin-top: 20px;
}
.parentList2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.entryFormDd .parentList {
	margin-top: 10px;
}
.parentItem {
	font-weight: bold;
}
.parentItem2 {
	width: 50%;
}
.parentItem:nth-child(n + 2) {
	margin-top: 40px;
}
.entryFormDd .childList {
	margin: -10px 0 0 0;
	display: flex;
	flex-wrap: wrap;
}
.parentSubTitle {
	margin-top: 1.5em;
	border-bottom: 1px solid #ddd;
	padding: 0 0 0.7em;
}
.parentList .childList {
	display: flex;
	flex-wrap: wrap;
	margin: 5px 0 0 0;
}
.childList + .childList {
	border-top: 1px dashed #ccc;
	margin-top: 1em;
}

.parentItem._parentItemOpen .childList {
	display: none;
}
.parentItem2 > .inputCheckbox:checked+.inputCheckboxLabel+.childList2 {
	display: block;
}
.entryFormListDeep3Wrap > .inputCheckbox:checked+.inputCheckboxLabel+.entryFormListDeep3 {
	display: block;
}
.childItem {
	width: 33%;
	margin: 15px 0 0 0;
	font-weight: normal;
}
.parentList .childList2 { 
	margin: 5px 0 0 -10px;
}
.childItem2 {
	width: calc(50% - 10px);
	margin: 15px 0 0 0;
	padding: 0 0 0 10px;
}
.parentList .childList1 { 
	margin: 5px 0 0 0;
}
.childItem1 {
	width: calc(100% - 10px);
	margin: 15px 0 0 0;
}
.parentList2 .childList2 {
	display: block;
	margin: 0;
}
.parentList2 .childList2 .childItem2 {
	width: 100%;
	margin: 15px 0 0 0;
	padding: 0 0 0 30px;
}
.parentList2 .parentItem2 {
	width: calc(50% - 10px);
}
.parentList2 .parentItem2:nth-child(n + 2) {
	margin-top: 0;
}
.parentList2 .parentItem2:nth-child(n + 3) {
	margin-top: 15px;
}
.modalWrap {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10000;
}
.modalBg {
	background-color: rgba(0, 0, 0, 0.4);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.modal {
	width: 1040px;
	max-height: 80vh;
	background-color: #fff;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 20px;
	padding: 30px;
	z-index: 1;
	overflow: hidden;
}
.modalCloseWrap {
	text-align: right;
}
.modalHeader {
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	color: #008442;
	padding-bottom: 50px;
}
.modalTitle {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
	color: #00A1C7;
	letter-spacing: 0.24px;
}
.modalCloseBtn::before {
	content: "";
	position: absolute;
	width: 25px;
	height: 3px;
	background-color: #000;
	transform: rotate(-45deg);
	left: -2px;
	top: 8px;
}
.modalCloseBtn::after {
	content: "";
	position: absolute;
	width: 25px;
	height: 3px;
	background-color: #000;
	transform: rotate(45deg);
	left: -2px;
	top: 8px;
}
.modalCloseBtn {
	position: relative;
	width: 20px;
	height: 20px;
	cursor: pointer;
}
.modalBodyText {
	margin: 0 80px;
	padding: 40px;
	text-align: center;
}
.modalBody {
	overflow-y: scroll;
}
.modalBodyInner {
	margin: 0 80px;
	padding: 40px;
	border-radius: 10px;
	border: 1px solid #D9D9D9;
}
.modalBtnWrap {
	padding-top: 40px;
	display: flex;
	justify-content: center;
}
.modalBtnWrap .button {
	width: 200px;
	margin: 0;
}
.modalBtnWrap--yesno {
	display: block;
}
.modalBtnWrap--yesno .button {
	display: block;
	margin: 0 auto;
}
.modalBtnWrap--yesno .button + .button {
	margin: 20px auto 0;
}
.modalBtnWrap .buttonNo {
	background-color: #8CA0AF;
	border-color: #8CA0AF;
}
.modalBtnWrap .buttonYes{
	margin-left: 20px;
}
.modalBtn2Wrap {
	padding-top: 40px;
	display: flex;
	justify-content: center;
}
.modalBtn2Wrap .button {
	width: 360px;
	height: 40px;
	margin: 0;
	font-size: 16px;
}
.modalList {
	display: flex;
	flex-wrap: wrap;
	margin: -15px 0 0 0;
}
.modalItem {
	margin: 15px 0 0 0;
}
.modalSubTitle {
	margin-top: 1.5em;
	border-bottom: 1px solid #ddd;
	padding: 0 0 0.7em;
}
.modalCenterList {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.modalCenterItem {
}
.modalCenterItem:nth-child(n + 2) {
	margin: 0 0 0 40px;
}
.modalItemCol2 {
	width: 50%;
}
.modalItemCol3 {
	width: 33%;
}
.modalItemCol4 {
	width: 25%;
}
.modalParentList {
	margin-top: -40px;
}
.modalParentItem {
	margin-top: 40px;
	font-weight: bold;
}
.modalChildList {
	display: flex;
	flex-wrap: wrap;
	margin: 5px 0 0 0;
}
.modalChildList + .modalChildList {
	border-top: 1px dashed #ccc;
	margin-top: 1em;
}
.modalChildItem {
	width: 33%;
	margin: 15px 0 0 0;
	font-weight: normal;
}
.calendarTblWrap {
	display: table;
	margin: 0 auto;
}
.calendarTbl {
}
.calendarTblTh {
	border: 1px solid #D9D9D9;
	height: 50px;
	width: 60px;
	background-color: #F2F2F2;
	font-weight: normal;
}
.calendarTblTd {
	border: 1px solid #D9D9D9;
	height: 50px;
	width: 60px;
	text-align: center;
}
.calendarTblTdGray {
	/* background-color: #999; */
}
.calendarTblToday {
	background-color: #008442;
	color: #fff;
}
.calendarTblNa {
	background-color: #999;
}
.calendarTblSat {
	background-color: #1D7FE0;
	color: #fff;
}
.calendarTblSun,
.calendarTblHoliday {
	background-color: #E0271D;
	color: #fff;
}
._setCalendarDate2 {
	cursor: pointer;
}
.selectCalendarDate .calendarTblTdInner {
	border: 2px solid #E0271D;
	background-color: #fff;
	color: #E0271D;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.calendarBtnWrap{
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.calendarBtnWrap .button {
	margin: 0;
}
.calendarBtnWrap .buttonTextNext {
	background-image: url(../img/icon_arrow1_left_green.svg);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 20px;
	width: auto !important;
}
.calendarBtnWrap .buttonTextPrev {
	background-image: url(../img/icon_arrow1_right_green.svg);
	background-repeat: no-repeat;
	background-position: right center;
	padding: 0 20px 0 0;
	width: auto !important;
}
.calendarBtn2Wrap {
	margin-top: 20px;
	display: flex;
	justify-content: center;
}
.calendarBtn2Wrap .button {
	width: 200px;
}
.setCalendarDate {
	cursor: pointer;
}
.formErrorWrap {
	margin-top: 20px;
	color: red;
}
.formError {
	
}
.wrap {
}
.spMenuWrap {
	display: none;
}
.header {
}
.headerAddEntry {
	border-bottom: 1px solid #D9D9D9;
}
.header .inner {
	display: flex;
	align-items: center;
	padding: 15px 0;
}
.headerLogo {
	padding: 0 0 0 25px;
}
.headerLogoImg {
	width: 237px;
}
.headerPcMenu {
	margin-left: 125px;
	display: flex;
	align-items: center;
}
.headerPcMenu .headerMenu {
	font-size: 15px;
}
.headerPcMenu .headerMenuList {
	display: flex;
	align-items: center;
}
.headerPcMenu .headerMenuItem:nth-child(n + 2) {
	margin-left: 30px;
}
.headerPcMenu .headerSubMenu {
	font-size: 13px;
	margin-left: 80px;
}
.headerPcMenu .headerSubMenuList {
	display: flex;
	align-items: center;
}
.headerPcMenu .headerSubMenuItem:nth-child(n + 2) {
	margin-left: 20px;
}
.headerEntry {
	position: fixed;
	right: 0;
	top: 0;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 0px 0px 0px 20px;
	width: 160px;
	height: 100px;
	display: block;
	background-color: #0079DF;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	padding: 60px 0 0 0;
	background-image: url(../img/icon_entry.svg);
	background-repeat: no-repeat;
	background-position: center 20px;
	z-index: 1;
}
@media screen and (max-width:1280px) {
	.headerEntry {
		position: absolute;
	}
}
.frame {
	background-color: #fff;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
	border-radius: 5px;
}
.footer{
}
.footerEntry {
	height: 200px;
	background: rgb(223,236,244);
	background: linear-gradient(45deg, rgba(223,236,244,1) 0%, rgba(208,226,236,1) 100%);
}
.footerEntry .inner {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	background-image: url(../img/img_footer_entry_bg.webp);
	background-repeat: no-repeat;
	background-position: calc(50% + 290px) -63px;
	background-size: 635px;
}
.footerEntryText::before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8.5px 0 8.5px 19px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	right: -18px;
	top: calc(50% - 8px);
}
.footerEntryText {
	width: 136px;
	height: 136px;
	display: flex;
	align-items: center;
	padding: 0px 0 0 23px;
	font-size: 20px;
	color: #008442;
	font-weight: bold;
	line-height: 1.3;
	position: absolute;
	top: 32px;
	left: 190px;
	background-color: #fff;
	border-radius: 50%;
}
.footerEntryBtn {
	width: 360px;
	height: 70px;
	background-color: #0079DF;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 5px;
	font-size: 20px;
	font-weight: bold;
}
.footerBottom{
}
.footerBottom .inner {
	padding: 20px 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footerBottomSection {
	display: flex;
	align-items: center;
}
.footerMypageBtn {
	width: 145px;
	height: 40px;
	background-color: #90C31F;
	color: #fff;
	background-image: url(../img/icon_arrow1_right_white.svg);
	background-repeat: no-repeat;
	background-position: 15px center;
	font-size: 15px;
	font-weight: bold;
	border-radius: 5px;
}
.footerBottomList {
	display: flex;
	align-items: center;
	font-size: 14px;
}
.footerBottomItem{
	margin: 0 0 0 2em;
}
.copyright {
	color: #999999;
	font-size: 12px;
	padding: 0 35px 0 0;
}
.buttonTop {
	cursor: pointer;
}

.footer--mypage .footerBottom {
	background-color: #F2F2F2;
}
.footer--mypage .footerBottom .inner {
	justify-content: flex-end;
}

.breadcrumb {
	padding: 10px 0;
	font-size: 12px;
}
.breadcrumb__list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.breadcrumb__item:nth-child(n + 2)::before {
	content: "／";
	margin: 0 0.5em;
} 
.breadcrumb__item {
}

.commonTitleWrap {
	padding: 70px 0;
}
.commonTitleLine {
	height: 10px;
	background: transparent linear-gradient(180deg, #FAFAFA 0%, var(--unnamed-color-ffffff) 100%) 0% 0% no-repeat padding-box;
	background: transparent linear-gradient(180deg, #FAFAFA 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
	border-top: 1px solid #D9D9D9;
}
.commonTitle {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
}


.commonTitle2Wrap{
}
.commonTitle2Wrap .inner {
	padding: 60px 60px 30px;
}
.commonTitle2Header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.commonTitle2List {
	display: flex;
	margin: 10px 0 0 -10px;
	flex-wrap: wrap;
}
.commonTitle2Item{
	margin: 10px 0 0 10px;
}
.commonTitle2No {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}
.commonTitle2 {
	font-size: 32px;
	font-weight: bold;
	line-height: 1.4;
}
.commonTitle2Header + .commonTitle2 {
	margin: 30px 0 0 0;
}
.commonTitle2List2 {
	margin: 10px 0 0 -5px;
	display: flex;
	flex-wrap: wrap;
}
.commonTitle2Item2{
	margin: 5px 0 0 5px;
}


.commonTitle3 {
	font-size: 28px;
	color: #008442;
	font-weight: bold;
}
.commonTitle4 {
	border-left: 5px solid #90C31F;
	padding: 0 0 0 20px;
	font-size: 20px;
	font-weight: bold;
}
.contentRow2 {
	width: 1160px;
	margin: 50px auto 0;
	display: flex;
	justify-content: space-between;
}
.contentRow2Left {
	width: 800px;
}
.contentRow2Right {
	width: 300px;
}
.contentJobSearchWrap {
	box-shadow: 10px 10px 10px #00000008;
	border: 1px solid #D9D9D9;
	border-radius: 10px;
	padding: 35px 30px 45px;
}
.contentJobSearchTitleWrap {
	text-align: center;
}
.contentJobSearchTitle {
	background-image: url(../img/icon_search.svg);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 24px;
	padding-left: 40px;
	font-weight: bold;
}
.contentJobSearcConditionText {
	margin-top: 5px;
	font-size: 0.9em;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.contentJobSearchWrap .buttonGreen {
	width: 100%;
	display: block;
	margin-top: 25px;
	font-size: 14px;
}
.contentJobSearchWrap .buttonGreen + .buttonGreen {
	margin-top: 5px;
}
.contentJobSearchWrap .buttonGreenStrong{
	font-size: 20px;
}
.contentJobSearchCnt{
	margin-top: 20px;
	text-align: center;
	font-size: 12px;
}
.contentJobSearchCntStrong{
	font-size: 16px;
	color: #FF2C2C;
}
.contentJobSearchButton{
	width: 100%;
	margin-top: 20px;
}

* + .sideCommon {
	margin: 50px 0 0 0;
}
.contentjobFeature {

}
.sideCommonTitle {
	font-size: 24px;
	font-weight: bold;
	color: #008442;
	text-align: center;
}
.sideCommonList1 {
}
.sideCommonItem1{
	margin: 20px 0 0 0;
}
.sideCommonItem1Img{
}
.sideCommon.contentColumn{
}
.sideCommonList2{
}
.sideCommonItem2 {
	margin: 20px 0 0 0;
	border-top: 1px solid #ddd;
	padding: 20px 0 0 0;
}
.contentRow2Right .sideCommonList3 {
	margin: 30px 0 0 0;
}
.contentRow2Right .sideCommonItem3 {
	margin: 1em 0 0 0;
}
.sideCommonList4 {
	margin: 0 0 0 -5px;
	display: flex;
	flex-wrap: wrap;
}
.sideCommonItem4{
	margin: 10px 0 0 5px;
}
.sideCommonItem2Header {
	display: flex;
	align-items: center;
}
.sideCommonItem2ImgWrap {
	width: 100px;
}
.sideCommonItem2Img{
}
.sideCommonItem2TextWrap {
	width: calc(100% - 100px);
	padding: 0 0 0 20px;
}
.sideCommonItem2IconListWrap{
	display: flex;
	flex-wrap: wrap;
	margin: -5px 0 0 -5px;
}
.sideCommonItem2IconListWrap .icon{
	margin: 5px 0 0 5px;
}
.sideCommonItem2Time {
	color: #999999;
	margin: 5px 0 0 0;
	display: block;
}
.sideCommonItem2Body {
	margin: 15px 0 0 0;
}
.sideCommonItem2Title {
	font-weight: bold;
	line-height: 1.4;
}
.contentRow2Right .contentCategoryWrap {
	box-shadow: 10px 10px 10px #00000008;
	border: 1px solid #D9D9D9;
	border-radius: 10px;
	padding: 30px 30px 40px;
}
.contentRow2Right .contentCategoryTitleWrap {
	text-align: center;
}
.contentRow2Right .contentCategoryTitle {
	background-image: url(../img/icon_category.svg);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 24px;
	padding-left: 35px;
	font-weight: bold;
}
.contentRow2Right .contentCategoryListWrap{
}
.contentRow2Right .contentCategorySection {
	padding: 30px 0 0 0;
	border-top: 1px solid #ddd;
	margin: 30px 0 0 0;
}
.contentCategorySectionTitle {
	font-size: 16px;
	font-weight: bold;
}
.contentCategoryInputWrap {
	margin: 10px 0 0 0;
	display: flex;
	align-items: center;
}
.contentCategorySearchForm {
	display: flex;
	align-items: center;
}
.contentCategorySearchInput {
	width: 180px;
	height: 40px;
	border-radius: 10px 0 0 10px;
	border: 1px solid #D9D9D9;
	background-color: #F2F2F2;
	padding: 0 10px;
}
.contentCategorySearchBtn {
	width: 60px;
	height: 40px;
	font-size: 15px;
	font-weight: bold;
	background-color: #008442;
	color: #fff;
	border-radius: 0 10px 10px 0;
}
.contentCategoryBtnWrap {
	margin: 30px 0 0 0;
	text-align: center;
}
.contentCategoryBtnWrap .button {
	width: 145px;
	height: 40px;
	font-size: 15px;
}


.pagerTopWrap {
	border: 2px solid #90C31F;
	border-radius: 10px;
	background-color: #90C31F0D;
	text-align: center;
	line-height: 50px;
}
.pagerTopNum {
	font-size: 24px;
	font-weight: bold;
	color: #FF2C2C;
}
.pagerTopUnit {
	color: #FF2C2C;
}

.pagerBottomWrap {
	margin: 30px 0 0 0;
	border-radius: 10px;
	background-color: #F2F2F2;
	padding: 10px 20px;
}
.pagerBottomTotalNumWrap {
	text-align: center;
}
.pagerBottomTotalNum {
	
}
.pagerBottomTotalNumUnit {

}
.pagerBottomNumWrapSp {
	display: none;
}
.pagerBottom {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}
.pagerBottomPrevWrap{
	width: 100px;
}
.pagerBottomPrev {
	background-image: url(../img/icon_arrow1_left_green.svg);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 16px;
}
.pagerBottomNumWrap {
}
.pagerBottomNumCurrent{
	color: #008442;
	font-weight: bold;
}
.pagerBottomNum {
	padding: 0 0.5em;
}
.pagerBottomNextWrap {
	width: 100px;
	text-align: right;
}
.pagerBottomNext{
	background-image: url(../img/icon_arrow1_right_green.svg);
	background-repeat: no-repeat;
	background-position: right center;
	padding: 0 16px 0 0;
}

.thanksWrap {
	padding: 0 0 100px 0;
}
.thanks {
    margin: 80px 0 0 0;
}
.thanks .inner {
	padding: 0 60px;
}
.thanksTitle {
	font-size: 28px;
	font-weight: bold;
	color: #008442;
}
.thanksBody {
	margin: 35px 0 0 0;
}
.thanksBanner {
	margin: 35px 0 0 -40px;
	display: flex;
}
.thanksBannerLink {
	margin: 0 0 0 40px;
	width: 35%;
}
.thanksText1:nth-child(n + 2) {
	margin-top: 1em;
}
.thanksListWrap {
	margin-top: 2em;
}
.thanksListTitle {
	
}
.thanksList {
	
}
.thanksItem {
	padding-left: 2em;
	text-indent: -2em;
	margin-top: 0.5em;
}
.thanksBtnWrap {
	margin: 50px 0 0 0;
}
.thanksBtnWrap .button {
	width: 250px;
	height: 60px;
	font-size: 16px;
	display: block;
	margin: 0 auto;
}
.commonError {
	margin-top: 40px;
}
.errorWrap {
	margin-top: 1em;
}
.error {
	color: #DD554E;
	margin-top: 0.5em;
}
.pagerWrap {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
}
.pagerCount {
	font-weight: bold;
}
.pagerList {
	display: flex;
	margin: -10px 0 0 -10px;
}
.pagerItem{
	margin: 10px 0 0 10px;
}
.pagerLink {
	line-height: 25px;
	height: 25px;
	width: 25px;
	border-radius: 5px;
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	border: 1px solid #00A1C7;
	color: #00A1C7;
	background-color: #fff;
}
.pagerActive{
	background-color: #00A1C7;
	color: #fff;
}
.pagerPrev {
	background-image: url(../img/icon_arrow_left.svg);
	background-repeat: no-repeat;
	background-position: center;
}
.pagerNext {
	background-image: url(../img/icon_arrow_right.svg);
	background-repeat: no-repeat;
	background-position: center;
}
@media screen and (max-width:560px) {
	
	.ptr--ptr {
		z-index: 100000;
		position: relative;
		background-color: #fff;
	}
	body{
		-webkit-text-size-adjust: 100%;
		min-width: initial;
		min-width: auto;
		font-size: 3.73vw;
	}
	.wrap {
		padding-top: 14.63vw;
	}
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
	.spInline {
		display: inline !important;
	}
	.inner,
	.inner2 {
		width: 100%;
	}
	.iconNew {
		font-size: 2.93vw;
		padding: 1.06vw 2.66vw;
		border-radius: 3.57vw;
	}
	.icon {
		border-radius: 1.33vw;
		font-size: 2.93vw;
		padding: 1.06vw 2.66vw;
	}

	.inputText {
		width: 100%;
		border-radius: 1.33vw;
		height: 11.18vw;
		padding: 0 2.66vw;
	}
	.inputTextSize5 {
		width: 5em;
	}
	.inputTextArea {
		padding: 2.66vw;
		width: 100%;
		border-radius: 1.33vw;
		height: 11.18vw;
		height: 10em;
	}
	.inputSelect {
		padding: 2.66vw 5.85vw 2.66vw 2.66vw;
		background-image: url(../img/icon_arrow4_bottom_green.svg);
		background-position: calc(100% - 2.66vw) center;
		border-radius: 1.33vw;
	}
	.inputRadio + label::before, .inputRadio:checked + label::before,
	.inputCheckbox + label::before, .inputCheckbox:checked + label::before {
		width: 4.26vw;
		height: 4.26vw;
	}
	.inputRadio:checked + label::before,
	.inputCheckbox:checked + label::before {
		background-size: 4.26vw;
	}
	.inputRadio + label,
	.inputCheckbox + label {
		padding: 0 0 0 7.98vw;
		background-size: 4.26vw;
		background-position: left 0.2em;
		min-height: 4.52vw;
	}
	.ios .inputRadio + label,
	.ios .inputCheckbox + label {
		background-position: left 0.3em;
	}
	.button {
		box-shadow: 0vw 0.8vw 1.6vw #00000029;
		border-radius: 1.33vw;
		height: 11.97vw;
		background-position: 3.99vw center;
		padding: 0 0 0 6.12vw;
		background-size: 1.6vw auto;
		font-size: 3.73vw;
	}
	.buttonCommonEntry {
		width: 75.83vw;
		height: 14.63vw;
		background-position: 5.32vw center;
		background-size: 9.58vw;
		border-radius: 1.33vw;
		font-size: 4.26vw;
		padding: 0 0 0 12.24vw;
	}
	.buttonTextPrev, .buttonTextNext {
		box-shadow: none;
		width: auto !important;
	}
	.buttonTextPrev {
		padding: 0 0 0 8.12vw;
	}
	.tagList {
		margin: -2.66vw 0 0 -2.66vw;
	}
	.tagItem {
		margin: 2.66vw 0 0 2.66vw;
	}
	.itemGreen::before {
		width: 1.6vw;
		height: 1.6vw;
	}

	.header {
		height: 14.63vw;
		background-color: #fff;
		z-index: 10000;
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
	}
	.headerAddEntry {
		position: relative;
	}
	.header .inner {
		width: 100%;
		padding: 3.99vw 0 3.99vw 3.99vw;
	}
	.headerLogo {
		padding: 0;
	}
	.headerLogoImg {
		width: 44.7vw;
	}
	.headerPcMenu {
		display: none;
	}
	.headerEntry {
		width: 29.27vw;
		height: 15.96vw;
		background-size: 6.92vw;
		background-position: 3.99vw center;
		right: 18.63vw;
		font-size: 2.93vw;
		padding: 0 0 0 14vw;
		line-height: 1.4;
		box-shadow: 0vw 0.8vw 1.6vw #00000029;
		border-radius: 0 0 0 2.66vw;
		text-align: left;
		display: flex;
		align-items: center;
	}
	.headerMenuBtn {
		position: absolute;
		width: 18.63vw;
		height: 15.96vw;
		background-color: #008442;
		right: 0;
		top: 0;
		z-index: 1;
		box-shadow: 0vw 0.8vw 1.6vw #00000029;
		border-left: 0.27vw solid #fff;
		background-image: url(../img/icon_menu_open.svg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 5.32vw auto;
	}
	.headerMenuBtnImg {
		width: 5.32vw;
	}

	.spMenuWrap {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		z-index: 1000;
	}
	.spMenuOpen .spMenuWrap {
		display: block;
	}
	.spMenuOpen .headerMenuBtn {
		background-image: url(../img/icon_menu_close.svg);
		background-size: 4.26vw auto;
	}
	.spMenuBg {
		width: 100%;
		height: 100%;
		background-color: rgb(0,0,0, 0.2);
		position: absolute;
		left: 0;
		top: 0;
	}
	.spMenu {
		margin-top: 14.63vw;
		padding: 14.63vw 5.32vw;
		background-color: #F2F2F2;
		position: relative;
		overflow-y: scroll;
	}
	.spMenu .headerMenuList {

	}
	.spMenu .headerMenuItem {
		padding: 3.99vw 0;
		border-top: 0.27vw solid #ddd;
	}
	.spMenu .headerMenuItemLink {
		background-image: url(../img/icon_arrow2_right_white.svg);
		background-repeat: no-repeat;
		background-position: right center;
		background-size: 4.79vw;
		display: block;
		padding: 0 10.11vw 0 0;
	}
	.spMenu .headerSubMenu {
		margin-top: 5.32vw;
	}
	.spMenu .headerSubMenuList {
		
	}
	.spMenu .headerSubMenuItem {
		margin-top: 5.32vw;
	}
	.footerEntry {
		height: 42.57vw;
	}
	.footerEntry .inner {
		display: block;
		background-size: 100%;
		padding: 5.32vw;
		background-position: center;
	}
	.footerEntryText::before {
		border-width: 1.6vw 0 1.6vw 3.73vw;
		right: -3.73vw;
		top: calc(50% - 1.6vw);
	}
	.footerEntryText {
		width: auto;
		height: auto;
		display: inline-block;
		font-size: 4.26vw;
		top: auto;
		left: auto;
		border-radius: 2.66vw;
		padding: 3.99vw;
		position: relative;
	}
	.footerEntry .buttonCommonEntry {
		width: 100%;
		height: 14.63vw;
		background-position: 5.32vw center;
		background-size: 9.58vw auto;
		border-radius: 1.33vw;
		font-size: 4.26vw;
		padding: 0 0 0 14.9vw;
		margin: 5.32vw 0 0 0;
	}
	.footerBottom .inner {
		padding: 7.98vw 5.32vw 5.32vw;
		display: block;
	}
	.footerBottomSection {
		display: block;
		text-align: center;
	}
	.footerBottomSection .buttonTop {
		margin: 0 auto;
	}
	.footerBottomList {
		display: block;
		align-items: center;
		font-size: 3.73vw;
		margin: 10.64vw 0 0 0;
	}
	.footerBottomItem {
		margin: 1em 0 0 0;
	}
	.footerMypageBtn {
		width: 41.24vw;
		height: 9.31vw;
		background-position: 2.66vw center;
		border-radius: 1.33vw;
		margin: 7.98vw 0 0 0;
		font-size: 3.73vw;
		box-shadow: 0vw 0.8vw 1.6vw #0000001A;
	}
	.copyright {
		font-size: 3.19vw;
		padding: 0;
		margin: 6.65vw 0 0 0;
	}

	.footer--mypage .footerBottom {
		background-color: #fff;
	}
	.footer--mypage .footerBottomSection {
		display: flex;
		text-align: center;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	.footer--mypage .footerBottom .inner {
		padding: 7.98vw 5.32vw 7.98vw;
	}
	.breadcrumb {
		padding: 1.79vw 3.57vw;
		font-size: 1.96vw;
	}
	.breadcrumb__list {
		overflow-x: scroll;
		word-break: keep-all;
		white-space: nowrap;
		flex-wrap: inherit;
	}
	.link2 {
		padding: 0 10.11vw 0 0;
		background-size: 4.79vw;
	}

	.commonTitleWrap {
		padding: 6.12vw 5.32vw;
	}
	.commonTitle {
		font-size: 6.39vw;
		text-align: left;
	}

	.commonTitle2Wrap .inner {
		padding: 7.98vw 5.32vw;
	}
	/* holiday */
	.commonTitle2List {
		margin: 0 0 0 -2.66vw;
	}
	.commonTitle2No {
		font-size: 3.19vw;
		font-weight: bold;
		text-align: right;
	}
	.commonTitle2Header + .commonTitle2 {
		margin: 5.32vw 0 0 0;
	}
	.commonTitle2 {
		font-size: 5.32vw;
	}
	.commonTitle3 {
		font-size: 6.39vw;
	}
	.commonTitle4 {
		border-left: 1.33vw solid #90C31F;
		padding: 0 0 0 5.32vw;
		font-size: 4.26vw;
	}

	.required {
		font-size: 2.93vw;
		border-radius: 0.8vw;
		width: 8.51vw;
	}

	.thanksWrap {
		padding: 0 0 10.64vw 0;
	}
	.thanks {
		margin: 6.65vw 0 0 0;
	}
	.thanks .inner {
		padding: 0 5.32vw;
	}
	.thanksTitle {
		font-size: 6.39vw;
	}
	.thanksBody {
		margin: 6.65vw 0 0 0;
		line-height: 1.8;
	}
	.thanksBanner {
		margin: 6.65vw 0 0 0;
		display: block;
	}
	.thanksBannerLink {
		margin: 3.57vw 0 0 0;
		display: block;
		width: 100%;
	}
	.thanksBtnWrap {
		margin: 15.96vw 0 0 0;
	}
	.thanksBtnWrap .button {
		width: 53.21vw;
		height: 11.97vw;
		font-size: inherit;
	}
	.contentRow2 {
		width: 100%;
		margin: 5.32vw 0 0 0;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	.searchIndex .contentRow2 {
		margin: 0;
		flex-direction: column-reverse;
	}
	.contentRow2Right {
		width: 100%;
		margin-top: 10.64vw;
	}
	.columnIndex .contentRow2Right,
	.topicksIndex .contentRow2Right,
	.topicksDtls .contentRow2Right{
		display: none;
	}
	.columnDtls .contentRow2Right .contentCategoryWrap {
		display: none;
	}
	.searchIndex .contentRow2Right {
		margin: 0;
	}
	.contentJobSearchWrap {
		box-shadow: unset;
		border: 0;
		border-radius: 0;
		padding: 5.32vw 5.32vw 7.98vw;
		background-color: rgb(144, 195, 31, 0.4);
	}
	.contentJobSearchTitle {
		font-size: 5.32vw;
		padding-left: 10.64vw;
		background-size: 6.65vw;
	}
	.contentJobSearcConditionBtnWrap {
		margin-top: 3.99vw;
	}
	.contentJobSearcConditionBtnWrapInner {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.contentJobSearchWrap .buttonGreen {
		width: 27.94vw;
		margin-top: 0 !important;
		font-size: 3.19vw;
		padding: 1.33vw 0vw 1.33vw 4.26vw;
		height: auto;
		background-size: 1.6vw auto;
		background-position: 2.66vw center;
	}
	.contentJobSearchWrap .buttonGreenStrong {
		font-size: 5.32vw;
		display: block;
	}
	.contentJobSearcBottom {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-top: 3.99vw;
	}
	.contentJobSearchCnt {
		margin-top: 0;
		text-align: left;
		font-size: 3.19vw;
	}
	.contentJobSearchCntStrong {
		font-size: 3.73vw;
	}
	.contentJobSearchButton {
		width: 41.24vw;
		margin: 0;
		height: 9.31vw;
		font-size: 4.26vw;
	}
	.contentJobSearchWrap .buttonTextWrap {
		margin-top: 3.99vw;
	}
	.searchIndex .contentRow2Right .contentjobFeature,
	.searchIndex .contentRow2Right .contentColumn {
		display: none;
	}
	.contentRow2Left {
		width: 100%;
	}

	.sideCommon {
		padding: 0 5.32vw;
	}
	* + .sideCommon {
		margin: 13.3vw 0 0 0;
	}
	.sideCommonList1 {
		margin-top: 7.98vw;
	}
	.sideCommonItem1 {
		margin: 5.32vw 0 0 0;
	}
	.sideCommonItem2 {
		margin: 6.65vw 0 0 0;
		padding: 5.32vw 0 0 0;
	}
	.sideCommonItem2ImgWrap {
		width: 23.95vw;
	}
	.sideCommonItem2TextWrap {
		width: calc(100% - 23.95vw);
		padding: 0 0 0 5.32vw;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}
	.sideCommonItem2IconListWrap {
		width: 40vw;
		display: flex;
		flex-wrap: wrap;
		margin: -1vw 0 0 -1vw;
	}
	.sideCommonItem2IconListWrap .icon{
		margin: 1vw 0 0 1vw;
	}
	.sideCommonItem2TextHeader {
		display: flex;
		align-items: center;
	}
	.sideCommonItem2Time {
		margin: 0 0 0 2.66vw;
		font-size: 3.46vw;
	}
	.sideCommonItem2Body {
		margin: 2.66vw 0 0 0;
	}

	.searchConditionListWrap {
		background-color: #F2F2F2;
		padding: 9.31vw 5.32vw;
		border-radius: 0 0 2.66vw 2.66vw;
		display: none;
	}
	.searchConditionListWrap .contentCategoryTitleWrap {
		font-size: 3.73vw;
		color: #008442;
		font-weight: bold;
	}
	.searchConditionListWrap .contentCategoryListWrap {
		margin-top: 3.99vw;
	}
	.searchConditionListWrap .sideCommonItem3 {
		padding: 3.99vw 0;
		border-top: 0.27vw solid #ddd;
	}
	.searchConditionListWrap .sideCommonItem3 .link {
		background-image: url(../img/icon_arrow2_right_white.svg);
		background-repeat: no-repeat;
		background-position: right center;
		display: block;
		padding: 0 10.11vw 0 0;
		background-size: 4.79vw;
	}
	.searchConditionListWrap .contentCategorySection {
		margin-top: 3.99vw;
	}
	.searchConditionListWrap .contentCategorySectionTitle {
		font-size: 3.73vw;
		color: #008442;
	}
	.contentCategorySearchInput {
		width: 62.53vw;
		height: 10.64vw;
		border-radius: 2.66vw 0 0 2.66vw;
		background-color: #fff;
	}
	.contentCategorySearchBtn {
		width: 15.96vw;
		height: 10.64vw;
		font-size: 3.73vw;
		border-radius: 0 2.66vw 2.66vw 0;
	}
	.contentCategoryBtnWrap {
		margin: 7.98vw 0 0 0;
		text-align: center;
	}
	.contentCategoryBtnWrap .button {
		width: 38.58vw;
		height: 10.64vw;
		font-size: 3.73vw;
	}
	.searchConditionListWrap .contentjobFeature {
		display: none;
	}

	.pagerTopWrap {
		border: 0.27vw solid #90C31F;
		border-radius: 1.33vw;
		line-height: 10.64vw;
	}
	.pagerTopNum {
		font-size: 5.32vw;
	}
	.pagerBottomWrap {
		margin: 10.64vw 5.32vw 0;
		border-radius: 2.66vw;
		padding: 2.66vw 2.66vw;
	}
	.pagerBottomTotalNumWrap {
		display: none;
	}
	.pagerBottomNumWrapPc {
		display: none;
	}
	.pagerBottomNumWrapSp {
		display: flex;
		justify-content: center;
	}
	.pagerBottom {
		margin-top: 3.99vw;
	}
	.pager1 {
		display: none;
	}
	.modalCloseWrap .buttonTextPrev {
		padding-left: 5.32vw;
		background-position: left center;
	}
	.modal {
		width: 90vw;
		max-height: 90vh;
		border-radius: 2.66vw;
		box-shadow: none;
		padding: 5.32vw 5.32vw 10.64vw;
	}
	.modalHeader {
		font-size: 6.39vw;
		padding-bottom: 6.65vw;
	}
	.modalBodyText {
		margin: 0;
		padding: 7.14vw 0;
		text-align: center;
	}
	.modalBodyInner {
		/* margin: 0 5.32vw; */
		margin: 0;
		padding: 7.98vw 5.32vw;
		border-radius: 1.33vw;
	}
	.modalList {
		margin: -5.32vw 0 0 0;
	}
	.modalParentList {
		margin-top: -10.64vw;
	}
	.modalParentItem {
		margin-top: 10.64vw;
	}
	.modalChildList {
		margin: 0;
		justify-content: space-between;
	} 
	.modalItem,
	.modalChildItem {
		margin: 5.32vw 0 0 0;
	}
	.modalItemCol4,
	.modalChildItem {
		width: calc(50% - 0.5em);
	}
	.calendarTblTh,
	.calendarTblTd {
		height: 11vw;
		width: 12vw;
	}
	.modalBtn2Wrap {
		padding-top: 7.98vw;
	}
	.modalBtn2Wrap .button {
		width: 100%;
		height: 10.64vw;
		margin: 0;
		font-size: 3.73vw;
	}
	.modalBtnWrap .button {
		width: 44.64vw;
	}
	.modalBtnWrap--yesno .button + .button {
		margin: 3.57vw auto 0;
	}
	.calendarBtn2Wrap {
		margin-top: 5.32vw;
	}
	.calendarBtn2Wrap .button {
		width: 53.21vw;
	}
	.calendarBtnWrap {
		margin-top: 5.32vw;
	}
	.parentList {
		margin-top: 5.32vw;
	}
	.parentItem:nth-child(n+2) {
		margin-top: 6vw;
	}
	.parentList .childList {
		margin: 1.33vw 0 0 0;
	}
	.childItem {
		width: 50%;
		margin: 3.99vw 0 0 0;
	}
	.parentList .childList2 {
		margin: 1.33vw 0 0 -3.99vw;
	}
	.childItem2 {
		width: calc(50% - 3.99vw);
		margin: 3.99vw 0 0 3.99vw;
	}
	.parentList2 {
		display: block;
	}
	.parentList2 .parentItem2 {
		width: 100%;
	}
	.parentList2 .parentItem2:nth-child(n+2),
	.parentList2 .parentItem2:nth-child(n+3) {
		margin-top: 2.66vw;
	}
	.parentList2 .childList2 {
		margin: 1.33vw 0 0 0;
	}
	.parentList2 .childList2 .childItem2 {
		margin: 2.66vw 0 0 0;
		padding: 0 0 0 3.99vw;
	}
}

.pwaStandaloneShow,
.pwaStandaloneShowInline,
.pwaStandalonePushManagerShow,
.pwaStandalonePushManagerShowInline {
	display: none;
}
/* pwa用 */
@media (display-mode: standalone) {
	html.ios .pwaStandaloneHide {
		display: none;
	}
	html.ios .pwaStandaloneShow {
		display: block;
	}
	html.ios .pwaStandaloneShowInline {
		display: inline;
	}
	html.push-manager .pwaStandalonePushManagerShow {
		display: block;
	}
	html.push-manager .pwaStandalonePushManagerShowInline {
		display: inline;
	}
}