@charset 'utf-8';

/* reset
------------------------------------------------ */
body,div,pre,p,a,img,form,fieldset,input,textarea,select,option,
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,table,th,td,embed,object,
figure,figcaption {
	margin: 0;
	padding: 0;
}
html { height: 100%; font-size: 62.5%; }
body {
	width: 100%;
	height: 100%;
	background: #fff;
	-webkit-text-size-adjust: 100%;
	font-family: 'Noto Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS P Gothic', Osaka, Arial, Helvetica, Verdana, sans-serif;
	font-size: 1rem;
	line-height: 1.6;
	color: #000;
}

.f-Roboto { font-family: 'Roboto', sans-serif; }

*,
*:before,
*:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }

ul,ol { list-style: none; }
img { width: auto; height: auto; max-width: 100%; border: none; vertical-align: top; }
picture { display: block; position: relative; width: 100%; }
a { text-decoration: underline; color: #000; }
.device-click a { transition: ease .4s; }
.device-click a:hover { text-decoration: none; opacity: .8; }

@media screen and (max-width: 768px) {
	.visible-sp { display: inherit !important; }
	.visible-pc { display: none !important; }
}

@media screen and (min-width: 769px) {
	.visible-sp { display: none !important; }
	.visible-pc { display: inherit !important; }
}

/* clearfix
------------------------------------------------ */
.clearfix { clear: both; }
.clearfix:before,.clearfix:after { content: ' '; display: table; }
.clearfix:after { clear: both; }

/* container
------------------------------------------------ */
#container { position: relative; }

.wrap { position: relative; }

@media screen and (min-width: 769px) {
	.wrap { margin: 0 auto; padding: 0 20px; max-width: 1240px; }
}

/* header
------------------------------------------------ */
#header { position: absolute; top: 0; left: 0; width: 100%; z-index: 10; }
#hd-top { position: relative; height: 55px; }
#hd-top > .wrap { height: 100%; }
#hd-top .frame { position: relative; height: 100%; background: #fff; }
#gnav { display: none; position: absolute; }

.hd-tagline { padding: 6px 55px 0 12px; font-size: .9rem; font-weight: 400; line-height: 1.2; }
.hd-logos { display: flex; align-items: flex-end; position: absolute; bottom: 6px; left: 12px; }
.hd-logo { width: 185px; font-size: 1rem; line-height: 1.2; }
.hd-logo > a { display: block; width: 100%; }
.hd-by { margin-left: 8px; width: 72px; font-size: 1rem; line-height: 1.2; }
.hd-by > a { display: block; width: 100%; }
.gnav-btns { display: flex; justify-content: flex-end; }
.gnav-btns-item { position: relative; margin-left: 10px; width: 175px; height: 28px; font-size: 1.2rem; font-weight: 700; line-height: 28px; }
.gnav-btns-item:first-child { margin-left: 0; }
.gnav-btns-item > a { display: block; position: relative; padding-left: 30px; width: 100%; height: 100%; border-radius: 5px; text-decoration: none; color: #fff; }
.gnav-btns-item > a:before,
.gnav-btns-item > a:after { content: ''; position: absolute; top: 50%; background-position: center center; background-repeat: no-repeat; background-size: 100%; }
.gnav-btns-item > a:after { right: 5px; width: 12px; height: 12px; margin-top: -6px; background-image: url(../img/icon/arrow1.png); }
.gnav-btns-mail > a { background: #86c036; }
.gnav-btns-mail > a:before { left: 10px; width: 15px; height: 11px; margin-top: -6px; background-image: url(../img/icon/mail1.png); }
.gnav-btns-document > a { background: #de6b84; }
.gnav-btns-document > a:before { left: 9px; width: 15px; height: 13px; margin-top: -6px; background-image: url(../img/icon/download1.png); }
.gnav-links-item { position: relative; font-size: 1.6rem; font-weight: 700; line-height: 1.2; }
.gnav-links-item > a { position: relative; text-decoration: none; }
.gnav-links-sub { display: none; position: relative; }
.gnav-links-sub--item { border-bottom: solid #fff 1px; }
.gnav-links-sub--item:last-child { border-bottom: none; }
.gnav-links-sub--item > a { display: block; position: relative; text-decoration: none; line-height: 1.2; color: #fff; }
.hd-menu-btn { position: absolute; top: 0; right: 0; width: 55px; height: 100%; }
.hd-menu-btn a,
.hd-menu-btn span { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.hd-menu-btn a { background: #2e78cb; }
.hd-menu-btn span { text-indent: -9999px; white-space: nowrap; overflow: hidden; }
.hd-menu-btn a:after,
.hd-menu-btn span:before,
.hd-menu-btn span:after { content: ''; position: absolute; left: 50%; transition: ease .3s; margin-left: -16px; width: 32px; height: 3px; background: #fff; }
.hd-menu-btn a:after { top: 15px; }
.hd-menu-btn span:before { top: 25px; }
.hd-menu-btn span:after { top: 35px; }
.hd-menu-btn a.active:after { display: none; }
.hd-menu-btn a.active span:before { transform: rotate(45deg); }
.hd-menu-btn a.active span:after { top: 25px; transform: rotate(-45deg); }

@media screen and (max-width: 768px) {
	#gnav { top: 55px; left: 0; width: 100%; height: calc(100vh - 55px); background: rgba(46,120,203,.9); }
	.gnav-btns { display: none; }
	.gnav-links-item { border-bottom: solid #fff 1px; }
	.gnav-links-item > a { display: block; position: relative; padding: 14px 20px; color: #fff; }
	.gnav-links-item > a:after { content: ''; position: absolute; top: 50%; right: 20px; width: 6px; height: 10px; margin-top: -5px; background: url(../img/icon/arrow3.png) no-repeat center center; background-size: 100%; }
	.gnav-links-item > a[href='#'] { overflow: hidden; }
	.gnav-links-item > a[href='#']:before { content: ''; position: absolute; }
	.gnav-links-item > a[href='#']:before,
	.gnav-links-item > a[href='#']:after { top: 50%; right: 20px; transition: ease .4s; width: 12px; height: 2px; margin-top: 0; background: #fff; }
	.gnav-links-item > a[href='#']:after { transform: rotate(90deg); }
	.gnav-links-item > a[href='#'].active:after { transform: rotate(0); }
	.gnav-links-sub { border-top: solid #fff 1px; }
	.gnav-links-sub--item > a { padding: 14px 40px; font-size: 1.4rem; }
	.gnav-links-sub--item > a:after { content: ''; position: absolute; top: 50%; right: 40px; width: 6px; height: 10px; margin-top: -5px; background: url(../img/icon/arrow3.png) no-repeat center center; background-size: 100%; }

	.body-gnav-open { position: fixed; top: 0; left: 0; }
}

@media screen and (min-width: 769px) {
	#hd-top { height: 90px; }
	#gnav { display: block !important; top: 15px; right: 15px; height: auto !important; }

	.hd-tagline { padding: 10px 16px; font-size: 1rem; }
	.hd-logos { bottom: 15px; left: 15px; width: 380px; }
	.hd-logo { width: 247px; }
	.hd-by { margin-left: 18px; width: 117px; }

	.gnav-links { display: flex; justify-content: flex-end; margin-top: 18px; }
	.gnav-links-item { margin-left: 24px; font-size: 1.3rem; }
	.gnav-links-item:first-child { margin-left: 0; }
	.gnav-links-item > a { display: inline-block; vertical-align: top; }
	.gnav-links-item > a.active:after { content: ''; position: absolute; bottom: -5px; left: 0; width: 100%; height: 3px; background: #6ca0da; }
	.gnav-links-sub { position: absolute; top: 23px; left: 0; padding: 0 8px; width: 161px; background: #6CA0DA; }
	.gnav-links-sub--item > a { display: block; padding: 10px 0; font-size: 1.4rem; }
	.hd-menu-btn { display: none; }
}

@media screen and (max-width: 1200px) and (min-width: 769px) {
	.hd-logo { width: 200px; }
	.hd-by { width: 100px; }
	.gnav-links-item { margin-left: 15px; font-size: 1.2rem; }
}

@media screen and (max-width: 1030px) and (min-width: 769px) {
	.hd-logos { display: block; }
	.hd-logo { width: 140px; }
	.hd-by { margin: 6px 0 0; width: 80px; }
	.gnav-links-item { margin-left: 10px; }
}

/* main
------------------------------------------------ */
#main { display: block; position: relative; width: 100%; }

@media screen and (max-width: 768px) {
	#main { padding-top: 55px; }
}

/* trace */
@media screen and (max-width: 768px) {
	.trace{display: none;}
}

@media screen and (min-width: 769px) {
	.trace ol { display: flex;position: relative;top: -65px; }
	.trace li { display: inline-block;font-size: 1.2rem; }
	.trace li::after { content: ">";padding: 0 5px; }
	.trace li:last-child::after { content: none; }
}

/* none */
.none-result { padding: 20px 10px; text-align: center; font-size: 1.2rem; }

@media screen and (min-width: 769px) {
	.none-result { padding: 40px 0; font-size: 1.4rem; }
}

/* icon */
.i { display: inline-block; padding: 2px 5px; vertical-align: top; font-size: 1rem; font-style: normal; line-height: 1.2; }
.i-solution { background: #86c036; color: #fff; }
.i-prd { background: #86c036; color: #fff; }
.i-sugg { background: #86c036; color: #fff; }

@media screen and (min-width: 769px) {
	.i { padding: 5px 7px 4px; font-size: 1.2rem; }
}

/* title */
.title-1 { margin-bottom: 20px; text-align: center; font-size: 1rem; line-height: 1.28; }
.title-1 .ja,
.title-1 .en { display: block; font-weight: 400; }
.title-1 .ja { font-size: 2.5rem; }
.title-1 .en { margin-top: 2px; font-family: 'Roboto', sans-serif; font-size: 1rem; color: #2e78cb; }
.title-2 { position: relative; margin-bottom: 26px; text-align: center; font-size: 1.7rem; font-weight: 400; line-height: 1.4; }
.title-2 > span { display: inline-block; position: relative; padding-bottom: 2px; border-bottom: solid #2e78cb 2px; vertical-align: top; }
.title-2 > span:after { content: ''; position: absolute; bottom: -9px; left: 50%; margin-left: -7px; width: 0; height: 0; border-top: solid #2e78cb 7px; border-right: solid transparent 7px; border-left: solid transparent 7px; }
.title-3 { position: relative; margin-bottom: 14px; padding-left: 10px; font-size: 1.5rem; font-weight: 400; line-height: 1.2; }
.title-3:before { content: ''; position: absolute; top: 4px; left: 0; width: 3px; height: 13px; background: #92bed4; }
.title-4 { position: relative; margin-bottom: 14px; text-align: center; font-size: 1.5rem; font-weight: 400; line-height: 1.28; }
.title-4 > span { display: inline-block; position: relative; padding: 8px 22px; background: #86c036; border-radius: 28px; text-align: left; vertical-align: top; color: #fff; }

.title-page { position: relative; margin-bottom: 16px; padding-bottom: 36%; width: 100%; height: 0; background-position: center center; background-repeat: no-repeat; background-size: cover; overflow: hidden; }
.title-page-h { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; position: absolute; top: 0; left: 0; width: 100%; height: 100%; text-shadow: 0 0 3px rgba(0,0,0,.6); text-align: center; font-size: 1.9rem; font-weight: 700; line-height: 1.2; color: #fff; }
.title-page-h > p { position: relative; width: 100%; }
.title-page-h > p span { display: block; margin-top: 4px; font-size: 1.2rem; }

@media screen and (min-width: 769px) {
	.title-1 { margin-bottom: 26px; }
	.title-1 .ja { font-size: 4rem; }
	.title-1 .en { margin-top: 8px; font-size: 1.8rem; }
	.title-2 { margin-bottom: 42px; font-size: 3.4rem; }
	.title-2 > span { padding-bottom: 6px; border-bottom-width: 3px; }
	.title-2 > span:after { bottom: -17px; margin-left: -15px; border-top-width: 15px; border-right-width: 15px; border-left-width: 15px; }
	.title-3 { margin-bottom: 18px; padding-left: 15px; font-size: 1.8rem; }
	.title-3:before { top: 2px; width: 5px; height: 18px; }
	.title-4 { margin-bottom: 28px; font-size: 2.4rem; }
	.title-4 > span { padding: 13px 30px; }

	.title-page { margin-bottom: 70px; padding-bottom: 270px; }
	.title-page-h { top: 90px; height: calc(100% - 90px); text-shadow: 0 0 5px rgba(0,0,0,.6); font-size: 3.6rem; line-height: 1.3; }
	.title-page-h > p span { margin-top: 8px; font-size: 2.1rem; }
}

/* more */
.more-1 { position: relative; margin: 20px auto 0; text-align: center; font-size: 1.4rem; font-weight: 700; }
.more-1 > a { display: inline-block; position: relative; padding: 12px 34px 11px 16px; min-width: 165px; background: #2e78cb; border-radius: 3px; text-decoration: none; vertical-align: top; color: #fff; }
.more-1 > a:after { content: ''; position: absolute; top: 50%; right: 10px; margin-top: -8px; width: 16px; height: 16px; background: url(../img/icon/arrow4.png) no-repeat center center; background-size: 100%; }

@media screen and (min-width: 769px) {
	.more-1 { margin-top: 40px; font-size: 1.8rem; }
	.more-1 > a { padding: 18px 52px 18px 24px; min-width: 230px; border-radius: 5px; }
	.more-1 > a:after { right: 16px; margin-top: -11px; width: 22px; height: 22px; }
}

/* bnrs */
.bnrs-1 { position: relative; }
.bnrs-1-lists--item > a { display: block; }
.bnrs-1-contact { margin-top: 25px; padding: 3px; background: #92c64a; border-radius: 3px; }
.bnrs-1-contact:first-child { margin-top: 0; }
.bnrs-1-contact__head { position: relative; padding: 10px 0 12px; text-align: center; color: #fff; }
.bnrs-1-contact--title { font-family: 'Roboto', sans-serif; font-size: 2.4rem; font-weight: 700; }
.bnrs-1-contact--text { margin-top: 4px; font-size: 1.4rem; font-weight: 700; }
.bnrs-1-contact__body { position: relative; padding: 22px 10px 25px; background-position: center center; background-repeat: no-repeat; background-size: cover; }
.bnrs-1-contact__body:after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(102,102,102,.51); z-index: 1; }
.bnrs-1-contact--tel,
.bnrs-1-contact--form { position: relative; text-align: center; color: #fff; z-index: 2; }
.bnrs-1-contact--tel > dt { font-size: 1.4rem; font-weight: 700; }
.bnrs-1-contact--tel > dd { font-family: 'Roboto', sans-serif; font-size: 3rem; font-weight: 700; }
.bnrs-1-contact--tel > dd > a { display: inline-block; text-decoration: none; vertical-align: top; color: #fff; }
.bnrs-1-contact--tel > dd > a:before { content: ''; display: inline-block; margin: 12px 4px 0 0; width: 20px; height: 28px; background: url(../img/icon/freedial1.png) no-repeat center center; background-size: 100%; vertical-align: top; }
.bnrs-1-contact--form > dt { font-size: 1.4rem; font-weight: 700; }
.bnrs-1-contact--form > dd { margin: 8px auto 0; max-width: 187px; font-size: 1.4rem; font-weight: 700; }
.bnrs-1-contact--form > dd > a { display: block; position: relative; padding: 6px 0; background: #fff; border-radius: 3px; text-decoration: none; color: #666; }
.bnrs-1-contact--form > dd > a:after { content: ''; position: absolute; top: 50%; right: 8px; margin-top: -5px; width: 11px; height: 11px; background: url(../img/icon/arrow5.png) no-repeat center center; background-size: 100%; }

@media screen and (max-width: 768px) {
	.bnrs-1 { padding: 25px 20px; }
	.bnrs-1-lists--item { margin-top: 10px; }
	.bnrs-1-lists--item:first-child { margin-top: 0; }
	.bnrs-1-contact__body { background-image: url(../img/share/bnr_contact_photo.jpg); }
	.bnrs-1-contact--form { margin-top: 10px; padding-top: 25px; border-top: solid #fff 1px; }
}

@media screen and (min-width: 769px) {
	.bnrs-1 { padding: 60px 0; }
	.bnrs-1 .wrap { max-width: 1040px; }
	.bnrs-1-lists { display: flex; flex-wrap: wrap; }
	.bnrs-1-lists--item { margin: 2% 2% 0 0; width: 49%; }
	.bnrs-1-lists--item:nth-of-type(-n+2) { margin-top: 0; }
	.bnrs-1-lists--item:nth-of-type(2n) { margin-right: 0; }
	.bnrs-1-contact { display: flex; align-items: center; margin-top: 40px; padding: 6px; border-radius: 5px; }
	.bnrs-1-contact__head { width: 284px; color: #fff; }
	.bnrs-1-contact--title { font-size: 2.8rem; }
	.bnrs-1-contact--text { margin-top: 16px; }
	.bnrs-1-contact__body { display: flex; align-items: center; padding: 16px 0; width: calc(100% - 284px); background-image: url(../img/share/bnr_contact_photo-pc.jpg); }
	.bnrs-1-contact--tel,
	.bnrs-1-contact--form { padding: 22px 0 26px; }
	.bnrs-1-contact--tel { width: 50.4261363636%; }
	.bnrs-1-contact--tel > dt { font-size: 1.6rem; }
	.bnrs-1-contact--tel > dd { font-size: 3.6rem; }
	.bnrs-1-contact--tel > dd > a:before { margin: 16px 8px 0 0; width: 22px; height: 30px; }
	.bnrs-1-contact--form { width: 49.5738636364%; border-left: solid #fff 1px; }
	.bnrs-1-contact--form > dt { font-size: 1.6rem; }
	.bnrs-1-contact--form > dd { max-width: 267px; font-size: 1.8rem; }
	.bnrs-1-contact--form > dd > a { padding: 10px 0; border-radius: 5px; }
	.bnrs-1-contact--form > dd > a:after { margin-top: -8px; width: 17px; height: 17px; }
}

/* news */
.news-lists1 { position: relative; border-bottom: 1px solid #ccc; }
.news-lists1-item { position: relative; border-top: 1px solid #ccc; }
.news-lists1-item > a { display: block; position: relative; padding: 20px 0; text-decoration: none; }
.news-lists1-base { display: flex; align-items: center; margin-bottom: 8px; }
.news-lists1-cat { display: flex; margin: -6px 12px 0 -6px; }
.news-lists1-cat > i { display: inline-block; margin: 6px 0 0 6px; padding: 3px 8px; background-color: #6299d8; vertical-align: top; font-size: 1.4rem; font-style: normal; line-height: 1.2; color: #fff; }
.news-lists1-date { font-size: 1.4rem; line-height: 1.2; }
.news-lists1-title { font-size: 1.4rem; font-weight: 400; line-height: 2; }
.news-lists2 { position: relative; border-bottom: 1px solid #ccc; }
.news-lists2-item { position: relative; border-top: 1px solid #ccc; }
.news-lists2-item > a { display: flex; align-items: center; position: relative; padding: 20px 0; text-decoration: none; }
.news-lists2-photo { position: relative; width: 29.8507%; }
.news-lists2-info { position: relative; width: 100%; }
.news-lists2-photo + .news-lists2-info { margin-left: 9.5523%; width: 60.597%; }
.news-lists2-base { display: flex; align-items: center; margin-bottom: 8px; }
.news-lists2-cat { display: flex; margin: -6px 12px 0 -6px; }
.news-lists2-cat > i { display: inline-block; margin: 6px 0 0 6px; padding: 3px 5px; background-color: #6299d8; vertical-align: top; font-size: 1.4rem; font-style: normal; line-height: 1.2; color: #fff; }
.news-lists2-date { font-size: 1.4rem; line-height: 1.2; }
.news-lists2-title { font-size: 1.4rem; font-weight: 400; line-height: 1.71428571429; }

@media screen and (min-width: 769px) {
	.news-lists1-item > a { padding: 20px 0 16px; }
	.news-lists1-base { margin-bottom: 10px; }
	.news-lists1-title { font-size: 1.6rem; line-height: 1.75; }
	.news-lists2-item > a { padding: 20px 0; }
	.news-lists2-photo { width: 17.8571%; }
	.news-lists2-photo + .news-lists2-info { margin-left: 5.3572%; width: 76.7857%; }
	.news-lists2-base { margin-bottom: 8px; }
	.news-lists2-cat > i { padding: 3px 8px; }
	.news-lists2-title { font-size: 1.6rem; line-height: 1.75; }
}

/* product */
.prd-cat2 { position: relative; }
.prd-cat2-block__title { display: inline-block; margin-bottom: 16px; padding: 9px 20px; border-radius: 30px; vertical-align: top; font-size: 1.5rem; font-weight: 700; line-height: 1.33333333333; color: #fff; }
.prd-cat2-box__title { padding-bottom: 7px; font-size: 1.4rem; font-weight: 700; line-height: 1.35714285714; }
.prd-cat2-lists { padding-top: 14px; border-top: 2px solid #000; }
.prd-cat2-lists__item { font-size: 1.2rem; line-height: 1.83333333333; }
.prd-cat2-lists__item:not(:first-child) { margin-top: 12px; }
.prd-cat2-lists__item > a { display: inline-block; position: relative; padding-left: 15px; vertical-align: top; }
.prd-cat2-lists__item > a::before { content: ''; position: absolute; top: 5px; left: 0; width: 0; height: 0; border: 6px solid transparent; border-right: none; border-left: 6px solid #000; }

.prd-cat2-field_use-product .prd-cat2-block__title { background-color: #86C036; }
.prd-cat2-field_use-product .prd-cat2-lists { border-color: #86C036; }
.prd-cat2-field_use-product .prd-cat2-lists__item > a::before { border-left-color: #86C036; }
.prd-cat2-functionality-product .prd-cat2-block__title { background-color: #2E78CB; }
.prd-cat2-functionality-product .prd-cat2-lists { border-color: #2E78CB; }
.prd-cat2-functionality-product .prd-cat2-lists__item > a::before { border-left-color: #2E78CB; }
.prd-cat2-shape-product .prd-cat2-block__title { background-color: #F78C62; }
.prd-cat2-shape-product .prd-cat2-lists { border-color: #F78C62; }
.prd-cat2-shape-product .prd-cat2-lists__item > a::before { border-left-color: #F78C62; }

.prd-cat2-description { padding: 15px; background-color: #F3F3F3; font-size: 1.4rem; line-height: 1.71428571429; }

@media screen and (max-width: 768px) {
	.prd-cat2 { display: grid; gap: 32px; grid-template-columns: repeat(2,calc(50% - (32px / 2))); padding: 0 20px; }
	.prd-cat2-field_use-product { grid-row: 1; grid-column: 1 / 3; }
	.prd-cat2-field_use-product .prd-cat2-block__content { overflow: hidden; }
	.prd-cat2-field_use-product .prd-cat2-box { float: left; margin: 32px 32px 0 0; width: calc(50% - (32px / 2)); }
	.prd-cat2-field_use-product .prd-cat2-box:nth-of-type(-n+2) { margin-top: 0; }
	.prd-cat2-field_use-product .prd-cat2-box:nth-of-type(2),
	.prd-cat2-field_use-product .prd-cat2-box:nth-of-type(3),
	.prd-cat2-field_use-product .prd-cat2-box:nth-of-type(5) { float: right; margin-right: 0; }
	.prd-cat2-description { margin: 30px 20px 38px; }
}

@media screen and (min-width: 769px) {
	.prd-cat2 { display: flex; justify-content: space-between; }
	.prd-cat2-block { width: 13.75%; }
	.prd-cat2-block__title { margin-bottom: 26px; padding: 6px 16px; font-size: 1.8rem; line-height: 1.38888888889; }
	.prd-cat2-box__title { padding-bottom: 4px; font-size: 1.6rem; line-height: 1.37;; }
	.prd-cat2-lists { padding-top: 14px; }
	.prd-cat2-lists__item { font-size: 1.4rem; line-height: 1.57142857143; }
	.prd-cat2-lists__item:not(:first-child) { margin-top: 12px; }
	.prd-cat2-lists__item > a { padding-left: 15px; }
	.prd-cat2-lists__item > a::before { top: 5px; border-top-width: 6px; border-bottom-width: 6px; border-left-width: 6px; }

	.prd-cat2-field_use-product { width: 60.8333333333%; }
	.prd-cat2-field_use-product .prd-cat2-block__content { display: grid; gap: 30px; grid-template-rows: auto 1fr; grid-template-columns: repeat(4,calc((100% / 4) - (30px / (4 / 3)))); }
	.prd-cat2-field_use-product .prd-cat2-box:nth-of-type(1),
	.prd-cat2-field_use-product .prd-cat2-box:nth-of-type(2),
	.prd-cat2-field_use-product .prd-cat2-box:nth-of-type(3) { grid-row: 1 / 3; }
	.prd-cat2-field_use-product .prd-cat2-box:nth-of-type(5) { grid-row: 2; grid-column: 4; margin-top: 40px; }

	.prd-cat2-description { margin: 40px 0 76px; padding: 27px 50px; font-size: 1.6rem; line-height: 1.5; }
}

/* download */
.download-related { margin-top: 30px; }
.download-related-title { position: relative; margin-bottom: 17px; padding-left: 10px; font-size: 1.5rem; font-weight: 400; line-height: 1.6; }
.download-related-title::before { content: ''; position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 3px; height: 13px; background-color: #2E78CB; }
.download-list__item { position: relative; background: #f3f3f3; }
.download-file_title { display: flex; align-items: center; margin-bottom: 20px; text-align: left; font-size: 1.6rem; font-weight: normal; }
.download-file_number { margin-right: 15px; text-align: center; white-space: nowrap; font-size: 1.0rem; line-height: 1em; color: #92c64a; }
.download-file_number__number { font-family: 'Big Shoulders Display', cursive; font-size: 4.8rem; line-height: 1em; color: #92c64a; }
.download-file_description__visual { width: 40%; }
.download-file_description__visual img { width: 100%; }
.download-file_name { font-weight: bolder; }
.download-file_description { display: flex; justify-content: space-between; margin-bottom: 25px; }
.download-file_description__text { width: 55%; text-align: left; font-size: 1.4rem; line-height: 1.6em; color: #000; }
.download-file_description__text > * + * { margin-top: 1.6em; }
.download-button { width: 100%; background: #2e78cb url(../../img/icon/arrow1.png) no-repeat; background-position: center right 60px; border: none; border-radius: 5px; text-align: center; font-size: 1.5rem; font-weight: bolder; color: #fff; }
.download-button a { display: block; padding: 18px 0; width: 100%; height: 100%; text-decoration: none; color: #fff; }

@media screen and (max-width: 768px) {
	.download-related { padding: 0 20px; }
	.download-list__item { margin-bottom: 25px; padding: 12px; }
	.download-file_description { margin-bottom: 25px; }
}

@media screen and (min-width: 769px) {
	.download-related { margin-top: 60px; }
	.download-related-title { margin-bottom: 28px; padding-left: 20px; font-size: 1.8rem; line-height: 1.33333333333; }
	.download-related-title::before { width: 5px; height: 18px; }
	.download-list { display: flex; flex-wrap: wrap; justify-content: space-between; }
	.download-list__item { margin-bottom: 25px; padding: 20px 40px 40px; width: 48%; }
	.download-file_title { margin-bottom: 25px; font-size: 2.4rem; }
	.download-file_number { margin-right: 20px; font-size: 1.2rem; }
	.download-file_number__number { font-size: 6.0rem; }
	.download-file_description__text { margin-bottom: 85px; }
	.download-button { position: absolute; right: 40px; bottom: 40px; width: 47%; background-position: center right 25px; font-size: 1.8rem; }
	.download-button a { padding: 15px 0; }
}

/* footer
------------------------------------------------ */
#footer { position: relative; }
#ft-top { position: relative; background: #2e78cb; }

.ft-pagetop { padding: 24px 0; text-align: center; font-size: 1.2rem; font-weight: 700; line-height: 1.2; }
.ft-pagetop > a { display: inline-block; text-decoration: none; vertical-align: top; color: #666; }
.ft-pagetop > a:before { content: ''; display: block; margin: 0 auto 2px; width: 23px; height: 14px; background: url(../img/share/pagetop.png) no-repeat center center; background-size: 100%; }
.ft-logos { display: flex; align-items: flex-start; padding-bottom: 4px; border-bottom: solid #fff 1px; }
.ft-logo { width: 125px; font-size: 1rem; line-height: 1.2; }
.ft-logo > a { display: block; width: 100%; }
.ft-by { margin: 10px 0 0 8px; width: 124px; font-size: 1rem; line-height: 1.2; }
.ft-by > a { display: block; width: 100%; }
.ft-top-info { position: relative; margin-top: 18px; }
.ft-office { color: #fff; }
.ft-office-box { position: relative; margin-top: 12px; }
.ft-office-box:first-child { margin-top: 0; }
.ft-office-box--title { display: inline-block; padding: 2px 2px 1px; min-width: 110px; border: solid #fff 1px; text-align: center; vertical-align: top; font-size: 1.2rem; line-height: 1.2; }
.ft-office-box--text { margin-top: 4px; font-size: 1.2rem; line-height: 1.33333333333; }
.ft-office-box--tel a { text-decoration: none; color: #fff; }
.ft-links { display: flex; flex-wrap: wrap; }
.ft-links-item { position: relative; font-size: 1.3rem; line-height: 1.2; }
.ft-links-item:nth-of-type(2n) { margin-right: 0; }
.ft-links-item > a { display: block; position: relative; text-decoration: none; color: #fff; }
.ft-links-item > a:before { content: ''; position: absolute; top: 50%; left: 8px; margin-top: -3px; width: 4px; height: 6px; background: url(../img/icon/arrow2.png) no-repeat center center; background-size: 100%; }
.ft-copyright { padding: 8px 0; text-align: center; font-size: 1rem; line-height: 1.2; }
.ft-copyright small { font-size: inherit; }

@media screen and (max-width: 768px) {
	#ft-top > .wrap { padding: 18px 20px 50px; }
	.ft-links { margin-top: 20px; }
	.ft-links-item { margin-right: 2.98507462687%; width: 48.5074626866%; border-bottom: solid #fff 1px; }
	.ft-links-item:nth-of-type(-n+2) { border-top: solid #fff 1px; }
	.ft-links-item:nth-of-type(2n) { margin-right: 0; }
	.ft-links-item > a { display: flex; align-items: center; padding: 16px 0 16px 22px; height: 100%; }
}

@media screen and (min-width: 769px) {
	#ft-top { padding: 28px 0 40px; }
	#ft-top > .wrap { max-width: 1040px; }

	.ft-pagetop { padding: 20px 0 46px; font-size: 1.8rem; }
	.ft-pagetop > a:before { width: 34px; height: 20px; }
	.ft-logos { padding-bottom: 6px; }
	.ft-logo { width: 192px; }
	.ft-by { margin: 20px 0 0 15px; width: 190px; }
	.ft-top-info { display: flex; align-items: flex-start; margin-top: 30px; }
	.ft-office { width: 57%; }
	.ft-office-box { margin-top: 14px; }
	.ft-office-box--title { padding: 3px 2px 2px; min-width: 117px; }
	.ft-office-box--text { display: flex; }
	.ft-office-box--address { margin-right: 1em; }
	.ft-links { width: 43%; }
	.ft-links-item { margin: 18px 10px 0 0; width: calc(50% - 5px); font-size: 1.4rem; }
	.ft-links-item:nth-of-type(-n+2) { margin-top: 0; }
	.ft-links-item:nth-of-type(2n) { margin-right: 0; }
	.ft-links-item > a { padding-left: 16px; }
	.ft-links-item > a:before { top: 5px; left: 0; margin-top: 0; }
	.ft-copyright { padding: 20px 0 8px; }
}

@media screen and (max-width: 980px) and (min-width: 769px) {
	.ft-office-box--text { display: block; }
	.ft-office { width: 40%; }
	.ft-links { width: 60%; }
}

/* fixed
------------------------------------------------ */
/* nav */
.fixed-nav { display: none; position: fixed; z-index: 10; }

/* right */
.fixed-right { top: 20px; right: 0; width: 24px; }
.fixed-right-item { position: relative; margin-top: 38px; width: 100%; writing-mode: vertical-rl; -ms-writing-mode: tb-rl; font-size: 1.4rem; font-weight: 700; line-height: 24px; }
.fixed-right-item:first-child { margin-top: 0; }
.fixed-right-item > a { display: block; position: relative; padding: 8px 0; width: 100%; border-radius: 3px 0 0 3px; box-shadow: 0 0 3px rgba(0,0,0,.2); text-decoration: none; color: #fff; }
.fixed-right-item > a:before { content: ''; position: absolute; top: 0; left: 50%; background-position: center center; background-repeat: no-repeat; background-size: 100%; }
.fixed-right-mail > a { padding-top: 20px; background: #86c036; }
.fixed-right-mail > a:before { top: 5px; margin-left: -8px; width: 15px; height: 11px; background-image: url(../img/icon/mail1.png); }
.fixed-right-document > a { padding-top: 25px; background: #de6b84; }
.fixed-right-document > a:before { top: 8px; margin-left: -8px; width: 15px; height: 13px; background-image: url(../img/icon/download1.png); }

@media screen and (min-width: 769px) {
	.fixed-right { width: 40px; }
	.fixed-right-item { margin-top: 38px; font-size: 1.6rem; line-height: 40px; }
	.fixed-right-item > a { padding: 12px 0; border-radius: 5px 0 0 5px; box-shadow: 0 0 5px rgba(0,0,0,.2); }
	.fixed-right-mail > a { padding-top: 36px; }
	.fixed-right-mail > a:before { top: 13px; margin-left: -10px; width: 21px; height: 15px; }
	.fixed-right-document > a { padding-top: 36px; }
	.fixed-right-document > a:before { top: 11px; margin-left: -10px; width: 21px; height: 17px; }
}

/* left */
.fixed-left { bottom: 20px; left: 0; width: 40px; }
.fixed-left-item { width: 100%; font-size: 1.4rem; font-weight: 700; }
.fixed-left-item > a { display: block; position: relative; padding: 4px 4px 4px 0; width: 100%; background: #fff; border-left: none; border-radius: 0 3px 3px 0; box-shadow: 0 0 3px rgba(0,0,0,.2); text-decoration: none; writing-mode: vertical-rl; -ms-writing-mode: tb-rl; color: #fff; }
.fixed-left-item p { padding: 8px 0; border-radius: 0 3px 3px 0; }
.fixed-left-item span,
.fixed-left-item strong { display: inline-block; position: relative; vertical-align: middle; }
.fixed-left-item span { padding: 5px 0; background: #fff; border-radius: 3px; font-size: 1.2rem; font-weight: 700; line-height: 18px; }
.fixed-left-item strong { margin-top: 6px; line-height: 36px; }
.fixed-left-mailmagazine p { background: #2e78cb; }
.fixed-left-mailmagazine span { background: #fff; color: #2e78cb; }

@media screen and (min-width: 769px) {
	.fixed-left { width: 60px; }
	.fixed-left-item { font-size: 1.6rem; }
	.fixed-left-item > a { padding: 8px 8px 8px 0; border-radius: 0 5px 5px 0; box-shadow: 0 0 5px rgba(0,0,0,.2); }
	.fixed-left-item p { padding: 10px 0; border-radius: 0 5px 5px 0; }
	.fixed-left-item span { padding: 6px 0; border-radius: 5px; font-size: 1.4rem; line-height: 26px; }
	.fixed-left-item strong { margin-top: 10px; line-height: 52px; }
}


/* wpcf7
------------------------------------------------ */
div.wpcf7 .ajax-loader { display: block; }
.wpcf7-response-output { font-size: 1.2rem; }
.wpcf7 form .wpcf7-response-output { margin: 2em 0; padding: 1.6em .4em; }
.wpcf7-not-valid-tip { margin-top: .6em; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output { background: #c00; border-color: #c00; font-weight: 700; color: #fff; }
.wpcf7 form.sent .wpcf7-response-output{ background: #46b450; border-color: #46b450; font-weight: 700; color: #fff; }

@media screen and (min-width: 769px) {
	.wpcf7-response-output { font-size: 1.4rem; }
}