@charset "UTF-8";
body {
  background-image: none;
  border-top: 5px solid #27b1ff;
  background: #fafafa;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

.spHeader {
  display: none;
}

.menuBtn {
  display: none;
}

#footer {
  background: #27b1ff;
  margin-top: 30px;
}

#bgbox {
  background: none;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#contents_area {
  border-top: none;
  float: none;
  width: auto;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-order: 2;
      order: 2;
  margin-left: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
  padding: 0 20px 20px;
  background: #fff;
}
#contents_area h2 {
  clear: both;
  width: 700px;
  margin: 0 auto 20px;
  padding: 10px 15px;
  background: #27b1ff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #fff;
  font-weight: bold;
  font-size: 114.3%;
  line-height: 1.4;
}

#side_nav {
  float: none;
  -ms-flex-order: 1;
      order: 1;
  border-top: none;
  min-height: calc(100vh - 125px);
  background: #fafafa;
  position: relative;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
}
#side_nav .sidenav li a:hover {
  background: #efefef url(../../common/images/im_arrow01.gif) no-repeat 20px 1.2em;
}
#side_nav #logo {
  left: 0;
  right: 0;
  margin: auto;
  top: 22px;
}

#container {
  width: auto;
  max-width: 1020px;
  min-height: calc(100vh - 125px);
}

#cat_menu {
  background: #efefef url(../images/bg_catmenu01.jpg) no-repeat;
}

#logo a {
  display: block;
  text-align: center;
}
#logo img {
  width: 140px;
}

#side_nav .active a {
  background: #efefef url(../../common/images/im_arrow01.gif) no-repeat 20px 1.2em !important;
}

#side_nav .submenu li a:hover {
  background: #efefef url(../../common/images/im_arrow01.gif) no-repeat 20px 1.2em !important;
  border-bottom: 1px solid #F0E6DF;
}

.vi {
  text-align: center;
}
.vi img {
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 990px) {
  body {
    background-image: none;
    border-top: 3px solid #27b1ff;
    padding-top: 0px;
  }
  .spHeader {
    height: 60px;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    background: #fff;
  }
  .spHeader_logo a {
    display: block;
    text-align: center;
  }
  .spHeader_logo img {
    width: auto;
    height: 50px;
  }
  .menuBtn {
    position: fixed;
    top: 16px;
    right: 20px;
    width: 32px;
    height: 32px;
    z-index: 800000;
    cursor: pointer;
    display: block;
  }
  .menuBtn_text {
    color: #333333;
    position: absolute;
    bottom: -20px;
    font-weight: bold;
    letter-spacing: 0.15em;
    transition: all 0.3s;
    transition-timing-function: cubic-bezier(0, 1.01, 0.47, 1);
    text-align: center;
    font-size: 9px;
  }
  .menuOpen .menuBtn_text {
    color: #fff;
  }
  .menuBtn,
  .menuBtn span {
    display: inline-block;
    transition: all 0.3s;
    transition-timing-function: cubic-bezier(0, 1.01, 0.47, 1);
  }
  .menuBtn span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #333333;
  }
  .menuOpen .menuBtn span {
    background-color: #000;
  }
  .menuBtn span:nth-of-type(1) {
    top: 6px;
  }
  .menuOpen .menuBtn span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
            transform: translateY(9px) rotate(-45deg);
  }
  .menuBtn span:nth-of-type(2) {
    top: 15px;
  }
  .menuOpen .menuBtn span:nth-of-type(2) {
    display: none;
  }
  .menuBtn span:nth-of-type(3) {
    bottom: 6px;
  }
  .menuOpen .menuBtn span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
            transform: translateY(-9px) rotate(45deg);
  }
  #side_nav {
    position: fixed;
    min-height: 0;
    min-height: initial;
    width: 60%;
    padding: 0;
    right: -100%;
    top: 63px;
    transition: all 0.3s;
    transition-timing-function: cubic-bezier(0, 1.01, 0.47, 1);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    height: calc(100vh - 100px);
  }
  .menuOpen #side_nav {
    right: 0;
  }
  #side_nav #cat_menu {
    margin-top: 0;
  }
  #side_nav #logo {
    display: none;
  }
  #side_nav h2 {
    text-align: center;
    background: #27b1ff;
  }
  #contents_area {
    border-top: none;
    float: none;
    width: 100%;
    -ms-flex: initial;
        flex: initial;
    -ms-flex-order: 1;
        order: 1;
    margin-left: 0px;
    padding: 0 25px;
  }
  #contents_area h1 {
    width: auto;
  }
  #contents_area h1.top {
    padding: 15px 0;
  }
  #contents_area h2 {
    width: auto;
  }
  #contents_area .section {
    clear: both;
    width: auto;
    margin: 0 auto 30px;
  }
  #contents_area #topicpath {
    padding: 15px 0;
  }
  #footer {
    padding: 15px;
    min-height: 0;
    min-height: initial;
  }
  #footer a {
    text-decoration: underline;
    color: #fff;
  }
  #footer p {
    margin-bottom: 1em;
  }
  .footer_text {
    width: auto;
    margin-bottom: 10px;
  }
  .life_ceramics01 dt {
    text-align: center;
    float: none;
  }
  .life_ceramics01 dd {
    float: none;
    width: auto;
    text-align: left;
    line-height: 1.6;
  }
  .life_ceramics01 dd br {
    display: none;
  }
}
.faqBox {
  max-width: 700px;
  margin: 0 auto 40px;
  counter-reset: num;
}
.faqBox_item {
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
  line-height: 1.8;
  counter-increment: num;
}
.faqBox_item dt {
  font-weight: bold;
  color: #27b1ff;
}
.faqBox_item dt:before {
  content: "Q" counter(num) " ";
}
.faqBox_item dd {
  padding: 0.5em 1em;
}
.faqBox_item dd:before {
  content: "A" counter(num) " ";
}
.faqBox_pic {
  text-align: center;
}
.faqBox_pic img {
  width: 70%;
  max-width: 100%;
  height: auto;
}

.life_ceramics01 h4 {
  font-weight: bold;
  margin-bottom: 5px;
}

.cadBox02 {
  min-height: 300px;
  padding: 50px 0 0 20px;
  border-top: 1px solid #ccc;
  margin-top: -20px;
}
.cadBox02 .tl {
  font-size: 230%;
  font-weight: bold;
  margin: 0 0 20px;
  color: #27b1ff;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.cadBox02 p {
  font-size: 120%;
  margin-bottom: 30px;
}
.cadBox02_pic {
  position: relative;
  margin-bottom: 40px;
}
.cadBox02_pic-base img {
  width: 100%;
  height: auto;
}
.cadBox02_pic a {
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media only screen and (max-width: 990px) {
  .cadBox02_pic a {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.cadBox02_pic a:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media only screen and (max-width: 990px) {
  .cadBox02_pic a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.cadBox02_pic-btn01 {
  position: absolute;
  z-index: 10;
  top: 27%;
  left: 28%;
  width: 9%;
  -webkit-animation: 3s fuwafuwa infinite;
          animation: 3s fuwafuwa infinite;
}
.cadBox02_pic-btn01 img {
  width: 100%;
}
.cadBox02_pic-btn02 {
  position: absolute;
  z-index: 10;
  top: 37%;
  left: 13%;
  width: 9%;
  -webkit-animation: 3s fuwafuwa infinite;
          animation: 3s fuwafuwa infinite;
}
.cadBox02_pic-btn02 img {
  width: 100%;
}
.cadBox02_pic-btn03 {
  position: absolute;
  z-index: 10;
  top: 54%;
  left: 4%;
  width: 9%;
  -webkit-animation: 3s fuwafuwa infinite;
          animation: 3s fuwafuwa infinite;
}
.cadBox02_pic-btn03 img {
  width: 100%;
}
.cadBox02_pic-btn04 {
  position: absolute;
  z-index: 10;
  top: 49%;
  left: 23%;
  width: 9%;
  -webkit-animation: 3s fuwafuwa infinite;
          animation: 3s fuwafuwa infinite;
}
.cadBox02_pic-btn04 img {
  width: 100%;
}
.cadBox02_pic-btn05 {
  position: absolute;
  z-index: 10;
  top: 35%;
  left: 44%;
  width: 9%;
  -webkit-animation: 3s fuwafuwa infinite;
          animation: 3s fuwafuwa infinite;
}
.cadBox02_pic-btn05 img {
  width: 100%;
}
.cadBox02_pic-btn06 {
  position: absolute;
  z-index: 10;
  top: 29%;
  left: 60%;
  width: 13%;
  -webkit-animation: 3s fuwafuwa infinite;
          animation: 3s fuwafuwa infinite;
}
.cadBox02_pic-btn06 img {
  width: 100%;
}
.cadBox02_pic-btn07 {
  position: absolute;
  z-index: 10;
  top: 73%;
  left: 74%;
  width: 9%;
  -webkit-animation: 3s fuwafuwa infinite;
          animation: 3s fuwafuwa infinite;
}
.cadBox02_pic-btn07 img {
  width: 100%;
}

@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0px, 2px);
            transform: translate(0px, 2px);
  }
  5% {
    -webkit-transform: translate(0px, -2px);
            transform: translate(0px, -2px);
  }
  10% {
    -webkit-transform: translate(0px, 2px);
            transform: translate(0px, 2px);
  }
  15% {
    -webkit-transform: translate(0px, -2px);
            transform: translate(0px, -2px);
  }
  20% {
    -webkit-transform: translate(0px, 2px);
            transform: translate(0px, 2px);
  }
  25% {
    -webkit-transform: translate(0px, -2px);
            transform: translate(0px, -2px);
  }
  30% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

@keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0px, 2px);
            transform: translate(0px, 2px);
  }
  5% {
    -webkit-transform: translate(0px, -2px);
            transform: translate(0px, -2px);
  }
  10% {
    -webkit-transform: translate(0px, 2px);
            transform: translate(0px, 2px);
  }
  15% {
    -webkit-transform: translate(0px, -2px);
            transform: translate(0px, -2px);
  }
  20% {
    -webkit-transform: translate(0px, 2px);
            transform: translate(0px, 2px);
  }
  25% {
    -webkit-transform: translate(0px, -2px);
            transform: translate(0px, -2px);
  }
  30% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
.aqua_other {
  width: 100%;
  float: none;
}
.aqua_other dl {
  margin-left: 0;
}
.aqua_other dl dt {
  background: #27b1ff;
}

.box2clm {
  background: none;
}
.box2clm .bg {
  background: none;
  display: -ms-flexbox;
  display: flex;
}
.box2clm .bg .box {
  float: none;
  width: 48%;
  border: 2px solid #e5e5e5 !important;
}

.aqua_tx2 table {
  margin-bottom: 0;
}
.aqua_tx2 table th {
  text-align-last: justify;
  background: #c7ebff;
  width: 150px;
}

.aqua_result {
  margin-bottom: 0;
}
.aqua_result .result {
  background: #c7ebff;
}

.aqua_tx .filter li {
  border: 1px solid #f8e0e2;
  color: #ff5703;
  font-size: 85.7%;
  padding: 5px 10px;
  line-height: 1.5;
  margin: 0 10px 5px;
  border-radius: 5px;
}

.house_lead .copy {
  font-size: 142.9%;
  line-height: 1.6;
  color: #27b1ff;
  font-weight: bold;
  margin: 0 0 20px;
}

.tx_red {
  color: #ff5703;
}

.csr .ex_box h4 {
  color: #ff5703;
  font-weight: bold;
  margin: 0 0 5px;
  padding: 15px 0 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 123.1% !important;
}

a,
a:link,
a:visited {
  color: #27b1ff;
  text-decoration: none;
}

.aqua_result_wrap th {
  width: 16.66666667%;
}

.aqua_result th,
.aqua_result td {
  padding: 5px 8px;
}

.movieBox {
  margin-bottom: 40px;
}
.movieBox video {
  width: 100%;
  height: auto;
}

.popBg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background: rgba(0, 0, 0, .4);
  z-index: 100;
  display: none;
}
.popOpen .popBg {
  display: block;
}

.popUpBox {
  position: fixed;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  top: 0;
  left: 0;
  z-index: 105;
  display: none;
}
.popOpen .popUpBox {
  display: -ms-flexbox;
  display: flex;
}
.popUpBox_item {
  background: #fff;
  max-width: 500px;
  padding: 2.5em;
  border-radius: 10px;
  display: none;
}
.popUpBox_pic {
  text-align: center;
  margin-bottom: 15px;
}
.popUpBox_pic img {
  width: 100%;
  height: auto;
}
.popUpBox_list dt {
  text-align: center;
  background: #fafafa;
  font-size: 18px;
  margin-bottom: 15px;
  letter-spacing: 0.1em;
  font-weight: bold;
  padding: 5px;
}
.popUpBox_list dd {
  word-break: break-all;
  letter-spacing: 0.1em;
  line-height: 2;
}
.popUpBox_close {
  text-align: center;
  padding-top: 20px;
}
.popUpBox_close button {
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100px;
  height: 34px;
  background: #000;
  border-radius: 100px;
  color: #fff;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border: none;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media only screen and (max-width: 990px) {
  .popUpBox_close button {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.popUpBox_close button:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media only screen and (max-width: 990px) {
  .popUpBox_close button:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.all_point .ph img {
  max-width: 100%;
  height: auto;
}

.commonContactBox_inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 50px 0;
}

.commonContactBoxMain {
  border: 5px solid #0d66ae;
  border-radius: 10px;
  padding: 50px 20px;
  position: relative;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}
.commonContactBoxMain_title {
  text-align: center;
  font-weight: bold;
  font-size: 27px;
  color: #0d66ae;
  margin-bottom: 40px;
}
.commonContactBoxMain_pic {
  position: absolute;
  width: 190px;
  top: -45px;
  left: -20px;
  animation: floating-x 7.2s ease-in-out infinite alternate-reverse;
}
.commonContactBoxMain_pic img {
  width: 100%;
  height: auto;
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
  position: absolute;
}

@-webkit-keyframes floating-x {
  0% {
    -webkit-transform: translateX(-5%);
            transform: translateX(-5%);
  }
  100% {
    -webkit-transform: translateX(5%);
            transform: translateX(5%);
  }
}

@keyframes floating-x {
  0% {
    -webkit-transform: translateX(-5%);
            transform: translateX(-5%);
  }
  100% {
    -webkit-transform: translateX(5%);
            transform: translateX(5%);
  }
}
@-webkit-keyframes floating-y {
  0% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  100% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
}
@keyframes floating-y {
  0% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  100% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
}
.commonContactBoxMainColumn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 0 80px;
}
.commonContactBoxMainColumn_tel {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 40px;
  font-weight: bold;
  gap: 0 10px;
  color: #0d66ae;
}
.commonContactBoxMainColumn_tel img {
  width: 50px;
}
.commonContactBoxMainColumn_more a {
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #fff;
  font-size: 20px;
  background: #0d66ae;
  border-radius: 10px;
  font-weight: bold;
  animation: colorChanger 3s ease-in-out infinite alternate-reverse;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media only screen and (max-width: 990px) {
  .commonContactBoxMainColumn_more a {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.commonContactBoxMainColumn_more a:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media only screen and (max-width: 990px) {
  .commonContactBoxMainColumn_more a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.commonContactBoxMainColumn_more a span {
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #fff;
  color: #0d66ae;
  margin-right: 10px;
  border-radius: 5px;
  padding: 3px;
  font-size: 16px;
}
.commonContactBoxMainColumn_text {
  text-align: center;
  padding-top: 10px;
  line-height: 1.8;
}

@-webkit-keyframes colorChanger {
  0% {
    background: #0d66ae;
  }
  50% {
    background: #ffba00;
  }
  100% {
    background: #0d66ae;
  }
}

@keyframes colorChanger {
  0% {
    background: #0d66ae;
  }
  50% {
    background: #ffba00;
  }
  100% {
    background: #0d66ae;
  }
}
.hlImg {
  margin-bottom: 20px;
}
.hlImg img {
  width: 100%;
  height: auto;
}

.attentionBox {
  padding: 30px 0;
}
.attentionBox.pd0 {
  padding: 0;
  margin-bottom: 40px;
}
.attentionBox_inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 2em 2em 40px;
  border-bottom: 1px solid #ddd;
}
.attentionBox dt {
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
  font-size: 22px;
  border-bottom: 2px solid #29b1ff;
  padding-bottom: 15px;
}
.attentionBox dd {
  font-size: 16px;
}
.attentionBox dd p {
  margin-bottom: 1em;
  line-height: 2;
  letter-spacing: 0.05em;
}
.attentionBox dd p:last-child {
  margin-bottom: 0;
}
.attentionBox_btn {
  text-align: center;
  padding-top: 25px;
}
.attentionBox_btn a {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 1em 2em;
  background-color: #29b1ff;
  color: #fff;
  border-radius: 100px;
  font-size: 16px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media only screen and (max-width: 990px) {
  .attentionBox_btn a {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.attentionBox_btn a:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media only screen and (max-width: 990px) {
  .attentionBox_btn a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

@media (max-width: 600px) {
  .attentionBox.pd0 {
    padding: 10px 0;
    margin-bottom: 20px;
  }
  .attentionBox.pd0 .attentionBox_inner {
    padding: 0 0 30px;
  }
  .attentionBox_inner {
    padding: 1.5em 1.5em 25px;
    border-radius: 5px;
  }
  .attentionBox dt {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .attentionBox dd {
    font-size: 14px;
  }
  .attentionBox dd p {
    margin-bottom: 1em;
    line-height: 2;
    letter-spacing: 0.05em;
  }
  .attentionBox dd p:last-child {
    margin-bottom: 0;
  }
  .attentionBox_btn {
    padding-top: 15px;
  }
  .attentionBox_btn a {
    padding: 1em 2em;
    font-size: 14px;
  }
}
@media only screen and (max-width: 990px) {
  img {
    max-width: 100%;
    height: auto;
  }
  .topMenuBtn_list {
    padding: 25px 0 0 0;
  }
  .topMenuBtn_name {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .topMenuBtn_icon {
    width: 60px;
    margin: 0 auto 10px;
  }
  .topMenuBtn_text {
    text-align: left;
    font-size: 14px;
    line-height: 1.6;
  }
  .topMenuBtn_item {
    width: 100%;
    margin-bottom: 15px;
    font-size: 14px;
  }
  .topMenuBtn_item a {
    border: 2px solid #ddd;
    background: #fff;
    padding: 1em;
  }
  .topMenuBtn_item a:hover {
    box-shadow: none;
  }
  .aqua_ph {
    float: none;
    margin: 0 auto;
    width: 180px;
  }
  .aqua_tx {
    width: auto;
    float: none;
  }
  .all_point {
    margin: 0;
  }
  .all_point .clrfix {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .all_point .clrfix li {
    float: none;
    width: 47%;
  }
  .all_point li .ph,
  .all_point li p {
    margin: 0 0 10px;
  }
  .aqua_ph2 {
    float: none;
    width: 180px;
    margin: 0 auto 20px;
  }
  .aqua_tx2 {
    float: none;
    width: auto;
  }
  .aqua_result_wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-top: 10px;
  }
  .aqua_result_wrap:before {
    content: "※横スクロールができます";
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
  }
  .aqua_result_wrap table {
    width: 800px;
  }
  .box2clm {
    width: auto;
    margin: 0;
  }
  .box2clm.mb15 {
    margin-bottom: 0 !important;
  }
  .box2clm .bg {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .box2clm .bg .box {
    margin: 0;
    width: 100%;
    word-break: break-all;
    margin-bottom: 15px;
  }
  .cadBox02 {
    min-height: 0;
    min-height: initial;
    padding: 30px 0;
    margin-top: 0px;
  }
  .cadBox02 .tl {
    font-size: 24px;
  }
  .cadBox02 p {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .cadBox02 p br {
    display: none;
  }
  .house_lead {
    margin: 0;
  }
  .house_photo {
    width: auto;
    margin: 0 0 30px;
  }
  .house_photo .clrfix li {
    float: none;
    width: auto;
    margin: 0 0 15px;
  }
  .house_photo .clrfix li img {
    width: 100%;
  }
  .csr .csr_bnr {
    width: auto;
    margin: 0 0 15px;
  }
  .csr_bnr .clrfix {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 15px;
    width: auto;
  }
  .csr_bnr .clrfix li {
    width: 100%;
    float: none;
    margin: 0 0 10px;
  }
  .csr_bnr .clrfix li img {
    width: 100%;
  }
  .csr_bnr .clrfix li a {
    display: block;
  }
  .sdgsPic {
    padding: 0;
    margin-bottom: 15px;
  }
  .section .exphoto {
    width: auto !important;
  }
  .movieBox {
    margin-bottom: 20px;
  }
  .movieBox video {
    width: 100%;
    height: auto;
  }
  .commonContactBox_inner {
    padding: 50px 20px;
  }
  .commonContactBoxMain {
    border: 3px solid #0d66ae;
    padding: 20px 20px;
    position: relative;
  }
  .commonContactBoxMain_title {
    font-size: 16px;
    margin-bottom: 30px;
    text-align: left;
    padding-left: 60px;
  }
  .commonContactBoxMain_title br {
    display: none;
  }
  .commonContactBoxMain_pic {
    position: absolute;
    width: 110px;
    top: -10px;
    left: -20px;
    animation: floating-x 7.2s ease-in-out infinite alternate-reverse;
  }
  .commonContactBoxMain_pic img {
    width: 100%;
    height: auto;
    animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
    position: absolute;
  }
  .commonContactBoxMainColumn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
  }
  .commonContactBoxMainColumn_tel {
    width: 100%;
    text-align: center;
    -ms-flex-pack: center;
        justify-content: center;
    font-size: 24px;
  }
  .commonContactBoxMainColumn_tel a {
    color: #0d66ae;
  }
  .commonContactBoxMainColumn_tel img {
    width: 40px;
  }
  .commonContactBoxMainColumn_more {
    padding-top: 30px;
  }
  .commonContactBoxMainColumn_more a {
    font-size: 16px;
    position: relative;
  }
  .commonContactBoxMainColumn_more a span {
    font-size: 14px;
    position: absolute;
    top: -12px;
    left: -12px;
    width: 45px;
    height: 45px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    border-radius: 100px;
    border: 2px solid #0d66ae;
  }
  .commonContactBoxMainColumn_text {
    text-align: center;
    padding-top: 10px;
    line-height: 1.8;
  }
}