@charset "UTF-8";
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
/*==================================================================================
 common
==================================================================================*/
main {
  padding-top: 60px;
}
main .caption {
  font-size: 10px;
}

.commonWindowBtns {
  padding-top: 30px;
  font-size: 14px;
}
.commonWindowBtns li {
  display: block;
  margin: 0 auto;
  padding: 15px 0;
  width: auto;
  max-width: 280px;
}
.commonWindowBtns li:not(:last-child) {
  margin: 0 auto 20px;
}
.commonWindowBtns li.googleMapBtn a {
  padding: 15px 0;
}

.sectionTitle01 {
  padding-bottom: 30px;
  font-size: 24px;
}

.commonContactBtn01 {
  padding-top: 80px;
  width: 80%;
  font-size: 16px;
}
.commonContactBtn01 a {
  padding: 15px 0;
}

/*==================================================================================
 siteHeader
==================================================================================*/
.siteHeader {
  padding: 5px 0;
}
.siteHeader .headerLogo {
  padding-top: 14px;
}
.siteHeader .headerLogo img {
  width: 200px;
}
.siteHeader .headerNavi {
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: calc(100vh - 60px);
  background: rgba(255, 255, 255, 0.9);
}
.siteHeader .headerNavi ul {
  padding-top: 30px;
  text-align: center;
}
.siteHeader .headerNavi ul li {
  float: none;
  clear: both;
  font-size: 18px;
}
.siteHeader .headerNavi ul li:not(:last-child) {
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-right: none;
}
.siteHeader .headerNavi ul li.contact {
  margin: 0 auto;
  width: 200px;
  font-size: 14px;
}
.siteHeader .headerNavi ul li.contact a {
  padding: 10px;
}
.siteHeader .headerNavi ul li a {
  color: #4d4d4d;
}

/*==================================================================================
 siteFooter
==================================================================================*/
.siteFooter {
  padding: 30px 0 20px;
}
.siteFooter .footerNavi {
  padding-bottom: 20px;
}
.siteFooter .footerNavi ul li {
  float: none;
  clear: both;
  font-size: 18px;
}
.siteFooter .footerNavi ul li:not(:last-child) {
  margin: 0;
  padding: 0 0 10px;
  border-right: none;
}
.siteFooter .logo {
  padding-bottom: 20px;
}
.siteFooter .logo img {
  width: 240px;
}
.siteFooter .copyright {
  line-height: 1.2;
  font-size: 10px;
}

/*==================================================================================
 top
==================================================================================*/
#top .mainVisual .catch {
  left: 10%;
  width: 80%;
}
#top section.information {
  margin: -60px 0 60px;
  padding: 120px 3% 40px;
  text-align: center;
}
#top section.information h2 {
  padding-bottom: 30px;
}
#top section.information h2 img {
  width: 300px;
}
#top section.information h3 img {
  width: 240px;
  height: 36px;
}
#top section.information .lead {
  padding-bottom: 20px;
  line-height: 1.7;
  font-size: 16px;
}
#top .sections .textArea .moreBtn {
  font-size: 14px;
}
#top .sections .textArea .moreBtn a {
  padding: 10px 0 10px 10px;
  width: 150px;
}
#top .sections .textArea .moreBtn a:before {
  left: 30px;
  width: 18px;
  height: 8px;
  background-size: 100% auto;
}

#top .topics__boxes{
	max-width: 500px;
}

#top .topics__box{
	width: 500px;
	height: 148px;
	flex-direction: row;
}
/*==================================================================================
 lower common
==================================================================================*/
.lower main {
  padding: 60px 0;
}
.lower .mainVisual {
  margin-bottom: 60px;
  height: 200px;
}
.lower .mainVisual:after {
  right: 22%;
  margin-top: -340px;
  width: 150px;
}
.lower .mainVisual h1 {
  right: 22%;
  width: 125px;
  font-size: 18px;
}
.lower .mainVisual h1 .icon {
  margin-bottom: -10px;
  padding-bottom: 0;
  transform: scale(0.6);
}
.lower .mainVisual h1 .ja {
  padding-top: 15px;
}
.lower section.intro {
  padding-bottom: 80px;
}
.lower section.intro > header {
  margin-bottom: 60px;
}
.lower section.intro > header .lead {
  font-size: 14px;
}
.lower .sections:not(:last-of-type) {
  padding-bottom: 80px;
}

/*==================================================================================
 product.productIndex
==================================================================================*/
#product.productIndex section.intro .productList li {
  float: none;
  clear: both;
  padding: 50px 0;
  width: auto;
  height: auto;
  background: url("../img/product/intro-img01.jpg") no-repeat center center;
  background-size: cover;
}
#product.productIndex section.intro .productList li:nth-child(2)  {
  float: none;
  clear: both;
  padding: 50px 0;
  width: auto;
  height: auto;
  background: url("../img/product/intro-img02.png") no-repeat center center;
  background-size: cover;
}
#product.productIndex section.intro .productList li .content {
  position: static;
  margin: 0 auto;
  transform: none;
}
#product.productIndex section.intro .productList li dl {
  padding-bottom: 30px;
}
#product.productIndex section.intro .productList li dt {
  padding-bottom: 20px;
  line-height: 1.4;
  font-size: 18px;
}
#product.productIndex section.intro .productList li dt img {
  margin: -25px 0;
  transform: scale(0.7);
}
#product.productIndex section.intro .productList li dd {
  line-height: 1.7;
  font-size: 14px;
}
#product.productIndex section.intro .productList li .detailBtn {
  font-size: 12px;
}
#product.productIndex section.intro .productList li .detailBtn a {
  padding: 10px 0;
}
#product.productIndex section.intro .productList li.comingsoon:before {
  font-size: 12px;
}
#product.productIndex section.lineup h3 {
  padding: 20px 0;
  font-size: 22px;
}

#product.productIndex section.lineup .lineups li {
  float: left;
  width: 50%;
}
#product.productIndex section.lineup .lineups li.comingsoon:before {
  font-size: 12px;
}

/*==================================================================================
 product.detail
==================================================================================*/
#product.detail section.intro > header {
  padding-bottom: 40px;
}
#product.detail section.intro > header h2 {
  position: static;
  margin: 0 auto;
  padding-bottom: 20px;
  max-width: 70%;
  text-align: center;
}
#product.detail section.intro > header dl {
  padding: 0;
}
#product.detail section.intro > header dt {
  padding-bottom: 10px;
  font-size: 18px;
}
#product.detail section.intro > header dd {
  line-height: 1.7;
  font-size: 13px;
}
#product.detail section.intro .variableArea .image {
  float: none;
  clear: both;
  margin-bottom: 15px;
  width: auto;
}
#product.detail section.intro .variableArea .thumbnails {
  float: none;
  clear: both;
  width: auto;
}
#product.detail section.intro .variableArea .thumbnails li:not(:nth-child(-n+3)) {
  margin-top: 10px;
}
#product.detail section.description .flows li {
  clear: both;
  width: 50%;
  height: 100vw;
  max-height: 600px;
}
#product.detail section.description .flows li:nth-child(2n) {
  float: right;
  clear: none;
}
#product.detail section.description .flows li .texts {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  text-align: center;
}
#product.detail section.description .flows li .texts:after {
  top: -23px;
  border-top-width: 12px;
  border-right-width: 14px;
  border-bottom-width: 12px;
  border-left-width: 14px;
}
#product.detail section.description .flows li dt {
  padding-bottom: 15px;
  font-size: 18px;
}
#product.detail section.description .flows li dd {
  line-height: 2;
  font-size: 13px;
}
#product.detail section.description .flows li:nth-child(2n) .texts:after {
  bottom: -23px;
}
#product.detail section.function dl {
  padding-left: 0;
}
#product.detail section.function dl:not(:last-of-type) {
  padding-top: 0;
}
#product.detail section.function dl dt {
  position: static;
  padding-bottom: 5px;
  font-size: 18px;
}
#product.detail section.function dl dd {
  font-size: 14px;
}

#product.detail03 .app{
	padding-left: 0;
	width:auto;
}

/*==================================================================================
 manual.detail
==================================================================================*/
#manual.detail section.intro > header {
  padding-bottom: 40px;
}
#manual.detail section.intro > header h2 {
  position: static;
  margin: 0 auto;
  padding-bottom: 20px;
  max-width: 70%;
  text-align: center;
}
#manual.detail section.intro > header dl {
  padding: 0;
}
#manual.detail section.intro > header dt {
  padding-bottom: 10px;
  font-size: 18px;
}
#manual.detail section.intro > header dd {
  line-height: 1.7;
  font-size: 13px;
}
#manual.detail section.intro .variableArea .image {
  float: none;
  clear: both;
  margin-bottom: 15px;
  width: auto;
}
#manual.detail section.intro .variableArea .thumbnails {
  float: none;
  clear: both;
  width: auto;
}
#manual.detail section.intro .variableArea .thumbnails li:not(:nth-child(-n+3)) {
  margin-top: 10px;
}
#manual.detail section.description .flows li {
  clear: both;
  width: 50%;
  height: 100vw;
  max-height: 600px;
}
#manual.detail section.description .flows li:nth-child(2n) {
  float: right;
  clear: none;
}
#manual.detail section.description .flows li .texts {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  text-align: center;
}
#manual.detail section.description .flows li .texts:after {
  top: -23px;
  border-top-width: 12px;
  border-right-width: 14px;
  border-bottom-width: 12px;
  border-left-width: 14px;
}
#manual.detail section.description .flows li dt {
  padding-bottom: 15px;
  font-size: 18px;
}
#manual.detail section.description .flows li dd {
  line-height: 2;
  font-size: 13px;
}
#manual.detail section.description .flows li:nth-child(2n) .texts:after {
  bottom: -23px;
}
#manual.detail section.function dl {
  padding-left: 0;
}
#manual.detail section.function dl:not(:last-of-type) {
  padding-top: 0;
}
#manual.detail section.function dl dt {
  position: static;
  padding-bottom: 5px;
  font-size: 18px;
}
#manual.detail section.function dl dd {
  font-size: 14px;
}

/*==================================================================================
 showroom
==================================================================================*/
#showroom section.use h3 {
  padding-bottom: 50px;
  font-size: 20px;
}
#showroom section.use .uses li {
  height: auto;
}
#showroom section.use .uses li:not(:last-child) {
  padding-bottom: 50px;
}
#showroom section.use .uses li .image {
  position: static;
  width: 100%;
  height: 200px;
}
#showroom section.use .uses li .image:after {
  border-top-width: 24px;
  border-right-width: 22px;
  border-bottom-width: 24px;
  border-left-width: 22px;
}
#showroom section.use .uses li dl {
  position: static;
  padding: 0 3% 20px;
  width: auto;
  transform: none;
  text-align: left;
}
#showroom section.use .uses li dt {
  position: relative;
  padding-bottom: 15px;
  font-size: 18px;
}
#showroom section.use .uses li dd {
  font-size: 13px;
}
#showroom section.use .uses li:nth-child(2n) .image {
  right: 0;
  left: auto;
}
#showroom section.use .uses li:nth-child(2n) .image:after {
  right: auto;
  left: 0;
  border-right-color: transparent;
  border-left-color: #fff;
}
#showroom section.use .uses li:nth-child(2n) dl {
  right: auto;
  left: 0;
}

/*==================================================================================
 manual
==================================================================================*/
#showroom section.use h3 {
  padding-bottom: 50px;
  font-size: 20px;
}
#showroom section.use .uses li {
  height: auto;
}
#showroom section.use .uses li:not(:last-child) {
  padding-bottom: 50px;
}
#showroom section.use .uses li .image {
  position: static;
  width: 100%;
  height: 200px;
}
#showroom section.use .uses li .image:after {
  border-top-width: 24px;
  border-right-width: 22px;
  border-bottom-width: 24px;
  border-left-width: 22px;
}
#showroom section.use .uses li dl {
  position: static;
  padding: 0 3% 20px;
  width: auto;
  transform: none;
  text-align: left;
}
#showroom section.use .uses li dt {
  position: relative;
  padding-bottom: 15px;
  font-size: 18px;
}
#showroom section.use .uses li dd {
  font-size: 13px;
}
#showroom section.use .uses li:nth-child(2n) .image {
  right: 0;
  left: auto;
}
#showroom section.use .uses li:nth-child(2n) .image:after {
  right: auto;
  left: 0;
  border-right-color: transparent;
  border-left-color: #fff;
}
#showroom section.use .uses li:nth-child(2n) dl {
  right: auto;
  left: 0;
}

/*==================================================================================
 contact
==================================================================================*/
#contact h1 {
  margin: 50px 0;
  font-size: 16px;
}
#contact h1 span {
  padding-bottom: 10px;
  border-bottom-width: 2px;
}
#contact form {
  max-width: none;
  font-size: 14px;
}
#contact form dl {
  background: #0056c4;
}
#contact form dl:not(:last-of-type) dt {
  border-bottom: none;
}
#contact form dt,
#contact form dd {
  display: block;
  float: none !important;
  clear: both;
  width: auto !important;
  padding: 12px 15px;
}
#contact form .error {
  position: static;
  padding-top: 3px;
  font-size: 11px;
}
#contact select {
  height: 24px;
  font-size: 12px;
}
#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact textarea {
  padding: 0 10px;
  height: 24px;
  font-size: 12px;
}
#contact .buttons {
  padding-top: 50px;
}
#contact .buttons li {
  display: inline-block;
}
#contact .buttons li button,
#contact .buttons li a {
  width: 140px;
  height: 32px;
  line-height: 30px;
  font-size: 12px;
}
#contact .buttons li:not(:last-child) {
  padding-right: 10px;
}
#contact textarea {
  height: 90px;
}
#contact.confirm form dd {
  font-size: 12px;
  min-height: 0;
}
#contact.confirm form dd span {
  position: static;
  padding: 0;
  width: 100%;
  transform: none;
}
#contact.confirm form .remarks dd {
  min-height: 0;
}
#contact.complete section.result h2 {
  padding-bottom: 30px;
  font-size: 18px;
}
#contact.complete section.result .lead {
  line-height: 2;
  font-size: 13px;
}
#contact.complete section.result .lead + .lead {
  padding-top: 20px;
}

/*# sourceMappingURL=smartphone.css.map */
