@charset "UTF-8";

input[type="text"],
input[type="password"],
textarea,
select{
  font-family: noto-r,Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}

#contents {
  overflow: visible;
  clear:both;
  width:1200px;
  margin:0 auto;
}
#form-main {
  position: relative;
}

.form-contents {
  width: 870px;
  float: left;
}
.form-contents.mypage {
  width: auto;
  float: none;
}
.form-contents.confirm {
  width: auto;
  float: none;
}
.form-block {
  display: table;
  width: 100%;
  table-layout:fixed;
  background: #eaebee;
  border-bottom: 1px solid #d1d3da;
}
.form-block.first {
  border-top:none;
  margin-bottom: 0;
}
.form-block dt, .form-block dd {
  display: table-cell;
  vertical-align: middle;
  padding: 25px 24px;
}
.form-block dt {
  width: 270px;
  font-size: 17px;
  position: relative;
  font-weight: bold;
  -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}

.form-block dd {
  background: #fff;
  border-left:40px solid #ffffff;
  padding:25px 0;
	position:relative;
}
.form-block dt .sub{
    display: block;
    font-size: 13px;
    font-weight: normal;
}
.form-block dt .require {
  background: #404040;
  color: #fff;
  padding: 0 8px;
  height: 26px;
  line-height: 26px;
  font-weight: normal;
  font-size: 14px;
  display: inline-block;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -13px;
  -moz-border-radius: 2px;-webkit-border-radius: 2px;border-radius: 2px;
}
ul.inline li {
  display: inline-block;
  margin-left: 30px;
}
ul.inline.small li {
  margin-left: 15px;
}
ul.inline li:first-child {
  margin-left: 0;
}
ul.zip-list li {
  margin-left: 10px;
}
ul.zip-list span { }
ul.unstyled li {
  margin: 15px 0;
}
ul.unstyled li:first-child {
  margin-top: 0;
}
ul.unstyled li:last-child {
  margin-bottom: 0;
}
.inner-block {
  margin: 20px 0 10px 0;
}
.inner-block.top {
  margin-top: 0;
}
.inner-block .label {
  font-weight: bold;
  margin: 0 0 5px 0;
}
.inner-block .label .sub {
    font-size: 13px;
    font-weight: normal;
}
/*
	Form
*/
input[type="text"].cr-input,
input[type="password"].cr-input,
input[type="tel"].cr-input,
input[type="email"].cr-input {
  background: #fafafa;
  border: 1px solid #c0c6cc;
  color: #333;
  outline: 0;
  padding: 10px;
  line-height:1.5em;
  font-size: 17px;
  vertical-align: middle;
  -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}
textarea{-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;  background: #fafafa;
  border: 1px solid #c0c6cc;
  color: #333;
  outline: 0;
  padding: 15px 10px;
  font-size: 17px;
  vertical-align: middle;}
input[type="text"].cr-input:focus,
input[type="password"].cr-input:focus,
input[type="tel"].cr-input:focus,
input[type="email"].cr-input:focus,
textarea.cr-input:focus,textarea:focus {
  background-color: #fff;
}
input[type="text"].cr-input.danger,
input[type="password"].cr-input.danger,
input[type="tel"].cr-input.danger,
input[type="email"].cr-input.danger,
textarea.cr-input.danger {
  background: #ffdfdf;
  border-color: #ffb9b9;
  color:#ff4241;
}
textarea.cr-input {
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

input.name {
  width: 100%;
}
input.birth {
  width: 140px;
}
input.zip {
  width: 140px;
}
input.tel-s {
 width: 84px; text-align:center;
}
input.zip-s1{width: 87px; text-align:center;}
input.zip-s2{width: 97px; text-align:center;}
input.full {
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
input.small {
  width: 60px;
}
input.midium {
  width: 100px;
}
input[type="radio"], input[type="checkbox"]{
  vertical-align: text-top;
  margin-right: 10px;
}

select.danger {
  background-color: #ffdfdf;
  border-color: #ffb9b9;
}
select.full {

}
.register label {
  font-size: 16px;
  cursor: pointer;
}
::-webkit-input-placeholder {
  color: #aaa;
}
:-moz-placeholder {
  color: #aaa;
}
.placeholder {
  color: #aaa !important;
}
.text-danger {
    color: #ff5353;
}
.text-small {
    font-size: 13px;
}
.head-attention {
    padding-top: 15px;
    height: 100%;
}
.head-attention .icon {
    float: left;
    padding-top: 2px;
    font-size: 15px;
}
.head-attention .text {
    margin-left: 24px;
}

/*
	Tooltip
*/
.tooltip-parent {
  position: relative;
  display: inline-block;
}
.tooltip-parent.full {
  display: block;
}
.tooltip {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-weight: bold;
  background: #222;
  padding: 0 12px;
  color: #fff;
  height: 34px;
  line-height: 34px;
  position: absolute;
  top: -46px;
  width: 210px;
  text-align: center;
  z-index: 10;
  display: none;
}
.tooltip:after {
  content: "";
  border: 8px solid transparent;
  border-top: 8px solid #222;
  position: absolute;
  left: 20px;
  bottom: -16px;
}
.tooltip.danger {
  background: #ff5353;
}
.tooltip.danger:after {
  border-top-color: #ff5353;
}
.tooltip.name {
  left: 40px;
}
.tooltip.tt-email {
  width: 320px;
}


/*
	Reminder
*/
#remainder {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #eaebee;
  width: 272px;
  font-size: 14px;
  float: right;
  position: relative;
}
#remainder.fixed {
  position: fixed;
  top: 80px;
  left: 50%;
  margin-left: 328px;
}
#remainder .inner {
  position: relative;
}
#remainder:after {
  content: "";
  background-image:url(../img/static/arrow_03.png);
  background-repeat:no-repeat;
  background-position:left top;
  background-size:16px auto;
  position: absolute;
  left: -16px;
  top: 36px;
  width:16px;
  height:18px;
}
#remainder p {
  margin: 0;
}
#remainder p.title {
  font-size: 18px;
  line-height:1.6em;
  padding: 15px 0;
  text-align:center;
  color:#ffffff;
  background-color:#404040;
  vertical-align:middle;
  font-family:noto-b,Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}
#remainder p.title span {
  font-size:28px;
  vertical-align:-3px;
}
#remainder .before{ padding:30px;}

#remainder a i {
  margin: 0 5px 0 0;
}
#remainder ul { margin-top:15px;}
#remainder ul li a { display:block; margin-bottom:4px; height:40px; background-color:#ffffff;line-height:40px; background-image:url(../img/static/check_01.png); background-repeat:no-repeat; background-position:15px center; background-size:15px auto; padding:0 8px 0 47px;
}
#remainder ul li a:hover{ background-color:#f4f4f7;}
#remainder .after {
  margin: 10px 0 0 0;
}
#remainder .after{ padding:30px;}

.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}

.privacy-contents {
  padding: 35px 31px;
  border: 1px solid #d1d3da;
  margin-bottom: 30px;
  font-size:13px;
  line-height:1.5em;
}
.privacy-contents .pctt-ttl{ font-size:20px; padding-bottom:30px;font-family:noto-b,Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif; text-align:center;}

.btn-area {
  text-align: center;
  margin: 30px 0;
}
.submit-btn{
  width: 100%;
  height:98px;
  line-height:98px;
  border: none;
  background-color: #ff8963;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  /*  padding-right:67px;*/
  background-image: url(../img/static/arrow_right.png);
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size:11px auto;
  font-size: 27px;
  text-align: center;
  color: #FFF;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-appearance: none;
  font-family:noto-b,Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}
.submit-btn2{
  width: 40%;
  height:98px;
  line-height:98px;
  border: none;
  background-color: #ff8963;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
/*  padding-right:67px;*/
  background-image: url(../img/static/arrow_right.png);
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size:11px auto;
  font-size: 27px;
  text-align: center;
  color: #FFF;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-appearance: none;
  font-family:noto-b,Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}
.submit-btn:hover{
  background-color: #ff9d7d;
}

.danger-btn {
	width:100%;
  height: 98px;
  line-height: 98px;
  margin: 0 auto;
  border: none;
  background-color: #f13333;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-family:noto-b,Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-size: 27px;
  text-align: center;
  color: #FFF;
  cursor: not-allowed;
  /*  padding-right:67px;*/
  background-image: url(../img/static/arrow_right.png);
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size:11px auto;
}

.back-btn2 {
  width:40%;
  height: 98px;
  line-height: 98px;
  margin: 0 auto;
  border: none;
  background-color: #696969;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-family:noto-b,Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-size: 27px;
  text-align: center;
  color: #FFF;
  /*  padding-right:67px;*/
  background-image: url(../img/static/arrow_left.png);
  background-repeat: no-repeat;
  background-position: left 5% top 50%;
  background-size:11px auto;
}
.zip-btn {
  background-color: #404040;
  border-color: #404040;
  padding: 12px 16px;
  color: #fff;
  border: none;
  font-size: 14px;
  cursor: pointer;
  margin-left: 6px;
}
.input_btnarea {
  margin: 30px 120px;
}
.caps {
    font-size: 13px;
    color: #777;
    margin-top: 10px;
}
/* add1602 */
input[type="text"], input[type="tel"], input[type="email"], textarea{ -moz-border-radius:0;-webkit-border-radius:0;border-radius:0; appearance:none;-moz-appearance: none;-webkit-appearance: none;appearance: none;}
.hr_form_step{ margin:32px auto 40px auto; width:1200px; height:60px;}
.hr_form_step ul{ background-color:#eaebee; overflow:hidden; font-family:noto-b,Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif; font-size:20px; text-align:center;}
.hr_form_step ul li{ float:left; width:33.3%; line-height:60px; height:60px; position:relative; z-index:2;}
.hr_form_step ul li:nth-of-type(2):after{ content:""; display:block; position:absolute; top:0; left:-14px; width:29px; height:60px; background-image:url(../img/static/form_de_ac.png); background-repeat:no-repeat; background-position:left top; background-size:29px auto;}
.hr_form_step ul li:last-child:after{ content:""; display:block; position:absolute; top:0; left:-14px; width:29px; height:60px; background-image:url(../img/static/form_de_ac.png); background-repeat:no-repeat; background-position:left top; background-size:29px auto;}
.hr_form_step ul.step1 li:first-child, .hr_form_step ul.step2 li:nth-of-type(2), .hr_form_step ul.step3 li:last-child{ color:#ffffff; background-color:#404040;}
.hr_form_step ul.step1 li:nth-of-type(2):after{ background-image:url(../img/static/form_left_ac.png);}
.hr_form_step ul.step2 li:nth-of-type(2):after{ background-image:url(../img/static/form_right_ac.png);}
.hr_form_step ul.step2 li:last-child:after{ background-image:url(../img/static/form_left_ac.png);}
.hr_form_step ul.step3 li:last-child:after{ background-image:url(../img/static/form_right_ac.png);}
.hr_form_step ul li br{ display:none;}

.c-select1{ width:216px;}
.c-select1 select{ width:216px;}

.mail-confirm{ display:table; width:100%; margin-bottom:20px; table-layout:fixed;}
.mail-confirm .mail-conffield{ display:table-cell; vertical-align:top;}
.mail-confirm .mail-psfield{ display:table-cell; vertical-align:middle; width:50px; text-align:center;}
.mail-confirm:nth-of-type(3){ margin-bottom:0;}

textarea.full {width: 100%;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;height:370px; padding:10px;}

.cmn-checkblock{ text-align:center; margin-top:43px; font-size:18px;font-family:noto-b,Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;}
.cmn-checkblock input[type=checkbox]{appearance:none;-webkit-appearance: none; -moz-border-radius: 0;-webkit-border-radius: 0;border-radius: 0;background-color: #ffffff; border: 1px solid #9a9fae;}
.cmn-checkblock input[type=checkbox] {display: inline-block;margin-right: 16px;}
.cmn-checkblock input[type=checkbox] + label {position: relative;display: inline-block;line-height: 30px;cursor: pointer;}
.cmn-checkblock input[type=checkbox] {display: none;margin: 0;}
.cmn-checkblock input[type=checkbox] + label {padding: 0 0 0 32px;}
.cmn-checkblock input[type=checkbox] + label::before {content: "";position: absolute;top: 0;left: 0;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing:border-box;display: block;width:25px;height:25px;margin-top: 3px;background-color: #ffffff;}
.cmn-checkblock input[type=checkbox] + label::before {border: 1px solid #9a9fae;}
.cmn-checkblock input[type=checkbox]:checked + label::after {content: "";position: absolute;top: 0;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;display: block;}
.cmn-checkblock input[type=checkbox]:checked + label::after {left:0; top:3px;width:25px;height:25px; background-color:#404040;}


textarea.danger{background: #ffdfdf;border-color: #ffb9b9;}
textarea.danger:focus,textarea:focus{background: #ffffff;}
.right-small{ font-size:12px; letter-spacing:-0.05em;}

/*.name-regfield-ul{ overflow:hidden;}*/
.name-regfield-ul li{ margin-left:0 !important;}
.name-regfield-ul .name-regfieldwrapper{ display:block; float:left; width:48%;}
.name-regfield-ul .name-regfieldwrapper:last-child{ margin-left:4% !important;}
.name-regfield-ul .name-regfieldwrapper .name-regfieldblock{ display:table; width:100%;}
.name-regfield-ul .name-regfieldwrapper .name-regfieldblock .name-ttl{ display:table-cell; width:40px; vertical-align:middle;font-family:noto-b,Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;}
.name-regfield-ul .name-regfieldwrapper .name-regfieldblock .name-regfield{ display:table-cell; vertical-align:middle;}

.address-regfieldblock{ display:table; width:100%;}
.address-regfieldblock .address-ttl{ display:table-cell; width:119px; vertical-align:middle;font-family:noto-b,Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;}
.address-regfieldblock .address-ttl .sub{ font-size:12px; display:block;font-family:noto-r,Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;}
.address-regfieldblock .address-regfield{ display:table-cell; vertical-align:middle;}

/* comp */
.form-complete-adj{ margin-bottom:80px;}
.form-complete{ border:12px solid #eaebee; padding:77px 20px 70px 20px; width:1160px; margin:0 auto 64px auto; text-align:center;}
.form-complete .comp-ttl{margin-bottom:60px; line-height:1.5em; font-size:36px; font-family:noto-b,Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;}
.form-complete .comp-ttl br{ display:none;}
.form-complete .comp-dtl{ line-height:2em;}
.form-complete-totopbtn a{ display:block; width:312px; margin:0 auto; height:66px; line-height:66px; color:#ffffff; font-family:noto-b,Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif; text-align:center; font-size:20px; -moz-border-radius: 6px;-webkit-border-radius: 6px;border-radius: 6px; background-color:#404040; background-image:url(../img/static/arrow_left.png); background-repeat:no-repeat; background-position:94% center; background-size:11px auto;}
.form-complete-totopbtn a:hover{ background-color:#63d5ea;}
@media(max-width:1230px) {
  #remainder {
    display: none;
  }
  .form-contents {
    float: none;
    width: auto;
	margin:0 20px;
  }

#contents {width: auto;margin:0 auto;}

/* add */
.hr_form_step{ margin:32px 0 40px 0; width:auto;}
/* comp */
.form-complete{ width:auto; margin:0 36px 64px 36px;}

}
@media (max-width: 768px) {
.form-block {
  border-bottom: none;
}
.form-contents{margin:0;}
  .form-block dt{
    display: block;
    width: auto;
    padding: 15px 20px;
  }
  .form-block dd{
    display: block;
    width: auto;
	border-left:20px solid #ffffff;
	border-right:20px solid #ffffff;
}
  .form-block dt .sub{
    display: inline;
  }
  .btn-area {
  margin: 30px 20px;
}
  .danger-btn, .submit-btn {
    width:100%;
    height:90px;
    line-height:90px;
    font-size: 20px;
	padding-right:30px;
  }

  .input_btnarea {
    margin: 20px 20px;
  }
input.tel-s { width: 77px;}
input.zip-s1{width: 71px;}
input.zip-s2{width: 94px;}
.privacy-contents {
  margin : 0 20px 30px 20px;
}
/* add */
.hr_form_step ul{font-size:14px;}
.cmn-checkblock{ margin-top:0;}
/* comp */
.form-complete .comp-ttl br{ display:inline;}
}
@media (max-width: 560px) {
/* font */
input[type="text"], input[type="password"], textarea, input[type="text"], input[type="password"], textarea, select, .address-regfieldblock .address-ttl .sub{ font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;}
#remainder p.title, .privacy-contents .pctt-ttl, .submit-btn, .danger-btn, .hr_form_step ul, .cmn-checkblock, .name-regfield-ul .name-regfieldwrapper .name-regfieldblock .name-ttl, .address-regfieldblock .address-ttl, .form-complete .comp-ttl, .form-complete-totopbtn a{ font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif; font-weight:bold;}
.form-block dt{ font-size:17px;}
/*
	Form
*/
input[type="text"].cr-input,
input[type="password"].cr-input,
input[type="tel"].cr-input,
input[type="email"].cr-input { font-size: 16px;}

.privacy-contents {
	margin:0 20px;
  padding: 25px 15px;
  font-size:12px;
}
.privacy-contents .pctt-ttl{ font-size:18px; padding-bottom:20px;}
.submit-btn:hover{ background-color: #ff8963;}
/* add */
.hr_form_step{ margin:13px 0 31px 0; width:auto;}
.hr_form_step ul li br{ display:inline;}
.hr_form_step ul li{line-height:1.2em; height:44px; padding-top:11px;}
.hr_form_step ul li:last-child{ height:35px; padding-top:20px;}
.hr_form_step ul li:nth-of-type(2):after{ left:-10px; width:20px; height:55px; background-image:url(../img/static/form_de_ac_sp.png);background-size:20px auto;}
.hr_form_step ul li:last-child:after{ left:-10px; width:20px; height:55px; background-image:url(../img/static/form_de_ac_sp.png);background-size:20px auto;}
.hr_form_step ul.step1 li:nth-of-type(2):after{ background-image:url(../img/static/form_left_ac_sp.png);}
.hr_form_step ul.step2 li:nth-of-type(2):after{ background-image:url(../img/static/form_right_ac_sp.png);}
.hr_form_step ul.step2 li:last-child:after{ background-image:url(../img/static/form_left_ac_sp.png);}
.hr_form_step ul.step3 li:last-child:after{ background-image:url(../img/static/form_right_ac_sp.png);}

.cmn-checkblock{  margin-top:0;}

.address-regfieldblock{ display:block; width:auto;}
.address-regfieldblock .address-ttl{ display:block; width:auto;}
.address-regfieldblock .address-ttl .sub{ font-size:13px; display:inline;}
.address-regfieldblock .address-regfield{ display:block;}

/* comp */
.form-complete-adj{ margin-bottom:32px;}
.form-complete{ border:8px solid #eaebee; padding:28px 30px 25px 30px; margin:0 36px 31px 36px;}
.form-complete .comp-ttl{margin-bottom:19px; line-height:1.5em; font-size:24px;}
.form-complete .comp-dtl{ font-size:15px;text-align:left;}
.form-complete-totopbtn a{ height:60px; line-height:60px; font-size:19px;}
.form-complete-totopbtn a:hover{ background-color:#404040;}
}
@media screen and (max-width: 374px) {
/* comp */
.form-complete{ padding:28px 15px 25px 15px; margin:0 15px 31px 15px;}
}

/*20260501追記*/
footer,
[role="contentinfo"] {
  background: #f5f5f5;
  padding: 0;
  height: auto;
  overflow: visible;
}

#footer-renewed-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", Meiryo, sans-serif;
}

.fr-row {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fr-links {
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.fr-links a {
  color: #555555;
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 0.03em;
  transition: color 0.2s ease;
}

.fr-links a:hover {
  color: #111111;
  text-decoration: underline;
}

.fr-logo-img {
  max-height: 48px;
  width: auto;
  display: block;
}

.fr-copyright p {
  font-size: 11px;
  color: #888888;
  letter-spacing: 0.04em;
  margin: 0;
}
