



/*========= 共通 ===============*/

body{
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}







/*========= PC ===============*/
@media only screen and  (min-width : 481px) {


  /* パソコンで見たときは"pc"のclassがついた画像が表示される */
  .pc { display: block !important; }
  .sp { display: none !important; }

    /* パソコンで見たときのみ改行 */
  .br-sp {display: none; }

 

  
/*h1はじめ*/


#kongetsu{
  display: flex;
  margin: 70px auto 0 auto;
  align-items: center;
  max-width: 45%;
}

#kongetsu h1{
  font-size: 50px;
  font-weight: 900;
margin-bottom: 20px;
  color: #F6AC2D;
}


#kongetsu::before,
#kongetsu::after  {
  content: "";
  height: 3px;
  flex-grow: 1;
  border-bottom: dotted #3DB156;
}

 
#kongetsu::before {
  margin-right: 2rem;
}
 
#kongetsu::after {
  margin-left: 2rem;
}

/*h1おわり*/


  
 /*追従バナーはじめ*/

/*========= 上部固定させるためのCSS ===============*/
#header{
  height:90px;/*高さ指定*/
  width:100%;/*横幅指定*/
  /*以下はレイアウトのためのCSS*/
  display: flex;
  justify-content: space-between;
  align-items: center;
  background:#fff;
  text-align: center;
  padding: 10px;


}

#header02{
  position: fixed;/*fixedを設定して固定*/
  z-index:10;/*最前面へ*/
  top:0;/*位置指定*/
  left:0;/*位置指定*/
}



/*========= レイアウトのためのCSS ===============*/

nav {
  margin-left: 400px;
}

#logo img{
  margin: 5px 0 0 20px ;
  width:50%;
}


nav ul{
  
  list-style: none;
  display: flex;
  justify-content: flex-end;
}


nav ul li img{

  width: 70%;
  margin: 5px 0 0 0px ;
}




/*追従バナーおわり*/


/*ハンバーガーメニューはじめ*/
.menu-btn {
  position: fixed;
  top: 20px;
  right: 20px;
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  background-color: #333;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #ffffff;
  position: absolute;
}
.menu-btn span:before {
  bottom: 8px;
}
.menu-btn span:after {
  top: 8px;
}

#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}

#menu-btn-check {
  display: none;
}


.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  background-color: #333;
}
.menu-content ul {
  padding: 70px 10px 0;
  font-size: 20px;
}
.menu-content ul li {
  border-bottom: solid 1px #ffffff;
  list-style: none;

}
.menu-content ul li a {
  display: block;
  width: 100%;
  font-size: 20px;
  box-sizing: border-box;
  color:#ffffff;
  text-decoration: none;
  padding: 10px 15px 10px 0;
  position: relative;
}
.menu-content ul li a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  transform: rotate(45deg);
  position: absolute;
  right: 15px;
  top: 20px;
}

.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;/*leftの値を変更してメニューを画面外へ*/
  z-index: 80;
  background-color: rgba(51,51,51,0.9);
  transition: all 0.5s;/*アニメーション設定*/
}


#menu-btn-check:checked ~ .menu-content {
  left: 0;/*メニューを画面内へ*/
}

/*ハンバーガーメニューおわり*/



/*TOP画像はじめ*/
#top{
  text-align: center;
}

#top img{
  width: 45%;
}
/*TOP画像おわり*/





 
/*3つのポイントはじめ*/
.flexbox div{
  margin: 0 20px;
}

.flexbox img{
 width: 100%;

}



.flexbox{
  margin: 40px  auto;
  max-width: 45%;
  display:flex;
justify-content: center;
text-align: center;
}

/*3つのポイントおわり*/




/************************************
** 買取商品スライダーはじめ
************************************/
.slide-wrap{
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  padding:0 0 1em;
  margin:50px auto ;
  scroll-behavior: smooth;
  max-width: 45%;
}
.slide-wrap .slide-content{
  flex: 0 0 40%;
  margin: 0 10px;
  height:100%;
}



.slide-content img{
  width: 60%;
}


/************************************
** 買取商品スライダーおわり
************************************/







/* 査定対象商品はじめ*/
#査定対象商品title{
  text-align: center;
}

#査定対象商品title img{
  width: 30%;
}


#sample02 {  
  display: flex;
  justify-content: center;
  margin:10px auto 100px auto;
  max-width: 45%;
  flex-wrap: wrap;
}

 #item02 {
  flex: none;
  margin: 5px;
  width: 47%;
  text-align: center;
}

#sample02 img {
  width: 90%;
  margin-top: 50px;
}

#item02 h4{
font-size: 25px;
font-weight: bold;
margin-bottom: 10px;
margin-top: 10px;
}



  /* 詳しくはこちら*/
  section {
    max-width: 300px;
    margin: 100px auto;
  }
  /*=============
  a.btn_03
  =============*/
  a.btn_03 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 50px;
     margin: 20px auto 0 auto;
    position: relative;
    background: #65b831;
    border: 1px solid #65b831;
    border-radius: 30px;
    box-sizing: border-box;
    padding: 0 45px 0 25px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.3;
    text-align: left;
    text-decoration: none;
    transition-duration: 0.3s;
  }
  a.btn_03:before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 25px;
    margin-top: -6px;
  }
  a.btn_03:hover {
    background: #fff;
    color: #65b831;
  }
  a.btn_03:hover:before {
    border-top: 2px solid #65b831;
    border-right: 2px solid #65b831;
  }
  
  /*=============
  base
  =============*/
  body {
    font-weight: 400;
    word-break: break-all;
  }
  


/* 査定対象商品おわり*/



/* その他査定商品はじめ*/

#sample03 {  

  display: flex;
  justify-content: center;
  margin:70px auto 50px auto;
  max-width: 45%;
  flex-wrap: wrap;
}

 #item03 {
  flex: none;
  margin: 15px 5px 15px 5px;
  width: 30%;
  text-align: center;
}

#sample03 img {
  width: 90%;
}



#item03 p{
  margin-top: 5px;
  text-align: center;
  font-size: 20px;
  }
  


  #setsumei p{

    margin-top:10px;
    text-align: center;
    font-size: 20px;
    }
/* その他査定商品おわり*/



/* クーポンはじめ*/
#coupon{
  text-align: center;
  margin: 100px auto;
  
}

#coupon img{
  width: 40%;
}

#couponbun{
  text-align: center;
  margin: 25px 0 -25px 0;
  font-size: 25px;
  font-weight: bold;
}


/* クーポンおわり*/



/* こんな状態もタイトル*/

#konnajoutai h2{
  margin: 100px 0 50px 0;
  font-size: 50px;
  font-weight: 900;
  text-align: center;
  color: #F6AC2D;
}


/* こんな状態もタイトル*/


/*こんな状態もOK画像*/



#sample03 {  

  display: flex;
  justify-content: center;
  margin:10px auto  50px auto;
  max-width: 50%;
  flex-wrap: wrap;
}

 #item03 {
  flex: none;
  margin: 5px;
  width: 30%;
  text-align: center;
}

#sample03 img {
  width: 60%;
  margin-top: 10px;
}

#item03 h4{
font-size: 18px;
}

/*こんな状態もOK画像*/




/*タブメニューtitle*/

#査定対象商品title02{
  text-align: center;
  margin: 150px 0 40px 0;
}

#査定対象商品title02 img{
  width: 40%;
}
/*タブメニューtitle*/


/*タブメニュー*/

.tab-wrap {

  display: flex;
  flex-wrap: wrap;
  margin:20px auto;
  max-width: 45%;
}
.tab-wrap:after {
  content: '';
  width: 100%;
  height: 3px;
  background: #65b831;
  display: block;
  order: -1;
}

.tab-label {
font-size: 30px;
font-weight: bold;
  color: White;
  background: rgb(164, 164, 164);
  font-weight: bold;
  text-shadow: 0 -1px 0 rgba(0,0,0,.2);
  white-space: nowrap;
  text-align: center;
  padding: 10px .5em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  flex: 1;
}
.tab-label:not(:last-of-type) {
  margin-right: 5px;
}

#tabsetsumei01{
  margin: 40px 0;
  text-align: center;
  font-size: 25px ;
}

.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
/* アクティブなタブ */
.tab-switch:checked+.tab-label {
  background:  #65b831;
}
.tab-switch:checked+.tab-label+.tab-content {
  background-color: #fff;
  height: 20%;
  width: 100%;
  overflow: auto;
  padding: 15px;
  opacity: 1;
  transition: .5s opacity;
  box-shadow: 0 0 3px rgba(0,0,0,.2);
}
/* ラジオボタン非表示 */
.tab-switch {
  display: none;
}



/************************************
** 買取方法画像
************************************/

#tejun{
  text-align: center;
}

#tejun img{
  width: 80%;
}

/***買取方法画像おわり
************************************/




/*タブメニュー*/




/* 選ばれる理由 */
#riyu_title{
  text-align: center;
  margin: 100px auto;
}

#riyu_title img{
  width: 30%;
  text-align: center;
}




#erabare {  

  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin:70px auto;
  max-width: 45%;
}

 #erabareitem {
  flex: none;
  margin: 5px;
  width: 45%;
  text-align: center;
}

#erabare img {
  width: 80%;

}

#erabareitem h4{
  margin-top: 20px;
font-size: 25px;
font-weight: bold;
}

#erabareitem p{
  margin: 20px 0;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  }
  



/*選ばれる理由*/





/*ご意見*/

#ご意見{
  background-color: #65b831;
  margin: 100px auto;
  padding: 50px 0;
  max-width: 40%;
}



#ご意見 p{
  margin-top: 30px;
  color: #fff;
  text-align: center;
  font-size: 23px;
  line-height: 50px;
}


#査定対象商品title03{
  text-align: center;
}

#査定対象商品title03 img{
  width: 95%;
}

#kuchikomiimg {
  text-align: center;
  margin: 30px 0;
}

#kuchikomiimg img{
  margin: 10px 0;
  width: 80%;
}

/*ご意見*/







/*よくある質問*/

#QandA{

  margin: 0 auto 60px auto ;

}

.accordion-002 {
  font-size: 20px;
  max-width: 45%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  border: 2px solid #65b831;
  border-radius: 25px;
}

.accordion-002 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  background-image: url('file:///C:/Users/user/Desktop/%E3%81%AF%E3%81%AA%E3%81%BE%E3%82%8BLP%E4%BF%AE%E6%AD%A3/sozai_57.webp');
  background-position: right calc(2em - 7px) center;
  background-size: 22px;
  background-repeat: no-repeat;
  color: #65b831;
  font-weight: 600;

  cursor: pointer;
}

.accordion-002 summary::-webkit-details-marker {
  display: none;
}

.accordion-002 summary::before,
.accordion-002 summary::after {
  position: absolute;
  right: calc(2em + 2.5px);
  width: 3px;
  height: 10px;
  border-radius: 5px;
  background-color: #fff;
  content: '';
}

.accordion-002 summary::before {
  rotate: 90deg;
}

.accordion-002 summary::after {
  transition: rotate .3s;
}

.accordion-002[open] summary::after {
  rotate: 90deg;
}

.accordion-002 p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 0 2em 1.5em;
  color: #333333;
  transition: transform .5s, opacity .5s;
}

.accordion-002[open] p {
  transform: none;
  opacity: 1;
}




/*よくある質問*/




/*会社情報*/


#hanamaru{
  background-color: #ededed;
  padding-bottom: 10px;

  text-align: center;
}

    #概要 {
      font-size: 15px;
      line-height: 25px;
      padding-top:  20px;
      margin-bottom: -20px;
      text-align: center;
     }

     #概要 h3 {
      margin-bottom: 20px;
     }

     
    #概要 p {
      text-align: center;
      margin-bottom: 10px;
     }



    
     .accordion {
      margin: 2em auto;
      max-width: 45%;
    }
    .accordion__summary {

      display: block;
      background: #FFF; /* 見出しの背景色 */
      position: relative;
      list-style: none; /* 矢印を消す */
      cursor: pointer;
      padding: 10px 38px 10px 10px;
    }
    .accordion__summary::-webkit-details-marker {
      display: none;
    }
    .accordion__summary::after {
      content: "+";
      font-size: 1.4em; /* 記号のサイズ */
      position: absolute;
      left: 20px;
      top: 50%;
      transform: translateY(-50%);
    }
    .accordion[open] .accordion__summary::after {
      content: "−";
    }
    .accordion__detail {
      padding: 4px 10px;
      margin: 10px 0;
    }
    .accordion__text {
      margin: 0;
    }


/*会社情報*/


/*問い合わせ*/
#toiawaseimg{
  text-align: center;
  margin: 0 auto;
}

#toiawaseimg img{
  text-align: center;
width: 40%;
margin: 20px auto;
}

/*問い合わせ*/


/*実績画像*/
#sample {  

  display: flex;
  justify-content: center;
  margin:70px auto 50px auto;
  max-width: 45%;
  flex-wrap: wrap;
}

 #item {
  flex: none;
  margin: 15px 5px 15px 5px;
  width: 40%;
  text-align: center;
}

#sample img {
  width: 90%;
}



#sample04 {  
  display: flex;
  justify-content: center;
  margin:10px auto;
  max-width:50%;
  flex-wrap: wrap;
}

 #item04 {
  flex: none;
  margin: 5px;
  width: 30%;
  text-align: center;
}

#sample04 img {
  width: 90%;
  margin-top: 20px;
}

/*実績画像*/




/*続きを読む*/
.cp_box *, .cp_box *:before, .cp_box *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_box {
	position: relative;
}
.cp_box label {
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: 100%;
	height: 140px; /* グラデーションの高さ */
	cursor: pointer;
	text-align: center;
	/* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
	background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
}
.cp_box input:checked + label {
	background: inherit; /* 開いた時にグラデーションを消す */
}
.cp_box label:after {
	line-height: 2.5rem;
	position: absolute;
	z-index: 2;
	bottom: 20px;
	left: 50%;
	width: 16rem;
	font-family: FontAwesome;
	content: ' 続きを読む';
	transform: translate(-50%, 0);
	letter-spacing: 0.05em;
	color: #ffffff;
	border-radius: 20px;
	background-color: rgba(27, 37, 56, 1);
}
.cp_box input {
	display: none;
}
.cp_box .cp_container {
	overflow: hidden;
	height: 300px; /* 開く前に見えている部分の高さ */
	transition: all 0.5s;
}
.cp_box input:checked + label {
	/* display: none ; 閉じるボタンを消す場合解放 */
}
.cp_box input:checked + label:after {
	font-family: FontAwesome;
	content: ' 閉じる';
}
.cp_box input:checked ~ .cp_container {
	height: auto;
	padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
	transition: all 0.5s;
}
/*続きを読む*/



/*注釈*/
#注釈 {
  margin: 50px auto;
 }

#注釈 p{
  text-align: center;
 font-size: 15px;
}

/*注釈*/


}




/*========= スマホ ===============*/
@media only screen and  (max-width : 481px) {
    


/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
.pc { display: none !important; }
.sp { display: block !important; }

  /* パソコンで見たときのみ改行 */
  .br-pc {display: none; }



/*h1はじめ*/

#kongetsu{
  display: flex;
  margin: 40px auto 20px auto;
  align-items: center;
  max-width: 100%;
}

#kongetsu h1{
  font-size: 30px;
  font-weight: 900;
  color: #F6AC2D;
}


#kongetsu::before,
#kongetsu::after  {
  content: "";
  height: 3px;
  flex-grow: 1;
  border-bottom: dotted #3DB156;
}

 
#kongetsu::before {
  margin-right: 1rem;
}
 
#kongetsu::after {
  margin-left: 1rem;
}

/*h1おわり*/



  
/*追従バナーはじめ*/

/*========= 上部固定させるためのCSS ===============*/
#header{
 height: 70px;/*高さ指定*/
 width:100%;/*横幅指定*/
 /*以下はレイアウトのためのCSS*/
 display: flex;
 justify-content: space-between;
 align-items: center;
 background: #fff;
 text-align: center;
 padding: 20px;
 position: fixed;/*fixedを設定して固定*/
 z-index: 80;/*最前面へ*/
  bottom:0;/*位置指定*/
  left: 0;
}




/*========= レイアウトのためのCSS ===============*/




nav ul{
 list-style: none;
 display: flex;
 justify-content: center;
}


nav ul li img{
 width: 70%;
}




/*追従バナーおわり*/

    



/*ハンバーガーメニューはじめ*/
.menu-btn {
  position: fixed;
  bottom: 120px;
  right: 20px;
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  background-color: #333;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #ffffff;
  position: absolute;
}
.menu-btn span:before {
  bottom: 8px;
}
.menu-btn span:after {
  top: 8px;
}

#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}

#menu-btn-check {
  display: none;
}


.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  background-color: #333;
}
.menu-content ul {
  padding: 70px 10px 0;
  font-size: 20px;
}
.menu-content ul li {
  border-bottom: solid 1px #ffffff;
  list-style: none;

}
.menu-content ul li a {
  display: block;
  width: 100%;
  font-size: 20px;
  box-sizing: border-box;
  color:#ffffff;
  text-decoration: none;
  padding: 10px 15px 10px 0;
  position: relative;
}
.menu-content ul li a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  transform: rotate(45deg);
  position: absolute;
  right: 15px;
  top: 20px;
}

.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;/*leftの値を変更してメニューを画面外へ*/
  z-index: 80;
  background-color: rgba(51,51,51,0.9);
  transition: all 0.5s;/*アニメーション設定*/
}


#menu-btn-check:checked ~ .menu-content {
  left: 0;/*メニューを画面内へ*/
}

/*ハンバーガーメニューおわり*/

/*TOP画像はじめ*/
#top img{
  width: 100%;
}
/*TOP画像おわり*/






/*3つのポイントはじめ*/
.flexbox div{

}

.flexbox img{
width: 95%;
}



.flexbox{
  display:flex;
  justify-content: center;
  max-width: 100%;
  margin: 20px auto;
  text-align: center;
}

/*3つのポイントおわり*/



/************************************
** 買取商品スライダーはじめ
************************************/
.slide-wrap{
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  padding:0 0 1em;
  margin:10px 0 10px 0;
  scroll-behavior: smooth;
}
.slide-wrap .slide-content{
  flex: 0 0 90%;
  margin: 0 10px;
  height:100%;
}

.slide-wrap .slide-content {
   flex: 0 0 70%;
   margin: 0px 5px;
   scroll-snap-align:center;

}

.slide-content img{
  width: 70%;
}


/************************************
** 買取商品スライダーおわり
************************************/



/* 査定対象商品はじめ*/
#査定対象商品title{
  text-align: center;
}

#査定対象商品title img{
  width: 90%;
}


#sample02 {  
  display: flex;
  justify-content: center;
  margin:10px auto;
  max-width: 100%;
  flex-wrap: wrap;
}

 #item02 {
  flex: none;
  margin: 5px;
  width: 47%;
  text-align: center;
}

#sample02 img {
  width: 90%;
  margin-top: 20px;
}

#item02 h4{
font-size: 20px;
font-weight: bold;
margin-bottom: 10px;
}



  /* 詳しくはこちら*/
  section {
    max-width: 300px;
    margin: 100px auto;
  }
  /*=============
  a.btn_03
  =============*/
  a.btn_03 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
     margin: 0 auto;
    position: relative;
    background: #65b831;
    border: 1px solid #65b831;
    border-radius: 30px;
    box-sizing: border-box;
    padding: 0 45px 0 25px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.3;
    text-align: left;
    text-decoration: none;
    transition-duration: 0.3s;
  }
  a.btn_03:before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 25px;
    margin-top: -6px;
  }
  a.btn_03:hover {
    background: #fff;
    color: #65b831;
  }
  a.btn_03:hover:before {
    border-top: 2px solid #65b831;
    border-right: 2px solid #65b831;
  }

  


/* 査定対象商品おわり*/

/* その他査定商品はじめ*/

#sample03 {  
  display: flex;
  justify-content: center;
  margin:70px auto 50px auto;
  max-width: 100%;
  flex-wrap: wrap;
}

 #item03 {
  flex: none;
  margin: 5px;
  width: 30%;
  text-align: center;
}

#sample03 img {
  width: 90%;
}



#item03 p{
  margin-top: 5px;
  text-align: center;
  font-size: 18px
  }
  


  #setsumei p{
   
    margin-top: 20px;
    text-align: center;
    font-size:18px;
    }
/* その他査定商品おわり*/



/* クーポンはじめ*/
#coupon{
  text-align: center;
  margin: 40px auto;
}

#coupon img{
  width: 95%;
}

#couponbun{
  text-align: center;
  margin: 5px 0;
  font-size: 20px;
  font-weight: bold;
}

/* クーポンおわり*/


/* こんな状態もタイトル*/

#konnajoutai h2{
  margin: 60px 0 20px 0;
  border-bottom: dotted 2px #65b831;
  text-align: center;
font-size: 30px;
font-weight: 900;
color: #F6AC2D;
}

/* こんな状態もタイトル*/

/*こんな状態もOK画像*/



#sample03 {  
 
  display: flex;
  justify-content: center;
  margin:10px auto;
  max-width: 100%;
  flex-wrap: wrap;
}

 #item03 {
  flex: none;
  margin: 5px;
  width: 30%;
  text-align: center;
}

#sample03 img {
  width: 100%;
  margin-top: 10px;
}

#item03 h4{
  font-size: 18px;
}

/*こんな状態もOK画像*/


/*タブメニューtitle*/

#査定対象商品title02{
  text-align: center;
  margin: 60px 0 20px 0;
}

#査定対象商品title02 img{
  width: 90%;
}
/*タブメニューtitle*/



/*タブメニュー*/

.tab-wrap {

  display: flex;
  flex-wrap: wrap;
  margin:20px 0;
}
.tab-wrap:after {
  content: '';
  width: 100%;
  height: 3px;
  background: #65b831;
  display: block;
  order: -1;
}
.tab-label {
  font-size: 20px;
  font-weight: bold;
  color: White;
  background: rgb(164, 164, 164);
  -weight: bold;
  text-shadow: 0 -1px 0 rgba(0,0,0,.2);
  white-space: nowrap;
  text-align: center;
  padding: 10px .5em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  flex: 1;
}
.tab-label:not(:last-of-type) {
  margin-right: 5px;
}
.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

#tabsetsumei01{
  margin: 20px 0;

  text-align: center;
  font-size: 20px ;
}

/* アクティブなタブ */
.tab-switch:checked+.tab-label {
  background:  #65b831;
}
.tab-switch:checked+.tab-label+.tab-content {
  background-color: #fff;
  height: 20%;
  width: 100%;
  overflow: auto;
  padding: 15px;
  opacity: 1;
  transition: .5s opacity;
  box-shadow: 0 0 3px rgba(0,0,0,.2);
}
/* ラジオボタン非表示 */
.tab-switch {
  display: none;
}



/******
/************************************
** 買取方法画像
************************************/

#tejun{
  text-align: center;
}

#tejun img{
  width: 100%;
}

/***買取方法画像おわり
************************************/

/*タブメニュー*/


/* 選ばれる理由 */
#riyu_title{
  text-align: center;
  margin: 60px auto;
}

#riyu_title img{
  width: 90%;
  text-align: center;
}




#erabare {  
 
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin:70px auto;
  max-width: 100%;
}

 #erabareitem {
  flex: none;
  margin: 5px;
  width: 45%;
  text-align: center;
}

#erabare img {
  width: 80%;

}

#erabareitem h4{
  margin-top: 10px;
font-size: 18px;
font-weight: bold;
}
#erabareitem p{
  margin: 15px 0;
  text-align: center;
  font-size: 11px;
  line-height: 25px;
  }
  
  



/*選ばれる理由*/




/*ご意見*/

#ご意見{
  background-color: #65b831;
  margin: 50px 0;
  padding: 50px 0;
}

#ご意見 p{
  margin-top: 20px;
  color: #fff;
  text-align: center;
  font-size: 17px;
  line-height: 30px;
}



#査定対象商品title03{
  text-align: center;
}

#査定対象商品title03 img{
  width: 95%;
}


#kuchikomiimg {
  text-align: center;
  margin: 30px 0;
}

#kuchikomiimg img{
  margin: 5px 0;
  width: 95%;
}

/*ご意見*/








/*よくある質問*/

#QandA{
 
  margin: 0 auto 60px auto ;

}

.accordion-002 {
  font-size: 15px;
  max-width: 100%;
  margin-bottom: 7px;
  border: 2px solid #65b831;
  border-radius: 25px;
}

.accordion-002 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  background-image: url('file:///C:/Users/user/Desktop/%E3%81%AF%E3%81%AA%E3%81%BE%E3%82%8BLP%E4%BF%AE%E6%AD%A3/sozai_57.webp');
  background-position: right calc(2em - 7px) center;
  background-size: 22px;
  background-repeat: no-repeat;
  color: #65b831;
  font-weight: 600;

  cursor: pointer;
}

.accordion-002 summary::-webkit-details-marker {
  display: none;
}

.accordion-002 summary::before,
.accordion-002 summary::after {
  position: absolute;
  right: calc(2em + 2.5px);
  width: 3px;
  height: 10px;
  border-radius: 5px;
  background-color: #fff;
  content: '';
}

.accordion-002 summary::before {
  rotate: 90deg;
}

.accordion-002 summary::after {
  transition: rotate .3s;
}

.accordion-002[open] summary::after {
  rotate: 90deg;
}

.accordion-002 p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 0 2em 1.5em;
  color: #333333;
  transition: transform .5s, opacity .5s;
}

.accordion-002[open] p {
  transform: none;
  opacity: 1;
}




/*よくある質問*/




/*会社情報*/


#hanamaru{
  background-color: #ededed;
  padding-bottom: 150px;
 
  text-align: center;
}

    #概要 {
      font-size: 12px;
      line-height: 20px;
      padding-top:  20px;
      margin-bottom: -20px;
      text-align: center;
     }

     #概要 h3 {
      margin-bottom: 20px;
     }

     
    #概要 p {
      text-align: center;
      margin-bottom: 10px;
     }



    
     .accordion {
      margin: 2em auto;
      max-width: 100%;
    }
    .accordion__summary {

      display: block;
      background: #FFF; /* 見出しの背景色 */
      position: relative;
      list-style: none; /* 矢印を消す */
      cursor: pointer;
      padding: 10px 38px 10px 10px;
    }
    .accordion__summary::-webkit-details-marker {
      display: none;
    }
    .accordion__summary::after {
      content: "+";
      font-size: 1.4em; /* 記号のサイズ */
      position: absolute;
      left: 20px;
      top: 50%;
      transform: translateY(-50%);
    }
    .accordion[open] .accordion__summary::after {
      content: "−";
    }
    .accordion__detail {
      padding: 4px 10px;
      margin: 10px 0;
    }
    .accordion__text {
      margin: 0;
    }


/*会社情報*/
    

/*問い合わせ*/
#toiawaseimg{
  text-align: center;
}

#toiawaseimg img{
width: 100%;
margin: 10px 0;
}

/*問い合わせ*/




/*実績画像*/
#sample {  

  display: flex;
  justify-content: center;
  margin:10px auto;
  max-width: 100%;
  flex-wrap: wrap;
}

 #item {
  flex: none;
  margin: 5px;
  width: 47%;
  text-align: center;
}

#sample img {
  width: 100%;
  margin-top: 20px;
}



#sample04 {  
  display: flex;
  justify-content: center;
  margin:10px auto;
  max-width: 100%;
  flex-wrap: wrap;
}

 #item04 {
  flex: none;
  margin: 5px;
  width: 47%;
  text-align: center;
}

#sample04 img {
  width: 100%;
  margin-top: 10px;
}

/*実績画像*/


/*続きを読む*/
.cp_box *, .cp_box *:before, .cp_box *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_box {
	position: relative;
}
.cp_box label {
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: 100%;
	height: 140px; /* グラデーションの高さ */
	cursor: pointer;
	text-align: center;
	/* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
	background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
}
.cp_box input:checked + label {
	background: inherit; /* 開いた時にグラデーションを消す */
}
.cp_box label:after {
	line-height: 2.5rem;
	position: absolute;
	z-index: 2;
	bottom: 20px;
	left: 50%;
	width: 16rem;
	font-family: FontAwesome;
	content: ' 続きを読む';
	transform: translate(-50%, 0);
	letter-spacing: 0.05em;
	color: #ffffff;
	border-radius: 20px;
	background-color: rgba(27, 37, 56, 1);
}
.cp_box input {
	display: none;
}
.cp_box .cp_container {
	overflow: hidden;
	height: 250px; /* 開く前に見えている部分の高さ */
	transition: all 0.5s;
}
.cp_box input:checked + label {
	/* display: none ; 閉じるボタンを消す場合解放 */
}
.cp_box input:checked + label:after {
	font-family: FontAwesome;
	content: ' 閉じる';
}
.cp_box input:checked ~ .cp_container {
	height: auto;
	padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
	transition: all 0.5s;
}
/*続きを読む*/



/*注釈*/
#注釈 {
  margin: 20px 0;
 }

#注釈 p{
 font-size: 13px;
}

/*注釈*/



  }