@charset "utf-8";

/**
 * YUI 3.5.0 - reset.css (http://developer.yahoo.com/yui/3/cssreset/)
 * http://cssreset.com
 * Copyright 2012 Yahoo! Inc. All rights reserved.
 * http://yuilibrary.com/license/
 */
/*
  TODO will need to remove settings on HTML since we can't namespace it.
  TODO with the prefix, should I group by selector or property for weight savings?
*/
html{
  color:#000;
  background:#FFF;
}
/*
  TODO remove settings on BODY since we can't namespace it.
*/
/*
  TODO test putting a class on HEAD.
    - Fails on FF.
*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin:0;
  padding:0;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
fieldset,
img {
  border:0;
}
/*
  TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style:normal;
  font-weight:normal;
}

ol,
ul {
  list-style:none;
}

caption,
th {
  text-align:left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size:100%;
  font-weight:normal;
}
q:before,
q:after {
  content:'';
}
abbr,
acronym {
  border:0;
  font-variant:normal;
}
/* to preserve line-height and selector appearance */
sup {
  vertical-align:text-top;
}
sub {
  vertical-align:text-bottom;
}
input,
textarea,
select {
  font-family:inherit;
  font-size:inherit;
  font-weight:inherit;
}
/*to enable resizing for IE*/
input,
textarea,
select {
  *font-size:100%;
}
/*because legend doesn't inherit in IE */
legend {
  color:#000;
}
/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset { display: none; }

/*; ///////////////////  共通ｃｓｓ　/////////////////////////*/

body{
    font-family: "Helvetica Neue", HelveticaNeue, 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", Verdana, Meiryo, sans-serif;
    line-height: 2;
}

p,h1,h2,h3,h4,h5{
  margin: 0;
}

.pd-0{
  padding: 0;
}

.pd-1{
  padding: 3%;
}

.pr-1{
  padding-right: 1%;
}

.pr-5{
  padding-right: 5%;
}

.mb-1{
  margin-bottom: 1%;
}

.mb-2{
  margin-bottom: 2%;
}

.mb-3{
  margin-bottom: 3%;
}

.mb-4{
  margin-bottom: 4%;
}

.mb-5{
  margin-bottom: 5%;
}

.mb-7{
  margin-bottom: 7%;
}

.mb-10{
  margin-bottom: 10%;
}
.mb-13{
  margin-bottom: 13%;
}

.mb-15{
  margin-bottom: 15%;
}

.mb-20{
  margin-bottom: 20%;
}



.mt-1{
  margin-top: 1%;
}
.mt-2{
  margin-top: 2%;
}

.mt-3{
  margin-top: 3%;
}

.mt-4{
  margin-top: 4%;
}

.mt-5{
  margin-top: 5%;
}

.mt-7{
  margin-top: 7%;
}

.mt-10{
  margin-top: 10%;
}


.mt-15{
  margin-top: 15%;
}

.mt-20{
  margin-top: 20%;
}

.mr-1{
  margin-right: 1%;
}

.mr-2{
  margin-right: 2%;
}

.ml-1{
  margin-left: 1%;
}

.ml-2{
  margin-left: 2%;
}

.gazou{
  width: 100%;
  height: auto;
}

.wrap{
  overflow: hidden;
}

.pl-2{
  padding-left: 5%;
}

.bold{
  font-weight: bold;
}

a {outline:none !important;}

.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}

/*/ スマホの時だけ改行させるクラス /*/
.br-sp {
    display: none;
}

@media (max-width: 600px) {
    .br-sp {
        display: block;
    }
}




/*//////////////////// freepage　/////////////////////*/


.freepage_wrap section h2{
  font-size: 20px;
　margin-bottom: 2%;
  line-height: 1.7;

}

.freepage_wrap section{
  width: 47%;
  display: inline-block;
  border: solid 1px gray;
  margin: 1%;
  padding: 2% 2% 10% 2%;
  position: relative;
}



.container h1{
  font-size: 30px;
  letter-spacing: 0.3rem;
}

.btn_module{
  display: block;
  width: 92%;
  margin: 0 auto;
  position: absolute;
  bottom: 10%;
  left: 4%;
}

.btn_module a{
  border: solid 1px gray;
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 2.5%;
  color: #000;
  text-decoration: none;
}

.btn_module a:hover{
  background: #000;
  color: #fff;
  text-decoration: none;
}

.freepage_wrap h1{
  font-size: 30px !important;
}


.freepage_wrap section h2{
  font-size: 20px;
　
}

.mini{
  font-size : 60%;
  vertical-align: middle;
}

.mini2{
  font-size : 80%;
  vertical-align: middle;
}

.favorite{
  text-decoration: underline;
  color: blue;
}

@media (max-width: 900px) {
  .freepage_wrap section{
    width: 93%;
    display: inline-block;
    border: solid 1px gray;
    margin: 0 auto;
    padding: 6% 5% 27% 5%;
    position: relative;
  }

  .wholesale_none{
    padding: 2% 2% 30% 2%;
  }

  .wholesale_none p{
    margin-bottom: 7%;
  }
}








/*////////////////////// OEM //////////////////////////*/
.oem1{
  background: #4f70b2;
  line-height: 2;
  display: table-cell;
  vertical-align: middle;
}

.oem1 h2{
  font-size: 110%;
  color: #fff;
  font-weight: bold;
  line-height: 1.7;
}


.outer{
  display: table;
}


.oem1 p{
  font-size: 90%;
  color: #fff;
  font-weight: bold;
}


.oem3{
  display: block;
}

.oem3 a{
  display: inline-block;
  border: solid 1px #fff;
  background-color: #fff;
  color: #4f70b2;
  font-weight: bold;
  border-radius: 25px;
  width: 90%;
  padding: 2%;
  text-decoration: none;
}

.oem3 a:hover{
  background: #4f70b2;
  color: #fff;
}


.oem2 h2 {
  font-size: 130%;
  font-weight: bold;
  width: 70%;
  margin: 0 auto;
  position: relative;
  padding: 0.8rem 0;
  margin-bottom: 0.2rem;
  border-bottom: 3px solid;
  color: black;
  font-weight: bold;
  font-size: 26px;
  text-align: center;
}

.oem2 h2:before,
.oem2 h2:after {
  position: absolute;
  top: 100%;
  left: 50%;
  content: "";
  height: 0;
  width: 0;
}

.oem2 h2:before {
  border: 14px solid;
  border-color: transparent;
  border-top-color: black;
  margin-left: -14px;
}

.oem2 h2:after {
  border: 9.5px solid;
  border-color: transparent;
  border-top-color: white;
  margin-left: -10px;
}

.oem4{
  background: #f3f3f3;
  padding: 2%;
  font-size: 95%;
}

figcaption{
  font-size: 80%;
}

.oem5{
  display: block;
}

.oem5 a{
  display: inline-block;
  border: solid 1px #4f70b2;
  background-color: #4f70b2;
  color: #fff;
  font-weight: bold;
  border-radius: 35px;
  width: 90%;
  padding: 2%;
  text-decoration: none;
}

.oem5 a:hover{
  background: #fff;
  color: #4f70b2;
}

.oem6{
  background-color: #A3B8CC;
  padding: 3%;
  margin-bottom: 3%;
  width: 50%;
}


.sample{
  width: 90%;
  margin: 0 auto;
}

.sample2{
  width: 14%;
  display:inline-block;
  margin-bottom: 3%;
}

.sample2 figcaption{
  font-size: 90% !important;
}


.gazou_cover{
    object-fit: cover;
    height: 100% !important;
}


/*///////////よくある質問 ////////////*/

.cp_qa *, .cp_qa *:after, .cp_qa *:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cp_qa {
/*  overflow-x: hidden;*/
  margin: 0 auto;
  color: #333333;
  width: 70%;
}

.cp_qa .cp_actab {
  padding: 20px 0;
  border-bottom: 1px dotted #cccccc;
}

.cp_qa label {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  cursor: pointer;
  text-align: left;
  font-weight: bold;
}

.cp_qa .cp_actab-content {
  font-size: em;
  position: relative;
  overflow: hidden;
  height: 0;
  margin: 0 60px;
  padding: 0 18px;
  -webkit-transition: 0.4s ease;
          transition: 0.4s ease;
  opacity: 0;
  text-align: left;
}

.cp_qa .cp_actab  input[type=checkbox]:checked ~ .cp_actab-content {
  height: auto;
  padding: 14px;
  opacity: 1;
  display: inline;
}

.cp_qa .cp_plus {
    font-size: 2.4em;
    line-height: 100%;
    position: absolute;
    left: 0;
    top: -5%;
    z-index: 5;
    margin: 3px 0 0 10px;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    font-weight: normal;
    -webkit-transition: 0.4s ease;
          transition: 0.4s ease;
}

.cp_qa .cp_actab .cp_tabfour027. .cp_plus input[type=checkbox]:checked ~ .cp_plus {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.cp_plus input[type=checkbox]:checked ~ .cp_plus {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}


.cp_qa .cp_actab input[type=checkbox] {
  display: none;
}


/*//////////////////// About us /////////////////////*/

.ttl_line6 {
  font-weight: bold;
  padding: 1em 0.3em;
  margin-bottom: 0.3em;
  position: relative;
  color: #2d3b84;
  font-size: 120%;
}

.ttl_line6::before {
  content: '';
  background-color: #2d3b84;
  width: 2em;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 1.5%;
}

.etdge1{
  font-weight: bold;
  font-size: 120%;
  line-height: 1.5;
}

.etdge2{
  width: 80%;
  margin: 0 auto;
}


.edtgi5{
  line-height: 1.8;
}




.acd-check{
    display: none;
}

.border_question{
  border-bottom: 1px dotted #cccccc;
  padding: 20px 0;
}

.acd-label{
    position: relative;
    color: black;
    display: block;
}
.acd-label:after {
    box-sizing: border-box;
    content: '＋';
    display: block;
    height: 52px;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    top: -80%;
    font-size: 30px;
  }


.acd-content{

    display: block;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
}

.acd-content p{
  text-align: left;
}

.acd-check:checked + .acd-label:after{
    content: '－';
}
.acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
    padding: 14px;
    visibility: visible;
}





@media only screen and (max-width: 1100px){
 .oem1{
  padding: 5% 2%;
 }
 .oem2 h2 {
  width: 95%;
  font-size: 20px;
  }
  .cp_qa {
  width: 90%;
  }
  .oem2 p{
  font-size: 90%;
  }
  .cp_qa label {
      position: relative;
      display: block;
      width: 85%;
      margin: 0;
      padding-left: 10px;
      cursor: pointer;
      text-align: left;
      font-weight: bold;
  }
  .cp_qa {
  width: 95%;
  }
  .sample2{
    width: 16%;
  }
  .sample {
    width: 100%;
    margin: 0 auto;
  }
  .sample2 figcaption{
    font-size: 70% !important;
  }
  .cp_qa .cp_actab-content {
  margin: 0 10px;
  }
  .cp_qa .cp_plus {
      top: -10%;
    margin: 0 0 0 10px;
  }

.acd-label:after {
    box-sizing: border-box;
    content: '＋';
    display: block;
    height: 52px;
    padding: 10px 20px;
    position: absolute;
    right: -60px;
    top: -21px;
    font-size: 30px;
  }

}

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

  .sample {
    width: 100%;
    margin: 0 auto;
  }
  .sample2{
    width: 32%;
    display:inline-block;
    margin-bottom: 3%;
  }
  .container h1 {
    font-size: 27px;
    letter-spacing: 0.2rem;
  }
  .oem6{
  padding: 5%;
  width: 100%;
  }
}


/*////////////////////topslide ////////////////////*/

      .swiper--wrapper {
    /* wrapperのサイズを調整 */
    width: 100%;
    height: 300px;
  }

  .swiper-slide {
    /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
    color: #000000;
    width: 100%;
    height: 100%;
    padding: 3% 0;
  }

  .swiper-slide:nth-child(1) {
    /*1、4、7、3n+1枚目の背景色 */
    background-color: #d8dfe9;
  }

  .swiper-slide:nth-child(2) {
    /*2、5、8、3n+2枚目の背景色 */
    background-color: #fae7c1;
  }

  .swiper-slide:nth-child(3) {
    /*3、6、9、3n+3枚目の背景色 */
    background-color: #c7decd;
  }
  .swiper-slide:nth-child(4) {
    /*1、4、7、3n+1枚目の背景色 */
    background-color: #c5c4c3;
  }

  .swiper-slide:nth-child(5) {
    /*2、5、8、3n+2枚目の背景色 */
    background-color: #edbfc1;
  }

  .swiper-slide:nth-child(6) {
    /*3、6、9、3n+3枚目の背景色 */
    background-color: #eda592;
  }

  /* 前へ次への矢印カスタマイズ */
.swiper-button-prev::after,
.swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 50px !important;
  margin: auto;
  width: 50px !important;
}

/* 前への矢印カスタマイズ */
.swiper-button-prev::after {
  background-image: url(../images/prew.png);
  background-size: 50px;
  width: 50px !important;
}
/* 次への矢印カスタマイズ */
.swiper-button-next::after {
  background-image: url(../images/next.png);
  background-size: 50px;
  width: 50px !important;
}
/* 画像サイズ調整 */
.swiper-slide img {
  height: auto;
  width: 100%;
}

.sample-slider [class^="swiper-button-"]{
    width: 130px;
}

.swiper-button-next, .swiper-button-prev {
    width: 50px !important;
}

.swiper-pagination-bullet {
  /*サイズを変更*/
  width: 10px;
  height: 10px;

  /*ドットの間隔を変更*/
  margin: 0 5px !important;
}

.swiper-pagination-bullet {
  /*ドットの色を変更*/
  background-color: black ;
}

.swiper-pagination-bullet {
    width: 30px;
    height: 5px;
    /*ページネーションの色 */
    background-color: white;
   /*ページネーションの透明度 */
    opacity: 0.5;
  /*　四角にする */
    border-radius: 0;
}



/* 選択されているページネーション */
.swiper-pagination-bullet-active {
    background-color: black;
}



@media only screen and (max-width: 1000px){
  .sample-slider [class^="swiper-button-"]{
      top: initial;
      bottom: 0;
    }

  .swipper{
    position: relative;
  }
  .swiper-button-next, .swiper-button-prev{
    position: absolute;
    top: var(--swiper-navigation-top-offset, 70%) !important;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
  }

  .sp_gazou{
    width: 90%;
    margin: 0 auto;
  }
}

.toku_01{
  line-height: 2.5;
  width: 40%;
  margin: 0 auto;
  padding-top: 1%;
}

.toku_01 h3{
  font-size: 33px;
  margin-bottom: 1%;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  line-height: 1.6;
}

.toku_02 {
  display: flex;
  justify-content: center;
}

.toku_02 li{
  width: 38%;
  padding: 2% 4% 2% 0;
}



@media only screen and (max-width: 850px){
  .swiper-slide {
    padding: 6% 0;
  }

  .toku_01{
  width: 100%;
  }

  .toku_01 h3 {
    font-size: 24px;
  }
  .toku_02 li {
    padding: 2%;
  }
}



/*/////////////////特集 //////////////////////*/

.container-toku{
  width: 75% !important;
  margin: 0 auto;
}

.tokushu_01{
  display: flex;
}

.tokushu_01 li{
  width: 45%;
}

.tokushu_02{
  width: 70%;
  margin-right: 10%;

}

.toku_03{
  display: block;
  width: 350px;
  margin: 0 auto;
}



.toku_03 a{
    background-color: #fff;
    color: #333;
    display: block;
    width: 100%;
    font-size: 17px;
    border: 1px solid #555;
    text-align: center;
    padding: 1em 0;
    margin: 0 auto;
    border-radius: 2px;
    position: relative;
    text-decoration: none;
}


.toku_03 a::before{
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    transform: rotate(-45deg) translate3d(0, -50%, 0);
    position: absolute;
    right: 1em;
    top: 50%;
}



@media only screen and (max-width: 1300px){
  .container-toku{
    width: 90% !important;
    margin: 0 auto;
  }

  .tokushu_02 {
    width: 100%;
    margin: 0 auto;
  }

}

@media only screen and (max-width: 800px){
  .container-toku{
    width: 100% !important;
    margin: 0 auto;
  }

}


.order_01{
    font-size: 20px !important;
    font-weight: bold;
}

.order_02{
    font-weight: bold;
}

a{
    text-decoration: none !important;
}

/*
.commonBtn {
    color: white;
}
*/
.order_03{
    color: blue;
    text-decoration: underline !important;
}


.rogo_mc{
  width: 70%;
  margin: 0 auto;
}


/*///////////////////////////// proper ////////////////////////////////*/

.toplp_02{
  background-image: url("https://gigaplus.makeshop.jp/metalcrafts/freepage/images/lp_01.png");
  background-repeat: no-repeat;
  background-size: 74vw;
  background-position: top 0vw right -20vw;
}

.toplp_01{
  padding: 20% 0;
  text-align: center;
}

.toplp_01 h3{
  font-weight: bold;
  font-size: 150%;
  color: #fff;
  background-color: #5599b8;
  padding: 2% 5%;
  display: inline-block;
  border-radius: 30px;
  margin-bottom: 3%;
  margin-bottom: 3%;
  text-align: center;

}

.toplp_01 h2{
font-weight: bold;
font-size: 200%;
text-align: center;
color: #5599b8;
margin-bottom: 5%;
}

.toplp_03{
  font-weight: bold;
  font-size: 200%;
  color: #f36d32;
}

.toplp_04{
  font-size: 300%;
  line-height: 1.1;
}

span.toplp_05 {
    background: linear-gradient(transparent 50%, #f4f65a 50%);
}

.toplp_06{
 display: block;
}

.toplp_06 a{
  padding: 2%;
  color: #fff;
  display: inline-block;
  background-color: #f36d32;
  width: 55%;
  font-weight: bold;
  font-size: 60%;
  letter-spacing: 0.1em;
  border-radius: 30px;
  text-align: center;
}

.toplp_06a a{
  padding: 1.5%;
  width: 75%;
  font-size: 100%;
}


.toplp_07{
  padding: 3% 0;
}

.toplp_07 h4{
  color: #5599b8;
  font-weight: bold;
  font-size: 150%;
  margin-bottom: 4%;
}

.toplp_07 p{
  font-weight: bold;
  font-size: 190%;
  line-height: 1.5;
}

.toplp_08 h5{
  font-weight: bold;
  font-size: 200%;
  text-align: center;
}

.toplp_08 div{
  background-color: #5599b8;
  border-radius: 30px;
  padding: 1% 2%;
}

.toplp08{
  width: 48%;
  margin: 1%;
}



.toplp_09 img{
  padding: 2%;
}

.toplp_10{
  font-weight: bold;
  font-size: 180%;
  color: #fff;
  line-height: 1.5;
}

.toplp_10>span{
  font-size: 200%;
}


.toplp_11{
  /*コレ*/display: flex;
    /*コレ*/align-items: center;
    /*ついでにコレ*/justify-content: center;
}

.toplp_12{
  background-color: #5599b8;
  padding: 4% 0;
}

.toplp_12a{
  background-color: #5599b8;
  padding: 1.5% 0;
}

.toplp_12 h5{
  font-size: 250%;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.6;
}

.toplp_13{
  text-align: center;
}

.toplp_13>div{
  width: 22%;
  display: inline-block;
  padding: 2%;
}

.toplp_13>div>p{
  font-weight: bold;
  color: #5599b8;
  font-size: 110%;
  text-align: center;
  background-color: #fff;
  border-radius: 30px;
  padding: 5% 0;
  margin-top: -10%;
  z-index: 9999;
  position: relative;
  border: solid 1px #5599b8;
}

.toplp_13>span{
  color: #fff;
  font-size: 130%;
  display: block;
  line-height: 0.8;
}

.toplp_13>span:first-child{
  opacity: 0.3;
}


.toplp_13>span{
  opacity: 0.6;
}

.toplp_14{
  font-size: 220%;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.toplp_14 h6{
  font-size: 170%;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.toplp_15{
  background-color: #fff;
  border-radius: 30px;
  font-weight: bold;
  font-size: 150%;
  padding: 4% 7%;
}


.toplp_15>section{
  display: inline-block;
  width: 32.5%;
  list-style-type: none;
  text-align: center;
  padding: 2%;
}

.toplp_15>section>li:nth-child(2){
  font-weight: bold;
  color: #fff;
  font-size: 90%;
  text-align: center;
  background-color: #5599b8;
  border-radius: 30px;
  padding: 3% 0;
  margin-top: -14%;
  z-index: 9999;
  position: relative;
}

.toplp_15 h7{
  color: #5599b8;
  font-weight: bold;
  font-size: 90%;
  margin-bottom: 1%;
  text-align: center !important;
  display: block;
}

.toplp_15 p{
  display: inline-block;
  padding: 0.5% 2%;
  background: #F3F3F3;
  font-size: 80%;
  border-radius: 10px;
  margin: 0 0.5% 1% 0.5%;
}

.toplp_16{
  background: #F3F3F3;
  padding: 3% 1%;
}

.toplp_16 h7{
  font-weight: bold;
  font-size: 200%;
  text-align: center;
}

.toplp_17{
  background: #fff;
  padding: 3% 3.5%;
  border-radius: 20px;
  font-weight: bold;
  display: inline-block;
  width: 45%;
  margin: 1.5%;
}

.toplp_17 h8{
  display: block;
  text-align: center;
  font-size: 160%;
  line-height: 1.5;
}

.toplp_17 h8:first-child{
  font-size: 130%;
  color: #5599b8;
  letter-spacing: 0.2em;

}

.toplp_18{
  display: block;
  width: 100%;
  text-align: center;
}

.toplp_18 a{
  display: inline-block;
  width: 60%;
  border-radius: 30px;
  border: solid 1px #595b5c;
  text-align: center;
  color: #000;
  padding: 2%;
}

.toplp_18>img{
  width: 40%;
}

.container2{
  width: 1000px;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 130%;
}

.toplp_19{
  padding: 3% 0;
}

.toplp_19>div>h7{
    font-weight: bold;
    font-size: 200%;
    text-align: center;
}


.qa-6 {
/*    max-width: 500px;*/
    margin-bottom: 5px;
    border-bottom: 2px solid #d6dde3;
}

.qa-6 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.qa-6 summary::before,
.qa-6 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

.qa-6 summary::before {
    color: #75bbff;
    content: "Q";
}

.qa-6 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}

.qa-6[open] summary::after {
    transform: rotate(225deg);
}

.qa-6 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
}

.qa-6[open] p {
    transform: none;
    opacity: 1;
}

.qa-6 p::before {
    color: #ff8d8d;
    line-height: 1.2;
    content: "A";
}

.qa-6 a{
  color: #23a8fd;
  text-decoration: underline !important;
}

.container3{
  width: 1000px;
  margin: 0 auto;
  font-weight: bold;
}

  .sp_02{
    text-align: center;
    display: block;
    margin: 2% 0 !important;
    font-size: 120%;
  }


@media only screen and (max-width: 1400px){
  .toplp_01 {
      padding: 8% 0;
      text-align: center;
  }
  .toplp_09 img{
  width: 80%;
  }
  .toplp_10 {
    font-size: 150%;
  }

  .toplp_12 h5 {
    font-size: 200%;
  }
  .toplp_14 {
    font-size: 180%;
  }
  .toplp_01 h3 {
    font-size: 120%;
  }
  .toplp_01 h2 {
    font-size: 160%;
  }
  .toplp_03 {
    font-size: 170%;
  }
  .toplp_06 a {
    width: 70%;
    font-size: 100%;
  }

}



@media only screen and (max-width: 850px){
  .container3,.container2{
  width: 100%;
  }
  .toplp_02{
  background-image: url("https://gigaplus.makeshop.jp/metalcrafts/freepage/images/lp_01.png");
  background-repeat: no-repeat;
  background-size: 90vw;
  background-position: bottom;
  }
  .toplp_01 h3 {
    font-size: 100%;
    padding: 2% 5%;
    display: inline-block;
  }

  .toplp_01 h2 {
    font-size: 130%;
  }
  .toplp_03 {
      font-weight: bold;
      font-size: 150%;
      color: #f36d32;
  }

  .toplp_04 {
    font-size: 200%;
    line-height: 1.1;
  }

  .toplp_06 a {
    width: 80%;
    font-size: 90%;
    margin-bottom: 0px;
  }

  .toplp_07 h4 {
    font-size: 110%;
    margin-bottom: 4%;
  }

  .toplp_07 p {
    font-size: 140%;
}

  .toplp_08 h5 {
      font-size: 150%;
      margin-bottom: 3% !important;
  }

  .toplp08{
    width: 80%;
    margin: 0 auto;
    margin-bottom: 5%;
  }

  .toplp_09{
    text-align: center;
  }

  .toplp_09>img{
    width: 60%;
  }

  .toplp_10 {
      font-size: 130%;
      text-align: center;
  }

  .toplp_12 h5 {
      font-size: 130%;
      margin: 3% 0;
  }

  .toplp_13>div {
      width: 48%;
  }

  .toplp_13>div>p {
      font-size: 110%;
      padding: 3% 0;
  }

  .toplp_13{
    margin-bottom: 2% !important;
  }

  .toplp_14 {
    font-size: 110%;
    font-weight: bold;
    color: #fff;
    text-align: center;
  }
  .toplp_14 h6 {
      font-size: 140%;
  }
  .toplp_15>section {
    display: inline-block;
    width: 48%;
    list-style-type: none;
    text-align: center;
    padding: 2%;
  }

  .toplp_15{
    width: 90%;
    margin: 0 auto;
    padding: 2%;
  }
  .toplp_15>section>li:nth-child(2) {
      font-size: 70%;
      border-radius: 20px;
      padding: 3% 0;

  }

  .toplp_15 p {
    padding: 0.5% 2%;
    font-size: 60%;
  }

  .toplp_16 h7 {
    font-size: 150%;
  }

  .toplp_17 {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 3%;
}

.toplp_17 p{
  font-size: 80%;
}

.toplp_12a {
    padding: 4% 0;
}

.toplp_06a a{
  width: 80%;
  font-size: 90%;
  margin-bottom: 20px;
}

.qa-6 summary {
    padding: 1em 1em 1em 3em;
}

.toplp_07 {
  padding: 3%;
  }

}



/*////////////////////////// oroshi //////////////////////////*/

.oroshi_01{
  background-color: #ebedf2;
  padding: 4%;
  text-align: center;
  font-weight: bold;
    width: 70% !important;
   margin: 0 auto;
}

.oroshi_01 h3{
  font-size: 140%;
  font-weight: bold;
}

.oroshi_01 p{
  font-size: 90%;
}

.oroshi_02 p{
  font-size: 80%;
  color: #1a2f60;
}

.oroshi_02 p a{
color: #1a2f60;
text-decoration: underline !important;
}

.oroshi_03{
    display: flex;
    flex-wrap:wrap;
    text-align: center;
    width: 85%;
    margin: 0 auto;
}
.oroshi_03 p{
    box-sizing:border-box;
    width: calc(100%/2);/*←画像を横に4つ並べる場合*/
    padding: 1%;
}

.oroshi_03 p a{
    display: block;
    padding: 4%;
    margin: 2%;
    background-color: #8ea8c2;
    border-radius: 10px;
    color: #fff;
    text-align: center;
}

.oroshi_03 p a:hover{
    opacity: 0.7;
}

.oroshi_04 a{
background-color: #1a2f60;
}
説明