@charset "UTF-8";
:root {
  --vk-color-text-body: #333333;
  --vk-color-text-link: #666666;
  --vk-color-text-link-hover: #1e73be;
  --vk-color-text-header: #444444;
  --vk-color-text-meta: #666666;
  /* 一旦非推奨 */
  --vk-color-text-light: #666666;
  --vk-color-border-hr: rgba(0,0,0,0.06);
  --vk-color-border-form: rgba(0,0,0,0.2);
  --vk-color-primary: #C92759;
  --vk-color-primary-dark: #C92759;
  --vk-color-primary-vivid: #C92759;
  --vk-color-accent-bg: rgba( 0,0,0,0.02 );
  --vk-color-header-bg: #fff;
  --vk-color-footer-bg: #f5f5f5;
  --vk-width-container: 100%;
  --vk-width-container-padding: 15px;
  --vk-width-col-2-main: 66.6%;
  --vk-width-col-2-sub: calc( var(--vk-width-container) * 0.27 );
  --vk-margin-meta: 0.5rem;
  --vk-margin-headding-bottom: 1em;
  --vk-margin-element-bottom: 1.5rem;
  --vk-margin-block-bottom: 2rem;
  --vk-margin-section-bottom: 3rem;
  --vk-size-text: 16px;
  --vk-size-text-meta: 0.75rem;
  --vk-size-text-lg: 1.5rem;
  --vk-size-text-sm: 0.875rem;
  --vk-size-text-xs: 0.75rem;
  --vk-size-radius: 5px;
  --vk-size-radius-sm: calc( var( --vk-size-radius ) * 0.5 );
  --vk-size-radius-lg: calc( var( --vk-size-radius ) * 1.5 );
  --vk-line-height: 1.7em;
  --vk-line-height-low: 1.4em;
}

@media (min-width: 576px) {
  :root {
    --vk-width-container: 540px;
  }
}
@media (min-width: 768px) {
  :root {
    --vk-width-container: 720px;
  }
}
@media (min-width: 992px) {
  :root {
    --vk-width-container: 960px;
  }
}
@media (min-width: 1200px) {
  :root {
    --vk-width-container: 1140px;
  }
}
.lh_100 {
  line-height: 100;
}

.lh_110 {
  line-height: 110;
}

.lh_120 {
  line-height: 120;
}

.lh_130 {
  line-height: 130;
}

.lh_140 {
  line-height: 140;
}

.lh_150 {
  line-height: 150;
}

.lh_160 {
  line-height: 160;
}

.lh_170 {
  line-height: 170;
}

.lh_180 {
  line-height: 180;
}

.lh_190 {
  line-height: 190;
}

.lh_200 {
  line-height: 200;
}

.lh_210 {
  line-height: 210;
}

.lh_220 {
  line-height: 220;
}

.lh_230 {
  line-height: 230;
}

.lh_240 {
  line-height: 240;
}

.lh_250 {
  line-height: 250;
}

/*-------------------------------
          	margin
-------------------------------*/
.m0 {
  margin: 0 0;
}

@media screen and (max-width: 767px) {
  .m0_sp {
    margin: 0px !important;
  }
}
@media screen and (max-width: 1024px) {
  .m0_tab {
    margin: 0px !important;
  }
}
@media screen and (min-width: 1025px) {
  .m0_pc {
    margin: 0px !important;
  }
}
.m5 {
  margin: 0 5;
}

@media screen and (max-width: 767px) {
  .m5_sp {
    margin: 5px !important;
  }
}
@media screen and (max-width: 1024px) {
  .m5_tab {
    margin: 5px !important;
  }
}
@media screen and (min-width: 1025px) {
  .m5_pc {
    margin: 5px !important;
  }
}
.m10 {
  margin: 0 10;
}

@media screen and (max-width: 767px) {
  .m10_sp {
    margin: 10px !important;
  }
}
@media screen and (max-width: 1024px) {
  .m10_tab {
    margin: 10px !important;
  }
}
@media screen and (min-width: 1025px) {
  .m10_pc {
    margin: 10px !important;
  }
}
.m15 {
  margin: 0 15;
}

@media screen and (max-width: 767px) {
  .m15_sp {
    margin: 15px !important;
  }
}
@media screen and (max-width: 1024px) {
  .m15_tab {
    margin: 15px !important;
  }
}
@media screen and (min-width: 1025px) {
  .m15_pc {
    margin: 15px !important;
  }
}
.m20 {
  margin: 0 20;
}

@media screen and (max-width: 767px) {
  .m20_sp {
    margin: 20px !important;
  }
}
@media screen and (max-width: 1024px) {
  .m20_tab {
    margin: 20px !important;
  }
}
@media screen and (min-width: 1025px) {
  .m20_pc {
    margin: 20px !important;
  }
}
.m25 {
  margin: 0 25;
}

@media screen and (max-width: 767px) {
  .m25_sp {
    margin: 25px !important;
  }
}
@media screen and (max-width: 1024px) {
  .m25_tab {
    margin: 25px !important;
  }
}
@media screen and (min-width: 1025px) {
  .m25_pc {
    margin: 25px !important;
  }
}
.m30 {
  margin: 0 30;
}

@media screen and (max-width: 767px) {
  .m30_sp {
    margin: 30px !important;
  }
}
@media screen and (max-width: 1024px) {
  .m30_tab {
    margin: 30px !important;
  }
}
@media screen and (min-width: 1025px) {
  .m30_pc {
    margin: 30px !important;
  }
}
.m35 {
  margin: 0 35;
}

@media screen and (max-width: 767px) {
  .m35_sp {
    margin: 35px !important;
  }
}
@media screen and (max-width: 1024px) {
  .m35_tab {
    margin: 35px !important;
  }
}
@media screen and (min-width: 1025px) {
  .m35_pc {
    margin: 35px !important;
  }
}
.m40 {
  margin: 0 40;
}

@media screen and (max-width: 767px) {
  .m40_sp {
    margin: 40px !important;
  }
}
@media screen and (max-width: 1024px) {
  .m40_tab {
    margin: 40px !important;
  }
}
@media screen and (min-width: 1025px) {
  .m40_pc {
    margin: 40px !important;
  }
}
.m45 {
  margin: 0 45;
}

@media screen and (max-width: 767px) {
  .m45_sp {
    margin: 45px !important;
  }
}
@media screen and (max-width: 1024px) {
  .m45_tab {
    margin: 45px !important;
  }
}
@media screen and (min-width: 1025px) {
  .m45_pc {
    margin: 45px !important;
  }
}
.m50 {
  margin: 0 50;
}

@media screen and (max-width: 767px) {
  .m50_sp {
    margin: 50px !important;
  }
}
@media screen and (max-width: 1024px) {
  .m50_tab {
    margin: 50px !important;
  }
}
@media screen and (min-width: 1025px) {
  .m50_pc {
    margin: 50px !important;
  }
}
.m55 {
  margin: 0 55;
}

@media screen and (max-width: 767px) {
  .m55_sp {
    margin: 55px !important;
  }
}
@media screen and (max-width: 1024px) {
  .m55_tab {
    margin: 55px !important;
  }
}
@media screen and (min-width: 1025px) {
  .m55_pc {
    margin: 55px !important;
  }
}
.m60 {
  margin: 0 60;
}

@media screen and (max-width: 767px) {
  .m60_sp {
    margin: 60px !important;
  }
}
@media screen and (max-width: 1024px) {
  .m60_tab {
    margin: 60px !important;
  }
}
@media screen and (min-width: 1025px) {
  .m60_pc {
    margin: 60px !important;
  }
}
.m65 {
  margin: 0 65;
}

@media screen and (max-width: 767px) {
  .m65_sp {
    margin: 65px !important;
  }
}
@media screen and (max-width: 1024px) {
  .m65_tab {
    margin: 65px !important;
  }
}
@media screen and (min-width: 1025px) {
  .m65_pc {
    margin: 65px !important;
  }
}
.m70 {
  margin: 0 70;
}

@media screen and (max-width: 767px) {
  .m70_sp {
    margin: 70px !important;
  }
}
@media screen and (max-width: 1024px) {
  .m70_tab {
    margin: 70px !important;
  }
}
@media screen and (min-width: 1025px) {
  .m70_pc {
    margin: 70px !important;
  }
}
.m75 {
  margin: 0 75;
}

@media screen and (max-width: 767px) {
  .m75_sp {
    margin: 75px !important;
  }
}
@media screen and (max-width: 1024px) {
  .m75_tab {
    margin: 75px !important;
  }
}
@media screen and (min-width: 1025px) {
  .m75_pc {
    margin: 75px !important;
  }
}
.m80 {
  margin: 0 80;
}

@media screen and (max-width: 767px) {
  .m80_sp {
    margin: 80px !important;
  }
}
@media screen and (max-width: 1024px) {
  .m80_tab {
    margin: 80px !important;
  }
}
@media screen and (min-width: 1025px) {
  .m80_pc {
    margin: 80px !important;
  }
}
.m85 {
  margin: 0 85;
}

@media screen and (max-width: 767px) {
  .m85_sp {
    margin: 85px !important;
  }
}
@media screen and (max-width: 1024px) {
  .m85_tab {
    margin: 85px !important;
  }
}
@media screen and (min-width: 1025px) {
  .m85_pc {
    margin: 85px !important;
  }
}
.m90 {
  margin: 0 90;
}

@media screen and (max-width: 767px) {
  .m90_sp {
    margin: 90px !important;
  }
}
@media screen and (max-width: 1024px) {
  .m90_tab {
    margin: 90px !important;
  }
}
@media screen and (min-width: 1025px) {
  .m90_pc {
    margin: 90px !important;
  }
}
.m95 {
  margin: 0 95;
}

@media screen and (max-width: 767px) {
  .m95_sp {
    margin: 95px !important;
  }
}
@media screen and (max-width: 1024px) {
  .m95_tab {
    margin: 95px !important;
  }
}
@media screen and (min-width: 1025px) {
  .m95_pc {
    margin: 95px !important;
  }
}
.m100 {
  margin: 0 100;
}

@media screen and (max-width: 767px) {
  .m100_sp {
    margin: 100px !important;
  }
}
@media screen and (max-width: 1024px) {
  .m100_tab {
    margin: 100px !important;
  }
}
@media screen and (min-width: 1025px) {
  .m100_pc {
    margin: 100px !important;
  }
}
.m105 {
  margin: 0 105;
}

@media screen and (max-width: 767px) {
  .m105_sp {
    margin: 105px !important;
  }
}
@media screen and (max-width: 1024px) {
  .m105_tab {
    margin: 105px !important;
  }
}
@media screen and (min-width: 1025px) {
  .m105_pc {
    margin: 105px !important;
  }
}
.m110 {
  margin: 0 110;
}

@media screen and (max-width: 767px) {
  .m110_sp {
    margin: 110px !important;
  }
}
@media screen and (max-width: 1024px) {
  .m110_tab {
    margin: 110px !important;
  }
}
@media screen and (min-width: 1025px) {
  .m110_pc {
    margin: 110px !important;
  }
}
.m115 {
  margin: 0 115;
}

@media screen and (max-width: 767px) {
  .m115_sp {
    margin: 115px !important;
  }
}
@media screen and (max-width: 1024px) {
  .m115_tab {
    margin: 115px !important;
  }
}
@media screen and (min-width: 1025px) {
  .m115_pc {
    margin: 115px !important;
  }
}
.m120 {
  margin: 0 120;
}

@media screen and (max-width: 767px) {
  .m120_sp {
    margin: 120px !important;
  }
}
@media screen and (max-width: 1024px) {
  .m120_tab {
    margin: 120px !important;
  }
}
@media screen and (min-width: 1025px) {
  .m120_pc {
    margin: 120px !important;
  }
}
.m125 {
  margin: 0 125;
}

@media screen and (max-width: 767px) {
  .m125_sp {
    margin: 125px !important;
  }
}
@media screen and (max-width: 1024px) {
  .m125_tab {
    margin: 125px !important;
  }
}
@media screen and (min-width: 1025px) {
  .m125_pc {
    margin: 125px !important;
  }
}
.m130 {
  margin: 0 130;
}

@media screen and (max-width: 767px) {
  .m130_sp {
    margin: 130px !important;
  }
}
@media screen and (max-width: 1024px) {
  .m130_tab {
    margin: 130px !important;
  }
}
@media screen and (min-width: 1025px) {
  .m130_pc {
    margin: 130px !important;
  }
}
.m135 {
  margin: 0 135;
}

@media screen and (max-width: 767px) {
  .m135_sp {
    margin: 135px !important;
  }
}
@media screen and (max-width: 1024px) {
  .m135_tab {
    margin: 135px !important;
  }
}
@media screen and (min-width: 1025px) {
  .m135_pc {
    margin: 135px !important;
  }
}
.m140 {
  margin: 0 140;
}

@media screen and (max-width: 767px) {
  .m140_sp {
    margin: 140px !important;
  }
}
@media screen and (max-width: 1024px) {
  .m140_tab {
    margin: 140px !important;
  }
}
@media screen and (min-width: 1025px) {
  .m140_pc {
    margin: 140px !important;
  }
}
.m145 {
  margin: 0 145;
}

@media screen and (max-width: 767px) {
  .m145_sp {
    margin: 145px !important;
  }
}
@media screen and (max-width: 1024px) {
  .m145_tab {
    margin: 145px !important;
  }
}
@media screen and (min-width: 1025px) {
  .m145_pc {
    margin: 145px !important;
  }
}
.ml0 {
  margin-left: 0px;
}

@media screen and (max-width: 767px) {
  .ml0_sp {
    margin-left: 0px !important;
  }
}
@media screen and (max-width: 1024px) {
  .ml0_tab {
    margin-left: 0px !important;
  }
}
@media screen and (min-width: 1025px) {
  .ml0_pc {
    margin-left: 0px !important;
  }
}
.ml5 {
  margin-left: 5px;
}

@media screen and (max-width: 767px) {
  .ml5_sp {
    margin-left: 5px !important;
  }
}
@media screen and (max-width: 1024px) {
  .ml5_tab {
    margin-left: 5px !important;
  }
}
@media screen and (min-width: 1025px) {
  .ml5_pc {
    margin-left: 5px !important;
  }
}
.ml10 {
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .ml10_sp {
    margin-left: 10px !important;
  }
}
@media screen and (max-width: 1024px) {
  .ml10_tab {
    margin-left: 10px !important;
  }
}
@media screen and (min-width: 1025px) {
  .ml10_pc {
    margin-left: 10px !important;
  }
}
.ml15 {
  margin-left: 15px;
}

@media screen and (max-width: 767px) {
  .ml15_sp {
    margin-left: 15px !important;
  }
}
@media screen and (max-width: 1024px) {
  .ml15_tab {
    margin-left: 15px !important;
  }
}
@media screen and (min-width: 1025px) {
  .ml15_pc {
    margin-left: 15px !important;
  }
}
.ml20 {
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .ml20_sp {
    margin-left: 20px !important;
  }
}
@media screen and (max-width: 1024px) {
  .ml20_tab {
    margin-left: 20px !important;
  }
}
@media screen and (min-width: 1025px) {
  .ml20_pc {
    margin-left: 20px !important;
  }
}
.ml25 {
  margin-left: 25px;
}

@media screen and (max-width: 767px) {
  .ml25_sp {
    margin-left: 25px !important;
  }
}
@media screen and (max-width: 1024px) {
  .ml25_tab {
    margin-left: 25px !important;
  }
}
@media screen and (min-width: 1025px) {
  .ml25_pc {
    margin-left: 25px !important;
  }
}
.ml30 {
  margin-left: 30px;
}

@media screen and (max-width: 767px) {
  .ml30_sp {
    margin-left: 30px !important;
  }
}
@media screen and (max-width: 1024px) {
  .ml30_tab {
    margin-left: 30px !important;
  }
}
@media screen and (min-width: 1025px) {
  .ml30_pc {
    margin-left: 30px !important;
  }
}
.ml35 {
  margin-left: 35px;
}

@media screen and (max-width: 767px) {
  .ml35_sp {
    margin-left: 35px !important;
  }
}
@media screen and (max-width: 1024px) {
  .ml35_tab {
    margin-left: 35px !important;
  }
}
@media screen and (min-width: 1025px) {
  .ml35_pc {
    margin-left: 35px !important;
  }
}
.ml40 {
  margin-left: 40px;
}

@media screen and (max-width: 767px) {
  .ml40_sp {
    margin-left: 40px !important;
  }
}
@media screen and (max-width: 1024px) {
  .ml40_tab {
    margin-left: 40px !important;
  }
}
@media screen and (min-width: 1025px) {
  .ml40_pc {
    margin-left: 40px !important;
  }
}
.ml45 {
  margin-left: 45px;
}

@media screen and (max-width: 767px) {
  .ml45_sp {
    margin-left: 45px !important;
  }
}
@media screen and (max-width: 1024px) {
  .ml45_tab {
    margin-left: 45px !important;
  }
}
@media screen and (min-width: 1025px) {
  .ml45_pc {
    margin-left: 45px !important;
  }
}
.ml50 {
  margin-left: 50px;
}

@media screen and (max-width: 767px) {
  .ml50_sp {
    margin-left: 50px !important;
  }
}
@media screen and (max-width: 1024px) {
  .ml50_tab {
    margin-left: 50px !important;
  }
}
@media screen and (min-width: 1025px) {
  .ml50_pc {
    margin-left: 50px !important;
  }
}
.ml55 {
  margin-left: 55px;
}

@media screen and (max-width: 767px) {
  .ml55_sp {
    margin-left: 55px !important;
  }
}
@media screen and (max-width: 1024px) {
  .ml55_tab {
    margin-left: 55px !important;
  }
}
@media screen and (min-width: 1025px) {
  .ml55_pc {
    margin-left: 55px !important;
  }
}
.ml60 {
  margin-left: 60px;
}

@media screen and (max-width: 767px) {
  .ml60_sp {
    margin-left: 60px !important;
  }
}
@media screen and (max-width: 1024px) {
  .ml60_tab {
    margin-left: 60px !important;
  }
}
@media screen and (min-width: 1025px) {
  .ml60_pc {
    margin-left: 60px !important;
  }
}
.ml65 {
  margin-left: 65px;
}

@media screen and (max-width: 767px) {
  .ml65_sp {
    margin-left: 65px !important;
  }
}
@media screen and (max-width: 1024px) {
  .ml65_tab {
    margin-left: 65px !important;
  }
}
@media screen and (min-width: 1025px) {
  .ml65_pc {
    margin-left: 65px !important;
  }
}
.ml70 {
  margin-left: 70px;
}

@media screen and (max-width: 767px) {
  .ml70_sp {
    margin-left: 70px !important;
  }
}
@media screen and (max-width: 1024px) {
  .ml70_tab {
    margin-left: 70px !important;
  }
}
@media screen and (min-width: 1025px) {
  .ml70_pc {
    margin-left: 70px !important;
  }
}
.ml75 {
  margin-left: 75px;
}

@media screen and (max-width: 767px) {
  .ml75_sp {
    margin-left: 75px !important;
  }
}
@media screen and (max-width: 1024px) {
  .ml75_tab {
    margin-left: 75px !important;
  }
}
@media screen and (min-width: 1025px) {
  .ml75_pc {
    margin-left: 75px !important;
  }
}
.ml80 {
  margin-left: 80px;
}

@media screen and (max-width: 767px) {
  .ml80_sp {
    margin-left: 80px !important;
  }
}
@media screen and (max-width: 1024px) {
  .ml80_tab {
    margin-left: 80px !important;
  }
}
@media screen and (min-width: 1025px) {
  .ml80_pc {
    margin-left: 80px !important;
  }
}
.ml85 {
  margin-left: 85px;
}

@media screen and (max-width: 767px) {
  .ml85_sp {
    margin-left: 85px !important;
  }
}
@media screen and (max-width: 1024px) {
  .ml85_tab {
    margin-left: 85px !important;
  }
}
@media screen and (min-width: 1025px) {
  .ml85_pc {
    margin-left: 85px !important;
  }
}
.ml90 {
  margin-left: 90px;
}

@media screen and (max-width: 767px) {
  .ml90_sp {
    margin-left: 90px !important;
  }
}
@media screen and (max-width: 1024px) {
  .ml90_tab {
    margin-left: 90px !important;
  }
}
@media screen and (min-width: 1025px) {
  .ml90_pc {
    margin-left: 90px !important;
  }
}
.ml95 {
  margin-left: 95px;
}

@media screen and (max-width: 767px) {
  .ml95_sp {
    margin-left: 95px !important;
  }
}
@media screen and (max-width: 1024px) {
  .ml95_tab {
    margin-left: 95px !important;
  }
}
@media screen and (min-width: 1025px) {
  .ml95_pc {
    margin-left: 95px !important;
  }
}
.ml100 {
  margin-left: 100px;
}

@media screen and (max-width: 767px) {
  .ml100_sp {
    margin-left: 100px !important;
  }
}
@media screen and (max-width: 1024px) {
  .ml100_tab {
    margin-left: 100px !important;
  }
}
@media screen and (min-width: 1025px) {
  .ml100_pc {
    margin-left: 100px !important;
  }
}
.ml105 {
  margin-left: 105px;
}

@media screen and (max-width: 767px) {
  .ml105_sp {
    margin-left: 105px !important;
  }
}
@media screen and (max-width: 1024px) {
  .ml105_tab {
    margin-left: 105px !important;
  }
}
@media screen and (min-width: 1025px) {
  .ml105_pc {
    margin-left: 105px !important;
  }
}
.ml110 {
  margin-left: 110px;
}

@media screen and (max-width: 767px) {
  .ml110_sp {
    margin-left: 110px !important;
  }
}
@media screen and (max-width: 1024px) {
  .ml110_tab {
    margin-left: 110px !important;
  }
}
@media screen and (min-width: 1025px) {
  .ml110_pc {
    margin-left: 110px !important;
  }
}
.ml115 {
  margin-left: 115px;
}

@media screen and (max-width: 767px) {
  .ml115_sp {
    margin-left: 115px !important;
  }
}
@media screen and (max-width: 1024px) {
  .ml115_tab {
    margin-left: 115px !important;
  }
}
@media screen and (min-width: 1025px) {
  .ml115_pc {
    margin-left: 115px !important;
  }
}
.ml120 {
  margin-left: 120px;
}

@media screen and (max-width: 767px) {
  .ml120_sp {
    margin-left: 120px !important;
  }
}
@media screen and (max-width: 1024px) {
  .ml120_tab {
    margin-left: 120px !important;
  }
}
@media screen and (min-width: 1025px) {
  .ml120_pc {
    margin-left: 120px !important;
  }
}
.ml125 {
  margin-left: 125px;
}

@media screen and (max-width: 767px) {
  .ml125_sp {
    margin-left: 125px !important;
  }
}
@media screen and (max-width: 1024px) {
  .ml125_tab {
    margin-left: 125px !important;
  }
}
@media screen and (min-width: 1025px) {
  .ml125_pc {
    margin-left: 125px !important;
  }
}
.ml130 {
  margin-left: 130px;
}

@media screen and (max-width: 767px) {
  .ml130_sp {
    margin-left: 130px !important;
  }
}
@media screen and (max-width: 1024px) {
  .ml130_tab {
    margin-left: 130px !important;
  }
}
@media screen and (min-width: 1025px) {
  .ml130_pc {
    margin-left: 130px !important;
  }
}
.ml135 {
  margin-left: 135px;
}

@media screen and (max-width: 767px) {
  .ml135_sp {
    margin-left: 135px !important;
  }
}
@media screen and (max-width: 1024px) {
  .ml135_tab {
    margin-left: 135px !important;
  }
}
@media screen and (min-width: 1025px) {
  .ml135_pc {
    margin-left: 135px !important;
  }
}
.ml140 {
  margin-left: 140px;
}

@media screen and (max-width: 767px) {
  .ml140_sp {
    margin-left: 140px !important;
  }
}
@media screen and (max-width: 1024px) {
  .ml140_tab {
    margin-left: 140px !important;
  }
}
@media screen and (min-width: 1025px) {
  .ml140_pc {
    margin-left: 140px !important;
  }
}
.ml145 {
  margin-left: 145px;
}

@media screen and (max-width: 767px) {
  .ml145_sp {
    margin-left: 145px !important;
  }
}
@media screen and (max-width: 1024px) {
  .ml145_tab {
    margin-left: 145px !important;
  }
}
@media screen and (min-width: 1025px) {
  .ml145_pc {
    margin-left: 145px !important;
  }
}
.mr0 {
  margin-right: 0px;
}

@media screen and (max-width: 767px) {
  .mr0_sp {
    margin-right: 0px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mr0_tab {
    margin-right: 0px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mr0_pc {
    margin-right: 0px !important;
  }
}
.mr5 {
  margin-right: 5px;
}

@media screen and (max-width: 767px) {
  .mr5_sp {
    margin-right: 5px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mr5_tab {
    margin-right: 5px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mr5_pc {
    margin-right: 5px !important;
  }
}
.mr10 {
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .mr10_sp {
    margin-right: 10px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mr10_tab {
    margin-right: 10px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mr10_pc {
    margin-right: 10px !important;
  }
}
.mr15 {
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
  .mr15_sp {
    margin-right: 15px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mr15_tab {
    margin-right: 15px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mr15_pc {
    margin-right: 15px !important;
  }
}
.mr20 {
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .mr20_sp {
    margin-right: 20px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mr20_tab {
    margin-right: 20px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mr20_pc {
    margin-right: 20px !important;
  }
}
.mr25 {
  margin-right: 25px;
}

@media screen and (max-width: 767px) {
  .mr25_sp {
    margin-right: 25px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mr25_tab {
    margin-right: 25px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mr25_pc {
    margin-right: 25px !important;
  }
}
.mr30 {
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  .mr30_sp {
    margin-right: 30px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mr30_tab {
    margin-right: 30px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mr30_pc {
    margin-right: 30px !important;
  }
}
.mr35 {
  margin-right: 35px;
}

@media screen and (max-width: 767px) {
  .mr35_sp {
    margin-right: 35px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mr35_tab {
    margin-right: 35px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mr35_pc {
    margin-right: 35px !important;
  }
}
.mr40 {
  margin-right: 40px;
}

@media screen and (max-width: 767px) {
  .mr40_sp {
    margin-right: 40px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mr40_tab {
    margin-right: 40px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mr40_pc {
    margin-right: 40px !important;
  }
}
.mr45 {
  margin-right: 45px;
}

@media screen and (max-width: 767px) {
  .mr45_sp {
    margin-right: 45px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mr45_tab {
    margin-right: 45px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mr45_pc {
    margin-right: 45px !important;
  }
}
.mr50 {
  margin-right: 50px;
}

@media screen and (max-width: 767px) {
  .mr50_sp {
    margin-right: 50px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mr50_tab {
    margin-right: 50px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mr50_pc {
    margin-right: 50px !important;
  }
}
.mr55 {
  margin-right: 55px;
}

@media screen and (max-width: 767px) {
  .mr55_sp {
    margin-right: 55px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mr55_tab {
    margin-right: 55px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mr55_pc {
    margin-right: 55px !important;
  }
}
.mr60 {
  margin-right: 60px;
}

@media screen and (max-width: 767px) {
  .mr60_sp {
    margin-right: 60px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mr60_tab {
    margin-right: 60px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mr60_pc {
    margin-right: 60px !important;
  }
}
.mr65 {
  margin-right: 65px;
}

@media screen and (max-width: 767px) {
  .mr65_sp {
    margin-right: 65px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mr65_tab {
    margin-right: 65px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mr65_pc {
    margin-right: 65px !important;
  }
}
.mr70 {
  margin-right: 70px;
}

@media screen and (max-width: 767px) {
  .mr70_sp {
    margin-right: 70px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mr70_tab {
    margin-right: 70px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mr70_pc {
    margin-right: 70px !important;
  }
}
.mr75 {
  margin-right: 75px;
}

@media screen and (max-width: 767px) {
  .mr75_sp {
    margin-right: 75px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mr75_tab {
    margin-right: 75px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mr75_pc {
    margin-right: 75px !important;
  }
}
.mr80 {
  margin-right: 80px;
}

@media screen and (max-width: 767px) {
  .mr80_sp {
    margin-right: 80px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mr80_tab {
    margin-right: 80px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mr80_pc {
    margin-right: 80px !important;
  }
}
.mr85 {
  margin-right: 85px;
}

@media screen and (max-width: 767px) {
  .mr85_sp {
    margin-right: 85px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mr85_tab {
    margin-right: 85px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mr85_pc {
    margin-right: 85px !important;
  }
}
.mr90 {
  margin-right: 90px;
}

@media screen and (max-width: 767px) {
  .mr90_sp {
    margin-right: 90px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mr90_tab {
    margin-right: 90px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mr90_pc {
    margin-right: 90px !important;
  }
}
.mr95 {
  margin-right: 95px;
}

@media screen and (max-width: 767px) {
  .mr95_sp {
    margin-right: 95px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mr95_tab {
    margin-right: 95px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mr95_pc {
    margin-right: 95px !important;
  }
}
.mr100 {
  margin-right: 100px;
}

@media screen and (max-width: 767px) {
  .mr100_sp {
    margin-right: 100px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mr100_tab {
    margin-right: 100px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mr100_pc {
    margin-right: 100px !important;
  }
}
.mr105 {
  margin-right: 105px;
}

@media screen and (max-width: 767px) {
  .mr105_sp {
    margin-right: 105px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mr105_tab {
    margin-right: 105px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mr105_pc {
    margin-right: 105px !important;
  }
}
.mr110 {
  margin-right: 110px;
}

@media screen and (max-width: 767px) {
  .mr110_sp {
    margin-right: 110px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mr110_tab {
    margin-right: 110px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mr110_pc {
    margin-right: 110px !important;
  }
}
.mr115 {
  margin-right: 115px;
}

@media screen and (max-width: 767px) {
  .mr115_sp {
    margin-right: 115px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mr115_tab {
    margin-right: 115px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mr115_pc {
    margin-right: 115px !important;
  }
}
.mr120 {
  margin-right: 120px;
}

@media screen and (max-width: 767px) {
  .mr120_sp {
    margin-right: 120px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mr120_tab {
    margin-right: 120px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mr120_pc {
    margin-right: 120px !important;
  }
}
.mr125 {
  margin-right: 125px;
}

@media screen and (max-width: 767px) {
  .mr125_sp {
    margin-right: 125px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mr125_tab {
    margin-right: 125px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mr125_pc {
    margin-right: 125px !important;
  }
}
.mr130 {
  margin-right: 130px;
}

@media screen and (max-width: 767px) {
  .mr130_sp {
    margin-right: 130px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mr130_tab {
    margin-right: 130px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mr130_pc {
    margin-right: 130px !important;
  }
}
.mr135 {
  margin-right: 135px;
}

@media screen and (max-width: 767px) {
  .mr135_sp {
    margin-right: 135px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mr135_tab {
    margin-right: 135px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mr135_pc {
    margin-right: 135px !important;
  }
}
.mr140 {
  margin-right: 140px;
}

@media screen and (max-width: 767px) {
  .mr140_sp {
    margin-right: 140px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mr140_tab {
    margin-right: 140px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mr140_pc {
    margin-right: 140px !important;
  }
}
.mr145 {
  margin-right: 145px;
}

@media screen and (max-width: 767px) {
  .mr145_sp {
    margin-right: 145px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mr145_tab {
    margin-right: 145px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mr145_pc {
    margin-right: 145px !important;
  }
}
.mt0 {
  margin-top: 0px !important;
}

@media screen and (max-width: 767px) {
  .mt0_sp {
    margin-top: 0px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mt0_tab {
    margin-top: 0px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mt0_pc {
    margin-top: 0px !important;
  }
}
.mt5 {
  margin-top: 5px !important;
}

@media screen and (max-width: 767px) {
  .mt5_sp {
    margin-top: 5px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mt5_tab {
    margin-top: 5px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mt5_pc {
    margin-top: 5px !important;
  }
}
.mt10 {
  margin-top: 10px !important;
}

@media screen and (max-width: 767px) {
  .mt10_sp {
    margin-top: 10px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mt10_tab {
    margin-top: 10px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mt10_pc {
    margin-top: 10px !important;
  }
}
.mt15 {
  margin-top: 15px !important;
}

@media screen and (max-width: 767px) {
  .mt15_sp {
    margin-top: 15px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mt15_tab {
    margin-top: 15px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mt15_pc {
    margin-top: 15px !important;
  }
}
.mt20 {
  margin-top: 20px !important;
}

@media screen and (max-width: 767px) {
  .mt20_sp {
    margin-top: 20px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mt20_tab {
    margin-top: 20px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mt20_pc {
    margin-top: 20px !important;
  }
}
.mt25 {
  margin-top: 25px !important;
}

@media screen and (max-width: 767px) {
  .mt25_sp {
    margin-top: 25px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mt25_tab {
    margin-top: 25px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mt25_pc {
    margin-top: 25px !important;
  }
}
.mt30 {
  margin-top: 30px !important;
}

@media screen and (max-width: 767px) {
  .mt30_sp {
    margin-top: 30px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mt30_tab {
    margin-top: 30px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mt30_pc {
    margin-top: 30px !important;
  }
}
.mt35 {
  margin-top: 35px !important;
}

@media screen and (max-width: 767px) {
  .mt35_sp {
    margin-top: 35px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mt35_tab {
    margin-top: 35px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mt35_pc {
    margin-top: 35px !important;
  }
}
.mt40 {
  margin-top: 40px !important;
}

@media screen and (max-width: 767px) {
  .mt40_sp {
    margin-top: 40px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mt40_tab {
    margin-top: 40px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mt40_pc {
    margin-top: 40px !important;
  }
}
.mt45 {
  margin-top: 45px !important;
}

@media screen and (max-width: 767px) {
  .mt45_sp {
    margin-top: 45px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mt45_tab {
    margin-top: 45px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mt45_pc {
    margin-top: 45px !important;
  }
}
.mt50 {
  margin-top: 50px !important;
}

@media screen and (max-width: 767px) {
  .mt50_sp {
    margin-top: 50px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mt50_tab {
    margin-top: 50px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mt50_pc {
    margin-top: 50px !important;
  }
}
.mt55 {
  margin-top: 55px !important;
}

@media screen and (max-width: 767px) {
  .mt55_sp {
    margin-top: 55px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mt55_tab {
    margin-top: 55px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mt55_pc {
    margin-top: 55px !important;
  }
}
.mt60 {
  margin-top: 60px !important;
}

@media screen and (max-width: 767px) {
  .mt60_sp {
    margin-top: 60px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mt60_tab {
    margin-top: 60px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mt60_pc {
    margin-top: 60px !important;
  }
}
.mt65 {
  margin-top: 65px !important;
}

@media screen and (max-width: 767px) {
  .mt65_sp {
    margin-top: 65px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mt65_tab {
    margin-top: 65px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mt65_pc {
    margin-top: 65px !important;
  }
}
.mt70 {
  margin-top: 70px !important;
}

@media screen and (max-width: 767px) {
  .mt70_sp {
    margin-top: 70px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mt70_tab {
    margin-top: 70px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mt70_pc {
    margin-top: 70px !important;
  }
}
.mt75 {
  margin-top: 75px !important;
}

@media screen and (max-width: 767px) {
  .mt75_sp {
    margin-top: 75px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mt75_tab {
    margin-top: 75px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mt75_pc {
    margin-top: 75px !important;
  }
}
.mt80 {
  margin-top: 80px !important;
}

@media screen and (max-width: 767px) {
  .mt80_sp {
    margin-top: 80px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mt80_tab {
    margin-top: 80px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mt80_pc {
    margin-top: 80px !important;
  }
}
.mt85 {
  margin-top: 85px !important;
}

@media screen and (max-width: 767px) {
  .mt85_sp {
    margin-top: 85px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mt85_tab {
    margin-top: 85px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mt85_pc {
    margin-top: 85px !important;
  }
}
.mt90 {
  margin-top: 90px !important;
}

@media screen and (max-width: 767px) {
  .mt90_sp {
    margin-top: 90px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mt90_tab {
    margin-top: 90px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mt90_pc {
    margin-top: 90px !important;
  }
}
.mt95 {
  margin-top: 95px !important;
}

@media screen and (max-width: 767px) {
  .mt95_sp {
    margin-top: 95px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mt95_tab {
    margin-top: 95px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mt95_pc {
    margin-top: 95px !important;
  }
}
.mt100 {
  margin-top: 100px !important;
}

@media screen and (max-width: 767px) {
  .mt100_sp {
    margin-top: 100px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mt100_tab {
    margin-top: 100px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mt100_pc {
    margin-top: 100px !important;
  }
}
.mt105 {
  margin-top: 105px !important;
}

@media screen and (max-width: 767px) {
  .mt105_sp {
    margin-top: 105px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mt105_tab {
    margin-top: 105px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mt105_pc {
    margin-top: 105px !important;
  }
}
.mt110 {
  margin-top: 110px !important;
}

@media screen and (max-width: 767px) {
  .mt110_sp {
    margin-top: 110px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mt110_tab {
    margin-top: 110px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mt110_pc {
    margin-top: 110px !important;
  }
}
.mt115 {
  margin-top: 115px !important;
}

@media screen and (max-width: 767px) {
  .mt115_sp {
    margin-top: 115px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mt115_tab {
    margin-top: 115px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mt115_pc {
    margin-top: 115px !important;
  }
}
.mt120 {
  margin-top: 120px !important;
}

@media screen and (max-width: 767px) {
  .mt120_sp {
    margin-top: 120px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mt120_tab {
    margin-top: 120px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mt120_pc {
    margin-top: 120px !important;
  }
}
.mt125 {
  margin-top: 125px !important;
}

@media screen and (max-width: 767px) {
  .mt125_sp {
    margin-top: 125px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mt125_tab {
    margin-top: 125px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mt125_pc {
    margin-top: 125px !important;
  }
}
.mt130 {
  margin-top: 130px !important;
}

@media screen and (max-width: 767px) {
  .mt130_sp {
    margin-top: 130px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mt130_tab {
    margin-top: 130px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mt130_pc {
    margin-top: 130px !important;
  }
}
.mt135 {
  margin-top: 135px !important;
}

@media screen and (max-width: 767px) {
  .mt135_sp {
    margin-top: 135px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mt135_tab {
    margin-top: 135px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mt135_pc {
    margin-top: 135px !important;
  }
}
.mt140 {
  margin-top: 140px !important;
}

@media screen and (max-width: 767px) {
  .mt140_sp {
    margin-top: 140px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mt140_tab {
    margin-top: 140px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mt140_pc {
    margin-top: 140px !important;
  }
}
.mt145 {
  margin-top: 145px !important;
}

@media screen and (max-width: 767px) {
  .mt145_sp {
    margin-top: 145px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mt145_tab {
    margin-top: 145px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mt145_pc {
    margin-top: 145px !important;
  }
}
.mb0 {
  margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
  .mb0_sp {
    margin-bottom: 0px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mb0_tab {
    margin-bottom: 0px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mb0_pc {
    margin-bottom: 0px !important;
  }
}
.mb5 {
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .mb5_sp {
    margin-bottom: 5px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mb5_tab {
    margin-bottom: 5px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mb5_pc {
    margin-bottom: 5px !important;
  }
}
.mb10 {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .mb10_sp {
    margin-bottom: 10px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mb10_tab {
    margin-bottom: 10px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mb10_pc {
    margin-bottom: 10px !important;
  }
}
.mb15 {
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .mb15_sp {
    margin-bottom: 15px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mb15_tab {
    margin-bottom: 15px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mb15_pc {
    margin-bottom: 15px !important;
  }
}
.mb20 {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .mb20_sp {
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mb20_tab {
    margin-bottom: 20px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mb20_pc {
    margin-bottom: 20px !important;
  }
}
.mb25 {
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .mb25_sp {
    margin-bottom: 25px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mb25_tab {
    margin-bottom: 25px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mb25_pc {
    margin-bottom: 25px !important;
  }
}
.mb30 {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .mb30_sp {
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mb30_tab {
    margin-bottom: 30px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mb30_pc {
    margin-bottom: 30px !important;
  }
}
.mb35 {
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .mb35_sp {
    margin-bottom: 35px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mb35_tab {
    margin-bottom: 35px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mb35_pc {
    margin-bottom: 35px !important;
  }
}
.mb40 {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .mb40_sp {
    margin-bottom: 40px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mb40_tab {
    margin-bottom: 40px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mb40_pc {
    margin-bottom: 40px !important;
  }
}
.mb45 {
  margin-bottom: 45px;
}

@media screen and (max-width: 767px) {
  .mb45_sp {
    margin-bottom: 45px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mb45_tab {
    margin-bottom: 45px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mb45_pc {
    margin-bottom: 45px !important;
  }
}
.mb50 {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .mb50_sp {
    margin-bottom: 50px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mb50_tab {
    margin-bottom: 50px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mb50_pc {
    margin-bottom: 50px !important;
  }
}
.mb55 {
  margin-bottom: 55px;
}

@media screen and (max-width: 767px) {
  .mb55_sp {
    margin-bottom: 55px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mb55_tab {
    margin-bottom: 55px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mb55_pc {
    margin-bottom: 55px !important;
  }
}
.mb60 {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .mb60_sp {
    margin-bottom: 60px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mb60_tab {
    margin-bottom: 60px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mb60_pc {
    margin-bottom: 60px !important;
  }
}
.mb65 {
  margin-bottom: 65px;
}

@media screen and (max-width: 767px) {
  .mb65_sp {
    margin-bottom: 65px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mb65_tab {
    margin-bottom: 65px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mb65_pc {
    margin-bottom: 65px !important;
  }
}
.mb70 {
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .mb70_sp {
    margin-bottom: 70px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mb70_tab {
    margin-bottom: 70px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mb70_pc {
    margin-bottom: 70px !important;
  }
}
.mb75 {
  margin-bottom: 75px;
}

@media screen and (max-width: 767px) {
  .mb75_sp {
    margin-bottom: 75px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mb75_tab {
    margin-bottom: 75px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mb75_pc {
    margin-bottom: 75px !important;
  }
}
.mb80 {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .mb80_sp {
    margin-bottom: 80px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mb80_tab {
    margin-bottom: 80px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mb80_pc {
    margin-bottom: 80px !important;
  }
}
.mb85 {
  margin-bottom: 85px;
}

@media screen and (max-width: 767px) {
  .mb85_sp {
    margin-bottom: 85px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mb85_tab {
    margin-bottom: 85px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mb85_pc {
    margin-bottom: 85px !important;
  }
}
.mb90 {
  margin-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .mb90_sp {
    margin-bottom: 90px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mb90_tab {
    margin-bottom: 90px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mb90_pc {
    margin-bottom: 90px !important;
  }
}
.mb95 {
  margin-bottom: 95px;
}

@media screen and (max-width: 767px) {
  .mb95_sp {
    margin-bottom: 95px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mb95_tab {
    margin-bottom: 95px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mb95_pc {
    margin-bottom: 95px !important;
  }
}
.mb100 {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .mb100_sp {
    margin-bottom: 100px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mb100_tab {
    margin-bottom: 100px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mb100_pc {
    margin-bottom: 100px !important;
  }
}
.mb105 {
  margin-bottom: 105px;
}

@media screen and (max-width: 767px) {
  .mb105_sp {
    margin-bottom: 105px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mb105_tab {
    margin-bottom: 105px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mb105_pc {
    margin-bottom: 105px !important;
  }
}
.mb110 {
  margin-bottom: 110px;
}

@media screen and (max-width: 767px) {
  .mb110_sp {
    margin-bottom: 110px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mb110_tab {
    margin-bottom: 110px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mb110_pc {
    margin-bottom: 110px !important;
  }
}
.mb115 {
  margin-bottom: 115px;
}

@media screen and (max-width: 767px) {
  .mb115_sp {
    margin-bottom: 115px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mb115_tab {
    margin-bottom: 115px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mb115_pc {
    margin-bottom: 115px !important;
  }
}
.mb120 {
  margin-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .mb120_sp {
    margin-bottom: 120px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mb120_tab {
    margin-bottom: 120px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mb120_pc {
    margin-bottom: 120px !important;
  }
}
.mb125 {
  margin-bottom: 125px;
}

@media screen and (max-width: 767px) {
  .mb125_sp {
    margin-bottom: 125px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mb125_tab {
    margin-bottom: 125px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mb125_pc {
    margin-bottom: 125px !important;
  }
}
.mb130 {
  margin-bottom: 130px;
}

@media screen and (max-width: 767px) {
  .mb130_sp {
    margin-bottom: 130px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mb130_tab {
    margin-bottom: 130px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mb130_pc {
    margin-bottom: 130px !important;
  }
}
.mb135 {
  margin-bottom: 135px;
}

@media screen and (max-width: 767px) {
  .mb135_sp {
    margin-bottom: 135px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mb135_tab {
    margin-bottom: 135px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mb135_pc {
    margin-bottom: 135px !important;
  }
}
.mb140 {
  margin-bottom: 140px;
}

@media screen and (max-width: 767px) {
  .mb140_sp {
    margin-bottom: 140px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mb140_tab {
    margin-bottom: 140px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mb140_pc {
    margin-bottom: 140px !important;
  }
}
.mb145 {
  margin-bottom: 145px;
}

@media screen and (max-width: 767px) {
  .mb145_sp {
    margin-bottom: 145px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mb145_tab {
    margin-bottom: 145px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mb145_pc {
    margin-bottom: 145px !important;
  }
}
/*-------------------------------
          	padding
-------------------------------*/
.p0 {
  padding: 0px;
}

@media screen and (max-width: 767px) {
  .p0_sp {
    padding: 0px;
  }
}
@media screen and (max-width: 1024px) {
  .p0_tab {
    padding: 0px;
  }
}
@media screen and (min-width: 1025px) {
  .p0_pc {
    padding: 0px;
  }
}
.p5 {
  padding: 5px;
}

@media screen and (max-width: 767px) {
  .p5_sp {
    padding: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .p5_tab {
    padding: 5px;
  }
}
@media screen and (min-width: 1025px) {
  .p5_pc {
    padding: 5px;
  }
}
.p10 {
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .p10_sp {
    padding: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .p10_tab {
    padding: 10px;
  }
}
@media screen and (min-width: 1025px) {
  .p10_pc {
    padding: 10px;
  }
}
.p15 {
  padding: 15px;
}

@media screen and (max-width: 767px) {
  .p15_sp {
    padding: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .p15_tab {
    padding: 15px;
  }
}
@media screen and (min-width: 1025px) {
  .p15_pc {
    padding: 15px;
  }
}
.p20 {
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .p20_sp {
    padding: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .p20_tab {
    padding: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .p20_pc {
    padding: 20px;
  }
}
.p25 {
  padding: 25px;
}

@media screen and (max-width: 767px) {
  .p25_sp {
    padding: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .p25_tab {
    padding: 25px;
  }
}
@media screen and (min-width: 1025px) {
  .p25_pc {
    padding: 25px;
  }
}
.p30 {
  padding: 30px;
}

@media screen and (max-width: 767px) {
  .p30_sp {
    padding: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .p30_tab {
    padding: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .p30_pc {
    padding: 30px;
  }
}
.p35 {
  padding: 35px;
}

@media screen and (max-width: 767px) {
  .p35_sp {
    padding: 35px;
  }
}
@media screen and (max-width: 1024px) {
  .p35_tab {
    padding: 35px;
  }
}
@media screen and (min-width: 1025px) {
  .p35_pc {
    padding: 35px;
  }
}
.p40 {
  padding: 40px;
}

@media screen and (max-width: 767px) {
  .p40_sp {
    padding: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .p40_tab {
    padding: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .p40_pc {
    padding: 40px;
  }
}
.p45 {
  padding: 45px;
}

@media screen and (max-width: 767px) {
  .p45_sp {
    padding: 45px;
  }
}
@media screen and (max-width: 1024px) {
  .p45_tab {
    padding: 45px;
  }
}
@media screen and (min-width: 1025px) {
  .p45_pc {
    padding: 45px;
  }
}
.p50 {
  padding: 50px;
}

@media screen and (max-width: 767px) {
  .p50_sp {
    padding: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .p50_tab {
    padding: 50px;
  }
}
@media screen and (min-width: 1025px) {
  .p50_pc {
    padding: 50px;
  }
}
.p55 {
  padding: 55px;
}

@media screen and (max-width: 767px) {
  .p55_sp {
    padding: 55px;
  }
}
@media screen and (max-width: 1024px) {
  .p55_tab {
    padding: 55px;
  }
}
@media screen and (min-width: 1025px) {
  .p55_pc {
    padding: 55px;
  }
}
.p60 {
  padding: 60px;
}

@media screen and (max-width: 767px) {
  .p60_sp {
    padding: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .p60_tab {
    padding: 60px;
  }
}
@media screen and (min-width: 1025px) {
  .p60_pc {
    padding: 60px;
  }
}
.p65 {
  padding: 65px;
}

@media screen and (max-width: 767px) {
  .p65_sp {
    padding: 65px;
  }
}
@media screen and (max-width: 1024px) {
  .p65_tab {
    padding: 65px;
  }
}
@media screen and (min-width: 1025px) {
  .p65_pc {
    padding: 65px;
  }
}
.p70 {
  padding: 70px;
}

@media screen and (max-width: 767px) {
  .p70_sp {
    padding: 70px;
  }
}
@media screen and (max-width: 1024px) {
  .p70_tab {
    padding: 70px;
  }
}
@media screen and (min-width: 1025px) {
  .p70_pc {
    padding: 70px;
  }
}
.p75 {
  padding: 75px;
}

@media screen and (max-width: 767px) {
  .p75_sp {
    padding: 75px;
  }
}
@media screen and (max-width: 1024px) {
  .p75_tab {
    padding: 75px;
  }
}
@media screen and (min-width: 1025px) {
  .p75_pc {
    padding: 75px;
  }
}
.p80 {
  padding: 80px;
}

@media screen and (max-width: 767px) {
  .p80_sp {
    padding: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .p80_tab {
    padding: 80px;
  }
}
@media screen and (min-width: 1025px) {
  .p80_pc {
    padding: 80px;
  }
}
.p85 {
  padding: 85px;
}

@media screen and (max-width: 767px) {
  .p85_sp {
    padding: 85px;
  }
}
@media screen and (max-width: 1024px) {
  .p85_tab {
    padding: 85px;
  }
}
@media screen and (min-width: 1025px) {
  .p85_pc {
    padding: 85px;
  }
}
.p90 {
  padding: 90px;
}

@media screen and (max-width: 767px) {
  .p90_sp {
    padding: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .p90_tab {
    padding: 90px;
  }
}
@media screen and (min-width: 1025px) {
  .p90_pc {
    padding: 90px;
  }
}
.p95 {
  padding: 95px;
}

@media screen and (max-width: 767px) {
  .p95_sp {
    padding: 95px;
  }
}
@media screen and (max-width: 1024px) {
  .p95_tab {
    padding: 95px;
  }
}
@media screen and (min-width: 1025px) {
  .p95_pc {
    padding: 95px;
  }
}
.p100 {
  padding: 100px;
}

@media screen and (max-width: 767px) {
  .p100_sp {
    padding: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .p100_tab {
    padding: 100px;
  }
}
@media screen and (min-width: 1025px) {
  .p100_pc {
    padding: 100px;
  }
}
.pt0 {
  padding-top: 0px;
}

@media screen and (max-width: 767px) {
  .pt0_sp {
    padding-top: 0px !important;
  }
}
@media screen and (max-width: 1024px) {
  .pt0_tab {
    padding-top: 0px !important;
  }
}
@media screen and (min-width: 1025px) {
  .pt0_pc {
    padding-top: 0px !important;
  }
}
.pt5 {
  padding-top: 5px;
}

@media screen and (max-width: 767px) {
  .pt5_sp {
    padding-top: 5px !important;
  }
}
@media screen and (max-width: 1024px) {
  .pt5_tab {
    padding-top: 5px !important;
  }
}
@media screen and (min-width: 1025px) {
  .pt5_pc {
    padding-top: 5px !important;
  }
}
.pt10 {
  padding-top: 10px;
}

@media screen and (max-width: 767px) {
  .pt10_sp {
    padding-top: 10px !important;
  }
}
@media screen and (max-width: 1024px) {
  .pt10_tab {
    padding-top: 10px !important;
  }
}
@media screen and (min-width: 1025px) {
  .pt10_pc {
    padding-top: 10px !important;
  }
}
.pt15 {
  padding-top: 15px;
}

@media screen and (max-width: 767px) {
  .pt15_sp {
    padding-top: 15px !important;
  }
}
@media screen and (max-width: 1024px) {
  .pt15_tab {
    padding-top: 15px !important;
  }
}
@media screen and (min-width: 1025px) {
  .pt15_pc {
    padding-top: 15px !important;
  }
}
.pt20 {
  padding-top: 20px;
}

@media screen and (max-width: 767px) {
  .pt20_sp {
    padding-top: 20px !important;
  }
}
@media screen and (max-width: 1024px) {
  .pt20_tab {
    padding-top: 20px !important;
  }
}
@media screen and (min-width: 1025px) {
  .pt20_pc {
    padding-top: 20px !important;
  }
}
.pt25 {
  padding-top: 25px;
}

@media screen and (max-width: 767px) {
  .pt25_sp {
    padding-top: 25px !important;
  }
}
@media screen and (max-width: 1024px) {
  .pt25_tab {
    padding-top: 25px !important;
  }
}
@media screen and (min-width: 1025px) {
  .pt25_pc {
    padding-top: 25px !important;
  }
}
.pt30 {
  padding-top: 30px;
}

@media screen and (max-width: 767px) {
  .pt30_sp {
    padding-top: 30px !important;
  }
}
@media screen and (max-width: 1024px) {
  .pt30_tab {
    padding-top: 30px !important;
  }
}
@media screen and (min-width: 1025px) {
  .pt30_pc {
    padding-top: 30px !important;
  }
}
.pt35 {
  padding-top: 35px;
}

@media screen and (max-width: 767px) {
  .pt35_sp {
    padding-top: 35px !important;
  }
}
@media screen and (max-width: 1024px) {
  .pt35_tab {
    padding-top: 35px !important;
  }
}
@media screen and (min-width: 1025px) {
  .pt35_pc {
    padding-top: 35px !important;
  }
}
.pt40 {
  padding-top: 40px;
}

@media screen and (max-width: 767px) {
  .pt40_sp {
    padding-top: 40px !important;
  }
}
@media screen and (max-width: 1024px) {
  .pt40_tab {
    padding-top: 40px !important;
  }
}
@media screen and (min-width: 1025px) {
  .pt40_pc {
    padding-top: 40px !important;
  }
}
.pt45 {
  padding-top: 45px;
}

@media screen and (max-width: 767px) {
  .pt45_sp {
    padding-top: 45px !important;
  }
}
@media screen and (max-width: 1024px) {
  .pt45_tab {
    padding-top: 45px !important;
  }
}
@media screen and (min-width: 1025px) {
  .pt45_pc {
    padding-top: 45px !important;
  }
}
.pt50 {
  padding-top: 50px;
}

@media screen and (max-width: 767px) {
  .pt50_sp {
    padding-top: 50px !important;
  }
}
@media screen and (max-width: 1024px) {
  .pt50_tab {
    padding-top: 50px !important;
  }
}
@media screen and (min-width: 1025px) {
  .pt50_pc {
    padding-top: 50px !important;
  }
}
.pt55 {
  padding-top: 55px;
}

@media screen and (max-width: 767px) {
  .pt55_sp {
    padding-top: 55px !important;
  }
}
@media screen and (max-width: 1024px) {
  .pt55_tab {
    padding-top: 55px !important;
  }
}
@media screen and (min-width: 1025px) {
  .pt55_pc {
    padding-top: 55px !important;
  }
}
.pt60 {
  padding-top: 60px;
}

@media screen and (max-width: 767px) {
  .pt60_sp {
    padding-top: 60px !important;
  }
}
@media screen and (max-width: 1024px) {
  .pt60_tab {
    padding-top: 60px !important;
  }
}
@media screen and (min-width: 1025px) {
  .pt60_pc {
    padding-top: 60px !important;
  }
}
.pt65 {
  padding-top: 65px;
}

@media screen and (max-width: 767px) {
  .pt65_sp {
    padding-top: 65px !important;
  }
}
@media screen and (max-width: 1024px) {
  .pt65_tab {
    padding-top: 65px !important;
  }
}
@media screen and (min-width: 1025px) {
  .pt65_pc {
    padding-top: 65px !important;
  }
}
.pt70 {
  padding-top: 70px;
}

@media screen and (max-width: 767px) {
  .pt70_sp {
    padding-top: 70px !important;
  }
}
@media screen and (max-width: 1024px) {
  .pt70_tab {
    padding-top: 70px !important;
  }
}
@media screen and (min-width: 1025px) {
  .pt70_pc {
    padding-top: 70px !important;
  }
}
.pt75 {
  padding-top: 75px;
}

@media screen and (max-width: 767px) {
  .pt75_sp {
    padding-top: 75px !important;
  }
}
@media screen and (max-width: 1024px) {
  .pt75_tab {
    padding-top: 75px !important;
  }
}
@media screen and (min-width: 1025px) {
  .pt75_pc {
    padding-top: 75px !important;
  }
}
.pt80 {
  padding-top: 80px;
}

@media screen and (max-width: 767px) {
  .pt80_sp {
    padding-top: 80px !important;
  }
}
@media screen and (max-width: 1024px) {
  .pt80_tab {
    padding-top: 80px !important;
  }
}
@media screen and (min-width: 1025px) {
  .pt80_pc {
    padding-top: 80px !important;
  }
}
.pt85 {
  padding-top: 85px;
}

@media screen and (max-width: 767px) {
  .pt85_sp {
    padding-top: 85px !important;
  }
}
@media screen and (max-width: 1024px) {
  .pt85_tab {
    padding-top: 85px !important;
  }
}
@media screen and (min-width: 1025px) {
  .pt85_pc {
    padding-top: 85px !important;
  }
}
.pt90 {
  padding-top: 90px;
}

@media screen and (max-width: 767px) {
  .pt90_sp {
    padding-top: 90px !important;
  }
}
@media screen and (max-width: 1024px) {
  .pt90_tab {
    padding-top: 90px !important;
  }
}
@media screen and (min-width: 1025px) {
  .pt90_pc {
    padding-top: 90px !important;
  }
}
.pt95 {
  padding-top: 95px;
}

@media screen and (max-width: 767px) {
  .pt95_sp {
    padding-top: 95px !important;
  }
}
@media screen and (max-width: 1024px) {
  .pt95_tab {
    padding-top: 95px !important;
  }
}
@media screen and (min-width: 1025px) {
  .pt95_pc {
    padding-top: 95px !important;
  }
}
.pt100 {
  padding-top: 100px;
}

@media screen and (max-width: 767px) {
  .pt100_sp {
    padding-top: 100px !important;
  }
}
@media screen and (max-width: 1024px) {
  .pt100_tab {
    padding-top: 100px !important;
  }
}
@media screen and (min-width: 1025px) {
  .pt100_pc {
    padding-top: 100px !important;
  }
}
.pl0 {
  padding-left: 0px;
}

@media screen and (max-width: 767px) {
  .pl0_sp {
    padding-left: 0px !important;
  }
}
@media screen and (max-width: 1024px) {
  .pl0_tab {
    padding-left: 0px !important;
  }
}
@media screen and (min-width: 1025px) {
  .pl0_pc {
    padding-left: 0px !important;
  }
}
.pl5 {
  padding-left: 5px;
}

@media screen and (max-width: 767px) {
  .pl5_sp {
    padding-left: 5px !important;
  }
}
@media screen and (max-width: 1024px) {
  .pl5_tab {
    padding-left: 5px !important;
  }
}
@media screen and (min-width: 1025px) {
  .pl5_pc {
    padding-left: 5px !important;
  }
}
.pl10 {
  padding-left: 10px;
}

@media screen and (max-width: 767px) {
  .pl10_sp {
    padding-left: 10px !important;
  }
}
@media screen and (max-width: 1024px) {
  .pl10_tab {
    padding-left: 10px !important;
  }
}
@media screen and (min-width: 1025px) {
  .pl10_pc {
    padding-left: 10px !important;
  }
}
.pl15 {
  padding-left: 15px;
}

@media screen and (max-width: 767px) {
  .pl15_sp {
    padding-left: 15px !important;
  }
}
@media screen and (max-width: 1024px) {
  .pl15_tab {
    padding-left: 15px !important;
  }
}
@media screen and (min-width: 1025px) {
  .pl15_pc {
    padding-left: 15px !important;
  }
}
.pl20 {
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  .pl20_sp {
    padding-left: 20px !important;
  }
}
@media screen and (max-width: 1024px) {
  .pl20_tab {
    padding-left: 20px !important;
  }
}
@media screen and (min-width: 1025px) {
  .pl20_pc {
    padding-left: 20px !important;
  }
}
.pl25 {
  padding-left: 25px;
}

@media screen and (max-width: 767px) {
  .pl25_sp {
    padding-left: 25px !important;
  }
}
@media screen and (max-width: 1024px) {
  .pl25_tab {
    padding-left: 25px !important;
  }
}
@media screen and (min-width: 1025px) {
  .pl25_pc {
    padding-left: 25px !important;
  }
}
.pl30 {
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  .pl30_sp {
    padding-left: 30px !important;
  }
}
@media screen and (max-width: 1024px) {
  .pl30_tab {
    padding-left: 30px !important;
  }
}
@media screen and (min-width: 1025px) {
  .pl30_pc {
    padding-left: 30px !important;
  }
}
.pl35 {
  padding-left: 35px;
}

@media screen and (max-width: 767px) {
  .pl35_sp {
    padding-left: 35px !important;
  }
}
@media screen and (max-width: 1024px) {
  .pl35_tab {
    padding-left: 35px !important;
  }
}
@media screen and (min-width: 1025px) {
  .pl35_pc {
    padding-left: 35px !important;
  }
}
.pl40 {
  padding-left: 40px;
}

@media screen and (max-width: 767px) {
  .pl40_sp {
    padding-left: 40px !important;
  }
}
@media screen and (max-width: 1024px) {
  .pl40_tab {
    padding-left: 40px !important;
  }
}
@media screen and (min-width: 1025px) {
  .pl40_pc {
    padding-left: 40px !important;
  }
}
.pl45 {
  padding-left: 45px;
}

@media screen and (max-width: 767px) {
  .pl45_sp {
    padding-left: 45px !important;
  }
}
@media screen and (max-width: 1024px) {
  .pl45_tab {
    padding-left: 45px !important;
  }
}
@media screen and (min-width: 1025px) {
  .pl45_pc {
    padding-left: 45px !important;
  }
}
.pl50 {
  padding-left: 50px;
}

@media screen and (max-width: 767px) {
  .pl50_sp {
    padding-left: 50px !important;
  }
}
@media screen and (max-width: 1024px) {
  .pl50_tab {
    padding-left: 50px !important;
  }
}
@media screen and (min-width: 1025px) {
  .pl50_pc {
    padding-left: 50px !important;
  }
}
.pl55 {
  padding-left: 55px;
}

@media screen and (max-width: 767px) {
  .pl55_sp {
    padding-left: 55px !important;
  }
}
@media screen and (max-width: 1024px) {
  .pl55_tab {
    padding-left: 55px !important;
  }
}
@media screen and (min-width: 1025px) {
  .pl55_pc {
    padding-left: 55px !important;
  }
}
.pl60 {
  padding-left: 60px;
}

@media screen and (max-width: 767px) {
  .pl60_sp {
    padding-left: 60px !important;
  }
}
@media screen and (max-width: 1024px) {
  .pl60_tab {
    padding-left: 60px !important;
  }
}
@media screen and (min-width: 1025px) {
  .pl60_pc {
    padding-left: 60px !important;
  }
}
.pl65 {
  padding-left: 65px;
}

@media screen and (max-width: 767px) {
  .pl65_sp {
    padding-left: 65px !important;
  }
}
@media screen and (max-width: 1024px) {
  .pl65_tab {
    padding-left: 65px !important;
  }
}
@media screen and (min-width: 1025px) {
  .pl65_pc {
    padding-left: 65px !important;
  }
}
.pl70 {
  padding-left: 70px;
}

@media screen and (max-width: 767px) {
  .pl70_sp {
    padding-left: 70px !important;
  }
}
@media screen and (max-width: 1024px) {
  .pl70_tab {
    padding-left: 70px !important;
  }
}
@media screen and (min-width: 1025px) {
  .pl70_pc {
    padding-left: 70px !important;
  }
}
.pl75 {
  padding-left: 75px;
}

@media screen and (max-width: 767px) {
  .pl75_sp {
    padding-left: 75px !important;
  }
}
@media screen and (max-width: 1024px) {
  .pl75_tab {
    padding-left: 75px !important;
  }
}
@media screen and (min-width: 1025px) {
  .pl75_pc {
    padding-left: 75px !important;
  }
}
.pl80 {
  padding-left: 80px;
}

@media screen and (max-width: 767px) {
  .pl80_sp {
    padding-left: 80px !important;
  }
}
@media screen and (max-width: 1024px) {
  .pl80_tab {
    padding-left: 80px !important;
  }
}
@media screen and (min-width: 1025px) {
  .pl80_pc {
    padding-left: 80px !important;
  }
}
.pl85 {
  padding-left: 85px;
}

@media screen and (max-width: 767px) {
  .pl85_sp {
    padding-left: 85px !important;
  }
}
@media screen and (max-width: 1024px) {
  .pl85_tab {
    padding-left: 85px !important;
  }
}
@media screen and (min-width: 1025px) {
  .pl85_pc {
    padding-left: 85px !important;
  }
}
.pl90 {
  padding-left: 90px;
}

@media screen and (max-width: 767px) {
  .pl90_sp {
    padding-left: 90px !important;
  }
}
@media screen and (max-width: 1024px) {
  .pl90_tab {
    padding-left: 90px !important;
  }
}
@media screen and (min-width: 1025px) {
  .pl90_pc {
    padding-left: 90px !important;
  }
}
.pl95 {
  padding-left: 95px;
}

@media screen and (max-width: 767px) {
  .pl95_sp {
    padding-left: 95px !important;
  }
}
@media screen and (max-width: 1024px) {
  .pl95_tab {
    padding-left: 95px !important;
  }
}
@media screen and (min-width: 1025px) {
  .pl95_pc {
    padding-left: 95px !important;
  }
}
.pl100 {
  padding-left: 100px;
}

@media screen and (max-width: 767px) {
  .pl100_sp {
    padding-left: 100px !important;
  }
}
@media screen and (max-width: 1024px) {
  .pl100_tab {
    padding-left: 100px !important;
  }
}
@media screen and (min-width: 1025px) {
  .pl100_pc {
    padding-left: 100px !important;
  }
}
.pb0 {
  padding-bottom: 0px;
}

@media screen and (max-width: 767px) {
  .pb0_sp {
    padding-bottom: 0px !important;
  }
}
@media screen and (max-width: 1024px) {
  .pb0_tab {
    padding-bottom: 0px !important;
  }
}
@media screen and (min-width: 1025px) {
  .pb0_pc {
    padding-bottom: 0px !important;
  }
}
.pb5 {
  padding-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .pb5_sp {
    padding-bottom: 5px !important;
  }
}
@media screen and (max-width: 1024px) {
  .pb5_tab {
    padding-bottom: 5px !important;
  }
}
@media screen and (min-width: 1025px) {
  .pb5_pc {
    padding-bottom: 5px !important;
  }
}
.pb10 {
  padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .pb10_sp {
    padding-bottom: 10px !important;
  }
}
@media screen and (max-width: 1024px) {
  .pb10_tab {
    padding-bottom: 10px !important;
  }
}
@media screen and (min-width: 1025px) {
  .pb10_pc {
    padding-bottom: 10px !important;
  }
}
.pb15 {
  padding-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .pb15_sp {
    padding-bottom: 15px !important;
  }
}
@media screen and (max-width: 1024px) {
  .pb15_tab {
    padding-bottom: 15px !important;
  }
}
@media screen and (min-width: 1025px) {
  .pb15_pc {
    padding-bottom: 15px !important;
  }
}
.pb20 {
  padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .pb20_sp {
    padding-bottom: 20px !important;
  }
}
@media screen and (max-width: 1024px) {
  .pb20_tab {
    padding-bottom: 20px !important;
  }
}
@media screen and (min-width: 1025px) {
  .pb20_pc {
    padding-bottom: 20px !important;
  }
}
.pb25 {
  padding-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .pb25_sp {
    padding-bottom: 25px !important;
  }
}
@media screen and (max-width: 1024px) {
  .pb25_tab {
    padding-bottom: 25px !important;
  }
}
@media screen and (min-width: 1025px) {
  .pb25_pc {
    padding-bottom: 25px !important;
  }
}
.pb30 {
  padding-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .pb30_sp {
    padding-bottom: 30px !important;
  }
}
@media screen and (max-width: 1024px) {
  .pb30_tab {
    padding-bottom: 30px !important;
  }
}
@media screen and (min-width: 1025px) {
  .pb30_pc {
    padding-bottom: 30px !important;
  }
}
.pb35 {
  padding-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .pb35_sp {
    padding-bottom: 35px !important;
  }
}
@media screen and (max-width: 1024px) {
  .pb35_tab {
    padding-bottom: 35px !important;
  }
}
@media screen and (min-width: 1025px) {
  .pb35_pc {
    padding-bottom: 35px !important;
  }
}
.pb40 {
  padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .pb40_sp {
    padding-bottom: 40px !important;
  }
}
@media screen and (max-width: 1024px) {
  .pb40_tab {
    padding-bottom: 40px !important;
  }
}
@media screen and (min-width: 1025px) {
  .pb40_pc {
    padding-bottom: 40px !important;
  }
}
.pb45 {
  padding-bottom: 45px;
}

@media screen and (max-width: 767px) {
  .pb45_sp {
    padding-bottom: 45px !important;
  }
}
@media screen and (max-width: 1024px) {
  .pb45_tab {
    padding-bottom: 45px !important;
  }
}
@media screen and (min-width: 1025px) {
  .pb45_pc {
    padding-bottom: 45px !important;
  }
}
.pb50 {
  padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .pb50_sp {
    padding-bottom: 50px !important;
  }
}
@media screen and (max-width: 1024px) {
  .pb50_tab {
    padding-bottom: 50px !important;
  }
}
@media screen and (min-width: 1025px) {
  .pb50_pc {
    padding-bottom: 50px !important;
  }
}
.pb55 {
  padding-bottom: 55px;
}

@media screen and (max-width: 767px) {
  .pb55_sp {
    padding-bottom: 55px !important;
  }
}
@media screen and (max-width: 1024px) {
  .pb55_tab {
    padding-bottom: 55px !important;
  }
}
@media screen and (min-width: 1025px) {
  .pb55_pc {
    padding-bottom: 55px !important;
  }
}
.pb60 {
  padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .pb60_sp {
    padding-bottom: 60px !important;
  }
}
@media screen and (max-width: 1024px) {
  .pb60_tab {
    padding-bottom: 60px !important;
  }
}
@media screen and (min-width: 1025px) {
  .pb60_pc {
    padding-bottom: 60px !important;
  }
}
.pb65 {
  padding-bottom: 65px;
}

@media screen and (max-width: 767px) {
  .pb65_sp {
    padding-bottom: 65px !important;
  }
}
@media screen and (max-width: 1024px) {
  .pb65_tab {
    padding-bottom: 65px !important;
  }
}
@media screen and (min-width: 1025px) {
  .pb65_pc {
    padding-bottom: 65px !important;
  }
}
.pb70 {
  padding-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .pb70_sp {
    padding-bottom: 70px !important;
  }
}
@media screen and (max-width: 1024px) {
  .pb70_tab {
    padding-bottom: 70px !important;
  }
}
@media screen and (min-width: 1025px) {
  .pb70_pc {
    padding-bottom: 70px !important;
  }
}
.pb75 {
  padding-bottom: 75px;
}

@media screen and (max-width: 767px) {
  .pb75_sp {
    padding-bottom: 75px !important;
  }
}
@media screen and (max-width: 1024px) {
  .pb75_tab {
    padding-bottom: 75px !important;
  }
}
@media screen and (min-width: 1025px) {
  .pb75_pc {
    padding-bottom: 75px !important;
  }
}
.pb80 {
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .pb80_sp {
    padding-bottom: 80px !important;
  }
}
@media screen and (max-width: 1024px) {
  .pb80_tab {
    padding-bottom: 80px !important;
  }
}
@media screen and (min-width: 1025px) {
  .pb80_pc {
    padding-bottom: 80px !important;
  }
}
.pb85 {
  padding-bottom: 85px;
}

@media screen and (max-width: 767px) {
  .pb85_sp {
    padding-bottom: 85px !important;
  }
}
@media screen and (max-width: 1024px) {
  .pb85_tab {
    padding-bottom: 85px !important;
  }
}
@media screen and (min-width: 1025px) {
  .pb85_pc {
    padding-bottom: 85px !important;
  }
}
.pb90 {
  padding-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .pb90_sp {
    padding-bottom: 90px !important;
  }
}
@media screen and (max-width: 1024px) {
  .pb90_tab {
    padding-bottom: 90px !important;
  }
}
@media screen and (min-width: 1025px) {
  .pb90_pc {
    padding-bottom: 90px !important;
  }
}
.pb95 {
  padding-bottom: 95px;
}

@media screen and (max-width: 767px) {
  .pb95_sp {
    padding-bottom: 95px !important;
  }
}
@media screen and (max-width: 1024px) {
  .pb95_tab {
    padding-bottom: 95px !important;
  }
}
@media screen and (min-width: 1025px) {
  .pb95_pc {
    padding-bottom: 95px !important;
  }
}
.pb100 {
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .pb100_sp {
    padding-bottom: 100px !important;
  }
}
@media screen and (max-width: 1024px) {
  .pb100_tab {
    padding-bottom: 100px !important;
  }
}
@media screen and (min-width: 1025px) {
  .pb100_pc {
    padding-bottom: 100px !important;
  }
}
.pr0 {
  padding-right: 0px;
}

@media screen and (max-width: 767px) {
  .pr0_sp {
    padding-right: 0px !important;
  }
}
@media screen and (max-width: 1024px) {
  .pr0_tab {
    padding-right: 0px !important;
  }
}
@media screen and (min-width: 1025px) {
  .pr0_pc {
    padding-right: 0px !important;
  }
}
.pr5 {
  padding-right: 5px;
}

@media screen and (max-width: 767px) {
  .pr5_sp {
    padding-right: 5px !important;
  }
}
@media screen and (max-width: 1024px) {
  .pr5_tab {
    padding-right: 5px !important;
  }
}
@media screen and (min-width: 1025px) {
  .pr5_pc {
    padding-right: 5px !important;
  }
}
.pr10 {
  padding-right: 10px;
}

@media screen and (max-width: 767px) {
  .pr10_sp {
    padding-right: 10px !important;
  }
}
@media screen and (max-width: 1024px) {
  .pr10_tab {
    padding-right: 10px !important;
  }
}
@media screen and (min-width: 1025px) {
  .pr10_pc {
    padding-right: 10px !important;
  }
}
.pr15 {
  padding-right: 15px;
}

@media screen and (max-width: 767px) {
  .pr15_sp {
    padding-right: 15px !important;
  }
}
@media screen and (max-width: 1024px) {
  .pr15_tab {
    padding-right: 15px !important;
  }
}
@media screen and (min-width: 1025px) {
  .pr15_pc {
    padding-right: 15px !important;
  }
}
.pr20 {
  padding-right: 20px;
}

@media screen and (max-width: 767px) {
  .pr20_sp {
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 1024px) {
  .pr20_tab {
    padding-right: 20px !important;
  }
}
@media screen and (min-width: 1025px) {
  .pr20_pc {
    padding-right: 20px !important;
  }
}
.pr25 {
  padding-right: 25px;
}

@media screen and (max-width: 767px) {
  .pr25_sp {
    padding-right: 25px !important;
  }
}
@media screen and (max-width: 1024px) {
  .pr25_tab {
    padding-right: 25px !important;
  }
}
@media screen and (min-width: 1025px) {
  .pr25_pc {
    padding-right: 25px !important;
  }
}
.pr30 {
  padding-right: 30px;
}

@media screen and (max-width: 767px) {
  .pr30_sp {
    padding-right: 30px !important;
  }
}
@media screen and (max-width: 1024px) {
  .pr30_tab {
    padding-right: 30px !important;
  }
}
@media screen and (min-width: 1025px) {
  .pr30_pc {
    padding-right: 30px !important;
  }
}
.pr35 {
  padding-right: 35px;
}

@media screen and (max-width: 767px) {
  .pr35_sp {
    padding-right: 35px !important;
  }
}
@media screen and (max-width: 1024px) {
  .pr35_tab {
    padding-right: 35px !important;
  }
}
@media screen and (min-width: 1025px) {
  .pr35_pc {
    padding-right: 35px !important;
  }
}
.pr40 {
  padding-right: 40px;
}

@media screen and (max-width: 767px) {
  .pr40_sp {
    padding-right: 40px !important;
  }
}
@media screen and (max-width: 1024px) {
  .pr40_tab {
    padding-right: 40px !important;
  }
}
@media screen and (min-width: 1025px) {
  .pr40_pc {
    padding-right: 40px !important;
  }
}
.pr45 {
  padding-right: 45px;
}

@media screen and (max-width: 767px) {
  .pr45_sp {
    padding-right: 45px !important;
  }
}
@media screen and (max-width: 1024px) {
  .pr45_tab {
    padding-right: 45px !important;
  }
}
@media screen and (min-width: 1025px) {
  .pr45_pc {
    padding-right: 45px !important;
  }
}
.pr50 {
  padding-right: 50px;
}

@media screen and (max-width: 767px) {
  .pr50_sp {
    padding-right: 50px !important;
  }
}
@media screen and (max-width: 1024px) {
  .pr50_tab {
    padding-right: 50px !important;
  }
}
@media screen and (min-width: 1025px) {
  .pr50_pc {
    padding-right: 50px !important;
  }
}
.pr55 {
  padding-right: 55px;
}

@media screen and (max-width: 767px) {
  .pr55_sp {
    padding-right: 55px !important;
  }
}
@media screen and (max-width: 1024px) {
  .pr55_tab {
    padding-right: 55px !important;
  }
}
@media screen and (min-width: 1025px) {
  .pr55_pc {
    padding-right: 55px !important;
  }
}
.pr60 {
  padding-right: 60px;
}

@media screen and (max-width: 767px) {
  .pr60_sp {
    padding-right: 60px !important;
  }
}
@media screen and (max-width: 1024px) {
  .pr60_tab {
    padding-right: 60px !important;
  }
}
@media screen and (min-width: 1025px) {
  .pr60_pc {
    padding-right: 60px !important;
  }
}
.pr65 {
  padding-right: 65px;
}

@media screen and (max-width: 767px) {
  .pr65_sp {
    padding-right: 65px !important;
  }
}
@media screen and (max-width: 1024px) {
  .pr65_tab {
    padding-right: 65px !important;
  }
}
@media screen and (min-width: 1025px) {
  .pr65_pc {
    padding-right: 65px !important;
  }
}
.pr70 {
  padding-right: 70px;
}

@media screen and (max-width: 767px) {
  .pr70_sp {
    padding-right: 70px !important;
  }
}
@media screen and (max-width: 1024px) {
  .pr70_tab {
    padding-right: 70px !important;
  }
}
@media screen and (min-width: 1025px) {
  .pr70_pc {
    padding-right: 70px !important;
  }
}
.pr75 {
  padding-right: 75px;
}

@media screen and (max-width: 767px) {
  .pr75_sp {
    padding-right: 75px !important;
  }
}
@media screen and (max-width: 1024px) {
  .pr75_tab {
    padding-right: 75px !important;
  }
}
@media screen and (min-width: 1025px) {
  .pr75_pc {
    padding-right: 75px !important;
  }
}
.pr80 {
  padding-right: 80px;
}

@media screen and (max-width: 767px) {
  .pr80_sp {
    padding-right: 80px !important;
  }
}
@media screen and (max-width: 1024px) {
  .pr80_tab {
    padding-right: 80px !important;
  }
}
@media screen and (min-width: 1025px) {
  .pr80_pc {
    padding-right: 80px !important;
  }
}
.pr85 {
  padding-right: 85px;
}

@media screen and (max-width: 767px) {
  .pr85_sp {
    padding-right: 85px !important;
  }
}
@media screen and (max-width: 1024px) {
  .pr85_tab {
    padding-right: 85px !important;
  }
}
@media screen and (min-width: 1025px) {
  .pr85_pc {
    padding-right: 85px !important;
  }
}
.pr90 {
  padding-right: 90px;
}

@media screen and (max-width: 767px) {
  .pr90_sp {
    padding-right: 90px !important;
  }
}
@media screen and (max-width: 1024px) {
  .pr90_tab {
    padding-right: 90px !important;
  }
}
@media screen and (min-width: 1025px) {
  .pr90_pc {
    padding-right: 90px !important;
  }
}
.pr95 {
  padding-right: 95px;
}

@media screen and (max-width: 767px) {
  .pr95_sp {
    padding-right: 95px !important;
  }
}
@media screen and (max-width: 1024px) {
  .pr95_tab {
    padding-right: 95px !important;
  }
}
@media screen and (min-width: 1025px) {
  .pr95_pc {
    padding-right: 95px !important;
  }
}
.pr100 {
  padding-right: 100px;
}

@media screen and (max-width: 767px) {
  .pr100_sp {
    padding-right: 100px !important;
  }
}
@media screen and (max-width: 1024px) {
  .pr100_tab {
    padding-right: 100px !important;
  }
}
@media screen and (min-width: 1025px) {
  .pr100_pc {
    padding-right: 100px !important;
  }
}
.site-body {
  opacity: 0;
}
.site-body.active {
  opacity: 1;
}

#site-header-container {
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.site-header {
  top: 25px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  height: 60px;
  position: fixed;
  z-index: 10;
}
.site-header-container {
  height: 100%;
}

@media (max-width: 767.98px) {
  .site-header {
    background: #143C73;
    height: 55px;
    top: 0;
  }
}
.site-header-logo {
  background: #143C73;
  max-width: 100%;
  height: 60px;
  width: 150px !important;
  margin: 0 25px 0 0 !important;
}
.site-header-logo a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.site-header-logo a img {
  width: 84px;
  height: 20px;
  max-width: 100%;
}

@media (max-width: 767.98px) {
  .site-header-logo {
    margin: 0 auto !important;
  }
}
.header_lang_switch {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 2.4px;
  font-size: 0.6rem;
  color: #959595;
  width: 50px;
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
}
.header_lang_switch:after {
  display: block;
  width: 1px;
  height: 13px;
  background: #143C73;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(0, 15%);
          transform: translate(0, 15%);
}
.header_lang_switch a {
  color: #959595;
  text-decoration: none !important;
}
.header_lang_switch span {
  color: #143C73;
}
.header_lang_switch .en {
  letter-spacing: 3px;
}
.header_lang_switch .jp {
  letter-spacing: 2px;
}
@media (max-width: 767.98px) {
  .header_lang_switch {
    width: 70px;
    font-size: 15px;
  }
  .header_lang_switch:after {
    height: 15px;
    -webkit-transform: translate(0, 12%);
            transform: translate(0, 12%);
  }
  .header_lang_switch_pc {
    display: none;
  }
}
.header_seach {
  width: 24px;
  max-width: 100%;
  position: absolute;
  bottom: 0;
  right: 45px;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.header_seach:hover {
  width: 210px;
}
.header_seach:hover input#s-box {
  opacity: 1;
  visibility: visible;
}
.header_seach form {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_seach input#s-box {
  border-radius: 50px;
  width: calc(100% - 34px);
  padding: 7px;
  height: 30px;
  margin-bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.header_seach #s-btn-area {
  width: 24px;
  border: 0;
  height: 24px;
  background: url("../images/common/search-24px.svg") 50% 50% no-repeat;
  background-size: 24px 24px;
}

@media (max-width: 767.98px) {
  .header_seach {
    width: 100%;
    right: auto;
    height: 24px;
    position: relative;
    margin-bottom: 40px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .header_seach #form {
    width: 100%;
  }
  .header_seach:hover {
    width: 100%;
  }
  .header_seach:hover input#s-box {
    opacity: 1;
    visibility: visible;
  }
  .header_seach input#s-box {
    opacity: 1;
    width: 270px;
    visibility: visible;
    height: 24px;
  }
  .header_seach #s-btn-area {
    width: 17px;
    border: 0;
    height: 17px;
    background: url("../images/common/search-24px_sp.svg") 50% 50% no-repeat;
    background-size: 17px 17px;
  }
}
@media (max-width: 767.98px) {
  .vk-mobile-nav {
    background: rgba(255, 255, 255, 0.8);
  }
  .vk-mobile-nav ul {
    border-top: 0 !important;
    margin-bottom: 60px !important;
  }

  .vk-mobile-nav.vk-mobile-nav-open.vk-mobile-nav-drop-in {
    top: 55px;
    padding: 30px 50px;
  }

  .vk-mobile-nav .widget_nav_menu ul li a, .vk-mobile-nav nav ul li a {
    border-bottom: 0;
    font-size: 15px;
    padding: 12px 0;
  }

  .vk-mobile-nav-menu-btn {
    width: 62px;
    height: 62px;
    top: auto !important;
    left: auto;
    right: 20px;
    bottom: 20px;
    border: 0 !important;
    background: url("../images/common/menu_button.svg") 50% 50% no-repeat !important;
    background-size: cover;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  .vk-mobile-nav-menu-btn.menu-open {
    background: url("../images/common/menu_button.svg") 50% 50% no-repeat !important;
    -webkit-transform: rotateZ(45deg) !important;
            transform: rotateZ(45deg) !important;
    background-size: cover;
  }
}
/*
nav*/
.global-nav {
  height: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.global-nav-list {
  height: 100%;
}
.global-nav-list > li {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.global-nav-list > li:before {
  border-bottom: 0 !important;
}
.global-nav-list > li > a {
  padding: 0 25px !important;
  position: relative;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.global-nav-list > li > a > .global-nav-name {
  font-size: 0.6rem;
  letter-spacing: 3px;
}
.global-nav-list > li > a:before {
  width: 16px;
  border: 0;
  height: 16px;
  background: url("../images/common/symbol_theme_S.svg") 50% 50% no-repeat;
  background-size: 16px 16px;
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.global-nav-list > li > ul.sub-menu {
  top: 110%;
  left: 0;
  margin-left: 0 !important;
  padding: 2vw 1.5vw;
  background: #143C73 !important;
}
.global-nav-list > li > ul.sub-menu > li {
  margin-bottom: 3px;
}
.global-nav-list > li > ul.sub-menu > li a {
  border-bottom: 0 !important;
  color: rgba(255, 255, 255, 0.9) !important;
  padding: 7px !important;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  letter-spacing: 3.4px;
  font-size: 12px;
  font-weight: 400 !important;
}
.global-nav-list > li > ul.sub-menu > li a:hover {
  background: #143C73 !important;
  opacity: 0.7;
}
.global-nav-list > li:hover a {
  color: #C92759;
}
.global-nav-list > li:hover a:before {
  opacity: 1;
  visibility: visible;
}

.global-nav-list > li.menu2:before, .global-nav-list > li.menu3:before, .global-nav-list > li.menu4:before {
  display: block !important;
  content: "" !important;
  width: 9px;
  height: 6px;
  left: 50%;
  bottom: 7px;
  -webkit-transform: translate(-70%, 0);
          transform: translate(-70%, 0);
  background: url("../images/common/img_menu_point.svg") 50% 50% no-repeat;
  background-size: cover;
}

.global-nav-list > li.menu-item-has-children::after {
  display: none !important;
}

/* Loading背景画面設定　*/
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10999;
  background: #333;
  text-align: center;
  color: #fff;
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width: 260px;
}

/* fadeUpをするアイコンの動き */
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*
inner
*/
.inner1 {
  width: 1100px;
  max-width: 100%;
  margin: auto;
}

/*
見出し midashi
*/
.midashi_1, .entry-header .entry-title {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 4.4px;
  position: relative;
  background: none !important;
  padding: 0 !important;
  border: 0 !important;
  color: #143C73;
}
.midashi_1:after, .entry-header .entry-title:after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #E6E6E6;
  border-bottom: 0 !important;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
}
.midashi_1 > span, .entry-header .entry-title > span {
  display: inline-block;
  border: none !important;
  position: relative;
  background: #fff;
  padding-right: 60px;
  z-index: 2;
}
.midashi_1 > span:before, .entry-header .entry-title > span:before {
  display: inline-block;
  content: "";
  width: 25px;
  vertical-align: middle;
  height: 25px;
  background: url("../images/common/symbol_theme_S.svg") 50% 50% no-repeat;
  background-size: cover;
  margin-right: 10px;
}
.midashi_1_big, .entry-header .entry-title_big {
  font-size: 28px;
  margin-bottom: 70px;
}
.midashi_1_big > span:before, .entry-header .entry-title_big > span:before {
  width: 34px;
  height: 34px;
  background: url("../images/common/symbol_theme_S.svg") 50% 50% no-repeat;
  background-size: cover;
  margin-right: 15px;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

@media (max-width: 767.98px) {
  .midashi_1, .entry-header .entry-title {
    font-size: 14px;
    white-space: nowrap;
    letter-spacing: 0.9px;
  }
  .midashi_1:after, .entry-header .entry-title:after {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background: #E6E6E6;
    border-bottom: 0 !important;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
  }
  .midashi_1 > span, .entry-header .entry-title > span {
    padding-right: 20px;
  }
  .midashi_1 > span:before, .entry-header .entry-title > span:before {
    display: inline-block;
    content: "";
    width: 16px;
    vertical-align: middle;
    height: 16px;
    background: url("../images/common/symbol_theme_S.svg") 50% 50% no-repeat;
    background-size: cover;
    margin-right: 10px;
  }
  .midashi_1_big, .entry-header .entry-title_big {
    font-size: 18px;
    margin-bottom: 60px;
  }
  .midashi_1_big > span:before, .entry-header .entry-title_big > span:before {
    width: 21px;
    height: 21px;
    background: url("../images/common/symbol_theme_S.svg") 50% 50% no-repeat;
    background-size: cover;
    margin-right: 10px;
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
}
.entry-header .entry-title {
  font-size: 28px;
  margin-bottom: 150px;
}
.entry-header .entry-title > span:before {
  width: 34px;
  height: 34px;
  background: url("../images/common/symbol_theme_S.svg") 50% 50% no-repeat;
  background-size: cover;
  margin-right: 15px;
}

.midashi_2 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 60px;
  letter-spacing: 2px;
  position: relative;
  border: 0 !important;
  color: #143C73 !important;
}
.midashi_2:after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #E6E6E6;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
}
.midashi_2 > span {
  display: inline-block;
  border: none !important;
  position: relative;
  background: #fff;
  padding-right: 40px;
  z-index: 2;
}

@media (max-width: 767.98px) {
  .midashi_2 {
    font-size: 18px;
    margin-bottom: 30px;
    letter-spacing: 1px;
  }
  .midashi_2:after {
    display: none;
  }
  .midashi_2 > span {
    padding-right: 0;
  }
}
.midashi_3 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 3.6px;
  position: relative;
  margin-bottom: 30px;
  border: 0 !important;
}
.midashi_3_size23px {
  font-size: 23px;
}
.midashi_3_size18px {
  font-size: 18px;
}
.midashi_3_size16px {
  font-size: 16px;
}

@media (max-width: 767.98px) {
  .midashi_3 {
    font-size: 16px;
    /* letter-spacing: 3.2px; から変更(2021/5/31 21:25 by 大坪)*/
    letter-spacing: 2.8px;
    margin-bottom: 20px;
  }
  .midashi_3_size23px {
    font-size: 18px;
  }
  .midashi_3_size18px {
    font-size: 14px;
  }
  .midashi_3_size16px {
    font-size: 14px;
  }
}
.midashi_4 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 60px;
  /* letter-spacing: 2px; から変更(2021/5/31 21:25 by 大坪)*/
  letter-spacing: 1px;
  position: relative;
  border: 0 !important;
  color: #143C73 !important;
}

@media (max-width: 767.98px) {
  .midashi_4 {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
.midashi_5 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: 2px;
  position: relative;
  border: 0 !important;
  color: #333333 !important;
}

.midashi_6 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 55px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E6E6E6;
  letter-spacing: 2px;
  position: relative;
}
.midashi_6_green {
  color: #207A81;
}
.midashi_6_blue {
  color: #0070CD;
}
.midashi_6_blue2 {
  color: #06A8CD;
}
.midashi_6_blue3 {
  color: #09ADFF;
}
.midashi_6_yellow {
  color: #DFB94C;
}
.midashi_6_orange {
  color: #E98931;
}
.midashi_6_perple {
  color: #B49AA8;
}

/*-------------------------------
    font
-------------------------------*/
.font_12_lh18 {
  font-size: 12px !important;
  /* line-height: 1.6; から変更(2021/5/31 21:25 by 大坪)*/
  line-height: 1.8;
  letter-spacing: 1.4px;
}
.font_12_lh18_mb0 {
  margin-bottom: 0 !important;
}
.font_12_lh18.bold {
  font-weight: 700;
}

.font_14_lh18 {
  font-size: 14px !important;
  line-height: 1.6;
  letter-spacing: 0.9px;
}
.font_14_lh18_mb0 {
  margin-bottom: 0 !important;
}
.font_14_lh18.bold {
  font-weight: 700;
}

.lh18 {
  line-height: 1.8;
}

/*-------------------------------
    fadein
-------------------------------*/
.fade_in, .fade_in_once {
  position: relative;
  opacity: 0;
  visibility: hidden;
  top: 20px;
  -webkit-transition: all 1s ease 0.2s;
  transition: all 1s ease 0.2s;
}
.fade_in.fade_in_up, .fade_in_once.fade_in_up {
  opacity: 1;
  visibility: visible;
  top: 0;
}

.fade_in_once_2 {
  position: relative;
  opacity: 0;
  visibility: hidden;
  top: 20px;
  -webkit-transition: all 0.6s ease 0.2s;
  transition: all 0.6s ease 0.2s;
}
.fade_in_once_2.fade_in_2 {
  opacity: 1;
  top: 0;
  visibility: visible;
}

@-webkit-keyframes fade_in_once_2 {
  0% {
    opacity: 0;
    visibility: hidden;
    top: 20px;
  }
  100% {
    opacity: 1 !important;
    top: 0;
    visibility: visible !important;
  }
}

@keyframes fade_in_once_2 {
  0% {
    opacity: 0;
    visibility: hidden;
    top: 20px;
  }
  100% {
    opacity: 1 !important;
    top: 0;
    visibility: visible !important;
  }
}
.fade_bottom {
  position: relative;
  opacity: 0;
  visibility: hidden;
  bottom: -20px;
  -webkit-transition: all 0.8s ease 0.2s;
  transition: all 0.8s ease 0.2s;
}
.fade_bottom.fade_bottom_up {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}

/*
button
*/
.link_btn1 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.link_btn1 a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #143C73 !important;
  height: 35px !important;
  border-radius: 20px !important;
  color: #143C73 !important;
  font-size: 0.8rem !important;
  letter-spacing: 0.9px !important;
  font-weight: 600 !important;
  width: 180px !important;
  position: relative !important;
  text-decoration: none !important;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  background: #fff !important;
  margin: auto;
}
.link_btn1 a:hover {
  background: #143C73 !important;
  color: #fff !important;
}
.link_btn1_230 a {
  width: 230px !important;
}
.link_btn1_l a {
  margin: 0 auto 0 0;
}
.link_btn1_r a {
  margin: 0 0 0 auto;
}

/*
post
*/
.vk_posts-layout-postListText .postListText {
  border-bottom: 0 !important;
}
.vk_posts-layout-postListText .postListText_date {
  font-size: 0.8rem;
  letter-spacing: 3.4px;
  font-weight: 700;
  margin-top: 4px;
}
.vk_posts-layout-postListText .postListText_singleTermLabel {
  height: 23px;
  min-width: 128px;
  width: 128px;
  margin-right: 30px;
}
.vk_posts-layout-postListText .postListText_singleTermLabel_inner {
  border: 1px solid #143C73;
  height: 100%;
  border-radius: 20px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #143C73 !important;
  font-weight: 600;
  width: 100%;
  font-size: 0.6rem !important;
  position: relative;
  text-decoration: none !important;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  font-size: 0.8rem;
  background: #fff !important;
}
.vk_posts-layout-postListText .postListText_title a {
  text-decoration: none;
  letter-spacing: 3.4px;
}

@media (max-width: 767.98px) {
  .vk_posts-layout-postListText .postListText {
    border-bottom: 0 !important;
  }
  .vk_posts-layout-postListText .postListText_date {
    font-size: 0.8rem;
    /* letter-spacing: 3.4px; から変更(2021/5/31 21:25 by 大坪)*/
    letter-spacing: 1.8px;
    /* 下記2行追記 (2021/5/31 21:25 by 大坪)*/
    font-size: smaller;
    line-height: 2.5;
    /* ここまで */
    font-weight: 700;
    margin-top: 0px;
    float: none;
  }
  .vk_posts-layout-postListText .postListText_singleTermLabel {
    float: none;
    display: block;
    margin-top: 8px;
  }
  .vk_posts-layout-postListText .postListText_singleTermLabel_inner {
    clear: both;
    float: none;
  }
  .vk_posts-layout-postListText .postListText_title {
    display: block;
    font-variant: normal;
    clear: both;
  }
}
/*
footer
*/
.site-footer .widget_nav_menu > div > ul li, .site-footer .widget_nav_menu > ul li {
  text-decoration: none !important;
}
.site-footer .widget_nav_menu > div > ul li a, .site-footer .widget_nav_menu > ul li a {
  padding: 5px 0 !important;
  letter-spacing: 3.4px;
  border: 0 !important;
  font-size: 11px;
}
.site-footer .widget_nav_menu > div > ul li.footer_menu1, .site-footer .widget_nav_menu > ul li.footer_menu1 {
  margin-bottom: 10px;
}
.site-footer .widget_nav_menu > div > ul li.footer_menu1 span, .site-footer .widget_nav_menu > ul li.footer_menu1 span {
  padding-bottom: 4px;
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.7);
}

@media (max-width: 767.98px) {
  .site-footer .widget_nav_menu > div > ul li a, .site-footer .widget_nav_menu > ul li a {
    padding: 5px 0 !important;
  }
  .site-footer .widget_nav_menu > div > ul li.footer_menu1 span, .site-footer .widget_nav_menu > ul li.footer_menu1 span {
    display: none;
  }

  .site-footer .site-footer-content .row > div:nth-of-type(2), .site-footer .site-footer-content .row > div:nth-of-type(3), .site-footer .site-footer-content .row > div:nth-of-type(4), .site-footer .site-footer-content .row > div:nth-of-type(5) {
    width: 50%;
  }
}
.site-footer-copyright {
  padding: 40px 20px 20px 20px;
}
.site-footer-copyright p {
  margin: auto !important;
  font-size: 9px;
  letter-spacing: 3.4px;
}

@media (max-width: 767.98px) {
  .site-footer-copyright {
    padding: 40px 0px 30px 0px;
  }
  .site-footer-copyright p {
    margin: auto !important;
    font-size: 8px;
    letter-spacing: 1.4px;
  }
}
/*
breadcrumb
*/
.breadcrumb {
  border: none !important;
  padding: 140px 0 40px 0;
}
.breadcrumb > div {
  margin: auto;
  max-width: 1100px;
}
.breadcrumb-list li > a {
  text-decoration: none !important;
  color: #143C73;
  font-size: 10px;
  letter-spacing: 3px;
}
.breadcrumb-list li > a i {
  width: 15px;
  height: 15px;
}
.breadcrumb-list li > a i:before {
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  margin-right: 10px;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  background: url("../images/common/symbol_theme_S.svg") 50% 50% no-repeat;
  background-size: cover;
}
.breadcrumb-list li > span {
  color: #C92759;
  font-size: 10px;
  letter-spacing: 3px;
}
.breadcrumb-list li:after {
  content: ">";
  padding: 0 6px;
}

/*
sub
*/
.page-header {
  display: none !important;
}

/*
front-page home
*/
.home_content {
  padding: 0;
}

.top_main {
  margin: auto;
  width: 100%;
}
.top_main_inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1280px;
  height: 800px;
  margin: auto;
  max-width: 100%;
}
.top_main_l {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 750px;
  max-width: 60%;
  background: url("../images/top/kv_jpeg.jpg") 50% 50% no-repeat;
  background-size: cover;
}
.top_main_l_2 {
  background: url("../images/404/404_kv.jpg") 50% 50% no-repeat;
  background-size: cover;
}
.top_main_l_2 > span:after {
  display: none !important;
}
.top_main_l > span {
  display: block;
  position: relative;
  margin: auto;
  opacity: 0;
}
.top_main_l > span img {
  max-width: 100%;
}
.top_main_l > span:after {
  display: block;
  content: "";
  width: 16px;
  height: 12px;
  left: 50%;
  bottom: -50px;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background: url("../images/top/kv_point.svg") 50% 50% no-repeat;
  background-size: cover;
}
.top_main_l.active > span {
  -webkit-animation: main_logo 1s forwards ease-in-out;
          animation: main_logo 1s forwards ease-in-out;
}
.top_main_r {
  width: 530px;
  max-width: 40%;
  position: relative;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.top_main_r:before {
  display: block;
  width: 1px;
  height: 100%;
  background: #E6E6E6;
  content: "";
  position: absolute;
  top: 0;
  left: 180px;
  z-index: 1;
}
.top_main_r > div {
  background: #fff;
  position: relative;
  z-index: 2;
  margin-bottom: 65px;
  padding: 30px 30px 20px 90px;
}
.top_main_r > div p {
  margin-bottom: 50px;
  font-size: 20px;
  letter-spacing: 1.8px;
  /* line-height: 1.8; から変更(2021/5/31 21:25 by 大坪)*/
  line-height: 1.5;
  font-weight: 600;
  position: relative;
  overflow: hidden;
}
.top_main_r > div p:before {
  display: block;
  z-index: 2;
  background: #fff;
  position: absolute;
  left: 0%;
  top: 0;
  width: 100%;
  content: "";
  height: 100%;
}
.top_main_r > div ul {
  display: block;
  margin: auto;
  padding: 0;
}
.top_main_r > div ul li {
  display: block;
  margin: auto;
  padding: 0;
  opacity: 0;
  margin-bottom: 15px;
}
.top_main_r > div ul li:last-child {
  margin-bottom: 0;
}
.top_main_r > div ul li a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #143C73;
  height: 33px;
  border-radius: 20px;
  color: #143C73;
  font-size: 12px;
  letter-spacing: 0.9px;
  font-weight: 600;
  width: 180px;
  position: relative;
  text-decoration: none !important;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.top_main_r > div ul li a:hover {
  background: #143C73;
  color: #fff;
}
.top_main_r_2:before {
  display: none;
}
.top_main_r_2 > div {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #143C73;
  padding: 30px;
  text-align: center;
}
.top_main_r_2 > div p:nth-of-type(1) {
  margin-bottom: 20px;
  font-size: 38px;
  letter-spacing: 0.9px;
  line-height: 1.8;
  font-weight: 700;
}
.top_main_r_2 > div p:nth-of-type(2) {
  margin-bottom: 60px;
  font-size: 15px;
  letter-spacing: 0.9px;
  line-height: 1.8;
  font-weight: 500;
}
.top_main_r_2 > div p:nth-of-type(3) {
  font-size: 14px;
  letter-spacing: 0.9px;
  line-height: 1.8;
  font-weight: 500;
}
.top_main_r.active div p:before {
  -webkit-animation: main_txt1 0.8s forwards ease-out;
          animation: main_txt1 0.8s forwards ease-out;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.top_main_r.active div ul li:nth-of-type(1) {
  -webkit-animation: main_txt 0.7s forwards ease-in-out;
          animation: main_txt 0.7s forwards ease-in-out;
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.top_main_r.active div ul li:nth-of-type(2) {
  -webkit-animation: main_txt 0.7s forwards ease-in-out;
          animation: main_txt 0.7s forwards ease-in-out;
  -webkit-animation-delay: 1.25s;
          animation-delay: 1.25s;
}
.top_main_r.active div ul li:nth-of-type(3) {
  -webkit-animation: main_txt 0.7s forwards ease-in-out;
          animation: main_txt 0.7s forwards ease-in-out;
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.top_main_r.active div ul li:nth-of-type(4) {
  -webkit-animation: main_txt 0.7s forwards ease-in-out;
          animation: main_txt 0.7s forwards ease-in-out;
  -webkit-animation-delay: 1.55s;
          animation-delay: 1.55s;
}
.top_main_r.active div ul li:nth-of-type(5) {
  -webkit-animation: main_txt 0.7s forwards ease-in-out;
          animation: main_txt 0.7s forwards ease-in-out;
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}

@-webkit-keyframes main_logo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes main_logo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes main_txt1 {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
@keyframes main_txt1 {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
@-webkit-keyframes main_txt {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes main_txt {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (max-width: 767px) {
  .top_main {
    margin-top: 55px;
    margin-bottom: 35px;
  }
  .top_main_inner {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top_main_l {
    height: 400px;
    width: 750px;
    max-width: 100%;
    background: url("../images/top/kv_jpeg@2x.jpg") 50% 50% no-repeat;
    background-size: cover;
  }
  .top_main_l_2 {
    background: url("../images/404/404_kv@2x.jpg") 50% 50% no-repeat;
    background-size: cover;
  }
  .top_main_r {
    max-width: 100%;
    position: relative;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .top_main_r:before {
    display: none;
    height: 50%;
    top: auto;
    bottom: 0;
    left: 50px;
  }
  .top_main_r > div {
    margin-bottom: 20px;
    padding: 50px 25px 0 25px;
  }
  .top_main_r > div p {
    margin-bottom: 60px;
    font-size: 18px;
    /* letter-spacing: 4.2px; から変更(2021/5/31 21:25 by 大坪)*/
    letter-spacing: 0.2px;
  }
  .top_main_r > div ul li {
    margin-bottom: 15px;
  }
  .top_main_2:before {
    display: none;
  }
  .top_main_2 > div {
    padding: 25px 25px;
  }
  .top_main_2 > div p:nth-of-type(1) {
    margin-bottom: 25px;
    font-size: 35px;
  }
  .top_main_2 > div p:nth-of-type(2) {
    margin-bottom: 60px;
    font-size: 15px;
  }
  .top_main_2 > div p:nth-of-type(3) {
    font-size: 14px;
  }
}
.top_news {
  margin-bottom: 35px;
  padding-top: 160px;
  padding-bottom: 330px;
  position: relative;
}
.top_news:before {
  display: block;
  width: 1px;
  height: 100%;
  background: #E6E6E6;
  content: "";
  position: absolute;
  top: 0;
  left: 75px;
  z-index: 1;
}
.top_news > div {
  padding-top: 50px;
  background: #fff;
  position: relative;
  z-index: 2;
}

@media (max-width: 767.98px) {
  .top_news {
    margin-bottom: 0;
    padding-top: 120px;
    padding-bottom: 160px;
    position: relative;
  }
  .top_news .link_btn1 {
    margin-bottom: 30px;
  }
  .top_news:before {
    display: block;
    width: 1px;
    height: 100%;
    background: #E6E6E6;
    content: "";
    position: absolute;
    top: 0;
    left: 35px;
    z-index: 1;
  }
  .top_news > div {
    padding-top: 50px;
    background: #fff;
    position: relative;
    z-index: 2;
  }
}
.top_about {
  margin-bottom: 35px;
  padding-top: 160px;
  padding-bottom: 330px;
  position: relative;
}
.top_about:before {
  display: block;
  width: 1px;
  height: 100%;
  background: #E6E6E6;
  content: "";
  position: absolute;
  top: 0;
  left: 75px;
  z-index: 1;
}
.top_about > div {
  padding-top: 50px;
  background: #fff;
  position: relative;
  z-index: 2;
}
.top_about > div p {
  font-size: 12px;
  line-height: 2.5;
  letter-spacing: 3.4px;
}

@media (max-width: 767.98px) {
  .top_about {
    margin-bottom: 35px;
    padding-top: 160px;
    padding-bottom: 160px;
    position: relative;
  }
  .top_about:before {
    left: 35px;
  }
  .top_about > div p {
    font-size: 12px;
    /* line-height: 2.5; から変更(2021/5/31 21:25 by 大坪)*/
    line-height: 1.8;
    letter-spacing: 3px;
  }
}
.top_nenpyo_1, .top_nenpyo_2, .top_nenpyo_3 {
  position: relative;
  padding-bottom: 160px;
}
.top_nenpyo_1:before, .top_nenpyo_2:before, .top_nenpyo_3:before {
  display: block;
  width: 1px;
  height: 100%;
  background: #E6E6E6;
  content: "";
  position: absolute;
  top: 0;
  left: 190px;
  z-index: 1;
}
.top_nenpyo_1_l, .top_nenpyo_2_l, .top_nenpyo_3_l {
  padding: 10px 25px 0 0;
  position: relative;
  z-index: 2;
  background: #fff;
  height: 120px;
}
.top_nenpyo_1_l figure, .top_nenpyo_2_l figure, .top_nenpyo_3_l figure {
  display: block;
  text-align: center;
  margin-bottom: 0;
}
.top_nenpyo_1_l figure img, .top_nenpyo_2_l figure img, .top_nenpyo_3_l figure img {
  margin: auto;
}
.top_nenpyo_1_r, .top_nenpyo_2_r, .top_nenpyo_3_r {
  letter-spacing: 3.3px;
  font-size: 12px;
  line-height: 2.5;
}

@media (max-width: 767.98px) {
  .top_nenpyo_1, .top_nenpyo_2, .top_nenpyo_3 {
    position: relative;
    padding-bottom: 110px;
  }
  .top_nenpyo_1:before, .top_nenpyo_2:before, .top_nenpyo_3:before {
    display: block;
    width: 1px;
    height: 100px;
    background: #E6E6E6;
    content: "";
    position: absolute;
    top: auto;
    bottom: 0;
    left: 35px;
    z-index: 1;
  }
  .top_nenpyo_1_l, .top_nenpyo_2_l, .top_nenpyo_3_l {
    padding: 0px 25px 30px 0;
    position: relative;
    z-index: 2;
    background: #fff;
    height: auto;
  }
  .top_nenpyo_1_l figure img, .top_nenpyo_2_l figure img, .top_nenpyo_3_l figure img {
    margin: 0;
    width: 125px;
  }
  .top_nenpyo_1_r, .top_nenpyo_2_r, .top_nenpyo_3_r {
    /* letter-spacing: 3.3px; から変更*/
    letter-spacing: 1.08px;
    font-size: 12px;
    line-height: 2.5;
  }

  .top_nenpyo_2 {
    padding-bottom: 100px;
  }

  .top_nenpyo_3 {
    padding-bottom: 100px;
    margin-bottom: 20px !important;
  }
  .top_nenpyo_3 figure img {
    width: 170px;
  }
}
.box_4 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 90px;
}
.box_4_item {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 255px;
  height: 255px;
  max-width: 24%;
  text-align: center;
  border: 1px solid #143C73;
}
.box_4_item p:nth-of-type(1) {
  padding-top: 20px;
  font-size: 16px;
  letter-spacing: 3.4px;
  line-height: 1.8;
  font-weight: 600;
  height: 50px;
  color: #143C73;
  margin: 0;
}
.box_4_item p:nth-of-type(2) {
  font-size: 38px;
  letter-spacing: 3.4px;
  line-height: 2.8;
  /* font-weight: 700; から変更*/
  font-weight: bolder;
  color: #143C73;
  /* 下記1行追加 */
  opacity: 0.75;
  margin: 0;
}
.box_4_item p:nth-of-type(3) {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 73px;
  color: #fff;
  background: #143C73;
  opacity: 0.7;
  font-size: 18px;
  letter-spacing: 1.4px;
  line-height: 1;
  font-weight: 700;
  margin: auto 0 0 0;
}

@media (max-width: 767.98px) {
  .box_4 {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 60px;
  }
  .box_4_item {
    width: 160px;
    height: 160px;
    max-width: 49%;
    text-align: center;
    margin-bottom: 6%;
  }
  .box_4_item p:nth-of-type(1) {
    padding-top: 10px;
    font-size: 8px;
    height: 35px;
    line-height: 1.6;
    letter-spacing: 1.2px;
  }
  .box_4_item p:nth-of-type(2) {
    font-size: 24px;
  }
  .box_4_item p:nth-of-type(3) {
    height: 47px;
    font-size: 11px;
    letter-spacing: 3.4px;
  }
}
/*
bottom_menu
*/
.bottom_menu {
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  padding: 0 20px;
}
.bottom_menu ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 740px;
  max-width: 100%;
  margin: 110px auto;
}
.bottom_menu ul li {
  display: block;
  width: 160px;
  max-width: 24%;
  text-align: center;
}
.bottom_menu ul li picture {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 161px;
  width: 161px;
  border-radius: 15px;
  border: 2px solid #E6E6E6;
  margin-bottom: 20px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.bottom_menu ul li picture svg {
  fill: #959595;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.bottom_menu ul li span {
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  letter-spacing: 0.9px;
  text-decoration: none;
  color: #959595;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.bottom_menu ul li a {
  text-decoration: none;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.bottom_menu ul li a:hover picture {
  border: 2px solid #143C73;
}
.bottom_menu ul li a:hover picture svg {
  fill: #143C73;
}
.bottom_menu ul li a:hover span {
  color: #143C73;
}

@media (max-width: 767.98px) {
  .bottom_menu ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 85px auto;
    padding: 0;
  }
  .bottom_menu ul li {
    width: 150px;
    max-width: 48%;
    margin-bottom: 25px;
  }
  .bottom_menu ul li picture {
    height: 150px;
    width: 150px;
    margin-bottom: 15px;
  }
  .bottom_menu ul li span {
    font-size: 13px;
  }
}
.bottom_starasia {
  padding: 230px 20px;
}
.bottom_starasia ul {
  width: 630px;
  margin: auto;
  max-width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-right: 1px solid #E6E6E6;
  border-left: 1px solid #E6E6E6;
}
.bottom_starasia ul li {
  width: 50%;
  display: block;
  text-align: center;
}
.bottom_starasia ul li a {
  display: block;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.bottom_starasia ul li a:hover {
  opacity: 0.7;
}
.bottom_starasia ul li:nth-of-type(1) {
  border-right: 1px solid #E6E6E6;
}
.bottom_starasia ul li img {
  display: block;
  margin: auto;
}

@media (max-width: 767.98px) {
  .bottom_starasia {
    padding: 130px 20px;
  }
  .bottom_starasia ul {
    padding: 0 !important;
    margin: auto !important;
  }
  .bottom_starasia ul li {
    width: 50%;
    display: block;
    text-align: center;
  }
  .bottom_starasia ul li a {
    display: block;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    padding-left: 20px;
    padding-right: 20px;
  }
  .bottom_starasia ul li a:hover {
    opacity: 0.7;
  }
  .bottom_starasia ul li:nth-of-type(1) {
    border-right: 1px solid #E6E6E6;
  }
  .bottom_starasia ul li img {
    display: block;
    margin: auto;
    max-width: 100%;
  }
}
.page_top_btn {
  bottom: 0 !important;
  right: 0 !important;
  background: rgba(20, 60, 115, 0.7) url("../images/common/back_to_top.svg") 50% 50% no-repeat !important;
  background-size: 20px 15px !important;
  width: 60px;
  height: 60px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  z-index: 1000 !important;
}
.page_top_btn_sp {
  display: none;
}

@media (max-width: 767.98px) {
  .page_top_btn {
    display: none !important;
    bottom: auto !important;
    top: 1px;
    right: 0 !important;
    position: relative;
    background: rgba(20, 60, 115, 0.7) url("../images/common/back_to_top.svg") 50% 50% no-repeat !important;
    background-size: 20px 15px !important;
    width: 52px;
    height: 52px;
    border: 0 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    z-index: 1000 !important;
  }
  .page_top_btn_sp {
    display: block !important;
    margin-left: calc(100% - 52px);
  }
}
/*
news
*/
ul.page-numbers li {
  margin: 0 7px;
  list-style: none;
  display: block;
  overflow: hidden;
  float: left;
}
ul.page-numbers li span.page-numbers.current {
  color: #fff !important;
  background-color: #143C73 !important;
}
ul.page-numbers li a, ul.page-numbers li .page-numbers {
  margin: auto !important;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 !important;
  width: 25px;
  height: 25px;
  border: 1px solid #143C73 !important;
  color: #143C73 !important;
  border-radius: 20px !important;
}
.news_search {
  margin-bottom: 40px;
  margin-top: 180px;
}

@media (max-width: 767.98px) {
  .news_search {
    margin-bottom: 40px;
    margin-top: 70px;
  }
}
.news_search_item {
  width: 350px;
  max-width: 100%;
  margin-bottom: 10px;
  position: relative;
}
.news_search_item.modern::after {
  content: "";
  background: url("../images//common/search_point.svg") 50% 50% no-repeat;
  background-size: cover;
  display: block;
  height: 8px;
  position: absolute;
  right: 0.75rem;
  top: calc(50% - 4px);
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
  width: 11px;
}
.news_search_item.modern select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.news_search_item1 select {
  border: 1px solid #143C73;
  padding: 15px 25px;
  border-radius: 0 !important;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  color: #143C73;
  font-size: 16px;
  position: relative;
  /* 下向きの矢印 */
}
.news_search_item1 select option {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  color: #333333;
}
.news_search_item1 select option:nth-of-type(1) {
  color: #143C73;
  display: none;
}
.news_search_item2 select {
  border: 0 !important;
  background: #E6E6E6;
  padding: 11px 25px;
  border-radius: 0 !important;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  color: #959595;
}
.news_search_item2 select option {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  color: #333333;
}
.news_search_item2 select option:nth-of-type(1) {
  font-size: 14px;
  display: none;
}

@media (max-width: 767.98px) {
  .news_search_item1 select {
    padding: 8px 20px;
  }
  .news_search_item2 select {
    padding: 5.5px 20px;
  }
}
.entry-footer {
  margin-bottom: 10px;
}

.entry-meta {
  margin-top: -30px;
  margin-bottom: 70px;
  letter-spacing: 3.4px;
  color: #959595;
  font-size: 12px;
}
.entry-meta .updated, .entry-meta .author, .entry-meta i {
  display: none !important;
}

.entry-body p {
  font-size: 14px;
  /* font-size: 12px; */
  margin-bottom: 40px;
  letter-spacing: 0.9px;
  /* letter-spacing: 1.08px; */
}

.entry-meta-data-list dt {
  display: none !important;
}

.entry-meta-data-list dd a {
  height: 23px;
  min-width: 128px;
  width: 128px;
  margin-right: 30px;
  border: 1px solid #143C73;
  border-radius: 20px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #143C73 !important;
  font-weight: 600;
  font-size: 10px !important;
  position: relative;
  text-decoration: none !important;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  letter-spacing: 0.4px;
  background: #fff !important;
}

.archive_rss {
  margin-top: 60px;
}
.archive_rss a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  font-size: 12px;
  text-decoration: none;
  background: #E6E6E6;
  border-radius: 5px;
  width: 106px;
  height: 30px;
}

.archive_link {
  margin: 100px auto 140px auto;
}
.archive_link a {
  height: 33px;
  min-width: 180px;
  width: 180px;
  border: 1px solid #143C73;
  border-radius: 20px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #143C73 !important;
  font-weight: 600;
  font-size: 12px !important;
  position: relative;
  text-decoration: none !important;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  letter-spacing: 3.4px;
  background: #fff !important;
}

.news_bottom, .ir_bottom {
  position: relative;
  padding-top: 110px;
}
.news_bottom:before, .ir_bottom:before {
  position: absolute;
  top: 0;
  left: -50%;
  width: 200%;
  background: #E6E6E6;
  height: 1px;
  content: "";
}
.news_bottom .postList li, .ir_bottom .postList li {
  display: -ms-flex !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding: 10px 0 !important;
  border-bottom: 0 !important;
  line-height: 1.8 !important;
}
.news_bottom .postList li .postList_date, .ir_bottom .postList li .postList_date {
  font-size: 12px;
  letter-spacing: 3.4px;
}
.news_bottom .postList li .postList_terms, .ir_bottom .postList li .postList_terms {
  height: 23px;
  min-width: 128px;
  width: 128px;
  margin-right: 30px;
  border: 1px solid #143C73;
  border-radius: 20px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #143C73 !important;
  font-weight: 600;
  font-size: 10px !important;
  position: relative;
  text-decoration: none !important;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  letter-spacing: 0.4px;
  white-space: nowrap;
  background: #fff !important;
}
.news_bottom .postList li .postList_terms a, .ir_bottom .postList li .postList_terms a {
  background: none !important;
  color: #143C73 !important;
}
.news_bottom .postList li .postList_title, .ir_bottom .postList li .postList_title {
  font-size: 12px;
  letter-spacing: 3.4px;
  margin-top: 0 !important;
}

.ir_library_list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ir_library_list_item {
  width: 350px;
  max-width: 31.5%;
  border: 1px solid #143C73;
}
.ir_library_list_item h4 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.8;
  height: 180px;
  background: #143C73;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0 !important;
  letter-spacing: 3.4px;
}
.ir_library_list_item dl {
  padding: 10px 15px;
  height: 220px;
  margin: auto !important;
}
.ir_library_list_item dl dt {
  color: #143C73;
  margin-bottom: 0 !important;
}
.ir_library_list_item dl dd {
  padding: 15px 0;
}
.ir_library_list_item dl dd ul {
  display: block;
  margin: auto !important;
  padding: 0 !important;
}
.ir_library_list_item dl dd ul li {
  display: block;
  margin: auto auto 10px auto !important;
  padding: 0 !important;
}
.ir_library_list_item dl dd ul li a {
  display: block;
  font-size: 12px;
  color: #333333;
  text-decoration: none;
}
.ir_library_list_item > a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #143C73;
  border-top: 1px solid #143C73;
  padding: 10px;
  font-size: 16px;
  text-decoration: none;
  letter-spacing: 3.4px;
}

@media (max-width: 767.98px) {
  .ir_library_list {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ir_library_list_item {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .ir_library_list_item h4 {
    height: auto;
    padding: 20px 15px;
    font-size: 16px;
  }
  .ir_library_list_item dl {
    padding: 20px 15px;
    height: auto;
    margin: auto !important;
  }
  .ir_library_list_item dl dd {
    padding: 10px 0;
  }
  .ir_library_list_item dl dd ul li a {
    font-size: 11px;
  }
  .ir_library_list_item > a {
    font-size: 14px;
  }
}
.ir_shiryo {
  margin-top: 80px;
}
.ir_shiryo ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 !important;
  padding: 0 !important;
}
.ir_shiryo ul li {
  display: block;
  width: 350px;
  max-width: 31.5%;
  height: 45px;
  margin: 0 calc(5.5% / 2) 20px 0 !important;
  padding: 0 !important;
}
.ir_shiryo ul li:nth-of-type(3n) {
  margin-right: 0 !important;
}
.ir_shiryo ul li a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  padding-left: 20px;
  color: #143C73;
  font-size: 16px;
  border: 1px solid #143C73;
  background: #fff url("../images/common/ico_dl.svg") 96% 50% no-repeat !important;
  background-size: 18px 19px !important;
}

@media (max-width: 767.98px) {
  .ir_shiryo {
    margin-top: 60px;
  }
  .ir_shiryo ul li {
    max-width: 48%;
    height: 45px;
    margin: 0 calc(5.5% / 2) 10px 0 !important;
    padding: 0 !important;
  }
  .ir_shiryo ul li:nth-of-type(3n) {
    margin: 0 calc(5.5% / 2) 20px 0 !important;
  }
  .ir_shiryo ul li:nth-of-type(2n) {
    margin-right: 0 !important;
  }
  .ir_shiryo ul li a {
    padding-left: 20px;
    font-size: 14px;
  }
}
/*
IR
*/
.table_ir table tr td {
  padding: 15px 10px;
}
.table_ir table tr td:nth-of-type(1) {
  width: 25%;
}

/*
物件募集*/
.property_main {
  margin-top: -91px;
}
.property_main_r {
  margin-right: -15%;
}

@media (max-width: 767.98px) {
  .property_main {
    margin-top: 0;
  }
  .property_main_r {
    margin-right: -15%;
  }
}
/*
会社概要*/
.company_btn a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #143C73;
  width: 255px;
  height: 70px;
  max-width: 100%;
  border-radius: 0 !important;
  padding: 0 !important;
  font-size: 16px;
  letter-spacing: 0.9px;
  color: #143C73 !important;
  background: #fff url("../images/company/company_point.svg") 50% 84% no-repeat !important;
  background-size: 9px 6px;
}
.company_btn a:hover {
  background: #143C73 !important;
  color: #fff !important;
  border: 0 !important;
}

@media (max-width: 767.98px) {
  .company_btn a {
    width: 155px;
    height: 48px;
    font-size: 10.5px;
    margin-bottom: 30px;
    background: #fff url("../images/company/company_point.svg") 50% 90% no-repeat !important;
    background-size: 4.5px 3px;
  }
}
.table_company table {
  border: 0;
}
.table_company table tr {
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
}
.table_company table tr td {
  padding: 12px 10px;
  letter-spacing: 1.4px;
  border: 0 !important;
  font-size: 12px;
}
.table_company table tr th {
  width: 25%;
  border: 0 !important;
  letter-spacing: 1.4px;
  text-align: left;
  font-size: 12px;
}

.wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7 textarea {
  width: 540px;
  max-width: 100%;
  border-radius: 0 !important;
  border: 1px solid #E6E6E6 !important;
  margin-top: 10px;
}
.wpcf7 select {
  width: 255px;
  max-width: 100%;
  border-radius: 0 !important;
  border: 1px solid #E6E6E6 !important;
  margin-top: 10px;
}
.wpcf7 input[type=submit] {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 160px;
  background: #143C73;
  height: 40px;
  margin: auto;
  letter-spacing: 3.8px;
  font-family: "Noto Serif JP", sans-serif !important;
  border: 0 !important;
  border-radius: 0 !important;
}
.wpcf7 p {
  font-size: 12px !important;
  font-weight: 700;
}

.ac_type1 .company_tab {
  background: #143C73;
  font-size: 16px;
  color: #fff !important;
  letter-spacing: 3.4px;
}
.ac_type1 .company_tab p {
  font-size: 16px !important;
}
.ac_type1 .vk_accordion-trigger .vk_accordion-toggle-close::after, .ac_type1 .vk_accordion-trigger .vk_accordion-toggle-open::after {
  border-color: #959595 !important;
}
.ac_type1 .vk_accordion-trigger .vk_accordion-toggle::before {
  position: absolute;
  top: 50%;
  right: unset;
  right: 1.25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #222;
  border-top: 1px solid #222;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 30px;
  z-index: 0;
}
.ac_type1 .vk_accordion-target {
  padding-left: 6vw;
  padding-right: 6vw;
}
.ac_type1 .vk_accordion-target-open {
  padding: 8vw 6vw;
  border: 1px solid #143C73;
}

@media (max-width: 767.98px) {
  .ac_type1 .company_tab {
    font-size: 14px;
  }
  .ac_type1 .company_tab p {
    font-size: 14px !important;
  }
  .ac_type1 .vk_accordion-trigger .vk_accordion-toggle::before {
    right: 12.5px;
  }
  .ac_type1 .vk_accordion-target {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .ac_type1 .vk_accordion-target-open {
    padding: 7vw 4vw;
  }
}
@media (max-width: 767.98px) {
  .gmap iframe {
    height: 240px;
  }

  .kanren_box .wp-block-column:nth-of-type(1) {
    width: 23%;
    -ms-flex-preferred-size: 23% !important;
        flex-basis: 23% !important;
  }
  .kanren_box .wp-block-column:nth-of-type(2) {
    width: 72%;
    padding-left: 5%;
    -ms-flex-preferred-size: 72% !important;
        flex-basis: 72% !important;
    margin-bottom: 25px;
  }
}
/*
MAP
*/
.map_img {
  width: 825px;
  max-width: 100%;
}
.map_img text {
  font-family: "Noto Serif JP", sans-serif !important;
}
.map_img .fontsize_1 text {
  font-size: 30px;
  text-indent: -3px;
}

.map_table tr {
  border-bottom: 1px solid #E6E6E6;
}
.map_table tr td {
  border: 0 !important;
  padding: 12px 10px;
}
.map_table tr td:nth-of-type(1) {
  width: 45%;
}
.map_table tr td:nth-of-type(2) {
  width: 15%;
}
.map_table tr td:nth-of-type(3) {
  width: 40%;
}
.map_table a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #333333;
}
.map_table a img {
  display: block;
  margin-right: 10px;
}

@media (max-width: 767.98px) {
  .map_table tr {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .map_table tr td {
    border: 0 !important;
    padding: 12px 10px;
  }
  .map_table tr td:nth-of-type(1) {
    width: 100%;
    padding-bottom: 0;
  }
  .map_table tr td:nth-of-type(2) {
    width: 50px;
    white-space: nowrap;
    max-width: 20%;
  }
  .map_table tr td:nth-of-type(3) {
    width: 80%;
  }
  .map_table tr a img {
    display: block;
    margin-right: 20px;
  }

  .tenpo_back a {
    margin-left: auto;
    margin-right: auto;
  }
}
.map_bottom {
  position: relative;
  padding-top: 100px;
  padding-bottom: 30px;
}
.map_bottom:before {
  display: block;
  background: #E6E6E6;
  height: 1px;
  width: 150%;
  position: absolute;
  left: -50%;
  top: 0;
  content: "";
}
.map_bottom:after {
  display: block;
  background: #E6E6E6;
  width: 150%;
  height: 1px;
  position: absolute;
  left: -50%;
  bottom: 100%;
  content: "";
}

/*anker*/
.anker {
  position: relative;
  height: 0;
  visibility: hidden;
  opacity: 0;
  display: block;
  content: "";
  width: 100%;
  margin-top: -21vh;
  padding-top: 21vh;
}

@media screen and (max-width: 767px) {
  .anker {
    margin-top: -32vh;
    padding-top: 32vh;
  }
}