@charset "utf-8";
/* CSS Document */

/* フリーページ調整用 */

#Journal h1 {
	display: none;
}
.state_r{
	display: none;
}
h4.pt_a{
    font-size: 14px;
    margin: 30px 0 20px;
}
h4.pt_b{
    font-size: 14px;
    margin: 30px 0;
    border: solid 1px #000;
    padding: 10px 15px;
}
.expl{
    border-top: solid 1px #222;
    margin: 50px 0 20px;
    padding: 40px 0 0 0;
    font-size: 13px;
}
.expl-fixed{
    border: 1px solid #ccc;
    padding: 10px 15px 15px;
    margin: 0;
}
h3.cat-name{
    margin-top: 15px !important;
}
.journal-cont p{
    font-size: 14px;
    line-height: 190%;
    margin: 0 0 20px 0;
    letter-spacing: 0.01em;
}
#Journal p a{
	border-bottom: solid 1px #666;
}
#Journal hr{
    display: block;
    border-top: solid 1px #000;
    border-left: none;
    border-right: none;
    border-bottom: none;
    margin: 40px 0;
}
.journal-cont .bnr{
    margin: 0 0 20px 0;
}
.journal-cont .bnr p{font-weight: normal;line-height: 170%;margin: 5px 0 20px 0;}
.journal-cont .bnr_list_A .bnr p{
    margin: 5px 0 0;
    font-weight: bold;
    line-height: 190%;
}
#Journal .journal-cont .bnr_list_B .bnr p{
    margin: 5px 0 0 0;
    font-weight: bold;
}
.journal-cont .bnr_list_B .bnr p.txt{
    font-weight: normal;
}
.journal-cont .bnr_list_B .bnr p.txt{
    margin: 0 0 25px !important;
    font-weight: normal !important;
}
.journal-cont .bnr_list_C .bnr p.txt{
    margin: 0 0 10px;
}
.cat_list{
    margin: 0 0 30px 0;
}
.cat_list ul{
    display: flex;
    justify-content: space-between;
    margin: 0 0 5px 0;
    line-height: 160%;
}
.cat_list ul li{
    width: 48%;
}
.link{
    margin: 30px 0;
}
.link a{
    border-bottom: solid 1px #666;
    font-size: 14px;
}
.journal-cont .bnr_list_C{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 -30px 0;
}
.journal-cont .bnr_list_C .bnr{
    width: 48%;
}
.journal-cont .bnr_list_C .bnr p{
    margin: 5px 0 0;
    font-weight: bold;
}
.journal-cont .bnr_list_C .bnr p.txt{
    font-weight: normal;
}


/*ご利用案内*/
#shoping-guide{}
#shoping-guide p.red{
    line-height: 190%;
    font-weight: 500;
}
#shoping-guide p{
    line-height: 190%;
    margin: 0 0 30px 0;
    letter-spacing: 0.005em;
}
#shoping-guide p.img{
    margin: -10px 0 10px 0;
}
#shoping-guide a{}
#shoping-guide h3{
  margin: 40px 0 30px;
}
#shoping-guide h3 span{
    background: #dcdcdc;
    color: #333;
    font-size: 14px;
    padding: 10px 20px;
    border: none;
    font-weight: 500;
    display: block;
}
#shoping-guide h3+h4{
    margin: 30px 0 30px 0;
}
#shoping-guide h4{
    font-size: 14px;
    margin: 50px 0 30px 0;
}
#shoping-guide h5{
    font-size: 14px;
    font-weight: normal;
    margin: 0 0 5px 0;
}
#shoping-guide ul{
    padding: 0 0 0 20px;
}
#shoping-guide ul li{
    font-size: 14px;
    list-style-type: unset;
    margin: 20px 0;
    line-height: 190%;
}
#shoping-guide ul.bread li{
    margin: 5px 0;
}

/*TOPICS*/
#topics{
    position: relative;
}
#topics .selectdiv{
    position: relative;
    margin: 0 0 20px 0;
    text-align: right;
}

#topics select {
  background-image: url(https://www.estore-test24.com/images/arrow.svg);
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  width: 200px;
  padding: 8px 10px;
  outline: 0;
  -webkit-appearance: none;
  appearance: none; /* デフォルトの矢印を非表示 */
  border-radius: 3px;
  font-size: 14px;
  border: 1px solid #DDD;
  color: #222;
}
#topics .selectdiv:after {
    content: '';
    color: #333;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 15px;
    top: 0px;
    padding: 16px;
    border-bottom: 1px solid #DDD;
    position: absolute;
    pointer-events: none;
}
#topics select::-ms-expand {
  display: none; /* デフォルトの矢印を非表示(IE用) */
}
#topics select option{}
  
}
#topics #topics-list{
    padding: 60px 0 0 0;
}
#topics section{display: none;}
#topics ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#topics ul li{
    width: 48%;
    margin: 0 0 30px 0;
}
#topics ul li a p{
    font-weight: bold;
    margin: 0;
}

/*よくある質問*/
#faq{}
#faq h3{
    background: #dcdcdc;
    color: #333;
    font-size: 14px;
    padding: 10px 20px;
    margin: 30px 0 30px;
    border: none;
    font-weight: 600;
}
#faq h4{
    font-size: 14px;
    margin: 30px 0;
}
#faq h5{
    font-size: 14px;
    font-weight: normal;
    margin: 20px 0 5px 0;
    font-weight: 600;
}
#faq p{
    line-height: 190%;
    margin: 0 0 20px 0;
    letter-spacing: 0.005em;
}
#faq p.u{
    text-decoration: underline;
}
#faq p.u a{
    border: none;
}
.ac {
  margin: 0 auto;
}
.ac > li {
  list-style: none;
  margin: 0 0 30px 0;
}
.ac-label  {
  cursor: pointer;
  text-align: left;
  position: relative;
  border: 1px solid #222;
  padding: 6px 20px;
}
#faq .ac-label p{
    margin: 0;
}
.ac-content {
  display: none;
  padding: 0 0 25px 0;
  margin: 25px 0 30px;
  border-bottom: solid 1px #cacaca;
}
#faq .ac-content p:last-child{
    margin: 0;
}
.icon-wrap {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translatey(-50%);
  width: 38px;
  height: 38px;
}
.icon {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.icon:before,
.icon:after {
  position: absolute;
  content: "";
  display: block;
  transition: all 0.4s;
  background: #222;
  left: 50%;
  top: 50%;
  width: 40%;
  height: 0.1px;
  transform: translate(-50%, -50%);
}
.icon:before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.icon.open:before {
  transform: translate(-50%, -50%) rotate(0deg);
}


@media screen and (max-width: 950px) {
#main-column{
    width: 100%;
}
.news{
    width: 83%;
    margin: 0 auto 20px;
    padding: 3% 4%;
}
h4.pt_a{
    font-size: 15px;
    margin: 30px auto 20px;
    width: 92%;
}
h4.pt_b{
    font-size: 15px;
    margin: 30px auto;
    border: solid 1px #000;
    width: 84%;
    padding: 3% 4%;
}
.expl{
    border-top: solid 1px #222;
    margin: 20px auto 20px;
    padding: 40px 0 0 0;
    font-size: 13px;
    width: 92% !important;
}
.expl-fixed{
    border: 1px solid #ccc;
    padding: 10px 15px 15px;
    margin: 0;
    width: 100% !important;
}
h3.cat-name{
    margin-top: 15px !important;
}
#Journal p{
    font-size: 14px;
    line-height: 170%;
    margin: 0 auto 20px;
    letter-spacing: 0.01em;
    width: 92%;
}
#Journal p a{
	border-bottom: solid 1px #666;
}
#Journal hr{
    display: block;
    border-top: solid 1px #000;
    border-left: none;
    border-right: none;
    border-bottom: none;
    margin: 30px auto;
    width: 92%;
}
.journal-cont .bnr{
    margin: 0 auto 20px;
    width: 92%;
}
#Journal .journal-cont .bnr p{
    width: 100%;
    margin: 5px auto 10px;
    line-height: 170%;
}
#Journal .journal-cont .bnr_list_B .bnr p{
    margin: 5px 0 0 0;
}
.journal-cont .bnr_list_A{
    width: 92%;
}
.journal-cont .bnr_list_A .bnr{
    width: 48%;
    margin: 0 0 20px 0;
}
#Journal .journal-cont .bnr_list_B .bnr p.txt{
    margin: 0 0 25px;
    font-weight: 400;
}
.journal-cont .bnr_list_C .bnr p.txt{
    margin: 0 0 10px;
}
.cat_list{
    margin: 0 auto 30px;
    width: 92%;
}
#Journal .cat_list p{
    width: 100%;
    margin: 10px 0 20px 0;
}
.cat_list ul{
    display: block;
    justify-content: space-between;
    margin: 0;
}
.cat_list ul li{
    width: 100%;
    margin: 0 0 20px 0;
}
.cat_list ul li img{
    width: 100%;
    vertical-align: bottom;
}
.link{
    margin: 20px auto;
    width: 92%;
}
.link a{
    border-bottom: solid 1px #666;
    font-size: 13px;
}
.bnr_list_C{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 -30px 0;
}
.journal-cont .bnr_list_C .bnr{
    width: 48%;
    margin: 0 0 20px 0;
}
#Journal .journal-cont .bnr_list_C .bnr p{
    margin: 5px 0 0;
}
#Journal .journal-cont .bnr_list_C .bnr p.txt{
    font-weight: normal;
    margin: 5px 0 10px;
}
.youtube{
    width: 92%;
    margin: 0 auto;
}
#Journal .youtube p{
    width: 100%;
    margin: 5px auto 20px;
}
.journal-cont .bnr_list_B{
    width: 100%;
}
.journal-cont .bnr_list_C,.bnr_list_D{
    width: 93%;
    margin: 0 auto;
}
#itemList_wrap #pager-top{
    width: 92%;
    margin: 0 auto;
}
#bread-crumb{
    width: 92%;
    margin: 0 auto 15px;
}
/*ご利用案内*/
#shoping-guide{}
#shoping-guide p.red{
    line-height: 170%;
    font-weight: 500;
    width: 92%;
    margin: auto;
}
#shoping-guide p{
    line-height: 170%;
    margin: 0 0 20px 0;
    letter-spacing: 0.005em;
    width: 92%;
    margin: auto;
}
#shoping-guide p.img{
    margin: 0 auto 10px;
    width: 92%;
}
#shoping-guide a{}
#shoping-guide h3{
  margin: -26px 0 20px;
  padding: 56px 0 0 0;
}
#shoping-guide h3 span{
    background: #dcdcdc;
    color: #333;
    font-size: 14px;
    padding: 10px 15px;
    border: none;
    font-weight: 600;
    display: block;
}
#shoping-guide h3+h4{
    margin: 20px auto 10px;
    width: 92%;
}
#shoping-guide h4{
    font-size: 14px;
    margin: 30px auto 10px;
    width: 92%;
}
#shoping-guide h5{
    font-size: 14px;
    font-weight: normal;
    margin: 20px auto 5px;
    width: 92%;
    line-height: 170%;
}
#shoping-guide ul{
    padding: 0 0 0 20px;
    width: 86%;
    margin: auto;
}
#shoping-guide ul.bread{
    margin: 16px auto 0;
}
#shoping-guide ul li{
    font-size: 14px;
    list-style-type: unset;
    margin: 20px 0;
    line-height: 170%;
}

/*TOPICS*/
#topics{
    position: relative;
    width: 92%;
    margin: 0 auto;
}
#topics .selectdiv{
    position: relative;
    margin: 0 0 0 auto;
    text-align: right;
    width: 200px;
}

#topics select {
  background-image: url(https://www.estore-test24.com/images/arrow.svg);
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  width: 200px;
  padding: 8px 15px;
  outline: 0;
  -webkit-appearance: none;
  appearance: none; /* デフォルトの矢印を非表示 */
  border-radius: 3px;
  font-size: 16px;
  border: 1px solid #DDD;
  letter-spacing: 0.05em;
  color: #222;
}
#topics .selectdiv:after {
    content: '';
    color: #333;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 10px;
    top: 0px;
    padding: 19px;
    border-bottom: 1px solid #DDD;
    position: absolute;
    pointer-events: none;
}
#topics select::-ms-expand {
  display: none; /* デフォルトの矢印を非表示(IE用) */
}

#topics #topics-list{
    padding: 25px 0 0 0;
}
#topics #topics-list p{
    margin: 0 auto;
    width: 100%;
}
#topics section{display: none;}
#topics ul{
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
}
#topics ul li{
    width: 100%;
    margin: 0 0 30px 0;
}
#topics ul li img{
    width: 100%;
}
#topics ul li a p{
    font-weight: bold;
    margin: 0;
}

/*よくある質問*/
#faq{}
#faq h3{
    font-size: 14px;
    padding: 10px 15px;
    margin: 30px 0 20px;
    border: none;
    font-weight: 600;
}
#faq h4{
    font-size: 14px;
    margin: 20px auto;
    width: 92%;
}
#faq h5{
    font-size: 14px;
    font-weight: normal;
    margin: 20px auto 5px;
    font-weight: 600;
    width: 92%;
}
#faq .ac-content h5{
    width: 100%;
}
#faq .ac-content p{
    width: 100%;
}
#faq p{
    line-height: 170%;
    margin: 0 auto 20px;
    letter-spacing: 0.005em;
    width: 92%;
}
#faq p.u{
    text-decoration: underline;
}
#faq p.u a{
    border: none;
}
.ac {
  margin: 0 auto;
  width: 92%;
}
.ac > li {
  list-style: none;
  margin: 0 0 20px 0;
}
.ac-label  {
  cursor: pointer;
  text-align: left;
  position: relative;
  border: 1px solid #222;
  padding: 6px 15px;
}
#faq .ac-label p{
    margin: 0;
}
.ac-content {
  display: none;
  padding: 0 0 15px 0;
  margin: 15px 0 20px;
  border-bottom: solid 1px #cacaca;
}
#faq .ac-content p:last-child{
    margin: 0;
}
.icon-wrap {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translatey(-50%);
  width: 38px;
  height: 38px;
}
.icon {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.icon:before,
.icon:after {
  position: absolute;
  content: "";
  display: block;
  transition: all 0.4s;
  background: #222;
  left: 50%;
  top: 50%;
  width: 40%;
  height: 1px;
  transform: translate(-50%, -50%);
}
.icon:before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.icon.open:before {
  transform: translate(-50%, -50%) rotate(0deg);
}

}