@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common_style.css
 Style : common_style
================================================================= */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  line-height: 2;
  letter-spacing: 0.05em;
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 13px;
  word-wrap: break-word;
  font-weight: 400;
  color: #3f200e;
}

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

@media (max-width: 640px) {
  .inner {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

.img100 img {
  width: 100% !important;
}

#contents_wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.map {
  margin: 56px 20px 0;
}

.map li {
  border-left: 5px solid #CCCCCC;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}

.map li:last-child {
  display: none;
}

.map li a {
  text-decoration: none;
}

table td {
  margin-bottom: -1px !important;
  padding: 10px !important;
}

table td img {
  height: auto !important;
}

.pdnone td {
  padding: 0 !important;
}

.bornone td {
  border: none !important;
}

.pdtd10 td {
  padding: 10px !important;
}

b, strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

img {
  max-width: 100%;
  height: auto !important;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3;
}

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px;
}

a:hover {
  opacity: 0.6;
}

#contents_wrap {
  min-width: auto;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 640px) {
  #contents_wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#contents {
  max-width: 960px;
  width: 100%;
}

.imgR, .imgL {
  max-width: 30% !important;
}

@media (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center;
  }
}

.mincho {
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

header#global_header {
  max-width: 100%;
  min-width: 100% !important;
}

#main, #main #col_main {
  width: 100%;
}

footer#global_footer {
  min-width: 100% !important;
}

#contents_wrap {
  padding: 0 0 100px;
}

@media screen and (max-width: 980px) {
  #contents_wrap {
    padding: 0 10px 80px;
  }
}

header#global_header {
  max-width: 100%;
}

#header {
  padding: 20px 0;
}

@media (max-width: 834px) {
  #header {
    padding: 65px 0 20px;
  }
}

.header {
  border-top: 4px solid #eb8c34;
}

.header .inner {
  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;
}

.header__btn a {
  color: #3f200e;
  text-decoration: none;
  font-weight: 900;
}

.header__btn i {
  color: #eb8c34;
  margin-right: 5px;
}

#nav_global {
  background: #f6f6f6;
  line-height: 1.6;
}

#nav_global ul {
  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;
  max-width: 960px;
  margin: 0 auto;
}

#nav_global ul li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

#nav_global ul li:last-child a:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 20%;
  background: #3f200e;
  display: block;
  margin: auto;
  content: "";
}

#nav_global ul li a {
  display: block;
  text-decoration: none;
  font-weight: 900;
  padding: 20px 0;
  position: relative;
  color: #3f200e;
}

#nav_global ul li a:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 20%;
  background: #3f200e;
  display: block;
  margin: auto;
  content: "";
}

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}

.main {
  position: relative;
}

.main__copy {
  position: absolute;
  left: 10%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  text-align: center;
  text-align: left;
  font-weight: 900;
  font-size: 35px;
  line-height: 2;
  text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
}

@media (max-width: 1500px) {
  .main__copy {
    font-size: 1.875vw;
  }
}

@media (max-width: 834px) {
  .main__copy {
    font-size: 2.275vw !important;
  }
}

.main__copy span {
  display: block;
}

.main img {
  width: 100%;
}

.mean-container .mean-bar {
  background: #eb8c34 !important;
  position: fixed !important;
}

.mean-container .mean-nav {
  background: #eb8c34 !important;
}

.footer {
  padding-bottom: 3%;
}

.footer iframe {
  vertical-align: bottom;
}

.footer__contact {
  background: #312d2a;
  padding: 5%;
  margin-top: 5%;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.footer__contact__btn:first-child {
  width: 36%;
}

@media (max-width: 640px) {
  .footer__contact__btn:first-child {
    width: 100%;
  }
}

.footer__contact__btn:last-child {
  background: #fff;
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 640px) {
  .footer__contact__btn:last-child {
    width: 100%;
    margin-top: 20px;
  }
}

.footer__contact__btn:last-child a {
  text-align: center;
  color: #3f200e;
  text-decoration: none;
  font-weight: 900;
  display: block;
  padding: 20px 0;
}

@media (max-width: 640px) {
  .footer__contact__btn:last-child a {
    padding: 20px 0;
  }
}

.footer__contact__btn:last-child a i {
  color: #eb8c34;
  margin-right: 5px;
}

.footer__con {
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 3%;
}

@media (max-width: 834px) {
  .footer__con {
    display: block;
  }
}

.footer__con__inner {
  text-align: right;
}

@media (max-width: 834px) {
  .footer__con__inner {
    text-align: center;
    margin-top: 3%;
  }
}

.footer__con__inner a {
  color: #3f200e;
  text-decoration: none;
  display: inline-block;
  padding: 5px;
}

.footer__con__inner .copy {
  margin-top: 7%;
}

/* txt */
.txt1 .box, .txt2 .box {
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.txt1 .box img, .txt2 .box img {
  width: 100% !important;
  max-width: 30% !important;
}

@media (max-width: 640px) {
  .txt1 .box img, .txt2 .box img {
    max-width: 100% !important;
    margin-bottom: 10px;
  }
}

.txt1 .box div, .txt2 .box div {
  width: 68%;
}

@media (max-width: 640px) {
  .txt1 .box div, .txt2 .box div {
    width: 100% !important;
  }
}

.txt2 .box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

/* table */
.table_wrap1 table {
  table-layout: auto !important;
}

.table_wrap1 article {
  background: #fff;
  border-radius: 10px !important;
}

.table_wrap1 td {
  font-size: 11px;
  padding: 10px 5px !important;
  border: 1px solid #f5f1e9 !important;
}

.table_wrap1 td div {
  font-weight: 900;
}

/* back */
.bg1 {
  background: url(../images/common/bg1.png) center/cover no-repeat;
  padding: 7% 0;
}

/* title */
.h1txt h1 {
  background: #333;
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  padding: 60px 0;
}

.h2title {
  border: 1px solid #ccc;
  padding: 10px;
}

.h2title h2 {
  border-left: 5px solid #eb8c34;
  padding-left: 15px;
  font-size: 20px;
  font-weight: 900;
}

.h3title h3 {
  font-weight: 900;
  font-size: 18px;
  position: relative;
  padding-left: 15px;
}

.h3title h3:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
  background: #492b1a;
  border-radius: 5px;
  display: block;
  margin: auto;
  content: "";
}

.newstitle {
  position: relative;
  text-align: center !important;
}

.newstitle:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 1px;
  background: #492b1a;
  display: block;
  margin: auto;
  content: "";
  z-index: 1;
}

.newstitle h2 {
  font-size: 20px;
  font-weight: 900;
  display: inline-block;
  background: #fff;
  position: relative;
  z-index: 99;
  padding: 0 3%;
}

.newstitle span {
  display: block;
  color: #eb8c34;
  font-size: 13px;
}

/* common */
.gridwrap1 {
  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;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.gridwrap1 .box {
  width: calc(100% / 3 - 1%);
  margin-bottom: 2%;
}

@media (max-width: 640px) {
  .gridwrap1 .box {
    width: calc(100% / 2 - 1%);
  }
}

.gridwrap1 .box img {
  width: 100% !important;
  height: 200px !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.gridwrap1 .box h3 {
  text-align: center;
  font-size: 16px;
  font-weight: 900;
  line-height: 3;
}

.gridwrap1 .box a {
  display: block;
  margin-top: 15px;
  text-align: center;
  background: #333;
  color: #fff;
  text-decoration: none;
  padding: 15px 0;
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
}

.gridwrap1 .box a:hover {
  opacity: 1;
  background: #eb8c34;
}

.txtanc a {
  display: block;
  max-width: 300px;
  text-decoration: none;
  border: 1px solid #eb8c34;
  color: #eb8c34;
  font-weight: 900;
  padding: 20px 0;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  z-index: 99;
}

.txtanc a:hover {
  opacity: 1;
  color: #fff;
}

.txtanc a:hover:after {
  left: 0;
  z-index: -1;
}

.txtanc a:after {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #eb8c34;
  content: "";
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

.divmT10 div {
  margin-top: 10px;
}

.flow h3 {
  font-size: 18px;
  font-weight: 900;
  border-bottom: 1px dotted #492b1a;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

div.items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 0;
  margin-left: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

div.items:before {
  width: calc(100% / 4 - 1%);
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  content: "";
}

@media (max-width: 640px) {
  div.items:before {
    width: calc(100% / 2 - 1%);
  }
}

div.items:after {
  width: calc(100% / 4 - 1%);
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  content: "";
}

@media (max-width: 640px) {
  div.items:after {
    width: calc(100% / 2 - 1%);
  }
}

div.items > article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0;
  margin-bottom: 0;
  width: calc(100% / 4 - 1%);
}

@media (max-width: 640px) {
  div.items > article {
    width: calc(100% / 2 - 1%);
  }
}

div.items > article a.photo {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center center;
}

div.items > article a.name {
  color: #492b1a;
}

.cont_text {
  margin-top: 5%;
}

@media (max-width: 640px) {
  .cont_text div {
    text-align: left !important;
  }
}

.cont_text02 {
  padding: 20px 30px;
  margin-top: 5%;
  border: 4px double #eb8c34;
}

.cont_text03 {
  background: #f7f7f7;
  padding: 20px 30px;
  margin-top: 5%;
}

@media (max-width: 640px) {
  .cont_text03 {
    padding: 10px;
  }
}

.cont_text03 h2 {
  border-bottom: 1px solid #ccc;
  padding: 20px 10px 5px;
  font-size: 16px;
  font-weight: 500;
  text-align: center !important;
}

.cont_text03 div {
  padding: 20px;
}

.top_text01 {
  margin-top: 10%;
  font-size: 16px;
}

.top_text02 {
  padding: 20px 30px;
  border: 4px double #eb8c34;
}

.top_box {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top_box .box {
  width: 30%;
  margin: 5% 1% 2%;
}

.top_text03 div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top_text03 div .txtanc {
  margin: 5% 2% 0;
}

.top_text03 div .txtanc a {
  width: 300px;
}

.h2title_02 {
  border-left: 5px solid #eb8c34;
  border-bottom: 2px solid #ccc;
  margin-top: 10%;
  padding: 10px;
  padding-left: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.h2title_02 span {
  display: block;
  font-size: 15px;
  font-weight: 400;
}

.agaricus01 {
  margin-top: 5%;
  background: #fff7ef;
  border-radius: 10%;
  padding: 20px;
}

.agaricus01 tr td {
  width: 50%;
  border: none;
}

.agaricus01 tr td img {
  width: 85% !important;
  margin: 0 auto;
}

.agaricus01 tr .td_img img {
  border-radius: 20%;
}

.agaricus01 tr .tr_em {
  padding: 10px 0 30px !important;
  font-size: 16px;
}

.agaricus01 tr .tr_em div {
  font-weight: bold;
  width: 80%;
  margin: 0 auto;
  padding: 10px 30px;
  border: 4px double #eb8c34;
}

.agaricus01 tr .tr_em::before {
  display: block;
  font-family: "Font Awesome 5 Pro";
  content: '\f354';
  font-weight: 700;
  color: #eb8c34;
  font-size: 55px;
  line-height: 55px;
  margin-bottom: 10px;
}

.agaricus01 tr .tx_r div {
  display: inline-block;
  padding: 10px 30px;
  position: relative;
  background: #fde7d1;
  border-radius: 3px;
}

.agaricus01 tr .tx_r div::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border-right: 20px solid #fde7d1;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.agaricus01 tr .tx_l {
  text-align: right;
}

.agaricus01 tr .tx_l div {
  display: inline-block;
  padding: 10px 30px;
  position: relative;
  background: #fde7d1;
  border-radius: 3px;
}

.agaricus01 tr .tx_l div::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border-left: 20px solid #fde7d1;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

@media (max-width: 640px) {
  .agaricus01 tr .tx_r div, .agaricus01 tr .tx_l div {
    padding: 10px;
  }
}

.agaricus02 {
  margin-bottom: 10%;
}

.agaricus02 table {
  width: 100%;
}

.agaricus02 table tr {
  display: block;
  float: left;
  width: 50%;
}

.agaricus02 table tr td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
}

.agaricus02 table .table_tx {
  height: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5%;
}

.agaricus02 table .table_img {
  padding: 0 !important;
}

.agaricus02 table .table_img img {
  width: 100% !important;
}

@media (max-width: 640px) {
  .agaricus02 table tr {
    float: none;
    width: 95%;
    margin: 0 auto;
  }
}

.nf_txt h2 {
  font-size: 16px;
  border-bottom: 1px solid #ccc;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 10px;
  padding: 0 2em;
}

.pan1 {
  margin-bottom: 30px;
}

.pan1 a {
  display: inline-block;
  line-height: 30px;
  color: #eb8c34;
}

.disnone {
  display: none;
}

.bg100 {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

.positioncenter {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  text-align: center;
}

/* news */
.scroll {
  overflow-y: auto;
  max-height: 150px;
}

.scroll dl {
  border-bottom: 1px dotted #999 !important;
  padding-bottom: 30px !important;
  margin-bottom: 30px !important;
}

@media (max-width: 640px) {
  .scroll dl {
    display: block !important;
  }
}

.scroll dl dt, .scroll dl dd {
  border: none !important;
  padding: 0 !important;
  background: none !important;
}

@media (max-width: 640px) {
  .scroll dl dt, .scroll dl dd {
    width: 100% !important;
  }
}

.scroll dl dd {
  width: 100%;
}

.scroll dl dt {
  font-weight: bold;
  width: 110px !important;
}

@media (max-width: 640px) {
  .scroll dl dt {
    width: 100% !important;
    margin-bottom: 10px !important;
  }
}

section form h2.mail.title {
  display: none;
}

/* flex */
.flex_wrap {
  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;
}

.calc1 {
  width: calc(100% / 2 - 2%);
}

.calc2 {
  width: calc(100% / 3 - 2%);
}

.calc3 {
  width: calc(100% / 4 - 2%);
}

@media (max-width: 834px) {
  .tabW100 {
    width: 100% !important;
  }
}

@media (max-width: 834px) {
  .tabW50 {
    width: calc(100% / 2 - 2%) !important;
  }
}

@media (max-width: 640px) {
  .spW100 {
    width: 100% !important;
  }
}

@media (max-width: 640px) {
  .spW50 {
    width: calc(100% / 2 - 2%) !important;
  }
}

/*================== プラポリ一体型お問い合わせSCSS =================*/
.policy {
  text-align: left;
}

.policy-text {
  font-size: 18px;
}

.policy h2 {
  border-left: 4px solid #eb8c34;
  color: #333;
  padding-left: 8px;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: normal;
}

.policy-trriger {
  color: #eb8c34;
  cursor: pointer;
  text-decoration: underline;
}

.policy-wrap {
  display: none;
  position: fixed;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

@media (max-width: 834px) {
  .policy-wrap {
    left: 0;
  }
}

.policy-wrap p {
  color: #333;
  line-height: 1.6;
}

.policy-wrap > div {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  opacity: 0;
  position: relative;
  padding: 20px;
  max-width: 800px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #eb8c34;
  height: 60vh;
  -ms-overflow-y: scroll;
  overflow-y: scroll;
}

@media (max-width: 834px) {
  .policy-wrap > div {
    width: 95%;
  }
}

.policy-wrap > div a {
  position: absolute;
  top: -4px;
  right: -4px;
  font-size: 2.4rem;
  font-weight: bold;
}

.policy {
  text-align: left;
}

.policy-text {
  font-size: 18px;
}

.policy-wrap h3 {
  margin-top: 16px;
  border-left: 4px solid #eb8c34;
  color: #333;
  padding-left: 8px;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: bold;
}

.policy p {
  margin: 10px 0 25px;
}

.policy-wrap.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.policy-wrap.active > div {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/*# sourceMappingURL=common_style.css.map */