@charset "UTF-8";

/*
**
** 
** layout
** txt
** display
**
**
*/
/*==================================================

** layout
==================================================*/
.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-col {
  flex-direction: column;
}

.flex-row-r {
  flex-direction: row-reverse;
}

.flex-jcc {
  justify-content: center;
}

.flex-jcsb {
  justify-content: space-between;
}

.flex-jcfe {
  justify-content: flex-end;
}

.flex-aic {
  align-items: center;
}

.flex-aifs {
  align-items: flex-start;
}

.flex-aife {
  align-items: flex-end;
}

.float:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
}

.float-r {
  float: right;
}

.float-l {
  float: left;
}

/*==================================================

** txt
==================================================*/
.ctr {
  text-align: center;
}

@media screen and (min-width: 992px) {
  .ctr-pc {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .ctr-pc-tab {
    text-align: center;
  }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .ctr-tab {
    text-align: center;
  }
}

@media screen and (max-width: 991px) {
  .ctr-tab-sp {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .ctr-sp {
    text-align: center;
  }
}

/*==================================================

** display
==================================================*/
.pc,
.pc-tab,
.tab,
.tab-sp,
.sp {
  display: none;
}

@media screen and (min-width: 992px) {
  .pc {
    display: inherit;
  }
}

@media screen and (min-width: 768px) {
  .pc-tab {
    display: inherit;
  }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .tab {
    display: inherit;
  }
}

@media screen and (max-width: 991px) {
  .tab-sp {
    display: inherit;
  }
}

@media screen and (max-width: 767px) {
  .sp {
    display: inherit;
  }
}

/*
** pagettl / breadcrumbs
*/
#pagettl {
  background: url("../images/common/pagettl_bg_pc.png") no-repeat center top/cover;
}

#pagettl .wrap {
  height: 16.5vw;
}

#pagettl h1 {
  color: #fff;
  font-size: 35px;
  font-weight: 500;
}

#breadcrumbs ol li {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

#breadcrumbs ol li+li {
  margin-left: 0.9em;
  padding: 0 0 0 1.4em;
  position: relative;
}

#breadcrumbs ol li+li:before {
  content: "";
  font: normal normal 900 18px "Font Awesome 5 Free";
  line-height: inherit;
  position: absolute;
  position: absolute;
  left: 0;
  top: 0;
}

#breadcrumbs ol a {
  text-decoration: underline;
  line-height: 1;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  #pagettl .wrap {
    height: 20vw;
  }

  #pagettl h1 {
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  #pagettl {
    background-image: url("../images/common/pagettl_bg_sp.png");
  }

  #pagettl .wrap {
    height: 25.3vw;
  }

  #pagettl h1 {
    font-size: 18px;
  }
}

/*
** subpage common
*/
.subpage {
  font-weight: 400;
  padding: 0 0 130px;
}

.subpage .r10 img {
  border-radius: 10px;
}

.subpage .fwm {
  font-weight: 500;
}

.subpage .fwb {
  font-weight: 700;
}

.subpage .notes {
  padding: 0 0 0 1em;
  position: relative;
}

.subpage .notes:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

.subpage .wrap {
  margin-right: auto;
  margin-left: auto;
  max-width: 1220px;
  padding: 0 10px;
}

.subpage .overwrap {
  margin: 80px 0 0;
  padding: 0 10px;
}

.subpage .overwrap-inner {
  max-width: 1400px;
  margin: 0 auto;
  background: #E8F2FA;
}

.subpage .overwrap .wrap {
  padding: 64px 40px;
}

.subpage .overwrap .wrap> :first-child {
  margin-top: 0;
}

.subpage .txtbox> :first-child {
  margin-top: 0;
}

.subpage p {
  line-height: 2;
  margin: 10px 0 0;
}

.subpage .dotlist li {
  position: relative;
  line-height: 2;
  padding: 0 0 0 1em;
}

.subpage .dotlist li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.subpage table {
  width: 100%;
  margin: 20px 0 0;
  table-layout: fixed;
}

.subpage table tr {
  border-bottom: 1px solid #cebbb7;
}

.subpage table th,
.subpage table td {
  line-height: 2;
  padding: 13px 0;
  width: auto;
}

.subpage table th> :first-child,
.subpage table td> :first-child {
  margin-top: 0;
}

.subpage table th {
  width: 160px;
  padding: 13px;
  font-weight: 700;
}

.subpage h2,
.subpage h3,
.subpage h4 {
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.1em;
}

.subpage h2 {
  margin: 64px 0 0;
  color: #0F70C3;
  font-size: 30px;
}

.subpage h2.ico {
  position: relative;
}

.subpage h2.ico:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  background: no-repeat center center/contain;
}

.subpage h2.ico-tree {
  padding: 0 0 0 102px;
}

.subpage h2.ico-tree:before {
  background-image: url("../images/common/heading_ico_fish.svg");
  width: 85px;
  height: 78px;
  top: -10px;
}

.subpage h2.ico-tableware {
  padding: 0 0 0 95px;
}

.subpage h2.ico-tableware:before {
  background-image: url("../images/common/heading_ico_tableware.svg");
  width: 62px;
  height: 84px;
  top: -20px;
}

.subpage h2+* {
  margin-top: 50px;
}

.subpage h3 {
  margin: 24px 0 0;
  font-size: 24px;
  color: #0F70C3;
}

.subpage h3+* {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .subpage {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .subpage {
    padding: 0 0 65px;
  }

  .subpage .overwrap {
    margin: 60px 0 0;
  }

  .subpage .overwrap .wrap {
    padding: 44px 20px;
  }

  .subpage table {
    margin: 15px 0 0;
  }

  .subpage table th,
  .subpage table td {
    display: block;
    width: 100%;
    line-height: 1.55;
  }

  .subpage table th {
    padding: 13px 0 1px;
  }

  .subpage table td {
    padding: 1px 0 13px;
  }

  .subpage h2 {
    margin: 50px 0 0;
    font-size: 23px;
  }

  .subpage h2.ico-tree {
    padding: 0 0 0 64px;
  }

  .subpage h2.ico-tree:before {
    width: 46px;
    height: 42px;
    top: -5px;
  }

  .subpage h2.ico-tableware {
    padding: 0 0 0 60px;
  }

  .subpage h2.ico-tableware:before {
    width: 40px;
    height: 54px;
    top: -10px;
  }

  .subpage h2+* {
    margin-top: 30px;
  }

  .subpage h3 {
    margin: 30px 0 0;
    font-size: 18px;
  }

  .subpage h3+* {
    margin-top: 20px;
  }
}

/*
** life
*/
#lifeFeature .lrbox {
  margin: 100px 0;
}

#lifeFeature .lrbox h3 {
  margin: 0;
}

#lifeFeature .lrbox .lbox,
#lifeFeature .lrbox .rbox {
  width: 48%;
}

#lifeFeature .lrbox .box {
  background: #e8f2fa;
  padding: 10px 20px;
  margin: 16px 0 0;
}

#lifeFeature .lrbox table {
  margin: 0;
}

#lifeFeature .lrbox table tr:last-of-type {
  border-bottom: none;
}

#lifeFeature .lrbox table th,
#lifeFeature .lrbox table td {
  padding: 8px 0 20px;
  line-height: 1.77;
}

#lifeFeature .lrbox table th> :first-child,
#lifeFeature .lrbox table td> :first-child {
  margin-top: 0;
}

#lifeFeature .lrbox table th {
  color: #0F70C3;
  width: 70px;
}

#lifeFeature .lrbox table td {
  padding-right: 20px;
}

#lifeFeature .lrbox ul li {
  line-height: 1.6;
}

#lifeFeature .lrbox ul li+li {
  margin-top: 15px;
}

#lifeFeature .lrbox h6 {
  margin: 15px 0 0;
  line-height: 1.7;
}

#lifeFeature .lrbox h6+* {
  margin-top: 0;
}

#lifeFeature .lrbox p {
  line-height: 1.7;
}

#lifeFeature .lrbox .pht {
  margin: 10px 0 5px;
  display: block;
}

#lifeFeature .lrbox dl dt,
#lifeFeature .lrbox dl dd {
  line-height: 1.7;
  font-weight: 400;
}

#lifeFeature .lrbox dl dt {
  width: 84px;
}

#lifeFeature .lrbox dl dd {
  width: calc(100% - 84px);
}

#lifeEvents .eventbox {
  margin: 80px 0 0;
}

#lifeEvents .eventbox+.eventbox {
  margin-top: 95px;
}

#lifeEvents .phtbox,
#lifeEvents .txtbox {
  width: 48%;
}

#lifeEvents dl .month+.month {
  margin-left: 30px;
}

#lifeEvents dl dt {
  font-size: 24px;
  font-weight: 700;
  color: #0F70C3;
  letter-spacing: 0.1em;
}

#lifeEvents dl dd {
  margin: 16px 0 0;
}

#lifeEvents .dotlist li {
  line-height: 1.6;
  font-size: 20px;
  font-weight: 700;
}

#lifeEvents .event1 dl {
  justify-content: space-between;
}

#lifeEvents .event4 .month+.month {
  margin-left: 80px;
}

#lifeEvents .event6 .month+.month {
  margin-left: 50px;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  #lifeEvents dl {
    display: block;
  }

  #lifeEvents dl .month {
    width: 100%;
  }

  #lifeEvents dl .month+.month {
    margin: 15px 0 0 !important;
  }
}

@media screen and (max-width: 767px) {
  #lifeFeature .lrbox {
    margin: 50px 0 0;
  }

  #lifeFeature .lrbox .lbox,
  #lifeFeature .lrbox .rbox {
    width: 100%;
  }

  #lifeFeature .lrbox .rbox {
    margin: 30px 0 0;
  }

  #lifeFeature .lrbox .box {
    padding: 10px 20px;
  }

  #lifeFeature .lrbox table th {
    width: 100%;
    padding: 8px 0 2px;
  }

  #lifeFeature .lrbox table td {
    padding: 2px 0 20px;
  }

  #lifeFeature .lrbox ul li+li {
    margin-top: 10px;
  }

  #lifeFeature .lrbox h6 {
    margin: 10px 0 0;
  }

  #lifeFeature .lrbox dl dt {
    width: 75px;
  }

  #lifeFeature .lrbox dl dd {
    width: calc(100% - 75px);
  }

  #lifeEvents .eventbox {
    margin: 30px 0 0;
  }

  #lifeEvents .eventbox+.eventbox {
    margin-top: 40px;
  }

  #lifeEvents .phtbox,
  #lifeEvents .txtbox {
    width: 100%;
  }

  #lifeEvents .txtbox {
    margin: 20px 0 0;
  }

  #lifeEvents dl {
    justify-content: space-between;
  }

  #lifeEvents dl .month {
    width: 49%;
  }

  #lifeEvents dl .month+.month {
    margin: 0 !important;
  }

  #lifeEvents dl dt {
    font-size: 18px;
  }

  #lifeEvents dl dd {
    margin: 10px 0 0;
  }

  #lifeEvents .dotlist li {
    font-size: 14px;
  }
}

@media screen and (max-width: 374px) {
  #lifeEvents dl {
    display: block;
  }

  #lifeEvents dl .month {
    width: 100%;
  }

  #lifeEvents dl .month+.month {
    margin: 15px 0 0 !important;
  }
}

@media screen and (max-width:767px) {
  #lifePamphlet .col-md-4 {
    margin: 35px 0 0 !important; 
  }
}