/*
 Theme Name:   LP_Designer_2CR_PTS Child
 Theme URI:    
 Description:  
 Template:     LP_Designer_2CR_PTS
 Version:      1.0.0
 Tags:         
 Text Domain:  
*/


@media (min-width: 768px) {
article.container {float: right !important;}
aside.container {float: left !important;}
}


.loop_new {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -ms-flexbox;
	display: -o-flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.loop_new_in {
	width: 48%;
	text-align: center;
	margin-bottom: 4%;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -ms-flexbox;
	display: -o-flex;
	flex-wrap: wrap;
	flex-direction: column;
}
.loop_new_image {
	width: 100%;
	min-height: 0%;
}
.loop_new_image img {
	max-width: 100%;
	height: auto;
	width /***/:auto;
}
.loop_new_in h3 {
	font-weight: normal;
	font-size: 90%;
	margin: 0 0 10px 0;
}
.loop_new_in .price {
	font-size: 90%;
	color: #ff4500;
	font-weight: bold;
	margin-top: auto;
}
.loop_new_image2 {
	width: 100%;
}
@media (min-width: 768px) {
.loop_new_in {
	width: 24%;
	margin-bottom: 1.3%;
}
.loop_new_image {
	width: 141px;
	margin: 0 auto;
}
.loop_new::before{
  content:"";
  display: block;
  width:24%;
  order:1;
}
.loop_new::after{
  content:"";
  display: block;
  width:24%;
}
}

/*-------------------------------------
　タイトルバー
-------------------------------------*/
h1.posttitle,
h2.posttitle,
h3.posttitle {
	color: #FFF;
	font-size: 16px;
	line-height: 1.6;
	font-weight: bold;
	margin: 0 0 12px 0;
	padding: 5px 10px 5px;
	border-left: 7px solid #ffcc33;
	background: #ff6c96;		
}
h4.posttitle {
	color: #FFF;
	font-size: 15px;
	line-height: 1.5;
	font-weight: bold;
	margin: 0;
	padding: 5px 10px 5px;
	border-left: 7px solid #ffcc33;
	background: #ff9999;		
}
h5.posttitle {
	color: #FFF;
	font-size: 14px;
	line-height: 1.4;
	font-weight: bold;
	margin: 0;
	padding: 5px 10px 5px;
	border-left: 7px solid #ffcc33;
	background: #ff99cc;		
}

h2.posttitle a {
	color: #FFF;		
}

h2.posttitle a:hover {
	padding-left: 15px;		
}
/* ------ ショッピングカートボタン属性 ------ */
.cart-btn {
  display       : block;
  border-radius : 5%;          /* 角丸       */
  font-size     : 10pt;        /* 文字サイズ */
  font-weight   : bold;	       /* 文字太さ   */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 9px 16px;    /* 余白       */
  background    : #ff6666;     /* 背景色     */
  color         : #ffffff;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  opacity       : 0.9;         /* 透明度     */
  transition    : .3s;         /* なめらか変化 */
}
.cart-btn:hover {
  opacity       : 1;           /* カーソル時透明度 */
}
.btn_wrapper{
   text-align:center;          /* ボタンの中央揃え */
}
/* ------  表の横スクロール  ------ */
.scroll-table {
 overflow: auto;
 white-space: nowrap;
 }

.scroll-table::-webkit-scrollbar {
 height: 5px;
 }
 .scroll-table::-webkit-scrollbar-track {
 border-radius: 5px;
 background: #f0f0f0;
 }
 .scroll-table::-webkit-scrollbar-thumb {
 border-radius: 5px;
 background: #f0f0f0;
 }

/* ------------   FAQ　------------------*/
.qaContainer dt {
 padding: 10px 10px 10px 35px;
 border-radius: 5px;
 background: #cce6ff;
 text-indent: -25px;
 }
 .qaContainer dt:before {
 content: "Q.";
 font-weight: bold;
 margin-right: 7px;
 }
 .qaContainer dd {
 margin: 20px 10px 40px 35px;
 text-indent: -25px;
 }
 .qaContainer dd:before {
 content: "A.";
 color: #1771c6;
 font-weight: bold;
 margin-right: 7px;
 }

/*-------------------------------------
　パンくずリスト修正
-------------------------------------*/
ol.wp_breadcrumb {
  margin-bottom: 15px;
  margin-left:1em;
  margin-right:1em;
}
.wp_breadcrumb > li {
  display: inline-block;
  padding: 0 10px 0 0;
  font-size:0.85rem;
}
.wp_breadcrumb > li a::after {
  content:">";
  padding-left:10px;
}
/*-------------------------------------
20240131 追加 コンタクトレンズ商品一覧について
-------------------------------------*/
.product_list_ttl{
	padding: 0 0 5px;
	margin: 20px 0 10px;
	border-bottom: 1px dotted #d3d3d3;
}
.product_list_ttl .logo{
	height: 2em;
}
.product_list_inner{
	display: flex;
	flex-wrap: wrap;
}
.product_list_inner li{
	width: 100%;
	display: flex;
	align-items: center;
}
.product_list_inner li::before{
	content: "●";
	color: #666;
}
.product_list_inner a{
	color: #666;
	font-size: 10px;
	transition: all .3s;
	text-decoration: none;
}
.product_list_inner a:hover{
	text-decoration: underline;
}
@media (min-width: 768px) {
	.product_list_inner li{
		width: 50%;
	}
}
