@charset "UTF-8";
.pagetitle {
  padding: 230px 0 160px 0;
  text-align: center;
  width: 94%;
  max-width: 1000px;
  margin: 0 auto;
}

.pagetitle .komidashi {
  font-size: 16px;
  color: #004e85;
  line-height: 125%;
  padding-bottom: 10px;
}

.pagetitle h1 {
  font-size: 30px;
}

/*****幅レイアウト調整*****/
.w900 {
  width: 94%;
  max-width: 900px;
  margin: 0 auto;
}

.w1000 {
  width: 94%;
  max-width: 1000px;
  margin: 0 auto;
}

.w1000 .w900 {
  width: 100%;
  max-width: 900px;
}

.w1000b {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.last_spacer {
  padding-bottom: 230px;
}

/**************基本フォントサイズ_PC***************/
body {
  font-size: 16px;
}

/**************基本フォントサイズ***************/
#sec01 {
  padding-top: 1000px;
}

#sec02 {
  text-align: center;
}

#sec02 .br_inline {
  display: none;
}

#sec02 h2 {
  display: inline-block;
  font-size: 30px;
  letter-spacing: 1px;
  position: relative;
  padding: 0.5em 0.85em;
  line-height: 125%;
  margin-bottom: 140px;
}

#sec02 .k_left {
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
  width: 35px;
  height: 35px;
}

#sec02 .k_right_type_A {
  position: absolute;
  bottom: 0;
  right: 0em;
  border-bottom: 1px solid #666;
  border-right: 1px solid #666;
  width: 35px;
  height: 35px;
}

#sec02 .k_right_type_B {
  position: absolute;
  bottom: 0;
  right: 0.4em;
  border-bottom: 1px solid #666;
  border-right: 1px solid #666;
  width: 35px;
  height: 35px;
}

#sec02 .box_center {
  display: inline-block;
  text-align: left;
}

#sec02 .box_center h3 {
  font-size: 18px;
  color: #004e85;
  padding-bottom: 20px;
}

#sec02 .box_center ul {
  padding-bottom: 100px;
}

#sec02 .box_center ul.last {
  padding-bottom: 0px;
}

#sec02 .box_center li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 130%;
  padding-bottom: 17px;
}

#sec02 .box_center li span {
  display: block;
  font-size: 20px;
  padding-bottom: 8px;
}

@media screen and (max-width: 680px) {
  .pagetitle {
    padding: 100px 0 120px 0;
  }
  .pagetitle .komidashi {
    font-size: 13px;
    padding-bottom: 5px;
  }
  .pagetitle h1 {
    font-size: 24px;
  }
  /*****幅レイアウト調整*****/
  .w900 {
    width: 94%;
    max-width: 900px;
    margin: 0 auto;
  }
  .w1000 {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
  }
  .w1000 .w900 {
    width: 100%;
    max-width: 900px;
  }
  .last_spacer {
    padding-bottom: 200px;
  }
  /**************基本フォントサイズ_PC***************/
  body {
    font-size: 14px;
  }
  /**************基本フォントサイズ***************/
  #sec02 {
    text-align: center;
  }
  #sec02 .br_inline {
    display: inline;
  }
  #sec02 h2 {
    display: inline-block;
    font-size: 20px;
    letter-spacing: 1px;
    position: relative;
    padding: 0.5em 0.85em;
    line-height: 135%;
    margin-bottom: 55px;
    text-align: left;
  }
  #sec02 .k_left {
    position: absolute;
    top: 0;
    left: 0;
    border-top: 1px solid #666;
    border-left: 1px solid #666;
    width: 22px;
    height: 22px;
  }
  #sec02 .k_right_type_A {
    position: absolute;
    bottom: 0;
    right: 0em;
    border-bottom: 1px solid #666;
    border-right: 1px solid #666;
    width: 22px;
    height: 22px;
  }
  #sec02 .k_right_type_B {
    position: absolute;
    bottom: 0;
    right: 0.4em;
    border-bottom: 1px solid #666;
    border-right: 1px solid #666;
    width: 22px;
    height: 22px;
  }
  #sec02 .box_center {
    display: inline-block;
    text-align: left;
  }
  #sec02 .box_center h3 {
    font-size: 15px;
    color: #004e85;
    padding-bottom: 18px;
  }
  #sec02 .box_center ul {
    padding-bottom: 50px;
  }
  #sec02 .box_center ul.last {
    padding-bottom: 0px;
  }
  #sec02 .box_center li {
    padding-left: 1em;
    text-indent: -1em;
    line-height: 130%;
    padding-bottom: 12px;
  }
  #sec02 .box_center li span {
    display: block;
    font-size: 16px;
    padding-bottom: 5px;
  }
}

.w900contana {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 200%;
}

@media screen and (max-width: 680px) {
  .w900contana {
    font-size: 14px;
    line-height: 180%;
  }
}

.w900contana p {
  margin-bottom: 25px;
}

.w900contana p span {
  font-size: 12px;
  vertical-align: 4px;
}

.w900contana .mintext {
  margin-top: 90px;
  font-size: 14px;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 160%;
}

@media screen and (max-width: 680px) {
  .w900contana .mintext {
    font-size: 12px;
  }
}
