@import"https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600";

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

.remodal,
[data-remodal-id] {
  display: none;
}

.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  content: "";
}

.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  display: inline-block;
}

.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="3" /></filter></svg>#filter');
  filter: blur(3px);
}

.remodal-overlay {
  background: rgba(43, 46, 56, .9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}

.remodal-wrapper {
  padding: 10px 10px 0;
}

.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}

.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: color .2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, Helvetica CY, Nimbus Sans L, sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center;
}

.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  transition: background .2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-filter: blur(0);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
    filter: blur(0);
  }
}

@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-filter: blur(0);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
    filter: blur(0);
  }
}

@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  to {
    -webkit-transform: scale(.95);
    transform: scale(.95);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-filter: blur(0);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
    filter: blur(0);
  }
}

@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  to {
    -webkit-transform: scale(.95);
    transform: scale(.95);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-filter: blur(0);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
    filter: blur(0);
  }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  to {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  to {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

@media only screen and (min-width:641px) {
  .remodal {
    max-width: 700px;
  }
}

.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

@font-face {
  font-family: YakuHanJP;
  font-weight: 100;
  src: url(/wp-content/themes/speee_1.0.26/fonts/YakuHanJP/YakuHanJP-Thin.woff2) format('woff2'), url(/wp-content/themes/speee_1.0.26/fonts/YakuHanJP/YakuHanJP-Thin.woff) format('woff'), url(/wp-content/themes/speee_1.0.26/fonts/YakuHanJP/YakuHanJP-Thin.eot);
}

@font-face {
  font-family: YakuHanJP;
  font-weight: 200;
  src: url(/wp-content/themes/speee_1.0.26/fonts/YakuHanJP/YakuHanJP-Light.woff2) format('woff2'), url(/wp-content/themes/speee_1.0.26/fonts/YakuHanJP/YakuHanJP-Light.woff) format('woff'), url(/wp-content/themes/speee_1.0.26/fonts/YakuHanJP/YakuHanJP-Light.eot);
}

@font-face {
  font-family: YakuHanJP;
  font-weight: 300;
  src: url(/wp-content/themes/speee_1.0.26/fonts/YakuHanJP/YakuHanJP-DemiLight.woff2) format('woff2'), url(/wp-content/themes/speee_1.0.26/fonts/YakuHanJP/YakuHanJP-DemiLight.woff) format('woff'), url(/wp-content/themes/speee_1.0.26/fonts/YakuHanJP/YakuHanJP-DemiLight.eot);
}

@font-face {
  font-family: YakuHanJP;
  src: url(/wp-content/themes/speee_1.0.26/fonts/YakuHanJP/YakuHanJP-Regular.woff2) format('woff2'), url(/wp-content/themes/speee_1.0.26/fonts/YakuHanJP/YakuHanJP-Regular.woff) format('woff'), url(/wp-content/themes/speee_1.0.26/fonts/YakuHanJP/YakuHanJP-Regular.eot);
}

@font-face {
  font-family: YakuHanJP;
  font-weight: 500;
  src: url(/wp-content/themes/speee_1.0.26/fonts/YakuHanJP/YakuHanJP-Medium.woff2) format('woff2'), url(/wp-content/themes/speee_1.0.26/fonts/YakuHanJP/YakuHanJP-Medium.woff) format('woff'), url(/wp-content/themes/speee_1.0.26/fonts/YakuHanJP/YakuHanJP-Medium.eot);
}

@font-face {
  font-family: YakuHanJP;
  font-weight: 700;
  src: url(/wp-content/themes/speee_1.0.26/fonts/YakuHanJP/YakuHanJP-Bold.woff2) format('woff2'), url(/wp-content/themes/speee_1.0.26/fonts/YakuHanJP/YakuHanJP-Bold.woff) format('woff'), url(/wp-content/themes/speee_1.0.26/fonts/YakuHanJP/YakuHanJP-Bold.eot);
}

@font-face {
  font-family: YakuHanJP;
  font-weight: 900;
  src: url(/wp-content/themes/speee_1.0.26/fonts/YakuHanJP/YakuHanJP-Black.woff2) format('woff2'), url(/wp-content/themes/speee_1.0.26/fonts/YakuHanJP/YakuHanJP-Black.woff) format('woff'), url(/wp-content/themes/speee_1.0.26/fonts/YakuHanJP/YakuHanJP-Black.eot);
}

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,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

body {
  line-height: 1;
  color: #000;
  background: #fff;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}

caption,
th,
td {
  text-align: left;
  font-weight: 400;
  vertical-align: middle;
}

a img {
  border: none;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]),
[hidden] {
  display: none;
}

img,
button,
a,
a:hover {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

audio:not([controls]) {
  display: none;
}

b,
strong {
  font-weight: bolder;
}

button {
  -webkit-appearance: button;
  overflow: visible;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

button,
select {
  text-transform: none;
}

details {
  display: block;
}

hr {
  overflow: visible;
}

html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

input {
  -webkit-border-radius: 0;
}

input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
}

input[type=number] {
  width: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

main {
  display: block;
}

pre {
  overflow: auto;
}

progress {
  display: inline-block;
}

summary {
  display: block;
}

svg:not(:root) {
  overflow: hidden;
}

template {
  display: none;
}

textarea {
  overflow: auto;
}

[hidden] {
  display: none;
}

*,
:before,
:after {
  box-sizing: inherit;
}

* {
  font-size: inherit;
  line-height: inherit;
}

:before,
:after {
  text-decoration: inherit;
  vertical-align: inherit;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

* {
  margin: 0;
  padding: 0;
}

*,
:before,
:after {
  border-style: solid;
  border-width: 0;
}

a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

svg {
  fill: currentColor;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

[hidden][aria-hidden=false] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden=false]:focus {
  clip: auto;
}

* {
  background-repeat: no-repeat;
}

:root {
  background-color: #fff;
  box-sizing: border-box;
  color: #000;
  cursor: default;
  font: 100%/1.5 sans-serif;
}

a {
  text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit;
}

button,
[type=button],
[type=date],
[type=datetime],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=password],
[type=reset],
[type=search],
[type=submit],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
select,
textarea {
  min-height: 1.5em;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

nav ol,
nav ul {
  list-style: none;
}

small {
  font-size: 75%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

textarea {
  resize: vertical;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #fff;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #fff;
  text-shadow: none;
}

html body,
body * {
  font-family: YakuHanJP, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "游ゴシック", Yu Gothic, Meiryo UI, Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}

html,
body,
:root {
  color: #293540;
  background: #fff;
  font-family: Hiragino Kaku Gothic ProN, "メイリオ", sans-serif;
  -webkit-font-smoothing: antialiased;
}

html.pc {
  font-size: 14px;
}

html.pc body {
  min-width: 960px;
}

html.pc .is_sp {
  display: none;
}

html.pc #stickybefore {
  min-height: calc(100vh - 75px);
}

html.mobile {
  font-size: 28px;
  visibility: hidden;
}

html.mobile .is_pc {
  display: none;
}

html a {
  color: #026bb2;
}

#landscape {
  z-index: 50000;
}

.remodal-wrapper {
  z-index: 21000;
}

.remodal-overlay {
  z-index: 20000;
}

#container.hendo .hendo {
  z-index: 15050;
}

#container #ticker {
  z-index: 16500;
}

#header .header__logo {
  z-index: 16600;
}

#header .globalNav .globalNavi__btn {
  z-index: 16000;
}

#header .globalNav .globalNav__content {
  z-index: 15500;
}

#header,
#header .globalNav {
  z-index: 15000;
}

canvas#start-dialog {
  z-index: 10000;
}

#container.joined .tweet__badge {
  z-index: 9000;
}

#main:after {
  z-index: 200;
}

#result-movie {
  z-index: 100;
}

#container.standby .standby,
#container.lottery .lottery,
#container.published_ticket .published_ticket,
#container.no_ticket .no_ticket {
  z-index: 50;
}

#container .p-mainvisual__scrolldown {
  z-index: 10;
}

.c-title-txt {
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  font-size: 42px;
  text-align: center;
  padding-top: 77px;
  padding-bottom: 31px;
  border-bottom: 2px solid #026bb2;
  background-color: #fff;
}

.mobile .c-title-txt {
  font-size: 58px;
  padding-top: 70px;
  padding-bottom: 27px;
  border-bottom: 3px solid #026bb2;
}

.c-main-button {
  width: 208px;
  height: 64px;
  border: 1px solid rgba(41, 53, 64, .49);
  background-color: rgba(255, 255, 255, .3);
  border-radius: 6px;
  display: block;
  text-align: center;
  cursor: pointer;
  margin: auto;
  transition: all 300ms 0s ease;
}

.c-main-button:hover {
  background-color: rgba(255, 255, 255, .5);
}

.c-main-button span {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: .04em;
  line-height: 64px;
  color: #293540;
}

.c-main-button.white {
  border-color: rgba(255, 255, 255, .7);
  background-color: rgba(255, 255, 255, 0);
}

.c-main-button.white:hover {
  background-color: rgba(255, 255, 255, .15);
}

.c-main-button.white span {
  color: #fff;
}

.mobile .c-main-button {
  width: 248px;
  height: 94px;
  border-radius: 10px;
}

.mobile .c-main-button span {
  font-size: 21px;
  line-height: 94px;
}

.c-button-movie span {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 22px;
  letter-spacing: .04em;
  color: #fff;
  position: relative;
  display: inline-block;
}

.c-button-movie span:after {
  content: '';
  display: block;
  background: url(/wp-content/themes/speee_1.0.26/images/common/icon_play.png) no-repeat;
  width: 71px;
  height: 71px;
  position: absolute;
  top: 35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.c-button-movie span:hover:after {
  background: url(/wp-content/themes/speee_1.0.26/images/common/icon_play_on.png) no-repeat;
}

html.mobile .c-button-movie span {
  font-size: 28px;
  letter-spacing: 0;
}

html.mobile .c-button-movie span:after {
  background: url(/wp-content/themes/speee_1.0.26/images/common/sp/icon_play.png) no-repeat;
  width: 100px;
  height: 100px;
  top: 48px;
}

.c-centering {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.c-centering-v {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-centering-h {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.c-service-link {
  width: 100%;
  padding: 50px 0;
  background-color: #fff;
  border-top: 1px solid #ccc;
}

.c-service-link__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  display: flex;
  width: 990px;
  margin: 0 auto;
}

.c-service-link__list__item {
  display: block;
  width: 265px;
  margin: 0 7.5px;
}

.c-service-link__list__item__ttl {
  border: 1px solid #ccc;
  width: 265px;
  padding: 15px 0;
  text-align: center;
  font-size: 14px;
  margin-bottom: 14px;
}

.c-service-link__list__item__link {
  display: block;
  position: relative;
  margin-top: 14px;
  color: gray;
  font-size: 12px;
  text-decoration: underline;
  text-indent: 5px;
}

.c-service-link__list__item.item1 {
  position: relative;
  width: 165px;
}

.c-service-link__list__item.item1:after {
  content: "";
  display: block;
  width: 8px;
  height: 15px;
  position: absolute;
  top: 14px;
  right: 25px;
  background: url(/wp-content/themes/speee_1.0.26/images/service/service_nav_arrow.png) center center no-repeat;
}

.mobile .c-service-link {
  width: 100%;
  padding: 0 0 120px;
  background-color: #fff;
  border-top: none;
}

.mobile .c-service-link__list {
  display: block;
  width: 100%;
  margin: 0 auto;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.mobile .c-service-link__list__item {
  display: block;
  width: 100%;
  margin: 0;
}

.mobile .c-service-link__list__item__ttl {
  width: 100%;
  border-top: 1px solid #ccc;
  border-left: none;
  border-right: none;
  border-bottom: none;
  padding: 9px 0;
  text-align: left;
  font-size: 18px;
  margin-bottom: 0;
  text-indent: 40px;
}

.mobile .c-service-link__list__item__link {
  display: block;
  position: relative;
  margin-top: 0;
  color: #000;
  font-size: 24px;
  text-decoration: none;
  padding: 33px 0;
  text-indent: 60px;
  border-top: 1px solid #ccc;
}

.mobile .c-service-link__list__item__link:before {
  content: "";
  display: block;
  width: 10px;
  height: 19px;
  background: url(/wp-content/themes/speee_1.0.26/images/service/sp_service_nav_arrow.png) center center no-repeat;
  position: absolute;
  top: 38px;
  left: 40px;
}

.mobile .c-service-link__list__item.item1 {
  position: relative;
  width: 100%;
}

.mobile .c-service-link__list__item.item1:after {
  content: "";
  display: none;
}

.mobile .c-service-link__list__item.item1 .c-service-link__list__item__link {
  padding: 39px 0;
}

.mobile .c-service-link__list__item.item1 .c-service-link__list__item__link:before {
  top: 44px;
}

.mobile .c-service-link__list__item.item4 a:last-child {
  border-bottom: 1px solid #ccc;
}

.p-content__wrapper {
  width: 880px;
  margin: auto;
}

.p-content1 {
  width: 100%;
  padding: 55px 0 73px;
  background: url(/wp-content/themes/speee_1.0.26/images/service/sumai-step/bg.jpg) center center no-repeat;
  background-size: cover;
}

.p-content1__ttl {
  width: 362px;
  height: 43px;
  background: url(/wp-content/themes/speee_1.0.26/images/service/sumai-step/logo_service.png) center center no-repeat;
  background-size: 362px 43px;
  margin: auto;
  text-indent: -9999px;
}

.p-content1__catch {
  font-size: 20px;
  text-align: center;
  margin-top: 40px;
}

.p-content1__img {
  width: 880px;
  height: 383px;
  background: url(/wp-content/themes/speee_1.0.26/images/service/sumai-step/service_img.png) center center no-repeat;
  background-size: 880px 383px;
  margin: auto;
  text-indent: -9999px;
  margin-top: 50px;
}

.p-content1__read {
  font-size: 20px;
  text-align: center;
  margin-top: 40px;
  line-height: 180%;
}

.p-content2 {
  width: 100%;
  background-color: #f4f4f4;
  padding: 70px 0 75px;
}

.p-content2__ttl {
  font-size: 26px;
  text-align: center;
  line-height: 160%;
}

.p-content2__read {
  margin-top: 47px;
  font-size: 16px;
  line-height: 195%;
}

.p-content3 {
  width: 100%;
  background-color: #fff;
  padding: 65px 0 70px;
}

.p-content3__ttl {
  font-size: 26px;
  text-align: center;
  line-height: 180%;
}

.p-content3__img {
  width: 880px;
  height: 485px;
  background: url(/wp-content/themes/speee_1.0.26/images/service/sumai-step/service_outline.png) center center no-repeat;
  background-size: 880px 485px;
  margin: auto;
  text-indent: -9999px;
  margin-top: 50px;
}

.p-content3__read {
  margin-top: 55px;
  font-size: 16px;
  line-height: 195%;
}

.p-content4 {
  width: 100%;
  background-color: #fff;
  padding: 60px 0 65px;
  border-top: 1px solid #ccc;
}

.p-content4__ttl {
  width: 241px;
  height: 29px;
  background: url(/wp-content/themes/speee_1.0.26/images/service/sumai-step/logo_service.png) center center no-repeat;
  background-size: 241px 29px;
  margin: auto;
  text-indent: -9999px;
}

.p-content4 a {
  display: block;
  font-size: 18px;
  color: #026bb2;
  text-align: center;
  text-decoration: underline;
  margin: 21px auto 0;
}

.p-content4 a:after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 20px;
  background: url(/wp-content/themes/speee_1.0.26/images/common/icon_newwin.png) center center no-repeat;
  background-size: cover;
  margin-left: 12px;
}

.mobile .p-content__wrapper {
  width: 630px;
}

.mobile .p-content1 {
  padding: 70px 0;
  background: url(/wp-content/themes/speee_1.0.26/images/service/sumai-step/sp_bg.jpg) center center no-repeat;
  background-size: cover;
}

.mobile .p-content1__ttl {
  width: 362px;
  height: 43px;
  background: url(/wp-content/themes/speee_1.0.26/images/service/sumai-step/logo_service.png) center center no-repeat;
  background-size: 362px 43px;
  margin: auto;
  text-indent: -9999px;
}

.mobile .p-content1__catch {
  font-size: 26px;
  margin-top: 30px;
  line-height: 150%;
}

.mobile .p-content1__img {
  width: 672px;
  height: 294px;
  background: url(/wp-content/themes/speee_1.0.26/images/service/sumai-step/service_img.png) center center no-repeat;
  background-size: 672px 294px;
  margin-top: 60px;
}

.mobile .p-content1__read {
  font-size: 26px;
  margin-top: 25px;
}

.mobile .p-content2 {
  padding: 80px 0 90px;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}

.mobile .p-content2__ttl {
  font-size: 34px;
}

.mobile .p-content2__read {
  margin-top: 45px;
  font-size: 26px;
  line-height: 185%;
}

.mobile .p-content3 {
  padding: 80px 0 90px;
}

.mobile .p-content3__ttl {
  font-size: 32px;
}

.mobile .p-content3__img {
  width: 750px;
  height: 347px;
  background: url(/wp-content/themes/speee_1.0.26/images/service/sumai-step/service_outline.png) center center no-repeat;
  background-size: 630px 347px;
  margin-top: 50px;
  margin-left: -60px;
}

.mobile .p-content3__read {
  margin-top: 50px;
  font-size: 26px;
  line-height: 185%;
}

.mobile .p-content4 {
  width: 100%;
  background-color: #fff;
  padding: 60px 0 66px;
  border-top: 1px solid #ccc;
}

.mobile .p-content4__ttl {
  width: 241px;
  height: 29px;
  background: url(/wp-content/themes/speee_1.0.26/images/service/sumai-step/logo_service.png) center center no-repeat;
  background-size: 241px 29px;
}

.mobile .p-content4 a {
  display: block;
  font-size: 24px;
  color: #026bb2;
  text-align: center;
  text-decoration: underline;
  margin: 30px auto 0;
}

.mobile .p-content4 a:after {
  content: "";
  display: inline-block;
  width: 33px;
  height: 24px;
  background: url(/wp-content/themes/speee_1.0.26/images/common/sp_icon_newwin.png) center center no-repeat;
  margin-left: 7px;
}
