@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 14px */
/* font */
body {
  font-size: 16px;
}

/* ===== mediaSize ===== */
@media screen and (max-width: 374px) {
  body {
    font-size: 13px;
  }
}
/* link */
a {
  color: #000;
  text-decoration: none;
}

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

a:active {
  color: #d90049;
  text-decoration: underline;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

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

/* body */
body {
  min-width: 320px;
  line-height: 1.6;
}

body {
  padding-top: 50px;
}
body header {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 901;
}
body .globalnav_nav {
  height: 100%;
  height: 100vh;
  overflow-y: scroll;
}

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

.header_detail {
  display: table;
  width: 100%;
  height: 50px;
}

.header_siteid {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}
.header_siteid a {
  display: block;
  max-width: 150px;
  height: 50px;
  background: url("/assets/images/header_siteid_sp.png") no-repeat 10px 50%;
  background-size: auto 35px;
  text-indent: -9999px;
}

.header_nav {
  display: none;
}

.header_nav_lang {
  display: none;
}

.header_nav_contact {
  display: table-cell;
  width: 100px;
  text-align: center;
  vertical-align: middle;
}
.header_nav_contact ul {
  display: table;
  width: 100%;
}
.header_nav_contact .header_nav_contact_tel {
  display: table-cell;
  background-color: #f0f0ee;
}
.header_nav_contact .header_nav_contact_tel a {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url("/assets/images/icn_tel_rd01.png") no-repeat 50% 50%;
  background-size: 20px 20px;
  text-indent: -9999px;
}
.header_nav_contact .header_nav_contact_form {
  display: table-cell;
  background-color: #d90049;
}
.header_nav_contact .header_nav_contact_form a {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url("/assets/images/icn_contact_wh01.png") no-repeat 50% 50%;
  background-size: 22px 15px;
  text-indent: -9999px;
}

.header_nav_menubtn {
  display: table-cell;
  width: 50px;
  background-color: #222;
  text-align: center;
  vertical-align: middle;
}
.header_nav_menubtn a {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url("/assets/images/btn_globalnav.png") no-repeat 50% 50%;
  background-size: 20px 18px;
  text-indent: -9999px;
}

/* 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,
.globalnav_nav_container {
  background-color: #222;
}

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

.globalnav_nav_siteid {
  display: table-cell;
  width: 150px;
  text-align: left;
  vertical-align: middle;
}
.globalnav_nav_siteid a {
  display: block;
  width: 150px;
  height: 50px;
  background: url("/assets/images/header_siteid_sp02.png") no-repeat 10px 50%;
  background-size: auto 35px;
  text-indent: -9999px;
}

.header_nav_menubtn_close {
  display: table-cell;
  width: 50px;
  text-align: right;
  vertical-align: top;
}
.header_nav_menubtn_close a {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url("/assets/images/btn_globalnav_close.png") no-repeat 50% 50%;
  background-size: 20px 20px;
  text-align: left;
  text-indent: -9999px;
}

.globalnav_nav_lang {
  overflow: hidden;
  display: table-cell;
  text-align: right;
  vertical-align: middle;
}
.globalnav_nav_lang ul {
  display: table;
  float: right;
}
.globalnav_nav_lang ul li {
  display: table-cell;
  width: 50%;
  border: 1px solid #fff;
}
.globalnav_nav_lang ul li a {
  display: block;
  padding: 6px 12px;
  font-size: 71%;
  line-height: 1;
}
.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 nav {
  padding-bottom: 30px;
}
.globalnav_nav nav > ul:last-child {
  border-bottom: 1px solid #888;
}
.globalnav_nav nav ul a {
  position: relative;
  display: block;
  padding: 10px 10px;
  border-top: 1px solid #888;
  line-height: 1.3;
}
.globalnav_nav nav > ul > li > a {
  padding-left: 30px;
  font-size: 100%;
  font-weight: bold;
}
.globalnav_nav nav > ul > li > a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  background: url("/assets/images/footer_icn_li01.png") no-repeat 50% 50%;
  background-size: 12px 12px;
}
.globalnav_nav nav > ul > li > a.navon:before {
  background: url("/assets/images/footer_icn_li01on.png") no-repeat 50% 50%;
  background-size: 12px 12px;
}
.globalnav_nav ul ul {
  display: none;
}
.globalnav_nav ul ul li a {
  padding-left: 45px;
  font-size: 86%;
  border-top: 1px solid #444;
}
.globalnav_nav ul ul li a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 30px;
  width: 5px;
  height: 8px;
  margin-top: -4px;
  background: url("/assets/images/footer_icn_li02.png") no-repeat 50% 50%;
  background-size: 5px 8px;
}
.globalnav_nav .globalnav_other .gnavopen span {
  position: relative;
  padding-right: 22px;
}
.globalnav_nav .globalnav_other .gnavopen span:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0px;
  width: 12px;
  height: 8px;
  background: url("/assets/images/icn_blank_wh01.png") no-repeat 50% 50%;
  background-size: 12px 8px;
}

/* information */
.aside_information {
  padding: 30px 20px 40px 20px;
  background: url("/assets/images/information_bg01.jpg") no-repeat 50% 50%;
  background-size: cover;
  text-align: center;
  color: #fff;
}
.aside_information .information_detail a {
  color: #fff;
}
.aside_information .information_hgroup h2 {
  padding-bottom: 20px;
  font-size: 129%;
  font-weight: bold;
}
.aside_information .information_hgroup p {
  font-size: 100%;
}
.aside_information a.information_nav_btn {
  position: relative;
  display: block;
  padding: 15px 15px;
  border-radius: 30px;
  -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: $f16; */
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
.aside_information a.information_nav_btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.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 {
  padding: 15px 0 0;
}
.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: 20px 20px;
}
.aside_information .information_nav_contact a span {
  padding-left: 31px;
}
.aside_information .information_nav_contact a span:before {
  width: 21px;
  height: 15px;
  margin-top: -7.5px;
  background: url("/assets/images/icn_contact_wh01.png") no-repeat 50% 50%;
  background-size: 21px 15px;
}
.aside_information .information_nav_catalog {
  padding: 15px 0 0;
}
.aside_information .information_nav_catalog a {
  background-color: #fff;
  color: #d90049;
}
.aside_information .information_nav_catalog a:after {
  background: url("/assets/images/icn_circle_rd01.png") no-repeat 50% 50%;
  background-size: 20px 20px;
}
.aside_information .information_nav_catalog a span {
  padding-left: 30px;
}
.aside_information .information_nav_catalog a span:before {
  width: 20px;
  height: 25px;
  margin-top: -12.5px;
  background: url("/assets/images/icn_catalog_rd01.png") no-repeat 50% 50%;
  background-size: 20px 25px;
}
.aside_information .information_nav_tel {
  padding: 15px 0 0;
}
.aside_information .information_nav_tel .information_nav_tel_detail {
  display: block;
  padding: 10px 0;
  background-color: rgba(66, 66, 66, 0.6);
  border-radius: 4px;
  line-height: 1;
}
.aside_information .information_nav_tel .information_nav_tel_detail p {
  padding: 10px 0 0;
  font-size: 86%;
  text-align: center;
}
.aside_information .information_nav_tel dl {
  display: table;
  margin: 0 auto;
}
.aside_information .information_nav_tel dl dt {
  display: table-cell;
  padding-right: 10px;
  text-align: left;
  vertical-align: middle;
}
.aside_information .information_nav_tel dl dd {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
}
.aside_information .information_nav_tel dl dd a {
  position: relative;
  display: inline-block;
  padding-left: 24px;
  font-size: 143%;
  font-weight: bold;
}
.aside_information .information_nav_tel dl dd a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background: url("/assets/images/icn_tel_wh01.png") no-repeat 50% 50%;
  background-size: 18px 18px;
}

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

.footer_detail {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.footer_detail a {
  color: #fff;
}

.footer_siteid {
  padding: 30px 0;
  text-align: center;
}
.footer_siteid a {
  display: inline-block;
  width: 176px;
  height: 56px;
  margin: 0 auto;
  background: url("/assets/images/footer_siteid_sp.png") no-repeat 50% 50%;
  background-size: 176px 56px;
  text-indent: -9999px;
}

.footer_globalnav {
  display: none;
}

.footer_copyright {
  background-color: #000;
}
.footer_copyright span {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  display: block;
  padding: 20px 0;
  font-size: 71%;
  text-align: center;
  line-height: 1;
}

.nav_pagetop {
  position: absolute;
  top: 10px;
  right: 10px;
}
.nav_pagetop a {
  display: block;
  width: 30px;
  height: 30px;
  background: url("/assets/images/btn_pagetop.png") no-repeat 50% 50%;
  background-size: 30px 30px;
  text-indent: -9999px;
}

.nav_pagetop.btnfixed {
  position: fixed;
  top: auto;
  bottom: 10px;
  right: 10px;
}

/* topicpath */
.topicpath {
  background-color: #fff;
  font-weight: bold;
}
.topicpath nav {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.topicpath ul {
  padding: 20px 0 15px;
}
.topicpath ul li {
  display: inline-block;
  padding-bottom: 10px;
  padding-left: 20px;
  font-size: 71%;
  text-align: left;
  vertical-align: middle;
  line-height: 1;
  background: url("/assets/images/topicpath_icn_arrow.png") no-repeat 0% 0.2em;
}
.topicpath ul li a {
  display: inline-block;
}
.topicpath ul li.topicpath_home {
  padding-left: 0;
  background-image: none;
}
.topicpath ul li.topicpath_home a {
  width: 25px;
  height: 13px;
  background: url("/assets/images/topicpath_icn_home.png") no-repeat 0% 0%;
  text-indent: -9999px;
}

/* contents */
.section_detail {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.detail_container {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  background-color: #f5f5f5;
}

.aside_container {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  background-color: #fff;
}

.contentsbox {
  width: 100%;
  margin: 0 auto;
  padding: 0 0;
  background-color: #fff;
  border-radius: 8px;
}
.contentsbox h1 {
  padding: 0 0 20px;
  font-size: 129%;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}

.pageheader {
  display: table;
  width: 100%;
  height: 160px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #fff;
  background-size: cover !important;
}
.pageheader .pageheader_detail {
  display: table-cell;
  padding: 20px 20px;
  text-align: center;
  vertical-align: middle;
}
.pageheader h1 {
  font-size: 143%;
  font-weight: bold;
}
.pageheader p {
  padding: 20px 0 0;
  font-size: 100%;
}

.contents_read {
  padding: 30px 20px;
  background-color: #fff;
  text-align: center;
}
.contents_read h2 {
  font-size: 129%;
  font-weight: bold;
  text-align: center;
}
.contents_read h2 + p {
  padding: 20px 0 0;
}
.contents_read p {
  font-size: 100%;
}
.contents_read p + p {
  margin: 1em 0 0;
}
.contents_read p a {
  text-decoration: underline;
}
.contents_read p a:active {
  text-decoration: none;
}
.contents_read .contents_read_detail {
  width: 100%;
  margin: 0 auto;
  padding: 0 0;
}
.contents_read .contents_read_btn {
  padding: 20px 0 0;
}

.contents_read_btn {
  padding: 20px 0 0;
  text-align: center;
}
.contents_read_btn a {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 1em 30px 1em 20px;
  background-color: #555;
  border-radius: 3em;
  -webkit-box-shadow: 0px 4px 0px 0px #dcdbdb;
          box-shadow: 0px 4px 0px 0px #dcdbdb;
  font-size: 114%;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  color: #fff;
  background-color: #d90049;
}
.contents_read_btn a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background: url("/assets/images/icn_btn_circle_wh01.png") no-repeat 50% 50%;
  background-size: 18px 18px;
}
.contents_read_btn a:after {
  background: url("/assets/images/icn_circle_wh01.png") no-repeat 50% 50%;
  background-size: 18px 18px;
}

/* textStyle */
.contents_caption {
  font-size: 86%;
}
.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: 40px 0 15px;
  padding-left: 17px;
  font-size: 129%;
  font-weight: bold;
  line-height: 1.2;
}
.contents_hdg:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 4px;
  height: 100%;
  background-color: #d90049;
  border-radius: 3px;
}
.contents_hdg:first-child {
  margin-top: 0;
}
.contents_hdg + .contents_ttl {
  margin-top: 0;
  padding-top: 10px;
}

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

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

.contents_thead {
  padding: 30px 0 0;
  font-size: 114%;
  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 {
  display: block;
  font-weight: bold;
}
.link_next span,
.link_prev span {
  position: relative;
  display: inline-block;
  padding-left: 18px;
}
.link_next span:before,
.link_prev span:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  background: url("/assets/images/icn_btn_circle_bk01.png") no-repeat 50% 50%;
  background-size: 12px 12px;
}

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

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

.link_blank {
  text-decoration: underline;
  position: relative;
  padding-right: 18px;
}
.link_blank:active {
  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: 114%;
  font-weight: bold;
}

/* navigation */
.pagenav ul li {
  display: inline-block;
  padding: 10px 5px 0 0;
}
.pagenav ul a {
  position: relative;
  display: inline-block;
  padding: 10px 32px 10px 16px;
  background-color: #fff;
  border-radius: 2em;
  font-size: 86%;
  text-align: center;
  line-height: 1;
}
.pagenav ul a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  background: url("/assets/images/icn_pagedown.png") no-repeat 50% 50%;
  background-size: 12px 12px;
}

.nav_pagination ul {
  display: table;
  margin: 0 auto;
  padding: 30px 0 0;
}
.nav_pagination ul li {
  display: table-cell;
  padding: 0 3px;
  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: 100%;
  line-height: 2em;
  color: #a0a0a0;
}
.nav_pagination ul li span {
  display: inline-block;
  width: 2em;
  height: 2em;
  font-size: 86%;
  line-height: 2em;
  color: #a0a0a0;
}
.nav_pagination ul .prev a,
.nav_pagination ul .next a {
  background-color: #424242;
  font-size: 64%;
  color: #fff;
}
.nav_pagination ul .pageon a {
  background-color: #000;
  color: #fff;
}

.nav_pageselect {
  position: relative;
  padding: 30px 0 0;
}
.nav_pageselect ul {
  display: table;
  width: 100%;
  padding-bottom: 4.5em;
}
.nav_pageselect li {
  display: table-cell;
  vertical-align: middle;
}
.nav_pageselect .prev {
  width: 50%;
  font-size: 86%;
  text-align: left;
  line-height: 2;
}
.nav_pageselect .prev a {
  display: inline-block;
  padding: 0 28px;
  background: url("/assets/images/icn_nav_prev_bk01.png") no-repeat 0% 50%;
}
.nav_pageselect .back {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  text-align: center;
}
.nav_pageselect .back a {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 1em 30px 1em 20px;
  background-color: #555;
  border-radius: 3em;
  -webkit-box-shadow: 0px 4px 0px 0px #dcdbdb;
          box-shadow: 0px 4px 0px 0px #dcdbdb;
  font-size: 114%;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  color: #fff;
}
.nav_pageselect .back a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background: url("/assets/images/icn_btn_circle_wh01.png") no-repeat 50% 50%;
  background-size: 18px 18px;
}
.nav_pageselect .next {
  width: 50%;
  font-size: 86%;
  text-align: right;
  line-height: 2;
}
.nav_pageselect .next a {
  display: inline-block;
  padding: 0 28px;
  background: url("/assets/images/icn_nav_next_bk01.png") no-repeat 100% 50%;
}

.detailnav ul {
  display: block;
  *overflow: hidden;
  *zoom: 1;
}
.detailnav ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
}
.detailnav ul li {
  display: block;
  padding-top: 10px;
}
.detailnav ul li.blank {
  display: none;
}
.detailnav ul li.blank:nth-child(odd) + li {
  padding-left: 0 !important;
  padding-right: 5px !important;
}
.detailnav ul li.blank:nth-child(odd) + li + li {
  padding-left: 5px !important;
  padding-right: 0px !important;
}
.detailnav ul a {
  position: relative;
  display: block;
  padding: 10px 18px 10px 0px;
  background-color: #fff;
  border-radius: 2em;
  -webkit-box-shadow: 0px 2px 0px 0px #dcdbdb;
          box-shadow: 0px 2px 0px 0px #dcdbdb;
  font-size: 86%;
  text-align: center;
  line-height: 1;
}
.detailnav ul a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 6px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  background: url("/assets/images/icn_btn_circle_bk01.png") no-repeat 50% 50%;
  background-size: 12px 12px;
}
.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: 12px 12px;
}
/* aside */
.detail_service_container {
  padding-bottom: 40px;
}
.detail_service_container h2 {
  padding: 0 0 10px;
  font-size: 129%;
  font-weight: bold;
  text-align: center;
}
.detail_service_container ul li {
  padding: 10px 0 0;
}
.detail_service_container ul li a {
  position: relative;
  display: table;
  width: 100%;
  padding: 3px;
  background-color: #fff;
  border-radius: 8px;
}
.detail_service_container ul li a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  background: url("/assets/images/icn_nav_next_bk01.png") no-repeat 50% 50%;
  background-size: 12px 12px;
}
.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: 30%;
}
.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 30px 0 20px;
  font-weight: bold;
}

.detail_case_container {
  padding-bottom: 40px;
}
.detail_case_container h2 {
  font-size: 129%;
  font-weight: bold;
  text-align: center;
}
.detail_case_container .detail_case_btn {
  padding: 30px 0 0;
  text-align: center;
}
.detail_case_container .detail_case_btn a {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 1em 30px 1em 20px;
  background-color: #555;
  border-radius: 3em;
  -webkit-box-shadow: 0px 4px 0px 0px #dcdbdb;
          box-shadow: 0px 4px 0px 0px #dcdbdb;
  font-size: 114%;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  color: #fff;
}
.detail_case_container .detail_case_btn a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background: url("/assets/images/icn_btn_circle_wh01.png") no-repeat 50% 50%;
  background-size: 18px 18px;
}

/* 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 a {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 2;
  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;
}
/* 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: block;
  width: 100%;
  margin: 0 auto;
  padding: 1em 30px 1em 20px;
  background-color: #555;
  border-radius: 3em;
  -webkit-box-shadow: 0px 4px 0px 0px #dcdbdb;
          box-shadow: 0px 4px 0px 0px #dcdbdb;
  font-size: 114%;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  color: #fff;
}
.index_keyvisual_slide .index_keyvisual_btn a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background: url("/assets/images/icn_btn_circle_wh01.png") no-repeat 50% 50%;
  background-size: 18px 18px;
}
.index_keyvisual_slide .index_keyvisual_kv1 .index_keyvisual_kv1_contents,
.index_keyvisual_slide .index_keyvisual_kv1 .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;
  color: #fff;
}
.index_keyvisual_slide .index_keyvisual_kv1 .index_keyvisual_kv1_contents .index_keyvisual_kv1_detail,
.index_keyvisual_slide .index_keyvisual_kv1 .index_keyvisual_kv1_contents .index_keyvisual_detail,
.index_keyvisual_slide .index_keyvisual_kv1 .index_keyvisual_contents .index_keyvisual_kv1_detail,
.index_keyvisual_slide .index_keyvisual_kv1 .index_keyvisual_contents .index_keyvisual_detail {
  width: 100%;
  padding: 20px 20px;
}
.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: 24px;
  font-size: 6vw;
  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: 15px 0 0;
  font-size: 79%;
  font-size: 3vw;
}
.index_keyvisual_slide .index_keyvisual_kv1 .index_keyvisual_kv1_contents .index_keyvisual_kv1_hgroup p br,
.index_keyvisual_slide .index_keyvisual_kv1 .index_keyvisual_kv1_contents .index_keyvisual_hgroup p br,
.index_keyvisual_slide .index_keyvisual_kv1 .index_keyvisual_contents .index_keyvisual_kv1_hgroup p br,
.index_keyvisual_slide .index_keyvisual_kv1 .index_keyvisual_contents .index_keyvisual_hgroup p br {
  display: none;
}
.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: 75%;
  margin: 0 auto;
  padding: 15px 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 {
  height: auto;
}
.index_keyvisual_slide .index_keyvisual_kv2 .index_keyvisual_contents,
.index_keyvisual_slide .index_keyvisual_kv3 .index_keyvisual_contents,
.index_keyvisual_slide .index_keyvisual_kv4 .index_keyvisual_contents {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  padding: 10px 10px;
}
.index_keyvisual_slide .index_keyvisual_kv2 .index_keyvisual_detail,
.index_keyvisual_slide .index_keyvisual_kv3 .index_keyvisual_detail,
.index_keyvisual_slide .index_keyvisual_kv4 .index_keyvisual_detail {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  width: 95%;
  width: calc(100% - 20px);
  min-height: 55%;
  padding: 10px;
  background-color: #fff;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
.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 10px;
  font-size: 93%;
}
.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: 10px 0 0;
  font-size: 79%;
}
.index_keyvisual_slide .index_keyvisual_kv2 .index_keyvisual_read br,
.index_keyvisual_slide .index_keyvisual_kv3 .index_keyvisual_read br,
.index_keyvisual_slide .index_keyvisual_kv4 .index_keyvisual_read br {
  display: none;
}
.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: auto;
  max-width: 100%;
}
.index_keyvisual_slide .index_keyvisual_kv2 .index_keyvisual_btn,
.index_keyvisual_slide .index_keyvisual_kv3 .index_keyvisual_btn,
.index_keyvisual_slide .index_keyvisual_kv4 .index_keyvisual_btn {
  position: absolute;
  left: 0;
  bottom: -3.5em;
  display: block;
  width: 100%;
  padding-right: 55%;
}
.index_keyvisual_slide .index_keyvisual_kv2 .index_keyvisual_btn a,
.index_keyvisual_slide .index_keyvisual_kv3 .index_keyvisual_btn a,
.index_keyvisual_slide .index_keyvisual_kv4 .index_keyvisual_btn a {
  font-size: 86%;
}
.index_keyvisual_slide .index_keyvisual_kv2 h2 img {
  height: 30px;
}
.index_keyvisual_slide .index_keyvisual_kv3 h2 img {
  max-height: 40px;
}
.index_keyvisual_slide .index_keyvisual_kv4 h2 img {
  height: 30px;
}

.scroll_banner {
  display: none;
}

.bx-pager {
  position: relative;
  top: -5px;
  z-index: 51;
  display: table;
  width: 100%;
  height: 10px;
}
.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: 40px 0;
}

.index_purpose_detail {
  padding: 0 0 30px;
}

.index_purpose_read h2 {
  font-size: 143%;
  font-weight: bold;
}
.index_purpose_read p {
  padding: 20px 0 5px;
}

.index_purpose_btn a {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 1em 30px 1em 20px;
  background-color: #555;
  border-radius: 3em;
  -webkit-box-shadow: 0px 4px 0px 0px #dcdbdb;
          box-shadow: 0px 4px 0px 0px #dcdbdb;
  font-size: 114%;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  color: #fff;
}
.index_purpose_btn a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background: url("/assets/images/icn_btn_circle_wh01.png") no-repeat 50% 50%;
  background-size: 18px 18px;
}

/* index_purpose_topic */
.index_purpose_topic {
  padding: 20px 0 0;
}
.index_purpose_topic .bx-controls {
  padding: 20px 0 0;
}
.index_purpose_topic .bx-wrapper .index_purpose_topic_box {
  display: block;
}

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

.index_purpose_slider {
  opacity: 0;
  width: 100%;
}
.index_purpose_slider .index_purpose_topic_box {
  display: none;
  width: 50%;
  width: calc(50% - 7px);
  padding: 15px 0 0;
  border: 2px solid #f0f0ee;
  border-radius: 10px;
  text-align: center;
}
.index_purpose_slider h3 {
  min-height: 5.5em;
  padding: 0 5px 5px;
  font-size: 86%;
  font-weight: bold;
}
.index_purpose_slider p {
  padding: 0 5px 15px;
}
.index_purpose_slider p strong {
  display: inline-block;
  padding: 2px 10px;
  background-color: #ffd400;
  border-radius: 2em;
  font-size: 71%;
}
.index_purpose_slider figure {
  padding: 0 5px 0;
}

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

.index_platform_detail {
  padding: 0 0 30px;
}

.index_platform_hgroup h2 {
  font-size: 143%;
  font-weight: bold;
}
.index_platform_hgroup p {
  padding: 20px 0 0;
}

.index_platform_nav 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%;
}
.index_platform_nav ul li {
  width: 50%;
  width: calc(50% - 7px);
  padding-top: 15px;
}
.index_platform_btn a {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 1em 30px 1em 20px;
  background-color: #555;
  border-radius: 3em;
  -webkit-box-shadow: 0px 4px 0px 0px #dcdbdb;
          box-shadow: 0px 4px 0px 0px #dcdbdb;
  font-size: 114%;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  color: #fff;
}
.index_platform_btn a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background: url("/assets/images/icn_btn_circle_wh01.png") no-repeat 50% 50%;
  background-size: 18px 18px;
}

/* index_service */
.index_service {
  padding: 40px 0;
}
.index_service h2 {
  font-size: 143%;
  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-bottom: 20px;
}
.index_service_detail a {
  display: block;
  width: 50%;
  width: calc(50% - 7px);
  margin-top: 15px;
  border: 2px solid #f0f0ee;
  border-radius: 5px;
  font-size: 86%;
  font-weight: bold;
  text-align: center;
}
.index_service_detail a:nth-child(n+5) {
  display: none;
}
.index_service_detail a img {
  border-radius: 4px 4px 0 0;
}
.index_service_detail a p {
  position: relative;
  display: table;
  width: 100%;
  height: 5em;
  padding: 0 15px 0 5px;
}
.index_service_detail a p:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  background: url("/assets/images/icn_btn_circle_gr01.png") no-repeat 50% 50%;
  background-size: 14px 14px;
}
.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 a {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 1em 30px 1em 20px;
  background-color: #555;
  border-radius: 3em;
  -webkit-box-shadow: 0px 4px 0px 0px #dcdbdb;
          box-shadow: 0px 4px 0px 0px #dcdbdb;
  font-size: 114%;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  color: #fff;
}
.index_service_btn a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background: url("/assets/images/icn_btn_circle_wh01.png") no-repeat 50% 50%;
  background-size: 18px 18px;
}

/* index_feature */
.index_feature {
  display: none;
  padding: 40px 0;
  background-color: #f5f5f5;
}

.index_feature_hgroup h2 {
  font-size: 143%;
  font-weight: bold;
}
.index_feature_hgroup p {
  padding: 20px 0;
}

.index_feature_box {
  padding: 0 0 30px;
}
.index_feature_box img {
  border-radius: 6px;
}
.index_feature_box h3 {
  padding: 10px 0;
  /* font-size: $f16; */
  font-weight: bold;
  text-align: center;
}

.index_feature_btn a {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 1em 30px 1em 20px;
  background-color: #555;
  border-radius: 3em;
  -webkit-box-shadow: 0px 4px 0px 0px #dcdbdb;
          box-shadow: 0px 4px 0px 0px #dcdbdb;
  font-size: 114%;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  color: #fff;
}
.index_feature_btn a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background: url("/assets/images/icn_btn_circle_wh01.png") no-repeat 50% 50%;
  background-size: 18px 18px;
}

/* index_case */
.index_case {
  padding: 40px 0;
  background: url("/images/case_bg01_sp.jpg") no-repeat 50% 0%;
  background-size: contain;
}

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

.index_case_box {
  display: block;
  padding: 0 20px 30px;
}
.index_case_box ul {
  display: block;
  *overflow: hidden;
  *zoom: 1;
  padding: 0 0 0 10px;
}
.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 5px 0 0;
  font-size: 86%;
  text-align: center;
  line-height: 1.2;
}
.index_case_box ul li span {
  display: block;
  padding: 5px 10px;
  border-radius: 1em;
  text-align: left;
}
.index_case_box ul .case_service {
  background-color: #f0f0ee;
}
.index_case_box ul .case_purpose {
  background-color: #ffd400;
}
.index_case_box img {
  border-radius: 6px;
  border: 2px solid #f0f0ee;
}
.index_case_box h3 {
  padding: 10px 0 0 10px;
  font-weight: bold;
}
.index_case_box h3 span {
  font-size: 86%;
}
.index_case_box h3 strong {
  /* font-size: $f16; */
}

.index_case_btn a {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 1em 30px 1em 20px;
  background-color: #555;
  border-radius: 3em;
  -webkit-box-shadow: 0px 4px 0px 0px #dcdbdb;
          box-shadow: 0px 4px 0px 0px #dcdbdb;
  font-size: 114%;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  color: #fff;
}
.index_case_btn a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background: url("/assets/images/icn_btn_circle_wh01.png") no-repeat 50% 50%;
  background-size: 18px 18px;
}

/* index_news */
.index_news {
  padding: 40px 0;
  background-color: #f5f5f5;
}
.index_news h2 {
  font-size: 143%;
  font-weight: bold;
  text-align: center;
}

.index_news_detail {
  padding: 10px 0 0;
}
.index_news_detail li {
  padding: 10px 0;
}
.index_news_detail li + li {
  border-top: 1px solid #ddd;
}
.index_news_detail .new p:after {
  content: "New";
  padding-left: 10px;
  font-size: 10px;
  font-weight: normal;
  font-style: italic;
  color: #c52108;
}
.index_news_detail .date {
  padding: 0 10px 0 0;
  font-size: 86%;
}
.index_news_detail .icon {
  font-size: 86%;
}
.index_news_detail .icon em {
  display: inline-block;
  width: 7em;
  padding: 0 10px;
  background-color: #ffd400;
  border-radius: 1em;
  text-align: center;
}
.index_news_detail p {
  position: relative;
  padding: 5px 0 0;
  text-align: left;
  vertical-align: top;
  font-weight: bold;
}
.index_news_detail a[target=_blank]:after {
  content: url("/assets/images/icn_blank_bk01.png");
  position: relative;
  left: 10px;
}

.index_news_btn {
  padding: 20px 0 0;
}
.index_news_btn a {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 1em 30px 1em 20px;
  background-color: #555;
  border-radius: 3em;
  -webkit-box-shadow: 0px 4px 0px 0px #dcdbdb;
          box-shadow: 0px 4px 0px 0px #dcdbdb;
  font-size: 114%;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  color: #fff;
}
.index_news_btn a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background: url("/assets/images/icn_btn_circle_wh01.png") no-repeat 50% 50%;
  background-size: 18px 18px;
}

/* faq */
.id_faq .detail_container {
  padding-bottom: 40px;
}
.id_faq .contentsbox {
  padding: 10px 20px 0 20px;
}
.id_faq .pagenav {
  padding: 20px 0 30px 0;
}

/* faq_section */
.faq_section {
  padding: 20px 0 20px;
}
.faq_section h2 {
  position: relative;
  padding-left: 14px;
  font-size: 114%;
  line-height: 1.2;
  margin-bottom: 10px;
}
.faq_section h2:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 4px;
  height: 100%;
  background-color: #000;
  border-radius: 3px;
}

.faq_dl {
  border-bottom: 1px solid #dcdcdc;
}
.faq_dl:last-child {
  border-bottom: 0;
}
.faq_dl .faq_icn {
  position: absolute;
  font-size: 143%;
  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 2em;
  font-size: 100%;
  font-weight: bold;
}
.faq_dl dt a:after {
  content: "";
  display: block;
  position: absolute;
  top: 1.2em;
  right: 0px;
  width: 20px;
  height: 20px;
  background: #f6f6f6 url("/assets/images/icn_box_plus.png") no-repeat 50% 50%;
  background-size: 8px 8px;
  border-radius: 17px;
}
.faq_dl dt .faq_icn {
  top: 0.6em;
  left: 0px;
}
.faq_dl dd {
  display: none;
  position: relative;
  padding: 15px 10px 15px 3em;
  background-color: #f5f5f5;
}
.faq_dl dd .faq_icn {
  top: 15px;
  left: 0.8em;
}
.faq_dl dd p {
  margin-top: 1.5em;
  font-size: 86%;
}
.faq_dl dd span + p {
  margin-top: 0;
}
.faq_dl.faq_dl_on {
  padding-bottom: 20px;
  border-bottom: 0;
}
.faq_dl.faq_dl_on dt a:after {
  background: #f6f6f6 url("/assets/images/icn_box_minus.png") no-repeat 50% 50%;
  background-size: 8px 8px;
}
.faq_dl.faq_dl_on dd {
  display: block;
}

/* aboutmap */
.id_aboutmap .detail_container {
  padding: 30px 20px;
}
.id_aboutmap .contentsbox {
  padding: 20px 20px;
}

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

.aboutmap_aside h3 {
  padding: 0 0 1em;
  font-size: 86%;
}
.aboutmap_aside p {
  font-size: 86%;
}

.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 {
  padding: 10px 0 0 0;
  font-size: 86%;
}
.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: 20px 20px 30px 20px;
}

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

/* news_tab */
.news_tab {
  padding: 0 0 30px;
}
.news_tab 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%;
}
.news_tab ul li {
  width: 33%;
  width: calc(33% - 5px);
  padding: 10px 0 0;
  text-align: center;
  vertical-align: middle;
}
.news_tab ul li a {
  display: block;
  padding: 5px 5px;
  background-color: #fff;
  border-radius: 1.5em;
  font-size: 71%;
  font-weight: bold;
  line-height: 1;
}
.news_tab ul li a.tabon {
  background-color: #000;
  color: #fff;
}

/* detail */
.news_detail_header {
  width: 100%;
  margin: 0 auto;
  padding: 0 0;
  background-color: #fff;
  border-radius: 8px;
}

.news_detail_hgroup {
  padding: 20px;
}
.news_detail_hgroup h2 {
  font-size: 129%;
  font-weight: bold;
}
.news_detail_hgroup h2 + p {
  padding: 10px 0 20px;
  font-size: 86%;
}
.news_detail_hgroup .category {
  display: block;
  font-size: 86%;
  line-height: 1;
}
.news_detail_hgroup .category .icon {
  display: inline-block;
  width: 6em;
  margin: 0 0 0 15px;
  padding: 4px 15px;
  background-color: #ffd400;
  border-radius: 1em;
  font-weight: bold;
  text-align: center;
}

.news_detail {
  padding: 20px 0 0;
}
.news_detail .contentsbox {
  padding: 30px 20px;
}
.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: $f16; */
}

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

.case_section .section_detail {
  padding: 0;
}

.case_selectmenu {
  padding: 20px 0 10px;
}
.case_selectmenu h3 {
  padding: 0 0 10px;
  /* font-size: $f16; */
  font-weight: bold;
}
.case_selectmenu + .case_selectmenu {
  padding-bottom: 0;
  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 5px 10px 0;
}
.case_selectmenu ul li label {
  position: relative;
}
.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 10px;
  border-radius: 2em;
  background-color: #fff;
  font-size: 86%;
  font-weight: bold;
  line-height: 1;
}

.case_index_detail img {
  border-radius: 8px 8px 0 0;
  border: 0px;
}
.case_index_detail .index_case_box {
  margin: 20px 0 0;
  padding: 0 0 20px;
  background-color: #fff;
  border-radius: 0 0 8px 8px;
}
.case_index_detail .index_case_box ul {
  padding-top: 20px;
}

/* case_detail */
.case_detail_section {
  padding: 20px 0 30px;
}
.case_detail_section .contentsbox {
  padding: 20px 20px 30px;
}

.case_detail_head {
  padding: 0 0 20px;
}
.case_detail_head figure {
  padding: 0 0 10px;
}
.case_detail_head figure img {
  width: 100%;
  height: auto;
  border: 2px solid #f0f0ee;
  border-radius: 6px;
}
.case_detail_head .case_detail_hgroup {
  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: 10px 10px 0 0;
  font-size: 93%;
  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 10px;
  background-color: #f5f5f5;
}
.case_detail_head .case_detail_hgroup ul li .case_purpose {
  padding: 5px 10px;
  background-color: #ffd400;
}
.case_detail_head .case_detail_hgroup h2 {
  font-weight: bold;
}
.case_detail_head .case_detail_hgroup h2 span {
  font-size: 100%;
}
.case_detail_head .case_detail_hgroup h2 strong {
  display: block;
  font-size: 143%;
}

.case_detail_data {
  border-top: 2px solid #f0f0ee;
}
.case_detail_data dl {
  padding: 10px 0;
  border-bottom: 2px solid #f0f0ee;
}
.case_detail_data dl dt {
  padding: 0 0 5px;
  font-size: 100%;
  font-weight: bold;
}

.case_detail_contents h2 {
  margin: 40px 0 15px 0;
  font-size: 157%;
  font-weight: bold;
}
.case_detail_contents h3 {
  position: relative;
  margin: 40px 0 15px;
  padding-left: 17px;
  font-size: 129%;
  font-weight: bold;
  line-height: 1.2;
}
.case_detail_contents h3:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 4px;
  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: 30px;
}
.case_detail_contents p {
  margin: 1em 0 1em;
}
.case_detail_contents p:first-child {
  margin-top: 30px;
}
.case_detail_contents > figure {
  text-align: center;
}

.case_detail_column {
  margin: 40px 0 0;
  padding: 15px 10px;
  background-color: #f5f5f5;
}
.case_detail_column h4 {
  /* font-size: $f16; */
  font-weight: bold;
}
.case_detail_column .case_detail_column_nav {
  display: block;
  *overflow: hidden;
  *zoom: 1;
  padding-top: 5px;
}
.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 {
  padding-top: 10px;
}
.case_detail_column .case_detail_column_nav a {
  display: table;
  width: 100%;
  padding: 2px;
  background-color: #fff;
  border-radius: 5px;
}
.case_detail_column .case_detail_column_nav a figure {
  display: table-cell;
  width: 30%;
  text-align: left;
  vertical-align: middle;
}
.case_detail_column .case_detail_column_nav a figure img {
  border-radius: 5px 0 0 5px;
}
.case_detail_column .case_detail_column_nav a span {
  position: relative;
  display: table-cell;
  padding: 0 30px 0 10px;
  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: 10px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  background: url("/assets/images/icn_btn_circle_bk01.png") no-repeat 50% 50%;
  background-size: 12px 12px;
}

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

.case_detail_section_btn {
  padding: 0 0 30px;
}
.case_detail_section_btn a {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 1em 30px 1em 20px;
  background-color: #555;
  border-radius: 3em;
  -webkit-box-shadow: 0px 4px 0px 0px #dcdbdb;
          box-shadow: 0px 4px 0px 0px #dcdbdb;
  font-size: 114%;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  color: #fff;
}
.case_detail_section_btn a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background: url("/assets/images/icn_btn_circle_wh01.png") no-repeat 50% 50%;
  background-size: 18px 18px;
}

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

/* contact_section */
.contact_read {
  padding: 0 0 10px 0;
  font-size: 86%;
  text-align: left;
}
.contact_read p + p {
  margin-top: 1.5em;
}
.contact_read + .form_column_privacy {
  margin-top: -10px;
  padding-top: 0;
}

.contact_form table {
  width: 100%;
}
.contact_form th {
  display: block;
  padding: 20px 0 0 0;
  font-size: 100%;
  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 {
  display: block;
  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: 8px 10px;
  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: 8px 10px;
  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: 10px;
  margin-top: -10px;
  font-size: 9px;
  line-height: 1;
}
.contact_form td .form_select:after {
  content: "▼";
  position: absolute;
  top: 50%;
  right: 10px;
  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: 8px 30px 8px 10px;
  font-size: 100%;
}
.contact_form td .form_select select::-ms-expand {
  display: none;
}
.contact_form td .form_box.form_name dt {
  width: 2em;
}
.contact_form td .form_box .form_box_dl + .form_box_dl {
  padding: 10px 0 0;
}
.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 !important;
}
.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;
}

.form_column_caption {
  padding: 30px 0 0;
}

.form_column_box {
  display: none;
  margin: 20px 0 0;
  padding: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.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 {
  margin: 0 !important;
  padding: 0 !important;
}
.form_column_box_form ul li {
  padding: 5px 0 !important;
}
.form_column_box_form ul li label {
  position: relative;
  display: block;
  line-height: 1;
}
.form_column_box_form ul li label input[type=radio] {
  display: inline-block;
  margin: 0 10px 0 0;
}

.form_column h2 {
  margin: 0 0 10px;
  font-size: 100%;
  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: 100%;
  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 p, .form_column li {
  font-size: 86%;
}
.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:active {
  text-decoration: none;
}

.form_column_privacy {
  padding: 40px 0 0;
}

.form_column_check {
  display: block;
  padding: 40px 0 0;
  font-size: 86%;
  text-align: center;
}
.form_column_check label {
  position: relative;
  display: inline-block;
  padding: 0 0 0 30px;
}
.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: 20px;
  height: 20px;
  margin-top: -10px;
  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 {
  text-decoration: underline;
}

.form_submit {
  padding: 20px 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: block;
  width: 100%;
  margin: 0 auto;
  padding: 1em 30px 1em 20px;
  background-color: #555;
  border-radius: 3em;
  -webkit-box-shadow: 0px 4px 0px 0px #dcdbdb;
          box-shadow: 0px 4px 0px 0px #dcdbdb;
  font-size: 114%;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  color: #fff;
  background-color: #d90049;
}
.form_submit button::-ms-expand {
  display: none;
}
.form_submit button:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background: url("/assets/images/icn_btn_circle_wh01.png") no-repeat 50% 50%;
  background-size: 18px 18px;
}
.form_submit button:after {
  background: url("/assets/images/icn_circle_wh01.png") no-repeat 50% 50%;
  background-size: 18px 18px;
}
.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_back {
  padding: 20px 0 0;
  text-align: center;
}
.form_back a {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 1em 30px 1em 20px;
  background-color: #555;
  border-radius: 3em;
  -webkit-box-shadow: 0px 4px 0px 0px #dcdbdb;
          box-shadow: 0px 4px 0px 0px #dcdbdb;
  font-size: 114%;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  color: #fff;
  background-color: #d90049;
}
.form_back a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background: url("/assets/images/icn_btn_circle_wh01.png") no-repeat 50% 50%;
  background-size: 18px 18px;
}
.form_back a:after {
  background: url("/assets/images/icn_circle_wh01.png") no-repeat 50% 50%;
  background-size: 18px 18px;
}

.form_tt-r p,
.form_tt-r {
  font-size: 86%;
  margin-top: 10px;
}

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

/* feature_section */
.feature_head {
  padding: 30px 0 0;
  text-align: center;
}
.feature_head h2 {
  font-size: 129%;
  font-weight: bold;
}
.feature_head p {
  text-align: left;
}

.feature_reason_list {
  margin: 20px 0;
  padding: 10px 20px;
  border: 3px solid #f0f0ee;
  border-radius: 8px;
  background-color: #fff;
}
.feature_reason_list ul {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 100%;
}
.feature_reason_list li {
  width: 50%;
  padding: 10px 0;
  text-align: center;
}
.feature_reason_list li:nth-child(odd) {
  padding-right: 10px;
}
.feature_reason_list li:nth-child(even) {
  padding-left: 10px;
}
.feature_reason_list li img {
  max-width: 150px;
  width: 100%;
}

.feature_btn {
  padding: 20px 0 40px;
  text-align: center;
}
.feature_btn a {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 1em 30px 1em 20px;
  background-color: #555;
  border-radius: 3em;
  -webkit-box-shadow: 0px 4px 0px 0px #dcdbdb;
          box-shadow: 0px 4px 0px 0px #dcdbdb;
  font-size: 114%;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  color: #fff;
}
.feature_btn a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background: url("/assets/images/icn_btn_circle_wh01.png") no-repeat 50% 50%;
  background-size: 18px 18px;
}

.feature_section {
  padding: 20px 20px;
}
.feature_section h2 {
  padding: 0 0 20px;
  font-size: 129%;
  font-weight: bold;
  text-align: center;
}
.feature_section h2 br {
  display: none;
}

.feature_detail figure {
  padding: 0 0 20px;
}
.feature_detail + .feature_detail {
  padding-top: 30px;
}

.feature_detail_image {
  display: table;
  margin: 0 auto;
  padding: 20px 0 0;
}
.feature_section2 img {
  border-radius: 0;
}
.feature_section2 .feature_btn {
  padding: 20px 0 0;
}

.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 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: 1px 20px 30px;
}
/* platform_section */
.platform_article .detail_container {
  padding-bottom: 40px;
}

.platform_section {
  padding-top: 40px;
}

.platform_info {
  padding: 20px 20px;
  text-align: center;
  border-bottom: 2px solid #f0f0ee;
}
.platform_info img {
  max-width: 100%;
  width: auto;
}
.platform_info em {
  display: block;
  padding: 5px 0 0;
  font-size: 129%;
  font-weight: bold;
}

.platform_detail {
  padding: 20px 20px;
}
.platform_detail .platform_detail_box {
  padding: 0 0 20px;
}
.platform_detail .platform_detail_box + .platform_detail_box {
  padding: 20px 0 0;
  border-top: 1px solid #dcdcdc;
}
.platform_detail .platform_detail_box figure {
  padding: 0 0 20px;
  text-align: center;
}
.platform_detail .platform_detail_box figure img {
  max-width: 100%;
  width: auto;
  height: auto;
  border: 2px solid #f0f0ee;
  border-radius: 4px;
}
.platform_detail .platform_detail_box .platform_detail_data {
  text-align: center;
}
.platform_detail strong {
  display: inline-block;
  padding: 5px 15px;
  background-color: #ffd400;
  border-radius: 2em;
  font-size: 93%;
  text-align: center;
  line-height: 1;
}
.platform_detail h3 {
  position: relative;
  display: inline-block;
  padding: 10px 0 10px 18px;
  /* font-size: $f16; */
}
.platform_detail h3:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  background: url("/assets/images/icn_btn_circle_bk01.png") no-repeat 50% 50%;
  background-size: 12px 12px;
}

.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;
}
.id_purpose_detail header .globalnav_purpose ul {
  display: block;
}

/* purpose_index */
.purpose_index .section_detail {
  padding: 30px 0;
}

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

.purpose_index_hgroup {
  position: relative;
  padding: 40px 10px;
  background-color: #e2e2e2;
}
.purpose_index_hgroup h3 {
  padding-bottom: 0.5em;
  font-size: 129%;
  font-weight: bold;
}

.purpose_index_box {
  position: relative;
  padding: 20px 10px 0;
  background-color: #fff;
}
.purpose_index_box h4 {
  /* font-size: $f16; */
  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: 93%;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
.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%;
}
.purpose_index_box img {
  max-width: 100%;
  width: auto;
}

/* detail ===== */
.id_purpose_detail .section_detail {
  padding: 0;
}

.purpose_detail_nav {
  padding: 30px 0;
}
.purpose_detail_nav h2 {
  padding: 0 0 10px;
  font-size: 129%;
  font-weight: bold;
  text-align: center;
}
.purpose_detail_nav nav a {
  position: relative;
  display: block;
  width: 100%;
  margin: 10px 0 0;
  padding: 10px 20px 35px;
  background-color: #fff;
  border-radius: 8px;
  font-weight: bold;
  text-align: center;
}
.purpose_detail_nav nav a br {
  display: none;
}
.purpose_detail_nav nav a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 12px;
  left: 50%;
  width: 12px;
  height: 12px;
  margin-left: -6px;
  background: url("/assets/images/icn_pagedown.png") no-repeat 50% 50%;
  background-size: 12px 12px;
}

.purpose_detail_section {
  padding: 0 0 40px;
}
.purpose_detail_section .purpose_detail_contents {
  width: 100%;
  padding-bottom: 5px;
  background-color: #ccc;
  border-radius: 8px;
}
.purpose_detail_section .purpose_detail_hgroup {
  position: relative;
  padding: 5px;
  background-color: #d90049;
  border-radius: 8px;
  vertical-align: top;
}
.purpose_detail_section .purpose_detail_hgroup h3 {
  padding: 20px 20px;
  background-color: #fff;
  border-radius: 0 0 8px 8px;
  font-size: 129%;
  font-weight: bold;
}
.purpose_detail_section .purpose_detail_hgroup h3 br {
  display: none;
}
.purpose_detail_section .purpose_detail_hgroup figure img {
  border-radius: 8px 8px 0 0;
}
.purpose_detail_section .purpose_detail_hgroup:after {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 50%;
  z-index: 3;
  width: 1px;
  height: 1px;
  margin: 0 0 -60px -40px;
  border: 40px solid transparent;
  border-top: 20px solid #d90049;
}
.purpose_detail_section .purpose_detail_box {
  margin: 30px 5px 0;
  padding: 0 0 20px;
  background-color: #fff;
  vertical-align: top;
  border-radius: 8px;
}
.purpose_detail_section .purpose_detail_box h4 {
  padding: 10px 20px;
  background-color: #d90049;
  border-radius: 8px 8px 0 0;
  font-weight: bold;
  text-align: center;
  color: #fff;
  line-height: 1;
}
.purpose_detail_section .purpose_detail_box p {
  padding: 20px 20px;
  font-size: 86%;
}
.purpose_detail_section .purpose_detail_box p a {
  text-decoration: underline;
}
.purpose_detail_section .purpose_detail_box p a:active {
  text-decoration: none;
}
.purpose_detail_section .purpose_detail_box figure {
  padding: 0 20px;
}
.purpose_detail_section .purpose_detail_box figure img {
  border-radius: 8px;
}

/* state */
.id_purpose_detail .pageheader.pageheader_purpose_state {
  background: url("/purpose/state_images/pageheader_sp.jpg") no-repeat 50% 50%;
  background-size: cover;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2), -1px -1px 3px rgba(0, 0, 0, 0.2);
  color: #fff;
}

/* gis */
.id_purpose_detail .pageheader.pageheader_purpose_gis {
  background: url("/purpose/gis_images/pageheader_sp.jpg") no-repeat 50% 50%;
  background-size: cover;
  text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.8), -1px -1px 3px rgba(255, 255, 255, 0.8);
}

/* inbound */
.id_purpose_detail .pageheader.pageheader_purpose_inbound {
  background: url("/purpose/inbound_images/pageheader_sp.jpg") no-repeat 50% 50%;
  background-size: cover;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2), -1px -1px 3px rgba(0, 0, 0, 0.2);
  color: #fff;
}

/* print */
.id_purpose_detail .pageheader.pageheader_purpose_print {
  background: url("/purpose/print_images/pageheader_sp.jpg") no-repeat 50% 50%;
  background-size: cover;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2), -1px -1px 3px rgba(0, 0, 0, 0.2);
  color: #fff;
}

/* disaster_prevention */
.id_purpose_detail .pageheader.pageheader_purpose_disaster_prevention {
  background: url("/purpose/disaster_prevention_images/pageheader_sp.jpg") no-repeat 50% 50%;
  background-size: cover;
  text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.8), -1px -1px 3px rgba(255, 255, 255, 0.8);
}

/* guide */
.id_purpose_detail .pageheader.pageheader_purpose_guide {
  background: url("/purpose/guide_images/pageheader_sp.jpg") no-repeat 50% 50%;
  background-size: cover;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2), -1px -1px 3px rgba(0, 0, 0, 0.2);
  color: #fff;
}

/* analysis */
.id_purpose_detail .pageheader.pageheader_purpose_analysis {
  background: url("/purpose/analysis_images/pageheader_sp.jpg") no-repeat 50% 50%;
  background-size: cover;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2), -1px -1px 3px rgba(0, 0, 0, 0.2);
  color: #fff;
}

/* geocording */
.id_purpose_detail .pageheader.pageheader_purpose_geocording {
  background: url("/purpose/geocording_images/pageheader_sp.jpg") no-repeat 50% 50%;
  background-size: cover;
  text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.8), -1px -1px 3px rgba(255, 255, 255, 0.8);
}

/* estimation */
.id_purpose_detail .pageheader.pageheader_purpose_estimation {
  background: url("/purpose/estimation_images/pageheader_sp.jpg") no-repeat 50% 50%;
  background-size: cover;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2), -1px -1px 3px rgba(0, 0, 0, 0.2);
  color: #fff;
}

/* input */
.id_purpose_detail .pageheader.pageheader_purpose_input {
  background: url("/purpose/input_images/pageheader_sp.jpg") no-repeat 50% 50%;
  background-size: cover;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2), -1px -1px 3px rgba(0, 0, 0, 0.2);
  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: 40px 20px;
}
.id_service .contents_read h2 {
  /* font-size: $f16; */
}

.id_service_detail header .globalnav_service ul {
  display: block;
}

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

.service_index {
  padding-top: 20px;
}
.service_index h2 {
  margin-bottom: -10px;
  padding: 20px 0 0;
  font-size: 143%;
  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_box {
  display: block;
  margin: 30px auto 0;
  border-radius: 8px;
  background-color: #fff;
}
.service_index_box figure img {
  border-radius: 8px 8px 0 0;
}
.service_index_box .service_index_box_detail {
  padding: 20px 15px;
}
.service_index_box h3 {
  position: relative;
  padding-right: 24px;
  /* font-size: $f16; */
  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: 86%;
  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;
}

/* detail ===== */
.id_service_detail .detail_container {
  padding-bottom: 1px;
}
.id_service_detail .detailnav {
  padding: 20px 0 0;
}
.id_service_detail .detailnav li {
  float: left;
  width: 50%;
}
.id_service_detail .detailnav li:nth-child(odd) {
  padding-right: 5px;
}
.id_service_detail .detailnav li:nth-child(even) {
  padding-left: 5px;
}
.id_service_detail .detailnav.detailnav_clm3 ul li {
  float: none;
  width: 100%;
}
.id_service_detail .detailnav.detailnav_clm3 ul li:nth-child(odd) {
  padding-right: 0;
}
.id_service_detail .detailnav.detailnav_clm3 ul li:nth-child(even) {
  padding-left: 0;
}
.id_service_detail .contents_read {
  font-weight: bold;
}
.id_service_detail .contentsbox {
  margin: 30px auto;
  padding: 30px 20px;
}
.id_service_detail .contentsbox > p + p {
  margin-top: 1em;
}

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

/* service_index */
.service_feature_read p {
  margin-top: 1em;
}
.service_feature_read p:first-child {
  margin-top: 0;
}
.service_feature_read figure {
  padding: 20px 0 0;
  text-align: center;
  width: 100%;
  height: auto;
}

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

.service_feature_read-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.service_feature_read-right p {
  margin-top: 1em;
}
.service_feature_read-right p:first-child {
  margin-top: 0;
}
.service_feature_read-right p span {
  margin-top: 15px;
  display: block;
}
.service_feature_read-right figure {
  padding: 20px 0 0;
  text-align: center;
  width: 100%;
  height: auto;
}

.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_contents .contentsbox > figure img {
  max-width: 100%;
  width: auto;
}

.service_feature_info_box {
  padding: 30px 0 0;
}
.service_feature_info_box:first-child {
  padding-top: 0;
}
.service_feature_info_box dl dt {
  padding: 10px 0;
  font-size: 129%;
  font-weight: bold;
  text-align: center;
}
.service_feature_info_box dl dt span {
  display: block;
  padding: 0 0 5px;
  font-size: 120%;
  color: #d90049;
  line-height: 1;
}
.service_feature_info_box dl a {
  text-decoration: underline;
}
.service_feature_info_box dl a:active {
  text-decoration: none;
}

.service_feature_scene {
  padding: 20px 0 0;
}
.service_feature_scene .purpose_index_box {
  border: 2px solid #f0f0ee;
}
.service_feature_scene + .service_feature_btn {
  padding-top: 0;
}

.service_feature_scene_box {
  padding: 30px 0 0;
}
.service_feature_scene_box dl dt {
  padding: 10px 0;
  font-size: 129%;
  font-weight: bold;
}

.service_feature_btn {
  padding: 30px 0 10px;
  text-align: center;
}
.service_feature_btn a {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 1em 30px 1em 20px;
  background-color: #555;
  border-radius: 3em;
  -webkit-box-shadow: 0px 4px 0px 0px #dcdbdb;
          box-shadow: 0px 4px 0px 0px #dcdbdb;
  font-size: 114%;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  color: #fff;
}
.service_feature_btn a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background: url("/assets/images/icn_btn_circle_wh01.png") no-repeat 50% 50%;
  background-size: 18px 18px;
}

.service_feature_plan table {
  width: 100%;
  table-layout: fixed;
}
.service_feature_plan table th, .service_feature_plan table td {
  padding: 5px 5px;
  width: 33.3%;
  font-size: 86%;
  text-align: center;
  vertical-align: middle;
}
.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 {
  font-weight: bold;
}
.service_feature_plan_nav div {
  text-align: center;
}
.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: block;
  width: 100%;
  margin: 0 auto;
  padding: 1em 30px 1em 20px;
  background-color: #555;
  border-radius: 3em;
  -webkit-box-shadow: 0px 4px 0px 0px #dcdbdb;
          box-shadow: 0px 4px 0px 0px #dcdbdb;
  font-size: 114%;
  font-weight: bold;
  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:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background: url("/assets/images/icn_btn_circle_wh01.png") no-repeat 50% 50%;
  background-size: 18px 18px;
}
.service_feature_plan_nav .service_feature_plan_btn a:after {
  background: url("/assets/images/icn_circle_wh01.png") no-repeat 50% 50%;
  background-size: 18px 18px;
}
.service_feature_plan_nav .service_feature_plan_btn p {
  padding: 10px 0 0;
  color: #d90049;
}

.service_feature_caption {
  font-size: 100%;
}

.service_feature_thumb {
  display: block;
  *overflow: hidden;
  *zoom: 1;
  padding: 0 0 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;
  width: 50%;
  padding: 20px 0 0;
}
.service_feature_thumb li:nth-child(odd) {
  padding-right: 5px;
}
.service_feature_thumb li:nth-child(even) {
  padding-left: 5px;
}
.service_feature_thumb li img {
  width: 100%;
  height: auto;
}

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

/* 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 {
  display: block;
}
.func_table tr:first-child th, .func_table tr:first-child td {
  border: 0;
}
.func_table th {
  padding: 10px 0 0;
  border-top: 3px solid #f0f0ee;
  font-weight: bold;
}
.func_table th br {
  display: none;
}
.func_table th em {
  display: block;
  font-size: 86%;
  font-weight: bold;
}
.func_table td {
  padding: 10px 0 10px;
}
.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: -5px;
}
.func_table td .ullist li {
  margin-top: 5px;
}
.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 figure {
  text-align: center;
}
.func_table td figure img {
  max-width: 100%;
  width: auto;
}
.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%;
  font-size: 90% !important;
}
.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: 5px 10px;
}
.service_req-tb td:first-child {
  font-weight: bold;
  width: 35%;
  min-width: 135px;
}
.service_req-tb small {
  display: block;
}

.req_table {
  width: 100%;
}
.req_table th, .req_table td {
  display: block;
  padding: 10px 0;
  text-align: left;
  vertical-align: top;
}
.req_table th {
  border-top: 2px solid #bdbdbd;
  font-weight: bold;
}
.req_table td {
  border-top: 2px solid #f5f5f5;
}
.req_table td dt {
  font-weight: bold;
}
.req_table td dt:before {
  content: "● ";
}
.req_table td dd {
  padding-left: 1.4em;
}
.req_table td dd + dt {
  margin: 20px 0 0;
}
.req_table td dl + dl {
  margin: 20px 0 0;
}
.req_table td ul:first-child {
  padding-top: 0;
}
.req_table td .ullist {
  margin-top: -5px;
}
.req_table td .ullist li {
  margin-top: 5px;
}
.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 td figure {
  text-align: center;
}
.req_table td figure img {
  max-width: 100%;
  width: auto;
}
.req_table h4 {
  margin: 30px 0 10px;
  font-size: 114%;
  font-weight: bold;
}
.req_table .contents_caption {
  margin: 10px 0 0;
}

.tm-mgt40 {
  margin: 20px 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: #fffdfd !important;
}

.responsive-table {
  overflow-x: auto !important;
}
.responsive-table table {
  min-width: 600px;
}
.responsive-table table .sp-w90 {
  width: 16%;
}

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

/* system */
.service_system_detail figure + p {
  padding: 20px 0 0;
}
.service_system_detail .caption_list {
  padding: 10px 0 0;
}
.service_system_detail .caption_list li {
  margin-left: 1em;
  font-size: 86%;
  text-indent: -1em;
}

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

.service_support_flow_list {
  margin: 20px 0 5px;
  background-color: #e3eeff;
  border-radius: 8px;
}
.service_support_flow_list dl {
  position: relative;
  padding: 0 0 10px;
  background: url("/service/api/images/support_bg01_sp.png") no-repeat 50% 0%;
  background-size: 100% 20px;
}
.service_support_flow_list dl:first-child {
  background-image: none;
}
.service_support_flow_list dl:first-child dt {
  padding-top: 15px;
}
.service_support_flow_list dl dt {
  position: relative;
  z-index: 2;
  padding: 30px 10px 10px;
  text-align: center;
}
.service_support_flow_list dl dt span {
  display: inline-block;
  min-width: 8em;
  padding: 2px 0;
  background-color: #3290d3;
  border-radius: 2em;
  font-size: 86%;
  text-align: center;
  color: #fff;
}
.service_support_flow_list dl dd {
  position: relative;
  z-index: 2;
  padding: 0 10px 0;
  font-size: 86%;
  font-weight: bold;
  text-align: center;
}
.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 20px;
  padding: 10px 10px 10px;
  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;
  font-size: 86%;
}
.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 {
  margin: 20px 0 0;
  border: 2px solid #d90049;
}
.service_support_customer_column h4 {
  padding: 10px 10px;
  background-color: #d90049;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}
.service_support_customer_column p {
  padding: 10px 10px;
  font-size: 86%;
  text-align: left;
  vertical-align: middle;
}
.service_support_customer_column + p {
  margin-top: 2em;
}

/* case */
.service_case_contents {
  padding-bottom: 40px;
}
.service_case_contents .service_detail_hgroup {
  padding: 30px 0 20px;
}
.service_case_contents h2 {
  font-size: 129%;
  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_sp.jpg") no-repeat 50% 100%;
  background-size: cover;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2), -1px -1px 3px rgba(0, 0, 0, 0.2);
  color: #fff;
}

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

/* sdk */
.id_service_detail .pageheader.pageheader_service_sdk {
  background: url("/service/sdk/images/pageheader_sp.jpg") no-repeat 50% 100%;
  background-size: cover;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2), -1px -1px 3px rgba(0, 0, 0, 0.2);
  color: #fff;
}

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

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

/* win_sdk */
.id_service_detail .pageheader.pageheader_service_sdk_win {
  background: url("/service/sdk_win/images/pageheader_sp.jpg") no-repeat 50% 100%;
  background-size: cover;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2), -1px -1px 3px rgba(0, 0, 0, 0.2);
  color: #fff;
}

/* print */
.id_service_detail .pageheader.pageheader_service_print {
  background: url("/service/print/images/pageheader_sp.jpg") no-repeat 50% 50%;
  background-size: cover;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2), -1px -1px 3px rgba(0, 0, 0, 0.2);
  color: #fff;
}

/* rurubu */
.id_service_detail .pageheader.pageheader_service_rurubu {
  background: url("/service/rurubu/images/pageheader_sp.jpg") no-repeat 50% 50%;
  background-size: cover;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2), -1px -1px 3px rgba(0, 0, 0, 0.2);
  color: #fff;
}

.rurubu_lang ul li {
  padding: 30px 0 0;
  text-align: center;
}
.rurubu_lang ul li figure {
  padding: 0 0 10px;
}
.rurubu_lang ul li figure img {
  max-width: 100%;
  width: auto;
}

.rurubu_data {
  width: 100%;
  margin: 0 0 10px;
}
.rurubu_data thead {
  display: none;
}
.rurubu_data tbody {
  display: block;
}
.rurubu_data tbody tr {
  display: block;
  margin: 10px 0 0;
}
.rurubu_data tbody th, .rurubu_data tbody td {
  display: table;
  width: 100%;
}
.rurubu_data tbody th em, .rurubu_data tbody td em {
  display: table-cell;
  width: 6em;
  padding: 5px 0;
  background-color: #ffd400;
  font-size: 71%;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
.rurubu_data tbody th span, .rurubu_data tbody th p, .rurubu_data tbody td span, .rurubu_data tbody td p {
  display: table-cell;
  padding: 5px 10px;
  font-size: 86%;
  text-align: left;
  vertical-align: middle;
}
.rurubu_data tbody tr:nth-child(odd) {
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.rurubu_data tbody tr:nth-child(odd) th, .rurubu_data tbody tr:nth-child(odd) td {
  border-top: 1px solid #eee;
}
.rurubu_data tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}
.rurubu_data tbody tr:nth-child(even) th, .rurubu_data tbody tr:nth-child(even) td {
  border-top: 1px solid #fff;
}

/* navi_app */
.id_service_detail .pageheader.pageheader_service_navi_app {
  background: url("/service/navi_app/images/pageheader_sp.jpg") no-repeat 50% 100%;
  background-size: cover;
  text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.8), -1px -1px 3px rgba(255, 255, 255, 0.8);
}

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

/* heredb */
.id_service_detail .sp-none {
  display: none;
}
.id_service_detail .pageheader.pageheader_service_heredb {
  background: url("/service/heredb/images/pageheader_sp.jpg") no-repeat 50% 100%;
  background-size: cover;
  text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.8), -1px -1px 3px rgba(255, 255, 255, 0.8);
}
.id_service_detail .contents_heredb h3 {
  padding: 5px 0;
  font-size: 114%;
  font-weight: bold;
  position: relative;
  margin-left: 20px;
  margin-top: 20px;
}
.id_service_detail .contents_heredb h3::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #000;
  top: 14px;
  border-radius: 25px;
  margin-left: -20px;
}
.id_service_detail .contents_heredb p {
  overflow: hidden;
}
.id_service_detail .laptop-display {
  text-align: center;
}
.id_service_detail .laptop-display img {
  margin-top: 20px;
  max-width: 650px;
}
.id_service_detail .notes {
  margin-top: 30px;
  border: 2px solid #f0f0ee;
  padding: 10px;
}
.id_service_detail .notes h4 {
  font-weight: bold;
  margin-bottom: 5px;
}
.id_service_detail .service_nav-content {
  padding: 20px 0 0 0;
}
.id_service_detail .service_nav-content h2 {
  padding: 0 0 10px;
  font-size: 129%;
  font-weight: bold;
  text-align: center;
}
.id_service_detail .service_nav-content .nav-menu {
  max-width: 500px;
  width: 100%;
  margin: auto;
  padding: 20px 30px;
  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 a:hover {
  text-decoration: none;
}
.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-menu ol li a:hover {
  text-decoration: none;
}
.id_service_detail .service_nav-content nav a {
  position: relative;
  display: block;
  width: 100%;
  margin: 10px 0 0;
  padding: 10px 20px 35px;
  background-color: #fff;
  border: 1px solid #bdbdbd;
  border-radius: 8px;
  font-weight: bold;
  text-align: center;
}
.id_service_detail .service_nav-content nav a br {
  display: none;
}
.id_service_detail .service_nav-content nav a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 12px;
  left: 50%;
  width: 12px;
  height: 12px;
  margin-left: -6px;
  background: url("/assets/images/icn_pagedown.png") no-repeat 50% 50%;
  background-size: 12px 12px;
}

/* asean */
.id_service_detail .pageheader.pageheader_service_asean {
  background: url("/service/asean/images/pageheader_sp.jpg") no-repeat 50% 100%;
  background-size: cover;
  text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.8), -1px -1px 3px rgba(255, 255, 255, 0.8);
}

.asean_about_figure {
  padding: 10px 0 20px;
  text-align: center;
}
.asean_about_figure li {
  display: inline-block;
  padding: 10px 0 0;
  max-width: 100%;
  width: auto;
  height: auto;
}

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

/* geocording */
.id_service_detail .pageheader.pageheader_service_geocording {
  background: url("/service/geocording/images/pageheader_sp.jpg") no-repeat 50% 50%;
  background-size: cover;
  text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.8), -1px -1px 3px rgba(255, 255, 255, 0.8);
}

/* language */
.id_service_detail .pageheader.pageheader_service_language {
  background: url("/service/language/images/pageheader_sp.jpg") no-repeat 50% 50%;
  background-size: cover;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2), -1px -1px 3px rgba(0, 0, 0, 0.2);
  color: #fff;
}

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

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

.language_map_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%;
  padding: 0 5px;
}
.language_map_nav li {
  width: 50%;
  padding: 5px 5px;
}
.language_map_nav li a {
  display: block;
  padding: 5px 0;
  background-color: #fff;
  border-radius: 3em;
  -webkit-box-shadow: 0px 2px 0px 0px #dcdbdb;
          box-shadow: 0px 2px 0px 0px #dcdbdb;
  font-size: 86%;
  text-align: center;
  line-height: 1.2;
}
.language_map_nav li a.btnon {
  background-color: #555;
  color: #fff;
}

.language_map_title {
  padding: 10px 10px 0;
  font-size: 86%;
  text-align: center;
}

/* db */
.id_service_detail .pageheader.pageheader_service_db {
  background: url("/service/db/images/pageheader_sp.jpg") no-repeat 50% 100%;
  background-size: cover;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2), -1px -1px 3px rgba(0, 0, 0, 0.2);
  color: #fff;
}

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

.db_table {
  padding: 30px 0;
  border-top: 3px solid #dcdcdc;
}
.db_table:last-child {
  padding-bottom: 0;
}
.db_table figure {
  text-align: center;
}
.db_table figure img {
  max-width: 100%;
  width: auto;
}
.db_table .db_table_data {
  padding: 20px 0 0;
}
.db_table .db_table_data p {
  margin-top: 0.5em;
}
.db_table .db_table_data p + p {
  margin-top: 1em;
}

.db_datail {
  padding: 10px 0 0;
}
.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 {
  padding: 20px 0 0;
  text-align: center;
}
.db_datail .db_detail_data + figure img {
  max-width: 100%;
  width: auto;
}

/* mapdk5_info */
.service_mapdk5_info {
  padding-top: 1px;
}
.service_mapdk5_info h1 {
  padding: 0 0 20px;
  font-size: 129%;
  font-weight: bold;
  text-align: center;
}
.service_mapdk5_info p + p {
  margin: 2em 0 0;
}
.service_mapdk5_info h2 {
  margin: 40px 0 20px;
  font-size: 114%;
  font-weight: bold;
  text-align: center;
}
.service_mapdk5_info .service_mapdk5_info_about {
  margin: 0 0 30px;
}
.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:active {
  text-decoration: none;
}

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

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

.responsive-table {
  overflow-x: auto;
  padding-bottom: 20px;
}

.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: 30px;
}
.service_feature_plan.plan-api.service_feature_plan table {
  width: 100%;
  min-width: 760px;
  font-size: 90%;
  background-color: #FFF !important;
  border: 1px solid #bdbdbd !important;
  width: 100%;
}
.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 thead th:nth-child(1) {
  width: 7% !important;
}
.service_feature_plan.plan-api.service_feature_plan table thead th:nth-child(3) {
  width: 11% !important;
}
.service_feature_plan.plan-api.service_feature_plan table tbody th {
  font-weight: bold;
}
.service_feature_plan.plan-api.service_feature_plan table tbody td {
  width: initial !important;
}

.banner-ct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.banner-ct figure img {
  width: 100%;
  margin-bottom: 10px !important;
}
.banner-ct figure a {
  margin: 0 !important;
}

.list_api .service_support_flow_list dl dt span {
  padding: 2px 20px !important;
}
.list_api .service_support_flow_list.service_support_flow_list dl dd a {
  display: block;
  margin-top: 10px;
}
.list_api .service_support_flow_list.service_support_flow_list dl dd a img {
  width: 200px;
}
.list_api .service_support_flow_list.service_support_flow_list dl dd small {
  display: block;
  margin: 8px 0 5px 0;
}

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

.btn-intro {
  width: 100% !important;
  margin: auto;
  margin-top: 10px;
  max-width: inherit !important;
}

.service_function_nav {
  margin-bottom: 30px;
}

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

.contents_white_btn a {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 1em 30px 1em 20px;
  background-color: #555;
  border-radius: 3em;
  -webkit-box-shadow: 0px 4px 0px 0px #dcdbdb;
  box-shadow: 0px 4px 0px 0px #dcdbdb;
  font-size: 103%;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  color: #000;
  background-color: #ffd400;
  border: 1px solid #ffd400;
}

.contents_white_btn a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background: url("/assets/images/icn_btn_circle_wh01.png") no-repeat 50% 50%;
  background-size: 18px 18px;
  -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 {
  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: 14px;
  font-weight: bold;
  padding: 8px;
}

.contents_read {
  font-size: 86%;
}

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

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

.campaign_banner img.pc {
  display: none;
}

.campaign_banner .btn {
  min-width: 90%;
  font-size: 114%;
}

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

.btn {
  position: relative;
  display: table;
  min-width: 90%;
  margin: 20px 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: 114%;
  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;
}

.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: 1em 0 0;
}

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

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

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

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

.circle-list-yellow {
  display: block;
  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: 130px;
  height: 130px;
  margin: 15px auto;
  border-radius: 100%;
  font-size: 100%;
  line-height: 25px;
  font-weight: bold;
}

.circle-list-item:first-child {
  margin-top: 0;
}

.circle-list-item:last-child {
  margin-bottom: 0;
}

.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: 100%;
  margin: 15px auto 0 auto;
  padding: 0;
  display: block;
}

.campaign_whatis ul li {
  width: 100%;
  margin-bottom: 15px;
  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: 100%;
  margin: 30px auto 15px auto;
  padding: 20px;
  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: block;
  margin-bottom: 10px;
}

.campaign-box-topic {
  width: 100%;
  text-align: left;
  font-weight: bold;
}

.campaign-box-detail {
  width: 100%;
  text-align: left;
}

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

.campaign-box-green-topic {
  display: block;
  padding-bottom: 25px;
}

.campaign-box-green-topic h3 {
  font-size: 120% !important;
  color: #fff;
  padding-bottom: 20px;
  font-weight: bold;
}

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

.campaign-box-green-topic .btn {
  min-width: 100%;
  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: 20px 20px 40px;
}

.id_campaign .contentsbox {
  padding: 20px;
}

.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%);
}

/* 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: 20px 20px 40px;
}
.id_desktop_contact .contentsbox {
  padding: 20px 20px;
}

/* desktop_contact_section */
.desktop_contact_read {
  padding: 0 0 10px 0;
  font-size: 86%;
  text-align: left;
}
.desktop_contact_read h2 {
  margin-bottom: 15px;
}
.desktop_contact_read ul li {
  margin-bottom: 20px;
}
.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-right: 0;
  margin-left: auto;
  color: white;
  background-color: red;
}
.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 30px;
}
.desktop_contact_read .read_imgbox .read_img {
  width: 100%;
}
.desktop_contact_read p + p {
  margin-top: 1.5em;
}
.desktop_contact_read + .form_column_privacy {
  margin-top: -10px;
  padding-top: 0;
}

.desktop_contact_form table {
  width: 100%;
}
.desktop_contact_form th {
  display: block;
  padding: 20px 0 0 0;
  font-size: 100%;
  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 td {
  display: block;
  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: 71%;
}
.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: 8px 10px;
  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: 8px 10px;
  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: 10px;
  margin-top: -10px;
  font-size: 9px;
  line-height: 1;
}
.desktop_contact_form td .form_select:after {
  content: "▼";
  position: absolute;
  top: 50%;
  right: 10px;
  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: 8px 30px 8px 10px;
  font-size: 100%;
}
.desktop_contact_form td .form_select select::-ms-expand {
  display: none;
}
.desktop_contact_form td .form_box.form_name dt {
  width: 2em;
}
.desktop_contact_form td .form_box .form_box_dl + .form_box_dl {
  padding: 10px 0 0;
}
.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;
}

.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 !important;
}
.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;
}

.form_column_caption {
  padding: 30px 0 0;
}

.form_column_box {
  display: none;
  margin: 20px 0 0;
  padding: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.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 {
  margin: 0 !important;
  padding: 0 !important;
}
.form_column_box_form ul li {
  padding: 5px 0 !important;
}
.form_column_box_form ul li label {
  position: relative;
  display: block;
  line-height: 1;
}
.form_column_box_form ul li label input[type=radio] {
  display: inline-block;
  margin: 0 10px 0 0;
}

.form_column h2 {
  margin: 0 0 10px;
  font-size: 100%;
  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: 100%;
  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 p, .form_column li {
  font-size: 86%;
}
.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:active {
  text-decoration: none;
}

.form_column_privacy {
  padding: 40px 0 0;
}

.form_column_check {
  display: block;
  padding: 40px 0 0;
  font-size: 86%;
  text-align: center;
}
.form_column_check label {
  position: relative;
  display: inline-block;
  padding: 0 0 0 30px;
}
.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: 20px;
  height: 20px;
  margin-top: -10px;
  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 {
  text-decoration: underline;
}

.form_submit {
  padding: 20px 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: block;
  width: 100%;
  margin: 0 auto;
  padding: 1em 30px 1em 20px;
  background-color: #555;
  border-radius: 3em;
  -webkit-box-shadow: 0px 4px 0px 0px #dcdbdb;
          box-shadow: 0px 4px 0px 0px #dcdbdb;
  font-size: 114%;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  color: #fff;
  background-color: #d90049;
}
.form_submit button::-ms-expand {
  display: none;
}
.form_submit button:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background: url("/assets/images/icn_btn_circle_wh01.png") no-repeat 50% 50%;
  background-size: 18px 18px;
}
.form_submit button:after {
  background: url("/assets/images/icn_circle_wh01.png") no-repeat 50% 50%;
  background-size: 18px 18px;
}
.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_back {
  padding: 20px 0 0;
  text-align: center;
}
.form_back a {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 1em 30px 1em 20px;
  background-color: #555;
  border-radius: 3em;
  -webkit-box-shadow: 0px 4px 0px 0px #dcdbdb;
          box-shadow: 0px 4px 0px 0px #dcdbdb;
  font-size: 114%;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  color: #fff;
  background-color: #d90049;
}
.form_back a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background: url("/assets/images/icn_btn_circle_wh01.png") no-repeat 50% 50%;
  background-size: 18px 18px;
}
.form_back a:after {
  background: url("/assets/images/icn_circle_wh01.png") no-repeat 50% 50%;
  background-size: 18px 18px;
}

/* 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: 30px;
}

.pdt-10 {
  padding-top: 5px;
}

/* api_case_nav  ===== */
.api_case_nav {
  padding: 20px 0 0 0;
}
.api_case_nav h2 {
  padding: 0 0 10px;
  font-size: 129%;
  font-weight: bold;
  text-align: center;
}
.api_case_nav nav a {
  position: relative;
  display: block;
  width: 100%;
  margin: 10px 0 0;
  padding: 10px 20px 35px;
  background-color: #fff;
  border-radius: 8px;
  font-weight: bold;
  text-align: center;
}
.api_case_nav nav a br {
  display: none;
}
.api_case_nav nav a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 12px;
  left: 50%;
  width: 12px;
  height: 12px;
  margin-left: -6px;
  background: url("/assets/images/icn_pagedown.png") no-repeat 50% 50%;
  background-size: 12px 12px;
}

/* api_case_section */
.api_case_head {
  padding: 10px 0 0;
  text-align: center;
}

.api_case_reason_list {
  margin: 20px 0;
  padding: 10px 20px;
  border: 3px solid #f0f0ee;
  border-radius: 8px;
  background-color: #fff;
}
.api_case_reason_list ul {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 100%;
}
.api_case_reason_list li {
  width: 50%;
  padding: 10px 0;
  text-align: center;
}
.api_case_reason_list li:nth-child(odd) {
  padding-right: 10px;
}
.api_case_reason_list li:nth-child(even) {
  padding-left: 10px;
}
.api_case_reason_list li img {
  max-width: 150px;
  width: 100%;
}

.api_case_btn {
  padding: 20px 0px 20px 0px;
  text-align: center;
}
.api_case_btn a {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 1em 30px 1em 20px;
  background-color: #555;
  border-radius: 3em;
  -webkit-box-shadow: 0px 4px 0px 0px #dcdbdb;
          box-shadow: 0px 4px 0px 0px #dcdbdb;
  font-size: 114%;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  color: #fff;
  background-color: #d90049 !important;
}
.api_case_btn a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background: url("/assets/images/icn_btn_circle_wh01.png") no-repeat 50% 50%;
  background-size: 18px 18px;
}
.api_case_btn a + a {
  margin-top: 15px;
}
.api_case_btn .remark {
  margin-bottom: 20px;
}
.api_case_btn .btn-gray {
  background-color: #555 !important;
}
.api_case_btn .mgb-btn {
  margin-bottom: 30px;
}
.api_case_btn .btn-icn-pdf span {
  margin-left: 20px;
  padding: 0 10px;
}
.api_case_btn .btn-icn-pdf:before {
  content: "";
  display: block;
  position: absolute;
  top: 42%;
  left: 24px;
  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_section {
  padding: 20px 20px;
}
.api_case_section h2 {
  padding: 0 0 20px;
  font-size: 129%;
  font-weight: bold;
  text-align: center;
}
.api_case_section h2 br {
  display: none;
}

.api_case_detail .mgt-20 {
  margin-top: 10px;
}
.api_case_detail .mgb-20 {
  margin-bottom: 10px;
}
.api_case_detail figure {
  padding: 0 0 20px;
}
.api_case_detail + .api_case_detail {
  padding-top: 30px;
}
.api_case_detail .text-list {
  background-color: #f0f0ee;
  padding: 15px 10px;
  font-size: 14px;
  border-radius: 10px;
  margin: 10px 0;
}
.api_case_detail .text-list li {
  position: relative;
  margin-left: 10px;
}
.api_case_detail .text-list li:last-child {
  margin-bottom: 0px;
}
.api_case_detail .text-list li:before {
  content: "・";
  position: absolute;
  width: 10px;
  margin-left: -10px;
}

.api_case_detail_image {
  display: table;
  margin: 0 auto;
  padding: 20px 0 0;
}

.api_case_section2 img {
  border-radius: 0;
}
.api_case_section2 .api_case_btn {
  padding: 20px 0 0;
}
.api_case_section2 .api_case-img {
  text-align: center;
  margin-top: 20px;
}
.api_case_section2 .list-links {
  margin-top: 20px;
}
.api_case_section2 .list-links a {
  margin-bottom: 10px !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: 10px 35px 10px 10px;
  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: 48%;
  right: 10px;
  width: 18px;
  height: 18px;
  background: url("/assets/images/icn_nav_next_bk02.png") no-repeat 50% 50%;
  background-size: auto;
  background-size: 18px 18px;
}

.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 .pc,
.id_fudosan .pc {
  display: none;
}
.id_unsou .main-mv,
.id_fudosan .main-mv {
  height: 750px;
  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: 85%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.id_unsou .main-mv .pc,
.id_fudosan .main-mv .pc {
  display: none;
}
.id_unsou .main-mv .program-on,
.id_fudosan .main-mv .program-on {
  padding: 0 20px;
}
.id_unsou .main-mv .title_con,
.id_fudosan .main-mv .title_con {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
  padding: 0 20px;
  font-weight: 500;
}
.id_unsou .main-mv .title_con .ttl_mv,
.id_fudosan .main-mv .title_con .ttl_mv {
  font-size: 160%;
  line-height: 1;
  font-weight: 600;
}
.id_unsou .main-mv .title_con h1,
.id_fudosan .main-mv .title_con h1 {
  font-size: 440%;
  margin-bottom: 20px;
  line-height: 1;
  font-weight: 500;
}
.id_unsou .main-mv .title_con .sub-txt,
.id_fudosan .main-mv .title_con .sub-txt {
  font-size: 118%;
  margin-bottom: 10px;
  font-weight: 600;
}
.id_unsou .main-mv img,
.id_fudosan .main-mv img {
  max-width: 400px;
  width: 100%;
  margin-top: 30px;
}
.id_unsou .main-mv .btn,
.id_fudosan .main-mv .btn {
  font-size: 20px !important;
}
.id_unsou .main-mv.unsou,
.id_fudosan .main-mv.unsou {
  background-image: url("/api/transportation-and-logistics/images/bg_mv.jpg") !important;
  background-position: left 32% bottom;
}
.id_unsou .bg_grey,
.id_fudosan .bg_grey {
  background-color: #F9FAFC;
}
.id_unsou .problem,
.id_fudosan .problem {
  width: 100%;
  margin: auto;
  padding: 50px 20px 0px 20px;
}
.id_unsou .problem h2,
.id_fudosan .problem h2 {
  text-align: center;
  font-size: 160%;
  font-weight: 700;
  line-height: 1.3;
  color: #343C47;
  margin-bottom: 30px;
}
.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: 30px 20px 100px 20px;
}
.id_unsou .mapfan-api h2,
.id_fudosan .mapfan-api h2 {
  font-size: 150%;
  font-weight: 700;
  line-height: 1.3;
  color: #377DEB;
  margin-bottom: 20px;
}
.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 {
  width: 100%;
  font-weight: 600;
  padding: 20px 40px 20px 20px !important;
}
.id_unsou .mapfan-api .btn-container .vertical-center.btn:hover,
.id_fudosan .mapfan-api .btn-container .vertical-center.btn:hover {
  text-decoration: none !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: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin-bottom: 40px;
  padding: 0 20px;
}
.id_unsou .problem-list .list_detail,
.id_fudosan .problem-list .list_detail {
  width: 100%;
  font-size: 86%;
  line-height: 2;
  color: #000;
}
.id_unsou .problem-list .list_detail .number,
.id_fudosan .problem-list .list_detail .number {
  max-width: 35px;
  margin-bottom: 10px;
  float: left;
  margin-right: 15px;
}
.id_unsou .problem-list .list_detail p,
.id_fudosan .problem-list .list_detail p {
  display: inline-block;
}
.id_unsou .problem-list .list_detail h3,
.id_fudosan .problem-list .list_detail h3 {
  font-size: 150%;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 1px;
  color: #37B6F5;
  margin-bottom: 10px;
  margin-top: -4px;
}
.id_unsou .problem-list .list_detail h3 span,
.id_fudosan .problem-list .list_detail h3 span {
  font-size: 69%;
  font-weight: 200;
  position: relative;
  top: -6px;
  left: 0;
}
.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));
  margin-bottom: 20px;
}
.id_unsou .problem-list .remark-img .remark,
.id_fudosan .problem-list .remark-img .remark {
  width: 100%;
  max-width: 480px;
  margin-top: -10px;
  margin-bottom: 30px;
}
.id_unsou .problem-list .remark-img .remark li,
.id_fudosan .problem-list .remark-img .remark li {
  font-size: 12px !important;
  margin-bottom: 4px;
  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;
}
.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: -14px;
  top: 0;
}
.id_unsou .bg_feature,
.id_fudosan .bg_feature {
  background-image: url("/api/real_estate/images/bg_road.svg");
  background-size: 3311px;
  background-position: top -530px left -1602px;
}
.id_unsou .feature_list,
.id_fudosan .feature_list {
  width: 100%;
  margin: auto;
  padding: 50px 20px 30px 20px;
}
.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: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
}
.id_unsou .feature_list .item_feature .feature_text,
.id_fudosan .feature_list .item_feature .feature_text {
  text-align: center;
  width: 100%;
  font-size: 86%;
  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: 50px;
  margin: auto;
  float: left;
  margin-right: 10px;
}
.id_unsou .feature_list .item_feature .feature_text p,
.id_fudosan .feature_list .item_feature .feature_text p {
  text-align: left;
  display: inline-block;
}
.id_unsou .feature_list .item_feature .feature_text h3,
.id_fudosan .feature_list .item_feature .feature_text h3 {
  text-align: left;
  font-size: 150%;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 1px;
  color: #37B6F5;
  margin: 10px 0;
}
.id_unsou .feature_list .item_feature .feature_text h3 span,
.id_fudosan .feature_list .item_feature .feature_text h3 span {
  font-size: 69%;
  font-weight: 200;
  position: relative;
  top: -6px;
  left: 0;
}
.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 {
  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: 100%;
  padding: 0 20px;
  margin: auto;
  font-size: 80%;
  padding-bottom: 50px;
}
.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;
  width: 100%;
  background-image: url("/api/real_estate/images/bg_head.png");
  background-size: cover;
  padding: 50px 20px 20px 20px;
}
.id_unsou .point h2,
.id_fudosan .point h2 {
  text-align: center;
  font-size: 150%;
  color: #FFF;
  font-weight: 700;
  margin-bottom: 30px;
}
.id_unsou .point .point_con,
.id_fudosan .point .point_con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.id_unsou .point .point_con img,
.id_fudosan .point .point_con img {
  width: 100%;
  max-width: 400px;
  margin: auto;
}
.id_unsou .point .point_con .point_detail,
.id_fudosan .point .point_con .point_detail {
  width: 100%;
  background-color: #FFF;
  padding: 20px;
  border-radius: 20px;
  font-size: 89%;
  position: relative;
  margin-bottom: 30px;
}
.id_unsou .point .point_con .point_detail::after,
.id_fudosan .point .point_con .point_detail::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  background-image: url("/api/real_estate/images/triangle_sp.svg");
  background-repeat: no-repeat;
  width: 41px;
  height: 75px;
  -webkit-transform: translate(-50%, 85%);
          transform: translate(-50%, 85%);
}
.id_unsou .point .point_con .point_detail h3,
.id_fudosan .point .point_con .point_detail h3 {
  font-size: 150%;
  color: #37B6F5;
  font-weight: 600;
  margin-bottom: 10px;
}
.id_unsou .point.unsou,
.id_fudosan .point.unsou {
  background-image: url("/api/transportation-and-logistics/images/bg_head.jpg") !important;
  background-position: center bottom;
}
.id_unsou .bg_btn-more,
.id_fudosan .bg_btn-more {
  margin: auto;
  width: 100%;
  height: 240px;
  background-image: url("/api/real_estate/images/bg_btn-contact.png");
  background-size: cover;
  padding: 50px 20px;
}
.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 {
  width: 100%;
  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: 15px !important;
  width: 100% !important;
  font-size: 20px !important;
  font-weight: 600;
  padding: 20px 40px 20px 20px !important;
}
.id_unsou .btn-more_contact .vertical-center .btn:hover,
.id_fudosan .btn-more_contact .vertical-center .btn:hover {
  text-decoration: none !important;
}
.id_unsou .btn,
.id_fudosan .btn {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0) !important;
  width: 100% !important;
  font-size: 20px !important;
  font-weight: 600;
  -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: 10px !important;
  padding: 20px 40px 20px 20px !important;
}
.id_unsou .btn:hover,
.id_fudosan .btn:hover {
  text-decoration: none !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: 15px !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: 18px 18px !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: 15px !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: 18px 18px !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: 15px !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: 18px 18px !important;
}
.id_unsou .btn.mgt-30,
.id_fudosan .btn.mgt-30 {
  margin-top: 20px !important;
}
/*# sourceMappingURL=global_sp.css.map */