@charset "UTF-8";
/*foundation base*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: bottom;
  background: transparent;
  font-size: 1rem; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block; }

ul, li {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

@font-face {
  font-family: 'NotoSans-M';
  src: local("NotoSans-M"), url("../../assets/fonts/NotoSansCJKjp-Medium.otf"); }

@font-face {
  font-family: 'NotoSans-R';
  src: local("NotoSans-R"), url("../../assets/fonts/NotoSansCJKjp-Regular.otf"); }

@font-face {
  font-family: 'NotoSans-L';
  src: local("NotoSans-L"), url("../../assets/fonts/NotoSansCJKjp-DemiLight.otf"); }

/**
 * initiallize
 * タグ自体のstyleを記述
 */
html {
  font-family: "NotoSans-L", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  -ms-font-feature-settings: "normal";
  color: #303233;
  word-wrap: break-word;
  font-size: 16px;
  line-height: 1.4; }

body {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%; }
  @media print {
    body {
      zoom: 80%;
      width: auto;
      height: auto;
      -webkit-print-color-adjust: exact; } }

a {
  text-decoration: none;
  color: #303233;
  transition: all 0.2s; }
  a:hover {
    text-decoration: underline;
    opacity: 0.8; }

img {
  width: 100%;
  vertical-align: bottom; }
  @media only screen and (max-width: 750px) {
    img {
      width: 100%; } }

strong {
  font-weight: bold; }

input {
  padding: 0;
  border: none;
  background: none; }

* {
  box-sizing: border-box;
  transition: font-size 0.1s linear;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

input[type=text],
input[type=tel],
input[type=password],
input[type=email],
input[type=search],
input[type=url],
input[type=datetime],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime-local],
input[type=number],
select,
textarea {
  padding: 6px;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  background-color: #fff;
  border: solid 1px #c9c9c9;
  vertical-align: bottom; }
  input[type=text]::-webkit-input-placeholder,
  input[type=tel]::-webkit-input-placeholder,
  input[type=password]::-webkit-input-placeholder,
  input[type=email]::-webkit-input-placeholder,
  input[type=search]::-webkit-input-placeholder,
  input[type=url]::-webkit-input-placeholder,
  input[type=datetime]::-webkit-input-placeholder,
  input[type=date]::-webkit-input-placeholder,
  input[type=month]::-webkit-input-placeholder,
  input[type=week]::-webkit-input-placeholder,
  input[type=time]::-webkit-input-placeholder,
  input[type=datetime-local]::-webkit-input-placeholder,
  input[type=number]::-webkit-input-placeholder,
  select::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #303233; }
  input[type=text]:-ms-input-placeholder,
  input[type=tel]:-ms-input-placeholder,
  input[type=password]:-ms-input-placeholder,
  input[type=email]:-ms-input-placeholder,
  input[type=search]:-ms-input-placeholder,
  input[type=url]:-ms-input-placeholder,
  input[type=datetime]:-ms-input-placeholder,
  input[type=date]:-ms-input-placeholder,
  input[type=month]:-ms-input-placeholder,
  input[type=week]:-ms-input-placeholder,
  input[type=time]:-ms-input-placeholder,
  input[type=datetime-local]:-ms-input-placeholder,
  input[type=number]:-ms-input-placeholder,
  select:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #303233; }
  input[type=text]::-moz-placeholder,
  input[type=tel]::-moz-placeholder,
  input[type=password]::-moz-placeholder,
  input[type=email]::-moz-placeholder,
  input[type=search]::-moz-placeholder,
  input[type=url]::-moz-placeholder,
  input[type=datetime]::-moz-placeholder,
  input[type=date]::-moz-placeholder,
  input[type=month]::-moz-placeholder,
  input[type=week]::-moz-placeholder,
  input[type=time]::-moz-placeholder,
  input[type=datetime-local]::-moz-placeholder,
  input[type=number]::-moz-placeholder,
  select::-moz-placeholder,
  textarea::-moz-placeholder {
    color: #303233; }
  input[type=text]:focus,
  input[type=tel]:focus,
  input[type=password]:focus,
  input[type=email]:focus,
  input[type=search]:focus,
  input[type=url]:focus,
  input[type=datetime]:focus,
  input[type=date]:focus,
  input[type=month]:focus,
  input[type=week]:focus,
  input[type=time]:focus,
  input[type=datetime-local]:focus,
  input[type=number]:focus,
  select:focus,
  textarea:focus {
    background-color: #eef4fb; }

input[type=radio],
input[type=checkbox] {
  margin: 0;
  vertical-align: -1px; }

input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  cursor: pointer;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  vertical-align: bottom; }

textarea {
  resize: vertical;
  vertical-align: bottom; }

em {
  font-style: italic; }

sup {
  vertical-align: super; }

sub {
  vertical-align: sub; }

blockquote {
  background-color: #EEEFFF;
  padding: 1em 1em 1em 3em;
  position: relative;
  border-left: 3px solid #666; }

blockquote:before {
  content: "“";
  font-size: 600%;
  line-height: 1em;
  color: #999;
  position: absolute;
  left: 0;
  top: 0; }

::-moz-selection {
  background: #d4dcd6;
  /* Safari */ }

::selection {
  background: #d4dcd6;
  /* Safari */ }

::-moz-selection {
  background: #d4dcd6;
  /* Firefox */ }

/*object*/
main {
  position: relative; }
  @media print, screen and (min-width: 751px) {
    main {
      min-width: 1200px; } }

.m-lower__inner {
  width: 895px;
  margin: 0 auto;
  padding: 80px 0 100px; }
  @media only screen and (max-width: 750px) {
    .m-lower__inner {
      width: 90.66667vw;
      padding: 10.66667vw 0 16vw; } }

.m-breadcrumb {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1200px;
  margin: 15px auto 0;
  z-index: 1; }
  @media only screen and (max-width: 750px) {
    .m-breadcrumb {
      display: none; } }
  .m-breadcrumb__item {
    font-size: 12px;
    line-height: 1.0; }
    @media only screen and (max-width: 750px) {
      .m-breadcrumb__item {
        font-size: 10px;
        font-size: 2.66667vw; } }
    .m-breadcrumb__item:nth-of-type(n+2) {
      position: relative;
      margin-left: 10px;
      padding-left: 20px; }
      @media only screen and (max-width: 750px) {
        .m-breadcrumb__item:nth-of-type(n+2) {
          margin-left: 10px;
          padding-left: 15px; } }
      .m-breadcrumb__item:nth-of-type(n+2):before {
        position: absolute;
        display: block;
        content: '＞';
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
    .m-breadcrumb__item:last-child {
      pointer-events: none; }

.m-section {
  margin-top: 50px; }
  @media only screen and (max-width: 750px) {
    .m-section {
      margin-top: 10.66667vw; } }
  .m-section--mt60 {
    margin-top: 60px; }
    @media only screen and (max-width: 750px) {
      .m-section--mt60 {
        margin-top: 10.66667vw; } }
  .m-section--mt80 {
    margin-top: 80px; }
    @media only screen and (max-width: 750px) {
      .m-section--mt80 {
        margin-top: 10.66667vw; } }

.m-ttlType01 {
  position: relative;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding-top: 20px;
  font-family: "NotoSans-M", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif; }
  @media only screen and (max-width: 750px) {
    .m-ttlType01 {
      font-size: 27px;
      font-size: 7.2vw;
      padding-top: 4vw; } }
  .m-ttlType01:before {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    left: 0;
    width: 45px;
    height: 3px;
    background: url(/akk/f-wing/assets/img/top/news_ttl_icon.png);
    background-size: contain;
    background-repeat: no-repeat; }
    @media only screen and (max-width: 750px) {
      .m-ttlType01:before {
        width: 11.73333vw;
        height: 1.06667vw; } }

.m-ttlType02 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #1E99E6; }
  @media only screen and (max-width: 750px) {
    .m-ttlType02 {
      display: block;
      padding-bottom: 1.33333vw; } }
  .m-ttlType02--borderOrange {
    border-bottom: 1px solid #E85713; }
  .m-ttlType02__tag {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: 28px;
    color: #FFF;
    font-size: 14px;
    background: #0077CE;
    margin-right: 10px;
    padding: 0 10px;
    border-radius: 3px; }
    @media only screen and (max-width: 750px) {
      .m-ttlType02__tag {
        height: 5.33333vw;
        font-size: 12px;
        font-size: 3.2vw;
        margin-right: 0;
        margin-bottom: 2.66667vw;
        padding: 0 2.66667vw; } }
  .m-ttlType02__ttlImg {
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 10px; }
    @media only screen and (max-width: 750px) {
      .m-ttlType02__ttlImg {
        display: block;
        width: 75%; } }
  .m-ttlType02__txt {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.03em; }
    @media only screen and (max-width: 750px) {
      .m-ttlType02__txt {
        font-size: 22px;
        font-size: 5.86667vw; } }
  .m-ttlType02__smallTxt {
    display: inline-block;
    font-size: 18px;
    margin: 0 10px; }
    @media only screen and (max-width: 750px) {
      .m-ttlType02__smallTxt {
        font-size: 15px;
        font-size: 4vw;
        margin: 0 1.33333vw;
        -webkit-transform: translateY(-2vw);
            -ms-transform: translateY(-2vw);
                transform: translateY(-2vw); } }
  .m-ttlType02__colorBlue {
    color: #0077CE; }
  .m-ttlType02__colorOrange {
    color: #DB3A12; }
  .m-ttlType02__img {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content; }
    @media only screen and (max-width: 750px) {
      .m-ttlType02__img {
        display: block;
        width: 75%; } }
  .m-ttlType02__cationIcon {
    display: inline-block;
    width: 29px;
    margin-right: 10px; }
    @media only screen and (max-width: 750px) {
      .m-ttlType02__cationIcon {
        display: inline-block;
        width: 6.66667vw;
        margin-right: 1.33333vw;
        -webkit-transform: translateY(-2vw);
            -ms-transform: translateY(-2vw);
                transform: translateY(-2vw); } }
    .m-ttlType02__cationIcon.small {
      width: 20px;
      margin-right: 5px;
      vertical-align: super; }
      @media only screen and (max-width: 750px) {
        .m-ttlType02__cationIcon.small {
          width: 4.66667vw;
          margin-right: 0.66667vw;
          vertical-align: middle; } }
  .m-ttlType02__cationTxt {
    width: 50px;
    margin-right: 10px; }
    @media only screen and (max-width: 750px) {
      .m-ttlType02__cationTxt {
        display: inline-block;
        width: 16vw;
        margin-right: 1.33333vw;
        -webkit-transform: translateY(-1vw);
            -ms-transform: translateY(-1vw);
                transform: translateY(-1vw); } }

@media only screen and (max-width: 750px) {
  .m-ttlType03 {
    display: block; } }

.m-ttlType03__tag {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 28px;
  color: #FFF;
  font-size: 14px;
  background: #0077CE;
  margin-right: 10px;
  padding: 0 10px;
  border-radius: 3px; }
  @media only screen and (max-width: 750px) {
    .m-ttlType03__tag {
      height: 5.33333vw;
      font-size: 12px;
      font-size: 3.2vw;
      margin-right: 0;
      margin-bottom: 2.66667vw;
      padding: 0 2.66667vw; } }
  .m-ttlType03__tag--lightBlue {
    color: #0077CE;
    background: #E5F4FE; }

.m-ttlType03__num {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 27px;
  height: 27px;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.0;
  margin-right: 10px;
  background: #0077CE;
  border-radius: 3px; }
  @media only screen and (max-width: 750px) {
    .m-ttlType03__num {
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      width: 6.66667vw;
      height: 6.66667vw;
      font-size: 17px;
      font-size: 4.53333vw;
      margin-right: 1.33333vw; } }
  .m-ttlType03__num--orange {
    background: #DB3A12; }

.m-ttlType03__txt {
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em; }
  @media only screen and (max-width: 750px) {
    .m-ttlType03__txt {
      font-size: 17px;
      font-size: 4.53333vw; } }

.m-ttlType05 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #1E99E6; }
  @media only screen and (max-width: 750px) {
    .m-ttlType05 {
      display: block;
      padding-bottom: 4vw; } }
  .m-ttlType05--borderBlue {
    border-bottom: 1px solid #1E99E6; }
  .m-ttlType05--borderOrange {
    border-bottom: 1px solid #E85713; }
  .m-ttlType05__img {
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 10px;
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px); }
    @media only screen and (max-width: 750px) {
      .m-ttlType05__img {
        display: block;
        width: 53.33333vw;
        margin: 0;
        -webkit-transform: translateY(0.66667vw);
            -ms-transform: translateY(0.66667vw);
                transform: translateY(0.66667vw); } }
  .m-ttlType05__largeTxt {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.03em; }
    @media only screen and (max-width: 750px) {
      .m-ttlType05__largeTxt {
        font-size: 22px;
        font-size: 5.86667vw; } }
  .m-ttlType05__smallTxt {
    display: inline-block;
    font-size: 18px;
    margin: 0 10px; }
    @media only screen and (max-width: 750px) {
      .m-ttlType05__smallTxt {
        display: block;
        font-size: 15px;
        font-size: 4vw;
        margin: 0;
        -webkit-transform: translateY(1.33333vw);
            -ms-transform: translateY(1.33333vw);
                transform: translateY(1.33333vw); } }
  .m-ttlType05__colorBlue {
    color: #0077CE; }
  .m-ttlType05__colorOrange {
    color: #DB3A12; }

.m-tag {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 28px;
  color: #FFF;
  font-size: 14px;
  background: #0077CE;
  border-radius: 3px;
  margin-right: 10px;
  padding: 0 10px; }

.m-note {
  display: inline-block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-right: 5px;
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px); }
  @media only screen and (max-width: 750px) {
    .m-note {
      width: 12vw;
      margin-right: 0.66667vw;
      -webkit-transform: translateY(-0.4vw);
          -ms-transform: translateY(-0.4vw);
              transform: translateY(-0.4vw); } }

.m-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px;
  border: 1px solid #656D73; }

.m-faq {
  margin-top: 30px; }
  @media only screen and (max-width: 750px) {
    .m-faq {
      margin-top: 4vw; } }
  .m-faq__trigger {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .m-faq__target {
    display: none; }
  .m-faq__targetInner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .m-faq__item {
    border: 1px solid #c3c3c3; }
    .m-faq__item:nth-of-type(n+2) {
      margin-top: 20px; }
      @media only screen and (max-width: 750px) {
        .m-faq__item:nth-of-type(n+2) {
          margin-top: 2.66667vw; } }
  .m-faq__num {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 80px;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.1em; }
    @media only screen and (max-width: 750px) {
      .m-faq__num {
        width: 16vw; } }
    .m-faq__num--type01 {
      height: 80px;
      color: #fff;
      background: #262626; }
    .m-faq__num--type02 {
      color: #5c6466;
      background: #BCC5C7; }
  .m-faq__ttl {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 815px;
    height: 80px;
    padding: 30px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6;
    cursor: pointer; }
    @media only screen and (max-width: 750px) {
      .m-faq__ttl {
        width: 76vw;
        font-size: 15px;
        font-size: 4vw;
        padding: 4vw 10.66667vw 4vw 4vw; } }
    .m-faq__ttl:before {
      position: absolute;
      display: block;
      content: '';
      top: 50%;
      right: 20px;
      width: 15px;
      height: 9px;
      background: url(/akk/f-wing/assets/img/common/gray_arrow_icon.png);
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      -webkit-transform: translateY(-50%) rotate(0deg);
          -ms-transform: translateY(-50%) rotate(0deg);
              transform: translateY(-50%) rotate(0deg);
      transition: all 0.3s; }
    .m-faq__ttl.is-active:before {
      -webkit-transform: translateY(-50%) rotate(-180deg);
          -ms-transform: translateY(-50%) rotate(-180deg);
              transform: translateY(-50%) rotate(-180deg); }
  .m-faq__txt {
    font-size: 16px;
    line-height: 1.6; }
    @media only screen and (max-width: 750px) {
      .m-faq__txt {
        font-size: 14px;
        font-size: 3.73333vw; } }
    .m-faq__txt a {
      color: #E60012;
      text-decoration: underline; }
    .m-faq__txt span {
      color: #E60012; }
    .m-faq__txt .pdf {
      display: inline-block;
      width: 18px;
      margin: 0 5px; }
      @media only screen and (max-width: 750px) {
        .m-faq__txt .pdf {
          width: 3.33333vw;
          margin: 0 0.66667vw; } }
      .m-faq__txt .pdf img {
        vertical-align: text-top; }
        @media only screen and (max-width: 750px) {
          .m-faq__txt .pdf img {
            vertical-align: middle; } }
  .m-faq__block {
    width: 815px;
    font-size: 16px;
    padding: 30px;
    background: #EBEFF2;
    border-top: 1px solid #c3c3c3; }
    @media only screen and (max-width: 750px) {
      .m-faq__block {
        width: 76vw;
        font-size: 15px;
        font-size: 4vw;
        padding: 4vw; } }
  .m-faq__list--type01 {
    counter-reset: number 0; }
    .m-faq__list--type01 li {
      padding-left: 1.5em; }
      .m-faq__list--type01 li:before {
        counter-increment: number 1;
        content: counter(number) "."; }
  .m-faq__list--type02 li {
    padding-left: 1em; }
    .m-faq__list--type02 li:before {
      content: '・'; }
  .m-faq__list--type03 li {
    padding-left: 1em; }
    .m-faq__list--type03 li:nth-of-type(1):before {
      content: '①'; }
    .m-faq__list--type03 li:nth-of-type(2):before {
      content: '②'; }
    .m-faq__list--type03 li:nth-of-type(3):before {
      content: '③'; }
  .m-faq__list--type04 li {
    padding-left: 1em; }
    .m-faq__list--type04 li:before {
      content: '※'; }
  .m-faq__listItem {
    position: relative;
    font-size: 16px;
    line-height: 1.6; }
    @media only screen and (max-width: 750px) {
      .m-faq__listItem {
        font-size: 14px;
        font-size: 3.73333vw; } }
    .m-faq__listItem:before {
      position: absolute;
      display: block;
      top: 0;
      left: 0; }

.m-office {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media only screen and (max-width: 750px) {
    .m-office {
      display: block; } }
  .m-office__item {
    width: 48%; }
    @media only screen and (max-width: 750px) {
      .m-office__item {
        width: 100%; } }
    .m-office__item.w100 {
      width: 100%; }
    .m-office__item:nth-of-type(n+2) {
      margin-top: 50px; }
      @media only screen and (max-width: 750px) {
        .m-office__item:nth-of-type(n+2) {
          margin-top: 10.66667vw; } }
  .m-office__ttl {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 95px;
    padding-bottom: 10px;
    border-bottom: 1px solid #BCC5C7; }
    @media only screen and (max-width: 750px) {
      .m-office__ttl {
        height: auto;
        padding-bottom: 2.66667vw; } }
    .m-office__ttl.hAuto {
      height: auto; }
    .m-office__ttl .exLarge {
      display: block;
      font-size: 24px;
      font-weight: 700;
      line-height: 1.6; }
      @media only screen and (max-width: 750px) {
        .m-office__ttl .exLarge {
          font-size: 23px;
          font-size: 6.13333vw; } }
    .m-office__ttl .large {
      display: block;
      font-size: 20px;
      font-weight: 700;
      line-height: 1.6; }
      @media only screen and (max-width: 750px) {
        .m-office__ttl .large {
          font-size: 18px;
          font-size: 4.8vw; } }
    .m-office__ttl .small {
      display: block;
      font-size: 16px;
      font-weight: 700;
      line-height: 1.6; }
      @media only screen and (max-width: 750px) {
        .m-office__ttl .small {
          font-size: 14px;
          font-size: 3.73333vw; } }
  .m-office__txt {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 10px; }
    @media only screen and (max-width: 750px) {
      .m-office__txt {
        font-size: 16px;
        font-size: 4.26667vw;
        margin-top: 2.66667vw; } }
    .m-office__txt a {
      position: relative; }
      .m-office__txt a:after {
        content: '';
        display: inline-block;
        vertical-align: baseline;
        margin-left: 5px;
        width: 15px;
        height: 15px;
        background: url(/akk/f-wing/assets/img/common/blank_icon.png) no-repeat center;
        background-size: contain; }
        @media only screen and (max-width: 750px) {
          .m-office__txt a:after {
            margin-left: 0.66667vw;
            width: 2.93333vw;
            height: 2.93333vw; } }

.m-numType01 {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 27px;
  height: 27px;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.0;
  margin: 0 5px;
  border-radius: 3px; }
  @media only screen and (max-width: 750px) {
    .m-numType01 {
      font-size: 17px;
      font-size: 4.53333vw;
      margin: 0 0.4vw; } }
  .m-numType01--blue {
    background: #0077CE; }
  .m-numType01--orange {
    background: #DB3A12; }

.m-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 30px; }
  @media only screen and (max-width: 750px) {
    .m-flex {
      display: block;
      gap: 0; } }
  .m-flex--gap20 {
    gap: 0 20px; }
  .m-flex--border {
    padding: 30px 0; }
    .m-flex--border:nth-of-type(n+2) {
      border-top: 1px solid #BCC5C7; }
  @media print, screen and (min-width: 751px) {
    .m-flex__img {
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content; } }
  @media print, screen and (min-width: 751px) {
    .m-flex__img img {
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content; } }
  .m-flex__img.w430 {
    width: 430px; }
    @media only screen and (max-width: 750px) {
      .m-flex__img.w430 {
        width: 100%; } }
    .m-flex__img.w430 img {
      width: 100%; }
  .m-flex__imgList {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 0 15px; }
    @media print, screen and (min-width: 751px) {
      .m-flex__imgList {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content; } }
    @media only screen and (max-width: 750px) {
      .m-flex__imgList {
        gap: 0 2.66667vw;
        margin-top: 4vw; } }
    .m-flex__imgList img {
      display: block; }
      @media print, screen and (min-width: 751px) {
        .m-flex__imgList img {
          width: -webkit-max-content;
          width: -moz-max-content;
          width: max-content; } }
  @media only screen and (max-width: 750px) {
    .m-flex__imgListItem {
      width: 50%; } }
  @media only screen and (max-width: 750px) {
    .m-flex__imgListItem.w100 {
      width: 100%; } }
  @media only screen and (max-width: 750px) {
    .m-flex__imgListItem.mAuto {
      margin-left: auto;
      margin-right: auto; } }
  .m-flex__imgFigure {
    display: block;
    font-size: 12px;
    line-height: 1.6;
    margin-top: 10px; }
    @media only screen and (max-width: 750px) {
      .m-flex__imgFigure {
        font-size: 10px;
        font-size: 2.66667vw;
        margin-top: 1.33333vw; } }

.m-flexType02 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 20px; }
  @media only screen and (max-width: 750px) {
    .m-flexType02 {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      gap: 2.66667vw 2.66667vw; } }
  .m-flexType02__img {
    width: calc(100%/3); }
    @media only screen and (max-width: 750px) {
      .m-flexType02__img {
        width: calc(50% - 10/750*100vw); } }

.m-tableType01 {
  width: 100%; }
  @media only screen and (max-width: 750px) {
    .m-tableType01 {
      margin-top: 4vw; } }
  .m-tableType01.w440 {
    width: 440px; }
    @media only screen and (max-width: 750px) {
      .m-tableType01.w440 {
        width: 100%; } }
  .m-tableType01 table {
    width: 100%;
    border-collapse: collapse; }
    .m-tableType01 table th, .m-tableType01 table td {
      border: 1px solid #707070;
      padding: 10px; }
    .m-tableType01 table th {
      width: 120px;
      height: 80px;
      color: #FFF;
      font-size: 18px;
      text-align: center;
      vertical-align: middle;
      background-color: #2B2B2B; }
      @media only screen and (max-width: 750px) {
        .m-tableType01 table th {
          width: 25.33333vw;
          height: 16vw;
          font-size: 14px;
          font-size: 3.73333vw; } }
    .m-tableType01 table td {
      width: calc(100% - 120*1px);
      color: #303133;
      font-size: 16px;
      line-height: 1.6;
      text-align: left;
      vertical-align: middle;
      background-color: #FFF; }
      @media only screen and (max-width: 750px) {
        .m-tableType01 table td {
          width: calc(100% - 190/750*100vw);
          font-size: 14px;
          font-size: 3.73333vw; } }

.m-anchorType01 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media only screen and (max-width: 750px) {
    .m-anchorType01 {
      display: block; } }
  .m-anchorType01__item {
    width: 438px; }
    @media only screen and (max-width: 750px) {
      .m-anchorType01__item {
        width: 100%; } }
    @media only screen and (max-width: 750px) {
      .m-anchorType01__item:nth-of-type(n+2) {
        margin-top: 4vw; } }

.m-anchorType02 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border: 1px solid #c3c3c3; }
  @media only screen and (max-width: 750px) {
    .m-anchorType02 {
      width: 100%; } }
  .m-anchorType02__item {
    width: 225px;
    height: 90px; }
    .m-anchorType02__item:nth-of-type(n+2) {
      border-left: 1px solid #c3c3c3; }
    @media only screen and (max-width: 750px) {
      .m-anchorType02__item {
        width: calc(100%/3);
        height: calc(180/750*100vw); } }
  .m-anchorType02__item a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%; }
  .m-anchorType02__item span {
    position: relative;
    font-size: 18px;
    padding-bottom: 20px; }
    @media only screen and (max-width: 750px) {
      .m-anchorType02__item span {
        font-size: 14px;
        font-size: 3.73333vw;
        padding-bottom: calc(30/750*100vw); } }
    .m-anchorType02__item span:before {
      position: absolute;
      display: block;
      content: '';
      bottom: -10px;
      left: 50%;
      width: 9px;
      height: 18px;
      background: url(/akk/f-wing/assets/img/common/blue_arrow_icon.png);
      background-size: contain;
      background-repeat: no-repeat;
      -webkit-transform: translateX(-50%) rotate(90deg);
          -ms-transform: translateX(-50%) rotate(90deg);
              transform: translateX(-50%) rotate(90deg); }
      @media only screen and (max-width: 750px) {
        .m-anchorType02__item span:before {
          bottom: -2.66667vw;
          width: 1.86667vw;
          height: 3.73333vw; } }

.m-anchorType03 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%; }
  @media only screen and (max-width: 750px) {
    .m-anchorType03 {
      width: 100%;
      border: 1px solid #c3c3c3; } }
  .m-anchorType03__item {
    width: calc(100%/4);
    height: 90px; }
    @media print, screen and (min-width: 751px) {
      .m-anchorType03__item {
        border-top: 1px solid #c3c3c3;
        border-bottom: 1px solid #c3c3c3;
        border-right: 1px solid #c3c3c3; }
        .m-anchorType03__item:nth-of-type(1), .m-anchorType03__item:nth-of-type(5) {
          border-left: 1px solid #c3c3c3; }
        .m-anchorType03__item:nth-of-type(5), .m-anchorType03__item:nth-of-type(6) {
          border-top: 0; } }
    @media only screen and (max-width: 750px) {
      .m-anchorType03__item {
        width: calc(100%/2);
        height: calc(180/750*100vw); }
        .m-anchorType03__item:nth-of-type(2n) {
          border-left: 1px solid #c3c3c3; }
        .m-anchorType03__item:nth-of-type(n+3) {
          border-top: 1px solid #c3c3c3; } }
  .m-anchorType03__item a {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%; }
    .m-anchorType03__item a:hover {
      text-decoration: none; }
    .m-anchorType03__item a:before {
      position: absolute;
      display: block;
      content: '';
      bottom: 10px;
      left: 50%;
      width: 9px;
      height: 18px;
      background: url(/akk/f-wing/assets/img/common/blue_arrow_icon.png);
      background-size: contain;
      background-repeat: no-repeat;
      -webkit-transform: translateX(-50%) rotate(90deg);
          -ms-transform: translateX(-50%) rotate(90deg);
              transform: translateX(-50%) rotate(90deg); }
      @media only screen and (max-width: 750px) {
        .m-anchorType03__item a:before {
          bottom: 1.33333vw;
          width: 1.86667vw;
          height: 3.73333vw; } }
  .m-anchorType03__item span {
    position: relative;
    font-size: 18px;
    line-height: 1.6;
    text-align: center;
    padding-bottom: 20px; }
    @media only screen and (max-width: 750px) {
      .m-anchorType03__item span {
        font-size: 14px;
        font-size: 3.73333vw;
        padding-bottom: 0; } }

.m-downloadType01 {
  position: relative;
  background: #EBEFF2;
  width: 100%;
  height: 185px; }
  @media only screen and (max-width: 750px) {
    .m-downloadType01 {
      height: auto;
      padding: 6.66667vw; } }
  @media print, screen and (min-width: 751px) {
    .m-downloadType01__inner {
      position: absolute;
      top: -20px;
      left: 50%;
      width: 650px;
      margin: 0 auto;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); } }
  @media print, screen and (min-width: 751px) {
    .m-downloadType01__img {
      position: absolute;
      top: 0;
      left: 0;
      width: 126px;
      box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.3); } }
  @media only screen and (max-width: 750px) {
    .m-downloadType01__img {
      width: 50%;
      margin: 4vw auto 0;
      box-shadow: 0px 0px 4vw -1.33333vw rgba(0, 0, 0, 0.3); } }
  @media print, screen and (min-width: 751px) {
    .m-downloadType01__txt {
      position: absolute;
      top: 40px;
      left: 170px;
      font-size: 22px;
      font-weight: 700;
      line-height: 1.6;
      letter-spacing: 0.1em; } }
  @media only screen and (max-width: 750px) {
    .m-downloadType01__txt {
      font-size: 18px;
      font-size: 4.8vw;
      font-weight: 700;
      line-height: 1.6;
      letter-spacing: 0.1em; } }
  .m-downloadType01__txt span {
    color: #E60012;
    font-size: 22px;
    font-weight: 700; }
    @media only screen and (max-width: 750px) {
      .m-downloadType01__txt span {
        font-size: 18px;
        font-size: 4.8vw; } }
  @media print, screen and (min-width: 751px) {
    .m-downloadType01__btn {
      position: absolute;
      top: 120px;
      left: 170px;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content; } }
  @media only screen and (max-width: 750px) {
    .m-downloadType01__btn {
      margin: 4vw auto 0; } }
  .m-downloadType01__btn a {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 260px;
    height: 50px;
    color: #FFF;
    font-size: 16px;
    line-height: 1;
    background: #303133;
    border: 1px solid #303133; }
    @media only screen and (max-width: 750px) {
      .m-downloadType01__btn a {
        width: 73.33333vw;
        height: 16vw;
        font-size: 17px;
        font-size: 4.53333vw;
        margin: 0 auto; } }
    .m-downloadType01__btn a:before {
      position: absolute;
      display: block;
      content: '';
      top: 50%;
      right: 20px;
      width: 9px;
      height: 18px;
      background: url(/akk/f-wing/assets/img/common/blue_arrow_icon.png);
      background-size: contain;
      background-repeat: no-repeat;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
      @media only screen and (max-width: 750px) {
        .m-downloadType01__btn a:before {
          right: 4.66667vw;
          width: 1.86667vw;
          height: 3.73333vw; } }
    .m-downloadType01__btn a:hover {
      text-decoration: none; }
    @media print, screen and (min-width: 751px) {
      .m-downloadType01__btn a:hover {
        color: #303133;
        background: #FFF; } }

.m-downloadType02 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px; }
  .m-downloadType02__item {
    width: 50%; }
    @media only screen and (max-width: 750px) {
      .m-downloadType02__item {
        width: 80%;
        margin: 0 auto; } }
  .m-downloadType02__img {
    margin: 0 auto; }
    @media only screen and (max-width: 750px) {
      .m-downloadType02__img {
        width: 100%; } }
    .m-downloadType02__img--w260 {
      width: 260px; }
    .m-downloadType02__img--w120 {
      width: 120px; }
  .m-downloadType02__block {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 30px auto 0; }
    @media only screen and (max-width: 750px) {
      .m-downloadType02__block {
        width: 100%;
        margin: 4vw auto 0; } }
  .m-downloadType02__txt {
    font-size: 16px; }
    @media only screen and (max-width: 750px) {
      .m-downloadType02__txt {
        font-size: 14px;
        font-size: 3.73333vw; } }
    .m-downloadType02__txt:nth-of-type(n+2) {
      margin-top: 15px; }
      @media only screen and (max-width: 750px) {
        .m-downloadType02__txt:nth-of-type(n+2) {
          margin-top: 2.66667vw; } }
    .m-downloadType02__txt .pdf {
      display: inline-block;
      width: 18px;
      margin-right: 5px; }
      @media only screen and (max-width: 750px) {
        .m-downloadType02__txt .pdf {
          width: 4vw;
          margin-right: 0.66667vw; } }
    .m-downloadType02__txt .dotted {
      position: relative;
      padding-left: 1.5em; }
      @media only screen and (max-width: 750px) {
        .m-downloadType02__txt .dotted {
          padding-left: 5.33333vw; } }
      .m-downloadType02__txt .dotted:before {
        position: absolute;
        display: block;
        content: '・';
        top: 40%;
        left: 0;
        font-size: 16px;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
        @media only screen and (max-width: 750px) {
          .m-downloadType02__txt .dotted:before {
            top: 50%;
            font-size: 14px;
            font-size: 3.73333vw; } }
    .m-downloadType02__txt .large {
      font-size: 18px; }
      @media only screen and (max-width: 750px) {
        .m-downloadType02__txt .large {
          font-size: 17px;
          font-size: 4.53333vw; } }
    .m-downloadType02__txt .small {
      font-size: 14px; }
      @media only screen and (max-width: 750px) {
        .m-downloadType02__txt .small {
          font-size: 13px;
          font-size: 3.46667vw; } }
    @media print, screen and (min-width: 751px) {
      .m-downloadType02__txt a {
        text-decoration: underline; } }
    @media only screen and (max-width: 750px) {
      .m-downloadType02__txt--sp {
        pointer-events: none; } }
  @media only screen and (max-width: 750px) {
    .m-downloadType02__note {
      margin-top: 4vw; } }
  @media only screen and (max-width: 750px) {
    .m-downloadType02__noteItem {
      font-size: 14px;
      font-size: 3.73333vw;
      line-height: 1.6;
      padding-left: 1em;
      text-indent: -1em; } }
  .m-downloadType02__modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    z-index: 100;
    opacity: 0;
    pointer-events: none;
    transition: all .6s; }
  .m-downloadType02__modalInner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 895px;
    padding: 70px 60px;
    background: #FFF;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .m-downloadType02__modalTxt {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1.8; }
  .m-downloadType02__modalList {
    margin-top: 30px; }
  .m-downloadType02__modalListItem {
    position: relative;
    font-size: 16px;
    line-height: 1.6;
    padding-left: 1em; }
    .m-downloadType02__modalListItem:before {
      position: absolute;
      display: block;
      content: '・';
      top: 0;
      left: 0; }
    .m-downloadType02__modalListItem:nth-of-type(n+2) {
      margin-top: 10px; }
  .m-downloadType02__modalBtn a {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 226px;
    height: 48px;
    color: #FFF;
    letter-spacing: 0.1em;
    background: #303133;
    border: 1px solid #303133;
    margin: 40px auto 0;
    cursor: pointer;
    transition: all 0.3s; }
    .m-downloadType02__modalBtn a:before {
      position: absolute;
      display: block;
      content: '';
      top: 55%;
      right: 20px;
      width: 9px;
      height: 18px;
      background: url(/akk/f-wing/assets/img/common/blue_arrow_icon.png);
      background-size: contain;
      background-repeat: no-repeat;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
    @media print, screen and (min-width: 751px) {
      .m-downloadType02__modalBtn a:hover {
        color: #303133;
        background: #FFF;
        border: 1px solid #303133;
        text-decoration: none; } }

.m-listType01__item {
  position: relative;
  font-size: 16px;
  line-height: 1.6;
  padding-left: 25px; }
  @media only screen and (max-width: 750px) {
    .m-listType01__item {
      font-size: 14px;
      font-size: 3.73333vw;
      padding-left: 1em; } }
  .m-listType01__item:before {
    position: absolute;
    display: block;
    content: '';
    top: 10px;
    left: 10px;
    width: 4px;
    height: 4px;
    background: #1E99E6; }
    @media only screen and (max-width: 750px) {
      .m-listType01__item:before {
        top: 2.4vw;
        left: 1.33333vw;
        width: 1.06667vw;
        height: 1.06667vw; } }

.m-listType02 {
  margin-top: 25px;
  padding: 30px;
  background: #EBEFF2; }
  @media only screen and (max-width: 750px) {
    .m-listType02 {
      margin-top: 4vw;
      padding: 5.33333vw; } }
  .m-listType02__item {
    position: relative;
    font-size: 16px;
    line-height: 1.6;
    padding-left: 25px; }
    @media only screen and (max-width: 750px) {
      .m-listType02__item {
        font-size: 14px;
        font-size: 3.73333vw;
        padding-left: 6.66667vw; } }
    .m-listType02__item:before {
      position: absolute;
      display: block;
      content: '';
      top: 5px;
      left: 3px;
      width: 18px;
      height: 16px;
      background: url(/akk/f-wing/assets/img/common/cation_icon.png);
      background-size: contain;
      background-repeat: no-repeat; }
      @media only screen and (max-width: 750px) {
        .m-listType02__item:before {
          top: 0;
          left: 0;
          width: 6.13333vw;
          height: 5.46667vw; } }
    .m-listType02__item:nth-of-type(n+2) {
      margin-top: 10px; }
      @media only screen and (max-width: 750px) {
        .m-listType02__item:nth-of-type(n+2) {
          margin-top: 2.66667vw; } }
    .m-listType02__item a {
      text-decoration: underline; }

.m-listType03 {
  margin-top: 10px; }
  @media only screen and (max-width: 750px) {
    .m-listType03 {
      margin-top: 1.33333vw; } }
  .m-listType03__item {
    position: relative;
    font-size: 12px;
    line-height: 1.6;
    padding-left: 25px; }
    @media only screen and (max-width: 750px) {
      .m-listType03__item {
        font-size: 14px;
        font-size: 3.73333vw;
        padding-left: 6.66667vw; } }
    .m-listType03__item:nth-of-type(1):before {
      position: absolute;
      display: block;
      content: '※';
      top: 0;
      left: 0; }
    .m-listType03__item:nth-of-type(2):before {
      position: absolute;
      display: block;
      content: '※1';
      top: 0;
      left: 0; }
    .m-listType03__item:nth-of-type(3):before {
      position: absolute;
      display: block;
      content: '※2';
      top: 0;
      left: 0; }

.m-listType04 {
  margin-top: 25px;
  padding: 30px;
  background: #EBEFF2; }
  @media only screen and (max-width: 750px) {
    .m-listType04 {
      margin-top: 4vw;
      padding: 5.33333vw; } }
  .m-listType04__ttl {
    position: relative;
    font-size: 20px;
    padding-left: 60px; }
    @media only screen and (max-width: 750px) {
      .m-listType04__ttl {
        font-size: 16px;
        font-size: 4.26667vw;
        padding-left: 12vw; } }
    .m-listType04__ttl:before {
      position: absolute;
      display: block;
      content: '';
      top: 50%;
      left: 0;
      width: 50px;
      height: 100%;
      background: url(/akk/f-wing/assets/img/common/cation_txt.png);
      background-size: contain;
      background-repeat: no-repeat;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
      @media only screen and (max-width: 750px) {
        .m-listType04__ttl:before {
          width: 10.66667vw; } }
    .m-listType04__ttl.img-only {
      width: 50px;
      height: 20px;
      padding-left: 0; }
      @media only screen and (max-width: 750px) {
        .m-listType04__ttl.img-only {
          width: 10.66667vw;
          height: 4vw; } }
      .m-listType04__ttl.img-only:before {
        display: none; }
  .m-listType04__list {
    margin-top: 15px; }
  .m-listType04__item {
    position: relative;
    font-size: 16px;
    line-height: 1.6;
    padding-left: 45px; }
    @media only screen and (max-width: 750px) {
      .m-listType04__item {
        font-size: 14px;
        font-size: 3.73333vw;
        padding-left: 9.33333vw; } }
    .m-listType04__item:nth-of-type(1):before {
      content: '注1'; }
    .m-listType04__item:nth-of-type(2):before {
      content: '注2'; }
    .m-listType04__item:nth-of-type(3):before {
      content: '注3'; }
    .m-listType04__item:nth-of-type(4):before {
      content: '注4'; }
    .m-listType04__item:before {
      position: absolute;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      top: 4px;
      left: 0;
      width: 36px;
      height: 18px;
      color: #FFF;
      font-size: 13px;
      background: #E60012;
      border-radius: 3px; }
      @media only screen and (max-width: 750px) {
        .m-listType04__item:before {
          top: 1.06667vw;
          left: 0;
          width: 8vw;
          height: 4vw;
          font-size: 10px;
          font-size: 2.66667vw; } }
    .m-listType04__item:nth-of-type(n+2) {
      margin-top: 5px; }
      @media only screen and (max-width: 750px) {
        .m-listType04__item:nth-of-type(n+2) {
          margin-top: 1.33333vw; } }

.m-listType05 {
  margin-top: 10px; }
  @media only screen and (max-width: 750px) {
    .m-listType05 {
      margin-top: 1.33333vw; } }
  .m-listType05__item {
    position: relative;
    font-size: 12px;
    line-height: 1.6;
    padding-left: 25px; }
    @media only screen and (max-width: 750px) {
      .m-listType05__item {
        font-size: 14px;
        font-size: 3.73333vw;
        padding-left: 6.66667vw; } }
    .m-listType05__item:nth-of-type(1):before {
      position: absolute;
      display: block;
      content: '※1';
      top: 0;
      left: 0; }
    .m-listType05__item:nth-of-type(2):before {
      position: absolute;
      display: block;
      content: '※2';
      top: 0;
      left: 0; }
    .m-listType05__item:nth-of-type(3):before {
      position: absolute;
      display: block;
      content: '※3';
      top: 0;
      left: 0; }
    .m-listType05__item a {
      text-decoration: underline; }

.m-listType06__item {
  position: relative;
  font-size: 12px;
  line-height: 1.6;
  padding-left: 1em; }
  @media only screen and (max-width: 750px) {
    .m-listType06__item {
      font-size: 14px;
      font-size: 3.73333vw; } }
  .m-listType06__item:before {
    position: absolute;
    display: block;
    content: '・';
    top: 0;
    left: 0; }

.m-listType07 {
  position: relative; }
  .m-listType07__item {
    position: relative;
    font-size: 16px;
    line-height: 1.6;
    padding-left: 25px; }
    @media only screen and (max-width: 750px) {
      .m-listType07__item {
        font-size: 14px;
        font-size: 3.73333vw;
        padding-left: 4.66667vw; } }
    .m-listType07__item:nth-of-type(n+2) {
      margin-top: 5px; }
      @media only screen and (max-width: 750px) {
        .m-listType07__item:nth-of-type(n+2) {
          margin-top: 1.33333vw; } }
    .m-listType07__item:before {
      position: absolute;
      display: block;
      content: '□';
      top: 0px;
      left: 0;
      font-size: 16px; }
      @media only screen and (max-width: 750px) {
        .m-listType07__item:before {
          font-size: 14px;
          font-size: 3.73333vw; } }
    .m-listType07__item sup {
      font-size: 12px; }
      @media only screen and (max-width: 750px) {
        .m-listType07__item sup {
          font-size: 10px;
          font-size: 2.66667vw; } }
  .m-listType07__tag {
    display: inline-block;
    width: 50px;
    height: 20px; }
    @media only screen and (max-width: 750px) {
      .m-listType07__tag {
        width: 9.33333vw;
        height: 4.66667vw; } }
    .m-listType07__tag img {
      vertical-align: top; }
  .m-listType07__colorRed {
    color: #E60012; }
    @media only screen and (max-width: 750px) {
      .m-listType07__colorRed {
        font-size: 14px;
        font-size: 3.73333vw; } }

.m-listType08__item {
  position: relative;
  font-size: 16px;
  line-height: 1.6;
  padding-left: 75px; }
  @media only screen and (max-width: 750px) {
    .m-listType08__item {
      font-size: 14px;
      font-size: 3.73333vw;
      padding-left: 20vw; } }
  .m-listType08__item:nth-of-type(n+2) {
    margin-top: 5px; }
  .m-listType08__item:before {
    position: absolute;
    display: block;
    content: '※';
    top: 0;
    left: 0;
    font-size: 16px; }
    @media only screen and (max-width: 750px) {
      .m-listType08__item:before {
        font-size: 14px;
        font-size: 3.73333vw; } }
  .m-listType08__item:after {
    position: absolute;
    display: block;
    content: '';
    top: 3px;
    left: 20px;
    width: 50px;
    height: 20px;
    background: url(/akk/f-wing/assets/img/common/cation_txt.png);
    background-repeat: no-repeat;
    background-size: contain; }
    @media only screen and (max-width: 750px) {
      .m-listType08__item:after {
        top: 0.66667vw;
        left: 4.66667vw;
        width: 13.33333vw;
        height: 5.33333vw; } }

.m-listType09__item {
  position: relative;
  font-size: 16px;
  line-height: 1.6;
  padding-left: 1em; }
  @media only screen and (max-width: 750px) {
    .m-listType09__item {
      font-size: 14px;
      font-size: 3.73333vw; } }
  .m-listType09__item:before {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    left: 0; }
  .m-listType09__item:nth-of-type(1):before {
    content: '①'; }
  .m-listType09__item:nth-of-type(2):before {
    content: '②'; }
  .m-listType09__item:nth-of-type(3):before {
    content: '③'; }
  .m-listType09__item:nth-of-type(4):before {
    content: '④'; }
  .m-listType09__item:nth-of-type(5):before {
    content: '⑤'; }

.m-btnType01 {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 50px auto 0; }
  @media only screen and (max-width: 750px) {
    .m-btnType01 {
      margin: 10.66667vw auto 0; } }
  .m-btnType01 a {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 350px;
    height: 75px;
    color: #FFF;
    font-size: 20px;
    background: #303133;
    border: 1px solid #303133; }
    @media only screen and (max-width: 750px) {
      .m-btnType01 a {
        width: 73.33333vw;
        height: 16vw;
        font-size: 17px;
        font-size: 4.53333vw; } }
    .m-btnType01 a:before {
      position: absolute;
      display: block;
      content: '';
      top: 50%;
      right: 20px;
      width: 9px;
      height: 18px;
      background: url(/akk/f-wing/assets/img/common/blue_arrow_icon.png);
      background-size: contain;
      background-repeat: no-repeat;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
      @media only screen and (max-width: 750px) {
        .m-btnType01 a:before {
          right: 4.66667vw;
          width: 1.86667vw;
          height: 3.73333vw; } }
    .m-btnType01 a:hover {
      text-decoration: none; }
    @media print, screen and (min-width: 751px) {
      .m-btnType01 a:hover {
        color: #303133;
        background: #FFF; } }

.m-btnType02 {
  margin: 5.33333vw auto 0; }
  @media print, screen and (min-width: 751px) {
    .m-btnType02 {
      display: none; } }
  .m-btnType02 a {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 90.66667vw;
    height: 14.66667vw;
    color: #303133;
    font-size: 15px;
    font-size: 4vw;
    background: #FFF;
    border: 1px solid #303133; }
    .m-btnType02 a:before {
      position: absolute;
      display: block;
      content: '';
      top: 50%;
      right: 4vw;
      width: 6.26667vw;
      height: 7.33333vw;
      background: url(/akk/f-wing/assets/img/common/pdf_icon.png);
      background-size: contain;
      background-repeat: no-repeat;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
    .m-btnType02 a:hover {
      text-decoration: none; }

.m-btnType03 {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 50px auto 0; }
  @media only screen and (max-width: 750px) {
    .m-btnType03 {
      margin: 10.66667vw auto 0; } }
  .m-btnType03 a {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 335px;
    height: 60px;
    color: #303133;
    font-size: 18px;
    background: #FFF;
    border: 1px solid #303133; }
    @media only screen and (max-width: 750px) {
      .m-btnType03 a {
        width: 73.33333vw;
        height: 16vw;
        font-size: 17px;
        font-size: 4.53333vw; } }
    .m-btnType03 a:before {
      position: absolute;
      display: block;
      content: '';
      top: 50%;
      right: 20px;
      width: 9px;
      height: 18px;
      background: url(/akk/f-wing/assets/img/common/blue_arrow_icon.png);
      background-size: contain;
      background-repeat: no-repeat;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
      @media only screen and (max-width: 750px) {
        .m-btnType03 a:before {
          right: 4.66667vw;
          width: 1.86667vw;
          height: 3.73333vw; } }
    .m-btnType03 a:hover {
      text-decoration: none; }
    @media print, screen and (min-width: 751px) {
      .m-btnType03 a:hover {
        color: #FFF;
        background: #303133; } }

.m-btnType05 {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto; }
  .m-btnType05 a {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 335px;
    height: 70px;
    color: #303133;
    font-size: 18px;
    background: #FFF;
    border: 1px solid #303133; }
    @media only screen and (max-width: 750px) {
      .m-btnType05 a {
        width: 73.33333vw;
        height: 13.33333vw;
        font-size: 14px;
        font-size: 3.73333vw; } }
    .m-btnType05 a:before {
      position: absolute;
      display: block;
      content: '';
      top: 50%;
      right: 20px;
      width: 9px;
      height: 18px;
      background: url(/akk/f-wing/assets/img/common/blue_arrow_icon.png);
      background-size: contain;
      background-repeat: no-repeat;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
      @media only screen and (max-width: 750px) {
        .m-btnType05 a:before {
          right: 4.66667vw;
          width: 1.86667vw;
          height: 3.73333vw; } }
    .m-btnType05 a:hover {
      text-decoration: none; }
    @media print, screen and (min-width: 751px) {
      .m-btnType05 a:hover {
        color: #FFF;
        background: #303133;
        opacity: 1; } }

.m-tal {
  text-align: left !important; }

.m-tac {
  text-align: center; }

.m-bold {
  font-weight: 700; }

.m-underline {
  text-decoration: underline; }

.m-colorBlue {
  color: #0077CE; }

.m-colorOrange {
  color: #DB3A12; }

.m-fs16 {
  font-size: 16px;
  line-height: 1.6; }
  @media only screen and (max-width: 750px) {
    .m-fs16 {
      font-size: 14px;
      font-size: 3.73333vw; } }

.m-fs18 {
  font-size: 18px;
  line-height: 1.6; }

.m-fs20 {
  font-size: 20px;
  line-height: 1.6; }

.m-fs22 {
  font-size: 22px;
  line-height: 1.6; }

.m-fs24 {
  font-size: 22px;
  line-height: 1.6; }

@media only screen and (max-width: 750px) {
  .m-fs28-sp {
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 1.6; } }

@media only screen and (max-width: 750px) {
  .m-fs32-sp {
    font-size: 16px;
    font-size: 4.26667vw;
    line-height: 1.6; } }

@media only screen and (max-width: 750px) {
  .m-fs34-sp {
    font-size: 17px;
    font-size: 4.53333vw;
    line-height: 1.6; } }

@media only screen and (max-width: 750px) {
  .m-fs36-sp {
    font-size: 18px;
    font-size: 4.8vw;
    line-height: 1.6; } }

.m-img {
  margin-left: auto;
  margin-right: auto; }
  @media print, screen and (min-width: 751px) {
    .m-img {
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content; } }
  @media print, screen and (min-width: 751px) {
    .m-img img {
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content; } }
  .m-img--mrAuto {
    margin-left: inherit;
    margin-right: auto; }
  .m-img--mlAuto {
    margin-left: auto;
    margin-right: inherit; }
  .m-img__unit {
    display: block;
    font-size: 12px;
    text-align: right;
    margin-bottom: 10px; }
  .m-img__figure {
    display: block;
    font-size: 12px;
    line-height: 1.6;
    margin-top: 5px; }

.m-mt0 {
  margin-top: 0px; }
  @media only screen and (max-width: 750px) {
    .m-mt0 {
      margin-top: 0vw; } }

.m-mt5 {
  margin-top: 5px; }
  @media only screen and (max-width: 750px) {
    .m-mt5 {
      margin-top: 0.66667vw; } }

.m-mt10 {
  margin-top: 10px; }
  @media only screen and (max-width: 750px) {
    .m-mt10 {
      margin-top: 1.33333vw; } }

.m-mt15 {
  margin-top: 15px; }
  @media only screen and (max-width: 750px) {
    .m-mt15 {
      margin-top: 2vw; } }

.m-mt20 {
  margin-top: 20px; }
  @media only screen and (max-width: 750px) {
    .m-mt20 {
      margin-top: 2.66667vw; } }

.m-mt25 {
  margin-top: 25px; }
  @media only screen and (max-width: 750px) {
    .m-mt25 {
      margin-top: 3.33333vw; } }

.m-mt30 {
  margin-top: 30px; }
  @media only screen and (max-width: 750px) {
    .m-mt30 {
      margin-top: 4vw; } }

.m-mt35 {
  margin-top: 35px; }
  @media only screen and (max-width: 750px) {
    .m-mt35 {
      margin-top: 4.66667vw; } }

.m-mt40 {
  margin-top: 40px; }
  @media only screen and (max-width: 750px) {
    .m-mt40 {
      margin-top: 5.33333vw; } }

.m-mt45 {
  margin-top: 45px; }
  @media only screen and (max-width: 750px) {
    .m-mt45 {
      margin-top: 6vw; } }

.m-mt50 {
  margin-top: 50px; }
  @media only screen and (max-width: 750px) {
    .m-mt50 {
      margin-top: 6.66667vw; } }

.m-mt55 {
  margin-top: 55px; }
  @media only screen and (max-width: 750px) {
    .m-mt55 {
      margin-top: 7.33333vw; } }

.m-mt60 {
  margin-top: 60px; }
  @media only screen and (max-width: 750px) {
    .m-mt60 {
      margin-top: 8vw; } }

.m-mt65 {
  margin-top: 65px; }
  @media only screen and (max-width: 750px) {
    .m-mt65 {
      margin-top: 8.66667vw; } }

.m-mt70 {
  margin-top: 70px; }
  @media only screen and (max-width: 750px) {
    .m-mt70 {
      margin-top: 9.33333vw; } }

.m-mt75 {
  margin-top: 75px; }
  @media only screen and (max-width: 750px) {
    .m-mt75 {
      margin-top: 10vw; } }

.m-mt80 {
  margin-top: 80px; }
  @media only screen and (max-width: 750px) {
    .m-mt80 {
      margin-top: 10.66667vw; } }

.m-mt85 {
  margin-top: 85px; }
  @media only screen and (max-width: 750px) {
    .m-mt85 {
      margin-top: 11.33333vw; } }

.m-mt90 {
  margin-top: 90px; }
  @media only screen and (max-width: 750px) {
    .m-mt90 {
      margin-top: 12vw; } }

.m-mt95 {
  margin-top: 95px; }
  @media only screen and (max-width: 750px) {
    .m-mt95 {
      margin-top: 12.66667vw; } }

.m-mt100 {
  margin-top: 100px; }
  @media only screen and (max-width: 750px) {
    .m-mt100 {
      margin-top: 13.33333vw; } }

@media only screen and (max-width: 750px) {
  .m-mt5-sp {
    margin-top: 0.66667vw; } }

@media only screen and (max-width: 750px) {
  .m-mt10-sp {
    margin-top: 1.33333vw; } }

@media only screen and (max-width: 750px) {
  .m-mt15-sp {
    margin-top: 2vw; } }

@media only screen and (max-width: 750px) {
  .m-mt20-sp {
    margin-top: 2.66667vw; } }

@media only screen and (max-width: 750px) {
  .m-mt25-sp {
    margin-top: 3.33333vw; } }

@media only screen and (max-width: 750px) {
  .m-mt30-sp {
    margin-top: 4vw; } }

@media only screen and (max-width: 750px) {
  .m-mt35-sp {
    margin-top: 4.66667vw; } }

@media only screen and (max-width: 750px) {
  .m-mt40-sp {
    margin-top: 5.33333vw; } }

@media only screen and (max-width: 750px) {
  .m-mt45-sp {
    margin-top: 6vw; } }

@media only screen and (max-width: 750px) {
  .m-mt50-sp {
    margin-top: 6.66667vw; } }

@media only screen and (max-width: 750px) {
  .m-mt55-sp {
    margin-top: 7.33333vw; } }

@media only screen and (max-width: 750px) {
  .m-mt60-sp {
    margin-top: 8vw; } }

@media only screen and (max-width: 750px) {
  .m-mt65-sp {
    margin-top: 8.66667vw; } }

@media only screen and (max-width: 750px) {
  .m-mt70-sp {
    margin-top: 9.33333vw; } }

@media only screen and (max-width: 750px) {
  .m-mt75-sp {
    margin-top: 10vw; } }

@media only screen and (max-width: 750px) {
  .m-mt80-sp {
    margin-top: 10.66667vw; } }

@media only screen and (max-width: 750px) {
  .m-mt85-sp {
    margin-top: 11.33333vw; } }

@media only screen and (max-width: 750px) {
  .m-mt90-sp {
    margin-top: 12vw; } }

@media only screen and (max-width: 750px) {
  .m-mt95-sp {
    margin-top: 12.66667vw; } }

@media only screen and (max-width: 750px) {
  .m-mt100-sp {
    margin-top: 13.33333vw; } }

.m-sitemap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 150px; }
  @media only screen and (max-width: 750px) {
    .m-sitemap {
      display: block;
      height: auto; } }
  .m-sitemap__item {
    height: 50px;
    font-size: 16px; }
    @media only screen and (max-width: 750px) {
      .m-sitemap__item {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        height: 10.66667vw;
        font-size: 15px;
        font-size: 4vw; } }

.pci {
  display: inline; }
  @media only screen and (max-width: 750px) {
    .pci {
      display: none; } }

.spi {
  display: none; }
  @media only screen and (max-width: 750px) {
    .spi {
      display: inline; } }

.pc {
  display: block; }
  @media only screen and (max-width: 750px) {
    .pc {
      display: none; } }

.sp {
  display: none; }
  @media only screen and (max-width: 750px) {
    .sp {
      display: block; } }

/*layout*/
@media print, screen and (min-width: 751px) {
  .header {
    min-width: 1200px;
    box-shadow: 0px 2px 3px 0px rgba(1, 1, 1, 0.1); } }

@media only screen and (max-width: 750px) {
  .header {
    box-shadow: 0px 2px 2px 0px rgba(1, 1, 1, 0.1); } }

.header__inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
  padding: 20px 0 10px; }
  @media only screen and (max-width: 750px) {
    .header__inner {
      width: 100%;
      padding: 4vw; } }

.header__wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 385px; }
  @media only screen and (max-width: 750px) {
    .header__wrap {
      width: auto; } }

.header__logo--main {
  width: 494px; }
  @media only screen and (max-width: 750px) {
    .header__logo--main {
      width: 29.6vw; } }

.header__logo--sub {
  width: 163px; }
  @media only screen and (max-width: 750px) {
    .header__logo--sub {
      width: 22.93333vw; } }

.header__search {
  width: 210px; }
  @media only screen and (max-width: 750px) {
    .header__search {
      display: none; } }
  .header__search__form {
    letter-spacing: -.4em; }
  .header__search__txtbox {
    width: 165px;
    height: 27px;
    padding: 4px;
    border: 1px solid #303133 !important;
    border-right: none !important;
    box-sizing: border-box;
    letter-spacing: normal; }
  .header__search__submit {
    display: inline-block;
    vertical-align: middle;
    width: 38px;
    height: 0;
    border: 1px solid #303133 !important;
    border-left: none !important;
    padding-top: 25px;
    text-indent: -9999px;
    box-sizing: border-box;
    letter-spacing: normal;
    background: url(/akk/f-wing/assets/img/common/search_black_icon.png) no-repeat center center/17px, #fff; }

.header__txt {
  color: #000;
  font-size: 12px;
  margin-top: 10px; }

.globalNav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1200px;
  margin-top: 15px; }
  @media only screen and (max-width: 750px) {
    .globalNav {
      display: none; } }
  .globalNav__links {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 590px; }
  .globalNav__linksItem {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 1.0;
    padding-bottom: 10px; }
    .globalNav__linksItem:before {
      position: absolute;
      display: block;
      content: '';
      bottom: 0;
      width: 0;
      height: 4px;
      background: #1E99E6;
      transition: all 0.4s; }
    .globalNav__linksItem:hover:before {
      width: 100%; }
  .globalNav__linksItem a:hover {
    text-decoration: none; }
  .globalNav__list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 384px;
    border: 1px solid #303133; }
  .globalNav__listItem {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: calc(384/3*1px);
    height: 70px; }
    .globalNav__listItem--01 span:before {
      width: 54px;
      height: 23px;
      background: url(/akk/f-wing/assets/img/common/qa_icon.png);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center; }
    .globalNav__listItem--02 {
      border-left: 1px solid #303133;
      border-right: 1px solid #303133; }
      .globalNav__listItem--02 span:before {
        width: 54px;
        height: 23px;
        background: url(/akk/f-wing/assets/img/common/mail_icon.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center; }
    .globalNav__listItem--03 span:before {
      width: 54px;
      height: 23px;
      background: url(/akk/f-wing/assets/img/common/download_icon.png);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center; }
  .globalNav__listItem a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%; }
    .globalNav__listItem a:hover {
      text-decoration: none; }
  .globalNav__listItem span {
    position: relative;
    font-size: 12px;
    padding-top: 30px; }
    .globalNav__listItem span:before {
      position: absolute;
      display: block;
      content: '';
      top: 0;
      left: 0;
      right: 0;
      margin: 0 auto; }

@media print, screen and (min-width: 751px) {
  .l-footer {
    min-width: 1200px; } }

.l-footer__list--01 {
  background: #EBEFF2; }

.l-footer__list--02 {
  background: #262626; }

.l-footer__links {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1200px;
  height: 40px;
  margin: 0 auto; }
  @media only screen and (max-width: 750px) {
    .l-footer__links {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      width: 100%;
      height: auto;
      border-top: 1px solid #8C9EA3; } }

@media print, screen and (min-width: 751px) {
  .l-footer__linksItem {
    width: calc(1200/6*1px);
    border-right: 1px solid #8C9EA3; }
    .l-footer__linksItem:first-of-type {
      border-left: 1px solid #8C9EA3; } }

@media only screen and (max-width: 750px) {
  .l-footer__linksItem {
    width: calc(100%/3);
    height: 13.33333vw; }
    .l-footer__linksItem:nth-of-type(2), .l-footer__linksItem:nth-of-type(5) {
      border-left: 1px solid #8C9EA3;
      border-right: 1px solid #8C9EA3; }
    .l-footer__linksItem:nth-of-type(n+4) {
      border-top: 1px solid #8C9EA3; } }

.l-footer__linksItem.is-active a {
  font-weight: 700; }

.l-footer__linksItem a {
  display: block;
  font-size: 15px;
  text-align: center; }
  @media print, screen and (min-width: 751px) {
    .l-footer__linksItem a:hover {
      text-decoration: none; } }
  @media only screen and (max-width: 750px) {
    .l-footer__linksItem a {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 100%; } }

.l-footer__related {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1200px;
  height: 65px;
  margin: 0 auto; }
  @media only screen and (max-width: 750px) {
    .l-footer__related {
      display: block;
      width: 89.33333vw;
      height: auto;
      padding: 6.66667vw 0; } }

.l-footer__relatedItem:first-of-type {
  pointer-events: none; }

@media print, screen and (min-width: 751px) {
  .l-footer__relatedItem {
    width: calc(1200/6*1px);
    font-size: 15px;
    font-weight: 700;
    border-right: 1px solid #8C9EA3; } }

@media only screen and (max-width: 750px) {
  .l-footer__relatedItem {
    font-size: 14px;
    font-size: 3.73333vw;
    padding: 2.66667vw 0; }
    .l-footer__relatedItem:first-of-type {
      font-size: 18px;
      font-size: 4.8vw;
      padding: 0 0 4vw 0;
      border-bottom: 1px solid #8C9EA3; } }

.l-footer__relatedItem a {
  display: block;
  color: #FFF;
  font-weight: 700; }
  @media print, screen and (min-width: 751px) {
    .l-footer__relatedItem a {
      text-align: center; }
      .l-footer__relatedItem a:hover {
        text-decoration: none; } }

.l-footer__detail {
  padding: 45px 0 25px;
  background: #DFE4E6; }
  @media only screen and (max-width: 750px) {
    .l-footer__detail {
      padding: 8vw 0 20vw; } }

.l-footer__detailInner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1200px;
  margin: 0 auto; }
  @media only screen and (max-width: 750px) {
    .l-footer__detailInner {
      width: 100%; } }

.l-footer__detailLogo {
  width: 100%;
  margin-bottom: 35px; }
  @media only screen and (max-width: 750px) {
    .l-footer__detailLogo {
      margin-bottom: 5.33333vw; } }

.l-footer__detailLogo a {
  display: block;
  width: 257px;
  margin: 0 auto; }
  @media only screen and (max-width: 750px) {
    .l-footer__detailLogo a {
      width: 71.33333vw; } }

.l-footer__detailCopyright {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 11px;
  line-height: 1.6; }
  @media only screen and (max-width: 750px) {
    .l-footer__detailCopyright {
      width: 100%;
      font-size: 9px;
      font-size: 2.4vw;
      text-align: center;
      margin-top: 5.33333vw;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; } }

.l-footer__detailList {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content; }
  @media only screen and (max-width: 750px) {
    .l-footer__detailList {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 0 auto; } }

@media only screen and (max-width: 750px) {
  .l-footer__detailListItem:nth-of-type(2) a {
    border-left: 1px solid #8C9EA3;
    border-right: 1px solid #8C9EA3; } }

.l-footer__detailListItem:last-of-type a {
  border: 0; }
  @media only screen and (max-width: 750px) {
    .l-footer__detailListItem:last-of-type a {
      display: block;
      width: 100%;
      margin-top: 2vw; } }

.l-footer__detailListItem a {
  display: block;
  font-size: 12px;
  line-height: 1.0;
  padding: 0 15px; }
  @media print, screen and (min-width: 751px) {
    .l-footer__detailListItem a {
      border-right: 1px solid #8C9EA3; } }
  @media only screen and (max-width: 750px) {
    .l-footer__detailListItem a {
      font-size: 10px;
      font-size: 2.66667vw;
      padding: 0 2.66667vw; } }

.l-pagetop {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 46px;
  opacity: 0;
  z-index: 3;
  transition: all 0.3s;
  pointer-events: none; }
  @media only screen and (max-width: 750px) {
    .l-pagetop {
      bottom: 18.66667vw;
      right: 0; } }

.l-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #2B2B2B;
  z-index: 10; }
  @media print, screen and (min-width: 751px) {
    .l-fixed {
      display: none; } }
  .l-fixed__list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 2.66667vw;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .l-fixed__listItem {
    width: calc(100%/5);
    height: 16vw;
    text-align: center; }
    .l-fixed__listItem--menu a:before {
      width: 6.26667vw;
      height: 4.93333vw;
      background: url(/akk/f-wing/assets/img/common/fixed/menu_open_icon.png);
      background-size: contain;
      background-repeat: no-repeat; }
    .l-fixed__listItem--menu a.is-active:before {
      width: 4.8vw;
      height: 4.8vw;
      background: url(/akk/f-wing/assets/img/common/fixed/menu_close_icon.png);
      background-size: contain;
      background-repeat: no-repeat; }
    .l-fixed__listItem--search a:before {
      width: 5.73333vw;
      height: 5.73333vw;
      background: url(/akk/f-wing/assets/img/common/fixed/search_white_icon.png);
      background-size: contain;
      background-repeat: no-repeat; }
    .l-fixed__listItem--search a.is-active:before {
      width: 4.8vw;
      height: 4.8vw;
      background: url(/akk/f-wing/assets/img/common/fixed/menu_close_icon.png);
      background-size: contain;
      background-repeat: no-repeat; }
    .l-fixed__listItem--qa a:before {
      width: 11.06667vw;
      height: 4.66667vw;
      background: url(/akk/f-wing/assets/img/common/fixed/qa_white_icon.png);
      background-size: contain;
      background-repeat: no-repeat; }
    .l-fixed__listItem--download a:before {
      width: 6.93333vw;
      height: 4.93333vw;
      background: url(/akk/f-wing/assets/img/common/fixed/download_white_icon.png);
      background-size: contain;
      background-repeat: no-repeat; }
    .l-fixed__listItem--contact a:before {
      width: 6.93333vw;
      height: 4.53333vw;
      background: url(/akk/f-wing/assets/img/common/fixed/mail_white_icon.png);
      background-size: contain;
      background-repeat: no-repeat; }
  .l-fixed__listItem a {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    color: #FFF;
    font-size: 10px;
    font-size: 2.66667vw;
    text-align: center;
    padding: 2.66667vw 0; }
    .l-fixed__listItem a:before {
      position: absolute;
      display: block;
      content: '';
      top: 4vw;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
  .l-fixed__menu {
    display: none;
    background: #FFF;
    height: calc(100vh - 120/750*100vw); }
    @media only screen and (max-width: 750px) {
      .l-fixed__menu {
        overflow-y: scroll; } }
  .l-fixed__menuHead {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 4vw; }
  .l-fixed__menuLogo--fWing {
    width: 29.6vw; }
  .l-fixed__menuLogo--asahikasei {
    width: 22.93333vw; }
  .l-fixed__menuListItem {
    width: 100%;
    height: 12vw;
    border-top: 1px solid #dfe4e6; }
  .l-fixed__menuListItem a {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-size: 3.73333vw;
    padding: 0 4vw; }
    .l-fixed__menuListItem a:before {
      position: absolute;
      display: block;
      content: '';
      top: 50%;
      right: 6.66667vw;
      width: 2vw;
      height: 3.2vw;
      background: url(/akk/f-wing/assets/img/common/fixed/menu_arrow_icon.png);
      background-size: contain;
      background-repeat: no-repeat;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      transition: all 0.3s; }
    .l-fixed__menuListItem a.is-active:before {
      -webkit-transform: translateY(-50%) rotate(90deg);
          -ms-transform: translateY(-50%) rotate(90deg);
              transform: translateY(-50%) rotate(90deg); }
  .l-fixed__menuChild {
    display: none; }
  .l-fixed__menuChild a {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    height: 12vw;
    font-size: 14px;
    font-size: 3.73333vw;
    padding: 0 4vw;
    background: #f5f5f5;
    border-top: 1px solid #dfe4e6; }
    .l-fixed__menuChild a:before {
      position: absolute;
      display: block;
      content: '';
      top: 50%;
      right: 6.66667vw;
      width: 2vw;
      height: 3.2vw;
      background: url(/akk/f-wing/assets/img/common/fixed/menu_arrow_icon.png);
      background-size: contain;
      background-repeat: no-repeat;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
  .l-fixed__search {
    display: none;
    position: absolute;
    bottom: 16vw;
    width: 100%;
    padding: 6.66667vw 0;
    background: #dfe4e6;
    border-top: 1px solid #b2b2b2; }
    .l-fixed__search form {
      text-align: center; }

.slider {
  position: relative;
  min-width: 1200px;
  width: 100%;
  margin: 0 auto;
  margin-top: 0; }
  @media only screen and (max-width: 750px) {
    .slider {
      min-width: 100%; } }
  .slider .swiper-container {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto; }
    @media only screen and (max-width: 750px) {
      .slider .swiper-container {
        width: 100%; } }
    .slider .swiper-container .swiper-slide img {
      max-width: 1280px;
      width: 100%;
      margin: 0 auto; }
  .slider .arrow .swiper-button-next {
    position: absolute;
    top: 50%;
    left: auto;
    right: 1%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 24px;
    height: 40px;
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    background-image: none;
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat; }
    @media only screen and (max-width: 750px) {
      .slider .arrow .swiper-button-next {
        width: 3.2vw;
        height: 5.33333vw; } }
  .slider .arrow .swiper-button-prev {
    position: absolute;
    top: 50%;
    left: 1%;
    right: auto;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 24px;
    height: 40px;
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    background-image: none;
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat; }
    @media only screen and (max-width: 750px) {
      .slider .arrow .swiper-button-prev {
        width: 3.2vw;
        height: 5.33333vw; } }
  .slider .swiper-pagination {
    bottom: 0; }
    .slider .swiper-pagination .swiper-pagination-bullet-active {
      background: #fefefe; }
    .slider .swiper-pagination .swiper-pagination-bullet {
      max-width: 15px;
      width: 2vw;
      max-height: 15px;
      height: 2vw;
      background: #a0a0a0; }

/**
 * Swiper 4.4.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 19, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-property: transform,-webkit-transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-property: transform,-webkit-transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  transition-property: height,-webkit-transform;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform; }

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s top,.2s -webkit-transform;
  transition: .2s transform,.2s top;
  transition: .2s transform,.2s top,.2s -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s left,.2s -webkit-transform;
  transition: .2s transform,.2s left;
  transition: .2s transform,.2s left,.2s -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s right,.2s -webkit-transform;
  transition: .2s transform,.2s right;
  transition: .2s transform,.2s right,.2s -webkit-transform; }

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000; }

.swiper-pagination-lock {
  display: none; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px; }

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden; }

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden; }

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0; }

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-in-out; }
  .modaal-wrapper * {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden; }
  .modaal-wrapper .modaal-close {
    border: none;
    background: transparent;
    padding: 0;
    -webkit-appearance: none; }
  .modaal-wrapper.modaal-start_none {
    display: none;
    opacity: 1; }
  .modaal-wrapper.modaal-start_fade {
    opacity: 0; }
  .modaal-wrapper *[tabindex="0"] {
    outline: none !important; }
  .modaal-wrapper.modaal-fullscreen {
    overflow: hidden; }

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%; }
  .modaal-fullscreen .modaal-outer-wrapper {
    display: block; }

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px; }
  .modaal-fullscreen .modaal-inner-wrapper {
    padding: 0;
    display: block;
    vertical-align: top; }

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto; }
  .modaal-container.is_loading {
    height: 100px;
    width: 100px;
    overflow: hidden; }
  .modaal-fullscreen .modaal-container {
    max-width: none;
    height: 100%;
    overflow: auto; }

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  transition: all 0.2s ease-in-out; }
  .modaal-close:focus, .modaal-close:hover {
    outline: none;
    background: #fff; }
    .modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
      background: #b93d0c; }
  .modaal-close span {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden; }
  .modaal-close:before, .modaal-close:after {
    display: block;
    content: " ";
    position: absolute;
    top: 14px;
    left: 23px;
    width: 4px;
    height: 22px;
    border-radius: 4px;
    background: #fff;
    transition: background 0.2s ease-in-out; }
  .modaal-close:before {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .modaal-close:after {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .modaal-fullscreen .modaal-close {
    background: #afb7bc;
    right: 10px;
    top: 10px; }

.modaal-content-container {
  padding: 30px; }

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0; }

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent; }
  .modaal-confirm-btn.modaal-ok {
    padding: 10px 15px;
    color: #fff;
    background: #555;
    border-radius: 3px;
    transition: background 0.2s ease-in-out; }
    .modaal-confirm-btn.modaal-ok:hover {
      background: #2f2f2f; }
  .modaal-confirm-btn.modaal-cancel {
    text-decoration: underline; }
    .modaal-confirm-btn.modaal-cancel:hover {
      text-decoration: none;
      color: #2f2f2f; }

@keyframes instaReveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes instaReveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important; }

.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent; }

.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important; }

.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  -webkit-animation: instaReveal 1s linear forwards;
          animation: instaReveal 1s linear forwards; }

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px; }

.modaal-image .modaal-container {
  width: auto;
  max-width: 100%; }

.modaal-gallery-wrap {
  position: relative;
  color: #fff; }

.modaal-gallery-item {
  display: none; }
  .modaal-gallery-item img {
    display: block; }
  .modaal-gallery-item.is_active {
    display: block; }

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff; }
  .modaal-gallery-label:focus {
    outline: none; }

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  transition: all 0.2s ease-in-out; }
  .modaal-gallery-control.is_hidden {
    opacity: 0;
    cursor: default; }
  .modaal-gallery-control:focus, .modaal-gallery-control:hover {
    outline: none;
    background: #fff; }
    .modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
      background: #afb7bc; }
  .modaal-gallery-control span {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden; }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    display: block;
    content: " ";
    position: absolute;
    top: 16px;
    left: 25px;
    width: 4px;
    height: 18px;
    border-radius: 4px;
    background: #fff;
    transition: background 0.2s ease-in-out; }
  .modaal-gallery-control:before {
    margin: -5px 0 0;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .modaal-gallery-control:after {
    margin: 5px 0 0;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px; }

.modaal-gallery-next-outer {
  right: 45px; }

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 22px; }

.modaal-gallery-prev:before {
  margin: 5px 0 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.modaal-gallery-prev:after {
  margin: -5px 0 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px; }

.modaal-gallery-prev-outer {
  left: 45px; }

.modaal-video-wrap {
  margin: auto 50px;
  position: relative; }

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto; }
  .modaal-video-container iframe,
  .modaal-video-container object,
  .modaal-video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%; }

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block; }

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px; } }

@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px; }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    background: rgba(0, 0, 0, 0.7); }
    .modaal-gallery-control:before, .modaal-gallery-control:after {
      background: #fff; }
  .modaal-gallery-next {
    left: auto;
    right: 20px; }
  .modaal-gallery-prev {
    left: 20px;
    right: auto; } }

@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important; } }

@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important; } }

@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px; }
  .modaal-instagram iframe {
    width: 600px !important; } }

@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important; }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px; } }

@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important; } }

@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none; } }

.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  -webkit-transform: scale(0.25);
      -ms-transform: scale(0.25);
          transform: scale(0.25); }

@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); } }

.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute; }

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff; }

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s; }

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite; }

.modaal-loading-spinner > div:nth-of-type(1) {
  -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(2) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .12s;
  animation-delay: .12s; }

.modaal-loading-spinner > div:nth-of-type(2) {
  -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(3) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .25s;
  animation-delay: .25s; }

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite; }

.modaal-loading-spinner > div:nth-of-type(3) {
  -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(4) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .37s;
  animation-delay: .37s; }

.modaal-loading-spinner > div:nth-of-type(4) {
  -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(5) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .5s;
  animation-delay: .5s; }

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite; }

.modaal-loading-spinner > div:nth-of-type(5) {
  -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(6) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .62s;
  animation-delay: .62s; }

.modaal-loading-spinner > div:nth-of-type(6) {
  -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(7) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .75s;
  animation-delay: .75s; }

.modaal-loading-spinner > div:nth-of-type(7) {
  -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .87s;
  animation-delay: .87s; }

.modaal-loading-spinner > div:nth-of-type(8) {
  -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0); }

.head-cont {
  width: 1200px;
  margin: 0 auto;
  margin-top: 20px; }
  @media only screen and (max-width: 750px) {
    .head-cont {
      display: none; } }
  .head-cont__list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .head-cont__list li {
      position: relative; }
    .head-cont__list li:nth-child(n)::after {
      content: "";
      position: absolute;
      display: block;
      width: 5px;
      height: 5px;
      border-bottom: solid 1px #656D73;
      border-right: solid 1px #656D73;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
      top: 50%;
      right: 0;
      margin-right: 10px;
      z-index: -2; }
    .head-cont__list li:last-child::after {
      content: "";
      position: absolute;
      display: block;
      width: 5px;
      height: 5px;
      border-bottom: solid 1px #ffffff;
      border-right: solid 1px #ffffff;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
      top: 50%;
      right: 0;
      margin-right: 10px;
      z-index: -2; }
    .head-cont__list a {
      padding-right: 20px;
      font-size: 12px;
      text-decoration: none;
      color: #656D73; }
    .head-cont__list .active a {
      color: #000000; }

/*pages*/
.p-kv {
  background: #131313; }

.p-topics__list {
  width: 1200px;
  margin: 0 auto; }
  @media only screen and (max-width: 750px) {
    .p-topics__list {
      width: 92vw; } }

.p-topics__listItem {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 0; }
  @media only screen and (max-width: 750px) {
    .p-topics__listItem {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      padding: 3.33333vw 0; } }

.p-topics__listDay {
  font-size: 16px; }
  @media print, screen and (min-width: 751px) {
    .p-topics__listDay {
      width: 80px; } }
  @media only screen and (max-width: 750px) {
    .p-topics__listDay {
      font-size: 14px;
      font-size: 3.73333vw; } }

.p-topics__listTag {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 70px;
  height: 22px;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  background: #1E99E6;
  margin-left: 20px; }
  @media only screen and (max-width: 750px) {
    .p-topics__listTag {
      width: 12.8vw;
      height: 4.8vw;
      font-size: 12px;
      font-size: 3.2vw;
      margin: 0 2.66667vw; } }

.p-topics__listTxt {
  max-width: 940px;
  font-size: 16px;
  line-height: 1.8;
  margin-left: 20px; }
  @media only screen and (max-width: 750px) {
    .p-topics__listTxt {
      width: 100%;
      font-size: 14px;
      font-size: 3.73333vw;
      margin-top: 1.33333vw;
      margin-left: 0; } }

.p-topics__listPdf img {
  width: 17px;
  vertical-align: middle; }
  @media only screen and (max-width: 750px) {
    .p-topics__listPdf img {
      width: 4vw;
      vertical-align: sub; } }

.p-topics__listPdf span {
  font-size: 12px; }
  @media only screen and (max-width: 750px) {
    .p-topics__listPdf span {
      font-size: 11px;
      font-size: 2.93333vw; } }

.p-topics__listBlank img {
  width: 15px;
  vertical-align: baseline; }
  @media only screen and (max-width: 750px) {
    .p-topics__listBlank img {
      width: 4vw; } }

@media print, screen and (min-width: 751px) {
  .p-topics__listBtn {
    display: none; } }

@media only screen and (max-width: 750px) {
  .p-topics__listBtn {
    width: 100%;
    font-size: 14px;
    font-size: 3.73333vw;
    text-align: right;
    margin-top: 1.33333vw; } }

.p-lineup {
  padding: 80px 0 0;
  background: #262626; }
  @media only screen and (max-width: 750px) {
    .p-lineup {
      padding: 14.66667vw 0 0; } }
  .p-lineup__txt {
    color: #FFF;
    font-size: 28px;
    font-weight: 700;
    text-align: center; }
    @media only screen and (max-width: 750px) {
      .p-lineup__txt {
        font-size: 18px;
        font-size: 4.8vw; } }
  .p-lineup__ttl {
    color: #FFF;
    font-size: 32px;
    line-height: 1.0;
    text-align: center;
    margin-top: 20px;
    font-family: "NotoSans-M", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif; }
    @media only screen and (max-width: 750px) {
      .p-lineup__ttl {
        font-size: 21px;
        font-size: 5.6vw;
        margin-top: 4vw; } }
  .p-lineup__list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin: 50px auto 0; }
    @media only screen and (max-width: 750px) {
      .p-lineup__list {
        display: block;
        margin: 8vw auto 0; } }
  .p-lineup__listItem {
    width: 50%;
    padding-bottom: 80px; }
    @media only screen and (max-width: 750px) {
      .p-lineup__listItem {
        width: 100%;
        padding-bottom: 12vw; } }
    .p-lineup__listItem--blue {
      background: url(/akk/f-wing/assets/img/top/lineup_bg_blue.png);
      background-size: contain;
      background-repeat: repeat-x;
      background-position: center bottom; }
      @media only screen and (max-width: 750px) {
        .p-lineup__listItem--blue {
          background: url(/akk/f-wing/assets/img/top/lineup_bg_blue--sp.png);
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center bottom; } }
    .p-lineup__listItem--orange {
      background: url(/akk/f-wing/assets/img/top/lineup_bg_orange.png);
      background-size: contain;
      background-repeat: repeat-x;
      background-position: center bottom; }
      @media only screen and (max-width: 750px) {
        .p-lineup__listItem--orange {
          background: url(/akk/f-wing/assets/img/top/lineup_bg_orange--sp.png);
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center bottom; } }
  .p-lineup__listBlock {
    width: 568px;
    margin: 0 auto;
    padding: 45px;
    background: #FFF; }
    @media only screen and (max-width: 750px) {
      .p-lineup__listBlock {
        width: 90.66667vw;
        padding: 8vw 6.66667vw; } }
    @media only screen and (max-width: 750px) {
      .p-lineup__listBlock--orange {
        margin-top: 12vw; } }
  .p-lineup__listImg--01 {
    width: 343px;
    margin: 0 auto; }
    @media only screen and (max-width: 750px) {
      .p-lineup__listImg--01 {
        width: 67.46667vw; } }
  .p-lineup__listImg--02 {
    width: 334px;
    margin: 0 auto; }
    @media only screen and (max-width: 750px) {
      .p-lineup__listImg--02 {
        width: 66.53333vw; } }
  .p-lineup__listTxt {
    position: relative;
    height: 225px;
    font-size: 16px;
    line-height: 2.0;
    margin-top: 20px; }
    @media only screen and (max-width: 750px) {
      .p-lineup__listTxt {
        height: auto;
        font-size: 16px;
        font-size: 4.26667vw;
        line-height: 1.6;
        margin-top: 5.33333vw; } }
    .p-lineup__listTxt:before {
      position: absolute;
      display: block;
      content: '';
      top: 0;
      left: 0;
      width: 18px;
      height: 18px; }
      @media only screen and (max-width: 750px) {
        .p-lineup__listTxt:before {
          width: 2.93333vw;
          height: 2.93333vw; } }
    .p-lineup__listTxt:after {
      position: absolute;
      display: block;
      content: '';
      bottom: 0;
      right: 0;
      width: 18px;
      height: 18px;
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
      @media only screen and (max-width: 750px) {
        .p-lineup__listTxt:after {
          width: 2.93333vw;
          height: 2.93333vw; } }

.p-links {
  background: url(/akk/f-wing/assets/img/top/links_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0; }
  @media only screen and (max-width: 750px) {
    .p-links {
      background: #080808;
      padding: 10.66667vw 0; } }
  .p-links__inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 1080px;
    margin: 0 auto; }
    @media only screen and (max-width: 750px) {
      .p-links__inner {
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 89.33333vw; } }
  .p-links__list {
    width: 416px; }
    @media only screen and (max-width: 750px) {
      .p-links__list {
        width: 89.33333vw; } }
  .p-links__listItem:nth-of-type(2) a {
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .p-links__listItem a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media print, screen and (min-width: 751px) {
      .p-links__listItem a:hover {
        opacity: 1;
        text-decoration: none; }
        .p-links__listItem a:hover .p-links__listImg img {
          -webkit-transform: scale(1.2);
              -ms-transform: scale(1.2);
                  transform: scale(1.2); } }
  .p-links__listTxt {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 208px;
    background: #FFF;
    text-align: center; }
    @media only screen and (max-width: 750px) {
      .p-links__listTxt {
        width: 50%; } }
    .p-links__listTxt .ja {
      display: block;
      font-size: 16px;
      line-height: 1.5; }
    .p-links__listTxt .en {
      display: block;
      color: #0077CE;
      font-size: 12px;
      margin-top: 10px; }
  .p-links__listImg {
    width: 208px;
    overflow: hidden; }
    @media only screen and (max-width: 750px) {
      .p-links__listImg {
        width: 50%; } }
    .p-links__listImg img {
      transition: all 0.5s; }
  .p-links__logo {
    width: 248px; }
    @media only screen and (max-width: 750px) {
      .p-links__logo {
        width: 100%;
        -webkit-order: -1;
            -ms-flex-order: -1;
                order: -1; } }

.p-news {
  padding: 80px 0; }
  @media only screen and (max-width: 750px) {
    .p-news {
      padding: 16vw 0; } }
  .p-news__inner {
    position: relative;
    width: 1200px;
    margin: 0 auto; }
    @media only screen and (max-width: 750px) {
      .p-news__inner {
        width: 92vw; } }
  .p-news__ttl {
    position: relative;
    font-size: 22px;
    padding-top: 15px;
    font-family: "NotoSans-M", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif; }
    @media only screen and (max-width: 750px) {
      .p-news__ttl {
        font-size: 21px;
        font-size: 5.6vw;
        padding-top: 3.33333vw; } }
    .p-news__ttl:before {
      position: absolute;
      display: block;
      content: '';
      top: 0;
      left: 0;
      width: 30px;
      height: 2px;
      background: url(/akk/f-wing/assets/img/top/news_ttl_icon.png);
      background-size: contain;
      background-repeat: no-repeat; }
      @media only screen and (max-width: 750px) {
        .p-news__ttl:before {
          width: 6vw;
          height: 0.53333vw; } }
  .p-news__listItem {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 0;
    border-top: 1px solid #EBEFF2; }
    @media only screen and (max-width: 750px) {
      .p-news__listItem {
        display: block;
        padding: 4vw 0; } }
    .p-news__listItem:last-child {
      border-bottom: 1px solid #EBEFF2; }
  .p-news__listDate {
    width: 80px;
    font-size: 16px; }
    @media only screen and (max-width: 750px) {
      .p-news__listDate {
        font-size: 14px;
        font-size: 3.73333vw;
        margin-bottom: 1.33333vw; } }
  .p-news__listTxt {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 1105px;
    margin-left: 20px; }
    @media only screen and (max-width: 750px) {
      .p-news__listTxt {
        width: 100%;
        margin-left: 0; } }
    @media print, screen and (min-width: 751px) {
      .p-news__listTxt--under {
        width: 795px; } }
    .p-news__listTxt .new {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 70px;
      height: 22px;
      color: #FFF;
      font-size: 14px;
      font-weight: 700;
      text-align: center;
      margin-right: 20px;
      background: #0077CE; }
      @media only screen and (max-width: 750px) {
        .p-news__listTxt .new {
          width: 12vw;
          height: 4vw;
          font-size: 10px;
          font-size: 2.66667vw;
          margin-left: 0.66667vw;
          margin-right: 0;
          -webkit-transform: translateY(-1.06667vw);
              -ms-transform: translateY(-1.06667vw);
                  transform: translateY(-1.06667vw); } }
    .p-news__listTxt .pdfIcon {
      color: #303233;
      font-size: 12px;
      margin-left: 5px; }
      @media only screen and (max-width: 750px) {
        .p-news__listTxt .pdfIcon {
          font-size: 9px;
          font-size: 2.4vw;
          margin-left: 0.66667vw;
          -webkit-transform: translateY(-0.66667vw);
              -ms-transform: translateY(-0.66667vw);
                  transform: translateY(-0.66667vw); } }
      .p-news__listTxt .pdfIcon img {
        width: 20px;
        margin-right: 5px; }
        @media only screen and (max-width: 750px) {
          .p-news__listTxt .pdfIcon img {
            width: 4vw;
            margin-right: 0.66667vw; } }
    .p-news__listTxt .blank img {
      width: 16px;
      margin-left: 5px;
      vertical-align: baseline; }
      @media only screen and (max-width: 750px) {
        .p-news__listTxt .blank img {
          width: 4vw;
          margin-left: 0.66667vw;
          -webkit-transform: translateY(0.4vw);
              -ms-transform: translateY(0.4vw);
                  transform: translateY(0.4vw); } }
    .p-news__listTxt .txt {
      font-size: 16px;
      line-height: 1.6; }
      @media only screen and (max-width: 750px) {
        .p-news__listTxt .txt {
          font-size: 14px;
          font-size: 3.73333vw; } }
    .p-news__listTxt a {
      font-size: 16px;
      line-height: 1.6; }
      @media only screen and (max-width: 750px) {
        .p-news__listTxt a {
          font-size: 14px;
          font-size: 3.73333vw; } }
    .p-news__listTxt span {
      font-size: 16px;
      line-height: 1.6; }
      @media only screen and (max-width: 750px) {
        .p-news__listTxt span {
          font-size: 14px;
          font-size: 3.73333vw; } }
    @media print, screen and (min-width: 751px) {
      .p-news__listTxt .pc-only {
        display: inline-block !important; } }
    @media only screen and (max-width: 750px) {
      .p-news__listTxt .pc-only {
        display: none !important; } }
    @media print, screen and (min-width: 751px) {
      .p-news__listTxt .sp-only {
        display: none !important; } }
    @media only screen and (max-width: 750px) {
      .p-news__listTxt .sp-only {
        display: inline-block !important; } }
  @media print, screen and (min-width: 751px) {
    .p-news__btn {
      position: absolute;
      top: 0;
      right: 0; } }
  @media only screen and (max-width: 750px) {
    .p-news__btn {
      margin-top: 8vw; } }
  .p-news__btn a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 200px;
    height: 40px;
    color: #303133;
    font-size: 16px;
    border: 1px solid #303133; }
    @media print, screen and (min-width: 751px) {
      .p-news__btn a:hover {
        color: #FFF;
        background: #303133;
        text-decoration: none; } }
    @media only screen and (max-width: 750px) {
      .p-news__btn a {
        width: 50.66667vw;
        height: 10vw;
        font-size: 15px;
        font-size: 4vw;
        margin: 0 auto; } }
