@charset "utf-8";

/* =====================
　　a
===================== */

#cate_wrap.faq a {
	color: #333;
	text-decoration: underline;
}


/* =====================
　　h1
===================== */

#cate_wrap.faq h1 {
	text-align: center;
	font-size: 28px;
	line-height: 2;
}

/* =====================
　　メニュー（ページ内リンク）
===================== */

#cate_wrap.faq > ul {
	padding: 40px 20px 20px;
	font-size: 14px;
}
#cate_wrap.faq > ul li {
	margin-top:1.2em;
	padding-left: 20px;
	position: relative;
}
#cate_wrap.faq > ul li:first-child {
	margin-top: 0;
}
#cate_wrap.faq > ul li a {
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
#cate_wrap.faq > ul li a:hover {
	text-decoration: underline;
}
#cate_wrap.faq > ul li a:before {
	content: " ";
	background: url(/cimages/common/arrow_down_black.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	margin-top: -3px;
	left: 0;
	background-size: 10px 7px;
	width: 10px;
	height: 7px;
}

/* =====================
　　section
===================== */
.faq section {
	padding: 60px 20px 20px;

}

.faq section h2 {
	text-align: center;
	font-size: 20px;

}

/*　qa
------------------------*/

.qa_wrap {
  margin: 30px auto 0;
  max-width: 760px;
  width: 100%;
}

.question {
  /*background: #eee;*/
  cursor: pointer;
  font-size: 15px;
	font-weight: bold;
  padding: 20px 50px 20px 60px;
  position: relative;
	border-top: 1px solid #eee;
	transition: all .5s ease;
}
.question:hover {
	background-color: #f9f9f9;
}
.question:before {
  position: absolute;
  display: block;
  content: 'Q';
  top: 50%;
  left: 20px;
	font-size: 24px;
	color: #ccc;
	line-height: 0;
	font-weight: bold;
}
.question:after {
  position: absolute;
  display: block;
  content: '';
  top: 40%;
  right: 22px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
  transform: rotate(135deg);
  /*transition: all .3s ease-in-out;*/
}
.question.open:after {
  transform: rotate(-45deg);
  top: 45%;
}

.answer {
  display: none;
  position: relative;
}
.answer div {
	padding: 14px 40px 40px 60px;
}
.answer div:before {
  position: absolute;
  display: block;
  content: 'A';
  top: 12px;
  left: 22px;
  color: #ccc;
  font-size: 24px;
	font-weight: bold;
}
.answer p {
	font-size: 13px;
	line-height: 1.8;
}
.answer p span.p_small {
	display: block;
	margin-top: 10px;
	font-size: 13px;
}


.answer ul li {
	width: 100%;
	font-size: 14px;
	/*margin-bottom: 30px;*/
	margin-bottom: 40px;
}
.answer li:last-child {
	margin-bottom: 0;
}
.answer img {
	/*width: 400px;*/
	width: 100%;
	margin-top: 20px;
	vertical-align: top;
}

.answer ul.img_multiple li {
	width: 320px;
	margin: 0 20px 0 0;
}
.answer ul.img_multiple li:nth-child(2n) {
	margin-right: 0;
}
.answer ul.img_multiple li img {
	width: 100%;
}

/* =====================
　　その他ボタン
===================== */

#cate_wrap.faq .btn {
	text-align: center;
	line-height: 5.2em;
	margin: 20px auto 70px;
}
#cate_wrap.faq .btn a {
	width: 70%;
	margin: 0 auto;
	display: block;
	border: 1px solid #444;
	font-size: 15px;
	text-decoration: none;
	box-sizing: border-box;
	border-radius: 6px;
	color: #444 !important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
#cate_wrap.faq .btn a:hover {
	border: 1px solid #999;
	color: #999!important;
	background-color:#f2f2f2;
	text-decoration: none;
}



/* ===================== ここまでFAQ ===================== */


    /*div#bread {
        display: none;
    }
    div#bread-crumb {
        display: none;
    }*/
    
    /* 商品一覧消し */
    /*.centerbox {
    display: none;
    }*/
    
    #md_info {
    margin: 10px 0 20px 20px;
    width: 670px;
    }

    .md_info img {
      text-align: center;
      width: 80px;
      margin: 40px 0px 30px 0px;
    }

    #md_info h1 {
      font-size:18px ;
      text-align: center;
      margin: 30px 0px;
    }

    #md_info h2 {
      font-size: 16px;
      text-align: center;
      margin-bottom: 20px;
    }

    #md_info h3, 
    #md_info h4 {
      padding: 40px 30px 10px 30px;
      font-size: 16px;
      text-align: center;
      align-items: center; /* 横線を上下中央 */
      display: flex; /* 文字と横線を横並び */
      justify-content: center; /* 文字を中央寄せ */
    }
    
    #md_info h3::before,
    #md_info h3::after,
    #md_info h4::before,
    #md_info h4::after {
      background-color: #333333; /* 横線の色 */
      content: "";
      height: 1px; /* 横線の高さ */
      width: 70px; /* 横線の長さ */
    }
    #md_info h3::before,
    #md_info h4::before {
      margin-right: 12px; /* 文字との余白 */
    }

    #md_info h3::after,
    #md_info h3::after,
    #md_info h4::after,
    #md_info h4::after {
      margin-left: 12px; /* 文字との余白 */
    }

    #md_info .md_lead_tx  {
      text-align: center;
      margin-bottom: 46px;
    }
    #md_info .md_lead_tx p {
      line-height: 180%;
      font-size: 13px;
    }


    #md_info .md_lead_tx2  {
      text-align: center;
      margin-bottom: 46px;
    }
    #md_info .md_lead_tx2 p {
      line-height: 180%;
      font-size: 13px;
    }


  .md_qr {
      background-color: #fbf9f1;
      width: 670px;
      padding-bottom: 1px;
      margin-bottom: 40px;
  }

    .md_qr .container {
      display: flex;
      justify-content: space-between;
      padding: 30px;
    }

    .md_qr img{
      text-align: left;
      width: 121px;
      margin: 0px;
      margin-bottom: 20px;
    }

    .md_qr .qr_tx {
      width: 55%;
    }

    .md_qr .qr_tx p {
    line-height: 180%;
    padding: 0px;
    margin: 0px;
    padding: 0px 0px 0px 10px;
    font-size: 13px;
    }   

    .md_qr .qr_info {
      font-weight: bold;
      font-size: 14px;
      text-align: center;
      line-height: 1%;
      width: 40%;
    }
    .md_qr .qr_info p{
      line-height: 160%;
      margin: 0px;
      padding: 0px;
      font-size: 13px;
    }    
    .md_qr .qr_info a{
      text-decoration: none;
      color: #333;
    }    

    .md_linkbtn {
      margin: 10px 175px 40px 175px;
      display: block;
      border-radius: 3px;
      font-weight: bold;
      color: #555;
      text-align: center;
      background-size: 5px;
      font-size: 14px;
      line-height: 40px;
      text-decoration: none;
      z-index: 1;
      border: 1px solid #444;
      transition: all 0.3s ease 0s;
    }

      .md_linkbtn a {
        color: #333;
        text-decoration: none;
    }
    
    .md_linkbtn:hover  {
      opacity: 0.6;
    }

		.md_cate {
			background-color: #fbf9f1;
			margin: 48px 0px;
			padding: 45px 0px 5px 0px;
		}

		.md_cate .md_cate_title{
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		}
		
		.md_cate .cate_tx {
			line-height: 180%;
			padding: 0px;
			margin: 30px 10px;
			font-size: 14px;
			font-weight: bold;
			text-align: center;
		}
		
		.md_cate .cate_tx p {
			margin: 15px 0 0 0 ;
			line-height: 180%;
			padding: 0px;
			font-size: 13px;
			font-weight: normal;
		}
		

