﻿/*
Theme Name: kojimaya
Author: Airily
Version: 1.0
*/

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

div, pre, p, blockquote, h1, h2, h3, h4, h5, h6, form, fieldset, figure, figcaption, ul, li {
  margin: 0;
  padding: 0;
}

ol {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

li {
  margin-left: 20px;
  list-style-type: none;
}

html {
  font-size: 62.5%;
}

body {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
}

* {
  box-sizing: border-box;
}

p {
  font-size: 1.6rem;
  margin: 0 auto 20px;
  width: 96%;
}


/*
---------------------------------------------------------------------------
ベース
---------------------------------------------------------------------------*/

#wrap {
  max-width: 100%;
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
}

.fixed {
  position: fixed;
  height: 82px;
  top: 0;
  width: 100%;
  z-index: 10000;
  background-color: #FFF;
  border-bottom: 1px #E6E6E6 solid;
}

@media screen and (max-width:768px) {
  .fixed {
    position: static;
  }
}


/*
---------------------------------------------------------------------------
ヘッダー
---------------------------------------------------------------------------*/

#header {
  position: relative;
  width: 100%;
  padding: 3px 0 13px 0;
  box-shadow: 0px 2px 10px #AAA;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  z-index: 10000;
}

.upper-bg {
  background: url(img/upper_bg.png);
  width: 100%;
  height: 6px;
  text-indent: -9999px;
  overflow: hidden;
}

.height-fixbox {
   height: 82px;
}

@media only screen and (max-width:767px) {
  .height-fixbox {
    height: 122px;
  }
}


#headerIn {
  width: 960px;
  margin: 0 auto;
}

#headerIn:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

@media screen and (max-width:767px) {
  #header {
    width: 100%;
  }
  #headerIn {
    width: 100%;
  }
}

#headerLogo {
  float: left;
}


.gnavi-spe {
  position: relative;
  z-index: 1;
}

@media screen and (max-width:767px) {
  #headerLogo {
    float: none;
    text-align: center;
    margin-bottom: 20px;
  }
}

.alert-box {
  position: absolute;
  top: 8px;
  right: -20px;
  width: 195px;
  font-size: 12px;
  background: #f2f2f2;
  padding: 5px;
  border: solid 2px red;
  border-radius: 5px;
  opacity: 0;
}

@media screen and (max-width:767px) {
  .alert-box {
    display: none;
  }
}


/*
---------------------------------------------------------------------------
グローバルナビ
---------------------------------------------------------------------------*/

.gnavi {
  float: right;
  width: auto;
  height: 21px;
  margin-right: 11px;
}

.gnavi ul {
  position: relative;
  z-index: 2;
  height: 21px;
  margin: -16px -7px 0 0;
  padding: 0;
  list-style-type: none;
  /* letter-spacing: 2px; */
}

.gnavi ul li {
  display: inline-block;
  width: 120px;
  height: 33px;
  margin: 0;
  padding: 1px 0;
  vertical-align: middle;
  text-align: center;
  font-size: 1.3rem;
  position: relative;
  z-index: 1;
}

.gnavi ul li:nth-last-of-type(1n+3) {
  width: 105px;
}


.gnavi ul li a {
  display: inline-block;
  width: 120px;
  height: 33px;
  color: #000;
  text-decoration: none;
  position: relative;
  bottom: 3px;
  line-height: 34px;
}

.gnavi ul li:nth-last-of-type(1) a {
  background: #595959;
  color: #fff;
  width: 110px;
  height: 33px;
}

.gnavi-bg {
  height: 9px;
width: 556px;
}

.gnavi-spe li:nth-last-of-type(1n+3) {
  width: 96px !important;
}

.gnavi-spe li:nth-of-type(1) {
  width: 90px !important;
  /* margin: 0 10px 0 -5px; */
  margin: 0; 
}
.gnavi-spe li:nth-of-type(2) {
  /* margin: 0 10px 0 0; */
  margin: 0 10px; 
}
.gnavi-spe li:nth-of-type(4) {
  width: 116px;
}

.gnavi-bg li {
  text-indent: -9999px;
  overflow: hidden;
  background: url(img/under_arrow.png) no-repeat center;
}

.gnavi-bg0, .gnavi-bg1, .gnavi-bg2, .gnavi-bg3, .gnavi-bg4 {
  opacity: 0;
}

#topcont .gnavi-bg0 {
  opacity: 1;
}

#product .gnavi-bg1 {
  opacity: 1;
}

#about .gnavi-bg2 {
  opacity: 1;
}

#contact .gnavi-bg3 {
  opacity: 1;
}

.line-h-ad p {
  line-height: 170%;
}

@media screen and (max-width:767px) {
  .gnavi {
    float: none;
    padding-top: 10px;
    margin-right: 0;
  }
  .gnavi ul {
    width: 100%;
  }
  .gnavi-bg {
    width: 100%;
   
}
  .gnavi ul li, .gnavi ul li:first-child {
    display: block;
    float: left;
    width: 25% !important;
    margin: 0 !important;
    font-size: 14px;
    font-size: 1.4rem;
  }
   #header {
     padding-bottom: 11px;
   }
   #headerIn .gnavi-spe ul li {
    width: 25% !important;
    margin: 0 !important;
}

  .gnavi ul li:first-child {
    display: none;
  }
  .gnavi ul li:nth-child(4) {
    border-right: none;
  }
  .gnavi ul li a {
    font-size: 12px;
    display: block;
    width: 100% !important;
    margin: 0 auto;
  }
  .gnavi-bg ul {
    height: 9px;
  }
  .gnavi-bg ul li {
    height: 9px;
  }
}

.gnavi:after {
  content: "";
  display: block;
  clear: both;
}


/*
---------------------------------------------------------------------------
フッター
---------------------------------------------------------------------------*/

#footer {
  width: 100%;
  padding-top: 0;
  height: 458px;
  border-top: solid 1px #bfbfbf;
  background: url(img/foot_bg.png) no-repeat center;
}

#footerInWrap {
  width: 100%;
}

#footerIn {
  width: 890px;
  height: 373px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

#footerIn a {
  text-decoration: none;
  color: #000;
}

@media only screen and (max-width:767px) {
  #footer {
    background: none;
  }
  #footerIn p {
    width: 95%;
    text-align: center;
    margin: 0 auto 10px !important;
  }
}

.footerInL {
  height: 30px;
  margin: 0 0 3px 0;
}

.footerInR {
  position: absolute;
  top: 25px;
  bottom: 0;
  right: 0;
}

.footerInR ul {
  margin: 0;
  padding: 0;
}

.footerInR li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footerInR li:first-child {
  margin-left: 250px;
}

.footerInR li .time {
  display: inline-block;
}

.footerInR li:nth-of-type(2) img {
  margin-right: 25px;
}

.footerInR li .time span {
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (max-width:767px) {
  #footerInWrap {
    width: 100%;
    height: auto;
    padding-bottom: 10px;
    background-repeat: repeat;
  }
  #footerIn {
    width: 100%;
    height: auto;
    position: static;
  }
  .footerInL {
    float: none;
    height: auto;
    margin-bottom: 10px;
    padding-top: 20px;
    text-align: center;
    position: static;
    top: auto;
    bottom: auto;
  }
  .footerInL img {
    max-width: 100%;
    height: auto;
  }
  .footerInR {
    position: static;
    top: 0;
    text-align: center;
  }
  .footerInR li:first-child {
    margin: 0 auto 10px auto;
  }
  .footerInR li:nth-of-type(2) img {
    margin-right: auto;
  }
  .footerInR li .time {
    display: block;
  }
}

#footer p {
  margin: 0;
  font-size: 14.5px;
}

#footer .foot-txt1 {
  width: 890px;
  font-size: 31px;
  margin: 0 0 10px 0;
  font-family: 游明朝, "Yu Mincho", HGP明朝B, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", HiraMinProN-W6, serif;
  font-weight: bold;
}

@media only screen and (max-width:767px) {
  #footer .foot-txt1 {
    font-size: 18px;
    width: 95%;
    margin: 0 auto 20px;
    text-align: center;
  }
}

.foot-lastbox {
  -webkit-display: flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 40px 0 0 0;
  justify-content: center;
}

.foot-lastbox p {
  width: 231px;
}

@media only screen and (max-width:767px) {
  .foot-lastbox {
    margin: 0;
    display: block;
  }
}

.foot-lastbox1 {
  margin: 0 20px 0 0;
}

.foot-lastbox2 p {
  width: 100px;
}

@media only screen and (max-width:767px) {
  .foot-lastbox1 {
    margin: 0;
  }
}

.fbtxt {
  width: 230px;
  font-size: 10.5px !important;
  padding-left: 5px
}


/* フッターナビ */

#fNaviWrap {
  width: 100%;
  margin: 0 0 35px 0;
}

#fNavi {
  width: 630px;
  margin: 0 auto;
}

#fNavi ul:after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width:767px) {
  #fNavi {
    width: 100%;
  }
  #fNaviWrap {
    border-bottom: 1px #9DC3E6 solid;
    border-top: 1px #9DC3E6 solid;
  }
}

#fNavi ul {
  width: 630px;
  margin: 0 auto;
  padding: 13px 0;
  list-style-type: none;
}

#fNavi li {
  float: left;
  margin: 0;
  padding: 0 10px;
  background-image: url(img/fnavi_line.png);
  background-repeat: no-repeat;
  background-position: left center;
  text-align: center;
  font-size: 15px;
}

#fNavi li:first-child {
  background: none;
}

@media screen and (max-width:767px) {
  #fNavi ul {
    width: 100%;
    padding: 0;
  }
  #fNavi li {
    width: 50%;
    padding: 5px;
    background-image: none;
    border-bottom: 1px #9DC3E6 solid;
  }
  #fNavi li:first-child {
    padding-left: 0;
    background-image: none;
  }
  #fNavi li:nth-child(odd) {
    border-right: 1px #9DC3E6 solid;
  }
  #fNavi li:nth-last-of-type(1), #fNavi li:nth-last-of-type(2) {
    border-bottom: none;
  }
}

#fNavi li a {
  display: block;
  color: #000000;
  text-decoration: none;
}

#copyright {
  padding-top: 7px;
  padding-bottom: 6px;
  background: url(img/upper_bg.png);
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (max-width:767px) {
  #copyright {
    width: 100%;
  }
}


/*
---------------------------------------------------------------------------
メイン画像
---------------------------------------------------------------------------*/

#mainImgBg {
  width: 100%;
  height: auto;
}

.mainimg {
  max-width: 100%;
  height: auto;
}

@media screen and (min-width:769px) {
  #mainImgBg {
    display: none;
  }
}


/*
---------------------------------------------------------------------------
パンくずリスト
---------------------------------------------------------------------------*/

#topicPath {
  width: 100%;
}

#topicPath ol {
  margin: 0;
  padding: 15px 0 0 0;
  list-style-type: none;
}

#topicPath ol li {
  display: inline-block;
  margin-left: 0;
  margin-right: 5px;
  vertical-align: middle;
}

#topicPath ol li:first-child {
  background-repeat: no-repeat;
  background-position: left top;
}

#topicPath ol li a {
  display: inline-block;
  padding-right: 15px;
  padding-right: 25px;
  background: url(img/arrow_topicpath.png) no-repeat right;
  text-decoration: none;
  color: #000;
  vertical-align: middle;
}

#topicPath ol li a:hover {
  text-decoration: underline;
}

@media screen and (max-width:767px) {
  #topicPath {
    display: none;
  }
}


/*ページ内の目次レイアウト
-------------------------------------------------------*/

.page_nav {
  position: relative;
  width: 900px;
  display: block;
  margin: 22px 0 0 5px;
  z-index: 1;
}

.page_nav ul {
  height: 28px;
}

.page_nav ul li {
  float: left;
  margin: 0px 10px 0px 10px;
  line-height: 28px;
}

.page_nav ul li a {
  float: left;
  padding: 0 0 0 5px;
  font-size: 16px;
  text-decoration: none;
  text-indent: 0.8em;
  background-position: 0px 9px;
  background-image: url(img/list_4a.png);
  background-repeat: no-repeat;
  color: #000;
}

@media only screen and (max-width:767px) {
  .page_nav {
    display: none;
  }
}

.flexslider {
  height: auto !important;
}


/*
---------------------------------------------------------------------------
コンテンツ枠
---------------------------------------------------------------------------*/

#inner, #innerSub {
  width: 100%;
  margin: 0 auto 70px;
  padding-top: 50px;
  line-height: 160%;
}

#inner {
  padding-top: 0 !important;
  clear: both;
}

#inner:after, #innerSub:after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width:767px) {
  #inner {
    width: 95%;
  }
}

.cnt-box {
  width: 100%;
  border-bottom: solid 1px #d9d9d9;
  padding: 50px 0 0 0;
}

#contact .cnt-box {
  width: 100%;
  border-bottom: solid 1px #d9d9d9;
  padding: 40px 0 0 0;
}

.cnt-box:nth-last-of-type(1) {
  border-bottom: none !important;
}

.indent-ad-box {
  padding: 0 0 0 30px;
}

span.indent-ad {
  margin-left: -42px;
}

ul.privacy {
  width: 800px;
  padding: 10px 30px 10px 30px;
  margin: 0 auto;
}

ul.privacy li {
  padding-bottom: 20px;
  list-style: decimal outside;
  text-align: left;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

@media screen and (max-width:767px) {
  ul.privacy {
    width: 90%;
  }
  ul.privacy li {
    width: 100%;
  }
}

.main {
  width: 940px;
  margin: 0 auto 0;
}

#b01, #b02, #b03, #b04, #b05 {
  padding-top: 100px;
  margin-top: -100px;
}

@media only screen and (max-width:767px) {
  .main {
    width: 100%;
    margin: 0 auto;
  }
}

#main02 {
  width: 940px;
  margin: 0 auto;
}

@media screen and (max-width:767px) {
  #main {
    float: none;
    width: 100%;
    margin: 0 auto;
  }
  #main02 {
    width: 100%;
  }
}

#side {
  float: right;
  width: 261px;
}

@media screen and (max-width:767px) {
  #side {
    float: none;
    margin: 0 auto;
  }
}

#side ul {
  margin: 0;
  padding: 0;
}

#side li {
  margin: 0 0 9px 0;
  padding: 0;
  list-style: none;
  line-height: 0;
}

#side li .sideBtn01 {
  display: inline-block;
  background-color: #2A80D3;
  color: #FFF;
  line-height: 160%;
}

#side li .sideBtn01 a {
  display: block;
  width: 260px;
  padding-top: 10px;
  padding-bottom: 9px;
  padding-left: 23px;
  background-image: url(img/side_arrow.png);
  background-repeat: no-repeat;
  background-position: 12px 18px;
  color: #FFF;
  text-decoration: none;
  font-size: 14px;
}

.slideunder {
  width: 100%;
  height: auto;
  min-height: 100px;
  margin: 0 0 47px 0;
  background: url(img/slideunder_bg.png);
}

@media only screen and (max-width: 768px) {
.slideunder br {
  display: none;
}
}

.slideunder h2 {
  width: 100%;
  padding: 10px 0;
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
  font-size: 26.5px;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
  font-weight: bold;
  color: #fff;
}

.histoly {
  margin: 0 0 47px 0;
}

.histoly-table {
  width: 940px;
  margin: 0 auto;
}

.histoly-table td:nth-of-type(1) {
  width: 300px;
}

.histoly-table td:nth-of-type(2) {
  padding: 5px 0 0 20px;
  vertical-align: top;
}

.histoly-table td h3 {
  background: none;
  font-size: 32px;
  color: #000;
  padding: 0;
  margin: 10px 0 10px 0;
  text-align: left;
}

.histoly-table p {
  /*
   font-size: 1.35rem;
*/
  margin: 20px 0 0 0;
}

.flexbox-ad .item-list-box:nth-of-type(3n+1) {
  margin-right: 20px;
}

.flexbox-ad .item-list-box:nth-of-type(3n+3) {
  margin-left: 20px;
}

.itemlist01 table {
  width: 100% !important;
}

.itemlist01 table tr {
  width: 460px;
  min-height: 312px;
  float: left;
  overflow: hidden;
  border: solid 1px gray;
  padding: 10px 0 20px 10px;
  margin: 0 10px 20px 0;
}

.itemlist01 table tr:nth-of-type(even) {
  margin: 0 0 20px 0;
}

.itemlist01 table td {
  display: block;
  float: left;
}

.itemlist01 table td img {
  margin-top: 9px;
  border: solid 1px #7030a0;
}

.itemlist01 table td:nth-of-type(1n+2) {
  padding-left: 15px;
  width: 300px !important;
}

.itemlist01 table td:nth-of-type(1) {
  width: 141px !important;
  height: 200px;
  text-align: center;
  background: #dec8ee;
}

.itemlist01 table td:nth-of-type(2) {
  font-weight: bold;
  font-size: 20px !important;
  margin-bottom: 15px;
  padding-top: 5px;
}

.itemlist01 table td:nth-of-type(3) {
  color: #ed7d31 !important;
  font-size: 14px !important;
  line-height: 22px;
  margin: 0 0 15px 0 !important;
}

.itemlist01 table td:nth-of-type(4) {
  font-size: 10.5px !important;
  margin: 0 !important;
  line-height: 16px;
}

@media only screen and (max-width:767px) {
  .itemlist01 table {
    width: 330px !important;
    margin: 0 auto 20px;
  }
  .itemlist01 {
    margin: 0 auto;
  }
  .itemlist01 table tr {
    display: block;
    width: 330px;
  }
  .itemlist01 img {
    width: 80%;
    height: auto;
  }
  .itemlist01 td {
    display: block;
    margin: 0 auto;
    width: 120px !important;
  }
  .itemlist01 td:nth-of-type {
    padding-left: 0;
  }
  .itemlist01 table td:nth-of-type(1n+2) {
    float: right;
    width: 175px !important;
  }
  .itemlist01 table td:nth-of-type(2) {
    font-size: 14px !important;
  }
  .histoly-table {
    width: 95%;
    margin: 0 auto;
  }
  .histoly-table td {
    width: 100% !important;
    display: block;
    padding: 0 !important;
  }
  .histoly-table td:nth-of-type(1) {
    text-align: center;
  }
  .histoly-table td img {
    width: 95%;
    max-width: 300px;
  }
  .flexbox-ad .item-list-box {
    margin: 0 10px 20px !important;
  }
}


/*
#product .flexbox-ad img {
  width: 301px;
  max-width: 301px;
  margin: 0 0 15px;
}
*/

.flexbox-ad {
  width: 977px;
  flex-wrap: wrap;
  -webkit-display: flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}


/*------------------------------------*/

.item-list-box {
  width: 300px;
  border: solid 1px #bfbfbf;
  margin-bottom: 20px;
}

.item-list-box img {
  display: block;
  margin: 0 auto 20px;
}

.item-name {
  width: 100%;
  min-height: 75px;
  font-weight: bold;
  font-size: 20px !important;
  text-align: center;
  /*margin: 20px auto 29px;*/
  margin: 20px auto 0 auto;
}

.item-description {
  width: 100%;
  color: #ed7d31 !important;
  font-size: 14px !important;
  line-height: 22px;
  margin: 0 0 20px 0 !important;
  padding: 0 10px;
}

.img-bg01 img {
  border: 1px #8FAADC solid;
  box-shadow: 0 0 0 10px #DAE3F3;
  box-sizing: content-box;
}

.img-bg02 img {
  border: 1px #FFC000 solid;
  box-shadow: 0 0 0 10px #FFF2CC;
  box-sizing: content-box;
}

.item-detail p {
  width: 100%;
  font-size: 10.5px !important;
  margin: 0 !important;
  padding: 0 10px;
  line-height: 16px;
}

.item-detail p:nth-last-of-type(1) {
  margin-bottom: 20px !important;
}

.item-spemargin {
  margin-bottom: 5px !important;
}


/*------------------------------------*/

.pdfp {
  text-align: center;
}

.red-txt {
  color: #c00000;
}

.txt2-1 {
  font-size: 2.15rem;
  line-height: 2.9rem;
  margin: 0 auto 40px;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
  text-align: center;
}

.gray-bg {
  width: 940px;
  padding: 18px 0;
  background: #f2f2f2;
  margin: 55px auto 0;
}

.gray-bg img {
  vertical-align: bottom;
  margin-left: 6px;
}

@media only screen and (max-width:767px) {
  .txt2-1 {
    text-align: left;
  }
  .txt2-1 br {
    display: none;
  }
  .gray-bg {
    width: 100%;
    margin: 40px auto 0;
  }
  .use-des {
    width: 95%;
    margin: 0 auto;
  }
  .use-des td {
    display: block;
    text-align: center;
  }
  .gray-bg img {
    margin-left: 0;
  }
  .cream-bg p {
    height: 80px;
    line-height: 30px;
    padding-top: 10px;
    font-size: 2.1rem;
    text-align: center;
    font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
  }
}

@media screen and (max-width:767px) {
  .flexbox-ad {
    width: 100%;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .itemlist02 td {
    display: block;
    float: left;
  }
}


table.postage-data {
  width: 900px;
  margin: 0 auto 15px;
  box-sizing: border-box;
  font-size: 1.4rem;
  border: solid 1px #000;
  border-collapse: collapse;
}

table.postage-data th {
  width: 100px;
  background: #d9d9d9;
  font-weight: normal;
  border: dashed 1px #000;
  text-align: center;
  padding: 3px 0 0 0;
}

table.postage-data td {
  text-align: right;
  border: dashed 1px #000;
  padding: 3px 5px 0 0;
}

table.postage-data tr:nth-of-type(1) {
  border-bottom: solid 1px #000 !important;
}

table.postage-data th:nth-of-type(1) {
  border-right: solid 1px #000 !important;
}

@media only screen and (max-width: 768px) {
  table.postage-data {
    width: 95%;
  }
}

@media only screen and (max-width: 478px) {
  table.postage-data {
    display: none;
  }
}

table.postage-data__smp {
  display: none;
}

@media only screen and (max-width: 478px) {
  table.postage-data__smp {
    display: table;
    width: 95%;
    margin: 0 auto 15px;
    box-sizing: border-box;
    font-size: 1.4rem;
    border: solid 1px #000;
    border-collapse: collapse;
  }
  table.postage-data__smp th {
    width: 33%;
    background: #d9d9d9;
    font-weight: normal;
    border: dashed 1px #000;
    text-align: center;
    padding: 3px 0 0 0;
  }
  table.postage-data__smp td {
    text-align: right;
    border: dashed 1px #000;
    padding: 3px 20px 0 0;
  }
  table.postage-data__smp tr:nth-of-type(1) {
    border-bottom: solid 1px #000 !important;
  }
  table.postage-data__smp th:nth-of-type(1) {
    border-right: solid 1px #000 !important;
  }
  table.postage-data__smp tr:nth-of-type(1) th:nth-of-type(1) {
    border: solid 1px #000 !important;
  }
}

.postage-text {
  font-size: 1.2rem;
  padding-left: 10px;
}

.homeMenu {
  padding-top: 30px;
  padding-bottom: 23px;
  background-color: #f2f2f2;
}

.homeMenuIn {
  width: 940px;
  margin: 0 auto;
}

.homeMenu2 {
  padding-top: 30px;
  padding-bottom: 23px;
}

.homeMenuIn2 {
  width: 940px;
  margin: 0 auto;
}

@media screen and (max-width:767px) {
  .homeMenuIn {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .homeMenuIn2 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.homeMenu:after, .homeMenuIn:after {
  content: "";
  display: block;
  clear: both;
}

.topTit {
  margin-bottom: 27px;
  text-align: center;
  font-weight: bold;
  font-size: 27px;
  font-size: 2.7rem;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
}

.homeMenu .topTit img {
  margin-right: 18px;
  vertical-align: middle;
}

@media screen and (max-width:500px) {
  .homeMenu .topTit img {
    display: block;
    margin: 0 auto 20px auto;
  }
}

.topTxt {
  margin-bottom: 48px;
  line-height: 140%;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
}

@media screen and (max-width:767px) {
  .topTxt {
    font-size: 14px;
  }
}

.homeMenu ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  font-size: 0;
}

.homeMenu li {
  float: left;
  width: 301px;
  margin: 0;
  margin-left: 18px;
  padding: 0;
}

.homeMenu li:first-child {
  margin-left: 0;
}

.homeMenu li:nth-of-type(2) {
  margin-left: 19px;
}

@media screen and (max-width:767px) {
  .homeMenu li, .homeMenu li:nth-of-type(2) {
    float: left;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
  }
  .homeMenu li img {
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
}

.pt-1 {
  width: 940px;
  margin: 0 auto;
}

.pt-1 td {
  text-align: center;
  font-size: 1.6rem;
}

.tbl-grp {
  width: 940px;
  margin: 0 auto;
  -wbkit-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  flex-direction: row;
}

.red-arrow::before {
  content: '　';
  text-indent: -9999px;
  overflow: hidden;
  width: 15px;
  height: 17px;
  margin: 0 0 0 -10px;
  background: url(img/red_arrow.png) no-repeat -5px 2px;
}

@media only screen and (max-width:767px) {
  .pt-1 {
    width: 95%;
  }
  .pt-1 td {
    display: block;
    padding-bottom: 30px;
  }
  .pt-1 img {
    width: 95%;
    height: auto;
    max-width: 301px;
  }
  .tbl-grp {
    width: 100%;
  }
}

.pt-2 {
  width: 470px;
  margin: 0 auto 30px;
  float: left;
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
}

.pt-2::after {
  display: block;
  height: 0;
  visibility: hidden;
  content: '';
  clear: both;
}

.pt-2:nth-last-of-type(1) {
  width: 940px;
}

.pt-2 th {
  text-align: left;
  color: #c00000;
  font-weight: bold;
  font-size: 1.85rem;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
}

.pt-2 td {
  text-align: left;
  width: 470px;
}

.pt-2 td img {
  float: left;
}

.pt-2 td img:nth-of-type(1) {
  margin: 0 14px 10px 0;
}

.pt-2 td img:nth-of-type(2) {
  margin: 0 13px 10px 0;
}

.pt-2 tr td:nth-last-of-type(1) {
  padding-right: 0;
}

.company-name {
  text-align: right;
  font-size: 1.85rem;
  margin-bottom: 0;
  margin-right: 31px;
}

.ceo-name {
  text-align: right;
  margin-right: 33px;
}

.ceo-greeting {
  margin-bottom: 60px;
}

.h3-ad {
  letter-spacing: 0 !important;
}

@media only screen and (max-width:767px) {
  .company-name, .ceo-name {
    width: 97%;
    margin-right: 15px;
  }
  .pt-2 {
    width: 95% !important;
  }
  .pt-2 td {
    width: 100% !important;
    display: block;
    text-align: center;
  }
  .pt-2 td img {
    float: none;
    width: 45%;
    height: auto;
    margin: 0 1%;
  }
}

.pt-3 {
  font-size: 1.6rem;
  line-height: 2.5rem;
  width: 910px;
}

.pt-3 td:nth-of-type(1) {
  width: 690px;
  padding: 0 50px 0 0;
}

.pt-3 td:nth-of-type(2) {
  text-align: center;
}

@media only screen and (max-width:767px) {
  .pt-3 {
    width: 95%;
    margin: 0 auto;
  }
  .pt-3 td {
    display: block;
    width: 100% !important;
    padding: 0 !important;
  }
  .pt-3 td:nth-of-type(1) {
    padding-bottom: 30px !important;
  }
}

table.gaiyou {
  width: 900px;
  margin: 0 auto 30px;
  text-align: left;
  border-bottom: dashed 1px #b8b8b8;
}

table.gaiyou th, table.gaiyou td {
  border-top: dashed 1px #b8b8b8;
  font-size: 1.6rem;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  line-height: 2.8rem;
  padding-top: .6rem;
  padding-bottom: .2rem;
}

table.gaiyou th {
  width: 180px;
  padding-left: 10px;
}

table.gaiyou td img {
  vertical-align: top;
  padding-top: 4px;
}

@media only screen and (max-width:767px) {
  table.gaiyou {
    width: 95%;
  }
  table.gaiyou th {
    background: #d9d9d9;
  }
  table.gaiyou th, table.gaiyou td {
    width: 100%;
    text-align: left;
    display: block;
    padding-left: 10px;
  }
}

.homeNewsframe {
  width: 100%;
  height: 335px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
  overflow: scroll;
  overflow-x: hidden;
}

@media screen and (max-width:767px) {
  .homeNewsframe {
    margin-bottom: 60px;
  }
}

dl.homeNews {
  width: 100%;
}

@media screen and (max-width:767px) {
  dl.homeNews {
    width: 90%;
    margin: 0 auto;
  }
}

dl.homeNews dt, dl.homeNews dd {
  margin: 0;
  padding: 0;
}

dl.homeNews dt {
  padding-bottom: 10px;
}

dl.homeNews dd {
  padding-bottom: 10px;
}

dl.homeNews dt img, img.detailsNews {
  margin-right: 15px;
  vertical-align: middle;
}


/*
---------------------------------------------------------------------------
コンテンツBox
---------------------------------------------------------------------------*/

.box1 {
  margin-bottom: 40px;
}

.boxH3 {
  width: 100%;
  padding-right: 0px;
}

.col2 {
  position: relative;
}

.boxH3:after, .col2:after {
  content: "";
  display: block;
  clear: both;
}

.box1 img, .boxH3 img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width:767px) {
  /*.box1 {
    padding-left: 15px;
    padding-right: 15px;
  }*/
  .boxH3 {
    padding-left: 0px;
  }
  p+.col2 {
    margin-top: 40px;
  }
}

.boxL {
  float: left;
}

.boxR {
  padding-left: 19px;
  overflow: hidden;
  /zoom: 1
}

@media screen and (max-width:767px) {
  .boxL {
    float: none;
    margin-bottom: 10px;
    text-align: center;
  }
  .boxR {
    padding-left: 0;
  }
}

.boxR2 {
  float: right;
  margin-bottom: 25px;
  padding-left: 19px;
  box-sizing: content-box;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
}

.boxR2 p {
  margin-bottom: 0px;
}

.boxL2 {
  overflow: hidden;
  /zoom: 1;
}

@media screen and (max-width:767px) {
  .boxL2 {
    width: 100%;
    float: none;
  }
  .boxR2 {
    margin-bottom: 20px;
    padding-left: 0;
    width: 100%;
    text-align: center;
  }
  .boxR2 img {
    max-width: 100%;
    height: auto;
  }
}

.detailsBtn01 {
  display: inline-block;
  position: absolute;
  bottom: 5px;
  background-color: #2A80D3;
  color: #FFF;
  text-align: center;
}

.detailsBtn01 a {
  display: block;
  width: 250px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #FFF;
  text-decoration: none;
}

.detailsBtn01 a img {
  margin-bottom: 0;
  margin-right: 10px;
  vertical-align: middle;
}

@media screen and (max-width:767px) {
  .detailsBtn01 {
    display: block;
    margin: 0 auto;
    position: static;
    bottom: 0;
    text-align: center;
  }
  .detailsBtn01 a {
    width: 100%;
  }
}

#productWrap .boxH3 {
  padding-left: 30px;
}

#productWrap .boxR {
  padding-left: 30px;
}


/*
hX
---------------------------------------------------------------------------*/

h1 {
  width: 100%;
  padding: 7px 0 3px 0;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
}

@media screen and (max-width:767px) {
  h1 {
    width: 300px;
    margin: 0 auto 10px;
    font-size: 14px;
  }
}

#h2BgWrap {
  width: 100%;
  height: 248px;
}

#h2BgWrap h2 {
  padding: 37px 0 0 10px;
  font-size: 32px !important;
  font-size: 2.65rem;
  font-weight: normal;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
}

@media only screen and (max-width:767px) {
  #h2BgWrap h2 {
    padding-top: 100px;
    text-align: center;
    width: 100%;
  }
}

#h2Bg {
  width: 100%;
  height: 248px;
  margin: 1px 0 0 0;
  border-bottom: solid 1px #d9d9d9;
  background: url(img/h2_bg.png) no-repeat right bottom;
}

#h2Con {
  width: 960px;
  margin: 0 auto;
}

h2 {
  padding-top: 20px;
  font-size: 35px;
  font-size: 2.65rem;
  font-weight: normal;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
}

@media screen and (max-width:767px) {
  #h2BgWrap h2 {
    font-size: 22px !important;
  }
  #h2Bg {
    padding-left: 15px;
    padding-right: 15px;
    background: none;
  }
  #h2Con {
    width: 100%;
  }
  h2 {
    padding-top: 0;
    line-height: 30px;
    font-size: 20px !important;
  }
}

h3 {
  margin-bottom: 50px;
  padding-top: 5px;
  color: #c00000;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: normal;
  text-align: center;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
  line-height: 3.4rem;
}

.single-news {
  padding-top: 50px;
}

#news h3, .single-news h3 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 3rem;
  padding-top: 40px;
  margin-bottom: 20px;
}

#contact h3 {
  margin-bottom: 42px;
}

@media all and (-ms-high-contrast:none) {
  h3 {
    background-position: left 2px;
  }
}

@media screen and (max-width:767px) {
  h3, .fs-ad {
    padding: 0;
    font-size: 18px !important;
    margin-bottom: 25px;
  }
}

h4 {
  margin-bottom: 20px;
  padding: 6px 5px 3px 27px;
  background-color: #A6A6A6;
  background-image: url(img/h4_ico.png);
  background-repeat: no-repeat;
  background-position: 5px center;
  color: #FFF;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: normal;
}

@media all and (-ms-high-contrast:none) {
  h4 {
    background-position: 5px center;
  }
}

h5 {
  margin-bottom: 5px;
  font-size: 14px;
  font-size: 1.4rem;
}

h6 {
  margin-bottom: 10px;
  padding-top: 3px;
  padding-bottom: 5px;
  padding-left: 20px;
  background-image: url(img/h6_ico.png);
  background-repeat: no-repeat;
  background-position: left 4px;
  font-weight: normal;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
}

@media all and (-ms-high-contrast:none) {
  h6 {
    padding-top: 4px;
    background-position: left 2px;
  }
}

@media screen and (max-width:767px) {
  h6 {
    background-position: left 3px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.h3Tit {
  margin-bottom: 10px;
  line-height: 150%;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
  letter-spacing: .5px;
}

@media only screen and (max-width:767px) {
  .h3Tit {
    width: 95%;
    line-height: 150%;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.idea-list {
  width: 620px;
  margin: 30px auto 70px;
}

.idea-list li {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
  margin-bottom: 2rem;
  list-style-type: decimal;
  list-style-position: inside;
  padding-left: 2rem;
  text-indent: -2rem;
}

@media only screen and (max-width:767px) {
  .idea-list {
    width: 95%;
    margin: 10px auto 10px;
  }
  .idea-list li {
    width: 90%;
    font-size: 18px;
    margin: 0 auto 10px;
  }
}


/*メインコンテンツ内のpagetop
---------------------------------------------------------------------------*/

.main_pagetop {
  margin: 0px 0 50px 0px;
  text-align: right;
  font-size: 12px;
}

.main_pagetop a {
  color: #b0b0b0;
}


/*
table
---------------------------------------------------------------------------*/

table.table01 {
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}

table.table01 th, table.table01 td {
  padding-top: 15px;
  padding-bottom: 5px;
  border-bottom: 1px #D9D9D9 solid;
  line-height: 180%;
  text-align: left;
  font-size: 15px;
  font-size: 1.5rem;
}

table.table01 th {
  padding-left: 8px;
  padding-right: 90px;
  vertical-align: top;
  font-weight: normal;
  white-space: nowrap;
}

table.table01 td {
  padding-right: 16px;
}

@media screen and (max-width:767px) {
  table.table01 th {
    padding-right: 20px;
  }
}


/* UL
---------------------------------------------------------------------------*/

ul.photoList01:after {
  content: "";
  display: block;
  clear: both;
}

ul.photoList01 {
  width: 609px;
  padding: 0;
  list-style: none;
  font-size: 0;
}

ul.photoList01 li {
  float: left;
  width: 194px;
  margin: 0;
  margin-left: 14px;
  padding: 0;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
}

ul.photoList01 li:nth-child(1) {
  margin-left: 0;
}

ul.photoList01 li:nth-child(2) {
  width: 193px;
}

ul.photoList01 li img {
  margin-bottom: 0;
}

@media screen and (max-width:767px) {
  ul.photoList01 {
    width: 100%;
    margin-top: 40px;
  }
  ul.photoList01 li {
    float: none;
    width: 100%;
    margin-left: auto;
  }
  ul.photoList01 li:nth-child(2) {
    width: 100%;
  }
}

ul.list01 {
  margin: 0;
  padding: 0;
}

ul.list01 li {
  float: left;
  width: 431px;
  list-style: none;
  margin-bottom: 29px;
  margin-left: 0;
}

ul.list01 li:nth-child(odd) {
  clear: both;
}

ul.list01 li:nth-child(even) {
  margin-left: 29px;
}

ul.list01 li .boxL .productBg {
  position: relative;
  background-image: url(ct01/img/product_bg.png);
  background-repeat: no-repeat;
  background-position: left top;
  width: 241px;
  height: 241px;
  margin: auto;
  text-align: center;
  vertical-align: middle;
}

ul.list01 li .boxL .productBgNew {
  position: relative;
  background-image: url(ct01/img/product_bg_new.png);
  background-repeat: no-repeat;
  background-position: left top;
  width: 241px;
  height: 241px;
  margin: auto;
  text-align: center;
  vertical-align: middle;
}

ul.list01 li .boxL .productBgRenewal {
  position: relative;
  background-image: url(ct01/img/product_bg_renewal.png);
  background-repeat: no-repeat;
  background-position: left top;
  width: 241px;
  height: 241px;
  margin: auto;
  text-align: center;
  vertical-align: middle;
}

ul.list01 li .boxL .productBgPhoto {
  position: relative;
  background-image: url(ct01/img/product_bg_photo.png);
  background-repeat: no-repeat;
  background-position: left top;
  width: 241px;
  height: 241px;
  margin: auto;
  text-align: center;
  vertical-align: middle;
}

ul.list01 li .boxL .productBg img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (max-width:767px) {
  ul.list01 li {
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  ul.list01 li:nth-child(even) {
    margin-left: 0px;
  }
}

ul.productList01:after {
  content: "";
  display: block;
  clear: both;
}

ul.productList01 {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  font-size: 0;
}

ul.productList01 li {
  float: left;
  width: 301px;
  margin: 0;
  margin-left: 4px;
  padding: 0;
  text-align: center;
}

ul.productList01 li:nth-child(1) {
  margin-left: 0;
}

@media screen and (max-width:767px) {
  ul.productList01 li {
    float: none;
    width: 100%;
    margin-left: auto;
  }
  ul.productList01 li:nth-child(2) {
    margin-left: auto;
  }
}

ul.link01:after {
  content: "";
  display: block;
  clear: both;
}

ul.link01 {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  font-size: 0;
}

ul.link01 li {
  float: left;
  width: 301px;
  margin: 0;
  margin-left: 8px;
  padding: 0;
  text-align: center;
}

ul.link01 li:nth-child(1), ul.link01 li:nth-child(3) {
  margin-left: 0;
}

ul.link01 li:nth-child(1), ul.link01 li:nth-child(2) {
  margin-bottom: 20px;
}

@media screen and (max-width:767px) {
  ul.link01 li:nth-child(1), ul.link01 li:nth-child(2) {
    margin-bottom: 0;
  }
  ul.link01 li {
    width: 100%;
    margin-left: 0;
  }
}


/*【サイトマップ】のレイアウト
-------------------------------------------------------*/

.sitemap {
  margin: 20px 0px 0px 0px;
  font-size: 1.7rem;
}

.sitemap ul {
  margin: 0px auto 100px;
  width: 300px;
}

.sitemap ul li {
  color: #000;
  padding: 30px 0px 0px 0px;
  border-bottom: solid 1px #f2f2f2;
  margin: 0;
  text-align: center;
}

.sitemap ul li.second {
  margin: 0px 0px 0px 50px;
  vertical-align: bottom;
}

.sitemap ul li a {
  color: #000;
  text-decoration: none;
}


/*
---------------------------------------------------------------------------
その他
---------------------------------------------------------------------------*/

.contactTel {
  width: 215px;
  margin: 0 auto 30px;
  padding: 15px 0;
  font-size: 2.65rem;
  font-weight: bold;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
}

.contactTel a {
  color: #000;
  text-decoration: none;
}

.tel-ad {
  font-size: 21.5px;
  font-size: 2.15rem;
}

@media only screen and (max-width:767px) {
  .contactTel {
    width: 165px;
    margin-bottom: 20px;
    font-size: 18px;
  }
  .tel-ad {
    font-size: 14px;
  }
}

.contactTel .txtTel {
  display: inline-block;
  padding-left: 10px;
  vertical-align: middle;
  font-size: 27px;
  font-size: 2.7rem;
  letter-spacing: 0.1em;
}

@media screen and (max-width:767px) {
  .contactTel .txtTel {
    display: block;
    padding-top: 10px;
    padding-left: 0;
    font-size: 2.2rem;
    letter-spacing: normal;
  }
}

.list01Tit {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}

.list01Tit span {
  font-size: 14px;
  font-size: 1.4rem;
}

.agree-check {
  width: 880px;
  margin: 0 auto 10px;
  background: #f8f8f8;
  padding: 10px 0 10px 0;
}

.agree-check p {
  text-align: center;
  margin: 0;
}

iframe {
  border: none;
}

@media only screen and (max-width:767px) {
  .agree-check {
    width: 100%;
  }
}

.checkbox-btn {
  margin: 0;
}


/*
---------------------------------------------------------------------------
pagetop
---------------------------------------------------------------------------*/

.pagetop {
  margin-top: 20px;
  margin-bottom: 50px;
  text-align: right;
}

.pagetop a {
  color: #7F7F7F;
  text-decoration: none;
}

.s2v {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
}


/*
inline
---------------------------------------------------------------------------*/

.inlineR {
  text-align: right;
}

.inlineC {
  text-align: center;
}

.fltL {
  float: left;
}

.fltR {
  float: right;
}

.mobBr {
  display: inline;
}

@media screen and (max-width:767px) {
  .mobBr {
    display: block;
  }
  .mobCent {
    margin: auto;
    text-align: center;
  }
}


/*「ホーム」のお知らせ・新着情報レイアウト
-------------------------------------------------------*/

h2#spe-h2 {
  margin: 30px auto 20px;
  padding: 0;
}

.news_box {
  width: 820px;
  height: 220px;
  padding: 0px 0px 0px 0px;
  margin: 0 auto 60px;
  text-align: left;
  overflow: auto;
  border-bottom: dashed 1px gray;
}

.news_box dl {
  border-top: dashed 1px gray;
}

.news_box dl a {
  text-decoration: underline;
}

.news_box dl dt {
  font-size: 110%;
  line-height: 130%;
  /*font-weight: bold;*/
  color: #004b9f;
  text-indent: 1.2em;
  margin: 20px 0px 5px 0px;
  background-position: 8px 0.3em;
  background-repeat: no-repeat;
}

.news_box dl dt a {
  color: #004b9f;
  text-decoration: underline;
}

.news_box dl dd {
  margin: 0px 0px 15px 20px;
}

.news_box dl dd a {
  color: #000;
  text-decoration: underline;
}

#topi-enclose {
  position: relative;
  margin: 0 auto 0px;
  width: 940px;
  height: auto;
}

#topi-box {
  width: 930px;
  margin: 0 auto;
  border-top: 1px dashed #BFBFBF;
  border-bottom: 1px dashed #BFBFBF;
}


/*
#topi-enclose #ichiran {
    position: absolute;
    top: -50px;
    left: 700px;
}*/

#topi-box dt {
  width: 90px;
  padding: 10px 0 0 10px;
  margin: 0;
  float: left;
  color: blue;
}

#topi-box dd.tit {
  width: 90%;
  padding: 10px 0 0 5px;
  line-height: 30px;
  font-weight: bold;
  border-top: dashed 1px #d9d9d9;
}

#topi-box dd.tit:nth-of-type(1) {
  border-top: none;
}

#topi-box dd.tit a {
  color: #000;
  text-decoration: none;
  font-weight: lighter;
  font-size: 1.6rem;
}

#topi-box dd.txt {
  padding: 0 0 0 95px;
  width: 100%;
  clear: both;
}

#topi-box dd.txt p {
  font-size: 1.35rem !important;
  margin-bottom: 20px;
}


/*お知らせ・新着「個別」レイアウト
-------------------------------------------------------*/

.homeNewsCon {
  height: auto;
  max-height: 240px;
  text-align: left;
  overflow: auto;
}

.homeNewsCon p {
  margin: 0px 10px 2.5rem 10px;
}

.homenewsCon img {
  vertical-align: middle;
  margin: 0 20px 0 0;
}

.homeNews {
  overflow: hidden;
  margin: 0;
  text-align: left;
}

.homeNews dt {
  width: 820px;
  line-height: 30px;
}

.homeNews dt img {
  vertical-align: middle;
  margin-right: 10px;
}

.homeNews_cate {
  margin: 0;
  text-align: left;
}

#main .homeNews_cate h3 {
  margin-bottom: 10px;
}

.homeNews_cate dt {
  width: 620px;
  line-height: 30px;
}

.homeNews_cate dd {
  margin: 0 auto 50px;
}

.next {
  font-weight: bold;
  font-size: 100%;
  color: blue;
}

#main p.pagenum {
  margin: 50px 0 0 0;
  text-align: center;
}

.detailsNews {
  vertical-align: bottom;
}

.newsCategory p::after {
  height: 0;
  content: "";
  visibility: hidden;
  display: block;
  clear: both;
}

.newsCategory img {
  vertical-align: middle;
  margin: 0 10px 0px 10px;
}

#main .homeNews_cate p {
  margin-top: 10px;
}

.pleft04 {
  width: 100%;
  padding: 0 0 40px 0px;
}

#main .pleft04 p {
  width: 95%;
}

#main .pleft04 table {
  width: 100% !important;
  margin: 0 auto 20px;
}

dl.homeNews dd.newsList table {
  width: 100% !important;
  margin: 0 auto 20px;
}

dl.homeNews .newsCategory {
  border-bottom: solid 1px #d9d9d9;
}

@media only screen and (min-width:769px) {
  dl.homeNews:after {
    content: "";
    display: block;
    clear: both;
  }
  dl.homeNews dt {
    width: 200px;
  }
  dl.homeNews dd {
    margin-left: 100px;
  }
  dl.homeNews dd.txt {
    margin-left: 0;
  }
  dl.homeNews .newsCategory dt {
    margin-left: 10px;
  }
  dl.homeNews .newsCategory dd {
    padding-bottom: 40px;
  }
  #main dl.homeNews img {
    margin: 0 15px 0 0;
    float: left;
  }
  dl.homeNews .newsCategory dt::after {
    content: "";
    height: 0;
    display: block;
    visibility: hidden;
    clear: both;
  }
  dl.homeNews dd.newsList::after {
    content: "";
    height: 0;
    display: block;
    visibility: hidden;
    clear: both;
  }
}

@media only screen and (min-width:769px) {
  dl.homeNews:after {
    content: "";
    display: block;
    clear: both;
  }
}


/*
カテゴリページ　category
---------------------------------------------------------------------------*/

.cat-ul {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.cat-ul::after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "";
  clear: both;
}

.cat-ul div {
  float: left;
  width: 151px;
  height: 43px;
  margin-right: 8px;
  text-indent: -9999px;
  overflow: hidden;
  margin-bottom: 15px;
}

.cat-ul a {
  display: block;
  width: 100%;
  height: 100%;
}

.cat-ul div:nth-last-of-type(1) {
  margin-right: 0;
}

.cat-btn1 {
  background: url(img/btn_otayori_list.png) no-repeat;
}

.cat-btn2 {
  background: url(img/btn_notice_list.png) no-repeat;
}

.cat-btn3 {
  background: url(img/btn_news_list.png) no-repeat;
}

.cat-btn4 {
  background: url(img/btn_bus_list.png) no-repeat;
  background-repeat: no-repeat;
}

.cat-btn5 {
  background: url(img/btn_recruit_list.png) no-repeat;
}

.cat-btn6 {
  background: url(img/btn_new_list.png) no-repeat;
}

.cat-btn7 {
  background: url(img/btn_cate-all_list.png) no-repeat;
}

.cat-btn1:hover {
  background: url(img/btn_otayori_list2.png) no-repeat;
}

.cat-btn2:hover {
  background: url(img/btn_notice_list2.png) no-repeat;
}

.cat-btn3:hover {
  background: url(img/btn_news_list2.png) no-repeat;
}

.cat-btn4:hover {
  background: url(img/btn_bus_list2.png) no-repeat;
}

.cat-btn5:hover {
  background: url(img/btn_recruit_list2.png) no-repeat;
}

.cat-btn6:hover {
  background: url(img/btn_new_list2.png) no-repeat;
}

.cat-btn7:hover {
  background: url(img/btn_cate-all_list2.png) no-repeat;
}

body#journal .cat-btn1 {
  background: url(img/btn_otayori_list2.png) no-repeat;
}

body#notice .cat-btn2 {
  background: url(img/btn_notice_list2.png) no-repeat;
}

body#cat_news .cat-btn3 {
  background: url(img/btn_news_list2.png) no-repeat;
}

body#bus_news .cat-btn4 {
  background: url(img/btn_bus_list2.png) no-repeat;
}

body#cat_recruit .cat-btn5 {
  background: url(img/btn_recruit_list2.png) no-repeat;
}

body#whats_new .cat-btn6 {
  background: url(img/btn_new_list2.png) no-repeat;
}

body#news .cat-btn7 {
  background: url(img/btn_cate-all_list2.png) no-repeat;
}


/*
ページ繰り
---------------------------------------------------------------------------*/

.pageNum {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
}

.pagination a {
  padding: 5px 10px;
  border: solid 1px #cccccc;
  color: #000000;
  background-color: #ffffff;
  font-size: 1.4rem;
  text-decoration: none;
}


/*.pagination a:hover {
    background-color: #e8e8e8;
}*/

.pagination span {
  padding: 5px 10px;
  display: inline-block;
}

.pagination span.current {
  padding: 5px 10px;
  display: inline-block;
  border: solid 1px #cccccc;
  color: #000000;
  background-color: #ffffff;
  font-size: 1.4rem;
  text-decoration: none;
  font-weight: bold;
}

.pagination {
  overflow: hidden;
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: center;
  vertical-align: top;
  clear: both;
  background-color: transparent;
}


/*【ホーム】ページのトピックスレイアウト
-------------------------------------------------------*/

.top {
  margin: 0px 0px 12px 0px;
}

.topics {
  margin: 0px 0px 10px 0px;
}


/*.topics a img:hover{
	filter:alpha(opacity=80);
	opacity:0.8;
}*/

#defferent_text {
  color: black;
}

.product_image_top, .product_image_low {
  cursor: pointer;
}


/*お知らせ・新着「個別」レイアウト
-------------------------------------------------------*/

@media only screen and (max-width:767px) {
  #topi-enclose {
    position: relative;
    margin: 0 auto 50px;
    width: 95%;
    height: auto;
  }
  #topi-box {
    width: 100%;
  }
  #topi-box dd.tit {
    width: 90%;
    margin: 0 auto;
    padding: 5px 0 0 10px;
    line-height: 30px;
    font-weight: bold;
  }
  #topi-box dd.txt {
    padding: 0px 0 20px 20px;
    width: auto;
    clear: both;
  }
  #topi-box dt {
    width: 90px;
    margin-right: 20px;
    border: none;
  }
  .homeNews dt {
    line-height: 20px;
  }
  .newsCategory {
    width: 100%;
  }
  .homeNews .newsCategory dt {
    width: 100%;
    padding: 10px 0 0 10px;
    border: none;
  }
  dl.homeNews dd.newsList {
    width: 95%;
    padding: 10px 0 0 0;
    margin: 0 auto 50px;
  }
  .pageNum {
    margin-bottom: 100px;
  }
  /*サードページ*/
  /*cnt_1_1*/
  table.kb_orange {
    width: 95%;
    margin: 0 auto 10px;
  }
  table.kb_blue {
    width: 95%;
    margin: 0 auto 10px;
  }
  .pleft04 {
    width: 95%;
    padding: 0;
    margin: 0 auto;
  }
  /* カテゴリページ　category 768
----------------------------------------------*/
  .cat-ul {
    width: 95%;
    margin: 0 auto;
  }
  .cat-ul div {
    width: 90px;
    height: 25px;
    background-size: 90px 25px;
    background-repeat: no-repeat;
    margin: 0 5px 20px !important;
  }
}

.gnavi2 {
  clear: both;
  display: none;
}


}
@media only screen and (max-width:480px) {
  dl.homeNews dd.newsList img {
    width: 80%;
    height: auto;
  }
}

/*商品一覧*/
.itemlist03 {
  width: 100%;
}
.item2col {
  float: left;
  width: 460px;
  min-height: 312px;
  margin-bottom: 20px;
  padding: 10px 15px 20px 10px;
  border: 1px gray solid;
}
.item2col:nth-child(even) {
  margin-left: 10px;
}
.item2col dl {
  margin: 0;
  padding: 0;
}
.item2col dt {
  float: left;
  margin: 0;
  line-height: 0;
}
.item2col dt img {
  max-width: 100%;
  margin: 10px;
  border: 1px #7030A0 solid;
  box-shadow: 0 0 0 10px #DEC8EE;
}
.item2col dd {
  padding-left: 118px;
}
.item2col dt+dd {
  min-height: 55px;
  padding-top: 5px;
  font-size: 20px;
  font-weight: bold;
}
.item2col dl>dd:nth-of-type(2) {
  line-height: 22px;
  font-size: 14px;
  color: #ed7d31;
}
.item2col dl>dd:nth-of-type(3), .item2col dl>dd:nth-of-type(3) p {
  margin-top: 15px;
  line-height: 16px;
  font-size: 10.5px;
}
.item2col dl>dd:nth-of-type(3) p {
  margin: 0;
}
@media only screen and (max-width:767px) {
  .item2col, .item2col:nth-child(even) {
    float: none;
    width: 330px;
    margin: 0 auto 20px auto;
  }

  .item2col dt {
    float: none;
    width: 100%;
    text-align: center;
  }

  .item2col dt img {
    margin: 10px auto;
  }

  .item2col dd {
    margin: 0;
    padding-left: 0;
  }

  .item2col dt+dd {
    margin-top: 10px;
    font-weight: bold;
    text-align: center;
  }
}
