@charset "UTF-8";
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, main { display: block; }

audio, canvas, video { display: inline-block; }

[hidden] { display: none; }

html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; box-sizing: border-box; cursor: default; }

body { margin: 0; }

a:focus { outline: 0; }

a:active, a:hover { outline: 0; }

strong { font-weight: 600; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sup { top: -0.5em; }

sub { bottom: -0.25em; }

img { border: 0; }

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

*, ::before, ::after { background-repeat: no-repeat; box-sizing: inherit; }

::before, ::after { text-decoration: inherit; vertical-align: inherit; }

h1, h2, h3, h4, h5, h6 { -webkit-margin-before: 0; -webkit-margin-after: 0; margin-top: 0; margin-bottom: 0; }

hr { height: 0; overflow: visible; }

ol, ul { margin-left: 0; margin-top: 0; -webkit-padding-start: 0; padding-left: 0; list-style-position: inside; }

nav ol, nav ul { list-style: none; }

::-moz-selection { background-color: #b3d4fc; color: #000; text-shadow: none; }

::selection { background-color: #b3d4fc; color: #000; text-shadow: none; }

iframe, img, svg { vertical-align: middle; }

img { border-style: none; }

svg { fill: currentColor; }

svg:not(:root) { overflow: hidden; }

a { background-color: transparent; -webkit-text-decoration-skip: objects; }

:hover { outline-width: 0; }

/*font-size basic=rem*/
html { height: 100%; font-size: 62.5%; }

body { font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; line-height: 1; width: 100%; margin: 0 auto; text-size-adjust: 100%; }

ul li { list-style: none; }

ul, dl { margin: 0; }

dd { margin-left: 0; }

ul, ol { list-style-position: inside; }

hr { clear: both; size: 1; color: #ddd; border-style: solid; margin: 2.5em auto 1em auto; width: 100%; }

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

p, li, dt, dd, th, td { font-size: 1.5rem; line-height: 1.7; }

h1, h2, h3 { font-size: 2rem; line-height: 1.8; }

h4, h5, h6 { font-size: 1.7rem; line-height: 1.7; }

h1, h2, h3, h4, h5, h6, dt, th, strong, b { font-weight: bold; }

sub, sup { font-size: 1.1rem; line-height: 0; position: relative; vertical-align: baseline; }

sub { bottom: -0.25em; }

sup { top: -0.5em; }

a { text-decoration: none; transition: all .2s; }

a:hover { text-decoration: underline; }

.anchorTag { position: relative; display: block; top: -60px; }

.u-clearFix { clear: both; }

.center-img, .l-centerLayout { text-align: center; display: block !important; margin: 0 auto; }

@media all and (max-width: 767px) { .center-img img, .l-centerLayout img { max-width: 100%; }
  .center-img.sp-left, .l-centerLayout.sp-left { text-align: left; } }
img { max-width: 100%; height: auto; vertical-align: bottom; }

a img { transition: all .2s; opacity: 1; }

a:hover img { opacity: .85; }

/*----------------------------------
[▼]display setting
----------------------------------*/
/*----------------------------------
[▼]layout common
----------------------------------*/
body.js-relative { position: relative; }
body.is_fixed { position: fixed; width: 100%; }

@media all and (min-width: 768px) { html { background: #f6f6f6; }
  body { overflow-x: hidden; max-width: 1680px; background: #fff; min-width: 1140px; } }
a { color: #0268B6; }
a:hover { color: #666; text-decoration: none; }
a.out-link:after { content: ""; background: url("../images/icon_outer.svg") no-repeat center center; background-size: 11px; display: inline-block; margin-left: 7px; width: 12px; height: 12px; }
a.file-link:after { content: ""; background: url("../images/icon_download.svg") no-repeat center center; background-size: 11px; display: inline-block; margin-left: 7px; width: 12px; height: 12px; opacity: 0.6; }

.textRed { color: #E61919; }

.textBlue { color: #1D68A0; }

.textGray { color: #666; }

.textOrange { color: #FF8A02; }

.text-y { color: #FEEA2C; }

.textSmall, .caption { font-size: 1.35rem !important; line-height: 1.5; font-weight: normal !important; }

.caption { display: inline-block; }

.textCenter { text-align: center; }

.clear { clear: both; }

.u-minBlock, .u-mid1Block, .u-mid2Block, .u-mid3Block { display: block; width: 100%; }

.btn-single { margin: 0 auto; display: inline-block; text-align: center; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2); border-radius: 3px; padding: 10px 50px; color: #0268B6; text-decoration: none !important; transition: all .2s; background-color: #fff; background-repeat: no-repeat; border: 1px solid #0268B6; }
.btn-single:hover { background-color: #0268B6; color: #fff; }

@media all and (max-width: 767px) { .spnone { display: none; }
  .spinline { display: inline; }
  .u-minBlock { height: 10px; }
  .u-mid1Block { height: 15px; }
  .u-mid2Block { height: 20px; }
  .u-mid3Block { height: 30px; }
  .textLarge { font-size: 2rem !important; line-height: 1.5; } }
@media all and (min-width: 768px) { .spinline { display: none; }
  .pcnone { display: none; }
  .u-minBlock { height: 0.75em; }
  .u-mid1Block { height: 1.5em; }
  .u-mid2Block { height: 3em; }
  .u-mid3Block { height: 40px; }
  .textLarge { font-size: 2.2rem !important; line-height: 1.5; } }
/*----------------------------------
[▼]header
----------------------------------*/
.l-header { width: 100%; margin: 0 auto; position: relative; z-index: 5; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); background: #fff; }
.l-header__wrap { width: 100%; margin: 0 auto; position: relative; }
.l-header__title .l-item1 .siteInfo { color: #000; }

@media all and (max-width: 767px) { .l-header { height: 50px; width: 100%; position: relative; z-index: 9; }
  .l-header__wrap { display: table; }
  .l-header__title .l-item1 { height: 50px; display: flex; flex-wrap: wrap; align-items: center; }
  .l-header__title .l-item1 .siteLogo { width: 185px; padding-left: 5px; position: relative; top: -9px; }
  .l-header__title .l-item1 .siteInfo { display: none; }
  .l-header__title .l-item2 .headmenu1 { position: absolute; bottom: -45px; right: 0px; width: 100%; }
  .l-header__title .l-item2 .headmenu1 .hmenu-brand { margin: 0; font-size: 1.2rem; line-height: 1.5; padding: 3px 5px; background: #eee url("../images/common/bnr_JBrand.png") no-repeat 3% center; background-size: 40px; padding-left: 60px; padding-right: 15px; }
  .l-header__title .l-item2 .headmenu1 .hmenu-item { position: absolute; top: -58px; right: 60px; font-size: 1.2rem; line-height: 1.5; color: #666; }
  .l-header__title .l-item2 .headmenu2 { display: none; }
  .l-header.mode-en .l-header__title .l-item2 .headmenu1 .hmenu-item { display: none; }
  .l-header.mode-en .l-header__title .l-item1 .siteLogo { width: 280px; top: -2px; }
  .mobileMenu { position: fixed; top: 0px; right: 0px; z-index: 10; box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.5); }
  .mobileMenu__btn { display: block; height: 50px; width: 50px; background: #E5E3E4 url("../images/mobileMenu_default.svg") no-repeat center center; transition: all .2s; }
  .mobileMenu__btn.active { background: #fff url("../images/mobileMenu_close.svg") no-repeat center center; }
  @keyframes gnaviAnime { 0% { opacity: 0; }
    100% { opacity: 1; } }
  .l-navigation { position: fixed; z-index: 9; width: 100%; height: calc(100vh - 0px); transition: all 0.4s; display: none; }
  .l-navigation__menu { opacity: 0; position: absolute; z-index: 9; top: 50%; left: 50%; transform: translate(-50%, -50%); overflow: auto; -webkit-overflow-scrolling: touch; width: calc(100% - 60px); margin-left: auto; }
  .l-navigation__menu li { animation-name: gnaviAnime; animation-duration: 0.5s; animation-delay: .2s; /*0.2 秒遅らせて出現*/ animation-fill-mode: forwards; opacity: 0; text-align: center; }
  .l-navigation__menu li a { display: block; font-size: 1.6rem; font-weight: bold; padding: 10px 15px; color: #fff; border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
  .l-navigation__menu li.active a { background: rgba(255, 255, 255, 0.1); }
  .l-navigation__menu li.m-cvbtn a { color: #000; background: #F5EEAB; border-bottom: 1px solid #285835; }
  .l-navigation__menu li.m-cvbtn a:hover, .l-navigation__menu li.m-cvbtn a.active { background-color: #478B5A; color: #fff; }
  .l-navigation__menu li.m-cvbtn.cv1 a, .l-navigation__menu li.m-cvbtn.cv2 a, .l-navigation__menu li.m-cvbtn.cv3 a { background-repeat: no-repeat; }
  .l-navigation__menu li.m-cvbtn.cv1 a { background-image: url("../images/common/icon-mail.svg"); background-size: 20px; background-position: 10% center; }
  .l-navigation__menu li.m-cvbtn.cv2 a { background-image: url("../images/common/icon-file.svg"); background-size: 15px; background-position: 11% center; }
  .l-navigation__menu li.m-cvbtn.cv3 a { background-image: url("../images/common/icon-movie.svg"); background-size: 20px; background-position: 10% center; }
  .l-navigation__menu li.m-lang a { border-bottom: 0px; font-weight: normal; }
  .l-navigation.active { top: 0px; display: block; }
  .l-navigation.active .l-navigation__menu { opacity: 1; }
  .l-mnaviCircle { position: fixed; z-index: 3; width: 100px; height: 100px; border-radius: 50%; background: rgba(71, 139, 90, 0.5); transform: scale(0); right: -50px; top: -50px; transition: all .6s; }
  .l-mnaviCircle.active { transform: scale(70); background: rgba(40, 88, 53, 0.99); } }
@media all and (min-width: 768px) { .l-header__wrap { min-width: 1024px; }
  .l-header__title { display: flex; flex-wrap: wrap; position: relative; }
  .l-header__title .l-item1 { height: 100px; }
  .l-header__title .l-item1 .siteLogo { width: 250px; }
  .l-header__title .l-item1 .siteInfo { font-size: 1.3rem; position: absolute; top: 48px; left: 25px; }
  .l-header__title .l-item2 { margin-left: auto; text-align: right; }
  .l-header__title .l-item2 .headmenu1 { background: #F1F3F6; display: flex; flex-wrap: wrap; align-items: center; padding: 0 20px; }
  .l-header__title .l-item2 .headmenu1 p { font-size: 1.3rem; color: #565656; }
  .l-header__title .l-item2 .headmenu1 p.hmenu-brand { font-weight: bold; background: url("../images/common/bnr_JBrand.png") no-repeat center left; background-size: 50px; padding: 2px 15px 2px 60px; }
  .l-header__title .l-item2 .headmenu1 p.hmenu-item { padding-left: 40px; }
  .l-header__title .l-item2 .headmenu1 a:hover { text-decoration: underline; }
  .l-header__title .l-item2 .headmenu2 { padding-right: 10px; padding-top: 9px; }
  .l-header__title .l-item2 .headmenu2 .hbtn { display: inline-block; text-align: center; font-size: 1.4rem; font-weight: bold; color: #000; text-decoration: none; background: #F5EEAB; background-repeat: no-repeat; background-position: 5% center; border-radius: 3px; padding: 10px 30px 10px 35px; margin-left: 5px; }
  .l-header__title .l-item2 .headmenu2 .hbtn:hover, .l-header__title .l-item2 .headmenu2 .hbtn.active { background-color: #478B5A; color: #fff; }
  .l-header__title .l-item2 .headmenu2 .hbtn.cv1 { background-image: url("../images/common/icon-mail.svg"); background-size: 12px; }
  .l-header__title .l-item2 .headmenu2 .hbtn.cv2 { background-image: url("../images/common/icon-file.svg"); background-size: 8px; }
  .l-header__title .l-item2 .headmenu2 .hbtn.cv3 { background-image: url("../images/common/icon-movie.svg"); background-size: 14px; }
  .l-header .l-navigation__menu { display: flex; flex-wrap: wrap; align-items: center; position: relative; width: 100%; justify-content: space-around; background: #285835; }
  .l-header .l-navigation__menu:after { content: ""; display: block; height: 2px; width: 100%; background: linear-gradient(90deg, #000 0%, #666 14.78%, #e3e3e3 49.75%, #666 84.73%, #000 100%); z-index: 3; position: absolute; bottom: -2px; left: 0px; }
  .l-header .l-navigation__menu li { flex-grow: 1; }
  .l-header .l-navigation__menu li a { text-decoration: none; font-size: 1.5rem; display: inline-block; text-align: center; line-height: 1.3; color: #fff; position: relative; padding: 10px 10px; width: 100%; }
  .l-header .l-navigation__menu li a:after { content: ""; display: block; width: 0px; height: 3px; background: rgba(255, 255, 255, 0); position: absolute; bottom: -10px; left: 50%; transform: translateX(-50%); transition: all .2s; }
  .l-header .l-navigation__menu li a:hover, .l-header .l-navigation__menu li.active a { color: #FEEA2C; }
  .l-header .l-navigation__menu li a:hover:after, .l-header .l-navigation__menu li.active a:after { width: 90%; max-width: 165px; background: white; }
  .l-header .l-navigation__menu li.pc-multi a:after { bottom: 0px; }
  .l-header .l-navigation__menu li.current a { color: #FEEA2C; }
  .l-header .l-navigation__menu li.current a:after { width: 90%; max-width: 165px; background: white; }
  .l-header.mode-en { z-index: 9; }
  .l-header.mode-en:after { content: ""; display: block; width: 100%; height: 59px; }
  .l-header.mode-en .l-header__title { height: 48px; }
  .l-header.mode-en .l-header__title .l-item1 .siteLogo { width: 300px; padding-left: 5px; padding-top: 5px; }
  .l-header.mode-en .l-header__title .l-item2 .headmenu1 p { font-size: 1.2rem; }
  .l-header.mode-en .l-navigation { position: fixed; width: 100%; transition: all .2s; top: 48px; }
  .l-header.mode-en .l-navigation.n-animation { top: 0px; }
  .l-header.mode-en .l-navigation.n-reverseal { top: 0px; }
  .mobileMenu, .l-mnaviCircle { display: none; } }
/*----------------------------------
[▼]l-main wrapper and pageVisual
----------------------------------*/
.l-main { width: 100%; }
.l-main__wrap { width: 100%; margin: 0 auto; }
.l-main__title { width: 100%; overflow: hidden; text-align: center; position: relative; background: #000; }
.l-main__title .t-path { position: absolute; top: 0px; left: 0px; z-index: 3; color: #999; }
.l-main__title .t-path li { display: inline; }
.l-main__title .t-path li a { background: url("../images/common/arrow-wlink.svg") no-repeat center right; background-size: 5px; color: #fff; }
.l-main__title .t-path li a:hover { text-decoration: underline; }
.l-main__title .pv-wrap { width: 100%; z-index: 2; }
.l-main__title .pv-wrap .p-title { text-shadow: 0px 0px 5px #000; color: #fff; }
.l-main__title .pv-wrap .p-info { margin: 0; color: #fff; text-shadow: 0px 0px 5px #000; }
.l-main__title .pv-wrap .p-info.libTitle { display: inline-block; font-weight: bold; text-shadow: 0px 0px 0px rgba(255, 255, 255, 0); color: #fff; background: rgba(0, 0, 0, 0.5); border-bottom: 1px solid rgba(255, 255, 255, 0.75); border-top: 1px solid rgba(255, 255, 255, 0.75); }
.l-main__title .pv-wrap .p-info.libTitle a { color: #fff; }
.l-main__title .p-visual { opacity: 0.6; }

@media all and (max-width: 767px) { .l-main__wrap { padding: 20px 20px 1px 20px; }
  .l-main:before { content: ""; display: block; height: 50px; width: 100%; background: #eee; }
  .l-main__title { height: 250px; display: flex; flex-wrap: wrap; align-content: center; width: 100%; }
  .l-main__title .t-path { padding: 10px; height: 30px; white-space: nowrap; width: 100%; overflow: hidden; text-overflow: ellipsis; text-align: left; }
  .l-main__title .t-path li { font-size: 1.2rem; }
  .l-main__title .t-path li a { padding-right: 10px; margin-right: 10px; }
  .l-main__title .pv-wrap { padding: 20px; }
  .l-main__title .pv-wrap .p-title { font-size: 2.3rem; line-height: 1.5; padding-top: 7px; }
  .l-main__title .pv-wrap .p-info { font-size: 1.2rem; padding-top: 7px; }
  .l-main__title .pv-wrap .p-info.libTitle { font-size: 1.5rem; margin-top: 15px; padding: 7px 70px; }
  .l-main .p-visual { position: absolute; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%); }
  .l-main .p-visual img { width: 1000px; max-width: 1000px; opacity: 0.85; } }
@media all and (min-width: 768px) { .l-main__title .t-path { padding: 20px 25px; font-size: 1.35rem; }
  .l-main__title .t-path a { padding-right: 20px; margin-right: 20px; }
  .l-main__title .pv-wrap { position: absolute; padding: 30px 0; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%); }
  .l-main__title .pv-wrap .p-title { font-size: 3.5rem; letter-spacing: 0.1em; }
  .l-main__title .pv-wrap .p-title.multi { line-height: 1.5; }
  .l-main__title .pv-wrap .p-info { margin: 0; padding-top: 15px; font-size: 1.7rem; }
  .l-main__title .pv-wrap .p-info.libTitle { font-size: 2rem; margin-top: 15px; padding: 7px 70px; }
  .l-main__title .p-visual img { width: 100%; }
  .l-main__content { display: flex; flex-wrap: wrap; align-content: flex-start; } }
/*----------------------------------
[▼]layout grid
----------------------------------*/
.l-gridLayout.in-border { border-bottom: 1px solid #ddd; margin-bottom: 20px; }
.l-gridLayout.out-border { border: 1px solid #000; border-radius: 5px; padding: 2em; }
.l-gridLayout.in-margin { align-items: center; }
.l-gridLayout.in-margin .c-box { margin: 10px 0; }

a.box-common, div.box-common { background: #fff; border-radius: 3px; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25); position: relative; }
a.box-common .cb-title, div.box-common .cb-title { font-weight: normal; margin: 0; line-height: 1.5; }
a.box-common .cb-desc, a.box-common #post-detail p, a.box-common .post-detail p, div.box-common .cb-desc, div.box-common #post-detail p, div.box-common .post-detail p { color: #666; margin: 0; }
a.box-common .cb-date, div.box-common .cb-date { color: #ccc; margin: 0; }
a.box-common .cb-date .i-cattext, div.box-common .cb-date .i-cattext { color: #999; display: inline-block; padding-left: 20px; background: url("../images/common/icon-folder.svg") no-repeat center left; background-size: 15px; margin-left: 20px; }
a.box-common .cb-tm, div.box-common .cb-tm { overflow: hidden; }

a.box-common { text-decoration: none !important; }
a.box-common:after { content: ""; display: block; width: 25px; height: 25px; background: url("../images/top/arrow-tlink.svg") no-repeat center center; background-size: 100%; position: absolute; bottom: 20px; right: 10px; transition: all .2s; }
a.box-common:hover { box-shadow: 0px 0px 1px rgba(2, 104, 182, 0.5); opacity: 0.9; }
a.box-common:hover:after { background-position: 5px center; }
a.box-common.cat-download:after { background: url("../images/icon_download.svg") no-repeat center center; right: 17px; background-size: 15px; opacity: 0.6; }
a.box-common.cat-download:hover { box-shadow: 0px 0px 1px rgba(2, 104, 182, 0.5); opacity: 0.9; }
a.box-common.cat-download:hover:after { background-position: center center; }

@media all and (max-width: 767px) { .l-gridLayout { width: 100%; }
  .l-gridLayout a { font-size: 1.5rem; }
  .c-box.box-common { width: calc(100% - 30px); margin: 0 auto; padding: 15px; display: block; }
  .c-box.box-common .cb-title { padding-top: 15px; padding-bottom: 5px; font-size: 1.6rem; }
  .c-box.box-common .cb-tm { text-align: center; }
  .c-box.box-common .cb-tm img { max-width: 414px; width: 100%; }
  .c-box.box-common .cb-desc, .c-box.box-common .cb-date, .c-box.box-common .post-detail p { font-size: 1.4rem; }
  .c-box.box-common .cb-desc small a { color: #666; font-size: 1.2rem; padding-bottom: 1em; display: inline-block; }
  .c-box .caption { display: inline-block; padding: 0.5em 0; }
  .articleList.type-faq .c-box .cb-title { background: url("../images/pages/icon-question.svg") no-repeat center left; background-size: 35px; padding-left: 50px; font-weight: bold !important; color: #000; padding-top: 7px; padding-bottom: 7px; font-size: 1.5rem; }
  .articleList.type-faq .c-box .cb-desc, .articleList.type-faq .c-box #post-detail p, .articleList.type-faq .c-box .post-detail p { background: url("../images/pages/icon-answer.svg") no-repeat 0px 10px; background-size: 35px; padding-left: 50px; color: #000; padding-bottom: 7px !important; padding-top: 7px; line-height: 1.65; font-size: 1.4rem; }
  .articleList.type-faq .c-box .cb-desc > br, .articleList.type-faq .c-box #post-detail p > br, .articleList.type-faq .c-box .post-detail p > br { display: none; }
  .c-box.box-common + .c-box.box-common { margin-top: 20px; }
  .l-gridLayout.style3 .c-box img { padding: 1px; }
  .style1 .c-box.box-common.movie { max-width: 100%; }
  .style1 .c-box.box-common.movie iframe { width: 100%; height: 25vh; } }
@media all and (min-width: 768px) { .l-gridLayout { display: flex; flex-wrap: wrap; max-width: 1024px; margin: 0 auto; justify-content: flex-start; }
  .l-gridLayout.u-display-min { width: 768px; align-content: space-between; }
  .l-gridLayout.u-display-wide { max-width: 1280px; }
  .l-gridLayout.style1 { width: 100%; justify-content: center; }
  .style2 .c-box { width: calc(50% - 16px); margin-bottom: 16px; }
  .style2 .c-box:nth-child(odd) { margin-right: 16px; }
  .style2 .c-box:nth-child(even) { margin-left: 16px; }
  .style3 .c-box { width: calc(33.3333% - 16px); margin: 0px 8px 16px 8px; }
  .style3 .c-box.at2of3 { width: calc(66.6666% - 16px); }
  .i-topArea2 .style3 .c-box .cb-tm img { max-width: 285px; max-height: 190px; object-fit: cover; }
  .style4 .c-box { width: calc(25% - 20px); margin: 0 10px; }
  .style4 .c-box.at3of4 { width: calc(75% - 20px); margin: 0 10px; }
  .c-box p.u-padR { padding-right: 10px; }
  .box-common { padding: 20px; }
  .box-common.search { padding: 20px 30px; }
  .box-common .cb-title { font-size: 1.6rem; padding: 1em 0 0.5em 0; }
  .box-common .cb-desc, .box-common #post-detail p, .box-common .post-detail p { font-size: 1.4rem; padding-bottom: 10px; line-height: 1.5; }
  .box-common .cb-date .i-cattext { font-size: 1.3rem; }
  .style1 .c-box { width: 100%; max-width: 800px; }
  .topics .style1 .c-box { width: 100%; }
  .style1 .c-box.box-common { margin-bottom: 15px; display: flex; flex-wrap: wrap; align-items: center; }
  .style1 .c-box.box-common .cb-title { padding: 0.5em 0 0.5em 0; }
  .style1 .c-box.box-common .cb-date { margin-left: auto; padding: 0 30px; }
  .style1 .c-box.box-common:after { bottom: auto; top: 50%; transform: translateY(-50%); }
  .i-topArea2 .style1 .c-box.box-common .i-wrap { padding: 0 30px; width: calc(100% - 150px); }
  .i-topArea2 .style1 .c-box.box-common .cb-tm img { width: 150px; }
  .i-topArea2 .style1 .c-box.box-common .cb-date { padding: 0px; }
  .i-topArea2.topics .style1 .c-box.box-common .cb-tm img { width: 150px; height: 103px; object-fit: cover; }
  .postIndex .style1 .c-box.box-common .cb-tm img { max-width: 215px; max-height: 144px; object-fit: cover; }
  .postIndex .style1 .c-box.box-common .i-wrap { width: calc(100% - 215px); margin-left: auto; padding: 0 30px; }
  .postIndex .style1 .c-box.box-common .i-wrap .cb-date { padding: 0px; }
  .articleList .style1 .c-box.box-common { padding: 0; box-shadow: 0px 0px 0px rgba(255, 255, 255, 0); }
  .articleList .style1 .c-box.box-common .cb-tm { display: none; }
  .articleList .style1 .c-box.box-common .i-wrap { padding: 0 30px; }
  .articleList .style1 .c-box.box-common .i-wrap .cb-date { display: none; }
  .articleList.type-faq .style1 .c-box.box-common { border-bottom: 1px solid #B8C2CA; margin-bottom: 30px; padding-bottom: 30px; }
  .articleList.type-faq .style1 .c-box.box-common:last-of-type { border-bottom-color: #fff; margin-bottom: 0px; padding-bottom: 0px; }
  .articleList.type-faq .style1 .c-box.box-common .cb-title { background: url("../images/pages/icon-question.svg") no-repeat center left; background-size: 50px; padding-left: 70px; font-weight: bold; color: #000; padding-top: 10px; padding-bottom: 10px; font-size: 1.7rem; }
  .articleList.type-faq .style1 .c-box.box-common .cb-desc, .articleList.type-faq .style1 .c-box.box-common #post-detail p, .articleList.type-faq .style1 .c-box.box-common .post-detail p { background: url("../images/pages/icon-answer.svg") no-repeat center left; background-size: 50px; padding-left: 70px; color: #000; padding-bottom: 1em !important; padding-top: 1em; line-height: 1.65; font-size: 1.5rem; }
  .style1 .c-box.box-common.movie { max-width: 100%; width: 600px; }
  .style1 .c-box.box-common.movie iframe { width: 560px; }
  .style2 .c-box.box-common .cb-tm img { max-height: 190px; padding-bottom: 10px; }
  /*---------------------------------- [▽]index single setting ----------------------------------*/
  .articleList { margin-top: 0px; } }
/*@include media(m768-1024){
.l-gridLayout{ display:flex; flex-wrap:wrap; width:calc(100% - 40px); margin:0 auto; &.style3{ justify-content: center; .c-box{ width:calc(50% - 15px); margin-bottom:30px; &:nth-child(odd){ margin-right:15px; } &:nth-child(even){ margin-left:15px; } } }
}
}*/
/*----------------------------------
[▼]l-conversion
----------------------------------*/
.l-conversion { background: url("../images/common/bg-conversion.jpg") no-repeat center center; width: 100%; }
.l-conversion__title { text-align: center; color: #fff; text-shadow: 0px 0px 7px #000; font-weight: normal; }
.l-conversion__wrap { margin: 0 auto; position: relative; z-index: 1; }
.l-conversion .i-cv_btns { text-align: center; }
.l-conversion .i-cv_btns .cvbtn { margin: 0 auto; display: inline-block; text-align: center; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); border-radius: 3px; color: #0268B6; font-weight: bold; text-decoration: none; transition: all .2s; background-color: #fff; background-repeat: no-repeat; border: 1px solid #0268B6; }
.l-conversion .i-cv_btns .cvbtn.file { background-image: url("../images/common/cvicon-file.svg"); background-size: 15px; }
.l-conversion .i-cv_btns .cvbtn.form { background-image: url("../images/common/cvicon-mail.svg"); background-size: 20px; }
.l-conversion .i-cv_btns .cvbtn.faq { background-image: url("../images/common/cvicon-faq.svg"); background-size: 20px; }
.l-conversion .i-cv_btns .cvbtn:hover { background-color: #0268B6; color: #fff; }

@media all and (max-width: 767px) { .l-conversion { background-size: cover; padding-top: 45px; padding-bottom: 45px; margin-bottom: 10px; }
  .l-conversion__title { font-size: 2rem; padding-bottom: 15px; }
  .l-conversion__wrap { padding: 0 30px; }
  .l-conversion .i-cv_btns .cvbtn { width: 100%; max-width: 300px; font-size: 1.7rem; padding: 15px 20px; margin-bottom: 15px; background-position: 7% center; } }
@media all and (min-width: 768px) { .l-conversion { margin-bottom: 30px; padding: 80px 0 40px 0; background-size: 100%; }
  .l-conversion__title { font-size: 2.8rem; }
  .l-conversion__wrap { max-width: 1000px; border-radius: 10px; padding: 50px; }
  .l-conversion .i-cv_btns { display: flex; flex-wrap: wrap; }
  .l-conversion .i-cv_btns .cvbtn { width: 270px; text-align: center; font-size: 1.8rem; padding: 20px 30px; background-position: 7% center; } }
/*@include media(m768-1170){
.l-conversion{ .i-cv_btns{ margin-top:-20px; .cvbtn{ margin-bottom:20px; } }
}
}*/
/*----------------------------------
[▼]pageTop button
----------------------------------*/
.u-pageTop { text-align: right; position: sticky; z-index: 8; opacity: 1; float: right; display: inline-block; }
.u-pageTop:after { content: ""; display: block; clear: both; }
.u-pageTop__btn { background: #F5EEAB url("../images/common/item-totop.svg") no-repeat center center; display: inline-block; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); border: 1px solid #fff; border-radius: 3px; }
.u-pageTop__btn span { opacity: 0; }
.u-pageTop__btn:hover { text-decoration: none; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25); background-color: #fff; }

@media all and (max-width: 767px) { .u-pageTop { padding-right: 20px; bottom: 30px; margin-bottom: 20px; }
  .u-pageTop__btn { background-size: 12px; width: 40px; height: 40px; } }
@media all and (min-width: 768px) { .u-pageTop { padding-right: 30px; bottom: 30px; margin-bottom: 30px; }
  .u-pageTop__btn { background-size: 12px; width: 45px; height: 45px; } }
/*----------------------------------
[▼]l-footer
----------------------------------*/
.l-footer { background-color: #000; width: 100%; clear: both; }
.l-footer__title .ft-name { color: #fff; }
.l-footer__links { color: #fff; }
.l-footer__links a { color: #fff; }
.l-footer__links a:hover { color: #ccc; text-decoration: underline; }
.l-footer__links li { font-size: 1.3rem; padding: 2px 0; }

.copyrightArea__text { font-size: 1.2rem; color: #ccc; padding: 7px; margin: 0; }
.copyrightArea__text a { color: #fff; }
.copyrightArea__text a:hover { color: #ccc; text-decoration: underline; }

@media all and (max-width: 767px) { .l-footer { margin-top: 30px; }
  .l-footer__title { padding-top: 20px; width: 250px; margin: 0 auto; text-align: center; }
  .l-footer__title img { width: 100%; }
  .l-footer__title .ft-name { margin-top: 10px; }
  .l-footer__links { background: #0b190f; padding: 30px; margin: 30px 0 0 0; border-top: 1px solid rgba(255, 255, 255, 0.35); }
  .copyrightArea__text { font-size: 1.2rem; text-align: center; padding: 30px 10px; border-top: 1px solid rgba(255, 255, 255, 0.35); } }
@media all and (min-width: 768px) { .l-footer .ftnone { display: none; }
  .l-footer__title { width: calc(100% - 100px); max-width: 1280px; margin: 0 auto; display: table; padding-top: 50px; }
  .l-footer__title .ft-logo { width: 275px; display: table-cell; vertical-align: bottom; }
  .l-footer__title .ft-logo img { width: 100%; }
  .l-footer__title .ft-name { padding-left: 40px; display: table-cell; vertical-align: bottom; font-size: 1.3rem; }
  .l-footer__linkWrap { width: calc(100% - 100px); max-width: 1280px; margin: 0 auto; padding-top: 50px; padding-left: 50px; }
  .l-footer__links { position: relative; }
  .l-footer__links:before { content: ""; display: block; width: 1px; height: 150px; background: #000; position: absolute; top: 0px; left: 0px; }
  .l-footer__links.link-v1 { max-width: 1024px; column-count: 3; }
  .l-footer__links.link-v1 li { page-break-inside: avoid; break-inside: avoid; padding-right: 50px; border-left: 1px solid rgba(255, 255, 255, 0.35); padding-left: 20px; }
  .l-footer.mode-en .l-footer__title .ft-logo { width: 320px; }
  .l-footer.mode-en .l-footer__title .ft-name { vertical-align: middle; }
  .copyrightArea { padding: 40px 25px; }
  .copyrightArea__text { text-align: right; line-height: 2; }
  .copyrightArea__text a { color: #fff; } }
/*----------------------------------
[▼]top-mainVisual
----------------------------------*/
@keyframes typoEffect { 0% { opacity: 0; transform: scale(0) skewX(-7deg); }
  100% { opacity: 1; transform: scale(1) skewX(-7deg); } }
.top-mainVisual { width: 100%; margin: 0 auto; display: table; background: #EDEDED; position: relative; overflow: hidden; }
.top-mainVisual__title { position: relative; z-index: 2; width: 100%; display: table-cell; color: #fff; text-shadow: 0px 0px 10px #000; }
.top-mainVisual__title .main-detail { display: block; font-weight: normal; }
.top-mainVisual__screen { position: absolute; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%); width: 100%; }
.top-mainVisual__screen img { width: 100%; transform: scale(2); opacity: 0.1; filter: brightness(2); transition: all .5s; }
.top-mainVisual__screen.u-motion img { transform: scale(1); opacity: 1; filter: brightness(1); }
.top-mainVisual:after { content: ""; display: block; width: 100%; height: 30px; background: linear-gradient(#C5C5C5, #EDEDED); position: absolute; bottom: 0px; left: 0px; }

@media all and (max-width: 767px) { .top-aid { content: ""; display: block; height: 46px; width: 100%; }
  .top-mainVisual { height: calc(50vh - 50px); display: table; overflow: hidden; background: #000; }
  .top-mainVisual__title { vertical-align: middle; text-align: center; padding: 0 15px 30px 15px; }
  .top-mainVisual__title .main-copy { font-size: 2.3rem; line-height: 1.5; }
  .top-mainVisual__title .main-detail { font-size: 1.3rem; line-height: 1.7; padding-top: 10px; } }
@media all and (min-width: 768px) { .top-aid { display: none; }
  .top-mainVisual { height: 800px; }
  .top-mainVisual__title { padding: 120px 60px 0 120px; margin: 0 auto; }
  .top-mainVisual__title .main-copy { font-size: 4.3rem; line-height: 1.5; }
  .top-mainVisual__title .main-detail { font-size: 1.7rem; line-height: 1.7; padding-top: 40px; }
  .top-mainVisual__screen { min-width: 1280px; } }
/*----------------------------------
[▼]i-topArea1
----------------------------------*/
.i-topArea1 { background: #EDEDED; }

@media all and (max-width: 767px) { .i-topArea1 { padding-bottom: 20px; } }
@media all and (min-width: 768px) { .i-topArea1 { margin-top: -400px; padding-bottom: 40px; } }
/*
[▽l-checkpoint]
----------------------------------*/
@keyframes baloon { 0% { transform: translateY(-10px); }
  50% { transform: translateY(0px); }
  100% { transform: translateY(-10px); } }
.l-checkpoint { display: flex; flex-wrap: wrap; position: relative; z-index: 3; }
.l-checkpoint .lcp-text { position: relative; }
.l-checkpoint .lcp-text .in-wrap { background: #fff; position: relative; box-shadow: 0px 0px 5px #000; border-radius: 10px; position: relative; display: table; width: 100%; }
.l-checkpoint .lcp-text__item1 { display: block; animation: baloon 2s infinite; }
.l-checkpoint .lcp-text__item1 img { filter: drop-shadow(0px 0px 5px white); }
.l-checkpoint .lcp-text__item3 li { color: #000; background: url("../images/top/point-icon.svg") no-repeat center left; font-weight: bold; }
.l-checkpoint .lcp-man1, .l-checkpoint .lcp-man2 { position: absolute; display: block; }
.l-checkpoint .lcp-man1 { background: url("../images/top/illust-left1.svg") no-repeat center center; background-size: 100%; }
.l-checkpoint .lcp-man2 { background: url("../images/top/illust-right1.svg") no-repeat center center; background-size: 100%; }

@media all and (max-width: 767px) { .l-checkpoint .lcp-text { width: calc(100% - 30px); max-width: 414px; margin: 0 auto; padding: 0; }
  .l-checkpoint .lcp-text .in-wrap { padding: 60px 20px 20px 20px; }
  .l-checkpoint .lcp-text__item1 { margin: 0 auto; margin-top: -80px; width: 260px; text-align: center; z-index: 4; position: relative; top: -25px; }
  .l-checkpoint .lcp-text__item1 img { width: 100%; }
  .l-checkpoint .lcp-text__item3 li { font-size: 1.5rem; background-size: 15px; background-position: 0px 8px; padding: 3px 0px 3px 22px; }
  .l-checkpoint .lcp-man1, .l-checkpoint .lcp-man2 { width: 55px; height: 130px; }
  .l-checkpoint .lcp-man1 { top: -115px; left: 0px; }
  .l-checkpoint .lcp-man2 { top: -115px; right: 0px; } }
@media all and (min-width: 768px) { .l-checkpoint { width: 1024px; margin: 0 auto; background: url("../images/top/bg-point.svg") no-repeat center center; background-size: 1000px; }
  .l-checkpoint .lcp-text { width: 740px; margin: 0 auto; padding: 100px 0; }
  .l-checkpoint .lcp-text:before, .l-checkpoint .lcp-text:after { content: ""; display: block; position: absolute; background: url("../images/top/point-iron.png") no-repeat center center; z-index: 5; background-size: 32px; width: 32px; height: 32px; }
  .l-checkpoint .lcp-text:before { top: 130px; left: 25px; }
  .l-checkpoint .lcp-text:after { top: 130px; right: 25px; }
  .l-checkpoint .lcp-text .in-wrap { padding: 60px 80px; }
  .l-checkpoint .lcp-text .in-wrap:before, .l-checkpoint .lcp-text .in-wrap:after { content: ""; display: block; position: absolute; background: url("../images/top/point-iron.png") no-repeat center center; z-index: 5; background-size: 32px; width: 32px; height: 32px; }
  .l-checkpoint .lcp-text .in-wrap:before { bottom: 25px; left: 25px; }
  .l-checkpoint .lcp-text .in-wrap:after { bottom: 25px; right: 25px; }
  .l-checkpoint .lcp-text__item1 { margin: 0 auto; margin-top: -80px; width: 480px; text-align: center; }
  .l-checkpoint .lcp-text__item1 img { width: 100%; }
  .l-checkpoint .lcp-text__item3 li { font-size: 1.8rem; background-size: 18px; padding: 3px 10px 3px 30px; }
  .l-checkpoint .lcp-man1, .l-checkpoint .lcp-man2 { width: 110px; height: 255px; }
  .l-checkpoint .lcp-man1 { bottom: 150px; left: 0px; }
  .l-checkpoint .lcp-man2 { bottom: 250px; right: 0px; } }
/*
[▽i-topArea1__title] top3points
----------------------------------*/
.i-topArea1__title h2 { text-align: center; font-weight: bold; color: #000; background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 48.81%, rgba(255, 255, 255, 0) 100%); }
.i-topArea1__title h2 .t-grad { display: inline-block; background: url("../images/top/mark-solution.svg") no-repeat bottom center; padding-left: 5px; padding-right: 5px; color: red; background-size: 100%; }

.i-topArea1__layout .top3points { text-align: center; position: relative; opacity: 0.5; transform: scale(0.5); transition: all .3s ease-in-out; }
.i-topArea1__layout .top3points.d2 { transition-delay: 200ms; }
.i-topArea1__layout .top3points.d3 { transition-delay: 400ms; }
.i-topArea1__layout .top3points.u-motion { opacity: 1; transform: scale(1); }
.i-topArea1__layout .top3points:hover img { opacity: 1; }
.i-topArea1__layout .top3points .t3p { position: relative; top: -20px; }
.i-topArea1__layout .top3points .t3p img { filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.9)); }
.i-topArea1__layout .top3points .t3-text { color: #fff; font-weight: bold; }
.i-topArea1__layout .top3points .t3-img { position: relative; }
.i-topArea1__layout .top3points .t3-img img { padding: 5px 10px; }
.i-topArea1__layout .top3points .t3-img:after { content: ""; display: block; position: absolute; bottom: 15px; right: 20px; background: #666 url("../images/top/arrow-wlink.svg") no-repeat center center; width: 30px; height: 30px; }
.i-topArea1__layout .top3points:hover .t3-text { color: #FEEA2C; }
.i-topArea1__layout .top3points:hover .t3p img { filter: brightness(300%); }
.i-topArea1__layout .top3points:hover .t3-img img { transform: scale(1.1); }
.i-topArea1__layout .top3points:hover .t3-img:after { background-color: #478B5A; transform: scale(1.1); }

.flow_icon { text-align: center; background: url("../images/top/tflow1.svg") no-repeat center center; background-size: 90px; margin-top: -30px; height: 90px; width: 90px; margin: 0 auto; position: relative; z-index: 6; transition: all 1s; }
.flow_icon.anime { opacity: 0; transform: translateY(-50px); }
.flow_icon.u-motion { opacity: 1; transform: translateY(0px); }

@media all and (max-width: 767px) { .i-topArea1__title h2 { font-size: 1.85rem; line-height: 1.5; padding: 1em 5px; margin: 0 0 15px 0; }
  .i-topArea1__title h2 .t-grad { padding-bottom: 5px; padding-top: 5px; }
  .i-topArea1__layout { margin: 15px auto 0px auto; }
  .i-topArea1__layout .top3points { padding-bottom: 10px; padding-top: 15px; background: #285835; width: calc(100% - 80px); display: block; margin-left: auto; margin-right: auto; }
  .i-topArea1__layout .top3points .t3p { top: 10px; left: 10px; position: absolute; z-index: 4; width: 45px; }
  .i-topArea1__layout .top3points .t3-text { font-size: 1.5rem; line-height: 1.5; }
  .i-topArea1__layout .top3points .t3-img { padding: 10px; }
  .i-topArea1__layout .top3points + .top3points { margin-top: 20px; }
  .flow_icon.top1 { margin-top: -40px; } }
@media all and (min-width: 768px) { .i-topArea1__title { margin-top: 30px; }
  .i-topArea1__title h2 { font-size: 2rem; padding: 25px 0; }
  .i-topArea1__title h2 .t-solution { font-size: 2.7rem; }
  .i-topArea1__title h2 .t-grad { padding-bottom: 10px; }
  .i-topArea1__layout { max-width: 1280px; margin: 60px auto 0px auto; }
  .i-topArea1__layout .l-gridLayout { max-width: calc(100% - 60px); }
  .i-topArea1__layout .top3points { padding-bottom: 40px; background: url("../images/top/bg-solutions.svg") no-repeat center center; background-size: 100%; }
  .i-topArea1__layout .top3points .t3p { top: -35px; }
  .i-topArea1__layout .top3points .t3-text { font-size: 1.65rem; margin-top: -15px; line-height: 1.5; }
  .i-topArea1__layout .top3points .t3-img { padding: 10px; }
  .flow_icon.top1 { margin-top: -140px; } }
.banner-movie { text-align: center; }
.banner-movie .link-btn { display: inline-block; background: red url("../images/common/icon-movieL.svg") no-repeat 7% center; border-radius: 40px; color: #fff; border: 2px solid #fff; box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5); font-weight: bold; }
.banner-movie .link-btn:hover { background-position: 10% center; background-color: #666; }

@media all and (max-width: 767px) { .banner-movie { margin: 40px auto 20px auto; }
  .banner-movie .link-btn { font-size: 1.7rem; min-width: 320px; background-size: 25px; padding: 20px 30px; } }
@media all and (min-width: 768px) { .banner-movie { margin: 50px auto 30px auto; text-align: center; }
  .banner-movie .link-btn { font-size: 2rem; min-width: 450px; background-size: 40px; padding: 25px 30px; letter-spacing: 0.1rem; } }
/*----------------------------------
[▼]i-topArea2
----------------------------------*/
.i-topArea2.default { background: url("../images/top/bg-chapterflow1.svg") no-repeat center top; background-size: 100%; }
.i-topArea2.second-other { background: url("../images/top/bg-chapterflow2.svg") no-repeat center top; background-size: 100%; }
.i-topArea2.topics { background: url("../images/top/bg-topics.jpg") no-repeat center top; background-size: 100%; }
.i-topArea2__title { margin: 0 auto; position: relative; z-index: 2; }
.i-topArea2__title .in-box1 { margin: 0 auto; text-shadow: 0px 0px 5px #285835; color: #fff; }
.second-other .i-topArea2__title .in-box1 { color: #285835; text-shadow: 0px 0px 5px #fff; }
.topics .i-topArea2__title .in-box1 { color: #fff; text-shadow: 0px 0px 5px #000; }
.i-topArea2__title .area2-title { line-height: 1.6; }
.topics .i-topArea2__title .area2-title { color: #FEEA2C; }
.i-topArea2__layout { margin: 0 auto; }
.i-topArea2__link { margin: 0 auto; text-align: center; }
.i-topArea2__link .link-btn { display: inline-block; background: #000 url("../images/top/arrow-ylink.svg") no-repeat 7% center; background-size: 7px; padding: 17px 30px; color: #fff; border-radius: 3px; border: 1px solid #fff; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25); }
.i-topArea2__link .link-btn:hover { background-position: 10% center; background-color: #666; }

/*
[▽]links
-------------------------------*/
@media all and (max-width: 767px) { .i-topArea2.default, .i-topArea2.second-other, .i-topArea2.topics { background-size: cover; }
  .i-topArea2__title { padding-bottom: 20px; }
  .i-topArea2__title .area2-title { font-size: 2.5rem; line-height: 1.5; padding: 30px 30px 10px 30px; text-align: center; }
  .i-topArea2__title .area2-text { font-size: 1.3rem; padding: 0px 30px; margin: 0; line-height: 1.7; text-align: center; }
  .i-topArea2__layout .funcList { padding: 15px; }
  .i-topArea2__link { margin: 20px auto 30px auto; }
  .i-topArea2__link .link-btn { font-size: 1.6rem; min-width: 200px; } }
@media all and (min-width: 768px) { .i-topArea2 { background-size: 100%; padding-bottom: 40px; }
  .i-topArea2__title .in-box1 { width: calc(100% - 80px); max-width: 1024px; padding: 70px 0 50px 0; }
  .topics .i-topArea2__title .in-box1 { text-align: center; }
  .default .i-topArea2__title .in-box1, .second-other .i-topArea2__title .in-box1 { display: flex; flex-wrap: wrap; align-items: center; text-align: left; }
  .i-topArea2__title .area2-title { font-size: 3.2rem; line-height: 1.35; }
  .default .i-topArea2__title .area2-title, .second-other .i-topArea2__title .area2-title { padding-right: 35px; margin-right: 35px; }
  .default .i-topArea2__title .area2-title { border-right: 1px solid white; }
  .second-other .i-topArea2__title .area2-title { border-right: 1px solid #285835; }
  .i-topArea2__title .area2-text { font-size: 2rem; line-height: 1.7; }
  .i-topArea2__layout { width: calc(100% - 80px); max-width: 1280px; display: flex; flex-wrap: wrap; }
  .i-topArea2__link { margin: 30px auto; }
  .i-topArea2__link .link-btn { font-size: 1.7rem; min-width: 300px; } }
/*=============================
[※]Management Style [▼]pageLayout common
=============================*/
.l-pageLayout .p-wrapManager { margin: 0 auto; max-width: 1080px; }
.l-pageLayout .p-wrapManager img { display: block; margin: 0 auto; }
.l-pageLayout .p-wrapManager .dl-tm { padding-top: 15px; }
.l-pageLayout .p-wrapManager p, .l-pageLayout .p-wrapManager li, .l-pageLayout .p-wrapManager dt, .l-pageLayout .p-wrapManager dd, .l-pageLayout .p-wrapManager h4, .l-pageLayout .p-wrapManager h5, .l-pageLayout .p-wrapManager h6 { line-height: 1.85; margin: 0; }
.l-pageLayout .p-wrapManager p img, .l-pageLayout .p-wrapManager li img, .l-pageLayout .p-wrapManager dt img, .l-pageLayout .p-wrapManager dd img, .l-pageLayout .p-wrapManager h4 img, .l-pageLayout .p-wrapManager h5 img, .l-pageLayout .p-wrapManager h6 img { display: inline-block; }
.l-pageLayout .p-wrapManager dl { display: flex; flex-wrap: wrap; align-items: center; }
.l-pageLayout .p-wrapManager dt, .l-pageLayout .p-wrapManager dd { display: inline-block; padding-bottom: 25px; }
.l-pageLayout .p-wrapManager dt { width: 50px; }
.l-pageLayout .p-wrapManager dd { width: calc(100% - 50px); padding-left: 10px; }
.l-pageLayout .p-wrapManager a:hover { text-decoration: underline; }
.l-pageLayout .p-wrapManager h4 { color: #000; }
.l-pageLayout .p-wrapManager h4.search { background: url("../images/common/icon-search.svg") no-repeat center left; }
.l-pageLayout .p-wrapManager h4.search strong { color: #478B5A; }
.l-pageLayout .p-wrapManager h4.chapter { color: #478B5A; border-bottom: 1px solid #478B5A; padding-bottom: 0.5em; }
.l-pageLayout .p-wrapManager a.box-common h4.cb-title, .l-pageLayout .p-wrapManager div.box-common h4.cb-title { font-weight: normal; margin: 0; border: 0; }
.l-pageLayout .p-wrapManager .postIndex h4 { border-bottom: 0px; padding-bottom: 0px; margin-bottom: 0px; }
.l-pageLayout .p-wrapManager .postIndex a h4 { color: #0268B6; }
.l-pageLayout .p-wrapManager .postIndex a:hover h4 { color: #565656; }
.l-pageLayout h3 { width: 100%; color: #fff; text-shadow: 0px 0px 5px #285835; text-align: left; background: linear-gradient(90deg, #345638 0%, #478b5a 50%, rgba(255, 255, 255, 0) 100%); border-bottom: 1px solid #fff; }
.l-pageLayout h3.related { color: #285835; text-shadow: 0px 0px 0px rgba(255, 255, 255, 0); background: linear-gradient(90deg, #e0eddb 0%, #e0eddb 50%, rgba(255, 255, 255, 0) 100%); border-bottom: 1px solid #285835; }
.l-pageLayout h3.type2 { background: linear-gradient(90deg, #f4edb3 0%, #f4edb3 50%, rgba(255, 255, 255, 0) 100%); border-bottom: 1px solid #285835; color: #285835; text-shadow: 0px 0px 0px rgba(255, 255, 255, 0); }

.bs-sub-contents { float: none !important; }

@media all and (max-width: 767px) { .l-pageLayout { padding: 30px 0; }
  .l-pageLayout .p-wrapManager { width: calc(100% - 30px); }
  .l-pageLayout .p-wrapManager p, .l-pageLayout .p-wrapManager li, .l-pageLayout .p-wrapManager dt, .l-pageLayout .p-wrapManager dd, .l-pageLayout .p-wrapManager h4, .l-pageLayout .p-wrapManager h5, .l-pageLayout .p-wrapManager h6 { font-size: 1.5rem; }
  .l-pageLayout h3 { padding: 5px 15px; margin-bottom: 15px; margin-top: 30px; font-size: 1.7rem; line-height: 1.5; }
  .l-pageLayout h3:first-of-type { margin-top: 0px; }
  .l-pageLayout h4 { font-size: 1.6rem; margin: 0.5em 0; line-height: 1.5; }
  .l-pageLayout h4.search { background-size: 30px !important; padding: 0px 10px 0px 30px; position: relative; left: -10px; }
  .l-pageLayout h4.chapter { margin-bottom: 10px !important; }
  .l-pageLayout .p-wrapManager a h4 { color: #0268B6; }
  .l-pageLayout .p-wrapManager h4 { font-size: 1.6rem; margin: 0.5em 0; line-height: 1.5; }
  .l-pageLayout .p-wrapManager h4.search + p { float: left; width: 50%; padding-bottom: 5px; font-size: 1.3rem; }
  .bs-search-body .bs-list-num { float: right; width: 50%; padding-bottom: 5px; font-size: 1.3rem; line-height: 1.85; } }
@media all and (min-width: 768px) { .l-pageLayout { padding-bottom: 40px; width: 75%; }
  .contact_index .l-pageLayout, .contact_confirm .l-pageLayout, .contact_submit .l-pageLayout, .contact_thanks .l-pageLayout, .contact_unpublish .l-pageLayout, .error .l-pageLayout, .mode-en .l-pageLayout { width: 100%; }
  .l-pageLayout a { text-decoration: underline; }
  .l-pageLayout .p-wrapManager { width: calc(100% - 80px); font-size: 1.6rem; line-height: 1.7; padding-top: 40px; }
  .l-pageLayout .p-wrapManager img + p, .l-pageLayout .p-wrapManager img + ul, .l-pageLayout .p-wrapManager img + dl, .l-pageLayout .p-wrapManager img + ol, .l-pageLayout .p-wrapManager img + h4, .l-pageLayout .p-wrapManager img + h5, .l-pageLayout .p-wrapManager img + h6 { padding-top: 2em; }
  .l-pageLayout .p-wrapManager p, .l-pageLayout .p-wrapManager li, .l-pageLayout .p-wrapManager dt, .l-pageLayout .p-wrapManager dd, .l-pageLayout .p-wrapManager h5, .l-pageLayout .p-wrapManager h6 { font-size: 1.6rem; }
  .l-pageLayout .p-wrapManager table + img, .l-pageLayout .p-wrapManager table + p, .l-pageLayout .p-wrapManager table + ul, .l-pageLayout .p-wrapManager table + dl, .l-pageLayout .p-wrapManager table + ol, .l-pageLayout .p-wrapManager table + h4, .l-pageLayout .p-wrapManager table + h5, .l-pageLayout .p-wrapManager table + h6 { padding-top: 2em; }
  .l-pageLayout .p-wrapManager h4 { font-size: 2rem; margin-bottom: 1em; }
  .l-pageLayout .p-wrapManager h4.search { background-size: 30px; padding-left: 40px; }
  .l-pageLayout .p-wrapManager h5, .l-pageLayout .p-wrapManager h6 { margin-bottom: 1em; }
  .l-pageLayout .p-wrapManager h3 { position: relative; }
  .l-pageLayout .p-wrapManager h3:first-of-type { margin-top: 0px; }
  .l-pageLayout .p-wrapManager .object-full { position: relative; }
  .l-pageLayout .p-wrapManager .object-full img { width: 100%; }
  .l-pageLayout .p-wrapManager .postIndex h4 { font-size: 1.7rem; }
  .l-pageLayout .p-wrapManager a.box-common h4.cb-title, .l-pageLayout .p-wrapManager div.box-common h4.cb-title { font-size: 1.6rem; color: #000; line-height: 1.5; }
  .l-pageLayout .p-wrapManager a.box-common h4.cb-title:hover, .l-pageLayout .p-wrapManager div.box-common h4.cb-title:hover { color: #000; text-decoration: none; }
  .l-pageLayout .p-wrapManager a.box-common p.cb-desc, .l-pageLayout .p-wrapManager a.box-common .post-detail p, .l-pageLayout .p-wrapManager div.box-common p.cb-desc, .l-pageLayout .p-wrapManager div.box-common .post-detail p { font-size: 1.4rem; padding-bottom: 10px; color: #666; }
  .l-pageLayout .p-wrapManager a.box-common p.cb-desc small a, .l-pageLayout .p-wrapManager a.box-common .post-detail p small a, .l-pageLayout .p-wrapManager div.box-common p.cb-desc small a, .l-pageLayout .p-wrapManager div.box-common .post-detail p small a { color: #666; }
  .l-pageLayout .p-wrapManager a.box-common .cb-date, .l-pageLayout .p-wrapManager div.box-common .cb-date { font-size: 1.4rem; }
  .l-pageLayout .p-wrapManager a.box-common h4.cb-title { color: #0268B6; }
  .l-pageLayout .p-wrapManager .bs-search-body, .l-pageLayout .p-wrapManager .bs-error-body { margin: 0px auto; min-height: 350px; }
  .l-pageLayout h3 { font-size: 2.3rem; padding: 10px 20px; margin: 40px auto 40px auto; }
  .l-pageLayout h3:first-of-type { margin-top: 0px; }
  .bs-sub-contents { width: 25% !important; padding: 40px 40px 0 0 !important; } }
/*
[▽] widget area
-------------------------------*/
.bs-sub-contents .bs-widget-area ul { list-style-type: none; }
.bs-sub-contents .bs-widget-area ul li { font-size: 1.4rem !important; padding: 0 0 0 1em !important; margin: 0.5em 0 0.5em 0; }
.bs-sub-contents .bs-widget-area ul li:before { background-color: #666; width: 4px; height: 4px; border-radius: 2px; }
.bs-sub-contents .bs-widget-area ul li a { color: #0268B6; margin-bottom: 0.5em; }
.bs-sub-contents .bs-widget-area ul li a:hover { color: #666; text-decoration: none; }
.bs-sub-contents .bs-widget-area ul.bc-blog-tags li { padding: 0 !important; display: inline !important; }
.bs-sub-contents .bs-widget-area ul.bc-blog-tags li:before { display: none; }
.bs-sub-contents .bs-widget-area ul.bc-blog-tags li a { border: 1px solid #0268B6; padding: 0.15em 1em; display: inline-block; border-radius: 15px; font-size: 1.35rem !important; }
.bs-sub-contents .bs-widget-area ul.bc-blog-tags li a:hover { background: #F1F3F6; border-color: #fff; }
.bs-sub-contents .bs-widget-area .bs-widget, .bs-sub-contents .bs-widget-area .blog-widget { margin-bottom: 30px !important; }
.bs-sub-contents .bs-widget-area .bs-widget h2, .bs-sub-contents .bs-widget-area .blog-widget h2 { font-size: 1.5rem !important; padding: 7px 14px !important; background: #000; color: #FEEA2C; margin: 0 0 15px 0; }
.bs-sub-contents .bs-widget-area .bs-widget .sp-slide, .bs-sub-contents .bs-widget-area .blog-widget .sp-slide { display: flex; flex-wrap: wrap; margin: 7px 0; align-items: center; }
.bs-sub-contents .bs-widget-area .bs-widget .sp-slide .sp-image, .bs-sub-contents .bs-widget-area .blog-widget .sp-slide .sp-image { display: block; width: 70px; height: 70px; position: relative; background: #F1F3F6; text-align: center; overflow: hidden; }
.bs-sub-contents .bs-widget-area .bs-widget .sp-slide .sp-image img, .bs-sub-contents .bs-widget-area .blog-widget .sp-slide .sp-image img { width: 96%; position: absolute; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%); top: 50%; }
.bs-sub-contents .bs-widget-area .bs-widget .sp-slide .sp-layer, .bs-sub-contents .bs-widget-area .blog-widget .sp-slide .sp-layer { flex-flow: 1; width: calc(100% - 70px); padding-left: 10px; }
.bs-sub-contents .bs-widget-area .bs-widget .sp-slide .sp-layer .slide-title, .bs-sub-contents .bs-widget-area .blog-widget .sp-slide .sp-layer .slide-title { font-size: 1.4rem; line-height: 1.5; margin-bottom: 10px; }
.bs-sub-contents .bs-widget-area .bs-widget .sp-slide .sp-layer time, .bs-sub-contents .bs-widget-area .blog-widget .sp-slide .sp-layer time { color: #666; }
.bs-sub-contents .bs-widget-area .bs-widget .sp-slide .sp-layer .bs-blog-post__item-category, .bs-sub-contents .bs-widget-area .blog-widget .sp-slide .sp-layer .bs-blog-post__item-category { color: #666; border-color: #B6C2CB; }
.bs-sub-contents .bs-widget-area .bs-widget .sp-slide .sp-layer .bs-blog-post__item-category + .bs-blog-post__item-category, .bs-sub-contents .bs-widget-area .blog-widget .sp-slide .sp-layer .bs-blog-post__item-category + .bs-blog-post__item-category { display: none; }
.bs-sub-contents .bs-widget-area .bs-widget .sp-slide .sp-layer .bs-blog-post__item-category:hover, .bs-sub-contents .bs-widget-area .blog-widget .sp-slide .sp-layer .bs-blog-post__item-category:hover { background-color: #F1F3F6; border-color: #fff; }
.bs-sub-contents .bs-widget-area .bs-widget-text { text-align: center; }
.bs-sub-contents .bs-widget-area .bs-widget-text a, .bs-sub-contents .bs-widget-area .bs-widget-text span { display: block; width: 100%; max-width: 300px; margin-bottom: 10px; }
.bs-sub-contents .bs-widget-area .bs-widget-text a img, .bs-sub-contents .bs-widget-area .bs-widget-text span img { width: 100%; }
.bs-sub-contents .bs-widget-area .bs-widget-text a { border: 1px solid #F1F3F6; }
.bs-sub-contents .bs-widget-form input[type=text] { font-size: 16px !important; }
.bs-sub-contents .bs-widget-form #SearchIndexSearchForm { display: flex; flex-wrap: wrap; align-items: center; }

.l-reSearchblock .bs-widget-area { margin: 0 auto; }
.l-reSearchblock .bs-widget { margin-bottom: 35px !important; }
.l-reSearchblock #SearchIndexSearchForm { display: flex; flex-wrap: wrap; align-items: center; }
.l-reSearchblock input[type=text] { font-size: 16px !important; padding: 8px 15px; line-height: 18px; }

@media all and (max-width: 767px) { .bs-sub-contents { padding-top: 0px !important; border: 0px !important; }
  .bs-sub-contents .bs-widget-area { padding: 0 15px; }
  .bs-sub-contents .bs-widget-text a, .bs-sub-contents .bs-widget-text span { margin: 0 auto; }
  .l-reSearchblock { clear: both; }
  .l-reSearchblock .bs-widget-area { width: 268px; }
  .l-reSearchblock .bs-button-small { margin-left: 5px; }
  .l-reSearchblock .bs-widget-search-box input[name=q] { width: 200px !important; } }
@media all and (min-width: 768px) { .l-reSearchblock .bs-widget-area { width: 368px; }
  .l-reSearchblock .bs-button-small { margin-left: 5px; }
  .l-reSearchblock .bs-widget-search-box input[name=q] { width: 300px !important; } }
/*
[▽] single post layout--> footer
----------------------------------*/
@media all and (max-width: 767px) { .bs-single-post { margin-bottom: 20px !important; } }
.bs-single-post__meta { text-align: left !important; display: flex; flex-wrap: wrap; align-items: center; border-top: 1px solid #ddd; padding-top: 20px; margin-top: 20px; }
.bs-single-post__meta .bs-pub-info { margin-left: auto !important; }
.bs-single-post__meta .bs-pub-info a.bs-single-post__meta-category { font-size: 1.4rem !important; padding: 0.15em 0.75em !important; border-color: #B6C2CB; }
.bs-single-post__meta .bs-pub-info a:hover { background: #F1F3F6; border-color: #fff; text-decoration: none; }
.bs-single-post__meta .bs-blog-tag { font-size: 1.5rem !important; background: url("../images/common/icon-search.svg") no-repeat center left; padding-left: 20px; background-size: 18px; }
.bs-single-post__meta .bs-blog-tag a:link, .bs-single-post__meta .bs-blog-tag a:visited { display: inline-block !important; color: #0268B6 !important; margin: 0 0.5em; font-weight: bold; }

@media all and (max-width: 767px) { .bs-blog-tag { width: 100%; margin-bottom: 10px !important; }
  .bs-pub-info { width: 100%; text-align: left; }
  .bs-pub-info:after { content: ""; display: block; clear: both; }
  .bs-single-post__meta-date { float: right; } }
@media all and (min-width: 768px) { .bs-single-post { padding-left: 20px; padding-right: 20px; }
  .bs-single-post h3 { margin-left: -20px; width: calc(100% + 20px); } }
/*
[▽] table contents(single-page,single-post)
-------------------------------*/
.bs-single-post.l-single table { width: 100%; margin: 10px auto; border-left: 1px solid #ddd; border-bottom: 1px solid #ddd; }
.bs-single-post.l-single table th, .bs-single-post.l-single table td { border-right: 1px solid #ddd; border-top: 1px solid #ddd; background: #fff; vertical-align: top; }
.bs-single-post.l-single table th { line-height: 1.4; }
.bs-single-post.l-single table td { line-height: 1.6; }

@media all and (max-width: 767px) { .bs-single-post.l-single table th, .bs-single-post.l-single table td { font-size: 1.2rem; padding: 5px; }
  .bs-single-post.l-single table .chart1 { position: relative; padding-bottom: 15px; }
  .bs-single-post.l-single table + p { margin-top: 40px; margin-bottom: 20px; } }
@media all and (min-width: 768px) { .bs-single-post { margin-bottom: 40px !important; }
  .bs-single-post.l-single table th, .bs-single-post.l-single table td { font-size: 1.4rem; }
  .bs-single-post.l-single table th { padding: 5px; }
  .bs-single-post.l-single table td { padding: 20px; }
  .bs-single-post.l-single table .chart1 { background: #fff url("../images/pages/item_tableMarker.svg") no-repeat 0px 9px; background-size: 18px; padding-left: 22px; position: relative; margin-left: 10px; }
  .bs-single-post.l-single table .chart1:before { content: ""; display: block; height: 100px; width: 1px; background: #478B5A; position: absolute; top: -88px; left: 0px; }
  .bs-single-post.l-single table .chart1 .bar1 { display: block; height: 50px; width: 1px; background: #478B5A; position: absolute; top: 0px; left: 0px; } }
/*
formArea inputs
--------------------------------*/
.bs-mail-form { max-width: 900px; margin: 0 auto; }

.formArea input, .formArea textarea { padding: 0.5em; font-size: 16px; }
.formArea__label { display: flex; flex-wrap: wrap; align-content: center; }
.formArea__label .status1 { margin-left: auto; display: inline-block; background: #E61919; color: #fff; font-size: 1.3rem; line-height: 1.5; padding: 3px 6px; border-radius: 4px; }

.form-submit { text-align: center; margin: 15px auto; }
.form-submit__btn { padding: 10px 45px; background: #5192C3; color: #fff; border-style: none; cursor: pointer; transition: all .2s; font-size: 16px; border-radius: 30px; }
.form-submit__btn:hover { background: #FCA518; }
.form-submit__btn.back { background: #eee; color: #000; margin-right: 10px; }
.form-submit__btn.back:hover { background: #ddd; }

.about-zoom { display: inline-block; text-indent: -1em; padding-left: 1em; padding-bottom: 1em; color: #666; }

.i-privacy { text-align: center; border-top: 1px solid #ddd; }

.i-thanks { line-height: 2; }

@media all and (max-width: 767px) { .bs-mail-form { min-height: 50vh; }
  .formArea input, .formArea textarea { width: 100%; margin-bottom: 15px; }
  .formArea td.f-conf { padding: 30px; }
  .form-submit { margin-bottom: 40px; }
  .form-submit__btn { font-size: 1.7rem; max-width: 300px; }
  .i-privacy { padding-top: 30px; margin-top: 30px; }
  .i-thanks { font-size: 1.6rem; line-height: 2; padding: 0 30px; } }
@media all and (min-width: 768px) { .bs-mail-form { min-height: 350px; }
  .bs-mail-form-body tr input { max-width: 380px !important; }
  .i-privacy { padding: 30px 0; margin: 80px 0 0 0; }
  .i-thanks { font-size: 1.7rem; padding: 0 60px; } }
/*=============================
[▼] layout patterns
=============================*/
/*
[▽] listmenuTab (in case)
-------------------------------*/
.listmenuTab__item .lt-title { background: linear-gradient(#58895e 0%, #345638 100%); color: #fff; display: flex; flex-wrap: wrap; align-items: center; padding: 7px 15px; cursor: pointer; margin-top: 15px; }
.listmenuTab__item .lt-title .i-name { color: #FEEA2C; font-weight: bold; margin-bottom: 0 !important; background: url("../images/pages/tab-plus.svg") no-repeat center left; }
.listmenuTab__item .lt-title .i-trig { margin-left: auto; opacity: 0.8; }
.listmenuTab__item .lt-title:hover { background: linear-gradient(#478B5A 0%, #478B5A 100%); }
.listmenuTab__item .lt-text .i-wrap .i-first { font-weight: bold; }
.listmenuTab__item .lt-text .i-wrap .i-detail { display: none; }
.listmenuTab__item.active .lt-title { background: linear-gradient(#478B5A 0%, #478B5A 100%); }
.listmenuTab__item.active .lt-title .i-name { background: url("../images/pages/tab-minus.svg") no-repeat center left; }
.listmenuTab__item.active .lt-text { background: #FCF9E2; }
.listmenuTab__item.active .lt-text .i-wrap .i-detail { display: block; }

@media all and (max-width: 767px) { .listmenuTab__item .lt-title .i-name { font-size: 1.5rem; padding-left: 22px; background-size: 15px; }
  .listmenuTab__item .lt-title .i-trig { font-size: 1.2rem; }
  .listmenuTab__item .lt-text { padding: 7px; display: flex; flex-wrap: wrap; }
  .listmenuTab__item .lt-text .i-wrap { width: 50%; padding: 5px 10px; }
  .listmenuTab__item .lt-text .i-wrap.type-1 { width: 100%; }
  .listmenuTab__item .lt-text .i-wrap .i-detail { font-size: 1.35rem; line-height: 1.5; }
  .listmenuTab__item.active .lt-title .i-name { background-size: 15px; } }
@media all and (min-width: 768px) { .listmenuTab__item .lt-title .i-name { font-size: 1.7rem; padding-left: 30px; background-size: 19px; }
  .listmenuTab__item .lt-title .i-trig { font-size: 1.4rem; user-select: none; }
  .listmenuTab__item .lt-text { padding: 15px; display: flex; flex-wrap: wrap; }
  .listmenuTab__item .lt-text .i-wrap { width: 50%; padding: 5px 10px; }
  .listmenuTab__item .lt-text .i-wrap.type-1 { width: 100%; }
  .listmenuTab__item .lt-text .i-wrap .i-detail { font-size: 1.4rem; }
  .listmenuTab__item.active .lt-title .i-name { background-size: 19px; } }
/*
[▽] postmenu,categorymenu
-------------------------------*/
.post-menu { text-align: left; }
.faq_index .post-menu .u-mid3Block { display: none; }
.post-menu ul { margin: 0px auto 40px auto; border-bottom: 1px solid #282828; }
.post-menu ul li { display: inline; }
.post-menu ul li a { display: inline-block; text-align: center; background: #F1F3F6; padding: 15px 5px; min-width: 220px; font-weight: bold; color: #282828; position: relative; border-top-left-radius: 3px; border-top-right-radius: 3px; margin-right: 5px; text-decoration: none !important; }
.post-menu ul li a:hover, .post-menu ul li a.active { background-color: #285835; color: #FEEA2C; }
.post-menu ul li.current a { background-color: #285835; color: #FEEA2C; }
.post-menu ul li.current a:after { opacity: 0.6; }

.category-menu { text-align: center; margin: 0 auto; max-width: 800px; }
.category-menu__tab { margin: 40px auto; }
.category-menu__tab .item { display: inline; }
.category-menu__tab .item a { display: inline-block; text-align: center; padding: 7px 10px; margin: 0 5px; border: 1px solid #B6C2CB; border-radius: 3px; }
.category-menu__tab .item a:hover, .category-menu__tab .item a.active { background-color: #F1F3F6; color: #000; }
.category-menu__tab .guide { color: #7C8E9B; padding: 10px 30px; background: url("../images/common/icon-category.svg") no-repeat center left; background-size: 20px; }

@media all and (max-width: 767px) { .post-menu ul { display: flex; flex-wrap: wrap; width: 100%; border-left: 2px solid #fff; }
  .post-menu ul li { width: calc(50% - 2px); display: block; border-right: 2px solid #fff; }
  .post-menu ul li a { min-width: 100%; } }
@media all and (min-width: 768px) { .category-menu ul { display: flex; flex-wrap: wrap; align-items: center; } }
/*
[▽] full layout and iconstyle
----------------------------------*/
.l-fullLayout { margin: 40px auto; padding: 40px 0; position: relative; }
.l-fullLayout.theme-g { background: #E9EDEF; }
.l-fullLayout.theme-y { background: #FAF6D5; }
.l-fullLayout__wrap { margin: 0 auto; }
.l-fullLayout__wrap.w-min { max-width: 800px; }
.l-fullLayout .flow_icon { position: absolute; bottom: -70px; left: 50%; transform: translateX(-50%); background: none; }
.l-fullLayout .flow_icon.pt2 { bottom: -80px; width: 150px; }

.l-iconStyle { display: flex; flex-wrap: wrap; }
.l-iconStyle .i-text { flex-grow: 1; }

@media all and (max-width: 767px) { .l-iconStyle { align-items: flex-start; }
  .l-iconStyle .i-icon { width: 70px; padding-left: 15px; }
  .l-iconStyle .i-text { flex-grow: 1; padding: 0 15px; width: calc(100% - 70px); }
  .l-iconStyle .i-text h4 { margin-top: -0.5em; } }
.prof_btn { display: inline-block; background: #fff url("../images/common/arrow-pushblue.svg") no-repeat 5% center; border: 1px solid #666; border-radius: 3px; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); }
.prof_btn:hover { background-color: rgba(0, 0, 0, 0.1); color: #fff; }

@media all and (max-width: 767px) { .prof_btn { font-size: 1.4rem; padding: 5px 20px; }
  .bs-pagination { margin: 40px auto 20px auto !important; } }
@media all and (min-width: 768px) { .prof_btn { padding: 0.5em 30px; }
  .bs-list-num { margin-top: -30px; margin-bottom: 40px; padding-right: 20px; }
  .bs-search-body p { padding-left: 20px; }
  .l-iconStyle .i-icon { width: 90px; padding-left: 15px; }
  .l-iconStyle .i-text { padding-left: 30px; width: calc(100% - 90px); } }
.bs-single-post__eye-catch { width: 100% !important; padding-right: 20px; }

.b-dateview { color: #fff; font-size: 1.4rem; }

.libraly_archives_category_download .b-dateview, .libraly_archives_category_column .b-dateview { display: none; }
