@charset "UTF-8";

/*----------------------------------------
 __reset_style
----------------------------------------*/

#lpContetns div,
#lpContetns dl,
#lpContetns dt,
#lpContetns dd,
#lpContetns ul,
#lpContetns ol,
#lpContetns li,
#lpContetns h1,
#lpContetns h2,
#lpContetns h3,
#lpContetns h4,
#lpContetns h5,
#lpContetns h6,
#lpContetns pre,
#lpContetns form,
#lpContetns fieldset,
#lpContetns input,
#lpContetns textarea,
#lpContetns p,
#lpContetns blockquote,
#lpContetns th,
#lpContetns td,
#lpContetns figure,
#lpContetns a,
#lpContetns article,
#lpContetns section,
#lpContetns aside,
#lpContetns label {
	margin: 0;
	padding: 0;
}
#lpContetns *{
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	word-break: break-all;
	word-wrap: break-word;
}
#lpContetns h1,
#lpContetns h2,
#lpContetns h3,
#lpContetns h4,
#lpContetns h5,
#lpContetns h6,
#lpContetns strong {
	font-size: 100%;
	font-weight: normal;
	line-height: 1em;
}
#lpContetns a{
	text-decoration: none;
}
#lpContetns ol,
#lpContetns ul {
	list-style: none;
}
#lpContetns img{
	border:0;
	vertical-align:bottom;
}
#lpContetns fieldset {
	border: 0;
}
#lpContetns table {
}
#lpContetns address,
#lpContetns caption,
#lpContetns cite,
#lpContetns code,
#lpContetns dfn,
#lpContetns em,
#lpContetns strong,
#lpContetns th,
#lpContetns var {
	font-style: normal;
}

/*----------------------------------------
 __clear_Style
----------------------------------------*/
#lpContetns .clear {
	margin: 0;
	padding: 0;
	clear: both;
}
#lpContetns .hide {
	margin: 0;
	padding: 0;
	display: none;
}
#lpContetns .clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
#lpContetns .clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
#lpContetns .clearfix { height: 1%; }
#lpContetns .clearfix { display: block; }
/* End hide from IE-mac */

@font-face {
    font-family: 'Noto Serif Japanese';
    font-style: normal;
    font-weight: 700;
    src: url('./font/NotoSerifCJKjp/NotoSerifJP-Bold.woff2') format('woff2'),
         url('./font/NotoSerifCJKjp/NotoSerifJP-Bold.woff') format('woff'),
         url('./font/NotoSerifCJKjp/NotoSerifJP-Bold.ttf')  format('truetype'),
         url('./font/NotoSerifCJKjp/NotoSerifJP-Bold.eot') format('embedded-opentype');
}

/* =======================================
			common
======================================= */
._fix {
	height: 100%;
	min-height: auto;
	overflow: hidden;
	position: fixed;
	width: 100%;
}
._pageAnchorBase {
    position: relative;
}
._pageAnchor {
    position: absolute;
}
.bold {
    font-weight: 700;
}

.pc {
    display: block;
}
.sp {
    display: none;
}
.pc-br {
    display: block;
}
.sp-br {

}
.br {
    display: block;
}
.pc-text {
    display: inline;
}

#lpContetns .dot {
    position: relative;
    padding-left: 1em;
}
#lpContetns .dot::before {
    content: "・";
    position: absolute;
    font-size: 1em;
    left: 0;
    text-align: center;
}

/* =======================================
			icon
======================================= */
#lpContetns .iconList {
    margin-top: -5px;
    margin-left: -5px;

    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#lpContetns .iconList:nth-child(n+2) {
    margin-top: 0;
}
#lpContetns .iconListWrap {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#lpContetns .iconListItem {
    display: block;
    margin-top: 5px;
    margin-left: 5px;
    border-radius: 5px;
    padding: 3px 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    text-align: left;
}
#lpContetns .iconListItemNo {
    margin-top: 5px;
    margin-left: 5px;
    font-size: 14px;
}
#lpContetns .iconListItem__type1 {
    color: #0076AA;
    background-color: rgba(0, 118, 170, 0.17);
}
#lpContetns .iconListItem__type2 {
    color: #8fc31f;
    background-color: rgba(143, 195, 31, 0.17);
}
#lpContetns .iconListItem__type3 {
    color: #ff8f5d;
    background-color: rgba(255, 143, 93, 0.15);
}
#lpContetns .iconListItem__type4 {
    color: #223a70;
    background-color: rgba(34, 58, 112, 0.15);
}
#lpContetns .iconListText {
    
}

/* =======================================
			input
======================================= */
#lpContetns input,
#lpContetns select,
#lpContetns textarea,
#lpContetns button {
	background-color: transparent;
	border-style: none;
	color: inherit;
    font-family: inherit;
    font-size: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    font-weight: 400;
    margin: 0;
    padding: 0;
	outline: none;
}
#lpContetns input:focus-visible,
#lpContetns select:focus-visible,
#lpContetns textarea:focus-visible {
	outline: none;
}
#lpContetns input[type="checkbox"] {
	/* 透明度0 */
	filter: alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
	/* ブラウザのデフォルトのスタイルを削除 */
	-webkit-appearance: none;
	appearance: none;
	/* レイアウトから無視 */
	position: absolute;
	width: auto;
	outline: none;
}
#lpContetns input[type="radio"] {
	/* 透明度0 */
	filter: alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
	/* ブラウザのデフォルトのスタイルを削除 */
	-webkit-appearance: none;
	appearance: none;
	/* レイアウトから無視 */
	position: absolute;
	width: auto;
}
#lpContetns select::-ms-expand {
    display: none;
}

/* chrome オートコンプリートカラー対応 */
#lpContetns input:focus:-webkit-autofill {
    box-shadow: 0 0 0 1000px #fff inset;
}
#lpContetns input:-webkit-autofill {
    box-shadow: 0 0 0 1000px #fff inset;
}
#lpContetns input,
#lpContetns select,
#lpContetns textarea,
#lpContetns button {
    /* font-family: "Noto Sans Japanese","HiraKakuPro-W3","ヒラギノ角ゴ Pro W3","Meiryo","メイリオ","Arial",sans-serif;
    font-weight: 400; */
}
#lpContetns input[type='submit']:hover,
#lpContetns button[type='submit']:hover {
    opacity: 0.7;
}
#lpContetns .inputText {
    width: 100%;
    border: 1px solid #CCCCCC;
    padding: 12px 10px;
    line-height: 1.35;
}
#lpContetns .inputNumber {
    width: 100%;
    border: 1px solid #CCCCCC;
    padding: 12px 10px;
    line-height: 1.35;
}
#lpContetns .inputTextArea {
    max-width: 100%;
    width: 100%;
    height: calc( 1.35em * 5 );
    border: 1px solid #CCCCCC;
    padding: 12px 10px;
    line-height: 1.35;
}
#lpContetns .inputSelectWrap {
    position: relative;
    display: inline-block;
    width: auto;
}
#lpContetns .inputSelectWrap::after {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -2.5px;
    content: "";
    display: block;
    width: 10px;
    height: 5px;
    background-image: url("../img/wedge_down_blue.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 2;
    pointer-events: none;
}
#lpContetns .inputSelect {
    width: 100%;
    border: 1px solid #CCCCCC;
    padding: 12px 30px 12px 10px;
    line-height: 1.35;
}
#lpContetns .inputSelectY {
    width: 90px;
}
#lpContetns .inputSelectMD {
    width: 70px;
}
#lpContetns .inputRadio {
    /* font-family: "Noto Sans Japanese","HiraKakuPro-W3","ヒラギノ角ゴ Pro W3","Meiryo","メイリオ","Arial",sans-serif; */
    font-size: 14px;
	color: #000;
}
#lpContetns .inputRadio + label {
    position: relative;
    display: inline-block;
	padding: 0 0 0 30px;
    font-size: 14px;
	color: #000;
    line-height: 1.3em;
	cursor: pointer;
}
#lpContetns .inputRadio + label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 18px;
    width: 18px;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 50%;
    box-sizing: border-box;
}
#lpContetns .inputRadio:checked + label {
    font-weight: 700;
    color: #0076AA;
}
#lpContetns .inputRadio:checked + label::before {
    border: 1px solid #0076AA;
    background-color: #0076AA;
}
#lpContetns .inputRadio:checked + label:after {
    content: "";
	position: absolute;
    height: 4px;
    width: 8px;
    left: 4px;
    top: 5px;
    border-bottom: 2px solid #FFFFFF;
    border-left: 2px solid #FFFFFF;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#lpContetns .inputRadioIcon {
    /* font-family: "Noto Sans Japanese","HiraKakuPro-W3","ヒラギノ角ゴ Pro W3","Meiryo","メイリオ","Arial",sans-serif; */
    font-size: 14px;
	color: #0076AA;
}
#lpContetns .inputRadioIcon + label {
    border-radius: 5px;
    border: 1px solid #0076AA;
    padding: 3px 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    text-align: left;
    color: #0076AA;
    background-color: #FFF;
    cursor: pointer;
}
#lpContetns .inputRadioIcon:checked + label {
    font-weight: 700;
    color: #FFF;
    background-color: #0076AA;
}
#lpContetns .inputCheckbox {
    /* font-family: "Noto Sans Japanese","HiraKakuPro-W3","ヒラギノ角ゴ Pro W3","Meiryo","メイリオ","Arial",sans-serif; */
    font-size: 14px;
	color: #000;
}
#lpContetns .inputCheckbox + label {
    position: relative;
    display: inline-block;
	padding: 0 0 0 30px;
    font-size: 14px;
	color: #000;
    line-height: 1.3em;
	cursor: pointer;
}
#lpContetns .inputCheckbox + label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 18px;
    width: 18px;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    box-sizing: border-box;
}
#lpContetns .inputCheckbox:checked + label {
    font-weight: 700;
    color: #0076AA;
}
#lpContetns .inputCheckbox:checked + label::before {
    border: 1px solid #0076AA;
    background-color: #0076AA;
}
#lpContetns .inputCheckbox:checked + label:after {
    content: "";
	position: absolute;
    height: 4px;
    width: 8px;
    left: 4px;
    top: 5px;
    border-bottom: 2px solid #FFFFFF;
    border-left: 2px solid #FFFFFF;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#lpContetns .inputItemUnit {
    font-size: 14px;
	color: #000;
    line-height: 1.3em;
}
#lpContetns .inputBtnWrap {
    position: relative;
    width: 290px;
}
#lpContetns .inputBtn {
    width: 100%;
    border-radius: 5px;
    padding: 18px 24px;
    /* font-size: 18px; */
    font-size: 17px;
    font-weight: 700;
    letter-spacing: -0.05em;
    color: #fff;
    text-align: center;

    background-repeat: no-repeat;
    background-position: 240px center;
    background-size: 27px;

    cursor: pointer;
}
#lpContetns .inputBtn__return {
    background-color: #ccc;
    background-image: url("../img/circle_left_gray_white.svg");
    background-position: 20px center;
}
#lpContetns .inputBtn__orenge {
    background-image: url("../img/circle_right_darkOrange_white.svg");
}
#lpContetns .inputBtn__blue {
    background-image: url("../img/circle_right_blue_white.svg");
}
#lpContetns .inputBtn__orenge {
    background-color: #E6905A;
}
#lpContetns .inputBtn__blue {
    background-color: #0076AA;
}
#lpContetns .inputBtn__link {
    display: block;
    background-image:none;
    background-color: #0076AA;
}

/* =======================================
			btn
======================================= */
#lpContetns .btnWrapCenter {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#lpContetns .btnWrapItemEnd {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
#lpContetns .btnWrapBetween {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#lpContetns .btn {
    position: relative;
    border-radius: 5px;
    padding: 18px 38px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.33;
    letter-spacing: 0.04em;
    box-shadow: 0 0 20px 0 rgba(66, 128, 147, 0.16);
    cursor: pointer;

    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#lpContetns .btn::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 13.5px;
    margin-top: -13.5px;
    width: 27px;
    height: 27px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 27px 27px;
    pointer-events: none;
}
#lpContetns .btn__noCircle::after {
    content: none;
}

#lpContetns .btnSmall {
    position: relative;
    border-radius: 5px;
    padding: 12px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.33;
    letter-spacing: 0.04em;
    box-shadow: 0 0 20px 0 rgba(66, 128, 147, 0.16);
    cursor: pointer;

    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#lpContetns .btnMin {
    position: relative;
    border-radius: 5px;
    padding: 12px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.33;
    letter-spacing: 0.04em;
    box-shadow: 0 0 20px 0 rgba(66, 128, 147, 0.16);
    cursor: pointer;

    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#lpContetns .btnNoLink {
    background-color: #CCCCCC;
    cursor: default;
}
#lpContetns .btnNoLink::after {
    content: none;
}
#lpContetns .btn__center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#lpContetns .btnWrapCenter > *:nth-child(n+2) {
    margin-left: 20px;
}
#lpContetns .btnLink {
    width: 190px;
    color: #0076AA;
    background-color: #fff;
}
#lpContetns .btnLink::after {
    background-image: url("../img/circle_right_blue_lightBlue.svg");
}
#lpContetns .btnLinkBack {
    width: 190px;
    color: #0076AA;
    background-color: #fff;
}
#lpContetns .btnLinkBack::after {
    right: auto;
    left: 13.5px;
    background-image: url("../img/circle_left_blue_lightBlue.svg");
}

#lpContetns .btnBackLink {
    width: auto;
    padding: 18px 48px 18px 38px;
    color: #fff;
    background-color: #0076AA;
    text-align: center;
}

#lpContetns .btnLinkDown {
    width: 430px;
    border: 1px solid #0076AA;
    padding: 18px 48px 18px 38px;
    color: #0076AA;
    background-color: #fff;
}
#lpContetns .btnLinkDown::after {
    background-image: url("../img/circle_down_blue_white.svg");
}

#lpContetns .btnEntry {
    width: 190px;
    color: #fff;
    background-color: #E6905A;
}
#lpContetns .btnEntry::after {
    background-image: url("../img/circle_right_darkOrange_white.svg");
}
#lpContetns .btnSubmit {
    width: 190px;
    color: #FFF;
    background-color: #0076AA;
    text-align: center;
}
#lpContetns .btnProcessing {
    width: 190px;
    color: #FFF;
    background-color: #CCCCCC;
    text-align: center;
}
#lpContetns .btnAnchor {
    width: 190px;
    color: #0076AA;
    background-color: #FFF;
    text-align: center;
}
#lpContetns .btnAnchor::after {
    background-image: url("../img/circle_up_blue_lightBlue.svg");
}
#lpContetns .down .btnAnchor::after {
    background-image: url("../img/circle_down_blue_lightBlue.svg");
}
#lpContetns .btnDownLink {
    width: auto;
    padding: 18px 48px 18px 38px;
    color: #fff;
    background-color: #E6905A;
    text-align: center;
}
#lpContetns .btnDownLink::after {
    background-image: url("../img/circle_down_darkOrange_white.svg");
}
#lpContetns .btnClear {
    width: auto;
    color: #fff;
    background-color: #CCCCCC;
    text-align: center;
}
#lpContetns .btnText {

}
#lpContetns .btnText__small {
    font-size: 14px;
    padding-right: 0.5em;
}
#lpContetns .btnText__large {
    /* font-size: 22px; */
    font-size: 21px;
    letter-spacing: -0.05em;
}

/* =======================================
			form
======================================= */
#lpContetns .formInfoBlock {
    border-radius: 10px;
    border: 2px solid #0076AA;
    padding: 15px;
    background: #FFF;
}
#lpContetns .formInfoText {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
}

#lpContetns .formErrorBlock {
    border-radius: 10px;
    border: 2px solid #ff0000;
    padding: 15px;
    background: #FFF;
}
#lpContetns .formErrorText {
    font-size: 14px;
    font-weight: 700;
    color: #ff0000;
    line-height: 1.3;
}

#lpContetns .formBanner {
    margin: 0 auto;
    width: 605px;
}
#lpContetns .formBannerTitle {
    /* padding: 0.5em 1em; */
    /* font-size: 24px; */
    padding: 0.5em;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.2;
    color: #FFF;
    text-align: left;
    background-color: #0097e1;
}
#lpContetns .formBannerTitleSubText {
    /* font-size: 18px; */
    font-size: 17px;
    letter-spacing: -0.05em;
}

#lpContetns .formBannerTitle--type2 {
    font-size: 26px;
    text-align: center;
}
#lpContetns .formBannerTitle--type2 .formBannerTitleSubText {
    display: block;
    font-size: 16px;
}

#lpContetns .formBannerList {
    width: 100%;
    border: 2px solid #0076AA;
    padding: 10px;
    background-color: #FFF;
}
#lpContetns .formBannerListItem {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    text-align: left;
}
#lpContetns .formBannerLink {
    width: 100%;
    margin: 0 auto;
    border-radius: 10px;
    display: block;
    text-decoration: none;
}
#lpContetns .formBannerImage {
    width: 100%;
}

#lpContetns .formSection {
    padding: 40px 0 50px;
}
#lpContetns .formSection .formInfoBlock {

}
#lpContetns .formSectionTitle {
    padding: 0.5em 1em;
    font-size: 24px;
    font-weight: 700;
    color: #FFF;
    background-color: #0097e1;
}
#lpContetns .formEntryJobInfo {
    margin-top: 40px;
}
#lpContetns .formEntryJobInfo__noMarginTop {
    margin-top: 0;
}
#lpContetns .formEntryJobInfoTitle {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 15px 40px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.02em;
    color: #FFF;
    background-color: #0076AA;
}
#lpContetns .formEntryJobInfoDesc {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 20px 40px;
    background-color: #fff;
}
#lpContetns .formEntryJobTitle {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
}
#lpContetns .formEntryJobDesc {
    margin-top: 10px;
    font-size: 14px;
    color: #BABABA;
}
#lpContetns .formStepList {
    margin-top: 40px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#lpContetns .formStepList__noMarginTop {
    margin-top: 0;
}
#lpContetns .formStepItem {
    width: 325px;
    padding: 12px 20px;
    font-size: 18px;
    font-weight: 700;

    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    background-image: url("../img/step_arrow_white.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 325px auto;
}
#lpContetns .formStepItem.current {
    color: #fff;
    background-image: url("../img/step_arrow_blue.svg");
}
#lpContetns .formStepItem.current + .formStepItem {
    background-image: url("../img/step_arrow_lightBlue.svg");
}
#lpContetns .formStepItemText {

}
#lpContetns .formInputBox {
    width: 100%;
}
#lpContetns .formInputBox .formErrorBlock {
    margin-top: 20px;
}
#lpContetns .formInputList {
    margin-top: 20px;
    width: 100%;
}
#lpContetns .formBtnWrap + .formInputList {
    margin-top: 40px;
}

#lpContetns .formLineItem {
    width: 100%;
    border-bottom: 1px solid #CCCCCC;
}
#lpContetns .formLineItemWrap {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#lpContetns .formLineItemTitle {
    position: relative;
    width: 260px;
    padding: 25px 70px 25px 20px;
    font-weight: 700;
    background-color: #C9E2EC;
}
#lpContetns .requisite {
    position: absolute;
    top: 25px;
    right: 20px;

    display: inline-block;
    border-radius: 5px;
    padding: 2px 10px;
    font-size: 14px;
    line-height: 1.35;
    letter-spacing: 0.04em;
    color: #fff;
    background-color: #0076AA;
}
#lpContetns .formLineItemInput {
    width: 740px;
    padding: 16.5px 30px;
    background-color: #FFF;
}
#lpContetns .formLineItemInput__Modal {
    padding-bottom: 11.5px;
}
#lpContetns .formLineItemInputConf {
    width: 740px;
    padding: 25px 20px;
    background-color: #FFF;
}
#lpContetns .formInputSelectWrap {
    min-width: 190px;
}

#lpContetns .formLineItemInputList {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#lpContetns .formChoiceList {
    margin-top: -7.5px;
    padding: 7.5px 0;

    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#lpContetns .formChoiceList__center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#lpContetns .formChoiceListItem {
    width: 25%;
    margin-top: 7.5px;
}
#lpContetns .formChoiceListItem__50 {
    width: 50%;
}

#lpContetns .fromPrivacyBox {
   margin-top: 60px;
}
#lpContetns .formNoteText {
    margin-top: 5px;
    font-size: 12px;
    color: #0A0A0A;
}
#lpContetns .formTosText {
    font-size: 14px;
    line-height: 1.5;
}
#lpContetns .formScrollBox {
    counter-reset: num-title-cnt;
    margin-top: 15px;
    padding: 20px;
    /* max-height: 20em; */
    max-height: 10em;
    overflow-y: auto;
    text-align: left;
    border: 1px solid #707070;
    background-color: #FFF;

    font-size: 12px;
}
#lpContetns .boxMainTitle {
    display: inline-block;
    margin-bottom: 1em;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    padding: 1em 0;
    font-weight: 700;
}

#lpContetns .formChoiceListPrivacy {
    margin-top: 35px;
}
#lpContetns .formChoiceListPrivacy .formChoiceListItem {
    width: auto;
}
#lpContetns .formChoiceListPrivacy + .formErrorText {
    text-align: center;
}

#lpContetns .formBtnWrap {
    margin-top: 30px;
}
#lpContetns .formBtnWrap__middleP {
    margin-top: 40px;
}

#lpContetns .formInputModalBtn {
    margin-bottom: 10px;
    min-width: 190px;
    border: 1px solid #CCCCCC;
    padding: 12px 30px 12px 10px;
    line-height: 1.35;
    text-align: left;
    background-image: url("../img/icon_windows_line_blue.svg");
    background-repeat: no-repeat;
    background-position: 165px center;
    background-size: 11px 10px;
    cursor: pointer;
}
#lpContetns .formInputModalConditionTitle {
    margin-bottom: 5px;
    font-weight: 700;
}
#lpContetns .formInputModalCondition {
    margin-bottom: 5px;
}

#lpContetns .formLinkText {
    padding: 0 5px;
    color: #0076AA;
    text-decoration: underline;
}
#lpContetns .formLinkText2 {
    color: #0076AA;
    text-decoration: underline;
}
#lpContetns .formLinkText3 {
    color: #3A55DC;
    text-decoration: underline;
}
#lpContetns .formInputUint {
    padding: 0 5px;
}

/* =======================================
			lp2
======================================= */
[v-cloak] {
	display: none !important;
}
#lpContetns ::placeholder {
    color: #CCCCCC;
}
#lpContetns input.readonly {
    pointer-events:none !important;
}
#lpContetns input.readonly + label {
    pointer-events:none !important;
}

#lpContetns .shadow01 {
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

#lpContetns .siteRed {
    color: #FF0000;
}

#lpContetns .formSection {
    width: 605px;
    margin: 0 auto;
    text-align: initial;
}
#lpContetns .formSectionTitle {
    padding: 10px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.01em;
    color: #FFF;
    text-align: center;

    background-color: #0076AA;
}
#lpContetns .formStepNav {
    padding: 5px 10px;
    background-color: #E6905A;

    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#lpContetns .formStepNavItem {
    margin-right: 30px;
}
#lpContetns .formStepNavItem:last-child {
    margin-right: 0;
}
#lpContetns .current.formStepNavItem {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: #FFF;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#lpContetns .current.formStepNavItem .formStepNavText {
    color: #E6905A;
}

#lpContetns .formStepNavText {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.01em;
    color: #FFF;
}
#lpContetns .formStepNavList {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#lpContetns .formStepNavListItem {
    margin-right: 20px;
    width: 38px;
    height: 38px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#lpContetns .formStepNavListItem:last-child {
    margin-right: 0;
}
#lpContetns .current.formStepNavListItem {
    border-radius: 50%;
    background-color: #FFF;
}
#lpContetns .current.formStepNavListItem .formStepNavText {
    color: #E6905A;
}

#lpContetns .lpFormErrorBlock {
    padding: 20px 20px 0;
    background-color: #FFF;
}
#lpContetns .lpFormErrorInner {
    border-radius: 10px;
    border: 2px solid #ff0000;
    padding: 15px;
    background: #FFF;
}
#lpContetns .lpFormErrorBlockText {
    font-size: 14px;
    font-weight: 700;
    color: #ff0000;
    line-height: 1.3;
}

#lpContetns .stepWrap {
    padding: 30px 20px 40px;
    background-color: #FFF;
}
#lpContetns .lpFormInputList {
    margin: 0;
}
#lpContetns .lpFormLineItem:nth-child(n+2) {
    margin-top: 20px;
}
#lpContetns .lpFormLineItemWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#lpContetns .lpFormLineItemTitle {
    position: relative;
    width: 220px;
    padding: 10px 0 10px 56px;
    font-weight: 700;
    line-height: 1.5;
}
#lpContetns .lpRequisite {
    position: absolute;
    left: 0;
    border-radius: 5px;
    padding: 3px 9px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.41;
    text-align: center;
    color: #FFF;
    background-color: #C01F0E;
}
#lpContetns .lpAny {
    position: absolute;
    left: 0;
    border-radius: 5px;
    padding: 3px 9px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.41;
    text-align: center;
    color: #FFF;
    background-color: #CCCCCC;
}
#lpContetns .lpFormLineItemInput {
    width: calc(100% - 220px);

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#lpContetns .formErrorText {
    width: 100%;
    margin-top: 5px;
}
#lpContetns .formErrorText + .formErrorText {
    margin-top: 0;
}

#lpContetns .kome {
    position: relative;
    padding-left: 1em;
}
#lpContetns .kome::before {
    position: absolute;
    left: 0;
    content: "※";
}
#lpContetns .lpFormNoteText {
    margin-top: 5px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.46;
    color: #333333;
}
#lpContetns .lpFormNoteText + .lpFormNoteText {
    margin-top: 0;
}

#lpContetns .lpFromPrivacyBox {
    margin-top: 20px;
}
#lpContetns .lpFromPrivacyList {
    padding: 7.5px 0;

    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.lpFromPrivacyList__center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#lpContetns .lpFromPrivacyListItem {
    margin-top: 7.5px;
}

#lpContetns .inputBtnWrap__short {
    width: 190px;
}
#lpContetns .inputBtnWrap__short2 {
    width: 190px;
    min-width: auto;
    min-width: inherit;
}
#lpContetns .inputBtnWrap__short2 .inputBtn {
    background-position: 150px center;
}
#lpContetns .inputBtnWrap__long {
    width: 340px;
}
#lpContetns .inputBtnWrap__long .inputBtn {
    background-position: 290px center;
}

#lpContetns .inputBtnWrap__long2 {
    width: 350px;
}
#lpContetns .inputBtnWrap__long2 .inputBtn {
    letter-spacing: 0;
    background-position: 310px center;
    padding: 18px 45px 18px 13px;
    background-color: #E6905A;
    background-image: url(../img/circle_right_darkOrange_white.svg);
}

#lpContetns .inputBtn__run {
    background-color: #ccc;
    background-image: none;
    cursor: default;
}

#lpContetns .modalConditionWrap {
    width: 100%;
}
#lpContetns .is-show.modalBoxBlock {
    display: block;
}
#lpContetns .modalInputTitle {
    text-align: left;
}
#lpContetns .modalInputList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#lpContetns .formSectionSubTitle {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.01em;
}
#lpContetns .lpThanksText {
    margin-top: 20px;
}
#lpContetns .lpText01 {
    font-size: 18px;
    line-height: 1.45;
    letter-spacing: 0.01em;
}
#lpContetns .lpThanksBtn {
    margin-top: 20px;
}
#lpContetns .lpThanksBtn .btnBackLink {
    width: 430px;
}
#lpContetns .lpThanksBtn .btnBackLink::after {
    right: 25px;
}


/* =======================================
			thanks
======================================= */
.thanks_fixed_area {
    position: fixed;
    left: 0;
    top: 0;
    height: 80px;
    width: 100%;
    transition: opacity .3s, visibility .3s;
    box-sizing: border-box;
    z-index: 100;
    opacity: 1;
    visibility: visible;
}
.thanks_fixed_area_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    background-color: #fff;
    padding-left: 27px;
}


/* =======================================
			modalBox
======================================= */
html.modalOpen,
html.modalOpen body  {
    overflow: hidden;
}
#lpContetns .modalBtn {

}
#lpContetns .modalBoxBlock {
    display: none;
}
#lpContetns .modalBoxBlock.is-show {
    position: relative;
    display: block;
    z-index: 150;
}
#lpContetns .modalBoxBg  {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100;
}
#lpContetns .modalBoxWrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 150;
}
#lpContetns .modalBoxItem {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    width: 100%;
    height: 100%;
}
#lpContetns .modalBoxItemWrap {
    position: relative;
    width: 800px;
    max-height: 95%;
    border-radius: 10px;

    overflow-y: auto;
}
#lpContetns .modalBoxItemWrap::-webkit-scrollbar {
    display:none;
}

#lpContetns .modalBoxHeader {
    border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    padding: 15px 30px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    background-color: #0076AA;
}
#lpContetns .modalBoxTitle {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
}
#lpContetns .modalCloseBtn {
    display: block;
    width: 14px;
    height: 14px;
    background-image: url("../img/btn_modal_close.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    cursor: pointer;
}

#lpContetns .modalBoxBody {
    display: block;
    width: 100%;
    padding: 30px 30px 0;
    background-color: rgba(255, 255, 255, 1);
}
#lpContetns .modalBoxBodyInner {
    max-height: 60vh;
    overflow-y: auto;
}
#lpContetns .modalInputWrap {
    padding: 0 0 20px; 

    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#lpContetns .modalInputWrap:nth-child(n+2) {
    border-top: 1px solid #EFEFEF;
    padding: 20px 0;
}
#lpContetns .modalInputWrap > div {
    width: 100%;
} 
#lpContetns .modalInputTitle {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    text-align: left;
}
#lpContetns .modalInputTitleNoclick {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    text-align: left;
}
#lpContetns .tabListItemSelect {
    margin-left: 20px;
    border-radius: 5px;
    padding: 3px 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    text-align: left;
    color: #0076AA;
    background-color: rgba(0, 118, 170, 0.17);
}
#lpContetns .modalInputList {
    margin-top: 5px;
    width: 100%;

    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#lpContetns .modalInputInfoText {
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
    font-size: 14px;
    line-height: 1.3;
    text-align: left;
}
#lpContetns .modalInputClickList {
    display: none;
}
#lpContetns .modalInputClickList.is-show {
    display: block;
    width: 100%;
}
#lpContetns .modalInputSubList {
    margin-top: 5px;
    padding-left: 30px;
}
#lpContetns .modalInputTitle2 {
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 1.3;
}
#lpContetns .modalInputList2 {
    margin-top: 5px;
    width: 100%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#lpContetns .modalInputList__vcenter {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#lpContetns .modalInputListItme {
    margin-bottom: 5px;
}
#lpContetns .modalInputListItme__line4 {
    width: 25%;
}
#lpContetns .modalInputListItme__line5 {
    width: 20%;
}
#lpContetns .modalInputListItme__line160 {
    margin-right: 10px;
    width: 160px;
}
#lpContetns .modalInputListItme__lineAuto {
    margin-right: 10px;
}
#lpContetns .modalInputListItme__lineAuto:last-child {
    margin-right: 0;
}
#lpContetns .modalInputListItme__lineR60 {
    margin-right: 60px;
}
#lpContetns .modalInputListItme__lineR60:last-child {
    margin-right: 0;
}
#lpContetns .modalInputListItme__full {
    width: 100% !important;
}
#lpContetns .modalInputListItme__full2 {
    width: 100% !important;
    padding-bottom: 0;
}
#lpContetns .modalInputListItme__lineSub {
    margin-right: 10px;
    min-width: 20%;
}
#lpContetns .twoLevelsListItme {

}

#lpContetns .modalBoxFooter {
    position: relative;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 15px 20px 20px;

    background-color: #EFEFEF;
}

#lpContetns .modalInputError {
    width: 100%;
    font-size: 14px;
    line-height: 1.2;
    color: red;
}
#lpContetns .modalInputErrorText:nth-child(n+2) {
    margin-top: 5px;
}

#lpContetns .modalInputList__salary .modalInputListItme .inputNumber {
    width: 100%;
    border: 1px solid #CCCCCC;
    padding: 6px;
    font-size: 14px;
}

/* =======================================
			line banner link
======================================= */
.line-banner {
    display: none;
}
.openLineBanner .line-banner {
    position: relative;
    display: block;
    z-index: 100;
}
.line-banner__mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 150;
}
.line-banner__wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 150;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.line-banner__inner {
    position: relative;
    width: 50%;
    max-width: 605px;
    max-height: 95%;
    overflow-y: auto;
}
.line-banner__link {
    display: block;
    width: 100%;
}
.line-banner__img {
    width: 100%;
}
.line-banner__button {
    border: none;
    margin: 0;
    padding: 0;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background-color: #0076AA;
    background-image: url("../img/btn_modal_close.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25px auto;
    cursor: pointer;
}

/*----------------------------------------
 _画面の横幅が960pxまで
----------------------------------------*/
@media screen and (max-width:960px) {

    /* =======================================
                line banner link
    ======================================= */
    .line-banner__inner {
        width: 80%;
    }
    .line-banner__button {
        width: 10.66vw;
        height: 10.66vw;
        background-size: 5.33vw auto;
    }
}

/*----------------------------------------
 _画面の横幅が750pxまで
----------------------------------------*/
@media screen and (max-width:750px) {
    /* =======================================
                common
    ======================================= */
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    .pc-br {
        display: inline;
    }
    .sp-br {
        display: block;
    }
    .pc-text {
        display: none;
    }

    /* =======================================
                icon
    ======================================= */
    #lpContetns .iconList {
        margin-top: -1.33vw;
        margin-left: -1.33vw;
    }
    #lpContetns .iconList:nth-child(n+2) {
        margin-top: 0;
    }
    #lpContetns .iconListWrap {
        /* margin-left: -1.33vw; */
    }
    #lpContetns .iconListItem {
        margin-top: 1.33vw;
        margin-left: 1.33vw;
        border-radius: 1.33vw;
        padding: 0.8vw 2.66vw;
        font-size: 3.73vw;
        line-height: 1.35;
    }
    #lpContetns .iconListItemNo {
        margin-top: 1.33vw;
        margin-left: 1.33vw;
        padding: 0.8vw 0;
        font-size: 3.73vw;
    }
    #lpContetns .iconListText {
        
    }

    /* =======================================
                input
    ======================================= */
    #lpContetns .inputText {
        width: 100%;
        border: 0.26vw solid #CCCCCC;
        padding: 3.2vw 2.66vw;
        font-size: 4.26vw;
    }
    #lpContetns .inputNumber {
        width: 100%;
        border: 0.26vw solid #CCCCCC;
        padding: 3.2vw 2.66vw;
        font-size: 4.26vw;
    }
    #lpContetns .inputTextArea {
        width: 100%;
        border: 0.26vw solid #CCCCCC;
        padding: 3.2vw 2.66vw;
        font-size: 4.26vw;
    }

    #lpContetns .inputSelectWrap {
        position: relative;
        display: inline-block;
        width: auto;
    }
    #lpContetns .inputSelectWrap::after {
        right: 2.66vw;
        margin-top: -0.66vw;
        width: 2.66vw;
        height: 1.33vw;
    }
    #lpContetns .inputSelect {
        border: 0.26vw solid #CCCCCC;
        padding: 3.2vw 8vw 3.2vw 2.66vw;
        line-height: 1.35;
    }
    #lpContetns .inputSelectY {
        width: 21.33vw;
    }
    #lpContetns .inputSelectMD {
        width: 18.66vw;
    }

    #lpContetns .inputRadio {
        font-size: 3.73vw;
    }
    #lpContetns .inputRadio + label {
        padding: 0 0 0 8vw;
        font-size: 3.73vw;
    }
    #lpContetns .inputRadio + label::before {
        height: 4.93vw;
        width: 4.93vw;
        border: 0.26vw solid #CCCCCC;
    }
    #lpContetns .inputRadio:checked + label {

    }
    #lpContetns .inputRadio:checked + label::before {
        border: 0.26vw solid #0076AA;
    }
    #lpContetns .inputRadio:checked + label:after {
        height: 1.06vw;
        width: 2.13vw;
        left: 1.33vw;
        top: 1.33vw;
        border-bottom: 0.66vw solid #FFFFFF;
        border-left: 0.66vw solid #FFFFFF;
    }

    #lpContetns .inputRadioIcon {
        font-size: 3.73vw;
    }
    #lpContetns .inputRadioIcon + label {
        border-radius: 1.33vw;
        padding: 0.8vw 2.66vw;
        font-size: 3.73vw;
        line-height: 1.35;
    }
    
    #lpContetns .inputCheckbox {
        font-size: 3.73vw;
    }
    #lpContetns .inputCheckbox + label {
        padding: 0 0 0 8vw;
        font-size: 3.73vw;
    }
    #lpContetns .inputCheckbox + label::before {
        height: 4.93vw;
        width: 4.93vw;
        border: 0.26vw solid #CCCCCC;
        border-radius: 1.33vw;
    }
    #lpContetns .inputCheckbox:checked + label {

    }
    #lpContetns .inputCheckbox:checked + label::before {
        border: 0.26vw solid #0076AA;
    }
    #lpContetns .inputCheckbox:checked + label:after {
        height: 1.06vw;
        width: 2.13vw;
        left: 1.33vw;
        top: 1.33vw;
        border-bottom: 0.66vw solid #FFFFFF;
        border-left: 0.66vw solid #FFFFFF;
    }
    
    #lpContetns .inputItemUnit {
        font-size: 3.73vw;
    }

    #lpContetns .inputBtnWrap {
        width: 100%;
    }
    #lpContetns .inputBtn {
        border-radius: 1.33vw;
        padding: 4.8vw;
        /* font-size: 4.8vw; */
        font-size: 4.4vw;
    
        background-position: 59.2vw center;
        background-size: 7.2vw;
    }
    #lpContetns .inputBtn__return {
        padding: 2.4vw 4.8vw;
        background-position: 2.66vw center;
    }

    /* =======================================
                btn
    ======================================= */
    #lpContetns .btnWrapCenter {

    }
    #lpContetns .btnWrapBetween {

    }
    #lpContetns .btn {
        border-radius: 1.33vw;
        padding: 4vw;
        font-size: 3.73vw;
        box-shadow: 0 0 1.33vw 0 rgba(66, 128, 147, 0.16);
    }
    #lpContetns .btn::after {
        right: 1.8vw;
        margin-top: -3.6vw;
        width: 7.2vw;
        height: 7.2vw;
        background-size: 7.2vw 7.2vw;
    }
    #lpContetns .btnSmall {
        border-radius: 1.33vw;
        padding: 4vw;
        font-size: 3.73vw;
        box-shadow: 0 0 1.33vw 0 rgba(66, 128, 147, 0.16);
    }
    #lpContetns .btnMin {
        border-radius: 1.33vw;
        padding: 4vw;
        font-size: 3.73vw;
        box-shadow: 0 0 1.33vw 0 rgba(66, 128, 147, 0.16);
    }
    #lpContetns .btnWrapCenter > *:nth-child(n+2) {
        margin-left: 5.33vw;
    }
    #lpContetns .btnLink {
        width: 36vw;
    }
    #lpContetns .btnLink::after {

    }
    #lpContetns .btnLinkBack {
        width: 36vw;
    }
    #lpContetns .btnLinkBack::after {
        right: auto;
        left: 2.66vw;
    }
    #lpContetns .btnBackLink {
        width: 100%;
    }

    #lpContetns .btnLinkDown {
        width: 100%;
    }
    #lpContetns .btnLinkDown::after {

    }

    #lpContetns .btnEntry {
        width: 36vw;
    }
    #lpContetns .btnEntry::after {

    }
    #lpContetns .btnSubmit {
        width: 50.66vw;
    }
    #lpContetns .btnProcessing {
        width: 50.66vw;
    }
    #lpContetns .btnAnchor {
        width: 69.33vw;
    }
    #lpContetns .btnAnchor::after {

    }
    #lpContetns .btnDownLink {
        width: auto;
        padding: 2.4vw 10.4vw 2.4vw 6.4vw;
    }
    #lpContetns .btnDownLink::after {
        margin-top: -2.6vw;
        width: 5.2vw;
        height: 5.2vw;
        background-size: 5.2vw;
    }
    #lpContetns .btnText {
        
    }
    #lpContetns .btnText__small {
        font-size: 2.8vw;
        padding-right: 0;
    }
    #lpContetns .btnText__large {
        /* font-size: 4.8vw; */
        font-size: 4.6vw;
    }
    /* =======================================
                form
    ======================================= */
    #lpContetns .formInfoBlock {
        border-radius: 2.66vw;
        border: 0.53vw solid #0076AA;
        padding: 2.66vw;
    }
    #lpContetns .formInfoText {
        font-size: 3.73vw;
    }
    #lpContetns .formErrorBlock {
        border-radius: 2.66vw;
        border: 0.53vw solid #ff0000;
        padding: 2.66vw;
    }
    #lpContetns .formErrorText {
        font-size: 3.73vw;
    }

    #lpContetns .formBanner {
        width: 100%;
    }
    #lpContetns .formBannerTitle {
        /* font-size: 5.06vw; */
        font-size: 4.5vw;
    }
    #lpContetns .formBannerTitleSubText {
        font-size: 4.0vw;
    }
 
    #lpContetns .formBannerTitle--type2 {
        font-size: 3.73vw;
    }
    #lpContetns .formBannerTitle--type2 .formBannerTitleSubText {
        font-size: 2.4vw;
    }

    #lpContetns .formBannerList {
        border-width: 0.53vw;
        padding: 2vw;
    }
    #lpContetns .formBannerListItem {
        font-size: 3.73vw;
    }
    #lpContetns .formBannerLink {
        border-radius: 2.66vw;
    }

    #lpContetns .formSection {
        padding: 9.33vw 0 13.33vw;
    }
    #lpContetns .formSection .formInfoBlock {

    }
    #lpContetns .formSectionTitle {
        font-size: 5.06vw;
    }
    #lpContetns .formEntryJobInfo {
        margin-top: 9.33vw;
    }
    #lpContetns .formEntryJobInfo__noMarginTop {
        margin-top: 0;
    }
    #lpContetns .formEntryJobInfoTitle {
        border-top-left-radius: 2.66vw;
        border-top-right-radius: 2.66vw;
        padding: 2.66vw 4vw;
        font-size: 4.8vw;
        line-height: 1.44;
        letter-spacing: 0.01em;
    }
    #lpContetns .formEntryJobInfoDesc {
        border-bottom-left-radius: 2.66vw;;
        border-bottom-right-radius: 2.66vw;;
        padding: 4vw;
    }
    #lpContetns .formEntryJobTitle {
        font-size: 4.26vw;
        line-height: 1.5;
    }
    #lpContetns .formEntryJobDesc {
        margin-top: 2vw;
        font-size: 3.2vw;
    }
    #lpContetns .formStepList {
        margin-top: 9.33vw;
    }
    #lpContetns .formStepList__noMarginTop {
        margin-top: 0;
    }
    #lpContetns .formStepItem {
        width: 28vw;
        padding: 2.4vw 5.33vw;
        font-size: 3.73vw;
   
        background-image: url("../img/step_arrow_white-sp.svg");
        background-size: 28vw auto;
    }
    #lpContetns .formStepItem.current {
        background-image: url("../img/step_arrow_blue-sp.svg");
    }
    #lpContetns .formStepItem.current + .formStepItem {
        background-image: url("../img/step_arrow_lightBlue-sp.svg");
    }
    #lpContetns .formStepItemText {
    
    }
    #lpContetns .formInputBox {
    }
    #lpContetns .formInputBox .formErrorBlock {
        margin-top: 6.66vw;
    }
    #lpContetns .formInputList {
        margin-top: 6.66vw;
    }

    #lpContetns .formBtnWrap + .formInputList {
        margin-top: 10.66vw;
    }

    #lpContetns .formLineItem {
        border-bottom: none;
    }
    #lpContetns .formLineItemWrap {

    }
    #lpContetns .formLineItemTitle {
        width: 100%;
        padding: 3.2vw 18.66vw 3.2vw 5.33vw;
        font-size: 3.73vw;
    }
    #lpContetns .requisite {
        top: 3.2vw;
        right: 5.33vw;
    
        display: inline-block;
        border-radius: 1.33vw;
        padding: 0.53vw 2.66vw;
        font-size: 3.2vw;
    }
    #lpContetns .formLineItemInput {
        width: 100%;
        padding: 4vw 5.33vw;
    }
    #lpContetns .formLineItemInput__Modal {
        padding-bottom: 2.66vw;
    }
    #lpContetns .formLineItemInputConf {
        width: 100%;
        padding: 4vw 5.33vw;
    }
    #lpContetns .formInputSelectWrap {
        min-width: 50.66vw;
    }

    #lpContetns .formLineItemInputList {

    }
    
    #lpContetns .formChoiceList {
        margin-top: -2.66vw;
        padding: 0;
    }
    #lpContetns .formChoiceList__center {

    }
    #lpContetns .formChoiceListItem {
        width: 100%;
        margin-top: 2.66vw;
    }
    #lpContetns .formChoiceListItem__50 {
        width: 100%;
    }
    
    #lpContetns .fromPrivacyBox {
       margin-top: 6.66vw;
    }
    #lpContetns .formNoteText {
        margin-top: 2.66vw;
        font-size: 3.2vw;
    }
    #lpContetns .formTosText {
        font-size: 3.2vw;
    }
    #lpContetns .formScrollBox {
        counter-reset: num-title-cnt;
        margin-top: 6.66vw;
        padding: 1em;
        max-height: 10em;
        border: 0.26vw solid #707070;
    
        font-size: 3.2vw;
    }

    #lpContetns .formChoiceListPrivacy {
        margin-top: 4vw;
    }
    
    #lpContetns .formBtnWrap {
        margin-top: 5.33vw;
    }
    #lpContetns .formBtnWrap__middleP {
        margin-top: 10.66vw;
    }

    #lpContetns .formBtnWrap__conf {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    #lpContetns .formInputBtnWrap {
        width: 77.33vw;
    }
    #lpContetns .formInputBtnWrap__retrun {
        width: 32vw;
    }
    #lpContetns .formInputBtnWrap__send {
        width: 52vw;
    }
    #lpContetns .formInputBtn {
        background-position: 66.2vw center;
    }
    #lpContetns .formInputBtn__return {
        background-position: 2.66vw center;
        background-size: 5.6vw;
        padding: 2.4vw 4.8vw;
    }
    #lpContetns .formInputBtn__send {
        background-position: 41.2vw center;
    }
    
    #lpContetns .formInputModalBtn {
        margin-bottom: 2vw;
        min-width: 50.66vw;
        border: 0.26vw solid #CCCCCC;
        padding: 3.2vw 8vw 3.2vw 2.66vw;
        background-position: 43.66vw center;
        background-size: 2.93vw 2.66vw;
    }
    #lpContetns .formInputModalConditionTitle {
        margin-bottom: 1.33vw;
    }
    #lpContetns .formInputModalCondition {
        margin-bottom: 1.33vw;
    }
    
    #lpContetns .formLinkText {
        padding: 0 1.33vw;
    }
    #lpContetns .formInputUint {
        padding: 0 1.33vw;
    }
    
    /* =======================================
                lp2
    ======================================= */
    #lpContetns .shadow01 {
        box-shadow: 0vw 0.4vw 0.8vw 0vw rgba(0, 0, 0, 0.16);
    }

    #lpContetns .formSection {
        width: 100%;
        text-align: initial;
    }
    
    #lpContetns .formSectionTitle {
        padding: 2.66vw;
        font-size: 5.33vw;
    }
    #lpContetns .formStepNav {
        padding: 2vw 4vw;

        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    #lpContetns .formStepNavItem {
        margin-right: 0;
    }
    #lpContetns .current.formStepNavItem {
        width: 8.66vw;
        height: 8.66vw;
    }
    #lpContetns .formStepNavText {
        font-size: 3.33vw;
    }
    #lpContetns .formStepNavListItem {
        margin-right: 9.33vw;
        width: 8.66vw;
        height: 8.66vw;
    }
    #lpContetns .formStepNavListItem:last-child {
        margin-right: 0;
    }

    #lpContetns .lpFormErrorBlock {
        padding: 9.33vw 4vw 0;
    }
    #lpContetns  .lpFormErrorInner {
        border-radius: 1.33vw;
        border-width: 0.26vw;
        padding: 2vw;
    }
    #lpContetns .lpFormErrorBlockText {
        font-size: 4.39vw;
        line-height: 1.45;
    }
    #lpContetns .stepWrap {
        padding: 9.33vw 4vw;
    }
    #lpContetns .lpFormInputList {
        margin: 0;
    }
    #lpContetns .lpFormLineItem:nth-child(n+2) {
        margin-top: 5.33vw;
    }
    #lpContetns .lpFormLineItemTitle {
        width: 100%;
        padding: 0 0 0 16vw;
        font-size: 4.39vw;
        line-height: 1.45;
    }
    #lpContetns .lpRequisite {
        border-radius: 0.66vw;
        padding: 0.8vw 2.4vw;
        font-size: 3.2vw;
        line-height: 1.45;
        letter-spacing: 0.1em;
    }
    #lpContetns .lpAny {
        border-radius: 0.66vw;
        padding: 0.8vw 2.4vw;
        font-size: 3.2vw;
        line-height: 1.45;
        letter-spacing: 0.1em;
    }
    #lpContetns .lpFormLineItemInput {
        margin-top: 4vw;
        width: 100%;
    }

    #lpContetns .formErrorText {
        margin-top: 1.33vw;
        font-size: 4.39vw;
        line-height: 1.45;
    }
    #lpContetns .formErrorText + .formErrorText {
        margin-top: 0;
    }

    #lpContetns .lpFormNoteText {
        margin-top: 1.33vw;
        font-size: 3.73vw;
        line-height: 1.42;
    }
    #lpContetns .lpFormNoteText + .lpFormNoteText {
        margin-top: 0;
    }

    #lpContetns .lpFromPrivacyBox {
        margin-top: 6.66vw;
    }
    #lpContetns .lpFromPrivacyList {
        width: 100%;
    }
    #lpContetns .lpFromPrivacyListItem {
        margin-top: 2.66vw;
    }

    #lpContetns .formBtnWrap {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;

        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    #lpContetns .formBtnWrap__noreverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #lpContetns .btnWrapCenter:not(.modalBoxFooterBtnWrap) > *:nth-child(n+2) {
        margin-left: 0;
    }

    #lpContetns .inputBtnWrap {
        margin-top: 8vw;
    }
    #lpContetns .inputBtnWrap:nth-child(n+2) {
        margin-top: 0;
    }
    #lpContetns .inputBtnWrap__short {
        width: 100%;
    }
    #lpContetns .inputBtnWrap__short2 {
        margin-top: 8vw !important;
        width: 100%;
        min-width: auto;
        min-width: inherit;
    }
    #lpContetns .inputBtnWrap__short2 .inputBtn {
        /* background-position: 70.66vw center; */
        /* background-position: 67.66vw center; */
        background-position: 95% center;
    }
    #lpContetns .inputBtnWrap__long {
        width: 100%;
    }
    #lpContetns .inputBtnWrap__long .inputBtn {
        /* background-position: 70.66vw center; */
        /* background-position: 67.66vw center; */
        background-position: 95% center;
    }
    #lpContetns .inputBtnWrap__long2 {
        margin-top: 0;
        width: 100%;
    }
    #lpContetns .inputBtnWrap__long2 .inputBtn {
        /* background-position: 70.66vw center; */
        /* background-position: 67.66vw center; */
        background-position: 95% center;
        padding: 4.8vw;
    }

    #lpContetns .formInputBtn__return {
        padding: 4.8vw;
        font-size: 4.8vw;
        background-size: 7.2vw;
    }

    #lpContetns .formSectionSubTitle {
        font-size: 5.46vw;
    }
    #lpContetns .lpThanksText {
        margin-top: 4vw;
    }
    #lpContetns .lpText01 {
        font-size: 4.39vw;
    }
    #lpContetns .lpThanksBtn {
        margin-top: 8vw;
    }
    #lpContetns .lpThanksBtn .btnBackLink {
        width: 100%;
    }
    #lpContetns .lpThanksBtn .btnBackLink::after {
        /* right: 6.66vw; */
        right: 3.33vw;
    }

    #lpContetns .modalInputList {
        display: block;
    }


    /* =======================================
                modalBox
    ======================================= */
    #lpContetns .modalBtn {

    }
    
    #lpContetns .modalBoxBlock {
        display: none;
    }
    #lpContetns .modalBoxBlock.is-show  {

    }
    #lpContetns .modalBoxBg  {

    }
    #lpContetns .modalBoxWrap {

    }
    #lpContetns .modalBoxItem {

    }
    #lpContetns .modalBoxItemWrap {
        position: relative;
        width: 89.33vw;
        max-height: auto;
        max-height: initial;
        border-radius: 2.66vw;
        overflow-y: auto;
    }
    #lpContetns .modalBoxItemWrap::-webkit-scrollbar {
        display:none;
    }
    
    #lpContetns .modalBoxHeader {
        border-top-left-radius: 2.66vw;
        border-top-left-radius: 2.66vw;
        padding: 4vw;
    }
    #lpContetns .modalBoxTitle {
        font-size: 4.8vw;
    }
    #lpContetns .modalCloseBtn {
        width: 3.73vw;
        height: 3.73vw;
    }
    
    #lpContetns .modalBoxBody {
        display: block;
        width: 100%;
        /* padding: 4vw; */
        padding: 0;
        background-color: rgba(255, 255, 255, 1);
    }
    #lpContetns .modalBoxBodyInner {
        max-height: 60vh;
        overflow-y: auto;
    }
    #lpContetns .modalInputWrap {
        padding: 0; 
    }
    #lpContetns .modalInputWrap:nth-child(n+2) {
        border-top: 0.26vw solid rgba(0, 118, 170, 0.21);
        padding: 0;
    }
    #lpContetns .modalInputTitle {
        padding: 3.73vw 13vw 3.73vw 4vw;
        font-size: 4.26vw;
        line-height: 1.5;
        text-align: left;
        cursor: pointer;

        background-image: url("../img/circle_down_blue_lightBlue");
        background-repeat: no-repeat;
        background-position: 77.33vw center;
        background-size: 8vw 8vw;


        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #lpContetns .modalInputTitle__noBtn {
        cursor: default;
        background-image: none;
    }
    #lpContetns .modalInputTitle.active {
        background-image: url("../img/circle_up_blue_lightBlue");
    }
    #lpContetns .modalInputTitleNoclick {
        padding: 4vw 13vw 4vw 4vw;
        font-size: 4.26vw;
        text-align: left;
    }
    #lpContetns .modalInputTitle.openList {
        background-image: url("../img/circle_up_blue_lightBlue");
    }
    #lpContetns .tabListItemSelect {
        margin-left: 0;
        border-radius: 1.33vw;
        padding: 0.8vw 2.66vw;
        font-size: 3.46vw;
        line-height: 1.3;
        color: #0076AA;
        background-color: rgba(0, 118, 170, 0.17);
    }
    #lpContetns .modalInputList {
        /* display: none;
        margin-top: 0;
        width: 100%; */
        margin-top: 0;
        height: 0;
        overflow: hidden;
        padding-left: 6vw;
        transition: all 0.5s;
    }
    #lpContetns .modalInputList__noBurger {
        height: auto;
    }
    #lpContetns .modalInputInfoText {
        margin-top: 0;
        padding: 0 3vw 3vw 4vw;
        font-size: 3.46vw;
    }
    #lpContetns .modalInputSubList {
        margin-top: 0;
        padding-left: 3vw;
    }
    #lpContetns .modalInputTitle2 {
        margin-bottom: 0;
        padding: 2vw 5vw;
        font-size: 3.46vw;
        text-align: left;
    }
    #lpContetns .modalInputList2 {
        margin-top: 0;
        width: 100%;
    }
    #lpContetns .modalInputList2 > .modalInputListItme {
        /* padding: 0 3vw 2.66vw 5vw; */
        padding: 2.66vw 3vw 0 5vw;
    }
    #lpContetns .modalInputList__vcenter {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #lpContetns .modalInputListItme {
        width: 100%;
        margin-bottom: 0;
        padding: 0 2.66vw 2.66vw 0;
    }
    #lpContetns .modalInputListItme__line4 {
        min-width: 50%;
        width: auto;
        padding: 0 3vw 2.66vw 0
    }
    #lpContetns .modalInputListItme__line5 {
        min-width: 50%;
        width: auto;
        padding: 0 3vw 2.66vw 0;
    }
    #lpContetns .modalInputListItme__lineR60 {
        margin-right: 0;
        width: 100%;
    }
    #lpContetns .modalInputListItme__lineR60:last-child {
        margin-right: 0;
        width: 100%;
    }
    #lpContetns .modalInputListItme__line160 {
        margin-right: 0;
        width: 57.99vw;
        padding: 0 3vw 2.66vw 0;
    }
    #lpContetns .modalInputListItme__full2 {
        width: 100% !important;
        /* padding-bottom: 0; */
    }
    #lpContetns .modalInputListItme__lineSub {
        margin-right: 0;
        width: auto;
        min-width: 25%;
        padding: 0 3vw 2.66vw 5vw;
    }

    #lpContetns .modalInputList__salary {

    }
    #lpContetns .modalInputList__salary .modalInputListItme {
        border-top: none;
    }
    #lpContetns .modalInputList__salary .modalInputListItme .inputNumber {
        width: 24vw;
        border: 0.26vw solid #CCCCCC;
        padding: 1.33vw;
        font-size: 3.73vw;
    }
    #lpContetns .modalInputListItme__lineAuto {
        width: auto;
        display: inline-block;
        margin-right: 0;
        padding: 0 3vw 2.66vw 0;
    }
    #lpContetns .modalInputListItme__lineAuto:last-child {
        margin-right: 0;
    }
    
    #lpContetns .twoLevelsListItme {
    
    }
    
    #lpContetns .modalBoxFooter {
        position: relative;
        border-bottom-left-radius: 2.66vw;
        border-bottom-right-radius: 2.66vw;
        padding: 5.33vw 2.66vw;
    }
    #lpContetns .modalBoxFooterBtnSubmit {
        width: 48vw;
    }

    #lpContetns .inputRadio + label {
        width: 100%;
    }
    #lpContetns .inputCheckbox + label {
        width: 100%;
    }

    #lpContetns .modalInputError {
        padding: 0 3vw 2.66vw 0;
        font-size: 3.2vw;
        line-height: 1.2;
        color: red;
    }
    #lpContetns .modalInputErrorText:nth-child(n+2) {
        margin-top: 1.33vw;
    }

}
