/*
Theme Name: taiyo-tsukan
Description: 太陽通関株式会社様 オリジナルテーマ
Author: Knotus.Inc
*/


@charset "UTF-8";
/*==============================================
　テキスト
==============================================*/
.eng {
  font-family: din-2014, sans-serif;
  font-weight: 700;
}

.txt {
  font-size: 1.5rem;
  line-height: 1.8;
  text-align: justify;
}
.txt.center {
  text-align: center;
}

.t-orange {
  color: #EA3E0A;
}

/*==============================================
　タイトル
==============================================*/
/*　c-title01
￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
.c-title01 {
  text-align: center;
  margin-bottom: 64px;
}
.c-title01 .main {
  font-size: 4.8rem;
  color: #EA3E0A;
  display: block;
}
.c-title01 .sub {
  font-size: 1.5rem;
  font-weight: bold;
  display: block;
  margin: 8px auto 0;
}

/*　c-title02
￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
.c-title02 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  padding-left: 48px;
  line-height: 1.5;
  position: relative;
}
.c-title02:before, .c-title02:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.c-title02:before {
  width: 30px;
  height: 1px;
  background: #f2f2f2;
}
.c-title02:after {
  width: 10px;
  height: 3px;
  background: #EA3E0A;
}

/*　c-title03
￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
.c-title03 {
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 24px;
}
.c-title03:before {
  content: "";
  width: 10px;
  height: 3px;
  background: #EA3E0A;
  position: absolute;
  left: 0;
  bottom: -2px;
}
.c-title03 .main {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  display: block;
}
.c-title03 .sub {
  color: #EA3E0A;
  font-size: 1.6rem;
  display: block;
  margin-bottom: 8px;
}

/*==============================================
　ボタン
==============================================*/
/*　c-btn01
￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
.c-btn01 {
  max-width: 536px;
  width: 100%;
  margin: 48px auto 0;
}
.c-btn01 .btn {
  display: block;
  border-top: 3px solid #EA3E0A;
  padding-top: 24px;
  text-align: center;
  color: #EA3E0A;
  font-size: 1.5rem;
}
.c-btn01 .btn span {
  display: inline-block;
  padding-left: 20px;
  position: relative;
}
.c-btn01 .btn span:before, .c-btn01 .btn span:after {
  content: "";
  position: absolute;
}
.c-btn01 .btn span:before {
  width: 14px;
  height: 14px;
  background: #EA3E0A;
  border-radius: 50%;
  left: 0;
  top: 0;
  transition: 0.2s;
}
.c-btn01 .btn span:after {
  width: 3px;
  height: 3px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  top: 7px;
  left: 4px;
}

/*　c-btn02
￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
.c-btn02 {
  max-width: 420px;
  width: 100%;
  margin: 0 auto;
}
.c-btn02 .btn {
  display: block;
  padding: 16px;
  color: #fff;
  background: #EA3E0A;
  border: 3px solid #EA3E0A;
  border-radius: 50px;
  font-weight: bold;
  font-size: 1.4rem;
}

/*==============================================
　リスト
==============================================*/
/*　c-list01
￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
.c-list01 li {
  border-top: 1px solid #f2f2f2;
}
.c-list01 li a {
  display: block;
  padding: 24px 40px;
  position: relative;
  line-height: 1.7;
  font-size: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.c-list01 li a:before, .c-list01 li a:after {
  content: "";
  position: absolute;
  top: 50%;
}
.c-list01 li a:before {
  width: 14px;
  height: 14px;
  background: #EA3E0A;
  border-radius: 50%;
  right: 40px;
  transform: translateY(-50%);
}
.c-list01 li a:after {
  width: 3px;
  height: 3px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  right: 46px;
}
.c-list01 li:last-child {
  border-bottom: 1px solid #f2f2f2;
}

/*==============================================
　表組み
==============================================*/
/*　c-table01
￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
.c-table01 {
  width: 100%;
  border-collapse: collapse;
}
.c-table01 tbody tr th,
.c-table01 tbody tr td {
  text-align: left;
  font-size: 1.6rem;
  padding: 32px 0;
  vertical-align: top;
  line-height: 1.7;
  border-top: 1px solid #f2f2f2;
}
.c-table01 tbody tr th {
  white-space: nowrap;
  padding-right: 48px;
  font-weight: bold;
  width: 20%;
}
.c-table01 tbody tr:last-child th,
.c-table01 tbody tr:last-child td {
  border-bottom: 1px solid #f2f2f2;
}

/*==============================================
　　Reset
==============================================*/
* {
  box-sizing: border-box;
}

html {
  font-size: 10px;
}

body {
  color: #252525;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

ul, ol {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

p {
  margin: 0;
  padding: 0;
}

a {
  color: #252525;
  text-decoration: none;
}

a, a:hover, button, button:hover, img, article, input, textarea {
  text-decoration: none;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  margin: 0;
  padding: 0;
}

dl, dt, dd {
  margin: 0;
  padding: 0;
}

input:focus, textarea:focus {
  outline: none;
}

input, textarea, button {
  border: none;
  background: none;
}

button {
  cursor: pointer;
  display: block;
  width: 100%;
}

figure, figcaption {
  margin: 0;
  padding: 0;
}

/*==============================================
　　Common
==============================================*/
/*　Layout -- Boxレイアウト
￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
#wrapper {
  overflow: hidden;
  width: 100%;
  margin-top: 104px;
}

.inner {
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
}

.outer {
  margin: 0 auto;
  max-width: 1120px;
  width: 100%;
}

/*  Width -- 横幅の指定
￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
.w10 {
  width: 10%;
}

.w15 {
  width: 15%;
}

.w20 {
  width: 20%;
}

.w25 {
  width: 25%;
}

.w30 {
  width: 30%;
}

.w35 {
  width: 35%;
}

.w40 {
  width: 40%;
}

.w45 {
  width: 45%;
}

.w50 {
  width: 50%;
}

.w55 {
  width: 55%;
}

.w60 {
  width: 60%;
}

.w65 {
  width: 65%;
}

.w70 {
  width: 70%;
}

.w75 {
  width: 75%;
}

.w80 {
  width: 80%;
}

.w85 {
  width: 85%;
}

.w90 {
  width: 90%;
}

.w95 {
  width: 95%;
}

.w100 {
  width: 100%;
}

/*　Link -- リンクの指定
￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
.txtLink,
.txtLink-hover:hover {
  text-decoration: underline;
}

/*　Load -- ローディング
￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
#load {
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 999999998;
  position: fixed;
  top: 0;
  left: 0;
}

#logomark {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999999999;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*==============================================
　　Header
==============================================*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #F2F2F2;
  background: #fff;
  z-index: 9998;
}
.header_inner {
  padding: 32px 64px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}
.header_logo a {
  display: block;
  width: 160px;
  height: 120px;
  background: #EA3E0A;
  border-radius: 0 0 8px 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 64px;
  transition: .2s;
  z-index: 9999;
}
#header.fixed .header_logo a {
  height: 80px;
  left: 0;
  border-radius: 0;
}
.header_logo a img {
  transition: .2s;
}
#header.fixed .header_logo a img {
  width: 88px;
}
#gnav ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#gnav ul li a {
  font-weight: bold;
  position: relative;
}
#gnav ul li.contact a {
  padding: 10px 32px;
  background: #EA3E0A;
  border-radius: 50px;
  color: #fff;
  border: 3px solid #EA3E0A;
}
#gnav ul li:not(.contact) a:after {
  content: "";
  width: 0;
  height: 3px;
  background: #EA3E0A;
  position: absolute;
  bottom: -33px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.2s;
}
#gnav ul li + li {
  margin-left: 32px;
}

/*==============================================
　　Main
==============================================*/
/*　TopPage
￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
.mv {
  height: 320px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 64px;
}
.mv_catch {
  font-size: 8rem;
  margin-bottom: 112px;
}
.word {
  position: absolute;
  opacity: 0;
}
.letter {
  display: inline-block;
  position: relative;
  float: left;
  transform: translateZ(25px);
  transform-origin: 50% 50% 25px;
}

.letter.out {
  transform: rotateX(90deg);
  transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.letter.behind {
  transform: rotateX(-90deg);
}

.letter.in {
  transform: rotateX(0deg);
  transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.topsc {
  padding: 128px 16px;
}

#topBusiness {
  position: relative;
  margin-top: -120px;
  padding: 0 16px 48px;
}
#topBusiness:before {
  content: "";
  height: calc(100% - 120px);
  width: calc(100% - 128px);
  position: absolute;
  bottom: 0;
  left: 64px;
  border-radius: 8px;
  background: #F8F8F8;
  z-index: -1;
}
#topBusiness .business_clm {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: calc(100% - 128px);
}
#topBusiness .business_clm_box {
  width: 47.85%;
}
#topBusiness .business_clm_box .image {
  border-radius: 8px;
  overflow: hidden;
}
#topBusiness .business_clm_box .image a {
  display: block;
}
#topBusiness .business_clm_box .title {
  text-align: center;
  margin-top: 32px;
  font-size: 2.4rem;
  font-weight: bold;
}
#topBusiness .business_clm_box .txt {
  text-align: center;
  margin-top: 32px;
  font-size: 1.5rem;
  line-height: 1.5;
}

#topContent .company {
  padding: 0 16px 144px;
  position: relative;
}
#topContent .company .inner {
  padding: 88px 16px 0;
  background: #fff;
  border-radius: 8px;
  margin-top: -120px;
  z-index: 2;
  width: calc(100% - 128px);
}
#topContent .company .c-title01 {
  margin-bottom: 48px;
}
#topContent .company .txt {
  font-size: 1.5rem;
}
#topContent .company_bg {
  width: calc(100% - 96px);
  margin: 0 auto;
  height: 320px;
  border-radius: 8px;
  background: url(img/company_bg.jpg) no-repeat center center/cover;
}
.tab_box:not(.show) {
  display: none;
}
.catlist {
  background: #F8F8F8;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  overflow: scroll;
}
.catlist li {
  margin: 0 16px;
}
.catlist li a,
.catlist li span {
  display: block;
  padding: 24px 0;
  font-weight: bold;
  position: relative;
  white-space: nowrap;
  cursor: pointer;
  transition: .2s;
}
.catlist li a:after,
.catlist li span:after {
  content: "";
  width: 0;
  height: 3px;
  background: #EA3E0A;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.2s;
}
.catlist li.current-cat a,
.catlist li.current-cat span {
  color: #EA3E0A;
}
.catlist li.current-cat a:after,
.catlist li.current-cat span:after {
  width: 100%;
}

.news_list li {
  border-bottom: 1px solid #F2F2F2;
  padding: 40px 32px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.news_list li:before, .news_list li:after {
  content: "";
  position: absolute;
  top: 50%;
}
.news_list li:before {
  width: 14px;
  height: 14px;
  background: #EA3E0A;
  border-radius: 50%;
  right: 0;
  transform: translateY(-50%);
}
.news_list li:after {
  width: 3px;
  height: 3px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  right: 6px;
}
.news_list li a {
  display: block;
  position: relative;
}
.news_list li .date {
  padding-right: 16px;
  white-space: nowrap;
}
.news_list li .title {
  padding-left: 16px;
  border-left: 1px solid #f2f2f2;
  line-height: 1.6;
  width: 100%;
}

/*　LowerPage -- 共通
￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
.lwmv {
  max-width: 1280px;
  width: calc(100% - 32px);
  margin: 0 auto;
}
.lwmv_title {
  padding: 140px 0 64px;
}
.lwmv_title .main {
  font-size: 4.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  display: block;
}
.lwmv_title .sub {
  display: block;
  color: #EA3E0A;
  margin-bottom: 16px;
  font-size: 2.4rem;
}
.lwmv_image {
  border-radius: 8px;
  width: 100%;
  height: 320px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
.lwmv_image.company {
  background-image: url(img/lw_company.jpg);
}
.lwmv_image.tsukan {
  background-image: url(img/lw_tsukan.jpg);
}
.lwmv_image.chikusan {
  background-image: url(img/lw_chikusan.jpg);
}
.lwmv_image.contact {
  background-image: url(img/lw_contact.jpg);
}
.lwmv_image.news {
  background-image: url(img/lw_news.jpg);
}

.bread {
  padding: 32px 0 24px;
  border-top: 1px solid #f2f2f2;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.bread li {
  font-size: 1.3rem;
  position: relative;
}
.bread li:not(:last-child) a {
  opacity: 0.4;
}
.bread li + li {
  margin-left: 32px;
}
.bread li + li:before {
  content: "";
  width: 4px;
  height: 4px;
  border-top: 1px solid #252525;
  border-right: 1px solid #252525;
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%) rotate(45deg);
}

.lwsc {
  padding: 144px 16px 0;
}
.lwsc:first-child {
  padding-top: 128px;
}

.lrclm {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.lrclm_left {
  width: 27.7%;
}
.lrclm_right {
  width: 72.3%;
}

#lwContent {
  padding-bottom: 240px;
}

/*　LowerPage -- 事業案内
￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
.service.lwsc {
  padding-top: 0;
}
.service_clm {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.service_clm_box {
  width: 47.8%;
}
.service_clm_box .c-title02 {
  font-size: 2.4rem;
  margin: 24px 0 16px;
}
.service_clm_box .c-list01 {
  margin-top: 32px;
}
.service_clm_image {
  border-radius: 8px;
  overflow: hidden;
}

/*　LowerPage -- 通関部門
￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
.tsukan_content {
  text-align: center;
}
.tsukan_catch_main, .tsukan_catch_sub {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.tsukan_catch_main {
  font-size: 2.8rem;
  line-height: 1.7;
}
.tsukan_catch_main .highlight {
  font-size: 4.8rem;
}
.tsukan_catch_sub {
  font-size: 2.4rem;
  margin: 24px 0 16px;
  line-height: 1.5;
}
.tsukan_list li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 104px;
}
.tsukan_list li:nth-child(odd) {
  flex-direction: row-reverse;
}
.tsukan_list li .image,
.tsukan_list li .content {
  width: 45.8%;
}
.tsukan_list li .image {
  border-radius: 8px;
  overflow: hidden;
}
.tsukan_list li .content {
  margin-top: 24px;
}


/*　LowerPage -- 畜産部門
￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
.chikusan_list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 104px;
}
.chikusan_list li:nth-child(odd) .content {
  padding-left: 56px;
}
.chikusan_list li:nth-child(even) {
  flex-direction: row-reverse;
}
.chikusan_list li:nth-child(even) .content {
  padding-right: 56px;
}
.chikusan_list li .image,
.chikusan_list li .content {
  width: 50%;
}
.chikusan_list li .image {
  border-radius: 8px;
  overflow: hidden;
}
.chikusan_list li .content .title {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.6;
  margin-bottom: 24px;
}

/*　LowerPage -- 新着情報
￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
#lwNews.lwsc {
  padding-top: 72px;
}
#lwNews .news_list li {
  padding: 32px;
}

.single_title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.6;
}
.single_info {
  margin-top: 24px;
}
.single_info .date {
  font-size: 1.5rem;
  padding-right: 16px;
  border-right: 1px solid #f2f2f2;
  display: inline-block;
}
.single_info .cat {
  color: #EA3E0A;
  font-size: 1.3rem;
  margin-left: 16px;
}
.single_content {
  margin-top: 72px;
}
.single_content p {
  line-height: 1.7;
}
.single_content p + p {
  margin-top: 40px;
}
.single_content img {
  height: auto;
}
.single .pager {
  margin-top: 128px;
  padding-top: 40px;
  border-top: 1px solid #f2f2f2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.6rem;
}
.single .pager_back a {
  color: #EA3E0A;
  font-weight: bold;
}
.single .pager_arrow {
  font-weight: bold;
}
.single .pager_arrow a {
  color: #EA3E0A;
  position: relative;
}
.single .pager_arrow a:before, .single .pager_arrow a:after {
  content: "";
  position: absolute;
  top: 50%;
  transition: 0.2s;
}
.single .pager_arrow a:before {
  width: 14px;
  height: 14px;
  background: #EA3E0A;
  border-radius: 50%;
  right: 0;
  transform: translateY(-50%);
}
.single .pager_arrow a:after {
  background: none;
  bottom: auto;
  left: auto;
  width: 3px;
  height: 3px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  right: 6px;
}
.single .pager_arrow a.prev {
  padding-left: 32px;
}
.single .pager_arrow a.prev:before {
  right: auto;
  left: 0;
}
.single .pager_arrow a.prev:after {
  right: auto;
  left: 6px;
  transform: translateY(-50%) rotate(-45deg) scale(-1, 1);
}
.single .pager_arrow a.next {
  padding-right: 32px;
}

/*　LowerPage -- お問い合わせ
￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
#lwContact.lwsc {
  padding-top: 0;
}
#lwContact input,
#lwContact textarea {
  border: 1px solid #e5e5e5;
  background: #f8f8f8;
  padding: 16px 24px;
  border-radius: 8px;
}
#lwContact .input_box + .input_box {
  margin-top: 8px;
}
#lwContact input[type="radio"],
#lwContact input[type="checkbox"] {
  display: none;
}
#lwContact label {
  cursor: pointer;
}
#lwContact .wpcf7-list-item {
  display: block;
  margin-left: 0;
}
#lwContact .wpcf7-list-item + .wpcf7-list-item {
  margin-top: 8px;
}
#lwContact .wpcf7-list-item:last-child {
  margin-bottom: 0;
}
#lwContact .wpcf7-list-item-label {
  position: relative;
  padding-left: 22px;
}
#lwContact .wpcf7-list-item-label:before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid #e4e4e4;
  border-radius: 2px;
  content: "";
}
#lwContact .wpcf7-list-item-label:after {
  width: 18px;
  height: 18px;
  left: 0;
  border: none;
  position: absolute;
  top: -1px;
  content: "";
}
#lwContact label input[type="radio"]:checked + .wpcf7-list-item-label:after,
#lwContact label input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
  background: url('img/ico_check.svg') no-repeat center center / 12px;
}
#lwContact .agree {
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
  padding: 40px 0;
}
.contact_tb tbody tr th,
.contact_tb tbody tr td {
  vertical-align: middle;
}
.contact_txt {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 80px;
}
.contact .req {
  font-size: 1rem;
  font-weight: bold;
  color: #EA3E0A;
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #EA3E0A;
  margin-right: 16px;
  line-height: 1;
}

.policy {
  height: 200px;
  border-radius: 8px;
  border: 1px solid #f2f2f2;
  overflow: scroll;
  margin-top: 32px;
}
.policy_inner {
  padding: 32px;
  line-height: 1.7;
  font-size: 1.3rem;
}
.policy_inner dt {
  font-weight: bold;
  margin-top: 32px;
}

/*　LowerPage -- 
￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
/*　LowerPage -- 
￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
/*　LowerPage -- 
￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
/*　LowerPage -- 
￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
/*==============================================
　　Footer
==============================================*/
.footer {
  background: #EA3E0A;
  position: relative;
  padding-top: 160px;
}
.footer_logo {
  width: 196px;
  height: 160px;
  background: #EA3E0A;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px 8px 0 0;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}
.footer_nav {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer_nav li {
  margin: 0 16px;
}
.footer_nav li a {
  color: #fff;
  font-weight: bold;
}
.footer_copy {
  margin-top: 72px;
  background: rgba(255, 255, 255, 0.1);
  padding: 32px 16px;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
}