@charset "utf-8";
/*ヘッダーhober関連*/
.business-mobile #header a {
  color: #333333;
  text-decoration: none;
}
.business-mobile #header .logo img {
  width: auto;
}
.business-mobile #header .logo a:hover {
  transition: all 0.3s;
}
.business-mobile #header .logo a:hover {
  opacity: 0.6;
}
/*フォーム*/
h2.refe_error{
  padding: 1em 2em 10px;
  font-weight: bold;
  font-size: 2.0rem;
}
p.refe_error{
  padding: 0em 4em;
  font-weight: normal;
  font-size: 1.0rem;
}
::-webkit-input-placeholder {
 color: #bbb;
}
:-moz-placeholder {
 color: #bbb;
}
:-ms-placeholder {
 color: #bbb;
}
input[type="checkbox"] {
	vertical-align: middle;
}
textarea {
	background-color: #FFFFFF;
	/*border: 2px solid #eee;*/
  border: 1px solid #7d7d7d;
  border-radius: 3px 3px 3px 3px;
	display: inline-block;
	outline: 0 none;
	padding: 4px;
/*	width: 470px;
	height: 120px;*/
	font-size: 100%;
	font-family: "Noto Sans Japanese", sans-serif;
	margin-bottom: 5px;
  width: 100%;
  height: 120px;
}
input,textarea,select{
  font-family: "Noto Sans Japanese", sans-serif;
  font-size: 14px;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
}
input[type="reset"]:focus, input[type="submit"]:focus {
	outline:0;
}
option{
padding: 0;
}
.back {
	background-color: #F5F5F5;
	border: 1px solid #CCCCCC;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 1px 1px #D2D2D2, 2px 2px #FFFFFF inset;
	color: #FFFFFF;
	font-size: 138.5%;
	font-weight: bold;
	padding: 13px 35px;
	text-decoration: none;
	text-shadow: 0 1px 1px #FFFFFF;
	height: auto;
}
.submit {
	background-color: #002896;
  /* background-image: linear-gradient(to right, #002896, #00183a); */
	border: 1px solid #002896;
	border-radius: 3px 3px 3px 3px;
	/*box-shadow: 0 2px 2px #2f5992, 1px 1px rgba(255, 255, 255, 0.6) inset;*/
	color: #FFFFFF;
	font-size: 138.5%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 1px #4F2F10;
	height: auto;
	margin-right: 10px;
	padding-top: 13px;
	padding-right: 50px;
	padding-bottom: 13px;
	padding-left: 50px;
}
.recapsubmit {
	opacity: 0.3;
	cursor: default!important;
	background-color: #134999;
	/* background-image: linear-gradient(to bottom, #486ab3, #054192); */
	border: 1px solid #054192;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 2px 2px #2f5992, 1px 1px rgba(255, 255, 255, 0.6) inset;
	color: #FFFFFF;
	font-size: 138.5%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 1px #4F2F10;
	height: auto;
	margin-right: 10px;
	padding-top: 13px;
	padding-right: 50px;
	padding-bottom: 13px;
	padding-left: 50px;
}
.oksubmit {
	opacity: 1;
	cursor: pointer!important;
}
/*フォントサイズ調整*/
#wrap{
  font-size: 14px;
}
/*バリデーション*/

.form_error {
	margin: 0;
	color: #EC5151;
	font-weight: bold;
	font-size: 93%;
}
.error_area {
	border-color: #EC5151!important;
	background: #fff2f2!important;
}

* {
  box-sizing: border-box;
}
.pc_hide{
  display: none;
}
.sp_hide{
  display: block;
}
.service_text{
  font-weight: normal;
  white-space: normal;
  display: block;
  padding-top: 4px;
  line-height: 1.2em;
}
#header .h1head {
  background: #002896;
  padding: 5px 0;
}
h1 {
  color: #fff;
  font-size: 28px;
  font-weight:normal;
  width: 1120px;
  margin: 0 auto;
}
.formGrid{
  max-width: calc(909px + 48px);
  padding: 0 24px;
  margin: 45px auto 0;
  text-align: center;
}
.formGrid h2{
  color: #002896;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
.formGrid .txt1{
  margin-bottom: 30px;
  font-size: 16px;
}
.formGrid h3{
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  grid-row:4/5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column:1/2;
  font-size: 16px;
  border-bottom: 1px solid #000;
}
.formGrid h4 {
  font-size: 14px;
  text-align: left;
}
.formGrid .gray_box {
  text-align: left;
  background-color: #fff;
  border: none;
  margin-top: 5px;
  margin-bottom: 40px !important;
  padding: 0;
  line-height: 1.5;
  font-size: 14px;
}
.formGrid .privacyTxt{
  -ms-grid-row: 5;
  -ms-grid-row-span: 1;
  grid-row:5/6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column:1/2;
  text-align: left;
}
.formWrap #last_name,
.formWrap #first_name{
  width: 100%;
  max-width: 207px;
}
.formWrap #last_name-kana,
.formWrap #first_name-kana {
  width: 100%;
  max-width: 193px;
  margin-top: 8px;
}
.formWrap .harf_number,
.formWrap #zipnum,
.formWrap select[name="state"]{
  /* width: 100%; */
  max-width: 238px;
}
.formWrap{
  background: #EFF4F7;
  text-align: left;
}
.formWrap div.item:first-of-type{
  margin-bottom: 30px;
}
.formWrap form > div{
  padding: 34px 73px 0;
  margin-bottom: calc(74px - 45px);
}
.formWrap div.item{
  display: flex;
  position: relative;
  margin-bottom: 16px;
  padding-left: 65px;
}

.formWrap div.item span.block{
  display: block;
}
.formWrap div.item span.block.text13{
margin-top: 3px;
}


.formWrap div.line2{
  line-height: 1.2em;
}
.formWrap .service_link{
  position: relative;
  text-decoration: underline;
  margin-top: 10px;
  display: inline-block;
  font-size: 13px;
}
.formWrap .service_link::after{
	position: absolute;
	top: 50%;
	right: -12px;
	transform: translateY(-50%);
	height: 8px;
	width: 8px;
	content: '';
	background-image: url(/common/img/servicenavi/ico_arrow.svg);
	background-size: contain;
	background-repeat: no-repeat;
}
.formWrap div.item > div:first-of-type{
  width: calc(115px + 74px);
  line-height: 1.3;
}
.formWrap .radio_required{
  display: flex;
  flex-wrap: wrap;
}
.formWrap .radio_required div{
  color: #002896;
  border-bottom: 1px solid #7D7D7D;
  width: 100%;
  margin-bottom: 8px;
}
.formWrap .radio_required div:not(:first-of-type){
  margin-top: 25px;
  margin-bottom: 5px;
  padding-bottom: 3px;
}
.formWrap div.item > div:nth-of-type(2){
  width: 100%;
  max-width: 500px;
  /*margin-left: 74px;*/
}
.formWrap .item::before{
  content: '任意';
  position: absolute;
  left: 5px;
  top:0;
  color: #666666;
  border: 1px solid #666666;
  font-size: 12px;
  background: #fff;
  border-radius: 15px;
  float: none;
  width: auto;
  line-height: 1em;
  padding: 4px 8px;
  display: inline-block;
}
.formWrap .btnWrap{
  text-align: center;
  background-color: #fff;
  margin-top: 35px;
}

.btnWrap .btnBox{
  margin-top: 30px;
  padding: 0 35px;
  display: flex;
  justify-content: center;
}


.formWrap .required.item::before{
  content: '必須';
  border: 1px solid #bf0000;
  color: #bf0000;
  font-size: 13px;
}
.back, .submit {
  border-radius: 30px;
  box-shadow: none;
  font-size: 18px;
  font-weight: bold;
  width: 210px !important;
  margin-right: 10px !important;
  margin-left: 10px !important;
}
.back {
  background: #A3ACB4;
  border: 1px solid #A3ACB4;
}

.formWrap .btnWrap .btnBox .back, .formWrap .btnWrap .btnBox .submit, .confirmWrap .back{
  margin-right:0;
}

.confirmWrap .btnWrap .btnBox{
  justify-content: center;
}
.confirmWrap .btnWrap .btnBox .back {
  margin-right: 15px;
}

@media screen and (max-width: 768px) {
  .confirmWrap .btnWrap .btnBox{
    justify-content: space-between;
  }
  .confirmWrap .btnWrap .btnBox .back {
    margin-right: 0;
  }
  .formWrap div.item span.block{
    display: block;
    line-height: 1;
  }

}



input, select {
  height: 37px;
  border-radius: 2px;
  border: 1px solid #7d7d7d;
  width: 100%;
  padding-left: 8px;
}
input[type="text"]:focus {
  background-color: rgb(242,249,255);
  border: 1px solid #0079f7;
  outline: none;
}
input[type="radio"], input[type="reset"], input[type="submit"] {
  width: auto;
}
input[type=radio],
input[type=checkbox] {
  display: none;
}
::-webkit-input-placeholder {
  color: #bbb;
  font-weight: normal;
 }
 :-moz-placeholder {
  color: #bbb;
  font-weight: normal;
 }
 :-ms-placeholder {
  color: #bbb;
  font-weight: normal;
 }


select {
	width: 325px;
  padding: 1px 1px 1px 8px;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
select::-ms-expand {
    display: none;
}
.select_required{
	position: relative;
}
.select_required select{
	border: 1px solid #7d7d7d;
	border-radius: 2px;
	background: #ffffff;
}
.select_required{
  position: relative;
}
.radio_required input:checked + label:after{
  content: '';
  color: blue;
  width: 9px;
  height: 9px;
  position: absolute;
  top: 10px;
  left: 4px;
  background-color: #002896;
  border-radius: 7px;
}
.radio_required label {
  font-size: 14px;
  line-height: 1;
  position: relative;
  display: block;
  overflow: hidden;
  padding: 7px 0 3px 23px;
  cursor: pointer;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 45%;
  font-weight: normal;
}
.radio_required div + input + label,
.radio_required div + input + label + input + label + input + label,
.radio_required div + input + label + input + label + input + label + input + label + input + label,
.radio_required div + input + label + input + label + input + label + input + label + input + label + input + label + input + label {
  margin-left: 8px;
  width: calc(55% - 8px);
}
.radio_required label:before {
  position: absolute;
  top: 6px;
  left: 0;
  width: 15px;
  height: 15px;
  content: '';
  border: 1px solid #aaaaaa;
  background: #fff;
  border-radius: 50%;
}
.radio_required input:disabled + label {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.5);
  background: #efefef;
}
.radio_required input:disabled + label:hover {
  border-color: rgba(0, 0, 0, 0.1);
}
.radio_required input:disabled + label:before {
  border-color: #ffffff;
}
.check_required label:focus:before,
.check_required label:hover:before,
.check_required label:active:before,
.check_required input:checked + label:before {
	border-color: #3b99fc;
	background: #ffffff;
}
.check_required label {
	font-size: 1em;
	line-height: 1;
	position: relative;
	display: block;
	overflow: hidden;
  padding: 7px 0 7px 20px;
	cursor: pointer;
	-webkit-transition: all 0.15s ease;
	        transition: all 0.15s ease;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.check_required label:before {
	position: absolute;
  top: 6px;
  left: 0;
	width: 15px;
	height: 15px;
	content: '';
  border: 1px solid #aaaaaa;
  background: #fff;
  border-radius: 3px;
}
.check_required input:checked + label:before {
	border-color: #3b99fc;
	background: #3b99fc;
}
.check_required input:checked + label::after{
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 15px;
    height: 9px;
    margin-top: -9px;
    top: 60%;
    left: 2px;
    transform: rotate(-45deg);
    border-bottom: 3px solid;
    border-left: 3px solid;
    border-color:  #fff;
}

/*エラー*/
.error_ms,.error_pms{display: none;}
.error .error_ms,.error .error_pms{display: block;color: #dd6868;font-weight: bold;margin: 0;font-size: .8em;}

input.error,select.error,textarea.error{
  background: #ffe1e0;
  border: 1px solid #bf0000 !important;
  font-weight: normal;
}

.zip.error{
  width: 100% !important;
}
.radio_required.error label::before,
.check_required.error label::before{
  border: 1px solid #bf0000;
  background: #ffe1e0;
}
/*確認画面*/
.confirmWrap{
  width: 100%;
  max-width: 1120px;
  margin: 30px auto;
  text-align: center;
}
.confirmWrap h2{
  color: #002896;
  font-size: 24px;
}
.confirmWrap h3{
  font-size: 20px;
}
.confirmWrap form{
  margin: 15px auto 0;
  max-width: 700px;
}
.confirmWrap .item{
  display: flex;
  border-left: 1px solid #c1c2c2;
  border-right: 1px solid #c1c2c2;
  border-top: 1px solid #c1c2c2;
  text-align: left;
}
.confirmWrap form > div:nth-last-of-type(2){
  border-bottom: 1px solid #c1c2c2;
  margin-bottom: 30px;
}
.confirmWrap #kou,
.confirmWrap #kou2{
  background:#f1f3f2;
  padding: 10px 10px 10px 10px;
  width: 190px;
}
.confirmWrap #kou + div,
.confirmWrap #kou2 + div{
  padding: 10px 10px 10px 10px;
  max-width: 510px;
}
.confirmWrap .back{
  background:#f1f3f2;
  color: #000;
}

/**/
.formWrap .keiyaku_no_c .nowrap{
  white-space: nowrap;
}
.formWrap .keiyaku_no_c input{
  max-width: calc(238px - 1.2em);
  margin-left: 0.5em;
}
.formWrap .nameWrap .nowrap{
  white-space: nowrap;
}
.formWrap .nameWrap{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  gap: 8px;
}
.formWrap .nameWrap .error_ms{
  padding-left: 2.5em;
}
.formWrap .nameWrap span:first-of-type{
  grid-area: 1 / 1 / 2 / 2;
  width: 100%;
}
.formWrap .nameWrap span:last-of-type{
  grid-area: 1 / 2 / 2 / 3;
  width: 100%;
}
.formWrap .nameWrap span input#last_name,
.formWrap .nameWrap span input#first_name{
  max-width: 214px;
  width: calc(100% - 2em);
}
.email2{
  text-align: right;
  width: 100%;
  padding-right: 2em;
  display: block;
}
/*フッター*/
#footer {
  padding: 10px 2.5vw;
  background: #002896;
  color: #fff;
  font-size: 0.7vw;
  margin-top: 45px;
}
#footer a{
  color: #fff;
}
#footer ul {
  display: flex;
  justify-content: center;
  margin: 15px 0 20px;
}
#footer li {
  font-size: 15px;
  padding-left: 1em;
}
#footer li:not(:last-of-type)::after {
  content: '　|';
}
#footer .footerBottom {
  border-top: 1px solid #fff;
  padding: 0.8vw 0 0.6vw;
  font-size: 12px;
}
#footer .footerBottom p {
  margin: 0;
}
#footer li a[target="_blank"]::after {
  content: url(/toiawase/common/img/ico_link.svg);
  margin-left: 5px;
  filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);
}
/*-sp-*/
@media screen and (max-width: 768px) {
  .pc_hide{
    display: block;
  }
  .sp_hide{
    display: none;
  }

  #wrap {
    overflow-x: hidden;
  }
  #header .top{
    padding-left: 20px;
  }
  h1{
    width: 100%;
    padding-left: 20px;
    font-size: 26px;
  }
  .formGrid{
    max-width: 600px;
    margin: 20px auto 0;
  }
  .formGrid h2{
     font-size: 20px;
  }
  .formGrid img.img1{
    display: none;
  }
  .formGrid .txt1{
    text-align: left;
    margin-bottom: 20px;
  }
  .formGrid h3{
    width: 90%;
    margin: 0 auto;
    padding-bottom:20px;
  }
  .formGrid .privacyTxt{
    text-align: left;
    padding: 0 20px;
  }
  .formWrap{
    text-align: left;
    margin-left: 0;
  }
  .radio_required label{
    width: 100% !important;
    margin-left: 0 !important;
  }
  .formWrap #last_name{
    margin-right: 0 !important;
  }
  .formWrap #last_name,
  .formWrap #first_name{
    max-width: none;
    /*width: 93%;*/
  }
  .formWrap .keiyaku_no_c input{
    max-width: calc(100% - 1.2em);
  }
  .formWrap .nameWrap span input#last_name{
    margin-bottom: 0;
  }
  .widthlong{
    width: auto !important;
  }
  .email2{
    text-align: left;
    display: contents;
  }
  .formWrap .harf_number,
  .formWrap #zipnum,
  .formWrap select[name="state"]{
    max-width: none;
  }
  .formWrap form > div{
    padding: 15px;
    margin-bottom: 0;
  }
  .formWrap div.item{
    flex-direction: column;
    line-height: 2.3em;
    padding: 0 15px 0 60px;
  }
  .formWrap div.item > div.sp_width100:first-of-type{
    width: 100%;
  }
  .formWrap div.item div:nth-of-type(2){
    width: 100%;
    height: auto;
    margin-left: 0;
  }
  .formWrap div.essential,
  .formWrap div.optional{
    position: absolute;
    right: 35px;
  }
  .formWrap .btnWrap{
    margin-top: 0;
  }
  .formWrap .btnWrap p{
    padding: 0 25px;
    text-align: left;
  }
  .back, .submit {
    border-radius: 30px;
    box-shadow: none;
    font-size: 16px;
    font-weight: normal;
    width: 48% !important;
    padding-left: 0;
    padding-right: 0;
  }
  input, select{
    height: 34px;
  }
  select,textarea{
    width: 100%;
  }
  .select_required::before{
    top:1.2em;
  }
  .btnWrap .btnBox{
    padding: 0 10px;
  }
  .formWrap .service_link{
    margin-bottom: 20px;
  }
  .formWrap .radio_required div:not(:first-of-type){
    margin-top: 15px;
  }
  .radio_required label{
    white-space: normal;
  }

  .formWrap #last_name-kana,
  .formWrap #first_name-kana {
    max-width: 100%;
    margin-top: 1px;
  }
/*確認画面*/
.confirmWrap{
  padding: 0 10px;
  margin-top: 20px;
}
.confirmWrap h2{
  color: #002896;
  font-size: 20px;
}
.confirmWrap h3{
  font-size: 18px;
}
.confirmWrap .item{
  flex-direction: column;
}
.confirmWrap #kou,
.confirmWrap #kou2{
  padding: 5px 5px 5px 10px;
  width: 100%;
}
.confirmWrap #kou + div,
.confirmWrap #kou2 + div{
  padding: 5px 5px 5px 1em;
  max-width: none;
}
  #footer{
    margin-top: 20px;
  }
  #footer ul {
    flex-direction: column;
  }
  #footer li {
    font-size: 15px;
    padding-left: 1em;
    padding-bottom: 5px;
  }
  #footer li:not(:last-of-type)::after {
    content: none;
  }
  #footer .footerBottom{
    padding: 3vw 0 1.5vw;
  }




  .formWrap .item::before {
    left:5px;
    font-size: 10px;
    top: 8px;
  }
  .formWrap .required.item::before {
    left:5px;
    font-size: 10px;
  }

  input[type=button]{
    border-radius: 30px;
    box-shadow: none;
    font-size: 16px;
    font-weight: normal;
    width: 45% !important;
    padding-left: 0;
    padding-right: 0;
    cursor: pointer;
    margin-right: 0;
    background: #fff;
    border: 1px solid #fff;
        padding: 13px 5px;
    text-decoration: none;
    text-shadow: 0 1px 1px #FFFFFF;
    height: auto;
    color: #666666;
    display: block;
    text-align: center;
    -webkit-appearance: none;
  }
}

/* 20230512追記 */
/* メインビジュアル */
.mainvisual {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 30%;
}
.mainvisual > img {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.mainvisual-txt-box {
  position: absolute;
  top: 55%;
  left: 0;
  transform: translateY(-50%);
  background: rgba(255,255,255,0.6);
  backdrop-filter: blur(5px);
  padding: 20px 30px;
}
.mainvisual-txt-h2 {
  margin-bottom: 12px;
}
.mainvisual-txt-h2 + div {
  text-align: left;
}

/* テーブル関連 */
.list-disc {
  list-style: disc;
  margin-left: 2em;
}
.table-normal {
  border: 1px solid #99A2AB;
  border-collapse: collapse;
  background-color: #fff;
  width: 100%;
}
.table-normal th {
  width: 22%;
  min-width: auto;
  max-width: 200px;
  text-align: center;
  padding: 10px;
  border: 1px solid #99A2AB;
  background-color: #D3DDE6;
  vertical-align: middle;
}
.table-normal td {
  border: 1px solid #99A2AB;
  padding: 10px;
}

#last_name-kana, #first_name-kana {
  max-width: 193px;
}

@media screen and (max-width: 768px) {
  .mainvisual {
    position: static;
    padding-top: 0;
    margin-bottom: 30px;
    background-color: #EFF4F7;
  }
  .mainvisual > img{
    position: static;
    transform: none;
  }
  .mainvisual-txt-box{
    position: static;
    transform: none;
    background: none;
  }
  .mainvisual-txt-h2{
    text-align: left !important;
  }
    #last_name-kana, #first_name-kana {
    max-width: inherit;
  }
}
@media screen and (max-width: 500px) {
  .table-normal th {
    min-width: auto;
    max-width: 100%;
    display: block;
    width: 100%;
  }
  .table-normal tr:not(:first-of-type) th{
    text-align: center;
    padding: 10px 0;
    vertical-align: top;
  }
  .table-normal tr:not(:first-of-type) th span{
/*    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;  */
  }
  .table-normal td{
    word-wrap: break-word;
    /*max-width: 270px;*/
    display: block;
    width: 100%;
    word-break: break-all;
  }

}
/* 20240729追記　セレクトボックスに矢印 */
.select-box {
  display: block;
  position: relative;
  width: fit-content;
}
.select-box::after {
  position: absolute;
  right: 15px;
  top: 16px;
  width: 10px;
  height: 7px;
  background-color: #535353;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: '';
  pointer-events: none;
}
.error .select-box {
  margin-bottom: 20px;
}
.select-box.error {
  margin-bottom: 20px;
}
.select-box .error_ms {
  position: absolute;
}
div:has(>.name-separate) {
  display: flex;
}
.name-separate {
  display: flex;
  align-items: center;
  width: 50%;
}
.name-separate.error {
  margin-bottom: 20px;
  position: relative;
}
.name-separate.error .error_ms {
  position: absolute;
  top: 100%;
}
@media screen and (max-width:768px) {
  .select-box {
    width: 100%;
  }
  div:has(>.name-separate) {
    display: block;
  }
  .name-separate {
    width: 100%;
    display: block;
  }
  .select-box select {
    padding-right: 2em;
  }
  .select-box.error {
    margin-bottom: 20px;
  }
}