@charset "UTF-8";
/* 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,
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%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

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; }

html {
  font-family: -apple-system, Meiryo, "メイリオ", 'Helvetica Neue', Helvetica, sans-serif; }

html, body {
  width: 100%;
  height: 100%; }
  @media screen and (max-width: 767px) {
    html, body {
      font-size: 14px; } }

p {
  line-height: 30px; }

a:hover, button:hover {
  cursor: pointer; }

.bluelink {
  text-decoration: underline; }

.global-header {
  width: 100%;
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
  padding: 21px 42px;
  box-sizing: border-box;
  cursor: default;
  background: none; }
  @media screen and (max-width: 767px) {
    .global-header {
      padding: 21px; } }
  .global-header__logo {
    flex: 1; }
  .global-header__root {
    -webkit-appearance: none;
    border: none;
    background: none;
    width: 38px;
    height: 58px;
    overflow: hidden;
    padding: 0;
    position: relative; }
  .global-header__login {
    position: absolute;
    right: 42px;
    top: 80px;
    background: #eee;
    border-radius: 4px;
    padding: 21px;
    margin: 0;
    border: 1px solid #ccc;
    width: 350px;
    display: none;
    z-index: 101;
    box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.2); }
    .global-header__login--display {
      display: block; }

.global-nav__login {
  -webkit-appearance: none;
  box-sizing: border-box;
  text-decoration: none;
  font-size: 16px;
  height: 50px;
  line-height: 48px;
  display: block;
  border-radius: 6px;
  width: 120px;
  text-align: center;
  outline: none; }

.global-nav__item {
  display: inline-block; }

.global-nav__login {
  background: #0F3284;
  color: #fff;
  border: 1px solid #fff;
  padding: 0;
  transition: .1s linear; }
  .global-nav__login:hover {
    cursor: pointer;
    background: #4B6CB8; }
  .global-nav__login--on {
    background: #fff;
    color: #0F3284;
    border: 1px solid #0F3284;
    opacity: 1 !important; }
    .global-nav__login--on:hover {
      background: #fff;
      color: #4B6CB8; }

.global-nav__link--hidden {
  opacity: 0;
  cursor: default; }

#top, #tools, #stamp, #universal, #plan, #start {
  width: 100%;
  padding: 48px;
  box-sizing: border-box; }
  @media screen and (max-width: 767px) {
    #top, #tools, #stamp, #universal, #plan, #start {
      padding: 18px; } }

.scroll-section__text, .scroll-section__text--tools, .scroll-section__text--plan, .tool-info {
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 300;
  margin-top: 24px;
  padding: 21px; }
  @media screen and (max-width: 767px) {
    .scroll-section__text, .scroll-section__text--tools, .scroll-section__text--plan, .tool-info {
      font-size: 16px;
      line-height: 21px;
      padding: 0; } }

.scroll-section__title {
  color: #fff;
  text-align: center;
  font-size: 30px;
  margin-bottom: 24px; }
  @media screen and (max-width: 767px) {
    .scroll-section__title {
      font-size: 18px; } }
  .scroll-section__title--blue {
    color: #0F3284;
    text-align: center;
    font-size: 30px;
    margin-bottom: 24px; }
    @media screen and (max-width: 767px) {
      .scroll-section__title--blue {
        font-size: 18px;
        margin: 0 18px 24px 18px; } }

.scroll-section__text {
  text-align: center; }
  .scroll-section__text--tools {
    background: #0C286B;
    flex: 1;
    text-align: center; }
  .scroll-section__text--plan {
    text-align: left; }
  .scroll-section__text--black {
    color: #444; }

#top {
  background: url("../../images/hp/new/top-device.png") no-repeat 50% 50% fixed #eee;
  background-size: cover;
  /*
	@media screen and (max-width:  $break-smartphone) {
		background: url($img-path + 'top-device-s.png') no-repeat 50% 50% #eee;
		background-size: 100% auto;
	}
	*/
  z-index: 6;
  overflow: hidden;
  height: 400px;
  padding: 0;
  position: relative; }
  #top.portrait {
    background: url("../../images/hp/new/bg-portrait.png") no-repeat 50% 50% #eee;
    background-size: auto 100%; }

@media screen and (max-width: 767px) {
  .product__app-badge {
    height: 36px !important; } }

.top__box {
  width: 960px;
  margin: 0 auto;
  text-align: center; }
  @media screen and (max-width: 960px) {
    .top__box {
      width: 480px; } }

.top__copy {
  font-size: 20px;
  color: #444;
  margin-bottom: 21px;
  line-height: 26px; }
  @media screen and (max-width: 767px) {
    .top__copy {
      font-size: 16px;
      line-height: 21px; } }

.top__app {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 21px; }

@media screen and (max-width: 767px) {
  .top__app-badge {
    margin: 0 auto 0 0;
    width: auto !important;
    height: 36px !important; } }

.top__app-link {
  margin-right: 21px; }
  @media screen and (max-width: 767px) {
    .top__app-link {
      margin: 0 10px 0 0;
      display: block; } }

.top__logo {
  margin-bottom: 10px; }

.top__black {
  background: rgba(255, 255, 255, 0.3);
  width: 100%;
  height: 100%;
  padding: 48px;
  display: flex;
  box-sizing: border-box;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .top__black {
      padding: 0; } }

.top__scroll-box {
  position: absolute;
  bottom: 50px;
  width: 100%;
  text-align: center; }

.top__scroll {
  background: #ddd;
  color: #666;
  padding: 12px 21px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  transition: .1s linear; }
  @media screen and (max-width: 767px) {
    .top__scroll {
      border: 2px solid #aaa; } }
  .top__scroll:hover {
    background: #e6e6e6;
    color: #999; }

.entry {
  opacity: 0;
  transform: translate3d(0, -36px, 0);
  transition: 0.5s ease-out;
  transition-delay: 0.5s;
  max-width: 480px;
  background: rgba(255, 255, 255, 0.9);
  padding: 21px;
  border-radius: 12px;
  text-align: center;
  margin: 21px auto 0 auto;
  position: relative;
  border: 1px solid #ddd; }
  @media screen and (max-width: 767px) {
    .entry {
      max-width: 90%;
      box-sizing: border-box; } }
  .entry__title {
    width: 130px;
    height: 22px;
    margin-bottom: 21px; }
  .entry--display {
    opacity: 1;
    transform: none; }

.entry-form__input {
  width: 100%;
  -webkit-appearance: none;
  border: 1px solid #ccc;
  margin: 0 0 -1px 0;
  padding: 8px;
  box-sizing: border-box;
  font-size: 14px; }
  .entry-form__input:focus {
    outline: none; }

.entry-form__btn {
  width: 100%;
  -webkit-appearance: none;
  border: none;
  padding: 8px;
  box-sizing: border-box;
  font-size: 16px;
  background: #0F3284;
  color: #fff;
  border-radius: 5px;
  margin-top: 16px;
  transition: .1s linear; }
  .entry-form__btn:focus {
    outline: none; }
  .entry-form__btn:hover {
    background: #4B6CB8; }

.login-box {
  display: flex;
  margin-top: 10px;
  align-items: center; }
  .login-box__btn {
    -webkit-appearance: none;
    border: none;
    padding: 8px 16px;
    box-sizing: border-box;
    font-size: 16px;
    background: #0F3284;
    color: #fff;
    border-radius: 5px;
    transition: .1s linear; }
    .login-box__btn:focus {
      outline: none; }
    .login-box__btn:hover {
      background: #4B6CB8; }
  .login-box__right {
    margin-left: 21px; }

.top-animate {
  transform: translate3d(0, -1000px, 0); }

#tools {
  background: #E6EAF2;
  z-index: 5;
  border-top: 1px solid #ddd;
  padding: 48px 0; }
  @media screen and (max-width: 767px) {
    #tools {
      padding: 18px 0; } }

.tool-slider__item {
  padding: 0 48px; }
  .tool-slider__item:focus {
    outline: none; }
  @media screen and (max-width: 767px) {
    .tool-slider__item {
      padding: 0 21px; } }

.tool-slider__flexbox {
  display: flex;
  align-items: center;
  max-width: 960px;
  margin: 0 auto; }
  @media screen and (max-width: 960px) {
    .tool-slider__flexbox {
      display: block; } }

.tool-slider__img {
  height: 480px;
  border: 1px solid rgba(0, 0, 0, 0.1); }
  @media screen and (max-width: 960px) {
    .tool-slider__img {
      margin: 0 auto; } }
  @media screen and (max-width: 767px) {
    .tool-slider__img {
      display: none !important; } }
  .tool-slider__img--mobile {
    width: 100%;
    height: auto;
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: none !important;
    border: none; }
    @media screen and (max-width: 767px) {
      .tool-slider__img--mobile {
        margin: 0 auto;
        display: block !important; } }

.toolbox {
  position: relative;
  width: 680px; }
  @media screen and (max-width: 960px) {
    .toolbox {
      width: auto; } }

.tool-text-box {
  color: #fff;
  display: flex;
  width: 480px;
  margin: 0 auto; }
  .tool-text-box__item {
    font-size: 20px;
    background-repeat: no-repeat;
    background-position: 50% 12px;
    background-size: auto 24px;
    padding: 44px 12px 12px 12px;
    opacity: 0.3;
    border-radius: 6px;
    transition: .2s linear;
    text-align: center;
    border-radius: 100px;
    font-size: 12px;
    flex: 1; }
    .tool-text-box__item--active {
      opacity: 1;
      background-color: rgba(255, 255, 255, 0.1); }
    .tool-text-box__item--cal {
      background-image: url("../../images/hp/new/cal.svg"); }
    .tool-text-box__item--todo {
      background-image: url("../../images/hp/new/todo.svg"); }
    .tool-text-box__item--note {
      background-image: url("../../images/hp/new/note.svg"); }
    .tool-text-box__item--diary {
      background-image: url("../../images/hp/new/diary.svg"); }

.slick-list {
  margin: 42px 0 !important; }
  @media screen and (max-width: 767px) {
    .slick-list {
      margin: 21px 0 !important; } }

.slick-dots {
  color: #fff;
  display: flex !important;
  width: 480px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .slick-dots {
      width: 100%; } }

#slick-slide00 button {
  background-image: url("../../images/hp/new/cal.svg"); }
  #slick-slide00 button:after {
    content: "カレンダー"; }

#slick-slide01 button {
  background-image: url("../../images/hp/new/todo.svg"); }
  #slick-slide01 button:after {
    content: "ToDo"; }

#slick-slide02 button {
  background-image: url("../../images/hp/new/note.svg"); }
  #slick-slide02 button:after {
    content: "ノート"; }

#slick-slide03 button {
  background-image: url("../../images/hp/new/diary.svg"); }
  #slick-slide03 button:after {
    content: "日記"; }

.slick-active button {
  opacity: 1 !important;
  background-color: #fff !important; }

#slick-slide00, #slick-slide01, #slick-slide02, #slick-slide03 {
  flex: 1; }

#slick-slide00 button, #slick-slide01 button, #slick-slide02 button, #slick-slide03 button {
  font-size: 20px;
  appearance: none;
  background-color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-position: 50% 12px;
  background-size: auto 24px;
  padding: 42px 12px 12px 12px;
  display: block;
  opacity: 0.3;
  border-radius: 6px;
  transition: .2s linear;
  text-align: center;
  border-radius: 100px;
  font-size: 12px;
  border: none;
  text-indent: -.5em;
  width: 100%;
  color: rgba(0, 0, 0, 0); }
  #slick-slide00 button:focus, #slick-slide01 button:focus, #slick-slide02 button:focus, #slick-slide03 button:focus {
    outline: none; }
  #slick-slide00 button:hover, #slick-slide01 button:hover, #slick-slide02 button:hover, #slick-slide03 button:hover {
    opacity: 1; }
  #slick-slide00 button:after, #slick-slide01 button:after, #slick-slide02 button:after, #slick-slide03 button:after {
    width: 100%;
    color: #0F3284;
    text-align: center; }
  @media screen and (max-width: 767px) {
    #slick-slide00 button, #slick-slide01 button, #slick-slide02 button, #slick-slide03 button {
      font-size: 11px; } }

.tools__carousel {
  margin: 0 auto;
  display: flex;
  align-items: center; }
  @media screen and (max-width: 1280px) {
    .tools__carousel {
      display: block; } }

.tools__text {
  flex: 1;
  margin: 0 0 0 42px;
  padding: 21px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  @media screen and (max-width: 960px) {
    .tools__text {
      margin: 21px 0 0 0; } }
  @media screen and (max-width: 767px) {
    .tools__text {
      padding: 16px 0;
      margin: 12px 0 0 0;
      border-top: none; } }

.tools__ball {
  max-width: 680px;
  height: auto;
  transform: translate3d(0, 30px, 0);
  opacity: 0;
  transition: .3s ease-in-out;
  display: block;
  position: absolute;
  left: 0;
  top: 0; }
  @media screen and (max-width: 767px) {
    .tools__ball {
      width: 100%; } }
  .tools__ball--display {
    transform: none; }
  .tools__ball--top {
    transform: translate3d(0, -30px, 0);
    opacity: 0;
    z-index: 5; }
    @media screen and (max-width: 767px) {
      .tools__ball--top {
        transform: translate3d(0, -15px, 0); } }
  .tools__ball--bottom {
    transform: translate3d(0, 120px, 0);
    transition: none;
    opacity: 0;
    z-index: 0; }
    @media screen and (max-width: 767px) {
      .tools__ball--bottom {
        transform: translate3d(0, 60px, 0); } }
  .tools__ball--a {
    transform: translate3d(0, 90px, 0);
    opacity: 0.2;
    z-index: 1; }
    @media screen and (max-width: 767px) {
      .tools__ball--a {
        transform: translate3d(0, 45px, 0); } }
  .tools__ball--b {
    transform: translate3d(0, 60px, 0);
    opacity: 0.3;
    z-index: 2; }
    @media screen and (max-width: 767px) {
      .tools__ball--b {
        transform: translate3d(0, 30px, 0); } }
  .tools__ball--c {
    transform: translate3d(0, 30px, 0);
    opacity: 0.4;
    z-index: 3; }
    @media screen and (max-width: 767px) {
      .tools__ball--c {
        transform: translate3d(0, 15px, 0); } }
  .tools__ball--d {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    z-index: 4; }

.tool-title {
  font-size: 24px;
  margin-bottom: 21px;
  height: 21px; }
  @media screen and (max-width: 767px) {
    .tool-title {
      font-size: 18px;
      margin-bottom: 0; } }

.tool-info {
  padding: 0;
  color: #444; }
  @media screen and (max-width: 767px) {
    .tool-info {
      margin-top: 6px;
      font-size: 14px; } }

#stamp {
  background: #fcfcfc;
  overflow: hidden;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0; }

.stamp__stamp {
  position: absolute;
  top: 0;
  opacity: 0; }
  .stamp__stamp--right {
    right: 0; }
  .stamp__stamp--left {
    left: 0; }
  .stamp__stamp-0 {
    width: 66px;
    height: 68px; }
  .stamp__stamp-1 {
    width: 50px;
    height: 50px; }
  .stamp__stamp-2 {
    width: 79px;
    height: 95px; }
  .stamp__stamp-3 {
    width: 27px;
    height: 29px; }
  .stamp__stamp-4 {
    width: 65px;
    height: 63px; }
  .stamp__stamp-5 {
    width: 126px;
    height: 130px; }
  .stamp__stamp-6 {
    width: 65px;
    height: 64px; }
  .stamp__stamp-7 {
    width: 60px;
    height: 75px; }
  .stamp__stamp-8 {
    width: 86px;
    height: 85px; }
  .stamp__stamp-9 {
    width: 145px;
    height: 160px; }
  .stamp__stamp-10 {
    width: 138px;
    height: 136px; }
  .stamp__stamp-11 {
    width: 101px;
    height: 102px; }
  .stamp__stamp-12 {
    width: 63px;
    height: 62px; }
  .stamp__stamp--active {
    transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 1; }
  .stamp__stamp-0 {
    background: url("../../images/hp/new/stamp/0.png") no-repeat 0 0;
    background-size: 100%;
    transition-delay: 0.03 * 0 + s; }
  .stamp__stamp-1 {
    background: url("../../images/hp/new/stamp/1.png") no-repeat 0 0;
    background-size: 100%;
    transition-delay: 0.03 * 1 + s; }
  .stamp__stamp-2 {
    background: url("../../images/hp/new/stamp/2.png") no-repeat 0 0;
    background-size: 100%;
    transition-delay: 0.03 * 2 + s; }
  .stamp__stamp-3 {
    background: url("../../images/hp/new/stamp/3.png") no-repeat 0 0;
    background-size: 100%;
    transition-delay: 0.03 * 3 + s; }
  .stamp__stamp-4 {
    background: url("../../images/hp/new/stamp/4.png") no-repeat 0 0;
    background-size: 100%;
    transition-delay: 0.03 * 4 + s; }
  .stamp__stamp-5 {
    background: url("../../images/hp/new/stamp/5.png") no-repeat 0 0;
    background-size: 100%;
    transition-delay: 0.03 * 5 + s; }
  .stamp__stamp-6 {
    background: url("../../images/hp/new/stamp/6.png") no-repeat 0 0;
    background-size: 100%;
    transition-delay: 0.03 * 6 + s; }
  .stamp__stamp-7 {
    background: url("../../images/hp/new/stamp/7.png") no-repeat 0 0;
    background-size: 100%;
    transition-delay: 0.03 * 7 + s; }
  .stamp__stamp-8 {
    background: url("../../images/hp/new/stamp/8.png") no-repeat 0 0;
    background-size: 100%;
    transition-delay: 0.03 * 8 + s; }
  .stamp__stamp-9 {
    background: url("../../images/hp/new/stamp/9.png") no-repeat 0 0;
    background-size: 100%;
    transition-delay: 0.03 * 9 + s; }
  .stamp__stamp-10 {
    background: url("../../images/hp/new/stamp/10.png") no-repeat 0 0;
    background-size: 100%;
    transition-delay: 0.03 * 10 + s; }
  .stamp__stamp-11 {
    background: url("../../images/hp/new/stamp/11.png") no-repeat 0 0;
    background-size: 100%;
    transition-delay: 0.03 * 11 + s; }
  .stamp__stamp-12 {
    background: url("../../images/hp/new/stamp/12.png") no-repeat 0 0;
    background-size: 100%;
    transition-delay: 0.03 * 12 + s; }

.theme-box {
  background: #fcfcfc;
  z-index: 4;
  position: relative;
  height: 400px; }
  @media screen and (max-width: 767px) {
    .theme-box {
      height: 180px; } }
  .theme-box__text {
    color: #444;
    background: #f3f3f3;
    border-top: 1px solid #eee;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 300;
    margin-top: 24px;
    padding: 21px;
    flex: 1;
    position: relative;
    z-index: 10; }
    @media screen and (max-width: 767px) {
      .theme-box__text {
        font-size: 16px;
        line-height: 21px; } }
    .theme-box__text p {
      max-width: 960px;
      margin: 0 auto; }
  .theme-box__text-box {
    height: 100%; }
  .theme-box__images {
    display: flex;
    align-items: center;
    height: 100%; }

.images-wrapper {
  width: 433px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .images-wrapper {
      width: 217px; } }

.stamp-box {
  z-index: 0;
  position: relative;
  bottom: 500px; }
  @media screen and (max-width: 767px) {
    .stamp-box {
      display: none; } }

.stamp-box-mobile {
  max-width: 960px;
  margin: 0 auto;
  display: none; }
  @media screen and (max-width: 767px) {
    .stamp-box-mobile {
      display: flex; } }
  .stamp-box-mobile__item {
    flex: 1;
    text-align: center; }
  .stamp-box-mobile__img {
    height: 70px;
    width: auto;
    transform: scale(0);
    transition: .2s ease-out; }
    .stamp-box-mobile__img--display {
      transform: none; }

.theme-mock {
  width: 433px;
  height: 889px;
  margin: 0 auto;
  display: block;
  position: absolute;
  bottom: -530px;
  z-index: 10; }
  @media screen and (max-width: 767px) {
    .theme-mock {
      width: 217px;
      height: 444px;
      bottom: -292px; } }
  .theme-mock--a {
    transform: translate3d(-60px, 15px, 0) rotate(-30deg); }
  .theme-mock--b {
    transform: rotate(0deg);
    transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .theme-mock--c {
    transform: translate3d(60px, 0, 0) rotate(30deg);
    transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

#universal {
  background: #E6EAF2;
  border-right: 2px solid #fafafa;
  border-top: 2px solid #fafafa;
  z-index: 3; }
  @media screen and (max-width: 1280px) {
    #universal {
      border: none; } }

.universal__img {
  width: 557px;
  height: 200px;
  display: block;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .universal__img {
      width: 100%;
      height: auto; } }

#plan {
  background: #E6EAF2;
  z-index: 2;
  text-align: center;
  border-top: 2px solid #fafafa; }
  @media screen and (max-width: 1280px) {
    #plan {
      background: #eee; } }

.plan__box {
  display: flex;
  align-items: center;
  justify-content: center; }

.plan__btn {
  display: inline-block;
  color: #0F3284;
  background: #fff;
  text-decoration: none;
  height: 41px;
  font-size: 17px;
  line-height: 41px;
  padding: 0 21px;
  border-radius: 4px;
  border: 1px solid #0F3284;
  box-sizing: border-box;
  margin-top: 21px;
  transition: 0.1s ease-out; }
  .plan__btn:hover {
    background: #0F3284;
    color: #fff; }

@media screen and (max-width: 767px) {
  .plan__img {
    height: 120px;
    width: 69px; } }

#start {
  background: #fcfcfc;
  z-index: 1; }

.global-footer {
  background: #fafafa;
  border-top: 1px solid #eee;
  padding: 21px;
  display: flex;
  align-items: center;
  font-size: 14px; }
  @media screen and (max-width: 960px) {
    .global-footer {
      align-items: flex-start; } }

.footer-nav {
  flex: 1; }
  .footer-nav__list {
    display: flex; }
    @media screen and (max-width: 960px) {
      .footer-nav__list {
        display: block; } }
  .footer-nav__item {
    margin-right: 16px; }
    @media screen and (max-width: 960px) {
      .footer-nav__item {
        float: left;
        margin-bottom: 10px; } }
  .footer-nav__link {
    color: #999;
    text-decoration: none; }
    .footer-nav__link:hover {
      text-decoration: underline; }

.social-list {
  display: flex; }
  .social-list__item {
    margin-left: 21px; }
  .social-list__link {
    color: #999;
    text-decoration: none; }
  .social-list__img {
    height: 24px;
    width: auto; }

#overlay {
  position: fixed; }

.top-sepalate {
  display: flex; }
  @media screen and (max-width: 1280px) {
    .top-sepalate {
      display: block; } }

#skip {
  margin: 0 6px 0 0; }

.skip_text {
  display: block;
  margin-bottom: 3px;
  font-size: 14px; }

.forget {
  color: #0F3284;
  font-size: 14px; }

.preventer {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 100; }

.fb-like {
  width: 500px;
  margin: 42px auto 0 auto; }
  @media screen and (max-width: 767px) {
    .fb-like {
      display: none; } }
  .fb-like--mobile {
    width: 260px;
    margin: 42px auto 0 auto;
    display: none; }
    @media screen and (max-width: 767px) {
      .fb-like--mobile {
        display: block; } }

.under-page {
  background: #eee;
  color: #444;
  min-height: 100%;
  position: relative;
  padding-bottom: 89px;
  box-sizing: border-box; }
  @media screen and (max-width: 767px) {
    .under-page {
      padding-bottom: 0; } }
  .under-page .global-header {
    position: static;
    background: #fff;
    border-bottom: 1px solid #ddd; }
  .under-page .global-footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      .under-page .global-footer {
        position: static; } }
  .under-page__header {
    max-width: 960px;
    margin: 0 auto;
    background: none;
    cursor: default;
    display: flex;
    align-items: flex-end;
    height: 42px; }
    @media screen and (max-width: 767px) {
      .under-page__header {
        height: auto; } }
    .under-page__header + .under-page__text {
      margin-top: 21px; }
  .under-page__title {
    font-size: 32px;
    color: #0F3284; }
    @media screen and (max-width: 767px) {
      .under-page__title {
        font-size: 24px; } }
  .under-page__small-title, .under-page__small-title--basic, .under-page__small-title--premium {
    font-size: 18px;
    font-weight: 600;
    height: 21px;
    display: block; }
    @media screen and (max-width: 767px) {
      .under-page__small-title, .under-page__small-title--basic, .under-page__small-title--premium {
        height: auto;
        min-height: 21px;
        font-size: 16px;
        line-height: 21px; } }
  .under-page__small-title {
    margin-top: 20px !important;
    color: #333;
    margin-top: 4px; }
    .under-page__small-title--basic {
      margin-top: 24px;
      color: #0F3284; }
      @media screen and (max-width: 767px) {
        .under-page__small-title--basic {
          margin-top: 21px; } }
    .under-page__small-title--premium {
      margin-top: 42px;
      color: #DAA520; }
      @media screen and (max-width: 767px) {
        .under-page__small-title--premium {
          margin-top: 21px; } }
  .under-page__subtitle {
    font-size: 18px;
    height: 21px;
    margin-top: 9px;
    color: #999; }
    .under-page__subtitle:before {
      content: "\00bb";
      display: inline-block;
      margin: 0 6px; }
  .under-page__text_title {
    font-weight: 600;
    color: #333333;
    font-size: 18px;
    margin-bottom: 16px; }
  .under-page__text {
    color: #333333;
    font-size: 16px;
    line-height: 21px;
    margin-top: 16px; }
    .under-page__text + .under-page__text {
      margin-top: 21px; }
  .under-page__link {
    color: #0E3284;
    font-size: 16px;
    text-decoration: underline;
    margin-bottom: 8px;
    display: inline-block; }

.bluelink {
  color: #0E3284;
  word-break: break-all;
  word-wrap: break-word; }

#help {
  margin: 0;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd; }

.main-onecolumn, .main-onecolumn--wide, .main-onecolumn--premium, .help-container {
  margin: 21px auto 0 auto;
  background: #fff;
  padding: 42px;
  display: block; }
  @media screen and (max-width: 767px) {
    .main-onecolumn, .main-onecolumn--wide, .main-onecolumn--premium, .help-container {
      padding: 21px;
      margin: 0; } }

.main-onecolumn {
  max-width: 700px; }
  .main-onecolumn--wide {
    max-width: 960px; }
  .main-onecolumn--premium {
    max-width: 960px; }

.select_tab {
  text-decoration: none !important; }

a.terms, a.premium_terms {
  text-decoration: underline; }

.help-container {
  display: flex;
  flex-direction: row-reverse;
  padding: 0;
  max-width: 960px; }
  @media screen and (max-width: 767px) {
    .help-container {
      padding: 0;
      margin: 0; } }

.help-main {
  flex: 1;
  padding: 21px; }

.help-cat {
  padding: 12px 0 12px 21px;
  background: #efefef;
  color: #333;
  font-weight: 600; }

.side-bar {
  border-right: 1px solid #eee;
  padding-bottom: 21px;
  box-sizing: border-box;
  flex-basis: 20%; }
  .side-bar .side-bar__cat-link, .side-bar .side-bar__cat-link--active {
    display: block;
    padding: 12px 21px; }
  .side-bar__cat-link {
    color: #666; }
    .side-bar__cat-link:hover {
      background: #f6f6f6; }
    .side-bar__cat-link--active {
      color: #fff;
      font-weight: 600;
      background: #0F3284; }
  .side-bar__title {
    margin: 47px 21px 21px 21px; }

.closed-menu__title {
  padding: 21px;
  background: none;
  border-bottom: 1px solid #ddd; }

.closed-menu__heading {
  display: flex;
  align-items: center; }

.closed-menu__text {
  border: none;
  border-bottom: 1px solid #ddd;
  background: #f6f6f6;
  line-height: 21px;
  padding: 21px; }

.help_title, .help_arrow {
  float: none; }

.help_title {
  flex: 1; }

.help_arrow {
  margin: 0;
  background: url("../../images/hp/new/closed-menu-arrow.svg") no-repeat 0 0;
  background-size: 12px 7px; }

.help_iPhone, .help_web, .help_Android {
  background: none;
  padding: 0;
  margin: 0;
  width: auto;
  height: auto;
  position: static; }

.category-tab {
  display: flex;
  align-items: flex-end;
  margin-top: 16px; }
  .category-tab li {
    height: auto;
    margin-right: 1px; }

.help_device {
  border-top: 1px solid #0F3284;
  border-left: 1px solid #0F3284;
  border-right: 1px solid #0F3284;
  color: #0F3284;
  padding: 10px 21px;
  display: block;
  background: none; }
  .help_device.select {
    padding: 16px 21px;
    font-weight: normal;
    color: #fff;
    background: #0F3284; }

.list-with-num {
  margin-top: 10px; }
  .list-with-num__item {
    list-style-type: decimal;
    line-height: 21px;
    margin-bottom: 6px;
    margin-left: 21px; }

#company_rule {
  margin-top: 21px; }
  @media screen and (max-width: 767px) {
    #company_rule {
      width: 100%;
      border-top: 1px #828282 dotted; } }

.gmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.gmap iframe, .gmap object, .gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@media screen and (max-width: 767px) {
  .company_border, .company_border--map {
    padding: 12px 0 21px 0;
    width: auto;
    display: block;
    border-top: none;
    line-height: 18px; } }

.company_border--map {
  padding: 30px 0; }
  @media screen and (max-width: 767px) {
    .company_border--map {
      border-bottom: 1px #828282 dotted;
      padding: 12px 0 21px 0; } }

.title_cell {
  text-align: left; }
  @media screen and (max-width: 767px) {
    .title_cell {
      width: auto;
      padding: 21px 0 0 0;
      border-bottom: none; } }

.attention-area {
  background: #f4f7fc;
  padding: 20px;
  margin-top: 21px; }

.attention-area a {
  text-decoration: underline; }

.btn-inquiry {
  width: 200px;
  appearance: none;
  border: none;
  padding: 8px;
  box-sizing: border-box;
  font-size: 16px;
  background: #0F3284;
  color: #fff;
  border-radius: 5px;
  margin: 0;
  transition: .1s linear;
  text-shadow: none;
  line-height: 32px;
  display: inline-block;
  text-shadow: none !important;
  font-family: inherit;
  float: none !important;
  text-align: center;
  margin-top: 21px; }
  .btn-inquiry:focus {
    outline: none; }
  .btn-inquiry:hover {
    background: #4B6CB8;
    text-shadow: none; }
  .btn-inquiry:disabled {
    background: #CCCCCC;
    text-shadow: none; }

.forget {
  display: block; }

.company_border, .company_border--map {
  vertical-align: middle; }

.plan-info {
  display: flex;
  margin-top: 21px;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .plan-info {
      display: block; } }
  .plan-info--around {
    display: flex;
    margin-top: 21px;
    justify-content: space-around; }
  .plan-info__box {
    width: 300px;
    border: 1px solid #ddd;
    background: #fff; }
    @media screen and (max-width: 960px) {
      .plan-info__box {
        width: 220px; } }
    @media screen and (max-width: 767px) {
      .plan-info__box {
        width: 100%;
        box-sizing: border-box;
        margin: 0 0 21px 0; } }
  .plan-info__img {
    width: 100%; }
  .plan-info__title, .plan-info__title--premium {
    font-size: 18px;
    font-weight: 500;
    margin: 12px 0 0 12px;
    min-height: 21px; }
  .plan-info__title {
    color: #0F3284; }
    .plan-info__title--premium {
      color: #DAA520; }
  .plan-info__text {
    margin: 6px 12px 12px 12px;
    line-height: 21px; }
  .plan-info__gray {
    color: #888;
    font-size: 14px;
    display: inline-block;
    margin-top: 6px; }
  .plan-info__annotation {
    color: #888;
    font-size: 12px;
    display: inline-block;
    margin-top: 6px; }

.plan-respond {
  margin-left: 12px;
  height: 21px;
  margin-bottom: 12px; }
  .plan-respond__item, .plan-respond__item--premium {
    background: #fff;
    display: inline-block;
    border-radius: 3px;
    padding: 3px 5px;
    font-size: 12px;
    margin-right: 1px; }
  .plan-respond__title {
    display: inline-block;
    font-size: 14px; }
  .plan-respond__item {
    color: #0F3284;
    border: 1px solid #0F3284; }
    .plan-respond__item--premium {
      color: #DAA520;
      border: 1px solid #DAA520; }

@media screen and (max-width: 767px) {
  .plan-table-wrapper {
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch; } }

table.plan_table {
  margin-top: 0;
  width: 100%; }
  @media screen and (max-width: 767px) {
    table.plan_table {
      width: 600px; } }
  table.plan_table th {
    vertical-align: middle;
    text-align: left; }
  table.plan_table td {
    padding-block: 12px;
    vertical-align: middle; }
  table.plan_table .plan_price th {
    text-align: center;
    vertical-align: middle; }
  table.plan_table .free_plan, table.plan_table .premium_th {
    text-align: center; }
  table.plan_table .basic_th {
    background-color: #0F3284;
    border-color: #0F3284;
    text-align: center; }
  table.plan_table .premium_th {
    background-color: #DAA520;
    border-color: #DAA520; }
  table.plan_table td.pb, table.plan_table th.pb {
    border-left-color: #DAA520;
    border-right-color: #DAA520; }
  table.plan_table .plan-respond {
    margin-left: 0;
    height: auto;
    margin-bottom: 0; }
    table.plan_table .plan-respond__item {
      margin-top: 6px; }
      table.plan_table .plan-respond__item--premium {
        margin-top: 6px; }

.btn-plan, .btn-plan--small {
  background: #0F3284;
  color: #fff;
  appearance: none;
  border: none;
  border-radius: 6px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  max-width: 240px;
  margin: 21px auto 0 auto;
  text-shadow: none !important;
  font-size: 20px;
  float: none !important;
  display: block;
  font-family: inherit;
  padding: 0 21px;
  font-weight: normal !important; }
  .btn-plan:hover, .btn-plan--small:hover {
    opacity: 0.8;
    transition: .1s linear; }
  .btn-plan--small {
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    padding: 0 12px;
    border-radius: 4px;
    margin: 0; }

.plan-title-box {
  border-bottom: 2px solid #0F3284;
  padding-bottom: 12px;
  display: flex;
  align-items: center;
  background: none; }
  .plan-title-box__left {
    flex: 1; }
  @media screen and (max-width: 767px) {
    .plan-title-box__img {
      width: 100%;
      height: auto; } }

@media screen and (max-width: 767px) {
  input.qurey_form, textarea.qurey_form {
    width: 100%;
    box-sizing: border-box; } }

#query_function label {
  vertical-align: middle; }

#query_function input[type=checkbox] {
  margin-top: 10px;
  margin-left: 12px; }

.confirm_mail_address_alert {
  padding: 20px;
  background: #FCFCD5;
  margin-top: 8px;
  line-height: 20px; }

.confirm_back {
  width: 200px;
  height: 48px;
  background: #FFFFFF;
  border: 1px solid #0E3284;
  border-radius: 4px 4px 4px 4px;
  color: #0E3284;
  font-size: 16px;
  margin-top: 40px;
  float: left; }

.privacy_table {
  border: solid 1px;
  padding: 8px;
  text-align: left; }
  .privacy_table tbody, .privacy_table tfoot, .privacy_table thead, .privacy_table tr, .privacy_table th, .privacy_table td {
    border: solid 1px;
    padding: 8px;
    text-align: left; }

.hide {
  display: none; }
