@charset "Shift_JIS";

body {
  font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ', Meiryo, sans-serif;
  min-width: 1000;
}

.pc {
  display: block;
}
.sp {
  display: none;
}

.ilB {
  display: inline-block;
}

.hOpacity:hover {
  opacity: 0.8;
}
.w1024 {
  width: 1000px;
  margin: auto;
}
.bgGray {
  background-color: #f0f0f0;
}
.redBold {
  color: #ff0000;
  font-weight: bold;
}
.indent1 {
  margin-left: 1em;
  text-indent: -1em;
}
ul.markList li {
  margin-left: 1em;
  position: relative;
}
ul.markList li:not(:first-child) {
  margin-top: 0.5em;
}
ul.markList li::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: -10px;
}
a.textLink {
  color: #176033;
  font-weight: bold;
  border-bottom: 1px solid #176033;
}
a.textLink:hover {
  border: none;
}
a.textLink i {
  margin-left: 0.25em;
}
a.textLink img.linkMark1 {
  margin-top: -4px;
  margin-left: .5em;
}
a.btnLink {
  display: inline-block;
  background-color: #39a75b;
  color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 0 0 #27713e;
  box-shadow: 0 5px 0 0 #27713e;
  text-align: center;
  font-weight: bold;
  padding: 1em 0;
  position: relative;
  top: 0;
}
a.btnLink:active {
  top: 5px;
  -webkit-box-shadow: 0 0 0 0 #27713e;
  box-shadow: 0 0 0 0 #27713e;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a.btnLink img.linkMark2 {
  margin-top: -8px;
  margin-left: .5em;
}

/*----------
header
----------*/
header {
  position: relative;
  z-index: 1;
  box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.1);
  z-index: 100;
}
header .headArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 4.1%;
}
header .headArea h1,
header .headArea h2 {
  display: inline-block;
}
header .headArea > div {
  width: calc(100% / 3);
}
header .headLogo {
  text-align: center;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
header .headLogo2 {
  -webkit-box-ordinal-group: -1;
  -ms-flex-order: -2;
  order: -2;
}
header .headHelp ul li {
  text-align: right;
  font-size: 14px;
}
header .headHelp ul li:last-child {
  margin-top: 1em;
}
header .headHelp ul li a {
  color: #000;
  font-weight: normal;
  border-bottom: 1px solid #39a75b;
}
header .headHelp ul li i {
  margin-left: 1em;
  color: #39a75b;
}

/* backBtn */
header .backBtn {
  position: relative;
  width: 100%;
  top: 0;
  z-index: 20;
}
header .backBtn.fixed {
  position: fixed;
}
header .backBtn a {
  display: inline-block;
  border-radius: 0 31.5px 31.5px 0;
  overflow: hidden;
  position: absolute;
  top: -30px;
}
header .backBtn.fixed a {
  top: 30px;
}
header .backBtn p {
  background-color: #999999;
  font-size: 14px;
  line-height: 14px;
  padding: 24.5px .5em;
}
header .backBtn p i {
  margin-right: .5em;
}

/*----------
mainWrap
----------*/
.mainWrap {
  margin: 0 4.1%;
}
.mainWrap h3 {
  margin-top: 40px;
  font-size: 32px;
  line-height: 32px;
  font-weight: bold;
  position: relative;
}
.mainWrap h3::after {
  content: "";
  display: block;
  background-color: #d7e6bc;
  width: 100%;
  height: 6px;
  border-radius: 3px;
  position: absolute;
  bottom: -17px;
}
.mainWrap h3 img {
  margin-right: .5em;
}
.mainBox {
  margin-top: 58px;
}

/* Error */
#topError {
  margin: 36px auto;
  background-color: #ecd7d6;
  color: #a83734;
  border-radius: 5px;
  overflow: hidden;
}
#topError h4 {
  padding: 20px 4.2% 20px 3.2%;
  font-size: 16px;
  font-weight: bold;
  border-left: 9px solid #a83734;
}
#topError .sectionInner {
  padding: 20px 4.2%;
  border-top: 2px solid #fff;
  font-size: 16px;
}
#topError ul.markList li:not(:first-child) {
  margin-top: 1em;
}
#topError ul.markList li::before {
  width: 9px;
  height: 9px;
  background-color: #a83734;
  top: 0.5em;
  left: -1em;
}
#topError a.textLink {
  color: #a83734;
  font-weight: normal;
  border-color: #a83734;
}
.error {
  margin: 21px 0 !important;
  padding: 21px 4.1% !important;
  background-color: #ecd7d6 !important;
  color: #a83734 !important;
  border-radius: 5px !important;
}
h4 .error,
h5 .error,
h6 .error,
p .error,
ul .error,
label .error {
  margin-top: 21px !important;
}

/* nextBtn */
.nextBtn {
  margin: 42px 0;
}
.nextBtn a {
  display: block;
  margin: 0 9%;
  padding: 18px 0;
  background-color: #a83734;
  border-radius: 5px 36px 36px 5px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  -webkit-box-shadow: 0 10px 0 0 #752624;
  box-shadow: 0 10px 0 0 #752624;
  position: relative;
  top: 0;
}
.nextBtn a:active {
  top: 10px;
  -webkit-box-shadow: 0 0 0 0 #752624;
  box-shadow: 0 0 0 0 #752624;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.nextBtn i {
  margin-left: .5em;
}

.nextBtn a.disabled {
  background-color: #cccccc;
  -webkit-box-shadow: 0 10px 0 0 #a0a0a0;
  box-shadow: 0 10px 0 0 #a0a0a0;
}


/*----------
footer
----------*/
footer .bgGray{
  border-bottom: 18px solid #009844;
}
footer .footArea {
  padding: 42px 4.1% 50px;
  background-color: #f0f0f0;
  margin-top: 72px;
}

footer .footArea .cons {
  float: right;
}
footer .footArea .cons li {
  float: left;
}
footer .footArea .cons li:first-child {
  margin-right: 41px;
}
footer .footArea .cons .consTitle {
  font-weight: bold;
  margin-bottom: 1em;
}
footer .footArea .cons i {
  margin-left: .25em;
}
footer .footArea .cons .tell {
  font-size: 24px;
  font-weight: bold;
}
footer .footArea .cons .tell img {
  width: 36px;
  margin-right: .5em;
  position: relative;
  top: -2px;
}

footer .footArea .about{
  float: left;
}

footer .footArea .about li{
  margin-bottom: 1.625em;
}

footer .copy{
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 2em 0 1em;
  text-align: center;
}

footer .copy::before {
  position: absolute;
  top: -42px;
  left: 120px;
  content: "";
  background-image: url(../images/tagline.png);
  background-size:contain;
  background-repeat: no-repeat;
  width: 151px;
  height: 65px;
  z-index: 2;
}

footer .copy::after{
  position: absolute;
  top: 8px;
  right: 0;
  content: "";
  background-image: url(../images/tagline02.jpg);
  background-size:contain;
  background-repeat: no-repeat;
  width: 196px;
  height: 15px;
  z-index: 2;
}

footer .copy p{
  display: inline-block;
  text-align: center;
  margin-right: 2em;
}

footer .copy p + p{
  margin-right: 0;
  font-size: 0.875em;
}



/* topBtn */
footer .topBtn {
  position: relative;
  min-width: 1000px;
}
footer .topBtn a {
  display: inline-block;
  border-radius: 31.5px 0 0 31.5px;
  overflow: hidden;
  position: absolute;
  top: -30px;
  right: 0;
}
footer .topBtn p {
  background-color: #999999;
  font-size: 14px;
  line-height: 15px;
  padding: .5em;
  height: 60px;
  text-align: center;
}
footer .topBtn p span {
  display: block;
  text-align: center;
}


@media screen and (max-width: 768px) {
  body{
    min-width: auto;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }

  .w1024 {
    width: auto;
  }

  a.btnLink img.linkMark2 {
    width: 13.5px;
    height: 14.5px;
    margin-top: -3px;
  }

  /*----------
  header
  ----------*/
  header .headArea {
    padding: 8px 2.6%;
  }
  header .headLogo img {
    width: 113px;
  }
  header .headLogo2 img {
    width: 90px;
  }
  header .headHelp .adventBtn {
    display: inline-block;
    width: 60px;
    height: 36px;
    border: 1px solid #999999;
    padding: 6px 4px;
    border-radius: 5px;
    color: #999999;
    font-size: 10px;
    float: right;
  }
  header .headHelp .adventBtn:hover {
    cursor: pointer;
  }
  header .headHelp span {
    line-height: 17px;
    margin-left: .25em;
  }
  header .headHelp i {
    position: relative;
    font-size: 17px;
    top: 2px;
  }

  /* help */
  .adventArea{
      position: fixed;
      z-index: 9999;
      top: 0;
      left: 0;
      display: none;
      width: 100%;
      height: 100%;
      background-color: #333;
      overflow-y: auto;
      padding-bottom: 2.5em;
      -webkit-overflow-scrolling: touch;
  }
  .adventArea > div{
      padding: 2.6%;
  }
  .adventArea *{
      float: none;
      padding: 0;
      color: #fff;
      border: none;
  }
  header .headHelp .adventArea a,
  .adventArea a{
      font-size: 16px;
      display: inline-block;
      float: none;
      width: auto;
      height: auto;
      margin-top: 8px;
      padding: 0;
      color: #fff;
      border-color: #fff;
      border-radius: 0;
  }
  header .headHelp .adventArea ul li i,
  .adventArea a > i{
      font-size: 14px;
      top: 0;
      margin-left: .5em;
      color: #fff;
  }
  .adventArea h2{
      font-size: 24px;
      font-weight: bold;
      position: relative;
      display: block !important;
      padding: 8px;
      text-align: center;
      color: #39a75b;
      background-color: #fff;
  }
  .adventArea h3{
      font-size: 18px;
      font-weight: bold;
      position: relative;
      margin-top: 2.6%;
      padding-left: 5.4%;
  }
  .adventArea h3:after{
      position: absolute;
      top: 0;
      left: 0;
      width: 5px;
      height: 100%;
      content: '';
      border-radius: 3px;
      background-color: #fff;
  }
  .adventArea h4{
      font-size: 16px;
      font-weight: bold;
      margin-top: 1.5em;
  }
  .adventArea h4 ~ h4{
      margin-top: 2em;
  }
  header .headHelp .adventArea a.telBtn{
      font-size: 24px;
      font-weight: bold;
      position: relative;
      display: block ;
      width: 100%;
      padding: .25em .5em;
      color: #333;
      border-radius: 5px;
      background-color: #fff;
  }
  header .headHelp .adventArea a.telBtn > img{
      width: 40px;
      margin-right: .3em;
      vertical-align: -4px;
  }
  .adventArea dl dd{
      margin-top: .5em;
  }
  .adventArea ul{
      margin-top: 2em;
  }
  header .headHelp .adventArea ul li{
      text-align: left;
  }
  header .headHelp .adventArea ul li:last-child{
      margin-top: 0;
  }
  .closeBtn{
      display: block;
  }
  .closeBtn.topBtn{
      position: absolute;
      top: 1%;
      right: 2.6%;
  }
  .closeBtn.topBtn > i{
      font-size: 30px !important;
      color: #39a75b !important;
  }
  .closeBtn.bottomBtn{
      width: 40%;
      margin: 2em auto 0;
      padding: .5em;
      text-align: center;
      border: 1px solid #fff;
      border-radius: 5px;
  }

  /* backBtn */
  header .backBtn a {
    border-radius: 0 17px 17px 0;
    top: 0;
  }
  header .backBtn.fixed a {
    top: 10px;
  }
  header .backBtn p {
    font-size: 12px;
    padding: 10px 1em;
  }

  /*----------
  mainWrap
  ----------*/
  .mainWrap {
    margin: 0 2.6%;
  }
  .mainWrap h3 {
    margin-top: 50px;
    font-size: 24px;
  }
  .mainWrap h3::after {
    height: 3px;
    border-radius: 1.5px;
    bottom: -9.5px;
  }
  .mainWrap h3 img {
    width: 20px;
  }
  .mainBox {
    margin-top: 42.5px;
  }

  /* Error */
  #topError {
    margin: 30px auto;
  }
  #topError h4 {
    padding: 20px 4.2% 20px 3.2%;
    font-size: 16px;
    border-left: 5px solid #a83734;
  }
  #topError .sectionInner {
    padding: 20px 4.2%;
    border-top: 1px solid #fff;
  }
  #topError ul.markList li:not(:first-child) {
    margin-top: 0.5em;
  }
  .error {
    margin: 20px 0 !important;
    padding: 15px 4.2% !important;
    font-weight: bold;
  }
  h4 .error,
  h5 .error,
  h6 .error,
  p .error,
  ul .error,
  label .error {
    margin-top: 20px !important;
  }

  /* nextBtn */
  .nextBtn {
    margin: 30px 0;
  }
  .nextBtn a {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    padding: 15px 0;
    border-radius: 5px 30px 30px 5px;
    box-shadow: 0 8.5px 0 0 #752624;
  }
  .nextBtn a:active {
    top: 8.5px;
  }

  /*----------
  footer
  ----------*/
  footer .footArea {
    padding: 40px 2.6%;
    margin-top: 92.5px;
    font-size: 14px;
  }
  footer .footArea p {
    text-align: center;
  }
  footer .footArea .cons {
    float: none;
  }
  footer .footArea .cons li {
    float: none;
    margin-bottom: 2em;
  }
  footer .footArea .cons li:first-child {
    margin-right: 0;
  }
  footer .footArea .cons li:last-child {
    margin-bottom: 0;
  }
  footer .footArea .cons .consTitle {
    margin-bottom: .5em;
  }
  footer .footArea .cons .tell img {
    width: 30.4px;
    height: 17.5px;
    margin-right: .25em;
  }
  footer .footArea .about {
    font-size: 14px;
    float: none;
  }
  footer .footArea .about li{
    text-align: center;
    margin-bottom: 1em;
  }
  footer .footArea .about li:last-child{
    margin-bottom: 2em;
  }
  footer .bgGray{
    border-bottom: 9px solid #009844;
  }
  footer .copy{
    padding: 1.2em 0 .625em;
  }
  footer .copy::before {
    position: absolute;
    top: -21px;
    left: 18%;
    width: 77px;
    height: 33px;
  }
  footer .copy::after {
    top: 4px;
    right: 0;
    width: 131px;
    height: 10px;
  }
  footer .copy p {
    display: block;
    text-align: center;
    margin: 0 0 1em 0;
  }
  footer .copy p + p{
    margin: 0;
    font-size: 0.625em;
  }

  /* topBtn */
  footer .topBtn {
    min-width: inherit;
  }
  footer .topBtn a {
    top: -20px;
  }
  footer .topBtn p {
    height: 40px;
    font-size: 12px;
  }
  footer .topBtn p i {
    margin-right: .5em;
    position: relative;
    top: -.75em;
  }
  footer .topBtn p span {
    display: inline-block;
  }
}
@media screen and (min-width: 769px) {
  /* help */
  .adventArea{
    display: none !important;
  }
}
