@charset "UTF-8";
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
td,
th {
  text-align: left;
  vertical-align: middle;
}
blockquote,
q {
  quotes: none;
}
q:after,
q:before {
  content: "";
  content: none;
}
blockquote:after,
blockquote:before {
  content: "";
  content: none;
}
a img {
  border: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
.fw .f-inner {
  display: block;
  max-width: 980px;
  margin: 0 auto;
  padding: 0;
}
.fw .f-inner:after {
  content: "";
  display: table;
  clear: both;
}
.fw .clearfix:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 700px) {
  .fw {
    min-width: 700px;
  }
}
@media screen and (max-width: 700px) {
  .fw .f-display_xs:not(.f-display_s) {
    display: none;
  }
  .fw .f-display_over {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .fw .f-display_m:not(.f-display_s) {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .fw .f-display_l:not(.f-display_s) {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .fw .f-display_xl:not(.f-display_s) {
    display: none;
  }
}
@media screen and (min-width: 701px) {
  .fw .f-display_xs:not(.f-display_m) {
    display: none;
  }
  .fw .f-display_over {
    display: none;
  }
}
@media screen and (min-width: 701px) {
  .fw .f-display_s:not(.f-display_m) {
    display: none;
  }
}
@media screen and (min-width: 701px) {
  .fw .f-display_l:not(.f-display_m) {
    display: none;
  }
}
@media screen and (min-width: 701px) {
  .fw .f-display_xl:not(.f-display_m) {
    display: none;
  }
}
html {
  overflow: auto;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.fw * {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}
.fw a {
  cursor: pointer;
  color: #c45353;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.fw img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.fw section:after {
  content: "";
  display: table;
  clear: both;
}
.fw section.f-section {
  margin-top: 0px;
}
.fw sup {
  vertical-align: super;
  line-height: 1;
}
.fw sub {
  vertical-align: sub;
  line-height: 1;
}
.fw strong {
  font-weight: bold;
}
.fw button {
  cursor: pointer;
}
.fw button,
.fw input {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI",
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
    "ＭＳ Ｐゴシック", sans-serif;
}
.fw input[type="email"],
.fw input[type="submit"],
.fw input[type="tel"],
.fw input[type="text"],
.fw textarea {
  -webkit-appearance: none;
  border-radius: 0;
}
.fw .f-col {
  margin-left: -30px;
  margin-right: -30px;
}
.fw .f-col:after {
  content: "";
  display: table;
  clear: both;
}
.fw .f-col > * {
  padding-left: 30px;
  padding-right: 30px;
}
.fw .f-col > * {
  float: left;
}
.fw .f-col > .f-col1 {
  width: 8.3333333333%;
}
.fw .f-col > .f-col2 {
  width: 16.6666666667%;
}
.fw .f-col > .f-col3 {
  width: 25%;
}
.fw .f-col > .f-col4 {
  width: 33.3333333333%;
}
.fw .f-col > .f-col5 {
  width: 41.6666666667%;
}
.fw .f-col > .f-col6 {
  width: 50%;
}
.fw .f-col > .f-col7 {
  width: 58.3333333333%;
}
.fw .f-col > .f-col8 {
  width: 66.6666666667%;
}
.fw .f-col > .f-col9 {
  width: 75%;
}
.fw .f-col > .f-col10 {
  width: 83.3333333333%;
}
.fw .f-col > .f-col11 {
  width: 91.6666666667%;
}
.fw .f-col > .f-col12 {
  width: 100%;
}
.fw .f-col > .f-col_fifth {
  width: 20%;
}
@media screen and (max-width: 700px) {
  .fw .f-col > .f-col1_s {
    width: 8.3333333333%;
  }
  .fw .f-col > .f-col2_s {
    width: 16.6666666667%;
  }
  .fw .f-col > .f-col3_s {
    width: 25%;
  }
  .fw .f-col > .f-col4_s {
    width: 33.3333333333%;
  }
  .fw .f-col > .f-col5_s {
    width: 41.6666666667%;
  }
  .fw .f-col > .f-col6_s {
    width: 50%;
  }
  .fw .f-col > .f-col7_s {
    width: 58.3333333333%;
  }
  .fw .f-col > .f-col8_s {
    width: 66.6666666667%;
  }
  .fw .f-col > .f-col9_s {
    width: 75%;
  }
  .fw .f-col > .f-col10_s {
    width: 83.3333333333%;
  }
  .fw .f-col > .f-col11_s {
    width: 91.6666666667%;
  }
  .fw .f-col > .f-col12_s {
    width: 100%;
  }
  .fw .f-col > .f-col_fifth_s {
    width: 20%;
  }
}
.fw .f-col.f-col_mg0 {
  margin-left: 0px;
  margin-right: 0px;
}
.fw .f-col.f-col_mg0 > * {
  padding-left: 0px;
  padding-right: 0px;
}
.fw .f-col.f-col_mg5 {
  margin-left: -2.5px;
  margin-right: -2.5px;
}
.fw .f-col.f-col_mg5 > * {
  padding-left: 2.5px;
  padding-right: 2.5px;
}
.fw .f-col.f-col_mg10 {
  margin-left: -5px;
  margin-right: -5px;
}
.fw .f-col.f-col_mg10 > * {
  padding-left: 5px;
  padding-right: 5px;
}
.fw .f-col.f-col_mg15 {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.fw .f-col.f-col_mg15 > * {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.fw .f-col.f-col_mg20 {
  margin-left: -10px;
  margin-right: -10px;
}
.fw .f-col.f-col_mg20 > * {
  padding-left: 10px;
  padding-right: 10px;
}
.fw .f-col.f-col_mg25 {
  margin-left: -12.5px;
  margin-right: -12.5px;
}
.fw .f-col.f-col_mg25 > * {
  padding-left: 12.5px;
  padding-right: 12.5px;
}
.fw .f-col.f-col_mg30 {
  margin-left: -15px;
  margin-right: -15px;
}
.fw .f-col.f-col_mg30 > * {
  padding-left: 15px;
  padding-right: 15px;
}
.fw .f-col.f-col_mg35 {
  margin-left: -17.5px;
  margin-right: -17.5px;
}
.fw .f-col.f-col_mg35 > * {
  padding-left: 17.5px;
  padding-right: 17.5px;
}
.fw .f-col.f-col_mg40 {
  margin-left: -20px;
  margin-right: -20px;
}
.fw .f-col.f-col_mg40 > * {
  padding-left: 20px;
  padding-right: 20px;
}
.fw .f-col.f-col_mg45 {
  margin-left: -22.5px;
  margin-right: -22.5px;
}
.fw .f-col.f-col_mg45 > * {
  padding-left: 22.5px;
  padding-right: 22.5px;
}
.fw .f-col.f-col_mg50 {
  margin-left: -25px;
  margin-right: -25px;
}
.fw .f-col.f-col_mg50 > * {
  padding-left: 25px;
  padding-right: 25px;
}
.fw .f-col.f-col_mg55 {
  margin-left: -27.5px;
  margin-right: -27.5px;
}
.fw .f-col.f-col_mg55 > * {
  padding-left: 27.5px;
  padding-right: 27.5px;
}
.fw .f-col.f-col_mg60 {
  margin-left: -30px;
  margin-right: -30px;
}
.fw .f-col.f-col_mg60 > * {
  padding-left: 30px;
  padding-right: 30px;
}
.fw .f-col.f-col_mg65 {
  margin-left: -32.5px;
  margin-right: -32.5px;
}
.fw .f-col.f-col_mg65 > * {
  padding-left: 32.5px;
  padding-right: 32.5px;
}
.fw .f-col.f-col_mg70 {
  margin-left: -35px;
  margin-right: -35px;
}
.fw .f-col.f-col_mg70 > * {
  padding-left: 35px;
  padding-right: 35px;
}
.fw .f-col.f-col_mg75 {
  margin-left: -37.5px;
  margin-right: -37.5px;
}
.fw .f-col.f-col_mg75 > * {
  padding-left: 37.5px;
  padding-right: 37.5px;
}
.fw .f-col.f-col_mg80 {
  margin-left: -40px;
  margin-right: -40px;
}
.fw .f-col.f-col_mg80 > * {
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 700px) {
  .fw .f-col.f-col_mg0_s {
    margin-left: 0px;
    margin-right: 0px;
  }
  .fw .f-col.f-col_mg0_s > * {
    padding-left: 0px;
    padding-right: 0px;
  }
  .fw .f-col.f-col_mg5_s {
    margin-left: -2.5px;
    margin-right: -2.5px;
  }
  .fw .f-col.f-col_mg5_s > * {
    padding-left: 2.5px;
    padding-right: 2.5px;
  }
  .fw .f-col.f-col_mg10_s {
    margin-left: -5px;
    margin-right: -5px;
  }
  .fw .f-col.f-col_mg10_s > * {
    padding-left: 5px;
    padding-right: 5px;
  }
  .fw .f-col.f-col_mg15_s {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .fw .f-col.f-col_mg15_s > * {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .fw .f-col.f-col_mg20_s {
    margin-left: -10px;
    margin-right: -10px;
  }
  .fw .f-col.f-col_mg20_s > * {
    padding-left: 10px;
    padding-right: 10px;
  }
  .fw .f-col.f-col_mg25_s {
    margin-left: -12.5px;
    margin-right: -12.5px;
  }
  .fw .f-col.f-col_mg25_s > * {
    padding-left: 12.5px;
    padding-right: 12.5px;
  }
  .fw .f-col.f-col_mg30_s {
    margin-left: -15px;
    margin-right: -15px;
  }
  .fw .f-col.f-col_mg30_s > * {
    padding-left: 15px;
    padding-right: 15px;
  }
  .fw .f-col.f-col_mg35_s {
    margin-left: -17.5px;
    margin-right: -17.5px;
  }
  .fw .f-col.f-col_mg35_s > * {
    padding-left: 17.5px;
    padding-right: 17.5px;
  }
  .fw .f-col.f-col_mg40_s {
    margin-left: -20px;
    margin-right: -20px;
  }
  .fw .f-col.f-col_mg40_s > * {
    padding-left: 20px;
    padding-right: 20px;
  }
  .fw .f-col.f-col_mg45_s {
    margin-left: -22.5px;
    margin-right: -22.5px;
  }
  .fw .f-col.f-col_mg45_s > * {
    padding-left: 22.5px;
    padding-right: 22.5px;
  }
  .fw .f-col.f-col_mg50_s {
    margin-left: -25px;
    margin-right: -25px;
  }
  .fw .f-col.f-col_mg50_s > * {
    padding-left: 25px;
    padding-right: 25px;
  }
  .fw .f-col.f-col_mg55_s {
    margin-left: -27.5px;
    margin-right: -27.5px;
  }
  .fw .f-col.f-col_mg55_s > * {
    padding-left: 27.5px;
    padding-right: 27.5px;
  }
  .fw .f-col.f-col_mg60_s {
    margin-left: -30px;
    margin-right: -30px;
  }
  .fw .f-col.f-col_mg60_s > * {
    padding-left: 30px;
    padding-right: 30px;
  }
  .fw .f-col.f-col_mg65_s {
    margin-left: -32.5px;
    margin-right: -32.5px;
  }
  .fw .f-col.f-col_mg65_s > * {
    padding-left: 32.5px;
    padding-right: 32.5px;
  }
  .fw .f-col.f-col_mg70_s {
    margin-left: -35px;
    margin-right: -35px;
  }
  .fw .f-col.f-col_mg70_s > * {
    padding-left: 35px;
    padding-right: 35px;
  }
  .fw .f-col.f-col_mg75_s {
    margin-left: -37.5px;
    margin-right: -37.5px;
  }
  .fw .f-col.f-col_mg75_s > * {
    padding-left: 37.5px;
    padding-right: 37.5px;
  }
  .fw .f-col.f-col_mg80_s {
    margin-left: -40px;
    margin-right: -40px;
  }
  .fw .f-col.f-col_mg80_s > * {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.fw .f-col.f-col_mb0 {
  margin-bottom: -0px;
}
.fw .f-col.f-col_mb0 > * {
  margin-bottom: 0px;
}
.fw .f-col.f-col_mb5 {
  margin-bottom: -5px;
}
.fw .f-col.f-col_mb5 > * {
  margin-bottom: 5px;
}
.fw .f-col.f-col_mb10 {
  margin-bottom: -10px;
}
.fw .f-col.f-col_mb10 > * {
  margin-bottom: 10px;
}
.fw .f-col.f-col_mb15 {
  margin-bottom: -15px;
}
.fw .f-col.f-col_mb15 > * {
  margin-bottom: 15px;
}
.fw .f-col.f-col_mb20 {
  margin-bottom: -20px;
}
.fw .f-col.f-col_mb20 > * {
  margin-bottom: 20px;
}
.fw .f-col.f-col_mb25 {
  margin-bottom: -25px;
}
.fw .f-col.f-col_mb25 > * {
  margin-bottom: 25px;
}
.fw .f-col.f-col_mb30 {
  margin-bottom: -30px;
}
.fw .f-col.f-col_mb30 > * {
  margin-bottom: 30px;
}
.fw .f-col.f-col_mb35 {
  margin-bottom: -35px;
}
.fw .f-col.f-col_mb35 > * {
  margin-bottom: 35px;
}
.fw .f-col.f-col_mb40 {
  margin-bottom: -40px;
}
.fw .f-col.f-col_mb40 > * {
  margin-bottom: 40px;
}
.fw .f-col.f-col_mb45 {
  margin-bottom: -45px;
}
.fw .f-col.f-col_mb45 > * {
  margin-bottom: 45px;
}
.fw .f-col.f-col_mb50 {
  margin-bottom: -50px;
}
.fw .f-col.f-col_mb50 > * {
  margin-bottom: 50px;
}
.fw .f-col.f-col_mb55 {
  margin-bottom: -55px;
}
.fw .f-col.f-col_mb55 > * {
  margin-bottom: 55px;
}
.fw .f-col.f-col_mb60 {
  margin-bottom: -60px;
}
.fw .f-col.f-col_mb60 > * {
  margin-bottom: 60px;
}
.fw .f-col.f-col_mb65 {
  margin-bottom: -65px;
}
.fw .f-col.f-col_mb65 > * {
  margin-bottom: 65px;
}
.fw .f-col.f-col_mb70 {
  margin-bottom: -70px;
}
.fw .f-col.f-col_mb70 > * {
  margin-bottom: 70px;
}
.fw .f-col.f-col_mb75 {
  margin-bottom: -75px;
}
.fw .f-col.f-col_mb75 > * {
  margin-bottom: 75px;
}
.fw .f-col.f-col_mb80 {
  margin-bottom: -80px;
}
.fw .f-col.f-col_mb80 > * {
  margin-bottom: 80px;
}
@media screen and (max-width: 700px) {
  .fw .f-col.f-col_mb0_s {
    margin-bottom: -0px;
  }
  .fw .f-col.f-col_mb0_s > * {
    margin-bottom: 0px;
  }
  .fw .f-col.f-col_mb5_s {
    margin-bottom: -5px;
  }
  .fw .f-col.f-col_mb5_s > * {
    margin-bottom: 5px;
  }
  .fw .f-col.f-col_mb10_s {
    margin-bottom: -10px;
  }
  .fw .f-col.f-col_mb10_s > * {
    margin-bottom: 10px;
  }
  .fw .f-col.f-col_mb15_s {
    margin-bottom: -15px;
  }
  .fw .f-col.f-col_mb15_s > * {
    margin-bottom: 15px;
  }
  .fw .f-col.f-col_mb20_s {
    margin-bottom: -20px;
  }
  .fw .f-col.f-col_mb20_s > * {
    margin-bottom: 20px;
  }
  .fw .f-col.f-col_mb25_s {
    margin-bottom: -25px;
  }
  .fw .f-col.f-col_mb25_s > * {
    margin-bottom: 25px;
  }
  .fw .f-col.f-col_mb30_s {
    margin-bottom: -30px;
  }
  .fw .f-col.f-col_mb30_s > * {
    margin-bottom: 30px;
  }
  .fw .f-col.f-col_mb35_s {
    margin-bottom: -35px;
  }
  .fw .f-col.f-col_mb35_s > * {
    margin-bottom: 35px;
  }
  .fw .f-col.f-col_mb40_s {
    margin-bottom: -40px;
  }
  .fw .f-col.f-col_mb40_s > * {
    margin-bottom: 40px;
  }
  .fw .f-col.f-col_mb45_s {
    margin-bottom: -45px;
  }
  .fw .f-col.f-col_mb45_s > * {
    margin-bottom: 45px;
  }
  .fw .f-col.f-col_mb50_s {
    margin-bottom: -50px;
  }
  .fw .f-col.f-col_mb50_s > * {
    margin-bottom: 50px;
  }
  .fw .f-col.f-col_mb55_s {
    margin-bottom: -55px;
  }
  .fw .f-col.f-col_mb55_s > * {
    margin-bottom: 55px;
  }
  .fw .f-col.f-col_mb60_s {
    margin-bottom: -60px;
  }
  .fw .f-col.f-col_mb60_s > * {
    margin-bottom: 60px;
  }
  .fw .f-col.f-col_mb65_s {
    margin-bottom: -65px;
  }
  .fw .f-col.f-col_mb65_s > * {
    margin-bottom: 65px;
  }
  .fw .f-col.f-col_mb70_s {
    margin-bottom: -70px;
  }
  .fw .f-col.f-col_mb70_s > * {
    margin-bottom: 70px;
  }
  .fw .f-col.f-col_mb75_s {
    margin-bottom: -75px;
  }
  .fw .f-col.f-col_mb75_s > * {
    margin-bottom: 75px;
  }
  .fw .f-col.f-col_mb80_s {
    margin-bottom: -80px;
  }
  .fw .f-col.f-col_mb80_s > * {
    margin-bottom: 80px;
  }
}
.fw .f-flex {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: -30px;
  margin-right: -30px;
}
.fw .f-flex > * {
  margin-left: 30px;
  margin-right: 30px;
}
.fw .f-flex > .f-flex1 {
  width: calc(8.3333333333% - 60px);
}
.fw .f-flex > .f-flex2 {
  width: calc(16.6666666667% - 60px);
}
.fw .f-flex > .f-flex3 {
  width: calc(25% - 60px);
}
.fw .f-flex > .f-flex4 {
  width: calc(33.3333333333% - 60px);
}
.fw .f-flex > .f-flex5 {
  width: calc(41.6666666667% - 60px);
}
.fw .f-flex > .f-flex6 {
  width: calc(50% - 60px);
}
.fw .f-flex > .f-flex7 {
  width: calc(58.3333333333% - 60px);
}
.fw .f-flex > .f-flex8 {
  width: calc(66.6666666667% - 60px);
}
.fw .f-flex > .f-flex9 {
  width: calc(75% - 60px);
}
.fw .f-flex > .f-flex10 {
  width: calc(83.3333333333% - 60px);
}
.fw .f-flex > .f-flex11 {
  width: calc(91.6666666667% - 60px);
}
.fw .f-flex > .f-flex12 {
  width: calc(100% - 60px);
}
.fw .f-flex > .f-flex_fifth {
  width: calc(20% - 60px);
}
@media screen and (max-width: 700px) {
  .fw .f-flex > .f-flex1_s {
    width: calc(8.3333333333% - 60px);
  }
  .fw .f-flex > .f-flex2_s {
    width: calc(16.6666666667% - 60px);
  }
  .fw .f-flex > .f-flex3_s {
    width: calc(25% - 60px);
  }
  .fw .f-flex > .f-flex4_s {
    width: calc(33.3333333333% - 60px);
  }
  .fw .f-flex > .f-flex5_s {
    width: calc(41.6666666667% - 60px);
  }
  .fw .f-flex > .f-flex6_s {
    width: calc(50% - 60px);
  }
  .fw .f-flex > .f-flex7_s {
    width: calc(58.3333333333% - 60px);
  }
  .fw .f-flex > .f-flex8_s {
    width: calc(66.6666666667% - 60px);
  }
  .fw .f-flex > .f-flex9_s {
    width: calc(75% - 60px);
  }
  .fw .f-flex > .f-flex10_s {
    width: calc(83.3333333333% - 60px);
  }
  .fw .f-flex > .f-flex11_s {
    width: calc(91.6666666667% - 60px);
  }
  .fw .f-flex > .f-flex12_s {
    width: calc(100% - 60px);
  }
  .fw .f-flex > .f-flex_fifth_s {
    width: calc(20% - 60px);
  }
}
.fw .f-flex.f-flex_mg0 {
  margin-left: -0px;
  margin-right: -0px;
}
.fw .f-flex.f-flex_mg0 > * {
  margin-left: 0px;
  margin-right: 0px;
}
.fw .f-flex.f-flex_mg0 > .f-flex1 {
  width: calc(8.3333333333% - 0px);
}
.fw .f-flex.f-flex_mg0 > .f-flex2 {
  width: calc(16.6666666667% - 0px);
}
.fw .f-flex.f-flex_mg0 > .f-flex3 {
  width: calc(25% - 0px);
}
.fw .f-flex.f-flex_mg0 > .f-flex4 {
  width: calc(33.3333333333% - 0px);
}
.fw .f-flex.f-flex_mg0 > .f-flex5 {
  width: calc(41.6666666667% - 0px);
}
.fw .f-flex.f-flex_mg0 > .f-flex6 {
  width: calc(50% - 0px);
}
.fw .f-flex.f-flex_mg0 > .f-flex7 {
  width: calc(58.3333333333% - 0px);
}
.fw .f-flex.f-flex_mg0 > .f-flex8 {
  width: calc(66.6666666667% - 0px);
}
.fw .f-flex.f-flex_mg0 > .f-flex9 {
  width: calc(75% - 0px);
}
.fw .f-flex.f-flex_mg0 > .f-flex10 {
  width: calc(83.3333333333% - 0px);
}
.fw .f-flex.f-flex_mg0 > .f-flex11 {
  width: calc(91.6666666667% - 0px);
}
.fw .f-flex.f-flex_mg0 > .f-flex12 {
  width: calc(100% - 0px);
}
.fw .f-flex.f-flex_mg0 > .f-flex_fifth {
  width: calc(20% - 0px);
}
.fw .f-flex.f-flex_mg5 {
  margin-left: -2.5px;
  margin-right: -2.5px;
}
.fw .f-flex.f-flex_mg5 > * {
  margin-left: 2.5px;
  margin-right: 2.5px;
}
.fw .f-flex.f-flex_mg5 > .f-flex1 {
  width: calc(8.3333333333% - 5px);
}
.fw .f-flex.f-flex_mg5 > .f-flex2 {
  width: calc(16.6666666667% - 5px);
}
.fw .f-flex.f-flex_mg5 > .f-flex3 {
  width: calc(25% - 5px);
}
.fw .f-flex.f-flex_mg5 > .f-flex4 {
  width: calc(33.3333333333% - 5px);
}
.fw .f-flex.f-flex_mg5 > .f-flex5 {
  width: calc(41.6666666667% - 5px);
}
.fw .f-flex.f-flex_mg5 > .f-flex6 {
  width: calc(50% - 5px);
}
.fw .f-flex.f-flex_mg5 > .f-flex7 {
  width: calc(58.3333333333% - 5px);
}
.fw .f-flex.f-flex_mg5 > .f-flex8 {
  width: calc(66.6666666667% - 5px);
}
.fw .f-flex.f-flex_mg5 > .f-flex9 {
  width: calc(75% - 5px);
}
.fw .f-flex.f-flex_mg5 > .f-flex10 {
  width: calc(83.3333333333% - 5px);
}
.fw .f-flex.f-flex_mg5 > .f-flex11 {
  width: calc(91.6666666667% - 5px);
}
.fw .f-flex.f-flex_mg5 > .f-flex12 {
  width: calc(100% - 5px);
}
.fw .f-flex.f-flex_mg5 > .f-flex_fifth {
  width: calc(20% - 5px);
}
.fw .f-flex.f-flex_mg10 {
  margin-left: -5px;
  margin-right: -5px;
}
.fw .f-flex.f-flex_mg10 > * {
  margin-left: 5px;
  margin-right: 5px;
}
.fw .f-flex.f-flex_mg10 > .f-flex1 {
  width: calc(8.3333333333% - 10px);
}
.fw .f-flex.f-flex_mg10 > .f-flex2 {
  width: calc(16.6666666667% - 10px);
}
.fw .f-flex.f-flex_mg10 > .f-flex3 {
  width: calc(25% - 10px);
}
.fw .f-flex.f-flex_mg10 > .f-flex4 {
  width: calc(33.3333333333% - 10px);
}
.fw .f-flex.f-flex_mg10 > .f-flex5 {
  width: calc(41.6666666667% - 10px);
}
.fw .f-flex.f-flex_mg10 > .f-flex6 {
  width: calc(50% - 10px);
}
.fw .f-flex.f-flex_mg10 > .f-flex7 {
  width: calc(58.3333333333% - 10px);
}
.fw .f-flex.f-flex_mg10 > .f-flex8 {
  width: calc(66.6666666667% - 10px);
}
.fw .f-flex.f-flex_mg10 > .f-flex9 {
  width: calc(75% - 10px);
}
.fw .f-flex.f-flex_mg10 > .f-flex10 {
  width: calc(83.3333333333% - 10px);
}
.fw .f-flex.f-flex_mg10 > .f-flex11 {
  width: calc(91.6666666667% - 10px);
}
.fw .f-flex.f-flex_mg10 > .f-flex12 {
  width: calc(100% - 10px);
}
.fw .f-flex.f-flex_mg10 > .f-flex_fifth {
  width: calc(20% - 10px);
}
.fw .f-flex.f-flex_mg15 {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.fw .f-flex.f-flex_mg15 > * {
  margin-left: 7.5px;
  margin-right: 7.5px;
}
.fw .f-flex.f-flex_mg15 > .f-flex1 {
  width: calc(8.3333333333% - 15px);
}
.fw .f-flex.f-flex_mg15 > .f-flex2 {
  width: calc(16.6666666667% - 15px);
}
.fw .f-flex.f-flex_mg15 > .f-flex3 {
  width: calc(25% - 15px);
}
.fw .f-flex.f-flex_mg15 > .f-flex4 {
  width: calc(33.3333333333% - 15px);
}
.fw .f-flex.f-flex_mg15 > .f-flex5 {
  width: calc(41.6666666667% - 15px);
}
.fw .f-flex.f-flex_mg15 > .f-flex6 {
  width: calc(50% - 15px);
}
.fw .f-flex.f-flex_mg15 > .f-flex7 {
  width: calc(58.3333333333% - 15px);
}
.fw .f-flex.f-flex_mg15 > .f-flex8 {
  width: calc(66.6666666667% - 15px);
}
.fw .f-flex.f-flex_mg15 > .f-flex9 {
  width: calc(75% - 15px);
}
.fw .f-flex.f-flex_mg15 > .f-flex10 {
  width: calc(83.3333333333% - 15px);
}
.fw .f-flex.f-flex_mg15 > .f-flex11 {
  width: calc(91.6666666667% - 15px);
}
.fw .f-flex.f-flex_mg15 > .f-flex12 {
  width: calc(100% - 15px);
}
.fw .f-flex.f-flex_mg15 > .f-flex_fifth {
  width: calc(20% - 15px);
}
.fw .f-flex.f-flex_mg20 {
  margin-left: -10px;
  margin-right: -10px;
}
.fw .f-flex.f-flex_mg20 > * {
  margin-left: 10px;
  margin-right: 10px;
}
.fw .f-flex.f-flex_mg20 > .f-flex1 {
  width: calc(8.3333333333% - 20px);
}
.fw .f-flex.f-flex_mg20 > .f-flex2 {
  width: calc(16.6666666667% - 20px);
}
.fw .f-flex.f-flex_mg20 > .f-flex3 {
  width: calc(25% - 20px);
}
.fw .f-flex.f-flex_mg20 > .f-flex4 {
  width: calc(33.3333333333% - 20px);
}
.fw .f-flex.f-flex_mg20 > .f-flex5 {
  width: calc(41.6666666667% - 20px);
}
.fw .f-flex.f-flex_mg20 > .f-flex6 {
  width: calc(50% - 20px);
}
.fw .f-flex.f-flex_mg20 > .f-flex7 {
  width: calc(58.3333333333% - 20px);
}
.fw .f-flex.f-flex_mg20 > .f-flex8 {
  width: calc(66.6666666667% - 20px);
}
.fw .f-flex.f-flex_mg20 > .f-flex9 {
  width: calc(75% - 20px);
}
.fw .f-flex.f-flex_mg20 > .f-flex10 {
  width: calc(83.3333333333% - 20px);
}
.fw .f-flex.f-flex_mg20 > .f-flex11 {
  width: calc(91.6666666667% - 20px);
}
.fw .f-flex.f-flex_mg20 > .f-flex12 {
  width: calc(100% - 20px);
}
.fw .f-flex.f-flex_mg20 > .f-flex_fifth {
  width: calc(20% - 20px);
}
.fw .f-flex.f-flex_mg25 {
  margin-left: -12.5px;
  margin-right: -12.5px;
}
.fw .f-flex.f-flex_mg25 > * {
  margin-left: 12.5px;
  margin-right: 12.5px;
}
.fw .f-flex.f-flex_mg25 > .f-flex1 {
  width: calc(8.3333333333% - 25px);
}
.fw .f-flex.f-flex_mg25 > .f-flex2 {
  width: calc(16.6666666667% - 25px);
}
.fw .f-flex.f-flex_mg25 > .f-flex3 {
  width: calc(25% - 25px);
}
.fw .f-flex.f-flex_mg25 > .f-flex4 {
  width: calc(33.3333333333% - 25px);
}
.fw .f-flex.f-flex_mg25 > .f-flex5 {
  width: calc(41.6666666667% - 25px);
}
.fw .f-flex.f-flex_mg25 > .f-flex6 {
  width: calc(50% - 25px);
}
.fw .f-flex.f-flex_mg25 > .f-flex7 {
  width: calc(58.3333333333% - 25px);
}
.fw .f-flex.f-flex_mg25 > .f-flex8 {
  width: calc(66.6666666667% - 25px);
}
.fw .f-flex.f-flex_mg25 > .f-flex9 {
  width: calc(75% - 25px);
}
.fw .f-flex.f-flex_mg25 > .f-flex10 {
  width: calc(83.3333333333% - 25px);
}
.fw .f-flex.f-flex_mg25 > .f-flex11 {
  width: calc(91.6666666667% - 25px);
}
.fw .f-flex.f-flex_mg25 > .f-flex12 {
  width: calc(100% - 25px);
}
.fw .f-flex.f-flex_mg25 > .f-flex_fifth {
  width: calc(20% - 25px);
}
.fw .f-flex.f-flex_mg30 {
  margin-left: -15px;
  margin-right: -15px;
}
.fw .f-flex.f-flex_mg30 > * {
  margin-left: 15px;
  margin-right: 15px;
}
.fw .f-flex.f-flex_mg30 > .f-flex1 {
  width: calc(8.3333333333% - 30px);
}
.fw .f-flex.f-flex_mg30 > .f-flex2 {
  width: calc(16.6666666667% - 30px);
}
.fw .f-flex.f-flex_mg30 > .f-flex3 {
  width: calc(25% - 30px);
}
.fw .f-flex.f-flex_mg30 > .f-flex4 {
  width: calc(33.3333333333% - 30px);
}
.fw .f-flex.f-flex_mg30 > .f-flex5 {
  width: calc(41.6666666667% - 30px);
}
.fw .f-flex.f-flex_mg30 > .f-flex6 {
  width: calc(50% - 30px);
}
.fw .f-flex.f-flex_mg30 > .f-flex7 {
  width: calc(58.3333333333% - 30px);
}
.fw .f-flex.f-flex_mg30 > .f-flex8 {
  width: calc(66.6666666667% - 30px);
}
.fw .f-flex.f-flex_mg30 > .f-flex9 {
  width: calc(75% - 30px);
}
.fw .f-flex.f-flex_mg30 > .f-flex10 {
  width: calc(83.3333333333% - 30px);
}
.fw .f-flex.f-flex_mg30 > .f-flex11 {
  width: calc(91.6666666667% - 30px);
}
.fw .f-flex.f-flex_mg30 > .f-flex12 {
  width: calc(100% - 30px);
}
.fw .f-flex.f-flex_mg30 > .f-flex_fifth {
  width: calc(20% - 30px);
}
.fw .f-flex.f-flex_mg35 {
  margin-left: -17.5px;
  margin-right: -17.5px;
}
.fw .f-flex.f-flex_mg35 > * {
  margin-left: 17.5px;
  margin-right: 17.5px;
}
.fw .f-flex.f-flex_mg35 > .f-flex1 {
  width: calc(8.3333333333% - 35px);
}
.fw .f-flex.f-flex_mg35 > .f-flex2 {
  width: calc(16.6666666667% - 35px);
}
.fw .f-flex.f-flex_mg35 > .f-flex3 {
  width: calc(25% - 35px);
}
.fw .f-flex.f-flex_mg35 > .f-flex4 {
  width: calc(33.3333333333% - 35px);
}
.fw .f-flex.f-flex_mg35 > .f-flex5 {
  width: calc(41.6666666667% - 35px);
}
.fw .f-flex.f-flex_mg35 > .f-flex6 {
  width: calc(50% - 35px);
}
.fw .f-flex.f-flex_mg35 > .f-flex7 {
  width: calc(58.3333333333% - 35px);
}
.fw .f-flex.f-flex_mg35 > .f-flex8 {
  width: calc(66.6666666667% - 35px);
}
.fw .f-flex.f-flex_mg35 > .f-flex9 {
  width: calc(75% - 35px);
}
.fw .f-flex.f-flex_mg35 > .f-flex10 {
  width: calc(83.3333333333% - 35px);
}
.fw .f-flex.f-flex_mg35 > .f-flex11 {
  width: calc(91.6666666667% - 35px);
}
.fw .f-flex.f-flex_mg35 > .f-flex12 {
  width: calc(100% - 35px);
}
.fw .f-flex.f-flex_mg35 > .f-flex_fifth {
  width: calc(20% - 35px);
}
.fw .f-flex.f-flex_mg40 {
  margin-left: -20px;
  margin-right: -20px;
}
.fw .f-flex.f-flex_mg40 > * {
  margin-left: 20px;
  margin-right: 20px;
}
.fw .f-flex.f-flex_mg40 > .f-flex1 {
  width: calc(8.3333333333% - 40px);
}
.fw .f-flex.f-flex_mg40 > .f-flex2 {
  width: calc(16.6666666667% - 40px);
}
.fw .f-flex.f-flex_mg40 > .f-flex3 {
  width: calc(25% - 40px);
}
.fw .f-flex.f-flex_mg40 > .f-flex4 {
  width: calc(33.3333333333% - 40px);
}
.fw .f-flex.f-flex_mg40 > .f-flex5 {
  width: calc(41.6666666667% - 40px);
}
.fw .f-flex.f-flex_mg40 > .f-flex6 {
  width: calc(50% - 40px);
}
.fw .f-flex.f-flex_mg40 > .f-flex7 {
  width: calc(58.3333333333% - 40px);
}
.fw .f-flex.f-flex_mg40 > .f-flex8 {
  width: calc(66.6666666667% - 40px);
}
.fw .f-flex.f-flex_mg40 > .f-flex9 {
  width: calc(75% - 40px);
}
.fw .f-flex.f-flex_mg40 > .f-flex10 {
  width: calc(83.3333333333% - 40px);
}
.fw .f-flex.f-flex_mg40 > .f-flex11 {
  width: calc(91.6666666667% - 40px);
}
.fw .f-flex.f-flex_mg40 > .f-flex12 {
  width: calc(100% - 40px);
}
.fw .f-flex.f-flex_mg40 > .f-flex_fifth {
  width: calc(20% - 40px);
}
.fw .f-flex.f-flex_mg45 {
  margin-left: -22.5px;
  margin-right: -22.5px;
}
.fw .f-flex.f-flex_mg45 > * {
  margin-left: 22.5px;
  margin-right: 22.5px;
}
.fw .f-flex.f-flex_mg45 > .f-flex1 {
  width: calc(8.3333333333% - 45px);
}
.fw .f-flex.f-flex_mg45 > .f-flex2 {
  width: calc(16.6666666667% - 45px);
}
.fw .f-flex.f-flex_mg45 > .f-flex3 {
  width: calc(25% - 45px);
}
.fw .f-flex.f-flex_mg45 > .f-flex4 {
  width: calc(33.3333333333% - 45px);
}
.fw .f-flex.f-flex_mg45 > .f-flex5 {
  width: calc(41.6666666667% - 45px);
}
.fw .f-flex.f-flex_mg45 > .f-flex6 {
  width: calc(50% - 45px);
}
.fw .f-flex.f-flex_mg45 > .f-flex7 {
  width: calc(58.3333333333% - 45px);
}
.fw .f-flex.f-flex_mg45 > .f-flex8 {
  width: calc(66.6666666667% - 45px);
}
.fw .f-flex.f-flex_mg45 > .f-flex9 {
  width: calc(75% - 45px);
}
.fw .f-flex.f-flex_mg45 > .f-flex10 {
  width: calc(83.3333333333% - 45px);
}
.fw .f-flex.f-flex_mg45 > .f-flex11 {
  width: calc(91.6666666667% - 45px);
}
.fw .f-flex.f-flex_mg45 > .f-flex12 {
  width: calc(100% - 45px);
}
.fw .f-flex.f-flex_mg45 > .f-flex_fifth {
  width: calc(20% - 45px);
}
.fw .f-flex.f-flex_mg50 {
  margin-left: -25px;
  margin-right: -25px;
}
.fw .f-flex.f-flex_mg50 > * {
  margin-left: 25px;
  margin-right: 25px;
}
.fw .f-flex.f-flex_mg50 > .f-flex1 {
  width: calc(8.3333333333% - 50px);
}
.fw .f-flex.f-flex_mg50 > .f-flex2 {
  width: calc(16.6666666667% - 50px);
}
.fw .f-flex.f-flex_mg50 > .f-flex3 {
  width: calc(25% - 50px);
}
.fw .f-flex.f-flex_mg50 > .f-flex4 {
  width: calc(33.3333333333% - 50px);
}
.fw .f-flex.f-flex_mg50 > .f-flex5 {
  width: calc(41.6666666667% - 50px);
}
.fw .f-flex.f-flex_mg50 > .f-flex6 {
  width: calc(50% - 50px);
}
.fw .f-flex.f-flex_mg50 > .f-flex7 {
  width: calc(58.3333333333% - 50px);
}
.fw .f-flex.f-flex_mg50 > .f-flex8 {
  width: calc(66.6666666667% - 50px);
}
.fw .f-flex.f-flex_mg50 > .f-flex9 {
  width: calc(75% - 50px);
}
.fw .f-flex.f-flex_mg50 > .f-flex10 {
  width: calc(83.3333333333% - 50px);
}
.fw .f-flex.f-flex_mg50 > .f-flex11 {
  width: calc(91.6666666667% - 50px);
}
.fw .f-flex.f-flex_mg50 > .f-flex12 {
  width: calc(100% - 50px);
}
.fw .f-flex.f-flex_mg50 > .f-flex_fifth {
  width: calc(20% - 50px);
}
.fw .f-flex.f-flex_mg55 {
  margin-left: -27.5px;
  margin-right: -27.5px;
}
.fw .f-flex.f-flex_mg55 > * {
  margin-left: 27.5px;
  margin-right: 27.5px;
}
.fw .f-flex.f-flex_mg55 > .f-flex1 {
  width: calc(8.3333333333% - 55px);
}
.fw .f-flex.f-flex_mg55 > .f-flex2 {
  width: calc(16.6666666667% - 55px);
}
.fw .f-flex.f-flex_mg55 > .f-flex3 {
  width: calc(25% - 55px);
}
.fw .f-flex.f-flex_mg55 > .f-flex4 {
  width: calc(33.3333333333% - 55px);
}
.fw .f-flex.f-flex_mg55 > .f-flex5 {
  width: calc(41.6666666667% - 55px);
}
.fw .f-flex.f-flex_mg55 > .f-flex6 {
  width: calc(50% - 55px);
}
.fw .f-flex.f-flex_mg55 > .f-flex7 {
  width: calc(58.3333333333% - 55px);
}
.fw .f-flex.f-flex_mg55 > .f-flex8 {
  width: calc(66.6666666667% - 55px);
}
.fw .f-flex.f-flex_mg55 > .f-flex9 {
  width: calc(75% - 55px);
}
.fw .f-flex.f-flex_mg55 > .f-flex10 {
  width: calc(83.3333333333% - 55px);
}
.fw .f-flex.f-flex_mg55 > .f-flex11 {
  width: calc(91.6666666667% - 55px);
}
.fw .f-flex.f-flex_mg55 > .f-flex12 {
  width: calc(100% - 55px);
}
.fw .f-flex.f-flex_mg55 > .f-flex_fifth {
  width: calc(20% - 55px);
}
.fw .f-flex.f-flex_mg60 {
  margin-left: -30px;
  margin-right: -30px;
}
.fw .f-flex.f-flex_mg60 > * {
  margin-left: 30px;
  margin-right: 30px;
}
.fw .f-flex.f-flex_mg60 > .f-flex1 {
  width: calc(8.3333333333% - 60px);
}
.fw .f-flex.f-flex_mg60 > .f-flex2 {
  width: calc(16.6666666667% - 60px);
}
.fw .f-flex.f-flex_mg60 > .f-flex3 {
  width: calc(25% - 60px);
}
.fw .f-flex.f-flex_mg60 > .f-flex4 {
  width: calc(33.3333333333% - 60px);
}
.fw .f-flex.f-flex_mg60 > .f-flex5 {
  width: calc(41.6666666667% - 60px);
}
.fw .f-flex.f-flex_mg60 > .f-flex6 {
  width: calc(50% - 60px);
}
.fw .f-flex.f-flex_mg60 > .f-flex7 {
  width: calc(58.3333333333% - 60px);
}
.fw .f-flex.f-flex_mg60 > .f-flex8 {
  width: calc(66.6666666667% - 60px);
}
.fw .f-flex.f-flex_mg60 > .f-flex9 {
  width: calc(75% - 60px);
}
.fw .f-flex.f-flex_mg60 > .f-flex10 {
  width: calc(83.3333333333% - 60px);
}
.fw .f-flex.f-flex_mg60 > .f-flex11 {
  width: calc(91.6666666667% - 60px);
}
.fw .f-flex.f-flex_mg60 > .f-flex12 {
  width: calc(100% - 60px);
}
.fw .f-flex.f-flex_mg60 > .f-flex_fifth {
  width: calc(20% - 60px);
}
.fw .f-flex.f-flex_mg65 {
  margin-left: -32.5px;
  margin-right: -32.5px;
}
.fw .f-flex.f-flex_mg65 > * {
  margin-left: 32.5px;
  margin-right: 32.5px;
}
.fw .f-flex.f-flex_mg65 > .f-flex1 {
  width: calc(8.3333333333% - 65px);
}
.fw .f-flex.f-flex_mg65 > .f-flex2 {
  width: calc(16.6666666667% - 65px);
}
.fw .f-flex.f-flex_mg65 > .f-flex3 {
  width: calc(25% - 65px);
}
.fw .f-flex.f-flex_mg65 > .f-flex4 {
  width: calc(33.3333333333% - 65px);
}
.fw .f-flex.f-flex_mg65 > .f-flex5 {
  width: calc(41.6666666667% - 65px);
}
.fw .f-flex.f-flex_mg65 > .f-flex6 {
  width: calc(50% - 65px);
}
.fw .f-flex.f-flex_mg65 > .f-flex7 {
  width: calc(58.3333333333% - 65px);
}
.fw .f-flex.f-flex_mg65 > .f-flex8 {
  width: calc(66.6666666667% - 65px);
}
.fw .f-flex.f-flex_mg65 > .f-flex9 {
  width: calc(75% - 65px);
}
.fw .f-flex.f-flex_mg65 > .f-flex10 {
  width: calc(83.3333333333% - 65px);
}
.fw .f-flex.f-flex_mg65 > .f-flex11 {
  width: calc(91.6666666667% - 65px);
}
.fw .f-flex.f-flex_mg65 > .f-flex12 {
  width: calc(100% - 65px);
}
.fw .f-flex.f-flex_mg65 > .f-flex_fifth {
  width: calc(20% - 65px);
}
.fw .f-flex.f-flex_mg70 {
  margin-left: -35px;
  margin-right: -35px;
}
.fw .f-flex.f-flex_mg70 > * {
  margin-left: 35px;
  margin-right: 35px;
}
.fw .f-flex.f-flex_mg70 > .f-flex1 {
  width: calc(8.3333333333% - 70px);
}
.fw .f-flex.f-flex_mg70 > .f-flex2 {
  width: calc(16.6666666667% - 70px);
}
.fw .f-flex.f-flex_mg70 > .f-flex3 {
  width: calc(25% - 70px);
}
.fw .f-flex.f-flex_mg70 > .f-flex4 {
  width: calc(33.3333333333% - 70px);
}
.fw .f-flex.f-flex_mg70 > .f-flex5 {
  width: calc(41.6666666667% - 70px);
}
.fw .f-flex.f-flex_mg70 > .f-flex6 {
  width: calc(50% - 70px);
}
.fw .f-flex.f-flex_mg70 > .f-flex7 {
  width: calc(58.3333333333% - 70px);
}
.fw .f-flex.f-flex_mg70 > .f-flex8 {
  width: calc(66.6666666667% - 70px);
}
.fw .f-flex.f-flex_mg70 > .f-flex9 {
  width: calc(75% - 70px);
}
.fw .f-flex.f-flex_mg70 > .f-flex10 {
  width: calc(83.3333333333% - 70px);
}
.fw .f-flex.f-flex_mg70 > .f-flex11 {
  width: calc(91.6666666667% - 70px);
}
.fw .f-flex.f-flex_mg70 > .f-flex12 {
  width: calc(100% - 70px);
}
.fw .f-flex.f-flex_mg70 > .f-flex_fifth {
  width: calc(20% - 70px);
}
.fw .f-flex.f-flex_mg75 {
  margin-left: -37.5px;
  margin-right: -37.5px;
}
.fw .f-flex.f-flex_mg75 > * {
  margin-left: 37.5px;
  margin-right: 37.5px;
}
.fw .f-flex.f-flex_mg75 > .f-flex1 {
  width: calc(8.3333333333% - 75px);
}
.fw .f-flex.f-flex_mg75 > .f-flex2 {
  width: calc(16.6666666667% - 75px);
}
.fw .f-flex.f-flex_mg75 > .f-flex3 {
  width: calc(25% - 75px);
}
.fw .f-flex.f-flex_mg75 > .f-flex4 {
  width: calc(33.3333333333% - 75px);
}
.fw .f-flex.f-flex_mg75 > .f-flex5 {
  width: calc(41.6666666667% - 75px);
}
.fw .f-flex.f-flex_mg75 > .f-flex6 {
  width: calc(50% - 75px);
}
.fw .f-flex.f-flex_mg75 > .f-flex7 {
  width: calc(58.3333333333% - 75px);
}
.fw .f-flex.f-flex_mg75 > .f-flex8 {
  width: calc(66.6666666667% - 75px);
}
.fw .f-flex.f-flex_mg75 > .f-flex9 {
  width: calc(75% - 75px);
}
.fw .f-flex.f-flex_mg75 > .f-flex10 {
  width: calc(83.3333333333% - 75px);
}
.fw .f-flex.f-flex_mg75 > .f-flex11 {
  width: calc(91.6666666667% - 75px);
}
.fw .f-flex.f-flex_mg75 > .f-flex12 {
  width: calc(100% - 75px);
}
.fw .f-flex.f-flex_mg75 > .f-flex_fifth {
  width: calc(20% - 75px);
}
.fw .f-flex.f-flex_mg80 {
  margin-left: -40px;
  margin-right: -40px;
}
.fw .f-flex.f-flex_mg80 > * {
  margin-left: 40px;
  margin-right: 40px;
}
.fw .f-flex.f-flex_mg80 > .f-flex1 {
  width: calc(8.3333333333% - 80px);
}
.fw .f-flex.f-flex_mg80 > .f-flex2 {
  width: calc(16.6666666667% - 80px);
}
.fw .f-flex.f-flex_mg80 > .f-flex3 {
  width: calc(25% - 80px);
}
.fw .f-flex.f-flex_mg80 > .f-flex4 {
  width: calc(33.3333333333% - 80px);
}
.fw .f-flex.f-flex_mg80 > .f-flex5 {
  width: calc(41.6666666667% - 80px);
}
.fw .f-flex.f-flex_mg80 > .f-flex6 {
  width: calc(50% - 80px);
}
.fw .f-flex.f-flex_mg80 > .f-flex7 {
  width: calc(58.3333333333% - 80px);
}
.fw .f-flex.f-flex_mg80 > .f-flex8 {
  width: calc(66.6666666667% - 80px);
}
.fw .f-flex.f-flex_mg80 > .f-flex9 {
  width: calc(75% - 80px);
}
.fw .f-flex.f-flex_mg80 > .f-flex10 {
  width: calc(83.3333333333% - 80px);
}
.fw .f-flex.f-flex_mg80 > .f-flex11 {
  width: calc(91.6666666667% - 80px);
}
.fw .f-flex.f-flex_mg80 > .f-flex12 {
  width: calc(100% - 80px);
}
.fw .f-flex.f-flex_mg80 > .f-flex_fifth {
  width: calc(20% - 80px);
}
@media screen and (max-width: 700px) {
  .fw .f-flex.f-flex_mg0_s {
    margin-left: -0px;
    margin-right: -0px;
  }
  .fw .f-flex.f-flex_mg0_s > * {
    margin-left: 0px;
    margin-right: 0px;
  }
  .fw .f-flex.f-flex_mg0_s > .f-flex1_s {
    width: calc(8.3333333333% - 0px);
  }
  .fw .f-flex.f-flex_mg0_s > .f-flex2_s {
    width: calc(16.6666666667% - 0px);
  }
  .fw .f-flex.f-flex_mg0_s > .f-flex3_s {
    width: calc(25% - 0px);
  }
  .fw .f-flex.f-flex_mg0_s > .f-flex4_s {
    width: calc(33.3333333333% - 0px);
  }
  .fw .f-flex.f-flex_mg0_s > .f-flex5_s {
    width: calc(41.6666666667% - 0px);
  }
  .fw .f-flex.f-flex_mg0_s > .f-flex6_s {
    width: calc(50% - 0px);
  }
  .fw .f-flex.f-flex_mg0_s > .f-flex7_s {
    width: calc(58.3333333333% - 0px);
  }
  .fw .f-flex.f-flex_mg0_s > .f-flex8_s {
    width: calc(66.6666666667% - 0px);
  }
  .fw .f-flex.f-flex_mg0_s > .f-flex9_s {
    width: calc(75% - 0px);
  }
  .fw .f-flex.f-flex_mg0_s > .f-flex10_s {
    width: calc(83.3333333333% - 0px);
  }
  .fw .f-flex.f-flex_mg0_s > .f-flex11_s {
    width: calc(91.6666666667% - 0px);
  }
  .fw .f-flex.f-flex_mg0_s > .f-flex12_s {
    width: calc(100% - 0px);
  }
  .fw .f-flex.f-flex_mg0_s > .f-flex_fifth_s {
    width: calc(20% - 0px);
  }
  .fw .f-flex.f-flex_mg5_s {
    margin-left: -2.5px;
    margin-right: -2.5px;
  }
  .fw .f-flex.f-flex_mg5_s > * {
    margin-left: 2.5px;
    margin-right: 2.5px;
  }
  .fw .f-flex.f-flex_mg5_s > .f-flex1_s {
    width: calc(8.3333333333% - 5px);
  }
  .fw .f-flex.f-flex_mg5_s > .f-flex2_s {
    width: calc(16.6666666667% - 5px);
  }
  .fw .f-flex.f-flex_mg5_s > .f-flex3_s {
    width: calc(25% - 5px);
  }
  .fw .f-flex.f-flex_mg5_s > .f-flex4_s {
    width: calc(33.3333333333% - 5px);
  }
  .fw .f-flex.f-flex_mg5_s > .f-flex5_s {
    width: calc(41.6666666667% - 5px);
  }
  .fw .f-flex.f-flex_mg5_s > .f-flex6_s {
    width: calc(50% - 5px);
  }
  .fw .f-flex.f-flex_mg5_s > .f-flex7_s {
    width: calc(58.3333333333% - 5px);
  }
  .fw .f-flex.f-flex_mg5_s > .f-flex8_s {
    width: calc(66.6666666667% - 5px);
  }
  .fw .f-flex.f-flex_mg5_s > .f-flex9_s {
    width: calc(75% - 5px);
  }
  .fw .f-flex.f-flex_mg5_s > .f-flex10_s {
    width: calc(83.3333333333% - 5px);
  }
  .fw .f-flex.f-flex_mg5_s > .f-flex11_s {
    width: calc(91.6666666667% - 5px);
  }
  .fw .f-flex.f-flex_mg5_s > .f-flex12_s {
    width: calc(100% - 5px);
  }
  .fw .f-flex.f-flex_mg5_s > .f-flex_fifth_s {
    width: calc(20% - 5px);
  }
  .fw .f-flex.f-flex_mg10_s {
    margin-left: -5px;
    margin-right: -5px;
  }
  .fw .f-flex.f-flex_mg10_s > * {
    margin-left: 5px;
    margin-right: 5px;
  }
  .fw .f-flex.f-flex_mg10_s > .f-flex1_s {
    width: calc(8.3333333333% - 10px);
  }
  .fw .f-flex.f-flex_mg10_s > .f-flex2_s {
    width: calc(16.6666666667% - 10px);
  }
  .fw .f-flex.f-flex_mg10_s > .f-flex3_s {
    width: calc(25% - 10px);
  }
  .fw .f-flex.f-flex_mg10_s > .f-flex4_s {
    width: calc(33.3333333333% - 10px);
  }
  .fw .f-flex.f-flex_mg10_s > .f-flex5_s {
    width: calc(41.6666666667% - 10px);
  }
  .fw .f-flex.f-flex_mg10_s > .f-flex6_s {
    width: calc(50% - 10px);
  }
  .fw .f-flex.f-flex_mg10_s > .f-flex7_s {
    width: calc(58.3333333333% - 10px);
  }
  .fw .f-flex.f-flex_mg10_s > .f-flex8_s {
    width: calc(66.6666666667% - 10px);
  }
  .fw .f-flex.f-flex_mg10_s > .f-flex9_s {
    width: calc(75% - 10px);
  }
  .fw .f-flex.f-flex_mg10_s > .f-flex10_s {
    width: calc(83.3333333333% - 10px);
  }
  .fw .f-flex.f-flex_mg10_s > .f-flex11_s {
    width: calc(91.6666666667% - 10px);
  }
  .fw .f-flex.f-flex_mg10_s > .f-flex12_s {
    width: calc(100% - 10px);
  }
  .fw .f-flex.f-flex_mg10_s > .f-flex_fifth_s {
    width: calc(20% - 10px);
  }
  .fw .f-flex.f-flex_mg15_s {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .fw .f-flex.f-flex_mg15_s > * {
    margin-left: 7.5px;
    margin-right: 7.5px;
  }
  .fw .f-flex.f-flex_mg15_s > .f-flex1_s {
    width: calc(8.3333333333% - 15px);
  }
  .fw .f-flex.f-flex_mg15_s > .f-flex2_s {
    width: calc(16.6666666667% - 15px);
  }
  .fw .f-flex.f-flex_mg15_s > .f-flex3_s {
    width: calc(25% - 15px);
  }
  .fw .f-flex.f-flex_mg15_s > .f-flex4_s {
    width: calc(33.3333333333% - 15px);
  }
  .fw .f-flex.f-flex_mg15_s > .f-flex5_s {
    width: calc(41.6666666667% - 15px);
  }
  .fw .f-flex.f-flex_mg15_s > .f-flex6_s {
    width: calc(50% - 15px);
  }
  .fw .f-flex.f-flex_mg15_s > .f-flex7_s {
    width: calc(58.3333333333% - 15px);
  }
  .fw .f-flex.f-flex_mg15_s > .f-flex8_s {
    width: calc(66.6666666667% - 15px);
  }
  .fw .f-flex.f-flex_mg15_s > .f-flex9_s {
    width: calc(75% - 15px);
  }
  .fw .f-flex.f-flex_mg15_s > .f-flex10_s {
    width: calc(83.3333333333% - 15px);
  }
  .fw .f-flex.f-flex_mg15_s > .f-flex11_s {
    width: calc(91.6666666667% - 15px);
  }
  .fw .f-flex.f-flex_mg15_s > .f-flex12_s {
    width: calc(100% - 15px);
  }
  .fw .f-flex.f-flex_mg15_s > .f-flex_fifth_s {
    width: calc(20% - 15px);
  }
  .fw .f-flex.f-flex_mg20_s {
    margin-left: -10px;
    margin-right: -10px;
  }
  .fw .f-flex.f-flex_mg20_s > * {
    margin-left: 10px;
    margin-right: 10px;
  }
  .fw .f-flex.f-flex_mg20_s > .f-flex1_s {
    width: calc(8.3333333333% - 20px);
  }
  .fw .f-flex.f-flex_mg20_s > .f-flex2_s {
    width: calc(16.6666666667% - 20px);
  }
  .fw .f-flex.f-flex_mg20_s > .f-flex3_s {
    width: calc(25% - 20px);
  }
  .fw .f-flex.f-flex_mg20_s > .f-flex4_s {
    width: calc(33.3333333333% - 20px);
  }
  .fw .f-flex.f-flex_mg20_s > .f-flex5_s {
    width: calc(41.6666666667% - 20px);
  }
  .fw .f-flex.f-flex_mg20_s > .f-flex6_s {
    width: calc(50% - 20px);
  }
  .fw .f-flex.f-flex_mg20_s > .f-flex7_s {
    width: calc(58.3333333333% - 20px);
  }
  .fw .f-flex.f-flex_mg20_s > .f-flex8_s {
    width: calc(66.6666666667% - 20px);
  }
  .fw .f-flex.f-flex_mg20_s > .f-flex9_s {
    width: calc(75% - 20px);
  }
  .fw .f-flex.f-flex_mg20_s > .f-flex10_s {
    width: calc(83.3333333333% - 20px);
  }
  .fw .f-flex.f-flex_mg20_s > .f-flex11_s {
    width: calc(91.6666666667% - 20px);
  }
  .fw .f-flex.f-flex_mg20_s > .f-flex12_s {
    width: calc(100% - 20px);
  }
  .fw .f-flex.f-flex_mg20_s > .f-flex_fifth_s {
    width: calc(20% - 20px);
  }
  .fw .f-flex.f-flex_mg25_s {
    margin-left: -12.5px;
    margin-right: -12.5px;
  }
  .fw .f-flex.f-flex_mg25_s > * {
    margin-left: 12.5px;
    margin-right: 12.5px;
  }
  .fw .f-flex.f-flex_mg25_s > .f-flex1_s {
    width: calc(8.3333333333% - 25px);
  }
  .fw .f-flex.f-flex_mg25_s > .f-flex2_s {
    width: calc(16.6666666667% - 25px);
  }
  .fw .f-flex.f-flex_mg25_s > .f-flex3_s {
    width: calc(25% - 25px);
  }
  .fw .f-flex.f-flex_mg25_s > .f-flex4_s {
    width: calc(33.3333333333% - 25px);
  }
  .fw .f-flex.f-flex_mg25_s > .f-flex5_s {
    width: calc(41.6666666667% - 25px);
  }
  .fw .f-flex.f-flex_mg25_s > .f-flex6_s {
    width: calc(50% - 25px);
  }
  .fw .f-flex.f-flex_mg25_s > .f-flex7_s {
    width: calc(58.3333333333% - 25px);
  }
  .fw .f-flex.f-flex_mg25_s > .f-flex8_s {
    width: calc(66.6666666667% - 25px);
  }
  .fw .f-flex.f-flex_mg25_s > .f-flex9_s {
    width: calc(75% - 25px);
  }
  .fw .f-flex.f-flex_mg25_s > .f-flex10_s {
    width: calc(83.3333333333% - 25px);
  }
  .fw .f-flex.f-flex_mg25_s > .f-flex11_s {
    width: calc(91.6666666667% - 25px);
  }
  .fw .f-flex.f-flex_mg25_s > .f-flex12_s {
    width: calc(100% - 25px);
  }
  .fw .f-flex.f-flex_mg25_s > .f-flex_fifth_s {
    width: calc(20% - 25px);
  }
  .fw .f-flex.f-flex_mg30_s {
    margin-left: -15px;
    margin-right: -15px;
  }
  .fw .f-flex.f-flex_mg30_s > * {
    margin-left: 15px;
    margin-right: 15px;
  }
  .fw .f-flex.f-flex_mg30_s > .f-flex1_s {
    width: calc(8.3333333333% - 30px);
  }
  .fw .f-flex.f-flex_mg30_s > .f-flex2_s {
    width: calc(16.6666666667% - 30px);
  }
  .fw .f-flex.f-flex_mg30_s > .f-flex3_s {
    width: calc(25% - 30px);
  }
  .fw .f-flex.f-flex_mg30_s > .f-flex4_s {
    width: calc(33.3333333333% - 30px);
  }
  .fw .f-flex.f-flex_mg30_s > .f-flex5_s {
    width: calc(41.6666666667% - 30px);
  }
  .fw .f-flex.f-flex_mg30_s > .f-flex6_s {
    width: calc(50% - 30px);
  }
  .fw .f-flex.f-flex_mg30_s > .f-flex7_s {
    width: calc(58.3333333333% - 30px);
  }
  .fw .f-flex.f-flex_mg30_s > .f-flex8_s {
    width: calc(66.6666666667% - 30px);
  }
  .fw .f-flex.f-flex_mg30_s > .f-flex9_s {
    width: calc(75% - 30px);
  }
  .fw .f-flex.f-flex_mg30_s > .f-flex10_s {
    width: calc(83.3333333333% - 30px);
  }
  .fw .f-flex.f-flex_mg30_s > .f-flex11_s {
    width: calc(91.6666666667% - 30px);
  }
  .fw .f-flex.f-flex_mg30_s > .f-flex12_s {
    width: calc(100% - 30px);
  }
  .fw .f-flex.f-flex_mg30_s > .f-flex_fifth_s {
    width: calc(20% - 30px);
  }
  .fw .f-flex.f-flex_mg35_s {
    margin-left: -17.5px;
    margin-right: -17.5px;
  }
  .fw .f-flex.f-flex_mg35_s > * {
    margin-left: 17.5px;
    margin-right: 17.5px;
  }
  .fw .f-flex.f-flex_mg35_s > .f-flex1_s {
    width: calc(8.3333333333% - 35px);
  }
  .fw .f-flex.f-flex_mg35_s > .f-flex2_s {
    width: calc(16.6666666667% - 35px);
  }
  .fw .f-flex.f-flex_mg35_s > .f-flex3_s {
    width: calc(25% - 35px);
  }
  .fw .f-flex.f-flex_mg35_s > .f-flex4_s {
    width: calc(33.3333333333% - 35px);
  }
  .fw .f-flex.f-flex_mg35_s > .f-flex5_s {
    width: calc(41.6666666667% - 35px);
  }
  .fw .f-flex.f-flex_mg35_s > .f-flex6_s {
    width: calc(50% - 35px);
  }
  .fw .f-flex.f-flex_mg35_s > .f-flex7_s {
    width: calc(58.3333333333% - 35px);
  }
  .fw .f-flex.f-flex_mg35_s > .f-flex8_s {
    width: calc(66.6666666667% - 35px);
  }
  .fw .f-flex.f-flex_mg35_s > .f-flex9_s {
    width: calc(75% - 35px);
  }
  .fw .f-flex.f-flex_mg35_s > .f-flex10_s {
    width: calc(83.3333333333% - 35px);
  }
  .fw .f-flex.f-flex_mg35_s > .f-flex11_s {
    width: calc(91.6666666667% - 35px);
  }
  .fw .f-flex.f-flex_mg35_s > .f-flex12_s {
    width: calc(100% - 35px);
  }
  .fw .f-flex.f-flex_mg35_s > .f-flex_fifth_s {
    width: calc(20% - 35px);
  }
  .fw .f-flex.f-flex_mg40_s {
    margin-left: -20px;
    margin-right: -20px;
  }
  .fw .f-flex.f-flex_mg40_s > * {
    margin-left: 20px;
    margin-right: 20px;
  }
  .fw .f-flex.f-flex_mg40_s > .f-flex1_s {
    width: calc(8.3333333333% - 40px);
  }
  .fw .f-flex.f-flex_mg40_s > .f-flex2_s {
    width: calc(16.6666666667% - 40px);
  }
  .fw .f-flex.f-flex_mg40_s > .f-flex3_s {
    width: calc(25% - 40px);
  }
  .fw .f-flex.f-flex_mg40_s > .f-flex4_s {
    width: calc(33.3333333333% - 40px);
  }
  .fw .f-flex.f-flex_mg40_s > .f-flex5_s {
    width: calc(41.6666666667% - 40px);
  }
  .fw .f-flex.f-flex_mg40_s > .f-flex6_s {
    width: calc(50% - 40px);
  }
  .fw .f-flex.f-flex_mg40_s > .f-flex7_s {
    width: calc(58.3333333333% - 40px);
  }
  .fw .f-flex.f-flex_mg40_s > .f-flex8_s {
    width: calc(66.6666666667% - 40px);
  }
  .fw .f-flex.f-flex_mg40_s > .f-flex9_s {
    width: calc(75% - 40px);
  }
  .fw .f-flex.f-flex_mg40_s > .f-flex10_s {
    width: calc(83.3333333333% - 40px);
  }
  .fw .f-flex.f-flex_mg40_s > .f-flex11_s {
    width: calc(91.6666666667% - 40px);
  }
  .fw .f-flex.f-flex_mg40_s > .f-flex12_s {
    width: calc(100% - 40px);
  }
  .fw .f-flex.f-flex_mg40_s > .f-flex_fifth_s {
    width: calc(20% - 40px);
  }
  .fw .f-flex.f-flex_mg45_s {
    margin-left: -22.5px;
    margin-right: -22.5px;
  }
  .fw .f-flex.f-flex_mg45_s > * {
    margin-left: 22.5px;
    margin-right: 22.5px;
  }
  .fw .f-flex.f-flex_mg45_s > .f-flex1_s {
    width: calc(8.3333333333% - 45px);
  }
  .fw .f-flex.f-flex_mg45_s > .f-flex2_s {
    width: calc(16.6666666667% - 45px);
  }
  .fw .f-flex.f-flex_mg45_s > .f-flex3_s {
    width: calc(25% - 45px);
  }
  .fw .f-flex.f-flex_mg45_s > .f-flex4_s {
    width: calc(33.3333333333% - 45px);
  }
  .fw .f-flex.f-flex_mg45_s > .f-flex5_s {
    width: calc(41.6666666667% - 45px);
  }
  .fw .f-flex.f-flex_mg45_s > .f-flex6_s {
    width: calc(50% - 45px);
  }
  .fw .f-flex.f-flex_mg45_s > .f-flex7_s {
    width: calc(58.3333333333% - 45px);
  }
  .fw .f-flex.f-flex_mg45_s > .f-flex8_s {
    width: calc(66.6666666667% - 45px);
  }
  .fw .f-flex.f-flex_mg45_s > .f-flex9_s {
    width: calc(75% - 45px);
  }
  .fw .f-flex.f-flex_mg45_s > .f-flex10_s {
    width: calc(83.3333333333% - 45px);
  }
  .fw .f-flex.f-flex_mg45_s > .f-flex11_s {
    width: calc(91.6666666667% - 45px);
  }
  .fw .f-flex.f-flex_mg45_s > .f-flex12_s {
    width: calc(100% - 45px);
  }
  .fw .f-flex.f-flex_mg45_s > .f-flex_fifth_s {
    width: calc(20% - 45px);
  }
  .fw .f-flex.f-flex_mg50_s {
    margin-left: -25px;
    margin-right: -25px;
  }
  .fw .f-flex.f-flex_mg50_s > * {
    margin-left: 25px;
    margin-right: 25px;
  }
  .fw .f-flex.f-flex_mg50_s > .f-flex1_s {
    width: calc(8.3333333333% - 50px);
  }
  .fw .f-flex.f-flex_mg50_s > .f-flex2_s {
    width: calc(16.6666666667% - 50px);
  }
  .fw .f-flex.f-flex_mg50_s > .f-flex3_s {
    width: calc(25% - 50px);
  }
  .fw .f-flex.f-flex_mg50_s > .f-flex4_s {
    width: calc(33.3333333333% - 50px);
  }
  .fw .f-flex.f-flex_mg50_s > .f-flex5_s {
    width: calc(41.6666666667% - 50px);
  }
  .fw .f-flex.f-flex_mg50_s > .f-flex6_s {
    width: calc(50% - 50px);
  }
  .fw .f-flex.f-flex_mg50_s > .f-flex7_s {
    width: calc(58.3333333333% - 50px);
  }
  .fw .f-flex.f-flex_mg50_s > .f-flex8_s {
    width: calc(66.6666666667% - 50px);
  }
  .fw .f-flex.f-flex_mg50_s > .f-flex9_s {
    width: calc(75% - 50px);
  }
  .fw .f-flex.f-flex_mg50_s > .f-flex10_s {
    width: calc(83.3333333333% - 50px);
  }
  .fw .f-flex.f-flex_mg50_s > .f-flex11_s {
    width: calc(91.6666666667% - 50px);
  }
  .fw .f-flex.f-flex_mg50_s > .f-flex12_s {
    width: calc(100% - 50px);
  }
  .fw .f-flex.f-flex_mg50_s > .f-flex_fifth_s {
    width: calc(20% - 50px);
  }
  .fw .f-flex.f-flex_mg55_s {
    margin-left: -27.5px;
    margin-right: -27.5px;
  }
  .fw .f-flex.f-flex_mg55_s > * {
    margin-left: 27.5px;
    margin-right: 27.5px;
  }
  .fw .f-flex.f-flex_mg55_s > .f-flex1_s {
    width: calc(8.3333333333% - 55px);
  }
  .fw .f-flex.f-flex_mg55_s > .f-flex2_s {
    width: calc(16.6666666667% - 55px);
  }
  .fw .f-flex.f-flex_mg55_s > .f-flex3_s {
    width: calc(25% - 55px);
  }
  .fw .f-flex.f-flex_mg55_s > .f-flex4_s {
    width: calc(33.3333333333% - 55px);
  }
  .fw .f-flex.f-flex_mg55_s > .f-flex5_s {
    width: calc(41.6666666667% - 55px);
  }
  .fw .f-flex.f-flex_mg55_s > .f-flex6_s {
    width: calc(50% - 55px);
  }
  .fw .f-flex.f-flex_mg55_s > .f-flex7_s {
    width: calc(58.3333333333% - 55px);
  }
  .fw .f-flex.f-flex_mg55_s > .f-flex8_s {
    width: calc(66.6666666667% - 55px);
  }
  .fw .f-flex.f-flex_mg55_s > .f-flex9_s {
    width: calc(75% - 55px);
  }
  .fw .f-flex.f-flex_mg55_s > .f-flex10_s {
    width: calc(83.3333333333% - 55px);
  }
  .fw .f-flex.f-flex_mg55_s > .f-flex11_s {
    width: calc(91.6666666667% - 55px);
  }
  .fw .f-flex.f-flex_mg55_s > .f-flex12_s {
    width: calc(100% - 55px);
  }
  .fw .f-flex.f-flex_mg55_s > .f-flex_fifth_s {
    width: calc(20% - 55px);
  }
  .fw .f-flex.f-flex_mg60_s {
    margin-left: -30px;
    margin-right: -30px;
  }
  .fw .f-flex.f-flex_mg60_s > * {
    margin-left: 30px;
    margin-right: 30px;
  }
  .fw .f-flex.f-flex_mg60_s > .f-flex1_s {
    width: calc(8.3333333333% - 60px);
  }
  .fw .f-flex.f-flex_mg60_s > .f-flex2_s {
    width: calc(16.6666666667% - 60px);
  }
  .fw .f-flex.f-flex_mg60_s > .f-flex3_s {
    width: calc(25% - 60px);
  }
  .fw .f-flex.f-flex_mg60_s > .f-flex4_s {
    width: calc(33.3333333333% - 60px);
  }
  .fw .f-flex.f-flex_mg60_s > .f-flex5_s {
    width: calc(41.6666666667% - 60px);
  }
  .fw .f-flex.f-flex_mg60_s > .f-flex6_s {
    width: calc(50% - 60px);
  }
  .fw .f-flex.f-flex_mg60_s > .f-flex7_s {
    width: calc(58.3333333333% - 60px);
  }
  .fw .f-flex.f-flex_mg60_s > .f-flex8_s {
    width: calc(66.6666666667% - 60px);
  }
  .fw .f-flex.f-flex_mg60_s > .f-flex9_s {
    width: calc(75% - 60px);
  }
  .fw .f-flex.f-flex_mg60_s > .f-flex10_s {
    width: calc(83.3333333333% - 60px);
  }
  .fw .f-flex.f-flex_mg60_s > .f-flex11_s {
    width: calc(91.6666666667% - 60px);
  }
  .fw .f-flex.f-flex_mg60_s > .f-flex12_s {
    width: calc(100% - 60px);
  }
  .fw .f-flex.f-flex_mg60_s > .f-flex_fifth_s {
    width: calc(20% - 60px);
  }
  .fw .f-flex.f-flex_mg65_s {
    margin-left: -32.5px;
    margin-right: -32.5px;
  }
  .fw .f-flex.f-flex_mg65_s > * {
    margin-left: 32.5px;
    margin-right: 32.5px;
  }
  .fw .f-flex.f-flex_mg65_s > .f-flex1_s {
    width: calc(8.3333333333% - 65px);
  }
  .fw .f-flex.f-flex_mg65_s > .f-flex2_s {
    width: calc(16.6666666667% - 65px);
  }
  .fw .f-flex.f-flex_mg65_s > .f-flex3_s {
    width: calc(25% - 65px);
  }
  .fw .f-flex.f-flex_mg65_s > .f-flex4_s {
    width: calc(33.3333333333% - 65px);
  }
  .fw .f-flex.f-flex_mg65_s > .f-flex5_s {
    width: calc(41.6666666667% - 65px);
  }
  .fw .f-flex.f-flex_mg65_s > .f-flex6_s {
    width: calc(50% - 65px);
  }
  .fw .f-flex.f-flex_mg65_s > .f-flex7_s {
    width: calc(58.3333333333% - 65px);
  }
  .fw .f-flex.f-flex_mg65_s > .f-flex8_s {
    width: calc(66.6666666667% - 65px);
  }
  .fw .f-flex.f-flex_mg65_s > .f-flex9_s {
    width: calc(75% - 65px);
  }
  .fw .f-flex.f-flex_mg65_s > .f-flex10_s {
    width: calc(83.3333333333% - 65px);
  }
  .fw .f-flex.f-flex_mg65_s > .f-flex11_s {
    width: calc(91.6666666667% - 65px);
  }
  .fw .f-flex.f-flex_mg65_s > .f-flex12_s {
    width: calc(100% - 65px);
  }
  .fw .f-flex.f-flex_mg65_s > .f-flex_fifth_s {
    width: calc(20% - 65px);
  }
  .fw .f-flex.f-flex_mg70_s {
    margin-left: -35px;
    margin-right: -35px;
  }
  .fw .f-flex.f-flex_mg70_s > * {
    margin-left: 35px;
    margin-right: 35px;
  }
  .fw .f-flex.f-flex_mg70_s > .f-flex1_s {
    width: calc(8.3333333333% - 70px);
  }
  .fw .f-flex.f-flex_mg70_s > .f-flex2_s {
    width: calc(16.6666666667% - 70px);
  }
  .fw .f-flex.f-flex_mg70_s > .f-flex3_s {
    width: calc(25% - 70px);
  }
  .fw .f-flex.f-flex_mg70_s > .f-flex4_s {
    width: calc(33.3333333333% - 70px);
  }
  .fw .f-flex.f-flex_mg70_s > .f-flex5_s {
    width: calc(41.6666666667% - 70px);
  }
  .fw .f-flex.f-flex_mg70_s > .f-flex6_s {
    width: calc(50% - 70px);
  }
  .fw .f-flex.f-flex_mg70_s > .f-flex7_s {
    width: calc(58.3333333333% - 70px);
  }
  .fw .f-flex.f-flex_mg70_s > .f-flex8_s {
    width: calc(66.6666666667% - 70px);
  }
  .fw .f-flex.f-flex_mg70_s > .f-flex9_s {
    width: calc(75% - 70px);
  }
  .fw .f-flex.f-flex_mg70_s > .f-flex10_s {
    width: calc(83.3333333333% - 70px);
  }
  .fw .f-flex.f-flex_mg70_s > .f-flex11_s {
    width: calc(91.6666666667% - 70px);
  }
  .fw .f-flex.f-flex_mg70_s > .f-flex12_s {
    width: calc(100% - 70px);
  }
  .fw .f-flex.f-flex_mg70_s > .f-flex_fifth_s {
    width: calc(20% - 70px);
  }
  .fw .f-flex.f-flex_mg75_s {
    margin-left: -37.5px;
    margin-right: -37.5px;
  }
  .fw .f-flex.f-flex_mg75_s > * {
    margin-left: 37.5px;
    margin-right: 37.5px;
  }
  .fw .f-flex.f-flex_mg75_s > .f-flex1_s {
    width: calc(8.3333333333% - 75px);
  }
  .fw .f-flex.f-flex_mg75_s > .f-flex2_s {
    width: calc(16.6666666667% - 75px);
  }
  .fw .f-flex.f-flex_mg75_s > .f-flex3_s {
    width: calc(25% - 75px);
  }
  .fw .f-flex.f-flex_mg75_s > .f-flex4_s {
    width: calc(33.3333333333% - 75px);
  }
  .fw .f-flex.f-flex_mg75_s > .f-flex5_s {
    width: calc(41.6666666667% - 75px);
  }
  .fw .f-flex.f-flex_mg75_s > .f-flex6_s {
    width: calc(50% - 75px);
  }
  .fw .f-flex.f-flex_mg75_s > .f-flex7_s {
    width: calc(58.3333333333% - 75px);
  }
  .fw .f-flex.f-flex_mg75_s > .f-flex8_s {
    width: calc(66.6666666667% - 75px);
  }
  .fw .f-flex.f-flex_mg75_s > .f-flex9_s {
    width: calc(75% - 75px);
  }
  .fw .f-flex.f-flex_mg75_s > .f-flex10_s {
    width: calc(83.3333333333% - 75px);
  }
  .fw .f-flex.f-flex_mg75_s > .f-flex11_s {
    width: calc(91.6666666667% - 75px);
  }
  .fw .f-flex.f-flex_mg75_s > .f-flex12_s {
    width: calc(100% - 75px);
  }
  .fw .f-flex.f-flex_mg75_s > .f-flex_fifth_s {
    width: calc(20% - 75px);
  }
  .fw .f-flex.f-flex_mg80_s {
    margin-left: -40px;
    margin-right: -40px;
  }
  .fw .f-flex.f-flex_mg80_s > * {
    margin-left: 40px;
    margin-right: 40px;
  }
  .fw .f-flex.f-flex_mg80_s > .f-flex1_s {
    width: calc(8.3333333333% - 80px);
  }
  .fw .f-flex.f-flex_mg80_s > .f-flex2_s {
    width: calc(16.6666666667% - 80px);
  }
  .fw .f-flex.f-flex_mg80_s > .f-flex3_s {
    width: calc(25% - 80px);
  }
  .fw .f-flex.f-flex_mg80_s > .f-flex4_s {
    width: calc(33.3333333333% - 80px);
  }
  .fw .f-flex.f-flex_mg80_s > .f-flex5_s {
    width: calc(41.6666666667% - 80px);
  }
  .fw .f-flex.f-flex_mg80_s > .f-flex6_s {
    width: calc(50% - 80px);
  }
  .fw .f-flex.f-flex_mg80_s > .f-flex7_s {
    width: calc(58.3333333333% - 80px);
  }
  .fw .f-flex.f-flex_mg80_s > .f-flex8_s {
    width: calc(66.6666666667% - 80px);
  }
  .fw .f-flex.f-flex_mg80_s > .f-flex9_s {
    width: calc(75% - 80px);
  }
  .fw .f-flex.f-flex_mg80_s > .f-flex10_s {
    width: calc(83.3333333333% - 80px);
  }
  .fw .f-flex.f-flex_mg80_s > .f-flex11_s {
    width: calc(91.6666666667% - 80px);
  }
  .fw .f-flex.f-flex_mg80_s > .f-flex12_s {
    width: calc(100% - 80px);
  }
  .fw .f-flex.f-flex_mg80_s > .f-flex_fifth_s {
    width: calc(20% - 80px);
  }
}
.fw .f-flex.f-flex_mb0 {
  margin-bottom: -0px;
}
.fw .f-flex.f-flex_mb0 > * {
  margin-bottom: 0px;
}
.fw .f-flex.f-flex_mb5 {
  margin-bottom: -5px;
}
.fw .f-flex.f-flex_mb5 > * {
  margin-bottom: 5px;
}
.fw .f-flex.f-flex_mb10 {
  margin-bottom: -10px;
}
.fw .f-flex.f-flex_mb10 > * {
  margin-bottom: 10px;
}
.fw .f-flex.f-flex_mb15 {
  margin-bottom: -15px;
}
.fw .f-flex.f-flex_mb15 > * {
  margin-bottom: 15px;
}
.fw .f-flex.f-flex_mb20 {
  margin-bottom: -20px;
}
.fw .f-flex.f-flex_mb20 > * {
  margin-bottom: 20px;
}
.fw .f-flex.f-flex_mb25 {
  margin-bottom: -25px;
}
.fw .f-flex.f-flex_mb25 > * {
  margin-bottom: 25px;
}
.fw .f-flex.f-flex_mb30 {
  margin-bottom: -30px;
}
.fw .f-flex.f-flex_mb30 > * {
  margin-bottom: 30px;
}
.fw .f-flex.f-flex_mb35 {
  margin-bottom: -35px;
}
.fw .f-flex.f-flex_mb35 > * {
  margin-bottom: 35px;
}
.fw .f-flex.f-flex_mb40 {
  margin-bottom: -40px;
}
.fw .f-flex.f-flex_mb40 > * {
  margin-bottom: 40px;
}
.fw .f-flex.f-flex_mb45 {
  margin-bottom: -45px;
}
.fw .f-flex.f-flex_mb45 > * {
  margin-bottom: 45px;
}
.fw .f-flex.f-flex_mb50 {
  margin-bottom: -50px;
}
.fw .f-flex.f-flex_mb50 > * {
  margin-bottom: 50px;
}
.fw .f-flex.f-flex_mb55 {
  margin-bottom: -55px;
}
.fw .f-flex.f-flex_mb55 > * {
  margin-bottom: 55px;
}
.fw .f-flex.f-flex_mb60 {
  margin-bottom: -60px;
}
.fw .f-flex.f-flex_mb60 > * {
  margin-bottom: 60px;
}
.fw .f-flex.f-flex_mb65 {
  margin-bottom: -65px;
}
.fw .f-flex.f-flex_mb65 > * {
  margin-bottom: 65px;
}
.fw .f-flex.f-flex_mb70 {
  margin-bottom: -70px;
}
.fw .f-flex.f-flex_mb70 > * {
  margin-bottom: 70px;
}
.fw .f-flex.f-flex_mb75 {
  margin-bottom: -75px;
}
.fw .f-flex.f-flex_mb75 > * {
  margin-bottom: 75px;
}
.fw .f-flex.f-flex_mb80 {
  margin-bottom: -80px;
}
.fw .f-flex.f-flex_mb80 > * {
  margin-bottom: 80px;
}
@media screen and (max-width: 700px) {
  .fw .f-flex.f-flex_mb0_s {
    margin-bottom: -0px;
  }
  .fw .f-flex.f-flex_mb0_s > * {
    margin-bottom: 0px;
  }
  .fw .f-flex.f-flex_mb5_s {
    margin-bottom: -5px;
  }
  .fw .f-flex.f-flex_mb5_s > * {
    margin-bottom: 5px;
  }
  .fw .f-flex.f-flex_mb10_s {
    margin-bottom: -10px;
  }
  .fw .f-flex.f-flex_mb10_s > * {
    margin-bottom: 10px;
  }
  .fw .f-flex.f-flex_mb15_s {
    margin-bottom: -15px;
  }
  .fw .f-flex.f-flex_mb15_s > * {
    margin-bottom: 15px;
  }
  .fw .f-flex.f-flex_mb20_s {
    margin-bottom: -20px;
  }
  .fw .f-flex.f-flex_mb20_s > * {
    margin-bottom: 20px;
  }
  .fw .f-flex.f-flex_mb25_s {
    margin-bottom: -25px;
  }
  .fw .f-flex.f-flex_mb25_s > * {
    margin-bottom: 25px;
  }
  .fw .f-flex.f-flex_mb30_s {
    margin-bottom: -30px;
  }
  .fw .f-flex.f-flex_mb30_s > * {
    margin-bottom: 30px;
  }
  .fw .f-flex.f-flex_mb35_s {
    margin-bottom: -35px;
  }
  .fw .f-flex.f-flex_mb35_s > * {
    margin-bottom: 35px;
  }
  .fw .f-flex.f-flex_mb40_s {
    margin-bottom: -40px;
  }
  .fw .f-flex.f-flex_mb40_s > * {
    margin-bottom: 40px;
  }
  .fw .f-flex.f-flex_mb45_s {
    margin-bottom: -45px;
  }
  .fw .f-flex.f-flex_mb45_s > * {
    margin-bottom: 45px;
  }
  .fw .f-flex.f-flex_mb50_s {
    margin-bottom: -50px;
  }
  .fw .f-flex.f-flex_mb50_s > * {
    margin-bottom: 50px;
  }
  .fw .f-flex.f-flex_mb55_s {
    margin-bottom: -55px;
  }
  .fw .f-flex.f-flex_mb55_s > * {
    margin-bottom: 55px;
  }
  .fw .f-flex.f-flex_mb60_s {
    margin-bottom: -60px;
  }
  .fw .f-flex.f-flex_mb60_s > * {
    margin-bottom: 60px;
  }
  .fw .f-flex.f-flex_mb65_s {
    margin-bottom: -65px;
  }
  .fw .f-flex.f-flex_mb65_s > * {
    margin-bottom: 65px;
  }
  .fw .f-flex.f-flex_mb70_s {
    margin-bottom: -70px;
  }
  .fw .f-flex.f-flex_mb70_s > * {
    margin-bottom: 70px;
  }
  .fw .f-flex.f-flex_mb75_s {
    margin-bottom: -75px;
  }
  .fw .f-flex.f-flex_mb75_s > * {
    margin-bottom: 75px;
  }
  .fw .f-flex.f-flex_mb80_s {
    margin-bottom: -80px;
  }
  .fw .f-flex.f-flex_mb80_s > * {
    margin-bottom: 80px;
  }
}
.fw .f-flex > .f-flex_order0 {
  order: 0;
}
.fw .f-flex > .f-flex_order1 {
  order: 1;
}
.fw .f-flex > .f-flex_order2 {
  order: 2;
}
.fw .f-flex > .f-flex_order3 {
  order: 3;
}
.fw .f-flex > .f-flex_order4 {
  order: 4;
}
.fw .f-flex > .f-flex_order5 {
  order: 5;
}
.fw .f-flex > .f-flex_order6 {
  order: 6;
}
.fw .f-flex > .f-flex_order7 {
  order: 7;
}
.fw .f-flex > .f-flex_order8 {
  order: 8;
}
.fw .f-flex > .f-flex_order9 {
  order: 9;
}
.fw .f-flex > .f-flex_order10 {
  order: 10;
}
.fw .f-flex > .f-flex_order11 {
  order: 11;
}
.fw .f-flex > .f-flex_order12 {
  order: 12;
}
.fw .f-flex > .f-flex_order13 {
  order: 13;
}
.fw .f-flex > .f-flex_order14 {
  order: 14;
}
.fw .f-flex > .f-flex_order15 {
  order: 15;
}
.fw .f-flex > .f-flex_order16 {
  order: 16;
}
@media screen and (max-width: 700px) {
  .fw .f-flex > .f-flex_order0_s {
    order: 0;
  }
  .fw .f-flex > .f-flex_order1_s {
    order: 1;
  }
  .fw .f-flex > .f-flex_order2_s {
    order: 2;
  }
  .fw .f-flex > .f-flex_order3_s {
    order: 3;
  }
  .fw .f-flex > .f-flex_order4_s {
    order: 4;
  }
  .fw .f-flex > .f-flex_order5_s {
    order: 5;
  }
  .fw .f-flex > .f-flex_order6_s {
    order: 6;
  }
  .fw .f-flex > .f-flex_order7_s {
    order: 7;
  }
  .fw .f-flex > .f-flex_order8_s {
    order: 8;
  }
  .fw .f-flex > .f-flex_order9_s {
    order: 9;
  }
  .fw .f-flex > .f-flex_order10_s {
    order: 10;
  }
  .fw .f-flex > .f-flex_order11_s {
    order: 11;
  }
  .fw .f-flex > .f-flex_order12_s {
    order: 12;
  }
  .fw .f-flex > .f-flex_order13_s {
    order: 13;
  }
  .fw .f-flex > .f-flex_order14_s {
    order: 14;
  }
  .fw .f-flex > .f-flex_order15_s {
    order: 15;
  }
  .fw .f-flex > .f-flex_order16_s {
    order: 16;
  }
}
.fw .f-flex.f-flex_middle {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}
.fw .f-flex.f-flex_justify > * {
  flex: 1;
}
.fw .f-font_l {
  font-size: 20px;
}
.fw .f-font_m {
  font-size: 18px;
}
.fw .f-font_s {
  font-size: 14px;
}
.fw .f-font_b {
  font-weight: bold !important;
}
.fw .f-form button,
.fw .f-form input,
.fw .f-form label,
.fw .f-form select,
.fw .f-form textarea {
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  background: none;
  color: #4d4d4d;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI",
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
    "ＭＳ Ｐゴシック", sans-serif;
  line-height: normal;
  font-size: 16px;
  border: 1px solid #ddd;
  letter-spacing: 0.05em;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.fw .f-form button:-webkit-autofill,
.fw .f-form input:-webkit-autofill,
.fw .f-form label:-webkit-autofill,
.fw .f-form select:-webkit-autofill,
.fw .f-form textarea:-webkit-autofill {
  box-shadow: 0 0 0px 1000px #fff inset;
}
.fw .f-form button::-webkit-input-placeholder,
.fw .f-form input::-webkit-input-placeholder,
.fw .f-form label::-webkit-input-placeholder,
.fw .f-form select::-webkit-input-placeholder,
.fw .f-form textarea::-webkit-input-placeholder {
  color: #ddd;
}
.fw .f-form button:-moz-placeholder,
.fw .f-form input:-moz-placeholder,
.fw .f-form label:-moz-placeholder,
.fw .f-form select:-moz-placeholder,
.fw .f-form textarea:-moz-placeholder {
  opacity: 1;
  color: #ddd;
}
.fw .f-form button::-moz-placeholder,
.fw .f-form input::-moz-placeholder,
.fw .f-form label::-moz-placeholder,
.fw .f-form select::-moz-placeholder,
.fw .f-form textarea::-moz-placeholder {
  opacity: 1;
  color: #ddd;
}
.fw .f-form button:-ms-input-placeholder,
.fw .f-form input:-ms-input-placeholder,
.fw .f-form label:-ms-input-placeholder,
.fw .f-form select:-ms-input-placeholder,
.fw .f-form textarea:-ms-input-placeholder {
  color: #ddd;
}
.fw .f-form input,
.fw .f-form select,
.fw .f-form textarea {
  background-color: #fff;
}
.fw .f-form input:-moz-read-only,
.fw .f-form textarea:-moz-read-only {
  cursor: not-allowed !important;
  color: #b2b1b1;
}
.fw .f-form input:read-only,
.fw .f-form textarea:read-only {
  cursor: not-allowed !important;
  color: #b2b1b1;
}
.fw .f-form input:disabled,
.fw .f-form textarea:disabled {
  color: #b2b1b1;
}
.fw .f-form label {
  border: none;
  display: inline-block;
  cursor: pointer;
}
.fw .f-form input {
  height: 30px;
  width: 100%;
  padding: 0 10px;
  border: 1px solid #ddd;
}
.fw .f-form input[type="button"],
.fw .f-form input[type="file"],
.fw .f-form input[type="hidden"],
.fw .f-form input[type="image"],
.fw .f-form input[type="range"],
.fw .f-form input[type="reset"],
.fw .f-form input[type="submit"] {
  height: auto;
  width: auto;
  padding: 0;
  border: none;
}
.fw .f-form input[type="button"]:focus,
.fw .f-form input[type="file"]:focus,
.fw .f-form input[type="hidden"]:focus,
.fw .f-form input[type="image"]:focus,
.fw .f-form input[type="range"]:focus,
.fw .f-form input[type="reset"]:focus,
.fw .f-form input[type="submit"]:focus {
  border: none;
}
.fw .f-form input:focus {
  border: 1px solid #b2a777;
}
.fw .f-form input.f-form_inline {
  width: inherit;
}
.fw .f-form input[type="color"] {
  width: 60px;
  height: 30px;
  padding: 0;
}
.fw .f-form input[type="color"][list] {
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: menulist;
}
.fw .f-form .f-form_inline + .f-form_inline {
  margin-left: 10px;
}
.fw .f-form .f-form_label.f-form_inline {
  display: inline-block;
}
.fw .f-form .f-form_label input {
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}
.fw .f-form .f-form_label input + label {
  position: relative;
  display: block;
  padding: 0 0 0 30px;
  cursor: pointer;
  vertical-align: middle;
  line-height: 20px;
  min-height: 20px;
}
.fw .f-form .f-form_label input + label:after,
.fw .f-form .f-form_label input + label:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
}
.fw .f-form .f-form_label input + label:before {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: #fff;
  border: 1px solid #ddd;
}
.fw .f-form .f-form_label input + label:after {
  opacity: 0;
}
.fw .f-form .f-form_label input:checked + label:after {
  opacity: 1;
}
.fw .f-form .f-form_label input:disabled + label {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.fw .f-form .f-form_label input:focus + label:before {
  border-color: #b2a777;
}
.fw .f-form .f-form_label input[type="radio"] + label:after,
.fw .f-form .f-form_label input[type="radio"] + label:before {
  border-radius: 50%;
}
.fw .f-form .f-form_label input[type="radio"] + label:after {
  margin-left: 5px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: #b2a777;
}
.fw .f-form .f-form_label input[type="checkbox"] + label:after {
  margin-left: 2px;
  width: 16px;
  height: 8px;
  margin-top: -6px;
  border-left: 4px solid #b2a777;
  border-bottom: 4px solid #b2a777;
  transform: rotate(-45deg);
}
.fw .f-form .f-form_select {
  width: 100%;
  border: none;
  position: relative;
}
.fw .f-form .f-form_select:before {
  content: "";
  margin-right: 8px;
  display: inline-block;
  border-top: solid 1px #000000;
  border-right: solid 1px #000000;
  vertical-align: middle;
  width: 3px;
  height: 3px;
}
.fw .f-form .f-form_select:after,
.fw .f-form .f-form_select:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  margin-top: -1px;
}
.fw .f-form .f-form_select:after {
  content: "";
  margin-left: 8px;
  display: inline-block;
  border-top: solid 1px #000000;
  border-right: solid 1px #000000;
  vertical-align: middle;
  width: 3px;
  height: 3px;
}
.fw .f-form .f-form_select:after,
.fw .f-form .f-form_select:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  margin-top: -1px;
}
.fw .f-form .f-form_select:after,
.fw .f-form .f-form_select:before {
  transform-origin: 0% 50%;
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 1;
  margin: 0;
  display: none\9;
  margin-top: -2.1px;
  cursor: pointer;
  pointer-events: none;
}
.fw .f-form .f-form_select:before {
  transform: rotate(-45deg) translateY(-50%);
}
.fw .f-form .f-form_select:after {
  transform: rotate(135deg) translateY(-50%);
}
.fw .f-form .f-form_select.f-form_inline {
  width: inherit;
}
.fw .f-form select {
  width: 100%;
  height: 30px;
  position: relative;
  padding: 0 24px 0 10px;
}
.fw .f-form select:focus {
  border: 1px solid #b2a777;
}
.fw .f-form select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.fw .f-form select:-moz-focusring * {
  color: #000;
  text-shadow: none;
}
.fw .f-form select::-ms-expand {
  display: none;
}
.fw .f-form textarea {
  width: 100%;
  height: 150px;
  resize: none;
  padding: 5px;
}
.fw .f-form textarea:focus {
  border: 1px solid #b2a777;
}
.fw .f-form textarea.f-form_inline {
  width: inherit;
}
.fw .f-form button,
.fw .f-form button[type="button"],
.fw .f-form button[type="reset"],
.fw .f-form button[type="submit"],
.fw .f-form input[type="button"],
.fw .f-form input[type="reset"],
.fw .f-form input[type="submit"] {
  cursor: pointer;
  padding: 0;
}
.fw ul.f-list_disc {
  line-height: 1.4;
}
.fw ul.f-list_disc > li {
  margin-bottom: 5px;
  text-indent: -1em;
  margin-left: 1em;
}
.fw ul.f-list_disc > li:before {
  content: "・";
}
.fw ul.f-list_notice {
  line-height: 1.4;
}
.fw ul.f-list_notice > li {
  margin-bottom: 5px;
  text-indent: -0.5em;
  margin-left: 0.5em;
  padding-left: 0.5em;
}
.fw ul.f-list_notice > li:before {
  content: "※";
  display: inline-block;
  width: 0.5em;
}
.fw ol {
  line-height: 1.4;
  list-style-type: decimal;
}
.fw ol > li {
  margin-left: 1.7em;
  margin-bottom: 5px;
  counter-increment: number;
}
.fw ol.f-list_bracket {
  list-style-type: none;
  counter-reset: number 0;
}
.fw ol.f-list_bracket > li {
  text-indent: -2.6em;
  margin-left: 2.5em;
  counter-increment: number 1;
}
.fw ol.f-list_bracket > li:before {
  content: "（" counter(number) "）";
}
.fw ol.f-list_notice {
  list-style-type: none;
  counter-reset: number 0;
}
.fw ol.f-list_notice > li {
  text-indent: -2.3em;
  margin-left: 2.5em;
  counter-increment: number 1;
}
.fw ol.f-list_notice > li:before {
  content: "※" counter(number) " ";
}
.fw .f-mg0 {
  margin: 0px !important;
}
.fw .f-mg5 {
  margin: 5px !important;
}
.fw .f-mg10 {
  margin: 10px !important;
}
.fw .f-mg15 {
  margin: 15px !important;
}
.fw .f-mg20 {
  margin: 20px !important;
}
.fw .f-mg25 {
  margin: 25px !important;
}
.fw .f-mg30 {
  margin: 30px !important;
}
.fw .f-mg35 {
  margin: 35px !important;
}
.fw .f-mg40 {
  margin: 40px !important;
}
.fw .f-mg45 {
  margin: 45px !important;
}
.fw .f-mg50 {
  margin: 50px !important;
}
.fw .f-mg55 {
  margin: 55px !important;
}
.fw .f-mg60 {
  margin: 60px !important;
}
.fw .f-mg65 {
  margin: 65px !important;
}
.fw .f-mg70 {
  margin: 70px !important;
}
.fw .f-mg75 {
  margin: 75px !important;
}
.fw .f-mg80 {
  margin: 80px !important;
}
.fw .f-mt0 {
  margin-top: 0px !important;
}
.fw .f-mt5 {
  margin-top: 5px !important;
}
.fw .f-mt10 {
  margin-top: 10px !important;
}
.fw .f-mt15 {
  margin-top: 15px !important;
}
.fw .f-mt20 {
  margin-top: 20px !important;
}
.fw .f-mt25 {
  margin-top: 25px !important;
}
.fw .f-mt30 {
  margin-top: 30px !important;
}
.fw .f-mt35 {
  margin-top: 35px !important;
}
.fw .f-mt40 {
  margin-top: 40px !important;
}
.fw .f-mt45 {
  margin-top: 45px !important;
}
.fw .f-mt50 {
  margin-top: 50px !important;
}
.fw .f-mt55 {
  margin-top: 55px !important;
}
.fw .f-mt60 {
  margin-top: 60px !important;
}
.fw .f-mt65 {
  margin-top: 65px !important;
}
.fw .f-mt70 {
  margin-top: 70px !important;
}
.fw .f-mt75 {
  margin-top: 75px !important;
}
.fw .f-mt80 {
  margin-top: 80px !important;
}
.fw .f-mr0 {
  margin-right: 0px !important;
}
.fw .f-mr5 {
  margin-right: 5px !important;
}
.fw .f-mr10 {
  margin-right: 10px !important;
}
.fw .f-mr15 {
  margin-right: 15px !important;
}
.fw .f-mr20 {
  margin-right: 20px !important;
}
.fw .f-mr25 {
  margin-right: 25px !important;
}
.fw .f-mr30 {
  margin-right: 30px !important;
}
.fw .f-mr35 {
  margin-right: 35px !important;
}
.fw .f-mr40 {
  margin-right: 40px !important;
}
.fw .f-mr45 {
  margin-right: 45px !important;
}
.fw .f-mr50 {
  margin-right: 50px !important;
}
.fw .f-mr55 {
  margin-right: 55px !important;
}
.fw .f-mr60 {
  margin-right: 60px !important;
}
.fw .f-mr65 {
  margin-right: 65px !important;
}
.fw .f-mr70 {
  margin-right: 70px !important;
}
.fw .f-mr75 {
  margin-right: 75px !important;
}
.fw .f-mr80 {
  margin-right: 80px !important;
}
.fw .f-mb0 {
  margin-bottom: 0px !important;
}
.fw .f-mb5 {
  margin-bottom: 5px !important;
}
.fw .f-mb10 {
  margin-bottom: 10px !important;
}
.fw .f-mb15 {
  margin-bottom: 15px !important;
}
.fw .f-mb20 {
  margin-bottom: 20px !important;
}
.fw .f-mb25 {
  margin-bottom: 25px !important;
}
.fw .f-mb30 {
  margin-bottom: 30px !important;
}
.fw .f-mb35 {
  margin-bottom: 35px !important;
}
.fw .f-mb40 {
  margin-bottom: 40px !important;
}
.fw .f-mb45 {
  margin-bottom: 45px !important;
}
.fw .f-mb50 {
  margin-bottom: 50px !important;
}
.fw .f-mb55 {
  margin-bottom: 55px !important;
}
.fw .f-mb60 {
  margin-bottom: 60px !important;
}
.fw .f-mb65 {
  margin-bottom: 65px !important;
}
.fw .f-mb70 {
  margin-bottom: 70px !important;
}
.fw .f-mb75 {
  margin-bottom: 75px !important;
}
.fw .f-mb80 {
  margin-bottom: 80px !important;
}
.fw .f-ml0 {
  margin-left: 0px !important;
}
.fw .f-ml5 {
  margin-left: 5px !important;
}
.fw .f-ml10 {
  margin-left: 10px !important;
}
.fw .f-ml15 {
  margin-left: 15px !important;
}
.fw .f-ml20 {
  margin-left: 20px !important;
}
.fw .f-ml25 {
  margin-left: 25px !important;
}
.fw .f-ml30 {
  margin-left: 30px !important;
}
.fw .f-ml35 {
  margin-left: 35px !important;
}
.fw .f-ml40 {
  margin-left: 40px !important;
}
.fw .f-ml45 {
  margin-left: 45px !important;
}
.fw .f-ml50 {
  margin-left: 50px !important;
}
.fw .f-ml55 {
  margin-left: 55px !important;
}
.fw .f-ml60 {
  margin-left: 60px !important;
}
.fw .f-ml65 {
  margin-left: 65px !important;
}
.fw .f-ml70 {
  margin-left: 70px !important;
}
.fw .f-ml75 {
  margin-left: 75px !important;
}
.fw .f-ml80 {
  margin-left: 80px !important;
}
.fw .f-pd0 {
  padding: 0px !important;
}
.fw .f-pd5 {
  padding: 5px !important;
}
.fw .f-pd10 {
  padding: 10px !important;
}
.fw .f-pd15 {
  padding: 15px !important;
}
.fw .f-pd20 {
  padding: 20px !important;
}
.fw .f-pd25 {
  padding: 25px !important;
}
.fw .f-pd30 {
  padding: 30px !important;
}
.fw .f-pd35 {
  padding: 35px !important;
}
.fw .f-pd40 {
  padding: 40px !important;
}
.fw .f-pd45 {
  padding: 45px !important;
}
.fw .f-pd50 {
  padding: 50px !important;
}
.fw .f-pd55 {
  padding: 55px !important;
}
.fw .f-pd60 {
  padding: 60px !important;
}
.fw .f-pd65 {
  padding: 65px !important;
}
.fw .f-pd70 {
  padding: 70px !important;
}
.fw .f-pd75 {
  padding: 75px !important;
}
.fw .f-pd80 {
  padding: 80px !important;
}
.fw .f-pt0 {
  padding-top: 0px !important;
}
.fw .f-pt5 {
  padding-top: 5px !important;
}
.fw .f-pt10 {
  padding-top: 10px !important;
}
.fw .f-pt15 {
  padding-top: 15px !important;
}
.fw .f-pt20 {
  padding-top: 20px !important;
}
.fw .f-pt25 {
  padding-top: 25px !important;
}
.fw .f-pt30 {
  padding-top: 30px !important;
}
.fw .f-pt35 {
  padding-top: 35px !important;
}
.fw .f-pt40 {
  padding-top: 40px !important;
}
.fw .f-pt45 {
  padding-top: 45px !important;
}
.fw .f-pt50 {
  padding-top: 50px !important;
}
.fw .f-pt55 {
  padding-top: 55px !important;
}
.fw .f-pt60 {
  padding-top: 60px !important;
}
.fw .f-pt65 {
  padding-top: 65px !important;
}
.fw .f-pt70 {
  padding-top: 70px !important;
}
.fw .f-pt75 {
  padding-top: 75px !important;
}
.fw .f-pt80 {
  padding-top: 80px !important;
}
.fw .f-pr0 {
  padding-right: 0px !important;
}
.fw .f-pr5 {
  padding-right: 5px !important;
}
.fw .f-pr10 {
  padding-right: 10px !important;
}
.fw .f-pr15 {
  padding-right: 15px !important;
}
.fw .f-pr20 {
  padding-right: 20px !important;
}
.fw .f-pr25 {
  padding-right: 25px !important;
}
.fw .f-pr30 {
  padding-right: 30px !important;
}
.fw .f-pr35 {
  padding-right: 35px !important;
}
.fw .f-pr40 {
  padding-right: 40px !important;
}
.fw .f-pr45 {
  padding-right: 45px !important;
}
.fw .f-pr50 {
  padding-right: 50px !important;
}
.fw .f-pr55 {
  padding-right: 55px !important;
}
.fw .f-pr60 {
  padding-right: 60px !important;
}
.fw .f-pr65 {
  padding-right: 65px !important;
}
.fw .f-pr70 {
  padding-right: 70px !important;
}
.fw .f-pr75 {
  padding-right: 75px !important;
}
.fw .f-pr80 {
  padding-right: 80px !important;
}
.fw .f-pb0 {
  padding-bottom: 0px !important;
}
.fw .f-pb5 {
  padding-bottom: 5px !important;
}
.fw .f-pb10 {
  padding-bottom: 10px !important;
}
.fw .f-pb15 {
  padding-bottom: 15px !important;
}
.fw .f-pb20 {
  padding-bottom: 20px !important;
}
.fw .f-pb25 {
  padding-bottom: 25px !important;
}
.fw .f-pb30 {
  padding-bottom: 30px !important;
}
.fw .f-pb35 {
  padding-bottom: 35px !important;
}
.fw .f-pb40 {
  padding-bottom: 40px !important;
}
.fw .f-pb45 {
  padding-bottom: 45px !important;
}
.fw .f-pb50 {
  padding-bottom: 50px !important;
}
.fw .f-pb55 {
  padding-bottom: 55px !important;
}
.fw .f-pb60 {
  padding-bottom: 60px !important;
}
.fw .f-pb65 {
  padding-bottom: 65px !important;
}
.fw .f-pb70 {
  padding-bottom: 70px !important;
}
.fw .f-pb75 {
  padding-bottom: 75px !important;
}
.fw .f-pb80 {
  padding-bottom: 80px !important;
}
.fw .f-pl0 {
  padding-left: 0px !important;
}
.fw .f-pl5 {
  padding-left: 5px !important;
}
.fw .f-pl10 {
  padding-left: 10px !important;
}
.fw .f-pl15 {
  padding-left: 15px !important;
}
.fw .f-pl20 {
  padding-left: 20px !important;
}
.fw .f-pl25 {
  padding-left: 25px !important;
}
.fw .f-pl30 {
  padding-left: 30px !important;
}
.fw .f-pl35 {
  padding-left: 35px !important;
}
.fw .f-pl40 {
  padding-left: 40px !important;
}
.fw .f-pl45 {
  padding-left: 45px !important;
}
.fw .f-pl50 {
  padding-left: 50px !important;
}
.fw .f-pl55 {
  padding-left: 55px !important;
}
.fw .f-pl60 {
  padding-left: 60px !important;
}
.fw .f-pl65 {
  padding-left: 65px !important;
}
.fw .f-pl70 {
  padding-left: 70px !important;
}
.fw .f-pl75 {
  padding-left: 75px !important;
}
.fw .f-pl80 {
  padding-left: 80px !important;
}
.fw .f-table {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.fw .f-table > :not(.f-table_row) {
  display: table-cell;
  vertical-align: middle;
}
.fw .f-table > .f-table_row {
  display: table-row;
}
.fw .f-table > .f-table_row > * {
  display: table-cell;
  vertical-align: middle;
}
.fw .f-table > .f-cell1,
.fw .f-table > .f-table_row > .f-cell1 {
  width: 8.3333333333%;
}
.fw .f-table > .f-cell2,
.fw .f-table > .f-table_row > .f-cell2 {
  width: 16.6666666667%;
}
.fw .f-table > .f-cell3,
.fw .f-table > .f-table_row > .f-cell3 {
  width: 25%;
}
.fw .f-table > .f-cell4,
.fw .f-table > .f-table_row > .f-cell4 {
  width: 33.3333333333%;
}
.fw .f-table > .f-cell5,
.fw .f-table > .f-table_row > .f-cell5 {
  width: 41.6666666667%;
}
.fw .f-table > .f-cell6,
.fw .f-table > .f-table_row > .f-cell6 {
  width: 50%;
}
.fw .f-table > .f-cell7,
.fw .f-table > .f-table_row > .f-cell7 {
  width: 58.3333333333%;
}
.fw .f-table > .f-cell8,
.fw .f-table > .f-table_row > .f-cell8 {
  width: 66.6666666667%;
}
.fw .f-table > .f-cell9,
.fw .f-table > .f-table_row > .f-cell9 {
  width: 75%;
}
.fw .f-table > .f-cell10,
.fw .f-table > .f-table_row > .f-cell10 {
  width: 83.3333333333%;
}
.fw .f-table > .f-cell11,
.fw .f-table > .f-table_row > .f-cell11 {
  width: 91.6666666667%;
}
.fw .f-table > .f-cell12,
.fw .f-table > .f-table_row > .f-cell12 {
  width: 100%;
}
.fw .f-table > .f-cell_fifth,
.fw .f-table > .f-table_row > .f-cell_fifth {
  width: 20%;
}
.fw .f-table .f-cell12,
.fw .f-table > .f-table_row .f-cell12 {
  display: inline-block;
}
@media screen and (max-width: 700px) {
  .fw .f-table > .f-cell1_s,
  .fw .f-table > .f-table_row > .f-cell1_s {
    width: 8.3333333333%;
  }
  .fw .f-table > .f-cell2_s,
  .fw .f-table > .f-table_row > .f-cell2_s {
    width: 16.6666666667%;
  }
  .fw .f-table > .f-cell3_s,
  .fw .f-table > .f-table_row > .f-cell3_s {
    width: 25%;
  }
  .fw .f-table > .f-cell4_s,
  .fw .f-table > .f-table_row > .f-cell4_s {
    width: 33.3333333333%;
  }
  .fw .f-table > .f-cell5_s,
  .fw .f-table > .f-table_row > .f-cell5_s {
    width: 41.6666666667%;
  }
  .fw .f-table > .f-cell6_s,
  .fw .f-table > .f-table_row > .f-cell6_s {
    width: 50%;
  }
  .fw .f-table > .f-cell7_s,
  .fw .f-table > .f-table_row > .f-cell7_s {
    width: 58.3333333333%;
  }
  .fw .f-table > .f-cell8_s,
  .fw .f-table > .f-table_row > .f-cell8_s {
    width: 66.6666666667%;
  }
  .fw .f-table > .f-cell9_s,
  .fw .f-table > .f-table_row > .f-cell9_s {
    width: 75%;
  }
  .fw .f-table > .f-cell10_s,
  .fw .f-table > .f-table_row > .f-cell10_s {
    width: 83.3333333333%;
  }
  .fw .f-table > .f-cell11_s,
  .fw .f-table > .f-table_row > .f-cell11_s {
    width: 91.6666666667%;
  }
  .fw .f-table > .f-cell12_s,
  .fw .f-table > .f-table_row > .f-cell12_s {
    width: 100%;
  }
  .fw .f-table > .f-cell_fifth_s,
  .fw .f-table > .f-table_row > .f-cell_fifth_s {
    width: 20%;
  }
  .fw .f-table .f-cell12_s,
  .fw .f-table > .f-table_row .f-cell12_s {
    display: inline-block;
  }
}
.fw table {
  border-collapse: collapse;
  border-spacing: 0;
}
.fw table td,
.fw table th {
  padding: 15px;
}
.fw table td.f-table_bg_gray,
.fw table th.f-table_bg_gray {
  background: #f7f7f7;
  color: #4d4d4d;
}
.fw table.f-table_horizon {
  width: 100%;
}
.fw table.f-table_horizon td,
.fw table.f-table_horizon th {
  border-bottom: 1px solid #ddd;
}
.fw table.f-table_horizon th {
  font-weight: bold;
}
.fw table.f-table_horizon thead td,
.fw table.f-table_horizon thead th {
  border-bottom: 2px solid #ddd;
}
.fw table.f-table_vertical {
  width: 100%;
}
.fw table.f-table_vertical th {
  border-right: 2px solid #ddd;
  font-weight: bold;
}
.fw table.f-table_vertical td {
  border-right: 1px solid #ddd;
}
.fw table.f-table_vertical td:last-child {
  border-right: none;
}
.fw table.f-table_around {
  width: 100%;
}
.fw table.f-table_around th {
  border: 1px solid #ddd;
  font-weight: bold;
}
.fw table.f-table_around td {
  border: 1px solid #ddd;
}
.fw table.f-table_around thead td,
.fw table.f-table_around thead th {
  border-bottom: 2px solid #ddd;
}
.fw table.f-table_stripe {
  width: 100%;
}
.fw table.f-table_stripe tbody tr:nth-child(odd) td,
.fw table.f-table_stripe tbody tr:nth-child(odd) th {
  background: #f7f7f7;
}
.fw table.f-table_cursor {
  width: 100%;
}
.fw table.f-table_cursor tbody tr:hover td {
  background: #e3e3e3;
}
.fw table.f-table_cursor tbody tr:hover:nth-child(odd) td {
  background: #e3e3e3 !important;
}
.fw table.f-table_break td,
.fw table.f-table_break th {
  width: 100% !important;
  display: block;
  margin-top: -1px;
}
@media screen and (max-width: 700px) {
  .fw table.f-table_break_s td,
  .fw table.f-table_break_s th {
    width: 100% !important;
    display: block;
    margin-top: -1px;
  }
}
.fw .f-table_responsive {
  overflow-x: auto;
  padding-bottom: 10px;
}
.fw .f-table_responsive::-webkit-scrollbar {
  height: 5px;
}
.fw .f-table_responsive::-webkit-scrollbar-thumb {
  background: #b2b1b1;
  border-radius: 5px;
}
.fw .f-table_responsive::-webkit-scrollbar-track-piece:start {
  background: #f7f7f7;
  border-radius: 5px;
}
.fw .f-table_responsive::-webkit-scrollbar-track-piece:end {
  background: #f7f7f7;
  border-radius: 5px;
}
.fw .f-table_responsive table {
  width: 980px;
}
.fw table tr > .f-cell1 {
  width: 8.3333333333%;
}
.fw table tr > .f-cell2 {
  width: 16.6666666667%;
}
.fw table tr > .f-cell3 {
  width: 25%;
}
.fw table tr > .f-cell4 {
  width: 33.3333333333%;
}
.fw table tr > .f-cell5 {
  width: 41.6666666667%;
}
.fw table tr > .f-cell6 {
  width: 50%;
}
.fw table tr > .f-cell7 {
  width: 58.3333333333%;
}
.fw table tr > .f-cell8 {
  width: 66.6666666667%;
}
.fw table tr > .f-cell9 {
  width: 75%;
}
.fw table tr > .f-cell10 {
  width: 83.3333333333%;
}
.fw table tr > .f-cell11 {
  width: 91.6666666667%;
}
.fw table tr > .f-cell12 {
  width: 100%;
}
.fw table tr > .f-cell_fifth {
  width: 20%;
}
.fw table tr > .f-cell1 {
  width: 8.3333333333%;
}
.fw table tr > .f-cell2 {
  width: 16.6666666667%;
}
.fw table tr > .f-cell3 {
  width: 25%;
}
.fw table tr > .f-cell4 {
  width: 33.3333333333%;
}
.fw table tr > .f-cell5 {
  width: 41.6666666667%;
}
.fw table tr > .f-cell6 {
  width: 50%;
}
.fw table tr > .f-cell7 {
  width: 58.3333333333%;
}
.fw table tr > .f-cell8 {
  width: 66.6666666667%;
}
.fw table tr > .f-cell9 {
  width: 75%;
}
.fw table tr > .f-cell10 {
  width: 83.3333333333%;
}
.fw table tr > .f-cell11 {
  width: 91.6666666667%;
}
.fw table tr > .f-cell12 {
  width: 100%;
}
.fw table tr > .f-cell_fifth {
  width: 20%;
}
.fw table tr .f-cell12 {
  display: inline-block;
}
@media screen and (max-width: 700px) {
  .fw table tr > .f-cell1_s {
    width: 8.3333333333%;
  }
  .fw table tr > .f-cell2_s {
    width: 16.6666666667%;
  }
  .fw table tr > .f-cell3_s {
    width: 25%;
  }
  .fw table tr > .f-cell4_s {
    width: 33.3333333333%;
  }
  .fw table tr > .f-cell5_s {
    width: 41.6666666667%;
  }
  .fw table tr > .f-cell6_s {
    width: 50%;
  }
  .fw table tr > .f-cell7_s {
    width: 58.3333333333%;
  }
  .fw table tr > .f-cell8_s {
    width: 66.6666666667%;
  }
  .fw table tr > .f-cell9_s {
    width: 75%;
  }
  .fw table tr > .f-cell10_s {
    width: 83.3333333333%;
  }
  .fw table tr > .f-cell11_s {
    width: 91.6666666667%;
  }
  .fw table tr > .f-cell12_s {
    width: 100%;
  }
  .fw table tr > .f-cell_fifth_s {
    width: 20%;
  }
  .fw table tr .f-cell12_s {
    display: inline-block;
  }
}
.fw .f-txt_left {
  text-align: left !important;
}
.fw .f-txt_center {
  text-align: center !important;
}
.fw .f-txt_right {
  text-align: right !important;
}
.fw .f-txt_red {
  color: #ea0a0a !important;
}
.fw .f-txt_blue {
  color: #2d72a7 !important;
}
.fw .f-txt_yellow {
  color: #ead805 !important;
}
.fw .f-txt_green {
  color: #9abc50 !important;
}
.fw .f-space_s {
  letter-spacing: -0.02em !important;
}
.fw .f-space_m {
  letter-spacing: 0.03em !important;
}
.fw .f-space_l {
  letter-spacing: 0.08em !important;
}
.fw .f-box {
  background: #f7f7f7;
  padding: 20px;
}
.fw .f-box_solid {
  border: 1px solid #ddd;
  padding: 20px;
}
.fw .f-box_dotted {
  border: 1px dotted #ddd;
  padding: 20px;
}
.fw .f-box_dashed {
  border: 1px dashed #ddd;
  padding: 20px;
}
.fw .a-title {
  font-size: 34px;
}
@media screen and (max-width: 700px) {
  .fw .a-title {
    font-size: 5vw;
  }
}
.fw .a-title--xxs {
  font-size: 26px;
}
@media screen and (max-width: 700px) {
  .fw .a-title--xxs {
    font-size: 3.8235294118vw;
  }
}
.fw .a-title--xs {
  font-size: 28px;
}
@media screen and (max-width: 700px) {
  .fw .a-title--xs {
    font-size: 4.1176470588vw;
  }
}
.fw .a-title--s {
  font-size: 30px;
}
@media screen and (max-width: 700px) {
  .fw .a-title--s {
    font-size: 4.4117647059vw;
  }
}
.fw .a-title--l {
  font-size: 40px;
}
@media screen and (max-width: 700px) {
  .fw .a-title--l {
    font-size: 5.8823529412vw;
  }
}
.fw .a-title--l--sp {
  font-size: 40px;
}
@media screen and (max-width: 700px) {
  .fw .a-title--l--sp {
    font-size: 5.8823529412vw;
  }
}
.fw .a-title--xl {
  font-size: 50px;
}
@media screen and (max-width: 700px) {
  .fw .a-title--xl {
    font-size: 7.3529411765vw;
  }
}
.fw .a-title--xxl--sp {
  font-size: 66px;
}
@media screen and (max-width: 700px) {
  .fw .a-title--xxl--sp {
    font-size: 9.7058823529vw;
  }
}
.fw .a-border-title {
  font-size: 60px;
  text-align: center;
  line-height: 1;
  padding: 60px 0;
  color: #b2a777;
  position: relative;
}
@media screen and (max-width: 700px) {
  .fw .a-border-title {
    font-size: 7.3529411765vw;
  }
}
@media screen and (max-width: 700px) {
  .fw .a-border-title {
    padding: 8.8235294118vw 0;
  }
}
.fw .a-border-title:after,
.fw .a-border-title:before {
  content: "";
  position: absolute;
  left: 50%;
  width: 1px;
  background-color: #b2a777;
  height: 60px;
}
@media screen and (max-width: 700px) {
  .fw .a-border-title:after,
  .fw .a-border-title:before {
    height: 8.8235294118vw;
  }
}
.fw .a-border-title:before {
  top: 0;
}
.fw .a-border-title:after {
  bottom: 0;
}
.fw .a-subtitle {
  font-size: 40px;
  line-height: 60px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 700px) {
  .fw .a-subtitle {
    font-size: 6.7647058824vw;
  }
}
@media screen and (max-width: 700px) {
  .fw .a-subtitle {
    line-height: 9.4117647059vw;
  }
}
.fw .a-text {
  font-size: 16px;
  line-height: 1.875;
}
@media screen and (max-width: 700px) {
  .fw .a-text {
    font-size: 3.6764705882vw;
  }
}
.fw .a-text--xs {
  font-size: 12px;
}
@media screen and (max-width: 700px) {
  .fw .a-text--xs {
    font-size: 1.7647058824vw;
  }
}
.fw .a-text--s {
  font-size: 14px;
}
@media screen and (max-width: 700px) {
  .fw .a-text--s {
    font-size: 2.0588235294vw;
  }
}
.fw .a-text--l {
  font-size: 18px;
}
@media screen and (max-width: 700px) {
  .fw .a-text--l {
    font-size: 3.5294117647vw;
  }
}
.fw .a-text--xl {
  font-size: 20px;
}
@media screen and (max-width: 700px) {
  .fw .a-text--xl {
    font-size: 5.8823529412vw;
  }
}
.fw .a-text--with-number {
  text-indent: -2em;
  padding-left: 2em;
}
.fw .a-text + .a-text {
  margin-top: 20px;
}
@media screen and (max-width: 700px) {
  .fw .a-text + .a-text {
    margin-top: 5.8823529412vw;
  }
}
.fw .a-color--main {
  color: #b2a777;
}
.fw .a-color--sub {
  color: #ffe65d;
}
.fw .a-color--white {
  color: #fff;
}
.fw .a-color--title {
  color: #776b34;
}
.fw .a-color--red {
  color: #c45353;
}
.fw .a-color--gold {
  color: #ddd4b3;
}
.fw .a-align--left {
  text-align: left;
}
.fw .a-align--right {
  text-align: right;
}
.fw .a-align--center {
  text-align: center;
}
@media screen and (max-width: 700px) {
  .fw .a-align--sp-left {
    text-align: left;
  }
}
.fw .a-font--bold {
  font-weight: bold;
}
.fw .a-font--number {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.fw .a-font--serif {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.fw .a-marker {
  display: inline-block;
  position: relative;
}
.fw .a-marker:before {
  content: "";
  display: block;
  width: 110%;
  height: 20px;
  background-color: #ffe65d;
  position: absolute;
  top: 1em;
  left: 50%;
  z-index: -1;
  transform: skewX(-30deg) translateX(-50%);
}
@media screen and (max-width: 700px) {
  .fw .a-marker:before {
    height: 2.9411764706vw;
  }
}
.fw .a-underline {
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 700px) {
  .fw .a-underline {
    margin-bottom: 5.8823529412vw;
  }
}
.fw .a-underline:before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #b2a777;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.fw .a-order-list {
  line-height: 1.6;
}
.fw .a-sub,
.fw .a-sup {
  font-size: 8px;
}
@media screen and (max-width: 700px) {
  .fw .a-sub,
  .fw .a-sup {
    font-size: 1.1764705882vw;
  }
}
@media screen and (max-width: 700px) {
  .fw .a-br--pc {
    display: none;
  }
}
.fw .a-br--sp {
  display: none;
}
@media screen and (max-width: 700px) {
  .fw .a-br--sp {
    display: inline;
  }
}
@media screen and (max-width: 700px) {
  .fw .a-pc {
    display: none;
  }
}
.fw .a-sp {
  display: none;
}
@media screen and (max-width: 700px) {
  .fw .a-sp {
    display: inline;
  }
}
@media screen and (max-width: 700px) {
  .fw .a-creating1 {
    width: 55vw;
  }
  .fw .a-problems {
    width: 40vw;
  }
  .fw .a-creating2 {
    width: 50vw;
  }
  .fw .a-solution {
    width: 35vw;
  }
  .fw .a-ownervoice {
    width: 50vw;
  }
  .fw .a-performance {
    width: 45vw;
  }
}
.fw .m-photoBox {
  margin-top: 30px;
}
@media screen and (max-width: 700px) {
  .fw .m-photoBox {
    margin-top: 4.4117647059vw;
  }
}
.fw .m-photoBox .photo {
  margin-bottom: 20px;
}
@media screen and (max-width: 700px) {
  .fw .m-photoBox .photo {
    margin-bottom: 2.9411764706vw;
  }
}
.fw .m-photoBox .photo img {
  display: block;
  width: 100%;
}
.fw .m-photoBox .title {
  margin-bottom: 20px;
  background-color: #b2a777;
  color: #fff;
  line-height: 33px;
  border-radius: 50px;
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 700px) {
  .fw .m-photoBox .title {
    margin-bottom: 2.9411764706vw;
  }
}
@media screen and (max-width: 700px) {
  .fw .m-photoBox .title {
    font-size: 2.6470588235vw;
  }
}
@media screen and (max-width: 700px) {
  .fw .m-photoBox .title {
    line-height: 4.8529411765vw;
  }
}
.fw .m-photoBox .text {
  font-size: 28px;
  line-height: 1.2;
}
@media screen and (max-width: 700px) {
  .fw .m-photoBox .text {
    font-size: 4.1176470588vw;
  }
}
.fw .m-photoBox .text--s {
  font-size: 20px;
  display: block;
}
@media screen and (max-width: 700px) {
  .fw .m-photoBox .text--s {
    font-size: 2.9411764706vw;
  }
}
.fw .m-messageBox,
.fw .m-messageBox--vertical {
  margin-top: 50px;
  padding: 30px 20px;
  margin-left: 0;
  margin-right: 0;
  text-align: left;
  background-color: #faf8f2;
}
@media screen and (max-width: 700px) {
  .fw .m-messageBox,
  .fw .m-messageBox--vertical {
    margin-top: 13.2352941176vw;
  }
}
@media screen and (max-width: 700px) {
  .fw .m-messageBox,
  .fw .m-messageBox--vertical {
    padding: 4.4117647059vw;
  }
}
@media screen and (max-width: 700px) {
  .fw .m-messageBox,
  .fw .m-messageBox--vertical {
    margin-left: -4.4117647059vw;
  }
}
@media screen and (max-width: 700px) {
  .fw .m-messageBox,
  .fw .m-messageBox--vertical {
    margin-right: -4.4117647059vw;
  }
}
.fw .m-messageBox--vertical .image,
.fw .m-messageBox .image {
  flex: 0 0 320px;
  position: relative;
}
.fw .m-messageBox--vertical .image__icon,
.fw .m-messageBox .image__icon {
  background-image: url("./../images/common/voice.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 64px;
  height: 85px;
  position: absolute;
  top: -30px;
  left: 20px;
  z-index: 10;
  padding-top: 10px;
  color: #fff;
  text-align: center;
  line-height: 1.1;
}
@media screen and (max-width: 700px) {
  .fw .m-messageBox--vertical .image__icon,
  .fw .m-messageBox .image__icon {
    width: 18.3823529412vw;
  }
}
@media screen and (max-width: 700px) {
  .fw .m-messageBox--vertical .image__icon,
  .fw .m-messageBox .image__icon {
    height: 24.5588235294vw;
  }
}
@media screen and (max-width: 700px) {
  .fw .m-messageBox--vertical .image__icon,
  .fw .m-messageBox .image__icon {
    top: -8.8235294118vw;
  }
}
@media screen and (max-width: 700px) {
  .fw .m-messageBox--vertical .image__icon,
  .fw .m-messageBox .image__icon {
    left: 5.1470588235vw;
  }
}
.fw .m-messageBox--vertical .image__icon span,
.fw .m-messageBox .image__icon span {
  display: block;
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 700px) {
  .fw .m-messageBox--vertical .image__icon span,
  .fw .m-messageBox .image__icon span {
    font-size: 7.9411764706vw;
  }
}
.fw .m-messageBox--vertical .image__caption,
.fw .m-messageBox .image__caption {
  text-align: center;
  padding: 20px 0;
  border-bottom: 1px solid #b2a777;
}
@media screen and (max-width: 700px) {
  .fw .m-messageBox--vertical .image__caption,
  .fw .m-messageBox .image__caption {
    padding: 4.4117647059vw 0;
  }
}
.fw .m-messageBox--vertical .content,
.fw .m-messageBox .content {
  flex: 1;
  padding: 20px 30px 20px 40px;
}
@media screen and (max-width: 700px) {
  .fw .m-messageBox--vertical .content,
  .fw .m-messageBox .content {
    padding: 4.4117647059vw 0;
  }
}
.fw .m-messageBox--vertical .content .content__title,
.fw .m-messageBox--vertical .content .content__title--name,
.fw .m-messageBox .content .content__title,
.fw .m-messageBox .content .content__title--name {
  margin-bottom: 30px;
  line-height: 1.4;
  color: #776b34;
  font-size: 20px;
}
@media screen and (max-width: 700px) {
  .fw .m-messageBox--vertical .content .content__title,
  .fw .m-messageBox--vertical .content .content__title--name,
  .fw .m-messageBox .content .content__title,
  .fw .m-messageBox .content .content__title--name {
    margin-bottom: 4.4117647059vw;
  }
}
@media screen and (max-width: 700px) {
  .fw .m-messageBox--vertical .content .content__title,
  .fw .m-messageBox--vertical .content .content__title--name,
  .fw .m-messageBox .content .content__title,
  .fw .m-messageBox .content .content__title--name {
    font-size: 5.8823529412vw;
  }
}
.fw .m-messageBox--vertical .content__title--name,
.fw .m-messageBox .content__title--name {
  font-size: 26px !important;
}
@media screen and (max-width: 700px) {
  .fw .m-messageBox--vertical .content__title--name,
  .fw .m-messageBox .content__title--name {
    color: #776b34 !important;
    font-size: 4.4117647059vw !important;
    text-align: center !important;
    padding: 20px 0;
    border-bottom: 1px solid #b2a777;
  }
}
@media screen and (max-width: 700px) and (max-width: 700px) {
  .fw .m-messageBox--vertical .content__title--name,
  .fw .m-messageBox .content__title--name {
    padding: 1.4705882353vw 0 4.4117647059vw;
  }
}
.fw .m-messageBox--vertical .content > dl > dt,
.fw .m-messageBox .content > dl > dt {
  margin-left: -0.5em;
}
.fw .m-messageBox {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: stretch;
  box-shadow: 5px 5px 0 rgba(112, 112, 112, 0.2);
}
@media screen and (max-width: 700px) {
  .fw .m-messageBox {
    display: block;
    box-shadow: none;
  }
}
.fw .m-messageBox--vertical {
  padding: 10px 30px 30px 0;
}
@media screen and (max-width: 700px) {
  .fw .m-messageBox--vertical {
    padding: 0;
  }
}
@media screen and (min-width: 701px) {
  .fw .m-messageBox--vertical {
    box-shadow: 5px 5px 0 rgba(112, 112, 112, 0.2);
  }
}
.fw .m-messageBox--vertical .content {
  padding: 20px 0 20px 0;
}
@media screen and (max-width: 700px) {
  .fw .m-messageBox--vertical .content {
    padding: 4.4117647059vw 0;
  }
}
.fw .m-timeline li {
  position: relative;
  padding-left: 9em;
}
.fw .m-timeline li .date {
  position: absolute;
  top: 0;
  left: 0;
}
.fw .m-subtitle-box {
  padding: 70px 0;
  text-align: center;
}
@media screen and (max-width: 700px) {
  .fw .m-subtitle-box {
    padding: 11.7647058824vw 0;
  }
}
.fw .m-subtitle-box .engsub {
  font-size: 30px;
}
@media screen and (max-width: 700px) {
  .fw .m-subtitle-box .engsub {
    font-size: 5vw;
  }
}
.fw .m-reasonBox {
  background-color: #fff;
  margin-bottom: 80px;
}
@media screen and (max-width: 700px) {
  .fw .m-reasonBox {
    margin-bottom: 2.9411764706vw;
  }
}
.fw .m-reasonBox__title {
  padding: 30px 20px 20px;
  font-size: 20px;
  text-align: center;
  color: #776b34;
  line-height: 1.4;
}
@media screen and (max-width: 700px) {
  .fw .m-reasonBox__title {
    padding: 5.8823529412vw 2.9411764706vw 4.4117647059vw;
  }
}
@media screen and (max-width: 700px) {
  .fw .m-reasonBox__title {
    font-size: 4.4117647059vw;
  }
}
.fw .m-reasonBox__text {
  padding: 0 20px 20px;
  text-align: left;
}
@media screen and (max-width: 700px) {
  .fw .m-reasonBox__text {
    padding: 0 2.9411764706vw 2.9411764706vw;
  }
}
.fw .m-borderBox {
  border: 1px solid #b2a777;
  padding: 50px 40px 40px;
  text-align: center;
  margin-top: 70px;
  position: relative;
  color: #776b34;
}
@media screen and (max-width: 700px) {
  .fw .m-borderBox {
    padding: 4.4117647059vw;
  }
}
@media screen and (max-width: 700px) {
  .fw .m-borderBox {
    margin-top: 14.7058823529vw;
  }
}
.fw .m-borderBox__title {
  font-size: 20px;
  text-align: center;
  position: absolute;
  padding: 0 20px;
  background-color: #f8f7f0;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
@media screen and (max-width: 700px) {
  .fw .m-borderBox__title {
    font-size: 4.1176470588vw;
  }
}
@media screen and (max-width: 700px) {
  .fw .m-borderBox__title {
    padding: 0 2.9411764706vw;
  }
}
@media screen and (max-width: 700px) {
  .fw .m-borderBox__strong {
    font-size: 6.4705882353vw;
    margin-bottom: 1.4705882353vw;
  }
}
.fw .m-borderBox__text {
  font-size: 30px;
  text-align: center;
}
@media screen and (max-width: 700px) {
  .fw .m-borderBox__text {
    font-size: 4.4117647059vw;
  }
}
.fw .o-footer .p-company {
  line-height: 1.5;
}
.fw .o-footer .p-company > p {
  margin-top: 50px;
  font-size: 14px;
}
.fw .o-footer .p-company .p-infor {
  margin-top: 50px;
}
.fw .o-footer .p-company .p-infor h2 {
  padding: 10px;
  background: #c4c4c4;
  font-size: 22px;
  color: #ffffff;
}
.fw .o-footer .p-company .p-infor table {
  width: 100%;
  border-collapse: collapse;
}
.fw .o-footer .p-company .p-infor table td,
.fw .o-footer .p-company .p-infor table th {
  border-bottom: solid 2px #c4c4c4;
  padding: 30px 0 30px 0;
  vertical-align: top;
  font-size: 14px;
}
.fw .o-footer .p-company .p-infor table tr.last td,
.fw .o-footer .p-company .p-infor table tr.last th {
  border-bottom: 0;
}
.fw .o-footer .p-company .p-infor table th {
  width: 100px;
}
.fw .o-footer .p-company .p-infor table td b {
  font-size: 18px;
}
.fw .o-footer .p-company .p-infor table td p + p {
  margin-top: 10px;
}
.fw .o-footer .p-company .p-infor table iframe {
  margin-top: 1em;
  margin-bottom: 0.5em;
  border: none;
}
@media screen and (max-width: 700px) {
  .fw .o-footer .p-company .p-infor table.first td img {
    float: right;
    padding-left: 10px;
  }
}
@media screen and (min-width: 701px) {
  .fw .o-footer .p-company .p-infor table.first {
    position: relative;
    padding-bottom: 20px;
  }
  .fw .o-footer .p-company .p-infor table.first td,
  .fw .o-footer .p-company .p-infor table.first th {
    display: block;
    width: auto;
  }
  .fw .o-footer .p-company .p-infor table.first th {
    padding-bottom: 5px;
    border-bottom: 0;
  }
  .fw .o-footer .p-company .p-infor table.first td {
    padding-top: 0;
    padding-bottom: 40px;
  }
  .fw .o-footer .p-company .p-infor table.first td img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -15px;
    width: 80px;
  }
}
@media screen and (min-width: 701px) {
  .fw .o-footer .p-company .p-infor table.map td,
  .fw .o-footer .p-company .p-infor table.map th {
    display: block;
    width: auto;
  }
  .fw .o-footer .p-company .p-infor table.map th {
    padding-bottom: 5px;
    border-bottom: 0;
  }
  .fw .o-footer .p-company .p-infor table.map td {
    padding-top: 0;
    padding-bottom: 40px;
  }
}
.fw .o-footer .p-company .p-infor_box {
  display: table;
  width: 100%;
}
.fw .o-footer .p-company .p-infor_left {
  display: table-cell;
  padding-right: 15px;
  width: 50%;
}
@media screen and (max-width: 700px) {
  .fw .o-footer .p-company .p-infor_left {
    padding-right: 0;
  }
}
@media screen and (max-width: 700px) {
  .fw .o-footer .p-company .p-infor_left {
    width: auto;
  }
}
.fw .o-footer .p-company .p-infor_left table {
  width: 100%;
}
.fw .o-footer .p-company .p-infor_left table th {
  width: 80px;
}
.fw .o-footer .p-company .p-infor_right {
  display: table-cell;
  vertical-align: top;
  padding-left: 15px;
  padding-top: 30px;
  width: 50%;
}
@media screen and (max-width: 700px) {
  .fw .o-footer .p-company .p-infor_right {
    padding-left: 0;
  }
}
@media screen and (max-width: 700px) {
  .fw .o-footer .p-company .p-infor_right {
    padding-top: 0;
  }
}
@media screen and (max-width: 700px) {
  .fw .o-footer .p-company .p-infor_right {
    width: auto;
  }
}
.fw .o-footer .p-company .p-infor_right table td,
.fw .o-footer .p-company .p-infor_right table th {
  padding: 10px 10px 10px 0;
}
.fw .o-footer .p-company .p-entry {
  margin-top: 50px;
}
.fw .o-footer .p-company .p-entry p {
  margin-top: 0;
  text-align: center;
  font-size: 18px;
}
.fw .o-footer .p-company .p-entry ul {
  margin-top: 1em;
  display: table;
}
.fw .o-footer .p-company .p-entry ul li {
  display: table-cell;
}
.fw .o-footer .p-company .p-entry ul li a {
  display: table-cell;
  width: 290px;
  height: 100px;
  font-size: 26px;
}
.fw .o-footer .p-company .p-entry_box {
  display: table;
  width: 100%;
}
.fw .o-footer .p-company .p-entry_left {
  display: table-cell;
}
.fw .o-footer .p-company .p-entry_left ul li {
  padding-right: 20px;
}
.fw .o-footer .p-company .p-entry_left p {
  color: #00bfba;
}
.fw .o-footer .p-company .p-entry_right {
  display: table-cell;
}
.fw .o-footer .p-company .p-entry_right p {
  color: #3ab8f2;
}
.fw .o-footer .p-pagebtm .inner {
  padding-bottom: 10px;
}
.fw .o-footer .p-pagebtm .inner .m-pict_box table th {
  width: 5em;
}
.fw .o-footer .p-pagebtm .inner .a-notes {
  margin-top: 50px;
}
.fw .o-footer .copyright {
  padding: 40px 20px;
  background: #f5f5f5;
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
  margin-top: 90px;
}
@media screen and (max-width: 700px) {
  .fw .o-footer .copyright {
    padding: 20px;
    background: #f5f5f5;
    text-align: center;
    font-size: 10px;
    line-height: 1.6;
    margin-top: 30px;
  }
  .fw .o-footer .p-company > p {
    margin-top: 30px;
    font-size: 12px;
  }
  .fw .o-footer .p-company .p-infor_left {
    display: block;
    width: auto;
  }
  .fw .o-footer .p-company .p-infor_right {
    display: block;
    width: auto;
  }
  .fw .o-footer .p-company .p-infor h2 {
    padding: 8px;
    background: #c4c4c4;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
  }
  .fw .o-footer .p-company .p-infor iframe {
    width: 100%;
  }
  .fw .o-footer .p-company .p-infor table {
    width: 100%;
  }
  .fw .o-footer .p-company .p-infor table td,
  .fw .o-footer .p-company .p-infor table th {
    border-bottom: solid 2px #c4c4c4;
    padding: 10px;
    vertical-align: top;
    font-size: 12px;
  }
  .fw .o-footer .p-company .p-infor table td b,
  .fw .o-footer .p-company .p-infor table th b {
    font-size: 12px;
  }
  .fw .o-footer .p-company .p-infor table th {
    width: 7em;
  }
  .fw .o-footer .p-company .p-infor table tr.a-clm_clear td,
  .fw .o-footer .p-company .p-infor table tr.a-clm_clear th {
    display: block;
    width: auto;
  }
  .fw .o-footer .p-company .p-infor table tr.a-clm_clear th {
    padding-bottom: 0;
    border-bottom: none;
  }
  .fw .o-footer .p-company .p-infor table tr.a-clm_clear td {
    padding-top: 0;
  }
  .fw .o-footer .p-company .p-infor table iframe {
    margin-top: 1em;
    margin-bottom: 0.5em;
    border: none;
  }
  .fw .o-footer .p-company .p-entry {
    margin-top: 50px;
  }
  .fw .o-footer .p-company .p-entry p {
    margin-top: 1em;
    text-align: center;
    font-size: 12px;
  }
  .fw .o-footer .p-company .p-entry p img {
    width: 100%;
    height: auto;
  }
  .fw .o-footer .p-company .p-entry ul {
    margin-top: 0;
  }
  .fw .o-footer .p-company .p-entry ul li {
    margin-top: 1em;
  }
  .fw .o-footer .p-company .p-entry ul li a {
    padding: 20px;
    font-size: 12px;
  }
  .fw .o-footer .p-company .p-entry p {
    color: #00bfba;
  }
  .fw .o-footer .p-company .p-entry_right p {
    color: #3ab8f2;
  }
  .fw .o-footer .p-pagebtm .f-inner .m-pict_box table th {
    width: 4em;
  }
  .fw .o-footer .p-pagebtm .f-inner .a-notes {
    margin-top: 30px;
  }
}
.fw .o-cv {
  background-color: #383737;
}
.fw .o-cv__title {
  color: #ddd4b1;
  font-size: 26px;
  line-height: 80px;
  text-align: center;
}
@media screen and (max-width: 700px) {
  .fw .o-cv__title {
    font-size: 2.6470588235vw;
  }
}
@media screen and (max-width: 700px) {
  .fw .o-cv__title {
    line-height: 8.8235294118vw;
    background-color: #222;
  }
}
.fw .o-cv__data {
  padding: 0 50px 25px;
}
@media screen and (max-width: 700px) {
  .fw .o-cv__data {
    padding: 0 2.9411764706vw 2.9411764706vw;
  }
}
.fw .o-cv__link {
  display: block;
  padding: 20px 30px;
  color: #fff;
  line-height: 28px;
  font-size: 24px;
  border: 1px solid #ddd4b1;
  background-image: url("./../images/common/cv_arrow.svg");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right 20px center;
}
@media screen and (max-width: 700px) {
  .fw .o-cv__link {
    padding: 2.9411764706vw 1.4705882353vw;
  }
}
@media screen and (max-width: 700px) {
  .fw .o-cv__link {
    font-size: 4.1176470588vw;
  }
}
@media screen and (max-width: 700px) {
  .fw .o-cv__link {
    background-size: 8.2838235294vw;
    background-position: right 2.9411764706vw center;
    margin-top: 2.9411764706vw;
    box-shadow: 0 1.1764705882vw 0 #1f1f1f;
  }
}
.fw .o-cv__link span.ye {
  color: #edcc41;
}
.fw {
  min-width: 980px;
  overflow: hidden;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI",
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
    "ＭＳ Ｐゴシック", sans-serif;
  color: #4d4d4d;
  font-size: 16px;
  line-height: 1.8;
}
.fw #container #contents {
  float: left;
  width: 980px;
}
.fw #container #contents.f-max {
  float: inherit;
  width: auto;
  margin: 0 auto;
}
.fw #container #side {
  width: 220px;
  float: right;
}
@media screen and (max-width: 700px) {
  .fw .f-inner {
    width: 100%;
    margin: 0;
    padding: 0 4.4117647059vw;
  }
}
@media screen and (max-width: 700px) {
  .fw {
    min-width: 320px;
    font-size: 3.6764705882vw;
    line-height: 1.6;
  }
  .fw #container #contents {
    float: inherit;
    width: 100%;
  }
  .fw #container #contents.f-max {
    float: inherit;
    width: 100%;
  }
  .fw #container #side {
    width: initial;
    float: inherit;
  }
}
.fw .p-kv .kv-inner {
  background-image: url("./../images/kv/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: calc(100vh - 170px);
  min-height: 885px;
  position: relative;
}
@media screen and (max-width: 700px) {
  .fw .p-kv .kv-inner {
    height: calc(100vh - 111vw);
  }
}
@media screen and (max-width: 700px) {
  .fw .p-kv .kv-inner {
    min-height: 0;
  }
}
.fw .p-kv .kv-inner:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.fw .p-kv .titleBox {
  color: #fff;
  width: 827px;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(34, 34, 34, 0.8);
  padding: 50px;
  text-align: center;
}
@media screen and (max-width: 700px) {
  .fw .p-kv .titleBox {
    width: 73.5294117647vw;
  }
}
@media screen and (max-width: 700px) {
  .fw .p-kv .titleBox {
    height: 73.5294117647vw;
  }
}
@media screen and (max-width: 700px) {
  .fw .p-kv .titleBox {
    padding: 5.2941176471vw;
  }
}
.fw .p-kv .titleBox__logo {
  margin-bottom: 30px;
}
@media screen and (max-width: 700px) {
  .fw .p-kv .titleBox__logo {
    margin-bottom: 5.8823529412vw;
  }
}
@media screen and (max-width: 700px) {
  .fw .p-kv .titleBox__logo {
    width: 15.8823529412vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.fw .p-kv .titleBox__subtitle {
  display: block;
  font-size: 33px;
  margin-bottom: 10px;
  line-height: 1.2;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (max-width: 700px) {
  .fw .p-kv .titleBox__subtitle {
    font-size: 4.1176470588vw;
  }
}
@media screen and (max-width: 700px) {
  .fw .p-kv .titleBox__subtitle {
    margin-bottom: 2.9411764706vw;
  }
}
.fw .p-kv .titleBox__title {
  display: block;
  font-size: 100px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.2;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (max-width: 700px) {
  .fw .p-kv .titleBox__title {
    font-size: 8.8235294118vw;
  }
}
@media screen and (max-width: 700px) {
  .fw .p-kv .titleBox__title {
    margin-bottom: 2.9411764706vw;
  }
}
.fw .p-kv .titleBox__engsub {
  color: #edcc41;
  font-size: 24px;
  margin-bottom: 20px;
}
@media screen and (max-width: 700px) {
  .fw .p-kv .titleBox__engsub {
    font-size: 3.5294117647vw;
  }
}
@media screen and (max-width: 700px) {
  .fw .p-kv .titleBox__engsub {
    margin-bottom: 2.9411764706vw;
  }
}
.fw .p-kv .titleBox__point-list {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
.fw .p-kv .titleBox__point-item {
  width: 122px;
  height: 122px;
  border: 1px solid #edcc41;
  color: #edcc41;
  font-size: 20px;
  line-height: 28px;
  border-radius: 50%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
}
@media screen and (max-width: 700px) {
  .fw .p-kv .titleBox__point-item {
    width: 16.3235294118vw;
  }
}
@media screen and (max-width: 700px) {
  .fw .p-kv .titleBox__point-item {
    height: 16.3235294118vw;
  }
}
@media screen and (max-width: 700px) {
  .fw .p-kv .titleBox__point-item {
    font-size: 2.6470588235vw;
  }
}
@media screen and (max-width: 700px) {
  .fw .p-kv .titleBox__point-item {
    margin: 0 1.4705882353vw;
  }
}
@media screen and (max-width: 700px) {
  .fw .p-kv .titleBox__point-item {
    line-height: 3.6764705882vw;
  }
}
.fw .p-kv .medal {
  width: 250px;
  height: 250px;
  background-color: #222222;
  border-radius: 50%;
  border: 1px solid #edcc41;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  color: #edcc41;
  text-align: center;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(320px);
  padding-top: 20px;
}
@media screen and (max-width: 700px) {
  .fw .p-kv .medal {
    width: 29.4117647059vw;
  }
}
@media screen and (max-width: 700px) {
  .fw .p-kv .medal {
    height: 29.4117647059vw;
  }
}
@media screen and (max-width: 700px) {
  .fw .p-kv .medal {
    top: 5.8823529412vw;
  }
}
@media screen and (max-width: 700px) {
  .fw .p-kv .medal {
    left: 68vw;
  }
}
@media screen and (max-width: 700px) {
  .fw .p-kv .medal {
    padding-top: 0.7352941176vw;
  }
}
@media screen and (max-width: 700px) {
  .fw .p-kv .medal {
    transform: none;
  }
}
.fw .p-kv .medal__item {
  line-height: 1.2;
}
.fw .p-kv .medal__item + .medal__item {
  margin-top: 10px;
}
@media screen and (max-width: 700px) {
  .fw .p-kv .medal__item + .medal__item {
    margin-top: 1.4705882353vw;
  }
}
.fw .p-kv .medal__title {
  font-size: 22px;
}
@media screen and (max-width: 700px) {
  .fw .p-kv .medal__title {
    font-size: 2.6470588235vw;
  }
}
.fw .p-kv .medal__data {
  font-size: 26px;
}
@media screen and (max-width: 700px) {
  .fw .p-kv .medal__data {
    font-size: 3.2352941176vw;
  }
}
.fw .p-kv .medal__num {
  font-size: 44px;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
}
@media screen and (max-width: 700px) {
  .fw .p-kv .medal__num {
    font-size: 4.7058823529vw;
  }
}
.fw .p-kv .medal__note {
  font-size: 14px;
  padding-top: 5px;
}
@media screen and (max-width: 700px) {
  .fw .p-kv .medal__note {
    font-size: 1.7647058824vw;
  }
}
@media screen and (max-width: 700px) {
  .fw .p-kv .medal__note {
    padding-top: 0.7352941176vw;
  }
}
.fw .p-kv .man {
  position: absolute;
  bottom: 0;
  z-index: 0;
  left: 50%;
  width: 320px;
  transform: translateX(240px);
}
@media screen and (max-width: 700px) {
  .fw .p-kv .man {
    left: 2.9411764706vw;
  }
}
@media screen and (max-width: 700px) {
  .fw .p-kv .man {
    width: 40.4411764706vw;
  }
}
.fw .p-problems {
  padding-bottom: 150px;
}
@media screen and (max-width: 700px) {
  .fw .p-problems {
    padding-bottom: 14.7058823529vw;
  }
}
.fw .p-problems__message {
  padding-bottom: 462px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 700px) {
  .fw .p-problems__message {
    padding-bottom: 67.9411764706vw;
  }
}
@media screen and (max-width: 700px) {
  .fw .p-problems__message {
    text-align: left;
  }
}
.fw .p-problems__message:after {
  content: "";
  display: block;
  width: 100%;
  height: 362px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url("./../images/problems/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 700px) {
  .fw .p-problems__message:after {
    height: 53.2352941176vw;
  }
}
@media screen and (max-width: 700px) {
  .fw .p-problems__message:after {
    background-image: url("./../images/problems/bg_sp.jpg");
  }
}
@media screen and (max-width: 700px) {
  .fw .p-problems__points-inner {
    padding: 0;
  }
}
.fw .p-problems__points .point__item {
  border: 1px solid #b2a777;
}
.fw .p-problems__points .point__item + .point__item {
  margin-top: 80px;
}
@media screen and (max-width: 700px) {
  .fw .p-problems__points .point__item + .point__item {
    margin-top: 11.7647058824vw;
  }
}
@media screen and (max-width: 700px) {
  .fw .p-problems__points .point__item {
    border-left: 0;
    border-right: 0;
  }
}
.fw .p-problems__points .point__titleBox {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.fw .p-problems__points .point__titleBox:hover {
  opacity: 0.8;
}
.fw .p-problems__points .point__titleBox:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background-image: url("./../images/problems/arrow_closed.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 700px) {
  .fw .p-problems__points .point__titleBox:after {
    bottom: -0.2941176471vw;
  }
}
@media screen and (max-width: 700px) {
  .fw .p-problems__points .point__titleBox:after {
    right: 50%;
  }
}
@media screen and (max-width: 700px) {
  .fw .p-problems__points .point__titleBox:after {
    width: 10.2941176471vw;
  }
}
@media screen and (max-width: 700px) {
  .fw .p-problems__points .point__titleBox:after {
    height: 5.2941176471vw;
  }
}
@media screen and (max-width: 700px) {
  .fw .p-problems__points .point__titleBox:after {
    transform: translateX(50%);
    background-image: url("./../images/problems/arrow_closed_sp.png");
  }
}
.fw .p-problems__points .point__titleBox.active:after {
  background-image: url("./../images/problems/arrow_opened.png");
}
@media screen and (max-width: 700px) {
  .fw .p-problems__points .point__titleBox.active:after {
    background-image: url("./../images/problems/arrow_opened_sp.png");
  }
}
.fw .p-problems__points .point__title-image {
  flex: 0;
}
@media screen and (max-width: 700px) {
  .fw .p-problems__points .point__title-image {
    flex: 1;
  }
}
.fw .p-problems__points .point__title {
  flex: 1;
  padding: 0 40px 0 80px;
  position: relative;
  font-size: 30px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 700px) {
  .fw .p-problems__points .point__title {
    padding: 4.4117647059vw 5.8823529412vw 7.0588235294vw 11.7647058824vw;
  }
}
@media screen and (max-width: 700px) {
  .fw .p-problems__points .point__title {
    font-size: 4.2647058824vw;
  }
}
.fw .p-problems__points .point__title-num {
  font-size: 50px;
  line-height: 1;
  display: inline-block;
  position: absolute;
  top: 45%;
  left: 30px;
  transform: translateY(-50%);
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 700px) {
  .fw .p-problems__points .point__title-num {
    font-size: 6.6176470588vw;
  }
}
@media screen and (max-width: 700px) {
  .fw .p-problems__points .point__title-num {
    top: 7.5vw;
  }
}
@media screen and (max-width: 700px) {
  .fw .p-problems__points .point__title-num {
    left: 4.4117647059vw;
  }
}
.fw .p-problems__points .point__content {
  border-top: 1px solid #b2a777;
}

.fw .p-problems__points .point__content .checkpoint {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}
.fw .p-problems__points .point__content .checkpoint + .checkpoint {
  margin-top: 40px;
}
@media screen and (max-width: 700px) {
  .fw .p-problems__points .point__content .checkpoint + .checkpoint {
    margin-top: 7vw;
  }
}
.fw .p-problems__points .point__content .checkpoint__title {
  display: inline-block;
  background-color: #3A6888;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  padding: 0 10px;
  border-radius: 5px;
  max-width: 20%;
}
@media screen and (max-width: 700px) {
  .fw .p-problems__points .point__content .checkpoint__title {
    font-size: 3.8235294118vw;
  }
}
@media screen and (max-width: 700px) {
  .fw .p-problems__points .point__content .checkpoint__title {
    padding: 0 2.9411764706vw;
  }
}
@media screen and (max-width: 700px) {
  .fw .p-problems__points .point__content .checkpoint__title {
    line-height: 6.1764705882vw;
  }
}
.fw .p-problems__points .point__content .checkpoint__data {
  display: block;
  max-width: 80%;
}
.fw .p-problems__points .point__content .checkpoint__text {
  font-size: 26px;
  margin-bottom: 10px;
  margin-top: 0;
  color: #3A6888;
  line-height: 1;

}
@media screen and (max-width: 700px) {
  .fw .p-problems__points .point__content .checkpoint__text {
    font-size: 4.7058823529vw;
    margin-bottom: 2.4117647059vw;
  }
}
.fw .p-problems__points .point__content .checkpoint__figure {
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 700px) {
  .fw .p-problems__points .point__content .checkpoint__figure {
    margin-top: 8.8235294118vw;
  }
}
@media screen and (max-width: 700px) {
  .fw
    .p-problems__points
    .point__content
    .checkpoint__figure
    > figure
    + figure {
    margin-top: 8.8235294118vw;
  }
}
.fw .p-problems__points .point__content .checkpoint__figure .caption {
  font-size: 18px;
  font-weight: 700;
  color: #776b34;
  text-align: left;
  margin-bottom: 10px;
}
@media screen and (max-width: 700px) {
  .fw .p-problems__points .point__content .checkpoint__figure .caption {
    font-size: 3.2352941176vw;
  }
}
@media screen and (max-width: 700px) {
  .fw .p-problems__points .point__content .checkpoint__figure .caption {
    margin-bottom: 2.9411764706vw;
  }
}
.fw .p-problems__points .point__content .checkpoint__figure .note {
  font-size: 8px;
  text-align: right;
  margin-top: 10px;
}
@media screen and (max-width: 700px) {
  .fw .p-problems__points .point__content .checkpoint__figure .note {
    font-size: 1.7647058824vw;
  }
}
@media screen and (max-width: 700px) {
  .fw .p-problems__points .point__content .checkpoint__figure .note {
    margin-top: 2.9411764706vw;
  }
}
.fw .p-problems__points .point__content .checkpoint__figure .figure-title {
  background-color: #b2a777;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 23px;
  margin-bottom: 20px;
  padding: 5px 0;
}
@media screen and (max-width: 700px) {
  .fw .p-problems__points .point__content .checkpoint__figure .figure-title {
    font-size: 3.5294117647vw;
  }
}
@media screen and (max-width: 700px) {
  .fw .p-problems__points .point__content .checkpoint__figure .figure-title {
    margin-bottom: 2.9411764706vw;
  }
}
@media screen and (max-width: 700px) {
  .fw .p-problems__points .point__content .checkpoint__figure .figure-title {
    padding: 0.7352941176vw 0;
  }
}
@media screen and (max-width: 700px) {
  .fw .p-problems__points .point__content .checkpoint__figure .figure-title {
    line-height: 4.2647058824vw;
  }
}
.fw .p-problems__points .point__content .checkpoint__point {
  font-size: 24px;
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 700px) {
  .fw .p-problems__points .point__content .checkpoint__point {
    font-size: 4.1176470588vw;
  }
}
@media screen and (max-width: 700px) {
  .fw .p-problems__points .point__content .checkpoint__point {
    margin-top: 5.8823529412vw;
  }
}
@media screen and (max-width: 700px) {
  .fw .p-problems__points .point__content .checkpoint__point {
    line-height: 1.2;
  }
}
.fw .p-problems__points .point__content .checkpoint__point span {
  color: #c45353;
}
.fw .p-problems__points .point__content .checkpoint__point span strong {
  font-size: 40px;
  font-weight: 700;
}
@media screen and (max-width: 700px) {
  .fw .p-problems__points .point__content .checkpoint__point span strong {
    font-size: 7.0588235294vw;
  }
}
.fw .p-problems__points .point .inner {
  padding: 40px;
  position: relative;
}
@media screen and (max-width: 700px) {
  .fw .p-problems__points .point .inner {
    padding: 14.7058823529vw 2.9411764706vw;
  }
}
.fw .p-problems__points .point .inner:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
}
.fw .p-problems__points .point .inner:before {
  margin-left: -20px;
  left: 50%;
  bottom: -19px;
  border-top: 20px solid #fff;
  border-right: 20px solid transparent !important;
  border-left: 20px solid transparent !important;
}
@media screen and (max-width: 700px) {
  .fw .p-problems__points .point .inner {
    background-size: auto 167.9411764706vw;
    position: relative;
  }
  .fw .p-problems__points .point .inner:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
  }
  .fw .p-problems__points .point .inner:before {
    margin-left: -5.8823529412vw;
    left: 50%;
    bottom: -4.8823529412vw;
    border-top: 5.8823529412vw solid #fff;
    border-right: 5.8823529412vw solid transparent !important;
    border-left: 5.8823529412vw solid transparent !important;
  }
}
.fw .p-problems__points .point .message {
  background-color: #f0efea;
  padding: 40px;
  text-align: center;
  font-size: 24px;
}
@media screen and (max-width: 700px) {
  .fw .p-problems__points .point .message {
    padding: 8.8235294118vw 5.1470588235vw;
  }
}
@media screen and (max-width: 700px) {
  .fw .p-problems__points .point .message {
    font-size: 4.7058823529vw;
  }
}
.fw .p-problems__points .point .message__note {
  font-size: 16px;
  margin-top: 0;
}
@media screen and (max-width: 700px) {
  .fw .p-problems__points .point .message__note {
    font-size: 2.3529411765vw;
  }
}
@media screen and (max-width: 700px) {
  .fw .p-problems__points .point .message__note {
    margin-top: 1.4705882353vw;
  }
}
.fw .p-solution {
  background-color: #f8f7f0;
  padding: 362px 0 140px;
  position: relative;
}
@media screen and (max-width: 700px) {
  .fw .p-solution {
    padding: 53.2352941176vw 0 14.7058823529vw;
  }
}
.fw .p-solution:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 362px;
  width: 100%;
  background-image: url("./../images/solution/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 700px) {
  .fw .p-solution:before {
    height: 53.2352941176vw;
  }
}
@media screen and (max-width: 700px) {
  .fw .p-solution:before {
    background-image: url("./../images/solution/bg_sp.jpg");
  }
}
.fw .p-solution__inner-section {
  text-align: center;
}
.fw .p-solution__inner-section + .p-solution__inner-section {
  margin-top: 30px;
}
@media screen and (max-width: 700px) {
  .fw .p-solution .cycle {
    margin-top: 8.8235294118vw;
  }
}
.fw .p-solution .arrow-text {
  font-size: 30px;
  padding: 30px 0;
  text-align: center;
  color: #776b34;
  line-height: 38px;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 700px) {
  .fw .p-solution .arrow-text {
    font-size: 4.7058823529vw;
  }
}
@media screen and (max-width: 700px) {
  .fw .p-solution .arrow-text {
    padding: 5.1470588235vw 0 6.6176470588vw;
  }
}
@media screen and (max-width: 700px) {
  .fw .p-solution .arrow-text {
    margin-bottom: 4.4117647059vw;
  }
}
@media screen and (max-width: 700px) {
  .fw .p-solution .arrow-text {
    line-height: 6.1764705882vw;
    margin-top: 5.8823529412vw;
  }
}
.fw .p-solution .arrow-text span {
  display: block;
  background-color: #f8f7f0;
  position: relative;
  z-index: 1;
}
.fw .p-solution .arrow-text:before {
  content: "";
  height: 100%;
  width: 18.71px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url("./../images/solution/arrow.svg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
  z-index: 0;
}
.fw .p-ownersVoice {
  padding: 362px 0 140px;
  position: relative;
}
@media screen and (max-width: 700px) {
  .fw .p-ownersVoice {
    padding: 53.2352941176vw 0 14.7058823529vw;
  }
}
.fw .p-ownersVoice:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 362px;
  width: 100%;
  background-image: url("./../images/ownersVoice/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 700px) {
  .fw .p-ownersVoice:before {
    height: 53.2352941176vw;
  }
}
@media screen and (max-width: 700px) {
  .fw .p-ownersVoice:before {
    background-image: url("./../images/ownersVoice/bg_sp.jpg");
  }
}
.fw .p-ownersVoice__inner-section {
  text-align: center;
}
.fw .p-ownersVoice__inner-section .map {
  margin: 30px 0 80px;
}
@media screen and (max-width: 700px) {
  .fw .p-ownersVoice__inner-section .map {
    margin: 4.4117647059vw 0 17.6470588235vw;
  }
}
.fw .p-performance {
  background-color: #f8f7f0;
  padding: 362px 0 140px;
  position: relative;
  position: relative;
}
@media screen and (max-width: 700px) {
  .fw .p-performance {
    padding: 53.2352941176vw 0 8.8235294118vw;
  }
}
.fw .p-performance:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
}
.fw .p-performance:before {
  margin-left: -40px;
  left: 50%;
  bottom: -39px;
  border-top: 40px solid #f8f7f0;
  border-right: 40px solid transparent !important;
  border-left: 40px solid transparent !important;
}
@media screen and (max-width: 700px) {
  .fw .p-performance {
    background-size: auto 167.9411764706vw;
    position: relative;
  }
  .fw .p-performance:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
  }
  .fw .p-performance:before {
    margin-left: -5.8823529412vw;
    left: 50%;
    bottom: -4.8823529412vw;
    border-top: 5.8823529412vw solid #f8f7f0;
    border-right: 5.8823529412vw solid transparent !important;
    border-left: 5.8823529412vw solid transparent !important;
  }
}
.fw .p-performance:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 362px;
  width: 100%;
  background-image: url("./../images/performance/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 700px) {
  .fw .p-performance:after {
    height: 53.2352941176vw;
  }
}
@media screen and (max-width: 700px) {
  .fw .p-performance:after {
    background-image: url("./../images/performance/bg_sp.jpg");
  }
}
.fw .p-about {
  background-color: #313131;
  color: #fff;
  padding: 100px 0 150px;
}
@media screen and (max-width: 700px) {
  .fw .p-about {
    padding: 14.7058823529vw 0 22.0588235294vw;
  }
}
.fw .p-about .pointBox {
  margin-top: 100px;
}
@media screen and (max-width: 700px) {
  .fw .p-about .pointBox {
    margin-top: 12.5vw;
  }
}
.fw .p-about .point {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: stretch;
}
@media screen and (max-width: 700px) {
  .fw .p-about .point {
    display: block;
  }
}
.fw .p-about .point + .point {
  margin-top: 60px;
}
@media screen and (max-width: 700px) {
  .fw .p-about .point + .point {
    margin-top: 10.2941176471vw;
  }
}
.fw .p-about .point__head {
  flex: 0 0 180px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  color: #ddd4b1;
  border: 1px solid #ddd4b1;
  font-size: 20px;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: auto;
}
@media screen and (max-width: 700px) {
  .fw .p-about .point__head {
    font-size: 2.9411764706vw;
  }
}
@media screen and (max-width: 700px) {
  .fw .p-about .point__head {
    height: 7.3529411765vw;
  }
}
.fw .p-about .point__data {
  flex: 1;
  padding: 20px 0 0 40px;
}
@media screen and (max-width: 700px) {
  .fw .p-about .point__data {
    padding: 4.4117647059vw 0 0 0;
  }
}
.fw .p-about .point__title {
  font-size: 22px;
  margin-bottom: 20px;
  color: #ddd4b1;
}
@media screen and (max-width: 700px) {
  .fw .p-about .point__title {
    font-size: 5.1470588235vw;
  }
}
@media screen and (max-width: 700px) {
  .fw .p-about .point__title {
    margin-bottom: 3.6764705882vw;
  }
}
.fw .p-about .feature {
  margin-top: 30px;
}
@media screen and (max-width: 700px) {
  .fw .p-about .feature {
    margin-top: 5.8823529412vw;
  }
}
.fw .p-about .feature__item {
  background-color: #707070;
  padding: 30px 20px;
  position: relative;
}
@media screen and (max-width: 700px) {
  .fw .p-about .feature__item {
    padding: 7.3529411765vw 7.3529411765vw;
  }
}
@media screen and (max-width: 700px) {
  .fw .p-about .feature__item + .feature__item {
    margin-top: 8.8235294118vw;
  }
}
.fw .p-about .feature__title {
  margin-bottom: 20px;
  text-align: center;
  font-size: 20px;
}
@media screen and (max-width: 700px) {
  .fw .p-about .feature__title {
    font-size: 5.1470588235vw;
  }
}
.fw .p-about .feature__text {
  font-size: 14px;
}
@media screen and (max-width: 700px) {
  .fw .p-about .feature__text {
    font-size: 3.5294117647vw;
  }
}
.fw .p-about .feature__outside-note {
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 8px;
  padding-top: 10px;
}
@media screen and (max-width: 700px) {
  .fw .p-about .feature__outside-note {
    font-size: 2.9411764706vw;
  }
}
@media screen and (max-width: 700px) {
  .fw .p-about .feature__outside-note {
    padding-top: 1.4705882353vw;
  }
}
.fw .p-cv {
  position: relative;
  text-align: center;
  padding: 100px 0;
}
@media screen and (max-width: 700px) {
  .fw .p-cv {
    padding: 11.7647058824vw 0;
  }
}
.fw .p-cv .arrow {
  margin: 50px 0 60px;
  width: auto;
}
@media screen and (max-width: 700px) {
  .fw .p-cv .arrow {
    margin: 2.9411764706vw auto 5.8823529412vw;
  }
}
@media screen and (max-width: 700px) {
  .fw .p-cv .arrow {
    width: 2.3044117647vw;
  }
}
.fw .p-cv .cv-title {
  margin-bottom: 70px;
}
@media screen and (max-width: 700px) {
  .fw .p-cv .cv-title {
    margin-bottom: 5.8823529412vw;
  }
}
.fw .p-cv .plan {
  background-color: #fff;
  color: #776b34;
  border: 1px solid #b2a777;
  padding: 30px;
  position: relative;
}
.fw .p-cv .plan + .plan,
.fw .p-cv .plan + .present {
  margin-top: 40px;
}
@media screen and (max-width: 700px) {
  .fw .p-cv .plan + .plan,
  .fw .p-cv .plan + .present {
    margin-top: 5.8823529412vw;
  }
}
@media screen and (max-width: 700px) {
  .fw .p-cv .plan {
    padding: 4.4117647059vw 4.4117647059vw 17.6470588235vw;
  }
}
.fw .p-cv .plan.plan__telephone {
  padding: 30px;
}
@media screen and (max-width: 700px) {
  .fw .p-cv .plan.plan__telephone {
    padding: 4.4117647059vw 4.4117647059vw 23.5294117647vw;
  }
}
.fw .p-cv .plan__box {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-end;
}
@media screen and (max-width: 700px) {
  .fw .p-cv .plan__box {
    display: block;
  }
}
.fw .p-cv .plan__image {
  flex: 0 0 240px;
  position: relative;
}
@media screen and (max-width: 700px) {
  .fw .p-cv .plan__image {
    flex: 0 0 30.8823529412vw;
    float: left;
    width: 30.8823529412vw;
    margin-right: 2.9411764706vw;
    margin-bottom: 4.4117647059vw;
  }
}
.fw .p-cv .plan__content {
  flex: 1;
  padding-left: 40px;
}
@media screen and (max-width: 700px) {
  .fw .p-cv .plan__content {
    padding-left: 0;
  }
}
@media screen and (max-width: 700px) {
  .fw .p-cv .plan__content {
    min-height: 30.8823529412vw;
  }
}
.fw .p-cv .plan__lead {
  font-size: 20px;
  margin-bottom: 0;
  text-align: left;
  line-height: 1.4;
}
@media screen and (max-width: 700px) {
  .fw .p-cv .plan__lead {
    font-size: 2.9411764706vw;
  }
}
@media screen and (max-width: 700px) {
  .fw .p-cv .plan__lead {
    margin-bottom: 0.7352941176vw;
  }
}
.fw .p-cv .plan__emph {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.4;
  text-align: left;
}
@media screen and (max-width: 700px) {
  .fw .p-cv .plan__emph {
    font-size: 4.1176470588vw;
  }
}
@media screen and (max-width: 700px) {
  .fw .p-cv .plan__emph {
    margin-bottom: 0;
  }
}
.fw .p-cv .plan__emph + .plan__lead {
  margin-top: 10px;
}
@media screen and (max-width: 700px) {
  .fw .p-cv .plan__emph + .plan__lead {
    margin-top: 2.9411764706vw;
  }
}
.fw .p-cv .plan__text {
  font-size: 22px;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 700px) {
  .fw .p-cv .plan__text {
    font-size: 3.2352941176vw;
  }
}
@media screen and (max-width: 700px) {
  .fw .p-cv .plan__text {
    margin-top: 2.9411764706vw;
  }
}
@media screen and (max-width: 700px) {
  .fw .p-cv .plan__text {
    margin-bottom: 0;
  }
}
.fw .p-cv .plan__tel-lead {
  font-size: 24px;
  font-weight: 700;
  text-align: left;
}
@media screen and (max-width: 700px) {
  .fw .p-cv .plan__tel-lead {
    font-size: 3.8235294118vw;
  }
}
.fw .p-cv .plan__tel-lead span {
  font-size: 18px;
  font-weight: normal;
  display: block;
  margin-top: 0;
}
@media screen and (max-width: 700px) {
  .fw .p-cv .plan__tel-lead span {
    font-size: 2.9411764706vw;
  }
}
@media screen and (max-width: 700px) {
  .fw .p-cv .plan__tel-lead span {
    margin-top: 1.4705882353vw;
  }
}
.fw .p-cv .plan__telephone {
  font-size: 70px;
  color: #776b34;
  text-align: left;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 700px) {
  .fw .p-cv .plan__telephone {
    font-size: 10.2941176471vw;
  }
}
.fw .p-cv .plan__telephone a {
  color: #776b34;
  font-weight: 700;
}
@media screen and (max-width: 700px) {
  .fw .p-cv .plan__telephone {
    position: absolute;
    bottom: 4.4117647059vw;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
  }
}
.fw .p-cv .plan__tel-icon,
.fw .p-cv .plan__tel-num {
  display: inline-block;
  vertical-align: middle;
}
.fw .p-cv .plan__tel-icon {
  margin-right: 10px;
  width: auto;
}
@media screen and (max-width: 700px) {
  .fw .p-cv .plan__tel-icon {
    width: 7.3529411765vw;
  }
}
.fw .p-cv .plan__tel-note {
  display: block;
  text-align: left;
  font-size: 18px;
  margin-top: 10px;
}
@media screen and (max-width: 700px) {
  .fw .p-cv .plan__tel-note {
    font-size: 3.5294117647vw;
  }
}
@media screen and (max-width: 700px) {
  .fw .p-cv .plan__tel-note {
    margin-top: 1.4705882353vw;
  }
}
@media screen and (max-width: 700px) {
  .fw .p-cv .plan__tel-note {
    text-align: center;
  }
}
.fw .p-cv .plan__title {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: left;
}
@media screen and (max-width: 700px) {
  .fw .p-cv .plan__title {
    font-size: 5.2941176471vw;
  }
}
@media screen and (max-width: 700px) {
  .fw .p-cv .plan__title {
    margin-bottom: 4.4117647059vw;
  }
}
@media screen and (max-width: 700px) {
  .fw .p-cv .plan__title {
    line-height: 1.4;
  }
}
.fw .p-cv .plan__special {
  background-color: rgba(221, 212, 177, 0.2);
  padding: 20px;
  color: #c45353;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 700px) {
  .fw .p-cv .plan__special {
    padding: 2.9411764706vw;
  }
}
@media screen and (max-width: 700px) {
  .fw .p-cv .plan__special {
    font-size: 3.5294117647vw;
  }
}
@media screen and (max-width: 700px) {
  .fw .p-cv .plan__special {
    clear: both;
  }
}
.fw .p-cv .plan__link {
  margin-top: 30px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: stretch;
}
@media screen and (max-width: 700px) {
  .fw .p-cv .plan__link {
    margin-top: 0;
  }
}
@media screen and (max-width: 700px) {
  .fw .p-cv .plan__link {
    display: block;
  }
}
.fw .p-cv .plan__button {
  background-color: #c45353;
  color: #fff;
  display: block;
  font-size: 22px;
  width: 390px;
  height: 61px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background-image: url("./../images/cv/button_arrow.svg");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right 20px center;
}
@media screen and (max-width: 700px) {
  .fw .p-cv .plan__button {
    font-size: 3.2352941176vw;
  }
}
@media screen and (max-width: 700px) {
  .fw .p-cv .plan__button {
    width: 57.3529411765vw;
  }
}
@media screen and (max-width: 700px) {
  .fw .p-cv .plan__button {
    height: 8.9705882353vw;
  }
}
@media screen and (max-width: 700px) {
  .fw .p-cv .plan__button {
    border-radius: 1.1764705882vw;
    background-size: 6.0294117647vw 2.2058823529vw;
    background-position: right 2.9411764706vw center;
    position: absolute;
    bottom: 4.4117647059vw;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0;
  }
}
.fw .p-cv .plan__free-icon {
  background-color: #776b34;
  color: #fff;
  border-radius: 50%;
  width: 84px;
  height: 84px;
  font-size: 27px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-20%, -20%);
}
@media screen and (max-width: 700px) {
  .fw .p-cv .plan__free-icon {
    width: 12.3529411765vw;
  }
}
@media screen and (max-width: 700px) {
  .fw .p-cv .plan__free-icon {
    height: 12.3529411765vw;
  }
}
@media screen and (max-width: 700px) {
  .fw .p-cv .plan__free-icon {
    font-size: 3.9705882353vw;
  }
}
.fw .p-smartApart {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 700px) {
  .fw .p-smartApart {
    margin-bottom: 14.7058823529vw;
  }
}
.fw .p-smartApart .title {
  color: #c45353;
  font-size: 26px;
  display: inline-block;
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 700px) {
  .fw .p-smartApart .title {
    font-size: 4.1176470588vw;
  }
}
@media screen and (max-width: 700px) {
  .fw .p-smartApart .title {
    padding-bottom: 6.6176470588vw;
  }
}
@media screen and (max-width: 700px) {
  .fw .p-smartApart .title {
    margin-bottom: 6.6176470588vw;
  }
}
.fw .p-smartApart .title:after {
  content: "";
  background-image: url("./../images/smartApart/underline.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center top;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  display: block;
}
@media screen and (max-width: 700px) {
  .fw .p-smartApart .title:after {
    height: 2.6941176471vw;
  }
}
@media screen and (max-width: 700px) {
  .fw .p-smartApart .title {
    display: block;
  }
}
.fw .p-smartApart .text {
  text-align: left;
}
.fw .p-smartApart .showroom {
  font-size: 20px;
  color: #776b34;
  padding-top: 10px;
  line-height: 1;
  border-top: 1px solid #776b34;
  display: inline-block;
}
@media screen and (max-width: 700px) {
  .fw .p-smartApart .showroom {
    font-size: 2.9411764706vw;
  }
}
@media screen and (max-width: 700px) {
  .fw .p-smartApart .showroom {
    padding-top: 1.4705882353vw;
  }
}
@media screen and (max-width: 700px) {
  .fw .p-smartApart .showroom {
    border-top: 0;
    display: block;
    text-align: center;
  }
}
.fw .p-smartApart .message {
  font-size: 26px;
  color: #776b34;
  line-height: 40px;
  margin: 20px 0 30px;
}
@media screen and (max-width: 700px) {
  .fw .p-smartApart .message {
    font-size: 4.4117647059vw;
  }
}
@media screen and (max-width: 700px) {
  .fw .p-smartApart .message {
    margin: 2.9411764706vw 0 4.4117647059vw;
  }
}
@media screen and (max-width: 700px) {
  .fw .p-smartApart .message {
    line-height: 6.1764705882vw;
    text-align: center;
  }
}
@media screen and (max-width: 700px) {
  .fw .p-smartApart .desc {
    margin-bottom: 8.8235294118vw;
  }
}
.fw a:hover {
  filter: brightness(1.2);
}
.fw .p-fixed-button {
  display: block;
  width: 71px;
  height: auto;
  background-color: #4d4d4d;
  color: #ddd4b1;
  position: fixed;
  top: 50%;
  right: -100px;
  z-index: 10;
  transform: translateY(-50%);
  writing-mode: vertical-rl;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: stretch;
  font-size: 20px;
  font-weight: bold;
  line-height: 0;
  background-image: url("./../images/common/fixed_arrow.svg");
  background-repeat: no-repeat;
  background-position: center bottom 30px;
  background-size: auto;
  box-shadow: 3px 3px 2px rgba(18, 18, 18, 0.2);
  transition: right 0.5s ease-out;
}
.fw .p-fixed-button > span{
  display: flex;
  align-items: center;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
@media screen and (min-width: 700px) {
.fw .p-fixed-button > span >.small_cen-d-t{
  display: flex;
  align-items: center;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: -0.3em;
  position: relative;
  left: -1.5px;
}
}
@media screen and (min-width: 700px) {
  .fw .p-fixed-button > span >.small_cen-d-t >em{
    display: block;
    transform: rotate(90deg);
    position: relative;
    left: 4.5px;
    top: 2px;
  }
}
.fw .p-fixed-button > span{
  display: flex;
  align-items: center;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.fw .p-fixed-button > span::before{
  content: "無料";
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #EDCC41;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  letter-spacing: 0;
  writing-mode: horizontal-tb;
  font-weight: bold;
  color: #000;
  margin-bottom: 15px;
}
.fw .p-fixed-button.on {
  right: 0;
}
@media screen and (max-width: 700px) {
  .fw .p-fixed-button {
    padding: 8px;
    background-image: none;
    font-size: 12px;
    font-weight: bold;
    writing-mode: initial;
    transform: none;
    width: 100%;
    height: 75px;
    top: initial;
    right: 0;
    bottom: -75px;
    transition: bottom 0.5s ease-out;
  }
  .fw .p-fixed-button > span {
    height: 100%;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 18px;
    letter-spacing: 0;
    border: 1px solid #ddd4b1;
    background-image: url(./../images/common/cv_arrow.svg);
    background-size: 8.2838235294vw;
    background-position: right 2.9411764706vw center;
    writing-mode: unset;
  }
  .fw .p-fixed-button.on {
    bottom: 0;
  }
}

.point__content .point__content__title{
    text-align: center;
    margin: 0 auto 25px;
    font-size: 5vw;
    color: #68686A;
}

.point__content .checkpoint__sub-text{
    color: #68686A;
    font-size: 3vw;
}
.point__content .checkpoint__arrow{
    background: #3A6888;
    width: 4em;
    height:.3em;
    position: relative;
}
.point__content .checkpoint__arrow::before{
    content: '';
    position: absolute;
    height: .3em;
    width: 1.25em;
    background: #3A6888;
    transform: rotate(45deg);
    right: -.3em;
    top: -.35em;
}
.point__content .checkpoint__arrow::after{
    content: '';
    position: absolute;
    height: .3em;
    width: 1.25em;
    background: #3A6888;
    transform: rotate(-45deg);
    right: -.3em;
    bottom: -.35em;
}
.point__content .checkpoint__footnote{
    font-size: 10px !important;
    color:#68686A;
}
.point__content .checkpoint__footnote__text{
    font-size: 10px;
    color:#68686A;
    width: 100%;
}
.point__content .checkpoint__graphic-container{
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    padding: .3em 0;
    align-items: center;
}
.point__content .first-point .first-point__graphic-grey{
    background: #DCDDDF;
    color: #68686A;
    padding: .4em .8em;
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
}
.point__content .first-point .first-point__graphic-grey span,
.point__content .first-point .first-point__graphic-blue span{
    font-size: 16px;
    font-weight: normal;
}
.point__content .first-point .first-point__graphic-blue{
    background: #BDCADB;
    color: #3A6888;
    padding: .4em .8em;
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
}

.second-point__graphic-grey{
    color: #68686A;
    width: 100%;
    margin-bottom: 15px;
}
.second-point__graphic-blue{
    color: #3A6888;
    width: 100%;
    margin-top: 20px;
}
.second-point__graphic-top-text{
    font-size: 12px;
    line-height: 1;
}
.second-point__graphic-bottom-text{
    font-size: 22px;
}
.second-point__graphic-number{
    font-weight: bold;
}

.second-point__graphic-final{
    width: 100%;
    padding: 10px;
    background: #3a6888;
    font-size: 17px;
    text-align: center;
    margin: 60px 0 35px 0;
    color:#fff;
}
@media screen and (max-width: 700px) {
  .second-point__graphic-final{
    margin: 10vw 0 5vw 0;
}
}

.future-arrow{
    width:  100%;
    text-align: center;
    color: #fff;
    font-size: 16px;
    position: relative;
    margin-top: 20px;
}
.future-arrow::before{
    content: '';
    width: 0; 
    height: 0; 
    display:inline-block;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-top: 50px solid #cc6c5f;
    transform: rotateX(50deg);
}
.future-arrow span{
    position: absolute;
    top: 8px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.red-banner{
    width: 100%;
    margin: auto;
    background: #D97164;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    position: relative;
}
/* .red-banner::before{
    content: '';
    width: 0; 
    height: 0; 
    right: 10%;
    display: none;
    border-right: 40px solid transparent;
    border-top: 60px solid #D97164;
    position: absolute;
    bottom: -50px;
    transform: skew(-20deg, -20deg); 
} */
.final-graphic__blue-container{
    width: 100%;
    padding: 10px;
    background: #BDCADB;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
@media screen and (max-width: 700px) {
  .final-graphic__blue-container{
    padding: 0;
    width: 100%;
    display: block;
}
}
.final-graphic__white-box{
    width: 100%;
    padding:15px;
    background: #fff;
    color: #3A6888;
    font-size: 18px;
    text-align: center;
}
.final-graphic__white-arrow{
    width:  100%;
    text-align: center;
    position: relative;
    margin: 20px 0;
}
.final-graphic__white-arrow::before{
    content: '';
    width: 0; 
    height: 0; 
    display:inline-block;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    border-top: 35px solid #fff;
}
.final-graphic__second-container__title{
    color: #3A6888;
    font-size: 16px;
    width: 100%;
}
@media screen and (max-width: 700px) {
  .final-graphic__second-container__title{
    font-size: 3.5vw;
    text-align: center;
  }
}
.final-graphic__second-container__white-container{
    width: 100%;
    padding: 20px 15px;
    background: #fff;
}
.final-graphic__second-container__white-container-title{
    width: 100%;
    color: #3A6888;
    padding-bottom: 3px;
    margin-bottom: 3px;
    border-bottom: 1px solid #68686A;
    font-size: 20px;
}
@media screen and (max-width: 700px) {
  .final-graphic__second-container__white-container-title{
    font-size: 4vw;
  }
}
.final-graphic__second-container__white-container-body--grey{
    font-size: 15px;
    color: #68686A;
}
@media screen and (max-width: 700px) {
  .final-graphic__second-container__white-container-body--grey{
    font-size: 12px;
  }
}
.final-graphic__second-container__white-container-body--blue{
    font-size: 15px;
    color: #3A6888;
}
@media screen and (max-width: 700px) {
  .final-graphic__second-container__white-container-body--blue{
    font-size: 12px;
    color: #3A6888;
}
}
.final-graphic__second-container__white-container-body--grey-background{
    width: 100%;
    line-height: 1.5;
    background: #DCDDDF;
    color: #3A6888;
    font-size: 18px;
    text-align: center;
    margin-top: 5px;
}
@media screen and (max-width: 700px) {
  .final-graphic__second-container__white-container-body--grey-background{
    font-size: 12px;
}
}
@media screen and (min-width: 700px) {
    .fw .p-problems__points .point__content .checkpoint__title {
        padding: 3px 10px;
    }

    .point__content .point__content__title{
        font-size: 32px;
    }

    .point__content .checkpoint__sub-text{
        font-size: 18px;
    }
    .fw .p-problems__points .point__content .checkpoint {
        justify-content: flex-start;
    }

    .fw .p-problems__points .point__content .checkpoint__data {
        margin-left: 10px;
    }

    .point__content .first-point .first-point__graphic-grey,
    .point__content .first-point .first-point__graphic-blue{
        font-size: 44px;
    }
    .point__content .first-point .first-point__graphic-grey span,
    .point__content .first-point .first-point__graphic-blue span{
        font-size: 28px;
    }

    .second-point__graphic-grey{
        width: auto;
        margin-bottom: 0;
    }
    .second-point__graphic-blue{
        width: auto;
        margin-top: 0;
    }
    .second-point__graphic-top-text{
        font-size: 14px;
    }
    .second-point__graphic-bottom-text{
        font-size: 30px;
    }
    .second-point__graphic-final{
        font-size: 26px;
    }

    .third-point__graphic-footnote{
        text-align: right;
    }

    .red-banner{
        font-size: 26px;
        line-height: 1;
    }
    .red-banner::before{
        display: inline-block;
    }

    .final-graphic__blue-container{
        justify-content: space-between;
        align-items: center;
        padding: 5px 25px 10px;
    }

    .final-graphic__white-box{
        width: auto;
        align-self: stretch;
        display: flex;
        align-items: center;
        font-size: 16px;
        margin: 10px 0 5px;
    }
    .final-graphic__white-arrow{
        width: auto;
        height: 35px;
        transform: rotate(-90deg);
    }

    .final-graphic__second-container{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .final-graphic__second-container__img{
        width: 274px;
        object-fit: cover;
    }
    .final-graphic__second-container__white-container{
        width: 66%;
    }
    .final-graphic__second-container__title{
        font-size: 24px;
        color: #456785;
        text-align: center;
    }
}
@media screen and (max-width: 700px) {
  .final-graphic__second-container__img{
    width: 100%;
    margin-top: 3vw;
  }
}
dl.d_o-cv{
  background-color: #383737;
  padding: 50px 30px 30px 30px;
  position: relative;
  z-index: 2;
}
dl.d_o-cv .o-cv__title{
  max-width: 827px;
  margin: -90px auto 25px auto;
  text-align: left;
  line-height: 1.6;
  display: flex;
  align-items: flex-end;
}
dl.d_o-cv .o-cv__title p{
  font-size: 30px;
  font-weight: bold;
}
dl.d_o-cv .o-cv__title p br{
  display: none;
}
dl.d_o-cv .o-cv__title span{
  font-size: 20px;
  font-weight: normal;
  display: block;
}
dl.d_o-cv .o-cv__title span br{
  display: block;
}
dl.d_o-cv .o-cv__title::before{
  content: "";
  display: inline-block;
  background: url("./../images/kv/bf_0-cv.png") 0 0 no-repeat;
  background-size: contain;
  width: 153px;
  height: 169px;
  margin-right: 10px;
}
dl.d_o-cv dt.d_cen-last{
  text-align: center;
  margin-top: 20px;
}
dl.d_o-cv dt.d_cen-last p{
  font-size: 22px;
  font-weight: bold;
  color: #D8D0AD;
}
dl.d_o-cv dt.d_cen-last span{
  display: block;
  font-size: 16px;
  color: #fff;  
}
dl.d_o-cv dd.o-cv__data-d ul{
  display: flex;
  justify-content: center;  
}
dl.d_o-cv dd.o-cv__data-d ul li{
  box-shadow: 0px 8px 0px #1F1F1F;
}
dl.d_o-cv dd.o-cv__data-d ul li a{
  position: relative;
  width: 480px;
  display: flex;
  align-items: center;
  padding: 15px;
  border: 1px solid#DDD4B1;
  background-color: #222222;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}

dl.d_o-cv dd.o-cv__data-d ul li a::before{
  content: "無料";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  border: 1px solid#DDD4B1;
  color: #DDD4B1;
  font-size: 22px;
  font-weight: bold;
  margin-right: 10px;
}
dl.d_o-cv dd.o-cv__data-d ul li a.cen_d-word::before{
  margin-right: 35px;
}
@media screen and (max-width: 700px) {
  dl.d_o-cv dd.o-cv__data-d ul li a.cen_d-word::before{
    margin-right: 10vw;
  }
}
dl.d_o-cv dd.o-cv__data-d ul li:nth-child(1) a::before{
  border: 1px solid#222222;
  color: #EDCC41;
  background-color: #222222;
}
dl.d_o-cv dd.o-cv__data-d ul li a::after{
  content: "";
  display: inline-block;
  background: url("./../images/kv/ar_d.png") 0 0 no-repeat;
  background-size: contain;
  width: 24.6px;
  height: 16px;
  position: absolute;
  right: 15px ;
}
dl.d_o-cv dd.o-cv__data-d ul li:nth-child(1) a::after{
  background: url("./../images/kv/ar_d-hover.png") 0 0 no-repeat;
  background-size: contain;
}
dl.d_o-cv dd.o-cv__data-d ul li:nth-child(1) a{
  background-color: #EDCC41;
  border: 1px solid#EDCC41;
  color: #383737;
}
dl.d_o-cv dd.o-cv__data-d ul li:nth-child(2){
  margin-left: 20px; 
}
@media screen and (max-width: 700px) {
  dl.d_o-cv{
    padding: 4vw 3vw;
  }
  dl.d_o-cv .o-cv__title{
    background: none;
    margin: 0;
    display: block;
  }
  dl.d_o-cv .o-cv__title p{
    font-size: 18px;
    margin-left: 28vw;
  }
  dl.d_o-cv .o-cv__title p br{
    display: block;
  }
  dl.d_o-cv .o-cv__title span{
    font-size: 12px;
    margin-left: -28vw;
    margin-top: 2vw;
    font-weight: bold;
  }
  dl.d_o-cv .o-cv__title::before{
    background-size: contain;
    width: 77px;
    height: 90px;
    margin-right: 10px;
    position: absolute;
    left: 6vw;
    top: -4vw;
  }
  dl.d_o-cv dt.d_cen-last{
    margin-top: 4vw;
  }
  dl.d_o-cv dt.d_cen-last p{
    font-size: 16px;
  }
  dl.d_o-cv dt.d_cen-last span{
    font-size: 12px; 
  }
  dl.d_o-cv dd.o-cv__data-d ul{
    flex-direction: column;
    margin-top: 3vw;
  }
  dl.d_o-cv dd.o-cv__data-d ul li{
    box-shadow: 0px 1.2vw 0px #1F1F1F;
  }
  dl.d_o-cv dd.o-cv__data-d ul li a{
    width: 100%;
    padding: 2vw 5vw;
    font-size: 15px;
  }
  dl.d_o-cv dd.o-cv__data-d ul li a::before{
    font-size: 14px;
    width: 11vw;
    height: 11vw;
    margin-right: 6vw;
  }
  dl.d_o-cv dd.o-cv__data-d ul li a::after{
    background-size: contain;
    width: 20.6px;
    height: 12px;
    position: absolute;
    right: 4vw;
  }
  dl.d_o-cv dd.o-cv__data-d ul li:nth-child(2){
    margin-left: 0; 
    margin-top: 3vw;
  }
  .fw .p-fixed-button > span::before{
    width: 10.5vw;
    height: 10.5vw;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 0;
    position: absolute;
    left: 5vw;
  }
}
.d_full{
  width: 100%;
  display: block !important;
}
.d_full .checkpoint__data{
  max-width: 100% !important;
}
.bor_d-box{
  border: 10px solid#e1e7ea;
  padding: 25px;
  position: relative;
}
@media screen and (max-width: 700px) {
  .bor_d-box{
    border: 1.5vw solid#e1e7ea;
    padding: 3.5vw;
  }
}
.bor_d-box::after{
  content: "";
  display: block;
  border-top: 40px solid #e1e7ea;
  border-right: 40px solid transparent;
  border-left: 40px solid transparent;
  position: absolute;
  left: 45%;
  bottom: -40px;
}
@media screen and (max-width: 700px) {
  .bor_d-box::after{
    content: "";
    display: block;
    border-top: 6vw solid #e1e7ea;
    border-right: 6vw solid transparent;
    border-left: 6vw solid transparent;
    position: absolute;
    left: 43%;
    bottom: -6vw;
  }
}
.text_d-b-sm{
  font-size: 20px;
  margin-left: 20px;
}
@media screen and (max-width: 700px) {
  .text_d-b-sm{
    font-size: 4vw;
  }
}
.text_d-b-sm em{
  font-size: 28px;
  font-weight: bold;
  color: #3a6888;
}
@media screen and (max-width: 700px) {
  .text_d-b-sm em{
    font-size: 5.5vw;
  }
}
.text_d-b-sm span{
  font-size: 10px;
}
.bl_d-box{
  margin-left: 20px;
  background-color: #e1e7ea;
  color: #3a6888;
  padding: 30px 25px;
  text-align: center;
}
@media screen and (max-width: 700px) {
  .bl_d-box{
    padding: 3vw;
  }
}
.box2-d{
  padding: 15px 25px;
}
@media screen and (max-width: 700px) {
  .box2-d{
    padding: 3vw;
  }
}
.bl_d-box p{
  font-size: 17px;
  letter-spacing: 1px;
}
@media screen and (max-width: 700px) {
  .bl_d-box p{
    font-size: 3vw;
    letter-spacing: 0;
    line-height: 1.8;
  }
}
.bl_d-box p span{
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 700px) {
  .bl_d-box p span{
    font-size: 4vw;
  }
}
.bl_d-box p span em{
  background-color: #fff;
  padding: 3px 5px;
}
.sm_d-rt{
  font-size: 10px;
  text-align: right;
}
@media screen and (max-width: 700px) {
  .sm_d-rt{
    text-align: left;
  }
}
.cen_d-cap{
  display: block;
  text-align: center;
  margin: 40px 0 10px 0;
  font-size: 26px;
  color: #3A6888;
}
@media screen and (max-width: 700px) {
  .cen_d-cap{
    font-size: 4vw;
    margin: 10vw 0 3vw 0;
  }
}
.img-gr_d{
  text-align: center;
}
.fl_2list-d{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 90%;
  margin: 30px auto 0 auto;
}
@media screen and (max-width: 700px) {
  .fl_2list-d{
    display: block;
    margin: 5vw auto 0 auto;
  }
}
.fl_2list-d .le-dl{
  width: 50%;
  font-size: 12px;
}
@media screen and (max-width: 700px) {
  .fl_2list-d .le-dl{
    width: 100%;
    font-size: 10px;
  }
}
.fl_2list-d .le-dl dl{
  display: flex;
  flex-wrap: wrap;
}
.fl_2list-d .le-dl dl dt{
  width: 27%;
}
.fl_2list-d .le-dl dl dd{
  width: 73%;
}
.bl_last-d-box{
  background-color: #bdc9db;
  padding: 20px;
}
@media screen and (max-width: 700px) {
  .bl_last-d-box{
    padding: 3vw;
  }
}
br.sp{
  display: none;
}
@media screen and (max-width: 700px) {
  br.sp{
    display: block;
  }
}
.just-sp_d{
  display: none !important;
}
.just-pc_d{
  display: flex !important;
}
.just-pc_d img{
  width: 71px;
}
@media screen and (max-width: 700px) {
  .just-sp_d{
    display: flex !important;
  }
  .just-pc_d{
    display: none !important;
  }
}
.this_hide-d{
  display: none;
}
.little-t_di .o-cv__title p{
  margin-bottom: 40px;
}
@media screen and (max-width: 700px) {
  .little-t_di .o-cv__title p{
    margin-bottom: 0;
  }
}


/* =====================================================
  Element
====================================================== */

/*  etc
------------------------------------------------------ */
#company .inner{ width: 970px; margin: 0 auto; text-align: center;}

/* ======================================================
  Index
====================================================== */


#company{ padding: 80px 0 20px;}
#company h2{ background: #9A9A9A; font-size: 20px; color: #fff; padding: 10px; margin-bottom: 20px;}
#company .inner{ text-align: left; font-size: 14px; line-height: 1.6;}
#company .box > .fl{ width: 550px; float: left;}
#company .box > .fr{ width: 400px; float: right;}

#company dt{ float: left; width: 90px; margin-right: 10px;}
#company dd{ border-bottom: 1px dotted #000; padding: 0 0 35px 100px; margin-bottom: 10px;}
#company dd .fr{ float: right;}
#company dd span{ font-size: 12px;}
#company #map_canvas{ width: 445px; height: 300px;}
#company .logo{
  width: 57px;
  height: auto;
}

.cf {
  zoom: 1;
}
#company .authorization dd {
  border-bottom: none;
  padding: 0;
  display: inline-block;
  margin-bottom: 0;
}
#company .authorization dt {
  float: none;
  display: inline-block;
  width: 112px;
}


@media screen and (max-width: 750px) {

  #company .inner{width: 100%; padding: 0px 10px;}

  #company{ padding: 30px 0;}
  #company h2{ background: #9a9a9a; color: #fff; padding: 5px 10px;}
  #company table{ color: #424040; text-align: left; line-height: 1.4;}
  #company table th{ border-bottom: 1px solid #9a9a9a; width: 30%; font-size: 12px; font-weight: normal; padding: 15px 0;}
  #company table td{ border-bottom: 1px solid #9a9a9a; font-size: 10px; padding: 15px 0 15px 5px;}
  #company table td.cf p{ float: left; width: 75%;}
  #company table td.cf span{ display: block; font-size: 10px;}
  #company table td.cf div{ float: left; width: 20%; padding-left: 5%;}
  #company .authorization dl {
    width: 100%;
  }
  #company .authorization dt {
    float: none;
    display: inline-block;
    width: 80px;
    white-space: nowrap;
  }
  #company .authorization dd {
    width: 64%;
  }
}

@media screen and (max-width: 450px) {
  #company .authorization dd {
    width: 54%;
  }
}

.display_pc {
  display: block;
}

@media screen and (max-width: 750px) {
  .display_pc {
    display: none;
  }
}
.display_sp {
  display: none;
}

@media screen and (max-width: 750px) {
  .display_sp {
    display: block;
  }
  .bluelink{
    color: rgb(0, 0, 238)!important;
    border-bottom: 1px solid currentcolor;
  }

}