@charset "UTF-8";
.noscroll { overflow: hidden; position: fixed; }
@media screen and (max-width: 750px) { .noscroll { width: 100%; } }

.error { color: #f00; display: inline-block; margin: 0 0 0 5px; }

header { position: relative; }
header.fixed { width: 100%; position: fixed; z-index: 999; background: #fff; }

.headInner {width: 960px;margin: 0 auto;padding: 9px 0 7px;background: #fff;display: flex;display: -ms-flexbox;-ms-flex-pack: center;justify-content: center;-ms-flex-align: center;align-items: center;transform: translateZ(0);position: relative;z-index: 12;transition: none;}
@media screen and (max-width: 750px) { .headInner { width: 100%; height: 50px; padding: 0; } }
.headInner #headLogo {display: inline-block;vertical-align: bottom;width: 126px;height: 34px;background: url(../images/logo.svg) no-repeat center center;background-size: 100% auto;font-size: 0;transform: translateZ(0);transition: none;}
.headInner #headLogo a { width: 165px; height: 30px; display: block; transition: none; }
@media screen and (max-width: 750px) { .headInner #headLogo { padding: 14px; vertical-align: top; background: url(../images/logo.svg) no-repeat center center;background-size: 126px 34px; width: 100%; height: 50px; box-sizing: border-box; } }
.headInner #headmenu { font-size: 0; width: 795px; flex: auto; display: inline-block; vertical-align: bottom; text-align: right; }
.headInner #headmenu li { display: inline-block; font-size: 15px; line-height: 1; color: #999; font-size: 13px; margin: 0 0 0 26px; vertical-align: middle; }
.headInner #headmenu li.headmenu-search #___gcse_0 { width: 190px; }
.headInner #headmenu li.headmenu-search #___gcse_0 table.gsc-search-box, .headInner #headmenu li.headmenu-search #___gcse_0 form.gsc-search-box { margin: 0; }
.headInner #headmenu li.headmenu-search #___gcse_0 .gsc-search-box-tools .gsc-search-box .gsc-input { padding: 0; }
.headInner #headmenu li.headmenu-search #___gcse_0 table.gsc-search-box { border: 1px solid #ccc; background-color: #f4f4f4; border-radius: 20px; position: relative; padding: 5px 30px 5px 10px; border-collapse: separate; }
.headInner #headmenu li.headmenu-search #___gcse_0 .gsc-input-box { padding: 0; box-sizing: border-box; border: none; height: auto; background: transparent; }
.headInner #headmenu li.headmenu-search #___gcse_0 .gsc-input-box .gsib_a { padding: 0; }
.headInner #headmenu li.headmenu-search #___gcse_0 .gsc-input-box .gsst_a { padding: 0; }
.headInner #headmenu li.headmenu-search #___gcse_0 .gsc-input-box .gsib_a input { background-color: transparent !important; font-size: 12px; }
.headInner #headmenu li.headmenu-search #___gcse_0 .gsc-input-box .gsib_a input[placeholder] { color: #ccc; }
.headInner #headmenu li.headmenu-search #___gcse_0 .gsc-search-button { background: none; border: none; font-size: 0; padding: 0 25px 0 0; position: absolute; right: 0; top: 0; width: 20px; height: 20px; display: inline-block; box-sizing: border-box; overflow: hidden; }
.headInner #headmenu li.headmenu-search #___gcse_0 .gsc-search-button svg { fill: #999; }
.headInner #headmenu li.headmenu-search #___gcse_0 .gsc-search-box .gsc-input > input:hover, .headInner #headmenu li.headmenu-search #___gcse_0 .gsc-input-box-hover, .headInner #headmenu li.headmenu-search #___gcse_0 .gsc-search-box .gsc-input > input:focus, .headInner #headmenu li.headmenu-search #___gcse_0 .gsc-input-box-focus { box-shadow: none; border: 0; }
.headInner #headmenu li dl { position: relative; z-index: 10; }
.headInner #headmenu li dl dt { color: #999; font-size: 13px; padding: 12px 30px 5px 10px; box-sizing: border-box; background: url(../images/arrow_pulldown.png) no-repeat right 10px top 10px; }
.headInner #headmenu li dl dt:hover { cursor: pointer; }
.headInner #headmenu li dl.open dt { border-top-left-radius: 8px; border-top-right-radius: 8px; background: url(../images/arrow_pullup_b.png) no-repeat right 10px top 10px; background-color: #eef1f4; }
.headInner #headmenu li dl dd { display: none; position: absolute; top: 30px; width: 100%; left: 0; }
.headInner #headmenu li dl dd a { padding: 10px; text-align: left; box-sizing: border-box; font-size: 13px; background: #cad1d8; display: block; color: #000; width: 100%; }
.headInner #headmenu li dl dd a:last-child { border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; }
@media screen and (max-width: 750px) { .headInner #headmenu { display: none; } }

@media screen and (max-width: 750px) { .headmenu_sp { width: 100%; } }
.headmenu_sp .btn { display: none; }
@media screen and (max-width: 750px) { .headmenu_sp .btn { display: inline-block; width: 30px; height: 20px; margin: 0; position: absolute; top: 15px; right: 15px; transition: all .4s; z-index: 9999; }
  .headmenu_sp .btn span { transition: all .4s; position: absolute; left: 0; width: 100%; height: 2px; background-color: #005ead; border-radius: 4px; }
  .headmenu_sp .btn span:nth-of-type(1) { top: 0; }
  .headmenu_sp .btn span:nth-of-type(2) { top: 9px; }
  .headmenu_sp .btn span:nth-of-type(3) { bottom: 0; }
  .headmenu_sp .btn.open span:nth-of-type(1) { transform: translateY(8px) rotate(-45deg); }
  .headmenu_sp .btn.open span:nth-of-type(2) { opacity: 0; }
  .headmenu_sp .btn.open span:nth-of-type(3) { transform: translateY(-10px) rotate(45deg); } }
.headmenu_sp .menu { display: none; }
/*@media screen and (max-width: 750px) { .headmenu_sp .menu { position: absolute; left: 0; top: 50px; width: 100%; margin: 0; color: #fff; background-color: #005ead; overflow-y: auto; max-height: 470px; z-index: 9999; }*/
@media screen and (max-width: 750px) { .headmenu_sp .menu { position: absolute; left: 0; top: 50px; width: 100%; margin: 0; color: #fff; background-color: #005ead; overflow-y: scroll; -webkit-overflow-scrolling: touch; overflow-scrolling: touch; max-height: 470px; z-index: 9999; }
  .headmenu_sp .menu li { list-style-type: none; }
  .headmenu_sp .menu .content_bn { font-size: 16px; box-sizing: border-box; line-height: 1.7em; margin: 0 15px; border-top: 1px solid #fff; position: relative; }
  .headmenu_sp .menu .content_bn:first-child { border-top: 0; }
  .headmenu_sp .menu .content_bn:after { content: url(../images/banner_arrow.png); display: inline-block; width: 6px; height: 11px; position: absolute; right: 18px; top: 0; bottom: 0; margin: auto; }
  .headmenu_sp .menu .content_bn:first-child { background: url(../images/banner_catalog.png) no-repeat left 5px center; background-size: 25px auto; }
  .headmenu_sp .menu .content_bn:nth-child(2) { background: url(../images/banner_product.png) no-repeat left 5px center; background-size: 25px auto; }
  .headmenu_sp .menu .content_bn:nth-child(3) { background: url(../images/banner_buy.png) no-repeat left 5px center; background-size: 25px auto; }
  .headmenu_sp .menu .content_bn a { padding: 18px 0 10px 45px; box-sizing: border-box; display: inline-block; width: 100%; }
  .headmenu_sp .menu .acodion-navSP { border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .headmenu_sp .menu .acodion-navSP dt { border-top: 1px solid rgba(255, 255, 255, 0.1); color: #fff; padding: 15px 25px; line-height: 1; font-size: 14px; background: url(../images/possi_sp.png) no-repeat right 30px center; background-size: 13px auto; }
  .headmenu_sp .menu .acodion-navSP .open dt { background: url(../images/nega_sp.png) no-repeat right 30px center; background-size: 13px auto; }
  .headmenu_sp .menu .acodion-navSP dd { display: none; }
  .headmenu_sp .menu .acodion-navSP_child { background: #fff; font-size: 0; position: relative; box-shadow: 0 6px 5px -3px rgba(0, 0, 0, 0.5) inset, 0 -6px 5px -3px rgba(0, 0, 0, 0.5) inset; }
  .headmenu_sp .menu .acodion-navSP_child li { width: 50%; display: inline-block; box-sizing: border-box; vertical-align: top; line-height: 1.5em; color: #000; font-size: 13px; border-right: 1px solid #a9a9a9; border-top: 1px solid #a9a9a9; }
  .headmenu_sp .menu .acodion-navSP_child li:nth-child(even) { border-right: 0; }
  .headmenu_sp .menu .acodion-navSP_child li:nth-child(-n+2) { border-top: 0; }
  .headmenu_sp .menu .acodion-navSP_child li a { display: block; padding: 15px 15px 15px 25px; box-sizing: border-box; text-align: left; }
  .headmenu_sp .menu .acodion-navSP_child li a:after { content: ""; background: url(../images/menuarrow.png) no-repeat center center; background-size: 100% auto; width: 5px; height: 11px; vertical-align: middle; display: inline-block; margin: 0 0 0 10px; }
  .headmenu_sp .menu .content_brc { padding: 25px 0; }
  .headmenu_sp .menu .content_brc ul { text-align: center; }
  .headmenu_sp .menu .content_brc ul li { display: inline-block; margin: 0 7px 0 0; padding: 0 11px 0 0; font-size: 13px; font-weight: normal; border-right: 1px solid #fff; }
  .headmenu_sp .menu .content_brc ul li:last-child { padding: 0; border-right: 0; margin: 0; }
  .headmenu_sp .menu .content_sch { padding: 0 15px; position: relative; }
  .headmenu_sp .menu .content_sch table.gsc-search-box { height: 45px; border: 0; border-radius: 22px; padding: 0 70px 0 15px; box-sizing: border-box; font-size: 13px; width: 100%; background-color: #fff; position: relative; }
  .headmenu_sp .menu .content_sch table.gsc-search-box input[type="image"] { top: 7px; height: 30px; width: 45px; position: absolute; box-sizing: border-box; right: 0; display: inline-block; background: url(../images/header_search_sp.png) no-repeat right 25px center; background-size: 15px auto; overflow: hidden; margin: 0; border: 0; border-left: 1px solid #ccc; }
  .headmenu_sp .menu .content_sch table.gsc-search-box .gsc-input { padding: 0; }
  .headmenu_sp .menu .content_sch table.gsc-search-box .gsc-input .input.gsc-input, .headmenu_sp .menu .content_sch table.gsc-search-box .gsc-input .gsc-input-box, .headmenu_sp .menu .content_sch table.gsc-search-box .gsc-input .gsc-input-box-hover, .headmenu_sp .menu .content_sch table.gsc-search-box .gsc-input .gsc-input-box-focus { border: 0; font-size: 13px; color: #ccc; box-shadow: none; border: 0; }
  .headmenu_sp .menu .content_sch table.gsc-search-box .gsc-input .input.gsc-input table, .headmenu_sp .menu .content_sch table.gsc-search-box .gsc-input .gsc-input-box table, .headmenu_sp .menu .content_sch table.gsc-search-box .gsc-input .gsc-input-box-hover table, .headmenu_sp .menu .content_sch table.gsc-search-box .gsc-input .gsc-input-box-focus table { border: 0; }
  .headmenu_sp .menu .content_sch table.gsc-search-box .gsc-input .gsib_a { padding: 0; }
  .headmenu_sp .menu .content_sch table.gsc-search-box .gsc-input input[placeholder] { color: #ccc; }
  .headmenu_sp .menu .content_sch table.gsc-search-box .gsc-search-button-v2 { background: none; border: none; font-size: 0; padding: 0 25px 0 0; position: absolute; right: 5px; top: 0; width: 24px; height: 40px; display: inline-block; box-sizing: border-box; overflow: hidden; }
  .headmenu_sp .menu .content_sch table.gsc-search-box .gsc-search-button-v2 svg { fill: #999; }
  .headmenu_sp .menu .content_lang { padding: 30px 0; text-align: center; font-size: 13px; background: #005ead; }
  .headmenu_sp .menu .content_lang a:first-child { margin: 0 20px 0 0; padding: 0 20px 0 0; border-right: 1px solid #fff; } }

nav {background: #eef1f4;position: relative;z-index: 11;min-width:  960px;}
nav ul { width: 960px; margin: 0 auto; padding: 0; font-size: 0; }
nav ul li { list-style-type: none; font-size: 15px; display: inline-block; text-align: center; color: #000; box-sizing: border-box; }
nav ul li:hover { background: #005ead; }
nav ul li:hover.nav_megamenu-btn { cursor: pointer; }
nav ul li:hover .btn-link { color: #fff; text-decoration: none; }
nav ul li:hover .btn-link:after { content: none; }
nav ul li:hover dl.nav_megamenu dd li { background: transparent; }
nav ul li:hover dl.nav_megamenu dd a { border-right: 0; }
nav ul li.active { background: #005ead; }
nav ul li.active .btn-link { color: #fff; text-decoration: none; }
nav ul li.active .btn-link:after { content: none; }
nav ul li.active dd dt { color: #000; }
nav ul li dl.nav_megamenu { margin: 0; padding: 0; }
nav ul li dl.nav_megamenu > dd { display: none; position: absolute; left: 0; width: 100%; top: 50px; z-index: 12; background: #fafafa; border-bottom: 1px solid #9f9f9f; text-align: left; box-shadow: 0px 7px 18px -6px rgba(0, 0, 0, 0.5); }
nav ul li dl.nav_megamenu > dd section { width: 960px; margin: 0 auto; padding: 0 0 22px; }
nav ul li dl.nav_megamenu > dd a.big { padding: 0; color: #005ead; vertical-align: middle; margin: 30px 0 18px; display: block; width: 100%; font-size: 15px; border-right: none; box-sizing: border-box; }
nav ul li dl.nav_megamenu > dd a.big:after { content: ""; background: url(../images/arrow_circle.png); width: 15px; height: 15px; background-size: 15px auto; vertical-align: top; display: inline-block; margin: 0 0 0 10px; }
nav ul li dl.nav_megamenu > dd .nav_megamenu_child { width: 21.3%; display: inline-block; vertical-align: top; border-top: 1px solid #eef1f4; padding: 20px 0 0; margin: 0 40px 0 0; }
nav ul li dl.nav_megamenu > dd .nav_megamenu_child:last-child { margin: 0; }
nav ul li dl.nav_megamenu > dd .nav_megamenu_child dt { font-size: 18px; line-height: 1.5em; margin: 0 0 15px; }
nav ul li dl.nav_megamenu > dd .nav_megamenu_child dt a { margin: 0; padding: 0; font-size: 18px; color: #000; border-right: 0; display: block; width: 100%; box-sizing: border-box; }
nav ul li dl.nav_megamenu > dd .nav_megamenu_child dd { display: block; position: relative; width: 100%; margin: 0; left: 0; top: 0; border: 0; }
nav ul li dl.nav_megamenu > dd .nav_megamenu_child dd a { padding: 0; margin: 0; color: #005ead; font-size: 13px; line-height: 2.3em; display: block; width: 100%; box-sizing: border-box; border0right: 0; }
nav ul li dl.nav_megamenu > dd .nav_megamenu_child dd ul { width: 100%; padding: 0; }
nav ul li dl.nav_megamenu > dd .nav_megamenu_child dd ul li { display: block; text-align: left; border: none; }
nav ul li:last-child a:after { content: none; }
nav ul li .btn-link { display: block; width: 100%; font-size: 15px; margin: 0; padding: 18px 40px; box-sizing: border-box; position: relative; }
nav ul li .btn-link:after { width: 100%; height: 15px; display: block; content: ""; border-right: 1px solid #fff; position: absolute; right: 0; top: 18px; }
@media screen and (max-width: 750px) { nav { display: none; } }

nav ul li.type01 { width: 175px; }
nav ul li.type02 { width: 260px; }

.maintitle { background: url(../images/h1bg.jpg) no-repeat center center; background-size: cover; position: relative; z-index: 4; min-width: 960px; }
@media screen and (max-width: 750px) { .maintitle { background: url(../images/h1bg_sp.jpg) no-repeat center bottom; min-width:  0; } }
.maintitle.corporate { background: url(../images/corporation/h1bg.jpg) no-repeat center center; background-size: cover; }
@media screen and (max-width: 750px) { .maintitle.corporate { background: url(../images/corporation/h1bg_sp.jpg) no-repeat center center;background-size: cover; } }
.maintitle.business { background: url(../images/business/h1bg.jpg) no-repeat center center; background-size: cover; }
@media screen and (max-width: 750px) { .maintitle.business { background: url(../images/business/h1bg_sp.jpg) no-repeat center center;background-size: cover; } }
.maintitle.products { background: url(../images/products/h1bg.jpg) no-repeat center center; background-size: cover; }
@media screen and (max-width: 750px) { .maintitle.products { background: url(../images/products/h1bg_sp.jpg) no-repeat center center;background-size: cover; } }
.maintitle.solution { background: url(../images/solution/h1bg.jpg) no-repeat center center; background-size: cover; }
@media screen and (max-width: 750px) { .maintitle.solution { background: url(../images/solution/h1bg_sp.jpg) no-repeat center center;background-size: cover; } }
.maintitle.contactus { background: url(../images/contactus/h1bg.jpg) no-repeat center center; background-size: cover; }
@media screen and (max-width: 750px) { .maintitle.contactus { background: url(../images/contactus/h1bg_sp.jpg) no-repeat center center;background-size: cover; } }

.breadcrumb ul { width: 960px; margin: 0 auto; padding: 13px 0 0; font-size: 16px; line-height: 1.5em; }
@media screen and (max-width: 750px) { .breadcrumb ul { width: 100%; padding: 10px 15px; box-sizing: border-box; background: #fafafa; } }
.breadcrumb ul li { list-style-type: none; display: inline-block; font-size: 13px; color: #fff; line-height: 1.7em; }
@media screen and (max-width: 750px) { .breadcrumb ul li { font-size: 12px; color: #999; line-height: 1.7em; } }
.breadcrumb ul li:after { content: ">"; font-size: 11px; vertical-align: top; margin: 0 15px 0 13px; }
.breadcrumb ul li:last-child:after { content: none; }

h1 { position: relative; z-index: 3; }
h1 span { display: block; font-size: 26px; line-height: 1.7em; color: #fff; width: 960px; margin: 0 auto; padding: 25px 0 30px; }
@media screen and (max-width: 750px) { h1 span { width: 100%; padding: 30px 15px; box-sizing: border-box; line-height: 1.5em; font-weight: normal; } }
h1.title-onlitext { background: none; font-size: 26px; line-height: 1.5em; color: #000; text-align: left; margin: 60px 0 60px; }
@media screen and (max-width: 750px) { h1.title-onlitext { margin: 60px 0 30px; } }

article { width: 960px; margin: 0 auto 80px; text-align: center; }
article:last-of-type { /* margin: 0 auto 40px; */ }
@media screen and (max-width: 750px) { article { width: 100%; padding: 0 15px; margin: 0 auto 75px; box-sizing: border-box; } }

.contents_breadcrumb { font-size: 0; text-align: left; margin: 0 auto 30px; width: 960px; transition: none; pointer-events:none; }
@media screen and (max-width: 750px) { .contents_breadcrumb { width: 100%; margin: 0 auto 75px; } }
.contents_breadcrumb li { display: inline-block; font-size: 13px; padding: 0; margin: 0 20px 0 0; position: relative; text-align: center; pointer-events: auto; }
@media screen and (max-width: 750px) { .contents_breadcrumb li { margin: 0; } }
.contents_breadcrumb li:last-child { margin: 0; }
.contents_breadcrumb li a { transition: all 0.1s; padding: 20px 20px 20px; display: inline-block; }
@media screen and (max-width: 750px) { .contents_breadcrumb li a { padding: 13px 0; box-sizing: border-box; height: 50px; width: 100%; display: flex; align-items: center; justify-content: center; } }
.contents_breadcrumb li span { display: none; transition: all 0.3s; }
.contents_breadcrumb li:hover a { color: #005ead; text-decoration: none; }
.contents_breadcrumb li:hover:before { content: ""; width: 100%; height: 3px; background: #005ead; display: inline-block; margin: 0 0 13px; position: absolute; left: 0; right: 0; top: 0; }
.contents_breadcrumb li:hover span { display: none; position: absolute; left: 0; right: 0; margin: 0 auto; top: 5px; width: 0; height: 0; border-style: solid; border-width: 8px 8px 0 8px; border-color: #005ead transparent transparent transparent; z-index: 0; }
@media screen and (max-width: 750px) { .contents_breadcrumb li:hover { color: #fff; background: #005ead; }
  .contents_breadcrumb li:hover span { display: none; }
  .contents_breadcrumb li:hover:before { content: ""; } }
.contents_breadcrumb li.active { color: #005ead; }
.contents_breadcrumb li.active:before { content: ""; width: 100%; height: 3px; background: #005ead; display: inline-block; margin: 0 0 13px; position: absolute; left: 0; right: 0; top: 0; }
.contents_breadcrumb li.active span { display: none; position: absolute; left: 0; right: 0; margin: 0 auto; top: 5px; width: 0; height: 0; border-style: solid; border-width: 8px 8px 0 8px; border-color: #005ead transparent transparent transparent; animation-duration: 0.4s; animation-name: slidein; z-index: 0; }
@media screen and (max-width: 750px) { .contents_breadcrumb li { font-size: 12px; box-sizing: border-box; vertical-align: top; width: 50%; padding: 0; border-bottom: 1px solid #ccc; color: #fff; background: #005ead; }
  .contents_breadcrumb li:not(.active) { animation-duration: 1.5s; animation-name: spactiving; animation-fill-mode: forwards; color: #ccc; background: #fff; }
  .contents_breadcrumb li:nth-child(even) { padding: 0; }
  .contents_breadcrumb li:nth-child(odd) { border-right: 1px solid #ccc; }
  .contents_breadcrumb li.active { background: #005ead; color: #fff; }
  .contents_breadcrumb li.active:before { content: none; }
  .contents_breadcrumb li.active span { display: none; } }
.contents_breadcrumb:hover { cursor: pointer; }

label { line-height: 1.5em; }

input[type=radio] { margin: 0 3px 0 7px; vertical-align: middle; }

@media screen and (max-width: 750px) { input[type=text] { border: 1px solid #999; padding: 10px; box-sizing: border-box; margin: 0 5px 0 0; } }
@keyframes spactiving { 0% { background: #005ead; color: #fff; }
  30% { background: #005ead; color: #fff; }
  100% { background: #fff; color: #999; } }
@keyframes slidein { from { top: -10px; height: 3px; }
  to { top: 0; } }
.contents_banner { font-size: 0; position: relative; margin: 0 auto 80px; padding: 0; width: 960px; }
.contents_banner:last-child { margin: 0 auto; }
.contents_banner li { border-radius: 30px; display: inline-block; width: 300px; line-height: 1em; font-size: 13px; box-sizing: border-box; color: #fff; text-align: left; position: relative; animation-duration: 1.5s; animation-name: shadow; }
.contents_banner li:hover { cursor: pointer; }
.contents_banner li:nth-child(even) { margin: 0 30px; background: url(../images/banner_product.png) no-repeat left 20px center; background-color: #005ead; background-size: 37px auto; }
.contents_banner li:first-child { background: url(../images/banner_catalog.png) no-repeat left 20px center; background-color: #005ead; background-size: 37px auto; }
.contents_banner li:last-child { background: url(../images/banner_buy.png) no-repeat left 20px center; background-color: #005ead; background-size: 37px auto; }
.contents_banner li.print { background: url(../images/banner_print.png) no-repeat left 20px center; background-color: #005ead; background-size: 37px auto; }
.contents_banner li a { display: block; width: 100%; line-height: 1.7em; box-sizing: border-box; padding: 9px 45px 9px 80px; }
.contents_banner li:before { content: ""; width: 67px; height: 40px; display: inline-block; border-right: 1px solid rgba(255, 255, 255, 0.1); position: absolute; left: 0; top: 10px; }
.contents_banner li:after { content: url(../images/banner_arrow.png); display: inline-block; width: 6px; height: 11px; position: absolute; right: 25px; top: 0; bottom: 0; margin: auto; }
.contents_banner li:hover { box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.7); background-color: #014d8d; }
.contents_banner li:hover a { text-decoration: none; }
.contents_banner.fixedBanner { position: fixed; width: 300px; z-index: 999; right: -300px; height: 185px; top: 0; bottom: 0; margin: auto; padding: 0; background-color: #005ead; border-radius: 8px 0 0 8px; }
.contents_banner.fixedBanner li { border-radius: 0; display: block; margin: 0; height: 62px; }
.contents_banner.fixedBanner li:before { content: ""; width: 45px; height: 50px; display: inline-block; border-right: none; border-bottom: 1px solid rgba(255, 255, 255, 0.1); position: absolute; left: 15px; }
.contents_banner.fixedBanner li:first-child { border-top-left-radius: 8px; }
.contents_banner.fixedBanner li:first-child:hover { background-color: #014d8d; }
.contents_banner.fixedBanner li:first-child:hover:before { content: none; }
.contents_banner.fixedBanner li:nth-child(even):hover { background-color: #014d8d; }
.contents_banner.fixedBanner li:nth-child(even):hover:before { content: none; }
.contents_banner.fixedBanner li:last-child { border-bottom-left-radius: 8px; }
.contents_banner.fixedBanner li:last-child:hover { background-color: #014d8d; }
.contents_banner.fixedBanner li:last-child:hover:before { content: none; }
.contents_banner.fixedBanner.active { right: -230px; }
.contents_banner.fixedBanner.active:hover { right: -40px; }
@media screen and (max-width: 750px) { .contents_banner { width: 100%; }
  .contents_banner#contents_banner { display: none; } }

@keyframes shadow { 0% { box-shadow: 0px 0px 6px 0px transparent; }
  50% { box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.6); }
  80% { box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3); }
  100% { box-shadow: 0px 0px 6px 0px transparent; } }
@keyframes shadow2 { 0% { box-shadow: 0px 0px 6px 0px transparent; }
  50% { box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.6); }
  100% { box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3); } }
@keyframes flash3 { 0% { opacity: 0; }
  16.6% { opacity: 1; }
  33% { opacity: 0; }
  49% { opacity: 1; }
  65% { opacity: 0; }
  81% { opacity: 1; } }
h2 { font-size: 24px; text-align: left; color: #000; line-height: 1.2em; border-top: 1px solid #ccc; box-sizing: border-box; position: relative; }
h2 span { padding: 15px 0 0; float: left; box-sizing: border-box; transition: all 0.3s; position: relative; max-width: calc(100% - 200px); line-height: 1.5em; word-break: break-all; }
@media screen and (max-width: 750px) { h2 span { max-width: 100%; } }
h2 span:before { position: absolute; top: -2px; left: 0; content: ""; display: inline-block; width: 0; height: 3px; background: #005ead; transition: 1s; }
h2 span.active:before { width: 100%; }
h2 dl.title-sub { display: inline-block; position: absolute; right: 0; top: 12px; z-index: 10; }
h2 dl.title-sub.active:before { content: none; }
@media screen and (max-width: 750px) { h2 dl.title-sub { display: inline-block; width: 100%; position: relative; margin: 30px 0 0; } }
h2 dl.title-sub dt { border: none; font-size: 15px; color: #005ead; padding: 12px 12px 12px; vertical-align: middle; cursor: pointer; }
h2 dl.title-sub dt:after { content: ""; display: inline-block; background: url(../images/arrow_circle.png) no-repeat center center; background-size: 15px 15px; width: 15px; height: 15px; margin: 0 0 0 10px; vertical-align: text-top; transform: rotate(90deg); }
@media screen and (max-width: 750px) { h2 dl.title-sub dt { box-sizing: border-box; border-radius: 4px; border: 1px solid #005ead; font-size: 14px; padding: 13px 0 13px 15px; text-align: center; line-height: 1; position: relative; text-align: left; }
  h2 dl.title-sub dt:after { position: absolute; right: 15px; } }
h2 dl.title-sub.open dt { padding: 12px 12px 12px; color: #fff; border-radius: 8px 8px 0 0; background: #005ead; }
h2 dl.title-sub.open dt:after { content: ""; display: inline-block; background: url(../images/arrow_pullup.png) no-repeat center center; background-size: 15px 15px; width: 15px; height: 15px; margin: 0 0 0 10px; vertical-align: text-top; transform: rotate(360deg); }
h2 dl.title-sub dd { display: none; border-radius: 0 0 8px 8px; background: #fff; border: 1px solid #005ead; padding: 0; font-size: 13px; }
h2 dl.title-sub dd ul { width: 100%; margin: 0; padding: 0; font-size: 13px; list-style-type: none; }
h2 dl.title-sub dd ul li { border-top: 1px solid #005ead; font-size: 13px; line-height: 1; }
h2 dl.title-sub dd ul li a { display: inline-block; width: 100%; padding: 12px; box-sizing: border-box; color: #000; font-size: 13px; line-height: 1; text-decoration: none; }
h2 dl.title-sub dd ul li a:hover { opacity: 0.7; text-decoration: none; }
h2 a.title-link { display: inline-block; position: absolute; right: 0; top: 20px; border: none; font-size: 15px; color: #005ead; padding: 0; line-height: 1; }
h2 a.title-link:after { content: ""; display: inline-block; background: url(../images/arrow_circle.png) no-repeat center center; background-size: 15px 15px; width: 15px; height: 15px; margin: 0 0 0 10px; vertical-align: bottom; }
@media screen and (max-width: 750px) { h2 a.title-link { display: inline-block; width: 100%; position: relative; margin: 10px 0 0; box-sizing: border-box; font-size: 14px; line-height: 1; text-align: left; } }
@media screen and (max-width: 750px) { h2 { line-height: 1.5em; margin: 0; font-size: 21px; } }

h3 { margin: 40px 0 30px; text-align: left; color: #000; padding: 0; box-sizing: border-box; }
h3 p { font-size: 18px; line-height: 1.5em; padding: 20px 0 0; border-top: 1px dashed #ccc; box-sizing: border-box; }
@media screen and (max-width: 750px) { h3 { margin: 50px 0 25px; }
  h3 p { line-height: 1.5em; font-size: 17px; } }

h4 { font-size: 18px; line-height: 1.5; margin: 25px 0 15px; box-sizing: border-box; text-align: left; padding: 0; }
@media screen and (max-width: 750px) { h4 { font-size: 16px; margin: 30px 0 15px; } }

h4.line_h4 { text-align: left; border-left: 6px solid #666; font-size: 15px; line-height: 1.7em; margin: 0 0 20px; padding: 0 0 0 10px; }

@media screen and (max-width: 750px) { .ta-left a.detaillink { margin: 5px 0 0; } }

a.detaillink { font-size: 15px; line-height: 1; text-decoration: underline; display: inline-block; color: #005ead; vertical-align: middle; margin: 20px 0 0; }
a.detaillink:hover { text-decoration: none; opacity: 0.7; }
a.detaillink:after { content: ""; background: url(../images/arrow_circle.png); width: 15px; height: 15px; background-size: 15px auto; vertical-align: top; display: inline-block; margin: 0 0 0 10px; }
@media screen and (max-width: 750px) { a.detaillink:after { vertical-align: middle; margin: 0 0 0 5px; } }
@media screen and (max-width: 750px) { a.detaillink { line-height: 1.7em; font-size: 14px; display: inline-block; margin: 25px 0 20px; } }

.sec-txt { font-size: 15px; text-align: left; line-height: 1.5em; margin: 0 0 60px; }
@media screen and (max-width: 750px) { .sec-txt { font-size: 14px; margin: 0 0 40px; } }

.main-txt { line-height: 1.7em; text-align: left; margin: 0 0 40px; }
@media screen and (max-width: 750px) { .main-txt { font-size: 14px; margin: 0 0 50px; } }
.main-txt.mt { margin: 30px 0 40px; }
@media screen and (max-width: 750px) { .main-txt.mt { margin: 10px 0 50px; } }
.main-txt a { color: #005ead; text-decoration: underline; }
.main-txt a:hover { text-decoration: none; }

/*.main-ul, .main-ol { text-align: left; font-size: 15px; padding: 0 0 0 20px; }*/
.main-ul, .main-ol { text-align: left; font-size: 15px; padding: 5px 0 15px 20px; }
.main-ul li, .main-ol li { line-height: 1.7; }
.main-ul li a, .main-ol li a { color: #005ead; text-decoration: underline; }
.main-ul li a:hover, .main-ol li a:hover { text-decoration: none; }
@media screen and (max-width: 750px) { .main-ul, .main-ol { font-size: 14px; } }

.main-img { margin: 20px 0 0; max-width: 100%; }
@media screen and (max-width: 750px) { .main-img { max-width: 100%; margin: 0; } }

.main-img-w100 { margin: 20px 0; width: 100%; }
@media screen and (max-width: 750px) { .main-img-w100 { max-width: 100%; } }

.main-img-w50 { margin: 20px 0; max-width: 50%; height: auto; }
@media screen and (max-width: 750px) { .main-img-w50 { max-width: 100%; } }

.news-tabs { margin: 60px 0 20px; font-size: 0; border-bottom: 1px solid #ccdfef; }
.news-tabs li { display: inline-block; text-align: left; width: 16.6667%; }
.news-tabs li a { display: block; padding: 20px 30px; font-size: 15px; color: #000; background: #fff; text-align: center; }
.news-tabs li a:hover { background: #005ead; color: #fff; border-top-left-radius: 8px; border-top-right-radius: 8px; text-decoration: none; }
@media screen and (max-width: 750px) { .news-tabs li a:hover { border-top-left-radius: 0; border-top-right-radius: 0; } }
.news-tabs li.active a { background: #005ead; color: #fff; border-top-left-radius: 8px; border-top-right-radius: 8px; }
@media screen and (max-width: 750px) { .news-tabs { border-radius: 4px; border-top: 1px solid #ccc; border-left: 1px solid #ccc; border-bottom: 1px solid #ccc; margin: 40px 0 15px; }
  .news-tabs li { width: 33.3333%; border-right: 1px solid #ccc; box-sizing: border-box; }
  .news-tabs li:nth-child(-n+3) { border-bottom: 1px solid #ccc; }
  .news-tabs li:first-child { border-top-left-radius: 4px; }
  .news-tabs li:nth-child(3) { border-top-right-radius: 4px; }
  .news-tabs li:nth-child(3) a:hover { border-top-right-radius: 4px; }
  .news-tabs li:nth-child(4) { border-bottom-left-radius: 4px; }
  .news-tabs li:nth-child(4) a:hover { border-bottom-left-radius: 4px; }
  .news-tabs li:last-child { border-bottom-right-radius: 4px; }
  .news-tabs li:last-child a:hover { border-bottom-right-radius: 4px; }
  .news-tabs li a { padding: 15px; font-size: 12px; color: #ccc; }
  .news-tabs li:first-child a { border-top-left-radius: 4px; }
  .news-tabs li:nth-child(3) a { border-top-right-radius: 4px; }
  .news-tabs li:nth-child(4) a { border-bottom-left-radius: 4px; }
  .news-tabs li:last-child a { border-bottom-right-radius: 4px; }
  .news-tabs li.active a { border-radius: inherit; } }

.news-items { margin: 20px 0 40px; }
@media screen and (max-width: 750px) { .news-items { margin: 20px 0 20px; } }
.news-items li { list-style-type: none; text-align: left; margin: 0; box-sizing: border-box; font-size: 15px; line-height: 1.7em; color: #000; }
.news-items li a { display: block; padding: 10px; box-sizing: border-box; }
.news-items li a:hover { box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3); text-decoration: none; }
.news-items li .news-date { vertical-align: middle; color: #005ead; }
.news-items li .news-release { font-size: 10px; border: 1px solid #005ead; color: #005ead; padding: 4px; line-height: 1.1em; vertical-align: middle; margin: 0 20px 0 15px; box-sizing: border-box; display: inline-block; width: 60px; text-align: center; }
@media screen and (max-width: 750px) { .news-items li .news-release { margin: 0 20px 0 3px; } }
.news-items li .news-end { font-size: 10px; border: 1px solid #999; color: #999; padding: 4px; line-height: 1.1em; vertical-align: middle; margin: 0 20px 0 15px; box-sizing: border-box; display: inline-block; width: 60px; text-align: center; }
@media screen and (max-width: 750px) { .news-items li .news-end { margin: 0 20px 0 3px; } }
.news-items li .news-exhibition { font-size: 10px; border: 1px solid #fca147; color: #fca147; padding: 4px; line-height: 1.1em; vertical-align: middle; margin: 0 20px 0 15px; box-sizing: border-box; display: inline-block; width: 60px; text-align: center; }
@media screen and (max-width: 750px) { .news-items li .news-exhibition { margin: 0 20px 0 3px; } }
.news-items li .news-newitem { font-size: 10px; border: 1px solid #009b9b; color: #009b9b; padding: 4px; line-height: 1.1em; vertical-align: middle; margin: 0 20px 0 15px; box-sizing: border-box; display: inline-block; width: 60px; text-align: center; }
@media screen and (max-width: 750px) { .news-items li .news-newitem { margin: 0 20px 0 3px; } }
.news-items li .news-announce { font-size: 10px; border: 1px solid #4484d2; color: #4484d2; padding: 4px; line-height: 1.1em; vertical-align: middle; margin: 0 20px 0 15px; box-sizing: border-box; display: inline-block; width: 60px; text-align: center; }
@media screen and (max-width: 750px) { .news-items li .news-announce { margin: 0 20px 0 3px; } }
.news-items li .news-caution { font-size: 10px; border: 1px solid #ca2c48; color: #ca2c48; padding: 4px; line-height: 1.1em; vertical-align: middle; margin: 0 20px 0 15px; box-sizing: border-box; display: inline-block; width: 60px; text-align: center; }
@media screen and (max-width: 750px) { .news-items li .news-caution { margin: 0 20px 0 3px; } }
.news-items li .news-txt { vertical-align: middle; display: inline-block; }
.news-items li .news-txt.notdate { width: calc(100% - 120px); }
@media screen and (max-width: 750px) { .news-items li .news-txt.notdate { width: 100%; } }
@media screen and (max-width: 750px) { .news-items li a { padding: 10px 0; }
  .news-items li .news-date { font-size: 12px; }
  .news-items li .news-txt { display: block; width: 100%; font-size: 14px; margin: 5px 0 0; } }

.list-items { margin: 40px 0; }
@media screen and (max-width: 750px) { .list-items { margin: 30px 0 20px; } }
.list-items li { list-style-type: none; text-align: left; }
.list-items li a { padding: 15px; display: block; }
.list-items li a:hover { box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3); text-decoration: none; }
.list-items li .list-title { color: #005ead; display: inline-block; width: 24%; }
@media screen and (max-width: 750px) { .list-items li { line-height: 1.7em; font-size: 14px; }
  .list-items li a { padding: 10px 0; }
  .list-items li .list-title { width: 100%; display: block; } }

.twoColumn-items { font-size: 0; margin: 40px 0 5px; padding: 0; text-align: left; }
@media screen and (max-width: 750px) { .twoColumn-items { margin: 40px 0 20px; } }
.twoColumn-items li { width: 465px; height: 378px; list-style-type: none; display: inline-block; margin: 0; padding: 0 0 30px; }
.twoColumn-items li:nth-child(even) { margin: 0 0 0 30px; }
.twoColumn-items li a { display: block; }
.twoColumn-items li a img { width: 100%; height: auto; }
.twoColumn-items li a .twoColumn-detail { width: 100%; height: 115px; padding: 20px 80px 20px 20px; display: table-cell; box-sizing: border-box; vertical-align: middle; text-align: left; background: url(../images/arrow_circle_big.png) no-repeat right 20px center; }
.twoColumn-items li a .twoColumn-detail .twoColumn-ttl { font-size: 18px; color: #000; margin: 0 0 10px; }
.twoColumn-items li a .twoColumn-detail .twoColumn-txt { font-size: 15px; line-height: 1.7; }
.twoColumn-items li:hover { box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.6); }
.twoColumn-items li:hover a:hover { text-decoration: none; }
@media screen and (max-width: 750px) { .twoColumn-items li { margin: 0 0 15px; width: 100%; height: auto; }
  .twoColumn-items li:nth-child(even) { margin: 0 0 15px; }
  .twoColumn-items li a img { width: 100%; }
  .twoColumn-items li a .twoColumn-detail { height: auto; font-size: 14px; padding: 10px 30px 10px 13px; background: url(../images/arrow_circle.png) no-repeat right 8px center; background-size: 15px 15px; }
  .twoColumn-items li a .twoColumn-detail .twoColumn-ttl { font-size: 14px; line-height: 1.5; }
  .twoColumn-items li a .twoColumn-detail .twoColumn-txt { font-size: 12px; line-height: 1.7; } }

.threeColumn-items { font-size: 0; margin: 40px 0 5px; padding: 0; text-align: left; }
@media screen and (max-width: 750px) { .threeColumn-items { margin: 40px 0 20px; } }
.threeColumn-items.noarrows { margin: 40px 0 0; }
@media screen and (max-width: 750px) { .threeColumn-items.noarrows { margin: 15px 0 0; } }
.threeColumn-items.noarrows li { height: auto; margin: 0; }
.threeColumn-items.noarrows li:nth-child(3n+2) { margin: 0 30px; }
.threeColumn-items.noarrows li a { background: none; }
.threeColumn-items.noarrows li img { width: 100%; height: auto; }
.threeColumn-items.noarrows li .threeColumn-detail { width: 100%; padding: 20px 20px 0; display: table-cell; box-sizing: border-box; vertical-align: middle; text-align: left; }
.threeColumn-items.noarrows li .threeColumn-detail .threeColumn-ttl { font-size: 18px; color: #000; margin: 0 0 10px; line-height: 1.5em; }
.threeColumn-items.noarrows li .threeColumn-detail .threeColumn-txt { font-size: 15px; line-height: 1.7; }
@media screen and (max-width: 750px) { .threeColumn-items.noarrows li { width: 100%; margin: 0 0 15px; }
  .threeColumn-items.noarrows li:nth-child(even) { margin: 0 0 15px; }
  .threeColumn-items.noarrows li img { width: 100%; }
  .threeColumn-items.noarrows li .threeColumn-detail { height: auto; font-size: 14px; padding: 10px 10px 10px 13px; }
  .threeColumn-items.noarrows li .threeColumn-detail .threeColumn-ttl { font-size: 14px; line-height: 1.5; margin: 0 0 5px 0; }
  .threeColumn-items.noarrows li .threeColumn-detail .threeColumn-txt { font-size: 12px; line-height: 1.7; } }
.threeColumn-items li { width: 300px; height: 240px; list-style-type: none; display: inline-block; margin: 0 0 30px; }
.threeColumn-items li:nth-child(3n+2) { margin: 0 30px 30px; }
.threeColumn-items li a { display: block; text-decoration: none; }
.threeColumn-items li a:hover { box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.6); }
.threeColumn-items li a:hover a:hover { text-decoration: none; }
.threeColumn-items li img { width: 100%; height: auto; }
.threeColumn-items li .threeCulumn-txt { width: 300px; height: 70px; font-size: 15px; line-height: 1.7; padding: 0 20px; display: table-cell; box-sizing: border-box; vertical-align: middle; text-align: left; background: url(../images/arrow_circle_big.png) no-repeat right 20px center; }
@media screen and (max-width: 750px) { .threeColumn-items li { margin: 0 0 15px; width: calc( (100% - 15px) / 2 ); height: auto; min-height: 165px; }
/*@media screen and (max-width: 750px) { .threeColumn-items li { margin: 0 0 15px 5px; width: calc( (100% - 25px) / 2 ); height: auto; min-height: 165px; }*/
  .threeColumn-items li:nth-child(3n+2) { margin: 0 0 10px; }
  .threeColumn-items li:nth-child(even) { margin: 0 0 10px 15px; }
  .threeColumn-items li img { width: 100%; }
  .threeColumn-items li .threeCulumn-txt { font-size: 14px; padding: 10px 30px 10px 13px; background: url(../images/arrow_circle_big.png) no-repeat right 8px center; background-size: 20px 20px; } }

.solutionColumn-items { font-size: 0; margin: 40px 0 5px; padding: 0; text-align: center; }
@media screen and (max-width: 750px) { .solutionColumn-items { margin: 40px 0 20px; } }
.solutionColumn-items li { width: 300px; height: 240px; list-style-type: none; display: inline-block; margin: 0 0 30px; }
.solutionColumn-items li:nth-child(3n+2) { margin: 0 30px 30px; }
.solutionColumn-items li a { display: block; }
.solutionColumn-items li a .solutionColumn-txt { width: 300px; height: 70px; font-size: 15px; line-height: 1.7; padding: 0 20px; display: table-cell; box-sizing: border-box; vertical-align: middle; text-align: left; background: url(../images/arrow_circle_big.png) no-repeat right 20px center; }
.solutionColumn-items li a img { width: 100%; height: auto; }
.solutionColumn-items li:hover { box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.6); }
.solutionColumn-items li:hover a:hover { text-decoration: none; }
@media screen and (max-width: 750px) { .solutionColumn-items li { margin: 0 0 15px; width: calc( (100% - 15px) / 2 ); height: auto; }
/*@media screen and (max-width: 750px) { .solutionColumn-items li { margin: 0 0 15px 5px; width: calc( (100% - 25px) / 2 ); height: auto; }*/
  .solutionColumn-items li:nth-child(3n+2) { margin: 0 0 10px; }
  .solutionColumn-items li:nth-child(even) { margin: 0 0 10px 15px; }
  .solutionColumn-items li a img { width: 100%; }
  .solutionColumn-items li a .solutionColumn-txt { font-size: 14px; padding: 10px 30px 10px 13px; background: url(../images/arrow_circle_big.png) no-repeat right 8px center; background-size: 20px 20px; } }

.twoTabs { font-size: 0; padding: 0; margin: 40px 0; border-radius: 8px; border: 1px solid #ccc; }
@media screen and (max-width: 750px) { .twoTabs { margin: 40px 0; display: flex; display: -ms-flexbox; } }
.twoTabs li { font-size: 18px; display: inline-block; width: 50%; line-height: 1.7em; box-sizing: border-box; }
.twoTabs li:first-child { border-radius: 7px 0 0 7px; }
.twoTabs li:first-child a { border-radius: 8px 0 0 8px; }
.twoTabs li:last-child { border-radius: 0 7px 7px 0; }
.twoTabs li:last-child a { border-radius: 0 8px 8px 0; }
.twoTabs li.active { background: #005ead; }
.twoTabs li.active a { font-size: 18px; color: #fff; }
.twoTabs li a { width: 100%; color: #ccc; padding: 14px 0; display: inline-block; vertical-align: middle; box-sizing: border-box; }
.twoTabs li a:hover { font-size: 18px; background: #005ead; color: #fff; text-decoration: none; }
@media screen and (max-width: 750px) { .twoTabs li { font-size: 14px; text-align: left; }
  .twoTabs li a { padding: 10px 23px; }
  .twoTabs li a:hover { font-size: 14px; background: #005ead; color: #fff; text-decoration: none; }
  .twoTabs li.active a { font-size: 14px; } }

/*.byCategory .fourColumn-items li { min-height: 305px; }*/

.fourColumn-items { font-size: 0; text-align: left; margin: 0 0 40px; }
@media screen and (max-width: 750px) { .fourColumn-items { margin: 0 0 20px; } }
.fourColumn-items.pdfcatalog li a > img { border: 1px solid #ddd; }
.fourColumn-items li { display: inline-block; vertical-align: top; width: 210px; min-height: 325px; max-height: 375px; padding: 0; text-align: center; margin: 0 0 3px 40px; position: relative; }
.fourColumn-items li:nth-child(4n+1) { margin: 0; }
.fourColumn-items li:hover { box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.6); }
.fourColumn-items li:hover a { text-decoration: none; }
.fourColumn-items li a { display: inline-block; width: 100%; height: auto; padding: 0 0 40px; }
.fourColumn-items li a .fourColumn-data { font-size: 13px; padding: 2px 18px 10px 5px; text-align: left; }
.fourColumn-items li a .fourColumn-data .fourColumn-category1 { display: inline-block; margin: 0 0 0 10px; color: #fff; background: #005ead; padding: 5px; line-height: 1; }
@media screen and (max-width: 750px) { .fourColumn-items li a .fourColumn-data .fourColumn-category1 { margin: 5px 0 0; display: block; } }
.fourColumn-items li a .fourColumn-data .fourColumn-category2 { display: inline-block; margin: 0 0 0 10px; color: #fff; background: #009b9b; padding: 5px; line-height: 1; }
@media screen and (max-width: 750px) { .fourColumn-items li a .fourColumn-data .fourColumn-category2 { margin: 5px 0 0; display: block; } }
.fourColumn-items li a .fourColumn-txt { font-size: 15px; padding: 7px 24px 5px 5px; margin: 0; text-align: left; line-height: 1.7em; background: url(../images/arrow_circle.png) no-repeat right 4px center; background-size: 15px auto; }
.fourColumn-items li a.items_pdf { display: inline-block; text-align: left; padding: 0 0 0 18px; box-sizing: border-box; width: auto; height: auto; position: absolute; left: 0; bottom: 5px; }
@media screen and (max-width: 750px) { .fourColumn-items li a.items_pdf { padding: 5px 0; } }
@media screen and (max-width: 750px) { .fourColumn-items li a.items_pdf img { width: 23px; height: 26px; } }
@media screen and (max-width: 750px) { .fourColumn-items li { margin: 0 0 15px; width: calc( (100% - 15px) / 2 ); height: 340px; }
/*@media screen and (max-width: 750px) { .fourColumn-items li { margin: 0 0 15px 5px; width: calc( (100% - 25px) / 2 ); height: 340px; }*/
  .fourColumn-items li.cataloglist { margin: 0 0 15px; width: calc( (100% - 15px) / 2 ); height: auto; min-height: 102vw; }
/*  .fourColumn-items li.cataloglist { margin: 0 0 15px 5px; width: calc( (100% - 25px) / 2 ); height: auto; min-height: 102vw; }*/
  .fourColumn-items li:nth-child(even) { margin: 0 0 10px 15px; }
  .fourColumn-items li a { width: 100%; }
  .fourColumn-items li a img { width: 100%; height: calc( (100% - 15px) / 2*1.235 ); }
/*  .fourColumn-items li a .fourColumn-data { padding: 10px 5px 0 0; }*/
  .fourColumn-items li a .fourColumn-data { padding: 10px 2px 0 3px; }
  .fourColumn-items li a .fourColumn-txt { padding: 5px 35px 0 0; background: url(../images/arrow_circle.png) no-repeat right 20px center; background-size: 15px 15px; font-size: 14px; }
  .fourColumn-items li a .heightfix { height: 100%; } }

.byDate ul li a > img, .byCategory ul li a > img { border: 1px solid #ddd; }
.pdf-area ul li a > img { border: 1px solid #ddd; }

.catalog-main { margin: 40px 0 0; padding: 0; display: inline-block; }
@media screen and (max-width: 750px) { .catalog-main { margin: 30px 0 0; width: 100%; text-align: center; } }
.catalog-main figcaption { font-size: 13px; line-height: 1.7em; margin: 10px 0 0; text-align: center; }

.catalog-note { font-size: 13px; line-height: 1.7em; color: #999; text-align: left; display: inline-block; margin: 20px 0 0; }
@media screen and (max-width: 750px) { .catalog-note { margin: 10px 0 0; } }

.catalog-items { margin: 40px 0 0 40px; display: inline-block; vertical-align: top; }
@media screen and (max-width: 750px) { .catalog-items { margin: 25px 0 0; width: 100%; } }
.catalog-items li { list-style-type: none; }
.catalog-items li a { color: #005ead; font-size: 15px; line-height: 1; text-decoration: underline; vertical-align: middle; }
.catalog-items li a:hover { opacity: 0.7; }
@media screen and (max-width: 750px) { .catalog-items li a { line-height: 1.7em; font-size: 14px; display: inline-block; padding: 0 30px 0 0; } }
.catalog-items li a:hover { text-decoration: none; }
.catalog-items li a:after { content: ""; background: url(../images/arrow_circle.png); width: 15px; height: 15px; background-size: 15px auto; vertical-align: top; display: inline-block; margin: 0 0 0 10px; }
@media screen and (max-width: 750px) { .catalog-items li a:after { vertical-align: middle; } }
.catalog-items li .catalog-txt { font-size: 13px; line-height: 2em; margin: 10px 0 23px; }
@media screen and (max-width: 750px) { .catalog-items li .catalog-txt { font-size: 12px; margin: 5px 0 20px; } }

.catalog-items_link { margin: 40px 0 0 40px; display: inline-block; vertical-align: top; }
@media screen and (max-width: 750px) { .catalog-items_link { margin: 25px 0 0; width: 100%; } }
.catalog-items_link li { list-style-type: none; padding: 0 0 15px; }
.catalog-items_link li a { color: #005ead; font-size: 15px; line-height: 1; display: inline-block; text-decoration: underline; vertical-align: middle; }
.catalog-items_link li a:hover { opacity: 0.7; }
@media screen and (max-width: 750px) { .catalog-items_link li a { line-height: 1.7em; font-size: 14px; display: inline-block; padding: 0 30px 0 0; } }
.catalog-items_link li a:hover { text-decoration: none; }
.catalog-items_link li a:after { content: ""; background: url(../images/arrow_circle.png); width: 15px; height: 15px; background-size: 15px auto; vertical-align: top; display: inline-block; margin: 0 0 0 10px; }
@media screen and (max-width: 750px) { .catalog-items_link li a:after { vertical-align: middle; } }

div .catalog-items_link { margin: 0; display: block; vertical-align: top; }

.btnarea input[type=submit], .btnarea input[type=button], input[type=submit], button { background: url(../images/banner_arrow.png) no-repeat right 25px center; background-color: #005ead; font-size: 15px; font-weight: 100; color: #fff; border-radius: 20px; width: 300px; border: 0; padding: 8px 20px; box-sizing: border-box; text-align: left; transition: all 0.3s; }
.btnarea input[type=submit]:hover, .btnarea input[type=button]:hover, input[type=submit]:hover, button:hover { cursor: pointer; background-color: #014d8d; box-shadow: 1px 0px 15px -2px rgba(0, 0, 0, 0.8); }
@media screen and (max-width: 750px) { .btnarea input[type=submit], .btnarea input[type=button], input[type=submit], button { width: 80%; padding: 14px 25px; font-size: 14px; border-radius: 50px; text-align: left; background: url(../images/banner_arrow.png) no-repeat right 25px center; background-color: #005ead; } }

.btn_under { font-size: 13px; line-height: 1.7em; margin: 20px 0 0; }
@media screen and (max-width: 750px) { .btn_under { margin: 10px 0 0; } }

.acodion-list { border-radius: 10px; transition: all 0.3s; }
@media screen and (max-width: 750px) { .acodion-list:first-of-type { margin-top: 40px; } }
.acodion-list:hover { box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.8); }
.acodion-list dt { font-size: 15px; text-align: left; color: #fff; line-height: 1.7em; background: #005ead; border-radius: 10px; padding: 15px 30px; position: relative; transition: all 0.3s; }
@media screen and (max-width: 750px) { .acodion-list dt { padding: 9px 40px 9px 15px; font-size: 14px; } }
.acodion-list dt:after { position: absolute; content: ""; background: url(../images/possi.png) no-repeat center center; display: inline-block; width: 20px; height: 20px; top: 0; bottom: 0; margin: auto 0; right: 30px; }
@media screen and (max-width: 750px) { .acodion-list dt:after { right: 15px; } }
.acodion-list dt:hover { background: #014d8d; }
.acodion-list.open { box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3); margin-bottom: 40px; }
.acodion-list.open dt { border-radius: 10px 10px 0 0; }
.acodion-list.open dt:after { position: absolute; content: ""; background: url(../images/nega.png) no-repeat center center; display: inline-block; width: 20px; height: 2px; top: 0; bottom: 0; margin: auto 0; right: 30px; }
@media screen and (max-width: 750px) { .acodion-list.open dt:after { right: 15px; } }
.acodion-list dd { padding: 30px; display: none; text-align: left; }
@media screen and (max-width: 750px) { .acodion-list dd { padding: 23px 15px; } }
.acodion-list dd .acodion-list-items li { list-style-type: none; padding: 0 0 20px; margin: 20px 0 0; border-bottom: 1px solid #ccc; }
.acodion-list dd .acodion-list-items li:first-child { margin: 0; }
.acodion-list dd .acodion-list-items li:last-child { padding: 0; border-bottom: 0; }
.acodion-list dd .acodion-list-items li .acodion-list-title { display: inline-block; vertical-align: middle; color: #005ead; font-size: 15px; line-height: 1.7em; width: 25%; }
@media screen and (max-width: 750px) { .acodion-list dd .acodion-list-items li .acodion-list-title { width: 100%; font-size: 14px; margin: 0 0 10px; } }
.acodion-list dd .acodion-list-items li .acodion-list-title a:hover { opacity: 0.7; text-decoration: none; }
.acodion-list dd .acodion-list-items li .acodion-list-txt { display: inline-block; vertical-align: middle; font-size: 15px; line-height: 1.7em; }
@media screen and (max-width: 750px) { .acodion-list dd .acodion-list-items li .acodion-list-txt { font-size: 14px; } }

.category-item-title { display: none; }
@media screen and (max-width: 750px) { .category-item-title { position: relative; display: inline-block; width: 100%; margin: 0; padding: 15px; box-sizing: border-box; color: #fff; text-align: left; font-size: 14px; line-height: 1; font-weight: normal; border: 1px solid #005ead; border-radius: 8px; background-color: #005ead; position: relative; }
  .category-item-title:after { content: ""; width: 15px; height: 15px; display: inline-block; background: url(../images/arrow_pullup.png) no-repeat center center; background-size: 15px auto; position: absolute; right: 15px; top: 0; bottom: 0; margin: auto; transform: rotate(-180deg); }
  .category-item-title.open { border-radius: 8px 8px 0 0; }
  .category-item-title.open:after { content: ""; width: 15px; height: 15px; display: inline-block; background: url(../images/arrow_pullup.png) no-repeat center center; background-size: 15px auto; position: absolute; right: 15px; top: 0; bottom: 0; margin: auto; transform: rotate(0deg); } }

.category-items { text-align: left; font-size: 0; margin: 0 0 30px; transition: all 0.3s; position: relative; }
@media screen and (max-width: 750px) { .category-items { border-left: 1px solid #005ead; border-right: 1px solid #005ead; border-bottom: 1px solid #005ead; border-radius: 0 0 8px 8px; display: flex; display: -ms-flexbox; -ms-flex-wrap: wrap; flex-wrap: wrap; box-sizing: border-box; width: 100%; } }
.category-items li { font-size: 15px; display: inline-block; list-style-type: none; margin: 0 10px 10px 0; box-sizing: border-box; color: #ccc; }
.category-items li:hover a, .category-items li.active a { color: #fff; border: 1px solid #005ead; background: #005ead; text-decoration: none; }
.category-items li a { padding: 15px 30px; display: inline-block; box-sizing: border-box; border: 1px solid #ccc; border-radius: 8px; }
@media screen and (max-width: 750px) { .category-items li { margin: 0; width: 50%; border-top: 1px solid #999; vertical-align: top; }
  .category-items li:nth-child(odd) { border-right: 1px solid #999; }
  .category-items li:first-child, .category-items li:nth-child(2) { border-top: 0; }
  .category-items li:last-child a { border-bottom-right-radius: 7px; }
  .category-items li:nth-last-child(2) a { border-bottom-left-radius: 7px; }
  .category-items li a { padding: 7px 10px; text-align: left; font-size: 11px; line-height: 2em; border-radius: 0; width: 100%; color: #ccc; height: 100%; border: 0; } }
.category-items .importantbefore { color: #fff !important; border: 1px solid #005ead !important; background: #005ead !important; }
@media screen and (max-width: 750px) { .category-items .importantbefore { border: 0 !important; } }
.category-items .importantafter { color: #ccc !important; border: 1px solid #ccc !important; background: #fff !important; }
@media screen and (max-width: 750px) { .category-items .importantafter { border: 0 !important; background: none !important; } }

.acodion-items { border-radius: 8px; }
.acodion-items dt { text-align: left; background: #005ead; border-radius: 8px; position: relative; transition: all 0.3s; border-bottom: #eee solid 1px; }
@media screen and (max-width: 750px) { .acodion-items dt { display: flex; display: -ms-flexbox; -ms-flex-align: center; align-items: center; -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; min-height: 38px; } }
.acodion-items dt img { vertical-align: middle; border-radius: 6px 0 0 6px; margin: 0; }
@media screen and (max-width: 750px) { .acodion-items dt img { width: 52px; } }
.acodion-items dt span { color: #fff; font-size: 15px; line-height: 1.7em; display: inline-block; margin: 13px 60px 13px 20px; padding-left: 15px; text-indent: -22px; }
@media screen and (max-width: 750px) { .acodion-items dt span { font-size: 13px; font-weight: normal; line-height: 1.3; padding: 5px 40px 5px 0; margin: 0 0 0 15px; padding-left: 13px; text-indent: -19px; } }
.acodion-items dt:after { position: absolute; content: ""; background: url(../images/possi.png) no-repeat center center; display: inline-block; width: 20px; height: 20px; top: 0; bottom: 0; margin: auto 0; right: 30px; }
@media screen and (max-width: 750px) { .acodion-items dt:after { right: 15px; } }
.acodion-items dt:hover { background: #014d8d; }
.acodion-items.open { box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3); margin-bottom: 40px; }
.acodion-items.open dt { border-radius: 8px 8px 0 0; }
.acodion-items.open dt:after { position: absolute; content: ""; background: url(../images/nega.png) no-repeat center center; display: inline-block; width: 20px; height: 2px; top: 0; bottom: 0; margin: auto 0; right: 30px; }
@media screen and (max-width: 750px) { .acodion-items.open dt:after { right: 15px; } }
.acodion-items.open dt img { border-radius: 6px 0 0 0; }
/*.acodion-items dd { display: none; padding: 20px 15px 10px; max-height: 900px; overflow-y: auto; border-radius: 0 0 8px 8px; }*/
.acodion-items dd { display: none; padding: 20px 15px 10px; max-height: 900px; overflow-y: scroll; -webkit-overflow-scrolling: touch; overflow-scrolling: touch; border-radius: 0 0 8px 8px; }
@media screen and (max-width: 750px) { .acodion-items dd { padding: 0; max-height: 250px; border-left: 1px solid #005ead; border-right: 1px solid #005ead; border-bottom: 1px solid #005ead; } }
.acodion-items dd .fourColumn-items { margin: 0; }
.acodion-items dd .fourColumn-items li { width: 210px; min-height: 200px; margin: 0 0 10px 20px; }
.acodion-items dd .fourColumn-items li:nth-child(4n+1) { margin: 0 0 10px; }
@media screen and (max-width: 750px) { .acodion-items dd .fourColumn-items li { margin: 0 0 15px; width: calc( (100% - 15px) / 2 ); height: auto; }
/*@media screen and (max-width: 750px) { .acodion-items dd .fourColumn-items li { margin: 0 0 15px 5px; width: calc( (100% - 25px) / 2 ); height: auto; }*/
  .acodion-items dd .fourColumn-items li:nth-child(4n+1) { margin: 0 0 15px; }
  .acodion-items dd .fourColumn-items li:nth-child(even) { margin: 0 0 15px 15px; }
  .acodion-items dd .fourColumn-items li img { width: 100%; } }
.acodion-items dd .fourColumn-items li a { display: inline-block; width: 100%; }
.acodion-items dd .fourColumn-items li a .fourColumn-txt { padding: 7px 40px 15px 18px; margin: 0; line-height: 1.7em; }
@media screen and (max-width: 750px) { .acodion-items dd .fourColumn-items li a .fourColumn-txt { font-size: 14px; padding: 5px 26px 5px 5px; background: url(../images/arrow_circle.png) no-repeat right 13px center; background-size: 15px auto; margin: 0; } }

.catalog-style1 { margin: 40px 60px 10px 24px; display: inline-block; vertical-align: top; text-align: center; }
@media screen and (max-width: 750px) { .catalog-style1 { margin: 50px 0 30px; width: 100%; }
  .catalog-style1 img { width: 180px; } }

.catalog-style1-right { margin: 40px 0 80px; display: inline-block; width: 64%; width: calc(100% - 342px); }
@media screen and (max-width: 750px) { .catalog-style1-right { width: 100%; margin: 0 0 40px; } }

.catalog-title { font-size: 16px; line-height: 1; margin: 0 0 20px; display: inline-block; }
@media screen and (max-width: 750px) { .catalog-title { font-size: 12px; margin: 0 0 15px; } }

.catalog-txt { line-height: 1.5em; text-align: left; margin: 0; }
@media screen and (max-width: 750px) { .catalog-txt { font-size: 14px; margin: 0 0 50px; } }

.catalog-spec table { width: 100%; border-radius: 8px; border: 1px solid #cad1d8; margin: 10px 0 0; }
.catalog-spec table tr:first-child .td09 { border-top-left-radius: 7px; }
@media screen and (max-width: 750px) { .catalog-spec table tr:first-child .td09 { border-top-right-radius: 7px; } }
.catalog-spec table tr:first-child .td02 { border-top-right-radius: 8px; border-top: none; }
@media screen and (max-width: 750px) { .catalog-spec table tr:first-child .td02 { border-top-right-radius: 0; } }
.catalog-spec table tr:last-child .td09 { border-bottom: 0; border-bottom-left-radius: 8px; }
@media screen and (max-width: 750px) { .catalog-spec table tr:last-child .td09 { border-bottom-left-radius: 0; } }
.catalog-spec table tr:last-child .td02 { border-bottom: 0; border-bottom-right-radius: 8px; }
.catalog-spec table .td09 { width: 30%; font-size: 15px; line-height: 1.7em; padding: 10px; font-weight: 100; box-sizing: border-box; border-bottom: 1px solid #fff; background: #cad1d8; }
@media screen and (max-width: 750px) { .catalog-spec table .td09 { width: 100%; display: block; padding: 8px 15px; font-size: 14px; } }
.catalog-spec table .td02 { width: 100%; font-size: 15px; line-height: 1.7em; padding: 10px; box-sizing: border-box; float: left; border-top: 1px solid #cad1d8; }
@media screen and (max-width: 750px) { .catalog-spec table .td02 { width: 100%; padding: 12px 15px 17px; font-size: 14px; border-top: none; } }
/*.catalog-spec p { font-size: 13px; line-height: 1.7em; color: #666; text-align: left; display: inline-block; margin: 20px 0 0; width: 100%; }*/
.catalog-spec p { line-height: 1.7em; }
.catalog-spec a { text-decoration: underline; }
.catalog-spec a:hover { text-decoration: none; }
.catalog-spec table + p a, .catalog-spec table + p + p a { background: url(../images/banner_arrow.png) no-repeat right 25px center; background-color: #005ead; font-size: 15px; font-weight: 100; color: #fff; border-radius: 20px; width: 300px; height: 40px; border: 0; display: inline-block; padding: 8px 20px; box-sizing: border-box; text-align: left; transition: all 0.3s; position: relative; }
.catalog-spec table + p a img, .catalog-spec table + p + p a img { display: none; }
.catalog-spec table + p a:before, .catalog-spec table + p + p a:before { position: absolute; display: inline-block; content: "特長"; top: 10px; left: 20px; }
.catalog-spec table + p a:hover, .catalog-spec table + p + p a:hover { background-color: #014d8d; box-shadow: 1px 0px 15px -2px rgba(0, 0, 0, 0.8); }
@media screen and (max-width: 750px) { .catalog-spec table + p a, .catalog-spec table + p + p a { width: 100%; } }

.catalog-define { width: 100%; border-radius: 8px; border: 1px solid #cad1d8; display: inline-block; }
.catalog-define dt { display: block; width: 27%; clear: left; float: left; font-size: 15px; line-height: 1.7em; padding: 20px; box-sizing: border-box; border-bottom: 1px solid #fff; background: #cad1d8; }
.catalog-define dt:first-of-type { border-top-left-radius: 8px; }
.catalog-define dt:last-of-type { border-bottom: none; border-bottom-left-radius: 8px; }
@media screen and (max-width: 750px) { .catalog-define dt { width: 100%; padding: 8px 15px; font-size: 14px; }
  .catalog-define dt:first-of-type { border-top-left-radius: 8px; border-top-right-radius: 8px; }
  .catalog-define dt:last-of-type { border-bottom-left-radius: 0; } }
.catalog-define dd { display: block; width: 73%; font-size: 15px; line-height: 1.7em; padding: 20px; box-sizing: border-box; float: left; border-bottom: 1px solid #cad1d8; }
.catalog-define dd:last-of-type { border-bottom: none; }
@media screen and (max-width: 750px) { .catalog-define dd { width: 100%; padding: 12px 15px 17px; font-size: 14px; } }

.search_spec { text-align: right; color: #000; line-height: 1; position: relative; }
.search_spec a { display: inline-block; position: absolute; bottom: 20px; right: 0; font-size: 15px; color: #005ead; padding: 0; line-height: 1; }
.search_spec a:after { content: ""; display: inline-block; background: url(../images/arrow_circle.png) no-repeat center center; background-size: 15px 15px; width: 15px; height: 15px; margin: 0 0 0 10px; vertical-align: bottom; }

.catinfo { font-size: 14px; line-height: 1.5em; margin: 10px 0; text-align: left; }
.catinfo a { color: #005ead; text-decoration: underline; }
.catinfo a:hover { text-decoration: none; }

/*.catalog-list-wrap { width: 100%; overflow-x: auto; overflow-y: hidden; position: relative; margin-bottom: 5px; }*/
.catalog-list-wrap { width: 100%; position: relative; margin-bottom: 5px; }
/*@media screen and (max-width: 750px) { .catalog-list-wrap { overflow-x: scroll; white-space: nowrap; }*/
@media screen and (max-width: 750px) { .catalog-list-wrap { overflow-x: scroll; -webkit-overflow-scrolling: touch; overflow-scrolling: touch;  white-space: nowrap; }
  .catalog-list-wrap::-webkit-scrollbar { height: 10px; }
  .catalog-list-wrap::-webkit-scrollbar-track { margin: 0 2px; background: #ccc; border-radius: 5px; }
  .catalog-list-wrap::-webkit-scrollbar-thumb { border-radius: 5px; background: #666; } }

.titlecaution { position: absolute; top: 20px; right: 0; color: #c00; }

.txtr { width: 100%; line-height: 1.7em; font-size: 14px; text-align: right; }
@media screen and (max-width: 750px) { .txtr { text-align: left; } }

.fltl { width: 49%; display: inline-block; text-align: left; line-height: 2em; font-size: 14px; }
@media screen and (max-width: 750px) { .fltl { width: 100%; } }

.fltr { width: 49%; display: inline-block; text-align: right; line-height: 2em; font-size: 14px; }
.fltr:last-child { width: 100%; }
.fltr a { color: #005ead; text-decoration: underline; }
.fltr a:hover { text-decoration: none; }
@media screen and (max-width: 750px) { .fltr { width: 100%; text-align: center; } }

.squeezed_search { text-align: left; margin: 30px 0 0; }
.squeezed_search .nospace { line-height: 1.7em; }
.squeezed_search .search_left { position: relative; margin: 20px 0 10px; }
.squeezed_search .search_left input[type=text] { border: 1px solid #e8e8e8; font-size: 13px; width: 200px; min-height: 41px; line-height: 3; border-radius: 30px; box-sizing: border-box; padding: 0 70px 0 10px; }
.squeezed_search .search_left input[type=submit] { border: 0; color: #fff; background: #005ead; position: absolute; left: 130px; width: 70px; font-size: 13px; padding: 0 20px; line-height: 3.2; border-radius: 30px; box-sizing: border-box; -webkit-appearance: none; }
.squeezed_search .search_left a { border: 0; color: #fff; background: #005ead; font-size: 13px; padding: 0 20px; line-height: 3.2; border-radius: 30px; box-sizing: border-box; display: inline-block; }
.squeezed_search .search_left a:hover { text-decoration: none; background-color: #014d8d; box-shadow: 1px 0px 15px -2px rgba(0, 0, 0, 0.8); }
.squeezed_search span { line-height: 2; font-size: 0.8em; padding: 0 0 0 5px; }
.squeezed_search .hitpages { text-align: right; font-size: 14px; line-height: 1.7em; }
@media screen and (max-width: 750px) { .squeezed_search .hitpages { text-align: left; } }

.pagenavi { display: inline-block; text-align: right; line-height: 2em; font-size: 14px; width: 100%; }
.pagenavi a { color: #005ead; text-decoration: underline; }
.pagenavi a:hover { text-decoration: none; }
@media screen and (max-width: 750px) { .pagenavi { width: 100%; text-align: center; } }

.catalog-list { width: 100%; border-spacing: 0; border-collapse: separate; border: 1px #ccc solid; border-radius: 8px; }
@media screen and (max-width: 750px) { .catalog-list { width: 960px; } }
/*.catalog-list thead { background: #cad1d8; font-size: 13px; }*/
.catalog-list thead { font-size: 13px; }
.catalog-list thead tr:first-child th:first-child { border-radius: 7px 0 0 0; background: #ccc; }
.catalog-list thead tr:first-child th:last-child { border: none; border-radius: 0 7px 0 0; }
.catalog-list thead th { font-weight: normal; padding: 8px 3px; line-height: 1.7em; border-right: 1px solid #fff; text-align: center; background: #ccc; }
.catalog-list thead th p { text-align: left; width: auto; display: inline-block; line-height: 1.5em; font-size: 13px; }
.catalog-list thead th small { line-height: 1.5; font-size: 0.7em; }
.catalog-list thead .thsmall th { border-top: 1px solid #fff; }
.catalog-list tbody tr:nth-child(even) td { background: #eef1f4; }
.catalog-list tbody tr:last-child td:first-child { border-bottom-left-radius: 8px; }
.catalog-list tbody tr:last-child td:last-child { border-bottom-right-radius: 8px; }
.catalog-list tbody td { padding: 10px 5px; box-sizing: border-box; font-size: 13px; border-top: 1px solid #ccc; border-right: 1px solid #ccc; line-height: 1; text-align: center; }
.catalog-list tbody td.td03 { background: #aaa !important; }
.catalog-list tbody td.td02 { line-height: 1.3; }
.catalog-list tbody td.td02 a { color: #005ead; text-decoration: underline; }
.catalog-list tbody td.td02 a:hover { text-decoration: none; }
.catalog-list tbody td.leftcell { text-align: left; }
.catalog-list tbody td:first-child a { color: #005ead; text-decoration: underline; }
.catalog-list tbody td:first-child a:hover { text-decoration: none; }
.catalog-list tbody td:last-child a { display: inline-block; width: 50%; text-align: center; font-size: 13px; }
.catalog-list tbody td:nth-child(-n+3) { width: 90px; }
.catalog-list tbody td:nth-child(4), .catalog-list tbody td:nth-child(5) { width: 80px; }
.catalog-list tbody td:last-child { border-right: none; }
.catalog-list tbody td a:hover { opacity: 0.7; }
.catalog-list tbody td.bgcream { background: #ffc !important; }

.bgcream { background: #ffc; }

.orange { color: #f60; }

.errMsg { margin: 40px 0 20px; line-height: 1.7em; }

.catalog-style2 { margin: 60px 36px 0 0; display: inline-block; vertical-align: top; text-align: center; }
@media screen and (max-width: 750px) { .catalog-style2 { margin: 50px 0 30px; width: 100%; }
  .catalog-style2 img { width: 180px; } }
.catalog-style2-right { margin: 60px 0 80px; display: inline-block; width: 624px; width: calc(100% - 340px); }
.catalog-style2-right-adjust { margin: 170px 0 80px;}
@media screen and (max-width: 750px) { .catalog-style2-right { width: 100%; margin: 0 0 40px; } }
.catalog-style2-right h4 { font-size: 18px; margin: 0 0 20px; }
.catalog-style2-right h4:last-of-type { margin: 20px 0; }
@media screen and (max-width: 750px) { .catalog-style2-right h4 { font-size: 16px; margin: 0; } }
.catalog-style2-right .btn { margin: 0 0 20px; text-align: center; display: inline-block; vertical-align: top; width: 300px; }
.catalog-style2-right .btn:nth-child(3) { margin: 0 0 0 11px; }
@media screen and (max-width: 750px) { .catalog-style2-right .btn { width: 100%; margin: 15px 0 0; }
  .catalog-style2-right .btn:nth-child(3) { margin: 15px 0 0; } }
.catalog-style2-right .btn .catalog-note { margin: 10px 0 0; }

.threeColumn-define { border-spacing: 0; border-collapse: separate; border: 1px #ccc solid; border-radius: 8px; width: 100%; }
.threeColumn-define thead { background: #cad1d8; font-size: 13px; }
.threeColumn-define thead th { width: 33.3333%; text-align: center; padding: 15px 0; font-size: 13px; line-height: 1; font-weight: normal; border-right: 1px solid #fff; }
.threeColumn-define thead th:first-child { border-top-left-radius: 8px; }
.threeColumn-define thead th:last-child { border-right: 0; border-top-right-radius: 8px; }
@media screen and (max-width: 750px) { .threeColumn-define thead th { padding: 10px 15px; text-align: left; line-height: 1.5em; } }
.threeColumn-define tbody td { font-size: 13px; padding: 20px 0; text-align: center; border-right: 1px solid #ccc; }
.threeColumn-define tbody td a { color: #005ead; text-decoration: underline; }
.threeColumn-define tbody td a:hover { opacity: 0.7; text-decoration: none; }
.threeColumn-define tbody td:last-child { border-right: 0; }
@media screen and (max-width: 750px) { .threeColumn-define tbody td { padding: 10px 15px; text-align: left; line-height: 1.5em; } }

.catalog-2column { font-size: 0; background: #cad1d8; border-right: 1px solid #ccc; box-sizing: border-box; display: table; margin: 0; }
.catalog-2column a:hover { opacity: 0.7; }
.catalog-2column:first-of-type { margin: 60px 0 0; border-top-left-radius: 8px; border-top-right-radius: 8px; }
@media screen and (max-width: 750px) { .catalog-2column:first-of-type { margin: 10px 0 0; }
  .catalog-2column:first-of-type dt:first-of-type { border-top-left-radius: 8px; border-top-right-radius: 8px; } }
.catalog-2column:first-of-type dt { border-top: 1px solid #ccc; }
.catalog-2column:first-of-type dt:first-of-type { border-top-left-radius: 8px; }
.catalog-2column:first-of-type dd:last-of-type { border-top-right-radius: 8px; }
@media screen and (max-width: 750px) { .catalog-2column:first-of-type dd:last-of-type { border-top-right-radius: 0; } }
.catalog-2column:last-of-type { margin: 0 0 60px; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-bottom: 1px solid #ccc; }
@media screen and (max-width: 750px) { .catalog-2column:last-of-type { margin: 0 0 40px; } }
.catalog-2column:last-of-type dd:last-of-type { border-bottom-right-radius: 8px; }
@media screen and (max-width: 750px) { .catalog-2column { width: 100%; display: block; } }
.catalog-2column dt, .catalog-2column dd { display: inline-block; font-size: 13px; box-sizing: border-box; text-align: left; padding: 10px 25px; display: table-cell; line-height: 1.7em; }
@media screen and (max-width: 750px) { .catalog-2column dt, .catalog-2column dd { display: block; padding: 15px; } }
.catalog-2column dt a, .catalog-2column dd a { color: #005ead; text-decoration: underline; }
.catalog-2column dt a:hover, .catalog-2column dd a:hover { text-decoration: none; }
.catalog-2column dt { width: 209px; vertical-align: top; border-top: 1px solid #fff; }
.catalog-2column dt.smallttl { width: 139px; padding: 10px 5px 10px 25px; }
@media screen and (max-width: 750px) { .catalog-2column dt.smallttl { width: 100%; border-bottom: 1px solid #fff; padding: 10px 5px 10px 15px; } }
@media screen and (max-width: 750px) { .catalog-2column dt { width: 100%; border-top: 0; border-left: 1px solid #ccc; border-top-left-radius: 8px; } }
.catalog-2column dd { width: 270px; background: #fff; border-top: 1px solid #ccc; }
.catalog-2column dd.longtxt { width: 340px; padding: 0; border-top: 0; }
@media screen and (max-width: 750px) { .catalog-2column dd.longtxt { width: 100%; border-top: 0; }
  .catalog-2column dd.longtxt:last-child { border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; }
  .catalog-2column dd.longtxt:last-child li:last-child strong { border-bottom-left-radius: 8px; border-bottom: 1px solid #ccc; }
  .catalog-2column dd.longtxt:last-child li:last-child p { border-bottom-right-radius: 8px; border-bottom: 1px solid #fff; } }
.catalog-2column dd.longtxt:last-of-type li:last-of-type { border-bottom-right-radius: 8px; }
@media screen and (max-width: 750px) { .catalog-2column dd.longtxt:last-of-type li:last-of-type { border-bottom-left-radius: 8px; }
  .catalog-2column dd.longtxt:last-of-type li:last-of-type strong { border-bottom-left-radius: 8px; } }
.catalog-2column dd.longtxt:last-of-type li:last-of-type p { border-bottom-right-radius: 8px; }
.catalog-2column dd.longtxt ul { font-size: 0; }
.catalog-2column dd.longtxt ul li { width: 100%; list-style-type: none; display: flex; display: -ms-flexbox; background: #cad1d8; }
.catalog-2column dd.longtxt ul li strong { display: inline-block; width: 70px; font-weight: normal; background: #cad1d8; font-size: 13px; box-sizing: border-box; padding: 15px 20px; border-top: 1px solid #fff; }
.catalog-2column dd.longtxt ul li p { flex: 1; background: #fff; border-top: 1px solid #ccc; font-size: 13px; display: inline-block; box-sizing: border-box; padding: 15px 20px; }
@media screen and (max-width: 750px) { .catalog-2column dd.longtxt ul li { display: flex; display: -ms-flexbox; }
  .catalog-2column dd.longtxt ul li strong { width: 70px; border-top: 1px solid #ccc; border-bottom: 1px solid #fff; padding: 15px 20px 15px 15px; }
  .catalog-2column dd.longtxt ul li p { flex: 1; border-top: 1px solid #fff; border-bottom: 1px solid #ccc; padding: 15px 20px 15px 15px; } }
@media screen and (max-width: 750px) { .catalog-2column dd { padding: 11px 15px 20px; width: 100%; border-top: 0; border-left: 1px solid #ccc; } }

.th-select { color: #005ead; display: inline-block; margin: 0 0 0 3px; font-size: 11px; }
.th-select:hover { text-decoration: none; }

.number { color: #005ead; text-decoration: underline; }
.number:hover { text-decoration: none; }

.dxf { color: #009b9b; text-decoration: underline; display: inline-block; }
.dxf:hover { text-decoration: none; }

.pdf { color: #ca2c48; text-decoration: underline; }
.pdf:hover { text-decoration: none; }

.catalog-style3 { display: flex; display: -ms-flexbox; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-align: start; align-items: start; -ms-flex-line-pack: stretch; align-content: stretch; margin: 10px 0 40px; }
.catalog-style3 figure, .catalog-style3 .style3-sub { width: 300px; margin: 0; }
@media screen and (max-width: 750px) { .catalog-style3 figure, .catalog-style3 .style3-sub { width: 100%; } }
.catalog-style3 .catalog-note { margin: 0; }
.catalog-style3 figure { margin: 0; }
@media screen and (max-width: 750px) { .catalog-style3 figure { order: 1; margin: 0 0 10px; }
  .catalog-style3 figure.order { order: inherit; }
  .catalog-style3 figure.order img { max-height: 250px; width: auto; } }
@media screen and (max-width: 750px) { .catalog-style3 { flex-direction: column; margin: 50px 0 40px; } }
.catalog-style3 .style3-table { width: 630px; display: flex; display: -ms-flexbox; -ms-flex-wrap: wrap; flex-wrap: wrap; border-radius: 8px; background: #cad1d8; border: 1px solid #cad1d8; }
@media screen and (max-width: 750px) { .catalog-style3 .style3-table { width: 100%; order: 3; } }
.catalog-style3 .style3-table dt, .catalog-style3 .style3-table dd { font-size: 13px; box-sizing: border-box; padding: 4px 10px; text-align: left; line-height: 1.5em; }
.catalog-style3 .style3-table dt a, .catalog-style3 .style3-table dd a { color: #005ead; text-decoration: underline; }
.catalog-style3 .style3-table dt a:hover, .catalog-style3 .style3-table dd a:hover { text-decoration: none; opacity: 0.7; }
.catalog-style3 .style3-table dd:nth-child(2) dl:first-child dt { border-top: 0; }
@media screen and (max-width: 750px) { .catalog-style3 .style3-table dd:nth-child(2) dl:first-child dt { border-top: 1px solid #fff; } }
.catalog-style3 .style3-table dt { width: 210px; border-top: 1px solid #fff; }
@media screen and (max-width: 750px) { .catalog-style3 .style3-table dt { width: 100%; } }
.catalog-style3 .style3-table dt:first-child { border-top: 0; }
.catalog-style3 .style3-table dt.title-small { width: 93px; padding: 8px 0 8px 10px; word-break: break-all; }
@media screen and (max-width: 750px) { .catalog-style3 .style3-table dt.title-small { width: 100%; } }
.catalog-style3 .style3-table dd { width: 420px; background: #fff; border-top: 1px solid #cad1d8; }
@media screen and (max-width: 750px) { .catalog-style3 .style3-table dd { width: 100%; padding: 5px 10px; } }
.catalog-style3 .style3-table dd:first-of-type { border-top: 0; border-radius: 0 8px 0 0; }
@media screen and (max-width: 750px) { .catalog-style3 .style3-table dd:first-of-type { border-radius: 0; } }
.catalog-style3 .style3-table dd:last-of-type { border-radius: 0 0 8px 0; }
@media screen and (max-width: 750px) { .catalog-style3 .style3-table dd:last-of-type { border-radius: 0 0 8px 8px; } }
.catalog-style3 .style3-table dd.defines { padding: 0; width: 537px; border-top: 0; }
@media screen and (max-width: 750px) { .catalog-style3 .style3-table dd.defines { width: 100%; } }
.catalog-style3 .style3-table dd.defines dl { display: flex; display: -ms-flexbox; }
@media screen and (max-width: 750px) { .catalog-style3 .style3-table dd.defines dl:first-child dd { border-top: 1px solid #fff; } }
.catalog-style3 .style3-table dd.defines dl dt { width: 117px; background: #cad1d8; border-top: 1px solid #fff; }
@media screen and (max-width: 750px) { .catalog-style3 .style3-table dd.defines dl dt { padding: 5px 10px; width: 100px; } }
.catalog-style3 .style3-table dd.defines dl dd { width: 420px; border-top: 1px solid #cad1d8; }
@media screen and (max-width: 750px) { .catalog-style3 .style3-table dd.defines dl dd { width: calc( 100% - 70px ); padding: 5px 10px; } }
@media screen and (max-width: 750px) { .catalog-style3 .style3-sub { order: 2; margin: 0 0 50px; } }
.catalog-style3 .style3-sub h4 { text-align: left; line-height: 1.5em; font-size: 18px; margin: 0 0 10px; }
.catalog-style3 .style3-sub button { margin: 10px 0 0; }
.catalog-style3 .style3-sub .catalog-note { margin: 10px 0 40px; text-align: center; width: 100%; }
@media screen and (max-width: 750px) { .catalog-style3 .style3-sub .catalog-note { margin: 10px 0 30px; } }
.catalog-style3 .style3-sub .style3-table-sub { display: flex; display: -ms-flexbox; margin: 0 0 40px; -ms-flex-wrap: wrap; flex-wrap: wrap; border-radius: 8px; border: 1px solid #cad1d8; box-sizing: border-box; }
@media screen and (max-width: 750px) { .catalog-style3 .style3-sub .style3-table-sub { margin: 0 0 15px; } }
.catalog-style3 .style3-sub .style3-table-sub dt, .catalog-style3 .style3-sub .style3-table-sub dd { font-size: 13px; box-sizing: border-box; padding: 8px 10px 8px 10px; text-align: left; line-height: 1.5em; }
.catalog-style3 .style3-sub .style3-table-sub dt:first-of-type, .catalog-style3 .style3-sub .style3-table-sub dd:first-of-type { border-top: 0; }
.catalog-style3 .style3-sub .style3-table-sub dt a, .catalog-style3 .style3-sub .style3-table-sub dd a { color: #005ead; text-decoration: underline; }
.catalog-style3 .style3-sub .style3-table-sub dt a:hover, .catalog-style3 .style3-sub .style3-table-sub dd a:hover { text-decoration: none; opacity: 0.7; }
.catalog-style3 .style3-sub .style3-table-sub dt { background: #cad1d8; border-top: 1px solid #fff; width: 145px; }
@media screen and (max-width: 750px) { .catalog-style3 .style3-sub .style3-table-sub dt { width: 50%; }
  .catalog-style3 .style3-sub .style3-table-sub dt:first-of-type { border-top-left-radius: 7px; }
  .catalog-style3 .style3-sub .style3-table-sub dt:last-of-type { border-bottom-left-radius: 7px; } }
.catalog-style3 .style3-sub .style3-table-sub dd { border-top: 1px solid #cad1d8; width: 152px; }
@media screen and (max-width: 750px) { .catalog-style3 .style3-sub .style3-table-sub dd { width: 50%; } }

.imgbox { width: 100%; margin: 0; padding: 0; }
.imgbox img { width: 100%; }
.imgbox-1_3 { width: 335px; }
@media screen and (max-width: 750px) { .imgbox-1_3 { width: 100%; order: 1; } }
.imgbox-2_3 { width: 580px; text-align: left; }
@media screen and (max-width: 750px) { .imgbox-2_3 { width: 100%; order: 2; } }
.imgbox-txt { font-size: 15px; line-height: 1.7; }
@media screen and (max-width: 750px) { .imgbox-txt { font-size: 14px; margin: 20px 0 0; } }
.imgbox.imgbox-flex { display: flex; display: -ms-flexbox; -ms-flex-pack: justify; justify-content: space-between; }
@media screen and (max-width: 750px) { .imgbox.imgbox-flex { -ms-flex-wrap: wrap; flex-wrap: wrap; } }
.imgbox .fl { float: left; }
.imgbox .fr { float: right; }
.imgbox h4 { font-size: 18px; line-height: 1.5; margin: 25px 0 15px; box-sizing: border-box; padding: 0 0 0 25px; }
.imgbox h4.pin { background: url(../images/h4_pin.png) no-repeat left center; background-size: auto 20px; }
.imgbox h4.mw { background: url(../images/h4_mw.png) no-repeat left center; background-size: auto 20px; }
@media screen and (max-width: 750px) { .imgbox h4.mw { margin: 25px 0 15px; } }
@media screen and (max-width: 750px) { .imgbox h4 { font-size: 16px; margin: 30px 0 15px; } }
.imgbox a { font-size: 15px; line-height: 1; text-decoration: underline; display: inline-block; }
.imgbox a:hover { text-decoration: none; }
@media screen and (max-width: 750px) { .imgbox a { line-height: 1.7em; font-size: 14px; display: inline-block; } }
.imgbox-btn_gray { color: #000; font-weight: 100; display: inline-block; border-style: solid; border-width: 1px; border-color: #cccccc; border-radius: 10px; background-color: #cad1d8; box-sizing: border-box; height: 43px; font-size: 15px; background-image: none; margin: 0 10px 10px 0; padding: 13px 20px; }
@media screen and (max-width: 750px) { .imgbox-btn_gray { width: 47%; font-size: 12px; height: auto; padding: 8px 5px; margin: 0 5px 10px 0; border-radius: 4px; } }
.imgbox-btn_white { color: #000; font-weight: 100; display: inline-block; border-style: solid; border-width: 1px; border-color: #cccccc; border-radius: 10px; background-color: #eef1f4; box-sizing: border-box; height: 43px; font-size: 15px; background-image: none; margin: 0 10px 10px 0; padding: 13px 20px; }
@media screen and (max-width: 750px) { .imgbox-btn_white { width: 47%; font-size: 12px; height: auto; padding: 8px 5px; margin: 0 5px 10px 0; border-radius: 4px; } }

.flash { animation-duration: 0.8s; animation-name: flash3; }

.shadowing { animation-duration: 1.5s; animation-name: shadow; }

.activing { animation-duration: 1.5s; animation-name: activeblue; }
@media screen and (max-width: 750px) { .activing { animation-name: none; } }

.news-tabs .active .flash { animation-duration: 0.8s; animation-name: flash3; }
@media screen and (max-width: 750px) { .news-tabs .active .flash { animation-name: none; } }

@media screen and (max-width: 750px) { .twoColumn-items li.shadowing, .threeColumn-items li.shadowing { animation-name: shadow2; animation-fill-mode: forwards; } }

@media screen and (max-width: 750px) { .acodion-items .fourColumn-items li.shadowing, .list-items li.shadowing, .news-items li.shadowing { animation-name: none; } }

.news-tabs li:nth-child(n+2) .flash { animation-name: none; }
@media screen and (max-width: 750px) { .news-tabs li:nth-child(n+2) .flash { animation-duration: 1.5s; animation-name: activeblueSP; } }

@keyframes activeblue { 0% { border: 1px solid #005ead; background: #005ead; color: #fff; }
  100% { border: 1px solid #ccc; background: #fff; color: #ccc; } }
@keyframes activeblueSP { 0% { background: #fff; color: #ccc; }
  40% { background: #005ead; color: #fff; }
  100% { background: #fff; color: #ccc; } }
.acodion-list dt:hover, .acodion-items dt:hover, .category-item-title:hover, .acodion-navSP dl dt:hover { cursor: pointer; }

footer .ft_pagetop { display: none; position: fixed; bottom: 45px; right: 45px; width: 60px; height: 60px; background: #fff; font-size: 0; border-radius: 30px; box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2); border: 1px solid #ccc; text-align: center; z-index: 8; }
footer .ft_pagetop:hover { box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.4); }
@media screen and (max-width: 750px) { footer .ft_pagetop { right: 15px; bottom: 15px; } }
footer .ft_pagetop:before { content: ""; display: inline-block; width: 25px; height: 2px; background: #005ead; position: absolute; top: 20px; left: 0; right: 0; margin: 0 auto; }
footer .ft_pagetop:after { content: ""; width: 12px; height: 12px; border-top: 2px solid #005ead; border-right: 2px solid #005ead; display: block; position: absolute; top: 30px; left: 0; right: 0; margin: 0 auto; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); }
footer section { width: 960px; margin: 0 auto; }
@media screen and (max-width: 750px) { footer section { width: 100%; min-height: 200px; } }
footer section .ft_breadcrumb { padding: 0 0 20px; border-bottom: 1px solid #ccdfef; }
footer section .ft_breadcrumb ul { list-style-type: none; padding: 0; }
footer section .ft_breadcrumb ul li { display: inline-block; font-size: 15px; text-align: left; vertical-align: middle; line-height: 1.5em; }
footer section .ft_breadcrumb ul li:after { content: ">"; font-size: 11px; vertical-align: top; margin: 0 15px 0 13px; }
footer section .ft_breadcrumb ul li:last-child:after { content: none; }
@media screen and (max-width: 750px) { footer section .ft_breadcrumb { padding: 13px 15px; background: #fafafa; border-bottom: 0; }
  footer section .ft_breadcrumb ul li { font-size: 12px; line-height: 1.7em; color: #999; } }
footer section .ft_contents { display: flex; display: -ms-flexbox; }
footer section .ft_contents-items { flex: 1; min-width: 24%; }
footer section .ft_contents-items dt { margin: 50px 0 0; color: #005ead; font-size: 15px; }
footer section .ft_contents-items ul { list-style-type: none; margin: 30px 0 0; padding: 0; line-height: 1; }
footer section .ft_contents-items ul li { line-height: 1; }
footer section .ft_contents-items ul li a { font-size: 11px; line-height: 2.3em; }
@media screen and (max-width: 750px) { footer section .ft_contents { display: none; } }
footer section .ft_info { color: #999; display: flex; display: -ms-flexbox; margin: 85px 0 0; padding: 0 0 15px; }
footer section .ft_info ul.ft_info-items { font-size: 0; line-height: 1; padding: 0; max-height: 830px; flex: 1; }
footer section .ft_info ul.ft_info-items li { font-size: 11px; display: inline-block; margin: 0 30px 0 0; }
footer section .ft_info p { font-size: 11px; color: #999; margin: 0; line-height: 1; }
@media screen and (max-width: 750px) { footer section .ft_info { text-align: center; display: block; padding: 0 0 10px; margin: 0; }
  footer section .ft_info .ft_info-items { width: 290px; margin: 10px auto 25px; display: block; }
  footer section .ft_info .ft_info-items li { font-size: 10px; line-height: 2; margin: 0 15px 0 0; }
  footer section .ft_info .ft_info-items li:nth-child(3), footer section .ft_info .ft_info-items li:last-child { margin: 0; } }

.site_modal { position: fixed; top: 0; left: 0; width: 100%; height: 100vh; display: none; z-index: 9; }
.site_modal-bg { position: fixed; top: 0; left: 0; width: 100%; height: 100vh; background: rgba(0, 0, 0, 0.4); z-index: 10; }
.site_modal-inner { position: absolute; width: 590px; max-height: 100vh; overflow-y: auto; text-align: center; z-index: 11; background: #fff; padding: 20px; box-sizing: border-box; top: 50%; left: 50%; transform: translate(-50%, -50%); }
@media screen and (max-width: 750px) { .site_modal-inner { width: 100%; padding: 15px; } }
.site_modal-inner img { max-width: 100%; }
.site_modal-inner img.btn { width: auto; }
.site_modal-inner .mdclose { margin: 20px 0 0; display: inline-block; background-color: #005ead; font-size: 15px; font-weight: 100; color: #fff; border-radius: 20px; border: 0; padding: 8px 20px; box-sizing: border-box; text-align: center; transition: all 0.3s; }
.site_modal-inner .mdclose:hover { cursor: pointer; background-color: #014d8d; box-shadow: 1px 0px 15px -2px rgba(0, 0, 0, 0.8); text-decoration: none; }
@media screen and (max-width: 750px) { .site_modal-inner .mdclose { padding: 14px 25px; font-size: 14px; border-radius: 50px; text-align: left; background: url(../images/banner_arrow.png) no-repeat right 15px center; background-color: #005ead; } }
.site_modal-txt { font-size: 14px; line-height: 1.5em; text-align: left; margin: 0 0 20px; }
.site_modal-txt a { color: #005ead; text-decoration: underline; }
@media screen and (max-width: 750px) { .site_modal-txt { font-size: 13px; } }

@media print { .catalog-style3 .style3-table dt.title-small, .catalog-style3 .style3-table dt, .catalog-style3 .style3-table dd { line-height: 1; padding: 5px; font-size: 14px; }
  button { display: none; } }

.pdf-area { margin: 25px 0 0 0; }

.pdf-button { display: inline; height:40px; }
.pdf-button img { margin: 8px 40px 0 0; }
@media screen and (max-width: 750px) { .pdf-button img { margin: 8px 0 35px 0; } }

.pdf-note { font-size: 11px; height:40px; vertical-align:top; line-height: 1.5em; color: #999; text-align: left; display: inline-block; margin: 5px 0 0 5px; }
@media screen and (max-width: 750px) { .pdf-note { margin: 10px 0 0; } }

.pdf-area-list { margin: 25px 0 25px 0; }

.pdf-button-list { display: inline; height:40px; }
.pdf-button-list img { margin: 8px 40px 0 0; }
@media screen and (max-width: 750px) { .pdf-button-list img { margin: 8px 0 35px 0; } }

.pdf-note-list { font-size: 11px; height:40px; vertical-align:top; line-height: 1.5em; color: #999; text-align: left; display: inline-block; margin: 5px 0 0 5px; }
@media screen and (max-width: 750px) { .pdf-note-list { height:auto; margin: 10px 10px 0 10px; } }

.pc_only { display: block }
.sp_only { display: none }
@media screen and (max-width: 750px) {
  .pc_only { display: none }
  .sp_only { display: block }
}

a.normal_link {
  color: #005ead;
  text-decoration: underline;
}
ul.img-horizontal-w50 {
  padding: 0 0 20px 0;
  text-decoration: none;
}
ul.img-horizontal-w50 li {
  display: inline-block;
  width: 45%;
  padding: 10px;
  text-align: center;
  text-decoration: none;
}
ul.img-horizontal-w50 li img {
  width: 100%;
}
@media screen and (max-width: 750px) { ul.img-horizontal-w50 li { width: 100%; padding: 10px 0; } }
ul.img-horizontal-w30 {
  padding: 0 0 20px 0;
  text-decoration: none;
}
ul.img-horizontal-w30 li {
  display: inline-block;
  width: 30%;
  padding: 10px;
  text-align: center;
  text-decoration: none;
}
ul.img-horizontal-w30 li img {
  width: 100%;
}
@media screen and (max-width: 750px) { ul.img-horizontal-w30 li { width: 100%; padding: 10px 0; } }


/* 202105 add */
header.fixed {
  top: 0;
}
nav ul li.type01 {
  width: 145px;
}
nav ul li.type02 {
  width: 230px;
}
nav ul li .btn-link {
  padding: 18px 20px;
}
.intro.page-top {
  background-size: cover;
}
.intro.page-top article {
  padding-top: 100px;
}
.contents_banner.contents_banner__mb30 {
  margin-bottom: 30px;
}
.p-bg-gray-sec {
  background-color: #eef1f4;
  margin-bottom: 100px;
  padding: 100px 0 20px;
}
.p-bg-gray-sec article {
  width: 100%;
}
.p-bg-gray-sec article .p-top-solu-slide .bx-wrapper{
  width: calc(100% - ((100% - 972px) / 2))!important;
  max-width: calc(100% - ((100% - 972px) / 2))!important;
  margin-left: calc((100% - 972px) / 2);
  margin-right: 0;
}
.p-bg-gray-sec article h2 {
  width: 960px;
  margin: 0 auto;
}
.p-bg-gray-sec .bx-wrapper .bx-has-controls-direction {
  width: calc(100% - ((100% - 964px) / 2));
  max-width: calc(100% - ((100% - 964px) / 2));
  margin-bottom: 30px;
  margin-left: calc((100% - 972px) / 2);
}
.threeColumn-items.js-solution-slide li {
  background-color: #fff;
}

.p-bg-gray-sec .bx-wrapper .bx-has-pager{
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
}
.p-bg-gray-sec .bx-wrapper .bx-pager{
  margin: auto;
  width: 930px;
  top: 35px;
  left: 15px;
  position: absolute;
}
.p-bg-gray-sec button{
  margin: 60px 0 0 0;
}

@media screen and (max-width: 750px) {
  .p-bg-gray-sec {
    margin-bottom: 75px;
    padding: 20px 0 20px;
  }
  .p-bg-gray-sec > article {
    margin: 0 auto;
    padding: 20px 0 40px;
    width: 100%!important;;
  }
  .p-bg-gray-sec article h2 {
    width: 100%;
  }
  .p-top-solu-slide .bx-viewport {
    padding-bottom: 30px;
  }
  .p-bg-gray-sec .bx-wrapper .bx-has-controls-direction {
    width: 100%!important;
    margin-left: 0;
  }
  .p-bg-gray-sec .bx-wrapper .bx-has-pager {
    top: 260px;
    right: 0;
    left: 0;
    margin: auto;
    position: absolute;
    transform: scale(1);
  }
  .p-bg-gray-sec .bx-wrapper .bx-pager {
    margin: 0px 0 0 365px;
    width: 200px;
  }
}
.p-top-solu-slide {
  margin-top: 40px;
}
.p-top-solu-slide .bx-viewport {
  height: 260px!important;
}
.p-top-solu-slide .js-solution-slide.threeColumn-items {
  margin-top: 0;
  padding: 10px 0;
  height: 255px!important;
}
.p-top-solu-slide .js-solution-slide.threeColumn-items li:nth-child(3n+2),
.p-top-solu-slide .js-solution-slide.threeColumn-items li {
  margin: 0 30px 0 3px;
}
.p-top-solu-slide .js-solution-slide.threeColumn-items li {
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
  height: 240px;
  width: 300px!important;
}
.p-top-solu-slide .js-solution-slide.threeColumn-items li:hover {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.7);
}
.p-top-solu-slide .js-solution-slide.threeColumn-items li a:hover {
  box-shadow: none;
}

@media screen and (max-width: 750px) {
  .p-top-solu-slide {
    margin-top: 30px;
  }
}

.catalog_button.col-2 {
  justify-content: center;
}
.catalog_button.col-2 > button {
  margin: 0 15px;
  width: 400px;
}
@media screen and (max-width: 750px) {
  .catalog_button.col-2 > button {
    margin: 10px 0 0;
  }
}
