@charset "UTF-8";
/* ==================================================
common.css
================================================== */
.bold {
  font-family: "Teko", sans-serif;
}

/* common
--------------------------------------------------*/
body {
  font-family: inherit;
  position: relative;
  z-index: 1;
  line-height: 1.6;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  background-image: url(../images/common/bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center bottom;
  padding: 15px;
  font-size: 14px;
}

body:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  opacity: 0.6;
  z-index: -1;
  background: #2a68d0;
  background: -webkit-linear-gradient(0, #2ad0ca, #2a68d0);
  background: linear-gradient(0, #2ad0ca, #2a68d0);
}

@media (max-width: 767px) {
  body {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* レイアウト調整
--------------------------------------------------*/
.margin-top {
  margin-top: 80px !important;
}

.margin-bottom {
  margin-bottom: 80px !important;
}

.margin-top-half {
  margin-top: 40px !important;
}

.margin-bottom-half {
  margin-bottom: 40px !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.no-padding-left {
  padding-left: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.no-gutter > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

/* biggerlink
--------------------------------------------------*/
.biggerlink {
  cursor: pointer;
}

.biggerlink:hover a {
  text-decoration: underline;
}

/* Flex-box
--------------------------------------------------*/
/*
==================================================
 8.0 - Flex-box
--------------------------------------------------
*/
.alm-reveal,
.flex-5,
.flex-4,
.flex-3,
.flex-2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  justify-content: space-between;
}

.flex-5 .unit,
.flex-4 .unit,
.flex-3 .unit,
.flex-2 .unit {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  -ms-flex-flow: column;
  flex-flow: column;
}

.flex-5 .unit ul li,
.flex-5 .unit ol li,
.flex-4 .unit ul li,
.flex-4 .unit ol li,
.flex-3 .unit ul li,
.flex-3 .unit ol li,
.flex-2 .unit ul li,
.flex-2 .unit ol li {
  width: 100%;
  text-align: left;
}

.flex-5 li,
.flex-5 .unit {
  width: 20%;
}

.flex-4 li,
.flex-4 .unit {
  width: 25%;
}

.alm-reveal li,
.flex-3 li,
.flex-3 .unit {
  width: 33.333%;
}

.flex-2 li,
.flex-2 .unit {
  width: 50%;
}

.flex-pic {
  background-position: center center;
  background-size: cover;
}

.alm-reveal::after,
.flex-3::after {
  /* 左寄せ（flex-3のみ有効） */
  content: "";
  display: block;
  width: 33.2%;
}

/* 特殊サイズ */
.doctor-nav .flex-2 .flex-pic {
  width: 40%;
}

.doctor-nav .flex-2 .note {
  width: 60%;
}

@media screen and (max-width: 991px) {
  /* < 992px */
  .flex-5 li,
.flex-5 .unit,
.flex-4 li,
.flex-4 .unit,
.alm-reveal li,
.flex-3 li,
.flex-3 .unit,
.flex-2 li,
.flex-2 .unit {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  /* < 768px */
  .flex-5,
.flex-4,
.alm-reveal,
.flex-3,
.flex-2 {
    align-items: center;
    justify-content: center;
  }

  .flex-5 li,
.flex-5 .unit,
.flex-4 li,
.flex-4 .unit,
.alm-reveal li,
.flex-3 li,
.flex-3 .unit,
.flex-2 li,
.flex-2 .unit {
    width: 100% !important;
  }

  .flex-pic {
    height: 300px;
  }
}
/* Waypoints
--------------------------------------------------*/
.animated {
  visibility: visible !important;
}

.delay {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.delay-1 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.delay-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.delay-3 {
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;
}

.delay-4 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.delay-5 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

/* Links
--------------------------------------------------*/
a img {
  transition: all 0.25s ease;
}

a:hover img {
  opacity: 0.6;
}

.button {
  color: #ffffff;
  padding: 10px 15px;
  border-radius: 20px;
  background-color: cadetblue;
  transition: all 0.25s ease;
}

.button:hover,
.hovered .button {
  color: #ffffff;
  background-color: #000000;
  text-decoration: none !important;
  opacity: 0.8;
}

/* Common
--------------------------------------------------*/
.content-box {
  position: relative;
  background-color: #ffffff;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0px 0px 6px 0px rgba(80, 80, 80, 0.5);
  -moz-box-shadow: 0px 0px 6px 0px rgba(80, 80, 80, 0.5);
  -webkit-box-shadow: 0px 0px 6px 0px rgba(80, 80, 80, 0.5);
}

section {
  padding: 0 0 80px;
  text-align: center;
}
section .section-header {
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 80px;
}
section h2.section-title {
  font-size: 320%;
  font-family: "Teko", sans-serif;
}
section .section-body {
  /*
  		padding-left: 25px;
  		padding-right: 25px;
  */
  padding-left: 50px;
  padding-right: 50px;
  margin-bottom: 80px;
}
section .banner {
  padding: 80px 0 100px;
  background-color: #e0e0e0;
}
section .banner .button {
  display: inline-block;
}
section .banner-comments {
  padding: 0 0 40px;
  background: -webkit-linear-gradient(0, #2ad0ca, #2a68d0);
  background: linear-gradient(0, #2ad0ca, #2a68d0);
}
section .banner-comments .section-header {
  padding-top: 80px;
  padding-bottom: 0;
  margin-bottom: 40px;
}
section .banner-comments .section-header h2, section .banner-comments .section-header p {
  color: #ffffff;
}
section .banner-comments .unit {
  position: relative;
  padding: 40px 40px;
  margin: 80px 0;
}
section .banner-comments .unit h3, section .banner-comments .unit h4, section .banner-comments .unit p, section .banner-comments .unit a {
  position: relative;
  z-index: 10;
}
section .banner-comments .unit img.icon-app {
  border-radius: 8px;
}
section .banner-comments .unit:after {
  position: absolute;
  content: "";
  width: 96%;
  height: 100%;
  top: 0;
  left: 2%;
  border-radius: 34px;
  background-color: #ffffff;
}
section .manual {
  position: relative;
}
section .manual a,
section .manual div {
  position: relative;
  z-index: 5;
}
section .manual:after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center center;
  background-size: cover;
  z-index: 1;
}
section .apps {
  padding-bottom: 0;
}
section .howtosetup {
  padding-bottom: 10px;
}
section #setup-guide {
  padding-bottom: 0;
}
section #faq {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #eeeeee;
}
section #faq .section-sub-title {
  margin-bottom: 80px;
}
section #faq .faq-list div {
  display: flex;
  flex-direction: column;
}
section #faq .faq-list dl {
  height: 100%;
  background-color: #ffffff;
}
section #faq .faq-list dl dt, section #faq .faq-list dl dd {
  text-align: left;
  padding: 15px;
}
section #faq .faq-list dl dt {
  margin-bottom: 1rem;
  color: #ffffff;
  background-color: #808080;
}
section #faq .faq-list dl dd {
  padding-top: 0;
}
section h3, section h4, section h5, section p, section dl, section table {
  margin-bottom: 40px;
}
section ul, section ol {
  text-align: left;
  padding-left: 15px;
  margin-bottom: 40px;
}
section ul li, section ol li {
  margin-bottom: 15px;
}
section ul ul, section ol ul {
  margin-top: 15px;
  margin-bottom: 15px;
}

.icon-app,
.icon-stamp {
  border-radius: 34px;
  width: 150px;
}

.page-app-letters .manual {
  background-color: #deffff;
}

.page-app-letters .manual:after {
  background-image: url("../images/apps/letters/app-icon-letters.png");
  opacity: 0.2;
}

.slim-content {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 991px) {
  .slim-content {
    width: inherit;
  }

  section .section-body {
    padding-left: 25px;
    padding-right: 25px;
    margin-left: inherit;
    margin-right: inherit;
  }
}
/* owl-carousel
--------------------------------------------------*/
.owl-carousel {
  /* equal height */
}
.owl-carousel .owl-stage {
  display: flex;
}
.owl-carousel .owl-item {
  display: flex;
  flex: 1 0 auto;
}
.owl-carousel .unit {
  position: relative;
  min-width: 456px;
}
.owl-carousel .unit .rate,
.owl-carousel .unit .stars {
  line-height: 1em;
}
.owl-carousel .unit .rate {
  font-family: "Teko", sans-serif;
  font-size: 800%;
}
.owl-carousel .unit .stars {
  font-family: "Teko", sans-serif;
  font-size: 300%;
  color: cadetblue;
}
.owl-carousel .unit .stars span {
  color: #e0e0e0;
}
.owl-carousel .unit .link {
  position: absolute;
  right: 55px;
  bottom: 55px;
}
.owl-carousel .unit .link img {
  position: absolute;
  width: 30px;
}

@media (max-width: 1200px) {
  section .banner-comments .unit {
    min-width: 376px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 0px;
    padding-right: 0px;
  }

  section .banner-comments .unit {
    min-width: 327px;
    padding: 15px 20px;
    margin: 15px;
  }
  section .banner-comments .unit h3 {
    font-size: 100%;
  }

  .owl-carousel .unit .rate,
.owl-carousel .unit .stars {
    line-height: 0.5em;
  }
  .owl-carousel .unit .stars {
    font-size: 200%;
  }
}
@media (max-width: 767px) {
  section .banner-comments .unit {
    min-width: auto;
  }
}
/* Header
--------------------------------------------------*/
header {
  position: absolute;
  top: 0;
  z-index: 50;
  padding: 15px;
  width: 100%;
}
header .site-branding a {
  color: #5e5155;
  transition: color 0.25s ease;
}
header .site-branding a:hover {
  color: cadetblue;
  text-decoration: none;
}
header .site-branding ul {
  padding-left: 0;
}
header .site-branding ul li {
  display: inline;
  list-style: none;
  padding-left: 0;
  color: #000000;
}
header .site-branding ul li a {
  color: #1c918d;
}
header .site-branding ul.nav li,
header .site-branding ul.language-chooser li {
  margin: 0;
}
header .site-branding ul.nav li:after,
header .site-branding ul.language-chooser li:after {
  display: inline-block;
  content: "|";
  margin: 0 0.25rem 0 0.5rem;
  color: #1c918d;
}
header .site-branding ul.nav li:last-child:after,
header .site-branding ul.language-chooser li:last-child:after {
  display: none;
}
header .site-branding ul.nav {
  margin-left: -15px;
}
header .site-branding ul.language-chooser {
  padding-top: 4px;
  padding-right: 20px;
}
header .site-branding ul.language-chooser .active a {
  color: #000000;
}
header nav {
  display: none;
}

.hero {
  position: relative;
  top: 0;
  padding-top: 50px;
  padding-bottom: 80px;
  margin-bottom: 80px;
  border-radius: 20px 20px 0 0;
  background-position: center bottom;
  background-size: cover;
  display: flex;
  justify-content: center;
  display: -ms-flexbox;
  /* for IE10 */
  -ms-flex-pack: center;
  /* for IE10 */
  align-items: center;
  z-index: 10;
  padding-left: 50px;
  padding-right: 50px;
}
.hero h1 {
  margin-bottom: 26.6666666667px;
}
.hero h1 small {
  letter-spacing: inherit;
  font-family: inherit;
  color: #1c918d;
}
.hero h2, .hero p {
  margin-bottom: 40px;
}
.hero h2 {
  font-size: 160%;
  color: cadetblue;
}
.hero p.bottom-text {
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 100%;
  padding: 0 15px;
  letter-spacing: 0.2em;
  color: #5e5155;
  background-color: rgba(255, 255, 255, 0.3);
}
.hero p.bottom-text br {
  display: none;
}
.hero .app-icon {
  max-width: 400px;
}
.hero .soon {
  position: relative;
}
.hero .soon:before {
  position: absolute;
  content: "COMMING SOON";
  text-align: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 250px;
  height: 2.4rem;
  font-size: 1.5rem;
  background-color: #ffffff;
  transform: skewY(-5deg);
}

.round-icon img,
.page-app-letters .hero .app-icon {
  border-radius: 50px;
}

@media (max-width: 991px) {
  header .site-branding ul.nav {
    margin-left: inherit;
  }
  header .site-branding ul.language-chooser {
    padding-right: 0;
  }

  .hero h1 {
    font-size: 200%;
  }
  .hero h2 {
    font-size: 140%;
  }
  .hero .app-icon {
    margin-top: 15px;
    width: 90%;
  }
}
@media (max-width: 767px) {
  .hero {
    padding-left: 35px;
    padding-right: 35px;
  }
  .hero h1 {
    font-size: 160%;
    font-weight: bold;
  }
  .hero h2 {
    font-size: 120%;
    font-weight: bold;
  }
}
/* Footer
--------------------------------------------------*/
footer p {
  color: #5e5155;
  text-align: center;
  padding: 40px 0 15px;
  font-family: "Teko", sans-serif;
}

/* download-link 
--------------------------------------------------*/
.download-link img {
  width: 250px;
}
.download-link .disable img {
  opacity: 0.3;
}
.download-link .blank {
  display: inline-block;
  width: 2em;
}

@media (max-width: 767px) {
  .download-link img {
    display: block;
    width: 90%;
    margin: 0 auto 40px;
  }
  .download-link .blank {
    display: none;
  }
}
/* screenshot 
--------------------------------------------------*/
section .screenshot {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
section .screenshot p img {
  border-radius: 20px;
}

@media (max-width: 767px) {
  section .screenshot {
    width: inherit;
  }
}
/* line-stamp 
--------------------------------------------------*/
.line-stamps {
  padding-bottom: 0;
}

.line-stamp span {
  position: relative;
  display: inline-block;
}

.line-stamp span:after {
  position: absolute;
  content: "";
  bottom: -5px;
  right: -10px;
  width: 40px;
  height: 40px;
  background-image: url(../images/common/line.png);
  background-size: cover;
}

/* frame-iphone 
--------------------------------------------------*/
.frame-iphone {
  position: relative;
  width: 225px;
  height: 450px;
  margin-left: auto;
  margin-right: auto;
  background-color: #000000;
}
.frame-iphone .edf,
.frame-iphone .zremo,
.frame-iphone .xremo,
.frame-iphone .mwcalc {
  display: block;
  width: 98%;
  height: 99%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.frame-iphone .edf {
  background-image: url(../images/apps/edf/app-screenshot-1.jpg);
}
.frame-iphone .zremo {
  width: 95%;
  background-image: url(../images/apps/zremo/app-screenshot-1.jpg);
  background-position: right 10px;
}
.frame-iphone .xremo {
  width: 95%;
  height: 97%;
  background-image: url(../images/apps/xremo/app-screenshot-2.jpg);
  background-position: 10px 10px;
}
.frame-iphone .mwcalc {
  width: 100%;
  height: 100%;
  background-position: 5px 0px;
  background-image: url(../images/apps/mwcalc/screenshot-ja.jpg);
}

.lang-en .frame-iphone .edf {
  background-image: url(../images/apps/edf/app-screenshot-1_en.jpg);
}
.lang-en .frame-iphone .zremo {
  background-image: url(../images/apps/zremo/app-screenshot-1_en.jpg);
}
.lang-en .frame-iphone .xremo {
  background-image: url(../images/apps/xremo/app-screenshot-2_en.jpg);
}
.lang-en .frame-iphone .mwcalc {
  background-image: url(../images/apps/mwcalc/screenshot-en.jpg);
}

.frame-iphone:before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/apps/iphone-x-frame.png);
  background-size: cover;
  background-position: center center;
}

.frame-iphone16 {
  height: 465px;
}
.frame-iphone16:before {
  background-image: url(../images/apps/iphone-16-frame.png);
}

/* ページ個別：ホーム 
--------------------------------------------------*/
.home .hero {
  height: 500px;
  background-image: url(../images/home/hero.jpg);
}
.home .hero h1 {
  padding-left: 1.2em;
  letter-spacing: 1.2em;
  line-height: 1.6em;
}

.gray-mode .hero {
  background-color: #e0e0e0;
}

.wide {
  margin-left: -15px;
  margin-right: -15px;
}

@media (max-width: 991px) {
  .home .hero h1 {
    padding-left: 1em;
    letter-spacing: 1em;
  }

  .wide {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (max-width: 767px) {
  .home .hero h1 {
    padding-left: 0.3em;
    letter-spacing: 0.3em;
  }
  .home .hero p br {
    display: block;
  }
}
@media (max-width: 321px) {
  .home .hero p br {
    display: none;
  }
}
.apps h1 {
  font-size: 2.6rem;
}
.apps h2 {
  font-size: 1.15rem;
  line-height: 1.5;
}

.manual-content .container {
  padding-left: 50px;
  padding-right: 50px;
}
.manual-content .container .hero {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .manual-content .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* ページ個別：EDF 
--------------------------------------------------*/
.page-app-edf .characters {
  position: relative;
  margin-top: 200px;
}
.page-app-edf .characters #akechi,
.page-app-edf .characters #uzupon {
  position: absolute;
  width: 100px;
}
.page-app-edf .characters #akechi {
  right: 50px;
  bottom: 30px;
}
.page-app-edf .characters #uzupon {
  right: 0;
  bottom: 0;
}

@media (max-width: 767px) {
  .page-app-edf .characters {
    width: 150px;
    height: 100px;
    position: relative;
    margin: 80px auto;
  }
  .page-app-edf .characters #akechi,
.page-app-edf .characters #uzupon {
    position: absolute;
    width: 100px;
  }
  .page-app-edf .characters #akechi {
    bottom: 30px;
  }
  .page-app-edf .characters #uzupon {
    bottom: 0;
  }
}
/* ページ個別：z-remo & x-remos
--------------------------------------------------*/
.page-app-zremo .hero {
  background-color: #e0e0e0;
}
.page-app-zremo .setup {
  background-image: url(../images/apps/zremo/bg-setup.png);
  background-size: cover;
  background-position: center bottom;
  background-color: #deffff;
}
.page-app-zremo .models p:last-child {
  margin-bottom: 0;
}

.page-app-xremo .howtosetup {
  background-color: #e0e0e0;
}
.page-app-xremo .howtosetup .section-body {
  padding-top: 30px;
}
.page-app-xremo .badge-no {
  position: relative;
}
.page-app-xremo .badge-no:before {
  position: absolute;
  content: "X";
  top: -10px;
  left: 5px;
  color: #000000;
  background-color: #ffffff;
  z-index: 10;
  font-size: 1rem;
  padding: 0.2rem 0.8rem;
  border-radius: 2px;
}
.page-app-xremo .badge-no-1:before {
  content: "1";
}
.page-app-xremo .badge-no-2:before {
  content: "2";
}
.page-app-xremo .badge-no-3:before {
  content: "3";
}
.page-app-xremo .badge-no-4:before {
  content: "4";
}
.page-app-xremo .badge-no-5:before {
  content: "5";
}
.page-app-xremo .badge-no-6:before {
  content: "6";
}
.page-app-xremo .badge-no-7:before {
  content: "7";
}

/* ページ個別：ポリシー 
--------------------------------------------------*/
.privacy-policy .hero {
  padding-top: 105px;
  margin-bottom: 0;
}

@media (max-width: 1200px) {
  .privacy-policy .slim-content {
    padding-left: 25px;
    padding-right: 25px;
  }
}
/* 問い合わせ 
--------------------------------------------------*/
section.support {
  padding-bottom: 0 !important;
}
section.support a {
  font-size: 20px;
  font-family: "Teko", sans-serif;
  color: #000000;
}
section.support a:hover {
  color: #1c918d;
  transition: color 0.25s ease;
  text-decoration: none;
}
section.support a span {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #808080;
}

/*# sourceMappingURL=common.css.map */
