﻿/*
　　■ 基本スタイル
*/

html {
  font-size: 62.5%;
  /* 
  デフォルト16px環境での10px相当をベースに指定。
  100% = 1em = 1rem = 16px = 12pt
  */
}

body {
  margin: 0;
  padding: 0;
  color: #222222;
  font-family: -apple-system, blinkMacSystemFont, /* Macの欧文はSan Francisco (OS X 10.11以降) */
  'Helvetica Neue', /* Macの欧文 (OS X 10.10以前) */
  'Segoe UI', /* Windowsの欧文 */
  'Hiragino Kaku Gothic ProN', /* Macのヒラギノ */
  Meiryo, /* Windowsのメイリオ */
  sans-serif;
  font-size: 1.4rem;
}


/* aはLVHA 順 */

a {
  color: #537B00;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

table {
  border: 1px #A4A4A4 solid;
  border-collapse: collapse;
  background-color: #FFFFFF;
}

th {
  border: 1px #A4A4A4 solid;
  vertical-align: middle;
  font-weight: bold;
  box-sizing: border-box;
  word-break: break-all;
}

thead th {
  background-color: #CFE3A2;
  font-size: 1.7rem;
  text-align: center;
  padding: 10px 10px;
}

tbody th {
  text-align: left;
  padding: 5px 10px;
}

td {
  border: 1px #A4A4A4 solid;
  padding: 5px 10px;
  text-align: left;
  vertical-align: middle;
  box-sizing: border-box;
  word-break: break-all;
}


/* ▼ 共通コンテンツ枠（横幅制限用） */

.content-box {
  width: 940px;
  margin: 0 auto;
}

.content-box::after {
  content: "";
  display: block;
  clear: both;
}


/*
　　■ ヘッダー
*/

header {
  box-sizing: border-box;
  height: 99px;
  margin: 0 0 2px 0;
  padding: 20px 0 0 0;
  border-bottom: 6px solid #E3E3E6;
}

header::after {
  content: "";
  display: block;
  clear: both;
}

header a,
header a:hover {
  color: #222222;
  text-decoration: none;
}

.header-logo {
  box-sizing: border-box;
  float: left;
  height: 30px;
  width: 300px;
  margin: 0;
  padding: 0;
}

.header-contact-menu {
  box-sizing: border-box;
  float: right;
  height: 30px;
  line-height: 30px;
}

.header-contact-menu>ul {
  list-style: none;
}

.header-contact-menu>ul>li {
  display: inline-block;
  margin-left: 15px;
  position: relative;
  top: 0;
  left: 0;
}

.header-contact-menu-type1>a {
  padding-left: 13px;
}

.header-contact-menu-type1>a::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #6BB130;
  border-right: 2px solid #6BB130;
  border-left: none;
  border-bottom: none;
  transform: rotate(45deg);
  position: absolute;
  top: 11px;
  left: 0;
}

.header-contact-menu-type2>a {
  box-sizing: border-box;
  display: inline-block;
  width: 175px;
  height: 30px;
  line-height: 26px;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  background-color: #6BB130;
  border: 2px solid #6BB130;
}

.header-contact-menu-type2>a:hover {
  color: #FFFFFF;
  border-color: #537B00;
  background-color: #9CD86B;
  text-decoration: none;
}

.header-main-menu {
  margin-top: 10px;
  height: 33px;
  line-height: 33px;
}

.header-main-menu>ul {
  list-style: none;
  white-space: nowrap;
  height: 33px;
}

.header-main-menu>ul>li {
  float: left;
  text-align: center;
  margin: 0;
  height: 33px;
  position: relative;
  top: 0;
  left: 0;
}

.header-main-menu>ul>li>a {
  display: inline-block;
  width: 188px;
  text-align: center;
  margin: 0;
  height: 33px;
  font-size: 1.6rem;
}

.header-main-menu>ul>li>a::after {
  content: "";
  display: block;
  height: 6px;
  width: 188px;
  background-color: transparent;
  position: absolute;
  top: 33px;
  left: 0;
}

.header-main-menu>ul>li>.header-main-menu-selected::after,
.header-main-menu>ul>li>a:hover::after {
  background-color: #6BB130;
}


/*
　　■ メイン
*/


/* ▼ メイン＞パンくずリスト：HOME以外 */

.main-breadcrumb {
  background-color: #4C4C4C;
  padding: 5px 0;
}

.main-breadcrumb-list {
  list-style: none;
  font-size: 1.2rem;
}

.main-breadcrumb-list a,
.main-breadcrumb-list a:visited,
.main-breadcrumb-list a:active,
.main-breadcrumb-list a:focus,
.main-breadcrumb-list a:hover {
  color: #FFFFFF;
}

.main-breadcrumb-list>li {
  display: inline;
}

.main-breadcrumb-list>li::after {
  content: "＞";
  display: inline-block;
  color: #FFFFFF;
  padding: 0 5px;
}

.main-breadcrumb-list>li:last-child::after {
  content: "";
}


/* ▼ メイン＞タイトル：HOME */

.main-title-home {
  background-image: url("/assets/img/main-title-bg-home.png");
  background-repeat: repeat-x;
  height: 350px;
}

.main-title-home .content-box {
  height: inherit;
}

.main-title-img-home {
  background-image: url("/assets/img/main-title-home.png");
}

.main-title-home .main-title-text h2 {
  font-size: 5.5rem;
  margin-bottom: 10px;
  font-weight: bold;
}

.main-title-home .main-title-text h2>span {
  font-size: 2rem;
}

.main-title-home .main-title-text-large {
  font-size: 2.4rem;
  margin-bottom: 5px;
  font-weight: bold;
}

.main-title-home .main-title-text-small {
  font-size: 1.6rem;
}


/* ▼ メイン＞タイトル：HOME以外 */

.main-title {
  background-image: url("/assets/img/main-title-bg.png");
  background-repeat: repeat-x;
  height: 220px;
}

.main-title .content-box {
  height: inherit;
}

.main-title-img-merit {
  background-image: url("/assets/img/main-title-merit.png");
}

.main-title-img-futures {
  background-image: url("/assets/img/main-title-futures.png");
}

.main-title-img-case {
  background-image: url("/assets/img/main-title-case.png");
}

.main-title-img-guide {
  background-image: url("/assets/img/main-title-guide.png");
}

.main-title-img-faq {
  background-image: url("/assets/img/main-title-faq.png");
}

.main-title .main-title-text h2 {
  font-size: 3.2rem;
  font-weight: bold;
}


/* ▼ メイン＞タイトル：共通 */

.main-title-img {
  background-repeat: no-repeat;
  background-position: top center;
  height: inherit;
}

.main-title-text {
  box-sizing: border-box;
  color: #FFFFFF;
  display: table-cell;
  vertical-align: middle;
  height: inherit;
  padding-bottom: 50px;
}


/* ▼ メイン＞サブメニュー：共通 */

.main-submenu {
  padding-bottom: 40px;
}

.main-submenu h3 {
  text-align: left;
  color: #6BB130;
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}


/* ▼ メイン＞サブメニュー：SYUPROSの特長 */

.main-submenu-merit-list {
  list-style: none;
}

.main-submenu-merit-list li {
  float: left;
  margin-left: 14px;
}

.main-submenu-merit-list li:first-child {
  margin-left: 0;
}


/* ▼ メイン＞サブメニュー：主な機能 */

.main-submenu-futures-list {
  list-style: none;
}

.main-submenu-futures-list li {
  float: left;
  margin-left: 14px;
}

.main-submenu-futures-list li:first-child {
  margin-left: 0;
}


/* ▼ メイン＞サブメニュー：課題解決事例 */

.main-submenu-case ul>div {
  margin-top: 5px;
}

.main-submenu-case ul>div::after {
  content: "";
  display: block;
  clear: both;
}

.main-submenu-case ul li {
  display: block;
  float: left;
  margin-right: -1px;
  padding: 0 10px;
  border-right: 1px solid #222222;
  border-left: 1px solid #222222;
  font-size: 1.5rem;
}


/* ▼ メイン＞セクション：共通 */

.main-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.main-section:first-child {
  padding-top: 0;
}

.main-section:last-child {
  padding-bottom: 90px;
}

.main-section:nth-of-type(odd) {
  background-color: #FFFFFF;
}

.main-section:nth-of-type(even) {
  background-color: #E2ECC8;
}

.main-section-header-type1 {
  color: #6BB130;
  font-weight: bold;
  font-size: 2.8rem;
  text-align: center;
}

.main-section-header-type2 {
  color: #222222;
  font-weight: bold;
  font-size: 2.8rem;
  text-align: center;
}

.main-section-header-type3 {
  text-align: left;
  font-weight: bold;
  color: #222222;
  font-size: 2.8rem;
}

.main-section-header-type4 {
  text-align: left;
  font-weight: bold;
  color: #222222;
  font-size: 2rem;
}


/* ▼ メイン＞個別セクション：TOP＞1.特長 */

.section-top-merit-box {
  white-space: nowrap;
  text-align: center;
  width: 630px;
  margin: 0 auto;
}

.section-top-merit-box::after {
  content: "";
  display: block;
  clear: both;
}

.section-top-merit-box>div {
  float: left;
  width: 200px;
  margin-left: 15px;
}

.section-top-merit-box>div:first-child {
  margin-left: 0;
}

.section-top-merit h4 {
  font-size: 2.2rem;
  color: #6BB130;
  font-weight: bold;
}

.section-top-merit-img {
  margin: 10px;
}

.section-top-merit ul {
  width: 175px;
  min-height: 3.8em;
  margin: 5px auto;
  padding-left: 1.2em;
  text-align: left;
  list-style: disc outside;
  white-space: normal;
  box-sizing: border-box;
}


/* ▼ メイン＞個別セクション：TOP＞2.RPA */

.section-top-rpa {
  text-align: center;
}

.section-top-rpa-text {
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 10px 0;
}


/* ▼ メイン＞個別セクション：TOP＞3.HTML5 */

.section-top-html5 h3 {
  text-align: center;
}

.section-top-html5-img {
  float: left;
}

.section-top-html5-list {
  display: table-cell;
  vertical-align: middle;
  width: 550px;
  height: 250px;
}

.section-top-html5-list ul {
  font-size: 1.8rem;
  list-style: disc outside;
  margin-left: 1.5em;
}

.section-top-html5-list ul>li {
  margin-top: 10px;
}

.section-top-html5-list ul>li:first-child {
  margin-top: 0;
}


/* ▼ メイン＞個別セクション：TOP＞4.新着情報 */

.section-top-news {
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-top-news:last-child {
  padding-bottom: 20px;
}

.section-top-news h3 {
  font-size: 1.6rem;
  float: left;
  margin-right: 20px;
  font-weight: bold;
}

.section-top-news ul {
  float: left;
}

.section-top-news ul>li {
  margin-top: 10px;
}

.section-top-news ul>li:first-child {
  margin-top: 0;
}

.section-top-news-date {
  display: inline-block;
  width: 10rem;
}


/* ▼ メイン＞個別セクション：SYUPROSの特長＞1.3機能 */

.section-merit-merit3-text {
  text-align: center;
  font-size: 1.7rem;
  margin: 10px 0;
  line-height: 1.5;
}

.section-merit-merit3-text em {
  color: #6BB130;
  font-size: 2rem;
  font-weight: bold;
}

.section-merit-merit3-box {
  white-space: nowrap;
  text-align: center;
  width: 770px;
  margin: 0 auto;
}

.section-merit-merit3-box::after {
  content: "";
  display: block;
  clear: both;
}

.section-merit-merit3-box>div {
  float: left;
  width: 200px;
  margin-left: 85px;
}

.section-merit-merit3-box>div:first-child {
  margin-left: 0;
}

.section-merit-merit3 h4 {
  font-size: 2.2rem;
  color: #6BB130;
  font-weight: bold;
  margin: 5px 0;
}


/* ▼ メイン＞個別セクション：SYUPROSの特長＞2.フォロー */

.section-merit-follow {
  text-align: center;
}

.section-merit-follow-text {
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 10px 0;
}


/* ▼ メイン＞個別セクション：SYUPROSの特長＞3.スマートデバイス */

.section-merit-sp h3 {
  text-align: center;
  margin-bottom: 30px;
}

.section-merit-sp-img {
  float: left;
  margin: 0 40px;
}

.section-merit-sp-text {
  display: table-cell;
  vertical-align: middle;
  width: 685px;
  height: 350px;
  font-size: 1.4rem;
}

.section-merit-sp-text>div {
  margin-top: 35px;
}

.section-merit-sp-text>div:first-child {
  margin-top: 0;
}

.section-merit-sp h4 {
  font-size: 2rem;
  margin-bottom: 10px;
}


/* ▼ メイン＞個別セクション：SYUPROSの特長 */


/* ▼ メイン＞個別セクション：SYUPROSの特長1 */

.section-merit-1 h4 {
  margin-bottom: 10px;
}


/* ▼ メイン＞個別セクション：SYUPROSの特長2 */

.section-merit-2 h4 {
  margin-bottom: 10px;
}


/* ▼ メイン＞個別セクション：SYUPROSの特長3 */

.section-merit-3 h4 {
  margin-bottom: 10px;
}


/* ▼ メイン＞個別セクション：SYUPROSの特長4 */

.section-merit-4 h4 {
  margin-bottom: 10px;
}

/* ▼ メイン＞個別セクション：SYUPROSの特長：ワークフロー＞3.高度なワークフローの主な機能 */
.section-merit-future-list {
  width: 940px;
}

.section-merit-future-list thead>tr>:nth-child(1) {
  width: 340px;
}

.section-merit-future-list thead>tr>:nth-child(2) {
  width: auto;
}

.section-merit-future-list tbody>tr>:nth-child(1) {
  font-weight: bold;
  font-size: 1.6rem;
  white-space: nowrap;
  text-align: left;
  padding: 10px;
}

.section-merit-future-list tbody>tr>:nth-child(2) {
  font-size: 1.4rem;
  line-height: 1.5;
}


/* ▼ メイン＞個別セクション：SYUPROSの特長：モバイル */
/* 大半がmobile/mobile.hml（ランディング：モバイル）と共通 */
.section-merit-mobile-content1{
  display: flex;
  width: 940px;
  align-items: center;
  justify-content: center;
}
.section-merit-mobile-content1>div{
  box-sizing: border-box;
  float: left;
  width: 660px;
  flex: 0 0 auto;
}
.section-merit-mobile-content1>img{
  box-sizing: border-box;
  float: right;
  flex: 0 0 auto;
  margin-left: 10px;
}
/* .section-merit-mobile-content1::after {
  content: "";
  display: block;
  clear: both;
} */
.section-merit-mobile-block1-1{
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
.section-merit-mobile-block1-2{
  font-size: 3.6rem;
  font-weight: bold;
  text-align: left;
  width: fit-content;
  margin-right:auto ;
  margin-left:auto ;
  margin-top: 10px;
  line-height: 1.1em;
}

.section-merit-mobile-content2{
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}
.section-merit-mobile-block2-1{
  font-size: 2.8rem;
  font-weight: bold;
  color: #339933;
}
.section-merit-mobile-block2-2{
  font-size: 2.08rem;
  font-weight: bold;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}

.section-merit-mobile-block2-2 li{
  background-image: url("/assets/img/img-merit-mobile-list-mark1.svg");
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 40px;
  line-height: 32px;
  background-position: left center;
}
.section-merit-mobile-text1{
  color: #73AA22;
}

/* .section-merit-mobile-content3{} */

.section-merit-mobile-block3-1{
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  font-size: 3.6rem;
  font-weight: bold;
  color: #339933;
  line-height: 1.1em;
  width: fit-content;
}
.section-merit-mobile-block3-1>span{
  position: relative;
}
.section-merit-mobile-block3-1>span::before{
  content: "";
  display: inline-block;
  position: absolute;
  box-sizing: border-box;
  border-left: 2px solid #339933;
  width: 2;
  height: 1.2em;
  transform: rotate(-25deg);
  left: -40px;
  bottom: 5px;
}
.section-merit-mobile-block3-1>span::after{
  content: "";
  display: inline-block;
  position: absolute;
  box-sizing: border-box;
  border-left: 2px solid #339933;
  width: 2;
  height: 1.2em;
  transform: rotate(25deg);
  right: -40px;
  bottom: 5px;
}
.section-merit-mobile-block3-2{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  column-gap: 40px;
  row-gap: 20px;
  margin-top: 20px;
}
.section-merit-mobile-block3-2>div{
  display: flex;
  flex-direction: column;
  height: 100%;
}
.section-merit-mobile-block3-2 h5{
  font-size: 1.9rem;
  font-weight: bold;
  border-left: 8px solid #92D050;
  padding-left: 10px;
  margin-bottom: 10px;
  word-break: break-all;
}
.section-merit-mobile-block3-2 p{
  font-size: 1.45rem;
  word-break: break-all;
  margin-bottom: 5px;
}
.section-merit-mobile-block3-2 .imgbox{
  height: 100%;
  display: flex;
  justify-content:center;
  align-items: flex-end;
}
.section-merit-mobile-block3-2 .imgbox>img{
  flex: 0 1 auto;
  max-width: 100%;
}

.section-merit-mobile-content4{
  margin-top: 40px;
}
.section-merit-mobile-block4-1{
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  font-size: 3.6rem;
  font-weight: bold;
  color: #339933;
  line-height: 1.1em;
}
.section-merit-mobile-block4-2{
  font-size: 2.08rem;
  font-weight: bold;
  color: #339933;
  margin-top: 10px;
  line-height: 1.5em;
}
.section-merit-mobile-block4-3{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.section-merit-mobile-block4-3 h5{
  font-size: 2.2rem;
  text-align: center;
  background-color: #92D050;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 1.5em;
}
.section-merit-mobile-block4-3 h6{
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 1.1em;
  min-height: 50px;
  margin: 5px 0 5px 5px;
  padding-left: 45px;
  font-size: 1.92rem;
  font-weight: bold;
}
.section-merit-mobile-block4-3 p{
  margin-bottom: 5px;
}
.section-merit-mobile-block4-3 sup{
  font-size: 1rem;
  vertical-align: super;
}
.section-merit-mobile-text2{
  color: #339933;
  font-weight: bold;
  font-size: 1.1rem;
}
.section-merit-mobile-block4-3 h6.icon3-1a{
  background-image: url("/assets/img/img-merit-mobile-3-1a.png");
}
.section-merit-mobile-block4-3 h6.icon3-2a{
  background-image: url("/assets/img/img-merit-mobile-3-2a.png");
}
.section-merit-mobile-block4-3 h6.icon3-3a{
  background-image: url("/assets/img/img-merit-mobile-3-3a.png");
}
.section-merit-mobile-block4-3>div{
  display: flex;
  flex-direction: column;
  height: 100%;
}
.section-merit-mobile-block4-3 .imgbox{
  height: 100%;
  display: flex;
  justify-content:center;
  align-items: flex-end;
}
.section-merit-mobile-block4-3 .imgbox>img{
  flex: 0 1 auto;
  max-width: 100%;
}
.section-merit-mobile-content5{
  margin-top: 20px;
}
.section-merit-mobile-block5-1{
  font-weight: bold;
  color: #339933;
  text-align: center;
}
.section-merit-mobile-text3{
  font-size: 1.9rem;
  vertical-align: middle;
  padding-right: 10px;
}
.section-merit-mobile-text4{
  font-size: 2.4rem;
  vertical-align: middle; 
}
.section-merit-mobile-block5-2{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  font-size: 1.65rem;
  font-weight: bold;
  margin: 8px auto 0 auto;
  width: fit-content;
  column-gap: 50px;
}
.section-merit-mobile-block5-2 li{
  background-image: url("/assets/img/img-merit-mobile-list-mark2.svg");
  background-repeat: no-repeat;
  background-size: 10px;
  padding-left: 20px;
  background-position: left center;
}
.section-merit-mobile-block5-2 li.etc{
  background-image: none;
  text-align: right;
  font-size: 1.4rem;
  align-self: end;
}

.section-merit-mobile-content6{
  margin-top: 40px;
  width: 880px;
  margin-right: auto;
  margin-left: auto;
}
.section-merit-mobile-block6-1{
  border-top: 1px solid #000000;
  text-align: center;
  padding-top: 5px;
  font-size: 2.6rem;
  font-weight: bold;
}
.section-merit-mobile-block6-2{
  font-size: 1.4rem;
}
.section-merit-mobile-block6-2>div{
  display: grid;
  grid-template-columns: min-content 1fr;
  padding: 8px 15px;
  column-gap: 5px;;
}
.section-merit-mobile-block6-2>div:nth-child(odd){
  background-color: #DDDDDD;
  font-weight: bold;
}
.section-merit-mobile-block6-2>div>p:first-child{
  font-weight: bold;
  text-align: right;
  letter-spacing: 0.2em;
}
.section-merit-mobile-block6-2>div:nth-child(odd)>p:first-child{
  color: #339933;
}
.section-merit-mobile-text5{
  color: #339933;
  font-weight: bold;
}



/* ▼ メイン＞個別セクション：主な機能 */


/* ▼ メイン＞個別セクション：主な機能1 */

.section-futures-1 h4 {
  margin-bottom: 10px;
}


/* ▼ メイン＞個別セクション：主な機能2 */

.section-futures-2 h4 {
  margin-bottom: 10px;
}


/* ▼ メイン＞個別セクション：主な機能3 */

.section-futures-3 h4 {
  margin-bottom: 10px;
}


/* ▼ メイン＞個別セクション：主な機能4 */

.section-futures-4 h4 {
  margin-bottom: 10px;
}


/* ▼ メイン＞個別セクション：主な機能5 */

.section-futures-5 h4 {
  margin-bottom: 10px;
}

.section-futures-other-list {
  width: 940px;
}

.section-futures-other-list tbody td {
  font-weight: bold;
  font-size: 1.6rem;
  text-align: left;
  padding: 10px;
}


/* ▼ メイン＞個別セクション：関連・オプション製品 */

.section-futures-option-icons {
  margin: 20px 0;
}

.section-futures-option-text {
  font-size: 1.5rem;
  text-align: center;
  margin: 15px 0;
}

.section-futures-option-text2 {
  font-size: 1.5rem;
  margin-bottom: 25px;
}

.section-futures-option-detail h4 {
  height: 63px;
  line-height: 63px;
  margin-bottom: 15px;
}

.section-futures-option-detail h4>img {
  vertical-align: top;
  margin-right: 10px;
}

.section-futures-option-detail h5 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.section-futures-option-detail h6 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.section-futures-option-images {
  text-align: center;
  white-space: nowrap;
}

.section-futures-option-images a {
  margin-left: 20px;
}

.section-futures-option-images a:first-child {
  margin-left: 0px;
}


/* ▼ メイン＞個別セクション：課題解決事例＞CASE1-現場作業実績入力*/

.section-case-case1 h4 {
  margin-bottom: 20px;
}

.section-case-case1 h5 {
  font-size: 2rem;
  text-indent: -0.5em;
  margin-bottom: 5px;
}

.section-case-case1-text {
  font-size: 2rem;
  margin-bottom: 20px;
}


/* ▼ メイン＞個別セクション：新着情報記事 */

.section-other-news {
  padding-bottom: 80px;
  line-height: 1.4em;
}

.section-other-news-detail {
  padding-top: 25px;
}

.section-other-news-detail:first-child {
  padding-top: 0;
}

.section-other-news-detail h3 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.section-other-news-detail h4 {
  font-weight: bold;
  margin-bottom: 10px;
}

.section-other-news-detail ul {
  list-style: disc outside;
  padding-left: 2em;
}
.section-other-news-detail li {
  margin-top: 0.5em;
}

.section-other-news-detail p {
  padding-bottom: 1em;
}
.section-other-news-detail .indent1 {
  margin-left: 2em;
}


/* ▼ メイン＞個別セクション：ご購入ガイド */

.section-guide {
  padding-bottom: 80px;
}

.section-guide-method {
  padding-bottom: 20px;
}

.section-guide-method ol {
  border: 1px solid #6BB130;
  padding: 15px;
  color: #6BB130;
  list-style: none inside;
  font-size: 1.8rem;
  margin: 20px 0;
  float: left;
}

.section-guide-method::after {
  content: "";
  display: block;
  clear: both;
}

.section-guide-method li {
  counter-increment: cnt;
  margin-top: 10px;
}

.section-guide-method li:first-child {
  margin-top: 0;
}

.section-guide-method li:before {
  display: inline;
  content: "(" counter(cnt) ") ";
}

.section-guide-button {
  box-sizing: border-box;
  display: inline-block;
  height: 30px;
  font-size: 1.5rem;
  line-height: 26px;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  background-color: #6BB130;
  border: 2px solid #6BB130;
  margin: 7px 0 10px 0;
  padding: 0 40px;
}

.section-guide-button:hover {
  border-color: #537B00;
  background-color: #9CD86B;
  text-decoration: none;
}

.section-guide-button::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  border-left: none;
  border-bottom: none;
  transform: rotate(45deg);
  position: relative;
  top: -2px;
  left: 5px;
}

.section-guide-detail {
  padding-top: 25px;
}

.section-guide-detail h3 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.section-guide-detail ul {
  list-style: disc outside;
  padding-left: 2em;
  line-height: 1.5;
}


/* ▼ メイン＞個別セクション：会社情報 */

.section-company-detail {
  padding-top: 25px;
}

.section-company-detail:first-child {
  padding-top: 0;
}

.section-company-detail h3 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.section-company-detail ul {
  list-style: disc outside;
  padding-left: 2em;
  line-height: 1.5;
}


/* ▼ メイン＞個別セクション：プライバシーポリシー */

.section-privacy {
  padding-bottom: 80px;
}

.section-privacy-detail {
  padding-top: 25px;
}

.section-privacy-detail:first-child {
  padding-top: 0;
}

.section-privacy-detail h3 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.section-privacy-detail ul {
  list-style: disc outside;
  padding-left: 2em;
  line-height: 1.5;
}

.section-privacy-detail p {
  padding-bottom: 1em;
}


/* ▼ メイン＞個別セクション：よくあるご質問 */

.section-faq-category {
  padding-bottom: 30px;
}

.section-faq-category:last-child {
  padding-bottom: 0;
}

.section-faq-category h3 {
  color: #6BB130;
  font-weight: bold;
  font-size: 2rem;
  text-align: left;
  margin-bottom: 10px;
}

.section-faq-item {
  margin-bottom: 10px;
}

.section-faq-item-switch {
  display: none;
}

.section-faq-item-question {
  display: block;
  cursor: pointer;
  text-indent: -50px;
  min-height: 30px;
  margin-left: 50px;
}

.section-faq-item-question::before {
  content: "╋";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 20px;
  text-indent: 0;
  line-height: 30px;
  text-align: center;
  color: #FFFFFF;
  background-color: #6BB130;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.section-faq-item-answer {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 50px;
  display: none;
}

.section-faq-item-switch:checked~.section-faq-item-answer {
  display: block;
  margin-bottom: 20px;
}

.section-faq-item-switch:checked+.section-faq-item-question:before {
  content: "━";
  background-color: #999999;
}


/*
　　■ フッター
*/


/* ▼ フッター＞ページトップへ：共通 */

.footer-goto-top .content-box {
  position: relative;
  top: 0;
  left: 0;
}

.footer-goto-top-button {
  display: inline-block;
  width: 46px;
  height: 46px;
  position: absolute;
  top: -46px;
  right: 0;
  background-color: #4C4C4C;
}

.footer-goto-top-button:hover {
  background-color: #999999;
}

.footer-goto-top-button::after {
  content: "";
  display: inline-block;
  border-top: 3px solid #FFFFFF;
  border-left: 3px solid #FFFFFF;
  border-right: none;
  border-bottom: none;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  position: absolute;
  top: 21px;
  left: 18px;
}


/* ▼ フッター＞コンタクト：共通 */

.footer-contact {
  padding: 30px 0;
  background-color: #E0DFD8;
}

.footer-contact .content-box {
  white-space: nowrap;
}

.footer-contact .content-box>div {
  float: left;
  margin-left: 15px;
}

.footer-contact .content-box>div:first-child {
  margin-left: 0;
}

.footer-contact-button,
.footer-contact-button:visited,
.footer-contact-button:active,
.footer-contact-button:focus,
.footer-contact-button:hover {
  box-sizing: border-box;
  display: table-cell;
  width: 315px;
  height: 70px;
  color: #FFFFFF;
  font-size: 1.6rem;
  text-decoration: none;
  background-color: #6BB130;
  border: 2px solid #6BB130;
  vertical-align: middle;
  text-align: center;
}

.footer-contact-button:hover {
  border-color: #537B00;
  background-color: #9CD86B;
}

.footer-contact-button-label {
  line-height: 26px;
}

.footer-contact-button-label-small {
  font-size: 1.1rem;
}

.footer-contact-button-document::before {
  content: url("/assets/img/icon-document.png");
  display: inline-block;
  width: 26px;
  height: 26px;
  vertical-align: top;
  margin-right: 10px;
}

.footer-contact-button-mail::before {
  content: url("/assets/img/icon-mail.png");
  display: inline-block;
  width: 26px;
  height: 26px;
  vertical-align: top;
  margin-right: 10px;
}

.footer-contact-campany {
  box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  width: 280px;
  height: 70px;
  line-height: 1;
  font-size: 1.2rem;
}


/* ▼ フッター＞メニュー：共通 */

.footer-menu {
  padding: 15px 0;
  color: #FFFFFF;
  background-color: #4C4C4C;
}

.footer-menu a,
.footer-menu a:visited,
.footer-menu a:active,
.footer-menu a:focus,
.footer-menu a:hover {
  color: #FFFFFF;
}

.footer-menu a:hover {
  text-decoration: underline;
}

.footer-menu-list {
  list-style: none;
  white-space: nowrap;
}

.footer-menu-list>li {
  float: left;
  margin-left: 20px;
  margin-bottom: 5px;
}

.footer-menu-list>li:first-child {
  margin-left: 0;
}

.footer-menu-list>li>ul {
  list-style: disc outside;
  margin-left: 1.5em;
  margin-top: 5px;
  font-size: 1.2rem;
  line-height: 1.5;
}

.footer-menu-copyright {
  float: left;
  margin-top: 10px;
  font-size: 1.2rem;
  line-height: 1.4rem;
}

.footer-menu-privacypolicy {
  float: right;
  margin-top: 10px;
  line-height: 1.4rem;
}


/* ▼ 共通部品＞「詳しくはこちら」ボタン*/

.detail-button {
  box-sizing: border-box;
  display: inline-block;
  width: 175px;
  height: 30px;
  font-size: 1.5rem;
  line-height: 26px;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  background-color: #6BB130;
  border: 2px solid #6BB130;
}

.detail-button:hover {
  color: #FFFFFF;
  border-color: #537B00;
  background-color: #9CD86B;
  text-decoration: none;
}

.detail-button::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  border-left: none;
  border-bottom: none;
  transform: rotate(45deg);
  position: relative;
  top: -2px;
  left: 5px;
}


/* ▼ メイン＞個別セクション：お問い合わせ */

.section-other-contact-item {
  margin-top: 10px;
  width: 800px;
}

.section-other-contact-item::after {
  content: "";
  display: block;
  clear: both;
}

.section-other-contact-item:first-child {
  margin-top: 0;
}

.section-other-contact-item-require {
  display: block;
  background-color: #FE6601;
  color: #FFFFFF;
  font-size: 1.2rem;
  margin-top: 0.5rem;
  margin-right: 15px;
  float: left;
  width: 40px;
  text-align: center;
  line-height: 2rem;
  height: 2rem;
}

.section-other-contact-item-optional {
  display: block;
  background-color: #666666;
  color: #FFFFFF;
  font-size: 1.2rem;
  margin-top: 0.5rem;
  margin-right: 15px;
  float: left;
  width: 40px;
  text-align: center;
  line-height: 2rem;
  height: 2rem;
}

.section-other-contact-item-content1 {
  width: 745px;
  float: left;
}

.section-other-contact-item-content2 {
  width: 200px;
  float: left;
}

.section-other-contact-item-content2-label-small {
  font-size: 1.4rem;
  margin-left: 2px;
}

.section-other-contact-item-content3 {
  width: 545px;
  float: left;
}

.section-other-contact-item-content4 {
  width: 545px;
  float: left;
}

.section-other-contact-item-content3 input[type="text"] {
  box-sizing: border-box;
  padding: 0 5px;
  width: 100%;
  height: 3rem;
}

.section-other-contact-item-content4-person-input {
  box-sizing: border-box;
  padding: 0 5px;
  width: calc(100% - 3em);
  height: 3rem;
}

.section-other-contact-item-content4-person1-box {
  width: 272px;
  text-align: left;
  display: inline-block;
}

.section-other-contact-item-content4-person2-box {
  width: 273px;
  text-align: right;
  display: inline-block;
}

.section-other-contact-item-content4-tel {
  box-sizing: border-box;
  padding: 0 5px;
  width: 165px;
  height: 3rem;
}

.section-other-contact-item-content4-tel-label {
  display: inline-block;
  width: 25px;
  text-align: center;
}

.section-other-contact-item-content4-tel1-box {
  text-align: left;
}

.section-other-contact-item-content4-tel2-box {
  text-align: center;
}

.section-other-contact-item-content4-tel3-box {
  text-align: right;
}

.section-other-contact-item input[type="checkbox"] {
  margin-left: 0;
  margin-right: 5px;
}

.section-other-contact-item-content3 textarea {
  box-sizing: border-box;
  padding: 5px;
  width: 100%;
  height: 170px;
}

.section-other-contact-item-title {
  display: block;
  font-size: 1.6rem;
  line-height: 3rem;
}

.section-other-contact-item-title2 {
  display: block;
  font-size: 1.2rem;
  line-height: 2rem;
}

.section-other-contact-item-text {
  margin-top: 15px;
  margin-bottom: 10px;
}

.section-other-contact-item-privacy {
  box-sizing: border-box;
  width: 745px;
  height: 200px;
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #A4A4A4;
  overflow-y: scroll;
  font-size: 1.2rem;
}

.section-other-contact-item-list-v li {
  margin-top: 5px;
}

.section-other-contact-item-list-v li:first-child {
  margin-top: 0;
}

.section-other-contact-item-list-h li {
  display: inline-block;
  margin-left: 20px;
}

.section-other-contact-item-list-h li:first-child {
  margin-left: 0;
}

.section-other-contact-item-error {
  border: 1px solid #6BB130;
  box-sizing: border-box;
  padding: 1em 0;
}

.section-other-contact-item-error-message {
  text-align: center;
  color: #FF0000;
}

.section-other-contact-item-confirm {
  display: block;
  line-height: 3rem;
  float: left;
}

.section-other-contact-message {
  text-align: right;
  margin-top: 10px;
  font-size: 1.6rem;
  width: 800px;
}

.section-other-contact-footer {
  margin-top: 40px;
  width: 800px;
  text-align: center;
}

.section-other-contact-end {
  border: 1px solid #6BB130;
  box-sizing: border-box;
  padding: 2em 0;
  width: 800px;
  text-align: center;
}


/*
　　■ ランディングページ用
*/

/* ▼ ランディング：モバイル */
/* 大半がmerit/mobile.html（メイン＞個別セクション：SYUPROSの特長：モバイル）と共通 */
header.landing {
  box-sizing: border-box;
  height: auto;
  margin: 0 0 50px 0;
  padding: 15px 0;
  border-bottom: 6px solid #E3E3E6;
}
.landing-end{
  margin: 35px auto 0 auto;
  width: fit-content;
  text-align: center;
}
.landing-end>p{
  font-size: 1.65rem;
  vertical-align: middle;
  padding: 5px 0 25px 0;
  line-height: 1.4em;
}
.footer-menu.landing {
  padding: 15px 0;
  color: #FFFFFF;
  background-color: #4C4C4C;
} 

.landing .footer-menu-copyright {
  float: left;
  margin-top: 0;
  font-size: 1.2rem;
  line-height: 1.4rem;
}

.landing .footer-menu-privacypolicy {
  float: right;
  margin-top: 0;
  line-height: 1.4rem;
}

/*
　　■ 部品
*/


/* ▼ 共通部品＞サブメニューボタン*/

.submenu-button {
  box-sizing: border-box;
  display: block;
  width: 304px;
  height: 70px;
  line-height: 70px;
  border: 1px solid #6BB130;
  color: #6BB130;
  background-color: #FFFFFF;
  font-size: 2rem;
  text-decoration: none;
  position: relative;
  top: 0;
  left: 0;
}

.submenu-button:hover,
.submenu-button-selected {
  color: #FFFFFF;
  background-color: #6BB130;
  text-decoration: none;
}

.submenu-button::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 3px solid #6BB130;
  border-right: 3px solid #6BB130;
  border-left: none;
  border-bottom: none;
  transform: rotate(45deg);
  position: absolute;
  top: 29px;
  right: 15px;
}

.submenu-button:hover::after,
.submenu-button-selected::after,
.submenu-button-selected:hover::after {
  border-color: #FFFFFF;
}

.submenu-button-icon-merit1,
.submenu-button-icon-merit2,
.submenu-button-icon-merit3 {
  padding-left: 85px;
}

.submenu-button-noicon {
  padding-left: 15px;
}

.submenu-button-icon-merit1>span::before {
  content: url("/assets/img/icon-merit1.png");
}

.submenu-button-icon-merit2>span::before {
  content: url("/assets/img/icon-merit2.png");
}

.submenu-button-icon-merit3>span::before {
  content: url("/assets/img/icon-merit3.png");
}

.submenu-button-icon-merit1>span::before,
.submenu-button-icon-merit2>span::before,
.submenu-button-icon-merit3>span::before {
  width: 57px;
  height: 57px;
  position: absolute;
  top: 5px;
  left: 15px;
}


/* ▼ 共通部品＞フォーム実行ボタン*/

.form-button {
  box-sizing: border-box;
  display: inline-block;
  width: 304px;
  height: 70px;
  line-height: 66px;
  color: #FFFFFF;
  border: 2px solid #6BB130;
  background-color: #6BB130;
  font-size: 2rem;
  text-decoration: none;
  position: relative;
  top: 0;
  left: 0;
}

.form-button-space {
  margin-left: 15px;
}

.form-button:hover {
  color: #FFFFFF;
  border-color: #537B00;
  background-color: #9CD86B;
  text-decoration: none;
}

.form-button::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 3px solid #FFFFFF;
  border-right: 3px solid #FFFFFF;
  border-left: none;
  border-bottom: none;
  transform: rotate(45deg);
  position: absolute;
  top: 27px;
  right: 15px;
}


/* ▼ 共通部品＞フォーム実行ボタン2*/

.form-button2 {
  box-sizing: border-box;
  display: inline-block;
  height: 90px;
  line-height: 86px;
  color: #FFFFFF;
  border: 2px solid #6BB130;
  background-color: #6BB130;
  font-size: 1.9rem;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  top: 0;
  left: 0;
  padding-right: 6em;
  padding-left: 6em;
}

.form-button2:hover {
  color: #FFFFFF;
  border-color: #537B00;
  background-color: #9CD86B;
  text-decoration: none;
}

.form-button2::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 3px solid #FFFFFF;
  border-right: 3px solid #FFFFFF;
  border-left: none;
  border-bottom: none;
  transform: rotate(45deg);
  position: absolute;
  top: 37px;
  right: 15px;
}


/* ▼ 共通部品＞画像ライトボックス*/

.lightbox {
  display: none;
}

.lightbox:target {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lightbox figure {
  position: relative;
  padding: 20px 50px;
  background-color: #FFFFFF;
  border: 1px solid #999999;
  box-sizing: border-box;
  text-align: center;
  overflow: auto;
  max-width: 95%;
  max-height: 95%;
}

.lightbox-close-button {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 145px;
  height: 40px;
  text-align: center;
  background-color: #FFFFFF;
  border: 1px solid #6BB130;
  margin: 20px auto 0 auto;
  color: #6BB130;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  line-height: 38px;
}

.lightbox-close-button:hover {
  background-color: #6BB130;
  color: #FFFFFF;
  text-decoration: none;
}

.lightbox-close-button::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 3px solid #6BB130;
  border-right: 3px solid #6BB130;
  border-left: none;
  border-bottom: none;
  transform: rotate(45deg);
  position: absolute;
  top: 13px;
  right: 30px;
}

.lightbox-close-button:hover::after,
.lightbox-close-button-selected::after,
.lightbox-close-button-selected:hover::after {
  border-color: #FFFFFF;
}

.lightbox::before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, .4);
  content: "";
  cursor: default;
}

