@charset "UTF-8";
@import url("/chat/css/chat_multilingual.css");

/* ==========================================================================
 Foundation
========================================================================== */
.l-nav .l-nav_unit,
.l-navAccord,
.c-grid,
.p-step,
.p-anchor,
.clearfix {
  *zoom: 1;
}

.l-nav .l-nav_unit:after,
.l-navAccord:after,
.c-grid:after,
.p-step:after,
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

/* ==========================================================================
 Reset
========================================================================== */
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,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
mark {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  font-size: 100%;
  font-style: normal;
  margin: 0;
  outline: 0 none;
  padding: 0;
  vertical-align: baseline;
  color: inherit;
  font-weight: normal;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

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

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

q,
blockquote {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}

:focus {
  outline: 0 none;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

picture {
  line-height: 1;
}

img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
div {
  word-wrap: break-word;
}

.l-wrapper button,
.l-wrapper input,
.l-wrapper textarea,
.l-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  margin: 0;
  border: none;
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  background-color: transparent;
  display: block;
}

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

/* ==========================================================================
 Base
========================================================================== */
html {
  overflow-y: scroll;
  font-size: 0.625em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.5;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  font-size: 1.2rem;
  font-weight: 400;
  color: #333;
}

.l-wrapper label input {
  display: none;
}

img {
  vertical-align: top;
  max-width: 100%;
  width: auto;
  height: auto;
}

.l-wrapper a {
  -webkit-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
  color: #0075c1;
}

.l-wrapper a:link,
.l-wrapper a:visited {
  text-decoration: none;
}

.l-wrapper a:active,
.l-wrapper a:hover {
  opacity: 0.8;
}

sup,
sub {
  font-size: 0.6em;
}

sup {
  vertical-align: top;
}

sub {
  vertical-align: bottom;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
  color: #a0a0a0;
}

/* Firefox 18- */
:-moz-placeholder {
  color: #a0a0a0;
}

/* Firefox 19+ */
::-moz-placeholder {
  color: #a0a0a0;
}

/* IE 10+ */
:-ms-input-placeholder {
  color: #a0a0a0;
}

:placeholder-shown {
  color: #a0a0a0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.is-hide {
  display: none;
}

@media screen and (min-width: 769px) {
  .is-hidePC {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .is-hideSP {
    display: none;
  }

  .tabNews {
    justify-content: space-between;

  }

}

/* ==========================================================================
 Layout
========================================================================== */
/* ==========================================================================
 Wrapper
========================================================================== */
.l-wrapper {
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .l-wrapperAll.is-fixhide {
    position: fixed;
    overflow: hidden;
    left: 0;
    right: 0;
  }

  .l-wrapper {
    min-width: 0;
  }
}

/* ==========================================================================
 Header
========================================================================== */
.l-header {
  height: 91px;
}

.l-header .l-header_inner {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .l-header {
    height: 51px !important;
  }
}

/* ==========================================================================
 Nav
========================================================================== */
.l-nav {
  width: 100%;
  min-width: 960px;
  border-bottom: 1px solid #b5b5b5;
  position: relative;
}

.l-nav .l-nav_inner {
  max-width: 1200px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding: 0 15px;
  display: -webkit-box;
  display: box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-nav .l-nav_logo {
  width: 262px;
  -webkit-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 262px;
  -ms-flex: 0 0 262px;
  flex: 0 0 262px;
  max-width: 262px;
}

.l-nav .l-nav_logo a:hover {
  opacity: 1;
}

.l-nav .l-nav_box {
  width: auto;
  -webkit-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.l-nav .l-nav_unit {
  padding-top: 5px;
}

.l-nav .l-nav_list {
  padding: 0 1px;
  margin-bottom: 5px;
  float: left;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin-left: -1px;
}

.l-nav .l-nav_link {
  font-size: 1.4rem;
  color: #222;
  display: block;
  padding: 0px 10px;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.l-nav .l-nav_link.is-current {
  color: #fff;
  background-color: #01a32b;
}

.l-nav .l-nav_link.is-current:hover {
  opacity: 1;
  text-decoration: none;
}

.l-nav .l-nav_menu {
  height: 90px;
  width: 230px;
  -webkit-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 230px;
  -ms-flex: 0 0 230px;
  flex: 0 0 230px;
  display: -webkit-box;
  display: box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.l-nav .l-nav_lang {
  width: 180px;
  -webkit-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 180px;
  -ms-flex: 1 1 180px;
  flex: 1 1 180px;
  display: -webkit-box;
  display: box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 180px;
  padding-left: 20px;
  background-color: #01a32b;
}

.l-nav .l-nav_btn {
  width: 50px;
  -webkit-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 50px;
  -ms-flex: 1 1 50px;
  flex: 1 1 50px;
  display: -webkit-box;
  display: box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #000;
}

.l-nav .l-nav_accord {
  position: absolute;
  left: 0;
  right: 0;
  top: 91px;
  z-index: 15;
  margin: auto;
  background-color: #e3e3de;
  -webkit-box-shadow: 0 5px 16px rgba(0, 0, 0, 0.09);
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.09);
  max-height: -webkit-calc(100vh - 90px);
  max-height: calc(100vh - 90px);
  overflow-y: auto;
}

.l-nav .l-nav_accord_ttl {
  display: none;
}

.l-navLang {
  cursor: pointer;
}

.l-navLang .l-navLang_ttl {
  color: #000;
  font-size: 1.6rem;
  font-weight: bold;
  display: -webkit-box;
  display: box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-navLang .l-navLang_ttl_icon.-close {
  display: none;
}

.l-navLang .l-navLang_txt {
  padding-left: 40px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: normal;
}

.l-navAccord {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 33px;
}

.l-navAccord .l-navAccord_lang {
  float: left;
  width: 25%;
  padding: 0 17px 10px;
  font-size: 1.8rem;
}

.l-navAccord .l-navAccord_link {
  display: block;
  border: 2px solid #fff;
  text-align: center;
  color: #01a32b;
  padding: 8px 5px;
  background-color: rgba(1, 163, 43, 0);
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.l-navAccord .l-navAccord_link.is-current {
  color: #fff;
  border-color: #01a32b;
  background-color: #01a32b;
}

.l-navUnit {
  max-width: 1200px;
  width: 100%;
  padding: 0 50px;
  margin: 30px auto;
  color: #222222;
  display: -webkit-box;
  display: box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.l-navUnit.-spOnly {
  display: none;
}

.l-navUnit .l-navUnit_ttl {
  width: 260px;
  -webkit-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 260px;
  -ms-flex: 0 0 260px;
  flex: 0 0 260px;
  font-size: 2rem;
}

.l-navUnit .l-navUnit_ttl a {
  color: inherit;
}

.l-navUnit .l-navUnit_body {
  width: auto;
  -webkit-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  border-left: 1px solid #b6b6b2;
  padding-left: 20px;
  margin-left: 20px;
}

.l-navUnit .l-navUnit_body:empty {
  border-left-color: transparent;
}

.l-navUnit .l-navUnit_body_list {
  margin-top: 15px;
}

.l-navUnit .l-navUnit_body_list:first-child {
  margin-top: 0;
}

.l-navUnit .l-navUnit_body_ttl {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 5px;
}

.l-navLink {
  font-size: 1.6rem;
}

.l-navLink .l-navLink_list {
  display: inline-block;
  margin: 2px 25px 2px 0;
}

.l-navLink .l-navLink_list.-spOnly {
  display: none;
}

.l-navLink .l-navLink_link {
  color: inherit;
}

@media screen and (max-width: 1200px) {
  .l-nav .l-nav_logo {
    width: 200px;
    -webkit-flex-basis: 200px;
    -ms-flex-preferred-size: 200px;
    flex-basis: 200px;
    max-width: 200px;
    padding-right: 20px;
  }

  .l-nav .l-nav_link {
    font-size: 1.2rem;
    padding: 2px 6px;
  }

  .l-nav .l-nav_menu {
    width: 200px;
    -webkit-flex-basis: 200px;
    -ms-flex-preferred-size: 200px;
    flex-basis: 200px;
  }

  .l-nav .l-nav_lang {
    width: 160px;
    -webkit-flex-basis: 160px;
    -ms-flex-preferred-size: 160px;
    flex-basis: 160px;
    max-width: 160px;
    padding-left: 10px;
  }

  .l-nav .l-nav_btn {
    width: 40px;
    -webkit-flex-basis: 40px;
    -ms-flex-preferred-size: 40px;
    flex-basis: 40px;
  }
}

@media screen and (max-width: 768px) {
  .l-nav {
    min-width: 0;
  }

  .l-nav .l-nav_inner {
    max-width: none;
    padding: 0 0 0 15px;
    position: relative;
    z-index: 20;
    background-color: #fff;
  }

  .l-nav .l-nav_logo {
    width: 140px;
    -webkit-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 140px;
    -ms-flex: 0 0 140px;
    flex: 0 0 140px;
    max-width: 140px;
  }

  .l-nav .l-nav_box {
    width: auto;
    -webkit-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .l-nav .l-nav_unit {
    display: none;
  }

  .l-nav .l-nav_menu {
    height: 50px;
    width: auto;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .l-nav .l-nav_lang {
    width: auto;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    max-width: none;
    padding-left: 10px;
    padding-right: 10px;
  }

  .l-nav .l-nav_btn {
    width: 50px;
    -webkit-flex-basis: 50px;
    -ms-flex-preferred-size: 50px;
    flex-basis: 50px;
    max-width: 50px;
  }

  .l-nav .l-nav_accord {
    top: 51px;
    max-height: -webkit-calc(100vh - 51px);
    max-height: calc(100vh - 51px);
  }

  .l-nav .l-nav_accord_ttl {
    display: block;
    font-size: 2rem;
    color: #01a32b;
    padding: 15px 5px 10px;
    border-bottom: 1px solid #888885;
    text-align: center;
  }

  .l-navLang .l-navLang_ttl {
    position: relative;
    font-size: 1.4rem;
  }

  .l-navLang .l-navLang_ttl_icon {
    display: none;
  }

  .l-navLang .l-navLang_txt {
    padding-left: 0;
    font-size: 1.2rem;
  }

  .l-navAccord {
    padding: 0;
  }

  .l-navAccord .l-navAccord_lang {
    float: none;
    width: auto;
    padding: 0;
    font-size: 1.4rem;
  }

  .l-navAccord .l-navAccord_link {
    border-color: #888885;
    border-width: 0 0 1px;
    color: #222;
    padding: 8px 5px;
  }

  .l-navAccord .l-navAccord_link.is-current {
    color: #fff;
  }

  .l-navUnit {
    margin: 0;
    padding: 10px 0 0;
    display: block;
    border-bottom: 1px solid #888885;
  }

  .l-navUnit.-spOnly {
    display: block;
  }

  .l-navUnit:first-of-type {
    padding-top: 10px;
  }

  .l-navUnit:last-of-type {
    padding-bottom: 10px;
  }

  .l-navUnit .l-navUnit_ttl {
    width: auto;
    font-weight: bold;
    font-size: 1.6rem;
    margin-bottom: 5px;
  }

  .l-navUnit .l-navUnit_ttl a {
    padding: 5px 50px 5px 20px;
    display: block;
    color: inherit;
  }

  .l-navUnit .l-navUnit_ttl a.is-current {
    -webkit-box-shadow: inset 8px 0 0 #01a32b;
    box-shadow: inset 8px 0 0 #01a32b;
  }

  .l-navUnit .l-navUnit_ttl a:hover {
    opacity: 1;
    text-decoration: none !important;
  }

  .l-navUnit.is-open .l-navUnit_ttl a {
    background: url(/soukin/shared/image/common/icon/icon_arw_t-glay.png) 94% center no-repeat;
    background-position: -webkit-calc(100% - 20px);
    background-position: calc(100% - 20px);
    background-size: 22px auto;
  }

  .l-navUnit.is-close .l-navUnit_ttl a {
    background: url(/soukin/shared/image/common/icon/icon_arw_b-glay.png) 94% center no-repeat;
    background-position: -webkit-calc(100% - 20px);
    background-position: calc(100% - 20px);
    background-size: 22px auto;
  }

  .l-navUnit .l-navUnit_body {
    border-left-width: 0;
    margin-left: 0;
    padding: 0 20px;
  }

  .l-navUnit .l-navUnit_body_list {
    margin-top: 0;
  }

  .l-navUnit .l-navUnit_body_list:first-child {
    margin-top: 0;
  }

  .l-navUnit .l-navUnit_body_ttl {
    font-size: 1.4rem;
  }

  .l-navLink {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }

  .l-navLink .l-navLink_list {
    display: block;
    margin: 0;
    padding: 5px 4px;
    border-bottom: 1px solid #b6b6b2;
  }

  .l-navLink .l-navLink_list.-spOnly {
    display: block;
  }

  .l-navLink .l-navLink_list:last-of-type {
    border-bottom-width: 0;
  }

  .l-navLink .l-navLink_link {
    color: inherit;
  }
}

/* ==========================================================================
 Main
========================================================================== */
/* ==========================================================================
 Aside
========================================================================== */
/* ==========================================================================
 Footer
========================================================================== */
/* ==========================================================================
 Object
========================================================================== */
/* -----------------------------------------------------------------
 Component
----------------------------------------------------------------- */
.c-br {
  white-space: nowrap;
  display: inline-block;
}

.c-btn,
.c-btn:link,
.c-btn:visited {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: -webkit-box;
  display: box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  box-direction: normal;
  /*
			古いandroid標準ブラウザにて改行をするために、
			一旦flexを打ち消す。
			最新ブラウザ用に再度flexを記述。
		*/
  display: block;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  text-align: center;
  width: 100%;
  cursor: pointer;
  color: #01a32b;
  padding: 5px 15px;
  height: 90px;
  border-radius: 100px;
  font-size: 2rem;
  line-height: 1.2;
  background-color: #fff;
  border: 4px solid #01a32b;
  -webkit-transition: color 0.1s linear, background-color 0.1s linear,
    border-color 0.1s linear, opacity 0.1s linear;
  -o-transition: color 0.1s linear, background-color 0.1s linear,
    border-color 0.1s linear, opacity 0.1s linear;
  transition: color 0.1s linear, background-color 0.1s linear,
    border-color 0.1s linear, opacity 0.1s linear;
  /*20180820追加*/
  /*20180820ここから編集*/
  /*20180820ここまで編集*/
}

.c-btn.is-active,
.c-btn:hover,
.c-btn:link.is-active,
.c-btn:link:hover,
.c-btn:visited.is-active,
.c-btn:visited:hover {
  background-color: #01a32b;
  border-color: #01a32b;
  color: #fff;
  text-decoration: none !important;
}

.c-btn.small,
.c-btn:link.small,
.c-btn:visited.small {
  border: 2px solid #01a32b;
  height: 45px;
}

.c-btn[target="_blank"],
.c-btn:link[target="_blank"],
.c-btn:visited[target="_blank"] {
  position: relative;
  padding-right: 35px;
}

.c-btn[target="_blank"]::after,
.c-btn:link[target="_blank"]::after,
.c-btn:visited[target="_blank"]::after {
  content: "";
  background: url(/soukin/shared/image/common/icon/icon_blank-green.png) left top no-repeat;
  background-size: contain;
  width: 13px;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.c-btn[target="_blank"].is-active::after,
.c-btn[target="_blank"]:hover::after,
.c-btn:link[target="_blank"].is-active::after,
.c-btn:link[target="_blank"]:hover::after,
.c-btn:visited[target="_blank"].is-active::after,
.c-btn:visited[target="_blank"]:hover::after {
  background-image: url(/soukin/shared/image/common/icon/icon_blank.png);
}

.c-btn[target="_blank"][class*=" -"]::after,
.c-btn:link[target="_blank"][class*=" -"]::after,
.c-btn:visited[target="_blank"][class*=" -"]::after {
  display: none;
}

.c-btn.-movie,
.c-btn:link.-movie,
.c-btn:visited.-movie {
  position: relative;
  padding-left: 50px;
  background: url(/soukin/shared/image/common/icon/icon_movie.png) 10px center no-repeat;
  background-size: 40px auto;
}

.c-btn.-movie.is-active,
.c-btn.-movie:hover,
.c-btn:link.-movie.is-active,
.c-btn:link.-movie:hover,
.c-btn:visited.-movie.is-active,
.c-btn:visited.-movie:hover {
  background-color: #01a32b;
  background-image: url(/soukin/shared/image/common/icon/icon_movie_white.png);
}

.c-btn.-btm,
.c-btn:link.-btm,
.c-btn:visited.-btm {
  -webkit-box-pack: end;
  box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.c-btn.-bdr,
.c-btn:link.-bdr,
.c-btn:visited.-bdr {
  padding: 5px 5px 5px 20px;
  border-radius: 8px;
  border-color: #b5b5b5;
  text-align: left;
}

.c-btn.-bdr.is-active,
.c-btn.-bdr:hover,
.c-btn:link.-bdr.is-active,
.c-btn:link.-bdr:hover,
.c-btn:visited.-bdr.is-active,
.c-btn:visited.-bdr:hover {
  background-color: inherit;
  border-color: #01a32b;
  color: #01a32b;
}

.c-btn.-bdrS,
.c-btn:link.-bdrS,
.c-btn:visited.-bdrS {
  border: 2px solid #b5b5b5;
  color: #666;
  padding: 5px;
  height: auto;
  border-radius: 0;
  font-size: 1.4rem;
}

.c-btn.-bdrS:hover,
.c-btn:link.-bdrS:hover,
.c-btn:visited.-bdrS:hover {
  background-color: #b5b5b5;
  color: #fff;
}

.c-btn.-fill,
.c-btn:link.-fill,
.c-btn:visited.-fill {
  min-height: 88px;
  height: auto;
  background-color: #01a32b;
  border-radius: 0;
  border-color: #01a32b;
  font-size: 1.8rem;
  color: #000;
  padding: 4px 0;
  line-height: 1.4;
  -webkit-transition: color 0.2s linear, background-color 0.2s linear,
    border-color 0.2s linear;
  -o-transition: color 0.2s linear, background-color 0.2s linear,
    border-color 0.2s linear;
  transition: color 0.2s linear, background-color 0.2s linear,
    border-color 0.2s linear;
}

.c-btn.-fill.is-active,
.c-btn.-fill:hover,
.c-btn:link.-fill.is-active,
.c-btn:link.-fill:hover,
.c-btn:visited.-fill.is-active,
.c-btn:visited.-fill:hover {
  color: #000;
}

.c-btn.-fill.is-disabled,
.c-btn:link.-fill.is-disabled,
.c-btn:visited.-fill.is-disabled {
  pointer-events: none;
  background-color: #b5b5b5;
  border-color: #b5b5b5;
  color: #fff;
}

.c-btn.-wu,
.c-btn:link.-wu,
.c-btn:visited.-wu {
  border-color: #f08200;
  color: #f08200;
  border-radius: 8px;
  font-size: 1.4rem;
  padding: 10px 5px;
  height: auto;
  text-align: left;
}

.c-btn.-wu:hover,
.c-btn:link.-wu:hover,
.c-btn:visited.-wu:hover {
  background-color: #fff;
}

.c-btn.-bdo,
.c-btn:link.-bdo,
.c-btn:visited.-bdo {
  border-color: #3491e0;
  color: #3491e0;
  border-radius: 8px;
  font-size: 1.4rem;
  padding: 10px 5px;
  height: auto;
  text-align: left;
}

.c-btn.-bdo:hover,
.c-btn:link.-bdo:hover,
.c-btn:visited.-bdo:hover {
  background-color: #fff;
}

.c-btn.-orange,
.c-btn:link.-orange,
.c-btn:visited.-orange {
  border-color: #f84c11;
  color: #f84c11;
  padding: 10px;
  height: auto;
}

.c-btn.-orange:hover,
.c-btn:link.-orange:hover,
.c-btn:visited.-orange:hover {
  background-color: #fff;
}

.c-btn .c-btn_small,
.c-btn:link .c-btn_small,
.c-btn:visited .c-btn_small {
  width: 100%;
  -webkit-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  font-size: 1.6rem;
}

.c-btn .c-btn_doubleSmall,
.c-btn:link .c-btn_doubleSmall,
.c-btn:visited .c-btn_doubleSmall {
  width: 100%;
  -webkit-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  font-size: 1.5rem;
}

.c-btn .c-btn_weak,
.c-btn:link .c-btn_weak,
.c-btn:visited .c-btn_weak {
  width: 100%;
  -webkit-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  font-size: 1.2rem;
}

/*20180329ここから編集*/
.c-btn_off {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: -webkit-box;
  display: box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  box-direction: normal;
  /*
			古いandroid標準ブラウザにて改行をするために、
			一旦flexを打ち消す。
			最新ブラウザ用に再度flexを記述。
		*/
  display: block;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  text-align: center;
  width: 100%;
  color: #fff;
  padding: 5px 15px;
  height: 90px;
  border-radius: 100px;
  font-size: 2rem;
  line-height: 1.2;
  border: 4px solid #969590;
  -webkit-transition: color 0.1s linear, background-color 0.1s linear,
    border-color 0.1s linear, opacity 0.1s linear;
  -o-transition: color 0.1s linear, background-color 0.1s linear,
    border-color 0.1s linear, opacity 0.1s linear;
  transition: color 0.1s linear, background-color 0.1s linear,
    border-color 0.1s linear, opacity 0.1s linear;
  background-color: #b5b5b5;
}

/*20180329ここまで編集*/
@media screen and (max-width: 768px) {

  .c-btn,
  .c-btn:link,
  .c-btn:visited {
    padding: 3px 10px;
    height: 65px;
    font-size: 1.6rem;
    border-width: 3px;
    line-height: 1.1;
    /*20180820追加*/
  }

  .c-btn[target="_blank"],
  .c-btn:link[target="_blank"],
  .c-btn:visited[target="_blank"] {
    padding-right: 25px;
    padding-left: 25px;
    /*20180329追加*/
  }

  .c-btn[target="_blank"]::after,
  .c-btn:link[target="_blank"]::after,
  .c-btn:visited[target="_blank"]::after {
    width: 10px;
    height: 9px;
    right: 12px;
  }

  .c-btn[target="_blank"].small,
  .c-btn:link[target="_blank"].small,
  .c-btn:visited[target="_blank"].small {
    height: 40px;
  }

  .c-btn.-movie,
  .c-btn:link.-movie,
  .c-btn:visited.-movie {
    padding-left: 25px;
    background-position: 5px center;
    background-size: 20px auto;
  }

  .c-btn.-movie.is-active,
  .c-btn.-movie:hover,
  .c-btn:link.-movie.is-active,
  .c-btn:link.-movie:hover,
  .c-btn:visited.-movie.is-active,
  .c-btn:visited.-movie:hover {
    background-color: #01a32b;
  }

  .c-btn.-bdr,
  .c-btn:link.-bdr,
  .c-btn:visited.-bdr {
    padding: 3px 3px 3px 10px;
    border-radius: 4px;
    font-size: 1.4rem;
  }

  .c-btn.-fill,
  .c-btn:link.-fill,
  .c-btn:visited.-fill {
    border-radius: 0;
    min-height: 70px;
    font-size: 1.4rem;
    padding: 2px 0;
  }

  .c-btn.-wu,
  .c-btn:link.-wu,
  .c-btn:visited.-wu {
    border-radius: 4px;
    font-size: 1.2rem;
    padding: 5px;
    height: auto;
  }

  .c-btn.-bdo,
  .c-btn:link.-bdo,
  .c-btn:visited.-bdo {
    border-radius: 4px;
    font-size: 1.2rem;
    padding: 5px;
  }

  .c-btn.-orange,
  .c-btn:link.-orange,
  .c-btn:visited.-orange {
    padding: 5px;
  }

  .c-btn .c-btn_small,
  .c-btn:link .c-btn_small,
  .c-btn:visited .c-btn_small {
    font-size: 1.2rem;
  }

  .c-btn .c-btn_doubleSmall,
  .c-btn:link .c-btn_doubleSmall,
  .c-btn:visited .c-btn_doubleSmall {
    font-size: 1.1rem;
  }

  .c-btn .c-btn_weak,
  .c-btn:link .c-btn_weak,
  .c-btn:visited .c-btn_weak {
    font-size: 1rem;
  }

  /*20180329ここから編集*/
  .c-btn_off {
    padding: 3px 10px;
    height: 65px;
    font-size: 1.6rem;
    border-width: 3px;
    line-height: 1.1;
  }

  /*20180329ここまで編集*/
}

.c-icon {
  max-width: 100%;
  display: block;
  position: relative;
}

.c-icon.-check {
  width: 100%;
  padding-left: 60px;
}

.c-icon.-check::before,
.c-icon.-check::after {
  content: "";
  position: absolute;
  margin: auto;
}

.c-icon.-check::before {
  left: 0;
  top: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  border: 3px solid #b5b5b5;
  -webkit-transition: border-color 0.1s linear;
  -o-transition: border-color 0.1s linear;
  transition: border-color 0.1s linear;
}

.c-icon.-check::after {
  background: url(/soukin/shared/image/common/icon/icon_check.png) left top no-repeat;
  background-size: 37px auto;
  width: 0px;
  height: 31px;
  left: 3px;
  top: -6px;
  bottom: 0;
  margin: auto;
  -webkit-transition: width 0.1s linear;
  -o-transition: width 0.1s linear;
  transition: width 0.1s linear;
}

.c-icon.-check.is-checked::before {
  border-color: #01a32b;
}

.c-icon.-check.is-checked::after {
  width: 37px;
}

.c-icon.-anchor {
  min-height: 100%;
  height: auto;
  width: 100%;
  display: -webkit-box;
  display: box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  box-direction: normal;
  /*
			古いandroid標準ブラウザにて改行をするために、
			一旦flexを打ち消す。
			最新ブラウザ用に再度flexを記述。
		*/
  display: block;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  padding-bottom: 13px;
  line-height: 1.1;
}

.c-icon.-anchor::after {
  content: "";
  background: url(/soukin/shared/image/common/icon/icon_arw_b-white.png) center top no-repeat;
  background-size: contain;
  width: 23px;
  height: 12px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  margin: auto;
}

.c-icon.-star {
  background: url(/soukin/shared/image/common/icon/icon_star.png) center top no-repeat;
  background-size: contain;
  width: 30px;
  height: 19px;
}

.c-icon.-star.is-disabled {
  background-image: url(/soukin/shared/image/common/icon/icon_nostar.png);
}

.c-icon.-func01 {
  background: url(/soukin/shared/image/common/icon/icon_download.png) center top no-repeat;
  background-size: 46px auto;
  padding-top: 75px;
  min-width: 46px;
}

.c-icon.-func02 {
  background: url(/soukin/shared/image/common/icon/icon_card.png) center 5px no-repeat;
  background-size: 61px auto;
  padding-top: 75px;
  min-width: 61px;
}

.c-icon.-func03 {
  background: url(/soukin/shared/image/common/icon/icon_tel.png) center top no-repeat;
  background-size: 62px auto;
  padding-top: 75px;
  min-width: 62px;
}

.c-icon.-func04 {
  background: url(/soukin/shared/image/common/icon/icon_camera.png) center top no-repeat;
  background-size: 62px auto;
  padding-top: 75px;
  min-width: 62px;
}

.c-icon.-func05 {
  background: url(/soukin/shared/image/common/icon/icon_mouse.png) center top no-repeat;
  background-size: 60px auto;
  padding-top: 75px;
  min-width: 60px;
}

.c-icon.-func06 {
  background: url(/soukin/shared/image/common/icon/icon_edit.png) center top no-repeat;
  background-size: 57px auto;
  padding-top: 75px;
  min-width: 57px;
}

.c-icon.-func07 {
  background: url(/soukin/shared/image/common/icon/icon_post.png) center top no-repeat;
  background-size: 42px auto;
  padding-top: 75px;
  min-width: 42px;
}

.c-icon.-func08 {
  background: url(/soukin/shared/image/common/icon/icon_hand.png) center top no-repeat;
  background-size: 72px auto;
  padding-top: 75px;
  min-width: 72px;
}

.c-icon.-func09 {
  background: url(/soukin/shared/image/common/icon/icon_logon.png) center top no-repeat;
  background-size: 56px auto;
  padding-top: 75px;
  min-width: 56px;
}

.c-icon.-func10 {
  background: url("/soukin/shared/image/common/icon/icon_card02.png") center top no-repeat;
  background-size: 66px auto;
  padding-top: 75px;
  min-width: 66px;
}

.c-icon.-func11 {
  background: url("/soukin/shared/image/common/icon/icon_sp.png") center top no-repeat;
  background-size: 66px auto;
  padding-top: 75px;
  min-width: 66px;
}

.c-icon.-func12 {
  background: url("/soukin/shared/image/common/icon/icon_app01.png") center top no-repeat;
  background-size: 110px auto;
  padding-top: 180px;
  min-width: 66px;
}

.c-icon.-func13 {
  background: url("/soukin/shared/image/common/icon/icon_app02.png") center top no-repeat;
  background-size: 150px auto;
  padding-top: 180px;
  min-width: 66px;
}

.c-icon.-func14 {
  background: url("/soukin/shared/image/common/icon/icon_app03.png") center top no-repeat;
  background-size: 150px auto;
  padding-top: 180px;
  min-width: 66px;
}

.c-icon.-func15 {
  background: url("/soukin/shared/image/common/icon/icon_app04.png") center top no-repeat;
  background-size: 150px auto;
  padding-top: 180px;
  min-width: 66px;
}

.c-icon.-func16 {
  background: url("/soukin/shared/image/common/icon/icon_app02.png") center top no-repeat;
  background-size: 150px auto;
  padding-top: 180px;
  min-width: 66px;
}

.c-icon.-func17 {
  background: url("/soukin/shared/image/common/icon/icon_app03.png") center top no-repeat;
  background-size: 150px auto;
  padding-top: 180px;
  min-width: 66px;
}

.c-icon.-func18 {
  background: url("/soukin/shared/image/common/icon/icon_app04.png") center top no-repeat;
  background-size: 150px auto;
  padding-top: 180px;
  min-width: 66px;
}

.c-icon.-func19 {
  background: url("/soukin/shared/image/common/icon/icon_app02.png") center top no-repeat;
  background-size: 150px auto;
  padding-top: 180px;
  min-width: 66px;
}

.c-icon.-func20 {
  background: url("/soukin/shared/image/common/icon/icon_app03.png") center top no-repeat;
  background-size: 150px auto;
  padding-top: 180px;
  min-width: 66px;
}

.c-icon.-func21 {
  background: url("/soukin/shared/image/common/icon/icon_app04.png") center top no-repeat;
  background-size: 150px auto;
  padding-top: 180px;
  min-width: 66px;
}

.c-icon.-func22 {
  background: url("/soukin/shared/image/common/icon/icon_app02.png") center top no-repeat;
  background-size: 150px auto;
  padding-top: 180px;
  min-width: 66px;
}

.c-icon.-func23 {
  background: url("/soukin/shared/image/common/icon/icon_app03.png") center top no-repeat;
  background-size: 150px auto;
  padding-top: 180px;
  min-width: 66px;
}

.c-icon.-func24 {
  background: url("/soukin/shared/image/common/icon/icon_app04.png") center top no-repeat;
  background-size: 150px auto;
  padding-top: 180px;
  min-width: 66px;
}

.c-icon.-func25 {
  background: url("/soukin/shared/image/common/icon/icon_app02.png") center top no-repeat;
  background-size: 150px auto;
  padding-top: 180px;
  min-width: 66px;
}

.c-icon.-func26 {
  background: url("/soukin/shared/image/common/icon/icon_app03.png") center top no-repeat;
  background-size: 150px auto;
  padding-top: 180px;
  min-width: 66px;
}

.c-icon.-func27 {
  background: url("/soukin/shared/image/common/icon/icon_app04.png") center top no-repeat;
  background-size: 150px auto;
  padding-top: 180px;
  min-width: 66px;
}

.c-icon.-func28 {
  background: url("/soukin/shared/image/common/icon/icon_app02.png") center top no-repeat;
  background-size: 150px auto;
  padding-top: 180px;
  min-width: 66px;
}

.c-icon.-func29 {
  background: url("/soukin/shared/image/common/icon/icon_app03.png") center top no-repeat;
  background-size: 150px auto;
  padding-top: 180px;
  min-width: 66px;
}

.c-icon.-func30 {
  background: url("/soukin/shared/image/common/icon/icon_app04.png") center top no-repeat;
  background-size: 150px auto;
  padding-top: 180px;
  min-width: 66px;
}

.c-icon.-func31 {
  background: url("/soukin/shared/image/common/icon/icon_app02.png") center top no-repeat;
  background-size: 150px auto;
  padding-top: 180px;
  min-width: 66px;
}

.c-icon.-func32 {
  background: url("/soukin/shared/image/common/icon/icon_app03.png") center top no-repeat;
  background-size: 150px auto;
  padding-top: 180px;
  min-width: 66px;
}

.c-icon.-func33 {
  background: url("/soukin/shared/image/common/icon/icon_app04.png") center top no-repeat;
  background-size: 150px auto;
  padding-top: 180px;
  min-width: 66px;
}

.c-icon.-func34 {
  background: url("/soukin/shared/image/common/icon/icon_app02.png") center top no-repeat;
  background-size: 150px auto;
  padding-top: 180px;
  min-width: 66px;
}

.c-icon.-func35 {
  background: url("/soukin/shared/image/common/icon/icon_app03.png") center top no-repeat;
  background-size: 150px auto;
  padding-top: 180px;
  min-width: 66px;
}

.c-icon.-func36 {
  background: url("/soukin/shared/image/common/icon/icon_app04.png") center top no-repeat;
  background-size: 150px auto;
  padding-top: 180px;
  min-width: 66px;
}

.c-icon.-func37 {
  background: url("/soukin/shared/image/common/icon/icon_app02.png") center top no-repeat;
  background-size: 150px auto;
  padding-top: 180px;
  min-width: 66px;
}

.c-icon.-func38 {
  background: url("/soukin/shared/image/common/icon/icon_app03.png") center top no-repeat;
  background-size: 150px auto;
  padding-top: 180px;
  min-width: 66px;
}

.c-icon.-func39 {
  background: url("/soukin/shared/image/common/icon/icon_app04.png") center top no-repeat;
  background-size: 150px auto;
  padding-top: 180px;
  min-width: 66px;
}

.c-icon.-wu01,
.c-icon.-wu02,
.c-icon.-wu03,
.c-icon.-wu04,
.c-icon.-wu05,
.c-icon.-wu06,
.c-icon.-wu07,
.c-icon.-wu08,
.c-icon.-wu09 {
  padding-left: 70px;
  min-height: 62px;
  display: -webkit-box;
  display: box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.c-icon.-wu01 {
  background: url(/soukin/shared/image/common/icon/icon_wu01.png) left center no-repeat;
  background-size: 62px auto;
}

.c-icon.-wu02 {
  background: url(/soukin/shared/image/common/icon/icon_wu02.png) left center no-repeat;
  background-size: 62px auto;
}

.c-icon.-wu03 {
  background: url(/soukin/shared/image/common/icon/icon_wu03.png) left center no-repeat;
  background-size: 62px auto;
}

.c-icon.-wu04 {
  background: url(/soukin/shared/image/common/icon/icon_wu04.png) left center no-repeat;
  background-size: 62px auto;
}

.c-icon.-wu05 {
  background: url(/soukin/shared/image/common/icon/icon_wu05.png) left center no-repeat;
  background-size: 62px auto;
}

.c-icon.-wu06 {
  background: url(/soukin/shared/image/common/icon/icon_wu06.png) left center no-repeat;
  background-size: 62px auto;
}

.c-icon.-wu07 {
  background: url(/soukin/shared/image/common/icon/icon_wu07.png) left center no-repeat;
  background-size: 62px auto;
}

.c-icon.-wu08 {
  background: url(/soukin/shared/image/common/icon/icon_wu08.png) left center no-repeat;
  background-size: 62px auto;
}

.c-icon.-wu09 {
  background: url(/soukin/shared/image/common/icon/icon_wu09.png) left center no-repeat;
  background-size: 62px auto;
}

.c-icon.-bdo01,
.c-icon.-bdo02,
.c-icon.-bdo03,
.c-icon.-bdo04,
.c-icon.-bdo05,
.c-icon.-bdo06,
.c-icon.-bdo07,
.c-icon.-bdo08,
.c-icon.-bdo09 {
  padding-left: 90px;
  min-height: 62px;
  display: -webkit-box;
  display: box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.c-icon.-bdo01 {
  background: url(/soukin/shared/image/common/icon/icon_bdo01.png) left center no-repeat;
  background-size: 80px auto;
}

.c-icon.-bdo02 {
  background: url(/soukin/shared/image/common/icon/icon_bdo02.png) left center no-repeat;
  background-size: 80px auto;
}

.c-icon.-bdo03 {
  background: url(/soukin/shared/image/common/icon/icon_bdo03.png) left center no-repeat;
  background-size: 80px auto;
}

.c-icon.-bdo04 {
  background: url(/soukin/shared/image/common/icon/icon_bdo04.png) left center no-repeat;
  background-size: 80px auto;
}

.c-icon.-bdo05 {
  background: url(/soukin/shared/image/common/icon/icon_bdo05.png) left center no-repeat;
  background-size: 80px auto;
}

.c-icon.-bdo06 {
  background: url(/soukin/shared/image/common/icon/icon_bdo06.png) left center no-repeat;
  background-size: 80px auto;
}

.c-icon.-bdo07 {
  background: url(/soukin/shared/image/common/icon/icon_bdo07.png) left center no-repeat;
  background-size: 80px auto;
}

.c-icon.-bdo08 {
  background: url(/soukin/shared/image/common/icon/icon_bdo08.png) left center no-repeat;
  background-size: 80px auto;
}

.c-icon.-bdo09 {
  background: url(/soukin/shared/image/common/icon/icon_bdo09.png) left center no-repeat;
  background-size: 80px auto;
}

.c-icon.-attention {
  background: url(/soukin/shared/image/common/icon/icon_attention.png) left center no-repeat;
  background-size: 30px auto;
  padding-top: 5px;
  padding-bottom: 5px;
  min-height: 30px;
  padding-left: 40px;
  text-align: left;
}

.c-icon.-slide {
  background: right center no-repeat;
  background-size: 23px auto;
  min-height: 12px;
  padding-right: 20px;
}

.c-icon.-slide.is-open {
  background-image: url(/soukin/shared/image/common/icon/icon_arw_t-glay.png);
}

.c-icon.-slide.is-close {
  background-image: url(/soukin/shared/image/common/icon/icon_arw_b-glay.png);
}

.c-icon.-check02 {
  background: url(/soukin/shared/image/common/icon/icon_check02.png) left 0.6em no-repeat;
  background-size: 26px auto;
  min-height: 22px;
  padding-left: 40px;
  position: relative;
}

.c-icon.-check02::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  width: 0;
  background-color: #fff;
  -webkit-transition: left 0.2s linear, width 0.2s linear;
  -o-transition: left 0.2s linear, width 0.2s linear;
  transition: left 0.2s linear, width 0.2s linear;
}

.c-icon.-circle {
  background: url(/soukin/shared/image/common/icon/icon_circle.png) left center no-repeat;
  background-size: 18px auto;
  min-height: 18px;
  padding-left: 25px;
}

.c-icon.-error {
  background: url(/soukin/shared/image/common/icon/icon_error.png) left center no-repeat;
  background-size: 21px auto;
  min-height: 19px;
  padding-left: 26px;
  color: #e60012;
}

.c-icon.-calc {
  background: url(/soukin/shared/image/common/icon/icon_calc.png) center top no-repeat;
  background-size: auto 60px;
  min-height: 60px;
  padding-top: 60px;
}

.c-icon.-speedy {
  background: url(/soukin/shared/image/common/icon/icon_speedy.png) center top no-repeat;
  background-size: auto 60px;
  min-height: 60px;
  padding-top: 60px;
}

.c-icon.-person {
  background: url(/soukin/shared/image/common/icon/icon_person.png) center top no-repeat;
  background-size: auto 60px;
  min-height: 60px;
  padding-top: 60px;
}

.c-icon.-personL {
  background: url(/soukin/shared/image/common/icon/icon_person.png) left center no-repeat;
  background-size: 141px auto;
  min-height: 102px;
  padding-left: 170px;
}

.c-icon.-nosend {
  background: url(/soukin/shared/image/common/icon/icon_nosend.png) left center no-repeat;
  background-size: 117px auto;
  min-height: 111px;
  padding-left: 140px;
}

.c-icon.-lang {
  display: inline-block;
  background: url(/soukin/shared/image/common/icon/icon_lang.png) left center no-repeat;
  background-size: 30px auto;
  min-height: 30px;
  padding-left: 40px;
  vertical-align: middle;
}

.c-icon.-cross {
  display: inline-block;
  background: url(/soukin/shared/image/common/icon/icon_cross.png) left center no-repeat;
  background-size: 30px auto;
  min-height: 30px;
  padding-left: 40px;
  vertical-align: middle;
}

.c-icon.-link {
  background: url(/soukin/shared/image/common/icon/icon_triangle_r-green.png) left center no-repeat;
  background-size: 8px auto;
  min-height: 10px;
  padding-left: 15px;
  vertical-align: middle;
}

.c-icon.-money {
  background: url(/soukin/shared/image/common/icon/icon_money.png) left center no-repeat;
  background-size: 50px auto;
  min-height: 50px;
  padding-left: 55px;
}

.c-icon.-tel {
  background: url(/soukin/shared/image/common/icon/icon_free.png) left center no-repeat;
  background-size: 71px auto;
  min-height: 42px;
  padding-left: 80px;
}

@media screen and (max-width: 768px) {
  .c-icon.-check {
    padding-left: 25px;
  }

  .c-icon.-check::before {
    width: 15px;
    height: 15px;
    border-width: 2px;
  }

  .c-icon.-check::after {
    background-size: 18px auto;
    height: 16px;
    left: 2px;
    top: 0px;
  }

  .c-icon.-check.is-checked::after {
    width: 18px;
  }

  .c-icon.-anchor {
    padding-bottom: 14px;
  }

  .c-icon.-anchor::after {
    width: 21px;
    height: 11px;
    bottom: 0px;
  }

  .c-icon.-star {
    width: 20px;
    height: 15px;
  }

  .c-icon.-func01 {
    background-size: 38px auto;
    padding-top: 55px;
    min-width: 38px;
  }

  .c-icon.-func02 {
    background-size: 46px auto;
    padding-top: 55px;
    min-width: 46px;
  }

  .c-icon.-func03 {
    background-size: 46px auto;
    padding-top: 55px;
    min-width: 46px;
  }

  .c-icon.-func04 {
    background-size: 46px auto;
    padding-top: 55px;
    min-width: 46px;
  }

  .c-icon.-func05 {
    background-size: 45px auto;
    padding-top: 55px;
    min-width: 45px;
  }

  .c-icon.-func06 {
    background-size: 43px auto;
    padding-top: 55px;
    min-width: 43px;
  }

  .c-icon.-func07 {
    background-size: 31px auto;
    padding-top: 55px;
    min-width: 31px;
  }

  .c-icon.-func08 {
    background-size: 54px auto;
    padding-top: 55px;
    min-width: 54px;
  }

  .c-icon.-func09 {
    background-size: 43px auto;
    padding-top: 55px;
    min-width: 43px;
  }

  .c-icon.-func10 {
    background-size: 46px auto;
    padding-top: 55px;
    min-width: 46px;
  }

  .c-icon.-func11 {
    background-size: 46px auto;
    padding-top: 55px;
    min-width: 46px;
  }

  .c-icon.-wu01,
  .c-icon.-wu02,
  .c-icon.-wu03,
  .c-icon.-wu04,
  .c-icon.-wu05,
  .c-icon.-wu06,
  .c-icon.-wu07,
  .c-icon.-wu08,
  .c-icon.-wu09 {
    padding-left: 40px;
    min-height: 31px;
    background-size: 31px auto;
  }

  .c-icon.-bdo01,
  .c-icon.-bdo02,
  .c-icon.-bdo03,
  .c-icon.-bdo04,
  .c-icon.-bdo05,
  .c-icon.-bdo06,
  .c-icon.-bdo07,
  .c-icon.-bdo08,
  .c-icon.-bdo09 {
    padding-left: 50px;
    min-height: 31px;
    background-size: 40px auto;
  }

  .c-icon.-attention {
    background-size: 25px auto;
    padding-top: 5px;
    padding-bottom: 5px;
    min-height: 25px;
    padding-left: 35px;
  }

  .c-icon.-slide {
    background-size: 21px auto;
    padding-right: 25px;
  }

  .c-icon.-check02 {
    background-size: 13px auto;
    min-height: 11px;
    padding-left: 20px;
  }

  .c-icon.-check02::after {
    left: 20px;
    width: 0;
  }

  .c-icon.-circle {
    background-size: 10px auto;
    min-height: 10px;
    padding-left: 15px;
  }

  .c-icon.-error {
    background-size: 15px auto;
    min-height: 16px;
    padding-left: 20px;
  }

  .c-icon.-calc {
    background-size: auto 50px;
    min-height: 50px;
    padding-top: 50px;
  }

  .c-icon.-speedy {
    background-size: auto 50px;
    min-height: 50px;
    padding-top: 50px;
  }

  .c-icon.-person {
    background-size: auto 50px;
    min-height: 50px;
    padding-top: 50px;
  }

  .c-icon.-personL {
    background-size: 60px auto;
    min-height: 50px;
    padding-left: 85px;
  }

  .c-icon.-nosend {
    background-size: 60px auto;
    min-height: 60px;
    padding-left: 85px;
  }

  .c-icon.-lang {
    background-size: 30px auto;
    min-height: 30px;
    padding-left: 30px;
  }

  .c-icon.-cross {
    background-position: 2px center;
    background-size: 26px auto;
    min-height: 30px;
    padding-left: 30px;
  }

  .c-icon.-link {
    background-size: 4px auto;
    min-height: 5px;
    padding-left: 14px;
  }

  .c-icon.-money {
    background-size: 35px auto;
    min-height: 35px;
    padding-left: 40px;
  }

  .c-icon.-tel {
    background-size: 40px auto;
    min-height: 26px;
    padding-left: 45px;
  }
}

.c-overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 20;
  background: rgba(0, 0, 0, 0.6);
}

.c-burger {
  height: 23px;
  width: 26px;
  position: relative;
  cursor: pointer;
}

.c-burger .c-burger_bar {
  background-color: #fff;
  height: 5px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: -webkit-transform 0.1s linear;
  transition: -webkit-transform 0.1s linear;
  -o-transition: transform 0.1s linear;
  transition: transform 0.1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
  width: 100%;
}

.c-burger .c-burger_bar.-top {
  top: 0;
}

.c-burger .c-burger_bar.-mdl {
  top: 9px;
}

.c-burger .c-burger_bar.-btm {
  bottom: 0;
}

.c-burger.is-open .c-burger_bar.-top {
  top: 9px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.c-burger.is-open .c-burger_bar.-mdl {
  opacity: 0;
}

.c-burger.is-open .c-burger_bar.-btm {
  bottom: 9px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .c-burger {
    height: 23px;
    width: 26px;
  }

  .c-burger_bar {
    height: 5px;
  }

  .c-burger_bar.-mdl {
    top: 9px;
  }

  .c-burger.is-open .c-burger_bar.-top {
    top: 9px;
  }

  .c-burger.is-open .c-burger_bar.-btm {
    bottom: 9px;
  }
}

.c-keyframes {
  -webkit-animation: 0.4s linear both;
  animation: 0.4s linear both;
}

.c-keyframes.-fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.c-keyframes.-fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

.c-keyframes.-translateL {
  -webkit-animation-name: translateL;
  animation-name: translateL;
}

.c-keyframes.-translateR {
  -webkit-animation-name: translateR;
  animation-name: translateR;
}

.c-keyframes.-translateT {
  -webkit-animation-name: translateT;
  animation-name: translateT;
}

.c-keyframes.-translateB {
  -webkit-animation-name: translateB;
  animation-name: translateB;
}

.c-keyframes.-scale1 {
  -webkit-animation-name: scale1;
  animation-name: scale1;
}

.c-keyframes.-scale0 {
  -webkit-animation-name: scale0;
  animation-name: scale0;
}

.c-keyframes.-scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}

.c-keyframes.-scaleOut {
  -webkit-animation-name: scaleOut;
  animation-name: scaleOut;
}

.c-keyframes.-rotate {
  -webkit-animation-name: rotate;
  animation-name: rotate;
}

.c-keyframes.-delay05 {
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
}

.c-keyframes.-delay1 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.c-keyframes.-delay2 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.c-keyframes.-delay3 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.c-keyframes.-delay4 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.c-keyframes.-delay5 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.c-keyframes.-delay6 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.c-keyframes.-delay7 {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.c-keyframes.-delay8 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.c-keyframes.-delay9 {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.c-keyframes.-delay10 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.c-keyframes.-ease {
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}

.c-keyframes.-easeIn {
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

.c-keyframes.-easeOut {
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

.c-keyframes.-easeInOut {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.c-keyframes.-infinity {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes translateL {
  0% {
    -webkit-transform: translateX(0vw);
    transform: translateX(0vw);
  }

  100% {
    -webkit-transform: translateX(-100vw);
    transform: translateX(-100vw);
  }
}

@-moz-keyframes translateL {
  0% {
    -webkit-transform: translateX(0vw);
    transform: translateX(0vw);
  }

  100% {
    -webkit-transform: translateX(-100vw);
    transform: translateX(-100vw);
  }
}

@keyframes translateL {
  0% {
    -webkit-transform: translateX(0vw);
    transform: translateX(0vw);
  }

  100% {
    -webkit-transform: translateX(-100vw);
    transform: translateX(-100vw);
  }
}

@-webkit-keyframes translateR {
  0% {
    -webkit-transform: translateX(0vw);
    transform: translateX(0vw);
  }

  100% {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw);
  }
}

@-moz-keyframes translateR {
  0% {
    -webkit-transform: translateX(0vw);
    transform: translateX(0vw);
  }

  100% {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw);
  }
}

@keyframes translateR {
  0% {
    -webkit-transform: translateX(0vw);
    transform: translateX(0vw);
  }

  100% {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw);
  }
}

@-webkit-keyframes translateT {
  0% {
    -webkit-transform: translateY(0vw);
    transform: translateY(0vw);
  }

  100% {
    -webkit-transform: translateY(-100vh);
    transform: translateY(-100vh);
  }
}

@-moz-keyframes translateT {
  0% {
    -webkit-transform: translateY(0vw);
    transform: translateY(0vw);
  }

  100% {
    -webkit-transform: translateY(-100vh);
    transform: translateY(-100vh);
  }
}

@keyframes translateT {
  0% {
    -webkit-transform: translateY(0vw);
    transform: translateY(0vw);
  }

  100% {
    -webkit-transform: translateY(-100vh);
    transform: translateY(-100vh);
  }
}

@-webkit-keyframes translateB {
  0% {
    -webkit-transform: translateY(0vh);
    transform: translateY(0vh);
  }

  100% {
    -webkit-transform: translateY(100vh);
    transform: translateY(100vh);
  }
}

@-moz-keyframes translateB {
  0% {
    -webkit-transform: translateY(0vh);
    transform: translateY(0vh);
  }

  100% {
    -webkit-transform: translateY(100vh);
    transform: translateY(100vh);
  }
}

@keyframes translateB {
  0% {
    -webkit-transform: translateY(0vh);
    transform: translateY(0vh);
  }

  100% {
    -webkit-transform: translateY(100vh);
    transform: translateY(100vh);
  }
}

@-webkit-keyframes scale1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes scale1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scale1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes scale0 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@-moz-keyframes scale0 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@keyframes scale0 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@-webkit-keyframes scaleIn {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes scaleIn {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleIn {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes scaleOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@-moz-keyframes scaleOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@keyframes scaleOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes popup {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translateY(0px);
    transform: scale(0) translateY(0px);
  }

  30% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-30px);
    transform: scale(1) translateY(-30px);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
  }
}

@-moz-keyframes popup {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translateY(0px);
    transform: scale(0) translateY(0px);
  }

  30% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-30px);
    transform: scale(1) translateY(-30px);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
  }
}

@keyframes popup {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translateY(0px);
    transform: scale(0) translateY(0px);
  }

  30% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-30px);
    transform: scale(1) translateY(-30px);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
  }
}

@-webkit-keyframes popup02 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2) translateY(0px);
    transform: scale(0.2) translateY(0px);
  }

  30% {
    opacity: 1;
    -webkit-transform: scale(0.7) translateY(-10px);
    transform: scale(0.7) translateY(-10px);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-7px);
    transform: scale(1) translateY(-7px);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
  }
}

@-moz-keyframes popup02 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2) translateY(0px);
    transform: scale(0.2) translateY(0px);
  }

  30% {
    opacity: 1;
    -webkit-transform: scale(0.7) translateY(-10px);
    transform: scale(0.7) translateY(-10px);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-7px);
    transform: scale(1) translateY(-7px);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
  }
}

@keyframes popup02 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2) translateY(0px);
    transform: scale(0.2) translateY(0px);
  }

  30% {
    opacity: 1;
    -webkit-transform: scale(0.7) translateY(-10px);
    transform: scale(0.7) translateY(-10px);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-7px);
    transform: scale(1) translateY(-7px);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
  }
}

@-webkit-keyframes popup03 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2) translateY(0px);
    transform: scale(0.2) translateY(0px);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
  }
}

@-moz-keyframes popup03 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2) translateY(0px);
    transform: scale(0.2) translateY(0px);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
  }
}

@keyframes popup03 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2) translateY(0px);
    transform: scale(0.2) translateY(0px);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
  }
}

@-webkit-keyframes slideup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-moz-keyframes slideup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes slideup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes slidedown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@-moz-keyframes slidedown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes slidedown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@-webkit-keyframes slideInfinite {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  25% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  40% {
    -webkit-transform: translateX(-225px);
    transform: translateX(-225px);
  }

  65% {
    -webkit-transform: translateX(-225px);
    transform: translateX(-225px);
  }

  80% {
    -webkit-transform: translateX(-451px);
    transform: translateX(-451px);
  }

  100% {
    -webkit-transform: translateX(-451px);
    transform: translateX(-451px);
  }
}

@-moz-keyframes slideInfinite {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  25% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  40% {
    -webkit-transform: translateX(-225px);
    transform: translateX(-225px);
  }

  65% {
    -webkit-transform: translateX(-225px);
    transform: translateX(-225px);
  }

  80% {
    -webkit-transform: translateX(-451px);
    transform: translateX(-451px);
  }

  100% {
    -webkit-transform: translateX(-451px);
    transform: translateX(-451px);
  }
}

@keyframes slideInfinite {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  25% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  40% {
    -webkit-transform: translateX(-225px);
    transform: translateX(-225px);
  }

  65% {
    -webkit-transform: translateX(-225px);
    transform: translateX(-225px);
  }

  80% {
    -webkit-transform: translateX(-451px);
    transform: translateX(-451px);
  }

  100% {
    -webkit-transform: translateX(-451px);
    transform: translateX(-451px);
  }
}

@-webkit-keyframes slideInfiniteSp {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  25% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  40% {
    -webkit-transform: translateX(-130px);
    transform: translateX(-130px);
  }

  65% {
    -webkit-transform: translateX(-130px);
    transform: translateX(-130px);
  }

  80% {
    -webkit-transform: translateX(-260px);
    transform: translateX(-260px);
  }

  100% {
    -webkit-transform: translateX(-260px);
    transform: translateX(-260px);
  }
}

@-moz-keyframes slideInfiniteSp {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  25% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  40% {
    -webkit-transform: translateX(-130px);
    transform: translateX(-130px);
  }

  65% {
    -webkit-transform: translateX(-130px);
    transform: translateX(-130px);
  }

  80% {
    -webkit-transform: translateX(-260px);
    transform: translateX(-260px);
  }

  100% {
    -webkit-transform: translateX(-260px);
    transform: translateX(-260px);
  }
}

@keyframes slideInfiniteSp {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  25% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  40% {
    -webkit-transform: translateX(-130px);
    transform: translateX(-130px);
  }

  65% {
    -webkit-transform: translateX(-130px);
    transform: translateX(-130px);
  }

  80% {
    -webkit-transform: translateX(-260px);
    transform: translateX(-260px);
  }

  100% {
    -webkit-transform: translateX(-260px);
    transform: translateX(-260px);
  }
}

@-webkit-keyframes hide {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@-moz-keyframes hide {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes hide {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.c-bdr {
  border: 1px solid #b5b5b5;
  padding: 8px;
}

.c-bdr.-pd {
  padding: 20px;
}

.c-bdr.-top {
  border-width: 1px 0 0 0;
}

.c-bdr.-right {
  border-width: 0 1px 0 0;
}

.c-bdr.-btm {
  border-width: 0 0 1px 0;
}

.c-bdr.-left {
  border-width: 0 0 0 1px;
}

.c-bdr.-radius {
  border-radius: 5px;
}

.c-bdr.-bold {
  border-width: 2px;
}

.c-bdr.-bold.-top {
  border-width: 2px 0 0 0;
}

.c-bdr.-bold.-top02 {
  border-width: 2px 1px 1px 1px;
}

.c-bdr.-bold.-right {
  border-width: 0 2px 0 0;
}

.c-bdr.-bold.-right02 {
  border-width: 1px 2px 1px 1px;
}

.c-bdr.-bold.-btm {
  border-width: 0 0 2px 0;
}

.c-bdr.-bold.-btm02 {
  border-width: 1px 1px 2px 1px;
}

.c-bdr.-bold.-left {
  border-width: 0 0 0 2px;
}

.c-bdr.-bold.-left02 {
  border-width: 1px 1px 1px 2px;
}

@media screen and (max-width: 768px) {
  .c-bdr {
    padding: 4px;
  }

  .c-bdr.-pd {
    padding: 10px;
  }

  .c-bdr.-radius {
    border-radius: 3px;
  }

  .c-bdr.-bold {
    border-width: 1px;
  }

  .c-bdr.-bold.-top {
    border-width: 1px 0 0 0;
  }

  .c-bdr.-bold.-right {
    border-width: 0 1px 0 0;
  }

  .c-bdr.-bold.-btm {
    border-width: 0 0 1px 0;
  }

  .c-bdr.-bold.-left {
    border-width: 0 0 0 1px;
  }
}

.c-fill {
  background-color: #eee;
  padding: 15px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .c-fill {
    padding: 8px;
    margin-bottom: 15px;
  }
}

.c-sect {
  width: 100%;
  min-width: 960px;
}

.c-sect .c-sect_inner {
  max-width: 1100px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding: 0 15px 90px;
}

.c-sect .c-sect_inner.-slim {
  max-width: 1000px;
}

.c-sect .c-sect_inner.-mbXL {
  padding-bottom: 200px;
}

@media screen and (max-width: 768px) {
  .c-sect {
    min-width: 0;
  }

  .c-sect .c-sect_inner {
    width: auto;
    margin: 0 20px;
    padding: 0 0 45px;
  }

  .c-sect .c-sect_inner.-mbXL {
    padding-bottom: 100px;
  }

  .c-sect .c-sect_inner.-fullSp {
    margin-left: 0;
    margin-right: 0;
  }
}

.c-circle {
  background-color: #01a32b;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 4px 0;
  border-radius: 50%;
  min-width: 30px;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .c-circle {
    font-size: 1.2rem;
    padding: 3px 0;
    min-width: 20px;
  }
}

.c-grid {
  display: -webkit-box;
  display: box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  box-direction: normal;
  /*
			古いandroid標準ブラウザにて改行をするために、
			一旦flexを打ち消す。
			最新ブラウザ用に再度flexを記述。
		*/
  display: block;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c-grid .c-grid_row {
  width: 100%;
  -webkit-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.c-grid.-bdr .c-grid_row {
  border: 0px solid #b5b5b5;
  border-right-width: 1px;
}

.c-grid.-column1.-mgS {
  margin: 0 -10px 5px;
}

.c-grid.-column1.-mgM {
  margin: 0 -20px 10px;
}

.c-grid.-column1.-mgL {
  margin: 0 -30px 15px;
}

.c-grid.-column1.-mgXL {
  margin: 0 -40px 20px;
}

.c-grid.-column1 .c-grid_row {
  width: 100%;
  -webkit-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
}

.c-grid.-column1 .c-grid_row:nth-of-type(1n) {
  border-right-width: 0;
}

.c-grid.-column1 .c-grid_row.-pdS {
  padding: 0 10px 10px;
}

.c-grid.-column1 .c-grid_row.-pdM {
  padding: 0 20px 20px;
}

.c-grid.-column1 .c-grid_row.-pdL {
  padding: 0 30px 30px;
}

.c-grid.-column1 .c-grid_row.-pdXL {
  padding: 0 40px 40px;
}

.c-grid.-column2.-mgS {
  margin: 0 -10px 5px;
}

.c-grid.-column2.-mgM {
  margin: 0 -20px 10px;
}

.c-grid.-column2.-mgL {
  margin: 0 -30px 15px;
}

.c-grid.-column2.-mgXL {
  margin: 0 -40px 20px;
}

.c-grid.-column2 .c-grid_row {
  width: 50%;
  -webkit-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  max-width: 50%;
}

.c-grid.-column2 .c-grid_row:nth-of-type(2n) {
  border-right-width: 0;
}

.c-grid.-column2 .c-grid_row.-pdS {
  padding: 0 10px 10px;
}

.c-grid.-column2 .c-grid_row.-pdM {
  padding: 0 20px 20px;
}

.c-grid.-column2 .c-grid_row.-pdL {
  padding: 0 30px 30px;
}

.c-grid.-column2 .c-grid_row.-pdXL {
  padding: 0 40px 40px;
}

.c-grid.-column3.-mgS {
  margin: 0 -10px 5px;
}

.c-grid.-column3.-mgM {
  margin: 0 -20px 10px;
}

.c-grid.-column3.-mgL {
  margin: 0 -30px 15px;
}

.c-grid.-column3.-mgXL {
  margin: 0 -40px 20px;
}

.c-grid.-column3 .c-grid_row {
  width: 33%;
  -webkit-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 33%;
  -ms-flex: 1 1 33%;
  flex: 1 1 33%;
  max-width: 33%;
}

.c-grid.-column3 .c-grid_row:nth-of-type(3n) {
  border-right-width: 0;
}

.c-grid.-column3 .c-grid_row.-pdS {
  padding: 0 10px 10px;
}

.c-grid.-column3 .c-grid_row.-pdM {
  padding: 0 20px 20px;
}

.c-grid.-column3 .c-grid_row.-pdL {
  padding: 0 30px 30px;
}

.c-grid.-column3 .c-grid_row.-pdXL {
  padding: 0 40px 40px;
}

.c-grid.-column4.-mgS {
  margin: 0 -10px 5px;
}

.c-grid.-column4.-mgM {
  margin: 0 -20px 10px;
}

.c-grid.-column4.-mgL {
  margin: 0 -30px 15px;
}

.c-grid.-column4.-mgXL {
  margin: 0 -40px 20px;
}

.c-grid.-column4 .c-grid_row {
  width: 25%;
  -webkit-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 25%;
  -ms-flex: 1 1 25%;
  flex: 1 1 25%;
  max-width: 25%;
}

.c-grid.-column4 .c-grid_row:nth-of-type(4n) {
  border-right-width: 0;
}

.c-grid.-column4 .c-grid_row.-pdS {
  padding: 0 10px 10px;
}

.c-grid.-column4 .c-grid_row.-pdM {
  padding: 0 20px 20px;
}

.c-grid.-column4 .c-grid_row.-pdL {
  padding: 0 30px 30px;
}

.c-grid.-column4 .c-grid_row.-pdXL {
  padding: 0 40px 40px;
}

.c-grid.-column5.-mgS {
  margin: 0 -10px 5px;
}

.c-grid.-column5.-mgM {
  margin: 0 -20px 10px;
}

.c-grid.-column5.-mgL {
  margin: 0 -30px 15px;
}

.c-grid.-column5.-mgXL {
  margin: 0 -40px 20px;
}

.c-grid.-column5 .c-grid_row {
  width: 20%;
  -webkit-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 20%;
  -ms-flex: 1 1 20%;
  flex: 1 1 20%;
  max-width: 20%;
}

.c-grid.-column5 .c-grid_row:nth-of-type(5n) {
  border-right-width: 0;
}

.c-grid.-column5 .c-grid_row.-pdS {
  padding: 0 10px 10px;
}

.c-grid.-column5 .c-grid_row.-pdM {
  padding: 0 20px 20px;
}

.c-grid.-column5 .c-grid_row.-pdL {
  padding: 0 30px 30px;
}

.c-grid.-column5 .c-grid_row.-pdXL {
  padding: 0 40px 40px;
}

.c-grid.-jcenter {
  -webkit-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.c-grid.-jcenter .c-grid_row {
  text-align: left;
  display: inline-block;
  width: auto;
  -webkit-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  max-width: none;
}

.c-grid.-nowrap {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.c-grid.-acenter {
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-grid.-stretch {
  -webkit-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.c-grid.-leftPc .c-grid_row {
  -webkit-box-flex: 0;
  box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  width: auto;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

@media screen and (max-width: 768px) {
  .c-grid .c-grid_row {
    float: left;
  }

  .c-grid.-bdrSpB .c-grid_row {
    border-width: 0 0 1px;
    margin-bottom: 20px;
  }

  .c-grid.-bdrSpB .c-grid_row:last-of-type {
    border-width: 0;
    margin-bottom: 0;
  }

  .c-grid.-columnSp1.-mgSpS {
    margin: 0 -5px 3px;
  }

  .c-grid.-columnSp1.-mgSpS02 {
    margin: 0 -2px 3px;
  }

  .c-grid.-columnSp1.-mgSpM {
    margin: 0 -10px 5px;
  }

  .c-grid.-columnSp1.-mgSpL {
    margin: 0 -15px 8px;
  }

  .c-grid.-columnSp1.-mgSpXL {
    margin: 0 -20px 10px;
  }

  .c-grid.-columnSp1 .c-grid_row {
    width: 100%;
    -webkit-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
  }

  .c-grid.-columnSp1 .c-grid_row:nth-of-type(1n + 1) {
    clear: left;
  }

  .c-grid.-columnSp1 .c-grid_row.-pdSpS {
    padding: 0 5px 5px;
  }

  .c-grid.-columnSp1 .c-grid_row.-pdSpS02 {
    padding: 0 2px 5px;
  }

  .c-grid.-columnSp1 .c-grid_row.-pdSpM {
    padding: 0 10px 10px;
  }

  .c-grid.-columnSp1 .c-grid_row.-pdSpL {
    padding: 0 15px 15px;
  }

  .c-grid.-columnSp1 .c-grid_row.-pdSpXL {
    padding: 0 20px 20px;
  }

  .c-grid.-columnSp2.-mgSpS {
    margin: 0 -5px 3px;
  }

  .c-grid.-columnSp2.-mgSpS02 {
    margin: 0 -2px 3px;
  }

  .c-grid.-columnSp2.-mgSpM {
    margin: 0 -10px 5px;
  }

  .c-grid.-columnSp2.-mgSpL {
    margin: 0 -15px 8px;
  }

  .c-grid.-columnSp2.-mgSpXL {
    margin: 0 -20px 10px;
  }

  .c-grid.-columnSp2 .c-grid_row {
    width: 50%;
    -webkit-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%;
  }

  .c-grid.-columnSp2 .c-grid_row:nth-of-type(2n + 1) {
    clear: left;
  }

  .c-grid.-columnSp2 .c-grid_row.-pdSpS {
    padding: 0 5px 5px;
  }

  .c-grid.-columnSp2 .c-grid_row.-pdSpS02 {
    padding: 0 2px 5px;
  }

  .c-grid.-columnSp2 .c-grid_row.-pdSpM {
    padding: 0 10px 10px;
  }

  .c-grid.-columnSp2 .c-grid_row.-pdSpL {
    padding: 0 15px 15px;
  }

  .c-grid.-columnSp2 .c-grid_row.-pdSpXL {
    padding: 0 20px 20px;
  }

  .c-grid.-columnSp3.-mgSpS {
    margin: 0 -5px 3px;
  }

  .c-grid.-columnSp3.-mgSpS02 {
    margin: 0 -2px 3px;
  }

  .c-grid.-columnSp3.-mgSpM {
    margin: 0 -10px 5px;
  }

  .c-grid.-columnSp3.-mgSpL {
    margin: 0 -15px 8px;
  }

  .c-grid.-columnSp3.-mgSpXL {
    margin: 0 -20px 10px;
  }

  .c-grid.-columnSp3 .c-grid_row {
    width: 33%;
    -webkit-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 33%;
    -ms-flex: 1 1 33%;
    flex: 1 1 33%;
    max-width: 33%;
  }

  .c-grid.-columnSp3 .c-grid_row:nth-of-type(3n + 1) {
    clear: left;
  }

  .c-grid.-columnSp3 .c-grid_row.-pdSpS {
    padding: 0 5px 5px;
  }

  .c-grid.-columnSp3 .c-grid_row.-pdSpS02 {
    padding: 0 2px 5px;
  }

  .c-grid.-columnSp3 .c-grid_row.-pdSpM {
    padding: 0 10px 10px;
  }

  .c-grid.-columnSp3 .c-grid_row.-pdSpL {
    padding: 0 15px 15px;
  }

  .c-grid.-columnSp3 .c-grid_row.-pdSpXL {
    padding: 0 20px 20px;
  }

  .c-grid.-columnSp4.-mgSpS {
    margin: 0 -5px 3px;
  }

  .c-grid.-columnSp4.-mgSpS02 {
    margin: 0 -2px 3px;
  }

  .c-grid.-columnSp4.-mgSpM {
    margin: 0 -10px 5px;
  }

  .c-grid.-columnSp4.-mgSpL {
    margin: 0 -15px 8px;
  }

  .c-grid.-columnSp4.-mgSpXL {
    margin: 0 -20px 10px;
  }

  .c-grid.-columnSp4 .c-grid_row {
    width: 25%;
    -webkit-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 25%;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    max-width: 25%;
  }

  .c-grid.-columnSp4 .c-grid_row:nth-of-type(4n + 1) {
    clear: left;
  }

  .c-grid.-columnSp4 .c-grid_row.-pdSpS {
    padding: 0 5px 5px;
  }

  .c-grid.-columnSp4 .c-grid_row.-pdSpS02 {
    padding: 0 2px 5px;
  }

  .c-grid.-columnSp4 .c-grid_row.-pdSpM {
    padding: 0 10px 10px;
  }

  .c-grid.-columnSp4 .c-grid_row.-pdSpL {
    padding: 0 15px 15px;
  }

  .c-grid.-columnSp4 .c-grid_row.-pdSpXL {
    padding: 0 20px 20px;
  }

  .c-grid.-columnSp5.-mgSpS {
    margin: 0 -5px 3px;
  }

  .c-grid.-columnSp5.-mgSpS02 {
    margin: 0 -2px 3px;
  }

  .c-grid.-columnSp5.-mgSpM {
    margin: 0 -10px 5px;
  }

  .c-grid.-columnSp5.-mgSpL {
    margin: 0 -15px 8px;
  }

  .c-grid.-columnSp5.-mgSpXL {
    margin: 0 -20px 10px;
  }

  .c-grid.-columnSp5 .c-grid_row {
    width: 20%;
    -webkit-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 20%;
    -ms-flex: 1 1 20%;
    flex: 1 1 20%;
    max-width: 20%;
  }

  .c-grid.-columnSp5 .c-grid_row:nth-of-type(5n + 1) {
    clear: left;
  }

  .c-grid.-columnSp5 .c-grid_row.-pdSpS {
    padding: 0 5px 5px;
  }

  .c-grid.-columnSp5 .c-grid_row.-pdSpS02 {
    padding: 0 2px 5px;
  }

  .c-grid.-columnSp5 .c-grid_row.-pdSpM {
    padding: 0 10px 10px;
  }

  .c-grid.-columnSp5 .c-grid_row.-pdSpL {
    padding: 0 15px 15px;
  }

  .c-grid.-columnSp5 .c-grid_row.-pdSpXL {
    padding: 0 20px 20px;
  }

  .c-grid.-jcenter,
  .c-grid.-jcenterSp {
    -webkit-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .c-grid.-jcenter .c-grid_row,
  .c-grid.-jcenterSp .c-grid_row {
    text-align: left;
    float: none;
    display: inline-block;
    width: auto;
    -webkit-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    max-width: none;
  }

  .c-grid.-jcenter>*:not([class="c-grid_row"]),
  .c-grid.-jcenterSp>*:not([class="c-grid_row"]) {
    display: inline-block;
  }
}

.c-separate {
  display: -webkit-box;
  display: box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-separate .c-separate_start {
  width: 58%;
  -webkit-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 58%;
  -ms-flex: 0 0 58%;
  flex: 0 0 58%;
  max-width: 58%;
}

.c-separate .c-separate_end {
  width: 42%;
  -webkit-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 42%;
  -ms-flex: 0 0 42%;
  flex: 0 0 42%;
  max-width: 42%;
  padding: 0;
  text-align: right;
}

.c-separate.-reverse {
  -webkit-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: reverse;
  box-direction: reverse;
  -webkit-flex-flow: row-reverse nowrap;
  -ms-flex-flow: row-reverse nowrap;
  flex-flow: row-reverse nowrap;
}

.c-separate.-reverse .c-separate_end {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .c-separate {
    display: -webkit-box;
    display: box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .c-separate .c-separate_start {
    width: 100%;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    max-width: 100%;
    margin-bottom: 30px;
    float: left;
    position: relative;
    z-index: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .c-separate .c-separate_end {
    width: auto;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    max-width: 100%;
    padding: 0;
    text-align: center;
  }

  .c-separate.-reverse {
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .c-separate.-reverse .c-separate_end {
    text-align: center;
  }
}

.c-iframe {
  max-height: 600px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.c-iframe .c-iframe_inner {
  padding: 20px;
}

.c-iframe.-bdr {
  border: 1px dotted #b5b5b5;
}

@media screen and (max-width: 768px) {
  .c-iframe {
    max-height: 300px;
  }

  .c-iframe .c-iframe_inner {
    padding: 10px;
  }
}

/* ==========================================================================
 width コンテンツの中で幅が不定期に狭いものが出てきた時用
========================================================================== */
.c-width {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.c-width.-w50 {
  max-width: 50px;
}

.c-width.-w100 {
  max-width: 100px;
}

.c-width.-w150 {
  max-width: 150px;
}

.c-width.-w200 {
  max-width: 200px;
}

.c-width.-w250 {
  max-width: 250px;
}

.c-width.-w300 {
  max-width: 300px;
}

.c-width.-w350 {
  max-width: 350px;
}

.c-width.-w400 {
  max-width: 400px;
}

.c-width.-w450 {
  max-width: 450px;
}

.c-width.-w500 {
  max-width: 500px;
}

.c-width.-w550 {
  max-width: 550px;
}

.c-width.-w600 {
  max-width: 600px;
}

.c-width.-w650 {
  max-width: 650px;
}

.c-width.-w700 {
  max-width: 700px;
}

.c-width.-w750 {
  max-width: 750px;
}

.c-width.-w800 {
  max-width: 800px;
}

.c-width.-w850 {
  max-width: 850px;
}

.c-width.-w900 {
  max-width: 900px;
}

.c-width.-w950 {
  max-width: 950px;
}

.c-width.-w1000 {
  max-width: 1000px;
}

.c-width.-w1050 {
  max-width: 1050px;
}

.c-width.-w1100 {
  max-width: 1100px;
}

.c-width.-w1150 {
  max-width: 1150px;
}

.c-width.-w1200 {
  max-width: 1200px;
}

@media screen and (max-width: 768px) {
  .c-width.-w50 {
    max-width: 36px;
  }

  .c-width.-w100 {
    max-width: 71px;
  }

  .c-width.-w150 {
    max-width: 107px;
  }

  .c-width.-w200 {
    max-width: 143px;
  }

  .c-width.-w250 {
    max-width: 179px;
  }

  .c-width.-w300 {
    max-width: 214px;
  }

  .c-width.-w350 {
    max-width: 250px;
  }

  .c-width.-w400 {
    max-width: 286px;
  }

  .c-width.-w450 {
    max-width: 321px;
  }

  .c-width.-w500 {
    max-width: 357px;
  }

  .c-width.-w550 {
    max-width: 393px;
  }

  .c-width.-w600 {
    max-width: 429px;
  }

  .c-width.-w650 {
    max-width: 464px;
  }

  .c-width.-w700 {
    max-width: 500px;
  }

  .c-width.-w750 {
    max-width: 536px;
  }

  .c-width.-w800 {
    max-width: 571px;
  }

  .c-width.-w850 {
    max-width: 607px;
  }

  .c-width.-w900 {
    max-width: 643px;
  }

  .c-width.-w950 {
    max-width: 679px;
  }

  .c-width.-w1000 {
    max-width: 714px;
  }

  .c-width.-w1050 {
    max-width: 750px;
  }

  .c-width.-w1100 {
    max-width: 786px;
  }

  .c-width.-w1150 {
    max-width: 821px;
  }

  .c-width.-w1200 {
    max-width: 857px;
  }

  .c-width.-wSp50 {
    max-width: 50px;
  }

  .c-width.-wSp100 {
    max-width: 100px;
  }

  .c-width.-wSp150 {
    max-width: 150px;
  }

  .c-width.-wSp200 {
    max-width: 200px;
  }

  .c-width.-wSp250 {
    max-width: 250px;
  }

  .c-width.-wSp300 {
    max-width: 300px;
  }

  .c-width.-wSp350 {
    max-width: 350px;
  }

  .c-width.-wSp400 {
    max-width: 400px;
  }

  .c-width.-wSp450 {
    max-width: 450px;
  }

  .c-width.-wSp500 {
    max-width: 500px;
  }

  .c-width.-wSp550 {
    max-width: 550px;
  }

  .c-width.-wSp600 {
    max-width: 600px;
  }

  .c-width.-wSp650 {
    max-width: 650px;
  }

  .c-width.-wSp700 {
    max-width: 700px;
  }

  .c-width.-wSp750 {
    max-width: 750px;
  }

  .c-width.-wSp800 {
    max-width: 800px;
  }

  .c-width.-wSp850 {
    max-width: 850px;
  }

  .c-width.-wSp900 {
    max-width: 900px;
  }

  .c-width.-wSp950 {
    max-width: 950px;
  }

  .c-width.-wSp1000 {
    max-width: 1000px;
  }

  .c-width.-wSp1050 {
    max-width: 1050px;
  }

  .c-width.-wSp1100 {
    max-width: 1100px;
  }

  .c-width.-wSp1150 {
    max-width: 1150px;
  }

  .c-width.-wSp1200 {
    max-width: 1200px;
  }

  .c-width.-wSpfull {
    max-width: 100%;
  }
}

/* -----------------------------------------------------------------
 Project
----------------------------------------------------------------- */
.p-mv {
  padding-top: 58px;
  margin-bottom: 40px;
  height: 460px;
  background: #e8e8e2 center center no-repeat;
  background-size: cover;
  position: relative;
}

.p-mv .p-mv_ttl {
  color: #01a32b;
  font-size: 4rem;
  font-weight: normal;
  margin-bottom: 55px;
}

.p-mv .p-mv_btn {
  width: 360px;
}

@media screen and (max-width: 768px) {
  .p-mv {
    padding: 55px 0 0;
    margin-bottom: 30px;
    height: 430px;
  }

  .p-mv .p-mv_ttl {
    font-size: 2rem;
    margin-bottom: 25px;
  }

  .p-mv .p-mv_btn {
    margin: 0 auto;
    width: 98%;
  }
}

.p-txt {
  font-size: 1.6rem;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.p-txt .p-txt_str {
  font-size: 2.4rem;
}

.p-txt.-sizeS {
  font-size: 1.6rem;
}

.p-txt.-sizeM {
  font-size: 2rem;
}

.p-txt.-link {
  font-size: 1.5rem;
}

.p-txt.-bold {
  font-weight: bold;
}

.p-txt.-clr {
  color: #01a32b;
}

.p-txt.-center {
  text-align: center;
}

.p-txt.is-disabled {
  color: #b5b5b5;
}

@media screen and (max-width: 768px) {
  .p-txt {
    font-size: 1.4rem;
  }

  .p-txt .p-txt_small {
    font-size: 1rem;
  }

  .p-txt .p-txt_str {
    font-size: 2rem;
  }

  .p-txt.-sizeS {
    font-size: 1.1rem;
  }

  .p-txt.-sizeM {
    font-size: 1.5rem;
  }

  .p-txt.-link {
    font-size: 1.2rem;
  }
}

.p-block {
  position: relative;
  padding-top: 70px;
  /*20180702ここまで追加*/
}

.p-block.-glay {
  background-color: #e3e3de;
}

.p-block.-bdrT {
  border-top: 1px solid #b5b5b5;
}

.p-block .p-block_inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 1100px;
  padding: 50px 50px 60px;
}

.p-block .p-block_inner.-glay {
  background-color: #e3e3de;
}

.p-block .p-block_inner.-bdrT {
  border-top: 1px solid #b5b5b5;
}

.p-block .p-block_body {
  font-size: 4rem;
  font-weight: normal;
  margin-bottom: 40px;
}

.p-block .p-block_ttl {
  font-size: 3rem;
  font-weight: bold;
  color: #01a32b;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 30px;
}

.p-block .p-block_ttl.-str {
  font-size: 3.2rem;
  color: #000;
}

.p-block .p-block_ttl_sup {
  font-size: 1.6rem;
}

.p-block .p-block_ttl_small {
  font-size: 2.4rem;
  color: #535353;
}

.p-block .p-block_ttl_small.-clr {
  color: inherit;
}

.p-block .p-block_ttl_ssmall {
  font-size: 1.8rem;
}

.p-block .p-block_txt {
  font-size: 1.6rem;
  color: #555;
  line-height: 1.875;
  margin-bottom: 50px;
}

.p-block .p-block_txt:last-child {
  margin-bottom: 0;
}

.p-block .p-block_txt.-wlimit {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.p-block .p-block_lede {
  font-size: 2rem;
  font-weight: normal;
  color: #222;
  line-height: 1.75;
  text-align: center;
  margin-bottom: 30px;
}

.p-block .p-block_lede.-clr {
  color: #01a32b;
}

.p-block .p-block_sub {
  font-size: 1.8rem;
  font-weight: normal;
  color: #666;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 40px;
}

.p-block .p-block_bdr {
  display: inline-block;
  padding: 0 2px 2px;
  border-bottom: 4px solid #b5b5b5;
}

.p-block .p-block_en {
  font-size: 2rem;
  font-weight: normal;
  color: #222;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 30px;
}

.p-block .p-block_btn {
  text-align: center;
  /*20180820直下追加*/
}

.p-block .p-block_btn.-mbS {
  margin-bottom: 20px;
}

.p-block .p-block_btn.-mbM {
  margin-bottom: 40px;
}

.p-block .p-block_btn.-mbL {
  margin-bottom: 55px;
}

.p-block .p-block_btn.-mbXL {
  margin-bottom: 150px;
}

.p-block .p-block_btnIn {
  display: block;
  max-width: 450px;
  text-align: center;
  margin: auto;
  width: 100%;
  /*20180702ここから追加*/
}

.p-block .p-block_btnIn_small {
  max-width: 380px;
  width: 100%;
}

.p-block .p-block_btnIn_S {
  display: block;
  max-width: 380px;
  text-align: center;
  margin-left: auto;
  width: 100%;
}

.p-block .p-block_str {
  font-size: 2rem;
  font-weight: normal;
  color: #01a32b;
  line-height: 1.75;
  text-align: center;
  margin-bottom: 5px;
}

.p-block .p-block_aside {
  display: block;
  text-align: center;
  margin-bottom: 5px;
}

.p-block .p-block_aside.-mbL {
  margin-bottom: 50px;
}

.p-block .p-block_aside_in {
  text-align: left;
  display: inline-block;
  max-width: 100%;
}

.p-block .p-block_weak {
  font-size: 1.3rem;
}

@media screen and (max-width: 768px) {
  .p-block {
    padding-top: 20px;
  }

  .p-block .p-block_inner {
    padding: 25px 20px 30px;
  }

  .p-block .p-block_body {
    font-size: 2rem;
    margin-bottom: 20px;
  }

  .p-block .p-block_ttl {
    font-size: 2rem;
    margin-bottom: 20px;
  }

  .p-block .p-block_ttl.-str {
    font-size: 2.2rem;
  }

  .p-block .p-block_ttl_sup {
    font-size: 1.2rem;
  }

  .p-block .p-block_ttl_small {
    font-size: 1.8rem;
  }

  .p-block .p-block_ttl_ssmall {
    font-size: 1.4rem;
  }

  .p-block .p-block_txt {
    font-size: 1.4rem;
    margin-bottom: 35px;
  }

  .p-block .p-block_txt:last-child {
    margin-bottom: 0;
  }

  .p-block .p-block_txt.-wlimit {
    width: auto;
  }

  .p-block .p-block_lede {
    font-size: 1.5rem;
    margin-bottom: 25px;
  }

  .p-block .p-block_sub {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }

  .p-block .p-block_bdr {
    display: inline-block;
    padding: 0 5px 2px;
    min-width: 130px;
  }

  .p-block .p-block_en {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }

  .p-block .p-block_btn {
    padding: 0 10px;
  }

  .p-block .p-block_btn.-mbM {
    margin-bottom: 20px;
  }

  .p-block .p-block_btn.-mbL {
    margin-bottom: 30px;
  }

  .p-block .p-block_btn.-mbXL {
    margin-bottom: 25px;
  }

  .p-block .p-block_btnIn {
    max-width: 100%;
  }

  .p-block .p-block_str {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }

  .p-block .p-block_aside {
    margin-bottom: 5px;
  }

  .p-block .p-block_aside.-mbL {
    margin-bottom: 25px;
  }
}

.p-step {
  padding-top: 70px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-step .p-step_txt {
  font-size: 1.6rem;
  text-align: center;
}

.p-step .p-step_leda {
  color: #b5b5b5;
  text-align: center;
  width: auto;
  position: absolute;
  left: 0;
  right: 0;
  font-size: 2rem;
  top: -3.6em;
}

.p-step .p-step_row {
  width: auto;
  -webkit-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  max-width: none;
  position: relative;
  background: url(/soukin/shared/image/common/icon/icon_triangle_r-glay.png) 98% 15px no-repeat;
}

.p-step .p-step_row:last-of-type {
  padding-right: 0;
  background: none;
}

.p-step .p-step_row::after {
  color: #b5b5b5;
  text-align: center;
  width: auto;
  position: absolute;
  left: 0;
  right: 0;
}

.p-step .p-step_row::after {
  font-size: 4rem;
  top: -1.4em;
}

.p-step .p-step_row:nth-of-type(1)::after {
  content: "1";
}

.p-step .p-step_row:nth-of-type(2)::after {
  content: "2";
}

.p-step .p-step_row:nth-of-type(3)::after {
  content: "3";
}

.p-step .p-step_row:nth-of-type(4)::after {
  content: "4";
}

.p-step .p-step_row:nth-of-type(5)::after {
  content: "5";
}

.p-step .p-step_row:nth-of-type(6)::after {
  content: "6";
}

.p-step .p-step_row:nth-of-type(7)::after {
  content: "7";
}

.p-step .p-step_row:nth-of-type(8)::after {
  content: "8";
}

.p-step .p-step_row:nth-of-type(9)::after {
  content: "9";
}

.p-step.-column2.-slim .p-step_row {
  width: 260px;
  -webkit-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 1 260px;
  -ms-flex: 0 1 260px;
  flex: 0 1 260px;
  max-width: 260px;
  padding-right: 20px;
  padding-bottom: 20px;
}

.p-step.-column2.-slim .p-step_row::after {
  right: 20px;
}

.p-step.-column2.-slim .p-step_row .p-step_leda {
  right: 20px;
}

.p-step.-column2.-slim .p-step_row:nth-of-type(2n) {
  width: 240px;
  -webkit-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 1 240px;
  -ms-flex: 0 1 240px;
  flex: 0 1 240px;
  max-width: 240px;
  padding-right: 0;
  background: none;
}

.p-step.-column2.-slim .p-step_row:nth-of-type(2n)::after {
  right: 0;
}

.p-step.-column2.-slim .p-step_row:nth-of-type(2n) .p-step_leda {
  right: 0;
}

.p-step.-column3.-slim .p-step_row {
  width: 260px;
  -webkit-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 1 260px;
  -ms-flex: 0 1 260px;
  flex: 0 1 260px;
  max-width: 260px;
  padding-right: 20px;
  padding-bottom: 20px;
}

.p-step.-column3.-slim .p-step_row::after {
  right: 20px;
}

.p-step.-column3.-slim .p-step_row .p-step_leda {
  right: 20px;
}

.p-step.-column3.-slim .p-step_row:nth-of-type(3n) {
  width: 240px;
  -webkit-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 1 240px;
  -ms-flex: 0 1 240px;
  flex: 0 1 240px;
  max-width: 240px;
  padding-right: 0;
  background: none;
}

.p-step.-column3.-slim .p-step_row:nth-of-type(3n)::after {
  right: 0;
}

.p-step.-column3.-slim .p-step_row:nth-of-type(3n) .p-step_leda {
  right: 0;
}

.p-step.-column4.-slim .p-step_row {
  width: 260px;
  -webkit-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 1 260px;
  -ms-flex: 0 1 260px;
  flex: 0 1 260px;
  max-width: 260px;
  padding-right: 20px;
  padding-bottom: 20px;
}

.p-step.-column4.-slim .p-step_row::after {
  right: 20px;
}

.p-step.-column4.-slim .p-step_row .p-step_leda {
  right: 20px;
}

.p-step.-column4.-slim .p-step_row:nth-of-type(4n) {
  width: 240px;
  -webkit-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 1 240px;
  -ms-flex: 0 1 240px;
  flex: 0 1 240px;
  max-width: 240px;
  padding-right: 0;
  background: none;
}

.p-step.-column4.-slim .p-step_row:nth-of-type(4n)::after {
  right: 0;
}

.p-step.-column4.-slim .p-step_row:nth-of-type(4n) .p-step_leda {
  right: 0;
}

.p-step.-column5.-slim .p-step_row {
  width: 260px;
  -webkit-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 1 260px;
  -ms-flex: 0 1 260px;
  flex: 0 1 260px;
  max-width: 260px;
  padding-right: 20px;
  padding-bottom: 20px;
}

.p-step.-column5.-slim .p-step_row::after {
  right: 20px;
}

.p-step.-column5.-slim .p-step_row .p-step_leda {
  right: 20px;
}

.p-step.-column5.-slim .p-step_row:nth-of-type(5n) {
  width: 240px;
  -webkit-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 1 240px;
  -ms-flex: 0 1 240px;
  flex: 0 1 240px;
  max-width: 240px;
  padding-right: 0;
  background: none;
}

.p-step.-column5.-slim .p-step_row:nth-of-type(5n)::after {
  right: 0;
}

.p-step.-column5.-slim .p-step_row:nth-of-type(5n) .p-step_leda {
  right: 0;
}

.p-step.-jcenter {
  -webkit-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-step.-jcenter .p-step_row {
  width: auto;
  -webkit-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: none;
}

.p-stepOrange {
  display: -webkit-box;
  display: box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  margin-bottom: 50px;
}

.p-stepOrange .p-stepOrange_list {
  width: 120px;
  -webkit-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 120px;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  color: #fe831b;
  font-size: 1.4rem;
  font-weight: bold;
  padding-right: 60px;
  background: url(/soukin/shared/image/common/icon/icon_triangle_r-orange.png) 140px 50px no-repeat;
  background-size: 14px auto;
}

.p-stepOrange .p-stepOrange_list:last-of-type {
  padding-right: 0;
  background: none;
}

.p-stepOrange .p-stepOrange_img {
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .p-step {
    padding-top: 0;
    margin-bottom: 25px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .p-step .p-step_txt {
    font-size: 1.4rem;
  }

  .p-step .p-step_leda {
    font-size: 1.5rem;
    top: 0em;
  }

  .p-step .p-step_row {
    padding-top: 60px;
    width: auto;
    -webkit-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    float: left;
    max-width: none;
    background-position: 98% 65px;
    background-size: 15px auto;
  }

  .p-step .p-step_row:last-of-type {
    background: none;
  }

  .p-step .p-step_row::after {
    font-size: 3rem;
    top: 0.5em;
  }

  .p-step.-columnSp2 .p-step_row:nth-of-type(2n + 1) {
    clear: left;
  }

  .p-step.-columnSp2.-slim {
    margin-left: 0;
    margin-right: 0;
  }

  .p-step.-columnSp2.-slim .p-step_row:nth-of-type(1n) {
    width: 55%;
    -webkit-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 1 55%;
    -ms-flex: 0 1 55%;
    flex: 0 1 55%;
    max-width: 55%;
    padding-right: 5%;
    padding-bottom: 25px;
  }

  .p-step.-columnSp2.-slim .p-step_row:nth-of-type(1n)::after {
    right: 5%;
  }

  .p-step.-columnSp2.-slim .p-step_row:nth-of-type(1n) .p-step_leda {
    right: 5%;
  }

  .p-step.-columnSp2.-slim .p-step_row:nth-of-type(2n) {
    width: 45%;
    -webkit-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 1 45%;
    -ms-flex: 0 1 45%;
    flex: 0 1 45%;
    max-width: 45%;
    padding-right: 0;
    background: none;
  }

  .p-step.-columnSp2.-slim .p-step_row:nth-of-type(2n)::after {
    right: 0;
  }

  .p-step.-columnSp2.-slim .p-step_row:nth-of-type(2n) .p-step_leda {
    right: 0;
  }

  .p-step.-columnSp3 .p-step_row:nth-of-type(3n + 1) {
    clear: left;
  }

  .p-step.-columnSp3.-slim {
    margin-left: 0;
    margin-right: 0;
  }

  .p-step.-columnSp3.-slim .p-step_row:nth-of-type(1n) {
    width: 35%;
    -webkit-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 1 35%;
    -ms-flex: 0 1 35%;
    flex: 0 1 35%;
    max-width: 35%;
    padding-right: 2%;
    padding-bottom: 25px;
  }

  .p-step.-columnSp3.-slim .p-step_row:nth-of-type(1n)::after {
    right: 2%;
  }

  .p-step.-columnSp3.-slim .p-step_row:nth-of-type(1n) .p-step_leda {
    right: 2%;
  }

  .p-step.-columnSp3.-slim .p-step_row:nth-of-type(3n) {
    width: 28%;
    -webkit-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 1 28%;
    -ms-flex: 0 1 28%;
    flex: 0 1 28%;
    max-width: 28%;
    padding-right: 0;
    background: none;
  }

  .p-step.-columnSp3.-slim .p-step_row:nth-of-type(3n)::after {
    right: 0;
  }

  .p-step.-columnSp3.-slim .p-step_row:nth-of-type(3n) .p-step_leda {
    right: 0;
  }

  .p-step.-columnSp4 .p-step_row:nth-of-type(4n + 1) {
    clear: left;
  }

  .p-step.-columnSp4.-slim {
    margin-left: 0;
    margin-right: 0;
  }

  .p-step.-columnSp4.-slim .p-step_row:nth-of-type(1n) {
    width: 26%;
    -webkit-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 1 26%;
    -ms-flex: 0 1 26%;
    flex: 0 1 26%;
    max-width: 26%;
    padding-right: 1%;
    padding-bottom: 25px;
  }

  .p-step.-columnSp4.-slim .p-step_row:nth-of-type(1n)::after {
    right: 1%;
  }

  .p-step.-columnSp4.-slim .p-step_row:nth-of-type(1n) .p-step_leda {
    right: 1%;
  }

  .p-step.-columnSp4.-slim .p-step_row:nth-of-type(4n) {
    width: 20%;
    -webkit-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 1 20%;
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
    max-width: 20%;
    padding-right: 0;
    background: none;
  }

  .p-step.-columnSp4.-slim .p-step_row:nth-of-type(4n)::after {
    right: 0;
  }

  .p-step.-columnSp4.-slim .p-step_row:nth-of-type(4n) .p-step_leda {
    right: 0;
  }

  .p-step.-columnSp5 .p-step_row:nth-of-type(5n + 1) {
    clear: left;
  }

  .p-step.-columnSp5.-slim {
    margin-left: 0;
    margin-right: 0;
  }

  .p-step.-columnSp5.-slim .p-step_row:nth-of-type(1n) {
    width: 21%;
    -webkit-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 1 21%;
    -ms-flex: 0 1 21%;
    flex: 0 1 21%;
    max-width: 21%;
    padding-right: 1%;
    padding-bottom: 25px;
  }

  .p-step.-columnSp5.-slim .p-step_row:nth-of-type(1n)::after {
    right: 1%;
  }

  .p-step.-columnSp5.-slim .p-step_row:nth-of-type(1n) .p-step_leda {
    right: 1%;
  }

  .p-step.-columnSp5.-slim .p-step_row:nth-of-type(5n) {
    width: 15%;
    -webkit-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 1 15%;
    -ms-flex: 0 1 15%;
    flex: 0 1 15%;
    max-width: 15%;
    padding-right: 0;
    background: none;
  }

  .p-step.-columnSp5.-slim .p-step_row:nth-of-type(5n)::after {
    right: 0;
  }

  .p-step.-columnSp5.-slim .p-step_row:nth-of-type(5n) .p-step_leda {
    right: 0;
  }

  .p-stepOrange {
    margin-bottom: 25px;
  }

  .p-stepOrange .p-stepOrange_list {
    width: 75px;
    -webkit-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 75px;
    -ms-flex: 1 1 75px;
    flex: 1 1 75px;
    font-size: 1rem;
    padding-right: 30px;
    background-position: 90% 30%;
    background-size: 10px auto;
  }

  .p-stepOrange .p-stepOrange_list:last-of-type {
    padding-right: 0;
    background: none;
  }
}

.p-small {
  color: #555;
  font-size: 1.3rem;
  padding-left: 1.4em;
  text-indent: -1.4em;
  margin-bottom: 15px;
}

.p-small.-strong {
  font-size: 1.6rem;
}

html[lang="en"] .p-small,
html[lang="es_ES"] .p-small,
html[lang="in"] .p-small,
html[lang="tl"] .p-small,
html[lang="pt_BR"] .p-small,
html[lang="th_TH"] .p-small,
html[lang="vi"] .p-small {
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 768px) {
  .p-small {
    font-size: 1rem;
    margin-bottom: 8px;
  }

  .p-small.-strong {
    font-size: 1rem;
  }

  html[lang="en"] .p-small,
  html[lang="es_ES"] .p-small,
  html[lang="in"] .p-small,
  html[lang="tl"] .p-small,
  html[lang="pt_BR"] .p-small,
  html[lang="th_TH"] .p-small,
  html[lang="vi"] .p-small {
    padding-left: 0.7em;
    text-indent: -0.7em;
  }
}

.p-mark {
  color: #555;
  font-size: 1.4rem;
  border: 2px solid #b5b5b5;
  padding: 8px 5px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-mark {
    font-size: 1rem;
    border-width: 1px;
    padding: 4px 3px;
  }
}

.p-tel {
  padding: 20px 20px 5px;
  text-align: center;
  display: block;
  border: 2px solid #01a32b;
  border-radius: 20px;
  width: 640px;
  max-width: 100%;
  margin-bottom: 15px;
}

.p-tel .p-tel_name {
  font-size: 2rem;
  color: #01a32b;
  margin-bottom: 10px;
}

.p-tel .p-tel_num {
  font-size: 6rem;
  font-weight: bold;
  color: #01a32b;
  line-height: 1;
  margin-bottom: 10px;
  letter-spacing: -0.05em;
}

.p-tel .p-tel_link {
  display: block;
  line-height: 1;
  color: #01a32b;
}

.p-tel .p-tel_link:hover {
  opacity: 1;
  text-decoration: none !important;
}

.p-tel .p-tel_small {
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.p-tel.-aside {
  background-color: #e3e3de;
  border-width: 0;
  border-radius: 0;
}

.p-tel.-aside .p-tel_name {
  font-size: 1.6rem;
  color: #555;
}

.p-tel.-aside .p-tel_num {
  font-size: 5rem;
}

.p-tel.-normal {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  border-width: 0;
  border-radius: 0;
}

.p-tel.-normal .p-tel_name {
  font-size: 2rem;
  font-weight: bold;
  color: #555;
}

.p-tel.-normal .p-tel_num {
  font-size: 5rem;
}

@media screen and (max-width: 768px) {
  .p-tel {
    min-width: 280px;
    width: 100%;
    width: 70vw;
    padding: 25px 12px 0;
    text-align: center;
    border-width: 2px;
    border-radius: 10px;
  }

  .p-tel .p-tel_name {
    font-size: 1.4rem;
  }

  .p-tel .p-tel_num {
    font-size: 3.4rem;
  }

  .p-tel .p-tel_small {
    text-align: center;
    font-size: 1rem;
  }

  .p-tel.-aside {
    min-width: 280px;
    width: auto;
    background-color: #e3e3de;
    border-width: 0;
    border-radius: 0;
    padding: 12px 5px 1px;
  }

  .p-tel.-aside .p-tel_name {
    font-size: 1.2rem;
  }

  .p-tel.-aside .p-tel_num {
    font-size: 3rem;
  }

  .p-tel.-normal {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    border-width: 0;
    border-radius: 0;
  }

  .p-tel.-normal .p-tel_name {
    font-size: 1.6rem;
  }

  .p-tel.-normal .p-tel_num {
    font-size: 2.8rem;
  }
}

.p-def {
  margin-bottom: -10px;
}

.p-def .p-def_ttl {
  color: #222;
  font-size: 2rem;
  margin-bottom: 10px;
}

.p-def .p-def_txt {
  color: #555;
  font-size: 1.6rem;
  margin-bottom: 10px;
  line-height: 1.875;
}

.p-def.-weak {
  margin-bottom: -5px;
}

.p-def.-weak .p-def_ttl {
  font-size: 1.6rem;
  margin-bottom: 5px;
}

.p-def.-weak .p-def_txt {
  font-size: 1.4rem;
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .p-def {
    margin-bottom: -5px;
  }

  .p-def .p-def_ttl {
    font-size: 1.8rem;
    margin-bottom: 5px;
  }

  .p-def .p-def_txt {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }

  .p-def.-weak {
    margin-bottom: -5px;
  }

  .p-def.-weak .p-def_ttl {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }

  .p-def.-weak .p-def_txt {
    font-size: 1.1rem;
    margin-bottom: 5px;
  }
}

.p-sns {
  text-align: center;
  margin-bottom: 55px;
}

.p-sns .p-sns_txt {
  font-size: 1.8rem;
  font-weight: bold;
  color: #535353;
  margin-bottom: 5px;
}

.p-sns .p-sns_list {
  display: inline-block;
  margin: 10px;
}

.p-sns .p-sns_icon {
  display: block;
  position: relative;
  width: 50px;
}

@media screen and (max-width: 768px) {
  .p-sns {
    margin-bottom: 40px;
  }

  .p-sns .p-sns_txt {
    font-size: 1.2rem;
  }

  .p-sns .p-sns_list {
    margin: 5px 10px;
  }

  .p-sns .p-sns_icon {
    width: 35px;
  }
}

.p-img {
  width: 100%;
  height: auto;
}

.p-img.-card {
  max-width: 424px;
}

.p-img.-apple {
  max-width: 210px;
}

.p-img.-google {
  max-width: 204px;
}

.p-img.-phone {
  max-width: 354px;
}

.p-img.-phone02 {
  max-width: 354px;
}

.p-img.-display {
  max-width: 200px;
}

.p-img.-device {
  max-width: 676px;
}

.p-img.-add {
  max-width: 360px;
}

.p-img.-flag {
  max-width: 154px;
}

.p-img.-network {
  max-width: 86px;
}

.p-img.-pc {
  max-width: 581px;
}

.p-img.-bdo {
  max-width: 180px;
}

.p-img.-wu {
  max-width: 200px;
}

@media screen and (max-width: 768px) {
  .p-img.-card {
    max-width: 212px;
  }

  .p-img.-apple {
    max-width: 127px;
  }

  .p-img.-google {
    max-width: 123px;
  }

  .p-img.-phone {
    max-width: 204px;
  }

  .p-img.-phone02 {
    max-width: 140px;
  }

  .p-img.-display {
    max-width: 125px;
  }

  .p-img.-device {
    max-width: 129px;
  }

  .p-img.-flag {
    max-width: 51px;
  }

  .p-img.-network {
    max-width: 43px;
  }

  .p-img.-pc {
    max-width: 240px;
  }

  .p-img.-bdo {
    max-width: 90px;
  }

  .p-img.-wu {
    max-width: 100px;
  }
}

.p-device {
  display: inline-block;
  width: 351px;
  height: 519px;
  margin: 0 auto;
  background: url(/soukin/shared/image/common/img/img_frame.png) center top no-repeat;
  background-size: 354px auto;
  padding: 73px 66px 0 62px;
}

.p-device .p-device_anime {
  width: 224px;
  height: 386px;
  overflow: hidden;
}

.p-device .p-device_img {
  width: 676px;
  height: 384px;
  -webkit-animation: slideInfinite 6s ease-in-out both infinite;
  animation: slideInfinite 6s ease-in-out both infinite;
}

@media screen and (max-width: 768px) {
  .p-device {
    width: 204px;
    height: 300px;
    background-size: 204px auto;
    padding: 44px 39px 0 36px;
  }

  .p-device .p-device_anime {
    width: 129px;
    height: 220px;
    overflow: hidden;
  }

  .p-device .p-device_img {
    width: 390px;
    height: 220px;
    -webkit-animation: slideInfiniteSp 6s ease-in-out both infinite;
    animation: slideInfiniteSp 6s ease-in-out both infinite;
  }
}

.p-list {
  font-size: 2rem;
  color: #555;
  line-height: 2.5;
  margin-bottom: 20px;
}

.p-list .p-list_small {
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .p-list {
    font-size: 1.4rem;
    margin-bottom: 10px;
    line-height: 1.786;
  }

  .p-list .p-list_small {
    font-size: 1.2rem;
  }
}

.p-terms {
  font-size: 1.4rem;
  color: #555;
  margin-bottom: 40px;
  line-height: 1.6;
}

.p-terms.-revision {
  font-size: 1.2rem;
  text-align: right;
}

.p-terms .p-terms_ttl {
  font-weight: bold;
  margin-bottom: 10px;
}

.p-terms .p-terms_box {
  margin-bottom: 40px;
}

.p-terms .p-terms_num li {
  padding-left: 1em;
  text-indent: -1em;
}

.p-terms .p-terms_num li:nth-of-type(n + 10) {
  padding-left: 1.6em;
  text-indent: -1.6em;
}

.p-terms .p-terms_num li p {
  text-indent: 0;
}

.p-terms .p-terms_numL li {
  padding-left: 1.6em;
  text-indent: -1.6em;
}

.p-terms .p-terms_numL li:nth-of-type(n + 10) {
  padding-left: 2.1em;
  text-indent: -2.1em;
}

.p-terms .p-terms_numL li p {
  text-indent: 0;
}

.p-terms .p-terms_numXL li {
  padding-left: 2.6em;
  text-indent: -2.6em;
}

.p-terms .p-terms_numXL li:nth-of-type(n + 10) {
  padding-left: 3.2em;
  text-indent: -3.2em;
}

.p-terms .p-terms_numXL li p {
  text-indent: 0;
}

@media screen and (max-width: 768px) {
  .p-terms {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }

  .p-terms.-revision {
    font-size: 1rem;
  }

  .p-terms .p-terms_ttl {
    margin-bottom: 5px;
  }

  .p-terms .p-terms_box {
    margin-bottom: 20px;
  }
}

.p-desc {
  border-top: 1px solid #b5b5b5;
  border-right: 1px solid #b5b5b5;
  border-left: 1px solid #b5b5b5;
  background-color: #b5b5b5;
  margin-bottom: 10px;
  font-size: 1.4rem;
}

.p-desc .p-desc_wrap {
  display: -webkit-box;
  display: box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-desc .p-desc_wrap:last-of-type .p-desc_head {
  border-bottom-color: #b5b5b5;
}

.p-desc .p-desc_head {
  display: block;
  padding: 10px 20px;
  width: 200px;
  -webkit-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 200px;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
  font-weight: bold;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.p-desc .p-desc_body {
  display: block;
  padding: 10px 20px;
  width: auto;
  -webkit-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background-color: #fff;
  border-bottom: 1px solid #b5b5b5;
}

@media screen and (max-width: 768px) {
  .p-desc {
    margin-bottom: 5px;
    font-size: 1.2rem;
  }

  .p-desc .p-desc_head {
    padding: 5px 10px;
    width: 100px;
    -webkit-flex-basis: 100px;
    -ms-flex-preferred-size: 100px;
    flex-basis: 100px;
  }

  .p-desc .p-desc_body {
    padding: 5px 10px;
  }
}

.p-store {
  display: -webkit-box;
  display: box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  box-direction: normal;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.p-store .p-store_btn {
  width: auto;
  -webkit-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-bottom: 30px;
  display: block;
}

.p-store .p-store_qr {
  width: 150px;
  -webkit-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 150px;
  -ms-flex: 0 0 150px;
  flex: 0 0 150px;
  display: block;
}

@media screen and (max-width: 768px) {
  .p-store {
    display: block;
    margin-bottom: 20px;
  }

  .p-store .p-store_btn {
    margin-bottom: 0;
  }

  .p-store .p-store_qr {
    display: none;
  }
}

.p-anchor {
  display: -webkit-box;
  display: box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  box-direction: normal;
  justify-content: space-around;
  /*
			古いandroid標準ブラウザにて改行をするために、
			一旦flexを打ち消す。
			最新ブラウザ用に再度flexを記述。
		*/
  display: block;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  margin: 0 -10px 5px;
  /*20180615追加*/
  /*20180615追加*/
}

.p-anchor .p-anchor_row {
  width: 30%;
  -webkit-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 30%;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
  display: -webkit-box;
  display: box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px 10px;
}

.p-anchor .p-anchor_wrap {
  width: 100%;
  display: -webkit-box;
  display: box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  box-direction: normal;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom: 1px solid #b5b5b5;
  /*20180615追加*/
}

.p-anchor .p-anchor_wrap.is-disabled {
  border-bottom: none;
}

.p-anchor .p-anchor_head {
  width: 100%;
  -webkit-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-bottom: 5px;
}

.p-anchor .p-anchor_inner {
  display: -webkit-box;
  display: box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  min-height: 88px;
  height: 100%;
}

.p-anchor .p-anchor_body {
  width: 100%;
  -webkit-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.p-anchor .p-anchor_foot {
  width: 100%;
  -webkit-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  box-direction: normal;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  box-pack: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
  font-size: 1.6rem;
  color: #01a32b;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.p-anchor .p-anchor_foot.is-disabled {
  color: #b5b5b5;
}

.p-anchor .p-anchor_caption {
  width: 100%;
  -webkit-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 8px;
  line-height: 1.4;
  border-bottom: 1px solid #b5b5b5;
}

.p-anchor .p-anchor_box {
  width: 100%;
  -webkit-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 8px;
  line-height: 1.4;
  border-bottom: 1px solid #b5b5b5;
}

.p-anchor .p-anchor_box.is-disabled {
  display: none;
}

.p-anchor .p-anchor_grow {
  width: 100%;
  -webkit-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  line-height: 1.4;
}

.p-anchor .p-anchor_grow.-grow {
  width: auto;
  -webkit-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.p-anchor .p-anchor_small {
  display: block;
  padding: 4px 0;
}

.p-anchor .p-anchor_str {
  display: block;
  font-size: 2.4rem;
}

@media screen and (max-width: 768px) {
  .p-anchor .p-anchor_row {
    width: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  /* .p-anchor .p-anchor_row:nth-of-type(2n+1) {
      clear: left; } 20191113修正 */
  .p-anchor .p-anchor_head {
    margin-bottom: 5px;
  }

  .p-anchor .p-anchor_inner {
    min-height: 70px;
  }

  .p-anchor .p-anchor_foot {
    font-size: 1.2rem;
  }

  /* .p-anchor .p-anchor_grow {
    padding: 4px;
  } */
  .p-anchor .p-anchor_str {
    font-size: 2rem;
  }
}

.p-canvas {
  width: 380px !important;
  height: 520px !important;
}

.p-canvas .p-canvas_wrap {
  background-color: white;
  width: 380px !important;
  height: 520px !important;
}

.p-canvas .p-canvas_main {
  width: 380px !important;
  height: 520px !important;
  position: absolute;
  display: block;
  background-color: white;
}

.p-canvas .p-canvas_overlay {
  pointer-events: none;
  overflow: hidden;
  width: 380px !important;
  height: 520px !important;
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
}

@media screen and (max-width: 768px) {
  .p-canvas {
    margin-left: 20px;
    width: 220px !important;
    height: 300px !important;
  }

  .p-canvas .p-canvas_wrap {
    width: 220px !important;
    height: 300px !important;
  }

  .p-canvas .p-canvas_main {
    width: 220px !important;
    height: 300px !important;
  }

  .p-canvas .p-canvas_overlay {
    width: 220px !important;
    height: 300px !important;
  }
}

.p-headline {
  width: 100%;
  min-width: 960px;
  color: #555;
}

@media screen and (max-width: 768px) {
  .p-headline {
    min-width: 0;
  }
}

.p-everyday {
  margin-bottom: 50px;
  position: relative;
}

.p-everyday .p-everyday_img {
  position: absolute;
  right: 0;
  top: 20px;
  width: 555px;
}

@media screen and (max-width: 1200px) {
  .p-everyday .p-everyday_img {
    width: 500px;
    right: -20px;
  }
}

@media screen and (max-width: 768px) {
  .p-everyday {
    margin-bottom: 10px;
    padding-bottom: 160px;
  }

  .p-everyday .p-everyday_img {
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    margin: auto;
    width: 280px;
  }

  .p-everyday .p-everyday_txt {
    text-align: center;
  }

  .p-everyday .p-everyday_txt img {
    width: 100%;
    max-width: 300px;
    padding-right: 125px;
  }
}

.p-unit .p-unit_img {
  min-height: 80px;
  margin-bottom: 15px;
}

.p-unit .p-unit_ttl {
  display: -webkit-box;
  display: box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2.4rem;
  font-weight: bold;
  color: #01a32b;
  margin-bottom: 20px;
}

.p-unit .p-unit_ttl.-s {
  font-size: 2rem;
  margin-bottom: 10px;
}

.p-unit .p-unit_txt {
  font-size: 1.6rem;
  color: #555555;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .p-unit .p-unit_img {
    min-height: 50px;
    margin-bottom: 15px;
  }

  .p-unit .p-unit_ttl {
    font-size: 2.2rem;
  }

  .p-unit .p-unit_ttl.-s {
    font-size: 1.4rem;
    margin-bottom: 0;
    padding: 5px 0;
  }

  .p-unit .p-unit_txt {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}

.p-catchTtl {
  display: -webkit-box;
  display: box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.p-catchTtl .p-catchTtl_icon {
  width: auto;
  -webkit-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 20px;
}

.p-catchTtl .p-catchTtl_unit {
  line-height: 1.4;
  width: auto;
  -webkit-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.p-catchTtl .p-catchTtl_leda {
  color: #222222;
  font-size: 2.4rem;
  font-weight: bold;
  margin: 2px 0;
}

.p-catchTtl .p-catchTtl_leda.-l {
  font-size: 2.8rem;
}

.p-catchTtl .p-catchTtl_ttl {
  color: #01a32b;
  font-size: 3rem;
  font-weight: bold;
  margin: 2px 0;
  line-height: 1.2;
}

.p-catchTtl .p-catchTtl_ttl.-l {
  font-size: 3.4rem;
}

@media screen and (max-width: 768px) {
  .p-catchTtl {
    -webkit-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 15px;
  }

  .p-catchTtl .p-catchTtl_icon {
    height: 50px;
    display: -webkit-box;
    display: box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 10px;
  }

  .p-catchTtl .p-catchTtl_leda {
    font-size: 1.4rem;
    min-height: 50px;
    padding: 5px 0;
  }

  .p-catchTtl .p-catchTtl_leda.-l {
    font-size: 1.6rem;
  }

  .p-catchTtl .p-catchTtl_ttl {
    font-size: 1.8rem;
  }

  .p-catchTtl .p-catchTtl_ttl.-l {
    font-size: 2rem;
  }

  .p-catchTtl .p-catchTtl_ttl.-bdo {
    margin-left: -61px;
  }

  .p-catchTtl .p-catchTtl_ttl.-wu {
    padding-top: 5px;
    margin-left: -51px;
  }
}

.p-detail .p-detail_ttl {
  font-size: 1.9rem;
  font-weight: bold;
  color: #222;
  margin-bottom: 25px;
}

.p-detail .p-detail_item {
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .p-detail.-bdrSpT {
    border-top: 1px solid #b5b5b5;
    padding-top: 20px;
  }

  .p-detail .p-detail_ttl {
    text-align: center;
    font-size: 1.4rem;
    margin-bottom: 15px;
  }

  .p-detail .p-detail_item {
    margin: 0 0 15px;
  }
}

.p-items {
  border-top: 2px solid #b5b5b5;
  border-left: 2px solid #b5b5b5;
  display: -webkit-box;
  display: box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  background-color: #fff;
}

.p-items .p-items_list {
  width: 33%;
  -webkit-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 33%;
  -ms-flex: 1 1 33%;
  flex: 1 1 33%;
  display: -webkit-box;
  display: box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  max-width: 33.33%;
  padding: 15px 5px 25px;
  border-right: 2px solid #b5b5b5;
  border-bottom: 2px solid #b5b5b5;
}

.p-items .p-items_fig {
  width: 100%;
  -webkit-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  box-direction: normal;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-items .p-items_ttl {
  width: 100%;
  -webkit-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 1.8rem;
  color: #555;
  margin-bottom: 10px;
  text-align: center;
}

.p-items .p-items_img {
  width: auto;
  -webkit-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
}

.p-items.-split {
  border-width: 0;
  margin: 0 -10px;
}

.p-items.-split .p-items_list {
  border: 2px solid #b5b5b5;
  margin: 0 10px;
}

.p-items.-split .p-items_ttl {
  font-size: 2.2rem;
}

@media screen and (max-width: 768px) {
  .p-items {
    margin: 0 15px;
    border-top-width: 1px;
    border-left-width: 1px;
  }

  .p-items .p-items_list {
    padding: 8px 3px 12px;
    border-right-width: 1px;
    border-bottom-width: 1px;
  }

  .p-items .p-items_ttl {
    font-size: 1rem;
    margin-bottom: 5px;
  }

  .p-items .p-items_img {
    padding: 0 15px;
  }

  .p-items.-split {
    margin: 0 15px;
    border-top-width: 1px;
    border-left-width: 1px;
  }

  .p-items.-split .p-items_list {
    padding: 8px 3px 12px;
    border-width: 0 1px 1px 0;
    margin: 0;
  }

  .p-items.-split .p-items_ttl {
    font-size: 1rem;
    margin-bottom: 5px;
  }
}

.p-table {
  width: 100%;
  font-size: 1.6rem;
  color: #555;
  border-top: 1px solid #b5b5b5;
  border-left: 1px solid #b5b5b5;
  background-color: #fff;
}

.p-table.-fixed {
  table-layout: fixed;
}

.p-table .p-table_th {
  font-weight: bold;
  text-align: center;
  padding: 10px 8px;
  border-bottom: 1px solid #b5b5b5;
  border-right: 1px solid #b5b5b5;
  background-color: #e5e5e5;
  /*20180801追加*/
}

.p-table .p-table_th.-width {
  width: 200px;
}

.p-table .p-table_th.-bold {
  background-color: #01a32b;
  color: #fff;
}

.p-table .p-table_td {
  font-weight: normal;
  text-align: left;
  padding: 10px 8px;
  border-bottom: 1px solid #b5b5b5;
  border-right: 1px solid #b5b5b5;
  /*20180801追加*/
  /*20180801追加*/
}

.p-table .p-table_td.-widthS {
  width: 100px;
}

.p-table .p-table_td.-brNone {
  border-right: none;
}

.p-table .p-table_td.-balloon {
  padding: 0;
}

.p-table .p-table_small {
  font-size: 0.75em;
}

@media screen and (max-width: 768px) {
  .p-table {
    font-size: 1.2rem;
  }

  .p-table .p-table_th {
    padding: 5px 4px;
  }

  .p-table .p-table_th.-width {
    width: auto;
  }

  .p-table .p-table_td {
    padding: 5px 4px;
    /*20180801追加*/
  }

  .p-table .p-table_td.-widthS {
    width: auto;
  }

  .table-scroll {
    overflow: scroll;
    white-space: nowrap;
  }
}

.p-sim {
  display: -webkit-box;
  display: box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  box-pack: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}

.p-sim .p-sim_unit {
  width: 42%;
  -webkit-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 42%;
  -ms-flex: 0 0 42%;
  flex: 0 0 42%;
  position: relative;
}

.p-sim .p-sim_unit::after {
  content: "";
  background: url(/soukin/shared/image/wu/icon_right.png) left top no-repeat;
  background-size: contain;
  height: 92px;
  width: 106px;
  position: absolute;
  right: -35%;
  top: 25px;
}

.p-sim .p-sim_unit:last-of-type::after {
  display: none;
}

.p-sim .p-sim_box {
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 10px;
  overflow: hidden;
}

.p-sim .p-sim_ttl {
  background-color: #bfbfbb;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 5px;
  color: #fff;
}

.p-sim .p-sim_jp {
  padding: 10px 10px 10px 20px;
  display: -webkit-box;
  display: box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-sim .p-sim_jp_flag {
  width: 115px;
  -webkit-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 115px;
  -ms-flex: 0 0 115px;
  flex: 0 0 115px;
  max-width: 115px;
  padding-right: 10px;
}

.p-sim .p-sim_jp_yen {
  width: auto;
  -webkit-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 3.8rem;
  font-weight: bold;
  color: #2e2e2d;
  text-align: center;
}

.p-sim .p-sim_sel select {
  cursor: pointer;
  width: 100%;
  font-size: 2.2rem;
  padding: 10px;
  background: url(/soukin/shared/image/common/icon/icon_arw_b-glay.png) 95% center no-repeat;
  background-size: 24px auto;
}

.p-sim .p-sim_table .fxrateResultR {
  padding: 10px 20px;
  min-height: 38px;
}

.p-sim .p-sim_table table {
  width: 100%;
}

.p-sim .p-sim_table tr {
  border-bottom: 1px solid #bfbfbb;
}

.p-sim .p-sim_table tr:last-of-type {
  border-bottom-width: 0;
}

.p-sim .p-sim_table .fxrateValue {
  font-size: 3.8rem;
  font-weight: bold;
  color: #2e2e2d;
  text-align: right;
}

.p-sim .p-sim_table .fxrateCurrency {
  font-size: 3rem;
  color: #2e2e2d;
  text-align: right;
  width: 70px;
}

@media screen and (max-width: 768px) {
  .p-sim {
    display: block;
    width: 80%;
    margin: 0 auto 20px;
  }

  .p-sim .p-sim_unit {
    width: auto;
    margin-bottom: 35px;
  }

  .p-sim .p-sim_unit::after {
    height: 41px;
    width: 53px;
    position: absolute;
    right: 0;
    left: 0;
    top: auto;
    bottom: -40px;
    margin: auto;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .p-sim .p-sim_unit:last-of-type {
    margin-bottom: 0px;
  }

  .p-sim .p-sim_unit:last-of-type::after {
    display: none;
  }

  .p-sim .p-sim_box {
    position: relative;
    z-index: 3;
    border-radius: 3px;
    margin-bottom: 5px;
  }

  .p-sim .p-sim_ttl {
    font-size: 1rem;
  }

  .p-sim .p-sim_jp {
    padding: 5px 25px 5px 15px;
  }

  .p-sim .p-sim_jp_flag {
    width: 65px;
    -webkit-flex-basis: 65px;
    -ms-flex-preferred-size: 65px;
    flex-basis: 65px;
    max-width: 65px;
    padding-right: 15px;
  }

  .p-sim .p-sim_jp_yen {
    font-size: 2rem;
  }

  .p-sim .p-sim_sel select {
    font-size: 1.6rem;
    padding: 5px;
    background-size: 12px auto;
  }

  .p-sim .p-sim_table .fxrateResultR {
    padding: 5px 10px;
    min-height: 30px;
  }

  .p-sim .p-sim_table .fxrateValue {
    font-size: 1.8rem;
    padding: 5px 0;
  }

  .p-sim .p-sim_table .fxrateCurrency {
    font-size: 1.6rem;
    width: 40px;
    padding: 5px 0;
  }
}

.p-dl .p-dl_head {
  font-size: 1.4rem;
  font-weight: bold;
  color: #555;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .p-dl .p-dl_head {
    font-size: 1.2rem;
    margin-bottom: 15px;
  }
}

.p-balloon {
  margin-bottom: 10px;
}

.p-balloon .p-balloon_item {
  min-width: 140px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  padding: 2px 10px;
  display: inline-block;
  margin-right: 10px;
  background-color: #000;
  position: relative;
}

.p-balloon .p-balloon_item.-tail::after {
  content: "";
  position: absolute;
  left: 5px;
  bottom: -4px;
  border-style: solid;
  border-color: transparent transparent #000 transparent;
  border-width: 8px 15px;
  width: 0;
  height: 0;
  margin: auto;
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

.p-balloon .p-balloon_item.-red {
  background-color: #e60012;
}

.p-balloon .p-balloon_item.-red.-tail::after {
  border-color: rgba(230, 0, 18, 0) rgba(230, 0, 18, 0) #e60012 rgba(230, 0, 18, 0);
}

.p-balloon .p-balloon_item.-orange {
  background-color: #f08200;
}

.p-balloon .p-balloon_item.-orange.-tail::after {
  border-color: rgba(240, 130, 0, 0) rgba(240, 130, 0, 0) #f08200 rgba(240, 130, 0, 0);
}

@media screen and (max-width: 1200px) {
  .p-balloon .p-balloon_item {
    font-size: 1.6rem;
    margin-right: 5px;
  }
}

@media screen and (max-width: 768px) {
  .p-balloon {
    margin-bottom: 5px;
  }

  .p-balloon .p-balloon_item {
    min-width: 70px;
    font-size: 1rem;
    padding: 2px 5px;
    margin-right: 2px;
  }

  .p-balloon .p-balloon_item.-tail::after {
    left: 3px;
    bottom: -2px;
    border-width: 4px 7px;
  }
}

.p-position {
  position: relative;
  padding-right: 48%;
}

.p-position .p-position_head {
  margin-bottom: 40px;
}

.p-position .p-position_img {
  position: absolute;
  right: 0;
  top: 0;
  width: 48%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-position {
    position: relative;
    padding-right: 0%;
  }

  .p-position .p-position_head {
    margin-bottom: 20px;
  }

  .p-position .p-position_img {
    position: static;
    right: auto;
    top: auto;
    width: auto;
    text-align: center;
    margin-bottom: 25px;
  }

  .p-position.-split .p-position_img {
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: center;
    width: 50%;
    min-width: 140px;
  }

  .p-position.-split .p-position_aside {
    height: 230px;
    padding-right: 140px;
  }
}

/* -----------------------------------------------------------------
 Utility
----------------------------------------------------------------- */
/* ==========================================================================
 vertical-align
========================================================================== */
.u-va-t {
  vertical-align: top !important;
}

.u-va-m {
  vertical-align: middle !important;
}

.u-va-b {
  vertical-align: bottom !important;
}

.u-va-bl {
  vertical-align: baseline !important;
}

.u-va-tb {
  vertical-align: text-bottom !important;
}

/* ==========================================================================
 border
========================================================================== */
.u-br-4 {
  border-radius: 4px;
}

.u-br-8 {
  border-radius: 8px;
}

.u-br-12 {
  border-radius: 12px;
}

.u-br-16 {
  border-radius: 16px;
}

/* border-none */
.u-br-0 {
  border: none;
}

.u-br-t-0 {
  border-top: none;
}

.u-br-r-0 {
  border-right: none;
}

.u-br-b-0 {
  border-bottom: none;
}

.u-br-l-0 {
  border-left: none;
}

/* ==========================================================================
 line-height
========================================================================== */

.u-lh-10 {
  line-height: 1 !important;
}

.u-lh-15 {
  line-height: 1.5 !important;
}

.u-lh-20 {
  line-height: 2 !important;
}

/* ==========================================================================
 clearfix
========================================================================== */
.u-cf {
  min-height: 1%;
}

.u-cf:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

/* ==========================================================================
 display
========================================================================== */
.u-d-tb {
  display: table !important;
}

.u-d-tbc {
  display: table-cell !important;
}

.u-d-b {
  display: block !important;
}

.u-d-ib {
  display: inline-block !important;
}

.u-d-i {
  display: inline !important;
}

.u-d-n {
  display: none !important;
}

.u-d-f {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.u-d-f-jc-sb {
  justify-content: space-between !important;
}

@media screen and (max-width: 768px) {
  .u-d-tb-sp {
    display: table !important;
  }

  .u-d-tbc-sp {
    display: table-cell !important;
  }

  .u-d-b-sp {
    display: block !important;
  }

  .u-d-ib-sp {
    display: inline-block !important;
  }

  .u-d-i-sp {
    display: inline !important;
  }

  .u-d-n-sp {
    display: none !important;
  }

  .u-d-f-sp {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .u-d-f-direC-sp {
    flex-direction: column !important;
  }

  .u-d-f-direCr-sp {
    flex-direction: column-reverse !important;
  }

  .u-d-f-aliIC-sp {
    align-items: center !important;
  }

  .u-d-fww-sp {
    flex-wrap: wrap;
  }
}

/* ==========================================================================
 float
========================================================================== */
.u-fl-l {
  float: left !important;
}

.u-fl-r {
  float: right !important;
}

.u-fl-n {
  float: none !important;
}

@media screen and (max-width: 768px) {
  .u-fl-l-sp {
    float: left !important;
  }

  .u-fl-r-sp {
    float: right !important;
  }

  .u-fl-n-sp {
    float: none !important;
  }
}

/* ==========================================================================
 font-size
========================================================================== */
.u-fz-10 {
  font-size: 1rem !important;
}

.u-fz-12 {
  font-size: 1.2rem !important;
}

.u-fz-14 {
  font-size: 1.4rem !important;
}

.u-fz-16 {
  font-size: 1.6rem !important;
}

.u-fz-18 {
  font-size: 1.8rem !important;
}

.u-fz-20 {
  font-size: 2rem !important;
}

.u-fz-22 {
  font-size: 2.2rem !important;
}

.u-fz-24 {
  font-size: 2.4rem !important;
}

.u-fz-26 {
  font-size: 2.6rem !important;
}

@media screen and (max-width: 768px) {
  .u-fz-sp-10 {
    font-size: 1rem !important;
  }

  .u-fz-sp-12 {
    font-size: 1.2rem !important;
  }

  .u-fz-sp-14 {
    font-size: 1.4rem !important;
  }

  .u-fz-sp-16 {
    font-size: 1.6rem !important;
  }

  .u-fz-sp-18 {
    font-size: 1.8rem !important;
  }

  .u-fz-sp-20 {
    font-size: 2rem !important;
  }

  .u-fz-sp-22 {
    font-size: 2.2rem !important;
  }

  .u-fz-sp-24 {
    font-size: 2.4rem !important;
  }

  .u-fz-sp-26 {
    font-size: 2.6rem !important;
  }
}

/* ==========================================================================
 font-weight
========================================================================== */
.u-fw-n {
  font-weight: normal !important;
}

.u-fw-500 {
  font-weight: 500 !important;
}

.u-fw-600 {
  font-weight: 600 !important;
}

.u-fw-b {
  font-weight: bold !important;
}

/* ==========================================================================
 color
========================================================================== */
.u-clr-white {
  color: #fff !important;
}

.u-clr-black {
  color: #000 !important;
}

.u-clr-blue {
  color: #53a8c8 !important;
}

.u-clr-green {
  color: #01a32b !important;
}

.u-clr-red {
  color: #e70d1e !important;
}

/* ==========================================================================
 margin
========================================================================== */
.u-m-c {
  margin-right: auto !important;
  margin-left: auto !important;
}

/*20180820直下追加*/
.u-m-0auto {
  margin: 0 auto;
}

/* Top margin */
.u-mt--105 {
  margin-top: -105px !important;
}

.u-mt--100 {
  margin-top: -100px !important;
}

.u-mt--95 {
  margin-top: -95px !important;
}

.u-mt--90 {
  margin-top: -90px !important;
}

.u-mt--85 {
  margin-top: -85px !important;
}

.u-mt--80 {
  margin-top: -80px !important;
}

.u-mt--75 {
  margin-top: -75px !important;
}

.u-mt--70 {
  margin-top: -70px !important;
}

.u-mt--65 {
  margin-top: -65px !important;
}

.u-mt--60 {
  margin-top: -60px !important;
}

.u-mt--55 {
  margin-top: -55px !important;
}

.u-mt--50 {
  margin-top: -50px !important;
}

.u-mt--45 {
  margin-top: -45px !important;
}

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

.u-mt--35 {
  margin-top: -35px !important;
}

.u-mt--30 {
  margin-top: -30px !important;
}

.u-mt--25 {
  margin-top: -25px !important;
}

.u-mt--20 {
  margin-top: -20px !important;
}

.u-mt--15 {
  margin-top: -15px !important;
}

.u-mt--10 {
  margin-top: -10px !important;
}

.u-mt--5 {
  margin-top: -5px !important;
}

.u-mt-0 {
  margin-top: 0px !important;
}

.u-mt-5 {
  margin-top: 5px !important;
}

.u-mt-10 {
  margin-top: 10px !important;
}

.u-mt-15 {
  margin-top: 15px !important;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mt-25 {
  margin-top: 25px !important;
}

.u-mt-30 {
  margin-top: 30px !important;
}

.u-mt-35 {
  margin-top: 35px !important;
}

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

.u-mt-45 {
  margin-top: 45px !important;
}

.u-mt-50 {
  margin-top: 50px !important;
}

.u-mt-55 {
  margin-top: 55px !important;
}

.u-mt-60 {
  margin-top: 60px !important;
}

.u-mt-65 {
  margin-top: 65px !important;
}

.u-mt-70 {
  margin-top: 70px !important;
}

.u-mt-75 {
  margin-top: 75px !important;
}

.u-mt-80 {
  margin-top: 80px !important;
}

.u-mt-85 {
  margin-top: 85px !important;
}

.u-mt-90 {
  margin-top: 90px !important;
}

.u-mt-95 {
  margin-top: 95px !important;
}

.u-mt-100 {
  margin-top: 100px !important;
}

.u-mt-105 {
  margin-top: 105px !important;
}

.u-mt-110 {
  margin-top: 110px !important;
}

.u-mt-115 {
  margin-top: 115px !important;
}

.u-mt-120 {
  margin-top: 120px !important;
}

/* Right margin */
.u-mr--105 {
  margin-right: -105px !important;
}

.u-mr--100 {
  margin-right: -100px !important;
}

.u-mr--95 {
  margin-right: -95px !important;
}

.u-mr--90 {
  margin-right: -90px !important;
}

.u-mr--85 {
  margin-right: -85px !important;
}

.u-mr--80 {
  margin-right: -80px !important;
}

.u-mr--75 {
  margin-right: -75px !important;
}

.u-mr--70 {
  margin-right: -70px !important;
}

.u-mr--65 {
  margin-right: -65px !important;
}

.u-mr--60 {
  margin-right: -60px !important;
}

.u-mr--55 {
  margin-right: -55px !important;
}

.u-mr--50 {
  margin-right: -50px !important;
}

.u-mr--45 {
  margin-right: -45px !important;
}

.u-mr--40 {
  margin-right: -40px !important;
}

.u-mr--35 {
  margin-right: -35px !important;
}

.u-mr--30 {
  margin-right: -30px !important;
}

.u-mr--25 {
  margin-right: -25px !important;
}

.u-mr--20 {
  margin-right: -20px !important;
}

.u-mr--15 {
  margin-right: -15px !important;
}

.u-mr--10 {
  margin-right: -10px !important;
}

.u-mr--5 {
  margin-right: -5px !important;
}

.u-mr-0 {
  margin-right: 0px !important;
}

.u-mr-5 {
  margin-right: 5px !important;
}

.u-mr-10 {
  margin-right: 10px !important;
}

.u-mr-15 {
  margin-right: 15px !important;
}

.u-mr-20 {
  margin-right: 20px !important;
}

.u-mr-25 {
  margin-right: 25px !important;
}

.u-mr-30 {
  margin-right: 30px !important;
}

.u-mr-35 {
  margin-right: 35px !important;
}

.u-mr-40 {
  margin-right: 40px !important;
}

.u-mr-45 {
  margin-right: 45px !important;
}

.u-mr-50 {
  margin-right: 50px !important;
}

.u-mr-55 {
  margin-right: 55px !important;
}

.u-mr-60 {
  margin-right: 60px !important;
}

.u-mr-65 {
  margin-right: 65px !important;
}

.u-mr-70 {
  margin-right: 70px !important;
}

.u-mr-75 {
  margin-right: 75px !important;
}

.u-mr-80 {
  margin-right: 80px !important;
}

.u-mr-85 {
  margin-right: 85px !important;
}

.u-mr-90 {
  margin-right: 90px !important;
}

.u-mr-95 {
  margin-right: 95px !important;
}

.u-mr-100 {
  margin-right: 100px !important;
}

.u-mr-105 {
  margin-right: 105px !important;
}

.u-mr-110 {
  margin-right: 110px !important;
}

.u-mr-115 {
  margin-right: 115px !important;
}

.u-mr-120 {
  margin-right: 120px !important;
}

/* Bottom margin */
.u-mb--105 {
  margin-bottom: -105px !important;
}

.u-mb--100 {
  margin-bottom: -100px !important;
}

.u-mb--95 {
  margin-bottom: -95px !important;
}

.u-mb--90 {
  margin-bottom: -90px !important;
}

.u-mb--85 {
  margin-bottom: -85px !important;
}

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

.u-mb--75 {
  margin-bottom: -75px !important;
}

.u-mb--70 {
  margin-bottom: -70px !important;
}

.u-mb--65 {
  margin-bottom: -65px !important;
}

.u-mb--60 {
  margin-bottom: -60px !important;
}

.u-mb--55 {
  margin-bottom: -55px !important;
}

.u-mb--50 {
  margin-bottom: -50px !important;
}

.u-mb--45 {
  margin-bottom: -45px !important;
}

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

.u-mb--35 {
  margin-bottom: -35px !important;
}

.u-mb--30 {
  margin-bottom: -30px !important;
}

.u-mb--25 {
  margin-bottom: -25px !important;
}

.u-mb--20 {
  margin-bottom: -20px !important;
}

.u-mb--15 {
  margin-bottom: -15px !important;
}

.u-mb--10 {
  margin-bottom: -10px !important;
}

.u-mb--5 {
  margin-bottom: -5px !important;
}

.u-mb-0 {
  margin-bottom: 0px !important;
}

.u-mb-5 {
  margin-bottom: 5px !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}

.u-mb-15 {
  margin-bottom: 15px !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-mb-25 {
  margin-bottom: 25px !important;
}

.u-mb-30 {
  margin-bottom: 30px !important;
}

.u-mb-35 {
  margin-bottom: 35px !important;
}

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

.u-mb-45 {
  margin-bottom: 45px !important;
}

.u-mb-50 {
  margin-bottom: 50px !important;
}

.u-mb-55 {
  margin-bottom: 55px !important;
}

.u-mb-60 {
  margin-bottom: 60px !important;
}

.u-mb-65 {
  margin-bottom: 65px !important;
}

.u-mb-70 {
  margin-bottom: 70px !important;
}

.u-mb-75 {
  margin-bottom: 75px !important;
}

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

.u-mb-85 {
  margin-bottom: 85px !important;
}

.u-mb-90 {
  margin-bottom: 90px !important;
}

.u-mb-95 {
  margin-bottom: 95px !important;
}

.u-mb-100 {
  margin-bottom: 100px !important;
}

.u-mb-105 {
  margin-bottom: 105px !important;
}

.u-mb-110 {
  margin-bottom: 110px !important;
}

.u-mb-115 {
  margin-bottom: 115px !important;
}

.u-mb-120 {
  margin-bottom: 120px !important;
}

/* Left margin */
.u-ml--105 {
  margin-left: -105px !important;
}

.u-ml--100 {
  margin-left: -100px !important;
}

.u-ml--95 {
  margin-left: -95px !important;
}

.u-ml--90 {
  margin-left: -90px !important;
}

.u-ml--85 {
  margin-left: -85px !important;
}

.u-ml--80 {
  margin-left: -80px !important;
}

.u-ml--75 {
  margin-left: -75px !important;
}

.u-ml--70 {
  margin-left: -70px !important;
}

.u-ml--65 {
  margin-left: -65px !important;
}

.u-ml--60 {
  margin-left: -60px !important;
}

.u-ml--55 {
  margin-left: -55px !important;
}

.u-ml--50 {
  margin-left: -50px !important;
}

.u-ml--45 {
  margin-left: -45px !important;
}

.u-ml--40 {
  margin-left: -40px !important;
}

.u-ml--35 {
  margin-left: -35px !important;
}

.u-ml--30 {
  margin-left: -30px !important;
}

.u-ml--25 {
  margin-left: -25px !important;
}

.u-ml--20 {
  margin-left: -20px !important;
}

.u-ml--15 {
  margin-left: -15px !important;
}

.u-ml--10 {
  margin-left: -10px !important;
}

.u-ml--5 {
  margin-left: -5px !important;
}

.u-ml-0 {
  margin-left: 0px !important;
}

.u-ml-5 {
  margin-left: 5px !important;
}

.u-ml-10 {
  margin-left: 10px !important;
}

.u-ml-15 {
  margin-left: 15px !important;
}

.u-ml-20 {
  margin-left: 20px !important;
}

.u-ml-25 {
  margin-left: 25px !important;
}

.u-ml-30 {
  margin-left: 30px !important;
}

.u-ml-35 {
  margin-left: 35px !important;
}

.u-ml-40 {
  margin-left: 40px !important;
}

.u-ml-45 {
  margin-left: 45px !important;
}

.u-ml-50 {
  margin-left: 50px !important;
}

.u-ml-55 {
  margin-left: 55px !important;
}

.u-ml-60 {
  margin-left: 60px !important;
}

.u-ml-65 {
  margin-left: 65px !important;
}

.u-ml-70 {
  margin-left: 70px !important;
}

.u-ml-75 {
  margin-left: 75px !important;
}

.u-ml-80 {
  margin-left: 80px !important;
}

.u-ml-85 {
  margin-left: 85px !important;
}

.u-ml-90 {
  margin-left: 90px !important;
}

.u-ml-95 {
  margin-left: 95px !important;
}

.u-ml-100 {
  margin-left: 100px !important;
}

.u-ml-105 {
  margin-left: 105px !important;
}

.u-ml-110 {
  margin-left: 110px !important;
}

.u-ml-115 {
  margin-left: 115px !important;
}

.u-ml-120 {
  margin-left: 120px !important;
}

@media screen and (max-width: 768px) {

  /*20180820直下追加*/
  .u-m-sp-0auto {
    margin: 0 auto;
  }

  /* Top margin */
  .u-mt-sp--105 {
    margin-top: -105px !important;
  }

  .u-mt-sp--100 {
    margin-top: -100px !important;
  }

  .u-mt-sp--95 {
    margin-top: -95px !important;
  }

  .u-mt-sp--90 {
    margin-top: -90px !important;
  }

  .u-mt-sp--85 {
    margin-top: -85px !important;
  }

  .u-mt-sp--80 {
    margin-top: -80px !important;
  }

  .u-mt-sp--75 {
    margin-top: -75px !important;
  }

  .u-mt-sp--70 {
    margin-top: -70px !important;
  }

  .u-mt-sp--65 {
    margin-top: -65px !important;
  }

  .u-mt-sp--60 {
    margin-top: -60px !important;
  }

  .u-mt-sp--55 {
    margin-top: -55px !important;
  }

  .u-mt-sp--50 {
    margin-top: -50px !important;
  }

  .u-mt-sp--45 {
    margin-top: -45px !important;
  }

  .u-mt-sp--40 {
    margin-top: -40px !important;
  }

  .u-mt-sp--35 {
    margin-top: -35px !important;
  }

  .u-mt-sp--30 {
    margin-top: -30px !important;
  }

  .u-mt-sp--25 {
    margin-top: -25px !important;
  }

  .u-mt-sp--20 {
    margin-top: -20px !important;
  }

  .u-mt-sp--15 {
    margin-top: -15px !important;
  }

  .u-mt-sp--10 {
    margin-top: -10px !important;
  }

  .u-mt-sp--5 {
    margin-top: -5px !important;
  }

  .u-mt-sp-0 {
    margin-top: 0px !important;
  }

  .u-mt-sp-5 {
    margin-top: 5px !important;
  }

  .u-mt-sp-10 {
    margin-top: 10px !important;
  }

  .u-mt-sp-15 {
    margin-top: 15px !important;
  }

  .u-mt-sp-20 {
    margin-top: 20px !important;
  }

  .u-mt-sp-25 {
    margin-top: 25px !important;
  }

  .u-mt-sp-30 {
    margin-top: 30px !important;
  }

  .u-mt-sp-35 {
    margin-top: 35px !important;
  }

  .u-mt-sp-40 {
    margin-top: 40px !important;
  }

  .u-mt-sp-45 {
    margin-top: 45px !important;
  }

  .u-mt-sp-50 {
    margin-top: 50px !important;
  }

  .u-mt-sp-55 {
    margin-top: 55px !important;
  }

  .u-mt-sp-60 {
    margin-top: 60px !important;
  }

  .u-mt-sp-65 {
    margin-top: 65px !important;
  }

  .u-mt-sp-70 {
    margin-top: 70px !important;
  }

  .u-mt-sp-75 {
    margin-top: 75px !important;
  }

  .u-mt-sp-80 {
    margin-top: 80px !important;
  }

  .u-mt-sp-85 {
    margin-top: 85px !important;
  }

  .u-mt-sp-90 {
    margin-top: 90px !important;
  }

  .u-mt-sp-95 {
    margin-top: 95px !important;
  }

  .u-mt-sp-100 {
    margin-top: 100px !important;
  }

  .u-mt-sp-105 {
    margin-top: 105px !important;
  }

  .u-mt-sp-110 {
    margin-top: 110px !important;
  }

  .u-mt-sp-115 {
    margin-top: 115px !important;
  }

  .u-mt-sp-120 {
    margin-top: 120px !important;
  }

  /* Right margin */
  .u-mr-sp--105 {
    margin-right: -105px !important;
  }

  .u-mr-sp--100 {
    margin-right: -100px !important;
  }

  .u-mr-sp--95 {
    margin-right: -95px !important;
  }

  .u-mr-sp--90 {
    margin-right: -90px !important;
  }

  .u-mr-sp--85 {
    margin-right: -85px !important;
  }

  .u-mr-sp--80 {
    margin-right: -80px !important;
  }

  .u-mr-sp--75 {
    margin-right: -75px !important;
  }

  .u-mr-sp--70 {
    margin-right: -70px !important;
  }

  .u-mr-sp--65 {
    margin-right: -65px !important;
  }

  .u-mr-sp--60 {
    margin-right: -60px !important;
  }

  .u-mr-sp--55 {
    margin-right: -55px !important;
  }

  .u-mr-sp--50 {
    margin-right: -50px !important;
  }

  .u-mr-sp--45 {
    margin-right: -45px !important;
  }

  .u-mr-sp--40 {
    margin-right: -40px !important;
  }

  .u-mr-sp--35 {
    margin-right: -35px !important;
  }

  .u-mr-sp--30 {
    margin-right: -30px !important;
  }

  .u-mr-sp--25 {
    margin-right: -25px !important;
  }

  .u-mr-sp--20 {
    margin-right: -20px !important;
  }

  .u-mr-sp--15 {
    margin-right: -15px !important;
  }

  .u-mr-sp--10 {
    margin-right: -10px !important;
  }

  .u-mr-sp--5 {
    margin-right: -5px !important;
  }

  .u-mr-sp-0 {
    margin-right: 0px !important;
  }

  .u-mr-sp-5 {
    margin-right: 5px !important;
  }

  .u-mr-sp-10 {
    margin-right: 10px !important;
  }

  .u-mr-sp-15 {
    margin-right: 15px !important;
  }

  .u-mr-sp-20 {
    margin-right: 20px !important;
  }

  .u-mr-sp-25 {
    margin-right: 25px !important;
  }

  .u-mr-sp-30 {
    margin-right: 30px !important;
  }

  .u-mr-sp-35 {
    margin-right: 35px !important;
  }

  .u-mr-sp-40 {
    margin-right: 40px !important;
  }

  .u-mr-sp-45 {
    margin-right: 45px !important;
  }

  .u-mr-sp-50 {
    margin-right: 50px !important;
  }

  .u-mr-sp-55 {
    margin-right: 55px !important;
  }

  .u-mr-sp-60 {
    margin-right: 60px !important;
  }

  .u-mr-sp-65 {
    margin-right: 65px !important;
  }

  .u-mr-sp-70 {
    margin-right: 70px !important;
  }

  .u-mr-sp-75 {
    margin-right: 75px !important;
  }

  .u-mr-sp-80 {
    margin-right: 80px !important;
  }

  .u-mr-sp-85 {
    margin-right: 85px !important;
  }

  .u-mr-sp-90 {
    margin-right: 90px !important;
  }

  .u-mr-sp-95 {
    margin-right: 95px !important;
  }

  .u-mr-sp-100 {
    margin-right: 100px !important;
  }

  .u-mr-sp-105 {
    margin-right: 105px !important;
  }

  .u-mr-sp-110 {
    margin-right: 110px !important;
  }

  .u-mr-sp-115 {
    margin-right: 115px !important;
  }

  .u-mr-sp-120 {
    margin-right: 120px !important;
  }

  /* Bottom margin */
  .u-mb-sp--105 {
    margin-bottom: -105px !important;
  }

  .u-mb-sp--100 {
    margin-bottom: -100px !important;
  }

  .u-mb-sp--95 {
    margin-bottom: -95px !important;
  }

  .u-mb-sp--90 {
    margin-bottom: -90px !important;
  }

  .u-mb-sp--85 {
    margin-bottom: -85px !important;
  }

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

  .u-mb-sp--75 {
    margin-bottom: -75px !important;
  }

  .u-mb-sp--70 {
    margin-bottom: -70px !important;
  }

  .u-mb-sp--65 {
    margin-bottom: -65px !important;
  }

  .u-mb-sp--60 {
    margin-bottom: -60px !important;
  }

  .u-mb-sp--55 {
    margin-bottom: -55px !important;
  }

  .u-mb-sp--50 {
    margin-bottom: -50px !important;
  }

  .u-mb-sp--45 {
    margin-bottom: -45px !important;
  }

  .u-mb-sp--40 {
    margin-bottom: -40px !important;
  }

  .u-mb-sp--35 {
    margin-bottom: -35px !important;
  }

  .u-mb-sp--30 {
    margin-bottom: -30px !important;
  }

  .u-mb-sp--25 {
    margin-bottom: -25px !important;
  }

  .u-mb-sp--20 {
    margin-bottom: -20px !important;
  }

  .u-mb-sp--15 {
    margin-bottom: -15px !important;
  }

  .u-mb-sp--10 {
    margin-bottom: -10px !important;
  }

  .u-mb-sp--5 {
    margin-bottom: -5px !important;
  }

  .u-mb-sp-0 {
    margin-bottom: 0px !important;
  }

  .u-mb-sp-5 {
    margin-bottom: 5px !important;
  }

  .u-mb-sp-10 {
    margin-bottom: 10px !important;
  }

  .u-mb-sp-15 {
    margin-bottom: 15px !important;
  }

  .u-mb-sp-20 {
    margin-bottom: 20px !important;
  }

  .u-mb-sp-25 {
    margin-bottom: 25px !important;
  }

  .u-mb-sp-30 {
    margin-bottom: 30px !important;
  }

  .u-mb-sp-35 {
    margin-bottom: 35px !important;
  }

  .u-mb-sp-40 {
    margin-bottom: 40px !important;
  }

  .u-mb-sp-45 {
    margin-bottom: 45px !important;
  }

  .u-mb-sp-50 {
    margin-bottom: 50px !important;
  }

  .u-mb-sp-55 {
    margin-bottom: 55px !important;
  }

  .u-mb-sp-60 {
    margin-bottom: 60px !important;
  }

  .u-mb-sp-65 {
    margin-bottom: 65px !important;
  }

  .u-mb-sp-70 {
    margin-bottom: 70px !important;
  }

  .u-mb-sp-75 {
    margin-bottom: 75px !important;
  }

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

  .u-mb-sp-85 {
    margin-bottom: 85px !important;
  }

  .u-mb-sp-90 {
    margin-bottom: 90px !important;
  }

  .u-mb-sp-95 {
    margin-bottom: 95px !important;
  }

  .u-mb-sp-100 {
    margin-bottom: 100px !important;
  }

  .u-mb-sp-105 {
    margin-bottom: 105px !important;
  }

  .u-mb-sp-110 {
    margin-bottom: 110px !important;
  }

  .u-mb-sp-115 {
    margin-bottom: 115px !important;
  }

  .u-mb-sp-120 {
    margin-bottom: 120px !important;
  }

  /* Left margin */
  .u-ml-sp--105 {
    margin-left: -105px !important;
  }

  .u-ml-sp--100 {
    margin-left: -100px !important;
  }

  .u-ml-sp--95 {
    margin-left: -95px !important;
  }

  .u-ml-sp--90 {
    margin-left: -90px !important;
  }

  .u-ml-sp--85 {
    margin-left: -85px !important;
  }

  .u-ml-sp--80 {
    margin-left: -80px !important;
  }

  .u-ml-sp--75 {
    margin-left: -75px !important;
  }

  .u-ml-sp--70 {
    margin-left: -70px !important;
  }

  .u-ml-sp--65 {
    margin-left: -65px !important;
  }

  .u-ml-sp--60 {
    margin-left: -60px !important;
  }

  .u-ml-sp--55 {
    margin-left: -55px !important;
  }

  .u-ml-sp--50 {
    margin-left: -50px !important;
  }

  .u-ml-sp--45 {
    margin-left: -45px !important;
  }

  .u-ml-sp--40 {
    margin-left: -40px !important;
  }

  .u-ml-sp--35 {
    margin-left: -35px !important;
  }

  .u-ml-sp--30 {
    margin-left: -30px !important;
  }

  .u-ml-sp--25 {
    margin-left: -25px !important;
  }

  .u-ml-sp--20 {
    margin-left: -20px !important;
  }

  .u-ml-sp--15 {
    margin-left: -15px !important;
  }

  .u-ml-sp--10 {
    margin-left: -10px !important;
  }

  .u-ml-sp--5 {
    margin-left: -5px !important;
  }

  .u-ml-sp-0 {
    margin-left: 0px !important;
  }

  .u-ml-sp-5 {
    margin-left: 5px !important;
  }

  .u-ml-sp-10 {
    margin-left: 10px !important;
  }

  .u-ml-sp-15 {
    margin-left: 15px !important;
  }

  .u-ml-sp-20 {
    margin-left: 20px !important;
  }

  .u-ml-sp-25 {
    margin-left: 25px !important;
  }

  .u-ml-sp-30 {
    margin-left: 30px !important;
  }

  .u-ml-sp-35 {
    margin-left: 35px !important;
  }

  .u-ml-sp-40 {
    margin-left: 40px !important;
  }

  .u-ml-sp-45 {
    margin-left: 45px !important;
  }

  .u-ml-sp-50 {
    margin-left: 50px !important;
  }

  .u-ml-sp-55 {
    margin-left: 55px !important;
  }

  .u-ml-sp-60 {
    margin-left: 60px !important;
  }

  .u-ml-sp-65 {
    margin-left: 65px !important;
  }

  .u-ml-sp-70 {
    margin-left: 70px !important;
  }

  .u-ml-sp-75 {
    margin-left: 75px !important;
  }

  .u-ml-sp-80 {
    margin-left: 80px !important;
  }

  .u-ml-sp-85 {
    margin-left: 85px !important;
  }

  .u-ml-sp-90 {
    margin-left: 90px !important;
  }

  .u-ml-sp-95 {
    margin-left: 95px !important;
  }

  .u-ml-sp-100 {
    margin-left: 100px !important;
  }

  .u-ml-sp-105 {
    margin-left: 105px !important;
  }

  .u-ml-sp-110 {
    margin-left: 110px !important;
  }

  .u-ml-sp-115 {
    margin-left: 115px !important;
  }

  .u-ml-sp-120 {
    margin-left: 120px !important;
  }
}

/* ==========================================================================
 padding
========================================================================== */
/* Top padding */
.u-pt-0 {
  padding-top: 0px !important;
}

.u-pr-0 {
  padding-right: 0px !important;
}

.u-pb-0 {
  padding-bottom: 0px !important;
}

.u-pl-0 {
  padding-left: 0px !important;
}

.u-pt-5 {
  padding-top: 5px !important;
}

.u-pr-5 {
  padding-right: 5px !important;
}

.u-pb-5 {
  padding-bottom: 5px !important;
}

.u-pl-5 {
  padding-left: 5px !important;
}

.u-pt-10 {
  padding-top: 10px !important;
}

.u-pr-10 {
  padding-right: 10px !important;
}

.u-pb-10 {
  padding-bottom: 10px !important;
}

.u-pl-10 {
  padding-left: 10px !important;
}

.u-pt-15 {
  padding-top: 15px !important;
}

.u-pr-15 {
  padding-right: 15px !important;
}

.u-pb-15 {
  padding-bottom: 15px !important;
}

.u-pl-15 {
  padding-left: 15px !important;
}

.u-pt-20 {
  padding-top: 20px !important;
}

.u-pr-20 {
  padding-right: 20px !important;
}

.u-pb-20 {
  padding-bottom: 20px !important;
}

.u-pl-20 {
  padding-left: 20px !important;
}

.u-pt-25 {
  padding-top: 25px !important;
}

.u-pr-25 {
  padding-right: 25px !important;
}

.u-pb-25 {
  padding-bottom: 25px !important;
}

.u-pl-25 {
  padding-left: 25px !important;
}

.u-pt-30 {
  padding-top: 30px !important;
}

.u-pr-30 {
  padding-right: 30px !important;
}

.u-pb-30 {
  padding-bottom: 30px !important;
}

.u-pl-30 {
  padding-left: 30px !important;
}

.u-pt-35 {
  padding-top: 35px !important;
}

.u-pr-35 {
  padding-right: 35px !important;
}

.u-pb-35 {
  padding-bottom: 35px !important;
}

.u-pl-35 {
  padding-left: 35px !important;
}

.u-pt-40 {
  padding-top: 40px !important;
}

.u-pr-40 {
  padding-right: 40px !important;
}

.u-pb-40 {
  padding-bottom: 40px !important;
}

.u-pl-40 {
  padding-left: 40px !important;
}

.u-pt-45 {
  padding-top: 45px !important;
}

.u-pr-45 {
  padding-right: 45px !important;
}

.u-pb-45 {
  padding-bottom: 45px !important;
}

.u-pl-45 {
  padding-left: 45px !important;
}

.u-pt-50 {
  padding-top: 50px !important;
}

.u-pr-50 {
  padding-right: 50px !important;
}

.u-pb-50 {
  padding-bottom: 50px !important;
}

.u-pl-50 {
  padding-left: 50px !important;
}

.u-pt-55 {
  padding-top: 55px !important;
}

.u-pr-55 {
  padding-right: 55px !important;
}

.u-pb-55 {
  padding-bottom: 55px !important;
}

.u-pl-55 {
  padding-left: 55px !important;
}

.u-pt-60 {
  padding-top: 60px !important;
}

.u-pr-60 {
  padding-right: 60px !important;
}

.u-pb-60 {
  padding-bottom: 60px !important;
}

.u-pl-60 {
  padding-left: 60px !important;
}

.u-pt-65 {
  padding-top: 65px !important;
}

.u-pr-65 {
  padding-right: 65px !important;
}

.u-pb-65 {
  padding-bottom: 65px !important;
}

.u-pl-65 {
  padding-left: 65px !important;
}

.u-pt-70 {
  padding-top: 70px !important;
}

.u-pr-70 {
  padding-right: 70px !important;
}

.u-pb-70 {
  padding-bottom: 70px !important;
}

.u-pl-70 {
  padding-left: 70px !important;
}

.u-pt-75 {
  padding-top: 75px !important;
}

.u-pr-75 {
  padding-right: 75px !important;
}

.u-pb-75 {
  padding-bottom: 75px !important;
}

.u-pl-75 {
  padding-left: 75px !important;
}

.u-pt-80 {
  padding-top: 80px !important;
}

.u-pr-80 {
  padding-right: 80px !important;
}

.u-pb-80 {
  padding-bottom: 80px !important;
}

.u-pl-80 {
  padding-left: 80px !important;
}

.u-pt-85 {
  padding-top: 85px !important;
}

.u-pr-85 {
  padding-right: 85px !important;
}

.u-pb-85 {
  padding-bottom: 85px !important;
}

.u-pl-85 {
  padding-left: 85px !important;
}

.u-pt-90 {
  padding-top: 90px !important;
}

.u-pr-90 {
  padding-right: 90px !important;
}

.u-pb-90 {
  padding-bottom: 90px !important;
}

.u-pl-90 {
  padding-left: 90px !important;
}

.u-pt-100 {
  padding-top: 100px !important;
}

.u-pr-100 {
  padding-right: 100px !important;
}

.u-pb-100 {
  padding-bottom: 100px !important;
}

.u-pl-100 {
  padding-left: 100px !important;
}

.u-pt-110 {
  padding-top: 110px !important;
}

.u-pr-110 {
  padding-right: 110px !important;
}

.u-pb-110 {
  padding-bottom: 110px !important;
}

.u-pl-110 {
  padding-left: 110px !important;
}

.u-pt-120 {
  padding-top: 120px !important;
}

.u-pr-120 {
  padding-right: 120px !important;
}

.u-pb-120 {
  padding-bottom: 120px !important;
}

.u-pl-120 {
  padding-left: 120px !important;
}

.u-pt-130 {
  padding-top: 130px !important;
}

.u-pr-130 {
  padding-right: 130px !important;
}

.u-pb-130 {
  padding-bottom: 130px !important;
}

.u-pl-130 {
  padding-left: 130px !important;
}

.u-pt-140 {
  padding-top: 140px !important;
}

.u-pr-140 {
  padding-right: 140px !important;
}

.u-pb-140 {
  padding-bottom: 140px !important;
}

.u-pl-140 {
  padding-left: 140px !important;
}

.u-pt-150 {
  padding-top: 150px !important;
}

.u-pr-150 {
  padding-right: 150px !important;
}

.u-pb-150 {
  padding-bottom: 150px !important;
}

.u-pl-150 {
  padding-left: 150px !important;
}

.u-pt-160 {
  padding-top: 160px !important;
}

.u-pr-160 {
  padding-right: 160px !important;
}

.u-pb-160 {
  padding-bottom: 160px !important;
}

.u-pl-160 {
  padding-left: 160px !important;
}

.u-pt-170 {
  padding-top: 170px !important;
}

.u-pr-170 {
  padding-right: 170px !important;
}

.u-pb-170 {
  padding-bottom: 170px !important;
}

.u-pl-170 {
  padding-left: 170px !important;
}

.u-pt-180 {
  padding-top: 180px !important;
}

.u-pr-180 {
  padding-right: 180px !important;
}

.u-pb-180 {
  padding-bottom: 180px !important;
}

.u-pl-180 {
  padding-left: 180px !important;
}

.u-pt-190 {
  padding-top: 190px !important;
}

.u-pr-190 {
  padding-right: 190px !important;
}

.u-pb-190 {
  padding-bottom: 190px !important;
}

.u-pl-190 {
  padding-left: 190px !important;
}

.u-pt-200 {
  padding-top: 200px !important;
}

.u-pr-200 {
  padding-right: 200px !important;
}

.u-pb-200 {
  padding-bottom: 200px !important;
}

.u-pl-200 {
  padding-left: 200px !important;
}

.u-pt-210 {
  padding-top: 210px !important;
}

.u-pr-210 {
  padding-right: 210px !important;
}

.u-pb-210 {
  padding-bottom: 210px !important;
}

.u-pl-210 {
  padding-left: 210px !important;
}

.u-pt-220 {
  padding-top: 220px !important;
}

.u-pr-220 {
  padding-right: 220px !important;
}

.u-pb-220 {
  padding-bottom: 220px !important;
}

.u-pl-220 {
  padding-left: 220px !important;
}

.u-pt-230 {
  padding-top: 230px !important;
}

.u-pr-230 {
  padding-right: 230px !important;
}

.u-pb-230 {
  padding-bottom: 230px !important;
}

.u-pl-230 {
  padding-left: 230px !important;
}

.u-pt-240 {
  padding-top: 240px !important;
}

.u-pr-240 {
  padding-right: 240px !important;
}

.u-pb-240 {
  padding-bottom: 240px !important;
}

.u-pl-240 {
  padding-left: 240px !important;
}

.u-pt-250 {
  padding-top: 250px !important;
}

.u-pr-250 {
  padding-right: 250px !important;
}

.u-pb-250 {
  padding-bottom: 250px !important;
}

.u-pl-250 {
  padding-left: 250px !important;
}

.u-pt-260 {
  padding-top: 260px !important;
}

.u-pr-260 {
  padding-right: 260px !important;
}

.u-pb-260 {
  padding-bottom: 260px !important;
}

.u-pl-260 {
  padding-left: 260px !important;
}

.u-pt-270 {
  padding-top: 270px !important;
}

.u-pr-270 {
  padding-right: 270px !important;
}

.u-pb-270 {
  padding-bottom: 270px !important;
}

.u-pl-270 {
  padding-left: 270px !important;
}

.u-pt-280 {
  padding-top: 280px !important;
}

.u-pr-280 {
  padding-right: 280px !important;
}

.u-pb-280 {
  padding-bottom: 280px !important;
}

.u-pl-280 {
  padding-left: 280px !important;
}

.u-pt-290 {
  padding-top: 290px !important;
}

.u-pr-290 {
  padding-right: 290px !important;
}

.u-pb-290 {
  padding-bottom: 290px !important;
}

.u-pl-290 {
  padding-left: 290px !important;
}

.u-pt-300 {
  padding-top: 300px !important;
}

.u-pr-300 {
  padding-right: 300px !important;
}

.u-pb-300 {
  padding-bottom: 300px !important;
}

.u-pl-300 {
  padding-left: 300px !important;
}

.u-pt-310 {
  padding-top: 310px !important;
}

.u-pr-310 {
  padding-right: 310px !important;
}

.u-pb-310 {
  padding-bottom: 310px !important;
}

.u-pl-310 {
  padding-left: 310px !important;
}

.u-pt-320 {
  padding-top: 320px !important;
}

.u-pr-320 {
  padding-right: 320px !important;
}

.u-pb-320 {
  padding-bottom: 320px !important;
}

.u-pl-320 {
  padding-left: 320px !important;
}

.u-pt-330 {
  padding-top: 330px !important;
}

.u-pr-330 {
  padding-right: 330px !important;
}

.u-pb-330 {
  padding-bottom: 330px !important;
}

.u-pl-330 {
  padding-left: 330px !important;
}

.u-pt-340 {
  padding-top: 340px !important;
}

.u-pr-340 {
  padding-right: 340px !important;
}

.u-pb-340 {
  padding-bottom: 340px !important;
}

.u-pl-340 {
  padding-left: 340px !important;
}

.u-pt-350 {
  padding-top: 350px !important;
}

.u-pr-350 {
  padding-right: 350px !important;
}

.u-pb-350 {
  padding-bottom: 350px !important;
}

.u-pl-350 {
  padding-left: 350px !important;
}

.u-pt-360 {
  padding-top: 360px !important;
}

.u-pr-360 {
  padding-right: 360px !important;
}

.u-pb-360 {
  padding-bottom: 360px !important;
}

.u-pl-360 {
  padding-left: 360px !important;
}

.u-pt-370 {
  padding-top: 370px !important;
}

.u-pr-370 {
  padding-right: 370px !important;
}

.u-pb-370 {
  padding-bottom: 370px !important;
}

.u-pl-370 {
  padding-left: 370px !important;
}

.u-pt-380 {
  padding-top: 380px !important;
}

.u-pr-380 {
  padding-right: 380px !important;
}

.u-pb-380 {
  padding-bottom: 380px !important;
}

.u-pl-380 {
  padding-left: 380px !important;
}

.u-pt-390 {
  padding-top: 390px !important;
}

.u-pr-390 {
  padding-right: 390px !important;
}

.u-pb-390 {
  padding-bottom: 390px !important;
}

.u-pl-390 {
  padding-left: 390px !important;
}

.u-pt-400 {
  padding-top: 400px !important;
}

.u-pr-400 {
  padding-right: 400px !important;
}

.u-pb-400 {
  padding-bottom: 400px !important;
}

.u-pl-400 {
  padding-left: 400px !important;
}

.u-pt-410 {
  padding-top: 410px !important;
}

.u-pr-410 {
  padding-right: 410px !important;
}

.u-pb-410 {
  padding-bottom: 410px !important;
}

.u-pl-410 {
  padding-left: 410px !important;
}

.u-pt-420 {
  padding-top: 420px !important;
}

.u-pr-420 {
  padding-right: 420px !important;
}

.u-pb-420 {
  padding-bottom: 420px !important;
}

.u-pl-420 {
  padding-left: 420px !important;
}

.u-pt-430 {
  padding-top: 430px !important;
}

.u-pr-430 {
  padding-right: 430px !important;
}

.u-pb-430 {
  padding-bottom: 430px !important;
}

.u-pl-430 {
  padding-left: 430px !important;
}

.u-pt-440 {
  padding-top: 440px !important;
}

.u-pr-440 {
  padding-right: 440px !important;
}

.u-pb-440 {
  padding-bottom: 440px !important;
}

.u-pl-440 {
  padding-left: 440px !important;
}

.u-pt-450 {
  padding-top: 450px !important;
}

.u-pr-450 {
  padding-right: 450px !important;
}

.u-pb-450 {
  padding-bottom: 450px !important;
}

.u-pl-450 {
  padding-left: 450px !important;
}

.u-pt-460 {
  padding-top: 460px !important;
}

.u-pr-460 {
  padding-right: 460px !important;
}

.u-pb-460 {
  padding-bottom: 460px !important;
}

.u-pl-460 {
  padding-left: 460px !important;
}

.u-pt-470 {
  padding-top: 470px !important;
}

.u-pr-470 {
  padding-right: 470px !important;
}

.u-pb-470 {
  padding-bottom: 470px !important;
}

.u-pl-470 {
  padding-left: 470px !important;
}

.u-pt-480 {
  padding-top: 480px !important;
}

.u-pr-480 {
  padding-right: 480px !important;
}

.u-pb-480 {
  padding-bottom: 480px !important;
}

.u-pl-480 {
  padding-left: 480px !important;
}

.u-pt-490 {
  padding-top: 490px !important;
}

.u-pr-490 {
  padding-right: 490px !important;
}

.u-pb-490 {
  padding-bottom: 490px !important;
}

.u-pl-490 {
  padding-left: 490px !important;
}

@media screen and (max-width: 768px) {

  /* Top padding */
  .u-pt-sp-0 {
    padding-top: 0px !important;
  }

  .u-pt-sp-5 {
    padding-top: 5px !important;
  }

  .u-pt-sp-10 {
    padding-top: 10px !important;
  }

  .u-pt-sp-15 {
    padding-top: 15px !important;
  }

  .u-pt-sp-20 {
    padding-top: 20px !important;
  }

  .u-pt-sp-25 {
    padding-top: 25px !important;
  }

  .u-pt-sp-30 {
    padding-top: 30px !important;
  }

  .u-pt-sp-35 {
    padding-top: 35px !important;
  }

  .u-pt-sp-40 {
    padding-top: 40px !important;
  }

  .u-pt-sp-45 {
    padding-top: 45px !important;
  }

  .u-pt-sp-50 {
    padding-top: 50px !important;
  }

  .u-pt-sp-55 {
    padding-top: 55px !important;
  }

  .u-pt-sp-60 {
    padding-top: 60px !important;
  }

  .u-pt-sp-65 {
    padding-top: 65px !important;
  }

  .u-pt-sp-70 {
    padding-top: 70px !important;
  }

  .u-pt-sp-75 {
    padding-top: 75px !important;
  }

  .u-pt-sp-80 {
    padding-top: 80px !important;
  }

  .u-pt-sp-85 {
    padding-top: 85px !important;
  }

  .u-pt-sp-90 {
    padding-top: 90px !important;
  }

  /* Right padding */
  .u-pr-sp-0 {
    padding-right: 0px !important;
  }

  .u-pr-sp-5 {
    padding-right: 5px !important;
  }

  .u-pr-sp-10 {
    padding-right: 10px !important;
  }

  .u-pr-sp-15 {
    padding-right: 15px !important;
  }

  .u-pr-sp-20 {
    padding-right: 20px !important;
  }

  .u-pr-sp-25 {
    padding-right: 25px !important;
  }

  .u-pr-sp-30 {
    padding-right: 30px !important;
  }

  .u-pr-sp-35 {
    padding-right: 35px !important;
  }

  .u-pr-sp-40 {
    padding-right: 40px !important;
  }

  .u-pr-sp-45 {
    padding-right: 45px !important;
  }

  .u-pr-sp-50 {
    padding-right: 50px !important;
  }

  .u-pr-sp-55 {
    padding-right: 55px !important;
  }

  .u-pr-sp-60 {
    padding-right: 60px !important;
  }

  .u-pr-sp-65 {
    padding-right: 65px !important;
  }

  .u-pr-sp-70 {
    padding-right: 70px !important;
  }

  .u-pr-sp-75 {
    padding-right: 75px !important;
  }

  .u-pr-sp-80 {
    padding-right: 80px !important;
  }

  .u-pr-sp-85 {
    padding-right: 85px !important;
  }

  .u-pr-sp-90 {
    padding-right: 90px !important;
  }

  /* Bottom padding */
  .u-pb-sp-0 {
    padding-bottom: 0px !important;
  }

  .u-pb-sp-5 {
    padding-bottom: 5px !important;
  }

  .u-pb-sp-10 {
    padding-bottom: 10px !important;
  }

  .u-pb-sp-15 {
    padding-bottom: 15px !important;
  }

  .u-pb-sp-20 {
    padding-bottom: 20px !important;
  }

  .u-pb-sp-25 {
    padding-bottom: 25px !important;
  }

  .u-pb-sp-30 {
    padding-bottom: 30px !important;
  }

  .u-pb-sp-35 {
    padding-bottom: 35px !important;
  }

  .u-pb-sp-40 {
    padding-bottom: 40px !important;
  }

  .u-pb-sp-45 {
    padding-bottom: 45px !important;
  }

  .u-pb-sp-50 {
    padding-bottom: 50px !important;
  }

  .u-pb-sp-55 {
    padding-bottom: 55px !important;
  }

  .u-pb-sp-60 {
    padding-bottom: 60px !important;
  }

  .u-pb-sp-65 {
    padding-bottom: 65px !important;
  }

  .u-pb-sp-70 {
    padding-bottom: 70px !important;
  }

  .u-pb-sp-75 {
    padding-bottom: 75px !important;
  }

  .u-pb-sp-80 {
    padding-bottom: 80px !important;
  }

  .u-pb-sp-85 {
    padding-bottom: 85px !important;
  }

  .u-pb-sp-90 {
    padding-bottom: 90px !important;
  }

  /* Left padding */
  .u-pl-sp-0 {
    padding-left: 0px !important;
  }

  .u-pl-sp-5 {
    padding-left: 5px !important;
  }

  .u-pl-sp-10 {
    padding-left: 10px !important;
  }

  .u-pl-sp-15 {
    padding-left: 15px !important;
  }

  .u-pl-sp-20 {
    padding-left: 20px !important;
  }

  .u-pl-sp-25 {
    padding-left: 25px !important;
  }

  .u-pl-sp-30 {
    padding-left: 30px !important;
  }

  .u-pl-sp-35 {
    padding-left: 35px !important;
  }

  .u-pl-sp-40 {
    padding-left: 40px !important;
  }

  .u-pl-sp-45 {
    padding-left: 45px !important;
  }

  .u-pl-sp-50 {
    padding-left: 50px !important;
  }

  .u-pl-sp-55 {
    padding-left: 55px !important;
  }

  .u-pl-sp-60 {
    padding-left: 60px !important;
  }

  .u-pl-sp-65 {
    padding-left: 65px !important;
  }

  .u-pl-sp-70 {
    padding-left: 70px !important;
  }

  .u-pl-sp-75 {
    padding-left: 75px !important;
  }

  .u-pl-sp-80 {
    padding-left: 80px !important;
  }

  .u-pl-sp-85 {
    padding-left: 85px !important;
  }

  .u-pl-sp-90 {
    padding-left: 90px !important;
  }
}

/* ==========================================================================
 position
========================================================================== */
.u-pos-a {
  position: absolute !important;
}

.u-pos-r {
  position: relative !important;
}

.u-pos-s {
  position: static !important;
}

.u-posT-5 {
  top: 5px !important;
}

.u-posR-5 {
  right: 5px !important;
}

.u-posB-5 {
  bottom: 5px !important;
}

.u-posL-5 {
  left: 5px !important;
}

.u-posT-10 {
  top: 10px !important;
}

.u-posR-10 {
  right: 10px !important;
}

.u-posB-10 {
  bottom: 10px !important;
}

.u-posL-10 {
  left: 10px !important;
}

.u-posT-15 {
  top: 15px !important;
}

.u-posR-15 {
  right: 15px !important;
}

.u-posB-15 {
  bottom: 15px !important;
}

.u-posL-15 {
  left: 15px !important;
}

.u-posT-20 {
  top: 20px !important;
}

.u-posR-20 {
  right: 20px !important;
}

.u-posB-20 {
  bottom: 20px !important;
}

.u-posL-20 {
  left: 20px !important;
}

.u-posT-25 {
  top: 25px !important;
}

.u-posR-25 {
  right: 25px !important;
}

.u-posB-25 {
  bottom: 25px !important;
}

.u-posL-25 {
  left: 25px !important;
}

.u-posT-30 {
  top: 30px !important;
}

.u-posR-30 {
  right: 30px !important;
}

.u-posB-30 {
  bottom: 30px !important;
}

.u-posL-30 {
  left: 30px !important;
}

.u-posT-35 {
  top: 35px !important;
}

.u-posR-35 {
  right: 35px !important;
}

.u-posB-35 {
  bottom: 35px !important;
}

.u-posL-35 {
  left: 35px !important;
}

.u-posT-40 {
  top: 40px !important;
}

.u-posR-40 {
  right: 40px !important;
}

.u-posB-40 {
  bottom: 40px !important;
}

.u-posL-40 {
  left: 40px !important;
}

.u-posT-45 {
  top: 45px !important;
}

.u-posR-45 {
  right: 45px !important;
}

.u-posB-45 {
  bottom: 45px !important;
}

.u-posL-45 {
  left: 45px !important;
}

.u-posT-50 {
  top: 50px !important;
}

.u-posR-50 {
  right: 50px !important;
}

.u-posB-50 {
  bottom: 50px !important;
}

.u-posL-50 {
  left: 50px !important;
}

@media screen and (max-width: 768px) {
  .u-pos-sp-a {
    position: absolute !important;
  }

  .u-pos-sp-r {
    position: relative !important;
  }

  .u-pos-sp-s {
    position: static !important;
  }

  .u-posT-sp-5 {
    top: 5px !important;
  }

  .u-posR-sp-5 {
    right: 5px !important;
  }

  .u-posB-sp-5 {
    bottom: 5px !important;
  }

  .u-posL-sp-5 {
    left: 5px !important;
  }

  .u-posT-sp-10 {
    top: 10px !important;
  }

  .u-posR-sp-10 {
    right: 10px !important;
  }

  .u-posB-sp-10 {
    bottom: 10px !important;
  }

  .u-posL-sp-10 {
    left: 10px !important;
  }

  .u-posT-sp-15 {
    top: 15px !important;
  }

  .u-posR-sp-15 {
    right: 15px !important;
  }

  .u-posB-sp-15 {
    bottom: 15px !important;
  }

  .u-posL-sp-15 {
    left: 15px !important;
  }

  .u-posT-sp-20 {
    top: 20px !important;
  }

  .u-posR-sp-20 {
    right: 20px !important;
  }

  .u-posB-sp-20 {
    bottom: 20px !important;
  }

  .u-posL-sp-20 {
    left: 20px !important;
  }

  .u-posT-sp-25 {
    top: 25px !important;
  }

  .u-posR-sp-25 {
    right: 25px !important;
  }

  .u-posB-sp-25 {
    bottom: 25px !important;
  }

  .u-posL-sp-25 {
    left: 25px !important;
  }

  .u-posT-sp-30 {
    top: 30px !important;
  }

  .u-posR-sp-30 {
    right: 30px !important;
  }

  .u-posB-sp-30 {
    bottom: 30px !important;
  }

  .u-posL-sp-30 {
    left: 30px !important;
  }

  .u-posT-sp-35 {
    top: 35px !important;
  }

  .u-posR-sp-35 {
    right: 35px !important;
  }

  .u-posB-sp-35 {
    bottom: 35px !important;
  }

  .u-posL-sp-35 {
    left: 35px !important;
  }

  .u-posT-sp-40 {
    top: 40px !important;
  }

  .u-posR-sp-40 {
    right: 40px !important;
  }

  .u-posB-sp-40 {
    bottom: 40px !important;
  }

  .u-posL-sp-40 {
    left: 40px !important;
  }

  .u-posT-sp-45 {
    top: 45px !important;
  }

  .u-posR-sp-45 {
    right: 45px !important;
  }

  .u-posB-sp-45 {
    bottom: 45px !important;
  }

  .u-posL-sp-45 {
    left: 45px !important;
  }

  .u-posT-sp-50 {
    top: 50px !important;
  }

  .u-posR-sp-50 {
    right: 50px !important;
  }

  .u-posB-sp-50 {
    bottom: 50px !important;
  }

  .u-posL-sp-50 {
    left: 50px !important;
  }
}

/* ==========================================================================
 text-align
========================================================================== */
.u-ta-l {
  text-align: left !important;
}

.u-ta-c {
  text-align: center !important;
}

.u-ta-r {
  text-align: right !important;
}

@media screen and (max-width: 768px) {
  .u-ta-sp-l {
    text-align: left !important;
  }

  .u-ta-sp-c {
    text-align: center !important;
  }

  .u-ta-sp-r {
    text-align: right !important;
  }
}

/* ==========================================================================
 text-decoration
========================================================================== */
.u-td-u {
  text-decoration: underline !important;
}

.u-td-n {
  text-decoration: none !important;
}

/* ==========================================================================
 text-indent
========================================================================== */
.u-tx-inside8 {
  text-indent: -0.8em !important;
  padding-left: 0.8em !important;
}

.u-tx-inside9 {
  text-indent: -0.9em !important;
  padding-left: 0.9em !important;
}

.u-tx-inside10 {
  text-indent: -1em !important;
  padding-left: 1em !important;
}

.u-tx-inside11 {
  text-indent: -1.1em !important;
  padding-left: 1.1em !important;
}

.u-tx-inside12 {
  text-indent: -1.2em !important;
  padding-left: 1.2em !important;
}

.u-tx-inside13 {
  text-indent: -1.3em !important;
  padding-left: 1.3em !important;
}

.u-tx-inside14 {
  text-indent: -1.4em !important;
  padding-left: 1.4em !important;
}

.u-tx-inside15 {
  text-indent: -1.5em !important;
  padding-left: 1.5em !important;
}

.u-tx-inside16 {
  text-indent: -1.6em !important;
  padding-left: 1.6em !important;
}

.u-tx-inside17 {
  text-indent: -1.7em !important;
  padding-left: 1.7em !important;
}

.u-tx-inside18 {
  text-indent: -1.8em !important;
  padding-left: 1.8em !important;
}

.u-tx-inside19 {
  text-indent: -1.9em !important;
  padding-left: 1.9em !important;
}

.u-tx-inside20 {
  text-indent: -2em !important;
  padding-left: 2em !important;
}

.u-tx-insideW8 {
  text-indent: -2em !important;
  padding-left: 2.4em !important;
}

.u-tx-insideW9 {
  text-indent: -2.3em !important;
  padding-left: 2.7em !important;
}

.u-tx-insideW10 {
  text-indent: -2.6em !important;
  padding-left: 3em !important;
}

.u-tx-insideW11 {
  text-indent: -2.9em !important;
  padding-left: 3.3em !important;
}

.u-tx-insideW12 {
  text-indent: -3.2em !important;
  padding-left: 3.6em !important;
}

.u-tx-insideW13 {
  text-indent: -3.5em !important;
  padding-left: 3.9em !important;
}

.u-tx-insideW14 {
  text-indent: -3.8em !important;
  padding-left: 4.2em !important;
}

.u-tx-insideW15 {
  text-indent: -4.1em !important;
  padding-left: 4.5em !important;
}

.u-tx-insideW16 {
  text-indent: -4.4em !important;
  padding-left: 4.8em !important;
}

.u-tx-insideW17 {
  text-indent: -4.7em !important;
  padding-left: 5.1em !important;
}

.u-tx-insideW18 {
  text-indent: -5em !important;
  padding-left: 5.4em !important;
}

.u-tx-insideW19 {
  text-indent: -5.3em !important;
  padding-left: 5.7em !important;
}

.u-tx-insideW20 {
  text-indent: -5.6em !important;
  padding-left: 6em !important;
}

.u-tx-0 {
  text-indent: 0 !important;
}

/* ==========================================================================
 text-truncate
========================================================================== */
.u-tt {
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  /* for IE 8/9 */
}

/* ==========================================================================
 width
========================================================================== */
.u-w-auto {
  width: auto !important;
}

.u-w-full {
  width: 100% !important;
}

.u-w-threeQuarter {
  width: 75% !important;
}

.u-w-half {
  width: 50% !important;
}

.u-w-quarter {
  width: 25% !important;
}

/* ==========================================================================
 height
========================================================================== */
.u-h-max {
  height: 100% !important;
}

.u-h-5 {
  height: 5px !important;
}

.u-h-10 {
  height: 10px !important;
}

.u-h-15 {
  height: 15px !important;
}

.u-h-20 {
  height: 20px !important;
}

.u-h-25 {
  height: 25px !important;
}

.u-h-30 {
  height: 30px !important;
}

.u-h-35 {
  height: 35px !important;
}

.u-h-40 {
  height: 40px !important;
}

.u-h-45 {
  height: 45px !important;
}

.u-h-50 {
  height: 50px !important;
}

.u-h-55 {
  height: 55px !important;
}

.u-h-60 {
  height: 60px !important;
}

.u-h-65 {
  height: 65px !important;
}

.u-h-70 {
  height: 70px !important;
}

.u-h-75 {
  height: 75px !important;
}

.u-h-80 {
  height: 80px !important;
}

.u-h-85 {
  height: 85px !important;
}

.u-h-90 {
  height: 90px !important;
}

.u-h-95 {
  height: 95px !important;
}

.u-h-100 {
  height: 100px !important;
}

.u-minh-5 {
  min-height: 5px !important;
}

.u-minh-10 {
  min-height: 10px !important;
}

.u-minh-15 {
  min-height: 15px !important;
}

.u-minh-20 {
  min-height: 20px !important;
}

.u-minh-25 {
  min-height: 25px !important;
}

.u-minh-30 {
  min-height: 30px !important;
}

.u-minh-35 {
  min-height: 35px !important;
}

.u-minh-40 {
  min-height: 40px !important;
}

.u-minh-45 {
  min-height: 45px !important;
}

.u-minh-50 {
  min-height: 50px !important;
}

.u-minh-55 {
  min-height: 55px !important;
}

.u-minh-60 {
  min-height: 60px !important;
}

.u-minh-65 {
  min-height: 65px !important;
}

.u-minh-70 {
  min-height: 70px !important;
}

.u-minh-75 {
  min-height: 75px !important;
}

.u-minh-80 {
  min-height: 80px !important;
}

.u-minh-85 {
  min-height: 85px !important;
}

.u-minh-90 {
  min-height: 90px !important;
}

.u-minh-95 {
  min-height: 95px !important;
}

.u-minh-100 {
  min-height: 100px !important;
}

@media screen and (max-width: 768px) {
  .u-h-sp-5 {
    height: 5px !important;
  }

  .u-h-sp-10 {
    height: 10px !important;
  }

  .u-h-sp-15 {
    height: 15px !important;
  }

  .u-h-sp-20 {
    height: 20px !important;
  }

  .u-h-sp-25 {
    height: 25px !important;
  }

  .u-h-sp-30 {
    height: 30px !important;
  }

  .u-h-sp-35 {
    height: 35px !important;
  }

  .u-h-sp-40 {
    height: 40px !important;
  }

  .u-h-sp-45 {
    height: 45px !important;
  }

  .u-h-sp-50 {
    height: 50px !important;
  }

  .u-h-sp-55 {
    height: 55px !important;
  }

  .u-h-sp-60 {
    height: 60px !important;
  }

  .u-h-sp-65 {
    height: 65px !important;
  }

  .u-h-sp-70 {
    height: 70px !important;
  }

  .u-h-sp-75 {
    height: 75px !important;
  }

  .u-h-sp-80 {
    height: 80px !important;
  }

  .u-h-sp-85 {
    height: 85px !important;
  }

  .u-h-sp-90 {
    height: 90px !important;
  }

  .u-h-sp-95 {
    height: 95px !important;
  }

  .u-h-sp-100 {
    height: 100px !important;
  }

  .u-minh-sp-5 {
    min-height: 5px !important;
  }

  .u-minh-sp-10 {
    min-height: 10px !important;
  }

  .u-minh-sp-15 {
    min-height: 15px !important;
  }

  .u-minh-sp-20 {
    min-height: 20px !important;
  }

  .u-minh-sp-25 {
    min-height: 25px !important;
  }

  .u-minh-sp-30 {
    min-height: 30px !important;
  }

  .u-minh-sp-35 {
    min-height: 35px !important;
  }

  .u-minh-sp-40 {
    min-height: 40px !important;
  }

  .u-minh-sp-45 {
    min-height: 45px !important;
  }

  .u-minh-sp-50 {
    min-height: 50px !important;
  }

  .u-minh-sp-55 {
    min-height: 55px !important;
  }

  .u-minh-sp-60 {
    min-height: 60px !important;
  }

  .u-minh-sp-65 {
    min-height: 65px !important;
  }

  .u-minh-sp-70 {
    min-height: 70px !important;
  }

  .u-minh-sp-75 {
    min-height: 75px !important;
  }

  .u-minh-sp-80 {
    min-height: 80px !important;
  }

  .u-minh-sp-85 {
    min-height: 85px !important;
  }

  .u-minh-sp-90 {
    min-height: 90px !important;
  }

  .u-minh-sp-95 {
    min-height: 95px !important;
  }

  .u-minh-sp-100 {
    min-height: 100px !important;
  }

  .u-w-full-sp {
    width: 100% !important;
  }
}

/* ==========================================================================
 letter-spacing
========================================================================== */
.u-ls-1 {
  letter-spacing: -0.1em !important;
}

/* ==========================================================================
 cursor
========================================================================== */
.u-cs-pointer {
  cursor: pointer !important;
}

.u-cs-default {
  cursor: default !important;
}

/* -----------------------------------------------------------------
 Js
----------------------------------------------------------------- */
/* ==========================================================================
 js-tgl系
========================================================================== */
.js-tgl-block {
  display: none;
}

/* -----------------------------------------------------------------
 Old
----------------------------------------------------------------- */
.list_attnNum .listNum {
  padding-right: 5px;
}

.list_em>li,
.list_em+ul>li {
  padding-left: 0em;
  text-indent: -1.3em;
}

html[lang="en"] .list_em>li,
html[lang="en"] .list_em+ul>li,
html[lang="es_ES"] .list_em>li,
html[lang="es_ES"] .list_em+ul>li,
html[lang="in"] .list_em>li,
html[lang="in"] .list_em+ul>li,
html[lang="tl"] .list_em>li,
html[lang="tl"] .list_em+ul>li,
html[lang="pt_BR"] .list_em>li,
html[lang="pt_BR"] .list_em+ul>li,
html[lang="th_TH"] .list_em>li,
html[lang="th_TH"] .list_em+ul>li,
html[lang="vi"] .list_em>li,
html[lang="vi"] .list_em+ul>li {
  padding-left: 0.6em;
}

.line_dot {
  margin-top: 0px;
  padding-top: 0px;
  border-top: 0px dotted #ccc;
}

/* topics
------------------------------------*/
#topics ul li {
  padding: 10px 5px 10px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px dotted #999;
}

#topics ul li:last-child {
  border-bottom: 1px solid #ccc;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

#topics ul li dl:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

#topics ul li dl {
  *zoom: 1;
}

#topics ul li dt {
  float: left;
  clear: left;
  width: 9.5em;
}

@media (min-width: 520px) and (max-width: 959px) {
  #topics ul li dt {
    float: none;
    clear: none;
    margin-bottom: 5px;
  }
}

#topics ul li dd {
  margin-left: 9.5em;
}

@media (min-width: 520px) and (max-width: 959px) {
  #topics ul li dd {
    margin-left: 0;
  }
}

#topics ul li.linkicon {
  padding: 10px 5px 10px 10px;
}

#topics ul li.linkicon a {
  display: inline-block;
  background: url(../image/icon_arrow_r_s.png) no-repeat 0 5px !important;
  padding-left: 11px;
}

/* tabNews
------------------------------------*/
.tabNews {
  overflow: hidden;
  margin-bottom: -1px;
  display: flex;
}

.tabNews>li {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.tabNews>li>a {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

/* colArea
------------------------------------*/
.colArea:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.colArea {
  max-width: 100%;
  width: 100%;
}

.colArea .col2 {
  float: left;
  width: 49.5%;
  margin-left: 1%;
}

@media (max-width: 519px) {
  .colArea .col2 {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}

.colArea .col2:first-child {
  margin-left: 0;
}

@media (max-width: 519px) {
  .colArea .col2:first-child {
    margin-bottom: 20px;
  }
}

.colArea .col3 {
  float: left;
  width: 32.6%;
  margin-right: 1%;
}

@media (max-width: 519px) {
  .colArea .col3 {
    width: 100%;
  }
}

.colArea .col3:last-child {
  margin-right: 0;
}

.colArea .col3>dl {
  margin-top: 10px;
}

/* trigger / toggle
------------------------------------*/
.trigger {
  padding: 5px 5px 5px 5px;
  font-size: 117%;
  font-weight: bold;
  color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: #40b177;
  /* Old browsers */
  background: -moz-linear-gradient(top, #40b177 0%, #009749 98%);
  /* FF3.6+ */
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(0%, #40b177),
      color-stop(98%, #009749));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #40b177 0%, #009749 98%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #40b177 0%, #009749 98%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #40b177 0%, #009749 98%);
  /* IE10+ */
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#40b177),
      color-stop(98%, #009749));
  background: linear-gradient(top, #40b177 0%, #009749 98%);
  /* W3C */
}

#userMenu .trigger {
  background: #ff604a;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ff604a 0%, #ff290b 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(0%, #ff604a),
      color-stop(100%, #ff290b));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ff604a 0%, #ff290b 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ff604a 0%, #ff290b 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ff604a 0%, #ff290b 100%);
  /* IE10+ */
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#ff604a),
      to(#ff290b));
  background: linear-gradient(top, #ff604a 0%, #ff290b 100%);
  /* W3C */
}

@media (max-width: 519px) {
  .trigger {
    cursor: pointer;
  }

  .trigger span {
    display: block;
    padding-right: 25px;
    background-image: url(/soukin/shared/image/icon_close.gif);
    background-repeat: no-repeat;
    background-position: 100% center;
  }

  .trigger.open span {
    background-image: url(/soukin/shared/image/icon_open.gif);
  }
}

@media (min-width: 520px) {
  .toggle {
    display: block !important;
  }
}

/* info
------------------------------------*/
@media screen and (max-width: 768px) {
  .infoBlock .infoArea .infoBox {
    margin-bottom: 10px;
  }
}

/* 20210604 */
.c-icon.-check_small::before {
  width: 15px;
  height: 15px;
  border: 2px solid #b5b5b5;
  position: static;
  display: inline-block;
  margin-right: 5px;
}

.c-icon.-check_small {
  font-size: 16px;
  line-height: 1.5;
  position: static;
  padding-left: 20px;
  text-indent: -20px;
}

@media screen and (max-width: 767px) {
  .c-icon.-check_small {
    font-size: 12px;
    padding-left: 20px;
    text-indent: -15px;
  }

  .c-icon.-check_small::before {
    width: 10px;
    height: 10px;
  }
}