@charset "utf-8";

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
モバイル向けレイアウト指定：～781px
PC向けレイアウト指定：782px〜
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

/*==========================================
 スクリーン
===========================================*/
.page-screen {
  height: 540px;
  width: 100%;
}

.page-screen::before {
  background: rgba(23, 42, 136, .5);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.about-top {
  background: url(./images/page/about-top.jpg) no-repeat center center;
  background-size: cover;
}

.ser-top {
  background: url(./images/page/ser-top.jpg) no-repeat center 40%;
  background-size: cover;
}

.works-top {
  background: url(./images/page/works-top.jpg) no-repeat center 40%;
  background-size: cover;
}

.sdgs-top {
  background: url(./images/page/sdgs-top.jpg) no-repeat center 40%;
  background-size: cover;
}

.rec-top {
  background: url(./images/page/rec-top.jpg) no-repeat center 70%;
  background-size: cover;
}

.contact-top {
  background: url(./images/page/contact-top.jpg) no-repeat center 70%;
  background-size: cover;
}

.news-top {
  background: url(./images/page/news-top.jpg) no-repeat center 70%;
  background-size: cover;
}

.policy-top {
  background: url(./images/page/policy-top.jpg) no-repeat center center;
  background-size: cover;
}

.title-wrap {
  left: 0;
  line-height: 1.1;
  position: absolute;
  right: 0;
  text-align: center;
  top: 55%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}

.page-subtitle {
  font-size: 4em;
  letter-spacing: .1em;
}

.subtitle-ls {
  letter-spacing: 0;
}

.page-title {
  font-size: 2em;
}

.slash {
  bottom: -.5px;
  left: 0;
  position: absolute;
  z-index: 1;
}

@media only screen and (max-width: 782px) {
  .page-screen {
    height: 300px;
  }

  .connect-l {
    max-width: 250px;
  }

  .connect-r {
    max-width: 210px;
  }

  .title-wrap {
    top: 58%;
  }

  .page-subtitle {
    font-size: 2.4em;
  }

  .page-title {
    font-size: 1.3em;
  }
}

/* パンくず */
.breadcrumbs {
  color: #fff;
  font-size: .7rem;
  line-height: 1.5em;
  padding: 12px 0 0;
  position: relative;
  z-index: 1;
}

.breadcrumbs a {
  color: #fff;
  text-decoration: underline;
}

/*==========================================
 アバウト
===========================================*/
/* リード */
.aboutpage-container {
  display: flex;
}

.aboutpage-item-r {
  margin: 0 calc(50% - 50vw);
  margin-left: auto;
  max-width: 530px;
  min-width: 340px;
  width: 55%;
}

.aboutpage-item-l {
  margin-right: 6%;
  width: 640px;
}

.leadpage-ti {
  font-size: 2.2em;
  line-height: 1.4;
}

.leadpage-ti br {
  display: none;
}

@media only screen and (max-width: 830px) {
  .leadpage-ti br {
    display: block;
  }
}

@media only screen and (max-width: 782px) {
  .aboutpage-container {
    display: block;
  }

  .aboutpage-item-r {
    margin-top: 20px;
    max-width: 300px;
    min-width: auto;
    width: 100%;
  }

  .aboutpage-item-l {
    margin-right: 0;
    width: 100%;
  }

  .leadpage-ti {
    font-size: 1.7em;
  }

  .leadpage-ti br {
    display: none;
  }
}

/* メッセージ */
.mess-container {
  display: flex;
  flex-direction: row-reverse;
}

.daihyo {
  margin: 0 calc(50% - 50vw);
  margin-left: auto;
  max-width: 390px;
  width: 30%;
}

.mess-item-l {
  display: flex;
  margin-right: 6%;
  width: 77.7777778%;
}

.mess-ti {
  margin-right: 11.4285714%;
  width: 12.3809524%;
}

.mess-ti-mb {
  display: none;
}

.mess-p {
  width: 76.1904762%;
}

.daihyo-kata {
  text-align: right;
}

.daihyo-name {
  margin-left: auto;
  margin-top: 5px;
  max-width: 170px;
}

@media only screen and (max-width: 782px) {
  .mess-container {
    display: block;
  }

  .daihyo {
    margin: auto;
    max-width: 200px;
    width: 100%;
  }

  .mess-item-l {
    display: block;
    margin-right: 0;
    margin-top: 20px;
    width: 100%;
  }

  .mess-ti {
    display: none;
  }

  .mess-ti-mb {
    display: block;
    font-size: 1.7em;
    line-height: 1.4;
    margin-bottom: 10px;
  }

  .mess-p {
    width: 100%;
  }

  .daihyo-kata {
    font-size: .9em;
  }

  .daihyo-name {
    max-width: 130px;
  }
}

/* 会社概要 */
table.outline-r {
  border-collapse: separate;
  border-spacing: 10px 0;
  font-size: 1.1rem;
}

.outline-r {
  width: 100%;
}

.outline-r tr {
  padding: 30px 0;
}

.outline-ti {
  border-bottom: 2px solid #cb322b;
  font-weight: 500;
  padding: 22px 0;
  width: 220px;
}

.outline-flex {
  align-items: center;
  display: flex;
}

.outline-ti-bt {
  border-top: 2px solid #cb322b;
}

.naiyo {
  border-bottom: 1px solid #fff;
  padding: 22px 0;
}

.naiyo-bt {
  border-top: 1px solid #fff;
}

.table-span {
  color: rgba(255, 255, 255, .5);
  font-size: .5em;
  margin-right: 6px;
}

@media only screen and (max-width: 782px) {
  table.outline-r {
    border-spacing: 0;
    font-size: .95rem;
    line-height: 1.7;
  }

  .outline-r tr {
    font-size: .95em;
  }

  .outline-r td {
    display: block;
    padding: 0;
  }

  .outline-ti {
    background: #356fd4;
    border: none;
    margin-bottom: 8px;
    width: 100%;
  }

  td.outline-ti {
    padding: 2px 10px;
  }

  .outline-ti-bt {
    border-top: 1px solid #d9d9d9;
  }

  td.naiyo {
    padding-bottom: 10px;
  }

  .naiyo-bt {
    border-top: none;
  }
}

.out-ill {
  max-width: 542px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -120px;
  width: 40%;
}

@media only screen and (max-width: 1130px) {
  .out-ill {
    top: -50px;
  }
}

/* アクセス */
.add-p {
  font-size: 1.1em;
  margin-top: 14px;
}

.add-span {
  font-size: 1.15em;
}

.add-line {
  background: #172a88;
  height: 6px;
  margin-bottom: 14px;
  margin-top: 14px;
  width: 130px;
}

.access-mb {
  display: none;
}

@media only screen and (max-width: 782px) {
  .access-pc {
    display: none;
  }

  .access-mb {
    display: block;
  }
}

/*==========================================
 事業内容
===========================================*/
/* リード */
.ser-container {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.ser-item-l {
  flex-shrink: 0;
}

.leadpage-title {
  font-size: 2.2em;
  line-height: 1.6;
}

.ser-item-r {
  margin-left: 6%;
  max-width: 540px;
}

.ser-line {
  background: #cb322b;
  height: 6px;
  margin-top: 22px;
  width: 130px;
}

@media only screen and (max-width: 920px) {
  .leadpage-title {
    font-size: 1.7em;
  }
}

@media only screen and (max-width: 782px) {
  .ser-container {
    display: block;
  }

  .ser-item-r {
    margin-left: 0;
    margin-top: 16px;
    max-width: 100%;
  }

  .ser-line {
    margin-top: 14px;
  }
}

.ser-img {
  background: url(./images/page/ser-img.jpg) no-repeat center 90%;
  background-size: cover;
  height: 330px;
  position: relative;
  width: 100%;
}

.ser-img::before {
  background: rgba(23, 42, 136, .5);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.ser-catch {
  left: 0;
  margin: auto;
  max-width: 480px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50%;
  z-index: 1;
}

.ser-ill {
  left: 2%;
  max-width: 375px;
  position: absolute;
  top: -230px;
  width: 35%;
  z-index: 1;
}

@media only screen and (max-width: 782px) {
  .ser-img {
    height: 180px;
  }

  .ser-catch {
    max-width: 360px;
    width: 80%;
  }

  .ser-ill {
    bottom: 5px;
    max-width: 200px;
    top: auto;
    width: 100%;
  }
}

/* リスト */
.service-wrap {
  align-items: flex-start;
  display: flex;
}

.service-wrap-r {
  flex-direction: row-reverse;
}

.service-img {
  width: 50%;
}

.service-txt {
  background: #eee;
  margin-left: -5.55555556%;
  margin-top: 48px;
  min-height: 540px;
  min-width: 500px;
  padding: 40px 5%;
  width: 55.5555556%;
}

.service-txt-r {
  margin-right: -5.55555556%;
}

.service-txt-s {
  min-height: 416px;
}

.ser-no {
  font-size: .92em;
  letter-spacing: .2em;
  line-height: 1.3;
}

.service-sub {
  font-size: 1.7em;
  line-height: 1.3;
}

.service-ti {
  font-size: 1.95em;
  line-height: 1.4;
  margin-top: 10px;
}

.service-list {
  display: flex;
  justify-content: space-between;
}

.service-list li {
  margin-right: 2%;
  max-width: 242px;
  width: 49%;
}

.service-list li:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 782px) {
  .service-wrap {
    display: block;
  }

  .service-img {
    margin: auto;
    max-width: 240px;
    position: relative;
    width: 100%;
    z-index: 2;
  }

  .service-txt {
    margin-left: 0;
    margin-top: -20px;
    min-height: auto;
    min-width: 100%;
    padding: 40px 5% 20px;
    width: 100%;
  }

  .service-txt-r {
    margin-right: 0;
  }

  .service-txt-s {
    min-height: auto;
  }

  .ser-no {
    font-size: .85em;
  }

  .service-sub {
    font-size: 1.6em;
  }

  .service-ti {
    font-size: 1.5em;
    line-height: 1.6;
  }

  .service-list {
    justify-content: center;
  }
}

@media only screen and (max-width: 360px) {
  .service-sub {
    font-size: 1.4em;
  }

  .service-ti {
    font-size: 1.3em;
  }
}

/*==========================================
 施工実績
===========================================*/
.works-cat {
  background: #fff;
  -webkit-border-radius: 20px;
     -moz-border-radius: 30px;
      -ms-border-radius: 30px;
       -o-border-radius: 30px;
          border-radius: 30px;
  display: inline-block;
  font-size: 1.2em;
  padding: 0 20px;
}

.works-flex {
  align-items: center;
  display: flex;
}

.maru-span {
  font-size: .7em;
  margin-right: 4px;
}

.works-title {
  font-size: 1.7em;
  line-height: 1.6;
  margin-top: 14px;
}

.works-line {
  background: #cb322b;
  height: 4px;
  margin: 18px 0 40px;
}

.works-img {
  margin-top: -70px;
}

@media only screen and (max-width: 782px) {
  .works-cat {
    font-size: 1em;
    line-height: 1.8;
    padding: 0 16px;
  }

  .works-title {
    font-size: 1.4em;
    margin-top: 10px;
  }

  .works-line {
    margin: 10px 0 13px;
  }

  .works-img {
    margin-top: -25px;
  }
}

/* リスト */
.estate-container {
  border-bottom: solid 2px #00a0b4;
  border-top: solid 2px #00a0b4;
}

.estate-box {
  border-bottom: solid 1px #cecece;
  display: flex;
  width: 100%;
}

.estate-box:last-child {
  border-bottom: none;
}

.estate-l {
  background: #edf4f6;
  flex-shrink: 0;
  font-weight: 500;
  padding: 15px;
  width: 180px;
}

.estate-r {
  padding: 15px 0 15px 15px;
}


@media only screen and (max-width: 782px) {
  .estate-container {
    border-bottom: none;
    border-top: none;
    line-height: 1.8;
  }

  .estate-box {
    border-bottom: none;
    display: block;
  }

  .estate-l {
    padding: 2px 2%;
    text-align: left;
    width: 100%;
  }

  .estate-r {
    padding: 10px 2%;
  }
}

/* ギャラリー */
.gallery {
  display: flex;
  flex-wrap: wrap;
}

.gallery li {
  margin-bottom: 18px;
  margin-right: 2.38095238%;
  width: 48.8095238%;
}

.gallery li:nth-child(2n) {
  margin-right: 0;
}

.gallery-line {
  background: #cb322b;
  height: 4px;
  margin-top: 22px;
}

@media only screen and (max-width: 782px) {
  .gallery-line {
    margin-top: 6px;
  }
}

/*==========================================
 投稿間ナビ
===========================================*/
.adjacent_post_links {
  display: flex;
  justify-content: center;
  margin: 28px auto 0;
  padding: 0;
}

.adjacent_post_links li.previous a:before,
.adjacent_post_links li.next a:after {
  content: "";
  height: 48px;
  margin-top: -8px;
  position: absolute;
  width: 154px;
}

.adjacent_post_links li.previous a:before {
  background: url(./images/blog-back.png) no-repeat left 50%;
  background-size: 154px 48px;
  margin-left: -154px;
}

.adjacent_post_links li.next a:after {
  background: url(./images/blog-next.png) no-repeat left 50%;
  background-size: 154px 48px;
}

.all_links {
  padding: 0 30px;
}

a.all_links {
  color: #000;
  text-decoration: none;
}

@media only screen and (max-width: 782px) {
  .adjacent_post_links {
    margin: 18px auto 0;
  }

  .adjacent_post_links li.previous a:before,
  .adjacent_post_links li.next a:after {
    height: 29px;
    margin-top: -3px;
    width: 94px;
  }

  .adjacent_post_links li.previous a:before {
    background-size: 94px 29px;
    margin-left: -94px;
  }

  .adjacent_post_links li.next a:after {
    background-size: 94px 29px;
  }

  .all_links {
    font-size: .8rem;
    padding: 0 10px;
  }
}

/*==========================================
 SDGsの取り組み
===========================================*/
.sdgs-title {
  max-width: 600px;
}

.sdgs-ill {
  left: 2%;
  max-width: 375px;
  position: absolute;
  top: 50px;
  width: 35%;
  z-index: 1;
}

@media only screen and (max-width: 782px) {
  .sdgs-ill {
    max-width: 200px;
    top: 35px;
    width: 100%;
  }
}

.sdgs-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -20px;
}

.sdgs-list li {
  background: #eee;
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
      -ms-border-radius: 20px;
       -o-border-radius: 20px;
          border-radius: 20px;
  font-size: .9em;
  line-height: 1.8;
  margin-bottom: 20px;
  margin-right: 2.08333333%;
  padding: 20px 2%;
  width: 31.9444444%;
}

.sdgs-list li:nth-child(3n) {
  margin-right: 0;
}

.sdgs-img {
  margin: 0 auto 10px;
  max-width: 220px;
  width: 80%;
}

.sdgs-imglast {
  left: 0;
  margin: auto;
  max-width: 220px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 782px) {
  .sdgs-list {
    margin-bottom: -10px;
  }

  .sdgs-list li {
    line-height: 1.6;
    margin-bottom: 12px;
    margin-right: 4%;
    padding: 15px 4%;
    width: 48%;
  }

  .sdgs-list li:nth-child(3n) {
    margin-right: 4%;
  }

  .sdgs-list li:nth-child(2n) {
    margin-right: 0;
  }

  .sdgs-img {
    margin: 0 auto 5px;
    max-width: 140px;
    width: 100%;
  }

  .sdgs-imglast {
    max-width: 140px;
  }
}

@media only screen and (max-width: 480px) {
  .sdgs-list {
    display: block;
  }

  .sdgs-list li {
    margin-right: 0;
    padding: 15px 5%;
    width: 100%;
  }

  .sdgs-list li:nth-child(3n) {
    margin-right: 0;
  }

  .sdgs-list li:nth-child(2n) {
    margin-right: 0;
  }
}

/*==========================================
 採用情報
===========================================*/
.sdgs-ill {
  left: 2%;
  max-width: 290px;
  position: absolute;
  top: 0;
  width: 35%;
  z-index: 1;
}

.rec-work:before {
  background: #cb322b;
}

@media only screen and (max-width: 782px) {
  .sdgs-ill {
    left: auto;
    max-width: 180px;
    right: 0;
    width: 100%;
  }

  .rec-work {
    margin-bottom: 35px;
  }
}

/* リスト */
.rec-list {
  display: flex;
  flex-wrap: wrap;
}

.rec-list li {
  margin-right: 2.77777778%;
  position: relative;
  width: 31.4814815%;
}

.rec-list li img {
  -webkit-border-radius: 0 30px 0 0;
     -moz-border-radius: 0 30px 0 0;
      -ms-border-radius: 0 30px 0 0;
       -o-border-radius: 0 30px 0 0;
          border-radius: 0 30px 0 0;
}

.rec-list li:nth-child(3n) {
  margin-right: 0;
}

.rec-subti {
  color: #606060;
  font-size: 1.3em;
  line-height: 1.5;
  margin: 14px 0 7px;
}

@media only screen and (max-width: 782px) {
  .rec-list {
    display: block;
  }

  .rec-list li {
    margin-bottom: 20px;
    margin-right: 0;
    width: 100%;
  }

  .rec-list li img {
    max-width: 250px;
  }

  .rec-list li:nth-child(3n) {
    margin-bottom: 0;
  }

  .rec-subti {
    font-size: 1.2em;
  }
}

/* メッセージ */
.back-rec {
  background: #edf4f6;
  padding: 90px 0 50px;
}

.recmess-container {
  align-items: flex-start;
  background: #fff;
  display: flex;
  margin-left: 3.7037037%;
}

.recmess-img {
  margin-left: -3.84615385%;
  margin-top: -40px;
  width: 38.4615385%;
}

.recmess-txt {
  margin: 0 6.25%;
  min-height: 400px;
  padding: 30px 0;
  width: 52.8846154%;
}

.recmess-ti {
  font-size: 2em;
  line-height: 1.4;
  margin-top: 22px;
}

@media only screen and (max-width: 782px) {
  .back-rec {
    padding: 25px 0;
  }

  .recmess-container {
    display: block;
    margin-left: 0;
  }

  .recmess-img {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    max-width: 200px;
    padding-top: 20px;
    width: 100%;
  }

  .recmess-txt {
    margin: 0;
    min-height: auto;
    padding: 10px 6% 20px;
    width: 100%;
  }

  .recmess-ti {
    font-size: 1.6em;
    margin-top: -12px;
  }
}

/* お問い合わせリード */
.con-container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  line-height: 1.8;
}

.con-item-l {
  margin-right: 6%;
}

.con-item-r {
  border-left: solid 4px #00c8c8;
  flex-shrink: 0;
  padding-left: 14px;
}

.con-ti {
  font-size: 1.45em;
  margin-bottom: 6px;
}

.con-tel {
  font-size: 1.1em;
  line-height: 1;
  margin-bottom: 12px;
}

.tel-no {
  display: block;
  font-size: 2.45em;
  line-height: 1;
}

.tel-time {
  font-size: .9em;
  line-height: 1.6;
}

@media only screen and (max-width: 782px) {
  .con-container {
    display: block;
  }

  .con-item-l {
    margin-right: 0;
  }

  .con-item-l br {
    display: none;
  }

  .con-item-r {
    margin-bottom: 6px;
    margin-top: 20px;
  }

  .con-ti {
    font-size: 1.3em;
    margin-bottom: 6px;
  }
}

/*==========================================
 お問い合わせ
===========================================*/
/* フォーム */
input,
textarea {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
      -ms-border-radius: 0;
       -o-border-radius: 0;
          border-radius: 0;
}

input[type="radio"],
input[type="checkbox"] {
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
  position: absolute;
}

::placeholder {
  color: #c0c0c0;
}

.contact {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", Meiryo, "MS　Pゴシック", sans-serif;
  line-height: 1.7;
}

@media only screen and (max-width: 782px) {
  .contact {
    font-size: .9rem;
  }
}

.contact table {
  border-top: 1px solid #e8e8e8;
  width: 100%;
}

.contact tr {
  border-bottom: 1px solid #e8e8e8;
}

.contact th {
  font-weight: bold;
  position: relative;
  text-align: left;
  vertical-align: middle;
  width: 30%;
}

.contact th.essential:before {
  background: #cb322b;
  color: #fff;
  content: "必 須";
  display: block;
  font-size: .7rem;
  left: 140px;
  line-height: 1;
  margin-top: 3px;
  padding: 5px 12px 4px;
  position: absolute;
  text-align: center;
}

.contact td {
  padding: 28px 0;
  width: 60%;
}

@media only screen and (max-width: 782px) {
  .contact th,
  .contact td {
    display: block;
    float: left\9;
    width: 100%;
  }

  .contact th {
    padding: 10px 0;
  }

  .contact th.essential:before {
    left: auto;
    margin-top: 3px;
    padding: 4px 12px;
    right: 0;
  }

  .contact td {
    padding: 0 0 16px;
  }
}

.length-l,
.length-m {
  background: #f1f4f6;
  border: none;
  font-size: 15px;
  padding: 17px;
}

.length-l {
  width: 100%;
}

.length-m {
  width: 48%;
}

.length-mt {
  margin-top: 20px;
}

.length-s {
  width: 24%;
}

.length-s-p {
  margin-right: 4%;
}

.length-time-l {
  margin-right: 4%;
  width: 60%;
}

.length-time-r {
  width: 36%;
}

@media only screen and (max-width: 782px) {
  .length-s {
    font-size: 14px;
    padding: 12px;
  }

  .length-l,
  .length-m {
    font-size: 14px;
    padding: 12px;
    width: 100%;
  }

  .length-mt,
  .length-mt2 {
    margin-top: 16px;
  }

  .length-s-p {
    margin-right: 3%;
  }
}

.submit {
  -webkit-appearance: none;
     -moz-appearance: none;
       -o-appearance: none;
          appearance: none;
  background: #172a88;
  border: none;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 1.1em;
  margin: 40px auto 0;
  padding: 20px 0;
  width: 320px;
}

.submit:hover {
  background: #44539f;
}

@media only screen and (max-width: 782px) {
  .submit {
    margin: 25px auto 0;
    padding: 10px 0;
    width: 200px;
  }
}

.wpcf7 span.wpcf7-not-valid-tip {
  display: none;
}

.wpcf7 .wpcf7-not-valid {
  background: #ffa;
}

.wpcf7-response-output {
  border: solid 1px #c0c0c0 !important;
  margin: -3px 0 0 0!important;
}

.ajax-loader {
  height: 16px !important;
  width: 16px !important;
}

@media only screen and (max-width: 782px) {
.wpcf7-response-output {
    margin: -13px 0 0 0 !important;
  }
}

/* フォーム内チェックボックス */
.check-box {
  text-align: left;
}

.check-box label {
  display: inline-block;
}

.wpcf7-list-item-label {
  display: block;
  margin-right: 20px;
  padding-left: 20px;
  position: relative;
}

.wpcf7-list-item-label::before {
  border: 1px solid #999;
  content: "";
  display: block;
  height: 15px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
}

.check-box input:checked + .wpcf7-list-item-label::after {
  border-bottom: 3px solid #757575;
  border-right: 3px solid #757575;
  content: "";
  display: block;
  height: 14px;
  left: 5px;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(40deg);
     -moz-transform: rotate(40deg);
      -ms-transform: rotate(40deg);
       -o-transform: rotate(40deg);
          transform: rotate(40deg);
  width: 7px;
}

.doi-p a {
  color: #cb322b;
  text-decoration: underline;
}

/*==========================================
 お知らせ
===========================================*/
.co-b,
.co-b a {
  color: #000;
}

.newspage-title {
  font-size: 1.5rem;
  line-height: 1.7;
  margin-bottom: 30px;
  position: relative;
}

.newspage-title:before {
  background: #cb322b;
  bottom: -13px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 100px;
}

.blog-article {
  line-height: 2;
  padding-bottom: 20px;
}

.news-txt {
  margin-top: 40px;
}

.blog-article img {
  display: block;
  height: auto;
  margin: 30px 0;
  max-width: 600px;
  width: 100% !important;
}

.blog-article a {
  color: #cb322b;
  text-decoration: underline;
}

.blog-article a.news-cat {
  color: #fff;
  text-decoration: none;
}

@media only screen and (max-width: 782px) {
  .newspage-title {
    font-size: 1.2rem;
    margin-bottom: 24px;
  }

  .newspage-title:before {
    width: 80px;
  }

  .blog-article {
    margin: 0;
  }

  .news-txt {
    margin-top: 20px;
  }

  .blog-article img {
    margin: 20px 0;
  }
}

/* strongタグを太字に */
.my_bold {
  font-weight: bold;
}

/* ユーチューブ埋め込み通常ページ */
.youtube {
  height: 0;
  margin: 20px 0;
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.youtube iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/*==========================================
 ページナビ
===========================================*/
.pagenation {
  margin: 40px 0 -30px;
  text-align: center;
}

@media only screen and (max-width: 782px) {
  .pagenation {
    margin: 30px 0 -20px;
  }
}

.pagenation:after,
.pagenation ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.pagenation ul {
  display: inline-block;
  margin: 0;
}

.pagenation li {
  float: left;
  list-style: none outside none;
  margin-left: 3px;
}

.pagenation li:first-child {
  margin-left: 0;
}

.pagenation li.active {
  background-color: #888;
  border-radius: 3px;
  color: #fff;
  cursor: not-allowed;
  padding: 0 14px 2px;
}

.pagenation li a {
  background: none repeat scroll 0 0 #c0c0c0;
  border-radius: 3px;
  color: #fff;
  display: block;
  padding: 0 14px 2px;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
}

.pagenation li a:hover {
  background-color: #444;
  color: #fff;
  opacity: .8;
  transition-duration: 500ms;
  transition-property: all;
  transition-timing-function: ease;
}

/*==========================================
 個人情報保護方針
===========================================*/
.policy-title {
  border-bottom: solid 1px #d9d9d9;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.7;
  margin: 40px 0 15px;
  padding-bottom: 6px;
}

.policy-wrap h3:first-child {
  margin-top: 0;
}

.policy-main {
  line-height: 2;
}

.policy-r {
  margin-top: 30px;
  text-align: right;
}

@media only screen and (max-width: 782px) {
  .policy-title {
    font-size: 1rem;
    margin: 24px 0 15px;
  }

  .policy-main {
    line-height: 1.9;
  }

  .policy-r {
    margin-top: 20px;
    text-align: right;
  }
}
