@charset "UTF-8";

/* reset
---------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}
html {
  font-size: 62.5%;
}
/* HTML5 display-role reset for older browsers */
article, aside, detail, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
a {
  text-decoration: none;
}
/* border-box */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/* clearfix
---------------------------------------- */
.clear {
  position: relative;
  margin: 0 auto;
  zoom: 1;
}
.clear:before, .clear:after {
  content: "";
  display: table;
}
.clear:after {
  clear: both;
}
.pc-block {
  display: inline-block !important;
}

.sp-block {
  display: none !important;
}
#b-form{
  width: 100%;
  padding: 55px 0;
  background: #fafafa;
}
.b-form{
  width: 950px;
  margin: 0 auto;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.c-h3{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: left;
  color: #333;
  position: relative;
  padding: 0 0 0 1em;
}
.c-h3.blue{
  color: #004ea1;
}
.c-h3::before {
  content: "";
  display: block;
  width: 0.8em;
  height: 0.8em;
  border-radius: 50%;
  background: #333;
  opacity: 0.5;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 0.35em;
}
.c-h3.blue::before{
  background: #004ea1;
}
.v-h3{
  font-size: 18px;
  margin-bottom: 10px;
}
input, button, textarea, select{
  box-sizing: border-box;
}
.c-remarks > li{
  font-size: 12px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.c-remarks span{
  margin-right: 0.5em;
  font-size: 12px;
  white-space: nowrap;
}
.c-h2{
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}

/* ==============================================================
   formarea
   ============================================================= */
#catalogue_form .ttl{
  margin-bottom: 40px;
  color: #004ea2;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
}
#catalogue_form .txt{
  font-size: 16px;
}
#catalogue_form .txt span{
  color: #c20000;
  font-size: 16px;
}
#catalogue_form .catalogue{
  width: 678px;
  margin: 0 auto 60px;
  padding: 40px 36px;
  background: #fff;
  border: 2px solid #004ea2;
  position: relative;
}
#catalogue_form .name{
  margin-bottom: 12px;
  font-size: 23px;
  font-weight: bold;
  line-height: 1.3;
}
#catalogue_form .name span{
  font-size: 15px;
}
p.v-formtitle2{
  font-size: 16px;
  font-weight: bold;
}
 .v-formlist .v-h4 {
  font-size: 17px;
  text-align: left;
  margin-bottom: 5px;
}
.v-formlist__group {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .v-formlist__group {
    flex-direction: column;
  }
  .v-formlist__group__detail {
    width: 100%;
  }
}
.v-input {  display: flex;
  align-items: center;
}
 .v-input > label {
  margin-left: 10px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .pc-block {
    display: none !important;
  }
  .sp-block {
    display: inline-block !important;
  }
  .c-h2{
    font-size: 5vw;
  }
  .c-h3.blue{
    margin-top: 5vw;
    font-size: 5vw;
  }
  #catalogue_form{
    overflow: hidden;
  }
  #catalogue_form .ttl{
    margin-bottom: 5vw;
    font-size: 6.8vw;
  }
  #catalogue_form .catalogue{
    width: 100%;
    margin-bottom: 4vw;
    padding: 4vw;
  }
}

/* ==============================================================
   c-form
   ============================================================= */
.c-form{
  margin-top: 30px;
  padding: 0;
}
.v-formtitle{
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 16px;
}
.v-formtitle > span,
p.v-formtitle2 >span{
  color: #c20000;
  font-size: 14px;
}
.v-formtitle > span.any,
p.v-formtitle2 >span.any{
  color: #888;
}
.v-formtitle > span.is-small{
  color: #333333;
  font-size: 12px;
  font-weight: normal;
}
.v-text{
  font-size: 14px;
  text-align: center;
  line-height: 1.8;
}
.v-text > span{
  color: #c20000;
}
.v-text a{
  color: #00f;
  text-decoration: underline;
}
.v-text a:hover{
  text-decoration: none;
}
.v-text__bottom{
  margin-top: 20px;
}
.v-trigger-form{
  display: none;
}
.v-trigger-form.is-active{
  display: block;
}
.v-comment{
  width: 100%;
  height: 192px;
  font-size: 16px;
  border: 1px solid #d2d2d2;
  border-radius: 3px;
}
.v-comment.is-gray{
  background: #eeeeee;
}
.v-stepssection{
  margin-bottom: 25px;
}
.v-steps{
  display: flex;
  padding: 40px 0 25px;
  align-items: center;
  justify-content: center;
}
.v-steps__line{
  height: 5px;
  width: 150px;
  border-radius: 500px;
}
.v-steps__line.is-blue{
  background: #004ea1;
}
.v-steps__line.is-gray{
  background: #999999;
}
.v-steps__circle{
  width: 102px;
  height: 102px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 14px;
}
.v-steps__circle.has-border{
  border: 1.5px dashed #004ea1;
}
.v-steps__circle__text{
  text-align: center;
}
.v-steps__circle__text > p{
  font-size: 11px;
  color: #999999;
  text-align: center;
  font-weight: 500;
  margin-bottom: 7px;
}
.v-steps__circle__text > span{
  color: #004ea1;
  font-size: 20px;
  font-weight: bold;
}
.v-steps__circle__text > span.is-gray{
  color: #999999;
}
.v-error-result{
  color: #f00;
}
/* stylelint-disable */
.parsley-errors-list{
  color: #f00;
}
/* stylelint-enable */
 {
  background: #eaf1f9;
  padding: 60px 0;
  width: 100%;
}
__text{
  font-size: 14px;
  text-align: center;
  margin-top: 17px;
}
__text > span{
  color: #c20000;
}
 .v-agreement{
  width: 100%;
  height: 20rem;
  background: #f5f9fc;
  padding: 30px;
  position: relative;
  overflow: scroll;
}
.v-agreement .copy{
  margin-bottom: 1.2rem;
  padding-bottom: .4rem;
  font-size: 1.7rem;
  font-weight: bold;
  border-bottom: 1px solid #004ea1;
}
.v-agreement .txt{
  font-size: 1.4rem;
}
.v-agreement .is-bold{
  font-weight: bold;
}
 .v-agreement__form{
  margin: 2rem auto 3rem;
  text-align: center;
}
 .v-agreement__form__message{
  margin-bottom: 20px;
  text-align: center;
  font-size: 15px;
}
 .v-agreement__form--with-margin{
  margin-top: 50px;
}
 .v-agreement__label{
  font-size: 20px;
}
 .v-agreement__label > span{
  font-size: 14px;
  color: #c20000;
}
.v-form__group__select select{
  padding: 5px;
  outline:none;
  text-indent: 0.01px;
  text-overflow: '';
  background: none transparent;
  vertical-align: middle;
  font-size: 16px;
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #d2d2d2;
  border-radius: 4px;
  background: url(../lp_img/form/arrow01.png) right 50% no-repeat;
  background-size: contain;
}
.v-form__group__select select option{
  background-color: #fff;
  color: #333;
}
.v-form__group__select select::-ms-expand{
  display: none;
}
.v-form__group__select select:-moz-focusring{
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}
 .v-agreement__agree{
  border-radius: 3px;
  display: inline-block;
  margin-bottom: 0;
}
 .v-agreement__badge{
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: #FFEBEB;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -100px;
  right: -100px;
  z-index: 1;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
 .v-agreement__badge.is-fixed{
  position: fixed;
  top: 100px;
  right: 50%;
  margin-right: -575px;
}
 .v-agreement__badge__label{
  font-size: 12px;
  margin-bottom: 1em;
}
 .v-agreement__badge__body{
  font-size: 14px;
  font-weight: bold;
}
 .v-agreement__badge__number{
  font-size: 40px;
  font-weight: bold;
  color: #c20000;
}
 .v-formlist {
  width: 950px;
  margin-bottom: 5rem;
  background: white;
  padding: 60px 75px 20px;
  text-align: left;
}
 .v-formlist > hr {
  border: 1px solid #004ea1;
}
 .v-formlist > p {
  text-align: left;
  margin-bottom: 10px;
}
.v-form__group.is-min{
  margin-bottom: 15px;
}
 .v-formlist .v-h4 {
  font-size: 17px;
  text-align: left;
  margin-bottom: 5px;
}
 .v-input {
  display: flex;
  align-items: center;
}
 .v-input > label {
  margin-left: 10px;
  font-size: 16px;
}
 .v-form {
  /* stylelint-disable */
  /* stylelint-enable */
}
 .v-form__group{
  display: flex;
  align-items: flex-start;
  margin-bottom: 45px;
  flex-wrap: wrap;
}
 .v-form__group__sub{
  font-size: 12px;
  margin-top: 10px;
}
 .v-form__group.is-wrap{
  flex-wrap: wrap;
  justify-content: flex-start;
}
 .v-form__group:nth-last-of-type(1){
  margin-bottom: 10px;
}
 .v-form__group__radio{
  border-radius: 5px;
  display: flex;
  align-items: center;
  border: 1px solid #d2d2d2;
  padding: 0 10px;
  position: relative;
}
 .v-form__group__radio__img{
  width: auto;
  position: absolute;
  top: -30px;
  right: -30px;
}
 .v-form__group__radio > p{
  font-size: 16px;
  text-align: left;
  margin-left: 5px;
  display: inline;
  line-height: 1.2;
}
 .v-form__group__radio > p > span{
  font-size: 12px;
}
 .v-form__group__radio.has-nomargin{
  margin-right: 0 !important;
}
 .v-form__group__radio.is-big{
  width: 390px;
  height: 65px;
  margin-top: 18px;
}
 .v-form__group__radio.is-small{
  width: 259px;
  height: 47px;
  margin-bottom: 10px;
  margin-right: 10px;
}
 .v-form__group__radio.is-medium{
  width: 390px;
  height: 52px;
}
 .v-form__group__slash{
  margin: 0 5px;
}
 .v-form__group__box{
  display: flex;
  align-items: center;
}
 .v-form__group__box__select-group{
  display: flex;
  align-items: center;
}
 .v-form__group__box__select{
  position: relative;
  flex-grow: 1;
  overflow: hidden;
  width: 340px;
}
 .v-form__group__box__select.is-small{
  width: 100px;
}
.v-form__group__box__select::before {
  content: "";
  width: 20px;
  height: 100%;
  position: absolute;
  display: block;
  margin: 0 auto;
  top: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
  background: url("../../../../img/views/service/form/pc/arrow_icon.png") no-repeat center;
}
.v-form__group__box__select > select{
  border: 1px solid #d2d2d2;
  height: 47px;
  width: calc(100% + 40px);
  display: block;
  border-radius: 3px;
  box-sizing: border-box;
  outline: none;
  -webkit-appearance: none;
  font-size: 16px;
  padding: 13px;
}
.v-form__group__box > label{
  white-space: nowrap;
  margin-right: 10px;
  font-size: 16px;
}
.v-form__group__input{
  border: 1px solid #d2d2d2;
  height: 47px;
  display: block;
  border-radius: 3px;
  padding-left: 10px;
  font-size: 16px;
}
.v-form__group__box .v-form__group__file{
  cursor: pointer;
  padding: 5px 25px;
  margin: 0 10px 0 0;
  display: inline-block;
  border: 1px solid #D2D2D1;
  border-radius: 5px;
  font-size: 13px;
  font-weight: bold;
 }
.v-form__group__box .is-small{
  font-size: 12px;
}
.v-form__group__file input{
     display: none;
}
.v-form__group__input.is-gray{
  background: #eeeeee;
}
.v-form__group__input.is-short{
  width: 340px;
}
.v-form__group__input.is-short.name2{
  margin-right: 56px;
}
.v-form__group__input.is-short2{
  width: 394px;
  margin-bottom: 12px;
  display: flex;
}
.v-form__group__input.is-short2{
  margin-right: 12px;
}
.v-form__group__input.is-short2.has-nomargin{
  margin-right: 0;
 }
.v-form__group__input.is-shorter{
  width: 255px;
  margin-right: 10px;
}
.v-form__group__input.is-full{
  width: 800px;
  font-family: sans-serif;
}
.v-form__group.is-confirm{
  justify-content: flex-start;
  font-size: 1.6rem;
  margin-bottom: 0;
}
.v-form__group.is-confirm .v-form__group__slash{
  margin: 0;
}

.v-form__group__last-name {
    margin-right: 1.6rem;
}

.v-form__error{
  line-height: 1.4;
  text-align: left;
}
.v-form__error.is-center{
  text-align: center;
}
.v-form__group + .v-form__error{
  margin-top: -45px;
  margin-bottom: 45px;
  min-height: 1px;
}
.v-form__group + .v-form__error.LEADCF38__error{
  margin-top: 0;
}
.v-form .parsley-errors-list{
  font-size: 16px;
  padding-top: 15px;
}
.v-form .parsley-errors-list + .parsley-errors-list{
  padding-top: 0;
}
.v-formbuttons{
  display: flex;
  justify-content: space-around;
  padding-top: 10px;
}
.v-formbuttons__button{
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.v-formbuttons__button--submit{
  width: 580px;
  font-weight: bold;
  font-size: 18px;
  background: #fff;
  color: #004ea1;
  border: 2px solid #004ea1;
}
.v-formbuttons__button--gray{
  width: 250px;
  background: #b2b2b2;
  color: #fff;
  border: 1px solid #b2b2b2;
  font-size: 18px;
}
/**
 * Copy from live site
 */
/* stylelint-disable */
#attention{
  margin-top: 60px;
  padding: 75px;
  background: #fff;
  text-align: left;
  line-height: 1.6;
}
#attention img{
  width: auto;
  max-width: 100%;
}

/* error */
.v-form__error {
  color: #f00;
  font-size: 1.6rem;
  padding-top: 1rem;
}

.LEADCF109_error, .CONTACTCF104_error {
  text-align: center;
  margin-bottom: 3rem;
}

@media screen and (max-width: 768px){
  .c-form{
    margin-top: 6vw;
  }
  #b-form{
    width: 100%;
    padding: 6vw 4vw 0 4vw;
  }
  .b-form{
    width: 100%;
    margin: 0 auto 0;
  }
  .v-steps__line {
    width: auto;
    height: 3px;
    flex-grow: 1;
  }
  .v-steps__circle {
    width: 22vw;
    height: 22vw;
    margin: 0 10px;
  }
  .v-steps__circle__text > p {
    margin-bottom: 3px;
  }
  .v-steps__circle__text > span {
    font-size: 18px;
  }
  {
    padding: 30px 0;
  }
  .v-agreement {
    padding: 15px;
  }
   .v-agreement .v-text {
    text-align: left;
  }
   .v-agreement__label {
    font-size: 16px;
  }
   .v-agreement__badge {
    width: 100%;
    height: auto;
    border-radius: 0;
    position: relative;
    top: 0;
    left: 0;
    box-shadow: none;
    display: none;
  }
   .v-agreement__badge.is-fixed {
    bottom: 0;
    left: 0;
    top: auto;
    display: block;
  }
   .v-agreement__badge__label {
    margin-bottom: 5px;
  }
   .v-agreement__badge__body br {
    display: none;
  }
   .v-agreement__badge__number {
    font-size: 20px;
  }
   .v-agreement__form__message {
    font-size: 12px;
  }
  .v-formlist {
    width: 100%;
    margin-bottom:4%;
    padding: 15px;
  }
  .v-input {
    display: block;
  }
  .v-form__group {
    display: block;
    margin-bottom: 25px;
  }
  .v-form__group__radio + .v-form__group__radio {
    margin-top: 10px;
  }
  .v-form__group__radio__img {
    height: 28px;
    top: -20px;
    right: -20px;
  }
  .v-form__group__radio.is-big {
    width: 100%;
    height: auto;
    padding: 10px;
  }
  .v-form__group__radio.is-small {
    width: 100%;
    height: auto;
    padding: 10px;
  }
  .v-form__group__radio.is-medium {
    width: 100%;
    height: auto;
    padding: 10px;
  }
  .v-form__group__box__select.is-small {
    width: 100%;
  }
  .v-form__group__box__select {
    width: 100%;
  }
   .v-form__group__box + .v-form__group__box {
    margin-top: 10px;
  }
  .v-form__group + .v-form__error {
    margin-top: -25px;
    margin-bottom: 25px;
  }
  .v-formbuttons {
    padding-top: 2%;
    flex-direction: column-reverse;
  }
  .v-formbuttons__button {
    height: 60px;
    width: 100%;
    font-size: 16px;
  }
  .v-formbuttons__button + .v-formbuttons__button {
    margin-bottom: 10px;
  }
  .v-formbuttons__button--gray {
    height: 50px;
    font-size: 14px;
  }
   #attention {
    margin-top: 30px;
    padding: 15px;
    font-size: 14px;
  }
  .v-form__group__input.is-short,
  .v-form__group__input.is-short2{
    width: 100% !important;
    margin: 0;
  }
  .v-form__group__input.is-short.name2{
    margin-right: 0;
  }
  .v-form__group__input.is-full{
    width: 100%;
  }
}






.tab_wrap{
  width:500px; margin:80px auto;
}
input#tab1[type="radio"],
input#tab2[type="radio"]{
  display:none;
}
.tab_area{
  font-size:0;
  margin:0 ;
}
.tab_area label{
  width:469px;
  margin:0;
  display:inline-block;
  padding:16px 0;
  color:#fff;
  background:#cbcbcb;
  text-align:center;
  font-size:18px;
  cursor:pointer;
  transition:ease 0.2s opacity;
  border-radius: 8px;
}
.tab_area label:first-child{
  margin-right: 10px;
}
.tab_panel{
  width:100%;
  display:none;
}
#tab1:checked ~ .tab_area .tab1_label,
.tab_area label:hover{
  background:#304993;
  color:#fff;
}
#tab1:checked ~ .panel_area #panel1{
  display:block;
}
#tab2:checked ~ .tab_area .tab2_label{
  background:#304993;
  color:#fff;
}
#tab2:checked ~ .panel_area #panel2{
  display:block;
}



ul.v-form__group{
  display: flex;
  justify-content: space-between;
}
ul.v-form__group::after{
  content: "";
  width:  22%;
}
ul.v-form__group::before{
  content: "";
  display: block;
  width: 22%;
  order: 1;
}
ul.v-form__group li{
  width: 22%;
  padding: 2% 0;
}
ul.v-form__group .v-form__group__radio{
  width: 100%;
  border: none;
  display: inline;
}
ul.v-form__group .v-form__group__radio.is-medium{
  height: auto;
}
ul.v-form__group li span{
  display: block;
}
ul.v-form__group li input{
  vertical-align: top;
}
ul.v-form__group .img-area{
  margin-bottom: 16px;
  width: 100%;
}
ul.v-form__group .img-area img{
  width: 100%;
}
ul.v-form__group .ttl-area{
  display: flex;
  align-items: flex-start;
  gap: 5px;
}
ul.v-form__group li p{
  display: inline-block;
  font-size: 14px;
}



@media screen and (max-width: 768px) {
  .tab_area label{
    width: 100%;
  }
  .tab_area label:last-child{
    margin-top: 2vw;
  }
  .v-form__group__radio.is-medium{
    margin-bottom: 2vw;
  }
  ul.v-form__group{
    display: flex;
    justify-content: space-between;
  }
  ul.v-form__group li{
    width: 46%;
    padding: 4% 0;
    vertical-align: top;
  }
  ul.v-form__group li p{
    font-size: 3.7vw;
  }

  ul.v-form__group .img-area{
    width: 100%;
  }

  ul.v-form__group .ttl-area{
    word-break: break-all;
  }





}






