@charset "utf-8";
/* CSS Document */
#main_content {
  margin-top: 0px;
}
@media screen and (min-width:768px) {
  #main_content {
    margin-top: 70px;
  }
}
.bg_half_gray {
  background: rgb(255, 255, 255);
  background: linear-gradient(349deg, rgba(255, 255, 255, 1) 50%, rgba(231, 237, 240, 1) 50%, rgba(231, 237, 240, 1) 100%);
}
.pad_t50 {
  padding: 50px 0;
}
#secretary .wrap {
  padding-top: 40px;
}
ul.triple {
  width: 100%;
  margin: 0 0 20px;
  /* padding: 0;*/
  display: inline-block;
}
ul.triple li {
  float: left;
  width: 32%;
  margin: 0 2% 0 0;
  text-align: left;
  /* padding: 0;*/
}
ul.triple li.last {
  float: left;
  width: 32%;
  margin: 0 0 0 0;
}
ul.triple li {
  display: block;
  background: #ffffff;
  color: #03a9fa;
  padding: 20px 15px;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.5s;
  font-size: 16px;
  height: auto;
  min-height: 295px;
}
ul.triple li h3 {
  font-weight: bold;
  text-align: center;
  margin: 20px 0;
  font-size: 120%;
}
ul.triple.last {
  margin: 0;
}
#scene ul.triple li img {
  width: 70%;
  max-width: 170px;
  margin: 0 15%;
}
#web ul.triple li img {
  width: 70%;
  max-width: 270px;
  margin: 0 15%;
}
.clear {
  clear: both;
  content: "";
  height: 0;
}
@media print, screen and (max-width:768px) {
  ul.triple {
    margin-bottom: 0;
  }
  ul.triple li {
    clear: left;
    width: 100%;
    margin: 0 0 10px 0;
    text-align: left;
    padding: 10px;
  }
  ul.triple li.last {
    clear: left;
    width: 100%;
    margin: 0 0 0 0;
  }
}
ul.double {
  width: 100%;
  margin: 0 0 20px;
  /* padding: 0;*/
  display: inline-block;
}
ul.double li {
  float: left;
  width: 60%;
  margin: 0;
  text-align: left;
  /* padding: 0;*/
}
ul.double li:first-child {
  float: left;
  width: 40%;
  margin: 0;
  text-align: left;
  /* padding: 0;*/
}
ul.double li img {
  width: 100%;
  max-width: 500px;
  margin: 0;
}
ul.double li img.denwaban_logo {
  width: 100%;
  max-width: 300px;
  margin: 15px auto 10px;
}
section {
  letter-spacing: 3px;
}
/*#secretary {
  padding: 0 0 50px;
  letter-spacing: 3px;
}
@media print, screen and (min-width:768px) {
  #secretary {
    padding: 100px 0 50px;
    letter-spacing: 3px;
  }
}*/
.wrap .wrap_inner p {
  line-height: 200%;
}
#secretary ul.double li {
  text-align: center;
}
#secretary ul.double li h1 {
  line-height: 150%;
  margin: 0;
  /* padding: 0;*/
  font-size: 200%;
  color: #000;
  text-align: center;
  font-weight: bold;
  border-bottom: 0px;
}
#secretary ul.double li h2 {
  line-height: 120%;
  margin: 0 0 10px;
  /* padding: 0;*/
  font-size: 200%;
  color: #000;
  text-align: left;
  font-weight: bold;
  border-bottom: 0px;
}
#secretary ul.double li p.initial {
  padding: 5px;
  margin-bottom: 5px;
}
#secretary ul.double li p.initial > span {
  color: #25B6E8;
  font-size: 24px;
  font-weight: bold;
  background: linear-gradient(transparent 0%, transparent 50%, #ffff33 50%, #ffff33 100%);
}
#price p.initial {
  padding: 5px;
  margin-bottom: 5px;
}
#price p.initial > span {
  color: #25B6E8;
  font-size: 28px;
  font-weight: bold;
  background: linear-gradient(transparent 0%, transparent 50%, #ffff33 50%, #ffff33 100%);
}
/**ボタン**/
a.btn {
  background: #FF3366;
  border-radius: 30px;
  border: #FF3366 1px solid;
  color: #fff;
  position: relative;
  transition: ease .2s;
  padding: 8px 10px 10px;
  text-align: center;
  width: 90%;
  max-width: 300px;
  display: block;
  margin: 0 auto;
  font-size: 130%;
  font-weight: bold;
}
a.btn:hover {
  background: #Ffff;
  color: #ff3366;
}
a.btn::after {
  content: '';
  position: absolute;
  top: 42%;
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  transition: all .3s;
}
a.btn:hover::after {
  right: 15px;
  border-top: 3px solid #ff3366;
  border-right: 3px solid #ff3366;
}
a.btn::after {
  content: '';
  position: absolute;
  top: 42%;
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  transition: all .3s;
}
#secretary ul.double li a.btn {
  position: relative;
  transition: ease .2s;
  border-radius: 30px;
  padding: 15px;
  text-align: center;
  color: #fff;
  background: #FF3366;
  width: 90%;
  max-width: 300px;
  display: block;
  margin: 0 auto;
  font-size: 150%;
  font-weight: bold;
}
#secretary ul.double li a.btn:hover {
  background: #ff3399;
}
#secretary ul.double li a.btn::after {
  content: '';
  position: absolute;
  top: 42%;
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  transition: all .3s;
}
#secretary ul.double li a.btn:hover::after {
  right: 15px;
}
@media print, screen and (max-width:768px) {
  ul.double {
    margin-bottom: 0;
  }
  ul.double li {
    clear: left;
    width: 100%;
    margin: 0 0 10px 0;
    text-align: left;
    /* padding: 0;*/
  }
  ul.double li:first-child {
    clear: left;
    width: 100%;
    margin: 0 0 10px 0;
  }
}
.title_bg_c {
  font-weight: bold;
  font-size: 100%;
  color: #000;
}
@media print, screen and (min-width:768px) {
  .title_bg_c {
    font-size: 200%;
    color: #000;
  }
}
.title_bg_c span {
  color: #E91E63;
}
#secretary .title_bg_c {
  margin: 0px auto;
}
.title_bg_tex {
  font-weight: bold;
  color: #356599;
}
.sirowaku {
  background-color: #fff;
  border-radius: 6px;
}
.sirowaku h3 {
  background-color: #356599;
  color: #fff;
  border-radius: 6px 6px 0px 0px;
  text-align: center;
  padding: 10px 0px;
  margin: 0 0 10px 0;
  font-weight: bold;
  font-size: 120%;
}
.sirowaku p {
  padding: 10px 20px;
}
.rentaltitle {
  color: #666666;
  font-weight: bold;
  padding: 20px 0;
  margin: 0 0 0px;
  width: 100%;
  font-size: 200%;
  text-align: center;
}
.rentalleftyou p {
  text-align: left;
}
.rentalleftyou {
  padding: 10px 0 30px 0;
}
#con2 .col.white {
  background-color: #ffffff;
  padding: 35px 50px;
  display: inline-block;
  margin-bottom: 20px;
}
#con2 dl.divide {
  width: 100%;
  margin: 0;
  /* padding: 0;*/
  display: inline-block;
}
#con2 dl.divide dt {
  text-align: center;
}
#con2 dl.divide dt h4 {
  background: #cccccc;
  text-align: center;
  padding: 5px 10px;
  margin: 0 0 20px;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  width: auto;
  height: auto;
  height: 40px;
  line-height: 40px;
  letter-spacing: 0.1em;
}
#con2 dl.divide dt ul {
  text-align: left;
  /* padding: 0;*/
  margin: 10px;
  font-size: 13px;
}
#con2 dl.divide dt ul li {
  margin: 0 0 10px;
  list-style-type: disc;
  line-height: 150%;
}
#con2 dl.divide dd {
  text-align: center;
}
#con2 dl.divide dd h4 {
  background: #ff0000;
  text-align: center;
  padding: 10px 10px;
  margin: 0 0 20px;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  width: auto;
  letter-spacing: 0.1em;
}
#con2 dl.divide dd ul {
  text-align: left;
  /* padding: 0;*/
  margin: 10px;
  font-size: 17px;
}
#con2 dl.divide dd ul li {
  margin: 0 0 15px;
  list-style-type: disc;
}
#con2 dl.divide dd ul li strong {
  font-size: 120%;
  font-weight: bold;
  color: #ff0000;
}
#bcp {
  /* padding: 0;*/
}
#bcp .inner {
  background: #ffff00;
  padding: 5px 15px;
  bottom: 0;
}
#bcp .title_bg_c {
  margin: 0 0 50px 0;
}
#bcp dl {
  width: 100%;
  display: inline-block;
  margin: 0 0 50px 0;
  padding: 50px 0;
}
#bcp dl::after {
  clear: both;
  content: "";
}
#bcp dl dt, #bcp dl dd {
  width: 50%;
  margin: 0;
  /* padding: 0;*/
  float: left;
}
#bcp dl dt .wrap {
  width: 100%;
  margin: 0;
  /* padding: 0;*/
}
#bcp dl dd .wrap {
  width: 100%;
  margin: 0;
  /* padding: 0;*/
}
#bcp dl dt .wrap h3, #bcp dl dd .wrap h3 {
  font-size: 150%;
  color: #333;
  font-weight: bold;
  margin: 0;
  display: block;
  width: 100%;
}
#bcp dl dt .wrap h3 strong, #bcp dl dd .wrap h3 strong {
  font-size: 170%;
  color: #0066ff;
  font-weight: bold;
  font-style: oblique;
  display: block;
  float: left;
  width: 50px;
  margin: 0;
  /* padding: 0;*/
}
#bcp dl dt .wrap h3 p, #bcp dl dd .wrap h3 p {
  /*float: left;*/
  width: 400px;
  margin: 0;
  /* padding: 0;*/
  text-align: left;
  font-size: 110%;
}
#bcp dl dt .wrap .clearfix, #bcp dl dd .clearfix {
  margin: 0;
  height: 20px;
}
#bcp dl dt .wrap p, #bcp dl dd .wrap p {
  color: #000;
  margin: 0 5px;
}
#bcp dl dt .wrap img, #bcp dl dd .wrap img {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
#bcp dl#diff {
  margin: 0 0 20px 0;
  /* padding: 0;*/
}
#bcp dl#diff dt {
  width: 32%;
  margin: 0 2% 0 0;
  /* padding: 0;*/
  float: left;
  text-align: center;
}
#bcp dl#diff dd {
  width: 32%;
  margin: 0;
  /* padding: 0;*/
  float: left;
  text-align: center;
}
#bcp dl#diff dt .wrap {
  width: 100%;
  margin: 0;
  padding: 15px;
  background: #ffffff;
}
#bcp dl#diff dd .wrap {
  width: 100%;
  margin: 0;
  padding: 15px;
  background: #ffffff;
}
#bcp dl#diff dt .wrap h2, #bcp dl#diff dd .wrap h2 {
  font-size: 150%;
  color: #333;
  font-weight: bold;
  margin: 0;
  display: block;
  width: 100%;
  text-align: center;
  border-bottom: 0px;
}
#bcp dl#diff dt .wrap p, #bcp dl#diff dd .wrap p {
  margin: 20px 0;
  text-align: left;
}
#bcp dl#diff dt .wrap img, #bcp dl#diff dd .wrap img {
  max-width: 200px;
  margin: 0;
}
.bg_gray section#bcp h3 {
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  background: #fcfcfc;
  display: inline-block;
  padding: 10px 30px;
}
@media screen and (max-width:768px) {
  #bcp dl dt, #bcp dl dd {
    width: 100%;
  }
  #bcp dl {
    margin: 0 0 50px;
    /* padding: 0;*/
  }
  #bcp dl .btn {
    margin: 10px auto;
  }
  #bcp dl#diff dt {
    width: 100%;
    margin: 0 0 20px;
    /* padding: 0;*/
    clear: left;
  }
  #bcp dl#diff dd {
    width: 100%;
    margin: 0 0 20px;
    /* padding: 0;*/
    clear: left;
  }
}
@media screen and (max-width: 640px) {
  #bcp dl dt .wrap img, #bcp dl dd .wrap img {
    margin: 10px auto;
  }
}
/*------------------  料金 -----------------*/
#price #box {
  width: 100%;
  border: #ccc 1px solid;
  background-color: #fff;
  margin: 50px auto;
  padding: 20px 0;
  box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, 0.1), 0px 0px 0px 1px rgba(10, 10, 10, 0.02);
}
#price p.first {
  margin: 30px 0 0;
}
#price p.small {
  font-size: 12px;
  margin: 10px 0;
  font-weight: normal;
}
#price {
  padding-bottom: 30px;
}
#price dl {
  margin: 0 0 20px 0;
  /* padding: 0;*/
  position: relative;
}
#price dl dt {
  width: 40%;
  margin: 0;
  /* padding: 0;*/
  float: left;
  text-align: center;
}
#price dl dd {
  width: 16%;
  margin: 0 2%;
  /* padding: 0;*/
  float: left;
  text-align: center;
}
#price dl dt .wrap {
  width: 100%;
  margin: 0;
  padding: 10px 20px;
  background: #ffffff;
}
#price dl dd .wrap {
  width: 100%;
  margin: 0;
  padding: 15px;
  background: #ffffff;
}
#price dl dt .wrap h2, #price dl dd .wrap h2 {
  font-size: 150%;
  color: #0F47AB;
  font-weight: bold;
  margin: 0;
  display: block;
  width: 100%;
  text-align: center;
  border-bottom: 0px;
}
#price dl dt .wrap p {
  margin: 20px 0;
  text-align: center;
  font-weight: bold;
  color: #000;
  font-size: 32px;
}
#price dl dd .wrap p {
  position: absolute;
  top: 47%;
  left: 49%;
  text-align: center;
  font-size: 24px;
}
#price dl dt .wrap p.call {
  font-size: 14px;
  font-weight: normal;
  margin: 20px 0 0;
}
@media screen and (max-width:768px) {
  #price dl dt {
    width: 100%;
    margin: 0 0 20px;
    /* padding: 0;*/
    clear: left;
  }
  #price dl dd {
    width: 100%;
    margin: 0 0 20px;
    /* padding: 0;*/
    clear: left;
  }
}
/*------------------  メリット　merit -----------------*/
#plan2 {
  margin-bottom: 0px;
  padding-top: 0;
  margin-top: 0;
}
#plan2 h3 {
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  background: #fcfcfc;
  display: inline-block;
  padding: 10px 30px;
}
#plan2 .plan_left {
  /* padding: 0;*/
  margin: 0;
  width: 45%;
  float: left;
}
#plan2 .plan_right {
  /* padding: 0;*/
  margin: 0;
  width: 45%;
  float: right;
}
#plan2 dl {
  width: 100%;
  /* padding: 0;*/
  margin: 0;
}
#plan2 .plan_left strong {
  color: #339900;
  font-weight: bold;
  font-size: 105%;
}
#plan2 .plan_right strong {
  color: #cc0066;
  font-weight: bold;
  font-size: 110%;
}
#plan2 .plan_left dl dt {
  /* box-shadow */
  box-shadow: 0px 0px 0px -50px #f0d124;
  -moz-box-shadow: 0px 0px 0px -50px #f0d124;
  -webkit-box-shadow: 0px 0px 0px -50px #f0d124;
  /* border-radius */
  border-radius: 10px 10px 0px 0px;
  background: #ff6600;
  width: 100%;
  clear: both;
  padding: 15px 15px 10px 15px;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
}
#plan2 .plan_left dl dd {
  /* box-shadow */
  box-shadow: 0px 0px 0px -50px #f0d124;
  -moz-box-shadow: 0px 0px 0px -50px #f0d124;
  -webkit-box-shadow: 0px 0px 0px -50px #f0d124;
  /* border-radius */
  border-radius: 0px 0px 10px 10px;
  -moz-border-radius: 0px 0px 10px 10px;
  -webkit-border-radius: 0px 0px 10px 10px;
  /* border */
  border: 5px solid #ff6600;
  width: 100%;
  clear: both;
  background: #ffffff;
  padding: 15px;
  text-align: left;
  font-size: 18px;
}
#plan2 .plan_right dl dt {
  /* box-shadow */
  box-shadow: 0px 0px 0px -50px #a0ddf7;
  -moz-box-shadow: 0px 0px 0px -50px #a0ddf7;
  -webkit-box-shadow: 0px 0px 0px -50px #a0ddf7;
  /* border-radius */
  border-radius: 10px 10px 0px 0px;
  width: 100%;
  clear: both;
  background: #3366ff;
  padding: 15px 15px 10px 15px;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
}
#plan2 .plan_right dl dd {
  /* box-shadow */
  box-shadow: 0px 0px 0px -50px #a0ddf7;
  -moz-box-shadow: 0px 0px 0px -50px #a0ddf7;
  -webkit-box-shadow: 0px 0px 0px -50px #a0ddf7;
  /* border-radius */
  border-radius: 0px 0px 10px 10px;
  -moz-border-radius: 0px 0px 10px 10px;
  -webkit-border-radius: 0px 0px 10px 10px;
  /* border */
  border: 5px solid #3366ff;
  width: 100%;
  clear: both;
  background: #ffffff;
  padding: 15px;
  text-align: left;
  font-size: 18px;
}
#plan2 .plan_left dl dd .use_no, #plan2 .plan_right dl dd .use_no {
  font-size: 24px;
  font-weight: bold;
  line-height: 150%;
}
#plan2 .plan_left dl dd p, #plan2 .plan_right dl dd p {
  margin: 0 0 10px;
  padding: 0 0 10px;
  font-weight: normal;
  border-bottom: 2px dotted #cccccc;
}
#plan2 .plan_left dl dd small, #plan2 .plan_right dl dd small {
  display: block;
  font-size: 70%;
  margin: 0;
  /* padding: 0;*/
  font-weight: normal;
}
#plan2 .plan_left dl dd .use_line, #plan2 .plan_right dl dd .use_line {
  font-size: 24px;
  font-weight: bold;
  margin: 10px 0 0;
  padding: 10px 0 0;
  text-align: center;
  border-top: 2px dotted #cccccc;
}
@media screen and (max-width:768px) {
  #plan2 .plan_left {
    /* padding: 0;*/
    margin: 0 0 20px;
    width: 100%;
    clear: left;
  }
  #plan2 .plan_right {
    /* padding: 0;*/
    margin: 0;
    width: 100%;
    clear: right;
  }
  #plan2 .plan_left dl dt, #plan2 .plan_right dl dt {
    font-size: 18px;
  }
  #plan2 .plan_left dl dd, #plan2 .plan_right dl dd {
    font-size: 16px;
  }
  #plan2 .plan_left dl dd .use_no, #plan2 .plan_right dl dd .use_no {
    font-size: 18px;
  }
  #plan2 .plan_left dl dd .use_line, #plan2 .plan_right dl dd .use_line {
    font-size: 18px;
  }
}
/*------------------  比較表　compare -----------------*/
.compare_table {
  width: 100%;
  border-left: 5px solid #fff;
  border-top: 5px solid #fff;
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.1), 0 0 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.1), 0 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.1), 0 0 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  margin-bottom: 0px;
}
.compare_table td, .compare_table th {
  width: 25%;
  padding: 10px 0;
  border-right: 5px solid #fff;
  border-bottom: 5px solid #fff;
  font-size: 120%;
  font-weight: bold;
}
.compare_table th {
  background-color: #017df1;
  color: #fff;
  font-size: 130%;
  font-weight: normal;
  text-align: center;
}
.compare_table th.mottel_cell {
  background-color: #226EE8;
  font-weight: bold;
  transform: scale(1.07);
}
.compare_table td {
  background-color: #d3eaff;
  padding: 10px;
  font-weight: normal;
}
.compare_table td.even_cell {
  background-color: #ebf5fe;
}
.compare_table th.mot_cell {
  background-color: #ffc106;
}
.mottel_cell {
  color: #ff3630;
  font-weight: bold !important;
}
.compare_table td.mottel_cell {
  background-color: #ffdf7f;
  font-size: 150%;
}
.compare_table td.even_cell.mottel_cell {
  background-color: #fff1c7;
}
.compare_table span.small {
  font-size: 60%;
}
@media screen and (max-width:480px) {
  .compare_table th, .compare_table td {
    font-size: 70%;
  }
}
/*------------------  メリット　merit -----------------*/
#merit {
  margin-bottom: 0px;
}
@media screen and (min-width:768px) {
  #merit {
    margin-bottom: 50px;
  }
}
#merit dl.main_merit {
  width: 80%;
  margin: 0px auto;
  padding: 5px 0;
  font-size: 1em;
  color: #ffffff;
  text-align: left;
  display: inline-block;
}
#merit dl.main_merit dt {
  width: 30%;
  float: left;
  margin: 0 5% 0 0;
  padding: 20px 0;
}
#merit dl.main_merit dd {
  width: 30%;
  margin: 0;
  float: left;
  padding: 20px 0;
}
#merit dl.main_merit dt img, #merit dl.main_merit dd img {
  width: 100%;
}
#merit dl.main_merit dt p, #merit dl.main_merit dd p {
  padding: 10px 0px 0;
  font-size: 100%;
  color: #000;
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 640px) {
  #merit dl.main_merit {
    width: 88%;
    margin: 20px auto;
    padding: 5px 0;
    font-size: 0.8em;
    color: #ffffff;
    text-align: left;
    display: inline-block;
  }
  #merit dl.main_merit dt {
    width: 100%;
    clear: left;
    margin: 0 0 10px 0;
    /* padding: 0;*/
  }
  #merit dl.main_merit dd {
    width: 100%;
    margin: 0;
    clear: left;
    /* padding: 0;*/
  }
}
section h2 {
  margin: 30px auto;
  border-bottom: 1px solid #356599;
  padding: 3px 0;
  display: inline-block;
}
/*------------------------------重要なお知らせ*/
#att_area {
  margin: 20px auto;
  padding: 20px;
  display: block;
  background: #ffc0cb57;
  border-radius: 6px;
}
#att_area p.att_tit {
  color: #fff;
  font-weight: bold;
  font-size: 1.3em;
  background: #E91E63;
  padding: 5px;
  margin-bottom: 1em;
}
#att_area span {
  font-weight: bold;
  font-size: 1.3em;
}
#att_area a {
  color: #fff;
  padding: 20px;
  font-weight: bold;
  text-align: center;
  display: block;
  background: #3b62ff;
  border-radius: 6px;
  width: 100%;
  margin: 20px auto 10px;
}
#att_area a:hover {
  opacity: 0.8;
}
@media screen and (min-width:768px) {
  #att_area a {
    width: 70%;
  }
}
#front_comm {
  margin-top: -100px;
  padding-top: 100px;
}