@charset "UTF-8";

/* 必須指定 */
#contWrap {
  padding-bottom: 10px;
  font-size: 16px;
  color: #1a1a1a;
}

@media screen and (max-width: 750px) {
  #contWrap {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    font-size: 14px;
  }
}

/*--タイトルタグ---*/
#contWrap .ttle-h3 {
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  color: #FFF;
  letter-spacing: 5px;
  background-color: #1a1a1a;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.ttle-h3 {
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  color: #FFF;
  letter-spacing: 5px;
  background-color: #1a1a1a;
  text-align: center;
  margin: 50px 0 30px;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media screen and (max-width: 750px) {
  #contWrap .ttle-h3, #contWrap .ttle02-h3 {
    font-size: 16px;
  }

  #contWrap .ttle-h4 {
    font-size: 14px;
    margin-top: 30px;
  }

  #contWrap .ttle-h4::before, #contWrap .ttle-h4::after {
    width: 26%;
  }
}

/*--テキスト---*/
.center {
  text-align: center;
}

.red {
  color: #dd1c24;
}

.bold {
  font-weight: 700;
}

.fs20 {
  font-size: 20px;
}

.mab20 {
  margin-bottom: 20px;
}

.mab30 {
  margin-bottom: 30px;
}

.mab40 {
  margin-bottom: 40px;
}

@media screen and (max-width: 750px) {
  .fs18 {
    font-size: 14px;
  }

  .fs20 {
    font-size: 14px;
  }

  .center {
    text-align: center;
    margin-left: 2%;
    margin-right: 2%;
  }
}

/*メニューボタン
-----------------------------------*/
#menuBtn ul {
  width: 98%;
  margin: 30px auto 0;
  display: flex;
  justify-content: space-between;
}

#menuBtn li {
  width: 33%;
}

#menuBtn li a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 750px) {
  #menuBtn ul {
    width: 98%;
    margin: 10px auto 5px auto;
    flex-wrap: wrap;
  }

  #menuBtn li {
    width: 49%;
  }
}

/* アクリルプレート看板3種 */
.selected3 {
  text-align: center;
}

.selected3 p span {
  font-size: 18px;
  display: block;
  margin: 30px 0;
  text-align: center;
}

.selected3>div {
  max-width: 1200px;
  margin: 40px auto 0 auto;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.selected3 .selected3-box {
  width: 49%;
  margin: 40px 0;
  border: solid 2px #1a1a1a;
  box-sizing: border-box;
  text-align: left;
  background: #fff;
  position: relative;
  align-items: stretch;
}

.selected3 .box_box {
  padding: 20px;
  text-align: center;
}

.selected3 .box_box h4 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding-top: 30px;
  display: inline-block;
  background: linear-gradient(transparent 80%, #ff6 80%);
}

.selected3 .box_box p {
  font-size: 16px;
  margin-top: 20px;
  text-align: left;
}

.selected3 .box_box img {
  width: 100%;
  margin-top: 30px;
}

.selected3 .selected3-box-1col {
  width: 100%;
  margin: 120px auto 30px auto;
  padding: 5px 0 0 0;
  border: solid 2px #1a1a1a;
  box-sizing: border-box;
  text-align: left;
  background: #fff;
  position: relative;
  align-items: stretch;
}

.selected3 .selected3-box-1col .flex-box {
  display: flex;
  justify-content: space-between;
  padding: 0 80px 20px;
  flex-wrap: wrap;
}

.selected3 .selected3-box-1col .box_box {
  width: 46%;
  padding: 20px 0;
}

.selected3 .selected3-box-1col .box_box img {
  border: solid 2px #ccc;
}

/*吹き出し部分*/
.selected3 .box_voice {
  font-size: 20px;
  color: #fff;
  display: inline-block;
  width: 70%;
  background-color: #1a1a1a;
  border: #1a1a1a;
  padding: 14px 0;
  position: absolute;
  top: -30px;
  left: 14%;
}

.selected3 .box_voice p {
  font-size: 20px;
  text-align: center;
  font-weight: 600;
}

.selected3 .selected3-box-1col .box_voice {
  font-size: 20px;
  color: #1a1a1a;
  display: inline-block;
  width: 69.18819188191881%;
  background-color: #fff;
  border: solid 4px #1a1a1a;
  padding: 14px 0;
  position: absolute;
  top: -36px;
  left: 15%;
}

/* 透明アクリルタイプのみ幅100％表示 */
.selected3 .full-width {
  width: 100%!important;
}
.selected3 .full-width .full-width-inner {
  display: flex;
  justify-content: space-between;
}
.selected3 .full-width .full-width-inner > div {
  width: 49%;
  margin-top: 30px;
}
.selected3 .full-width .full-width-inner > div img {
  margin-top: 0;
}
.selected3 .full-width .full-width-inner .cut {
  background-color: #f2f2f2;
  padding: 20px;
}
.selected3 .full-width .full-width-inner .cut p {
  text-align: center;
}
.selected3 .full-width .full-width-inner .cut p strong {
  font-size: 18px;
  line-height: 2em;
}

@media screen and (max-width: 750px) {
  .selected3 {
    text-align: center;
  }

  .selected3 h3 {
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    background: #1c9cd5;
    margin: 0 auto;
    padding: 10px 0;
  }

  .selected3 p span {
    font-size: 14px;
    margin: 20px auto 50px auto;
  }

  .selected3>div {
    display: block;
    padding: 0 5px;
  }

  .selected3 .selected3-box {
    width: 100%;
    padding: 0 2%;
    margin-bottom: 50px;
  }

  .selected3 .box_box {
    padding: 20px 10px;
  }

  .selected3 .box_voice p {
    font-size: 16px;
  }

  .selected3 .box_box h4 {
    font-size: 20px;
    line-height: 1.4;
  }

  .selected3 .selected3-box-1col .box_box {
    width: 100%;
  }

  .selected3 .selected3-box-1col .flex-box {
    padding: 0 20px 20px;
  }

  #service .selected3 {
    padding: 0 5px;
  }

  /* 透明アクリルタイプのみ幅100％表示 */
  .selected3 .full-width .full-width-inner {
    display: block;
  }
  .selected3 .full-width .full-width-inner > div {
    width: 100%;
  }
  .selected3 .full-width .full-width-inner .cut {
    padding: 10px;
  }
  .selected3 .full-width .full-width-inner .cut p {
    font-size: 12px!important;
  }
  .selected3 .full-width .full-width-inner .cut p strong {
    font-size: 16px;
  }
}

/*共通パーツ
---------------------------------------*/
.wrap_wrap {
  margin-top: 20px;
}

.ttl3 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  line-height: 1.7;
  position: relative;
  display: inline-block;
  margin: 0 auto;
}

.ttl3::before {
  content: url("images/ttl3_img01.png");
  position: absolute;
  top: 14px;
  left: -100px;
}

.ttl3::after {
  content: url("images/ttl3_img02.png");
  position: absolute;
  top: 14px;
  right: -100px;
}

.ttl3 span {
  font-size: 18px;
}

.ttl4 {
  font-size: 24px;
  font-weight: 700;
}

.textbox {
  font-size: 16px;
  text-align: left;
  line-height: 1.8;
}

.textbox a {
  color: #2ab3d7;
}

@media screen and (max-width: 750px) {
  .wrap_wrap {
    margin-top: 20px;
  }

  .ttl3 {
    font-size: 20px;
    line-height: 1.4;
    display: block;
  }

  .ttl3 span {
    font-size: 16px;
    font-weight: 300;
  }

  .ttl3::before {
    content: "";
    display: inline-block;
    width: 15%;
    height: 47px;
    left: -2%;
    top: 40px;
    background-image: url("images/ttl3_img01.png");
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
  }

  .ttl3::after {
    content: "";
    display: inline-block;
    width: 15%;
    height: 47px;
    right: -2%;
    top: 40px;
    background-image: url("images/ttl3_img02.png");
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
  }

  .ttl4 {
    font-size: 20px;
  }
}

@media screen and (max-width: 320px) {
  .ttl3 {
    font-size: 18px;
  }

  .ttl3 span {
    font-size: 14px;
  }

  .ttl3::before {
    top: 34px;
  }

  .ttl3::after {
    top: 34px;
  }
}

/*質問
---------------------------------------*/
.faq {
  background: #FFFFE5;
  padding: 3em;
  border-radius: 1em;
}

.faq dt {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px dotted;
  font-weight: bold;
  font-size: 19px;
  color: #1a1a1a;
}

.faq dt:before {
  content: "Q";
  font-weight: normal;
  background: #1a1a1a;
  color: #fff;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.6;
  text-align: center;
  display: inline-block;
  border-radius: 1em;
  margin-right: .5em;
}

.faq dd {
  margin: 0 0 3em 2.5em;
}

.faq dd:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 750px) {
  .faq {
    padding: 30px 10px;
  }
}

/*--コンテンツエリア---*/
.contensarea {
  text-align: center;
}

.contensarea>a img {
  margin-bottom: 50px;
}

/*加工も承ります*/
#service h3 {
  text-align: center;
  font-size: 34px;
  line-height: 50px;
  font-weight: 700;
  width: 72.265625%;
  margin: 0 auto 40px auto;
  padding: 50px 0 20px 0;
}

#service .service_box {
  display: flex;
  margin-bottom: 80px;
  width: 100%;
}

#service .service_box div:nth-child(1), #service .service_box_right div:nth-child(1) {
  border: solid 2px #1a1a1a;
  background-color: #fff;
  padding: 10px;
  width: 50%;
}

#service .service_box div:nth-child(2), #service .service_box_right div:nth-child(2) {
  width: 50%;
}

#service .service_box_right {
  display: flex;
  margin-bottom: 20px;
  flex-direction: row-reverse;
}

#service .ttl4 {
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  margin: 40px 0 42px 40px;
  position: relative;
}

#service .ttl4::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 107%;
  border-bottom: solid 4px #1a1a1a;
  bottom: -20px;
  left: -40px;
}

#service .textbox {
  margin: 0 40px;
}

@media screen and (max-width: 750px) {
  #service h3 {
    font-size: 20px;
    padding: 0;
    line-height: 1.4;
    width: 100%;
    margin-top: 70px;
  }

  #service .service_box, #service .service_box_right {
    display: block;
    padding: 0 5px;
  }

  #service .ttl4 {
    margin: 20px 0;
    text-align: center;
    font-size: 20px;
  }

  #service .ttl4::before {
    width: 50%;
    left: 24%;
    bottom: -14px;
  }

  #service .textbox {
    margin: 30px 0 0 0;
  }

  #service .service_box div:nth-child(2), #service .service_box_right div:nth-child(2),
  #service .service_box div:nth-child(1), #service .service_box_right div:nth-child(1) {
    width: 100%;
  }
}

/*デザインデータについて
---------------------------------------*/
#designArea h3 {
  text-align: center;
  font-size: 34px;
  line-height: 50px;
  font-weight: 700;
  width: 72.265625%;
  margin: 0 auto 40px auto;
  padding: 50px 0 20px 0;
}

#designArea .boxA-1 {
  overflow: hidden;
  background: #fff;
  margin: 0 2% 20px;
  border: 1px solid #1a1a1a;
  padding: 3%;
}

#designArea .boxA-1 .img {
  margin: 10px;
  width: 30%;
}

#designArea .boxA-1 img {
  width: 100%;
}

#designArea .boxA-1 .text {
  width: 65%;
}

#designArea .boxA-1 .right {
  float: right;
}

#designArea .boxA-1 .left {
  float: left;
}

#designArea .boxA-1 h4 {
  color: #1a1a1a;
  font-size: 24px;
  border-bottom: 2px dotted #1a1a1a;
  margin: 10px 0;
  font-weight: 700;
}

#designArea .boxA-1 p {
  margin: 10px 0;
}

#designArea .nyuko h4 {
  color: #D28C4E;
  border-bottom: 2px dotted #D28C4E;
}

#designArea .nyuko h5 {
  font-size: 16px;
  margin-top: 20px;
  font-weight: 600;
}

#designArea .nyukoImage {
  width: 50%;
}

@media screen and (max-width: 750px) {
  #designArea h3 {
    font-size: 20px;
    padding: 0;
    line-height: 1.4;
    width: 100%;
    margin-top: 70px;
  }

  #designArea .boxA-1 h4 {
    font-size: 20px;
    line-height: 1.7;
  }

  #designArea .boxA-1 .img {
    float: none;
    margin: 0;
    text-align: center;
    width: 100%;
  }

  #designArea .boxA-1 .text {
    float: none;
    width: auto;
  }
}

/*見積依頼の方法*/
#mitumori h3 {
  text-align: center;
  font-size: 34px;
  line-height: 50px;
  font-weight: 700;
  width: 72.265625%;
  margin: 0 auto 40px auto;
  padding: 50px 0 20px 0;
}

@media screen and (max-width: 750px) {
  #mitumori h3 {
    font-size: 20px;
    padding: 0;
    line-height: 1.4;
    width: 100%;
    margin-top: 70px;
  }
}

/*flowA-4 注文の流れ
---------------------------------------*/
.flowA-4-wrap {
  display: flex;
  justify-content: space-between;
  margin: 0 2%;
}

.flowA-4 {
  background: #1a1a1a;
  margin-bottom: 20px;
  text-align: center;
  width: 23%;
  padding: 0px 2% 34px;
  position: relative;
}

.flowA-4::after {
  /*手順の三角部分*/
  content: "";
  width: 0;
  height: 0;
  top: 45%;
  right: -7%;
  border-style: solid;
  border-width: 15px 0 15px 20px;
  border-color: transparent transparent transparent #1a1a1a;
  position: absolute;
}

.flowA-4:last-child::after {
  /*手順の三角部分-最後は▶消す*/
  border-color: transparent transparent transparent transparent;
}

.flowA-4 p {
  color: #FFF;
}

.flowA-4-no {
  /*手順番号*/
  font-size: 42px;
  margin-top: 15px;
}

.flowA-4-title {
  /*手順タイトル*/
  font-size: 24px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 8px 0;
  line-height: 1.3;
}

.flowA-4-text {
  /*手順説明*/
  font-size: 16px;
  text-align: left;
  margin-top: 30px;
  position: relative;
}

.flowA-4-text::before {
  /*手順の線*/
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -17px;
  border-bottom: 1px solid #FFF;
}

@media screen and (max-width: 750px) {
  .flowA-4-wrap {
    display: block;
  }

  .flowA-4 {
    width: auto;
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
  }

  .flowA-4 div:nth-child(1) {
    width: 40%;
  }

  .flowA-4 div:nth-child(2) {
    width: 55%;
  }

  .flowA-4-text::before {
    /*手順の線*/
    border-bottom: 1px solid transparent;
  }

  .flowA-4-text {
    /*手順説明*/
    font-size: 14px;
    margin-top: 14px;
  }

  .flowA-4-title {
    /*手順タイトル*/
    font-size: 16px;
    height: auto;
    margin-top: 0;
  }

  .flowA-4-no {
    /*手順番号*/
    font-size: 16px;
  }

  .flowA-4::after {
    /*手順の三角部分*/
    top: 100%;
    width: 0;
    height: 0;
    right: 46%;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #1a1a1a transparent transparent transparent;
  }
}

/*contactA お問合せエリア
---------------------------------------*/
.contactA-area {
  width: 100%;
  background-color: #1a1a1a;
  padding: 30px 0 44px 0;
}

.contactA-area>h3 {
  font-size: 24px;
  line-height: 1.7;
  color: #fff;
  margin: 0 0 18px 0;
  text-align: center;
  font-weight: 600;
  letter-spacing: 2px;
}

.contactA-area>p {
  font-size: 18px;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}

.contactA-wrap {
  width: 75.86%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.contactA-box {
  width: 48.86%;
  background-color: #fff;
  border-radius: 6px;
  padding: 20px 0 3px;
  text-align: center;
}

.contactA-box h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

.contactA-tel {
  color: #ff6c00;
  text-decoration: none;
  font-size: 38px;
  font-weight: 700;
  line-height: 0.8;
}

.contactA-box-p {
  color: #1a1a1a;
  margin: 20px 0;
  font-size: 14px;
}

.contactA-btn {
  /*ボタン*/
  display: inline-block;
  background-color: #ff6c00;
  border-radius: 6px;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  padding: 15px 11% 12px 11%;
  border-bottom: solid 4px #a14400;
  margin-bottom: 20px;
  position: relative;
}

.contactA-btn:hover, .contactA-tel:hover {
  text-decoration: none;
  opacity: 0.5;
}

@media screen and (max-width: 750px) {
  .contactA-area>p {
    font-size: 14px;
  }

  .contactA-wrap {
    width: 100%;
    display: block;
  }

  .contactA-box {
    width: 95%;
    margin: 0 auto;
    padding: 20px 0 8px;
  }

  .contactA-box:nth-child(1) {
    margin-bottom: 20px;
  }
}

/*概算価格表
----------------------------------*/
.acrylicPrice {
  margin-bottom: 50px;
}

.acrylicPrice .flex {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 2%;
}

.acrylicPrice h4 {
  display: block;
  border-bottom: 4px solid #333;
  margin: 0 auto 30px auto;
  font-size: 30px;
  width: 96%;
  font-weight: 600;
  padding-bottom: 10px;
}

.acrylicPrice span {
  margin-left: 50px;
  font-weight: normal;
  font-size: 20px;
}

.acrylicPrice .tableArea {
  margin-bottom: 20px;
}

.acrylicPrice .imgWrap {
  width: 40%;
}

.acrylicPrice .tableWrap {
  width: 58%;
}

.acrylicPrice table {
  width: 100%;
  border-collapse: collapse;
}

.acrylicPrice table td, .acrylicPrice table th {
  text-align: center;
  border: 1px solid #bbb;
  padding: 6px 0;
}

.acrylicPrice table th {
  background-color: #ccc;
  color: #333;
}

.acrylicPrice .tdPrice {
  text-align: right;
  padding-right: 22px;
}

.acrylicPrice .borderBold {
  border-bottom: 3px double #bbb;
}

.acrylicPrice .acrylicPriceTextCover {
  padding: 0 2%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.acrylicPrice .acrylicPriceText {
  width: 75%;
  font-size: 14px;
}

.acrylicPrice .linkBtn {
  width: 25%;
  text-align: center;
}

.acrylicPrice .linkBtn a {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1em;
  padding: 1.2em 0;
  background: linear-gradient(#666, #333);
  border-radius: 8px;
}

.acrylicPrice .linkBtn a span {
  display: inline-block;
  position: relative;
  margin: 0 0 0 10px;
  padding: 0;
}

.acrylicPrice .linkBtn a span::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  width: 0;
  height: 0;
  margin: -5px 0 0 0;
  padding: 0;
  border: 6px solid transparent;
  border-left: 10px solid #fff;
}

.acrylicPrice .linkBtn a:hover {
  opacity: 0.8;
}

.acrylicPrice .tableWrap p {
  text-align: center;
  margin-top: 20%;
  font-weight: 600;
}

@media screen and (max-width: 750px) {
  .acrylicPrice .flex {
    display: block;
  }

  .acrylicPrice h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .acrylicPrice h4 span {
    margin-left: 0;
    font-size: 16px;
  }

  .acrylicPrice .imgWrap, .acrylicPrice .tableWrap {
    width: 100%;
  }

  .acrylicPrice .imgWrap {
    margin-bottom: 10px;
  }

  .acrylicPrice .tableArea {
    margin-bottom: 10px;
  }

  .acrylicPrice .tableWrap p {
    padding: 20px 0;
    margin: 0;
  }

  .acrylicPrice .acrylicPriceTextCover {
    display: block;
  }

  .acrylicPrice .acrylicPriceText {
    width: 100%;
    margin-bottom: 15px;
  }

  .acrylicPrice .linkBtn {
    width: 100%;
  }
}

/*事例
  ---------------------------------------*/
#case {
  width: 100%;
  background-color: #f1f1f1;
  margin-top: 70px;
}

#case .wrap {
  padding: 30px;
  margin-bottom: 100px;
  text-align: center;
}

.case_box {
  padding: 40px;
  background-color: #FFF;
  margin-bottom: 30px;
  border-radius: 10px;
  text-align: left;
  display: flex;
  justify-content: space-between;
}

.case_box .txtWrap {
  width: 60%;
}

.case_box .imgBox {
  width: calc(40% - 20px);
}

.case_box .imgBox img {
  width: 100%;
}

#case .ttl4 {
  line-height: 1.8;
  font-size: 20px;
  margin-bottom: 20px;
}

#case .ttl4>span {
  font-size: 16px;
}

@media screen and (max-width: 750px) {
  #case .wrap {
    margin-bottom: 30px;
  }
  .case_box {
    display: block;
    padding: 20px;
  }

  .case_box .txtWrap,
  .case_box .imgBox {
    width: 100%;
  }

  #case .ttl4 {
    line-height: 1.6;
    font-size: 18px;
    margin-top: 0;
  }

  .case_box .imgBox {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }

  #case .wrap {
    padding: 30px 10px;
  }
}

/*商品説明
  ---------------------------------------*/
#product {
  width: 100%;
  background-color: #f1f1f1;
  padding-top: 0;
}

.product_box {
  padding: 40px;
  background-color: #FFF;
  margin-bottom: 30px;
  border-radius: 10px;
  text-align: left;
  display: flex;
  justify-content: space-between;
}

.product_box .imgBox {
  width: 80%;
  margin-left: 20px;
}

.product_box .imgBox img {
  width: 100%;
}

#product .ttl4 {
  line-height: 1.8;
  font-size: 20px;
  margin-bottom: 20px;
}

#product .ttl4>span {
  font-size: 16px;
}

@media screen and (max-width: 750px) {
  .product_box {
    display: block;
    padding: 20px;
  }

  #product .ttl4 {
    line-height: 1.6;
    font-size: 18px;
  }

  .product_box .imgBox {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
}

/*レスポンシブ 3列
---------------------------------------*/
.col_3 {
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /* IE10 */
}

.col_3>div {
  width: 33.33333%;
  padding: 10px;
}

.col_3>div p {
  font-size: 14px;
  padding-top: 8px;
  color: #000;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  .col_3>div {
    width: 50%;
  }
}

@media screen and (max-width: 480px) {
  .col_3>div {
    width: 50%;
  }
}
/* ポピック*/
.popic-type{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 30px 0;
}
.popic-type>div{
  width: 33%;
}
@media screen and (max-width: 750px) {
  .popic-type>div{
    width: 100%;
    padding: 10px;
  }
}
/* おすすめ特集
-----------------------------------*/
.rcmArea {
  margin-top: 50px;
}

.rcmArea h3 {
  color: #555;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.rcmArea ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 85%;
  margin: 0 auto 40px;
}

.rcmArea ul li {
  width: 48%;
  margin: 0 1% 10px;
}

.rcmArea ul li a {
  display: block;
}

.rcmArea ul li a img {
  width: 100%;
}

.rcmArea ul li a:hover {
  opacity: 0.7;
}
.rcmArea .linkBtn{
  width: 50%;
  margin: -26px auto 0 auto;
  text-align: center;
}
.rcmArea .linkBtn a{
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1em;
  padding: 1.2em 0;
  background: linear-gradient(#0991DB, #0276CE);
  border-radius: 8px;
}
.rcmArea .linkBtn a span{
  display: inline-block;
  position: relative;
  margin: 0 0 0 10px;
  padding: 0;
}
.rcmArea .linkBtn a span::before{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  width: 0;
  height: 0;
  margin: -5px 0 0 0;
  padding: 0;
  border: 6px solid transparent;
  border-left: 10px solid #fff;
}
.rcmArea .linkBtn a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 750px) {
  .rcmArea {
    margin-top: 30px;
  }
  .rcmArea h3 {
    font-size: 18px;
  }
  .rcmArea ul {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .rcmArea ul li {
    width: 100%;
    margin-bottom: 15px;
  }
  .rcmArea .linkBtn{
    width: 100%;
    margin: 15px auto 0 auto;
  }
}

/*メニューをページ下部に固定*/
#sp-fixed-menu {
  position: fixed;
  width: 100%;
  bottom: 0px;
  font-size: 0;
  opacity: 0.9;
  z-index: 99;
}

/*メニューを横並びにする*/
#sp-fixed-menu ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

#sp-fixed-menu li {
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 0;
  margin: 0;
  font-size: 14px;
  border-right: 1px solid #fff;
}

/*左側メニューを緑色に*/
#sp-fixed-menu li:first-child {
  background: #38b435;
}

/*左側メニューをオレンジ色に*/
#sp-fixed-menu li:last-child {
  background: #f3a324;
}

/*ボタンを調整*/
#sp-fixed-menu li a {
  color: #fff;
  text-align: center;
  display: block;
  width: 100%;
  padding: 20px;
}

/* フローティングバナーのラップ要素 */
#fixed_right_banner {
  /* 右端の上から20pxの位置に固定表示 */
  position: fixed;
  top: 88px;
  right: 0;
  background: #013e98;
  padding: 10px;
  opacity: 0.9;
  z-index: 99;
}

/* 画像の共通設定 */
#fixed_right_banner>* {
  /* 横幅 */
  width: 40px;
}

/* 2個目以降の画像の上部に余白を作る */
#fixed_right_banner>*~* {
  margin-top: 10px;
}

/* リンク要素 */
#fixed_right_banner>a {
  /* ブロック要素に変更 */
  display: block;
  /* 透過変更をスムーズにする(任意) */
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

/* マウスオーバー時の表現 */
#fixed_right_banner>a:hover {
  /* 20%透過させる */
  opacity: .8;
}

/*お問合せ右下固定ボタン*/
.footer_fix_btn {
  position: fixed;
  width: 80px;
  right: 10px;
  bottom: 100px;
}

.footer_fix_btn a {
  display: block;
  width: 100%;
  text-decoration: none;
}

.footer_fix_btn a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 750px) {
  .footer_fix_btn {
    position: fixed;
    width: 48px;
    right: 0px;
    bottom: 10px;
    z-index: 999;
  }
}
