@charset "Shift_JIS";

/*top*/

#top input {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  font-size: 14px;
}
#top .info {
   width: 940px;
   margin: 45px auto 0;
}
#top .info-box {
  position: relative;
  padding: 30px 30px 20px 50px;
  border-bottom: none;
}
#top .info-box .info-ttl {
  margin: 0 0 5px;
  font-weight: bold;
  font-size: 1.8em;
}
#top .info-box .info-name {
  font-size: 1.7em;
}
#top .info-box .info-data {
  width: 540px;
  word-break: break-all;
  font-size: 1.8em;
}
#top .info-box .info-data li {
  overflow: hidden;
}
#top .info-box .info-data .info-data-01 {
  float: left;
  font-weight: bold;
}
#top .info-box .info-data .info-data-02 {
  float: right;
  width: 350px;
}

#top .info-box .info-btn {
  position: absolute;
  right: 30px;
  bottom: 20px;
  width: 280px;
}
#top .info-box .info-btn .btn-radius {
  background: url(/image/jv1/btn_radius_right.png),#fcfcfc;
  background: url(/image/jv1/btn_radius_right.png),-moz-linear-gradient(top, #fcfcfc 0%, #ececec 50%, #e9e9e9 51%, #ececec 100%, #e7e7e7 100%);
  background: url(/image/jv1/btn_radius_right.png),-webkit-linear-gradient(top, #fcfcfc 0%, #ececec 50%, #e9e9e9 51%, #ececec 100%, #e7e7e7 100%);
  background: url(/image/jv1/btn_radius_right.png),linear-gradient(to bottom, #fcfcfc 0%, #ececec 50%, #e9e9e9 51%, #ececec 100%, #e7e7e7 100%);
  background-repeat: no-repeat;
  background-position: 97% center;
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#e7e7e7', GradientType=0);
}

#top .info-registration {
  background: #e1d6c2;
  border: 1px solid #faf7f2;
}
#top .info-registration dt {
  position: relative;
  display: block;
  padding: 20px 0 15px 50px;
  font-weight: bold;
  font-size: 1.8em;
  cursor: pointer;
}
#top .info-registration dt.open:after, #top .info-registration dt:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 35px;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  background: url(/image/jv1/info_registration_right.png) no-repeat 0 0;
}
#top .info-registration dt.open:after {
  background: url(/image/jv1/info_registration_bottom.png) no-repeat 0 0;
}
#top .info-registration dd {
  display: none;
  padding: 0 20px 30px 50px;
  background: #faf7f2;
  font-size: 1.8em;
}
#top .info-registration dd ul {
  padding: 20px 0 0;
}
#top .info-registration dd li {
  overflow: hidden;
}
#top .info-registration dd li .span-wrap.-multi {
  float: left;
}
#top .info-registration dd li .head {
  display: inline-block;
  font-weight: bold;
  text-justify: inter-ideograph;
    -moz-text-align-last: justify;
  text-align-last: justify;
}

#top .info-registration dd li .multi-wrap {
  float: left;
  padding: 0;
}
#top .info-registration dd li .colon {
  display: inline-block;
  margin: 0 15px 0 0;
  font-weight: bold;
}
#top .info-registration dd li .colon.-account {
  width: 135px;
  margin: 0;
  font-weight: normal;
}
#top .info-registration dd ul .adjust-01 {
  margin: 0 0 10px;
}
#top .info-notice {
  width: 940px;
  margin: 20px auto 0;
  padding: 0 0 0 50px;
}
#top .info-notice dt {
  margin: 0 0 5px;
  font-size: 1.5em;
}
#top .info-notice dd {
  font-size: 1.2em;
}
#top .info-notice a {
    text-decoration: underline;
    color: #1f497d;
}
#top .set-ttl, #top .service-ttl, #top .funds-ttl, #top .procedure-ttl, #top .contractual-ttl {
  margin: 0 0 20px;
  padding: 10px 0 10px 65px;
  font-size: 2.5em;
  font-weight: bold;
  background: url(/image/jv1/icon_contractual.png) no-repeat left center;
}
#top .procedure-ttl {
  background: url(/image/jv1/icon_procedure.png) no-repeat left center;
}
#top .funds-ttl {
  background: url(/image/jv1/icon_funds.png) no-repeat left center;
}
#top .service-ttl {
  background: url(/image/jv1/icon_service.png) no-repeat left center;
}
#top .set-ttl {
  background: url(/image/jv1/icon_set.png) no-repeat left center;
}

#top .item {
   display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#top .item-list {
  margin: 0 0 50px;
}
#top .item-box {
  width: 440px;
}
#top .item-box:nth-child(even) {
  margin: 0 0 50px 60px;
}
#top .item-box_ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 15px;
  padding: 15px 0;
  font-size: 1.8em;
  font-weight: bold;
  text-align: center;
  color: #da0312;
  border-top: 5px solid #d94852;
  background: #fff7f7;
}
#top ._procedure .item-box_ttl {
  color: #009430;
  border-top: 5px solid #269d4d;
  background: #f8fef5;
}
#top ._funds .item-box_ttl {
  color: #e78200;
  border-top: 5px solid #ec982b;
  background: #fff8f0;
}
#top ._service .item-box_ttl {
  color: #ec7070;
  border-top: 5px solid #f08080;
  background: #fff6f6;
}
#top ._set .item-box_ttl {
  color: #1380db;
  border-top: 5px solid #3c8cd0;
  background: #f5f7ff;
}
#top .item-box_txt {
  font-size: 1.4em;
}
#top .item-block {
  position: relative;
}
#top .item._set .item-block {
  min-height: 40px;
}
#top .item._procedure .item-block {
  min-height: 42px;
}
#top .item-box_notice {
  display: block;
  color: #c7000d;
}
#top .item-box_question {
  margin: 5px 0 0;
}
#top .item-box_question a {
  padding: 5px 0 5px 25px;
  color: #35719b;
  text-decoration: underline;
  background: url(/image/jv1/icon_question.png) no-repeat left center;
  background-size: 16px 16px;
}
#top .item-box_question a:hover {
  text-decoration: none;
}
#top .item-box_question .question-balloon {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  border: 1px solid #000;
  width: 440px;
  padding: 15px;
  min-height: 55px;
  background: #fff;
  font-size: 12px;
}
#top .bk-question-balloon {
  display: none;
  position: fixed;
  z-index: 4;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#top .item-box_confirm {
  position: relative;
  width: 200px;
  margin: 20px auto 0;
}

/* 20171023追加 ここから */
#top .contents-x  {
  width: 940px;
  margin: 45px auto 0;
  background: #f6f4f1;
  padding: 20px;
}
#top .contents-s  {
  width: 940px;
  margin:45px auto 0;
}
#top .contents-x  .box-ttl {
  font-size: 1.6em;
  font-weight: bold;
  padding: 0 0 10px 36px;
  margin-bottom: 20px;
}
#top .contents-x  .box-contractual .box-ttl {
  background: url(/image/jv1/icon_top_01.png) left 4px top 4px no-repeat;
  background-size: 17px 20px;
  color: #d94852;
  border-bottom: 1px solid #d94852;
}
#top .contents-x  .box-procedure .box-ttl {
  background: url(/image/jv1/icon_top_02.png) left 4px top 4px no-repeat;
  background-size: 17px 20px;
  color: #3ca577;
  border-bottom: 1px solid #3ca577;
}
#top .contents-x  .box-funds .box-ttl {
  background: url(/image/jv1/icon_top_03.png) left 4px top 4px no-repeat;
  background-size: 22px 15px;
  color: #ec982b;
  border-bottom: 1px solid #ec982b;
}
#top .contents-x  .box-service .box-ttl {
  background: url(/image/jv1/icon_top_04.png) left 4px top 2px no-repeat;
  background-size: 21px 18px;
  color: #f08080;
  border-bottom: 1px solid #f08080;
}
#top .contents-x  .box-set .box-ttl {
  background: url(/image/jv1/icon_top_05.png) left 4px top 2px no-repeat;
  background-size: 20px 20px;
  color: #3c8cd0;
  border-bottom: 1px solid #3c8cd0;
}

#top .contents-x  .top-link-area {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  margin-bottom: 20px;
}
#top .contents-x  .top-link-area .top-link-box {
  margin-right: 20px;
  margin-bottom: 20px;
  display: block;
}
#top .contents-x  .top-link-area .top-link-box.mr0 {
  margin-right: 0 !important;
}
#top .contents-x  .top-link-area .top-link-box.area1 {
  width: 900px;
}
#top .contents-x  .top-link-area .top-link-box.area2 {
  width: 594px;
}
#top .contents-x  .top-link-area .top-link-box.area3 {
  width: 286px;
}
#top .contents-x  .top-link-area .top-link-box.area4 {
  width: 440px;
}
#top .contents-x  .top-link-area .top-link-box .top-icon-area {
  background: #fff;
  border-radius: 5px 5px 0 0;
  text-align: center;
  height: 110px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
  align-items: center; /* 縦方向中央揃え */
  -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
  justify-content: center; /* 横方向中央揃え */
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
}
#top .contents-x  .top-link-area .top-link-box .top-icon-area span {
  width: 100%;
}
#top .contents-x  .top-link-area .top-link-box .top-text-area {
  color: #fff;
  text-align: center;
  font-size: 1.4em;
  border-radius: 0 0 5px 5px;
  width: 100%;
  height: 80px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
  align-items: center; /* 縦方向中央揃え */
  -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
  justify-content: center; /* 横方向中央揃え */
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
}

#top .contents-x  .box-contractual .top-link-area .top-link-box .top-text-area {
  background: #d94852;
}
#top .contents-x  .box-contractual .top-link-area .top-link-box:hover .top-text-area {
  background: #ca323c;
}

#top .contents-x  .box-procedure .top-link-area .top-link-box .top-text-area {
  background: #3ca577;
}
#top .contents-x  .box-procedure .top-link-area .top-link-box:hover .top-text-area {
  background: #2d8c62;
}

#top .contents-x  .box-funds .top-link-area .top-link-box .top-text-area {
  background: #ec982b;
}
#top .contents-x  .box-funds .top-link-area .top-link-box:hover .top-text-area {
  background: #d88820;
}

#top .contents-x  .box-service .top-link-area .top-link-box .top-text-area {
  background: #f08080;
}
#top .contents-x  .box-service .top-link-area .top-link-box:hover .top-text-area {
  background: #df6868;
}

#top .contents-x  .box-set .top-link-area .top-link-box .top-text-area {
  background: #3c8cd0;
}
#top .contents-x  .box-set .top-link-area .top-link-box:hover .top-text-area {
  background: #2d7dc1;
}
#top .contents-x  div:last-child .top-link-area {
  margin-bottom: 0;
}

/* 20171023追加 ここまで */

@media screen and (min-width: 769px) {
  #top .item-block.height-adjust_01 {
    min-height: 90px;
  }
  #top .info-box .info-btn .btn-radius:hover {
    border: 1px solid #a5a5a5;
    color: #ffffff;
    background: url(/image/jv1/btn_radius_right_hover.png),#4b4b4b;
    background: url(/image/jv1/btn_radius_right_hover.png),-moz-linear-gradient(top, #4b4b4b 0%, #5c5c5c 50%, #a0a0a0 100%, #7db9e8 100%, #7db9e8 100%);
    background: url(/image/jv1/btn_radius_right_hover.png),-webkit-linear-gradient(top, #4b4b4b 0%, #5c5c5c 50%, #a0a0a0 100%, #7db9e8 100%, #7db9e8 100%);
    background: url(/image/jv1/btn_radius_right_hover.png),linear-gradient(to bottom, #4b4b4b 0%, #5c5c5c 50%, #a0a0a0 100%, #7db9e8 100%, #7db9e8 100%);
    background-repeat: no-repeat,repeat;
    background-position: 97% center;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#4b4b4b', endColorstr='#7db9e8', GradientType=0);
    text-shadow: none;
  }
  #top .item._contractual .btn-radius:hover {
    color: #383838;
    border:1px solid #f3dada;
    background:#fce5e7 url(/image/jv1/btn_radius_right_hover_02.png) no-repeat 95% center;
    text-shadow:1px 2px 0px #ffffff;
  }
  #top .item._procedure .btn-radius:hover {
    color: #383838;
    border:1px solid #e1eed9;
    background:#effbe8 url(/image/jv1/btn_radius_right_hover_02.png) no-repeat 95% center;
    text-shadow:1px 2px 0px #ffffff;
  }
  #top .item._funds .btn-radius:hover {
    color: #383838;
    border:1px solid #ebd3b8;
    background:#fff0de url(/image/jv1/btn_radius_right_hover_02.png) no-repeat 95% center;
    text-shadow:1px 2px 0px #ffffff;
  }
  #top .item._service .btn-radius:hover {
    color: #383838;
    border:1px solid #eedddd;
    background:#ffe9e9 url(/image/jv1/btn_radius_right_hover_02.png) no-repeat 95% center;
    text-shadow:1px 2px 0px #ffffff;
  }

  #top .item._set .btn-radius:hover {
    color: #383838;
    border:1px solid #d9dded;
    background:#eaeefb url(/image/jv1/btn_radius_right_hover_02.png) no-repeat 95% center;
    text-shadow:1px 2px 0px #ffffff;
  }
}
@media screen and (max-width: 768px) {
  #top input {
    font-size: 13px;
  }
  #top #wrapper {
    padding: 60px 0 30px;
    ;
  }
  #top .info {
    width: 94%;
    margin: 10px 3% 0;
  }
  #top .info-box {
    overflow: hidden;
    padding: 15px 5px 10px 15px;
  }
  #top .info-box .info-ttl {
    margin: 0 0 5px;
    font-size: 13px;
  }
  #top .info-box .info-name {
    font-size: 17px;
  }
  #top .info-box .info-data {
    width: 100%;
    margin: 0 0 10px;
    font-size: 13px;
  }
  #top .info-box .info-data span {
    display: block;
    margin: 0;
  }
  #top .info-box .info-data li {
    text-indent: 0;
    padding: 0;
  }
  #top .info-box .info-data .info-data-01 {
    float: none;
  }
  #top .info-box .info-data .info-data-02 {
    float: none;
    width: auto;
  }
  #top .info-box .info-btn {
    position: relative;
    float: right;
    width: auto;
    right: inherit;
    bottom: inherit;
  }
  #top .info-box .info-btn input {
    padding: 6px 25px 8px;
    font-size: 13px;
  }
  #top .info-box .info-btn .btn-radius {
    background: url(/image/jv1/btn_radius_right.png),#fcfcfc;
    background: url(/image/jv1/btn_radius_right.png),-moz-linear-gradient(top, #fcfcfc 0%, #ececec 50%, #e9e9e9 51%, #ececec 100%, #e7e7e7 100%);
    background: url(/image/jv1/btn_radius_right.png),-webkit-linear-gradient(top, #fcfcfc 0%, #ececec 50%, #e9e9e9 51%, #ececec 100%, #e7e7e7 100%);
    background: url(/image/jv1/btn_radius_right.png),linear-gradient(to bottom, #fcfcfc 0%, #ececec 50%, #e9e9e9 51%, #ececec 100%, #e7e7e7 100%);
    background-repeat: no-repeat;
    background-position: 97% center;
    background-size: 8px 11px,100% 100%;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#e7e7e7', GradientType=0);
  }
  #top .info-registration dt {
    padding: 10px 5px 10px 15px;
    font-size: 15px;
  }
  #top .info-registration dt:after {
    right: 10px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background: url(/image/jv1/info_registration_right.png) no-repeat 0 0;
    background-size: 10px 10px;
  }
  #top .info-registration dt.open:after {
    right: 10px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background: url(/image/jv1/info_registration_bottom.png) no-repeat 0 0;
    background-size: 10px 10px;
  }
  #top .info-registration dd {
    padding: 10px 5px 10px 15px;
    font-size: 15px;
  }
  #top .info-registration dd ul {
    padding: 0;
  }
  #top .info-registration dd li {
    margin: 0 0 5px;
    word-break: break-all;
  }
#top .info-registration .span-wrap {
    display: block;
}
  
#top .info-registration dd li .span-wrap.-multi {
  float: none;
}
#top .info-registration dd li .head {
  text-justify: initial;
    -moz-text-align-last: initial;
  text-align-last: initial;
}
#top .info-registration dd li .head.-mail {
  width: auto;
}

#top .info-registration dd li .multi-wrap {
  float: none;
  padding: 0;
}
#top .info-registration dd li .colon {
  margin: 0;;
}
#top .info-registration dd li .colon.-account {
  margin: 0;
}
  #top .info-registration dd ul .adjust-01 {
    margin: 0;
  }
  #top .info-notice {
    width: 94%;
    margin: 10px auto 0;
    padding: 10px 15px;
  }
  #top .info-notice dt {
    margin: 0 0 5px;
    font-size: 1.4em;
  }
  #top .info-notice dd {
    font-size: 1.2em;
  }
  #top .set-ttl, #top .service-ttl, #top .funds-ttl, #top .procedure-ttl, #top .contractual-ttl {
    margin: 0 0 5px;
    padding: 10px 0 10px 35px;
    font-size: 17px;
    background: url(/image/jv1/icon_contractual.png) no-repeat left center;
    background-size: 25px 25px;
  }
  #top .procedure-ttl {
    background: url(/image/jv1/icon_procedure.png) no-repeat left center;
    background-size: 25px 25px;
  }
  #top .funds-ttl {
    background: url(/image/jv1/icon_funds.png) no-repeat left center;
    background-size: 25px 25px;
  }
  #top .service-ttl {
    background: url(/image/jv1/icon_service.png) no-repeat left center;
    background-size: 25px 25px;
  }
  #top .set-ttl {
    background: url(/image/jv1/icon_set.png) no-repeat left center;
    background-size: 25px 25px;
  }
  #top .item-list {
    margin: 0;
  }
  #top .item-box {
    float: none;
    width: 100%;
  }
  #top .item-box:nth-child(even) {
    margin: 0;
  }
  #top .item-box_ttl {
    margin: 0 0 10px;
    padding: 10px 0;
    font-size: 15px;
    border-top: 3px solid #d94852;
  }
  #top ._procedure .item-box_ttl {
    border-top: 3px solid #269d4d;
  }
  #top ._funds .item-box_ttl {
    border-top: 3px solid #ec982b;
  }
  #top ._service .item-box_ttl {
    border-top: 3px solid #f08080;
  }
  #top ._set .item-box_ttl {
    border-top: 3px solid #3c8cd0;
  }
  #top .item-box_txt {
    overflow: hidden;
    padding: 0 0 25px;
    font-size: 13px;
  }
  #top .item._set .item-block {
    min-height: inherit;
  }
  #top .item._procedure .item-block {
    min-height: inherit;
  }
  #top .item-box_question {
    margin: 5px 0 0;
  }
  #top .item-box_question a {
    padding: 5px 0 5px 20px;
    background: url(/image/jv1/icon_question.png) no-repeat left center;
    background-size: 15px 15px;
  }
  #top .item-box_question .question-balloon {
    overflow: scroll;
    width: 100%;
    padding: 5px;
    height: 80px;
    font-size: 12px;
  }
  #top .bk-question-balloon {}
  #top .item-box_confirm {
    /*float: right;*/
    width: 200px;
  }
  #top .item-box_confirm {
    margin: 15px auto 0;
  }
  
  /* 20171023追加 ここから */
  #top .contents-x  {
    width: 100%;
    box-sizing: border-box;
    margin: 40px 0 40px;
    padding: 20px;
  }
  #top .contents-s  {
    width: 100%;
    box-sizing: border-box;
    margin: 10px 0 40px;
  }
  #top .contents-x  .top-link-area .top-link-box {
    margin-right: 0;
    display: block;
  }
  #top .contents-x  .top-link-area .top-link-box.area1 {
    width: 100%;
  }
  #top .contents-x  .top-link-area .top-link-box.area2 {
    width: 100%;
  }
  #top .contents-x  .top-link-area .top-link-box.area3 {
    width: 100%;
  }
  #top .contents-x  .top-link-area .top-link-box.area4 {
    width: 100%;
  }

  /* 20171023追加 ここまで */
}

.none-area {
  opacity: 0.3;
}
.noMessage {
  max-width: 940px;
  margin: 40px auto 0;
  padding-left: 50px;
  font-size: 1.8em;
  font-weight: bold;
}






