@charset "utf-8";

.wrap {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#icj-main {
  flex: 1;
}

/*-------------------- [r_inquiry_table_wrapper] --------------------*/
.r_inquiry_table_wrapper {
  border: 1px solid #dcdddd;
  background: #ffffff;
}
.r_inquiry_table {
  width: 663px;
  border-collapse: collapse;
  background: #ffffff;
  border: 1px solid #ffffff;
  line-height: 1.2;
}
.form-page .r_inquiry_table.s12 {
  line-height: 150%;
}

.r_inquiry_table tr{
    border-bottom: 1px solid #dcdddd;
}
.r_inquiry_table th {
  background: #404040;
  color: #ffffff;
  font-weight: normal;
  /*width:194px;*/
  width: 158px;
  padding: 18px 18px 17px;
  vertical-align: middle;
  text-align: left;
}
.r_inquiry_table td {
  width: 436px;
  padding: 15px 18px;
  background: #ffffff;
  color: #28303a;
}
.r_inquiry_table .lastItem th,
.r_inquiry_table .lastItem td {
  border-bottom: none;
}
.r_inquiry_table input {
  margin: 0 0 0.3em;
}
.r_inquiry_table input.mbottom010 {
}

.r_inquiry_table .r_ir01 {
  width: 11em;
  display: inline-block;
  margin-bottom: 15px;
}
.r_inquiry_table .r_ir02 {
  display: inline-block;
  margin-bottom: 10px;
}
.r_inquiry_table .r_box_full {
  width: 429px;
}

/*-------------------- [r_inquiry_textboxcontainer] --------------------*/
.r_inquiry_textboxcontainer {
  background: #ffffff;
  border: 1px solid #dcdddd;
  padding: 10px 19px 19px;
  width: 626px;
}
.r_inquiry_textboxcontainer p.font_big {
  font-size: 18px;
  font-weight: bold;
}

.r_inquiry_textboxcontainer .r_inquiry_sectionlead {
  font-weight: bold;
  margin-bottom: 12px;
}

h3.r_inquiry_sectionlead {
  padding-bottom: 12px;
  border-bottom: 1px solid #dcdddd;
}
.r_inquiry_submit_block {
  text-align: center;
}
.r_inquiry_submit_block .r_inquiry_sectionlead {
  font-weight: bold;
  margin-bottom: 12px;
}

.r_inquiry_textboxcontainer h3.r_inquiry_sectionlead {
  border-bottom: 1px solid #dcdddd;
}
.r_inquiry_textboxcontainer .r_box_full {
  width: 622px;
}

.r_link_tr01 {
  text-align: right;
}
.r_link_tr01 a {
  background: url(../img/bull01.gif) 0px 4px no-repeat;
  padding-left: 8px;
  color: #000000;
}

.r_inquiry_textboxcontainer .r_li_redbul {
  margin: 0;
  padding: 0;
}
.r_inquiry_textboxcontainer .r_li_redbul li {
  margin-top: 0;
  list-style: none;
  background: url(../plan/img/page_contents_bul01.gif) 0 6px no-repeat;
  padding-left: 19px;
}

/*-------------------- [errormess] --------------------*/
.errormess {
  font-weight: bold;
  color: #e34020;
  font-size: 18px;
}

/*-------------------- [body.col2] --------------------*/
body.col2 #icj-contArea.form-page {
  margin: 0 auto;
  padding: 0;
  width: auto;
  background: #f6f5f2;
}
body.col2 .form-page #icj-mainArea {
  float: none;
  max-width: 960px;
  margin: 0 auto;
}

/*-------------------- [table] --------------------*/
.form-page .r_inquiry_table_wrapper {
  border: none;
}
.form-page .r_inquiry_table th {
  background: #fff;
  color: #28303a;
  font-weight: normal;
  font-size: 18px;
  padding: 18px 10px 18px 0;
  vertical-align: top;
  text-align: left;
  width: 244px;
  line-height: 1.8;
  white-space: nowrap;
}
.form-page .r_inquiry_table th.multi {
  line-height: 1.4;
}

.form-page .r_inquiry_table td {
  width: auto;
  padding: 18px 0 8px;
  vertical-align: middle;
}

.form-page .r_inquiry_table th.required,
.form-page .r_inquiry_table th.required span {
  color: #e88b05;
}

.form-page .r_inquiry_table {
  width: 100%;
  font-size: 18px;
  border: none;
}


/*-------------------- [form-content] --------------------*/
.form-page .form-content {
  background: #fff;
  margin-bottom: 30px;
  padding: 50px;
  position: relative;
  word-break: break-word;
}

.form-page .form-content:before {
  content: "";
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  width: 60px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
}

.form-page .form-content:after {
  content: "";
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  width: 60px;
  height: 30px;
  position: absolute;
  bottom: 0;
  right: 0;
}

/*-------------------- [input & textarea & select] --------------------*/
.form-page input[type="text"],
.form-page input[type="password"],
.form-page input[type="tel"],
.form-page input[type="num"],
.form-page input[type="number"],
.form-page input[type="mail"] {
  font-size: 18px;
  border: 1px solid #e8e8e8;
  background: #f2f2f2;
  margin-bottom: 10px;
  padding: 0 4px;
  height: 34px;
}

.form-page textarea {
  font-size: 18px;
  border: 1px solid #e8e8e8;
  background: #f2f2f2;
}

.form-page select {
  font-size: 18px;
  border: 1px solid #e8e8e8;
  margin-bottom: 10px;
  padding: 0 40px 0 8px;
  height: 34px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-page select::-ms-expand {
  display: none;
}
.form-page textarea {
  margin-bottom: 10px;
}
.textarea__opinion {
  width: 860px;
}

.form-page input[type="text"].input__100__sp--name {
  margin-right: 20px;
  margin-left: 8px;
}
.form-page input[type="text"].input__100__sp--name.right {
  margin-right: 0;
}

.form-page .custom-radio {
  margin-bottom: 10px;
  display: inline-block;
}
.form-page .custom-radio > input[type="radio"] {
  display: none;
}
.form-page .custom-radio > input[type="radio"] + span {
  position: relative;
  padding: 0 20px 0 33px;
}
.form-page .custom-radio > input[type="radio"] + span:before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #e8e8e8;
  background: #f2f2f2;
  border-radius: 50%;
}
.form-page .custom-radio > input[type="radio"]:checked + span:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 7px;
  width: 10px;
  height: 10px;
  background: #e88b05;
  border-radius: 50%;
}
.form-page .custom-radio > input[type="checkbox"] {
  display: none;
}
.form-page .custom-radio > input[type="checkbox"] + span {
  position: relative;
  padding: 0 20px 0 33px;
}
.form-page .custom-radio > input[type="checkbox"] + span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #e8e8e8;
  background: #f2f2f2;
  border-radius: 5px;
}
.form-page .custom-radio > input[type="checkbox"]:checked + span:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 8px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #e88b05;
  border-right: 3px solid #e88b05;
}
.form-page .custom-radio span.pleft008.pright012.s16.ppagree {
  color: #eb9c2a;
}
.form-page .custom-radio span,
.form-page .r_textText {
  font-size: 16px;
}

.form-page .page-contentsbg-area {
  padding: 0;
  background: none;
}

.select-wrap{
  display: inline-block;
  position: relative;
}

.select-wrap select{
  cursor: pointer;
  font-size: 16px;
  color: #666666;
  padding: 0 94px 0 8px;
}

.select-wrap:after{
  display: block;
  content: '';
  width: 1px;
  height: 34px;
  background: #e8e8e8;
  position: absolute;
  right: 29px;
  top: -10px;
  bottom: 0;
  margin: auto;
}

.select-wrap:before{
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid #e88b05;
  position: absolute;
  right: 8px;
  top: -10px;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  pointer-events: none;
}

.form-page .r_inquiry_table .plan,
.form-page .r_inquiry_table .plan{
  padding: 30px 0;
}

.check-list{
  font-size: 16px;
  color: #222222;
}

.check-list li{
  margin-top: 8px;
}

.hasDatepicker{
  font-size: 16px;
  color: #666666;
}

/*-------------------- [button] --------------------*/
.form-page .button {
  position: relative;
  border: none;
  margin: 0 5px;
  border-radius: 50px;
  color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  font-size: 18px;
  min-width: 320px;
  height: 80px;
  cursor: pointer;
  box-sizing: border-box!important;
  background: #eb9c2a;
  background: -moz-linear-gradient(top, #eb9c2a 0%, #e88b05 100%);
  background: -webkit-linear-gradient(top, #eb9c2a 0%, #e88b05 100%);
  background: linear-gradient(to bottom, #eb9c2a 0%, #e88b05 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb9c2a', endColorstr='#e88b05',GradientType=0 );
  transition: all ease 0.3s;
}

.form-page .button:hover {
  opacity: 0.85;
}

.form-page .button.arrow-back:after {
  content: url(/assets/img/form/arrow-left.png);
  display: block;
  position: absolute;
  top: 50%;
  left: 15px;
  right: auto;
  margin-top: -13px;
}

.form-page .button:after {
  content: url(/assets/img/form/arrow-right.png);
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -13px;
}

.form-page .button.arrow-back {
  color: white;
  background: #858585;
}

/*-------------------- [pca-title] --------------------*/
.form-page .pca-title {
  margin: 0;
  padding-bottom: 20px;
  font-size: 28px;
  font-weight: normal;
  position: relative;
}

/*-------------------- [require-notice] --------------------*/
.form-page .require-notice {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  color: #333333;
}

.form-page .require-notice i {
  color: #e88b05;
  font-style: normal;
}

/*-------------------- [r_inquiry_textboxcontainer] --------------------*/
.form-page .r_inquiry_textboxcontainer {
  width: auto;
  padding: 0;
  padding-bottom: 10px;
  border: none;
  background: none;
  font-size: 14px;
  font-weight: normal;
}

.form-page .r_inquiry_textboxcontainer h3.r_inquiry_sectionlead {
  margin-bottom: 0;
  border-bottom: none;
}

.form-page .r_inquiry_textboxcontainer span {
  line-height: 180%;
  margin-bottom: 10px;
  display: block;
}

#icj-main .form-page .r_inquiry_textboxcontainer .r_link_tr01 a {
  text-decoration: none;
  background: none;
  color: #185463;
  font-size: 14px;
  font-weight: bold;
}

.form-page .r_inquiry_textboxcontainer .r_link_tr01 a:after {
  content: ">";
  vertical-align: top;
  margin-left: 5px;
}

.quetion{
  color: #28303a;
}

.quetion span{
  font-size: 12px;
}

/*-------------------- [r_inquiry_sectionlead] --------------------*/
.form-page .r_inquiry_sectionlead {
  font-size: 18px;
  font-weight: normal;
  color: #eb9c2a;
}

.form-page h3.r_inquiry_sectionlead {
  font-size: 16px;
  font-weight: normal;
  color: #333;
}

.form-page h3.r_inquiry_sectionlead + p {
  font-size: 14px;
  line-height: 150%;
}

.form-page .r_inquiry_sectionlead textarea {
  margin-top: 10px;
  width: 100%;
}

/*-------------------- [mvArea] --------------------*/
#icj-titleArea .title {
  font-size: 20px;
}

.form-page #mvArea {
  background: #fff;
}

.form-page #mvArea > div {
  padding: 50px 0;
  max-width: 960px;
  margin: 0 auto;
}

.form-page #mvArea .mv-title {
  font-size: 28px;
  font-weight: normal;
  margin-bottom: 18px;
  max-width: 960px;
  margin: 0 auto;
}
.form-page #mvArea .mv-sub-title {
  font-size: 28px;
  line-height: 150%;
  padding-bottom: 15px;
  max-width: 960px;
  margin: 0 auto;
}

.mv-sub-title-wrap{
  margin-right: 15px;
  width: calc( 100% - 365px);
}


.form-page #mvArea .dashed-title:before {
  content: "";
  width: 30px;
  height: 1px;
  background: #000;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.form-page #mvArea .notice {
  font-size: 14px;
  font-weight: normal;
  line-height: 150%;
  max-width: 960px;
  margin: 0 auto;
  padding-top: 8px;
}

/*-------------------- [subtitleArea] --------------------*/
.form-page #subtitleArea {
  margin-bottom: 30px;
}

.form-page #subtitleArea > div {
  max-width: 960px;
  padding: 35px 0 0;
  margin: 0 auto;
  font-weight: normal;
}

.form-page #subtitleArea .dashed-title {
  position: relative;
  font-size: 28px;
  font-weight: normal;
}

.form-page #subtitleArea .dashed-title > div{
  vertical-align: middle;
  display: inline-block;
}

.form-page #subtitleArea .dashed-title span{
  font-size: 20px;
}

.form-page #subtitleArea .dashed-title:before {
  content: "";
  width: 30px;
  height: 1px;
  background: #000;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.form-page #subtitleArea .notice {
  font-size: 14px;
  font-weight: normal;
  line-height: 150%;
  max-width: 960px;
  margin: 0 auto;
  padding: 8px 0 0 46px;
}


/*-------------------- [privacy] --------------------*/
.privacy-agree {
  font-size: 18px;
  margin: 10px 0 40px 0;
}

.privacy-notice {
  margin-left: 20px;
  padding: 20px;
  border: 1px solid #e8e8e8;
}

.privacy-notice > span.strong {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

.privacy__detailLink a{
  display: inline-block;
}

.privacy__detailLink a:hover{
  opacity: 0.7;
}

/*-------------------- [inquiry-complete] --------------------*/
.inquiry-complete {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
  text-align: center;
}

.inquiry-complete .msg{
	margin: 50px 0 75px 0;
	font-size: 18px;
	font-weight: normal;
  line-height: 1.8;
}

.inquiry-complete .msg span{
	display: block;
	margin-bottom: 40px;
	font-size: 28px;
	font-weight: 500;
	color: #745d2e;
}

.inquiry-complete-btn a {
  display: block;
  position: relative;
  padding: 14px;
  margin: 0 auto;
  border: 1px solid #ccc;
  width: 320px;
  background: #fff;
  font-size: 14px;
  font-size: 0.88rem;
  color: #333;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
}

.inquiry-complete-btn a:last-child {
  margin-top: 40px;
}

.inquiry-complete-btn a::before {
  position: absolute;
  background: #333;
  content: "";
  top: -1px;
  left: -1px;
  width: 60px;
  height: 1px;
}

.inquiry-complete-btn a::after {
  position: absolute;
  background: #333;
  content: "";
  top: -1px;
  left: -1px;
  width: 1px;
  height: 30px;
}


.inquiry-complete-btn span {
  display: block;
  background: transparent url(/assets/img/icon_01.png) 100% 50% no-repeat;
  background-size: 7px auto;
  color: #333;
}

.inquiry-complete-btn span::before {
  position: absolute;
  background: #333;
  content: "";
  bottom: -1px;
  right: -1px;
  width: 60px;
  height: 1px;
}

.inquiry-complete-btn span::after {
  position: absolute;
  background: #333;
  content: "";
  bottom: -1px;
  right: -1px;
  width: 1px;
  height: 30px;
}

/*-------------------- [inquiryBtn] --------------------*/
.inquiryBtn {
  font-size: 15px;
  cursor: pointer;
}
.inquiryBtn > a {
  display: inline-block;
  position: relative;
  padding: 13px 23px;
  border-radius: 30px;
  min-width: 280px;
  background: #585858;
  text-align: center;
  color: #fff;
  text-decoration: none;
}

.inquiryBtn > a:hover {
  background: #b3ac91;
}

.inquiryBtn > a::before {
  display: block;
  position: absolute;
  top: 50%;
  right: 17px;
  margin-top: -6px;
  width: 7px;
  height: 12px;
  background: transparent url("/assets/img/icon_01_white.png") 50% 50% no-repeat;
  background-size: contain;
  content: "";
}
.inquiryBtn > a span {
  display: block;
  position: relative;
  padding: 0 20px;
}

/*-------------------- [other] --------------------*/
.inline-block {
  display: inline-block;
}

.clear-both {
  clear: both;
}

.plan-lifestyle {
  display: block;
  text-indent: 0em;
  width: 150px;
}

.privacy__errorTxt {
  padding-top: 8px;
  padding-left: 0;
  font-size: 18px;
  text-align: center;
}
.privacy__advice {
  padding: 20px;
  margin-bottom: 20px;
  background: #fff;
  text-align: center;
  font-weight: normal;
}
.form-page .r_inquiry_sectionlead.confirm__txt {
  color: #e88b05;
  margin-bottom: 35px;
  font-size: 18px;
  font-weight: normal;
}
.txt999.pleft008 {
  margin-bottom: 15px;
  font-size: 12px;
  line-height: 1.5;
}
.sp__break {
  display: inline-block;
}

.pc__test {
  display: block;
}
.sp__test,
.sp_w320 {
  display: none;
}
.pc__test--inline-block {
  display: inline-block;
}
.sp__test--inline-block {
  display: none;
}

/*/////////////////////////////////////////////////////
// EACH PAGE
/////////////////////////////////////////////////////*/


/*/////////////////////////////////////////////////////
// SP
/////////////////////////////////////////////////////*/
@media screen and (max-width: 768px) {
  /*-------------------- [icj-titleArea] --------------------*/
  #icj-titleArea .title {
    font-size: 16px;
  }

  /*-------------------- [r_inquiry_textboxcontainer] --------------------*/
  #icj-main .form-page .r_inquiry_textboxcontainer .r_link_tr01 a {
    font-size: 13px;
  }
  .form-page .r_inquiry_textboxcontainer span {
    margin-bottom: 0;
  }

  /*-------------------- [mvArea] --------------------*/
  .form-page #mvArea > div {
    padding: 20px 16px;
  }
  .form-page #mvArea .mv-title + p {
    font-size: 13px;
  }
  .form-page #mvArea .mv-title {
    font-size: 22px;
  }
  .form-page #mvArea .mv-sub-title,
  .form-page #mvAreaUp .mv-sub-title {
    font-size: 18px;
  }
  .form-page #mvArea .notice {
    font-size: 11px;
  }

  .form-page #mvArea .mv-sub-title{
    padding-bottom: 0;
  }

  .bnr_yoyaku_03{
    width: 100%;
    max-width: 350px;
    margin-top: 10px;
  }

  /*-------------------- [pca-title] --------------------*/
  .page-contentsbg-area h2.pca-title {
    padding-bottom: 0;
  }

  /*-------------------- [input & textarea & select] --------------------*/
  .form-page select {
    width: calc(100% - 50px) !important;
    font-size: 13px;
  }
  .form-page input[type="text"],
  .form-page input[type="password"],
  .form-page input[type="tel"],
  .form-page input[type="num"],
  .form-page input[type="mail"],
  .form-page input[type="number"],
  .form-page .require-notice,
  .form-page .r_inquiry_sectionlead {
    font-size: 13px;
  }
  .form-page .r_inquiry_sectionlead textarea {
    margin-top: 8px;
    margin-bottom: 0;
  }
  .form-page h3.r_inquiry_sectionlead {
    font-size: 13px;
  }
  .form-page h3.r_inquiry_sectionlead + p {
    font-size: 11px;
  }
  .form-page .r_inquiry_sectionlead .gositumon_txt {
    font-size: 11px;
  }
  .form-page .r_inquiry_sectionlead.confirm__txt {
    margin-bottom: 3px;
    font-size: 13px;
  }
  .form-page .custom-radio > input[type="checkbox"] + span {
    padding: 0 0 0 33px;
  }
  .form-page .custom-radio > input[type="checkbox"] + span:before {
    top: 1px;
    width: 18px;
    height: 18px;
  }
  .form-page .custom-radio > input[type="radio"] + span {
    font-size: 13px;
  }
  .form-page .custom-radio span {
    font-size: 14px;
  }
  .form-page .custom-radio span.pleft008.pright012.s16.ppagree {
    padding: 0 0 0 24px;
  }
  .form-page input[type="text"].input__100__sp--name {
    width: calc(100% - 32px);
    margin-right: 0;
  }
  .form-page textarea {
    font-size: 13px;
  }
  .input__100__sp {
    width: calc(100% - 10px) !important;
  }
  .zip__1 {
    width: 90px;
  }
  .zip__2 {
    width: 90px;
  }
  .form-page .custom-radio {
    display: block;
  }
  .textarea__opinion {
    width: calc(100% - 4px);
  }

  .select-wrap select{
    padding: 0 40px 0 8px;
  }

  .quetion span{
    display: block;
  }

  /*-------------------- [r_inquiry_table] --------------------*/
  .form-page .r_inquiry_table {
    line-height: 150%;
  }
  .form-page .r_inquiry_table tr {
    display: block;
  }
  .form-page .r_inquiry_table th.required,
  .form-page .r_inquiry_table th,
  .form-page .r_inquiry_table th.required span {
    width: 100%;
    font-size: 14px;
    display: inline-block;
  }
  .form-page .r_inquiry_table th.required span {
    width: auto;
  }
  .form-page .r_inquiry_table th {
    padding: 18px 10px 0 0;
    border-bottom: none;
    white-space: normal;
  }
  .form-page .r_inquiry_table th.required.firstItem {
    padding: 0;
  }
  .form-page .r_inquiry_table td {
    padding: 8px 0;
    font-size: 12px;
    width: 100%;
    display: inline-block;
  }
  .form-page .r_inquiry_table .r_ir02 {
    font-size: 13px;
  }
  .r_inquiry_table .r_ir01 {
    margin-bottom: 4px;
  }
  .r_inquiry_table .r_ir01.todohuken__sp {
    width: 108px;
  }
  .r_inquiry_table .r_ir01.zip__itemName {
    margin-bottom: 4px;
    font-size: 13px;
  }
  .r_inquiry_table .r_box_full {
    width: calc(100% - 4px);
  }
  .form-page .r_inquiry_table .plan, .form-page .r_inquiry_table .plan{
    padding: 0;
  }

  .form-page .r_inquiry_table th.plan, .form-page .r_inquiry_table th.plan{
    padding: 20px 0 0;
  }

  .form-page .r_inquiry_table .plan .check-list{
    padding-bottom: 20px;
  }

  /*-------------------- [require-notice] --------------------*/
  .form-page .require-notice {
    font-size: 11px;
  }

  /*-------------------- [form-page] --------------------*/
  .form-page .page-contentsbg-area {
    padding: 0 16px;
  }
  .form-page .form-content {
    padding: 30px 10px 30px;
  }

  .page-contents-area h2.pca-title,
  .form-page .pca-title,
  .form-page #subtitleArea .dashed-title {
    font-size: 18px;
  }
  .form-page #subtitleArea .dashed-title {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .form-page #subtitleArea .dashed-title span {
    font-size: 15px;
  }

  .form-page #subtitleArea > div {
    padding: 20px 16px 0;
  }

  .form-page #subtitleArea .notice {
    padding: 8px 16px 0;
    font-size: 13px;
  }

  /*-------------------- [button] --------------------*/
  .form-page .button {
    height: 52px;
    min-width: 216px;
    padding: 13px 30px;
    margin: 5px;
  }
  .inquiryBtn {
    padding: 10px 0 0;
  }
  .inquiryBtn > a {
    padding: 13px 0;
    font-size: 14px;
    min-width: 288px;
  }

  /*-------------------- [privacy] --------------------*/
  .privacy-agree {
    font-size: 14px;
    margin: 0 0 20px 0;
  }
  .privacy-notice {
    padding: 10px;
    margin-left: 0;
    font-size: 11px;
  }
  .privacy-notice > span.strong {
    font-size: 13px;
  }
  .privacy__advice {
    padding: 10px 10px 10px 0px;
  }
  .privacy__errorTxt {
    font-size: 12px;
  }
  .privacy__detailLink {
    padding-top: 4px;
  }

  /*-------------------- [inquiry-complete] --------------------*/
  .inquiry-complete .back {
    width: 100%;
    max-width: 400px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: none;
  }
  .inquiry-complete .back span {
    display: block;
    width: 100%;
    left: 0;
    text-align: center;
    line-height: 4.3;
  }
  .inquiry-complete .back span img {
    display: none;
  }

  /*-------------------- [other] --------------------*/
  .txt999.pleft008 {
    margin-bottom: 0;
    padding: 0 0 10px 0;
    font-size: 11px;
  }
  .flex_reverse {
    display: flex;
    flex-direction: column-reverse;
    max-width: 288px;
    margin: auto;
  }
  .sp__fs13 {
    font-size: 13px;
  }
  .sp__break {
    display: block;
  }
  .sp__break .pleft020 {
    padding-left: 0;
  }
  .pc__test {
    display: none;
  }
  .sp__test {
    display: block;
  }
  .pc__test--inline-block {
    display: none;
  }
  .sp__test--inline-block {
    display: inline-block;
  }

  /*-------------------- [each-page] --------------------*/
  .mv-sub-title-wrap {
    width: 100%;
  }

  .form-page #mvArea .mv-sub-title,
  .form-page #mvAreaUp .mv-sub-title {
    font-size: 15px;
  }

  .form-page #mvArea.bg-letter > div {
    display: block;
  }

  .inquiry-complete {
    padding-top: 50px !important;
    padding-bottom: 100px !important;
    text-align: center;
  }
  
  .inquiry-complete .msg {
    margin: 0 0 30px;
    font-size: 14px;
    line-height: 1.5;
  }

  .inquiry-complete .msg span {
    font-size: 20px;
  }

  .inquiry-complete-btn a {
    width: 280px;
  }


  .inquiry-complete-btn a:last-child {
    margin-top: 30px;
  }

}

@media screen and (max-width: 360px) {
  .sp_w320 {
    display: block;
  }

  .form-page .select-list {
    flex-wrap: wrap;
  }

  .form-page .select-list-wrap {
    width: 48%;
    margin-bottom: 10px;
  }
}
#sp-menu {
  display: none;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .header {
    top: 0;
  }
  .sp {
    display: block;
  }
}

#contactArea {
  display: none;
}

@media screen and (max-width: 768px) {
  /*-------------------- [errormess] --------------------*/
  .errormess {
    font-size: 14px;
  }
  #footerSitemap {
    display: none;
  }
}

/*休暇文言*/
.holiday_msg {
  font-size: 16px;
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .holiday_msg {
    margin-top: 20px;
  }
}

.mv-sub-row {
  margin-top: 20px;
  padding: 0 40px;
  display: flex;
  align-items: center;
}
.mv-sub-row-image {
  max-width: 500px;
}

.mv-sub-row-image img {
  max-width: 100%;
}

.mv-sub-row-text-wrap {
  padding-left: 40px;
}

.mv-sub-row-title {
  font-size: 16px;
  font-weight: bold;
}
.mv-sub-row-text {
  margin-top: 10px;
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .mv-sub-row {
    display: block;
    padding: 0;
  }

  .mv-sub-row-image {
    text-align: center;
  }

  .mv-sub-row-text-wrap {
    margin-top: 10px;
    padding-left: 0;
    text-align: center;
  }

  .mv-sub-row-title {
    font-size: 15px;
  }
  .mv-sub-row-text {
    font-size: 13px;
    line-height: 1.75;
  }
}

#icj-main {
  padding-top: 0;
}

.header {
  background: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
}

.header__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: auto;
  width: 100%;
  max-width: 1000px;
}

.header__inner > a {
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.header__logo {
  width: 65px;
}

.header__text {
  color: #fff;
  font-family: 'Noto Sans JP', serif;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .header {
    height: 57px;
  }

  .header__inner {
    padding: 0 20px;
  }

  .header__text {
    font-size: 13px;
  }
}


.footer {
  width: 100%;
  background: #333;
  padding: 20px 0;
  color: #fff;
  font-size: 1.3rem;
  letter-spacing: -0.02em;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  width: 90.625%;
  max-width: 1000px;
  text-align: center;
}

.footer-link > a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
}

.footer-link > a + a{
  margin-left: 16px;
}

.footer-sns {
  display: flex;
  justify-content: center;
}

.footer-sns a {
 background: #fff;
 border-radius: 50%;
 width: 40px;
 height: 40px;
}

.footer-sns a.youtube img {
  transform: translateY(95%);
}
.footer-sns a + a {
  margin-left: 6px;
}

.footer-sns a img {
  width: 20px;
  margin: auto;
  height: auto;
  display: block;
  transform: translateY(50%);
}
.footer-copyright {
  width: 100%;
  max-width: 1000px;
  display: block;
  margin: auto;
  margin-top: 17px;
  padding-top: 17px;
  letter-spacing: 0.02em;
  font-size: 10px;
  text-align: center;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .footer {
    display: block;
  }
  .footer-inner {
    display: block;
  }
  .footer-sns {
    margin-top: 3.448275862068965%;
    width: 100%;
  }
  
}