@charset "UTF-8";

@import url("tab.css");
@import url("release.css");
@import url("business.css");
@import url("submenu.css");

.custom-select2 { position: relative; font-family: 'Noto Sans JP', sans-serif; }

.custom-select2 select { display: none; }

.select-selected { background-color: #fff; width: 160px; height: 40px; font-size: 13px; font-weight: bold; font-family: 'Noto Sans JP', sans-serif; }

.select-selected:after { position: absolute; content: ""; top: 53%; transform: translateY(-50%); right: 10px; width: 11px; height: 6px; background-image: url(../img/common/icon_arrow_down.png); background-size: cover; }

.select-selected.select-arrow-active:after { background-image: url(../img/common/icon_arrow_up.png); background-size: cover; }

.select-items div { cursor: pointer; user-select: none; color: #fff; padding: 2px 26px; }
.select-items div:hover { background-color: #00799F !important; }

.select-selected { border: 1px solid transparent; border-radius: 5px; border-color: #ccc; color: #424555; padding: 9px 16px; }

.select-items { position: absolute; background-color: gray; top: 100%; left: 0; right: 0; z-index: 99; border-radius: 5px; overflow: hidden; padding: 2px 0 2px; }

.select-hide { display: none; }

.select-items div:hover, .same-as-selected { background-color: #00799F; }

.same-as-selected::before { content: '✓'; font-size: 12px; line-height: 1; color: #fff; margin-left: -15px; margin-right: 8px; }

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

a { display: block; transition: all 0.3s ease; cursor: pointer; text-decoration: none; color: #000; line-height: 1.5rem; }

b { font-weight: 600; }

ul, li { list-style: none; }

input, button, textarea, select { margin: 0; padding: 0; background: none; border: none; border-radius: 0; outline: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; line-height: 100%; box-sizing: border-box; }

button { cursor: pointer; text-align: center; transition: all 0.5s ease; }

* { font-family: "Noto Sans JP", sans-serif; }

.sp { display: none; }

.pc { display: block; }

.hide { display: none !important; }

.add_newtab::after { content: ''; display: inline-block; margin-left: 5px; width: 10px; height: 10px; background-image: url(../img/common/icon_newtab.png); background-size: 100% auto; }

.sidebar { background: #2D3141; width: 220px; position: absolute; top: 64px; left: 0; padding: 80px 0 80px 31px; margin-top: 0; border-radius: 8px; }
.sidebar_ul { padding-left: 0; margin-left: 0; }
.sidebar_ul_li_a { font-size: 14px; font-weight: 500; color: #fff !important; letter-spacing: normal; line-height: 1; display: flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; height: 26px; margin-bottom: 16px; padding-left: 12px; }
.sidebar_ul_li_a.is_active { background-color: #00799F; }
.sidebar_ul_li_a:hover { text-decoration: none; background: #00799F; }

.radio .radio_input { border: 1px solid #EEEEEE; -webkit-appearance: radio; margin-right: 10px; vertical-align: middle; }
.radio .radio_label { display: flex; align-items: center; justify-content: center; }

#exampleFormControlInput1 { width: 282px; height: 40px; border: 1px solid #ccc; margin-left: 15px; font-size: 14px; border-top-right-radius: 0; border-bottom-right-radius: 0; }

.btn { background-color: #2D3141; font-size: 14px; font-weight: 500; color: #fff !important; letter-spacing: normal; line-height: 1; width: 78px; height: 40px; margin-bottom: 0 !important; border-top-left-radius: 0; border-bottom-left-radius: 0; }

.pagination { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; }
.pagination_span { display: inline-block; text-align: center; margin-bottom: 12px; }
.pagination_ul { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; padding-left: 0; }
.pagination_ul_li { margin: 2px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; }
.pagination_ul_li_a { background-color: #00799F; font-size: 14px; font-weight: 500; color: #fff !important; letter-spacing: normal; line-height: 1.5; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; width: 24px; height: 24px; }
.pagination_ul_li_a_img { width: 11.5px; }
.pagination_ul_li_a.is_active { background-color: #424555; }

.navbar-expand-xl .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 1.5rem; padding: 0.5rem 0.5rem 0 1.5rem; }

body { background: #fff; }
body.fixed { height: 100vh; overflow: hidden; }

.totop { width: 13px; height: 20px; position: absolute; bottom: 15px; right: 52px; }

.banner_container { background-image: url("../img/common/bg_mdh01.png"); background-size: cover; }
.banner_container .row { margin: auto; padding: 70px 0; max-width: 1140px; }
.banner_container .row .banner_container_a { padding: 53px 40px; border: 2px solid #fff; background-size: cover; font-size: 20px; font-weight: 500; color: #fff; letter-spacing: normal; line-height: 1.5; border-radius: 5px; transition: .3s; font-family: "Avenir", "Lato"; background-color: rgba(255, 255, 255, 0.11); }
.banner_container .row .banner_container_a:hover { background-color: rgba(255, 255, 255, 0.25); }
.banner_container .row .banner_container_a .banner_container_span { display: block; font-weight: bold; font-size: 20px; font-family: 'Noto Sans JP'; color: #fff; }
.banner_container .row .banner_container_a .banner_container_span::after { content: ''; width: 15px; height: 9px; background-image: url(../img/common/icon_arrow_wh.png); background-size: cover; transform: translateY(-50%); display: inline-block; margin-left: 15px; }
.banner_container .row .banner_container_a:hover { text-decoration: none; }

h6.text_orange { font-size: 22px; font-weight: 500; color: #F76C52; letter-spacing: normal; line-height: 1.3; font-family: "Avenir", "Lato"; margin-bottom: 30px; }

.big { font-size: 32px; font-weight: bold; color: #424555; letter-spacing: normal; line-height: 1; }

.investor_container { background: url("../img/common/bg_mdh03.png"); background-size: cover; padding: 110px 0 105px; }
.investor_container .big { margin: 35px auto 50px; }
.investor_container small { font-size: 16px; font-weight: normal; color: #424555; letter-spacing: normal; line-height: 1; }
.investor_container .row { margin: auto; }
.investor_container .button { width: 232px; height: 56px; margin-top: 55px; justify-content: flex-start; padding-left: 35; }

.button { position: relative; background-color: #2D3141; display: flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; padding-left: 25px; margin: 25px auto 0; transition: all .2s linear; border-radius: 5px; overflow: hidden; }
.button span { font-size: 16px; font-weight: 500; color: #fff; letter-spacing: normal; line-height: 1.5; }
.button input { font-size: 16px; font-weight: 500; color: #fff; letter-spacing: normal; line-height: 1.5; position: relative; z-index: 2; width: 100%; height: 100%; }
.button::after { content: ''; width: 15px; height: 9px; background-image: url(../img/common/icon_arrow_wh.png); background-size: 100% 100%; position: absolute; right: 15px; top: 50%; transform: translateY(-50%); }
.button:hover { text-decoration: none; color: #fff; }
.button span { z-index: 2; }
.button::before { position: absolute; right: -2px; left: -2px; content: ''; background-image: url(../img/common/bg_btn01.png); background-size: cover; color: #fff; text-decoration: none; opacity: 1; transform-origin: right top; transform: scale(0, 1); transition: transform .3s; height: 100%; }
.button:hover::before { transform-origin: left top; transform: scale(1, 1); }

.no_show { display: none !important; }

.copyright { text-align: center; font-size: 11px; font-weight: normal; color: #8b8b8b; letter-spacing: normal; line-height: 1; padding: 24px 0; border-top: 1px solid #3F424D; width: calc(100% + 30px); margin: 0 -15px; }

.breadcrumbs_section { height: 68px; background-color: #F4F8FA; }
.breadcrumbs_section_ul { display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; margin-bottom: 0; padding-top: 28px; }
.breadcrumbs_section_ul_li { font-size: 12px; font-weight: normal; color: #424555; letter-spacing: normal; line-height: 1; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.breadcrumbs_section_ul_li_a { font-size: 12px; font-weight: normal; color: #00799F !important; letter-spacing: normal; line-height: 1; text-decoration: underline !important; }
.breadcrumbs_section_ul_li_a::after { content: '>'; display: inline-block; padding: 0 10px; color: #424555 !important; }
.breadcrumbs_section_ul_li_a:hover { text-decoration: none !important; }
.breadcrumbs_section .container { max-width: 1020px; }

.child_kv_section { height: 370px; background-color: #F4F8FA; display: flex; align-items: flex-end; justify-content: flex-start; flex-wrap: wrap; }
.child_kv_section .container { max-width: 1020px !important; margin-left: auto; margin-right: auto; }
.child_kv_section_h2 { font-size: 32px; font-weight: 600; color: #2B2D36; letter-spacing: normal; line-height: 1; margin-bottom: 80px; }
.child_kv_section_h2_span { font-size: 18px; font-weight: 500; color: #F76C52; letter-spacing: normal; line-height: 1; font-family: "avenir", "lato"; text-transform: uppercase; display: block; margin-top: 16px; }

.white_section { margin: 88px 0 74px; }
.white_section_h4 { font-size: 24px; font-weight: 500; color: #424555; letter-spacing: normal; line-height: 1; border-bottom: 1px solid #0B8AB1; padding-bottom: 18px; }
.white_section_p { margin: 27px 0 64px; line-height: 1.7; }
.white_section_h5 { font-size: 18px; font-weight: bold; color: #424555; letter-spacing: normal; line-height: 1; }
.white_section_intro { margin-bottom: 56px; font-size: 1em; font-weight: normal; color: #424555; letter-spacing: normal; line-height: 1.7; }
.white_section_container_span_a { display: inline-block; font-size: 16px; font-weight: normal; color: #00799F !important; letter-spacing: normal; line-height: 1; text-decoration: underline !important; }
.white_section_container_span_a:hover { text-decoration: none !important; }
.white_section_container_span_a::after { content: ''; width: 10px; height: 10px; display: inline-block; margin-left: 10px; vertical-align: middle; background-image: url(../img/common/icon_newtab.png); background-size: cover; }

.grecaptcha-badge { visibility: hidden; }

.popup_wrap input { display: none;}
.popup_wrap input:checked ~ .popup_overlay { opacity: 1; transform: scale(1); transition: opacity 0.5s; }
.popup_wrap .popup_overlay { display: flex; justify-content: center; overflow: auto; position: fixed; top: 0; left: 0; z-index: 9999999999999; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.7); opacity: 0; transition: opacity 0.5s, transform 0s 0.5s; transform: scale(0); }
.popup_wrap .popup_overlay .popup_trigger { position: absolute; width: 100%; height: 100%; }
.popup_wrap .popup_overlay .popup_content { position: relative; align-self: center; width: 90%; max-width: 800px; padding: 30px 30px 15px; box-sizing: border-box; background: #fff; line-height: 1.4em; transition: 0.5s; border-radius: 5px; }
.popup_wrap .popup_overlay .popup_content .close_btn { position: absolute; top: 14px; right: 16px; font-size: 30px; cursor: pointer; }
.popup_wrap .popup_overlay .popup_content .recruit_item { padding: 1rem; margin: 1rem 2rem; }

.text-align-switch { text-align: center;}
.bold { font-weight: bold; }
.search-highlight { text-decoration: underline; text-decoration-thickness: 0.6em; -webkit-text-decoration-color: #fff341; text-decoration-color: #fff341; text-underline-offset: -0.3em; -webkit-text-decoration-skip-ink: none; text-decoration-skip-ink: none; }

@media screen and (max-width: 767px) { .no_show { display: flex !important; }
  .breadcrumbs_section_ul { display: none; }
  .container { padding-left: 35px; padding-right: 35px; }
  .copyright { border-top: 1px solid transparent; color: #fff; }
  .child_kv_section { margin-top: 64px; height: 150px; display: flex; align-items: flex-end; justify-content: flex-start; flex-wrap: wrap; }
  .child_kv_section.big { height: 190px; }
  .child_kv_section_h2 {font-size: 1.5rem; margin-bottom: 145px!important; line-height: 2.5rem!important;}
  .child_kv_section_h2_span { font-size: 16px; margin-top: 10px; font-weight: 500; }
  .white_section { margin: 40px 0 74px; }
  .white_section_h4 { font-size: 20px; padding-bottom: 20px; }
  .white_section_p { margin: 24px auto 50px; font-size: 14px; }
  .white_section_img { margin-top: -23px; }
  .white_section_intro { font-size: 14px; }
  .white_section_h5 { font-size: 18px; }
  .sp { display: block; }
  .pc { display: none !important; }
  .text-align-switch { text-align: left;}
  h6.text_orange { font-size: 15px; margin-bottom: 10px; }
  .big { font-size: 26px; }
  .button { font-size: 15px; font-weight: normal; background-image: url(../img/common/bg_btn01.png); background-size: cover; border-radius: 5px; }
  .investor_container { background: url("../img/common/bg_mdh03_sp.png"); background-size: 100% 100%; padding: 66px 35px 140px; text-align: left; }
  .investor_container .big { margin: 15px auto 50px; }
  .investor_container .col-md-12 { padding: 0; }
  .investor_container .button { margin-top: 40px; padding-left: 25px; }
  .investor_container .row.sp { background: #fff; padding: 31px 24px 24px; margin-top: 40px; }
  .investor_container .no_margin { margin: 0; font-size: 19px; }
  .investor_container .table { margin-top: 0; }
  .investor_container .table td, .investor_container .table th { display: block; }
  .investor_container .table th { border-bottom: 1px solid transparent; border-top: 1px solid transparent; padding: 24px 0px 0; }
  .investor_container .table th .category { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; width: 76px; height: 20px; border: 2px solid #424555; border-radius: 4px; font-size: 12px; font-weight: 500; margin-left: 8px; line-height: 1; }
  .investor_container .table th .th_content { display: flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; margin-bottom: 0; }
  .investor_container .table td { border-bottom: 1px solid #EEEEEE; border-top: 1px solid transparent; padding: 13px 0px 16px; }
  .investor_container .table td .investor_container_a { color: #00799F; text-decoration: underline; line-height: 1.6; transition: .3s; }
  .investor_container .table td .investor_container_a:hover { text-decoration: none; }
  .breadcrumbs_section { height: 40px; }
  .breadcrumbs_section_ul { padding-left: 0; }
  .custom-select2 { width: 100%; margin-bottom: 5px; }
  .select-selected { width: 100%; }
  #exampleFormControlInput1 { width: calc(100% - 78px); margin-left: 0; }
  .banner_container { background-image: url("../img/common/bg_mdh01_sp.png"); margin-top: -55px; padding-left: 0; padding-right: 0; }
  .banner_container .row { padding: 95px 0 46px; }
  .banner_container .row .banner_container_a { padding: 53px 20px; font-size: 18px; border-radius: 4px; border: 2px solid #fff; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; font-family: "Avenir", "Lato"; margin-bottom: 20px; }
  .banner_container .row .banner_container_a span { font-size: 16px; font-family: 'Noto Sans JP'; color: #fff; }
  .banner_container .row .col-md-6:nth-of-type(1) { margin-bottom: 35px; }
  .radio .radio_input { margin-right: 5px; }
  .radio .radio_label { font-size: 14px; }
  .pagination { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; padding-top: 20px; }
  .pagination_ul_li_a { width: 30px; height: 30px; font-size: 17px; }
  .pagination_ul_li_a_img { width: 14px; }
  .sidebar { position: fixed; top: 185px; left: -160px; border-radius: 0; padding: 29px 0; margin-top: 0; width: 160px; transition: 0.5s; background: #293048; transition: all .2s linear; }
  .sidebar.is_active { left: 0; }
  .sidebar_inner { position: relative; }
  .sidebar_span { font-size: 8px; font-weight: 500; color: #fff !important; letter-spacing: normal; line-height: 1; display: block; width: 112px; height: 40px; top: 7px; right: -75px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; padding: 0; transform: rotate(90deg); border-top-right-radius: 5px; border-bottom-right-radius: 0; border-top-left-radius: 5px; position: absolute; background: #2D3141; }
  .sidebar_ul_li_a { font-size: 12px; } }
@media only screen and (min-width: 1180px) { .white_section .container { width: 1020px; } }
 /**************************************  HEADER

***************************************/
.navbar { margin: 0 auto 0; width: 95%; max-width: 1152px; background-color: #fff; border-radius: 5px; left: 50%; top: 32px; transform: translateX(-50%); z-index: 999999999999; height: 96px; transition: .3s; position: fixed; transition: all 1s ease; }
.navbar .header_container { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; width: 100%; flex-wrap: nowrap; }
.navbar .no_pad_left { padding-left: 0 !important; }
.navbar-expand-md { padding: 0.9375rem 1.875rem 0.9375rem 2.5rem; }
.navbar .header_container_a { font-size: 1.17vw; font-weight: bold; color: #424555; letter-spacing: normal; line-height: 1; }
.navbar .header_container_a.is_active { color: #00799F; }
.navbar .header_container_a:hover { color: #00799F; }
.navbar .header_container_a_img { width: 160px; padding-bottom: 0; }
.navbar .navbar-collapse { flex-grow: 0; }
.navbar.is-fixed { z-index: 10; top: 0; margin-top: 0; }
.navbar.is_hidden { top: -100%; transition: all 2.5s ease; }
.navbar .english_translate { width: 100%; padding-right: 0.5rem; text-align: right; margin-bottom: 10px; }
.navbar .english_translate_a { font-size: 1.17vw; font-weight: 400; color: #424555; letter-spacing: normal; line-height: 1; display: inline-block; margin-right: 10px; }
.navbar-collapse { flex-wrap: wrap; justify-content: flex-end; }

.icon { width: 22px; display: inline-block; margin-left: 6px; }

@media screen and (max-width: 767px) { .navbar { border-radius: 0; margin: 0 auto; width: calc(100% + 2px); height: 64px; padding: 0 0 0 15px !important; margin: 0 -1px; top: 0; }
  .navbar-collapse { margin-top: -3px !important; z-index: 9999999999; max-height: calc(100vh - 62px); }
  .navbar .inner_ul { padding: 0 0 13px 16px; }
  .navbar .inner_item_a { padding-left: 15px !important; font-size: 14px !important; padding: 11px 0 !important; }
  .navbar .with_arrow::after { content: ""; width: 11px; height: 6px; background-image: url(../img/common/icon_down.png); display: inline-block; background-size: 100% 100%; vertical-align: middle; margin-left: 10px; }
  .navbar.is_active { background-color: #293048; }
  .navbar .header_container_a { font-size: 15px; }
  .navbar .header_container_a .header_container_a_img { width: 115px; padding-bottom: 0; }
  .navbar .navbar-toggle .icon-bar:nth-of-type(2) { top: 1px; }
  .navbar .navbar-toggle .icon-bar { position: relative; transition: all 500ms ease-in-out; }
  .navbar .navbar-toggle.active .icon-bar:nth-of-type(1) { top: 6px; transform: rotate(45deg); }
  .navbar .navbar-toggle.active .icon-bar:nth-of-type(2) { background-color: transparent; }
  .navbar .navbar-toggle.active .icon-bar:nth-of-type(3) { top: -6px; transform: rotate(-45deg); }
  .navbar-collapse { background: #293048; color: white; width: calc(100vw + 5px); position: absolute; top: 100%; margin: auto -2px; left: 0; height: 100vh; overflow: scroll; }
  .navbar-expand-md .navbar-nav { padding: 0 24px; box-sizing: border-box; }
  .navbar-expand-md .navbar-nav .nav-link { color: #fff; font-weight: 400; font-size: 15px; padding: 19px 0px; }
  .navbar-expand-md .navbar-nav .nav-link.inner_item_a { border-bottom: 1px solid transparent; }
  .navbar-expand-md .navbar-nav .nav-item { border-bottom: 1px solid #1B2138; }
  .navbar-expand-md .navbar-nav .nav-item.translator_a { display: flex; align-items: center; justify-content: space-between; border-bottom: 0; padding: 21px 15px 100px 0; }
  .navbar-expand-md .navbar-nav .nav-item.translator_a .nav-link { font-size: 13px; font-family: "Avenir", "Lato"; font-weight: 400; }
  .navbar small { font-size: 8px; font-weight: normal; color: #fff; letter-spacing: normal; line-height: 1; }
  .navbar-toggler { background: #293048; width: 64px; height: 100%; border-radius: 0; padding: .25rem .5rem; }
  .navbar-dark .navbar-toggler-icon { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }
  .navbar-dark .navbar-toggler-icon.is_active { background-image: url("../img/common/icon_close.png"); width: 20px; height: 20px; margin: 5px 0; }
  .navbar .header_container { align-items: center; height: 100%; } }
@media only screen and (max-width: 992px) { .navbar-expand-md { padding: 0 0.9375rem; } }
@media only screen and (min-width: 1180px) { .navbar .header_container_a { font-size: 14px; }
  .navbar .english_translate_a { font-size: 14px; } }
.home .button { justify-content: flex-start !important; text-align: left !important; padding-left: 35px; }
.home .button::before { height: 100%; }
.home .kv-container { align-items: flex-start; }
.home .kv-container img { height: 100%; }
.home .recruit_container, .home .info_container { margin-top: 80px; }
.home .recruit_container a:hover, .home .info_container a:hover { opacity: 0.7; }
.home br.md { display: none; }
.home .text_container { position: absolute; top: 18.1vw; left: 6.9vw; }
.home .text_container_h2, .home .text_container_h2_span { font-size: 3.9vw; font-weight: 900; color: #fff; letter-spacing: normal; line-height: 1.44; font-family: "Avenir", "Lato"; text-transform: uppercase; padding-left: 1.64vw; margin-bottom: 3.43vw; text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16); }
.home .text_container_h2 span { padding-left: 0; }
.home .text_container_p { font-size: 1.87vw; font-weight: 600; color: #fff; letter-spacing: normal; line-height: 1.44; background-color: #2574A1; padding: 5px; display: inline-block; margin-bottom: 11px; }
.home .text { position: absolute; }
.home table, .home td, .home th, .home tr { border-collapse: collapse; }
.home .news_container { padding-top: 82px; }
.home .news_container_span { font-size: 24px; font-weight: 600; color: #424555; letter-spacing: normal; line-height: 1; }
.home .news_container .col-5 { text-align: right; }
.home .news_container .col-5 .news_container_span { padding-right: 25px; font-size: 16px; position: relative; font-weight: 500; }
.home .news_container .col-5 .news_container_span::after { content: ''; width: 15px; height: 9px; background-image: url(../img/common/icon_arrow_bl.png); background-size: cover; position: absolute; right: 0; top: 50%; transform: translateY(-50%); transition: all 0.3s ease; }
.home .news_container .col-5 .news_container_span:hover { color: #00799F; text-decoration: none; }
.home .news_container .col-5 .news_container_span:hover::after { background-image: url(../img/top/icon_arrow_bl.png); }
.home .table { margin-top: 30px; }
.home .table td, .home .table th { padding: 1.5rem .5rem; }
.home .table td .news_container_a { font-size: 15px; font-weight: normal; color: #00799F; letter-spacing: normal; line-height: 1.6; text-decoration: underline; }
.home .table td .news_container_a:hover { text-decoration: none; }
.home .table th, .home .table td { border-top: 1px solid transparent !important; border-bottom: 1px solid #EEEEEE; }
.home .table th { font-family: "Avenir", "Lato"; font-weight: 500; }
.home .mission_container { background-image: url("../img/top/bg_top01.png"); background-size: 100% 100%; padding: 178px 0px 188px; margin: 98px 0; z-index: 5; position: relative; }
.home .mission_container_p { font-size: 16px; font-weight: normal; color: #fff; letter-spacing: normal; line-height: 1.8; }
.home .mission_container_h3 { font-size: 28px; font-weight: 600; color: #fff; letter-spacing: normal; line-height: 1; margin-bottom: 35px; }
.home .mission_container_span { font-size: 22px; font-weight: 500; color: #fff; letter-spacing: normal; line-height: 1; margin-bottom: 30px; display: block; font-family: "Avenir", "Lato"; }
.home .mission_container .button { width: 232px; height: 56px; margin: 25px 0; }
.home .mission_container .col-md-4 { display: flex; align-items: flex-start; justify-content: flex-end; flex-wrap: wrap; align-content: flex-end; }
.home .aboutus_container { margin-bottom: 88px; position: relative; z-index: 3; }
.home .aboutus_container .right_part { padding: 28px 0 33px 55px; margin-left: -15px; width: calc(66.666667% + 15px); }
.home .aboutus_container .big { margin-bottom: 40px; }
.home .aboutus_container .link_item { padding: 32px 0 28px; border-bottom: 1px solid #EEEEEE; font-size: 16px; font-weight: bold; color: #424555; letter-spacing: normal; line-height: 1; position: relative; }
.home .aboutus_container .link_item::after { content: ''; width: 15px; height: 9px; background-image: url(../img/common/icon_arrow_bl.png); background-size: cover; position: absolute; right: 15px; top: 53%; transform: translateY(-50%); }
.home .aboutus_container .link_item:hover { color: #00799F; text-decoration: none; }
.home .aboutus_container .link_item:hover::after { content: ''; width: 15px; height: 9px; background-image: url(../img/top/icon_arrow_bl.png); background-size: cover; position: absolute; right: 15px; top: 53%; transform: translateY(-50%); }
.home .aboutus_container .left_part { margin-left: -15px; max-width: 752px; width: calc(66.666667% + 15px); }
.home .ourbusiness_container { z-index: 1; margin: -184px auto -103px; position: relative; }
.home .ourbusiness_container .col-md-11 { margin: auto; }
.home .ourbusiness_container .background_container { background: #F4F8FA; position: absolute; top: 0; right: 0; width: 84vw; height: 100%; }
.home .ourbusiness_container .right_part { width: 78%; display: flex; align-items: flex-start; justify-content: flex-start; flex-wrap: wrap; }
.home .ourbusiness_container .right_part .item { background-color: #fff; border-radius: 5px; max-width: 340px; }
.home .ourbusiness_container .right_part .item .ourbusiness_container_span { font-size: 18px; font-weight: bold; color: #424555; letter-spacing: normal; line-height: 1; margin: auto; display: block; margin-bottom: 12px; max-width: 256px; }
.home .ourbusiness_container .right_part .item .ourbusiness_container_p { font-size: 14px; font-weight: normal; color: #424555; letter-spacing: normal; line-height: 1.8; margin: auto; max-width: 256px; }
.home .ourbusiness_container .right_part .item .button { height: 56px; margin: 38px auto 45px; justify-content: flex-start; color: #fff; padding: 0 25px; max-width: 232px; }
.home .ourbusiness_container .right_part .item img { display: block; margin: -30px auto 30px; max-width: 256px; }
.home .ourbusiness_container .right_part .item:nth-of-type(1) { margin-right: 5%; }
.home .ourbusiness_container .right_part .item:nth-of-type(2) { margin-top: 51px; }
.home .ourbusiness_container .left_part { width: 22%; }
.home .ourbusiness_container .left_part, .home .ourbusiness_container .right_part { position: relative; z-index: 3; }
.home .ourbusiness_container .inner_container { padding: 184px 0 195px; }

@media screen and (max-width: 767px) { .home .button { padding-left: 25px !important; }
  .home .button::before { height: 100%; }
  .home .container, .home .container-lg, .home .container-md, .home .container-sm, .home .container-xl { padding: 0 35px; }
  .home .text_container { top: 39.5vw; left: 5.06vw; }
  .home .text_container_h2, .home .text_container_h2_span { font-size: 9.3vw; font-weight: 900; color: #fff; letter-spacing: normal; line-height: 1.44; font-family: "Avenir", "Lato"; text-transform: uppercase; padding-left: 1.64vw; margin-bottom: 10.9vw; text-shadow: 0px 0px 10px #424555; }
  .home .text_container_h2_span { padding-left: 0; text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16); font-size: 9.3vw; font-weight: 900; color: #fff; letter-spacing: normal; line-height: 1.44; }
  .home .text_container_p { font-size: 4.8vw; font-weight: 600; color: #fff; letter-spacing: 0.01em; line-height: 1.44; background-color: #2574A1; padding: 5px; display: inline-block; margin-bottom: 5px; }
  .home .news_container { padding-top: 50px; }
  .home .news_container_span { font-size: 20px; }
  .home .news_container .col-5 .news_container_span { font-size: 14px; line-height: 1; vertical-align: middle; }
  .home .table { margin-top: 0; }
  .home .table td, .home .table th { display: block; }
  .home .table th { border-bottom: 1px solid transparent; padding: 24px 0 8px; font-size: 15px; }
  .home .table td { padding: 0 0 17px; font-size: 14px; }
  .home .table td .news_container_a { position: relative; padding-right: 48px; }
  .home .table td .news_container_a::after { content: ''; width: 15px; height: 9px; background-image: url(../img/common/icon_arrow_bl.png); background-size: cover; position: absolute; right: 15px; top: 50%; transform: translateY(-50%); }
  .home .table td .news_container_a:hover { color: #00799F; text-decoration: none; }
  .home .table td .news_container_a:hover::after { content: ''; width: 15px; height: 9px; background-image: url(../img/top/icon_arrow_bl.png); background-size: cover; position: absolute; right: 15px; top: 50%; transform: translateY(-50%); }
  .home .ourbusiness_container { margin: 0 auto; }
  .home .ourbusiness_container .left_part, .home .ourbusiness_container .right_part { width: 100%; }
  .home .ourbusiness_container .inner_container { padding: 76px 0 94px; }
  .home .ourbusiness_container .background_container { background-color: transparent; background-image: url(../img/top/bg_top02_sp.png); background-size: 100% 100%; width: 100%; }
  .home .ourbusiness_container .right_part .item:first-of-type { margin: auto; }
  .home .ourbusiness_container .right_part .item { margin: auto; }
  .home .button.sp { position: relative; z-index: 3; margin: 12px auto 35px; width: 240px; height: 56px; display: flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; }
  .home .mission_container { background-image: url("../img/top/bg_top01_sp.png"); background-position-x: right; margin: 43px auto 0; padding: 86px 0 80px; }
  .home .mission_container_span { font-size: 16px; margin-bottom: 10px; }
  .home .mission_container_h3 { font-size: 26px; margin-bottom: 28px; line-height: 1.5; }
  .home .mission_container_p { font-size: 15px; }
  .home .ourbusiness_container .left_part { margin-bottom: 39px; }
  .home .ourbusiness_container_span { margin-bottom: 10px; }
  .home .ourbusiness_container .right_part .item:nth-of-type(2) { margin-top: 70px; }
  .home .ourbusiness_container .right_part .col-md-11 { padding: 0 32px; }
  .home .ourbusiness_container .right_part .col-md-11 .right_part_img { margin-bottom: 35px; }
  .home .ourbusiness_container .right_part .col-md-11 .ourbusiness_container_span { margin-bottom: 15px; }
  .home .ourbusiness_container .right_part .col-md-11 .button { margin-bottom: 34px; }
  .home .aboutus_container { margin-bottom: 24px; }
  .home .aboutus_container h6.text_orange { margin-bottom: 10px; }
  .home .aboutus_container_span { margin-bottom: 10px; }
  .home .aboutus_container .big { margin-bottom: 20px; }
  .home .aboutus_container .link_item { padding: 30px 0 20px; font-weight: 500; }
  .home .aboutus_container .left_part { width: 100%; margin: auto; padding: 0; }
  .home .aboutus_container .right_part { width: 100%; padding: 40px 35px; margin: auto; }
  .home .recruit_container, .home .info_container { margin-top: 48px; } }
@media only screen and (max-width: 992px) { .home br.md { display: block; }
  .home .mission_container_h3 { line-height: 1.6; } }
.governance .white_section_img { padding: 12px 0 40px; }
.governance .white_section_h4 { font-weight: 500; }
.governance .white_section_p { line-height: 1.9; }

@media screen and (max-width: 767px) { .governance .white_section_img { padding: 0 0 18px; } }
.privacy .white_section_intro { line-height: 1.9; }
.privacy .white_section_p { line-height: 1.9; }
.privacy .white_section_ol { margin-left: 0; list-style: none; counter-reset: item; margin-bottom: 64px; padding-left: 1.5em; }
.privacy .white_section_ol_li { font-size: 1em; font-weight: normal; color: #424555; letter-spacing: normal; line-height: 1.7; margin-bottom: 12px; }
.privacy .white_section_ol_li_ul { margin-left: -1em; margin-bottom: 12px; margin-top: 12px; }
.privacy .white_section_ol_li_ul_li { list-style-type: disc; margin-bottom: 8px; font-size: 1em; font-weight: normal; color: #424555; letter-spacing: normal; line-height: 1.7; }
.privacy .white_section_ol_li { counter-increment: item; }
.privacy .white_section_ol_li:before { margin-left: -1.5em; content: counter(item) "."; font-weight: bold; margin-right: .5em; }

@media screen and (max-width: 767px) { .privacy p { font-size: 14px; }
  .privacy .white_section_ol { margin-left: -1.2em; padding-left: 40px; }
  .privacy .white_section_ol_li { margin-bottom: 8px; font-size: 14px; }
  .privacy .white_section_ol_li_ul { margin-left: -2.1em; margin-bottom: 8px; margin-top: 8px; padding: 28px; }
  .privacy .white_section_ol_li_ul_li { font-size: 14px; } }
.about .white_section { margin: 79px 0 35px; }
.about_item { margin-bottom: 56px; overflow: hidden; }
.about_item_div { display: flex; align-items: flex-end; justify-content: flex-start; flex-wrap: wrap; height: 46px; position: relative; background-color: #fff; z-index: 3; }
.about_item_img { transition: all 0.5s ease; }
.about_item_span { display: block; position: relative; width: 100%; transition: all 0.3s ease; }
.about_item_span::after { content: ''; width: 15px; height: 9px; background-image: url(../img/common/icon_arrow_bl.png); background-size: cover; position: absolute; right: 10px; top: 50%; transform: translateY(-50%); }
.about_item:hover .about_item_img { transform: scale(1.05); }
.about_item:hover .about_item_span { color: #00799F; }
.about_item:hover .about_item_span::after { background-image: url(../img/top/icon_arrow_bl.png); }

@media screen and (max-width: 767px) { .about .white_section { margin: 35px 0 65px; }
  .about_item { margin-bottom: 24px; }
  .about_item_div { height: 35px; } }
@media only screen and (min-width: 1180px) { .about .white_section .container { width: 1020px; } }
.site-policy .white_section_h5 { font-size: 18px; font-weight: 500; }
.site-policy .white_section_h5:nth-of-type(1) { margin-top: 32px; }
.site-policy .white_section_p2 { margin-bottom: 24px; }
.site-policy .white_section_intro { line-height: 1.9; }
.site-policy .white_section_p { line-height: 1.9; }
.site-policy_ol_li { font-size: 1em; font-weight: normal; color: #424555; letter-spacing: normal; line-height: 1.9; }
.site-policy_ol { list-style: none; counter-reset: item; margin-bottom: 64px; margin-left: -1em; }
.site-policy_ol_li { counter-increment: item; }
.site-policy_ol_li:before { margin-left: -1.5em; content: counter(item) "."; font-weight: bold; margin-right: .5em; }
.site-policy_ul_li { list-style-type: disc; margin-left: -1em; font-size: 1em; font-weight: normal; color: #424555; letter-spacing: normal; line-height: 1.9; }

@media screen and (max-width: 767px) { .site-policy .white_section_h5 { font-size: 18px; }
  .site-policy .white_section_h5:nth-of-type(1) { margin-top: 20px; }
  .site-policy .white_section_p2 { margin-bottom: 20px; }
  .site-policy_ol { margin-bottom: 50px; }
  .site-policy_ol_li { font-size: 14px; }
  .site-policy_ul_li { margin-left: -1.4em; font-size: 14px; } }
.error404 .button { width: 384px; height: 80px; justify-content: center; padding-left: 0; }
.error404 .button::before { height: 100%; }
.error404 .child_kv_section_h2 { line-height: 1.5; }

@media screen and (max-width: 767px) { .error404 .button { max-width: 304px; width: 100%; padding-right: 0; } }
.news .white_section { margin: 80px 0 60px; }
.news .filter_container { display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; margin-bottom: 60px; }
.news_orange_span { font-size: 18px; font-weight: bold; color: #F76C52; letter-spacing: normal; line-height: 1; margin-bottom: 6px; display: block; }
.news .white_section_h4 { line-height: 1.7; margin-bottom: 25px; padding-bottom: 25px; font-weight: 500; border-bottom: 1px; border-bottom: 1px solid #00799F; }
.news .white_section_h5 { margin-top: 3.5em; font-weight: 500; }
.news .white_section_p, .news p { margin: 0; line-height: 1.9; }
.news small { margin-top: 6em; display: block; color: #63677B; }
.news_table { margin: 1em auto 2em; border: 1px solid #ccc; }
.news_table_th { background: #F2F2F2 !important; font-weight: 500; font-size: 1em; padding: 1.4rem !important; width: 280px; border: 1px solid #ccc; border-top: 1px solid #ccc !important; }
.news_table_td { border: 1px solid #ccc; border-top: 1px solid #ccc !important; padding: 1.4em !important; }
.news_table_td a { color: #00799F !important; display: inline-block; }
.news .blue_container { background: #F4F8FA; width: 792px; padding: 44px 80px; margin: 85px auto 0; }
.news .blue_container_bold { font-size: 18px; font-weight: bold; color: #424555; letter-spacing: normal; line-height: 1; }
.news .blue_container_p { margin-bottom: 0; padding-bottom: 0; line-height: 1.9; }
.news .button { width: 384px; height: 80px; margin-top: 3.5em; justify-content: center; padding-left: 0; }
.news .button span { font-weight: 500 !important; }
.news_container_item {border-bottom: 1px solid #EEEEEE;margin-bottom: 30px;padding-right: 7%;position: relative;transition: .3s;}
.news_container_item_span { font-size: 14px; font-weight: 600; color: #F76C52; letter-spacing: normal; line-height: 1; margin-bottom: 6px; display: block; font-family: "avenir","lato"; }
.news_container_item_p { font-size: 18px; font-weight: 500; color: #424555; letter-spacing: normal; line-height: 1.66; margin-bottom: 15px; transition: .3s; }
.news_container_item_excerpt { font-size: 14px; font-weight: normal; color: #63677B; letter-spacing: normal; line-height: 1.7; margin-bottom: 0; }
.news_container_item_post::after { content: ''; transition: .3s; width: 15px; height: 9px; background-image: url(../img/common/icon_arrow_bl.png); background-size: cover; transform: translateY(-50%); margin-left: 15px; position: absolute; right: 15px; top: 40%; transform: translateY(-50%); }
.news_container_item_post:hover .news_container_item_p { color: #00799F; }
.news_container_item_post:hover::after { background-image: url(../img/top/icon_arrow_bl.png); }
.news .filter .row { display: flex; align-items: center; gap: 0 16px; }
.news .tab-area { display: flex; width: 100%; padding: 0; }
.news .tab { width: 20%; border-bottom: 3px solid transparent; text-align: center; line-height: 1.1rem; flex: 1 1 auto; transition: .3s; }
.news .tab.active { border-bottom-color:  #00799f; }
.news .tab a { display: block; padding: 1em; }
.news .searchform { display: flex; align-items: center; gap: 0 8px; }
.news .searchform-button { width: fit-content; height: calc(1.5em + .75rem + 2px); margin: 0; padding: 0 1em; color: #fff; }
.news .searchform-button::after { content: none; }
.news .searchform-button i { position: relative; z-index: 2; }


@media screen and (max-width: 767px) { .news .white_section { margin: 40px 0 65px; }
  .news .filter_container { margin-bottom: 48px; }
  .news_orange_span { margin-bottom: 8px; }
  .news .white_section_h4 { margin-bottom: 25px; padding-bottom: 20px; }
  .news .white_section_h5 { margin-top: 36px; }
  .news small { margin-top: 50px; }
  .news_table { margin: 20px auto; border-top: 1px solid transparent; }
  .news_table_th { font-size: 14px; width: 100%; display: block; padding: 5px 24px !important; border: 1px solid transparent !important; border-top: 1px solid #ccc !important; border-bottom: 1px solid #ccc !important; }
  .news_table tr { display: block; }
  .news_table_td { font-size: 14px; display: block; padding: 20px 24px !important; border: 1px solid transparent  !important; border-top: 1px solid transparent !important; width: 100%; }
  .news .blue_container { width: 100%; padding: 23px; margin: 55px auto 0; }
  .news .blue_container_bold { font-size: 14px; font-weight: 500; color: #424555; letter-spacing: normal; line-height: 1.9; }
  .news .blue_container_p { font-size: 14px; }
  .news .button { width: 100%; height: 80px; margin-top: 48px; }
  .news_container_item {padding-bottom: 30px;margin-bottom: 25px;padding-right: 10%;}
  .news_container_item_span { margin-bottom: 8px; }
  .news_container_item_p { margin-bottom: 10px; }
  .news_container_item::after { right: 0; } }
  .news_container_item_post::after { right: 10px; }
@media only screen and (min-width: 1180px) { .news .white_section .container { width: 1020px; } }
.privacy-statement .no_border { border-top: 1px solid transparent; }
.privacy-statement .flexed_ul { padding-left: 0; display: flex; margin-bottom: 0; }
.privacy-statement .bold { font-weight: 500; margin: 20px 0 0; }
.privacy-statement .white_section span { margin: 10px 0; display: block; font-size: 1em; font-weight: normal; color: #424555; letter-spacing: normal; line-height: 1; }
.privacy-statement .add_pad_sp { margin-top: 25px !important; }
.privacy-statement .add_pad_before { margin-top: 25px !important; }
.privacy-statement .statement_tr_th { width: 33%; padding: 25px .75rem; font-weight: 500; }
.privacy-statement .statement_tr_td { font-size: 1em; font-weight: normal; color: #424555; letter-spacing: normal; line-height: 1.9; padding: 25px .75rem; }
.privacy-statement .statement_tr_td_ul { margin-bottom: 0; margin-left: -1em; margin-top: 0; }
.privacy-statement .statement_tr_td_ul.add_pad { margin-top: 16px; }
.privacy-statement .statement_tr_td_ul_li { list-style-type: disc !important; font-size: 1em; font-weight: normal; color: #424555; letter-spacing: normal; line-height: 1.9; }

@media screen and (max-width: 767px) { .privacy-statement .bold { margin: 20px 0 10px; }
  .privacy-statement .white_section { margin: 15px 0 74px; }
  .privacy-statement .white_section span { margin: 10px 0; font-size: 14px; }
  .privacy-statement .flexed_ul_li:nth-of-type(odd) { width: 20%; word-break: keep-all; }
  .privacy-statement .flexed_ul_li:nth-of-type(even) { width: 80%; }
  .privacy-statement .statement_tr_th { width: 100%; display: block; padding-bottom: 0; padding: 25px 0 0; font-size: 14px; }
  .privacy-statement .statement_tr_td { font-size: 14px; display: block; width: 100%; padding: 10px 0 15px; border-top: 1px solid transparent; line-height: 2; }
  .privacy-statement .statement_tr_td_ul { margin-left: -1.4em; }
  .privacy-statement .statement_tr_td_ul_li { font-size: 14px; line-height: 2; } }
.access { background-color: #F4F8FA; }
.access .white_section_white { background-color: #fff; padding: 144px 1.2% 80px 17%; max-width: 88% !important; margin-left: auto; }
.access .white_section_white_img { margin-top: 56px; }
.access .white_section_white_p { font-size: 1em; font-weight: normal; color: #424555 !important; letter-spacing: normal; line-height: 1.5; margin-bottom: 35px; }
.access .row_container { position: relative; }
.access .row_container::after { position: absolute; top: 0; right: 0; width: 50vw; height: 100%; background-color: #fff; content: ''; }
.access .row { margin: auto; position: relative; max-width: 1140px; z-index: 2; }
.access iframe { max-width: 792px; width: 100%; }
.access .white_section { margin: 0; }

@media screen and (max-width: 767px) { .access .white_section_white { padding: 40px 36px 80px 36px; max-width: 90.66vw !important; }
  .access .white_section_white_img { margin-top: 56px; display: none; }
  .access .white_section_white_p { font-size: 14px; margin-bottom: 24px; }
  .access .white_section { margin: 0; } }
.contact .confirm_link { text-align: center; margin: 24px auto 0; }
.contact_complete .white_section_p { display: inline-block; margin-top: 0; text-align: center !important; }
.contact_complete .white_section { margin: 80px 0; }
.contact_confirm .contact_table_td { padding: 23px !important; }
.contact_confirm .contact_table_th { line-height: 1.7; }
.contact .white_section { margin: 80px 0; }
.contact .confirm_button { margin-top: 56px; }
.contact .error_message_intro { font-size: 1em; font-weight: normal; color: #DC3545; letter-spacing: normal; line-height: 1.7; max-width: 792px; margin: 0 auto 56px; }
.contact .contact_link_container_p::before { content: '必須'; font-size: 11px; font-weight: normal; color: #DC3545; letter-spacing: normal; line-height: 1; height: 18px; width: 29px; border: 1px solid #DC3545; border-radius: 2px; text-align: center; padding: 2px 2px; margin-right: 15px; vertical-align: middle; margin-bottom: 2px; display: inline-block; }
.contact .error_message { font-size: 12px; font-weight: normal; color: #DC3545; letter-spacing: normal; line-height: 1; vertical-align: middle; margin-left: 15px; padding-bottom: 8px; display: none; }
.contact_table { border: 1px solid #313232; max-width: 792px; margin: auto; }
.contact_table_th, .contact_table_td { font-size: 1em; font-weight: normal; color: #424555; letter-spacing: normal; line-height: 1; border: 1px solid #313232; border-top: 1px solid #313232 !important; }
.contact_table_th { font-weight: normal; background-color: #EEEEEE; background-clip: padding-box; position: relative; width: 240px; padding: 23px !important; line-height: 1; }
.contact_table_th.important::after { content: '必須'; font-size: 11px; font-weight: normal; color: #DC3545; letter-spacing: normal; line-height: 1; height: 18px; width: 29px; display: flex; align-items: center; justify-content: ceter; flex-wrap: wrap; right: 29px; top: 23px; position: absolute; border: 1px solid #DC3545; text-align: center; padding: 0 2px; }
.contact_table_td { line-height: 1.5; padding: 10px 23px !important; }
.contact_table_td.error .contact_table_input, .contact_table_td.error .contact_table_textarea { border: 1px solid #DC3545; }
.contact_table_td.error .error_message { display: inline-block; }
.contact_table_input, .contact_table_textarea { border: 1px solid #ccc; width: 100%; border-radius: 4px; height: 40px; font-size: 1em; font-weight: normal; color: #424555; letter-spacing: normal; line-height: 1; }
.contact_table_input { max-width: 329px; padding: 5px; }
.contact_table_textarea { max-width: 329px; line-height: 1.5; height: 226px; padding: 5px; }
.contact_table .custom-select2 { width: 100%; max-width: 426px; }
.contact_table .select-selected { width: 100% !important; border-radius: 4px; font-size: 14px !important; font-weight: normal !important; }
.contact .back__btn { display: block; text-align: center; margin: 24px auto 0; }
.contact .back__btn input { display: inline-block; color: #00799F; text-decoration: underline; transition: 0.5s; border-bottom: 1px solid #00799F; }
.contact .back__btn:hover input { border-bottom: 1px solid transparent; }
.contact .contact_link_container { margin: 56px auto; display: block; text-align: center; }
.contact .contact_link_container_p_a { display: inline-block; color: #00799F; text-decoration: underline; transition: 0.5s; }
.contact .contact_link_container_p_a:hover { text-decoration: none; }

@media screen and (max-width: 767px) { .contact .confirm_link { margin: 24px auto 0; }
  .contact .confirm_button { margin-top: 48px; width: 100%; }
  .contact_complete .white_section_p { text-align: left !important; }
  .contact_complete .white_section { margin: 40px 0 60px; }
  .contact_confirm .contact_table_td { padding: 26px 24px !important; font-size: 14px; }
  .contact .white_section { margin: 40px 0 60px; }
  .contact .button { width: 100%; max-width: 308px; justify-content: center; padding-left: 0; }
  .contact .error_message_intro { margin-bottom: 15px; font-size: 14px; }
  .contact .contact_link_container_p { font-size: 14px; }
  .contact .contact_link_container_p::before { content: '必須'; height: 18px; width: 29px; padding: 2px 2px; margin-right: 15px; margin-bottom: 2px; }
  .contact .error_message { margin-left: 15px; padding-bottom: 10px; }
  .contact_table { border-top: 1px solid transparent; }
  .contact_table_th, .contact_table_td { display: block; border: 1px solid transparent; }
  .contact_table_th { padding: 8px 24px !important; background-clip: padding-box; }
  .contact_table_td { padding: 20px 24px !important; display: flex; align-items: flex-start; justify-content: flex-start; flex-wrap: wrap; }
  .contact_table_td .error_message { order: 1; margin-left: 0; }
  .contact_table_input, .contact_table_textarea { max-width: 100%; order: 2; }
  .contact_table input[type='text'] { height: 40px; }
  .contact_table .select-selected { height: auto; }
  .contact_table_th { width: 100%; font-size: 14px; }
  .contact_table_th.important::after { height: 18px; width: 29px; top: 50%; transform: translateY(-50%); padding: 0 2px; }
  .contact .contact_link_container { margin: 27px auto 48px; } }
.message { background-color: #F4F8FA; }
.message .white_section_white { background-color: #fff; padding: 144px 1.2% 80px 17%; max-width: 88% !important; margin-left: auto; }
.message .white_section_white_message_h4 { font-size: 32px; font-weight: 500; color: #424555; letter-spacing: normal; line-height: 1.33; margin-bottom: 30px; }
.message .white_section_white_img { width: 240px; margin: 38px 0 12px; }
.message .white_section_white_p { font-size: 16px; font-weight: normal; color: #424555; letter-spacing: normal; line-height: 1.75; }
.message .row_container { position: relative; }
.message .row_container::after { position: absolute; top: 0; right: 0; width: 50vw; height: 100%; background-color: #fff; content: ''; }
.message .row { margin: auto; position: relative; max-width: 1140px; z-index: 2; }
.message .white_section { margin: 0; }

@media screen and (max-width: 767px) { .message .white_section_white { padding: 40px 36px 80px 36px; max-width: 90.66vw !important; }
  .message .white_section_white_img { margin-top: 0px; width: 100%; }
  .message .white_section_white_message_h4 { font-size: 22px; margin-bottom: 30px; margin-top: 40px; }
  .message .white_section_white_p { font-size: 14px; }
  .message .ceo_text { font-size: 14px; margin-top: 30px; }
  .message .white_section { margin: 0; } }
.profile { background-color: #F4F8FA; }
.profile .white_section_white { background-color: #fff; padding: 144px 1.2% 80px 17%; max-width: 88% !important; width: 100vw; margin-left: auto; }
.profile .white_section_white_ul { margin-left: 0; padding-left: 0; width: 100%; display: flex; align-items: flex-start; justify-content: flex-start; flex-wrap: wrap; border-bottom: 1px solid #EEEEEE; margin-bottom: 0; padding: 18px 0; }
.profile .white_section_white a { display: inline-block; font-size: 16px; font-weight: normal; color: #00799F; letter-spacing: normal; line-height: 1.75; }
.profile sup { font-size: 10px; }
.profile .li_data { font-size: 16px; font-weight: normal; color: #424555; letter-spacing: normal; line-height: 1.75; width: 75%; }
.profile .li_data table { width: 100%; }
.profile .li_data td:nth-of-type(1) { width: 60%; }
.profile .li_data td:nth-of-type(2) { width: 40%; }
.profile .li_head { font-size: 16px; font-weight: bold; color: #424555; letter-spacing: normal; line-height: 1.75; width: 25%; }
.profile .row_container { position: relative; }
.profile .row_container::after { position: absolute; top: 0; right: 0; width: 50vw; height: 100%; background-color: #fff; content: ''; }
.profile .row { margin: auto; position: relative; max-width: 1140px; z-index: 2; }
.profile .white_section { margin: 0; }
.profile .with_margin_top { margin-top: 24px; margin-bottom: 13px; }
.profile .add_margin { margin-bottom: 11px; text-decoration: underline; }

@media screen and (max-width: 767px) { .profile span { display: block; }
  .profile .white_section_white { padding: 40px 35px 80px 32px; max-width: 90.66vw !important; }
  .profile .white_section_white_ul { margin-bottom: 0; padding: 20px 0; }
  .profile .white_section_white a { font-size: 14px; }
  .profile .li_head { width: 100%; font-size: 14px !important; }
  .profile .li_data { font-size: 14px !important; width: 100%; }
  .profile .li_data td { font-size: 14px !important; }
  .profile .li_data td:nth-of-type(1) { width: 61.8%; }
  .profile .li_data td:nth-of-type(2) { width: 38%; }
  .profile .white_section { margin: 0; } }
.group { background-color: #F4F8FA; }
.group .white_section_white { background-color: #fff; padding: 144px 1.2% 80px 20.5%; max-width: 88% !important; width: 100vw; margin-left: auto; }
.group .white_section_white_h4 { border-bottom: 1px solid #00799F; padding-bottom: 18px; }
.group .white_section_white_ul { margin-left: 0; padding-left: 0; width: 100%; display: flex; align-items: flex-start; justify-content: flex-start; flex-wrap: wrap; margin-bottom: 0; padding: 18px 0; }
.group .white_section_white a { display: inline-block; width: 70px; margin-left: 10px; }
.group .white_section_white a:hover { opacity: 0.6; }
.group .li_data { font-size: 18px; font-weight: normal; color: #424555; letter-spacing: normal; line-height: 1.75; width: calc(100% - 212px); padding-left: 24px; }
.group .li_data_h6 { font-size: 18px; }
.group .li_data_p { font-size: 16px; }
.group .li_head { font-size: 18px; font-weight: bold; color: #424555; letter-spacing: normal; line-height: 1.75; width: 212px; }
.group .row_container { position: relative; }
.group .row_container::after { position: absolute; top: 0; right: 0; width: 50vw; height: 100%; background-color: #fff; content: ''; }
.group .row { margin: auto; position: relative; max-width: 1140px; z-index: 2; }
.group .white_section { margin: 0; }
.group .with_margin_top { margin-top: 24px; margin-bottom: 13px; }
.group .add_margin { margin-bottom: 11px; text-decoration: underline; }
.group .inline { display: inline-block !important; width: auto !important; margin-left: 0px !important; font-size: 16px; font-weight: normal; color: #00799F !important; letter-spacing: normal; line-height: 1.75; }
.group .link_data_h6_a { width: auto !important; display: inline-flex !important; align-items: center; justify-content: center; margin-left: 15px; padding: 0 8px; height: 20px; border-radius: 2px; border: 1px solid #00799F; transition: all .2s linear; }
.group .link_data_h6_a_span { position: relative; color: #00799F; font-size: 13px; }
.group .link_data_h6_a_span::after { content: ''; display: inline-block; margin-left: 5px; width: 10px; height: 10px; background-image: url(../img/common/icon_newtab.png); background-size: 100% auto; }
.group .link_data_h6_a:hover { text-decoration: none; }

@media screen and (max-width: 767px) { .group .white_section_white a { display: block; width: 70px; margin-left: 0; margin-top: 7px; margin-bottom: -3px; }
  .group .link_data_h6_a { display: flex !important; margin-top: 11px !important; max-width: 100px; align-items: center; justify-content: center; margin-left: 0; padding: 0 8px; height: 20px; border-radius: 2px; border: 1px solid #00799F; transition: all .2s linear; }
  .group .link_data_h6_a_span { position: relative; color: #00799F; font-size: 13px; }
  .group .link_data_h6_a_span::after { content: ''; display: inline-block; margin-left: 5px; width: 10px; height: 10px; background-image: url(../img/common/icon_newtab.png); background-size: 100% auto; }
  .group .link_data_h6_a:hover { text-decoration: none; }
  .group .white_section_white { padding: 40px 36px 80px 36px; max-width: 90.66vw !important; }
  .group .white_section_white_h4 { margin-bottom: 0; font-size: 20px; padding-bottom: 16px; }
  .group .white_section_white_ul { padding-bottom: 0; padding-top: 4px; }
  .group .inline { font-size: 14px; font-weight: normal; color: #00799F; letter-spacing: normal; line-height: 1.75; }
  .group .add_pad { margin-top: 46px; }
  .group .less_pad { padding-top: 5px !important; }
  .group .white_section { margin: 0; }
  .group .li_data_p { margin-bottom: 0; }
  .group .li_data { width: 100%; padding-left: 0; }
  .group .li_data_h6 { font-size: 14px; }
  .group .li_data_p { font-size: 14px; }
  .group .li_head { font-size: 14px; width: 100%; padding-bottom: 16px; padding-top: 22px; }
  .group .li_head img { padding-top: 8px; }
  .group .li_head img.no_top { padding-top: 0; } }
.office { background-color: #F4F8FA; }
.office .white_section_white { background-color: #fff; padding: 144px 1.2% 80px 17%; max-width: 88% !important; margin-left: auto; }
.office .white_section_white_p { font-size: 1em; font-weight: normal; color: #424555 !important; letter-spacing: normal; line-height: 1.5; margin-bottom: 55px; }
.office .white_section_white_h4 { border-bottom: 1px solid #00799F; padding-bottom: 16px; margin-bottom: 30px; }
.office .philosophy_img { margin: 32px auto 64px; }
.office .philosophy_logo { width: 120px; display: block; margin: 26px auto 0px; padding-bottom: 4px; }
.office span.bold { display: block; font-weight: bold; margin-top: 29px; margin-bottom: 10px; }
.office .philosophy_p { margin-bottom: 0; line-height: 1.8; }
.office .less_margin { margin-bottom: 0 !important; }
.office .img_container { display: flex; align-items: flex-start; justify-content: space-between; flex-wrap: wrap; margin-bottom: 37px; width: 100%; }
.office .img_container_img { width: calc(50% - 12px); margin-bottom: 24px; }
.office .img_container_wrapper { display: flex; align-items: flex-start; justify-content: space-between; flex-wrap: wrap; margin-bottom: 37px; flex-basis: 100%; width: 100%; }
.office .row_container { position: relative; }
.office .row_container::after { position: absolute; top: 0; right: 0; width: 50vw; height: 100%; background-color: #fff; content: ''; }
.office .row { margin: auto; position: relative; max-width: 1140px; z-index: 2; }
.office .white_section { margin: 0; }

@media screen and (max-width: 767px) { .office .white_section_white { padding: 40px 36px 80px 36px; max-width: 90.66vw !important; }
  .office .white_section_white_p { font-size: 14px; margin-bottom: 50px; }
  .office .white_section_white_h4 { margin-bottom: 0; font-size: 20px; padding-bottom: 16px; }
  .office .philosophy_white { padding: 40px 36px 49px 36px; }
  .office .philosophy_p { margin-bottom: 27px; line-height: 1.8; }
  .office .philosophy_img { margin-top: 0; margin-bottom: 52px; }
  .office .philosophy_logo { margin-top: 45px; margin-bottom: 29px; }
  .office span.bold { margin-bottom: 14px; }
  .office .philosophy_h4 { margin-bottom: 25px; }
  .office .img_container { margin-bottom: 53px; }
  .office .img_container_img { width: 100%; margin-top: 17px; margin-bottom: 0; }
  .office .white_section { margin: 0; } }
.officer .white_section_white_img_container_img { max-width: 282px; }
.officer .white_section_white_h4 { line-height: 1; }
.officer .white_section_white_h4.add_padding_top { padding-top: 30px; }
.officer .white_section_white_img_container { display: flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; margin-bottom: 23px; }
.officer .text_container { margin-left: 24px; }
.officer .orange_p { color: #F76C52; margin-bottom: 5px; display: block; line-height: 1; }
.officer .white_section_p { margin-top: 0; margin-bottom: 64px; }
.officer .black_p { margin-bottom: 17px; display: block; }
.officer .text_container_p, .officer .black_p { color: #424555; font-weight: bold; font-size: 20px; }

@media screen and (max-width: 767px) { .officer .white_section_white_img_container_img { max-width: 100%; margin-bottom: 17px; }
  .officer .white_section_white_img_container { margin-bottom: 0; }
  .officer .white_section_white_h4.add_padding_top { padding-top: 0px; }
  .officer .orange_p { margin-bottom: 0; font-size: 14px; }
  .officer span.text_container_p { font-size: 18px; }
  .officer .black_p { font-size: 18px; }
  .officer .white_section_p { margin-top: 0; margin-bottom: 29px; }
  .officer .white_section_white_h4 { margin-bottom: 24px; margin-top: 46px; }
  .officer .first_h4 { margin-top: 0; }
  .officer .white_section_white { padding: 40px 36px 146px 36px; }
  .officer .text_container { margin-left: 0; margin-bottom: 15px; } }
.recruit_item { margin-bottom: 56px; overflow: hidden; text-decoration: none; }
.recruit_item.bd-blue .recruit_item_img { border: 1px solid #00ADF1; box-sizing: border-box; }
.recruit_item_div { display: flex; align-items: flex-end; justify-content: flex-start; flex-wrap: wrap; height: 46px; position: relative; background-color: #fff; z-index: 3; }
.recruit_item_img { overflow: hidden; }
.recruit_item_img img { transition: all 0.5s ease; }
.recruit_item_span { margin-bottom: 0; }
.recruit_item_span::after { content: ''; display: inline-block; margin-left: 8px; width: 12px; height: 12px; background-image: url(../img/common/icon_newtab.png); background-size: 100% auto; }
.recruit_item_txt { display: block; position: relative; width: 100%; margin-bottom: 0; transition: all 0.3s ease; }
.recruit_item_txt::after { content: ''; width: 15px; height: 9px; background-image: url(../img/common/icon_arrow_bl.png); background-size: cover; position: absolute; right: 10px; top: 50%; transform: translateY(-50%); }
.recruit_item:hover { text-decoration: none; }
.recruit_item:hover .recruit_item_img img { transform: scale(1.05); }
.recruit_item:hover .recruit_item_span { color: #00799F; }
.recruit_item:hover .recruit_item_txt::after { background-image: url(../img/top/icon_arrow_bl.png); }
.recruit .row-link .recruit_item { margin-bottom: 0; text-decoration: none; }
.recruit .row-link .recruit_item_div { padding-top: 25px; padding-bottom: 25px; height: auto; border-bottom: 1px solid #CCC; }

@media screen and (max-width: 767px) { .recruit .white_section { margin: 40px 0 80px; }
  .recruit .recruit_item_span { font-weight: 500; }
  .recruit .white_section_intro { margin-bottom: 32px; }
  .recruit .row-link { margin-top: 6px; }
  .recruit_item { margin-bottom: 24px; }
  .recruit_item_div { height: 35px; } }
.business .row { margin-left: 0; margin-right: 0; align-items: flex-start; }
/* .business .row:last-child .white_section_white_h5 { margin-top: 30px; margin-bottom: -10px; } */
.business .white_section_intro { line-height: 1.8; }
.business .less_margin { margin-top: -4px !important; }
.business .business_table_td, .business .business_table_th { line-height: 1.8; }
.business .white_section_white_p { line-height: 1.8; }
.business .white_section_white_h4 { display: block; width: 100%; border-bottom: 1px solid #00799F; padding-bottom: 16px; margin-bottom: 30px; }
.business .white_section_white_h5 { margin-top: 74px; font-size: 18px; font-weight: 500; width: 100%; }
.business .white_section_white_h6 { position: relative; margin-top: 30px; font-size: 16px; padding-left: 16px; width: 100%; margin-bottom: -3px; }
.business .white_section_white_h6::before { content: ''; position: absolute; top: 2px; left: 0; display: block; width: 4px; height: 17px; background: #0B8AB1; }
.business .white_section_white_ul { margin-left: 0; padding-left: 0; width: 100%; display: flex; align-items: flex-start; justify-content: flex-start; flex-wrap: wrap; margin-bottom: 0; padding: 18px 0; }
.business .white_section_white_ul .li_data { font-size: 16px; font-weight: normal; color: #424555; letter-spacing: normal; line-height: 1.75; width: calc(100% - 212px); padding-left: 24px; }
.business .white_section_white_ul .li_data .link_data_h6_a { display: inline-flex; align-items: center; justify-content: center; margin-left: 15px; padding: 0 8px; height: 20px; border-radius: 2px; border: 1px solid #00799F; transition: all .2s linear; }
.business .white_section_white_ul .li_data .link_data_h6_a:hover { opacity: 0.6; }
.business .white_section_white_ul .li_data .link_data_h6_a_span { position: relative; color: #00799F; font-size: 13px; }
.business .white_section_white_ul .li_data .link_data_h6_a_span::after { content: ''; display: inline-block; margin-left: 5px; width: 10px; height: 10px; background-image: url(../img/common/icon_newtab.png); background-size: 100% auto; }
.business .white_section_white_ul .li_data .link_data_h6_a:hover { text-decoration: none; }
.business .white_section_white_ul .li_data_p_inner { display: inline; }
.business .white_section_white_ul .li_data_a_inner { display: inline-block; color: #00799F; }
.business .white_section_white_ul .li_data_a_inner:hover { opacity: 0.6; text-decoration: underline; }
.business .white_section_white_ul .li_head { font-size: 16px; font-weight: bold; color: #424555; letter-spacing: normal; line-height: 1.75; width: 212px; }
.business .white_section_white_h6 + .white_section_white_p { margin-top: 20px; line-height: 1.7; }
.business .gray_section { margin-top: 150px; padding-top: 150px; width: 100%; background: #F2F2F2; }
.business .gray_section .float_section { position: relative; margin-top: -268px; display: flex; align-items: flex-start; justify-content: center; flex-wrap: wrap; }
.business .gray_section .float_section .column { padding: 30px 62px 0; min-height: 236px; min-width: 320px; }
.business .gray_section .float_section .column_h5 { color: #fff; font-family: 'Lato', sans-serif; font-size: 36px; font-weight: bold; letter-spacing: 0.02em; margin-bottom: 20px; }
.business .gray_section .float_section .column_ul { margin: 0; padding: 0; }
.business .gray_section .float_section .column_ul li { color: #fff; font-size: 14px; }
.business .gray_section .float_section .column_ul li:not(:first-child) { margin-top: 10px; }
.business .gray_section .float_section .column:nth-of-type(1) { background: #dd4b4b; background: linear-gradient(83deg, #dd4b4b 0%, #f07c3f 100%); }
.business .gray_section .float_section .column:nth-of-type(2) { background: #2baad0; background: linear-gradient(83deg, #2baad0 0%, #287dd5 100%); }
.business .gray_section .float_section .ico_close { margin-top: -10px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); line-height: 1; }
.business .gray_section .float_section .ico_close::before { content: 'x'; font-family: 'Lato', sans-serif; color: #fff; font-size: 56px; z-index: 10; }
.business .gray_section_row { margin: 16px auto 0 auto; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; max-width: 864px; }
.business .gray_section_row:first-child { padding-top: 32px; }
.business .gray_section_row:last-child { margin-top: 16px; padding-bottom: 32px; }
.business .gray_section_row .col-2 { background: #fff; min-width: 160px; min-height: 188px; padding: 18px 0; box-sizing: border-box; }
.business .gray_section_row .col-2 .white_hd { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; height: 28px; font-size: 12px; line-height: 1.3; text-align: center; }
.business .gray_section_row .col-2 .img_cont { margin: 13px auto 0; display: block; }
.business .gray_section_row .col-2:nth-of-type(1) .img_cont { max-width: 114px; }
.business .gray_section_row .col-2:nth-of-type(2) .img_cont { max-width: 93px; }
.business .gray_section_row .col-2:nth-of-type(3) .img_cont { max-width: 111.29px; }
.business .gray_section_row .col-2:nth-of-type(4) .img_cont { max-width: 111px; }
.business .gray_section_row .col-2:nth-of-type(5) .img_cont { max-width: 89px; }
.business .gray_section_row .col-6 { padding: 30px 40px 0; background: #fff; max-width: calc(50% - 8px); min-height: 140px; }
.business .gray_section_row .col-6 .white_hd02 { display: flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; font-size: 14px; line-height: 1.8; min-height: 36px; }
.business .gray_section_row .col-6_txt { display: flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; margin-top: 10px; font-size: 14px; }
.business .gray_section_row .col-6_txt_span { color: #24B996; font-size: 22px; font-weight: bold; margin-right: 5px; }
.business .gray_section_row .col-6:nth-of-type(1) { margin-right: 16px; }
.business .gray_section_row .col-12 { padding: 30px 40px 0; background: #fff; max-width: 100%; min-height: 140px; }
.business .gray_section_row .col-12 .white_hd03 { display: flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; font-size: 14px; line-height: 1.8; min-height: 36px; }
.business .gray_section_row .col-12_txt { display: flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; margin-top: 10px; font-size: 14px; }
.business .gray_section_row .col-12_txt_span { color: #24B996; font-size: 22px; font-weight: bold; margin-right: 5px; }
.business .note {margin-top: 12px;margin-left: auto;margin-bottom: 62px;font-size: 12px;line-height: 2;text-align: right;}
.business .img_chart { margin: 50px auto 0; max-width: 728px; }
.business_table { margin: 1em auto 2em; margin-bottom: 26px; border: 1px solid #00799F; }
.business_table_th { background: #F4F8FA; font-weight: 500; font-size: 1em; padding: 1.4rem 1.3rem !important; width: 306px; border: 1px solid #00799F; border-top: 1px solid #00799F !important; vertical-align: middle !important; }
.business_table_td { border: 1px solid #00799F; border-top: 1px solid #00799F !important; padding: 1.4em 1.3em !important; font-size: 16px; }
.business .link_list { margin-top: -11px; margin-bottom: -3px; display: block; padding-left: 0; }
.business .link_list:last-child { margin-bottom: 90px; }
.business .link_list .link_external { color: #00799F; line-height: 1.7; text-decoration: underline; transition: all .2s linear; }
.business .link_list .link_external_span { color: #00799F; }
.business .link_list .link_external_span::after { content: ''; display: inline-block; margin-left: 8px; width: 12px; height: 12px; background-image: url(../img/common/icon_newtab.png); background-size: 100% auto; }
.business .link_list .link_external:hover { text-decoration: none; }
.business .white_section_white_h4 + .white_section_white_h5 { margin-top: 0; }

.materialIssue-list { display: flex; margin: 0; padding: 0; gap: 40px 4%; }
.materialIssue-list > li { position: relative; width: 20%; flex: 1 1 auto; }
.materialIssue-list > li + li::before { position: absolute; top: 50%; left: -14%; translate: 0 -50%; content: "▶"; }
.materialIssue-list > .-large { width: 28%; }
.materialIssue-list > .-large::before { left: -10%; }
.materialIssue-list p { width: fit-content; font-size: 90%; text-align: center; }

.list-disc { padding: 0 0 0 .5em; }
.list-disc li { font-size: .85rem; line-height: 1.25rem; }
.list-disc li + li { margin-top: .5em; }
.list-disc li::marker { content: "・"; }

.library-user { background-color: #f4f8fa; }

.material-table thead th { border-top: 2px solid #dee2e6; border-right: 1px dashed #acacac !important; border-left: none; }
.material-table thead th:last-child { border-right: none !important; }
.material-table td:nth-child(2) { max-width: 480px; min-width: 480px; }
.material-table td:nth-child(n+3) { max-width: 320px; min-width: 320px; padding: .5rem; border-right: 1px solid #acacac; font-size: .85rem; line-height: 1.7; }
.material-table ul { padding-left: 1.5em; }
.material-table li { list-style: square; }


@media screen and (max-width: 767px) { .business .breadcrumbs_section { display: none; }
  .business .modify_padding { padding-top: 15px; }
  .business .white_section { margin: 40px 0 80px; }
  .business .white_section_intro { margin-bottom: 32px; }
  .business .white_section_white_h4 { margin-top: 50px; padding-bottom: 20px; margin-bottom: 20px; font-size: 20px; }
  .business .white_section_white_p { font-size: 14px; line-height: 1.8; }
  .business .white_section_white_h5 { margin-top: 35px; }
  .business .white_section_white_h6 { position: relative; margin-top: 30px; font-size: 16px; padding-left: 16px; width: 100%; }
  .business .white_section_white_h6::before { content: ''; position: absolute; top: 0; left: 0; display: block; width: 4px; height: 100%; background: #0B8AB1; }
  .business .white_section_white_ul { padding-bottom: 0; padding-top: 4px; }
  .business .white_section_white_ul .li_data { font-size: 14px; width: 100%; padding-left: 0; }
  .business .white_section_white_ul .li_data .link_data_h6_a { display: flex; margin-top: 11px; max-width: 100px; align-items: center; justify-content: center; margin-left: 0; padding: 0 8px; height: 20px; border-radius: 2px; border: 1px solid #00799F; transition: all .2s linear; }
  .business .white_section_white_ul .li_data .link_data_h6_a_span { position: relative; color: #00799F; font-size: 13px; }
  .business .white_section_white_ul .li_data .link_data_h6_a_span::after { content: ''; display: inline-block; margin-left: 5px; width: 10px; height: 10px; background-image: url(../img/common/icon_newtab.png); background-size: 100% auto; }
  .business .white_section_white_ul .li_data .link_data_h6_a:hover { text-decoration: none; }
  .business .white_section_white_ul .li_head { margin-top: 7px; font-size: 14px; width: 100%; padding-bottom: 16px; padding-top: 22px; }
  .business .white_section_white_h6 + .white_section_white_p { margin-top: 20px; line-height: 1.7; }
  .business .gray_section { margin-top: 82px; padding-top: 463px; margin-left: -35px; margin-right: -35px; width: calc(100% + 70px); }
  .business .gray_section .float_section { position: relative; margin-top: -503px; }
  .business .gray_section .float_section .column { margin: 0 auto; padding: 30px 40px 0; width: calc(100% - 70px); }
  .business .gray_section_row {margin: 16px auto;width: calc(100% - 70px);}
  .business .gray_section_row:last-child { margin-top: 16px; padding-bottom: 32px; }
  .business .gray_section_row .col-2 { flex: 0 0 50%; max-width: calc(50% - 5px); min-width: auto; padding: 18px 0; box-sizing: border-box; }
  .business .gray_section_row .col-2:nth-of-type(n+3) { margin-top: 10px; }
  .business .gray_section_row .col-2 .white_hd { height: auto; font-size: 13px; }
  .business .gray_section_row .col-6 { flex: 0 0 100%; padding: 30px 40px 30px; background: #fff; max-width: 100%; min-height: 140px; }
  .business .gray_section_row .col-6:not(:first-child) { margin-top: 12px; }
  .business .gray_section_row .col-6 .white_hd02 { display: flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; font-size: 14px; line-height: 1.5; min-height: 36px; }
  .business .gray_section_row .col-6_txt_span { display: block; width: 100%; }
  .business .gray_section_row .col-6:nth-of-type(1) { margin-right: 16px; }
  .business .gray_section_row .col-12 { flex: 0 0 100%; padding: 30px 40px 30px; background: #fff; max-width: 100%; min-height: 140px; }
  .business .gray_section_row .col-12:not(:first-child) { margin-top: 12px; }
  .business .gray_section_row .col-12 .white_hd03 { display: flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; font-size: 14px; line-height: 1.5; min-height: 36px; }
  .business .gray_section_row .col-12_txt_span { display: block; width: 100%; }
  .business .gray_section_row .col-12:nth-of-type(1) { margin-right: 16px; }
  .business .less_pad { margin-top: 14px; }
  .business .med_container { margin-top: 47px; }
  .business .note { margin-top: 16px; margin-left: 0; margin-bottom: 0px; font-size: 12px; line-height: 1.7; text-align: left; }
  .business .img_chart { margin: 50px auto 0; max-width: 728px; }
  .business_table { margin: 42px auto 32px; margin-bottom: 32px; }
  .business_table_th { display: block; width: 100% !important; font-size: 14px; padding: 17px 16px !important; }
  .business_table_td { display: block; width: 100% !important; padding: 17px 16px !important; font-size: 14px; border-top: 1px solid #00799F; }
  .business .business_table_td, .business .business_table_th { border-top: 1px solid transparent !important; border-left: 1px solid transparent !important; border-right: 1px solid transparent !important; }
  .business .business_table { border-bottom: 1px solid transparent !important; }
  .business .link_list { margin-top: -9px; }
  .business .link_list:last-child { margin-bottom: 0; }
  .business .link_list .link_external_span { font-size: 14px; }

  .materialIssue-list { flex-direction: column; }
  .materialIssue-list > li { width: 100%; }
  .materialIssue-list > li + li::before { top: -32px; left: 50%; translate: -50% 0; content: "▼"; }
  .materialIssue-list > .-large { width: 100%; }
  .materialIssue-list > .-large::before { left: 50%; }

  .material-table td:nth-child(n+2) { max-width: 200px; min-width: 200px; white-space: inherit; } }

.outline { background-color: #F4F8FA; }
.outline .white_section_white { background-color: #fff; padding: 144px 1.2% 80px 17%; max-width: 88% !important; margin-left: auto; }
.outline .white_section_white_h4 { border-bottom: 1px solid #00799F; padding-bottom: 16px; margin-bottom: 21px; }
.outline .add_pad2 { margin-top: 15px; }
.outline .add_h4_pad { margin-bottom: 25px; }
.outline .big_margin { margin-bottom: 21px; }
.outline .bold { font-weight: bold; margin-bottom: 0; padding-bottom: 0; line-height: 1; }
.outline .white_section_white_p_blue { color: #00799F; line-height: 1.75; margin-bottom: 0; }
.outline .add_pad { padding-top: 14px; }
.outline .margin_left { margin-left: 10px; }
.outline .table_container { display: table; width: 100%; border-bottom: 1px solid #eee; }
.outline .table_head { font-weight: bold; display: table-cell; width: 10%; }
.outline .no_top { padding-top: 0 !important; }
.outline .table_head, .outline .table_detail { padding: 27px 0 25px; }
.outline .table_detail { font-weight: normal; display: table-cell; width: 90%; }
.outline .add_bottom { margin-bottom: 60px; }
.outline .table_detail_span { display: inline-block; vertical-align: top; line-height: 1.7; }
.outline .table_detail_span:nth-of-type(odd) { width: 50px; text-align: right; }
.outline .table_detail_span:nth-of-type(even) { width: calc(100% - 50px); padding-left: 10px; }
.outline .row_container { position: relative; }
.outline .row_container::after { position: absolute; top: 0; right: 0; width: 50vw; height: 100%; background-color: #fff; content: ''; }
.outline .row { margin: auto; position: relative; max-width: 1140px; z-index: 2; }
.outline .white_section { margin: 0; }

@media screen and (max-width: 767px) { .outline .white_section_white { padding: 40px 36px 80px 36px; max-width: 90.66vw !important; }
  .outline .white_section_white_h4 { margin-bottom: 0; font-size: 20px; padding-bottom: 16px; }
  .outline .margin_left { margin-left: 0; }
  .outline .add_pad2 { padding-top: 17px; }
  .outline .add_h4_pad { margin-bottom: 0; }
  .outline .table_detail_span:nth-of-type(odd) { text-align: left; }
  .outline .big_margin { margin-bottom: 18px; }
  .outline .white_section_white_p_blue, .outline .table_detail_span, .outline .table_head { font-size: 14px; }
  .outline .add_bottom { margin-bottom: 48px; }
  .outline .table_head { width: 100%; display: block; padding: 24px 0 0; }
  .outline .no_top { padding-top: 24px !important; }
  .outline .table_detail { width: 100%; display: block; padding: 16px 0 25px; }
  .outline .white_section { margin: 0; } }
.footer { background: #2B2D36; padding: 60px 15px 0; position: relative; }
.footer .container { max-width: 1054px !important; }
.footer_container { margin-bottom: 50px; }
.footer .footer_ul { padding-left: 0; }
.footer .footer_ul .footer_ul_li { padding: 0 0 15px 0; }
.footer .footer_ul .footer_ul_li .footer_a { font-size: 13px; font-weight: normal; color: #fff; letter-spacing: normal; line-height: 1; }
.footer .footer_ul .footer_ul_li .footer_a:hover { color: #00799F; text-decoration: none; }
.footer .logo { width: 169px; }
.footer .logo2 { display: inline-block; height: 60px;}
.footer .logo2 img { height:100%; width: auto; margin: 1rem 1rem 2rem 0; }
.footer .footer_button { width: 240px; height: 64px; border-radius: 100px; background: #fff; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; font-size: 10px; font-weight: normal; color: #424555; letter-spacing: normal; line-height: 1; }
.footer .footer_button:hover { text-decoration: none; opacity: 0.85; }
.footer .footer_button.facebook_button { background: #D9EAFF; padding: 0 0 0 24px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; margin-top: 17px; border: 2px solid #00799F; }
.footer .footer_button.facebook_button .footer_img { width: 32px; margin-right: 7px; vertical-align: middle; }
.footer .footer_button.facebook_button .footer_p { width: calc(100% - 40px); margin-bottom: 0; font-size: 10px; font-weight: normal; color: #424555; letter-spacing: normal; line-height: 1; margin-top: 5px; }
.footer .footer_button.facebook_button .footer_p .footer_p_span { display: block; font-size: 13px; font-weight: bold; color: #2A77DB; letter-spacing: normal; line-height: 1.7; }

@media screen and (max-width: 767px) { .footer { text-align: left; }
  .footer .logo { margin: 0 auto; }
  .footer .logo2 { display: block; margin: 0rem auto 3rem auto; text-align: center;}
  .footer .logo2 img { margin: 1rem .5rem; }
  .footer_container { margin-bottom: 20px; }
  .footer .footer_ul { margin: 0; line-height: 1; }
  .footer .footer_ul .footer_ul_i { margin: 0; padding-bottom: 15px; }
  .footer .button_container { margin: 44px auto 0; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; } }
.bootstrap__defaults img { margin: 10px 0; width: auto; height: auto; max-width: 100%; }
.bootstrap__defaults h1 { font-size: 2.5rem; }
.bootstrap__defaults h2 { font-size: 2rem; }
.bootstrap__defaults h3 { font-size: 1.75rem; }
.bootstrap__defaults h4 { font-size: 1.5rem; }
.bootstrap__defaults h5 { font-size: 1.25rem; }
.bootstrap__defaults h6 { font-size: 1rem; }
.bootstrap__defaults a { display: inline-block; color: #007bff; text-decoration: underline; text-underline-position: under; background-color: transparent; }
.bootstrap__defaults ul { list-style-type: disc; }
.bootstrap__defaults ul li { list-style-type: disc; }
.bootstrap__defaults ol { list-style-type: decimal; }
.bootstrap__defaults ol li { list-style-type: decimal; }
.bootstrap__defaults .btn-default, .bootstrap__defaults .btn-primary, .bootstrap__defaults .btn-success, .bootstrap__defaults .btn-info, .bootstrap__defaults .btn-warning, .bootstrap__defaults .btn-danger { text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
.bootstrap__defaults .btn-default:active, .bootstrap__defaults .btn-primary:active, .bootstrap__defaults .btn-success:active, .bootstrap__defaults .btn-info:active, .bootstrap__defaults .btn-warning:active, .bootstrap__defaults .btn-danger:active, .bootstrap__defaults .btn-default.active, .bootstrap__defaults .btn-primary.active, .bootstrap__defaults .btn-success.active, .bootstrap__defaults .btn-info.active, .bootstrap__defaults .btn-warning.active, .bootstrap__defaults .btn-danger.active { -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
.bootstrap__defaults .btn-default.disabled, .bootstrap__defaults .btn-primary.disabled, .bootstrap__defaults .btn-success.disabled, .bootstrap__defaults .btn-info.disabled, .bootstrap__defaults .btn-warning.disabled, .bootstrap__defaults .btn-danger.disabled, .bootstrap__defaults .btn-default[disabled], .bootstrap__defaults .btn-primary[disabled], .bootstrap__defaults .btn-success[disabled], .bootstrap__defaults .btn-info[disabled], .bootstrap__defaults .btn-warning[disabled], .bootstrap__defaults .btn-danger[disabled], .bootstrap__defaults fieldset[disabled] .btn-default, .bootstrap__defaults fieldset[disabled] .btn-primary, .bootstrap__defaults fieldset[disabled] .btn-success, .bootstrap__defaults fieldset[disabled] .btn-info, .bootstrap__defaults fieldset[disabled] .btn-warning, .bootstrap__defaults fieldset[disabled] .btn-danger { -webkit-box-shadow: none; box-shadow: none; }
.bootstrap__defaults .btn-default .badge, .bootstrap__defaults .btn-primary .badge, .bootstrap__defaults .btn-success .badge, .bootstrap__defaults .btn-info .badge, .bootstrap__defaults .btn-warning .badge, .bootstrap__defaults .btn-danger .badge { text-shadow: none; }
.bootstrap__defaults .btn:active, .bootstrap__defaults .btn.active { background-image: none; }
.bootstrap__defaults .btn-default { text-shadow: 0 1px 0 #fff; background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%); background-image: -o-linear-gradient(top, #fff 0%, #e0e0e0 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0)); background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; border-color: #dbdbdb; border-color: #ccc; }
.bootstrap__defaults .btn-default:hover, .bootstrap__defaults .btn-default:focus { background-color: #e0e0e0; background-position: 0 -15px; }
.bootstrap__defaults .btn-default:active, .bootstrap__defaults .btn-default.active { background-color: #e0e0e0; border-color: #dbdbdb; }
.bootstrap__defaults .btn-default.disabled, .bootstrap__defaults .btn-default[disabled], .bootstrap__defaults fieldset[disabled] .btn-default, .bootstrap__defaults .btn-default.disabled:hover, .bootstrap__defaults .btn-default[disabled]:hover, .bootstrap__defaults fieldset[disabled] .btn-default:hover, .bootstrap__defaults .btn-default.disabled:focus, .bootstrap__defaults .btn-default[disabled]:focus, .bootstrap__defaults fieldset[disabled] .btn-default:focus, .bootstrap__defaults .btn-default.disabled.focus, .bootstrap__defaults .btn-default[disabled].focus, .bootstrap__defaults fieldset[disabled] .btn-default.focus, .bootstrap__defaults .btn-default.disabled:active, .bootstrap__defaults .btn-default[disabled]:active, .bootstrap__defaults fieldset[disabled] .btn-default:active, .bootstrap__defaults .btn-default.disabled.active, .bootstrap__defaults .btn-default[disabled].active, .bootstrap__defaults fieldset[disabled] .btn-default.active { background-color: #e0e0e0; background-image: none; }
.bootstrap__defaults .btn-primary { background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%); background-image: -o-linear-gradient(top, #337ab7 0%, #265a88 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88)); background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; border-color: #245580; }
.bootstrap__defaults .btn-primary:hover, .bootstrap__defaults .btn-primary:focus { background-color: #265a88; background-position: 0 -15px; }
.bootstrap__defaults .btn-primary:active, .bootstrap__defaults .btn-primary.active { background-color: #265a88; border-color: #245580; }
.bootstrap__defaults .btn-primary.disabled, .bootstrap__defaults .btn-primary[disabled], .bootstrap__defaults fieldset[disabled] .btn-primary, .bootstrap__defaults .btn-primary.disabled:hover, .bootstrap__defaults .btn-primary[disabled]:hover, .bootstrap__defaults fieldset[disabled] .btn-primary:hover, .bootstrap__defaults .btn-primary.disabled:focus, .bootstrap__defaults .btn-primary[disabled]:focus, .bootstrap__defaults fieldset[disabled] .btn-primary:focus, .bootstrap__defaults .btn-primary.disabled.focus, .bootstrap__defaults .btn-primary[disabled].focus, .bootstrap__defaults fieldset[disabled] .btn-primary.focus, .bootstrap__defaults .btn-primary.disabled:active, .bootstrap__defaults .btn-primary[disabled]:active, .bootstrap__defaults fieldset[disabled] .btn-primary:active, .bootstrap__defaults .btn-primary.disabled.active, .bootstrap__defaults .btn-primary[disabled].active, .bootstrap__defaults fieldset[disabled] .btn-primary.active { background-color: #265a88; background-image: none; }
.bootstrap__defaults .btn-success { background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%); background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641)); background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; border-color: #3e8f3e; }
.bootstrap__defaults .btn-success:hover, .bootstrap__defaults .btn-success:focus { background-color: #419641; background-position: 0 -15px; }
.bootstrap__defaults .btn-success:active, .bootstrap__defaults .btn-success.active { background-color: #419641; border-color: #3e8f3e; }
.bootstrap__defaults .btn-success.disabled, .bootstrap__defaults .btn-success[disabled], .bootstrap__defaults fieldset[disabled] .btn-success, .bootstrap__defaults .btn-success.disabled:hover, .bootstrap__defaults .btn-success[disabled]:hover, .bootstrap__defaults fieldset[disabled] .btn-success:hover, .bootstrap__defaults .btn-success.disabled:focus, .bootstrap__defaults .btn-success[disabled]:focus, .bootstrap__defaults fieldset[disabled] .btn-success:focus, .bootstrap__defaults .btn-success.disabled.focus, .bootstrap__defaults .btn-success[disabled].focus, .bootstrap__defaults fieldset[disabled] .btn-success.focus, .bootstrap__defaults .btn-success.disabled:active, .bootstrap__defaults .btn-success[disabled]:active, .bootstrap__defaults fieldset[disabled] .btn-success:active, .bootstrap__defaults .btn-success.disabled.active, .bootstrap__defaults .btn-success[disabled].active, .bootstrap__defaults fieldset[disabled] .btn-success.active { background-color: #419641; background-image: none; }
.bootstrap__defaults .btn-info { background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%); background-image: -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2)); background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; border-color: #28a4c9; }
.bootstrap__defaults .btn-info:hover, .bootstrap__defaults .btn-info:focus { background-color: #2aabd2; background-position: 0 -15px; }
.bootstrap__defaults .btn-info:active, .bootstrap__defaults .btn-info.active { background-color: #2aabd2; border-color: #28a4c9; }
.bootstrap__defaults .btn-info.disabled, .bootstrap__defaults .btn-info[disabled], .bootstrap__defaults fieldset[disabled] .btn-info, .bootstrap__defaults .btn-info.disabled:hover, .bootstrap__defaults .btn-info[disabled]:hover, .bootstrap__defaults fieldset[disabled] .btn-info:hover, .bootstrap__defaults .btn-info.disabled:focus, .bootstrap__defaults .btn-info[disabled]:focus, .bootstrap__defaults fieldset[disabled] .btn-info:focus, .bootstrap__defaults .btn-info.disabled.focus, .bootstrap__defaults .btn-info[disabled].focus, .bootstrap__defaults fieldset[disabled] .btn-info.focus, .bootstrap__defaults .btn-info.disabled:active, .bootstrap__defaults .btn-info[disabled]:active, .bootstrap__defaults fieldset[disabled] .btn-info:active, .bootstrap__defaults .btn-info.disabled.active, .bootstrap__defaults .btn-info[disabled].active, .bootstrap__defaults fieldset[disabled] .btn-info.active { background-color: #2aabd2; background-image: none; }
.bootstrap__defaults .btn-warning { background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%); background-image: -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316)); background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; border-color: #e38d13; }
.bootstrap__defaults .btn-warning:hover, .bootstrap__defaults .btn-warning:focus { background-color: #eb9316; background-position: 0 -15px; }
.bootstrap__defaults .btn-warning:active, .bootstrap__defaults .btn-warning.active { background-color: #eb9316; border-color: #e38d13; }
.bootstrap__defaults .btn-warning.disabled, .bootstrap__defaults .btn-warning[disabled], .bootstrap__defaults fieldset[disabled] .btn-warning, .bootstrap__defaults .btn-warning.disabled:hover, .bootstrap__defaults .btn-warning[disabled]:hover, .bootstrap__defaults fieldset[disabled] .btn-warning:hover, .bootstrap__defaults .btn-warning.disabled:focus, .bootstrap__defaults .btn-warning[disabled]:focus, .bootstrap__defaults fieldset[disabled] .btn-warning:focus, .bootstrap__defaults .btn-warning.disabled.focus, .bootstrap__defaults .btn-warning[disabled].focus, .bootstrap__defaults fieldset[disabled] .btn-warning.focus, .bootstrap__defaults .btn-warning.disabled:active, .bootstrap__defaults .btn-warning[disabled]:active, .bootstrap__defaults fieldset[disabled] .btn-warning:active, .bootstrap__defaults .btn-warning.disabled.active, .bootstrap__defaults .btn-warning[disabled].active, .bootstrap__defaults fieldset[disabled] .btn-warning.active { background-color: #eb9316; background-image: none; }
.bootstrap__defaults .btn-danger { background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%); background-image: -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a)); background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; border-color: #b92c28; }
.bootstrap__defaults .btn-danger:hover, .bootstrap__defaults .btn-danger:focus { background-color: #c12e2a; background-position: 0 -15px; }
.bootstrap__defaults .btn-danger:active, .bootstrap__defaults .btn-danger.active { background-color: #c12e2a; border-color: #b92c28; }
.bootstrap__defaults .btn-danger.disabled, .bootstrap__defaults .btn-danger[disabled], .bootstrap__defaults fieldset[disabled] .btn-danger, .bootstrap__defaults .btn-danger.disabled:hover, .bootstrap__defaults .btn-danger[disabled]:hover, .bootstrap__defaults fieldset[disabled] .btn-danger:hover, .bootstrap__defaults .btn-danger.disabled:focus, .bootstrap__defaults .btn-danger[disabled]:focus, .bootstrap__defaults fieldset[disabled] .btn-danger:focus, .bootstrap__defaults .btn-danger.disabled.focus, .bootstrap__defaults .btn-danger[disabled].focus, .bootstrap__defaults fieldset[disabled] .btn-danger.focus, .bootstrap__defaults .btn-danger.disabled:active, .bootstrap__defaults .btn-danger[disabled]:active, .bootstrap__defaults fieldset[disabled] .btn-danger:active, .bootstrap__defaults .btn-danger.disabled.active, .bootstrap__defaults .btn-danger[disabled].active, .bootstrap__defaults fieldset[disabled] .btn-danger.active { background-color: #c12e2a; background-image: none; }
.bootstrap__defaults .thumbnail, .bootstrap__defaults .img-thumbnail { -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075); }
.bootstrap__defaults .dropdown-menu > li > a:hover, .bootstrap__defaults .dropdown-menu > li > a:focus { background-color: #e8e8e8; background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%); background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8)); background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0); background-repeat: repeat-x; }
.bootstrap__defaults .dropdown-menu > .active > a, .bootstrap__defaults .dropdown-menu > .active > a:hover, .bootstrap__defaults .dropdown-menu > .active > a:focus { background-color: #2e6da4; background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%); background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4)); background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0); background-repeat: repeat-x; }
.bootstrap__defaults .navbar-default { background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%); background-image: -o-linear-gradient(top, #fff 0%, #f8f8f8 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8)); background-image: linear-gradient(to bottom, #fff 0%, #f8f8f8 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; border-radius: 4px; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075); }
.bootstrap__defaults .navbar-default .navbar-nav > .open > a, .bootstrap__defaults .navbar-default .navbar-nav > .active > a { background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%); background-image: -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2)); background-image: linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0); background-repeat: repeat-x; -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075); box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075); }
.bootstrap__defaults .navbar-brand, .bootstrap__defaults .navbar-nav > li > a { text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25); }
.bootstrap__defaults .navbar-inverse { background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%); background-image: -o-linear-gradient(top, #3c3c3c 0%, #222 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222)); background-image: linear-gradient(to bottom, #3c3c3c 0%, #222 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; border-radius: 4px; }
.bootstrap__defaults .navbar-inverse .navbar-nav > .open > a, .bootstrap__defaults .navbar-inverse .navbar-nav > .active > a { background-image: -webkit-linear-gradient(top, #080808 0%, #0f0f0f 100%); background-image: -o-linear-gradient(top, #080808 0%, #0f0f0f 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#080808), to(#0f0f0f)); background-image: linear-gradient(to bottom, #080808 0%, #0f0f0f 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0); background-repeat: repeat-x; -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25); box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25); }
.bootstrap__defaults .navbar-inverse .navbar-brand, .bootstrap__defaults .navbar-inverse .navbar-nav > li > a { text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
.bootstrap__defaults .navbar-static-top, .bootstrap__defaults .navbar-fixed-top, .bootstrap__defaults .navbar-fixed-bottom { border-radius: 0; }
@media (max-width: 767px) { .bootstrap__defaults .navbar .navbar-nav .open .dropdown-menu > .active > a, .bootstrap__defaults .navbar .navbar-nav .open .dropdown-menu > .active > a:hover, .bootstrap__defaults .navbar .navbar-nav .open .dropdown-menu > .active > a:focus { color: #fff; background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%); background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4)); background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0); background-repeat: repeat-x; } }
.bootstrap__defaults .alert { text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05); }
.bootstrap__defaults .alert-success { background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%); background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc)); background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0); background-repeat: repeat-x; border-color: #b2dba1; }
.bootstrap__defaults .alert-info { background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%); background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0)); background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0); background-repeat: repeat-x; border-color: #9acfea; }
.bootstrap__defaults .alert-warning { background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%); background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0)); background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0); background-repeat: repeat-x; border-color: #f5e79e; }
.bootstrap__defaults .alert-danger { background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%); background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3)); background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0); background-repeat: repeat-x; border-color: #dca7a7; }
.bootstrap__defaults .progress { background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%); background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5)); background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0); background-repeat: repeat-x; }
.bootstrap__defaults .progress-bar { background-image: -webkit-linear-gradient(top, #337ab7 0%, #286090 100%); background-image: -o-linear-gradient(top, #337ab7 0%, #286090 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#286090)); background-image: linear-gradient(to bottom, #337ab7 0%, #286090 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0); background-repeat: repeat-x; }
.bootstrap__defaults .progress-bar-success { background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%); background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44)); background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0); background-repeat: repeat-x; }
.bootstrap__defaults .progress-bar-info { background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%); background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5)); background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0); background-repeat: repeat-x; }
.bootstrap__defaults .progress-bar-warning { background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%); background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f)); background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0); background-repeat: repeat-x; }
.bootstrap__defaults .progress-bar-danger { background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%); background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c)); background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0); background-repeat: repeat-x; }
.bootstrap__defaults .progress-bar-striped { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }
.bootstrap__defaults .list-group { border-radius: 4px; -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075); }
.bootstrap__defaults .list-group-item.active, .bootstrap__defaults .list-group-item.active:hover, .bootstrap__defaults .list-group-item.active:focus { text-shadow: 0 -1px 0 #286090; background-image: -webkit-linear-gradient(top, #337ab7 0%, #2b669a 100%); background-image: -o-linear-gradient(top, #337ab7 0%, #2b669a 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2b669a)); background-image: linear-gradient(to bottom, #337ab7 0%, #2b669a 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0); background-repeat: repeat-x; border-color: #2b669a; }
.bootstrap__defaults .list-group-item.active .badge, .bootstrap__defaults .list-group-item.active:hover .badge, .bootstrap__defaults .list-group-item.active:focus .badge { text-shadow: none; }
.bootstrap__defaults .panel { -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); }
.bootstrap__defaults .panel-default > .panel-heading { background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%); background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8)); background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0); background-repeat: repeat-x; }
.bootstrap__defaults .panel-primary > .panel-heading { background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%); background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4)); background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0); background-repeat: repeat-x; }
.bootstrap__defaults .panel-success > .panel-heading { background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%); background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6)); background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0); background-repeat: repeat-x; }
.bootstrap__defaults .panel-info > .panel-heading { background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%); background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3)); background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0); background-repeat: repeat-x; }
.bootstrap__defaults .panel-warning > .panel-heading { background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%); background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc)); background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0); background-repeat: repeat-x; }
.bootstrap__defaults .panel-danger > .panel-heading { background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%); background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc)); background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0); background-repeat: repeat-x; }
.bootstrap__defaults .well { background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%); background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5)); background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0); background-repeat: repeat-x; border-color: #dcdcdc; -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1); box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1); }

/*# sourceMappingURL=style.css.map */



/* form */
.nftform .child_kv_section {
  background-image: url(../img/form/nftform.jpeg);
  background-size: cover;
  position: relative;
  height: 450px;
}

.nftform .child_kv_section::after {
  background-color: rgba(0,0,0,0.4);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: ' ';
}

.nftform .container {
    z-index: 1;
}

.nftform .child_kv_section h2 {
  text-align: center;
  line-height: 3rem;
  color: #ffffff;
  z-index: 999999;
  margin-bottom: 100px;
}
.nftform .detail {
  text-align: center;
  margin-top: 5rem;
}

.nftform .detail h3 {
    color: #e0141a;
}

.nftform .detail .event {
	margin: 16px auto;
	text-align: center;
	display: block;
}

.nftform .detail table {
  margin: auto;
  border: 1px solid #ffffff;
  width: 700px;
}

.nftform .detail table th, .nftform .detail table td {
  padding: 0.25rem;
  vertical-align: top;
}

.nftform .detail table th {
    text-align: right;
    width: 30%;
}
.nftform .detail table td {
    text-align: left;
}

.nftform  .detail .event p {
	text-align: left;
	display: inline-block;
}

.nftform .form-wrapper {
    text-align: center;
    width: 100%;
    margin: 5rem auto;
}

.nftform .form-wrapper .form .notice {
    text-align: left;
    font-size: 0.8rem;
}

.nftform .form-wrapper .form a {
    display: inline;
}

.nftform .form {
  width: 50%;
  margin: 0 auto;
  background: #293048;
  padding: 2rem;
  background: #F8F9FA;
  border: 1px solid #DEE2E6;
}

.nftform .form a {
  text-decoration: underline;
  line-height:0.5rem;
}

.nftform .form label {
  width: 100%;
  padding-top: 20px;
  text-align: left;
}

.nftform .form label.radio {
  width: auto;
  padding-top: 0!important;
  margin-bottom: 0!important;
}

.nftform .form input[type=text], .nftform .form input[type=tel] {
  width: 100%;
  border-radius: 5px;
  background: #ffffff;
  border: 1px solid #DEE2E6;
  padding: 0.1rem 0.5rem 0.25rem 0.5rem;
}

.nftform .form input[type=radio] {
  background: #ffffff;
  padding-bottom: 0px!important;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  border: 1px solid #DEE2E6;
  transition: 0.2s all linear;
  margin-right: 5px;
  position: relative;
  top: 4px;
  left: 0px;
}

.nftform .form div {
    text-align: left;
    padding-left: 10px;
}

.nftform .form input[type=radio]:checked, .nftform .form input[type=radio]:checked {
  border: 6px solid #e0141a;
}
.nftform .form label.privacy {
  text-align: center;
  margin: 20px auto;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
  font-size: 0.95rem;
}
.nftform .form .privacy::before {
    background: #ffffff;
    border: 1px solid #DEE2E6;
    border-radius: 3px;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}

.nftform .form .privacy::after {
    border-right: 6px solid #e0141a;
    border-bottom: 3px solid #e0141a;
    content: '';
    display: block;
    height: 20px;
    left: 9px;
    margin-top: -16px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 9px;
}

.nftform .form input[type=checkbox]:checked + .privacy::before {
    border-color: #666;
}

.nftform .form input[type=checkbox]:checked + .privacy::after {
    opacity: 1;
}

.nftform .form button {
  background-color: #e0141a;
  color: #ffffff;
  border-radius: 5px;
  margin-top: 30px;
  padding: 0.5rem 1rem;
  width: 50%;
  height: 60px;
  
}

.nftform .form button:hover {
  opacity: 0.7;
}

.nftform .info a {
  display: inline;
  color: #007bff;
}


@media screen and (max-width: 767px) {
  .nftform .child_kv_section {
    height: 300px!important;
  }

  .nftform .child_kv_section h2 {
    margin-bottom: 50px!important;
  }

  .nftform .form {
    width: 100%;
  }

  .nftform .detail table {
    width: 100%;
  }

  .nftform .detail table th {
    width: 105px;
}

  .nftform .detail, .nftform .detail table th, .nftform .detail table td {
    font-size: 0.9rem;
  }
}