@charset "UTF-8";
/*** function ***/
/* ###################### */
/* ######## 変数 ######## */
/* ###################### */
/* カラー */
/* 書式 */
/* ###################### */
/* ######## 関数 ######## */
/* ###################### */
/* ###################### */
/* ######## 共通 ######## */
/* ###################### */
/* ボタン */
/*******/
/************/
/*切り替え用*/
/************/
.pc {
  display: block;
}

.sp {
  display: none;
}

/********共通********/
.cont {
  width: 1080px;
}

div[class^="contents"],
article[class^="contents"] {
  padding: 100px 0;
}

.table th {
  border-bottom: solid 2px #f06c21;
}

.table td {
  border-bottom: solid 2px #f0f0f0;
  border-right: solid 2px #f0f0f0;
}

.table tr:first-of-type th {
  border-top: solid 2px #f06c21;
}

.table tr:first-of-type td {
  border-top: solid 2px #f0f0f0;
}

.h2_1::before {
  height: 60px;
  margin-bottom: 14px;
}

.h2_1 div {
  font-size: 4rem;
}

.h2_1 div > span {
  min-width: 446px;
  padding: 0 25px;
}

.h2_1 div::before, .h2_1 div::after {
  width: 47px;
  height: 68px;
}

/*********information***********/
.information .contents1 {
  padding: 76px 0 0;
}

.information .contents1 h2 {
  margin-bottom: 73px;
}

.information .contents1 .box {
  padding: 0 45px;
}

.information .contents1 figure div {
  margin-bottom: 22px;
}

.information .contents1 figure figcaption {
  font-size: 2rem;
  line-height: 2;
}

.information .contents1 figure figcaption span {
  width: 87px;
  margin-right: 16px;
}

.information .contents1 .text {
  width: calc(100% - 485px);
}

.information .contents1 .text p {
  margin-bottom: 28px;
}

.information .contents2 {
  padding: 81px 0 0;
}

.information .contents2 h2 {
  margin-bottom: 36px;
}

.information .contents2 .table {
  width: 810px;
  margin: 0 auto;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  line-height: 2;
}

.information .contents2 .table th {
  width: 212px;
  padding: 14px 30px;
}

.information .contents2 .table td {
  padding: 14px 28px;
}

.information .contents2 .imgs {
  margin: 63px 0 68px;
}

.information .contents2 .map {
  height: 405px;
}

/*********faq***********/
.faq .contents1 {
  padding: 76px 0 163px;
}

.faq .contents1 h2 {
  margin-bottom: 77px;
}

.faq .contents1 .list {
  width: 910px;
  margin: 0 auto;
}

.faq .contents1 .list dl {
  margin-bottom: 85px;
}

.faq .contents1 .list dl dt {
  padding: 14px 22px;
  margin-bottom: 26px;
}

.faq .contents1 .list dl dt span {
  width: 70px;
  height: 70px;
  font-size: 3rem;
  padding-bottom: 5px;
}

.faq .contents1 .list dl dt div {
  width: calc(100% - 88px);
  padding-top: 19px;
  font-size: 1.8rem;
  line-height: 1.77778;
}

.faq .contents1 .list dl dd {
  padding: 0 22px;
}

.faq .contents1 .list dl dd span {
  width: 70px;
  height: 70px;
  font-size: 3rem;
  padding-bottom: 5px;
}

.faq .contents1 .list dl dd div {
  width: calc(100% - 88px);
  padding-top: 19px;
  font-size: 1.8rem;
  line-height: 1.77778;
}

/*********goods***********/
.goods .contents1 {
  padding: 76px 0 133px;
}

.goods .contents1 h2 {
  margin-bottom: 50px;
}

.goods .contents1 .box {
  padding: 40px;
  margin-bottom: 50px;
}

.goods .contents1 .box h3 {
  width: 435px;
  font-size: 2.5rem;
  line-height: 1.4;
  padding: 15px 26px;
}

.goods .contents1 .box .fle {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.goods .contents1 .box figure {
  width: 435px;
  height: 231px;
}

.goods .contents1 .box .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(100% - 485px);
}

.goods .contents1 .box .text > * {
  max-width: 100%;
}

.goods .contents1 .box .text dl {
  font-size: 1.8rem;
  line-height: 1.11112;
  margin-bottom: 15px;
}

.goods .contents1 .box .text dl dt::after {
  height: 20px;
  margin: 0 18px;
}

.goods .contents1 .box .text p {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.77778;
}

.goods .contents1 .box .text .btn {
  width: 150px;
  height: 45px;
  margin: auto 0 0 0;
}

.goods .contents1 .box .text .btn a {
  font-size: 1.4rem;
}

.goods .contents1 .box .text .btn a::after {
  right: 4px;
}

/*********about***********/
.about .contents1 {
  padding: 76px 0 75px;
}

.about .contents1 h2 {
  margin-bottom: 74px;
}

.about .contents1 .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 110px;
}

.about .contents1 .box .text {
  width: 510px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.about .contents1 .box .text h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 2.3rem;
  line-height: 1.73914;
  margin-bottom: 35px;
}

.about .contents1 .box .text h3 .num {
  width: 93px;
  margin-right: 8px;
}

.about .contents1 .box .text h3 div span {
  display: block;
}

.about .contents1 .box .text p {
  max-width: 450px;
  line-height: 2.375;
}

.about .contents1 .box:nth-of-type(2n + 1) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.about .contents1 .box:nth-of-type(2n + 1) .text {
  padding-left: 60px;
}

.about .contents2 {
  padding-bottom: 0;
}

.about .contents2 h2 {
  margin-bottom: 83px;
}

.about .contents2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about .contents2 ul li {
  width: 33.334%;
  height: 0;
  padding-top: 21.146%;
}

.about .contents2 ul li::before {
  width: calc(100% - 34px);
  height: calc(100% - 42px);
  border: dashed 3px #fff;
  top: 21px;
  left: 17px;
}

.about .contents2 ul li div {
  font-size: 4rem;
  line-height: 1.5;
  padding-bottom: 16px;
}

@media screen and (max-width: 1920px) {
  .about .contents2 ul li div {
    font-size: 2.084vw;
  }
}

@media screen and (max-width: 1343px) {
  .about .contents2 ul li div {
    font-size: 2.8rem;
  }
}

.about .contents2 ul li div span {
  display: block;
}

.about .contents2 ul li div::before {
  width: 50px;
  height: 3px;
}

.about .contents3 {
  padding: 133px 0 224px;
}

.about .contents3 h2 {
  margin-bottom: 50px;
}

.about .contents3 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -87px;
}

.about .contents3 .list .box {
  margin: 87px 59px 0;
}

.about .contents3 .list .box h3 {
  width: 81px;
  height: 81px;
  font-size: 4rem;
  margin-bottom: 6px;
}

/*********index***********/
.index .contents1 {
  padding: 76px 0 80px;
}

.index .contents1::before {
  width: 1720px;
  height: 382px;
  bottom: 22px;
}

.index .contents1 h2 {
  margin-bottom: 43px;
}

.index .contents1 h2::before {
  height: 60px;
  margin-bottom: 11px;
}

.index .contents1 h2 div {
  font-size: 4rem;
  line-height: 1.75;
}

.index .contents1 h2 div > span {
  padding: 0 5px 0 26px;
}

.index .contents1 h2 div::before, .index .contents1 h2 div::after {
  width: 47px;
  height: 68px;
  margin-bottom: 15px;
}

.index .contents1 .txt {
  text-align: center;
  margin-bottom: 56px;
}

.index .contents1 .txt p {
  margin-bottom: 28px;
}

.index .contents1 .mv {
  width: 680px;
  margin: 0 auto 29px;
}

.index .contents2 {
  padding: 80px 0 156px;
}

.index .contents2 h2 {
  margin-bottom: 54px;
}

.index .contents2 h2::before {
  height: 63px;
  margin-bottom: 27px;
}

.index .contents2 h2 div {
  font-size: 4rem;
  background: linear-gradient(to right, #42af00 12px, transparent 12px, transparent 18px);
  background-size: 18px 3px;
  background-repeat: repeat-x;
  background-position: bottom left;
  padding-bottom: 24px;
}

.index .contents2 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -56px;
}

.index .contents2 .list .box {
  width: 473px;
  margin-top: 56px;
}

.index .contents2 .list .box h3 {
  font-size: 3rem;
  border-radius: 10px 10px 0 0;
  padding: 18px 23px;
}

.index .contents2 .list .box p {
  padding-top: 18px;
  font-size: 1.8rem;
  line-height: 1.22223;
}

.index .contents3 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.index .contents3 ul li {
  width: 33.334%;
  height: 0;
  padding-top: 21.146%;
}

.index .contents3 ul li a::before {
  width: calc(100% - 34px);
  height: calc(100% - 42px);
  border: dashed 3px #fff;
  top: 21px;
  left: 17px;
}

.index .contents3 ul li a::after {
  width: 11.719%;
  height: 0;
  padding-top: 11.719%;
  right: 10.157%;
}

.index .contents3 ul li a span {
  font-size: 4rem;
  line-height: 1;
  padding-bottom: 14px;
}

@media screen and (max-width: 1920px) {
  .index .contents3 ul li a span {
    font-size: 2.084vw;
  }
}

@media screen and (max-width: 1343px) {
  .index .contents3 ul li a span {
    font-size: 2.8rem;
  }
}

.index .contents3 ul li a span::before {
  width: 50px;
  height: 3px;
}

.index .contents4 {
  padding: 138px 0;
}

.index .contents4 .cont {
  width: 94%;
}

.index .contents5 {
  padding: 70px 0 90px;
}

.index .contents5 h2 {
  margin-bottom: 63px;
}

.index .contents5 h2::before {
  width: 70px;
  height: 70px;
  margin-right: 25px;
}

.index .contents5 h2 div {
  font-size: 4rem;
}

.index .contents5 h2 div::after {
  height: 3px;
  background: linear-gradient(to right, #f06c21 12px, transparent 12px, transparent 18px);
  background-size: 18px 3px;
  background-repeat: repeat-x;
  background-position: bottom left;
  bottom: -30px;
}

.index .contents5 .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.index .contents5 .box .tels {
  margin-right: 48px;
}

.index .contents5 .box .tels p {
  font-size: 4.1rem;
  margin-bottom: 18px;
}

.index .contents5 .box .tels p::before {
  width: 38px;
  height: 50px;
  margin-right: 14px;
}

.index .contents5 .box .tels dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}

.index .contents5 .box .tels dl:last-of-type {
  margin-bottom: 0;
}

.index .contents5 .box .tels dl dt {
  width: 112px;
  margin-right: 11px;
}

.index .contents5 .box .links li {
  width: 226px;
  height: 67px;
  margin-bottom: 19px;
}

.index .contents5 .box .links li:last-of-type {
  margin-bottom: 0;
}

.index .contents5 .box .links li a {
  font-size: 2.1rem;
}

.index .contents5 .box .links li a::after {
  width: 9px;
  height: 13px;
  right: 8px;
}

.index .contents5 .box .links li:nth-of-type(2) a {
  padding-right: 11px;
}

.index .contents5 .box .links li:nth-of-type(2) a::before {
  width: 24px;
  height: 17px;
  margin-right: 11px;
}

/****エラーページ*****/
/*==================================================
プライバシーポリシー
================================================== */
.privacy .contents1 h2 {
  margin-bottom: 72px;
}

.privacy .contents1 .h3_1 {
  font-size: 2.4rem;
  line-height: 1.33334;
  background: linear-gradient(to right, #f06c21 8px, transparent 8px, transparent 12px);
  background-size: 12px 2px;
  background-repeat: repeat-x;
  background-position: bottom left;
  padding-bottom: 12px;
  margin-bottom: 16px;
}

.privacy .contents1 .item-box {
  margin-bottom: 56px;
}

.privacy .contents1 .item-box:last-child {
  margin-bottom: 0;
}

/*==================================================
 サイトマップ
================================================== */
.site .contents1 h2 {
  margin-bottom: 40px;
}

.site .contents1 .site_list {
  width: 800px;
}

.site .contents1 .site_list ul {
  padding: 40px;
}

.site .contents1 .site_list ul li a {
  padding: 8px 16px;
}

/*==================================================
 ニュース
================================================== */
.news .contents1 .list-box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
  padding: 0 40px;
  margin-bottom: 20px;
}

.news .contents1 .list-box dl dd {
  width: calc(100% - 120px);
}

/*==================================================
 news詳細
================================================== */
.news_detail .contents1 .h3_1 {
  font-size: 2.4rem;
  line-height: 1.33334;
  background: linear-gradient(to right, #f06c21 8px, transparent 8px, transparent 12px);
  background-size: 12px 2px;
  background-repeat: repeat-x;
  background-position: bottom left;
  padding-bottom: 12px;
  margin-bottom: 16px;
}

.news_detail .contents1 .sec1 {
  width: 1080px;
}

.news_detail .contents1 .sec1 .post-data {
  margin-bottom: 12px;
}

.news_detail .contents1 .sec1 .item-box {
  padding: 40px;
}

/*==================================================
 お問い合わせ
================================================== */
.contact .contents1 h2 {
  margin-bottom: 40px;
}

.contact .contents1 table {
  margin-bottom: 32px;
}

.contact .contents1 table th {
  width: 310px;
  text-align: left;
  border-bottom-color: #f0f0f0;
  padding: 21px 20px;
}

.contact .contents1 table td {
  padding: 13px 20px;
  vertical-align: middle;
}

.contact .contents1 table tr:last-of-type th {
  border-bottom-color: #f06c21;
}

.contact form input {
  font-size: 1.6rem;
  line-height: 1.5;
}

.contact form textarea {
  height: 180px;
  font-size: 1.6rem;
  line-height: 1.5;
}

.contact .contact-recaptcha-wrap {
  margin-bottom: 32px;
}

/* 必須マーク
-------------------------------------------------- */
.required-mark {
  font-size: 1.2rem;
  line-height: 1.66667;
  margin-left: 8px;
}

/* 確認、バック、送信ボタン
-------------------------------------------------- */
.contact-submits input,
.contact-submits button {
  font-size: 1.6rem;
  line-height: 1.75;
  margin: 0 10px;
  padding: 15px 35px;
}

.contact-submits-wrap input {
  font-size: 1.6rem;
  line-height: 1.75;
  padding: 15px 50px;
}

/*IEハック*/
@media screen\0 {
  /**ここに書く**/
}
