@charset "utf-8";

/*@import url(//fonts.googleapis.com/earlyaccess/sawarabimincho.css);

@font-face {
  font-family: "Custom Yu Gothic";
  src: local("Yu Gothic");
  font-weight: 300;
}
@font-face {
  font-family: "Custom Yu Gothic";
  src: local("Yu Gothic");
  font-weight: 500;
}
@font-face {
  font-family: "Custom Yu Gothic";
  src: local("Yu Gothic");
  font-weight: bold;
}


/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a,
a:focus {
  outline: none;
}
img {
  vertical-align: bottom;
}

/* common */
.no-pc {
  display: none;
}
.no-sp {
  display: block;
}
.txt_l {
  text-align: left !important;
}
.txt_c {
  text-align: center !important;
}
.txt_r {
  text-align: right !important;
}
.f_bold {
  font-weight: bold;
}
.f_mincho {
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN",
    "Hiragino Mincho Pro", "HG明朝B", "MS Mincho", serif;
}
.f_blue {
  color: #018bd1;
}

/* clearfix */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
}
#lp-wrap {
  font-size: 17px;
  color: #333;
  line-height: 1.7;
}

/* IE */
body.ie {
  font-family: Verdana, Meiryo, sans-serif;
}

/* common */
.images img {
  width: 100%;
  height: auto;
}

/* mv */
#mv .mv_logo {
  display: inline-block;
  z-index: 1;
}

/* lead */
#lead {
  background: url("../img/lead/bg.png") center repeat;
}
#lead .con {
  background: #fff;
}
#lead .lead_txt {
  padding: 80px 50px 100px;
  text-align: center;
  line-height: 1.76;
}
#lead .lead_txt p + p {
  margin-top: 1em;
}
#lead .lead_txt span {
  color: #018bd1;
}

/* point */
#point {
  padding: 70px 0 90px;
  background: url("../img/point/point_bg1.png") top right no-repeat,
    url("../img/point/point_bg2.jpg") center repeat #e9f7ff;
}
#point h2 {
  text-align: center;
  margin-bottom: 60px;
}

.point_box + .point_box {
  margin-top: 60px;
}
.point_box h3 {
  position: relative;
  cursor: pointer;
}
.point_box h3 img {
  border-radius: 3px;
}
.point_box.open h3 img {
  border-radius: 3px 3px 0 0;
}
.point_box h3:before {
  content: "";
  display: block;
  position: absolute;
  top: 48px;
  left: 50px;
  width: 23px;
  height: 20px;
}
.point_box.open h3:before {
  background: url("../img/point/btn_close.png") 0 0 no-repeat;
  background-size: 23px 20px;
}
.point_box:not(.open) h3:before {
  background: url("../img/point/btn_open.png") 0 0 no-repeat;
  background-size: 23px 20px;
}

.point_box .detail {
  padding: 50px;
  background: #fff;
  border: 2px solid #018bd1;
  border-top: 0;
  overflow: hidden;
}
.point_box:not(.open) .detail {
  display: none;
}
.point_box .detail p + p {
  margin-top: 1.4em;
}
.point_box .img_right {
  float: right;
  margin: 0 0 24px 24px;
}
.point_box .img_left {
  float: left;
  margin: 0 24px 24px 0;
}
.point_box .box {
  background: #eef9ff;
  margin-top: 40px;
  padding: 40px;
}
.point_box .box h4 {
  position: relative;
  text-align: center;
  margin-bottom: 24px;
  padding-bottom: 24px;
}
.point_box .box h4:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -134px;
  width: 268px;
  height: 1px;
  background: #018bd1;
}

.point_box .banner {
  text-align: center;
}
.point_box .btn {
  margin-top: 40px;
  text-align: center;
}
.point_box .btn a {
  display: block;
  width: 50%;
  height: 60px;
  line-height: 60px;
  margin: auto;
  padding-right: 20px;
  color: #fff;
  font-weight: bold;
  border: 1px solid #018bd1;
  border-radius: 3px;
  background: url("../img/arrow.png") 95% 50% no-repeat #018bd1;
  background-size: 11px 14px;
}
.point_box .btn a:hover {
  color: #018bd1;
  background: url("../img/arrow2.png") 95% 50% no-repeat #fff;
  background-size: 11px 14px;
}

#point2 li a {
  color: #333;
}
#point2 li img {
  max-width: 100%;
  height: auto;
}
#point2 li span {
  display: block;
  margin-top: 15px;
  font-size: 14px;
  font-weight: bold;
}

/* service */
.rtc-ringbell-service-body {
  padding-bottom: 40px;
}
.rtc-ringbell-service {
  margin: 0;
  background-color: #f1ece5;
}

#ins-lp {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体",
    "Yu Gothic", YuGothic, Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  color: #111;
  background-color: #fff;
  font-size: 14px;
  line-height: 1.62;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  word-break: normal;
}
* + html #ins-lp {
  font-size: 88%;
  letter-spacing: 0;
}
#ins-lp a {
  color: #0654ba;
  text-decoration: none;
}
#ins-lp a,
#ins-lp a:focus {
  outline: none;
}
#ins-lp h1,
#ins-lp h2,
#ins-lp h3,
#ins-lp h4,
#ins-lp h5,
#ins-lp h6,
#ins-lp p,
#ins-lp table,
#ins-lp dl,
#ins-lp ul,
#ins-lp ol,
#ins-lp pre {
  margin: 0;
}
#ins-lp h1,
#ins-lp h2,
#ins-lp h3,
#ins-lp h4,
#ins-lp h5,
#ins-lp h6 {
  font-size: 1em;
}
#ins-lp p,
#ins-lp li,
#ins-lp dt,
#ins-lp dd,
#ins-lp th,
#ins-lp td,
#ins-lp pre {
  -ms-line-break: strict;
  line-break: strict;
  -ms-word-break: break-strict;
  word-break: break-strict;
}
#ins-lp img,
#ins-lp input {
  vertical-align: middle;
}
.ins-lp05LayoutA {
  margin-right: auto;
  margin-left: auto;
  width: 1000px;
}
.ins-lp05Services .ins-lp05Serif {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝",
    "Yu Mincho", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#ins-lp .ins-lp05ServicesLead {
  margin-bottom: 20px;
  text-align: center;
  font-size: 172%;
  font-weight: normal;
  padding-top: 124px;
}
.ins-lp05Service {
  float: left;
  box-sizing: border-box;
  width: 240px;
  margin-right: 13px;
  padding: 20px 20px;
  border-radius: 5px;
  text-align: center;
  background-color: #f2ebe0;
}
.ins-lp05Service:nth-child(2) {
  margin-right: 14px;
}

.ins-lp05Service.ins-lp05LastItem {
  margin-right: 0;
}

.ins-lp05ServiceTitle {
  height: 45px;
}
.ins-lp05ServiceImage {
  margin: 5px auto 10px;
  width: 190px;
}
.ins-lp05ServicePoint .ins-lp05ServiceImage {
  margin: 5px -1px 10px;
  width: 202px;
}
.ins-lp05ServiceText {
  font-size: 86%;
}

@media screen and (min-width: 600px) {
  body {
    min-width: 1100px;
  }

  .con {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }

  .hover_elem a:hover {
    filter: alpha(opacity=80);
    opacity: 0.8;
  }
  .hover_img a:hover img {
    filter: alpha(opacity=80);
    opacity: 0.8;
  }
  .hover {
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
  }
  .hover:hover {
    filter: alpha(opacity=80);
    opacity: 0.8;
  }

  /* mv */
  #mv {
    background: url("../img/mv/mv.jpg") top center no-repeat;
    background-size: cover;
  }
  #mv .con {
    position: relative;
    height: 0;
    padding-top: 50%;
  }
  #mv .mv-logo {
    position: absolute;
    top: 40px;
    left: 0;
  }
  #mv h1.mv-title {
    position: absolute;
    bottom: 6%;
    left: 50%;
    margin-left: -413px;
  }

  /* lead */

  /* point */
  #point2 ul {
    width: 596px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  #point2 li {
    width: 180px;
    text-align: center;
    padding: 15px;
    box-sizing: border-box;
    background-color: #fff;
  }
  #point2 li img {
    height: 150px;
    width: auto;
  }
  #point2 li + li {
    margin-left: 28px;
  }
  #point4 .btn a,
  #point5 .btn a {
    width: 346px;
    padding: 0;
  }
  #point4 .img_left {
    margin: -60px 24px 0 -50px;
  }
  #point4 .img_left + p {
    margin-top: 30px;
  }

  /* footer */
  #ins-footer {
    padding: 50px 0 10px;
    color: #111;
    background-color: #fff;
  }
  /*#ins-footer .ins-ftBox { padding-top: 50px; border-top: 1px solid #ddd; }*/
  #ins-footer .ins-ftNav {
    font-size: 93%;
    line-height: 1;
  }
  #ins-footer .ins-ftNav li {
    display: inline;
    padding: 0 10px 0 15px;
    border-left: 1px solid #c1c1c1;
  }
  #ins-footer .ins-ftNav li:first-child {
    padding-left: 0;
    border: 0;
  }
  #ins-footer .ins-ftNav li a {
    color: #0654ba;
  }
  body:not(.ipad):not(.tablet) #ins-footer .ins-ftNav li a:hover {
    text-decoration: underline;
  }
  #ins-ftLogo {
    float: right;
  }
  #ins-ftTagline {
    margin: 20px 0 25px;
    font-size: 86%;
  }
  .ins-lp05FtTagline {
    float: left;
    width: 910px;
    padding-top: 15px;
  }
  .ins-lp05PMark {
    float: right;
    width: 70px;
  }
  #ins-ftCopyright {
    color: #989898;
    font-size: 93%;
  }

  #ins-footer .pagetop a {
    background-color: #018bd1;
    position: fixed;
    right: 0;
    bottom: 20px;
    width: 50px;
    height: 50px;
  }

  #ins-footer .pagetop a:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 8px transparent;
    border-bottom: solid 8px #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -12px 0 0 -8px;
  }
  #ins-footer .pagetop a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 7px transparent;
    border-bottom: solid 7px #018bd1;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -7px;
  }
}

/* SP */
@media screen and (max-width: 599px) {
  body {
    min-width: 320px;
  }

  /* common */
  .no-pc {
    display: block;
  }
  .no-sp {
    display: none;
  }
  img {
    height: auto;
    max-width: 100%;
  }

  body.android .f_mincho,
  body.android .ins-lp05Services .ins-lp05Serif {
    font-family: "Sawarabi Mincho", serif;
  }

  #lp-wrap {
    font-size: 13px;
  }
  #lp-wrap .con {
    padding: 8% 4.8%;
  }

  /* mv */
  #mv {
    padding: 0 2%;
    background: url("../img/mv/mv_sp.jpg") center center no-repeat;
    background-size: cover;
  }
  #mv .con {
    position: relative;
    height: 0;
    padding-top: 93.333%;
  }
  #mv .mv-logo {
    position: absolute;
    top: 14px;
    left: 3%;
  }
  #mv h1.mv-title {
    margin-top: -45%;
    padding: 2% 5%;
    text-align: center;
  }

  /* lead */
  #lead {
    padding: 25px 0;
  }
  #lead .con {
    padding: 40px 4.8%;
  }
  #lead .lead_txt {
    padding: 0;
    text-align: left;
    line-height: 1.3;
  }

  /* point */
  #point {
    padding: 0;
    background: url("../img/point/point_bg1.png") top right no-repeat,
      url("../img/point/point_bg2.jpg") center repeat #e9f7ff;
    background-size: 50% auto, 100% 100%;
  }
  #point h2 {
    margin-bottom: 25px;
    padding: 0 5%;
  }
  .point_box + .point_box {
    margin-top: 20px;
  }
  .point_box h3:before {
    top: 42%;
    left: 4%;
    width: 16px !important;
    height: 14px !important;
    background-size: 16px 14px !important;
  }
  .point_box .detail {
    padding: 15px 0;
  }
  .point_box .detail > .clearfix,
  .point_box .detail > p {
    padding: 0 15px;
  }
  .point_box .img_left,
  .point_box .img_right {
    float: none;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto 15px !important;
  }
  .point_box .box {
    margin-top: 25px;
    padding: 25px 15px 15px;
  }
  .point_box .box h4 {
    margin-bottom: 15px;
    padding: 0 5% 15px;
  }
  .point_box .banner {
    margin-top: 15px;
  }
  .point_box .btn a {
    box-sizing: border-box;
    width: 100% !important;
    height: 45px;
    line-height: 43px;
    font-size: 12px;
  }

  #point1 .detail,
  #point2 .detail {
    padding-bottom: 0;
  }
  #point1 .btn,
  #point2 .btn {
    background: #eef9ff;
    margin: 0;
    padding-bottom: 15px;
  }
  #point2 ul {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: auto;
  }
  #point2 li {
    float: none;
    box-sizing: border-box;
    width: 45%;
    padding: 5px;
    text-align: center;
  }
  #point2 li img {
    height: 100px;
    width: auto;
  }
  #point2 li + li {
    margin-left: 0;
  }
  #point2 li span {
    margin-top: 10px;
    font-size: 10px;
    text-align: left;
  }
  #point4 .img_left {
    margin-top: 15px !important;
  }

  /* service */
  .rtc-ringbell-service {
    padding-top: 0;
  }
  .rtc-ringbell-service-body {
    padding-top: 8%;
  }
  #ins-lp {
    color: #333;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3",
      "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
      "MS PGothic", sans-serif;
    font-weight: 500;
    font-size: 14px;
  }
  .ins-lp05LayoutA {
    width: 100%;
  }
  #ins-lp .ins-lp05ServicesLead {
    margin-bottom: 1em;
    font-size: 18px;
    line-height: 1.5;
    padding-top: 2em;
  }
  .ins-lp05ServiceList {
    width: 96%;
    margin: 0 2% 1.5em;
  }
  .ins-lp05Service {
    float: left;
    width: 49%;
    margin: 0 2% 10px 0;
    padding: 2em 1em;
    text-align: center;
  }
  .ins-lp05Service:nth-child(2n) {
    margin-right: 0;
  }
  .ins-lp05ServicePoint .ins-lp05ServiceImage {
    width: auto;
  }

  /* footer */
  #footer-sp {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }
  #footer-sp .top-page {
    height: 24px;
    text-align: center;
    border-bottom: 2px solid #008bd0;
  }
  #footer-sp .footer-navi {
    margin-bottom: 1.5em;
    padding: 1em;
    background-color: #f5f5f5;
    border-bottom: 1px solid #d5d5d5;
  }
  #footer-sp .footer-navi li a {
    display: block;
    padding: 0.5em;
    color: #3d699c;
    text-align: left;
    font-size: 14px;
    line-height: 1;
  }
  #footer-sp .inner {
    width: 96%;
    margin: 0 2%;
  }
  #footer-sp .f-logo {
    display: block;
    text-align: center;
  }
  #footer-sp .f-logo img {
    margin: auto;
  }
  #footer-sp .tagline {
    margin: 1.5em 0.5em;
    font-size: 13px;
    text-align: left;
    line-height: 1.65;
  }
  #footer-sp .p-mark {
    margin-left: auto;
    margin-top: 1.5em;
    text-align: right;
  }
  #footer-sp #copyright {
    font-size: 11px;
    color: #999c9d;
    margin-top: 1.5em;
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  /* service */
  #ins-lp .ins-lp05Service {
    float: none;
    width: 100%;
    margin: 0 0 10px 0;
  }
}

@media screen and (max-width: 429px) {
  .boxLayout_head {
    font-size: 0.85em;
  }
}

@media screen and (max-width: 360px) {
}

@media screen and (max-width: 599px) {
  .rtc-ringbell-service-point-list#sp-homPriv-02 .sp-homPrivTitle strong {
    font-size: 1.5rem;
    line-height: 1.3;
  }
}
