@charset 'utf-8';
/* base setting */
.title {
  margin-bottom: 20px;
}
.module:not(:last-child) {
  margin-bottom: 60px;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.bdimg, .borderbox {
  box-sizing: border-box;
}
.title h2 {
  font-size: 1.7rem;
  letter-spacing: 0.5rem;
  text-indent: 0.5rem;
}
.title h2 .big {
  font-size: 2.2rem;
}
.mini {
  font-size: 18px;
  display: inline-block;
  padding-left: 20px;
}
.title_h3_02 {
  margin-bottom: 30px;
}
.title_h3_02 h3.plaintitle {
  font-size: 1.7rem;
  letter-spacing: 0.5rem;
  color: #005BAC;
  text-indent: 0.5rem;
}
.title_h4 h4.plaintitle {
  font-weight: 700;
  color: #329580;
  font-size: 1.2rem;
}
.section_pink {
  background: #f7ebeb;
  color: #cf403b;
}
.title_h3_pink h3.plaintitle span.primary {
  color: #cf403b;
}
.title_h3_pink h3.plaintitle span.secondary {
  color: #e49f9c;
}
.title_su {
  margin-bottom: 50px;
}
.title_su h3.plaintitle {
  letter-spacing: 0.5rem;
}
.title_su h3.plaintitle {
  font-size: 2rem;
}
.title_su h3.plaintitle .big {
  color: #ce3030;
  font-size: 40px;
}
.title_su rt {
  font-size: 1rem;
}
.pictlist li + li {
  margin-top: 10px;
}
.borderbox {
  padding: 1rem;
}
.borderbox1 {
  background: #eee;
}
.borderbox2 {
  background: #00A33E;
  color: #ffffff;
}
.borderbox3 {
  background: #ff000f;
  color: #fff
}
.borderbox4 {
  background: #005BAC;
  color: #fff;
}
.photo {
  overflow: hidden;
}
.fl-left {
  float: left;
}
.fl-right {
  float: right;
}
.pict.fl-left {
  margin-right: 20px;
}
.pict.fl-right {
  margin-left: 20px;
}
.text {
  overflow: hidden;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.flex > * {
  flex: none;
}
.flex_wrap {
  justify-content: space-between;
  margin-bottom: -30px;
}
.flex_wrap > * {
  margin-bottom: 30px;
}
.just2 {
  width: calc(50% - 15px);
}



.just3 {
  width: calc(33% - 15px);
}
.just4 {
  font-size: 1.2rem;
  width: calc(25% - 10px);
}
.just5 {
  font-size: 0.9rem;
  width: calc(20% - 10px);
}
.wcempty {
  height: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border: none !important;
}
.justimg {
  width: 100%;
  height: auto;
}
.natural_img {
  max-width: 100%;
  height: auto;
}
.just_item + .just_item {
  margin-top: 10px;
}
.border {
  border-top: 1px solid #bbb;
}
.border hr {
  display: none;
}
.list + .list {
  border-top: 1px solid #ddd;
  margin-top: 20px;
  padding-top: 20px;
}
.list dt {
  font-weight: 700;
  width: 20%;
}
.list dd {
  flex: 1;
}
.qanda + .qanda, .list + .list {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
}
.qanda dt, .qanda dd {
  display: flex;
  align-items: center;
}
.qanda dt {
  margin-bottom: 20px;
  align-content: center;
}
.qanda dt:before, .qanda dd:before {
  flex: none;
  display: block;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  color: #fff;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  margin-right: 10px;
  align-self: flex-start;
}
.qanda dt:before {
  content: 'Q';
  background: #ff5858;
}
.qanda dd:before {
  content: 'A';
  background: #2c64e2;
}
.table {
  width: 100%;
}
@media screen and (max-width: 1100px) {
    .table {
    overflow: auto;
}
}
.table th, .table td {
  padding: 15px;
  border: 1px solid #ddd;
  vertical-align: middle;
}
.table th {
  font-weight: 500;
  background: #005BAC;
  text-align: center;
  color: #fff;
}
.table td {
  background: #fff;
}
.table1 td:first-child, .table1 th:first-child {
  width: 30%;
}
.table1_2 td:first-child, .table1_2 th:first-child {
    width: 50%;
}
.table2 th, .table2 td {
  width: 20%;
}
.table2 th:nth-child(2), .table2 td:nth-child(2), .table2 th:nth-child(1), .table2 th:nth-child(3), .table2 td:nth-child(1), .table2 td:nth-child(3) {
  width: 33.333%;
}
.table2_head th {
  text-align: center;
}
.table3 th, .table3 td {
  width: 50%;
}
.table3 th {
  text-align: center;
}
.table4 th:nth-child(odd), .table4 td:nth-child(odd) {
  width: 15%;
}
.table4 td[colspan] {
  width: auto;
}
.section_nav li {
  position: relative;
}
.section.section_nav {
  padding-top: 0;
  padding-bottom: 0;
}
.section.section_nav + * {
 display: none!important;
}
.section.section_nav, .section.section_nav ul {

  align-items: center;
}
.section.section_nav > .inner.flex > li > a {
  height: auto;
}


.dropdown {
  background: #fff;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  min-width: 200px;
  z-index: 100;
  display: none;
}

.dropdown li + li a {
  border-top: 1px solid #ddd;
}
.dropdown a {
  display: block;
  padding: 10px;
}
@media screen and (max-width: 800px) {
  .title h2 .big {
    font-size: 24px;
    letter-spacing: 2px;
  }
  .title_su h3.plaintitle .big {
    font-size: 24px;
  }
  .mini {
    font-size: 16px;
    letter-spacing: 2px;
  }
  .dropdown {
    position: static;
    transform: none;
    min-width: 0;
    background: #eee;
  }
  #globalnav_sp .secondary {
    display: none;
  }
  #globalnav_sp > .globalnav_sp {
    height: 100%;
    overflow: auto;
  }
  .has_dropdown > a {
    position: relative;
  }
/*  .has_dropdown > a:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 4px 0 4px;
    border-color: #007bff transparent transparent transparent;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -4px;
  }*/
  .table th, .table td {
    padding: 10px;
  }
}
@media screen and (min-width: 1001px) {
    .subpage_contents > * {
        opacity: 0;
        transform: translateY(30px);
        transition: all 0.3s 0.3s cubic-bezier(.63, .2, .36, .73);
    }
}
