/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

@charset "UTF-8";
 
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:baseline;
    background:transparent;
}
 
body {
    line-height:1;
}
 
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
 
nav ul {
    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;
}
 
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
 
/* change colours to suit your needs */
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;
}
 
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
 
input, select {
    vertical-align:middle;
}

/*clearfix*/

.clearfix:after {
    content:" ";
    display: block;
    clear: both;
}


a{
    text-decoration: none;
}

li{
    list-style: none;
}

*{-moz-box-sizing: border-box;-webkit-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;}@charset "UTF-8"; /**/
/* ランドスケープ対応 */
body {
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
}

.wrapper {
  -webkit-font-smoothing: antialiased;

  height: 100%; /* footer sticky用 */
}

.content {
  background-position: top center;
  background-repeat: repeat-y;
  background-size: auto;
  position: relative;
}

.unit-wrapper {
  background-position: top center;
  background-repeat: repeat-y;
  background-size: auto;
}

.unit-base {
  width: calc(100% - 80px);
  margin: 0 auto 0 auto;
  /* padding-bottom: 50px; */
  /* max-width: 1080px; */
  /* max-width: 1360px; */
  max-width: 1200px;
  word-break: break-word;
}

.unit-base.fullWidth{
  width: 100%;
  max-width: none;
}

.unit-base.padding-bottom-0{
  padding-bottom: 0;
}

.unit-base-large {
  max-width: none;
  padding-bottom: 0;
}

.unit-base-large-color-1 {
  max-width: none;
  padding-bottom: 0;
    background-color: #F7F5EF;
    margin-bottom: 0;
}

.unit-base-large-color-2 {
  max-width: none;
  padding-bottom: 0;
    background-color: #F0F0F0;
}

.unit-wrapper-indent {
  padding-bottom: 0;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 130px;
}

.unit-wrapper-indent .unit-base {
  padding-bottom: 0;
  background-color: #1d1d1d;
  /* border: solid 1px #b3b3b3; */
  border-radius: 10px;
  color: white;
}

.unit-margin-0 .unit-base {
  padding-bottom: 0;
}

.unit-margin-0-full .unit-base {
    padding-bottom: 0;
    margin-bottom: 0;
}

.unit-bottom-margin{
  margin-bottom:64px;
}

.unit-margin-1 .unit-base {
}

.unit-margin-5px .unit-base {
  padding-bottom: 5px;
}

.unit-margin-10px .unit-base {
  padding-bottom: 10px;
}

.unit-margin-15px .unit-base {
  padding-bottom: 15px;
}

.unit-margin-20px .unit-base {
  padding-bottom: 20px;
}

.unit-margin-25px .unit-base {
  padding-bottom: 25px;
}

.unit-margin-30px .unit-base {
  padding-bottom: 30px;
}

.unit-margin-35px .unit-base {
  padding-bottom: 35px;
}

.unit-margin-40px .unit-base {
  padding-bottom: 40px;
}

.unit-margin-45px .unit-base {
  padding-bottom: 45px;
}

.unit-margin-50px .unit-base {
  padding-bottom: 50px;
}

.unit-base-full {
  max-width: 100%;
}

.hover-button {
  transition: filter 0.7s ease;
  filter: brightness(1);
}

.hover-effect-on:hover {
  transition: filter 0.1s ease;
  filter: brightness(1.4) invert(8%);
}

a {
  color: inherit;
}

body.langTopPage .container#container {
  overflow-x: hidden;
  margin-top: 60px;
}
@media screen and (min-width: 1280px) {
  body.langTopPage .container#container {
    margin-top: 130px;
  }
  .content {
    width: 100%;
  }
  /* ローカルナビがある時 */
  .is-localNav .content {
    width: calc(100% - 360px);
  }
}

.container .comment {
  opacity: 0.4;
  line-height: 1.6;
  font-size: 12px;
  margin: 0 auto;
  padding: 0 120px 150px 120px;
}

.container .comment dt.comment-list {
  float: left;
  /* padding-right: 10px; */
  padding-bottom: 10px;
}

.container .comment dd.comment-list {
  padding-left: 35px;
  padding-bottom: 10px;
}

 .fontfamily-id-1 {
  -webkit-font-smoothing: antialiased;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
}

/*
.fontfamily-id-2 {
  -webkit-font-smoothing: antialiased;
    font-family: 'M PLUS Rounded 1c', "Segoe UI", "Helvetica Neue", Arial,"Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", YuGothic, YuGothicM,"Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    transform: rotate(0.03deg);
}
.eng-1 .fontfamily-id-1,.eng-1 .fontfamily-id-2 {
    font-family: 'Roboto', sans-serif;
    
} */

.theme-4 .fancybox-radius .fancybox-skin {
  border-radius: 20px;
}

.theme-4 .fancybox-radius .fancybox-image {
  border-radius: 20px;
}

.fancybox-radius .fancybox-radius-close {
  position: relative;
  width: 30px;
  position: absolute;
  top: -40px;
  right: 10px;
  cursor: pointer;
}

.fancybox-radius .fancybox-radius-close img {
  width: 100%;
}

.dummy-page .container {
  margin-left: 0;
}
/* .cms-content .container {
  margin-left: 0;
}
.cms-content header {
  display: none;
}

.cms-content footer {
  display: none;
} */

.ww-text {
  /* line-height: 1.8; */
}
.ww-text > a {
  text-decoration: underline;
  color: #cc1033;
}
.ww-text > a:hover {
  text-decoration: none;
}
.ant-txt > a{
  text-decoration: underline;
  color: #cc1033;
}
.ant-txt > a:hover {
  text-decoration: none;
}

/* boxDesign */
.boxDesign {
  border-radius: 8px;
}

.boxDesign.__bright {
  background-color: #F0F0F0!important;
}
.boxDesign.__medium {
  background-color: #575757!important;
  color: #fff!important;
}


.boxDesign.__bg_white {
  background-color: #fff!important;
}
.boxDesign.__bg_gray {
  background-color: #f2f2f2!important;
}
.boxDesign.__bg_blue {
  background-color: #F2F5F7!important;
}


.boxDesign.__bright .ww-text > a {
  text-decoration: underline;
  color: #cc1033;
}
.boxDesign.__bright .ww-text > a:hover {
  text-decoration: none;
}
.boxDesign.__medium .ww-text > a {
  text-decoration: underline;
  color: #f7f5ef;
}
.boxDesign.__medium .ww-text > a:hover {
  text-decoration: none;
}


.boxDesign.__medium .linkIcon.__normal::after {
  background: url(/assets/a/images/common/icon/icon-link_normal_white.svg)
    no-repeat;
}
.boxDesign.__medium .linkIcon.__upward::after {
  background: url(/assets/a/images/common/icon/icon-link_upward_white.svg)
    no-repeat;
}
.boxDesign.__medium .linkIcon.__downward::after {
  background: url(/assets/a/images/common/icon/icon-link_downward_white.svg)
    no-repeat;
}
.boxDesign.__medium .linkIcon.__external::after {
  background: url(/assets/a/images/common/icon/icon-link_external_white.svg)
    no-repeat;
}

/* ユニットのカラー打ち消し用 */
.theme-all .boxDesign.__medium .txt-color-2,
.theme-all .boxDesign.__medium .txt-color-3,
.theme-all .boxDesign.__medium .txt-color-4 {
  color: #fff;
}

.errormessage {
    font-size: 11px;
    border: 1px #2c9e56 solid;
    line-height: 1.5;
    color: #3c3c3c;
    background-color: #e8fff2;
    margin: 20px 80px 20px 80px;
    padding: 10px;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "HIragino Kaku Gothic Pro W3", "HIragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    word-wrap: break-word;
}

.vardump {
    font-size: 12px;
    border: 1px #ff9797 solid;
    line-height: 1.2;
    background-color: #edf9f8;
    border: 1px solid #3d83bb;
    margin: 20px 80px 20px 80px;
    padding: 10px;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "HIragino Kaku Gothic Pro W3", "HIragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    word-wrap: break-word;
}
@media screen and (max-width: 767px) {
  #size-detect {
    font-family: "sp";
  }

  .container .comment {
    padding: 0 14px 120px 14px;
    font-size: 9px;
  }

  .container .comment dt.comment-list {
    padding-right: 0px;
  }

  .container .comment dd.comment-list {
    padding-left: 30px;
    padding-bottom: 10px;
  }

  br.br-sp {
    display: inline;
  }

  br.br-tab-normal {
    display: none;
  }

  br.br-tab-large {
    display: none;
  }

  br.br-pc-small {
    display: none;
  }

  br.br-pc-normal {
    display: none;
  }

  br.br-pc-large {
    display: none;
  }
  .xl-txt {
    font-size: 24px;
    line-height: 1.5;
  }
  .lg-txt {
    font-size: 18px;
    line-height: 1.5;
  }
  .md-txt {
    font-size: 16px;
    line-height: 1.5;
  }
  .sm-txt {
    font-size: 14px;
    line-height: 1.5;
  }
  .xs-txt {
    font-size: 12px;
    line-height: 1.5;
  }
  .bd-l-txt {
    font-size: 16px;
    line-height: 1.7;
  }
  .bd-s-txt {
    font-size: 14px;
    line-height: 2;
  }
  .cap-txt {
    font-size: 12px;
    line-height: 1.7;
  }
  .ant-txt {
    font-size: 11px;
    line-height: 1.5;
  }
  .unit-base-large-color-1 {
      max-width: none;
      padding-bottom: 0;
      background-color: #F7F5EF;
      margin-bottom: 0;
  }
  .unit-base {
    width: calc(100% - 32px);
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  #size-detect {
    font-family: "tab-normal";
  }

  .container .comment {
    padding: 0 40px 120px 40px;
  }

  br.br-sp {
    display: none;
  }

  br.br-tab-normal {
    display: inline;
  }

  br.br-tab-large {
    display: none;
  }

  br.br-pc-small {
    display: none;
  }

  br.br-pc-normal {
    display: none;
  }

  br.br-pc-large {
    display: none;
  }
  .xl-txt {
    font-size: 38px;
    line-height: 1.5;
  }
  .lg-txt {
    font-size: 28px;
    line-height: 1.5;
  }
  .md-txt {
    font-size: 20px;
    line-height: 1.5;
  }
  .sm-txt {
    font-size: 16px;
    line-height: 1.5;
  }
  .xs-txt {
    font-size: 14px;
    line-height: 1.5;
  }
  .bd-l-txt {
    font-size: 16px;
    line-height: 1.7;
  }
  .bd-s-txt {
    font-size: 14px;
    line-height: 1.7;
  }
  .cap-txt {
    font-size: 12px;
    line-height: 1.7;
  }
  .ant-txt {
    font-size: 11px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  #size-detect {
    font-family: "tab-large";
  }

  .container .comment {
    padding: 0 80px 120px 80px;
  }

  br.br-sp {
    display: none;
  }

  br.br-tab-normal {
    display: none;
  }

  br.br-tab-large {
    display: inline;
  }

  br.br-pc-small {
    display: none;
  }

  br.br-pc-normal {
    display: none;
  }

  br.br-pc-large {
    display: none;
  }
  .xl-txt {
    font-size: 38px;
    line-height: 1.5;
  }
  .lg-txt {
    font-size: 28px;
    line-height: 1.5;
  }
  .md-txt {
    font-size: 20px;
    line-height: 1.5;
  }
  .sm-txt {
    font-size: 16px;
    line-height: 1.5;
  }
  .xs-txt {
    font-size: 14px;
    line-height: 1.5;
  }
  .bd-l-txt {
    font-size: 16px;
    line-height: 1.7;
  }
  .bd-s-txt {
    font-size: 14px;
    line-height: 1.7;
  }
  .cap-txt {
    font-size: 12px;
    line-height: 1.7;
  }
  .ant-txt {
    font-size: 11px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1519px) {
  #size-detect {
    font-family: "pc-small";
  }

  br.br-sp {
    display: none;
  }

  br.br-tab-normal {
    display: none;
  }

  br.br-tab-large {
    display: none;
  }

  br.br-pc-small {
    display: inline;
  }

  br.br-pc-normal {
    display: none;
  }

  br.br-pc-large {
    display: none;
  }
  .xl-txt {
    font-size: 38px;
    line-height: 1.5;
  }
  .lg-txt {
    font-size: 28px;
    line-height: 1.5;
  }
  .md-txt {
    font-size: 20px;
    line-height: 1.5;
  }
  .sm-txt {
    font-size: 16px;
    line-height: 1.5;
  }
  .xs-txt {
    font-size: 14px;
    line-height: 1.5;
  }
  .bd-l-txt {
    font-size: 16px;
    line-height: 1.7;
  }
  .bd-s-txt {
    font-size: 14px;
    line-height: 1.7;
  }
  .cap-txt {
    font-size: 12px;
    line-height: 1.7;
  }
  .ant-txt {
    font-size: 11px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 1759px) and (min-width: 1520px) {
  #size-detect {
    font-family: "pc-normal";
  }

  .no-header {
    margin-left: 0;
  }

  br.br-sp {
    display: none;
  }

  br.br-tab-normal {
    display: none;
  }

  br.br-tab-large {
    display: none;
  }

  br.br-pc-small {
    display: none;
  }

  br.br-pc-normal {
    display: inline;
  }

  br.br-pc-large {
    display: none;
  }
  .xl-txt {
    font-size: 38px;
    line-height: 1.5;
  }
  .lg-txt {
    font-size: 28px;
    line-height: 1.5;
  }
  .md-txt {
    font-size: 20px;
    line-height: 1.5;
  }
  .sm-txt {
    font-size: 16px;
    line-height: 1.5;
  }
  .xs-txt {
    font-size: 14px;
    line-height: 1.5;
  }
  .bd-l-txt {
    font-size: 16px;
    line-height: 1.7;
  }
  .bd-s-txt {
    font-size: 14px;
    line-height: 1.7;
  }
  .cap-txt {
    font-size: 12px;
    line-height: 1.7;
  }
  .ant-txt {
    font-size: 11px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 1760px) {
  #size-detect {
    font-family: "pc-large";
  }

  .no-header {
    margin-left: 0;
  }

  br.br-sp {
    display: none;
  }

  br.br-tab-normal {
    display: none;
  }

  br.br-tab-large {
    display: none;
  }

  br.br-pc-small {
    display: none;
  }

  br.br-pc-normal {
    display: none;
  }

  br.br-pc-large {
    display: inline;
  }
  .xl-txt {
    font-size: 38px;
    line-height: 1.5;
  }
  .lg-txt {
    font-size: 28px;
    line-height: 1.5;
  }
  .md-txt {
    font-size: 20px;
    line-height: 1.5;
  }
  .sm-txt {
    font-size: 16px;
    line-height: 1.5;
  }
  .xs-txt {
    font-size: 14px;
    line-height: 1.5;
  }
  .bd-l-txt {
    font-size: 16px;
    line-height: 1.7;
  }
  .bd-s-txt {
    font-size: 14px;
    line-height: 1.7;
  }
  .cap-txt {
    font-size: 12px;
    line-height: 1.7;
  }
  .ant-txt {
    font-size: 11px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 1080px) {
  #container {
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .padding_l {
    padding-left: 16px;
  }
  .padding_r {
    padding-right: 16px;
  }

    .padding_d2_l {
        padding-left: 8px;
    }

    .padding_d2_r {
        padding-right: 8px;
    }

  .padding_lr {
    padding-right: 16px;
    padding-left: 16px;
  }
  .margin_l {
    margin-left: 16px;
  }
  .margin_r {
    margin-right: 16px;
  }
  .margin_m_l {
    margin-left: -16px;
  }
  .margin_m_r {
    margin-right: -16px;
  }
  .margin_m2_l {
    margin-left: -32px;
  }
  .margin_m2_r {
    margin-right: -32px;
  }
  .margin_lr {
    margin-right: 16px;
    margin-left: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 786px) {
  .padding_l {
    padding-left: 16px;
  }
  .padding_r {
    padding-right: 16px;
  }

    .padding_d2_l {
        padding-left: 8px;
    }

    .padding_d2_r {
        padding-right: 8px;
    }

  .padding_lr {
    padding-right: 16px;
    padding-left: 16px;
  }
  .margin_l {
    margin-left: 16px;
  }
  .margin_r {
    margin-right: 16px;
  }
  .margin_m_l {
    margin-left: -16px;
  }
  .margin_m_r {
    margin-right: -16px;
  }
  .margin_m2_l {
    margin-left: -32px;
  }
  .margin_m2_r {
    margin-right: -32px;
  }
  .margin_lr {
    margin-right: 16px;
    margin-left: 16px;
  }
}
@media screen and (min-width: 787px) and (max-width: 806px) {
  .padding_l {
    padding-left: 17px;
  }
  .padding_r {
    padding-right: 17px;
  }

    .padding_d2_l {
        padding-left: 8.5px;
    }

    .padding_d2_r {
        padding-right: 8.5px;
    }

  .padding_lr {
    padding-right: 17px;
    padding-left: 17px;
  }
  .margin_l {
    margin-left: 17px;
  }
  .margin_r {
    margin-right: 17px;
  }
  .margin_m_l {
    margin-left: -17px;
  }
  .margin_m_r {
    margin-right: -17px;
  }
  .margin_m2_l {
    margin-left: -34px;
  }
  .margin_m2_r {
    margin-right: -34px;
  }
  .margin_lr {
    margin-right: 17px;
    margin-left: 17px;
  }
}
@media screen and (min-width: 807px) and (max-width: 825px) {
  .padding_l {
    padding-left: 18px;
  }
  .padding_r {
    padding-right: 18px;
  }

    .padding_d2_l {
        padding-left: 9px;
    }

    .padding_d2_r {
        padding-right: 9px;
    }

  .padding_lr {
    padding-right: 18px;
    padding-left: 18px;
  }
  .margin_l {
    margin-left: 18px;
  }
  .margin_r {
    margin-right: 18px;
  }
  .margin_m_l {
    margin-left: -18px;
  }
  .margin_m_r {
    margin-right: -18px;
  }
  .margin_m2_l {
    margin-left: -36px;
  }
  .margin_m2_r {
    margin-right: -36px;
  }
  .margin_lr {
    margin-right: 18px;
    margin-left: 18px;
  }
}
@media screen and (min-width: 826px) and (max-width: 845px) {
  .padding_l {
    padding-left: 19px;
  }
  .padding_r {
    padding-right: 19px;
  }

    .padding_d2_l {
        padding-left: 9.5px;
    }

    .padding_d2_r {
        padding-right: 9.5px;
    }

  .padding_lr {
    padding-right: 19px;
    padding-left: 19px;
  }
  .margin_l {
    margin-left: 19px;
  }
  .margin_r {
    margin-right: 19px;
  }
  .margin_m_l {
    margin-left: -19px;
  }
  .margin_m_r {
    margin-right: -19px;
  }
  .margin_m2_l {
    margin-left: -38px;
  }
  .margin_m2_r {
    margin-right: -38px;
  }
  .margin_lr {
    margin-right: 19px;
    margin-left: 19px;
  }
}
@media screen and (min-width: 846px) and (max-width: 864px) {
  .padding_l {
    padding-left: 20px;
  }
  .padding_r {
    padding-right: 20px;
  }

    .padding_d2_l {
        padding-left: 10px;
    }

    .padding_d2_r {
        padding-right: 10px;
    }

  .padding_lr {
    padding-right: 20px;
    padding-left: 20px;
  }
  .margin_l {
    margin-left: 20px;
  }
  .margin_r {
    margin-right: 20px;
  }
  .margin_m_l {
    margin-left: -20px;
  }
  .margin_m_r {
    margin-right: -20px;
  }
  .margin_m2_l {
    margin-left: -40px;
  }
  .margin_m2_r {
    margin-right: -40px;
  }
  .margin_lr {
    margin-right: 20px;
    margin-left: 20px;
  }
}
@media screen and (min-width: 865px) and (max-width: 884px) {
  .padding_l {
    padding-left: 21px;
  }
  .padding_r {
    padding-right: 21px;
  }

    .padding_d2_l {
        padding-left: 10.5px;
    }

    .padding_d2_r {
        padding-right: 10.5px;
    }

  .padding_lr {
    padding-right: 21px;
    padding-left: 21px;
  }
  .margin_l {
    margin-left: 21px;
  }
  .margin_r {
    margin-right: 21px;
  }
  .margin_m_l {
    margin-left: -21px;
  }
  .margin_m_r {
    margin-right: -21px;
  }
  .margin_m2_l {
    margin-left: -42px;
  }
  .margin_m2_r {
    margin-right: -42px;
  }
  .margin_lr {
    margin-right: 21px;
    margin-left: 21px;
  }
}
@media screen and (min-width: 885px) and (max-width: 903px) {
  .padding_l {
    padding-left: 22px;
  }
  .padding_r {
    padding-right: 22px;
  }

    .padding_d2_l {
        padding-left: 11px;
    }

    .padding_d2_r {
        padding-right: 11px;
    }

  .padding_lr {
    padding-right: 22px;
    padding-left: 22px;
  }
  .margin_l {
    margin-left: 22px;
  }
  .margin_r {
    margin-right: 22px;
  }
  .margin_m_l {
    margin-left: -22px;
  }
  .margin_m_r {
    margin-right: -22px;
  }
  .margin_m2_l {
    margin-left: -44px;
  }
  .margin_m2_r {
    margin-right: -44px;
  }
  .margin_lr {
    margin-right: 22px;
    margin-left: 22px;
  }
}
@media screen and (min-width: 904px) and (max-width: 923px) {
  .padding_l {
    padding-left: 23px;
  }
  .padding_r {
    padding-right: 23px;
  }

    .padding_d2_l {
        padding-left: 11.5px;
    }

    .padding_d2_r {
        padding-right: 11.5px;
    }

  .padding_lr {
    padding-right: 23px;
    padding-left: 23px;
  }
  .margin_l {
    margin-left: 23px;
  }
  .margin_r {
    margin-right: 23px;
  }
  .margin_m_l {
    margin-left: -23px;
  }
  .margin_m_r {
    margin-right: -23px;
  }
  .margin_m2_l {
    margin-left: -46px;
  }
  .margin_m2_r {
    margin-right: -46px;
  }
  .margin_lr {
    margin-right: 23px;
    margin-left: 23px;
  }
}
@media screen and (min-width: 924px) and (max-width: 943px) {
  .padding_l {
    padding-left: 24px;
  }
  .padding_r {
    padding-right: 24px;
  }

    .padding_d2_l {
        padding-left: 12px;
    }

    .padding_d2_r {
        padding-right: 12px;
    }

  .padding_lr {
    padding-right: 24px;
    padding-left: 24px;
  }
  .margin_l {
    margin-left: 24px;
  }
  .margin_r {
    margin-right: 24px;
  }
  .margin_m_l {
    margin-left: -24px;
  }
  .margin_m_r {
    margin-right: -24px;
  }
  .margin_m2_l {
    margin-left: -48px;
  }
  .margin_m2_r {
    margin-right: -48px;
  }
  .margin_lr {
    margin-right: 24px;
    margin-left: 24px;
  }
}
@media screen and (min-width: 944px) and (max-width: 962px) {
  .padding_l {
    padding-left: 25px;
  }
  .padding_r {
    padding-right: 25px;
  }

    .padding_d2_l {
        padding-left: 12.5px;
    }

    .padding_d2_r {
        padding-right: 12.5px;
    }

  .padding_lr {
    padding-right: 25px;
    padding-left: 25px;
  }
  .margin_l {
    margin-left: 25px;
  }
  .margin_r {
    margin-right: 25px;
  }
  .margin_m_l {
    margin-left: -25px;
  }
  .margin_m_r {
    margin-right: -25px;
  }
  .margin_m2_l {
    margin-left: -50px;
  }
  .margin_m2_r {
    margin-right: -50px;
  }
  .margin_lr {
    margin-right: 25px;
    margin-left: 25px;
  }
}
@media screen and (min-width: 963px) and (max-width: 982px) {
  .padding_l {
    padding-left: 26px;
  }
  .padding_r {
    padding-right: 26px;
  }

    .padding_d2_l {
        padding-left: 13px;
    }

    .padding_d2_r {
        padding-right: 13px;
    }

  .padding_lr {
    padding-right: 26px;
    padding-left: 26px;
  }
  .margin_l {
    margin-left: 26px;
  }
  .margin_r {
    margin-right: 26px;
  }
  .margin_m_l {
    margin-left: -26px;
  }
  .margin_m_r {
    margin-right: -26px;
  }
  .margin_m2_l {
    margin-left: -52px;
  }
  .margin_m2_r {
    margin-right: -52px;
  }
  .margin_lr {
    margin-right: 26px;
    margin-left: 26px;
  }
}
@media screen and (min-width: 983px) and (max-width: 1001px) {
  .padding_l {
    padding-left: 27px;
  }
  .padding_r {
    padding-right: 27px;
  }

    .padding_d2_l {
        padding-left: 13.5px;
    }

    .padding_d2_r {
        padding-right: 13.5px;
    }

  .padding_lr {
    padding-right: 27px;
    padding-left: 27px;
  }
  .margin_l {
    margin-left: 27px;
  }
  .margin_r {
    margin-right: 27px;
  }
  .margin_m_l {
    margin-left: -27px;
  }
  .margin_m_r {
    margin-right: -27px;
  }
  .margin_m2_l {
    margin-left: -54px;
  }
  .margin_m2_r {
    margin-right: -54px;
  }
  .margin_lr {
    margin-right: 27px;
    margin-left: 27px;
  }
}
@media screen and (min-width: 1002px) and (max-width: 1021px) {
  .padding_l {
    padding-left: 28px;
  }
  .padding_r {
    padding-right: 28px;
  }

    .padding_d2_l {
        padding-left: 14px;
    }

    .padding_d2_r {
        padding-right: 14px;
    }

  .padding_lr {
    padding-right: 28px;
    padding-left: 28px;
  }
  .margin_l {
    margin-left: 28px;
  }
  .margin_r {
    margin-right: 28px;
  }
  .margin_m_l {
    margin-left: -28px;
  }
  .margin_m_r {
    margin-right: -28px;
  }
  .margin_m2_l {
    margin-left: -56px;
  }
  .margin_m2_r {
    margin-right: -56px;
  }
  .margin_lr {
    margin-right: 28px;
    margin-left: 28px;
  }
}
@media screen and (min-width: 1022px) and (max-width: 1040px) {
  .padding_l {
    padding-left: 29px;
  }
  .padding_r {
    padding-right: 29px;
  }

    .padding_d2_l {
        padding-left: 14.5px;
    }

    .padding_d2_r {
        padding-right: 14.5px;
    }

  .padding_lr {
    padding-right: 29px;
    padding-left: 29px;
  }
  .margin_l {
    margin-left: 29px;
  }
  .margin_r {
    margin-right: 29px;
  }
  .margin_m_l {
    margin-left: -29px;
  }
  .margin_m_r {
    margin-right: -29px;
  }
  .margin_m2_l {
    margin-left: -58px;
  }
  .margin_m2_r {
    margin-right: -58px;
  }
  .margin_lr {
    margin-right: 29px;
    margin-left: 29px;
  }
}
@media screen and (min-width: 1041px) and (max-width: 1060px) {
  .padding_l {
    padding-left: 30px;
  }
  .padding_r {
    padding-right: 30px;
  }

    .padding_d2_l {
        padding-left: 15px;
    }

    .padding_d2_r {
        padding-right: 15px;
    }

  .padding_lr {
    padding-right: 30px;
    padding-left: 30px;
  }
  .margin_l {
    margin-left: 30px;
  }
  .margin_r {
    margin-right: 30px;
  }
  .margin_m_l {
    margin-left: -30px;
  }
  .margin_m_r {
    margin-right: -30px;
  }
  .margin_m2_l {
    margin-left: -60px;
  }
  .margin_m2_r {
    margin-right: -60px;
  }
  .margin_lr {
    margin-right: 30px;
    margin-left: 30px;
  }
}
@media screen and (min-width: 1061px) {
  .padding_l {
    padding-left: 32px;
  }
  .padding_r {
    padding-right: 32px;
  }

    .padding_d2_l {
        padding-left: 16px;
    }

    .padding_d2_r {
        padding-right: 16px;
    }

  .padding_lr {
    padding-right: 32px;
    padding-left: 32px;
  }
  .margin_l {
    margin-left: 32px;
  }
  .margin_r {
    margin-right: 32px;
  }
  .margin_m_l {
    margin-left: -32px;
  }
  .margin_m_r {
    margin-right: -32px;
  }
  .margin_m2_l {
    margin-left: -64px;
  }
  .margin_m2_r {
    margin-right: -64px;
  }
  .margin_lr {
    margin-right: 32px;
    margin-left: 32px;
  }
}

/* jsps */
.unit-base{
  padding-bottom: 16px;
}
@media screen and (min-width: 768px){
  .unit-base{
    padding-bottom: 24px;
  }
}

/* pagetop */
#pagetop {
  opacity: 0;
  height: 50px;
  width: 50px;
  position: fixed;
  right: 10px;
  bottom: -60px;
  background: #094091;
  border: solid 2px #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  transition: all 0.3s ease-out;
}
#pagetop span {
  height: 10px;
  width: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translateY(20%) rotate(-45deg);
}
#pagetop:hover {
  background: #fff;
  border: solid 2px #094091;
}
#pagetop:hover span {
  border-top: 3px solid #094091;
  border-right: 3px solid #094091;
}
#pagetop.active {
  opacity: 1;
  bottom: 10px;
}.theme-all .bg-color-0 {
  background-color: transparent;
}
.theme-all .bg-color-1 {
  background-color: #f2f2f2;
}
.theme-all .bg-color-2 {
  background-color: #f2f5f7;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(fancybox_sprite.png);
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(blank.gif); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: visible !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background-color:rgba(0,0,0,0.7);

}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url(fancybox_sprite@2x.png);
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url(fancybox_loading@2x.gif);
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}.bx-wrapper{position:relative;margin-bottom:60px;padding:0;-ms-touch-action:pan-y;touch-action:pan-y;-moz-box-shadow:0 0 5px #ccc;-webkit-box-shadow:0 0 5px #ccc;box-shadow:0 0 5px #ccc;border:5px solid #fff;}.bx-wrapper img{max-width:100%;display:block}.bxslider{margin:0;padding:0}ul.bxslider{list-style:none}.bx-viewport{-webkit-transform:translatez(0)}.bx-wrapper .bx-controls-auto,.bx-wrapper .bx-pager{position:absolute;bottom:-30px;width:100%}/* .bx-wrapper .bx-loading{min-height:50px;background:url(images/bx_loader.gif) center center no-repeat #fff;height:100%;width:100%;position:absolute;top:0;left:0;z-index:2000} */.bx-wrapper .bx-pager{text-align:center;font-size:.85em;font-family:Arial;font-weight:700;color:#666;padding-top:20px}.bx-wrapper .bx-pager.bx-default-pager a{background:#666;text-indent:-9999px;display:block;width:10px;height:10px;margin:0 5px;outline:0;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}.bx-wrapper .bx-pager.bx-default-pager a.active,.bx-wrapper .bx-pager.bx-default-pager a:focus,.bx-wrapper .bx-pager.bx-default-pager a:hover{background:#000}.bx-wrapper .bx-controls-auto .bx-controls-auto-item,.bx-wrapper .bx-pager-item{display:inline-block;vertical-align:bottom}.bx-wrapper .bx-pager-item{font-size:0;line-height:0}.bx-wrapper .bx-prev{left:10px;background:url(images/controls.png) 0 -32px no-repeat}.bx-wrapper .bx-prev:focus,.bx-wrapper .bx-prev:hover{background-position:0 0}.bx-wrapper .bx-next{right:10px;background:url(images/controls.png) -43px -32px no-repeat}.bx-wrapper .bx-next:focus,.bx-wrapper .bx-next:hover{background-position:-43px 0}.bx-wrapper .bx-controls-direction a{position:absolute;top:50%;margin-top:-16px;outline:0;width:32px;height:32px;text-indent:-9999px;z-index:9999}.bx-wrapper .bx-controls-direction a.disabled{display:none}.bx-wrapper .bx-controls-auto{text-align:center}.bx-wrapper .bx-controls-auto .bx-start{display:block;text-indent:-9999px;width:10px;height:11px;outline:0;background:url(images/controls.png) -86px -11px no-repeat;margin:0 3px}.bx-wrapper .bx-controls-auto .bx-start.active,.bx-wrapper .bx-controls-auto .bx-start:focus,.bx-wrapper .bx-controls-auto .bx-start:hover{background-position:-86px 0}.bx-wrapper .bx-controls-auto .bx-stop{display:block;text-indent:-9999px;width:9px;height:11px;outline:0;background:url(images/controls.png) -86px -44px no-repeat;margin:0 3px}.bx-wrapper .bx-controls-auto .bx-stop.active,.bx-wrapper .bx-controls-auto .bx-stop:focus,.bx-wrapper .bx-controls-auto .bx-stop:hover{background-position:-86px -33px}.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager{text-align:left;width:80%}.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto{right:0;width:35px}.bx-wrapper .bx-caption{position:absolute;bottom:0;left:0;background:#666;background:rgba(80,80,80,.75);width:100%}.bx-wrapper .bx-caption span{color:#fff;font-family:Arial;display:block;font-size:.85em;padding:10px}
.bgimage {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

.bgimage .bg-image-wrapper {
    position: fixed;
    width: initial;
    z-index: -1;
    display: none;
}

.bgimage .bg-image-wrapper img {
    width: 100%;
}
.return-top-button{
	bottom: 0;
	z-index: 999;
	cursor:pointer;
	opacity: 1;
	display: block;
	position: relative;
	height: 0px;
	width: 100%;
	right: auto;
}
.return-top-button img{
	width: 49px;
	height: 49px;
	right: 10px;
	bottom: 0;
	position: absolute;
}
.return-top-button.return-top-button-fixed{
	position: fixed;
	bottom: 0;
	right: 0px;
}.header {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 60px;
  background-color: #fff;
}

@media screen and (min-width: 1280px) {
  .header {
    height: 80px;
  }
}

@media screen and (min-width: 1280px) {
  .header .header-inner {
    position: relative;
    max-width: 1200px;
    width: calc(100% - 80px);
    height: 100%;
    margin: 0 auto;
  }
}

.header h1 {
  position: absolute;
  top: 50%;
  left: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 180px;
}

.header h1 a {
  display: block;
  width: 100%;
  height: 27px;
}

@media screen and (min-width: 1280px) {
  .header h1 {
    left: 00px;
    width: 320px;
  }
  .header h1 a {
    height: 50px;
  }
}

.header h1 img {
  width: 100%;
}

.globalNav-wrapper.is-open .globalNav-btn span:first-child::before {
  top: 0;
  left: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.globalNav-wrapper.is-open .globalNav-btn span:first-child::after {
  top: 20px;
  left: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.globalNav-wrapper.is-open .homeLink-wrapper {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  pointer-events: auto;
}

.globalNav-wrapper.is-open .global-nav {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  padding-bottom: 64px;
  overflow-x: hidden;
  overflow-y: auto;
  pointer-events: auto;
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4);
}

@media screen and (min-width: 1280px) {
  .globalNav-wrapper.is-open .global-nav {
    padding-bottom: 0px;
    overflow-x: visible;
    overflow-y: visible;
  }
}

.globalNav-wrapper .globalNav-btn {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 30;
  width: 60px;
  height: 60px;
  padding: 0;
  border: none;
  background-color: #094091;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

@media screen and (min-width: 1280px) {
  .globalNav-wrapper .globalNav-btn {
    display: none;
  }
}

.globalNav-wrapper .globalNav-btn span {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.globalNav-wrapper .globalNav-btn span:first-child {
  top: 14px;
  width: 20px;
  height: 20px;
}

.globalNav-wrapper .globalNav-btn span:first-child::before,
.globalNav-wrapper .globalNav-btn span:first-child::after {
  display: block;
  position: absolute;
  top: 6px;
  left: 50%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 28px;
  height: 1px;
  background-color: #fff;
  content: "";
  -webkit-transition: 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.2s cubic-bezier(0.19, 1, 0.22, 1);
}

.globalNav-wrapper .globalNav-btn span:first-child::after {
  top: 14px;
}

.globalNav-wrapper .globalNav-btn span:last-of-type {
  top: 38px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 10px;
}

.globalNav-wrapper .homeLink-wrapper {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 25;
  width: 344px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  background-color: #094091;
  pointer-events: none;
  -webkit-transition: opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

.globalNav-wrapper .homeLink-wrapper .homeLink {
  display: block;
  position: relative;
  width: 60px;
  height: 60px;
  cursor: pointer;
}

@media screen and (min-width: 1280px) {
  .globalNav-wrapper .homeLink-wrapper .homeLink {
    display: none;
  }
}

.globalNav-wrapper .homeLink-wrapper .homeLink span {
  position: absolute;
  top: 36px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 10px;
}

.globalNav-wrapper .homeLink-wrapper .homeLink img {
  position: absolute;
  top: 14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 16px;
  height: 16px;
}

@media screen and (min-width: 1280px) {
  .globalNav-wrapper .globalNav-inner {
    position: relative;
    max-width: 1200px;
    width: calc(100% - 80px);
    margin: 0 auto;
  }
}

.globalNav-wrapper .global-nav {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 20;
  width: 344px;
  height: 100dvh;
  height: 100vh;
  background-color: #094091;
  pointer-events: none;
  -webkit-transition: opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

@media screen and (min-width: 1280px) {
  .globalNav-wrapper .global-nav {
    visibility: visible;
    opacity: 1;
    top: 80px;
    width: 100%;
    height: 50px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    pointer-events: auto;
    -webkit-transition: none;
    transition: none;
  }
}

.globalNav-wrapper .global-nav .globalNav-list {
  color: #fff;
}

.globalNav-wrapper .global-nav .globalNav-list.first {
  margin-top: 60px;
}

@media screen and (min-width: 1280px) {
  .globalNav-wrapper .global-nav .globalNav-list.first {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 50px;
    margin-top: 0px;
  }
}

.globalNav-wrapper .global-nav .globalNav-list.second {
  background-color: transparent;
}

.globalNav-wrapper .global-nav .globalNav-list.third {
  padding: 24px 0;
  background-color: #082c62;
}

@media screen and (min-width: 1280px) {
  .globalNav-wrapper .global-nav .globalNav-list.third {
    background-color: transparent;
  }
}

.globalNav-wrapper .global-nav .globalNav-list .list-item {
  position: relative;
}

@media screen and (min-width: 1280px) {
  .globalNav-wrapper .global-nav .globalNav-list .list-item {
    position: static;
  }
}

.globalNav-wrapper .global-nav .globalNav-list .list-item.first {
  border-top: 1px solid #0b3677;
}

@media screen and (min-width: 1280px) {
  .globalNav-wrapper .global-nav .globalNav-list .list-item.first {
    display: -ms-grid;
    display: grid;
    place-items: center;
    width: 20%;
    height: 100%;
    padding: 0;
    border: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
  }
  .globalNav-wrapper .global-nav .globalNav-list .list-item.first:hover {
    background: #000000;
  }

  .globalNav-wrapper .global-nav .globalNav-list .list-item.first .megadrop {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 50px;
    left: 0;
    z-index: 20;
    transform: translateY(-10px);
    width: 100vw;
    height: 352px;
    box-shadow: 0px 0px 12px rgb(0 0 0 / 16%);
    background-color: #fff;
    pointer-events: none;
    transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .globalNav-wrapper .global-nav .globalNav-list .list-item.first:hover > .megadrop {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    height: 352px;
    pointer-events: auto;
  }
}

.globalNav-wrapper .global-nav .globalNav-list .list-item.first:last-child {
  border-bottom: 1px solid #0b3677;
}

@media screen and (min-width: 1280px) {
  .globalNav-wrapper .global-nav .globalNav-list .list-item.first:last-child {
    border: none;
  }
}

.globalNav-wrapper .global-nav .globalNav-list .list-item.first .accordionBtn {
  padding-left: 16px;
  cursor: pointer;
}

@media screen and (min-width: 1280px) {
  .globalNav-wrapper .global-nav .globalNav-list .list-item.first .accordionBtn {
    padding: 0;
  }
}

@media screen and (min-width: 1280px) {
  .globalNav-wrapper .global-nav .globalNav-list .list-item.first::before,
  .globalNav-wrapper .global-nav .globalNav-list .list-item.first::after {
    content: none;
  }
  header .br-sp {
    display: none;
  }
}

header .list-item a {
  cursor: pointer;
}

.globalNav-wrapper .global-nav .globalNav-list .list-item.first.business .megadrop {
  height: 489px;
}
.lang-en .globalNav-wrapper .global-nav .globalNav-list .list-item.first.business .megadrop {
  height: 540px;
}
.globalNav-wrapper .global-nav.en .globalNav-list .list-item.first.business .megadrop .second .list-item:nth-of-type(5) {
  height: 66px;
}
.globalNav-wrapper .global-nav.en .globalNav-list .list-item.first.business .megadrop .second .list-item:nth-of-type(6) {
  height: 92px;
}

.globalNav-wrapper .global-nav .globalNav-list .list-item.first .megadrop .megadrop-inner {
  max-width: 1200px;
  width: calc(100% - 80px);
  margin: 30px auto 0;
}
.globalNav-wrapper .global-nav .globalNav-list .list-item.first .megadrop .megadrop-inner .megadrop-content {
  position: relative;
}

.globalNav-wrapper .global-nav .globalNav-list .list-item.first .megadrop .megadrop-inner .megadrop-content > span {
  position: absolute;
  top: 0;
  left: 316px;
  width: 2px;
  height: 100%;
  background-color: #f2f2f2;
}

.globalNav-wrapper .global-nav .globalNav-list .list-item.first .megadrop .globalNav-list.second {
  display: grid;
  place-items: flex-start;
  grid-template-rows: 44px 44px 44px;
  grid-template-columns: 230px 280px;
}

.globalNav-wrapper .global-nav .globalNav-list .list-item.first .megadrop .globalNav-list.second > .second > a {
  display: block;
}

.globalNav-wrapper .global-nav .globalNav-list .list-item.first .megadrop .globalNav-list.second > .second > a > span {
  position: absolute;
  bottom: 0px;
  left: 153px;
}

.globalNav-wrapper .global-nav .globalNav-list .list-item.first.info .megadrop .globalNav-list.second > .second > a > span{
  bottom: -20px;
}

/* 情報公開 */
.globalNav-wrapper .global-nav .globalNav-list .list-item.first.info .megadrop .globalNav-list.second {
  grid-template-columns: 230px 400px;
}

.globalNav-wrapper .global-nav .globalNav-list .list-item.first.info .megadrop .globalNav-list.second .list-item.link:not(:first-child) {
  position: relative;
  height: 24px;
  padding-left: 62px;
}
.globalNav-wrapper .global-nav .globalNav-list .list-item.first.info .megadrop .globalNav-list.second .list-item.link a {
  padding: 0;
  cursor: pointer;
}

.globalNav-wrapper .global-nav .globalNav-list .list-item.first.info .megadrop .globalNav-list.second .list-item:not(:first-child)::before {
  position: absolute;
  top: -6px;
  left: 40px;
  content: url(/assets/a/images/common/icon/bg-blue-arrow.svg);
  cursor: pointer;
}

.globalNav-wrapper .global-nav .globalNav-list .list-item.first.info .megadrop .globalNav-list.second .list-item::after {
  content: none;
}

.globalNav-wrapper .global-nav .globalNav-list .list-item.first .megadrop .globalNav-list.second > .link {
  font-size: 24px;
  line-height: 1.45;
}

.globalNav-wrapper .global-nav .globalNav-list .list-item.first .megadrop .globalNav-list.second .list-item:first-child {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-row: 1 / 4;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
}

.globalNav-wrapper .global-nav .globalNav-list .list-item.first .megadrop .globalNav-list.second .list-item:not(:first-child) {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
  width: 298px;
  height: 44px;
}

header .globalNav-wrapper .global-nav .globalNav-list .megadrop .list-item.second.is-active {
  background-color: #f2f2f2;
  color: #094091;
}
header .megadrop .list-item.second .accordion-inner {
  pointer-events: auto;
}

.globalNav-wrapper .global-nav .globalNav-list .list-item.first .megadrop .globalNav-list.second .list-item p {
  height: 100%;
  padding: 10px 0px 10px 40px;
  line-height: 1.5;
}

.globalNav-wrapper .global-nav .globalNav-list .list-item.first .megadrop .globalNav-list.second .list-item p::before,
.globalNav-wrapper .global-nav .globalNav-list .list-item.first .megadrop .globalNav-list.second .list-item p::after {
  content: none;
}
/* add 230126 */
.lang-en .globalNav-wrapper .global-nav .globalNav-list .list-item.first .megadrop .globalNav-list.second .list-item p {
  height: 100%;
  padding: 10px 0px 10px 20px;
  line-height: 1.5;
}

header .header-inner .globalNav-wrapper .global-nav .globalNav-list .list-item.first .megadrop .globalNav-list.second .list-item .third p {
  padding-left: 0px;
  padding-top: 0px;
  color: #094091;
}

.globalNav-wrapper .global-nav .globalNav-list .list-item.first .megadrop .globalNav-list.second .list-item p:hover {
  background-color: #f2f2f2;
  color: #094091;
}

.globalNav-wrapper .global-nav .globalNav-list .list-item.first .megadrop .globalNav-list.second .list-item p:hover ~ .accordion-inner {
  display: block;
}

.globalNav-wrapper .global-nav .globalNav-list .list-item.first .megadrop .globalNav-list.second .list-item.second .accordion-inner {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  height: 100%;
  pointer-events: none;
}

.globalNav-wrapper .global-nav .globalNav-list .list-item.first .megadrop .globalNav-list.second .list-item.second.is-active .accordionBtn {
  background-color: #f2f2f2;
  color: #094091;
}

.globalNav-wrapper .global-nav .globalNav-list .list-item.first .megadrop .globalNav-list.second .list-item.second.is-active .accordion-inner {
  opacity: 1;
  pointer-events: auto;
}

.globalNav-wrapper .global-nav .globalNav-list .list-item.first .megadrop .globalNav-list.second .list-item.second .globalNav-list {
  height: 100%;
}

.globalNav-wrapper .global-nav .globalNav-list .list-item.first .megadrop .globalNav-list.second .list-item.second .third {
  background-color: #f2f2f2;
}

.globalNav-wrapper .global-nav .globalNav-list .list-item.first .megadrop .globalNav-list.second a {
  place-items: baseline;
  padding-right: 40px;
}

.globalNav-wrapper .global-nav .globalNav-list .list-item.first .megadrop .globalNav-list.second a:first-child {
  padding-top: 0px;
}

.globalNav-wrapper .global-nav .globalNav-list .list-item.first .megadrop a span {
  position: relative;
  margin-left: -155px;
  font-size: 16px;
}

.globalNav-wrapper .global-nav .globalNav-list .list-item.first .megadrop a span::after {
  position: absolute;
  top: 50%;
  width: 6px;
  height: 6px;
  transform: rotate(45deg) translateY(-50%);
  border-top: 1.5px solid #094091;
  border-right: 1.5px solid #094091;
  background-color: transparent;
  content: "";
}

.globalNav-wrapper .global-nav .globalNav-list .list-item.first .megadrop .globalNav-list.third {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 40px;
}

/* 所在地・各種センター */
.globalNav-wrapper .global-nav .globalNav-list .list-item.first .megadrop .center .globalNav-list.third {
  flex-wrap: nowrap;
}

.globalNav-wrapper .global-nav .globalNav-list .list-item.first .megadrop .globalNav-list.third .list-item {
  grid-column: auto;
  position: relative;
  width: calc(50% - 16px);
  margin-top: 0px;
}

.globalNav-wrapper .global-nav .globalNav-list .list-item.first .megadrop .globalNav-list.third .list-item:not(:last-child) {
  margin: 0 0 16px 0;
}

.globalNav-wrapper .global-nav .globalNav-list .list-item.first .megadrop .globalNav-list.third .list-item.third {
  height: auto;
}

.globalNav-wrapper .global-nav .globalNav-list .list-item.first .megadrop .globalNav-list.third .list-item::before {
  position: absolute;
  left: 0px;
  width: 16px;
  height: 16px;
  content: url(/assets/a/images/common/icon/bg-blue-arrow.svg);
}

.globalNav-wrapper .global-nav .globalNav-list .list-item.first .megadrop .globalNav-list.third .list-item::after {
  content: none;
}

.globalNav-wrapper .global-nav .globalNav-list .list-item.first .megadrop .globalNav-list.third a {
  place-items: start;
  padding: 0 0 0 22px;
}

@media screen and (min-width: 1280px) {
  .globalNav-wrapper .global-nav .globalNav-list .list-item.first .megadrop .link a {
    padding-left: 0px;
    color: #333333;
  }
}

@media screen and (min-width: 1280px) {
  .globalNav-wrapper .global-nav .globalNav-list .list-item.second {
    color: #333333;
  }
}

.globalNav-wrapper .global-nav .globalNav-list .list-item.second.link a {
  padding: 24px 0 24px 16px;
}

@media screen and (min-width: 1280px) {
  .globalNav-wrapper .global-nav .globalNav-list .list-item.second.link:not(:first-of-type) a {
    font-size: 16px;
  }
}

.globalNav-wrapper .global-nav .globalNav-list .list-item.second.accordion {
  background-color: #0b3677;
  cursor: pointer;
}

.globalNav-wrapper .global-nav .globalNav-list .list-item.second.accordion > p.accordion-btn {
  padding-left: 40px;
  line-height: 1.4;
}

@media screen and (min-width: 1280px) {
  .globalNav-wrapper .global-nav .globalNav-list .list-item.second.accordion {
    background-color: transparent;
  }
}

.globalNav-wrapper .global-nav .globalNav-list .list-item.second .accordionBtn {
  padding-left: 32px;
}

.globalNav-wrapper .global-nav .globalNav-list .list-item.third {
  background-color: #082c62;
}

@media screen and (min-width: 1280px) {
  .globalNav-wrapper .global-nav .globalNav-list .list-item.third {
    background-color: transparent;
  }
}

.globalNav-wrapper .global-nav .globalNav-list .list-item.third.link {
  font-size: 14px;
  line-height: 1.3;
}

.globalNav-wrapper .global-nav .globalNav-list .list-item.third.link:not(:first-child) {
  margin-top: 20px;
}

.globalNav-wrapper .global-nav .globalNav-list .list-item.third.link a {
  width: 100%;
  padding: 0px 0 0px 54px;
}

@media screen and (min-width: 1280px) {
  .globalNav-wrapper .global-nav .globalNav-list .list-item.third.link a {
    color: #333333;
  }
}

.globalNav-wrapper .global-nav .globalNav-list .list-item::before,
.globalNav-wrapper .global-nav .globalNav-list .list-item::after {
  position: absolute;
  top: 30px;
  right: 16px;
  width: 13px;
  height: 1px;
  background-color: #fff;
  content: "";
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

/* ローカルナビが存在する時 */
.is-localNav .globalNav-wrapper .global-nav .globalNav-list .list-item::before,
.is-localNav .globalNav-wrapper .global-nav .globalNav-list .list-item::after {
  right: 76px;
}

.globalNav-wrapper .global-nav .globalNav-list .list-item::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.globalNav-wrapper .global-nav .globalNav-list .list-item.link a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 24px 14px;
  color: #fff;
}

@media screen and (min-width: 1280px) {
  .globalNav-wrapper .global-nav .globalNav-list .list-item.link a {
    display: -ms-grid;
    display: grid;
    place-items: center;
    padding: 0;
  }

  .is-localNav .globalNav-wrapper .global-nav .globalNav-list .list-item::before,
  .is-localNav .globalNav-wrapper .global-nav .globalNav-list .list-item::after {
    content: none;
  }
}

.globalNav-wrapper .global-nav .globalNav-list .list-item.link::before {
  content: none;
}

.globalNav-wrapper .global-nav .globalNav-list .list-item.link::after {
  top: 50%;
  right: 24px;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  background-color: transparent;
}
.is-localNav .globalNav-wrapper .global-nav .globalNav-list .list-item.link::after {
  right: 84px;
}

.globalNav-wrapper .global-nav .globalNav-list .list-item.accordion.is-open::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.globalNav-wrapper .global-nav .globalNav-list .list-item.accordion p {
  padding: 24px 0;
}
.globalNav-wrapper .global-nav .globalNav-list .list-item.first.accordion p {
  padding-left: 16px;
}

@media screen and (min-width: 1280px) {
  .globalNav-wrapper .global-nav .globalNav-list .list-item.accordion p {
    padding: 0;
  }
  .globalNav-wrapper .global-nav .globalNav-list .list-item.first.accordion p {
    padding-left: 0px;
    font-size: 16px;
  }
}

.globalNav-wrapper .global-nav .globalNav-list .list-item.accordion .listItem-ttl p {
  padding: 24px 0 16px 40px;
  color: #84b6ff;
  font-size: 16px;
  line-height: 1.3;
}

.globalNav-wrapper .global-nav .globalNav-list .list-item.accordion .listItem-ttl:first-of-type p {
  padding-top: 0px;
}

.globalNav-wrapper .global-nav .globalNav-list .list-item .accordion-inner {
  display: none;
}

@media screen and (min-width: 1280px) {
  .globalNav-wrapper .global-nav .globalNav-list .list-item .accordion-inner {
    display: block;
    cursor: default;
  }
}

.globalNav-wrapper .global-nav .globalNav-list .list-item .accordion-inner .link {
  background-color: #094091;
}

@media screen and (min-width: 1280px) {
  .globalNav-wrapper .global-nav .globalNav-list .list-item .accordion-inner .link {
    background-color: transparent;
  }
}

.globalNav-wrapper .global-nav .globalNav-list .list-item .accordion-inner .link.third {
  background-color: #082c62;
}

@media screen and (min-width: 1280px) {
  .globalNav-wrapper .global-nav .globalNav-list .list-item .accordion-inner .link.third {
    background-color: #fff;
    /* add 230126 */
    height: auto!important;
  }
}

.globalNav-wrapper .global-nav .globalNav-list .list-item .accordion-inner .link.third::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 40px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 9999px;
  content: "";
}

.globalNav-wrapper .global-nav a {
  position: relative;
  width: 100%;
  color: #fff;
}

.globalNav-wrapper .global-nav a.external {
  position: relative;
}

.globalNav-wrapper .global-nav a.external::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  background: url(/assets/a/images/common/icon/icon-link_external_white.svg) no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 2px;
}
@media screen and (min-width: 1280px) {
  .globalNav-wrapper .global-nav a.external::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    background: url(/assets/a/images/common/icon/icon-link_external.svg) no-repeat;
    background-size: contain;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}


@media screen and (min-width: 1280px) {
  .globalNav-wrapper .global-nav .navOther-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    top: -80px;
    right: 0;
    max-width: 782px;
    width: 100%;
    height: 80px;
  }
}

.globalNav-wrapper .global-nav .navOther-area a {
  font-size: 15px;
  font-weight: 400;
}

@media screen and (min-width: 1280px) {
  .globalNav-wrapper .global-nav .navOther-area a {
    color: #333333;
    font-size: 14px;
    line-height: 1.4;
  }
}

.globalNav-wrapper .global-nav .navLinks {
  border-bottom: 1px solid #0b3677;
}

.globalNav-wrapper .global-nav .navLinks a {
  cursor: pointer;
}

@media screen and (min-width: 1280px) {
  .globalNav-wrapper .global-nav .navLinks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 542px;
    width: 100%;
    height: 100%;
    border: none;
  }
}

.globalNav-wrapper .global-nav .link-wrapper {
  margin-top: 24px;
  padding-left: 16px;
}

@media screen and (min-width: 1280px) {
  .globalNav-wrapper .global-nav .link-wrapper {
    position: relative;
    margin: 0;
    padding: 0;
  }

  .globalNav-wrapper .global-nav .link-wrapper::before {
    position: absolute;
    top: 50%;
    left: -22px;
    transform: translateY(-50%);
    content: url(/assets/a/images/common/icon/bg-blue-arrow.svg);
  }
}

.globalNav-wrapper .global-nav .links-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 71%;
  margin-top: 24px;
  padding: 0 0 24px 16px;
}

@media screen and (min-width: 1280px) {
  .globalNav-wrapper .global-nav .links-wrapper {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 63%;
    margin: 0;
    padding: 0;
    border: none;
  }
}

.globalNav-wrapper .global-nav .links-wrapper a {
  width: calc(50% - 20px);
}

@media screen and (min-width: 1280px) {
  .globalNav-wrapper .global-nav .links-wrapper a {
    width: 100%;
    padding-left: 22px;
  }
}

.globalNav-wrapper .global-nav .links-wrapper a:first-child {
  margin-right: 40px;
}

@media screen and (min-width: 1280px) {
  .globalNav-wrapper .global-nav .links-wrapper a:first-child {
    margin-right: 0px;
  }
}

.globalNav-wrapper .global-nav .links-wrapper a::before {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: transparent;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
}

@media screen and (min-width: 1280px) {
  .globalNav-wrapper .global-nav .links-wrapper a::before {
    top: 50%;
    left: 0;
    width: 16px;
    height: 16px;
    border: none;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg) translateY(-50%);
    content: url(/assets/a/images/common/icon/bg-blue-arrow.svg);
  }
}

.globalNav-wrapper .global-nav .links-wrapper a:last-child {
  margin-top: 24px;
}

@media screen and (min-width: 1280px) {
  .globalNav-wrapper .global-nav .links-wrapper a:last-child {
    margin: 0;
  }
}

/* =============== 検索ボックス ============= */

.searchBox-wrapper {
  height: 35px;
  margin-top: 32px;
  padding: 0 16px;
}

@media screen and (min-width: 1280px) {
  .searchBox-wrapper {
    position: absolute;
    top: 0;
    right: 0px;
    margin-top: 24px;
    padding: 0;
  }
}

.searchBox-wrapper form {
  width: 312px;
  margin-bottom: 0px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.is-localNav .searchBox-wrapper form {
  width: 244px;
}

@media screen and (min-width: 1280px) {
  .searchBox-wrapper form {
    width: 180px !important;
  }
}

.searchBox-wrapper .gsc-control-searchbox-only {
  opacity: 0.5;
}

.searchBox-wrapper .gsc-input-box {
  border: none !important;
  background: transparent;
}

.searchBox-wrapper .gsib_a {
  background: transparent;
}

@media screen and (min-width: 1280px) {
  .searchBox-wrapper .gsc-control-searchbox-only {
    border-bottom: 1px solid #094091;
  }
}

.searchBox-wrapper table.gsc-search-box {
  margin-bottom: 0px;
}

.searchBox-wrapper table.gsc-search-box .gsc-input {
  padding-right: 0px !important;
  background: transparent !important;
}

.searchBox-wrapper table.gsc-search-box .gsc-input input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.searchBox-wrapper table.gsc-search-box .gsc-input input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.searchBox-wrapper table.gsc-search-box .gsc-input input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.searchBox-wrapper table.gsc-search-box .gsc-input input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

@media screen and (min-width: 1280px) {
  .searchBox-wrapper table.gsc-search-box .gsc-input input::-webkit-input-placeholder {
    color: #094091;
  }
  .searchBox-wrapper table.gsc-search-box .gsc-input input:-ms-input-placeholder {
    color: #094091;
  }
  .searchBox-wrapper table.gsc-search-box .gsc-input input::-ms-input-placeholder {
    color: #094091;
  }
  .searchBox-wrapper table.gsc-search-box .gsc-input input::placeholder {
    color: #094091;
  }
}

.searchBox-wrapper .gsc-input-box {
  border-radius: 0;
  border: none;
}

@media screen and (min-width: 1280px) {
  .searchBox-wrapper .gsc-input-box {
    border-color: #094091;
  }
}

.searchBox-wrapper .gsc-search-button {
  padding: 0px;
  border: none;
  background-color: transparent;
}

.searchBox-wrapper .gsc-search-button button {
  padding: 0 10px;
}

.searchBox-wrapper .gsc-search-button button svg {
  width: 14px;
  height: 14px;
}

@media screen and (min-width: 1280px) {
  .searchBox-wrapper .gsc-search-button button svg {
    fill: #094091;
  }
}

.searchBox-wrapper .gsc-search-button {
  cursor: pointer;
}

.searchBox-wrapper .gsc-search-button-v2:hover {
  background-color: transparent !important;
  border-color: transparent !important;
}

/* english */
@media screen and (min-width: 1280px) {
  .globalNav-wrapper .global-nav.en .links-wrapper {
    width: 26%;
  }
  .globalNav-wrapper .global-nav.en .navLinks {
    justify-content: end;
  }
}

/* add  */
@media screen and (max-width: 1279px) {
  .globalNav-wrapper .global-nav .globalNav-list .list-item.accordion p {
    padding-right: 40px;
    line-height: 1.4;
  }
  .globalNav-wrapper .global-nav .globalNav-list .list-item.accordion .listItem-ttl:first-of-type p{
    padding-right: 40px;
  }
  .globalNav-wrapper .global-nav .globalNav-list .list-item .accordion-inner .link.third{
    padding-right: 40px;
  }
  .globalNav-wrapper .global-nav .globalNav-list .list-item.second.link a {
    padding-right: 40px;
  }
  .wrapper.is-localNav .globalNav-wrapper .global-nav .globalNav-list .list-item.second.link a {
    padding-right: 100px;
  }
  .globalNav-wrapper .global-nav .globalNav-list .list-item.third.link a {
    padding-right: 40px;
  }
  .wrapper.is-localNav .globalNav-wrapper .global-nav .globalNav-list .list-item.third.link a {
    padding-right: 100px;
  }
  .globalNav-wrapper .global-nav .globalNav-list .list-item.accordion .listItem-ttl p{
    padding-right: 40px;
  }
  .wrapper.is-localNav .globalNav-wrapper .global-nav .globalNav-list .list-item.accordion .listItem-ttl p {
    padding-right: 80px;
  }
  .wrapper.is-localNav .globalNav-wrapper .global-nav .globalNav-list .list-item.second.accordion > p.accordion-btn {
    padding-right: 100px;
  }
}


.no-scroll {
  overflow: hidden;
}.menu-btn {
  position: fixed;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background-color: #094091;
  cursor: pointer;
}

.localNav {
  position: -webkit-fixed;
  position: fixed;
  top: 60px;
  right: -296px;
  overflow-y: auto;
  z-index: 100;
  width: 296px;
  height: calc(100dvh - 60px);
  height: calc(100vh - 60px);
  background-color: #ffffff;
  -webkit-transition: right 0.3s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: right 0.3s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1), right 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1), right 0.3s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.40);
            box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.40);
}

@media screen and (min-width: 1280px) {
  .localNav {
    position: static;
    overflow-y: visible;
    z-index: 1;
    width: 360px;
    height: auto;
    /* margin-top: 30px; */
  }
}

.localNav.is-open {
  right: 0;
}

.localNav.is-open.is-hide {
  right: -236px;
}

.localNav.is-hide .localNav-btn {
  left: 0;
  right: auto;
}

.localNav.is-hide .localNav-btn::before {
  left: 23px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.localNav.is-hide .localNav-ttl {
  color: #094091;
}

.localNav .localNav-header {
  position: -webkit-fixed;
  position: fixed;
  width: 296px;
  z-index: 20;
}

.localNav.is-hide.is-open .localNav-header {
  /* top: 60px; */
  width: 0px;
}

.localNav.is-open .localNav-header {
  width: 296px;
}

@media screen and (min-width: 1280px) {
  .localNav .localNav-header {
    display: none;
  }
}

.localNav .localNav-content {
  height: 100%;
  margin-top: 60px;
}

@media screen and (min-width: 1280px) {
  .localNav .localNav-content {
    width: 360px;
    margin-top: 0px;
  }
}

.localNav .localNav-inner {
  padding: 0px 22px 88px 32px;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .localNav .localNav-inner {
    padding: 12px 40px 126px 26px;
  }
}

.localNav .localNav-ttl {
  width: 100%;
  height: 60px;
  padding: 20px 32px;
  background-color: #094091;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}

.localNav .localNav-btn {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  width: 60px;
  height: 60px;
  background-color: #094091;
  border: none;
  color: #fff;
  cursor: pointer;
}

.localNav .localNav-btn::before {
  position: absolute;
  top: 14px;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  background: transparent;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  content: "";
}

.localNav .localNav-btn span {
  display: block;
  position: absolute;
  top: 34px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  line-height: 1.3;
}

.localNav .localNav-list {
  padding: 24px 0;
}

.localNav .localNav-list.first {
  background-size: 4px 1px;
  background-image: linear-gradient(to right, #DDDDDD, #DDDDDD 2px, transparent 2px, transparent 4px);
  background-repeat: repeat-x;
  background-position: right bottom;
}

.localNav .localNav-list.is-show .list-item .list-item-ttl::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.localNav .localNav-list .second {
  padding-bottom: 0px;
}

.localNav .localNav-list .third {
  padding: 0 0 0 20px;
}

.localNav .localNav-list .list-item {
  cursor: pointer;
}

.localNav .localNav-list .list-item .list-item-ttl {
  position: relative;
  padding-right: 25px;
}

.localNav .localNav-list .list-item .list-item-ttl::before, .localNav .localNav-list .list-item .list-item-ttl::after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 13px;
  height: 1px;
  background-color: #094091;
  content: "";
}

.localNav .localNav-list.first.no-child .list-item .list-item-ttl::before,
.localNav .localNav-list.first.no-child .list-item .list-item-ttl::after {
  content: none;
}

.localNav .localNav-list .list-item .list-item-ttl::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.localNav .localNav-list .list-item a {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-left: 22px;
  color: #094091;
}

.localNav .localNav-list .list-item a::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(/assets/a/images/common/icon/icon-bg-blue-arrow.svg) no-repeat;
  content: "";
}

.localNav .localNav-list .list-item a::after {
  content: "";
  position: static;
  display: inline-block;
  vertical-align: middle;
  /* top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); */

}

.localNav .localNav-list .list-item a.__pdf::after {
  width: 43px;
  height: 20px;
  margin-left: 8px;
  background: url(/assets/a/images/common/icon/icon-pdf.svg) no-repeat;
}
.localNav .localNav-list .list-item a.__ppt::after {
  width: 43px;
  height: 20px;
  margin-left: 8px;
  background: url(/assets/a/images/common/icon/icon-ppt.svg) no-repeat;
}
.localNav .localNav-list .list-item a.__excel::after {
  width: 43px;
  height: 20px;
  margin-left: 8px;
  background: url(/assets/a/images/common/icon/icon-excel.svg) no-repeat;
}

.localNav .localNav-list .list-item a.__word::after {
  width: 43px;
  height: 20px;
  margin-left: 8px;
  background: url(/assets/a/images/common/icon/icon-word.svg) no-repeat;
}


.localNav .localNav-list .list-item a.__ai::after {
  width: 42px;
  height: 20px;
  margin-left: 8px;
  background: url(/assets/a/images/common/icon/icon-ai.svg) no-repeat;
}

.localNav .localNav-list .list-item a.__photo::after {
  width: 42px;
  height: 20px;
  margin-left: 8px;
  background: url(/assets/a/images/common/icon/icon-photo.svg) no-repeat;
}

.localNav .localNav-list .list-item a.__zip::after {
  width: 42px;
  height: 20px;
  margin-left: 8px;
  background: url(/assets/a/images/common/icon/icon-zip.svg) no-repeat;
}

.localNav .localNav-list .list-item a.__sound::after {
  width: 42px;
  height: 20px;
  margin-left: 8px;
  background: url(/assets/a/images/common/icon/icon-sound.svg) no-repeat;
}


.localNav .localNav-list .list-item.external a::after {
  width: 12px;
  height: 10px;
  margin-left: 8px;
  background: url(/assets/a/images/common/icon/icon-link_external.svg) no-repeat;
  background-size: 100%;
  content: "";
  vertical-align: baseline;
}

.localNav .localNav-list.first .list-item {
  font-weight: 500;
  line-height: 1.5;
}

.localNav .localNav-list.first .list-item a {
  word-break: break-word;
  font-size: 18px;
}

.localNav .localNav-list.second {
  padding-top: 0px;
}

.localNav .localNav-list.second .list-item {
  padding-top: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.localNav .localNav-list.second .list-item .list-item-ttl {
  padding: 24px 0;
}

.localNav .localNav-list.second .list-item a {
  word-break: break-word;
  font-size: 18px;
}

.localNav .localNav-list.second > .list-item > .list-item-ttl {
  color: #094091;
}

.localNav .localNav-list.second > .list-item > .list-item-ttl::before, .localNav .localNav-list.second > .list-item > .list-item-ttl::after {
  content: none;
}

@media screen and (min-width: 1280px) {
  .localNav .localNav-list.second > .list-item {
    padding-left: 26px;
  }
  .localNav .localNav-list.second > .list-item > .list-item-ttl {
    padding: 0 0 0 0px;
  }
}

.localNav .localNav-list.third:not(:last-child) {
  margin-bottom: 24px;
}

.localNav .localNav-list.third .list-item {
  margin-top: 16px;
  padding-left: 0px;
  padding-top: 0px;
}

.localNav .localNav-list.third .list-item a {
  color: #333333;
  font-size: 15px;
}

.localNav .banner-wrapper {
  width: 100%;
}

.localNav .banner-wrapper .banner {
  display: block;
  width: 100%;
  margin: 16px auto 0;
}

@media screen and (min-width: 1280px) {
  .localNav .banner-wrapper .banner {
    width: 272px;
  }
}

.localNav .banner-wrapper .banner img {
  width: 100%;
}

.localNav .banner-wrapper p {
  margin-top: 8px;
  font-size: 16px;
  text-align: center;
}

.localNav .related-link {
  margin-top: 24px;
  background-color: #F2F5F7;
}

.localNav .related-link .relatedLink-inner {
  padding: 24px;
}

.localNav .relatedLink-ttl {
  color: #094091;
  font-weight: 500;
  font-size: 18px;
}

.localNav .relatedLink-content {
  margin-top: 24px;
}

.localNav .relatedLink-content p {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.75;
}

.localNav .related-link a,
.localNav .contact-content a {
  margin-top: 12px;
  color: #094091;
  font-size: 15px;
  line-height: 1.4;
  text-decoration: underline;
}

.localNav .contact {
  margin-top: 24px;
  padding: 24px;
  background-color: #f2f2f2;
  line-height: 1.5;
}

.localNav .contact-content {
  margin-top: 24px;
}

.localNav .contact p:first-child {
  font-size: 18px;
  font-weight: 500;
  color: #094091;
}

.localNav .contact p:nth-child(2) {
  margin-top: 24px;
  font-size: 15px;
  font-weight: 500;
}

.localNav .contact p:nth-child(3) {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 400;
}

.localNav .contact p:last-child {
  margin-top: 24px;
  font-size: 15px;
}@media screen and (max-width: 767px) {
    .conversion-0002 {
        position:relative;
        width: auto;
        max-width: initial;
        overflow: hidden;
        width: 100%;
    }

    .conversion-0002 {
        position: fixed;
        bottom: 0;
        margin: 0;
        padding: 0;
        z-index: 80;
    }

    .conversion-normal {
        position: relative;
        bottom: initial;
    }

    .button-list {
        float: right;
        position: relative;
        /* overflow: hidden; */
        /* position: absolute; */
        width: 100%;
        display: table;
        table-layout: fixed;
        border-spacing: 1px 0px;
    }

    .button-list .button-wrapper {
        /* float: left; */
        /* position: relative; */
        padding: 1px;
        /* overflow: hidden; */
        display: table-cell;
        /* table-layout: fixed; */
        border-spacing: 5px;
        vertical-align: middle;
    }

    .button-list .button-wrapper .button-icon {
        width: 38px;
        /* float: left; */
        padding: 5px 10px 0 10px;
        margin: 0 auto;
        text-align: center;
        vertical-align: middle;
    }

    .button-list .button-wrapper .button-icon img {
        width: 100%;
    }

    .button-list .button-wrapper .button-label {
        /* width: 100%; */
        /* width: 200px; */
        /* display: block; */
        white-space: initial;
        /* overflow: hidden; */
        padding: 0px 5px 5px 5px;
        margin: 0;
        text-align: center;
        font-size: 10px;
        line-height: 1.3;
        font-weight: bold;
    }

    .conversion-pos-bottom .button-list .button-wrapper a {
        /* height: 40px; */
        /* display: table-cell; */
        vertical-align: middle;
        padding: 0;
    }
}

@media screen and (min-width: 768px) {
    .conversion-pos-side .conversion-0002 {
        position:relative;
        width: auto;
        max-width: initial;
        overflow: hidden;
        width: 100%;
    }

    .conversion-pos-side .button-list {
        float: right;
        position: relative;
        /* overflow: hidden; */
        /* position: absolute; */
        width: auto;
        /* display: flex; */
    }

    .conversion-pos-side .button-list .button-wrapper {
        /* float: left; */
        position: relative;
        /* padding: 5px 5px 5px 5px; */
        /* overflow: hidden; */
        /* display: flex; */
        text-align: center;
        margin: 0 auto;
        margin-bottom: 1px;
    }

    .conversion-pos-side .button-list .button-wrapper .button-icon {
        width: 30px;
        /* float: left; */
        padding: 0 0px 0 0px;
        text-align: center;
        margin: 0 auto;
        /* display: table-cell; */
        vertical-align: middle;
        /* display: table-cell; */
    }

    .conversion-pos-side .button-list .button-wrapper .button-icon img {
        width: 100%;
    }

    .conversion-pos-side .button-list .button-wrapper .button-label {
        /* width: 100%; */
        /* width: 200px; */
        display: block;
        white-space: nowrap;
        padding: 8px 0px 5px 0px;
        /* overflow: hidden; */
        /* padding: 0; */
        margin: 0;
        font-size: 12px;
        /* display: table-cell; */
        vertical-align: middle;
        font-weight: bold;
    }

    .conversion-pos-bottom .conversion-0002 {
        position: relative;
        width: auto;
        max-width: initial;
        overflow: hidden;
        width: 100%;
    }

    .conversion-pos-bottom .button-list {
        float: right;
        position: relative;
        /* overflow: hidden; */
        /* position: absolute; */
        width: auto;
        /* display: flex; */
    }

    .conversion-pos-bottom .button-list .button-wrapper {
        /* float: left; */
        position: relative;
        /* padding: 5px 5px 5px 5px; */
        /* overflow: hidden; */
        /* display: flex; */
        text-align: center;
        margin: 0 auto;
        margin-bottom: 1px;
    }

    .conversion-pos-bottom .button-list .button-wrapper .button-icon {
        width: 43px;
        /* float: left; */
        padding: 0 10px 0 10px;
        text-align: center;
        margin: 0 auto;
        position: absolute;
        top: 11px;
        left: 10px;
    }

    .conversion-pos-bottom .button-list .button-wrapper .button-icon img {
        width: 100%;
    }

    .conversion-pos-bottom .button-list .button-wrapper .button-label {
        /* width: 100%; */
        /* width: 200px; */
        /* display: block; */
        white-space: nowrap;
        padding: 5px 5px 5px 5px;
        /* overflow: hidden; */
        /* padding: 0; */
        margin: 0;
        font-size: 10px;
        font-weight: bold;
    }

    .conversion-pos-bottom .conversion-0002 {
        position: relative;
        width: auto;
        max-width: initial;
        overflow: hidden;
        width: 100%;
    }

    .conversion-pos-bottom-right .button-list {
        float: right;
        position: relative;
        /* overflow: hidden; */
        /* position: absolute; */
        width: auto;
        display: flex;
    }

    .conversion-pos-bottom-right .button-list .button-wrapper {
        float: left;
        position: relative;
        /* padding: 5px 30px 5px 5px; */
        /* overflow: hidden; */
        margin-left: 1px;
        display: flex;
    }

    .conversion-pos-bottom-right .button-list .button-wrapper .button-icon {
        width: 22px;
        float: left;
        padding: 0;
    }

    .conversion-pos-bottom-right .button-list .button-wrapper .button-icon img {
        width: 100%;
    }

    .conversion-pos-bottom-right .button-list .button-wrapper .button-label {
        /* width: 100%; */
        /* width: 200px; */
        /* display: block; */
        white-space: nowrap;
        padding: 0 10px 0 10px;
        /* overflow: hidden; */
        padding: 0;
        margin: 0;
    }

    .conversion-pos-bottom-left .conversion-0002 {
        position: relative;
        width: auto;
        max-width: initial;
        overflow: hidden;
        width: 100%;
        padding: 0;
    }

    .conversion-pos-bottom-left .button-list {
        float: left;
        position: relative;
        /* overflow: hidden; */
        /* position: absolute; */
        width: auto;
        display: flex;
    }

    .conversion-pos-bottom-left .button-list .button-wrapper {
        float: left;
        position: relative;
        /* padding: 5px 30px 5px 5px; */
        /* overflow: hidden; */
        margin-left: 1px;
        display: flex;
    }

    .conversion-pos-bottom-left .button-list .button-wrapper .button-icon {
        width: 18px;
        float: left;
        padding: 0;
    }

    .conversion-pos-bottom-left .button-list .button-wrapper .button-icon img {
        width: 100%;
    }

    .conversion-pos-bottom-left .button-list .button-wrapper .button-label {
        /* width: 100%; */
        /* width: 200px; */
        /* display: block; */
        white-space: nowrap;
        padding: 0 10px 0 10px;
        /* overflow: hidden; */
        padding: 0;
        margin: 0;
        margin-top: 1px;
    }

    .conversion-pos-bottom-center .conversion-0002 {
        position: relative;
        width: auto;
        max-width: initial;
        overflow: hidden;
        width: 100%;
    }

    .conversion-pos-bottom-center .button-list {
        float: left;
        left: 50%;
        position: relative;
        /* overflow: hidden; */
        /* position: absolute; */
        width: auto;
        display: flex;
    }

    .conversion-pos-bottom-center .button-list .button-wrapper {
        float: left;
        left: -50%;
        position: relative;
        /* padding: 5px 30px 5px 5px; */
        /* overflow: hidden; */
        margin-left: 1px;
        display: flex;
        vertical-align: middle;
        line-height: 1;
        /* height: 30px; */
    }

    .conversion-pos-bottom-center .button-list .button-wrapper .button-icon {
        width: 20px;
        float: left;
        padding: 0;
        display: inline;
        /* width: auto; */
        /* height: 20px; */
        margin-right: 10px;
    }

    .conversion-pos-bottom-center .button-list .button-wrapper .button-icon img {
        width: 100%;
        /* height: 100%; */
    }

    .conversion-pos-bottom-center .button-list .button-wrapper .button-label {
        /* width: 100%; */
        /* width: 200px; */
        /* display: block; */
        white-space: nowrap;
        padding: 0 10px 0 10px;
        /*overflow: hidden;*/
        padding: 0;
        margin: 0;
        /* white-space: initial; */
        /* display: inline; */
        /* float: left; */
        /* clear: both; */
        /* height: auto; */
        display: inline;
        line-height: 1;
        /* padding-right: 60px; */
    }

    .conversion-pos-side .button-list .button-wrapper .single-label {
        padding: 0;
        display: table-cell;
    }

    .conversion-pos-side .button-list .button-wrapper .single-label a {
        display: block;
        padding: 17px;
        height: 80px;
        display: table;
        text-align: center;
        margin: 0 auto;
    }

    .conversion-pos-bottom .button-list .button-wrapper .single-label {
        margin-top: 0;
        margin-right: 0;
    }

    .conversion-pos-bottom .button-list .button-wrapper a {
        height: 40px;
        display: table-cell;
        vertical-align: middle;
        padding: 0 10px 0 35px;
    }

.theme-2 .conversion-pos-bottom .button-list .button-wrapper a,
.theme-3 .conversion-pos-bottom .button-list .button-wrapper a {
        height: 40px;
        display: table-cell;
        vertical-align: middle;
        padding: 0 10px 0 35px;
    }
    .conversion-pos-bottom .button-list .button-wrapper a.single-label-wrapper {
        padding-left:20px;
    }

    .conversion-pos-side .button-list .button-wrapper a {
        padding: 13px 23px 13px 23px;
    }

    .conversion-pos-side .button-list .button-wrapper a {
        /* display:block; */
        /* padding: 17px; */
        display: table;
        text-align: center;
        margin: 0 auto;
        height: 80px;
    }

    .conversion-pos-bottom .button-list .button-wrapper a:before {
        /* background-position: 0; */
        /* right: 11px; */
/*        width: 19px;
        height: 12px;
        position: relative;
        float: right;
        margin-left: 10px;
        background-size: 30%;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;*/
    }

.theme-2 .conversion-pos-bottom .button-list .button-wrapper a:before,
.theme-3 .conversion-pos-bottom .button-list .button-wrapper a:before {
        /* background-position: 0; */
        /* right: 11px; */
/*        width: 21px;
        height: 21px;
        position: relative;
        float: right;
        margin-left: 10px;
        background-size: 30%;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;*/
    }
.theme-1 .conversion-pos-bottom .button-list .button-wrapper a.external-links:before,
.theme-2 .conversion-pos-bottom .button-list .button-wrapper a.external-links:before,
.theme-3 .conversion-pos-bottom .button-list .button-wrapper a.external-links:before,
.theme-4 .conversion-pos-bottom .button-list .button-wrapper a.external-links:before {
        background-size: 60%;
        top: 3px;
        position: relative;
        float: right;
        right: 5px;
        top: 1px;
        position: absolute;
        height: 12px;
    }

    .conversion-pos-bottom .button-list .button-wrapper a.internal-links:before {
        background-size: 65%;
        top: 3px;
        right: 10px;
        top: 15px;
        position: absolute;
    }
    .theme-1 .conversion-pos-bottom .button-list .border-first,
    .theme-2 .conversion-pos-bottom .button-list .border-first {
        border-radius: 4px 0px 0px 0px;
    }
    .theme-1 .conversion-pos-bottom .button-list .border-first-last,
    .theme-2 .conversion-pos-bottom .button-list .border-first-last {
        border-radius: 4px 4px 0px 0px;
    }

    .theme-1 .conversion-pos-bottom .button-list .border-last,
    .theme-2 .conversion-pos-bottom .button-list .border-last {
        border-radius: 0px 4px 0px 0px;
    }

    .theme-1 .conversion-pos-side .button-list .border-first,
    .theme-2 .conversion-pos-side .button-list .border-first {
        border-radius: 4px 0px 0px 0px;
    }
    .theme-1 .conversion-pos-side .button-list .border-first-last,
    .theme-2 .conversion-pos-side .button-list .border-first-last {
        border-radius: 4px 0px 0px 4px;
    }

    .theme-1 .conversion-pos-side .button-list .border-last,
    .theme-2 .conversion-pos-side .button-list .border-last {
        border-radius: 0px 0px 0px 4px;
    }

    .theme-4 .conversion-pos-bottom .button-list .border-first {
        border-radius: 15px 0px 0px 0px;
    }
    .theme-4 .conversion-pos-bottom .button-list .border-first-last {
        border-radius: 15px 15px 0px 0px;
    }
    .theme-4 .conversion-pos-bottom .button-list .border-last {
        border-radius: 0px 15px 0px 0px;
    }

    .theme-4 .conversion-pos-side .button-list .border-first {
        border-radius: 15px 0px 0px 0px;
    }
    .theme-4 .conversion-pos-side .button-list .border-first-last {
        border-radius: 15px 0px 0px 15px;
    }
    .theme-4 .conversion-pos-side .button-list .border-last {
        border-radius: 0px 0px 0px 15px;
    }
}

@media screen and (max-width: 767px) {
    .conversion-pos-bottom-center .button-list .button-wrapper .button-label {
        font-size: 10px;
        letter-spacing: 0.1em;
    }

    .conversion-pos-bottom .button-list .button-wrapper {
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .conversion-pos-bottom-center .button-list .button-wrapper .button-label {
        font-size: 12px;
        display: block;
        margin-top: 1px;
        font-weight: bold;
        margin-left: 5px;
    }

    .conversion-pos-bottom .button-list .button-wrapper {
        /* padding: 10px 30px 10px 12px; */
    }

    .conversion-pos-bottom-center .button-list .button-wrapper .button-icon {
        width: 20px;
        /* margin-right: 8px; */
    }
}

@media all and (-ms-high-contrast:none) and (min-width: 768px) and (max-width: 1023px) {/* for IE11 */
  *::-ms-backdrop, .theme-1 .conversion-wrapper .conversion-0002 .button-list .button-wrapper .button-label {
	padding-top:5px;
  }
  *::-ms-backdrop, .theme-1.fontfamily-id-1 .conversion-wrapper .conversion-0002 .button-list .button-wrapper .button-label {
	padding-top:0px;
  }
  *::-ms-backdrop, .theme-2 .conversion-wrapper .conversion-0002 .button-list .button-wrapper .button-label {
	padding-top:0px;
  }
  *::-ms-backdrop, .theme-2 .conversion-wrapper .conversion-0002 .button-list .button-wrapper .button-label {
	padding-top:8px;
  }
  *::-ms-backdrop, .theme-2.fontfamily-id-1 .conversion-wrapper .conversion-0002 .button-list .button-wrapper .button-label {
	padding-top:0px;
  }
  *::-ms-backdrop, .theme-2.fontfamily-id-4 .conversion-wrapper .conversion-0002 .button-list .button-wrapper .button-label {
	padding-top:2px;
  }
  *::-ms-backdrop, .theme-2.fontfamily-id-5 .conversion-wrapper .conversion-0002 .button-list .button-wrapper .button-label {
	padding-top:0px;
  }
  *::-ms-backdrop, .theme-2.fontfamily-id-6 .conversion-wrapper .conversion-0002 .button-list .button-wrapper .button-label {
	padding-top:4px;
  }
  *::-ms-backdrop, .theme-2.fontfamily-id-7 .conversion-wrapper .conversion-0002 .button-list .button-wrapper .button-label {
	padding-top:4px;
  }
  *::-ms-backdrop, .theme-2.fontfamily-id-8 .conversion-wrapper .conversion-0002 .button-list .button-wrapper .button-label {
	padding-top:4px;
  }
  *::-ms-backdrop, .theme-2.fontfamily-id-9 .conversion-wrapper .conversion-0002 .button-list .button-wrapper .button-label {
	padding-top:3px;
  }


  *::-ms-backdrop, .theme-3 .conversion-wrapper .conversion-0002 .button-list .button-wrapper .button-label {
	padding-top:4px;
  }
  *::-ms-backdrop, .theme-3.fontfamily-id-5 .conversion-wrapper .conversion-0002 .button-list .button-wrapper .button-label {
	padding-top:0px;
  }
  *::-ms-backdrop, .theme-3.fontfamily-id-9 .conversion-wrapper .conversion-0002 .button-list .button-wrapper .button-label {
	padding-top:px;
  }
  *::-ms-backdrop, .theme-4 .conversion-wrapper .conversion-0002 .button-list .button-wrapper .button-label {
	padding-top:2px;
  }
}
@media all and (-ms-high-contrast:none) and (min-width: 1024px) {/* for IE11 */
  *::-ms-backdrop, .theme-1.fontfamily-id-1 .conversion-wrapper .conversion-0002 .button-list .button-wrapper .button-label {
	margin-top:0px;
  }
  *::-ms-backdrop, .theme-1 .conversion-wrapper .conversion-0002 .button-list .button-wrapper .button-label {
	margin-top:4px;
  }
  *::-ms-backdrop, .theme-2 .conversion-wrapper .conversion-0002 .button-list .button-wrapper .button-label {
	margin-top:8px;
  }
  *::-ms-backdrop, .theme-2.fontfamily-id-1 .conversion-wrapper .conversion-0002 .button-list .button-wrapper .button-label {
	margin-top:0px;
  }
  *::-ms-backdrop, .theme-2.fontfamily-id-2 .conversion-wrapper .conversion-0002 .button-list .button-wrapper .button-label {
	margin-top:4px;
  }
  *::-ms-backdrop, .theme-2.fontfamily-id-3 .conversion-wrapper .conversion-0002 .button-list .button-wrapper .button-label {
	margin-top:4px;
  }
  *::-ms-backdrop, .theme-2.fontfamily-id-4 .conversion-wrapper .conversion-0002 .button-list .button-wrapper .button-label {
	margin-top:2px;
  }
  *::-ms-backdrop, .theme-2.fontfamily-id-5 .conversion-wrapper .conversion-0002 .button-list .button-wrapper .button-label {
	margin-top:2px;
  }
  *::-ms-backdrop, .theme-2.fontfamily-id-6 .conversion-wrapper .conversion-0002 .button-list .button-wrapper .button-label {
	margin-top:4px;
  }
  *::-ms-backdrop, .theme-2.fontfamily-id-7 .conversion-wrapper .conversion-0002 .button-list .button-wrapper .button-label {
	margin-top:4px;
  }
  *::-ms-backdrop, .theme-2.fontfamily-id-8 .conversion-wrapper .conversion-0002 .button-list .button-wrapper .button-label {
	margin-top:4px;
  }
  *::-ms-backdrop, .theme-2.fontfamily-id-9 .conversion-wrapper .conversion-0002 .button-list .button-wrapper .button-label {
	margin-top:3px;
  }
  *::-ms-backdrop, .theme-3.fontfamily-id-2 .conversion-wrapper .conversion-0002 .button-list .button-wrapper .button-label {
	margin-top:4px;
  }
  

  *::-ms-backdrop, .theme-3.fontfamily-id-3 .conversion-wrapper .conversion-0002 .button-list .button-wrapper .button-label {
	margin-top:4px;
  }
  *::-ms-backdrop, .theme-3.fontfamily-id-4 .conversion-wrapper .conversion-0002 .button-list .button-wrapper .button-label {
	margin-top:2px;
  }
  *::-ms-backdrop, .theme-3.fontfamily-id-5 .conversion-wrapper .conversion-0002 .button-list .button-wrapper .button-label {
	margin-top:2px;
  }
  *::-ms-backdrop, .theme-3.fontfamily-id-6 .conversion-wrapper .conversion-0002 .button-list .button-wrapper .button-label {
	margin-top:3px;
  }
  *::-ms-backdrop, .theme-3.fontfamily-id-7 .conversion-wrapper .conversion-0002 .button-list .button-wrapper .button-label {
	margin-top:3px;
  }
  *::-ms-backdrop, .theme-3.fontfamily-id-8 .conversion-wrapper .conversion-0002 .button-list .button-wrapper .button-label {
	margin-top:3px;
  }
  *::-ms-backdrop, .theme-3.fontfamily-id-9 .conversion-wrapper .conversion-0002 .button-list .button-wrapper .button-label {
	margin-top:3px;
  }

  *::-ms-backdrop, .theme-4.fontfamily-id-2 .conversion-wrapper .conversion-0002 .button-list .button-wrapper .button-label {
	margin-top:4px;
  }
   *::-ms-backdrop, .theme-4.fontfamily-id-3 .conversion-wrapper .conversion-0002 .button-list .button-wrapper .button-label {
	margin-top:4px;
  }
   *::-ms-backdrop, .theme-4.fontfamily-id-4 .conversion-wrapper .conversion-0002 .button-list .button-wrapper .button-label {
	margin-top:2px;
  }
   *::-ms-backdrop, .theme-4.fontfamily-id-5 .conversion-wrapper .conversion-0002 .button-list .button-wrapper .button-label {
	margin-top:3px;
  }
   *::-ms-backdrop, .theme-4.fontfamily-id-6 .conversion-wrapper .conversion-0002 .button-list .button-wrapper .button-label {
	margin-top:5px;
  }
   *::-ms-backdrop, .theme-4.fontfamily-id-7 .conversion-wrapper .conversion-0002 .button-list .button-wrapper .button-label {
	margin-top:3px;
  }
   *::-ms-backdrop, .theme-4.fontfamily-id-8 .conversion-wrapper .conversion-0002 .button-list .button-wrapper .button-label {
	margin-top:3px;
  }
   *::-ms-backdrop, .theme-4.fontfamily-id-9 .conversion-wrapper .conversion-0002 .button-list .button-wrapper .button-label {
	margin-top:3px;
  }



}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
    .conversion-pos-bottom-center .button-list .button-wrapper .button-label {
        font-size: 12px;
        display: block;
        font-weight: bold;
    }

    .conversion-pos-bottom .button-list .button-wrapper {
        /* padding: 10px 30px 10px 12px; */
    }

    .conversion-pos-bottom-center .button-list .button-wrapper .button-icon {
        width: 20px;
        margin-right: 8px;
        margin: 0 6px 0 6px;
    }
    .conversion-pos-bottom .button-list .button-wrapper a {
        height: 40px;
        display: table-cell;
        vertical-align: middle;
        padding: 0 40px 0 40px;
    }
.theme-2 .conversion-pos-bottom .button-list .button-wrapper a,
.theme-3 .conversion-pos-bottom .button-list .button-wrapper a {
        height: 38px;
        display: table-cell;
        vertical-align: middle;
        padding: 0 40px 0 40px;
    }
    .conversion-pos-bottom .button-list .button-wrapper .button-label {
        white-space: nowrap;
        padding: 5px 5px 5px 5px;
        /* overflow: hidden; */
        margin: 0;
        font-size: 12px;
    }
    .conversion-pos-bottom-left .button-list .button-wrapper .button-label {
        white-space: nowrap;
        padding: 0 10px 0 10px;
        /* overflow: hidden; */
        padding: 0;
        margin: 0;
        margin-top: 0px;
    }
    .conversion-pos-bottom .button-list .button-wrapper a:before {
        /* background-position: 0; */
        /* right: 11px; */
        width: 19px;
        height: 12px;
        position: relative;
        float: right;
        margin-left: 10px;
        background-size: 30%;
        position: absolute;
        top: 4px;
        bottom: 0;
        right: 0;
        margin: auto;
    }

.theme-2 .conversion-pos-bottom .button-list .button-wrapper a:before,
.theme-3 .conversion-pos-bottom .button-list .button-wrapper a:before {
        /* background-position: 0; */
        /* right: 11px; */
        width: 23px;
        height: 8px;
        position: relative;
        float: right;
        margin-left: 10px;
        background-size: 30%;
        position: absolute;
        top: 2px;
        bottom: 0;
        right: -3px;
        margin: auto;
}
}
@media screen and (min-width: 1280px) and (max-width: 1519px) {
    .conversion-pos-bottom .button-list .button-wrapper a:before {
        /* background-position: 0; */
        /* right: 11px; */
        width: 19px;
        height: 12px;
        position: relative;
        float: right;
        margin-left: 10px;
        background-size: 30%;
        position: absolute;
        top: 4px;
        bottom: 0;
        right: 0;
        margin: auto;
    }

.theme-2 .conversion-pos-bottom .button-list .button-wrapper a:before,
.theme-3 .conversion-pos-bottom .button-list .button-wrapper a:before {
        /* background-position: 0; */
        /* right: 11px; */
        width: 23px;
        height: 8px;
        position: relative;
        float: right;
        margin-left: 10px;
        background-size: 30%;
        position: absolute;
        top: 2px;
        bottom: 0;
        right: -3px;
        margin: auto;
}
    .conversion-pos-bottom-center .button-list .button-wrapper .button-label {
        font-size: 14px;
        display: block;
        margin-top: 1px;
        font-weight: bold;
    }

    .conversion-pos-bottom .button-list .button-wrapper {
        /* padding: 10px 30px 10px 12px; */
    }

    .conversion-pos-bottom-center .button-list .button-wrapper .button-icon {
        width: 22px;
        /* margin: 0 6px 0 6px; */
    }

    .conversion-pos-side .button-list .button-wrapper .button-label {
        font-size: 11px;
        font-weight: bold;
    }

    .conversion-pos-side .button-list .button-wrapper {
        /* padding: 17px; */
        min-height: 80px;
    }

    .conversion-pos-side .button-list .button-container {
        position: relative;
        /* display: table; */
        vertical-align: middle;
        text-align: center;
        margin: 0 auto;
        /* height: 50px; */
    }
    .conversion-pos-bottom .button-list .button-wrapper a {
        height: 40px;
        display: table-cell;
        vertical-align: middle;
        padding: 0 45px 0 45px;
    }
.theme-2 .conversion-pos-bottom .button-list .button-wrapper a,
.theme-3 .conversion-pos-bottom .button-list .button-wrapper a {
        height: 38px;
        display: table-cell;
        vertical-align: middle;
        padding: 0 45px 0 45px;
    }
    .conversion-pos-bottom .button-list .button-wrapper .button-label {
        white-space: nowrap;
        padding: 5px 5px 5px 5px;
        /* overflow: hidden; */
        margin: 0;
        font-size: 14px;
        font-weight: bold;
    }
    .conversion-pos-bottom-left .button-list .button-wrapper .button-label {
        white-space: nowrap;
        padding: 0 10px 0 10px;
        /* overflow: hidden; */
        padding: 0;
        margin: 0;
        margin-top: -2px;
    }
    .conversion-pos-bottom-left .button-list .button-wrapper .button-icon {
        width: 20px;
        float: left;
        padding: 0;
        margin-top: -2px;
    }
    .conversion-pos-bottom .button-list .button-wrapper .button-icon {
        width: 40px;
        padding: 0 10px 0 10px;
        text-align: center;
        margin: 0 auto;
        position: absolute;
        top: 10px;
        left: 4px;
    }
}

@media screen and (max-width: 1759px) and (min-width: 1520px) {
    .conversion-pos-bottom .button-list .button-wrapper a:before {
        /* background-position: 0; */
        /* right: 11px; */
        width: 19px;
        height: 12px;
        position: relative;
        float: right;
        margin-left: 10px;
        background-size: 30%;
        position: absolute;
        top: 4px;
        bottom: 0;
        right: 0;
        margin: auto;
    }

.theme-2 .conversion-pos-bottom .button-list .button-wrapper a:before,
.theme-3 .conversion-pos-bottom .button-list .button-wrapper a:before {
        /* background-position: 0; */
        /* right: 11px; */
        width: 23px;
        height: 8px;
        position: relative;
        float: right;
        margin-left: 10px;
        background-size: 30%;
        position: absolute;
        top: 2px;
        bottom: 0;
        right: -3px;
        margin: auto;
}
    .conversion-pos-bottom .button-list .button-wrapper .button-label {
        font-size: 14px;
        display: block;
        margin-top: 1px;
        font-weight: bold;
    }

    .conversion-pos-bottom .button-list .button-wrapper {
        /* padding: 10px 30px 10px 12px; */
    }

    .conversion-pos-bottom-center .button-list .button-wrapper .button-icon {
        width: 22px;
        /* margin-right: 8px; */
    }

    .conversion-pos-side .button-list .button-wrapper .button-label {
        font-size: 11px;
        font-weight: bold;
    }

    .conversion-pos-side .button-list .button-wrapper {
        /* padding: 17px; */
        min-height: 80px;
    }

    .conversion-pos-side .button-list .button-container {
        position: relative;
        /* display: table; */
        vertical-align: middle;
        text-align: center;
        margin: 0 auto;
        /* height: 50px; */
    }
    .conversion-pos-bottom .button-list .button-wrapper a {
        height: 40px;
        display: table-cell;
        vertical-align: middle;
        padding: 0 45px 0 45px;
    }
.theme-2 .conversion-pos-bottom .button-list .button-wrapper a,
.theme-3 .conversion-pos-bottom .button-list .button-wrapper a {
        height: 38px;
        display: table-cell;
        vertical-align: middle;
        padding: 0 45px 0 45px;
    }
    .conversion-pos-bottom .button-list .button-wrapper .button-label {
        white-space: nowrap;
        padding: 5px 5px 5px 5px;
        /* overflow: hidden; */
        margin: 0;
        font-size: 14px;
        font-weight: bold;
    }
    .conversion-pos-bottom-left .button-list .button-wrapper .button-label {
        white-space: nowrap;
        padding: 0 10px 0 10px;
        /* overflow: hidden; */
        padding: 0;
        margin: 0;
        margin-top: 0px;
    }
    .conversion-pos-bottom-left .button-list .button-wrapper .button-icon {
        width: 20px;
        float: left;
        padding: 0;
        margin-top: -2px;
    }
    .conversion-pos-bottom .button-list .button-wrapper .button-icon {
        width: 40px;
        padding: 0 10px 0 10px;
        text-align: center;
        margin: 0 auto;
        position: absolute;
        top: 10px;
        left: 4px;
    }
}

@media screen and (min-width: 1760px) {
    .conversion-pos-bottom .button-list .button-wrapper a:before {
        /* background-position: 0; */
        /* right: 11px; */
        width: 19px;
        height: 12px;
        position: relative;
        float: right;
        margin-left: 10px;
        background-size: 30%;
        position: absolute;
        top: 4px;
        bottom: 0;
        right: 0;
        margin: auto;
    }

.theme-2 .conversion-pos-bottom .button-list .button-wrapper a:before,
.theme-3 .conversion-pos-bottom .button-list .button-wrapper a:before {
        /* background-position: 0; */
        /* right: 11px; */
        width: 23px;
        height: 8px;
        position: relative;
        float: right;
        margin-left: 10px;
        background-size: 30%;
        position: absolute;
        top: 2px;
        bottom: 0;
        right: -3px;
        margin: auto;
}
    .conversion-pos-bottom-center .button-list .button-wrapper .button-label {
        font-size: 14px;
        display: block;
        margin-top: 1px;
        font-weight: bold;
    }

    .conversion-pos-bottom .button-list .button-wrapper {
        /* padding: 10px 30px 10px 12px; */
    }

    .conversion-pos-bottom-center .button-list .button-wrapper .button-icon {
        width: 22px;
        margin-right: 8px;
    }

    .conversion-pos-side .button-list .button-wrapper .button-label {
        font-size: 11px;
        font-weight: bold;
    }

    .conversion-pos-side .button-list .button-wrapper {
        /* padding: 17px; */
        min-height: 80px;
    }

    .conversion-pos-side .button-list .button-container {
        position: relative;
        /* display: table; */
        vertical-align: middle;
        text-align: center;
        margin: 0 auto;
        /* height: 50px; */
    }
    .conversion-pos-bottom .button-list .button-wrapper a {
        height: 40px;
        display: table-cell;
        vertical-align: middle;
        padding: 0 40px 0 40px;
    }
.theme-2 .conversion-pos-bottom .button-list .button-wrapper a,
.theme-3 .conversion-pos-bottom .button-list .button-wrapper a {
        height: 38px;
        display: table-cell;
        vertical-align: middle;
        padding: 0 40px 0 40px;
    }
    .conversion-pos-bottom .button-list .button-wrapper .button-label {
        white-space: nowrap;
        padding: 5px 5px 5px 5px;
        /* overflow: hidden; */
        margin: 0;
        font-size: 14px;
        font-weight: bold;
    }
    .conversion-pos-bottom-left .button-list .button-wrapper .button-label {
        white-space: nowrap;
        padding: 0 10px 0 10px;
        /* overflow: hidden; */
        padding: 0;
        margin: 0;
        margin-top: -1px;
    }
    .conversion-pos-bottom-left .button-list .button-wrapper .button-icon {
        width: 20px;
        float: left;
        padding: 0;
        margin-top: -2px;
    }
    .conversion-pos-bottom .button-list .button-wrapper .button-icon {
        width: 40px;
        padding: 0 10px 0 10px;
        text-align: center;
        margin: 0 auto;
        position: absolute;
        top: 10px;
        left: 2px;
    }
}

.conversion-pos-side .button-list .button-wrapper {
    display: block;
    box-sizing: border-box;
}

.conversion-pos-side .conversion-0002 {
    position: fixed;
    /* top: 0; */
    z-index: 102;
    overflow: initial;
    left: 0;
    width: auto;
    left: auto;
    right: 0;
}

.conversion-pos-side .button-list {
}

.conversion-pos-side li {
}

.conversion-pos-side .conversion-relative {
    position: relative;
    top: initial;
    overflow: hidden;
}

.conversion-pos-bottom .button-list .button-wrapper {
    display: block;
}

.conversion-pos-bottom .conversion-0002 {
    position: fixed;
    bottom: 0;
    z-index: 80;
    overflow: initial;
}

.conversion-pos-bottom .button-list {
}

.conversion-pos-bottom li {
}

.conversion-pos-bottom .conversion-relative {
    position: relative;
    top: initial;
    overflow: hidden;
}

.button-list .button-wrapper a {
    display: block;
    /* padding: 17px; */
    /* display: table; */
    text-align: center;
    margin: 0 auto;
}

.conversion-pos-none {
    display: none;
}

.button-list .border-style {
    border-style: solid;
    border-width: 1px;
}
/* ユニット共通プリントCSS */
@media print {
	@page {
		size: A4 portrait;
		margin: 0;
	}

	header {
		display: none;
	}

	footer {
		display: none;
	}

	body {
		/* min-width: 1024px; */
		min-width: 1280px;
		-webkit-print-color-adjust: exact;
		transform-origin: top center;
	}

	.conversion-wrapper {
		display: none;
	}

	.return-top-button {
		display: none !important;
	}

	#container {
		margin: 0;
	}

}/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

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

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

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

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
    margin: 0 auto;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@charset "UTF-8";
.banner-0001__column {
  list-style: none;
  width: 100%;
}

.banner-0001__list {
  vertical-align: top;
  display: inline-block;
  height: auto;
}

.banner-0001__img img {
  width: 100%;
}

.banner-0001__txt {
  text-align: left;
  display: inline-block;
  margin: 0 0 13px 0;
  word-break: break-word;
  width: 100%;
}

.banner-0001__comment {
  text-align: left;
  display: inline-block;
  /* line-height: 1.5em; */
  word-break: break-word;
  width: 100%;
}

.banner-0001__img.image_border img {
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
}


/* sp */

@media screen and (max-width: 767px) {
  .banner-0001 {
    margin: 0 16px 0;
  }
  .banner-0001__list {
    width: 100%;
  }
  .banner-0001__txt {
    margin: 0 0 9px 0;
  }
  .banner-0001__list:nth-child(n+2) {
    margin: 23px 0 0 0;
  }
}


/* tab-normal */

@media screen and (min-width: 768px) {
  .banner-0001 {
    margin: 0 40px 0;
  }
  .banner-0001__list {
    margin-bottom: 20px;
    width: 48.2%;
  }
  .banner-0001__list:nth-child(2n) {
    margin-right: 0;
  }
}
.box-0001-clear {
  clear: both;
}

.box-0001 {
  display: block;
  clear: both;
}

.box-0001-1__title {
  font-weight: bold;
}

.box-0001 .box-0001-1__title,
.box-0001 .box-0001-2__title {
  margin-bottom: 16px;
  color: #094091;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}

.box-0001 .box-0001-1__txt,
.box-0001 .box-0001-2__txt {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.75;
}

.box-0001 .box-0001-inner__btn__link {
  color: #094091;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.0008em;
}

.box-0001-1__txt.box0001_nomaintext {
  margin: 0 0 0 0;
}

.box-0001-2__txt.box0001_nomaintext {
  margin: 0 0 0 0;
}

.box-0001 .sentence_icon .box-0001-1-btn__txt,
.box-0001 .sentence_icon .box-0001-2-btn__txt {
  font-weight: bold;
  text-decoration: none;
}

/*まわりこみの指定*/
.box-0001 .box-0001-1-btn__txt,
.box-0001 .box-0001-2-btn__txt {
  padding-right: 18px;
  font-weight: 400;
  line-height: 1.3;
  text-decoration: underline;
}

.box-0001-1-btn__txt,
.box-0001-2-btn__txt {
  display: inline-block;
}

.box-0001-btn__img {
  position: absolute;
  top: 45%;
  right: 10px;
}

.box-0001 .box-0001-inner__btn__link {
  position: relative;
  width: 100%;
}

.box-0001 .box-0001-inner__btn__link:before {
  position: absolute;
}

/* linkIcon */
.box-0001 .linkIcon.sentence_icon {
  padding-left: 24px;
}
.box-0001 .linkIcon img {
  width: 100%;
  height: auto;
}

.box-0001 .linkIcon::before {
  display: inline-block;
  position: absolute;
  left: 0;
  margin-top: 2px;
  background-size: contain;
  content: "";
}
.box-0001 .linkIcon .box-0001-1-btn__txt::after,
.box-0001 .linkIcon .box-0001-2-btn__txt::after {
  display: inline-block;
  margin: 0 0 -5px 5px;
  background-size: contain;
  content: "";
}

.box-0001 .linkIcon.sentence_icon::before {
  width: 16px;
  height: 16px;
  background: url(/assets/a/images/common/icon/bg-blue-arrow.svg) no-repeat;
}
.box-0001 .linkIcon.__normal:not(.sentence_icon) .box-0001-1-btn__txt::after,
.box-0001 .linkIcon.__normal:not(.sentence_icon) .box-0001-2-btn__txt::after {
  width: 8px;
  height: 12px;
  margin-bottom: -1px;
  background: url(/assets/a/images/common/icon/icon-link_normal.svg) no-repeat;
}
.box-0001 .linkIcon.__pdf .box-0001-1-btn__txt::after,
.box-0001 .linkIcon.__pdf .box-0001-2-btn__txt::after {
  right: -30px;
  width: 42px;
  height: 20px;
  background: url(/assets/a/images/common/icon/icon-pdf.svg) no-repeat;
}
.box-0001 .linkIcon.__ppt .box-0001-1-btn__txt::after,
.box-0001 .linkIcon.__ppt .box-0001-2-btn__txt::after {
  right: -30px;
  width: 42px;
  height: 20px;
  background: url(/assets/a/images/common/icon/icon-ppt.svg) no-repeat;
}

.box-0001 .linkIcon.__excel .box-0001-1-btn__txt::after,
.box-0001 .linkIcon.__excel .box-0001-2-btn__txt::after {
  right: -30px;
  width: 42px;
  height: 20px;
  background: url(/assets/a/images/common/icon/icon-excel.svg) no-repeat;
}

.box-0001 .linkIcon.__word .box-0001-1-btn__txt::after,
.box-0001 .linkIcon.__word .box-0001-2-btn__txt::after {
  right: -30px;
  width: 42px;
  height: 20px;
  background: url(/assets/a/images/common/icon/icon-word.svg) no-repeat;
}

.box-0001 .linkIcon.__ai .box-0001-1-btn__txt::after,
.box-0001 .linkIcon.__ai .box-0001-2-btn__txt::after {
  right: -30px;
  width: 42px;
  height: 20px;
  background: url(/assets/a/images/common/icon/icon-ai.svg) no-repeat;
}

.box-0001 .linkIcon.__photo .box-0001-1-btn__txt::after,
.box-0001 .linkIcon.__photo .box-0001-2-btn__txt::after {
  right: -30px;
  width: 42px;
  height: 20px;
  background: url(/assets/a/images/common/icon/icon-photo.svg) no-repeat;
}

.box-0001 .linkIcon.__zip .box-0001-1-btn__txt::after,
.box-0001 .linkIcon.__zip .box-0001-2-btn__txt::after {
  right: -30px;
  width: 42px;
  height: 20px;
  background: url(/assets/a/images/common/icon/icon-zip.svg) no-repeat;
}

.box-0001 .linkIcon.__sound .box-0001-1-btn__txt::after,
.box-0001 .linkIcon.__sound .box-0001-2-btn__txt::after {
  right: -30px;
  width: 42px;
  height: 20px;
  background: url(/assets/a/images/common/icon/icon-sound.svg) no-repeat;
}

.box-0001 .linkIcon.__external .box-0001-1-btn__txt::after,
.box-0001 .linkIcon.__external .box-0001-2-btn__txt::after {
  width: 10px;
  height: 8px;
  margin-bottom: 1px;
  background: url(/assets/a/images/common/icon/icon-link_external.svg) no-repeat;
}

/* sp */

@media screen and (max-width: 767px) {
  .box-0001 {
    /* margin: 0 16px; */
  }
  .box-0001 .boxDesign {
    padding: 16px;
  }
  .box-0001-2-btn {
    width: auto;
  }
  .box-0001-1-btn {
    width: auto;
  }
  .box-0001-1__title {
    margin: 16px 0 0 0;
  }
  .box-0001-1__column {
    margin: 0;
    /* padding-bottom: 0; */
    /* padding-bottom: 16px; */
  }

  .box-0001 .box-0001-1__column,
  .box-0001 .box-0001-2__column {
    display: flex;
    flex-direction: column-reverse;
  }
  .box-0001-1__inner {
    padding-right: 0;
  }
  .box-0001-2__inner {
    padding-right: 0;
  }
  .box-0001 .box-0001-inner__btn__link {
    width: auto;
    display: inline-block;
    border-radius: 3px;
  }
  .box-0001 .box-0001-inner__btn__link.coloricon:before {
    right: 14px;
    width: 12px;
    height: 12px;
  }
  .box-0001 .box-0001-inner__btn__link.internal-links:before {
    right: 14px;
    width: 10px;
    height: 12px;
  }
  .box-0001 .box-0001-inner__btn__link.external-links:before {
    right: 14px;
    width: 12px;
    height: 12px;
  }
  .box-0001-2__column__img {
    width: 100%;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
  }
  .box-0001-1__column__img {
    width: 100%;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding-right: 0;
  }
  .box-0001.around .boxDesign .box-0001-2__column__img,
  .box-0001.around .boxDesign .box-0001-2__inner {
    padding-left: 0;
  }
  .box-0001 .box-0001-1-btn,
  .box-0001 .box-0001-2-btn {
    margin-bottom: 16px;
  }
}

/* tab/pc */

@media screen and (min-width: 768px) {
  .box-0001 {
    /* margin: 0 40px 0; */
  }
  .box-0001 .boxDesign {
    padding: 24px;
  }
  .box-0001 .margin_m_r.boxDesign {
    margin-right: 0;
  }
  .box-0001 .margin_m_l.boxDesign {
    margin-left: 0;
  }
  .box-0001 .box-0001-1__inner {
    float: left;
  }
  .box-0001.around .box-0001-1__inner {
    float: none;
    width: auto;
  }
  .box-0001 .boxDesign .box-0001-1__inner {
    padding-right: 0;
    float: left;
  }

  .box-0001.around .boxDesign .box-0001-1__inner {
    float: none;
  }
  .box-0001 .boxDesign .box-0001-2__inner {
    padding-left: 0;
    float: right;
  }

  .box-0001 .box-0001-1__column__img .box-0001 .box-0001-2__column__img {
    margin-bottom: 24px;
  }

  .box-0001 .box-0001-1__txt,
  .box-0001 .box-0001-2__txt {
    margin-bottom: 24px;
  }
  .box-0001-1__title {
    font-weight: bold;
  }
  .box-0001-2-btn {
    width: auto;
    display: block;
  }
  .box-0001-1-btn {
    width: auto;
    display: block;
  }
  .box-0001 .box-0001-inner__btn__link {
    display: inline-block;
    width: auto;
    position: relative;
  }
  .box-0001 .box-0001-inner__btn__link.coloricon:before {
    right: 18px;
    width: 12px;
    height: 12px;
  }
  .box-0001 .box-0001-inner__btn__link.internal-links:before {
    right: 18px;
    width: 10px;
    height: 12px;
  }
  .box-0001 .box-0001-inner__btn__link.external-links:before {
    right: 18px;
    width: 12px;
    height: 12px;
  }
  .box-0001-1__column {
    /* padding-bottom: 0; */
    /* padding-bottom: 24px; */
  }
  .box-0001.around .box-0001-1__column {
    /* display: inline-block; */
  }

  
  .box-0001.around .box-0001-2__column {
    /* display: inline-block; */
  }
  .box-0001.around .box-0001-1__column__img {
    float: left;
    margin-bottom: 24px;
  }

  .box-0001.around .boxDesign .box-0001-1__inner {
    width: auto;
  }

  .box-0001-2__column {
    align-items: flex-start;
    margin-bottom: 0;
  }
  .box-0001-1__inner {
    width: 50%;
  }
  .box-0001-2__inner {
    width: 50%;
    float: right;
  }
  .box-0001.around .box-0001-2__inner {
    width: auto;
    float: none;
  }

  .box-0001-2__column__img.around_img {
    width: 50%;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    float: right;
    margin-bottom: 24px;
  }
  .box-0001-1__column__img.around_img {
    width: 50%;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin-bottom: 24px;
  }
  .box-0001-2__column__img.noaround_img {
    width: 50%;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    float: right;
  }
  .box-0001-1__column__img.noaround_img {
    width: 50%;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    float: left;
  }
}@charset "UTF-8";
.button-0001 {
  margin-bottom: 16px;
}

.button-0001-inner__btn__link {
  display: flex;
  align-items: center;
  position: relative;
  width: auto;
  margin-bottom: 16px;
  color: #333333;
  font-size: 16px;
  line-height: 1.75;
}

.button-0001-inner__btn__link:before {
  position: absolute;
}

.button-0001__copy{
  margin-bottom: 16px;
  color: #094091;
  font-size: 18px;
  line-height: 1.75;
}

.button-0001__copy,
.button-0001-inner__btn__link {
  word-break: break-word;
}

.button-0001-inner-justify-center {
  justify-content: center;
}

.button-0001-inner-justify-right {
  justify-content: flex-end;
}

/* linkIcon */
.button-0001 .linkIcon {
  display: inline;
  position: relative;
  padding-right: 16px;
}
.button-0001 .linkIcon img {
  width: 100%;
  height: auto;
}
.button-0001 .linkIcon::after {
  /* display: inline-block;
  position: absolute;
  right: 0;
  bottom: 2px;
  background-size: contain;
  vertical-align: middle;
  content: ""; */
  content: "";
  display: inline-block;
  background-size: contain;
  vertical-align: sub;
  margin-left: 5px;
}













/* .button-0001 .linkIcon.__normal::after {
  background: url(/assets/a/images/common/icon/icon-link_normal.svg) no-repeat;
  width: 8px;
  height: 12px;
}
.button-0001 .linkIcon.__upward::after {
  background: url(/assets/a/images/common/icon/icon-link_upward.svg) no-repeat;
  width: 12px;
  height: 8px;
}
.button-0001 .linkIcon.__downward::after {
  background: url(/assets/a/images/common/icon/icon-link_downward.svg) no-repeat;
  width: 12px;
  height: 8px;
} */



.button-0001 .button-0001-inner__btn__link.__pdf:not(.__external)::after {
  right: -30px;
  width: 42px;
  height: 20px;
  background: url(/assets/a/images/common/icon/icon-pdf.svg) no-repeat;
}
.button-0001 .button-0001-inner__btn__link.__ppt:not(.__external)::after {
  right: -30px;
  width: 42px;
  height: 20px;
  background: url(/assets/a/images/common/icon/icon-ppt.svg) no-repeat;
}
.button-0001 .button-0001-inner__btn__link.__excel:not(.__external)::after {
  right: -30px;
  width: 42px;
  height: 20px;
  background: url(/assets/a/images/common/icon/icon-excel.svg) no-repeat;
}
.button-0001 .button-0001-inner__btn__link.__word:not(.__external)::after {
  right: -30px;
  width: 42px;
  height: 20px;
  background: url(/assets/a/images/common/icon/icon-word.svg) no-repeat;
}
.button-0001 .button-0001-inner__btn__link.__ai:not(.__external)::after {
  right: -30px;
  width: 42px;
  height: 20px;
  background: url(/assets/a/images/common/icon/icon-ai.svg) no-repeat;
}
.button-0001 .button-0001-inner__btn__link.__photo:not(.__external)::after {
  right: -30px;
  width: 42px;
  height: 20px;
  background: url(/assets/a/images/common/icon/icon-photo.svg) no-repeat;
}
.button-0001 .button-0001-inner__btn__link.__zip:not(.__external)::after {
  right: -30px;
  width: 42px;
  height: 20px;
  background: url(/assets/a/images/common/icon/icon-zip.svg) no-repeat;
}
.button-0001 .button-0001-inner__btn__link.__sound:not(.__external)::after {
  right: -30px;
  width: 42px;
  height: 20px;
  background: url(/assets/a/images/common/icon/icon-sound.svg) no-repeat;
}









.button-0001 .linkIcon.__external::after {
  background: url(/assets/a/images/common/icon/icon-link_external.svg) no-repeat;
  width: 10px;
  height: 8px;
}

.button-0001-inner__btn__link {
  color: #333333;
  text-decoration: underline;
}



/* sp */

@media screen and (max-width: 767px) {
  .button-0001-wrap {
    margin: 0 0 32px;
  }

  .button-0001-inner__btn__link {
    margin-bottom: 16px;
    font-size: 16px;
  }
  .button-0001-inner__btn__link:before {
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10px;
    width: 12px;
    height: 12px;
  }
  .button-0001 .internal-links:before {
    top: 0;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    right: 15px;
  }
  .button-0001 .external-links:before {
    top: 0;
    bottom: 0;
    margin: auto;
    right: 12px;
    width: 12px;
    height: 12px;
  }
}

/* tab-normal */

@media screen and (min-width: 768px) {
  .button-0001-wrap {
    /* margin: 0 40px; */
  }
  .button-0001-wrap-inner {
    display: flex;
  }
  .button-0001 {
    width: 33.3333%;
  }

  .button-0001:nth-of-type(2),
  .button-0001:nth-of-type(3),
  .button-0001:nth-of-type(4) {
    margin-left: 40px;
  }

  .button-0001-inner__btn__link {
    padding: 0;
  }
}.button-0004__inner__btn {
  position: relative;
}

.button-0004__inner__btn__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.button-0004__inner__btn:before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}

.button-0004__inner__btn {
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-style: solid;
}

.button-0004__inner__btn__area {
  width: 100%;
}

@media screen and (max-width: 767px) {
  
  .button-0004-wrap {
    padding: 0 16px;
  }

  .button-0004-wrap__inner .button-0004:last-child {
    margin: 0;
  }

  .button-0004__inner {
    display: flex;
    flex-wrap: wrap;
  }

  .button-0004__inner__btn {
    width: 49.3%;
    display: flex;
    align-items: center;
    padding: 10px 40px 11px 12px;
    min-height: 50px;
    margin: 1px;
  }

  .theme-4 .button-0004__inner__btn {
    width: 49.3%;
    display: flex;
    align-items: center;
    padding: 10px 40px 11px 20px;
    min-height: 50px;
    margin: 1px;
  }

  .button-0004__inner__btn__txt {
    width: 100%;
    font-weight: bold;
  }

  .theme-1 .button-0004__inner__btn:before{
    right: 10px;
    width: 12px;
    height: 12px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
  }

  .theme-2 .button-0004__inner__btn:before,
  .theme-3 .button-0004__inner__btn:before{
    right: 14px;
    width: 8px;
    height: 8px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
  }

  .theme-4 .button-0004__inner__btn:before {
    right: 16px;
    width: 12px;
    height: 12px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
  }

  .button-0004 .internal-links:before{
    right: 15px;
    width: 8px;
    height: 8px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
  }

  .theme-4 .button-0004 .internal-links:before{
    right: 21px;
    width: 8px;
    height: 8px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
  }

  .button-0004 .external-links:before{
    right: 14px;
    width: 12px;
    height: 12px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
  }

  .theme-4 .button-0004 .external-links:before{
    right: 20px;
    width: 12px;
    height: 12px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
  }

  .button-0004__inner__btn-w-1 {
    width: 100%;
  }
  .theme-4 .button-0004__inner__btn-w-1 {
    width: 100%;
  }

  .button-0004__inner .button-0004__inner__btn:first-of-type {
    border-radius: 3px 0 0 0;
  }

  .button-0004__inner .button-0004__inner__btn:nth-of-type(2) {
    border-radius: 0 3px 0 0;
  }

  .button-0004__inner .button-0004__inner__btn:nth-child(odd):nth-last-of-type(2) {
    border-radius: 0 0 0 3px;
  }

  .button-0004__inner .button-0004__inner__btn:nth-child(odd):nth-last-of-type(1) {
    border-radius: 0 0 0 3px;
  }

  .button-0004__inner .button-0004__inner__btn:nth-child(even):last-of-type {
    border-radius: 0 0 3px 0;
  }

  .button-0004__inner .button-0004__inner__btn:first-of-type:last-of-type {
    border-radius: 3px;
  }

  .button-0004__inner .button-0004__inner__btn:first-of-type:nth-last-of-type(2) {
    border-radius: 3px 0 0 3px;
  }

  .button-0004__inner .button-0004__inner__btn:nth-of-type(2):last-of-type {
    border-radius: 0 3px 3px 0;
  }

  .theme-4 .button-0004__inner .button-0004__inner__btn:first-of-type {
    border-radius: 30px 0 0 0;
  }

  .theme-4 .button-0004__inner .button-0004__inner__btn:nth-of-type(2) {
    border-radius: 0 30px 0 0;
  }

  .theme-4 .button-0004__inner .button-0004__inner__btn:nth-child(odd):nth-last-of-type(1) {
    border-radius: 0 0 0 30px;
  }

  .theme-4 .button-0004__inner .button-0004__inner__btn:nth-child(odd):nth-last-of-type(2) {
    border-radius: 0 0 0 30px;
  }

  .theme-4 .button-0004__inner .button-0004__inner__btn:nth-child(even):last-of-type {
    border-radius: 0 0 30px 0;
  }

  .theme-4 .button-0004__inner .button-0004__inner__btn:first-of-type:last-of-type {
    border-radius: 30px;
  }

  .theme-4 .button-0004__inner .button-0004__inner__btn:first-of-type:nth-last-of-type(2) {
    border-radius: 30px 0 0 30px;
  }

  .theme-4 .button-0004__inner .button-0004__inner__btn:nth-of-type(2):last-of-type {
    border-radius: 0 30px 30px 0;
  }

}

@media screen and (min-width: 768px) {

  .button-0004-wrap {
    padding: 0 40px;
  }

  .button-0004__inner {
    display: flex;
    flex-wrap: wrap;
  }

  .button-0004__inner__btn {
    width: 24.7%;
    display: flex;
    align-items: center;
    padding: 10px 40px 11px 20px;
    min-height: 60px;
    margin: 1px;
  }

  .button-0004__inner__btn__txt {
    width: 100%;
    font-weight: bold;
  }

  .button-0004__inner__btn:before  {
    right: 14px;
    width: 12px;
    height: 12px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
  }

  .theme-2 .button-0004__inner__btn:before,
  .theme-3 .button-0004__inner__btn:before{
    right: 16px;
    width: 10px;
    height: 10px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
  }

  .button-0004 .internal-links:before{
    right: 16px;
    width: 10px;
    height: 10px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
  }

  .button-0004 .external-links:before{
    right: 17px;
    width: 12px;
    height: 12px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
  }

  .button-0004__inner .button-0004__inner__btn:nth-of-type(4n+1) {
    border-radius: 3px 0 0 3px;
  }

  .button-0004__inner .button-0004__inner__btn:nth-of-type(4n+4) {
    border-radius: 0 3px 3px 0;
  }

  .theme-4 .button-0004__inner .button-0004__inner__btn:nth-of-type(4n+1) {
    border-radius: 30px 0 0 30px;
  }

  .theme-4 .button-0004__inner .button-0004__inner__btn:nth-of-type(4n+4) {
    border-radius: 0 30px 30px 0;
  }

  .button-0004__inner__btn-w-1 {
    width: 100%;
    border-radius: 3px !important;
  }

  .theme-4 .button-0004__inner .button-0004__inner__btn-w-1 {
    border-radius: 30px !important;
  }

  .button-0004__inner__btn-w-2 {
    width: 49.7%;
  }

  .button-0004__inner__btn-w-2:first-of-type {
    border-radius: 3px 0  0 3px !important;
  }

  .button-0004__inner__btn-w-2:nth-of-type(2) {
    border-radius: 0 3px 3px 0 !important;
  }

  .button-0004__inner__btn-w-3 {
    width: 33%;
  }

  .button-0004__inner__btn-w-3:first-of-type {
    border-radius: 3px 0  0 3px !important;
  }

  .button-0004__inner__btn-w-3:nth-of-type(3) {
    border-radius: 0 3px 3px 0 !important;
  }

  .button-0004__inner__btn-w-4 {
    width: 24.7%;
  }

  .button-0004__inner__btn-w-4:first-of-type {
    border-radius: 3px 0  0 3px !important;
  }

  .button-0004__inner__btn-w-4:nth-of-type(4) {
    border-radius: 0 3px 3px 0 !important;
  }

  .theme-4 .button-0004__inner .button-0004__inner__btn-w-1 {
    border-radius: 30px !important;
  }

  .theme-4 .button-0004__inner .button-0004__inner__btn-w-2:first-of-type {
    border-radius: 30px 0 0 30px !important;
  }

  .theme-4 .button-0004__inner .button-0004__inner__btn-w-2:nth-of-type(2) {
    border-radius: 0 30px 30px 0 !important;
  }

  .theme-4 .button-0004__inner .button-0004__inner__btn-w-3:first-of-type {
    border-radius: 30px 0 0 30px !important;
  }

  .theme-4 .button-0004__inner .button-0004__inner__btn-w-3:nth-of-type(3) {
    border-radius: 0 30px 30px 0 !important;
  }

  .theme-4 .button-0004__inner .button-0004__inner__btn-w-4:first-of-type {
    border-radius: 30px 0 0 30px !important;
  }

  .theme-4 .button-0004__inner .button-0004__inner__btn-w-4:nth-of-type(4) {
    border-radius: 0 30px 30px 0 !important;
  }

}


.button-0007 {
  margin-bottom: 0;
}
.button-0007:nth-child(n + 2) {
  margin-top: 8px;
}
.button-0007-inner {
  position: relative;
  transition: opacity .2s;
}
.button-0007-inner:hover {
  color: #cc0033;
  opacity: .7;
}

.button-0007-wrap__inner:after {
  content: "";
  display: block;
  clear: both;
}

.button-0007-inner:after {
  content: "";
  display: block;
  clear: both;
}
.button-0007__image {
  float: left;
}
.button-0007__image__source {
  width: 100%;
  vertical-align: top;
}
.button-0007__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.button-0007__text-area {
  overflow: hidden;
  float: right;
}
.button-0007__text-area:before {
  position: absolute;
  width: 12px;
  height: 12px;
}

.button-0007__text-area {
  word-wrap: break-word;
}

.button-0007-inner-justify-center {
  justify-content: center;
}

.button-0007-inner-justify-right {
  justify-content: flex-end;
}

/* linkIcon */
.button-0007 .linkIcon {
  position: relative;
  width: 100%;
  height: 100%;
}
.button-0007 .linkIcon img {
  width: 100%;
  height: auto;
}
.button-0007 .linkIcon::after {
  content: "";
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.button-0007 .linkIcon.__normal::after {
  background: url(/assets/a/images/common/icon/icon-link_normal.svg) no-repeat;
  width: 8px;
  height: 12px;
}
.button-0007 .linkIcon.__upward::after {
  background: url(/assets/a/images/common/icon/icon-link_upward.svg) no-repeat;
  width: 12px;
  height: 8px;
}
.button-0007 .linkIcon.__downward::after {
  background: url(/assets/a/images/common/icon/icon-link_downward.svg) no-repeat;
  width: 12px;
  height: 8px;
}
.button-0007 .linkIcon.__external::after {
  background: url(/assets/a/images/common/icon/icon-link_external.svg) no-repeat;
  width: 10px;
  height: 8px;
}

@media screen and (max-width: 767px) {
  .button-0007__image__source {
    width: 100%;
  }
  .button-0007-wrap {
    margin: 0 16px;
  }
  .button-0007-wrap__inner {
    margin-right: 0;
  }

  .button-0007 {
    width: 100%;
    float: left;
  }

  .button-0007-inner {
    margin: 0 0 8px 0;
  }

  .button-0007__image {
    /* width: 29%; */
    /* float: left; */
    width: 100px;
    position: relative;
  }

  .button-0007__text-area {
    /* width: 67%; */
    width: calc(100% - 100px);
    padding: 0 30px 0 12px;
    display: inline-block;
    max-height: 42px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }

  .button-0007 .internal-links:before {
    right: 16px;
    width: 8px;
    height: 8px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
  }

  .button-0007 .external-links:before {
    right: 14px;
    width: 12px;
    height: 12px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
  }
  .button-0007 .linkIcon {
    float: left;
  }
}

@media screen and (min-width: 768px) {
  .button-0007__image__source {
    width: 100%;
  }
  .button-0007-wrap {
    margin: 0 40px;
  }
  .button-0007-wrap__inner {
    display: flex;
    /* flex-wrap: wrap; */
  }

  .button-0007 {
    width: 50%;
    margin-bottom: 24px;
  }
  .button-0007:nth-child(n + 2) {
    margin-top: 0;
  }

  .button-0007__image {
    width: 140px;
  }

  .button-0007__text-area {
    width: calc(100% - 140px);
    max-height: 60px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    padding: 0 30px 0 16px;
  }

  .button-0007__text-area:before {
    right: 18px;
    width: 12px;
    height: 12px;
    margin: auto;
    top: 0;
    bottom: 0;
  }

  .button-0007 .internal-links:before {
    right: 20px;
    width: 10px;
    height: 10px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
  }

  .button-0007 .external-links:before {
    right: 20px;
    width: 12px;
    height: 12px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
  }
}
.button-0009 {
  height: 80px;
}

.button-0009-inner {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  border: 1px solid #dddddd;
  border-radius: 4px;
  background: #f2f2f2;
  transition: opacity 0.3s;
}
.button-0009-wrap {
  /* margin: 0 16px; */
}
.button-0009-wrap__inner:after {
  content: "";
  display: block;
  clear: both;
}
.button-0009-inner:after {
  content: "";
  display: block;
  clear: both;
}
.button-0009__image {
  display: flex;
  align-items: center;
  width: 80px;
  height: 100%;
  float: left;
}
.button-0009__image__source {
  width: 100%;
}
.button-0009 .button-0009__text-area {
  float: right;
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}

.button-0009 .button-0009__text-area.__normal {
  font-weight: 400;
  text-decoration: underline;
}
.button-0009 .button-0009__text-area.sentence_icon {
  font-weight: bold;
  text-decoration: none;
}

.button-0009__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.button-0009__link.__normal {
  font-weight: 400;
}
.button-0009 .button-0009__text-area {
  word-wrap: break-word;
  float: right;
  overflow: hidden;
  /* padding: 0 30px 0 24px; */
}
.button-0009-inner-justify-center {
  justify-content: center;
}
.button-0009-inner-justify-right {
  justify-content: flex-end;
}

/* linkIcon */
.button-0009 .linkIcon {
  position: relative;
  width: 100%;
  height: 100%;
}
.button-0009 .linkIcon img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.button-0009 .button-0009-inner::after {
  display: inline-block;
  position: absolute;
  right: 16px;
  top: 50%;
  background-size: contain;
  vertical-align: middle;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  content: "";
}
.button-0009 .button-0009__text-area.sentence_icon::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0px;
  width: 16px;
  height: 16px;
  /* margin-top: 4px; */
  background: url(/assets/a/images/common/icon/bg-blue-arrow.svg) no-repeat;
  transform: translateY(-50%);
  content: "";
}
.button-0009 .button-0009-inner.__normal::after {
  width: 8px;
  height: 12px;
  background: url(/assets/a/images/common/icon/icon-link_normal.svg) no-repeat;
}



.button-0009 .button-0009-inner.__pdf::after {
  right: 15px;
  width: 20px;
  height: 10px;
  background: url(/assets/a/images/common/icon/icon-pdf.svg) no-repeat;
  background-size: contain;
}
.button-0009 .button-0009-inner.__ppt::after {
  right: 15px;
  width: 20px;
  height: 10px;
  background: url(/assets/a/images/common/icon/icon-ppt.svg) no-repeat;
  background-size: contain;
}
.button-0009 .button-0009-inner.__excel::after {
  right: 15px;
  width: 20px;
  height: 10px;
  background: url(/assets/a/images/common/icon/icon-excel.svg) no-repeat;
  background-size: contain;
}
.button-0009 .button-0009-inner.__word::after {
  right: 15px;
  width: 20px;
  height: 10px;
  background: url(/assets/a/images/common/icon/icon-word.svg) no-repeat;
  background-size: contain;
}
.button-0009 .button-0009-inner.__ai::after {
  right: 15px;
  width: 20px;
  height: 10px;
  background: url(/assets/a/images/common/icon/icon-ai.svg) no-repeat;
  background-size: contain;
}
.button-0009 .button-0009-inner.__photo::after {
  right: 15px;
  width: 20px;
  height: 10px;
  background: url(/assets/a/images/common/icon/icon-photo.svg) no-repeat;
  background-size: contain;
}
.button-0009 .button-0009-inner.__zip::after {
  right: 15px;
  width: 20px;
  height: 10px;
  background: url(/assets/a/images/common/icon/icon-zip.svg) no-repeat;
  background-size: contain;
}
.button-0009 .button-0009-inner.__sound::after {
  right: 15px;
  width: 20px;
  height: 10px;
  background: url(/assets/a/images/common/icon/icon-sound.svg) no-repeat;
  background-size: contain;
}
.button-0009 .button-0009-inner.__external::after {
  width: 16px;
  height: 16px;
  right: 20px;
  top: 54%;
  background: url(/assets/a/images/common/icon/icon-link_external_gray.svg) no-repeat;
  background-size: contain;
}
.button-0009.__primary .button-0009-inner.__external::after {
  background: url(/assets/a/images/common/icon/icon-link_external_white.svg) no-repeat;
  background-size: contain;
}
.button-0009.__highlight .button-0009-inner.__external::after {
  background: url(/assets/a/images/common/icon/icon-link_external_red.svg) no-repeat;
  background-size: contain;
}
.button-0009 .button-0009-inner.__upward::after {
  width: 12px;
  height: 8px;
  background: url(/assets/a/images/common/icon/icon-link_upward.svg) no-repeat;
}
.button-0009 .button-0009-inner.__downward::after {
  width: 12px;
  height: 8px;
  background: url(/assets/a/images/common/icon/icon-link_downward.svg) no-repeat;
}

/* ボタンの背景色 */
.button-0009.__primary .button-0009-inner {
  border: 1px solid #094091;
  background: #094091;
}

.button-0009.__primary .button-0009__text-area {
  color: white;
}

.button-0009.__primary .button-0009__text-area.sentence_icon::before {
  background: url(/assets/a/images/common/icon/bg-white-arrow.svg);
}

.button-0009.__primary .button-0009__text-area.__external::after {
  background: url(/assets/a/images/common/icon/icon-link_external_white.svg);
}

.button-0009.__highlight .button-0009-inner {
  border: 1px solid #b20000;
  background: #ffffff;
}

.button-0009.__highlight .button-0009__text-area {
  color: #b20000;
}

.button-0009.__highlight .button-0009__text-area.sentence_icon::before {
  background: url(/assets/a/images/common/icon/bg-red-arrow.svg);
}

.button-0009.__highlight .button-0009__text-area.__external::after {
  background: url(/assets/a/images/common/icon/icon-link_external_red.svg);
}

/* 画像なし */
.button-0009.__noImage .button-0009__image {
  display: none;
}

.button-0009.__noImage .button-0009__text-area {
  left: 16px;
  width: 80%;
}

/* 2カラム */
.button-0009-wrap .column_2 .button-0009 {
  width: 48%;
}

.button-0009-wrap .button-0009-wrap__inner.column_2 {
  flex-wrap: wrap;
}

.button-0009-wrap .column_2 .button-0009:nth-of-type(3) {
  margin-left: 0px;
}

.button-0009 .button-0009__text-area {
  padding: 0 30px 0 16px;
}

.button-0009 .button-0009__text-area.sentence_icon {
  padding-left: 32px;
}
.button-0009.__noImage .button-0009__text-area {
  padding-left: 0px;
}

.button-0009.__noImage .button-0009__text-area.sentence_icon {
  padding-left: 32px;
}
/* sp */

@media screen and (max-width: 767px) {
  .button-0009 {
    /* margin-bottom: 16px; */
  }
  .button-0009-wrap__inner {
    margin-bottom: 0;
    margin-right: 0;
  }
  .button-0009 {
    width: 100%;
    float: left;
  }
  .button-0009:nth-child(n + 2) {
    margin-top: 8px;
  }
  .button-0009 .button-0009-inner {
    margin-right: 0;
  }
  .button-0009 .button-0009__image {
    position: relative;
    float: left;
  }
  .button-0009 .button-0009__image__source {
    width: 100%;
  }
  .button-0009 .button-0009__text-area {
    width: calc(100% - 100px);
    display: inline-block;
    max-height: 46px;
    position: absolute;
    top: 50%;
    /* padding: 0 30px 0 16px; */
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    line-height: 1.5;
  }

  .button-0009 .linkIcon {
    display: inline-block;
    float: left;
  }

  .button-0009 .button-0009__text-area.sentence_icon::before {
    left: 8px;
  }

  .button-0009.__noImage .button-0009__text-area.sentence_icon::before {
    /* left: 24px; */
    left: 0px;
  }
}

/* tab-normal */

@media screen and (min-width: 768px) {
  .button-0009 {
    /* max-width: 254px; */
    /* margin-bottom: 24px; */
  }
  .button-0009:nth-of-type(2),
  .button-0009:nth-of-type(3) {
    margin-left: 40px;
  }
  .button-0009-wrap {
    /* margin: 0 40px; */
  }
  .button-0009__image__source {
    width: 100%;
  }
  .button-0009-wrap .button-0009-wrap__inner {
    display: flex;
  }
  .button-0009 .button-0009__text-area {
    padding: 0 30px 0 0px;
  }

  .button-0009-wrap .button-0009-wrap__inner.__center {
    justify-content: center;
  }

  .button-0009 {
    width: 33.3%;
  }
  .button-0009:last-child .button-0009-inner {
    margin-right: 0;
  }
  .button-0009__text-area {
    width: calc(100% - 100px);
    max-height: 46px;
    position: absolute;
    top: 50%;
    left: 96px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
}.button-0010 {
  margin: 0 40px;
  padding-bottom: 24px;
}
.button-0010-box {
  margin: 0 auto;
  text-align: center;
}
.button-0010-box a {
  color: #575757;
  border-radius: 8px;
  font-size: 15px;
  border: 1px solid gray;
  padding: 10px 42px 10px 20px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: background-color 0.2s linear, border 0.2s linear;
  text-align: left;
}
.button-0010-box a:hover{
  color: #fff;
  background-color: #CC1033;
  border: 1px solid #CC1033;
}
.button-0010-box a:hover::after{
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
.button-0010-box a::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 2px #575757;
  border-right: solid 2px #575757;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  top: 50%;
  right: 24px;
  margin-top: -2px
}
/* sp */
@media screen and (max-width: 767px) {
  .button-0010 {
    margin: 0 16px;
  }
}
@charset "UTF-8";
.copy-0001 {
  color: #333333;
  font-weight: bold;
  line-height: 1.5;
}

.copy-0001.blue {
  color: #094091;
}

/* 文頭アイコンあり */
.copy-0001.selected_icon {
  position: relative;
  padding-left: 17px;
}

.copy-0001.selected_icon::before {
  position: absolute;
  top: 10px;
  left: 0px;
  width: 10px;
  height: 10px;
  border-radius: 9999px;
  background-color: #094091;
  content: "";
}

/* sp */
@media screen and (max-width: 767px) {
  .copy-0001 {
    /* margin: 0 16px; */
    font-size: 18px;
  }
  /* .copy-0001.selected_icon::before{
    top: 10px;
  } */
}

/* tab-normal */
@media screen and (min-width: 768px) {
  .copy-0001 {
    /* margin: 0 40px; */
    padding-left: 17px;
    font-size: 20px;
  }
}@charset "UTF-8";
.copy-0002 .ww-text > a{
  color: #575757;
}
.copy-0002 .ww-text > a:hover{
  color: #cc0033;
}

.copy-0002 .copy-0002__column {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}

.copy-0002.boxDesign.__medium .ww-text > a{
  color: #fff!important;
}
.copy-0002.boxDesign.__medium .ww-text > a:hover{
  color: #fff!important;
}
/* sp */
@media screen and (max-width: 767px) {
  .copy-0002 {
    /* margin: 0 16px; */
  }
  .copy-0002.boxDesign{
    padding:16px
  }
}

/* tab-normal */
@media screen and (min-width: 768px) {
  .copy-0002 {
    /* margin: 0 40px; */
  }
  .copy-0002.boxDesign{
    padding:24px
  }
}
/* 罫線 */
.copy-0002.__line_gray {
  border: 1px solid #333333
}

.copy-0002.__line_red {
  border: 1px solid #B20000
}

/* wysiwyg */
.copy-0002 .copy-0002__column{}
.copy-0002 .copy-0002__column ol{
  list-style-type: decimal;
  padding-left: 20px;
}
.copy-0002 .copy-0002__column ol li{
  display: list-item;
  list-style: inherit;
}
.copy-0002 .copy-0002__column ul{
  list-style-type: disc;
  padding-left: 20px;
}
.copy-0002 .copy-0002__column ul li{
  display: list-item;
  list-style: inherit;
}@charset "UTF-8";
.copy-0004 {
  display: block;
  font-size: 12px;
  line-height: 1.75;
}


.copy-0004.asterisk .copy-0004__column{
  position: relative;
  margin-left: 1rem;
}
.copy-0004.asterisk .copy-0004__column::before{
  content: "※";
  position: absolute;
  left: -12px;
}

.copy-0004.boxDesign {
  padding: 24px;
}

/* sp */

@media screen and (max-width: 767px) {
  .copy-0004 {
    /* margin: 0 16px; */
  }
  .copy-0004.boxDesign {
    padding: 16px;
  }
}

/* tab-normal */

@media screen and (min-width: 768px) {
  .copy-0004 {
    /* margin: 0 40px; */
  }
}@charset "UTF-8";
.coupon-0001 {
  position: relative;
}
.coupon__title {
  font-weight: bold;
  display: table;
  width: 100%;
}
.coupon__title a {
  text-decoration: underline;
}

.coupon__qr__code__inner__img canvas {
  width: 100%;
}

.slide-coupon-0001 {
  margin: 0 auto 0;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  /* -webkit-box-shadow:0px 4px 16px rgba(80, 80, 80, 0.2);
  -moz-box-shadow:0px 4px 16px rgba(80, 80, 80, 0.2);
  box-shadow: 0px 4px 16px rgba(80, 80, 80, 0.2); */

  -webkit-box-shadow:0 0 10px rgba(0,0,0,0.13);
  -moz-box-shadow:0 0 10px rgba(0,0,0,0.13);
  -o-box-shadow:0 0 10px rgba(0,0,0,0.13);
  box-shadow: 0px 0px 10px rgba(0,0,0,0.13);
}

.coupon__title__area {
  display: flex;
}
.coupon__limit__inner__img img {
  width: 100%;
}
.coupon__area__shop-name {
  padding: 11px 16px 18px 16px;
  font-weight: bold;
  min-height: 77px;
  border-bottom: 1px solid #cc0033;
}
.coupon__detail {
  padding: 16px;
}
.coupon__limit__inner-box2_inline {
  font-weight: bold;
}
.coupon__limit__inner {
  /* position: absolute; */
  /* bottom: 16px; */
}

.slide-coupon-0001 {
  margin: 16px;
}
.slide-coupon-0001-slide .slick-list {
  margin: 0 -16px;
}
.coupon-0001-print-target .slick-slide img {
  display: block;
  margin: 0 auto;
  width: 100%;
  border-radius: 3px;
}
/* Arrows */

body.pc-effect .coupon-0001 .slick-prev0001:hover,
body.pc-effect .coupon-0001 .slick-next0001:hover {
  background-color: #cc0033;
}
.coupon-0001 .slick-prev0001.disable,
.coupon-0001 .slick-next0001.disable {
  opacity: 0.24;
  cursor: auto;
}
.coupon-0001 .slick-prev0001.disable:hover,
.coupon-0001 .slick-next0001.disable:hover {
  background-color: #575757;
}
.slide-coupon-0001-button-prev {
  width: 25px;
  height: 25px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  left: 40%;
  float: left;
}
.slide-coupon-0001-button-next {
  width: 25px;
  height: 25px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  right: 40%;
  float: left;
}
.slide-coupon-0001-prev:before {
  /* transform: rotate(-180deg); */
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0px;
  left: 0px;
}
.slide-coupon-0001-next:before {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0px;
  left: 0px;
}
.slide-coupon-0001-button-icon.slide-coupon-0001-prev:after {
  content: "";
  position: absolute;
  background-image: url(/assets/a/images/common/icon/icon-carousel-arrow-left-white.svg);
  width: 8px;
  height: 14px;
  background-size: 8px 14px;
  background-repeat: no-repeat;
  top: 50%;
  left: 16px;
  margin-top:-7px;
}
.slide-coupon-0001-button-icon.slide-coupon-0001-next:after {
  content: "";
  position: absolute;
  background-image: url(/assets/a/images/common/icon/icon-carousel-arrow-right-white.svg);
  width: 8px;
  height: 14px;
  background-size: 8px 14px;
  background-repeat: no-repeat;
  top: 50%;
  left: 17px;
  margin-top:-7px;
}

.slide-coupon-0001-arrows {
  /* margin:0 auto; */
  text-align: center;
  position: absolute;
  margin-top: 5px;
  margin-bottom: 10px;
  height: 32px;
  display: none;
  width: auto;
  right: 0;
}
.slide-coupon-0001-arrows-2 {
  text-align: center;
  position: relative;
  margin: 5px 0 16px 0;
  height: 32px;
}
.slide-coupon-0001-arrows-2 .slick-prev0001,
.slide-coupon-0001-arrows-2 .slick-next0001 {
  width: 40px;
  height: 40px;
}
.slide-coupon-0001-arrows-2 .slick-next0001 {
  right: 0px;
}
.slide-coupon-0001-arrows-2 .slick-prev0001 {
  /* left: calc(100% - 92px); */
  left: auto;
  right: 50px;
}
.slick-prev0001,
.slick-next0001 {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 50px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev0001,
.slick-next0001 {
  width: 40px;
  height: 40px;
}
.arrow .slick-prev0001:hover,
.arrow .slick-prev0001:focus,
.arrow .slick-next0001:hover,
.arrow .slick-next0001:focus {
  outline: none;
  background: transparent;
}
.arrow .slick-prev0001:hover:before,
.arrow .slick-prev0001:focus:before,
.arrow .slick-next0001:hover:before,
.arrow .slick-next0001:focus:before {
  opacity: 1;
}
.arrow .slick-prev0001.slick-disabled:before,
.arrow .slick-next0001.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev0001 {
  left: calc(50% - 40px);
  top: 16px;
  /* padding: 9px 3px 14px 0; */
  position: absolute;
}
.slick-prev0001 .slide-coupon-0001-button-icon:before,
.slick-next0001 .slide-coupon-0001-button-icon:before {
  opacity: 1;
}
.slick-prev0001.disable .slide-coupon-0001-button-icon:before,
.slick-next0001.disable .slide-coupon-0001-button-icon:before {
  opacity: 0.24;
}
.slick-next0001 {
  right: calc(50% - 40px);
  top: 16px;
  position: absolute;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

[dir="rtl"] .slick-prev0001 {
  right: -25px;
  left: auto;
}
.slick-prev0001:before {
  content: "←";
}
[dir="rtl"] .slick-prev0001:before {
  content: "→";
}

[dir="rtl"] .slick-next0001 {
  right: auto;
  left: -25px;
}
.slick-next0001:before {
  content: "→";
}
[dir="rtl"] .slick-next0001:before {
  content: "←";
}

/* Dots */
.slide-coupon-0001-slick-dots-01 {
  position: absolute;
  display: block;
  width: auto;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  font-size: 25px;
  right: 114px;
}
.slide-coupon-0001-slick-dots-01 li {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  margin-top: 23px;
}
.slide-coupon-0001-slick-dots-01 li button {
  font-size: 0;
  line-height: 0px;
  display: block;
  width: 15px;
  height: 15px;
  padding: 5px;
  cursor: pointer;
  border: 0;
  outline: none;
  background: transparent;
}
.slide-coupon-0001-slick-dots-01 li button:hover,
.slide-coupon-0001-slick-dots-01 li button:focus {
  outline: none;
}
.slide-coupon-0001-slick-dots-01 li button:hover:before,
.slide-coupon-0001-slick-dots-01 li button:focus:before {
  opacity: 1;
}
.slide-coupon-0001-slick-dots-01 li button:before {
  font-size: 25px;
  line-height: 0px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
}
.slide-coupon-0001-slick-dots-01 li.slick-active button:before {
  opacity: 1;
  color: #cc0033;
}

/* sp */

@media screen and (max-width: 767px) {
  .coupon__qr__code__inner__img canvas {
    width: 100%;
  }
  .coupon-0001 {
    margin: 0 16px 0;
  }
  .coupon__detail__inner {
    margin: 12px 0 0;
  }
  .coupon__title {
    padding: 0;
    float: right;
    width: 74.4%;
  }
  .coupon__main__title {
    display: block;
    overflow: hidden;
    margin: 15px 0;
  }
  .coupon__detail__title {
    height: 34px;
  }
  .coupon__detail__title--txt {
    position: relative;
    top: -33px;
    display: inline-block;
    font-weight: bold;
    width: 100%;
    text-align: center;
  }
  .coupon__attention {
    padding: 8px 0 0 0;
    position: relative;
  }
  .coupon__attention__comments {
    padding: 8px 0;
    border-top: solid 1px #d6d6d6;
  }
  .coupon__limit__inner__img {
    display: block;
    position: relative;
    width: 22.6%;
    float: left;
    padding: 10px 0;
  }
  .coupon__qr__code {
    margin: 0 auto;
  }
  .coupon__qr__code__explain {
    width: 100%;
    text-align: center;
    margin: 10px auto 23px;
  }
  .coupon__qr__code__inner__img {
    margin: 0 auto 23px;
    width: 80px;
    height: 88px;
    padding: 8px 8px 8px 0;
  }
  .coupon__limit__inner-box1,
  .coupon__limit__inner-box2 {
    display: block;
  }
  .coupon__limit {
    display: none;
  }
  .coupon-0001.slide-count-1 .slide-coupon-0001-slick-dots-01,
  .coupon-0001.slide-count-1 .slide-coupon-0001-arrows,
  .coupon-0001.slide-count-1 .slide-coupon-0001-arrows-2 {
    display: none;
  }

  .coupon-0001 .slick-prev0001:hover,
  .coupon-0001 .slick-next0001:hover {
    background-color: #575757;
  }
}

/* tab-pc */

@media screen and (min-width: 768px) {
  .slick-prev0001 {
    left: calc(50% - 48px);
    top: 16px;
    margin: auto;
    position: absolute;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
  }
  .slide-coupon-0001-arrows .slick-prev0001 {
    left: calc(100% - 92px);
  }
  .slick-next0001 {
    right: calc(50% - 48px);
    left: unset;
    top: 16px;
    margin: auto;
    position: absolute;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
  }
  .slide-coupon-0001-arrows .slick-next0001 {
    right: 0px;
  }
  .slide-coupon-0001-prev:before {
    /* transform: rotate(180deg); */
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0px;
    left: 0px;
  }
  .slide-coupon-0001-next:before {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0px;
    left: 0px;
  }
  .slide-coupon-0001-arrows {
    display: inline-block;
  }
  .slide-coupon-0001-arrows-2 {
    display: none;
  }
  .coupon__qr__code__inner__img canvas {
    width: 100%;
  }
  .coupon-0001 {
    margin: 0 40px 0;
  }
  .coupon__detail__inner {
    min-height: 115px;
    padding-top: 28px;
  }
  .coupon__detail__title {
    position: relative;
    width: 127px;
    float: left;
  }
  .coupon__detail__title--txt {
    position: absolute;
    top: 42%;
    left: 10%;
    display: inline-block;
    font-weight: bold;
  }
  .coupon__title {
    padding: 0;
    float: right;
    width: 74.4%;
  }
  .coupon__main__title {
    display: block;
    overflow: hidden;
    margin: 24px 0 30px;
  }
  .coupon__attention {
    margin: 8px 0 0 0;
  }
  .coupon__attention__comments {
    padding: 8px 0;
    border-top: solid 1px #d6d6d6;
  }
  .coupon__limit__inner__img {
    display: block;
    width: 22.6%;
    float: left;
    padding: 10px 0;
  }
  .coupon__qr__code__explain {
    width: 100%;
    margin: 0 0 5px 0;
  }
  .coupon__limit__inner-box1 {
    display: block;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    width: 33%;
    float: left;
    position: relative;
    left: 29%;
  }
  .coupon__limit__inner-box2 {
    display: block;
  }
  .coupon__qr__code {
    margin: 0 auto;
  }
  .coupon__qr__code__explain {
    width: 100%;
  }
  .coupon__qr__code__inner__img {
    width: 80px;
    height: 88px;
    padding: 8px 8px 8px 0;
    position: relative;
  }
  .coupon__area__shop-name {
    min-height: 89px;
  }

  /* Dots */
  .slide-coupon-0001-slick-dots-01 li button:before {
    font-size: 35px;
    line-height: 0px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
  }
  .slide-coupon-0001-slick-dots-01 li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    margin-top: 25px;
  }
  .slide-coupon-0001-slick-dots-01 {
    font-size: 25px;
    position: absolute;
    display: block;
    width: auto;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    right: 114px;
  }
  .coupon-0001.slide-count-1 .slide-coupon-0001-slick-dots-01,
  .coupon-0001.slide-count-1 .slide-coupon-0001-arrows,
  .coupon-0001.slide-count-1 .slide-coupon-0001-arrows-2 {
    display: none;
  }
  .coupon-0001.slide-count-2 .slide-coupon-0001-slick-dots-01,
  .coupon-0001.slide-count-2 .slide-coupon-0001-arrows,
  .coupon-0001.slide-count-2 .slide-coupon-0001-arrows-2 {
    display: none;
  }
  .coupon-0001.slide-count-1 .coupon__limit {
    text-align: center;
  }
  .coupon-0001.slide-count-1 .slick-track,
  .coupon-0001.slide-count-1 .coupon__limit .coupon__qr__code__inner__img {
    margin: 0 auto;
  }
}

/* 20210624 add */
.coupon-0001 .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.coupon-0001 .slick-initialized .slick-slide {
  height: auto;
}
.footer {
  width: 100%;
  padding-top: 32px;
  background-color: #094091;
  color: #fff;
  overflow: hidden;
}

.footer .footer-menu-wrapper {
  padding: 24px 16px;
}

.footer .footer-menu-wrapper .menu-list:nth-of-type(2) {
  margin-top: 34px;
  padding-top: 32px;
  /* border-top: 1px solid #0B3677; */
}

.footer .footer-menu-wrapper .menu-list:nth-of-type(2) a {
  padding-left: 0px;
}

.footer .footer-menu-wrapper .menu-list:nth-of-type(2) a::before {
  content: none;
}

.footer .footer-menu-wrapper a {
  padding-bottom: 2px;
  border-bottom: 1px solid #fff;
}

.footer .list-item a {
  cursor: pointer;
}
.footer .footer-menu-wrapper > span {
  display: block;
  width: 100vw;
  height: 1px;
  margin: 26px calc(50% - 50vw) 0px;
  background-color: #0B3677;
}


@media screen and (min-width: 768px) {
  .footer {
    padding-top: 40px;
  }
  .footer .footer-menu-wrapper {
    padding: 24px 0px;
  }

  .footer .footer-menu-wrapper .menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer .footer-menu-wrapper > span {
    display: none;
  }
}

.footer .footer-menu-wrapper .menu-list:first-of-type .list-item:not(:first-of-type) {
  margin-top: 24px;
}
.footer .footer-menu-wrapper .menu-list:nth-of-type(2) {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 180px;
  margin: 0 auto;
}
.footer .footer-menu-wrapper .menu-list:nth-of-type(2) .list-item:first-child {
  margin-right: 24px;
}
.footer .footer-menu-wrapper .menu-list:nth-of-type(2) .list-item:not(:first-of-type) {
  margin-top: 18px;
}
.footer .footer-menu-wrapper .menu-list:nth-of-type(2) .list-item:nth-of-type(2) {
  margin-top: 0px;
}

@media screen and (min-width: 768px) {
  .footer .footer-menu-wrapper .menu-list:first-of-type .list-item:not(:first-of-type) {
    margin-top: 0px;
  }
  .footer .footer-menu-wrapper .list-item:not(:first-of-type) {
    margin-top: 0px;
  }
  .footer .footer-menu-wrapper .menu-list:nth-of-type(2) {
    justify-content: flex-start;
    max-width: none;
    margin-top: 24px;
    padding-top: 0px;
    border: none;
  }
}

@media screen and (min-width: 1200px) {
  .footer .footer-menu-wrapper .menu-list {
    flex-wrap: nowrap;
  }
  .footer .footer-menu-wrapper .menu-list:nth-of-type(2) {
    flex-wrap: nowrap;
  }
}

.footer .footer-menu-wrapper .list-item a {
  position: relative;
  padding-left: 22px;
  font-size: 14px;
  font-weight: 400;
}

.footer .footer-menu-wrapper .list-item a::before {
  position: absolute;
  top: 2px;
  left: 0px;
  width: 16px;
  height: 16px;
  background: url(/assets/a/images/common/icon/bg-white-arrow.svg) no-repeat;
  content: "";
}

.footer .footer-menu-wrapper.gray {
  background-color: #f2f2f2;
}

.footer .footer-menu-wrapper.gray .menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 300px;
  width: 85%;
}

@media screen and (min-width: 768px) {
  .footer .footer-menu-wrapper.gray .menu-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 830px;
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1280px) {
  .footer .contents-wrapper .contents-inner {
    padding-bottom: 32px;
  }
  .footer .contents-wrapper .contents-inner .footer-menu-wrapper.blue {
    display: flex;
    align-items: center;
    padding-bottom: 0px;
  }
  .footer .footer-menu-wrapper .menu-list:first-of-type {
    margin-right: 184px;
  }
  .footer.en .footer-menu-wrapper .menu-list:first-of-type {
    margin-right: 524px;
  }
  .footer .footer-menu-wrapper .menu-list:nth-of-type(2) {
    margin-top: 0px;
  }
  .footer .footer-menu-wrapper.gray .menu-list {
    max-width: 1200px;
  }
}

.footer .footer-menu-wrapper.gray .list-item {
  margin-right: 16px;
}

@media screen and (min-width: 768px) {
  .footer .footer-menu-wrapper.gray .list-item {
    margin-right: 0px;
  }
}

@media screen and (min-width: 768px) {
  .footer .footer-menu-wrapper.gray .list-item {
    padding: 0 48px;
  }
}

@media screen and (min-width: 768px) {
  .footer .footer-menu-wrapper.gray .list-item:first-child {
    border-left: 1px solid #707070;
  }
}

@media screen and (min-width: 768px) {
  .footer .footer-menu-wrapper.gray .list-item:not(:first-child) {
    padding-left: 48px;
    border-left: 1px solid #707070;
  }
}

.footer .footer-menu-wrapper.gray .list-item:nth-of-type(2) {
  margin: 0px;
}

.footer .footer-menu-wrapper.gray .list-item:nth-of-type(3),
.footer .footer-menu-wrapper.gray .list-item:nth-of-type(4),
.footer .footer-menu-wrapper.gray .list-item:nth-of-type(5) {
  margin-top: 16px;
}

@media screen and (min-width: 768px) {
  .footer .footer-menu-wrapper.gray .list-item:nth-of-type(3),
  .footer .footer-menu-wrapper.gray .list-item:nth-of-type(4),
  .footer .footer-menu-wrapper.gray .list-item:nth-of-type(5) {
    margin-top: 0px;
  }
}

.footer .footer-menu-wrapper.gray .list-item:nth-of-type(4) {
  margin-right: 50px;
}

@media screen and (min-width: 768px) {
  .footer .footer-menu-wrapper.gray .list-item:nth-of-type(4) {
    margin: 16px 0 0;
  }
}

@media screen and (min-width: 1200px) {
  .footer .footer-menu-wrapper.gray .list-item:nth-of-type(4) {
    margin-top: 0px;
  }
}

.footer .footer-menu-wrapper.gray .list-item:last-child {
  margin-top: 16px;
}

@media screen and (min-width: 768px) {
  .footer .footer-menu-wrapper.gray .list-item:last-child {
    border-right: 1px solid #707070;
  }
}

@media screen and (min-width: 1200px) {
  .footer .footer-menu-wrapper.gray .list-item:last-child {
    margin-top: 0px;
  }
}

.footer .footer-menu-wrapper.gray .list-item a {
  padding-left: 0px;
  color: #333333;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .footer .footer-menu-wrapper.gray .list-item a {
    font-size: 15px;
    text-decoration: none;
  }
}

.footer .footer-menu-wrapper.gray .list-item a:before {
  background: none;
}

@media screen and (min-width: 768px) {
  .footer .contents-wrapper {
    border-bottom: 2px solid #0b3677;
  }
}

@media screen and (min-width: 768px) {
  .footer .contents-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1280px) {
  .footer .contents-inner {
    padding: 0;
  }
}

.footer .contents-inner .footer-menu-wrapper.blue {
  padding: 0 16px 34px;
  border-bottom: 2px solid #0b3677;
}

@media screen and (min-width: 768px) {
  .footer .contents-inner .footer-menu-wrapper.blue {
    padding: 0 0 32px;
    border: none;
  }
}

@media screen and (min-width: 768px) {
  .footer
    .contents-inner
    .footer-menu-wrapper.blue
    .list-item:not(:last-child) {
    margin-right: 24px;
  }
}

@media screen and (min-width: 768px) {
  .footer .contents-inner .footer-menu-wrapper.blue .list-item:last-child {
    margin-top: 0px;
  }
}

@media screen and (min-width: 920px) {
  .footer .contents-inner .footer-menu-wrapper.blue .list-item:last-child {
    margin-top: 0px;
  }
}

.footer .sns-wrapper {
  margin-top: 16px;
  padding: 0px 16px 16px;
  border-bottom: 2px solid #0b3677;
}

@media screen and (min-width: 768px) {
  .footer .sns-wrapper {
    margin-top: 0px;
    padding: 0;
    border: none;
  }
}

.footer .sns-wrapper .sns-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer .sns-wrapper .sns-content p {
  margin-right: 24px;
  font-size: 14px;
  font-weight: 400;
}

.footer .sns-wrapper .sns-content .sns-list {
  display: flex;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer .sns-wrapper .sns-content .sns-list .list-item {
  display: -ms-grid;
  display: grid;
}

.footer .sns-wrapper .sns-content .sns-list .list-item:nth-child(2) {
  margin: 0 28px;
}

.footer .sns-wrapper .sns-content .sns-list a {
  display: inline-block;
  width: 36px;
  height: 36px;
  background: no-repeat center;
}

.footer .sns-wrapper .sns-content .sns-list a.twitter {
  background-image: url(/assets/a/images/common/icon/icon-twitter.svg);
}

.footer .sns-wrapper .sns-content .sns-list a.facebook {
  background-image: url(/assets/a/images/common/icon/icon-facebook.svg);
}

.footer .sns-wrapper .sns-content .sns-list a.ytube {
  background-image: url(/assets/a/images/common/icon/icon-ytube.svg);
}

.footer .txts-wrapper {
  padding: 0px 16px;
  margin-top: 24px;
}
.footer .txts-wrapper .ttl {
  height: 42px;
}

.footer .txts-wrapper .ttl a {
  display: block;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .footer .txts-wrapper {
    max-width: 1200px;
    width: 90%;
    margin: 32px auto 0;
    padding: 0;
  }
}

@media screen and (min-width: 1110px) {
  .footer .txts-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (min-width: 1280px) {
  .footer .txts-wrapper {
    padding: 0;
  }
}

.footer .txts-wrapper .ttl  a{
  height: 42px;
  background: url(/assets/a/images/common/ttl-white.svg) no-repeat;
  background-size: contain;
}

@media screen and (min-width: 768px) {
  .footer .txts-wrapper .ttl {
    width: 320px;
    height: 49px;
    margin-right: 84px;
    background-size: cover;
  }
}

.footer .txts-wrapper .txts-list {
  margin-top: 24px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .footer .txts-wrapper .txts-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 583px;
    width: 100%;
    margin-top: 24px;
    font-size: 14px;
  }
  .footer.en .txts-wrapper .txts-list {
    max-width: 668px;
  }
}

@media screen and (min-width: 1110px) {
  .footer .txts-wrapper .txts-list {
    margin-top: 0px;
  }
}

.footer .txts-wrapper .txts-list .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  .footer .txts-wrapper .txts-list .list-item:first-child {
    margin-right: 40px;
  }
}

.footer .txts-wrapper .txts-list .list-item:not(:first-child) {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .footer .txts-wrapper .txts-list .list-item:not(:first-child) {
    margin-top: 0px;
  }
}

@media screen and (min-width: 768px) {
  .footer .txts-wrapper .txts-list .list-item:last-child {
    width: 100%;
    margin-top: 8px;
  }
}

@media screen and (min-width: 768px) {
  .footer .txts-wrapper .txts-list .list-item:last-child span:first-child {
    width: 8%;
  }
}

.footer .txts-wrapper .txts-list .list-item:last-child span:nth-child(2) {
  margin-left: 20px;
}

@media screen and (min-width: 768px) {
  .footer .txts-wrapper .txts-list .list-item:last-child span:nth-child(2) {
    margin-left: 8px;
  }
}

@media screen and (min-width: 768px) {
  .footer .txts-wrapper .txts-list .list-item .br_sp {
    display: none;
  }
}

.footer .txts-wrapper .txts-list .list-item span {
  display: inline-block;
}

.footer .txts-wrapper .txts-list .list-item span:nth-child(2) {
  margin: 0 8px;
}

.footer .txts-wrapper .txts-list .list-item a {
  text-decoration: underline;
}

.footer .copy-wrapper {
  display: -ms-grid;
  display: grid;
  place-items: center;
  height: 50px;
  margin-top: 32px;
  background: #0b3677;
}

@media screen and (min-width: 768px) {
  .footer .copy-wrapper {
    height: 60px;
    margin-top: 32px;
  }
}

.footer .copy {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .footer .copy {
    font-size: 14px;
  }
}

/* cookiepolicy */
#cookiepolicy {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999;
}
#cookiepolicy .inner {
  background-color: #333;
  padding: 20px 40px;
}
#cookiepolicy p {
  line-height: 1.8;
  color: #fff;
  font-size: 14px;
}
#cookiepolicy a {
  text-decoration: underline;
}
#cookiepolicy .close_btn {
  position: absolute;
  right: 15px;
  top: -18px;
  cursor: pointer;
}
#cookiepolicy .close_btn span {
  display: block;
  position: relative;
  width: 36px;
  height: 36px;
  border-radius: 50%; 
  background: #fff; 
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
#cookiepolicy .close_btn span::before,
#cookiepolicy .close_btn span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 13px;
  background: #333;
}
#cookiepolicy .close_btn span::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
#cookiepolicy .close_btn span::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* ========= クッキー設定モーダル START ========= */
@media screen and (min-width: 1280px) {
  .cookie-modal .cookie-modal-bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.6);

  }
}

.cookie-modal .cookie-modal-content {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1001;
  width: 100%;
  height: 100vh;
  background-color: #fff;
}

.cookie-modal .cookie-modal-content .content-inner .tab-wrapper .blue {
  color: #009DFF;
  font-weight: 500;
  font-size: 12px;
  line-height: 2.3;
}

@media screen and (min-width: 1280px) {
  .cookie-modal .cookie-modal-content {
    max-width: 730px;
    width: 730px;
    height: 600px;
    margin: auto;
    border-radius: 4px;
  }

  .cookie-modal .cookie-modal-content .content-inner .tab-wrapper .blue {
    position: absolute;
    top: 102px;
    right: 40px;
    margin-top: 0px;
  }
}

.cookie-modal .cookie-modal-content .content-header {
  display: flex;
  align-items: center;
  height: 55px;
  padding: 16px;
  border-bottom: 2px solid #DDDDDD;
}

@media screen and (min-width: 1280px) {
  .cookie-modal .cookie-modal-content .content-header {
    height: 86px;
  }
}

.cookie-modal .cookie-modal-content .content-header > h2 {
  margin-right: 16px;
}

@media screen and (min-width: 1280px) {
  .cookie-modal .cookie-modal-content .content-header > h2 {
    width: 250px;
    height: 38px;
    margin-right: 32px;
  }

  .cookie-modal .cookie-modal-content .content-header > h2 img {
    width: 100%;
    height: 100%;
  }
}

.cookie-modal .cookie-modal-content .content-header > p {
  font-weight: 500;
  font-size: 14px;
  line-height: 2;
}

@media screen and (min-width: 1280px) {
  .cookie-modal .cookie-modal-content .content-header > p {
    font-size: 18px;
  }
}

.cookie-modal .cookie-modal-content .content-header .close-btn {
  position: absolute;
  top: 8px;
  right: 16px;
  width: 36px;
  height: 36px;
  padding: 12px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  appearance: none;
}

.cookie-modal .cookie-modal-content .content-header .close-btn::before,
.cookie-modal .cookie-modal-content .content-header .close-btn::after {
  display: block;
  position: absolute;
  top: 17px;
  right: 11px;
  transform: rotate(135deg);
  width: 14px;
  height: 2px;
  background-color: #333333;
  content: "";
}

.cookie-modal .cookie-modal-content .content-header .close-btn::after {
  transform: rotate(-135deg);
}

@media screen and (min-width: 1280px) {
  .cookie-modal .cookie-modal-content .content-header .close-btn {
    top: 24px;
  }
}

.cookie-modal .cookie-modal-content .tab-ttl-list li {
  border-bottom: 2px solid #DDDDDD;
}

.cookie-modal .cookie-modal-content .tab-ttl-list li:last-child.clicked .list-item-content {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
}

.cookie-modal .cookie-modal-content .tab-ttl-list li:last-child.clicked .list-item-content > p {
  margin-right: 16px;
}

.cookie-modal .cookie-modal-content .tab-ttl-list li .list-item-header {
  height: 50px;
  background-color: #F2F2F2;
  padding: 16px 0 0 22px;
  cursor: pointer;
}

.cookie-modal .cookie-modal-content .tab-ttl-list li .list-item-content {
  display: none;
  padding: 0px 22px 16px;
}

.cookie-modal .cookie-modal-content .tab-ttl-list .list-item-content > p {
  font-size: 14px;
  line-height: 1.875;
}

.cookie-modal .cookie-modal-content .tab-ttl-list li.clicked .list-item-header {
  padding-left: 16px;
  border-left: 8px solid #094091;
  background-color: #fff;
}

@media screen and (min-width: 1280px) {
  .cookie-modal .cookie-modal-content .content-inner .tab-ttl-list li.clicked .list-item-content {
    display: none;
  }
}

.cookie-modal .cookie-modal-content .tab-ttl-list li.clicked .list-item-content {
  display: block;
}

.cookie-modal .cookie-modal-content .tab-content {
  display: none;
}

.cookie-modal .cookie-modal-content .tab-content .tab > p {
  font-size: 14px;
  line-height: 1.875;
}

@media screen and (min-width: 1280px) {
  .cookie-modal .cookie-modal-content .tab-wrapper {
    display: flex;
  }

  .cookie-modal .cookie-modal-content .tab-content {
    display: block;
    max-width: 482px;
    width: 482px;
  }

  .cookie-modal .cookie-modal-content .tab-content .tab {
    display: none;
    padding: 24px 40px 57px;
  }

  .cookie-modal .cookie-modal-content .tab-content .tab > h3 {
    font-size: 15px;
  }
  .cookie-modal .cookie-modal-content .tab-content .tab > p {
    margin-top: 16px;
    font-size: 15px;
  }

  .cookie-modal .cookie-modal-content .tab-content .tab.clicked {
    display: block;
  }
  .cookie-modal .cookie-modal-content .tab-ttl-list {
    max-width: 248px;
    width: 248px;
  }

  .cookie-modal .cookie-modal-content .tab-ttl-list li .list-item-header {
    display: flex;
    align-items: center;
    height: 70px;
    padding-top: 0px;
  }
}

/* トグルボタン */
.cookie-modal .toggle-switch {
  position: relative;
  width: 56px;
  height: 26px;
}

@media screen and (min-width: 1280px) {
  .cookie-modal .toggle-switch {
    position: absolute;
    top: 104px;
    right: 44px;
  }
}
.cookie-modal .toggle-switch input {
  position: absolute;
  left: 0;
  top: 0;
  width: 90%;
  height: 90%;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}

.cookie-modal .toggle-switch label {
  display: inline-block;
  position: relative;
  width: 56px;
  height: 26px;
  border-radius: 46px;
  background: #ccc;
  box-sizing: border-box;
  transition: 0.4s;
}

.cookie-modal .toggle-switch label::after {
  position: absolute;
  top: 1px;
  left: 2px;
  z-index: 2;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  background: #fff;
  content: '';
  transition: 0.4s;
}

.cookie-modal .toggle-switch input:checked + label {
  background-color: #00C94F;
}

.cookie-modal .toggle-switch input:checked + label::after {
  left: 31px;
}


/* 保存ボタン */
.cookie-modal .cookie-modal-content .btn-wrapper {
  display: grid;
  place-items: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  border-top: 2px solid #DDDDDD;
}

.cookie-modal .cookie-modal-content .btn-wrapper .save-btn {
  position: relative;
  max-width: 312px;
  width: 312px;
  height: 56px;
  margin: 24px 0;
  border: none;
  border-radius: 4px;
  background-color: #094091;
  cursor: pointer;
  outline: none;
  appearance: none;
}

.cookie-modal .cookie-modal-content .btn-wrapper .save-btn::before {
  position: absolute;
  top: 50%;
  left: 16px;
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
  content: url(/assets/a/images/common/icon/bg-white-arrow.svg);
}

.cookie-modal .cookie-modal-content .btn-wrapper .save-btn > span {
  position: absolute;
  top: 50%;
  left: 44px;
  transform: translateY(-50%);
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
/* ========= クッキー設定モーダル END ========= */
.headline-0001-wrapper {
  padding-bottom: 16px;
}

.headline-0001 {
  padding: 32px 16px 0px;
  background: url(/assets/a/images/headline-0001/backgroundImage-sp.jpg) no-repeat;
  background-size: cover;
  background-position: right top;
}

@media screen and (min-width: 768px) {
  .headline-0001-wrapper {
    padding-bottom: 24px;
  }
  .headline-0001 {
    padding: 48px 40px 0px;
    background: url(/assets/a/images/headline-0001/backgroundImage-pc.jpg) no-repeat;
    background-size: cover;
    background-position: right top;
  }
}

.headline-0001 .headline-0001 div:first-of-type {
  padding-bottom: 48px;
}

.headline-0001 .headline-0001-inner .ttl {
  font-size: 27px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 768px) {
  .headline-0001 .headline-0001-inner .ttl {
    font-size: 36px;
  }

  .headline-0001 .headline-0001-inner {
    max-width: 1200px;
    margin: 0 auto;
  }
}

.headline-0001 .headline-0001-inner span {
  display: inline-block;
  margin-top: 8px;
  color: #094091;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
}

.headline-0001 .headline-0001-inner .txt {
  margin-top: 24px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@charset "UTF-8";

.headline-0002 {
  font-weight: bold;
  position: relative;
}

.headline-0002 .headline-0002__text {
  position: relative;
  color: #333333;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.headline-0002 .headline-0002__text::before {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-color: #dddddd;
  content: "";
}

.headline-0002 .headline-0002__text::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 4px;
  background-color: #094091;
  content: "";
}

/* sp */
@media screen and (max-width: 767px) {
  .headline-0002 {
    /* margin: 0 16px; */
  }
  .headline-0002 .headline-0002__text {
    margin-bottom: 16px;
    padding-bottom: 16px;
    font-size: 24px;
  }
}

/* tab-normal*/
@media screen and (min-width: 768px) {
  .headline-0002 {
    /* margin: 0 40px; */
  }
  .headline-0002 .headline-0002__text {
    margin-bottom: 24px;
    padding-bottom: 24px;
    font-size: 32px;
  }
}
.headline-0003{
  padding: 0 40px;
}
.headline-0003 img{
  width: 48px;
  height: auto;
  display: block;
  margin: 0 auto;
  
}
.headline-0003__text{
  padding: 24px 0;
  text-align: center;
}

/* sp */

@media screen and (max-width: 767px) {
  .headline-0003{
    padding: 0 16px;
  }
}
@charset "UTF-8";

.headline-0004 {
  position: relative;
}

.headline-0004__title {
  /* padding-left: 18px; */
  font-weight: bold;
}

/* sp */
@media screen and (max-width: 767px) {
  .headline-0004 {
    /* margin: 0 16px 0; */
  }

  .headline-0004__title {
    font-size: 20px;
  }
}

/* tab-normal */
@media screen and (min-width: 768px) {
  .headline-0004 {
    /* margin: 0 40px 0; */
  }

  .headline-0004__title {
    font-size: 24px;
  }
}

/* 文頭アイコンの追加 */
.headline-0004.bar-blue .headline-0004__title,
.headline-0004.bar-red .headline-0004__title {
  padding-left: 18px;
}
.headline-0004.bar-blue::before {
  position: absolute;
  top: 50%;
  width: 6px;
  height: 98%;
  background: #094091;
  transform: translateY(-50%);
  content: "";
}

.headline-0004.bar-red::before {
  position: absolute;
  top: 50%;
  width: 6px;
  height: 95%;
  background: #B20000;
  transform: translateY(-50%);
  content: "";
}

.headline-0004.circle-blue::before {
  position: absolute;
  top: 2px;
  border-radius: 9999px;
  background: #094091;
  content: "";
}

.headline-0004.circle-white::before {
  position: absolute;
  top: 2px;
  border-radius: 9999px;
  background: #FFFFFF;
  content: "";
}

/* sp */
@media screen and (max-width: 767px) {
  .headline-0004.circle-white .headline-0004__title,
  .headline-0004.circle-blue .headline-0004__title {
    padding-left: 24px;
  }
  .headline-0004.circle-blue::before,
  .headline-0004.circle-white::before {
    width: 14px;
    height: 14px;
  }

  .headline-0004.circle-blue::before {
    border: 1px solid #094091;
  }
  .headline-0004.circle-white::before {
    border: 1px solid #333333;
  }
}

/* tab-normal */
@media screen and (min-width: 768px) {
  .headline-0004.circle-white .headline-0004__title,
  .headline-0004.circle-blue .headline-0004__title {
    padding-left: 28px;
  }
  .headline-0004.circle-blue::before,
  .headline-0004.circle-white::before {
    width: 16px;
    height: 16px;
  }
  .headline-0004.circle-blue::before {
    border: 2px solid #094091;
  }
  .headline-0004.circle-white::before {
    border: 2px solid #333333;
  }
}@charset "UTF-8";

/*共通となるCSSは外に記述 */

.image-0001 .image-0001__item img a {
  display: block;
}
.image-0001__item img {
  height: auto;
  width: 100%;
  vertical-align: text-bottom;
}

.theme-1 .image-0001__item img {
  border-radius: 3px;
}
.theme-2 .image-0001__item img {
  border-radius: 3px;
}
.theme-4 .image-0001__item img {
  border-radius: 20px;
}
.image-0001__item {
  text-align: center;
}
.image-0001__item.align-right {
  text-align: right;
}
.image-0001__item.align-left {
  text-align: left;
}
.image-0001__caption {
  text-align: left;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.75;
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  .image-0001__item {
    /* margin: 0 16px; */
  }
  .image-0001__image {
    margin: 0 0 0 0;
  }
}
@media screen and (min-width: 768px) {
  .image-0001__item {
    /* margin: 0 24px; */
  }
}@charset "UTF-8";

/*共通となるCSSは外に記述 */

.image-0002__item img {
  vertical-align: top;
  width: 100%;
  height: auto;
}






.theme-1 .image-0002__item img {
    border-radius: 3px;
}
.theme-2 .image-0002__item img {
    border-radius: 3px;
}
.theme-4 .image-0002__item img {
    border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .image-0002 {
    margin: 0 16px 32px;
  }
  .image-0002__item:first-of-type {
    margin: 0 0 16px 0;
  }
  .image-0002__caption {
    margin: 16px 0 0 0;
    padding: 0 0 8px;
  }

}
@media screen and (min-width: 768px) {
  .image-0002 {
    margin: 0 40px 0;
  }
  .image-0002__item {
    width: 48.3%;
    float: left;
  }
  .image-0002__image {
    margin: 0 0 24px 0;
  }
  .image-0002__caption {
      margin: 0 0 16px 0;
}

}
@charset "UTF-8";

/*共通となるCSSは外に記述 */

img.modal-image {
  cursor: pointer;
}

.image-0003 a {
  text-decoration: none;
}
.image-0003__item img {
  vertical-align: top;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .image-0003 {
    margin: 0 16px 32px;
  }
  .image-0003__item {
    margin: 16px 0 0 0;
  }
  .image-0003__item:first-child {
    margin: 0 0 0 0;
  }
  .image-0003 .imgobj_all_noimage {
    height: 0 !important;
  }
  .image-0003 .no_inner_obj {
    margin: 0 0 0 0;
    line-height: 0;
    height: 0 !important;
  }
  /* .image-0003__imgWrap {
    padding: 0 0 8px 0;
  } */
  .image-0003__caption {
    padding: 0 0 8px 0;
    margin-top: 16px;
  }
}
@media screen and (min-width: 768px) {
  .image-0003 {
    margin: 0 40px 0;
  }
  .image-0003__list {
    display: flex;
    flex-wrap: wrap;
  }
  .image-0003__item {
    width: 31%;
  }
  .image-0003__item:nth-child(3n) {
    margin: 0 0 0 0;
  }
  .image-0003__item:nth-child(n + 4) {
    margin-top: 32px;
  }
  .image-0003 .imgobj_pc_noimage {
    height: 0 !important;
  }
  .image-0003 .imgobj_all_noimage {
    height: 0 !important;
  }
  /* .image-0003__imgWrap {
    padding: 0 0 16px 0;
  } */
  .image-0003__caption {
    padding: 0 0 16px 0;
    margin-top: 16px;
  }
}
.news .news-inner {
  margin: 40px auto 0;
}

@media screen and (min-width: 1280px) {
  .news .news-inner {
    max-width: 1200px;
    width: calc(100% - 80px);
  }
}

.news .news-inner > h2 {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.75;
}

.news .news-inner .importantNews {
  margin-top: 24px;
  padding: 20px;
  border: 2px solid #b20000;
  border-radius: 4px;
}

.news .news-inner .importantNews h3 {
  color: #b20000;
  font-weight: bold;
  font-size: 18px;
}

.news .news-inner .importantNews p {
  margin-top: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.75;
}

.news .news-inner .search-box {
  display: none;
  margin: 24px auto 0;
}

@media screen and (min-width: 1280px) {
  .news .news-inner .search-box {
    max-width: 1200px;
    margin-top: 56px;
  }
}

.news .news-inner .search-box.is-open,
.news .news-inner .search-box.is-close,
.news .news-inner .search-box.open,
.news .news-inner .search-box.close {
  display: block;
}

.news
  .news-inner
  .search-box.is-open
  .searchBox-inner
  .ttl-wrapper
  .ttl::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.news .news-inner .search-box .ttl-wrapper {
  cursor: pointer;
}

.news .news-inner .search-box .ttl-wrapper .ttl {
  position: relative;
  font-weight: bold;
  font-size: 18px;
}

.news .news-inner .search-box .ttl-wrapper .ttl::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(180deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: url("/assets/a/images/common/icon/blue-arrow.svg");
}

.news .news-inner .search-box .searchBox-content {
  display: none;
}

.news .news-inner .search-box.open .searchBox-content {
  display: block;
}

.news .news-inner .search-box .searchBox-inner {
  background-color: #f2f2f2;
}

@media screen and (min-width: 1280px) {
  .news .news-inner .search-box .searchBox-inner {
    position: relative;
  }
}

.news .news-inner .search-box .searchBox-inner .ttl-wrapper {
  padding: 16px;
}

@media screen and (min-width: 1280px) {
  .news .news-inner .search-box .searchBox-inner .ttl-wrapper {
    padding: 24px 32px;
  }
}

.news .news-inner .search-box .searchBox-inner .searchBox-content {
  padding: 8px 16px 44px;
}

@media screen and (min-width: 1280px) {
  .news .news-inner .search-box .searchBox-inner .searchBox-content {
    padding: 8px 32px 40px;
  }
}

.news .news-inner .search-box .searchBox-inner p {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
}

.news .news-inner .search-box .searchBox-inner li {
  cursor: pointer;
}

.news .news-inner .search-box .searchBox-inner .flex-item:not(:first-child) {
  margin-top: 24px;
}

@media screen and (min-width: 900px) {
  .news .news-inner .search-box .searchBox-inner .flex-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.news .news-inner .search-box .searchBox-inner .list-item {
  display: -ms-grid;
  display: grid;
  place-items: center;
  height: 32px;
  margin: 0 8px 8px 0;
}

@media screen and (min-width: 900px) {
  .news .news-inner .search-box .searchBox-inner .category p {
    width: 128px;
  }
}

.news .news-inner .search-box .searchBox-inner .category .category-content {
  margin-top: 8px;
}

@media screen and (min-width: 900px) {
  .news .news-inner .search-box .searchBox-inner .category .category-content {
    margin-top: 0px;
  }
}

.news .news-inner .search-box .searchBox-inner .category .category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.news
  .news-inner
  .search-box
  .searchBox-inner
  .category
  .category-list
  .list-item {
  margin-bottom: 0px;
  padding: 0px 8px;
  border-radius: 4px;
  background-color: #fff;
  font-size: 12px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media screen and (min-width: 340px) {
  .news
    .news-inner
    .search-box
    .searchBox-inner
    .category
    .category-list
    .list-item {
    font-size: 14px;
  }
}

.news
  .news-inner
  .search-box
  .searchBox-inner
  .category
  .category-list
  .list-item:last-child {
  margin-right: 0px;
}

.news
  .news-inner
  .search-box
  .searchBox-inner
  .category
  .category-list
  .list-item.event {
  border: 1px solid #058400;
  color: #058400;
}

.news
  .news-inner
  .search-box
  .searchBox-inner
  .category
  .category-list
  .list-item.event.clicked {
  background-color: #058400;
  color: #fff;
}

.news
  .news-inner
  .search-box
  .searchBox-inner
  .category
  .category-list
  .list-item.news {
  border: 1px solid #094092;
  color: #094092;
}

.news
  .news-inner
  .search-box
  .searchBox-inner
  .category
  .category-list
  .list-item.news.clicked {
  background-color: #094092;
  color: #fff;
}

.news
  .news-inner
  .search-box
  .searchBox-inner
  .category
  .category-list
  .list-item.recruit {
  border: 1px solid #c64a6b;
  color: #c64a6b;
}

.news
  .news-inner
  .search-box
  .searchBox-inner
  .category
  .category-list
  .list-item.recruit.clicked {
  background-color: #c64a6b;
  color: #fff;
}

@media screen and (min-width: 900px) {
  .news .news-inner .search-box .searchBox-inner .division > p {
    margin-right: 52px;
  }
}

.news .news-inner .search-box .searchBox-inner .division .division-content {
  margin-top: 8px;
}

.news .news-inner .search-box .searchBox-inner .division .select-wrapper {
  display: inline;
  position: relative;
}

.news
  .news-inner
  .search-box
  .searchBox-inner
  .division
  .select-wrapper
  select {
  max-width: 600px;
  width: 100%;
}

.news
  .news-inner
  .search-box
  .searchBox-inner
  .division
  .select-wrapper::after {
  display: block;
  position: absolute;
  top: 10px;
  right: 16px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 4px;
  height: 4px;
  border-top: 1.5px solid #333333;
  border-right: 1.5px solid #333333;
  content: "";
  pointer-events: none;
}

.news .news-inner .search-box .searchBox-inner .division select {
  padding: 10px 82px 10px 16px;
  border: 1px solid #bebebe;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.news .news-inner .search-box .searchBox-inner .division select:focus {
  outline: none;
}

.news .news-inner .search-box .searchBox-inner .tag {
  display: none;
  margin-top: 16px;
}

.news .news-inner .search-box .searchBox-inner .tag.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
}

.news .news-inner .search-box .searchBox-inner .tag.flex-item {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.news .news-inner .search-box .searchBox-inner .tag p {
  margin-top: 14px;
}

@media screen and (min-width: 900px) {
  .news .news-inner .search-box .searchBox-inner .tag.show {
    display: flex;
  }
  .news .news-inner .search-box .searchBox-inner .tag p {
    min-width: 128px;
  }
}

.news .news-inner .search-box .searchBox-inner .tag .tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-top: 8px;
}

.news .news-inner .search-box .searchBox-inner .tag .tag-list .list-item {
  padding: 6px 8px;
  border: 1px solid #bebebe;
  border-radius: 4px;
  background-color: #fff;
  font-weight: 400;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.news
  .news-inner
  .search-box
  .searchBox-inner
  .tag
  .tag-list
  .list-item.clicked {
  background: #333333;
  color: #fff;
}

.news .news-inner .search-box .searchBox-inner .period {
  margin-top: 16px;
}

@media screen and (min-width: 900px) {
  .news .news-inner .search-box .searchBox-inner .period p {
    width: 128px;
  }
}

.news
  .news-inner
  .search-box
  .searchBox-inner
  .period
  .period-content.flex-item {
  margin-top: 0px;
}

@media screen and (min-width: 768px) {
  .news
    .news-inner
    .search-box
    .searchBox-inner
    .period
    .period-content.flex-item {
    display: flex;
  }
}

.news
  .news-inner
  .search-box
  .searchBox-inner
  .period
  .period-content
  .selectBox-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 8px;
}

@media screen and (min-width: 900px) {
  .news
    .news-inner
    .search-box
    .searchBox-inner
    .period
    .period-content
    .selectBox-wrapper {
    margin-top: 0px;
  }
}

.news
  .news-inner
  .search-box
  .searchBox-inner
  .period
  .period-content
  .selectBox-inner {
  position: relative;
  display: inline;
  width: 210px;
}

.news
  .news-inner
  .search-box
  .searchBox-inner
  .period
  .period-content
  .selectBox-inner::after {
  position: absolute;
  top: 45%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
  width: 4px;
  height: 4px;
  border-top: 1.5px solid #333333;
  border-right: 1.5px solid #333333;
  content: "";
  cursor: pointer;
}

@media screen and (min-width: 1280px) {
  .news
    .news-inner
    .search-box
    .searchBox-inner
    .period
    .period-content
    .selectBox-inner {
    max-width: 328px;
  }
}

@media screen and (min-width: 1400px) {
  .news
    .news-inner
    .search-box
    .searchBox-inner
    .period
    .period-content
    .selectBox-inner {
    width: 328px;
  }
}

.news .news-inner .search-box .searchBox-inner .period .period-content select {
  width: 100%;
  height: 42px;
  padding: 0 16px;
  border: 1px solid #bebebe;
  border-radius: 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.news .news-inner .search-box .searchBox-inner .period .period-content span {
  margin-left: 16px;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .news .news-inner .search-box .searchBox-inner .period .period-content span {
    margin-right: 16px;
  }
}

@media screen and (min-width: 1280px) {
  .news .news-inner .search-box .searchBox-inner .period .period-content span {
    margin: 0 8px;
  }
}

.news .news-inner .search-box .searchBox-inner .filterBtn-wrapper {
  margin-top: 32px;
  text-align: center;
}

@media screen and (min-width: 1280px) {
  .news .news-inner .search-box .searchBox-inner .filterBtn-wrapper {
    padding-top: 0px;
    background: none;
  }
}

.news .news-inner .search-box .searchBox-inner .filter-btn {
  position: relative;
  width: 100%;
  height: 56px;
  border: 2px solid #094091;
  border-radius: 4px;
  background-color: #094091;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.05em;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .news .news-inner .search-box .searchBox-inner .filter-btn {
    width: 296px;
  }
}

@media screen and (min-width: 1280px) {
  .news .news-inner .search-box .searchBox-inner .filter-btn {
    width: 373px;
  }
}

.news .news-inner .search-box .searchBox-inner .filter-btn::before {
  position: absolute;
  top: 50%;
  left: 16px;
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
  content: url("/assets/a/images/common/icon/bg-white-arrow.svg");
}

.news .news-inner .search-box .searchBox-inner .filter-btn span {
  position: absolute;
  top: 50%;
  left: 44px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.news .news-inner .news-list {
  display: none;
  margin-top: 32px;
}

@media screen and (min-width: 1280px) {
  .news .news-inner .news-list .list-item-inner {
    display: flex;
    align-items: baseline;
  }
}

.news .news-inner .news-list .list-item {
  margin-top: 16px;
  padding-top: 16px;
  background-size: 4px 1px;
  background-image: linear-gradient(
    to right,
    #dddddd,
    #dddddd 2px,
    transparent 2px,
    transparent 4px
  );
  background-repeat: repeat-x;
  background-position: top;
}

.news .news-inner .news-list .list-item.hidden {
  display: none;
}

.news .news-inner .news-list .list-item:first-child {
  margin-top: 0px;
}

.news .news-inner .news-list .list-item:last-child {
  padding-bottom: 16px;
  background-size: 4px 1px;
  background-image: linear-gradient(
      to right,
      #dddddd,
      #dddddd 2px,
      transparent 2px,
      transparent 4px
    ),
    linear-gradient(
      to right,
      #dddddd,
      #dddddd 2px,
      transparent 2px,
      transparent 4px
    );
  background-repeat: repeat-x;
  background-position: bottom, top;
}

.news .news-inner .news-list .list-item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

@media screen and (min-width: 1280px) {
  .news .news-inner .news-list .list-item-head {
    margin-right: 32px;
  }
}

.news .news-inner .news-list .list-item-head .category {
  display: grid;
  place-items: center;
  width: 98px;
  height: 24px;
  margin-right: 24px;
  border-radius: 4px;
  color: #fff;
  text-align: center;
}
.news .news-inner .news-list .list-item-head .time {
  white-space: nowrap;
}

@media screen and (min-width: 1280px) {
  .news .news-inner .news-list .list-item-head .category {
    width: 120px;
    height: 30px;
    margin-right: 32px;
  }
}

.news .news-inner .news-list .list-item-head .category.event {
  background-color: #058400;
}

.news .news-inner .news-list .list-item-head .category.news {
  margin-top: 0px;
  background-color: #094092;
}

.news .news-inner .news-list .list-item-head .category.recruit {
  background-color: #c64a6b;
}

.news .news-inner .news-list .list-item-head .event {
  background-color: #058400;
}

.news .news-inner .news-list .list-item-txt {
  margin-top: 14px;
  text-decoration: underline;
}

.news .news-inner .news-list .list-item-txt a {
  line-height: 1.75;
}

@media screen and (min-width: 1280px) {
  .news .news-inner .news-list .list-item-txt {
    margin-top: 0px;
  }
}

.news .news-inner .news-list .list-item-txt p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.75;
}

.news .news-inner .news-list .list-item-txt .tag-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 1280px) {
  .news .news-inner .news-list .list-item-txt .tag-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.news .news-inner .news-list .list-item-txt span {
  display: inline-block;
  margin-top: 8px;
  color: #767676;
  font-weight: 400;
  font-size: 14px;
}

@media screen and (min-width: 1280px) {
  .news .news-inner .news-list .list-item-txt span:not(:first-of-type) {
    margin-left: 24px;
  }
}

.news .news-inner .moreBtn-wrapper {
  display: none;
  margin-top: 48px;
  text-align: center;
}

.news .news-inner .moreBtn-wrapper.show {
  display: block;
}

.news .news-inner .moreBtn-wrapper.hide {
  display: none;
}

.news .news-inner .more-btn {
  position: relative;
  width: 100%;
  height: 56px;
  padding-left: 16px;
  border: none;
  border-radius: 4px;
  background-color: #094091;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  text-align: left;
  letter-spacing: 0.05em;
  cursor: pointer;
}

@media screen and (min-width: 1280px) {
  .news .news-inner .more-btn {
    max-width: 328px;
  }
}

.news .news-inner .more-btn::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 24px;
  width: 18px;
  height: 18px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: url("/assets/a/images/common/icon/bg-white-plus.svg");
}

/* 英語版 */
@media screen and (min-width: 900px) {
  .inform-0001.en .news .news-inner .search-box .flex-item {
    display: block;
  }

  .inform-0001.en .news .news-inner .search-box .tag.flex-item {
    display: block;
  }
}

.inform-0001.en .search-box .division .br-pc {
  display: none;
}

@media screen and (min-width: 900px) {
  .inform-0001.en .search-box .searchBox-inner .division p {
    margin-right: 48px;
  }
  .inform-0001.en
    .news
    .news-inner
    .search-box
    .searchBox-inner
    .category-content {
    margin-top: 8px;
  }

  .inform-0001.en
    .news
    .news-inner
    .search-box
    .searchBox-inner
    .division-content {
    margin-top: 8px;
  }
  .inform-0001.en .news .news-inner .search-box .searchBox-inner .tag-content {
    margin-top: 8px;
  }
  .inform-0001.en
    .news
    .news-inner
    .search-box
    .searchBox-inner
    .tag-content
    .tag-list {
    padding-top: 0px;
  }
  .inform-0001.en
    .news
    .news-inner
    .search-box
    .searchBox-inner
    .period-content
    .selectBox-wrapper {
    margin-top: 8px;
  }
}

@media screen and (min-width: 1020px) {
  .inform-0001.en .news .news-inner .search-box .flex-item {
    display: flex;
  }

  .inform-0001.en .news .news-inner .search-box .tag.flex-item {
    display: flex;
  }
  .inform-0001.en .search-box .division .br-pc {
    display: block;
  }
  .inform-0001.en .search-box .searchBox-inner .division p {
    width: 80px;
  }
}

@media screen and (min-width: 1280px) {
  .inform-0001.en .search-box .searchBox-inner .division p {
    width: 92px;
    margin-right: 38px;
  }
}

@media screen and (min-width: 1360px) {
  .inform-0001.en .search-box .searchBox-inner .division p {
    width: 86px;
    margin-right: 42px;
  }
}
.itemization-0001 {
  color: #333333;
  margin: 0 16px;
  padding-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .itemization-0001 {
    margin: 0 auto;
    padding-bottom: 24px;
  }
}
@media screen and (min-width: 768px) {
  .itemization-0001 .panelWrap {
    display: flex;
    flex-wrap: wrap;
  }
}
.itemization-0001 .panel {
  padding: 16px;
  border-radius: 4px;
}
.itemization-0001 .panel:nth-child(n+2) {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .itemization-0001 .panel {
    padding: 24px;
    width: 32.8%;
    margin-right: 0.8%;
  }
  .itemization-0001 .panel:nth-child(n+2) {
    margin-top: 0;
  }
  .itemization-0001 .panel:nth-child(3n) {
    margin-right: 0;
  }
  .itemization-0001 .panel:nth-child(n+4) {
    margin-top: 0.8%;
  }
}
.itemization-0001 .title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  color: #094091;
}
.itemization-0001 .title.sentence_icon {
  position: relative;
}
.itemization-0001 .title.sentence_icon::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(/assets/a/images/common/icon/bg-blue-arrow.svg);
  vertical-align: middle;
  left: 0;
  margin-top: 5px;
}
.itemization-0001 .title a {
  display: inline-block;
  padding-left: 25px;
}
.itemization-0001 .title a.linkIcon::after {
  content: "";
  display: inline-block;
  background-size: contain;
  margin-left: 5px;
}
.itemization-0001 .title a.__external::after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  width: 10px;
  height: 8px;
  margin-bottom: 1px;
  background: url(/assets/a/images/common/icon/icon-link_external.svg) no-repeat;
}
.itemization-0001 .title a.__pdf:not(.__external)::after {
  width: 42px;
  height: 20px;
  vertical-align: sub;
  background: url(/assets/a/images/common/icon/icon-pdf.svg) no-repeat;
  background-size: contain;
}
.itemization-0001 .title a.__ppt:not(.__external)::after {
  width: 42px;
  height: 20px;
  vertical-align: sub;
  background: url(/assets/a/images/common/icon/icon-ppt.svg) no-repeat;
  background-size: contain;
}
.itemization-0001 .title a.__excel:not(.__external)::after {
  width: 42px;
  height: 20px;
  vertical-align: sub;
  background: url(/assets/a/images/common/icon/icon-excel.svg) no-repeat;
  background-size: contain;
}
.itemization-0001 .title a.__word:not(.__external)::after {
  width: 42px;
  height: 20px;
  vertical-align: sub;
  background: url(/assets/a/images/common/icon/icon-word.svg) no-repeat;
  background-size: contain;
}
.itemization-0001 .title a.__ai:not(.__external)::after {
  width: 42px;
  height: 20px;
  vertical-align: sub;
  background: url(/assets/a/images/common/icon/icon-ai.svg) no-repeat;
  background-size: contain;
}
.itemization-0001 .title a.__photo:not(.__external)::after {
  width: 42px;
  height: 20px;
  vertical-align: sub;
  background: url(/assets/a/images/common/icon/icon-photo.svg) no-repeat;
  background-size: contain;
}
.itemization-0001 .title a.__sound:not(.__external)::after {
  width: 42px;
  height: 20px;
  vertical-align: sub;
  background: url(/assets/a/images/common/icon/icon-sound.svg) no-repeat;
  background-size: contain;
}
.itemization-0001 .title a.__zip:not(.__external)::after {
  width: 42px;
  height: 20px;
  vertical-align: sub;
  background: url(/assets/a/images/common/icon/icon-doc.svg) no-repeat;
  background-size: contain;
}
.itemization-0001 .linkList {
  margin-top: 20px;
  line-height: 1.5;
}
.itemization-0001 .linkList .label {
  font-size: 16px;
  position: relative;
  margin-top: 8px;
}
.itemization-0001 .linkList .label.is-link::before {
  content: "";
  position: absolute;
  top: 8px;
  border-radius: 9999px;
  background: #094091;
  width: 8px;
  height: 8px;
}
.itemization-0001 .linkList .label a {
  text-decoration: underline;
  padding-left: 15px;
  display: inline-block;
}
.itemization-0001 .linkList .label a.linkIcon::after {
  content: "";
  display: inline-block;
  background-size: contain;
  margin-left: 5px;
}
.itemization-0001 .linkList .label a.__external::after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  width: 10px;
  height: 8px;
  margin-bottom: 1px;
  background: url(/assets/a/images/common/icon/icon-link_external.svg) no-repeat;
}
.itemization-0001 .linkList .label a.__pdf:not(.__external)::after {
  width: 42px;
  height: 20px;
  vertical-align: sub;
  background: url(/assets/a/images/common/icon/icon-pdf.svg) no-repeat;
  background-size: contain;
}
.itemization-0001 .linkList .label a.__ppt:not(.__external)::after {
  width: 42px;
  height: 20px;
  vertical-align: sub;
  background: url(/assets/a/images/common/icon/icon-ppt.svg) no-repeat;
  background-size: contain;
}
.itemization-0001 .linkList .label a.__excel:not(.__external)::after {
  width: 42px;
  height: 20px;
  vertical-align: sub;
  background: url(/assets/a/images/common/icon/icon-excel.svg) no-repeat;
  background-size: contain;
}
.itemization-0001 .linkList .label a.__word:not(.__external)::after {
  width: 42px;
  height: 20px;
  vertical-align: sub;
  background: url(/assets/a/images/common/icon/icon-word.svg) no-repeat;
  background-size: contain;
}
.itemization-0001 .linkList .label a.__ai:not(.__external)::after {
  width: 42px;
  height: 20px;
  vertical-align: sub;
  background: url(/assets/a/images/common/icon/icon-ai.svg) no-repeat;
  background-size: contain;
}
.itemization-0001 .linkList .label a.__photo:not(.__external)::after {
  width: 42px;
  height: 20px;
  vertical-align: sub;
  background: url(/assets/a/images/common/icon/icon-photo.svg) no-repeat;
  background-size: contain;
}
.itemization-0001 .linkList .label a.__sound:not(.__external)::after {
  width: 42px;
  height: 20px;
  vertical-align: sub;
  background: url(/assets/a/images/common/icon/icon-sound.svg) no-repeat;
  background-size: contain;
}
.itemization-0001 .linkList .label a.__zip:not(.__external)::after {
  width: 42px;
  height: 20px;
  vertical-align: sub;
  background: url(/assets/a/images/common/icon/icon-doc.svg) no-repeat;
  background-size: contain;
}


.itemization-0001.bgColor_white .panel {
  background-color: #fff;
}
.itemization-0001.bgColor_gray .panel {
  background-color: #f2f2f2;
}
.itemization-0001.bgColor_blue .panel {
  background-color: #f2f5f7;
}.itemization-0002 {
  color: #333333;
  margin: 0 16px;
  padding-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .itemization-0002 {
    margin: 0 auto;
    padding-bottom: 24px;
  }
}
@media screen and (min-width: 768px) {
  .itemization-0002 .panelWrap {
    display: flex;
    flex-wrap: wrap;
  }
}
.itemization-0002 .panel {
  padding: 16px;
  border-radius: 4px;
}
.itemization-0002 .panel:nth-child(n+2) {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .itemization-0002 .panel {
    padding: 24px;
  }
}
@media screen and (min-width: 768px) {
  .itemization-0002.column_1 .panel {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .itemization-0002.column_2 .panel {
    width: 49.6%;
    margin-right: 0.8%;
  }
  .itemization-0002.column_2 .panel:nth-child(2) {
    margin-top: 0;
  }
  .itemization-0002.column_2 .panel:nth-child(2n) {
    margin-right: 0;
  }
  .itemization-0002.column_2 .panel:nth-child(n+3) {
    margin-top: 0.8%;
  }
}
@media screen and (min-width: 768px) {
  .itemization-0002.column_3 .panel {
    width: 32.8%;
    margin-right: 0.8%;
  }
  .itemization-0002.column_3 .panel:nth-child(n+2) {
    margin-top: 0;
  }
  .itemization-0002.column_3 .panel:nth-child(3n) {
    margin-right: 0;
  }
  .itemization-0002.column_3 .panel:nth-child(n+4) {
    margin-top: 0.8%;
  }
}
.itemization-0002 .title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  color: #094091;
}
.itemization-0002 .title.sentence_icon {
  position: relative;
}
.itemization-0002 .title.sentence_icon::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(/assets/a/images/common/icon/bg-blue-arrow.svg);
  vertical-align: middle;
  left: 0;
  margin-top: 5px;
}
.itemization-0002 .title a {
  display: inline-block;
  padding-left: 25px;
}
.itemization-0002 .title a.linkIcon::after {
  content: "";
  display: inline-block;
  background-size: contain;
  margin-left: 5px;
}
.itemization-0002 .title a.__external::after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  width: 10px;
  height: 8px;
  margin-bottom: 1px;
  background: url(/assets/a/images/common/icon/icon-link_external.svg) no-repeat;
}
.itemization-0002 .title a.__pdf:not(.__external)::after {
  width: 42px;
  height: 20px;
  vertical-align: sub;
  background: url(/assets/a/images/common/icon/icon-pdf.svg) no-repeat;
  background-size: contain;
}
.itemization-0002 .title a.__ppt:not(.__external)::after {
  width: 42px;
  height: 20px;
  vertical-align: sub;
  background: url(/assets/a/images/common/icon/icon-ppt.svg) no-repeat;
  background-size: contain;
}
.itemization-0002 .title a.__excel:not(.__external)::after {
  width: 42px;
  height: 20px;
  vertical-align: sub;
  background: url(/assets/a/images/common/icon/icon-excel.svg) no-repeat;
  background-size: contain;
}
.itemization-0002 .title a.__word:not(.__external)::after {
  width: 42px;
  height: 20px;
  vertical-align: sub;
  background: url(/assets/a/images/common/icon/icon-word.svg) no-repeat;
  background-size: contain;
}
.itemization-0002 .title a.__ai:not(.__external)::after {
  width: 42px;
  height: 20px;
  vertical-align: sub;
  background: url(/assets/a/images/common/icon/icon-ai.svg) no-repeat;
  background-size: contain;
}
.itemization-0002 .title a.__photo:not(.__external)::after {
  width: 42px;
  height: 20px;
  vertical-align: sub;
  background: url(/assets/a/images/common/icon/icon-photo.svg) no-repeat;
  background-size: contain;
}
.itemization-0002 .title a.__sound:not(.__external)::after {
  width: 42px;
  height: 20px;
  vertical-align: sub;
  background: url(/assets/a/images/common/icon/icon-sound.svg) no-repeat;
  background-size: contain;
}
.itemization-0002 .title a.__zip:not(.__external)::after {
  width: 42px;
  height: 20px;
  vertical-align: sub;
  background: url(/assets/a/images/common/icon/icon-zip.svg) no-repeat;
  background-size: contain;
}
.itemization-0002 .linkList {
  margin-top: 20px;
  line-height: 1.5;
}
.itemization-0002 .linkList .label {
  font-size: 16px;
  position: relative;
  margin-top: 8px;
}
.itemization-0002 .linkList .label.is-link::before {
  content: "";
  position: absolute;
  top: 8px;
  border-radius: 9999px;
  background: #094091;
  width: 8px;
  height: 8px;
}
.itemization-0002 .linkList .label a {
  text-decoration: underline;
  padding-left: 15px;
  display: inline-block;
}
.itemization-0002 .linkList .label a.linkIcon::after {
  content: "";
  display: inline-block;
  background-size: contain;
  margin-left: 5px;
}
.itemization-0002 .linkList .label a.__external::after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  width: 10px;
  height: 8px;
  margin-bottom: 1px;
  background: url(/assets/a/images/common/icon/icon-link_external.svg) no-repeat;
}
.itemization-0002 .linkList .label a.__pdf:not(.__external)::after {
  width: 42px;
  height: 20px;
  vertical-align: sub;
  background: url(/assets/a/images/common/icon/icon-pdf.svg) no-repeat;
  background-size: contain;
}
.itemization-0002 .linkList .label a.__ppt:not(.__external)::after {
  width: 42px;
  height: 20px;
  vertical-align: sub;
  background: url(/assets/a/images/common/icon/icon-ppt.svg) no-repeat;
  background-size: contain;
}
.itemization-0002 .linkList .label a.__excel:not(.__external)::after {
  width: 42px;
  height: 20px;
  vertical-align: sub;
  background: url(/assets/a/images/common/icon/icon-excel.svg) no-repeat;
  background-size: contain;
}
.itemization-0002 .linkList .label a.__word:not(.__external)::after {
  width: 42px;
  height: 20px;
  vertical-align: sub;
  background: url(/assets/a/images/common/icon/icon-word.svg) no-repeat;
  background-size: contain;
}
.itemization-0002 .linkList .label a.__ai:not(.__external)::after {
  width: 42px;
  height: 20px;
  vertical-align: sub;
  background: url(/assets/a/images/common/icon/icon-ai.svg) no-repeat;
  background-size: contain;
}
.itemization-0002 .linkList .label a.__photo:not(.__external)::after {
  width: 42px;
  height: 20px;
  vertical-align: sub;
  background: url(/assets/a/images/common/icon/icon-photo.svg) no-repeat;
  background-size: contain;
}
.itemization-0002 .linkList .label a.__sound:not(.__external)::after {
  width: 42px;
  height: 20px;
  vertical-align: sub;
  background: url(/assets/a/images/common/icon/icon-sound.svg) no-repeat;
  background-size: contain;
}
.itemization-0002 .linkList .label a.__zip:not(.__external)::after {
  width: 42px;
  height: 20px;
  vertical-align: sub;
  background: url(/assets/a/images/common/icon/icon-zip.svg) no-repeat;
  background-size: contain;
}

.itemization-0002.bgColor_white .panel {
  background-color: #fff;
}
.itemization-0002.bgColor_gray .panel {
  background-color: #f2f2f2;
}
.itemization-0002.bgColor_blue .panel {
  background-color: #f2f5f7;
}@charset "UTF-8";
.kizutori__table-panel-gather.count_1 {
  display: block;
  clear: both;
  width: 100%;
}

.kizutori__table-panel.count_1 {
  text-align: center;
  width: 100%;
  /* border: 1px solid #D6D6D6; */
}
.kizutori__table-panel a {
  text-decoration: underline;
}

.kizutori__table-panel tbody tr:first-child {
  background-color: #575757;
}
.kizutori__table-panel.count_1 tr > th {
  vertical-align: middle;
  border: 1px solid #fff;
}

.kizutori__table-panel.count_1 tr > td {
  border: 1px solid #d6d6d6;
  vertical-align: middle;
}

.kizutori__table-panel {
  width: 100%;
}
.kizutori__table-panel-wrap {
  width: 100%;
  overflow: auto;
}
.kizutori__table-panel table {
  width: 100%;
}

.kizutori__table-panel-gather {
  display: block;
  clear: both;
  width: 100%;
}

.kizutori__table-panel {
  text-align: center;
  width: 100%;
  /* border: 1px solid #D6D6D6; */
  margin: 0 0 0 0;
}

.kizutori__table-panel tr > th {
  padding: 16px 8px;
  vertical-align: middle;
  border: 1px solid #fff;
  background-color: #575757;
  font-weight: bold;
}

.kizutori__table-panel tr > th:first-child {
  width: 50%;
  border-left-color: #575757;
  border-top: none;
  border-bottom-color: #d6d6d6;
}

.kizutori__table-panel tr > th:last-child {
  width: 50%;
  border-right-color: #575757;
  border-top: none;
  border-bottom-color: #d6d6d6;
}

.kizutori__table-panel tr > td {
  padding: 16px 8px;
  border: 1px solid #d6d6d6;
  height: 30px;
  vertical-align: middle;
}

.scroll-wrap {
  overflow-x: auto;
}
.scroll-wrap::-webkit-scrollbar {
  height: 10px;
}
.scroll-wrap::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 5px;
}
.scroll-wrap::-webkit-scrollbar-track-piece {
  background: #efefef;
}
/* sp */

@media screen and (max-width: 767px) {
  .kizutori__0001 {
    padding: 0 16px;
    margin-right: 0;
  }
  .kizutori__table-panel.count_1:nth-child(2) {
    margin: 30px 0 0 0;
  }
  .kizutori__table-panel-block {
    padding-right: 0;
  }
  .kizutori__table-panel-block.count_1:nth-child(2) {
    width: 100%;
    padding-top: 16px;
  }

  /* 210727 add */
  .kizutori__0001 .itemTitleScale__10 th:nth-child(1) {
    width: 10%;
  }
  .kizutori__0001 .itemTitleScale__20 th:nth-child(1) {
    width: 20%;
  }
  .kizutori__0001 .itemTitleScale__30 th:nth-child(1) {
    width: 30%;
  }
  .kizutori__0001 .itemTitleScale__40 th:nth-child(1) {
    width: 40%;
  }
  .kizutori__0001 .itemTitleScale__50 th:nth-child(1) {
    width: 50%;
  }
  .kizutori__0001 .itemTitleScale__60 th:nth-child(1) {
    width: 60%;
  }
  .kizutori__0001 .itemTitleScale__70 th:nth-child(1) {
    width: 70%;
  }
  .kizutori__0001 .itemTitleScale__80 th:nth-child(1) {
    width: 80%;
  }
  .kizutori__0001 .itemTitleScale__90 th:nth-child(1) {
    width: 90%;
  }
  .kizutori__0001 .itemTitleScale__10 th:nth-child(2) {
    width: 90%;
  }
  .kizutori__0001 .itemTitleScale__20 th:nth-child(2) {
    width: 80%;
  }
  .kizutori__0001 .itemTitleScale__30 th:nth-child(2) {
    width: 70%;
  }
  .kizutori__0001 .itemTitleScale__40 th:nth-child(2) {
    width: 60%;
  }
  .kizutori__0001 .itemTitleScale__50 th:nth-child(2) {
    width: 50%;
  }
  .kizutori__0001 .itemTitleScale__60 th:nth-child(2) {
    width: 40%;
  }
  .kizutori__0001 .itemTitleScale__70 th:nth-child(2) {
    width: 30%;
  }
  .kizutori__0001 .itemTitleScale__80 th:nth-child(2) {
    width: 20%;
  }
  .kizutori__0001 .itemTitleScale__90 th:nth-child(2) {
    width: 10%;
  }
}

/* tab-pc */

@media screen and (min-width: 768px) {
  .kizutori__0001 {
    padding: 0 40px;
    clear: both;
  }
  .kizutori__ita-panel.count_1 {
    margin: 0 0 20px 0;
  }
  .kizutori__table-panel-block.count_1 {
    width: 50%;
  }
  .kizutori__table-panel.count_1 {
    margin: 0 0 0 0;
  }
  .kizutori__table-panel.count_1:nth-child(2) {
    margin: 30px 0 0 0;
  }
  .kizutori__table-panel-block.count_1:nth-child(2) {
    width: 50%;
  }
  .kizutori__table-panel-block {
    width: 100%;
  }
  .kizutori__table-panel-block {
    width: 100%;
  }
  .kizutori__table-panel-block:first-of-type {
    margin: 0 0 0 0;
  }
  .kizutori__table-panel {
    margin: 0 0 0 0;
  }
  .kizutori__table-panel tr > th {
    padding: 16px;
  }
  .kizutori__table-panel tr > td {
    padding: 16px;
  }
  .kizutori__table-panel-gather.count_1 {
    display: flex;
  }

  .kizutori__table-panel.count_1 > tr {
    background-color: #575757;
  }
  .kizutori__table-panel.count_1 tr > th:first-child {
    width: 50%;
  }

  .kizutori__table-panel.count_1 tr > th:last-child {
    width: 50%;
  }
}
@charset "UTF-8";
.margin {
  padding-bottom: 0;
}

.unit-base.fullWidth{
  width: 100%;
  max-width: none;
}
.unit-base.fullWidth .line-0001{
  margin: 0 auto;
}


.line-margin-item1,
.line-margin-item2,
.line-margin-item3{
  width: 100%;
}

.line-0001 {
  /* margin: 0 16px 0 16px; */
}
.line-0001.thick {
  border-top: 4px solid #ddd;
}
.line-0001.thin {
  border-top: 1px solid #004CAD;
}

.line-0001.dotted {
  height: 2px;
  background-image: linear-gradient(to right, #bbb, #bbb 2px, transparent 2px, transparent 8px); /* 幅2の線を作る */
  background-size: 6px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
}

@media screen and (max-width: 767px) {
  .line-margin-item1 {
    height: 56px;
  }
  .line-margin-item2 {
    height: 32px;
  }
  .line-margin-item3 {
    height: 16px;
  }
  .line-margin-item4 {
    height: 8px;
  }
  .line-margin-item5 {
    height: 0;
  }
}
@media screen and (min-width: 768px) {
  .line-margin-item1 {
    height: 80px;
  }
  .line-margin-item2 {
    height: 64px;
  }
  .line-margin-item3 {
    height: 32px;
  }
  .line-margin-item4 {
    height: 8px;
  }
  .line-margin-item5 {
    height: 0;
  }
}
@media screen and (min-width: 768px) {
  .line-0001 {
    /* border-top: 1px solid; */
    /* margin: 0 40px 0 40px; */
  }
}@charset "UTF-8";

.margin {
  padding-bottom: 0;
}
.margin-item1,
.margin-item2,
.margin-item3,
.margin-item4 {
  width: 100%;
}

/* sp */
@media screen and (max-width: 767px) {
  .margin-item1 {
    height: 56px;
  }
  .margin-item2 {
    height: 40px;
  }
  .margin-item3 {
    height: 24px;
  }
  .margin-item4 {
    height: 8px;
  }
}

/* tab-normal- pc-large*/
@media screen and (min-width: 768px) {
  .margin-item1 {
    height: 80px;
  }
  .margin-item2 {
    height: 64px;
  }
  .margin-item3 {
    height: 32px;
  }
  .margin-item4 {
    height: 8px;
  }
}
/* news-list-0001 */
.news-list-0001 {
  position: relative;
}

.news-list-0001 .news-wrap {
  margin: 40px 0 0 0;
}

.news-list-0001 .news-list {
  position: relative;
  border-bottom: none;
}
.news-list-0001 .news-list__item {
  position: relative;
  border-top: none;
  border-top: dotted 1px #707070;
}
.news-list-0001 .news-list__item:last-child{
  border-bottom: dotted 1px #707070;
}

/* .news-list-0001 .news-list__item::before {
  content: "";
  background-image: linear-gradient(to right, #707070, #707070 3px, transparent 3px, transparent 8px);
  background-size: 8px 1px;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.news-list-0001 .news-list__item:last-child::before {
  content: "";
  background-image: linear-gradient(to right, #707070, #707070 3px, transparent 3px, transparent 8px), linear-gradient(to right, #707070, #707070 3px, transparent 3px, transparent 8px);
  background-size: 8px 1px, 8px 1px;
  background-position: left top, left bottom;
  background-repeat: repeat-x, repeat-x;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
} */

.news-list-0001 .news-list__item .title_block .title {
  line-height: 1.6;
}

/* accordion時 */
.news-list-0001 .news-list__item.js-accordion {
  transition: all 0.4s;
}
.news-list-0001 .news-list__item.js-accordion.is-open {
  padding-bottom: 16px;
}
.news-list-0001 .news-list__item.js-accordion .title_block {
  position: relative;
  cursor: pointer;
}
.news-list-0001 .news-list__item.js-accordion .title_block::before,
.news-list-0001 .news-list__item.js-accordion .title_block::after {
  content: "";
  width: 14px;
  height: 2px;
  background: #575757;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.news-list-0001 .news-list__item.js-accordion .title_block::after {
  transform: translateY(-50%) rotate(90deg);
  -webkit-transform: translateY(-50%) rotate(90deg);
  transition: 0.2s;
}
.news-list-0001 .news-list__item.js-accordion.is-open .title_block::after {
  transform: translateY(-50%) rotate(0);
  -webkit-transform: translateY(-50%) rotate(0);
}

.news-list-0001 .news-list__item.js-accordion .title_block .title {
  padding-right: 30px;
}
.news-list-0001 .news-list__item.js-accordion .text_block {
  display: none;
  background-color: #f7f7f7;
  padding: 16px;
  margin-bottom: 0;
}
.news-list-0001 .news-list__item.js-accordion .text_block a {
  display: inline-block;
  color: #cc0033;
  position: relative;
  padding-right: 16px;
  margin-top: 6px;
}
.news-list-0001 .news-list__item.js-accordion .text_block a::after {
  content: "";
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background: url(/assets/a/images/news-list-0001/icon-link_external_red.svg) no-repeat;
  width: 9px;
  height: 7px;
  background-size: 9px 7px;
}

.news-list-0001 .title_block {
}
.news-list-0001 .title_block .title {
  padding: 24px 0;
}
.news-list-0001 .title_block .title.has-link {
  padding: 0;
}
.news-list-0001 .title_block .title.has-link a {
  display: block;
  padding: 24px 30px 24px 0;
  position: relative;
}
/* テキストリンクだった場合 */
.news-list-0001 .title_block .title.has-link a::after {
  content: "";
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 10px;
  margin-top: 3px;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background: url(/assets/a/images/news-list-0001/icon-link_external.svg) no-repeat;
  width: 12px;
  height: 10px;
  background-size: 12px 10px;
}

.news-list-0001 .news-list__item.no-pic .text_block {
  width: 100%;
}

/* ニュース無し時は設定無し */

/* sp */

@media screen and (max-width: 767px) {
  .news-list-0001 {
    margin: 0 16px 0;
  }
  .news-list-0001 .news-wrap {
    margin: 40px 0 0 0;
  }
  .news-list-0001 .news-list__item {
    padding: 0 0 0 0;
  }
  .news-list-0001 .text_block {
    width: 100%;
  }
  .news-list-0001 .news-list__item.js-accordion .title_block::before,
  .news-list-0001 .news-list__item.js-accordion .title_block::after {
    /* top: auto; */
    /* bottom: 20px; */
  }
}

/* tab-pc */

@media screen and (min-width: 768px) {
  .news-list-0001 {
    margin: 0 40px 0;
  }
  .news-list-0001 .news-list__item {
    padding: 0;
  }
  .news-list-0001 .text_block {
    width: 100%;
  }
  .news-list-0001 .text {
    margin: 0;
  }
  .news-list-0001 .news-list__item.js-accordion .text_block a {
    margin-top: 16px;
  }
}
@charset "UTF-8";
.fb_iframe_widget span {
    border-radius: 5px;
    overflow: hidden;
}
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget iframe[style] {
    width: 100%;
}
.news-set-0001 .news-set-0001-news-car-list {
    float: right;
}
.news-set-0001 .news-set-0001-news-car-list-clear {
    clear: both;
}
.news-set-0001 .news-set-0001-inner__btn__link {
    position: relative;
    width: 100%;
}
.news-set-0001 .fb_iframe_widget span {
    border-radius: 5px;
    overflow: hidden;
}
.news-set-0001 .news-set-0001-inner__btn__link:before {
    position: absolute;
    width: 8px;
    height: 8px;
    right: -10px;
    bottom: 0;
    margin: auto;
}
.news-set-0001 .internal-links:before {
    right: -11px;
    width: 8px;
    height: 8px;
    position: absolute;
    margin: auto;
    top: -8px;
    bottom: 0;
}
.news-set-0001 .news-notice-wrapper {
    margin-bottom: 60px;
    overflow: hidden;
}
.news-set-0001 .news-set-0001-sns-text {
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
}
.news-set-0001 .news-button-wrapper {}
.news-set-0001 .news-set-0001-button-desing {
    padding: 11px 20px 12px 11px;
    width: 45%;
    display: inline-block;
    border-radius: 3px;
    margin-right: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
}
.news-set-0001 .news-set-0001-button-desing2 {
    padding: 11px 20px 12px 8px;
    width: 32%;
    display: inline-block;
    border-radius: 3px;
    margin-right: 16px;
    font-weight: bold;
}
.news-set-0001 .news-set-0001-button-desing3 {
    padding: 11px 20px 12px 11px;
    width: 32%;
    display: inline-block;
    border-radius: 3px;
    margin-right: 16px;
    margin-top: 70px;
    font-weight: bold;
}
.news-set-0001 .news-set-button-icon {
    width: 5px;
    position: relative;
    top: 3px;
    right: 16px;
    float: right;
}
.news-set-0001 .news-set-0001-image {
    width: 35%;
    height: 100%;
    float: right;
    margin: -12px 0 20px 20px;
    border-radius: 3px;
}
.news-set-wrapper {
    width: 100%;
    overflow: hidden;
}
.news-set-0001 .news-set-0001-facebook {
    margin: 0 16px 40px 16px;
}
.news-set-0001 .news-set-0001-twitter {
    margin: 0 16px 0px 16px;
}
.news-set-0001 .news-car-title {
    font-weight: bold;
    /* color: #333; */
    padding: 0 0px 20px 16px;
    float: left;
    width: 62%;
}
.news-set-0001 .news-car-wrapper .no-button-title, .news-set-0001 .news-notice-wrapper .no-button-title {
    width: 100%;
    padding-right: 20px;
}
.news-set-0001 .news-notice-title {
    font-weight: bold;
    /* color: #333; */
    padding: 70px 0px 20px 16px;
    float: left;
    width: 62%;
}
.news-set-0001 .news-set-0001-sns-title {
    font-weight: bold;
    /* color: #333; */
    padding: 0 0 16px 0;
    width: 100%;
    text-align: center;
}
.news-set-0001-sns-title:before {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    top: 0px;
    left: 0;
    width: 48px;
    height: 48px;
    margin: auto;
    padding-bottom: 28px;
}
.news-set-0001-facebook .news-set-0001-sns-title:before {
    background-image: url(/assets/a/images/news-set-0001/facebook_ico_d@2x.png);
}
.news-set-0001-twitter .news-set-0001-sns-title:before {
    background-image: url(/assets/a/images/news-set-0001/twitter_ico@2x.png);
}
.news-set-0001 .news-set-0001-news-text {
    overflow-y: scroll;
    height: 420px;
    border-top: 1px solid #eee;
    margin: 0 16px 0 16px;
    width: -webkit-fill-available;
    -webkit-overflow-scrolling: touch;
}
.news-set-0001 .news-notice-text {
    overflow-y: scroll;
    height: 420px;
    border-top: 1px solid #eee;
    margin: 50px 15px 50px 15px;
}
.news-set-0001 .new-arrivals-title {
    font-weight: bold;
    margin-top: 10px;
}
.news-set-0001 .new-arrivals-data {
    font-weight: bold;
    margin-top: 25px;
}
.news-set-0001 .new-arrivals-contents {
    /* line-height: 1.5; */
    margin: 10px 0 10px 0;
    letter-spacing: 1px;
}
.news-set-0001 .news-set-0001-sns-wrapper {
    padding: 0 0 0 0;
}



.news-set-0001 .tweet-timeline-container {}
.news-set-0001 .three-contents-width .news-set-0001-facebook {
    height: 250px;
}
.news-set-0001 .three-contents-width .news-set-0001-twitter {
    height: 250px;
}
.news-set-0001 .news-set-0001-new-arrivals {
    margin-right: 15px;
    border-bottom: 1px solid #e6e6e6;
    height: auto;
    padding-bottom: 10px;
    overflow: hidden;
    position: relative;
}


/* 4075修正 */
.news-set-0001 .news-set-0001-sns-text{
    max-width:500px;
    margin:0 auto;
}
.news-set-0001.news-1__sns-1 .news-notice-wrapper{
  margin-bottom:0;
}
.news-set-0001.news-1__sns-1 .news-set-0001-sns-wrapper{
  padding:60px 0 0 0;
}
.news-set-0001.news-1__sns-2 .news-set-0001-facebook {
  margin:80px 16px;
}

.news-set-0001 .news-set-0001-twitter .news-set-0001-sns-text.is-ie {
    margin-bottom: 32px;
}

@media screen and (min-width: 768px) {
    .fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget iframe[style] {
        width: 100% !important;
    }
    .news-set-0001 .new-arrivals-title {
        font-weight: bold;
        margin-top: 10px;
    }
    .news-set-0001 .new-arrivals-contents {
        /* line-height: 1.5; */
        margin: 10px 0 10px 0;
        letter-spacing: 1px;
    }
    .news-set-0001 .news-set-0001-button-desing {
        padding: 11px 20px 12px 11px;
        width: 40%;
        display: inline-block;
        border-radius: 3px;
        margin-right: 16px;
        font-weight: bold;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .news-set-0001 .news-set-0001-button-desing2 {
        padding: 11px 20px 12px 8px;
        width: 30%;
        display: inline-block;
        border-radius: 3px;
        margin-right: 16px;
        font-weight: bold;
    }
    .news-set-0001 .news-set-0001-button-desing3 {
        padding: 11px 20px 12px 11px;
        width: 30%;
        display: inline-block;
        border-radius: 3px;
        margin-right: 16px;
        margin-top: 0px;
        font-weight: bold;
    }
    .news-set-0001 .news-set-0001-sns-text {
        text-align: center;
    }
    .news-set-0001 .news-set-button-icon {
        width: 5px;
        position: relative;
        top: 3px;
        right: 16px;
        float: right;
    }
    .news-set-0001 .news-car-title {
        font-weight: bold;
        /* color: #333; */
        padding: 0 20px 20px 20px;
        float: left;
        width: 65%;
    }
    .news-set-0001 .news-notice-title {
        font-weight: bold;
        /* color: #333; */
        padding: 0 20px 20px 20px;
        width: 65%;
    }
    .news-set-0001 .news-set-0001-sns-title {
        padding: 0 0 24px 0;
    }
    .news-set-0001-sns-title:before {
        width: 50px;
        height: 50px;
    }
    .news-set-0001 .news-car-wrapper {
        width: 50%;
        float: left;
    }
    .news-set-0001 .news-notice-wrapper {
        width: 50%;
        float: left;
    }
    .news-set-0001 .news-set-0001-clear {
        clear: both;
    }
    .news-set-0001 .news-set-0001-news-text {
        overflow-y: scroll;
        height: 420px;
        border-top: 1px solid #eee;
        margin: 0 20px 0 20px;
        width: -webkit-fill-available;
        -webkit-overflow-scrolling: touch;
    }
    .news-set-0001 .news-set-0001-news-wrapper {
        margin: 0 20px 0 20px;
    }
    .news-set-0001 .news-set-0001-sns-wrapper {
        padding: 30px 40px 0 40px;
    }
    .news-set-0001 .news-set-0001-new-arrivals {
        height: auto;
        padding-bottom: 10px;
    }
    .news-set-0001 .news-set-0001-facebook {
        margin: 0;
        width: 50%;
        float: left;
    }
    .news-set-0001 .news-set-0001-twitter {
        margin: 0;
        width: 50%;
        float: left;
    }



    /* 4075修正 */
    .news-set-0001 .news-set-0001-sns-text{
        max-width:500px;
        margin:0 auto;
    }
    .news-set-0001 .fb_iframe_widget, .news-set-0001 .fb_iframe_widget span, .news-set-0001 .fb_iframe_widget iframe[style] {
        width: 100% !important;
        max-width: 500px;
    }
    .news-set-0001.news-0__sns-1 .news-set-0001-facebook,
    .news-set-0001.news-0__sns-1 .news-set-0001-twitter {
        float:none;
        margin:0 auto;
    }
    .news-set-0001.news-1__sns-1 .news-set-0001-sns-wrapper{
        padding:0;
    }
    .news-set-0001.news-1__sns-1 .news-set-0001-news-text{
        height:500px;
    }
    .news-set-0001.news-1__sns-1 .news-car-wrapper {
        width:49%;
    }
    .news-set-0001.news-1__sns-1 .news-notice-wrapper  {
        width:49%;
    }
    .news-set-0001.news-1__sns-2 .news-set-0001-news-text{
        height:500px;
    }
    .news-set-0001.news-1__sns-2 .news-set-0001-facebook {
        margin:0;
    }
    .news-set-0001.news-1__sns-2 .news-set-0001-facebook .news-set-0001-sns-text {
        height:500px;
    }
    .news-set-0001.news-1__sns-2 .news-set-0001-twitter{
        padding:0 20px 0 30px;
        margin: 60px 0 0;
        width: 50%;
        float: left;
    }
    .news-set-0001.news-1__sns-2 .news-set-0001-twitter .news-set-0001-sns-text{
        padding:0 10px;
    }
    .news-set-0001.news-1__sns-2 .news-set-0001-sns-wrapper{
        padding:0;
    }
    .news-set-0001.news-1__sns-2 .news-notice-wrapper{
        margin-bottom:0;
    }
    .news-set-0001.news-1__sns-0 .news-car-wrapper {
        width: 100%;
        float: left;
    }
    .news-set-0001.news-1__sns-0 .news-notice-wrapper {
        width: 100%;
        float: left;
    }

    .news-set-0001 .news-set-0001-sns-wrapper.show_sns_num-1.margin_m_r{
        margin-right: 0;
    }
    .news-set-0001 .news-set-0001-sns-wrapper.show_sns_num-1 .news-set-0001-facebook{
        float: none;
        margin: 0 auto;
        padding-right:0;
    }
    .news-set-0001 .news-set-0001-sns-wrapper.show_sns_num-1 .news-set-0001-twitter{
        float: none;
        margin: 0 auto;
        padding-right:0;
    }


}.panel-0001 {
  /* padding: 0 16px; */
}
.panel-0001.boxDesign {
  margin: 0 16px;
  padding: 16px;
}
.panel-0001-inner__btn__link {
  position: relative;
  width: 100%;
}
.panel-0001-inner__btn__link:before {
  position: absolute;
  width: 12px;
  height: 12px;
  right: 7px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.panel-0001 .external-links:before {
  position: absolute;
  width: 12px;
  height: 11px;
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.panel-0001 .internal-links:before {
  right: 11px;
  width: 8px;
  height: 8px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
}
.panel-0001-img-title {
  text-align: left;
  margin-bottom: 8px;
  /* line-height: 1.5; */
}
.panel-0001-wrap {
  width: 100%;
  overflow: hidden;
  /* padding: 0 16px; */
}
.panel-0001-wrap.boxDesign {
  width: auto;
  margin: 0 16px;
  padding: 16px;
}
.panel-01-title {
  font-weight: bold;
  margin-bottom: 16px;
}
.panel-01-title-r2 {
  font-weight: bold;
  margin-bottom: 16px;
}
.panel-01-text {
  margin-bottom: 16px;
}
.panel-box-01 {
  margin: 0;
}
.panel-box-01:nth-child(n + 2) {
  margin-top: 24px;
}
.panel-0001-border_radius {
  width: 100%;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  margin-bottom: 16px;
}
.button-desing-panel-0001 {
  /* line-height: 1.5; */
  width: 100%;
  /* font-weight: bold; */
  text-decoration: none;
  padding: 0 8px 0 0;
}
.panel-0001-wrap.boxDesign .panel-0001 .button-desing-panel-0001 {
  padding-right: 8px;
}

.button-desing-panel-0001-r2 {
  /* line-height: 1.5; */
  width: 100%;
  /* font-weight: bold; */
  text-decoration: none;
  padding: 0 8px 0 0;
}
.panel-0001-wrap.boxDesign .panel-0001 .button-desing-panel-0001-r2 {
  padding-right: 8px;
}

.button-desing-panel-0001 {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.button-desing-panel-0001-r2 {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

/* linkIcon */
.panel-0001 .linkIcon {
  /* position: relative;
  display: inline-block;
  padding-right: 8px;
  margin-bottom: 8px; */
  line-height: 1.5;
  display: inline-block;
  position: relative;
  padding-right: 10px;
  margin-right: 10px;
  /* margin-bottom: 16px; */

}
.panel-0001 .linkIcon img {
  width: 100%;
  height: auto;
}
.panel-0001 .linkIcon .panel-0001-label::after {
  content: "";
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  margin-left: 5px;

  /* content: "";
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%); */
}
.panel-0001 .linkIcon.__normal:not(.sentence_icon) .panel-0001-label::after {
  background: url(/assets/a/images/common/icon/icon-link_normal.svg) no-repeat;
  width: 8px;
  height: 12px;
}
/* .panel-0001 .linkIcon.__upward .panel-0001-label::after {
  background: url(/assets/a/images/common/icon/icon-link_upward.svg) no-repeat;
  width: 12px;
  height: 8px;
}
.panel-0001 .linkIcon.__downward .panel-0001-label::after {
  background: url(/assets/a/images/common/icon/icon-link_downward.svg) no-repeat;
  width: 12px;
  height: 8px;
} */


.panel-0001 .linkIcon.__pdf .panel-0001-label::after {
  right: -30px;
  width: 42px;
  height: 20px;
  background: url(/assets/a/images/common/icon/icon-pdf.svg) no-repeat;
}
.panel-0001 .linkIcon.__ppt .panel-0001-label::after {
  right: -30px;
  width: 42px;
  height: 20px;
  background: url(/assets/a/images/common/icon/icon-ppt.svg) no-repeat;
}

.panel-0001 .linkIcon.__excel .panel-0001-label::after {
  right: -30px;
  width: 42px;
  height: 20px;
  background: url(/assets/a/images/common/icon/icon-excel.svg) no-repeat;
}

.panel-0001 .linkIcon.__word .panel-0001-label::after {
  right: -30px;
  width: 42px;
  height: 20px;
  background: url(/assets/a/images/common/icon/icon-word.svg) no-repeat;
}

.panel-0001 .linkIcon.__ai .panel-0001-label::after {
  right: -30px;
  width: 42px;
  height: 20px;
  background: url(/assets/a/images/common/icon/icon-ai.svg) no-repeat;
}

.panel-0001 .linkIcon.__photo .panel-0001-label::after {
  right: -30px;
  width: 42px;
  height: 20px;
  background: url(/assets/a/images/common/icon/icon-photo.svg) no-repeat;
}

.panel-0001 .linkIcon.__zip .panel-0001-label::after {
  right: -30px;
  width: 42px;
  height: 20px;
  background: url(/assets/a/images/common/icon/icon-zip.svg) no-repeat;
}

.panel-0001 .linkIcon.__sound .panel-0001-label::after {
  right: -30px;
  width: 42px;
  height: 20px;
  background: url(/assets/a/images/common/icon/icon-sound.svg) no-repeat;
}



.panel-0001 .linkIcon.__external .panel-0001-label::after {
  background: url(/assets/a/images/common/icon/icon-link_external.svg) no-repeat;
  width: 10px;
  height: 8px;
}

@media screen and (max-width: 767px) {
  .panel-0001.boxDesign .panel-box-01 {
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .panel-0001 .external-links:before {
    position: absolute;
    width: 12px;
    height: 11px;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .panel-0001 .internal-links:before {
    right: 20px;
    width: 10px;
    height: 10px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
  }
  .panel-0001-img-title {
    text-align: left;
    margin-bottom: 16px;

    /* line-height: 1.5; */
  }
  .panel-01-text {
  }
  .panel-0001-border_radius {
    width: 100%;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin-bottom: 24px;
  }
  .panel-0001-inner__btn__link:before {
    position: absolute;
    width: 12px;
    height: 12px;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .panel-box-01:nth-child(-n + 3) {
    margin: 0;
  }
  .panel-box-01:nth-child(3) {
    margin: 0;
  }
  .panel-box-01 {
    width: 33.333%;
    float: left;
  }
  .panel-box-01:nth-child(n + 2) {
    margin-top: 0;
  }
  .panel-0001-button-icon {
    position: relative;
    width: 7px;
    margin-top: 2px;
    float: right;
    margin-bottom: 30px;
  }
  .panel-01-title {
    font-weight: bold;
  }
  .panel-01-title-r2 {
    font-weight: bold;
  }
  .panel-0001 {
    /* padding: 0 40px; */
  }
  .panel-0001-wrap.boxDesign .panel-0001 {
    padding: 0;
  }
  .panel-0001-wrap.boxDesign {
    width: auto;
    padding: 24px;
    margin: 0 40px;
  }
  .button-desing-panel-0001 {
    /* line-height: 2; */
    width: 100%;
    /* font-weight: bold; */
    padding: 0 8px 0 0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
  }
  .panel-0001-wrap.boxDesign .panel-0001 .button-desing-panel-0001 {
    padding-right: 8px;
  }

  .button-desing-panel-0001-r2 {
    /* line-height: 2; */
    width: 100%;
    /* font-weight: bold; */
    padding: 0 8px 0 0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
  }
  .panel-0001-wrap.boxDesign .panel-0001 .button-desing-panel-0001-r2 {
    padding-right: 8px;
  }
  .panel-0001 .linkIcon::after {
    margin-top: 2px;
  }
}




/* jsps */
.panel-0001 .panel-01-title{
  line-height: 1.75;
  color: #333;
  font-size: 16px;
}
.panel-0001 .panel-01-text{
  font-size: 15px;
  line-height: 1.75;
}
.panel-0001 .panel-box-01 .sentence_icon{
  line-height: 1.75;
}
.panel-0001 .panel-box-01 .sentence_icon:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(/assets/a/images/common/icon/bg-blue-arrow.svg);
  /* background-size: contain; */
  vertical-align: middle;
  /* top: 50%; */
  /* transform: translateY(-50%); */
  margin-top: 4px;
}
.panel-0001 .button-desing-panel-0001,
.panel-0001 .button-desing-panel-0001-r2{
  color: #094091;
  text-decoration: underline;
  /* padding-left: 20px; */
  line-height: 1.5;
  font-size: 16px;
}
.panel-0001 .sentence_icon .button-desing-panel-0001,
.panel-0001 .sentence_icon .button-desing-panel-0001-r2{
  font-weight: bold;
  text-decoration: none;
  font-size: 16px;
  padding-left: 20px;
}






/* @media screen and (max-width: 767px){
  .panel-0001 .panel-0001-border_radius{
    width: 47%;
  }
} */
@media screen and (min-width: 768px){
  .panel-0001.centering_on{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .panel-0001.column_2 {
    margin: 0 -20px 0;
  }
  .panel-0001.column_2 .panel-box-01 {
    width: calc(50% - 40px);
    margin: 0 20px;
  }
  .panel-0001.column_2 .panel-box-01:nth-child(3){
    margin-top: 24px;
  }
  
  .panel-0001.column_3 {
    margin: 0 -20px 0;
  }
  .panel-0001.column_3 .panel-box-01 {
    width: calc(33.33334% - 40px);
    margin: 0 20px;
  }
}@charset "UTF-8";
.panel-0003 {
  padding: 0;
}
.panel-0003.boxDesign {
  padding: 16px;
  margin: 0 16px;
}
.panel-0003.boxDesign {
  padding-right: 0;
}
.panel-0003-img-title {
  text-align: left;
  /* line-height: 1.5; */
  margin-bottom: 8px;
}
.panel-0003-wrap {
  width: auto;
  overflow: hidden;
  padding: 0 16px;
}

.panel-0003-wrap.boxDesign {
  margin: 0 16px;
  padding: 16px;
}
.panel03-box:nth-child(n + 2) {
  /* margin-top: 8px; */
  margin-top: 24px;
}
.panel-03-title {
  font-weight: bold;
  margin: 0 0 16px 0;
}
.panel-03-title-r2 {
  font-weight: bold;
  margin: 0 0 16px 0;
}
.panel-03-text {
  margin-bottom: 24px;
}
.panel-03-text-r2 {
  margin-bottom: 24px;
}
.panel-0003-border_radius-03 {
  width: 100%;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  margin-bottom: 16px;
  margin-top: 8px;
}
.panel-0003-border_radius-03-r2 {
  width: 100%;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  margin-bottom: 16px;
}
.panel-0003-inner__btn__link {
  position: relative;
  width: 100%;
}
.button-desing-panel-0003 {
  display: inline;
  width: 100%;
  font-weight: bold;
  text-decoration: none;
  padding: 0 8px 0 0;
  /* margin-bottom: 8px; */
}
.button-desing-panel-0003:first-child {
}
.button-desing-panel-0003-2 {
  width: 100%;
  font-weight: bold;
  text-decoration: none;
  padding: 0 8px 0 0;
  /* margin-bottom: 8px; */
}
.button-desing-panel-0003-2:first-child {
}

/* linkIcon */
.panel-0003 .linkIcon {
  display: inline-block;
  position: relative;
  padding-right: 10px;
  margin-bottom: 8px;
}
.panel-0003 .linkIcon img {
  width: 100%;
  height: auto;
}
.panel-0003 .linkIcon::after {
  content: "";
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  /* margin-top: 2px; */
}
.panel-0003 .linkIcon.__normal::after {
  background: url(/assets/a/images/common/icon/icon-link_normal.svg) no-repeat;
  width: 8px;
  height: 12px;
  margin-top: 1px;
}
.panel-0003 .linkIcon.__upward::after {
  background: url(/assets/a/images/common/icon/icon-link_upward.svg) no-repeat;
  width: 12px;
  height: 8px;
}
.panel-0003 .linkIcon.__downward::after {
  background: url(/assets/a/images/common/icon/icon-link_downward.svg) no-repeat;
  width: 12px;
  height: 8px;
}
.panel-0003 .linkIcon.__external::after {
  background: url(/assets/a/images/common/icon/icon-link_external.svg) no-repeat;
  width: 10px;
  height: 8px;
}

@media screen and (min-width: 768px) {
  .panel03-box:nth-child(n + 2) {
    margin-top: 0;
  }
  .panel03-box:nth-child(-n + 2) {
    width: 50%;
    float: left;
  }
  .panel03-box:nth-child(2) {
    width: 50%;
    float: left;
  }
  .panel-0003-wrap {
    padding: 0 40px;
  }
  .panel-0003-wrap.boxDesign {
    margin: 0 40px;
    padding: 24px;
  }
  .panel-0003-wrap.boxDesign .panel-0003 {
    padding-right: 8px
  }
  .panel-03-title {
    font-weight: bold;
    margin: 0 0 24px 0;
  }
  .panel-03-title-r2 {
    font-weight: bold;
    margin: 0 0 24px 0;
  }
  .panel-03-text {
    margin-bottom: 24px;
  }
  .panel-03-text-r2 {
    margin-bottom: 16px;
  }
  .panel-0003-border_radius-03 {
    margin-bottom: 24px;
    margin-top: 16px;
  }
  .panel-0003-border_radius-03-r2 {
    width: 100%;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin-bottom: 24px;
  }
  .panel-0003-img-title {
    text-align: left;
    margin-bottom: 16px;
  }
  .panel-0003-inner__btn__link:before {
    position: absolute;
    width: 12px;
    height: 12px;
    right: 18px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .panel-0003 .internal-links:before {
    right: 20px;
    width: 10px;
    height: 10px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
  }
  .button-desing-panel-0003 {
    width: auto;
    font-weight: bold;
    text-decoration: none;
    padding: 0 8px 0 0;
    margin-bottom: 8px;
  }
  .button-desing-panel-0003:first-child {
    margin-bottom: 0px;
  }
  .button-desing-panel-0003-2 {
    width: auto;
    font-weight: bold;
    text-decoration: none;
    padding: 0 8px 0 0;
  }
  .button-desing-panel-0003-2:first-child {
    margin-bottom: 0px;
  }
}
.panel-0004 {
  padding: 0;
}
.panel-0004-wrap.boxDesign {
  width: auto;
  margin: 0 16px;
  padding: 16px;
}
.panel-0004-inner__btn__link:before {
  position: absolute;
  width: 12px;
  height: 12px;
  right: 7px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.panel-0004 .internal-links:before {
  right: 11px;
  width: 8px;
  height: 8px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
}
.panel-0004 .external-links:before {
  right: 14px;
  width: 12px;
  height: 11px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
}
.panel-0004-inner {
  text-align: left;
}
.panel-0004-img-title {
  margin: 0 0 8px 0;
  width: 100%;
}
.panel-0004-button-icon {
  position: relative;
  display: block;
  width: 7px;
  float: right;
  margin-top: 2px;
}
.panel-0004-button-desing-04 a {
  display: block;
}
.panel-0004-wrap {
  width: 100%;
  overflow: hidden;
  /* padding: 0 16px; */
}
.panel-0004-img {
  width: 100%;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  margin-bottom: 3px;
}
.panel-0004-img {
  width: 100%;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  margin-bottom: 8px;
}

.panel-04-title {
  font-weight: bold;
  /* line-height: 1.5; */
  margin: 0 0 8px 0;
  clear: both;
}
.panel-0004-button-desing-04 {
  width: 100%;
  text-decoration: none;
  padding: 0 8px 0 0;
  position: relative;
}
.panel-0004-button-desing-04 {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.panel-box-04 {
  padding-bottom: 0;
  width: 100%;
  /* width: 50%;
  float: left; */
}

/* linkIcon */
.panel-0004 .linkIcon {
  line-height: 1.5;
  display: inline-block;
  position: relative;
  padding-right: 10px;
  margin-right: 10px;
  /* margin-bottom: 16px; */
}
.panel-0004 .linkIcon img {
  width: 100%;
  height: auto;
}
.panel-0004 .linkIcon .panel-0004-label::after {
  content: "";
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  margin-left: 5px;
  /* position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%); */
}
.panel-0004 .linkIcon.__normal:not(.sentence_icon) .panel-0004-label::after {
  background: url(/assets/a/images/common/icon/icon-link_normal.svg) no-repeat;
  width: 8px;
  height: 12px;
}
/* .panel-0004 .linkIcon.__upward .panel-0004-label::after {
  background: url(/assets/a/images/common/icon/icon-link_upward.svg) no-repeat;
  width: 12px;
  height: 8px;
}
.panel-0004 .linkIcon.__downward .panel-0004-label::after {
  background: url(/assets/a/images/common/icon/icon-link_downward.svg) no-repeat;
  width: 12px;
  height: 8px;
} */


.panel-0004 .linkIcon.__pdf .panel-0004-label::after {
    right: -30px;
    width: 42px;
    height: 20px;
    background: url(/assets/a/images/common/icon/icon-pdf.svg) no-repeat;
  }
.panel-0004 .linkIcon.__ppt .panel-0004-label::after {
    right: -30px;
    width: 42px;
    height: 20px;
    background: url(/assets/a/images/common/icon/icon-ppt.svg) no-repeat;
  }
  
  .panel-0004 .linkIcon.__excel .panel-0004-label::after {
    right: -30px;
    width: 42px;
    height: 20px;
    background: url(/assets/a/images/common/icon/icon-excel.svg) no-repeat;
  }

  .panel-0004 .linkIcon.__word .panel-0004-label::after {
    right: -30px;
    width: 42px;
    height: 20px;
    background: url(/assets/a/images/common/icon/icon-word.svg) no-repeat;
  }
  
  .panel-0004 .linkIcon.__ai .panel-0004-label::after {
    right: -30px;
    width: 42px;
    height: 20px;
    background: url(/assets/a/images/common/icon/icon-ai.svg) no-repeat;
  }

  .panel-0004 .linkIcon.__photo .panel-0004-label::after {
    right: -30px;
    width: 42px;
    height: 20px;
    background: url(/assets/a/images/common/icon/icon-photo.svg) no-repeat;
  }

  .panel-0004 .linkIcon.__zip .panel-0004-label::after {
    right: -30px;
    width: 42px;
    height: 20px;
    background: url(/assets/a/images/common/icon/icon-zip.svg) no-repeat;
  }

  .panel-0004 .linkIcon.__sound .panel-0004-label::after {
    right: -30px;
    width: 42px;
    height: 20px;
    background: url(/assets/a/images/common/icon/icon-sound.svg) no-repeat;
  }

.panel-0004 .linkIcon.__external .panel-0004-label::after {
  background: url(/assets/a/images/common/icon/icon-link_external.svg) no-repeat;
  width: 10px;
  height: 8px;
}
.panel-04-text {
  margin-bottom: 8px;
}
.panel-0004-right {
  /* margin-bottom: 8px; */
}


@media screen and (min-width: 768px) {
  .panel-0004 .internal-links:before {
    right: 12px;
    width: 10px;
    height: 10px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
  }
  .panel-0004-inner__btn__link:before {
    position: absolute;
    width: 12px;
    height: 12px;
    right: 7px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .panel-04-text {
    /* line-height: 2; */
    margin-bottom: 16px;
    clear: both;
  }
  .panel-04-title {
    margin: 0 0 16px 0;
  }
  .panel-0004 {
    /* padding: 0 40px; */
  }

  .panel-0004-wrap.boxDesign .panel-0004 {
    padding: 0;
  }

  .panel-0004-wrap.boxDesign {
    margin: 0 40px;
    padding: 24px;
  }

  .panel-box-04:nth-child(-n + 2) {
    margin: 0;
    /* padding-bottom: 24px; */
    width: 50%;
  }
  .panel-0004-border_radius-04 {
    float: left;
    width: 54%;
    padding-right: 16px;
  }
  .panel-0004-button-icon {
    position: relative;
    display: block;
    width: 7px;
    float: right;
    margin-top: 2px;
  }
  .panel-0004-img {
    width: 100%;
    margin: 0 30px 16px 0;
  }
  .panel-04 {
    width: 100%;
  }
  .panel-box-04 {
    /* padding-bottom: 20px; */
    /* width: 44%; */
    /* float: left; */
    width: 50%;
    /* float: left; */
  }
  .panel-box-04:nth-child(n + 3) {
    margin-top: 16px;
  }
  .panel-0004-right {
    width: 46%;
    float: right;
    display: inline-block;
    vertical-align: top;
    /* padding-left: 16px; */
  }
  .panel-0004-button-desing-04 {
    width: auto;
    text-decoration: none;
    padding: 0 8px 0 0;
    position: relative;
  }

  .panel-0004-img-title {
    margin: 0 0 16px 0;
  }
  /* linkIcon */
  .panel-0004 .linkIcon {
    margin-right: 0;
    /* margin-bottom: 16px; */
  }


}

  /********
  jsps改修
  **********/
  .panel-0004-wrap {
    /* margin-bottom: 16px; */
  }
  .panel-box-04{
    border-bottom: 2px dotted #ddd;
    padding-top: 16px;
  }
  .panel-0004 .panel-box-04 .sentence_icon .panel-0004-button-desing-04:before{
    content: '';
    position: absolute;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(/assets/a/images/common/icon/bg-blue-arrow.svg);
    /* background-size: contain; */
    vertical-align: middle;
    /* top: 50%; */
    /* transform: translateY(-50%); */
    margin-top: 4px;
  }
  .panel-0004 .panel-box-04 .panel-0004-button-desing-04{
    color: #094091;
    text-decoration: underline;
  }
  .panel-0004 .panel-box-04 .sentence_icon .panel-0004-button-desing-04{
    font-weight: bold;
    text-decoration: none;
    font-size: 16px;
  }

  .panel-0004 .panel-box-04 .sentence_icon .panel-0004-label{
    padding-left: 20px;
    line-height: 1.5;
  }
  
  
  .panel-0004 .panel-04-title{
    line-height: 1.75;
  }
  .panel-0004 .panel-04-text{
    line-height: 1.75;
  }
  .panel-0004 .panel-0004-right a{
    display: inline-block;
    padding-bottom: 16px;
  }




  
  @media screen and (max-width: 767px){
    .panel-box-04:first-child{
      padding-top: 0;
    }
    .panel-0004 .panel-0004-img{
      width: 47%;
    }

  }



  /* pc */
  @media screen and (min-width: 768px){
    .panel-0004-wrap{
      padding: 0;
    }
    .panel-0004{
      display: flex;
      flex-wrap:wrap;
    }
    .panel-box-04:nth-child(-n+2){
      border-top: 2px dotted #ddd;
    }
    .panel-box-04:nth-child(odd){
      width: calc(50% - 20px);
      margin-right: 20px;
    }
    .panel-box-04:nth-child(even){
      width: calc(50% - 20px);
      margin-left: 20px;
    }
  }
@charset "UTF-8";
.panel-0011-inner__btn__link {
  position: relative;
  width: 100%;
}
.panel-0011-inner__btn__link:before {
  position: absolute;
  width: 12px;
  height: 12px;
  right: 7px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.panel-0011 .internal-links:before {
  right: 11px;
  width: 8px;
  height: 8px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
}
.panel-0011 .external-links:before {
  position: absolute;
  width: 12px;
  height: 11px;
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.image-sub-text {
  text-align: right;
}
.panel-0011-img-title {
  text-align: left;
  margin: 0 0 8px 0;
  /* line-height: 1.5; */
}
.panel-0011-img-title-r2 {
  text-align: left;
  margin: 0;
  /* line-height: 1.5; */
}
.panel-0011-button-icon {
  position: relative;
  width: 7px;
  float: right;
  margin: 2px 0 17px 10px;
}
.comment {
  clear: both;
}
.panel-0011-wrap {
  width: 100%;
  overflow: hidden;
}
.panel-11-title {
  font-weight: bold;
  margin: 0 0 8px 0;
}
.panel-11-title-r2 {
  font-weight: bold;
  margin: 0 0 8px 0;
}
.panel-11-text {
  margin-bottom: 8px;
}
.panel-11-text-r2 {
  margin-bottom: 8px;
}

.panel-0011-wrap.boxDesign {
  width: auto;
  margin: 0 16px;
  padding: 16px;
}

.panel-0011 {
  padding: 0 16px;
  display: flex;
  flex-wrap: nowrap;
}

.panel-0011-wrap.boxDesign .panel-0011 {
  padding: 0;
}
.panel-box-11 {
  width: 50%;
  flex-basis: 50%;
}
.panel-box-11:nth-child(n + 3) {
  margin-top: 16px;
}

.panel-0011-border_radius {
  width: 100%;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  margin-bottom: 8px;
}
.button-desing-panel-0011 {
  width: 100%;
  /* font-weight: bold; */
  text-decoration: none;
  padding: 0 8px 0 0;
}
.button-desing-panel-0011-2 {
  width: 100%;
  /* font-weight: bold; */
  text-decoration: none;
  padding: 0 8px 0 0;
}
/* linkIcon */
.panel-0011 .linkIcon {
  display: inline-block;
  position: relative;
  padding-right: 8px;
}
.panel-0011 .linkIcon img {
  width: 100%;
  height: auto;
}
.panel-0011 .linkIcon::after {
  content: "";
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.panel-0011 .linkIcon.__normal::after {
  background: url(/assets/a/images/common/icon/icon-link_normal.svg) no-repeat;
  width: 8px;
  height: 12px;
}
.panel-0011 .linkIcon.__upward::after {
  background: url(/assets/a/images/common/icon/icon-link_upward.svg) no-repeat;
  width: 12px;
  height: 8px;
}
.panel-0011 .linkIcon.__downward::after {
  background: url(/assets/a/images/common/icon/icon-link_downward.svg) no-repeat;
  width: 12px;
  height: 8px;
}
.panel-0011 .linkIcon.__external::after {
  background: url(/assets/a/images/common/icon/icon-link_external.svg) no-repeat;
  width: 10px;
  height: 8px;
}

@media screen and (min-width: 768px) {
  .panel-0011 .external-links:before {
    position: absolute;
    width: 12px;
    height: 11px;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .panel-0011-wrap.boxDesign {
    width: auto;
    padding: 24px;
    margin: 0 40px;
  }

  .panel-0011-img-title {
    text-align: left;
    margin: 0 0 16px 0;
    /* line-height: 1.5; */
  }
  .panel-0011-img-title-r2 {
    text-align: left;
    margin: 0 0 16px 0;
    /* line-height: 1.5; */
  }
  .panel-0011-inner__btn__link:before {
    position: absolute;
    width: 12px;
    height: 12px;
    right: 18px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .panel-0011 .internal-links:before {
    right: 20px;
    width: 10px;
    height: 10px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
  }
  .panel-0011 {
    padding: 0 40px;
    display: flex;
    flex-wrap: nowrap;
  }

  .panel-0011-wrap.boxDesign .panel-0011 {
    padding: 0;
  }

  .panel-box-11 {
    margin-bottom: 8px;
  }
  .panel-box-11:nth-child(n + 3) {
    margin-top: 0;
  }

  .panel-11-title {
    margin-bottom: 16px;
  }
  .panel-11-title-r2 {
    margin-bottom: 16px;
  }
  .panel-box-11 {
    width: 25%;
    flex-basis: 25%;
  }
  .panel-0011-border_radius {
    margin-bottom: 16px;
  }
  .button-desing-panel-0011 {
    width: 100%;
    /* font-weight: bold; */
    text-decoration: none;
    padding: 0 8px 0 0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    /* line-height: 1.5; */
  }
  .button-desing-panel-0011-2 {
    width: 100%;
    /* font-weight: bold; */
    text-decoration: none;
    padding: 0 8px 0 0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
  }
  .panel-11-text {
    margin-bottom: 16px;
  }
  .panel-11-text-r2 {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 767px) {
  .panel-0011{
    display: inline-block;
    flex-wrap: nowrap;
  }
  .panel-box-11{
    float: left;
    flex-basis: auto;
  }
}@charset 'UTF-8';
.slider-0001-dots-01-hidden .slider-0001-slick-dots-01 {
  display: none !important;
}
.slider-0001 .slick-slide {
  height: auto;
}
.slider-0001 .slick-arrow {
  display: none !important;
}
.slider-0001-images {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.slider-0001-wrap {
  padding-bottom: 50px;
}
.slider1 {
  width: 100%;
  height: auto;
  position: relative;
}
@font-face {
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}

.slide_type01 .slick-list {
  padding-bottom: 24px;
  overflow: hidden;
  margin: 0 !important;
  width: 100%;
  margin-left: calc((100% - 100vw) / 2);
}

/* Arrows */
.slide_type01-button-prev {
  width: 25px;
  height: 25px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  left: 40%;
  float: left;
}
.slide_type01-button-next {
  width: 25px;
  height: 25px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  right: 40%;
  float: left;
}
.slide_type01-prev:before {
  /* transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg); */
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0px;
  left: 0px;
}
.slide_type01-next:before {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0px;
  left: 0px;
}

/* .slide_type01-button-icon.slide_type01-prev:before {
  content: "";
  display: block;
  background-image: url("/assets/a/images/slider-0001/icon_button_arrow/arrow_end_prev.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.slide_type01-button-icon.slide_type01-next:before {
  content: "";
  display: block;
  background-image: url("/assets/a/images/slider-0001/icon_button_arrow/arrow_end_next.png");
  background-repeat: no-repeat;
  background-size: contain;
} */

.slide_type01-arrows {
  /* margin:0 auto; */
  text-align: center;
  position: absolute;
  margin-top: 5px;
  margin-bottom: 10px;
  height: 32px;
  display: none;
  width: 200px;
  right: 40px;
}
.slide_type01-arrows-2 {
  text-align: center;
  position: relative;
  margin: 5px 16px 16px 0;
  height: 32px;
}
.slide_type01-arrows-2 .slick-prev0001,
.slide_type01-arrows-2 .slick-next0001 {
  width: 40px;
  height: 40px;
  background-color: #575757;
  border-radius: 50%;
  transition: background-color 0.2s;
}
.slide_type01-arrows-2 .slick-next0001 {
  right: 0px;
}
.slide_type01-arrows-2 .slick-prev0001 {
  left: calc(100% - 92px);
}
.slick-prev0001,
.slick-next0001 {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 50px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev0001,
.slick-next0001 {
  width: 40px;
  height: 40px;
  background-color: #575757;
  border-radius: 50%;
  transition: background-color 0.2s;
}
body.pc-effect .slick-prev0001:hover,
body.pc-effect .slick-next0001:hover {
  background-color: #cc0033;
}
.arrow .slick-prev0001:hover,
.arrow .slick-prev0001:focus,
.arrow .slick-next0001:hover,
.arrow .slick-next0001:focus {
  outline: none;
  background: transparent;
}
.arrow .slick-prev0001:hover:before,
.arrow .slick-prev0001:focus:before,
.arrow .slick-next0001:hover:before,
.arrow .slick-next0001:focus:before {
  opacity: 1;
}
.arrow .slick-prev0001.slick-disabled:before,
.arrow .slick-next0001.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev0001 {
  left: calc(50% - 40px);
  top: 16px;
  /* padding: 9px 3px 14px 0; */
  position: absolute;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.slick-prev0001 .slide_type01-button-icon:before,
.slick-next0001 .slide_type01-button-icon:before {
  opacity: 1;
}
.slick-prev0001.disable .slide_type01-button-icon:before,
.slick-next0001.disable .slide_type01-button-icon:before {
  opacity: 0.24;
}
.slick-next0001 {
  right: calc(50% - 40px);
  top: 16px;
  position: absolute;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

[dir="rtl"] .slick-prev0001 {
  right: -25px;
  left: auto;
}
.slick-prev0001:before {
  content: "←";
}
[dir="rtl"] .slick-prev0001:before {
  content: "→";
}

[dir="rtl"] .slick-next0001 {
  right: auto;
  left: -25px;
}
.slick-next0001:before {
  content: "→";
}
[dir="rtl"] .slick-next0001:before {
  content: "←";
}

/* Dots */
.slider-0001-slick-dots-01 {
  position: absolute;
  display: block;
  width: auto;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  font-size: 25px;
  right: 130px;
}
.slider-0001-slick-dots-01 li {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  margin-top: 23px;
}
.slider-0001-slick-dots-01 li button {
  font-size: 0;
  line-height: 0px;
  display: block;
  width: 15px;
  height: 15px;
  padding: 5px;
  cursor: pointer;
  border: 0;
  outline: none;
  background: transparent;
}
.slider-0001-slick-dots-01 li button:hover,
.slider-0001-slick-dots-01 li button:focus {
  outline: none;
}
.slider-0001-slick-dots-01 li button:hover:before,
.slider-0001-slick-dots-01 li button:focus:before {
  opacity: 1;
}
.slider-0001-slick-dots-01 li button:before {
  font-size: 25px;
  line-height: 0px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
}
.slider-0001-slick-dots-01 li.slick-active button:before {
  opacity: 1;
  color: #cc0033;
}
.slider-0001 {
  opacity: 0;
  transition: opacity 0.3s linear;
}
.slider-0001.initialized {
  opacity: 1;
}

.slide_type01-arrows .slick-prev0001 .slide_type01-prev:after,
.slide_type01-arrows-2 .slick-prev0001 .slide_type01-prev:after {
  content: "";
  position: absolute;
  background-image: url(/assets/a/images/common/icon/icon-carousel-arrow-left-white.svg);
  width: 8px;
  height: 14px;
  background-size: 8px 14px;
  background-repeat: no-repeat;
  top: 50%;
  left: 16px;
  margin-top:-7px;
}
.slide_type01-arrows .slick-next0001 .slide_type01-next:after,
.slide_type01-arrows-2 .slick-next0001 .slide_type01-next:after {
  content: "";
  position: absolute;
  background-image: url(/assets/a/images/common/icon/icon-carousel-arrow-right-white.svg);
  width: 8px;
  height: 14px;
  background-size: 8px 14px;
  background-repeat: no-repeat;
  transition: background-color 0.2s;
  top: 50%;
  right: 15px;
  margin-top:-7px;
}
@media screen and (max-width: 767px) {
  /*.slider1{
  width: 100%;
  padding-bottom: 66.6%;
  position: relative;
  height:0px;
}*/
  .slider-0001 .slide_type01 .imgobj_noimage {
    padding: 3% 0 0;
  }
  .slick-slide.imgobj_data_noimage {
    background-color: #e6e6e6;
    padding:0;
  }
  .slick-prev0001:hover,
  .slick-next0001:hover {
    background-color: #575757;
  }
}
@media screen and (min-width: 768px) {
  /* Arrows */
  .slick-prev0001 {
    left: calc(50% - 48px);
    top: 16px;
    margin: auto;
    position: absolute;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
  }
  .slide_type01-arrows .slick-prev0001 {
    left: calc(100% - 92px);
  }
  .slick-next0001 {
    right: calc(50% - 48px);
    left: unset;
    top: 16px;
    margin: auto;
    position: absolute;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
  }
  .slide_type01-arrows .slick-next0001 {
    right: 0px;
  }
  .slide_type01-prev:before {
    /* transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg); */
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0px;
    left: 0px;
  }
  .slide_type01-next:before {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0px;
    left: 0px;
  }
  .slide_type01-arrows {
    display: inline-block;
  }
  .slide_type01-arrows-2 {
    display: none;
  }
  /* Dots */
  .slider-0001-slick-dots-01 li button:before {
    font-size: 35px;
    line-height: 0px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
  }
  .slider-0001-slick-dots-01 li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    margin-top: 25px;
  }
  .slider-0001-slick-dots-01 {
    font-size: 25px;
    position: absolute;
    display: block;
    width: auto;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    right: 154px;
  }
}
@charset "UTF-8";

.slider-0003-button-icon.slider-0003-prev:after {
  content: "";
  position: absolute;
  background-image: url(/assets/a/images/common/icon/icon-carousel-arrow-left-white.svg);
  width: 8px;
  height: 14px;
  background-size: 8px 14px;
  background-repeat: no-repeat;
  top: 50%;
  left: 16px;
  margin-top:-7px;
}
.slider-0003-button-icon.slider-0003-next:after {
  content: "";
  position: absolute;
  background-image: url(/assets/a/images/common/icon/icon-carousel-arrow-right-white.svg);
  width: 8px;
  height: 14px;
  background-size: 8px 14px;
  background-repeat: no-repeat;
  top: 50%;
  left: 17px;
  margin-top:-7px;
}

.slide_type03 {
  opacity: 0;
  transition: opacity 0.3s linear;
}

.slide_type03.slick-initialized {
  opacity: 1;
}

.slider-0003 .slick-slide img {
  display: block;
  margin: 0 auto;
  width: 100%;
  border-radius: 3px;
}
.slider-0003-wrap {
  /* overflow: hidden; */
  /* margin:0 auto; */
  /* margin-bottom: 0; */
}
.slider-0003-slide-03 {
  position: relative;
}
.slider-0003-arrows {
  /* margin:0 auto; */
  text-align: center;
  position: absolute;
  /* margin-top: 5px; */
  /* margin-bottom: 10px; */
  height: 32px;
  display: none;
  width: auto;
  right: 0;
  bottom: 5px;
}
.slider-0003-arrows-2 {
  text-align: center;
  position: relative;
  margin: 5px 0 16px 0;
  height: 32px;
}
.slider-0003-button-prev {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  left: 40%;
  float: left;
}
.slider-0003-button-next {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  right: 40%;
  float: left;
}
.slider-0003-zoom-03-03 {
  position: relative;
  width: 100%;
}
.slider-0003-zoom_icon-03 {
  margin: 0 8px 8px 0;
  position: absolute;
  bottom: 0px;
  right: 0px;
  pointer-events: none;
  width: 30px;
  height: 30px;
}
.slider-0003-zoom_icon-03:before {
  content: "";
  display: block;
  background-image: url(/assets/a/images/slider-0003/zoom-icon-3.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  top: 0px;
  left: 0;
  width: 30px;
  height: 30px;
}
.slide_type03 {
  width: 100%;
  margin: 0 auto;
}
.slider-images {
  width: 100%;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.slider-0003-title {
  text-align: left;
  /* line-height: 1.5; */
  margin-top: 8px;
  margin-bottom: 8px;
}
.slider-0003-Box {
  position: relative;
  margin: 0 16px 0 16px;
}
.slider-0003-prev:before {
  /* transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg); */
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0px;
  left: 0px;
}
.slider-0003-next:before {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0px;
  left: 0px;
}
.slider-0003 .slick-slide img {
  display: block;
  margin: 0 auto;
  width: 100%;
  border-radius: 3px;
}
/* Arrows */
.slick-prev0003-03,
.slick-next0003-03 {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  /* width: 50px; */
  /* height: 20px; */
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  border: none;
  outline: none;
  /* background: transparent; */
  width: 40px;
  height: 40px;
  background-color: #575757;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  transition: background-color 0.2s;
}
body.pc-effect .slick-prev0003-03:not(.slick-disabled-cs):hover,
body.pc-effect .slick-next0003-03:not(.slick-disabled-cs):hover {
  background-color: #cc0033;
}
.arrow .slick-prev0003-03:hover,
.arrow .slick-prev0003-03:focus,
.arrow .slick-next0003-03:hover,
.arrow .slick-next0003-03:focus {
  outline: none;
  background: transparent;
}
.arrow .slick-prev0003-03:hover:before,
.arrow .slick-prev0003-03:focus:before,
.arrow .slick-next0003-03:hover:before,
.arrow .slick-next0003-03:focus:before {
  opacity: 1;
}
.arrow .slick-prev0003-03.slick-disabled:before,
.arrow .slick-next0003-03.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev0003-03 {
  /* left: calc(100% - 92px); */
  top: 16px;
  /* padding: 9px 3px 14px 0; */
  position: absolute;
  /* border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px; */
  left: auto;
  right: 50px;
}
.slick-prev0003-03.slick-disabled-cs,
.slick-next0003-03.slick-disabled-cs {
  opacity: 0.24;
  cursor: auto;
}
.slick-next0003-03 {
  right: 0px;
  top: 16px;
  position: absolute;
}

[dir="rtl"] .slick-prev0003-03 {
  right: -25px;
  left: auto;
}
.slick-prev0003-03:before {
  content: "←";
}
[dir="rtl"] .slick-prev0003-03:before {
  content: "→";
}

[dir="rtl"] .slick-next0003-03 {
  right: auto;
  left: -25px;
}
.slick-next0003-03:before {
  content: "→";
}
[dir="rtl"] .slick-next0003-03:before {
  content: "←";
}

/* Dots */
.slider-0003-slick-dots-01 {
  position: absolute;
  display: block;
  width: auto;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  font-size: 25px;
  right: 114px;
}
.slider-0003-slick-dots-01 li {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  margin-top: 23px;
}
.slider-0003-slick-dots-01 li button {
  font-size: 0;
  line-height: 0px;
  display: block;
  width: 15px;
  height: 15px;
  padding: 5px;
  cursor: pointer;
  border: 0;
  outline: none;
  background: transparent;
}
.slider-0003-slick-dots-01 li button:hover,
.slider-0003-slick-dots-01 li button:focus {
  outline: none;
}
.slider-0003-slick-dots-01 li button:hover:before,
.slider-0003-slick-dots-01 li button:focus:before {
  opacity: 1;
}
.slider-0003-slick-dots-01 li button:before {
  font-size: 25px;
  line-height: 0px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
}
.slider-0003-slick-dots-01 li.slick-active button:before {
  opacity: 1;
  color: #cc0033;
}

.slider-0003-Box.arrow-hide-all .slider-0003-slick-dots-01,
.slider-0003-Box.arrow-hide-all .slider-0003-arrows,
.slider-0003-Box.arrow-hide-all .slider-0003-arrows-2 {
  display: none;
}

@media screen and (min-width: 768px) {
  .slider-0003-prev:before {
    /* transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg); */
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0px;
    left: 0px;
  }
  .slider-0003-next:before {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0px;
    left: 0px;
  }
  .slider-0003-Box {
    margin: 0 22px;
  }
  .slick-dotted.slick-slider03 {
    width: 93%;
  }
  .slick-prev0003-03 {
    /* left: calc(100% - 92px); */
    left: auto;
    top: 16px;
    margin: auto;
    position: absolute;
    /* border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px; */
  }
  .slick-next0003-03 {
    right: 0;
    left: unset;
    top: 16px;
    margin: auto;
    position: absolute;
  }
  .slider-0003-wrap {
    /* overflow: hidden; */
    /* margin:0 auto; */
    /* margin-bottom: 0px; */
  }
  .slider-0003-arrows {
    display: inline-block;
  }
  .slider-0003-arrows-2 {
    display: none;
  }
  .slider-0003-zoom_icon-03 {
    font-weight: bold;
    position: absolute;
    bottom: 4%;
    right: 7%;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
  }
  .slider-0003-zoom_icon-03 {
    margin: 0 8px 8px 0;
    position: absolute;
    bottom: 0;
    right: 16px;
    pointer-events: none;
    width: 30px;
    height: 30px;
  }
  .slider-0003-zoom-03-03 {
    position: relative;
    padding: 0 16px 0 16px;
  }
  .slider-images {
    width: 100%;
  }
  .slider-0003-title {
    margin-top: 16px;
    margin-bottom: 16px;
    text-align: left;
    /* line-height: 1.5; */
    padding: 0 16px 0 16px;
  }
  /* Dots */
  .slider-0003-slick-dots-01 li button:before {
    font-size: 35px;
    line-height: 0px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
  }
  .slider-0003-slick-dots-01 li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    margin-top: 25px;
  }
  .slider-0003-slick-dots-01 {
    font-size: 25px;
    position: static;
    display: block;
    width: auto;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: right;
    margin-right: 130px;
  }

  .slider-0003-Box.arrow-hide-pc .slider-0003-slick-dots-01,
  .slider-0003-Box.arrow-hide-pc .slider-0003-arrows,
  .slider-0003-Box.arrow-hide-pc .slider-0003-arrows-2 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .slick-prev0003-03:not(.slick-disabled-cs):hover,
  .slick-next0003-03:not(.slick-disabled-cs):hover {
    background-color: #575757;
  }
}
/*カルーセルバナー*/
.slider-0004 .carousel_container {
  width: 100%;
  background-color: #3a3a3a;
  border-top: 1px solid #3a3a3a;
  border-bottom: 1px solid #3a3a3a;
}

.slider-0004 .carousel_wrapper {
  /* max-width: 1000px; */
}

.slider-0004 .carousel_wrapper {
  width: 100%;
  /* padding-top: 29.8%; */
  padding-top: 40%;
  position: relative;
  margin: 0 auto 60px auto;
}

.slider-0004 .carousel {
  /* display: flex; */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* margin: 0 auto; */
  position: absolute;
  height: 44px;
  width: 100%;
  right: 0;
  bottom: -44px;
}

.slider-0004 .carousel_wrapper div.dot-page {
  width: 20px;
  font-size: 14px;
}

.slider-0004 .carousel_wrapper .button-page,
.slider-0004 .carousel_wrapper .dot-page,
.slider-0004 .carousel_wrapper .button-prev,
.slider-0004 .carousel_wrapper .button-next {
  width: 56px;
  padding: 8px 0 2px 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 56px;
}

.slider-0004 .carousel_wrapper .button-prev,
.slider-0004 .carousel_wrapper .button-next {
  background-color: #094091;
  color: #212121;
  cursor: pointer;
  border-radius: 50%;
  /* border: 1px solid #6f6f6f; */
  position: absolute;
  top: 50%;
  /* margin-top: -28px; */
  transform: translateY(-50%);
  box-shadow: 0 3px 10px rgb(0 0 0 / 30%);
}

.slider-0004 .carousel_wrapper .button-prev {
  left: 12px;
}

.slider-0004 .carousel_wrapper .button-next {
  right: 12px;
}

.slider-0004 .carousel_wrapper .button-prev:after {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  background-image: url(/assets/a/images/common/icon/icon-carousel-arrow-left-white.svg);
  width: 12px;
  height: 18px;
  background-size: 12px 18px;
  background-repeat: no-repeat;
}

.slider-0004 .carousel_wrapper .button-next:after {
  content: "";
  position: absolute;
  top: 20px;
  left: 24px;
  background-image: url(/assets/a/images/common/icon/icon-carousel-arrow-right-white.svg);
  width: 12px;
  height: 18px;
  background-size: 12px 18px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}

.slider-0004 .carousel_wrapper .button-page {
  background-color: #e0e0e0;
  color: #212121;
  cursor: pointer;
}

.slider-0004 .slider-button-container-prev .button-prev:hover,
.slider-0004 .carousel_wrapper .slider-button-container-next .button-next:hover {
  background-color: #fff;
  -webkit-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}

.slider-0004 .carousel_wrapper .slider-button-container-next .button-next:hover:after {
  background-image: url(/assets/a/images/common/icon/icon-carousel-arrow-right.svg);
}

.slider-0004 .carousel_wrapper .slider-button-container-prev .button-prev:hover:after {
  background-image: url(/assets/a/images/common/icon/icon-carousel-arrow-left.svg);
}

.slider-0004 .carousel_wrapper .button-page:hover,
.slider-0004 .carousel_wrapper {
  background-color: white;
  color: white;
}

.slider-0004 .carousel_wrapper .now-page {
  border-bottom: 4px solid #cc0033;
}

.slider-0004 .carousel_wrapper .dot-area {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  position: relative;
  top: 26px;
  width: auto;
  margin: 0 auto;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slider-0004 .carousel_wrapper .icon-dot {
  width: 18px;
  height: 10px;
  display: block;
  margin: 2px;
  cursor: pointer;
}

.slider-0004 .carousel_wrapper .icon-dot .icon-dot-main {
  width: 8px;
  height: 8px;
  background-color: #d6d6d6;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
}

.slider-0004 .carousel_wrapper .now-dot .icon-dot-main {
  background-color: #094091;
}

.slider-0004 .carousel_wrapper .button-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  position: absolute;
  top: 50%;
  right: 0px;
  width: 100%;
  margin-top: -20px;
}

.slider-0004 .carousel_wrapper .slide-wrapper {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  /* margin-left: -371px; */
  overflow: hidden;
  /* background-color: #e8e8e8; */
}

.slider-0004 .carousel_wrapper .slide-wrapper .no-event {
  pointer-events: none;
  cursor: none;
  opacity: 0.5;
}

.slider-0004 .carousel_wrapper .slide-wrapper .no-active {
  cursor: none;
  opacity: 0.5;
}

.slider-0004 .pc-effect .carousel_wrapper .slider-button-container-prev.no-active:hover div {
  background-color: #ffffff;
}

.slider-0004 .pc-effect .carousel_wrapper .slider-button-container-prev.no-active:hover div:after {
  background-image: url(/assets/a/images/common/icon/icon-carousel-arrow-left.svg);
}

.slider-0004 .pc-effect .carousel_wrapper .slider-button-container-next.no-active:hover div {
  background-color: #ffffff;
}

.slider-0004 .pc-effect .carousel_wrapper .slider-button-container-next.no-active:hover div:after {
  background-image: url(/assets/a/images/common/icon/icon-carousel-arrow-right.svg);
}

.slider-0004 .carousel_wrapper .slide-container {
  /* overflow: hidden; */
  position: absolute;
  height: 100%;
  top: 0;
  width: 100%;
}

.slider-0004 .carousel_wrapper .slide-container .slide-box-list {
  width: 100%;
  position: absolute;
  top: 0;
}

.slider-0004 .carousel_wrapper .slider-button-container-prev {
  position: absolute;
  top: 0;
  left: 0;
  width: 10%;
  height: 100%;
}

.slider-0004 .carousel_wrapper .slider-button-container-next {
  position: absolute;
  top: 0;
  right: 0;
  width: 10%;
  height: 100%;
}

.slider-0004 .carousel_wrapper .slide-box {
  position: absolute;
  top: 0;
  /* background-color: black; */
  /* pointer-events: none; */
  overflow: hidden;
  padding: 0;
  margin: 0;
  font-size: 11px;
}

.slider-0004 .carousel_wrapper .slide-box a {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  user-drag: none;
}

.slider-0004 .carousel_wrapper .slide-box a.no-click {
  pointer-events: none;
}

.slider-0004 .carousel_wrapper .slide-box img {
  width: 100%;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  user-drag: none;
  pointer-events: none;
}

.slider-0004 .carousel_wrapper .slide-box img.alt-image {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  color: black;
  z-index: 1;
  font-size: 14px;
}

.slider-0004 .carousel_wrapper .slide-box img.carousel-noimage {
  opacity: 1;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  /* z-index: -1; */
}

.slider-0004 .carousel_wrapper .slide-box-content {
  font-size: 40px;
  position: relative;
  top: 68px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.slider-0004 .debugbox {
  width: 400px;
  height: 400px;
  background-color: #ffffffc2;
  border: 1px solid black;
  z-index: 9999;
  position: absolute;
  top: 50%;
  left: 10px;
  font-size: 12px;
  color: black;
}

.slider-0004 .debugbox .textbox {
  width: 100%;
  height: 100%;
  font-size: 12px;
  line-height: 1.1;
  overflow: scroll;
}

.slider-0004 .debugbox .textbox p {
  padding: 0;
  margin: 0;
  line-height: 1.5;
  font-family: "メイリオ", "Meiryo", sans-serif;
}

@media screen and (max-width: 767px) {
  .slider-0004 .carousel_wrapper {
    min-height: auto;
    padding-top: 45%;
    margin-bottom: 35px;
  }
  .slider-0004 .carousel_wrapper .button-prev {
    left: 50%;
    right: auto;
    width: 30px;
    height: 30px;
  }
  .slider-0004 .carousel_wrapper .slider-button-container-prev{width: 5%;}
  .slider-0004 .carousel_wrapper .slider-button-container-next{width: 5%;}
  .slider-0004 .carousel_wrapper .button-next {
    width: 30px;
    height: 30px;
    right: 50%;
  }
  .slider-0004 .carousel_wrapper .button-prev:after {
    top: 7px;
    left: 10px;
    width: 9px;
    height: 15px;
    background-size: 9px 15px;
    background-repeat: no-repeat;
  }
  .slider-0004 .carousel_wrapper .button-next:after {
    top: 7px;
    left: 12px;
    width: 9px;
    height: 15px;
    background-size: 9px 15px;
  }
  .slider-0004 .carousel_wrapper .dot-area {
    top: 13px;
  }
  .slider-0004 .carousel {
    height: 50px;
    bottom: -50px;
  }
  .slider-0004 .slider-button-container-prev .button-prev:hover,
  .slider-0004 .carousel_wrapper .slider-button-container-next .button-next:hover {
    background-color: #fff;
    /* transition: background-color 0.2s linear; */
  }
  .slider-0004 .carousel_wrapper .slider-button-container-next .button-next:hover:after {
    background-image: url(/assets/a/images/common/icon/icon-carousel-arrow-right.svg);
  }
  .slider-0004 .carousel_wrapper .slider-button-container-prev .button-prev:hover:after {
    background-image: url(/assets/a/images/common/icon/icon-carousel-arrow-left.svg);
  }
}

  /********
  jsps改修
  **********/
  .slider-0004{
    max-width: 1920px;
    margin: 0 auto;
  }.store-basic-information-0002__map {
    padding-bottom: 16px;
}

.store-basic-information-0002-wrap {
    margin: 0 auto;
    max-width: 1000px;
    padding-bottom: 90px;
}

.store-basic-information-0002-columns {
    margin-top: 16px;
    padding: 0 16px;
}

.store-basic-information-0002-title {
    font-weight: bold;
    /* line-height: 1.5; */
    float: left;
    width: 24%;
}

.store-basic-information-0002-title-sub {
    font-weight: bold;
}

.store-basic-information-0002__text-area {
    /* line-height: 2; */
    width: 76%;
    float: left;
    line-height: 1.5;
    clear: both;
}

.store-basic-information-0002-wrap .change-datehour-special-title {
    font-weight: bold;
    padding-bottom: 5px;
}

.store-basic-information-0002-wrap .change-datehour-title {
    font-weight: bold;
}

.store-basic-information-0002__text-area .store-information-sub {
    font-size: 14px;
    padding-top: 20px;
}

.store-basic-information-0002-tel {
    display: inline-flex;
}

.store-basic-information-0002-tel a {
    /* text-decoration: underline; */
    transition: color 0.2s linear;
}

.store-basic-information-0002-tel a:hover, .store-basic-information-0002-tel a:active {
    color:#cc0033;
    transition:color 0.2s linear;
}

.sp {
    display: block;
}

.store-basic-information-0002-column {
    padding: 0 0 16px 0;
}

.store-basic-information-0002-wrap__outer {
    padding: 0 40px;
}

.store-basic-information-0002-column:last-child {
    padding: 0 0 32px 0;
}

.store-basic-information-0002_margin {
    padding-bottom: 8px;
}

.store-basic-information-0002-wrap .button-map-selector {
    display: flex;
    font-size: 14px;
    padding-top: 20px;
}

.store-basic-information-0002-wrap .button-map-selector li {
}

.store-basic-information-0002-wrap .button-map-selector span.button-split {
    padding: 0 10px;
    pointer-events: none;
}

.store-basic-information-0002-wrap .button-map-selector li a {
    text-decoration: underline;
}

.store-basic-information-0002_text-aitel a span {
    padding: 0 7px;
}

.store-basic-information-0002_text-aitel .store-basic-information-0002_text-aitel-mes {
    font-weight: bold;
    font-size: 14px;
    padding: 20px 0 10px 0px;
}

.store-basic-information-0002_text-aitel .store-basic-information-0002_text-aitel-mes br {
    display: none;
}

.store-basic-information-0002_text-aitel .store-basic-information-0002_text-aitel-num a:hover {
    color: #cc0033;
    transition: color 0.2s linear;
}

.store-basic-information-0002_text-aitel .store-basic-information-0002_text-aitel-link {
    text-decoration: underline;
    font-size: 14px;
    font-weight: bold;
    padding: 20px 0 0 0;
}

.store-basic-information-0002_text-aitel .store-basic-information-0002_text-aitel-link a {
    transition: color 0.2s linear;
}

.store-basic-information-0002_text-aitel .store-basic-information-0002_text-aitel-link a:hover {
    color: #cc0033;
    transition: color 0.2s linear;
}

.store-basic-information-0002_text-aitel .store-basic-information-0002_text-aitel-infomation {
    font-size: 11px;
    padding: 10px 0;
}

@media screen and (max-width: 767px) {
    .store-basic-information-0002__map{
        padding-right: 0;
    }
    .store-basic-information-0002-wrap__outer {
        padding: 0;
    }

    .shopbase .button-map-selector {
        display: flex;
        margin: 0;
        font-size: 14px;
        padding-bottom: 50px;
        padding-left: 16px;
    }

    .store-basic-information-0002-wrap .button-map-selector {
        display: flex;
        font-size: 13px;
        padding-top: 20px;
        padding-bottom: 0px;
        padding-left: 16px;
        line-height: 1.2;
    }

    .store-basic-information-0002-column {
        padding: 0 0 16px 0;
        border-bottom: 1px solid #D6D6D6;
        margin-bottom: 10px;
    }

    .store-basic-information-0002-wrap {
        margin: 0 auto;
        max-width: 1000px;
        padding-bottom: 0;
    }

    .store-basic-information-0002__text-area .store-information-sub {
        font-size: 12px;
        padding-top: 10px;
    }

    .store-basic-information-0002-column:last-child {
        padding: 0 0 16px 0;
        margin-bottom: 0;
    }

    .store-basic-information-0002__text-area {
        /* line-height: 2; */
        width: 76%;
        float: left;
        line-height: 1.5;
        clear: none;
    }

    .store-basic-information-0002_text-aitel .store-basic-information-0002_text-aitel-mes {
        font-size: 12px;
        padding: 10px 0 6px 0px;
    }

    .store-basic-information-0002_text-aitel .store-basic-information-0002_text-aitel-mes br {
        display: block;
    }

    .store-basic-information-0002_text-aitel .store-basic-information-0002_text-aitel-num {
    }

    .store-basic-information-0002_text-aitel .store-basic-information-0002_text-aitel-link {
        font-size: 12px;
        padding: 10px 0 0 0;
    }

    .store-basic-information-0002_text-aitel .store-basic-information-0002_text-aitel-infomation {
        font-size: 11px;
        padding: 4px 0;
    }
}

@media screen and (min-width: 768px) {
    .store-basic-information-0002__map {
        float: left;
        width: 50%;
    }

    .store-basic-information-0002-wrap {
    }

    .store-basic-information-0002-columns {
        float: left;
        width: 50%;
        margin-top: 0px;
    }

    .store-basic-information-0002-title {
        font-weight: bold;
        /* line-height: 1.5; */
        width: auto;
        float: unset;
    }

    .store-basic-information-0002-title-sub {
        margin-top: 16px;
    }

    .store-basic-information-0002__text-area {
        /* line-height: 2; */
        width: auto;
        float: unset;
    }

    .store-basic-information-0002__text-area span {
        display: inline-block;
    }

    .store-basic-information-0002__text-area span.shoptel-text {
        padding: 0 8px;
    }

    .store-basic-information-0002__text-area span.shoptel-text {
        padding: 0 8px;
    }

    .store-basic-information-0002-wrap .change-datehour-special-title {
    }

    /* .store-basic-information-0002-wrap .change-datehour-special-title:after {
        content: "のお知らせ";
    }

    .store-basic-information-0002-wrap .change-datehour-title:after {
        content: "のお知らせ";
    } */

    .store-basic-information-0002-tel {
        display: block;
    }

    .sp {
        display: none;
    }

    .store-basic-information-0002-column {
        padding: 0 0 32px 0;
    }

    .store-basic-information-0002-column:last-child {
        padding: 0;
    }
}

/* print用CSS */
@media print {
    .store-basic-information-0002-wrap {
        max-width: 1024px !important;
        margin: 0 0 0 80px !important;
    }
}



@media screen and (max-width: 360px) {
    .store-basic-information-0002-tel {
        display: inline;
    }
}@charset "UTF-8";
.switch-button-0001 .button {
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  padding: 24px 16px 24px 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  line-height: 1.5;
  text-align: center;
  margin: auto;
  position: relative;
  user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.switch-button-0001 .button {
  position: relative;
  padding-right: 36px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  cursor: pointer;
}


.switch-button-0001 .button::before,
.switch-button-0001 .button::after {
  position:  absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 16px;
  height: 2px;
  background-color: #094091;
  content: "";
  transition: transform .3s ease-in-out;
}
.switch-button-0001 .button::after {
  transform: rotate(90deg);
}


.switch-button-0001.is_show .button::after {
  transform: rotate(0deg);
}
/* sp */

@media screen and (max-width: 767px) {
  .switch-button-0001 {
    /* margin: 0 16px; */
  }
  .switch-button-0001 .button {
    width: auto;
    padding: 16px 30px 16px 0;
  }
  .theme-1 .switch-button .coloricon:before, .theme-4 .switch-button .coloricon:before {
    right: 20px;
  }
}


/* pc */
@media screen and (min-width: 768px) {
  .switch-button-0001 {
    /* margin: 0 40px; */
  }
  .switch-button-0001 .button {
    font-size: 18px;
  }

  .switch-button-0001 .button::before,
  .switch-button-0001 .button::after {
    right: 16px;
  }
}.tab-0001-wrap {
  /* padding: 0 16px; */
}
.tab-0001 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2px;
}
.tab-0001 .tab-0001__list {
  display: flex;
  align-items: center;
  line-height: 1.5;
  height: auto;
  min-height: 60px;
  padding: 10px 15px;
  background-color: #fff;
  margin: 0 2px;
  width: calc(50% - 4px);
  border-radius: 4px;
  font-weight: 700;
}
.tab-0001 .tab-0001__list:not(.js--current){
  border:2px solid #094091;
  color: #094091;
}
.tab-0001 .tab-0001__list.js--current {
  background-color: #094091;
  color: #fff;
}
.tab-0001 .tab-0001__list:nth-child(n + 3) {
  margin-top: 4px;
}

@media screen and (min-width: 768px) {
  .tab-0001-wrap {
    /* padding: 0 40px; */
  }
  .tab-0001-wrap__inner {
    border-bottom: 4px solid #094091;
  }
  .tab-0001 {
    flex-wrap: nowrap;
    /* margin: 0 20px; */
  }
  .tab-0001 .tab-0001__list {
    background-color: #fff;
    border-radius: 4px 4px 0 0 !important;
    /* border: none !important; */
    border-radius: 4px;
    width: 100%;
  }
  .tab-0001 .tab-0001__list:not(.js--current){
    border:2px solid #094091;
    border-bottom: none;
    cursor: pointer;
  }
  .tab-0001 .tab-0001__list:nth-child(n + 3) {
    margin-top: 0;
  }
}@media screen and (max-width: 767px) {
  .table-0001 {
    overflow-x: scroll;
  }
}
.table-0001 .txt-bold {
  font-weight: bold;
}
.table-0001 .txt-red {
  color: red;
}
.table-0001 .txt-blue {
  color: #094091;
}
.table-0001 sup {
  font-size: 60%;
  vertical-align: top;
  position: relative;
  top: -0.05em;
}
.table-0001 sub {
  font-size: 60%;
  vertical-align: bottom;
  position: relative;
  bottom: -0.05em;
}
@media screen and (max-width: 767px) {
  .table-0001 .table-wrap {
    width: 1200px;
  }
}
.table-0001 table {
  background-color: #fff;
  width: 100%;
  font-size: 14px;
}
.table-0001 tr {
  line-height: 1.5;
}
.table-0001 th,
.table-0001 td {
  padding: 10px 15px;
}
.table-0001 th {
  top: 0;
  color: #fff;
  background-color: #616876;
}
.table-0001 td .linkWrap {
  display: block;
}
.table-0001 td .textWrap {
  display: block;
}
.table-0001 td a {
  display: inline-block;
  text-decoration: underline;
}
.table-0001 td a.linkIcon::after {
  content: "";
  display: inline-block;
  margin-left: 5px;
}
.table-0001 td a.__external::after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  width: 10px;
  height: 8px;
  margin-bottom: 1px;
  background: url(/assets/a/images/common/icon/icon-link_external.svg) no-repeat;
}
.table-0001 td a.__pdf:not(.__external)::after {
  width: 42px;
  height: 20px;
  vertical-align: sub;
  background: url(/assets/a/images/common/icon/icon-pdf.svg) no-repeat;
  background-size: contain;
}
.table-0001 td a.__ppt:not(.__external)::after {
  width: 42px;
  height: 20px;
  vertical-align: sub;
  background: url(/assets/a/images/common/icon/icon-ppt.svg) no-repeat;
  background-size: contain;
}
.table-0001 td a.__excel:not(.__external)::after {
  width: 42px;
  height: 20px;
  vertical-align: sub;
  background: url(/assets/a/images/common/icon/icon-excel.svg) no-repeat;
  background-size: contain;
}
.table-0001 td a.__word:not(.__external)::after {
  width: 42px;
  height: 20px;
  vertical-align: sub;
  background: url(/assets/a/images/common/icon/icon-word.svg) no-repeat;
  background-size: contain;
}
.table-0001 td a.__ai:not(.__external)::after {
  width: 42px;
  height: 20px;
  vertical-align: sub;
  background: url(/assets/a/images/common/icon/icon-ai.svg) no-repeat;
  background-size: contain;
}
.table-0001 td a.__photo:not(.__external)::after {
  width: 42px;
  height: 20px;
  vertical-align: sub;
  background: url(/assets/a/images/common/icon/icon-photo.svg) no-repeat;
  background-size: contain;
}
.table-0001 td a.__sound:not(.__external)::after {
  width: 42px;
  height: 20px;
  vertical-align: sub;
  background: url(/assets/a/images/common/icon/icon-sound.svg) no-repeat;
  background-size: contain;
}
.table-0001 td a.__zip:not(.__external)::after {
  width: 42px;
  height: 20px;
  vertical-align: sub;
  background: url(/assets/a/images/common/icon/icon-zip.svg) no-repeat;
  background-size: contain;
}
.table-0001 tr:last-child td {
  border-bottom: none;
}
.table-0001 th,
.table-0001 td {
  border: 2px solid #e5e5e5;
}
.table-0001 th:first-child,
.table-0001 td:first-child {
  border-left: none;
}
.table-0001 th:last-child,
.table-0001 td:last-child {
  border-right: none;
}
.table-0001 th {
  border-top: none;
}
.table-0001.head_hide tr:first-child {
  display: none;
}
.table-0001.head_hide tr:nth-child(2) td {
  border-top: none;
}
.table-0001.tdColor--lGray tr:nth-child(n+2) {
  background-color: #f2f2f2;
}
.table-0001.tdColor--white tr:nth-child(n+2) {
  background-color: #fff;
}
.table-0001.tdColor--strip1 tr:nth-child(even) {
  background-color: #f2f2f2;
}
.table-0001.tdColor--strip2 tr > td:nth-child(even) {
  background-color: #f2f2f2;
}
.table-0001 tr.line-bg {
  background-color: #f2f2f2 !important;
}
.table-0001.firstLine--gray tr > th:first-child {
  background-color: #616876;
  color: #fff;
}
.table-0001.firstLine--gray tr > td:first-child {
  background-color: #616876;
  color: #fff;
}
.table-0001.vertical-align-center th, .table-0001.vertical-align-center td {
  vertical-align: middle;
}
.table-0001.vertical-align-top th, .table-0001.vertical-align-top td {
  vertical-align: top;
}
.table-0001.horizontal-align-left th, .table-0001.horizontal-align-left td {
  text-align: left;
}
.table-0001.horizontal-align-center th, .table-0001.horizontal-align-center td {
  text-align: center;
}
.table-0001.horizontal-align-right th, .table-0001.horizontal-align-right td {
  text-align: right;
}
#u9999_breadcrumb{
  padding-top: 60px;
}
@media screen and (min-width: 1280px){
  #u9999_breadcrumb{
    padding-top: 130px;
  }
}
.breadcrumb {
  position: relative;
  left: 0px;
  /* overflow-x: scroll; */
  z-index: 30;
  /* width: 100vw; */
  background: #ebebeb;
}
.breadcrumb-inner {
  padding: 8px 16px;
}

.breadcrumb-list a {
  cursor: pointer;
}

@media screen and (min-width: 1280px) {
  .breadcrumb {
    left: 0px;
    overflow-x: hidden;
    padding: 0;
  }
  .breadcrumb-inner {
    padding: 6px 0;
  }
  /* .is-localNav .breadcrumb {
    left: -360px;
  } */
}
.breadcrumb .breadcrumb-list {
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  line-height: 1.3;
  /* display: flex; */
  /* align-items: center; */
  /* position: relative; */
  /* width: 100vw; */
  /* margin: 0 calc(50% - 50vw); */
  /* margin-left: 0px; */
}

.breadcrumb .breadcrumb-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
}

.breadcrumb .breadcrumb-list li {
  /* word-break: keep-all; */
}

.breadcrumb .breadcrumb-list.show-langLink{
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  margin-right: 54px;
  padding-right: 20px;
}

body.lang-jp .breadcrumb .breadcrumb-list.show-langLink{
  margin-right: 57px;
}
@media screen and (min-width: 1280px){
  body.lang-jp .breadcrumb .breadcrumb-list.show-langLink{
    margin-right: 12px;
  }
}
.breadcrumb .breadcrumb-list .home-link{
  display: inline;
  vertical-align: middle;
}
.breadcrumb .breadcrumb-list.show-langLink .home-link{
  display: inline;
}

@media screen and (min-width: 1280px) {
  .breadcrumb .breadcrumb-list {
    display: inline;
    white-space:normal;
    overflow-x: hidden;
    overflow-y: hidden;
  }
  .breadcrumb .breadcrumb-list.show-langLink{
    padding-right: 110px;
    white-space:normal;
    overflow-x: hidden;
    overflow-y: hidden;
    margin-right: 0;
    /* padding-right: 0; */
  }
  .breadcrumb .breadcrumb-inner {
    max-width: 1200px;
    width: calc(100% - 80px);
    overflow-x: hidden;
    margin: 0 auto;
  }

  .breadcrumb .breadcrumb-list {
    /* max-width: 1096px; */
    width: 100%;
  }
  .breadcrumb .breadcrumb-list li {
    display: inline;
    /* word-break: break-word; */
  }
}

/* 英語ページリンク */
.breadcrumb .breadcrumb-inner > span {
  position: absolute;
  top: 0px;
  right: 110px;
  width: 1px;
  height: 100%;
  background-color: #CCCCCC;
}
body.lang-jp .breadcrumb .enHome-link{
  margin-right: 10px;
}
@media screen and (min-width: 1280px) {
  .breadcrumb .enHome-link {
    position: absolute;
    right: 0px;
  }
  .breadcrumb .breadcrumb-inner > span {
    position: absolute;
    top: 0px;
    right: 92px;
  }
}

.breadcrumb .enHome-link a {
  position: relative;
  color: #082c62;
  font-family: "Roboto", serif;
  font-weight: bold;
  font-size: 13px;
  cursor: pointer;
}

.breadcrumb .enHome-link a::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -24px;
  content: url(/assets/a/images/common/icon/bg-blue-arrow.svg);
  transform: translateY(-50%);
}



.breadcrumb .breadcrumb-list .list-item {
  display: inline;
  position: relative;
  /* margin-left: 42px; */
  cursor: default;
  /* white-space: nowrap; */
  font-size: 13px;
  
  vertical-align:middle;
  margin-left: 8px;
}
@media screen and (min-width: 1280px){
  .breadcrumb .breadcrumb-list .list-item{
    margin-left: 8px;
  }
}


.breadcrumb .breadcrumb-list .list-item::before {
  position: absolute;
  /* top:50%; */
  margin-top: 8px;
  width: 5px;
  height: 5px;
  background-color: transparent;
  border-top: 1px solid #777777;
  border-right: 1px solid #777777;
  content: "";
  transform:rotate(45deg);
  /* transform: translateY(-50%) rotate(45deg); */
}

.breadcrumb .breadcrumb-list .list-item a {
  color: #555555;
  font-weight: 400;
  font-size: 11px;
  text-decoration: underline;
}

.breadcrumb .breadcrumb-list .list-item {

}
.breadcrumb .breadcrumb-list .list-item a span {
  font-size: 13px;
}

@media screen and (min-width: 1280px) {
  .breadcrumb .breadcrumb-list .list-item a {
    font-size: 13px;
  }
}
.breadcrumb .breadcrumb-list .list-item span{
  margin-left: 20px
}@charset "UTF-8";
/*YouTube（1動画、サイズ大）*/
.youtube-0001-wrap {
  width: 100%;
  overflow: hidden;
}

.youtube-0001 {
  /* margin: 0 16px; */
}

.youtube-0001 .area-wrapper {
  width: 100%;
}

.youtube-0001 .image-sub-text {
  font-size: 5px;
  float: right;
}

.youtube-0001 .youtube-container {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
  overflow: hidden;
  margin-bottom: 16px;
}

.youtube-0001 .youtube-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.youtube-0001 .youtube01-caption {
  padding: 0 0 8px 0;
}

@media screen and (min-width: 768px) {
  .youtube-0001 {
    /* margin: 0 40px 0 40px; */
  }
  .youtube-0001 .youtube-container {
    margin: 0 0 24px 0;
  }
  .youtube-0001 .youtube01-caption {
    padding-bottom: 16px;
  }
}
@charset "UTF-8";
.youtube-0002-wrap {
  width: 100%;
  overflow: hidden;
}
.youtube-0002 {
  margin: 0 16px;
}
.youtube-container {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
  overflow: hidden;
  margin-bottom: 16px;
}
.youtube-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.youtube02-caption {
  padding-bottom: 8px;
}

@media screen and (min-width: 768px) {
  .youtube-0002 {
    padding: 0 40px 0 40px;
  }
  .youtube-0002-area {
    width: 50%;
    margin: 0 auto;
  }
  .youtube-container {
    margin-bottom: 24px;
  }
  .youtube02-caption {
    padding-bottom: 16px;
  }
}
