@charset "UTF-8";

#Header .OnLine,
#Header .Contact {
    font-size: 1.35rem;
    padding: 5px 1.1vw;
}
@media screen and (max-width: 850px) {
  #Header .OnLine,
  #Header .Contact {
    padding: 7px 0;
  }
}
#Header .OnLine a,
#Header .Contact a {
    display: flex;
    align-items: center;
    color: #000;
}
#Header .OnLine a,
#Header .Contact a {
    position: relative;
}
#Header .OnLine a:before,
#Header .Contact a:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: contain;
    margin-right: 4px;
}
#Header .OnLine a:before {
    background-image: url(../img/common/icon_cart.svg);
}
#Header .Contact a:before {
    background-image: url(../img/common/icon_mail.svg);
}



h2 {
    display: block;
    font-weight: bold;
    margin: 0 auto 50px;
    font-size: 1.5em;
    width: fit-content;
    border-bottom: 1px solid;
    line-height: 1.7;
}
h2.HalfTwin {
position: relative;
text-align: center;
border-bottom: none;
width: auto;
}
h2.HalfTwin::before {
border-bottom: 4px solid #d82d1e;
bottom: -10px;
content: "";
left: 0;
margin: auto;
position: absolute;
right: 0;
top: 0;
width: 120px;
}
h2.HalfTwin::after {
border-bottom: 4px solid #1a8e16;
bottom: -10px;
content: "";
margin: auto;
position: absolute;
right: 0;
top: 0;
left: 60px;
width: 60px;
}

h3 {
  border-bottom: 1px solid #EBEBEB;
  font-size: 1.3em;
  font-weight: bold;
  padding-bottom: .2em;
  margin-bottom: .8em;
}



.Max300 {
  max-width: 300px;
}

.Max400 {
  max-width: 400px;
}

.btn {
  position: relative;
    width: 100%;
    max-width: 600px;
  margin: auto;
  font-size: .9em;
}

.btn a {
  width: 100%;
  display: inline-block;
  padding: 0.75rem 1.25rem;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .15rem;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-align: center;
  border: 1px solid #e82a1b;
  border-radius: 80px;
}

.btn a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-radius: 80px;
  z-index: -1;
}

.btn a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e82a1b;
  border-radius: 80px;
  z-index: -2;
}


.Btt {
    /* width: 80%; */
    max-width: 600px;
    margin-top: 2em;
    text-align: center;
}
.Btt a.button {
    padding: 2px 18px;
    width: 100%;
    max-width: 600px;
    display: inline-block;
    /* padding: .5rem 1.2rem; */
    border-radius: 10rem;
    text-transform: uppercase;
    /* letter-spacing: .15rem; */
    -webkit-transition: all .3s;
    transition: all .3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-align: center;
    color: #000;
}
.Btt a.button:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #0084AB;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: 10rem;
    z-index: -1;
    color: #fff;
}
.Btt a.button:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 10rem;
    z-index: -2;
}

.btn a:hover {
  color: #e82a1b;
  opacity: 1;
}

.btn a:hover:before {
  width: 100%;
}

.btn:after {
  font-family: "Font Awesome 5 Free";
  content: '\f105';
  font-weight: 900;
  color: #fff;
  margin-right: 0.3em;
  position: absolute;
  top: 0.58em;
  right: 10px;
  font-size: 1em;
  z-index: 1;
}

.btn:hover:after {
  color: #e82a1b;
}






/*フッターCSS*/
footer .corpoBnr {
    display: flex;
    justify-content: center;
    height: auto;
    /* background-color: #F5F5F5; */
    background-color: #b2b2b2;
    padding: 7px 0;
}
footer .corpoBnr li{
    line-height: 0;
    width: 200px;
}
@media screen and (max-width: 850px) {
  footer .corpoBnr {
    flex-wrap: wrap;
  }
  footer .corpoBnr li{
    width: 40%;
  }
}
footer .corpoBnr li a {
    display: block;
}
footer .corpoBnr li a img{
    max-width: 100%;
    height: auto;
    padding: 5px 2.5px;
    /* padding: 10px 5px; */
}
footer .Inner{
    padding-top: 50px;
    background-color: #fefefd;
    /*background-color: #fff;*/
}
footer .footerNav{
    width: 96%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 0px 50px;
}
footer .footerNav h2{
    margin: unset;
    border-bottom: none;
    margin-right: 14px;
}

footer .footerNav h2 a img {
    width: 246px;
    height: auto;
}
@media screen and (max-width: 850px) {
  footer .application {
    display: flex;
  }
}

footer .application li{
    margin-top: 10px;
}
@media screen and (max-width: 850px) {
  footer .application li{
    margin-right: 10px;
  }
}
footer .application li:last-child{
    margin-top: 10px;
}
footer .application li a{
    padding: 12px 30px;
    border-radius: 25px;
    color: #fff;
    background-color: #009143;
    font-size: .9em;
}

footer .ulFlex{
    display: flex;
    justify-content: space-between;
}
footer .ulFlex .he_ul{
    width: 20vw;
}
@media screen and (max-width: 850px) {
  footer .ulFlex .he_ul{
    width: 100%;
  }
}
@media screen and (max-width: 850px) {
  footer .ulFlex{
    flex-direction: column;
  }
}
footer nav{
    display: flex;
    justify-content: space-between;
    width: 76vw;
    max-width: 900px;
}
@media screen and (max-width: 850px) {
  footer nav{
    width: 100%;
    margin-top: 50px;
  }
}
@media screen and (max-width: 640px) {
  footer nav{
    flex-direction: column;
  }
}
footer nav ul{
    text-transform: uppercase;
}
footer nav ul:last-child{
    padding-right: 1vw;
}
footer nav ul li {
  line-height: 1.9!important;
  font-size: .94em;
}
/*footer nav ul li:nth-child(n+2) {
  line-height: 1.9;
  font-size: .94em;
}*/
footer nav > ul:last-child li {
    line-height: 1.72!important;
}
footer nav ul li a{
    color: #000000;
    /*font-size: 1.4rem;*/
    font-size: min(1.2vw, 1.3rem);
}
@media screen and (max-width: 850px) {
    footer nav ul li a {
        font-size: 1rem;
    }
    footer nav ul {
        margin-bottom: 12px;
    }
}
footer nav ul .ulFlex2{
    display: flex;
    justify-content: center;
    gap: 1vw;
}
@media screen and (max-width: 640px) {
    footer nav ul .FootRec {
        margin-left: 1em;
    }
}
@media screen and (max-width: 850px) {
  footer nav ul .ulFlex2{
    justify-content: left;
    gap: 2em;
    margin-left: 1em;
  }
}
footer nav ul li a:hover{
    color: #e82a1b;
}
footer nav ul li a span{
    font-weight: bold;
}
footer p.copy{
    /*background-color: #009143;*/
    background-color: #34990e;
    color: #fff;
    padding: 10px 0;
}

/*20260529*/
header {
    border-bottom: 1px solid #ddd;
}
.spNavi {
    display: none;
}

@media screen and (max-width: 850px) {
    .spNavi {
        display: block;
    }
    .spNavi h2 {
        margin-left: 0;
        margin-top: 10px;
        border-bottom: none;
        width: 280px;
    }
    .spNavi h2 a {
        display: block;
    }
    .spNavi nav {
        width: 100%!important;
    }
    .spNavi nav a:after {
        background: none;
    }
    .spNavi nav ul {
        margin-bottom: 12px;
    }
    .spNavi nav ul.Left {
        width: 6em;
    }
    .spNavi nav ul li {
        line-height: 1.9;
        font-size: .94em;
        padding: 0!important;
    }
    .spNavi nav ul li a span {
        font-weight: bold;
    }
    .spNavi nav ul .ulFlex2 {
        display: flex;
        justify-content: left;
        gap: 2em;
        margin-left: 1em;
    }
    .spNavi nav ul.FootRec {
        margin-left: 1em;
        font-size: .94em;
    }
    .spNavi .application {
        display: flex;
        margin-top: 30px;
    }
    .spNavi .application li {
        margin-right: 10px;
    }
    .spNavi .application li a {
        padding: 7px 30px;
        border-radius: 25px;
        color: #fff!important;
        background-color: #009143;
        font-size: .9em;
    }
}


ul#sp_sub_nav {
    display: none;
}
@media screen and (max-width: 640px) {
    ul#sp_sub_nav {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        position: relative;
        z-index: 1;
    }
    ul#sp_sub_nav li {
        width: calc(50% - 5px);
    }
    ul#sp_sub_nav li a {
        display: block;
        width: 100%;
        height: 100%;
        border: 2px solid #d82d1e;
        text-align: center;
        font-size: .85em;
        background-color: #fff;
        border-radius: 4px;
    }
    ul#sp_sub_nav li:nth-child(2) a {
        border: 2px solid #2991bd;
        color: #2991bd;
    }
    ul#sp_sub_nav li:nth-child(3) a {
        border: 2px solid #1a8e16;
        color: #1a8e16;
    }
    ul#sp_sub_nav li:nth-child(3) a {
        border: 2px solid #1a8e16;
        color: #1a8e16;
    }
    ul#sp_sub_nav li:nth-child(4) a {
        border: 2px solid #f3980f;
        color: #f3980f;
    }
}

/*==========================================
SINGLE_PAGE
==========================================*/
#InfoNews {
    background-color: rgb(245, 245, 245);
}
#InfoNews section#SkyBack {
    background-color: #f5f5f5;
    padding: 5em 0px;
    background-image: url(../img/top/bg_sky.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
}
#InfoNews section#SkyBack .Inner {
    background-color: rgba(255, 255, 255, .8);
    padding: 2em;
    border-radius: 20px;
}
@media screen and (max-width: 640px) {
    #InfoNews section#SkyBack .Inner {
        padding: 10px;
    }
}
#InfoNews section#SkyBack .Inner .InnerBox {
    background: rgb(255, 255, 255);
    padding: 2em 5em;
    border-radius: 10px;
}
@media screen and (max-width: 640px) {
    #InfoNews section#SkyBack .Inner .InnerBox {
        padding: 1.3em;
    }
}
#InfoNews p {
    margin: .5em 0;
}
#InfoNews strong {
    font-weight: bold!important;
}

/*==========================================
NewsArchive
==========================================*/
section.NewsArchive .Inner .InnerBox {
    background-color: #f5f5f5!important;
}
section.NewsArchive .ArchiveGrid {
    display: grid;
    gap: 2em;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media screen and (max-width: 900px) {
    section.NewsArchive .ArchiveGrid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media screen and (max-width: 640px) {
    section.NewsArchive .ArchiveGrid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}
section.NewsArchive .ArchiveGrid a {
    background-color: #fff;
    display: block;
    width: 100%;
    min-width: 0;
}
section.NewsArchive .ArchiveGrid a dl dt img {
    width: 100%;
    height: auto;
}
section.NewsArchive .ArchiveGrid a dl dd {
    font-size: .9em;
    line-height: 1.6;
    padding: 0 .8em .8em;
    color: #000;
}
section.NewsArchive .ArchiveGrid a dl dd .Excerpt {
    display: block;
    font-size: 1.1em;
    font-weight: bold;
    padding-left: 1.4em;
    padding-top: .3em;
    margin-bottom: .5em;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
section.NewsArchive .ArchiveGrid a dl dd .Excerpt:before {
    content: '';
    position: absolute;
    top: .65em;
    left: 0;
    width: 1em;
    height: 1em;
    background-color: #eeb033;
    border-radius: 50%;
}