/*@charset "UTF-8";*/

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
body,sub,sup{position:relative}a:active,a:hover,input:focus{outline:0}abbr,acronym,fieldset,img,input,legend{border:0}legend,td,th{padding:0}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}abbr[title]{border-bottom:1px dotted}b,optgroup,strong{font-weight:700}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0}pre,textarea{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}blockquote,body,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,li,ol,p,pre,td,textarea,th,ul{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:400}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}q:after,q:before{content:''}a,img{vertical-align:top;display:inline-block}html{font-size:62.5%;line-height:1.75}body{margin:0;font-family:'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',Meiryo,メイリオ,Osaka,'MS PGothic',arial,helvetica,sans-serif}*{-webkit-box-sizing:border-box;box-sizing:border-box}a,a:hover{text-decoration:none}


/* ===========================================
共通
=========================================== */
body {
  color: #555;
  background-color: #f2f1e9;
    /*font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;*/
}
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
a {
  color: #000;
}
.pcOnly {
  display: block;
}
.spOnly {
  display: none;
}
.l-column {
  width: 960px;
  margin: 0 auto;
}
.gridBox {
  margin: -30px 0 0 -30px;
  display: flex;
  flex-wrap: wrap;
}
.gridBox .col2 {
  width: calc(50% - 30px);
  margin: 30px 0 0 30px;
}
.gridBox .col3 {
  width: calc(33.3333% - 30px);
  margin: 30px 0 0 30px;
}
.gridBox .col4 {
  width: calc(25% - 30px);
  margin: 30px 0 0 30px;
}
@media screen and (max-width: 768px) {
  .wrap {
    padding-top: 45px;
  }
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
  .l-column {
    width: 100%;
  }
  .gridBox {
    margin: -10px 0 0;
    display: flex;
    flex-wrap: wrap;
  }
  .gridBox .col2,
  .gridBox .col3,
  .gridBox .col4 {
    width: 100%;
    margin: 10px 0 0 ;
  }
}



/* ===========================================
ヘッダー
=========================================== */
.globalHeader {
  width: 100%;
  background-color: rgba(4,38,77,.6);
  border-bottom: 1px solid #707070;
  box-shadow: 0 0 0 1px #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  transition: .3s;
}
.globalHeaderTopArea {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index:500;
}
.globalHeaderLogMain {
  margin-top: 9px;
  transition: .3s;
}
.globalHeaderLogMain:hover {
  opacity: 0.7;
}
.globalHeaderList {
  position: fixed;
  top: 14px;
  right: 28px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  transition: .3s;
}
.globalHeader .globalHeaderList li {
  margin-left: 20px;
}
.globalHeaderList .globalHeaderReserveCheck {
  min-width: 110px;
  display: flex;
}
.globalHeaderList .globalHeaderReserveCheck a {
  width: 100%;
  height: 28px;
  color: #0061AD;
  font-size: 1.3rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFF;
  transition: .3s;
}
.globalHeaderList .globalHeaderReserveCheck a:hover {
  color: #FFF;
  background-color: #0061AD;
}
.is-active .globalHeaderList .globalHeaderReserveCheck a {
  color: #FFF;
  background-color: #0061AD;
}
.is-active .globalHeaderList .globalHeaderReserveCheck a:hover{
  color: #0061AD;
  background-color: #FFF;
  border:2px solid #0061AD;
}
.globalHeaderList .globalHeaderKakao {
  min-width: 88px;
  display: flex;
}
.globalHeaderList .globalHeaderKakao > a {
  width: 100%;
  height: 28px;
  padding-left: 11px;
  color: #3B1D1D;
  font-size: 1.2rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 28px;
  background-color: #fff;
  position: relative;
  transition: .3s;
}
.is-active .globalHeaderList .globalHeaderKakao{
  filter: drop-shadow(0px 1px 2px #666);
  -webkit-filter: drop-shadow(0px 1px 2px #666);
}
.globalHeaderList .globalHeaderKakao > a:hover {
  color: #FFF;
  background-color: #3B1D1D;
}
.globalHeaderList .globalHeaderKakao > a:before {
  content: "";
  width: 38px;
  height: 38px;
  position: absolute;
  /*left: -10px;*/
  top: 50%;
  transform: translateY(-50%);
  /*background: url(/assets/images/common/ico_kakao_talk_2019.png) no-repeat center / cover;*/
}
.kakaoModalList{
  display: none;
  flex-direction: column;
  background-color: #FFF;
  padding:20px 18px;
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
  position: absolute;
  right:10px;
  z-index:600;
  top:50px;
}
.kakaoModalList.is-active{
  display: flex;
}
.globalHeaderList .globalHeaderKakao .kakaoModalList li{
  margin-left: 0;
  margin-bottom: 7px;
  background-color: #FFF;
  border-radius: 2px;
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
}
.globalHeaderList .globalHeaderKakao .kakaoModalList li:last-child{
  margin-bottom: 0;
}
.kakaoModalList a{
  display: flex;
  align-content: center;
  justify-content: center;
  border: 1px solid #0A4B84;
  color:#0A4B84;
  border-radius: 2px;
  width: 103px;
  font-size: 14px;
  height: 34px;
  vertical-align: middle;
  line-height: 34px;
  transition: .3s;
}
.kakaoModalList a:hover{
  color:#FFFFFF;
  background-color: #0A4B84;
  border-radius: 2px;
  width: 103px;
  font-size: 14px;
  height: 34px;
  vertical-align: middle;
  line-height: 34px;
}
.globalHeaderKakao .kakaoModalList:before {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 11px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    top: -11px;
    left: 50%;
    transform: translateX(-50%);
}
.globalHeaderNavSp {
  display: none;
}
.globalHeaderGnav {
  width: 840px;
  margin: 5px auto 0;
  display: flex;
}
.globalHeaderGnav .globalHeaderItem {
  width: 140px;
  display: flex;
  position: relative;
}
.globalHeaderGnav .globalHeaderItem:after {
  content: "";
  width: 0;
  height: 5px;
  background-color: #F8D764;
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  transition: .3s;
}
.globalHeaderGnav .globalHeaderItem:hover:after,
.globalHeaderGnav .globalHeaderItem.is-active:after {
  width: 100%;
}
.globalHeaderGnav .globalHeaderItem > a {
  width: 100%;
  height: 40px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
.globalHeaderInlist {
  width: 100%;
  height: 0;
  position: fixed;
  margin-top:-8px;
  top: 100px;
  left: 0;
  background-color: rgba(255,255,255,.7);
  transition: .3s;
  overflow: hidden;
  opacity: 0;
}
.globalHeaderGnav .globalHeaderItem:hover .globalHeaderInlist,
.globalHeaderGnav .globalHeaderItem.is-active .globalHeaderInlist {
  height: 250px;
  opacity: 1;
}
.globalHeaderInlist .inner {
  width: 700px;
  height: 100%;
  margin: 0 auto 3px;
  padding: 25px 40px 40px;
  border-left: 1px solid #707070;
  border-right: 1px solid #707070;
  display: flex;
}
.globalHeaderInlist .list {
  width: 120px;
  margin-left: 50px;
}
.globalHeaderInlist .list:first-of-type {
  margin-left: 0;
}
.globalHeaderInlist .list dt {
  padding-bottom: 3px;
  margin-bottom: 8px;
  color: #000;
  font-size: 1.4rem;
  font-weight: bold;
  border-bottom: 1px solid #707070;
}
.globalHeaderInlist .list .inList li {
  margin-bottom: 5px;
  font-size: 1.2rem;
}
.globalHeaderInlist .list .inList a {
  color: #555;
  font-size: 1.2rem;
}
.globalHeaderInlist .list .inList a:hover {
  text-decoration: underline;
}
.globalHeaderInlist .col2 {
  width: 250px;
}
.globalHeaderInlist .col2 .inList {
  display: flex;
  flex-wrap: wrap;
}
.globalHeaderInlist .col2 .inList li {
  width: calc(50% - 10px);
}

.globalHeader.is-active {
  background-color: rgba(255,255,255,.9);
}
.globalHeader.is-active {
  box-shadow: none;
}
.globalHeader.is-active .globalHeaderList {
  display: flex;
}
.globalHeader.is-active .globalHeaderLogMain {
  background: url(/assets/images/common/logo_main_color.png) no-repeat center bottom / 177px 37px;
}
.globalHeader.is-active .globalHeaderLogMain img {
  opacity: 0;
}
.globalHeader.is-active .globalHeaderGnav .globalHeaderItem > a {
  color: #000;
}
.globalHeaderMenuBtn {
  display: none;
}


@media screen and (max-width: 768px) {
  .globalHeader {
    height: 45px;
    border-bottom: none;
    box-shadow: none;
    display: flex;
    justify-content: center;
    background-color: #fff;
  }
  .globalHeader .is-scroll .globalHeaderList {
    display: none;
  }
  .globalHeaderLogMain {
    width: 126px;
    height: 30px;
    margin: 0 auto;
  }
  .globalHeader .globalHeaderLogMain {
    background: url(/assets/images/common/logo_main_color.png) no-repeat center bottom / contain;
    margin-bottom: 7px;
  }
  .globalHeader .globalHeaderLogMain img {
    display: none;
  }
  .globalHeaderList {
    display: none;
  }
  .globalHeader .globalHeaderList li {
    margin-left: 20px;
  }
  .globalHeaderGnav {
    display: none;
  }
  .globalHeaderNavSp {
    display: block;
  }
  .globalHeaderMenuBtn {
    width: 25px;
    height: 21px;
    position: fixed;
    top: 12px;
    right: 18px;
    cursor: pointer;
    display: block;
  }
  .globalHeaderMenuBtn a {
    width: 100%;
    height: 4px;
    background-color: #0061AD;
    border: #222;
    border-radius: 2px;
    position: relative;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    transition: .3s;
  }
  .globalHeaderMenuBtn a:before,
  .globalHeaderMenuBtn a:after {
    content: "";
    width: 100%;
    height: 4px;
    background-color: #0061AD;
    border-radius: 2px;
    position: absolute;
    left: 0;
    pointer-events: none;
    transition: .3s;
  }
  .globalHeaderMenuBtn a:before {
    top: -8px;
    transform-origin: top left;
  }
  .globalHeaderMenuBtn a:after {
    bottom: -8px;
    transform-origin: bottom left;
  }

  .globalHeaderMenuBtn.is-active a {
    background-color: #fff;
  }
  .globalHeaderMenuBtn.is-active a:before {
    transform: rotate(45deg);
  }
  .globalHeaderMenuBtn.is-active a:after {
    transform: rotate(-45deg);
  }
  .globalHeaderMenuSp {
    width: 100%;
    height: 0;
    opacity: 0;
    position: fixed;
    top: 45px;
    left: 0;
    visibility: hidden;
    transition: .3s;
    border-top: 1px solid #003c73;
    background-color: #fff;
    overflow-y: scroll;
  }
  .globalHeaderMenuSp::-webkit-scrollbar {
    display: none;
  }
  .globalHeaderMenuSp.is-active {
    height: 100%;
    visibility: visible;
    opacity: 1;
  }
  .globalHeaderGnavSp > li > a {
    height: 50px;
    padding: 10px;
    color: #0061ad;
    font-size: 1.4rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    position: relative;
    border-bottom: 1px solid #003C73;
    transition: .3s;
  }
  .globalHeaderGnavSp > li > a:hover,
  .globalHeaderGnavSp > li > a.is-active {
    color: #fff;
    background-color: #0061ad;
  }
  .globalHeaderGnavSp .js-headerAccordion .txt {
    position: relative;
    padding-right: 30px;
  }
  .globalHeaderGnavSp .js-headerAccordion .txt:after {
    content: "";
    width: 15px;
    height: 16px;
    background: url(/assets/images/common/ico_outlink_2019.png) no-repeat bottom / 15px 35px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .globalHeaderGnavSp > li > a:hover .txt:after,
  .globalHeaderGnavSp > li > a.is-active .txt:after {
    background-position: top;
  }
  .globalHeaderGnavSp .js-headerAccordion .ico {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
  }
  .globalHeaderGnavSp .js-headerAccordion .ico:before,
  .globalHeaderGnavSp .js-headerAccordion .ico:after {
    content: "";
    width: 16px;
    height: 3px;
    background-color: #003c73;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .globalHeaderGnavSp .js-headerAccordion .ico:after {
    transform: translateY(-50%) rotate(90deg);
  }
  .globalHeaderGnavSp .js-headerAccordion.is-active .ico:after {
    opacity: 0;
  }
  .globalHeaderGnavSp .js-headerAccordion:hover .ico:before,
  .globalHeaderGnavSp .js-headerAccordion:hover .ico:after,
  .globalHeaderGnavSp .js-headerAccordion.is-active .ico:before {
    background-color: #fff;
  }
  .globalHeaderGnavSp .inList {
    display: none;
  }
  .globalHeaderGnavSp .inList a {
    height: 40px;
    padding-left: 30px;
    color: #333;
    font-size: 1.2rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #003C73;
    background-color: #f4fdff;
  }
}


/* ===========================================
フッター
=========================================== */
.globalFooter {
  background-color: #fff;
}
.globalFooter .inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 20px 0 30px;
  position: relative;
}
.globalFooterList {
  margin-bottom: 10px;
  display: flex;
}
.globalFooterList li {
  margin-left: 46px;
}
.globalFooterList li:first-child {
  margin-left: 0;
}
.globalFooterList li a {
  color: #6c6c6c;
  font-size: 1.4rem;
  font-weight: bold;
}
.globalFooterList li a:hover {
  text-decoration: underline;
}
.globalFooterTxt {
  font-size: 1rem;
  line-height: 1.583333333;
}
.globalFooterSns {
  position: absolute;
  top: 19px;
  right: 0;
  display: flex;
}
.globalFooterSns li {
  margin-left: 10px;
}
.kakaoLink {
  width: 70px;
  height: 70px;
  position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 500;
  transition: .3s;
}
.kakaoLink img {
  width: 100%;
  height: auto;
}
.kakaoLink.is-active {
  opacity: 1 !important;
}
.footerKakao .kakaoModalList{
  right:0;
  z-index:600;
  top:-175px;
  filter: drop-shadow(2px 3px 3px #999);
}
.footerKakao .kakaoModalList.is-active{
  display: flex;
}
.footerKakao .kakaoModalList li{
  margin-left: 0;
  margin-bottom: 7px;
  background-color: #FFF;
  border-radius: 2px;
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
}
.footerKakao .kakaoModalList li:last-child{
  margin-bottom: 0;
}
.footerKakao .kakaoModalList:after{
  content: "";
  width: 0;
  height: 0;
  border-top: 11px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(150%);
}

@media screen and (max-width: 768px) {
  .globalFooter .inner {
    width: 100%;
    padding: 0 0 23px;
    position: relative;
  }
  .globalFooterList {
    padding: 7px 20px;
    margin-bottom: 12px;
    background-color: #f2f1e9;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .globalFooterList li {
    margin-left: 30px;
  }
  .globalFooterTxt {
    padding: 0 10px;
    margin-bottom: 25px;
    font-size: 1.2rem;
    line-height: 1.75;
  }
  .globalFooterSns {
    position: static;
  }
  .globalFooterSns li {
    margin-left: 10px;
  }
  .kakaoLink {
    width: 64px;
    height: 64px;
    position: fixed;
    right: 5px;
    bottom: 5px;
    z-index: 500;
    transition: .3s;
  }
  .kakaoLink img {
    width: 100%;
    height: auto;
  }
}

/* ===========================================
TOP
=========================================== */
/*KV*/
.kvArea {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 57.142857143vw;
  margin-bottom: 21px;
}
.kvArea .kvSlide .slick-slide {
  text-align: center;
}
.kvArea .kvSlide .slick-slide .img {
  position: relative;
}
.kvArea .kvSlide .slick-slide img {
  width: auto;
  height: 100vh;
  min-height: 57.142857143vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.kvArea .kvSlide .slick-slide .txtBox {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  transform: translate(-50%, -50%);
}
.kvArea .kvSlide .slick-slide .txtBox .txt {
  color: #fff;
  font-size: 4.3rem;
  font-weight: bold;
  line-height: 1.162790698;
  text-align: center;
  white-space: nowrap;
}
.kvArea .kvSlide .slick-slide .btn {
  width: 320px;
  height: 70px;
  margin: 20px auto 0;
  display: flex;
}
.kvArea .kvSlide .slick-slide .btn a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  border: 2px solid #fff;
  background-color: #0073b8;
  transition: .3s;
}
.kvArea .kvSlide .slick-slide .btn a:hover {
  color: #0073b8;
  border: 2px solid #0073b8;
  background-color: #fff;
}
.kvArea .kvSlide .slick-dots {
  position: absolute;
  top: calc(100% - 143px);
  left: 50%;
  z-index: 200;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
}
.kvArea .kvSlide .slick-dots li {
  width: 15px;
  height: 15px;
  margin-left: 12px;
  position: relative;
}
.kvArea .kvSlide .slick-dots li:first-child {
  margin-left: 0;
}
.kvArea .kvSlide .slick-dots li:after {
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.kvArea .kvSlide .slick-dots li.slick-active:after {
  background-color: #fff;
}
.kvArea .kvSlide .slick-dots button {
  width: 15px;
  height: 15px;
  color: transparent;
  outline: none;
  background: transparent;
  cursor: pointer;
  border: none;
}
.kvArea .kvSlide .slick-arrow {
  width: 65px;
  height: 65px;
  position: absolute;
  top: 50%;
  z-index: 900;
  transform: translateY(-50%);
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  transition: .3s;
  cursor: pointer;
}
.kvArea .kvSlide .slick-arrow:hover {
  opacity: 0.8;
}
.kvArea .kvSlide .slick-prev {
  left: 50px;
  background: url(/assets/images/index/ico_arrow_prev_2019.png) no-repeat center /cover;
}
.kvArea .kvSlide .slick-next {
  right: 50px;
  background: url(/assets/images/index/ico_arrow_next_2019.png) no-repeat center /cover;
}
.kvArea .kvBan {
  width: 100%;
  height: 150px;
  position: absolute;
  top: calc(100% - 150px);
  left: 0;
  z-index: 100;
  background-color: rgba(2,115,184,.51);
}
.kvArea .kvBan .list {
  width: 820px;
  margin: 47px auto 0;
}
.kvArea .kvBan .list a {
  transition: .3s;
}
.kvArea .kvBan .list a:hover {
  opacity: 0.7;
}
.kvArea .kvBan .slick-arrow {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  z-index: 900;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  transition: .3s;
  cursor: pointer;
}
.kvArea .kvBan .slick-arrow:hover {
  opacity: 0.8;
}
.kvArea .kvBan .slick-prev {
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  left: -40px;
  transform: translateY(-50%) rotate(-45deg);
}
.kvArea .kvBan .slick-next {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  right: -18px;
  transform: translateY(-50%) rotate(-45deg);
}
/*topSpace*/
.topSpace {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 100px;
}
.nTitle {
  font-size: 22px;
  color: #0671b7;
  font-weight: bold;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .kvArea  {
    background-color: #fff;
  }
  .kvArea .kvSlide .slick-slide img {
    width: 100%;
    height: auto;
  }
  .kvArea .kvSlide .slick-slide .txtBox {
    width: 80%;
  }
  .kvArea .kvSlide .slick-slide .txtBox .txt {
    font-size: 2.2rem;
    line-height: 1.636363636;
    white-space: pre-wrap;
  }
  .kvArea .kvSlide .slick-slide .btn {
    width: 160px;
    height: 35px;
    margin: 25px auto 0;
  }
  .kvArea .kvSlide .slick-slide .btn a {
    font-size: 1.2rem;
    border-width: 1px;
  }
  .kvArea .kvSlide .slick-dots {
    top: auto;
    bottom: -24px;
  }
  .kvArea .kvSlide .slick-dots li {
    margin-left: 12px;
  }
  .kvArea .kvSlide .slick-dots li:after {
    border: 1px solid #0061ad;
    background-color: #fff;
  }
  .kvArea .kvSlide .slick-dots li.slick-active:after {
    background-color: #0061ad;
  }
  .kvArea .kvSlide .slick-arrow {
    width: 30px;
    height: 30px;
  }
  .kvArea .kvSlide .slick-arrow:hover {
    opacity: 0.8;
  }
  .kvArea .kvSlide .slick-prev {
    left: 10px;
  }
  .kvArea .kvSlide .slick-next {
    right: 10px;
  }
  .kvArea .kvBan {
    width: 100%;
    height: auto;
    margin-top: 41px;
    padding: 0 25px 27px;
    position: static;
    top: auto;
    bottom: 0;
    background-color: #fff;
    overflow: hidden;
  }
  .kvArea .kvBan .list {
    width: 100%;
    margin: 0 auto 0;
  }
  .kvArea .kvBan .slick-slide {
    padding: 0 5px;
  }
  .kvArea .kvBan .list a {
    transition: .3s;
  }
  .kvArea .kvBan .list a:hover {
    opacity: 0.7;
  }
  .kvArea .kvBan .list img {
    width: 100%;
    height: auto;
  }
  .kvArea .kvBan .slick-arrow {
    width: 10px;
    height: 10px;
    padding: 0;
  }
  .kvArea .kvBan .slick-prev {
    border-top: 2px solid #707070;
    border-left: 2px solid #707070;
    left: -13px;
    transform: translateY(-50%) rotate(-45deg);
  }
  .kvArea .kvBan .slick-next {
    border-right: 2px solid #707070;
    border-bottom: 2px solid #707070;
    right: -14px;
    transform: translateY(-50%) rotate(-45deg);
  }
}


.articleIndex {
  padding: 0 0 50px;
  overflow: hidden;
}
.sectionIndex {
  max-width: 1200px;
  margin: 80px auto 0;
}
.sectionIndex:first-of-type {
  margin-top: 0;
}
.sectionIndex > .tit {
  margin-bottom: 26px;
  color: #0a4b84;
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.475;
}
.sectionIndex > .tit span {
  margin-top: -2px;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
}
.sectionIndex .gridBox .item {
  position: relative;
  background-color: #fff;
}
.sectionIndex .gridBox .item a {
  transition: .3s;
  min-height: 0;
}
.sectionIndex .gridBox .item a:hover {
  opacity: 0.7;
}
.sectionIndex .gridBox .img img {
  width: 100%;
  height: auto;
}
.gridBox .label {
  min-width: 80px;
  min-height: 25px;
  padding: 0 13px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  background-color: #837509;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.sectionIndex .btnMore {
  width: 320px;
  margin: 30px auto 0;
  display: flex;
}
.sectionIndex .btnMore a {
  width: 100%;
  min-height: 55px;
  color: #0073b8;
  font-size: 1.6rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #0073b8;
  transition: .3s;
}
.sectionIndex .btnMore a:hover {
  color: #fff;
  background-color: #0073b8;
}

@media screen and (max-width: 768px) {
  .articleIndex {
    padding: 0;
  }
  .sectionIndex {
    max-width: 100%;
    margin: 21px auto 0;
    padding: 0 10px;
  }
  .sectionIndex:first-of-type {
    margin-top: 0;
  }
  .sectionIndex > .tit {
    margin-bottom: 15px;
    font-size: 2rem;
  }
  .sectionIndex > .tit span {
    font-size: 1.1rem;
  }
  .sectionIndex .gridBox .item {
    position: relative;
    background-color: #fff;
  }
  .sectionIndex .gridBox .item a {
    display: flex;
  }
  .gridBox .label {
    min-width: 54px;
    min-height: 20px;
    padding: 0 13px;
    line-height: 1.5;
  }
  .sectionIndex .btnMore {
    width: 100%;
    margin: 12px auto 0;
  }
  .sectionIndex .btnMore a {
    min-height: 35px;
    font-size: 1.2rem;
    border-width: 1px;
  }
}


/*Manual for this site*/
.searchArea {
  position: relative;
}
.searchArea:after {
  content: "";
  width: 1085px;
  height: 1000px;
  background: url(/assets/images/index/bg_body_2019.png) no-repeat center / cover ;
  position: absolute;
  top: 78px;
  left: 50%;
  z-index: -1;
  pointer-events: none;
  margin-left: -160px;
}
.searchArea .gridBox .item {
  padding: 20px;
  background-color: #fff;
}
.searchArea .gridBox .img {
  margin-bottom: 18px;
  position: relative;
}
.searchArea .gridBox .img a {
  transition: .3s;
}
.searchArea .gridBox .img a:hover {
  opacity: 0.7;
}
.searchArea .gridBox .img {
  height: 155px;
  margin-bottom: 18px;
  position: relative;
  overflow: hidden;
}
.searchArea .gridBox .img a {
  transition: .3s;
}
.searchArea .gridBox .img a:hover {
  opacity: 0.7;
}
.searchArea .gridBox .img img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.searchArea .gridBox .img .tit {
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
.searchArea .gridBox .list {
  margin-top: -15px;
  padding: 0 12px 11px;
  display: flex;
  flex-wrap: wrap;
}
.searchArea .gridBox .list li {
  width: calc(50% - 20px);
  margin-top: 15px;
}
.searchArea .gridBox .list a {
  display: flex;
  align-items: center;
  transition: .3s;
}
.searchArea .gridBox .list a:hover {
  opacity: 0.7;
}
.searchArea .gridBox .list .icon {
  width: 55px;
  height: 55px;
  margin-right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  flex-shrink: 0;
}
.searchArea .gridBox .list .txt {
  color: #555;
  font-size: 1.3rem;
  font-weight: bold;
}
.searchArea .gridBox .rental .icon {
  background-color: #37afb0;
}
.searchArea .gridBox .activity .icon {
  background-color: #256CA0;
}

@media screen and (max-width: 768px) {
  .searchArea:before {
    content: "";
    width: 165px;
    height: 149px;
    position: absolute;
    top: 360px;
    left: -20px;
    z-index: -1;
    pointer-events: none;
    margin-left: 0;
    background: url(/assets/images/index/bg_body_2019.png) no-repeat center / cover ;
  }
  .searchArea:after {
    width: 272px;
    height: 251px;
    top: -20px;
    left: auto;
    right: -80px;
    margin-left: 0;
  }
  .searchArea .gridBox .item {
    padding: 0;
    margin-top: 10px;
  }
  .searchArea .gridBox .img {
    height: auto;
    margin-bottom: 10px;
  }
  .searchArea .gridBox .img a {
    justify-content: flex-start;
    align-items: flex-start;
  }
  .searchArea .gridBox .img img {
    position: static;
    transform: translateY(0);
  }
  .searchArea .gridBox .list {
    margin-top: -10px;
    padding: 0 6px 11px;
    display: flex;
    flex-wrap: wrap;
  }
  .searchArea .gridBox .list li {
    width: 50%;
    margin-top: 10px;
    padding: 0 6px;
  }
  .searchArea .gridBox .list a {
    display: flex;
  }
  .searchArea .gridBox .list a:hover {
    opacity: 0.7;
  }
  .searchArea .gridBox .list .txt {
    line-height: 1.5;
  }
  .searchArea .gridBox .list .icon {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
  }
  .searchArea .gridBox .list .icon img {
    width: 80%;
    height: auto;
  }
  .searchArea .gridBox .rental .icon {
    background-color: #37afb0;
  }
  .searchArea .gridBox .activity .icon {
    background-color: #256CA0;
  }
}

/*Car rental */
.rentalCarArea {
  position: relative;
}
.rentalCarArea:after {
  content: "";
  width: 552px;
  height: 508px;
  background: url(/assets/images/index/bg_body_2019.png) no-repeat center / cover ;
  position: absolute;
  top: 367px;
  left: 50%;
  z-index: -1;
  pointer-events: none;
  margin-left: -800px;
}
.rentalCarArea .gridBox .item {
  padding: 26px 19px 8px;
  background-color: #fff;
  position: relative;
}
.rentalCarArea .gridBox .item .img img {
  width: 100%;
  height: auto;
}
.rentalCarArea .gridBox .txtBox {
  margin-top: 16px;
}
.rentalCarArea .gridBox .titItem {
  margin-bottom: 10px;
  color: #37afb0;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.625;
}
.rentalCarArea .gridBox .txt {
  margin-bottom: 6px;
  color: #555;
  font-size: 1.2rem;
  line-height: 1.583333333;
}
.rentalCarArea .gridBox .price {
  color: #e20606;
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .rentalCarArea {
    position: relative;
  }
  .rentalCarArea:before {
    content: "";
    width: 165px;
    height: 149px;
    position: absolute;
    top: 290px;
    left: 50%;
    z-index: -1;
    pointer-events: none;
    margin-left: -210px;
    background: url(/assets/images/index/bg_body_2019.png) no-repeat center / cover ;
  }
  .rentalCarArea:after {
    width: 272px;
    height: 251px;
    top: -170px;
    left: auto;
    right: -80px;
    margin-left: -10px;
  }
  .rentalCarArea .gridBox .item {
    padding: 12px 15px 1px 0;
    flex-direction: row;
  }
  .rentalCarArea .gridBox .item:nth-child(n+5) {
    display: none;
  }
  .rentalCarArea .gridBox .item .img {
    width: 39.436619718%;
    margin-top: 23px;
    margin-right: 10px;
  }
  .rentalCarArea .gridBox .item .img img {
    width: 100%;
    height: auto;
  }
  .rentalCarArea .gridBox .txtBox {
    margin-top: 0;
    padding-bottom: 3px;
    flex: 1;
  }
  .rentalCarArea .gridBox .titItem {
    margin-bottom: 5px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .rentalCarArea .gridBox .txt {
    margin-bottom: 5px;
    font-size: 1rem;
    line-height: 1.6;
  }
  .rentalCarArea .btnMore {
    position: relative;
  }
  .rentalCarArea .btnMore:before {
    content: "";
    width: 272px;
    height: 251px;
    position: absolute;
    top: -220px;
    left: auto;
    right: -80px;
    z-index: -1;
    pointer-events: none;
    margin-left: 0;
    background: url(/assets/images/index/bg_body_2019.png) no-repeat center / cover ;
  }
}

/*Tourist information*/
.touristInfoArea {
  position: relative;
}
.touristInfoArea:after {
  content: "";
  width: 1085px;
  height: 1000px;
  background: url(/assets/images/index/bg_body_2019.png) no-repeat center / cover ;
  position: absolute;
  top: -269px;
  left: 50%;
  z-index: -1;
  pointer-events: none;
  margin-left: -140px;
}
.touristInfoArea .txtBox {
  padding: 12px 20px 9px;
}
.touristInfoArea .txtBox .pin {
  min-height: 20px;
  margin-bottom: 4px;
  padding-left: 24px;
  color: #707070;
  font-size: 1.4rem;
  font-weight: bold;
  background: url(/assets/images/common/ico_pin_2019.png) no-repeat left 2px / auto 20px;
}
.touristInfoArea .txtBox .titItem {
  margin-bottom: 2px;
  color: #111;
  font-size: 1.4rem;
  line-height: 1.714285714;
}
.touristInfoArea .txtBox .price {
  color: #e20606;
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .touristInfoArea:after {
    width: 272px;
    height: 251px;
    top: 309px;
    left: auto;
    right: -80px;
    z-index: -1;
    pointer-events: none;
    margin-left: 0;
  }
  .touristInfoArea .gridBox .item:nth-child(n+5) {
    display: none;
  }
  .touristInfoArea .gridBox .item .img {
    width: 36.61971831%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .touristInfoArea .gridBox .item .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: auto;
  }
  .touristInfoArea .txtBox {
    padding: 23px 20px 23px;
  }
  .touristInfoArea .txtBox .pin {
    margin-bottom: 5px;
    padding-left: 24px;
  }
  .touristInfoArea .txtBox .titItem {
    margin-bottom: 5px;
  }
  .touristInfoArea .txtBox .price {
    font-size: 1.7rem;
    line-height: 1.5;
  }
}

/*観光情報*/
.informationArea {
  position: relative;
}
.informationArea:after {
  content: "";
  width: 552px;
  height: 508px;
  background: url(/assets/images/index/bg_body_2019.png) no-repeat center / cover ;
  position: absolute;
  top: 307px;
  left: 50%;
  z-index: -1;
  pointer-events: none;
  margin-left: -800px;
}
.categoryBox {
  margin: -11px 0 0 -11px;
  display: flex;
  flex-wrap: wrap;
}
.categoryBox li {
  width: calc(25% - 11px);
  margin: 11px 0 0 11px;
  display: flex;
}
.categoryBox li a {
  width: 100%;
  height: 100px;
  color: #fff;
  font-size: 1.7rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0073b8;
  transition: .3s;
}
.categoryBox li a:hover {
  opacity: 0.7;
}
.categoryBox li img {
  margin-right: 3px;
  transform-origin: center;
}
.categoryBox span {
  font-size: 1.6rem;
}
.categoryBox span span {
  font-size: 1.4rem;
  font-weight: normal;
}
.linkCategoryBox {
  margin-top: 52px;
  display: flex;
  flex-wrap: wrap;
}
.linkCategoryBox .item {
  padding: 22px 22px 24px;
  display: flex;
  flex-direction: column;
}
.linkCategoryBox .item dt {
  margin-bottom: -2px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.linkCategoryBox .item dt .tit {
  color: #535353;
  font-size: 2.4rem;
  font-weight: bold;
}
.linkCategoryBox .item dd {
  margin-top: auto;
}
.linkCategoryBox .item li {
  margin-top: 10px;
  display: flex;
}
.linkCategoryBox .item a {
  width: 100%;
  height: 50px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0073b8;
  position: relative;
}
.linkCategoryBox .item a:after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}
.linkCategoryBox .item a.large {
  height: 170px;
}
@media screen and (max-width: 768px) {
  .informationArea:before {
    content: "";
    width: 165px;
    height: 149px;
    position: absolute;
    top: -60px;
    left: -20px;
    z-index: -1;
    pointer-events: none;
    margin-left: 0;
    background: url(/assets/images/index/bg_body_2019.png) no-repeat center / cover ;
  }
  .informationArea:after {
    width: 272px;
    height: 251px;
    top: 179px;
    left: auto;
    right: -80px;
    z-index: -1;
    margin-left: 0;
  }
  .categoryBox {
    margin: -10px 0 0 -10px;
  }
  .categoryBox li {
    width: calc(50% - 10px);
    margin: 10px 0 0 10px;
  }
  .categoryBox li a {
    width: 100%;
    height: 55px;
  }
  .categoryBox li img {
    margin-right: 9px;
  }
  .linkCategoryBox {
    margin-top: 30px;
    position: relative;
  }
  .linkCategoryBox:before {
    content: "";
    width: 165px;
    height: 149px;
    position: absolute;
    top: 250px;
    left: -80px;
    z-index: -1;
    pointer-events: none;
    margin-left: 0;
    background: url(/assets/images/index/bg_body_2019.png) no-repeat center / cover ;
  }
  .linkCategoryBox:after {
    content: "";
    width: 272px;
    height: 251px;
    position: absolute;
    top: 460px;
    left: 50%;
    z-index: -1;
    margin-left: -10px;
    pointer-events: none;
    background: url(/assets/images/index/bg_body_2019.png) no-repeat center / cover ;
  }
  .linkCategoryBox .item {
    padding: 22px 22px 24px;
  }
  .linkCategoryBox .item a.large {
    height: 50px;
  }
}

/*Manual for this site*/
.guideArea .img {
  margin-bottom: 22px;
  position: relative;
}
.guideArea .img .tit {
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.guideArea .img.noteTxt .tit {
  top: calc(50% + 15px);
}
.guideArea .img .tit span {
  margin-top: 10px;
  font-size: 1.2rem;
  white-space: nowrap;
  display: block;
}
.guideArea .txtBox {
  padding: 0 40px 30px;
}
.guideArea .list {
}
.guideArea .list li {
  padding: 0 6px;
  margin-bottom: 11px;
}
.guideArea .list li:last-child {
  margin-bottom: 0;
}
.guideArea .list a {
  color: #555;
  font-size: 1.1rem;
  line-height: 1.75;
}
.guideArea .list .focus {
  border-bottom: 1px dotted #707070;
}
.guideArea dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.guideArea dl + dl {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px dotted #707070;
}
.guideArea dt {
  width: 100px;
  margin-right: 10px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.142857143;
  flex: 0 0 auto;
}
.guideArea dd {
  flex: 1;
}
.guideArea dd .list li {
  margin-bottom: 3px;
}

@media screen and (max-width: 768px) {
  .guideArea {
    position: relative;
  }
  .guideArea:before {
    content: "";
    width: 165px;
    height: 149px;
    position: absolute;
    top: -30px;
    left: -20px;
    z-index: -1;
    pointer-events: none;
    margin-left: 0;
    background: url(/assets/images/index/bg_body_2019.png) no-repeat center / cover ;
  }
  .guideArea:after {
    content: "";
    width: 272px;
    height: 251px;
    position: absolute;
    top: 200px;
    left: 50%;
    z-index: -1;
    margin-left: -10px;
    pointer-events: none;
    background: url(/assets/images/index/bg_body_2019.png) no-repeat center / cover ;
  }
  .guideArea .gridBox:after {
    content: "";
    width: 272px;
    height: 251px;
    position: absolute;
    top: 800px;
    left: 50%;
    z-index: -1;
    margin-left: -10px;
    pointer-events: none;
    background: url(/assets/images/index/bg_body_2019.png) no-repeat center / cover ;
  }
  .guideArea .item {
    margin-top: 20px;
  }
  .guideArea .img {
    margin-bottom: 20px;
  }
  .guideArea .img.noteTxt .tit {
    top: 50%;
  }
  .guideArea .txtBox {
    padding: 0 20px 18px;
  }
  .guideArea .list {
  }
  .guideArea .list li {
    padding: 0 3px;
    margin-bottom: 11px;
  }
  .guideArea dl + dl {
    margin-top: 10px;
    padding-top: 10px;
  }
  .guideArea dt {
    width: 100px;
    margin-right: 20px;
  }
}

.resultArea {
  margin-top: 50px;
}
.resultArea .list {
  display: flex;
  justify-content: center;
}
.resultArea .list li {
  width: 196px;
  color: #0a4b84;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.resultArea .list li + li {
  margin-left: 150px;
}
.resultArea .list .num {
  width: 100%;
  margin-bottom: 17px;
  font-size: 4.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.resultArea .list .txt {
  position: absolute;
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
.resultArea .list .tit {
  font-size: 2rem;
  line-height: 1.1;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .resultArea {
    padding: 0 20px;
    margin-top: 20px;
    margin-bottom: 13px;
    position: relative;
  }
  .resultArea:after {
    content: "";
    width: 272px;
    height: 251px;
    position: absolute;
    top: -50px;
    left: auto;
    right: -80px;
    z-index: -1;
    margin-left: -10px;
    pointer-events: none;
  }
  .resultArea .list li {
    width: calc(36% - 18px);
  }
  .resultArea .list li + li {
    margin-left: 18px;
  }
  .resultArea .list .num {
    margin-bottom: 0;
    font-size: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .resultArea .list .txt {
    position: absolute;
    top: 5.5vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .resultArea .list img {
    width: 100%;
    height: auto;
  }
  .resultArea .list .tit {
    margin-top: 10px;
    font-size: 1.4rem;
    line-height: 1.1;
  }
}

.supportArea {
  position: relative;
  overflow: hidden;
  background-color: #003c73;
}
.supportArea:after {
  content: "";
  width: 347px;
  height: 923px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -150px;
  transform: translate(-50%, -50%);
  background: url(/assets/images/common/bg_supportarea_2019.png) no-repeat center / cover;
}
.supportArea .inner {
  max-width: 980px;
  padding: 35px 0 30px;
  margin: 0 auto;
  display: flex;
  position: relative;
  color: #fff;
}
.supportArea .titBox {
  width: 50%;
  padding-right: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.supportArea .titBox .img {
  margin-bottom: 10px;
}
.supportArea .titBox .tit {
  font-size: 4.9em;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
.supportArea .titBox .tit span {
  margin-top: 8px;
  font-size: 1.9rem;
  display: block;
}
.supportArea .txtBox {
  width: 50%;
  padding-left: 70px;
}
.supportArea .txtBox .list {
  margin-top: -5px;
  margin-bottom: 26px;
}
.supportArea .txtBox li {
  margin-top: 13px;
  display: flex;
  font-size: 1.5rem;
}
.supportArea .txtBox li:first-child {
  margin-top: 0;
}
.supportArea .txtBox .head {
  min-width: 2.5em;
  margin-right: 35px;
  color: #cbc316;
  font-weight: bold;
}
.supportArea .btnMore {
  width: 420px;
  height: 50px;
  display: flex;
}
.supportArea .btnMore a {
  width: 100%;
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  border: 2px solid #fff;
  position: relative;
  transition: .3s;
}
.supportArea .btnMore a:after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}
.supportArea .btnMore a:hover {
  color: #003c73;
  background-color: #fff;
}
.supportArea .btnMore  a:hover:after {
  border-color: #003c73;
}

@media screen and (max-width: 768px) {
  .supportArea {
    background-image: none;
    overflow: hidden;
  }
  .supportArea:after {
    content: normal;
  }
  .supportArea .inner {
    max-width: 100%;
    padding: 43px 10px 20px;
    flex-direction: column;
  }
  .supportArea .titBox {
    width: 100%;
    padding-right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .supportArea .titBox .img {
    margin-bottom: 16px;
  }
  .supportArea .titBox .tit {
    font-size: 4.2em;
  }
  .supportArea .titBox .tit span {
    margin-top: -4px;
    font-size: 1.9rem;
    display: block;
  }
  .supportArea .txtBox {
    margin-top: 50px;
    width: 100%;
    padding: 0;
  }
  .supportArea .txtBox .list {
    margin-top: -5px;
    margin-bottom: 26px;
    padding: 0 30px;
  }
  .supportArea .txtBox li {
    margin-top: 13px;
    display: flex;
    font-size: 1.5rem;
    font-weight: bold;
  }
  .supportArea .txtBox li:first-child {
    margin-top: 0;
  }
  .supportArea .btnMore {
    width: 100%;
  }
  .supportArea .btnMore a {
    width: 100%;
    border: 1px solid #fff;
  }
}


/* ===========================================

=========================================== */


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

  /*topSpace*/
  .topSpace {
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 30px;
  }
}