@charset "UTF-8";
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━
The root element
━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━
HTML5 display definitions
━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Links
━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:hover, a:active {
  outline: 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Text-level semantics
━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Remove default margin.
 */
h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  margin: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/**
 * Corresponding to the parent element to not even a new line in succession is
 * recognized when the letter-spacing is specified IE6/7 bug.
 */
br {
  letter-spacing: 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Embedded content
━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Grouping content
━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/**
 * Remove default margin.
 */
p, blockquote, dl, dd, figure {
  margin: 0;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
  /* 1 */
  white-space: pre-wrap;
  /* 2 */
  word-wrap: break-word;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, sans-serif;
  font-size: 1em;
}

ol, ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Forms
━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

select {
  background-color: inherit;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Tables
━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

th, td {
  text-align: left;
  /* 1 */
  padding: 0;
  /* 2 */
}

caption {
  text-align: left;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Base
 */
body {
  margin: 0;
  font-family: "ヒラギノ角ゴ Pro", "游ゴシック", YuGothic, Meiryo, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #222222;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  vertical-align: bottom;
}

.l_footer .l_footer_pagetop a:before {
  background: url('/assets/img/lp/common/sprite.png') no-repeat;
  -moz-background-size: 222px 140px;
  -o-background-size: 222px 140px;
  -webkit-background-size: 222px 140px;
  background-size: 222px 140px;
}

section div.section-contents {
  width: 978px !important;
  min-width: 978px;
  margin: auto;
}

.l_footer section {
  background: #a3a3a3;
  color: white;
}
.l_footer section.footer-bottom {
  background: white;
  color: black;
}
.l_footer section.footer-bottom a.twitter {
  font-size: 18px;
  color: #08C7FF;
}
.l_footer section.footer-bottom a.facebook {
  font-size: 18px;
  color: #5C80CA;
}
.l_footer section h3 {
  font-size: 18px;
  margin-bottom: 5px;
}
.l_footer section p {
  font-size: 14px;
}
.l_footer section li {
  line-height: 22px;
}
.l_footer section a {
  color: white;
}
.l_footer .l_footer_pagetop a {
  position: relative;
  display: block;
  height: 88px;
  background: #ffffff;
  text-indent: -9999px;
}
.l_footer .l_footer_pagetop a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  background-position: 0 -113px;
  width: 69px;
  height: 27px;
  margin-top: -14px;
  margin-left: -35px;
}
.l_footer .l_footer_pagetop a:hover {
  background: #dddddd;
}

.m_sec {
  padding: 60px 0;
}
.m_sec.gray {
  background: #f4f4f4;
}
.m_sec .m_sec_inner {
  width: 976px;
  margin: 0 auto;
}
.m_sec .m_sec_inner.type2 {
  width: 912px;
  padding: 0 32px;
}
.m_heading + .m_sec {
  margin-top: -115px;
}
.m_sec.type3 {
  padding: 30px 0 70px;
  background-color: #fff;
}

.m_heading2 {
  position: relative;
  height: 126px;
  margin-bottom: 35px;
  padding-top: 48px;
  font-size: 1px;
  text-align: center;
  /* 背景画像は個々のcss指定で */
}
.m_heading2:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 7px;
  background: url(/assets/img/lp/common/heading2_bg.png) repeat-x 0 100%;
}

.heading .m_heading2_inner h1.m_heading2_ttl {
  color: #ffffff;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 5px;
}

.m_list4 {
  margin-bottom: -5px;
}
.m_list4 .m_list4_item {
  font-size: 116.5%;
  text-indent: -1em;
  padding-left: 1em;
  color: #ff408e;
  margin-bottom: 5px;
}
.m_list4 .m_list4_item:before {
  content: '※';
}

.lp_message {
  color: #393939;
  text-align: center;
  font-size: 1.3em;
  font-weight: bold;
}

.lp_message_first {
  color: #393939;
  text-align: center;
  font-size: 1.3em;
  margin-top: -40px;
  font-weight: bold;
}

.breadcrumbs {
  width: 976px;
  margin:auto;
}
.breadcrumbs a {
  text-decoration: underline;
}

.text-black {
  color: #3d3c3c;
}
.text-gray {
  color: #666;
}
.text-light-gray {
  color: #CCC;
}
.text-pink {
  color: #ff408e;
}
.text-blue {
  color: #0d46b7;
}
.text-yellow {
  color: #ffcf36;
}
.text-green {
  color: #009820;
}
.text-orange {
  color: #ff6c00;
}
.text-light-orange {
  color: #ff9d11;
}
.text-light-green {
  color: #46e9bb;
}
.text-light-blue {
  color: #4472C4;
}
.text-white {
  color: white;
}
.text-red {
  color: red;
}

section.gray {
  background-color: #f6f6f6;
}

.white-square-box {
  background-color: white;
  -webkit-box-shadow: 1px 2px 4px 1px rgba(180,180,180,1);
  -moz-box-shadow: 1px 2px 4px 1px rgba(180,180,180,1);
  box-shadow: 1px 2px 4px 1px rgba(180,180,180,1);
  padding: 10px;
}

.twitter-share-button {
  vertical-align: bottom;
}

.hide {
  display: none;
}

.mgt0{margin-top:0!important;}
.mgt5{margin-top:5px!important;}
.mgt10{margin-top:10px!important;}
.mgt15{margin-top:15px!important;}
.mgt20{margin-top:20px!important;}
.mgt25{margin-top:25px!important;}
.mgt30{margin-top:30px!important;}
.mgt40{margin-top:40px!important;}
.mgt45{margin-top:45px!important;}
.mgt50{margin-top:50px!important;}
.mgt60{margin-top:60px!important;}
.mgt70{margin-top:70px!important;}
.mgt80{margin-top:80px!important;}
.mgr5{margin-right:5px!important;}
.mgr10{margin-right:10px!important;}
.mgr20{margin-right:20px!important;}
.mgr30{margin-right:30px!important;}
.mgr40{margin-right:40px!important;}
.mgr50{margin-right:50px!important;}
.mgr60{margin-right:60px!important;}
.mgb0{margin-bottom:0!important;}
.mgb5{margin-bottom:5px!important;}
.mgb10{margin-bottom:10px!important;}
.mgb15{margin-bottom:15px!important;}
.mgb20{margin-bottom:20px!important;}
.mgb25{margin-bottom:25px!important;}
.mgb30{margin-bottom:30px!important;}
.mgb40{margin-bottom:40px!important;}
.mgb50{margin-bottom:50px!important;}
.mgb60{margin-bottom:60px!important;}
.mgb70{margin-bottom:70px!important;}
.mgb90{margin-bottom:90px!important;}
.mgl5{margin-left:5px!important;}
.mgl10{margin-left:10px!important;}
.mgl15{margin-left:15px!important;}
.mgl20{margin-left:20px!important;}
.mgl30{margin-left:30px!important;}
.mgl40{margin-left:40px!important;}
.mgl45{margin-left:45px!important;}
.mgl50{margin-left:50px!important;}
.mgl60{margin-left:60px!important;}
.pdt0{padding-top:0!important;}
.pdt5{padding-top:5px!important;}
.pdt10{padding-top:10px!important;}
.pdt15{padding-top:15px!important;}
.pdt20{padding-top:20px!important;}
.pdt30{padding-top:30px!important;}
.pdt40{padding-top:40px!important;}
.pdt50{padding-top:50px!important;}
.pdt60{padding-top:60px!important;}
.pdr10{padding-right:10px!important;}
.pdr20{padding-right:20px!important;}
.pdr30{padding-right:30px!important;}
.pdr40{padding-right:40px!important;}
.pdr50{padding-right:50px!important;}
.pdr60{padding-right:60px!important;}
.pdb10{padding-bottom:10px!important;}
.pdb20{padding-bottom:20px!important;}
.pdb30{padding-bottom:30px!important;}
.pdb40{padding-bottom:40px!important;}
.pdb50{padding-bottom:50px!important;}
.pdb60{padding-bottom:60px!important;}
.pdb70{padding-bottom:70px!important;}
.pdb80{padding-bottom:80px!important;}
.pdl0 {padding-left:0 !important;}
.pdl10{padding-left:10px!important;}
.pdl20{padding-left:20px!important;}
.pdl30{padding-left:30px!important;}
.pdl40{padding-left:40px!important;}
.pdl50{padding-left:50px!important;}
.pdl60{padding-left:60px!important;}

/* Small adjustment for social buttons */
iframe.line-it-button {
  margin-bottom: -5px;
}
.call-to-action {
  text-align: center;
}
.call-to-action .btn {
  position: relative;
  font-size: 14px;
  line-height: 30px;
  width: 500px;
  background-color: #ff408e;
  color: #FFFFFF;
  box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.4);
  border-radius: 6px;
}

.call-to-action .btn:hover {
  background-color: #FF73AC;
}

.call-to-action .btn .fa-pencil-square-o {
  font-size: 64px;
  margin-top: 4px;
}

.call-to-action .btn .btn-arrow {
  position: absolute;
  font-size: 28px;
  top: 25px;
  right: 30px;
}

.call-to-action .btn span {
  font-size: 26px;
}

.call-to-action .apply-inner {
  margin: 0 auto;
  width: 370px;
  padding-right: 30px;
}

p.campaign-text {
  font-size:24px;
  font-weight:bold;
}
.btn-pickup {
  position: relative;
  width: 220px;
  font-size: 18px;
  font-weight: normal;
  background: linear-gradient(#1ece91, #17c186) !important;
  color: #FFFFFF !important;
  box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.4) !important;
  border-radius: 6px;
}

.btn-arrow {
  position: absolute;
  font-size: 20px;
  top: 6px;
  right: 10px;
}

.btn-get-start {
  position: relative;
  width: 500px;
  font-size: 18px;
  font-weight: normal;
  background: linear-gradient(#1ece91, #17c186) !important;
  color: #FFFFFF !important;
  box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.4) !important;
  border-radius: 6px;
}

.btn-get-start .btn-arrow {
  position: absolute;
  font-size: 20px;
  top: 6px;
  right: 10px;
}

.btn.btn-main {
  position: relative;
  font-size: 14px;
  line-height: 30px;
  width: 500px;
  background-color: #ff408e;
  color: #FFFFFF;
  box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.4);
  border-radius: 6px;
}
.btn.btn-main:hover {
  text-decoration: none;
}

.btn.btn-main .btn-arrow {
  position: absolute;
  font-size: 28px;
  top: 12px;
  right: 30px;
}

.btn.btn-main span {
  font-size: 26px;
}

[v-cloak] {
  display: none;
}

/* float navi */
#float-navi {
  position: fixed;
  bottom: 40px;
  right: 10px;
  z-index: 2;
}

#float-navi .btn {
  float: left;
  font-size: 16px;
  background-color: #ff408e;
  color: #FFFFFF;
  padding: 18px 16px;
  /* box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.4); */
  border-radius: 6px;
  line-height: 1.4;
  font-weight: normal;
  margin-left: 15px;
}

#float-navi .btn:hover {
  text-decoration: none;
}

#float-navi .btn .fa-pencil-square-o {
  font-size: 34px;
  margin-top: 4px;
}

#float-navi .btn-pronunciation-check img {
  width: 35px;
}

#float-navi .btn-interactive-navi-modal-open {
  width: 98px;
  padding: 5px 16px 8px;
  line-height: 1.4;
}

#float-navi .btn-interactive-navi-modal-open img {
  width: 100px;
}

.detail-link-btn {
  text-align: center;
  color: #212121;
  font-size: 15px;
  line-height: 1.5;
  font-weight: normal;
  background: #FFFFFF;
  position: relative;
  width: 270px;
  padding: 8px 0;
  border-radius: 10px;
  border: 1px solid #000000;
}
