/* ======================
header
====================== */
.header_wrap {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 10;
}

.header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1160px;
  padding: 16px 0 0;
}

.header_logo {
  width: 212px;
}

.header_logo img {
  width: 100%;
  height: auto;
}

.header_btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header_btn a {
  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;
  min-width: 220px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
  background-color: #00A2E0;
  padding: 8px 32px 8px 16px;
  border-radius: 100px;
}

.header_btn.red a {
  background-color: #EC5434;
}

.header_btn.green a {
  background-color: #56B2A4;
}

.header_btn_icon {
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 33px;
  height: 33px;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 16px;
}

.header_btn_icon img {
  max-width: 18px;
  max-height: 18px;
  width: auto;
  height: auto;
}

.header_btn_txt {
  width: calc(100% - 49px);
  text-align: center;
}

.header_btn+.header_btn {
  margin-left: 16px;
}

.header_login {
  width: 106px;
  margin-left: 24px;
}

.header_login a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.header_login img {
  width: 100%;
  height: auto;
  margin-bottom: 8px;
}

.header_login_txt {
  display: block;
  width: 100%;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1;
  background-color: #0D193E;
  padding: 7px;
}

.header_megamenu_wrap {
  position: absolute;
  display: none;
  width: 94%;
  max-width: 960px;
  top: 84px;
  left: 50%;
  background-color: #fff;
  border-radius: 30px;
  padding: 20px 36px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  opacity: 0;
  z-index: -10;
}

.header_megamenu_col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  border-top: 1px solid #D6D5D5;
}

.header_megamenu .col {
  border-right: 1px dashed #D6D5D5;
  padding: 8px 16px 16px;
}

.header_megamenu .col:first-child {
  padding: 8px 16px 16px 0;
}

.header_megamenu .col:last-child {
  border-right: 0;
  padding: 8px 0 16px 16px;
}

.header_megamenu .col ul {
  padding-left: 20px;
}

.header_megamenu .col ul+span {
  display: none !important;
}

.header_megamenu .col li+li {
  margin-top: 5px;
}

.header_megamenu_title {
  margin-bottom: 10px;
}

.header_megamenu_btn {
  position: absolute;
  display: none;
  content: '';
  width: 40px;
  height: 40px;
  top: 6px;
  right: -10px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.header_megamenu_btn::before {
  position: absolute;
  display: block;
  content: '';
  width: 2px;
  height: 50%;
  background-color: #00A2E0;
  top: 25%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.header_megamenu_btn::after {
  position: absolute;
  display: block;
  content: '';
  width: 50%;
  height: 2px;
  background-color: #00A2E0;
  top: 50%;
  left: 25%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header_megamenu_btn.sp_menu_open {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.header_title {
  margin-bottom: 16px;
}

.header_link a {
  position: relative;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  padding-left: 2em;
}

.header_link a::before {
  position: absolute;
  display: block;
  content: '';
  border-style: solid;
  border-width: 8px 0 8px 12px;
  border-color: transparent transparent transparent #666;
  top: 6px;
  left: 0;
}

.header_link a:hover {
  color: #00A2E0;
  opacity: 1;
}

.header_gnavi {
  width: 100%;
}

.header_gnavi_in {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.header_gnavi_in>li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 17px;
}

.header_gnavi_in>li>a {
  position: relative;
  display: block;
  color: #666;
  text-align: center;
  padding: 10px;
}

.header_gnavi_in>li.main_current>a {
  color: #00A2E0;
}

.header_gnavi_in>li:hover>a {
  color: #00A2E0;
  opacity: 1;
}

.header_gnavi_in>li:hover>a::before,
.header_gnavi_in>li:hover>a::after {
  display: block;
  cursor: default;
}

.header_gnavi_in>li.header_megamenu>a::before,
.header_gnavi_in>li.header_megamenu>a::after {
  position: absolute;
  display: none;
  content: '';
  bottom: -37px;
}

.header_gnavi_in>li.header_megamenu>a::before {
  width: 100%;
  height: 37px;
  background-color: transparent;
  left: 0;
}

.header_gnavi_in>li.header_megamenu>a::after {
  border-style: solid;
  border-width: 37px 15px 0 15px;
  border-color: #fff transparent transparent transparent;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.header_sp_btn {
  position: absolute;
  display: none;
  width: 40px;
  height: 40px;
  top: 7px;
  right: 10px;
  z-index: 98;
  cursor: pointer;
  -webkit-transition: all 500ms 0s ease;
  -o-transition: all 500ms 0s ease;
  transition: all 500ms 0s ease;
}

.header_sp_btn .line {
  position: absolute;
  height: 3px;
  width: 30px;
  cursor: pointer;
  background: #666;
  display: block;
  content: '';
  -webkit-transform: translate3d(5px, 19px, 0);
  transform: translate3d(5px, 19px, 0);
}

.header_sp_btn .line::after {
  position: absolute;
  height: 3px;
  width: 30px;
  cursor: pointer;
  background: #666;
  display: block;
  content: '';
  -webkit-transition: all 500ms 0s ease;
  -o-transition: all 500ms 0s ease;
  transition: all 500ms 0s ease;
}

.header_sp_btn .line::before {
  position: absolute;
  height: 3px;
  width: 30px;
  cursor: pointer;
  background: #666;
  display: block;
  content: '';
  -webkit-transform: translate3d(0px, -10px, 0);
  transform: translate3d(0px, -10px, 0);
  -webkit-transition: all 500ms 0s ease;
  -o-transition: all 500ms 0s ease;
  transition: all 500ms 0s ease;
}

.header_sp_btn .line::after {
  -webkit-transform: translate3d(0px, 10px, 0);
  transform: translate3d(0px, 10px, 0);
}

.header_sp_btn.sp_menu_open {
  position: fixed;
  width: 60px;
  height: 100%;
  left: 0;
  top: 0;
  top: 0;
  right: auto;
  left: 0;
  z-index: 200;
}

.header_sp_btn.sp_menu_open .line {
  height: 0;
}

.header_sp_btn.sp_menu_open .line::after {
  width: 30px;
  z-index: 100;
  top: 0;
  right: 0;
}

.header_sp_btn.sp_menu_open .line::before {
  width: 30px;
  z-index: 100;
  top: 0;
  right: 0;
  -webkit-transform: translate3d(10px, 14px, 0) rotate(45deg);
  transform: translate3d(10px, 14px, 0) rotate(45deg);
  background: #fff;
}

.header_sp_btn.sp_menu_open .line::after {
  -webkit-transform: translate3d(10px, 14px, 0) rotate(-45deg);
  transform: translate3d(10px, 14px, 0) rotate(-45deg);
  background: #fff;
}

@media only screen and (min-width: 980px) {
  .header_wrap.fixedNav {
    -webkit-box-shadow: 0 0 14px -5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 14px -5px rgba(0, 0, 0, 0.25);
  }

  .header_wrap.fixedNav .header_inner {
    padding: 0;
  }

  .header_wrap.fixedNav .header_logo {
    display: none;
  }

  .header_wrap.fixedNav .header_btn_wrap {
    position: fixed;
    top: 55px;
    right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50px;
  }

  .header_wrap.fixedNav .header_btn_wrap .header_btn {
    max-height: 170px;
  }

  .header_wrap.fixedNav .header_btn_wrap .header_btn+.header_btn {
    margin-left: 0;
    margin-top: 10px;
  }

  .header_wrap.fixedNav .header_btn_wrap .header_btn a {
    font-size: 12px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    min-width: inherit;
    padding: 8px;
  }

  .header_wrap.fixedNav .header_btn_wrap .header_btn_icon {
    margin: 0 0 5px 0;
  }

  .header_wrap.fixedNav .header_btn_wrap .header_login {
    display: none;
  }

  .header_gnavi_in li.header_megamenu:hover .header_megamenu_wrap {
    display: block;
    top: 88px;
    opacity: 1;
    z-index: 2;
    -webkit-box-shadow: 0 0 14px -5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 14px -5px rgba(0, 0, 0, 0.25);
  }

  .header_gnavi_in li.header_megamenu:hover>a::before,
  .header_gnavi_in li.header_megamenu:hover>a::after {
    display: block;
    cursor: default;
  }
}

@media only screen and (max-width: 1119px) {
  .header_wrap {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
  }

  .header_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1160px;
    padding: 16px 0 0;
  }

  .header_logo {
    width: 180px;
    padding-left: 16px;
  }

  .header_btn_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 16px;
  }

  .header_btn a {
    min-width: initial;
    padding: 6px 24px 6px 16px;
  }

  .header_btn+.header_btn {
    margin-left: 12px;
  }

  .header_login {
    width: 106px;
    margin-left: 16px;
  }

  .header_login a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .header_login img {
    width: 100%;
    height: auto;
    margin-bottom: 8px;
  }

  .header_login_txt {
    display: block;
    width: 100%;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 1;
    background-color: #0D193E;
    padding: 7px;
  }

  .header_gnavi_in>li {
    font-size: 15px;
  }

  .header_gnavi_in>li>a {
    padding: 10px 5px;
  }

  .header_gnavi_in>li.header_megamenu>a::before,
  .header_gnavi_in>li.header_megamenu>a::after {
    display: none;
  }

  .header_gnavi_in>li:hover a::before,
  .header_gnavi_in>li:hover a::after {
    display: none;
  }
}

@media only screen and (max-width: 979px) {
  .header_inner {
    height: 55px;
    padding: 8px 0 0;
  }

  .header_logo {
    width: 173px;
  }

  .header_btn {
    width: 100%;
  }

  .header_btn a {
    width: 220px;
    margin-left: auto;
    margin-right: auto;
  }

  .header_btn_icon {
    width: 33px;
    height: 33px;
    margin-right: 12px;
  }

  .header_btn_icon img {
    max-width: 18px;
    max-height: 18px;
  }

  .header_btn_txt {
    width: calc(100% - 49px);
  }

  .header_btn+.header_btn {
    margin-left: auto;
    margin-top: 10px;
  }

  .header_login {
    width: 106px;
    margin: 16px auto 0;
  }

  .header_megamenu_wrap {
    position: static;
    width: 100% !important;
    border-radius: 6px;
    padding: 20px !important;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
    z-index: 1;
    background-color: rgba(0, 162, 224, 0.05);
  }

  .header_megamenu_col3 {
    padding-top: 10px;
  }

  .header_megamenu .col {
    padding: 8px 12px 16px;
  }

  .header_megamenu .col:first-child {
    padding: 8px 12px 16px 0;
  }

  .header_megamenu .col:last-child {
    border-right: 0;
    padding: 8px 0 16px 12px;
  }

  .header_megamenu .col ul {
    padding-left: 15px;
  }

  .header_megamenu .col li+li {
    margin-top: 5px;
  }

  .header_megamenu_title {
    margin-bottom: 10px;
  }

  .header_megamenu_btn {
    display: block;
  }

  .header_title {
    margin-bottom: 16px;
  }

  .header_link a {
    font-size: 14px;
    font-size: 1.4rem;
    padding-left: 1em;
  }

  .header_link a::before {
    border-width: 5px 0 5px 8px;
    top: 8px;
  }

  .header_gnavi {
    position: fixed;
    top: 0;
    left: -100%;
    background-color: #fff;
    padding: 30px 20px 30px 80px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }

  .header_gnavi::before {
    position: fixed;
    display: block;
    content: '';
    width: 60px;
    height: 0;
    top: 0;
    left: 0;
    background-color: #00A2E0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  .header_gnavi::after {
    position: fixed;
    display: none;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.4);
  }

  .header_gnavi.sp_menu_open {
    left: 0;
  }

  .header_gnavi.sp_menu_open::before {
    height: 100%;
    z-index: 2;
  }

  .header_gnavi.sp_menu_open::after {
    display: block;
    z-index: -1;
  }

  .header_gnavi_in {
    border-top: 1px solid #D6D5D5;
    margin-bottom: 40px;
  }

  .header_gnavi_in>li {
    position: relative;
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    width: 100%;
    font-weight: bold;
  }

  .header_gnavi_in>li>a {
    position: relative;
    font-size: 16px;
    text-align: left;
    padding: 12px 0;
    border-bottom: 1px solid #D6D5D5;
  }

  .header_gnavi_in>li>a::after {
    position: absolute;
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    border-width: 2px 2px 0 0;
    border-color: #00A2E0;
    border-style: solid;
    top: 50%;
    right: 4px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }

  .header_gnavi_in>li:hover>a::before,
  .header_gnavi_in>li:hover>a::after {
    display: none;
  }

  .header_gnavi_in>li.header_megamenu>a:before,
  .header_gnavi_in>li.header_megamenu>a::after {
    display: none;
  }

  .header_gnavi_in>li:hover a::before {
    display: none;
  }

  .header_gnavi_in>li:hover a::after {
    display: block;
    cursor: pointer;
  }

  .header_sp_btn {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .header_inner {
    height: 55px;
    padding: 8px 0 0;
  }

  .header_logo {
    width: 173px;
    padding-left: 4%;
  }

  .header_btn {
    width: 100%;
  }

  .header_btn a {
    width: 220px;
    margin-left: auto;
    margin-right: auto;
  }

  .header_btn_wrap {
    margin-bottom: 50px;
    padding-right: 0;
  }

  .header_megamenu_wrap {
    display: block;
    padding: 20px 12px 6px !important;
  }

  .header_megamenu_col3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 0;
  }

  .header_megamenu .col {
    position: relative;
    width: 100%;
    padding: 12px 0;
    border-right: 0;
    border-bottom: 1px dashed #D6D5D5;
  }

  .header_megamenu .col:first-child {
    padding: 12px 0;
  }

  .header_megamenu .col:last-child {
    border-bottom: 0;
    padding: 12px 0;
  }

  .header_megamenu .col ul {
    display: none;
    padding: 10px 0 0 15px;
  }

  .header_megamenu .col li+li {
    margin-top: 5px;
  }

  .header_megamenu_title {
    margin-bottom: 0;
  }

  .header_title {
    margin-bottom: 16px;
  }

  .header_link a {
    font-size: 14px;
    font-size: 1.4rem;
    padding-left: 1em;
  }

  .header_link a::before {
    border-width: 5px 0 5px 8px;
    top: 8px;
  }

  .header_gnavi {
    height: 100vh;
    overflow-y: scroll;
  }
}

/* ======================
header
====================== */
/* ======================
footer
====================== */
.footer_top {
  font-size: 14px;
  line-height: 1.6;
  background-color: #fff;
  padding: 36px 0;
}

.footer_top .flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer_top_area {
  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_top_logo {
  width: 312px;
  margin-right: 24px;
}

.footer_center {
  color: #fff;
  padding: 60px 0;
  background-color: #233A4B;
}

.footer_center a {
  color: #fff;
}

.footer_center .flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer_center_logo {
  width: 23%;
}

.footer_center_conexio {
  margin-bottom: 65px;
}

.footer_center_iso img {
  width: 200px;
  height: auto;
}

.footer_center_iso_txt {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  margin-top: 40px;
}

.footer_center_navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 70%;
}

.footer_center_navi a[target="_blank"] {
  position: relative;
}

.footer_center_navi a[target="_blank"]::after {
  position: absolute;
  display: block;
  content: '';
  width: 16px;
  height: 16px;
  background: url(../image/common/icon_external_link.svg) no-repeat 50% 50%/16px auto;
  top: 50%;
  right: -18px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.footer_center_navi_left {
  width: 28%;
}

.footer_center_navi_right {
  width: 65%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer_center_navi_right .col_top,
.footer_center_navi_right .col_bottom {
  width: 45%;
}

.footer_center_navi .col_top {
  margin-bottom: 40px;
}

.footer_center_navi_title {
  font-size: 15px;
}

.footer_center_navi_title {
  font-size: 15px;
  font-weight: bold;
}

.footer_center_navi_txt {
  font-size: 12px;
  font-weight: bold;
}

.footer_center_navi_txt+.footer_center_navi_txt {
  margin-top: 14px;
}

.footer_center_navi_link {
  font-size: 12px;
  margin-top: 8px;
}

.footer_center_navi_link a {
  position: relative;
  display: block;
  padding-left: 1em;
}

.footer_center_navi_link a::before {
  position: absolute;
  display: block;
  content: '';
  width: 4px;
  height: 4px;
  border-width: 1px 1px 0 0;
  border-color: #00A2E0;
  border-style: solid;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 8px;
  left: 0;
}

.footer_bottom {
  font-size: 12px;
  color: #647B8B;
  line-height: 1;
  background-color: #233A4B;
}

.footer_bottom .flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px;
  border-top: 1px solid #647B8B;
}

.footer_bottom_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer_bottom_sns_icon {
  width: 18px;
}

.footer_bottom_sns_icon img {
  width: auto;
  height: auto;
  max-width: 18px;
  max-height: 24px;
}

.footer_bottom_sns_icon+.footer_bottom_sns_icon {
  margin-left: 15px;
}

.footer_bottom_link {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.footer_bottom_link a {
  color: #647B8B;
}

.footer_bottom_link a+a {
  padding-left: 1.5em;
  margin-left: 1.5em;
  border-left: 1px solid #647B8B;
}

.footer_copyright {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

@media only screen and (max-width: 1200px) {
  .footer_center_logo {
    width: 16%;
  }

  .footer_center_conexio {
    margin-bottom: 45px;
  }

  .footer_center_iso img {
    width: 100%;
  }

  .footer_center_iso_txt {
    margin-top: 30px;
  }

  .footer_center_navi {
    width: 78%;
  }

  .footer_center_navi_left {
    width: 31%;
  }

  .footer_center_navi_right .col_top,
  .footer_center_navi_right .col_bottom {
    width: 48%;
  }
}

@media only screen and (max-width: 979px) {
  .footer_top_area {
    width: 60%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .footer_top_catch {
    width: 100%;
    margin-top: 5px;
  }

  .footer_top_logo {
    width: 40%;
    margin-right: 5%;
  }

  .footer_center_logo {
    width: 30%;
  }

  .footer_center_navi {
    width: 65%;
  }

  .footer_center_navi_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }

  .footer_center_navi_left .col_top,
  .footer_center_navi_left .col_bottom {
    width: 48%;
  }

  .footer_center_navi_right {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer_center_navi_right .col_top,
  .footer_center_navi_right .col_bottom {
    width: 48%;
    margin-top: 40px;
  }

  .footer_center_navi .col_top {
    margin-bottom: 0;
  }

  .footer_center_navi_title {
    font-size: 15px;
  }

  .footer_center_navi_title {
    font-size: 15px;
    font-weight: bold;
  }

  .footer_center_navi_txt {
    font-size: 12px;
    font-weight: bold;
  }

  .footer_center_navi_txt+.footer_center_navi_txt {
    margin-top: 14px;
  }

  .footer_center_navi_link {
    font-size: 12px;
    margin-top: 8px;
  }

  .footer_center_navi_link a {
    position: relative;
    display: block;
    padding-left: 1em;
  }

  .footer_center_navi_link a::before {
    position: absolute;
    display: block;
    content: '';
    width: 4px;
    height: 4px;
    border-width: 1px 1px 0 0;
    border-color: #00A2E0;
    border-style: solid;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 8px;
    left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .footer_top {
    font-size: 13px;
    padding: 18px 4%;
    border-width: 2px 0;
    border-color: #F0EFED;
    border-style: solid;
  }

  .footer_top_area {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer_top_catch {
    margin-bottom: 20px;
  }

  .footer_top_logo {
    width: 312px;
    margin-right: 0;
  }

  .footer_center {
    color: #000;
    padding: 25px 0 0;
    background-color: #fff;
  }

  .footer_center .inner {
    width: 100%;
    padding: 0;
  }

  .footer_center_logo {
    width: 100%;
    padding: 0 4%;
  }

  .footer_center_conexio {
    margin-bottom: 24px;
  }

  .footer_center_conexio img {
    width: 166px;
    height: auto;
    margin: auto;
  }

  .footer_center_iso {
    text-align: center;
  }

  .footer_center_iso img {
    width: 250px;
    height: auto;
    margin: auto;
  }

  .footer_center_iso_txt {
    font-weight: normal;
    color: #000;
    text-align: left;
    margin-top: 15px;
    margin-bottom: 20px;
  }

  .footer_center_navi {
    width: 100%;
    background-color: #233A4B;
    padding: 0;
  }

  .footer_center_navi_left .col_top,
  .footer_center_navi_left .col_bottom {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }

  .footer_center_navi_left ul {
    display: none;
  }

  .footer_center_navi_right .col_top,
  .footer_center_navi_right .col_bottom {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin-top: 0;
  }

  .footer_center_navi_right .col_top .footer_center_navi_txt:first-child,
  .footer_center_navi_right .col_bottom .footer_center_navi_txt:first-child {
    border-top: 0;
  }

  .footer_center_navi_right ul {
    display: none;
  }

  .footer_center_navi_title {
    font-weight: normal;
  }

  .footer_center_navi_title a {
    position: relative;
    display: block;
    padding: 8px 20px 8px 30px;
  }

  .footer_center_navi_title a::before {
    position: absolute;
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    border-width: 1px 1px 0 0;
    border-color: #fff;
    border-style: solid;
    top: 18px;
    left: 16px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .footer_center_navi_txt {
    font-size: 15px;
    font-weight: normal;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }

  .footer_center_navi_txt+.footer_center_navi_txt {
    margin-top: 0;
  }

  .footer_center_navi_txt a {
    position: relative;
    display: block;
    padding: 8px 20px 8px 30px;
  }

  .footer_center_navi_txt a::before {
    position: absolute;
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    border-width: 1px 1px 0 0;
    border-color: #fff;
    border-style: solid;
    top: 18px;
    left: 16px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .footer_center_navi_link {
    font-size: 12px;
    margin-top: 8px;
  }

  .footer_center_navi_link a {
    position: relative;
    display: block;
    padding-left: 1em;
  }

  .footer_center_navi_link a::before {
    position: absolute;
    display: block;
    content: '';
    width: 4px;
    height: 4px;
    border-width: 1px 1px 0 0;
    border-color: #00A2E0;
    border-style: solid;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 8px;
    left: 0;
  }

  .footer_bottom {
    color: #fff;
  }

  .footer_bottom .flex {
    border-top: 0;
  }

  .footer_bottom_sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .footer_bottom_sns_icon {
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 24px;
    height: 24px;
  }

  .footer_bottom_link {
    width: 100%;
    text-align: center;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer_bottom_link a {
    color: #fff;
  }

  .footer_bottom_link a+a {
    padding-left: 0;
    margin-left: 1em;
    border-left: 0;
  }

  .footer_bottom_link a:last-child {
    width: 100%;
    padding-top: 10px;
  }

  .footer_copyright {
    width: 100%;
    text-align: center;
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #647B8B;
  }
}

/* ======================
footer
====================== */
/* ======================
utility
====================== */
body {
  overflow-x: hidden;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex_ai_c {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex_jc_c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex_jc_sa {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex_jc_e {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

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

.bl:hover {
  cursor: pointer;
}

.bl:hover img {
  opacity: .7;
}

.bl:hover a {
  opacity: .7;
}

.bl:hover div,
.bl:hover p {
  opacity: .7;
}

.txt_400 {
  font-weight: 400;
}

.txt_700 {
  font-weight: 700;
}

.txt_900 {
  font-weight: 900;
}

.txt_key {
  color: #00A2E0;
}

.txt_blue {
  color: #396A8E;
}

.txt_green {
  color: #56B2A4;
}

.txt_red {
  color: #EC5434;
}

.txt_grey {
  color: #666;
}

.txt_white {
  color: #fff;
}

.txt_black {
  color: #000;
}

.txt_yellow {
  color: #FFCA1A;
}

.txt_pink {
  color: #FF4087;
}

.txt_light_green {
  color: #01BB26;
}

.txt_c {
  text-align: center;
}

.txt_l {
  text-align: left;
}

.img_c {
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 980px) {
  .sp_on {
    display: none;
  }

  .tab_on {
    display: none;
  }

  .pc_on {
    display: inherit;
  }

  .txt_c_pc {
    text-align: center;
  }

  .txt_r_pc {
    text-align: right;
  }
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
  .sp_on {
    display: none;
  }

  .pc_on {
    display: none;
  }

  .tab_on {
    display: inherit;
  }

  .txt_c_tb {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .pc_on {
    display: none;
  }

  .tab_on {
    display: none;
  }

  .sp_on {
    display: inherit;
  }
}

/* margin */
/* width */
.w1 {
  width: 1%;
}

.w2 {
  width: 2%;
}

.w3 {
  width: 3%;
}

.w4 {
  width: 4%;
}

.w5 {
  width: 5%;
}

.w6 {
  width: 6%;
}

.w7 {
  width: 7%;
}

.w8 {
  width: 8%;
}

.w9 {
  width: 9%;
}

.w10 {
  width: 10%;
}

.w11 {
  width: 11%;
}

.w12 {
  width: 12%;
}

.w13 {
  width: 13%;
}

.w14 {
  width: 14%;
}

.w15 {
  width: 15%;
}

.w16 {
  width: 16%;
}

.w17 {
  width: 17%;
}

.w18 {
  width: 18%;
}

.w19 {
  width: 19%;
}

.w20 {
  width: 20%;
}

.w21 {
  width: 21%;
}

.w22 {
  width: 22%;
}

.w23 {
  width: 23%;
}

.w24 {
  width: 24%;
}

.w25 {
  width: 25%;
}

.w26 {
  width: 26%;
}

.w27 {
  width: 27%;
}

.w28 {
  width: 28%;
}

.w29 {
  width: 29%;
}

.w30 {
  width: 30%;
}

.w31 {
  width: 31%;
}

.w32 {
  width: 32%;
}

.w33 {
  width: 33%;
}

.w34 {
  width: 34%;
}

.w35 {
  width: 35%;
}

.w36 {
  width: 36%;
}

.w37 {
  width: 37%;
}

.w38 {
  width: 38%;
}

.w39 {
  width: 39%;
}

.w40 {
  width: 40%;
}

.w41 {
  width: 41%;
}

.w42 {
  width: 42%;
}

.w43 {
  width: 43%;
}

.w44 {
  width: 44%;
}

.w45 {
  width: 45%;
}

.w46 {
  width: 46%;
}

.w47 {
  width: 47%;
}

.w48 {
  width: 48%;
}

.w49 {
  width: 49%;
}

.w50 {
  width: 50%;
}

.w51 {
  width: 51%;
}

.w52 {
  width: 52%;
}

.w53 {
  width: 53%;
}

.w54 {
  width: 54%;
}

.w55 {
  width: 55%;
}

.w56 {
  width: 56%;
}

.w57 {
  width: 57%;
}

.w58 {
  width: 58%;
}

.w59 {
  width: 59%;
}

.w60 {
  width: 60%;
}

.w61 {
  width: 61%;
}

.w62 {
  width: 62%;
}

.w63 {
  width: 63%;
}

.w64 {
  width: 64%;
}

.w65 {
  width: 65%;
}

.w66 {
  width: 66%;
}

.w67 {
  width: 67%;
}

.w68 {
  width: 68%;
}

.w69 {
  width: 69%;
}

.w70 {
  width: 70%;
}

.w71 {
  width: 71%;
}

.w72 {
  width: 72%;
}

.w73 {
  width: 73%;
}

.w74 {
  width: 74%;
}

.w75 {
  width: 75%;
}

.w76 {
  width: 76%;
}

.w77 {
  width: 77%;
}

.w78 {
  width: 78%;
}

.w79 {
  width: 79%;
}

.w80 {
  width: 80%;
}

.w81 {
  width: 81%;
}

.w82 {
  width: 82%;
}

.w83 {
  width: 83%;
}

.w84 {
  width: 84%;
}

.w85 {
  width: 85%;
}

.w86 {
  width: 86%;
}

.w87 {
  width: 87%;
}

.w88 {
  width: 88%;
}

.w89 {
  width: 89%;
}

.w90 {
  width: 90%;
}

.w91 {
  width: 91%;
}

.w92 {
  width: 92%;
}

.w93 {
  width: 93%;
}

.w94 {
  width: 94%;
}

.w95 {
  width: 95%;
}

.w96 {
  width: 96%;
}

.w97 {
  width: 97%;
}

.w98 {
  width: 98%;
}

.w99 {
  width: 99%;
}

.w100 {
  width: 100%;
}

@media only screen and (min-width: 980px) {
  .w5_pc {
    width: 5%;
  }

  .w10_pc {
    width: 10%;
  }

  .w15_pc {
    width: 15%;
  }

  .w20_pc {
    width: 20%;
  }

  .w25_pc {
    width: 25%;
  }

  .w30_pc {
    width: 30%;
  }

  .w35_pc {
    width: 35%;
  }

  .w40_pc {
    width: 40%;
  }

  .w45_pc {
    width: 45%;
  }

  .w50_pc {
    width: 50%;
  }

  .w55_pc {
    width: 55%;
  }

  .w60_pc {
    width: 60%;
  }

  .w65_pc {
    width: 65%;
  }

  .w70_pc {
    width: 70%;
  }

  .w75_pc {
    width: 75%;
  }

  .w80_pc {
    width: 80%;
  }

  .w85_pc {
    width: 85%;
  }

  .w90_pc {
    width: 90%;
  }

  .w95_pc {
    width: 95%;
  }

  .w100_pc {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
  .w5_tablet {
    width: 5%;
  }

  .w10_tablet {
    width: 10%;
  }

  .w15_tablet {
    width: 15%;
  }

  .w20_tablet {
    width: 20%;
  }

  .w25_tablet {
    width: 25%;
  }

  .w30_tablet {
    width: 30%;
  }

  .w35_tablet {
    width: 35%;
  }

  .w40_tablet {
    width: 40%;
  }

  .w45_tablet {
    width: 45%;
  }

  .w50_tablet {
    width: 50%;
  }

  .w55_tablet {
    width: 55%;
  }

  .w60_tablet {
    width: 60%;
  }

  .w65_tablet {
    width: 65%;
  }

  .w70_tablet {
    width: 70%;
  }

  .w75_tablet {
    width: 75%;
  }

  .w80_tablet {
    width: 80%;
  }

  .w85_tablet {
    width: 85%;
  }

  .w90_tablet {
    width: 90%;
  }

  .w95_tablet {
    width: 95%;
  }

  .w100_tablet {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .w5_sp {
    width: 5%;
  }

  .w10_sp {
    width: 10%;
  }

  .w15_sp {
    width: 15%;
  }

  .w20_sp {
    width: 20%;
  }

  .w25_sp {
    width: 25%;
  }

  .w30_sp {
    width: 30%;
  }

  .w35_sp {
    width: 35%;
  }

  .w40_sp {
    width: 40%;
  }

  .w45_sp {
    width: 45%;
  }

  .w50_sp {
    width: 50%;
  }

  .w55_sp {
    width: 55%;
  }

  .w60_sp {
    width: 60%;
  }

  .w65_sp {
    width: 65%;
  }

  .w70_sp {
    width: 70%;
  }

  .w75_sp {
    width: 75%;
  }

  .w80_sp {
    width: 80%;
  }

  .w85_sp {
    width: 85%;
  }

  .w90_sp {
    width: 90%;
  }

  .w95_sp {
    width: 95%;
  }

  .w100_sp {
    width: 100%;
  }
}

/* font-size */
.fs12 {
  font-size: 12px;
}

.fs60 {
  font-size: 60%;
}

.fs70 {
  font-size: 70%;
}

.fs80 {
  font-size: 80%;
}

.fs90 {
  font-size: 90%;
}

.fs100 {
  font-size: 100%;
}

.fs110 {
  font-size: 110%;
}

.fs120 {
  font-size: 120%;
}

.fs130 {
  font-size: 130%;
}

.fs140 {
  font-size: 140%;
}

.fs150 {
  font-size: 150%;
}

.fs160 {
  font-size: 160%;
}

.fs170 {
  font-size: 170%;
}

.fs180 {
  font-size: 180%;
}

.fs190 {
  font-size: 190%;
}

.fs200 {
  font-size: 200%;
}

.fs60_bold {
  font-size: 60%;
  font-weight: 900;
}

.fs70_bold {
  font-size: 70%;
  font-weight: 900;
}

.fs80_bold {
  font-size: 80%;
  font-weight: 900;
}

.fs90_bold {
  font-size: 90%;
  font-weight: 900;
}

.fs100_bold {
  font-size: 100%;
  font-weight: 900;
}

.fs110_bold {
  font-size: 110%;
  font-weight: 900;
}

.fs120_bold {
  font-size: 120%;
  font-weight: 900;
}

.fs130_bold {
  font-size: 130%;
  font-weight: 900;
}

.fs140_bold {
  font-size: 140%;
  font-weight: 900;
}

.fs150_bold {
  font-size: 150%;
  font-weight: 900;
}

.fs160_bold {
  font-size: 160%;
  font-weight: 900;
}

.fs170_bold {
  font-size: 170%;
  font-weight: 900;
}

.fs180_bold {
  font-size: 180%;
  font-weight: 900;
}

.fs190_bold {
  font-size: 190%;
  font-weight: 900;
}

.fs200_bold {
  font-size: 200%;
  font-weight: 900;
}

/* margin top */
.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mt55 {
  margin-top: 55px;
}

.mt60 {
  margin-top: 60px;
}

.mt65 {
  margin-top: 65px;
}

.mt70 {
  margin-top: 70px;
}

.mt75 {
  margin-top: 75px;
}

.mt80 {
  margin-top: 80px;
}

.mt85 {
  margin-top: 85px;
}

.mt90 {
  margin-top: 90px;
}

.mt95 {
  margin-top: 95px;
}

.mt100 {
  margin-top: 100px;
}

.mt105 {
  margin-top: 105px;
}

.mt110 {
  margin-top: 110px;
}

.mt115 {
  margin-top: 115px;
}

.mt120 {
  margin-top: 120px;
}

.mt125 {
  margin-top: 125px;
}

.mt130 {
  margin-top: 130px;
}

.mt135 {
  margin-top: 135px;
}

.mt140 {
  margin-top: 140px;
}

.mt145 {
  margin-top: 145px;
}

.mt150 {
  margin-top: 150px;
}

.mt155 {
  margin-top: 155px;
}

.mt160 {
  margin-top: 160px;
}

.mt165 {
  margin-top: 165px;
}

.mt170 {
  margin-top: 170px;
}

.mt175 {
  margin-top: 175px;
}

.mt180 {
  margin-top: 180px;
}

.mt185 {
  margin-top: 185px;
}

.mt190 {
  margin-top: 190px;
}

.mt195 {
  margin-top: 195px;
}

.mt200 {
  margin-top: 200px;
}

@media only screen and (min-width: 980px) {
  .mt5_pc {
    margin-top: 5px;
  }

  .mt10_pc {
    margin-top: 10px;
  }

  .mt15_pc {
    margin-top: 15px;
  }

  .mt20_pc {
    margin-top: 20px;
  }

  .mt25_pc {
    margin-top: 25px;
  }

  .mt30_pc {
    margin-top: 30px;
  }

  .mt35_pc {
    margin-top: 35px;
  }

  .mt40_pc {
    margin-top: 40px;
  }

  .mt45_pc {
    margin-top: 45px;
  }

  .mt50_pc {
    margin-top: 50px;
  }

  .mt55_pc {
    margin-top: 55px;
  }

  .mt60_pc {
    margin-top: 60px;
  }

  .mt65_pc {
    margin-top: 65px;
  }

  .mt70_pc {
    margin-top: 70px;
  }

  .mt75_pc {
    margin-top: 75px;
  }

  .mt80_pc {
    margin-top: 80px;
  }

  .mt85_pc {
    margin-top: 85px;
  }

  .mt90_pc {
    margin-top: 90px;
  }

  .mt95_pc {
    margin-top: 95px;
  }

  .mt100_pc {
    margin-top: 100px;
  }

  .mt105_pc {
    margin-top: 105px;
  }

  .mt110_pc {
    margin-top: 110px;
  }

  .mt115_pc {
    margin-top: 115px;
  }

  .mt120_pc {
    margin-top: 120px;
  }

  .mt125_pc {
    margin-top: 125px;
  }

  .mt130_pc {
    margin-top: 130px;
  }

  .mt135_pc {
    margin-top: 135px;
  }

  .mt140_pc {
    margin-top: 140px;
  }

  .mt145_pc {
    margin-top: 145px;
  }

  .mt150_pc {
    margin-top: 150px;
  }

  .mt155_pc {
    margin-top: 155px;
  }

  .mt160_pc {
    margin-top: 160px;
  }

  .mt165_pc {
    margin-top: 165px;
  }

  .mt170_pc {
    margin-top: 170px;
  }

  .mt175_pc {
    margin-top: 175px;
  }

  .mt180_pc {
    margin-top: 180px;
  }

  .mt185_pc {
    margin-top: 185px;
  }

  .mt190_pc {
    margin-top: 190px;
  }

  .mt195_pc {
    margin-top: 195px;
  }

  .mt200_pc {
    margin-top: 200px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
  .mt5_tablet {
    margin-top: 5px;
  }

  .mt10_tablet {
    margin-top: 10px;
  }

  .mt15_tablet {
    margin-top: 15px;
  }

  .mt20_tablet {
    margin-top: 20px;
  }

  .mt25_tablet {
    margin-top: 25px;
  }

  .mt30_tablet {
    margin-top: 30px;
  }

  .mt35_tablet {
    margin-top: 35px;
  }

  .mt40_tablet {
    margin-top: 40px;
  }

  .mt45_tablet {
    margin-top: 45px;
  }

  .mt50_tablet {
    margin-top: 50px;
  }

  .mt55_tablet {
    margin-top: 55px;
  }

  .mt60_tablet {
    margin-top: 60px;
  }

  .mt65_tablet {
    margin-top: 65px;
  }

  .mt70_tablet {
    margin-top: 70px;
  }

  .mt75_tablet {
    margin-top: 75px;
  }

  .mt80_tablet {
    margin-top: 80px;
  }

  .mt85_tablet {
    margin-top: 85px;
  }

  .mt90_tablet {
    margin-top: 90px;
  }

  .mt95_tablet {
    margin-top: 95px;
  }

  .mt100_tablet {
    margin-top: 100px;
  }

  .mt105_tablet {
    margin-top: 105px;
  }

  .mt110_tablet {
    margin-top: 110px;
  }

  .mt115_tablet {
    margin-top: 115px;
  }

  .mt120_tablet {
    margin-top: 120px;
  }

  .mt125_tablet {
    margin-top: 125px;
  }

  .mt130_tablet {
    margin-top: 130px;
  }

  .mt135_tablet {
    margin-top: 135px;
  }

  .mt140_tablet {
    margin-top: 140px;
  }

  .mt145_tablet {
    margin-top: 145px;
  }

  .mt150_tablet {
    margin-top: 150px;
  }

  .mt155_tablet {
    margin-top: 155px;
  }

  .mt160_tablet {
    margin-top: 160px;
  }

  .mt165_tablet {
    margin-top: 165px;
  }

  .mt170_tablet {
    margin-top: 170px;
  }

  .mt175_tablet {
    margin-top: 175px;
  }

  .mt180_tablet {
    margin-top: 180px;
  }

  .mt185_tablet {
    margin-top: 185px;
  }

  .mt190_tablet {
    margin-top: 190px;
  }

  .mt195_tablet {
    margin-top: 195px;
  }

  .mt200_tablet {
    margin-top: 200px;
  }
}

@media only screen and (max-width: 767px) {
  .mt5_sp {
    margin-top: 5px;
  }

  .mt10_sp {
    margin-top: 10px;
  }

  .mt15_sp {
    margin-top: 15px;
  }

  .mt20_sp {
    margin-top: 20px;
  }

  .mt25_sp {
    margin-top: 25px;
  }

  .mt30_sp {
    margin-top: 30px;
  }

  .mt35_sp {
    margin-top: 35px;
  }

  .mt40_sp {
    margin-top: 40px;
  }

  .mt45_sp {
    margin-top: 45px;
  }

  .mt50_sp {
    margin-top: 50px;
  }

  .mt55_sp {
    margin-top: 55px;
  }

  .mt60_sp {
    margin-top: 60px;
  }

  .mt65_sp {
    margin-top: 65px;
  }

  .mt70_sp {
    margin-top: 70px;
  }

  .mt75_sp {
    margin-top: 75px;
  }

  .mt80_sp {
    margin-top: 80px;
  }

  .mt85_sp {
    margin-top: 85px;
  }

  .mt90_sp {
    margin-top: 90px;
  }

  .mt95_sp {
    margin-top: 95px;
  }

  .mt100_sp {
    margin-top: 100px;
  }

  .mt105_sp {
    margin-top: 105px;
  }

  .mt110_sp {
    margin-top: 110px;
  }

  .mt115_sp {
    margin-top: 115px;
  }

  .mt120_sp {
    margin-top: 120px;
  }

  .mt125_sp {
    margin-top: 125px;
  }

  .mt130_sp {
    margin-top: 130px;
  }

  .mt135_sp {
    margin-top: 135px;
  }

  .mt140_sp {
    margin-top: 140px;
  }

  .mt145_sp {
    margin-top: 145px;
  }

  .mt150_sp {
    margin-top: 150px;
  }

  .mt155_sp {
    margin-top: 155px;
  }

  .mt160_sp {
    margin-top: 160px;
  }

  .mt165_sp {
    margin-top: 165px;
  }

  .mt170_sp {
    margin-top: 170px;
  }

  .mt175_sp {
    margin-top: 175px;
  }

  .mt180_sp {
    margin-top: 180px;
  }

  .mt185_sp {
    margin-top: 185px;
  }

  .mt190_sp {
    margin-top: 190px;
  }

  .mt195_sp {
    margin-top: 195px;
  }

  .mt200_sp {
    margin-top: 200px;
  }
}

/* margin bottom */
.m0 {
  margin-bottom: 0 !important;
}

.m5 {
  margin-bottom: 5px;
}

.m10 {
  margin-bottom: 10px;
}

.m15 {
  margin-bottom: 15px;
}

.m20 {
  margin-bottom: 20px;
}

.m25 {
  margin-bottom: 25px;
}

.m30 {
  margin-bottom: 30px;
}

.m35 {
  margin-bottom: 35px;
}

.m40 {
  margin-bottom: 40px;
}

.m45 {
  margin-bottom: 45px;
}

.m50 {
  margin-bottom: 50px;
}

.m55 {
  margin-bottom: 55px;
}

.m60 {
  margin-bottom: 60px;
}

.m65 {
  margin-bottom: 65px;
}

.m70 {
  margin-bottom: 70px;
}

.m75 {
  margin-bottom: 75px;
}

.m80 {
  margin-bottom: 80px;
}

.m85 {
  margin-bottom: 85px;
}

.m90 {
  margin-bottom: 90px;
}

.m95 {
  margin-bottom: 95px;
}

.m100 {
  margin-bottom: 100px;
}

.m105 {
  margin-bottom: 105px;
}

.m110 {
  margin-bottom: 110px;
}

.m115 {
  margin-bottom: 115px;
}

.m120 {
  margin-bottom: 120px;
}

.m125 {
  margin-bottom: 125px;
}

.m130 {
  margin-bottom: 130px;
}

.m135 {
  margin-bottom: 135px;
}

.m140 {
  margin-bottom: 140px;
}

.m145 {
  margin-bottom: 145px;
}

.m150 {
  margin-bottom: 150px;
}

.m155 {
  margin-bottom: 155px;
}

.m160 {
  margin-bottom: 160px;
}

.m165 {
  margin-bottom: 165px;
}

.m170 {
  margin-bottom: 170px;
}

.m175 {
  margin-bottom: 175px;
}

.m180 {
  margin-bottom: 180px;
}

.m185 {
  margin-bottom: 185px;
}

.m190 {
  margin-bottom: 190px;
}

.m195 {
  margin-bottom: 195px;
}

.m200 {
  margin-bottom: 200px;
}
.m240 {
  margin-bottom: 240px;
}

@media only screen and (min-width: 980px) {
  .m0_pc {
    margin-bottom: 0 !important;
  }

  .m5_pc {
    margin-bottom: 5px;
  }

  .m10_pc {
    margin-bottom: 10px;
  }

  .m15_pc {
    margin-bottom: 15px;
  }

  .m20_pc {
    margin-bottom: 20px;
  }

  .m25_pc {
    margin-bottom: 25px;
  }

  .m30_pc {
    margin-bottom: 30px;
  }

  .m35_pc {
    margin-bottom: 35px;
  }

  .m40_pc {
    margin-bottom: 40px;
  }

  .m45_pc {
    margin-bottom: 45px;
  }

  .m50_pc {
    margin-bottom: 50px;
  }

  .m55_pc {
    margin-bottom: 55px;
  }

  .m60_pc {
    margin-bottom: 60px;
  }

  .m65_pc {
    margin-bottom: 65px;
  }

  .m70_pc {
    margin-bottom: 70px;
  }

  .m75_pc {
    margin-bottom: 75px;
  }

  .m80_pc {
    margin-bottom: 80px;
  }

  .m85_pc {
    margin-bottom: 85px;
  }

  .m90_pc {
    margin-bottom: 90px;
  }

  .m95_pc {
    margin-bottom: 95px;
  }

  .m100_pc {
    margin-bottom: 100px;
  }

  .m105_pc {
    margin-bottom: 105px;
  }

  .m110_pc {
    margin-bottom: 110px;
  }

  .m115_pc {
    margin-bottom: 115px;
  }

  .m120_pc {
    margin-bottom: 120px;
  }

  .m125_pc {
    margin-bottom: 125px;
  }

  .m130_pc {
    margin-bottom: 130px;
  }

  .m135_pc {
    margin-bottom: 135px;
  }

  .m140_pc {
    margin-bottom: 140px;
  }

  .m145_pc {
    margin-bottom: 145px;
  }

  .m150_pc {
    margin-bottom: 150px;
  }

  .m155_pc {
    margin-bottom: 155px;
  }

  .m160_pc {
    margin-bottom: 160px;
  }

  .m165_pc {
    margin-bottom: 165px;
  }

  .m170_pc {
    margin-bottom: 170px;
  }

  .m175_pc {
    margin-bottom: 175px;
  }

  .m180_pc {
    margin-bottom: 180px;
  }

  .m185_pc {
    margin-bottom: 185px;
  }

  .m190_pc {
    margin-bottom: 190px;
  }

  .m195_pc {
    margin-bottom: 195px;
  }

  .m200_pc {
    margin-bottom: 200px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
  .m0_tablet {
    margin-bottom: 0 !important;
  }

  .m5_tablet {
    margin-bottom: 5px;
  }

  .m10_tablet {
    margin-bottom: 10px;
  }

  .m15_tablet {
    margin-bottom: 15px;
  }

  .m20_tablet {
    margin-bottom: 20px;
  }

  .m25_tablet {
    margin-bottom: 25px;
  }

  .m30_tablet {
    margin-bottom: 30px;
  }

  .m35_tablet {
    margin-bottom: 35px;
  }

  .m40_tablet {
    margin-bottom: 40px;
  }

  .m45_tablet {
    margin-bottom: 45px;
  }

  .m50_tablet {
    margin-bottom: 50px;
  }

  .m55_tablet {
    margin-bottom: 55px;
  }

  .m60_tablet {
    margin-bottom: 60px;
  }

  .m65_tablet {
    margin-bottom: 65px;
  }

  .m70_tablet {
    margin-bottom: 70px;
  }

  .m75_tablet {
    margin-bottom: 75px;
  }

  .m80_tablet {
    margin-bottom: 80px;
  }

  .m85_tablet {
    margin-bottom: 85px;
  }

  .m90_tablet {
    margin-bottom: 90px;
  }

  .m95_tablet {
    margin-bottom: 95px;
  }

  .m100_tablet {
    margin-bottom: 100px;
  }

  .m105_tablet {
    margin-bottom: 105px;
  }

  .m110_tablet {
    margin-bottom: 110px;
  }

  .m115_tablet {
    margin-bottom: 115px;
  }

  .m120_tablet {
    margin-bottom: 120px;
  }

  .m125_tablet {
    margin-bottom: 125px;
  }

  .m130_tablet {
    margin-bottom: 130px;
  }

  .m135_tablet {
    margin-bottom: 135px;
  }

  .m140_tablet {
    margin-bottom: 140px;
  }

  .m145_tablet {
    margin-bottom: 145px;
  }

  .m150_tablet {
    margin-bottom: 150px;
  }

  .m155_tablet {
    margin-bottom: 155px;
  }

  .m160_tablet {
    margin-bottom: 160px;
  }

  .m165_tablet {
    margin-bottom: 165px;
  }

  .m170_tablet {
    margin-bottom: 170px;
  }

  .m175_tablet {
    margin-bottom: 175px;
  }

  .m180_tablet {
    margin-bottom: 180px;
  }

  .m185_tablet {
    margin-bottom: 185px;
  }

  .m190_tablet {
    margin-bottom: 190px;
  }

  .m195_tablet {
    margin-bottom: 195px;
  }

  .m200_tablet {
    margin-bottom: 200px;
  }
}

@media only screen and (max-width: 767px) {
  .m0_sp {
    margin-bottom: 0 !important;
  }

  .m5_sp {
    margin-bottom: 5px;
  }

  .m10_sp {
    margin-bottom: 10px;
  }

  .m15_sp {
    margin-bottom: 15px;
  }

  .m20_sp {
    margin-bottom: 20px;
  }

  .m25_sp {
    margin-bottom: 25px;
  }

  .m30_sp {
    margin-bottom: 30px;
  }

  .m35_sp {
    margin-bottom: 35px;
  }

  .m40_sp {
    margin-bottom: 40px;
  }

  .m45_sp {
    margin-bottom: 45px;
  }

  .m50_sp {
    margin-bottom: 50px;
  }

  .m55_sp {
    margin-bottom: 55px;
  }

  .m60_sp {
    margin-bottom: 60px;
  }

  .m65_sp {
    margin-bottom: 65px;
  }

  .m70_sp {
    margin-bottom: 70px;
  }

  .m75_sp {
    margin-bottom: 75px;
  }

  .m80_sp {
    margin-bottom: 80px;
  }

  .m85_sp {
    margin-bottom: 85px;
  }

  .m90_sp {
    margin-bottom: 90px;
  }

  .m95_sp {
    margin-bottom: 95px;
  }

  .m100_sp {
    margin-bottom: 100px;
  }

  .m105_sp {
    margin-bottom: 105px;
  }

  .m110_sp {
    margin-bottom: 110px;
  }

  .m115_sp {
    margin-bottom: 115px;
  }

  .m120_sp {
    margin-bottom: 120px;
  }

  .m125_sp {
    margin-bottom: 125px;
  }

  .m130_sp {
    margin-bottom: 130px;
  }

  .m135_sp {
    margin-bottom: 135px;
  }

  .m140_sp {
    margin-bottom: 140px;
  }

  .m145_sp {
    margin-bottom: 145px;
  }

  .m150_sp {
    margin-bottom: 150px;
  }

  .m155_sp {
    margin-bottom: 155px;
  }

  .m160_sp {
    margin-bottom: 160px;
  }

  .m165_sp {
    margin-bottom: 165px;
  }

  .m170_sp {
    margin-bottom: 170px;
  }

  .m175_sp {
    margin-bottom: 175px;
  }

  .m180_sp {
    margin-bottom: 180px;
  }

  .m185_sp {
    margin-bottom: 185px;
  }

  .m190_sp {
    margin-bottom: 190px;
  }

  .m195_sp {
    margin-bottom: 195px;
  }

  .m200_sp {
    margin-bottom: 200px;
  }
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml25 {
  margin-left: 25px;
}

.ml30 {
  margin-left: 30px;
}

.ml35 {
  margin-left: 35px;
}

.ml40 {
  margin-left: 40px;
}

.ml45 {
  margin-left: 45px;
}

.ml50 {
  margin-left: 50px;
}

.ml55 {
  margin-left: 55px;
}

.ml60 {
  margin-left: 60px;
}

.ml65 {
  margin-left: 65px;
}

.ml70 {
  margin-left: 70px;
}

.ml75 {
  margin-left: 75px;
}

.ml80 {
  margin-left: 80px;
}

.ml85 {
  margin-left: 85px;
}

.ml90 {
  margin-left: 90px;
}

.ml95 {
  margin-left: 95px;
}

.ml100 {
  margin-left: 100px;
}

@media only screen and (min-width: 980px) {
  .ml5_pc {
    margin-left: 5px;
  }

  .ml10_pc {
    margin-left: 10px;
  }

  .ml15_pc {
    margin-left: 15px;
  }

  .ml20_pc {
    margin-left: 20px;
  }

  .ml25_pc {
    margin-left: 25px;
  }

  .ml30_pc {
    margin-left: 30px;
  }

  .ml35_pc {
    margin-left: 35px;
  }

  .ml40_pc {
    margin-left: 40px;
  }

  .ml45_pc {
    margin-left: 45px;
  }

  .ml50_pc {
    margin-left: 50px;
  }

  .ml55_pc {
    margin-left: 55px;
  }

  .ml60_pc {
    margin-left: 60px;
  }

  .ml65_pc {
    margin-left: 65px;
  }

  .ml70_pc {
    margin-left: 70px;
  }

  .ml75_pc {
    margin-left: 75px;
  }

  .ml80_pc {
    margin-left: 80px;
  }

  .ml85_pc {
    margin-left: 85px;
  }

  .ml90_pc {
    margin-left: 90px;
  }

  .ml95_pc {
    margin-left: 95px;
  }

  .ml100_pc {
    margin-left: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
  .ml5_tablet {
    margin-left: 5px;
  }

  .ml10_tablet {
    margin-left: 10px;
  }

  .ml15_tablet {
    margin-left: 15px;
  }

  .ml20_tablet {
    margin-left: 20px;
  }

  .ml25_tablet {
    margin-left: 25px;
  }

  .ml30_tablet {
    margin-left: 30px;
  }

  .ml35_tablet {
    margin-left: 35px;
  }

  .ml40_tablet {
    margin-left: 40px;
  }

  .ml45_tablet {
    margin-left: 45px;
  }

  .ml50_tablet {
    margin-left: 50px;
  }

  .ml55_tablet {
    margin-left: 55px;
  }

  .ml60_tablet {
    margin-left: 60px;
  }

  .ml65_tablet {
    margin-left: 65px;
  }

  .ml70_tablet {
    margin-left: 70px;
  }

  .ml75_tablet {
    margin-left: 75px;
  }

  .ml80_tablet {
    margin-left: 80px;
  }

  .ml85_tablet {
    margin-left: 85px;
  }

  .ml90_tablet {
    margin-left: 90px;
  }

  .ml95_tablet {
    margin-left: 95px;
  }

  .ml100_tablet {
    margin-left: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .ml5_sp {
    margin-left: 5px;
  }

  .ml10_sp {
    margin-left: 10px;
  }

  .ml15_sp {
    margin-left: 15px;
  }

  .ml20_sp {
    margin-left: 20px;
  }

  .ml25_sp {
    margin-left: 25px;
  }

  .ml30_sp {
    margin-left: 30px;
  }

  .ml35_sp {
    margin-left: 35px;
  }

  .ml40_sp {
    margin-left: 40px;
  }

  .ml45_sp {
    margin-left: 45px;
  }

  .ml50_sp {
    margin-left: 50px;
  }

  .ml55_sp {
    margin-left: 55px;
  }

  .ml60_sp {
    margin-left: 60px;
  }

  .ml65_sp {
    margin-left: 65px;
  }

  .ml70_sp {
    margin-left: 70px;
  }

  .ml75_sp {
    margin-left: 75px;
  }

  .ml80_sp {
    margin-left: 80px;
  }

  .ml85_sp {
    margin-left: 85px;
  }

  .ml90_sp {
    margin-left: 90px;
  }

  .ml95_sp {
    margin-left: 95px;
  }

  .ml100_sp {
    margin-left: 100px;
  }
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr25 {
  margin-right: 25px;
}

.mr30 {
  margin-right: 30px;
}

.mr35 {
  margin-right: 35px;
}

.mr40 {
  margin-right: 40px;
}

.mr45 {
  margin-right: 45px;
}

.mr50 {
  margin-right: 50px;
}

.mr55 {
  margin-right: 55px;
}

.mr60 {
  margin-right: 60px;
}

.mr65 {
  margin-right: 65px;
}

.mr70 {
  margin-right: 70px;
}

.mr75 {
  margin-right: 75px;
}

.mr80 {
  margin-right: 80px;
}

.mr85 {
  margin-right: 85px;
}

.mr90 {
  margin-right: 90px;
}

.mr95 {
  margin-right: 95px;
}

.mr100 {
  margin-right: 100px;
}

@media only screen and (min-width: 980px) {
  .mr5_pc {
    margin-right: 5px;
  }

  .mr10_pc {
    margin-right: 10px;
  }

  .mr15_pc {
    margin-right: 15px;
  }

  .mr20_pc {
    margin-right: 20px;
  }

  .mr25_pc {
    margin-right: 25px;
  }

  .mr30_pc {
    margin-right: 30px;
  }

  .mr35_pc {
    margin-right: 35px;
  }

  .mr40_pc {
    margin-right: 40px;
  }

  .mr45_pc {
    margin-right: 45px;
  }

  .mr50_pc {
    margin-right: 50px;
  }

  .mr55_pc {
    margin-right: 55px;
  }

  .mr60_pc {
    margin-right: 60px;
  }

  .mr65_pc {
    margin-right: 65px;
  }

  .mr70_pc {
    margin-right: 70px;
  }

  .mr75_pc {
    margin-right: 75px;
  }

  .mr80_pc {
    margin-right: 80px;
  }

  .mr85_pc {
    margin-right: 85px;
  }

  .mr90_pc {
    margin-right: 90px;
  }

  .mr95_pc {
    margin-right: 95px;
  }

  .mr100_pc {
    margin-right: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
  .mr5_tablet {
    margin-right: 5px;
  }

  .mr10_tablet {
    margin-right: 10px;
  }

  .mr15_tablet {
    margin-right: 15px;
  }

  .mr20_tablet {
    margin-right: 20px;
  }

  .mr25_tablet {
    margin-right: 25px;
  }

  .mr30_tablet {
    margin-right: 30px;
  }

  .mr35_tablet {
    margin-right: 35px;
  }

  .mr40_tablet {
    margin-right: 40px;
  }

  .mr45_tablet {
    margin-right: 45px;
  }

  .mr50_tablet {
    margin-right: 50px;
  }

  .mr55_tablet {
    margin-right: 55px;
  }

  .mr60_tablet {
    margin-right: 60px;
  }

  .mr65_tablet {
    margin-right: 65px;
  }

  .mr70_tablet {
    margin-right: 70px;
  }

  .mr75_tablet {
    margin-right: 75px;
  }

  .mr80_tablet {
    margin-right: 80px;
  }

  .mr85_tablet {
    margin-right: 85px;
  }

  .mr90_tablet {
    margin-right: 90px;
  }

  .mr95_tablet {
    margin-right: 95px;
  }

  .mr100_tablet {
    margin-right: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .mr5_sp {
    margin-right: 5px;
  }

  .mr10_sp {
    margin-right: 10px;
  }

  .mr15_sp {
    margin-right: 15px;
  }

  .mr20_sp {
    margin-right: 20px;
  }

  .mr25_sp {
    margin-right: 25px;
  }

  .mr30_sp {
    margin-right: 30px;
  }

  .mr35_sp {
    margin-right: 35px;
  }

  .mr40_sp {
    margin-right: 40px;
  }

  .mr45_sp {
    margin-right: 45px;
  }

  .mr50_sp {
    margin-right: 50px;
  }

  .mr55_sp {
    margin-right: 55px;
  }

  .mr60_sp {
    margin-right: 60px;
  }

  .mr65_sp {
    margin-right: 65px;
  }

  .mr70_sp {
    margin-right: 70px;
  }

  .mr75_sp {
    margin-right: 75px;
  }

  .mr80_sp {
    margin-right: 80px;
  }

  .mr85_sp {
    margin-right: 85px;
  }

  .mr90_sp {
    margin-right: 90px;
  }

  .mr95_sp {
    margin-right: 95px;
  }

  .mr100_sp {
    margin-right: 100px;
  }
}

.roboto {
  font-family: 'Roboto', sans-serif;
}

.font_w200 {
  font-weight: 200;
}

.font_w700 {
  font-weight: 700;
}

/* btn width */
.btn_w10 a {
  min-width: initial;
  width: 10%;
}

.btn_w20 a {
  min-width: initial;
  width: 20%;
}

.btn_w30 a {
  min-width: initial;
  width: 30%;
}

.btn_w40 a {
  min-width: initial;
  width: 40%;
}

.btn_w50 a {
  min-width: initial;
  width: 50%;
}

.btn_w60 a {
  min-width: initial;
  width: 60%;
}

.btn_w70 a {
  min-width: initial;
  width: 70%;
}

.btn_w80 a {
  min-width: initial;
  width: 80%;
}

.btn_w90 a {
  min-width: initial;
  width: 90%;
}

.btn_w100 a {
  min-width: initial;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .btn_w10_sp a {
    min-width: initial;
    width: 10%;
  }

  .btn_w20_sp a {
    min-width: initial;
    width: 20%;
  }

  .btn_w30_sp a {
    min-width: initial;
    width: 30%;
  }

  .btn_w40_sp a {
    min-width: initial;
    width: 40%;
  }

  .btn_w50_sp a {
    min-width: initial;
    width: 50%;
  }

  .btn_w60_sp a {
    min-width: initial;
    width: 60%;
  }

  .btn_w70_sp a {
    min-width: initial;
    width: 70%;
  }

  .btn_w80_sp a {
    min-width: initial;
    width: 80%;
  }

  .btn_w90_sp a {
    min-width: initial;
    width: 90%;
  }

  .btn_w100_sp a {
    min-width: initial;
    width: 100%;
  }
}

/* btn width */
@media only screen and (min-width: 980px) {
  .pl5_pc {
    padding-left: 5%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
  .pl5_tablet {
    padding-left: 5%;
  }
}

/* ======================
utility
====================== */
/* ======================
title
====================== */
@media all and (-ms-high-contrast: none) {

  .pagetitle_industry_in,
  .pagetitle_telworks_in {
    min-height: auto !important;
  }
}

#pagetitle {
  position: relative;
  margin-top: 117px;
}

.pagetitle_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  min-height: 335px;
  text-align: center;
  line-height: 1.4;
  padding: 50px 0;
}

.pagetitle_solution {
  background: url(../image/solution_pagetitle_bg.jpg) no-repeat 50% 50%/cover;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagetitle_solution #locator ol li {
  color: #999;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0.6);
}

.pagetitle_solution #locator a {
  color: #999;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0.6);
}

.pagetitle_solution .pagetitle {
  font-size: 27px;
  font-weight: bold;
  color: #BF4949;
  margin-bottom: 20px;
}

.pagetitle_solution .pagetitle_txt {
  font-size: 30px;
  font-weight: bold;
  color: #666;
  letter-spacing: 0;
}

.pagetitle_industry,
.pagetitle_telworks {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagetitle_industry #locator ol li,
.pagetitle_telworks #locator ol li {
  color: #999;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0.6);
}

.pagetitle_industry #locator a,
.pagetitle_telworks #locator a {
  color: #999;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0.6);
}

.pagetitle_industry .inner,
.pagetitle_telworks .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagetitle_industry_in,
.pagetitle_telworks_in {
  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;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 200px;
  background-color: #fff;
  padding: 30px 40px;
  border-radius: 30px;
}

.pagetitle_industry {
  background: url(../image/industry_pagetitle_bg.jpg) no-repeat 50% 50%/cover;
}

.pagetitle_industry_in {
  min-width: 780px;
}

.pagetitle_industry .pagetitle {
  width: 100%;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.6;
}

.pagetitle_industry .pagetitle_txt {
  width: 100%;
  font-weight: bold;
  color: #666;
  margin-top: 20px;
}

.pagetitle_telworks {
  background: url(../image/telworks_pagetitle_bg.jpg) no-repeat 50% 50%/cover;
}

.pagetitle_telworks_in {
  width: 100%;
  max-width: 780px;
}

.pagetitle_telworks .pagetitle {
  position: relative;
  font-size: 35px;
  font-weight: bold;
  padding-bottom: 10px;
}

.pagetitle_telworks .pagetitle::after {
  position: absolute;
  display: block;
  content: '';
  width: 340px;
  height: 2px;
  background-color: #00A2E0;
  border-radius: 4px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.pagetitle_telworks .pagetitle_txt {
  width: 100%;
  font-weight: bold;
  color: #666;
  margin-top: 20px;
}

.pagetitle_telworks_sales,
.pagetitle_telworks_general_affairs {
  background: url(../image/telworks_sales_pagetitle_bg.jpg) no-repeat 50% 50%/cover;
  height: 460px;
  padding: 20px 0;
}

.pagetitle_telworks_sales .inner,
.pagetitle_telworks_general_affairs .inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
}

.pagetitle_telworks_sales_in,
.pagetitle_telworks_general_affairs_in {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  width: 70%;
  max-width: 700px;
}

.pagetitle_telworks_sales .pagetitle,
.pagetitle_telworks_general_affairs .pagetitle {
  font-size: 45px;
  font-weight: 900;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
}

.pagetitle_telworks_sales .pagetitle+.pagetitle_txt,
.pagetitle_telworks_general_affairs .pagetitle+.pagetitle_txt {
  margin-top: 20px;
}

.pagetitle_telworks_sales .pagetitle .txt_sm,
.pagetitle_telworks_general_affairs .pagetitle .txt_sm {
  font-size: 32px;
}

.pagetitle_telworks_sales .pagetitle .txt_lg,
.pagetitle_telworks_general_affairs .pagetitle .txt_lg {
  font-size: 70px;
}

.pagetitle_telworks_sales .pagetitle_txt,
.pagetitle_telworks_general_affairs .pagetitle_txt {
  font-size: 26px;
}

.pagetitle_telworks_sales .pagetitle_txt+.pagetitle,
.pagetitle_telworks_general_affairs .pagetitle_txt+.pagetitle {
  margin-top: 20px;
}

.pagetitle_telworks_sales .pagetitle_txt .marker,
.pagetitle_telworks_general_affairs .pagetitle_txt .marker {
  position: relative;
  z-index: 1;
}

.pagetitle_telworks_sales .pagetitle_txt .marker::before,
.pagetitle_telworks_general_affairs .pagetitle_txt .marker::before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 6px;
  background-color: #24E000;
  border-radius: 3px;
  bottom: 3px;
  left: 0;
  z-index: -1;
}

.pagetitle_telworks_sales .img,
.pagetitle_telworks_general_affairs .img {
  position: absolute;
  width: 35%;
  bottom: -20px;
}

.pagetitle_telworks_sales .btn_wrap,
.pagetitle_telworks_general_affairs .btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}

.pagetitle_telworks_sales .btn_wrap .icon_btn+.icon_btn,
.pagetitle_telworks_general_affairs .btn_wrap .icon_btn+.icon_btn {
  margin-left: 20px;
}

.pagetitle_telworks_sales .img {
  right: 0;
}

.pagetitle_telworks_general_affairs_in {
  margin-left: auto;
  margin-right: 0;
}

.pagetitle_telworks_general_affairs .img {
  left: 0;
}

.pagetitle_solution_main {
  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;
  width: 100%;
  height: 662px;
  line-height: 1.4;
  background: url(../image/solution_main_bg.jpg) no-repeat 50% 50%/cover;
}

.pagetitle_solution_main #locator {
  top: auto;
  bottom: 0;
}

.pagetitle_solution_main #locator ol li {
  color: #fff;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
}

.pagetitle_solution_main #locator a {
  color: #fff;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
}

.pagetitle_solution_main_in {
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 940px;
  text-align: center;
  background-color: #fff;
  padding: 50px 20px;
  border-radius: 30px;
  margin: 0 auto;
}

.pagetitle_solution_main .pagetitle {
  font-size: 52px;
}

.pagetitle_telworks_main {
  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;
  width: 100%;
  height: 662px;
  line-height: 1.4;
  background: url(../image/strength_main_bg.jpg) no-repeat 50% 50%/cover;
}

.pagetitle_telworks_main #locator {
  top: auto;
  bottom: 0;
}

.pagetitle_telworks_main #locator ol li {
  color: #fff;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
}

.pagetitle_telworks_main #locator a {
  color: #fff;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
}

.pagetitle_telworks_main .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagetitle_telworks_main_in {
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 940px;
  text-align: center;
  background-color: #fff;
  padding: 50px 20px;
  border-radius: 30px;
}

.pagetitle_telworks_main .pagetitle {
  font-size: 48px;
  font-weight: 700;
}

.pagetitle_telworks_main .pagetitle_txt {
  font-size: 30px;
  font-weight: 700;
  margin-top: 30px;
}

.pagetitle_strength_main {
  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;
  width: 100%;
  height: 662px;
  line-height: 1.4;
  background: url(../image/strength_main_bg.jpg) no-repeat 50% 50%/cover;
}

.pagetitle_strength_main #locator {
  top: auto;
  bottom: 0;
}

.pagetitle_strength_main #locator ol li {
  color: #fff;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
}

.pagetitle_strength_main #locator a {
  color: #fff;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
}

.pagetitle_strength_main .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagetitle_strength_main_in {
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 940px;
  text-align: center;
  background-color: #fff;
  padding: 50px 20px;
  border-radius: 30px;
}

.pagetitle_strength_main .pagetitle {
  font-size: 52px;
  font-weight: 700;
}

.pagetitle_strength_main .pagetitle_txt {
  font-size: 26px;
  font-weight: 700;
  margin-top: 30px;
}

.main_product_title {
  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;
  width: 100%;
  height: 662px;
  line-height: 1.4;
  padding: 4% 0;
}

.main_product_title .pagetitle {
  font-weight: 900;
}

.main_product_btn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main_product_btn .icon_btn+.icon_btn {
  margin-left: 20px;
}

.main_product_ms {
  background: url(../image/main_product_ms_pagetitle.jpg) no-repeat 50% 50%/cover;
}

.main_product_ms_renew {
  background: url(../image/main_product_ms_pagetitle_renew.jpg) no-repeat 50% 50%/cover;
}
@media only screen and (max-width: 767px) {
  .main_product_ms_renew{
    background-image: url(../image/main_product_ms_pagetitle_renew_sp.jpg);
    background-position: top -100px left 0%;
    background-repeat: no-repeat;
    background-size: 125%;
    /*background: url(../image/main_product_ms_pagetitle_renew_sp.jpg) no-repeat 50% 50%/cover;*/
  }
}

.main_product_ms #locator {
  top: auto;
  bottom: 0;
}

.main_product_ms #locator ol li {
  color: #fff;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
}

.main_product_ms #locator a {
  color: #fff;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
}

.main_product_ms_in {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: 40px;
}

.main_product_ms_note {
  position: relative;
  font-size: 12px;
  font-weight: bold;
  text-align: right;
  margin-bottom: 10px;
}

.main_product_ms .pagetitle {
  font-size: 42px;
  margin-bottom: 10px;
}

.main_product_ms .pagetitle_txt {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}

.main_product_dmd {
  background: url(../image/main_product_dmd_pagetitle.jpg) no-repeat 50% 50%/cover;
}

.main_product_dmd #locator {
  top: auto;
  bottom: 0;
}

.main_product_dmd #locator ol li {
  color: #fff;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
}

.main_product_dmd #locator a {
  color: #fff;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
}

.main_product_dmd .pagetitle {
  font-size: 100px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 10px;
}

.main_product_dmd .pagetitle_txt {
  font-size: 45px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}

.main_product_smartvisca {
  background: url(../image/main_product_smartvisca_pagetitle.jpg) no-repeat 50% 50%/cover;
}

.main_product_smartvisca #locator {
  top: auto;
  bottom: 0;
}

.main_product_smartvisca #locator ol li {
  color: #fff;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
}

.main_product_smartvisca #locator a {
  color: #fff;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
}

.main_product_smartvisca .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main_product_smartvisca_note {
  position: relative;
  font-size: 12px;
  font-weight: bold;
  text-align: right;
  margin-bottom: 10px;
}

.main_product_smartvisca .pagetitle {
  width: 80%;
  max-width: 680px;
  margin: 20px auto 0;
}

.main_product_smartvisca .pagetitle_txt {
  font-size: 35px;
  font-weight: 700;
  color: #fff;
  margin-top: 20px;
}

.main_product_smartvisca .pagetitle_txt .txt_sm {
  font-size: 29px;
}

.main_product_smartvisca .pagetitle_txt .txt_lg {
  font-size: 60px;
  color: #FF0000;
}

.main_product_smartvisca .main_product_btn {
  width: 100%;
  margin-top: 20px;
}

.main_product_salesforce {
  background: url(../image/main_product_salesforce_pagetitle.jpg) no-repeat 50% 50%/cover;
}

.main_product_salesforce #locator {
  top: auto;
  bottom: 0;
}

.main_product_salesforce #locator ol li {
  color: #fff;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
}

.main_product_salesforce #locator a {
  color: #fff;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
}

.main_product_salesforce_in {
  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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
}

.main_product_salesforce_in .img {
  width: 34%;
  padding: 0 2%;
}

.main_product_salesforce_in .main_product_btn {
  width: 64%;
}

.main_product_salesforce .pagetitle {
  font-size: 65px;
  color: #fff;
  text-shadow: 0 3px 0 rgba(0, 0, 0, 0.9);
}

.main_product_lineworks {
  background: url(../image/main_product_lineworks_pagetitle.jpg) no-repeat 50% 50%/cover;
}

.main_product_lineworks #locator {
  top: auto;
  bottom: 0;
}

.main_product_lineworks #locator ol li {
  color: #fff;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
}

.main_product_lineworks #locator a {
  color: #fff;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
}

.main_product_lineworks .inner {
  position: relative;
}

.main_product_lineworks_in {
  padding: 0 0 0 40%;
}

.main_product_lineworks_in .img {
  position: absolute;
  width: 40%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 2%;
}

.main_product_lineworks .pagetitle {
  font-size: 80px;
  color: #44F844;
}

.main_product_lineworks .pagetitle_txt {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin-top: 40px;
}

.main_product_lineworks .main_product_btn {
  margin-top: 40px;
}


.main_product_microsoft365 {
  background: url(../image/main_product_microsoft365_pagetitle.jpg) no-repeat 50% 50%/cover;
}

.main_product_microsoft365 #locator {
  top: auto;
  bottom: 0;
}

.main_product_microsoft365 #locator ol li {
  color: #fff;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
}

.main_product_microsoft365 #locator a {
  color: #fff;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
}

.main_product_microsoft365 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main_product_microsoft365 .pagetitle {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 90px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
}

.main_product_microsoft365 .pagetitle .pagetitle_img {
  width: 80px;
  margin-right: 20px;
}

.main_product_microsoft365 .pagetitle_txt {
  font-size: 47px;
  font-weight: 700;
  color: #fff;
  margin-top: 70px;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
}

.main_product_microsoft365 .main_product_btn {
  width: 100%;
  margin-top: 30px;
}

.sub_product_title {
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 335px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sub_product_title #locator {
  top: auto;
  bottom: 0;
}

.sub_product_title #locator ol li {
  color: #fff;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
}

.sub_product_title #locator a {
  color: #fff;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
}

.sub_product_title .pagetitle_txt {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  line-height: 1.4;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
}

.sub_product_title .pagetitle_txt .txt_lg {
  font-size: 30px;
}

.sub_product_title .sub_btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sub_product_title .sub_btn_wrap .icon_btn+.icon_btn {
  margin-left: 20px;
}

.simple_pagetitle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-width: 1px 0;
  border-style: solid;
  border-color: #DDDDDD;
  min-height: auto;
  padding: 25px 0;
  margin-bottom: 100px;
}

.simple_pagetitle.m0 {
  margin-bottom: 0;
}

@media all and (-ms-high-contrast: none) {
  .simple_pagetitle {
    height: 130px;
  }
}

.simple_pagetitle .pagetitle {
  font-size: 32px;
  font-weight: 700;
  color: #000;
  text-align: center;
}

.simple_pagetitle #locator {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  margin-bottom: 0;
}

#sub .pagetitle_wrap {
  margin-bottom: 50px;
}

.title2 {
  font-size: 35px;
  font-weight: 900;
  line-height: 1.4;
}

.title2_s {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.4;
}

.title2_c {
  position: relative;
  font-size: 35px;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
  padding: 20px 0 0;
}

.title2_c::before {
  position: absolute;
  display: block;
  content: '';
  width: 184px;
  height: 5px;
  background-color: #00A2E0;
  border-radius: 3px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.title2_cb {
  position: relative;
  font-size: 35px;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
  padding: 0 0 25px;
}

.title2_cb::before {
  position: absolute;
  display: block;
  content: '';
  width: 84px;
  height: 5px;
  background-color: #00A2E0;
  border-radius: 3px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.title2_tb {
  position: relative;
  font-size: 35px;
  font-weight: 900;
  line-height: 1.4;
  padding: 15px 0 0;
}

.title2_tb::before,
.title2_tb::after {
  position: absolute;
  display: block;
  content: '';
  height: 5px;
  border-radius: 3px;
  top: 0;
  left: 0;
}

.title2_tb::before {
  width: 100%;
  background-color: #EFF6F8;
}

.title2_tb::after {
  width: 184px;
  background-color: #00A2E0;
}

.title2_tb.border_white::before {
  background-color: #fff;
}

.title3 {
  font-size: 26px;
  font-weight: 900;
  line-height: 1.4;
}

.title3_s {
  font-size: 22px;
  font-weight: 900;
  line-height: 1.4;
}

.title3_sn {
  font-size: 24px;
  font-weight: 400;
}

.title3_bg {
  font-size: 22px;
  padding: 10px;
  line-height: 1;
  color: #fff;
  background: #00A2E0;
}

.title3_tb {
  position: relative;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.4;
  padding: 15px 0 0;
}

.title3_tb::before,
.title3_tb::after {
  position: absolute;
  display: block;
  content: '';
  height: 5px;
  border-radius: 3px;
  top: 0;
  left: 0;
}

.title3_tb::before {
  width: 100%;
  background-color: #EFF6F8;
}

.title3_tb::after {
  width: 184px;
  background-color: #00A2E0;
}

.title3_tb.border_white::before {
  background-color: #fff;
}

.title3_lb {
  position: relative;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.4;
  padding: 0 0 0 15px;
}

.title3_lb a {
  color: #666;
}

.title3_lb::before {
  position: absolute;
  display: block;
  content: '';
  width: 5px;
  height: 100%;
  background-color: #00A2E0;
  border-radius: 3px;
  top: 0;
  left: 0;
}

.title3_lb.green::before {
  background-color: #56B2A4;
}

.title3_lb_s {
  position: relative;
  font-size: 22px;
  font-weight: 700;
  padding: 0 0 0 15px;
}

.title3_lb_s a {
  color: #666;
}

.title3_lb_s::before {
  position: absolute;
  display: block;
  content: '';
  width: 5px;
  height: 100%;
  background-color: #00A2E0;
  border-radius: 3px;
  top: 0;
  left: 0;
}

.title3_lb_s.green::before {
  background-color: #56B2A4;
}

.title4 {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.4;
}

.title4 a {
  color: #666;
}

.title4_color {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.5;
}

.title_sub {
  font-size: 18px;
  text-indent: 0.2em;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1119px) {
  #pagetitle {
    margin-top: 113px;
  }
}

@media all and (-ms-high-contrast: none) {
  #pagetitle {
    margin-top: 135px;
  }
}

@media only screen and (max-width: 979px) {
  #pagetitle {
    margin-top: 55px;
  }

  .pagetitle_wrap {
    min-height: 300px;
    padding: 25px 0;
  }

  .pagetitle_solution .pagetitle {
    font-size: 25px;
    margin-bottom: 10px;
  }

  .pagetitle_solution .pagetitle_txt {
    font-size: 28px;
  }

  .pagetitle_industry_in,
  .pagetitle_telworks_in {
    min-width: inherit;
  }

  .pagetitle_telworks_sales_in,
  .pagetitle_telworks_general_affairs_in {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    width: 70%;
    max-width: 700px;
  }

  .pagetitle_telworks_sales .pagetitle,
  .pagetitle_telworks_general_affairs .pagetitle {
    font-size: 38px;
  }

  .pagetitle_telworks_sales .pagetitle .txt_sm,
  .pagetitle_telworks_general_affairs .pagetitle .txt_sm {
    font-size: 26px;
  }

  .pagetitle_telworks_sales .pagetitle .txt_lg,
  .pagetitle_telworks_general_affairs .pagetitle .txt_lg {
    font-size: 55px;
  }

  .pagetitle_telworks_sales .pagetitle_txt,
  .pagetitle_telworks_general_affairs .pagetitle_txt {
    font-size: 20px;
  }

  .pagetitle_solution_main {
    height: 500px;
  }

  .pagetitle_solution_main_in {
    min-width: inherit;
  }

  .pagetitle_solution_main .pagetitle {
    font-size: 26px;
  }

  .main_product_title {
    height: 500px;
    line-height: 1.4;
  }

  .main_product_title .pagetitle {
    font-weight: 900;
  }

  .main_product_title .icon_btn {
    margin-bottom: 20px;
  }

  .main_product_ms_in {
    max-width: 65%;
    margin-right: 20px;
  }

  .main_product_ms_note {
    font-size: 10px;
  }

  .main_product_ms .pagetitle {
    font-size: 38px;
    text-shadow: #ffffff 2px 0px 0px, #ffffff -2px 0px 0px, #ffffff 0px -2px 0px, #ffffff 0px 2px 0px, #ffffff 2px 2px 0px, #ffffff -2px 2px 0px, #ffffff 2px -2px 0px, #ffffff -2px -2px 0px, #ffffff 2px 2px 0px, #ffffff -2px 2px 0px, #ffffff 2px -2px 0px, #ffffff -2px -2px 0px, #ffffff 2px 2px 0px, #ffffff -2px 2px 0px, #ffffff 2px -2px 0px, #ffffff -2px -2px 0px, #ffffff 2px 2px 0px, #ffffff -2px 2px 0px, #ffffff 2px -2px 0px, #ffffff -2px -2px 0px;
  }

  .main_product_ms .pagetitle_txt {
    font-size: 20px;
    text-shadow: #ffffff 2px 0px 0px, #ffffff -2px 0px 0px, #ffffff 0px -2px 0px, #ffffff 0px 2px 0px, #ffffff 2px 2px 0px, #ffffff -2px 2px 0px, #ffffff 2px -2px 0px, #ffffff -2px -2px 0px, #ffffff 2px 2px 0px, #ffffff -2px 2px 0px, #ffffff 2px -2px 0px, #ffffff -2px -2px 0px, #ffffff 2px 2px 0px, #ffffff -2px 2px 0px, #ffffff 2px -2px 0px, #ffffff -2px -2px 0px, #ffffff 2px 2px 0px, #ffffff -2px 2px 0px, #ffffff 2px -2px 0px, #ffffff -2px -2px 0px;
  }

  .main_product_dmd .pagetitle {
    font-size: 80px;
  }

  .main_product_dmd .pagetitle_txt {
    font-size: 40px;
  }

  .main_product_smartvisca .pagetitle {
    width: 80%;
    max-width: 680px;
    margin: 20px auto 0;
  }

  .main_product_smartvisca .pagetitle_txt {
    font-size: 30px;
  }

  .main_product_smartvisca .pagetitle_txt .txt_sm {
    font-size: 24px;
  }

  .main_product_smartvisca .pagetitle_txt .txt_lg {
    font-size: 48px;
  }

  .main_product_salesforce_in {
    margin-top: 30px;
  }

  .main_product_salesforce .pagetitle {
    font-size: 50px;
  }

  .main_product_lineworks_in {
    padding: 0 0 0 30%;
  }

  .main_product_lineworks_in .img {
    width: 30%;
  }

  .main_product_lineworks .pagetitle {
    font-size: 60px;
  }

  .main_product_lineworks .pagetitle_txt {
    font-size: 20px;
    margin-top: 30px;
  }

  .main_product_lineworks .main_product_btn {
    margin-top: 30px;
  }

  .main_product_microsoft365 .pagetitle {
    font-size: 65px;
  }

  .main_product_microsoft365 .pagetitle .pagetitle_img {
    width: 60px;
  }

  .main_product_microsoft365 .pagetitle_txt {
    font-size: 28px;
    margin-top: 40px;
  }

  .main_product_microsoft365 .main_product_btn {
    margin-top: 20px;
  }

  .sub_product_title {
    margin-bottom: 50px;
  }

  .sub_product_title .pagetitle_txt {
    font-size: 15px;
  }

  .sub_product_title .pagetitle_txt .txt_lg {
    font-size: 26px;
  }

  .simple_pagetitle {
    font-size: 26px;
    margin-bottom: 60px;
  }

  .title2 {
    font-size: 26px;
  }

  .title2_s {
    font-size: 26px;
  }

  .title2_c {
    font-size: 28px;
  }

  .title2_cb {
    font-size: 28px;
  }

  .title2_tb {
    font-size: 28px;
  }

  .title3 {
    font-size: 22px;
  }

  .title3_s {
    font-size: 20px;
  }

  .title3_sn {
    font-size: 20px;
  }

  .title3_tb {
    font-size: 22px;
  }

  .title3_lb {
    font-size: 22px;
  }

  .title3_lb_s {
    font-size: 20px;
  }

  .title_sub {
    font-size: 16px;
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .pagetitle_wrap {
    min-height: 220px;
    padding: 18px 0 20px;
  }

  .pagetitle_solution .pagetitle {
    font-size: 23px;
    margin-bottom: 10px;
  }

  .pagetitle_solution .pagetitle_txt {
    font-size: 17px;
  }

  .pagetitle_industry_in,
  .pagetitle_telworks_in {
    padding: 15px;
    border-radius: 20px;
  }

  .pagetitle_industry .pagetitle,
  .pagetitle_telworks .pagetitle {
    width: 100%;
    font-size: 24px;
  }

  .pagetitle_industry .pagetitle_txt,
  .pagetitle_telworks .pagetitle_txt {
    text-align: left;
    margin-top: 10px;
  }

  .pagetitle_telworks .pagetitle::after {
    width: calc(100% - 30px);
  }

  .pagetitle_telworks_sales,
  .pagetitle_telworks_general_affairs {
    height: auto;
  }

  .pagetitle_telworks_sales_in,
  .pagetitle_telworks_general_affairs_in {
    width: 100%;
    max-width: inherit;
  }

  .pagetitle_telworks_sales .pagetitle,
  .pagetitle_telworks_general_affairs .pagetitle {
    font-size: 24px;
  }

  .pagetitle_telworks_sales .pagetitle+.pagetitle_txt,
  .pagetitle_telworks_general_affairs .pagetitle+.pagetitle_txt {
    margin-top: 10px;
  }

  .pagetitle_telworks_sales .pagetitle .txt_sm,
  .pagetitle_telworks_general_affairs .pagetitle .txt_sm {
    font-size: 18px;
  }

  .pagetitle_telworks_sales .pagetitle .txt_lg,
  .pagetitle_telworks_general_affairs .pagetitle .txt_lg {
    font-size: 32px;
  }

  .pagetitle_telworks_sales .pagetitle_txt,
  .pagetitle_telworks_general_affairs .pagetitle_txt {
    font-size: 16px;
  }

  .pagetitle_telworks_sales .pagetitle_txt+.pagetitle,
  .pagetitle_telworks_general_affairs .pagetitle_txt+.pagetitle {
    margin-top: 10px;
  }

  .pagetitle_telworks_sales .pagetitle_txt .marker::before,
  .pagetitle_telworks_general_affairs .pagetitle_txt .marker::before {
    height: 4px;
    bottom: 2px;
  }

  .pagetitle_telworks_sales .img,
  .pagetitle_telworks_general_affairs .img {
    position: static;
    width: 100%;
    margin-top: 10px;
  }

  .pagetitle_telworks_sales .btn_wrap,
  .pagetitle_telworks_general_affairs .btn_wrap {
    margin-top: 10px;
  }

  .pagetitle_telworks_sales .btn_wrap .icon_btn+.icon_btn,
  .pagetitle_telworks_general_affairs .btn_wrap .icon_btn+.icon_btn {
    margin-left: 0;
    margin-top: 10px;
  }

  .pagetitle_solution_main {
    min-height: 60vw;
    height: auto;
  }

  .pagetitle_solution_main_in {
    min-height: inherit;
    padding: 15px;
  }

  .pagetitle_solution_main .pagetitle {
    font-size: 26x;
  }

  .main_product_title {
    min-height: 60vw;
    height: auto;
    padding: 6%;
  }

  .main_product_btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .main_product_btn .icon_btn {
    margin: 0;
  }

  .main_product_btn .icon_btn a {
    font-size: 17px;
  }

  .main_product_btn .icon_btn+.icon_btn {
    margin: 10px 0 0;
  }

  .main_product_ms {
    color: #396A8E;
    background-position: 40% 50%;
  }

  .main_product_ms_in {
    max-width: 70%;
    margin-right: 0;
  }

  .main_product_ms_note {
    margin-right: -5px;
  }

  .main_product_ms .pagetitle {
    font-size: 26px;
  }

  .main_product_ms .pagetitle_txt {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .main_product_dmd {
    background-position: 30% 50%;
  }

  .main_product_dmd .pagetitle {
    font-size: 46px;
  }

  .main_product_dmd .pagetitle_txt {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .main_product_smartvisca {
    background-position: 35% 50%;
  }

  .main_product_smartvisca .pagetitle {
    width: 90%;
  }

  .main_product_smartvisca .pagetitle_txt {
    font-size: 24px;
  }

  .main_product_smartvisca .pagetitle_txt .txt_sm {
    font-size: 17px;
  }

  .main_product_smartvisca .pagetitle_txt .txt_lg {
    font-size: 32px;
  }

  .main_product_salesforce {
    background-position: 35% 50%;
  }

  .main_product_salesforce_in {
    margin-top: 20px;
  }

  .main_product_salesforce_in .img {
    width: 100%;
    padding: 0 10%;
  }

  .main_product_salesforce_in .main_product_btn {
    width: 100%;
  }

  .main_product_salesforce .pagetitle {
    font-size: 32px;
  }

  .main_product_lineworks {
    background-position: 70% 50%;
  }

  .main_product_lineworks_in {
    padding: 0;
  }

  .main_product_lineworks_in .img {
    position: static;
    width: 100%;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    padding: 0 10%;
  }

  .main_product_lineworks .pagetitle {
    font-size: 42px;
  }

  .main_product_lineworks .pagetitle_txt {
    font-size: 17px;
    margin-top: 20px;
  }

  .main_product_lineworks .main_product_btn {
    margin-top: 20px;
  }

  .main_product_microsoft365 .inner {
    padding: 0;
  }

  .main_product_microsoft365 .pagetitle {
    font-size: 32px;
  }

  .main_product_microsoft365 .pagetitle .pagetitle_img {
    width: 32px;
    margin-left: 10px;
  }

  .main_product_microsoft365 .pagetitle_txt {
    font-size: 16px;
    margin-top: 20px;
  }

  .main_product_microsoft365 .main_product_btn {
    margin-top: 20px;
  }

  .sub_product_title {
    padding: 6% 0;
    height: auto;
  }

  .sub_product_title .pagetitle_txt {
    font-size: 14px;
  }

  .sub_product_title .pagetitle_txt .txt_lg {
    font-size: 22px;
  }

  .sub_product_title .sub_btn_wrap .icon_btn+.icon_btn {
    margin-top: 0;
    margin-left: 0;
  }

  .simple_pagetitle {
    min-height: 80px;
    font-size: 22px;
    margin-bottom: 30px;
  }

  .title2 {
    font-size: 26px;
  }

  .title2_s {
    font-size: 22px;
  }

  .title2_c {
    font-size: 26px;
  }

  .title2_cb {
    font-size: 26px;
    padding: 0 0 15px;
  }

  .title2_tb {
    font-size: 26px;
  }

  .title3 {
    font-size: 18px;
  }

  .title3_s {
    font-size: 17px;
  }

  .title3_sn {
    font-size: 16px;
  }

  .title3_tb {
    font-size: 18px;
  }

  .title3_lb {
    font-size: 18px;
  }

  .title3_lb_s {
    font-size: 18px;
  }

  .title4 {
    font-size: 16px;
  }
}

/* ======================
title
====================== */
/* ======================
btn
====================== */
.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.btn.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 440px;
  height: 80px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  padding: 10px 80px;
  background-color: #00A2E0;
  border-radius: 100px;
}

.btn a::before {
  position: absolute;
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn a::after {
  position: absolute;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-width: 2px 2px 0 0;
  border-color: #00A2E0;
  border-style: solid;
  top: 50%;
  right: 32px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.btn a[target="_blank"]::after {
  position: absolute;
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  border-width: 0;
  right: 26px;
  background: url(../image/common/icon_external_link_green.svg) no-repeat 50% 50%/16px auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn_m {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.btn_m.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn_m a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  padding: 20px 80px;
  background-color: #00A2E0;
  border-radius: 100px;
}

.btn_m a::before {
  position: absolute;
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn_m a::after {
  position: absolute;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-width: 2px 2px 0 0;
  border-color: #00A2E0;
  border-style: solid;
  top: 50%;
  right: 32px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.btn_m a[target="_blank"]::after {
  position: absolute;
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  border-width: 0;
  right: 26px;
  background: url(../image/common/icon_external_link_green.svg) no-repeat 50% 50%/16px auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn_s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.btn_s.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn_s a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  padding: 10px 50px 10px 30px;
  background-color: #00A2E0;
  border-radius: 100px;
}

.btn_s a::before {
  position: absolute;
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn_s a::after {
  position: absolute;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-width: 2px 2px 0 0;
  border-color: #00A2E0;
  border-style: solid;
  top: 50%;
  right: 22px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.btn_s a[target="_blank"]::after {
  position: absolute;
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  border-width: 0;
  right: 16px;
  background: url(../image/common/icon_external_link_green.svg) no-repeat 50% 50%/16px auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.btn_detail.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn_detail a {
  position: relative;
  display: block;
  font-weight: 700;
  color: #fff;
  background-color: #959EA7;
  padding: 10px 15px 10px 60px;
}

.btn_detail a::before {
  position: absolute;
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  background-color: #00A2E0;
  border-radius: 50%;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn_detail a::after {
  position: absolute;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-width: 4px 4px 0 0;
  border-color: #fff;
  border-style: solid;
  top: 50%;
  left: 27px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.btn_arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.btn_arrow.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn_arrow a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  padding: 10px 80px;
  background-color: #00A2E0;
  border-radius: 100px;
}

.btn_arrow a::before {
  position: absolute;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #fff;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.btn_arrow_s {
  width: 100%;
}

.btn_arrow_s.center {
  text-align: center;
}

.btn_arrow_s a {
  position: relative;
  display: inline-block;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  padding: 10px 50px 10px 30px;
  background-color: #00A2E0;
  border-radius: 100px;
}

.btn_arrow_s a::after {
  position: absolute;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-width: 2px 2px 0 0;
  border-color: #fff;
  border-style: solid;
  top: 50%;
  right: 22px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.btn_arrow_s a[target="_blank"]::after {
  position: absolute;
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  border-width: 0;
  right: 16px;
  background: url(../image/common/icon_external_link.svg) no-repeat 50% 50%/16px auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.btn_arrow_s.-org a{
  background-color: #EC5434;
}

.bnt_short.center {
  text-align: center;
}

.bnt_short a {
  display: inline-block;
  color: #fff;
  line-height: 1.4;
  background-color: #00A2E0;
  padding: 4px 10px;
  border-radius: 50px;
}

.bnt_short a[target="_blank"]::after {
  display: inline-block;
  content: '';
  width: 15px;
  height: 15px;
  background: url(../image/common/icon_external_link_white.svg) no-repeat 50% 50%/15px auto;
  margin-left: 5px;
}

.icon_btn a {
  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;
  min-width: 210px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
  background-color: #00A2E0;
  padding: 12px 25px 12px 15px;
  border-radius: 100px;
}

.icon_btn.red a {
  background-color: #EC5434;
}

.icon_btn.green a {
  background-color: #56B2A4;
}

.icon_btn_icon {
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 33px;
  height: 33px;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 12px;
}

.icon_btn_icon img {
  max-width: 18px;
  max-height: 18px;
  width: auto;
  height: auto;
}

.icon_btn+.header_btn {
  margin-left: 16px;
}

@media only screen and (max-width: 979px) {
  .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }

  .btn.center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .btn a {
    min-width: inherit;
  }
}

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

  .btn a,
  .btn_m a {
    min-width: inherit;
    height: auto;
    min-height: 40px;
    padding: 10px 60px;
    -webkit-box-shadow: 0 2PX 14px -5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 2PX 14px -5px rgba(0, 0, 0, 0.4);
  }

  .btn a::before,
  .btn_m a::before {
    width: 20px;
    height: 20px;
    right: 20px;
  }

  .btn a::after,
  .btn_m a::after {
    width: 6px;
    height: 6px;
    right: 27px;
  }

  .btn.btn_s a,
  .btn_m.btn_s a {
    min-width: initial;
    padding: 2px 25px 2px 10px;
    -webkit-box-shadow: 0 2PX 14px -5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 2PX 14px -5px rgba(0, 0, 0, 0.4);
  }

  .btn.btn_s a::after,
  .btn_m.btn_s a::after {
    right: 10px;
  }

  .btn_arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .btn_arrow.center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .btn_arrow a {
    font-size: 18px;
    height: auto;
    min-height: 40px;
    padding: 10px 60px;
    -webkit-box-shadow: 0 2PX 14px -5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 2PX 14px -5px rgba(0, 0, 0, 0.4);
  }

  .btn_arrow a::before {
    width: 8px;
    height: 8px;
    left: 20px;
  }

  .btn_detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .btn_detail.center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .btn_detail a {
    min-width: inherit;
    padding: 8px 15px 8px 50px;
    -webkit-box-shadow: 0 2PX 14px -5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 2PX 14px -5px rgba(0, 0, 0, 0.4);
  }

  .btn_detail a::before {
    width: 20px;
    height: 20px;
    left: 20px;
  }

  .btn_detail a::after {
    width: 4px;
    height: 4px;
    border-width: 2px 2px 0 0;
    left: 26px;
  }

  .icon_btn {
    width: 100%;
  }

  .icon_btn a {
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0 2PX 14px -5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 2PX 14px -5px rgba(0, 0, 0, 0.4);
  }

  .icon_btn_icon {
    width: 33px;
    height: 33px;
    margin-right: 12px;
  }

  .icon_btn_icon img {
    max-width: 18px;
    max-height: 18px;
  }

  .icon_btn_txt {
    width: calc(100% - 49px);
  }

  .icon_btn+.header_btn {
    margin-left: auto;
    margin-top: 10px;
  }
}

/* ======================
pageTitleBgArea
====================== */
.pageTitleBgArea{
  background: none;
  position: relative;
  z-index: 1;
}
.pageTitleBgArea-bg{
  position:absolute;
  left: 0;
  top: 0;
  width:100%;
  height: 100%;
  z-index: -1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* ======================
SIDE FIXED DOWNLOAD
====================== */
/*body.is-active .fixedDl{
    right: 90px;
    opacity: 1;
    visibility: visible;
    z-index: 10;
}*/
.fixedDl {
    position: fixed;
    top: auto !important;
    right: -50%;
    bottom: 20px !important;
    right: 90px;
    opacity: 1;
    visibility: visible;
    transition: .6s !important;
    z-index: 10;
}
.fixedDl dl{
    display: flex;
    flex-direction: row-reverse;
    font-size: 13px;
    line-height: 1.2;
    width: 270px;
    padding: 13px;
    border-radius: 10px;
    background-color: #FFF;
    box-shadow: 0 0 15px rgba(0,0,0,.3);
}
.fixedDl.display_out{
  display: none;
}
.fixedDl dt{
  flex: 1;
  margin-left: 15px;
}
.fixedDl .tit{
  font-size: 14px;
  letter-spacing: 0;
}

.fixedDl:hover .tit{
  opacity: .7;
}
.fixedDl dd{
  width: 80px;
}
.fixedDl .btn_arrow_s a {
    margin-top: 5px;
    padding: 10px 30px 10px 10px;
    font-size: 10px;
    line-height: 1;
}
.fixedDl .btn_arrow_s a::after{
  right: 14px;
}
.fixedDl .closebtn {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: -27px;
    right: 0;
    cursor: pointer;
    background: rgba(255,255,255,.7);
    z-index: 11;
}
.fixedDl .closebtn::before,
.fixedDl .closebtn::after{
content: "";
display: block;
position: absolute;
width: 20px;
height: 0;
border-top: 1px solid;
top: 50%;
left: calc(50% - 10px);
transform: rotate(45deg);
}
.fixedDl .closebtn::before{

}
.fixedDl .closebtn::after{
transform: rotate(135deg);
}
.fixedDl:hover .closebtn{
  opacity: 1;
}
@media only screen and (min-width: 691px) {
  .fixedDl dl{
    width: 500px;
  }
  .fixedDl dt {
      display: flex;
      flex-direction: column;
      justify-content: center;
  }
  .fixedDl .tit {
      font-size: 18px;
      margin: 0 auto 10px;
  }
  .fixedDl dd {
      width: 200px;
  }
  .btn_arrow_s.center {
      margin-top: 10px;
  }
  .fixedDl .btn_arrow_s a{
    font-size: 16px;
  }
}
@media only screen and (max-width: 690px) {
  .fixedDl {
      right: auto;
      bottom: 20px !important;
      top: auto !important;
      left: 10px;
  }
  .fixedDl .closebtn {
      right: 10px;
  }
  .fixedDl dd {
    display: flex;
    align-items: center;
  }
}

/*211116 バナー表示 */

@media only screen and (max-width: 980px) {
  .fixedDl {
    bottom: 65px !important;
  }
}

@media only screen and (max-width: 690px) {
  .fixedDl {
    bottom: 60px !important;
  }
}