@charset "utf-8";
/* CSS Document */


/*--------------------------------------------------------------------------
   reset
---------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6, p, span, small, dl, dt, dd, ol, ul, li {
  margin: 0;
  font-size: 100%;
}
ul {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
img {
  vertical-align: top;
}
li {
  list-style-type: none;
  vertical-align: baseline;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}




/*--------------------------------------
　Base
---------------------------------------*/
* {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
body {
  color: #000;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 14px;
  line-height: 1.8;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  position: relative;
}



@media all and (-ms-high-contrast:none) {
body/*IE*/ {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
}
img {
  max-width: 100%;
  height: auto;
}
a {
  color: #000;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.strong {
  font-weight: bold;
}


/* ======================== */
/*  SP・PC共通設定　*/
/* ======================== */
a {
  text-decoration: none;
}
.ttl, .sttl {
  line-height: 1.4;
}


.index span,.category span,
.category span,.page span {
    color: #1c305c;
    font-weight: bold;
}


/*--------------------------------------
　Header
---------------------------------------*/

/*--------------------------------------
　Global Nav
---------------------------------------*/

/*--------------------------------------
　Pankuzu
---------------------------------------*/
#pankuzuWrap {
  padding: 5px 0;
}
#pankuzu {
  white-space: nowrap;
  box-sizing: border-box;
  width: 100%;
  font-size: 13px;
  font-size: 1.3rem;
}
#pankuzu a:hover {
  color: #BD9B5E;
}
/*--------------------------------------
　Main Contents
---------------------------------------*/
.index h2, .category h1, .page h1 {
  background: url(img/h1_bg.png) #33456d;
  font-size: 28px;
  text-align: center;
  width: 66%;
  margin: 80px auto 60px;
  line-height: 1.4;
  position: relative;
  border-radius: 6px;
  padding: 10px 20px 15px;
  color: #fff;
}
.index h2 small, .category h1 small, .page h1 small {
  font-size: 16px;
}
.index h2 a, .category h1 a, .page h1 a {
  color: #fff;
}
.index h2 a:hover, .category h1 a:hover, .page h1 a:hover {
  color: #BD9B5E;
}
.index h2:after , .category h1:after , .page h1:after  {
  position: absolute;
  top: 100%;
  left: 46%;
  content: '';
  width: 0;
  height: 0;
  border: 18px solid transparent;
  border-top: 17px solid #33456d;
}
.category h1:first-of-type, .page h1:first-of-type {
  margin-top: 0;
}
.index > h3, .category > h2, .page > h2 {
  background: url(img/h2_bg.png) no-repeat center bottom;
  background-size: auto;
  font-size: 26px;
  margin-top: 80px;
  text-align: center;
  line-height: 1.4;
  padding-bottom: 20px;
  color: #1c305c;
  position: relative;
}
.index > h3 a, .category > h2 a, .page > h2 a {
  color: #1c305c;
}
.index > h3 a:hover, .category > h2 a:hover, .page > h2 a:hover {
  color: #000;
}
.index h4, .category h3, .page h3 {
  font-size: 22px;
  margin-top: 40px;
  margin-bottom: 20px;
  border-left: 4px solid #c6a160;
  padding: 0 20px;
  color: #000;
}
.index h4 a:hover, .category h3 a:hover, .page h3 a:hover {
  color: #ee8c01;
}
.index h5, .category h4, .page h4 {
  font-size: 20px;
  margin-top: 30px;
  color: #1c305c;
  position: relative;
  padding-top: 5px;
}
.index h5:after, .category h4:after, .page h4:after{
  content: "";
  display: inline-block;
  border-bottom: 2px solid #1c305c;
  width: 418px;
  height: 2px;
  left: 0;
  position: absolute;
  bottom: -5px;
}
.index h5 a, .category h4 a, .page h4 a {
  color: #1c305c;
}
.index h5 a:hover, .category h4 a:hover, .page h4 a:hover {
  color: #000;
}
.index >p, .category >p, .page >p {
  margin: 25px auto 20px;
}
/*caption*/
.caption {
  margin: 8px 0 0;
  font-size: 10px;
  font-size: 1.0rem;
  line-height: 1.3;
  word-break: break-all;
  color: #fff;
}
.float-wrap .caption {
  color: #898989;
}

.index ul, .category ul, .page ul {
    margin: 30px 15px 10px;
}
.index ul li, .category ul li, .page ul li{
    padding-left: 30px;
    margin: 0 0 5px;
    position: relative;
}
.index ul li:after, .category ul li:after, .page ul li:after{
    position: absolute;
    content: "";
    background: url(img/list.png) no-repeat left top;
    background-size: 22px;
    width: 22px;
    height: 22px;
    left: 0;
    top:0;
}

#contents .bx-viewport li, #contents .addParts03 li, #contents .addParts01 li, #contents .addParts02 li,
#sub .sub_kywrd li{padding: 0;}
#contents .addParts01 li:after, #contents .addParts02 li:after, #contents .addParts03 li:after,
#sub .sub_kywrd li:after{display: none;}

.index ol, .category ol, .page ol{
    margin: 60px 15px 20px;
    padding: 0;
  counter-reset: li;
  list-style: none;
}
.index ol li, .category ol li, .page ol li{
  padding-left: 30px;
  position: relative;
  margin-bottom: 5px;
  counter-reset: section;
  list-style-type: none;
}
.index ol li:before, .category ol li:before, .page ol li:before {
  content: "0"counter(li)".";
  counter-increment: li;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
  color: #c6a160;
  font-size: 16px;
}
.index ol li:nth-child(n+10):before, .category ol li:nth-child(n+10):before, .page ol li:nth-child(n+10):before {
  content: counter(li)".";
}

.source_link{
  text-decoration: underline;
  color: #898989;
  word-break: break-all;
  font-size: 10px;
  display: block;
  margin: 15px 0 0;
  overflow: auto;
  white-space: nowrap;
}
.source_link::-webkit-scrollbar {
height: 5px;
}
.source_link::-webkit-scrollbar-track {
border-radius: 2px;
background: #eee;
}
.source_link::-webkit-scrollbar-thumb {
border-radius: 5px;
background: #dedede;
}
/*--------------------------------------
　Footer
---------------------------------------*/
footer {
  border-top: 1px solid #1c305c;
  background-color: #d1bb95;
}
/*--------------------------------------
　サイトマップ
---------------------------------------*/
.mappage ul li {
  margin-top: 30px;
}
.mappage ul li a {
  background: url(img/icon_arrow_blue.png) no-repeat left center;
  background-size: 7px;
  padding-left: 12px;
}
.mappage ul li a:hover {
  color: #BD9B5E;
}
.mappage ul li:after{
  background:none;
}
.mappage .subList li {
  margin-top: 10px;
  padding-left: 20px;
}
.mappage .subList li a {
  background: url(img/icon_arrow_blue.png) no-repeat left center;
  background-size: 7px;
}
/*--------------------------------------
　PageTop
---------------------------------------*/
.pagetop:hover {
  opacity: .7;
}
.pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10000;
  width: 44px;
  height: 44px;
}
.pagetop img {
  width: 100%;
  height: auto;
}
.pagetop2 {
display:none;
}

/*--------------------------------------
　PC・SP カスタマイズ共通
---------------------------------------*/
/*  btns*/
.btn-internal, .btn-web {
  padding: 0;
  text-align: center;
}
.btn-internal a, .btn-web a {
  position: relative;
  display: inline-block;
}
.btn-internal a {
  background:url(img/arrow02.png) 95% center no-repeat, url(./img/bg_stripe.png) 0 0 repeat;
  background-size: 10px 19px, 25px;
  border: 2px solid #1c305c;
  border-radius: 3px;
  font-weight:bold;
  color:#1c305c;
}
.btn-internal a:hover {
  background: url(img/arrow01.png) 95% center no-repeat #1c305c;
  background-size: 10px 19px;
  color: #fff;
}
.btn-web a {
  background: url(./img/arrow01.png) 95% center no-repeat #33baba;
  background-size: 10px 19px;
  border-radius: 3px;
  font-weight:bold;
  color:#fff;
  box-shadow: 4px 4px 4px grey;
}
.btn-web a:hover {
  background: url(./img/arrow01.png) 95% center no-repeat #e98192;
  background-size: 10px 19px;
  color: #fff;
}


/* ======================== */
/*  PC　*/
/* ======================== */
@media screen and (min-width:600px) {
html{
/* overflow: hidden;*/
height: 100%;
}
body {
  width: 100%;
  min-width: 1000px;
  overflow-x: hidden;
  /* overflow-y: auto;*/
  position: relative;
   height: 100%;
}
.sp {
  display: none!important;
}

#visArea {
  background: url(img/mv.png) no-repeat center center;
  background-size: cover;
  padding: 5px 70px 20px;
  position: relative;
  border-bottom:2px solid #1c305c;
}
#visArea .inner {
  background: url(img/mvbox_bg_top.png) no-repeat top center;
  background-size: 605px auto;
  width: 605px;
  height: auto;
  margin: 0 auto;
  padding: 120px 26px 26px;
  position: relative;
}
#visArea .inner:before{
    content: '2020年版';
    position: absolute;
    font-weight: bold;
    font-size: 23px;
    left: 42%;
    top: 40px;
    display: block;
    width: 100px;
    height: 30px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#visArea .inner:after{
  content: '';
  background: url(img/mvbox_bg_bottom.png);
  background-size:605px 7px;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 605px;
  height: 6px;
}
#visArea .logo {
  display: block;
  margin:0 auto;
  width: 506px;
}
#visArea .logo a:hover {
  opacity: 0.6;
}
#visArea p {
  margin-top: 17px;
  text-shadow: 2px 1px 1px #fff;
}
#visArea .btn-internal {
  margin: 20px 0 0 0;
}
#visArea .btn-internal a {
  background: url(img/arrow02.png) 95% center no-repeat #fff;
  background-size: 10px 19px;
  padding: 10px 42px 10px 30px;
  display: block;
  width: 60%;
  margin: 0 auto;
}
#visArea .btn-internal a:after{
  top:29%;
}
#visArea .btn-internal a:hover {
  background: url(img/arrow01.png) 95% center no-repeat #1c305c;
    color: #fff;
}

/*gnav*/
#g-nav {
  margin-top: 30px;
  width: 300px;
}
#gnav a {
  display: block;
}
#g-nav ul {
  border-bottom: 1px dotted #999;
}
#gnav > ul {
  height: 100%;
  border-bottom: 1px dotted #999;
}
#gnav > ul > li {
  border-top: 1px dotted #999;
  background: url(img/icon_tooth_s.png) no-repeat 20px center;
  background-size: 16px;
  -moz-transition: background-color .2s linear, border-bottom .2s linear;
  -webkit-transition: background-color .2s linear, border-bottom .2s linear;
  -o-transition: background-color .2s linear, border-bottom .2s linear;
  -ms-transition: background-color .2s linear, border-bottom .2s linear;
  transition: background-color .2s linear, border-bottom .2s linear;
}
#gnav > ul > li:hover {
  background: url(img/icon_tooth_s_white.png) no-repeat 20px center;
  background-size: 16px;
  background-color: #BD9B5E;
}
#gnav > ul > li > a {
  padding: 20px 40px 20px 50px;
  background: url(img/icon_arrow_blue.png) no-repeat right 20px center;
  background-size: 10px;
  width: 300px;
  -moz-transition: background-color .2s linear, border-bottom .2s linear;
  -webkit-transition: background-color .2s linear, border-bottom .2s linear;
  -o-transition: background-color .2s linear, border-bottom .2s linear;
  -ms-transition: background-color .2s linear, border-bottom .2s linear;
  transition: background-color .2s linear, border-bottom .2s linear;
}
#gnav > ul > li:hover a {
  color: #fff;
  background: url(img/icon_arrow_white.png) no-repeat right 20px center;
  background-size: 10px;
}

#gnav > ul > li > ul {
  position: fixed;
  display: block !important;
  width: 0;
  height: 100%;
  top: 0;
  margin: 0 0 0 300px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, .75);
  -moz-transition: width .2s ease-out, height .2s ease-out;
  -webkit-transition: width .2s ease-out, height .2s ease-out;
  -o-transition: width .2s ease-out, height .2s ease-out;
  -ms-transition: width .2s ease-out, height .2s ease-out;
  transition: width .2s ease-out, height .2s ease-out;
  z-index: 10000;
}
#gnav > ul > li:hover > ul {
  width: 300px;
  height: 100%;
}
#gnav > ul > li > ul:hover {
  overflow: visible;
}
#gnav > ul > li > ul > li {
  clear: both;
  float: right;
}
#gnav > ul > li > ul > li > a {
  position: relative;
  display: block;
  width: 300px;
  padding: 20px 30px;
  background: url(img/icon_arrow_white.png) no-repeat right 20px center;
  background-size: 10px;
  color: #fff;
  -moz-transition: background-color .2s linear;
  -webkit-transition: background-color .2s linear;
  -o-transition: background-color .2s linear;
  -ms-transition: background-color .2s linear;
  transition: background-color .2s linear;
  z-index: 10000;
}
#gnav > ul > li > ul > li > a:hover {
  background-color: #BD9B5E;
}
#gnav > ul > li > ul > li > ul {
  position: fixed;
  display: block !important;
  width: 0;
  height: 100%;
  top: 0;
  margin: 0 0 0 300px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, .7);
  -moz-transition: width .2s ease-out, height .2s ease-out;
  -webkit-transition: width .2s ease-out, height .2s ease-out;
  -o-transition: width .2s ease-out, height .2s ease-out;
  -ms-transition: width .2s ease-out, height .2s ease-out;
  transition: width .2s ease-out, height .2s ease-out;
  z-index: 10000;
}
#gnav > ul > li > ul:hover > li > ul {
  height: 100%;
}
#gnav > ul > li > ul > li:hover > ul {
  width: 300px;
}
#gnav > ul > li > ul > li > ul > li {
  clear: both;
  float: right;
}
#gnav > ul > li > ul > li > ul > li > a {
  position: relative;
  display: block;
  width: 300px;
  padding: 20px 30px;
    background: url(img/icon_arrow_white.png) no-repeat right 20px center;
  background-size: 10px;
  color: #fff;
  -moz-transition: background-color .2s linear;
  -webkit-transition: background-color .2s linear;
  -o-transition: background-color .2s linear;
  -ms-transition: background-color .2s linear;
  transition: background-color .2s linear;
  z-index: 10000;
}
#gnav > ul > li > ul > li > ul > li > a:hover {
  background-color: #BD9B5E;
}
 /*--------------------------------------
　Pankuzu
---------------------------------------*/
#pankuzu {
 width: 1000px;
 margin: 0 auto 30px;
 padding-top: 40px;
}
/*--------------------------------------
　Main Contents
---------------------------------------*/
.sitename {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10000;
  font-weight: normal;
}
.sitename a:hover {
  color: #ee8c01;
}
#contents #main {
  width: 1000px;
  margin: 0 auto;
}

/*--------------------------------------
　Footer
---------------------------------------*/
footer {
  margin-top: 100px;
  padding-top: 20px;
}
footer .areaInner {
  width: 1000px;
  margin: 0 auto;
}
footer .areaInner .footBox .sttl {
  border-bottom: 1px dotted #999;
  color: #1c305c;
  padding: 0 0 10px 0;
  margin: 30px 0 14px 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
footer .areaInner .footBox .sttl a {
  padding: 0 0 0 20px;
}
footer .areaInner .footBox a:hover {
  color: #BD9B5E;
}
footer .areaInner .footBox .sttl a {
  background: url(img/icon_arrow_blue.png) no-repeat left center;
  background-size: 10px;
}
footer .footBox ul {
  padding: 0 20px;
}
footer .areaInner .footBox .accChild {
  padding: 0;
  box-sizing: border-box;
}
footer .areaInner .footBox .accChild li {
  float: left;
  margin: 0 33px 0 0;
  width: 300px;
}
footer .areaInner .footBox .accChild li a {
  padding: 0 0 0 12px;
  background: url(img/icon_arrow_blue.png) no-repeat left center;
  background-size: 7px;
}
footer .areaInner .footBox .accChild li a:hover:before {
  color: #000;
}
footer .areaInner .footBox .accChild .subList li {
  padding: 0;
  display: block;
  float: none;
  margin: 0;
  width: 270px;
}
footer .areaInner .footBox .accChild .subList li a {
  background: none;
  padding: 0;
}
footer .areaInner .footBox .accChild .subList li a:before {
  content: "└";
  margin-right: 4px;
}
footer .areaInner .noticeArea {
  width: 80%;
  margin: 40px auto;
  padding: 20px 26px;
  background-color: #fff;
}
footer .areaInner .attentionArea {
  margin: 40px auto;
  padding: 20px 26px;
  color: #333;
  text-align: center;
}
footer .botArea {
  background-color: #f4f4f4;
  padding: 10px 20px;
  color: #1c305c;
  width: 100%;
  display: table;
  box-sizing: border-box;
}
footer .botArea a {
  color: #1c305c;
}
footer p.copy {
  font-size: 12px;
  display: table-cell;
  text-align: center;
}
footer p.copy a:hover {
  color: #C6A160;
}
.botArea .sttl {
  font-size: 12px;
  display: table-cell;
  text-align: right;
}
/*--------------------------------------
　Table
---------------------------------------*/
#contents table {
  margin: 80px auto 30px;
  width: 100%;
  padding: 0 48px;
}
#contents table th {
  width: 20%;
  font-size: 15px;
  font-size: 1.5rem;
  padding: 10px;
  border: 1px solid #333333;
  background-color: #c6a160;
  color: #fff;
}
#contents table td {
  font-size: 13px;
  font-size: 1.3rem;
  padding: 10px;
  border: 1px solid #333333;
  background-color: #f4f4f4;
}
/*--------------------------------------
　PCカスタマイズ共通
---------------------------------------*/
/*  btns*/
.btn-internal, .btn-web {
  margin: 5rem auto 0;
  font-size: 16px;
  font-size: 1.6rem;
}
#main .btn-internal a, #main .btn-web a {
    min-width: 600px;
    padding: 24px 60px 24px 24px;
    font-size: 20px;
    line-height: 1.5;
}
.btn-link {
  text-align: right;
}
.btn-link a {
  background: url(img/icon_arrow_maru_gold.png) no-repeat left center;
  background-size: auto auto;
  background-size: 20px;
  padding-left: 30px;
  display: inline-block;
}
.btn-link a:hover {
  text-decoration: underline;
}
/*addParts01*/
#contents .addParts01 ul, #contents .addParts02 ul, #contents .addParts03 ul {
  margin: 0;
}
#contents .addParts01 h2 + p, #contents .addParts02 h2 + p, #contents .addParts03 h2 + p {
  width: 80%;
  margin: 0 auto 30px;
}
#contents .addParts01 .box {
  border-top: 5px solid #1c305c;
  border-right: 1px solid #1c305c;
  border-left: 1px solid #1c305c;
  border-bottom: 1px solid #1c305c;
  margin-top: 50px;
  width: 100%;
}
#contents .addParts01 .box h3 {
  font-size: 26px;
  font-weight: bold;
  background: url(img/h2_bg.png) no-repeat center bottom;
  background-size: auto auto;
  margin: 0;
  line-height: 1.4;
  text-align:center;
}
#contents .addParts01 .box h3 a {
  display: block;
  padding: 33px 20px 20px;
  background-size: 16px;
}
#contents .addParts01 .box h3 a:hover {
  color: #c6a160;
}
#contents .addParts01 .boxInner {
  padding: 30px;
  box-sizing: border-box;
  background-color: #f6f6f6;
  position: relative;
  margin-top: 30px;
}
#contents .addParts01 .thumb {
  width: 400px;
  float: left;
  margin-bottom: 20px;
  position: relative;
}
#contents .addParts01 .thumb img {
  width: 100%;
  height: auto;
}
#contents .addParts01 .thumb .caption {
  box-sizing: border-box;
  width: 100%;
      background-color: rgba(144,144,144,.6);
  padding: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
}
#contents .addParts01 .boxRight {
  float: right;
  width: 538px;
  padding-left: 35px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
#contents .addParts01 .boxRight .sttl {
  color: #1c305c;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  border-bottom: 1px solid #c6a160;
  padding-bottom: 5px;
}
#contents .addParts01 .boxRight p {
  margin: 20px 0 0 0;
}
#contents .addParts01 .boxInner .date {
  margin: 0;
  text-align: left;
  float: right;
  width: 830px;
}
#contents .addParts01 .boxInner .date li {
  display: inline-block;
  box-sizing: border-box;
  padding: 2px 10px;
  text-align: left;
  margin: 5px;
  border: 1px solid #c6a160;
  background: #ead3ac;
  color: #303030;
  font-weight: bold;
}
#contents .addParts01 .boxInner .date li p {
  line-height: 1;
}
#contents .addParts01 .maker{
  padding-top: 50px;
}
#contents .addParts01 .maker_number {
    float: left;
    width: 90px;
    min-height: 75px;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    background: url(img/book.png) no-repeat top center;
    color: #b62334;
}
#contents .addParts01 .maker_number span {
    font-size: 57px;
    color: #b62334;
}
#contents .addParts01 .date {
  float: right;
  width: 856px;
}
#contents .addParts01 .info {
  background-size: 7px;
  margin: 44px auto 0 auto;
  position: relative;
  width: 80%;
  padding: 25px 38px;
  background: #fff;
  border: 1px solid #c6a160;
}
#contents .addParts01 .info .sttl {
  text-align: left;
  color: #1c305c;
  font-size: 17px;
  font-weight: bold;
}
#contents .addParts01 .info ul {
  margin: 0;
  padding-top: 30px;
}
#contents .addParts01 .info ul li {
  margin-top: 10px;
}
#contents .addParts01 .info ul li:first-child {
  margin-top: 0;
}
#contents .addParts01 .info ul li dl {
  display: table;
  width: 100%;
}
#contents .addParts01 .info ul li dl dt {
  background: url(img/list.png) no-repeat left top;
  background-size: 22px;
  display: table-cell;
  width: 20%;
  font-weight: bold;
  padding-left: 30px;
  padding-right:10px;
}
#contents .addParts01 .info ul li dl dd {
  display: table-cell;
  width: 38%;
}
#contents .addParts01 .btn-internal {
  margin-top: 40px;
}
/*addParts02*/
#contents .addParts02 .boxBg {
  background-color: #f6f6f6;
  margin: 5rem -100% 0;
  padding: 4rem 100%;
}
#contents .addParts02 .boxBg .box {
  margin-top: 4rem;
  padding-top: 4rem;
  border-top: 1px dotted #999;
}
#contents .addParts02 .boxBg .box:first-of-type {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
#contents .addParts02 .box .textArea {
  width: 25%;
  float: left;
  padding-right: 30px;
  box-sizing: border-box;
}
#contents .addParts02 .box .textArea .btn-web {
  width: 100%;
  margin: 30px 0 0;
}
#contents .addParts02 .box .textArea .btn-web a {
  padding: 10px 30px;
  display: block;
  min-width: 100%;
}
#contents .addParts02 .box .textArea h3 {
  background: url(img/icon_implant.png) no-repeat center top;
  color: #ee8c01;
  background-size: 34px;
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
  padding-top: 80px;
  text-align: center;
  margin: 0 0 15px;
}
#contents .addParts02 .box .textArea h3 a {
  color: #ee8c01;
}
#contents .addParts02 .box .textArea h3 a:hover {
  color: #000;
}
#contents .addParts02 .box ul {
  width: 75%;
  float: left;
  margin: 0;
}
#contents .addParts02 .box ul li {
  width: 30%;
  float: left;
  box-sizing: border-box;
  margin-left: 3%;
  position: relative;
}
#contents .addParts02 .box ul li a {
  display: block;
  background-color: #fff;
  padding: 15px;
  position: relative;
}
#contents .addParts02 .box ul li:hover {
  background-color: rgba(255,255,255,.8);
  opacity: .6;
}
#contents .addParts02 .box ul li a:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
}
#contents .addParts02 .box ul li a:after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
}
#contents .addParts02 .box ul li:first-child {
  margin-left: 0;
}
#contents .addParts02 .box ul li .thumb {
  position: relative;
  z-index: 1000;
}
#contents .addParts02 .box ul li .sttl {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 20px;
  padding: 0 5px;
}
#contents .addParts02 .box ul li p {
  margin-top: 15px;
  padding: 0 5px 5px;
}
/*addParts03*/
#contents .addParts03 .category {
  font-size: 15px;
  color: #1c305c;
  line-height: 1;
  padding: 8px 10px;
  display: block;
  text-align: center;
  margin: 0 10px 5px;
  font-weight: bold;
}
#contents .addParts03 .category:before {
  content: "[";
  font-size: 12px;
  width: 12px;
  height: 12px;
  padding-right: 5px;
}
#contents .addParts03 .category:after {
  content: "]";
  font-size: 12px;
  width: 12px;
  height: 12px;
  padding-left: 5px;
}
#contents .addParts03 .columnArea {
  width: 100%;
  margin-bottom: 30px;
}
#contents .addParts03 .tagArea {
  position: relative;
  padding: 10px 20px;
}
#contents .addParts03 .tag {
  position: relative;
}
#contents .addParts03 .tag a {
  display: inline-block;
  background: url(img/tag_arrow.png) right 1px bottom 1px no-repeat #ead3ac;
  border: 1px solid #c6a160;
  padding: 5px 9px;
  line-height: 1.2;
}
#contents .addParts03 .tag a:hover {
  opacity: 0.6;
}
#contents .addParts03 .columnArea > ul > li {
  width: 23.5%;
  float: left;
  border-top: 4px solid #1c305c;
  border-left: 1px solid #c6a160;
  border-right: 1px solid #c6a160;
  border-bottom: 1px solid #c6a160;
  box-sizing: border-box;
  margin-right: 2%;
  position: relative;
}
#contents .addParts03 .columnArea > ul > li:nth-child(4n) {
  margin-right: 0;
}
#contents .addParts03 .columnArea h3 {
  margin: 15px 20px 10px 20px;
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
}
#contents .addParts03 .columnArea h3 a:hover {
  opacity: 0.6;
}
#contents .addParts03 .columnArea .catch {
  margin: 20px 20px 10px 20px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
}
#contents .addParts03 .columnArea .thumb {
    position:relative;
}
#contents .addParts03 .columnArea p.caption {
  box-sizing: border-box;
  width: 100%;
  background-color: rgba(144,144,144,.6);
  padding: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  margin:0;
  color:#fff;
}
#contents .addParts03 .columnArea p {
  margin: 0 20px;
  color: #535353;
}

/* float-wrap */
#contents .float-wrap {
  margin: 80px 0;
  padding: 0 50px;
}
#contents .float-wrap .float-img {
  width: 50%;
  margin: 0 auto 10px;
  text-align: center;
}
#contents .float-wrap img {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #b1b1b1;
}
#contents .float-wrap .flame {
  position: relative;
}
#contents .float-wrap .flame:before {
  position: absolute;
  content: "";
  background-size: 50px;
  width: 50px;
  height: 50px;
  left: 0;
  top: 0;
  z-index: 1000;
}
#contents .float-wrap .flame:after {
  position: absolute;
  content: "";
  background-size: 50px;
  width: 50px;
  height: 50px;
  right: 0;
  bottom: 0;
  z-index: 1000;
}
#contents .float-wrap p {
  margin: 0;
  padding: 0;
}
#contents .float-wrap .fl {
  width: 500px;
  padding: 0 30px 10px 0;
  text-align: center;
}
#contents .float-wrap .fr {
  width: 500px;
  padding: 0 0 10px 30px;
  text-align: center;
}
#contents .float-wrap .center {
  width: 340px;
  margin: 0 auto;
  padding: 0 0 20px;
  text-align: center;
}
/* box-wrap01 */
.box-wrap01 {
  margin-top: 40px;
  width: 100%;
}
.box-wrap01 .box {
  width: 48%;
  float: left;
  border: 1px solid #1c305c;
  box-sizing: border-box;
  padding: 30px;
}
.box-wrap01 .left_box {
  margin-right: 4%;
}

.box-wrap01 .box-head p {
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  background-size: 10px;
}

.box-wrap01 .box-head a {
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  padding-right: 30px;
  background: url(img/icon_arrow_blue.png) no-repeat right center;
  background-size: 10px;
}
.box-wrap01 .box-head a:hover {
  color: #BD9B5E;
  background: url(img/icon_arrow_blue.png) no-repeat right center;
  background-size: 10px;
}
.box-wrap01 .box-body {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 2px dotted #8b8b8b;
  position: relative;
}
.box-wrap01 .box-body p {
  text-shadow: 2px 2px 2px #fff;
}
/* box-wrap02 */
.box-wrap02 {
  margin-top: 80px;
  width: 100%;
}
.box-wrap02 .box {
  width: 48%;
  float: left;
  border-top: 5px solid #1c305c;
  border-right: 1px solid #1c305c;
  border-left: 1px solid #1c305c;
  border-bottom: 1px solid #1c305c;
  box-sizing: border-box;
  position: relative;
  background-color: #f6f6f6;
}
.box-wrap02 .left_box {
  margin-right: 4%;
}
.box-wrap02 .box .thumb {
  position: relative;
  margin: 0 30px;
}
.box-wrap02 .box .thumb .caption{
  box-sizing: border-box;
  width: 100%;
      background-color: rgba(144,144,144,.6);
  padding: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
}
.box-wrap02 .box .box-head {
  background: url(img/box_ttl.png) no-repeat center bottom 19px #fff;
  background-size: 125px 3px;
  font-weight: bold;
  font-size: 25px;
  line-height: 1.4;
  padding: 20px 0 20px;
  margin-bottom: 20px;
}
.box-wrap02 .box .box-head a {
  display: block;
  padding: 15px 30px;
  background: url(img/icon_arrow_blue.png) no-repeat right 10px center;
  background-size: 10px;
}
.box-wrap02 .box-head a:hover {
  color: #BD9B5E;
  background: url(img/icon_arrow_blue.png) no-repeat right 10px center;
  background-size: 10px;
}
.box-wrap02 .box-catch {
  color: #1c305c;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  border-bottom: 1px solid #c6a160;
  padding-bottom: 5px;
  margin: 20px 30px 0;
}
.box-wrap02 .box-body{padding: 30px;}
.box-wrap02 .maker .date {
  margin: 0;
  text-align: left;
}
.box-wrap02 .maker .date li {
  display: inline-block;
  box-sizing: border-box;
  padding: 2px 10px;
  text-align: center;
  margin: 5px 10px 5px 0;
  border: 1px solid #c6a160;
  background: #ead3ac;
  color: #303030;
  font-weight: bold;
}
.box-wrap02 .maker .date li:after {
    position: absolute;
    content: "";
    background: none;
    width: 0;
    height: 0;
    left: 0;
}
.box-wrap02 .maker .date li p {
  line-height: 1;
}

.box-wrap02 .info{
  margin: 20px auto 0 auto;
  position: relative;
  padding: 22px;
  background: #fff;
  border: 1px solid #c6a160;
}
.box-wrap02 .info .sttl {
  text-align: left;
  color: #1c305c;
  font-size: 17px;
  font-weight: bold;
}
.box-wrap02 .info ul {
  margin: 0;
  padding-top: 30px;
}
.box-wrap02 .info ul li {
  margin-top: 10px;
  padding: 0;
}
.box-wrap02 .info ul li:first-child {
  margin-top: 0;
}
.box-wrap02 .info ul li:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 0px;
  background: none;
}
.box-wrap02 .info ul li dl {
  display: table;
}
.box-wrap02 .info ul li dl dt {
  background: url(img/list.png) no-repeat left top;
  background-size: 22px;
  display: block;
  font-weight: bold;
  padding-left: 30px;
}
.box-wrap02 .info ul li dl dd {
  display: block;
}

/*frame-wrap01*/
.frame-wrap01, .frame-wrap02, .frame-wrap03 {
  margin-top: 80px;
  width: 100%;
}
.frame-wrap01 .frame, .frame-wrap02 .frame, .frame-wrap03 .frame {
  float: left;
  width: 31%;
  margin-left: 3.5%;
  box-sizing: border-box;
  position: relative;
}

.frame-wrap01.column01 .frame{
    float: none;
    width: 100%;
}
.frame-wrap01.column02{margin: 80px auto 0;}
.frame-wrap01.column02 .frame{
    width: 48%;
}
.frame-wrap01 .frame {
  border: 1px solid #1c2e5e;
  background: url(img/bg_stripe.png) #fff;
  padding: 20px;
  position: relative;
}
.frame-wrap01 .frame .frame-head {
  background: url(img/dotted.png) repeat-x bottom;
  background-size: 4px 2px;
  margin-bottom: 18px;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.7;
  padding-bottom: 15px;
  color: #1c2e5e;
}
.frame-wrap01 .frame .frame-head a:hover {
  opacity: 0.6;
}
.frame-wrap01 .frame .frame-head a {
  display: block;
  padding: 15px 30px 15px 15px;
  background: url(img/icon_arrow_blue.png) no-repeat right 10px center;
  background-size: 10px;
  color: #1c2e5e;
}
.frame-wrap01 .frame:first-of-type, .frame-wrap02 .frame:first-of-type, .frame-wrap03 .frame:first-of-type {
  margin-left: 0;
}
.frame-wrap02 .frame:before {
  display: block;
  content: "";
  position: absolute;
  z-index: -1;
  top: 8px;
  left: 8px;
  width: 100%;
  height: 100%;
}
.frame-wrap02.column02 .frame{
  width: 48%;
}
.frame-wrap02 .frame .frame-head {
  background: url(img/box_ttl.png) no-repeat bottom center;
  background-size: 125px 3px;
  margin-bottom: 18px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  padding-bottom: 25px;
}
.frame-wrap01 .frame .frame-body, .frame-wrap02 .frame .frame-body {
  margin-top: 20px;
  position: relative;
}
#contents .frame-wrap01 .frame .float-wrap, #contents .frame-wrap02 .float-wrap {
  margin: 15px 0 10px;
  padding: 0;
}
.frame-wrap01 .frame .frame-body p, .frame-wrap02 .frame .frame-body p{
  margin: 15px auto 10px;
}
/*mokuji*/
.mokuji{
  padding: 20px 35px;
  background: #fff;
  border: 1px solid #c6a160;
}
.mokuji ul{margin: 0;}
.mokuji li a{
  text-decoration: underline;
  color: #1c2e5e;
}
.mokuji li a:hover{
  text-decoration: none;
  opacity: 0.6;
}
.mokuji .left_box{
  float: left;
  width: 48%;
}
.mokuji .right_box{
  float: right;
  width: 48%;
  margin-left: 20px;
}
/*qa_box*/
.qa_box{
  counter-reset: q_number;
}
.qa_box .frame-wrap01 .frame{
  position: relative;
  z-index: 2;
  counter-increment: q_number;
}
.qa_box .frame-wrap01 .frame:after{
  content: "";
  background: url(img/answer.png) no-repeat;
  background-size: 39px 49px;
  width: 39px;
  height: 49px;
  position: absolute;
  right: 9px;
  bottom: 10px;
  opacity: 0.7;
}
.qa_box .frame-wrap01 .frame:before {
  box-sizing: border-box;
  width: 82px;
  height: 82px;
  padding-top: 24px;
  font-family: 'Oswald', sans-serif;
  font-size: 50px;
  line-height: 1;
  font-weight: 400;
  color: #d1bb95;
  text-align: center;
  position: absolute;
  top: 0;
  left: -10px;
  margin-top: -54px;
  z-index: 1;
  content: "Q"counter(q_number);
}
.qa_box .frame-wrap01 .frame ul{margin:20px 15px 20px;}

.qa_box .frame-wrap01 .frame h4{
  font-size: 15px;
  margin-top: 15px;
}
/*frame-wrap02*/
.frame-wrap02 .frame {
  background-color: #f4f4f4;
  padding: 35px 20px 25px;
}
.frame-wrap02 .frame:before {
  border: 1px solid #1c305c;
  box-sizing: border-box;
}
/*frame-wrap03*/
.frame-wrap03 .frame {
  border: 1px solid #c6a160;
}
.frame-wrap03 .frame:before {
  content: "";
  height: 4px;
  width : 128px;
  margin: 0 auto 0;
  display: block;
  background-color: #1c305c;
}
.frame-wrap03 .frame .thumb {
  position: relative;
  margin: 20px;
}
.frame-wrap03 .frame .thumb img {
  width: 100%;
  height: auto;
}
.frame-wrap03 .frame .thumb .caption {
  box-sizing: border-box;
  width: 100%;
  background-color: rgba(144,144,144,.6);
  padding: 1rem;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
}
.frame-wrap03 .frame .frame-head {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  color: #1c305c;
  padding: 18px 20px;
  background: url(img/box_ttl.png) no-repeat bottom center;
  background-size: 125px 3px;
  margin-bottom: 18px;
}
.frame-wrap03 .frame .frame-body {
  padding: 0 20px 20px;
}


/* .box-pickup */
.box-pickup {
  margin-top: 80px;
  width: 100%;
}
.box-pickup .box-pickup-ttl {
  display: block;
  margin: 80px auto 77px;
  width: 592px;
  height: 168px;
  font-weight:bold;
  font-size: 32px;
  line-height: 1.4;
  background: url(img/pickup_title) no-repeat top center;
  padding: 54px 30px 20px;
  text-align: center;
  color: #1c2e5e;
}
.box-pickup .box {
  width: 48%;
  float: left;
  border-top: 5px solid #1c305c;
  border-right: 1px solid #1c305c;
  border-left: 1px solid #1c305c;
  border-bottom: 1px solid #1c305c;
  box-sizing: border-box;
  position: relative;
  background-color: #f6f6f6;
}
.box-pickup .left_box {
  margin-right: 4%;
}
.box-pickup .box .thumb {
  position: relative;
  margin: 0 30px 0 0;
  width: 67%;
  float: right;
}
.box-pickup .box .thumb .caption{
  box-sizing: border-box;
  width: 100%;
      background-color: rgba(144,144,144,.6);
  padding: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
}
.box-pickup .box .box-head {
  background-size: 125px 3px;
  font-weight: bold;
  font-size: 25px;
  line-height: 1.4;
  padding: 30px;
  margin-bottom: 20px;
  background: #fff;
}
.box-pickup .box .box-head a {
  display: block;
  background: url(img/icon_arrow_blue.png) no-repeat right 10px center;
  background-size: 10px;
}
.box-pickup .box-head a:hover {
  color: #BD9B5E;
  background: url(img/icon_arrow_blue.png) no-repeat right 10px center;
  background-size: 10px;
}
.box-pickup .box-catch {
  color: #1c305c;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  border-bottom: 1px solid #c6a160;
  padding-bottom: 5px;
  margin: 20px 30px 0;
}
.box-pickup .box-body{padding: 30px;}

.box-pickup .maker{
  padding: 10px;
}
.box-pickup .maker_number {
    float: left;
    width: 90px;
    min-height: 75px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
    background: url(img/book.png) no-repeat top center;
    color: #b62334;
    margin-left: 12px;
}
.box-pickup .maker_number span {
    font-size: 50px;
    color: #b62334;
}
.box-pickup .date {
  margin: 10px 30px;
  text-align: left;
}
.box-pickup .date li {
  display: inline-block;
  box-sizing: border-box;
  padding: 2px 10px;
  text-align: center;
  margin: 5px 10px 5px 0;
  border: 1px solid #c6a160;
  background: #ead3ac;
  color: #303030;
  font-weight: bold;
}
.box-pickup .date li:after {
    position: absolute;
    content: "";
    background: none;
    width: 0;
    height: 0;
    left: 0;
}
.box-pickup .date li p {
  line-height: 1;
}

.box-pickup .info{
  margin: 20px auto 0 auto;
  position: relative;
  padding: 22px;
  background: #fff;
  border: 1px solid #c6a160;
}
.box-pickup .info .sttl {
  text-align: left;
  color: #1c305c;
  font-size: 17px;
  font-weight: bold;
}
.box-pickup .info ul {
  margin: 0;
  padding-top: 30px;
}
.box-pickup .info ul li {
  margin-top: 10px;
  padding: 0;
}
.box-pickup .info ul li:first-child {
  margin-top: 0;
}
.box-pickup .info ul li:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 0px;
  background: none;
}
.box-pickup .info ul li dl {
  display: table;
}
.box-pickup .info ul li dl dt {
  background: url(img/list.png) no-repeat left top;
  background-size: 22px;
  display: block;
  font-weight: bold;
  padding-left: 30px;
}
.box-pickup .info ul li dl dd {
  display: block;
}
#main .box-pickup .btn-web{
  margin: 0;
}
#main .box-pickup .btn-web a{
  min-width: 300px;
  margin: 10px auto 30px;
  padding: 16px 50px 16px 16px;
  width: 90%;
}
#main .box-pickup .btn-web a::after{
  top: 34%;
}

}

/* ======================== */
/*  SP　*/
/* ======================== */
@media screen and (max-width: 599px) {
body {
  word-break: break-all;
}
.pc {
  display: none!important;
}
body {
  font-size: 14px;
  font-size: 1.4rem;
}
.index,
.category,.page{
 width:95%;
 margin:0 auto;
}

#visArea {
  background: url(img/mv.png) no-repeat center center;
  background-size: cover;
  padding: 1.5rem;
  position: relative;
  border-bottom:2px solid #1c305c;
}
#visArea .inner {
  background: url(img/mvbox_bg_top.png) no-repeat top center;
  background-size: 100% auto;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 3rem 1.5rem 2rem;
  position: relative;
}
#visArea .inner:before{
  content: '2020年版';
  position: absolute;
  font-weight: bold;
  font-size: 1.4rem;
  left: 41%;
  top: 3rem;
  display: block;
  width: 10rem;
  height: .3rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#visArea .inner:after{
  content: '';
  background: url(img/mvbox_bg_bottom.png);
  background-size:100% 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 4px;
}
#visArea .logo {
  display: block;
  margin: 4rem auto 0;
  width: 100%;
}
#visArea .logo a:hover {
  opacity: 0.6;
}
#visArea p {
  margin-top: 17px;
  text-shadow: 2px 1px 1px #fff;
}
#visArea .btn-internal {
    margin: 10px 0 0 0;
}
#visArea .btn-internal a {
    background: url(img/arrow02.png)no-repeat 95% center #fff;
    background-size: .8rem auto;
    padding: 5px 25px 5px 14px;
    display: block;
    width: 93%;
    margin: 0 auto 0px;
}
#visArea .btn-internal a:hover{
    background: url(img/arrow01.png)no-repeat 95% center #1c305c;
    color: #fff;
    background-size: .8rem auto;
}

/*--------------------------------------
　Header
---------------------------------------*/
header {
  box-sizing: border-box;
  font-size: 1.4rem;
  font-weight: bold;
}
#headTopArea {
    /* padding: 1.5rem 0; */
    min-height: 35px;
}
#headTopArea .sitename {
    vertical-align: middle;
    font-size: 1rem;
    padding: 0 6.5rem 0rem 1.5rem;
    font-weight: normal;
}
#headTopArea .logo {
  position: relative;
  text-align: center;
  padding: 2.4rem 1rem 0;
  line-height: 1;
  margin-top: 2rem;
}
#headTopArea .logo img {
  display: inline-block;
  width: 300px;
  height: auto;
}
/*--------------------------------------
　Global Nav
---------------------------------------*/
#sp_nav {
  position: fixed;
  top: 0;
  right: -80%;
  width: 80%;
  height: 100%;
  border-left: 1px solid #fff;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 999;
  background-color: #33456d;
}
/* 以下装飾など */
#sp_nav ul {
  margin: 0;
  padding: 0;
}
#sp_nav li + li {
}
#sp_nav li {
  font-weight: bold;
  border-bottom: 1px dotted #fff;
  line-height: 1.4;
}
#sp_nav li a {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 1.2rem 3rem 1.2rem 1.6rem;
  color: #fff;
  font-weight: bold;
  text-align: left;
  text-decoration: none;
  background: url(img/icon_arrow_white.png) no-repeat right 1rem center;
  background-size: 10px;
}

#menuBtn {
  position: fixed;
  top: 15px;
  right: 12px;
  width: 35px;
  height: 35px;
  outline: none;
  border: none;
  background: url(img/menu_open.png) center no-repeat;
  background-size: 100%;
  cursor: pointer;
  z-index: 10000;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
body.open #menuBtn {
  right: calc(80% + 15px);
  width: 35px;
  height: 35px;
  background: url(img/menu_close.png) center no-repeat;
  background-size: 100%;
}
body.open {
  height: inherit !important;
}
body.open #layer {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.00);
  position: absolute;
  top: 0;
  z-index: 900;
  overflow: hidden;
}
#sp_nav li .selected > a {
  font-weight: normal;
}
#sp_nav li .waSlideMenu-back a {
  background: url(img/icon_arrow_white_back.png) no-repeat 10px center;
  background-size: 10px;
  padding-left: 30px !important;
}
/*--------------------------------------
　Pankuzu
---------------------------------------*/
#pankuzuWrap {
  overflow: auto;
  white-space: nowrap;
}
#pankuzu {
  box-sizing: border-box;
  width: 100%;
  padding: 6px 10px 8px;
  font-size: 11px;
  font-size: 1.1rem;
  overflow-x: scroll;
}
#pankuzu::-webkit-scrollbar {
height: 2px;
}
#pankuzu::-webkit-scrollbar-track {
border-radius: 2px;
background: #eee;
}
#pankuzu::-webkit-scrollbar-thumb {
border-radius: 5px;
background: #666;
}
/*--------------------------------------
　Main Contents
---------------------------------------*/
.index h2, .category h1, .page h1 {
  font-size: 2.2rem;
  background-size: 24px;
  padding: 1.7rem 0 1.5rem;
  margin: 5rem 0 3rem;
  width: auto;
}
.category h1:first-of-type, .page h1:first-of-type {
  margin-top: 2rem;
}
.index h2:before, .category h1:before, .page h1:before {
  bottom: 0;
}
.index > h3, .category > h2, .page > h2 {
  font-size: 2.0rem;
  margin: 3rem 0 0;
}
.index h4, .category h3, .page h3 {
  font-size: 1.8rem;
  margin: 3.5rem 0 3.5rem;
}
.index h5, .category h4, .page h4 {
  font-size: 1.6rem;
  margin: 2rem 0 0;
}
.index h5:after, .category h4:after, .page h4:after{
  width: 200px;
}
.index >p, .category >p, .page >p {
  margin: 3rem auto 2rem;
  /* padding: 0 1.5rem; */
}


#main .btn-internal a, #main .btn-web a {
    min-width: 44px;
    padding: 1.5rem 3rem 1.5rem 2.5rem;
    font-size: 1.5rem;
    line-height: 1.5;
}
/*--------------------------------------
　Table
---------------------------------------*/
#contents table {
  width: 100%;
  border-bottom: 1px solid #333333;
  margin: 5rem auto 0;
}
#contents table th, #contents table td {
  width: 100%;
  display: block;
  padding: 10px;
}
#contents table th {
  text-align: center;
  border-top: 1px solid #333333;
  border-left: 1px solid #333333;
  border-right: 1px solid #333333;
  background-color: #c6a160;
}
#contents table td {
  border-top: 1px solid #333333;
  border-left: 1px solid #333333;
  border-right: 1px solid #333333;
  background-color: #f4f4f4;
}

/*--------------------------------------
 Footer
---------------------------------------*/
footer {
  margin-top: 50px;
  padding: 0;
  width: 100%;
}
footer .areaInner .footBox .sttl a, footer .areaInner .footBox .smap a {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 15px 30px 15px 15px;
  background: url(img/icon_arrow_blue.png) no-repeat right 10px center;
  background-size: 10px;
}
footer .areaInner .footBox .sttl, footer .areaInner .footBox .smap {
  border-bottom: 1px dotted #999;
  padding: 0;
  margin: 0;
}
footer .areaInner .footBox .accChild {
  display: none;
  padding: 0;
  box-sizing: border-box;
  border-bottom: 1px dotted #898989;
}
footer .areaInner .footBox .accChild li {
  border-top: 1px dotted #898989;
}
footer .areaInner .footBox .accChild > li:first-child {
  border-top: none;
}
footer .areaInner .footBox .accChild li a {
  display: block;
  padding: 15px 30px 15px 15px;
  background: url(img/icon_arrow_blue.png) no-repeat right 10px center;
  background-size: 10px;
  box-sizing: border-box;
}
footer .areaInner .footBox .accChild .subList li a {
  padding: 10px 10px 10px 30px;
}
footer .areaInner .footBox .accChild .subList li a:before {
  content: "└";
  margin-right: 4px;
}
footer .areaInner .footBox .accChild li:after {
  content: "";
}
footer .areaInner .footBox .accChild li:last-child:after {
  content: "";
}
footer .areaInner .noticeArea {
  background-color: #fff;
  width: 92%;
  margin: 20px auto 0;
  padding: 15px;
  box-sizing: border-box;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2.3rem;
}
footer .areaInner .attentionArea {
  width: 92%;
  margin: 20px auto 0;
  padding: 15px;
  box-sizing: border-box;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2.3rem;
  text-align: center;
}
footer p.copy {
  font-size: 10px;
  font-size: 1.0rem;
  background-color: #000;
  text-align: center;
  padding: 10px;
  color: #fff;
  margin-top: 15px;
}
footer p.copy a {
  color: #fff;
}
footer a {
  text-decoration: none;
}
/*--------------------------------------
　サイトマップ
---------------------------------------*/
.mappage {
  padding: 0 1.5rem;
}
/*--------------------------------------
　SP カスタマイズ共通
---------------------------------------*/
#contents .btn-internal, #contents .btn-web {
  margin: 3rem auto 0;
  padding: 0;
}
.btn-internal a, .btn-web a {
  width: 90%;
  padding: 1rem 3rem;
}
#contents .btn-link, #contents .btn-tel {
  text-align: center;
  margin: 3rem auto 0;
  padding: 0 !important;
  position: relative;
}
#contents .btn-link a, #contents .btn-tel a {
  display: inline-block;
  width: 90%;
  position: relative;
}
#contents .btn-link a {
  border: 1px solid #000;
  padding: 1.5rem 5rem 1.5rem 2.4rem;
  background: url(img/arrow02.png) no-repeat 95% center;
  background-size: 10px 19px;
  font-weight: bold;
}
#contents .btn-tel a {
    background: url(img/icon_tel.png) no-repeat 8% center #8c97cb;
    background-size: 15px auto;
    border-radius: 3px;
    padding: 1.5rem 4rem 1.5rem 6rem;
    color: #fff;
    font-weight: bold;
    box-shadow: 4px 4px 4px grey;
    line-height: 1.5;
    font-size: 1.5rem;
}
/*addParts01*/
#contents .addParts01, #contents .addParts03 {
  margin: 5rem 0 0 0;
  /* padding: 0 1.5rem; */
}
#contents .addParts01 ul, #contents .addParts02 ul, #contents .addParts03 ul {
  margin: 0;
}
#contents .addParts01 h2 + p, #contents .addParts02 h2 + p, #contents .addParts03 h2 + p {
  margin: 0 auto 1rem;
}
#contents .addParts01 .box {
  border-top: 5px solid #1c305c;
  border-right: 1px solid #1c305c;
  border-left: 1px solid #1c305c;
  border-bottom: 1px solid #1c305c;
  margin-top: 5rem;
  width: 100%;
}
#contents .addParts01 .box h3 {
  font-size: 2.6rem;
  font-weight: bold;
  background: url(img/h2_bg.png) no-repeat center bottom;
  background-size: auto auto;
  margin: 0;
  line-height: 1.4;
  text-align:center;
}
#contents .addParts01 .box h3 a {
  display: block;
  padding: 3.3rem 2rem 2rem;
  background-size: 1.6rem;
}
#contents .addParts01 .box h3 a:hover {
  color: #c6a160;
}
#contents .addParts01 .boxInner {
  padding: 2rem;
  box-sizing: border-box;
  background-color: #f6f6f6;
  position: relative;
  margin-top: 30px;
}
#contents .addParts01 .thumb {
  margin-bottom: 20px;
  position: relative;
}
#contents .addParts01 .thumb img {
  width: 100%;
  height: auto;
}
#contents .addParts01 .thumb .caption {
  box-sizing: border-box;
  width: 100%;
      background-color: rgba(144,144,144,.6);
  padding: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
}
#contents .addParts01 .boxRight {
  display: block;
  box-sizing: border-box;
  margin-bottom: 2rem;
}
#contents .addParts01 .boxRight .sttl {
  color: #1c305c;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
  border-bottom: 1px solid #c6a160;
  padding-bottom: .5rem;
}
#contents .addParts01 .boxRight p {
  margin: 2rem 0 0 0;
}
#contents .addParts01 .boxInner .date {
  margin: 0;
  text-align: left;
  display: block;
}
#contents .addParts01 .boxInner .date li {
    display: inline-block;
    box-sizing: border-box;
    padding: .2rem;
    text-align: center;
    margin: .2rem .2rem;
    border: 1px solid #c6a160;
    background: #ead3ac;
    color: #303030;
    font-weight: bold;
    font-size: 1.3rem;
}
#contents .addParts01 .boxInner .date li p {
  line-height: 1;
}
#contents .addParts01 .maker{
  padding-top: 2rem;
}
#contents .addParts01 .maker_number {
    display: block;
    min-height: 75px;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    background: url(img/book.png) no-repeat top center;
    color: #b62334;
    margin-bottom: 2rem;
}
#contents .addParts01 .maker_number span {
    font-size: 6rem;
    color: #b62334;
}
#contents .addParts01 .date {
  display: block;
}
#contents .addParts01 .info {
  margin: 4rem auto 0 auto;
  position: relative;
  padding: 1.5rem;
  background: #fff;
  border: 1px solid #c6a160;
}
#contents .addParts01 .info .sttl {
  text-align: left;
  color: #1c305c;
  font-size: 1.7rem;
  font-weight: bold;
}
#contents .addParts01 .info ul {
  margin: 0;
  padding-top: 3rem;
}
#contents .addParts01 .info ul li {
  margin-top: 1rem;
}
#contents .addParts01 .info ul li:first-child {
  margin-top: 0;
}
#contents .addParts01 .info ul li dl {
  display: table;
}
#contents .addParts01 .info ul li dl dt {
  background: url(img/sp_list.png) no-repeat left top;
  background-size: 22px;
  display: block;
  font-weight: bold;
  padding-left: 3rem;
}
#contents .addParts01 .info ul li dl dd {
  display: block;
}
#contents .addParts01 .btn-internal {
  margin-top: 40px;
}
/*addParts02*/
#contents .addParts02 .boxBg {
  width: 100%;
  background-color: #f6f6f6;
  margin-top: 5rem;
  padding: 3rem 1rem;
}
#contents .addParts02 .boxBg .box {
  margin-top: 4rem;
  padding-top: 4rem;
  border-top: 1px dotted #999;
}
#contents .addParts02 .boxBg .box:first-of-type {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
#contents .addParts02 h2 + p {
  padding: 0 1.5rem;
}
#contents .addParts02 .box .textArea {
  box-sizing: border-box;
}
#contents .addParts02 .box .textArea .btn-web {
  margin-top: 20px;
}
#contents .addParts02 .box .textArea .btn-web a {
  padding: 1rem 3rem;
}
#contents .addParts02 .box .textArea h3 {
  background: url(img/icon_implant.png) no-repeat center top;
  color: #ee8c01;
  background-size: 20px;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: bold;
  padding-top: 5rem;
  text-align: center;
  margin: 0 0 1.5rem;
}
#contents .addParts02 .box ul {
  margin: 2rem 0 0;
}
#contents .addParts02 .box ul li {
  box-sizing: border-box;
  position: relative;
  margin-top: 2rem;
}
#contents .addParts02 .box ul li:first-child {
  margin-top: 0;
}
#contents .addParts02 .box ul li a {
  display: block;
  background-color: #fff;
  padding: 1rem;
  position: relative;
}
#contents .addParts02 .box ul li a:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
}
#contents .addParts02 .box ul li a:after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
}
#contents .addParts02 .box ul li:first-child {
  margin-left: 0;
}
#contents .addParts02 .box ul li .thumb {
  position: relative;
  z-index: 1000;
}
#contents .addParts02 .box ul li .sttl {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 2rem;
  padding: 0 .5rem;
}
#contents .addParts02 .box ul li p {
  margin-top: 1.5rem;
  padding: 0 0 2rem;
}
/*addParts03*/

#contents .addParts03 .category {
  font-size: 1.2rem;
  color: #1c305c;
  line-height: 1;
  padding: .8rem 1rem;
  display: block;
  margin: 0 .8rem .5rem;
  font-weight: bold;
  text-align: center;
}
#contents .addParts03 .category:before {
  content: "[";
  font-size: 1.2rem;
  width: 1.2rem;
  height: 1.2rem;
  padding-right: .5rem;
}
#contents .addParts03 .category:after {
  content: "]";
  font-size: 1.2rem;
  width: 1.2rem;
  height: 1.2rem;
  padding-left: .5rem;
}

#contents .addParts03 .columnArea {
  width: 100%;
}
#contents .addParts03 .tagArea {
  position: relative;
  padding: 1rem 2rem;
}
#contents .addParts03 .tag {
  position: relative;
  display: inline-block;
}
#contents .addParts03 .tag a {
  display: inline-block;
  background: url(img/tag_arrow.png) right 1px bottom 1px no-repeat #ead3ac;
  border: 1px solid #c6a160;
  padding: 0.5rem;
  text-align: left;
}
#contents .addParts03 .tag a:hover {
  opacity: 0.6;
}
#contents .addParts03 .columnArea > ul > li {
  border-top: 4px solid #1c305c;
  border-left: 1px solid #c6a160;
  border-right: 1px solid #c6a160;
  border-bottom: 1px solid #c6a160;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 2rem;
}
#contents .addParts03 .columnArea h3 {
  margin: 2rem 2rem 1rem;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
}
#contents .addParts03 .columnArea .catch {
  margin: 1.5rem 2rem;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: bold;
}
#contents .addParts03 .columnArea .thumb {
  position:relative;
  margin: 0 .5rem;
}
#contents .addParts03 .columnArea p.caption {
  box-sizing: border-box;
  width: 100%;
  background-color: rgba(144,144,144,.6);
  padding: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  margin:0;
  color:#fff;
}
#contents .addParts03 .columnArea p {
  margin: 0 2rem;
  color: #535353;
}
/* float-wrap */
#contents .floatBox01, #contents .floatBox02 {
  /* padding: 0 1.5rem; */
}
#contents .floatBox01 .float-wrap {
  margin: 3rem 0;
  padding: 0;
}
#contents .float-wrap .flame {
  position: relative;
}
#contents .float-wrap .flame:before {
  position: absolute;
  content: "";
  background-size: 25px;
  width: 25px;
  height: 25px;
  left: 0;
  top: 0;
  z-index: 1000;
}
#contents .float-wrap .flame:after {
  position: absolute;
  content: "";
  background-size: 25px;
  width: 25px;
  height: 25px;
  right: 0;
  bottom: 0;
  z-index: 1000;
}
#contents .floatBox01 .float-wrap img {
  width: 100%;
}
#contents .floatBox01 .float-wrap p {
  margin: 0;
  padding: 0;
}
#contents .floatBox01 .float-wrap .fl {
  width: 140px;
  padding: 0 20px 10px 0;
  text-align: center;
}
#contents .floatBox01 .float-wrap .fr {
  width: 140px;
  padding: 0 0 10px 20px;
  text-align: center;
}
#contents .floatBox01 .float-wrap .ct {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 20px;
  text-align: center;
}
#contents .floatBox02 .float-wrap {
  margin: 20px 0;
  padding: 0;
}
#contents .floatBox02 .float-wrap img {
  width: 100%;
}
#contents .floatBox02 .float-wrap p {
  margin: 0;
  padding: 0;
}
#contents .floatBox02 .float-wrap .fl {
  width: 100%;
  padding: 0 0 10px 0;
  text-align: center;
}
#contents .floatBox02 .float-wrap .fr {
  width: 100%;
  padding: 0 0 10px 0;
  text-align: center;
}
#contents .floatBox02 .float-wrap .ct {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 20px;
  text-align: center;
}
.in_link_btn {
  border: 1px solid #3E4F74;
  text-align: center;
  display: block;
  padding: 1rem 5rem 1em 2.4rem;
  background: url(img/arrow02.png) no-repeat 95% center;
  background-size: 8px auto;
  width: 70%;
  margin: 2.5rem auto;
}
/* box-wrap01 */
.box-wrap01, .box-wrap02 {
  margin-top: 3rem;
  width: 100%;
  /* padding: 0 1.5rem; */
}
.box-wrap01 .box {
  border: 1px solid #1c305c;
  box-sizing: border-box;
}
.box-wrap01 .right_box {
  margin-top: 2rem;
}

.box-wrap01 .box-head p {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  background-size: 10px;
}

.box-wrap01 .box-head a {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  padding-right: 3rem;
  background: url(img/icon_arrow_blue.png) no-repeat right center;
  background-size: 10px;
}
.box-wrap01 .box-head {
  margin: 2rem;
}
.box-wrap01 .box-body {
  margin: 2rem;
  border-top: 2px dotted #8b8b8b;
  position: relative;
  padding-top: 1.5rem;
}
.box-wrap01 .box-body p {
  text-shadow: 2px 2px 2px #fff;
}
/* box-wrap02 */
.box-wrap02 {
  margin-top: 5rem;
  width: 100%;
}
.box-wrap02 .box {
  border-top: 5px solid #1c305c;
  border-right: 1px solid #1c305c;
  border-left: 1px solid #1c305c;
  border-bottom: 1px solid #1c305c;
  box-sizing: border-box;
  position: relative;
  background-color: #f6f6f6;
}
.box-wrap02 .right_box {
  margin-top: 3rem;
}
.box-wrap02 .box .thumb {
  position: relative;
  margin: 0 3rem;
}
.box-wrap02 .box .thumb .caption {
  box-sizing: border-box;
  width: 100%;
  background-color: rgba(144,144,144,.6);
  padding: 1rem;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
}
.box-wrap02 .box .box-head {
  background: url(img/box_ttl.png) no-repeat center bottom 19px #fff;
  background-size: 125px 3px;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.4;
  padding: 1.5rem 0 1.5rem;
  margin-bottom: 2rem;
}
.box-wrap02 .box .box-head a {
  display: block;
  padding: 1.5rem 2rem;
  background: url(img/icon_arrow_blue.png) no-repeat right 10px center;
  background-size: 10px;
}
.box-wrap02 .box-catch {
  color: #1c305c;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  border-bottom: 1px solid #c6a160;
  padding-bottom: .5rem;
  margin: 2rem 1.5rem 0;
}
.box-wrap02 .box-body{padding: 1.5rem 1.5rem 2rem;}
.box-wrap02 .maker .date {
  margin: 0;
  text-align: left;
}
.box-wrap02 .maker .date li {
    display: inline-block;
    box-sizing: border-box;
    padding: .2rem 1rem;
    text-align: center;
    margin: 0 1rem .5rem 0;
    border: 1px solid #c6a160;
    background: #ead3ac;
    color: #303030;
    font-weight: bold;
    font-size: 1.2rem;
}
.box-wrap02 .maker .date li:after {
    position: absolute;
    content: "";
    background: none;
    width: 0;
    height: 0;
    left: 0;
}
.box-wrap02 .maker .date li p {
  line-height: 1;
}

.box-wrap02 .info{
  margin: 1.5rem auto 0 auto;
  position: relative;
  padding: 2.2rem;
  background: #fff;
  border: 1px solid #c6a160;
}
.box-wrap02 .info .sttl {
  text-align: left;
  color: #1c305c;
  font-size: 1.7rem;
  font-weight: bold;
}
.box-wrap02 .info ul {
  margin: 0;
  padding-top: 3rem;
}
.box-wrap02 .info ul li {
  margin-top: 1rem;
  padding: 0;
}
.box-wrap02 .info ul li:first-child {
  margin-top: 0;
}
.box-wrap02 .info ul li:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 0px;
  background: none;
}
.box-wrap02 .info ul li dl {
  display: table;
}
.box-wrap02 .info ul li dl dt {
  background: url(img/list.png) no-repeat left top;
  background-size: 22px;
  display: block;
  font-weight: bold;
  padding-left: 30px;
}
.box-wrap02 .info ul li dl dd {
  display: block;
}

/*frame-wrap01*/
.frame-wrap01, .frame-wrap02, .frame-wrap03 {
  margin-top: 5rem;
  width: 100%;
  /* padding: 0 1.5rem; */
}
.frame-wrap01 .frame, .frame-wrap02 .frame, .frame-wrap03 .frame {
  box-sizing: border-box;
  position: relative;
  margin-top: 2.5rem;
}
.frame-wrap01 .frame {
  border: 1px solid #1c2e5e;
  background: url(img/bg_stripe.png) #fff;
  padding: 2rem 1.5rem 1.5rem;
}
.frame-wrap01 .frame:first-of-type, .frame-wrap02 .frame:first-of-type {
  margin-top: 0;
}
.frame-wrap01 .frame:first-of-type, .frame-wrap02 .frame:first-of-type, .frame-wrap03 .frame:first-of-type {
  margin-left: 0;
}
.frame-wrap01 .frame .frame-head, .frame-wrap02 .frame .frame-head{
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
}
.frame-wrap01 .frame .frame-head {
  background: url(img/dotted.png) repeat-x bottom;
  background-size: 4px 2px;
  margin-bottom: 1.8rem;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.7;
  padding-bottom: 1.5rem;
  color: #1c2e5e;
}
.frame-wrap01 .frame .frame-head a {
  display: block;
  padding: 1.5rem 3rem 1.5rem 1.5rem;
  background: url(img/icon_arrow_blue.png) no-repeat right 10px center;
  background-size: 10px;
  color: #1c2e5e;
}
.frame-wrap02 .frame .frame-head{
  background: url(img/box_ttl.png) no-repeat bottom center;
  background-size: 125px 3px;
  margin-bottom: 1.8rem;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  padding-bottom: 1.5rem;
}
.frame-wrap01 .frame .frame-body, .frame-wrap02 .frame .frame-body {
  margin-top: 2rem;
  position: relative;
}
#contents .frame-wrap01 .frame .float-wrap, #contents .frame-wrap02 .float-wrap {
  margin: 1.5rem 0 1rem;
  padding: 0;
}
.frame-wrap01 .frame .frame-body p, .frame-wrap02 .frame .frame-body p{
  margin: 1.5rem auto 1rem; 
}
/*mokuji*/
.mokuji{
  padding: 3.5rem 2rem;
  background: #fff;
  border: 1px solid #c6a160;
  margin: 0 1.5rem;
}
.mokuji .left_box{margin-bottom:2rem;}
.mokuji ul{margin: 0;}
.mokuji ul li{
  margin-bottom:2rem;
}
.mokuji ul li:last-child{
  margin-bottom:0;
}
.mokuji li a{
  text-decoration: underline;
  color: #1c2e5e;
}
.mokuji li a:hover{
  text-decoration: none;
  opacity: 0.6;
}
/*qa_box*/
.qa_box{
  counter-reset: q_number;
}
.qa_box .frame-wrap01 .frame{
  position: relative;
  z-index: 2;
  counter-increment: q_number;
  margin-top: 4.5rem;
}
.qa_box .frame-wrap01 .frame:after{
  content: "";
  background: url(img/answer.png) no-repeat;
  background-size: 39px 49px;
  width: 39px;
  height: 49px;
  position: absolute;
  right: 9px;
  bottom: 10px;
  opacity: 0.7;
}
.qa_box .frame-wrap01 .frame:before {
  box-sizing: border-box;
  width: 20rem;
  height: 8rem;
  padding-top: 24px;
  font-family: 'Oswald', sans-serif;
  font-size: 5rem;
  line-height: 1;
  font-weight: 400;
  color: #d1bb95;
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -54px;
  z-index: 1;
  content: "Q"counter(q_number);
}
.qa_box .frame-wrap01 .frame ul{margin:2rem 1.5rem 2rem;}
.qa_box .frame-wrap01 .frame h4{
  font-size: 1.5rem;
  margin-top: 1.5rem;
}
/*frame-wrap02*/
.frame-wrap02 .frame {
  background-color: #f4f4f4;
  padding: 2rem;
}
.frame-wrap02 .frame:before {
  border: 1px solid #1c305c;
  box-sizing: border-box;
  display: block;
  content: "";
  position: absolute;
  z-index: -1;
  top: 8px;
  left: 8px;
  width: 100%;
  height: 100%;
}
/*frame-wrap03*/
.frame-wrap03 .frame {
  border: 1px solid #c6a160;
  margin-top: 2rem;
}
.frame-wrap03 .frame:first-of-type {
  margin-top: 0;
}
.frame-wrap03 .frame:before {
  content: "";
  height: 4px;
  width : 128px;
  margin: 0 auto 0;
  display: block;
  background-color: #1c305c;
}
.frame-wrap03 .frame .thumb {
  position: relative;
  padding: 2rem;
}
.frame-wrap03 .frame .thumb img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.frame-wrap03 .frame .thumb .caption {
  box-sizing: border-box;
  width: 100%;
  background-color: rgba(144,144,144,.6);
  padding: 1rem;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
}
.frame-wrap03 .frame .frame-head {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  color: #1c305c;
  padding: 1.8rem 2rem;
  background: url(img/box_ttl.png) no-repeat bottom center;
  background-size: 125px 3px;
  margin-bottom: 1.8rem;
}
.frame-wrap03 .frame .frame-body {
  padding: 0 1.5rem 2rem;
}

/* .box-pickup */
.box-pickup {
  margin-top: 8rem;
  width: 100%;
}
.box-pickup .box-pickup-ttl {
  display: block;
  margin: 3rem 0 3rem;
  max-width: 100%;
  font-weight:bold;
  font-size: 2rem;
  line-height: 1.4;
  background: url(img/pickup_title) no-repeat top center;
  background-size: 100% 100%;
  padding: 3rem 2rem 1.5rem;
  text-align: center;
  color: #1c2e5e;
}
.box-pickup .box {
  border-top: 5px solid #1c305c;
  border-right: 1px solid #1c305c;
  border-left: 1px solid #1c305c;
  border-bottom: 1px solid #1c305c;
  box-sizing: border-box;
  position: relative;
  background-color: #f6f6f6;
  margin: 1.5rem 0;
}
.box-pickup .box .thumb {
  position: relative;
  margin: 0 .5rem 0 0;
  width: 67%;
  float: right;
}
.box-pickup .box .thumb .caption{
  box-sizing: border-box;
  width: 100%;
      background-color: rgba(144,144,144,.6);
  padding: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
}
.box-pickup .box .box-head {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.4;
  padding: 2rem;
  margin-bottom: 2rem;
  background: #fff;
}
.box-pickup .box .box-head a {
  display: block;
  background: url(img/icon_arrow_blue.png) no-repeat right 10px center;
  background-size: 10px;
}
.box-pickup .box-head a:hover {
  color: #BD9B5E;
  background: url(img/icon_arrow_blue.png) no-repeat right 10px center;
  background-size: 10px;
}
.box-pickup .box-catch {
  color: #1c305c;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
  border-bottom: 1px solid #c6a160;
  padding-bottom: 5px;
  margin: 2rem 3rem 0;
}
.box-pickup .box-body {
    padding: 0 1.5rem 2rem;
}

.box-pickup .maker{
  padding: 1rem;
}
.box-pickup .maker_number {
    float: left;
    width: 20%;
    min-height: 75px;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    background: url(img/book.png) no-repeat top center;
    background-size: 100% auto;
    color: #b62334;
    margin-left: 12px;
}
.box-pickup .maker_number span {
    font-size: 4.5rem;
    color: #b62334;
}
.box-pickup .date {
  margin: 10px 30px;
  text-align: left;
}
.box-pickup .date li {
    font-size: 1.3rem;
    display: inline-block;
    box-sizing: border-box;
    padding: .2rem;
    text-align: left;
    margin: 0 .5rem .5rem 0;
    border: 1px solid #c6a160;
    background: #ead3ac;
    color: #303030;
    font-weight: bold;
    font-size: 1.2rem;
}
.box-pickup .date li:after {
    position: absolute;
    content: "";
    background: none;
    width: 0;
    height: 0;
    left: 0;
}
.box-pickup .date li p {
  line-height: 1;
}

.box-pickup .info{
  margin: 20px auto 0 auto;
  position: relative;
  padding: 22px;
  background: #fff;
  border: 1px solid #c6a160;
}
.box-pickup .info .sttl {
  text-align: left;
  color: #1c305c;
  font-size: 17px;
  font-weight: bold;
}
.box-pickup .info ul {
  margin: 0;
  padding-top: 30px;
}
.box-pickup .info ul li {
  margin-top: 10px;
  padding: 0;
}
.box-pickup .info ul li:first-child {
  margin-top: 0;
}
.box-pickup .info ul li:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 0px;
  background: none;
}
.box-pickup .info ul li dl {
  display: table;
}
.box-pickup .info ul li dl dt {
  background: url(img/list.png) no-repeat left top;
  background-size: 22px;
  display: block;
  font-weight: bold;
  padding-left: 30px;
}
.box-pickup .info ul li dl dd {
  display: block;
}
#main .box-pickup .btn-web{
  margin: 0;
}
#main .box-pickup .btn-web a{
  margin: 0 0 -1rem;
}
#main .box-pickup .btn-tel a{
  margin: 0 0 1rem;
}

/* float-wrap */
#contents .float-wrap {
margin-top: 3rem;
    width: 100%;
    padding: 0 1.5rem;
}
#contents .float-wrap .float-img {
  width: 50%;
  margin: 0 auto 10px;
  text-align: center;
}
#contents .float-wrap img {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #b1b1b1;
}


#contents .float-wrap .flame:after {
  position: absolute;
  content: "";
  background-size: 50px;
  width: 50px;
  height: 50px;
  right: 0;
  bottom: 0;
  z-index: 1000;
}
#contents .float-wrap p {
  margin: 0;
  padding: 0;
}
#contents .float-wrap .fl {
  /* width: 500px; */
  padding: 0 30px 10px 0;
  text-align: center;
}
#contents .float-wrap .fr {
  width: 100%;
}
#contents .float-wrap .center {
  width: 340px;
  margin: 0 auto;
  padding: 0 0 20px;
  text-align: center;
}


}


/*----------------------------------------------------
    改行用 CSS
----------------------------------------------------*/

@media screen and (min-width: 600px) {
    .sp_br{display: none;}
}

@media screen and (max-width: 599px) {
    .pc_br{display: none;}
}




/*----------------------------------------------------
    タグ機能　PCサイトcss
----------------------------------------------------*/

@media screen and (min-width: 600px) {
/* tag.php style
-----------------------------------------*/
#main.category{width: 1000px; margin: 0 auto;}
.l-main-area .flexbox {
    display: flex;
    display: -webkit-flex;
    align-items: stretch;
    justify-content: space-between;
}
.l-main-area .nrml_artcl {
    display: none;
}
.l-main-area .more_display {
    display: block!important;
}
.l-main-area .flexbox.nrml {
    display: flex;
    margin-top: 35px;
    flex-wrap: wrap;
}
.l-main-area .all_news .flexbox{
    margin-top: 0!important;
}
.l-main-area .flexbox.nrml .content_text {
    float: left;
    font-size: 0.8em;
    width: 60%;
    color: #000;
    font-weight: normal;
}
.l-main-area .flexbox.nrml .content_text p {
    margin: 0 auto 10px;
    font-size: 1.4rem;
    padding: 0;
}
.l-main-area .flexbox.nrml .tag_box {
    width: auto;
}
.l-main-area .flexbox.nrml img {
    float: left;
    margin-right: 10px;
    height: auto;
    margin-top: 7px;
    width: 150px;
}
.l-main-area .new_artcl img{
    max-width: 360px;
    height: auto;
}
.l-main-area .flexbox.nrml li {
    margin-bottom: 10px;
    width: 48%;
    background: none;
    border: 1px solid #c6a160;
    padding: 15px 10px;
    margin-right: 10px;
    margin-top: 15px;
}
.l-main-area .flexbox.nrml li:after{
    background:none;
}
.l-main-area .flexbox li a:hover {
    opacity:0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha( opacity=60 )";
}
.l-main-area .flexbox.nrml .left_img {
    float: left;
    margin-right: 10px;
}
.l-main-area .flexbox.nrml .ttl {
    display: block;
    padding: 0;
    min-height: inherit;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.3em;
    color: #BD9B5E;
    margin: 0px 0 10px 0;
    text-align: center;
}
.l-main-area .flexbox.nrml .tag {
    margin-left: 0;
    margin-right: 15px;
    display: inline-block;
}
.l-main-area ul li a {
    text-decoration: none;
    display: block;
}
.l-main-area ul li .ttl {
    font-size: 15px;
    display: block;
    padding: 10px 0 0;
    min-height: 60px;
    margin-left: 15px;
}
.l-main-area ul li .tag a{
    color: #BD9B5E;
    font-size: 12px;
    display: inline-block;
}
.l-main-area ul li .tag {
    margin-left: 15px;
    color: #BD9B5E;
}

/*ページ送り*/
.l-main-area .pager .page-numbers{
    text-align: center;
}

.l-main-area .pager .page-numbers li{
    display: inline-block;
    padding: 0;
}
.l-main-area .pager .page-numbers li:after{
    background:none;
}
.l-main-area .pager .page-numbers li .page-numbers{
    background: #ededed;
    padding: 6px 13px;
    margin: 10px 5px;
    border-radius: 5px;
    font-size: 18px;
    border: 2px solid #e8e8e8;
}

.l-main-area .pager .page-numbers li a:hover{
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha( opacity=60 )";
}

.l-main-area .pager .page-numbers li .current{
    background: #fff!important;
    border: 2px solid #e8e8e8!important;
}

.l-main-area ul li .tag:hover{
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha( opacity=60 )";
}



}




/*----------------------------------------------------
    タグ機能　SPサイトcss
----------------------------------------------------*/

@media screen and (max-width: 599px) {

/* tag.php style
-----------------------------------------*/
.l-main-area .flexbox {
    display: flex;
    display: -webkit-flex;
    align-items: stretch;
    justify-content: space-between;
}
.l-main-area .nrml_artcl {
    display: none;
}
.l-main-area .more_display {
    display: block!important;
}
.l-main-area .flexbox.nrml {
    display: flex;
    margin-top: 35px;
    flex-wrap: wrap;
}
.l-main-area .all_news .flexbox{
    margin-top: 0!important;
}
.l-main-area .flexbox.nrml .content_text {
    float: none;
    font-size: 0.8em;
    width: 100%;
    color: #000;
    font-weight: normal;
}
.l-main-area .flexbox.nrml .tag_box {
    width: inherit;
    float: none;
}
.l-main-area .flexbox.nrml img {
    margin: 1rem auto;
    width: 60%;
    display: block;
}
.l-main-area .new_artcl img{
    max-width: 360px;
    height: auto;
}
.l-main-area .flexbox.nrml li {
    margin-bottom: 10px;
    width: 100%;
    background: none;
    border: 1px solid #c6a160;
    padding: 15px 10px;
    margin-right: 0;
}
.l-main-area .flexbox.nrml li:after{
    background:none;
}
.l-main-area .flexbox li a:hover {
    opacity:0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha( opacity=60 )";
}
.l-main-area .flexbox.nrml .left_img {
    float: left;
    margin-right: 10px;
}
.l-main-area .flexbox.nrml .ttl {
    display: block;
    padding: 0;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.3em;
    color: #BD9B5E;
}
.l-main-area .flexbox.nrml .content_text p {
    margin: 1rem auto 1rem;
    font-size: 1.4rem;
    padding: 0;
}

.l-main-area .flexbox.nrml .tag {
    margin-left: 0;
    margin-right: 15px;
    display: inline-block;
}
.l-main-area ul li a {
    text-decoration: none;
    display: block;
}
.l-main-area ul li .ttl {
    font-size: 15px;
    display: block;
    padding: 10px 0 0;
    margin-left: 15px;
}
.l-main-area ul li .tag a{
    color: #BD9B5E;
    font-size: 12px;
    display: inline-block;
}
.l-main-area ul li .tag {
    margin-left: 15px;
    color: #BD9B5E;
}

/*ページ送り*/
.l-main-area .pager .page-numbers{
    text-align: center;
}

.l-main-area .pager .page-numbers li{
    display: inline-block;
    padding: 0;
}
.l-main-area .pager .page-numbers li:after{
    background:none;
}
.l-main-area .pager .page-numbers li .page-numbers{
    background: #ededed;
    padding: 6px 13px;
    margin: 10px 5px;
    border-radius: 5px;
    font-size: 18px;
    border: 2px solid #e8e8e8;
}

.l-main-area .pager .page-numbers li a:hover{
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha( opacity=60 )";
}

.l-main-area .pager .page-numbers li .current{
    background: #fff!important;
    border: 2px solid #e8e8e8!important;
}

.l-main-area ul li .tag:hover{
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha( opacity=60 )";
}


}



/*----------------------------------------------------
    自動目次　共通css
----------------------------------------------------*/
#toc {
  border: 1px solid  #e8e8e8;
  padding: 15px;
  background: #fbfbfb;
  margin: 2rem auto;
  width: 64%;
}

#toc::before {
  content: "目次";
  display: block;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
  color: #636363;
}

#toc ol.chapter{
  margin:2rem 0 2rem 2rem;
}

#toc li {
  font-size: 1.4rem;
  line-height: 1.7;
  list-style-type: decimal;
  margin: 8px 0 0;
  color: #2a4072;
  padding: 0;
}
#toc li:before{
  content: "";
}

#toc li a {
  color: #1C305C;
  text-decoration: underline;
  padding: 5px 0 5px 10px;
  display: block;
}
#toc li a:hover {
  text-decoration: none;
  opacity: 0.6;
}

#toc ol ol li {
  font-size: 1.4rem;
  margin: 0 0 3px;
  padding: 0;
}
#toc ol.chapter ol.chapter{
  margin: 0 0 0 2rem;
}

#toc li br {
  display: none;
}
/*----------------------------------------------------
    自動目次　SP用
----------------------------------------------------*/
@media screen and (max-width: 599px) {
#toc {
  width: 100%;
}

}

/*----------------------------------------------------
    アコーディオン　PC用
----------------------------------------------------*/

@media screen and (min-width: 600px) {
#main .mf-toggle {
  margin: 80px auto;
  width: 600px;
  padding: 20px 60px 20px 24px;
  background:url(img/down_arrow.png) 95% center no-repeat, url(./img/bg_stripe.png) 0 0 repeat;
  background-size: 19px 10px, 25px;
  border: 2px solid #1c305c;
  border-radius: 3px;
  line-height: 1.7;
  font-size: 16px;
  text-align: center;
  font-weight:bold;
  color:#1c305c;
}
#main .mf-toggle:hover {
  background: url(img/down_arrow_on.png) 95% center no-repeat #1c305c;
  background-size: 19px 10px;
  color: #fff;
}

}

/*----------------------------------------------------
    SPサイトcss　SP用
----------------------------------------------------*/

@media screen and (max-width: 599px) {
#main .mf-toggle {
    margin: 4rem auto;
    width: 80%;
    padding: 1.8rem 3rem 1.8rem 1.4rem;
    background: url(img/down_arrow.png) 95% center no-repeat, url(./img/bg_stripe.png) 0 0 repeat;
    background-size: 19px 10px, 25px;
    border: 2px solid #1c305c;
    border-radius: 3px;
    line-height: 1.5;
    font-size: 1.6rem;
    text-align: center;
    font-weight: bold;
    color: #1c305c;
}
}

/*----------------------------------------------------
    下層タグ表示
----------------------------------------------------*/
.tag_link_box {
  position: relative;
  margin: 8rem 1.5rem 9rem;
}
.tag_link_box .tag a {
  display: inline-block;
  background: url(img/tag_arrow.png) right 1px bottom 1px no-repeat #ead3ac;
  border: 1px solid #c6a160;
  padding: 5px 9px;
  line-height: 1.2;
  margin: 1rem 1rem 0 0;
}
.tag_link_box .tag a:before {
    content: "#";
    font-size: 12px;
    width: 12px;
    height: 12px;
    padding-right: 5px;
}
.tag_link_box .tag a:hover {
  opacity: 0.6;
}