@charset "UTF-8";
/* -------------------------------
	home
-------------------------------- */
/* mainimage */
#mainimage {
  height: calc(100vh - 100px);
  min-height: 300px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background: url(../images/home/bg_main.jpg) no-repeat scroll center center;
  background-size: cover;
}
#mainimage h2 {
  color: #fff;
  font-family: 'Lora', serif;
  font-weight: 400;
  font-size: 70px;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 0.75em;
}
#mainimage .main_moji {
  color: #fff;
  font-size: 25px;
  letter-spacing: 0.025em;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  #mainimage h2 {
    font-size: calc(30px + 40 * (100vw - 320px) / 880);
  }
  #mainimage .main_moji {
    font-size: calc(14px + 11 * (100vw - 320px) / 880);
  }
}

/**/
.home_about {
  border-bottom: solid 1px #ccc;
}
@media print, screen and (min-width: 768px) {
  .home_about {
    background: url("../images/home/home_about_bg.jpg") no-repeat center center;
    background-size: auto 100%;
  }
}

/**/
.home_partner {
  background-color: #fff;
}
.home_partner .home_partner_img, .home_partner .home_partner_columns {
  width: 100%;
  position: relative;
}
.home_partner .home_partner_img {
  text-align: center;
  padding: 40px 15px;
}
.home_partner .home_partner_img .ttl {
  color: #b89a6a;
  font-size: 25px;
}
.home_partner .home_partner_columns {
  color: #fff;
  padding: 40px 15px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home_partner .home_partner_columns h3, .home_partner .home_partner_columns h4 {
  text-align: center;
}
.home_partner .home_partner_columns h3 {
  margin-bottom: 0.5em;
}
.home_partner .home_partner_columns .btns {
  text-align: center;
  margin-top: 1.5em;
}
.home_partner .home_partner_columns .btns .btn {
  font-size: 14px;
  width: 181px;
}
.home_partner .home_partner_1 {
  page-break-inside: avoid;
  page-break-after: avoid;
}
.home_partner .home_partner_1 .home_partner_columns {
  background-image: url("../images/home/home_partner_bg_1.jpg");
}
.home_partner .home_partner_2 {
  page-break-inside: avoid;
  page-break-after: avoid;
}
.home_partner .home_partner_2 .home_partner_columns {
  background-image: url("../images/home/home_partner_bg_2.jpg");
}
@media print, screen and (min-width: 768px) {
  .home_partner .home_partner_img, .home_partner .home_partner_columns {
    max-width: 570px;
  }
  .home_partner .home_partner_columns {
    background: none !important;
  }
  .home_partner .home_partner_1 {
    position: relative;
    z-index: 0;
  }
  .home_partner .home_partner_1:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: url("../images/home/home_partner_bg_1.jpg") no-repeat center center;
    background-size: cover;
    z-index: -1;
  }
  .home_partner .home_partner_2 {
    position: relative;
    z-index: 0;
  }
  .home_partner .home_partner_2:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: url("../images/home/home_partner_bg_2.jpg") no-repeat center center;
    background-size: cover;
    z-index: -1;
  }
}

/**/
.home_strength {
  background: url("../images/home/home_strength_bg.jpg") no-repeat center center;
  background-size: cover;
  page-break-inside: avoid;
  page-break-after: avoid;
}
.home_strength .home_strength_box {
  padding: 15px;
  border: solid 5px #fff;
  background-color: rgba(255, 255, 255, 0.74);
}
.home_strength .home_strength_box .home_strength_column .image {
  text-align: center;
  width: 80px;
  margin: 0 auto;
}
.home_strength .home_strength_box .home_strength_column .columns h4 {
  color: #085723;
  text-align: center;
  margin-bottom: 0.5em;
}
.home_strength .home_strength_box .home_strength_column .columns p {
  margin: 0;
}
.home_strength .home_strength_box .home_strength_column + .home_strength_column {
  margin-top: 30px;
}
@media print, screen and (min-width: 768px) {
  .home_strength .home_strength_box {
    padding: 30px 20px;
  }
  .home_strength .home_strength_box .home_strength_column {
    overflow: hidden;
  }
  .home_strength .home_strength_box .home_strength_column .image {
    text-align: left;
    float: left;
    width: 100px;
    margin: 0;
  }
  .home_strength .home_strength_box .home_strength_column .columns {
    padding-left: 100px;
  }
  .home_strength .home_strength_box .home_strength_column .columns h4 {
    text-align: left;
  }
}

/**/
.item_list .type {
  font-size: 12px;
  line-height: 1.333;
  margin-bottom: 9px;
}
.item_list .type img {
  display: inline-block;
  vertical-align: middle;
}
.item_list .box {
  font-size: 15px;
  text-align: center;
}
.item_list .box a {
  color: #3e453f;
  text-decoration: underline;
}
.item_list .box a .photo-ofi {
  margin-bottom: 5px;
}
.item_list .box a img {
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.item_list .box a:hover img {
  opacity: 0.65;
}

/**/
.home_greeting {
  color: #fff;
  background: url("../images/home/home_greeting_bg_sp.jpg") no-repeat center center;
  background-size: cover;
}
@media print, screen and (min-width: 1200px) {
  .home_greeting {
    height: 450px;
    background: url("../images/home/home_greeting_bg.jpg") no-repeat center center;
  }
}

/**/
/* -------------------------------
	ビジネスパートナー募集
-------------------------------- */
.page_header {
  color: #fff;
  background-color: #0f5f36;
}
.page_header h3 {
  text-align: center;
  line-height: 2;
  margin: 0;
  padding: 1em 0;
}
@media print, screen and (min-width: 768px) {
  .page_header {
    height: 300px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    z-index: 0;
  }
  .page_header:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media print, screen and (min-width: 768px) {
  .forjapan_page_head:after {
    background-image: url("../images/forjapan/forjapan_page_head.jpg");
  }
}

/**/
.forjapan_item {
  font-size: 18px;
  text-align: center;
}
.forjapan_item img {
  display: block;
  margin: 10px auto 0;
}

/**/
.forjapan_work_step {
  color: #085723;
  text-align: center;
  padding: 0.5em;
  border: solid 1px #085723;
}

/**/
.forjapan_figure {
  background-color: #085723;
  position: relative;
}
.forjapan_figure > img {
  opacity: 0.2;
}
.forjapan_figure figcaption {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.forjapan_figure figcaption p {
  color: #fff;
  text-align: center;
  margin: 0;
}
.forjapan_figure figcaption p small {
  display: block;
}

/**/
.forjapan_flow {
  padding: 20px 15px;
  border: solid 2px #085723;
  background-color: #fff;
}
.forjapan_flow h4 {
  margin-bottom: 0.5em;
}
.forjapan_flow p {
  font-size: 15px;
  margin-bottom: 0;
}
@media print, screen and (min-width: 992px) {
  .forjapan_flow {
    padding: 30px;
  }
}

/**/
.page_contact {
  color: #fff;
  background-color: #085723;
  position: relative;
}
.page_contact .columns {
  font-size: 14px;
  text-align: center;
  width: 100%;
  padding: 30px 15px;
  position: relative;
}
.page_contact .columns .telphone {
  font-size: 28px;
  margin: 0 0 15px;
}
.page_contact .columns .telphone a {
  color: #fff;
}
.page_contact .columns .btns {
  margin: 0;
}
.page_contact .columns .btns .btn {
  font-size: 17px;
  width: 260px;
}
.page_contact .columns_left {
  background: url("../images/forjapan/page_contact_bg.jpg") no-repeat center center;
  background-size: cover;
}
@media print, screen and (min-width: 768px) {
  .page_contact .columns {
    max-width: 570px;
    padding: 50px 15px;
  }
  .page_contact .columns .telphone {
    font-size: 36px;
  }
}

/* -------------------------------
	中国向けビジネスをお考えの企業様へ
-------------------------------- */
@media print, screen and (min-width: 768px) {
  .forchina_page_head:after {
    background-image: url("../images/forchina/forchina_page_head.jpg");
  }
}

/**/
.forchina_content .forchina_content_box {
  page-break-inside: avoid;
  page-break-after: avoid;
}
.forchina_content .forchina_content_box .image .in {
  display: block;
}
.forchina_content .forchina_content_box .content {
  padding: 20px 15px;
}
.forchina_content .forchina_content_box .content .columns .ttl {
  color: #085723;
  line-height: 1.667;
  letter-spacing: 0.025em;
  text-align: center;
  margin-bottom: 0.5em;
}
@media print, screen and (min-width: 768px) {
  .forchina_content .forchina_content_box .content .columns {
    text-align: center;
  }
}
@media print, screen and (min-width: 992px) {
  .forchina_content .forchina_content_box {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .forchina_content .forchina_content_box .image {
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .forchina_content .forchina_content_box .image .in {
    height: 400px;
  }
  .forchina_content .forchina_content_box .content {
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .forchina_content .forchina_content_box .content .columns {
    width: 100%;
    max-width: 570px;
  }
  .forchina_content .forchina_content_box .content .columns .ttl {
    margin-bottom: 1em;
  }
  .forchina_content .forchina_content_box:nth-child(2n) .content {
    order: -1;
  }
  .forchina_content .forchina_content_box:nth-child(2n) .content .columns {
    float: right;
  }
}

/* -------------------------------
	取扱商品
-------------------------------- */
.product_lists .items .image {
  width: 100%;
  max-width: 360px;
  margin: 0 auto 15px;
}
.product_lists .items .image a {
  opacity: 1;
}
.product_lists .items .image a:hover {
  opacity: 0.65;
}
.product_lists .items .columns {
  position: relative;
}
.product_lists .items .columns .ttl {
  color: #085723;
}
.product_lists .items .columns .htmlarea {
  margin-bottom: 20px;
}
.product_lists .items .columns .btns {
  text-align: center;
}
.product_lists .items .columns .btns .btn {
  width: 200px;
}
.product_lists .items + .items {
  margin-top: 30px;
}
@media print, screen and (min-width: 768px) {
  .product_lists .items {
    display: -webkit-flex;
    display: flex;
  }
  .product_lists .items .image {
    -webkit-flex: 0 0 36%;
    flex: 0 0 36%;
    max-width: 36%;
    padding-right: 30px;
    margin: 0;
  }
  .product_lists .items .columns {
    padding-bottom: 48px;
    -webkit-flex: 1;
    flex: 1;
  }
  .product_lists .items .columns .btn {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .product_lists .items + .items {
    margin-top: 50px;
  }
}

/**/
.row-gallery {
  margin-left: -5px;
  margin-right: -5px;
}
.row-gallery > [class^="col-"], .row-gallery > [class*=" col-"] {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}
.row-gallery > [class^="col-"] .photo-ofi, .row-gallery > [class*=" col-"] .photo-ofi {
  border: solid 1px #ddd;
  background-color: #fbfbfb;
}
.row-gallery > [class^="col-"] .photo-ofi img, .row-gallery > [class*=" col-"] .photo-ofi img {
  padding: 1px;
}
@media print, screen and (min-width: 992px) {
  .row-gallery {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row-gallery > [class^="col-"], .row-gallery > [class*=" col-"] {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }
}

/**/
.product_file {
  text-align: center;
}
.product_file ul {
  letter-spacing: -.4em;
  list-style: none;
  padding: 0;
  margin: 0 -5px;
}
.product_file ul > li {
  letter-spacing: 0.05em;
  padding: 0 5px;
  margin-bottom: 5px;
  display: inline-block;
}

/**/
.back_btn {
  text-align: center;
}

/* -------------------------------
	ページング
-------------------------------- */
.paging {
  font-size: 14px;
  line-height: normal;
  letter-spacing: -.4em;
  text-align: center;
  margin: 0 -5px;
}
.paging span {
  letter-spacing: normal;
  display: inline-block;
  margin: 2px 5px;
  overflow: hidden;
}
.paging span.paging-text {
  color: #3e453f;
  text-align: center;
  line-height: 36px;
  text-decoration: none;
  min-width: 36px;
  height: 36px;
  border: 1px solid #3e453f;
}
.paging span.paging-text a {
  color: #3e453f;
  padding: 0;
  display: block;
  text-decoration: none;
}
.paging span.current {
  color: #fff;
  background: #085723;
  border: 1px solid #085723;
  cursor: pointer;
}
.paging span.paging-text a:hover {
  background: #C0C6C1;
  color: #3e453f;
  text-decoration: none;
  cursor: pointer;
}

.product_photo {
  border: solid 1px #ddd;
  padding-bottom: 66.6667%;
  box-shadow: 0 0 0 1px #fff inset;
}
.product_photo img {
  padding: 1px;
}

/* -------------------------------
	お問い合わせ
-------------------------------- */
.contact_tel {
  color: #fff;
  text-align: center;
  background-color: #085723;
}
.contact_tel .telphone {
  margin: 0.5em;
}
.contact_tel .telphone a {
  color: #fff;
}
.contact_tel .subtxt {
  font-size: 14px;
}

.form_comment {
  font-size: 15px;
  text-align: center;
}
.form_comment .in-box {
  text-align: left;
  display: inline-block;
}

/* フォーム用　table */
.table-contact {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  text-align: left;
  margin-bottom: 20px;
}
.table-contact th, .table-contact td {
  font-size: 15px;
  line-height: 1.875;
  padding: 10px 15px;
}
.table-contact tbody th {
  font-weight: normal;
  text-align: left;
  width: 260px;
  vertical-align: middle;
  border-top: solid 1px #085723;
}
.table-contact tbody th.hisu {
  position: relative;
}
.table-contact tbody th.hisu:before {
  content: "必須";
  position: absolute;
  top: 50%;
  right: 10px;
  display: inline-block;
  color: #fff;
  font-size: 10px;
  line-height: 2;
  text-align: center;
  white-space: nowrap;
  width: 3em;
  border-radius: 0;
  margin-top: -10px;
  background-color: #ff0000;
}
.table-contact tbody td {
  border-top: solid 1px #ccc;
}
.table-contact tbody td .sm {
  width: 10em !important;
  display: inline-block;
}
.table-contact tbody td .md {
  max-width: 360px !important;
}
@media only screen and (max-width: 639px) {
  .table-contact {
    border: none;
    border-bottom: solid 1px #ccc;
  }
  .table-contact tr {
    width: 100%;
    display: inline;
  }
  .table-contact tr th, .table-contact tr td {
    width: 100% !important;
    display: block;
    border: solid 1px #ccc;
    border-bottom: none;
    position: relative;
  }
  .table-contact tr th {
    background-color: #f3f3f3;
  }
}

/*  */
.agree {
  text-align: center;
  margin-top: 20px;
}
.agree.error {
  background-color: #FFE4E4;
}
.agree span.error {
  color: #c00000;
  font-size: 12px;
  margin: 3px 0 0;
  display: block;
}

.buttons {
  text-align: center;
  margin-top: 20px;
}
.buttons .btn {
  margin: 5px 10px;
  min-width: 260px;
  cursor: pointer;
}

/* プライバシーポリシー */
#policy {
  margin-top: 30px;
}
#policy .contents {
  padding: 15px;
  border: solid 1px #ccc;
  max-height: 300px;
  overflow: auto;
}
#policy .contents h5 {
  color: #085723;
  font-size: 16px;
  font-weight: bold;
  margin: 2em 0 0;
}
#policy .contents p, #policy .contents ol {
  font-size: 14px;
  margin: 1em 0;
}
#policy .contents ol {
  padding-left: 0;
  list-style: none;
  counter-reset: number;
}
#policy .contents ol li {
  padding-left: 1.8em;
  margin-bottom: 5px;
  position: relative;
}
#policy .contents ol li:before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: number;
  content: counter(number) " )";
}
