@charset "UTF-8";
/*========================================

 00. ResetAndUtility
 01. TabNavigation
 02. Header
 03. MainContents
 04. Footer

 20. ProductUtilitys

 30. ProductAdd

=========================================*/
@import url("https://fonts.googleapis.com/css?family=M+PLUS+1p:100,300,400,500,700,800,900&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:200,300,400,500,600,700,900&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:100,300,400,500,700,800,900&display=swap&subset=japanese");
:link, :visited {
  text-decoration: none;
}

html, body, div, ul, ol, li, dl, dt, dd, form, fieldset, input, #contact form textarea, textarea,
h1, h2, h3, h4, h5, #newcar h6, h6, p, th, td {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, #newcar h6, h6 {
  font-size: 100%;
  font-weight: normal;
}

table {
  border-spacing: 0;
}

img {
  border: 0;
}

ol, ul {
  list-style: none;
}

th {
  text-align: left;
}

a {
  text-decoration: underline;
  outline: none;
}

a img, :link img, :visited img {
  border: none;
}

.before-clearfix:before {
  content: '';
  display: block;
  visibility: hidden;
  clear: both;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
}

.clearfix:after {
  content: '';
  display: block;
  visibility: hidden;
  clear: both;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
}

body {
  background: #000;
  color: #fff;
}

a:link, a:visited {
  text-decoration: none;
}

@media print {
  * {
    position: static !important;
    overflow: visible !important;
  }
}
/*==================================================
	Project layout
==================================================*/
html.fix {
  position: fixed;
  overflow: hidden;
}

body {
  font: 300 13px 'M PLUS 1p', sans-serif;
  line-height: 1em;
}
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

/*==================================================
  01. TabNavigation
==================================================*/
.tabmenu {
  position: fixed;
  z-index: 2;
  width: 100%;
}
@media screen and (min-width: 481px) {
  .tabmenu {
    display: none;
  }
}
.tabmenu .tabmenu_hd {
  background: rgba(62, 58, 57, 0.96);
}
.tabmenu .tabmenu_hd > a {
  display: block;
  float: left;
  width: 74px;
  margin-left: 2%;
}
.tabmenu .tabmenu_hd > a img {
  width: 100%;
}
.tabmenu .tabmenu_hd #tabmenu_btn {
  float: right;
  margin-top: 16px;
  margin-right: 2%;
}
.tabmenu .tabmenu_hd #tabmenu_btn::after {
  content: 'menu';
  font-family: "Material Icons";
  font-size: 2.5em;
  color: #009441;
}
.tabmenu .tabmenu_hd #tabmenu_btn.open::after {
  content: 'close';
}
.tabmenu #tabmenu_child {
  display: none;
}
.tabmenu #tabmenu_child > p {
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
  background: rgba(9, 104, 49, 0.9);
}
.tabmenu #tabmenu_child > a {
  display: block;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 2em;
  background: rgba(0, 148, 65, 0.9);
  border-bottom: 1px solid #84c19e;
  font-weight: 400;
  color: #fff;
}
.tabmenu #tabmenu_child > a:nth-child(4) {
  border-bottom: none;
}
.tabmenu #tabmenu_child > a:last-child {
  border-bottom: none;
}

/*==================================================
  02. Header
==================================================*/
header {
  border-top: 3px solid #009944;
  border-bottom: 5px solid #8fc322;
}
@media screen and (max-width: 480px) {
  header {
    display: none;
  }
}

#header-inner {
  width: 100%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 801px) {
  #header-inner {
    min-width: 960px;
  }
}
@media screen and (max-width: 800px) {
  #header-inner {
    width: 100%;
  }
}
#header-inner > h1 {
  margin-top: 3px;
}
@media screen and (max-width: 800px) {
  #header-inner > h1 {
    display: none;
  }
}

.hd-inwrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2%;
  margin-bottom: 1.5%;
}
@media screen and (max-width: 800px) {
  .hd-inwrap {
    flex-wrap: wrap;
  }
}
.hd-inwrap a.hd-logo {
  display: block;
  width: 190px;
}
.hd-inwrap a.hd-logo > img {
  width: 100%;
}
@media screen and (max-width: 800px) {
  .hd-inwrap a.hd-logo {
    margin: 0 auto 2%;
  }
}
.hd-inwrap .hd-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  width: 860px;
}
@media screen and (max-width: 800px) {
  .hd-inwrap .hd-info {
    flex-wrap: wrap;
  }
}
.hd-inwrap .hd-info > P {
  line-height: 1.8em;
  font-size: .9em;
}
@media screen and (max-width: 800px) {
  .hd-inwrap .hd-info > P {
    width: 50%;
    padding-bottom: .5em;
    text-align: center;
  }
}
.hd-inwrap .hd-info a.hd-tel {
  display: block;
  width: 223px;
}
.hd-inwrap .hd-info a.hd-tel > img {
  width: 100%;
}
@media screen and (min-width: 801px) {
  .hd-inwrap .hd-info a.hd-tel:hover {
    transition: all 0.3s;
    opacity: 0.5;
  }
}
.hd-inwrap .hd-info .hd-sns a {
  display: inline-block;
  box-sizing: border-box;
  margin: 0 5px;
  padding: 10px;
  background: #bc0271;
  font-size: 2em;
  color: #fff;
}
.hd-inwrap .hd-info .hd-sns a:last-child {
  background: #0c64c4;
}
@media screen and (min-width: 801px) {
  .hd-inwrap .hd-info .hd-sns a:hover {
    transition: all 0.3s;
    border-radius: 50%;
  }
}
.hd-inwrap .hd-info .hd-nav {
  margin-top: 1.5em;
}
@media screen and (max-width: 800px) {
  .hd-inwrap .hd-info .hd-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-top: .5em;
  }
}
.hd-inwrap .hd-info .hd-nav > a {
  font-size: .9em;
  color: #fff;
}
@media screen and (min-width: 801px) {
  .hd-inwrap .hd-info .hd-nav > a {
    padding-left: .7em;
    padding-right: .7em;
    border-right: 1px solid #fff;
  }
}
.hd-inwrap .hd-info .hd-nav > a:first-child {
  padding-left: 0;
}
.hd-inwrap .hd-info .hd-nav > a:last-child {
  padding-right: 0;
  border-right: none;
}
@media screen and (min-width: 801px) {
  .hd-inwrap .hd-info .hd-nav > a:hover {
    font-weight: 500;
    text-decoration: underline;
    color: #179541;
  }
}
@media screen and (max-width: 800px) {
  .hd-inwrap .hd-info .hd-nav > a {
    display: block;
    width: 32%;
    margin-bottom: .5em;
    padding: .5em 0;
    background: #1eaa39;
    text-align: center;
  }
}

/*==================================================
  03. MainContents
==================================================*/
.top-1 {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: -2;
  width: 100%;
  height: 40vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 481px) and (max-width: 800px) {
  .top-1 {
    height: 30vh;
  }
}

.top-2 {
  width: 100%;
}
@media screen and (max-width: 480px) {
  .top-2 {
    padding-top: 47px;
  }
}

.bg-01 {
  background-image: url("../../images/bg-top-01-lg.jpg");
}
@media screen and (max-width: 480px) {
  .bg-01 {
    background-image: url("../../images/bg-top-01.jpg");
  }
}

.bg-02 {
  background-image: url("../../images/bg-top-02-lg.jpg");
}
@media screen and (max-width: 480px) {
  .bg-02 {
    background-image: url("../../images/bg-top-02.jpg");
  }
}

.bg-03 {
  background-image: url("../../images/bg-top-03-lg.jpg");
}
@media screen and (max-width: 480px) {
  .bg-03 {
    background-image: url("../../images/bg-top-03.jpg");
  }
}

.bg-04 {
  background-image: url("../../images/bg-top-04-lg.jpg");
}
@media screen and (max-width: 480px) {
  .bg-04 {
    background-image: url("../../images/bg-top-04.jpg");
  }
}

.bg-05 {
  background-image: url("../../images/bg-top-05-lg.jpg");
}
@media screen and (max-width: 480px) {
  .bg-05 {
    background-image: url("../../images/bg-top-05.jpg");
  }
}

.bg-black {
  width: 100%;
  background: black;
}

.middle-bgimg-1 {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 800px) {
  .middle-bgimg-1 {
    height: 40vh;
  }
}

.bg-newcar {
  background-image: url("../../images/bg-newcar-lg.jpg");
}
@media screen and (max-width: 480px) {
  .bg-newcar {
    background-image: url("../../images/bg-newcar.jpg");
  }
}

.middle-100 {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 800px) {
  .middle-100 {
    width: 100%;
  }
}

.banner-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.banner-menu > a {
  display: block;
  width: 100%;
  margin-bottom: 2%;
  line-height: 0;
}
.banner-menu > a:nth-child(3), .banner-menu > a:nth-child(4) {
  width: 49.5%;
  min-width: 160px;
}
.banner-menu > a:nth-child(5), .banner-menu > a:nth-child(6), .banner-menu > a:nth-child(7) {
  width: 32.5%;
  min-width: 107px;
}
@media screen and (min-width: 801px) {
  .banner-menu > a:hover {
    transition: all 0.3s;
    box-shadow: 0 0 5px 5px #8fc322;
  }
}

.topindex_newsarea {
  position: relative;
  height: 0;
  padding-top: 40vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 800px) {
  .topindex_newsarea {
    margin-bottom: 0;
  }
}
.topindex_newsarea iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.topindex_snsarea {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .topindex_snsarea {
    display: none;
  }
}
.topindex_snsarea .instagram {
  box-sizing: border-box;
  width: 680px;
  margin-right: 20px;
}
.topindex_snsarea .instagram > .title-1 {
  float: left;
  margin-bottom: 30px;
}
.topindex_snsarea .instagram > a {
  display: block;
  float: right;
  padding-top: 1em;
  font-weight: 400;
  color: #fff;
}
.topindex_snsarea .instagram > a::before {
  padding-right: .5em;
  content: '\f152';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #1eaa39;
}
.topindex_snsarea .instagram > a:hover {
  transition: all 0.3s;
  color: #009944;
}
.topindex_snsarea .instagram .content {
  width: 100%;
}
.topindex_snsarea .facebook {
  box-sizing: border-box;
  width: 300px;
  height: 100%;
}

#message {
  background-image: url("../../images/bg-staff-00-lg.png");
  background-size: 77.4%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 800px) {
  #message {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #message {
    background-image: url("../../images/bg-staff-00.png");
    background-size: 83%;
  }
}

.mssg-inner {
  display: flex;
  flex-direction: column;
  width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .mssg-inner {
    width: 86%;
    min-width: 320px;
  }
}

.mssg-mssg {
  margin-left: 57%;
  margin-bottom: 3%;
}
@media screen and (max-width: 480px) {
  .mssg-mssg {
    order: 3;
    margin-left: 0;
  }
}
.mssg-mssg > h6 {
  margin-bottom: 3%;
  line-height: 1.8em;
  font-size: 2em;
  font-family: 'Noto Serif JP', serif;
}
@media screen and (min-width: 481px) and (max-width: 800px) {
  .mssg-mssg > h6 {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 480px) {
  .mssg-mssg > h6 {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 481px) {
  .mssg-mssg > h6 span {
    display: block;
  }
}
.mssg-mssg > p {
  line-height: 1.8em;
  font-size: .9em;
}
@media screen and (max-width: 800px) {
  .mssg-mssg > p {
    font-weight: 400;
    font-size: .8em;
  }
}

.mssg-sign {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-left: 57%;
  margin-bottom: 5%;
  line-height: 1.8em;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .mssg-sign {
    margin-top: 20%;
    margin-bottom: 45%;
    order: 1;
    flex-flow: column-reverse;
    font-size: .8em;
    font-weight: 400;
  }
}
.mssg-sign > p {
  width: 50%;
}
@media screen and (max-width: 480px) {
  .mssg-sign > p {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .mssg-prf {
    order: 2;
    margin-bottom: 5%;
  }
}
.mssg-prf > ul {
  display: flex;
  position: relative;
}
.mssg-prf > ul::before {
  position: absolute;
  top: 0;
  left: 0;
  content: 'Profile';
  font-size: 2em;
}
@media screen and (max-width: 480px) {
  .mssg-prf > ul::before {
    font-size: 1.3em;
  }
}
.mssg-prf > ul li {
  width: 50%;
  padding-top: 2em;
  line-height: 1.8em;
}
@media screen and (max-width: 480px) {
  .mssg-prf > ul li {
    font-size: .8em;
  }
}
.mssg-prf > p {
  line-height: 1.8em;
}
@media screen and (max-width: 480px) {
  .mssg-prf > p {
    font-size: .8em;
  }
}

#staff > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  #staff > ul {
    flex-direction: column;
  }
}
#staff > ul li {
  width: 48%;
  margin-bottom: 3%;
}
@media screen and (max-width: 480px) {
  #staff > ul li {
    width: 96%;
    margin: 0 auto 3%;
  }
}
#staff > ul li p {
  margin-top: 1%;
  text-align: right;
}

@media screen and (max-width: 480px) {
  #company-access .full {
    display: none;
  }
}
@media screen and (min-width: 481px) {
  #company-access .mobile {
    display: none;
  }
}
#company-access .info {
  display: flex;
  justify-content: center;
  align-items: center;
}
#company-access .info > p {
  width: 15%;
  padding: 0 2%;
}
@media screen and (max-width: 800px) {
  #company-access .info > p {
    width: 80px;
  }
}
#company-access .info > dl {
  display: flex;
}
@media screen and (max-width: 800px) {
  #company-access .info > dl {
    flex-direction: column;
    font-size: .8em;
    font-weight: 500;
  }
}
#company-access .info > dl dt {
  padding: 0 2%;
  font-size: 1em;
}
@media screen and (max-width: 800px) {
  #company-access .info > dl dt {
    padding: 0 0;
  }
}

#company-info > ul {
  display: flex;
  justify-content: space-around;
  line-height: 1.4em;
}
@media screen and (max-width: 480px) {
  #company-info > ul {
    display: block;
    width: 80%;
    margin: 0 auto;
    font-size: .9em;
  }
}
#company-info > ul li > dl {
  display: flex;
  padding-bottom: 2em;
}
#company-info > ul li > dl dt {
  width: 9em;
  font-weight: 500;
  font-size: 1.2em;
  color: #179541;
}

#company-rinen > h6 {
  margin-bottom: 5%;
  line-height: 1.8em;
  text-align: center;
  letter-spacing: .3em;
  font-family: 'Noto Serif JP', serif;
  font-size: 2em;
}
@media screen and (max-width: 480px) {
  #company-rinen > h6 {
    letter-spacing: .1em;
    font-size: 1.1em;
  }
}
#company-rinen > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#company-rinen > ul li {
  width: 30%;
  margin-bottom: 3%;
}

#purchase > p {
  line-height: 1em;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  font-size: 2em;
}
@media screen and (max-width: 480px) {
  #purchase > p {
    font-size: 1.5em;
  }
}
#purchase .purchase-phase {
  width: 84%;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  #purchase .purchase-phase {
    width: 100%;
  }
}
#purchase .purchase-phase > p::after {
  display: block;
  content: 'arrow_drop_down';
  line-height: 1em;
  text-align: center;
  font-family: "Material Icons";
  font-size: 6em;
  color: #1eaa39;
}
@media screen and (max-width: 480px) {
  #purchase .purchase-phase > p::after {
    font-size: 3em;
  }
}
#purchase .purchase-phase > p:last-child::after {
  content: '';
}

#newcar h5, #newcar h6 {
  padding: 5% 0;
  line-height: 1em;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  font-size: 2em;
}
@media screen and (max-width: 480px) {
  #newcar h5, #newcar h6 {
    font-size: 1.2em;
  }
}
#newcar h6 {
  font-size: 2.5em;
}
@media screen and (max-width: 480px) {
  #newcar h6 {
    font-size: 1.5em;
  }
}
#newcar p {
  line-height: 1.8em;
  text-align: center;
  font-size: 1.2em;
}
@media screen and (max-width: 480px) {
  #newcar p {
    padding: 0 1.5em;
    font-size: 1em;
    text-align: left;
  }
}
#newcar p > span {
  display: block;
}
@media screen and (max-width: 480px) {
  #newcar p > span {
    display: inline;
  }
  #newcar p > span:first-child {
    display: block;
  }
  #newcar p > span:last-child {
    display: block;
  }
}
#newcar a {
  display: block;
  width: 30%;
  max-width: 310px;
  min-width: 200px;
  margin: 7% auto;
  line-height: 0;
}
@media screen and (min-width: 801px) {
  #newcar a:hover {
    transition: all 0.3s;
    box-shadow: 0 0 10px 10px #fff;
  }
}
#newcar .newcar-present {
  width: 92%;
  max-width: 920px;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  #newcar .newcar-present {
    width: 100%;
    min-width: 320px;
  }
}
#newcar .newcar-present > img {
  display: block;
  padding-bottom: 7%;
  line-height: 0;
}

#service > h2 {
  line-height: 1em;
  text-align: center;
  letter-spacing: .5em;
  text-indent: .5em;
  font-family: 'Noto Serif JP', serif;
  font-size: 3em;
}
@media screen and (max-width: 480px) {
  #service > h2 {
    font-size: 2em;
  }
}
#service > p {
  line-height: 1.8em;
  text-align: center;
}
@media screen and (max-width: 480px) {
  #service > p {
    padding: 0 1em;
    text-align: left;
  }
}
#service > p span {
  display: block;
}
@media screen and (max-width: 480px) {
  #service > p span {
    display: inline;
  }
}
#service > ul {
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 480px) {
  #service > ul {
    flex-direction: column;
  }
}
#service > ul li {
  width: 45%;
}
@media screen and (max-width: 480px) {
  #service > ul li {
    width: 86%;
    margin: auto;
    padding-bottom: 10%;
  }
  #service > ul li:last-child {
    padding-bottom: 3%;
  }
}
#service > ul li h3 {
  padding-bottom: 1.5em;
  line-height: 1em;
  text-align: center;
  font-size: 1.5em;
  font-weight: 500;
  color: #179541;
}
#service > ul li h6 {
  padding-bottom: .5em;
  line-height: 1em;
  text-align: center;
  font-size: 1.2em;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 800px) {
  #service > ul li h6 {
    font-size: 1em;
  }
}
#service > ul li > dl {
  display: flex;
  justify-content: center;
  padding: 1em 0;
  border-bottom: 1px solid #fff;
  font-weight: 400;
}
#service > h6 {
  padding-left: 3%;
  line-height: 1.2em;
}
@media screen and (max-width: 480px) {
  #service > h6 {
    padding: 0 2em 3%;
  }
}
#service > a {
  display: block;
  width: 30%;
  min-width: 200px;
  margin: 0 auto 5%;
  padding: .5em 2em;
  border-radius: 5px;
  background: #00903b;
  line-height: 1em;
  text-align: center;
  font-size: 1.5em;
  font-weight: 400;
  color: #fff;
}
@media screen and (min-width: 801px) {
  #service > a:hover {
    transition: all 0.3s;
    filter: brightness(1.3);
  }
}

#faq dl {
  padding: 0 1em;
  border-top: 1px solid #009944;
  line-height: 1em;
  font-size: 1.2em;
  font-weight: 400;
}
@media screen and (max-width: 800px) {
  #faq dl {
    font-size: .9em;
  }
}
#faq dl dt {
  display: flex;
  position: relative;
  padding: 1em;
  line-height: 1em;
  font-size: 1.5em;
}
@media screen and (max-width: 480px) {
  #faq dl dt {
    padding: 1em 2em 1em 0;
    line-height: 1.2em;
  }
}
#faq dl dt::before {
  display: block;
  content: "Q. ";
}
#faq dl dt::after {
  display: block;
  position: absolute;
  top: .3em;
  right: 0;
  content: 'arrow_drop_down';
  font-family: "Material Icons";
  font-size: 3em;
}
#faq dl dt.open {
  transition: all 0.3s;
  color: #c4d70f;
}
#faq dl dt.open::after {
  transform: rotate(180deg);
}
#faq dl dt:hover {
  cursor: pointer;
}
#faq dl dd {
  display: none;
  padding: 0 2em 2em;
  line-height: 1.8em;
}
@media screen and (max-width: 480px) {
  #faq dl dd {
    padding: 0 1em 1.5em;
  }
}
#faq dl:last-child {
  border-bottom: 1px solid #009944;
}

#privacy {
  width: 700px;
  margin: auto;
}
@media screen and (max-width: 800px) {
  #privacy {
    width: 90%;
  }
}
#privacy > h3 {
  margin-bottom: 1em;
  padding-bottom: .2em;
  line-height: 1em;
  font-size: 1.2em;
  border-bottom: 1px solid #009944;
}
#privacy > p {
  margin-bottom: 3em;
  line-height: 1.4em;
}
#privacy > ul {
  margin-bottom: 2em;
}
#privacy > ul li {
  position: relative;
  padding-left: 1.5em;
  counter-increment: list;
  line-height: 1.4em;
}
#privacy > ul li::before {
  content: counter(list) ".";
  position: absolute;
  top: 0;
  left: 0;
}
#privacy > h4 {
  line-height: 1.4em;
  text-align: center;
}

.topindex_bottom-1 {
  background: #eee;
  color: #000;
}
@media screen and (max-width: 800px) {
  .topindex_bottom-1 {
    display: none;
  }
}

.bottom-inner-flx {
  display: flex;
  width: 1000px;
  margin: auto;
  padding: 20px 0;
}
.bottom-inner-flx > ul {
  padding-right: 50px;
}
.bottom-inner-flx > ul li {
  padding: .5em 0;
}
.bottom-inner-flx > ul li::before {
  padding-right: .5em;
  content: '\f152';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #009944;
}
.bottom-inner-flx a {
  color: #000;
}
.bottom-inner-flx a:hover {
  text-decoration: underline;
}

.topindex_bottom-2 {
  width: 1000px;
  margin: auto;
  padding: 15px 0;
  line-height: 1.8em;
  font-size: .8em;
}
.topindex_bottom-2 > p {
  padding-bottom: 1em;
}
.topindex_bottom-2 > p:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 800px) {
  .topindex_bottom-2 {
    display: none;
  }
}

.bottom-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5%;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .bottom-1 {
    width: 60%;
    min-width: 320px;
  }
}
.bottom-1 > a {
  display: block;
  margin-bottom: 3%;
}
.bottom-1 > a.mobilemail {
  margin-bottom: 5%;
  padding: 1em 3em;
  border-radius: 7px;
  background: #009944;
  font-size: 1.3em;
  font-weight: 400;
  color: #fff;
}
@media screen and (min-width: 481px) {
  .bottom-1 > a.mobilemail {
    display: none;
  }
}
.bottom-1 > a.tel {
  width: 55%;
}
@media screen and (max-width: 480px) {
  .bottom-1 > a.tel {
    width: inherit;
    margin-bottom: 1%;
  }
}
@media screen and (min-width: 801px) {
  .bottom-1 > a.tel:hover {
    transition: all 0.3s;
    opacity: 0.5;
  }
}
.bottom-1 > a.mail {
  margin-bottom: 1.5%;
}
@media screen and (max-width: 480px) {
  .bottom-1 > a.mail {
    display: none;
  }
}
@media screen and (min-width: 801px) {
  .bottom-1 > a.mail:hover {
    transition: all 0.3s;
    filter: brightness(1.2);
  }
}
.bottom-1 > h6 {
  width: 30%;
  margin-bottom: 1.5%;
}
@media screen and (max-width: 480px) {
  .bottom-1 > h6 {
    display: none;
  }
}
.bottom-1 > span {
  display: block;
  margin-bottom: 3%;
  font-size: .9em;
}
@media screen and (max-width: 480px) {
  .bottom-1 > span {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .bottom-1 > p {
    font-size: .7em;
  }
}

#info-detail {
  width: 90%;
  min-height: 60vh;
  margin: 0 auto 6%;
}
@media screen and (max-width: 800px) {
  #info-detail {
    min-height: 30vh;
  }
}
#info-detail .detail-title {
  padding-bottom: 1em;
  border-bottom: 1px solid #009944;
}
#info-detail .detail-title > p {
  display: inline-block;
  margin-bottom: .5em;
  padding: .5em 2em;
  background: #ddd;
  color: #000;
}
@media screen and (max-width: 800px) {
  #info-detail .detail-title > p {
    font-size: .9em;
  }
}
#info-detail .detail-title > h2 {
  line-height: 1.4em;
  font-size: 2em;
}
@media screen and (max-width: 800px) {
  #info-detail .detail-title > h2 {
    font-size: 1.2em;
    padding-bottom: 2%;
  }
}
#info-detail .detail-title > span {
  display: block;
  text-align: right;
  font-weight: 400;
}
@media screen and (max-width: 800px) {
  #info-detail .detail-title > span {
    font-size: .8em;
  }
}
#info-detail .detail-body {
  margin-bottom: 6%;
  padding: 6% 0;
  line-height: 1.8em;
  font-weight: 400;
  border-bottom: 1px solid #009944;
}
#info-detail .detail-body .detailText {
  padding-bottom: 1.5%;
}
#info-detail .backORcloseBtn {
  width: 13em;
  margin: auto;
}
#info-detail .backORcloseBtn > a {
  display: block;
  padding: .5em 0;
  border-radius: 20px;
  background: #1eaa39;
  line-height: 1em;
  text-align: center;
  font-size: 1.5em;
  color: #fff;
}
@media screen and (min-width: 801px) {
  #info-detail .backORcloseBtn > a:hover {
    transition: all 0.3s;
    filter: brightness(1.3);
  }
}
@media screen and (max-width: 480px) {
  #info-detail .backORcloseBtn > a {
    font-size: 1.2em;
  }
}

#contact {
  width: 86%;
  margin: auto;
}
#contact form > p {
  padding: 5% 0 1.5%;
  line-height: 1em;
  font-size: 1.5em;
  font-weight: 400;
}
#contact form > p:first-child {
  padding-top: 0;
}
#contact form > p span {
  display: inline-block;
  margin-left: 1em;
  padding: .3em .5em;
  background: #00903b;
  font-size: .8em;
  border-radius: 5px;
}
#contact form input, #contact form textarea {
  width: 99%;
  padding: 0 .2em;
  border: none;
  line-height: 1.8em;
  font-size: 1.5em;
}
#contact form textarea {
  height: 10em;
}
#contact form input.short, #contact form textarea.short {
  width: 50%;
}
#contact form .notice {
  margin-top: 5%;
  padding: 1.5em;
  border: 1px solid #009944;
}
#contact form .notice h2 {
  display: inline-block;
  margin-bottom: 1em;
  padding-bottom: 5px;
  line-height: 1em;
  font-size: 1.5em;
  border-bottom: 2px solid #009944;
}
#contact form .notice p {
  line-height: 1.8em;
  font-size: 1.2em;
}
@media screen and (max-width: 480px) {
  #contact form .notice p {
    line-height: 1.4em;
    font-size: 1em;
  }
}
#contact form p.form-btn {
  text-align: center;
}
#contact form p.form-btn > span {
  display: block;
}
#contact form p.form-btn > span::before {
  content: '・';
}
#contact form p.form-btn button {
  cursor: pointer;
  padding: .5em 2em;
  background: #009944;
  border-radius: 24px;
  border: none;
  font-size: 1.2em;
  color: #fff;
}
#contact form p.form-btn button:hover {
  transition: all 0.3s;
  box-shadow: 0 0 10px 10px #333;
}

#thanks h6 {
  line-height: 1em;
  text-align: center;
  font-size: 1.5em;
}
#thanks p {
  margin-bottom: 35vh;
  text-align: center;
  line-height: 1.8em;
}
@media screen and (max-width: 800px) {
  #thanks p {
    margin-bottom: 10vh;
  }
}
@media screen and (max-width: 480px) {
  #thanks p {
    padding: 0 1em;
    text-align: left;
  }
}

/*==================================================
  04. Footer
==================================================*/
footer {
  background: #00903b;
}

.footer-inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media screen and (min-width: 481px) and (max-width: 800px) {
  .footer-inner {
    width: 96%;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 480px) {
  .footer-inner {
    display: block;
    width: 84%;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.footer-inner .ft-nav {
  display: flex;
}
@media screen and (min-width: 481px) and (max-width: 800px) {
  .footer-inner .ft-nav {
    margin-bottom: 2%;
  }
}
@media screen and (max-width: 480px) {
  .footer-inner .ft-nav {
    display: block;
  }
}
.footer-inner .ft-nav a {
  display: block;
  position: relative;
  margin-right: 1em;
  padding-left: 2em;
  color: #fff;
}
.footer-inner .ft-nav a::after {
  position: absolute;
  top: 0px;
  right: -1.5em;
  content: 'launch';
  font-family: "Material Icons";
}
@media screen and (max-width: 480px) {
  .footer-inner .ft-nav a::after {
    right: 0;
  }
}
@media screen and (min-width: 801px) {
  .footer-inner .ft-nav a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 480px) {
  .footer-inner .ft-nav a {
    display: flex;
    justify-content: space-between;
    margin-right: 0;
    padding-left: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 400;
  }
  .footer-inner .ft-nav a::after {
    display: block;
    position: relative;
  }
}
.footer-inner > p {
  position: relative;
  padding-left: 1.2em;
  font-size: .8em;
}
@media screen and (max-width: 480px) {
  .footer-inner > p {
    padding-bottom: 15px;
    text-align: center;
  }
}

.ft-sns {
  margin-bottom: 5%;
  text-align: center;
}
@media screen and (min-width: 481px) {
  .ft-sns {
    margin-bottom: 3%;
  }
}
.ft-sns > a {
  padding: 0 1em;
  font-size: 1.5em;
  color: #fff;
}

#totopbtn {
  position: fixed;
  z-index: 2;
  bottom: 5%;
  right: 2%;
}
#totopbtn > a {
  display: block;
  padding: 13px 10px 10px;
  text-decoration: none;
  border-radius: 3px;
  background: #009944;
  color: #fff;
}
@media screen and (min-width: 801px) {
  #totopbtn > a:hover {
    cursor: pointer;
  }
}

/*==================================================
 	20.ProductUtilitys
==================================================*/
.title-1 {
  display: inline-block;
  padding-left: .5em;
  border-left: 4px solid #009944;
  line-height: 1em;
  font-size: 2em;
  font-weight: 400;
}
.title-1 > span {
  font-size: .5em;
  padding-left: 1em;
}

.title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.title > h2 {
  margin-bottom: 5px;
  padding: 0 3em;
  border-bottom: 2px solid #00903b;
  letter-spacing: 1em;
  text-align: center;
  text-indent: 1em;
  line-height: 1.5em;
  font-size: 1.5em;
}
.title > h2.sp-xsml {
  padding: 0 2em;
  letter-spacing: .3em;
  text-indent: .3em;
}
.title > h2.sp-sml {
  padding: 0 2em;
  letter-spacing: .5em;
  text-indent: .5em;
}
.title > h2.sp-lrg {
  padding: 0;
  letter-spacing: 1em;
  text-indent: 1em;
}
@media screen and (max-width: 480px) {
  .title > h2.sp-lrg {
    letter-spacing: .05em;
    text-indent: .05em;
  }
}
.title > span {
  display: block;
  font-family: 'Noto Serif JP', serif;
  color: #009441;
}

@media screen and (max-width: 800px) {
  .fullscreen {
    display: none;
  }
}

@media screen and (min-width: 801px) {
  .underlarge {
    display: none;
  }
}

.corplogo-1 {
  width: 205px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 480px) {
  .corplogo-1 {
    width: 33%;
  }
}

.corplogo-2 {
  width: 100px;
  margin: auto;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadein {
  opacity: 0;
  transform: translateY(5%);
}

.fadeinactive {
  transition: 1s;
  opacity: 1.0;
  transform: translateY(0);
}

a.spacer {
  display: block;
  margin-bottom: 5%;
}
@media screen and (max-width: 480px) {
  a.spacer {
    margin-bottom: 12%;
  }
}

a.pagelink-1 {
  display: block;
  width: 11em;
  margin: 1em 0 1em auto;
  font-weight: 400;
  color: #fff;
}
a.pagelink-1::before {
  display: inline-block;
  vertical-align: middle;
  content: 'arrow_forward_ios';
  font-family: "Material Icons";
  font-size: 1.2em;
  color: #009944;
}
@media screen and (min-width: 801px) {
  a.pagelink-1:hover {
    transition: all 0.3s;
    color: #009944;
  }
}

.mg-bt-pcnt-1 {
  margin-bottom: 1%;
}

.mg-bt-pcnt-2 {
  margin-bottom: 2%;
}

.mg-bt-pcnt-3 {
  margin-bottom: 3%;
}

.mg-bt-pcnt-5 {
  margin-bottom: 5%;
}

.pd-all-pcnt-2 {
  padding: 2%;
}

.pd-vr-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.pd-vr-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.pd-vr-45 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.pd-vr-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.pd-tp-txt-1em {
  padding-top: 1em;
}

.pd-tp-txt-2em {
  padding-top: 2em;
}

.pd-tp-txt-3em {
  padding-top: 3em;
}

.pd-tp-pcnt-1 {
  padding-top: 1%;
}

.pd-tp-pcnt-2 {
  padding-top: 2%;
}

.pd-tp-pcnt-3 {
  padding-top: 3%;
}

.pd-tp-pcnt-5 {
  padding-top: 5%;
}

.pd-bt-txt-1em {
  padding-bottom: 1em;
}

.pd-bt-txt-2em {
  padding-bottom: 2em;
}

.pd-bt-txt-3em {
  padding-bottom: 3em;
}

.pd-bt-pcnt-1 {
  padding-bottom: 1%;
}

.pd-bt-pcnt-2 {
  padding-bottom: 2%;
}

.pd-bt-pcnt-3 {
  padding-bottom: 3%;
}

.pd-bt-pcnt-5 {
  padding-bottom: 5%;
}

.retina img {
  width: 100%;
}

.font-wt {
  font-weight: 100;
}

.font-wl {
  font-weight: 300;
}

.font-wn {
  font-weight: 400;
}

.font-wb {
  font-weight: 700;
}

.font-sz-xsm {
  font-size: 0.6em;
}

.font-sz-sm {
  font-size: 0.8em;
}

.font-sz-md {
  font-size: 1.2em;
}

.font-sz-lg {
  font-size: 1.5em;
}

.font-sz-xlg {
  font-size: 2em;
}

/*==================================================
 	30.ProductAdd	追加のスタイルはここより下へ
==================================================*/
