@charset "utf-8";

/* =============================================================
 2021 add common style
 =============================================================== */
img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
button {
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3',
    'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', sans-serif;
}
.maxWidthWrap01 {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 30px;
}
.imgBorder {
  border: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .maxWidthWrap01 {
    padding: 0 20px;
  }
}
.titleStyle01 {
  display: inline;
  font-size: 30px;
  font-weight: normal;
}
.titleStyle02 {
  font-size: 22px;
  font-weight: bold;
  position: relative;
  padding-left: 24px;
  color: #333333;
}
.titleStyle02:before {
  content: '';
  display: block;
  position: absolute;
  top: 14px;
  left: 0;
  width: 12px;
  height: 2px;
  background: #003399;
}
.titleStyle03 {
  padding: 60px 0;
  letter-spacing: -0.4;
  width: 92%;
  max-width: 1600px;
  margin: 0 auto;
}
.titleStyle03 .title {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
  font-size: 36px;
  font-weight: bold;
  color: #003399;
}
@media screen and (max-width: 1000px) {
  .titleStyle03 {
    width: auto;
    margin: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .titleStyle03 {
    padding: 30px 0;
  }
  .titleStyle03 .title {
    display: block;
    font-size: 28px;
    margin-right: 0;
  }
}
.titleStyle04 {
  color: #004a9a;
  font-weight: normal;
  margin-top: 27px;
  font-size: 18px;
}
.titleStyle04.bold {
  font-weight: bold;
}

.titleStyle05 {
  margin-bottom: 40px;
}
.titleStyle05 .sub {
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
  color: #004a9a;
  margin-bottom: 12px;
}
.titleStyle05 .main {
  font-size: 32px !important;
  line-height: 1.2;
  display: block;
  font-weight: bold !important;
  position: relative;
  padding-bottom: 24px;
  color: #004a9a;
}
.titleStyle05 .main:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 3px;
  background: #004a9a;
}
.titleStyle06 {
  display: block;
  font-weight: bold !important;
  font-size: 24px !important;
  line-height: 40px;
  padding-left: 22px;
  border-left: 9px solid #004a9a;
}

.btnStyle01 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  height: 30px;
  color: #fff;
  font-size: 14px;
  background: #333;
  text-decoration: none;
  border-radius: 15px;
  box-sizing: border-box;
  padding: 0 30px;
}
.btnStyle01:hover,
.btnStyle01:focus {
  opacity: 0.5;
}
.btnStyle01 > span {
  position: relative;
  line-height: 1.2;
}
.btnStyle01.next > span {
  padding-right: 20px;
}
.btnStyle01.next > span::after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 5px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -3px;
  background: url(/common/images/arrow01-white.svg) no-repeat center center;
  background-size: 15px 5px;
}
.btnStyle01.prev > span {
  padding-left: 20px;
}
.btnStyle01.prev > span::after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
  background: url(/common/images/arrow01-prev-white.svg) no-repeat center center;
  background-size: 15px 5px;
}

.spDisplayBlock {
  display: none;
}
@media screen and (max-width: 600px) {
  .pcDisplayBlock {
    display: none;
  }
  .spDisplayBlock {
    display: block;
  }
}
#tabs.flexStyle {
  display: flex;
}
#tabs.flexStyle li {
  width: auto;
  padding: 0 20px;
  float: none;
}
#tabs li > a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#tabs li.open {
  cursor: auto;
}

#breadcrumb {
  background: #f8f8f8;
  border-bottom: none;
  height: fit-content;
}
.secondArea #breadcrumb {
  background: #f8f8f8;
}
#breadcrumb .block {
  display: flex;
  min-height: 54px;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
}
#breadcrumb ol {
  font-size: 0;
  padding: 0 15px 0 28px;
}
#breadcrumb ol li {
  display: inline-block;
  vertical-align: middle;
  color: #666666;
}
#breadcrumb ol li::after {
  content: '>';
  font-size: 12px;
  display: inline-block;
  margin: 0 4px;
  color: #666666;
}
#breadcrumb ol li:last-child:after {
  display: none;
}
#breadcrumb ol li a {
  text-decoration: none;
}
#breadcrumb ol li span {
  font-size: 12px;
  color: #666666;
}

.tableScrollWrap {
  overflow: auto;
}
.tableStyle01 {
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}
.tableStyle01 th,
.tableStyle01 td {
  padding: 5px;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
.tableStyle01 th {
  background-color: #e6e6e6;
  font-weight: normal;
}
.bottomlink li > span {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #333;
  font-size: 13px;
  display: flex;
  align-items: center;
  padding-left: 35px;
  box-sizing: border-box;
}
.bottomlink li span.here {
  background-color: #f1f1f1;
}
ul.addDiscList {
  list-style-type: disc;
  margin-left: 20px;
}
ul.addDiscList li {
  list-style-type: disc;
}
li ul.addDiscList li {
  font-size: inherit;
  line-height: normal;
  margin-bottom: 0;
}
td ul.addDiscList li {
  font-size: 12px;
  line-height: normal;
}
.bottomlink li a.breakAll {
  word-break: break-all;
}
a.colorTextLink {
  color: #00f;
}
ol.numlist,
ol.numlist > li {
  list-style-type: decimal;
  margin-bottom: 15px;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*-------------------------------▼▼1000px以上▼▼-------------------------------*/
@media screen and (min-width: 1001px) {
  ul.addDiscList li {
    font-size: 14px;
    line-height: 1.8em;
  }
  #category.catTopHeading {
    width: 92%;
    max-width: 1600px;
  }
  .block.liquidWidth01 {
    width: 92%;
    max-width: 1600px;
  }
} /*------------------------------▲▲1000px以上▲▲-------------------------------*/

.policyBox {
  border: #ccc 1px solid;
  font-size: 14px;
  background-color: #e7e6d4;
  padding: 15px;
}
.policyBox .title {
  font-size: 15px;
  margin-bottom: 10px;
  font-weight: bold;
}
.grayBgArea {
  background: #efefef;
  padding: 15px;
}
.whiteBgArea {
  background: #fff;
  padding: 15px;
}
.lightBlueArea {
  background: #e8f3f9;
  padding: 15px;
}
.borderBox01 {
  padding: 15px;
  border: 1px solid #000;
}
.arrowTitle {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-left: 16px;
}
.arrowTitle::before {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  border: 6px solid transparent;
  border-left: 10px solid #000;
}
.accentBox01 {
  background: #dee7ee;
  padding: 15px;
}
.accentBox01 .title {
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: bold;
}
.accentBox01 .txt {
  font-size: 14px;
  color: #003399;
  font-weight: bold;
}
.borderBoxList01 .item + .item {
  margin-top: 10px;
}
.borderBoxList01 .item {
  border: 1px solid #ccc;
  padding: 15px;
}
.borderBoxList01 .item .title {
  font-size: 16px;
  font-weight: bold;
}
.borderBoxList01 .item .body {
  display: flex;
  justify-content: space-between;
}
.borderBoxList01 .item .body .detail {
  width: 350px;
  padding-right: 20px;
}
.borderBoxList01 .item .body .detail p + p {
  margin-top: 10px;
}
.borderBoxList01 .item .body .detail .link {
  margin-top: 10px;
}
.borderBoxList01 .item .body .detail .link a {
  text-decoration: underline;
  color: #00f;
}
.borderBoxList01 .item .body .image {
  flex: 1;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .borderBoxList01 .item .body {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
  }
  .borderBoxList01 .item .body .detail {
    width: auto;
    padding-right: 0px;
    order: 2;
  }
  .borderBoxList01 .item .body .image {
    order: 1;
    padding: 10px 0;
  }
}
.harfBox01 {
  display: flex;
  justify-content: space-between;
  gap: 0 30px;
}
.harfBox01 .item {
  width: 100%;
}
@media screen and (max-width: 600px) {
  .harfBox01 {
    display: block;
  }
  .harfBox01 .item + .item {
    margin-top: 20px;
  }
}

.horizonalList {
  display: flex;
  flex-flow: row wrap;
  gap: 0 40px;
}
.horizonalList.col2 .item {
  width: calc(50% - 20px);
}
@media screen and (max-width: 600px) {
  .horizonalList {
    display: block;
  }
  .horizonalList.col2 .item {
    width: 100%;
  }
}
