@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

body .row-fluid [class*="span"] {
  float: none;
  width: auto;
  min-height: 0;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, a, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, form, input, button, textarea, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, *:before, *:after {
  box-sizing: border-box;
}

body {
  font-family: 'Arial','Noto Sans JP',sans-serif;
  font-weight: 400;
  position: relative;
  background: #fff;
  min-width: 320px;
  line-height: 1;
  color: #333;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #333;
  outline: 0;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

i, em {
  font-style: normal;
}

input, button, textarea, select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  outline: 0;
  margin: 0;
  padding: 0;
  background: #fff;
  vertical-align: middle;
  font-size: inherit;
  color: #333;
}

input::-webkit-input-placeholder {
  color: #bfbfbf;
}

input:-ms-input-placeholder {
  color: #bfbfbf;
}

input::-moz-placeholder {
  color: #bfbfbf;
}

option {
  outline: 0;
}

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

デフォルトサイズ調整

========================*/
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

@media screen and (max-width: 768px) {
  html {
    min-width: 320px;
  }
}

p {
  line-height: 1.8;
}

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

汎用スタイル

========================*/
.txtR {
  text-align: right;
}

.txtL {
  text-align: left;
}

.txtC {
  text-align: center;
}

.vm {
  vertical-align: middle;
}

.vt {
  vertical-align: top;
}

.vb {
  vertical-align: bottom;
}

.hidden {
  overflow: hidden;
}

.fw-normal, #footer .footer-nav ul li, .price-list .detail small, table tr td {
  font-weight: normal;
  font-weight: 300;
}

.fw-bold, .conversion-section .lead, .feature .head-border span, .feature .head-border + .notice, .feature .marker span, .feature .outline02 .box01 p.title span, .outline02 .box01 .feature p.title span, .feature .marker .green, .feature .outline02 .box01 p.title .green, .outline02 .box01 .feature p.title .green, .feature .table figure .title, .feature .list-reason > li span, .voice-list figure figcaption, .voice-list .lead, .price-list > figure figcaption, .price-list .detail p, table tr.obc th,
table tr.obc td {
  font-weight: bold;
  font-weight: 700;
}

.table {
  display: table;
}

.table-cell {
  display: table-cell;
}

.inline-block {
  display: inline-block;
}

.block {
  display: block;
}

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

.only-sp {
  display: none;
}

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

a.telDisable {
  pointer-events: none;
  text-decoration: none;
}

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

ボタンスタイル

========================*/
.link-button {
  display: block;
  padding: 20px;
  background: #f0831e url("//www.obc.co.jp/hubfs/obc/assets/images/lp-kanjo-akikura/arrow_ic01.svg") no-repeat right 20px center;
  border-radius: 8px;
  box-shadow: 0 6px 0 #955214;
  font-size: 30px;
  font-size: 1.875rem;
  text-align: center;
  transition: all 0.12s ease;
  position: relative;
  top: 0;
}

.link-button:hover {
  top: 6px;
  box-shadow: 0 0 0 #955214;
}

@media screen and (max-width: 768px) {
  .link-button {
    padding: 12px;
    box-shadow: 0 3px 0 #955214;
    background: #f0831e url("//www.obc.co.jp/hubfs/obc/assets/images/lp-kanjo-akikura/arrow_ic01.svg") no-repeat right 20px center/9px auto;
    font-size: 16px;
    font-size: 1.14286rem;
  }
  .link-button:hover {
    top: 3px;
  }
}

sup {
  vertical-align: super;
  font-size: 82%;
  position: static;
}

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

フッター

========================*/
/*
#footer {
  margin-top: 116px;
  padding: 48px 0;
  background: #666;
  text-align: center;
  position: relative;
}

#footer .footer-logo {
  margin-bottom: 15px;
}

#footer .footer-nav {
  margin-bottom: 15px;
  padding-bottom: 30px;
  border-bottom: 1px solid #888;
}

#footer .footer-nav ul li {
  display: inline-block;
  margin: 0 10px;
  font-size: 16px;
  font-size: 1rem;
}

#footer .footer-nav ul a {
  color: #ccc;
}

#footer .footer-nav ul a:hover {
  text-decoration: underline;
}

#footer small {
  font-size: 14px;
  font-size: 0.875rem;
  color: #ddd;
}

@media screen and (max-width: 768px) {
  #footer {
    margin-top: 90px;
    padding: 0 20px 30px;
  }
  #footer .footer-logo {
    display: block;
    text-align: center;
    position: absolute;
    bottom: 45px;
    left: 0;
    right: 0;
  }
  #footer .footer-logo img {
    width: 81px;
    height: 32px;
  }
  #footer .footer-nav {
    margin-bottom: 0;
    padding-bottom: 75px;
    border-bottom: none;
  }
  #footer .footer-nav ul li {
    display: block;
    margin: 0 auto;
    text-align: left;
    border-bottom: 1px solid #888;
    font-size: 14px;
    font-size: 1rem;
  }
  #footer .footer-nav ul a {
    display: block;
    padding: 25px 0 25px 30px;
  }
  #footer small {
    font-size: 9px;
    font-size: 0.64286rem;
  }
}
*/
/*====================================================

        Header

====================================================*/
/*
#header {
  display: block;
  width: 100%;
  min-width: 1280px;
  background-color: #fff;
  position: static;
  top: 0;
  z-index: 9999;
}

#header h1 {
  width: 40em;
  margin: 11px 0 0 2px;
  font-size: 10px;
  font-size: 0.625rem;
  color: #999;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
}

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

#header .header-inner:after {
  content: "";
  display: block;
  clear: both;
}

#header .header_logo {
  float: left;
  margin: 30px 50px 0 0;
  width: 127px;
}

#header #nav-global {
  position: relative;
}

#header #nav-global #udnav,
#header #nav-global #nav-under {
  display: none;
}

#header #nav-global .nav-global-target,
#header #nav-global .nav-global-corporate {
  margin-top: 40px;
  float: left;
}

#header #nav-global .nav-global-target li,
#header #nav-global .nav-global-corporate li {
  float: left;
}

#header #nav-global .nav-global-target li:not(:last-child),
#header #nav-global .nav-global-corporate li:not(:last-child) {
  margin-right: 30px;
}

#header #nav-global .nav-global-target a,
#header #nav-global .nav-global-corporate a {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4;
  color: #444;
}

#header #nav-global .nav-global-target {
  margin-right: 30px;
  padding-right: 30px;
  border-right: 2px solid #d5d5d5;
}

#header #nav-global .nav-global-corporate a {
  color: #777;
}

#header #nav-global .header_tel {
  line-height: normal;
  position: absolute;
  right: 0;
  margin: 20px 0 0 0;
}

#header #nav-global .header_tel .freedial {
  display: block;
  margin-bottom: 5px;
  padding-left: 32px;
  background: url("//cdn2.hubspot.net/hubfs/2684654/obc/v1/images/common/header/icon_freedial.svg") no-repeat 0 0;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.2;
  color: #666;
  letter-spacing: 0.07em;
}

#header #nav-global .header_tel a {
  font-family: Arial;
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
}

#header #nav-global #header-conversion {
  display: none;
}

#header #nav-global #header-search .header-search_menu {
  position: absolute;
  right: 0;
  margin-top: 25px;
  height: 50px;
  width: 50px;
  background: #85ca01 url("//cdn2.hubspot.net/hubfs/2684654/obc/v1/images/common/header/icon_searchbtn_wh01.svg") no-repeat 50%;
  background-size: 30px;
  cursor: pointer;
}

#header #nav-global #header-search .header-search-area {
  display: none;
  position: absolute;
  top: 80px;
  right: 0;
  width: 460px;
  background-color: #fff;
  border: 4px solid #85ca01;
  border-right: none;
  z-index: 99999;
}

#header #nav-global #header-search .header-search-area form {
  display: table;
  width: 100%;
}

#header #nav-global #header-search .header-search-area input {
  height: 30px;
  width: 100%;
}

#header #nav-global #header-search .header-search-area .header-search_field {
  display: table-cell;
  padding: 10px 20px;
}

#header #nav-global #header-search .header-search-area .header-search_btn {
  display: table-cell;
  width: 40px;
}

#header #nav-global #header-search .header-search-area .header-search_btn input {
  height: 50px;
  width: 50px;
  color: #333333;
  background: #85ca01 url("//cdn2.hubspot.net/hubfs/2684654/obc/v1/images/common/header/icon_searchbtn_wh01.svg") no-repeat 50%;
  background-size: 28px;
  cursor: pointer;
}

#header #nav-global #menubtn {
  display: none;
  position: absolute;
  right: 12px;
  top: 10px;
  margin-top: 0;
  height: 44px;
  width: 44px;
  background-color: #85ca01;
  cursor: pointer;
}

#header #nav-global #menubtn span {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  height: 2px;
  width: 30px;
  background-color: #fff;
}

#header #nav-global #menubtn span:nth-child(1) {
  top: 12px;
}

#header #nav-global #menubtn span:nth-child(2) {
  top: 20px;
}

#header #nav-global #menubtn span:nth-child(3) {
  top: 28px;
}

#header #nav-global #menubtn span:nth-child(4) {
  top: 36px;
}

@media screen and (min-width: 769px) {
  #header #nav-global #header-search .header-search_btn {
    margin-right: 0;
    background: #af207f url("//cdn2.hubspot.net/hubfs/2684654/obc/v1/images/common/header/searchbtn_wh01.svg") no-repeat 50%;
    background-size: 30px;
  }
}

@media screen and (max-width: 768px) {
  #header {
    position: fixed;
    left: 0 !important;
    height: 65px;
    min-width: 320px;
  }
  #header h1 {
    margin: 6px 0 0 2px;
    width: calc(100% - 120px);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  #header .header-inner {
    min-width: 100%;
    padding: 0 15px;
    background: #fff;
  }
  #header .header_logo {
    margin-top: 22px;
    width: 85px;
  }
  .ie11 #header .header_logo img {
    width: 100%;
    height: 100%;
  }
  #header #nav-global {
    margin: 0 -15px;
    padding-top: 65px;
    position: static;
  }
  #header #nav-global .nav-global-wrap {
    display: none;
    margin-top: 65px;
    padding-bottom: 30px;
    border-top: 1px solid #ddd;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: auto;
  }
  #header #nav-global #udnav,
  #header #nav-global #nav-under {
    position: static;
    display: block;
    height: auto;
  }
  #header #nav-global #udnav .udnav_in,
  #header #nav-global #udnav .nav-under-inner,
  #header #nav-global #nav-under .udnav_in,
  #header #nav-global #nav-under .nav-under-inner {
    padding: 0;
  }
  #header #nav-global #udnav .udnav_in ul,
  #header #nav-global #udnav .nav-under-inner ul,
  #header #nav-global #nav-under .udnav_in ul,
  #header #nav-global #nav-under .nav-under-inner ul {
    float: none;
    display: block;
    margin: auto;
    padding: 0 0 25px;
  }
  #header #nav-global #udnav .udnav_in ul:after,
  #header #nav-global #udnav .nav-under-inner ul:after,
  #header #nav-global #nav-under .udnav_in ul:after,
  #header #nav-global #nav-under .nav-under-inner ul:after {
    content: "";
    display: block;
    clear: both;
  }
  #header #nav-global #udnav .udnav_in ul li,
  #header #nav-global #udnav .nav-under-inner ul li,
  #header #nav-global #nav-under .udnav_in ul li,
  #header #nav-global #nav-under .nav-under-inner ul li {
    width: 50%;
    font-size: 13px;
    font-size: 0.92857rem;
  }
  #header #nav-global #udnav .udnav_in ul li:not(:last-child),
  #header #nav-global #udnav .nav-under-inner ul li:not(:last-child),
  #header #nav-global #nav-under .udnav_in ul li:not(:last-child),
  #header #nav-global #nav-under .nav-under-inner ul li:not(:last-child) {
    margin-right: 0;
  }
  #header #nav-global #udnav .udnav_in ul li a,
  #header #nav-global #udnav .nav-under-inner ul li a,
  #header #nav-global #nav-under .udnav_in ul li a,
  #header #nav-global #nav-under .nav-under-inner ul li a {
    padding: 12px 12px 12px 15px;
    opacity: 1;
    transition: opacity 0.3s;
  }
  #header #nav-global #udnav .udnav_in ul li a:before,
  #header #nav-global #udnav .nav-under-inner ul li a:before,
  #header #nav-global #nav-under .udnav_in ul li a:before,
  #header #nav-global #nav-under .nav-under-inner ul li a:before {
    display: none !important;
  }
  #header #nav-global #udnav .udnav_in ul li a:hover,
  #header #nav-global #udnav .nav-under-inner ul li a:hover,
  #header #nav-global #nav-under .udnav_in ul li a:hover,
  #header #nav-global #nav-under .nav-under-inner ul li a:hover {
    opacity: 0.7;
  }
  #header #nav-global #udnav .udnav_in ul li a:hover:before,
  #header #nav-global #udnav .nav-under-inner ul li a:hover:before,
  #header #nav-global #nav-under .udnav_in ul li a:hover:before,
  #header #nav-global #nav-under .nav-under-inner ul li a:hover:before {
    display: none !important;
  }
  #header #nav-global #udnav .udnav_in ul li.blank,
  #header #nav-global #udnav .nav-under-inner ul li.blank,
  #header #nav-global #nav-under .udnav_in ul li.blank,
  #header #nav-global #nav-under .nav-under-inner ul li.blank {
    width: 100%;
  }
  #header #nav-global #udnav .udnav_in ul li.blank ul,
  #header #nav-global #udnav .nav-under-inner ul li.blank ul,
  #header #nav-global #nav-under .udnav_in ul li.blank ul,
  #header #nav-global #nav-under .nav-under-inner ul li.blank ul {
    margin: 0;
    padding: 0;
  }
  #header #nav-global #udnav .udnav_in ul li.blank li,
  #header #nav-global #udnav .nav-under-inner ul li.blank li,
  #header #nav-global #nav-under .udnav_in ul li.blank li,
  #header #nav-global #nav-under .nav-under-inner ul li.blank li {
    margin-right: 0;
  }
  #header #nav-global #udnav .udnav_in ul li.blank a,
  #header #nav-global #udnav .nav-under-inner ul li.blank a,
  #header #nav-global #nav-under .udnav_in ul li.blank a,
  #header #nav-global #nav-under .nav-under-inner ul li.blank a {
    padding: 12px 12px 12px 40px;
  }
  #header #nav-global #udnav .udnav_in ul li.blank a:after,
  #header #nav-global #udnav .nav-under-inner ul li.blank a:after,
  #header #nav-global #nav-under .udnav_in ul li.blank a:after,
  #header #nav-global #nav-under .nav-under-inner ul li.blank a:after {
    background-size: 20px 20px;
    left: 12px;
  }
  #header #nav-global .nav-global-target,
  #header #nav-global .nav-global-corporate {
    margin-top: 0;
    float: none;
    background: #fff;
  }
  #header #nav-global .nav-global-target li,
  #header #nav-global .nav-global-corporate li {
    float: none;
    display: block;
    border-bottom: 1px solid #ddd;
  }
  #header #nav-global .nav-global-target li:not(:last-child),
  #header #nav-global .nav-global-corporate li:not(:last-child) {
    margin-right: 0;
  }
  #header #nav-global .nav-global-target a,
  #header #nav-global .nav-global-corporate a {
    display: block;
    padding: 20px 10px;
    text-align: center;
    font-size: 16px;
    font-size: 1.14286rem;
  }
  #header #nav-global .nav-global-target {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
  }
  #header #nav-global .header_tel {
    position: static;
    margin: auto;
    padding: 20px 0;
    text-align: center;
    background: #fff;
  }
  #header #nav-global .header_tel > span {
    display: inline-block;
    text-align: left;
  }
  #header #nav-global .header_tel .freedial {
    font-size: 12px;
    font-size: 0.85714rem;
  }
  #header #nav-global .header_tel a {
    font-size: 30px;
    font-size: 2.14286rem;
  }
  #header #nav-global #header-conversion {
    display: block;
  }
  #header #nav-global #header-conversion ul {
    display: table;
    width: 100%;
  }
  #header #nav-global #header-conversion ul li {
    display: table-cell;
    width: 50%;
    font-size: 14px;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: -0.03em;
  }
  #header #nav-global #header-conversion ul li small {
    display: block;
    margin-bottom: 2px;
    letter-spacing: normal;
    font-size: 10px;
    font-size: 0.71429rem;
    font-weight: 400;
  }
  #header #nav-global #header-conversion ul li.request {
    border-right: 1px solid #fff;
  }
  #header #nav-global #header-conversion ul li.request a {
    background-image: url("//cdn2.hubspot.net/hubfs/2684654/obc/v1/images/common/header/icon_inquiry.svg");
    background-size: auto 50%;
    background-position: right 7px center;
    background-repeat: no-repeat;
  }
  #header #nav-global #header-conversion ul li.inquiry a {
    background-image: url("//cdn2.hubspot.net/hubfs/2684654/obc/v1/images/common/header/icon_request.svg");
    background-size: auto 35%;
    background-position: right 7px center;
    background-repeat: no-repeat;
  }
  #header #nav-global #header-conversion a {
    display: block;
    padding: 15px 10% 15px 10px;
    color: #fff;
    background: #85ca01;
  }
  #header #nav-global #header-search .header-search_menu {
    position: absolute;
    right: 70px;
    top: 10px;
    margin-top: 0;
    height: 44px;
    width: 44px;
    background: transparent url("//cdn2.hubspot.net/hubfs/2684654/obc/v1/images/common/header/icon_searchbtn_gre01.svg") no-repeat 50%;
    background-size: contain;
  }
  #header #nav-global #header-search .header-search-area {
    display: none;
    position: absolute;
    top: 65px;
    right: 0;
    width: 100%;
    border: 3px solid #85ca01;
  }
  #header #nav-global #header-search .header-search-area .header-search_field {
    padding: 5px 15px;
  }
  #header #nav-global #header-search .header-search-area .header-search_field input {
    height: 25px;
    font-size: 16px;
    font-size: 1.14286rem;
  }
  #header #nav-global #header-search .header-search-area .header-search_btn {
    width: 40px;
  }
  #header #nav-global #header-search .header-search-area .header-search_btn input {
    height: 40px;
    width: 40px;
    background-size: 23px;
  }
  #header #nav-global #menubtn {
    display: block;
  }
  #header #nav-global #menubtn:after {
    content: "";
    display: block;
    width: 100%;
    height: 8px;
    background: url("//cdn2.hubspot.net/hubfs/2684654/obc/v1/images/common/header/txt_menu.png") no-repeat center top/contain;
    position: absolute;
    right: 0;
    bottom: 5px;
    transition: all 0.3s;
  }
  #header #nav-global #menubtn span {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 2px;
    width: 28px;
    background-color: #efefef;
    transition: all 0.3s;
  }
  #header #nav-global #menubtn span:nth-child(1) {
    top: -26px;
  }
  #header #nav-global #menubtn span:nth-child(2) {
    top: -12px;
  }
  #header #nav-global #menubtn span:nth-child(3) {
    top: 2px;
  }
  #header #nav-global #fixedArea.is-fixed {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  div.wrap:not(#blog360):not(#blog-360) .row-fluid,
  #footer .footer-inner {
    min-width: 1280px;
  }
  .row-fluid .row-fluid {
    min-width: 0;
  }
  #nav-under .nav-under-inner {
    min-width: 1280px;
  }
  #nav-under .nav-under-inner ul {
    display: block;
  }
  .section .section-inner {
    min-width: 1060px;
  }
  .section .section-inner .row-fluid {
    min-width: 0;
  }
}

#overlay {
  display: none;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  margin-top: 100px;
  background-color: rgba(70, 70, 70, 0.85);
  z-index: 9997;
}

@media screen and (max-width: 768px) {
  #overlay {
    margin-top: 65px;
  }
}

.obc360 #overlay {
  display: none;
}
*/
/*====================================================
        検索窓の表示・非表示
====================================================*/
/*
html.search-close #header #nav-global #header-search .header-search-area {
  display: block;
  -webkit-animation: seracharea-close 200ms ease 0s 1 normal both running;
  animation: seracharea-close 200ms ease 0s 1 normal both running;
}

html.search-open #header #nav-global #header-search .header-search-area {
  display: block;
  -webkit-animation: seracharea-open 200ms ease 0s 1 normal both running;
  animation: seracharea-open 200ms ease 0s 1 normal both running;
}

html.search-open #header #nav-global #header-search .header-search_btn {
  background-color: #666;
  background-image: none;
}

@media screen and (min-width: 769px) {
  html.search-open #header #nav-global #header-search .header-search_btn {
    background-color: #666666;
    background-image: none;
  }
  html.search-open #header #nav-global #header-search .header-search_btn:before, html.search-open #header #nav-global #header-search .header-search_btn:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 2px;
    width: 34px;
    background-color: #fff;
  }
  html.search-open #header #nav-global #header-search .header-search_btn:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  html.search-open #header #nav-global #header-search .header-search_btn:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  html.search-open #header #nav-global #header-search .header-search_btn span {
    display: block;
  }
}

@-webkit-keyframes seracharea-close {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

@keyframes seracharea-close {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

@-webkit-keyframes seracharea-open {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes seracharea-open {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

*/
/*====================================================
        ハンバーガーメニューの表示・非表示
====================================================*/
/*
@media screen and (max-width: 768px) {
  html.menu-open #header #nav-global #menubtn span {
    top: 0;
    bottom: 10px;
    left: 0;
    right: 0;
  }
  html.menu-open #header #nav-global #menubtn span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  html.menu-open #header #nav-global #menubtn span:nth-child(2) {
    bottom: 0;
    top: -12px;
    left: 10px;
    background: transparent;
  }
  html.menu-open #header #nav-global #menubtn span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  html.menu-open #header #nav-global #menubtn:after {
    background: url("//cdn2.hubspot.net/hubfs/2684654/obc/v1/images/common/header/txt_menu_close.png") no-repeat center top/contain;
  }
  html.menu-open #header #nav-global .nav-global-wrap {
    display: block;
    -webkit-animation: menu-open 200ms ease 0s 1 normal both running;
    animation: menu-open 200ms ease 0s 1 normal both running;
  }
  html.menu-open #overlay {
    display: block;
    -webkit-animation: menu-open 200ms ease 0s 1 normal both running;
    animation: menu-open 200ms ease 0s 1 normal both running;
  }
  html.menu-open .obc360 #overlay {
    display: none;
    -webkit-animation: none;
    animation: none;
  }
  html.menu-close #header #nav-global .nav-global-wrap {
    -webkit-animation: menu-close 200ms ease 0s 1 normal both running;
    animation: menu-close 200ms ease 0s 1 normal both running;
  }
  html.menu-close #overlay {
    display: block;
    -webkit-animation: menu-close 200ms ease 0s 1 normal both running;
    animation: menu-close 200ms ease 0s 1 normal both running;
  }
  html.menu-close .obc360 #overlay {
    display: none;
    -webkit-animation: none;
    animation: none;
  }
}

@-webkit-keyframes menu-close {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes menu-close {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes menu-open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes menu-open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
*/
.row-fluid .breadcrumbs {
  padding-top: 0;
}

@media screen and (max-width: 768px) {
  .row-fluid .breadcrumbs {
    display: none;
  }
}

html {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 14px;
  }
}

.feature .feature-inner, .outline-inner, .conversion-section .conversion-inner {
  min-width: 1060px;
  max-width: 1060px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}

@media screen and (max-width: 768px) {
  .feature .feature-inner, .outline-inner, .conversion-section .conversion-inner {
    min-width: 320px;
    padding: 0 15px;
  }
}

#header {
  padding: 0;
}

main {
  font-size: 14px;
  line-height: 1.5;
}

main p {
  line-height: 1.5;
}

section {
  padding: 80px 0;
}

.fw-normal {
  font-weight: normal;
  font-weight: 300;
}

.fw-bold {
  font-weight: bold;
  font-weight: 700;
}

.notice {
  display: inline-block;
  margin-top: 10px;
  padding-left: 1.25em;
  text-indent: -1.25em;
  font-size: 13px;
  font-size: 0.8125rem;
}

.head-section {
  margin: 0 auto 30px;
  text-align: center;
  line-height: 1.35;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 600;
}

.head-section:not(:first-child) {
  margin-top: 60px;
}

.head-section img {
  margin-bottom: 10px;
}

.head-section.is-small {
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: normal;
}

.head-section .is-small {
  font-size: 26px;
  font-size: 1.625rem;
}

.head-section .time {
  display: block;
  max-width: 600px;
  margin: auto;
  position: relative;
}

.head-section .time em {
  display: inline-block;
  background: #f4f4f4;
  padding: 0 25px;
  font-size: 28px;
  font-size: 1.75rem;
  position: relative;
  z-index: 2;
}

.head-section .time:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #333;
  position: absolute;
  top: 0.7em;
  left: 0;
}

.head-section + p {
  margin-top: -10px;
  margin-bottom: 50px;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  main {
    margin-top: 65px;
  }
  section {
    padding: 50px 0;
  }
  .notice {
    display: inline-block;
    margin-top: 10px;
    font-size: 12px;
    font-size: 0.85714rem;
  }
  .head-section {
    margin: 0 auto 20px;
    font-size: 21px;
    font-size: 1.5rem;
  }
  .head-section:not(:first-child) {
    margin-top: 35px;
  }
  .head-section img {
    margin-bottom: 10px;
  }
  .head-section.is-small {
    font-size: 18px;
    font-size: 1.28571rem;
  }
  .head-section .is-small {
    font-size: 16px;
    font-size: 1rem;
  }
  .head-section .time {
    max-width: 400px;
  }
  .head-section .time em {
    padding: 0 7px;
    font-size: 16px;
    font-size: 1.14286rem;
  }
  .head-section .time:before {
    height: 1px;
    top: 0.7em;
  }
  .head-section + p {
    margin-top: -5px;
    margin-bottom: 20px;
    text-align: left;
    font-size: 12px;
    font-size: 0.85714rem;
  }
}

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

ボタンスタイル

========================*/
.button_shadow {
  padding: 12px 40px;
  background-color: #fff;
  border-radius: 100px;
  box-shadow: 0 4px 0 #004d2b;
  color: #00693a;
  font-size: 24px;
  font-size: 1.5rem;
}

.button_shadow.single {
  max-width: 550px;
}

.button_shadow:hover {
  top: 4px;
  box-shadow: 0 0 0 #004d2b;
}

.button_shadow:after {
  width: 25px;
  height: 25px;
  background: url("//www.obc.co.jp/hubfs/obc/v1/images/common/arrow_circle_gr01.svg") no-repeat 0 0/contain;
}

@media screen and (max-width: 768px) {
  .button_shadow {
    padding: 12px;
    box-shadow: 0 3px 0 #004d2b;
    background-color: #fff;
    font-size: 18px;
    font-size: 1.28571rem;
  }
  .button_shadow:hover {
    top: 3px;
  }
  .button_shadow:after {
    background: url("//www.obc.co.jp/hubfs/obc/v1/images/common/arrow_circle_gr01.svg") no-repeat 0 0/contain;
  }
}

sup {
  vertical-align: super;
  font-size: 82%;
  position: static;
}

.hero {
  padding: 40px 0 50px;
  background: #004222;
  text-align: center;
  color: #fff;
}

.hero .lead {
  margin-top: 30px;
  line-height: 1.5;
  font-size: 20px;
  font-size: 1.25rem;
}

@media screen and (max-width: 768px) {
  .hero {
    padding: 35px 0 40px;
  }
  .hero .hero-inner {
    padding: 0 20px;
  }
  .hero h1 {
    margin: auto;
    max-width: 335px;
  }
  .hero .lead {
    margin-top: 25px;
    line-height: 1.6;
    font-size: 13px;
    font-size: 0.92857rem;
  }
}

.feature ul li {
  padding-left: 70px;
  position: relative;
  font-weight: bold;
  font-size: 23px;
  font-size: 1.4375rem;
}

.feature ul li:before {
  content: "";
  display: block;
  width: 43px;
  height: 52px;
  position: absolute;
  left: 0;
  top: 0;
}

.feature ul li:nth-child(1):before {
  background: url("//www.obc.co.jp/hubfs/obc/v1/images/landing/akikuraas/icon_num01.png") no-repeat 0 0/contain;
}

.feature ul li:nth-child(2):before {
  background: url("//www.obc.co.jp/hubfs/obc/v1/images/landing/akikuraas/icon_num02.png") no-repeat 0 0/contain;
}

.feature ul li:nth-child(3):before {
  background: url("//www.obc.co.jp/hubfs/obc/v1/images/landing/akikuraas/icon_num03.png") no-repeat 0 0/contain;
}

.feature ul li:not(:last-child) {
  margin-bottom: 50px;
}

.feature ul li .is-normal {
  font-weight: normal;
}

.feature ul li .is-half {
  display: inline-block;
  width: .75em;
}

.feature ul li strong {
  display: inline-block;
  margin: 0 2px;
  padding: 7px 5px 5px;
  background: #ff0000;
  line-height: 1;
  color: #fff;
  font-size: 34px;
  font-size: 2.125rem;
}

.feature ul li strong .is-small {
  font-size: 28px;
  font-size: 1.75rem;
}

@media screen and (max-width: 768px) {
  .feature {
    padding: 35px 0;
  }
  .feature ul li {
    padding-left: 40px;
    font-size: 15px;
    font-size: 1.07143rem;
    line-height: 1.8;
  }
  .feature ul li:before {
    width: 30px;
    height: 35px;
    margin: auto;
    top: 0;
    bottom: 0;
  }
  .feature ul li:not(:last-child) {
    margin-bottom: 25px;
  }
  .feature ul li strong {
    padding: 3px;
    font-size: 21px;
    font-size: 1.5rem;
  }
  .feature ul li strong .is-small {
    font-size: 20px;
    font-size: 1.42857rem;
  }
}

.outline-inner .column-02 {
  float: left;
  width: 49%;
}

.outline-inner .column-02:nth-child(2n) {
  margin-left: 2%;
}

.outline-inner .column-02:nth-child(n+3) {
  margin-top: 20px;
}

.outline-inner .column-02:nth-child(2n+1) {
  clear: both;
}

@media screen and (max-width: 768px) {
  .outline-inner .head-section img {
    height: 35px;
  }
  .outline-inner .column-02 {
    float: none;
    width: 100%;
  }
  .outline-inner .column-02:nth-child(2n) {
    margin-left: 0;
  }
  .outline-inner .column-02:nth-child(n+3) {
    margin-top: 10px;
  }
  .outline-inner .column-02:nth-child(n+2) {
    margin-top: 10px;
  }
}

.marker, .outline02 .box01 p.title {
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 500;
  color: #00693a;
  position: relative;
}

.marker span, .outline02 .box01 p.title span {
  display: inline;
  background: linear-gradient(transparent 65%, #eacc68 65%);
}

@media screen and (max-width: 768px) {
  .marker, .outline02 .box01 p.title {
    font-size: 16px;
    font-size: 1.14286rem;
  }
}

dl.figure-right dt {
  margin-bottom: 20px;
}

dl.figure-right dd .detail {
  float: left;
  width: 48%;
  width: calc(100% - 235px);
  font-size: 16px;
  font-size: 1rem;
}

dl.figure-right dd .detail .title {
  margin-bottom: 5px;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 500;
  letter-spacing: -0.05em;
}

dl.figure-right dd .detail p {
  display: block;
  padding-right: 15px;
  line-height: 1.53;
  font-size: 14px;
  font-size: 0.875rem;
}

dl.figure-right dd figure {
  text-align: right;
}

dl.figure-right dd figure.is-center {
  text-align: center;
}

@media screen and (max-width: 768px) {
  dl.figure-right dt {
    margin-bottom: 15px;
  }
  dl.figure-right dd:after {
    content: "";
    display: block;
    clear: both;
  }
  dl.figure-right dd .detail {
    float: left;
    width: 50%;
    font-size: 14px;
    font-size: 1rem;
  }
  dl.figure-right dd .detail .title {
    margin-bottom: 5px;
    font-size: 13px;
    font-size: 0.92857rem;
    letter-spacing: normal;
  }
  dl.figure-right dd .detail p {
    padding-right: 10px;
    font-size: 13px;
    font-size: 0.92857rem;
  }
  dl.figure-right dd figure {
    float: right;
    width: 50%;
  }
}

.outline01 {
  background: #f4f4f4;
}

.outline01 .box {
  padding: 22px;
  background: #fff;
  border: 3px solid #eacc68;
}

.outline01 .box dl dt {
  margin-bottom: 20px;
}

.outline01 .box dl dd {
  font-size: 18px;
  font-size: 1.125rem;
}

.outline01 .box dl dd li {
  padding-left: 22px;
  position: relative;
}

.outline01 .box dl dd li:not(:last-child) {
  margin-bottom: 5px;
}

.outline01 .box dl dd li:before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background: #333;
  border-radius: 30px;
  position: absolute;
  left: 0;
  top: 0.5em;
}

.outline01 .column-02:not([class*=box]) {
  padding: 22px;
  background: #fff;
}

.outline01 .column-02:not([class*=box]):nth-child(1) dt:before {
  background: url("//www.obc.co.jp/hubfs/obc/v1/images/landing/akikuraas/icon_option_num01.png") no-repeat center top/contain;
}

.outline01 .column-02:not([class*=box]):nth-child(2) dt:before {
  background: url("//www.obc.co.jp/hubfs/obc/v1/images/landing/akikuraas/icon_option_num02.png") no-repeat center top/contain;
}

.outline01 .column-02:not([class*=box]):nth-child(3) dt:before {
  background: url("//www.obc.co.jp/hubfs/obc/v1/images/landing/akikuraas/icon_option_num03.png") no-repeat center top/contain;
}

.outline01 .column-02:not([class*=box]):nth-child(4) dt:before {
  background: url("//www.obc.co.jp/hubfs/obc/v1/images/landing/akikuraas/icon_option_num04.png") no-repeat center top/contain;
}

.outline01 .column-02:not([class*=box]):nth-child(5) dt:before {
  background: url("//www.obc.co.jp/hubfs/obc/v1/images/landing/akikuraas/icon_option_num05.png") no-repeat center top/contain;
}

.outline01 .column-02:not([class*=box]):nth-child(1) dt:after,
.outline01 .column-02:not([class*=box]):nth-child(2) dt:after,
.outline01 .column-02:not([class*=box]):nth-child(4) dt:after {
  background: url("//www.obc.co.jp/hubfs/obc/v1/images/landing/akikuraas/img_option_time_fourth.png") no-repeat center top/contain;
}

.outline01 .column-02:not([class*=box]):nth-child(3) dt:after,
.outline01 .column-02:not([class*=box]):nth-child(5) dt:after {
  background: url("//www.obc.co.jp/hubfs/obc/v1/images/landing/akikuraas/img_option_time_sixth.png") no-repeat center top/contain;
}

.outline01 .column-02:not([class*=box]) dl.figure-right dt {
  padding-left: 40px;
}

.outline01 .column-02:not([class*=box]) dl.figure-right dt:before {
  content: "";
  display: block;
  margin: auto;
  width: 24px;
  height: 37px;
  position: absolute;
  left: 0;
  top: 0;
}

.outline01 .column-02:not([class*=box]) dl.figure-right dt:after {
  content: "";
  display: block;
  margin: auto;
  width: 90px;
  height: 65px;
  position: absolute;
  right: 0;
  top: 0;
}

.outline01 .operation-image {
  margin: -65px -40px 0;
}

@media screen and (max-width: 768px) {
  .outline01 .box {
    padding: 15px;
    border: 2px solid #eacc68;
  }
  .outline01 .box dl dt {
    margin-bottom: 10px;
  }
  .outline01 .box dl dd {
    font-size: 13px;
    font-size: 0.92857rem;
  }
  .outline01 .box dl dd li {
    padding-left: 15px;
  }
  .outline01 .box dl dd li:not(:last-child) {
    margin-bottom: 2px;
  }
  .outline01 .box dl dd li:before {
    width: 10px;
    height: 10px;
    left: 0;
    top: 0.25em;
  }
  .outline01 .column-02:not([class*=box]) {
    padding: 15px;
  }
  .outline01 .column-02:not([class*=box]) dl.figure-right dt {
    padding-left: 23px;
    padding-right: 70px;
  }
  .outline01 .column-02:not([class*=box]) dl.figure-right dt:before {
    width: 16px;
    height: 25px;
  }
  .outline01 .column-02:not([class*=box]) dl.figure-right dt:after {
    width: 63px;
    height: 48px;
  }
  .outline01 .operation-image {
    margin: 20px -10px 0;
  }
}

.outline02 .box01 {
  padding: 30px;
  border: 2px solid #ddd;
}

.outline02 .box01 p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

.outline02 .box01 p.title {
  margin-bottom: 10px;
}

.outline02 .box01 dl {
  margin-top: 10px;
}

.outline02 .box01 dt {
  margin-bottom: 5px;
  font-size: 18px;
  font-size: 1.125rem;
}

.outline02 .box01 .flow:after {
  content: "";
  display: block;
  clear: both;
}

.outline02 .box01 .flow .flow-list {
  float: left;
  width: 29%;
  margin-right: 4.3%;
  padding: 20px;
  background: #fffbd3;
  position: relative;
}

.outline02 .box01 .flow .flow-list:before {
  content: "";
  display: block;
  width: 30px;
  height: 49px;
  margin: auto;
  background: url("//www.obc.co.jp/hubfs/obc/v1/images/landing/akikuraas/arrow_right01.png") no-repeat 0 0/contain;
  position: absolute;
  right: -37px;
  top: 0;
  bottom: 0;
}

.outline02 .box01 .flow .flow-list:last-child:before {
  width: 30px;
  height: 6px;
  background: url("//www.obc.co.jp/hubfs/obc/v1/images/landing/akikuraas/icon_dotted.png") no-repeat 0 0/contain;
  right: -40px;
}

.outline02 .box01 .flow .time {
  margin-bottom: 5px;
  color: #5dad39;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
}

.outline02 .box01 .flow ul li {
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5;
}

.outline02 .column-02 {
  padding: 30px;
  border: 2px solid #ddd;
}

.outline02 .column-02 dd .detail {
  float: left;
  width: 46%;
  width: calc(100% - 270px);
}

@media screen and (max-width: 768px) {
  .outline02 .box01 {
    padding: 15px;
  }
  .outline02 .box01 p {
    font-size: 14px;
    font-size: 1rem;
  }
  .outline02 .box01 p.title {
    margin-bottom: 10px;
  }
  .outline02 .box01 dl {
    margin-top: 15px;
  }
  .outline02 .box01 dt {
    margin-bottom: 5px;
    font-size: 14px;
    font-size: 1rem;
    font-weight: 600;
  }
  .outline02 .box01 .flow .flow-list {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 35px;
    padding: 10px;
  }
  .outline02 .box01 .flow .flow-list:after {
    content: "";
    display: block;
    clear: both;
  }
  .outline02 .box01 .flow .flow-list:before {
    width: 54px;
    height: 23px;
    background: url("//www.obc.co.jp/hubfs/obc/v1/images/landing/akikuraas/arrow_bottom01_sp.png") no-repeat 0 0/contain;
    right: 0;
    left: 0;
    top: auto;
    bottom: -30px;
  }
  .outline02 .box01 .flow .flow-list:last-child:before {
    width: 5px;
    height: 23px;
    background: url("//www.obc.co.jp/hubfs/obc/v1/images/landing/akikuraas/icon_dotted_sp.png") no-repeat 0 0/contain;
    right: 0;
    bottom: -30px;
  }
  .outline02 .box01 .flow .time {
    float: left;
    width: 4em;
    margin-right: 10px;
    font-size: 13px;
    font-size: 0.92857rem;
  }
  .outline02 .box01 .flow ul {
    overflow: hidden;
  }
  .outline02 .box01 .flow ul li {
    display: inline-block;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 13px;
    font-size: 0.92857rem;
    line-height: 1.5;
  }
  .outline02 .column-02 {
    padding: 15px;
    border: 2px solid #ddd;
  }
  .outline02 .column-02 dd .detail {
    float: left;
    width: 46%;
  }
  .outline02 .column-02 dd figure.is-center {
    width: 120px;
    margin: auto;
  }
}

.outline03 {
  background: #f4f4f4;
}

.outline03 figure {
  padding: 60px 30px;
  background: #fff;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .outline03 figure {
    padding: 25px 15px;
  }
}

.conversion-section {
  background: #00693a;
  color: #fff;
}

.conversion-section .conversion-inner {
  padding: 35px 30px;
}

.conversion-section .row:after {
  content: "";
  display: block;
  clear: both;
}

.conversion-section .column-02 {
  float: left;
  width: 48.5%;
  text-align: center;
}

.conversion-section .column-02:nth-child(odd) {
  margin-right: 3%;
}

.conversion-section .lead {
  margin-bottom: 10px;
  text-align: center;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.4;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .conversion-section .conversion-inner {
    padding: 30px 20px;
  }
  .conversion-section .column-02 {
    float: none;
    width: 100%;
  }
  .conversion-section .column-02:nth-child(odd) {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .conversion-section .column-02:nth-child(2) p {
    margin-top: 30px;
  }
  .conversion-section .column-02 .lead {
    text-align: left;
  }
  .conversion-section .lead {
    margin-bottom: 10px;
    text-align: center;
    font-size: 14px;
    font-size: 1rem;
  }
}
