@charset "utf-8";

/* サブカテ非表示 */
/*.titlebar_list > .accordion {
	display: none;
 } /*

 /* 商品一覧消し */
 /* ul.itemlist {
	display: none;
}*/


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

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

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

#cate_wrap.faq > ul {
	padding: 30px 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: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
===================== */
#cate_wrap.faq section {
	padding: 50px 0 10px;

}

.faq section h2 {
	text-align: center;
	font-size: 18px;
	margin: 0;
	padding: 0;

}

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

.qa_wrap {
  margin: 22px auto 0;
  width: 100%;
}

.question {
  /*background: #eee;*/
  cursor: pointer;
  font-size: 14px;
	font-weight: bold;
  padding: 18px 40px 18px 50px;
  position: relative;
	border-top: 1px solid #eee;
	/*transition: all .5s ease;*/
}
.question:active {
	background-color: #f9f9f9;
}
.question:before {
  position: absolute;
  display: block;
  content: 'Q';
  top: 50%;
  left: 16px;
  color: #ccc;
	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;
}
.qa_wrap dd.answer {
	margin: 0;
}
.answer div {
	padding: 8px 20px 40px 50px;
}
.answer div:before {
  position: absolute;
  display: block;
  content: 'A';
  top: 0;
  left: 19px;
  color: #ccc;
  font-size: 24px;
	font-weight: bold;
}
.answer p {
	font-size: 13px;
}
.answer p span.p_small {
	display: block;
	margin-top: 10px;
	font-size: 12px;
}
.answer ul {
	margin: 0;
}
.answer ul li {
	width: 100%;
	font-size: 13px;
	margin-bottom: 28px;
}
.answer ul li:last-child {
	margin-bottom: 0;
}
.answer img {
	width: 100%;
	margin-top: 16px;
	vertical-align: top;
}
.answer ul.img_multiple li {
	margin: 0;
}

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

#cate_wrap.faq .btn {
	text-align: center;
	line-height: 4.2em;
	margin: 0 auto 50px;
}
#cate_wrap.faq .btn a {
	width: 70%;
	margin: 0 auto;
	display: block;
	border: 1px solid #444;
	font-size: 13px;
	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:active {
	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 {
    width: 100%;
    }

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

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

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

    #md_info h3 {
    padding: 20px;
    font-size: 15px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}

    #md_info h3::before,
    #md_info h3::after {
      background-color: #333333; /* 横線の色 */
      content: "";
      height: 1px; /* 横線の高さ */
      width: 55px; /* 横線の長さ */
    }
    #md_info h3::before {
      margin-right: 12px; /* 文字との余白 */
    }

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

    #md_info h4 {
    padding-top: 40px;
    font-size: 15px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    border-top: double;
    }

    #md_info .md_lead_tx {
    text-align: center;
    margin-bottom: 46px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
    }

    #md_info .md_lead_tx p {
      line-height: 180%;
    margin: 0px 10px;
    }

    #md_info .md_lead_tx2 {
    text-align: center;
    margin-bottom: 46px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    }

    #md_info .md_lead_tx2 p {
    line-height: 180%;
    margin: 0px 10px;
    margin-top: 10px;
    }

    .md_qr {
    background-color: #fbf9f1;
    padding-bottom: 20px;
    margin-bottom: 40px;
    display: flex;
    align-content: flex-start;
    flex-wrap: wrap;
    justify-content: space-around;
    }

    .md_qr .container {
    display: flex;
    justify-content: space-around;
    padding: 15px;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    padding-top: 0px;
    }

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

.md_qr .qr_tx {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}      
    

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

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

    .md_linkbtn {
      display: block;
      border-radius: 3px;
      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;
      width: 90%;
    }

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

    
		.md_cate {
			background-color: #fbf9f1;
			margin: 48px 0px;
			padding: 40px 0px 40px 0px;
			display: flex;
			justify-content: space-around;
			flex-wrap: wrap;
		}

		.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;
		}
