@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Oswald');

@-webkit-keyframes flash { 0% { opacity: .6; } 100% { opacity: 1; } }
@keyframes flash { 0% { opacity: .6; } 100% { opacity: 1; } }
a { color: #000; text-decoration: none; }
a:hover { opacity: 1; -webkit-animation: flash 1s; animation: flash 1s; }
a.none:hover { opacity: 1; -webkit-animation: flash 0; animation: flash 0; }
.btn li:first-child a { background: #0094d6; }
.btn li:last-child a { background: #005bac; }
/*common
------------------------------------------------------------------------------------------------------------------------------------ */
@media screen and (min-width: 768px) {
	html { font-size: 62.5%; overflow-y: scroll; } /* 10px */
	body { color: #000; line-height: 1.6; font-family: 'Roboto', sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; background: #fff; }
	img  { vertical-align: bottom; }
	.forSP { display: none;}
	.forPC { display: inline; }
	.navBtn { display: none; }
}
@media screen and (max-width:767px) {
	body { color: #000; line-height: 1.6; font-family: 'Roboto', sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; background: #fff; }
	img { max-width: 100%; height: auto; -webkit-touch-callout: none; }
	.forPC { display: none; }
	.forSP { display: inline;}
}
@media screen and (max-width:320px) {
	html { font-size: 53.3%; } /* 8.5px */
}


/*main
------------------------------------------------------------------------------------------------------------------------------------ */
.main .intro-01,
.main .intro-02 { color: #fff; text-align: center; text-shadow: 1px 1px 15px #000; }
@media screen and (min-width: 768px) {
	.header { position: fixed; top: 0; left: 0; z-index: 100; width: 100%; height: 72px; }
	.header.is-fixed { position: fixed; z-index: 10; margin-top: 0px; width: 100%; background: rgba(255,255,255,.9); box-shadow: 1px 1px 5px #666; } 
	.header.is-fixed .nav { padding-top: 30px;  }
	.header.is-fixed .navGlobal li a { color: #000; text-shadow: 0px 0px 0px; }
	.logo { position: absolute; top: 20px; left: 36px; width: 95px; }
	.logo img { width: 95px; }

	.nav { padding-top: 30px; }
	.nav .navGlobal { display: flex; flex-wrap: nowrap; justify-content: space-between; margin: 0 auto; width: 35vw; }
	.nav .navGlobal  li { font-size: 0.92vw; padding: 0 15px; white-space: nowrap;}
	.nav .navGlobal  li a { color: #fff;text-shadow: 1px 1px 15px #000;  }
	.nav .navGlobal  li a:hover { text-decoration: underline; }

	.main { position: relative; margin-top: -150px; padding-top: 150px; /*min-height: 844px; background: url(/lp/sg/international/assets/img/main.jpg) 0 0 no-repeat; background-size: cover; */}
	.main .mainImg { width: 100%; }
	.main .mainInner { position: absolute; top: 9.68vw; width: 100%; }
	.main .btnAbout { position: absolute; right: 0; bottom: 0; width: 85%; /*background: #fff; */text-align: right; }
	.main h1 { margin: 150px 0 40px; text-align: center;}
	.main .intro-01 { margin-bottom: 15px; width: 100%; font-size: 1.5vw; line-height: 1.5; }
	.main .intro-02 { padding: 0 0; font-size: 3vw; line-height: 1.3; }
	.main .scroll { position: fixed; left: 10px; top: 500px; z-index: 10;padding: 12px 4px; background: rgba(255,255,255,1); border-radius: 16px; }
	.header2nd { position: relative; margin-top:0; padding-top: 0; height: 370px;  }
	.header2nd.headerLineup { background: url(../img/header_lineup.png) center top no-repeat; background-size: 100% auto; }
	.header2nd.headerFaq { background: url(../img/header_faq.png) center top no-repeat; background-size:cover; }
	.header2nd.headerInquily { background: url(../img/header_inquiry.png) center top no-repeat; background-size: 100% auto; }
	.header2nd.headerAbout { background: url(../img/header_about.png) center center no-repeat; background-size: 100% auto; }
	.header2nd.headerSupport { background: url(../img/header_support.png) center center no-repeat; background-size: 100% auto; }
	.header2nd .headerInner { position: absolute; top: 150px; width: 100%; }
	.header2nd p { text-align: center; color: #fff; font-size: 1.8rem; font-family: 'Oswald', sans-serif; font-weight: 600; line-height: 1.0; }
	.header2nd h2 { text-align: center;	color: #fff; font-size: 3.2rem; font-family: 'Oswald', sans-serif; font-weight: 600; line-height: 1.6; letter-spacing: 0.1em; text-indent: 0.1em; margin: 15px 0 0; }
}
@media screen and (max-width:767px) {
	.header .logo { position: fixed; top: 0; left: 0; padding: 3vw 0 4vw; width: 100%; text-align: center; box-sizing: border-box; background: #fff; z-index: 100; box-shadow: 1px 1px 5px #666; }
	.header .logo img { width: 25vw; }
	.main { position: relative; margin-top: 14vw; }
	.main .mainImg  { display: none; }
	.main .btnAbout { position: absolute; right: 0; bottom: 0; text-align: right; }
	.mainInner { padding: 20vw 0 20vw; background: url(/lp/sg/international/assets/img/main.jpg) 0 0 no-repeat; background-size: cover; }
	.mainInner h1 { margin-bottom: 3vw; text-align: center;}
	.mainInner h1 img { width: 25vw; }
	.mainInner .intro-01 { margin-bottom: 2vw; padding: 0 10vw; font-size: 2.7vw; line-height: 1.5; }
	.mainInner .intro-02 { padding: 0 10vw; font-size: 4vw; line-height: 1.3;  }
	.main .scroll { position: fixed; left: 1vw; top: 50vw; z-index: 10; padding: 6px 4px; background: rgba(255,255,255,.5); border-radius: 16px; }
	.main .scroll img { width: 80%; }

	.header2nd { position: relative; margin-top: 15vw; padding: 7vw 0 16vw 0; }
	.header2nd.headerLineup { background: url(../img/header_lineup.png) center top no-repeat; background-size:cover; }
	.header2nd.headerFaq { background: url(../img/header_faq.png) center top no-repeat; background-size:cover; }
	.header2nd.headerInquily { background: url(../img/header_inquiry.png) center top no-repeat; background-size:cover; }
	.header2nd.headerAbout { background: url(../img/header_about.png) center top no-repeat; background-size:cover; }
	.header2nd.headerSupport { background: url(../img/header_support.png) center top no-repeat; background-size:cover; }
	.header2nd .headerInner { width: 100%; }
	.header2nd p { text-align: center; color: #fff; font-size: 3.4vw; font-family: 'Oswald', sans-serif; font-weight: 600; line-height: 1.0; }
	.header2nd h2 { text-align: center;	color: #fff; font-size: 4vw; font-family: 'Oswald', sans-serif; font-weight: 600; line-height: 1.6; letter-spacing: 0.1em; text-indent: 0.1em; margin: 15px 0 0; }

	nav { position: relative; }
	.nav { position: absolute; top: -15vw; width: 100%; z-index: 9000; } 
	.nav .navBtn { position: absolute; top: 2vw; right: 2vw; display: block; display: block; padding: 8px 8px 2px 8px; border: 2px solid #fff; box-sizing: border-box; border-radius: 0; background: #0094d6; cursor: pointer; z-index: 20000; }
	.nav .navGlobal { position: absolute; top: 15vw; display: none; width: 100%; z-index: 9999; }
	.nav .navGlobal li { position: relative; border-top: 1px solid #fff; background: #0094d6; background-color: rgba(0, 148, 214, 1);  }
	.nav .navGlobal li a { display: block; padding: 2vw 0 2vw 6vw; font-size: 3vw; text-decoration: none; color: #fff; }
	.nav .navGlobal li a::after { position: absolute; top: 50%; content: ''; width: 5px; height: 5px; border: 0px; border-top: solid 2px #fff; border-right: solid 2px #fff; -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); left: 2.5vw; margin-top: -5px; }
	.nav .download a { border-top: 1px solid #fff; background: #0094d6; }
	.nav .contact a { border-top: 1px solid #fff; border-bottom: 1px solid #fff; background: #005bac; }
	.nav .download a::after,
	.nav .contact a::after { display: none; }
	.nav .download a span { margin-left: -4vw; padding: 10px 0 10px 4.9vw; background: url(/lp/sg/international/assets/img/icon_donwload.png) left center no-repeat; background-size: 4vw auto; }
	.nav .contact a span { margin-left: -4vw; padding: 10px 0 10px  4.9vw; background: url(/lp/sg/international/assets/img/icon_contact.png) left center no-repeat; background-size: 4vw auto; }
	.menu-trigger,
	.menu-trigger span { display: inline-block; transition: all .4s; box-sizing: border-box; }
	.menu-trigger { position: relative; width: 25px; height: 22px; }
	.menu-trigger span { position: absolute; left: 0; width: 100%; height: 2px; background-color: #fff; border-radius: 2px; }
	.menu-trigger span:nth-of-type(1) { top: 0; }
	.menu-trigger span:nth-of-type(2) { top: 10px; }
	.menu-trigger span:nth-of-type(3) { bottom: 0; }
	.menu-trigger.active span:nth-of-type(1) { -webkit-transform: translateY(10px) rotate(-45deg); transform: translateY(10px) rotate(-45deg); }
	.menu-trigger.active span:nth-of-type(2) { opacity: 0; }
	.menu-trigger.active span:nth-of-type(3) { -webkit-transform: translateY(-10px) rotate(45deg); transform: translateY(-10px) rotate(45deg); }
	.btnAbout img { width: 50%; }
}

/*lineup
------------------------------------------------------------------------------------------------------------------------------------ */
.lineup { }
.lineup h2 { color: #0094d6; text-align: center; }
.lineup .sort dd ul { display: flex; flex-wrap: wrap; }
.lineup .sort dd a { display: inline-block; background: #f0f0f0; border-radius: 16px; }
.lineup .sort dd a.active { background: #0094d6; color: #fff;}
.lineup .sort dd label { display: inline-block; background: #f0f0f0; border-radius: 16px; }
.lineup .sort dd label:hover { opacity: 1; -webkit-animation: flash 1s; animation: flash 1s; }
.lineup .sort dd input:checked+label { background: #0094d6; color: #fff;}
.lineup .sort dd input[type=radio] {display: none;}
.lineup .sort dd input[type=checkbox] {display: none;}
.lineup .products { display: flex; flex-wrap: wrap; justify-content: space-between;}
.lineup .products::after { content:""; display: block; width:30%;}
.lineup .products li dt { text-align: center; }
.lineup .products li dd ul li { background: #0094d6; color: #fff; text-align: center; }
@media screen and (min-width: 768px) {
	.lineup { margin: 0 auto; width: 1170px; }
	.lineup h2 { margin-bottom: 60px; padding-top: 70px; font-size: 5.2rem; }
	.lineup .sort { display: table; margin: 60px auto; width: 1170px; }
	.lineup .sort dt { display: table-cell; width: 145px; vertical-align: middle; text-align: center; border-left: 1px solid #005bac; font-size: 2.2rem; vertical-align: middle; box-sizing: border-box;  }
	.lineup .sort dd { display: table-cell; width: 995px; vertical-align: middle; font-size: 1.4rem;  }
	.lineup .sort dd ul { width: 995px; }
	.lineup .sort dd li { margin: 0 10px 10px 0; }
	.lineup .sort dd li:nth-last-of-type(-n+4) { margin-bottom: 0; }
	.lineup .sort dd a { padding: 5px 28px; }
	.lineup .sort dd li:first-child a { padding: 5px 45px; }
	.lineup .sort dd label { padding: 5px 28px; }

	.lineup .products { margin: 40px 0 0 0; width: 1170px; }
	.lineup .products .list { margin-bottom: 80px; width: 350px; }
	.lineup .products li .name { font-size: 2.6rem; font-weight: normal; padding-left: 30px; background: url(/lp/sg/international/assets/img/arrow.png) left center no-repeat; background-size: 22px auto; }
	.lineup .products li .name a:hover { text-decoration: underline; }
	.lineup .products li .text { margin-bottom: 25px; font-size: 1.6rem; }
	.lineup .products li dd ul { display: flex; flex-wrap: wrap; justify-content: space-between; }
	.lineup .products li dd ul li { margin-top: 10px; width: 170px; }
	.lineup .products li dd ul li { display: flex; flex-direction: column; justify-content: center; align-items: center;background: #0094d6; color: #fff; padding: 8px 10px; width: 170px; height: 50px; font-size: 1.4rem; line-height: 1.3;vertical-align: middle; box-sizing: border-box; }
	/*.lineup .products li dd ul li span { padding-left: 10px; background: url(/lp/sg/international/assets/img/arrow_link_pc.png) left center no-repeat; background-size: 6px auto; }*/
	.lineup .noProduct { padding: 50px 0; text-align: center; font-size: 4rem; color: #0094d6;}
	.lineup .products .item_container { display: flex; flex-wrap: wrap; }
	.lineup .products .hide_item { display: none;}
}
@media screen and (max-width:767px) {
	.lineup { margin: 0 auto; }
	.lineup h2 { margin-bottom: 2vw; padding-top: 10vw; font-size: 6vw; }
	.lineup .sort { margin-bottom: 6vw; padding: 0 4vw; }
	.lineup .sort dt { margin-bottom: 3vw; padding-left: 10px; border-left: 2px solid #005bac; font-size: 4vw; vertical-align: middle; box-sizing: border-box; }
	.lineup .sort dd { font-size: 2.9vw; }
	.lineup .sort dd label { padding: 1.5vw 3.5vw; }
	.lineup .sort dd li { margin: 0 10px 10px 0; }
	.lineup .sort dd a { padding: 5px 12px; }
	.lineup .sort dd li:first-child a { padding: 5px 45px; }

	.lineup .products { padding: 0 4vw; }
	.lineup .products .list { margin-bottom: 5vw; width: 46%; }
	.lineup .products li .name { margin-bottom: 2vw; font-size: 4vw; font-weight: normal; padding-left: 30px; background: url(/lp/sg/international/assets/img/arrow.png) left center no-repeat; background-size: 22px auto; }
	.lineup .products li .text { margin-bottom: 2.5vw; font-size: 3vw; }
	.lineup .products li dd ul li { margin-bottom: 10px; width: 100%; }
	.lineup .products li dd ul li:last-child { margin-bottom: 0; }
	.lineup .products li dd ul li { display: block; position: relative; padding: 1.8vw 0;width: 100%; font-size: 3vw; }
	.lineup .products .item_container { display: flex; flex-wrap: wrap; }
	.lineup .products .hide_item { display: none;}
}

/*case
------------------------------------------------------------------------------------------------------------------------------------ */
.case h2 { color: #0094d6; text-align: center; }
.case .list dd { background: #fff; color:#000; }
@media screen and (min-width: 768px) {
	.case { padding: 70px 0 0 0; }
	.case h2 { margin: 0 0 50px 0; font-size: 5.2rem; }
	.case .caseInner { padding: 0; background: url(/lp/sg/international/assets/img/bg_case.png) left top repeat-x; background-size: auto 100%; }
	.case .list { display: flex; flex-wrap: nowrap; padding-bottom: 40px; margin: 0 auto; width:100%;}
	.case .list li.slide {/* margin: -50px 25px 0 25px;*/ margin: 0 10px; width: 25%; background: #fff; }
	.case .list li img { width: 100%; }
	.case .list dd { padding: 50px 30px; font-size: 1.8rem; }
	.slick-prev { background: #f00!important; width: 50px; height: 50px; }
	.slick-arrow { background: #f00!important; width: 50px; height: 50px;}
}
@media screen and (max-width:767px) {
	.case { padding: 10vw 5vw; }
	.case h2 { padding-bottom: 5vw; font-size: 5vw; }
	.case .list { display: flex; flex-wrap: wrap; justify-content: space-between; width: 100%; }
	.case .list li { margin-bottom: 5vw; width: 48%;  background: #fff; }
	.case .list dd { padding: 3vw; font-size: 3vw; }
}

/*quality
------------------------------------------------------------------------------------------------------------------------------------ */
.quality h2 { color: #0094d6; text-align: center;  }
.quality .list dd { background: #fff; color:#000; }
@media screen and (min-width: 768px) {
	.quality  { margin: 0 auto 120px auto; width: 1170px; }
	.quality h2 { padding: 70px 0 0 0; margin: 0 0 60px 0; font-size: 5.2rem; }
	.quality dl.standards { display: table; margin-bottom: 75px; }
	.quality dl.standards dt { display: table-cell; vertical-align: top; }
	.quality dl.standards dd { display: table-cell; width: 630px; padding-left: 85px; vertical-align: top; }
	.quality dl.standards dd h3 { margin-bottom: 30px; font-size: 3.0rem; }
	.quality dl.standards dd p { font-size: 1.6rem; line-height: 1.8; }
	.quality dl.iso { display: table; padding: 60px 160px 60px 120px; background: #f1f1f1; }
	.quality dl.iso dt { display: table-cell; vertical-align: top; }
	.quality dl.iso dd { display: table-cell; padding-right: 130px; vertical-align: top; }
	.quality dl.iso dd h3 { margin-bottom: 30px; font-size: 3.0rem; }
	.quality dl.iso dd p { font-size: 1.6rem; line-height: 1.8; }
}
@media screen and (max-width:767px) {
	.quality { margin-bottom: 8vw; padding: 10vw 5vw; }
	.quality h2 { padding-bottom: 4vw; font-size: 5vw; }
	.quality dl.standards { margin-bottom: 5vw; }
	.quality dl.standards dt { margin: 0 0 3vw 0;  }
	.quality dl.standards dd h3 { padding: 4vw 0; font-size: 4.5vw; }
	.quality dl.standards dd p { font-size: 4vw; line-height: 1.8; }
	.quality dl.iso { padding: 7vw; background: #f1f1f1; }
	.quality dl.iso dt { margin-top: 5vw; text-align: center; padding: 0 15vw; }
	.quality dl.iso dd {  }
	.quality dl.iso dd h3 { padding-bottom: 3vw; font-size: 5vw; }
	.quality dl.iso dd p { font-size: 4vw; line-height: 1.8; }
}


/*about
------------------------------------------------------------------------------------------------------------------------------------ */
.about h2 { color: #0094d6; text-align: center; }
.about ul li { text-align: center;}
@media screen and (min-width: 768px) {
	.about { margin: 0 auto; padding-bottom: 100px; width: 1130px; }
	.about h2 { padding: 70px 0 0 0; margin: 0 0 50px 0; font-size: 5.2rem; }
	.about ul li dt { margin-bottom: 25px; }
	.about .aboutList { display: flex; flex-wrap: nowrap; width: 100%; }
	.about .aboutListInner h3 { margin-bottom: 20px; display: flex; justify-content: center; align-items: center;color: #0094d6; font-size: 2.4em; line-height: 1.3;}
	.about .aboutListInner p { font-size:1.8rem; text-align: center; }
	.about .aboutListInner li { padding: 0 0 0 1.0em; font-size: 1.9rem; background: ; text-align: left; text-indent: -1.0em; line-height: 1.6; }
	.about .aboutListInner:first-child { width: 260px; }
	.about .aboutListInner:nth-child(2) { margin: 0 93px; width: 180px;}
	.about .aboutListInner:nth-child(3) { width: 210px;  background:}
	.about .aboutListInner:nth-child(4) { width: 200px; margin-left: auto; margin-right: 0; }
	.about .aboutListInner li::first-letter { color: #0094d6; }
	.about .aboutListInner a { position: relative; display: block; margin-top: 30px; padding: 15px 0; text-align: center; background: #0094d6; color: #fff; font-size: 1.4rem; }
	.about .aboutListInner a::before { content: ""; position: absolute; top: 47%; left: 10px; width: 6px; height: 6px; border-top: 1px solid #fff; border-right: 1px solid #fff; -webkit-transform: rotate(45deg) translateY(-50%); transform: rotate(45deg) translateY(-50%); }
}
@media screen and (max-width:767px) {
	.about { margin: 0 auto 15vw auto;}
	.about h2 { margin-bottom: 5vw; font-size: 5vw; }
	.about ul li dt { margin-bottom: 3vw; }
	.about .aboutList { display: flex; flex-wrap: wrap; justify-content: space-between; margin: 0 4vw; }
	.about .aboutListInner { width: 45%;}
	.about .aboutListInner h3 { color: #0094d6; font-size: 4vw; line-height: 1.3; }
	.about .aboutListInner p { font-size: 3.5vw; text-align: center; }
	.about .aboutListInner li { padding: 0 0 0 1.0em; font-size: 3.5vw; text-align: left; text-indent: -1.0em; line-height: 1.6; }
	.about .aboutListInner dt { padding: 0 6vw; }
	.about .aboutListInner:first-child { margin-bottom: 10vw; }
	.about .aboutListInner:nth-child(2) { margin-bottom: 10vw; }
	.about .aboutListInner:nth-child(3) {}
	.about .aboutListInner:nth-child(4) {}
	.about .aboutListInner li::first-letter { color: #0094d6; }
	.about .aboutListInner a { position: relative; display: block; margin-top: 30px; padding: 15px 0; text-align: center; background: #0094d6; color: #fff; font-size: 3.5vw; }
	.about .aboutListInner a::before { content: ""; position: absolute; top: 47%; left: 10px; width: 6px; height: 6px; border-top: 1px solid #fff; border-right: 1px solid #fff; -webkit-transform: rotate(45deg) translateY(-50%); transform: rotate(45deg) translateY(-50%); }
}


/*company
------------------------------------------------------------------------------------------------------------------------------------ */

.company a { color: #0094d6; }
@media screen and (min-width: 768px) {
	.company { margin: 0 auto; width: 1170px; }
	.company img  { width: 100%; }
	.company h3 { font-family: 'Noto Sans Japanese', sans-serif; padding: 70px 0 0 0; margin: 0 0 50px 0; font-size: 5.2rem;color: #0094d6; text-align: center;  }
	.company p { margin: 0 0 45px; font-size: 1.6rem; line-height: 2; }
}
@media screen and (max-width:767px) {
	.company { margin: 0 auto; }
	.company img  { }
	.company h3 { padding: 5vw 0; font-family: 'Noto Sans Japanese', sans-serif; font-size: 5vw; color: #0094d6; text-align: center;  }
	.company p { margin: 0; padding: 0 4.4vw; font-size: 3.5vw; line-height: 1.6; }
	.company .img-block { margin: 4.4vw; }
}
.link-text { display: inline-block; }
.link-text span { position: relative; padding-left: 15px; }
.link-text span:after { content: ""; position: absolute; top: 50%; left: 0; width: 4px; height: 4px; border-top: 1px solid #111; border-right: 1px solid #111; -webkit-transform: rotate(45deg) translateY(-50%); transform: rotate(45deg) translateY(-50%); }

/* table
============================================================ */
@media screen and (min-width: 768px) {
.table-org-base-wrap { position: relative; margin: 50px 0 100px; width: 1170px; }
  .table-org-base-wrap:before,
  .table-org-base-wrap:after { content: ""; display: block; position: absolute; top: 0; left: 140px; background-color: #fff; height: 1px; width: 80px; }
  .table-org-base { width: 1170px; }
  .table-org-base th,
  .table-org-base td { vertical-align: top; padding: 20px 0; border-bottom: solid 1px #e5e5e5; text-align: left; font-size: 1.4rem; }
  .table-org-base tr:first-child th,
  .table-org-base tr:first-child td { border-top: solid 1px #e5e5e5; }
  .table-org-base th { font-weight: normal; font-size: 16px; font-weight: bold; }
  .table-org-base .main-t-head { width: 220px; font-family: 'Vollkorn', serif; font-size: 1.8rem; font-weight: normal; color: #0094d6; font-family: 'Noto Sans Japanese', sans-serif;  }
}
  /* sp
  ------------------------------------------------------------ */
  @media screen and (max-width: 767px) {
	.table-org-base-wrap { margin: 5vw; }
	.table-org-base-wrap:before,
	.table-org-base-wrap:after { display: none; }
	.table-org-base th,
	.table-org-base td { display: block; padding-bottom: 4vw; text-align: left; border-bottom: solid 1px #e5e5e5;  }
	.table-org-base th,
	.table-org-base tr:first-child th { border-bottom: none; padding: 15px 0 5px; }
	.table-org-base tr:first-child td { border-top: none; }
	.table-org-base td { padding-top: 0; }
	.table-org-base .main-t-head { width: 100%; text-align: center; color: #0094d6; font-size: 5vw; }
	.table-org-base tr:first-child + th { padding-bottom: 3vw; border-bottom: solid 1px #e5e5e5; }
  }

/* faq
------------------------------------------------------------------------------------------------------------------------------------ */
.accordion-title { margin-bottom: 1px; display: block; background: #f0f0f0; cursor: pointer; position: relative; border-left: 6px solid #0094d6; }
.accordion-title:before { position: absolute; content: ''; top: 50%; background: #0094d6; transform: rotate(90deg); transition: all .3s ease-in-out; }
.accordion-title:after { position: absolute; content: ''; top: 50%; background: #0094d6; transition: all .3s ease-in-out; }
.accordion-title.open:before { transform: rotate(180deg); }
.accordion-title.open:after { opacity: 0; }
.accordion-text { display: none; background: #f0f0f0; }
.accordion-title dl,
.accordion-text dl { display: table; }
.accordion-title dt,
.accordion-text dt { display: table-cell; padding-right: 10px; }
.accordion-title dd { display: table-cell; }
.accordion-text dd { display: table-cell; }
@media screen and (min-width: 768px) {
	.faq { margin: 50px auto; }
	.accordion-list:not(:first-child) { margin-top: 30px; }
	.accordion-container { margin: 0 auto; width: 1170px; }
	.accordion-title { font-size: 16px; padding: 15px 20px; }
	.accordion-title:before { right: 25px; height: 2px; width: 30px; }
	.accordion-title:after { right: 25px; height: 2px; width: 30px; }
	.accordion-text { padding: 15px 20px; }
	.accordion-text dt { font-size: 2.4rem; }
	.accordion-title dd { font-size: 2rem; }
	.accordion-text dd { font-size: 1.6rem; }
}
@media screen and (max-width:767px) {
	.faq { margin: 8vw auto 16vw; }
	.accordion-list:not(:first-child) { margin-top: 5vw; }
	.accordion-container { margin: 0px 4.4vw 0 4.4vw; }
	.accordion-title { font-size: 16px; padding: 5px 40px 15px 20px; }
	.accordion-title:before { right: 20px; height: 2px; width: 20px; }
	.accordion-title:after { right: 20px; height: 2px; width: 20px; }
	.accordion-text { padding: 15px 20px 15px 26px; }
	.accordion-title dt { padding-top: 2.3vw; font-size: 4.5vw; line-height: 1.5; }
	.accordion-text dt { font-size: 4.5vw; }
	.accordion-title dd { font-size: 4vw; }
	.accordion-text dd { font-size: 3.6vw; }
}

/*footer
------------------------------------------------------------------------------------------------------------------------------------ */
.footer { position: relative; background: #002d41; position: fixed; left: 0; bottom: 0; width: 100%; opacity: 1; z-index: 100; transition: all 0.5s ease; transform: translateY(0%);}
.footer dt { font-size: 3.6rem; line-height: 1.3; color: #fff; }
.footer .close { position: absolute; display: block; width: 80px; height: 35px; top: -35px; right: 0; background: #002d41; border: none; border-top-left-radius: 10px; border-top-right-radius: 10px; cursor: pointer; }
.footer .arrow::after { position: absolute; top: 30%; content: ''; width: 10px; height: 10px; border: 0px; border-top: solid 2px #fff; border-right: solid 2px #fff; -ms-transform: rotate(135deg); -webkit-transform: rotate(135deg); transform: rotate(135deg); right: 34px; }
.footer.js_active { transform: translateY(100%); }
.footer.js_active .arrow::after { transform: translate(-50%, -50%) rotate(-45deg); right: 28px; margin-top: 10px;}
.copyright { background: #000; text-align: center; color: #fff; }

@media screen and (min-width: 768px) {
	.footer dl { display: flex; flex-wrap: nowrap; justify-content: space-between; margin: 0 auto; padding: 50px 0; width: 1170px; }
	.footer dt { font-size: 3.6rem; line-height: 1.3; }
	.footer .btn li { margin-left: 20px; }
	.footer .btn li a { display: block; padding: 32px 0; width: 210px; }
	.copyright { padding: 20px; font-size: 1.6rem; }
}
@media screen and (max-width:767px) {
	.footer { padding-top: 5vw; }
	.footer .btn { margin: 5vw; }
	.footer .btn li { width: 50%; }
	.footer .btn li a { display: block; padding: 5vw 0; }
	.footer dl { margin: 0 auto; }
	.footer dt { margin-bottom: 5vw; font-size: 4vw; line-height: 1.3; text-align: center; color: #fff; }
	.copyright { padding: 3vw; font-size: 2.4vw; color: #fff; }
}

/* btn
---------------------------------------------------*/
.btn a { color: #fff; }
.btn li.btnCatalog a { background: #0094d6; }
.btn li.btnContact a { background: #005bac; }
.btn li.btnFaq a { background: #5b9bd5; }
@media screen and (min-width: 768px) {
	.btn { display: flex; font-size: 1.8rem; text-align: center;}
	.btn li.btnCatalog span { padding: 10px 0 10px 45px; background: url(/lp/sg/international/assets/img/icon_donwload.png) left center no-repeat; }
	.btn li.btnContact span { padding: 10px 0 10px 45px; background: url(/lp/sg/international/assets/img/icon_contact.png) left center no-repeat; }
	.btn li.btnFaq span { padding: 10px 0 10px 45px; background: url(/lp/sg/international/assets/img/icon_faq.png) left center no-repeat; }
	.header .btn { position: absolute; right: 0; top: 0; }
	.header .btn li a { display: block; }
	.header .btn li.btnCatalog a { padding: 22px 1.8vw; }
	.header .btn li:last-child a { padding: 22px 2.49vw; }
}
@media screen and (max-width: 767px) {
	.btn { display: flex; width padding: 0 5vw; font-size: 3vw; text-align: center; }
	.btn li.btnCatalog span { padding: 2vw 0 1.5vw 8.5vw; background: url(/lp/sg/international/assets/img/icon_donwload.png) left center no-repeat; background-size: 7vw auto; }
	.btn li.btnContact span { padding: 2vw 0 1.5vw 8.5vw; background: url(/lp/sg/international/assets/img/icon_contact.png) left center no-repeat; background-size: 7vw auto; }
	.btn li.btnFaq span{ padding: 2vw 0 1.5vw 8.5vw; background: url(/lp/sg/international/assets/img/icon_contact.png) left center no-repeat; background-size: 7vw auto; }
	.header .btn { display: none; position: absolute; right: 0; top: 0; }
	
	.header .btn li a { display: block; padding: 5vw 0; width: 30vw; }
}

/*pagetop
---------------------------------------------------*/
@media screen and (min-width: 768px) {
	.pagetop { position: absolute; right: 10px; top: -130px; z-index: 20000; }
}
@media screen and (max-width: 767px) {
	.pagetop { position: absolute; right: 0; top: -6vw; width: 25vw; }
}

/* フェードイン(初期値) */
.js-fadeUp {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity .8s, transform .8s;
}
  /* フェードイン(スクロールした後) */
.js-fadeUp.is-inview {
	opacity: 1; 
	transform: translateY(0); 
	transition-delay: .2s;
}

/* モーダル画面
---------------------------------------------------*/	
#lean_overlay  { display: none; position: fixed; z-index:10000; top: 0px; left: 0px; height: 100%; width: 100%; background: #000; }
@media screen and (min-width: 768px) {
	.modalWindow { display: none; box-sizing: border-box; text-align: center; }
	.modalInner  { width: 1170px; height: 700px; background: #fff; overflow: auto;}
	.modalClose  { display: block; position: absolute; top: 15px; right: 35px; width: 35px; height: 35px; background: url(/lp/sg/international/assets/img/btn_modal_close.png) no-repeat; background-size: 35px 35px; z-index: 2; cursor: pointer; }
	.modalInner h3 { padding: 40px 0; font-size: 3.2rem; color: #0094d6; text-align: center; }
	.modalInner .modalMain dd { margin: -40px auto 0 auto; padding: 85px 0; background: #f3f3f3; text-align: left; }
	.modalInner .modalDetail { margin: 0 auto; width: 670px; }
	.modalInner .modalDetail h4 { margin-bottom: 15px; font-size: 4.0rem; }
	.modalInner .modalDetail h5 { margin-bottom: 20px; font-size: 2.2rem; color: #0094d6; }
	.modalInner .modalDetail p { font-size: 1.6rem; }
	.modalProduct { background: #f3f3f3; padding: 40px 0; border-top: 1px solid #aaa; }
	.modalProduct h4 { margin-bottom: 30px; font-size: 2.4rem; text-align: center; }
	.modalProduct ul { display: flex; flex-wrap: nowrap; justify-content: space-between; margin: 0 auto; width: 670px;}
	.modalProduct ul li { width: 31%; box-sizing: border-box; }
	.modalProduct ul li dt { padding: 10px; background: #fff; }
	.modalProduct ul li dd a { position: relative; margin-top: 10px; display: block; padding: 15px; background: #0094d6; color: #fff; font-size: 1.2rem; }
	.modalProduct ul li dd a::before { content: ""; position: absolute; top: 47%; left: 10px; width: 6px; height: 6px; border-top: 1px solid #fff; border-right: 1px solid #fff; -webkit-transform: rotate(45deg) translateY(-50%); transform: rotate(45deg) translateY(-50%); }
	.modalProduct ul li img { width: 100%; }
	
	.modalImplementation { padding: 100px 0;}
	.modalImplementation h4 { text-align: center; font-size: 3.2rem; }
	.modalImplementation h4+span { display: block; margin: 30px auto 60px auto; background: #0094d6; width: 65px; height:2px; }
	.modalImplementation h4::after { /*border-bottom: 5px solid #f00; background: #f00; */}
	.modalImplementation dl { display: flex; flex-wrap: nowrap; margin: 0 auto 100px auto; width: 1000px; }
	.modalImplementation dl dt { width: 550px; }
	.modalImplementation dl dd { width: 450px; padding-left: 50px; text-align: left;}
	.modalImplementation dl.reverse { flex-direction: row-reverse; }
	.modalImplementation dl.reverse dd { padding: 0 50px 0 0; }
	.modalImplementation dl dd h5 { margin-bottom: 20px; color: #0094d6; font-size: 2.4rem; }
	.modalImplementation dl dd p { font-size: 1.6rem; }
	.modalImplementation dl:last-child { margin-bottom: 0; }
	.modalImplementation + .modalProduct { border: none; }

}
@media screen and (max-width: 767px) {
	.modalWindow { display: none; box-sizing: border-box; text-align: center; }
	.modalInner  { margin: 0 5vw; background: #fff; height: 90vh; overflow: auto; }
	.modalClose  { display: block; position: absolute; top: 3vw; right: 8vw; width: 6vw; height: 6vw; background: url(/lp/sg/international/assets/img/btn_modal_close.png) no-repeat; background-size: 6vw 6vw; z-index: 2; cursor: pointer; }
	.modalInner h3 { padding: 5vw 0; font-size: 5vw; color: #0094d6; text-align: center; }
	.modalInner .modalMain dt { margin: 0 5vw 5vw 5vw; }
	.modalInner .modalMain dd { background: #f3f3f3; text-align: left; }
	.modalInner .modalDetail { margin: 0 auto; padding: 0 5vw 5vw 5vw; }
	.modalInner .modalDetail h4 { padding: 5vw 0 3vw; font-size: 4vw; }
	.modalInner .modalDetail h5 { margin-bottom: 3vw; font-size: 4vw; color: #0094d6; }
	.modalInner .modalDetail p { font-size: 3.5vw; }
	.modalProduct { background: #f3f3f3; padding: 5vw; border-top: 1px solid #aaa; }
	.modalProduct h4 { margin-bottom: 4vw; font-size: 4vw; text-align: center; }
	.modalProduct ul { display: flex; flex-wrap: nowrap; justify-content: space-between;}
	.modalProduct ul li { width: 48%; box-sizing: border-box; }
	.modalProduct ul li dt { padding: 10px; background: #fff; }
	.modalProduct ul li dd a { position: relative; margin-top: 10px; display: block; padding: 10px; background: #0094d6; color: #fff; font-size: 3.5vw; }
	.modalProduct ul li dd a::before { content: ""; position: absolute; top: 47%; left: 5px; width: 6px; height: 6px; border-top: 1px solid #fff; border-right: 1px solid #fff; -webkit-transform: rotate(45deg) translateY(-50%); transform: rotate(45deg) translateY(-50%); }
	.modalProduct ul li img { width: 100%; }
	
	.modalImplementation { }
	.modalImplementation h4 { padding: 5vw 0 0 0; text-align: center; font-size: 4vw; }
	.modalImplementation h4+span { display: block; margin: 5vw auto; background: #0094d6; width: 65px; height:2px; }
	.modalImplementation h4::after { /*border-bottom: 5px solid #f00; background: #f00; */}
	.modalImplementation dl { padding: 0 5vw; }
	.modalImplementation dl dt { margin-bottom: 5vw; }
	.modalImplementation dl dd { text-align: left;}
	.modalImplementation dl.reverse { flex-direction: row-reverse; }
	.modalImplementation dl.reverse dd { }
	.modalImplementation dl dd h5 { padding-bottom: 3vw; color: #0094d6; font-size: 4vw; }
	.modalImplementation dl dd p { padding-bottom: 5vw; font-size: 3.5vw; }
	.modalImplementation dl:last-child { margin-bottom: 0; }
	.modalImplementation + .modalProduct { border: none;}
}





.lineup.download a { display: block; color: #fff; }
.lineup.download a::before { content: ""; position: absolute; top: 50%; right: 15px; width: 6px; height: 6px; border-top: 1px solid #fff; border-right: 1px solid #fff; -webkit-transform: rotate(45deg) translateY(-50%); transform: rotate(45deg) translateY(-50%); }
.lineup.download p.btnDownload a { position: relative; display: block; padding: 15px; text-align: center; background: #0094d6; color: #fff; font-size: 1.4rem; width: 50%; margin: 0 auto 80px auto;  }
.lineup.download p.btnDownload a::before { content: ""; position: absolute; top: 50%; right: 20px; width: 8px; height: 8px; border-top: 2px solid #fff; border-right: 2px solid #fff; -webkit-transform: rotate(45deg) translateY(-50%); transform: rotate(45deg) translateY(-50%); }
@media screen and (min-width: 768px) {
	.lineup.download .products { width: 1170px; margin: 0 auto; display: flex; flex-wrap: wrap; justify-content: space-between; }
	.lineup.download .list { margin-bottom: 50px; width: 270px; }
	.lineup.download .products li dt img { width: 270px; }
	.lineup.download .products li .name { font-size: 2.6rem; font-weight: normal; padding-left: 0; background: none; text-align: center; margin-top: 15px; }
	.lineup.download .products li .btnDownload li { display: block; margin-top: 10px; padding: 0; width: 100%!important; height: auto; }
	.lineup.download .products li .btnDownload li a { position: relative; display: block; padding: 15px; text-align: center; background: #0094d6; color: #fff; font-size: 1.4rem;  }
	.lineup.download .products li .btnDownload li a::before { content: ""; position: absolute; top: 50%; right: 20px; width: 8px; height: 8px; border-top: 2px solid #fff; border-right: 2px solid #fff; -webkit-transform: rotate(45deg) translateY(-50%); transform: rotate(45deg) translateY(-50%); }
	.header2nd.headerSupport { background: url(/lp/sg/international/assets/img/header_support.png) center center no-repeat; background-size: 100% auto; }
	.lineup.download h2 { margin-bottom: 20px; }
	.lineup.download h2+p { margin-bottom: 30px; text-align: center; font-size: 1.8rem; }
	.lineup.download .pamf .text { padding-bottom: 30px; font-size: 1.6rem; text-align: center; }
}
@media screen and (max-width: 767px) {
	.lineup.download { margin: 0 4.4vw; }
	.lineup.download .products { padding: 0; }
	.lineup.download h2 + p { margin-bottom: 5vw; }
	.lineup.download p.btnDownload a { margin-top: 5vw;  width: 100%; font-size: 3.3vw; padding: 3vw 0; }
}





