@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;
}
footer .corpoBnr li{
    line-height: 0;
}
@media screen and (max-width: 850px) {
  footer .corpoBnr {
    flex-wrap: wrap;
  }
  footer .corpoBnr li{
    width: 30%;
  }
}
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;
}
@media screen and (max-width: 850px) {
  footer .ulFlex{
    flex-direction: column;
  }
}
footer nav{
    display: flex;
    justify-content: space-between;
    width: 69vw;
    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:nth-child(n+2) {
  line-height: 1.9;
  font-size: .94em;
}
footer nav ul li a{
    color: #000000;
    /*font-size: 1.4rem;*/
    font-size: min(1.2vw, 1.4rem);
}
@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;
}

