@media screen and (min-width: 769px) {
  .topWrap img{
    width: 120vw;
    max-width: 120vw;
    margin-left: -10vw;
  }
}
@media screen and (min-width: 1400px) {
  .topWrap img{
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 678px) {
  .btnWrap.taCenter > .btnType3 > span{
    font-size: 2rem;
  }
}
.boxAnchor{
  position: relative;
  background-color: #e4f6ff;
}
@media screen and (min-width: 769px) {
  .boxAnchor::before{
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    width: 100vw;
    height: 100%;
    background-color: #e4f6ff;
  }
}
@media screen and (min-width: 1220px) {
  .boxAnchor::before{
    left: calc(590px - 50vw);
  }
}
@media screen and (max-width: 678px) {
  .boxAnchorImage img{
    width: 40%;
  }
}
.sliderWrap {
  height: 300px;
  padding: 20px 0 0;
  background-color: #fff;
  margin-top: 30px;
}
@media screen and (max-width: 678px) {
  .sliderWrap {
    height: 63vw;
    padding: 20px 0 0;
    margin-top: 10px; 
  }
}
.slider {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  opacity: 0;
  transition: 3s;
}
.slick-initialized{
  opacity: 1;
}
@media screen and (max-width: 1200px) {
  .slider {
    max-width: inherit;
    width: 90%;
  }
}
@media screen and (max-width: 678px) {
  .slider {
    width: 80%;
  }
}
.slick-slide {
  transition: all ease-in-out .3s;
  margin: 0 20px;
}
.slick-slide img {
  width: 100%;
  margin: 0 auto;
}
.slick-current {
  opacity: 1;
}

/*-------------*/
.accordionH{
    position: relative;
    font-size: 2.6rem;
    font-weight: bold;
    color: #fff;
    padding: 0.4em 0.4em 0.3em 55px;
    border-bottom: 3px solid #003d79;
    margin: 30px 0;
    background: #4e8dd9;
    cursor: pointer;
}
@media screen and (max-width: 768px) {
  .accordionH{
    font-size: 1.8rem;
    margin: 20px 0;
    padding: 8px 8px 4px 46px;
  }
}
@media screen and (max-width: 370px) {
  .accordionH{
    font-size: 1.5rem;
    padding: 11px 4px 11px 40px;
  }
}
.accordionH::after, .accordionH::before{
    position: absolute;
    content: "";
    top: 28px;
    left: 30px;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-top: 4px solid #fff;
    transform: translateX(-50%);
}
.accordionH::after{
    top: 15px;
    left: 2px;
    transform: rotate(90deg);
    transition: all 300ms 0s ease;
}
.accordionH.active{
    margin-bottom: 0px;
    border-bottom: none;
}
.accordionH.active::after{
    top: 28px;
    left: 30px;
    transform: rotate(0deg);
    transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .accordionH::after, .accordionH::before{
    top: 20px;
    left: 22px;
    width: 24px;
    height: 24px;
    border-top: 3px solid #fff;
  }
  .accordionH::after{
    top: 10px;
    left: -1px;
  }
  .accordionH.active::after{
    top: 20px;
    left: 22px;
  }
}
/*-------------*/
.accordionNews{
  border: 2px solid #ff0000; 
  margin-top: 40px;
}
.accordionNewsH{
  position: relative;
  color: #ff0000;
  text-align: center;
  font-weight: bold;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .accordionNewsH{
    padding: 10px 10px 10px 20px;
  }
}
.accordionNewsH::before,.accordionNewsH::after{
    position: absolute;
    content: "";
    top: 22px;
    left: 40px;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-top: 2px solid #ff0000;
    transform: translateX(-50%);
}
.accordionNewsH::after{
    top: 8px;
    left: 11px;
    transform: rotate(90deg);
    transition: all 300ms 0s ease;
}
.accordionNewsH.active{
    margin-bottom: 0px;
    border-bottom: none;
}
.accordionNewsH.active::after{
    top: 22px;
    left: 40px;
    width: 0px;
    height: 0px;
    border-top: 0px solid #ff0000;
}
@media screen and (max-width: 768px){
  .accordionNewsH::before,.accordionNewsH::after{
      top: 20px;
      left: 14px;
      width: 20px;
      height: 20px;
  }
  .accordionNewsH::after{
      top: 11px;
      left: -5px;
  }
  .accordionNewsH.active::after{
      top: 20px;
      left: 14px;
  }
}
.accordionNews div{
  padding: 0px 40px 40px;
}
@media screen and (max-width: 768px){
  .accordionNews div{
    padding: 0px 20px 20px;
  }
}
.accordionNews div span{
  color: #ff0000;
}
/*-------------*/
.ryokinWrap{
  padding-bottom: calc(1vw + 10px);
  position: relative;
  overflow: hidden;
  background-color: #f5f5f5;
}
.ryokinWrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0; 
  border-bottom: 50vw solid #003d79; 
  border-right: 80vw solid transparent;
}
@media screen and (max-width: 768px) {
  .ryokinWrap::before {
    content: '';
    position: absolute;
    bottom: inherit;
    left: inherit;
    top: 0;
    right: 0; 
    border-top: 40vh solid #003d79;
    border-bottom: none; 
    border-right: none;
    border-left: 100vw solid transparent;
  }
}
.ryokinTtl{
    font-size: 2.6rem;
    font-weight: bold;
    color: #003d79;
    margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .ryokinTtl{
      font-size: 2.2rem;
      color: #fff;
      z-index: 9999999;
      position: relative;
  }
}
.ryokin{
  position: relative;
  background-color: #fff;
  width: 100vw;
  max-width: 1180px;
  padding: 40px;
  margin: 40px auto;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 1120px) {
  .ryokin{
    width: 95vw;
  }
}
@media screen and (max-width: 678px) {
  .ryokin{
    width: 95vw;
    padding: 20px 10px;
    margin: 30px auto 40px;
  }
}
.ryokin h3{
  text-align: center;
}
@media screen and (min-width: 769px) {
  .ryokin h3{
    font-size: 2.8rem;
  }
}
.ryokinExplanation{
  width: 80%;
  margin: 20px auto 0;
  text-align: left;
}
@media screen and (max-width: 768px){
.ryokinExplanation{
  width: 100%;
  margin: 10px auto 0;
}
}
.zip_area{
  padding: 40px 0;
  background-color: #e2f4fe;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .zip_area{
    padding: 0 40px 40px;
  }
}
@media screen and (max-width: 678px) {
  .zip_area{
    padding: 0 20px 20px;
  }
}
.zip_area > table{
  width: 100%;
}
.zip_area > table > tbody> tr > td{
  width: 46%;
  position: relative;
  text-align: left;
  margin-top: 40px !important;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .zip_area > table > tbody> tr > td{
    display: block;
    width: 100%;
    padding: 0;
  }
  .zip_area td:nth-of-type(1){
    margin-top: 20px !important;
  }
  .zip_area td:nth-of-type(2){
    margin-top: 60px !important;
  }
}

.label_zip{
  display: inline-block;
  position: relative;
  font-size: 22px;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .label_zip{
    font-size: 18px;
  }
}

#text_zip_from, #text_zip_to{
  position: relative;
  width: 90%;
}
#text_zip_from::placeholder, #text_zip_to::placeholder{
  color: #ccc;
}
@media screen and (max-width: 1120px) {
  #text_zip_from, #text_zip_to{
    position: relative;
    width: calc(100% - 38px);
    max-width: 420px;
  }
}
@media screen and (max-width: 768px) {
  #text_zip_from, #text_zip_to{
    position: relative;
    width: calc(100% - 30px);
    max-width: inherit;
  }
}
.ryokin table td .h-adr{
  width: 90%;
  text-align: end;
}
.ryokin table td:nth-of-type(1) .h-adr::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 10px;
  right: -100px; 
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 26px;
  border-color: transparent transparent transparent #003d79;
}
@media screen and (max-width: 768px){
  .ryokin table td .h-adr {
    width: 100%;
  }
  .ryokin table td:nth-of-type(1) .h-adr::after {
    content: none;
  }
  .ryokin table td:nth-of-type(2) .label_zip::before {
    content: "";
    position: absolute;
    display: inline-block;
    top: -42px;
    bottom: -40px;
    left: 37.5vw;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 26px;
    border-color: transparent transparent transparent #003d79;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

#text_zip_from, #text_zip_to{
  position: relative;
  padding-left: 20px;
}
.zip_symbol{
  font-size: 30px;
  line-height: 1;
  vertical-align: middle;
}
@media screen and (max-width: 768px){
  .zip_symbol{
    font-size: 24px;
  }
}
.annotation {
  font-size: 12px;
}

ul.address_note {
  display: flex;
  width: 90%;
  justify-content: space-between;
  align-items: center;
  margin: 6px 0 6px auto;
}
@media screen and (max-width: 768px){
  ul.address_note {
    width: 100%;
  }
}
.zip_link a img{
    display: inline-block;
    vertical-align: baseline;
    padding-left: 4px;
}

.adress_labels{
  width: 90%;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px){
  .adress_labels{
    width: 105%;
  }
}
.adress_labels input,.adress_labels label{
  font-size: 16px;
  font-weight: bold;
  color: #003d79;
}
@media screen and (max-width: 768px){
  .adress_labels input,.adress_labels label{
    font-size: 15px;
  }
}
@media screen and (max-width: 465px){
  .adress_labels input,.adress_labels label{
    /*font-size: 3.2vw;*/
    font-size: 14px;
  }
}
.adress_labels input{
  width: 75%;
  border: none;
  padding: 0;
  background-color: inherit;
}
@media screen and (max-width: 768px){
.adress_labels input{
    width: 95%;
    padding: 0 0 2px 0;
    background-color: inherit;
    border: none;
    border-bottom: 2px solid;
    margin-top: 4px;
}
}
.zip_area .border_table1,
.zip_area .border_table2,
.zip_area .border_table3{
  border: 1px solid #ff0000;
  width: 90%;
  margin: 10px 0 0 auto;
  background-color: #fff7f7;
}
@media screen and (max-width: 768px){
  .zip_area .border_table1,
  .zip_area .border_table2,
  .zip_area .border_table3{
    width: 100%;
  }
}
.zip_area .border_table1 td,
.zip_area .border_table2 td,
.zip_area .border_table3 td{
  padding: 10px;
}
.zip_area .border_table1 p, .zip_area .border_table1 span, .zip_area .border_table1 a,
.zip_area .border_table2 p, .zip_area .border_table2 span, .zip_area .border_table2 a,
.zip_area .border_table3 p, .zip_area .border_table3 span, .zip_area .border_table3 a{
  color: #ff0000;
}
.msg_rd_tel{
  cursor: pointer !important;
}

.ryokin .ryokinAccess p:not([class]) {
    margin-top: 0;
}
.addressArrow{
  display: inline-block;
  height: 13px;
  width: 13px;
  background-color: #003d79;
  position: absolute;
  top: -35px;
  left: 49%;
}
@media screen and (max-width: 768px) {
  .addressArrow{
    top: -26px;
    left: 48%;
  }
}
.addressArrow::before{
  position:absolute;
  content:"";
  width:0;
  height:0;
  left: -7.6px;
  top: 13px;
  border-top: 14px solid #003d79;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
}
@media screen and (max-width: 768px) {
  .addressArrow::before{
    left: -8px;
  }
}
.address_from,.address_to{
  position: relative;
  text-align: left;
}
.address_from::before,.address_to::before{
  content: "";
  position: absolute;
  top: 40%;
  right: 36%;
  width: 12px;
  height: 12px;
  border-top: 2px solid #003d79;
  border-right: 2px solid #003d79;
  -webkit-transform: rotate(134deg);
  transform: rotate(134deg);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .address_from::before,.address_to::before{
    right: 4%;
  }
}
.address_list_from,.address_list_to{
  font-size: 1em;
  font-weight: bold;
  padding: 14px;
  border: solid 1px #003d79;
  color: #003d79;
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .address_list_from,.address_list_to{
    width: 100%;
    padding: 15px;
  }
}
.ryokin .lytColumnItem label{
  display: inline-block;
}
.ryokin .btnType2{
  padding: 1em;
  margin-top: 60px;
  background-color: #003d79;
  cursor: pointer;
}
@media screen and (max-width: 678px) {
  .ryokin .btnType2{
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .address_table{
    width: 100%;
  }
}
.ryokin table td div{
  position: relative;
}
.ryokin input[type=checkbox] {
    display: none;
}
select::-ms-expand {
    display: none;
}
.checkboxOR {
  font-size: 18px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
  color: #003d79;
}
@media screen and (max-width: 678px) {
  .checkboxOR {
    font-size: 14px;
    padding: 5px 0 0 30px;
  }
}
.checkboxOR::before {
  background: #fff;
  border: 1px solid #003d79;
  content: '';
  display: block;
  height: 20px;
  width: 20px;
  top: 45%;
  left: 0px;
  margin-top: -8px;
  position: absolute;
}
.checkboxOR::after {
    border-right: 4px solid #fb7e33;
    border-bottom: 5px solid #fb7e33;
    content: '';
    display: block;
    height: 22px;
    width: 12px;
    top: 50%;
    left: 8px;
    margin-top: -16px;
    opacity: 0;
    position: absolute;
    transform: rotate(45deg);
}
input[type=checkbox]:checked ~ .checkboxOR::before {
    border-color: #666;
}
input[type=checkbox]:checked ~ .checkboxOR::after {
    opacity: 1;
}

.anyoneWrap{
  background-color: #d5f1ff;
  text-align: center;
  padding: 20px 0 60px;
  margin-top: -40px;
}
@media screen and (max-width: 768px) {
  .anyoneWrap {
    padding: 20px 0 20px;
  }
}
.anyoneWrap h2{
  font-size: 2.8rem;
  font-weight: bold;
  color: #003d79;
}
@media screen and (max-width: 768px) {
  .anyoneWrap h2{
    margin-top: 20px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .anyoneWrap .lytColumn{
    justify-content: space-around;
  }
  .anyoneWrap .lytColumn.col3 .lytColumnItem{
    width: 25%;
  }
}
@media screen and (max-width: 678px) {
  .anyoneWrap .lytColumn.col3 .lytColumnItem{
    width: 31%;
  }
}
.anyoneWrap .lytColumnItem p{
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 1.5em;
}
@media screen and (max-width: 768px) {
  .anyoneWrap .lytColumnItem p{
    font-size: inherit;
    font-weight: inherit;
    margin-top: 0.5em;
  }
}
.nimotsuWrap{
  padding-bottom: calc(1vw + 10px);
  position: relative;
  overflow: hidden;
  background-color: #f5f5f5;
  margin-top: 5em;
}
.nimotsu{
  position: relative;
  width: 100vw;
  max-width: 1180px;
  margin: 80px auto;
}
@media screen and (max-width: 768px) {
  .nimotsuWrap{
    margin-top: 3em;
  }
  .nimotsu{
    margin: 40px auto;
  }
}
.nimotsu h2{
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  color: #003d79;
}
@media screen and (max-width: 768px) {
  .nimotsu h2{
    font-size: 1.8rem;
  }
}
.nimotsu .listTabList > li > a{
  position: relative;
  border: none;
  color: #000;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .nimotsu .listTabList > li > a{
    padding: 0.75em 10px 0.45em;
  }
}
.nimotsu .listTabList > li > a.isCurrent {
  position: relative;
  background: #fff;
  color: #003d79;
  box-shadow: 0px -5px 5px rgba(0,0,0,0.2);
  z-index: 3;
}
.nimotsu .listTabContent {
  position: relative;
  background: #fff;
  padding: 40px;
  border-top: none;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
  z-index: 2;
}
@media screen and (max-width: 1120px) {
  .nimotsu .listTabContent {
    width: 95vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 678px) {
  .nimotsu .listTabContent {
    padding: 20px 16px;
  }
}
.nimotsuWaku{
  width: calc(100% + 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 2em;
  margin-left: -10px;
  margin-right: -10px;
}
@media screen and (max-width: 678px) {
  .nimotsuWaku{
    width: 100%;
    display: block;
    margin: 1em 0;
  }
}
.nimotsuWaku .WakuImg{
  width: 28%;
}
@media screen and (max-width: 678px) {
  .nimotsuWaku .WakuImg{
    width: 80%;
    margin: 0 auto;
  }
}
.nimotsuWaku .WakuItem{
  position: relative;
  width: 72%;
  background-color: #f5f5f5;
  padding: 10px;
}
@media screen and (max-width: 678px) {
  .nimotsuWaku .WakuItem{
    width: 100%;
    margin-top: 20px;
  }
}
.nimotsuWaku .WakuItem::before{
  content: "";
  position: absolute;
  top: 60%;
  left: -40px;
  margin-top: -15px;
  border: 20px solid transparent;
  border-right: 20px solid #f5f5f5;
}
@media screen and (max-width: 678px) {
  .nimotsuWaku .WakuItem::before{
    top: 0;
    left: 50px;
    margin-top: -60px;
    border: 30px solid #f5f5f5;
    border-right: 30px solid transparent;
    border-top: 30px solid transparent;
    border-left: 30px solid transparent;
  }
}
.nimotsuWaku .WakuItem ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.nimotsuWaku .WakuItem ul li{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  width: calc(25% - 4px);
  height: 60px;
  background-color: #fff;
  padding: 8px;
  margin: 2px;
}
@media screen and (max-width: 768px) {
  .nimotsuWaku .WakuItem ul li{
    width: 49%;
    height: 40px;
    padding: 8px 8px;
  }
}
@media screen and (max-width: 678px) {
  .nimotsuWaku .WakuItem ul li{
    width: 100%;
    height: 46px;
  }
}
.nimotsuWaku .WakuItem ul li.wakuLong{
  min-width: 160px;
}
.nimotsuWaku .WakuItem ul li.noItem{
  background-color: #f5f5f5;
  border: 2px solid #fff;
  padding: 6px;
}
.nimotsuWaku .WakuItem ul li div{
  width: 30%;
  height: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .nimotsuWaku .WakuItem ul li div{
    width: 18%;
    height: 100%;
  }
  .nimotsuWaku .WakuItem ul li div img{
    height: 100%;
    width: auto;
  }
}
.nimotsuWaku .WakuItem ul li p{
  font-size: 1.6rem;
  width: 70%;
  padding-left: 5px;
  margin-top: 0 !important;
  line-height: 1.2;
}
@media screen and (max-width: 1150px) {
  .nimotsuWaku .WakuItem ul li p{
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 678px) {
  .nimotsuWaku .WakuItem ul li p{
    width: 82%;
  }
}
.nimotsuWaku .WakuItem ul li.noItem p{
  color: #ccc;
}
.nimotsuWaku .WakuItem p.taRight{
  font-size: 1.2rem;
  margin-top: 10px;
}
.col2.nakamiWaku .nakamiDan {
  width: 30%;
  height: inherit;
  background-color: #f5f5f5;
  padding: 10px;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .col2.nakamiWaku .nakamiDan {
    margin-right: 0px;
  }
}
.nakamiDan > p, .nakamiKazai > p{
  font-size: 18px;
  font-weight: bold;
}
.col2.nakamiWaku .nakamiDan .DanCont{
  margin: 1.5em 0 0;
  text-align: center;
}
.col2.nakamiWaku .nakamiDan .DanCont p{
  text-align: left;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .col2.nakamiWaku .nakamiDan .lytImage .spWMinImg {
    width: 120px; 
  }
  .col2.nakamiWaku .nakamiDan .lytImage:nth-of-type(1) .spWMinImg {
    height: 90px;
  }
  .col2.nakamiWaku .nakamiDan .lytImage:nth-of-type(1) .spWMinImg img{
    height: 100%;
  }
  .col2.nakamiWaku .nakamiDan .lytImage .spWMinContent {
    width: calc(100% - 120px); 
  }
}
.col2.nakamiWaku .nakamiKazai {
  width: calc(70% - 40px);
  background-color: #f5f5f5;
  padding: 10px;
}
.col2.nakamiWaku .nakamiKazai ul{
  width: calc(100% + 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 1em;
  margin-left: -10px;
  margin-right: -10px;
}
.col2.nakamiWaku .nakamiKazai ul li{
  width: calc(100% / 3);
  padding: 0 4px;
  text-align: center;
}
@media screen and (max-width: 678px) {
  .col2.nakamiWaku .nakamiKazai ul li{
    width: calc(100% / 2);
  }
  .col2.nakamiWaku .nakamiKazai ul li:nth-of-type(n+3){
    margin-top: 14px;
  }
}
.col2.nakamiWaku .nakamiKazai ul li p{
  font-size: 1.6rem;
  margin-top: 1em;
}
@media screen and (max-width: 678px) {
  .col2.nakamiWaku .nakamiKazai ul li p{
    margin-top: 0em;
  }
}
.col2.nakamiWaku .nakamiKazai ul li p span{
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 678px) {
  .col2.nakamiWaku .nakamiKazai ul li p{
    font-size: 12px;
  }
  .col2.nakamiWaku .nakamiKazai ul li p span{
    font-size: 14px;
  }
}
@media screen and (max-width: 678px) {
  .col2.nakamiWaku .nakamiKazai ul li img{
    width: 60%;
    height: auto;
  }
}
.listLink > li p{
  margin-top: 1em;
}
.boxFill3 .listLinkContent {
    width: 96%;
}
.boxFill3 .ttlType{
    font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
    .boxFill3 .listLink {
      display: flex;
    }
    .boxFill3 .listLink > li {
      width: 100%;
      margin-bottom: 30px;
    }
    .boxFill3 .listLink > li:nth-of-type(2){
      padding-top: 40px;
      border-top:1px solid #828282;
      margin-top: 10px;
    }
    .boxFill3 .listLink .listBasic li{
      width: 100%;
      margin-top: 0 !important;
    }
    .boxFill3 .ttlType{
        font-size: 1.8rem;
    }
}
@media screen and (max-width: 768px) {
  .tableWrap{
    position: relative;
    overflow-x: scroll;
    white-space: nowrap;
  }
  .tableScrollLayer {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to right, rgba(255,255,255,0) 55%, rgba(255,255,255,1) 90%);
  }
  .tableScroll{
    width: 200vw;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px){
  .tableBasic.tableSpL th, .tableBasic.tableSpL td {
    display: block;
  }
}
.tableCoolB {
    background-color: #efefef;
}
@media screen and (max-width: 678px) {
  p:not([class]){
    margin-top: 1em;
  }
}
input[type="button"],input[type='submit'], input[type='checkbox']{
   -webkit-appearance: none;
}
_::-webkit-full-page-media, _:future, :root .slick-list.draggable{
  padding:0 !important;  
}
.mt1em{
  margin: 1em 0 2em;
}
.fs13px {
  font-size: 13px!important;
}
.underLine{
  text-decoration: underline;
}
a.underLine:hover {
  text-decoration: underline !important;
}
.ttlLv5{
    font-size: 2.2rem;
    font-weight: bold;
    color: #003d79;
}
@media screen and (max-width: 768px) {
    .ttlLv5 {
        font-size: 1.6rem;
    }
}