@charset "UTF-8";
body {
  background-color: #000000; }

p {
  font-size: 15px;
  color: #fff; }

.gm #header {
  background-color: transparent;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000; }

.gm #header nav {
  background-color: rgba(0, 0, 0, 0.8);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 30px; }

.gm #header nav.nav_sp {
  display: none; }

.gm #header nav a {
  color: #fff;
  transition: .3s all; }

.gm #header nav a:first-child {
  margin-right: auto;
  display: block;
  width: 200px; }

.gm #header nav a:first-child:hover {
  opacity: .7; }

.gm #header nav a:first-child img {
  display: block;
  width: 100%; }

.gm #header nav a:nth-child(n+2) {
  margin-left: 20px;
  font-size: 14px; }

.gm #header nav a:nth-child(n+2):hover {
  opacity: .7; }

.gm #header nav a:nth-child(2) {
  margin-left: 0; }

.gm #header nav a.c-btn {
  color: #333;
  max-width: 190px;
  padding: 20px; }

.gm #header nav .is-tgr {
  display: none; }

@media screen and (max-width: 768px) {
  .gm #header nav.nav_sp {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    z-index: 10000; }
  .gm #header nav.nav {
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: all	.3s;
    position: absolute;
    top: 0;
    z-index: 1000;
    height: 100vh;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8); }
  .gm #header nav.nav.is-open {
    visibility: unset;
    opacity: 1; }
  .gm #header nav.nav a {
    display: block; }
  .gm #header nav.nav a:first-child {
    display: none; }
  .gm #header nav.nav a:nth-child(n+2) {
    margin-left: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff; }
  .gm #header nav.nav a:nth-child(n+3) {
    margin-top: 30px; }
  .gm #header nav.nav a.c-btn {
    max-width: 100%;
    padding-bottom: 20px;
    border-bottom: 0; }
  .gm #header nav .is-tgr {
    display: block;
    cursor: pointer;
    width: 40px;
    height: 40px;
    position: relative; }
  .gm #header nav .is-tgr span {
    display: block;
    background-color: #fff;
    height: 1px;
    width: 100%;
    display: block;
    position: relative;
    top: 5px;
    transition: all .3s; }
  .gm #header nav .is-tgr span + span {
    top: 15px; }
  .gm #header nav .is-tgr::after {
    content: 'MENU';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
    color: #fff;
    font-size: 12px; }
  .gm #header nav .is-tgr.is-open span {
    top: 10px;
    transform: rotate(30deg); }
  .gm #header nav .is-tgr.is-open span + span {
    top: 10px;
    transform: rotate(-30deg); }
  .gm #header nav .is-tgr.is-open::after {
    content: 'CLOSE'; } }

.gm main .header {
  position: relative; }

.gm main .header-inner {
  margin: 0 auto;
  max-width: 1460px;
  min-width: 1280px;
  padding: 0 30px 15px;
  position: absolute; }

.gm main .header-inner h1 {
  font-family: Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, メイリオ, Meiryo, ＭＳ Ｐゴシック, sans-serif;
  font-size: 10px;
  font-size: .625rem;
  line-height: 1.2;
  margin: 11px 0 0 2px;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 40em;
  color: #d9d9d9; }

@media screen and (min-width: 769px) {
  .gm main .header-inner {
    transform: translateY(-10px); } }

.gm main #mv {
  background: url("https://www.obc.co.jp/hubfs/obc/assets/images/bugyo-v/gm/lp/bg_mv.png") no-repeat center center;
  background-size: 110%; }

.gm main #mv .inner {
  padding: 80px 0 100px; }

.gm main #mv h1, .gm main #mv h2 {
  margin: 0 auto;
  max-width: 600px; }

.gm main #mv h1 img, .gm main #mv h2 img {
  width: 100%; }

.gm main #mv p {
  color: #fff; }

.gm main #mv .copy {
  font-size: 1.875rem;
  color: #fff;
  text-align: center;
  margin: 50px auto 70px;
  line-height: 1.75; }

.gm main #mv .score {
  max-width: 830px;
  margin: 50px auto 25px; }

.gm main #mv .score div {
  border: 1px solid #fff;
  padding: 20px; }

.gm main #mv .score div p {
  color: #fff;
  line-height: 1.7;
  text-align: center;
  font-size: 1rem; }

.gm main #mv .score div p em {
  font-size: 2.5rem;
  color: #A9894A; }

.gm main #mv .score div p span {
  font-size: 1.5625rem;
  margin-left: 6px;
  display: inline-block; }

.gm main #mv .score div p small {
  font-size: 0.875rem;
  margin-left: 6px;
  display: inline-block; }

@media screen and (max-width: 768px) {
  .gm main #mv {
    background: url("https://www.obc.co.jp/hubfs/obc/assets/images/bugyo-v/gm/lp/bg_mv.png") no-repeat center 6%;
    background-size: 100%; }
  .gm main #mv .inner {
    padding: 40px 25px 80px; }
  .gm main #mv h1, .gm main #mv h2 {
    max-width: 266px;
    margin: 0 auto; }
  .gm main #mv .copy {
    font-size: 15px;
    margin: 40px auto; }
  .gm main #mv .score div p em {
    font-size: 30px; }
  .gm main #mv .score div p span {
    font-size: 20px; }
  .gm main #mv .score div p small {
    font-size: 12px; } }

.gm main #introductory {
  background: url("https://www.obc.co.jp/hubfs/obc/assets/images/bugyo-v/gm/lp/bg_Introductory.png") no-repeat center top;
  background-size: cover; }

.gm main #recommendation {
  position: relative;
  overflow: hidden;
  border-top: 1px solid #494747;
  max-width: 1220px;
  margin: 0 auto; }

.gm main #recommendation::after {
  content: "";
  background: url(https://www.obc.co.jp/hubfs/obc/assets/images/bugyo-v/gm/lp/bg_recommendation.svg) no-repeat center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 66%;
  left: 60%;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: .5; }

.gm main #recommendation .inner .bdr_box-list div {
  border: 1px solid #fff;
  padding: 20px; }

.gm main #recommendation .inner .bdr_box-list div p {
  width: 80%;
  margin: 0 auto;
  padding-left: 30px;
  color: #fff;
  line-height: 1.75;
  position: relative; }

.gm main #recommendation .inner .bdr_box-list div p em {
  color: #A9894A; }

.gm main #recommendation .inner .bdr_box-list div p::before {
  content: "";
  background: url("https://www.obc.co.jp/hubfs/obc/assets/images/bugyo-v/gm/lp/icon_recommendation.svg") no-repeat center;
  background-size: cover;
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px; }

@media screen and (max-width: 768px) {
  .gm main #recommendation::after {
    width: 140%;
    top: 20%;
    left: 62%;
    opacity: .7; }
  .gm main #recommendation .inner .bdr_box-list div {
    padding: 18px 25px; }
  .gm main #recommendation .inner .bdr_box-list div p {
    margin: 0;
    width: 100%; } }

.gm main #strongpoint {
  background: url("https://www.obc.co.jp/hubfs/obc/assets/images/bugyo-v/gm/lp/bg_strongpoint.png") no-repeat center top;
  background-size: cover; }

.gm main #strongpoint .inner .pont-explanation {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  max-width: 920px;
  margin: 0 auto; }

.gm main #strongpoint .inner .pont-explanation figure {
  width: 230px; }

.gm main #strongpoint .inner .pont-explanation p {
  -ms-flex: 1;
  flex: 1;
  margin-left: 80px;
  color: #fff;
  line-height: 1.75;
  font-size: 1.375rem; }

.gm main #strongpoint .inner .point_list {
  max-width: 1060px;
  margin: 50px auto 0; }

.gm main #strongpoint .inner .point_list li p {
  color: #fff;
  line-height: 1.75; }

.gm main #strongpoint .inner .point_list li .reverse .txt {
  text-align: center; }

.gm main #strongpoint .inner .point_list li .reverse .txt .point {
  margin-bottom: 10px; }

.gm main #strongpoint .inner .point_list li .reverse .txt .point em {
  color: #A9894A; }

.gm main #strongpoint .inner .point_list li .reverse figure {
  display: block;
  height: 48px;
  margin: 30px auto;
  text-align: center; }

.gm main #strongpoint .inner .point_list li .reverse figure img {
  height: 100%; }

@media screen and (max-width: 768px) {
  .gm main #strongpoint .inner .pont-explanation {
    display: block; }
  .gm main #strongpoint .inner .pont-explanation figure {
    width: 190px;
    margin: 0 auto; }
  .gm main #strongpoint .inner .pont-explanation p {
    margin: 30px 0 0;
    font-size: 0.9375rem; }
  .gm main #strongpoint .inner .point_list li .reverse {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px; }
  .gm main #strongpoint .inner .point_list li .reverse p {
    line-height: 1.5; }
  .gm main #strongpoint .inner .point_list li .reverse .txt {
    -ms-flex: 1;
    flex: 1;
    text-align: left;
    margin-left: 20px; }
  .gm main #strongpoint .inner .point_list li .reverse .txt .ttl {
    font-size: 16px; }
  .gm main #strongpoint .inner .point_list li .reverse .txt .point {
    line-height: 1.5;
    margin-bottom: 0;
    font-size: 12px; }
  .gm main #strongpoint .inner .point_list li .reverse figure {
    margin: 0;
    width: 80px; }
  .gm main #strongpoint .inner .point_list li p {
    line-height: 1.5;
    font-size: 14px; }
  .gm main #strongpoint .inner .point_list li:last-child .reverse figure {
    height: 60px; } }

.gm main #implementation {
  background: url("https://www.obc.co.jp/hubfs/obc/assets/images/bugyo-v/gm/lp/bg_implementation.svg") no-repeat center top;
  background-size: 110%; }

.gm main #implementation .inner .effect {
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px; }

.gm main #implementation .inner .effect > div {
  max-width: 550px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start; }

.gm main #implementation .inner .effect > div:nth-child(n+3) {
  margin-top: 70px; }

.gm main #implementation .inner .effect > div figure {
  max-width: 100px;
  width: 100%;
  display: block; }

.gm main #implementation .inner .effect > div p {
  -ms-flex: 1;
  flex: 1;
  margin-left: 10%;
  color: #fff;
  line-height: 1.75; }

.gm main #implementation .inner .effect > div p.ttl {
  font-size: 1.375rem; }

.gm main #implementation .inner .effect > div p + p {
  margin-top: 20px; }

.gm main #implementation .inner .effect > div .bdr_box {
  border: 1px solid #fff;
  padding: 20px;
  margin-left: 10%;
  margin-top: 40px; }

.gm main #implementation .inner .effect > div .bdr_box dl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
  line-height: 1.75; }

.gm main #implementation .inner .effect > div .bdr_box dl dt {
  width: 100px; }

.gm main #implementation .inner .effect > div .bdr_box dl dd {
  -ms-flex: 1;
  flex: 1; }

@media screen and (max-width: 768px) {
  .gm main #implementation .inner .effect > div:nth-child(n+2) {
    margin-top: 70px; }
  .gm main #implementation .inner .effect > div figure {
    max-width: 60px; }
  .gm main #implementation .inner .effect > div .txt {
    -ms-flex: 1;
    flex: 1; }
  .gm main #implementation .inner .effect > div .txt p {
    font-size: 14px; }
  .gm main #implementation .inner .effect > div .txt p.ttl {
    font-size: 17px; }
  .gm main #implementation .inner .effect > div .txt .bdr_box {
    margin-top: 20px; }
  .gm main #implementation .inner .effect > div .txt .bdr_box dl {
    display: block; } }

.gm main #cando {
  background: url("https://www.obc.co.jp/hubfs/obc/assets/images/bugyo-v/gm/lp/bg_cando.png") no-repeat center top;
  background-size: cover; }

.gm main #cando .inner .cando_box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.gm main #cando .inner .cando_box .cando_box__blk {
  width: calc(50% - 25px); }

.gm main #cando .inner .cando_box .cando_box__blk:first-child {
  width: calc(100% - 635px); }

.gm main #cando .inner .cando_box .cando_box__blk:nth-child(2) {
  width: 100%;
  max-width: 610px; }

.gm main #cando .inner .cando_box .cando_box__blk:last-child {
  width: calc(50% - 75px); }

.gm main #cando .inner .cando_box > .cando_box__blk > * + * {
  margin-top: 20px; }

.gm main #cando .inner .cando_box > .cando_box__blk:nth-child(n+3) {
  margin-top: 70px; }

.gm main #cando .inner .cando_box > .cando_box__blk .tag {
  padding: 5px 20px;
  background-color: #A9894A;
  color: #fff;
  display: inline-block;
  margin-bottom: 20px; }

.gm main #cando .inner .cando_box > .cando_box__blk .ttl {
  font-size: 1.375rem; }

.gm main #cando .inner .cando_box > .cando_box__blk p {
  color: #fff;
  line-height: 1.5; }

.gm main #cando .inner .cando_box > .cando_box__blk .bdr_box {
  border: 1px solid #fff;
  padding: 15px 20px;
  display: inline-block; }

@media screen and (max-width: 768px) {
  .gm main #cando .inner .cando_box .cando_box__blk {
    width: 100%; }
  .gm main #cando .inner .cando_box .cando_box__blk:first-child {
    width: 100%; }
  .gm main #cando .inner .cando_box .cando_box__blk:nth-child(2) {
    width: 100%; }
  .gm main #cando .inner .cando_box .cando_box__blk:last-child {
    width: 100%; }
  .gm main #cando .inner .cando_box > .cando_box__blk:nth-child(n+2) {
    margin-top: 60px; } }

.gm main #licenses {
  background: url("https://www.obc.co.jp/hubfs/obc/assets/images/bugyo-v/gm/lp/bg_license.svg") no-repeat center top;
  background-size: contain; }

.gm main #licenses .inner > p:not([class]) {
  text-align: center; }

.gm main #licenses .inner .table {
  margin: 50px auto 20px;
  width: 100%; }

.gm main #licenses .inner .link_box {
  margin-top: 60px; }

.gm main #licenses .inner .link_box p {
  text-align: center;
  position: relative;
  padding: 0 24px;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1.5; }

.gm main #licenses .inner .link_box p::before {
  content: "＼";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0; }

.gm main #licenses .inner .link_box p::after {
  content: "／";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0; }

.gm main #licenses .inner .link_box a {
  max-width: 540px;
  width: 100%;
  margin: 30px auto 0;
  text-align: center; }

@media screen and (max-width: 768px) {
  .gm main #licenses {
    background: url("https://www.obc.co.jp/hubfs/obc/assets/images/bugyo-v/gm/lp/bg_license.svg") no-repeat center 6%;
    background-size: contain; }
  .gm main #licenses .inner > p:not([class]) {
    text-align: left; } }

.gm main #security {
  background: url("https://www.obc.co.jp/hubfs/obc/assets/images/bugyo-v/gm/lp/bg_security.png") no-repeat center top;
  background-size: cover; }

.gm main #security .inner p:not([class]) {
  text-align: center; }

.gm main #security .inner p.ttl {
  font-size: 1.375rem;
  font-weight: bold;
  text-align: center;
  margin: 60px 0 30px; }

.gm main #security .inner .bdr_box {
  border: 1px solid #fff;
  padding: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center; }

.gm main #security .inner .bdr_box p {
  color: #fff;
  line-height: 1.75;
  font-size: 1.375rem;
  font-weight: bold;
  text-align: center; }

.gm main #security .inner .bdr_box p em {
  color: #A9894A; }

.gm main #security .inner .bdr_box p small {
  font-size: 0.875rem;
  font-weight: normal; }

.gm main #security .inner .ma {
  max-width: 862px;
  margin: 0 auto 20px; }

@media screen and (max-width: 768px) {
  .gm main #security .inner > p:not([class]) {
    text-align: left; } }

.gm main #service {
  background-color: #333333; }

.gm main #service .inner .subnavi__inner a {
  transition: all .3s; }

.gm main #service .inner .subnavi__inner a:hover {
  opacity: .7; }

.gm main #service .inner .subnavi__inner .subnavi__imagearea {
  position: relative;
  margin-bottom: 10px; }

.gm main #service .inner .subnavi__inner .subnavi__imagearea img {
  pointer-events: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  vertical-align: baseline;
  width: 100%; }

.gm main #service .inner .subnavi__inner .subnavi__imagearea p {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  font-weight: 700;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  font-size: 24px;
  text-shadow: 0 0 4px #000; }

.gm main #service .inner .subnavi__inner .subnavi__text {
  line-height: 1.6;
  font-size: 0.875rem; }

.gm main #contact {
  background: url("https://www.obc.co.jp/hubfs/obc/assets/images/bugyo-v/gm/lp/bg_contact.png") no-repeat center center;
  background-size: cover; }

.gm main #contact .inner .link_box {
  max-width: 632px;
  margin: 0 auto; }

.gm main #contact .inner .tel_box {
  margin-top: 55px; }

.gm main #contact .inner .tel_box p {
  text-align: center; }

.gm main #contact .inner .tel_box .tel {
  text-align: center;
  margin: 20px 0; }

.gm main #contact .inner .tel_box .tel a {
  padding-left: 65px;
  display: inline-block;
  color: #fff;
  font-size: 2.5625rem;
  position: relative; }

.gm main #contact .inner .tel_box .tel a::before {
  content: "";
  background: url("https://www.obc.co.jp/hubfs/obc/assets/images/bugyo-v/gm/lp/icon_tel.png") no-repeat center;
  background-size: cover;
  width: 45px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%); }

@media screen and (max-width: 768px) {
  .gm main #contact .inner .link_box {
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .gm main #contact .inner .link_box a {
    width: calc(50% - 12.5px);
    margin: 0; } }

.font-yumin {
  font-family: "游明朝体", "Yu Mincho", YuMincho; }

.font-js {
  font-family: 'Josefin Sans', sans-serif; }

h2 {
  margin-bottom: 50px; }

h2.ttl {
  font-size: 1.875rem;
  text-align: center;
  color: #fff;
  line-height: 1.5; }

h2.ttl small {
  font-size: 0.875rem; }

h2.ttl em {
  color: #A9894A; }

@media screen and (max-width: 768px) {
  h2 {
    margin-bottom: 30px; }
  h2.ttl {
    font-size: 20px; } }

.l-section .inner {
  padding: 100px 0;
  max-width: 1220px;
  margin: 0 auto; }

.l-section .inner > p {
  line-height: 1.5; }

@media screen and (max-width: 768px) {
  .l-section .inner {
    max-width: calc(100% - 50px);
    padding: 60px 0 80px; } }

.ttl_dec {
  background-color: #626262;
  max-width: 480px;
  margin: 0 auto 50px;
  width: 100%;
  padding: 20px;
  position: relative;
  color: #fff;
  font-size: 1.375rem;
  text-align: center; }

.ttl_dec::before {
  content: "";
  border-top: 31px solid transparent;
  border-bottom: 31px solid transparent;
  border-right: 30px solid #626262;
  position: absolute;
  top: 50%;
  left: -29px;
  transform: translateY(-50%); }

.ttl_dec::after {
  content: "";
  border-top: 31px solid transparent;
  border-bottom: 31px solid transparent;
  border-left: 30px solid #626262;
  position: absolute;
  top: 50%;
  right: -29px;
  transform: translateY(-50%); }

@media screen and (max-width: 768px) {
  .ttl_dec {
    max-width: calc(100% - 50px);
    font-size: 0.9375rem; }
  .ttl_dec::before {
    border-top: 27px solid transparent;
    border-bottom: 27px solid transparent; }
  .ttl_dec::after {
    border-top: 27px solid transparent;
    border-bottom: 27px solid transparent; } }

.c-flex-wrap {
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%; }

.c-flex-wrap.c-flex__center {
  -ms-flex-pack: center;
  justify-content: center; }

.c-flex-wrap.c-flex__sb {
  -ms-flex-pack: justify;
  justify-content: space-between; }

.c-flex-wrap > .c-flex02 {
  width: calc(50% - 15.25px); }

.c-flex-wrap > .c-flex02:not(:nth-of-type(2n)) {
  margin-right: 30px; }

.c-flex-wrap > .c-flex02:nth-child(n+3) {
  margin-top: 30px; }

.c-flex-wrap > .c-flex03 {
  width: calc((100% / 3) - 21.5px); }

.c-flex-wrap > .c-flex03:not(:nth-of-type(3n)) {
  margin-right: 32px; }

.c-flex-wrap > .c-flex03:nth-child(n+4) {
  margin-top: 30px; }

.c-flex-wrap > .c-flex04 {
  width: calc((100% / 4) - 10.75px); }

.c-flex-wrap > .c-flex05 {
  width: calc(100% / 5); }

@media screen and (max-width: 768px) {
  .c-flex-wrap > .c-flex02 {
    width: 100%; }
  .c-flex-wrap > .c-flex02:nth-child(n+2) {
    margin-top: 20px; }
  .c-flex-wrap > .c-flex02:not(:nth-of-type(2n)) {
    margin-right: 0; }
  .c-flex-wrap > .c-flex03 {
    width: 100%; }
  .c-flex-wrap > .c-flex03:nth-child(n+2) {
    margin-top: 20px; }
  .c-flex-wrap > .c-flex03:not(:nth-of-type(3n)) {
    margin-right: 0; }
  .c-flex-wrap > .c-flex04 {
    width: 100%; }
  .c-flex-wrap > .c-flex04:nth-child(n+2) {
    margin-top: 20px; }
  .c-flex-wrap > .c-flex04:not(:nth-of-type(4n)) {
    margin-right: 0; }
  .c-flex-wrap > .c-flex05 {
    width: calc(50% - 15.25px); }
  .c-flex-wrap > .c-flex05:not(:nth-of-type(2n)) {
    margin-right: 30px; }
  .c-flex-wrap > .c-flex05:nth-child(n+3) {
    margin-top: 30px; } }

.c-flex {
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%; }

.c-flex.c-flex__center {
  -ms-flex-pack: center;
  justify-content: center; }

.c-flex > .c-flex02 {
  width: calc(50% - 15.25px); }

.c-flex > .c-flex02:not(:nth-of-type(2n)) {
  margin-right: 30px; }

.c-flex > .c-flex02:nth-child(n+3) {
  margin-top: 30px; }

.c-btn {
  background-color: #A9894A;
  color: #333;
  font-weight: bold;
  padding: 20px;
  display: block;
  width: 100%;
  max-width: 290px;
  position: relative;
  transition: all .3s;
  text-align: center;
  font-size: 17px; }

.c-btn::after {
  content: "";
  border-right: 2px solid #333;
  border-top: 2px solid #333;
  content: "";
  height: 8px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: rotate(45deg) translateX(calc(-50% - 2px));
  transition: all .3s;
  width: 8px; }

.c-btn:hover {
  opacity: .7; }

@media screen and (max-width: 768px) {
  .c-btn {
    font-size: 14px;
    padding: 20px 20px 20px 10px; } }

.c-table {
  width: 100%; }

.c-table table {
  margin: 12px 0 10px; }

.c-table table thead th {
  padding: 15px 40px;
  background: #A9894A;
  color: #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  text-align: left;
  font-weight: normal; }

.c-table table thead th span {
  font-size: 0.875rem; }

.c-table table tbody {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  text-align: left; }

.c-table table tbody tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3); }

.c-table table tbody th,
.c-table table tbody td {
  padding: 40px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.5; }

.c-table table tbody th {
  color: #fff; }

.c-table table tbody td {
  color: #fff; }

.c-table table tbody td ul {
  margin-top: 30px; }

.c-table table tbody td ul + ul {
  margin-left: 70px; }

.c-table table tbody td ul li {
  line-height: 1.75;
  padding-left: 1rem;
  text-indent: -1rem; }

.c-table table tbody td ul.split li:nth-last-child(2) {
  margin-top: 20px; }

@media screen and (max-width: 768px) {
  .c-table table {
    margin: 8px 5px 6px; }
  .c-table table.is-swipe::before {
    opacity: 0;
    visibility: hidden; }
  .c-table table thead th {
    padding: 12px;
    font-size: 0.875rem;
    line-height: 1.5;
    vertical-align: middle; }
  .c-table table tbody th,
  .c-table table tbody td {
    padding: 14px;
    font-size: 14px;
    line-height: 1.5; }
  .c-table table tbody th {
    width: 36%; }
  .c-table table tbody th.label {
    font-size: 14px; }
  .c-table table tbody td p {
    font-size: 14px; }
  .c-table table tbody td ul + ul {
    margin-left: 0; } }

.c-notice {
  font-size: 0.75rem; }

.c-notice + .c-notice {
  margin-top: 10px; }

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

.u-only--lg {
  display: block; }

@media screen and (max-width: 768px) {
  .u-only--lg {
    display: none; } }

.u-only--sm {
  display: none; }

@media screen and (max-width: 768px) {
  .u-only--sm {
    display: block; } }

#footer #pagetop {
  background: url(https://www.obc.co.jp/hubfs/obc/v1/images/bugyo-v/common/btn_pagetop.png) no-repeat 0 0/contain;
  bottom: 30px;
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  height: 50px;
  opacity: 0;
  padding: 0;
  position: fixed;
  right: 30px;
  transition: opacity .3s;
  width: 50px;
  z-index: 10000; }
