@charset "UTF-8";
/* CSS Document */
.none {
  display: none;
}

.clear {
  clear: both;
}

.clearfix {
  _display: inline-block;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}

.fleft0 {
  float: left;
  display: inline;
}

.fleft1 {
  float: left;
  display: inline;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: center;
}

.fleft2 {
  float: left;
  display: inline;
  margin-right: 20px;
  text-align: center;
}

.fright0 {
  float: right;
  display: inline;
  text-align: center;
}

.fright1 {
  float: right;
  display: inline;
  margin-left: 10px;
  margin-bottom: 10px;
  text-align: center;
}

.fright2 {
  float: right;
  display: inline;
  margin-left: 20px;
  text-align: center;
}

@media all and (max-width: 639px) {
  .fleft0, .fleft1, .fleft2, .fright0, .fright1, .fright2 {
    float: none;
  }
  .fleft0, .fleft1, .fleft2, .fright0, .fright1, .fright2, #singlepage p img, #main p img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
  }
}

.m5 {
  margin: 5px;
}

.m10 {
  margin: 10px;
}

.m15 {
  margin: 15px;
}

.m20 {
  margin: 20px;
}

.m30 {
  margin: 30px;
}

.m40 {
  margin: 40px;
}

.m50 {
  margin: 50px;
}

.m75 {
  margin: 75px;
}

.m100 {
  margin: 100px;
}

.t-m5 {
  margin-top: 5px;
}

.t-m10 {
  margin-top: 10px;
}

.t-m15 {
  margin-top: 15px;
}

.t-m20 {
  margin-top: 20px;
}

.t-m30 {
  margin-top: 30px;
}

.t-m40 {
  margin-top: 40px;
}

.t-m50 {
  margin-top: 50px;
}

.t-m75 {
  margin-top: 75px;
}

.t-m100 {
  margin-top: 100px;
}

.b-m5 {
  margin-bottom: 5px;
}

.b-m10 {
  margin-bottom: 10px;
}

.b-m15 {
  margin-bottom: 15px;
}

.b-m20 {
  margin-bottom: 20px;
}

.b-m30 {
  margin-bottom: 30px;
}

.b-m40 {
  margin-bottom: 40px;
}

.b-m50 {
  margin-bottom: 50px;
}

.b-m75 {
  margin-bottom: 75px;
}

.b-m100 {
  margin-bottom: 100px;
}

.l-m5 {
  margin-left: 5px;
}

.l-m10 {
  margin-left: 10px;
}

.l-m15 {
  margin-left: 15px;
}

.l-m20 {
  margin-left: 20px;
}

.l-m30 {
  margin-left: 30px;
}

.l-m40 {
  margin-left: 40px;
}

.l-m50 {
  margin-left: 50px;
}

.l-m70 {
  margin-left: 70px;
}

.l-m75 {
  margin-left: 75px;
}

.l-m100 {
  margin-left: 100px;
}

.r-m5 {
  margin-right: 5px;
}

.r-m10 {
  margin-right: 10px;
}

.r-m15 {
  margin-right: 15px;
}

.r-m20 {
  margin-right: 20px;
}

.r-m30 {
  margin-right: 30px;
}

.r-m40 {
  margin-right: 40px;
}

.r-m50 {
  margin-right: 50px;
}

.r-m75 {
  margin-right: 75px;
}

.r-m100 {
  margin-right: 100px;
}

.h-m5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.h-m10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.h-m15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.h-m20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.h-m30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.h-m40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.h-m50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.w-m5 {
  margin-left: 5px;
  margin-right: 5px;
}

.w-m10 {
  margin-left: 10px;
  margin-right: 10px;
}

.w-m15 {
  margin-left: 15px;
  margin-right: 15px;
}

.w-m20 {
  margin-left: 20px;
  margin-right: 20px;
}

.w-m30 {
  margin-left: 30px;
  margin-right: 30px;
}

.w-m40 {
  margin-left: 40px;
  margin-right: 40px;
}

.w-m50 {
  margin-left: 50px;
  margin-right: 50px;
}

.p5 {
  padding: 5px;
}

.p10 {
  padding: 10px;
}

.p15 {
  padding: 15px;
}

.p20 {
  padding: 20px;
}

.p30 {
  padding: 30px;
}

.p40 {
  padding: 40px;
}

.p50 {
  padding: 50px;
}

.p75 {
  padding: 75px;
}

@media all and (max-width: 890px) {
  .p75 {
    padding: 25px;
  }
}

.p100 {
  padding: 100px;
}

.t-p5 {
  padding-top: 5px;
}

.t-p10 {
  padding-top: 10px;
}

.t-p15 {
  padding-top: 15px;
}

.t-p20 {
  padding-top: 20px;
}

.t-p30 {
  padding-top: 30px;
}

.t-p40 {
  padding-top: 40px;
}

.t-p50 {
  padding-top: 50px;
}

.t-p75 {
  padding-top: 75px;
}

.t-p100 {
  padding-top: 100px;
}

.b-p5 {
  padding-bottom: 5px;
}

.b-p10 {
  padding-bottom: 10px;
}

.b-p15 {
  padding-bottom: 15px;
}

.b-p20 {
  padding-bottom: 20px;
}

.b-p30 {
  padding-bottom: 30px;
}

.b-p40 {
  padding-bottom: 40px;
}

.b-p50 {
  padding-bottom: 50px;
}

.b-p75 {
  padding-bottom: 75px;
}

.b-p100 {
  padding-bottom: 100px;
}

.l-p5 {
  padding-left: 5px;
}

.l-p10 {
  padding-left: 10px;
}

.l-p15 {
  padding-left: 15px;
}

.l-p20 {
  padding-left: 20px;
}

.l-p30 {
  padding-left: 30px;
}

.l-p40 {
  padding-left: 40px;
}

.l-p50 {
  padding-left: 50px;
}

.l-p60 {
  padding-left: 60px;
}

.l-p65 {
  padding-left: 65px;
}

.l-p70 {
  padding-left: 70px;
}

.l-p75 {
  padding-left: 75px;
}

.l-p100 {
  padding-left: 100px;
}

.r-p5 {
  padding-right: 5px;
}

.r-p10 {
  padding-right: 10px;
}

.r-p15 {
  padding-right: 15px;
}

.r-p20 {
  padding-right: 20px;
}

.r-p30 {
  padding-right: 30px;
}

.r-p40 {
  padding-right: 40px;
}

.r-p50 {
  padding-right: 50px;
}

.r-p75 {
  padding-right: 75px;
}

.r-p100 {
  padding-right: 100px;
}

.h-p5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.h-p10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.h-p15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.h-p20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.h-p30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.h-p40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.h-p50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.h-p75 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.h-p100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.w-p5 {
  padding-left: 5px;
  padding-right: 5px;
}

.w-p10 {
  padding-left: 10px;
  padding-right: 10px;
}

.w-p15 {
  padding-left: 15px;
  padding-right: 15px;
}

.w-p20 {
  padding-left: 20px;
  padding-right: 20px;
}

.w-p30 {
  padding-left: 30px;
  padding-right: 30px;
}

.w-p40 {
  padding-left: 40px;
  padding-right: 40px;
}

.w-p50 {
  padding-left: 50px;
  padding-right: 50px;
}

.w-p75 {
  padding-left: 75px;
  padding-right: 75px;
}

.w-p100 {
  padding-left: 100px;
  padding-right: 100px;
}

.tcenter {
  text-align: center;
}

.tright {
  text-align: right;
}

.tleft {
  text-align: left;
}

.ttext {
  text-indent: 1em;
  text-align: justify;
}

.tkome {
  padding-left: 1em;
  text-indent: -1em;
}

.tinline {
  display: inline-block;
}

.toverflow {
  overflow: hidden;
  zoom: 1;
}

.scroll {
  height: 250px;
  overflow-y: scroll;
}

.orange {
  color: #FF6600;
}

.red {
  color: #CC0000;
}

.blue {
  color: #0068b7;
}

.green {
  color: #547c3e;
}

.green2 {
  color: #80c269;
}

.skyblue {
  color: #029fe6;
}

.magenta {
  color: #663366;
}

.white {
  color: #FFF;
}

.pink {
  color: #ff8ec0;
}

.darkpink {
  color: #9E005D;
}

.black {
  color: #000000;
}

.yellow {
  color: #fff100;
}

.f-s8 {
  font-size: 8px;
}

.f-s10 {
  font-size: 10px;
}

.f-s11 {
  font-size: 11px;
}

.f-s12 {
  font-size: 12px;
}

.f-s13 {
  font-size: 13px;
}

.f-s14 {
  font-size: 14px;
}

.f-s15 {
  font-size: 15px;
}

.f-s16 {
  font-size: 16px;
}

.f-s18 {
  font-size: 18px;
}

.f-s20 {
  font-size: 20px;
}

.f-s22 {
  font-size: 22px;
}

.f-s24 {
  font-size: 24px;
}

/* marker */
.marker-c {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #a8d8fa));
  background: linear-gradient(transparent 70%, #a8d8fa 0%);
  z-index: 0;
}

.marker-m {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #ff7c81));
  background: linear-gradient(transparent 70%, #ff7c81 0%);
  z-index: 0;
}

.marker-y {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #fef36c));
  background: linear-gradient(transparent 70%, #fef36c 0%);
  z-index: 0;
}

.marker-k {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #cccccc));
  background: linear-gradient(transparent 70%, #cccccc 0%);
  z-index: 0;
}

.marker-p {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #ffd0e1));
  background: linear-gradient(transparent 70%, #ffd0e1 0%);
  z-index: 0;
}

/* background color */
.bg-orange {
  background-color: #ffeedc;
}

.bg-red {
  background-color: #CC0000;
}

.bg-blue {
  background-color: #0068B7;
  color: #fff;
  padding: 0 5px;
  border-radius: 2px;
}

.bg-green {
  background-color: #99CC66;
}

.bg-skyblue {
  background-color: #029fe6;
}

.bg-magenta {
  background-color: #663366;
}

.bg-yellow {
  background-color: #fffdde;
}

.bg-white {
  background-color: #FFF;
  border-bottom: 1px solid #eee;
}

.bg-pink {
  background-color: #ff8ec0;
}

.bg-darkpink {
  background-color: #9E005D;
}

.bg-black {
  background-color: #000000;
}

.bg-111 {
  background-color: #111;
}

.bg-222 {
  background-color: #222;
}

.bg-333 {
  background-color: #333;
}

.bg-aaa {
  background-color: #aaa;
}

.bg-bbb {
  background-color: #bbb;
}

.bg-ccc {
  background-color: #ccc;
}

.bg-ddd {
  background-color: #ddd;
}

.bg-eee {
  background-color: #eee;
}

.bg-f3f {
  background-color: #f9f4ee;
}

.bg-e6e {
  background-color: #e6edf7;
}

/* link */
.link {
  margin: 10px 0;
}

.link li {
  margin-bottom: 10px;
}

.link li img {
  width: 100%;
  height: auto;
}

/* flink */
.flink0, .flink1, .flink2 {
  width: 100%;
}

.flink0 ul {
  margin-right: -11px;
}

.flink1 ul {
  margin-right: -11px;
  margin-bottom: -10px;
}

.flink2 ul {
  margin-right: -21px;
  margin-bottom: -20px;
}

.flink0 li {
  float: left;
}

.flink1 li {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.flink2 li {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

@media all and (max-width: 639px) {
  .flink0, .flink1, .flink2 {
    width: 100%;
    margin-bottom: 20px;
  }
  .flink0 ul, .flink1 ul, .flink2 ul {
    margin-right: 0;
    margin-bottom: 0;
    text-align: center;
  }
  .flink0 li {
    float: left;
    width: 33.3%;
    margin-bottom: 10px;
  }
  .flink1 li, .flink2 li {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
  .flink1 li img, .flink2 li img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

.centered {
  position: relative;
  overflow: hidden;
}

.centered ul {
  position: relative;
  left: 50%;
  float: left;
}

.centered ul li {
  position: relative;
  left: -50%;
  float: left;
  margin: 0 10px;
}

/* img */
.img-r {
  border-radius: 10px;
}

.img-maru {
  border-radius: 1000px;
}

.img-b {
  border: 3px solid #ccc;
}

.img-sd {
  border: 3px solid #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 3px 2px;
          box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 3px 2px;
}

/* 点滅 */
.blinking {
  -webkit-animation: blink 0.8s ease-in-out infinite alternate;
  animation: blink 0.8s ease-in-out infinite alternate;
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 2em;
}

.item-image {
  width: 50%;
}

.item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.item-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3em;
  background: #eee;
}

.item-text p + p {
  margin-top: 1em;
}

.item:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 600px) {
  .item {
    display: block;
  }
  .item-image {
    width: 100%;
  }
  .item-text {
    padding: 1em;
  }
}

/* 画像の位置を交互に入れ替える */
.item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.item-list .item2 {
  width: 48%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.item-list .item2:nth-child(n + 3) {
  margin-top: 1.5em;
}

.item-list .item2-1 {
  width: 65%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.item-list .item2-1:nth-child(n + 3) {
  margin-top: 1.5em;
}

.item-list .item3 {
  width: 24.3%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.item-list .item3:nth-child(n + 4) {
  /* margin-top: 1.5em; */
}

.item-list .item4 {
  width: 23%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.item-list .item4:nth-child(n + 5) {
  margin-top: 1.5em;
}

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

.item-list.center .item2,
.item-list.center .item3,
.item-list.center .item4 {
  margin: 1%;
}

.item-list.start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.item-list.start .item2,
.item-list.start .item3,
.item-list.start .item4 {
  margin: 1%;
}

@media screen and (max-width: 890px) {
  .item-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .item-list .item2, .item-list .item2-1,
  .item-list .item3 {
    width: 98%;
    margin: 1%;
    margin-top: 1.5em;
  }
  .item-list .item4 {
    width: 48%;
    margin: 1%;
    margin-top: 1.5em;
  }
}

.item-image2 {
  margin-bottom: 1em;
}

.item-image2 img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

.item-image3 {
  min-height: 0%;
  margin-bottom: 0.5em;
}

.item-image3 img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.item-btn {
  margin-top: auto;
  font-size: 1.4rem;
  padding-top: .5em;
}

.item-btn a {
  display: block;
  padding: 0;
  background: #0087d1;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  text-align: center;
}

.item-btn a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.item-btn * {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*ヘアライン*/
hr {
  clear: both;
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.hr-gd {
  border: 0;
  height: 1px;
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

.hr-shadow {
  height: 12px;
  border: 0;
  -webkit-box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
}

/*  FontAwesome  */
.icon {
  font-family: 'FontAwesome';
}

.a000:before {
  font-family: 'FontAwesome';
  content: "\f0a9";
}

.scrollbar {
  width: 100%;
  height: 220px;
  overflow-x: hidden;
}

.scrollbar::-webkit-scrollbar {
  overflow: hidden;
  width: 1px;
  background: #fafafa;
}

.scrollbar::-webkit-scrollbar:horizontal {
  height: 1px;
}

.scrollbar::-webkit-scrollbar-button {
  display: none;
}

.scrollbar::-webkit-scrollbar-piece {
  background: #eee;
}

.scrollbar::-webkit-scrollbar-piece:start {
  background: #eee;
}

.scrollbar::-webkit-scrollbar-thumb, .scrollbar::-webkit-scrollbar-corner {
  background: #333;
}

@media all and (max-width: 639px) {
  .scrollbar {
    width: 100%;
    height: 220px;
  }
}

.flowbar {
  position: relative;
  background: #fff;
  border: 0px solid #eee;
  padding: 0px;
  margin: 20px 0;
  clear: both;
}

.flowbar:after, .flowbar:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.flowbar:after {
  border-top-color: #64BCFF;
  border-width: 20px;
  margin-left: -20px;
}

.flowbar:before {
  border-top-color: #64BCFF;
  border-width: 27px;
  margin-left: -27px;
}

.db {
  display: block;
}

.dib {
  display: inline-block;
}

.por {
  position: relative;
  z-index: 1;
}

.poa {
  position: absolute;
}

.zi0 {
  z-index: 0;
}

.zi1 {
  z-index: 1;
}

.zi2 {
  z-index: 2;
}

.turn_up {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

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

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

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

.flex.around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

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

.flex.stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.flex.ai_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex.ai_start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex.ai_end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex.nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

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

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

.flex.c_reverse {
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
          flex-direction: column-reverse;
}

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

.flex.cc {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex.ccc {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.flex.cccc {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.noshrink {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.grow {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.ccl {
  border-radius: 100%;
}

.bdrd5 {
  border-radius: var(--size5px);
}

.bdrd10 {
  border-radius: var(--size10px);
}

.bdrd15 {
  border-radius: var(--size15px);
}

.bdrd20 {
  border-radius: var(--size20px);
}

.bdrd25 {
  border-radius: var(--size25px);
}

.bdrd30 {
  border-radius: var(--size30px);
}

.bdrd35 {
  border-radius: var(--size35px);
}

.bdrd40 {
  border-radius: var(--size40px);
}

.bdrd45 {
  border-radius: var(--size45px);
}

.bdrd50 {
  border-radius: var(--size50px);
}

.txt_center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

.txt_rl {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
}

.mgn_a {
  margin-left: auto;
  margin-right: auto;
}

.bg_white {
  background-color: #fff !important;
}

.shadow_w {
  text-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 15px #fff, 0px 0px 15px #fff;
}

em {
  font-style: normal;
}

.ai-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
/*# sourceMappingURL=common.css.map */

/* single */
.single_new .blog-box p {
    margin-bottom: 1.5em;
}

.single_new .blog-box {
    line-height: 1.8;
}

.single_new .blog-box img {
    max-width: 100%;
    height: auto;
}

/* form */
/* =============================================
   【2】WordPress「外観 → カスタマイズ → 追加CSS」に貼り付けてください
   RS-SYS mail-form.css の完全再現 + グリッド補完
   ============================================= */

/* ------- 元のRS-SYS CSSをそのまま移植 ------- */

.form-contents {
  padding: 35px 30px;
  margin: auto;
}
.form-contents form dl {
  margin-bottom: 30px;
}
.form-contents form dl dt:not(.pattern-exclusion) {
  float: left;
  width: 280px;
  padding-top: 20px;
  margin-right: auto;
  text-align: left;
}
.form-contents form dl dt:not(.pattern-exclusion) span {
  color: unset;
  background: transparent;
  padding: unset;
  margin: unset;
  font-size: unset;
  border: unset;
  position: unset;
}
.form-contents form dl dd:not(.pattern-exclusion) {
  padding-left: 280px;
  padding-bottom: 20px;
  padding-top: 23px;
  line-height: 1.5;
  margin-left: 0;
}
.form-contents form dl dd:not(.pattern-exclusion) textarea {
  height: auto;
}
.form-contents form dl dd:not(.pattern-exclusion) input,
.form-contents form dl dd:not(.pattern-exclusion) textarea {
  box-sizing: border-box;
}
.form-contents .form-err-msg {
  background-color: #fee;
  padding: 15px;
  margin: 15px auto;
  color: #f00;
  border: 1px solid #f00;
}
.form-contents .form-err-msg ul {
  list-style: inside;
}
.form-contents .form-thanks-msg p {
  text-align: center;
}
.form-contents .form-thanks-msg .back-home-btn {
  display: block;
  box-sizing: border-box;
  margin: 30px auto 0;
  width: 300px;
}
.form-contents .form-thanks-msg .back-home-btn a {
  display: block;
  padding: 16px 0;
  font-size: medium;
  font-weight: bold;
  text-align: center;
  letter-spacing: .2rem;
  border-radius: 4px;
  text-decoration: none;
  transition: all .3s ease;
}
.form-contents dd:not(.pattern-exclusion) input.textarea {
  height: 30px;
}
.form-contents dd:not(.pattern-exclusion) .textarea {
  padding: 5px;
  width: 100%;
  -webkit-appearance: none;
}
.form-contents dd:not(.pattern-exclusion) .textarea-select {
  padding: 5px;
  width: 100%;
  height: 40px;
}
.form-contents .submit-btn {
  width: 300px;
  padding: 15px 0px;
  margin: 0px auto;
}
.form-contents :not(.pattern-exclusion) button {
  cursor: pointer;
  position: relative;
  display: block;
  text-align: center;
  box-sizing: border-box;
  font-size: medium;
  font-weight: bold;
  width: 300px;
  transition: all 0.2s ease-in-out 0s;
}
.form-contents .submit-btn::before {
  content: "";
  display: inline-block;
  height: 1em;
  width: 1em;
  vertical-align: middle;
  background-color: #fff;
  margin-right: 10px;
  -webkit-mask-image: url('https://cdn.rs-sys.jp/img/cmn/icon/envelope-solid.svg');
  -webkit-mask-size: auto;
  -webkit-mask-repeat: no-repeat;
  mask-image: url('https://cdn.rs-sys.jp/img/cmn/icon/envelope-solid.svg');
  mask-size: auto;
  mask-repeat: no-repeat;
}

/* form-pattern-1 */
.form-pattern-1 {
  background: #fff;
}
.form-pattern-1 .form-thanks-msg {
  background: #fff;
  border: 1px solid #acacac;
  padding: 20px;
}
.form-pattern-1 .form-thanks-msg .back-home-btn a {
  background: #acacac;
  color: #fff;
  border: 1px solid #acacac;
}
.form-pattern-1 .form-thanks-msg .back-home-btn a:hover {
  background: #555;
}
.form-pattern-1 dl dd:not(.pattern-exclusion) {
  border-bottom: 1px solid #eee;
}
.form-pattern-1 dl dt:not(.pattern-exclusion) span::before {
  padding: 0 5px 0;
  margin-right: 5px;
  font-size: 11px;
  border-radius: 2px;
  position: relative;
  top: -2px;
}
.form-pattern-1 dl dt:not(.pattern-exclusion) span.required::before {
  content: '必須';
  color: #fff;
  background: #ff4f4f;
}
.form-pattern-1 dl dt:not(.pattern-exclusion) span.optional::before {
  content: '';
  color: #fff;
  background: #acacac;
}
.form-pattern-1 dd:not(.pattern-exclusion) .textarea {
  border: 1px solid #ddd;
  border-radius: 5px;
}
.form-pattern-1 .submit-btn {
  color: #fff;
  background: #acacac;
  border: 1px solid #acacac;
  border-image: initial;
  border-radius: 4px;
}
.form-pattern-1 :not(.pattern-exclusion) button:hover {
  background: #555;
}
.form-pattern-1 .submit-btn::before {
  background-color: #fff;
}

/* ------- グリッド補完（Bootstrap相当） ------- */
.form-contents .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 6px;
}
.form-contents .g-2 {
  gap: 8px;
}
.form-contents .ai-center {
  align-items: center;
}
.form-contents .col-12 {
  width: 100%;
  box-sizing: border-box;
}
.form-contents .ls-0 {
  white-space: nowrap;
  width: auto;
  flex: 0 0 auto;
}
.form-contents .form-control {
  display: block;
  width: 100%;
  padding: 5px 8px;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-sizing: border-box;
  height: 34px;
  font-size: 14px;
}

/* ------- CF7が出力するラジオ・チェックのspanをリセット ------- */
.form-contents .wpcf7-radio .wpcf7-list-item,
.form-contents .wpcf7-checkbox .wpcf7-list-item {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 4px;
}
.form-contents .wpcf7-radio .wpcf7-list-item label,
.form-contents .wpcf7-checkbox .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}

/* ------- レスポンシブ ------- */
@media (min-width: 768px) {
  .form-contents .col-md-auto {
    width: auto;
    flex: 0 0 auto;
  }
  .form-contents .col-md-8 {
    flex: 0 0 auto;
    width: 66.6667%;
  }
  .form-contents .pe-3 {
    padding-right: 16px;
  }
}
@media (min-width: 992px) {
  .form-contents .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6667%;
  }
}
@media (max-width: 1024px) {
  .form-contents form dl dd:not(.pattern-exclusion) {
    width: 100%;
    padding-left: 0;
  }
  .form-contents form dl dt:not(.pattern-exclusion) {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
  .form-contents :not(.pattern-exclusion) button {
    width: 250px;
  }
}

.form dt span {
    background: none !important;
    color: inherit !important;
}