@charset "utf-8";
.pcOnly {
  display: block;
}
.tabOnly {
  display: none;
}
.spOnly {
  display: none;
}
.tabspOnly {
  display: none;
}
.pctabOnly {
  display: block;
}
a {
  /* color: #160083; */
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}
img {
  max-width: 100%;
  height: auto;
}
header {
  position: relative;
}
.hdBtm {
  background: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 20px 0%;
  box-sizing: border-box;
  justify-content: flex-start;
}
.hdBtm .logo {
  width: 22%;
  max-width: 220px;
  padding-left: 2%;
}
.hdBtm .logo img {
  /* margin-bottom: 15px; */
}
.hdBtm .logo p {
  font-size: 16px;
  text-align: left;
  color: #333;
  font-weight: bold;
}
.hdBtm .navHead {
  width: 74%;
}
.hdBtm .navHead ul {
  display: flex;
  justify-content: center;
  width: 100%;
}
.hdBtm .navHead ul li {
  width: 24%;
  text-align: center;
  color: #160083;
  font-weight: bold;
  font-size: 16px;
}
.hdBtm .navHead ul li a {
  display: block;
  padding: 20px 0;
}
.hdBtm .navHead ul li span {
  color: #000;
  font-size: 14px;
  display: block;
  font-weight: normal;
  margin-top: 10px;
}
.hdBtm .btnCon a {
  color: #333333;
  border-right: solid 1px #ffffff;
  display: block;
  text-decoration: none;
  font-size: 12px;
  text-align: center;
  padding: 10px 0;
}
.hdBtm .btnCon a i {
  color: #160083;
  display: block;
  font-size: 40px;
  margin-bottom: 5px;
}
.hdBtm .btnCon .tel {
  line-height: 1.3;
  padding: 5px 1%;
  min-width: 237px;
}
.hdBtm .btnCon .tel span {
  font-size: 12px;
  display: block;
}
.hdBtm .btnCon .tel a {
  font-size: 25px;
  width: 100%;
  text-align: left;
  padding: 0;
  border: none;
  font-weight: bold;
  color: #160083;
}
.hdBtm .btnCon .tel a i {
  font-size: 22px;
  display: inline-block;
  margin-bottom: 0px;
}
/*============================
#nav-toggle
============================*/
.btnMenu {
  cursor: pointer;
  background-color: #160083;
  text-align: center;
  width: 100px;
  height: 86px;
  display: block;
  position: fixed;
  right: 1%;
  top: 0;
  z-index: 1000;
}
.btnMenu span {
  position: absolute;
  display: block;
  top: 24px;
  left: 30%;
  width: 40%;
  height: 3px;
  background-color: #fff;
  transition: all 0.3s ease-out;
  z-index: 1000;
}
.btnMenu span:nth-of-type(2) {
  top: 33px;
}
.btnMenu span:nth-of-type(3) {
  top: 42px;
}
.btnMenu em {
  position: absolute;
  top: 61px;
  left: 0;
  width: 100%;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  line-height: 0;
  text-align: center;
}
.btnMenu.vew {
  background-color: #ffffff;
}
.btnMenu.vew span:nth-of-type(1) {
  top: 30px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  background-color: #160083;
}
.btnMenu.vew span:nth-of-type(2) {
  display: none;
}
.btnMenu.vew span:nth-of-type(3) {
  top: 30px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  background-color: #160083;
}
.btnMenu.vew em {
  color: #160083;
}
.fixed .btnMenu {
  top: 0px;
}
.hdBtm .navSrch {
  float: none;
  width: 100%;
  transition: all 0.3s linear;
  visibility: hidden;
  opacity: 0;
  top: 0px;
  z-index: 80;
  height: 100vh;
  position: fixed;
  margin-top: 0px;
  background-color: rgba(255, 255, 255, 0.90);
}
.hdBtm .navSrch.show {
  visibility: visible;
  opacity: 1;
  z-index: 900;
}
.hdBtm .navSrch .btnCon {
  width: 90%;
  float: none;
  margin: 3vh auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.hdBtm .navSrch .btnCon a {
  border-right: solid 1px #ffffff;
  display: block;
  text-decoration: none;
  font-size: 12px;
  text-align: center;
  padding: 1.5vh 2%;
  background-color: #fff;
  box-shadow: 2px 7px 10px 0 rgba(0, 0, 0, 0.2);
}
.hdBtm .navSrch .btnCon a i {
  display: block;
  font-size: 40px;
  margin-bottom: 5px;
}
.hdBtm .navSrch .btnCon .tel {
  line-height: 1.3;
  padding: 1vh 2%;
  min-width: 255px;
}
.hdBtm .navSrch .btnCon .tel span {
  font-size: 16px;
}
.hdBtm .navSrch .btnCon .tel a {
  font-size: 41px;
  text-align: left;
  padding: 0;
  border: none;
  font-weight: bold;
  background-color: transparent;
  box-shadow: none;
}
.hdBtm .navSrch .btnCon .tel a i {
  font-size: 32px;
  display: inline-block;
  margin-bottom: 0px;
}
.hdBtm .navSrch .btnCon .busHour {
  font-size: 18px;
}
.hdBtm .navSrch ul {
  flex-wrap: wrap;
  display: flex;
  text-align: center;
  width: 96%;
  margin: 0 auto;
  align-items: stretch;
}
.hdBtm .navSrch ul li {
  width: 24%;
  margin: 0.5vh 0.5%;
  float: left;
  height: 13vh;
}
.hdBtm .navSrch ul li a {
  display: block;
  text-decoration: none;
  font-size: 2vh;
  text-align: center;
  padding: 2vh 0;
  background-color: #fff;
  box-shadow: 2px 7px 10px 0 rgba(0, 0, 0, 0.2);
  color: #160083;
  position: relative;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  height: 100%;
  cursor: pointer;
}
.hdBtm .navSrch ul li a::after {
  font-family: 'Material Icons';
  content: "\e5c8";
  position: absolute;
  top: 50%;
  margin-top: 13px;
  font-size: 18px;
  right: 7%;
  color: #160083;
  transition: all 0.3s linear;
}
.hdBtm .navSrch ul li a span {
  background-color: #160083;
  color: #fff;
  border-radius: 5px;
  padding: 2px 5px;
  margin: 0 auto;
  font-size: 16px;
  width: 60%;
}
.hdBtm .navSrch ul li a i {
  font-size: 4vh;
  vertical-align: middle;
}
.hdBtm .navSrch ul li.btnFav a {
  position: relative;
}
.hdBtm .navSrch ul li.btnFav a span {
  top: 30px;
  right: 10%;
  padding: 2px 5px 0px;
  display: inline;
  width: auto;
  background-color: #fff001;
  color: #160083;
}

.ftMem {
  padding: 30px 0;
}
.ftMem .bnrMem {
  position: relative;
}
.ftMem .bnrMem .inner {
  position: relative;
  padding: 4% 2%;
  z-index: 2;
  color: #ffffff;
}
.ftMem .bnrMem h3 {
  color: #ffffff;
  font-size: 30px;
  letter-spacing: 3px;
  border-bottom: solid 1px #ffffff;
  margin-bottom: 10px;
}
.ftMem .bnrMem p {
  font-size: 18px;
  margin-bottom: 10px;
}
.ftMem .bnrMem ul {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 1% 2%;
  width: 80%;
  margin: 0 auto 20px;
}
.ftMem .bnrMem ul li {
  font-size: 18px;
  width: 100%;
  font-weight: bold;
  color: #000000;
  margin-bottom: 0px;
}
.ftMem .bnrMem ul li strong {
  font-size: 130%;
  color: #160083;
}
.ftMem .bnrMem img {
  filter: brightness(40%);
  transition: all 0.3s linear;
  position: absolute;
  top: 0%;
  left: 0px;
}
.ftMem .bnrMem:hover img {
  filter: brightness(80%);
}
.ftMem .bnrLogin {
  position: relative;
}
.ftMem .bnrLogin .inner {
  position: absolute;
  top: 0%;
  left: 0px;
  padding: 25% 2%;
  z-index: 2;
  color: #ffffff;
  width: 96%;
}
.ftMem .bnrLogin .btn3 {
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 2% 15px;
  cursor: pointer;
  display: block;
  text-decoration: none;
  position: relative;
  color: #160083;
  border: solid 2px #160083;
  background-color: #ffffff;
}
.ftMem .bnrLogin img {
  filter: brightness(40%);
  transition: all 0.3s linear;
}
.ftMem .bnrLogin:hover img {
  filter: brightness(80%);
}
.ftMem .boxLogin {
  text-align: center;
}
.ftMem .boxLogin dt {
  font-size: 20px;
  color: #160083;
  font-weight: bold;
  border-bottom: dotted 1px #160083;
  margin-bottom: 20px;
}
.ftMem .boxLogin dd {
  width: 47%;
  display: inline-block;
  margin: 0 1% 20px;
}
.ftMem .boxLogin dd a {
  display: block;
  text-decoration: none;
  position: relative;
  box-shadow: none;
}
footer {
  /* background-color: #333333; */
  /* margin-bottom: 80px; */
  /* border-top: solid 1px #d7d7d7; */
}
footer .ft {
  max-width: 1300px;
  margin: 0 auto;
  padding: 60px 0 40px;
}
footer .ft dl {
  width: 100%;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between
}
footer .ft dl dt, footer .ft dl dd {
  font-size: 14px;
  vertical-align: text-top;
  color: #fff;
}
footer .ft dl dt {
  width: 10%;
  font-weight: bold;
  pointer-events: none;
}
footer .ft dl dd {
  width: 88%;
}
footer .ft dl dt a, footer .ft dl dd a {
  color: #fff;
  display: inline-block;
  text-align: left;
}
footer .ft dl dd a {
  padding: 0 10px 0 5px;
  border-right: solid 1px #fff;
  margin-bottom: 5px;
  line-height: 1.2;
}
footer .ft dl dd a:last-child {
  border-right: none;
}
.ft_bottom {
  background-color: #ffffff;
  text-align: center;
  /* padding: 30px 0 0; */
}
.ftLogo img {
  margin-bottom: 15px;
}
.ftLogo p {
  font-size: 16px;
  text-align: center;
  color: #333;
  font-weight: bold;
}
.ft_bottom .sns {
  margin: 30px 0;
}
.ft_bottom .sns img {
  margin-right: 20px;
}
.ft_bottom .sns img:last-child {
  margin-right: 0;
}
.ft_bottom .add, .ft_bottom .tel {
  margin-bottom: 20px;
}
.ft_bottom .tel a {
  color: #000;
}
.ft_bottom .tel p {
  margin-bottom: 10px;
  font-size: 16px;
  display: inline-block;
}
.ft_bottom .tel p:first-child {
  margin-right: 20px;
}
.ft_bottom .tel p span {
  font-size: 20px;
  font-weight: bold;
}
.ftSubnavi {
  padding: 10px 0;
}
.ftSubnavi li {
  display: inline-block;
}
.ftSubnavi li a {
  font-size: 14px;
  padding: 0 10px;
  margin-bottom: 5px;
  color: #000;
}
.copyright {
  font-size: 12px;
  text-align: center;
  padding: 30px 0;
}
.pagetop {
  position: fixed;
  right: 10px;
  bottom: 90px;
  z-index: 50;
  color: #ffffff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.53);
  border-radius: 50%;
  height: 40px;
  width: 40px;
  padding: 9px 7px 4px 7px;
  cursor: pointer;
}
.pagetop i {
  color: #ffffff;
  font-size: 33px;
}
.crisp-client .cc-1brb6 .cc-1yy0g .cc-1m2mf {
  bottom: 160px !important;
  right: 60px !important;
}
/*============================
#float
============================*/
#float {
  width: 212px;
  position: fixed;
  top: 135px;
  right: 10px;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.5);
  z-index: 10;
}
#float a.close {
  position: absolute;
  top: 0px;
  right: 0px;
  color: #ffffff;
  text-decoration: none;
  background-color: #000000;
  padding: 0px 2px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  cursor: pointer;
}
#float .floatBody {
  background-color: rgba(0, 0, 0, 0.5);
}
#float .floatBody .head {
  background-color: #ff6848;
  color: #ffffff;
  text-align: center;
  padding: 5px 0;
}
#float .floatBody p {
  text-align: center;
  color: #ffffff;
  padding: 5px 0;
}
#float .floatBody table {
  width: 100%;
}
#float .floatBody table thead tr th {
  color: #ffffff;
  padding: 0 5px;
  text-align: center;
  border: solid 1px #d0d0d0;
}
#float .floatBody table thead tr th.ippan {
  background-color: #160083;
}
#float .floatBody table thead tr th.kaiin {
  background-color: #ff6848;
}
#float .floatBody table tbody tr th,
#float .floatBody table tbody tr td {
  font-size: 14px;
  padding: 2px 5px;
  vertical-align: middle;
  border: solid 1px #d0d0d0;
  background-color: #ffffff;
}
#float .floatBody table tbody tr th {
  text-align: left;
}
#float .floatBody table tbody tr td {
  text-align: right;
}
#float .floatBody table tbody tr td strong {
  font-size: 18px;
  color: #ff3100;
  font-weight: bold;
}
#float .floatBody a {
  display: block;
  color: #ffffff;
}
/***********ttl***********/
.main h1 {
  /* background-size: cover; */
  color: #000000;
  /* padding: 30px 10%; */
  /* text-align: left; */
  /* letter-spacing: 5px; */
  /* margin-bottom: 20px; */
  /* font-weight: normal; */
  /* border-bottom: solid 2px #160083; */
  text-align: center;
  font-size: 2.2rem;
  font-weight: normal;
  color: #fff;
  /* text-shadow: 0 0 0.5rem #000; */
  padding: 1rem 0;
  background: #d00747;
}
.main h1 i {
  display: inline-block;
  font-size: 48px;
  margin-right: 10px;
  color: #160083;
  vertical-align: middle;
  margin-bottom: 5px;
}
h2.ttl {
  font-size: 36px;
  text-align: center;
  color: #160083;
  font-weight: normal;
}
h2.ttl + p.ttl {
  text-align: center;
  color: #333;
  font-weight: normal;
  margin-bottom: 30px;
  font-size: 18px;
}
h3.ttlTop {
  font-size: 36px;
  font-weight: normal;
  color: #13a04e;
  padding: 0px 0 0px 0px;
  margin-bottom: 10px;
  font-family: 'monoton', sans-serif;
}
h3.ttlTop span {
  font-weight: bold;
  padding: 2px 0 8px 0px;
  margin-left: 10px;
  font-size: 16px;
  color: #000000;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
h3.ttl {
  font-size: 28px;
  font-weight: bold;
  color: #d00747;
  /* padding: 10px 0 10px 15px; */
  margin-bottom: 10px;
  margin-top: 1em;
  /* border-left: 2px solid #d00747; */
  background-color: #ffffff;
  /* box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2); */
}
h4.ttl {
  font-size: 18px;
  color: #160083;
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
}
h4.ttl::before {
  content: "\e836";
  font-family: "Material Icons";
  position: absolute;
  left: 0px;
  top: 2px;
  font-size: 22px;
  color: #160083;
  display: inline-block;
}
.btn {
  max-width: 360px;
  width: 96%;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 2%;
  margin-bottom: 10px;
  cursor: pointer;
  display: block;
  text-decoration: none;
  color: #ffffff;
  position: relative;
  background-color: #d00747;
  outline: none;
  box-shadow: 2px 7px 10px 0 rgba(0, 0, 0, 0.2);
}
.btn:hover {
  color: #ffffff;
}
.btn::after {
  font-family: 'Material Icons';
  content: "\e5c8";
  position: absolute;
  top: 50%;
  margin-top: -9px;
  font-size: 18px;
  right: 7%;
  color: #ffffff;
  transition: all 0.3s linear;
}
.btn:hover::after {
  right: 4%;
}
.btn2 {
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 5% 15px;
  cursor: pointer;
  display: block;
  text-decoration: none;
  color: #000;
  position: relative;
  background-color: rgb(216, 216, 216);
  outline: none;
}
.btn2:hover {
  color: #000;
}
.btn3 {
  max-width: 400px;
  margin: 0 auto;
  /* border-radius: 30px; */
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 2% 15px;
  cursor: pointer;
  display: block;
  text-decoration: none;
  position: relative;
  color: #160083;
  border: solid 2px #160083;
  background-color: #ffffff;
  outline: none;
}
.btn3:hover {
  color: #160083;
  background-color: #e2f1ff;
}
.listBtn {
  width: auto;
  border-radius: 5px;
  text-align: right;
  font-size: 14px;
  padding: 3px 10px 0px;
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  background-color: #13a04e;
  float: right;
  position: absolute;
  top: 20px;
  right: 0px;
}
.listBtn i {
  vertical-align: middle;
  margin-bottom: 3px;
  margin-left: 5px;
}
.spbtn {
  display: block;
  width: 98%;
  padding: 30px 0;
  text-align: center;
  font-size: 58px;
  font-weight: 700;
  text-decoration: none;
  margin: 5px 1% 10px;
  border-radius: 10px;
  background-color: #13a04e;
  border: solid 1px #13a04e;
  color: #fff;
  box-shadow: 0 5px 0 #075a2a;
}
.pan {
  font-size: 12px;
  margin: 0px auto;
  padding: 10px 2%;
  color: #fff;
  line-height: 14px;
  width: 96%;
  background-color: #160083;
}
.pan li {
  display: inline-block;
}
.pan a {
  color: #fff;
}
.conw {
  width: 100%;
  background-color: #f7f7f7;
  padding-top: 0px;
}
.con {
  max-width: 1500px;
  margin: 0 auto;
}
.main {
  padding: 0;
  position: relative;
  background-color: #f3f3f3;
}
.block {
  max-width: 1300px;
  margin: 0 auto;
}
.block_min {
  max-width: 1000px;
  margin: 0 auto;
}
.sec {
  padding: 30px 0;
}
.secWhite {
  background-color: #ffffff;
  padding: 5vh 2% 10px;
  margin-bottom: 10vh;
}
.left {
  float: left;
}
.right {
  float: right;
}
.txt {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.img {
  position: relative;
  text-align: center;
  margin-bottom: 10px;
}
ul.txt {
  margin-left: 20px;
}
ul.txt li {
  list-style-type: disc;
  margin-left: 3%;
  border: none;
  padding: 0;
  margin-bottom: 0 !important;
  width: 97% !important;
  float: none !important;
  line-height: 1.8;
  border: none !important;
  padding: 0 !important;
}
ol.txt li {
  list-style-type: decimal;
  margin-left: 3%;
  border: none;
  padding: 0;
  margin-bottom: 10px;
  width: 97%;
  float: none;
  line-height: 1.8;
}
ul.txt.nostyle li {
  list-style-type: none;
}
.note {
  font-size: 12px;
  color: #ff0000;
  font-weight: bold;
}
.col2, .col4 {
  text-align: center;
  font-size: 0px;
}
.col2 li, .col4 li {
  display: inline-block;
  vertical-align: text-top;
  font-size: initial;
}
.col2 li {
  /* width: 50%; */
  /* max-width: 550px; */
  /* margin: 0 1% 10px; */
  justify-content: flex-start;
}
.col4 li {
  width: 23%;
  max-width: 265px;
  margin: 0 1% 20px;
}
.col2 li img, .col4 li img {
  width: 100%;
}
.bnrContents li a {
  display: block;
  text-decoration: none;
  position: relative;
}
.bnrContents li a p {
  background-color: #160083;
  color: #ffffff;
  font-weight: bold;
  padding: 7px 0;
  position: relative;
}
.bnrContents li a p::after {
  font-family: 'Material Icons';
  content: "\e315";
  position: absolute;
  top: 50%;
  margin-top: -9px;
  font-size: 18px;
  right: 3%;
  color: #fff;
  transition: all 0.3s linear;
}
.bnrContents li a p.row2 {
  padding: 4px 0;
}
.col2.bnrContents li a p {
  font-size: 18px;
  letter-spacing: 0px;
}
.col4.bnrContents li a p {
  font-size: 16px;
}
.flick {
  display: none;
}
.topmainbg {
  display: flex;
}
.topmain {
  width: 78%;
  position: relative;
}
.topmain img {
  width: 100%;
  max-width: inherit;
}
.topmain #topSlider {
  position: relative;
}
.topmain #topSlider ul li img {
  vertical-align: top;
}
.topmain #topSlider ul:after {
  content: "";
  display: block;
  padding-top: 37%; /* 高さを幅の75%に固定 */
}
.topmain #topSlider ul {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
}

/***********topNavi***********/
.topmainbg .topNavi {
  width: 22%;
  display: flex;
  flex-flow: column wrap;
}
.topmainbg .topNavi a {
  display: block;
  align-content: center;
  padding: 0 30px;
  box-sizing: border-box;
  font-size: 18px;
  color: #160083;
  text-decoration: none;
  width: 100%;
  position: relative;
  flex: 1;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.topmainbg .topNavi a.last {
  background: #160083;
  color: #fff;
  font-size: 26px;
}
.topmainbg .topNavi a span {
  font-size: 30px;
}
.topmainbg .topNavi a:hover {
  background: #ecf7fb;
}
.topmainbg .topNavi a.last:hover {
  background: #160083;
}
.topNavi a::after {
  font-family: 'Material Icons';
  content: "\e5c8";
  position: absolute;
  top: 50%;
  margin-top: -11px;
  font-size: 30px;
  right: 8%;
  color: #160083;
  transition: all 0.3s linear;
}
.topNavi a.last::after {
  color: #fff;
}
.top_menu {
  padding: 10px 0 5px;
}
.top_menu ul {
  width: 96%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  color: #160083;
}
.top_menu ul li.tel .tel_no {
  font-size: 30px;
  font-weight: bold;
}
.top_menu ul li.tel .tel_no span {
  font-size: 70%;
}
.top_menu ul li.sns {
  width: 15%;
}
.top_menu ul li.sns img {
  margin-right: 10px;
}
.top_menu ul li.float {
  width: 22%;
  text-align: right;
}
.top_menu ul li.float span {
  font-weight: bold;
  margin-left: 15px;
}
.top_menu ul li.float .member {
  color: #DF0003;
  font-size: 18px;
}
.top_menu ul li.regist ,
.top_menu ul li.login {
  width: 15%;
}
 
.top_menu ul li.regist a ,
.top_menu ul li.login a {
  font-size: 16px;
  width: 100%;
  display: block;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
  box-sizing: border-box;
  border: 2px solid #160083;
  cursor: pointer;
}
.top_menu ul li.regist a {
  background: #160083;
  color: #fff;
}
.top_menu ul li.login a {
  color: #160083;
}
.top_tit h1 {
  background: #110067;
  color: #fff;
  font-size: 36px;
  padding: 5vh 0;
  text-align: center;
  font-weight: normal;
  letter-spacing: inherit;
  border: none;
}
/***********secSpe***********/
.secSpe {
  text-align: center;
}
.secSpe ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.secSpe li {
  width: 16%;
}
.secSpe li a {
  display: block;
  box-shadow: 2px 7px 10px 0 rgba(0, 0, 0, 0.2);
}
.secSpe li a p {
  background: rgba(22, 0, 131, 1);
  padding: 10px;
  font-weight: bold;
  color: #fff;
  box-sizing: border-box;
  height: 4em;
  display: flex;
  align-items: center;
	font-size: 0.9rem;
	justify-content: center;
}
/*********areamap***************/
.mapSrch {
  background: #ecf7fb;
}
.map {
  position: relative;
}
.map a {
  position: absolute;
  width: auto;
  background: #160083;
  border: solid 2px #160083;
  color: #fff;
  text-align: center;
  padding: 20px 10px;
  box-sizing: border-box;
  min-width: 150px;
  font-size: 19px;
  border-radius: 5px;
  box-shadow: 2px 7px 10px 0 rgba(0, 0, 0, 0.2);
}
.map a:hover {
  opacity: 1;
  background: #fff;
  border: solid 2px #160083;
  color: #160083;
}
/***********トップページエリアマップ　各エリアポジション***********/
.map .minato {
  top: 50%;
  left: 46%;
}
.map .chuou {
  top: 42%;
  right: 19%;
}
.map .nakano {
  top: 7%;
  right: 73%;
}
.map .chiyoda {
  top: 30%;
  right: 32%;
}
.map .shinjuku {
  top: 24%;
  left: 35%;
}
.map .shibuya {
  left: 26%;
  top: 44%;
}
.map .bunkyo {
  top: 8%;
  left: 54%;
}
.map .meguro {
  top: 65%;
  left: 23%;
}
.map .setagaya {
  top: 65%;
  left: 5%;
}
.map .suginami {
  top: 33%;
  left: 8%;
}
.map .toshima {
  top: 5%;
  left: 35%;
}
.map .shinagawa {
  top: 74%;
  left: 55%;
}
.map .oota {
  top: 81%;
  left: 37%;
}
.map .koutou {
  top: 43%;
  left: 85%;
}
.map .taitou {
  top: 9%;
  left: 72%;
}
.map .sumida {
  top: 14%;
  left: 86%;
}
.map .btn_lst_sold {
  bottom: 3%;
  right: 1.5%;
  padding: 0em;
  margin: 0;
  width: 300px;
  background-color: #d14444;
  border-radius: 5px;
  overflow: hidden;
  border: solid 2px #af142f;
  box-sizing: border-box;
}
.map .btn_lst_sold:hover {
  background-color: #d14444;
  color: #fff;
  border: solid 2px #af142f;
}
.map .btn_lst_sold dl {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: row;
}
.map .btn_lst_sold dl dt {
  font-size: 20px;
  width: 75%;
  padding: 1.7em 0 0em;
  background-color: #af142f;
  font-weight: bold;
  position: relative;
	display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.map .btn_lst_sold dl dt::before {
  font-family: 'Material Icons';
  content: "\e158";
  position: absolute;
  top: 12%;
  margin-left: -0.5em;
  font-size: 180%;
  left: 50%;
  color: #d14444;
  display: block;
}
.map .btn_lst_sold dl dt::after {
  font-family: 'Material Icons';
  content: "\e5c8";
  position: absolute;
  top: 50%;
  margin-top: -9px;
  font-size: 18px;
  right: 7%;
  color: #ffffff;
  transition: all 0.3s linear;
  display: block;
}
.map .btn_lst_sold:hover dl dt::after {
  right: 4%;
}
.map .btn_lst_sold dl dd {
  font-size: 15px;
  padding: 0.5em;
  width: 25%;
}
.map .btn_lst_sold dl dd strong {
  font-size: 120%;
}
/***********secInfo***********/
.secInfo {
  background: #ecf7fb;
  padding: 50px 0;
}
.secInfo .block {
  background: #fff;
  padding: 50px 0 20px;
  margin-bottom: 30px;
}
.secInfo table {
  max-width: 900px;
  width: 90%;
  margin: 0 auto 30px;
}
.secInfo table tr {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
.secInfo table tr th, .secInfo table tr td {
  padding: 5px 10px;
}
.secInfo table tr th {
  width: 150px;
}
.secInfo table tr .cate {
  text-align: center;
  border-radius: 5px;
  padding: 2px 5px;
  min-width: 80px;
  display: inline-block;
  font-size: 13px;
  margin-bottom: 2px;
}
.secInfo table tr .title {
  display: block;
}
.secStaff .boxStaff {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  margin-bottom: 50px;
  justify-content: flex-start;
}
.secStaff .boxStaff li {
  box-shadow: 7px 7px 0px 0px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  width: 48%;
  display: inline-block;
  padding: 20px 2%;
  margin: 0 1% 10px;
  border: solid 1px #ccc;
  box-sizing: border-box;
}
.secStaff .boxStaff li .staffHead {
  display: none;
}
.secStaff .boxStaff li .profile {
  margin-bottom: 20px;
  display: flex;
}
.secStaff .boxStaff li .profile .staffImg {
  width: 30%;
  /* float: left; */
}
.secStaff .boxStaff li .profile .staffImg img {
  width: 100%;
}
.secStaff .boxStaff li .profile .staffMain {
  /* float: left; */
  width: 66%;
  padding: 10px 0%;
  text-align: left;
  margin-left: 4%;
}
.secStaff .boxStaff li .profile .staffMain strong {
  display: block;
  font-size: 24px;
}
.secStaff .boxStaff li .staffFoot {
  text-align: left;
}
/***********検索条件***********/
.srchFrm {
  background-color: #ffffff;
  margin-bottom: 30px;
  padding: 20px 1% 10px;
  border: solid 1px #160083;
  border-top: none;
  box-shadow: 2px 7px 10px 0 rgba(0, 0, 0, 0.2);
}
.tabKind {
  font-size: 0;
  margin-bottom: 0px;
}
.tabKind li {
  width: 49%;
  float: left;
  vertical-align: text-top;
  cursor: pointer;
}
.tabKind li:nth-child(2) {
  float: right;
}
.tabKind li a {
  display: block;
  text-decoration: none;
  border: solid 1px #160083;
  padding: 15px 0;
  background-color: #160083;
  color: #ffffff;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  line-height: 90px;
}
.tabKind li.on a {
  border-bottom: none;
  padding: 20px 0;
  background-color: #ffffff;
  color: #160083;
}
.tabKind li a:hover {
  opacity: 1;
  -moz-transform: translate(0px, -10px);
  -o-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
}
.tabKind li a i {
  font-size: 80px;
  vertical-align: middle;
  margin-right: 20px;
}
.tabKind li a p {
  margin: 15px auto 0;
  padding: 5px 1%;
  color: #ffffff;
  font-size: 20px;
  width: 98%;
  position: relative;
  font-weight: bold;
}
.tabKind li a p strong {
  font-size: 130%;
  font-weight: bold;
}
.tabKind li a p small {
  font-size: 16px;
}
.tabKind li a p::after {
  font-family: 'Material Icons';
  position: absolute;
  top: 50%;
  margin-top: -11px;
  font-size: 22px;
  right: 3%;
  color: #1b589b;
  transition: all 0.3s linear;
}
.srchFrm .tab {
  font-size: 0;
}
.srchFrm .tab + div {
  padding: 20px 1% 0;
}
#other_dialog.srchFrm {
  box-shadow: none;
  margin-bottom: 0px;
}
#other_dialog.srchFrm .srchFrmFt {
  margin-bottom: 20px;
}
.secCond {
  margin: 20px auto;
}
.boxCond {
  transition: all 0.3s linear;
  margin-bottom: 20px;
  width: 100%;
  background-color: #e4ebf7;
  font-size: 0;
}
.boxCond dt, .boxCond dd {
  padding: 10px 2%;
  vertical-align: middle;
  display: inline-block;
  font-size: 14px;
  height: 100%;
}
.boxCond dt {
  width: 15%;
  background-color: #e4ebf7;
  color: #160083;
  font-weight: bold;
  text-align: center;
}
.boxCond dd {
  width: 77%;
  background-color: #ffffff;
  min-height: 30px;
}
.ui-widget.ui-widget-content{
  z-index: 10100001 !important;
}
/*============================
#train
============================*/
.srchFrm .tab li {
  width: 50%;
  display: inline-block;
  border-top: solid 1px #160083;
}
.srchFrm .tab li a {
  text-decoration: none;
  background-color: #160083;
  color: #ffffff;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  display: block;
  padding: 15px 0;
}
.srchFrm .tab li.on a {
  text-decoration: none;
  background-color: #ffffff;
  color: #160083;
  text-align: center;
  font-weight: bold;
  display: block;
}
.srchFrm .tab li a i {
  display: inline-block;
  font-size: 35px;
  margin-right: 10px;
  color: #ffffff;
  vertical-align: middle;
  margin-bottom: 5px;
}
.srchFrm .tab li.on a i {
  color: #160083;
}
.srchFrm .tab li#train.lineBtn {
  background-color: #195093;
  color: #ffffff;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}
.srchFrm dl.left {
  width: 49%;
}
.srchFrm dl.right {
  width: 49%;
}
.srchFrm dl dt,
.srchFrm dl dd {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 14px;
  vertical-align: middle;
}
.srchFrm dl dt {
  width: 35%;
}
.srchFrm dl dd {
  width: 60%;
}
.srchFrm dl dd ul li {
  display: inline-block;
  width: 48%;
}
.srchFrmFt {
  padding: 0px 1% 0;
}
.srchFrmFt li {
  display: inline-block;
  width: 49%;
}
#gmap {
  display: block;
  width: 100%;
  height: 500px;
}
/***********secAbout***********/
.secAbout {
  background: #ecf7fb;
  padding: 10vh 0;
  margin: 6vh 0 0;
}
.secAbout h3 {
  text-align: center;
  margin-bottom: 30px;
}
.secAbout dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 6vh 0;
  box-sizing: border-box;
}
.secAbout dl dt {
  text-align: center;
  width: 48%;
}
.secAbout dl dt .sns {
  margin-top: 30px;
}
.secAbout dl dt .sns img {
  margin-right: 20px;
}
.secAbout dl dt .sns img:last-child {
  margin-right: 0;
}
.secAbout dl dd {
  width: 48%;
  color: #160083;
}
.secAbout dl dd h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.secAbout dl dd .add {
  margin-bottom: 20px;
}
.secAbout dl dd .tel p {
  margin-bottom: 10px;
  font-size: 16px;
}
.secAbout dl dd .tel p span {
  font-size: 20px;
  font-weight: bold;
}
.secAbout .info_btn {
  margin: 50px auto;
  max-width: 1000px;
  width: 98%;
  display: flex;
  justify-content: space-between;
}
.secAbout .info_btn a {
  position: relative;
  display: block;
  padding: 15px 0;
  text-align: center;
  color: #fff;
  background: #160083;
  font-size: 18px;
  font-weight: bold;
  width: 47%;
  box-shadow: 2px 7px 10px 0 rgba(0, 0, 0, 0.2);
}
.secAbout .info_btn a::after {
  font-family: 'Material Icons';
  content: "\e5c8";
  position: absolute;
  top: 45%;
  margin-top: -11px;
  right: 5%;
  transition: all 0.3s linear;
}
/*************************
一覧　検索条件表示
**********************/
.ui-widget-overlay {
  background: #000000 !important;
  opacity: 0.4 !important;
  filter: Alpha(Opacity=.4) !important;
}
.list {
  max-width: 1150px;
  margin: 0 auto 140px;
}
.lstHead {
  margin-bottom: 30px;
  margin-top: 20px;
}
.lstFoot {
  margin-bottom: 30px;
  margin-top: 30px;
}
.srchNum {
  float: left;
  line-height: 1;
}
.srchNum strong {
  color: #ff6848;
  font-size: 36px;
  font-weight: bold;
}
.list select {
  width: 20%;
  float: left;
  margin-left: 2%;
}
.switchArea {
  float: left;
  margin-left: 50px;
}
.switchArea label {
  width: auto;
  margin-right: 10px;
  padding: 0 10px 0 35px;
}
/* 一覧　ページャー
========================================== */
.srchPage {
  float: right;
}
.srchPage span {
  display: inline-block;
}
.srchPage .cur, .srchPage a {
  margin: 0;
  padding: 5px 7px;
  line-height: 1;
}
.srchPage .cur {
  color: #000000;
  border: solid 1px #000000;
}
.srchPage a {
  text-decoration: none;
  display: inline-block;
}
/* ==========固定検索条件変更=========== */
.ftCond {
  position: fixed;
  bottom: 100px;
  width: 96%;
  padding: 0 2%;
  z-index: 60;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s linear;
}
.ftCond .btn {
  margin-bottom: 0;
}
.ftCond.on {
  visibility: visible;
  opacity: 1;
}
.ftCond.on.absolute {
  position: absolute;
  bottom: 9px;
}


.srch_fw {width:96%;max-width: 1150px;margin: 30px auto;}
.srch_fw form{
  
display: flex;
  
width: 50%;
}
.srch_fw input[type=text]{border-radius: 4px 0 0 4px;}
.srch_fw button {display: flex;width: 50px;background-color: #160083;cursor: pointer;align-items: center;justify-content: center;border-radius: 0 4px 4px 0;}
.srch_fw button i {color: #fff;font-size: 30px;}


/*************************
一覧用物件ボックス
**********************/
.lstBody {
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 30px;
}
.reci_slide_frame {
  padding: 0 0 15px;
}
.lstBody .itmBox {
  width: 32%;
  margin: 0 0.5% 10px;
  height: auto;
}
.lstBody .itmBox .inner {
  width: 100%;
}
.itmBox {
  background-color: #ffffff;
  transition: all 0.3s linear;
  box-shadow: 2px 7px 10px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid #eee;
  height: 100%;
  position: relative;
}
.itmBox .inner {
  width: 100%;
  margin: 0 auto;
}
.itmBox a {
  display: block;
  text-decoration: none;
}
.itmBox a:hover {
  opacity: 1;
}
.itmBox:hover img {
  transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
}
.itmBox .photo {
  position: relative;
  overflow: hidden;
}
.itmBox .photo.newly::before {
  content: "NEW";
  position: absolute;
  top: 10px;
  left: -26px;
  width: 99px;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #ff6848;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.78;
  text-align: center;
  z-index: 2;
}
/*.imgInfo .sold.img {
  position: relative;
}
.itmBox .photo.sold::after,
.imgInfo .sold.img::after {
  content: "成約御礼";
  position: absolute;
  top: 50%;
  left: 0%;
  background-color: rgba(181, 0, 0, 0.75);
  color: #ffffff;
  width: 100%;
  margin-top: -33px;
  padding: 10px 0;
  font-size: 26px;
  line-height: 1.78;
  text-align: center;
  z-index: 2;
}*/
.itmBox .photo img {
  width: 100%;
  transition: all 0.3s linear;
  position: relative;
}
.itmBox .txtArea {
  padding: 10px 3%;
}
.itmBox.boxSold .txtArea {
  margin-bottom: 90px;
}
.itmBox .txtArea p.ttl {
  font-size: 18px;
  font-weight: bold;
  color: #160083;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.icoArea span {
  padding: 3px 10px;
  border-radius: 4px;
  background-color: #160083;
  border: solid 1px #160083;
}
.icoArea span.icoPano, .icoArea span.icoVideo {
  background-color: #3fb6cf;
  border: solid 1px #3fb6cf;
}
.icoArea .icoOwnchange {
  color: #160083;
  background-color: #ffffff;
}
.type_icon_1101, .type_icon_1102, .type_icon_1103 {
  background-color: rgba(93, 205, 74, 0.8);
}
.type_icon_1201, .type_icon_1202, .type_icon_1203, .type_icon_1204, .type_icon_1205 {
  background-color: rgba(234, 133, 65, 0.8);
}
.type_icon_1301, .type_icon_1302, .type_icon_1303, .type_icon_1304, .type_icon_1305 {
  background-color: rgba(63, 182, 207, 0.8);
}
.itmBox .txtArea p.price {
  font-size: 20px;
  color: #fc5100;
  font-weight: bold;
  position: relative;
}
.itmBox .txtArea p.price small {
  font-size: 14px;
}
.itmBox .txtArea p.price span {
  font-size: 14px;
}
.itmBox .txtArea p {
  text-align: left;
  margin-bottom: 0px;
  font-size: 12px;
}
.itmBox .txtArea p.price span.fav {
  position: absolute;
  top: 0px;
  right: 2%;
  display: block;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.itmBox .txtArea p.price span.fav::before {
  font-family: 'Material Icons';
  content: "\e87e";
  position: absolute;
  font-size: 24px;
  color: #fc5100;
  transition: all 0.3s linear;
}
.itmBox .txtArea p.price span.fav.added::before {
  content: "\e87d";
}
.itmBox .bukken-name {
  font-weight: bolder;
  margin-top: 0.5em;
}
/*フリーワード検索 ハイライト*/
.highlight {
  border: 1px solid;
  background-color: #ffffff;
  width: 96%;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 5px;
  padding: 6px;
  border-radius: 4px;
}
.lst {
  margin-bottom: 3vw;
}
.lst .slick-slide {
  margin: 0 10px;
}
.lst .itmBox .txtArea {
  min-height: 150px;
}
.idx {
  text-align: center;
  margin-bottom: 3vw;
}
.idx [data-idx] {
  display: inline-block;
  background-color: #cccccc;
  border-radius: 50%;
  margin: 0 5px;
  width: 15px;
  height: 15px;
  cursor: pointer;
}
.idx [data-idx].on {
  background-color: #333333;
}
.txtNone {
  width: 100%;
  background-color: #ffffff;
  padding: 5vw;
  line-height: 2;
}
.txtNone strong {
  font-size: 140%;
}
.btn_request {
  margin-top: 5px;
  position: absolute;
  width: 94%;
  box-sizing: border-box;
  left: 3%;
  bottom: 10px;
}
.btn_request dl {
  background-color: #ae142e;
  border: solid 2px #ae142e;
  text-align: center;
}
.btn_request dl dt {
  color: #fff;
  padding: 0.05em 1em;
  .btn_request alignment-baseline: middle;
  margin: 0.3em;
  background-color: #d14443;
  display: inline-block;
  border-radius: 1em;
}
.btn_request dl dd {
  background-color: #fff;
  color: #ae142e;
  font-size: 20px;
  font-weight: bold;
  padding: 0.2em;
}
/*************************
物件詳細
**********************/
.detail .infoHd {
  position: relative;
  margin-bottom: 20px;
  background: url(../img/bgTtl.jpg) center bottom no-repeat;
  background-size: cover;
  border-bottom: solid 2px #160083;
}
.main.detail .infoHd h1 {
  background: none;
  padding: 30px 1% 30px 5%;
  text-align: left;
  letter-spacing: 5px;
  position: relative;
  overflow: hidden;
  width: 75%;
  margin-bottom: 0px;
  border: none;
}
.main.detail .infoHd h1.newly::before {
  content: "NEW";
  position: absolute;
  top: 20px;
  left: -32px;
  width: 130px;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #ff6848;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.78;
  text-align: center;
}
.main.detail .infoHd h1.sold::after {
  content: "成約御礼";
  display: inline-block;
  background-color: rgba(181, 0, 0, 0.75);
  color: #ffffff;
  padding: 10px 10px;
  font-size: 26px;
  line-height: 1;
  text-align: center;
  z-index: 2;
}
.infoHd .btnArea {
  position: absolute;
  top: 26px;
  right: 1%;
  width: 20%;
  text-align: right;
}
.infoHd .btnArea li {
  display: inline-block;
  width: 47%;
  vertical-align: middle;
  width: 70px;
}
.infoHd .btnArea li.btnAreaCon {
  width: 50%;
  width: 70px;
}
.infoHd .btnArea li.btnAreaCon a {
  font-size: 0;
  border-radius: 30px;
}
.infoHd .btnArea li a.btn {
  width: 100%;
}
.infoHd .btnArea li a.btn::after {
  content: none;
}
.infoHd .btnArea li.fav {
  border-radius: 30px;
  text-align: center;
  font-size: 0px;
  font-weight: bold;
  padding: 13px 2%;
  margin-bottom: 10px;
  cursor: pointer;
  text-decoration: none;
  color: #ff6848;
  background-color: transparent;
  box-sizing: border-box;
  border: solid 2px #ff6848;
}
.infoHd .btnArea li.fav.added {
  color: #ffffff;
  background-color: #ff6848;
}
.infoHd .btnArea li.fav::before {
  font-family: 'Material Icons';
  content: "\e87e";
  color: #ff6848;
  font-size: 30px;
  vertical-align: middle;
  transition: all 0.3s linear;
}
.infoHd .btnArea li.fav.added::before {
  content: "\e87d";
  color: #ffffff;
}
.infoHd .btnArea li a i {
  font-size: 30px;
  vertical-align: middle;
}
.infoMain {
  margin-bottom: 30px;
}
.infoMain .left {
  width: 62%;
}
.infoMain .left .salesCmtFl {
  font-size: 24px;
  font-weight: bold;
  color: #160083;
}
.infoMain .left dl {
  border-top: dotted 1px #000000;
  padding: 10px 2%;
}
.infoMain .left dl dt, .infoMain .left dl dd {
  display: inline-block;
  vertical-align: middle;
}
.infoMain .left dl dt {
  font-size: 14px;
  width: 20%;
}
.infoMain .left dl dd {
  width: 78%;
}
.infoMain .left dl.price {
  border-top: none;
}
.infoMain .left dl.price dd {
  color: #fc5100;
  font-size: 36px;
  font-weight: bold;
}
.infoMain .left dl.price dd small {
  font-size: 18px;
}
.infoMain .left dl.price dd a.btnSimu {
  width: auto;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  padding: 3px 10px 3px;
  display: inline-block;
  text-decoration: none;
  color: #160083;
  background-color: #ffffff;
  border: solid 1px #160083;
}
.infoMain .left dl.price dd a.btnSimu i {
  vertical-align: middle;
}
.infoMain .left .salesCmt {
  font-size: 14px;
  padding: 20px 0%;
  margin: 10px 0;
}
.infoMain .left .contactArea {
  padding: 10px 0;
  text-align: center;
  margin-bottom: 20px;
}
.infoMain .left .contactArea a {
  display: inline-block;
  width: 46%;
}
.infoMain .left .contactArea a i {
  font-size: 30px;
  vertical-align: middle;
}
.infoMain .left .contactArea a.btn::after {
  content: none;
}
.infoMain .left .contactArea p.fav {
  border-radius: 30px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding: 13px 2%;
  margin-bottom: 10px;
  cursor: pointer;
  text-decoration: none;
  color: #ff6848;
  background-color: transparent;
  box-sizing: border-box;
  border: solid 2px #ff6848;
  width: 46%;
  display: inline-block;
}
.infoMain .left .contactArea p.fav.added {
  color: #ffffff;
  background-color: #ff6848;
}
.infoMain .left .contactArea p.fav::before {
  font-family: 'Material Icons';
  content: "\e87e";
  font-size: 45px;
  color: #ff4b4b;
  font-size: 30px;
  vertical-align: middle;
  transition: all 0.3s linear;
}
.infoMain .left .contactArea p.fav.added::before {
  content: "\e87d";
  color: #ffffff;
}
.infoMain .left .contactArea a.tel {
  display: inline-block;
  padding: 5px 2%;
  font-size: 31px;
  width: 46%;
  border: none;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 0px;
  vertical-align: bottom;
}
.infoMain .left .contactArea a.tel i {
  font-size: 29px;
  margin-bottom: 7px;
}
.infoMain .left .contactArea p.bms_code {
  display: inline-block;
  width: 44%;
  text-align: center;
  background-color: #eeeeee;
  padding: 18px 0;
  font-size: 15px;
}
.infoMain .left .staffArea dl dd .imgStaff img {
  vertical-align: middle;
  width: 100px;
  margin-left: 30px;
}
.infoMain .right {
  width: 35%;
}
.infoMain .right img {
  width: 100%;
  width: auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}
.infoMain .right .imgInfo {
  margin-bottom: 10px;
}
.infoMain .right .imgInfo .img {
  background-color: #ffffff;
  margin-bottom: 5px;
  height: 270px;
}
.infoMain .right .imgInfo .txt {
  text-align: left;
}
.detail .bnr_request {
  margin: 0 auto;
  display: block;
  max-width: 860px;
}
.detail .tabHd {
  margin-bottom: 30px;
}
.detail .tabFt {
  margin-bottom: 50px;
  margin-top: 50px;
}
.detail .tab {
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.detail .tab li {
  width: 25%;
  border-top: solid 2px #160083;
  flex-grow: 1;
}
.detail .tab li a {
  text-decoration: none;
  background-color: #160083;
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  display: block;
  padding: 10px 0;
}
.detail .tab li.on a {
  background-color: #ffffff;
  color: #160083;
}
.pointBox {
  padding-bottom: 0;
}
.pointBox .detailCmt {
  box-shadow: 7px 7px 0px 0px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  padding: 1.5em;
  border: solid 2px #195093;
  border-radius: 10px;
  margin-bottom: 30px;
  text-align: left;
  line-height: 1.5;
}
.secMovie {
  padding: 0 0 60px;
}
.secMovie .boxMovie {
  width: 100%;
  padding-bottom: 56.25%;
  height: 0px;
  position: relative;
}
.secMovie .boxMovie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.secD360 {
  padding: 0 0 60px;
}
.secD360 .boxD360 {
  width: 100%;
  padding-bottom: 56.25%;
  height: 0px;
  position: relative;
}
.secD360 .boxD360 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.gallery {
  flex-wrap: wrap;
  display: flex;
}
.gallery li {
  cursor: pointer;
  width: 24%;
  margin: 0 0.5% 20px;
  position: relative;
}
.gallery li .img {
  background-color: #ffffff;
  margin-bottom: 0;
}
.gallery li .img img {
  width: auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}
.gallery li .txt {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.60);
  padding: 1px 2%;
  width: 96%;
  color: #ffffff;
  margin-bottom: 0px;
  font-size: 14px;
}
/*************************
物件詳細　概要
**********************/
.secOut table {
  width: 100%;
  margin-bottom: 1vh;
}
.secOut table tr th, .secOut table tr td {
  font-size: 14px;
  line-height: 1.5;
  padding: 10px 2%;
  vertical-align: top;
  border-bottom: 1px solid #e0e0e0;
}
.secOut table tr th {
  font-weight: bold;
  width: 20%;
  text-align: left;
  background-color: #ffffff;
  padding: 10px 2% 10px 3%;
}
.secOut table tr td {
  font-size: 14px;
  background: #fff;
  color: #111;
}
/*************************
物件詳細　類似物件
**********************/
.slick-slide .itmBox {
  width: 100% !important;
}
/*************************
会社案内　
**********************/
.aboutus.block {
  max-width: 1100px;
}
@media (min-width: 781px) {
  .aboutus .opening {
    background: #f4f4f4;
    margin-bottom: 96px;
  }
  .aboutus .opening h2 {
    font-size: 35px;
    text-align: center;
    line-height: 62px;
    padding: 90px 0 28px 0;
  }
}
@media (min-width: 781px) and (max-width: 1600px) {
  .aboutus .opening h2 {
    line-height: 62px;
    line-height: 3.875vw;
    font-size: 35px;
    font-size: 2.1875vw;
    padding-top: 90px;
    padding-top: 5.625vw;
    padding-bottom: 28px;
    padding-bottom: 1.75vw;
  }
}
@media (min-width: 781px) {
  .aboutus .opening p {
    font-size: 18px;
    text-align: center;
    line-height: 2.1;
    margin-bottom: 50px;
  }
}
@media (min-width: 781px) and (max-width: 1600px) {
  .aboutus .opening p {
    font-size: 18px;
    font-size: 1.125vw;
    margin-bottom: 50px;
    margin-bottom: 3.125vw;
  }
  .aboutus table {
    font-size: 18px;
    font-size: 1.125vw;
  }
}
.sec_greeting .left {
  width: 52%;
}
.sec_greeting .left .txt {
  font-size: 16px;
  line-height: 1.5;
}
.sec_greeting .right {
  width: 45%;
}
.sec_greeting .right .img {
  text-align: center;
  margin-bottom: 10px;
}
.sec_greeting .right .img img {
  width: 100%;
  max-width: 550px;
}
.sec_greeting .right dl {
  text-align: center;
}
.sec_greeting .right dl dt {
  font-size: 16px;
}
.sec_greeting .right dl dd {
  font-size: 24px;
}
.sec_greeting .right dl dd small {
  font-size: 70%;
  margin-right: 10px;
}
.sec_company table tr td select {
  margin-bottom: 5px
}
.sec_company table {
  width: 100%
}
.sec_company table tr th, .sec_company table tr td {
  font-size: 14px;
  line-height: 1.5;
  padding: 10px 2%;
  vertical-align: top;
  border-bottom: 1px solid #e0e0e0;
}
.sec_company table tr th {
  font-weight: bold;
  width: 20%;
  text-align: left;
  background-color: #ffffff;
}
.sec_company table tr td {
  font-size: 14px;
  background: #fff;
  color: #111;
}
.sec_company table tr td.imgTenpo {
  text-align: center;
}
.sec_company table tr td.imgTenpo img {
  width: 48%;
  margin: 0 1%;
}
.btnCompany {
  width: auto;
  margin: 0 auto;
  text-align: center;
  font-size: 1em;
  padding: 3px 30px 3px 10px;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  position: relative;
  background-color: #160083;
  outline: none;
}
.btnCompany::after {
  font-family: 'Material Icons';
  content: "\e5c8";
  position: absolute;
  top: 50%;
  margin-top: -9px;
  font-size: 1em;
  right: 6px;
  color: #ffffff;
  transition: all 0.3s linear;
}
.staffList ul {
  flex-wrap: wrap;
  display: flex;
}
.staffList ul li {
  float: left;
  width: 45%;
  margin-right: 1.5%;
  padding: 20px 2%;
  margin-bottom: 15px;
  min-height: 280px;
  background-color: #ffffff;
  border: solid 1px #e6e6e6;
  box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2);
}
.staffList ul li:nth-child(2n) {
  margin-right: 0;
}
.staffList ul li .thum {
  float: left;
  width: 40%;
  margin-right: 2%;
  margin-bottom: 10px;
}
.staffList ul li .thum img {
  width: 100%;
}
.staffList ul li h4 {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  border-bottom: dotted 1px #13a04e;
  float: left;
  text-align: left;
  width: 100%;
  margin-bottom: 10px;
}
.staffList ul li table.staffTable {
  float: left;
  width: 100%;
}
.staffList ul li table.staffTable tr {
  border-bottom: dotted 1px #999999;
}
.staffList ul li table.staffTable tr th,
.staffList ul li table.staffTable tr td {
  padding: 8px 1%;
  text-align: left;
  font-size: 12px;
  line-height: 1.4;
  font-weight: normal;
  background: #fff;
  border: none;
}
.staffList ul li table.staffTable tr th {
  width: 24%;
  color: #909090;
}
.staffList ul li table.staffTable tr td {
  width: 66%;
  color: #333333;
}
.staffList ul li .message {
  font-size: 12px;
  line-height: 1.5;
  color: #373737;
  width: 94%;
  background-color: #fbffe1;
  border: none;
  border-radius: 5px;
  padding: 8px 3%;
  margin-top: 10px;
}
.blogW {
  padding: 30px 0 0 0;
}
.blogW .blogMain {
  width: 75%;
  float: left;
  margin-bottom: 10px;
}
.blogW .side {
  width: 23%;
  float: right;
}
.blogW .side .sideBlock ul {
  margin-bottom: 30px;
}
.blogW .side .sideBlock ul li {
  margin-bottom: 5px;
}
.blogW .side .sideBlock ul li a {
  position: relative;
  background-color: #ffffff;
  text-decoration: none;
  padding: 10px 10px 10px 30px;
  display: block;
  box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.18);
}
.blogW .side .sideBlock ul li a:hover {
  box-shadow: 11px 15px 28px 0 rgba(0, 0, 0, .18);
}
.blogW .side .sideBlock ul li a::before {
  font-family: 'Material Icons';
  content: "\E315";
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -8px;
  font-size: 16px;
  color: #1c5396;
  display: inline-block;
}
.blogW .side .sideBlock ul li a span {
  padding: 2px 10px;
  border-radius: 5px;
}
article.blog {
  box-shadow: 11px 15px 28px 0 rgba(0, 0, 0, .18);
  padding: 20px 3%;
  border: solid 1px #f1f1f1;
  background-color: #ffffff;
  margin-bottom: 30px;
}
article.blog h1 {
  background: none;
  padding: 10px 0;
  font-size: 38px;
  font-weight: normal;
  text-align: left;
  color: #000000;
  letter-spacing: 3px;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: dotted 1px #1b589b;
  position: relative; 
}
article.blog p.date {
  font-size: 16px;
  text-align: right;
}
article.blog p.date i {
  font-size: 24px;
  vertical-align: bottom;
  margin-right: 5px;
  color: #1c5396;
}
article.blog h2.ttl {
  text-align: left;
}
article.blog h2.ttl a:hover {
  opacity: 1;
}
article.blog section {
  min-height: 300px;
  margin-bottom: 30px;
}
article.blog ul.cate {
  text-align: right;
}
article.blog ul.cate li {
  display: inline-block;
}
article.blog ul.cate li a {
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
}
article.blog ul.cate li a span {
  padding: 2px 10px;
  border-radius: 5px;
}
.resLoan .price {
  font-size: 180%;
  color: #ff426c;
  font-weight: bold;
}
.secSitemap dl {
  margin-bottom: 30px;
}
.secSitemap dl dt, .secSitemap dl dd {
  display: inline-block;
  font-size: 16px;
  vertical-align: text-top;
}
.secSitemap dl dt {
  width: 100%;
  font-size: 20px;
  margin-bottom: 10px;
  border-bottom: dotted 1px #333333;
}
.secSitemap dl dd {
  width: 24%;
}
.secSitemap dl dt a, .secSitemap dl dd a {
  display: inline-block;
  text-align: left;
}
.secSitemap dl dd a {
  padding: 0 5px;
  margin-bottom: 5px;
}
.static .block {
  max-width: 1000px;
}
.static .sec {
  background-color: #ffffff;
  padding: 30px 2%;
  box-shadow: 7px 7px 0px 0px rgba(0, 0, 0, 0.1);
}
.btnCvLst {
  text-align: center;
}
.btnCvLst li {
  display: inline-block;
  vertical-align: text-top;
  width: 29%;
  margin: 0 0.5%;
  padding: 10px 1%;
  background-color: #ffffff;
  box-shadow: 7px 7px 0px 0px rgba(0, 0, 0, 0.1);
}
.btnCvLst li .ttl {
  background-color: #eafffc;
  padding: 10px 2%;
  color: #160083;
  font-weight: bold;
  border-top: solid 2px #160083;
  margin-bottom: 10px;
}
.btnCvLst li .inner {
  margin-bottom: 10px;
  min-height: 80px;
}
.btnCvLst li .inner span {
  font-size: 14px;
}
.btnCvLst li .inner a {
  font-size: 30px;
  width: 100%;
  text-align: center;
  padding: 0;
  border: none;
  background-color: #ffffff;
  color: #ff7300;
  font-weight: bold;
  text-decoration: none;
  display: block;
  line-height: 1;
}
.btnCvLst li .inner a i.material-icons {
  font-size: 24px;
  vertical-align: middle;
}
.souzoku h2.ttl {
  text-align: left;
}
.souzoku h2.ttl strong {
  font-size: 150%;
  color: #ff7300;
  margin-right: 10px;
}
.souzoku .secWhite .txt {
  font-size: 16px;
  line-height: 1.8;
}
.souzoku .inner {
  margin-bottom: 3vh;
}
.souzoku .inner .left {
  width: 60%;
}
.souzoku .inner .right {
  width: 38%;
}
.souzoku table.tableQa {
  width: 100%;
  margin-bottom: 20px;
}
.souzoku table.tableQa tr th, .souzoku table.tableQa tr td {
  border: solid 1px #cccccc;
  padding: 5px 5px;
}
.souzoku table.tableQa thead tr th {
  text-align: center;
  /* width: 14%; */
}
.souzoku table.tableQa tbody tr th {
  text-align: center;
}
.souzoku table.tableQa tbody tr td {
  text-align: left;
}
.lstQa {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px 2px;
}
.lstQa tr {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
.lstQa tr th, .lstQa tr td {
  padding: 5px 1%;
  font-size: 16px;
  border-collapse: separate;
  border-spacing: 10px;
}
.lstQa tr th {
  width: 10%;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #160083;
  background-color: #eafffc;
}
.lstQa tr td {
  width: 84%;
  text-align: left;
}
.lstCase {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px 2px;
}
.lstCase tr {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
.lstCase tr th, .lstCase tr td {
  padding: 15px 1%;
  font-size: 16px;
  border-collapse: separate;
  border-spacing: 10px;
}
.lstCase tr th {
  width: 20%;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #160083;
  background-color: #eafffc;
}
.lstCase tr td {
  width: 84%;
}
.lstCase tr td a {
  float: right;
  margin-top: 20px;
}
.boxFlow {
  position: relative;
  border: solid 1px #160083;
  padding: 10px 1%;
  background-color: #ffffff;
  margin-bottom: 10vh;
}
.boxFlow::after {
  content: "";
  position: absolute;
  bottom: -70px;
  left: 50%;
  margin-left: -150px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 50px 150px 0 150px;
  border-color: #d8d8d8 transparent transparent transparent;
  z-index: 0;
  display: block;
}
.boxFlow.left {
  width: 47%;
}
.boxFlow.right {
  width: 47%;
}
.boxFlow.no::after {
  content: none;
}
.boxPoint {
  padding: 10px 1%;
  background-color: #e9f7f5;
  margin-bottom: 3vh;
  border: solid 1px #160083;
}
.boxPoint ul li {
  font-weight: bold;
  color: #160083;
}
input[type=text], input[type=password], input[type=email], input[type=url], input[type=date], input[type=month], input[type=time], input[type=datetime], input[type=datetime-local], input[type=week], input[type=number], input[type=search], input[type=tel], input[type=color], select, textarea {
  padding: 10px 2%;
  display: inline-block;
  border: 1px solid #ccc;
  box-shadow: none;
  border-radius: 4px;
  vertical-align: middle;
  width: 100%;
  border: solid 1px #333;
  box-sizing: border-box;
}
.col2 input[type=text],.col2 input[type=password],.col2 input[type=email],.col2 input[type=url], .col2 input[type=date],.col2 input[type=month],.col2 input[type=time],.col2 input[type=datetime], .col2 input[type=datetime-local],.col2 input[type=week],.col2 input[type=number],.col2 input[type=search], .col2 input[type=tel],.col2 input[type=color],.col2 select,.col2 textarea {
  width: 90%;
}
label {
  display: block
}
.c1 {
  width: 50% !important
}
.c2 {
  width: 40% !important
}
.zipBtn {
  display: inline
}
.formBox input[type=text], .formBox input[type=password], .formBox input[type=tel], .formBox input[type=email], .formBox textarea, .formBox select {
  font-size: 16px;
}
.telephone, .fax, .mobile {
  width: 140px
}
.notyet {
  background: #ffe9e9;
  color: #333;
}
textarea {
  resize: vertical;
  height: 100px;
}
label {
  display: inline-block;
  transition: all 0.3s linear;
  position: relative;
  height: 35px;
  line-height: 34px;
  font-size: 14px;
  cursor: pointer;
  padding-left: 35px;
  width: calc(100% - 35px);
}
label:hover {
  background-color: #ffffc8;
}
input[type=radio], input[type=checkbox] {
  margin: 5px;
  width: 22px;
  height: 22px;
}
label input[type=checkbox] {
  margin: 5px;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0;
  left: 0;
}
label input[type=radio] {
  margin: 5px;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0;
  left: 0;
}
.ensen label input[type=checkbox], .menseki label input[type=radio], .w30p {
  width: 30px !important;
}
.w55p {
  width: 55px !important;
}
.w15 {
  width: 14% !important;
}
.w20 {
  width: 18% !important;
}
.w25 {
  width: 23% !important;
}
.w33 {
  width: 27% !important;
}
.w50 {
  width: 46% !important;
}
.w75 {
  width: 73% !important;
}
/******************************
お問い合わせフロー
*****************************/
.step {
  list-style: none;
  margin-bottom: 20px;
  margin: 4rem auto;
  text-align: center;
  position: relative;
}
.step:before {
  content: "";
  height: 1px;
  position: absolute;
  width: 60%;
  background-color: #dadada;
  top: 50%;
  left: 20%;
}
.step li {
  width: 18%;
  position: relative;
  border-radius: 50%;
  display: inline-block;
  margin: 0 5%;
  text-align: center;
}
.step.noConf li {
  width: 30%;
}
.step li::before {
  position: absolute;
  top: 5px;
  right: 10px;
  z-index: 100;
}
.step li p {
  color: #ffffff;
  padding: 15px 0;
  background: #dadada;
  position: relative;
  display: block;
  text-align: center;
  font-size: 16px;
  border-radius: 50%;
  width: 60px;
  line-height: 30px;
  margin: 0 auto;
}
.step li.on p {
  background-color: #d00747;
}
.formBox {
  margin: 0 auto;
  max-width: 940px;
  padding: 3em;
  background-color: #fff;
  border-radius: 32px;
  box-sizing: border-box;
}
/******************************
お問い合わせ用　物件ボックス
*****************************/
.formBox .itmBox {
  margin: 0 auto 2%;
  width: 75% !important;
  padding: 10px 2%;
  transition: all 0.3s linear;
  background-color: #ffffff;
  margin-bottom: 20px;
}
.formBox .itmBox a {
  display: block;
  text-decoration: none;
}
.formBox .itmBox a:hover {
  opacity: 1;
}
.formBox .itmBox .photo {
  position: relative;
  overflow: hidden;
  width: 30%;
  display: inline-block;
  vertical-align: text-top;
}
.formBox .itmBox .photo img {
  width: 100%;
}
.formBox .itmBox .txtArea {
  padding: 0px 3%;
  width: 63%;
  display: inline-block;
  vertical-align: text-top;
}
.formBox .itmBox .txtArea .ttl span {
  display: block;
  max-width: 100px;
  margin: 0px 0 0px 0;
  margin-left: 0px;
  line-height: initial;
  font-weight: normal;
  font-size: 11px;
  padding: 3px 10px;
  text-align: center;
  color: #ffffff;
  /* border-radius: 4px; */
  background-color: rgba(17, 17, 17, 0.43);
}
.formBox .itmBox .txtArea .price {
  font-size: 20px;
  font-weight: bold;
  position: relative;
}
.formBox .itmBox .txtArea .price small {
  font-size: 14px;
}
.formBox .itmBox .txtArea .price span {
  font-size: 14px;
}
.formBox .itmBox .txtArea dl dt,
.formBox .itmBox .txtArea dl dd {
  display: inline-block;
  vertical-align: text-top;
  font-size: 12px;
}
.formBox .itmBox .txtArea dl dt {
  width: 20%;
}
.formBox .itmBox .txtArea dl dd {
  width: 77%;
}
.secSimilar .itmBox {
  min-height: 540px;
}
/******************************
お問い合わせ項目リストバージョン
*****************************/
.formBox .formList {
  width: 100%;
}
.formBox .formList.col2 {
  display:flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.formBox table p {
  margin-top: 10px
}
.formBox .formList li{
  /* border-bottom: 1px solid #e0e0e0; */
  padding: 0.5em  0;
  /* width: 45%; */
}
.formBox .formList.col2 li{
  /* display:flex; */
  width: 50%;
}
.formBox .formList li:last-child{
  /* margin-bottom:1em; */
}
.formBox .formList li h4 {
  font-size: 18px;
  /* min-width: 200px; */
  /* position: relative; */
  font-weight: 600;
  /* width: 20%; */
  text-align: left;
  /* background-color: #ffffff; */
  /* padding: 10px 2% 10px 3%; */
  color: #333;
  margin-bottom: 0.5em;
}
.formBox .formList li h5 {
  font-size: 14px;
  /* min-width: 200px; */
  /* position: relative; */
  font-weight: 600;
  /* width: 20%; */
  text-align: left;
  /* background-color: #ffffff; */
  /* padding: 10px 2% 10px 3%; */
  color: #333;
  margin-bottom: 0.5em;
}
.formBox .formList li .formItem {
  background: #fff;
  font-size: 14px;
  line-height: 1.5;
  color: #111;
  /* border: 1px solid #bbbbbb; */
  /* padding: 10px 1%; */
  text-align: left;
  margin-bottom: 1em;
}
/******************************
お問い合わせ項目テーブル
*****************************/
.formBox table {
  width: 100%;
  margin-bottom: 30px;
}
.formBox table p {
  margin-top: 10px
}
.formBox table tr th,
.formBox table tr td {
  border-bottom: 1px solid #e0e0e0;
}
.formBox table tr th {
  font-size: 14px;
  min-width: 200px;
  position: relative;
  font-weight: bold;
  width: 20%;
  text-align: left;
  background-color: #ffffff;
  padding: 10px 2% 10px 3%;
}
.formBox table tr td {
  background: #fff;
  font-size: 14px;
  line-height: 1.5;
  color: #111;
  /* border: 1px solid #bbbbbb; */
  padding: 10px 1%;
}
.formBox .contactIpt li {
  margin-bottom: 10px;
}
.formBox .contactIpt .ttl {
  background-color: #f7f7f7;
  padding: 10px 10px;
  margin-bottom: 10px;
  position: relative;
  font-weight: bold;
  font-size: 14px;
}
.formBox .contactIpt .ttl span.must {
  position: static;
  margin-left: 10px;
}
.zip_suggest {
  background: #fff;
  border: solid 1px #ccc;
  border-radius: 5px;
  width: 96%;
  padding: 5px;
  margin-top: 5px;
  position: relative;
}
.zip_suggest li {
  padding: 3px;
  font-size: 14px;
}
.zip_suggest li:hover {
  background-color: #ffffc8;
  cursor: pointer;
}
.zip_suggest input[type=button] {
  font-size: 14px;
  background-color: #eaeaea;
  border-radius: 5px;
}
#satei_datetime, #contact_datetime, #contact_method {
  margin-left: 35px;
}
.formBox .hopeArea select {
  width: 32%;
}
.formBox .hopeRoute ul li {
  width: 48%;
  display: inline-block;
}
.err {
  position: relative;
  margin-top: 5px;
  display: none;
}
.err li {
  position: relative;
  font-size: 12px;
  color: #ff0007;
  background-color: #fff4f4;
  border: solid 1px #ff0000;
  margin-bottom: 2px;
  border-radius: 5px;
  display: inline-block;
  float: none !important;
  width: auto !important;
  margin-right: 5px;
}
.loginAutoBtn {
  margin: 20px auto;
  text-align: center;
  padding: 20px 2%;
  box-shadow: 7px 7px 0px 0px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
.loginAutoBtn p {
  margin-bottom: 10px;
}
.loginAutoBtn input {
  width: 49%;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: initial;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  margin: 0 auto;
  padding: 7px 0;
  border: solid 2px #160083;
}
.btnZip {
  width: 130px;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: initial;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  margin: 0 auto;
  padding: 10px 10px 10px;
  color: #333333;
  background-color: #eaeaea;
}
.popup_bg {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, .8);
  top: 0;
  left: 0;
  z-index: 9999;
}
.popup_bg .popup_content {
  width: 500px;
  background-color: #fff;
  display: none;
  border-radius: 3px;
  border-top: 4px solid #ddd;
  padding: 10px;
  margin: 10% auto 0;
  font-size: 12px;
  text-align: center;
}
.popup_bg .popup_content .title {
  margin: 2px;
  padding: 2px;
  font-weight: 700;
}
.popup_bg .popup_content .body {
  margin: 2px auto;
  padding: 2px;
}
.popup_bg .popup_content .body form p input {
  padding: 3px;
  width: 300px;
  margin: 0;
}
.popup_bg .popup_content .body p {
  margin: 10px
}
.popup_bg .popup_content .body p span.popup_btn.submit,
.popup_bg .popup_content .body p span.popup_btn.close {
  width: initial;
  color: #fff;
  background: rgba(153, 153, 153, 1);
  display: inline-block;
  border-radius: 3px;
  box-shadow: 0 0 2px #EFEFEF;
  padding: 5px 20px;
  cursor: pointer;
  margin: 5px;
}
.popup_content .popup_btn:hover {
  background: rgba(153, 153, 153, .75);
  box-shadow: 0 0 2px #000;
}
.popup_content .done {
  display: none
}
.must {
  /* position: absolute; */
  top: 38%;
  right: 2%;
  display: inline-block;
  vertical-align: middle;
  background-color: #e51557;
  border-radius: 5px;
  padding: 0.3em 0.6em;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  margin-left: 0.5em;
  font-weight: normal;
}
.ssl {
  margin: 20px 0;
}
.ssl img {
  float: left;
  margin-right: 10px;
}
.ssl p {
  float: left;
  font-size: 12px;
  line-height: 1.5;
  color: #111;
  margin-top: 8px;
  width: 83%;
}
#pass_strength {
  background-color: #535353;
  border: solid 1px #000000;
  margin: 25px 0;
  padding: 15px;
  text-align: center;
  width: auto;
  color: #fff;
}
#pass_strength[data-strength="1"] {
  background-color: #ffa0a0;
  border-color: #f04040;
  color: #000;
}
#pass_strength[data-strength="2"] {
  background-color: #ffb78c;
  border-color: #ff853c;
  color: #000;
}
#pass_strength[data-strength="3"] {
  background-color: #ffec8b;
  border-color: #fc0;
  color: #000;
}
#pass_strength[data-strength="4"] {
  background-color: #c3ff88;
  border-color: #8dff1c;
  color: #000;
}
#pass_strength[data-strength="5"] {
  background-color: #13a04e;
  border-color: #006b2d;
  color: #fff;
}
#login_usr_info {
  padding: 0px 1%;
  text-align: center;
  display: none;
}
#login_usr_info table {
  margin-bottom: 10px;
  width: 100%;
}
#login_usr_info table tr th {
  font-size: 14px;
  padding: 10px 2%;
  width: 36%;
}
#login_usr_info table tr td {
  padding: 5px 1%;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
.ui-widget #login_usr_info table tr td input, .ui-widget #login_usr_info table tr td select, .ui-widget #login_usr_info table tr td textarea, .ui-widget #login_usr_info table tr td button {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 16px;
  padding: 10px 2%;
  display: inline-block;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 3px #ddd;
  border-radius: 4px;
  vertical-align: middle;
  width: 96%;
}
#login_usr_info .btn2 {
  width: 50%;
}
#login_usr_info a {
  font-size: 14px;
}
/*//</editor-fold>*/
/* 20240617 追加*/
.center {
  text-align: center;
}
.search {
  background: #ecf7fb;
}
.library {
  max-width: 600px;
  width: 94%;
  margin: 60px auto 0;
  text-align: center;
}
.library p {
  background: #1d2088;
  color: #fff;
  font-weight: bold;
  padding: 7px 0;
  position: relative;
  font-size: 22px;
  letter-spacing: 3px;
}
.library p::after {
  font-family: 'Material Icons';
  content: "\e315";
  position: absolute;
  top: 50%;
  margin-top: -9px;
  font-size: 18px;
  right: 3%;
  color: #fff;
  transition: all 0.3s linear;
}
.our_works {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
.our_works .work_box {
  padding: 100px 0 90px;
  margin-bottom: 85px;
}
.our_works .work_box.work1 {
  background: url(../img/img_ourworks01.jpg) no-repeat;
  background-size: cover;
}
.our_works .work_box.work2 {
  background: url(../img/img_ourworks02.jpg) no-repeat;
  background-size: cover;
}
.our_works .work_box.work3 {
  background: url(../img/img_ourworks03.jpg) no-repeat;
  background-size: cover;
}
.our_works .work_box .inner {
  max-width: 73%;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.85);
  margin: auto;
  padding: 70px 170px;
  box-sizing: border-box;
}
.our_works .work_box h3 {
  text-align: center;
  font-weight: normal;
  border-bottom: 1px solid #333333;
  padding-bottom: 29px;
  margin-bottom: 22px;
}
.our_works .work_box h3 .ja {
  font-size: 47px;
  letter-spacing: 0.2em;
}
.our_works .work_box h3 .en {
  font-size: 29px;
  letter-spacing: 0.1em;
}
.our_works .work_box p {
  line-height: 2;
  margin-bottom: 45px;
  font-size: 18px;
}
.our_works .work_box .button {
  display: block;
  background: #333333;
  text-align: center;
  color: #ffffff;
  border-radius: 10px;
  padding: 3px;
  font-size: 30px;
}
.simulation {
  text-align: center;
  padding: 0 0 80px;
}
.simulation img {
  margin: 0 auto;
}
.for_reason .read {
  font-size: 36px;
  letter-spacing: 0.2em;
  margin: 0 0 43px;
  text-align: center;
}
.for_reason .reason_point {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1000px;
  width: 98%;
  margin: 0 auto 85px;
}
.for_reason .reason_box {
  width: 280px;
}
.for_reason .reason_box dt {
  background: url(../img/ico_reason.svg) no-repeat;
  background-size: cover;
  text-align: center;
  color: #ffffff;
  padding: 43px 0 50px;
  box-sizing: border-box;
}
.for_reason .reason_box dt .number {
  font-size: 36px;
}
.for_reason .reason_box dt .title {
  font-size: 40px;
}
.for_reason .reason_box dt .catch {
  font-size: 21px;
}
.for_reason .reason_box dd {
  margin-top: 40px;
  line-height: 2;
  font-size: 18px;
}
.for_reason h3 {
  font-size: 35px;
  letter-spacing: 0.2em;
  margin: 79px 0 45px;
  font-weight: normal;
}
.for_reason_support {
  width: 1140px;
}
.for_reason .support_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  max-width: 1040px;
  font-feature-settings: "palt";
  margin: 0 auto;
}
.for_reason .support_box {
  padding: 5px 0px 25px 31px;
  border-left: 1px solid #333333;
  border-bottom: 1px solid #333333;
}
.for_reason .support_box h4 {
  color: #a5040e;
  font-size: 40px;
  margin-bottom: 14px;
}
.for_reason .support_box p {
  line-height: 1.6;
  font-size: 16px;
}
.for_reason .support_grid .img01 {
  margin: 26px 18px 17px 9px;
}
.for_reason .support_box p.note {
  font-size: 11px;
  line-height: 1.9;
  color: #000;
  text-align: left;
}
.for_reason .support_box.num7 {
  margin-top: 14px;
}
.for_reason .support_box.col2 {
  margin: 50px auto 0;
  max-width: 1040px;
  box-sizing: border-box;
}
.for_reason .support_grid .inner_grid {
  display: grid;
  grid-template-columns: 201px 1fr;
  gap: 0 15px;
}
.for_reason .support_grid .inner_grid li {
  display: flex;
  margin-bottom: 12px;
  font-size: 16px;
}
.for_reason .support_grid .inner_grid li::before {
  content: "";
  width: 24px;
  height: 25px;
  background: url(../img/ico_checkbox.svg) no-repeat;
  background-size: contain;
  display: block;
  margin-right: 7px;
}
.for_reason .support_grid .boxtext {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px 10px;
  margin: 10px 0;
}
.for_reason .support_grid .boxtext li {
  text-align: center;
  background: #f4f4f4;
  font-size: 16px;
  padding: 6px 0;
}
.for_reason .support_grid .inner_grid2 {
  display: grid;
  grid-template-columns: 245px 1fr;
  gap: 0 15px;
}
.for_reason .inner_grid3 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 30px;
  margin: 21px 0 25px;
  text-align: left;
  line-height: 1.8;
}
.for_reason .inner_grid3 .row {
  display: grid;
  grid-template-columns: 218px 1fr;
  gap: 0 20px;
}
.for_reason .inner_grid3 dt {
  font-weight: bold;
  font-size: 22px;
  margin: 20px 0 0px 0;
}
.for_reason .inner_grid3 dd {
  font-size: 16px;
}
.for_reason table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 18px;
}
.for_reason table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 18px;
}
.for_reason table th {
  border: 1px solid #333333;
  text-align: center;
  font-weight: normal;
  background: #efefef;
  width: 155px;
  font-size: 16px;
}
.for_reason table td {
  border: 1px solid #333333;
  font-size: 15px;
  padding: 7px 18px;
}
.line_soudan {
  position: relative;
  margin-bottom: 100px;
}
.buy .block {
  max-width: 1000px;
}
@media (min-width: 781px) {
  .buy .opening {
    background: #f4f4f4;
    margin-bottom: 96px;
  }
  .buy .opening h1 {
    font-size: 35px;
    text-align: center;
    line-height: 62px;
    padding: 90px 0 28px 0;
  }
}
@media (min-width: 781px) and (max-width: 1600px) {
  .buy .opening h1 {
    line-height: 62px;
    line-height: 3.875vw;
    font-size: 35px;
    font-size: 2.1875vw;
    padding-top: 90px;
    padding-top: 5.625vw;
    padding-bottom: 28px;
    padding-bottom: 1.75vw;
  }
}
@media (min-width: 781px) {
  .buy .opening p {
    font-size: 18px;
    text-align: center;
    line-height: 2.1;
    margin-bottom: 50px;
  }
}
@media (min-width: 781px) and (max-width: 1600px) {
  .buy .opening p {
    font-size: 18px;
    font-size: 1.125vw;
    margin-bottom: 50px;
    margin-bottom: 3.125vw;
  }
}
@media (min-width: 781px) {
  .buy h2 {
    border-bottom: 1px solid #333333;
    text-align: center;
    font-size: 38px;
    padding-bottom: 16px;
    margin-bottom: 82px;
  }
}
@media (min-width: 781px) and (max-width: 1600px) {
  .buy h2 {
    font-size: 38px;
    font-size: 2.375vw;
    margin-bottom: 82px;
    margin-bottom: 5.125vw;
    padding-bottom: 16px;
    padding-bottom: 1vw;
  }
}
@media (min-width: 781px) {
  .buy .merit {
    background: url(../img/buy/bg_merit.jpg) no-repeat;
    background-size: cover;
    padding: 55px 0 55px 55px;
  }
}
@media (min-width: 781px) and (max-width: 1600px) {
  .buy .merit {
    padding: 55px;
    padding: 3.4375vw;
  }
}
@media (min-width: 781px) {
  .buy .merit .inner {
    background: rgba(255, 255, 255, 0.8);
    padding: 67px 159px 60px 103px;
  }
}
@media (min-width: 781px) and (max-width: 1600px) {
  .buy .merit .inner {
    padding: 60px;
    padding: 3.75vw;
  }
}
@media (min-width: 781px) {
  .buy .merit .merit_text {
    width: 600px;
  }
}
@media (min-width: 781px) and (max-width: 1600px) {
  .buy .merit .merit_text {
    width: 100%;
    max-width: 600px;
  }
}
@media (min-width: 781px) {
  .buy .merit .member_box {
    display: grid;
    grid-template-columns: 48% 1fr;
    gap: 20px;
    text-align: center;
    margin-top: 57px;
  }
}
@media (min-width: 781px) and (max-width: 1600px) {
  .buy .merit .member_box {
    gap: 20px;
    gap: 1.25vw;
  }
}
@media (min-width: 781px) {
  .buy .merit .member_box dl {
    background: #ffffff;
  }
}
@media (min-width: 781px) {
  .buy .merit .member_box dt {
    font-weight: bold;
    font-size: 20px;
    padding: 5px 0;
  }
}
@media (min-width: 781px) and (max-width: 1600px) {
  .buy .merit .member_box dt {
    font-size: 20px;
    font-size: 1.25vw;
  }
}
@media (min-width: 781px) {
  .buy .merit .member_box dd {
    background: #ffffff;
    padding: 27px 34px 10px;
  }
}
@media (min-width: 781px) and (max-width: 1600px) {
  .buy .merit .member_box dd {
    padding: 20px;
    padding: 1.25vw;
  }
}
@media (min-width: 781px) {
  .buy .merit .register {
    border: 2px solid #354c80;
  }
  .buy .merit .register dt {
    background: #e1e4ec;
    color: #354c80;
    border-bottom: 2px solid #354c80;
  }
  .buy .merit .register p {
    font-size: 14px;
    margin-top: 8px;
  }
}
@media (min-width: 781px) and (max-width: 1600px) {
  .buy .merit .register p {
    font-size: 14px;
    font-size: 0.875vw;
  }
}
@media (min-width: 781px) {
  .buy .merit .login {
    border: 2px solid #407c63;
  }
  .buy .merit .login dt {
    background: #e2ebe8;
    color: #407c63;
    border-bottom: 2px solid #407c63;
  }
  .buy .merit .login .formgrid {
    display: grid;
    gap: 20px;
  }
}
@media (min-width: 781px) and (max-width: 1600px) {
  .buy .merit .login .formgrid {
    gap: 20px;
    gap: 1.25vw;
  }
}
@media (min-width: 781px) {
  .buy .merit .login .input_row {
    display: grid;
    grid-template-columns: 30% 1fr;
    gap: 7px;
    align-items: center;
    margin-bottom: 15px;
  }
}
@media (min-width: 781px) and (max-width: 1600px) {
  .buy .merit .login .input_row {
    gap: 7px;
    gap: 0.4375vw;
  }
}
@media (min-width: 781px) {
  .buy .merit .login .input_row:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 781px) {
  .buy .merit .login .label {
    white-space: nowrap;
    font-size: 14px;
  }
}
@media (min-width: 781px) and (max-width: 1600px) {
  .buy .merit .login .label {
    font-size: 14px;
    font-size: 0.875vw;
  }
}
@media (min-width: 781px) {
  .buy .merit .login .input input {
    width: 100%;
    height: 33px;
    border: 1px solid #333333;
  }
}
@media (min-width: 781px) {
  .buy .merit .login .button {
    display: block;
    cursor: pointer;
  }
}
@media (min-width: 781px) {
  .buy .merit .login .fogetpswd {
    font-size: 14px;
  }
}
@media (min-width: 781px) and (max-width: 1600px) {
  .buy .merit .login .fogetpswd {
    font-size: 14px;
    font-size: 0.875vw;
  }
}
@media (min-width: 781px) {
  .buy .soudankai {
    background: #f4f4f4;
    padding: 98px 158px 103px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 43px;
  }
}
@media (min-width: 781px) and (max-width: 1600px) {
  .buy .soudankai {
    padding-top: 50px;
    padding-top: 3.125vw;
    padding-right: 50px;
    padding-right: 3.125vw;
    padding-bottom: 50px;
    padding-bottom: 3.125vw;
    gap: 40px;
    gap: 2.5vw;
  }
}
@media (min-width: 781px) {
  .buy .soudankai p {
    font-size: 17px;
    margin-top: 14px;
    line-height: 36px;
    margin-bottom: 15px;
  }
}
@media (min-width: 781px) and (max-width: 1600px) {
  .buy .soudankai p {
    font-size: 17px;
    font-size: 1.0625vw;
    line-height: 36px;
    line-height: 2.25vw;
  }
}
@media (min-width: 781px) {
  .buy .soudankai a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 22px;
    background: #d56d48;
    border-radius: 10px;
    height: 60px;
  }
}
@media (min-width: 781px) and (max-width: 1600px) {
  .buy .soudankai a {
    font-size: 22px;
    font-size: 1.375vw;
    height: 60px;
    height: 3.75vw;
  }
}
@media (min-width: 781px) {
  .buy .buy_flow {
    margin-bottom: 194px;
  }
  .buy .buy_flow .read {
    line-height: 2;
    margin-bottom: 77px;
    font-size: 16px;
  }
  .buy .buy_flow .step_box {
    display: grid;
    grid-template-columns: 256px 1fr;
    gap: 37px;
  }
}
@media (min-width: 781px) and (max-width: 1600px) {
  .buy .buy_flow .step_box {
    grid-template-columns: 16vw 1fr;
    gap: 37px;
    gap: 2.3125vw;
  }
}
@media (min-width: 781px) {
  .buy .buy_flow dt {
    font-weight: bold;
    font-size: 32px;
    line-height: 1;
    margin-bottom: 12px;
  }
}
@media (min-width: 781px) and (max-width: 1600px) {
  .buy .buy_flow dt {
    font-size: 32px;
    font-size: 2vw;
  }
}
@media (min-width: 781px) {
  .buy .buy_flow dt span {
    margin-right: 1em;
    color: #a5040e;
  }
}
@media (min-width: 781px) {
  .buy .buy_flow dd {
    line-height: 2;
  }
}
@media (min-width: 781px) {
  .strong_point .inner {
  }
  .strong_point .grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 93px;
    margin-bottom: 116px;
  }
}
@media (min-width: 781px) and (max-width: 1600px) {
  .strong_point .grid {
    gap: 93px;
    gap: 5.8125vw;
    margin-bottom: 116px;
    margin-bottom: 7.25vw;
  }
}
@media (min-width: 781px) {
  .strong_point .ttl {
    text-align: center;
    border-top: 2px solid #333333;
    border-bottom: 2px solid #333333;
    padding: 10px 0;
    font-size: 40px;
    margin: 29px 0 43px;
  }
}
@media (min-width: 781px) and (max-width: 1600px) {
  .strong_point .ttl {
    font-size: 40px;
    font-size: 2.5vw;
    gap: 93px;
    gap: 5.8125vw;
    padding: 10px;
    padding: 0.625vw;
    margin-top: 29px;
    margin-top: 1.8125vw;
    margin-bottom: 43px;
    margin-bottom: 2.6875vw;
  }
}
@media (min-width: 781px) {
  .strong_point .catch {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 25px;
  }
}
@media (min-width: 781px) and (max-width: 1600px) {
  .strong_point .catch {
    font-size: 20px;
    font-size: 1.25vw;
    margin-bottom: 25px;
    margin-bottom: 1.5625vw;
  }
}
@media (min-width: 781px) {
  .strong_point p {
    line-height: 2;
  }
}
/* merit */
.merit_box {
  margin-top: 2em;
}
.merit_box .merit_ul {
  font-weight: bold;
}
.merit_box .merit_ul li {
  position: relative;
  padding-left: 1.8em;
  font-size: 1.53em;
  line-height: 2.1em;
}
.merit_box .merit_ul li:before {
  content: "";
  width: 1.5em;
  display: block;
  height: 1.3em;
  background-image: url(../img/buy/c_mark.svg);
  position: absolute;
  left: 0;
  background-repeat: no-repeat;
  top: 50%;
  transform: translate(0%, -50%);
}
@media (max-width: 768px) {
  .merit_box .merit_ul li {
    font-size: 1em;
    line-height: 1.5em;
    margin: 0.5em 0;
  }
  .merit_box .merit_ul li:before {
    left: -0.5em;
    width: 1.8em;
    display: block;
    height: 1.8em;
  }
}
.management .block {
  max-width: 1100px;
}
@media (min-width: 781px) {
  .management .opening {
    background: #f4f4f4;
    padding-top: 80px;
  }
  .management .opening h1 {
    font-size: 35px;
    text-align: center;
    line-height: 62px;
    padding: 90px 0 28px 0;
  }
}
@media (min-width: 781px) and (max-width: 1600px) {
  .management .opening h1 {
    line-height: 62px;
    line-height: 3.875vw;
    font-size: 35px;
    font-size: 2.1875vw;
    padding-top: 90px;
    padding-top: 5.625vw;
    padding-bottom: 28px;
    padding-bottom: 1.75vw;
  }
}
@media (min-width: 781px) {
  .management .opening p {
    font-size: 18px;
    text-align: center;
    line-height: 2.1;
    margin-bottom: 50px;
  }
}
@media (min-width: 781px) and (max-width: 1600px) {
  .management .opening p {
    font-size: 18px;
    font-size: 1.125vw;
    margin-bottom: 50px;
    margin-bottom: 3.125vw;
  }
}
@media (min-width: 781px) {
  .management h2 {
    border-bottom: 1px solid #333333;
    text-align: center;
    font-size: 38px;
    padding-bottom: 16px;
    margin-bottom: 82px;
  }
}
@media (min-width: 781px) and (max-width: 1600px) {
  .management h2 {
    font-size: 38px;
    font-size: 2.375vw;
    margin-bottom: 82px;
    margin-bottom: 5.125vw;
    padding-bottom: 16px;
    padding-bottom: 1vw;
  }
}
@media (min-width: 781px) {
  .management .knowhow p {
    line-height: 2;
    margin-bottom: 43px;
  }
  .management .knowhow .case {
    border: 3px solid;
    border-radius: 18px 18px 0 0;
    display: flex;
    align-items: center;
    overflow: hidden;
    margin-bottom: 55px;
  }
  .management .knowhow .case.case1 {
    border-color: #008045;
  }
  .management .knowhow .case.case2 {
    border-color: #22a373;
    flex-direction: row-reverse;
  }
  .management .knowhow .case.case3 {
    border-color: #00978b;
  }
  .management .knowhow .case.case4 {
    border-color: #2999d0;
    flex-direction: row-reverse;
    margin-bottom: 0;
  }
  .management .knowhow .case .image {
    width: 50%;
    margin: -1px;
  }
  .management .knowhow .case .text {
    width: 50%;
    text-align: center;
    padding-top: 13px;
  }
}
@media (min-width: 781px) and (max-width: 1600px) {
  .management .knowhow .case .text {
    padding-top: 13px;
    padding-top: 0.8125vw;
  }
}
@media (min-width: 781px) {
  .management .knowhow .case .text dt {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.32;
    margin-bottom: 5px;
  }
}
@media (min-width: 781px) and (max-width: 1600px) {
  .management .knowhow .case .text dt {
    font-size: 24px;
    font-size: 1.5vw;
  }
}
@media (min-width: 781px) {
  .management .knowhow .case .text dd {
    font-size: 14px;
  }
}
@media (min-width: 781px) and (max-width: 1600px) {
  .management .knowhow .case .text dd {
    font-size: 14px;
    font-size: 1.2vw;
  }
}
@media (min-width: 781px) {
  .management .knowhow .case .balloon {
    width: 120px;
    margin-bottom: 10px;
  }
}
@media (min-width: 781px) and (max-width: 1600px) {
  .management .knowhow .case .balloon {
    width: 120px;
    width: 7.5vw;
    margin-bottom: 10px;
    margin-bottom: 0.625vw;
  }
}
@media (min-width: 781px) {
  .management .for_reason .message {
    margin-bottom: 43px;
  }
}
@media (min-width: 781px) {
  .sell h2 {
    border-bottom: 1px solid #333333;
    text-align: center;
    font-size: 38px;
    padding-bottom: 16px;
    margin-bottom: 82px;
  }
}
@media (min-width: 781px) and (max-width: 1600px) {
  .sell h2 {
    font-size: 38px;
    font-size: 2.375vw;
    margin-bottom: 82px;
    margin-bottom: 5.125vw;
    padding-bottom: 16px;
    padding-bottom: 1vw;
  }
}
@media (min-width: 781px) {
  .sell .method .method_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
  }
}
@media (min-width: 781px) and (max-width: 1600px) {
  .sell .method .method_grid {
    gap: 40px;
    gap: 2.5vw;
  }
}
@media (min-width: 781px) {
  .sell .method .box {
    display: block;
    position: relative;
  }
}
@media (min-width: 781px) {
  .sell .method h3 {
    text-align: center;
    margin: 10px 0 6px;
    font-size: 28px;
  }
}
@media (min-width: 781px) and (max-width: 1600px) {
  .sell .method h3 {
    font-size: 28px;
    font-size: 1.75vw;
  }
}
@media (min-width: 781px) {
  .sell .method h3 small {
    font-size: 15px;
  }
}
@media (min-width: 781px) and (max-width: 1600px) {
  .sell .method h3 small {
    font-size: 15px;
    font-size: 0.9375vw;
  }
}
@media (min-width: 781px) {
  .sell .method p {
    line-height: 2;
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media (min-width: 781px) and (max-width: 1600px) {
  .sell .method p {
    font-size: 16px;
    font-size: 1vw;
  }
}
@media (min-width: 781px) {
  .sell .method .merit {
    margin-bottom: 20px;
  }
  .sell .method .merit dt {
    color: #ffffff;
    background: #a5040e;
    border-radius: 20px;
    padding: 0 20px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
  }
}
@media (min-width: 781px) and (max-width: 1600px) {
  .sell .method .merit dt {
    font-size: 16px;
    font-size: 1vw;
  }
}
@media (min-width: 781px) {
  .sell .method .merit dd {
    font-size: 16px;
    font-weight: bold;
  }
}
@media (min-width: 781px) and (max-width: 1600px) {
  .sell .method .merit dd {
    font-size: 16px;
    font-size: 1vw;
  }
}
@media (min-width: 781px) {
  .sell .method .merit dd span {
    color: #a5040e;
  }
}
@media (min-width: 781px) {
  .sell .method .merit dd li {
    margin-bottom: 10px;
  }
}
@media (min-width: 781px) {
  .sell .method .demerit dt {
    color: #ffffff;
    background: #999999;
    border-radius: 20px;
    padding: 0 20px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
  }
}
@media (min-width: 781px) and (max-width: 1600px) {
  .sell .method .demerit dt {
    font-size: 16px;
    font-size: 1vw;
  }
}
@media (min-width: 781px) {
  .sell .method .demerit dd {
    font-size: 16px;
    font-weight: bold;
  }
}
@media (min-width: 781px) and (max-width: 1600px) {
  .sell .method .demerit dd {
    font-size: 16px;
    font-size: 1vw;
  }
}
@media (min-width: 781px) {
  .sell .method .demerit dd span {
    color: #333333;
  }
}
@media (min-width: 781px) {
  .sell .method .demerit dd li {
    margin-bottom: 10px;
  }
}
@media (min-width: 781px) {
  .sell .buy_flow .read {
    line-height: 2;
    margin-bottom: 77px;
  }
  .sell .buy_flow .step_box {
    display: grid;
    grid-template-columns: 256px 1fr;
    gap: 37px;
  }
}
@media (min-width: 781px) and (max-width: 1600px) {
  .sell .buy_flow .step_box {
    grid-template-columns: 16vw 1fr;
    gap: 37px;
    gap: 2.3125vw;
  }
}
@media (min-width: 781px) {
  .sell .buy_flow dt {
    font-weight: bold;
    font-size: 32px;
    line-height: 1;
    margin-bottom: 12px;
  }
}
@media (min-width: 781px) and (max-width: 1600px) {
  .sell .buy_flow dt {
    font-size: 32px;
    font-size: 2vw;
  }
}
@media (min-width: 781px) {
  .sell .buy_flow dt span {
    margin-right: 1em;
    color: #a5040e;
  }
}
@media (min-width: 781px) {
  .sell .buy_flow dd {
    line-height: 2;
  }
}
@media (min-width: 781px) {
  .sell .price_up .read {
    line-height: 2;
    margin-bottom: 77px;
  }
  .sell .price_up .point_box {
    display: grid;
    grid-template-columns: 450px 1fr;
    gap: 110px;
    margin-bottom: 100px;
  }
}
@media (min-width: 781px) and (max-width: 1600px) {
  .sell .price_up .point_box {
    grid-template-columns: 28.125vw 1fr;
    gap: 37px;
    gap: 2.3125vw;
  }
}
@media (min-width: 781px) {
  .sell .price_up dt {
    font-weight: bold;
    font-size: 32px;
    line-height: 1;
    margin-bottom: 12px;
  }
}
@media (min-width: 781px) and (max-width: 1600px) {
  .sell .price_up dt {
    font-size: 32px;
    font-size: 2vw;
  }
}
@media (min-width: 781px) {
  .sell .price_up dt span {
    margin-right: 1em;
    color: #a5040e;
  }
}
@media (min-width: 781px) {
  .sell .price_up dd {
    line-height: 2;
  }
}
@media (min-width: 781px) {
  .sell .for_reason .message {
    margin-bottom: 43px;
  }
}
.about_us .inner {
  max-width: 1037px;
  position: relative;
  margin: 0 auto 100px;
}
.about_us .message {
  font-size: 34px;
  line-height: 1.9;
  position: absolute;
  top: 62px;
  left: 0;
}
.about_us .comment {
  width: 370px;
  position: absolute;
  top: 693px;
  left: 0;
  line-height: 1.9;
  font-size: 20px;
}
.about_us .button {
  border: 1px solid #333333;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 11px;
  left: 0;
  width: 323px;
  height: 60px;
  font-size: 22px;
}
.about_us .button::after {
  content: "";
  width: 17px;
  height: 17px;
  background: url(../img/ico_arrow_gnav.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  transform: rotate(-90deg);
  margin-left: 10px;
}
iframe {
  margin-bottom: 5rem;
}
.bottom_menu .top_menu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #fff;
  border-top: 2px solid #eee;
}