@charset "UTF-8";
:root {
  --spad: 3%;
}

body {
  padding-top: 90px;
  font-size: 1.4rem;
  line-height: 1.7142857143em;
  position: relative;
}
@supports (-webkit-touch-callout: none) {
  body {
    -webkit-text-size-adjust: none;
  }
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 70px;
  }
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
ul,
ol,
div {
  margin: 0;
  padding: 0;
}

ul {
  /*list-style-type: none;*/
  margin: 20px;
}
p {
  color: #333;
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  main {
    display: block;
  }
}

@supports (-webkit-touch-callout: none) {
  input,
textarea {
    -webkit-border-radius: 0;
    -webkit-text-size-adjust: none;
    -webkit-appearance: none;
  }
}

html {
  font-family: "kozuka-gothic-pr6n", "游ゴシック", "Yu Gothic UI", "YuGothic", "Yu Gothic", "sans-serif", "ＭＳ Ｐゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", "Meiryo", "osaka", "Hiragino Kaku Gothic Pro W3";
  color: #000;
  font-size: 10px;
  min-width: 1060px;
  scroll-behavior: smooth;
}
@media screen and (max-width: 767px) {
  html {
    min-width: 100%;
  }
}
h2, h3 {
  color: #485157;
}
.mr_side {
  margin-left: 22px;
  margin-right: 22px;
}
@media screen and (max-width: 767px) {
  .mr_side {
    margin-left: 16px;
    margin-right: 16px;
  }
}
/* ---------------------------------------------------------------------------------------------------------------- */
/*全体*/
.example {font-size: 0.6em;}
.bkcolor-gray {background-color: #E9EEF1;}
button {
  font-family: "kozuka-gothic-pr6n", "游ゴシック", "Yu Gothic UI", "YuGothic", "Yu Gothic", "sans-serif", "ＭＳ Ｐゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", "Meiryo", "osaka", "Hiragino Kaku Gothic Pro W3";
  line-height: 130%;
  font-weight: 700;
}
.ImgStyle {
  background-color: #ff0;
}
/*全体 end*/

/*header*/
.header {
  width: 100%;
  padding: 20px 0;
  background-color: #FFF;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .header {
    padding: 15px 0 0;
  }
}
.header.scrolled {
  -webkit-box-shadow: 2px 2px 5px #ccc;
          box-shadow: 2px 2px 5px #ccc;
}
.header__content {
  width: 100%;
  margin-bottom: 15px;
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .header__content {
    max-width: 100%;
    padding-right: var(--spad);
    padding-left: var(--spad);
  }
}
.header__logo img {
  width: 334px;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  display: block;
}
@media screen and (max-width: 767px) {
  .header__logo img {
    width: auto;
    max-width: 260px;
  }
}
/*header end*/

/*mv*/
.mv {
    width: 100%;
    max-width: 980px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 46px;
    position: relative;
    --pad: 27px;
}
.mv__banner {
  width: 100%;
  height: 247px;
  background: url("./img/EXG_mv.png") no-repeat 0 -200px;
  padding: 40px var(--pad);
  color: #333;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .mv__banner {
    height: 100%;
    background-position: bottom;
    justify-content: start;
    padding: 22px var(--pad);
  }
}
.mv__banner h2 {
  font-weight: 800;
  line-height: 1.26943881em;
  /*margin-bottom: 20px;*/
}
.mv__banner h2 span{
  font-weight: 700;
  font-size: 3.96rem;
  display: block;
  justify-content: space-between;
  width: 510px;
  color: #485157;
  margin: 32px 0 12px;
}
.mv__banner h2 span img {
  max-width: 640px;
  margin-top: -22px;
}
@media screen and (min-width:400px) and (max-width:767px) {
  .mv__banner h2 {
    font-size: 1.7rem;
    margin-bottom: 10px;
  }
  .mv__banner h2 span{
    width: 100%;
    font-size: 3.5rem;
    margin: 32px 0 5px;
  }
  .mv__banner h2 span img {
    width: 40%;
    height: auto;
    margin-top: -20px;
  }
}
@media screen and (max-width: 399px) {
  .mv__banner h2 span {
    font-size: 2.5rem;
    width: 100%;
  }
  .mv__banner h2 span img {
    width: 60%;
  }
}
.mv__banner p {
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  line-height: 1.4652996845em;
}
@media screen and (max-width: 767px) {
  .mv__banner p {
    font-size: 1.2rem;
  }
}
.mv__bannerLogo {
  position: absolute;
  left: 62%;
}
.mv__bannerLogo p {
  font-size: 180%;
  font-weight: 700;
  text-shadow: #fff 1px 0 10px;
}
@media screen and (max-width: 767px) {
  .mv__bannerLogo {
    position: relative;
    left: auto;
  }
  .mv__bannerLogo p {
    font-size: 120%;
    margin-top: 10px;
    margin-bottom: 15px;
  }
}
.mv__menu {
  width: 100%;
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  padding: 0 var(--pad);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .mv__menu {
    max-width: 100%;
    padding-right: var(--spad);
    padding-left: var(--spad);
  }
}
@media screen and (max-width: 767px) {
  .mv__menu {
    margin-top: -14px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: static;
    -webkit-transform: initial;
            transform: initial;
  }
}
.mv__menu .pdf__link {background-color: #E44A59;}
.mv__link {
  width: 25%;
  height: 28px;
  background-color: #485157;
  border-radius: 14px;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font: 700 1.5rem/1 "kozuka-gothic-pr6n", "游ゴシック", "Yu Gothic UI", "YuGothic", "Yu Gothic", "sans-serif", "ＭＳ Ｐゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", "Meiryo", "osaka", "Hiragino Kaku Gothic Pro W3";
  color: #FFF;
  outline: none;
}
@media screen and (max-width: 767px) {
  .mv__link {
    width: calc(50% - 5px);
  }
}
.mv__link:hover, .mv__link:focus {
  background-color: #7FBE26;
}
.mv__link:not(:last-child) {
  margin-right: 10px;
}
.mv__menu .pdf__link:hover {
  background-color: #FF8591;
}
@media screen and (max-width: 767px) {
  .mv__link:not(:last-child) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .mv__link:nth-child(odd) {
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .mv__link:not(:nth-child(n+5)) {
    margin-bottom: 10px;
  }
}
.anchor {
  display: block;
  position: relative;
  top: -140px;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .anchor {
    top: -90px;
  }
}
/*mv end*/
/* ---------------------------------------------------------------------------------------------------------------- */
/*contents*/
.layout {
  width: 100%;
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .layout {
    max-width: 100%;
    padding-right: var(--spad);
    padding-left: var(--spad);
  }
}
@media screen and (max-width: 767px) {
  .layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .layout__main {
    width: 100%;
  }
}
section {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  section {
    margin-bottom: 40px;
  }
}
.top__intro {
  /*height: 337px;*/
}
.top__intro_Left {
  height: 360px;
  padding: 22px;
  display: inline-block;
  width: 48%;
}
@media screen and (max-width: 767px) {
  .top__intro_Left {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 400px) {
  .top__intro_Left h2 {
    font-size: 130%;
  }
}

.top__intro_Left li {
  margin-bottom: 5px;
}

.top__intro_right {
  background: url(img/EXG_Img01_pc.png) no-repeat;
  display: inline-block;
  width: 48%;
  height: 360px;
  vertical-align: 710%;
  float: inline-end;
}
@media screen and (min-width: 400px) and (max-width: 767px) {
  .top__intro_right {
    background: url(img/EXG_Img01_sp.png) no-repeat;
    display: block;
    width: 100%;
    height: 124px;
    vertical-align: 710%;
    float: none;
    background-size: 100%;
  }
}
@media screen and (max-width: 399px) {
  .top__intro_right {
    background: url(img/EXG_Img01_sp.png) no-repeat;
    display: block;
    width: 100%;
    height: 70px;
    vertical-align: 710%;
    float: none;
    background-size: 100%;
  }
}

.top__intro_right p {
  font-size: 200%;
  font-weight: 900;
  text-align: center;
  color: #fff;
  line-height: 120%;
  width: auto;
  padding-top: 146px;
}
@media screen and (max-width: 767px) {
  .top__intro_right p {
    padding-top: 8%;
    font-size: 4vw;
  }
}

.introBox {
  margin-top: 25px;
  height: 190px;
}
.introBox__left {
  width: 65%;
  display: inline-block;
}
.introBox__right {
  width: 30%;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .introBox {
    margin-top: 10px;
    display: contents;
  }
  .introBox__left {
    width: 100%;
  }
}
.title-bar {
  padding: 6px;
  color: #fff;
  background-color: #485157;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.8;
  padding-left: 22px;
}
@media screen and (max-width: 767px) {
  .title-bar {
    font-size: 1.7rem;
  }
}
h3 {
  font-size: 150%;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 115%;
  }
}

.point_Image {
  background: url(img/EXG_Img02.png) no-repeat;
  width: 100% ;
  height: 459px;
  position: relative;
  background-size: auto;
  margin-top: 20px;
}
.point_Image h3 {
  position: absolute;
  top: 235px;
  left: 420px;
  text-align: center;
}
p.point_itemTitle, p.point_itemTxt {color: #fff;}
.point_itemTitle {
  font-size: 150%;
  font-weight: 700;
}
.point_itemBox01 .point_itemTxt, .point_itemBox03 .point_itemTxt {
  position: absolute;
  left: 110px;
  top: 35px;
}
.point_itemBox02 .point_itemTxt, .point_itemBox04 .point_itemTxt {
  position: absolute;
  left: 0;
  top: 35px;
}
.point_Image ul {
  color: #fff;
  position: absolute;
  left: 110px;
  top: 41px;
}
.point_Image .point_itemBox02 ul, .point_Image .point_itemBox04 ul {
  position: absolute;
  left: 0px;
}
.point_Image li {
  line-height: 143%;
}
.point_itemBox01 {
  position: absolute;
  top: 46px;
  left: 95px;
  width: 350px;
}
.point_itemBox02 {
  position: absolute;
  top: 46px;
  left: 623px;
  width: 350px;
}
.point_itemBox03 {
  position: absolute;
  top: 282px;
  left: 95px;
  width: 350px;
}
.point_itemBox04 {
  position: absolute;
  top: 282px;
  left: 623px;
  width: 350px;
}

.point_ListBox {
  padding: 3% 7% 0;
  position: relative;
}
.point_List{
  position: relative;
  display: inline-block;
  background-color: #009FE8;
  border-radius: 20px;
  text-align: center;
}
.point_List::before{
  position: absolute;
  content: '';
  background: url(img/EXG_ImgIcon.png) no-repeat 5px -2px;
  display: inline-block;
  width: 27px;
  height: 22px;
  margin-top: 7px;
  background-size: 980%;
  left: 3px;
}
.point_List p{
  color: #fff;
  padding: 7px;
  font-size: 120%;
}
@media screen and (max-width: 767px) {
  .point_List p {
    font-size: 100%;
  }
}

.point__contents-list {
  margin: 50px 22px;
}
@media screen and (max-width: 767px) {
  .point__contents-list {
    margin: 30px 12px;
  }
}
.point__contents-item:not(:first-child) {
  margin: 22px auto;
  padding-top: 22px;
  border-top: 1px solid #E9EEF1;
}
.point__contents-item h3, .youto__contents h3 {
  position: relative;
  padding: 0.1em 0.3em;
  padding-left: 1.5em;
  vertical-align: middle;
}
.point__contents-item h3::before, .youto__contents h3::before {
  font-size: .8em;
  position: absolute;
  top: .25em;
  left: .5em;
  margin-right: 8px;
  content: '■';
}
.point__contents-item p {
  margin: auto 32px;
  font-size: 120%;
}
@media screen and (max-width: 767px) {
  .point__contents-item p {
    margin: 0 0 0 16px;
    font-size: 110%;
  }
}
.advantageBox {
  padding: 40px 35px;
  background-color: #E9EEF1;
}
@media screen and (max-width: 767px) {
  .advantageBox  {
    padding: 40px 20px 10px;
  }
}
.advantageBox h3, .advantageBox p {
  margin-bottom: 20px;
}
.advantageBox p {
  font-size: 120%;
}
@media screen and (max-width: 767px) {
  .advantageBox h3 {
    margin-bottom: 10px;
  }
  .advantageBox p {
    font-size: 100%;
  }
}
.advantageBoxbk {
  background: url(img/EXG_ImgIcon.png) no-repeat 0px -33px;
  width: 286px;
  height: 53px;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .advantageBoxbk {
    background: url(img/EXG_ImgIcon.png) no-repeat 0px -24px;
    width: 286px;
    height: 53px;
    position: absolute;
    background-size: 70%;
  }
}
.list__contents h3 {
  margin-top: 40px;
}
.list__contents h3::before {
  position: relative;
  margin-right: 5px;
  content: '■';
}

.youto__contents {}
.youto__items {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  height: 197px;
}

@media screen and (max-width: 960px) {
  .youto__items {
    height: auto;
  }
}

.youto__Left {width: 78%;}
.youto__list thead th {background-color: #B2E3F8; padding-left: 10px; border-right: 1px solid #fff;}
.youto__list tr>* {
  border: none;
  border-right: 1px solid #fff;
}
.youto__list th, .youto__list td {
    padding: 0.2em 1em;
}
.youto__list ul {
  margin: 10px 18px 30px;
}
.list_tyousei ul {
  padding-left: 17px;
  padding-right: 0px;
}
@media screen and (max-width: 787px) {
  .youto__Left {
    width: 100%;
  }
  .youto__list {
    width: 100%;
    text-align: left;
  }
  .youto__list thead {
    display:none;
  }
  .youto__list th, .youto__list td {
    display: block;
    border: 0;
    border-bottom: 2px solid #fff;
  }
  .youto__list tbody th{
    background: #485157;
    color:#fff;
  }
  .youto__list td::before{
    content: attr(data-label);
    color: #485157;
    font-weight: bold;
    display: inline-block;
    width: 20%;
    min-width: 4em;
  }
  .youto__list ul {
    margin: 0 20px;
  }
}
.youto__Left table { margin-top: 0;}
.youto__Left th, .youto__Left td {background-color: #E9EEF1;} 
.youto__Left .tblcolumn_01 {width: 16%;}
.youto__Left .tblcolumn_02 {width: 18%;}
.youto__Left .tblcolumn_03 {width: 18%;}
.youto__right {width: 20.93%; margin-left: 10px;}
.youto__right02 {
  position: absolute;
  right: -10px;
}
@media screen and (max-width: 960px) {
  .youto__right02 {
    right: 60px;
  }
}

.youto__contents .case01 h3 {
  border-bottom: solid 3px #808487;
  position: relative;
  padding-left: 0px;
  margin-bottom: 10px;
}
.youto__contents .case01 h3::before {
  content: none;
}
.youto__contents .case01 h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #009FE8;
  bottom: -3px;
  width: 15%;
}
.caseimg {
  background: url(img/EXG_Img04_sp02.png) no-repeat;
  background-size: contain;
  height: 480px;
}
.caseText {
  margin-left: 130px;
}
.caseText > *{
  height: 98px;
}

.qa__contents {
  margin-top: 30px;
  letter-spacing: 0.08em;
}
.qa dt {
  font-weight: 600;
  padding: 1em 0.7em;
  background-color: #E9EEF1;
}

.qa dt::before,
.qa dd::before {
    margin-right: .4em;
}

.qa dt::before {
  content: "Q.";
  color: #009FE8;
  font-size: 150%;
}

.qa dd {
  margin: 0 0 2.5em;
  padding: 1em 1.5em;
}

.qa__contents dt {
padding: 10px 10px 10px 35px;
background-color: #E9EEF1;
text-indent: -25px;
}
.qa__contents dt:before {
content: "Q.";
color: #009FE8;
font-size: 150%;
font-weight: bold;
margin-right: 7px;
}
.qa__contents dd {
margin: 20px 10px 40px 35px;
text-indent: -25px;
}
.qa__contents dd:before {
content: "A.";
color: #ED848F;
font-weight: bold;
margin-right: 7px;
}



/*矢印*/
.triangle_right {
  background: #485157;
  height: calc(tan(60deg) * 60px / 2);
  width: 30px;
  clip-path: polygon(0 0, 80% 50%, 0 100%);
  display: inline-block;
  vertical-align: 520%;
}

/*矢印 end*/

/*table*/
table {
  width: 100%;
  /*border-collapse: collapse;*/
  border-spacing: 0;
  font-size: 14px;
  margin-top: 10px;
  font-size: 95%
}
table th {
  /*width: 20%;*/
  border: 0;
  box-sizing: border-box;
  padding: 0;
  vertical-align: middle;
  text-align: left;
}
table td {
  box-sizing: border-box;
  padding: 0;
  vertical-align: top;
  text-align: left;
}
@media all and (max-width: 767px) {
  table th, table td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  .table tr:last-child td:last-child {
    border-bottom: 1px solid #ccc;
  }
}
/*table end*/

.table_design08 {
  table-layout: fixed;
  width: 100%;
  max-width: 100%;
  text-align: center;
}
.table_design08 th, .table_design08 td {
  border: 1px solid #485157;
  padding: 1em;
}
.table_design08 th span, .table_design08 td span {
  font-size: 85%;
  font-weight: normal;
}
.table_design08 thead th {
  background-color: #485157;
  color: #fff;
  border: 1px solid #485157;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  text-align: center;
}
.table_design08 thead th:last-of-type {
  border-right: 1px solid #485157;
}
.table_design08 tbody th {
  color: #485157;
  font-weight: bold;
  text-align: center;
}
.table_design08 ul {
  margin: 0 0 0 10px;
}

@media screen and (max-width: 787px) {
  .table_design08 {
    text-align: left;
  }
  .table_design08 thead {
    display:none;
  }
  .table_design08 th, .table_design08 td {
    display: block;
    border: 0;
    border-bottom: 2px solid #485157;
  }
  .table_design08 tbody th{
    background: #485157;
    color:#fff;
  }
  .table_design08 td::before{
    content: attr(data-label);
    color: #485157;
    font-weight: bold;
    display: inline-block;
    width: 20%;
    min-width: 4em;
  }
}

@media all and (max-width: 767px) {
  table th, table td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  .table_design08 table tr:last-child td:last-child {
    border-bottom: 1px solid #ccc;
  }
}

.radius-table {
    border-radius: 10px;
    border-spacing: 0;
    border: none;
    border-left: 1px solid #999;
    border-top: 1px solid #999;
}
.radius-table tr>*{
    border: none;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
}
/*.radius-table tr:first-child>*:first-child{
    border-radius: 10px 0 0 0;
}*/
/*.radius-table tr:first-child>*:last-child{
    border-radius: 0 10px 0 0;
}*/
.radius-table tr:last-child>*:first-child{
    border-radius: 0 0 0 10px;
}
.radius-table tr:last-child>*:last-child{
    border-radius: 0 0 10px 0;
}

@media all and (max-width: 767px) {
  .radius-table {
    border-radius: 0;
  }
  .radius-table tr:last-child>*:first-child {
    border-radius: 0;
  }
  .radius-table tr:last-child>*:last-child{
    border-radius: 0;
  }
}

.tblcolumn_01 { width: 15%;}
.tblcolumn_02 { width: 23%;}
.tblcolumn_03 { width: 21%;}
.tblcolumn_04 { width: 20%;}
.tblcolumn_05 { width: 11%;}
.tblcolumn_02txt { font-size: 85%;}
@media all and (max-width: 767px) {
  .tblcolumn_02txt { font-size: 100%;}
}

.n-mark_label {
  margin-top: 20px;
}
.n-mark_label p {
  display: inline-block;
  vertical-align: top;
}
.n-mark {
  background: url(img/EXG_ImgIcon.png) no-repeat -23px 0px;
  width: 28px;
  height: 28px;
  display: inline-block;
  margin-top: -3px;
}
@media all and (max-width: 767px) {
  .n-mark {
    margin-right: 7px;
    margin-bottom: -7px;
  }
}

/*ボタン*/
.title-block01 {
  background-color: #7FBE26;
}
.title-block02 {
  background-color: #0071BC;
}
.title-block02::after {
  position: absolute;
  content: '';
  background: url(img/EXG_ImgIcon.png) no-repeat -73px 0px;
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-top: -23px;
  margin-left: 120px;
  background-size: 980%;
}
.title-block01, .title-block02 {
  margin-top: 10px; 
  padding: 8.5px 20px;
  width: 95%;
  border-radius: 30px;
  display: -ms-flexbox;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  transition: 0.5s;
}
.title-block01:hover, .title-block02:hover {
  opacity: 0.5 ;
}
.title-block01 p, .title-block02 p {
  color: #FFF;
}
/*ボタン end*/

/*ボタン2*/
.list__lnkbtn{
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  width: 100%;
}
.list__button{
  display:inline-block;
  background:#E9EEF1;
  border-radius: 5%;
  height: 65px;
  padding: 10px 0 10px 30px;
  text-align: left;
  cursor:pointer;
  position: relative;
  transition: 0.5s ;
  width: 100%;
}
@media all and (max-width: 767px) {
  .list__button {
    height: 55px;
    padding: 7px 0 10px 20px;
    font-size: 100%;
    line-height: 150%;
  }
}
.list__button-pdtop {
  padding-top: 22px;
}
@media all and (max-width: 767px) {
  .list__button-pdtop {
    padding-top: 18px;
  }
}
.list__button::before {
  font-size: .8em;
  position: absolute;
  top: 2em;
  left: 0.7em;
  margin-right: 8px;
  content: '▶';
}
@media all and (max-width: 767px) {
  .list__button::before {
    top: 1.6em;
  }
}
.list__button:hover {
  opacity: 0.5 ;
}
/*ボタン2 end*/

/*ボタン3*/
.LeafletDL, .SDSDL {margin-bottom: 7px; position: relative;}
.LeafletDL p, .SDSDL p, .SDSDLshuzai p {color: #fff; margin-left: 17px; text-align: left;}
.LeafletDL {
  background-color: #ED848F;
  padding: 5.5px 5px;
  width: 100%;
  border-radius: 5px;
  display: -ms-flexbox;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  letter-spacing: -0.03em;
  text-align: center;
  transition: 0.5s;
  font-size: 70%;
}

.LeafletDL::before {
  position: absolute;
  content: '';
  background: url(img/EXG_ImgIcon.png) no-repeat -37px -4px;
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-top: 6px;
  left: 7px;
  background-size: 1500%;
}

.SDSDL {
  background-color: #49A9D1;
  padding: 8.5px 5px;
  width: 100%;
  border-radius: 5px;
  display: -ms-flexbox;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  transition: 0.5s;
  font-size: 76%;
  line-height: 1.9em;
}
.SDSDL::before {
  position: absolute;
  content: '';
  background: url(img/EXG_ImgIcon.png) no-repeat -52px -4px;
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-top: 3px;
  left: 7px;
  background-size: 1500%;
}
.LeafletDL:hover, .SDSDL:hover {
  opacity: 0.5 ;
}

.SDSDL p span.shuzai {
  background: #fff;
  padding: 3px 10px;
  text-align: center;
  color: #4A752D;
  font-weight: 700;
  font-size: 10px;
  border-radius: 15px;
}
.SDSDL p span.kouka {
  background: #fff;
  padding: 3px 10px;
  text-align: center;
  color: #1F4375;
  font-weight: 700;
  font-size: 10px;
  border-radius: 3px;
}
@media all and (max-width: 767px) {
  .SDSDL p span.shuzai, .SDSDL p span.kouka {
    margin-left: 10px;
  }
  .SDSDL, .LeafletDL {
    font-size: 100%;
    padding: 5.5px 5px;
  }
  .SDSDL::before {
    margin-top: 5px;
  }
}
/*ボタン3 end*/

/*ボタン4*/
.title-block03Box {width: 50%; margin:auto;}
@media all and (max-width: 767px) {
  .title-block03Box {
    width: 90%;
  }
}
.title-block03 {
  background-color: #7FBE26;
  text-align: center;
  padding: 8.5px 20px;
  border-radius: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px;
  letter-spacing: 0.08em;
  font-weight: 700;
  font-size: 1.3rem;
  transition: 0.5s ;
}
.title-block03 p {color: #fff;}
.title-block03:hover {
  opacity: 0.5 ;
}
/*ボタン4*/

.introBox__netis {
  padding: 40px;
  margin-top: 35px;
}
@media all and (max-width: 767px) {
  .introBox__netis {
    padding: 20px;
  }
}
.introBox__netis h4 {
  padding-bottom: 7px;
  margin-bottom: 7px;
  font-size: 1.2em;
  border-bottom: 1px #333 solid;
}
.koutei_DL {
  text-align: center;
  margin-top: 10px;
  font-size: 110%;
  letter-spacing: 0.08em;
}



/* --- MISC --- */
.overflow {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .pc02 {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}


/*contents end*/
/* ---------------------------------------------------------------------------------------------------------------- */
/*footer*/
.footer {
  width: 100%;
  max-width: 990px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 30px;
  font-size: 1.3rem;
  color: #333;
}
@media screen and (max-width: 767px) {
  .footer {
    max-width: 100%;
    padding-right: var(--spad);
    padding-left: var(--spad);
  }
}
@media screen and (max-width: 767px) {
  .footer {
    font-size: 1.2rem;
    margin-bottom: 60px;
  }
}
.footer img {
  width: 100%;
}
.footer__contact {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 700;
  font-size: 1.2rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  letter-spacing: 0.05em;
  line-height: 130%;
}
.footer__contact p {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .footer__contact {
    max-width: 100%;
    padding-right: var(--spad);
    padding-left: var(--spad);
  }
}
.footer__contact-button {
  width: 230px;
  height: 50px;
  border-radius: 5px;
  background-color: #F18E20;
  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;
  font-weight: 700;
  font-size: 2.0rem;
  color: #FFF;
  letter-spacing: 0.1em;
}
.footer__contact-button:hover {
  background-color: #FF7600;
}
.footer__top {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 25px;
  font-weight: 700;
  font-size: 1.2rem;
  color: #2d2d2d;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .footer__top {
    max-width: 100%;
    padding-right: var(--spad);
    padding-left: var(--spad);
  }
}
@media screen and (max-width: 767px) {
  .footer__top {
    margin-top: 15px;
    text-align: center;
  }
}

.footer__misc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .footer__misc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.footer__adobe {
  max-width: 264px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 90px;
}
@media screen and (max-width: 767px) {
  .footer__adobe {
    margin-left: 0;
    margin-top: 15px;
  }
}
.footer__adobe img {
  width: 112px;
  margin-right: 7px;
}
.footer__adobe p {
  font-weight: 500;
  font-size: 1.05rem;
  color: #333;
  line-height: 1.4;
}
.footer__adobe:hover p {
  color: #239EB3;
  text-decoration: underline;
}
.footer__policy-links {
  margin-top: 35px;
  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;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .footer__policy-links {
    margin-top: 25px;
  }
}
.footer__policy-links a:not(:last-child) {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #333;
}
.footer__policy-links a:hover {
  color: #239EB3;
  text-decoration: underline;
}
.footer__copyright {
  margin-top: 4px;
  font-weight: 700;
  text-align: center;
}

.footer__banner {
  margin-top: 40px;
  margin-bottom: 5%;
  transition: 0.5s ;
}
.footer__banner:hover {
  opacity: 0.5 ;
}
/*footer end*/
/* ---------------------------------------------------------------------------------------------------------------- */
/* 追従ボタン */
.sticky-bar {
  /* position: absolute; */
  position: fixed;
  top: 120px;
  right: 0;
  z-index: 990;
}
.sticky-bar.sticky {
    position: fixed;
    top: 140px;
}
.sticky-bar.unstick {
  margin-top: 30px;
  position: static;
}
.sticky-bar.unstick .sticky-bar__button {
  border-radius: 10px;
}
.sticky-bar__button:hover {
  opacity: 0.8;
}
.sticky-bar__button:not(:last-child) {
  margin-bottom: 20px;
}
.bg-orange { background-color: #f39800;}
.bg-blue { background-color: #00B2BC;}
.sticky-bar__button {
    width: 40px;
    height: 160px;
    padding: 15px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 15px 0 0 15px;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    text-align: center;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1;
    color: #FFF;
    position: relative;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
.sticky-bar a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
.sticky-bar__button img {
    height: 27px;
    margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .sticky-bar {
    margin-top: 0;
    position: fixed;
    width: 100%;
    max-width: 980px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    top: initial;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .sticky-bar {
    max-width: 100%;
    padding-right: var(--spad);
    padding-left: var(--spad);
  }
}
@media screen and (min-width: 768px) {
  .sticky-bar.sticky {
    position: fixed;
    top: 140px;
  }
}
@media screen and (max-width: 767px) {
  .sticky-bar.unstick {
    margin-top: 30px;
    position: static;
  }
}
@media screen and (max-width: 767px) {
  .sticky-bar.unstick .sticky-bar__button {
    border-radius: 10px;
  }
}
.sticky-bar__button {
  width: 53px;
  height: 205px;
  padding: 15px 10px;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  font-size: 1.7rem;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sticky-bar__button {
    width: calc(100% - 0px);
    height: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px 0;
    border-radius: 10px 10px 0 0;
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
    font-size: 1.4rem;
  }
}
.sticky-bar__button:hover {
  opacity: 0.8;
}
.sticky-bar__button:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .sticky-bar__button:not(:last-child) {
    margin-bottom: 0;
    margin-right: 10px;
  }
}
.sticky-bar__button img {
  height: 27px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .sticky-bar__button img {
    height: 22px;
    margin-bottom: 0;
    margin-right: 5px;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
}

/*column*/
*, *:before, *:after {
    box-sizing: border-box;
}
.col_2{
    width: 103.1%;
    display: flex;
    flex-wrap: wrap;
}
.col_2 > *{
    width: calc( 50% - 0px ) ;
    /*margin-right: 12px;*/
    /*margin-bottom: 12px;*/
}
.col_2 > *:nth-child(2n){
    margin-right: auto;
}
.col_2 > * > *{
    /*height: 120px;*/
    position: relative;
    overflow: hidden
}
@media screen and (max-width: 960px) {
    .col_2 > *{
        width: 100%;
        margin-right: auto;
    }
}
@media screen and (max-width: 767px) {
    .youto__contents .col_2 {width: 100%;}
}

.youto__itemsBox02 .col_2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.youto__itemsBox02 .col_2 {
  width: calc(100% - -7px);
}
.youto__itemsBox02 .col_2 > *:nth-child(2n){
    margin-right: auto;
}
.youto__itemsBox02 .col_2 > * > *{
    /*height: 120px;*/
    position: relative;
    overflow: hidden
}
@media screen and (max-width: 961px) and (max-width: 1000px) {
  .youto__itemsBox02 .col_2 {
    width: 730px;
  }
}
@media screen and (max-width: 768px) and (max-width: 960px) {
  .youto__itemsBox02 .col_2 {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
    }
    .youto__itemsBox02 .col_2 {
      width: calc(100% - -7px);
    }
    .youto__itemsBox02 .col_2 > * {
      width: 87.4%;
    }
    .youto__itemsBox02 .col_2 > *:nth-child(2n){
        margin-right: auto;
    }
    .youto__itemsBox02 .col_2 > * > *{
      height: 195.89px;
      position: static;
      overflow: hidden;
      width: auto;
    }
    .youto__itemsBox02 .col_2 h3 {
      height: auto;
    }
    .youto__itemsBox02 .col_2 img {
      float: right;
    }
}
@media screen and (max-width: 767px) {
  .youto__itemsBox02 .col_2 > * {
      width: 100%;
  }
  .youto__itemsBox02 .col_2 > * > *{
      height: auto;
      position: relative;
  }
}

.col_3{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.col_3 > *{
    width: calc( 33.33333% - 8px );
    margin-right: 12px;
    margin-bottom: 12px;
}
.col_3 > *:nth-child(3n){
    margin-right: auto;
}
@media screen and (max-width: 960px) {
    .col_3 > *{
        width: calc( 50% - 6px ) ;
    }
    .col_3 > *:nth-child(3n){
        margin-right: 12px;
    }
    .col_3 > *:nth-child(2n){
        margin-right: auto;
    }
}
@media screen and (max-width: 580px) {
    .col_3 > *{
        width: 100%;
        margin-right: auto;
    }
    .col_3 > *:nth-child(3n){
        margin-right: auto;
    }
}

.col_5{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.col_5 > *{
    width: calc( 20% - 20px );
    margin-right: 25px;
    margin-bottom: 25px;
}
.col_5 > *:nth-child(5n){
    margin-right: auto;
}
@media screen and (max-width: 960px) {
    .col_5 > *{
        width: calc( 25% - 9px );
        margin-right: 12px;
        margin-bottom: 12px;
    }
    .col_5 > *:nth-child(5n){
        margin-right: 12px;
    }
    .col_5 > *:nth-child(4n){
        margin-right: auto;
    }
}

.col_7{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}
.col_7 > *{
  width: calc(15.2% - 14.7px);
  margin-right: 7px;
  margin-bottom: 7px;
}
.col_7 > *:nth-child(7n){
    margin-right: auto;
}
@media screen and (max-width: 960px) {
    .col_7 > *{
      width: calc(25.495% - 9px);
      margin-right: 6px;
      margin-bottom: 6px;
    }
    .col_7 > *:nth-child(7n){
        margin-right: 12px;
    }
    .col_7 > *:nth-child(7n){
        margin-right: auto;
    }
}
@media screen and (max-width: 580px) {
    .col_7 > *{
        width: calc( 33.33333% - 8px ) ;
    }
    .col_7 > *:nth-child(7n){
        margin-right: 12px;
    }
    .col_7 > *:nth-child(6n){
        margin-right: 12px;
    }
    .col_7 > *:nth-child(5n){
        margin-right: auto;
    }
}

/*ページトップへ*/
.pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 30px;
    bottom: 50px;
    background: #485157;
    /*border: solid 2px #000;*/
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: translateY(20%) rotate(-45deg);
}
@media (hover: hover) and (pointer: fine) {
    .pagetop:hover, .pagetop:hover .pagetop__arrow {
      opacity: 0.5 ;
    }
}
/* EXGリペア販売終了 */
.saleended {
    border: 3px solid #BFBFBF;
    padding: 20px;
}
.saleended p {
    padding: 10px 18px;
}
.saleended a {
    text-decoration:underline;
    font-weight: 500;
}
/* ハイウェイテクノフェア2024イベント */
/*.htf2024 {
    width: 100%;
    max-width: 980px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    --pad: 27px;
    padding: 10px;
}
@media screen and (max-width: 767px) {
  .htf2024 .layout {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }
}

.htf2024_intro_Left {
  height: 83px;
  padding: 2% 0 0 2%;
  display: inline-block;
  width: 65%;
}
@media screen and (max-width: 767px) {
  .htf2024_intro_Left {
    width: 100%;
    height: auto;
  }
}
.htf2024_intro_right {
  display: inline-block;
  width: 35%;
  height: 83px;
  vertical-align: 710%;
  float: inline-end;
}
@media screen and (max-width: 767px) {
  .htf2024_intro_right {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: 710%;
    float: none;
    background-size: 100%;
    padding-bottom: 2%;
  }
}

.htf2024_link {
  width: 88%;
  height: 40px;
  background-color: #0071bc;
  border-radius: 22px;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font: 700 1.5rem/1 "kozuka-gothic-pr6n", "游ゴシック", "Yu Gothic UI", "YuGothic", "Yu Gothic", "sans-serif", "ＭＳ Ｐゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", "Meiryo", "osaka", "Hiragino Kaku Gothic Pro W3";
  color: #FFF;
  outline: none;
  margin: 6% auto;
}
@media screen and (max-width: 767px) {
  .htf2024_link {
    width: 95%;
    margin: 10px auto 0 auto;
  }
}
.htf2024_link:hover, .htf2024_link:focus {
  opacity: 0.5;
}

.htf2024_gaiyou {
  margin-top: 10px;
}
.htf2024_gaiyou h2 {font-size: 150%;}
.htf2024_gaiyou h3 {font-size: 120%;}
@media screen and (min-width:400px) and (max-width: 767px) {
  .htf2024_gaiyou h2 {font-size: 120%;}
  .htf2024_gaiyou h3 {font-size: 115%;}
}
@media screen and (max-width: 399px) {
  .htf2024_gaiyou h2 {font-size: 110%;}
  .htf2024_gaiyou h3 {font-size: 100%;}
}
.htf2024_gaiyou .point__contents-item:not(:first-child) {
  margin: 10px auto;
  padding-top: 0;
  border-top: none;
}
.htf2024_gaiyou_Left {
  height: 160px;
  padding: 0;
  display: inline-block;
  width: 25%;
}
.htf2024_gaiyou_Left img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .htf2024_gaiyou_Left {
    width: 100%;
    height: auto;
  }
}
.htf2024_gaiyou_right {
  display: inline-block;
  width: 75%;
  height: 160px;
  vertical-align: 710%;
  float: inline-end;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .htf2024_gaiyou_right {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: 710%;
    background-size: 100%;
    padding: 0;
    margin-top: 10px;
    font-size: 90%;
  }
}
.htf2024_gaiyou_right .point__contents-item p {
  margin-left: 16%;
  font-size: 90%;
  font-weight: 500;
  color: #333;
}*/
/* end. ハイウェイテクノフェア2024イベント */