@charset "UTF-8";
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 500;
  src: url(/92nenkai/common/fonts/NotoSerifCJKjp-Medium.otf) format('opentype');
 }
html {
  font-size: 62.5%;}
body, select, input, textarea, button {
  font-size: 14px;
  font-family: 'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','メイリオ','Meiryo',sans-serif;
  line-height: 1.5;
  color: #333;
  font-size-adjust: none;
  -webkit-font-size-adjust: none;
  -webkit-text-size-adjust: none;}
a {
  color: #333;
  cursor: pointer;}
a:link {
  text-decoration: none;}
a:visited {
  color: #333;
  text-decoration: none;}
a:hover, a:active {
  color: #666;
  text-decoration: underline;}
/*img {min-width: 100%;}*/
.clearfix:after {
  content:" ";
  display:block;
  clear:both;}
.pc_only {display: block}
.sp_only {display: none}
.pagetopBlock {
  position: fixed;
  right: 20px;
  bottom: 40px;
}
.pagetopBlock img {
  width: 70px;
  height: auto; 
}
.content,.sub-content {
  width: 100%;
}
/*.sub-content {
  box-shadow: inset 0 4px 10px -4px rgba(0, 0, 0, .15);
  padding: 20px 0;
}*/
.headArea01 {
  align-items: center;
  background-color: rgba(230, 0, 25, .1);
  display: flex;
  height: 85px;
  margin: 0 auto;
  width: 100%;
}
.head01 {
  font-size: 3rem;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 2px;
  margin: auto;
  max-width: 960px;
  padding: 0 15px;
  width: 100%;
  text-align: center;
}
.main {
  max-width: 960px;
  width: calc(100% - 20px);
  margin: 0 auto;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}
.head01-02 {
  font-size: 3rem;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.4;
  padding-bottom: 15px;
  position: relative;
  width: 100%;
  text-align: center;
}
.head01-02:before, .head01-02:after {
  background-color: #83714c;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
  max-width: 960px;
}
.head01-02:before {
  bottom: 0;
}
.head01-02:after {
  bottom: 3px;
}

.head01-03 {
  font-size: 3rem;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.4;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  width: 100%;
  text-align: center;
}

.head01-03:before, .head01-03:after {
  border-top:double #83714c 3px;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
  max-width: 960px;
}
.head01-03:before {
  top: 0;
}
.head01-03:after {
  bottom: 0;
}


.head02 {
  align-items: center;
  border-left: 2px solid rgba(230, 0, 25, 1);
  display: flex;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.3;
  padding: 11px 0 10px 25px;
}
.head03 {
  border-bottom: 2px solid rgba(14, 41, 81, 1);
  font-size: 18px;
  padding-bottom: 10px;
  text-align: center;
}
.head03-02 {
  color: rgba(14, 41, 81, 1);
  font-size: 20px;
}
.contentBlock {
  width: calc(100% - 20px);
  margin: 0 auto;
}
.text01 {
  font-size: 15px;
  line-height: 1.8;
}
.text01-01 {
  font-size: 15px;
  line-height: 1.8;
  text-indent: 1em;
}
.text02 {
  font-size: 16px;
  line-height: 1.8;
}
.colm2 {
  display: flex;
  flex-wrap: wrap;
}
.colm2Item {
  width: 50%;
}
.colm3 {
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.colm3Item {
  width: 33%;
}
@media screen and (max-width: 768px) {

  .pc_only {display: none}
  .sp_only {display: block}

  .headArea01 {
    height: 50px;
  }
  .head01 {
    font-size: 2rem;
    font-weight: 700;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 0;
  }
  .head01-02 {
    font-size: 1.8rem;
    font-weight: 600;
    padding-bottom: 10px;
  }
}