@charset "utf-8";
#tag {
 position: relative;
 width: 100%;
 height: 100%;
 overflow: hidden;
}
/*___________ common ___________ */
html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, header, hgroup, section, article, aside, hgroup, footer, figure, figcaption, nav {
 margin: 0;
 padding: 0;
 text-align: left;
 margin: 0;
 font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
}
body {
 -webkit-text-size-adjust: none;
 margin: 0px;
 padding: 0px;
 /* background-color: #ebf5ff; */
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
 display: block;
}
a {
 text-decoration: none;
}
a:hover {
 text-decoration: none;
}
img {
 border: 0;
 vertical-align: bottom;
}
ul, ol, li {
 list-style: none;
}
table {
 border-spacing: 0;
 empty-cells: show;
}
/* ---------- wrapper ---------- */
#wrapper {
 width: 100%;
 margin-top: 0px;
 margin-bottom: 0px;
 margin-right: auto;
 margin-left: auto;
 /* display: none; */
 position: relative;
 z-index: 110;
}
/* ---------- header ---------- */
header {
	position: relative;
	padding: 0px;
	margin: 0px;
	background-color: #463848;
	height: 100px;
	display: flex;
	align-items: center;
}

header .contents {
    padding: 0px;
    width: 1000px;
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .contents figure {
	height: 100px;
	display: flex;
	align-items: center;
}
header .contents figure img {
	width: 341px;
}

header .contents .header-text {
	height: 100px;
	display: flex;
	align-items: center;
	padding: 0 30px;
}

header .contents .header-text p {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
header .contents .header-text p span {
	color: #d1e6fa;
}


/* ---------- footer ---------- */
footer {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-color: #535353;
	margin-top: 0px;
	overflow: hidden;
}
.footer_dt {
	padding: 10px;
    width: 1000px;
    margin: 0 auto;
    text-align: center;
}

footer .contents {
    display: inline-flex;
    margin: 0 auto;
	padding-top: 10px;
    align-items: center;
}
footer p {
    line-height: 20px;
    font-size: 13px;
	float: left;
	color: #ffffff;
	height: 32px;
}
footer .link {
    line-height: 28px;
    font-size: 14px;
    color: #ffffff;
    display: inherit;
    border-top: 1px solid #fff;
    padding-top: 25px;
    width: 100%;
    margin: 30px auto;
}
footer .link a {
	color: #fff;
	text-decoration: none;
}
footer .pmark {
	background-color: #FFFFFF;
	padding: 2px;
	width: 70px;
    border-radius: 2px;
    margin-right: 10px;
}

.update_time {
	text-align: right;
	padding: 5px calc(50% - 515px);
	background-color: #fce2e6;
	color: #eb6777;
	font-size: 14px;
}

/* ---------- container ---------- */
#container {
 margin: 0px;
 padding: 0px;
}
#container .content {
	width: 1000px;
    margin: 0 auto;
    position: relative;
}
/* ---------- form ---------- */
.step_title {
 float: left;
 line-height: 20px;
 padding-right: 20px;
 font-size: 90%;
 padding-left: 30px;
 font-weight: bold;
 color: #E7E7E7;
}
.stepimg_1 {
 text-align: center;
 display: none;
}
.stepimg {
 margin-top: 10px;
 text-align: center;
 display: none;
}
.hand {
	
 width: 70px;
 position: absolute;
 top: 15px;
 animation: moveX 1.2s linear 0s infinite;
 -ms-animation: moveX 1.2s infinite alternate linear;
 -webkit-animation: moveX 1.2s infinite alternate linear;
 -moz-animation: moveX 1.2s infinite alternate linear;
 transition: 0.3s;
 z-index: 100;
 right: -80px;
}
.hand_dlg {
    width: 70px;
    position: absolute;
    right: -20px;
    top: 110px;
    animation: moveX 1.2s linear 0s infinite;
    -ms-animation: moveX 1.2s infinite alternate linear;
    -webkit-animation: moveX 1.2s infinite alternate linear;
    -moz-animation: moveX 1.2s infinite alternate linear;
    transition: 0.3s;
    z-index: 100;
}
.hand_dlg img,
.hand img {
	width: 70px!important;
}
@keyframes moveX {
 0%, 100% {
  transform: translate(0, 0) scale(1);
 }
 50% {
  transform: translate(0, 15px) scale(1.08);
 }
}
@-ms-keyframes moveX {
 0%, 100% {
  transform: translate(0, 0) scale(1);
 }
 50% {
  transform: translate(0, 15px) scale(1.08);
 }
}
@-webkit-keyframes moveX /* Safari and Chrome */ {
 0%, 100% {
  transform: translate(0, 0) scale(1);
 }
 50% {
  transform: translate(-0, 15px) scale(1.08);
 }
}
@-moz-keyframes moveX /* Firefox */ {
 0%, 100% {
  transform: translate(0, 0) scale(1);
 }
 50% {
  transform: translate(0, 15px) scale(1.08);
 }
}

#wrapper .wizard .content  section {
	width: 100%;
    margin: 0 auto;
    display: table;
    float: none;
}


/* ---------- step1 ---------- */
#step1 {
 padding: 0;
 width: 70%;
 margin: auto;
}
#step1 h2 {
	font-size: 1.2rem;
	color: #265ca4;
	padding: 0px;
	text-align: center;
	height: 50px;
	line-height: 50px;
	position: relative;
	margin: 20px auto 10px auto;
	display: table;
}
#step1 ul.button-check {
	margin: 0;
	font-size: 0;
	display: flex;
	flex-wrap: wrap;
}
#step1 ul.button-check li {
	width: 23%;
    margin: 0 1% 1vw;
    text-align: center;
    display: inline-block;
}
#step1 ul.button-check li input[type="checkbox"] {
 display: none;
}
#step1 ul.button-check li label {
	text-align: center;
    margin: auto;
    width: 100%;
    height: 150px;
    font-size: 16px;
    box-sizing: border-box;
    font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
    font-weight: bold;
    line-height: 20px;
    padding-top: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333333;
    border-radius: 10px;
    border: solid 1px #000;
}
#step1 ul.button-check li label span {
	font-size: 10px;	
}

#step1 ul.button-check li label {
 box-shadow: 2px 2px 10px -3px rgba(0, 0, 0, 0.6);
}
#step1 ul.button-check li input[type="checkbox"]:checked + label {
 background-color: #265ca4;
 color: #FFF;
 border: solid 1px #265ca4;
}


#step1 ul.button-check li.btn-1 label {
	background-image: url("img/step1_icon_01_color.png");
	background-color: #FFF;
	opacity: 1;
	background-repeat: no-repeat;
	background-size: 66%;
    background-position: 50% 16%;
    box-shadow: 2px 2px 10px -3px rgba(0, 0, 0, 0.6);
    padding-top: 90px;
}

#step1 ul.button-check li.btn-2 label {
	background-image: url("img/step1_icon_02_color.png");
	background-color: #FFF;
	opacity: 1;
	background-repeat: no-repeat;
	background-size: 66%;
    background-position: 50% 16%;
    box-shadow: 2px 2px 10px -3px rgba(0, 0, 0, 0.6);
    padding-top: 90px;
}

#step1 ul.button-check li.btn-3 label {
	background-image: url("img/step1_icon_03_color.png");
	background-color: #FFF;
	opacity: 1;
	background-repeat: no-repeat;
	background-size: 35%;
    background-position: 50% 16%;
    box-shadow: 2px 2px 10px -3px rgba(0, 0, 0, 0.6);
    padding-top: 90px;
}

#step1 ul.button-check li.btn-4 label {
	background-image: url("img/step1_icon_04_color.png");
	background-color: #FFF;
	opacity: 1;
	background-repeat: no-repeat;
	background-size: 60%;
	background-position: 50% 20%;
	box-shadow: 2px 2px 10px -3px rgba(0, 0, 0, 0.6);
}

#step1 ul.button-check li.btn-5 label {
	background-image: url("img/step1_icon_05_color.png");
	background-color: #FFF;
	opacity: 1;
	background-repeat: no-repeat;
	background-size: 70%;
	background-position: 50% 20%;
	box-shadow: 2px 2px 10px -3px rgba(0, 0, 0, 0.6);
}

#step1 ul.button-check li.btn-6 label {
	background-image: url("img/step1_icon_06_color.png");
	background-color: #FFF;
	opacity: 1;
	background-repeat: no-repeat;
	background-size: 43%;
	background-position: 50% 20%;
	box-shadow: 2px 2px 10px -3px rgba(0, 0, 0, 0.6);
}

#step1 ul.button-check li.btn-7 label {
	background-image: url("img/step1_icon_07_color.png");
	background-color: #FFF;
	opacity: 1;
	background-repeat: no-repeat;
	background-size: 49%;
	background-position: 50% 20%;
	box-shadow: 2px 2px 10px -3px rgba(0, 0, 0, 0.6);
}

#step1 ul.button-check li.btn-8 label {
	background-image: url("img/step1_icon_08_color.png");
	background-color: #FFF;
	opacity: 1;
	background-repeat: no-repeat;
	background-size: 41%;
	background-position: 50% 20%;
	box-shadow: 2px 2px 10px -3px rgba(0, 0, 0, 0.6);
}

#step1 ul.button-check li.btn-9 label {
	background-image: url("img/step1_icon_09_color.png");
	background-color: #FFF;
	opacity: 0.8;
	background-repeat: no-repeat;
	background-size: 30%;
	background-position: 50% 20%;
	box-shadow: 2px 2px 10px -3px rgba(0, 0, 0, 0.6);
}

#step1 ul.button-check li.btn-10 label {
	background-image: url("img/step1_icon_10_color.png");
	background-color: #FFF;
	opacity: 0.8;
	background-repeat: no-repeat;
	background-size: 90%;
	background-position: 50% 15%;
	box-shadow: 2px 2px 10px -3px rgba(0, 0, 0, 0.6);
}




/* ---------- step2 ---------- */
#step2 {
 padding: 0 0 10px 0;
 width: 50%;
 margin: auto;
}
#step2 h2 {
 font-size: 1.2rem;
 color: #265ca4;
 padding: 0px;
 text-align: center;
 height: 50px;
 line-height: 50px;
 position: relative;
 margin: 20px 0px 10px 0px;
}
#step2 .add_contents {
 margin: auto;
 padding: 20px;
 border-radius: 5px;
}
#step2 .add_contents .key {
 font-size: 70%;
 text-align: center;
 margin: auto auto 20px auto;
 color: #898989;
}
#step2 .add_contents .key img {
 width: 14px;
 vertical-align: middle;
 margin: -2px 5px auto auto;
}
#step2 .add_contents .number {}
#step2 .add_contents .text {
 font-size: 70%;
 text-align: left;
 color: #363636;
 margin: auto auto 16px auto;
}




.number-contents{
}
.number-contents input[type=tel] {
 outline: none;
 -webkit-appearance: none;
 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  width: 90%;
 height: 50px;
 padding: 0 8px;
 border: none;
 background-color: #ffffe1;
 font-weight: 400;
 font-size: 1rem;
    
 border-radius: 8px;
 border: 1px solid #cbcbcb;
}





#step2 .add_contents .number_no {
 font-size: 11px;
 display: block;
 width: auto;
 float: right;
 margin: 0 auto 20px auto;
 padding: 0 20px;
 line-height: 40px;
 background-image: #fff;
 text-align: center;
 border-radius: 5px;
}
#step2 .add_contents .number_no {
 position: relative;
}
#step2 .add_contents .number_no::after {
 content: "";
 display: block;
 width: 5px;
 height: 5px;
 position: absolute;
 right: 10px;
 top: 40%;
 border-bottom: #000 1px solid;
 border-right: #000 1px solid;
 transform: rotate(45deg)translateY(-30%);
}
#step2 .add_contents .addarea {
 margin: 0px;
 padding: 0px;
 display: none;
}
#step2 .add_contents .addarea select {
 font-size: 12pt;
 -webkit-appearance: none;
 appearance: none;
 text-overflow: "";
 width: 100%;
 height: 50px;
 outline: none;
 padding: 0 5%;
 border: 1px solid #cbcbcb;
 background-color: #f8f8f8;
 border-radius: 8px;
 margin: auto auto 5px auto;
    font-weight: 800;
}
#step2 .add_contents input[type=text] {
 outline: none;
 -webkit-appearance: none;
 width: 90%;
 height: 50px;
 font-size: 16px;
 padding: 0 5%;
 border: 1px solid #cbcbcb;
 background-color: #fff;
 border-radius: 8px;
    font-weight: 800;
}

#step2 .add_contents input[type=text]::-moz-placeholder {
 font-size: 80%;
 color: #bfbfbf;
 font-weight: normal;
}
#step2 .add_contents input[type=text]::-webkit-input-placeholder {
 font-size: 80%;
 color: #bfbfbf;
 font-weight: normal;
}
#step2 .add_contents input[type=text]:-ms-input-placeholder {
 font-size: 80%;
 color: #bfbfbf;
 font-weight: normal;
}
#step2 .comment {
 margin: 10px auto auto auto;
 display: flex;
 justify-content: space-between;
}
#step2 .comment .icon {
 border-radius: 25px;
 height: 50px;
 width: 50px;
 border: 2px solid #CCE7FD;
 background-image: url("img/icon_woman.jpg");
 background-size: cover;
}
#step2 .comment .textbox {
 position: relative;
 width: 65%;
 background: #CCE7FD;
 padding: 12px 5px;
 text-align: center;
 color: #424242;
 font-size: 11px;
 border-top-right-radius: 5px;
 border-top-left-radius: 5px;
 border-bottom-right-radius: 5px;
}
#step2 .comment .textbox:after {
 content: '';
 height: 0;
 width: 0;
 pointer-events: none;
 position: absolute;
 border-color: rgba(255, 222, 226, 0);
 border-top-width: 9px;
 border-bottom-width: 9px;
 border-left-width: 23px;
 border-right-width: 23px;
 border-right-color: #CCE7FD;
 right: 100%;
 bottom: 0%;
 border-style: solid;
 border-width: 0 0 10px 20px;
 border-color: transparent transparent #CCE7FD transparent;
}
/* ---------- ステップ3 ---------- */
#step3 {
 padding: 0 0 10px 0;
 width: 50%;
 margin: auto;
}
#step3 h2 {
 font-size: 1.2rem;
 color: #265ca4;
 padding: 0px;
 text-align: center;
 height: 50px;
 line-height: 50px;
 position: relative;
 margin: 20px 0px 10px 0px;
}
#step3 .step_3_contents {
 margin: auto;
 padding: 20px;
 border-radius: 5px;
}
#step3 .step_3_contents .key {
 font-size: 70%;
 text-align: center;
 margin: auto auto 20px auto;
}
#step3 .step_3_contents .key img {
 width: 14px;
 vertical-align: middle;
 margin: -2px 5px auto auto;
}
#step3 .step_3_contents .block{
    margin: auto auto 20px auto;
}
#step3 .step_3_contents .text {
 font-size: 90%;
 text-align: left;
 color: #363636;
 margin: auto auto 10px auto;
}
#step3 .step_3_contents .text img {
 width: 14px;
 vertical-align: middle;
 margin: -2px 5px auto auto;
}
#step3 .step_3_contents input[type=text] {
 outline: none;
 -webkit-appearance: none;
 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
 width: 90%;
 height: 50px;
 font-size: 21px;
 padding: 0 5%;
 border: 1px solid #cbcbcb;
 background-color: #ffffe1;
 border-radius: 8px;
    font-weight: 800;
}


#step3 .comment {
 margin: 10px auto auto auto;
 display: flex;
 justify-content: space-between;
}
#step3 .comment .icon {
 border-radius: 100px;
 height: 100px;
 width: 100px;
 border: 2px solid #265ca4;
 background-image: url("img/icon_woman.png");
 background-size: cover;
}
#step3 .comment .textbox {
 position: relative;
 width: 65%;
 background: #265ca4;
 padding: 12px 5px;
 text-align: center;
 color: #fff;
 font-size: 16px;
 border-top-right-radius: 5px;
 border-top-left-radius: 5px;
 border-bottom-right-radius: 5px;
 display: flex;
 align-items: center;
 justify-content: center;
}
#step3 .comment .textbox:after {
 border: solid transparent;
 content: '';
 height: 0;
 width: 0;
 pointer-events: none;
 position: absolute;
 border-color: rgba(255, 222, 226, 0);
 border-top-width: 9px;
 border-bottom-width: 9px;
 border-left-width: 23px;
 border-right-width: 23px;
 border-right-color: #265ca4;
 right: 100%;
 bottom: 50%;
 border-style: solid;
 border-width: 0px 0px 20px 45px;
 border-color: transparent transparent #265ca4 transparent;
}

.birthday-contents{
 outline: none;
 -webkit-appearance: none;
 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
 width: 90%;
 height: 50px;
 padding: 0 5%;
 border: 1px solid #cbcbcb;
 background-color: #ffffe1;
 border-radius: 8px;
    font-weight: 800;
 font-size: 1.2rem;
}
.birthday-contents span{
    font-weight: normal;
 font-size: 90%;
}
.birthday-contents input[type=tel] {
 outline: none;
 -webkit-appearance: none;
 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
 width: 60%;
 height: 50px;
 padding: 0 5%;
 border: none;
 background-color: #ffffe1;
    font-weight: 800;
 font-size: 1.2rem;
}



/* ---------- step_4 ---------- */
#step4 {
 padding: 0 0 10px 0;
 width: 50%;
 margin: auto;
}
#step4 h2 {
 font-size: 1.2rem;
 color: #265ca4 ;
 padding: 0px;
 text-align: center;
 height: 50px;
 line-height: 50px;
 position: relative;
 margin: 20px 0px 10px 0px;
}
#step4 .step_4_contents {
 margin: auto;
 padding: 20px;
 border-radius: 5px;
}
#step4 .step_4_contents .block{
    margin: auto auto 20px auto;
}
#step4 .step_4_contents .key {
 font-size: 70%;
 text-align: center;
 margin: auto auto 20px auto;
}
#step4 .step_4_contents .key img {
 width: 14px;
 vertical-align: middle;
 margin: -2px 5px auto auto;
}
#step4 .step_4_contents .midashi,
#step4 .step_4_contents .midashi-2{
 font-size: 90%;
 text-align: left;
 color: #363636;
 margin: auto auto 15px auto;
 position: relative;
}
#step4 .step_4_contents .midashi img,
#step4 .step_4_contents .midashi-2 img{
 width: 14px;
 vertical-align: middle;
 margin: -2px 5px auto auto;
}
#step4 .step_4_contents .hissu{
 color: #FFFFFF;
 background-color: #f45775;
 font-size: 70%;
    padding: 4px 4px;
 margin: auto auto auto 10px;
}


#step4 .step_4_contents input[type=tel] {
 outline: none;
 -webkit-appearance: none;
 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
 width: 90%;
 height: 50px;
 font-size: 16px;
 padding: 0 5%;
 border: 1px solid #cbcbcb;
 background-color: #f8f8f8;
 border-radius: 8px;
 font-weight: 800;
 font-size: 21px;
}



#step4 .step_4_contents input[type=email] {
 outline: none;
 -webkit-appearance: none;
 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
 width: 90%;
 height: 50px;
 font-size: 21px;
 padding: 0 5%;
 border: 1px solid #cbcbcb;
 background-color: #f8f8f8;
 border-radius: 8px;
 line-height: 1.4;

}

#step4 .step_4_contents input[type=email]::placeholder {
 font-size: 80%;
    color: #CCCCCC;
}


#step4 .use_icon{
  display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}




#step4 ul.button-check {
 margin: auto;
}
#step4 ul.button-check li {
	width: 96%;
	margin: auto auto 20px auto;
	text-align: center;
	padding: 2% 2%;
 	display: flex;
    justify-content: space-between;
	background-color: #f2f2f2;
	border-radius: 8px;
	box-shadow: 0px 5px 0px 0px #d5cece;
}

#step4 ul.button-check li input[type="radio"] {
    margin: 14px 10px 14px 10px;
}
#step4 ul.button-check li label {
 display: block;
 text-align: left;
 margin: auto;
 width: 100%;
 height: 30px;
 line-height: 30px;
 font-size: 14px;
 font-weight: bold;
 box-sizing: border-box;
 font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
 color: #000;
 padding: 0 0 0 10px;
}
#step4 ul.button-check li .image {
 width: 50px;
 vertical-align: middle;
  margin: auto 10px auto 10px;
}
#step4 ul.button-check li .image img {
    
}

  
#step4 ul.button-check input[type="radio"] {
	display: none;
}

.radio-text:before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-right: 6px;
	border-width: 1px;
	border-style: solid;
	border-radius: 50%;
	padding: 2px;
	background-clip: content-box;
}

#step4 ul.button-check input[type="radio"]:not(:checked) + .radio-text:before {
	border-color: #72767b;
}

#step4 ul.button-check input[type="radio"]:checked + .radio-text:before {
	border-color: #cbcbcb;
	background-color: #265ca4;
}


#step4 ul.button-check .radio-text:before {
	display: none;
}
#step4 ul.button-check li:has(input[type="radio"]:checked) {
	background-color: #265ca4;
}
#step4 ul.button-check li:has(input[type="radio"]:checked) .radio-text {
	color: #fff;
}


/* ---------- エラー ---------- */
.error_message_0, .error_message_1, .error_message_3_1, .error_message_3_2, .error_message_3_3 {
 padding: 5px;
 background-color: #FFD7D7;
 color: #FF0004;
 font-size: 90%;
 border: 1px solid #FF0004;
 border-radius: 5px;
 text-align: center;
 margin-top: 15px;
 margin-bottom: 0px;
 display: none;
}
.error_message_1_1, .error_message_1_2 {
 padding: 5px;
 background-color: #FFD7D7;
 color: #FF0004;
 font-size: 90%;
 border: 1px solid #FF0004;
 border-radius: 5px;
 text-align: center;
 margin-top: 15px;
 margin-bottom: 0px;
 display: none;
}
.error_message_2_1, .error_message_2_2 {
 padding: 5px;
 background-color: #FFD7D7;
 color: #FF0004;
 font-size: 90%;
 border: 1px solid #FF0004;
 border-radius: 5px;
 text-align: center;
 margin-top: 5px;
 margin-bottom: 0px;
 display: none;
}
.error_message_4 {
 padding: 5px;
 background-color: #FFD7D7;
 color: #FF0004;
 font-size: 90%;
 border: 1px solid #FF0004;
 border-radius: 5px;
 text-align: center;
 margin-top: 5px;
 margin-bottom: 10px;
 display: none;
}
.error_message_4_1, .error_message_4_2, .error_message_4_3 {
 padding: 5px;
 background-color: #FFD7D7;
 color: #FF0004;
 font-size: 90%;
 border: 1px solid #FF0004;
 border-radius: 5px;
 text-align: center;
 margin-top: 15px;
 margin-bottom: 10px;
 display: none;
}
#step1 {
 position: relative;
}
#step2 {
 position: relative;
}
#step2 {
 position: relative;
}
#step3 {
 position: relative;
}
/* ----------（step1）オフ ---------- */
.next_step_0_off {
 width: 210px;
 height: 50px;
 line-height: 50px;
 font-size: 23px;
 font-weight: bold;
 text-align: center;
 background-color: #dddddd;
 background: url("img/arrow_btn.svg") linear-gradient(to bottom, #dddddd 16%, #dddddd 69%);
 background: url(img/arrow_btn.svg), -webkit-linear-gradient(top, #dddddd 16%, #dddddd 69%);
 background: url(img/arrow_btn.svg), -moz-linear-gradient(top, #dddddd 16%, #dddddd 69%);
 background-repeat: no-repeat;
 background-position: 83%;
 border-radius: 25px;
 position: absolute;
 bottom: 0%;
 left: 50%;
 transform: translateX(-50%);
 border: solid 1px #cccccc;
 padding: 0 50px;
}
.next_step_0_off a {
 color: #fff;
 padding-right: 35px;
}
/* ---------- （step1）オン ---------- */
.next_step_0 {
width: 210px;
height: 50px;
line-height: 50px;
font-size: 23px;
 font-weight: bold;
 text-align: center;
 background: rgb(135, 206, 28);
 background: url(img/arrow_btn.svg), -moz-linear-gradient(top, rgba(135, 206, 28, 1) 0%, rgba(72, 188, 22, 1) 100%);
 background: url(img/arrow_btn.svg), -webkit-linear-gradient(top, rgba(135, 206, 28, 1) 0%, rgba(72, 188, 22, 1) 100%);
 background: url(img/arrow_btn.svg), linear-gradient(to bottom, rgba(135, 206, 28, 1) 0%, rgba(72, 188, 22, 1) 100%);
 background-repeat: no-repeat;
 background-position: 83%;
 border-radius: 25px;
 position: absolute;
 bottom: 0%;
 left: 50%;
 transform: translateX(-50%);
 border: solid 1px #48BC16;
 box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 2px, rgba(255, 255, 255, 0.7) 0px 0px 1px inset;
 padding: 0 50px;
}
.next_step_0 a {
 color: #fff;
 padding-right: 35px;
}
/* ----------（step2）オフ ---------- */
.next_step_1_off {
	width: 210px;
	height: 50px;
	line-height: 50px;
	font-size: 23px;
 font-weight: bold;
 text-align: center;
 background-color: #dddddd;
 background: url("img/arrow_btn.svg") linear-gradient(to bottom, #dddddd 16%, #dddddd 69%);
 background: url(img/arrow_btn.svg), -webkit-linear-gradient(top, #dddddd 16%, #dddddd 69%);
 background: url(img/arrow_btn.svg), -moz-linear-gradient(top, #dddddd 16%, #dddddd 69%);
 background-repeat: no-repeat;
 background-position: 83%;
 border-radius: 25px;
 position: absolute;
 bottom: 0%;
 left: 50%;
 transform: translateX(-50%);
 border: solid 1px #cccccc;
 padding: 0 50px;
}
.next_step_1_off a {
 color: #fff;
 padding-right: 35px;
}
/* ---------- （step2）オン ---------- */
.next_step_1 {
	width: 210px;
	height: 50px;
	line-height: 50px;
	font-size: 23px;
 font-weight: bold;
 text-align: center;
 background: rgb(135, 206, 28);
 background: url(img/arrow_btn.svg), -moz-linear-gradient(top, rgba(135, 206, 28, 1) 0%, rgba(72, 188, 22, 1) 100%);
 background: url(img/arrow_btn.svg), -webkit-linear-gradient(top, rgba(135, 206, 28, 1) 0%, rgba(72, 188, 22, 1) 100%);
 background: url(img/arrow_btn.svg), linear-gradient(to bottom, rgba(135, 206, 28, 1) 0%, rgba(72, 188, 22, 1) 100%);
 background-repeat: no-repeat;
 background-position: 83%;
 border-radius: 25px;
 position: absolute;
 bottom: 0%;
 left: 50%;
 transform: translateX(-50%);
 border: solid 1px #48BC16;
 box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 2px, rgba(255, 255, 255, 0.7) 0px 0px 1px inset;
 padding: 0 50px;
}
.next_step_1 a {
 color: #fff;
 padding-right: 35px;
}

/* ----------（step3）オフ ---------- */
.next_step_2_off {
	width: 210px;
	height: 50px;
	line-height: 50px;
	font-size: 23px;
 font-weight: bold;
 text-align: center;
 background-color: #dddddd;
 background: url("img/arrow_btn.svg") linear-gradient(to bottom, #dddddd 16%, #dddddd 69%);
 background: url(img/arrow_btn.svg), -webkit-linear-gradient(top, #dddddd 16%, #dddddd 69%);
 background: url(img/arrow_btn.svg), -moz-linear-gradient(top, #dddddd 16%, #dddddd 69%);
 background-repeat: no-repeat;
 background-position: 83%;
 border-radius: 25px;
 position: absolute;
 bottom: 0%;
 left: 50%;
 transform: translateX(-50%);
 border: solid 1px #cccccc;
 padding: 0 50px;
}
.next_step_2_off a {
 color: #fff;
 padding-right: 35px;
}
/* ---------- （step4）オン ---------- */
.next_step_2 {
	width: 210px;
	height: 50px;
	line-height: 50px;
	font-size: 23px;
 font-weight: bold;
 text-align: center;
 background: rgb(135, 206, 28);
 background: url(img/arrow_btn.svg), -moz-linear-gradient(top, rgba(135, 206, 28, 1) 0%, rgba(72, 188, 22, 1) 100%);
 background: url(img/arrow_btn.svg), -webkit-linear-gradient(top, rgba(135, 206, 28, 1) 0%, rgba(72, 188, 22, 1) 100%);
 background: url(img/arrow_btn.svg), linear-gradient(to bottom, rgba(135, 206, 28, 1) 0%, rgba(72, 188, 22, 1) 100%);
 background-repeat: no-repeat;
 background-position: 83%;
 border-radius: 25px;
 position: absolute;
 bottom: 0%;
 left: 50%;
 transform: translateX(-50%);
 border: solid 1px #48BC16;
 box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 2px, rgba(255, 255, 255, 0.7) 0px 0px 1px inset;
 padding: 0 50px;
}
.next_step_2 a {
 color: #fff;
 padding-right: 35px;
}






/* ---------- （step5）オフ ---------- */
.finish_step_3_off {
 width: 300px;
 height: 60px;
 line-height: 24px;
 font-size: 110%;
 font-weight: bold;
 text-align: center;
 background-color: #dddddd;
    
 background: url(img/arrow_btn.svg), -moz-linear-gradient(to bottom, #dddddd 16%, #dddddd 69%);
 background: url(img/arrow_btn.svg), -webkit-linear-gradient(top, #dddddd 16%, #dddddd 69%);
 background: url(img/arrow_btn.svg), linear-gradient(top, #dddddd 16%, #dddddd 69%);
 background-repeat: no-repeat;
 background-position: 95%;
    
 border-radius: 30px;
 position: absolute;
 bottom: 0%;
 left: 50%;
 transform: translateX(-50%);
}
.finish_step_3_off a {
 color: #fff;
 padding-right: 35px;
}

/* ---------- ボタン（step_最後） ---------- */
.finish_step_3 {
 width: 300px;
 height: 60px;
 line-height: 24px;
 font-size: 110%;
 font-weight: bold;
 text-align: center;
 background: rgb(135, 206, 28);
 background: url(img/arrow_btn.svg), -moz-linear-gradient(top, rgba(135, 206, 28, 1) 0%, rgba(72, 188, 22, 1) 100%);
 background: url(img/arrow_btn.svg), -webkit-linear-gradient(top, rgba(135, 206, 28, 1) 0%, rgba(72, 188, 22, 1) 100%);
 background: url(img/arrow_btn.svg), linear-gradient(to bottom, rgba(135, 206, 28, 1) 0%, rgba(72, 188, 22, 1) 100%);
 background-repeat: no-repeat;
 background-position: 95%;
 border-radius: 30px;
 position: absolute;
 bottom: 0%;
 left: 50%;
 transform: translateX(-50%);
 border: solid 1px #48BC16;
 box-shadow: rgb(0 0 0 / 50%) 0px 1px 2px, rgb(255 255 255 / 70%) 0px 0px 1px inset;
}
.finish_step_3 a {
 color: #fff;
 padding-right: 35px;
}

.cvtext {
  font-size: 60%;
}
.cvtext2 {
  font-size: 90%;
}






/* ---------- 戻るボタン ---------- */
.previous_step_1 {
 width: 36px;
}
.previous_step_1 a {
 color: #707070;
 position: absolute;
 bottom: -40px;
 left: 50%;
 transform: translateX(-50%);
 text-decoration: none;
 font-size: 90%;
 font-weight: bold;
}
.previous_step_1 a::before {
	content: "\25c0";
 	margin-right: 5px;
}
.previous_step_2 {
 width: 36px;
}
.previous_step_2 a {
 color: #707070;
 position: absolute;
 bottom: -40px;
 left: 50%;
 transform: translateX(-50%);
 text-decoration: none;
 font-size: 90%;
 font-weight: bold;
}
.previous_step_2 a::before {
	content: "\25c0";
	margin-right: 5px;
}

.previous_step_3 {
 width: 36px;
}
.previous_step_3 a {
 color: #707070;
 position: absolute;
 bottom: -40px;
 left: 50%;
 transform: translateX(-50%);
 text-decoration: none;
 font-size: 90%;
 font-weight: bold;
}
.previous_step_3 a::before {
 content: "\25c0";
 margin-right: 5px;
}

.previous_step_4 {
 width: 36px;
}
.previous_step_4 a {
 color: #707070;
 position: absolute;
 bottom: -40px;
 left: 50%;
 transform: translateX(-50%);
 text-decoration: none;
 font-size: 90%;
 font-weight: bold;
}
.previous_step_4 a::before {
	content: "\25c0";
	margin-right: 5px;
}



.previous_step_1_off, 
.previous_step_2_off, 
.previous_step_3_off, 
.previous_step_4_off {
 width: 36px;
}
.previous_step_1_off a, 
.previous_step_2_off a, 
.previous_step_3_off a, 
.previous_step_4_off a {
 color: #A6A6A6;
 margin-top: 20px;
}
#ytag img {
 display: none;
}
.overlay {
 display: none;
 position: fixed;
 top: 0;
 left: 0;
 z-index: 10;
 height: 100%;
 width: 100%;
 background: #000;
 opacity: 0.5;
 filter: alpha(opacity=90);
 -moz-opacity: 0.90;
 z-index: 9;
}


/* ---------- thanks ---------- */
#thanks {
	margin: 0;
	padding: 20px;
}
#thanks .title {
	font-size: 100%;
	font-weight: bold;
	color: #e54f00;
	margin-bottom: 10px;
    text-align: center;
}
#thanks p {
	font-size: 90%;
}
#thanks .btn-tel {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: #e54f00;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
#thanks .btn-tel span {
	font-size: 80%;
	color: #e54f00;
}
#thanks .btn-tel a {
	color: #FFFFFF;
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
}
#thanks .btn-text {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 15px;
	font-size: 70%;
	color: #666666;
}
#thanks .btn-top {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: #BABABA;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
#thanks .btn-top a {
	color: #FFFFFF;
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
}
#thanks .btn-search {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: #e54f00;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
#thanks .btn-search a {
	color: #FFFFFF;
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
}

.dlg-box {
	display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1001;
	/* background-color: #fff; */
}

.dlg-box header {
    position: unset;
}

.dlg_backgroud {
	background: url("img/bk_dlg.png") no-repeat;
	background-position: top center;
	min-height: 600px;
	height: auto;
}

.dlg-box .dlg-bk {
	width: 100%;
	height: 100%;
	background-color: rgba(100, 100, 100, 0.5);
	position: absolute;
}

.dlg-date {
    width: 100%;
    max-width: 1000px;
	padding-top: 25px;
    margin: 0 auto;
    position: relative;
    color: #265ca4;
    font-size: 30px;
    font-weight: bold;
	letter-spacing: 5px;
	text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
.dlg-date span {
	font-size: 60px;
}

.dlg-box .dlg-content {
    width: 500px;
    margin-left: calc(50% - 240px);
    height: auto;
    position: absolute;
    top: calc(50% - 200px);
    background-color: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
}

.dlg-box .dlg-content .cwhite {
	color: #fde058;
}

.dlg-box .dlg-content .dlg-tpt {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    background-color: #383948;
    border-radius: 10px 10px 0 0;
}

.dlg-box .dlg-content .dlg-tpt p {
    padding: 35px 70px 30px 10px;
    color: #fff;
}
.dlg-box .dlg-content .dlg-tpt img {
	width: 200px;
    height: auto;
    object-fit: contain;
    padding: 0px 0 0 15px;
}

.dlg-box .dlg-content .dlg-bpt {
    padding: 30px;
}
.dlg-box .dlg-content .dlg-bpt p {
    text-align: center;
	color: #383948;
}

.dlg-box .dlg-content .dlg-bpt .btn_dlg {
    margin: 25px auto 0 auto;
    cursor: pointer;
    border: none;
    color: #707070;
    display: block;
    width: 240px;
    padding: 0;
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    border-radius: 10px;
    background: #fde058;
    /* background-image: linear-gradient(#b6e27f, #52be17); */
    box-shadow: rgb(227, 187, 1) 0px 4px 2px, rgb(255, 255, 255) 0px 0px 1px inset;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
	
}

.dlg-box .dlg-content .dlg-seltpt {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #383948;
	color: #fff;
	padding: 20px 10px;
	border-radius: 10px 10px 0 0;
}
.dlg-box .dlg-content .dlg-selbpt {
	padding: 20px 40px;
	border-radius: 10px;
    background-color: #fff;
}
.dlg-box .dlg-content .dlg-selbpt .btn_dlg {
	margin: 20px 0;
    width: 100%;
    display: block;
    padding: 15px;
    border: 3px solid #3b464b;
    border-radius: 50px;
    font-size: 18px;
    font-weight: bold;
    color: #3b464b;
    background-color: #fff;
}
.dlg-box .dlg-content .dlg-selbpt .btn_dlg:first-child {
	position: relative;
}

input:-internal-autofill-selected {
    background-color: #fff !important;
}

.in-box {
	border: 1px solid #cbcbcb;
	border-radius: 5px;
	padding: 14px 5px 9px 5px;
	position: relative;
	background-color: #fff;
}

.in-box .desc-box {
	position: absolute;
    top: -9px;
    right: -1px;
    border: 1px solid #383948;
    padding: 0px 20px;
    border-radius: 10px;
    background-color: #f9f9f9;
    font-size: 10px;
	color: #383948;
}

.in-box.active {
	border: 1px solid #383948;
	
}

.in-box .ex-txt {
	/* visibility: hidden;
	color: #bfbfbf;
	font-size: 11px;    
	margin-bottom: 5px; */
	transform: translate(47px, 1px);
	transition: transform .2s ease-out;
    transform-origin: left center;
	margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    font-size: 13px;
    color: #bfbfbf;
    pointer-events: none;
}

#in-box-03 .ex-txt {
	transform: translate(10px, 1px);
}
#in-box-03-year .ex-txt {
	transform: translate(10px, 1px);
}
#in-box-04 .ex-txt {
	transform: translate(10px, 1px);
}
#in-box-04-mail .ex-txt {
	transform: translate(41px, 4px);
}


.in-box.active .ex-txt {
	visibility: visible;
    transform: translate(10px, -19px) scale(calc(0.692306)) !important;
}
.in-box.noempty .ex-txt {
	visibility: visible;
    transform: translate(10px, -19px) scale(calc(0.692306)) !important;
}



.in-box .in-box-input {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.in-box .in-box-input span {
	font-size: 25px;
    line-height: 1.4;
    font-weight: bold;
    padding-right: 8px;
	color: #383948;
}
.in-box.active .in-box-input input {
    /* border-left: 3px solid #4386fc !important; */
	
}
.in-box .in-box-input input {
	border: none !important;
	background-color: #fff !important;
	height: auto !important;
	border-radius: 0 !important;
	width: 100%;
    outline: none;
	padding: 0 8px !important;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.4;
}
.cred {
	color: #f00;
}

.recruit_info {
	margin: 5px 5px 40px 5px;
	padding: 20px 10px;
	overflow: hidden;
	text-align: left;
	background: #fff;
	box-shadow: 0 3px 13px #ddd;
	/* max-height: 600px;
	overflow: auto; */
}
.recruit_info .wrap {
	overflow: hidden;
	clear: both;
}
.wrap {
	flex-wrap: wrap;
}
.recruit_info .wrap .info_wrap {
	margin-bottom: 35px;
	overflow: hidden;
}
.recruit_info .wrap .info {
	/* margin: 0 0 0 25px; */
	padding: 0 20px 0;
	background: #fff;
	overflow: hidden;
}
.recruit_info .wrap .info .data {
	margin: 0 0 5px 0;
	padding: 0 0 0 0;
	line-height: 1.8em;
	font-size: 16px;
	border-top: 1px solid #ccc;
	overflow: hidden;
}
.recruit_info .wrap .info .data dl {
	margin: 0 0 0 0;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}
.recruit_info .wrap .info .data dl dt {
	line-height: 1.8em;
	width: 110px;
	font-weight: bold;
	float: left;
}
.recruit_info .wrap .info .data dl dd {
	line-height: 1.8em;
	overflow: hidden;
}
.more_group {
	width: 100%;
}

#btnMoreGroup {
	width: 100%;
	text-align: center;
	margin: 10px 0;
}
.hand,
.hand_dlg {
	/* display: none !important; */
}
.pc {
	display: block;
}
.sp {
	display: none;
}

.item-title {
	position: relative;
}
.accodion-close::after {
	content: "\25bc";
	position: absolute;
	right: 10px;
	top: 10px;
}
.accodion-open::after {
	content: "\25b2";
	position: absolute;
	right: 10px;
	top: 10px;
}
/* spview */
@media screen and (max-width:767px) {
	header {
		height: 70px;
	}
	header .contents {
		width: 100%;
		box-sizing: border-box;
	}
	header .contents figure {
		width: 50%;
		box-sizing: border-box;
	}
	header .contents figure img {
		width: 95%;
		margin-left: 5%;
	}
	header .contents .header-text {
		width: 50%;
        box-sizing: border-box;
        padding: 0 2vw 0 0;
        justify-content: end;
	}
	header .contents .header-text p {
		font-size: 3.8vw;
		line-height: 6vw;
		font-weight: 500;
	}
	header .contents .header-text p span {
		margin: 0 2px 0 0;
	}

	.footer_dt {
		width: 100%;
		box-sizing: border-box;
	}
	footer .pmark {
		padding: 1vw;
		width: 12vw;
		border-radius: 2px;
		margin-right: 2vw;
	}
	footer p {
		line-height: 4vw;
		font-size: 2.5vw;
		height: auto;
	}
	footer .link {
		line-height: 7vw;
		font-size: 3vw;
		padding-top: 4vw;
		margin: 5vw auto;
	}


	.hand {
		width: 15vw;
		right: -50px;
	}
	.hand img {
		width: 15vw!important;
	}

	
	#container .content {
		width: 100%;
		overflow: hidden;
	}

	.dlg-box .dlg-content {
		width: 90%;
		margin-left: 5%;
		top: calc(50% - 32vw);
	}
	.dlg_backgroud {
		min-height: 150vw;
		background-size: contain;
		width: 150%;
		background-position-x: -26vw;
		background-position-y: -8vw;
	}
	.dlg-box .dlg-content .dlg-tpt img {
		width: 23vw;
		padding: 0 0 0 10vw;
	}
	.dlg-box .dlg-content .dlg-bpt {
		padding: 5vw;
	}
	.dlg-box .dlg-content .dlg-tpt p {
		padding: 6vw 10vw 6vw 3vw;
		font-size: 4vw;
		line-height: 6vw;
	}
	.dlg-box .dlg-content .dlg-bpt p {
		font-size: 4.5vw;
	}
	.dlg-box .dlg-content .dlg-bpt .btn_dlg {
		margin: 3vw auto 0 auto;
		line-height: 12vw;
		font-size: 4vw;
	}
	
	.dlg-box .dlg-content .dlg-seltpt {
		padding: 5vw 1vw;
		border-radius: 10px 10px 0 0;
		font-size: 5vw;
	}
	.dlg-box .dlg-content .dlg-selbpt {
		padding: 3vw 6vw;
		border-radius: 10px;
	}
	.dlg-box .dlg-content .dlg-selbpt .btn_dlg {
		margin: 4vw 0;
		padding: 4vw;
		font-size: 4vw;
		border: 2px solid #3b464b;
	}
	.dlg-date {
		max-width: 100%;
		padding-top: 4vw;
		margin: 0 3vw;
		font-size: 5vw;
	}
	.dlg-date span {
		font-size: 9vw;
	}

	#step1 {
		width: 90%;
	}
	#step1 h2 {
		font-size: 4.5vw;
	}
	#step1 ul.button-check li {
		width: 46%;
		margin: 0 2% 3vw;
	}

	#step2 {
		width: 90%;
	}
	#step2 h2 {
		font-size: 4.5vw;
	}

	#step3 {
		width: 90%;
	}
	#step3 h2 {
		font-size: 4.5vw;
	}
	#step3 .comment .icon {
		height: 15vw;
		width: 15vw;
	}
	#step3 .comment .textbox {
		width: 62%;
		padding: 2vw 1vw;
		font-size: 3.5vw;
	}
	#step3 .comment .textbox:after {
		border-top-width: 9px;
		border-bottom-width: 9px;
		border-left-width: 23px;
		border-right-width: 23px;
		border-width: 0px 0px 3vw 8vw;
	}


	#step4 {
		width: 90%;
	}
	#step4 h2 {
		font-size: 4.5vw;
	}
	
	#step2 .add_contents,
	#step3 .step_3_contents,
	#step4 .step_4_contents {
		background-color: #fff;
		border: solid 1px #404040;
		box-shadow: 2px 2px 10px -3px rgba(0, 0, 0, 0.6);
	}
	
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}

	.tbl_itemdetail {
		display: none;
	}

	.tbl_itemdetail th,td{
		border-bottom: 1px solid #aaa;
	}


}