@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosansjp.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  src: local("NotoSansJP-Regular.otf"), url("https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2") format("woff2"), url("https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff") format("woff"), url("https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf") format("opentype");
}
body {
  font-family: "Noto Sans Japanese", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "HGゴシックE", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", "ＭＳ ゴシック", "MS Gothic", san-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
table {
  font-size: inherit;
  font: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

.gfont {
  font-family: "Noto Sans Japanese", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "HGゴシックE", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", "ＭＳ ゴシック", "MS Gothic", san-serif;
}

.mfont {
  font-family: "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", "MS Mincho", serif;
}

/* list */
ol, ol li,
ul, ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ollist, .ollist li {
  margin: 0;
  padding: 0;
  list-style-type: decimal;
}

.ollist {
  padding-left: 1.5em;
}

.ullist, .ullist li {
  margin: 0;
  padding: 0;
  list-style-type: disc;
}

.ullist {
  padding-left: 1.5em;
}

/* base font size 16px (browser default size) */
/* font */
body {
  font-size: 16px;
}

/* link */
a {
  color: #000;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

a:visited {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #d90049;
  text-decoration: none;
}

a:active {
  color: #000;
  text-decoration: none;
}

input:hover, select:hover, button:hover, label:hover {
  cursor: pointer;
}

a:hover img, input[type=image]:hover {
  cursor: pointer;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

a[name]:hover, a[name]:hover img {
  cursor: default !important;
  filter: alpha(opacity=100) !important;
  -ms-filter: "alpha(opacity=100)" !important;
  -moz-opacity: 1 !important;
  -khtml-opacity: 1 !important;
  opacity: 1 !important;
}

a[href^="tel:"],
.article_detail a[href^=tel] {
  color: #000;
  text-decoration: none;
}

a[href^="tel:"]:hover,
a[href^="tel:"]:hover img {
  cursor: default !important;
  filter: alpha(opacity=100) !important;
  -ms-filter: "alpha(opacity=100)" !important;
  -moz-opacity: 1 !important;
  -khtml-opacity: 1 !important;
  opacity: 1 !important;
}

.uline a, a.uline {
  text-decoration: underline;
}

.uline a:hover, a.uline:hover {
  text-decoration: none;
}

/* body */
body {
  position: relative;
  min-width: 1200px;
  line-height: 1.6;
}

/* ===== mediaSize ===== */
@media screen and (max-width: 1366px) {
  body {
    min-width: 1000px;
    font-size: 15px;
  }
}
/* headerFixed */
body {
  padding-top: 60px;
}
body header {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 901;
}
body .globalnav_nav {
  height: 100%;
  height: 100vh;
  overflow: auto;
}

/* header */
header {
  width: 100%;
  background-color: #fff;
}

.header_detail {
  display: table;
  width: 100%;
  height: 60px;
  margin: 0 auto;
}

.header_siteid {
  display: table-cell;
  width: 330px;
  text-align: left;
  vertical-align: middle;
}
.header_siteid a {
  display: inline-block;
  width: 330px;
  height: 60px;
  background: url("/assets/images/header_siteid_pc.png") no-repeat 20px 50%;
  background-size: auto 30px;
  text-indent: -9999px;
}

.header_nav {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}
.header_nav ul {
  display: table;
  margin: 0 auto;
}
.header_nav ul li {
  display: table-cell;
  padding: 0 15px;
  text-align: center;
  vertical-align: middle;
  line-height: 1.2;
  white-space: nowrap;
}
.header_nav ul li a {
  position: relative;
  display: inline-block;
  padding: 10px 10px 10px 10px;
  font-size: 94%;
  font-weight: bold;
}
.header_nav ul li a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
  width: 6px;
  height: 11px;
  margin-top: -5.5px;
  background: url("/assets/images/icn_arrow_rd01.png") no-repeat 50% 50%;
}

.header_nav_lang {
  display: table-cell;
  width: 120px;
  padding-right: 20px;
  text-align: left;
  vertical-align: middle;
}
.header_nav_lang ul {
  display: table;
}
.header_nav_lang ul li {
  display: table-cell;
  background-color: #f6f6f6;
  font-size: 81%;
  font-weight: bold;
  vertical-align: middle;
}
.header_nav_lang ul li a {
  display: inline-block;
  padding: 5px 18px;
  text-align: center;
  color: #000;
}
.header_nav_lang ul li a[href="javascript:void(0);"] {
  cursor: default;
}
.header_nav_lang ul li a[href="javascript:void(0);"]:hover {
  text-decoration: none;
}
.header_nav_lang ul li.tabon {
  background-color: #e0e0e4;
}
.header_nav_lang ul li.tabon a {
  color: #999;
}
.header_nav_lang ul li:first-child {
  border-radius: 30px 0px 0px 30px;
}
.header_nav_lang ul li:first-child a {
  padding-right: 12px;
}
.header_nav_lang ul li:last-child {
  border-radius: 0px 30px 30px 0px;
}
.header_nav_lang ul li:last-child a {
  padding-left: 12px;
}

.header_nav_contact {
  display: table-cell;
  width: 210px;
  background-color: #d90049;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header_nav_contact .header_nav_contact_tel {
  display: none;
}
.header_nav_contact .header_nav_contact_form {
  display: table;
  width: 100%;
  height: 60px;
  background-color: #d90049;
}
.header_nav_contact .header_nav_contact_form a {
  display: table-cell;
  height: 60px;
  font-size: 94%;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}
.header_nav_contact .header_nav_contact_form a:hover {
  cursor: pointer;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.header_nav_contact .header_nav_contact_form a:hover img {
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.header_nav_contact .header_nav_contact_form a span {
  position: relative;
  padding-left: 38px;
}
.header_nav_contact .header_nav_contact_form a span:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
  width: 28px;
  height: 20px;
  margin-top: -10px;
  background: url("/assets/images/icn_contact_wh01.png") no-repeat 50% 50%;
  background-size: 28px 20px;
}

.header_nav_menubtn {
  display: table-cell;
  width: 60px;
  background-color: #222;
  text-align: center;
  vertical-align: middle;
}
.header_nav_menubtn a {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: #222 url("/assets/images/btn_globalnav.png") no-repeat 50% 50%;
  background-size: 32px 28px;
  text-align: left;
  text-indent: -9999px;
}
.header_nav_menubtn a:hover {
  cursor: pointer;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.header_nav_menubtn a:hover img {
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

/* ===== mediaSize ===== */
@media screen and (max-width: 1366px) {
  .header_nav_lang {
    width: 90px;
    padding-right: 10px;
  }
  .header_nav_lang ul li a {
    padding: 5px 12px;
  }
  .header_nav_lang ul li:first-child a {
    padding-right: 8px;
  }
  .header_nav_lang ul li:last-child a {
    padding-left: 8px;
  }
  .header_nav ul li {
    padding: 0 8px;
    font-size: 88%;
  }
  .header_nav ul li a {
    font-size: 100%;
  }
}
/* ===== mediaSize ===== */
@media screen and (max-width: 1000px) {
  .header_nav_contact {
    width: 60px;
  }
  .header_nav_contact_form span {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background: url("/assets/images/icn_contact_wh01.png") no-repeat 50% 50%;
    background-size: 28px 20px;
    text-align: left;
    text-indent: -9999px;
  }
  .header_nav_contact_form span:before {
    display: none !important;
  }
  .header_siteid {
    width: 175px;
  }
  .header_siteid a {
    width: 175px;
    background: url("/assets/images/header_siteid_sp.png") no-repeat 50% 50%;
    background-size: auto 40px;
  }
  .header_nav ul li {
    font-size: 88%;
  }
}
/* globalnav_nav */
.globalnav_bg {
  display: none;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 900;
  width: 100%;
  height: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
}

.globalnav_nav_header {
  display: table;
  width: 100%;
  height: 60px;
}

.globalnav_nav_siteid {
  display: table-cell;
  width: 330px;
  text-align: left;
  vertical-align: middle;
}
.globalnav_nav_siteid a {
  display: inline-block;
  width: 330px;
  height: 36px;
  background: url("/assets/images/header_siteid_pc02.png") no-repeat 20px 50%;
  background-size: auto 30px;
  text-indent: -9999px;
}

.header_nav_menubtn_close {
  display: table-cell;
  width: 60px;
  text-align: right;
  vertical-align: top;
}
.header_nav_menubtn_close a {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: url("/assets/images/btn_globalnav_close.png") no-repeat 50% 50%;
  background-size: 29px 30px;
  text-align: left;
  text-indent: -9999px;
}
.header_nav_menubtn_close a:hover {
  cursor: pointer;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.header_nav_menubtn_close a:hover img {
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.globalnav_nav_lang {
  display: table-cell;
  padding-left: 20px;
  text-align: left;
  vertical-align: middle;
}
.globalnav_nav_lang ul {
  display: table;
}
.globalnav_nav_lang ul li {
  display: table-cell;
  width: 50%;
  border: 1px solid #fff;
}
.globalnav_nav_lang ul li a {
  display: block;
  padding: 8px 15px;
  font-size: 63%;
  line-height: 1;
}
.globalnav_nav_lang ul li a[href="javascript:void(0);"] {
  cursor: default;
}
.globalnav_nav_lang ul li a[href="javascript:void(0);"]:hover {
  text-decoration: none;
}
.globalnav_nav_lang ul li.tabon a {
  color: #999;
}
.globalnav_nav_lang ul li:first-child {
  border-right: 0;
  border-radius: 30px 0px 0px 30px;
}
.globalnav_nav_lang ul li:last-child {
  border-radius: 0px 30px 30px 0px;
}
.globalnav_nav {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 902;
  width: 100%;
}
.globalnav_nav a {
  color: #fff;
}
.globalnav_nav a:hover {
  color: #d90049;
}
.globalnav_nav .globalnav_nav_detail {
  width: 1200px;
  margin: 0 auto;
  padding: 0 0;
  padding: 60px 0 60px;
}
@media screen and (max-width: 1366px) {
  .globalnav_nav .globalnav_nav_detail {
    width: 1000px;
  }
}

.globalnav_nav_header,
.globalnav_nav_container {
  min-width: 1200px;
  background-color: #222;
}

.globalnav_nav ul ul li:first-child,
.footer_globalnav ul ul li:first-child {
  display: none;
}
.globalnav_nav nav,
.footer_globalnav nav {
  display: table;
  width: 100%;
}
.globalnav_nav nav ul,
.footer_globalnav nav ul {
  display: table-cell;
  text-align: left;
  vertical-align: top;
}
.globalnav_nav nav ul a,
.footer_globalnav nav ul a {
  position: relative;
}
.globalnav_nav nav > ul > li,
.footer_globalnav nav > ul > li {
  margin-bottom: 10px;
}
.globalnav_nav nav > ul > li > a,
.footer_globalnav nav > ul > li > a {
  padding-left: 23px;
  font-size: 113%;
  font-weight: bold;
}
.globalnav_nav nav > ul > li > a:before,
.footer_globalnav nav > ul > li > a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background: url("/assets/images/footer_icn_li01.png") no-repeat 50% 50%;
}
.globalnav_nav nav ul ul,
.footer_globalnav nav ul ul {
  padding-top: 5px;
}
.globalnav_nav nav ul ul li,
.footer_globalnav nav ul ul li {
  padding-left: 23px;
}
.globalnav_nav nav ul ul li a,
.footer_globalnav nav ul ul li a {
  display: inline-block;
  padding-left: 10px;
  padding-right: 20px;
  font-size: 81%;
}
.globalnav_nav nav ul ul li a:before,
.footer_globalnav nav ul ul li a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0px;
  width: 5px;
  height: 8px;
  background: url("/assets/images/footer_icn_li02.png") no-repeat 50% 50%;
}
.globalnav_nav .globalnav_purpose,
.footer_globalnav .globalnav_purpose {
  width: 22%;
}
.globalnav_nav .globalnav_service,
.footer_globalnav .globalnav_service {
  width: 26%;
}
.globalnav_nav .globalnav_other,
.footer_globalnav .globalnav_other {
  width: 25%;
}
.globalnav_nav .globalnav_other > li > a,
.footer_globalnav .globalnav_other > li > a {
  padding-right: 27px;
}
.globalnav_nav .globalnav_other > li > a.blank:after,
.footer_globalnav .globalnav_other > li > a.blank:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0px;
  width: 17px;
  height: 13px;
  margin-top: -6.5px;
  background: url("/assets/images/icn_blank_wh01.png") no-repeat 50% 50%;
}

/* ===== mediaSize ===== */
@media screen and (max-width: 1366px) {
  .globalnav_nav_header,
  .globalnav_nav_container {
    min-width: 1000px;
  }
  .globalnav_nav nav > ul > li > a,
  .footer_globalnav nav > ul > li > a {
    font-size: 100%;
  }
  .globalnav_nav nav ul ul li a,
  .footer_globalnav nav ul ul li a {
    font-size: 88%;
  }
}
/* information */
.aside_information {
  padding: 60px 0;
  background: url("/assets/images/information_bg01.jpg") no-repeat 50% 50%;
  background-size: cover;
  color: #fff;
}
.aside_information .information_detail {
  width: 1200px;
  margin: 0 auto;
  padding: 0 0;
  display: table;
}
@media screen and (max-width: 1366px) {
  .aside_information .information_detail {
    width: 1000px;
  }
}
.aside_information .information_detail a {
  color: #fff;
}
.aside_information .information_hgroup {
  display: table-cell;
  text-align: left;
  vertical-align: top;
}
.aside_information .information_hgroup h2 {
  padding-bottom: 30px;
  font-size: 150%;
  font-weight: bold;
}
.aside_information .information_hgroup p {
  font-size: 113%;
}
.aside_information .information_contact {
  display: table-cell;
  width: 75%;
  text-align: left;
  vertical-align: top;
}
.aside_information a.information_nav_btn {
  position: relative;
  display: block;
  padding: 25px 30px;
  border-radius: 60px;
  -webkit-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.2);
  font-size: 150%;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
.aside_information a.information_nav_btn:hover {
  cursor: pointer;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.aside_information a.information_nav_btn:hover img {
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.aside_information a.information_nav_btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
}
.aside_information a.information_nav_btn span {
  position: relative;
  display: inline-block;
}
.aside_information a.information_nav_btn span:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
}
.aside_information .information_nav_contact a {
  background-color: #d90049;
  color: #fff;
}
.aside_information .information_nav_contact a:after {
  background: url("/assets/images/icn_circle_wh01.png") no-repeat 50% 50%;
  background-size: 30px 30px;
}
.aside_information .information_nav_contact a span {
  padding-left: 42px;
}
.aside_information .information_nav_contact a span:before {
  width: 33.6px;
  height: 24px;
  margin-top: -12px;
  background: url("/assets/images/icn_contact_wh01.png") no-repeat 50% 50%;
  background-size: 33.6px 24px;
}
.aside_information .information_nav {
  display: table;
  width: 100%;
  padding-top: 30px;
}
.aside_information .information_nav .information_nav_catalog,
.aside_information .information_nav .information_nav_tel {
  display: table-cell;
  width: 50%;
  text-align: left;
  vertical-align: top;
}
.aside_information .information_nav .information_nav_catalog {
  padding-right: 15px;
}
.aside_information .information_nav .information_nav_catalog a {
  background-color: #fff;
  color: #d90049;
}
.aside_information .information_nav .information_nav_catalog a:after {
  background: url("/assets/images/icn_circle_rd01.png") no-repeat 50% 50%;
  background-size: 30px 30px;
}
.aside_information .information_nav .information_nav_catalog a span {
  padding-left: 40px;
}
.aside_information .information_nav .information_nav_catalog a span:before {
  width: 30px;
  height: 38px;
  margin-top: -19px;
  background: url("/assets/images/icn_catalog_rd01.png") no-repeat 50% 50%;
  background-size: 30px 38px;
}
.aside_information .information_nav .information_nav_tel {
  padding-left: 15px;
}
.aside_information .information_nav .information_nav_tel .information_nav_tel_detail {
  display: block;
  padding: 12px 20px;
  background-color: rgba(66, 66, 66, 0.6);
  border-radius: 5px;
  line-height: 1;
}
.aside_information .information_nav .information_nav_tel .information_nav_tel_detail p {
  padding: 15px 0 0;
  font-size: 88%;
  text-align: center;
}
.aside_information .information_nav .information_nav_tel dl {
  display: table;
  margin: 0 auto;
}
.aside_information .information_nav .information_nav_tel dl dt {
  display: table-cell;
  padding-right: 20px;
  text-align: left;
  vertical-align: middle;
}
.aside_information .information_nav .information_nav_tel dl dd {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
}
.aside_information .information_nav .information_nav_tel dl dd a {
  position: relative;
  display: inline-block;
  padding-left: 32px;
  font-size: 150%;
  font-weight: bold;
}
.aside_information .information_nav .information_nav_tel dl dd a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
  width: 28px;
  height: 28px;
  margin-top: -14px;
  background: url("/assets/images/icn_tel_wh01.png") no-repeat 50% 50%;
  background-size: 28px 28px;
}

/* ===== mediaSize ===== */
/* footer */
footer {
  position: relative;
  background-color: #222;
  color: #fff;
}

.footer_detail {
  width: 1200px;
  margin: 0 auto;
  padding: 0 0;
  padding: 80px 0;
}
@media screen and (max-width: 1366px) {
  .footer_detail {
    width: 1000px;
  }
}
.footer_detail a {
  color: #fff;
}

.footer_siteid a {
  display: inline-block;
  width: 380px;
  height: 36px;
  background: url("/assets/images/header_siteid_pc02.png") no-repeat 0px 50%;
  text-indent: -9999px;
}

.footer_globalnav {
  padding-top: 30px;
}
.footer_globalnav a:hover {
  color: #d90049;
}

.footer_copyright {
  background-color: #000;
}
.footer_copyright span {
  width: 1200px;
  margin: 0 auto;
  padding: 0 0;
  display: block;
  padding: 20px 0;
  font-size: 81%;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 1366px) {
  .footer_copyright span {
    width: 1000px;
  }
}

.nav_pagetop {
  position: absolute;
  top: 20px;
  left: 50%;
}
.nav_pagetop a {
  position: relative;
  top: 0;
  left: 620px;
  display: block;
  width: 60px;
  height: 60px;
  background: url("/assets/images/btn_pagetop.png") no-repeat 50% 50%;
  text-indent: -9999px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.nav_pagetop a:hover {
  cursor: pointer;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.nav_pagetop a:hover img {
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.nav_pagetop.btnfixed {
  position: fixed;
  top: auto;
  bottom: 20px;
  left: 50%;
}

/* ===== mediaSize ===== */
@media screen and (max-width: 1366px) {
  .nav_pagetop a {
    left: 520px;
  }
}
/* ===== mediaSize ===== */
@media screen and (max-width: 1160px) {
  .nav_pagetop a {
    left: 420px;
  }
}
/* topicpath */
.topicpath {
  background-color: #fff;
  font-weight: bold;
}
.topicpath nav {
  width: 1200px;
  margin: 0 auto;
  padding: 0 0;
}
@media screen and (max-width: 1366px) {
  .topicpath nav {
    width: 1000px;
  }
}
.topicpath ul {
  display: table;
}
.topicpath ul li {
  display: table-cell;
  padding: 20px 15px;
  font-size: 81%;
  text-align: left;
  vertical-align: middle;
  line-height: 1;
  background: url("/assets/images/topicpath_icn_arrow.png") no-repeat 0% 50%;
}
.topicpath ul li a {
  display: inline-block;
}
.topicpath ul li.topicpath_home {
  background-image: none;
  padding: 0;
}
.topicpath ul li.topicpath_home a {
  width: 25px;
  height: 13px;
  background: url("/assets/images/topicpath_icn_home.png") no-repeat 0% 50%;
  text-indent: -9999px;
}

/* contents */
.section_detail {
  width: 1200px;
  margin: 0 auto;
  padding: 0 0;
}
@media screen and (max-width: 1366px) {
  .section_detail {
    width: 1000px;
  }
}

.detail_container {
  background-color: #f5f5f5;
}

.aside_container {
  background-color: #fff;
}

.contentsbox {
  width: 1000px;
  margin: 0 auto;
  padding: 0 0;
  background-color: #fff;
  border-radius: 8px;
}
.contentsbox h1 {
  padding: 0 0 20px;
  font-size: 200%;
  font-weight: bold;
  line-height: 1.2;
}
.contentsbox > figure img {
  max-width: 100%;
  width: auto;
}

.pageheader_old {
  /* ※未使用 */
  display: table;
  width: 100%;
  height: 235px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #fff;
  background-size: cover !important;
}
.pageheader_old .pageheader_detail {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.pageheader {
  position: relative;
  width: 100%;
  padding-top: 16%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #fff;
  background-size: cover !important;
}
.pageheader .pageheader_detail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  text-align: center;
  vertical-align: middle;
}
.pageheader h1 {
  width: 100%;
  font-size: 263%;
  font-weight: bold;
  text-align: center;
}
.pageheader p {
  position: relative;
  top: -2em;
  width: 100%;
  text-align: center;
  /* font-size: $f16; */
}

/* ===== mediaSize ===== */
@media screen and (max-width: 1366px) {
  .pageheader h1 {
    font-size: 225%;
  }
  .pageheader p {
    font-size: 88%;
  }
}
.contents_read {
  padding: 60px 0;
  background-color: #fff;
  text-align: center;
}
.contents_read h2 {
  font-size: 200%;
  font-weight: bold;
  line-height: 1.3;
}
.contents_read h2 + p {
  padding: 30px 0 0;
}
.contents_read p {
  /* font-size: $f16; */
}
.contents_read p + p {
  margin: 1em 0 0;
}
.contents_read p a {
  text-decoration: underline;
}
.contents_read p a:hover {
  text-decoration: none;
}
.contents_read .contents_read_detail {
  width: 1000px;
  margin: 0 auto;
  padding: 0 0;
}
.contents_read .contents_read_btn {
  padding: 30px 0 0;
}

.contents_read_btn {
  padding: 30px 0 0;
  text-align: center;
}
.contents_read_btn a {
  position: relative;
  display: inline-block;
  min-width: 320px;
  margin: 0 auto;
  padding: 1em 40px 1em 20px;
  background-color: #555;
  border-radius: 3em;
  -webkit-box-shadow: 0px 2px 0px 0px #dcdbdb;
          box-shadow: 0px 2px 0px 0px #dcdbdb;
  font-size: 113%;
  text-align: center;
  line-height: 1.2;
  color: #fff;
  background-color: #d90049;
}
.contents_read_btn a:hover {
  cursor: pointer;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.contents_read_btn a:hover img {
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.contents_read_btn a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 22px;
  height: 22px;
  margin-top: -11px;
  background: url("/assets/images/icn_btn_circle_wh01.png") no-repeat 50% 50%;
  background-size: 22px 22px;
}
.contents_read_btn a:after {
  background: url("/assets/images/icn_circle_wh01.png") no-repeat 50% 50%;
  background-size: 22px 22px;
}

/* textStyle */
.contents_caption {
  font-size: 88%;
}
.contents_caption p + ul,
.contents_caption ul + p {
  padding-top: 10px;
}

p.caplist,
ul.caplist li {
  margin-left: 1em;
  text-indent: -1em;
}

table + .contents_caption {
  margin-top: 0.5em;
}

.contents_hdg {
  position: relative;
  margin: 60px 0 30px;
  padding-left: 17px;
  font-size: 150%;
  font-weight: bold;
  line-height: 1.2;
}
.contents_hdg:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 7px;
  height: 100%;
  background-color: #d90049;
  border-radius: 3px;
}
.contents_hdg:first-child {
  margin-top: 0;
}
.contents_hdg + .contents_ttl {
  margin-top: 0;
}

.contents_linettl {
  margin: 40px 0 0;
  padding: 0 0 5px;
  border-bottom: 3px solid #000;
  font-size: 125%;
  font-weight: bold;
}
.contents_linettl + p {
  margin-top: 1em;
}

.contents_ttl {
  margin: 40px 0 0;
  padding: 15px 20px;
  background-color: #efefef;
  font-size: 125%;
  font-weight: bold;
  text-align: center;
}
.contents_ttl + p {
  margin-top: 1em;
}

.contents_thead {
  padding: 40px 0 0;
  font-size: 125%;
  font-weight: bold;
}
.contents_thead + p {
  margin-top: 0.5em;
}
.contents_thead + table.req_table, .contents_thead + table.func_table {
  margin-top: 10px;
}

.link_next,
.link_prev {
  position: relative;
  padding-left: 28px;
  font-weight: bold;
}
.link_next:before,
.link_prev:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background: url("/assets/images/icn_btn_circle_bk01.png") no-repeat 50% 50%;
}

.link_prev:before {
  background: url("/assets/images/icn_btn_circle_bk02.png") no-repeat 50% 50%;
}

h2 .link_next, h3 .link_next, h4 .link_next {
  font-size: 150%;
}

.link_blank {
  text-decoration: underline;
  position: relative;
  padding-right: 18px;
}
.link_blank:hover {
  text-decoration: none;
}
.link_blank:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0px;
  width: 13px;
  height: 13px;
  margin-top: -6.5px;
  background: url("../images/icn_blankbox.png") no-repeat 50% 50%;
  background-size: 13px 13px;
}

.contents_list_ttl {
  margin: 20px 0 10px;
  font-size: 113%;
  font-weight: bold;
}

/* navigation */
.pagenav {
  width: 1200px;
  margin: 0 auto;
  padding: 0 0;
  overflow: hidden;
  padding: 40px 0 40px;
}
@media screen and (max-width: 1366px) {
  .pagenav {
    width: 1000px;
  }
}
.pagenav ul {
  display: table;
  table-layout: fixed;
  width: 100%;
  width: calc(100% + 30px);
  margin: 0 -15px;
}
.pagenav ul li {
  display: table-cell;
  padding: 0 15px;
}
.pagenav ul a {
  position: relative;
  display: block;
  padding: 12px 45px 12px 20px;
  background-color: #fff;
  border-radius: 2em;
  font-size: 113%;
  text-align: center;
  line-height: 1;
}
.pagenav ul a:hover {
  cursor: pointer;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.pagenav ul a:hover img {
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.pagenav ul a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background: url("/assets/images/icn_pagedown.png") no-repeat 50% 50%;
}

.nav_pagination {
  width: 1000px;
  margin: 0 auto;
  padding: 0 0;
}
.nav_pagination ul {
  display: table;
  margin: 0 auto;
  padding: 60px 0 0;
}
.nav_pagination ul li {
  display: table-cell;
  padding: 0 5px;
  text-align: center;
  vertical-align: middle;
}
.nav_pagination ul li a {
  display: inline-block;
  width: 2em;
  height: 2em;
  background-color: #fff;
  border-radius: 2em;
  font-size: 113%;
  line-height: 2em;
  color: #a0a0a0;
}
.nav_pagination ul li a:hover {
  color: #000;
}
.nav_pagination ul li span {
  display: inline-block;
  width: 2em;
  height: 2em;
  font-size: 113%;
  line-height: 2em;
  color: #a0a0a0;
}
.nav_pagination ul .prev {
  padding-right: 30px;
}
.nav_pagination ul .next {
  padding-left: 30px;
}
.nav_pagination ul .prev a,
.nav_pagination ul .next a {
  background-color: #222;
  font-size: 63%;
  color: #fff;
}
.nav_pagination ul .prev a:hover,
.nav_pagination ul .next a:hover {
  cursor: pointer;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #fff;
}
.nav_pagination ul .prev a:hover img,
.nav_pagination ul .next a:hover img {
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.nav_pagination ul .pageon a {
  background-color: #222;
  color: #fff;
}
.nav_pagination ul .pageon a:hover {
  cursor: pointer;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #fff;
}
.nav_pagination ul .pageon a:hover img {
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.nav_pageselect {
  width: 1000px;
  margin: 0 auto;
  padding: 0 0;
  padding: 60px 0 0;
}
.nav_pageselect ul {
  display: table;
  width: 100%;
}
.nav_pageselect li {
  display: table-cell;
  width: 33%;
  vertical-align: middle;
}
.nav_pageselect .prev {
  font-size: 113%;
  text-align: left;
  line-height: 1;
}
.nav_pageselect .prev a {
  display: inline-block;
  padding-left: 28px;
  background: url("/assets/images/icn_nav_prev_bk01.png") no-repeat 0% 50%;
}
.nav_pageselect .back {
  text-align: center;
}
.nav_pageselect .back a {
  position: relative;
  display: inline-block;
  min-width: 320px;
  margin: 0 auto;
  padding: 1em 40px 1em 20px;
  background-color: #555;
  border-radius: 3em;
  -webkit-box-shadow: 0px 2px 0px 0px #dcdbdb;
          box-shadow: 0px 2px 0px 0px #dcdbdb;
  font-size: 113%;
  text-align: center;
  line-height: 1.2;
  color: #fff;
}
.nav_pageselect .back a:hover {
  cursor: pointer;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.nav_pageselect .back a:hover img {
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.nav_pageselect .back a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 22px;
  height: 22px;
  margin-top: -11px;
  background: url("/assets/images/icn_btn_circle_wh01.png") no-repeat 50% 50%;
  background-size: 22px 22px;
}
.nav_pageselect .next {
  font-size: 113%;
  text-align: right;
  line-height: 1;
}
.nav_pageselect .next a {
  display: inline-block;
  padding-right: 28px;
  background: url("/assets/images/icn_nav_next_bk01.png") no-repeat 100% 50%;
}

.detailnav ul {
  width: 1200px;
  margin: 0 auto;
  padding: 0 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1366px) {
  .detailnav ul {
    width: 1000px;
  }
}
.detailnav ul a {
  position: relative;
  display: block;
  padding: 15px 45px 15px 20px;
  background-color: #fff;
  border-radius: 2em;
  -webkit-box-shadow: 0px 2px 0px 0px #dcdbdb;
          box-shadow: 0px 2px 0px 0px #dcdbdb;
  font-size: 113%;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
.detailnav ul a:hover {
  cursor: pointer;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.detailnav ul a:hover img {
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.detailnav ul a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background: url("/assets/images/icn_btn_circle_bk01.png") no-repeat 50% 50%;
  background-size: 18px 18px;
}
.detailnav ul li {
  padding-top: 20px;
}
.detailnav ul li.navon a {
  background-color: #555;
  color: #fff;
}
.detailnav ul li.navon a:after {
  background: url("/assets/images/icn_btn_circle_wh01.png") no-repeat 50% 50%;
  background-size: 18px 18px;
}
.detailnav.detailnav_clm3 ul {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.detailnav.detailnav_clm3 ul li {
  margin: 0 15px;
}

/* ===== mediaSize ===== */
@media screen and (max-width: 1366px) {
  .detailnav ul a {
    font-size: 100%;
  }
}
/* aside */
.detail_service_container {
  width: 1200px;
  margin: 0 auto;
  padding: 0 0;
  padding-bottom: 80px;
}
@media screen and (max-width: 1366px) {
  .detail_service_container {
    width: 1000px;
  }
}
.detail_service_container h2 {
  padding: 0 0 10px;
  font-size: 150%;
  font-weight: bold;
  text-align: center;
}
.detail_service_container ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.detail_service_container ul:after {
  content: "";
  display: block;
  width: 33%;
  width: calc(33.3% - 15px);
}
.detail_service_container ul li {
  position: relative;
  width: 33%;
  width: calc(33.3% - 15px);
  padding-top: 20px;
}
.detail_service_container ul li a {
  display: block;
  overflow: hidden;
  display: table;
  width: 100%;
  padding: 3px;
  background-color: #fff;
  border-radius: 8px;
}
.detail_service_container ul li a figure {
  overflow: hidden;
}
.detail_service_container ul li a img {
  cursor: pointer;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.detail_service_container ul li a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 1 !important;
}
.detail_service_container ul li figure,
.detail_service_container ul li p {
  display: table-cell;
  vertical-align: middle;
}
.detail_service_container ul li figure {
  width: 116px;
}
.detail_service_container ul li figure img {
  width: 100%;
  height: auto;
  border-radius: 6px 0 0 6px;
}
.detail_service_container ul li p {
  padding: 0 40px 0 20px;
  font-weight: bold;
}
.detail_service_container ul li:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 18px;
  height: 18px;
  background: url("/assets/images/icn_nav_next_bk01.png") no-repeat 50% 50%;
}

.detail_case_container {
  width: 1200px;
  margin: 0 auto;
  padding: 0 0;
  padding-bottom: 80px;
}
@media screen and (max-width: 1366px) {
  .detail_case_container {
    width: 1000px;
  }
}
.detail_case_container h2 {
  font-size: 150%;
  font-weight: bold;
  text-align: center;
}
.detail_case_container .detail_case_btn {
  padding: 40px 0 0;
  text-align: center;
}
.detail_case_container .detail_case_btn a {
  position: relative;
  display: inline-block;
  min-width: 320px;
  margin: 0 auto;
  padding: 1em 40px 1em 20px;
  background-color: #555;
  border-radius: 3em;
  -webkit-box-shadow: 0px 2px 0px 0px #dcdbdb;
          box-shadow: 0px 2px 0px 0px #dcdbdb;
  font-size: 113%;
  text-align: center;
  line-height: 1.2;
  color: #fff;
}
.detail_case_container .detail_case_btn a:hover {
  cursor: pointer;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.detail_case_container .detail_case_btn a:hover img {
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.detail_case_container .detail_case_btn a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 22px;
  height: 22px;
  margin-top: -11px;
  background: url("/assets/images/icn_btn_circle_wh01.png") no-repeat 50% 50%;
  background-size: 22px 22px;
}

/* ===== mediaSize ===== */
@media screen and (max-width: 1366px) {
  .detail_service_container ul li {
    width: 33%;
    width: calc(33.3% - 15px);
  }
}
/* subwindow */
.subwinstage {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 998;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  width: 100vw;
  height: 100vh;
}

.subwin_area {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
  width: 100%;
  height: 100%;
}

.subwin_box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
}

.subwin_detail {
  position: relative;
  display: inline-block;
  padding: 10px;
  background-color: #fff;
  border-radius: 8px;
}

.subwin_image img {
  max-width: 90%;
  max-height: 90%;
  max-width: calc(100vw - 60px);
  max-height: calc(100vh - 60px);
  width: auto;
  height: auto;
  border-radius: 8px;
}

.subwin_btn {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 2;
  width: 40px;
  height: 40px;
  background-color: #555;
  border-radius: 0 6px 0 0;
}
.subwin_btn a {
  display: block;
  width: 40px;
  height: 40px;
  background: #555 url("/assets/images/btn_globalnav_close.png") no-repeat 50% 50%;
  background-size: 20px 20px;
  border-radius: 0 6px 0 0;
  text-indent: -9999px;
}
.subwin_btn a:hover {
  cursor: pointer;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.subwin_btn a:hover img {
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

/* index_keyvisual */
.bx-wrapper .index_keyvisual_slide {
  display: block !important;
}

.index_keyvisual_slide {
  display: none;
}
.index_keyvisual_slide li {
  position: relative;
}
.index_keyvisual_slide figure {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.index_keyvisual_slide figure img {
  width: 100%;
  height: auto;
}
.index_keyvisual_slide .index_keyvisual_btn a {
  position: relative;
  display: inline-block;
  min-width: 320px;
  margin: 0 auto;
  padding: 1em 40px 1em 20px;
  background-color: #555;
  border-radius: 3em;
  -webkit-box-shadow: 0px 2px 0px 0px #dcdbdb;
          box-shadow: 0px 2px 0px 0px #dcdbdb;
  font-size: 113%;
  text-align: center;
  line-height: 1.2;
  color: #fff;
}
.index_keyvisual_slide .index_keyvisual_btn a:hover {
  cursor: pointer;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.index_keyvisual_slide .index_keyvisual_btn a:hover img {
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.index_keyvisual_slide .index_keyvisual_btn a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 22px;
  height: 22px;
  margin-top: -11px;
  background: url("/assets/images/icn_btn_circle_wh01.png") no-repeat 50% 50%;
  background-size: 22px 22px;
}
.index_keyvisual_slide .index_keyvisual_kv1_contents,
.index_keyvisual_slide .index_keyvisual_contents {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
.index_keyvisual_slide .index_keyvisual_kv1_contents .index_keyvisual_kv1_detail,
.index_keyvisual_slide .index_keyvisual_kv1_contents .index_keyvisual_detail,
.index_keyvisual_slide .index_keyvisual_contents .index_keyvisual_kv1_detail,
.index_keyvisual_slide .index_keyvisual_contents .index_keyvisual_detail {
  padding: 0 0 0 5%;
}
.index_keyvisual_slide .index_keyvisual_kv1 .index_keyvisual_kv1_contents,
.index_keyvisual_slide .index_keyvisual_kv1 .index_keyvisual_contents {
  color: #fff;
}
.index_keyvisual_slide .index_keyvisual_kv1 .index_keyvisual_kv1_contents .index_keyvisual_kv1_hgroup h1,
.index_keyvisual_slide .index_keyvisual_kv1 .index_keyvisual_kv1_contents .index_keyvisual_hgroup h1,
.index_keyvisual_slide .index_keyvisual_kv1 .index_keyvisual_contents .index_keyvisual_kv1_hgroup h1,
.index_keyvisual_slide .index_keyvisual_kv1 .index_keyvisual_contents .index_keyvisual_hgroup h1 {
  font-size: 300%;
  font-size: 3.5vw;
  font-weight: bold;
  line-height: 1.3;
}
.index_keyvisual_slide .index_keyvisual_kv1 .index_keyvisual_kv1_contents .index_keyvisual_kv1_hgroup p,
.index_keyvisual_slide .index_keyvisual_kv1 .index_keyvisual_kv1_contents .index_keyvisual_hgroup p,
.index_keyvisual_slide .index_keyvisual_kv1 .index_keyvisual_contents .index_keyvisual_kv1_hgroup p,
.index_keyvisual_slide .index_keyvisual_kv1 .index_keyvisual_contents .index_keyvisual_hgroup p {
  padding: 20px 0 0;
  font-size: 88%;
  /* font-size: $f16; */
}
.index_keyvisual_slide .index_keyvisual_kv1 .index_keyvisual_kv1_contents .index_keyvisual_kv1_list,
.index_keyvisual_slide .index_keyvisual_kv1 .index_keyvisual_kv1_contents .index_keyvisual_list,
.index_keyvisual_slide .index_keyvisual_kv1 .index_keyvisual_contents .index_keyvisual_kv1_list,
.index_keyvisual_slide .index_keyvisual_kv1 .index_keyvisual_contents .index_keyvisual_list {
  display: table;
  width: 35vw;
  padding: 20px 0 0;
}
.index_keyvisual_slide .index_keyvisual_kv1 .index_keyvisual_kv1_contents .index_keyvisual_kv1_list p,
.index_keyvisual_slide .index_keyvisual_kv1 .index_keyvisual_kv1_contents .index_keyvisual_list p,
.index_keyvisual_slide .index_keyvisual_kv1 .index_keyvisual_contents .index_keyvisual_kv1_list p,
.index_keyvisual_slide .index_keyvisual_kv1 .index_keyvisual_contents .index_keyvisual_list p {
  display: table-cell;
  width: 33.3%;
  text-align: center;
  vertical-align: top;
}
.index_keyvisual_slide .index_keyvisual_kv1 .index_keyvisual_kv1_contents .index_keyvisual_kv1_list p img,
.index_keyvisual_slide .index_keyvisual_kv1 .index_keyvisual_kv1_contents .index_keyvisual_list p img,
.index_keyvisual_slide .index_keyvisual_kv1 .index_keyvisual_contents .index_keyvisual_kv1_list p img,
.index_keyvisual_slide .index_keyvisual_kv1 .index_keyvisual_contents .index_keyvisual_list p img {
  width: 100%;
  height: auto;
}
.index_keyvisual_slide .index_keyvisual_kv2 .index_keyvisual_catch,
.index_keyvisual_slide .index_keyvisual_kv3 .index_keyvisual_catch,
.index_keyvisual_slide .index_keyvisual_kv4 .index_keyvisual_catch {
  padding: 0 0 30px;
  font-size: 138%;
}
.index_keyvisual_slide .index_keyvisual_kv2 .index_keyvisual_catch strong,
.index_keyvisual_slide .index_keyvisual_kv3 .index_keyvisual_catch strong,
.index_keyvisual_slide .index_keyvisual_kv4 .index_keyvisual_catch strong {
  font-weight: bold;
}
.index_keyvisual_slide .index_keyvisual_kv2 .index_keyvisual_read,
.index_keyvisual_slide .index_keyvisual_kv3 .index_keyvisual_read,
.index_keyvisual_slide .index_keyvisual_kv4 .index_keyvisual_read {
  padding: 30px 0 30px;
  font-size: 100%;
}
.index_keyvisual_slide .index_keyvisual_kv2 h2 img,
.index_keyvisual_slide .index_keyvisual_kv3 h2 img,
.index_keyvisual_slide .index_keyvisual_kv4 h2 img {
  width: 100%;
  height: auto;
}
.index_keyvisual_slide .index_keyvisual_kv2 h2 {
  width: 320px;
  width: 30vw;
}
.index_keyvisual_slide .index_keyvisual_kv3 h2 {
  width: 440px;
  width: 43vw;
}
.index_keyvisual_slide .index_keyvisual_kv4 h2 {
  width: 350px;
  width: 35vw;
}

/* ===== mediaSize ===== */
@media screen and (max-width: 1366px) {
  .index_keyvisual_slide .index_keyvisual_contents .index_keyvisual_detail {
    padding: 0 0 0 3% !important;
  }
  .index_keyvisual_slide .index_keyvisual_catch {
    padding: 0 0 20px !important;
    font-size: 113% !important;
  }
  .index_keyvisual_slide .index_keyvisual_read {
    padding: 20px 0 20px !important;
    font-size: 88% !important;
  }
}
.scroll_banner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 5px 5px 20px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 100;
  text-align: right;
}
.scroll_banner a img {
  width: 400px;
}

.bx-pager {
  position: relative;
  top: -5px;
  z-index: 51;
  display: table;
  width: 100%;
  height: 7px;
}
.bx-pager .bx-pager-item {
  position: relative;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  line-height: 10px;
}
.bx-pager .bx-pager-item a {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url("/images/icn_slider.png") no-repeat 50% 50%;
  background-size: 15px 15px;
  text-indent: -9999px;
  line-height: 1;
}
.bx-pager .bx-pager-item a.active, .bx-pager .bx-pager-item a.current {
  background: url("/images/icn_slider_on.png") no-repeat 50% 50%;
  background-size: 15px 15px;
}
.bx-pager .bx-pager-item a:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0px;
  z-index: -1;
  width: 100%;
  height: 4px;
  background-color: #f0f0ee;
}
.bx-pager .bx-pager-item a:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 0px;
  z-index: -1;
  width: 0%;
  height: 4px;
  background-color: #d90049;
}
.bx-pager .bx-pager-item a.active:after {
  -webkit-animation-name: timebar;
          animation-name: timebar;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.bx-pager .bx-pager-item a.current:before {
  background-color: #d90049;
}

@-webkit-keyframes timebar {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@keyframes timebar {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
/* index_purpose */
.index_purpose {
  padding: 95px 0;
}

.index_purpose_detail {
  display: table;
  width: 100%;
}

.index_purpose_read,
.index_purpose_topic {
  display: table-cell;
  text-align: left;
  vertical-align: top;
}

.index_purpose_read {
  width: 350px;
}
.index_purpose_read h2 {
  font-size: 138%;
  font-weight: bold;
}
.index_purpose_read p {
  padding: 30px 20px 30px 0;
}

.index_purpose_btn {
  padding-right: 30px;
}
.index_purpose_btn a {
  position: relative;
  display: inline-block;
  min-width: 320px;
  margin: 0 auto;
  padding: 1em 40px 1em 20px;
  background-color: #555;
  border-radius: 3em;
  -webkit-box-shadow: 0px 2px 0px 0px #dcdbdb;
          box-shadow: 0px 2px 0px 0px #dcdbdb;
  font-size: 113%;
  text-align: center;
  line-height: 1.2;
  color: #fff;
  width: 100%;
  min-width: 100%;
  margin: 0;
}
.index_purpose_btn a:hover {
  cursor: pointer;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.index_purpose_btn a:hover img {
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.index_purpose_btn a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 22px;
  height: 22px;
  margin-top: -11px;
  background: url("/assets/images/icn_btn_circle_wh01.png") no-repeat 50% 50%;
  background-size: 22px 22px;
}

/* ===== mediaSize ===== */
@media screen and (max-width: 1366px) {
  .index_purpose {
    padding: 70px 0;
  }
  .index_purpose_read {
    width: 260px;
  }
  .index_purpose_read h2 {
    font-size: 113%;
  }
  .index_purpose_read p {
    padding: 20px 20px 20px 0;
  }
}
/* index_purpose_topic */
.index_purpose_topic .bx-controls {
  padding: 20px 0 0;
}

.bx-wrapper .index_purpose_slider {
  opacity: 1;
}

.index_purpose_slider {
  opacity: 0;
  width: 100%;
}
.index_purpose_slider .index_purpose_topic_box {
  display: block;
  overflow: hidden;
  position: relative;
  display: block;
  width: 200px;
  padding: 20px 0 0;
  border: 2px solid #f0f0ee;
  border-radius: 10px;
  text-align: center;
}
.index_purpose_slider .index_purpose_topic_box figure {
  overflow: hidden;
}
.index_purpose_slider .index_purpose_topic_box img {
  cursor: pointer;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.index_purpose_slider .index_purpose_topic_box:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 1 !important;
}
.index_purpose_slider .index_purpose_topic_box:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 18px;
  height: 18px;
  background: url("/assets/images/icn_btn_circle_bk01.png") no-repeat 50% 50%;
}
.index_purpose_slider h3 {
  min-height: 5.5em;
  padding: 0 10px;
  font-size: 100%;
  font-weight: bold;
}
.index_purpose_slider p strong {
  display: inline-block;
  padding: 2px 15px;
  background-color: #ffd400;
  border-radius: 1em;
  font-size: 81%;
  color: #000;
}
.index_purpose_slider figure {
  display: block;
  overflow: hidden;
  margin: 0 0 3px;
  padding: 20px 0 0;
  border-radius: 8px;
}
.index_purpose_slider figure figure {
  overflow: hidden;
}
.index_purpose_slider figure img {
  cursor: pointer;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.index_purpose_slider figure:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 1 !important;
}
.index_purpose_slider figure img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

/* index_platform */
.index_platform {
  padding: 95px 0;
  background: url("/images/platform_bg01_pc.jpg") no-repeat 50% 50%;
  background-size: cover;
}

.index_platform_detail {
  position: relative;
}

.index_platform_hgroup {
  padding-left: 870px;
}
.index_platform_hgroup h2 {
  font-size: 150%;
  font-weight: bold;
}
.index_platform_hgroup p {
  padding: 30px 0;
}

.index_platform_nav {
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -96px;
}
.index_platform_nav ul {
  display: table;
}
.index_platform_nav ul li {
  display: table-cell;
  padding-right: 20px;
}
.index_platform_nav ul li a {
  display: block;
}

.index_platform_btn a {
  position: relative;
  display: inline-block;
  min-width: 320px;
  margin: 0 auto;
  padding: 1em 40px 1em 20px;
  background-color: #555;
  border-radius: 3em;
  -webkit-box-shadow: 0px 2px 0px 0px #dcdbdb;
          box-shadow: 0px 2px 0px 0px #dcdbdb;
  font-size: 113%;
  text-align: center;
  line-height: 1.2;
  color: #fff;
  min-width: 100%;
  width: 100%;
  margin: 0;
}
.index_platform_btn a:hover {
  cursor: pointer;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.index_platform_btn a:hover img {
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.index_platform_btn a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 22px;
  height: 22px;
  margin-top: -11px;
  background: url("/assets/images/icn_btn_circle_wh01.png") no-repeat 50% 50%;
  background-size: 22px 22px;
}

/* ===== mediaSize ===== */
@media screen and (max-width: 1366px) {
  .index_platform {
    padding: 70px 0;
  }
  .index_platform_nav {
    margin-top: -77px;
  }
  .index_platform_nav ul li a img {
    width: 154px;
    height: auto;
  }
  .index_platform_hgroup {
    padding-left: 720px;
  }
  .index_platform_hgroup h2 {
    font-size: 113%;
  }
  .index_platform_hgroup p {
    padding: 20px 0;
  }
}
/* index_service */
.index_service {
  padding: 100px 0;
}
.index_service h2 {
  font-size: 150%;
  font-weight: bold;
  text-align: center;
}

.index_service_detail {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 20px 0 40px;
}
.index_service_detail a {
  display: block;
  overflow: hidden;
  display: block;
  width: 285px;
  margin-top: 20px;
  border: 2px solid #f0f0ee;
  border-radius: 10px;
  font-size: 113%;
  font-weight: bold;
  text-align: center;
}
.index_service_detail a figure {
  overflow: hidden;
}
.index_service_detail a img {
  cursor: pointer;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.index_service_detail a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 1 !important;
}
.index_service_detail a img {
  border-radius: 8px 8px 0 0;
  width: 100%;
  height: auto;
}
.index_service_detail a p {
  position: relative;
  display: table;
  width: 100%;
  height: 4.5em;
  padding: 0 30px 0 15px;
}
.index_service_detail a p:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background: url("/assets/images/icn_btn_circle_gr01.png") no-repeat 50% 50%;
  background-size: 18px 18px;
}
.index_service_detail a span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.index_service_detail a em {
  font-weight: bold;
}
.index_service_detail a em.ios {
  color: #fe4c7a;
}
.index_service_detail a em.android {
  color: #a4ca39;
}
.index_service_detail a em.windows {
  color: #00bcf3;
}

.index_service_btn {
  text-align: center;
}
.index_service_btn a {
  position: relative;
  display: inline-block;
  min-width: 320px;
  margin: 0 auto;
  padding: 1em 40px 1em 20px;
  background-color: #555;
  border-radius: 3em;
  -webkit-box-shadow: 0px 2px 0px 0px #dcdbdb;
          box-shadow: 0px 2px 0px 0px #dcdbdb;
  font-size: 113%;
  text-align: center;
  line-height: 1.2;
  color: #fff;
}
.index_service_btn a:hover {
  cursor: pointer;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.index_service_btn a:hover img {
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.index_service_btn a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 22px;
  height: 22px;
  margin-top: -11px;
  background: url("/assets/images/icn_btn_circle_wh01.png") no-repeat 50% 50%;
  background-size: 22px 22px;
}

/* ===== mediaSize ===== */
@media screen and (max-width: 1366px) {
  .index_service {
    padding: 70px 0;
  }
  .index_service_detail {
    padding: 20px 0 40px;
  }
  .index_service_detail a {
    width: 24%;
    width: calc(25% - 15px);
  }
}
/* index_feature */
.index_feature {
  padding: 100px 0;
  background-color: #f5f5f5;
}

.index_feature_hgroup {
  text-align: center;
}
.index_feature_hgroup h2 {
  font-size: 150%;
  font-weight: bold;
}
.index_feature_hgroup p {
  padding: 40px 0;
}

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

.index_feature_box {
  width: 380px;
}
.index_feature_box img {
  border-radius: 8px;
  width: 100%;
  height: auto;
}
.index_feature_box h3 {
  padding: 10px 0;
  font-size: 113%;
  font-weight: bold;
  text-align: center;
}

.index_feature_btn {
  padding: 40px 0 0;
  text-align: center;
}
.index_feature_btn a {
  position: relative;
  display: inline-block;
  min-width: 320px;
  margin: 0 auto;
  padding: 1em 40px 1em 20px;
  background-color: #555;
  border-radius: 3em;
  -webkit-box-shadow: 0px 2px 0px 0px #dcdbdb;
          box-shadow: 0px 2px 0px 0px #dcdbdb;
  font-size: 113%;
  text-align: center;
  line-height: 1.2;
  color: #fff;
}
.index_feature_btn a:hover {
  cursor: pointer;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.index_feature_btn a:hover img {
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.index_feature_btn a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 22px;
  height: 22px;
  margin-top: -11px;
  background: url("/assets/images/icn_btn_circle_wh01.png") no-repeat 50% 50%;
  background-size: 22px 22px;
}

/* ===== mediaSize ===== */
@media screen and (max-width: 1366px) {
  .index_feature {
    padding: 70px 0;
  }
  .index_feature_box {
    width: 33%;
    width: calc(33.3% - 15px);
  }
}
/* index_case */
.index_case {
  background: url("/images/case_bg01_pc.jpg") no-repeat 50% 0%;
  background-size: contain;
  padding: 100px 0;
}

.index_case_hgroup h2 {
  padding: 0 0 35px;
  font-size: 150%;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

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

.index_case_box {
  display: block;
  overflow: hidden;
  display: block;
  width: 380px;
}
.index_case_box figure {
  overflow: hidden;
}
.index_case_box img {
  cursor: pointer;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.index_case_box:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 1 !important;
}
.index_case_box ul {
  display: block;
  *overflow: hidden;
  *zoom: 1;
  padding: 0 10px 0;
}
.index_case_box ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
}
.index_case_box ul li {
  float: left;
  padding: 10px 10px 0 0;
  font-size: 81%;
  text-align: left;
  line-height: 1.2;
  color: #000;
}
.index_case_box ul li span {
  display: block;
  padding: 5px 20px;
  border-radius: 2em;
}
.index_case_box ul .case_service {
  background-color: #f0f0ee;
}
.index_case_box ul .case_purpose {
  background-color: #ffd400;
}
.index_case_box figure {
  border-radius: 8px;
  background-color: #fff;
}
.index_case_box img {
  border-radius: 8px;
  border: 2px solid #f0f0ee;
  width: 100%;
  height: auto;
}
.index_case_box h3 {
  padding: 10px 10px 0;
  font-weight: bold;
}
.index_case_box h3 span {
  font-size: 81%;
}
.index_case_box h3 strong {
  font-size: 113%;
}

.index_case_btn {
  padding: 40px 0 0;
  text-align: center;
}
.index_case_btn a {
  position: relative;
  display: inline-block;
  min-width: 320px;
  margin: 0 auto;
  padding: 1em 40px 1em 20px;
  background-color: #555;
  border-radius: 3em;
  -webkit-box-shadow: 0px 2px 0px 0px #dcdbdb;
          box-shadow: 0px 2px 0px 0px #dcdbdb;
  font-size: 113%;
  text-align: center;
  line-height: 1.2;
  color: #fff;
}
.index_case_btn a:hover {
  cursor: pointer;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.index_case_btn a:hover img {
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.index_case_btn a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 22px;
  height: 22px;
  margin-top: -11px;
  background: url("/assets/images/icn_btn_circle_wh01.png") no-repeat 50% 50%;
  background-size: 22px 22px;
}

/* ===== mediaSize ===== */
@media screen and (max-width: 1366px) {
  .index_case {
    padding: 70px 0;
  }
  .index_case_box {
    width: 33%;
    width: calc(33.3% - 15px);
  }
}
/* index_news */
.index_news {
  padding: 100px 0;
  background-color: #f5f5f5;
}
.index_news h2 {
  font-size: 150%;
  font-weight: bold;
  text-align: center;
}

.index_news_detail {
  padding: 20px 0 0;
}
.index_news_detail li {
  display: table;
  width: 100%;
  padding: 20px 0;
}
.index_news_detail li + li {
  border-top: 1px solid #ddd;
}
.index_news_detail .new p:after {
  content: "New";
  padding-left: 10px;
  font-size: 13px;
  font-weight: normal;
  font-style: italic;
  color: #c52108;
}
.index_news_detail .date {
  display: table-cell;
  width: 6em;
  font-size: 81%;
  text-align: left;
  vertical-align: top;
}
.index_news_detail .icon {
  display: table-cell;
  width: 180px;
  padding: 0 20px 0 20px;
  font-size: 81%;
  text-align: left;
  vertical-align: top;
}
.index_news_detail .icon em {
  display: block;
  background-color: #ffd400;
  border-radius: 1em;
  text-align: center;
}
.index_news_detail p {
  position: relative;
  display: table-cell;
  font-size: 113%;
  text-align: left;
  vertical-align: top;
  font-weight: bold;
}
.index_news_detail a[target=_blank] {
  position: relative;
  padding: 0 27px 0 0;
}
.index_news_detail a[target=_blank]:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0px;
  width: 17px;
  height: 13px;
  margin-top: -6.5px;
  background: url("/assets/images/icn_blank_bk01.png") no-repeat 50% 50%;
}

.index_news_btn {
  padding: 30px 0 0;
  text-align: center;
}
.index_news_btn a {
  position: relative;
  display: inline-block;
  min-width: 320px;
  margin: 0 auto;
  padding: 1em 40px 1em 20px;
  background-color: #555;
  border-radius: 3em;
  -webkit-box-shadow: 0px 2px 0px 0px #dcdbdb;
          box-shadow: 0px 2px 0px 0px #dcdbdb;
  font-size: 113%;
  text-align: center;
  line-height: 1.2;
  color: #fff;
}
.index_news_btn a:hover {
  cursor: pointer;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.index_news_btn a:hover img {
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.index_news_btn a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 22px;
  height: 22px;
  margin-top: -11px;
  background: url("/assets/images/icn_btn_circle_wh01.png") no-repeat 50% 50%;
  background-size: 22px 22px;
}

/* faq */
.id_faq .detail_container {
  padding-bottom: 80px;
}
.id_faq .contentsbox {
  padding: 60px 80px 0 80px;
}

/* faq_section */
.faq_section {
  padding: 20px 0 60px;
}
.faq_section h2 {
  position: relative;
  padding-left: 17px;
  font-size: 150%;
  line-height: 1.2;
}
.faq_section h2:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 7px;
  height: 100%;
  background-color: #000;
  border-radius: 3px;
}

.faq_dl {
  padding: 20px 0 20px;
  border-bottom: 2px solid #dcdcdc;
}
.faq_dl:last-child {
  border-bottom: 0;
}
.faq_dl .faq_icn {
  position: absolute;
  font-size: 225%;
  font-weight: bold;
  color: #d90049;
  line-height: 1;
}
.faq_dl dt {
  position: relative;
}
.faq_dl dt a {
  position: relative;
  display: block;
  padding: 1em 30px 1em 3em;
  font-weight: bold;
}
.faq_dl dt a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0px;
  width: 34px;
  height: 34px;
  margin-top: -17px;
  background: #f6f6f6 url("/assets/images/icn_box_plus.png") no-repeat 50% 50%;
  border-radius: 17px;
}
.faq_dl dt .faq_icn {
  top: 9px;
  left: 0px;
}
.faq_dl dd {
  display: none;
  position: relative;
  margin-top: 20px;
  padding: 30px 30px 30px 4.5em;
  background-color: #f5f5f5;
}
.faq_dl dd .faq_icn {
  top: 30px;
  left: 1em;
}
.faq_dl dd p {
  margin-top: 1.5em;
}
.faq_dl dd span + p {
  margin-top: 0;
}
.faq_dl.faq_dl_on {
  border-bottom: 0;
}
.faq_dl.faq_dl_on dt a:after {
  background: #f6f6f6 url("/assets/images/icn_box_minus.png") no-repeat 50% 50%;
}
.faq_dl.faq_dl_on dd {
  display: block;
}

/* aboutmap */
.id_aboutmap .detail_container {
  padding: 60px 0;
}
.id_aboutmap .contentsbox {
  padding: 40px 80px;
}

/* aboutmap_section */
.aboutmap_section {
  padding: 0 0 60px;
}
.aboutmap_section h2 {
  position: relative;
  padding-left: 17px;
  font-size: 150%;
  line-height: 1.2;
}
.aboutmap_section h2:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 7px;
  height: 100%;
  background-color: #000;
  border-radius: 3px;
}

.aboutmap_aside {
  width: 840px;
  margin: 0 auto;
}
.aboutmap_aside h3 {
  padding: 0 0 1em;
}

.aboutmap_list {
  display: block;
  *overflow: hidden;
  *zoom: 1;
}
.aboutmap_list:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
}
.aboutmap_list li {
  float: left;
  width: 33%;
  padding: 20px 20px 0 0;
}
.aboutmap_list a {
  position: relative;
  display: inline-block;
  padding-left: 25px;
}
.aboutmap_list a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0px;
  width: 15px;
  height: 15px;
  background: url("/assets/images/icn_nav_next_gr01.png") no-repeat 50% 50%;
}
.aboutmap_list a[href*=".pdf"] {
  padding-right: 10px;
}
.aboutmap_list a[href*=".pdf"]:after {
  content: url("../images/icn_dl_pdf.png");
  position: relative;
  left: 10px;
  top: 3px;
}

/* news */
.id_news .detail_container {
  padding: 60px 0;
}

/* index */
.news_index .contentsbox {
  padding: 10px 80px 40px;
}

/* news_tab */
.news_tab {
  width: 1000px;
  margin: 0 auto;
  padding: 0 0;
  padding: 0 0 60px;
}
.news_tab ul {
  display: table;
}
.news_tab ul li {
  display: table-cell;
  padding-right: 10px;
  text-align: center;
  vertical-align: middle;
}
.news_tab ul li a {
  display: inline-block;
  width: 6em;
  padding: 5px 10px;
  background-color: #fff;
  border-radius: 1.5em;
  font-size: 88%;
  font-weight: bold;
  line-height: 1;
}
.news_tab ul li a:hover {
  color: #a0a0a0;
}
.news_tab ul li a.tabon {
  background-color: #000;
  color: #fff;
}
.news_tab ul li a.tabon:hover {
  cursor: pointer;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #fff;
}
.news_tab ul li a.tabon:hover img {
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

/* detail */
.news_detail_header {
  margin-top: -60px;
  padding: 0 0 30px;
  background-color: #fff;
}

.news_detail_hgroup {
  width: 1200px;
  margin: 0 auto;
  padding: 0 0;
}
@media screen and (max-width: 1366px) {
  .news_detail_hgroup {
    width: 1000px;
  }
}
.news_detail_hgroup h2 {
  font-size: 200%;
  font-weight: bold;
}
.news_detail_hgroup h2 + p {
  padding: 10px 0 50px;
  font-weight: bold;
}
.news_detail_hgroup .category {
  display: block;
  line-height: 1;
}
.news_detail_hgroup .category .icon {
  display: inline-block;
  width: 10em;
  margin: 0 0 0 30px;
  padding: 4px 10px;
  background-color: #ffd400;
  border-radius: 1em;
  font-weight: bold;
  text-align: center;
}

.news_detail {
  padding: 60px 0 0;
}
.news_detail .contentsbox {
  padding: 60px 80px;
}
.news_detail .contentsbox h3 {
  font-weight: bold;
}
.news_detail .contentsbox h3, .news_detail .contentsbox p, .news_detail .contentsbox figure {
  margin-top: 1.5em;
}
.news_detail .contentsbox h3:first-child, .news_detail .contentsbox p:first-child, .news_detail .contentsbox figure:first-child {
  margin-top: 0;
}

/* case */
.id_case .pageheader {
  background: url("/case/images/pageheader.jpg") no-repeat 50% 50%;
  background-size: cover;
  color: #fff;
}
.id_case .contents_read h2 {
  font-size: 113%;
}

/* case_section */
.case_article .nav_pagination {
  padding-bottom: 60px;
}

.case_section {
  padding: 20px 0 0;
}

.case_selectmenu {
  display: table;
  width: 100%;
  padding: 30px 0 20px;
}
.case_selectmenu h3 {
  display: table-cell;
  width: 10em;
  font-size: 113%;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
}
.case_selectmenu .case_selectmenu_nav {
  display: table-cell;
  text-align: left;
  vertical-align: top;
}
.case_selectmenu + .case_selectmenu {
  border-top: 2px solid #dcdcdc;
}
.case_selectmenu ul {
  display: block;
  *overflow: hidden;
  *zoom: 1;
}
.case_selectmenu ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
}
.case_selectmenu ul li {
  float: left;
  padding: 0 10px 10px 0;
}
.case_selectmenu ul li label {
  position: relative;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.case_selectmenu ul li label span {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.case_selectmenu ul li label:hover span {
  color: #d90049 !important;
}
.case_selectmenu ul li input[type=checkbox] {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
}
.case_selectmenu ul li input[type=checkbox]:checked + span {
  background-color: #222;
  color: #fff;
}
.case_selectmenu ul li span {
  display: inline-block;
  padding: 5px 15px;
  border-radius: 2em;
  background-color: #fff;
  font-size: 88%;
  font-weight: bold;
  line-height: 1;
}

.case_index_detail {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.case_index_detail:after {
  content: "";
  display: block;
  width: 32%;
  width: calc(33.3% - 20px);
}
.case_index_detail figure {
  background-color: transparent;
}
.case_index_detail img {
  border-radius: 8px 8px 0 0;
  border: 0px;
}
.case_index_detail .index_case_box {
  width: 32%;
  width: calc(33.3% - 20px);
  margin: 30px 0 0;
  padding: 0 0 20px;
  background-color: #fff;
  border-radius: 8px;
}
.case_index_detail .index_case_box ul {
  padding-top: 10px;
}

/* case_detail */
.case_detail_section {
  padding: 60px 0 40px;
}
.case_detail_section .contentsbox {
  padding: 80px 80px;
}

.case_detail_head {
  display: table;
}
.case_detail_head figure {
  display: table-cell;
  width: 300px;
  text-align: left;
  vertical-align: top;
}
.case_detail_head figure img {
  width: 100%;
  height: auto;
  border: 2px solid #f0f0ee;
  border-radius: 8px;
}
.case_detail_head .case_detail_hgroup {
  display: table-cell;
  padding-left: 40px;
  text-align: left;
  vertical-align: top;
}
.case_detail_head .case_detail_hgroup ul {
  display: block;
  *overflow: hidden;
  *zoom: 1;
  padding: 0 0 20px;
}
.case_detail_head .case_detail_hgroup ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
}
.case_detail_head .case_detail_hgroup ul li {
  float: left;
  padding-right: 10px;
  font-size: 81%;
  line-height: 1;
}
.case_detail_head .case_detail_hgroup ul li span {
  display: block;
  border-radius: 2em;
}
.case_detail_head .case_detail_hgroup ul li .case_date {
  padding: 5px 0 5px 0;
}
.case_detail_head .case_detail_hgroup ul li .case_service {
  padding: 5px 20px;
  background-color: #f5f5f5;
}
.case_detail_head .case_detail_hgroup ul li .case_purpose {
  padding: 5px 20px;
  background-color: #ffd400;
}
.case_detail_head .case_detail_hgroup h2 {
  font-weight: bold;
}
.case_detail_head .case_detail_hgroup h2 span {
  font-size: 113%;
}
.case_detail_head .case_detail_hgroup h2 strong {
  display: block;
  font-size: 188%;
}

.case_detail_data {
  padding: 10px 0 0;
}
.case_detail_data dl {
  display: table;
  width: 100%;
  padding: 15px 0;
  border-bottom: 2px solid #f0f0ee;
}
.case_detail_data dl dt, .case_detail_data dl dd {
  display: table-cell;
  text-align: left;
  vertical-align: top;
}
.case_detail_data dl dt {
  width: 6em;
  font-size: 113%;
  font-weight: bold;
}

.case_detail_contents h2 {
  margin: 60px 0 30px 0;
  font-size: 200%;
  font-weight: bold;
}
.case_detail_contents h3 {
  position: relative;
  margin: 60px 0 30px;
  padding-left: 17px;
  font-size: 150%;
  font-weight: bold;
  line-height: 1.2;
}
.case_detail_contents h3:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 7px;
  height: 100%;
  background-color: #d90049;
  border-radius: 3px;
}
.case_detail_contents h2:empty, .case_detail_contents h3:empty {
  margin: 0;
}
.case_detail_contents h2:empty + p, .case_detail_contents h3:empty + p {
  margin-top: 40px;
}
.case_detail_contents p {
  display: block;
  *overflow: hidden;
  *zoom: 1;
  margin: 1em 0 1em;
}
.case_detail_contents p:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
}
.case_detail_contents p:first-child {
  margin-top: 40px;
}
.case_detail_contents p img.aligncenter {
  display: table;
  margin: 0 auto;
}
.case_detail_contents p img.alignright {
  float: right;
}
.case_detail_contents > figure {
  text-align: center;
}

.case_detail_column {
  margin: 40px 0 0;
  padding: 25px 20px;
  background-color: #f5f5f5;
}
.case_detail_column h4 {
  font-size: 113%;
  font-weight: bold;
}
.case_detail_column .case_detail_column_nav {
  display: block;
  *overflow: hidden;
  *zoom: 1;
  padding-top: 10px;
}
.case_detail_column .case_detail_column_nav:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
}
.case_detail_column .case_detail_column_nav li {
  float: left;
  width: 50%;
  padding-top: 10px;
}
.case_detail_column .case_detail_column_nav li:nth-child(odd) {
  padding-right: 10px;
}
.case_detail_column .case_detail_column_nav li:nth-child(even) {
  padding-left: 10px;
}
.case_detail_column .case_detail_column_nav a {
  display: block;
  overflow: hidden;
  display: table;
  width: 100%;
  padding: 2px;
  background-color: #fff;
  border-radius: 8px;
}
.case_detail_column .case_detail_column_nav a figure {
  overflow: hidden;
}
.case_detail_column .case_detail_column_nav a img {
  cursor: pointer;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.case_detail_column .case_detail_column_nav a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 1 !important;
}
.case_detail_column .case_detail_column_nav a figure {
  display: table-cell;
  width: 116px;
  text-align: left;
  vertical-align: middle;
}
.case_detail_column .case_detail_column_nav a figure img {
  border-radius: 8px 0 0 8px;
  width: 100%;
  height: auto;
}
.case_detail_column .case_detail_column_nav a span {
  position: relative;
  display: table-cell;
  padding: 0 40px 0 20px;
  text-align: left;
  vertical-align: middle;
  font-weight: bold;
  line-height: 1.2;
}
.case_detail_column .case_detail_column_nav a span:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 18px;
  height: 18px;
  background: url("/assets/images/icn_btn_circle_bk01.png") no-repeat 50% 50%;
  margin-top: -9px;
}

.case_detail_contents_nav a {
  position: relative;
  padding-left: 28px;
  font-weight: bold;
}
.case_detail_contents_nav a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background: url("/assets/images/icn_btn_circle_bk01.png") no-repeat 50% 50%;
}

.case_detail_section_btn {
  padding: 0 0 80px;
  text-align: center;
}
.case_detail_section_btn a {
  position: relative;
  display: inline-block;
  min-width: 320px;
  margin: 0 auto;
  padding: 1em 40px 1em 20px;
  background-color: #555;
  border-radius: 3em;
  -webkit-box-shadow: 0px 2px 0px 0px #dcdbdb;
          box-shadow: 0px 2px 0px 0px #dcdbdb;
  font-size: 113%;
  text-align: center;
  line-height: 1.2;
  color: #fff;
}
.case_detail_section_btn a:hover {
  cursor: pointer;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.case_detail_section_btn a:hover img {
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.case_detail_section_btn a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 22px;
  height: 22px;
  margin-top: -11px;
  background: url("/assets/images/icn_btn_circle_wh01.png") no-repeat 50% 50%;
  background-size: 22px 22px;
}

/* contact */
.id_contact .detail_container {
  padding: 40px 0 80px;
}
.id_contact .contentsbox {
  padding: 40px 80px;
}

/* contact_section */
.contact_read {
  padding: 0 0 40px;
  text-align: center;
}
.contact_read p + p {
  margin-top: 2em;
}
.contact_read + .form_column_privacy {
  margin-top: -20px;
  padding-top: 0;
}

.contact_form table {
  width: 100%;
}
.contact_form th {
  width: 14em;
  padding: 18px 0 10px 0;
  font-size: 113%;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
}
.contact_form th em {
  position: relative;
  top: -2px;
  margin-left: 5px;
  background-color: #ffd400;
  padding: 1px 8px;
  border-radius: 2em;
  font-size: 50%;
  text-align: center;
  line-height: 1;
}
.contact_form td {
  padding: 10px 0;
  text-align: left;
  vertical-align: middle;
}
.contact_form td em {
  display: none;
  font-weight: bold;
  color: #d90049;
}
.contact_form td input[type=text] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  padding: 10px 15px;
  border: 2px solid #dbdbd9;
  border-radius: 4px;
  font-size: 100%;
}
.contact_form td input[type=text]::-ms-expand {
  display: none;
}
.contact_form td textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  height: 8em;
  padding: 10px 15px;
  border: 2px solid #dbdbd9;
  border-radius: 4px;
  font-size: 100%;
}
.contact_form td textarea::-ms-expand {
  display: none;
}
.contact_form td .form_select {
  position: relative;
  display: block;
  background-color: #fff;
  border: 2px solid #dbdbd9;
  border-radius: 4px;
}
.contact_form td .form_select:before {
  content: "▲";
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -10px;
  font-size: 9px;
  line-height: 1;
}
.contact_form td .form_select:after {
  content: "▼";
  position: absolute;
  top: 50%;
  right: 20px;
  font-size: 9px;
  margin-top: 1px;
  line-height: 1;
}
.contact_form td .form_select select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 10px 40px 10px 15px;
  font-size: 100%;
}
.contact_form td .form_select select::-ms-expand {
  display: none;
}
.contact_form td .form_box {
  display: table;
  width: 100%;
}
.contact_form td .form_box.form_name dt {
  width: 2em;
}
.contact_form td .form_box .dl-60 {
  width: 60% !important;
}
.contact_form td .form_box .form_box_dl {
  display: table-cell;
  width: 50%;
  vertical-align: top;
}
.contact_form td .form_box .form_box_dl:nth-child(odd) {
  padding-right: 15px;
}
.contact_form td .form_box .form_box_dl:nth-child(even) {
  padding-left: 15px;
}
.contact_form td .form_box .form_box_dl dl {
  display: table;
  width: 100%;
}
.contact_form td .form_box .form_box_dl dt, .contact_form td .form_box .form_box_dl dd {
  display: table-cell;
  vertical-align: middle;
}
.contact_form td .form_box .form_box_dl dt {
  padding-right: 1em;
}

.contact_form .form_error input[type=text],
.contact_form .form_error textarea,
.contact_form .form_error .form_select,
.contact_form .form_error .form_select option {
  border: 2px solid #d90049;
  background-color: #ffecf2;
  color: #d90049;
}
.contact_form .form_error input[type=text]:-moz-placeholder-shown, .contact_form .form_error textarea:-moz-placeholder-shown, .contact_form .form_error .form_select:-moz-placeholder-shown, .contact_form .form_error .form_select option:-moz-placeholder-shown {
  color: #d90049;
}
.contact_form .form_error input[type=text]:-ms-input-placeholder, .contact_form .form_error textarea:-ms-input-placeholder, .contact_form .form_error .form_select:-ms-input-placeholder, .contact_form .form_error .form_select option:-ms-input-placeholder {
  color: #d90049;
}
.contact_form .form_error input[type=text]:placeholder-shown,
.contact_form .form_error textarea:placeholder-shown,
.contact_form .form_error .form_select:placeholder-shown,
.contact_form .form_error .form_select option:placeholder-shown {
  color: #d90049;
}
.contact_form .form_error input[type=text]::-webkit-input-placeholder,
.contact_form .form_error textarea::-webkit-input-placeholder,
.contact_form .form_error .form_select::-webkit-input-placeholder,
.contact_form .form_error .form_select option::-webkit-input-placeholder {
  color: #d90049;
}
.contact_form .form_error input[type=text]::-moz-placeholder,
.contact_form .form_error textarea::-moz-placeholder,
.contact_form .form_error .form_select::-moz-placeholder,
.contact_form .form_error .form_select option::-moz-placeholder {
  color: #d90049;
  opacity: 1;
}
.contact_form .form_error input[type=text]:-ms-input-placeholder,
.contact_form .form_error textarea:-ms-input-placeholder,
.contact_form .form_error .form_select:-ms-input-placeholder,
.contact_form .form_error .form_select option:-ms-input-placeholder {
  color: #d90049;
}
.contact_form .form_error input[type=text]::-ms-input-placeholder,
.contact_form .form_error textarea::-ms-input-placeholder,
.contact_form .form_error .form_select::-ms-input-placeholder,
.contact_form .form_error .form_select option::-ms-input-placeholder {
  color: #d90049;
}
.contact_form .form_error input[type=text]::-webkit-input-placeholder, .contact_form .form_error textarea::-webkit-input-placeholder, .contact_form .form_error .form_select::-webkit-input-placeholder, .contact_form .form_error .form_select option::-webkit-input-placeholder {
  color: #d90049;
}
.contact_form .form_error input[type=text]::-moz-placeholder, .contact_form .form_error textarea::-moz-placeholder, .contact_form .form_error .form_select::-moz-placeholder, .contact_form .form_error .form_select option::-moz-placeholder {
  color: #d90049;
}
.contact_form .form_error input[type=text]:-ms-input-placeholder, .contact_form .form_error textarea:-ms-input-placeholder, .contact_form .form_error .form_select:-ms-input-placeholder, .contact_form .form_error .form_select option:-ms-input-placeholder {
  color: #d90049;
}
.contact_form .form_error input[type=text]::-ms-input-placeholder, .contact_form .form_error textarea::-ms-input-placeholder, .contact_form .form_error .form_select::-ms-input-placeholder, .contact_form .form_error .form_select option::-ms-input-placeholder {
  color: #d90049;
}
.contact_form .form_error input[type=text]::placeholder,
.contact_form .form_error textarea::placeholder,
.contact_form .form_error .form_select::placeholder,
.contact_form .form_error .form_select option::placeholder {
  color: #d90049;
}
.contact_form .form_error .form_column_check {
  color: #d90049;
}
.contact_form .form_error .form_column_check input[type=checkbox] + span {
  border: 2px solid #d90049;
}

.form_column_box {
  display: none;
  margin: 40px 0 0;
  padding: 30px;
  background-color: #f0f0ee;
  border-radius: 8px;
}
.form_column_box p {
  margin: 1.5em 0 0;
}

.form_column_box_form ul, .form_column_box_form li {
  list-style-type: none !important;
}
.form_column_box_form ul {
  display: table;
  margin: 0 !important;
  padding: 0 !important;
}
.form_column_box_form ul li {
  display: table-cell;
  padding: 0 30px 0 0 !important;
}
.form_column_box_form ul li label {
  position: relative;
  padding: 0 0 0 30px;
}
.form_column_box_form ul li label input[type=radio] {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
}
.form_column_box_form ul li label span {
  position: absolute;
  top: 50%;
  left: 0px;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background-color: #fff;
  border-radius: 10px;
}
.form_column_box_form ul li label input[type=radio]:checked + span {
  background-color: #d90049;
}

.form_column h2 {
  margin: 0 0 1em;
  font-size: 113%;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
}
.form_column h2 em {
  position: relative;
  top: -2px;
  margin-left: 5px;
  background-color: #ffd400;
  padding: 1px 8px;
  border-radius: 2em;
  font-size: 50%;
  text-align: center;
  line-height: 1;
}
.form_column h3 {
  margin: 1.5em 0 0.5em 0;
  /* font-size: $f16; */
  font-weight: bold;
}
.form_column h3 em {
  position: relative;
  top: -2px;
  margin-left: 5px;
  background-color: #ffd400;
  padding: 1px 8px;
  border-radius: 2em;
  font-size: 50%;
  text-align: center;
  line-height: 1;
}
.form_column ul {
  margin: 0;
  padding: 0 0 0 1.5em;
  margin-top: 0.5em !important;
}
.form_column ul li {
  margin: 0;
  padding: 0;
  list-style-type: disc;
}
.form_column a {
  text-decoration: underline;
}
.form_column a:hover {
  text-decoration: none;
}

.form_column_privacy {
  padding: 40px 0 0;
}

.form_column_check {
  display: block;
  padding: 40px 0 0;
  text-align: center;
}
.form_column_check label {
  position: relative;
  display: inline-block;
  padding: 0 0 0 40px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.form_column_check label input[type=checkbox] {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
}
.form_column_check label input[type=checkbox] + span {
  position: absolute;
  top: 50%;
  left: 0px;
  display: block;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  border: 2px solid #dbdbd9;
  border-radius: 4px;
  background-color: #fff;
}
.form_column_check label input[type=checkbox]:checked + span {
  background-color: #d90049;
  border: 2px solid #d90049;
}
.form_column_check label:hover {
  color: #d90049;
}

.form_submit {
  padding: 40px 0 0;
  text-align: center;
}
.form_submit button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  display: inline-block;
  min-width: 320px;
  margin: 0 auto;
  padding: 1em 40px 1em 20px;
  background-color: #555;
  border-radius: 3em;
  -webkit-box-shadow: 0px 2px 0px 0px #dcdbdb;
          box-shadow: 0px 2px 0px 0px #dcdbdb;
  font-size: 113%;
  text-align: center;
  line-height: 1.2;
  color: #fff;
  background-color: #d90049;
}
.form_submit button::-ms-expand {
  display: none;
}
.form_submit button:hover {
  cursor: pointer;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.form_submit button:hover img {
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.form_submit button:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 22px;
  height: 22px;
  margin-top: -11px;
  background: url("/assets/images/icn_btn_circle_wh01.png") no-repeat 50% 50%;
  background-size: 22px 22px;
}
.form_submit button:after {
  background: url("/assets/images/icn_circle_wh01.png") no-repeat 50% 50%;
  background-size: 22px 22px;
}
.form_submit button[disabled=disabled] {
  opacity: 0.2;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}
.form_submit button[disabled=disabled]:hover {
  cursor: default;
}

.form_back {
  padding: 40px 0 0;
  text-align: center;
}
.form_back a {
  position: relative;
  display: inline-block;
  min-width: 320px;
  margin: 0 auto;
  padding: 1em 40px 1em 20px;
  background-color: #555;
  border-radius: 3em;
  -webkit-box-shadow: 0px 2px 0px 0px #dcdbdb;
          box-shadow: 0px 2px 0px 0px #dcdbdb;
  font-size: 113%;
  text-align: center;
  line-height: 1.2;
  color: #fff;
  background-color: #d90049;
}
.form_back a:hover {
  cursor: pointer;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.form_back a:hover img {
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.form_back a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 22px;
  height: 22px;
  margin-top: -11px;
  background: url("/assets/images/icn_btn_circle_wh01.png") no-repeat 50% 50%;
  background-size: 22px 22px;
}
.form_back a:after {
  background: url("/assets/images/icn_circle_wh01.png") no-repeat 50% 50%;
  background-size: 22px 22px;
}

.form_check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -20px;
}

.form_tt-r {
  font-size: 12px;
  margin-top: 5px;
  float: right;
}

.f-pc {
  position: relative;
  top: -14px;
}

.max-h {
  height: 25px;
  position: relative;
}
.max-h input {
  position: absolute;
  top: 10px;
}
.max-h p {
  position: absolute;
  right: 0;
  margin-top: 15px !important;
}

.fix-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fix-c em {
  height: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

/* feature */
.id_feature .pageheader {
  background: url("/feature/images/pageheader.jpg") no-repeat 50% 50%;
  background-size: cover;
}
.id_feature .contentsbox {
  margin-top: 60px;
}

/* feature_section */
.feature_head {
  margin-bottom: -20px;
  padding: 80px 0 0;
  text-align: center;
}
.feature_head h2 {
  font-size: 200%;
  font-weight: bold;
}

.feature_reason_list {
  margin: 30px 0;
  padding: 0 20px;
  border: 3px solid #f0f0ee;
  border-radius: 8px;
}
.feature_reason_list ul {
  display: table;
  table-layout: fixed;
  background-color: #fff;
  margin: 0 auto;
}
.feature_reason_list li {
  display: table-cell;
  width: 25%;
  padding: 10px 15px;
  text-align: center;
  vertical-align: middle;
}

.feature_btn {
  padding: 50px 0 80px;
  text-align: center;
}
.feature_btn a {
  position: relative;
  display: inline-block;
  min-width: 320px;
  margin: 0 auto;
  padding: 1em 40px 1em 20px;
  background-color: #555;
  border-radius: 3em;
  -webkit-box-shadow: 0px 2px 0px 0px #dcdbdb;
          box-shadow: 0px 2px 0px 0px #dcdbdb;
  font-size: 113%;
  text-align: center;
  line-height: 1.2;
  color: #fff;
}
.feature_btn a:hover {
  cursor: pointer;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.feature_btn a:hover img {
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.feature_btn a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 22px;
  height: 22px;
  margin-top: -11px;
  background: url("/assets/images/icn_btn_circle_wh01.png") no-repeat 50% 50%;
  background-size: 22px 22px;
}

.feature_section {
  padding: 60px 80px;
}
.feature_section h2 {
  padding: 0 0 30px;
  font-size: 200%;
  font-weight: bold;
  text-align: center;
}
.feature_section .feature_detail img {
  max-width: 100%;
}
.feature_section .feature_detail + .feature_detail {
  padding-top: 40px;
}

.feature_section1 .feature_detail,
.feature_section2 .feature_detail,
.feature_section4 .feature_detail {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
}

.feature_detail_image {
  display: table;
  margin: 0 auto;
  padding: 50px 0 0;
}
.feature_detail_image .feature_detail_image01,
.feature_detail_image .feature_detail_image02 {
  display: table-cell;
  text-align: left;
  vertical-align: top;
}

.feature_section1 h2 + .feature_detail {
  -ms-flex-flow: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-flow: row-reverse;
}
.feature_section1 .feature_detail figure {
  width: 420px;
}
.feature_section1 .feature_detail .feature_detail_read {
  width: 380px;
}

.feature_section2 img {
  border-radius: 0;
}
.feature_section2 .feature_btn {
  padding: 40px 0 0;
}
.feature_section2 .feature_detail figure {
  width: 380px;
}
.feature_section2 .feature_detail .feature_detail_read {
  width: 420px;
}

.feature_section4 .feature_detail {
  -ms-flex-flow: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-flow: row-reverse;
}
.feature_section4 .feature_detail figure {
  width: 380px;
}
.feature_section4 .feature_detail .feature_detail_read {
  width: 420px;
}
.feature_section4 .feature_detail img {
  border-radius: 8px;
}

/* platform */
.id_platform .pageheader {
  background: url("/platform/images/pageheader.jpg") no-repeat 50% 50%;
  background-size: cover;
  color: #fff;
}
.id_platform .detail_container {
  padding: 60px 0 20px;
}
/* platform_section */
.platform_article .detail_container {
  padding-bottom: 80px;
}

.platform_section {
  padding-top: 60px;
}
.platform_section section {
  display: table;
  width: 100%;
}

.platform_info {
  display: table-cell;
  width: 250px;
  padding: 80px 0px;
  border-right: 4px solid #f0f0ee;
  text-align: center;
  vertical-align: top;
}
.platform_info em {
  display: block;
  padding: 5px 0 0;
  font-size: 113%;
  font-weight: bold;
}

.platform_detail {
  display: table-cell;
  padding: 80px 80px;
  text-align: left;
  vertical-align: top;
}
.platform_detail .platform_detail_box {
  display: table;
  width: 100%;
  padding: 0 0 30px;
}
.platform_detail .platform_detail_box + .platform_detail_box {
  padding: 30px 0 0;
  border-top: 2px solid #dcdcdc;
}
.platform_detail .platform_detail_box figure,
.platform_detail .platform_detail_box .platform_detail_data {
  display: table-cell;
  vertical-align: top;
}
.platform_detail .platform_detail_box figure {
  width: 175px;
}
.platform_detail .platform_detail_box figure img {
  width: 100%;
  border: 3px solid #f0f0ee;
  border-radius: 8px;
}
.platform_detail .platform_detail_box .platform_detail_data {
  padding: 0 0 0 30px;
}
.platform_detail strong {
  display: inline-block;
  min-width: 18em;
  padding: 5px 10px;
  background-color: #ffd400;
  border-radius: 2em;
  font-size: 81%;
  text-align: center;
  line-height: 1;
}
.platform_detail h3 {
  position: relative;
  padding: 10px 0 10px 24px;
  font-size: 150%;
}
.platform_detail h3:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background: url("/assets/images/icn_btn_circle_bk01.png") no-repeat 50% 50%;
}

.platform_windows em {
  color: #00bcf3;
}

.platform_android em {
  color: #a4ca39;
}

.platform_ios em {
  color: #fe4c7a;
}

.platform_api em {
  color: #f37200;
}

/* purpose */
.id_purpose .pageheader {
  background: url("/purpose/images/pageheader.jpg") no-repeat 50% 50%;
  background-size: cover;
  color: #fff;
}
/* purpose_index */
.purpose_index_detail {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 60px 0;
}
.purpose_index_detail > div {
  width: 278px;
}

.purpose_index_hgroup,
.purpose_index_box {
  display: block;
  width: 278px;
  margin-bottom: 30px;
  padding: 30px 10px 0;
  text-align: center;
  border-radius: 8px;
}

.purpose_index_hgroup {
  position: relative;
  background-color: #e2e2e2;
}
.purpose_index_hgroup .purpose_index_hgroup_detail {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  margin-top: -5em;
}
.purpose_index_hgroup h3 {
  padding-bottom: 0.5em;
  font-size: 150%;
  font-weight: bold;
}

.purpose_index_box {
  display: block;
  overflow: hidden;
  position: relative;
  background-color: #fff;
}
.purpose_index_box figure {
  overflow: hidden;
}
.purpose_index_box img {
  cursor: pointer;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.purpose_index_box:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 1 !important;
}
.purpose_index_box h4 {
  font-size: 113%;
  font-weight: bold;
}
.purpose_index_box strong {
  display: inline-block;
  min-width: 12em;
  margin: 20px 0;
  padding: 5px 10px;
  background-color: #ffd400;
  border-radius: 2em;
  font-size: 81%;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  color: #000;
}
.purpose_index_box img {
  width: 100%;
  height: auto;
}
.purpose_index_box:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 12px;
  right: 12px;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background: url("/assets/images/icn_btn_circle_bk01.png") no-repeat 50% 50%;
}

/* ===== mediaSize ===== */
@media screen and (max-width: 1366px) {
  .purpose_index_detail div,
  .purpose_index_hgroup,
  .purpose_index_box {
    width: 24%;
    width: calc(25% - 15px);
  }
}
/* detail ===== */
.purpose_detail_nav {
  width: 1200px;
  margin: 0 auto;
  padding: 0 0;
  padding: 80px 0;
}
@media screen and (max-width: 1366px) {
  .purpose_detail_nav {
    width: 1000px;
  }
}
.purpose_detail_nav h2 {
  padding: 0 0 30px;
  font-size: 200%;
  font-weight: bold;
  text-align: center;
}
.purpose_detail_nav nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.purpose_detail_nav nav.clm4 a {
  width: 280px;
}
.purpose_detail_nav nav.clm2 {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.purpose_detail_nav nav.clm2 a {
  margin: 0 15px;
}
.purpose_detail_nav nav.clm1 {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.purpose_detail_nav nav a {
  position: relative;
  display: block;
  width: 380px;
  padding: 30px 15px 55px;
  background-color: #fff;
  border-radius: 8px;
  font-size: 113%;
  font-weight: bold;
  text-align: center;
}
.purpose_detail_nav nav a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 18px;
  height: 18px;
  margin-left: -9px;
  background: url("/assets/images/icn_pagedown.png") no-repeat 50% 50%;
}

/* ===== mediaSize ===== */
@media screen and (max-width: 1366px) {
  .purpose_detail_nav nav.clm4 a {
    width: 24%;
    width: calc(25% - 15px);
  }
  .purpose_detail_nav nav a {
    width: 33%;
    width: calc(33.3% - 15px);
    font-size: 100%;
  }
}
.purpose_detail_section {
  padding: 0 0 60px;
}
.purpose_detail_section .purpose_detail_contents {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 10px;
  background-color: #ccc;
  border-radius: 8px;
}
.purpose_detail_section .purpose_detail_contents:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 510px;
  height: 100%;
  background-color: #d90049;
  border-radius: 8px 0 0 8px;
}
.purpose_detail_section .purpose_detail_contents:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 510px;
  z-index: 3;
  width: 1px;
  height: 1px;
  margin-top: -80px;
  border: 80px solid transparent;
  border-left: 50px solid #d90049;
}
.purpose_detail_section .purpose_detail_hgroup {
  position: relative;
  z-index: 2;
  width: 490px;
  background-color: #fff;
  border-radius: 8px;
  vertical-align: top;
}
.purpose_detail_section .purpose_detail_hgroup h3 {
  padding: 40px 30px;
  font-size: 150%;
  font-weight: bold;
}
.purpose_detail_section .purpose_detail_hgroup figure img {
  width: 100%;
  height: auto;
  border-radius: 8px 8px 0 0;
}
.purpose_detail_section .purpose_detail_box {
  position: relative;
  z-index: 2;
  width: 610px;
  padding: 0 0 40px;
  background-color: #fff;
  vertical-align: top;
  border-radius: 8px;
}
.purpose_detail_section .purpose_detail_box h4 {
  display: inline-block;
  padding: 20px 30px 20px 40px;
  background-color: #d90049;
  border-radius: 8px 0 8px 0;
  font-size: 150%;
  font-weight: bold;
  text-align: center;
  color: #fff;
  line-height: 1;
}
.purpose_detail_section .purpose_detail_box p {
  padding: 20px 40px 0;
}
.purpose_detail_section .purpose_detail_box p a {
  text-decoration: underline;
}
.purpose_detail_section .purpose_detail_box p a:hover {
  text-decoration: none;
}
.purpose_detail_section .purpose_detail_box figure {
  padding: 40px 40px 0;
}
.purpose_detail_section .purpose_detail_box figure img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

/* ===== mediaSize ===== */
@media screen and (max-width: 1366px) {
  .purpose_detail_section .purpose_detail_contents:before {
    width: 410px;
  }
  .purpose_detail_section .purpose_detail_contents:after {
    left: 410px;
  }
  .purpose_detail_section .purpose_detail_hgroup {
    width: 390px;
  }
  .purpose_detail_section .purpose_detail_hgroup h3 {
    padding: 30px 10px 30px 20px;
    font-size: 125%;
  }
  .purpose_detail_section .purpose_detail_box {
    width: 510px;
    padding: 0 0 40px;
  }
  .purpose_detail_section .purpose_detail_box h4 {
    padding: 20px 20px 20px 30px;
    font-size: 125%;
  }
  .purpose_detail_section .purpose_detail_box p {
    padding: 20px 30px 0;
  }
  .purpose_detail_section .purpose_detail_box figure {
    padding: 30px 30px 0;
  }
}
/* state */
.id_purpose_detail .pageheader.pageheader_purpose_state {
  background: url("/purpose/state_images/pageheader.jpg") no-repeat 50% 50%;
  background-size: cover;
  color: #fff;
}

/* gis */
.id_purpose_detail .pageheader.pageheader_purpose_gis {
  background: url("/purpose/gis_images/pageheader.jpg") no-repeat 50% 50%;
  background-size: cover;
}

/* inbound */
.id_purpose_detail .pageheader.pageheader_purpose_inbound {
  background: url("/purpose/inbound_images/pageheader.jpg") no-repeat 50% 50%;
  background-size: cover;
  color: #fff;
}

/* print */
.id_purpose_detail .pageheader.pageheader_purpose_print {
  background: url("/purpose/print_images/pageheader.jpg") no-repeat 50% 50%;
  background-size: cover;
  color: #fff;
}

/* disaster_prevention */
.id_purpose_detail .pageheader.pageheader_purpose_disaster_prevention {
  background: url("/purpose/disaster_prevention_images/pageheader.jpg") no-repeat 50% 50%;
  background-size: cover;
}

/* analysis */
.id_purpose_detail .pageheader.pageheader_purpose_analysis {
  background: url("/purpose/analysis_images/pageheader.jpg") no-repeat 50% 50%;
  background-size: cover;
  color: #fff;
}

/* guide */
.id_purpose_detail .pageheader.pageheader_purpose_guide {
  background: url("/purpose/guide_images/pageheader.jpg") no-repeat 50% 50%;
  background-size: cover;
  color: #fff;
}

/* geocording */
.id_purpose_detail .pageheader.pageheader_purpose_geocording {
  background: url("/purpose/geocording_images/pageheader.jpg") no-repeat 50% 50%;
  background-size: cover;
}

/* estimation */
.id_purpose_detail .pageheader.pageheader_purpose_estimation {
  background: url("/purpose/estimation_images/pageheader.jpg") no-repeat 50% 50%;
  background-size: cover;
  color: #fff;
}

/* input */
.id_purpose_detail .pageheader.pageheader_purpose_input {
  background: url("/purpose/input_images/pageheader.jpg") no-repeat 50% 50%;
  background-size: cover;
  color: #fff;
}

/* service */
.id_service .pageheader {
  background: url("/service/images/pageheader.jpg") no-repeat 50% 50%;
  background-size: cover;
  color: #fff;
}
.id_service .contents_read {
  padding: 80px 0;
}
.id_service .contents_read h2 {
  font-size: 113%;
}

/* service_index */
.container_service_index {
  padding-bottom: 80px;
}

.service_index {
  width: 1200px;
  margin: 0 auto;
  padding: 0 0;
  padding-top: 30px;
}
@media screen and (max-width: 1366px) {
  .service_index {
    width: 1000px;
  }
}
.service_index h2 {
  padding: 30px 0 0;
  font-size: 200%;
  font-weight: bold;
  text-align: center;
}
.service_index .icn_android {
  color: #a4ca39;
}
.service_index .icn_ios {
  color: #fe4c7a;
}
.service_index .icn_windows {
  color: #00bcf3;
}

.service_index_detail {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.service_index_detail:after {
  content: "";
  display: block;
  width: 33%;
  width: calc(33.3% - 15px);
}

.service_index_box {
  display: block;
  width: 380px;
  margin-top: 30px;
  border-radius: 8px;
  background-color: #fff;
}
.service_index_box figure {
  display: block;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}
.service_index_box figure figure {
  overflow: hidden;
}
.service_index_box figure img {
  cursor: pointer;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.service_index_box figure:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 1 !important;
}
.service_index_box figure img {
  border-radius: 8px 8px 0 0;
  width: 100%;
  height: auto;
}
.service_index_box .service_index_box_detail {
  padding: 20px 20px;
}
.service_index_box h3 {
  position: relative;
  padding-right: 24px;
  font-size: 113%;
  font-weight: bold;
}
.service_index_box h3:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0px;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background: url("/assets/images/icn_btn_circle_bk01.png") no-repeat 50% 50%;
}
.service_index_box dl {
  padding: 15px 0 0;
}
.service_index_box dl dt {
  padding: 0 0 15px;
  font-size: 81%;
  font-weight: bold;
}
.service_index_box[target=_blank] h3:after {
  background: url("/assets/images/icn_blankbox.png") no-repeat 50% 50%;
}

.aside_container .service_index_box_detail {
  border: 2px solid #f0f0ee;
  border-top: 0;
}

/* ===== mediaSize ===== */
@media screen and (max-width: 1366px) {
  .service_index_detail > div,
  .service_index_box {
    width: 33%;
    width: calc(33.3% - 15px);
  }
}
/* detail ===== */
.id_service_detail {
  overflow: hidden;
}
.id_service_detail .detail_container {
  padding-bottom: 1px;
}
.id_service_detail .detailnav {
  padding: 40px 0 0;
}
.id_service_detail .detailnav li {
  width: 25%;
  width: calc(25% - 20px);
}
.id_service_detail .detailnav_service {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.id_service_detail .detailnav_service li {
  margin: 0 10px;
}
.id_service_detail .contents_read {
  font-weight: bold;
}
.id_service_detail .contentsbox {
  margin: 60px auto;
  padding: 80px 80px;
}
.id_service_detail .contentsbox > p + p {
  margin-top: 1em;
}

.service_detail_hgroup {
  padding: 0 0 40px;
  text-align: center;
}
.service_detail_hgroup h2 {
  font-size: 200%;
  font-weight: bold;
  line-height: 1.2;
}
.service_detail_hgroup h2 + p {
  padding: 20px 0 0;
}
.service_detail_hgroup + h3 {
  margin-top: 20px;
}

/* service_index */
.service_feature_read {
  display: table;
}
.service_feature_read > p {
  display: table-cell;
  text-align: left;
  vertical-align: top;
}
.service_feature_read .service_feature_read_text {
  display: table-cell;
  text-align: left;
  vertical-align: top;
}
.service_feature_read .service_feature_read_text p {
  margin-top: 1em;
}
.service_feature_read .service_feature_read_text p:first-child {
  margin-top: 0;
}
.service_feature_read figure {
  display: table-cell;
  width: 420px;
  padding: 0 0 0 40px;
  text-align: right;
  vertical-align: top;
}
.service_feature_read figure img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.border-img {
  border: 1px solid #ededed;
}

.service_feature_read-right {
  display: table;
  padding-top: 40px;
}
.service_feature_read-right > p {
  display: table-cell;
  text-align: left;
  vertical-align: top;
}
.service_feature_read-right > p span {
  margin-top: 20px;
  display: block;
}
.service_feature_read-right .service_feature_read_text {
  display: table-cell;
  text-align: left;
  vertical-align: top;
}
.service_feature_read-right .service_feature_read_text p {
  margin-top: 1em;
}
.service_feature_read-right .service_feature_read_text p:first-child {
  margin-top: 0;
}
.service_feature_read-right figure {
  display: table-cell;
  width: 420px;
  padding: 0 40px 0 0;
  text-align: right;
  vertical-align: top;
}
.service_feature_read-right figure img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.service_feature_contents:first-child {
  padding-top: 1px;
}
.service_feature_contents ul.ullist {
  padding-top: 1em;
}
.service_feature_contents ul.ullist + p {
  padding-top: 1em;
}
.service_feature_contents .contentsbox > figure {
  margin-top: 30px;
  text-align: center;
}

.service_feature_info,
.service_feature_scene {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.service_feature_info > div,
.service_feature_scene > div {
  width: 260px;
}

.service_feature_info_box {
  width: 260px;
  padding: 40px 0 0;
}
.service_feature_info_box:nth-child(-n+3) {
  padding-top: 0;
}
.service_feature_info_box dl dt {
  padding: 10px 0;
  font-size: 113%;
  font-weight: bold;
  text-align: center;
}
.service_feature_info_box dl dt span {
  display: block;
  font-size: 120%;
  color: #d90049;
  line-height: 1;
}
.service_feature_info_box dl a {
  text-decoration: underline;
}
.service_feature_info_box dl a:hover {
  text-decoration: none;
}
.service_feature_info_box figure img {
  max-width: 260px;
}

.service_feature_scene {
  padding: 40px 0 0;
}
.service_feature_scene .purpose_index_box {
  display: block;
  width: 260px;
  border: 2px solid #f0f0ee;
}
.service_feature_scene .purpose_index_box img {
  width: 100%;
  height: auto;
}
.service_feature_scene > span {
  display: block;
  width: 260px;
}
.service_feature_scene a {
  display: block;
  overflow: hidden;
}
.service_feature_scene a figure {
  overflow: hidden;
}
.service_feature_scene a img {
  cursor: pointer;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.service_feature_scene a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 1 !important;
}

.service_feature_scene_box {
  width: 260px;
  padding: 40px 0 0;
}
.service_feature_scene_box dl dt {
  padding: 10px 0;
  font-size: 113%;
  font-weight: bold;
}

.service_feature_btn {
  padding: 20px 0 0;
  text-align: center;
}
.service_feature_btn a {
  position: relative;
  display: inline-block;
  min-width: 320px;
  margin: 0 auto;
  padding: 1em 40px 1em 20px;
  background-color: #555;
  border-radius: 3em;
  -webkit-box-shadow: 0px 2px 0px 0px #dcdbdb;
          box-shadow: 0px 2px 0px 0px #dcdbdb;
  font-size: 113%;
  text-align: center;
  line-height: 1.2;
  color: #fff;
}
.service_feature_btn a:hover {
  cursor: pointer;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.service_feature_btn a:hover img {
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.service_feature_btn a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 22px;
  height: 22px;
  margin-top: -11px;
  background: url("/assets/images/icn_btn_circle_wh01.png") no-repeat 50% 50%;
  background-size: 22px 22px;
}

.service_feature_plan table {
  width: 100%;
}
.service_feature_plan table th, .service_feature_plan table td {
  text-align: center;
  vertical-align: middle;
}
.service_feature_plan table th {
  padding: 10px 0;
}
.service_feature_plan table td {
  padding: 10px 10px;
}
.service_feature_plan table thead th {
  background-color: #ffd400;
  font-weight: bold;
}
.service_feature_plan table tbody tr:nth-child(even) th, .service_feature_plan table tbody tr:nth-child(even) td {
  background-color: #f5f5f5;
}
.service_feature_plan table tbody th {
  width: 36%;
  font-weight: bold;
}
.service_feature_plan table tbody td {
  width: 32%;
}

.service_feature_plan_nav {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.service_feature_plan_nav div {
  display: table-cell;
  padding: 10px 10px;
  width: 33.3%;
  text-align: center;
  vertical-align: top;
}
.service_feature_plan_nav .service_feature_plan_btn {
  position: relative;
  padding-top: 50px;
}
.service_feature_plan_nav .service_feature_plan_btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  width: 20px;
  height: 28px;
  margin-left: -14px;
  background: url("/assets/images/arrow_down.png") no-repeat 50% 50%;
}
.service_feature_plan_nav .service_feature_plan_btn a {
  position: relative;
  display: inline-block;
  min-width: 320px;
  margin: 0 auto;
  padding: 1em 40px 1em 20px;
  background-color: #555;
  border-radius: 3em;
  -webkit-box-shadow: 0px 2px 0px 0px #dcdbdb;
          box-shadow: 0px 2px 0px 0px #dcdbdb;
  font-size: 113%;
  text-align: center;
  line-height: 1.2;
  color: #fff;
  background-color: #d90049;
  width: 100%;
  min-width: 100%;
}
.service_feature_plan_nav .service_feature_plan_btn a:hover {
  cursor: pointer;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.service_feature_plan_nav .service_feature_plan_btn a:hover img {
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.service_feature_plan_nav .service_feature_plan_btn a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 22px;
  height: 22px;
  margin-top: -11px;
  background: url("/assets/images/icn_btn_circle_wh01.png") no-repeat 50% 50%;
  background-size: 22px 22px;
}
.service_feature_plan_nav .service_feature_plan_btn a:after {
  background: url("/assets/images/icn_circle_wh01.png") no-repeat 50% 50%;
  background-size: 22px 22px;
}
.service_feature_plan_nav .service_feature_plan_btn p {
  padding: 10px 0 0;
  color: #d90049;
}

.service_feature_thumb {
  display: block;
  *overflow: hidden;
  *zoom: 1;
  padding: 20px 0;
}
.service_feature_thumb:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
}
.service_feature_thumb:first-child {
  padding-top: 0;
}
.service_feature_thumb li {
  float: left;
  vertical-align: top;
}
.service_feature_thumb li + li {
  margin-left: 10px;
}
.service_feature_thumb li img {
  width: 100%;
  height: auto;
}
.service_feature_thumb li a {
  display: block;
  overflow: hidden;
}
.service_feature_thumb li a figure {
  overflow: hidden;
}
.service_feature_thumb li a img {
  cursor: pointer;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.service_feature_thumb li a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 1 !important;
}

/* table */
h3 + .func_table tr:first-child th, h3 + .func_table tr:first-child td,
h4 + .func_table tr:first-child th,
h4 + .func_table tr:first-child td {
  border: 0;
}

p + .func_table {
  margin-top: 20px;
}

.func_table {
  width: 100%;
}
.func_table th, .func_table td {
  padding: 20px 0;
  border-top: 3px solid #f0f0ee;
  text-align: left;
  vertical-align: top;
}
.func_table th {
  width: 14em;
  font-weight: bold;
}
.func_table th em {
  display: block;
  font-size: 88%;
  font-weight: bold;
}
.func_table td {
  width: 640px;
}
.func_table td figure {
  padding: 1em 0 0;
}
.func_table td p + p,
.func_table td ul + p {
  margin-top: 1em;
}
.func_table td ul:first-child {
  padding-top: 0;
}
.func_table td .ullist {
  margin-top: -8px;
}
.func_table td .ullist li {
  margin-top: 8px;
}
.func_table td p, .func_table td figure {
  margin-top: 1em;
}
.func_table td p:first-child, .func_table td figure:first-child {
  margin-top: 0;
}
.func_table td a.subwin_open,
.func_table td a figure,
.func_table td figure a {
  display: block;
  overflow: hidden;
}
.func_table td a.subwin_open figure,
.func_table td a figure figure,
.func_table td figure a figure {
  overflow: hidden;
}
.func_table td a.subwin_open img,
.func_table td a figure img,
.func_table td figure a img {
  cursor: pointer;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.func_table td a.subwin_open:hover img,
.func_table td a figure:hover img,
.func_table td figure a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 1 !important;
}
.func_table .contents_caption {
  margin: 10px 0 0;
}

h3 + .req_table tr:first-child th, h3 + .req_table tr:first-child td,
h4 + .req_table tr:first-child th,
h4 + .req_table tr:first-child td {
  border: 0;
}

p + .req_table {
  margin-top: 20px;
}

.service_req-tb {
  width: 100%;
}
.service_req-tb table {
  border-collapse: collapse;
}
.service_req-tb th {
  background-color: #f5f5f5;
  font-weight: bold;
}
.service_req-tb table, .service_req-tb th, .service_req-tb td {
  border: 1px solid #bdbdbd;
  padding: 10px 20px;
}
.service_req-tb td:first-child {
  font-weight: bold;
  width: 23%;
}
.service_req-tb small {
  margin-left: 10px;
}

.req_table {
  width: 100%;
}
.req_table th, .req_table td {
  text-align: left;
  vertical-align: top;
}
.req_table th {
  width: 14em;
  padding: 20px 20px 20px 0;
  border-top: 3px solid #bdbdbd;
  border-right: 5px solid #fff;
  font-weight: bold;
}
.req_table td {
  width: 630px;
  padding: 20px 20px;
  border-top: 3px solid #f5f5f5;
}
.req_table td dt {
  font-weight: bold;
}
.req_table td dt:before {
  content: "● ";
}
.req_table td dd + dt {
  margin: 20px 0 0;
}
.req_table td .service_system_req_detail {
  display: table;
  width: 100%;
}
.req_table td .service_system_req_detail dl {
  display: table-cell;
  width: 50%;
  text-align: left;
  vertical-align: top;
}
.req_table td ul:first-child {
  padding-top: 0;
}
.req_table td .ullist {
  margin-top: -8px;
}
.req_table td .ullist li {
  margin-top: 8px;
}
.req_table td p, .req_table td figure {
  margin-top: 1em;
}
.req_table td p:first-child, .req_table td figure:first-child {
  margin-top: 0;
}
.req_table h4 {
  margin: 60px 0 10px;
  font-size: 125%;
  font-weight: bold;
}
.req_table .contents_caption {
  margin: 10px 0 0;
}

.tm-mgt40 {
  margin: 20px 0 40px 0;
}

.tt-link-underline a {
  text-decoration: underline !important;
}

.tt-list-number {
  margin: 10px 0;
}
.tt-list-number li {
  list-style-type: decimal !important;
  margin-left: 20px;
  margin-top: 10px;
}

.tt-list-remark li {
  margin: 10px 0;
}
.tt-list-remark li::before {
  content: "※";
  padding-right: 8px;
}
.tt-list-remark li dl {
  margin: 5px 0;
}
.tt-list-remark li dl dt::before, .tt-list-remark li dl dd::before {
  content: "・" !important;
  padding-right: 5px;
}

.even-color tr:nth-child(even) {
  background-color: #fbfbfb !important;
}

.responsive-table {
  overflow-x: auto;
}

.pc-w24 {
  width: 24% !important;
}

.nav-menu-content {
  margin-bottom: 40px !important;
}
.nav-menu-content li {
  margin-bottom: 10px;
}
.nav-menu-content li:last-child {
  margin-bottom: 0;
}

/* system */
.service_system_detail figure + p {
  padding: 30px 0 0;
}
.service_system_detail .caption_list {
  padding: 10px 0 0;
}
.service_system_detail .caption_list li {
  padding: 10px 0 0;
  font-size: 88%;
}

/* support */
.service_support_flow_detail figure {
  padding: 30px 0 0;
}

.service_support_flow_list {
  display: table;
  table-layout: fixed;
  margin: 30px 0 0;
  background-color: #e3eeff;
  border-radius: 8px;
}
.service_support_flow_list dl {
  position: relative;
  display: table-cell;
  padding: 20px 17px 20px 24px;
}
.service_support_flow_list dl:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: -17px;
  width: 34px;
  height: 100%;
  background: url("/service/api/images/support_bg01_pc.png") no-repeat 50% 50%;
  background-size: 34px 100%;
}
.service_support_flow_list dl:first-child {
  padding-left: 15px;
}
.service_support_flow_list dl:first-child:before {
  display: none;
}
.service_support_flow_list dl:last-child {
  padding-right: 15px;
}
.service_support_flow_list dl dt {
  position: relative;
  z-index: 2;
  padding: 0 0 15px;
}
.service_support_flow_list dl dt span {
  display: block;
  padding: 2px 0;
  background-color: #3290d3;
  border-radius: 8px;
  text-align: center;
  color: #fff;
}
.service_support_flow_list dl dd {
  position: relative;
  z-index: 2;
  font-size: 88%;
  font-weight: bold;
}
.service_support_flow_list dl dd span {
  display: inline-block;
  padding: 5px 0 0;
  font-size: 66%;
  line-height: 1.2;
}

.service_support_customer dl {
  margin: 0 0 30px;
  padding: 10px 40px 20px;
  background-color: #fdf5f5;
}
.service_support_customer dl dt {
  position: relative;
  padding: 10px 0 10px 40px;
  font-weight: bold;
}
.service_support_customer dl dt:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
  width: 31px;
  height: 31px;
  margin-top: -15.5px;
}
.service_support_customer dl dd {
  padding: 10px 0 0;
}
.service_support_customer .service_support_customer1 dt:before {
  background: url("/service/api/images/support_icn01.png") no-repeat 50% 50%;
}
.service_support_customer .service_support_customer2 dt:before {
  background: url("/service/api/images/support_icn02.png") no-repeat 50% 50%;
}
.service_support_customer .service_support_customer3 dt:before {
  background: url("/service/api/images/support_icn03.png") no-repeat 50% 50%;
}
.service_support_customer ul {
  margin: 0;
  padding: 0 0 0 1.5em;
}
.service_support_customer ul li {
  margin: 0;
  padding: 0;
  list-style-type: disc;
}

.service_support_customer_column {
  display: table;
  width: 100%;
  margin: 30px 0 0;
  border: 2px solid #d90049;
}
.service_support_customer_column h4 {
  display: table-cell;
  width: 12em;
  padding: 20px 20px;
  background-color: #d90049;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}
.service_support_customer_column p {
  display: table-cell;
  padding: 20px 20px;
  text-align: left;
  vertical-align: middle;
}
.service_support_customer_column + p {
  margin-top: 2em;
}

/* case */
.service_case_contents {
  width: 1200px;
  margin: 0 auto;
  padding: 0 0;
  padding-bottom: 80px;
}
@media screen and (max-width: 1366px) {
  .service_case_contents {
    width: 1000px;
  }
}
.service_case_contents .service_detail_hgroup {
  padding: 60px 0 20px;
}
.service_case_contents h2 {
  font-size: 150%;
  font-weight: bold;
  text-align: center;
}
.service_case_contents .service_feature_btn {
  padding: 40px 0 0;
}

/* api */
.id_service_detail .pageheader.pageheader_service_api {
  background: url("/service/api/images/pageheader.jpg") no-repeat 50% 50%;
  background-size: cover;
  color: #fff;
}

.service_feature_thumb_api li {
  width: 145px;
}
.service_feature_thumb_api li span {
  display: block;
  padding: 5px 0 0;
  font-size: 88%;
}

.service_feature_list {
  margin: 0;
  padding: 0 0 0 1.5em;
}
.service_feature_list li {
  margin: 0;
  padding: 0;
  list-style-type: disc;
}

.service_support_flow_list_api dl:nth-child(1) {
  width: 21%;
}
.service_support_flow_list_api dl:nth-child(2) {
  width: 21%;
}
.service_support_flow_list_api dl:nth-child(3) {
  width: 21%;
}
.service_support_flow_list_api dl:nth-child(5) {
  width: 14%;
}

/* sdk */
.id_service_detail .pageheader.pageheader_service_sdk {
  background: url("/service/sdk/images/pageheader.jpg") no-repeat 50% 50%;
  background-size: cover;
  color: #fff;
}

.service_feature_thumb_sdk li {
  width: 200px;
}
.service_feature_thumb_sdk li span {
  display: block;
  padding: 5px 0 0;
  font-size: 75%;
}

.sdk_system_licence {
  margin: 30px 0 0;
  text-align: center;
}

.service_support_flow_list_sdk dl:nth-child(1) {
  width: 20%;
}
.service_support_flow_list_sdk dl:nth-child(2) {
  width: 20%;
}
.service_support_flow_list_sdk dl:nth-child(3) {
  width: 20%;
}
.service_support_flow_list_sdk dl:nth-child(4) {
  width: 20%;
}
.service_support_flow_list_sdk dl:nth-child(5) {
  width: 20%;
}

/* win_sdk */
.id_service_detail .pageheader.pageheader_service_sdk_win {
  background: url("/service/sdk_win/images/pageheader.jpg") no-repeat 50% 50%;
  background-size: cover;
  color: #fff;
}

/* print */
.id_service_detail .pageheader.pageheader_service_print {
  background: url("/service/print/images/pageheader.jpg") no-repeat 50% 50%;
  background-size: cover;
  color: #fff;
}

/* rurubu */
.id_service_detail .pageheader.pageheader_service_rurubu {
  background: url("/service/rurubu/images/pageheader.jpg") no-repeat 50% 50%;
  background-size: cover;
  color: #fff;
}

.rurubu_lang {
  padding: 40px 0 20px;
}
.rurubu_lang ul {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.rurubu_lang ul li {
  display: table-cell;
  text-align: center;
  vertical-align: top;
}
.rurubu_lang ul li figure {
  padding: 0 0 10px;
}

.rurubu_data {
  margin: 0 0 10px;
}
.rurubu_data thead th {
  padding: 10px 0;
  background-color: #ffd400;
  font-size: 113%;
  font-weight: bold;
  text-align: center;
}
.rurubu_data thead th:nth-child(1) {
  width: 25%;
}
.rurubu_data thead th:nth-child(2) {
  width: 15%;
}
.rurubu_data tbody th, .rurubu_data tbody td {
  padding: 10px;
}
.rurubu_data tbody th em, .rurubu_data tbody td em {
  display: none;
}
.rurubu_data tbody th {
  font-weight: bold;
  text-align: center;
}
.rurubu_data tbody th + td {
  text-align: center;
}
.rurubu_data tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}

/* navi_app */
.id_service_detail .pageheader.pageheader_service_navi_app {
  background: url("/service/navi_app/images/pageheader.jpg") no-repeat 50% 50%;
  background-size: cover;
}

.navi_app_img {
  padding: 40px 0 0;
  text-align: center;
}

/* heredb */
.id_service_detail .pageheader.pageheader_service_heredb {
  background: url("/service/heredb/images/pageheader.jpg") no-repeat 50% 50%;
  background-size: cover;
}
.id_service_detail .contents_heredb h3 {
  margin-top: 30px;
  padding: 10px 0;
  font-size: 113%;
  font-weight: bold;
  position: relative;
  margin-left: 20px;
}
.id_service_detail .contents_heredb h3::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #000;
  top: 18px;
  border-radius: 25px;
  margin-left: -20px;
}
.id_service_detail .laptop-display {
  text-align: center;
}
.id_service_detail .laptop-display img {
  margin-top: 40px;
  max-width: 650px;
}
.id_service_detail .notes {
  margin-top: 40px;
  border: 3px solid #f0f0ee;
  padding: 20px;
}
.id_service_detail .notes h4 {
  font-weight: bold;
  margin-bottom: 5px;
}
.id_service_detail .service_nav-content {
  margin-top: 20px;
}
.id_service_detail .service_nav-content .nav-menu {
  max-width: 500px;
  width: 100%;
  margin: auto;
  padding: 20px 40px;
  border: 1px solid #bdbdbd;
  border-radius: 8px;
}
.id_service_detail .service_nav-content .nav-menu a {
  display: inline-block;
  font-weight: bold;
}
.id_service_detail .service_nav-content .nav-menu li:last-child {
  padding-bottom: 0px;
}
.id_service_detail .service_nav-content .nav-menu ol {
  margin-top: 10px;
  margin-left: 40px;
  margin-bottom: 10px;
}
.id_service_detail .service_nav-content .nav-menu ol li {
  position: relative;
}
.id_service_detail .service_nav-content .nav-menu ol li::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 1px;
  background-color: #000;
  top: 40%;
  -webkit-transform: translate(-140%, 0);
          transform: translate(-140%, 0);
}
.id_service_detail .service_nav-content .nav-menu ol li a {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: normal;
}
.id_service_detail .service_nav-content nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.id_service_detail .service_nav-content nav a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(34% - 15px);
  padding: 20px 35px 20px 15px;
  background-color: #fff;
  border: 1px solid #bdbdbd;
  border-radius: 8px;
  font-size: 100%;
  font-weight: bold;
  text-align: center;
  margin-bottom: -10px;
}
.id_service_detail .service_nav-content nav a:after {
  content: "";
  display: block;
  position: absolute;
  top: 37%;
  right: 5%;
  width: 18px;
  height: 18px;
  margin-left: -9px;
  background: url("/assets/images/icn_pagedown.png") no-repeat 50% 50%;
}

/* asean */
.id_service_detail .pageheader.pageheader_service_asean {
  background: url("/service/asean/images/pageheader.jpg") no-repeat 50% 50%;
  background-size: cover;
}

.asean_about_figure {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 20px 0 40px;
}
.asean_about_figure li {
  width: 260px;
  padding: 20px 0 0;
}

.asean_about_table {
  margin-bottom: 20px;
  border-bottom: 3px solid #f0f0ee;
}

.asean_contentsdata_sample span {
  display: block;
  overflow: hidden;
}

/* geocording */
.id_service_detail .pageheader.pageheader_service_geocording {
  background: url("/service/geocording/images/pageheader.jpg") no-repeat 50% 50%;
  background-size: cover;
}

/* language */
.id_service_detail .pageheader.pageheader_service_language {
  background: url("/service/language/images/pageheader.jpg") no-repeat 50% 50%;
  background-size: cover;
  color: #fff;
}

.language_map {
  margin: 30px 0 0;
  padding: 0 0 30px;
  background-color: #eee;
  border-radius: 8px;
}

.language_map_frame {
  padding: 20px;
}
.language_map_frame img {
  width: 100%;
  height: auto;
}

.language_map_nav {
  display: block;
  *overflow: hidden;
  *zoom: 1;
}
.language_map_nav:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
}
.language_map_nav li {
  float: left;
  width: 144px;
  margin: 10px 0 0 20px;
}
.language_map_nav li a {
  display: block;
  padding: 10px 0;
  background-color: #fff;
  border-radius: 3em;
  -webkit-box-shadow: 0px 2px 0px 0px #dcdbdb;
          box-shadow: 0px 2px 0px 0px #dcdbdb;
  text-align: center;
  line-height: 1.2;
}
.language_map_nav li a:hover {
  cursor: pointer;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.language_map_nav li a:hover img {
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.language_map_nav li a.btnon {
  background-color: #555;
  color: #fff;
}
.language_map_title {
  padding: 20px 20px 0;
}

/* db */
.id_service_detail .pageheader.pageheader_service_db {
  background: url("/service/db/images/pageheader.jpg") no-repeat 50% 50%;
  background-size: cover;
  color: #fff;
}

h3 + .db_table {
  padding-top: 0;
  border-top: 0;
}

.db_table {
  display: block;
  overflow: hidden;
  display: table;
  width: 100%;
  padding: 30px 0;
  border-top: 3px solid #dcdcdc;
}
.db_table figure {
  overflow: hidden;
}
.db_table img {
  cursor: pointer;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.db_table:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 1 !important;
}
.db_table:last-child {
  padding-bottom: 0;
}
.db_table figure {
  display: table-cell;
  width: 205px;
  text-align: left;
  vertical-align: top;
}
.db_table figure span {
  overflow: hidden;
  display: block;
  width: 174px;
  border: 3px solid #eee;
  border-radius: 8px;
}
.db_table figure span img {
  width: 100%;
  height: auto;
}
.db_table .db_table_data {
  display: table-cell;
  text-align: left;
  vertical-align: top;
}
.db_table .db_table_data p {
  margin-top: 0.5em;
}
.db_table .db_table_data p + p {
  margin-top: 1em;
}

.db_datail {
  display: table;
  width: 100%;
  padding: 10px 0 0;
}
.db_datail .db_detail_data {
  display: table-cell;
  padding: 0 30px 0 0;
  text-align: left;
  vertical-align: top;
}
.db_datail .db_detail_data h4 {
  margin-top: 0;
  margin-bottom: 1em;
}
.db_datail .db_detail_data ul {
  margin: 0;
  padding: 0 0 0 1.5em;
  margin-top: -0.5em;
}
.db_datail .db_detail_data ul li {
  margin: 0;
  padding: 0;
  list-style-type: disc;
}
.db_datail .db_detail_data ul li {
  padding-top: 0.5em;
}
.db_datail .db_detail_data ul + p {
  margin-top: 1.5em;
}
.db_datail .db_detail_data + figure {
  display: table-cell;
  width: 230px;
  text-align: right;
  vertical-align: top;
}
.db_datail .db_detail_data + figure img {
  max-width: 100%;
  height: auto;
}
.db_datail .db_detail_data + figure a {
  display: block;
  overflow: hidden;
}
.db_datail .db_detail_data + figure a figure {
  overflow: hidden;
}
.db_datail .db_detail_data + figure a img {
  cursor: pointer;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.db_datail .db_detail_data + figure a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 1 !important;
}

/* mapdk5_info */
.service_mapdk5_info {
  padding-top: 1px;
}
.service_mapdk5_info h1 {
  padding: 0 0 40px;
  font-size: 200%;
  font-weight: bold;
  text-align: center;
}
.service_mapdk5_info p + p {
  margin: 2em 0 0;
}
.service_mapdk5_info h2 {
  margin: 60px 0 30px;
  font-size: 150%;
  font-weight: bold;
  text-align: center;
}
.service_mapdk5_info .service_mapdk5_info_about {
  margin: 0 0 60px;
}
.service_mapdk5_info .service_mapdk5_info_read {
  padding: 0 0 30px;
}
.service_mapdk5_info .service_mapdk5_info_read a {
  text-decoration: underline;
}
.service_mapdk5_info .service_mapdk5_info_read a:hover {
  text-decoration: none;
}

.t-left {
  text-align: left !important;
  padding: 15px 15px !important;
}

.t-mgl40 {
  margin-left: 40px;
}

.service_feature_plan.plan-api .price_t {
  font-size: 120%;
  font-weight: bold;
}
.service_feature_plan.plan-api .tt-tb {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 120%;
  font-weight: bold;
}
.service_feature_plan.plan-api .mgt-50 {
  margin-top: 50px;
}
.service_feature_plan.plan-api.service_feature_plan table {
  width: 100%;
  font-size: 90%;
  background-color: #FFF !important;
}
.service_feature_plan.plan-api.service_feature_plan table small {
  font-size: 70%;
  line-height: 1.5;
  display: block;
}
.service_feature_plan.plan-api.service_feature_plan table th, .service_feature_plan.plan-api.service_feature_plan table td {
  text-align: center;
  vertical-align: middle;
}
.service_feature_plan.plan-api.service_feature_plan table th {
  padding: 10px 0;
  border: 1px solid #bdbdbd !important;
  background-color: #f5f5f5 !important;
}
.service_feature_plan.plan-api.service_feature_plan table td {
  padding: 10px 5px;
  border: 1px solid #bdbdbd !important;
}
.service_feature_plan.plan-api.service_feature_plan table thead th {
  background-color: #ffd400 !important;
  border: 1px solid #f5f5f5 !important;
  font-weight: bold;
}
.service_feature_plan.plan-api.service_feature_plan table tbody tr:nth-child(even) th, .service_feature_plan.plan-api.service_feature_plan table tbody tr:nth-child(even) td, .service_feature_plan.plan-api.service_feature_plan table tbody tr:nth-child(odd) td {
  background-color: #FFF !important;
}
.service_feature_plan.plan-api.service_feature_plan table tbody tr:nth-child(2) th, .service_feature_plan.plan-api.service_feature_plan table tbody tr:nth-child(4) th, .service_feature_plan.plan-api.service_feature_plan table tbody tr:nth-child(6) th, .service_feature_plan.plan-api.service_feature_plan table tbody tr:nth-child(8) th {
  background-color: #f5f5f5 !important;
}
.service_feature_plan.plan-api.service_feature_plan table tbody th {
  width: 4% !important;
  font-weight: bold;
}
.service_feature_plan.plan-api.service_feature_plan table tbody td {
  width: 6% !important;
}

.list_api .service_support_flow_list.service_support_flow_list dl:last-child {
  width: 210px !important;
}
.list_api .service_support_flow_list.service_support_flow_list dl:nth-child(3) {
  width: 210px !important;
}
.list_api .service_support_flow_list.service_support_flow_list dl:nth-child(2) {
  width: 210px !important;
}
.list_api .service_support_flow_list.service_support_flow_list dl:nth-child(1) {
  width: 210px !important;
}
.list_api .service_support_flow_list.service_support_flow_list dl dt {
  font-size: 90%;
}
.list_api .service_support_flow_list.service_support_flow_list dl dd.h-dd {
  height: 190px !important;
  position: relative;
}
.list_api .service_support_flow_list.service_support_flow_list dl dd a {
  position: absolute;
  bottom: 0;
  display: block !important;
  width: 100% !important;
  margin: auto;
}
.list_api .service_support_flow_list.service_support_flow_list dl dd a img {
  width: 150px;
}
.list_api .service_support_flow_list.service_support_flow_list dl dd small {
  display: block;
  position: absolute;
  bottom: 53px;
  font-size: 74%;
}
.list_api .list_3 dl {
  min-width: 280px !important;
  width: 100% !important;
}

.btn-center {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}

.btn-plan-red {
  display: inline-block;
  width: 100%;
  max-width: 169px;
  margin: 0 auto;
  padding: 17px 10px;
  border-radius: 5px;
  text-align: center;
  line-height: 1.2;
  color: #FFF !important;
  font-size: 90%;
  background-color: #d90049;
}
.btn-plan-red:hover {
  opacity: 0.6;
  color: #FFF;
}

.btn-intro {
  width: 40% !important;
  margin-top: 20px;
}

.f-small {
  font-size: 18px;
}

.service_feature_function_nav.api {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
  top: -45px !important;
  left: 22% !important;
}
.service_feature_function_nav.api .contents_white_btn {
  margin-left: 10px;
}

.service_function_nav {
  position: relative;
  left: 260px;
  top: -105px;
  height: 0;
}

.api-cont-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.api-cont-btn div {
  margin: 0 10px;
}

.on-top {
  width: 1000px;
  margin: auto;
  margin-bottom: -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.top-btn {
  margin: 0 !important;
  padding: 0 !important;
}

.tt-link {
  text-decoration: underline !important;
}

.contents_white_btn {
  padding: 30px 0 0;
  text-align: center;
}

.contents_white_btn a {
  position: relative;
  display: inline-block;
  min-width: 320px;
  margin: 0 auto;
  padding: 1em 40px 1em 20px;
  background-color: #555;
  border-radius: 3em;
  -webkit-box-shadow: 0px 2px 0px 0px #dcdbdb;
  box-shadow: 0px 2px 0px 0px #dcdbdb;
  font-size: 113%;
  text-align: center;
  line-height: 1.2;
  color: #000;
  background-color: #ffd400;
  border: 1px solid #ffd400;
}

.contents_white_btn a:hover {
  cursor: pointer;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.contents_white_btn a:hover img {
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.contents_white_btn a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 22px;
  height: 22px;
  margin-top: -11px;
  background: url("/assets/images/icn_btn_circle_wh01.png") no-repeat 50% 50%;
  background-size: 22px 22px;
  -webkit-transform: rotate(90deg) translateY(0%);
          transform: rotate(90deg) translateY(0%);
}

.bg-f5f5f5 {
  background: #f5f5f5;
}

.txt-red {
  color: #d90249;
}

.txt-underline {
  text-decoration: underline;
}

.top_bar {
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f0d332;
  font-size: 18px;
  font-weight: bold;
  padding: 10px;
}

.campaign_banner {
  padding: 50px 0 80px 0;
  background: url("../../campaign/api_images/banner-bg.jpg") no-repeat center;
  background-size: cover;
}

.campaign_banner img {
  display: table;
  margin: 0 auto;
}

.campaign_banner img.sp {
  display: none;
}

.campaign_banner .btn {
  min-width: 490px;
  font-size: 135%;
}

.campaign_banner .btn::after { /* IE 9 */
  -webkit-transform: rotate(90deg); /* Safari 3-8 */
  transform: rotate(90deg);
}

.btn {
  position: relative;
  display: table;
  min-width: 400px;
  margin: 40px auto 0 auto;
  padding: 1em 40px 1em 20px;
  background-color: #555;
  border-radius: 3em;
  -webkit-box-shadow: 0px 2px 0px 0px #dcdbdb;
          box-shadow: 0px 2px 0px 0px #dcdbdb;
  font-size: 113%;
  text-align: center;
  line-height: 1.2;
  color: #fff !important;
}

.btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 22px;
  height: 22px;
  margin-top: -11px;
  background: url(/assets/images/icn_btn_circle_wh01.png) no-repeat 50% 50%;
  background-size: 22px 22px;
}

.btn:visited {
  color: #fff;
}

.btn:hover {
  cursor: pointer;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.campaign_article .contents_read h2 + h3 {
  padding: 25px 0 0;
}

.campaign_article .contents_read h3 + p {
  padding: 25px 0 0;
}

.campaign_article .contents_read p + p {
  margin: 2em 0 0;
}

.campaign_article .contents_read h3 {
  font-size: 125%;
}

.campaign_article .contents_read h3 b {
  font-size: 150%;
}

.campaign_article .contents_read h3 b span {
  color: #d90249;
}

.campaign_article .contents_read p.txtsub {
  font-size: 125%;
}

.circle-list-yellow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 35px 0;
}

.circle-list-yellow .circle-list-item {
  background: #f0d332;
}

.circle-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 150px;
  height: 150px;
  margin: 10px;
  border-radius: 100%;
  font-size: 110%;
  line-height: 25px;
  font-weight: bold;
}

.campaign_whatis {
  padding-bottom: 20px;
}

.campaign_whatis p.txtsub {
  position: relative;
  display: table;
  margin: 0 auto;
  padding: 0 10px;
}

.campaign_whatis p.txtsub::before {
  content: "";
  position: absolute;
  top: 6px;
  left: -8px;
  z-index: 9;
  width: 12px;
  height: 20px;
  background: url("/campaign/api_images/icon-whatis-before.png") no-repeat;
}

.campaign_whatis p.txtsub::after {
  content: "";
  position: absolute;
  top: 6px;
  right: -8px;
  z-index: 9;
  width: 12px;
  height: 20px;
  background: url("/campaign/api_images/icon-whatis-after.png") no-repeat;
}

.campaign_whatis ul {
  width: 90%;
  max-width: 1000px;
  margin: 15px auto 0 auto;
  padding: 0;
  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;
}

.campaign_whatis ul li {
  width: 32%;
  padding: 10px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}

.campaign_whatis ul li p {
  min-height: 105px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
  font-weight: bold;
}

.whatis_img {
  padding-bottom: 30px;
  position: relative;
}

.whatis_img::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  z-index: 9;
  width: 28px;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
  background: url("/campaign/api_images/whatis-img-arrow.png") no-repeat;
}

.whatis_text {
  min-height: 125px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 5px;
  background: #fdf6f6;
  border-radius: 8px;
  overflow: hidden;
}

.campaign-box-red {
  width: 90%;
  max-width: 1000px;
  margin: 40px auto 15px auto;
  padding: 50px 75px;
  background: #fff;
  border: 6px solid #d90249;
  border-radius: 8px;
}

.campaign-box-red h3 {
  font-size: 150% !important;
  margin-bottom: 15px;
  font-weight: bold;
}

.campaign-box-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.campaign-box-topic {
  width: 16.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.campaign-box-detail {
  width: 83.5%;
  text-align: left;
  padding-left: 10px;
}

.campaign-box-green {
  width: 90%;
  max-width: 880px;
  margin: 40px auto 15px auto;
  padding: 25px 20px 20px 20px;
  background: #26c6b5;
  border-radius: 8px;
}

.campaign-box-green-topic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 25px;
}

.campaign-box-green-topic h3 {
  font-size: 150% !important;
  color: #fff;
}

.campaign-box-green-topic h3 span {
  color: #f0d332;
}

.campaign-box-green-topic .btn {
  min-width: 400px;
  color: #fff;
  margin: 0;
  -webkit-box-shadow: 0px 2px 0px 0px #21a99b;
          box-shadow: 0px 2px 0px 0px #21a99b;
}

.campaign-box-green-detail {
  text-align: left;
  padding: 20px;
  background: #eaf9f8;
  border-radius: 8px;
  overflow: hidden;
}

.campaign-box-green-detail span {
  font-size: 80%;
}

.id_campaign .detail_container {
  padding: 80px 0 80px;
}

.id_campaign .contentsbox {
  padding: 40px 80px;
}

.form_submit button[disabled=disabled] {
  opacity: 0.2;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}

.form_selected {
  padding-top: 18px !important;
}

/* SDK */
.pb0 {
  padding-bottom: 0 !important;
}

.campaign_banner_sdk {
  background: url("../../campaign/sdk_images/banner-bg.jpg") no-repeat center !important;
  background-size: cover !important;
}

/* desktop_contact */
.id_desktop_contact .detail_container {
  padding: 40px 0 80px;
}
.id_desktop_contact .contentsbox {
  padding: 40px 80px;
}

/* desktop_contact_section */
.desktop_contact_read {
  padding: 0 0 40px;
}
.desktop_contact_read h1 {
  text-align: center;
}
.desktop_contact_read ul {
  padding-left: 15px;
}
.desktop_contact_read ul li {
  margin-bottom: 40px;
}
.desktop_contact_read .read_title {
  padding-left: 2em;
  text-indent: -2em;
}
.desktop_contact_read .read_btn {
  width: 100%;
}
.desktop_contact_read .read_btn button {
  display: block;
  margin-top: 10px;
  margin-right: 0;
  margin-left: auto;
  font-size: 15px;
  padding: 10px;
  color: white;
  background-color: red;
}
.desktop_contact_read .read_box {
  margin-top: 1.5rem;
  padding-left: 30px;
}
.desktop_contact_read .read_box .read_text {
  padding-left: 1em;
  text-indent: -1em;
}
.desktop_contact_read .read_box .link {
  text-decoration: underline;
}
.desktop_contact_read .read_imgbox {
  width: 100%;
  padding: 0 100px;
}
.desktop_contact_read .read_imgbox .read_img {
  width: 100%;
}

.desktop_contact_form table {
  width: 100%;
}
.desktop_contact_form th {
  width: 20em;
  padding: 18px 0 10px 0;
  font-size: 113%;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
}
.desktop_contact_form th em {
  position: relative;
  top: -2px;
  margin-left: 5px;
  background-color: #ffd400;
  padding: 1px 8px;
  border-radius: 2em;
  font-size: 50%;
  text-align: center;
  line-height: 1;
}
.desktop_contact_form th em.option {
  background-color: #C3E477;
}
.desktop_contact_form td {
  padding: 10px 0;
  text-align: left;
  vertical-align: middle;
}
.desktop_contact_form td em {
  display: none;
  font-weight: bold;
  color: #d90049;
}
.desktop_contact_form td p {
  font-size: 81%;
}
.desktop_contact_form td input[type=text] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  padding: 10px 15px;
  border: 2px solid #dbdbd9;
  border-radius: 4px;
  font-size: 100%;
}
.desktop_contact_form td input[type=text]::-ms-expand {
  display: none;
}
.desktop_contact_form td textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  height: 8em;
  padding: 10px 15px;
  border: 2px solid #dbdbd9;
  border-radius: 4px;
  font-size: 100%;
}
.desktop_contact_form td textarea::-ms-expand {
  display: none;
}
.desktop_contact_form td .form_select {
  position: relative;
  display: block;
  background-color: #fff;
  border: 2px solid #dbdbd9;
  border-radius: 4px;
}
.desktop_contact_form td .form_select:before {
  content: "▲";
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -10px;
  font-size: 9px;
  line-height: 1;
}
.desktop_contact_form td .form_select:after {
  content: "▼";
  position: absolute;
  top: 50%;
  right: 20px;
  font-size: 9px;
  margin-top: 1px;
  line-height: 1;
}
.desktop_contact_form td .form_select select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 10px 40px 10px 15px;
  font-size: 100%;
}
.desktop_contact_form td .form_select select::-ms-expand {
  display: none;
}
.desktop_contact_form td .form_box {
  display: table;
  width: 100%;
}
.desktop_contact_form td .form_box.form_name dt {
  width: 2em;
}
.desktop_contact_form td .form_box .form_box_dl {
  display: table-cell;
  width: 50%;
}
.desktop_contact_form td .form_box .form_box_dl:nth-child(odd) {
  padding-right: 15px;
}
.desktop_contact_form td .form_box .form_box_dl:nth-child(even) {
  padding-left: 15px;
}
.desktop_contact_form td .form_box .form_box_dl dl {
  display: table;
  width: 100%;
}
.desktop_contact_form td .form_box .form_box_dl dt, .desktop_contact_form td .form_box .form_box_dl dd {
  display: table-cell;
}
.desktop_contact_form td .form_box .form_box_dl dt {
  padding-right: 1em;
}
.desktop_contact_form td .link {
  text-decoration: underline;
}

.desktop_contact_form .form_error input[type=text],
.desktop_contact_form .form_error textarea,
.desktop_contact_form .form_error .form_select,
.desktop_contact_form .form_error .form_select option {
  border: 2px solid #d90049;
  background-color: #ffecf2;
  color: #d90049;
}
.desktop_contact_form .form_error input[type=text]:-moz-placeholder-shown, .desktop_contact_form .form_error textarea:-moz-placeholder-shown, .desktop_contact_form .form_error .form_select:-moz-placeholder-shown, .desktop_contact_form .form_error .form_select option:-moz-placeholder-shown {
  color: #d90049;
}
.desktop_contact_form .form_error input[type=text]:-ms-input-placeholder, .desktop_contact_form .form_error textarea:-ms-input-placeholder, .desktop_contact_form .form_error .form_select:-ms-input-placeholder, .desktop_contact_form .form_error .form_select option:-ms-input-placeholder {
  color: #d90049;
}
.desktop_contact_form .form_error input[type=text]:placeholder-shown,
.desktop_contact_form .form_error textarea:placeholder-shown,
.desktop_contact_form .form_error .form_select:placeholder-shown,
.desktop_contact_form .form_error .form_select option:placeholder-shown {
  color: #d90049;
}
.desktop_contact_form .form_error input[type=text]::-webkit-input-placeholder,
.desktop_contact_form .form_error textarea::-webkit-input-placeholder,
.desktop_contact_form .form_error .form_select::-webkit-input-placeholder,
.desktop_contact_form .form_error .form_select option::-webkit-input-placeholder {
  color: #d90049;
}
.desktop_contact_form .form_error input[type=text]::-moz-placeholder,
.desktop_contact_form .form_error textarea::-moz-placeholder,
.desktop_contact_form .form_error .form_select::-moz-placeholder,
.desktop_contact_form .form_error .form_select option::-moz-placeholder {
  color: #d90049;
  opacity: 1;
}
.desktop_contact_form .form_error input[type=text]:-ms-input-placeholder,
.desktop_contact_form .form_error textarea:-ms-input-placeholder,
.desktop_contact_form .form_error .form_select:-ms-input-placeholder,
.desktop_contact_form .form_error .form_select option:-ms-input-placeholder {
  color: #d90049;
}
.desktop_contact_form .form_error input[type=text]::-ms-input-placeholder,
.desktop_contact_form .form_error textarea::-ms-input-placeholder,
.desktop_contact_form .form_error .form_select::-ms-input-placeholder,
.desktop_contact_form .form_error .form_select option::-ms-input-placeholder {
  color: #d90049;
}
.desktop_contact_form .form_error input[type=text]::-webkit-input-placeholder, .desktop_contact_form .form_error textarea::-webkit-input-placeholder, .desktop_contact_form .form_error .form_select::-webkit-input-placeholder, .desktop_contact_form .form_error .form_select option::-webkit-input-placeholder {
  color: #d90049;
}
.desktop_contact_form .form_error input[type=text]::-moz-placeholder, .desktop_contact_form .form_error textarea::-moz-placeholder, .desktop_contact_form .form_error .form_select::-moz-placeholder, .desktop_contact_form .form_error .form_select option::-moz-placeholder {
  color: #d90049;
}
.desktop_contact_form .form_error input[type=text]:-ms-input-placeholder, .desktop_contact_form .form_error textarea:-ms-input-placeholder, .desktop_contact_form .form_error .form_select:-ms-input-placeholder, .desktop_contact_form .form_error .form_select option:-ms-input-placeholder {
  color: #d90049;
}
.desktop_contact_form .form_error input[type=text]::-ms-input-placeholder, .desktop_contact_form .form_error textarea::-ms-input-placeholder, .desktop_contact_form .form_error .form_select::-ms-input-placeholder, .desktop_contact_form .form_error .form_select option::-ms-input-placeholder {
  color: #d90049;
}
.desktop_contact_form .form_error input[type=text]::placeholder,
.desktop_contact_form .form_error textarea::placeholder,
.desktop_contact_form .form_error .form_select::placeholder,
.desktop_contact_form .form_error .form_select option::placeholder {
  color: #d90049;
}
.desktop_contact_form .form_error .form_column_check {
  color: #d90049;
}
.desktop_contact_form .form_error .form_column_check input[type=checkbox] + span {
  border: 2px solid #d90049;
}

.desktop_form_column_box {
  display: none;
  margin: 40px 0 0;
  padding: 30px;
  background-color: #f0f0ee;
  border-radius: 8px;
}

.desktop_form_column_box_form ul, .desktop_form_column_box_form li {
  list-style-type: none !important;
}
.desktop_form_column_box_form ul {
  display: table;
  margin: 0 !important;
  padding: 0 !important;
}
.desktop_form_column_box_form ul li {
  display: table-cell;
  padding: 0 30px 0 0 !important;
}
.desktop_form_column_box_form ul li label {
  position: relative;
  padding: 0 0 0 30px;
}
.desktop_form_column_box_form ul li label input[type=radio] {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
}
.desktop_form_column_box_form ul li label span {
  position: absolute;
  top: 50%;
  left: 0px;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background-color: #fff;
  border-radius: 10px;
}
.desktop_form_column_box_form ul li label input[type=radio]:checked + span {
  background-color: #d90049;
}

.form_column h2 {
  margin: 0 0 1em;
  font-size: 113%;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
}
.form_column h2 em {
  position: relative;
  top: -2px;
  margin-left: 5px;
  background-color: #ffd400;
  padding: 1px 8px;
  border-radius: 2em;
  font-size: 50%;
  text-align: center;
  line-height: 1;
}
.form_column h3 {
  margin: 1.5em 0 0.5em 0;
  /* font-size: $f16; */
  font-weight: bold;
}
.form_column h3 em {
  position: relative;
  top: -2px;
  margin-left: 5px;
  background-color: #ffd400;
  padding: 1px 8px;
  border-radius: 2em;
  font-size: 50%;
  text-align: center;
  line-height: 1;
}
.form_column ul {
  margin: 0;
  padding: 0 0 0 1.5em;
  margin-top: 0.5em !important;
}
.form_column ul li {
  margin: 0;
  padding: 0;
  list-style-type: disc;
}
.form_column a {
  text-decoration: underline;
}
.form_column a:hover {
  text-decoration: none;
}

.form_column_privacy {
  padding: 40px 0 0;
}

.form_column_check {
  display: block;
  padding: 40px 0 0;
  text-align: center;
}
.form_column_check label {
  position: relative;
  display: inline-block;
  padding: 0 0 0 40px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.form_column_check label input[type=checkbox] {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
}
.form_column_check label input[type=checkbox] + span {
  position: absolute;
  top: 50%;
  left: 0px;
  display: block;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  border: 2px solid #dbdbd9;
  border-radius: 4px;
  background-color: #fff;
}
.form_column_check label input[type=checkbox]:checked + span {
  background-color: #d90049;
  border: 2px solid #d90049;
}
.form_column_check label:hover {
  color: #d90049;
}

.form_submit {
  padding: 40px 0 0;
  text-align: center;
}
.form_submit button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  display: inline-block;
  min-width: 320px;
  margin: 0 auto;
  padding: 1em 40px 1em 20px;
  background-color: #555;
  border-radius: 3em;
  -webkit-box-shadow: 0px 2px 0px 0px #dcdbdb;
          box-shadow: 0px 2px 0px 0px #dcdbdb;
  font-size: 113%;
  text-align: center;
  line-height: 1.2;
  color: #fff;
  background-color: #d90049;
}
.form_submit button::-ms-expand {
  display: none;
}
.form_submit button:hover {
  cursor: pointer;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.form_submit button:hover img {
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.form_submit button:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 22px;
  height: 22px;
  margin-top: -11px;
  background: url("/assets/images/icn_btn_circle_wh01.png") no-repeat 50% 50%;
  background-size: 22px 22px;
}
.form_submit button:after {
  background: url("/assets/images/icn_circle_wh01.png") no-repeat 50% 50%;
  background-size: 22px 22px;
}
.form_submit button[disabled=disabled] {
  opacity: 0.2;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}
.form_submit button[disabled=disabled]:hover {
  cursor: default;
}

.form_back {
  padding: 40px 0 0;
  text-align: center;
}
.form_back a {
  position: relative;
  display: inline-block;
  min-width: 320px;
  margin: 0 auto;
  padding: 1em 40px 1em 20px;
  background-color: #555;
  border-radius: 3em;
  -webkit-box-shadow: 0px 2px 0px 0px #dcdbdb;
          box-shadow: 0px 2px 0px 0px #dcdbdb;
  font-size: 113%;
  text-align: center;
  line-height: 1.2;
  color: #fff;
  background-color: #d90049;
}
.form_back a:hover {
  cursor: pointer;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.form_back a:hover img {
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.form_back a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 22px;
  height: 22px;
  margin-top: -11px;
  background: url("/assets/images/icn_btn_circle_wh01.png") no-repeat 50% 50%;
  background-size: 22px 22px;
}
.form_back a:after {
  background: url("/assets/images/icn_circle_wh01.png") no-repeat 50% 50%;
  background-size: 22px 22px;
}

/* feature */
.id_api_case .pageheader {
  background: url("/api_case/images/pageheader.jpg") no-repeat 50% 50%;
  background-size: cover;
}
.id_api_case .contentsbox {
  margin-top: 60px;
}

/* api_case_nav  ===== */
.api_case_nav {
  padding: 50px 0 0px 0;
  margin: 0 auto;
  margin-bottom: -30px;
  width: 1000px !important;
}
.api_case_nav nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.api_case_nav nav a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(25% - 15px);
  padding: 20px 35px 20px 15px;
  background-color: #fff;
  border-radius: 8px;
  font-size: 100%;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.api_case_nav nav a:after {
  content: "";
  display: block;
  position: absolute;
  top: 42%;
  right: 5%;
  width: 18px;
  height: 18px;
  margin-left: -9px;
  background: url("/assets/images/icn_pagedown.png") no-repeat 50% 50%;
}

/* ===== mediaSize ===== */
/* api_case_section */
.pdt-10 {
  padding-top: 10px;
}

.api_case_head {
  padding: 20px 0 0;
}

.api_case_reason_list {
  margin: 30px 0;
  padding: 0 20px;
  border: 3px solid #f0f0ee;
  border-radius: 8px;
}
.api_case_reason_list ul {
  display: table;
  table-layout: fixed;
  background-color: #fff;
  margin: 0 auto;
}
.api_case_reason_list li {
  display: table-cell;
  width: 25%;
  padding: 10px 15px;
  text-align: center;
  vertical-align: middle;
}

.api_case_btn {
  padding: 50px 0px 0px 0px;
  text-align: center;
}
.api_case_btn a {
  position: relative;
  display: inline-block;
  min-width: 320px;
  margin: 0 auto;
  padding: 1em 40px 1em 20px;
  background-color: #555;
  border-radius: 3em;
  -webkit-box-shadow: 0px 2px 0px 0px #dcdbdb;
          box-shadow: 0px 2px 0px 0px #dcdbdb;
  font-size: 113%;
  text-align: center;
  line-height: 1.2;
  color: #fff;
  background-color: #d90049 !important;
  margin: 0 5px;
}
.api_case_btn a:hover {
  cursor: pointer;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.api_case_btn a:hover img {
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.api_case_btn a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 22px;
  height: 22px;
  margin-top: -11px;
  background: url("/assets/images/icn_btn_circle_wh01.png") no-repeat 50% 50%;
  background-size: 22px 22px;
}
.api_case_btn .remark {
  margin-bottom: 30px;
}
.api_case_btn .btn-gray {
  background-color: #555 !important;
}
.api_case_btn .mgb-btn {
  margin-bottom: 70px;
}
.api_case_btn .btn-icn-pdf span {
  margin-left: 40px;
}
.api_case_btn .btn-icn-pdf:before {
  content: "";
  display: block;
  position: absolute;
  top: 42%;
  left: 33px;
  width: 30px;
  height: 30px;
  margin-top: -11px;
  background: url("/assets/images/pdf.png") no-repeat 50% 50%;
  background-size: auto;
  background-size: 30px 30px;
}
.api_case_btn .pdb-80 {
  margin-bottom: 80px !important;
}

.api_case_section {
  padding: 60px 80px;
}
.api_case_section h2 {
  padding: 0 0 30px;
  font-size: 200%;
  font-weight: bold;
  text-align: center;
}
.api_case_section .api_case_detail .mgt-20 {
  margin-top: 20px;
}
.api_case_section .api_case_detail .mgb-20 {
  margin-bottom: 20px;
}
.api_case_section .api_case_detail img {
  max-width: 100%;
}
.api_case_section .api_case_detail + .api_case_detail {
  padding-top: 40px;
}
.api_case_section .api_case_detail .text-list {
  background-color: #f0f0ee;
  padding: 30px;
  font-size: 14px;
  border-radius: 10px;
  margin: 20px 0;
}
.api_case_section .api_case_detail .text-list li {
  margin-bottom: 5px;
  position: relative;
  margin-left: 15px;
}
.api_case_section .api_case_detail .text-list li:last-child {
  margin-bottom: 0px;
}
.api_case_section .api_case_detail .text-list li:before {
  content: "・";
  position: absolute;
  width: 10px;
  margin-left: -15px;
}
.api_case_section .list-links {
  margin-top: 20px;
}
.api_case_section .list-links li {
  border: 2px solid #f0f0ee;
  border-radius: 10px;
  padding: 30px 60px 30px 35px;
  position: relative;
  margin-bottom: 20px !important;
}
.api_case_section .list-links li h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.api_case_section .list-links li p {
  font-size: 14px;
}
.api_case_section .list-links li:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 25px;
  width: 22px;
  height: 22px;
  margin-top: -11px;
  background: url("/assets/images/icn_nav_next_bk02.png") no-repeat 50% 50%;
  background-size: auto;
  background-size: 22px 22px;
}
.api_case_section .list-links li:last-child {
  margin-bottom: 0px !important;
}

.api_case_section1 .api_case_detail,
.api_case_section2 .api_case_detail {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
}

.api_case_detail_image {
  display: table;
  margin: 0 auto;
  padding: 50px 0 0;
}
.api_case_detail_image .api_case_detail_image01,
.api_case_detail_image .api_case_detail_image02 {
  display: table-cell;
  text-align: left;
  vertical-align: top;
}

.api_case_section1 h2 + .api_case_detail {
  -ms-flex-flow: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-flow: row-reverse;
}
.api_case_section1 .api_case_detail figure {
  width: 420px;
}
.api_case_section1 .api_case_detail .api_case_detail_read {
  width: 380px;
}

.api_case_section2 img {
  border-radius: 0;
  max-width: 600px;
  width: 100%;
}
.api_case_section2 .api_case-img {
  text-align: center;
  margin-top: 40px;
}
.api_case_section2 .api_case_btn {
  padding: 40px 0 0;
}
.api_case_section2 .api_case_detail figure {
  width: 380px;
}
.api_case_section2 .api_case_detail .api_case_detail_read {
  width: 420px;
}
.api_case_section2 .list-links {
  margin-top: 40px;
}
.api_case_section2 .list-links a {
  margin-bottom: 20px !important;
  display: block;
}
.api_case_section2 .list-links a:last-child {
  margin-bottom: 0px !important;
}
.api_case_section2 .list-links li {
  border: 2px solid #f0f0ee;
  border-radius: 10px;
  padding: 30px 60px 30px 35px;
  position: relative;
}
.api_case_section2 .list-links li h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.api_case_section2 .list-links li p {
  font-size: 14px;
}
.api_case_section2 .list-links li:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 25px;
  width: 22px;
  height: 22px;
  margin-top: -11px;
  background: url("/assets/images/icn_nav_next_bk02.png") no-repeat 50% 50%;
  background-size: auto;
  background-size: 22px 22px;
}

.id_unsou,
.id_fudosan {
  padding-top: 0px !important;
  font-family: "Noto Sans JP", sans-serif;
}
.id_unsou.thanks,
.id_fudosan.thanks {
  height: 100vh !important;
  background-color: #f5f5f5;
}
.id_unsou footer.thanks,
.id_fudosan footer.thanks {
  bottom: 0 !important;
  position: absolute !important;
  width: 100%;
}
.id_unsou .sp,
.id_fudosan .sp {
  display: none;
}
.id_unsou .main-mv,
.id_fudosan .main-mv {
  height: 100vh;
  width: 100%;
  background-image: url("/api/real_estate/images/bg_mv.jpg");
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 18px;
}
.id_unsou .main-mv .sp,
.id_fudosan .main-mv .sp {
  display: none;
}
.id_unsou .main-mv .title_con,
.id_fudosan .main-mv .title_con {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  padding: 0 20px;
}
.id_unsou .main-mv .title_con .ttl_mv,
.id_fudosan .main-mv .title_con .ttl_mv {
  font-size: 38px;
  line-height: 1;
}
.id_unsou .main-mv .title_con h1,
.id_fudosan .main-mv .title_con h1 {
  font-size: 114px;
  margin-bottom: 30px;
  line-height: 1;
}
.id_unsou .main-mv .title_con .sub-txt,
.id_fudosan .main-mv .title_con .sub-txt {
  font-size: 28px;
  margin-bottom: 10px;
}
.id_unsou .main-mv img,
.id_fudosan .main-mv img {
  width: 100%;
  max-width: 647px;
  margin-top: 100px;
}
.id_unsou .main-mv.unsou,
.id_fudosan .main-mv.unsou {
  background-image: url("/api/transportation-and-logistics/images/bg_mv.jpg") !important;
}
.id_unsou .bg_grey,
.id_fudosan .bg_grey {
  background-color: #F9FAFC;
}
.id_unsou .problem,
.id_fudosan .problem {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  padding: 100px 0;
}
.id_unsou .problem h2,
.id_fudosan .problem h2 {
  text-align: center;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.3;
  color: #343C47;
  margin-bottom: 80px;
}
.id_unsou .triangle_footer,
.id_fudosan .triangle_footer {
  background-image: url("/api/real_estate/images/triangle_footer.svg");
  background-size: 400%;
  background-position: bottom center;
  height: 70px;
  width: 100%;
  background-color: #FFF;
}
.id_unsou .mapfan-api,
.id_fudosan .mapfan-api {
  width: 100%;
  margin: auto;
  text-align: center;
  padding: 70px 0 160px 0;
}
.id_unsou .mapfan-api h2,
.id_fudosan .mapfan-api h2 {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.3;
  color: #377DEB;
  margin-bottom: 40px;
}
.id_unsou .mapfan-api .btn-container,
.id_fudosan .mapfan-api .btn-container {
  position: relative;
}
.id_unsou .mapfan-api .btn-container .vertical-center,
.id_fudosan .mapfan-api .btn-container .vertical-center {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.id_unsou .mapfan-api .btn-container .vertical-center.btn,
.id_fudosan .mapfan-api .btn-container .vertical-center.btn {
  min-width: 600px !important;
  font-size: 26px !important;
  padding: 20px 40px 20px 20px !important;
}
.id_unsou .problem-list,
.id_fudosan .problem-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 60px;
}
.id_unsou .problem-list .list_detail,
.id_fudosan .problem-list .list_detail {
  max-width: 480px;
  width: 100%;
  font-size: 16px;
  line-height: 2;
  color: #000;
}
.id_unsou .problem-list .list_detail .number,
.id_fudosan .problem-list .list_detail .number {
  max-width: 48px;
  margin-bottom: 10px;
}
.id_unsou .problem-list .list_detail h3,
.id_fudosan .problem-list .list_detail h3 {
  font-size: 28px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 1px;
  color: #37B6F5;
  margin-bottom: 10px;
}
.id_unsou .problem-list .list_detail h3 span,
.id_fudosan .problem-list .list_detail h3 span {
  font-size: 14px;
  font-weight: 200;
  position: relative;
  top: -9px;
  left: 4px;
}
.id_unsou .problem-list:nth-child(odd),
.id_fudosan .problem-list:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.id_unsou .problem-list:last-child,
.id_fudosan .problem-list:last-child {
  margin-bottom: 0px;
}
.id_unsou .problem-list .problem-img,
.id_fudosan .problem-list .problem-img {
  max-width: 480px;
  width: 100%;
  -webkit-filter: drop-shadow(2px 2px 4px rgba(212, 212, 231, 0.6));
          filter: drop-shadow(2px 2px 4px rgba(212, 212, 231, 0.6));
}
.id_unsou .problem-list .mgt10,
.id_fudosan .problem-list .mgt10 {
  margin-top: -10%;
}
.id_unsou .problem-list .mgt25,
.id_fudosan .problem-list .mgt25 {
  margin-top: -25%;
}
.id_unsou .problem-list .remark-img,
.id_fudosan .problem-list .remark-img {
  -webkit-filter: drop-shadow(2px 2px 4px rgba(212, 212, 231, 0.6));
          filter: drop-shadow(2px 2px 4px rgba(212, 212, 231, 0.6));
}
.id_unsou .problem-list .remark-img a,
.id_fudosan .problem-list .remark-img a {
  display: block;
  overflow: hidden;
  border-radius: 20px;
}
.id_unsou .problem-list .remark-img a img,
.id_fudosan .problem-list .remark-img a img {
  cursor: pointer;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 20px;
}
.id_unsou .problem-list .remark-img a img:hover,
.id_fudosan .problem-list .remark-img a img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 1 !important;
  border-radius: 20px;
}
.id_unsou .problem-list .remark-img .remark,
.id_fudosan .problem-list .remark-img .remark {
  max-width: 480px;
  margin-top: 20px;
  -webkit-filter: none !important;
          filter: none !important;
}
.id_unsou .problem-list .remark-img .remark li,
.id_fudosan .problem-list .remark-img .remark li {
  font-size: 14px !important;
  margin-bottom: 10px;
  position: relative;
  margin-left: 20px;
}
.id_unsou .problem-list .remark-img .remark li a,
.id_fudosan .problem-list .remark-img .remark li a {
  text-decoration: underline !important;
  display: initial;
}
.id_unsou .problem-list .remark-img .remark li a:hover,
.id_fudosan .problem-list .remark-img .remark li a:hover {
  text-decoration: none !important;
}
.id_unsou .problem-list .remark-img .remark li::before,
.id_fudosan .problem-list .remark-img .remark li::before {
  position: absolute;
  content: "※";
  padding-right: 8px;
  left: -20px;
  top: 0;
}
.id_unsou .bg_feature,
.id_fudosan .bg_feature {
  background-image: url("/api/real_estate/images/bg_road.svg");
  background-size: 4511px;
  background-position: top -440px left -1932px;
  background-repeat: no-repeat;
}
.id_unsou .feature_list,
.id_fudosan .feature_list {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  padding: 100px 0 80px 0;
}
.id_unsou .feature_list .item_feature,
.id_fudosan .feature_list .item_feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 60px;
}
.id_unsou .feature_list .item_feature .feature_text,
.id_fudosan .feature_list .item_feature .feature_text {
  text-align: center;
  max-width: 480px;
  width: 100%;
  font-size: 16px;
  line-height: 2;
  color: #000;
}
.id_unsou .feature_list .item_feature .feature_text .number,
.id_fudosan .feature_list .item_feature .feature_text .number {
  width: 100%;
  max-width: 95px;
  margin: auto;
  margin-bottom: 20px;
}
.id_unsou .feature_list .item_feature .feature_text p,
.id_fudosan .feature_list .item_feature .feature_text p {
  text-align: left;
}
.id_unsou .feature_list .item_feature .feature_text h3,
.id_fudosan .feature_list .item_feature .feature_text h3 {
  text-align: left;
  font-size: 28px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 1px;
  color: #37B6F5;
  margin-bottom: 10px;
}
.id_unsou .feature_list .item_feature .feature_text h3 span,
.id_fudosan .feature_list .item_feature .feature_text h3 span {
  font-size: 14px;
  font-weight: 200;
  position: relative;
  top: -9px;
  left: 4px;
}
.id_unsou .feature_list .item_feature:nth-child(odd),
.id_fudosan .feature_list .item_feature:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.id_unsou .feature_list .item_feature:last-child,
.id_fudosan .feature_list .item_feature:last-child {
  margin-bottom: 0px;
}
.id_unsou .feature_list .item_feature .feature-img,
.id_fudosan .feature_list .item_feature .feature-img {
  max-width: 480px;
  width: 100%;
  -webkit-filter: drop-shadow(2px 2px 4px rgba(212, 212, 231, 0.6));
          filter: drop-shadow(2px 2px 4px rgba(212, 212, 231, 0.6));
}
.id_unsou .feature-remark,
.id_fudosan .feature-remark {
  width: 1000px;
  margin: auto;
  font-size: 14px;
  padding-bottom: 100px;
}
.id_unsou .feature-remark ul li,
.id_fudosan .feature-remark ul li {
  margin-left: 15px;
  margin-bottom: 20px;
}
.id_unsou .feature-remark ul li::before,
.id_fudosan .feature-remark ul li::before {
  content: "※";
  position: absolute;
  margin-left: -15px;
}
.id_unsou .point,
.id_fudosan .point {
  margin: auto;
  height: 750px;
  width: 100%;
  background-image: url("/api/real_estate/images/bg_head.png");
  background-size: cover;
  padding: 100px 0;
}
.id_unsou .point h2,
.id_fudosan .point h2 {
  text-align: center;
  font-size: 44px;
  color: #FFF;
  font-weight: 700;
  margin-bottom: 60px;
}
.id_unsou .point .mgt100,
.id_fudosan .point .mgt100 {
  margin-top: 100px;
}
.id_unsou .point .point_con,
.id_fudosan .point .point_con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.id_unsou .point .point_con img,
.id_fudosan .point .point_con img {
  width: 100%;
  max-width: 605px;
}
.id_unsou .point .point_con .point_detail,
.id_fudosan .point .point_con .point_detail {
  max-width: 510px;
  width: 50%;
  background-color: #FFF;
  padding: 30px;
  border-radius: 20px;
  font-size: 20px;
  position: relative;
  margin-top: -100px;
  margin-left: 40px;
}
.id_unsou .point .point_con .point_detail::after,
.id_fudosan .point .point_con .point_detail::after {
  position: absolute;
  content: "";
  left: -30px;
  top: 50%;
  background-image: url("/api/real_estate/images/triangle.svg");
  width: 41px;
  height: 75px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.id_unsou .point .point_con .point_detail h3,
.id_fudosan .point .point_con .point_detail h3 {
  font-size: 28px;
  color: #37B6F5;
  font-weight: 600;
  margin-bottom: 20px;
}
.id_unsou .point.unsou,
.id_fudosan .point.unsou {
  background-image: url("/api/transportation-and-logistics/images/bg_head.jpg") !important;
}
.id_unsou .bg_btn-more,
.id_fudosan .bg_btn-more {
  margin: auto;
  width: 100%;
  height: 350px;
  background-image: url("/api/real_estate/images/bg_btn-contact.png");
  background-size: cover;
  padding: 100px 0;
}
.id_unsou .btn-more_contact,
.id_fudosan .btn-more_contact {
  position: relative;
}
.id_unsou .btn-more_contact .vertical-center,
.id_fudosan .btn-more_contact .vertical-center {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.id_unsou .btn-more_contact .vertical-center .btn,
.id_fudosan .btn-more_contact .vertical-center .btn {
  margin-bottom: 30px !important;
  min-width: 600px !important;
  font-size: 26px !important;
  padding: 17px 40px 17px 20px !important;
}
.id_unsou .btn,
.id_fudosan .btn {
  font-weight: 500 !important;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0) !important;
  min-width: 440px !important;
  font-size: 26px !important;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1) !important;
  margin: 0 !important;
  margin-bottom: 28px !important;
  padding: 17px 40px 17px 20px !important;
}
.id_unsou .btn.contact-btn,
.id_fudosan .btn.contact-btn {
  background-color: #D90049 !important;
}
.id_unsou .btn.contact-btn::after,
.id_fudosan .btn.contact-btn::after {
  right: 25px !important;
  width: 25px !important;
  height: 15px !important;
  margin-top: -5px !important;
  background: url(/api/real_estate/images/ico_contact.svg) no-repeat 50% 50% !important;
  background-size: 22px 22px !important;
}
.id_unsou .btn.download-btn,
.id_fudosan .btn.download-btn {
  background-color: #EBAC00 !important;
}
.id_unsou .btn.download-btn::after,
.id_fudosan .btn.download-btn::after {
  right: 25px !important;
  width: 25px !important;
  height: 20px !important;
  margin-top: -9px !important;
  background: url(/api/real_estate/images/ico_download.svg) no-repeat 50% 50% !important;
  background-size: 22px 22px !important;
}
.id_unsou .btn.view-btn,
.id_fudosan .btn.view-btn {
  background-color: #49D900 !important;
}
.id_unsou .btn.view-btn::after,
.id_fudosan .btn.view-btn::after {
  right: 25px !important;
  width: 18px !important;
  height: 30px !important;
  margin-top: -16px !important;
  background: url(/api/real_estate/images/ico_view.svg) no-repeat 50% 50% !important;
  background-size: 22px 22px !important;
}
.id_unsou .btn.mgt-30,
.id_fudosan .btn.mgt-30 {
  margin-top: 30px !important;
}
/*# sourceMappingURL=global.css.map */