<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";


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

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

.link-blank .icn:before { width: 16px; height: 12px; content: ''; display: inline-block; background: transparent url(/eng/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(/eng/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(/eng/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(/eng/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(/eng/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 -12px 0 -22px; }

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

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

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

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

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

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

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

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

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

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

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

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

.wrap-box.sp-order &gt; *:first-child, .wrap-box.rev &gt; *: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: 12px; }

.column-link { position: relative; z-index: 0; margin: 12px -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 &gt; * { background: #eeeeee; }

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

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

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

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

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

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

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

.column-link &gt; * { position: relative; min-height: 100px; -webkit-transform: rotate(0deg); transform: rotate(0deg); }

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

.column-link &gt; * 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 &gt; * a.link-blank .icn::before, .column-link &gt; * a.icn-pdf .icn::before { bottom: 6px; right: 20px; position: absolute; }

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

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

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

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

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

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

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

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

.column-link &gt; * .txt-wrap .box .hdg { font-size: 1.6rem;  font-weight: normal; }

.chrome .column-link &gt; * .txt-wrap .box .hdg {  }

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

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

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

.column-link &gt; * + * { 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 &gt; *, .column-link.img-col-row &gt; *, .column-link.img-col-s &gt; * { margin-left: 5px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.column-link.img-col.row6 &gt; *:nth-child(n+3), .column-link.img-col-row.row6 &gt; *:nth-child(n+3), .column-link.img-col-s.row6 &gt; *: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 &gt; * .inner, .column-link.img-row-col &gt; * .inner { display: flex; }

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

.column-link.img-row &gt; * .txt-wrap, .column-link.img-row-col &gt; * .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 &gt; * { 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 &gt; * { 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 &gt; .corp-n-cat0101 .img-wrap { background: url(/eng/shared/image/biz_bg_cat0101_s.jpg) no-repeat center/cover; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.column-link-hdg-b { position: relative; z-index: 0; margin: 12px 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 &gt; * + * { margin-top: 5px; }

.column-link-hdg-b &gt; * { position: relative; -webkit-transform: rotate(0deg); transform: rotate(0deg); }

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

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

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

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

.column-link-hdg-b &gt; * .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; }

.chrome .column-link-hdg-b &gt; * .txt-wrap .box {  }

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

.column-link-hdg-b &gt; * 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 &gt; * a.link-blank .txt-wrap .box .icn, .column-link-hdg-b &gt; * a.link-pdf .txt-wrap .box .icn { padding-right: 20px; }

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

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

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

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

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

.column-link-hdg-b &gt; * a.link-pdf .txt-wrap .box .icn::before { width: 20px; height: 20px; content: ''; display: inline-block; background: transparent url(/eng/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: 12px 0 0 -5px; }

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

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

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

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

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

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

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

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

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

.column-link-hdg-b.img-row-col &gt; * .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 &gt; * 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 &gt; * a.link-blank .txt-wrap .box .icn, .column-link-hdg-b.img-row-col &gt; * a.link-pdf .txt-wrap .box .icn { padding-right: 10px; }

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

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

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

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

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

.column-link-list { position: relative; z-index: 0; margin: 12px -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 &gt; * + * { margin-top: 2px; }

.column-link-list &gt; * { position: relative; -webkit-transform: rotate(0deg); transform: rotate(0deg); }

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

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

.column-link-list &gt; * .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.2;  font-weight: normal; min-height: 65px; display: flex; align-items: center; }

.chrome .column-link-list &gt; * .txt-wrap .box {  }

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

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

.column-link-list &gt; * 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 &gt; * a.link-blank .txt-wrap .box .icn, .column-link-list &gt; * a.link-pdf .txt-wrap .box .icn { padding-right: 20px; }

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

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

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

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

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

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

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

.column-link-list.img-row-col &gt; * 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 &gt; * a.link-blank .txt-wrap .box .icn, .column-link-list.img-row-col &gt; * a.link-pdf .txt-wrap .box .icn { padding-right: 10px; }

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

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

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

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

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

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

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

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

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

.column-link-list.img-row-col &gt; * .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 &gt; * .list-label { margin-top: -5px; }

.column-link-hdg { position: relative; z-index: 0; display: flex; flex-wrap: wrap; margin: 12px 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 &gt; * { position: relative; margin-left: 5px; -webkit-transform: rotate(0deg); transform: rotate(0deg); }

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

.column-link-hdg &gt; * 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 &gt; * a.link-blank .txt-wrap .box .icn, .column-link-hdg &gt; * a.link-pdf .txt-wrap .box .icn { padding-right: 20px; }

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

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

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

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

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

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

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

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

.column-link-hdg &gt; * .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; }

.chrome .column-link-hdg &gt; * .txt-wrap .box {  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.column-link-dtl { position: relative; z-index: 0; margin: 12px 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 &gt; * + * { margin-top: 12px; }

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

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

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

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

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

.column-link-dtl &gt; * .txt-wrap .lead { font-size: 1.4rem; line-height: 1.2; color: #333;  font-weight: normal; -webkit-transform: rotate(0deg); transform: rotate(0deg); }

.chrome .column-link-dtl &gt; * .txt-wrap .lead {  }

.column-link-dtl &gt; * .txt-wrap .hdg { line-height: 1.2; color: #1432aa;  font-weight: bold; -webkit-transform: rotate(0deg); transform: rotate(0deg); }

.chrome .column-link-dtl &gt; * .txt-wrap .hdg {  font-weight: normal; }

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

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

.column-link-dtl &gt; * .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.2; -webkit-transform: rotate(0deg); transform: rotate(0deg); word-break: break-all; }

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

.column-link-dtl &gt; * 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: 12px 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 &gt; * + * { margin-top: 12px; }

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

.column-link-pdt &gt; * .inner { background: #fff; padding: 5px 8px 20px; }

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

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

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

.column-link-pdt &gt; * .txt-wrap .lead { font-size: 1.4rem; line-height: 1.2; color: #333;  font-weight: normal; -webkit-transform: rotate(0deg); transform: rotate(0deg); }

.chrome .column-link-pdt &gt; * .txt-wrap .lead {  }

.column-link-pdt &gt; * .txt-wrap .hdg { line-height: 1.2; color: #1432aa;  font-weight: bold; -webkit-transform: rotate(0deg); transform: rotate(0deg); }

.chrome .column-link-pdt &gt; * .txt-wrap .hdg {  font-weight: normal; }

.column-link-pdt &gt; * .txt-wrap .lead + .hdg { margin-top: 5px; }

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

.column-link-pdt &gt; * .box { width: 100%; margin-top: 5px; font-size: 1.4rem; line-height: 1.5; color: #333; -webkit-transform: rotate(0deg); transform: rotate(0deg); }

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

.column-link-pdt &gt; * 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 &gt; * a.link-blank .icn::before, .column-link-pdt &gt; * a.icn-pdf .icn::before { bottom: 6px; right: 20px; position: absolute; }

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

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

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

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

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

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

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

.column-link-pdt-pt2 &gt; * .hdg { line-height: 1.2; color: #1432aa;  font-weight: bold; -webkit-transform: rotate(0deg); transform: rotate(0deg); }

.chrome .column-link-pdt-pt2 &gt; * .hdg {  font-weight: normal; }

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

.column-link-pdt-pt2 &gt; * .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 &gt; * .detail { margin-top: 12px; }

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

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

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

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

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

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

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

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

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

.chrome .column-link-pdt-pt2 &gt; * .txt {  }

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

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

.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(/eng/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(/eng/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 { border-bottom: #9c9fa6 1px dotted; padding: 0 10px 10px; margin: 0 -10px;  font-weight: normal; font-size: 1.6rem; line-height: 1.2; -webkit-transform: rotate(0deg); transform: rotate(0deg); }

.chrome .box-add-info .add-hdr {  font-weight: normal; }

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

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

.box-add-info .detail { font-size: 1.4rem; line-height: 1.5; margin: 10px 0 0; -webkit-transform: rotate(0deg); transform: rotate(0deg); }

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

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

.box-std &gt; * { margin-top: 5px; }

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

.box-std .wrap-hdg { -webkit-transform: rotate(0deg); transform: rotate(0deg); }

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

.chrome .box-std .txt-std {  }

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

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

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

.box-std-pt2 .wrap-hdg { margin-top: 0; -webkit-transform: rotate(0deg); transform: rotate(0deg); }

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

.chrome .box-std-pt2 .txt-std {  }

.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(/eng/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(/eng/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: 12px 0 0; }

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

.box-intro-pdt .intro-hdr .hdr {  font-weight: normal; font-size: 1.6rem; line-height: 1.2; -webkit-transform: rotate(0deg); transform: rotate(0deg); }

.chrome .box-intro-pdt .intro-hdr .hdr {  font-weight: normal; }

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

.box-intro-pdt .intro-hdr .hdr &gt; 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 &gt; a .icn::before { position: absolute; right: 10px; top: 50%; margin-top: -6px; }

.box-intro-pdt .intro-hdr .hdr &gt; 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; }

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

.btn &gt; a, .btn-sp &gt; a, .btn &gt; button, .btn-sp &gt; button { color: #333; text-decoration: none;  font-weight: normal; display: block; font-size: 1.6rem; line-height: 1.5; width: 100%; border: 1px solid #666666; padding: 13px 25px 13px 20px; position: relative; background-color: #fff; text-align: left; -webkit-transform: rotate(0deg); transform: rotate(0deg); }

.chrome .btn &gt; a, .chrome .btn-sp &gt; a, .chrome .btn &gt; button, .chrome .btn-sp &gt; button {  }

.btn &gt; a:after, .btn-sp &gt; a:after, .btn &gt; button:after, .btn-sp &gt; 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 &gt; a.link-blank, .btn-sp &gt; a.link-blank, .btn &gt; a.link-pdf, .btn-sp &gt; a.link-pdf, .btn &gt; button.link-blank, .btn-sp &gt; button.link-blank, .btn &gt; button.link-pdf, .btn-sp &gt; button.link-pdf { padding-right: 40px; }

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

.btn.btn-l &gt; a, .btn-l.btn-sp &gt; a, .btn.btn-l &gt; button, .btn-l.btn-sp &gt; button {  font-weight: normal; justify-content: center; }

.chrome .btn.btn-l &gt; a, .chrome .btn-l.btn-sp &gt; a, .chrome .btn.btn-l &gt; button, .chrome .btn-l.btn-sp &gt; button {  font-weight: normal; }

.btn.close &gt; a:before, .close.btn-sp &gt; a:before, .btn.close &gt; a:after, .close.btn-sp &gt; a:after, .btn.close &gt; button:before, .close.btn-sp &gt; button:before, .btn.close &gt; button:after, .close.btn-sp &gt; 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 &gt; a:before, .close.btn-sp &gt; a:before, .btn.close &gt; button:before, .close.btn-sp &gt; button:before { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }

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

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

.btn.close &gt; a:hover:after, .close.btn-sp &gt; a:hover:after, .btn.close &gt; button:hover:after, .close.btn-sp &gt; 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: 12px; }

.btn-anc &gt; a, .btn-anc &gt; 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; -webkit-transform: rotate(0deg); transform: rotate(0deg); }

.chrome .btn-anc &gt; a, .chrome .btn-anc &gt; button {  }

.btn-anc &gt; a:after, .btn-anc &gt; 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: 12px; }

.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 &gt; a, .btn-inq &gt; button { color: #fff; text-decoration: none;  font-weight: normal; 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; -webkit-transform: rotate(0deg); transform: rotate(0deg); }

.chrome .btn-inq &gt; a, .chrome .btn-inq &gt; button {  }

.btn-inq &gt; a:after, .btn-inq &gt; 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(/eng/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(/eng/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(/eng/shared/image/link_icon_pdf_w.svg) no-repeat left top / 20px auto; transition: opacity .2s; font-size: 0; }

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

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

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

.chrome .btn-sp.sp1 &gt; a, .chrome .btn-sp.sp1 &gt; button {  }

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

.chrome .btn-sp.sp2 &gt; a, .chrome .btn-sp.sp2 &gt; button {  }

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

.chrome .btn-sp.sp3 &gt; a, .chrome .btn-sp.sp3 &gt; button {  }

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

.chrome .btn-sp.sp4 &gt; a, .chrome .btn-sp.sp4 &gt; button {  }

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

.chrome .btn-sp.sp5 &gt; a, .chrome .btn-sp.sp5 &gt; button {  }

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

.chrome .btn-sp.sp6 &gt; a, .chrome .btn-sp.sp6 &gt; button {  }

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

.btn-rss &gt; a, .btn-rss &gt; 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; }

.chrome .btn-rss &gt; a, .chrome .btn-rss &gt; button {  }

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

.btn-row-list { margin-top: 12px; 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 &gt; a, .btn-row-list .btn-row &gt; 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; -webkit-transform: rotate(0deg); transform: rotate(0deg); }

.chrome .btn-row-list .btn-row &gt; a, .chrome .btn-row-list .btn-row &gt; button {  }

.btn-row-list .btn-row &gt; a:after, .btn-row-list .btn-row &gt; 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 &gt; a, .btn-row-list .btn-row.current &gt; button { color: #1432aa; border-bottom: 1px solid #fff; }

.btn-row-list .btn-row.current &gt; a:after, .btn-row-list .btn-row.current &gt; 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 &gt; a, .btn-row-list.row4 .btn-row &gt; button { font-size: 1.4rem; padding: 5px 20px 5px 15px; }

.btn-row-list.row4 .btn-row &gt; a:after, .btn-row-list.row4 .btn-row &gt; 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: 12px; 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 &gt; a, .btn-row-list-pt2 .btn-row &gt; 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; -webkit-transform: rotate(0deg); transform: rotate(0deg); }

.chrome .btn-row-list-pt2 .btn-row &gt; a, .chrome .btn-row-list-pt2 .btn-row &gt; button {  }

.btn-row-list-pt2 .btn-row &gt; a:after, .btn-row-list-pt2 .btn-row &gt; 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 &gt; a, .btn-row-list-pt2 .btn-row.current &gt; button { color: #1432aa; border-top: 1px solid #fff; }

.btn-row-list-pt2 .btn-row.current &gt; a:after, .btn-row-list-pt2 .btn-row.current &gt; 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(44.999deg); transform: rotate(44.999deg); }

.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: 12px; }

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

.pager-btn-list .pager-btn &gt; 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; -webkit-transform: rotate(0deg); transform: rotate(0deg); }

.pager-btn-list .pager-btn &gt; 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 &gt; 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: 12px; }

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

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

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

.pager-btn-list .pager-prev &gt; 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 &gt; a { padding-right: 15px; }

.pager-btn-list .pager-next &gt; 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 &gt; .l-body-main { order: 1; }

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

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

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

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

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

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

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

.bread-crumbs { display: none; }

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

.l-body-simple .bread-crumbs &gt; 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 &gt; ol li { font-size: 1.4rem; line-height: 1.5; margin-left: 15px; -webkit-transform: rotate(0deg); transform: rotate(0deg); }

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

.l-body-simple .bread-crumbs &gt; 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 &gt; ol li &gt; a { color: #333; text-decoration: none; }

.l-body-simple .bread-crumbs &gt; ol li &gt; 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: 12px; }

.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 &gt; .l-inner { position: relative; }

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

.nav-hdg { position: relative; }

.nav-hdg &gt; a { display: block; text-decoration: none; font-size: 0; transition: opacity .2s; }

.nav-hdg &gt; a.nav-hdg-txt { color: #000; line-height: 1.2;  font-weight: normal; -webkit-transform: rotate(0deg); transform: rotate(0deg); }

.chrome .nav-hdg &gt; a.nav-hdg-txt {  font-weight: normal; }

.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 { font-size: 1.6rem; color: #999999; }

.search-head input.inp-txt:focus { background: #f8f6e2; }

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

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

.nav-global &gt; li &gt; a { line-height: 1.2;  font-weight: normal; display: block; position: relative; text-decoration: none; -webkit-transform: rotate(0deg); transform: rotate(0deg); }

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

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

.nav-sub &gt; li &gt; a.link-blank { padding-right: 35px; }

.contact-head-btn &gt; a { text-decoration: none; color: #fff; background-color: #e13000; line-height: 1.2;}

.chrome .contact-head-btn &gt; a { font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

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

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

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

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

.l-foot-bottom { border-top: 1px solid #e7e7e7; position: relative; }

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

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

.nav-foot &gt; ul &gt; 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; -webkit-transform: rotate(0deg); transform: rotate(0deg); }

.chrome .nav-foot &gt; ul &gt; li a {  }

.nav-foot &gt; ul &gt; 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); }

.nav-foot &gt; ul &gt; li a.link-blank { padding-right: 40px; }

.nav-foot &gt; ul &gt; li a.link-blank .icn:before { position: absolute; right: 25px; top: 0; bottom: 0; margin: auto; }

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

.copy small { font-size: 1.2rem;  font-weight: normal; line-height: 1.2; -webkit-transform: rotate(0deg); transform: rotate(0deg); }

.chrome .copy small {  }

.group-foot-wrap { background-color: #f6f6f6; padding-top: 15px; padding-bottom: 15px; }

.group-foot-wrap.bg-col0 { border-top: 1px solid #e7e7e7; padding-top: 0; }

.group-list-norm .box { display: flex; align-items: flex-start; }

.group-list-norm .box + .box { margin-top: 20px; }

.group-list-norm .box .img { width: 55px; }

.group-list-norm .box .txt { margin-left: 5px; width: calc(100% - 60px); -webkit-transform: rotate(0deg); transform: rotate(0deg); line-height: 1.5; font-size: 1.4rem;  font-weight: normal; }

.chrome .group-list-norm .box .txt {  }

.group-list-norm .box:only-child { align-items: center; }

.group-list-norm .box:only-child .img { width: 200px; }

.group-list-norm .box:only-child .txt { margin-left: 5px; width: calc(100% - 205px); }

.group-norm-wrap { margin-bottom: 10px; }

.group-norm-wrap .img-list { display: flex; align-items: center; justify-content: center; padding: 0 20px; margin: 0 0 0 -20px; }

.group-norm-wrap .img-list &gt; li { margin-left: 20px; }

.group-norm-wrap .norm-txt { font-size: 1.4rem; -webkit-transform: rotate(0deg); transform: rotate(0deg); line-height: 1.5;  font-weight: normal; }

.chrome .group-norm-wrap .norm-txt {  }

/* print */

img { max-width: 100%; }

.u-ta-l { text-align: left !important; }

.u-ta-c { text-align: center !important; }

.u-ta-r { text-align: right !important; }

.group-bn-area { text-align: center; margin-top: 20px; }

.group-bn-area &gt; li .txt { -webkit-transform: rotate(0deg); transform: rotate(0deg); line-height: 1.5; font-size: 1.4rem; margin-top: 12px; }

.group-bn-area &gt; li + li { margin-top: 30px; }

.txt-std { margin-top: 12px; line-height: 1.5; }

.img-wrap, .img-wrap-pt2 { line-height: 0; text-align: center; margin-top: 12px; }

.img-wrap figure, .img-wrap-pt2 figure { display: inline-block; }

_:-ms-fullscreen, :root .img-wrap figure, :root .img-wrap-pt2 figure { display: block; }

.img-wrap figure figcaption, .img-wrap-pt2 figure figcaption { display: block; font-size: 1.4rem; line-height: 1.2; text-align: left; margin-top: 5px; -webkit-transform: rotate(0deg); transform: rotate(0deg); }

.img-wrap figure + figure, .img-wrap-pt2 figure + figure { margin-top: 12px; }

.img-wrap.sp-fit, .img-wrap-pt2.sp-fit { margin-left: -12px; margin-right: -12px; }

.hdg-lv2 { color: #1432aa; border: #1432aa 1px solid; font-size: 1.8rem; line-height: 1.2; margin: 12px 0 0; padding: 10px 12px; text-align: center;  font-weight: bold; }

.chrome .hdg-lv2 {  font-weight: bold; }

.hdg-lv2.sp-min-wdt { letter-spacing: -0.05em; padding: 10px 5px; }

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

.chrome .hdg-lv2-pt3 {  font-weight: bold; }

.hdg-lv2-pt3 &gt; a { color: inherit; text-decoration: none; position: relative; }

.hdg-lv2-pt3 &gt; a:after { margin-top: .5em; 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); }

.hdg-lv2-pt3 &gt; a .icn { margin-left: 10px; }

.list-std { margin: 12px -12px 20px; }

.list-std &gt; li { padding: 15px 15px 15px 35px; font-size: 1.6rem; line-height: 1.2; background: #fff; position: relative; }

.list-std &gt; li:nth-child(odd) { background: #f6f6f6; }

.list-std &gt; li::before { content: ""; display: block; position: absolute; left: 15px; top: 1.3em; width: 8px; height: 8px; background: #5b5757; }

.list-std.col-pt2 &gt; li:nth-child(odd) { background: #fff; }

.list-std.col-rev-pt2 &gt; li:nth-child(odd) { background: #fff; }

.list-std.col-rev-pt2 &gt; li:nth-child(even) { background: #f6f6f6; }

.list-std.inner-box-pt2 { margin-left: -12px; margin-right: 0; }

.wrap-lead { margin: 0 0 20px; }

.wrap-lead .lead { font-size: 1.6rem; line-height: 1.5; -webkit-transform: rotate(0deg); transform: rotate(0deg);  font-weight: normal; margin-top: 20px; }

.chrome .wrap-lead .lead {  }

.list-dl-std { margin: 12px -12px 0; }

.list-dl-std .list-normal { margin-top: 0; padding: 12px 0 0; }

.list-dl-std &gt; dt { padding: 10px 10px 0 10px; font-size: 1.6rem; line-height: 1.2;  font-weight: bold; background: #fbfbfc; }

.chrome .list-dl-std &gt; dt {  }

.list-dl-std &gt; dt:nth-of-type(odd) { background: #eeeff3; }

.list-dl-std &gt; dd { padding: 0 10px 10px 10px; font-size: 1.6rem; line-height: 1.2; background: #fbfbfc; }

.list-dl-std &gt; dd:nth-of-type(odd) { background: #eeeff3; }

.list-dl-std &gt; dd &gt; .btn, .list-dl-std &gt; dd &gt; .btn-sp { margin: 0; padding-top: 12px; }

.list-dl-std &gt; dd + dt { margin-top: 1px; }

.wrap-around { margin-top: 12px; }

.wrap-around.sp-img-pos { display: flex; flex-direction: column; }

.wrap-around.sp-img-pos .txt-std { margin-top: 0; }

.wrap-around.sp-img-pos .img-wrap { order: 1; margin-top: 12px; }

.wrap-around.sp-around .img-wrap.right { padding-right: 5px; }

.wrap-around.sp-around .img-wrap.left { padding-left: 5px; }

.wrap-around.sp-around::after { content: ""; display: block; clear: both; }

.wrap-around.sp-around .img-wrap { max-width: 45%; }

.wrap-around.sp-around .img-wrap.right { float: right; margin: 0 0 10px 10px; }

.wrap-around.sp-around .img-wrap.left { float: left; margin: 0 10px 10px 0; }

.wrap-around.sp-around.sp-wide-img .img-wrap { max-width: 60%; }

.wrap-around.sp-around.sp-wide-img .img-wrap.right { margin: 0 -12px 10px 10px; }

.wrap-around.sp-around.sp-wide-img .img-wrap.left { margin: 0 10px 10px -12px; }

.wrap-around.sp-around.sp-small-img .img-wrap { max-width: 30%; }

.wrap-around .txt-sp-sep { overflow: hidden; width: 100%; margin-top: 12px; }

.cat-ind { padding: 1px 12px 30px; }

.cat-ind.group01 { background: url(/eng/shared/image/bg_group01_sp.jpg) no-repeat center top/768px auto; }

.cat-ind.group_unique01 { background: url(/eng/shared/image/bg_group_unique01_sp.jpg) no-repeat center top/768px auto; }

.cat-ind.group_unique02 { background: url(/eng/shared/image/bg_group_unique02_sp.jpg) no-repeat center top/768px auto; }

.cat-ind.dt-biz { background: url(/eng/shared/image/bg_group_dt-biz_sp.jpg) no-repeat center top/768px auto; }

.cat-ind.engineering-biz { background: url(/eng/shared/image/bg_group_engineering-biz_sp.jpg) no-repeat center top/768px auto; }

.cat-ind.hoso-biz { background: url(/eng/shared/image/bg_group_hoso-biz_sp.jpg) no-repeat center top/768px auto; }

.cat-ind.info { background: url(/eng/shared/image/bg_group_info_sp.jpg) no-repeat center top/768px auto; }

.cat-ind.info .cat-hdg-lv2, .cat-ind.info .cat-lead { color: #fff; }

.cat-ind.saiyo { background: url(/eng/shared/image/bg_group_saiyo_sp.jpg) no-repeat center top/768px auto; }

.cat-ind.saiyo .cat-lead { text-align: center; }

.cat-ind.quality { background: url(/eng/shared/image/bg_group_quality_sp.jpg) no-repeat center top/768px auto; }

.cat-ind.solution { background: url(/eng/shared/image/bg_group_solution_sp.jpg) no-repeat center top/768px auto; }

.cat-ind .btn, .cat-ind .btn-sp { margin-top: 35px; }

.cat-hdg-lv2 { margin-top: 25px; color: #1432aa; -webkit-transform: rotate(0deg); transform: rotate(0deg); font-size: 1.8rem; line-height: 1.2;  font-weight: normal; text-align: center; }

.chrome .cat-hdg-lv2 {  }

.cat-lead { color: #000; -webkit-transform: rotate(0deg); transform: rotate(0deg); font-size: 1.6rem; line-height: 1.5;  font-weight: normal; margin-top: 12px; }

.chrome .cat-lead {  }

.exp-img-list { display: flex; flex-wrap: wrap; justify-content: center; margin-top: 15px; }

.exp-img-list &gt; li { margin-top: 15px; }

.exp-img-list &gt; li .img-wrap { border-radius: 50%; }

.exp-img-list &gt; li img { border-radius: 50%; }

.exp-img-list.row3-5, .exp-img-list.row3-6 { margin-left: -15px; }

.exp-img-list.row3-5 &gt; li, .exp-img-list.row3-6 &gt; li { margin-left: 15px; width: calc(33.333% - 15px); }

.kv-wrap { margin: 0 -12px; position: relative; }

.kv-wrap img { width: 100%; height: auto; }

.kv-wrap .carousel_nav_wrap { position: absolute; padding: 0; background: transparent; bottom: 5px; right: 0; }

.kv-wrap .carousel_nav_wrap { margin-bottom: 0; height: auto; }

.kv-wrap .carousel_nav_wrap .controller { justify-content: flex-end; margin-right: 5px; }

.kv-wrap .controller li { border: 6px solid #000; }

.wrap-kv-hdg { z-index: 10; position: absolute; border: 4px solid #fff; left: 50%; top: 50%; padding: 20px 15px; width: 87.5%; background: rgba(20, 50, 170, 0.85); color: #fff; text-align: center; line-height: 1.5; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

.wrap-kv-hdg .kv-hdg {  font-weight: bold; font-size: 1.4rem; }

.chrome .wrap-kv-hdg .kv-hdg {  font-weight: bold; }

.wrap-kv-hdg .kv-lead {  font-weight: bold; margin-top: 12px; font-size: 1.4rem; }

.chrome .wrap-kv-hdg .kv-lead {  }

.list-normal { margin: 12px 0 0; }

.list-normal &gt; li { padding-left: 1em; line-height: 1.2; position: relative; }

.list-normal &gt; li::before { content: "\0030fb"; display: block; position: absolute; left: 0; top: 0; width: 1em; height: 1em; }

.list-normal &gt; li + li { margin-top: 5px; }

.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; }

.cookies-area .btn a, .cookies-area .btn-sp a { word-wrap: break-word; word-break: normal; }

@media print, all and (min-width: 768px) { .column-link .img-wrap { margin-top: 0; }
  .column-link .img-wrap img { bottom: 0; } .column-link &gt; * a { transition: box-shadow .2s; }
  .column-link &gt; * a:after { right: 13px; bottom: 13px; }
  .column-link &gt; * a.link-blank .icn .txt-wrap .box, .column-link &gt; * a.link-pdf .icn .txt-wrap .box { padding-right: 20px; }
  .column-link &gt; * a.link-blank .icn::before, .column-link &gt; * a.link-pdf .icn::before { bottom: 10px; right: 27px; }
  .column-link &gt; * a.link-pdf .icn .txt-wrap .box { padding-right: 24px; }
  .column-link &gt; * a:hover { box-shadow: 0 0 0 4px #0033af inset; }
  .column-link &gt; * a img { transition: opacity .2s; }
  .column-link &gt; * a:hover &gt; * { position: relative; z-index: -1; }
  .column-link &gt; * a:hover img { opacity: .5; }
  .column-link &gt; * a:hover { text-decoration: underline; }
  .column-link &gt; * a:hover:after { -webkit-transform: translateX(3px) translateY(0) rotate(135deg); transform: translateX(3px) translateY(0) rotate(135deg); }
  .column-link &gt; * a:hover .txt-wrap .box { color: #0000ff; } .column-link.img-col.row1 &gt; *, .column-link.img-col-row.row1 &gt; *, .column-link.img-col-s.row1 &gt; * { width: calc((99.99999% / 1) - 30px); margin-top: 0; }
  .column-link.img-col.row1 &gt; *:nth-child(n+3), .column-link.img-col-row.row1 &gt; *:nth-child(n+3), .column-link.img-col-s.row1 &gt; *:nth-child(n+3) { margin-top: 0; }
  .column-link.img-col.row1 &gt; *:nth-child(n+2), .column-link.img-col-row.row1 &gt; *:nth-child(n+2), .column-link.img-col-s.row1 &gt; *:nth-child(n+2) { margin-top: 20px; }
  .column-link.img-col.row2 &gt; *, .column-link.img-col-row.row2 &gt; *, .column-link.img-col-s.row2 &gt; * { width: calc((99.99999% / 2) - 30px); margin-top: 0; }
  .column-link.img-col.row2 &gt; *:nth-child(n+3), .column-link.img-col-row.row2 &gt; *:nth-child(n+3), .column-link.img-col-s.row2 &gt; *:nth-child(n+3) { margin-top: 0; }
  .column-link.img-col.row2 &gt; *:nth-child(n+3), .column-link.img-col-row.row2 &gt; *:nth-child(n+3), .column-link.img-col-s.row2 &gt; *:nth-child(n+3) { margin-top: 20px; }
  .column-link.img-col.row3 &gt; *, .column-link.img-col-row.row3 &gt; *, .column-link.img-col-s.row3 &gt; * { width: calc((99.99999% / 3) - 30px); margin-top: 0; }
  .column-link.img-col.row3 &gt; *:nth-child(n+3), .column-link.img-col-row.row3 &gt; *:nth-child(n+3), .column-link.img-col-s.row3 &gt; *:nth-child(n+3) { margin-top: 0; }
  .column-link.img-col.row3 &gt; *:nth-child(n+4), .column-link.img-col-row.row3 &gt; *:nth-child(n+4), .column-link.img-col-s.row3 &gt; *:nth-child(n+4) { margin-top: 20px; }
  .column-link.img-col.row4 &gt; *, .column-link.img-col-row.row4 &gt; *, .column-link.img-col-s.row4 &gt; * { width: calc((99.99999% / 4) - 30px); margin-top: 0; }
  .column-link.img-col.row4 &gt; *:nth-child(n+3), .column-link.img-col-row.row4 &gt; *:nth-child(n+3), .column-link.img-col-s.row4 &gt; *:nth-child(n+3) { margin-top: 0; }
  .column-link.img-col.row4 &gt; *:nth-child(n+5), .column-link.img-col-row.row4 &gt; *:nth-child(n+5), .column-link.img-col-s.row4 &gt; *:nth-child(n+5) { margin-top: 20px; }
  .column-link.img-col.row5 &gt; *, .column-link.img-col-row.row5 &gt; *, .column-link.img-col-s.row5 &gt; * { width: calc((99.99999% / 5) - 30px); margin-top: 0; }
  .column-link.img-col.row5 &gt; *:nth-child(n+3), .column-link.img-col-row.row5 &gt; *:nth-child(n+3), .column-link.img-col-s.row5 &gt; *:nth-child(n+3) { margin-top: 0; }
  .column-link.img-col.row5 &gt; *:nth-child(n+6), .column-link.img-col-row.row5 &gt; *:nth-child(n+6), .column-link.img-col-s.row5 &gt; *:nth-child(n+6) { margin-top: 20px; }
  .column-link.img-col.row6 &gt; *, .column-link.img-col-row.row6 &gt; *, .column-link.img-col-s.row6 &gt; * { width: calc((99.99999% / 6) - 30px); margin-top: 0; }
  .column-link.img-col.row6 &gt; *:nth-child(n+3), .column-link.img-col-row.row6 &gt; *:nth-child(n+3), .column-link.img-col-s.row6 &gt; *:nth-child(n+3) { margin-top: 0; }
  .column-link.img-col.row6 &gt; *:nth-child(n+7), .column-link.img-col-row.row6 &gt; *:nth-child(n+7), .column-link.img-col-s.row6 &gt; *: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 &gt; * a { transition: box-shadow .2s; }
  .column-link-hdg-b &gt; * a:hover { box-shadow: 0 0 0 4px #0033af inset; }
  .column-link-hdg-b &gt; * a img { transition: opacity .2s; }
  .column-link-hdg-b &gt; * a:hover &gt; * { position: relative; z-index: -1; }
  .column-link-hdg-b &gt; * a:hover img { opacity: .5; }
  .column-link-hdg-b &gt; * a:hover .txt-wrap .box { text-decoration: underline; }
  .column-link-hdg-b &gt; * 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 &gt; * a .txt-wrap .box:after { right: 13px; }
  .column-link-hdg-b &gt; * a.link-blank .txt-wrap .box .icn, .column-link-hdg-b &gt; * a.link-pdf .txt-wrap .box .icn { padding-right: 20px; }
  .column-link-hdg-b &gt; * a.link-blank .txt-wrap .box .icn::before, .column-link-hdg-b &gt; * a.link-pdf .txt-wrap .box .icn::before { right: 23px; } .column-link-hdg-b.img-row-col &gt; * a { transition: box-shadow .2s; }
  .column-link-hdg-b.img-row-col &gt; * a:hover { box-shadow: 0 0 0 4px #0033af inset; }
  .column-link-hdg-b.img-row-col &gt; * a img { transition: opacity .2s; }
  .column-link-hdg-b.img-row-col &gt; * a:hover &gt; * { position: relative; z-index: -1; }
  .column-link-hdg-b.img-row-col &gt; * a:hover img { opacity: .5; }
  .column-link-hdg-b.img-row-col &gt; * a:hover .txt-wrap .box { text-decoration: underline; }
  .column-link-hdg-b.img-row-col &gt; * 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 &gt; * 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 &gt; * a.link-blank .txt-wrap .box .icn, .column-link-hdg-b.img-row-col &gt; * a.link-pdf .txt-wrap .box .icn { padding-right: 20px; }
  .column-link-hdg-b.img-row-col &gt; * a.link-blank .txt-wrap .box .icn::before, .column-link-hdg-b.img-row-col &gt; * a.link-pdf .txt-wrap .box .icn::before { bottom: auto; top: 50%; right: 27px; }
  .column-link-hdg-b.img-row-col &gt; * a.link-blank .txt-wrap .box .icn::before { width: 16px; height: 12px; content: ''; display: inline-block; background: transparent url(/eng/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 &gt; * a.link-pdf .txt-wrap .box .icn::before { width: 20px; height: 20px; content: ''; display: inline-block; background: transparent url(/eng/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 &gt; * a { transition: box-shadow .2s; }
  .column-link-list &gt; * a:hover { box-shadow: 0 0 0 4px #0033af inset; }
  .column-link-list &gt; * a img { transition: opacity .2s; }
  .column-link-list &gt; * a:hover &gt; * { position: relative; z-index: -1; }
  .column-link-list &gt; * a:hover img { opacity: .5; }
  .column-link-list &gt; * a:hover .txt-wrap .box { text-decoration: underline; }
  .column-link-list &gt; * a:hover .txt-wrap .box:after { -webkit-transform: translateX(3px) translateY(0) rotate(135deg); transform: translateX(3px) translateY(0) rotate(135deg); }
  .column-link-list &gt; * a .txt-wrap .box:after { right: 13px; }
  .column-link-list &gt; * a.link-blank .txt-wrap .box .icn, .column-link-list &gt; * a.link-pdf .txt-wrap .box .icn { padding-right: 20px; }
  .column-link-list &gt; * a.link-blank .txt-wrap .box .icn::before, .column-link-list &gt; * a.link-pdf .txt-wrap .box .icn::before { right: 23px; } .column-link-list.img-row-col &gt; * a { transition: box-shadow .2s; }
  .column-link-list.img-row-col &gt; * a:hover { box-shadow: 0 0 0 4px #0033af inset; }
  .column-link-list.img-row-col &gt; * a img { transition: opacity .2s; }
  .column-link-list.img-row-col &gt; * a:hover &gt; * { position: relative; z-index: -1; }
  .column-link-list.img-row-col &gt; * a:hover img { opacity: .5; }
  .column-link-list.img-row-col &gt; * a:hover .txt-wrap .box { text-decoration: underline; }
  .column-link-list.img-row-col &gt; * 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 &gt; * 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 &gt; * a.link-blank .txt-wrap .box .icn, .column-link-list.img-row-col &gt; * a.link-pdf .txt-wrap .box .icn { padding-right: 20px; }
  .column-link-list.img-row-col &gt; * a.link-blank .txt-wrap .box .icn::before, .column-link-list.img-row-col &gt; * a.link-pdf .txt-wrap .box .icn::before { bottom: auto; top: 50%; right: 27px; }
  .column-link-list.img-row-col &gt; * a.link-blank .txt-wrap .box .icn::before { width: 16px; height: 12px; content: ''; display: inline-block; background: transparent url(/eng/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 &gt; * a.link-pdf .txt-wrap .box .icn::before { width: 20px; height: 20px; content: ''; display: inline-block; background: transparent url(/eng/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 &gt; * a { transition: box-shadow .2s; }
  .column-link-hdg &gt; * a:hover { box-shadow: 0 0 0 4px #0033af inset; }
  .column-link-hdg &gt; * a img { transition: opacity .2s; }
  .column-link-hdg &gt; * a:hover &gt; * { position: relative; z-index: -1; }
  .column-link-hdg &gt; * a:hover img { opacity: .5; }
  .column-link-hdg &gt; * a:hover .txt-wrap .box { text-decoration: underline; color: #0000ff; }
  .column-link-hdg &gt; * a:hover .txt-wrap .box:after { -webkit-transform: translateX(3px) translateY(0) rotate(135deg); transform: translateX(3px) translateY(0) rotate(135deg); }
  .column-link-hdg &gt; * a .txt-wrap .box:after { right: 13px; }
  .column-link-hdg &gt; * a.link-blank .txt-wrap .box .icn, .column-link-hdg &gt; * a.link-pdf .txt-wrap .box .icn { padding-right: 20px; }
  .column-link-hdg &gt; * a.link-blank .txt-wrap .box .icn::before, .column-link-hdg &gt; * a.link-pdf .txt-wrap .box .icn::before { right: 23px; } .column-link-hdg.row1 &gt; * { width: calc((99.99999% / 1) - 30px); margin-top: 0; }
  .column-link-hdg.row1 &gt; *:nth-child(n+3) { margin-top: 0; }
  .column-link-hdg.row1 &gt; *:nth-child(n+2) { margin-top: 20px; }
  .column-link-hdg.row2 &gt; * { width: calc((99.99999% / 2) - 30px); margin-top: 0; }
  .column-link-hdg.row2 &gt; *:nth-child(n+3) { margin-top: 0; }
  .column-link-hdg.row2 &gt; *:nth-child(n+3) { margin-top: 20px; }
  .column-link-hdg.row3 &gt; * { width: calc((99.99999% / 3) - 30px); margin-top: 0; }
  .column-link-hdg.row3 &gt; *:nth-child(n+3) { margin-top: 0; }
  .column-link-hdg.row3 &gt; *:nth-child(n+4) { margin-top: 20px; }
  .column-link-hdg.row4 &gt; * { width: calc((99.99999% / 4) - 30px); margin-top: 0; }
  .column-link-hdg.row4 &gt; *:nth-child(n+3) { margin-top: 0; }
  .column-link-hdg.row4 &gt; *:nth-child(n+5) { margin-top: 20px; }
  .column-link-hdg.row5 &gt; * { width: calc((99.99999% / 5) - 30px); margin-top: 0; }
  .column-link-hdg.row5 &gt; *:nth-child(n+3) { margin-top: 0; }
  .column-link-hdg.row5 &gt; *:nth-child(n+6) { margin-top: 20px; }
  .column-link-hdg.row6 &gt; * { width: calc((99.99999% / 6) - 30px); margin-top: 0; }
  .column-link-hdg.row6 &gt; *:nth-child(n+3) { margin-top: 0; }
  .column-link-hdg.row6 &gt; *: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 &gt; * a { transition: box-shadow .2s; }
  .column-link-pdt &gt; * a:after { right: 13px; bottom: 13px; }
  .column-link-pdt &gt; * a.link-blank .icn .txt-wrap .box, .column-link-pdt &gt; * a.link-pdf .icn .txt-wrap .box { padding-right: 20px; }
  .column-link-pdt &gt; * a.link-blank .icn::before, .column-link-pdt &gt; * a.link-pdf .icn::before { bottom: 10px; right: 27px; }
  .column-link-pdt &gt; * a.link-pdf .icn .txt-wrap .box { padding-right: 24px; }
  .column-link-pdt &gt; * a:hover { box-shadow: 0 0 0 4px #0033af inset; }
  .column-link-pdt &gt; * a img { transition: opacity .2s; }
  .column-link-pdt &gt; * a:hover &gt; * { position: relative; z-index: -1; }
  .column-link-pdt &gt; * a:hover img { opacity: .5; }
  .column-link-pdt &gt; * a:hover { text-decoration: underline; }
  .column-link-pdt &gt; * a:hover:after { -webkit-transform: translateX(3px) translateY(0) rotate(135deg); transform: translateX(3px) translateY(0) rotate(135deg); }
  .column-link-pdt &gt; * a:hover .txt-wrap .box { color: #0000ff; } .column-link-pdt-pt2 &gt; * .img-wrap { margin-top: 0; }
  .column-link-pdt-pt2 &gt; * .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 &gt; * { 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 &gt; * { 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 &gt; * { width: calc((99.99999% / 1) - 30px); margin-left: 30px; }
  .wrap-box.row1 &gt; *:nth-child(n+2) { margin-top: 20px; }
  .wrap-box.row2 { margin-left: -30px; }
  .wrap-box.row2 &gt; * { width: calc((99.99999% / 2) - 30px); margin-left: 30px; }
  .wrap-box.row2 &gt; *:nth-child(n+3) { margin-top: 20px; }
  .wrap-box.row3 { margin-left: -30px; }
  .wrap-box.row3 &gt; * { width: calc((99.99999% / 3) - 30px); margin-left: 30px; }
  .wrap-box.row3 &gt; *:nth-child(n+4) { margin-top: 20px; }
  .wrap-box.row4 { margin-left: -30px; }
  .wrap-box.row4 &gt; * { width: calc((99.99999% / 4) - 30px); margin-left: 30px; }
  .wrap-box.row4 &gt; *:nth-child(n+5) { margin-top: 20px; }
  .wrap-box.row5 { margin-left: -30px; }
  .wrap-box.row5 &gt; * { width: calc((99.99999% / 5) - 30px); margin-left: 30px; }
  .wrap-box.row5 &gt; *:nth-child(n+6) { margin-top: 20px; }
  .wrap-box.row6 { margin-left: -30px; }
  .wrap-box.row6 &gt; * { width: calc((99.99999% / 6) - 30px); margin-left: 30px; }
  .wrap-box.row6 &gt; *: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 &gt; *:first-child { order: 0; }
  .wrap-box.pc-vertical { display: block; margin: 0; }
  .wrap-box.pc-vertical &gt; * { width: 100%; margin: 0; }
  .wrap-box.pc-vertical.sp-fit { margin: 0; }
  .wrap-box.row2-rt1 &gt; * { width: calc(25% - 30px); }
  .wrap-box.row2-rt1 &gt; *:first-child { width: calc(75% - 30px); }
  .wrap-box.row2-lt1 &gt; * { width: calc(75% - 30px); }
  .wrap-box.row2-lt1 &gt; *:first-child { width: calc(25% - 30px); }
  .wrap-box.row2-rt2 &gt; * { width: calc(32% - 30px); }
  .wrap-box.row2-rt2 &gt; *:first-child { width: calc(68% - 30px); }
  .wrap-box.row2-lt2 &gt; * { width: calc(68% - 30px); }
  .wrap-box.row2-lt2 &gt; *:first-child { width: calc(32% - 30px); }
  .wrap-box.row2-rt3 &gt; * { width: calc(28.5% - 30px); }
  .wrap-box.row2-rt3 &gt; *:first-child { width: calc(71.5% - 30px); }
  .wrap-box.row2-lt3 &gt; * { width: calc(71.5% - 30px); }
  .wrap-box.row2-lt3 &gt; *:first-child { width: calc(28.5% - 30px); }
  .wrap-box.row3-ctr { margin-left: -30px; }
  .wrap-box.row3-ctr &gt; * { width: calc(50% - 30px); margin-left: 30px; }
  .wrap-box.row3-ctr &gt; *:first-child { width: calc(25% - 30px); }
  .wrap-box.row3-ctr &gt; *: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: 30px; }
  .column-link { margin: 30px 0 0; }
  .column-link &gt; * { position: relative; background: transparent; }
  .column-link &gt; * 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 &gt; * a.link-blank .icn::before, .column-link &gt; * a.icn-pdf .icn::before { bottom: 6px; right: 20px; position: absolute; }
  .column-link &gt; * a.link-blank .icn::before { width: 16px; height: 12px; content: ''; display: inline-block; background: transparent url(/eng/shared/image/link_icon_blank.svg) no-repeat left top / 16px auto; transition: opacity .2s; font-size: 0; }
  .column-link &gt; * a.link-pdf .icn::before { width: 20px; height: 20px; content: ''; display: inline-block; background: transparent url(/eng/shared/image/link_icon_pdf.svg) no-repeat left top / 20px auto; transition: opacity .2s; font-size: 0; } .column-link &gt; * .txt-wrap .box { padding: 15px 20px 5px 15px; }
  .column-link &gt; * .txt-wrap .box .hdg { font-size: 2.0rem; }
  .column-link &gt; * .txt-wrap .box .link { font-size: 2.0rem; }
  .column-link &gt; * .txt-wrap .box.related { padding-left: 4px; padding-right: 4px; }
  .column-link &gt; * + * { margin-top: 0; }
  .column-link.bg-pat1 &gt; *, .column-link.bg-pat2 &gt; *, .column-link.bg-pat3 &gt; *, .column-link.bg-pat4 &gt; *, .column-link.bg-pat5 &gt; *, .column-link.bg-pat6 &gt; *, .column-link.bg-pat7 &gt; *, .column-link.bg-pat8 &gt; * { background: transparent; }
  .column-link.bg-pat1 &gt; * .inner { background: #eeeeee; }
  .column-link.bg-pat2 &gt; * .inner { background: #eeeff3; }
  .column-link.bg-pat3 &gt; * .inner { background: #e8ebf7; }
  .column-link.bg-pat4 &gt; * .inner { background: #e8f1fa; }
  .column-link.bg-pat5 &gt; * .inner { background: #e8f5fa; }
  .column-link.bg-pat6 &gt; * .inner { background: #f3eeee; }
  .column-link.bg-pat7 &gt; * .inner { background: #f5f9e6; }
  .column-link.bg-pat8 &gt; * .inner { background: #f0f7f9; }
  .column-link.img-row, .column-link.img-col-row { display: flex; flex-wrap: wrap; margin: 30px 0 0 -30px; }
  .column-link.img-row &gt; *, .column-link.img-col-row &gt; * { margin-left: 30px; margin-top: 30px; }
  .column-link.img-row &gt; * .img-wrap, .column-link.img-col-row &gt; * .img-wrap { width: 29.8%; }
  .column-link.img-row &gt; * .txt-wrap, .column-link.img-col-row &gt; * .txt-wrap { width: 70.2%; }
  .column-link.img-row &gt; * .rev, .column-link.img-col-row &gt; * .rev { flex-direction: row; }
  .column-link.img-row.row1 &gt; *, .column-link.img-col-row.row1 &gt; * { width: calc((99.99999% / 2) - 5px); }
  .column-link.img-row.row1 &gt; *:nth-child(n+3), .column-link.img-col-row.row1 &gt; *:nth-child(n+3) { margin-top: 5px; }
  .column-link.img-row.row2 &gt; *, .column-link.img-col-row.row2 &gt; * { width: calc((99.99999% / 2) - 5px); }
  .column-link.img-row.row2 &gt; *:nth-child(n+3), .column-link.img-col-row.row2 &gt; *:nth-child(n+3) { margin-top: 5px; }
  .column-link.img-row.row3 &gt; *, .column-link.img-col-row.row3 &gt; * { width: calc((99.99999% / 2) - 5px); }
  .column-link.img-row.row3 &gt; *:nth-child(n+3), .column-link.img-col-row.row3 &gt; *:nth-child(n+3) { margin-top: 5px; }
  .column-link.img-row.row4 &gt; *, .column-link.img-col-row.row4 &gt; * { width: calc((99.99999% / 2) - 5px); }
  .column-link.img-row.row4 &gt; *:nth-child(n+3), .column-link.img-col-row.row4 &gt; *:nth-child(n+3) { margin-top: 5px; }
  .column-link.img-row.row5 &gt; *, .column-link.img-col-row.row5 &gt; * { width: calc((99.99999% / 2) - 5px); }
  .column-link.img-row.row5 &gt; *:nth-child(n+3), .column-link.img-col-row.row5 &gt; *:nth-child(n+3) { margin-top: 5px; }
  .column-link.img-row.row6 &gt; *, .column-link.img-col-row.row6 &gt; * { width: calc((99.99999% / 2) - 5px); }
  .column-link.img-row.row6 &gt; *:nth-child(n+3), .column-link.img-col-row.row6 &gt; *: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 &gt; * { margin-left: 3px; margin-top: 30px; }
  .column-link.img-col-s &gt; * .img-wrap { width: 100%; }
  .column-link.img-col-s &gt; * .txt-wrap { width: 100%; }
  .column-link.img-col-s.row1 &gt; * { width: calc((99.99999% / 2) - 5px); }
  .column-link.img-col-s.row1 &gt; *:nth-child(n+3) { margin-top: 5px; }
  .column-link.img-col-s.row2 &gt; * { width: calc((99.99999% / 2) - 5px); }
  .column-link.img-col-s.row2 &gt; *:nth-child(n+3) { margin-top: 5px; }
  .column-link.img-col-s.row3 &gt; * { width: calc((99.99999% / 2) - 5px); }
  .column-link.img-col-s.row3 &gt; *:nth-child(n+3) { margin-top: 5px; }
  .column-link.img-col-s.row4 &gt; * { width: calc((99.99999% / 2) - 5px); }
  .column-link.img-col-s.row4 &gt; *:nth-child(n+3) { margin-top: 5px; }
  .column-link.img-col-s.row5 &gt; * { width: calc((99.99999% / 2) - 5px); }
  .column-link.img-col-s.row5 &gt; *:nth-child(n+3) { margin-top: 5px; }
  .column-link.img-col-s.row6 &gt; * { width: calc((99.99999% / 2) - 5px); }
  .column-link.img-col-s.row6 &gt; *: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 &gt; *, .column-link.img-col &gt; * { margin-left: 30px; margin-top: 30px; }
  .column-link.img-row-col &gt; * .img-wrap, .column-link.img-col &gt; * .img-wrap { width: 100%; }
  .column-link.img-row-col &gt; * .txt-wrap, .column-link.img-col &gt; * .txt-wrap { width: 100%; }
  .column-link.img-row-col.row1 &gt; *, .column-link.img-col.row1 &gt; * { width: calc((99.99999% / 2) - 5px); }
  .column-link.img-row-col.row1 &gt; *:nth-child(n+3), .column-link.img-col.row1 &gt; *:nth-child(n+3) { margin-top: 5px; }
  .column-link.img-row-col.row2 &gt; *, .column-link.img-col.row2 &gt; * { width: calc((99.99999% / 2) - 5px); }
  .column-link.img-row-col.row2 &gt; *:nth-child(n+3), .column-link.img-col.row2 &gt; *:nth-child(n+3) { margin-top: 5px; }
  .column-link.img-row-col.row3 &gt; *, .column-link.img-col.row3 &gt; * { width: calc((99.99999% / 2) - 5px); }
  .column-link.img-row-col.row3 &gt; *:nth-child(n+3), .column-link.img-col.row3 &gt; *:nth-child(n+3) { margin-top: 5px; }
  .column-link.img-row-col.row4 &gt; *, .column-link.img-col.row4 &gt; * { width: calc((99.99999% / 2) - 5px); }
  .column-link.img-row-col.row4 &gt; *:nth-child(n+3), .column-link.img-col.row4 &gt; *:nth-child(n+3) { margin-top: 5px; }
  .column-link.img-row-col.row5 &gt; *, .column-link.img-col.row5 &gt; * { width: calc((99.99999% / 2) - 5px); }
  .column-link.img-row-col.row5 &gt; *:nth-child(n+3), .column-link.img-col.row5 &gt; *:nth-child(n+3) { margin-top: 5px; }
  .column-link.img-row-col.row6 &gt; *, .column-link.img-col.row6 &gt; * { width: calc((99.99999% / 2) - 5px); }
  .column-link.img-row-col.row6 &gt; *:nth-child(n+3), .column-link.img-col.row6 &gt; *: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: 30px 0 0 -30px; }
  .column-link-hdg-b &gt; * + * { margin-top: 0; }
  .column-link-hdg-b &gt; * { margin-left: 30px; }
  .column-link-hdg-b &gt; * 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 &gt; * a.link-blank .txt-wrap .box .icn, .column-link-hdg-b &gt; * a.link-pdf .txt-wrap .box .icn { padding-right: 20px; }
  .column-link-hdg-b &gt; * a.link-blank .txt-wrap .box .icn::before, .column-link-hdg-b &gt; * a.link-pdf .txt-wrap .box .icn::before { position: absolute; }
  .column-link-hdg-b &gt; * a.link-blank .txt-wrap .box .icn::before, .column-link-hdg-b &gt; * a.link-pdf .txt-wrap .box .icn::before { top: 50%; margin-top: -6px; right: 24px; }
  .column-link-hdg-b &gt; * a.link-pdf .txt-wrap .box .icn { padding-right: 24px; }
  .column-link-hdg-b &gt; * a.link-pdf .txt-wrap .box .icn::before { margin-top: -10px; }
  .column-link-hdg-b &gt; * a.link-blank .txt-wrap .box .icn::before { width: 16px; height: 12px; content: ''; display: inline-block; background: transparent url(/eng/shared/image/link_icon_blank_w.svg) no-repeat left top / 16px auto; transition: opacity .2s; font-size: 0; }
  .column-link-hdg-b &gt; * a.link-pdf .txt-wrap .box .icn::before { width: 20px; height: 20px; content: ''; display: inline-block; background: transparent url(/eng/shared/image/link_icon_pdf_w.svg) no-repeat left top / 20px auto; transition: opacity .2s; font-size: 0; } .column-link-hdg-b &gt; * .rev .txt-wrap { z-index: 2; }
  .column-link-hdg-b &gt; * .txt-wrap { position: absolute; }
  .column-link-hdg-b &gt; * .txt-wrap .box { min-height: 65px; font-size: 2.0rem; padding: 5px 25px 5px 20px; }
  .column-link-hdg-b.row1 &gt; * { width: calc((99.99999% / 2) - 5px); }
  .column-link-hdg-b.row1 &gt; *:nth-child(n+3) { margin-top: 5px; }
  .column-link-hdg-b.row2 &gt; * { width: calc((99.99999% / 2) - 5px); }
  .column-link-hdg-b.row2 &gt; *:nth-child(n+3) { margin-top: 5px; }
  .column-link-hdg-b.row3 &gt; * { width: calc((99.99999% / 2) - 5px); }
  .column-link-hdg-b.row3 &gt; *:nth-child(n+3) { margin-top: 5px; }
  .column-link-hdg-b.row4 &gt; * { width: calc((99.99999% / 2) - 5px); }
  .column-link-hdg-b.row4 &gt; *:nth-child(n+3) { margin-top: 5px; }
  .column-link-hdg-b.row5 &gt; * { width: calc((99.99999% / 2) - 5px); }
  .column-link-hdg-b.row5 &gt; *:nth-child(n+3) { margin-top: 5px; }
  .column-link-hdg-b.row6 &gt; * { width: calc((99.99999% / 2) - 5px); }
  .column-link-hdg-b.row6 &gt; *:nth-child(n+3) { margin-top: 5px; } .column-link-hdg-b.img-row-col { display: flex; }
  .column-link-hdg-b.img-row-col &gt; * { margin-left: 30px; background: transparent; }
  .column-link-hdg-b.img-row-col &gt; * .inner { display: block; }
  .column-link-hdg-b.img-row-col &gt; * .img-wrap { width: 100%; }
  .column-link-hdg-b.img-row-col &gt; * .txt-wrap { width: 100%; position: absolute; }
  .column-link-hdg-b.img-row-col &gt; * .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 &gt; * 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 &gt; * a.link-blank .txt-wrap .box .icn, .column-link-hdg-b.img-row-col &gt; * a.link-pdf .txt-wrap .box .icn { padding-right: 10px; }
  .column-link-hdg-b.img-row-col &gt; * a.link-blank .txt-wrap .box .icn::before, .column-link-hdg-b.img-row-col &gt; * a.link-pdf .txt-wrap .box .icn::before { position: absolute; }
  .column-link-hdg-b.img-row-col &gt; * a.link-blank .txt-wrap .box .icn::before, .column-link-hdg-b.img-row-col &gt; * a.link-pdf .txt-wrap .box .icn::before { top: auto; bottom: 6px; right: 24px; }
  .column-link-hdg-b.img-row-col &gt; * a.link-pdf .txt-wrap .box .icn { padding-right: 14px; }
  .column-link-hdg-b.img-row-col &gt; * a.link-pdf .txt-wrap .box .icn::before { top: auto; bottom: 6px; }
  .column-link-hdg-b.img-row-col &gt; * a.link-blank .txt-wrap .box .icn::before { width: 16px; height: 12px; content: ''; display: inline-block; background: transparent url(/eng/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 &gt; * a.link-pdf .txt-wrap .box .icn::before { width: 20px; height: 20px; content: ''; display: inline-block; background: transparent url(/eng/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 &gt; * { margin-left: 30px; }
  .column-link-list { display: flex; flex-wrap: wrap; margin: 30px 0 0 0; }
  .column-link-list &gt; * + * { margin-top: 0; }
  .column-link-list &gt; * 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 &gt; * a.link-blank .txt-wrap .box .icn, .column-link-list &gt; * a.link-pdf .txt-wrap .box .icn { padding-right: 20px; }
  .column-link-list &gt; * a.link-blank .txt-wrap .box .icn::before, .column-link-list &gt; * a.link-pdf .txt-wrap .box .icn::before { position: absolute; }
  .column-link-list &gt; * a.link-blank .txt-wrap .box .icn::before, .column-link-list &gt; * a.link-pdf .txt-wrap .box .icn::before { top: 50%; margin-top: -6px; right: 24px; }
  .column-link-list &gt; * a.link-pdf .txt-wrap .box .icn { padding-right: 24px; }
  .column-link-list &gt; * a.link-pdf .txt-wrap .box .icn::before { margin-top: -10px; }
  .column-link-list &gt; * a.link-blank .txt-wrap .box .icn::before { width: 16px; height: 12px; content: ''; display: inline-block; background: transparent url(/eng/shared/image/link_icon_blank_w.svg) no-repeat left top / 16px auto; transition: opacity .2s; font-size: 0; }
  .column-link-list &gt; * a.link-pdf .txt-wrap .box .icn::before { width: 20px; height: 20px; content: ''; display: inline-block; background: transparent url(/eng/shared/image/link_icon_pdf_w.svg) no-repeat left top / 20px auto; transition: opacity .2s; font-size: 0; } .column-link-list &gt; * .txt-wrap .box { font-size: 1.6rem; padding: 5px 25px 5px 20px; min-height: 65px; }
  .column-link-list &gt; * .list-label { top: -45px; padding-left: 20px; }
  .column-link-list.img-col { margin-left: -3px; }
  .column-link-list.img-col &gt; * { width: calc((100% / 2) - 3px); margin-left: 3px; }
  .column-link-list.img-col &gt; *:nth-child(n+3) { margin-top: 3px; }
  .column-link-list.img-col &gt; * .list-label li { font-size: 1.8rem; }
  .column-link-list.img-col &gt; * .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 &gt; * { width: calc((100% / 3) - 3px); margin-left: 3px; }
  .column-link-list.img-row-col &gt; *:nth-child(n+4) { margin-top: 3px; }
  .column-link-list.img-row-col &gt; * 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 &gt; * a.link-blank .txt-wrap .box .icn, .column-link-list.img-row-col &gt; * a.link-pdf .txt-wrap .box .icn { padding-right: 10px; }
  .column-link-list.img-row-col &gt; * a.link-blank .txt-wrap .box .icn::before, .column-link-list.img-row-col &gt; * a.link-pdf .txt-wrap .box .icn::before { position: absolute; }
  .column-link-list.img-row-col &gt; * a.link-blank .txt-wrap .box .icn::before, .column-link-list.img-row-col &gt; * a.link-pdf .txt-wrap .box .icn::before { top: auto; bottom: 6px; right: 24px; }
  .column-link-list.img-row-col &gt; * a.link-pdf .txt-wrap .box .icn { padding-right: 14px; }
  .column-link-list.img-row-col &gt; * a.link-pdf .txt-wrap .box .icn::before { top: auto; bottom: 6px; }
  .column-link-list.img-row-col &gt; * a.link-blank .txt-wrap .box .icn::before { width: 16px; height: 12px; content: ''; display: inline-block; background: transparent url(/eng/shared/image/link_icon_blank.svg) no-repeat left top / 16px auto; transition: opacity .2s; font-size: 0; }
  .column-link-list.img-row-col &gt; * a.link-pdf .txt-wrap .box .icn::before { width: 20px; height: 20px; content: ''; display: inline-block; background: transparent url(/eng/shared/image/link_icon_pdf.svg) no-repeat left top / 20px auto; transition: opacity .2s; font-size: 0; } .column-link-list.img-row-col &gt; * .inner { display: block; }
  .column-link-list.img-row-col &gt; * .img-wrap { width: 100%; }
  .column-link-list.img-row-col &gt; * .txt-wrap { width: 100%; position: absolute; }
  .column-link-list.img-row-col &gt; * .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 &gt; * .list-label { padding-left: 20px; }
  .column-link-hdg { margin: 30px 0 0 0; }
  .column-link-hdg &gt; * 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 &gt; * a.link-blank .txt-wrap .box .icn, .column-link-hdg &gt; * a.link-pdf .txt-wrap .box .icn { padding-right: 20px; }
  .column-link-hdg &gt; * a.link-blank .txt-wrap .box .icn::before, .column-link-hdg &gt; * a.link-pdf .txt-wrap .box .icn::before { position: absolute; }
  .column-link-hdg &gt; * a.link-blank .txt-wrap .box .icn::before, .column-link-hdg &gt; * a.link-pdf .txt-wrap .box .icn::before { top: 50%; margin-top: -6px; right: 24px; }
  .column-link-hdg &gt; * a.link-pdf .txt-wrap .box .icn { padding-right: 24px; }
  .column-link-hdg &gt; * a.link-pdf .txt-wrap .box .icn::before { margin-top: -10px; }
  .column-link-hdg &gt; * a.link-blank .txt-wrap .box .icn::before { width: 16px; height: 12px; content: ''; display: inline-block; background: transparent url(/eng/shared/image/link_icon_blank.svg) no-repeat left top / 16px auto; transition: opacity .2s; font-size: 0; }
  .column-link-hdg &gt; * a.link-pdf .txt-wrap .box .icn::before { width: 20px; height: 20px; content: ''; display: inline-block; background: transparent url(/eng/shared/image/link_icon_pdf.svg) no-repeat left top / 20px auto; transition: opacity .2s; font-size: 0; } .column-link-hdg &gt; * .txt-wrap .box { min-height: 45px; padding: 5px 25px 5px 15px; }
  .column-link-hdg.row1 &gt; * { width: calc((99.99999% / 2) - 5px); }
  .column-link-hdg.row1 &gt; *:nth-child(n+3) { margin-top: 5px; }
  .column-link-hdg.row2 &gt; * { width: calc((99.99999% / 2) - 5px); }
  .column-link-hdg.row2 &gt; *:nth-child(n+3) { margin-top: 5px; }
  .column-link-hdg.row3 &gt; * { width: calc((99.99999% / 2) - 5px); }
  .column-link-hdg.row3 &gt; *:nth-child(n+3) { margin-top: 5px; }
  .column-link-hdg.row4 &gt; * { width: calc((99.99999% / 2) - 5px); }
  .column-link-hdg.row4 &gt; *:nth-child(n+3) { margin-top: 5px; }
  .column-link-hdg.row5 &gt; * { width: calc((99.99999% / 2) - 5px); }
  .column-link-hdg.row5 &gt; *:nth-child(n+3) { margin-top: 5px; }
  .column-link-hdg.row6 &gt; * { width: calc((99.99999% / 2) - 5px); }
  .column-link-hdg.row6 &gt; *:nth-child(n+3) { margin-top: 5px; } .column-link-hdg.row4 { margin-left: -30px; }
  .column-link-hdg.row4 &gt; * { margin-left: 30px; }
  .column-link-hdg.row4 &gt; * .txt-wrap .box { font-size: 1.8rem; }
  .column-link-hdg.row5, .column-link-hdg.row6 { margin-left: -30px; }
  .column-link-hdg.row5 &gt; *, .column-link-hdg.row6 &gt; * { margin-left: 30px; }
  .column-link-dtl { display: flex; flex-wrap: wrap; margin: 30px 0 0 -30px; }
  .column-link-dtl &gt; * + * { margin-top: 0; }
  .column-link-dtl &gt; *:nth-child(n+3) { margin-top: 30px; }
  .column-link-dtl &gt; * { display: flex; width: calc((100% / 2) - 30px); margin-left: 30px; background: #fff; }
  .column-link-dtl &gt; * .inner { padding-bottom: 0; /*height: 100%;*/ }
  .column-link-dtl &gt; * .txt-wrap { padding: 20px 20px 0 0; }
  .column-link-dtl &gt; * .txt-wrap .lead { font-size: 1.6rem; }
  .column-link-dtl &gt; * .txt-wrap .hdg { font-size: 2.0rem; }
  .column-link-dtl &gt; * .txt-wrap .lead + .hdg { margin-top: 15px; }
  .column-link-dtl &gt; * .list-label { position: static; margin-top: 10px; margin-bottom: 10px; }
  .column-link-dtl &gt; * .box { min-height: 65px; padding-top: 10px; padding-bottom: 10px; margin-top: auto; }
  .column-link-dtl &gt; * a { display: flex; flex-direction: column; width: 100%; transition: box-shadow .2s; }
  .column-link-dtl &gt; * a:hover { box-shadow: 0 0 0 4px #0033af inset; }
  .column-link-dtl &gt; * a img { transition: opacity .2s; }
  .column-link-dtl &gt; * a:hover &gt; * { position: relative; z-index: -1; }
  .column-link-dtl &gt; * a:hover img { opacity: .5; }
  .column-link-dtl &gt; * a:hover { color: #0000ff; }
  .column-link-dtl &gt; * a:hover .txt-wrap .lead { text-decoration: underline; }
  .column-link-dtl &gt; * a:hover .txt-wrap .hdg { text-decoration: underline; }
  .column-link-dtl &gt; * a:hover .box { text-decoration: underline; }
  .column-link-dtl &gt; * a:hover .box:after { -webkit-transform: translateX(3px) translateY(0) rotate(135deg); transform: translateX(3px) translateY(0) rotate(135deg); }
  .column-link-dtl &gt; * a .box::after { right: 13px; }
  .column-link-pdt { display: flex; flex-wrap: wrap; margin: 30px 0 0 -30px; }
  .column-link-pdt &gt; * + * { margin-top: 0; }
  .column-link-pdt &gt; *:nth-child(n+3) { margin-top: 30px; }
  .column-link-pdt &gt; * { width: calc((100% / 2) - 30px); margin-left: 30px; display: flex; flex-wrap: wrap; }
  .column-link-pdt &gt; * .inner { background: #fff; padding: 15px 15px 20px; display: flex; flex-wrap: wrap; flex-direction: column; width: 100%; }
  .column-link-pdt &gt; * .pdt-wrap { display: block; padding-top: 15px; }
  .column-link-pdt &gt; * .pdt-wrap::after { content: ""; display: block; clear: both; }
  .column-link-pdt &gt; * .img-wrap { width: 41%; float: left; margin-right: 2.5%; }
  .column-link-pdt &gt; * .txt-wrap { width: 100%; }
  .column-link-pdt &gt; * .txt-wrap .lead { font-size: 1.6rem; }
  .column-link-pdt &gt; * .txt-wrap .hdg { font-size: 2.0rem; }
  .column-link-pdt &gt; * .txt-wrap .lead + .hdg { margin-top: 15px; }
  .column-link-pdt &gt; * .list-label { float: left; width: 56.5%; }
  .column-link-pdt &gt; * .box { width: 56.5%; float: left; margin-top: 15px; font-size: 1.6rem; }
  .column-link-pdt &gt; * a { display: flex; flex-wrap: wrap; }
  .column-link-pdt &gt; * 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 &gt; * a.link-blank .icn::before, .column-link-pdt &gt; * a.icn-pdf .icn::before { bottom: 6px; right: 20px; position: absolute; }
  .column-link-pdt &gt; * a.link-blank .icn::before { width: 16px; height: 12px; content: ''; display: inline-block; background: transparent url(/eng/shared/image/link_icon_blank.svg) no-repeat left top / 16px auto; transition: opacity .2s; font-size: 0; }
  .column-link-pdt &gt; * a.link-pdf .icn::before { width: 20px; height: 20px; content: ''; display: inline-block; background: transparent url(/eng/shared/image/link_icon_pdf.svg) no-repeat left top / 20px auto; transition: opacity .2s; font-size: 0; } .column-link-pdt &gt; * a:hover .txt-wrap .lead { text-decoration: underline; }
  .column-link-pdt &gt; * a:hover .txt-wrap .hdg { text-decoration: underline; }
  .column-link-pdt &gt; * a:hover .box { text-decoration: underline; }
  .column-link-pdt-pt2 { display: flex; flex-wrap: wrap; margin: 30px 0 0 -30px; }
  .column-link-pdt-pt2 &gt; * + * { margin-top: 0; }
  .column-link-pdt-pt2 &gt; *:nth-child(n+3) { margin-top: 30px; }
  .column-link-pdt-pt2 &gt; * { width: calc((100% / 2) - 30px); margin-left: 30px; display: flex; flex-wrap: wrap; }
  .column-link-pdt-pt2 &gt; * .hdg { font-size: 2.0rem; }
  .column-link-pdt-pt2 &gt; * .hdg a:hover { text-decoration: underline; }
  .column-link-pdt-pt2 &gt; * .hdg a:hover:after { -webkit-transform: translateX(3px) translateY(0) rotate(135deg); transform: translateX(3px) translateY(0) rotate(135deg); }
  .column-link-pdt-pt2 &gt; * .detail { display: flex; justify-content: space-between; }
  .column-link-pdt-pt2 &gt; * .detail:after { content: ""; display: block; clear: both; }
  .column-link-pdt-pt2 &gt; * .img-wrap { float: none; width: 39%; margin: 0; align-self: flex-start; }
  .column-link-pdt-pt2 &gt; * .txt-wrap { width: 58%; display: flex; flex-flow: column; }
  .column-link-pdt-pt2 &gt; * .txt { font-size: 1.6rem; margin-left: 3%; margin-bottom: 10px; }
  .column-link-pdt-pt2 &gt; * .list-btn { margin-top: auto; margin-left: 3%; }
  .column-link-pdt-pt2 &gt; * .list-btn &gt; [class^="btn"] { width: 100%; margin: 0; }
  .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 { font-size: 1.8rem; padding: 0 0 15px; margin: 0;  font-weight: bold; }
  .chrome .box-add-info .add-hdr {  }
  .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; }
  .box-std { padding: 30px; margin: 30px 0 0; }
  .box-std.sp-fit { margin-left: 0; margin-right: 0; }
  .box-std.pc-into { margin-left: 30px; margin-right: 30px; }
  .box-std &gt; * { margin-top: 10px; }
  .box-std &gt; *:first-child { margin-top: 0; }
  .box-std * { font-size: 1.8rem; }
  .box-std .txt-std {  font-weight: normal; padding: 0; }
  .chrome .box-std .txt-std {  }
  .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-pt2 { margin: 30px 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(/eng/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(/eng/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 &gt; a { margin-top: -15px; padding: 15px 30px 15px 0; }
  .box-intro-pdt .intro-hdr .hdr &gt; a:hover { text-decoration: underline; }
  .box-intro-pdt .intro-hdr .hdr &gt; a:hover:after { -webkit-transform: translateX(3px) translateY(0) rotate(135deg); transform: translateX(3px) translateY(0) rotate(135deg); }
  .box-intro-pdt .intro-hdr .hdr &gt; 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; } .btn, .btn-sp { margin-top: 30px; }
  .btn &gt; a, .btn-sp &gt; a, .btn &gt; button, .btn-sp &gt; button { width: auto; min-width: 50%; padding: 10px 25px 10px 20px; display: inline-flex; transition: box-shadow .2s; }
  .btn &gt; a.pat-s, .btn-sp &gt; a.pat-s, .btn &gt; button.pat-s, .btn-sp &gt; button.pat-s { min-width: 33.3%; }
  .btn &gt; a.pat-l, .btn-sp &gt; a.pat-l, .btn &gt; button.pat-l, .btn-sp &gt; button.pat-l { min-width: 100%; }
  .btn &gt; a:after, .btn-sp &gt; a:after, .btn &gt; button:after, .btn-sp &gt; button:after { right: 18px; }
  .btn &gt; a:hover, .btn-sp &gt; a:hover, .btn &gt; button:hover, .btn-sp &gt; button:hover { box-shadow: 0 0 0 2px #0033af inset; }
  .btn &gt; a img, .btn-sp &gt; a img, .btn &gt; button img, .btn-sp &gt; button img { transition: opacity .2s; }
  .btn &gt; a:hover &gt; *, .btn-sp &gt; a:hover &gt; *, .btn &gt; button:hover &gt; *, .btn-sp &gt; button:hover &gt; * { position: relative; z-index: -1; }
  .btn &gt; a:hover img, .btn-sp &gt; a:hover img, .btn &gt; button:hover img, .btn-sp &gt; button:hover img { opacity: .5; }
  .btn &gt; a:hover, .btn-sp &gt; a:hover, .btn &gt; button:hover, .btn-sp &gt; button:hover { color: #0000ff; text-decoration: underline; border: 1px solid #0033af; }
  .btn &gt; a:hover &gt; *, .btn-sp &gt; a:hover &gt; *, .btn &gt; button:hover &gt; *, .btn-sp &gt; button:hover &gt; * { position: static; z-index: 0; }
  .btn &gt; a:hover:after, .btn-sp &gt; a:hover:after, .btn &gt; button:hover:after, .btn-sp &gt; button:hover:after { -webkit-transform: translateX(3px) translateY(0) rotate(135deg); transform: translateX(3px) translateY(0) rotate(135deg); }
  .btn.btn-l &gt; a, .btn-l.btn-sp &gt; a, .btn.btn-l &gt; button, .btn-l.btn-sp &gt; 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; }
  .btn.pc-fixed &gt; a, .pc-fixed.btn-sp &gt; a, .btn.pc-fixed &gt; button, .pc-fixed.btn-sp &gt; button { width: 380px; }
  .btn-anc { margin-top: 30px; }
  .btn-anc &gt; a, .btn-anc &gt; button { width: auto; min-width: 33.333%; justify-content: center; text-align: center; min-height: 60px; padding: 16px 20px 20px 20px; }
  .btn-anc &gt; a:hover, .btn-anc &gt; button:hover { transition: box-shadow .2s; color: #0000ff; text-decoration: underline; }
  .btn-anc &gt; a:hover:hover, .btn-anc &gt; button:hover:hover { box-shadow: 0 0 0 2px #0033af inset; }
  .btn-anc &gt; a:hover img, .btn-anc &gt; button:hover img { transition: opacity .2s; }
  .btn-anc &gt; a:hover:hover &gt; *, .btn-anc &gt; button:hover:hover &gt; * { position: relative; z-index: -1; }
  .btn-anc &gt; a:hover:hover img, .btn-anc &gt; button:hover:hover img { opacity: .5; }
  .btn-anc &gt; a:hover:after, .btn-anc &gt; button:hover:after { -webkit-transform: translateX(0) translateY(3px) rotate(225deg); transform: translateX(0) translateY(3px) rotate(225deg); }
  .btn-inq { margin-top: 30px; }
  .btn-inq &gt; a, .btn-inq &gt; button { width: auto; min-width: 33.333%; padding: 10px 25px 10px 20px; transition: box-shadow .2s; }
  .btn-inq &gt; a:after, .btn-inq &gt; button:after { right: 18px; }
  .btn-inq &gt; a:hover, .btn-inq &gt; button:hover { box-shadow: 0 0 0 2px #0033af inset; }
  .btn-inq &gt; a img, .btn-inq &gt; button img { transition: opacity .2s; }
  .btn-inq &gt; a:hover &gt; *, .btn-inq &gt; button:hover &gt; * { position: relative; z-index: -1; }
  .btn-inq &gt; a:hover img, .btn-inq &gt; button:hover img { opacity: .5; }
  .btn-inq &gt; a:hover, .btn-inq &gt; button:hover { text-decoration: underline; border: 1px solid #0033af; }
  .btn-inq &gt; a:hover &gt; *, .btn-inq &gt; button:hover &gt; * { position: static; z-index: 0; }
  .btn-inq &gt; a:hover:after, .btn-inq &gt; 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: 30px; display: flex; justify-content: center; }
  .btn-sp &gt; a, .btn-sp &gt; button { text-align: center; height: 80px; justify-content: center; width: 584px; font-size: 2rem; padding: 5px 30px; }
  .btn-sp &gt; a:after, .btn-sp &gt; button:after { right: 16px; }
  .btn-sp &gt; a:hover:after, .btn-sp &gt; button:hover:after { -webkit-transform: translateX(3px) translateY(0) rotate(135deg); transform: translateX(3px) translateY(0) rotate(135deg); }
  .btn-sp.sp1 &gt; a, .btn-sp.sp1 &gt; button { background: #fff url(/eng/shared/image/btn_sp01.jpg) no-repeat left center; }
  .btn-sp.sp2 &gt; a, .btn-sp.sp2 &gt; button { background: #fff url(/eng/shared/image/btn_sp02.jpg) no-repeat left center; }
  .btn-sp.sp3 &gt; a, .btn-sp.sp3 &gt; button { background: #fff url(/eng/shared/image/btn_sp03.jpg) no-repeat left center; }
  .btn-sp.sp4 &gt; a, .btn-sp.sp4 &gt; button { background: #fff url(/eng/shared/image/btn_sp04.jpg) no-repeat left center; }
  .btn-sp.sp5 &gt; a, .btn-sp.sp5 &gt; button { background: #fff url(/eng/shared/image/btn_sp05.jpg) no-repeat 10px center/auto 30px; }
  .wrap-rss { position: relative; }
  .wrap-rss &gt; .btn-rss { position: absolute; right: 0; top: 12px; margin-top: 0; }
  .btn-rss &gt; a, .btn-rss &gt; button { transition: opacity .2s; width: 45px; padding-left: 16px; }
  .btn-rss &gt; a:hover, .btn-rss &gt; button:hover { opacity: .5; }
  .btn-row-list { margin-top: 30px; margin-left: 0; margin-right: 0; }
  .btn-row-list .btn-row { margin: 0 15px; }
  .btn-row-list .btn-row &gt; a, .btn-row-list .btn-row &gt; button { transition: color .2s; }
  .btn-row-list .btn-row &gt; a:after, .btn-row-list .btn-row &gt; 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 &gt; a:hover, .btn-row-list .btn-row &gt; button:hover { color: #1432aa; border-bottom: 1px solid #fff; }
  .btn-row-list .btn-row &gt; a:hover:after, .btn-row-list .btn-row &gt; 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 &gt; a, .btn-row-list .btn-row.current &gt; button { color: #1432aa; border-bottom: 1px solid #fff; }
  .btn-row-list .btn-row.current &gt; a:after, .btn-row-list .btn-row.current &gt; 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 &gt; a::after, .btn-row-list.row4 .btn-row &gt; 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: 30px; margin-left: 0; margin-right: 0; }
  .btn-row-list-pt2 .btn-row { margin: 0 15px; }
  .btn-row-list-pt2 .btn-row &gt; a, .btn-row-list-pt2 .btn-row &gt; button { transition: color .2s; }
  .btn-row-list-pt2 .btn-row &gt; a:after, .btn-row-list-pt2 .btn-row &gt; 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 &gt; a:hover, .btn-row-list-pt2 .btn-row &gt; button:hover { color: #1432aa; border-top: 1px solid #fff; }
  .btn-row-list-pt2 .btn-row &gt; a:hover:after, .btn-row-list-pt2 .btn-row &gt; 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 &gt; a, .btn-row-list-pt2 .btn-row.current &gt; button { color: #1432aa; border-top: 1px solid #fff; }
  .btn-row-list-pt2 .btn-row.current &gt; a:after, .btn-row-list-pt2 .btn-row.current &gt; 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: 30px; margin-left: 20px; }
  .pager-btn-list .pager-btn &gt; a { transition: box-shadow .2s; min-width: 40px; height: 40px; }
  .pager-btn-list .pager-btn &gt; a:hover { box-shadow: 0 0 0 4px #0033af inset; }
  .pager-btn-list .pager-btn &gt; a img { transition: opacity .2s; }
  .pager-btn-list .pager-btn &gt; a:hover &gt; * { position: relative; z-index: -1; }
  .pager-btn-list .pager-btn &gt; a:hover img { opacity: .5; }
  .pager-btn-list .pager-btn &gt; a:hover { text-decoration: underline; color: #0000ff; }
  .pager-btn-list .pager-btn &gt; a span.current { min-width: 40px; height: 40px; }
  .pager-btn-list .pager-prev, .pager-btn-list .pager-next { margin-top: 30px; }
  .pager-btn-list .pager-prev { margin-right: 30px; }
  .pager-btn-list .pager-prev &gt; 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 &gt; 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:before { content: ''; height: 80px; display: block; background: url(/eng/shared/image/bg_corp.jpg) no-repeat center top; } .l-body.corp01 .l-body-main { margin-top: 30px; }
  .l-body.csr02:before { content: ''; height: 80px; display: block; background: url(/eng/shared/image/bg_csr.jpg) no-repeat center top; } .l-body.csr02 .l-body-main { margin-top: 30px; }
  .l-body.ir03:before { content: ''; height: 80px; display: block; background: url(/eng/shared/image/bg_ir.jpg) no-repeat center top; } .l-body.ir03 .l-body-main { margin-top: 30px; }
  .l-body.news04:before { content: ''; height: 80px; display: block; background: url(/eng/shared/image/bg_news.jpg) no-repeat center top; } .l-body.news04 .l-body-main { margin-top: 30px; }
  .l-body.medi05 { position: relative; }
  .l-body.medi05:before { position: absolute; z-index: -1; left: 0; top: 0; background: url(/eng/shared/image/bg_media03.jpg) no-repeat center top; content: ''; width: 100%; height: 80px; display: block; overflow: hidden; clear: both; } .l-body.medi05 .l-body-main { margin-top: 20px; }
  .l-body.medi05 .l-body-sub &gt; * { margin-top: 20px; }
  .l-body.prvy06:before { content: ''; height: 80px; display: block; background: url(/eng/shared/image/bg_privacy.jpg) no-repeat center top; } .l-body.prvy06 .l-body-main { margin-top: 30px; }
  .l-body.otr07:before { content: ''; height: 80px; display: block; background: url(/eng/shared/image/bg_privacy.jpg) no-repeat center top; } .l-body.otr07 .l-body-main { margin-top: 30px; }
  .l-body.news00 { position: relative; }
  .l-body.news00:before { position: absolute; z-index: -1; left: 0; top: 0; background: url(/eng/shared/image/bg_news.jpg) no-repeat center top; content: ''; width: 100%; height: 400px; display: block; overflow: hidden; clear: both; } .l-body.news00 .l-body-sub &gt; * { 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 &gt; .l-body-main { width: 1200px; float: none; }
  .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 &gt; *, .csr02 .l-body-sub &gt; *, .ir03 .l-body-sub &gt; *, .prvy06 .l-body-sub &gt; * { margin-top: -60px; }
  .bread-crumbs { display: block; min-width: 1280px; background-color: #eeeff3; }
  .bread-crumbs &gt; ol { width: 1240px; margin: 0 auto; padding: 11px 0 10px; display: flex; align-items: flex-start; flex-wrap: wrap; }
  .bread-crumbs &gt; ol li { font-size: 1.4rem; line-height: 1.5; -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  .bread-crumbs &gt; ol li + li { margin-left: 15px; padding-left: 20px; position: relative; }
  .bread-crumbs &gt; 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 &gt; ol li &gt; a { color: #333; text-decoration: none; }
  .bread-crumbs &gt; ol li &gt; a:hover { color: #0000ff; text-decoration: underline; }
  .bread-crumbs &gt; ol li &gt; 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 &gt; ol li &gt; a + a:before:hover { color: #6a6a6a; }
  .l-body-simple .bread-crumbs { background-color: transparent; padding: 11px 30px 0; }
  .section { padding-top: 30px; }
  .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: 120px; z-index: 1; }
  .l-head::before { content: none; display: block; background: #1432aa url(/eng/shared/image/bg_head.gif) no-repeat right top; background-size: auto 12px; height: 12px; }
  .l-head &gt; .l-inner { padding: 13px 20px 0 20px; } .wrap-head-hdg { position: absolute; display: flex; align-items: center; margin-top: 7px; } .logo-head &gt; a { transition: opacity .2s; }
  .logo-head &gt; a:hover { opacity: .5; }
  .logo-head img { max-width: 110px; } .nav-hdg { font-size: 2.2rem; margin-left: 50px; }
  .nav-hdg &gt; a.nav-hdg-txt { font-size: 2.2rem; }
  .nav-hdg &gt; a:hover { opacity: .5; } .wrap-nav-btn { display: none; } .wrap-nav-head { display: -ms-grid; display: grid; -ms-grid-rows: 40px 67px; grid-template-rows: 40px 67px; -ms-grid-columns: 1fr 156px; grid-template-columns: 1fr 156px; }
  .wrap-nav-head.no-inq { -ms-grid-columns: 1fr; grid-template-columns: 1fr; }
  .wrap-nav-head.no-inq .wrap-nav-sub { -ms-grid-column-span: 0; -ms-grid-column: 1; grid-column-start: 1; grid-column-end: 1; } .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: 2; grid-column-start: 2; grid-column-end: 3; } .search-head { background-color: #f9f9f9; display: inline-block; border: 1px solid #dedede; }
  .search-head { background-color: #f9f9f9; display: inline-block; border: 1px solid #dedede; }
  .search-head input.inp-txt { height: 40px; width: 258px; padding: 10px 0 10px 12px; color: #999999; line-height: 1.2; font-family: "UD新ゴ L", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; font-weight: 400; }
  .chrome .search-head input.inp-txt {  }
  .search-head .inp-btn { width: 40px; height: 40px; transition: opacity .3s; }
  .search-head .inp-btn:hover { opacity: .5; } .wrap-nav-global { -ms-grid-row-span: 1; -ms-grid-row: 2; grid-row-start: 2; grid-row-end: 3; -ms-grid-column-span: 2; -ms-grid-column: 1; grid-column-start: 1; grid-column-end: 3; display: flex; align-items: flex-end; } .nav-global { display: flex; flex-wrap: wrap; align-items: center; margin-left: -50px; }
  .nav-global &gt; li { margin-left: 50px; }
  .nav-global &gt; li &gt; a { color: #333; transition: color .2s; padding: 15px 0; }
  .nav-global &gt; li &gt; 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 &gt; li &gt; a &gt; span { display: inline-block; padding-right: 12px; position: relative; }
  .nav-global &gt; li &gt; a &gt; span:before { position: absolute; content: ''; margin: auto; top: 0; bottom: 0; right: 0px; border-bottom: 2px solid #666666; border-right: 2px solid #666666; width: 4px; height: 4px; -webkit-transform: rotate(314.999deg); transform: rotate(314.999deg); transition: -webkit-transform .2s; transition: transform .2s; transition: transform .2s, -webkit-transform .2s; }
  .nav-global &gt; li &gt; a:hover { color: #1432aa; }
  .nav-global &gt; li &gt; a:hover:after { width: 100%; }
  .nav-global &gt; li &gt; a:hover &gt; span::before { border-bottom: 2px solid #1432aa; border-right: 2px solid #1432aa; -webkit-transform: translateX(3px) translateY(0) rotate(314.999deg); transform: translateX(3px) translateY(0) rotate(314.999deg); }
  .g-home .nav-global &gt; li.g-home &gt; a, .g-business .nav-global &gt; li.g-business &gt; a, .g-information .nav-global &gt; li.g-information &gt; a, .g-saiyo .nav-global &gt; li.g-saiyo &gt; a, .g-contact .nav-global &gt; li.g-contact &gt; a, .g-quality .nav-global &gt; li.g-quality &gt; a, .g-strength .nav-global &gt; li.g-strength &gt; a, .g-support .nav-global &gt; li.g-support &gt; a, .g-equipment .nav-global &gt; li.g-equipment &gt; a, .g-benefits .nav-global &gt; li.g-benefits &gt; a, .g-csr .nav-global &gt; li.g-csr &gt; a, .g-certification .nav-global &gt; li.g-certification &gt; a, .g-interview .nav-global &gt; li.g-interview &gt; a, .g-extracurricular-activities .nav-global &gt; li.g-extracurricular-activities &gt; a { color: #1432aa; }
  .g-home .nav-global &gt; li.g-home &gt; a:after, .g-business .nav-global &gt; li.g-business &gt; a:after, .g-information .nav-global &gt; li.g-information &gt; a:after, .g-saiyo .nav-global &gt; li.g-saiyo &gt; a:after, .g-contact .nav-global &gt; li.g-contact &gt; a:after, .g-quality .nav-global &gt; li.g-quality &gt; a:after, .g-strength .nav-global &gt; li.g-strength &gt; a:after, .g-support .nav-global &gt; li.g-support &gt; a:after, .g-equipment .nav-global &gt; li.g-equipment &gt; a:after, .g-benefits .nav-global &gt; li.g-benefits &gt; a:after, .g-csr .nav-global &gt; li.g-csr &gt; a:after, .g-certification .nav-global &gt; li.g-certification &gt; a:after, .g-interview .nav-global &gt; li.g-interview &gt; a:after, .g-extracurricular-activities .nav-global &gt; li.g-extracurricular-activities &gt; a:after { width: 100%; }
  .g-home .nav-global &gt; li.g-home &gt; a &gt; span::before, .g-business .nav-global &gt; li.g-business &gt; a &gt; span::before, .g-information .nav-global &gt; li.g-information &gt; a &gt; span::before, .g-saiyo .nav-global &gt; li.g-saiyo &gt; a &gt; span::before, .g-contact .nav-global &gt; li.g-contact &gt; a &gt; span::before, .g-quality .nav-global &gt; li.g-quality &gt; a &gt; span::before, .g-strength .nav-global &gt; li.g-strength &gt; a &gt; span::before, .g-support .nav-global &gt; li.g-support &gt; a &gt; span::before, .g-equipment .nav-global &gt; li.g-equipment &gt; a &gt; span::before, .g-benefits .nav-global &gt; li.g-benefits &gt; a &gt; span::before, .g-csr .nav-global &gt; li.g-csr &gt; a &gt; span::before, .g-certification .nav-global &gt; li.g-certification &gt; a &gt; span::before, .g-interview .nav-global &gt; li.g-interview &gt; a &gt; span::before, .g-extracurricular-activities .nav-global &gt; li.g-extracurricular-activities &gt; a &gt; span::before { border-bottom: 2px solid #1432aa; border-right: 2px solid #1432aa; -webkit-transform: translateX(3px) translateY(0) rotate(314.999deg); transform: translateX(3px) translateY(0) rotate(314.999deg); } .wrap-nav-sub { -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: 1; grid-column-start: 1; grid-column-end: 2; padding-left: 130px; } .nav-sub { display: flex; justify-content: flex-end; margin-left: -40px; margin: 2px 35px 0 -40px; }
  .nav-sub &gt; li { margin: 10px 0 0 40px; }
  .nav-sub &gt; li &gt; a { padding-right: 15px; color: #333; transition: color .2s; }
  .nav-sub &gt; li &gt; a:before { bottom: 0; right: 2px; 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(134.999deg); transform: rotate(134.999deg); }
  .nav-sub &gt; li &gt; a:hover { color: #1432aa; }
  .nav-sub &gt; li &gt; 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(134.999deg); transform: rotate(134.999deg); transform: rotate(134.999deg); -webkit-transform: translateX(3px) translateY(0) rotate(134.999deg); transform: translateX(3px) translateY(0) rotate(134.999deg); }
  .nav-sub &gt; li &gt; a.link-blank .icn:before { position: absolute; top: 50%; margin-top: -6px; right: 14px; } .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: 2; grid-column-start: 2; grid-column-end: 3; display: flex; justify-content: flex-end; } .contact-head-btn { margin-left: 20px; }
  .contact-head-btn &gt; a { display: inline-block; font-size: 1.4rem; padding: 12px 40px 12px 14px; position: relative; z-index: 1; }
  .contact-head-btn &gt; a &gt; .icn { right: 20px; }
  .contact-head-btn &gt; 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(134.999deg); transform: rotate(134.999deg); }
  .contact-head-btn &gt; a:hover { transition: box-shadow .2s; }
  .contact-head-btn &gt; a:hover:hover { box-shadow: 0 0 0 4px #0033af inset; }
  .contact-head-btn &gt; a:hover img { transition: opacity .2s; }
  .contact-head-btn &gt; a:hover:hover &gt; * { position: relative; z-index: -1; }
  .contact-head-btn &gt; a:hover:hover img { opacity: .5; }
  .contact-head-btn &gt; a:hover &gt; .icn { position: absolute; } .l-body { padding: 0 40px 90px; } .l-foot { min-width: 1280px; width: 1280px; margin: 0 auto; padding: 0 40px; }
  .l-foot-main { padding: 0; }
  .l-foot-bottom { padding: 15px 20px; display: flex; justify-content: space-between; } .nav-foot { width: 80%; }
  .nav-foot &gt; ul { display: flex; flex-wrap: wrap; align-items: center; margin-left: -40px; }
  .nav-foot &gt; ul &gt; li { margin-left: 40px; }
  .nav-foot &gt; ul &gt; li:not(:last-child) { border-bottom: none; }
  .nav-foot &gt; ul &gt; li:last-child { border-bottom: none; }
  .nav-foot &gt; ul &gt; li a { display: inline; padding: 0 20px 0 0; }
  .nav-foot &gt; ul &gt; li a:before { right: 0px; }
  .nav-foot &gt; ul &gt; li a:hover { color: #1432aa; }
  .nav-foot &gt; ul &gt; 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); }
  .nav-foot &gt; ul &gt; li a.link-blank { padding-right: 30px; }
  .nav-foot &gt; ul &gt; li a.link-blank .icn:before { right: 10px; }
  .copy { text-align: left; padding: 0; }
  .copy small { margin-right: 20px; }
  .group-foot-wrap { border-top: 1px solid #eaeaea; padding-top: 1px; }
  .group-list-norm { display: flex; flex-wrap: wrap; justify-content: center; margin-left: -30px; margin-bottom: 20px; }
  .group-list-norm .box { margin-top: 30px; margin-left: 30px; display: flex; align-items: flex-start; width: calc(33.333% - 30px); }
  .group-list-norm .box + .box { margin-top: 30px; }
  .group-list-norm .box .img { width: 110px; }
  .group-list-norm .box .txt { margin-left: 10px; width: calc(100% - 120px); }
  .group-list-norm .box:only-child { width: calc(50% - 30px); }
  .group-list-norm .box:only-child .img { width: 200px; }
  .group-list-norm .box:only-child .txt { margin-left: 10px; width: calc(100% - 210px); }
  .group-norm-wrap { margin-bottom: 0; margin-top: 10px; display: flex; justify-content: center; align-items: center; }
  .group-norm-wrap .img-list { padding: 0; margin: 0; }
  .group-norm-wrap .img-list &gt; li { text-align: left; margin-left: 0; }
  .group-norm-wrap .img-list &gt; li + li { margin-left: -10px; }
  .group-norm-wrap .img-list &gt; li:first-child img { max-width: 80%; }
  .group-norm-wrap .norm-txt { margin-left: 40px; } .u-ta-lc { text-align: center !important; }
  .u-ta-lr { text-align: right !important; }
  .u-ta-cl { text-align: left !important; }
  .u-ta-cr { text-align: right !important; }
  .u-ta-rl { text-align: left !important; }
  .u-ta-rc { text-align: center !important; } .group-bn-area { width: 900px; margin: 40px auto 0; display: flex; justify-content: center; align-items: flex-end; }
  .group-bn-area &gt; li { width: 50%; padding: 0 20px; }
  .group-bn-area &gt; li + li { margin-top: 0; }
  .group-bn-area .btn &gt; a, .group-bn-area .btn-sp &gt; a { width: 100%; }
  .txt-std { margin-top: 30px; }
  .img-wrap, .img-wrap-pt2 { background: #fff; margin-top: 30px; }
  .img-wrap.transparent, .img-wrap-pt2.transparent { background: transparent; }
  .img-wrap figure figcaption, .img-wrap-pt2 figure figcaption { padding: 0; }
  .img-wrap figure + figure, .img-wrap-pt2 figure + figure { margin-top: 30px; }
  .img-wrap.sp-fit, .img-wrap-pt2.sp-fit { margin-left: 0; margin-right: 0; }
  .wrap-around { margin-top: 30px; }
  .wrap-around .img-wrap { max-width: 45%; }
  .wrap-around .img-wrap.right { float: right; margin: 0 0 10px 20px; }
  .wrap-around .img-wrap.left { float: left; margin: 0 20px 10px 0; }
  .wrap-around .img-wrap.right { padding-right: 30px; }
  .wrap-around .img-wrap.left { padding-left: 30px; }
  .wrap-around.sp-img-pos { display: block; }
  .wrap-around.sp-img-pos .img-wrap { margin-top: 0; }
  .wrap-around::after { content: ""; display: block; clear: both; }
  .wrap-around.txt-fit .img-wrap.right { padding-right: 0; }
  .wrap-around.txt-fit .img-wrap.left { padding-left: 0; }
  .wrap-around.txt-fit .txt-std { padding: 0; }
  .wrap-around.sp-around .img-wrap.right { padding-right: 30px; }
  .wrap-around.sp-around .img-wrap.left { padding-left: 30px; }
  .wrap-around.sp-around.txt-fit .img-wrap.right { padding-right: 0; }
  .wrap-around.sp-around.txt-fit .img-wrap.left { padding-left: 0; }
  .wrap-around.sp-around.txt-fit .txt-std { padding: 0; }
  .wrap-around.sp-around.sp-wide-img .img-wrap { max-width: 45%; }
  .wrap-around.sp-around.sp-wide-img .img-wrap.right { margin: 0 0 10px 10px; }
  .wrap-around.sp-around.sp-wide-img .img-wrap.left { margin: 0 10px 10px 0; }
  .wrap-around.sp-around.sp-small-img .img-wrap { max-width: 45%; }
  .wrap-around .txt-sp-sep { overflow: visible; width: auto; }
  .hdg-lv2 { font-size: 2.0rem; margin: 30px 0 0; padding: 10px 12px; text-align: left; }
  .hdg-lv2.sp-min-wdt { letter-spacing: 0; padding: 10px 12px; }
  .hdg-lv2-pt3 { font-size: 2.0rem; margin: 30px 0 0; text-align: left; }
  .hdg-lv2-pt3 &gt; a:hover:after { -webkit-transform: translateX(3px) translateY(0) rotate(135deg); transform: translateX(3px) translateY(0) rotate(135deg); }
  .list-std { margin: 20px 0 40px; padding: 0 30px; }
  .list-std.list-fit { padding: 0; }
  .list-std &gt; li { padding: 14px 15px 14px 45px; }
  .list-std &gt; li::before { left: 20px; top: 1.2em; background: #333; border-radius: 2px; }
  .list-std &gt; li &gt; .list-number { margin-top: 15px; }
  .list-std.col-rev-pt2 &gt; li:nth-child(odd) { background: #f6f6f6; }
  .list-std.col-rev-pt2 &gt; li:nth-child(even) { background: #fff; }
  .list-std.inner-box-pt2 { margin-left: -12px; margin-right: 0; }
  .wrap-box .list-std { padding: 0; }
  .wrap-lead { width: 71%; margin: 0 auto 50px; }
  .wrap-lead .lead { margin-top: 55px; }
  .cat-ind { padding: 1px 0 60px; }
  .cat-ind.group01 { background: url(/eng/shared/image/bg_group01.jpg) no-repeat center top; }
  .cat-ind.group_unique01 { background: url(/eng/shared/image/bg_group_unique01.jpg) no-repeat center top; }
  .cat-ind.group_unique02 { background: url(/eng/shared/image/bg_group_unique02.jpg) no-repeat center top; }
  .cat-ind.dt-biz { background: url(/eng/shared/image/bg_group_dt-biz.jpg) no-repeat center top; }
  .cat-ind.engineering-biz { background: url(/eng/shared/image/bg_group_engineering-biz.jpg) no-repeat center top; }
  .cat-ind.hoso-biz { background: url(/eng/shared/image/bg_group_hoso-biz.jpg) no-repeat center top; }
  .cat-ind.info { background: url(/eng/shared/image/bg_group_info.jpg) no-repeat center top; }
  .cat-ind.saiyo { background: url(/eng/shared/image/bg_group_saiyo.jpg) no-repeat center top; }
  .cat-ind.quality { background: url(/eng/shared/image/bg_group_quality.jpg) no-repeat center top; }
  .cat-ind.solution { background: url(/eng/shared/image/bg_group_solution_pc.jpg) no-repeat center top; }
  .cat-ind .btn, .cat-ind .btn-sp { margin-top: 40px; }
  .cat-ind .btn &gt; a, .cat-ind .btn-sp &gt; a { min-width: 30%; }
  .list-dl-std { margin: 30px 0 0; padding: 0 30px; display: flex; flex-wrap: wrap; }
  .list-dl-std .list-normal { padding: 0; }
  .list-dl-std.list-fit { padding: 0; }
  .list-dl-std &gt; dt { padding: 12px; width: 28.8%; background: #fbfbfc; }
  .list-dl-std &gt; dt:nth-of-type(odd) { background: #eeeff3; }
  .list-dl-std &gt; dd { padding: 12px; width: calc(71.2% - 4px); margin-left: 4px; background: #fbfbfc; }
  .list-dl-std &gt; dd:nth-of-type(odd) { background: #eeeff3; }
  .list-dl-std &gt; dd &gt; .btn, .list-dl-std &gt; dd &gt; .btn-sp { padding-top: 0; margin-top: 30px; }
  .list-dl-std &gt; dd &gt; .btn &gt; a, .list-dl-std &gt; dd &gt; .btn-sp &gt; a { width: 80%; }
  .list-dl-std &gt; dd &gt; .btn:first-child, .list-dl-std &gt; dd &gt; .btn-sp:first-child { margin-top: 0; }
  .list-dl-std &gt; dd + dt { margin-top: 0; }
  .cat-hdg-lv2 { margin-top: 60px; font-size: 2.8rem; }
  .wrap-cat-lead { width: 66%; margin: 0 auto; }
  .wrap-cat-lead .cat-lead { text-align: center; }
  .cat-lead { text-align: center; margin-top: 50px; }
  .exp-img-list { margin-top: 0; }
  .exp-img-list &gt; li { margin-top: 30px; }
  .exp-img-list.row3-5 { padding: 0 60px; margin-left: -70px; }
  .exp-img-list.row3-5 &gt; li { margin-left: 70px; width: calc(20% - 70px); }
  .exp-img-list.row3-6 { padding: 0 40px; margin-left: -30px; }
  .exp-img-list.row3-6 &gt; li { margin-left: 30px; width: calc(16.666% - 30px); }
  .kv-wrap { margin: 0; }
  .kv-wrap .carousel_nav_wrap { bottom: 15px; }
  .kv-wrap .carousel_nav_wrap { margin-bottom: 0; height: auto; }
  .kv-wrap .carousel_nav_wrap .controller { margin-right: 15px; }
  .kv-wrap .carousel_nav_wrap .controller li { width: 52px; height: 52px; }
  .wrap-kv-hdg { padding: 50px 20px; width: boldpx; }
  .wrap-kv-hdg .kv-hdg { font-size: 2.4rem; }
  .wrap-kv-hdg .kv-lead { font-size: 1.8rem; }
  .list-normal { margin: 30px 0 0; padding: 0 30px; }
  .list-normal.list-fit { padding: 0; }
  .list-normal &gt; li + li { margin-top: 10px; }
  .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; } }

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

@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; } .kv-wrap { margin-left: -40px; margin-right: -40px; } }

@media all and (max-width: 767px) { .wrap-page-top .page-top { display: none; }
  .l-body.corp01, .l-body.csr02, .l-body.ir03, .l-body.news04, .l-body.medi05, .l-body.prvy06 { 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 &gt; .l-inner { padding: 12px 0 0; } .logo-head { text-align: center; }
  .logo-head img { max-width: 95px; } .nav-hdg { margin-top: 10px; font-size: 1.8rem; text-align: center; }
  .nav-hdg &gt; a { display: inline-block; padding: 10px 10px 18px; }
  .nav-hdg &gt; a.nav-hdg-txt { font-size: 1.8rem; } .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 &gt; .bar { position: absolute; left: 5px; display: inline-block; width: 30px; height: 3px; background-color: #1432aa; transition: all .5s; }
  .sp-nav-btn &gt; .bar:nth-child(1) { top: 5px; }
  .sp-nav-btn &gt; .bar:nth-child(2) { top: 12px; }
  .sp-nav-btn &gt; .bar:nth-child(3) { top: 19px; }
  .sp-nav-btn &gt; .txt { position: absolute; color: #1432aa;  font-weight: bold; font-size: 0.8rem; line-height: 1; display: block; bottom: 1px; left: 0; right: 0; margin: auto; }
  .chrome .sp-nav-btn &gt; .txt {  }
  .sp-nav-btn.navBtnOn &gt; .bar:nth-child(1) { -webkit-transform: translateY(7px) rotate(-45deg); transform: translateY(7px) rotate(-45deg); }
  .sp-nav-btn.navBtnOn &gt; .bar:nth-child(2) { opacity: 0; }
  .sp-nav-btn.navBtnOn &gt; .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; }
  .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 { background-color: #1432aa; padding-bottom: 10px; }
  .nav-global &gt; li { background-color: #2c47b3; border-bottom: 1px solid #1432aa; }
  .nav-global &gt; li &gt; a { color: #fff; padding: 15px; }
  .nav-global &gt; li &gt; a:before { position: absolute; margin: auto; top: 0; bottom: 2px; right: 18px; 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); }
  .g-home .nav-global &gt; li.g-home, .g-business .nav-global &gt; li.g-business, .g-information .nav-global &gt; li.g-information, .g-saiyo .nav-global &gt; li.g-saiyo, .g-contact .nav-global &gt; li.g-contact, .g-quality .nav-global &gt; li.g-quality, .g-strength .nav-global &gt; li.g-strength, .g-support .nav-global &gt; li.g-support, .g-equipment .nav-global &gt; li.g-equipment, .g-benefits .nav-global &gt; li.g-benefits, .g-csr .nav-global &gt; li.g-csr, .g-certification .nav-global &gt; li.g-certification, .g-interview .nav-global &gt; li.g-interview, .g-extracurricular-activities .nav-global &gt; li.g-extracurricular-activities { background-color: #aab5e0; position: relative; }
  .g-home .nav-global &gt; li.g-home &gt; a, .g-business .nav-global &gt; li.g-business &gt; a, .g-information .nav-global &gt; li.g-information &gt; a, .g-saiyo .nav-global &gt; li.g-saiyo &gt; a, .g-contact .nav-global &gt; li.g-contact &gt; a, .g-quality .nav-global &gt; li.g-quality &gt; a, .g-strength .nav-global &gt; li.g-strength &gt; a, .g-support .nav-global &gt; li.g-support &gt; a, .g-equipment .nav-global &gt; li.g-equipment &gt; a, .g-benefits .nav-global &gt; li.g-benefits &gt; a, .g-csr .nav-global &gt; li.g-csr &gt; a, .g-certification .nav-global &gt; li.g-certification &gt; a, .g-interview .nav-global &gt; li.g-interview &gt; a, .g-extracurricular-activities .nav-global &gt; li.g-extracurricular-activities &gt; a { color: #1432aa; }
  .g-home .nav-global &gt; li.g-home &gt; a::before, .g-business .nav-global &gt; li.g-business &gt; a::before, .g-information .nav-global &gt; li.g-information &gt; a::before, .g-saiyo .nav-global &gt; li.g-saiyo &gt; a::before, .g-contact .nav-global &gt; li.g-contact &gt; a::before, .g-quality .nav-global &gt; li.g-quality &gt; a::before, .g-strength .nav-global &gt; li.g-strength &gt; a::before, .g-support .nav-global &gt; li.g-support &gt; a::before, .g-equipment .nav-global &gt; li.g-equipment &gt; a::before, .g-benefits .nav-global &gt; li.g-benefits &gt; a::before, .g-csr .nav-global &gt; li.g-csr &gt; a::before, .g-certification .nav-global &gt; li.g-certification &gt; a::before, .g-interview .nav-global &gt; li.g-interview &gt; a::before, .g-extracurricular-activities .nav-global &gt; li.g-extracurricular-activities &gt; a::before { border-bottom: 2px solid #1432aa; border-right: 2px solid #1432aa; }
  .g-home .nav-global &gt; li.g-home &gt; a::after, .g-business .nav-global &gt; li.g-business &gt; a::after, .g-information .nav-global &gt; li.g-information &gt; a::after, .g-saiyo .nav-global &gt; li.g-saiyo &gt; a::after, .g-contact .nav-global &gt; li.g-contact &gt; a::after, .g-quality .nav-global &gt; li.g-quality &gt; a::after, .g-strength .nav-global &gt; li.g-strength &gt; a::after, .g-support .nav-global &gt; li.g-support &gt; a::after, .g-equipment .nav-global &gt; li.g-equipment &gt; a::after, .g-benefits .nav-global &gt; li.g-benefits &gt; a::after, .g-csr .nav-global &gt; li.g-csr &gt; a::after, .g-certification .nav-global &gt; li.g-certification &gt; a::after, .g-interview .nav-global &gt; li.g-interview &gt; a::after, .g-extracurricular-activities .nav-global &gt; li.g-extracurricular-activities &gt; a::after { content: ''; width: 4px; height: 15px; position: absolute; left: -12px; top: 0; bottom: 0; margin: auto; background-color: #fff; } .nav-sub { background-color: #1432aa; }
  .nav-sub &gt; li:not(:last-child) { border-bottom: 1px solid #5b70c4; }
  .nav-sub &gt; li &gt; a { display: block; padding: 15px 25px 15px 0; color: #fff; }
  .nav-sub &gt; li &gt; 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 &gt; li &gt; a.link-blank { padding-right: 50px; }
  .nav-sub &gt; li &gt; a.link-blank .icn { position: absolute; top: 50%; margin-top: -6px; right: 26px; }
  .nav-sub &gt; li &gt; a.link-blank .icn:before { width: 16px; height: 12px; content: ''; display: inline-block; background: transparent url(/eng/shared/image/link_icon_blank_w.svg) no-repeat left top / 16px auto; transition: opacity .2s; font-size: 0; }
  .nav-sub &gt; li.jpn { text-align: right; }
  .nav-sub &gt; li.jpn &gt; a { padding: 20px 25px 17px 0; }
  .nav-sub &gt; li.jpn &gt; a.link-blank { padding-right: 50px; } .wrap-contact-head { padding: 12px; } .contact-head-btn { background-color: #eeeff3; }
  .contact-head-btn &gt; a { display: block; font-size: 1.6rem; padding: 14px 42px 14px 20px; position: relative; }
  .contact-head-btn &gt; a &gt; .icn { right: 25px; }
  .contact-head-btn &gt; 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); } .u-ta-lc { text-align: left !important; }
  .u-ta-lr { text-align: left !important; }
  .u-ta-cl { text-align: center !important; }
  .u-ta-cr { text-align: center !important; }
  .u-ta-rl { text-align: right !important; }
  .u-ta-rc { text-align: right !important; } }

@media print { body { overflow: visible; } body { zoom: 84%; }
  .wrap-nav-head .link-blank .icn:before { background: none; }
  .nav-biz li { white-space: nowrap; }
  .nav-global.fst &gt; li &gt; a.g-img &gt; span &gt; 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 { -ms-grid-rows: auto 60px; grid-template-rows: auto 60px; } }
</pre></body></html>