@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.075em;
  color: #333333;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  word-wrap: break-word;
}

a {
  text-decoration: none;
}

figure {
  padding: 0;
  margin: 0;
}

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

.inner2 {
  margin: 0 auto;
  max-width: 1200px;
}

@media screen and (max-width: 1200px) {
  .inner2 {
    padding: 0 10px;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

@media screen and (max-width: 1200px) {
  .inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

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

.bornone td {
  border: none !important;
}

.pdnone td {
  padding: 0 !important;
}

.img100 img {
  width: 100%;
}

.link1 a {
  color: #5cc2cf;
  font-weight: bold;
}

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

#contents {
  padding: 0;
  max-width: 100%;
}

#main {
  max-width: 100%;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  #main {
    width: 100%;
  }
}

#main #col_main {
  width: 100%;
}

@media screen and (max-width: 1200px) {
  #main #col_main {
    width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  #side {
    width: 18.75%;
  }
}

@media screen and (max-width: 1200px) {
  #side aside {
    width: 100% !important;
  }
}

.policy h2 {
  border-bottom: 2px solid #bbbbbb;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 5px;
}

.policy p {
  margin: 0 0 20px;
}

table {
  table-layout: fixed;
}

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

.tlauto table {
  table-layout: auto;
}

table td img {
  height: auto !important;
}

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

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

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;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

u {
  text-decoration: underline;
}

.borB {
  border-bottom: 1px dashed #333;
}

b {
  font-weight: bold;
}

.borderB {
  border-bottom: 1px dashed #333;
}

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

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

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

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

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

.tacenter {
  text-align: center !important;
}

.ColLeft {
  float: left;
}

.ColRight {
  float: right;
}

.flexleft {
  display: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
}

.flexcenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}

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

@media screen and (max-width: 834px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
}

@media screen and (max-width: 640px) {
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
}

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

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

header#global_header {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  margin: 0 auto;
}

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

.dsnone {
  display: none;
}

#modal {
  display: none;
}

.modaal-close {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  right: inherit !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 0 !important;
}

.modaal-close::before, .modaal-close::after {
  display: none !important;
}

.cus-close {
  position: static !important;
  color: #333 !important;
  opacity: 1 !important;
  text-align: center;
  border-radius: inherit !important;
  background: #ddd !important;
  padding: 5px 0 !important;
}

.modaal-content-container {
  padding: 25px !important;
}

@media screen and (max-width: 480px) {
  .modaal-content-container {
    padding: 15px !important;
  }
  .modaal-content-container .policy h2 {
    font-size: 16px;
  }
  .modaal-content-container .policy p {
    font-size: 14px;
  }
}

.modaal-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 768px;
  overflow-y: scroll;
}

@media screen and (max-width: 480px) {
  .modaal-container {
    max-height: 100%;
  }
}

@media screen and (max-width: 480px) {
  .modaal-inner-wrapper {
    padding: 80px 10px !important;
  }
}

.bt_confirm {
  background: #eee;
  width: auto;
  text-indent: 0;
}

.bt_back {
  background: #eee;
  text-indent: 0;
}

.bt_send {
  background: #eee;
  width: auto;
  text-indent: 0;
}

.annot {
  display: none;
}

header#global_header {
  max-width: 1920px;
}

#header {
  width: 100%;
  max-width: 1920px;
}

.top-wrap {
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  position: fixed;
  z-index: 201;
}

@media screen and (max-width: 834px) {
  .top-wrap {
    width: 93.5%;
    background: none;
  }
}

@media screen and (max-width: 768px) {
  .top-wrap {
    width: 93%;
  }
}

@media screen and (max-width: 738px) {
  .top-wrap {
    width: 92.4%;
  }
}

@media screen and (max-width: 640px) {
  .top-wrap {
    width: 91.5%;
  }
}

@media screen and (max-width: 480px) {
  .top-wrap {
    width: 89%;
  }
}

@media screen and (max-width: 375px) {
  .top-wrap {
    width: 85.8%;
  }
}

@media screen and (max-width: 320px) {
  .top-wrap {
    width: 83%;
  }
}

.top-wrap .top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top-wrap .top .logo {
  padding-top: 25px;
  padding-left: 25px;
  text-align: left;
}

@media screen and (max-width: 834px) {
  .top-wrap .top .logo {
    width: 42%;
    text-align: left;
  }
}

@media screen and (max-width: 834px) and (max-width: 640px) {
  .top-wrap .top .logo {
    width: 50%;
  }
}

@media screen and (max-width: 834px) and (max-width: 480px) {
  .top-wrap .top .logo {
    width: 70%;
  }
}

@media screen and (max-width: 834px) and (max-width: 375px) {
  .top-wrap .top .logo {
    width: 80%;
  }
}

@media screen and (max-width: 1000px) {
  .top-wrap .top .logo {
    padding-top: 5px;
    padding-left: 5px;
  }
}

.top-wrap .top .logo img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1000px) {
  .top-wrap .top .logo img {
    width: 80%;
  }
}

@media screen and (max-width: 834px) {
  .top-wrap .top .logo img {
    width: 100%;
  }
}

.top-wrap .top .header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 50%;
}

.top-wrap .top .header-right .tel img {
  position: relative;
  top: -10px;
}

@media screen and (max-width: 1000px) {
  .top-wrap .top .header-right .tel img {
    top: -2px;
  }
}

.top-wrap .top .header-right .tel a {
  color: white;
  display: block;
  padding: 8px 20px;
  background-color: #5cc2cf;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 1000px) {
  .top-wrap .top .header-right .tel a {
    padding: 8px 15px;
  }
}

.top-wrap .top .header-right .tel a span {
  font-size: 2.6rem;
  padding-left: 5px;
}

@media screen and (max-width: 1200px) {
  .top-wrap .top .header-right .tel a span {
    font-size: calc(1.8rem + 0.1vw);
  }
}

@media screen and (max-width: 1000px) {
  .top-wrap .top .header-right .tel a span {
    font-size: 16px;
  }
}

@media screen and (max-width: 834px) {
  .top-wrap .top .header-right .tel a span {
    display: none;
  }
}

.top-wrap .top .header-right .tel a:hover {
  opacity: 0.8;
}

.top-wrap .top .header-right .mail {
  margin-left: 2px;
}

.top-wrap .top .header-right .mail img {
  position: relative;
  top: -8px;
}

@media screen and (max-width: 1000px) {
  .top-wrap .top .header-right .mail img {
    top: -2px;
  }
}

.top-wrap .top .header-right .mail a {
  color: white;
  display: block;
  padding: 8px 30px;
  background-color: #11cc89;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 1000px) {
  .top-wrap .top .header-right .mail a {
    padding: 8px 20px;
  }
}

@media screen and (max-width: 834px) {
  .top-wrap .top .header-right .mail a {
    padding: 8px 15px;
  }
}

.top-wrap .top .header-right .mail a span {
  font-size: 26px;
  padding-left: 5px;
}

@media screen and (max-width: 1200px) {
  .top-wrap .top .header-right .mail a span {
    font-size: calc(1.8rem + 0.1vw);
  }
}

@media screen and (max-width: 1000px) {
  .top-wrap .top .header-right .mail a span {
    font-size: 16px;
  }
}

@media screen and (max-width: 834px) {
  .top-wrap .top .header-right .mail a span {
    display: none;
  }
}

.top-wrap .top .header-right .mail a:hover {
  opacity: 0.8;
}

.top-wrap .header-nav {
  margin-top: 10px;
}

@media screen and (max-width: 1000px) {
  .top-wrap .header-nav {
    margin-top: 0;
  }
}

.top-wrap .header-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.top-wrap .header-nav ul li {
  width: 100%;
}

.top-wrap .header-nav ul a {
  display: block;
  padding: 20px 0 30px 0;
  color: black;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.top-wrap .header-nav ul a:hover {
  font-size: 20px;
  opacity: 0.7;
}

.top-img {
  position: relative;
}

@media screen and (max-width: 640px) {
  .top-img .top1 {
    display: none;
  }
}

.top-img h1 {
  line-height: 0.8;
  font-size: 5rem;
  font-weight: 900;
  padding: 15px 15px;
  background-color: white;
  position: absolute;
  bottom: 7.5%;
  left: 6.5%;
}

@media screen and (max-width: 1920px) {
  .top-img h1 {
    font-size: calc(4rem + 0.1vw);
  }
}

@media screen and (max-width: 1200px) {
  .top-img h1 {
    font-size: calc(3rem + 0.1vw);
  }
}

@media screen and (max-width: 640px) {
  .top-img h1 {
    font-size: 20px;
    padding: 10px 5px 10px 5px;
    left: 3%;
  }
}

.top-img .top2 {
  display: none;
}

@media screen and (max-width: 640px) {
  .top-img .top2 {
    display: block;
    position: relative;
  }
}

.mean-container .mean-bar {
  background: rgba(255, 255, 255, 0.8) !important;
  position: fixed !important;
}

@media screen and (max-width: 834px) {
  .mean-container .mean-bar {
    z-index: 3;
  }
}

.mean-container .mean-nav {
  background: rgba(255, 255, 255, 0.8) !important;
}

.mean-container .mean-nav ul li a {
  border-top: 1px solid grey !important;
}

.mean-nav ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.fixed {
  position: fixed !important;
  left: 0;
  top: 0;
  z-index: 500;
  width: 100%;
}

#global_footer {
  background: none !important;
  z-index: 1;
}

.form {
  background: -webkit-gradient(linear, left top, right top, from(#46c4db), to(#11cc89));
  background: linear-gradient(to right, #46c4db, #11cc89);
  max-width: 1200px;
  line-height: 1.3;
  margin: 0 auto;
  z-index: 1;
  padding: 50px 0 50px 0;
  position: relative;
  top: 120px;
  left: 0;
  visibility: center;
}

@media screen and (max-width: 834px) {
  .form {
    top: 60px;
  }
}

@media screen and (max-width: 640px) {
  .form {
    padding: 20px 0 30px 0;
  }
}

.form p {
  font-size: 8rem;
  color: white;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 200;
}

@media screen and (max-width: 1200px) {
  .form p {
    font-size: calc(7rem + 0.1vw);
  }
}

@media screen and (max-width: 1000px) {
  .form p {
    font-size: calc(5rem + 0.1vw);
  }
}

@media screen and (max-width: 1000px) and (max-width: 640px) {
  .form p {
    font-size: 4rem;
  }
}

.form .form-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 640px) {
  .form .form-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.form .form-wrap .wrap1 a {
  color: white;
  font-size: 2.2rem;
  font-weight: bold;
  display: block;
  padding: 10px 30px 10px 30px;
  border: 1px solid white;
  margin: 0 5px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media screen and (max-width: 1200px) {
  .form .form-wrap .wrap1 a {
    font-size: calc(1.8rem + 0.1vw);
    padding: 7px 30px 12px 30px;
  }
}

@media screen and (max-width: 1000px) {
  .form .form-wrap .wrap1 a {
    font-size: 18px;
  }
}

@media screen and (max-width: 640px) {
  .form .form-wrap .wrap1 a {
    display: inline-block;
  }
}

.form .form-wrap .wrap1 a:hover {
  opacity: 0.6;
}

.form .form-wrap .wrap1 img {
  position: relative;
}

.form .form-wrap .wrap2 a {
  color: white;
  font-size: 2.2rem;
  font-weight: bold;
  display: block;
  padding: 7px 37px 9px 37px;
  border: 1px solid white;
  margin: 0 5px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media screen and (max-width: 1200px) {
  .form .form-wrap .wrap2 a {
    font-size: calc(1.8rem + 0.1vw);
    padding: 2px 30px 12px 30px;
  }
}

@media screen and (max-width: 1000px) {
  .form .form-wrap .wrap2 a {
    font-size: 18px;
  }
}

@media screen and (max-width: 640px) {
  .form .form-wrap .wrap2 a {
    display: inline-block;
    padding: 2px 36px 12px 36px;
    margin-top: 10px;
  }
}

.form .form-wrap .wrap2 a span {
  padding-left: 5px;
}

.form .form-wrap .wrap2 a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 1200px) {
  .form .form-wrap .wrap2 img {
    position: relative;
    top: 3px;
    left: 0;
  }
}

.footer-wrap {
  background-color: #f7f7f7 !important;
}

.footer-wrap .footer-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;
  padding-top: 150px;
  padding-bottom: 25px;
}

@media screen and (max-width: 834px) {
  .footer-wrap .footer-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-top: 100px;
    padding-bottom: 10px;
  }
}

.footer-wrap .footer-box .logo2 {
  padding-left: 20px;
  width: 50%;
  text-align: left;
}

@media screen and (max-width: 834px) {
  .footer-wrap .footer-box .logo2 {
    text-align: unset;
  }
}

@media screen and (max-width: 640px) {
  .footer-wrap .footer-box .logo2 {
    width: 80%;
    margin: auto;
  }
}

.footer-wrap .footer-box .logo2 img {
  width: 60%;
}

@media screen and (max-width: 1500px) {
  .footer-wrap .footer-box .logo2 img {
    width: 70%;
  }
}

@media screen and (max-width: 1200px) {
  .footer-wrap .footer-box .logo2 img {
    width: 80%;
  }
}

@media screen and (max-width: 834px) {
  .footer-wrap .footer-box .logo2 img {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .footer-wrap .footer-box .logo2 img {
    width: 300px;
  }
}

.footer-wrap .footer-box .logo2 p {
  padding-top: 2px;
  line-height: 1.5;
  font-size: 16px;
  text-align: left;
}

@media screen and (max-width: 834px) {
  .footer-wrap .footer-box .logo2 p {
    font-size: calc(1.3rem + 0.1vw);
    text-align: unset;
  }
}

@media screen and (max-width: 480px) {
  .footer-wrap .footer-box .logo2 p {
    font-size: calc(1.1rem + 0.1vw);
  }
}

.footer-wrap .footer-box .footer-nav {
  width: 50%;
}

@media screen and (max-width: 834px) {
  .footer-wrap .footer-box .footer-nav {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .footer-wrap .footer-box .footer-nav {
    display: none;
  }
}

.footer-wrap .footer-box .footer-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media screen and (max-width: 640px) {
  .footer-wrap .footer-box .footer-nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }
}

.footer-wrap .footer-box .footer-nav ul li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.footer-wrap .footer-box .footer-nav ul a {
  font-size: 16px;
  display: block;
  color: black;
}

@media screen and (max-width: 834px) {
  .footer-wrap .footer-box .footer-nav ul a {
    background: #ccc;
    color: white;
    padding: 10px 15px;
    margin: 0 5px 30px 5px;
  }
}

@media screen and (max-width: 640px) {
  .footer-wrap .footer-box .footer-nav ul a {
    margin: 0 0 5px 0;
  }
}

.footer-wrap .footer-box .footer-nav ul a:hover {
  opacity: 0.6;
}

.footer-wrap p {
  padding-bottom: 10px;
}

@media screen and (max-width: 640px) {
  .footer-wrap p {
    font-size: 12px;
  }
}

.g-map {
  position: relative;
  width: 100%;
  /* 左右に余白が必要なら値を変更してもOK */
  height: 0;
  padding-bottom: 56.25%;
  /* padding-topでもOK */
  overflow: hidden;
}

.g-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* 必要であれば!importantを付けてください */
  height: 100%;
  /* 必要であれば!importantを付けてください */
}

#contents_wrap {
  padding: 0;
}

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

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

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

#contents {
  background: none !important;
}

.pankuzu a {
  color: #5cc2cf;
  margin-left: 20px;
}

@media screen and (max-width: 480px) {
  .pankuzu a span {
    display: none;
  }
}

/* ホームページ */
.container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 834px) {
  .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 80px !important;
    margin-bottom: 100px !important;
  }
}

@media screen and (max-width: 640px) {
  .container {
    margin-top: 60px !important;
  }
}

.container .contents-left {
  width: 50%;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 0 10vw;
}

@media screen and (max-width: 834px) {
  .container .contents-left {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.container .contents-left h3 {
  font-size: 3rem;
  font-weight: 900;
  padding-bottom: 20px;
}

@media screen and (max-width: 1200px) {
  .container .contents-left h3 {
    font-size: calc(2.2rem + 0.1vw);
    line-height: 0.8;
  }
}

.container .contents-left .btn a {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
  background: -webkit-gradient(linear, left top, right top, from(#46c4db), to(#11cc89));
  background: linear-gradient(to right, #46c4db, #11cc89);
  display: block;
  max-width: 250px;
  color: white;
  text-align: center;
  padding: 10px 0 10px 0;
  position: relative;
  margin-top: 40px;
}

@media screen and (max-width: 1200px) {
  .container .contents-left .btn a {
    margin-top: 20px;
  }
}

@media screen and (max-width: 640px) {
  .container .contents-left .btn a {
    max-width: 100%;
  }
}

.container .contents-left .btn a::after {
  content: "\f0da";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: white;
  position: absolute;
  top: 50%;
  right: 20px;
  padding-bottom: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
}

.container .contents-left .btn a:hover {
  opacity: 0.6;
}

.container .contents-right {
  width: 50%;
}

@media screen and (max-width: 834px) {
  .container .contents-right {
    width: 80%;
    padding-bottom: 20px;
  }
}

/* NEWS */
.news-wrap {
  background: -webkit-gradient(linear, left top, right top, from(#b5e7f1), to(#a0ebd0));
  background: linear-gradient(to right, #b5e7f1, #a0ebd0);
  padding: 0 60px 80px 60px;
}

@media screen and (max-width: 640px) {
  .news-wrap {
    padding: 0 10px 50px 10px;
  }
}

.news-wrap h3 {
  font-size: 15rem;
  color: #cccccc;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  position: relative;
  bottom: 28px;
  left: 12px;
  line-height: 0.6;
}

@media screen and (max-width: 1200px) {
  .news-wrap h3 {
    font-size: 14rem;
  }
}

@media screen and (max-width: 1200px) {
  .news-wrap h3 {
    font-size: 12rem;
  }
}

@media screen and (max-width: 834px) {
  .news-wrap h3 {
    font-size: 10rem;
    bottom: 19px;
  }
}

@media screen and (max-width: 640px) {
  .news-wrap h3 {
    font-size: 7rem;
  }
}

@media screen and (max-width: 480px) {
  .news-wrap h3 {
    font-size: 5.5rem;
  }
}

.news {
  width: 95%;
  height: 250px;
  overflow-y: scroll;
  margin: 0 auto;
}

.news dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-left: 5px solid #11cc89;
}

@media screen and (max-width: 834px) {
  .news dl {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

.news dl dt {
  text-align: center;
  padding: 5px 20px 30px 0;
}

@media screen and (max-width: 834px) {
  .news dl dt {
    padding: 5px 20px 0px 20px;
    font-weight: 700;
    display: block;
    width: 100% !important;
    text-align: left;
  }
}

.news dl dd {
  padding: 5px 20px 10px 20px;
}

@media screen and (max-width: 834px) {
  .news dl dd {
    display: block;
    width: 100% !important;
  }
}

.news::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.news::-webkit-scrollbar-track {
  border-radius: 5px;
  -webkit-box-shadow: 0 0 4px #aaa inset;
          box-shadow: 0 0 4px #aaa inset;
}

.news::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #cccccc;
}

/* flex box */
.middle-contents {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 100%;
}

@media screen and (max-width: 834px) {
  .middle-contents {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 60px !important;
  }
}

.middle-contents .box {
  position: relative;
  width: 48%;
}

@media screen and (max-width: 834px) {
  .middle-contents .box {
    width: 100%;
    margin: 20px auto;
  }
}

@media screen and (max-width: 834px) and (max-width: 640px) {
  .middle-contents .box {
    margin: 5px auto !important;
  }
}

@media screen and (max-width: 834px) {
  .middle-contents .box img {
    width: 100% !important;
  }
}

.middle-contents .box::after {
  content: url(../images/contents/arrow.png);
  color: white;
  position: absolute;
  top: 10%;
  right: 5%;
  padding-bottom: 5px;
  display: block;
}

.middle-contents .box p {
  color: white;
  line-height: 1;
  font-size: 3rem;
  font-weight: bold;
  position: absolute;
  top: 10%;
  left: 5%;
}

@media screen and (max-width: 640px) {
  .middle-contents .box p {
    font-size: calc(2.2rem + 0.1vw);
  }
}

.middle-contents .box span {
  color: white;
  font-size: 20px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
}

/* 施工例 */
.bottom-contents {
  width: 100%;
  text-align: center;
  line-height: 1;
  position: relative;
  z-index: 2;
}

.bottom-contents::before {
  content: "";
  width: 100%;
  height: 330px;
  background: -webkit-gradient(linear, left top, right top, from(#46c4db), to(#11cc89));
  background: linear-gradient(to right, #46c4db, #11cc89);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 640px) {
  .bottom-contents::before {
    height: 250px;
  }
}

@media screen and (max-width: 834px) {
  .bottom-contents {
    margin-top: 60px !important;
  }
}

.bottom-contents .title h3 {
  font-size: 3rem;
  font-weight: bold;
  color: white;
  padding-top: 60px;
  padding-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .bottom-contents .title h3 {
    font-size: calc(2.4rem + 0.1vw);
    padding-top: 40px;
    padding-bottom: 10px;
  }
}

.bottom-contents .title span {
  font-size: 20px;
  color: white;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  padding-bottom: 100px;
}

.bottom-contents .box5 {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding-top: 35px;
  padding-bottom: 60px;
  height: auto;
  overflow: visible;
}

@media screen and (max-width: 640px) {
  .bottom-contents .box5 {
    padding-top: 10px;
  }
}

.bottom-contents .box5 .box {
  background: white;
  -webkit-box-shadow: 0px 0px 60px rgba(204, 204, 204, 0.5);
          box-shadow: 0px 0px 60px rgba(204, 204, 204, 0.5);
  width: 65% !important;
  margin: auto;
}

@media screen and (max-width: 640px) {
  .bottom-contents .box5 .box {
    width: 80%;
  }
}

.bottom-contents .box5 .box img {
  width: 100% !important;
  display: block;
  margin: auto;
}

.bottom-contents .box5 .box div {
  padding: 15px 0;
  font-size: 20px;
}

.bottom-contents .btn a {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
  background: -webkit-gradient(linear, left top, right top, from(#46c4db), to(#11cc89));
  background: linear-gradient(to right, #46c4db, #11cc89);
  display: block;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  max-width: 250px;
  color: white;
  text-align: center;
  padding: 20px 0 20px 0;
  margin: 40px auto 0 auto;
  position: relative;
}

.bottom-contents .btn a::after {
  content: "\f0da";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: white;
  position: absolute;
  top: 50%;
  right: 20px;
  padding-bottom: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
}

@media screen and (max-width: 640px) {
  .bottom-contents .btn a {
    max-width: 80%;
  }
}

.bottom-contents .btn a:hover {
  opacity: 0.6;
}

/* owl slider  */
.slider2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
}

.slider2 .box {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.slider2 h3 {
  text-align: center;
  margin: 10px 0;
}

.slider2 article > div {
  max-height: 170px;
  overflow-y: auto;
}

.owl-item {
  margin: auto !important;
}

.owl-item img {
  display: block;
  margin: auto;
  text-align: center;
}

.owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* MAP　*/
.bottom-contents2 {
  margin-top: 80px !important;
}

.sp-br {
  display: none;
}

@media screen and (max-width: 480px) {
  .sp-br {
    display: block;
  }
}

iframe {
  width: 100%;
}

.map-container {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1000px) {
  .map-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.map-container .contents-right2 {
  width: 50%;
}

@media screen and (max-width: 1000px) {
  .map-container .contents-right2 {
    width: 100%;
    margin-bottom: 30px;
  }
}

.map-container .contents-right2 .name div {
  font-size: 3rem;
  font-weight: 900;
}

@media screen and (max-width: 1200px) {
  .map-container .contents-right2 .name div {
    font-size: calc(2.5rem + 0.1vw);
  }
}

.map-container .contents-right2 .list {
  text-align: left;
  margin: auto;
  line-height: 1;
}

.map-container .contents-right2 .list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 10px 0;
}

.map-container .contents-right2 .list dt {
  font-weight: bold;
  border-bottom: 5px solid #11cc89;
  vertical-align: bottom;
  width: 74px !important;
  padding-bottom: 5px;
}

.map-container .contents-right2 .list dd {
  width: auto !important;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 40px;
}

@media screen and (max-width: 1200px) {
  .map-container .contents-right2 .list dd {
    padding-left: 20px;
  }
}

.map-image {
  width: 50%;
}

@media screen and (max-width: 1000px) {
  .map-image {
    width: 90%;
  }
}

.inner3 {
  max-width: 540px;
  margin: auto;
}

@media screen and (max-width: 1200px) {
  .inner3 {
    max-width: 465px;
    margin: auto;
  }
}

@media screen and (max-width: 480px) {
  .inner3 {
    max-width: 355px;
    margin: auto;
  }
}

/* お問い合わせページ */
#contents {
  max-width: 100vw;
}

.contact-form {
  max-width: 1200px !important;
  margin: 80px auto 0 auto;
}

@media screen and (max-width: 1200px) {
  .contact-form {
    margin: 40px 20px 0 20px;
  }
}

.form-title h1 {
  text-align: center !important;
  padding: 70px 0;
  color: white;
  font-size: 3.5rem;
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#46c4db), to(#11cc89));
  background: linear-gradient(to right, #46c4db, #11cc89);
  width: 100%;
}

@media screen and (max-width: 834px) {
  .form-title h1 {
    padding: 40px 0;
    font-size: 3rem;
  }
}

.policy-link {
  max-width: 1200px;
  margin: auto;
  font-size: 1.5rem;
  padding-top: 10px;
}

.policy-link a {
  color: #11cc89;
}

/* 事業内容ページ */
.about-container {
  margin-top: 80px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 834px) {
  .about-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 100%;
    margin: 40px auto !important;
  }
}

.about-container .about-left {
  width: 50%;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 0 10vw;
}

@media screen and (max-width: 834px) {
  .about-container .about-left {
    width: 90%;
    margin: 0 auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 40px;
    padding: 0;
  }
}

.about-container .about-right {
  width: 50%;
}

.about-container .about-right .imgL {
  margin-right: 0 !important;
}

@media screen and (max-width: 834px) {
  .about-container .about-right {
    width: 90%;
  }
}

/* 会社概要ページ */
.company-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 834px) {
  .company-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 40px auto !important;
  }
}

.company-wrap .company-left {
  width: 50%;
}

@media screen and (max-width: 834px) {
  .company-wrap .company-left {
    width: 90%;
  }
}

.company-wrap .company-list {
  width: 50%;
  padding: 0 10vw;
  text-align: left;
  margin: auto;
  line-height: 1;
}

@media screen and (max-width: 1500px) {
  .company-wrap .company-list {
    padding: 0 8vw;
  }
}

@media screen and (max-width: 834px) {
  .company-wrap .company-list {
    width: 100%;
    padding-top: 20px;
  }
}

.company-wrap .company-list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 10px 0;
}

.company-wrap .company-list dt {
  font-weight: bold;
  border-bottom: 5px solid #11cc89;
  vertical-align: bottom;
  width: 74px !important;
  padding-bottom: 5px;
  border-top: none !important;
  border-left: none !important;
  background: white !important;
  border-bottom: 5px solid #11cc89 !important;
}

.company-wrap .company-list dd {
  width: auto !important;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 40px;
  border: none !important;
}

.company-wrap .company-list dd a {
  color: #5cc2cf;
}

.company-wrap .company-list dd a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 1200px) {
  .company-wrap .company-list dd {
    padding-left: 20px;
  }
}

/* 実績紹介ページ */
.works-top {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.works-top .box {
  padding: 20px 40px;
  width: 350px;
  background: -webkit-gradient(linear, left top, right top, from(#b5e7f1), to(#a0ebd0));
  background: linear-gradient(to right, #b5e7f1, #a0ebd0);
  margin: 0 40px;
  position: relative;
  -webkit-box-shadow: 0px 0px 60px rgba(204, 204, 204, 0.4);
          box-shadow: 0px 0px 60px rgba(204, 204, 204, 0.4);
  border-radius: 3px;
}

@media screen and (max-width: 1000px) {
  .works-top .box {
    width: 320px;
  }
}

@media screen and (max-width: 834px) {
  .works-top .box {
    margin: 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .works-top .box {
    width: 250px;
  }
}

@media screen and (max-width: 640px) {
  .works-top .box {
    width: 70%;
    padding: 15px 20px;
    display: block;
    margin-bottom: 10px;
  }
}

.works-top .box::after {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  border-radius: 3px;
  color: white;
  position: absolute;
  top: 26%;
  right: 33px;
  display: block;
  font-size: 2.5rem;
}

@media screen and (max-width: 768px) {
  .works-top .box::after {
    font-size: calc(2rem + 0.1vw);
  }
}

@media screen and (max-width: 640px) {
  .works-top .box::after {
    top: 22%;
    right: 10%;
  }
}

.works-top .box a {
  font-size: 2.5rem;
  color: white;
  font-weight: 700;
  line-height: 1;
  display: block;
}

@media screen and (max-width: 768px) {
  .works-top .box a {
    font-size: calc(2rem + 0.1vw);
  }
}

.works-top .box a span {
  font-size: 16px;
  color: white;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
}

#link {
  padding-top: 250px;
}

@media screen and (max-width: 1000px) {
  #link {
    padding-top: 200px;
  }
}

@media screen and (max-width: 834px) {
  #link {
    padding-top: 100px;
  }
}

#link2 {
  padding-top: 250px;
}

@media screen and (max-width: 1000px) {
  #link2 {
    padding-top: 200px;
  }
}

@media screen and (max-width: 834px) {
  #link2 {
    padding-top: 100px;
  }
}

.works-new, .works-reform {
  max-width: 1200px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 35px;
  height: auto;
  margin: auto;
  z-index: 2;
}

@media screen and (max-width: 1200px) {
  .works-new, .works-reform {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

@media screen and (max-width: 640px) {
  .works-new, .works-reform {
    padding-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.works-new .box, .works-reform .box {
  background: white;
  width: 30%;
  margin: 20px 10px;
  -webkit-box-shadow: 0px 0px 60px rgba(204, 204, 204, 0.5);
          box-shadow: 0px 0px 60px rgba(204, 204, 204, 0.5);
}

@media screen and (max-width: 1200px) {
  .works-new .box, .works-reform .box {
    width: 40%;
  }
}

@media screen and (max-width: 640px) {
  .works-new .box, .works-reform .box {
    width: 80%;
  }
}

.works-new .box div, .works-reform .box div {
  padding: 15px 10px;
  font-size: 16px;
  line-height: 1.5;
}

.works-new .box h3, .works-reform .box h3 {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  padding-top: 10px;
}

.works-new .box img, .works-reform .box img {
  width: 100% !important;
  height: 270px !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
}

@media screen and (max-width: 1200px) {
  .works-new .box img, .works-reform .box img {
    height: 30vw !important;
  }
}

@media screen and (max-width: 640px) {
  .works-new .box img, .works-reform .box img {
    height: 60vw !important;
  }
}

.new, .reform {
  margin: auto;
  text-align: center;
  line-height: 1;
  position: relative;
  z-index: 2;
}

.new::before, .reform::before {
  content: "";
  width: 100%;
  height: 330px;
  background: -webkit-gradient(linear, left top, right top, from(#46c4db), to(#11cc89));
  background: linear-gradient(to right, #46c4db, #11cc89);
  background-position: bottom;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 640px) {
  .new::before, .reform::before {
    height: 250px;
  }
}

@media screen and (max-width: 834px) {
  .new, .reform {
    margin-top: 60px !important;
  }
}

.new .new-title h3, .new .reform-title h3, .reform .new-title h3, .reform .reform-title h3 {
  font-size: 3rem;
  color: white;
  padding-top: 60px;
  padding-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .new .new-title h3, .new .reform-title h3, .reform .new-title h3, .reform .reform-title h3 {
    font-size: calc(2.4rem + 0.1vw);
    padding-top: 40px;
    padding-bottom: 10px;
  }
}

.new .new-title h3 a, .new .reform-title h3 a, .reform .new-title h3 a, .reform .reform-title h3 a {
  font-weight: 700;
}

.new .new-title h3 a:hover, .new .reform-title h3 a:hover, .reform .new-title h3 a:hover, .reform .reform-title h3 a:hover {
  color: white;
}

.new .new-title span, .new .reform-title span, .reform .new-title span, .reform .reform-title span {
  font-size: 20px;
  color: white;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  padding-bottom: 100px;
}

/* 依頼の流れ */
.step {
  margin-top: 80px;
}

@media screen and (max-width: 1200px) {
  .step {
    margin: 80px 20px 0 20px;
  }
}

@media screen and (max-width: 640px) {
  .step {
    margin: 40px 0px 0 0px;
  }
}

.step1, .step3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 60px 0;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .step1, .step3 {
    margin: 40px 0;
  }
}

.step1 .step1-img, .step1 .step3-img, .step3 .step1-img, .step3 .step3-img {
  width: 40%;
}

@media screen and (max-width: 640px) {
  .step1 .step1-img, .step1 .step3-img, .step3 .step1-img, .step3 .step3-img {
    width: 100%;
    padding: 10px 0;
  }
}

.step1 .step1-img img, .step1 .step3-img img, .step3 .step1-img img, .step3 .step3-img img {
  width: 100% !important;
}

@media screen and (max-width: 640px) {
  .step1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 640px) {
  .step3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.step1-txt {
  width: 60%;
  margin-left: 5vw;
}

@media screen and (max-width: 640px) {
  .step1-txt {
    width: 100%;
    margin-left: 0;
  }
}

.step1-txt h3 {
  font-size: 2.5rem;
  font-weight: 700;
}

@media screen and (max-width: 640px) {
  .step1-txt h3 {
    font-size: calc(2rem + 0.1vw);
  }
}

.step3-txt {
  width: 60%;
  margin-right: 5vw;
}

@media screen and (max-width: 640px) {
  .step3-txt {
    width: 100%;
    margin-right: 0;
  }
}

.step3-txt h3 {
  font-size: 2.5rem;
  font-weight: 700;
}

@media screen and (max-width: 640px) {
  .step3-txt h3 {
    font-size: calc(2rem + 0.1vw);
  }
}

.step2 {
  position: relative;
  margin: 100px 0;
}

@media screen and (max-width: 1200px) {
  .step2 {
    margin: 60px 0;
  }
}

@media screen and (max-width: 640px) {
  .step2 {
    margin: 40px 0px;
  }
}

.step2 h3 {
  font-size: 2.5rem;
  font-weight: 700;
}

@media screen and (max-width: 640px) {
  .step2 h3 {
    font-size: calc(2rem + 0.1vw);
  }
}

.arrow {
  text-align: center;
}

i {
  color: #46c4db;
  opacity: 0.8;
}

.fad:after {
  color: #11cc89 !important;
  opacity: 0.5 !important;
  opacity: var(--fa-secondary-opacity, 0.5);
}

/*  プライバシーポリシー　*/
.policy-text {
  margin: auto;
}

.policy-text p {
  border-left: 4px solid #11cc89;
  background-color: #eeeeee;
  font-size: 2.4rem;
  padding: 3px 0 3px 20px;
  margin-bottom: -10px;
}

/*  コンテンツタイトル　　*/
.contents_title h2, .contents_title h3 {
  background-color: #f7f7f7;
  border-bottom: 4px solid #5cc2cf;
  padding: 8px 15px;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 10px;
}
/*# sourceMappingURL=common_style.css.map */