@charset "UTF-8";
/* リセットCSS
----------------------------------------*/
h1, h2, h4, h4, h5, h6, div, p, ul, li, dl, dt, dd, table, tr, td, img {
  margin: 0;
  border: 0;
  padding: 0;
}

body div#main-area-content {
  position: relative;
  overflow: hidden;
}

/* コンテナ
----------------------------------------*/
div#wrap-container {
  padding: 0;
  width: 100%;
}

div#container {
  width: 100%;
  height: 100%;
  position: relative;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  margin: 0 0 80px;
}

/* SP非表示
----------------------------------------*/
.sp {
  display: none;
}

/* メインメニュー */
div#main-menu ul {
  text-align: center;
  padding: 28px 0;
}

div#main-menu li {
  display: inline-block;
  padding: 0 20px;
}

div#main-menu li a {
  color: #333333;
  font-size: 1.15em;
}

div#main-menu li a span {
  vertical-align: middle;
  line-height: 1.4;
  padding: 4px 0 0;
  display: inline-block;
  text-align: left;
}

div#main-menu li a:hover {
  color: #FF0000;
  opacity: 0.6;
}

div#main-menu li a:hover span {
  text-decoration: underline;
}

div#main-menu li img {
  vertical-align: middle;
  margin: 0 0 0 12px;
}

/* タイトル
----------------------------------------*/
span.space {
  margin-left: 1em;
}

#container h1 {
  border-bottom: 1px solid #cccccc;
  font-size: 1.7em;
  line-height: 1.2;
  margin: 0 auto;
  padding-bottom: 0;
  width: 980px;
}

div.title-banner {
  margin: 1% auto 0;
  background-color: #ffe43c;
  position: relative;
  height: 460px;
}

p.title-banner {
  margin: 0 auto;
  text-align: center;
  position: absolute;
  left: calc( 50% - 741px);
}

div.title-banner-about {
  margin: 1% auto 0;
  background-color: #FFB400;
  position: relative;
  height: 360px;
}

p.title-banner-about {
  margin: 0 auto;
  text-align: center;
  position: absolute;
  left: calc( 50% - 741px);
}

/* リード文 */
div.read-inner {
  width: 980px;
  margin: 0 auto 75px;
  padding: 95px 0 0;
  text-align: center;
  line-height: 1.7;
}

p.eyecatch {
  font-size: 2.1em;
  font-weight: bold;
  margin: 0 0 2%;
}

p.eyecatch img {
  display: inline-block;
  margin: 0 0 0.8%;
}

p.what {
  width: 750px;
  margin: 0 auto 25px;
  line-height: 2;
  font-size: 1.05em;
}

img.what-image {
  margin: 0 0 10px 28px;
}

div.start {
  background: url(../images/4k_04.jpg) no-repeat 0 0;
  width: 980px;
  height: 235px;
  border: 1px solid #FFFFFF;
  font-size: 1.1em;
  padding: 45px 0 0;
}

div.start p.start-top {
  font-weight: bold;
  margin: 0 0 20px;
}

p.start-top span.orr {
  display: block;
  font-size: 1.65em;
  line-height: 1.7;
}

p.start-top span.orr span {
  color: #FAD65E;
}

p.start-bottom {
  width: 630px;
  margin: 20px auto 0;
  line-height: 1.8;
  font-size: 0.97em;
}

div.read-link {
  padding: 64px 0 0;
}

div.read-link a {
  display: inline-block;
  background-color: #FFC300;
  font-weight: bold;
  border-radius: 0.3em;
  padding: 1.8% 5%;
  font-size: 1.43em;
  text-align: center;
  color: #333333;
}

div.read-link a:hover {
  opacity: 0.6;
  text-decoration: none;
}

div.read-link a img {
  width: 7%;
  vertical-align: 0;
  margin: 0 0 0 15px;
}

p.moreinfo {
  text-align: center;
}

p.moreinfo a {
  display: inline-block;
  font-size: 1.1em;
  font-weight: bold;
  color: #FFF100;
  width: 41%;
  opacity: 1;
  transition: 0.2s;
}

p.moreinfo a img {
  width: 100%;
}

div.tag {
  width: 80%;
  margin: 5.5% auto 0;
}

div.tag a {
  background-image: url(/static/images/seihin_joho/telework/index/icn_yaji_bl_9.png);
  background-repeat: no-repeat;
  background-position: 10px 50%;
  background-size: 7px;
  background-color: #EEEEEE;
  display: inline-block;
  border-radius: 2em;
  padding: 0 1.5% 0 3.5%;
  margin: 0 5px 11px;
  opacity: 1;
  transition: 0.2s;
  color: #1C64B3;
}

div.tag a:hover {
  text-decoration: none;
  opacity: 0.6;
  transition: 0.2s;
}

/* テレワークのお悩み解決します！ */
div#scene {
  background: url(/static/images/seihin_joho/telework/index/background.gif) repeat 0 0;
}

div.scene-inner {
  width: 980px;
  margin: 0 auto;
  padding: 70px 0 105px;
  text-align: center;
  line-height: 1.7;
  color: #333333;
}

div#scene p.eyecatch {
  font-size: 2.1em;
  font-weight: bold;
  line-height: 1.6;
  margin: 0 0 0.2%;
}

p.scene-cont {
  width: 750px;
  margin: 0 auto 15px;
  line-height: 2;
  font-size: 1.05em;
}

p.scene-cont strong {
  display: block;
  font-size: 1.85em;
  margin: 0 0 15px;
}

div.scene-cont ul {
  padding: 10px 0;
}

div.scene-cont li {
  width: 315px;
  float: left;
}

div.scene-cont li:nth-of-type(1),
div.scene-cont li:nth-of-type(2) {
  margin: 0 17px 0 0;
}

/* 関連リンク */
div .relation {
  width: 94%;
  margin: 5% auto 0;
  padding: 3% 3% 6%;
  background-color: #FFFFFF;
}

div .relation.other {
  width: 980px;
  margin: 0 auto;
  padding: 3% 3% 6%;
  background-color: #FFFFFF;
}

.relation h3 {
  font-size: 1.85em;
  text-align: center;
  padding: 1% 0;
  color: #333333;
}

.relation.other h3 {
  font-size: 1.4em;
  text-align: left;
  padding: 0.5% 0;
  color: #333333;
}

.relation img {
  width: 24.2%;
  height: 148px;
  margin: 2% 0.5% 0 0;
}

.relation.other img {
  width: 230px;
  height: auto;
  margin: 0 1.6% 0 0;
}

.link-img {
  text-align: left;
}

.link-img li {
  display: inline;
}

.link-img li:nth-child(4n) img {
  margin-right: 0;
}

/* どんなメリットがあるの？ */
div#merit {
  background: url(/static/images/seihin_joho/telework/index/background.gif) repeat 0 0;
}

div.merit-inner {
  width: 980px;
  margin: 0 auto;
  padding: 95px 0 55px;
  text-align: center;
  line-height: 1.7;
  color: #333333;
}

div#merit p.eyecatch {
  font-size: 2.1em;
  font-weight: bold;
  margin: 0 0 2%;
}

p.merit-cont {
  width: 750px;
  margin: 0 auto 40px;
  line-height: 2;
  font-size: 1.05em;
}

p.merit-cont strong {
  display: block;
  font-size: 1.85em;
  margin: 0 0 15px;
}

div.merit-before {
  margin: 0 0 25px;
}

div.merit-after {
  padding: 35px 0;
}

div.merit-before p,
div.merit-after p {
  font-size: 1.55em;
  font-weight: bold;
}

div.merit-before ul,
div.merit-after ul {
  padding: 10px 108px;
}

div.merit-before li,
div.merit-after li {
  width: 240px;
  float: left;
}

div.merit-before li:nth-of-type(1),
div.merit-before li:nth-of-type(2),
div.merit-after li:nth-of-type(1),
div.merit-after li:nth-of-type(2) {
  margin: 0 20px 0 0;
}

div.merit-before img,
div.merit-after img {
  width: 100%;
}

/* テレワークには、いくつかの形態があります */
div.form-inner {
  width: 980px;
  margin: 0 auto;
  padding: 90px 0 109px;
  text-align: center;
  line-height: 1.7;
  color: #333333;
}

div.form-read img {
  width: 62%;
}

div#form p.eyecatch {
  font-size: 2.1em;
  font-weight: bold;
  margin: 0 0 2%;
}

p.form-cont {
  width: 750px;
  margin: 0 auto 40px;
  line-height: 2;
  font-size: 1.05em;
}

div.form-list {
  padding: 110px 0 0;
}

div.form-list-cont.mobile,
div.form-list-cont.share {
  margin: 110px 0 0;
}

div.form-list-cont dl {
  padding: 0 0 0 30px;
}

div.form-list-cont dt {
  float: left;
  width: 40%;
}

div.form-list-cont dd {
  float: right;
  width: 52%;
}

div.form-list-cont dt h3 {
  padding: 0 0 0 85px;
  text-align: left;
  font-size: 1.8em;
  line-height: 1.4;
}

div.form-list-cont.share dt h3 {
  background: url(/static/images/seihin_joho/telework/index/telework_top_11.gif) no-repeat 0 4px;
  background-size: auto 64px;
}

div.form-list-cont.mobile dt h3 {
  background: url(/static/images/seihin_joho/telework/index/telework_top_13.gif) no-repeat 0 4px;
  background-size: auto 64px;
}

div.form-list-cont.home dt h3 {
  background: url(/static/images/seihin_joho/telework/index/telework_top_15.gif) no-repeat 0 4px;
  background-size: auto 64px;
}

body.mac div.form-list-cont.share dt h3 {
  background: url(/static/images/seihin_joho/telework/index/telework_top_11.gif) no-repeat 0 4px;
  background-size: 60px;
}

body.mac div.form-list-cont.mobile dt h3 {
  background: url(/static/images/seihin_joho/telework/index/telework_top_13.gif) no-repeat 0 4px;
  background-size: 68px;
}

body.mac div.form-list-cont.home dt h3 {
  background: url(/static/images/seihin_joho/telework/index/telework_top_15.gif) no-repeat 0 4px;
  background-size: 68px;
}

div.form-list-cont dt p {
  text-align: left;
  font-size: 1.03em;
  line-height: 2.1;
  margin: 22px 0 0;
}

div.form-list-cont dd img {
  width: 100%;
}

div.form-list-cont p.link-area {
  margin: 40px 0 0;
}

div.form-list-cont p.link-area a {
  display: inline-block;
  text-align: left;
  font-size: 1.35em;
  line-height: 1.5;
  font-weight: bold;
}

div.form-list-cont p.link-area a:hover {
  text-decoration: none;
  opacity: 0.6;
}

div.form-list-cont.share p.link-area a {
  background: url(/static/images/seihin_joho/telework/index/arrow_gr.png) no-repeat 95% 50%;
  background-size: 4%;
  border: 5px solid #ABCD05;
  color: #ABCD05;
  padding: 15px 77px;
}

div.form-list-cont.mobile p.link-area a {
  background: url(/static/images/seihin_joho/telework/index/arrow_bl.png) no-repeat 95% 50%;
  background-size: 4%;
  border: 5px solid #5DC1CE;
  color: #5DC1CE;
  padding: 15px 122px;
}

div.form-list-cont.home p.link-area a {
  background: url(/static/images/seihin_joho/telework/index/arrow_pk.png) no-repeat 95% 50%;
  background-size: 4%;
  border: 5px solid #ED86A3;
  color: #ED86A3;
  padding: 15px 122px;
}

/* 展示場で製品の実物をご覧いただけます */
div#display {
  background: url(/static/images/seihin_joho/telework/index/background.gif) repeat 0 0;
}

div.display-inner {
  width: 980px;
  margin: 0 auto;
  padding: 0 0 78px;
  text-align: center;
  line-height: 1.7;
  color: #333333;
}

div#display p.eyecatch {
  font-size: 1.8em;
  font-weight: bold;
  margin: 0 0 2%;
}

div#display div.display-info dl {
  margin: 0 30px;
}

div#display div.display-info dt {
  float: left;
  width: 47%;
  text-align: left;
  font-size: 1.03em;
  line-height: 2.2;
}

div#display div.display-info dd {
  float: right;
  width: 47%;
  padding: 8px 0 0;
}

div#display div.display-info dd img {
  width: 100%;
}

div#display p.link-area {
  margin: 40px 0 0;
}

div#display p.link-area a {
  display: inline-block;
  background: url(/static/images/seihin_joho/telework/index/arrow_nv.png) no-repeat 95% 50% #FFFFFF;
  background-size: 4%;
  border: 2px solid #184EB0;
  border-radius: 0.3em;
  color: #333333;
  padding: 18px 65px 18px 40px;
  text-align: left;
  font-size: 1.15em;
  line-height: 1.4;
  font-weight: bold;
}

div#display p.link-area a.l {
  margin: 0 15px 0 0;
}

div#display p.link-area a:hover {
  text-decoration: none;
  opacity: 0.6;
}

/* メニュー */
div#menu {
  width: 980px;
  margin: 30px auto 80px;
  padding: 40px 0 0;
}

div#menu p {
  font-size: 1.3em;
  font-weight: bold;
  margin: 0 0 15px;
}

div#menu-tokushu-inner {
  margin: 0 0 51px;
}

div#menu-tokushu-inner a {
  display: table;
  width: 232px;
  height: 65px;
  padding: 3px 0 0;
  float: left;
  background: url(/static/images/seihin_joho/telework/index/arrow_gy3.png) no-repeat 95% 50%;
  background-size: 4.5%;
  border-left: 1px solid #E0E0E0;
  border-right: 1px solid #E0E0E0;
  border-top: 1px solid #E0E0E0;
}

div#menu-tokushu-inner a span {
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px;
  font-size: 1.03em;
  font-weight: bold;
  color: #333333;
  line-height: 1.4;
}

div#menu-tokushu-inner a:nth-of-type(1) {
  margin: 0 14px 0 0;
  border-bottom: 5px solid #F3DF00;
}

div#menu-tokushu-inner a:nth-of-type(2) {
  margin: 0 14px 0 0;
  border-bottom: 5px solid #ABCD07;
}

div#menu-tokushu-inner a:nth-of-type(3) {
  margin: 0 14px 0 0;
  border-bottom: 5px solid #5CC2CE;
}

div#menu-tokushu-inner a:nth-of-type(4) {
  border-bottom: 5px solid #EF87A2;
}

div#menu-kanren-inner {
  margin: 0 0 60px;
}

div#menu-kanren-inner a {
  display: table;
  width: 230px;
  height: 65px;
  padding: 3px 0 0;
  margin: 0 14px 14px 0;
  float: left;
  background: url(/static/images/seihin_joho/telework/index/arrow_nv.png) no-repeat 95% 50%, url(/static/images/common/icn_read.png) no-repeat 8% 50%;
  background-size: 4%,14%;
  border: 2px solid #405EAA;
  border-radius: 0.3em;
}

div#menu-kanren-inner a:nth-of-type(4n) {
  margin: 0 0 14px 0;
}

div#menu-kanren-inner a span {
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px 0 60px;
  font-size: 1.03em;
  font-weight: bold;
  color: #333333;
  line-height: 1.4;
}

div#menu a:hover {
  opacity: 0.6;
  text-decoration: none;
}

div#menu a:hover img {
  opacity: 1 !important;
}

/* 専用カタログをご用意しています */
div#catalog-pc {
  border: 0.3em solid #9FBFE6;
  border-radius: 0.7em;
  background-color: #DBE7F5;
  padding: 30px 50px;
  margin: 3.5% auto;
  width: 880px;
}

div#catalog-pc div.cata_left {
  float: left;
  width: 73%;
  padding-top: 2%;
}

div#catalog-pc div.cata_left p {
  font-weight: bold;
  font-size: 1.65em;
  margin-bottom: 3%;
}

div#catalog-pc div.cata_left span {
  display: block;
  font-size: 1.05em;
  line-height: 1.8;
}

div#catalog-pc div.cata_left ul {
  margin-top: 6%;
}

div#catalog-pc div.cata_left ul li {
  float: left;
  width: 45%;
  padding-right: 2%;
}

div#catalog-pc div.cata_left ul li a {
  display: block;
  text-align: center;
  padding: 5%;
  background-color: #125EAA;
  color: #FFFFFF;
  font-size: 0.95em;
}

div#catalog-pc div.cata_left ul li a img {
  width: 3.8%;
  vertical-align: middle;
  margin: 0 0 0 12px;
}

div#catalog-pc div.cata_left ul li a:hover {
  text-decoration: none;
  opacity: 0.6;
}

div#catalog-pc div.cata_right {
  float: right;
  width: 20%;
  text-align: center;
}

div#catalog-pc div.cata_right img {
  width: 100%;
}

div.catalog-banner {
  width: 980px;
  margin: 0 auto 50px;
  text-align: center;
}

/* 回り込み解除 */
.clfx:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
