@charset "UTF-8";


/* sass */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
.list-hdg-set .hdg { font-weight: bold !important; }

.link-blank .icn, .link-pdf .icn, .link-map .icn, .link-download .icn, .link-voice .icn { display: inline-block; font-size: 0; margin-left: 4px; }

.link-blank .icn:before { width: 16px; height: 12px; content: ''; display: inline-block; background: transparent url(/shared/image/link_icon_blank.svg) no-repeat left top / 16px auto; transition: opacity .2s; font-size: 0; }

.link-pdf .icn:before { width: 20px; height: 20px; content: ''; display: inline-block; background: transparent url(/shared/image/link_icon_pdf.svg) no-repeat left top / 20px auto; transition: opacity .2s; font-size: 0; }

.link-map .icn:before { width: 31px; height: 16px; content: ''; display: inline-block; background: transparent url(/shared/image/link_icon_map.svg) no-repeat left top / 31px auto; transition: opacity .2s; font-size: 0; }

.link-download .icn:before { width: 21px; height: 21px; content: ''; display: inline-block; background: transparent url(/shared/image/link_icon_download.svg) no-repeat left top / 21px auto; transition: opacity .2s; font-size: 0; }

.link-voice .icn:before { width: 19px; height: 17px; content: ''; display: inline-block; background: transparent url(/shared/image/link_icon_voice.png) no-repeat left top/16px auto; transition: opacity .2s; font-size: 0; }

.icn-none:before { content: none; }

.wrap-box { position: relative; z-index: 0; display: flex; flex-wrap: wrap; margin: 0 -16px 0 -22px; }

.wrap-box.row1 > * { width: calc((99.99999% / 1) - 16px); margin-left: 16px; }

.wrap-box.row2 > * { width: calc((99.99999% / 2) - 16px); margin-left: 16px; }

.wrap-box.row3 > * { width: calc((99.99999% / 3) - 16px); margin-left: 16px; }

.wrap-box.row4 > * { width: calc((99.99999% / 4) - 16px); margin-left: 16px; }

.wrap-box.row5 > * { width: calc((99.99999% / 5) - 16px); margin-left: 16px; }

.wrap-box.row6 > * { width: calc((99.99999% / 6) - 16px); margin-left: 16px; }

.wrap-box.sp-fit { margin-left: -16px; margin-right: 0; }

.wrap-box.sp-vertical { display: block; margin: 0 -16px; }

.wrap-box.sp-vertical > * { width: 100%; margin: 0; }

.wrap-box.sp-vertical.sp-fit { margin-left: 0; margin-right: 0; }

.wrap-box.sp-row2 > * { width: calc((99.99999% / 2) - 16px); margin-left: 16px; }

.wrap-box.sp-order, .wrap-box.rev { display: flex; }

.wrap-box.sp-order > *:first-child, .wrap-box.rev > *:first-child { order: 2; }

.wrap-box .box-add-info, .wrap-box .box-std-pt2, .wrap-box .box-intro-pdt, .wrap-box *[class^="bg-col"] { margin-top: 20px; }

.column-link { position: relative; z-index: 0; margin: 32px -12px 0; }

.column-link .img-wrap { margin-top: 0; position: relative; overflow: hidden; }

.column-link .img-wrap:before { content: ""; display: block; padding-top: 75%; }

.column-link .img-wrap.square:before { content: ""; display: block; padding-top: 100%; }

.column-link .img-wrap.rectangle:before { content: ""; display: block; padding-top: 56.25%; }

.column-link .img-wrap.rectangle-pt2:before { content: ""; display: block; padding-top: 46.2%; }

.column-link .img-wrap img { position: absolute; margin: auto; top: 0; left: 0; right: 0; width: 100%; height: auto; }

.column-link.column-ctr { justify-content: center; }

.column-link.bg-pat1 > * { background: #eeeeee; }

.column-link.bg-pat2 > * { background: #eeeff3; }

.column-link.bg-pat3 > * { background: #e8ebf7; }

.column-link.bg-pat4 > * { background: #e8f1fa; }

.column-link.bg-pat5 > * { background: #e8f5fa; }

.column-link.bg-pat6 > * { background: #f3eeee; }

.column-link.bg-pat7 > * { background: #f5f9e6; }

.column-link.bg-pat8 > * { background: #f0f7f9; }

.column-link > * { position: relative; min-height: 100px; }

.column-link > * a { display: flex; flex-wrap: wrap; width: 100%; height: 100%; align-items: stretch; text-decoration: none; position: relative; }

.column-link > * a:after { right: 10px; bottom: 10px; content: ''; display: inline-block; position: absolute; width: 4px; height: 4px; border-top: 2px solid #1432aa; border-left: 2px solid #1432aa; -webkit-transform: translateX(0) translateY(0); transform: translateX(0) translateY(0); transition: -webkit-transform .2s; transition: transform .2s; transition: transform .2s, -webkit-transform .2s; -webkit-transform: rotate(135deg); transform: rotate(135deg); }

.column-link > * a.link-blank .icn::before, .column-link > * a.icn-pdf .icn::before { bottom: 6px; right: 20px; position: absolute; }

.column-link > * a.link-blank .icn::before { width: 16px; height: 12px; content: ''; display: inline-block; background: transparent url(/shared/image/link_icon_blank.svg) no-repeat left top / 16px auto; transition: opacity .2s; font-size: 0; }

.column-link > * a.link-pdf .icn::before { width: 20px; height: 20px; content: ''; display: inline-block; background: transparent url(/shared/image/link_icon_pdf.svg) no-repeat left top / 20px auto; transition: opacity .2s; font-size: 0; }

.column-link > * > span { display: flex; flex-wrap: wrap; width: 100%; height: 100%; align-items: stretch; text-decoration: none; position: relative; }

.column-link > * .inner { width: 100%; }

.column-link > * .rev { width: 100%; display: flex; }

.column-link > * .rev .txt-wrap { order: 2; }

.column-link > * .img-wrap { width: 100%; }

.column-link > * .txt-wrap .box { padding: 10px 10px 25px 10px; line-height: 1.2; color: #333; }

.column-link > * .txt-wrap .box .hdg { font-size: 1.6rem; font-weight: bold; }

.column-link > * .txt-wrap .box .hdg + .txt { margin-top: 10px; }

.column-link > * .txt-wrap .box .link { font-size: 1.6rem; }

.column-link > * .txt-wrap .box .txt { font-size: 1.6rem; line-height: 1.5; }

.column-link > * .txt-wrap .box.related { padding-left: 0; padding-right: 0; padding-bottom: 20px; }

.column-link > * + * { margin-top: 5px; }

.column-link.img-col, .column-link.img-col-row, .column-link.img-col-s { display: flex; flex-wrap: wrap; margin-left: -5px; margin-right: 0; }

.column-link.img-col > *, .column-link.img-col-row > *, .column-link.img-col-s > * { margin-left: 5px; }

.column-link.img-col > * .rev, .column-link.img-col-row > * .rev, .column-link.img-col-s > * .rev { flex-direction: column; }

.column-link.img-col > * + *, .column-link.img-col-row > * + *, .column-link.img-col-s > * + * { margin-top: 0; }

.column-link.img-col.row1 > *, .column-link.img-col-row.row1 > *, .column-link.img-col-s.row1 > * { width: calc((99.99999% / 2) - 5px); }

.column-link.img-col.row1 > *:nth-child(n+3), .column-link.img-col-row.row1 > *:nth-child(n+3), .column-link.img-col-s.row1 > *:nth-child(n+3) { margin-top: 5px; }

.column-link.img-col.row2 > *, .column-link.img-col-row.row2 > *, .column-link.img-col-s.row2 > * { width: calc((99.99999% / 2) - 5px); }

.column-link.img-col.row2 > *:nth-child(n+3), .column-link.img-col-row.row2 > *:nth-child(n+3), .column-link.img-col-s.row2 > *:nth-child(n+3) { margin-top: 5px; }

.column-link.img-col.row3 > *, .column-link.img-col-row.row3 > *, .column-link.img-col-s.row3 > * { width: calc((99.99999% / 2) - 5px); }

.column-link.img-col.row3 > *:nth-child(n+3), .column-link.img-col-row.row3 > *:nth-child(n+3), .column-link.img-col-s.row3 > *:nth-child(n+3) { margin-top: 5px; }

.column-link.img-col.row4 > *, .column-link.img-col-row.row4 > *, .column-link.img-col-s.row4 > * { width: calc((99.99999% / 2) - 5px); }

.column-link.img-col.row4 > *:nth-child(n+3), .column-link.img-col-row.row4 > *:nth-child(n+3), .column-link.img-col-s.row4 > *:nth-child(n+3) { margin-top: 5px; }

.column-link.img-col.row5 > *, .column-link.img-col-row.row5 > *, .column-link.img-col-s.row5 > * { width: calc((99.99999% / 2) - 5px); }

.column-link.img-col.row5 > *:nth-child(n+3), .column-link.img-col-row.row5 > *:nth-child(n+3), .column-link.img-col-s.row5 > *:nth-child(n+3) { margin-top: 5px; }

.column-link.img-col.row6 > *, .column-link.img-col-row.row6 > *, .column-link.img-col-s.row6 > * { width: calc((99.99999% / 2) - 5px); }

.column-link.img-col.row6 > *:nth-child(n+3), .column-link.img-col-row.row6 > *:nth-child(n+3), .column-link.img-col-s.row6 > *:nth-child(n+3) { margin-top: 5px; }

.column-link.img-col-s .txt-wrap .box .hdg + .txt { margin-top: 0; }

.column-link.img-row, .column-link.img-row-col { display: block; margin-left: 0; margin-right: 0; }

.column-link.img-row > * .inner, .column-link.img-row-col > * .inner { display: flex; }

.column-link.img-row > * .img-wrap, .column-link.img-row-col > * .img-wrap { width: 50%; }

.column-link.img-row > * .txt-wrap, .column-link.img-row-col > * .txt-wrap { width: 50%; }

.column-link.column-min .inner { align-items: flex-start; }

.column-link.column-min .img-wrap { width: 23.6%; }

.column-link.column-min .img-wrap:before { padding-top: 100%; }

.column-link.column-min .txt-wrap { width: 76.4%; }

.column-link.column-min .txt-wrap .box .txt { font-size: 1.4rem; }

.column-link.column-min-pt2 > * { min-height: 1px; }

.column-link.column-min-pt2 .inner { align-items: flex-start; }

.column-link.column-min-pt2 .img-wrap { width: 44.6%; }

.column-link.column-min-pt2 .img-wrap:before { padding-top: 100%; }

.column-link.column-min-pt2 .txt-wrap { width: 51.4%; }

.column-link.column-min-pt2 .txt-wrap .box .txt { font-size: 1.4rem; }

.column-link.column-min-pt3 > * { min-height: 1px; }

.column-link.column-min-pt3 .inner { align-items: flex-start; }

.column-link.column-min-pt3 .img-wrap { width: 23.6%; }

.column-link.column-min-pt3 .img-wrap:before { padding-top: 100%; }

.column-link.column-min-pt3 .txt-wrap { width: 76.4%; }

.column-link.column-min-pt3 .txt-wrap .box { padding-bottom: 10px; }

.column-link.column-min-pt3 .txt-wrap .box .txt { font-size: 1.4rem; margin-top: 5px; }

.column-link.news.img-row > .corp-n-cat0101 .img-wrap { background: url(/shared/image/biz_bg_cat0101_s.jpg) no-repeat center/cover; }

.column-link.news.img-row > .corp-n-cat0201 .img-wrap { background: url(/shared/image/biz_bg_cat0201_s.jpg) no-repeat center/cover; }

.column-link.news.img-row > .corp-n-cat0202 .img-wrap { background: url(/shared/image/biz_bg_cat0202_s.jpg) no-repeat center/cover; }

.column-link.news.img-row > .corp-n-cat0203 .img-wrap { background: url(/shared/image/biz_bg_cat0203_s.jpg) no-repeat center/cover; }

.column-link.news.img-row > .corp-n-cat0204 .img-wrap { background: url(/shared/image/biz_bg_cat0204_s.jpg) no-repeat center/cover; }

.column-link.news.img-row > .corp-n-cat0205 .img-wrap { background: url(/shared/image/biz_bg_cat0205_s.jpg) no-repeat center/cover; }

.column-link.news.img-row > .corp-n-cat0206 .img-wrap { background: url(/shared/image/biz_bg_cat0206_s.jpg) no-repeat center/cover; }

.column-link.news.img-row > .corp-n-cat0207 .img-wrap { background: url(/shared/image/biz_bg_cat0207_s.jpg) no-repeat center/cover; }

.column-link.news.img-row > .corp-n-cat0301 .img-wrap { background: url(/shared/image/biz_bg_cat0301_s.jpg) no-repeat center/cover; }

.column-link.news.img-row > .corp-n-cat0401 .img-wrap { background: url(/shared/image/biz_bg_cat0401_s.jpg) no-repeat center/cover; }

.column-link.news.img-row > .corp-n-cat0402 .img-wrap { background: url(/shared/image/biz_bg_cat0402_s.jpg) no-repeat center/cover; }

.column-link.news.img-row > .corp-n-cat0501 .img-wrap { background: url(/shared/image/biz_bg_cat0501_s.jpg) no-repeat center/cover; }

.column-link.news.img-row > .corp-n-cat0502 .img-wrap { background: url(/shared/image/biz_bg_cat0502_s.jpg) no-repeat center/cover; }

.column-link.news.img-row > .corp-n-cat0601 .img-wrap { background: url(/shared/image/biz_bg_cat0601_s.jpg) no-repeat center/cover; }

.column-link.news.img-row > .corp-n-cat0602 .img-wrap { background: url(/shared/image/biz_bg_cat0602_s.jpg) no-repeat center/cover; }

.column-link.news.img-row > .corp-n-cat0603 .img-wrap { background: url(/shared/image/biz_bg_cat0603_s.jpg) no-repeat center/cover; }

.column-link.news.img-row > .corp-n-cat0604 .img-wrap { background: url(/shared/image/biz_bg_cat0604_s.jpg) no-repeat center/cover; }

.column-link.news.img-row > .corp-n-cat0701 .img-wrap { background: url(/shared/image/biz_bg_cat0701_s.jpg) no-repeat center/cover; }

.column-link-hdg-b { position: relative; z-index: 0; margin: 32px 0 0; }

.column-link-hdg-b .img-wrap { margin-top: 0; position: relative; overflow: hidden; }

.column-link-hdg-b .img-wrap:before { content: ""; display: block; padding-top: 75%; }

.column-link-hdg-b .img-wrap.square:before { content: ""; display: block; padding-top: 100%; }

.column-link-hdg-b .img-wrap.rectangle:before { content: ""; display: block; padding-top: 56.25%; }

.column-link-hdg-b .img-wrap.rectangle-pt2:before { content: ""; display: block; padding-top: 46.2%; }

.column-link-hdg-b .img-wrap img { position: absolute; margin: auto; top: 0; left: 0; right: 0; width: 100%; height: auto; }

.column-link-hdg-b > * + * { margin-top: 5px; }

.column-link-hdg-b > * { position: relative; }

.column-link-hdg-b > * .rev { width: 100%; display: flex; flex-direction: column; }

.column-link-hdg-b > * .rev .txt-wrap { order: 2; }

.column-link-hdg-b > * .img-wrap { width: 100%; }

.column-link-hdg-b > * .txt-wrap { width: 100%; position: static; bottom: 0; left: 0; display: flex; flex-direction: column; }

.column-link-hdg-b > * .txt-wrap .box { display: flex; align-items: center; min-height: 45px; color: #fff; background: rgba(0, 0, 0, 0.7); padding: 2px 20px 2px 10px; position: relative; font-size: 1.6rem; line-height: 1.2; font-weight: normal; }

.column-link-hdg-b > * a { display: block; text-decoration: none; }

.column-link-hdg-b > * a .txt-wrap .box:after { content: ''; display: inline-block; position: absolute; width: 4px; height: 4px; border-top: 2px solid #fff; border-left: 2px solid #fff; -webkit-transform: translateX(0) translateY(0); transform: translateX(0) translateY(0); transition: -webkit-transform .2s; transition: transform .2s; transition: transform .2s, -webkit-transform .2s; -webkit-transform: rotate(135deg); transform: rotate(135deg); right: 10px; top: 50%; margin-top: -2px; /*transform:rotate(135deg);*/ /*webfont*/ }

.column-link-hdg-b > * a.link-blank .txt-wrap .box .icn, .column-link-hdg-b > * a.link-pdf .txt-wrap .box .icn { padding-right: 20px; }

.column-link-hdg-b > * a.link-blank .txt-wrap .box .icn::before, .column-link-hdg-b > * a.link-pdf .txt-wrap .box .icn::before { position: absolute; }

.column-link-hdg-b > * a.link-blank .txt-wrap .box .icn::before, .column-link-hdg-b > * a.link-pdf .txt-wrap .box .icn::before { top: 50%; margin-top: -6px; right: 24px; }

.column-link-hdg-b > * a.link-pdf .txt-wrap .box .icn { padding-right: 24px; }

.column-link-hdg-b > * a.link-pdf .txt-wrap .box .icn::before { margin-top: -10px; }

.column-link-hdg-b > * a.link-blank .txt-wrap .box .icn::before { width: 16px; height: 12px; content: ''; display: inline-block; background: transparent url(/shared/image/link_icon_blank_w.svg) no-repeat left top / 16px auto; transition: opacity .2s; font-size: 0; }

.column-link-hdg-b > * a.link-pdf .txt-wrap .box .icn::before { width: 20px; height: 20px; content: ''; display: inline-block; background: transparent url(/shared/image/link_icon_pdf_w.svg) no-repeat left top / 20px auto; transition: opacity .2s; font-size: 0; }

.column-link-hdg-b.img-col { display: flex; flex-wrap: wrap; margin: 32px 0 0 -5px; }

.column-link-hdg-b.img-col > * + * { margin-top: 0; }

.column-link-hdg-b.img-col > * { width: calc((100% / 2) - 5px); margin-left: 5px; }

.column-link-hdg-b.img-col > *:nth-child(n+3) { margin-top: 5px; }

.column-link-hdg-b.img-row-col { display: block; }

.column-link-hdg-b.img-row-col > * { background: #f6f6f6; }

.column-link-hdg-b.img-row-col > * .inner { display: flex; flex-wrap: nowrap; }

.column-link-hdg-b.img-row-col > * .rev { flex-direction: row; }

.column-link-hdg-b.img-row-col > * .img-wrap { width: 45%; }

.column-link-hdg-b.img-row-col > * .txt-wrap { width: 55%; position: static; display: flex; }

.column-link-hdg-b.img-row-col > * .txt-wrap .box { width: 100%; height: 100%; position: relative; color: #333; background: transparent; padding: 10px 10px 25px 10px; min-height: 0; align-items: flex-start; }

.column-link-hdg-b.img-row-col > * a .txt-wrap .box:after { content: ''; display: inline-block; position: absolute; width: 4px; height: 4px; border-top: 2px solid #1432aa; border-left: 2px solid #1432aa; -webkit-transform: translateX(0) translateY(0); transform: translateX(0) translateY(0); transition: -webkit-transform .2s; transition: transform .2s; transition: transform .2s, -webkit-transform .2s; -webkit-transform: rotate(135deg); transform: rotate(135deg); top: auto; bottom: 10px; margin-top: 0; /*transform:rotate(135deg);*/ /*webfont*/ }

.column-link-hdg-b.img-row-col > * a.link-blank .txt-wrap .box .icn, .column-link-hdg-b.img-row-col > * a.link-pdf .txt-wrap .box .icn { padding-right: 10px; }

.column-link-hdg-b.img-row-col > * a.link-blank .txt-wrap .box .icn::before, .column-link-hdg-b.img-row-col > * a.link-pdf .txt-wrap .box .icn::before { position: absolute; }

.column-link-hdg-b.img-row-col > * a.link-blank .txt-wrap .box .icn::before, .column-link-hdg-b.img-row-col > * a.link-pdf .txt-wrap .box .icn::before { top: auto; bottom: 6px; right: 24px; }

.column-link-hdg-b.img-row-col > * a.link-pdf .txt-wrap .box .icn { padding-right: 14px; }

.column-link-hdg-b.img-row-col > * a.link-pdf .txt-wrap .box .icn::before { top: auto; bottom: 6px; }

.column-link-hdg-b.img-row-col > * a.link-blank .txt-wrap .box .icn::before { width: 16px; height: 12px; content: ''; display: inline-block; background: transparent url(/shared/image/link_icon_blank.svg) no-repeat left top / 16px auto; transition: opacity .2s; font-size: 0; }

.column-link-hdg-b.img-row-col > * a.link-pdf .txt-wrap .box .icn::before { width: 20px; height: 20px; content: ''; display: inline-block; background: transparent url(/shared/image/link_icon_pdf.svg) no-repeat left top / 20px auto; transition: opacity .2s; font-size: 0; }

.column-link-hdg-b.img-col.custom { display: block; margin-left: 0; }

.column-link-hdg-b.img-col.custom > * { width: auto; margin-left: 0; margin-top: 20px; }

.column-link-hdg-b.img-col.custom > *:nth-child(n+3) { margin-top: 20px; }

.column-link-hdg-b.img-col.custom > * .txt-wrap { position: absolute; }

.column-link-hdg-b.img-col.custom .img-wrap { position: relative; overflow: hidden; padding-top: 75%; transition: box-shadow .2s; }

.column-link-hdg-b.img-col.custom .img-wrap::before { padding-top: 0; content: ''; display: block; position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: 1; transition: box-shadow .2s; }

.column-link-hdg-b.img-col.custom .img-wrap img { position: absolute; margin: auto; max-width: inherit; width: auto; height: 100%; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

.column-link-list { position: relative; z-index: 0; margin: 32px -12px 0; }

.column-link-list .img-wrap { margin-top: 0; position: relative; overflow: hidden; }

.column-link-list .img-wrap:before { content: ""; display: block; padding-top: 75%; }

.column-link-list .img-wrap.square:before { content: ""; display: block; padding-top: 100%; }

.column-link-list .img-wrap.rectangle:before { content: ""; display: block; padding-top: 56.25%; }

.column-link-list .img-wrap.rectangle-pt2:before { content: ""; display: block; padding-top: 46.2%; }

.column-link-list .img-wrap img { position: absolute; margin: auto; top: 0; left: 0; right: 0; width: 100%; height: auto; }

.column-link-list > * + * { margin-top: 2px; }

.column-link-list > * { position: relative; }

.column-link-list > * .img-wrap { width: 100%; }

.column-link-list > * .txt-wrap { width: 100%; position: absolute; bottom: 0; left: 0; display: flex; flex-direction: column; }

.column-link-list > * .txt-wrap .box { color: #fff; background: rgba(0, 0, 0, 0.7); padding: 2px 20px 2px 10px; position: relative; font-size: 1.6rem; line-height: 1.6; font-weight: normal; min-height: 65px; display: flex; align-items: center; }

.column-link-list > * .list-label { padding-left: 10px; padding-bottom: 10px; margin-top: 0; }

.column-link-list > * a { display: block; text-decoration: none; }

.column-link-list > * a .txt-wrap .box:after { content: ''; display: inline-block; position: absolute; width: 4px; height: 4px; border-top: 2px solid #fff; border-left: 2px solid #fff; -webkit-transform: translateX(0) translateY(0); transform: translateX(0) translateY(0); transition: -webkit-transform .2s; transition: transform .2s; transition: transform .2s, -webkit-transform .2s; -webkit-transform: rotate(135deg); transform: rotate(135deg); right: 10px; top: 50%; margin-top: -2px; /*transform:rotate(135deg);*/ /*webfont*/ }

.column-link-list > * a.link-blank .txt-wrap .box .icn, .column-link-list > * a.link-pdf .txt-wrap .box .icn { padding-right: 20px; }

.column-link-list > * a.link-blank .txt-wrap .box .icn::before, .column-link-list > * a.link-pdf .txt-wrap .box .icn::before { position: absolute; }

.column-link-list > * a.link-blank .txt-wrap .box .icn::before, .column-link-list > * a.link-pdf .txt-wrap .box .icn::before { top: 50%; margin-top: -6px; right: 24px; }

.column-link-list > * a.link-pdf .txt-wrap .box .icn { padding-right: 24px; }

.column-link-list > * a.link-pdf .txt-wrap .box .icn::before { margin-top: -10px; }

.column-link-list > * a.link-blank .txt-wrap .box .icn::before { width: 16px; height: 12px; content: ''; display: inline-block; background: transparent url(/shared/image/link_icon_blank_w.svg) no-repeat left top / 16px auto; transition: opacity .2s; font-size: 0; }

.column-link-list > * a.link-pdf .txt-wrap .box .icn::before { width: 20px; height: 20px; content: ''; display: inline-block; background: transparent url(/shared/image/link_icon_pdf_w.svg) no-repeat left top / 20px auto; transition: opacity .2s; font-size: 0; }

.column-link-list.img-col > * .list-label li { font-size: 1.4rem; }

.column-link-list.img-row-col > * a .txt-wrap .box:after { content: ''; display: inline-block; position: absolute; width: 4px; height: 4px; border-top: 2px solid #1432aa; border-left: 2px solid #1432aa; -webkit-transform: translateX(0) translateY(0); transform: translateX(0) translateY(0); transition: -webkit-transform .2s; transition: transform .2s; transition: transform .2s, -webkit-transform .2s; -webkit-transform: rotate(135deg); transform: rotate(135deg); top: auto; bottom: 10px; margin-top: 0; /*transform:rotate(135deg);*/ /*webfont*/ }

.column-link-list.img-row-col > * a.link-blank .txt-wrap .box .icn, .column-link-list.img-row-col > * a.link-pdf .txt-wrap .box .icn { padding-right: 10px; }

.column-link-list.img-row-col > * a.link-blank .txt-wrap .box .icn::before, .column-link-list.img-row-col > * a.link-pdf .txt-wrap .box .icn::before { position: absolute; }

.column-link-list.img-row-col > * a.link-blank .txt-wrap .box .icn::before, .column-link-list.img-row-col > * a.link-pdf .txt-wrap .box .icn::before { top: auto; bottom: 6px; right: 24px; }

.column-link-list.img-row-col > * a.link-pdf .txt-wrap .box .icn { padding-right: 14px; }

.column-link-list.img-row-col > * a.link-pdf .txt-wrap .box .icn::before { top: auto; bottom: 6px; }

.column-link-list.img-row-col > * a.link-blank .txt-wrap .box .icn::before { width: 16px; height: 12px; content: ''; display: inline-block; background: transparent url(/shared/image/link_icon_blank.svg) no-repeat left top / 16px auto; transition: opacity .2s; font-size: 0; }

.column-link-list.img-row-col > * a.link-pdf .txt-wrap .box .icn::before { width: 20px; height: 20px; content: ''; display: inline-block; background: transparent url(/shared/image/link_icon_pdf.svg) no-repeat left top / 20px auto; transition: opacity .2s; font-size: 0; }

.column-link-list.img-row-col > * .inner { display: flex; flex-wrap: nowrap; }

.column-link-list.img-row-col > * .img-wrap { width: 45%; }

.column-link-list.img-row-col > * .txt-wrap { width: 55%; position: static; display: flex; flex-direction: column; }

.column-link-list.img-row-col > * .txt-wrap .box { width: 100%; position: static; color: #333; background: transparent; padding: 10px 10px 25px 10px; min-height: 0; height: 100%; align-items: flex-start; }

.column-link-list.img-row-col > * .list-label { margin-top: -5px; }

.column-link-hdg { position: relative; z-index: 0; display: flex; flex-wrap: wrap; margin: 32px 0 0 -5px; }

.column-link-hdg .img-wrap { margin-top: 0; position: relative; overflow: hidden; }

.column-link-hdg .img-wrap:before { content: ""; display: block; padding-top: 75%; }

.column-link-hdg .img-wrap.square:before { content: ""; display: block; padding-top: 100%; }

.column-link-hdg .img-wrap.rectangle:before { content: ""; display: block; padding-top: 56.25%; }

.column-link-hdg .img-wrap.rectangle-pt2:before { content: ""; display: block; padding-top: 46.2%; }

.column-link-hdg .img-wrap img { position: absolute; margin: auto; top: 0; left: 0; right: 0; width: 100%; height: auto; }

.column-link-hdg > * { position: relative; margin-left: 5px; }

.column-link-hdg > * a { display: block; text-decoration: none; }

.column-link-hdg > * a .txt-wrap .box:after { content: ''; display: inline-block; position: absolute; width: 4px; height: 4px; border-top: 2px solid #1432aa; border-left: 2px solid #1432aa; -webkit-transform: translateX(0) translateY(0); transform: translateX(0) translateY(0); transition: -webkit-transform .2s; transition: transform .2s; transition: transform .2s, -webkit-transform .2s; -webkit-transform: rotate(135deg); transform: rotate(135deg); right: 10px; top: 50%; margin-top: -2px; /*transform:rotate(135deg);*/ /*webfont*/ }

.column-link-hdg > * a.link-blank .txt-wrap .box .icn, .column-link-hdg > * a.link-pdf .txt-wrap .box .icn { padding-right: 20px; }

.column-link-hdg > * a.link-blank .txt-wrap .box .icn::before, .column-link-hdg > * a.link-pdf .txt-wrap .box .icn::before { position: absolute; }

.column-link-hdg > * a.link-blank .txt-wrap .box .icn::before, .column-link-hdg > * a.link-pdf .txt-wrap .box .icn::before { top: 50%; margin-top: -6px; right: 24px; }

.column-link-hdg > * a.link-pdf .txt-wrap .box .icn { padding-right: 24px; }

.column-link-hdg > * a.link-pdf .txt-wrap .box .icn::before { margin-top: -10px; }

.column-link-hdg > * a.link-blank .txt-wrap .box .icn::before { width: 16px; height: 12px; content: ''; display: inline-block; background: transparent url(/shared/image/link_icon_blank.svg) no-repeat left top / 16px auto; transition: opacity .2s; font-size: 0; }

.column-link-hdg > * a.link-pdf .txt-wrap .box .icn::before { width: 20px; height: 20px; content: ''; display: inline-block; background: transparent url(/shared/image/link_icon_pdf.svg) no-repeat left top / 20px auto; transition: opacity .2s; font-size: 0; }

.column-link-hdg > * .img-wrap { width: 100%; }

.column-link-hdg > * .txt-wrap { display: flex; flex-direction: column; width: 100%; position: absolute; z-index: 2; bottom: 0; left: 0; }

.column-link-hdg > * .txt-wrap .box { display: flex; align-items: center; min-height: 45px; color: #333; background: rgba(255, 255, 255, 0.8); padding: 2px 15px 2px 10px; position: relative; line-height: 1.2; font-weight: normal; }

.column-link-hdg.row1 > * { width: calc((99.99999% / 2) - 5px); }

.column-link-hdg.row1 > *:nth-child(n+3) { margin-top: 5px; }

.column-link-hdg.row2 > * { width: calc((99.99999% / 2) - 5px); }

.column-link-hdg.row2 > *:nth-child(n+3) { margin-top: 5px; }

.column-link-hdg.row3 > * { width: calc((99.99999% / 2) - 5px); }

.column-link-hdg.row3 > *:nth-child(n+3) { margin-top: 5px; }

.column-link-hdg.row4 > * { width: calc((99.99999% / 2) - 5px); }

.column-link-hdg.row4 > *:nth-child(n+3) { margin-top: 5px; }

.column-link-hdg.row5 > * { width: calc((99.99999% / 2) - 5px); }

.column-link-hdg.row5 > *:nth-child(n+3) { margin-top: 5px; }

.column-link-hdg.row6 > * { width: calc((99.99999% / 2) - 5px); }

.column-link-hdg.row6 > *:nth-child(n+3) { margin-top: 5px; }

.column-link-hdg.row4 { margin-left: -17px; margin-right: -12px; }

.column-link-hdg.row4 > * .txt-wrap .box { font-size: 1.6rem; }

.column-link-dtl { position: relative; z-index: 0; margin: 32px 0 0; }

.column-link-dtl .img-wrap { margin-top: 0; position: relative; overflow: hidden; }

.column-link-dtl .img-wrap:before { content: ""; display: block; padding-top: 75%; }

.column-link-dtl .img-wrap.square:before { content: ""; display: block; padding-top: 100%; }

.column-link-dtl .img-wrap.rectangle:before { content: ""; display: block; padding-top: 56.25%; }

.column-link-dtl .img-wrap.rectangle-pt2:before { content: ""; display: block; padding-top: 46.2%; }

.column-link-dtl .img-wrap img { position: absolute; margin: auto; top: 0; left: 0; right: 0; width: 100%; height: auto; }

.column-link-dtl > * + * { margin-top: 32px; }

.column-link-dtl > * { position: relative; z-index: 0; position: relative; }

.column-link-dtl > * .inner { display: flex; flex-wrap: nowrap; justify-content: space-between; align-items: flex-start; background: #fff; position: relative; padding-bottom: 2.5em; }

.column-link-dtl > * .rev .txt-wrap { order: 2; }

.column-link-dtl > * .img-wrap { width: 42.2%; }

.column-link-dtl > * .txt-wrap { width: 53.8%; padding: 10px 10px 0 0; }

.column-link-dtl > * .txt-wrap .lead { font-size: 1.4rem; line-height: 1.6; color: #333; font-weight: normal; }

.column-link-dtl > * .txt-wrap .hdg { line-height: 1.6; color: #1432aa; font-weight: bold; font-family: "Roboto", sans-serif; }

.column-link-dtl > * .txt-wrap .lead + .hdg { margin-top: 10px; }

.column-link-dtl > * .list-label { position: absolute; bottom: 10px; left: 10px; }

.column-link-dtl > * .box { display: flex; align-items: center; min-height: 45px; color: #fff; background: rgba(0, 0, 0, 0.7); padding: 5px 20px 5px 10px; position: relative; font-size: 1.6rem; line-height: 1.6; word-break: normal; }

.column-link-dtl > * a { display: block; text-decoration: none; }

.column-link-dtl > * a .box::after { content: ''; display: inline-block; position: absolute; width: 4px; height: 4px; border-top: 2px solid #fff; border-left: 2px solid #fff; -webkit-transform: translateX(0) translateY(0); transform: translateX(0) translateY(0); transition: -webkit-transform .2s; transition: transform .2s; transition: transform .2s, -webkit-transform .2s; -webkit-transform: rotate(135deg); transform: rotate(135deg); right: 10px; top: 50%; margin-top: -2px; }

.column-link-pdt { position: relative; z-index: 0; margin: 20px 0 0; }

.column-link-pdt .img-wrap { margin-top: 0; position: relative; overflow: hidden; }

.column-link-pdt .img-wrap:before { content: ""; display: block; padding-top: 75%; }

.column-link-pdt .img-wrap.square:before { content: ""; display: block; padding-top: 100%; }

.column-link-pdt .img-wrap.rectangle:before { content: ""; display: block; padding-top: 56.25%; }

.column-link-pdt .img-wrap.rectangle-pt2:before { content: ""; display: block; padding-top: 46.2%; }

.column-link-pdt .img-wrap img { position: absolute; margin: auto; top: 0; left: 0; right: 0; width: 100%; height: auto; }

.column-link-pdt > * + * { margin-top: 20px; }

.column-link-pdt > * { position: relative; }

.column-link-pdt > * .inner { background: #fff; padding: 15px; }

.column-link-pdt > * .pdt-wrap { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; position: relative; padding: 16px 0 0; }

.column-link-pdt > * .img-wrap { width: 41%; border: #cccccc 1px solid; }

.column-link-pdt > * .txt-wrap { width: 100%; }

.column-link-pdt > * .txt-wrap .lead { font-size: 1.4rem; line-height: 1.6; color: #333; font-weight: normal; }

.column-link-pdt > * .txt-wrap .hdg { line-height: 1.3; color: #1432aa; font-weight: bold; }

.column-link-pdt > * .txt-wrap .lead + .hdg { margin-top: 10px; }

.column-link-pdt > * .list-label { width: 58%; }

.column-link-pdt > * .box { width: 100%; margin-top: 16px; color: #333; }

.column-link-pdt > * a { display: block; text-decoration: none; }

.column-link-pdt > * a:after { right: 10px; bottom: 10px; content: ''; display: inline-block; position: absolute; width: 4px; height: 4px; border-top: 2px solid #1432aa; border-left: 2px solid #1432aa; -webkit-transform: translateX(0) translateY(0); transform: translateX(0) translateY(0); transition: -webkit-transform .2s; transition: transform .2s; transition: transform .2s, -webkit-transform .2s; -webkit-transform: rotate(135deg); transform: rotate(135deg); }

.column-link-pdt > * a.link-blank .icn::before, .column-link-pdt > * a.icn-pdf .icn::before { bottom: 6px; right: 20px; position: absolute; }

.column-link-pdt > * a.link-blank .icn::before { width: 16px; height: 12px; content: ''; display: inline-block; background: transparent url(/shared/image/link_icon_blank.svg) no-repeat left top / 16px auto; transition: opacity .2s; font-size: 0; }

.column-link-pdt > * a.link-pdf .icn::before { width: 20px; height: 20px; content: ''; display: inline-block; background: transparent url(/shared/image/link_icon_pdf.svg) no-repeat left top / 20px auto; transition: opacity .2s; font-size: 0; }

#biz-solution-detail .column-link-pdt > * .img-wrap { border: #cccccc 1px solid; }

#biz-solution-detail .column-link-pdt > * .img-wrap img { border: none; }

.column-link-pdt-pt2 { margin: 32px 0 0; }

.column-link-pdt-pt2 > * + * { margin-top: 24px; }

.column-link-pdt-pt2 > * .inner { width: 100%; }

.column-link-pdt-pt2 > * .hdg { line-height: 1.6; color: #1432aa; font-weight: bold; }

.column-link-pdt-pt2 > * .hdg a { display: block; text-decoration: none; color: #1432aa; position: relative; padding-right: 12px; }

.column-link-pdt-pt2 > * .hdg a:after { content: ''; display: inline-block; position: absolute; width: 4px; height: 4px; border-top: 2px solid #1432aa; border-left: 2px solid #1432aa; -webkit-transform: translateX(0) translateY(0); transform: translateX(0) translateY(0); transition: -webkit-transform .2s; transition: transform .2s; transition: transform .2s, -webkit-transform .2s; -webkit-transform: rotate(135deg); transform: rotate(135deg); position: static; vertical-align: middle; margin-left: 5px; }

.column-link-pdt-pt2 > * .detail { margin-top: 16px; }

.column-link-pdt-pt2 > * .detail:after { content: ""; display: block; clear: both; }

.column-link-pdt-pt2 > * .img-wrap { margin-top: 0; position: relative; overflow: hidden; float: left; width: 41%; margin: 0 15px 10px 0; }

.column-link-pdt-pt2 > * .img-wrap:before { content: ""; display: block; padding-top: 75%; }

.column-link-pdt-pt2 > * .img-wrap.square:before { content: ""; display: block; padding-top: 100%; }

.column-link-pdt-pt2 > * .img-wrap.rectangle:before { content: ""; display: block; padding-top: 56.25%; }

.column-link-pdt-pt2 > * .img-wrap.rectangle-pt2:before { content: ""; display: block; padding-top: 46.2%; }

.column-link-pdt-pt2 > * .img-wrap img { position: absolute; margin: auto; top: 0; left: 0; right: 0; width: 100%; height: auto; }

.column-link-pdt-pt2 > * .img-wrap img { border: #cccccc 1px solid; }

.column-link-pdt-pt2 > * .txt { font-size: 1.4rem; line-height: 1.5; color: #333; font-weight: normal; }

.column-link-pdt-pt2 > * .list-btn { overflow: hidden; width: 100%; }

.column-link-pdt-pt2 > * .btn-inq > a, .column-link-pdt-pt2 > * .btn-inq > button { padding: 10px 20px 10px 10px; }

.column-link-list-pt2 { margin-top: -16px; }

.column-link-list-pt2 > li { margin-top: 40px; }

.column-link-list-pt2 > li a { display: block; text-decoration: none; }

.column-link-list-pt2 > li .inner { display: flex; flex-wrap: wrap; align-items: flex-start; margin-left: -12px; }

.column-link-list-pt2 > li .inner > a { display: flex; flex-wrap: wrap; align-items: flex-start; }

.column-link-list-pt2 > li .inner .img-wrap { margin-top: 0; width: calc(50% - 12px); margin-left: 12px; transition: box-shadow .2s; }

.column-link-list-pt2 > li .inner .img-wrap > span { display: block; position: relative; overflow: hidden; padding-top: 75%; }

.column-link-list-pt2 > li .inner .img-wrap img { position: absolute; top: 0; left: 0; right: 0; margin: auto; width: 100%; height: 100%; }

.column-link-list-pt2 > li .inner .txt-wrap { width: calc(50% - 12px); margin-left: 12px; }

.column-link-list-pt2 > li .inner .txt-wrap .box { color: #333; font-size: 2rem; line-height: 1.6; font-weight: 500; }

.box-add-info { width: 100%; background: #eeeff3; padding: 10px; margin: 10px 0 0; }

a.box-add-info { display: block; color: #333; text-decoration: none; position: relative; z-index: 0; }

a.box-add-info:after { right: 10px; bottom: 10px; content: ''; display: inline-block; position: absolute; width: 4px; height: 4px; border-top: 2px solid #1432aa; border-left: 2px solid #1432aa; -webkit-transform: translateX(0) translateY(0); transform: translateX(0) translateY(0); transition: -webkit-transform .2s; transition: transform .2s; transition: transform .2s, -webkit-transform .2s; -webkit-transform: rotate(135deg); transform: rotate(135deg); }

a.box-add-info.link-blank .icn::before, a.box-add-info.icn-pdf .icn::before { bottom: 6px; right: 20px; position: absolute; }

a.box-add-info.link-blank .icn::before { width: 16px; height: 12px; content: ''; display: inline-block; background: transparent url(/shared/image/link_icon_blank.svg) no-repeat left top / 16px auto; transition: opacity .2s; font-size: 0; }

a.box-add-info.link-pdf .icn::before { width: 20px; height: 20px; content: ''; display: inline-block; background: transparent url(/shared/image/link_icon_pdf.svg) no-repeat left top / 20px auto; transition: opacity .2s; font-size: 0; }

a.box-add-info.link-map .icn::before { position: absolute; right: 24px; bottom: 4px; }

.box-add-info .add-hdr { color: #555555; font-size: 1.8rem; line-height: 1.2; font-weight: bold; }

.box-add-info .list-link-pts { margin-top: 20px; }

.box-add-info .list-link-pts li { font-size: 1.8rem; line-height: 1.5; }

.box-add-info .list-link-pts.list-row { margin-top: 0; }

.box-add-info .detail { font-size: 1.8rem; line-height: 1.5; margin: 20px 0 0; }

.box-add-info > .list-notes { margin: 10px 0 0; padding: 0; }

.box-add-info > .list-notes > li { font-size: 1.8rem; line-height: 1.5; }

.box-std { padding: 15px; margin: 20px 0 0; }

.box-std > *:first-child { margin-top: 0; }

.box-std .txt-std { font-weight: normal; }

.box-std .list-dl-std-pt3 dt + dd { margin-top: 5px; }

.box-std.sp-fit { margin-left: -12px; margin-right: -12px; }

.box-std + .btn, .box-std + .btn-sp { margin-top: 24px; }

.box-std-pt2 { margin: 20px 0 0; position: relative; z-index: 0; }

.box-std-pt2 .wrap-hdg { margin-top: 0; }

.box-std-pt2 .txt-std { font-weight: normal; }

.box-std-pt2 .list-dl-std-pt3 { border-top: #92959d 1px dotted; margin: 0 10px; padding: 10px 0; }

.box-std-pt2 .list-dl-std-pt3 dt + dd { margin-top: 5px; }

.box-std-pt2 .wrap-around { display: block; text-decoration: none; color: #333; padding: 20px; position: relative; }

.box-std-pt2 .wrap-around .img-wrap { margin-top: -10px; margin-left: -10px; max-width: 120px; }

.box-std-pt2 .wrap-around .img-wrap.left { float: left; margin: -20px 15px 10px -20px; }

.box-std-pt2 .wrap-around:after { right: 10px; bottom: 10px; content: ''; display: inline-block; position: absolute; width: 4px; height: 4px; border-top: 2px solid #1432aa; border-left: 2px solid #1432aa; -webkit-transform: translateX(0) translateY(0); transform: translateX(0) translateY(0); transition: -webkit-transform .2s; transition: transform .2s; transition: transform .2s, -webkit-transform .2s; -webkit-transform: rotate(135deg); transform: rotate(135deg); }

.box-std-pt2 .wrap-around.link-blank .icn::before, .box-std-pt2 .wrap-around.icn-pdf .icn::before { bottom: 6px; right: 20px; position: absolute; }

.box-std-pt2 .wrap-around.link-blank .icn::before { width: 16px; height: 12px; content: ''; display: inline-block; background: transparent url(/shared/image/link_icon_blank.svg) no-repeat left top / 16px auto; transition: opacity .2s; font-size: 0; }

.box-std-pt2 .wrap-around.link-pdf .icn::before { width: 20px; height: 20px; content: ''; display: inline-block; background: transparent url(/shared/image/link_icon_pdf.svg) no-repeat left top / 20px auto; transition: opacity .2s; font-size: 0; }

.box-intro-pdt { width: 100%; background: #fff; padding: 10px; margin: 32px 0 0; }

.box-intro-pdt .intro-hdr { border-bottom: #9c9fa6 1px dotted; margin: 0; }

.box-intro-pdt .intro-hdr .hdr { font-weight: bold; font-size: 1.6rem; line-height: 1.2; }

.box-intro-pdt .intro-hdr .hdr > a { margin-top: -10px; display: block; padding: 10px 30px 10px 0; color: #1432aa; text-decoration: none; position: relative; }

.box-intro-pdt .intro-hdr .hdr > a:after { content: ''; display: inline-block; position: absolute; width: 4px; height: 4px; border-top: 2px solid #1432aa; border-left: 2px solid #1432aa; -webkit-transform: translateX(0) translateY(0); transform: translateX(0) translateY(0); transition: -webkit-transform .2s; transition: transform .2s; transition: transform .2s, -webkit-transform .2s; -webkit-transform: rotate(135deg); transform: rotate(135deg); right: 0; top: 50%; margin-top: -2px; }

.box-intro-pdt .intro-hdr .hdr > a .icn::before { position: absolute; right: 10px; top: 50%; margin-top: -6px; }

.box-intro-pdt .intro-hdr .hdr > span { margin-top: -10px; display: block; padding: 10px 30px 10px 0; color: #1432aa; text-decoration: none; position: relative; }

.box-intro-pdt .wrap-around .img-wrap.left { margin-bottom: 5px; }

.box-intro-pdt .wrap-around .img-wrap img { border: #cccccc 1px solid; }

.box-intro-pdt .list-link-pts { margin-top: 15px; }

.box-intro-pdt .list-link-pts.list-row { margin-top: 0; }

.media-st-list > .inner { margin-top: 48px; }

.media-st-list > .inner:first-child { margin-top: 30px; }

.media-st-list > .inner .dtl-wrap { margin-top: 20px; }

.media-st-list > .inner .dtl-wrap .hdg { font-weight: bold; font-size: 2rem; line-height: 1.2; margin-top: 0; }

.media-st-list > .inner .dtl-wrap .txt { line-height: 1.7; margin-top: 12px; }

.btn, .btn-sp { margin-top: 20px; text-align: center; }

.btn > a, .btn-sp > a, .btn > button, .btn-sp > button { color: #333; text-decoration: none; font-weight: bold; display: block; font-size: 1.8rem; line-height: 1.3; width: 100%; border: 1px solid #666666; padding: 13px 25px 13px 20px; position: relative; background-color: #fff; text-align: left; }

.btn > a:after, .btn-sp > a:after, .btn > button:after, .btn-sp > button:after { right: 12px; top: 50%; margin-top: -2px; content: ''; display: inline-block; position: absolute; width: 4px; height: 4px; border-top: 2px solid #1432aa; border-left: 2px solid #1432aa; -webkit-transform: translateX(0) translateY(0); transform: translateX(0) translateY(0); transition: -webkit-transform .2s; transition: transform .2s; transition: transform .2s, -webkit-transform .2s; -webkit-transform: rotate(135deg); transform: rotate(135deg); }

.btn > a.link-blank, .btn-sp > a.link-blank, .btn > a.link-pdf, .btn-sp > a.link-pdf, .btn > button.link-blank, .btn-sp > button.link-blank, .btn > button.link-pdf, .btn-sp > button.link-pdf { padding-right: 42px; }

.btn.btn-l, .btn-l.btn-sp { text-align: center; }

.btn.btn-l > a, .btn-l.btn-sp > a, .btn.btn-l > button, .btn-l.btn-sp > button { font-weight: bold; justify-content: center; }

.btn.close > a:before, .close.btn-sp > a:before, .btn.close > a:after, .close.btn-sp > a:after, .btn.close > button:before, .close.btn-sp > button:before, .btn.close > button:after, .close.btn-sp > button:after { content: none; position: absolute; content: ''; background: #000; display: block; width: 2px; height: 20px; top: 0; bottom: 0; margin: auto; right: 20px; }

.btn.close > a:before, .close.btn-sp > a:before, .btn.close > button:before, .close.btn-sp > button:before { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }

.btn.close > a:after, .close.btn-sp > a:after, .btn.close > button:after, .close.btn-sp > button:after { border: none; -webkit-transform: rotate(45deg); transform: rotate(45deg); background: #000; width: 2px; height: 20px; }

.btn.close > a:hover:before, .close.btn-sp > a:hover:before, .btn.close > button:hover:before, .close.btn-sp > button:hover:before { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }

.btn.close > a:hover:after, .close.btn-sp > a:hover:after, .btn.close > button:hover:after, .close.btn-sp > button:hover:after { -webkit-transform: rotate(45deg); transform: rotate(45deg); }

.btn .icn:before, .btn-sp .icn:before { position: absolute; top: 50%; }

.btn .link-blank .icn, .btn-sp .link-blank .icn { padding-right: 20px; }

.btn .link-blank .icn:before, .btn-sp .link-blank .icn:before { margin-top: -5px; right: 23px; }

.btn .link-pdf .icn, .btn-sp .link-pdf .icn { padding-right: 20px; }

.btn .link-pdf .icn:before, .btn-sp .link-pdf .icn:before { margin-top: -10px; right: 27px; }

.btn .link-download, .btn-sp .link-download { padding-left: 20px; }

.btn .link-download:after, .btn-sp .link-download:after { content: none; }

.btn .link-download .icn, .btn-sp .link-download .icn { padding-right: 25px; }

.btn .link-download .icn:before, .btn-sp .link-download .icn:before { margin-top: -10px; right: 10px; }

.btn .link-map .icn, .btn-sp .link-map .icn { padding-right: 30px; }

.btn .link-map .icn:before, .btn-sp .link-map .icn:before { margin-top: -6px; right: 23px; }

.btn-anc { margin-top: 16px; }

.btn-anc > a, .btn-anc > button { color: #333; text-decoration: none; font-weight: normal; font-size: 1.6rem; line-height: 1.5; display: inline-flex; justify-content: center; text-align: center; min-height: 65px; width: 100%; border: 1px solid #666666; padding: 13px 20px 20px 20px; position: relative; background-color: #fff; }

.btn-anc > a:after, .btn-anc > button:after { left: 0; right: 0; bottom: 13px; margin: auto; content: ''; display: inline-block; position: absolute; width: 4px; height: 4px; border-top: 2px solid #1432aa; border-left: 2px solid #1432aa; -webkit-transform: translateX(0) translateY(0); transform: translateX(0) translateY(0); transition: -webkit-transform .2s; transition: transform .2s; transition: transform .2s, -webkit-transform .2s; -webkit-transform: rotate(225deg); transform: rotate(225deg); }

.btn-inq { margin-top: 32px; font-weight: bold; }

.btn-inq .unsubscribe { display: none; }

.btn-inq .unsubscribe.on { opacity: 0.6; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.btn-inq > a, .btn-inq > button { color: #fff; text-decoration: none; font-weight: bold; display: inline-flex; font-size: 1.6rem; line-height: 1.5; width: 100%; border: 1px solid #e13000; padding: 13px 25px 13px 20px; position: relative; background-color: #e13000; }

.btn-inq > a:after, .btn-inq > button:after { right: 12px; top: 50%; margin-top: -2px; content: ''; display: inline-block; position: absolute; width: 4px; height: 4px; border-top: 2px solid #fff; border-left: 2px solid #fff; -webkit-transform: translateX(0) translateY(0); transform: translateX(0) translateY(0); transition: -webkit-transform .2s; transition: transform .2s; transition: transform .2s, -webkit-transform .2s; -webkit-transform: rotate(135deg); transform: rotate(135deg); }

.btn-inq .link-blank .icn { padding-right: 20px; }

.btn-inq .link-blank .icn:before { margin-top: -5px; right: 27px; position: absolute; top: 50%; width: 16px; height: 12px; content: ''; display: inline-block; background: transparent url(/shared/image/link_icon_blank_w.svg) no-repeat left top / 16px auto; transition: opacity .2s; font-size: 0; }

.btn-inq .link-download .icn { padding-right: 20px; }

.btn-inq .link-download .icn:before { margin-top: -10px; right: 27px; position: absolute; top: 50%; width: 21px; height: 21px; content: ''; display: inline-block; background: transparent url(/shared/image/link_icon_download_w.svg) no-repeat left top / 21px auto; transition: opacity .2s; font-size: 0; }

.btn-inq .link-pdf .icn { padding-right: 20px; }

.btn-inq .link-pdf .icn:before { margin-top: -10px; right: 27px; position: absolute; top: 50%; width: 20px; height: 20px; content: ''; display: inline-block; background: transparent url(/shared/image/link_icon_pdf_w.svg) no-repeat left top / 20px auto; transition: opacity .2s; font-size: 0; }

.btn-sp { margin-top: 32px; text-align: center; }

.btn-sp > a { align-items: center; justify-content: center; text-align: center; text-shadow: 0px 0px 3px #fff; }

.btn-sp.sp1 > a, .btn-sp.sp1 > button { background: #fff url(/shared/image/btn_sp01.jpg) no-repeat left center/contain; font-weight: normal; }

.btn-sp.sp2 > a, .btn-sp.sp2 > button { background: #fff url(/shared/image/btn_sp02.jpg) no-repeat left center/contain; font-weight: normal; }

.btn-sp.sp3 > a, .btn-sp.sp3 > button { background: #fff url(/shared/image/btn_sp03.jpg) no-repeat left center/46px auto; font-weight: normal; }

.btn-sp.sp4 > a, .btn-sp.sp4 > button { background: #fff url(/shared/image/btn_sp04.jpg) no-repeat left center/contain; font-weight: normal; }

.btn-sp.sp5 > a, .btn-sp.sp5 > button { background: #fff url(/shared/image/btn_sp05.jpg) no-repeat left center/auto 25px; font-weight: normal; padding-left: 60px; text-align: center; }

.btn-sp.sp6 > a, .btn-sp.sp6 > button { background: #fff url(/shared/image/btn_sp08.jpg) no-repeat left center/contain; font-weight: normal; padding-left: 60px; text-align: center; }

.wrap-rss > .btn-rss { margin-top: 16px; }

.btn-rss > a, .btn-rss > button { width: 40px; height: 18px; border: 1px solid #e13000; position: relative; font-size: 1.1rem; line-height: 18px; letter-spacing: -.05em; background: #fff; padding-left: 15px; display: flex; flex-direction: column; justify-content: center; color: #e13000; text-decoration: none; font-weight: normal; }

.btn-rss > a:before, .btn-rss > button:before { content: ''; position: absolute; top: 50%; margin-top: -5px; left: 3px; width: 10px; height: 10px; background: transparent url(/shared/image/link_icon_rss.svg) left top/10px auto; }

.btn-row-list { margin-top: 32px; border-bottom: 1px solid #6e6c6c; display: flex; justify-content: space-around; margin-left: -12px; margin-right: -12px; }

.btn-row-list .btn-row { -webkit-transform: translateY(1px); transform: translateY(1px); display: flex; }

.btn-row-list .btn-row > a, .btn-row-list .btn-row > button { display: flex; align-items: center; width: 100%; color: #000; text-decoration: none; font-weight: normal; font-size: 1.6rem; line-height: 1.5; border: 1px solid #666666; padding: 13px 25px 13px 15px; position: relative; background-color: #fff; }

.btn-row-list .btn-row > a:after, .btn-row-list .btn-row > button:after { right: 12px; top: 50%; margin-top: -2px; content: ''; display: inline-block; position: absolute; width: 4px; height: 4px; border-top: 2px solid #1432aa; border-left: 2px solid #1432aa; -webkit-transform: translateX(0) translateY(0); transform: translateX(0) translateY(0); transition: -webkit-transform .2s; transition: transform .2s; transition: transform .2s, -webkit-transform .2s; -webkit-transform: rotate(135deg); transform: rotate(135deg); }

.btn-row-list .btn-row.current > a, .btn-row-list .btn-row.current > button { color: #1432aa; border-bottom: 1px solid #fff; }

.btn-row-list .btn-row.current > a:after, .btn-row-list .btn-row.current > button:after { content: ''; display: inline-block; position: absolute; width: 4px; height: 4px; border-top: 2px solid #1432aa; border-left: 2px solid #1432aa; -webkit-transform: translateX(0) translateY(0); transform: translateX(0) translateY(0); transition: -webkit-transform .2s; transition: transform .2s; transition: transform .2s, -webkit-transform .2s; -webkit-transform: rotate(225deg); transform: rotate(225deg); }

.btn-row-list.row2 .btn-row { width: calc((99.99999% / 2) - 6px); }

.btn-row-list.row2 .btn-row:first-child { margin-left: 3px; }

.btn-row-list.row2 .btn-row:last-child { margin-right: 3px; }

.btn-row-list.row3 .btn-row { width: calc((99.99999% / 3) - 6px); }

.btn-row-list.row3 .btn-row:first-child { margin-left: 3px; }

.btn-row-list.row3 .btn-row:last-child { margin-right: 3px; }

.btn-row-list.row4 .btn-row { width: calc((99.99999% / 4) - 6px); }

.btn-row-list.row4 .btn-row > a, .btn-row-list.row4 .btn-row > button { font-size: 1.4rem; padding: 5px 20px 5px 15px; }

.btn-row-list.row4 .btn-row > a:after, .btn-row-list.row4 .btn-row > button:after { right: 5px; }

.btn-row-list.row4 .btn-row:first-child { margin-left: 3px; }

.btn-row-list.row4 .btn-row:last-child { margin-right: 3px; }

.btn-row-list-pt2 { margin-top: 32px; border-top: 1px solid #6e6c6c; display: flex; justify-content: space-around; margin-left: -12px; margin-right: -12px; }

.btn-row-list-pt2 .btn-row { -webkit-transform: translateY(-1px); transform: translateY(-1px); display: flex; }

.btn-row-list-pt2 .btn-row > a, .btn-row-list-pt2 .btn-row > button { display: flex; align-items: center; width: 100%; color: #000; text-decoration: none; font-weight: normal; font-size: 1.6rem; line-height: 1.5; border: 1px solid #666666; padding: 13px 25px 13px 15px; position: relative; background-color: #fff; }

.btn-row-list-pt2 .btn-row > a:after, .btn-row-list-pt2 .btn-row > button:after { right: 12px; top: 50%; margin-top: -2px; content: ''; display: inline-block; position: absolute; width: 4px; height: 4px; border-top: 2px solid #1432aa; border-left: 2px solid #1432aa; -webkit-transform: translateX(0) translateY(0); transform: translateX(0) translateY(0); transition: -webkit-transform .2s; transition: transform .2s; transition: transform .2s, -webkit-transform .2s; -webkit-transform: rotate(135deg); transform: rotate(135deg); }

.btn-row-list-pt2 .btn-row.current > a, .btn-row-list-pt2 .btn-row.current > button { color: #1432aa; border-top: 1px solid #fff; }

.btn-row-list-pt2 .btn-row.current > a:after, .btn-row-list-pt2 .btn-row.current > button:after { content: ''; display: inline-block; position: absolute; width: 4px; height: 4px; border-top: 2px solid #1432aa; border-left: 2px solid #1432aa; -webkit-transform: translateX(0) translateY(0); transform: translateX(0) translateY(0); transition: -webkit-transform .2s; transition: transform .2s; transition: transform .2s, -webkit-transform .2s; -webkit-transform: rotate(45deg); transform: rotate(45deg); }

.btn-row-list-pt2.row2 .btn-row { width: calc((99.99999% / 2) - 6px); }

.btn-row-list-pt2.row2 .btn-row:first-child { margin-left: 3px; }

.btn-row-list-pt2.row2 .btn-row:last-child { margin-right: 3px; }

.btn-row-list-pt2.row3 .btn-row { width: calc((99.99999% / 3) - 6px); }

.btn-row-list-pt2.row3 .btn-row:first-child { margin-left: 3px; }

.btn-row-list-pt2.row3 .btn-row:last-child { margin-right: 3px; }

.btn-row-list-pt2.row4 .btn-row { width: calc((99.99999% / 4) - 6px); }

.btn-row-list-pt2.row4 .btn-row:first-child { margin-left: 3px; }

.btn-row-list-pt2.row4 .btn-row:last-child { margin-right: 3px; }

.pager-btn-list { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; margin-left: -12px; margin-top: 32px; }

.pager-btn-list .pager-btn { margin-top: 32px; margin-left: 12px; }

.pager-btn-list .pager-btn > a { text-align: center; border: 1px solid #eeeff3; display: flex; align-items: center; justify-content: center; min-width: 32px; height: 32px; color: #333; text-decoration: none; }

.pager-btn-list .pager-btn > a span.current { text-decoration: underline; color: #0000ff; display: flex; align-items: center; justify-content: center; position: relative; min-width: 32px; height: 32px; }

.pager-btn-list .pager-btn > a span.current:after { content: ''; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; border: 1px solid #0033af; box-sizing: border-box; }

.pager-btn-list .pager-prev, .pager-btn-list .pager-next { margin-top: 32px; }

.pager-btn-list .pager-prev > a, .pager-btn-list .pager-next > a { text-decoration: none; color: #333; position: relative; }

.pager-btn-list .pager-prev > a:after, .pager-btn-list .pager-next > a:after { top: 0; bottom: 0; margin: auto; position: absolute; vertical-align: middle; }

.pager-btn-list .pager-prev > a { padding-left: 15px; }

.pager-btn-list .pager-prev > a:after { left: 0; content: ''; display: inline-block; position: absolute; width: 4px; height: 4px; border-top: 2px solid #1432aa; border-left: 2px solid #1432aa; -webkit-transform: translateX(0) translateY(0); transform: translateX(0) translateY(0); transition: -webkit-transform .2s; transition: transform .2s; transition: transform .2s, -webkit-transform .2s; -webkit-transform: rotate(315deg); transform: rotate(315deg); }

.pager-btn-list .pager-next { margin-left: 12px; }

.pager-btn-list .pager-next > a { padding-right: 15px; }

.pager-btn-list .pager-next > a:after { right: 0; content: ''; display: inline-block; position: absolute; width: 4px; height: 4px; border-top: 2px solid #1432aa; border-left: 2px solid #1432aa; -webkit-transform: translateX(0) translateY(0); transform: translateX(0) translateY(0); transition: -webkit-transform .2s; transition: transform .2s; transition: transform .2s, -webkit-transform .2s; -webkit-transform: rotate(135deg); transform: rotate(135deg); }

html.navOn { height: 100%; overflow: hidden; }

html.navOn body { height: 100%; overflow: hidden; }

.l-all { overflow: hidden; position: relative; transition: left .3s; left: 0; }

.l-all.navOpen { left: 83%; }

.g-customer .l-body, .g-consumer .l-body { padding-bottom: 0; }

.l-body { padding-bottom: 80px; }

.l-body.rev { display: flex; flex-direction: column; }

.l-body.rev > .l-body-main { order: 1; }

.l-body.rev > .l-body-foot { order: 2; padding-top: 45px; }

.l-body.rev > .l-body-sub { order: 3; }

.l-body.row1 > .l-body-foot { margin-top: 80px; }

.l-body.contact-static .l-body-main .hdg-lv1 { text-align: center; }

.l-body.contact-static .l-body-main .hdg-lv1 + .txt-std { text-align: center; font-weight: bold; }

.l-body.news04 .hdg-lv1 { font-size: 2.8rem; text-align: left; }

.l-body.corp01 .hdg-lv1 { text-align: center; }

.l-body.corp01 .hdg-lv1 + .txt-std.lead { text-align: center; }

.l-body.otr07 .hdg-lv1 { text-align: left; }

.l-body.otr07 .hdg-lv1 ~ .txt-std.lead { text-align: left; }

.l-body.csr02 .hdg-lv1 ~ .txt-std { font-weight: bold; text-align: center; }

.l-body.prvy06 .hdg-lv1 { text-align: left; }

.l-body.prvy06 .hdg-lv1 ~ .txt-std.lead { text-align: left; }

.l-body-main { padding: 20px 15px 0; }

.l-body-foot { padding: 0 15px 30px; }

.l-body-sub { margin-top: 55px; }

.l-inner-full { margin: 0 -15px; }

.l-inner-full-sp { padding: 0 15px; margin: 0 -15px; }

.bread-crumbs { display: none; }

.l-body-simple .bread-crumbs { display: block; min-width: 0; background-color: none; }

.l-body-simple .bread-crumbs > ol { width: auto; margin: 0 0 0 -15px; padding: 11px 0 0; display: flex; align-items: flex-start; flex-wrap: wrap; }

.l-body-simple .bread-crumbs > ol li { font-size: 1.4rem; line-height: 1.5; margin-left: 15px; }

.l-body-simple .bread-crumbs > ol li + li { margin-left: 15px; padding-left: 20px; position: relative; }

.l-body-simple .bread-crumbs > ol li + li:before { left: 0; top: 0; bottom: 0; margin: auto; content: ''; display: inline-block; position: absolute; width: 4px; height: 4px; border-top: 1px solid #6a6a6a; border-left: 1px solid #6a6a6a; -webkit-transform: translateX(0) translateY(0); transform: translateX(0) translateY(0); transition: -webkit-transform .2s; transition: transform .2s; transition: transform .2s, -webkit-transform .2s; -webkit-transform: rotate(135deg); transform: rotate(135deg); }

.l-body-simple .bread-crumbs > ol li > a { color: #333; text-decoration: none; }

.l-body-simple .bread-crumbs > ol li > a:hover { color: #0000ff; text-decoration: underline; }

.bg-col0 { background: #fff !important; }

.bg-col05 { background: rgba(255, 255, 255, 0.5) !important; }

.bg-col1 { background: #eeeeee !important; }

.bg-col2 { background: #eeeff3 !important; }

.bg-col3 { background: #e8ebf7 !important; }

.bg-col4 { background: #e8f1fa !important; }

.bg-col5 { background: #e8f5fa !important; }

.bg-col6 { background: #f3eeee !important; }

.bg-col7 { background: #f5f9e6 !important; }

.bg-col8 { background: #f0f7f9 !important; }

.bg-col9 { background: #fbfbfc !important; }

.bg-col10 { background: #f9f9f9 !important; }

.bg-col11 { background: #f3eeee !important; }

.bg-col12 { background: #f6f6f6 !important; }

.bg-col13 { background: #fdffe5 !important; }

.bg-col14 { background: #D8E5EF !important; }

.section { padding-top: 32px; }

.l-inner { padding-top: 12px; padding-bottom: 24px; }

.wrap-page-top { position: relative; z-index: 9999; }

.wrap-page-top .page-top, .wrap-page-top .page-top-pt2 { position: absolute; right: 0; transition: bottom .3s; }

.wrap-page-top .page-top.pageTopFixed, .wrap-page-top .page-top-pt2.pageTopFixed { position: fixed; transition: bottom .3s; }

.wrap-page-top .page-top .inner-page-top, .wrap-page-top .page-top-pt2 .inner-page-top { display: block; width: 42px; height: 42px; background-color: #1432AA; position: relative; transition: opacity .3s; }

.wrap-page-top .page-top .inner-page-top:after, .wrap-page-top .page-top-pt2 .inner-page-top:after { position: absolute; left: 0; right: 0; top: 15px; margin: auto; width: 18px; height: 18px; content: ''; border-top: 2px solid #fff; border-right: 2px solid #fff; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }

.l-head { background: #fff; }

.l-head > .l-inner { position: relative; }

.logo-head > a { display: inline-block; }

.nav-hdg { position: relative; }

.nav-hdg > a { color: #1432aa; font-weight: bold; line-height: 1.2; display: block; text-decoration: none; }

.nav-hdg::before { content: none; position: absolute; left: 0; right: 0; width: 0; height: 0; margin: auto; border-style: solid; border-color: #1432aa transparent transparent transparent; }

.chrome .wrap-nav-head { -ms-grid-rows: auto 63px; grid-template-rows: auto 63px; }

.wrap-search-head { font-size: 0; }

.search-head input.inp-txt, .search-head .inp-btn { display: inline-block; vertical-align: middle; }

.search-head input.inp-txt:focus, .search-head .inp-btn:focus { outline: 2px solid; }

.search-head input.inp-txt { font-size: 1.6rem; color: #999999; }

.search-head input.inp-txt:focus { background-color: #f8f6e2; border: 1px solid #8C8C8C; color: #707070; }

.search-head input.inp-txt:focus::-webkit-input-placeholder { color: #707070; }

.search-head input.inp-txt:focus:-ms-input-placeholder { color: #707070; }

.search-head input.inp-txt:focus::-ms-input-placeholder { color: #707070; }

.search-head input.inp-txt:focus::placeholder { color: #707070; }

.search-head input.inp-txt:focus + .inp-btn { background: #f8f6e2 url(/shared/image/icon_search.png) no-repeat center/20px auto; }

.search-head .inp-btn { text-indent: 100%; white-space: nowrap; overflow: hidden; background: url(/shared/image/icon_search.png) no-repeat center/20px auto; }

.search-head .inp-btn:focus { opacity: .65; }

.search-head-pr { display: none; }

.nav-global > li > a { line-height: 1.2; font-weight: normal; display: block; position: relative; text-decoration: none; }

.nav-select-language#google_translate_element .goog-te-gadget-simple { border: none; padding: 0; font-size: 1.4rem; }

.nav-select-language#google_translate_element .goog-te-gadget-simple > span .goog-te-menu-value > span { border-left: none !important; }

.wrap-nav-sub { background-color: #1432aa; padding: 1px 12px 0; }

.nav-sub > li > a { position: relative; font-size: 1.4rem; text-decoration: none; display: inline-block; }

.nav-sub > li > a:before { position: absolute; margin: auto; top: 0; }

.nav-sub > li > a:has(.icn)::before { content: none; }

.nav-sub > li > a.link-blank { padding-right: 38px; }

.contact-head-btn > a { text-decoration: none; color: #fff; background-color: #e13000; line-height: 1.2; font-weight: normal; }

.contact-head-btn > a > .icn { position: absolute; top: 50%; margin-top: -6px; }

.contact-head-btn > a > .icn:before { width: 16px; height: 12px; content: ''; display: inline-block; background: transparent url(/shared/image/link_icon_blank_w.svg) no-repeat left top / 16px auto; transition: opacity .2s; font-size: 0; }

.contact-head-btn > a:before { position: absolute; margin: auto; top: 0; }

.contact-head-btn > a .head-hide-txt { display: none; }

.l-head-simple { position: relative; }

.l-head-simple > .l-inner { padding: 12px; }

.l-head-simple .logo { margin-left: 6px; }

.l-head-simple .logo a { display: inline-block; }

.l-head-simple .logo a img { width: 85px; height: auto; }

.l-head-simple .wrap-btn-close { position: absolute; right: 10px; top: 5px; }

.l-head-simple .btn-close { display: block; position: relative; padding: 10px 30px 10px 10px; font-weight: normal; font-size: 1.6rem; }

.l-head-simple .btn-close:before, .l-head-simple .btn-close:after { position: absolute; content: ''; background: #000; display: block; width: 2px; height: 20px; top: 0; bottom: 0; margin: auto; right: 10px; }

.l-head-simple .btn-close:before { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }

.l-head-simple .btn-close:after { -webkit-transform: rotate(45deg); transform: rotate(45deg); }

.l-head-simple .l-head-hdg { font-weight: bold; line-height: 1.2; margin: 32px 0 0; color: #1432aa; font-size: 1.6rem; text-align: center; padding: 0 12px 15px; border-bottom: 1px solid #1432aa; }

.l-head-simple .wrap-head-btn { padding-right: 52px; margin-left: 12px; }

.l-head-simple .btn-faciliti { display: flex; align-items: center; }

.l-head-simple .btn-faciliti img { width: 24px; height: 24px; }

.l-head-simple .btn-faciliti span { position: relative; color: #333; font-size: 1.4rem; margin-left: 12px; padding-right: 15px; color: #333; font-weight: normal; transition: color .2s; }

.l-head-simple .btn-faciliti span:before { top: 0; bottom: 0; right: 2px; margin: auto; content: ''; display: inline-block; position: absolute; width: 4px; height: 4px; border-top: 2px solid #666666; border-left: 2px solid #666666; -webkit-transform: translateX(0) translateY(0); transform: translateX(0) translateY(0); transition: -webkit-transform .2s; transition: transform .2s; transition: transform .2s, -webkit-transform .2s; -webkit-transform: rotate(135deg); transform: rotate(135deg); }

.l-foot-main { padding: 0 15px; }

.wrap-biz-category { background: #f0f7f9; margin-top: 0; padding: 12px 0 20px; }

.wrap-biz-category dl { padding: 0 15px; }

.wrap-biz-category dl dt { color: #1432aa; font-weight: bold; padding-bottom: 5px; font-size: 2.8rem; line-height: 1.2; }

.wrap-biz-category dl dd > ul > li { color: #000; font-size: 1.4rem; font-weight: normal; margin-top: 20px; }

.wrap-biz-category dl dd > ul > li > span > span { font-weight: bold; }

.wrap-biz-category dl dd > ul > li > ul { display: flex; flex-wrap: wrap; }

.wrap-biz-category dl dd > ul > li > ul > li { margin-top: 5px; width: 100%; display: flex; flex-wrap: wrap; }

.wrap-biz-category dl dd > ul > li > ul > li > a { display: block; width: 100%; text-decoration: none; word-break: break-word; }

.wrap-biz-category dl dd > ul > li > ul > li > a > .hdg { display: flex; flex-wrap: wrap; align-items: center; background: #1432aa; width: 100%; padding-left: 50px; height: 44px; color: #fff; text-decoration: none; line-height: 1.2; }

.wrap-biz-category dl dd > ul > li > ul > li > a > .txt { display: flex; flex-wrap: wrap; align-items: center; background: #fff; width: 100%; color: #000; padding: 10px 20px 10px 5px; font-size: 1.2rem; line-height: 1.2; position: relative; }

.wrap-biz-category dl dd > ul > li > ul > li > a > .txt:after { right: 8px; top: 50%; margin-top: -2px; content: ''; display: inline-block; position: absolute; width: 4px; height: 4px; border-top: 2px solid #1432aa; border-left: 2px solid #1432aa; -webkit-transform: translateX(0) translateY(0); transform: translateX(0) translateY(0); transition: -webkit-transform .2s; transition: transform .2s; transition: transform .2s, -webkit-transform .2s; -webkit-transform: rotate(135deg); transform: rotate(135deg); }

.wrap-biz-category dl dd > ul > li > ul > li.biz-cat0101 a > .hdg { background: #1432aa url(/shared/image/biz_bg_cat0101_s.jpg) no-repeat left center; background-size: 44px 44px; }

.wrap-biz-category dl dd > ul > li > ul > li.biz-cat0201 a > .hdg { background: #1432aa url(/shared/image/biz_bg_cat0201_s.jpg) no-repeat left center; background-size: 44px 44px; }

.wrap-biz-category dl dd > ul > li > ul > li.biz-cat0202 a > .hdg { background: #1432aa url(/shared/image/biz_bg_cat0202_s.jpg) no-repeat left center; background-size: 44px 44px; }

.wrap-biz-category dl dd > ul > li > ul > li.biz-cat0203 a > .hdg { background: #1432aa url(/shared/image/biz_bg_cat0203_s.jpg) no-repeat left center; background-size: 44px 44px; }

.wrap-biz-category dl dd > ul > li > ul > li.biz-cat0204 a > .hdg { background: #1432aa url(/shared/image/biz_bg_cat0204_s.jpg) no-repeat left center; background-size: 44px 44px; }

.wrap-biz-category dl dd > ul > li > ul > li.biz-cat0205 a > .hdg { background: #1432aa url(/shared/image/biz_bg_cat0205_s.jpg) no-repeat left center; background-size: 44px 44px; }

.wrap-biz-category dl dd > ul > li > ul > li.biz-cat0206 a > .hdg { background: #1432aa url(/shared/image/biz_bg_cat0206_s.jpg) no-repeat left center; background-size: 44px 44px; }

.wrap-biz-category dl dd > ul > li > ul > li.biz-cat0207 a > .hdg { background: #1432aa url(/shared/image/biz_bg_cat0207_s.jpg) no-repeat left center; background-size: 44px 44px; }

.wrap-biz-category dl dd > ul > li > ul > li.biz-cat0301 a > .hdg { background: #1432aa url(/shared/image/biz_bg_cat0301_s.jpg) no-repeat left center; background-size: 44px 44px; }

.wrap-biz-category dl dd > ul > li > ul > li.biz-cat0401 a > .hdg { background: #1432aa url(/shared/image/biz_bg_cat0401_s.jpg) no-repeat left center; background-size: 44px 44px; }

.wrap-biz-category dl dd > ul > li > ul > li.biz-cat0402 a > .hdg { background: #1432aa url(/shared/image/biz_bg_cat0402_s.jpg) no-repeat left center; background-size: 44px 44px; }

.wrap-biz-category dl dd > ul > li > ul > li.biz-cat0501 a > .hdg { background: #1432aa url(/shared/image/biz_bg_cat0501_s.jpg) no-repeat left center; background-size: 44px 44px; }

.wrap-biz-category dl dd > ul > li > ul > li.biz-cat0502 a > .hdg { background: #1432aa url(/shared/image/biz_bg_cat0502_s.jpg) no-repeat left center; background-size: 44px 44px; }

.wrap-biz-category dl dd > ul > li > ul > li.biz-cat0601 a > .hdg { background: #1432aa url(/shared/image/biz_bg_cat0601_s.jpg) no-repeat left center; background-size: 44px 44px; }

.wrap-biz-category dl dd > ul > li > ul > li.biz-cat0602 a > .hdg { background: #1432aa url(/shared/image/biz_bg_cat0602_s.jpg) no-repeat left center; background-size: 44px 44px; }

.wrap-biz-category dl dd > ul > li > ul > li.biz-cat0603 a > .hdg { background: #1432aa url(/shared/image/biz_bg_cat0603_s.jpg) no-repeat left center; background-size: 44px 44px; }

.wrap-biz-category dl dd > ul > li > ul > li.biz-cat0604 a > .hdg { background: #1432aa url(/shared/image/biz_bg_cat0604_s.jpg) no-repeat left center; background-size: 44px 44px; }

.wrap-biz-category dl dd > ul > li > ul > li.biz-cat0701 a > .hdg { background: #1432aa url(/shared/image/biz_bg_cat0701_s.jpg) no-repeat left center; background-size: 44px 44px; }

.wrap-biz-ftr-category { background: #1432aa; margin-top: 0; padding-top: 15px; padding-bottom: 30px; color: #fff; }

.wrap-biz-ftr-category .lead { font-size: 1.4rem; line-height: 1.2; }

.wrap-biz-ftr-category dl dt { overflow: hidden; font-size: 1.4rem; line-height: 1.2; font-weight: normal; margin-top: 20px; }

.wrap-biz-ftr-category dl dt span { position: relative; display: inline-block; padding: 0 1em 0 0; text-align: left; }

.wrap-biz-ftr-category dl dt span::after { position: absolute; top: 50%; left: 100%; content: ""; width: 400%; height: 1px; background-color: #f6f6f6; }

.wrap-biz-ftr-category dl dd ul { font-size: 0; margin-left: -20px; }

.wrap-biz-ftr-category dl dd ul li { font-size: 1.4rem; line-height: 1.2; display: inline-block; margin: 20px 0 0 20px; }

.wrap-biz-ftr-category dl dd ul li a { color: #fff; text-decoration: none; }

.wrap-biz-ftr-category dl dd ul li a:after { content: ''; display: inline-block; position: absolute; width: 4px; height: 4px; border-top: 2px solid #fff; border-left: 2px solid #fff; -webkit-transform: translateX(0) translateY(0); transform: translateX(0) translateY(0); transition: -webkit-transform .2s; transition: transform .2s; transition: transform .2s, -webkit-transform .2s; -webkit-transform: rotate(135deg); transform: rotate(135deg); position: static; vertical-align: middle; margin-left: 5px; }

.biz-list-category-hdg { line-height: 1.2; font-size: 1.6rem; font-weight: bold; margin-top: 20px; }

.biz-list-category { display: flex; flex-wrap: wrap; margin-left: -10px; }

.biz-list-category > li { margin-top: 10px; margin-left: 10px; display: flex; flex-wrap: wrap; border: #666666 1px solid; }

.biz-list-category > li > a { display: flex; flex-wrap: wrap; align-items: center; width: 100%; padding-left: 10px; padding-right: 20px; min-height: 44px; color: #333; text-decoration: none; position: relative; }

.biz-list-category > li > a:after { right: 10px; top: 50%; margin-top: -2px; content: ''; display: inline-block; position: absolute; width: 4px; height: 4px; border-top: 2px solid #1432aa; border-left: 2px solid #1432aa; -webkit-transform: translateX(0) translateY(0); transform: translateX(0) translateY(0); transition: -webkit-transform .2s; transition: transform .2s; transition: transform .2s, -webkit-transform .2s; -webkit-transform: rotate(135deg); transform: rotate(135deg); }

.biz-list-category > li.biz-cat0101 a { background: transparent url(/shared/image/biz_bg_cat0101_s.jpg) no-repeat left center; background-size: 44px 44px; padding-left: 50px; }

.biz-list-category > li.biz-cat0201 a { background: transparent url(/shared/image/biz_bg_cat0201_s.jpg) no-repeat left center; background-size: 44px 44px; padding-left: 50px; }

.biz-list-category > li.biz-cat0202 a { background: transparent url(/shared/image/biz_bg_cat0202_s.jpg) no-repeat left center; background-size: 44px 44px; padding-left: 50px; }

.biz-list-category > li.biz-cat0203 a { background: transparent url(/shared/image/biz_bg_cat0203_s.jpg) no-repeat left center; background-size: 44px 44px; padding-left: 50px; }

.biz-list-category > li.biz-cat0204 a { background: transparent url(/shared/image/biz_bg_cat0204_s.jpg) no-repeat left center; background-size: 44px 44px; padding-left: 50px; }

.biz-list-category > li.biz-cat0205 a { background: transparent url(/shared/image/biz_bg_cat0205_s.jpg) no-repeat left center; background-size: 44px 44px; padding-left: 50px; }

.biz-list-category > li.biz-cat0206 a { background: transparent url(/shared/image/biz_bg_cat0206_s.jpg) no-repeat left center; background-size: 44px 44px; padding-left: 50px; }

.biz-list-category > li.biz-cat0207 a { background: transparent url(/shared/image/biz_bg_cat0207_s.jpg) no-repeat left center; background-size: 44px 44px; padding-left: 50px; }

.biz-list-category > li.biz-cat0301 a { background: transparent url(/shared/image/biz_bg_cat0301_s.jpg) no-repeat left center; background-size: 44px 44px; padding-left: 50px; }

.biz-list-category > li.biz-cat0401 a { background: transparent url(/shared/image/biz_bg_cat0401_s.jpg) no-repeat left center; background-size: 44px 44px; padding-left: 50px; }

.biz-list-category > li.biz-cat0402 a { background: transparent url(/shared/image/biz_bg_cat0402_s.jpg) no-repeat left center; background-size: 44px 44px; padding-left: 50px; }

.biz-list-category > li.biz-cat0501 a { background: transparent url(/shared/image/biz_bg_cat0501_s.jpg) no-repeat left center; background-size: 44px 44px; padding-left: 50px; }

.biz-list-category > li.biz-cat0502 a { background: transparent url(/shared/image/biz_bg_cat0502_s.jpg) no-repeat left center; background-size: 44px 44px; padding-left: 50px; }

.biz-list-category > li.biz-cat0601 a { background: transparent url(/shared/image/biz_bg_cat0601_s.jpg) no-repeat left center; background-size: 44px 44px; padding-left: 50px; }

.biz-list-category > li.biz-cat0602 a { background: transparent url(/shared/image/biz_bg_cat0602_s.jpg) no-repeat left center; background-size: 44px 44px; padding-left: 50px; }

.biz-list-category > li.biz-cat0603 a { background: transparent url(/shared/image/biz_bg_cat0603_s.jpg) no-repeat left center; background-size: 44px 44px; padding-left: 50px; }

.biz-list-category > li.biz-cat0604 a { background: transparent url(/shared/image/biz_bg_cat0604_s.jpg) no-repeat left center; background-size: 44px 44px; padding-left: 50px; }

.biz-list-category > li.biz-cat0701 a { background: transparent url(/shared/image/biz_bg_cat0701_s.jpg) no-repeat left center; background-size: 44px 44px; padding-left: 50px; }

.biz-list-category > li.biz-cat0801 a { background: transparent url(/shared/image/biz_bg_cat0801_s.jpg) no-repeat left center; background-size: 44px 44px; padding-left: 50px; }

.wrap-biz-ftr-inq { background: #f6f6f6; padding-bottom: 12px; }

.wrap-biz-ftr-inq .biz-ftr-inq-box { display: flex; flex-wrap: wrap; justify-content: space-between; }

.wrap-biz-ftr-inq .biz-ftr-inq-box .img-wrap { width: 15.9%; line-height: 0; text-align: center; margin-top: 32px; }

.wrap-biz-ftr-inq .biz-ftr-inq-box .img-wrap img { border-radius: 50%; max-width: 100%; }

.wrap-biz-ftr-inq .biz-ftr-inq-box .txt-std { width: 81%; font-size: 1.4rem; line-height: 1.2; margin-top: 32px; }

.wrap-biz-ftr-inq .btn-inq { margin-top: 10px; }

.wrap-biz-ftr-inq .btn-inq a { padding: 10px 25px 10px 15px; }

.l-foot-bottom { position: relative; }

.nav-foot > ul > li:not(:last-child) { border-bottom: 1px dashed #eeeeee; }

.nav-foot > ul > li:last-child { border-bottom: 1px solid #eeeeee; }

.nav-foot > ul > li a { display: block; padding: 15px 30px 15px 12px; text-decoration: none; font-size: 1.4rem; font-weight: normal; position: relative; line-height: 1.2; color: #333; }

.nav-foot > ul > li a:before { margin: auto; top: 0; bottom: 0; right: 15px; content: ''; display: inline-block; position: absolute; width: 4px; height: 4px; border-top: 2px solid #666666; border-left: 2px solid #666666; -webkit-transform: translateX(0) translateY(0); transform: translateX(0) translateY(0); transition: -webkit-transform .2s; transition: transform .2s; transition: transform .2s, -webkit-transform .2s; -webkit-transform: rotate(135deg); transform: rotate(135deg); }

.copy { text-align: center; padding: 30px 12px; }

.copy small { font-size: 1.2rem; font-weight: normal; line-height: 1.2; }

.cookies-area { position: fixed; bottom: 0; width: 100%; background-color: #e13000; padding: 12px 12px 15px; z-index: 9999; }

.cookies-area .cookies-txt a { word-wrap: break-word; word-break: normal; color: #fff; text-decoration: none; position: relative; display: inline-block; padding-right: 24px; }

.cookies-area .cookies-txt a::before { top: 0; bottom: 0; margin: auto; right: 0; position: absolute; content: ''; content: ''; display: inline-block; position: absolute; width: 4px; height: 4px; border-top: 2px solid #fff; border-left: 2px solid #fff; -webkit-transform: translateX(0) translateY(0); transform: translateX(0) translateY(0); transition: -webkit-transform .2s; transition: transform .2s; transition: transform .2s, -webkit-transform .2s; -webkit-transform: rotate(135deg); transform: rotate(135deg); }

.cookies-area .btn, .cookies-area .btn-sp { margin-top: 12px; word-wrap: break-word; word-break: normal; }

.pc-view { display: none; }

.sp-view { display: block; }

/* 2023.9.7 add */
.lang-identification-wrap { position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: 9000; }

.lang-identification-wrap .bg-layer { position: absolute; width: 100%; height: 100%; top: 0; left: 0; background-color: rgba(0, 0, 0, 0.6); }

.lang-identification-wrap .modal-wrapper { position: absolute; z-index: 9000; width: 100%; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }

.lang-identification-wrap .modal-content { max-width: 326px; background-color: #ffffff; width: 87%; margin: 0 auto; padding: 40px 24px; position: relative; }

.lang-identification-wrap .modal-content .btn-close { position: absolute; background-image: url(/shared/image/mfp-icon-close.svg); background-repeat: no-repeat; background-size: contain; top: 16px; right: 16px; width: 24px; height: 24px; }

.lang-identification-wrap .modal-content .txt-lang-identification { font-family: Arial, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; font-weight: bold; font-size: 1.8rem; line-height: 1.3; }

.lang-identification-wrap .modal-content .btn-lang-identification { margin-top: 40px; }

.lang-identification-wrap .modal-content .btn-lang-identification > li { font-family: Arial, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; line-height: 1.3; }

.lang-identification-wrap .modal-content .btn-lang-identification > li + li { margin-top: 16px; }

.lang-identification-wrap .modal-content .btn-lang-identification > li > .btn a, .lang-identification-wrap .modal-content .btn-lang-identification > li > .btn-sp a, .lang-identification-wrap .modal-content .btn-lang-identification > li > .btn button, .lang-identification-wrap .modal-content .btn-lang-identification > li > .btn-sp button { width: 100%; }

/* print */

img { max-width: 100%; }

*[class^="hdg-"] { word-wrap: break-word; word-break: normal; }

*[class^="list-"] li { word-wrap: break-word; word-break: normal; }

*[class^="list-"] a { word-break: normal; }

*[class^="txt-"] { word-wrap: break-word; word-break: normal; }

*[class^="txt-"] a { word-break: normal; }

.biz-bg-pt2 { background-color: #1432aa; }

.l-inner-full-sp { padding: 0 15px; margin: 0 -15px; }

.biz-list-anchor { margin: 64px 0 0; display: flex; flex-wrap: wrap; justify-content: center; }

.biz-list-anchor > li { display: flex; flex-wrap: wrap; font-size: 1.8rem; line-height: 1.3; }

.biz-list-anchor > li a { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; width: 100%; color: #fff; text-decoration: none; padding: 15px 2px 25px 2px; text-align: center; position: relative; }

.biz-list-anchor > li a::after { left: 50%; bottom: 13px; margin-left: -2px; content: ''; display: inline-block; position: absolute; width: 4px; height: 4px; border-top: 2px solid #fff; border-left: 2px solid #fff; -webkit-transform: translateX(0) translateY(0); transform: translateX(0) translateY(0); transition: -webkit-transform .2s; transition: transform .2s; transition: transform .2s, -webkit-transform .2s; -webkit-transform: rotate(225deg); transform: rotate(225deg); }

.biz-list-anchor.row4 > li { width: calc(99.99999% / 2); }

.hero-area { background: #E2ECF2; margin: -20px -15px 0; }

.hero-area .inner { padding: 26px 15px 0; }

.hero-area .hdg { font-size: 3.2rem; font-weight: bold; color: #1432aa; line-height: 1.5; text-align: center; }

.hero-area .txt { text-align: center; margin-top: 24px; font-size: 1.8rem; }

.hero-area .txt::after { content: ''; display: block; margin: 0 -15px; padding-bottom: 64.2666%; background: url(/shared/image/bg_hero_sp.png) no-repeat center bottom/cover; }

.hdg-lv2 { color: #1432aa; font-size: 3.6rem; line-height: 1.2; margin: 58px 0 0; font-weight: bold; }

.hdg-lv2-pt2 { color: #1432aa; font-size: 2.8rem; line-height: 1.3; margin: 48px 0 0; font-weight: bold; }

.section-lv2-pt2 > .hdg-lv2-pt2 { margin-top: 64px; }

.hdg-lv3 { color: #1432aa; font-size: 2.6rem; line-height: 1.2; margin: 48px 0 0; font-weight: bold; }

.hdg-lv3 > a { display: flex; justify-content: space-between; align-items: center; color: inherit; text-decoration: none; }

.hdg-lv3 .txt { color: #333; font-weight: normal; font-size: 1.4rem; text-align: right; position: relative; padding-right: 15px; white-space: nowrap; margin-left: 10px; }

.hdg-lv3 .txt:before { right: 0; top: 50%; margin-top: -3px; content: ''; display: inline-block; position: absolute; width: 4px; height: 4px; border-top: 2px solid #1432aa; border-left: 2px solid #1432aa; -webkit-transform: translateX(0) translateY(0); transform: translateX(0) translateY(0); transition: -webkit-transform .2s; transition: transform .2s; transition: transform .2s, -webkit-transform .2s; -webkit-transform: rotate(135deg); transform: rotate(135deg); }

.list-link { margin: 20px -15px 0; }

.list-link > li { font-size: 0; }

.list-link > li:nth-child(odd) { background: #f6f6f6; }

.list-link > li a { display: block; color: #333; text-decoration: none; padding: 5px 20px 5px 15px; position: relative; }

.list-link > li a:after { right: 8px; top: 50%; margin-top: -2px; content: ''; display: inline-block; position: absolute; width: 4px; height: 4px; border-top: 2px solid #1432aa; border-left: 2px solid #1432aa; -webkit-transform: translateX(0) translateY(0); transform: translateX(0) translateY(0); transition: -webkit-transform .2s; transition: transform .2s; transition: transform .2s, -webkit-transform .2s; -webkit-transform: rotate(135deg); transform: rotate(135deg); }

.list-link > li a > *:only-child { margin-top: 0; }

.list-link > li a.link-blank, .list-link > li a.link-pdf, .list-link > li a.link-map, .list-link > li a.link-download { padding-right: 40px; }

.list-link > li a.link-blank .icn, .list-link > li a.link-pdf .icn, .list-link > li a.link-map .icn, .list-link > li a.link-download .icn { position: absolute; right: 24px; top: 50%; margin-top: -6px; }

.list-link > li a.link-pdf { padding-right: 44px; }

.list-link > li a.link-pdf .icn { margin-top: -10px; }

.list-link > li a.link-map { padding-right: 55px; }

.list-link > li .date { display: inline-block; vertical-align: middle; font-size: 1.6rem; margin-top: 5px; }

.list-link > li .list-label { display: inline-block; vertical-align: middle; }

.list-link > li .date + .list-label { padding-left: 20px; }

.list-link > li .detail { font-size: 1.6rem; line-height: 1.5; margin-top: 5px; }

.list-link > li .wrap-pdf-size { display: block; }

.list-link > li .wrap-pdf-size::after { top: auto; bottom: 15px; }

.list-link > li .wrap-pdf-size.link-pdf { padding-right: 0; }

.list-link > li .wrap-pdf-size.link-pdf .icn { top: auto; bottom: 10px; right: 24px; margin-top: 0; }

.list-link > li .size-pdf { font-size: 1.4rem; display: block; text-align: right; margin: 5px 40px 5px 0; }

.list-link > li .detail-pdf { font-size: 1.6rem; line-height: 1.5; }

.list-label { font-size: 0; margin: -5px 0 0 -5px; }

.list-label li { background: #ebedf9; display: inline-block; padding: 4px 10px; font-size: 1.2rem; margin: 5px 0 0 5px; color: #333; }

.slider-wrap.top-biz { margin: 10px -15px 0; padding-top: 1px; padding-bottom: 26px; }

.slider-wrap.top-biz .carousel { border-bottom: none; }

.slider-wrap.top-biz .carousel a.link-blank .description::before { right: 4px; top: 0; bottom: 0; margin: auto; background-image: url(/shared/image/link_icon_blank.svg); background-size: 15px 20px; }

.slider-wrap.top-biz .carousel .description { font-size: 1.6rem; line-height: 1.6; padding: 8px 26px 0 0; position: relative; margin-bottom: 20px; background: transparent; position: relative; height: auto; word-wrap: break-word; word-break: normal; color: #333; }

.slider-wrap.top-biz .carousel .description::after { top: 0; bottom: 0; margin: auto; right: 6px; width: 5px; height: 5px; border-top: 2px solid #999999; border-left: 2px solid #999999; }

.slider-wrap.top-biz .carousel_nav_wrap { padding-top: 0; margin-bottom: 24px; background-color: #fff; padding-bottom: 26px; }

.slider-wrap.top-biz .carousel_nav_wrap .nav_item a { color: #1432aa; }

.slider-wrap.top-biz .carousel_nav_wrap .controller { margin-top: 32px; }

.slider-wrap.top-biz .carousel_nav_wrap .controller li { border: 4px solid #666666; }

.slider-wrap.top-biz .carousel_nav_wrap .controller li:nth-child(2) { border-left: none; border-right: none; }

.slider-wrap.top-biz .carousel_nav_wrap .carousel_nav .current.nav_item span { border-bottom: 1px solid #1432aa; }

.slider-wrap.top-biz .slick-slide { padding: 10px 7px 5px; max-width: 316px; }

.media-set { margin-top: 64px; }

.hdg-lv2-pt2 + .media-set { margin-top: 32px; }

.media-set .dtl-wrap .hdg { color: #1432aa; font-weight: bold; font-size: 2rem; line-height: 1.3; margin-top: 20px; }

.media-set .dtl-wrap .bg { padding: 8px 15px 24px; margin: 20px -15px 0; background-color: #f0f7f9; }

.media-set .dtl-wrap .lst > li { font-weight: bold; position: relative; padding-left: 1em; margin-top: 12px; }

.media-set .dtl-wrap .lst > li::before { position: absolute; content: '・'; left: 0; }

.media-set .dtl-wrap .txt-st { margin-top: 24px; }

.media-set .dtl-wrap .btn-lst { margin-top: 20px; }

.media-set .dtl-wrap .btn-lst .btn, .media-set .dtl-wrap .btn-lst .btn-sp { margin-top: 20px; }

.media-set .dtl-wrap .btn-lst .btn-inq { margin-top: 20px; }

.wrap-biz-ftr-category { margin-top: 80px; padding-top: 32px; padding-bottom: 32px; }

.wrap-biz-top-search { background: #eeeff3; padding: 20px 12px; }

.wrap-biz-top-search dl dt { font-weight: bold; color: #1432aa; line-height: 1.2; }

.wrap-biz-top-search dl dd + dt { margin-top: 30px; }

.wrap-biz-top-search .search-wrap { position: relative; margin-top: 5px; }

.wrap-biz-top-search input.search-btn { font-size: 0; width: 20px; height: 20px; display: block; position: absolute; right: 10px; top: 50%; margin-top: -10px; background: transparent url(/shared/image/link_icon_search.svg) no-repeat center center; background-size: 20px 20px; cursor: pointer; }

.wrap-biz-top-search input.search-txt { background: #f9f9f9; border: #999999 1px solid; font-size: 1.6rem; display: block; width: 100%; padding: 12px 32px 12px 12px; }

.wrap-biz-top-search .search-lead { font-size: 1.4rem; line-height: 1.2; margin-top: 15px; font-weight: normal; }

.wrap-biz-top-search .search-list { margin: 15px -15px 0; }

.wrap-biz-top-search .search-list li a { display: block; text-decoration: none; font-size: 1.4rem; line-height: 1.2; font-weight: normal; padding: 12px 15px; color: #333; position: relative; padding-right: 16px; }

.wrap-biz-top-search .search-list li a:after { right: 6px; top: 50%; margin-top: -3px; content: ''; display: inline-block; position: absolute; width: 4px; height: 4px; border-top: 2px solid #1432aa; border-left: 2px solid #1432aa; -webkit-transform: translateX(0) translateY(0); transform: translateX(0) translateY(0); transition: -webkit-transform .2s; transition: transform .2s; transition: transform .2s, -webkit-transform .2s; -webkit-transform: rotate(135deg); transform: rotate(135deg); }

.wrap-biz-top-search .search-more { text-align: center; margin-top: 32px; }

.wrap-biz-top-search .search-more a { display: block; text-decoration: none; color: #333; font-weight: normal; line-height: 1.2; padding: 45px 20px 0; position: relative; font-family: "Roboto", sans-serif; }

.wrap-biz-top-search .search-more a:after { content: ""; position: absolute; border-top: #666666 1px solid; width: 100%; height: 1px; margin-top: 15px; top: 10px; left: 0; }

.wrap-biz-top-search .search-more a:before { right: 50%; top: 0; margin-right: -4px; content: ''; display: inline-block; position: absolute; width: 8px; height: 8px; border-top: 2px solid #1432aa; border-left: 2px solid #1432aa; -webkit-transform: translateX(0) translateY(0); transform: translateX(0) translateY(0); transition: -webkit-transform .2s; transition: transform .2s; transition: transform .2s, -webkit-transform .2s; -webkit-transform: rotate(225deg); transform: rotate(225deg); }

.wrap-biz-top-search .search-more .accordionActive span { font-size: 0; }

.wrap-biz-top-search .search-more .accordionActive span:before { font-size: 1.6rem; content: "\009589\003058\00308b"; }

.wrap-biz-top-search .search-more .accordionActive:before { right: 50%; top: 0; margin-left: -4px; content: ''; display: inline-block; position: absolute; width: 8px; height: 8px; border-top: 2px solid #1432aa; border-left: 2px solid #1432aa; -webkit-transform: translateX(0) translateY(0); transform: translateX(0) translateY(0); transition: -webkit-transform .2s; transition: transform .2s; transition: transform .2s, -webkit-transform .2s; -webkit-transform: rotate(45deg); transform: rotate(45deg); }

.wrap-biz-top-search .area { display: none; }

.wrap-biz-top-search .area .search-list { margin-top: 0; }

.wrap-biz-top-search .area.accordionActive { display: block; }

.wrap-btn-rss { position: relative; }

.wrap-btn-rss > .btn-rss { margin-top: 12px; }

.wrap-btn-rss + .list-link, .wrap-btn-rss + .list-link-evt { margin-top: 12px; }

.list-link-evt { margin-top: 32px; }

.list-link-evt > li { border-bottom: #9c9fa6 1px dotted; margin-bottom: 10px; padding-bottom: 10px; }

.list-link-evt > li .list-label + .evt-ttl { margin-top: 10px; }

.list-link-evt > li .evt-ttl { font-weight: normal; line-height: 1.2; }

.list-link-evt > li .evt-ttl a { display: block; padding-right: 20px; position: relative; color: #333; text-decoration: none; }

.list-link-evt > li .evt-ttl a:after { right: 8px; top: 50%; margin-top: -2px; margin-left: 30px; content: ''; display: inline-block; position: absolute; width: 4px; height: 4px; border-top: 2px solid #1432aa; border-left: 2px solid #1432aa; -webkit-transform: translateX(0) translateY(0); transform: translateX(0) translateY(0); transition: -webkit-transform .2s; transition: transform .2s; transition: transform .2s, -webkit-transform .2s; -webkit-transform: rotate(135deg); transform: rotate(135deg); }

.list-link-evt > li .evt-date { margin-top: 12px; font-size: 1.4rem; line-height: 1.2; }

.list-link-evt > li .evt-detail { margin-top: 12px; font-size: 1.4rem; line-height: 1.5; }

.list-link-evt > li .evt-dl { margin-top: 12px; font-size: 0; }

.list-link-evt > li .evt-dl dt { font-size: 1.4rem; line-height: 1.2; margin-right: 1em; display: inline; }

.list-link-evt > li .evt-dl dd { font-size: 1.4rem; line-height: 1.2; display: inline; }

.wrap-biz-ftr-inq { margin-top: 48px; }

.anc-corporate { margin: 64px -15px 0; background-color: #1432aa; color: #fff; }

.anc-corporate .list { display: flex; flex-wrap: wrap; margin-left: -1px; }

.anc-corporate .list > li { width: 50%; border-left: 1px solid #fff; border-top: 1px solid #fff; }

.anc-corporate .list > li a { display: flex; color: #fff; text-decoration: none; font-size: 1.4rem; justify-content: center; text-align: center; line-height: 1.28; padding: 14px 8px 24px; min-height: 74px; height: 100%; position: relative; word-break: normal; align-items: center; }

.anc-corporate .list > li a::after { position: absolute; left: 0; right: 0; display: inline-block; margin: auto; bottom: 14px; content: ''; display: inline-block; position: absolute; width: 4px; height: 4px; border-top: 2px solid #fff; border-left: 2px solid #fff; -webkit-transform: translateX(0) translateY(0); transform: translateX(0) translateY(0); transition: -webkit-transform .2s; transition: transform .2s; transition: transform .2s, -webkit-transform .2s; -webkit-transform: rotate(225deg); transform: rotate(225deg); }

@media print, all and (min-width: 768px) { .column-link .img-wrap { margin-top: 0; }
  .column-link .img-wrap img { bottom: 0; } .column-link > * a { transition: box-shadow .2s; }
  .column-link > * a:after { right: 13px; bottom: 13px; }
  .column-link > * a.link-blank .icn .txt-wrap .box, .column-link > * a.link-pdf .icn .txt-wrap .box { padding-right: 20px; }
  .column-link > * a.link-blank .icn::before, .column-link > * a.link-pdf .icn::before { bottom: 10px; right: 27px; }
  .column-link > * a.link-pdf .icn .txt-wrap .box { padding-right: 24px; }
  .column-link > * a:hover { box-shadow: 0 0 0 4px #0033af inset; }
  .column-link > * a img { transition: opacity .2s; }
  .column-link > * a:hover > * { position: relative; z-index: -1; }
  .column-link > * a:hover img { opacity: .5; }
  .column-link > * a:hover { text-decoration: underline; }
  .column-link > * a:hover:after { -webkit-transform: translateX(3px) translateY(0) rotate(135deg); transform: translateX(3px) translateY(0) rotate(135deg); }
  .column-link > * a:hover .txt-wrap .box { color: #0000ff; } .column-link.img-col.row1 > *, .column-link.img-col-row.row1 > *, .column-link.img-col-s.row1 > * { width: calc((99.99999% / 1) - 30px); margin-top: 0; }
  .column-link.img-col.row1 > *:nth-child(n+3), .column-link.img-col-row.row1 > *:nth-child(n+3), .column-link.img-col-s.row1 > *:nth-child(n+3) { margin-top: 0; }
  .column-link.img-col.row1 > *:nth-child(n+2), .column-link.img-col-row.row1 > *:nth-child(n+2), .column-link.img-col-s.row1 > *:nth-child(n+2) { margin-top: 20px; }
  .column-link.img-col.row2 > *, .column-link.img-col-row.row2 > *, .column-link.img-col-s.row2 > * { width: calc((99.99999% / 2) - 30px); margin-top: 0; }
  .column-link.img-col.row2 > *:nth-child(n+3), .column-link.img-col-row.row2 > *:nth-child(n+3), .column-link.img-col-s.row2 > *:nth-child(n+3) { margin-top: 0; }
  .column-link.img-col.row2 > *:nth-child(n+3), .column-link.img-col-row.row2 > *:nth-child(n+3), .column-link.img-col-s.row2 > *:nth-child(n+3) { margin-top: 20px; }
  .column-link.img-col.row3 > *, .column-link.img-col-row.row3 > *, .column-link.img-col-s.row3 > * { width: calc((99.99999% / 3) - 30px); margin-top: 0; }
  .column-link.img-col.row3 > *:nth-child(n+3), .column-link.img-col-row.row3 > *:nth-child(n+3), .column-link.img-col-s.row3 > *:nth-child(n+3) { margin-top: 0; }
  .column-link.img-col.row3 > *:nth-child(n+4), .column-link.img-col-row.row3 > *:nth-child(n+4), .column-link.img-col-s.row3 > *:nth-child(n+4) { margin-top: 20px; }
  .column-link.img-col.row4 > *, .column-link.img-col-row.row4 > *, .column-link.img-col-s.row4 > * { width: calc((99.99999% / 4) - 30px); margin-top: 0; }
  .column-link.img-col.row4 > *:nth-child(n+3), .column-link.img-col-row.row4 > *:nth-child(n+3), .column-link.img-col-s.row4 > *:nth-child(n+3) { margin-top: 0; }
  .column-link.img-col.row4 > *:nth-child(n+5), .column-link.img-col-row.row4 > *:nth-child(n+5), .column-link.img-col-s.row4 > *:nth-child(n+5) { margin-top: 20px; }
  .column-link.img-col.row5 > *, .column-link.img-col-row.row5 > *, .column-link.img-col-s.row5 > * { width: calc((99.99999% / 5) - 30px); margin-top: 0; }
  .column-link.img-col.row5 > *:nth-child(n+3), .column-link.img-col-row.row5 > *:nth-child(n+3), .column-link.img-col-s.row5 > *:nth-child(n+3) { margin-top: 0; }
  .column-link.img-col.row5 > *:nth-child(n+6), .column-link.img-col-row.row5 > *:nth-child(n+6), .column-link.img-col-s.row5 > *:nth-child(n+6) { margin-top: 20px; }
  .column-link.img-col.row6 > *, .column-link.img-col-row.row6 > *, .column-link.img-col-s.row6 > * { width: calc((99.99999% / 6) - 30px); margin-top: 0; }
  .column-link.img-col.row6 > *:nth-child(n+3), .column-link.img-col-row.row6 > *:nth-child(n+3), .column-link.img-col-s.row6 > *:nth-child(n+3) { margin-top: 0; }
  .column-link.img-col.row6 > *:nth-child(n+7), .column-link.img-col-row.row6 > *:nth-child(n+7), .column-link.img-col-s.row6 > *:nth-child(n+7) { margin-top: 20px; } .column-link-hdg-b .img-wrap { margin-top: 0; }
  .column-link-hdg-b .img-wrap img { bottom: 0; } .column-link-hdg-b > * a { transition: box-shadow .2s; }
  .column-link-hdg-b > * a:hover { box-shadow: 0 0 0 4px #0033af inset; }
  .column-link-hdg-b > * a img { transition: opacity .2s; }
  .column-link-hdg-b > * a:hover > * { position: relative; z-index: -1; }
  .column-link-hdg-b > * a:hover img { opacity: .5; }
  .column-link-hdg-b > * a:hover .txt-wrap .box { text-decoration: underline; }
  .column-link-hdg-b > * a:hover .txt-wrap .box:after { -webkit-transform: translateX(3px) translateY(0) rotate(135deg); transform: translateX(3px) translateY(0) rotate(135deg); }
  .column-link-hdg-b > * a .txt-wrap .box:after { right: 13px; }
  .column-link-hdg-b > * a.link-blank .txt-wrap .box .icn, .column-link-hdg-b > * a.link-pdf .txt-wrap .box .icn { padding-right: 20px; }
  .column-link-hdg-b > * a.link-blank .txt-wrap .box .icn::before, .column-link-hdg-b > * a.link-pdf .txt-wrap .box .icn::before { right: 23px; } .column-link-hdg-b.img-row-col > * a { transition: box-shadow .2s; }
  .column-link-hdg-b.img-row-col > * a:hover { box-shadow: 0 0 0 4px #0033af inset; }
  .column-link-hdg-b.img-row-col > * a img { transition: opacity .2s; }
  .column-link-hdg-b.img-row-col > * a:hover > * { position: relative; z-index: -1; }
  .column-link-hdg-b.img-row-col > * a:hover img { opacity: .5; }
  .column-link-hdg-b.img-row-col > * a:hover .txt-wrap .box { text-decoration: underline; }
  .column-link-hdg-b.img-row-col > * a:hover .txt-wrap .box:after { -webkit-transform: translateX(3px) translateY(0) rotate(135deg); transform: translateX(3px) translateY(0) rotate(135deg); }
  .column-link-hdg-b.img-row-col > * a .txt-wrap .box:after { content: ''; display: inline-block; position: absolute; width: 4px; height: 4px; border-top: 2px solid #fff; border-left: 2px solid #fff; -webkit-transform: translateX(0) translateY(0); transform: translateX(0) translateY(0); transition: -webkit-transform .2s; transition: transform .2s; transition: transform .2s, -webkit-transform .2s; -webkit-transform: rotate(135deg); transform: rotate(135deg); bottom: auto; top: 50%; right: 13px; margin-top: -2px; }
  .column-link-hdg-b.img-row-col > * a.link-blank .txt-wrap .box .icn, .column-link-hdg-b.img-row-col > * a.link-pdf .txt-wrap .box .icn { padding-right: 20px; }
  .column-link-hdg-b.img-row-col > * a.link-blank .txt-wrap .box .icn::before, .column-link-hdg-b.img-row-col > * a.link-pdf .txt-wrap .box .icn::before { bottom: auto; top: 50%; right: 27px; }
  .column-link-hdg-b.img-row-col > * a.link-blank .txt-wrap .box .icn::before { width: 16px; height: 12px; content: ''; display: inline-block; background: transparent url(/shared/image/link_icon_blank_w.svg) no-repeat left top / 16px auto; transition: opacity .2s; font-size: 0; }
  .column-link-hdg-b.img-row-col > * a.link-pdf .txt-wrap .box .icn::before { width: 20px; height: 20px; content: ''; display: inline-block; background: transparent url(/shared/image/link_icon_pdf_w.svg) no-repeat left top / 20px auto; transition: opacity .2s; font-size: 0; } .column-link-list .img-wrap { margin-top: 0; }
  .column-link-list .img-wrap img { bottom: 0; } .column-link-list > * a { transition: box-shadow .2s; }
  .column-link-list > * a:hover { box-shadow: 0 0 0 4px #0033af inset; }
  .column-link-list > * a img { transition: opacity .2s; }
  .column-link-list > * a:hover > * { position: relative; z-index: -1; }
  .column-link-list > * a:hover img { opacity: .5; }
  .column-link-list > * a:hover .txt-wrap .box { text-decoration: underline; }
  .column-link-list > * a:hover .txt-wrap .box:after { -webkit-transform: translateX(3px) translateY(0) rotate(135deg); transform: translateX(3px) translateY(0) rotate(135deg); }
  .column-link-list > * a .txt-wrap .box:after { right: 13px; }
  .column-link-list > * a.link-blank .txt-wrap .box .icn, .column-link-list > * a.link-pdf .txt-wrap .box .icn { padding-right: 20px; }
  .column-link-list > * a.link-blank .txt-wrap .box .icn::before, .column-link-list > * a.link-pdf .txt-wrap .box .icn::before { right: 23px; } .column-link-list.img-row-col > * a { transition: box-shadow .2s; }
  .column-link-list.img-row-col > * a:hover { box-shadow: 0 0 0 4px #0033af inset; }
  .column-link-list.img-row-col > * a img { transition: opacity .2s; }
  .column-link-list.img-row-col > * a:hover > * { position: relative; z-index: -1; }
  .column-link-list.img-row-col > * a:hover img { opacity: .5; }
  .column-link-list.img-row-col > * a:hover .txt-wrap .box { text-decoration: underline; }
  .column-link-list.img-row-col > * a:hover .txt-wrap .box:after { -webkit-transform: translateX(3px) translateY(0) rotate(135deg); transform: translateX(3px) translateY(0) rotate(135deg); }
  .column-link-list.img-row-col > * a .txt-wrap .box:after { content: ''; display: inline-block; position: absolute; width: 4px; height: 4px; border-top: 2px solid #fff; border-left: 2px solid #fff; -webkit-transform: translateX(0) translateY(0); transform: translateX(0) translateY(0); transition: -webkit-transform .2s; transition: transform .2s; transition: transform .2s, -webkit-transform .2s; -webkit-transform: rotate(135deg); transform: rotate(135deg); bottom: auto; top: 50%; right: 13px; margin-top: -2px; }
  .column-link-list.img-row-col > * a.link-blank .txt-wrap .box .icn, .column-link-list.img-row-col > * a.link-pdf .txt-wrap .box .icn { padding-right: 20px; }
  .column-link-list.img-row-col > * a.link-blank .txt-wrap .box .icn::before, .column-link-list.img-row-col > * a.link-pdf .txt-wrap .box .icn::before { bottom: auto; top: 50%; right: 27px; }
  .column-link-list.img-row-col > * a.link-blank .txt-wrap .box .icn::before { width: 16px; height: 12px; content: ''; display: inline-block; background: transparent url(/shared/image/link_icon_blank_w.svg) no-repeat left top / 16px auto; transition: opacity .2s; font-size: 0; }
  .column-link-list.img-row-col > * a.link-pdf .txt-wrap .box .icn::before { width: 20px; height: 20px; content: ''; display: inline-block; background: transparent url(/shared/image/link_icon_pdf_w.svg) no-repeat left top / 20px auto; transition: opacity .2s; font-size: 0; } .column-link-hdg .img-wrap { margin-top: 0; }
  .column-link-hdg .img-wrap img { bottom: 0; } .column-link-hdg > * a { transition: box-shadow .2s; }
  .column-link-hdg > * a:hover { box-shadow: 0 0 0 4px #0033af inset; }
  .column-link-hdg > * a img { transition: opacity .2s; }
  .column-link-hdg > * a:hover > * { position: relative; z-index: -1; }
  .column-link-hdg > * a:hover img { opacity: .5; }
  .column-link-hdg > * a:hover .txt-wrap .box { text-decoration: underline; color: #0000ff; }
  .column-link-hdg > * a:hover .txt-wrap .box:after { -webkit-transform: translateX(3px) translateY(0) rotate(135deg); transform: translateX(3px) translateY(0) rotate(135deg); }
  .column-link-hdg > * a .txt-wrap .box:after { right: 13px; }
  .column-link-hdg > * a.link-blank .txt-wrap .box .icn, .column-link-hdg > * a.link-pdf .txt-wrap .box .icn { padding-right: 20px; }
  .column-link-hdg > * a.link-blank .txt-wrap .box .icn::before, .column-link-hdg > * a.link-pdf .txt-wrap .box .icn::before { right: 23px; } .column-link-hdg.row1 > * { width: calc((99.99999% / 1) - 30px); margin-top: 0; }
  .column-link-hdg.row1 > *:nth-child(n+3) { margin-top: 0; }
  .column-link-hdg.row1 > *:nth-child(n+2) { margin-top: 20px; }
  .column-link-hdg.row2 > * { width: calc((99.99999% / 2) - 30px); margin-top: 0; }
  .column-link-hdg.row2 > *:nth-child(n+3) { margin-top: 0; }
  .column-link-hdg.row2 > *:nth-child(n+3) { margin-top: 20px; }
  .column-link-hdg.row3 > * { width: calc((99.99999% / 3) - 30px); margin-top: 0; }
  .column-link-hdg.row3 > *:nth-child(n+3) { margin-top: 0; }
  .column-link-hdg.row3 > *:nth-child(n+4) { margin-top: 20px; }
  .column-link-hdg.row4 > * { width: calc((99.99999% / 4) - 30px); margin-top: 0; }
  .column-link-hdg.row4 > *:nth-child(n+3) { margin-top: 0; }
  .column-link-hdg.row4 > *:nth-child(n+5) { margin-top: 20px; }
  .column-link-hdg.row5 > * { width: calc((99.99999% / 5) - 30px); margin-top: 0; }
  .column-link-hdg.row5 > *:nth-child(n+3) { margin-top: 0; }
  .column-link-hdg.row5 > *:nth-child(n+6) { margin-top: 20px; }
  .column-link-hdg.row6 > * { width: calc((99.99999% / 6) - 30px); margin-top: 0; }
  .column-link-hdg.row6 > *:nth-child(n+3) { margin-top: 0; }
  .column-link-hdg.row6 > *:nth-child(n+7) { margin-top: 20px; } .column-link-dtl .img-wrap { margin-top: 0; }
  .column-link-dtl .img-wrap img { bottom: 0; } .column-link-pdt .img-wrap { margin-top: 0; }
  .column-link-pdt .img-wrap img { bottom: 0; } .column-link-pdt > * a { transition: box-shadow .2s; }
  .column-link-pdt > * a:after { right: 13px; bottom: 13px; }
  .column-link-pdt > * a.link-blank .icn .txt-wrap .box, .column-link-pdt > * a.link-pdf .icn .txt-wrap .box { padding-right: 20px; }
  .column-link-pdt > * a.link-blank .icn::before, .column-link-pdt > * a.link-pdf .icn::before { bottom: 10px; right: 27px; }
  .column-link-pdt > * a.link-pdf .icn .txt-wrap .box { padding-right: 24px; }
  .column-link-pdt > * a:hover { box-shadow: 0 0 0 4px #0033af inset; }
  .column-link-pdt > * a img { transition: opacity .2s; }
  .column-link-pdt > * a:hover > * { position: relative; z-index: -1; }
  .column-link-pdt > * a:hover img { opacity: .5; }
  .column-link-pdt > * a:hover { text-decoration: underline; }
  .column-link-pdt > * a:hover:after { -webkit-transform: translateX(3px) translateY(0) rotate(135deg); transform: translateX(3px) translateY(0) rotate(135deg); }
  .column-link-pdt > * a:hover .txt-wrap .box { color: #0000ff; } .column-link-pdt-pt2 > * .img-wrap { margin-top: 0; }
  .column-link-pdt-pt2 > * .img-wrap img { bottom: 0; } a.box-add-info { transition: box-shadow .2s; }
  a.box-add-info:after { right: 13px; bottom: 13px; }
  a.box-add-info.link-blank .icn .txt-wrap .box, a.box-add-info.link-pdf .icn .txt-wrap .box { padding-right: 20px; }
  a.box-add-info.link-blank .icn::before, a.box-add-info.link-pdf .icn::before { bottom: 10px; right: 27px; }
  a.box-add-info.link-pdf .icn .txt-wrap .box { padding-right: 24px; }
  a.box-add-info:hover { box-shadow: 0 0 0 4px #0033af inset; }
  a.box-add-info img { transition: opacity .2s; }
  a.box-add-info:hover > * { position: relative; z-index: -1; }
  a.box-add-info:hover img { opacity: .5; }
  a.box-add-info:hover { text-decoration: underline; }
  a.box-add-info:hover:after { -webkit-transform: translateX(3px) translateY(0) rotate(135deg); transform: translateX(3px) translateY(0) rotate(135deg); }
  a.box-add-info:hover .txt-wrap .box { color: #0000ff; } .box-std-pt2 .wrap-around { transition: box-shadow .2s; }
  .box-std-pt2 .wrap-around:after { right: 13px; bottom: 13px; }
  .box-std-pt2 .wrap-around.link-blank .icn .txt-wrap .box, .box-std-pt2 .wrap-around.link-pdf .icn .txt-wrap .box { padding-right: 20px; }
  .box-std-pt2 .wrap-around.link-blank .icn::before, .box-std-pt2 .wrap-around.link-pdf .icn::before { bottom: 10px; right: 27px; }
  .box-std-pt2 .wrap-around.link-pdf .icn .txt-wrap .box { padding-right: 24px; }
  .box-std-pt2 .wrap-around:hover { box-shadow: 0 0 0 4px #0033af inset; }
  .box-std-pt2 .wrap-around img { transition: opacity .2s; }
  .box-std-pt2 .wrap-around:hover > * { position: relative; z-index: -1; }
  .box-std-pt2 .wrap-around:hover img { opacity: .5; }
  .box-std-pt2 .wrap-around:hover { text-decoration: underline; }
  .box-std-pt2 .wrap-around:hover:after { -webkit-transform: translateX(3px) translateY(0) rotate(135deg); transform: translateX(3px) translateY(0) rotate(135deg); }
  .box-std-pt2 .wrap-around:hover .txt-wrap .box { color: #0000ff; } .wrap-box { display: flex; flex-wrap: wrap; margin: 0 0 0 -30px; }
  .wrap-box.row1 { margin-left: -30px; }
  .wrap-box.row1 > * { width: calc((99.99999% / 1) - 30px); margin-left: 30px; }
  .wrap-box.row1 > *:nth-child(n+2) { margin-top: 20px; }
  .wrap-box.row2 { margin-left: -30px; }
  .wrap-box.row2 > * { width: calc((99.99999% / 2) - 30px); margin-left: 30px; }
  .wrap-box.row2 > *:nth-child(n+3) { margin-top: 20px; }
  .wrap-box.row3 { margin-left: -30px; }
  .wrap-box.row3 > * { width: calc((99.99999% / 3) - 30px); margin-left: 30px; }
  .wrap-box.row3 > *:nth-child(n+4) { margin-top: 20px; }
  .wrap-box.row4 { margin-left: -30px; }
  .wrap-box.row4 > * { width: calc((99.99999% / 4) - 30px); margin-left: 30px; }
  .wrap-box.row4 > *:nth-child(n+5) { margin-top: 20px; }
  .wrap-box.row5 { margin-left: -30px; }
  .wrap-box.row5 > * { width: calc((99.99999% / 5) - 30px); margin-left: 30px; }
  .wrap-box.row5 > *:nth-child(n+6) { margin-top: 20px; }
  .wrap-box.row6 { margin-left: -30px; }
  .wrap-box.row6 > * { width: calc((99.99999% / 6) - 30px); margin-left: 30px; }
  .wrap-box.row6 > *:nth-child(n+7) { margin-top: 20px; }
  .wrap-box.pc-rev .inner-box:first-child { order: 2; }
  .wrap-box.sp-fit { margin-left: -30px; }
  .wrap-box.sp-vertical { display: flex; margin-left: -30px; margin-right: 0; }
  .wrap-box.sp-vertical.sp-fit { margin-left: -30px; }
  .wrap-box.center { justify-content: center; }
  .wrap-box.sp-order > *:first-child { order: 0; }
  .wrap-box.pc-vertical { display: block; margin: 0; }
  .wrap-box.pc-vertical > * { width: 100%; margin: 0; }
  .wrap-box.pc-vertical.sp-fit { margin: 0; }
  .wrap-box.row2-rt1 > * { width: calc(25% - 30px); }
  .wrap-box.row2-rt1 > *:first-child { width: calc(75% - 30px); }
  .wrap-box.row2-lt1 > * { width: calc(75% - 30px); }
  .wrap-box.row2-lt1 > *:first-child { width: calc(25% - 30px); }
  .wrap-box.row2-rt2 > * { width: calc(32% - 30px); }
  .wrap-box.row2-rt2 > *:first-child { width: calc(68% - 30px); }
  .wrap-box.row2-lt2 > * { width: calc(68% - 30px); }
  .wrap-box.row2-lt2 > *:first-child { width: calc(32% - 30px); }
  .wrap-box.row2-rt3 > * { width: calc(28.5% - 30px); }
  .wrap-box.row2-rt3 > *:first-child { width: calc(71.5% - 30px); }
  .wrap-box.row2-lt3 > * { width: calc(71.5% - 30px); }
  .wrap-box.row2-lt3 > *:first-child { width: calc(28.5% - 30px); }
  .wrap-box.row3-ctr { margin-left: -30px; }
  .wrap-box.row3-ctr > * { width: calc(50% - 30px); margin-left: 30px; }
  .wrap-box.row3-ctr > *:first-child { width: calc(25% - 30px); }
  .wrap-box.row3-ctr > *:last-child { width: calc(25% - 30px); }
  .wrap-box .box-add-info, .wrap-box .box-std-pt2, .wrap-box .box-intro-pdt, .wrap-box *[class^="bg-col"] { margin-top: 20px; }
  .column-link { margin: 32px 0 0; }
  .column-link > * { position: relative; background: transparent; }
  .column-link > * a:after { right: 10px; bottom: 10px; content: ''; display: inline-block; position: absolute; width: 4px; height: 4px; border-top: 2px solid #1432aa; border-left: 2px solid #1432aa; -webkit-transform: translateX(0) translateY(0); transform: translateX(0) translateY(0); transition: -webkit-transform .2s; transition: transform .2s; transition: transform .2s, -webkit-transform .2s; -webkit-transform: rotate(135deg); transform: rotate(135deg); }
  .column-link > * a.link-blank .icn::before, .column-link > * a.icn-pdf .icn::before { bottom: 6px; right: 20px; position: absolute; }
  .column-link > * a.link-blank .icn::before { width: 16px; height: 12px; content: ''; display: inline-block; background: transparent url(/shared/image/link_icon_blank.svg) no-repeat left top / 16px auto; transition: opacity .2s; font-size: 0; }
  .column-link > * a.link-pdf .icn::before { width: 20px; height: 20px; content: ''; display: inline-block; background: transparent url(/shared/image/link_icon_pdf.svg) no-repeat left top / 20px auto; transition: opacity .2s; font-size: 0; } .column-link > * .txt-wrap .box { padding: 15px 20px 5px 15px; }
  .column-link > * .txt-wrap .box .hdg { font-size: 2.0rem; }
  .column-link > * .txt-wrap .box .link { font-size: 2.0rem; }
  .column-link > * .txt-wrap .box.related { padding-left: 4px; padding-right: 4px; }
  .column-link > * + * { margin-top: 0; }
  .column-link.bg-pat1 > *, .column-link.bg-pat2 > *, .column-link.bg-pat3 > *, .column-link.bg-pat4 > *, .column-link.bg-pat5 > *, .column-link.bg-pat6 > *, .column-link.bg-pat7 > *, .column-link.bg-pat8 > * { background: transparent; }
  .column-link.bg-pat1 > * .inner { background: #eeeeee; }
  .column-link.bg-pat2 > * .inner { background: #eeeff3; }
  .column-link.bg-pat3 > * .inner { background: #e8ebf7; }
  .column-link.bg-pat4 > * .inner { background: #e8f1fa; }
  .column-link.bg-pat5 > * .inner { background: #e8f5fa; }
  .column-link.bg-pat6 > * .inner { background: #f3eeee; }
  .column-link.bg-pat7 > * .inner { background: #f5f9e6; }
  .column-link.bg-pat8 > * .inner { background: #f0f7f9; }
  .column-link.img-row, .column-link.img-col-row { display: flex; flex-wrap: wrap; margin: 32px 0 0 -30px; }
  .column-link.img-row > *, .column-link.img-col-row > * { margin-left: 30px; margin-top: 30px; }
  .column-link.img-row > * .img-wrap, .column-link.img-col-row > * .img-wrap { width: 29.8%; }
  .column-link.img-row > * .txt-wrap, .column-link.img-col-row > * .txt-wrap { width: 70.2%; }
  .column-link.img-row > * .rev, .column-link.img-col-row > * .rev { flex-direction: row; }
  .column-link.img-row.row1 > *, .column-link.img-col-row.row1 > * { width: calc((99.99999% / 2) - 5px); }
  .column-link.img-row.row1 > *:nth-child(n+3), .column-link.img-col-row.row1 > *:nth-child(n+3) { margin-top: 5px; }
  .column-link.img-row.row2 > *, .column-link.img-col-row.row2 > * { width: calc((99.99999% / 2) - 5px); }
  .column-link.img-row.row2 > *:nth-child(n+3), .column-link.img-col-row.row2 > *:nth-child(n+3) { margin-top: 5px; }
  .column-link.img-row.row3 > *, .column-link.img-col-row.row3 > * { width: calc((99.99999% / 2) - 5px); }
  .column-link.img-row.row3 > *:nth-child(n+3), .column-link.img-col-row.row3 > *:nth-child(n+3) { margin-top: 5px; }
  .column-link.img-row.row4 > *, .column-link.img-col-row.row4 > * { width: calc((99.99999% / 2) - 5px); }
  .column-link.img-row.row4 > *:nth-child(n+3), .column-link.img-col-row.row4 > *:nth-child(n+3) { margin-top: 5px; }
  .column-link.img-row.row5 > *, .column-link.img-col-row.row5 > * { width: calc((99.99999% / 2) - 5px); }
  .column-link.img-row.row5 > *:nth-child(n+3), .column-link.img-col-row.row5 > *:nth-child(n+3) { margin-top: 5px; }
  .column-link.img-row.row6 > *, .column-link.img-col-row.row6 > * { width: calc((99.99999% / 2) - 5px); }
  .column-link.img-row.row6 > *:nth-child(n+3), .column-link.img-col-row.row6 > *:nth-child(n+3) { margin-top: 5px; } .column-link.img-col-row .inner { display: flex; }
  .column-link.img-col-s { display: flex; flex-wrap: wrap; margin-left: -3px; margin-right: 0; }
  .column-link.img-col-s .inner { display: block; }
  .column-link.img-col-s .inner.rev { display: flex; }
  .column-link.img-col-s > * { margin-left: 3px; margin-top: 30px; }
  .column-link.img-col-s > * .img-wrap { width: 100%; }
  .column-link.img-col-s > * .txt-wrap { width: 100%; }
  .column-link.img-col-s.row1 > * { width: calc((99.99999% / 2) - 5px); }
  .column-link.img-col-s.row1 > *:nth-child(n+3) { margin-top: 5px; }
  .column-link.img-col-s.row2 > * { width: calc((99.99999% / 2) - 5px); }
  .column-link.img-col-s.row2 > *:nth-child(n+3) { margin-top: 5px; }
  .column-link.img-col-s.row3 > * { width: calc((99.99999% / 2) - 5px); }
  .column-link.img-col-s.row3 > *:nth-child(n+3) { margin-top: 5px; }
  .column-link.img-col-s.row4 > * { width: calc((99.99999% / 2) - 5px); }
  .column-link.img-col-s.row4 > *:nth-child(n+3) { margin-top: 5px; }
  .column-link.img-col-s.row5 > * { width: calc((99.99999% / 2) - 5px); }
  .column-link.img-col-s.row5 > *:nth-child(n+3) { margin-top: 5px; }
  .column-link.img-col-s.row6 > * { width: calc((99.99999% / 2) - 5px); }
  .column-link.img-col-s.row6 > *:nth-child(n+3) { margin-top: 5px; } .column-link.img-row-col, .column-link.img-col { display: flex; flex-wrap: wrap; margin-left: -30px; margin-right: 0; }
  .column-link.img-row-col .inner, .column-link.img-col .inner { display: block; }
  .column-link.img-row-col .inner.rev, .column-link.img-col .inner.rev { display: flex; flex-direction: column; }
  .column-link.img-row-col > *, .column-link.img-col > * { margin-left: 30px; margin-top: 30px; }
  .column-link.img-row-col > * .img-wrap, .column-link.img-col > * .img-wrap { width: 100%; }
  .column-link.img-row-col > * .txt-wrap, .column-link.img-col > * .txt-wrap { width: 100%; }
  .column-link.img-row-col.row1 > *, .column-link.img-col.row1 > * { width: calc((99.99999% / 2) - 5px); }
  .column-link.img-row-col.row1 > *:nth-child(n+3), .column-link.img-col.row1 > *:nth-child(n+3) { margin-top: 5px; }
  .column-link.img-row-col.row2 > *, .column-link.img-col.row2 > * { width: calc((99.99999% / 2) - 5px); }
  .column-link.img-row-col.row2 > *:nth-child(n+3), .column-link.img-col.row2 > *:nth-child(n+3) { margin-top: 5px; }
  .column-link.img-row-col.row3 > *, .column-link.img-col.row3 > * { width: calc((99.99999% / 2) - 5px); }
  .column-link.img-row-col.row3 > *:nth-child(n+3), .column-link.img-col.row3 > *:nth-child(n+3) { margin-top: 5px; }
  .column-link.img-row-col.row4 > *, .column-link.img-col.row4 > * { width: calc((99.99999% / 2) - 5px); }
  .column-link.img-row-col.row4 > *:nth-child(n+3), .column-link.img-col.row4 > *:nth-child(n+3) { margin-top: 5px; }
  .column-link.img-row-col.row5 > *, .column-link.img-col.row5 > * { width: calc((99.99999% / 2) - 5px); }
  .column-link.img-row-col.row5 > *:nth-child(n+3), .column-link.img-col.row5 > *:nth-child(n+3) { margin-top: 5px; }
  .column-link.img-row-col.row6 > *, .column-link.img-col.row6 > * { width: calc((99.99999% / 2) - 5px); }
  .column-link.img-row-col.row6 > *:nth-child(n+3), .column-link.img-col.row6 > *:nth-child(n+3) { margin-top: 5px; } .column-link.column-min .img-wrap { width: 31.5%; }
  .column-link.column-min .img-wrap:before { padding-top: 100%; }
  .column-link.column-min .txt-wrap { width: 68.5%; }
  .column-link.column-min .txt-wrap .box .hdg { font-size: 1.6rem; }
  .column-link.column-min .txt-wrap .box .txt { font-size: 1.4rem; }
  .column-link.column-min-pt2 .img-wrap { width: 31.5%; }
  .column-link.column-min-pt2 .img-wrap:before { padding-top: 100%; }
  .column-link.column-min-pt2 .txt-wrap { width: 68.5%; }
  .column-link.column-min-pt2 .txt-wrap .box .hdg { font-size: 1.6rem; }
  .column-link.column-min-pt2 .txt-wrap .box .txt { font-size: 1.4rem; }
  .column-link.column-min-pt3 .img-wrap { width: 18.8%; }
  .column-link.column-min-pt3 .img-wrap:before { padding-top: 100%; }
  .column-link.column-min-pt3 .txt-wrap { width: 81.2%; }
  .column-link.column-min-pt3 .txt-wrap .box .hdg { font-size: 1.6rem; }
  .column-link.column-min-pt3 .txt-wrap .box .txt { font-size: 1.4rem; margin-top: 10px; }
  .column-link.column-only-center { justify-content: center; }
  .column-link-hdg-b { display: flex; flex-wrap: wrap; margin: 32px 0 0 -30px; }
  .column-link-hdg-b > * + * { margin-top: 0; }
  .column-link-hdg-b > * { margin-left: 30px; }
  .column-link-hdg-b > * a .txt-wrap .box:after { content: ''; display: inline-block; position: absolute; width: 4px; height: 4px; border-top: 2px solid #fff; border-left: 2px solid #fff; -webkit-transform: translateX(0) translateY(0); transform: translateX(0) translateY(0); transition: -webkit-transform .2s; transition: transform .2s; transition: transform .2s, -webkit-transform .2s; -webkit-transform: rotate(135deg); transform: rotate(135deg); right: 10px; top: 50%; margin-top: -2px; /*transform:rotate(135deg);*/ /*webfont*/ }
  .column-link-hdg-b > * a.link-blank .txt-wrap .box .icn, .column-link-hdg-b > * a.link-pdf .txt-wrap .box .icn { padding-right: 20px; }
  .column-link-hdg-b > * a.link-blank .txt-wrap .box .icn::before, .column-link-hdg-b > * a.link-pdf .txt-wrap .box .icn::before { position: absolute; }
  .column-link-hdg-b > * a.link-blank .txt-wrap .box .icn::before, .column-link-hdg-b > * a.link-pdf .txt-wrap .box .icn::before { top: 50%; margin-top: -6px; right: 24px; }
  .column-link-hdg-b > * a.link-pdf .txt-wrap .box .icn { padding-right: 24px; }
  .column-link-hdg-b > * a.link-pdf .txt-wrap .box .icn::before { margin-top: -10px; }
  .column-link-hdg-b > * a.link-blank .txt-wrap .box .icn::before { width: 16px; height: 12px; content: ''; display: inline-block; background: transparent url(/shared/image/link_icon_blank_w.svg) no-repeat left top / 16px auto; transition: opacity .2s; font-size: 0; }
  .column-link-hdg-b > * a.link-pdf .txt-wrap .box .icn::before { width: 20px; height: 20px; content: ''; display: inline-block; background: transparent url(/shared/image/link_icon_pdf_w.svg) no-repeat left top / 20px auto; transition: opacity .2s; font-size: 0; } .column-link-hdg-b > * .rev .txt-wrap { z-index: 2; }
  .column-link-hdg-b > * .txt-wrap { position: absolute; }
  .column-link-hdg-b > * .txt-wrap .box { min-height: 65px; font-size: 2.0rem; padding: 5px 25px 5px 20px; }
  .column-link-hdg-b.row1 > * { width: calc((99.99999% / 2) - 5px); }
  .column-link-hdg-b.row1 > *:nth-child(n+3) { margin-top: 5px; }
  .column-link-hdg-b.row2 > * { width: calc((99.99999% / 2) - 5px); }
  .column-link-hdg-b.row2 > *:nth-child(n+3) { margin-top: 5px; }
  .column-link-hdg-b.row3 > * { width: calc((99.99999% / 2) - 5px); }
  .column-link-hdg-b.row3 > *:nth-child(n+3) { margin-top: 5px; }
  .column-link-hdg-b.row4 > * { width: calc((99.99999% / 2) - 5px); }
  .column-link-hdg-b.row4 > *:nth-child(n+3) { margin-top: 5px; }
  .column-link-hdg-b.row5 > * { width: calc((99.99999% / 2) - 5px); }
  .column-link-hdg-b.row5 > *:nth-child(n+3) { margin-top: 5px; }
  .column-link-hdg-b.row6 > * { width: calc((99.99999% / 2) - 5px); }
  .column-link-hdg-b.row6 > *:nth-child(n+3) { margin-top: 5px; } .column-link-hdg-b.img-row-col { display: flex; }
  .column-link-hdg-b.img-row-col > * { margin-left: 30px; background: transparent; }
  .column-link-hdg-b.img-row-col > * .inner { display: block; }
  .column-link-hdg-b.img-row-col > * .img-wrap { width: 100%; }
  .column-link-hdg-b.img-row-col > * .txt-wrap { width: 100%; position: absolute; }
  .column-link-hdg-b.img-row-col > * .txt-wrap .box { min-height: 65px; color: #fff; background: rgba(0, 0, 0, 0.7); padding: 5px 25px 5px 20px; align-items: center; }
  .column-link-hdg-b.img-row-col > * a .txt-wrap .box:after { content: ''; display: inline-block; position: absolute; width: 4px; height: 4px; border-top: 2px solid #1432aa; border-left: 2px solid #1432aa; -webkit-transform: translateX(0) translateY(0); transform: translateX(0) translateY(0); transition: -webkit-transform .2s; transition: transform .2s; transition: transform .2s, -webkit-transform .2s; -webkit-transform: rotate(135deg); transform: rotate(135deg); top: auto; bottom: 10px; margin-top: 0; /*transform:rotate(135deg);*/ /*webfont*/ }
  .column-link-hdg-b.img-row-col > * a.link-blank .txt-wrap .box .icn, .column-link-hdg-b.img-row-col > * a.link-pdf .txt-wrap .box .icn { padding-right: 10px; }
  .column-link-hdg-b.img-row-col > * a.link-blank .txt-wrap .box .icn::before, .column-link-hdg-b.img-row-col > * a.link-pdf .txt-wrap .box .icn::before { position: absolute; }
  .column-link-hdg-b.img-row-col > * a.link-blank .txt-wrap .box .icn::before, .column-link-hdg-b.img-row-col > * a.link-pdf .txt-wrap .box .icn::before { top: auto; bottom: 6px; right: 24px; }
  .column-link-hdg-b.img-row-col > * a.link-pdf .txt-wrap .box .icn { padding-right: 14px; }
  .column-link-hdg-b.img-row-col > * a.link-pdf .txt-wrap .box .icn::before { top: auto; bottom: 6px; }
  .column-link-hdg-b.img-row-col > * a.link-blank .txt-wrap .box .icn::before { width: 16px; height: 12px; content: ''; display: inline-block; background: transparent url(/shared/image/link_icon_blank.svg) no-repeat left top / 16px auto; transition: opacity .2s; font-size: 0; }
  .column-link-hdg-b.img-row-col > * a.link-pdf .txt-wrap .box .icn::before { width: 20px; height: 20px; content: ''; display: inline-block; background: transparent url(/shared/image/link_icon_pdf.svg) no-repeat left top / 20px auto; transition: opacity .2s; font-size: 0; } .column-link-hdg-b.img-col { padding: 0 17%; margin-left: -30px; }
  .column-link-hdg-b.img-col > * { margin-left: 30px; }
  .column-link-hdg-b.img-col.custom { display: flex; margin-left: -30px; padding: 0; }
  .column-link-hdg-b.img-col.custom > * { width: calc(50% - 30px); margin-left: 30px; margin-top: 30px; }
  .column-link-hdg-b.img-col.custom > *:nth-child(n-2) { margin-top: 0; }
  .column-link-hdg-b.img-col.custom > *:nth-child(n+3) { margin-top: 30px; }
  .column-link-hdg-b.img-col.custom > * .txt-wrap { position: absolute; }
  .column-link-hdg-b.img-col.custom .img-wrap { padding-top: 52.5%; }
  .column-link-hdg-b.img-col.custom .img-wrap::before { padding-top: 0; content: ''; display: block; position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: 1; transition: box-shadow .2s; }
  .column-link-hdg-b.img-col.custom .img-wrap img { bottom: 50%; -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0); }
  .column-link-list { display: flex; flex-wrap: wrap; margin: 32px 0 0 0; }
  .column-link-list > * + * { margin-top: 0; }
  .column-link-list > * a .txt-wrap .box:after { content: ''; display: inline-block; position: absolute; width: 4px; height: 4px; border-top: 2px solid #fff; border-left: 2px solid #fff; -webkit-transform: translateX(0) translateY(0); transform: translateX(0) translateY(0); transition: -webkit-transform .2s; transition: transform .2s; transition: transform .2s, -webkit-transform .2s; -webkit-transform: rotate(135deg); transform: rotate(135deg); right: 10px; top: 50%; margin-top: -2px; /*transform:rotate(135deg);*/ /*webfont*/ }
  .column-link-list > * a.link-blank .txt-wrap .box .icn, .column-link-list > * a.link-pdf .txt-wrap .box .icn { padding-right: 20px; }
  .column-link-list > * a.link-blank .txt-wrap .box .icn::before, .column-link-list > * a.link-pdf .txt-wrap .box .icn::before { position: absolute; }
  .column-link-list > * a.link-blank .txt-wrap .box .icn::before, .column-link-list > * a.link-pdf .txt-wrap .box .icn::before { top: 50%; margin-top: -6px; right: 24px; }
  .column-link-list > * a.link-pdf .txt-wrap .box .icn { padding-right: 24px; }
  .column-link-list > * a.link-pdf .txt-wrap .box .icn::before { margin-top: -10px; }
  .column-link-list > * a.link-blank .txt-wrap .box .icn::before { width: 16px; height: 12px; content: ''; display: inline-block; background: transparent url(/shared/image/link_icon_blank_w.svg) no-repeat left top / 16px auto; transition: opacity .2s; font-size: 0; }
  .column-link-list > * a.link-pdf .txt-wrap .box .icn::before { width: 20px; height: 20px; content: ''; display: inline-block; background: transparent url(/shared/image/link_icon_pdf_w.svg) no-repeat left top / 20px auto; transition: opacity .2s; font-size: 0; } .column-link-list > * .txt-wrap .box { font-size: 1.6rem; padding: 5px 25px 5px 20px; min-height: 65px; }
  .column-link-list > * .list-label { top: -45px; padding-left: 20px; }
  .column-link-list.img-col { margin-left: -3px; }
  .column-link-list.img-col > * { width: calc((100% / 2) - 3px); margin-left: 3px; }
  .column-link-list.img-col > *:nth-child(n+3) { margin-top: 3px; }
  .column-link-list.img-col > * .list-label li { font-size: 1.8rem; }
  .column-link-list.img-col > * .txt-wrap .box { min-height: 120px; font-size: 2.4rem; }
  .column-link-list.img-row-col { margin-left: -3px; }
  .column-link-list.img-row-col > * { width: calc((100% / 3) - 3px); margin-left: 3px; }
  .column-link-list.img-row-col > *:nth-child(n+4) { margin-top: 3px; }
  .column-link-list.img-row-col > * a .txt-wrap .box:after { content: ''; display: inline-block; position: absolute; width: 4px; height: 4px; border-top: 2px solid #1432aa; border-left: 2px solid #1432aa; -webkit-transform: translateX(0) translateY(0); transform: translateX(0) translateY(0); transition: -webkit-transform .2s; transition: transform .2s; transition: transform .2s, -webkit-transform .2s; -webkit-transform: rotate(135deg); transform: rotate(135deg); top: auto; bottom: 10px; margin-top: 0; /*transform:rotate(135deg);*/ /*webfont*/ }
  .column-link-list.img-row-col > * a.link-blank .txt-wrap .box .icn, .column-link-list.img-row-col > * a.link-pdf .txt-wrap .box .icn { padding-right: 10px; }
  .column-link-list.img-row-col > * a.link-blank .txt-wrap .box .icn::before, .column-link-list.img-row-col > * a.link-pdf .txt-wrap .box .icn::before { position: absolute; }
  .column-link-list.img-row-col > * a.link-blank .txt-wrap .box .icn::before, .column-link-list.img-row-col > * a.link-pdf .txt-wrap .box .icn::before { top: auto; bottom: 6px; right: 24px; }
  .column-link-list.img-row-col > * a.link-pdf .txt-wrap .box .icn { padding-right: 14px; }
  .column-link-list.img-row-col > * a.link-pdf .txt-wrap .box .icn::before { top: auto; bottom: 6px; }
  .column-link-list.img-row-col > * a.link-blank .txt-wrap .box .icn::before { width: 16px; height: 12px; content: ''; display: inline-block; background: transparent url(/shared/image/link_icon_blank.svg) no-repeat left top / 16px auto; transition: opacity .2s; font-size: 0; }
  .column-link-list.img-row-col > * a.link-pdf .txt-wrap .box .icn::before { width: 20px; height: 20px; content: ''; display: inline-block; background: transparent url(/shared/image/link_icon_pdf.svg) no-repeat left top / 20px auto; transition: opacity .2s; font-size: 0; } .column-link-list.img-row-col > * .inner { display: block; }
  .column-link-list.img-row-col > * .img-wrap { width: 100%; }
  .column-link-list.img-row-col > * .txt-wrap { width: 100%; position: absolute; }
  .column-link-list.img-row-col > * .txt-wrap .box { color: #fff; background: rgba(0, 0, 0, 0.7); padding: 5px 25px 5px 20px; min-height: 75px; font-size: 1.6rem; align-items: center; position: relative; }
  .column-link-list.img-row-col > * .list-label { padding-left: 20px; }
  .column-link-hdg { margin: 32px 0 0 0; }
  .column-link-hdg > * a .txt-wrap .box:after { content: ''; display: inline-block; position: absolute; width: 4px; height: 4px; border-top: 2px solid #1432aa; border-left: 2px solid #1432aa; -webkit-transform: translateX(0) translateY(0); transform: translateX(0) translateY(0); transition: -webkit-transform .2s; transition: transform .2s; transition: transform .2s, -webkit-transform .2s; -webkit-transform: rotate(135deg); transform: rotate(135deg); right: 10px; top: 50%; margin-top: -2px; /*transform:rotate(135deg);*/ /*webfont*/ }
  .column-link-hdg > * a.link-blank .txt-wrap .box .icn, .column-link-hdg > * a.link-pdf .txt-wrap .box .icn { padding-right: 20px; }
  .column-link-hdg > * a.link-blank .txt-wrap .box .icn::before, .column-link-hdg > * a.link-pdf .txt-wrap .box .icn::before { position: absolute; }
  .column-link-hdg > * a.link-blank .txt-wrap .box .icn::before, .column-link-hdg > * a.link-pdf .txt-wrap .box .icn::before { top: 50%; margin-top: -6px; right: 24px; }
  .column-link-hdg > * a.link-pdf .txt-wrap .box .icn { padding-right: 24px; }
  .column-link-hdg > * a.link-pdf .txt-wrap .box .icn::before { margin-top: -10px; }
  .column-link-hdg > * a.link-blank .txt-wrap .box .icn::before { width: 16px; height: 12px; content: ''; display: inline-block; background: transparent url(/shared/image/link_icon_blank.svg) no-repeat left top / 16px auto; transition: opacity .2s; font-size: 0; }
  .column-link-hdg > * a.link-pdf .txt-wrap .box .icn::before { width: 20px; height: 20px; content: ''; display: inline-block; background: transparent url(/shared/image/link_icon_pdf.svg) no-repeat left top / 20px auto; transition: opacity .2s; font-size: 0; } .column-link-hdg > * .txt-wrap .box { min-height: 45px; padding: 5px 25px 5px 15px; }
  .column-link-hdg.row1 > * { width: calc((99.99999% / 2) - 5px); }
  .column-link-hdg.row1 > *:nth-child(n+3) { margin-top: 5px; }
  .column-link-hdg.row2 > * { width: calc((99.99999% / 2) - 5px); }
  .column-link-hdg.row2 > *:nth-child(n+3) { margin-top: 5px; }
  .column-link-hdg.row3 > * { width: calc((99.99999% / 2) - 5px); }
  .column-link-hdg.row3 > *:nth-child(n+3) { margin-top: 5px; }
  .column-link-hdg.row4 > * { width: calc((99.99999% / 2) - 5px); }
  .column-link-hdg.row4 > *:nth-child(n+3) { margin-top: 5px; }
  .column-link-hdg.row5 > * { width: calc((99.99999% / 2) - 5px); }
  .column-link-hdg.row5 > *:nth-child(n+3) { margin-top: 5px; }
  .column-link-hdg.row6 > * { width: calc((99.99999% / 2) - 5px); }
  .column-link-hdg.row6 > *:nth-child(n+3) { margin-top: 5px; } .column-link-hdg.row4 { margin-left: -30px; }
  .column-link-hdg.row4 > * { margin-left: 30px; }
  .column-link-hdg.row4 > * .txt-wrap .box { font-size: 1.8rem; }
  .column-link-hdg.row5, .column-link-hdg.row6 { margin-left: -30px; }
  .column-link-hdg.row5 > *, .column-link-hdg.row6 > * { margin-left: 30px; }
  .column-link-dtl { display: flex; flex-wrap: wrap; margin: 32px 0 0 -30px; }
  .column-link-dtl > * + * { margin-top: 0; }
  .column-link-dtl > *:nth-child(n+3) { margin-top: 32px; }
  .column-link-dtl > * { display: flex; width: calc((100% / 2) - 30px); margin-left: 30px; background: #fff; }
  .column-link-dtl > * .inner { padding-bottom: 0; /*height: 100%;*/ }
  .column-link-dtl > * .txt-wrap { padding: 20px 20px 0 0; }
  .column-link-dtl > * .txt-wrap .lead { font-size: 1.6rem; }
  .column-link-dtl > * .txt-wrap .hdg { font-size: 2.0rem; line-height: 1.4; }
  .column-link-dtl > * .txt-wrap .lead + .hdg { margin-top: 15px; }
  .column-link-dtl > * .list-label { position: static; margin-top: 10px; margin-bottom: 10px; }
  .column-link-dtl > * .box { min-height: 65px; padding-top: 10px; padding-bottom: 10px; padding-left: 20px; padding-right: 30px; margin-top: auto; }
  .column-link-dtl > * a { display: flex; flex-direction: column; width: 100%; transition: box-shadow .2s; }
  .column-link-dtl > * a:hover { box-shadow: 0 0 0 4px #0033af inset; }
  .column-link-dtl > * a img { transition: opacity .2s; }
  .column-link-dtl > * a:hover > * { position: relative; z-index: -1; }
  .column-link-dtl > * a:hover img { opacity: .5; }
  .column-link-dtl > * a:hover { color: #0000ff; }
  .column-link-dtl > * a:hover .txt-wrap .lead { text-decoration: underline; }
  .column-link-dtl > * a:hover .txt-wrap .hdg { text-decoration: underline; }
  .column-link-dtl > * a:hover .box { text-decoration: underline; }
  .column-link-dtl > * a:hover .box:after { -webkit-transform: translateX(3px) translateY(0) rotate(135deg); transform: translateX(3px) translateY(0) rotate(135deg); }
  .column-link-dtl > * a .box::after { right: 13px; }
  .column-link-pdt { display: flex; flex-wrap: wrap; margin: 20px 0 0 -30px; }
  .column-link-pdt > * + * { margin-top: 0; }
  .column-link-pdt > *:nth-child(n+3) { margin-top: 20px; }
  .column-link-pdt > * { width: calc((100% / 2) - 30px); margin-left: 30px; display: flex; flex-wrap: wrap; }
  .column-link-pdt > * .inner { background: #fff; padding: 15px 15px 20px; display: flex; flex-wrap: wrap; flex-direction: column; width: 100%; }
  .column-link-pdt > * .pdt-wrap { display: block; padding-top: 15px; }
  .column-link-pdt > * .pdt-wrap::after { content: ""; display: block; clear: both; }
  .column-link-pdt > * .img-wrap { width: 41%; float: left; margin-right: 2.5%; }
  .column-link-pdt > * .txt-wrap { width: 100%; }
  .column-link-pdt > * .txt-wrap .lead { font-size: 1.6rem; }
  .column-link-pdt > * .txt-wrap .hdg { font-size: 2.0rem; }
  .column-link-pdt > * .txt-wrap .lead + .hdg { margin-top: 15px; }
  .column-link-pdt > * .list-label { float: left; width: 56.5%; }
  .column-link-pdt > * .box { width: 56.5%; float: left; margin-top: 15px; }
  .column-link-pdt > * a { display: flex; flex-wrap: wrap; width: 100%; }
  .column-link-pdt > * a:after { right: 10px; bottom: 10px; content: ''; display: inline-block; position: absolute; width: 4px; height: 4px; border-top: 2px solid #1432aa; border-left: 2px solid #1432aa; -webkit-transform: translateX(0) translateY(0); transform: translateX(0) translateY(0); transition: -webkit-transform .2s; transition: transform .2s; transition: transform .2s, -webkit-transform .2s; -webkit-transform: rotate(135deg); transform: rotate(135deg); }
  .column-link-pdt > * a.link-blank .icn::before, .column-link-pdt > * a.icn-pdf .icn::before { bottom: 6px; right: 20px; position: absolute; }
  .column-link-pdt > * a.link-blank .icn::before { width: 16px; height: 12px; content: ''; display: inline-block; background: transparent url(/shared/image/link_icon_blank.svg) no-repeat left top / 16px auto; transition: opacity .2s; font-size: 0; }
  .column-link-pdt > * a.link-pdf .icn::before { width: 20px; height: 20px; content: ''; display: inline-block; background: transparent url(/shared/image/link_icon_pdf.svg) no-repeat left top / 20px auto; transition: opacity .2s; font-size: 0; } .column-link-pdt > * a:hover .txt-wrap .lead { text-decoration: underline; }
  .column-link-pdt > * a:hover .txt-wrap .hdg { text-decoration: underline; }
  .column-link-pdt > * a:hover .box { text-decoration: underline; }
  .column-link-pdt-pt2 { display: flex; flex-wrap: wrap; margin: 32px 0 0 -30px; }
  .column-link-pdt-pt2 > * + * { margin-top: 0; }
  .column-link-pdt-pt2 > *:nth-child(n+3) { margin-top: 32px; }
  .column-link-pdt-pt2 > * { width: calc((100% / 2) - 30px); margin-left: 30px; display: flex; flex-wrap: wrap; }
  .column-link-pdt-pt2 > * .hdg { font-size: 2.0rem; }
  .column-link-pdt-pt2 > * .hdg a:hover { text-decoration: underline; }
  .column-link-pdt-pt2 > * .hdg a:hover:after { -webkit-transform: translateX(3px) translateY(0) rotate(135deg); transform: translateX(3px) translateY(0) rotate(135deg); }
  .column-link-pdt-pt2 > * .detail { display: flex; justify-content: space-between; }
  .column-link-pdt-pt2 > * .detail:after { content: ""; display: block; clear: both; }
  .column-link-pdt-pt2 > * .img-wrap { float: none; width: 39%; margin: 0; align-self: flex-start; }
  .column-link-pdt-pt2 > * .txt-wrap { width: 58%; display: flex; flex-flow: column; }
  .column-link-pdt-pt2 > * .txt { font-size: 1.6rem; margin-left: 3%; margin-bottom: 10px; }
  .column-link-pdt-pt2 > * .list-btn { margin-top: auto; margin-left: 3%; }
  .column-link-pdt-pt2 > * .list-btn > [class^="btn"] { width: 100%; margin: 0; margin-top: 16px; }
  .box-add-info { padding: 20px; margin: 20px 0 0; display: flex; flex-direction: column; }
  a.box-add-info.link-map .icn::before { bottom: 8px; }
  a.box-add-info:hover.link-map .icn { position: static; }
  .box-add-info .add-hdr { padding: 0 0 15px; }
  .box-add-info .list-link-pts { margin: 10px 0 0; }
  .box-add-info .list-link-pts.list-row { margin-top: auto; }
  .box-add-info .detail { line-height: 1.5; margin: 10px 0 0; }
  .column-link-list-pt2 { margin-top: 20px; margin-left: -30px; display: flex; flex-wrap: wrap; }
  .column-link-list-pt2 > li { width: calc(33.333% - 30px); margin-top: 20px; margin-left: 30px; }
  .column-link-list-pt2 > li a:hover .inner .img-wrap::before { box-shadow: 0 0 0 4px #1432aa inset; }
  .column-link-list-pt2 > li a:hover .inner .txt-wrap .box { text-decoration: underline; color: #0000ff; }
  .column-link-list-pt2 > li .inner { display: block; margin-left: 0; }
  .column-link-list-pt2 > li .inner > a { display: block; }
  .column-link-list-pt2 > li .inner > a:hover .img-wrap::before { box-shadow: 0 0 0 4px #1432aa inset; }
  .column-link-list-pt2 > li .inner > a:hover .txt-wrap .box { text-decoration: underline; color: #0000ff; }
  .column-link-list-pt2 > li .inner .img-wrap { margin-top: 0; width: 100%; margin-left: 0; position: relative; }
  .column-link-list-pt2 > li .inner .img-wrap::before { content: ''; display: block; position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: 1; transition: box-shadow .2s; }
  .column-link-list-pt2 > li .inner .txt-wrap { width: 100%; margin-left: 0; margin-top: 18px; }
  .box-std { padding: 30px; margin: 20px 0 0; }
  .box-std.sp-fit { margin-left: 0; margin-right: 0; }
  .box-std.pc-into { margin-left: 30px; margin-right: 30px; }
  .box-std > *:first-child { margin-top: 0; }
  .box-std .txt-std { font-weight: normal; padding: 0; }
  .box-std .list-dl-std-pt3 { margin-top: 0; }
  .box-std .list-dl-std-pt3 dt + dd { margin-top: 15px; }
  .box-std .list-dl-std-pt3 dt { width: 35%; padding: 0; margin-top: 15px; font-size: 1.8rem; }
  .box-std .list-dl-std-pt3 dd { width: 65%; padding: 0; margin-top: 15px; font-size: 1.8rem; }
  .box-std + .btn, .box-std + .btn-sp { margin-top: 30px; }
  .box-std-pt2 { margin: 20px 0 0; position: relative; z-index: 0; }
  .box-std-pt2 .list-dl-std-pt3 { margin-top: 0; margin: 0 20px; padding: 0 0 20px; }
  .box-std-pt2 .list-dl-std-pt3 dt + dd { margin-top: 15px; }
  .box-std-pt2 .list-dl-std-pt3 dt { width: 35%; padding: 0; margin-top: 15px; font-size: 1.8rem; }
  .box-std-pt2 .list-dl-std-pt3 dd { width: 65%; padding: 0; margin-top: 15px; font-size: 1.8rem; }
  .box-std-pt2 .wrap-around { display: block; text-decoration: none; color: #333; padding: 20px; margin-top: 0; position: relative; }
  .box-std-pt2 .wrap-around .img-wrap { margin-top: -10px; margin-left: -10px; max-width: 120px; }
  .box-std-pt2 .wrap-around .img-wrap.left { float: left; margin: -20px 15px 10px -20px; padding-left: 0; }
  .box-std-pt2 .wrap-around:after { right: 10px; bottom: 10px; content: ''; display: inline-block; position: absolute; width: 4px; height: 4px; border-top: 2px solid #1432aa; border-left: 2px solid #1432aa; -webkit-transform: translateX(0) translateY(0); transform: translateX(0) translateY(0); transition: -webkit-transform .2s; transition: transform .2s; transition: transform .2s, -webkit-transform .2s; -webkit-transform: rotate(135deg); transform: rotate(135deg); }
  .box-std-pt2 .wrap-around.link-blank .icn::before, .box-std-pt2 .wrap-around.icn-pdf .icn::before { bottom: 6px; right: 20px; position: absolute; }
  .box-std-pt2 .wrap-around.link-blank .icn::before { width: 16px; height: 12px; content: ''; display: inline-block; background: transparent url(/shared/image/link_icon_blank.svg) no-repeat left top / 16px auto; transition: opacity .2s; font-size: 0; }
  .box-std-pt2 .wrap-around.link-pdf .icn::before { width: 20px; height: 20px; content: ''; display: inline-block; background: transparent url(/shared/image/link_icon_pdf.svg) no-repeat left top / 20px auto; transition: opacity .2s; font-size: 0; } .box-std-pt2 .wrap-around:hover .icn { position: static; }
  .box-std-pt2 .wrap-around:hover .wrap-hdg { color: #1432aa; text-decoration: underline; }
  .box-intro-pdt { padding: 20px; margin: 20px 0 0; display: flex; flex-direction: column; }
  .box-intro-pdt .intro-hdr .hdr { font-size: 2.0rem; }
  .box-intro-pdt .intro-hdr .hdr > a { margin-top: -15px; padding: 15px 30px 15px 0; }
  .box-intro-pdt .intro-hdr .hdr > a:hover { text-decoration: underline; }
  .box-intro-pdt .intro-hdr .hdr > a:hover:after { -webkit-transform: translateX(3px) translateY(0) rotate(135deg); transform: translateX(3px) translateY(0) rotate(135deg); }
  .box-intro-pdt .intro-hdr .hdr > span { margin-top: -15px; padding: 15px 30px 15px 0; }
  .box-intro-pdt .wrap-around { margin-top: 25px; }
  .box-intro-pdt .wrap-around .txt-std { margin-top: 0; }
  .box-intro-pdt .list-link-pts { margin: 10px 0 0; }
  .box-intro-pdt .list-link-pts.list-row { margin-top: auto; } .media-st-list > .inner { display: flex; justify-content: space-between; }
  .media-st-list > .inner:first-child { margin-top: 32px; }
  .media-st-list > .inner .img-wrap { margin-top: 0; width: 30.9%; }
  .media-st-list > .inner .dtl-wrap { width: 65.5%; margin-top: 0; }
  .media-st-list > .inner .dtl-wrap .txt { margin-top: 20px; }
  .media-st-list > .inner .dtl-wrap .btn-wrap .btn, .media-st-list > .inner .dtl-wrap .btn-wrap .btn-sp { text-align: left; }
  .media-st-list > .inner .dtl-wrap .btn-wrap .btn a, .media-st-list > .inner .dtl-wrap .btn-wrap .btn-sp a { min-width: 264px; } .btn, .btn-sp { margin-top: 20px; }
  .btn.size-pt1 > a, .size-pt1.btn-sp > a, .btn.size-pt1 > button, .size-pt1.btn-sp > button { min-width: 420px; width: 420px; }
  .btn > a, .btn-sp > a, .btn > button, .btn-sp > button { width: auto; min-width: 50%; padding: 10px 25px 10px 15px; display: inline-flex; transition: box-shadow .2s; }
  .btn > a.pat-s, .btn-sp > a.pat-s, .btn > button.pat-s, .btn-sp > button.pat-s { min-width: 33.3%; }
  .btn > a.pat-l, .btn-sp > a.pat-l, .btn > button.pat-l, .btn-sp > button.pat-l { min-width: 100%; }
  .btn > a:after, .btn-sp > a:after, .btn > button:after, .btn-sp > button:after { right: 18px; }
  .btn > a:hover, .btn-sp > a:hover, .btn > button:hover, .btn-sp > button:hover { box-shadow: 0 0 0 2px #0033af inset; }
  .btn > a img, .btn-sp > a img, .btn > button img, .btn-sp > button img { transition: opacity .2s; }
  .btn > a:hover > *, .btn-sp > a:hover > *, .btn > button:hover > *, .btn-sp > button:hover > * { position: relative; z-index: -1; }
  .btn > a:hover img, .btn-sp > a:hover img, .btn > button:hover img, .btn-sp > button:hover img { opacity: .5; }
  .btn > a:hover, .btn-sp > a:hover, .btn > button:hover, .btn-sp > button:hover { color: #0000ff; text-decoration: underline; border: 1px solid #0033af; }
  .btn > a:hover > *, .btn-sp > a:hover > *, .btn > button:hover > *, .btn-sp > button:hover > * { position: static; z-index: 0; }
  .btn > a:hover:after, .btn-sp > a:hover:after, .btn > button:hover:after, .btn-sp > button:hover:after { -webkit-transform: translateX(3px) translateY(0) rotate(135deg); transform: translateX(3px) translateY(0) rotate(135deg); }
  .btn.btn-l > a, .btn-l.btn-sp > a, .btn.btn-l > button, .btn-l.btn-sp > button { min-width: 50%; padding: 25px 25px 25px 20px; font-size: 2rem; }
  .btn .link-blank .icn, .btn-sp .link-blank .icn { padding-right: 20px; }
  .btn .link-blank .icn:before, .btn-sp .link-blank .icn:before { right: 32px; }
  .btn .link-pdf .icn, .btn-sp .link-pdf .icn { padding-right: 18px; }
  .btn .link-pdf .icn:before, .btn-sp .link-pdf .icn:before { right: 32px; }
  .btn .link-download .icn, .btn-sp .link-download .icn { padding-right: 20px; }
  .btn .link-map .icn, .btn-sp .link-map .icn { padding-right: 30px; }
  .btn .link-map .icn:before, .btn-sp .link-map .icn:before { right: 32px; }
  .box-std .list-btn.row2 .btn, .box-std .list-btn.row2 .btn-sp { margin-top: 30px; }
  .btn.pc-fixed > a, .pc-fixed.btn-sp > a, .btn.pc-fixed > button, .pc-fixed.btn-sp > button { width: 380px; }
  .btn-anc { margin-top: 32px; }
  .btn-anc > a, .btn-anc > button { width: auto; min-width: 33.333%; justify-content: center; text-align: center; min-height: 60px; padding: 16px 20px 20px 20px; }
  .btn-anc > a:hover, .btn-anc > button:hover { transition: box-shadow .2s; color: #0000ff; text-decoration: underline; }
  .btn-anc > a:hover:hover, .btn-anc > button:hover:hover { box-shadow: 0 0 0 2px #0033af inset; }
  .btn-anc > a:hover img, .btn-anc > button:hover img { transition: opacity .2s; }
  .btn-anc > a:hover:hover > *, .btn-anc > button:hover:hover > * { position: relative; z-index: -1; }
  .btn-anc > a:hover:hover img, .btn-anc > button:hover:hover img { opacity: .5; }
  .btn-anc > a:hover:after, .btn-anc > button:hover:after { -webkit-transform: translateX(0) translateY(3px) rotate(225deg); transform: translateX(0) translateY(3px) rotate(225deg); }
  .btn-inq { margin-top: 32px; }
  .btn-inq > a, .btn-inq > button { width: auto; min-width: 33.333%; padding: 10px 25px 10px 20px; transition: box-shadow .2s; }
  .btn-inq > a:after, .btn-inq > button:after { right: 18px; }
  .btn-inq > a:hover, .btn-inq > button:hover { box-shadow: 0 0 0 2px #0033af inset; }
  .btn-inq > a img, .btn-inq > button img { transition: opacity .2s; }
  .btn-inq > a:hover > *, .btn-inq > button:hover > * { position: relative; z-index: -1; }
  .btn-inq > a:hover img, .btn-inq > button:hover img { opacity: .5; }
  .btn-inq > a:hover, .btn-inq > button:hover { text-decoration: underline; border: 1px solid #0033af; }
  .btn-inq > a:hover > *, .btn-inq > button:hover > * { position: static; z-index: 0; }
  .btn-inq > a:hover:after, .btn-inq > button:hover:after { -webkit-transform: translateX(3px) translateY(0) rotate(135deg); transform: translateX(3px) translateY(0) rotate(135deg); }
  .btn-inq .link-blank .icn { padding-right: 30px; }
  .btn-inq .link-blank .icn:before { right: 32px; }
  .btn-inq .link-download .icn:before { right: 30px; }
  .btn-inq .link-pdf .icn { padding-right: 30px; }
  .btn-inq .link-pdf .icn:before { right: 32px; }
  .btn-sp { margin-top: 32px; display: flex; justify-content: center; }
  .btn-sp > a, .btn-sp > button { text-align: center; height: 80px; justify-content: center; width: 584px; font-size: 2rem; padding: 5px 30px; }
  .btn-sp > a:after, .btn-sp > button:after { right: 16px; }
  .btn-sp > a:hover:after, .btn-sp > button:hover:after { -webkit-transform: translateX(3px) translateY(0) rotate(135deg); transform: translateX(3px) translateY(0) rotate(135deg); }
  .btn-sp.sp1 > a, .btn-sp.sp1 > button { background: #fff url(/shared/image/btn_sp01.jpg) no-repeat left center; }
  .btn-sp.sp2 > a, .btn-sp.sp2 > button { background: #fff url(/shared/image/btn_sp02.jpg) no-repeat left center; }
  .btn-sp.sp3 > a, .btn-sp.sp3 > button { background: #fff url(/shared/image/btn_sp03.jpg) no-repeat left center; }
  .btn-sp.sp4 > a, .btn-sp.sp4 > button { background: #fff url(/shared/image/btn_sp04.jpg) no-repeat left center; }
  .btn-sp.sp5 > a, .btn-sp.sp5 > button { background: #fff url(/shared/image/btn_sp05.jpg) no-repeat 10px center/auto 30px; }
  .wrap-rss { position: relative; }
  .wrap-rss > .btn-rss { position: absolute; right: 0; top: 12px; margin-top: 0; }
  .btn-rss > a, .btn-rss > button { transition: opacity .2s; width: 45px; padding-left: 16px; }
  .btn-rss > a:hover, .btn-rss > button:hover { opacity: .5; }
  .btn-row-list { margin-top: 32px; margin-left: 0; margin-right: 0; }
  .btn-row-list .btn-row { margin: 0 15px; }
  .btn-row-list .btn-row > a, .btn-row-list .btn-row > button { transition: color .2s; }
  .btn-row-list .btn-row > a:after, .btn-row-list .btn-row > button:after { right: 12px; top: 50%; margin-top: -2px; content: ''; display: inline-block; position: absolute; width: 4px; height: 4px; border-top: 2px solid #1432aa; border-left: 2px solid #1432aa; -webkit-transform: translateX(0) translateY(0); transform: translateX(0) translateY(0); transition: -webkit-transform .2s; transition: transform .2s; transition: transform .2s, -webkit-transform .2s; -webkit-transform: rotate(135deg); transform: rotate(135deg); }
  .btn-row-list .btn-row > a:hover, .btn-row-list .btn-row > button:hover { color: #1432aa; border-bottom: 1px solid #fff; }
  .btn-row-list .btn-row > a:hover:after, .btn-row-list .btn-row > button:hover:after { content: ''; display: inline-block; position: absolute; width: 4px; height: 4px; border-top: 2px solid #1432aa; border-left: 2px solid #1432aa; -webkit-transform: translateX(0) translateY(0); transform: translateX(0) translateY(0); transition: -webkit-transform .2s; transition: transform .2s; transition: transform .2s, -webkit-transform .2s; -webkit-transform: rotate(225deg); transform: rotate(225deg); }
  .btn-row-list .btn-row.current > a, .btn-row-list .btn-row.current > button { color: #1432aa; border-bottom: 1px solid #fff; }
  .btn-row-list .btn-row.current > a:after, .btn-row-list .btn-row.current > button:after { content: ''; display: inline-block; position: absolute; width: 4px; height: 4px; border-top: 2px solid #1432aa; border-left: 2px solid #1432aa; -webkit-transform: translateX(0) translateY(0); transform: translateX(0) translateY(0); transition: -webkit-transform .2s; transition: transform .2s; transition: transform .2s, -webkit-transform .2s; -webkit-transform: rotate(225deg); transform: rotate(225deg); }
  .btn-row-list.row2 .btn-row { width: calc((99.99999% / 2) -15px); }
  .btn-row-list.row2 .btn-row:first-child { margin-left: 30px; }
  .btn-row-list.row2 .btn-row:last-child { margin-right: 30px; }
  .btn-row-list.row3 .btn-row { width: calc((99.99999% / 3) -15px); }
  .btn-row-list.row3 .btn-row:first-child { margin-left: 30px; }
  .btn-row-list.row3 .btn-row:last-child { margin-right: 30px; }
  .btn-row-list.row4 .btn-row { margin: 0 10px; width: calc((99.99999% / 4) -10px); }
  .btn-row-list.row4 .btn-row > a::after, .btn-row-list.row4 .btn-row > button::after { right: 15px; }
  .btn-row-list.row4 .btn-row:first-child { margin-left: 15px; }
  .btn-row-list.row4 .btn-row:last-child { margin-right: 15px; }
  .btn-row-list-pt2 { margin-top: 32px; margin-left: 0; margin-right: 0; }
  .btn-row-list-pt2 .btn-row { margin: 0 15px; }
  .btn-row-list-pt2 .btn-row > a, .btn-row-list-pt2 .btn-row > button { transition: color .2s; }
  .btn-row-list-pt2 .btn-row > a:after, .btn-row-list-pt2 .btn-row > button:after { right: 12px; top: 50%; margin-top: -2px; content: ''; display: inline-block; position: absolute; width: 4px; height: 4px; border-top: 2px solid #1432aa; border-left: 2px solid #1432aa; -webkit-transform: translateX(0) translateY(0); transform: translateX(0) translateY(0); transition: -webkit-transform .2s; transition: transform .2s; transition: transform .2s, -webkit-transform .2s; -webkit-transform: rotate(135deg); transform: rotate(135deg); }
  .btn-row-list-pt2 .btn-row > a:hover, .btn-row-list-pt2 .btn-row > button:hover { color: #1432aa; border-top: 1px solid #fff; }
  .btn-row-list-pt2 .btn-row > a:hover:after, .btn-row-list-pt2 .btn-row > button:hover:after { content: ''; display: inline-block; position: absolute; width: 4px; height: 4px; border-top: 2px solid #1432aa; border-left: 2px solid #1432aa; -webkit-transform: translateX(0) translateY(0); transform: translateX(0) translateY(0); transition: -webkit-transform .2s; transition: transform .2s; transition: transform .2s, -webkit-transform .2s; -webkit-transform: rotate(45deg); transform: rotate(45deg); transform: rotate(45deg); }
  .btn-row-list-pt2 .btn-row.current > a, .btn-row-list-pt2 .btn-row.current > button { color: #1432aa; border-top: 1px solid #fff; }
  .btn-row-list-pt2 .btn-row.current > a:after, .btn-row-list-pt2 .btn-row.current > button:after { content: ''; display: inline-block; position: absolute; width: 4px; height: 4px; border-top: 2px solid #1432aa; border-left: 2px solid #1432aa; -webkit-transform: translateX(0) translateY(0); transform: translateX(0) translateY(0); transition: -webkit-transform .2s; transition: transform .2s; transition: transform .2s, -webkit-transform .2s; -webkit-transform: rotate(45deg); transform: rotate(45deg); }
  .btn-row-list-pt2.row2 .btn-row { width: calc((99.99999% / 2) -15px); }
  .btn-row-list-pt2.row2 .btn-row:first-child { margin-left: 30px; }
  .btn-row-list-pt2.row2 .btn-row:last-child { margin-right: 30px; }
  .btn-row-list-pt2.row3 .btn-row { width: calc((99.99999% / 3) -15px); }
  .btn-row-list-pt2.row3 .btn-row:first-child { margin-left: 30px; }
  .btn-row-list-pt2.row3 .btn-row:last-child { margin-right: 30px; }
  .btn-row-list-pt2.row4 .btn-row { width: calc((99.99999% / 4) -15px); }
  .btn-row-list-pt2.row4 .btn-row:first-child { margin-left: 30px; }
  .btn-row-list-pt2.row4 .btn-row:last-child { margin-right: 30px; }
  .pager-btn-list { margin-left: -20px; margin-top: 0; justify-content: center; }
  .pager-btn-list .pager-btn { margin-top: 32px; margin-left: 20px; }
  .pager-btn-list .pager-btn > a { transition: box-shadow .2s; min-width: 40px; height: 40px; }
  .pager-btn-list .pager-btn > a:hover { box-shadow: 0 0 0 4px #0033af inset; }
  .pager-btn-list .pager-btn > a img { transition: opacity .2s; }
  .pager-btn-list .pager-btn > a:hover > * { position: relative; z-index: -1; }
  .pager-btn-list .pager-btn > a:hover img { opacity: .5; }
  .pager-btn-list .pager-btn > a:hover { text-decoration: underline; color: #0000ff; }
  .pager-btn-list .pager-btn > a span.current { min-width: 40px; height: 40px; }
  .pager-btn-list .pager-prev, .pager-btn-list .pager-next { margin-top: 32px; }
  .pager-btn-list .pager-prev { margin-right: 30px; }
  .pager-btn-list .pager-prev > a:hover:after { -webkit-transform: translateX(-3px) translateY(0) rotate(315deg); transform: translateX(-3px) translateY(0) rotate(315deg); }
  .pager-btn-list .pager-next { margin-left: 50px; }
  .pager-btn-list .pager-next > a:hover:after { -webkit-transform: translateX(3px) translateY(0) rotate(135deg); transform: translateX(3px) translateY(0) rotate(135deg); } html.navOn { height: auto; overflow: visible; }
  html.navOn body { height: auto; overflow: visible; }
  .l-all { overflow: visible; position: static; left: auto; }
  .l-all.navOpen { left: auto; }
  .g-customer .l-body, .g-consumer .l-body { padding: 0 40px 10px; }
  .l-body { min-width: 1280px; width: 1280px; margin: 0 auto; padding: 0 40px 90px; }
  .l-body:after { content: ""; display: block; clear: both; }
  .l-body.rev { display: block; }
  .l-body.corp01 .hdg-lv1 { text-align: left; }
  .l-body.corp01 .hdg-lv1 + .txt-std.lead { text-align: left; }
  .l-body.corp01:before { content: none; height: 80px; display: block; background: url(/shared/image/bg_corp.jpg) no-repeat center top; } .l-body.corp01 .l-body-main { margin-top: 64px; }
  .l-body.faq .l-body-main { margin-top: 64px; }
  .l-body.contact-static .l-body-main { margin-top: 64px; }
  .l-body.csr02 .hdg-lv1 ~ .txt-std { text-align: left; color: #555555; }
  .l-body.csr02:before { content: none; height: 80px; display: block; background: url(/shared/image/bg_csr.jpg) no-repeat center top; } .l-body.csr02 .l-body-main { margin-top: 64px; }
  .l-body.ir03:before { content: none; height: 80px; display: block; background: url(/shared/image/bg_ir.jpg) no-repeat center top; } .l-body.ir03 .l-body-main { margin-top: 64px; }
  .l-body.news04 .hdg-lv1 { font-size: 4rem; }
  .l-body.news04:before { content: none; height: 80px; display: block; background: url(/shared/image/bg_news.jpg) no-repeat center top; } .l-body.news04 .l-body-main { margin-top: 64px; }
  .l-body.medi05 { position: relative; }
  .l-body.medi05:before { position: absolute; z-index: -1; left: 0; top: 0; background: url(/shared/image/bg_media03.jpg) no-repeat center top; content: none; width: 100%; height: 80px; display: block; overflow: hidden; clear: both; } .l-body.medi05 .l-body-main { margin-top: 64px; }
  .l-body.prvy06:before { content: ''; height: 80px; display: block; background: url(/shared/image/bg_privacy.jpg) no-repeat center top; } .l-body.prvy06 .l-body-main { margin-top: 64px; }
  .l-body.otr07:before { content: none; height: 80px; display: block; background: url(/shared/image/bg_privacy.jpg) no-repeat center top; } .l-body.otr07 .l-body-main { margin-top: 64px; }
  .l-body.dev08 .l-body-main { margin-top: 64px; }
  .l-body.feature09 .l-body-main { margin-top: 32px; }
  .l-body.news00 { position: relative; }
  .l-body.news00:before { position: absolute; z-index: -1; left: 0; top: 0; background: url(/shared/image/bg_news.jpg) no-repeat center top/cover; content: ''; width: 100%; height: 468px; display: block; overflow: hidden; clear: both; } .l-body.news00 .l-body-sub > * { margin-top: 198px; }
  .l-body-simple { min-width: 1280px; width: 1280px; margin: 0 auto; padding: 0 40px 45px; }
  .l-body-main { width: 850px; float: left; padding: 0; }
  .l-body.nolnav > .l-body-main { width: 1200px; float: none; }
  .l-body.row1 > .l-body-main { float: none; width: 1024px; margin-left: auto; margin-right: auto; }
  .l-body-simple .l-body-main { float: none; width: 1200px; }
  .l-body-foot { padding: 0; width: 1200px; clear: both; padding-top: 1px; }
  .l-body-sub { width: 320px; float: right; margin-top: 0; }
  .corp01 .l-body-sub > *, .csr02 .l-body-sub > *, .ir03 .l-body-sub > *, .medi05 .l-body-sub > *, .prvy06 .l-body-sub > *, .dev08 .l-body-sub > *, .feature09 .l-body-sub > * { margin-top: 64px; }
  .bread-crumbs { display: block; min-width: 1280px; background-color: #eeeff3; }
  .bread-crumbs > ol { width: 1240px; margin: 0 auto; padding: 11px 0 10px; display: flex; align-items: flex-start; flex-wrap: wrap; }
  .bread-crumbs > ol li { font-size: 1.4rem; line-height: 1.5; }
  .bread-crumbs > ol li + li { margin-left: 15px; padding-left: 20px; position: relative; }
  .bread-crumbs > ol li + li:before { left: 0; top: 0; bottom: 0; margin: auto; content: ''; display: inline-block; position: absolute; width: 4px; height: 4px; border-top: 1px solid #6a6a6a; border-left: 1px solid #6a6a6a; -webkit-transform: translateX(0) translateY(0); transform: translateX(0) translateY(0); transition: -webkit-transform .2s; transition: transform .2s; transition: transform .2s, -webkit-transform .2s; -webkit-transform: rotate(135deg); transform: rotate(135deg); }
  .bread-crumbs > ol li > a { color: #333; text-decoration: none; }
  .bread-crumbs > ol li > a:hover { color: #0000ff; text-decoration: underline; }
  .bread-crumbs > ol li > a + a:before { color: #6a6a6a; display: inline-block; vertical-align: top; padding-right: 5px; margin-left: 5px; font-size: 1.2rem; content: "\007c"; }
  .bread-crumbs > ol li > a + a:before:hover { color: #6a6a6a; }
  .l-body-simple .bread-crumbs { background-color: transparent; padding: 11px 30px 0; }
  .section { padding-top: 32px; }
  .l-inner { padding-top: 30px; padding-bottom: 60px; } .wrap-page-top .page-top { bottom: 20px; }
  .wrap-page-top .page-top.pageTopFixed { bottom: 40px; }
  .l-body-sub .wrap-page-top { margin-top: 0; }
  .l-body-sub .wrap-page-top .page-top-pt2 { display: none; } .l-head { height: 119px; top: -300px; z-index: 1; border-bottom: 1px solid #1432aa; }
  .l-head::before { content: none; display: block; background: #1432aa url(/shared/image/bg_head.gif) no-repeat right top; background-size: auto 12px; height: 12px; }
  .l-head > .l-inner { padding: 13px 20px 0 20px; } .wrap-head-hdg { position: absolute; display: flex; align-items: center; margin-top: 7px; } .logo-head > a { transition: opacity .2s; }
  .logo-head > a:hover { opacity: .5; }
  .logo-head img { max-width: 110px; height: auto; } .nav-hdg { font-size: 1.6rem; margin-left: 24px; }
  .nav-hdg > a:hover { text-decoration: underline; }
  .nav-hdg::before { border-width: 12px 14px 0 14px; top: -25px; } .wrap-nav-btn { display: none; } .wrap-nav-head { display: -ms-grid; display: grid; -ms-grid-rows: auto 64px; grid-template-rows: auto 64px; -ms-grid-columns: 1fr 0 200px 138px; grid-template-columns: 1fr 0 200px 138px; } .wrap-search-head { -ms-grid-row-span: 1; -ms-grid-row: 1; grid-row-start: 1; grid-row-end: 2; -ms-grid-column-span: 1; -ms-grid-column: 3; grid-column-start: 3; grid-column-end: 4; } .search-head { background-color: #f9f9f9; display: inline-block; border: 1px solid #dedede; }
  .search-head input.inp-txt { font-size: 1.4rem; height: 40px; width: calc(100% - 40px); min-width: 152px; padding: 10px 0 10px 12px; color: #999999; line-height: 1.2; font-weight: normal; }
  .search-head .inp-btn { width: 40px; height: 40px; transition: opacity .3s; }
  .search-head .inp-btn:hover { opacity: .65; } .wrap-nav-global { -ms-grid-row-span: 1; -ms-grid-row: 2; grid-row-start: 2; grid-row-end: 3; -ms-grid-column-span: 4; -ms-grid-column: 1; grid-column-start: 1; grid-column-end: 5; display: flex; align-items: flex-end; } .nav-global { display: flex; flex-wrap: wrap; align-items: center; }
  .nav-global > li > a { color: #333; transition: color .2s; }
  .nav-global > li > a > span { display: inline-block; padding-right: 24px; position: relative; }
  .nav-global > li > a > span:before { position: absolute; content: ''; margin: auto; top: 0; bottom: 0; right: 0px; border-bottom: 2px solid #999999; border-right: 2px solid #999999; width: 4px; height: 4px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); transition: -webkit-transform .2s; transition: transform .2s; transition: transform .2s, -webkit-transform .2s; }
  .nav-global > li > a:hover { color: #1432aa; }
  .nav-global > li > a:hover > span::before { border-bottom: 2px solid #1432aa; border-right: 2px solid #1432aa; -webkit-transform: translateX(3px) translateY(0) rotate(-45deg); transform: translateX(3px) translateY(0) rotate(-45deg); }
  .nav-global > li.nor { font-size: 1.6rem; margin-left: 24px; }
  .nav-global > li.nor > a { padding: 14px 0; }
  .nav-global > li.nor > a:after { position: absolute; content: ''; width: 0; left: 0; right: 0; margin: auto; bottom: 0; background-color: #1432aa; height: 3px; transition: width .3s; }
  .nav-global > li.nor > a:hover:after { width: 100%; }
  .nav-global > li.nor.g-biz-top { margin-left: 0; }
  .nav-global > li.g-subtag > a { width: 330px; font-size: 1.8rem; border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; border-top: 1px solid #cccccc; border-bottom: 1px solid transparent; padding: 12px 27px 12px 20px; background-color: #fff; transition: background .2s; height: 47px; }
  .nav-global > li.g-subtag > a > span { display: block; }
  .nav-global > li.g-subtag > a > span::before { border-bottom: 2px solid #1432aa; border-right: 2px solid #1432aa; -webkit-transform: translateX(3px) translateY(0) rotate(-45deg); transform: translateX(3px) translateY(0) rotate(-45deg); }
  .nav-global > li.g-subtag > a:hover { background-color: #1432aa; color: #fff; border-left: 1px solid #1432aa; border-right: 1px solid #1432aa; border-top: 1px solid #1432aa; border-bottom: 1px solid #1432aa; }
  .nav-global > li.g-subtag > a:hover > span::before { border-bottom: 2px solid #fff; border-right: 2px solid #fff; -webkit-transform: translateX(3px) translateY(0) rotate(45deg); transform: translateX(3px) translateY(0) rotate(45deg); }
  .nav-global > li.g-solution > a { width: 330px; font-size: 1.8rem; border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; border-top: 1px solid #cccccc; border-bottom: 1px solid transparent; padding: 12px 27px 12px 20px; background-color: #fff; transition: background .2s; height: 47px; }
  .nav-global > li.g-solution > a > span { display: block; }
  .nav-global > li.g-solution > a > span::before { border-bottom: 2px solid #1432aa; border-right: 2px solid #1432aa; -webkit-transform: translateX(3px) translateY(0) rotate(-45deg); transform: translateX(3px) translateY(0) rotate(-45deg); }
  .nav-global > li.g-solution > a:hover { background-color: #1432aa; color: #fff; border-left: 1px solid #1432aa; border-right: 1px solid #1432aa; border-top: 1px solid #1432aa; border-bottom: 1px solid #1432aa; }
  .nav-global > li.g-solution > a:hover > span::before { border-bottom: 2px solid #fff; border-right: 2px solid #fff; -webkit-transform: translateX(3px) translateY(0) rotate(45deg); transform: translateX(3px) translateY(0) rotate(45deg); }
  .nav-global > li.g-customer, .nav-global > li.g-consumer { margin-left: 50px; }
  .nav-global > li.g-customer > a, .nav-global > li.g-consumer > a { font-size: 1.8rem; border-top: 1px solid #cccccc; border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; border-bottom: 1px solid transparent; padding: 12px 27px 12px 20px; background-color: #fff; transition: background .2s; height: 47px; }
  .nav-global > li.g-customer > a > span, .nav-global > li.g-consumer > a > span { display: block; }
  .nav-global > li.g-customer > a > span::before, .nav-global > li.g-consumer > a > span::before { border-bottom: 2px solid #1432aa; border-right: 2px solid #1432aa; -webkit-transform: translateX(3px) translateY(0) rotate(-45deg); transform: translateX(3px) translateY(0) rotate(-45deg); }
  .nav-global > li.g-customer > a:hover, .nav-global > li.g-consumer > a:hover { background-color: #1432aa; color: #fff; border-top: 1px solid #1432aa; border-left: 1px solid #1432aa; border-right: 1px solid #1432aa; border-bottom: 1px solid #1432aa; }
  .nav-global > li.g-customer > a:hover > span::before, .nav-global > li.g-consumer > a:hover > span::before { border-bottom: 2px solid #fff; border-right: 2px solid #fff; -webkit-transform: translateX(3px) translateY(0) rotate(45deg); transform: translateX(3px) translateY(0) rotate(45deg); }
  .g-customer .nav-global > li.g-customer > a, .g-consumer .nav-global > li.g-consumer > a { background-color: #1432aa; color: #fff; border-top: 1px solid #1432aa; border-left: 1px solid #1432aa; border-right: 1px solid #1432aa; border-bottom: 1px solid #1432aa; }
  .g-customer .nav-global > li.g-customer > a > span::before, .g-consumer .nav-global > li.g-consumer > a > span::before { border-bottom: 2px solid #fff; border-right: 2px solid #fff; -webkit-transform: translateX(3px) translateY(0) rotate(45deg); transform: translateX(3px) translateY(0) rotate(45deg); } .g-technology .nav-global > li.g-technology > a:after, .g-customer .nav-global > li.g-customer > a:after, .g-solution .nav-global > li.g-solution > a:after, .g-case .nav-global > li.g-case > a:after, .g-column .nav-global > li.g-column > a:after, .g-eventseminar .nav-global > li.g-eventseminar > a:after { width: 100%; } .wrap-nav-select-lang { margin-right: 13px; } .nav-select-language#google_translate_element { margin-top: 12px; }
  .nav-select-language#google_translate_element .goog-te-gadget { font-size: 1.4rem; } .wrap-nav-sub { background-color: transparent; padding: 0; display: flex; justify-content: flex-end; } .nav-sub { display: flex; justify-content: flex-end; margin-left: -16px; margin: 2px 24px 0 -16px; }
  .nav-sub > li { margin: 10px 0 0 16px; }
  .nav-sub > li > a { padding-right: 15px; color: #333; font-weight: normal; transition: color .2s; }
  .nav-sub > li > a:before { bottom: 0; right: 2px; content: ''; display: inline-block; position: absolute; width: 4px; height: 4px; border-top: 2px solid #999999; border-left: 2px solid #999999; -webkit-transform: translateX(0) translateY(0); transform: translateX(0) translateY(0); transition: -webkit-transform .2s; transition: transform .2s; transition: transform .2s, -webkit-transform .2s; -webkit-transform: rotate(135deg); transform: rotate(135deg); }
  .nav-sub > li > a:hover { color: #1432aa; }
  .nav-sub > li > a:hover::before { content: ''; display: inline-block; position: absolute; width: 4px; height: 4px; border-top: 2px solid #1432aa; border-left: 2px solid #1432aa; -webkit-transform: translateX(0) translateY(0); transform: translateX(0) translateY(0); transition: -webkit-transform .2s; transition: transform .2s; transition: transform .2s, -webkit-transform .2s; -webkit-transform: rotate(135deg); transform: rotate(135deg); transform: rotate(135deg); -webkit-transform: translateX(3px) translateY(0) rotate(135deg); transform: translateX(3px) translateY(0) rotate(135deg); }
  .nav-sub > li > a:hover:has(.icn) { text-decoration: none; }
  .nav-sub > li > a:hover:has(.icn)::before { content: none; }
  .nav-sub > li > a:has(.icn):hover { color: #0000ff; text-decoration: underline; }
  .nav-sub > li > a.link-blank .icn:before { position: absolute; top: 50%; margin-top: -6px; right: 16px; } _::-webkit-full-page-media, _:future, :root .nav-sub > li .btn-faciliti { display: flex; align-items: center; } .wrap-btn-faciliti { position: relative; margin-top: 10px; margin-right: 16px; }
  .wrap-btn-faciliti .btn-faciliti { padding-right: 26px !important; }
  .wrap-btn-faciliti .btn-faciliti img { width: 24px; height: 24px; -webkit-transform: translateY(-2px); transform: translateY(-2px); }
  .wrap-btn-faciliti .btn-faciliti span { position: relative; color: #333; font-size: 1.4rem; margin-left: 13px; color: #333; font-weight: normal; transition: color .2s; }
  .wrap-btn-faciliti .btn-faciliti span:before { top: 0; bottom: 0; right: -15px; margin: auto; content: ''; display: inline-block; position: absolute; width: 4px; height: 4px; border-top: 2px solid #999999; border-left: 2px solid #999999; -webkit-transform: translateX(0) translateY(0); transform: translateX(0) translateY(0); transition: -webkit-transform .2s; transition: transform .2s; transition: transform .2s, -webkit-transform .2s; -webkit-transform: rotate(135deg); transform: rotate(135deg); }
  .wrap-btn-faciliti .btn-faciliti span:hover { color: #1432aa; }
  .wrap-btn-faciliti .btn-faciliti span:hover::before { content: ''; display: inline-block; position: absolute; width: 4px; height: 4px; border-top: 2px solid #1432aa; border-left: 2px solid #1432aa; -webkit-transform: translateX(0) translateY(0); transform: translateX(0) translateY(0); transition: -webkit-transform .2s; transition: transform .2s; transition: transform .2s, -webkit-transform .2s; -webkit-transform: rotate(135deg); transform: rotate(135deg); transform: rotate(135deg); -webkit-transform: translateX(3px) translateY(0) rotate(135deg); transform: translateX(3px) translateY(0) rotate(135deg); }
  .wrap-btn-faciliti .btn-faciliti:focus { outline: 2px solid; } .wrap-contact-head { -ms-grid-row-span: 1; -ms-grid-row: 1; grid-row-start: 1; grid-row-end: 2; -ms-grid-column-span: 1; -ms-grid-column: 4; grid-column-start: 4; grid-column-end: 5; display: flex; justify-content: flex-end; } .contact-head-btn { margin-left: 20px; }
  .contact-head-btn > a { display: inline-block; font-size: 1.4rem; padding: 12px 60px 12px 14px; position: relative; z-index: 1; }
  .contact-head-btn > a > .icn { right: 20px; }
  .contact-head-btn > a:before { bottom: 0; right: 10px; content: ''; display: inline-block; position: absolute; width: 4px; height: 4px; border-top: 2px solid #fff; border-left: 2px solid #fff; -webkit-transform: translateX(0) translateY(0); transform: translateX(0) translateY(0); transition: -webkit-transform .2s; transition: transform .2s; transition: transform .2s, -webkit-transform .2s; -webkit-transform: rotate(135deg); transform: rotate(135deg); }
  .contact-head-btn > a:hover { transition: box-shadow .2s; }
  .contact-head-btn > a:hover:hover { box-shadow: 0 0 0 4px #0033af inset; }
  .contact-head-btn > a:hover img { transition: opacity .2s; }
  .contact-head-btn > a:hover:hover > * { position: relative; z-index: -1; }
  .contact-head-btn > a:hover:hover img { opacity: .5; }
  .contact-head-btn > a:hover > .icn { position: absolute; }
  .contact-head-btn.add-btn-pt1 { margin-left: 0; } .l-head-simple { min-width: 1280px; padding-top: 12px; position: relative; }
  .l-head-simple:before { position: absolute; left: 0; top: 0; width: 100%; content: ''; height: 12px; background: #1432aa url(/shared/image/hdr_bg.png) no-repeat right center; }
  .l-head-simple > .l-inner { margin: 0 auto; display: flex; justify-content: space-between; padding: 20px; align-items: center; }
  .l-head-simple .logo { margin-left: 0; }
  .l-head-simple .logo a { display: inline-block; }
  .l-head-simple .logo a img { width: 110px; height: auto; }
  .l-head-simple .wrap-btn-close { position: static; }
  .l-head-simple .btn-close { padding: 10px 30px 10px 10px; font-size: 1.6rem; }
  .l-head-simple .l-head-hdg { margin: 0; font-size: 2.2rem; padding: 0; border-bottom: none; }
  .l-head-simple .wrap-head-btn { padding-right: 52px; margin-left: 12px; }
  .l-head-simple .btn-faciliti { display: flex; align-items: center; }
  .l-head-simple .btn-faciliti img { width: 24px; height: 24px; }
  .l-head-simple .btn-faciliti span { position: relative; color: #333; font-size: 1.4rem; margin-left: 12px; padding-right: 15px; color: #333; font-weight: normal; transition: color .2s; }
  .l-head-simple .btn-faciliti span:before { top: 0; bottom: 0; right: 2px; margin: auto; content: ''; display: inline-block; position: absolute; width: 4px; height: 4px; border-top: 2px solid #666666; border-left: 2px solid #666666; -webkit-transform: translateX(0) translateY(0); transform: translateX(0) translateY(0); transition: -webkit-transform .2s; transition: transform .2s; transition: transform .2s, -webkit-transform .2s; -webkit-transform: rotate(135deg); transform: rotate(135deg); } .l-foot { min-width: 1280px; width: 1280px; margin: 0 auto; padding: 0 40px; }
  .l-foot-main { padding: 0; width: 1200px; }
  .wrap-biz-category { padding: 30px 0; }
  .wrap-biz-category dl { padding: 0; }
  .wrap-biz-category dl dt { font-size: 3.2rem; line-height: 1.3; }
  .wrap-biz-category dl dd { display: flex; flex-wrap: wrap; align-items: flex-start; margin-left: -30px; }
  .wrap-biz-category dl dd > ul { width: calc(50% - 30px); margin-left: 30px; }
  .wrap-biz-category dl dd > ul > li > span { font-size: 1.4rem; display: flex; white-space: nowrap; font-weight: bold; }
  .wrap-biz-category dl dd > ul > li > span > span { padding-right: 10px; display: block; }
  .wrap-biz-category dl dd > ul > li > span:after { content: ''; width: 100%; overflow: hidden; display: block; height: 1px; background: #000; -webkit-transform: translateY(0.5em); transform: translateY(0.5em); }
  .wrap-biz-category dl dd > ul > li > ul { margin-left: -5px; }
  .wrap-biz-category dl dd > ul > li > ul > li { font-size: 1.6rem; margin-left: 5px; width: calc(50% - 5px); }
  .wrap-biz-category dl dd > ul > li > ul > li[class^="biz-cat"] > a:hover > .hdg:before { background: rgba(255, 255, 255, 0.5); }
  .wrap-biz-category dl dd > ul > li > ul > li[class^="biz-cat"] > a > .hdg { padding-right: 10px; position: relative; }
  .wrap-biz-category dl dd > ul > li > ul > li[class^="biz-cat"] > a > .hdg:before { content: ""; position: absolute; width: 44px; height: 44px; background: transparent; top: 50%; margin-top: -22px; left: 0; transition: background-color .2s; }
  .wrap-biz-category dl dd > ul > li > ul > li[class^="biz-cat"] > a > .txt { align-items: flex-start; font-size: 1.4rem; padding: 10px 10px 20px 10px; overflow: hidden; line-height: 1.5; }
  .wrap-biz-category dl dd > ul > li > ul > li[class^="biz-cat"] > a > .txt::after { top: auto; bottom: 10px; }
  .wrap-biz-category dl dd > ul > li > ul > li > a { text-decoration: none; }
  .wrap-biz-category dl dd > ul > li > ul > li > a:hover > .hdg { text-decoration: underline; }
  .wrap-biz-category dl dd > ul > li > ul > li > a:hover > .txt:after { -webkit-transform: translateX(3px) translateY(0) rotate(135deg); transform: translateX(3px) translateY(0) rotate(135deg); }
  .wrap-biz-ftr-category { padding-top: 30px; padding-bottom: 30px; }
  .wrap-biz-ftr-category .lead { font-size: 1.6rem; line-height: 1.2; font-weight: normal; padding-left: 40px; }
  .wrap-biz-ftr-category dl { display: flex; flex-wrap: wrap; padding: 0 45px; }
  .wrap-biz-ftr-category dl dt { width: 9em; font-size: 1.6rem; border-right: #f6f6f6 1px solid; margin-right: 2em; margin-top: 25px; }
  .wrap-biz-ftr-category dl dt span::after { top: 0; left: 0; width: 0px; height: 0px; background-color: transparent; }
  .wrap-biz-ftr-category dl dd { width: calc(100% - 11em); }
  .wrap-biz-ftr-category dl dd ul { font-size: 0; margin-left: -25px; }
  .wrap-biz-ftr-category dl dd ul li { font-size: 1.4rem; margin: 25px 0 0 25px; }
  .wrap-biz-ftr-category dl dd ul li a:hover { text-decoration: underline; }
  .wrap-biz-ftr-category dl dd ul li a:hover:after { -webkit-transform: translateX(3px) translateY(0) rotate(135deg); transform: translateX(3px) translateY(0) rotate(135deg); }
  .biz-list-category-hdg { line-height: 1.2; font-size: 1.6rem; font-weight: bold; margin-top: 24px; }
  .biz-list-category > li { font-size: 1.6rem; }
  .biz-list-category > li[class^="biz-cat"] > a:before { content: ""; position: absolute; width: 42px; height: 40px; background: transparent; top: 50%; margin-top: -20px; left: 2px; transition: background-color .2s; }
  .biz-list-category > li[class^="biz-cat"] > a:hover:before { background: rgba(255, 255, 255, 0.5); }
  .biz-list-category > li > a { transition: box-shadow .2s; }
  .biz-list-category > li > a:hover { box-shadow: 0 0 0 2px #0033af inset; }
  .biz-list-category > li > a img { transition: opacity .2s; }
  .biz-list-category > li > a:hover > * { position: relative; z-index: -1; }
  .biz-list-category > li > a:hover img { opacity: .5; }
  .biz-list-category > li > a:hover { color: #0000ff; text-decoration: underline; }
  .biz-list-category > li > a:hover:after { -webkit-transform: translateX(3px) translateY(0) rotate(135deg); transform: translateX(3px) translateY(0) rotate(135deg); }
  .wrap-biz-ftr-inq { min-height: 100px; padding-bottom: 20px; }
  .wrap-biz-ftr-inq .wrap-box.row2 > * { padding: 0 5%; }
  .wrap-biz-ftr-inq .biz-ftr-inq-box { display: block; position: relative; }
  .wrap-biz-ftr-inq .biz-ftr-inq-box .img-wrap { position: absolute; top: 0; left: 0; margin-top: 0; background: transparent; width: 20.0%; }
  .wrap-biz-ftr-inq .biz-ftr-inq-box .img-wrap img { border-radius: 50%; }
  .wrap-biz-ftr-inq .biz-ftr-inq-box .txt-std { padding-left: 22.0%; width: 100%; font-size: 1.4rem; line-height: 1.2; margin-top: 32px; }
  .wrap-biz-ftr-inq .btn-inq { padding-left: 22.0%; width: 100%; }
  .wrap-biz-ftr-inq .btn-inq a { width: 100%; padding: 10px 25px 10px 15px; }
  .wrap-biz-ftr-inq .wrap-box.sp-vertical.sp-fit { justify-content: center; }
  .wrap-biz-ftr-inq .wrap-box.row2 > * { width: calc((99.99999% / 2) - 30px); }
  .wrap-biz-ftr-inq .inner-box:only-child .biz-ftr-inq-box .txt-std { width: 122%; }
  .l-foot-bottom { padding: 15px 20px; display: flex; justify-content: space-between; } .nav-foot { width: 80%; }
  .nav-foot > ul { display: flex; flex-wrap: wrap; align-items: center; margin-left: -40px; }
  .nav-foot > ul > li { margin-left: 40px; }
  .nav-foot > ul > li:not(:last-child) { border-bottom: none; }
  .nav-foot > ul > li:last-child { border-bottom: none; }
  .nav-foot > ul > li a { display: inline; padding: 0 20px 0 0; }
  .nav-foot > ul > li a:before { right: 0px; }
  .nav-foot > ul > li a:hover { color: #1432aa; }
  .nav-foot > ul > li a:hover::before { content: ''; display: inline-block; position: absolute; width: 4px; height: 4px; border-top: 2px solid #1432aa; border-left: 2px solid #1432aa; -webkit-transform: translateX(0) translateY(0); transform: translateX(0) translateY(0); transition: -webkit-transform .2s; transition: transform .2s; transition: transform .2s, -webkit-transform .2s; -webkit-transform: rotate(135deg); transform: rotate(135deg); -webkit-transform: translateX(3px) translateY(0) rotate(135deg); transform: translateX(3px) translateY(0) rotate(135deg); }
  .copy { text-align: left; padding: 0; }
  .copy small { margin-right: 20px; }
  .cookies-area { padding: 20px; }
  .cookies-area .cookies-inner { width: 1220px; margin: 0 auto; display: flex; justify-content: space-between; }
  .cookies-area .cookies-txt { width: 53%; }
  .cookies-area .cookies-txt a { padding-right: 30px; }
  .cookies-area .cookies-txt a:hover { text-decoration: underline; }
  .cookies-area .cookies-txt a:hover::before { -webkit-transform: translateX(3px) translateY(0) rotate(135deg); transform: translateX(3px) translateY(0) rotate(135deg); }
  .cookies-area .btn, .cookies-area .btn-sp { margin-top: 0; }
  .cookies-area .btn a, .cookies-area .btn-sp a { word-wrap: break-word; word-break: normal; }
  .pc-view { display: block; }
  .sp-view { display: none; } /* 2023.9.7 add */
  .lang-identification-wrap .modal-content { width: 720px; max-width: none; max-width: initial; padding: 40px; }
  .lang-identification-wrap .modal-content .btn-lang-identification { display: flex; }
  .lang-identification-wrap .modal-content .btn-lang-identification > li { width: 308px; }
  .lang-identification-wrap .modal-content .btn-lang-identification > li + li { margin-top: 0; margin-left: 24px; }
  .lang-identification-wrap .modal-content .btn-lang-identification > li > .btn, .lang-identification-wrap .modal-content .btn-lang-identification > li > .btn-sp { margin-top: 0; min-width: auto; min-width: initial; }
  .lang-identification-wrap .modal-content .btn-lang-identification > li > .btn a, .lang-identification-wrap .modal-content .btn-lang-identification > li > .btn-sp a, .lang-identification-wrap .modal-content .btn-lang-identification > li > .btn button, .lang-identification-wrap .modal-content .btn-lang-identification > li > .btn-sp button { min-width: auto; min-width: initial; } .l-inner-full-sp { margin-right: calc(50% - 50vw); margin-left: calc(50% - 50vw); padding-right: calc(50vw - 50%); padding-left: calc(50vw - 50%); max-width: auto; max-width: initial; } .biz-list-anchor { margin: 64px 0 0; }
  .biz-list-anchor > li { font-size: 2rem; }
  .biz-list-anchor > li a { padding: 28px 2px 38px 2px; }
  .biz-list-anchor > li a::after { bottom: 25px; }
  .biz-list-anchor > li a:hover { text-decoration: underline; }
  .biz-list-anchor > li a:hover::after { -webkit-transform: translateX(0) translateY(3px) rotate(225deg); transform: translateX(0) translateY(3px) rotate(225deg); }
  .biz-list-anchor.row4 > li { width: calc(99.99999% / 4); } .hero-area { background: #E2ECF2; padding: 0 calc(50vw - 50%); margin: 0 calc(50% - 50vw); max-width: auto; max-width: initial; }
  .hero-area .body { display: flex; align-items: center; min-height: 334px; width: 1240px; margin: 0 auto; background: url(/shared/image/bg_hero_pc.png) no-repeat center left/auto 334px; }
  .hero-area .inner { padding: 40px 0 40px 53.1%; }
  .hero-area .hdg { font-size: 3.6rem; }
  .hero-area .txt { text-align: center; margin-top: 26px; }
  .hero-area .txt::after { content: none; } .hdg-lv2 { font-size: 4.6rem; line-height: 1.3; margin: 54px 0 0; text-align: left; } .hdg-lv2-pt2 { font-size: 3.2rem; line-height: 1.3; margin: 46px 0 0; } .section-lv2-pt2 > .hdg-lv2-pt2 { margin-top: 100px; } .hdg-lv3 { font-size: 3.2rem; line-height: 1.3; margin: 46px 0 0; }
  .hdg-lv3 > a { justify-content: flex-start; }
  .hdg-lv3 > a:hover .txt { color: #0000ff; text-decoration: underline; }
  .hdg-lv3 > a:hover .txt:before { -webkit-transform: translateX(3px) translateY(0) rotate(135deg); transform: translateX(3px) translateY(0) rotate(135deg); }
  .hdg-lv3 .txt { margin-left: 15px; } .list-link { margin: 32px 0 0; }
  .list-link > li a { padding: 10px 24px 10px 12px; }
  .list-link > li a:after { right: 10px; }
  .list-link > li a:hover { color: #0000ff; text-decoration: underline; }
  .list-link > li a:hover:after { -webkit-transform: translateX(3px) translateY(0) rotate(135deg); transform: translateX(3px) translateY(0) rotate(135deg); }
  .list-link > li a:hover .date { color: #333; text-decoration: none; }
  .list-link > li .date { font-size: 1.6rem; }
  .list-link > li .date + .list-label { padding-left: 60px; }
  .list-link > li .detail { font-size: 1.6rem; margin-top: 10px; }
  .list-link > li .wrap-pdf-size { display: flex; justify-content: space-between; align-items: center; }
  .list-link > li .wrap-pdf-size::after { top: 50%; bottom: auto; }
  .list-link > li .wrap-pdf-size.link-pdf { padding-right: 53px; }
  .list-link > li .wrap-pdf-size.link-pdf .icn { top: 50%; bottom: auto; right: 24px; margin-top: -6px; }
  .list-link > li .size-pdf { margin: 5px 0 5px 0; } .list-label { margin: -10px 0 0 -10px; }
  .list-label li { margin: 10px 0 0 10px; } .slider-wrap.top-biz { margin-right: calc(50% - 50vw); margin-left: calc(50% - 50vw); padding-right: calc(50vw - 50%); padding-left: calc(50vw - 50%); padding-bottom: 0; max-width: auto; max-width: initial; }
  .slider-wrap.top-biz .fit_wrapper { margin-left: -30px; margin-bottom: 0; }
  .slider-wrap.top-biz .hdg { padding: 0; margin: 48px 0 0; font-size: 3.2rem; }
  .slider-wrap.top-biz .carousel { padding: 20px 0 0; margin-left: 0; margin-right: 0; }
  .slider-wrap.top-biz .carousel .img-area { position: relative; }
  .slider-wrap.top-biz .carousel .img-area::before { transition: all .2s; content: ''; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; width: 100%; height: 100%; box-sizing: border-box; background-color: transparent; }
  .slider-wrap.top-biz .carousel a:hover img { opacity: 1; }
  .slider-wrap.top-biz .carousel a:hover .img-area { position: relative; }
  .slider-wrap.top-biz .carousel a:hover .img-area::before { background-color: rgba(0, 0, 0, 0.25); border: 8px solid #1432aa; }
  .slider-wrap.top-biz .carousel .link-blank .description { padding-right: 36px; }
  .slider-wrap.top-biz .carousel .description { padding: 8px 26px 0 0; }
  .slider-wrap.top-biz .slick-slide { margin-left: 30px; padding: 0; max-width: 380px; }
  .slider-wrap.top-biz .carousel_nav_wrap { padding-left: 0; padding-right: 0; margin-bottom: 0; padding-bottom: 0; }
  .slider-wrap.top-biz .carousel_nav_wrap .controller { margin-top: 0; }
  .slider-wrap.top-biz .carousel_nav_wrap .controller li { border: 1px solid #666666; }
  .slider-wrap.top-biz .carousel_nav_wrap .controller li:nth-child(2) { border-left: 1px solid #666666; border-right: 1px solid #666666; }
  .slider-wrap.top-biz .carousel_nav_wrap .nav_item { border: 1px solid transparent; }
  .slider-wrap.top-biz .carousel_nav_wrap .nav_item:hover { border: 1px solid #333; } .media-set { display: flex; margin-left: -30px; }
  .hdg-lv2-pt2 + .media-set { margin-top: 48px; }
  .media-set .img-wrap { width: calc(50% - 30px); margin-left: 30px; }
  .media-set .dtl-wrap { width: calc(50% - 30px); margin-left: 30px; }
  .media-set .dtl-wrap .hdg { font-size: 2.4rem; margin-top: 0; }
  .media-set .dtl-wrap .bg { padding: 16px 32px 32px; margin: 24px 0 0; }
  .media-set .dtl-wrap .txt-st { margin-top: 32px; }
  .media-set .dtl-wrap .btn-lst { display: flex; margin-top: 0; margin-left: -32px; }
  .media-set .dtl-wrap .btn-lst .btn, .media-set .dtl-wrap .btn-lst .btn-sp { margin-top: 32px; margin-left: 32px; width: calc(50% - 32px); }
  .media-set .dtl-wrap .btn-lst .btn a, .media-set .dtl-wrap .btn-lst .btn-sp a { width: 100%; }
  .media-set .dtl-wrap .btn-lst .btn-inq { margin-top: 32px; margin-left: 32px; width: calc(50% - 32px); }
  .media-set .dtl-wrap .btn-lst .btn-inq a { width: 100%; } .wrap-biz-ftr-category .lead { padding-left: 0; }
  .wrap-biz-ftr-category dl { padding: 0; } .wrap-biz-top-search { padding: 40px 0; }
  .wrap-biz-top-search dl { display: flex; flex-wrap: wrap; align-items: flex-start; }
  .wrap-biz-top-search dl dt { font-weight: bold; font-size: 2.0rem; width: 17%; padding-right: 10px; }
  .wrap-biz-top-search dl dd { width: 83%; }
  .wrap-biz-top-search dl dd + dt { margin-top: 25px; }
  .wrap-biz-top-search .search-wrap { margin-top: 10px; }
  .wrap-biz-top-search input.search-txt { padding: 20px 32px 20px 10px; }
  .wrap-biz-top-search .search-lead { font-size: 1.6rem; margin-top: 2px; font-weight: normal; }
  .wrap-biz-top-search .search-list { margin: 17px 0 0; display: flex; flex-wrap: wrap; }
  .wrap-biz-top-search .search-list li { width: 33.333%; padding: 8px 20px 8px 0; }
  .wrap-biz-top-search .search-list li a { font-size: 1.6rem; padding: 0; }
  .wrap-biz-top-search .search-list li a:after { position: static; margin-left: 3px; vertical-align: middle; }
  .wrap-biz-top-search .search-list li a:hover { color: #0000ff; text-decoration: underline; }
  .wrap-biz-top-search .search-list li a:hover:after { -webkit-transform: translateX(3px) translateY(0) rotate(135deg); transform: translateX(3px) translateY(0) rotate(135deg); }
  .wrap-biz-top-search .search-more { margin: 10px 0 0 auto; width: 83%; }
  .wrap-biz-top-search .search-more a:after { width: 40%; left: 50%; margin-left: -20%; }
  .wrap-biz-top-search .search-more a:hover { color: #0000ff; text-decoration: underline; }
  .wrap-biz-top-search .search-more.accordionActive span { font-size: 0; }
  .wrap-biz-top-search .search-more.accordionActive span:before { font-size: 1.6rem; content: "\009589\003058\00308b"; }
  .wrap-biz-top-search .search-more.accordionActive:before { right: 50%; top: 0; margin-left: -4px; content: ''; display: inline-block; position: absolute; width: 8px; height: 8px; border-top: 2px solid #1432aa; border-left: 2px solid #1432aa; -webkit-transform: translateX(0) translateY(0); transform: translateX(0) translateY(0); transition: -webkit-transform .2s; transition: transform .2s; transition: transform .2s, -webkit-transform .2s; -webkit-transform: rotate(45deg); transform: rotate(45deg); }
  .wrap-biz-top-search .area { display: none; }
  .wrap-biz-top-search .area .search-list { margin: 0 0 0 auto; width: 83%; } .wrap-btn-rss > .btn-rss { position: absolute; right: 0; top: 12px; margin-top: 0; } .list-link-evt { margin-top: 32px; }
  .list-link-evt > li { margin-bottom: 20px; padding-bottom: 20px; }
  .list-link-evt > li .evt-ttl { line-height: 1.5; }
  .list-link-evt > li .evt-ttl a { padding-right: 0; }
  .list-link-evt > li .evt-ttl a:after { position: static; margin-top: 0; vertical-align: middle; }
  .list-link-evt > li .evt-ttl a:hover { color: #0000ff; text-decoration: underline; }
  .list-link-evt > li .evt-ttl a:hover:after { -webkit-transform: translateX(3px) translateY(0) rotate(135deg); transform: translateX(3px) translateY(0) rotate(135deg); } .wrap-biz-ftr-inq { margin-top: 64px; } .anc-corporate { margin: 64px calc(50% - 50vw) 0; padding: 0 calc(50vw - 50%); }
  .anc-corporate .list { margin-left: 0; }
  .anc-corporate .list > li { width: 25%; border: none; padding: 8px 0; position: relative; }
  .anc-corporate .list > li + li::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; background-color: #fff; width: 1px; height: 3.2em; margin: auto; }
  .anc-corporate .list > li a { font-size: 2rem; padding: 2px 8px; min-height: 118px; height: auto; }
  .anc-corporate .list > li a::after { bottom: 20px; }
  .anc-corporate .list > li a:hover { text-decoration: underline; }
  .anc-corporate .list > li a:hover::after { -webkit-transform: translateX(0) translateY(3px) rotate(225deg); transform: translateX(0) translateY(3px) rotate(225deg); } }

@media print, all and (min-width: 768px) and (min-width: 768px) { .column-link > * a { transition: box-shadow .2s; }
  .column-link > * a:after { right: 13px; bottom: 13px; }
  .column-link > * a.link-blank .icn .txt-wrap .box, .column-link > * a.link-pdf .icn .txt-wrap .box { padding-right: 20px; }
  .column-link > * a.link-blank .icn::before, .column-link > * a.link-pdf .icn::before { bottom: 10px; right: 27px; }
  .column-link > * a.link-pdf .icn .txt-wrap .box { padding-right: 24px; }
  .column-link > * a:hover { box-shadow: 0 0 0 4px #0033af inset; }
  .column-link > * a img { transition: opacity .2s; }
  .column-link > * a:hover > * { position: relative; z-index: -1; }
  .column-link > * a:hover img { opacity: .5; }
  .column-link > * a:hover { text-decoration: underline; }
  .column-link > * a:hover:after { -webkit-transform: translateX(3px) translateY(0) rotate(135deg); transform: translateX(3px) translateY(0) rotate(135deg); }
  .column-link > * a:hover .txt-wrap .box { color: #0000ff; } .column-link.img-row.row1 > *, .column-link.img-col-row.row1 > * { width: calc((99.99999% / 1) - 30px); margin-top: 0; }
  .column-link.img-row.row1 > *:nth-child(n+3), .column-link.img-col-row.row1 > *:nth-child(n+3) { margin-top: 0; }
  .column-link.img-row.row1 > *:nth-child(n+2), .column-link.img-col-row.row1 > *:nth-child(n+2) { margin-top: 20px; }
  .column-link.img-row.row2 > *, .column-link.img-col-row.row2 > * { width: calc((99.99999% / 2) - 30px); margin-top: 0; }
  .column-link.img-row.row2 > *:nth-child(n+3), .column-link.img-col-row.row2 > *:nth-child(n+3) { margin-top: 0; }
  .column-link.img-row.row2 > *:nth-child(n+3), .column-link.img-col-row.row2 > *:nth-child(n+3) { margin-top: 20px; }
  .column-link.img-row.row3 > *, .column-link.img-col-row.row3 > * { width: calc((99.99999% / 3) - 30px); margin-top: 0; }
  .column-link.img-row.row3 > *:nth-child(n+3), .column-link.img-col-row.row3 > *:nth-child(n+3) { margin-top: 0; }
  .column-link.img-row.row3 > *:nth-child(n+4), .column-link.img-col-row.row3 > *:nth-child(n+4) { margin-top: 20px; }
  .column-link.img-row.row4 > *, .column-link.img-col-row.row4 > * { width: calc((99.99999% / 4) - 30px); margin-top: 0; }
  .column-link.img-row.row4 > *:nth-child(n+3), .column-link.img-col-row.row4 > *:nth-child(n+3) { margin-top: 0; }
  .column-link.img-row.row4 > *:nth-child(n+5), .column-link.img-col-row.row4 > *:nth-child(n+5) { margin-top: 20px; }
  .column-link.img-row.row5 > *, .column-link.img-col-row.row5 > * { width: calc((99.99999% / 5) - 30px); margin-top: 0; }
  .column-link.img-row.row5 > *:nth-child(n+3), .column-link.img-col-row.row5 > *:nth-child(n+3) { margin-top: 0; }
  .column-link.img-row.row5 > *:nth-child(n+6), .column-link.img-col-row.row5 > *:nth-child(n+6) { margin-top: 20px; }
  .column-link.img-row.row6 > *, .column-link.img-col-row.row6 > * { width: calc((99.99999% / 6) - 30px); margin-top: 0; }
  .column-link.img-row.row6 > *:nth-child(n+3), .column-link.img-col-row.row6 > *:nth-child(n+3) { margin-top: 0; }
  .column-link.img-row.row6 > *:nth-child(n+7), .column-link.img-col-row.row6 > *:nth-child(n+7) { margin-top: 20px; } .column-link.img-col-s.row1 > * { width: calc((99.99999% / 1) - 3px); margin-top: 0; }
  .column-link.img-col-s.row1 > *:nth-child(n+3) { margin-top: 0; }
  .column-link.img-col-s.row1 > *:nth-child(n+2) { margin-top: 20px; }
  .column-link.img-col-s.row2 > * { width: calc((99.99999% / 2) - 3px); margin-top: 0; }
  .column-link.img-col-s.row2 > *:nth-child(n+3) { margin-top: 0; }
  .column-link.img-col-s.row2 > *:nth-child(n+3) { margin-top: 20px; }
  .column-link.img-col-s.row3 > * { width: calc((99.99999% / 3) - 3px); margin-top: 0; }
  .column-link.img-col-s.row3 > *:nth-child(n+3) { margin-top: 0; }
  .column-link.img-col-s.row3 > *:nth-child(n+4) { margin-top: 20px; }
  .column-link.img-col-s.row4 > * { width: calc((99.99999% / 4) - 3px); margin-top: 0; }
  .column-link.img-col-s.row4 > *:nth-child(n+3) { margin-top: 0; }
  .column-link.img-col-s.row4 > *:nth-child(n+5) { margin-top: 20px; }
  .column-link.img-col-s.row5 > * { width: calc((99.99999% / 5) - 3px); margin-top: 0; }
  .column-link.img-col-s.row5 > *:nth-child(n+3) { margin-top: 0; }
  .column-link.img-col-s.row5 > *:nth-child(n+6) { margin-top: 20px; }
  .column-link.img-col-s.row6 > * { width: calc((99.99999% / 6) - 3px); margin-top: 0; }
  .column-link.img-col-s.row6 > *:nth-child(n+3) { margin-top: 0; }
  .column-link.img-col-s.row6 > *:nth-child(n+7) { margin-top: 20px; } .column-link.img-row-col.row1 > *, .column-link.img-col.row1 > * { width: calc((99.99999% / 1) - 30px); margin-top: 0; }
  .column-link.img-row-col.row1 > *:nth-child(n+3), .column-link.img-col.row1 > *:nth-child(n+3) { margin-top: 0; }
  .column-link.img-row-col.row1 > *:nth-child(n+2), .column-link.img-col.row1 > *:nth-child(n+2) { margin-top: 20px; }
  .column-link.img-row-col.row2 > *, .column-link.img-col.row2 > * { width: calc((99.99999% / 2) - 30px); margin-top: 0; }
  .column-link.img-row-col.row2 > *:nth-child(n+3), .column-link.img-col.row2 > *:nth-child(n+3) { margin-top: 0; }
  .column-link.img-row-col.row2 > *:nth-child(n+3), .column-link.img-col.row2 > *:nth-child(n+3) { margin-top: 20px; }
  .column-link.img-row-col.row3 > *, .column-link.img-col.row3 > * { width: calc((99.99999% / 3) - 30px); margin-top: 0; }
  .column-link.img-row-col.row3 > *:nth-child(n+3), .column-link.img-col.row3 > *:nth-child(n+3) { margin-top: 0; }
  .column-link.img-row-col.row3 > *:nth-child(n+4), .column-link.img-col.row3 > *:nth-child(n+4) { margin-top: 20px; }
  .column-link.img-row-col.row4 > *, .column-link.img-col.row4 > * { width: calc((99.99999% / 4) - 30px); margin-top: 0; }
  .column-link.img-row-col.row4 > *:nth-child(n+3), .column-link.img-col.row4 > *:nth-child(n+3) { margin-top: 0; }
  .column-link.img-row-col.row4 > *:nth-child(n+5), .column-link.img-col.row4 > *:nth-child(n+5) { margin-top: 20px; }
  .column-link.img-row-col.row5 > *, .column-link.img-col.row5 > * { width: calc((99.99999% / 5) - 30px); margin-top: 0; }
  .column-link.img-row-col.row5 > *:nth-child(n+3), .column-link.img-col.row5 > *:nth-child(n+3) { margin-top: 0; }
  .column-link.img-row-col.row5 > *:nth-child(n+6), .column-link.img-col.row5 > *:nth-child(n+6) { margin-top: 20px; }
  .column-link.img-row-col.row6 > *, .column-link.img-col.row6 > * { width: calc((99.99999% / 6) - 30px); margin-top: 0; }
  .column-link.img-row-col.row6 > *:nth-child(n+3), .column-link.img-col.row6 > *:nth-child(n+3) { margin-top: 0; }
  .column-link.img-row-col.row6 > *:nth-child(n+7), .column-link.img-col.row6 > *:nth-child(n+7) { margin-top: 20px; } .column-link-hdg-b > * a { transition: box-shadow .2s; }
  .column-link-hdg-b > * a:hover { box-shadow: 0 0 0 4px #0033af inset; }
  .column-link-hdg-b > * a img { transition: opacity .2s; }
  .column-link-hdg-b > * a:hover > * { position: relative; z-index: -1; }
  .column-link-hdg-b > * a:hover img { opacity: .5; }
  .column-link-hdg-b > * a:hover .txt-wrap .box { text-decoration: underline; }
  .column-link-hdg-b > * a:hover .txt-wrap .box:after { -webkit-transform: translateX(3px) translateY(0) rotate(135deg); transform: translateX(3px) translateY(0) rotate(135deg); }
  .column-link-hdg-b > * a .txt-wrap .box:after { right: 13px; }
  .column-link-hdg-b > * a.link-blank .txt-wrap .box .icn, .column-link-hdg-b > * a.link-pdf .txt-wrap .box .icn { padding-right: 20px; }
  .column-link-hdg-b > * a.link-blank .txt-wrap .box .icn::before, .column-link-hdg-b > * a.link-pdf .txt-wrap .box .icn::before { right: 23px; } .column-link-hdg-b.row1 > * { width: calc((99.99999% / 1) - 30px); margin-top: 0; }
  .column-link-hdg-b.row1 > *:nth-child(n+3) { margin-top: 0; }
  .column-link-hdg-b.row1 > *:nth-child(n+2) { margin-top: 20px; }
  .column-link-hdg-b.row2 > * { width: calc((99.99999% / 2) - 30px); margin-top: 0; }
  .column-link-hdg-b.row2 > *:nth-child(n+3) { margin-top: 0; }
  .column-link-hdg-b.row2 > *:nth-child(n+3) { margin-top: 20px; }
  .column-link-hdg-b.row3 > * { width: calc((99.99999% / 3) - 30px); margin-top: 0; }
  .column-link-hdg-b.row3 > *:nth-child(n+3) { margin-top: 0; }
  .column-link-hdg-b.row3 > *:nth-child(n+4) { margin-top: 20px; }
  .column-link-hdg-b.row4 > * { width: calc((99.99999% / 4) - 30px); margin-top: 0; }
  .column-link-hdg-b.row4 > *:nth-child(n+3) { margin-top: 0; }
  .column-link-hdg-b.row4 > *:nth-child(n+5) { margin-top: 20px; }
  .column-link-hdg-b.row5 > * { width: calc((99.99999% / 5) - 30px); margin-top: 0; }
  .column-link-hdg-b.row5 > *:nth-child(n+3) { margin-top: 0; }
  .column-link-hdg-b.row5 > *:nth-child(n+6) { margin-top: 20px; }
  .column-link-hdg-b.row6 > * { width: calc((99.99999% / 6) - 30px); margin-top: 0; }
  .column-link-hdg-b.row6 > *:nth-child(n+3) { margin-top: 0; }
  .column-link-hdg-b.row6 > *:nth-child(n+7) { margin-top: 20px; } .column-link-hdg-b.img-row-col > * a { transition: box-shadow .2s; }
  .column-link-hdg-b.img-row-col > * a:hover { box-shadow: 0 0 0 4px #0033af inset; }
  .column-link-hdg-b.img-row-col > * a img { transition: opacity .2s; }
  .column-link-hdg-b.img-row-col > * a:hover > * { position: relative; z-index: -1; }
  .column-link-hdg-b.img-row-col > * a:hover img { opacity: .5; }
  .column-link-hdg-b.img-row-col > * a:hover .txt-wrap .box { text-decoration: underline; }
  .column-link-hdg-b.img-row-col > * a:hover .txt-wrap .box:after { -webkit-transform: translateX(3px) translateY(0) rotate(135deg); transform: translateX(3px) translateY(0) rotate(135deg); }
  .column-link-hdg-b.img-row-col > * a .txt-wrap .box:after { content: ''; display: inline-block; position: absolute; width: 4px; height: 4px; border-top: 2px solid #fff; border-left: 2px solid #fff; -webkit-transform: translateX(0) translateY(0); transform: translateX(0) translateY(0); transition: -webkit-transform .2s; transition: transform .2s; transition: transform .2s, -webkit-transform .2s; -webkit-transform: rotate(135deg); transform: rotate(135deg); bottom: auto; top: 50%; right: 13px; margin-top: -2px; }
  .column-link-hdg-b.img-row-col > * a.link-blank .txt-wrap .box .icn, .column-link-hdg-b.img-row-col > * a.link-pdf .txt-wrap .box .icn { padding-right: 20px; }
  .column-link-hdg-b.img-row-col > * a.link-blank .txt-wrap .box .icn::before, .column-link-hdg-b.img-row-col > * a.link-pdf .txt-wrap .box .icn::before { bottom: auto; top: 50%; right: 27px; }
  .column-link-hdg-b.img-row-col > * a.link-blank .txt-wrap .box .icn::before { width: 16px; height: 12px; content: ''; display: inline-block; background: transparent url(/shared/image/link_icon_blank_w.svg) no-repeat left top / 16px auto; transition: opacity .2s; font-size: 0; }
  .column-link-hdg-b.img-row-col > * a.link-pdf .txt-wrap .box .icn::before { width: 20px; height: 20px; content: ''; display: inline-block; background: transparent url(/shared/image/link_icon_pdf_w.svg) no-repeat left top / 20px auto; transition: opacity .2s; font-size: 0; } .column-link-list > * a { transition: box-shadow .2s; }
  .column-link-list > * a:hover { box-shadow: 0 0 0 4px #0033af inset; }
  .column-link-list > * a img { transition: opacity .2s; }
  .column-link-list > * a:hover > * { position: relative; z-index: -1; }
  .column-link-list > * a:hover img { opacity: .5; }
  .column-link-list > * a:hover .txt-wrap .box { text-decoration: underline; }
  .column-link-list > * a:hover .txt-wrap .box:after { -webkit-transform: translateX(3px) translateY(0) rotate(135deg); transform: translateX(3px) translateY(0) rotate(135deg); }
  .column-link-list > * a .txt-wrap .box:after { right: 13px; }
  .column-link-list > * a.link-blank .txt-wrap .box .icn, .column-link-list > * a.link-pdf .txt-wrap .box .icn { padding-right: 20px; }
  .column-link-list > * a.link-blank .txt-wrap .box .icn::before, .column-link-list > * a.link-pdf .txt-wrap .box .icn::before { right: 23px; } .column-link-list.img-row-col > * a { transition: box-shadow .2s; }
  .column-link-list.img-row-col > * a:hover { box-shadow: 0 0 0 4px #0033af inset; }
  .column-link-list.img-row-col > * a img { transition: opacity .2s; }
  .column-link-list.img-row-col > * a:hover > * { position: relative; z-index: -1; }
  .column-link-list.img-row-col > * a:hover img { opacity: .5; }
  .column-link-list.img-row-col > * a:hover .txt-wrap .box { text-decoration: underline; }
  .column-link-list.img-row-col > * a:hover .txt-wrap .box:after { -webkit-transform: translateX(3px) translateY(0) rotate(135deg); transform: translateX(3px) translateY(0) rotate(135deg); }
  .column-link-list.img-row-col > * a .txt-wrap .box:after { content: ''; display: inline-block; position: absolute; width: 4px; height: 4px; border-top: 2px solid #fff; border-left: 2px solid #fff; -webkit-transform: translateX(0) translateY(0); transform: translateX(0) translateY(0); transition: -webkit-transform .2s; transition: transform .2s; transition: transform .2s, -webkit-transform .2s; -webkit-transform: rotate(135deg); transform: rotate(135deg); bottom: auto; top: 50%; right: 13px; margin-top: -2px; }
  .column-link-list.img-row-col > * a.link-blank .txt-wrap .box .icn, .column-link-list.img-row-col > * a.link-pdf .txt-wrap .box .icn { padding-right: 20px; }
  .column-link-list.img-row-col > * a.link-blank .txt-wrap .box .icn::before, .column-link-list.img-row-col > * a.link-pdf .txt-wrap .box .icn::before { bottom: auto; top: 50%; right: 27px; }
  .column-link-list.img-row-col > * a.link-blank .txt-wrap .box .icn::before { width: 16px; height: 12px; content: ''; display: inline-block; background: transparent url(/shared/image/link_icon_blank_w.svg) no-repeat left top / 16px auto; transition: opacity .2s; font-size: 0; }
  .column-link-list.img-row-col > * a.link-pdf .txt-wrap .box .icn::before { width: 20px; height: 20px; content: ''; display: inline-block; background: transparent url(/shared/image/link_icon_pdf_w.svg) no-repeat left top / 20px auto; transition: opacity .2s; font-size: 0; } .column-link-hdg > * a { transition: box-shadow .2s; }
  .column-link-hdg > * a:hover { box-shadow: 0 0 0 4px #0033af inset; }
  .column-link-hdg > * a img { transition: opacity .2s; }
  .column-link-hdg > * a:hover > * { position: relative; z-index: -1; }
  .column-link-hdg > * a:hover img { opacity: .5; }
  .column-link-hdg > * a:hover .txt-wrap .box { text-decoration: underline; color: #0000ff; }
  .column-link-hdg > * a:hover .txt-wrap .box:after { -webkit-transform: translateX(3px) translateY(0) rotate(135deg); transform: translateX(3px) translateY(0) rotate(135deg); }
  .column-link-hdg > * a .txt-wrap .box:after { right: 13px; }
  .column-link-hdg > * a.link-blank .txt-wrap .box .icn, .column-link-hdg > * a.link-pdf .txt-wrap .box .icn { padding-right: 20px; }
  .column-link-hdg > * a.link-blank .txt-wrap .box .icn::before, .column-link-hdg > * a.link-pdf .txt-wrap .box .icn::before { right: 23px; } .column-link-hdg.row1 > * { width: calc((99.99999% / 1) - 30px); margin-top: 0; }
  .column-link-hdg.row1 > *:nth-child(n+3) { margin-top: 0; }
  .column-link-hdg.row1 > *:nth-child(n+2) { margin-top: 20px; }
  .column-link-hdg.row2 > * { width: calc((99.99999% / 2) - 30px); margin-top: 0; }
  .column-link-hdg.row2 > *:nth-child(n+3) { margin-top: 0; }
  .column-link-hdg.row2 > *:nth-child(n+3) { margin-top: 20px; }
  .column-link-hdg.row3 > * { width: calc((99.99999% / 3) - 30px); margin-top: 0; }
  .column-link-hdg.row3 > *:nth-child(n+3) { margin-top: 0; }
  .column-link-hdg.row3 > *:nth-child(n+4) { margin-top: 20px; }
  .column-link-hdg.row4 > * { width: calc((99.99999% / 4) - 30px); margin-top: 0; }
  .column-link-hdg.row4 > *:nth-child(n+3) { margin-top: 0; }
  .column-link-hdg.row4 > *:nth-child(n+5) { margin-top: 20px; }
  .column-link-hdg.row5 > * { width: calc((99.99999% / 5) - 30px); margin-top: 0; }
  .column-link-hdg.row5 > *:nth-child(n+3) { margin-top: 0; }
  .column-link-hdg.row5 > *:nth-child(n+6) { margin-top: 20px; }
  .column-link-hdg.row6 > * { width: calc((99.99999% / 6) - 30px); margin-top: 0; }
  .column-link-hdg.row6 > *:nth-child(n+3) { margin-top: 0; }
  .column-link-hdg.row6 > *:nth-child(n+7) { margin-top: 20px; } .column-link-pdt > * a { transition: box-shadow .2s; }
  .column-link-pdt > * a:after { right: 13px; bottom: 13px; }
  .column-link-pdt > * a.link-blank .icn .txt-wrap .box, .column-link-pdt > * a.link-pdf .icn .txt-wrap .box { padding-right: 20px; }
  .column-link-pdt > * a.link-blank .icn::before, .column-link-pdt > * a.link-pdf .icn::before { bottom: 10px; right: 27px; }
  .column-link-pdt > * a.link-pdf .icn .txt-wrap .box { padding-right: 24px; }
  .column-link-pdt > * a:hover { box-shadow: 0 0 0 4px #0033af inset; }
  .column-link-pdt > * a img { transition: opacity .2s; }
  .column-link-pdt > * a:hover > * { position: relative; z-index: -1; }
  .column-link-pdt > * a:hover img { opacity: .5; }
  .column-link-pdt > * a:hover { text-decoration: underline; }
  .column-link-pdt > * a:hover:after { -webkit-transform: translateX(3px) translateY(0) rotate(135deg); transform: translateX(3px) translateY(0) rotate(135deg); }
  .column-link-pdt > * a:hover .txt-wrap .box { color: #0000ff; } .box-std-pt2 .wrap-around { transition: box-shadow .2s; }
  .box-std-pt2 .wrap-around:after { right: 13px; bottom: 13px; }
  .box-std-pt2 .wrap-around.link-blank .icn .txt-wrap .box, .box-std-pt2 .wrap-around.link-pdf .icn .txt-wrap .box { padding-right: 20px; }
  .box-std-pt2 .wrap-around.link-blank .icn::before, .box-std-pt2 .wrap-around.link-pdf .icn::before { bottom: 10px; right: 27px; }
  .box-std-pt2 .wrap-around.link-pdf .icn .txt-wrap .box { padding-right: 24px; }
  .box-std-pt2 .wrap-around:hover { box-shadow: 0 0 0 4px #0033af inset; }
  .box-std-pt2 .wrap-around img { transition: opacity .2s; }
  .box-std-pt2 .wrap-around:hover > * { position: relative; z-index: -1; }
  .box-std-pt2 .wrap-around:hover img { opacity: .5; }
  .box-std-pt2 .wrap-around:hover { text-decoration: underline; }
  .box-std-pt2 .wrap-around:hover:after { -webkit-transform: translateX(3px) translateY(0) rotate(135deg); transform: translateX(3px) translateY(0) rotate(135deg); }
  .box-std-pt2 .wrap-around:hover .txt-wrap .box { color: #0000ff; } }

@media all and (max-width: 767px) { .btn, .btn-sp, .btn-sp { margin-top: 20px; } .wrap-page-top .page-top { display: none; }
  .l-body.corp01, .l-body.csr02, .l-body.ir03, .l-body.medi05, .l-body.prvy06, .l-body.dev08, .l-body.feature09 { padding-bottom: 0; }
  .l-body.nolnav + .wrap-page-top .page-top { display: block; bottom: 20px; }
  .l-body.nolnav + .wrap-page-top .page-top.pageTopFixed { bottom: 20px; }
  .l-body-sub .wrap-page-top .page-top-pt2 { display: block; bottom: 20px; } .l-head > .l-inner { padding: 12px 0 0; } .logo-head { text-align: center; }
  .logo-head img { max-width: 95px; height: auto; min-height: 54px; } .nav-hdg { margin-top: 10px; font-size: 1.6rem; padding-top: 0; text-align: center; padding-bottom: 0; }
  .nav-hdg::before { border-width: 10px 9px 0 9px; top: 0px; }
  .nav-hdg > a { display: none; } .wrap-nav-btn { position: absolute; left: 15px; top: 10px; } .sp-nav-btn { width: 40px; height: 38px; padding: 5px; position: relative; display: block; }
  .sp-nav-btn > .bar { position: absolute; left: 5px; display: inline-block; width: 30px; height: 3px; background-color: #1432aa; transition: all .5s; }
  .sp-nav-btn > .bar:nth-child(1) { top: 5px; }
  .sp-nav-btn > .bar:nth-child(2) { top: 12px; }
  .sp-nav-btn > .bar:nth-child(3) { top: 19px; }
  .sp-nav-btn > .txt { position: absolute; color: #1432aa; font-weight: normal; font-size: 0.8rem; line-height: 1; display: block; bottom: 1px; left: 0; right: 0; margin: auto; }
  .sp-nav-btn.navBtnOn > .bar:nth-child(1) { -webkit-transform: translateY(7px) rotate(-45deg); transform: translateY(7px) rotate(-45deg); }
  .sp-nav-btn.navBtnOn > .bar:nth-child(2) { opacity: 0; }
  .sp-nav-btn.navBtnOn > .bar:nth-child(3) { -webkit-transform: translateY(-7px) rotate(45deg); transform: translateY(-7px) rotate(45deg); } .wrap-nav-head { transition: left .3s; position: fixed; overflow: auto; top: 0; left: -83%; width: 83%; height: 100%; background-color: #eeeff3; z-index: 1; }
  .l-all.navOpen .wrap-nav-head { left: 0; } .wrap-search-head { padding: 8px 12px; background-color: #1432aa; } .search-head { background-color: #fff; }
  .search-head input.inp-txt { height: 35px; width: calc(100% - 36px); padding: 10px 0 10px 8px; }
  .search-head .inp-btn { width: 36px; height: 36px; } .nav-global > li { background-color: #2c47b3; padding: 0 12px; }
  .nav-global > li:last-child > a { border-bottom: none !important; }
  .nav-global > li > a { color: #fff; padding: 14px 30px 14px 20px; border-bottom: 1px solid #566cc2; }
  .nav-global > li > a:before { position: absolute; margin: auto; top: 0; bottom: 2px; right: 6px; content: ''; display: inline-block; position: absolute; width: 5px; height: 5px; border-bottom: 2px solid #fff; border-right: 2px solid #fff; -webkit-transform: translateX(0) translateY(0); transform: translateX(0) translateY(0); transition: -webkit-transform .2s; transition: transform .2s; transition: transform .2s, -webkit-transform .2s; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
  .nav-global > li > a.navActive { background-color: #d0d6ee; color: #1432aa; }
  .nav-global > li > a.navActive:before { border-bottom: 2px solid #1432aa; border-right: 2px solid #1432aa; -webkit-transform: rotate(45deg); transform: rotate(45deg); }
  .nav-global > li.g-solution > a, .nav-global > li.g-customer > a, .nav-global > li.g-consumer > a { padding-left: 0; }
  .g-customer .nav-global > li.g-customer, .g-consumer .nav-global > li.g-consumer, .g-solution .nav-global > li.g-solution, .g-biz-top .nav-global > li.g-biz-top, .g-subtag .nav-global > li.g-biz-top { background-color: #d0d6ee; position: relative; }
  .g-customer .nav-global > li.g-customer > a, .g-consumer .nav-global > li.g-consumer > a, .g-solution .nav-global > li.g-solution > a, .g-biz-top .nav-global > li.g-biz-top > a, .g-subtag .nav-global > li.g-biz-top > a { color: #1432aa; }
  .g-customer .nav-global > li.g-customer > a::before, .g-consumer .nav-global > li.g-consumer > a::before, .g-solution .nav-global > li.g-solution > a::before, .g-biz-top .nav-global > li.g-biz-top > a::before, .g-subtag .nav-global > li.g-biz-top > a::before { border-bottom: 2px solid #1432aa; border-right: 2px solid #1432aa; }
  .g-customer .nav-global > li.g-customer > a::after, .g-consumer .nav-global > li.g-consumer > a::after, .g-solution .nav-global > li.g-solution > a::after, .g-biz-top .nav-global > li.g-biz-top > a::after, .g-subtag .nav-global > li.g-biz-top > a::after { content: ''; width: 4px; height: 15px; position: absolute; left: -12px; top: 0; bottom: 0; margin: auto; background-color: #1432aa; }
  .g-solution .nav-global > li.corp, .g-biz-top .nav-global > li.corp, .g-subtag .nav-global > li.corp, .g-technology .nav-global > li.corp, .g-case .nav-global > li.corp, .g-column .nav-global > li.corp, .g-eventseminar .nav-global > li.corp { background-color: #d0d6ee; }
  .g-solution .nav-global > li.corp > a, .g-biz-top .nav-global > li.corp > a, .g-subtag .nav-global > li.corp > a, .g-technology .nav-global > li.corp > a, .g-case .nav-global > li.corp > a, .g-column .nav-global > li.corp > a, .g-eventseminar .nav-global > li.corp > a { color: #1432aa; border-bottom: 1px solid #fff; }
  .g-solution .nav-global > li.corp > a::before, .g-biz-top .nav-global > li.corp > a::before, .g-subtag .nav-global > li.corp > a::before, .g-technology .nav-global > li.corp > a::before, .g-case .nav-global > li.corp > a::before, .g-column .nav-global > li.corp > a::before, .g-eventseminar .nav-global > li.corp > a::before { border-bottom: 2px solid #1432aa; border-right: 2px solid #1432aa; }
  .g-technology .nav-global > li.g-technology > a::after, .g-case .nav-global > li.g-case > a::after, .g-column .nav-global > li.g-column > a::after, .g-eventseminar .nav-global > li.g-eventseminar > a::after { content: ''; width: 4px; height: 15px; position: absolute; left: 0; top: 0; bottom: 0; margin: auto; background-color: #1432aa; }
  .g-customer .nav-global > li.g-customer { border-bottom: 1px solid #1432aa; }
  .g-customer .nav-global > li.g-customer > a { border-bottom: 1px solid transparent; }
  .g-consumer .nav-global > li.g-consumer { border-bottom: 1px solid #1432aa; }
  .g-consumer .nav-global > li.g-consumer > a { border-bottom: 1px solid transparent; }
  .g-solution .nav-global > li.g-solution > a { border-bottom: 1px solid #fff; }
  .g-biz-top .nav-global > li.g-biz-top > a { border-bottom: 1px solid #fff; }
  .g-subtag .nav-global > li.g-biz-top > a { border-bottom: 1px solid #fff; }
  .g-eventseminar .nav-global > li.g-eventseminar > a { border-bottom: none; } .wrap-nav-select-lang { background-color: #1432aa; padding: 15px 12px; min-height: 69px; } .nav-select-language#google_translate_element .goog-te-gadget-simple { position: relative; background-color: #fff; display: flex; align-items: center; width: 100%; }
  .nav-select-language#google_translate_element .goog-te-gadget-simple img { margin: 10px 5px 10px 10px; }
  .nav-select-language#google_translate_element .goog-te-gadget-simple > span { width: calc(100% - 34px); margin-top: 2px; }
  .nav-select-language#google_translate_element .goog-te-gadget-simple > span > a { display: block; position: relative; }
  .nav-select-language#google_translate_element .goog-te-gadget-simple > span > a > span:last-child { position: absolute; top: 2px; bottom: 0; margin: auto; right: 15px; } .nav-sub > li:not(:last-child) { border-bottom: 1px solid #5b70c4; }
  .nav-sub > li > a { display: block; padding: 15px 25px 15px 0; color: #fff; }
  .nav-sub > li > a:before { bottom: 0; right: 9px; content: ''; display: inline-block; position: absolute; width: 5px; height: 5px; border-top: 2px solid #fff; border-left: 2px solid #fff; -webkit-transform: translateX(0) translateY(0); transform: translateX(0) translateY(0); transition: -webkit-transform .2s; transition: transform .2s; transition: transform .2s, -webkit-transform .2s; -webkit-transform: rotate(135deg); transform: rotate(135deg); }
  .nav-sub > li > a.link-blank { padding-right: 50px; }
  .nav-sub > li > a.link-blank .icn { position: absolute; top: 50%; margin-top: -6px; right: 26px; }
  .nav-sub > li > a.link-blank .icn:before { width: 16px; height: 12px; content: ''; display: inline-block; background: transparent url(/shared/image/link_icon_blank_w.svg) no-repeat left top / 16px auto; transition: opacity .2s; font-size: 0; }
  .nav-sub > li.eng { text-align: right; }
  .nav-sub > li.eng > a { padding: 20px 25px 17px 0; }
  .nav-sub > li.eng > a.link-blank { padding-right: 50px; }
  .nav-sub > li.eng > a.link-blank:has(.icn) { padding-right: 30px; }
  .nav-sub > li.eng > a.link-blank:has(.icn)::before { content: none; }
  .nav-sub > li.eng > a.link-blank:has(.icn) .icn { right: 4px; } .wrap-btn-faciliti { position: absolute; top: auto; left: auto; -webkit-transform: translateY(calc((14px + 0px + 14px) + (16px + 16px + 15px))); transform: translateY(calc((14px + 0px + 14px) + (16px + 16px + 15px))); width: calc(100% - 24px); }
  .wrap-btn-faciliti .btn-faciliti { display: flex; align-items: center; width: 100%; background: #fff !important; border: 1px solid #666666 !important; padding: 11px 32px 11px 16px !important; }
  .wrap-btn-faciliti .btn-faciliti img { width: 24px; height: 24px; }
  .wrap-btn-faciliti .btn-faciliti span { color: #333; font-size: 1.6rem; display: inline-block; width: calc(100% - (24px + 16px)); margin-left: 16px; text-align: left; font-weight: bold; }
  .wrap-btn-faciliti .btn-faciliti span:before { position: absolute; margin: auto; top: 0; bottom: 2px; right: 24px; content: ''; display: inline-block; position: absolute; width: 5px; height: 5px; border-bottom: 2px solid #1432aa; border-right: 2px solid #1432aa; -webkit-transform: translateX(0) translateY(0); transform: translateX(0) translateY(0); transition: -webkit-transform .2s; transition: transform .2s; transition: transform .2s, -webkit-transform .2s; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
  .wrap-btn-faciliti .btn-faciliti:focus { outline: 1px solid; } .wrap-contact-head { padding: 12px; } .contact-head-btn { background-color: #eeeff3; }
  .contact-head-btn > a { display: block; font-size: 1.6rem; padding: 14px 42px 14px 20px; position: relative; }
  .contact-head-btn > a > .icn { right: 25px; }
  .contact-head-btn > a:before { bottom: 0; right: 12px; content: ''; display: inline-block; position: absolute; width: 5px; height: 5px; border-top: 2px solid #fff; border-left: 2px solid #fff; -webkit-transform: translateX(0) translateY(0); transform: translateX(0) translateY(0); transition: -webkit-transform .2s; transition: transform .2s; transition: transform .2s, -webkit-transform .2s; -webkit-transform: rotate(135deg); transform: rotate(135deg); }
  .contact-head-btn.add-btn-pt1 { padding-bottom: calc(48px + 16px + 23px); } }

@media print, all and (min-width: 768px) and (min-width: 1280px) { .l-body.corp01:before { margin-right: calc(50% - 50vw); margin-left: calc(50% - 50vw); padding-right: calc(50vw - 50%); padding-left: calc(50vw - 50%); max-width: auto; max-width: initial; } .l-body.csr02:before { margin-right: calc(50% - 50vw); margin-left: calc(50% - 50vw); padding-right: calc(50vw - 50%); padding-left: calc(50vw - 50%); max-width: auto; max-width: initial; } .l-body.ir03:before { margin-right: calc(50% - 50vw); margin-left: calc(50% - 50vw); padding-right: calc(50vw - 50%); padding-left: calc(50vw - 50%); max-width: auto; max-width: initial; } .l-body.news04:before { margin-right: calc(50% - 50vw); margin-left: calc(50% - 50vw); padding-right: calc(50vw - 50%); padding-left: calc(50vw - 50%); max-width: auto; max-width: initial; } .l-body.medi05:before { margin-right: calc(50% - 50vw); margin-left: calc(50% - 50vw); padding-right: calc(50vw - 50%); padding-left: calc(50vw - 50%); max-width: auto; max-width: initial; } .l-body.prvy06:before { margin-right: calc(50% - 50vw); margin-left: calc(50% - 50vw); padding-right: calc(50vw - 50%); padding-left: calc(50vw - 50%); max-width: auto; max-width: initial; } .l-body.otr07:before { margin-right: calc(50% - 50vw); margin-left: calc(50% - 50vw); padding-right: calc(50vw - 50%); padding-left: calc(50vw - 50%); max-width: auto; max-width: initial; } .l-body.news00:before { margin-right: calc(50% - 50vw); margin-left: calc(50% - 50vw); padding-right: calc(50vw - 50%); padding-left: calc(50vw - 50%); max-width: auto; max-width: initial; } .l-foot-bottom { margin-right: calc(50% - 50vw); margin-left: calc(50% - 50vw); } }

@media print, all and (min-width: 768px) and (min-width: 768px) and (max-width: 1279px) { .l-body.corp01:before { margin-left: -40px; margin-right: -40px; padding-left: 40px; padding-right: 40px; } .l-body.csr02:before { margin-left: -40px; margin-right: -40px; padding-left: 40px; padding-right: 40px; } .l-body.ir03:before { margin-left: -40px; margin-right: -40px; padding-left: 40px; padding-right: 40px; } .l-body.news04:before { margin-left: -40px; margin-right: -40px; padding-left: 40px; padding-right: 40px; } .l-body.medi05:before { margin-left: -40px; margin-right: -40px; padding-left: 40px; padding-right: 40px; } .l-body.prvy06:before { margin-left: -40px; margin-right: -40px; padding-left: 40px; padding-right: 40px; } .l-body.otr07:before { margin-left: -40px; margin-right: -40px; padding-left: 40px; padding-right: 40px; } .l-body.news00:before { margin-left: -40px; margin-right: -40px; padding-left: 40px; padding-right: 40px; } .l-foot-bottom { margin-right: -40px; margin-left: -40px; } }

@media print, all and (min-width: 1280px) { .l-inner-full { margin-right: calc(50% - 50vw); margin-left: calc(50% - 50vw); padding-right: calc(50vw - 50%); padding-left: calc(50vw - 50%); max-width: auto; max-width: initial; } .l-inner-full-sp { margin-right: calc(50% - 50vw); margin-left: calc(50% - 50vw); padding-right: calc(50vw - 50%); padding-left: calc(50vw - 50%); max-width: auto; max-width: initial; } .l-head { width: 100%; } }

@media print, all and (min-width: 768px) and (max-width: 1279px) { .l-inner-full { margin-left: -40px; margin-right: -40px; padding-left: 40px; padding-right: 40px; } .l-inner-full-sp { margin-left: -40px; margin-right: -40px; padding-left: 40px; padding-right: 40px; } .l-head { min-width: 1280px; width: 1280px; margin: 0 auto; } .l-inner-full-sp { margin-left: -40px; margin-right: -40px; padding-left: 40px; padding-right: 40px; } .hero-area { margin-left: -40px; margin-right: -40px; padding-left: 40px; padding-right: 40px; } .slider-wrap.top-biz { margin-left: -40px; margin-right: -40px; padding-left: 40px; padding-right: 40px; } .anc-corporate { margin-left: -40px; margin-right: -40px; padding-left: 40px; padding-right: 40px; } }

@media print { body { overflow: visible; } html { font-size: 93.7%; }
  body { zoom: 84%; }
  .g-news .bread-crumbs, .g-news .l-body-sub, .g-news .wrap-page-top, .g-news .l-foot { display: none; }
  .g-news .l-body-main { width: auto; float: none; }
  .wrap-nav-head .link-blank .icn:before { background: none; }
  .nav-biz li { white-space: nowrap; }
  .nav-global.fst > li > a.g-img > span > span { background: none; text-indent: 0; overflow: visible; background: none; line-height: 1.2; width: auto; height: auto; }
  .g-customer { white-space: nowrap; }
  .wrap-nav-head { grid-template-rows: auto 60px; } }
