@charset "UTF-8";
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "NotoSansCJKjp-Regular";
  src: url("../fonts/NotoSansCJKjp-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp-Medium";
  src: url("../fonts/NotoSansCJKjp-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp-Bold";
  src: url("../fonts/NotoSansCJKjp-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "ZenKakuGothicNew-Regular";
  src: url("../fonts/ZenKakuGothicNew-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenKakuGothicNew-Medium";
  src: url("../fonts/ZenKakuGothicNew-Medium.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenKakuGothicNew-Bold";
  src: url("../fonts/ZenKakuGothicNew-Bold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenKakuGothicNew-Black";
  src: url("../fonts/ZenKakuGothicNew-Black.ttf");
  font-display: swap;
}
/*	layout
------------------------------------ */
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "NotoSansCJKjp-Regular";
  src: url("../fonts/NotoSansCJKjp-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp-Medium";
  src: url("../fonts/NotoSansCJKjp-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp-Bold";
  src: url("../fonts/NotoSansCJKjp-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "ZenKakuGothicNew-Regular";
  src: url("../fonts/ZenKakuGothicNew-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenKakuGothicNew-Medium";
  src: url("../fonts/ZenKakuGothicNew-Medium.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenKakuGothicNew-Bold";
  src: url("../fonts/ZenKakuGothicNew-Bold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenKakuGothicNew-Black";
  src: url("../fonts/ZenKakuGothicNew-Black.ttf");
  font-display: swap;
}
/*	layout
------------------------------------ */
/*	font-size  cmn
------------------------------------ */
/************************************************

  SP layout

************************************************/
/*	cmn parts  SP
------------------------------------ */
.com-inner {
  padding: 50px 15px;
}

.com-md-inner {
  padding: 50px 15px;
}

.no-sb {
  margin: 30px auto 0;
}

.com-ib {
  display: inline-block;
}

.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}

.anchor-mp {
  margin: -70px auto 0;
  padding-top: 70px;
}

.com-txt-box p:nth-of-type(n+2) {
  margin-top: 15px;
}

/*  共通パーツ
------------------------------------ */
.com-box {
  padding: 30px 20px 40px;
  border-radius: 20px;
}
.com-box02 {
  padding: 25px 10px;
  border-radius: 15px;
  border-width: 2px;
}

.com-video {
  padding-top: 65%;
}

.com-wave-t::before {
  height: 20px;
  background-size: 100%;
  top: -20px;
}
.com-wave-b::after {
  height: 20px;
  background-size: 100%;
  bottom: -20px;
}

.com-tag {
  margin: auto;
  flex-direction: column;
  align-items: center;
}
.com-tag-item {
  width: 100%;
}
.com-tag-item:nth-of-type(n+2) {
  margin-top: 20px;
}
.com-tag-link {
  height: 60px;
}

.news-post-link {
  padding: 18px 0;
}
.news-post-tag-txt {
  font-size: 1.4rem;
  line-height: 1.3;
}
.news-post-tag-txt::before {
  padding: 0 2px;
}

/* =========================================

  main  SP

========================================= */
/* top-news  PC
------------------------------------ */
#top-news .news-flx {
  display: block;
}
#top-news .news-post {
  margin: 25px auto 0;
}
#top-news .news-btn {
  width: 100%;
  margin-top: 25px;
  background-size: 14px;
}
#top-news .news-btn.sp-only {
  display: flex !important;
}

/* top-greeting  SP
------------------------------------ */
#top-greeting .greeting-box {
  margin-top: -34px;
  padding: 48px 15px 30px;
}
#top-greeting .greeting-box-txt {
  text-align: left;
}

/* top-hydrogen  SP
------------------------------------ */
#top-hydrogen .hydrogen-inner {
  padding-top: 0;
}
#top-hydrogen .hydrogen-img {
  width: 60%;
  margin: 0 auto 0 0;
}
#top-hydrogen .hydrogen-right {
  margin: 20px auto 0;
}
#top-hydrogen .hydrogen-txt-box {
  margin-top: 20px;
}
#top-hydrogen .hydrogen-btn {
  margin-top: 25px;
}
#top-hydrogen .hydrogen-list {
  margin-top: 30px;
  flex-direction: column;
  align-items: center;
}
#top-hydrogen .hydrogen-list-item:nth-of-type(n+2) {
  margin: 20px auto 0;
}
#top-hydrogen .hydrogen-list-ico {
  width: 150px;
  margin: -19px auto 0;
}
#top-hydrogen .hydrogen-list-num {
  font-size: 1.8rem;
}
#top-hydrogen .hydrogen-list-ttl {
  margin-top: 5px;
  font-size: 2rem;
}

/* top-products  SP
------------------------------------ */
.com-products-flx {
  display: block;
}
.com-products-btn.sp-only {
  display: flex !important;
}
.com-products-list {
  margin-top: 25px;
  flex-direction: column;
  align-items: flex-start;
}
.com-products-list li {
  max-width: 230px;
}
.com-products-list li:nth-of-type(n+2) {
  margin: 25px auto 0;
}
.com-products-list-ttl {
  margin-top: 10px;
  padding-right: 20px;
  padding-bottom: 8px;
  background-size: 14px;
  background-position: right 15px;
  font-size: 2rem;
}
.com-products-btn {
  height: 60px;
  margin: 30px auto 0;
}

/* top-voice  SP
------------------------------------ */
.com-voice {
  margin-top: 20px;
  flex-direction: column;
  align-items: center;
}
.com-voice-item:nth-of-type(n+2) {
  margin: 25px auto 0;
}
.com-voice-link {
  padding: 20px 25px 20px;
}
.com-voice-ttl {
  margin-top: 10px;
}
.com-voice-btn {
  margin-top: 30px;
}

/* com-information  SP
------------------------------------ */
.com-information .information-flx {
  display: block;
}
.com-information .information-table-wrap {
  margin-top: 30px;
}
.com-information .information-btn {
  width: 280px;
  height: 65px;
  margin: 25px auto 0;
  background-size: 14px, contain;
  background-position: calc(100% - 15px) center, center;
}
.com-information .information-btn.sp-only {
  display: flex !important;
}
.com-information .information-btn::before {
  width: 17px;
  height: 14px;
  background-size: contain;
}
.com-information .information-btn::after {
  width: 22px;
  height: 23px;
  top: -12px;
  right: -11px;
}

/* =========================================

sub layout  SP

========================================= */
/* about  SP
------------------------------------ */
#about .about-list {
  margin-top: 20px;
}
#about .about-list-item:nth-of-type(n+2) {
  margin-top: 20px;
}
#about .about-list-imgs {
  margin-top: 20px;
}
#about .about-list-imgs01 {
  width: 24.7%;
}
#about .about-list-imgs02 {
  width: 43%;
}
#about .about-list-imgs03 {
  width: 24.7%;
}
#about .about-list-flx {
  margin-top: 20px;
  flex-direction: column-reverse;
  align-items: center;
}
#about .about-list-txt {
  margin: 10px auto 0;
}
#about .about-strong {
  margin-top: 20px;
}
#about .about-strong-item {
  padding: 20px 10px;
}
#about .about-strong-ttl {
  padding-left: 29px;
  font-size: 1.8rem;
}
#about .bnr-list {
  flex-direction: column;
  align-items: center;
}
#about .bnr-list-item:nth-of-type(n+2) {
  margin: 25px auto 0;
}
#about .bnr-list-link {
  padding: 30px 25px 50px;
}
#about .bnr-list-link::before {
  width: 40px;
  height: 40px;
  background-size: 15px;
  right: 20px;
  bottom: 20px;
}

/* hydrogen  SP
------------------------------------ */
#hydrogen .about-list {
  margin-top: 20px;
}
#hydrogen .about-list-item:nth-of-type(n+2) {
  margin-top: 20px;
}
#hydrogen .about-list-txt {
  margin-top: 15px;
}
#hydrogen .about-detail {
  margin-top: 30px;
}
#hydrogen .about-detail-ttl {
  padding: 10px;
  font-size: 1.7rem;
}
#hydrogen .about-detail-txt {
  margin-top: 15px;
  font-size: 1.5rem;
}
#hydrogen .about-feature {
  margin-top: 25px;
  padding: 20px 10px;
}
#hydrogen .about-feature-ttl {
  font-size: 1.7rem;
}
#hydrogen .about-check li:nth-of-type(n+2) {
  margin-top: 10px;
}
#hydrogen .about-check-item {
  padding: 10px 10px 10px 25px;
  background-size: 10px;
  background-position: 8px 14px;
  font-size: 1.4rem;
}
#hydrogen .about-detail-table th, #hydrogen .about-detail-table td {
  padding: 10px 5px;
  border-width: 1px !important;
}
#hydrogen .about-detail-table th {
  font-size: 1.5rem;
}
#hydrogen .about-detail-table td {
  width: 64%;
  font-size: 1.4rem;
  white-space: pre-line;
}
#hydrogen .about-detail-table-wrap {
  margin-top: 20px;
  border-width: 1px;
}

.lineup-list {
  flex-direction: row;
}
.lineup-list li {
  width: 49%;
}
.lineup-list li:nth-of-type(n+2) {
  margin: 0;
}
.lineup-list li:nth-of-type(2n) {
  margin: 0;
  margin-left: 2%;
}
.lineup-list li:nth-of-type(n+3) {
  margin-top: 10px;
}
.lineup-list h4 {
  background-position: calc(100% - 5px) 10px;
  font-size: 1.5rem;
}
.lineup-detail-inner {
  padding-bottom: 100px;
}
.lineup-detail-txt {
  margin-top: 20px;
}

/* organic  PC
------------------------------------ */
#organic .about-list-ttl {
  font-size: 1.7rem;
  padding-left: 0;
  padding-right: 0;
}
#organic .about-list-img {
  margin-top: 20px;
}
#organic .about-list-txt {
  margin-top: 10px;
}
#organic .about-icons {
  margin-top: 25px;
}
#organic .about-icons-item:nth-of-type(n+2) {
  margin-left: 5px;
}
#organic .about-icons-ttl {
  margin-top: 7px;
  font-size: 1.4rem;
}
#organic .about-icons-img {
  margin-top: -11px;
}

/* contact  SP
------------------------------------ */
#contact .contact-txt {
  margin-top: 20px;
  text-align: left;
}
#contact .contact-tel {
  max-width: 320px;
  height: 89px;
  padding-top: 14px;
}
#contact .contact-tel-num {
  padding-left: 27px;
  background-size: 22px;
}
#contact .contact-tel-worktime {
  font-size: 1.5rem;
  line-height: 1.4;
}

/* voice  SP
------------------------------------ */
#voice .voice-list {
  margin-top: 20px;
}
#voice .voice-list-ttl-sub {
  margin-top: 20px;
}
#voice .voice-list-ttl-sub::before {
  width: 6px;
  height: 6px;
  top: 10px;
}
#voice .voice-list-ba {
  flex-direction: column;
  align-items: flex-start;
  background: url(../img/voice/arw_sp.png) no-repeat calc(100% - 7px) 45%/40px;
}
#voice .voice-list-ba-item:nth-of-type(n+2) {
  margin-top: 15px;
}
#voice .voice-list-ba-item-before {
  width: 80%;
}
#voice .voice-list-ba-box {
  padding: 15px;
}
#voice .before {
  width: 83px;
  height: 35px;
  margin-left: 15px;
  line-height: 35px;
}
#voice .after {
  width: 95px;
  height: 38px;
  margin-left: 15px;
  line-height: 38px;
  font-size: 2rem;
}

/* blog  SP
------------------------------------ */
#news .detail .news-ttl {
  font-size: 1.8rem;
}/*# sourceMappingURL=style_sp.css.map */