@charset "UTF-8";

/* 共通
-------------------------------------------------------------- */
body {
    height: 100%;
    padding: 50px 0;
    margin: 20px 0 0 ;
    text-align: center;
}

.wrapper {
    width: 960px;
    /*min-height: 580px;*/
    margin: 0 auto;
    padding: 30px;

}
a {
    text-decoration: none;
    color: black;
}
li {
    list-style: none;
}

.fRed{
  color:#ff0000;
}
.bl{
  font-weight: bold;
}
.pT10{
	padding-top: 10px;
}
.pT30{
	padding-top: 30px;
}
.pT50{
	padding-top: 50px;
}
.pT100{
	padding-top: 100px;
}
.mgT10{
	margin-top: 10px;
}
.cnt{
	text-align: center;
}

.w60{
	width: 60% !important;
}

.w50{
	/*width: 50%;*/
	width: 46%;
}

.h600{
	height: 600px;
}

@media screen and (max-width: 798px){
	.w150{
		width: 150% !important;
	}
	.w60{
		width: 100%;
	}
	
	.w50{
		width: 100%;
	}
	.h600{
		height: auto;
	}
}

#products {
    width: 960px;
    margin: 0 auto;    
	text-align:left;
	padding-top: 55px;
	padding-bottom: 50px;
}

#products .container {
	padding-bottom: 20px;
}

#products img {
    width: 100%;
}

#products h2.ttl {
	margin:0 auto 50px;
	font-size:18px;
	width: 100%;
	text-align:center;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	letter-spacing:0.1em;
}
#products h2.ttl span {
    border-bottom: 3px solid #666;
	padding: 0 0 7px;
}

#products .column {
	text-align:center;
}

#products ul li.product_list {

}

#products .label_image {
    width: auto;
}



#products ul li.product_list, #products ul li.product_list a {
    display: inline-block;
    display: block/9;
    height: 300px;
    text-align: center;
    width: 300px;
    z-index: 999;
}

#products ul li.product_list a {
    width: 300px;
    height: 300px;
    display: block;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=00)";  /* ie 8 */
    -moz-opacity:0;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0;              /* Safari 1.x */
    -webkit-font-smoothing: antialiased;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

#products ul li.product_list a:hover {
    width: 300px;
    height: 300px;
    display: block;
    opacity: 1;
    filter: alpha(opacity=0);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=00)";  /* ie 8 */
    -moz-opacity:0;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0;              /* Safari 1.x */
}

#products ul.item_lists li.product_list a .item_meta {
    width: 252px;
    height: 45px;
    padding: 102px 24px 115px;
    margin-top: 1px;
    /*margin: -195px auto 0;*/
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.8);
    position: relative;
    z-index: 1;
}

#products ul.item_lists li.product_list a .item_meta .detail {
    width: 300px;
    height: 40px;
    margin-top: 61px;
    margin-left: -24px;
    background-color: #898989;
}

#products ul.item_lists li.product_list a .item_meta .detail p {
    color: #ffffff;
    font-size: 13px;
    padding: 10.5px 0;
    text-align: center;
}

#products ul li.product_list .image_container {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

#products ul.item_lists li.product_list a .soldout_meta {
    width: 252px;
    height: 45px;
    /*margin: -246px auto 0;*/
    margin-top: 1px;
    padding: 50px 24px 165px;
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.8);
    position: relative;
    z-index: 1;
}

#products ul.item_lists li.product_list a .soldout_meta p {
    font-size: 20px;
    color: #FF7C8E;
    text-align: center;
    margin-bottom: 20px;
}

#products ul.item_lists li.product_list a .soldout_meta .detail {
    width: 300px;
    height: 40px;
    margin-top: 63px;
    margin-left: -24px;
    background-color: #898989;
}

#products ul.item_lists li.product_list a .soldout_meta .detail p {
    color: #ffffff;
    font-size: 13px;
    padding: 10.5px 0;
    text-align: center;
}

#products ul li.product_list a .image_container {
    width: 300px;
    height: 300px;
    display: block;
    background-color: #ffffff;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

#products ul li.product_list a .image_container:hover .item_meta {
    opacity: 1;
}

#products ul li.product_list a .image_container:hover  {
    opacity: 0.08;
}

#products ul li.product_list a .image_container:hover .soldout_meta {
    opacity: 1;
}

#products ul li.product_list .image_container:hover  {
    opacity: 0.08;
    filter: alpha(opacity=8);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=8)";  /* ie 8 */
    -moz-opacity:0.08;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.08;              /* Safari 1.x */
    zoom:1;
}

#products ul.item_lists li.product_list a .soldout_meta h2 {
    width: 100%;
    height: 44px;
    line-height: 1.5em;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 30px;
    text-decoration: line-through;
    /*text-overflow: ellipsis;*/
    /*white-space: nowrap;*/
    text-align: center;
}

#products ul.item_lists li.product_list .image_container img {
    max-width: 300px;
    max-height: 300px;
    vertical-align: middle;
}

#products ul.item_lists li.product_list h2 {
    width: 100%;
    height: 44px;
    line-height: 1.5em;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 30px;
    /*text-overflow: ellipsis;*/
    /*white-space: nowrap;*/
    text-align: center;
}

#products ul.item_lists .product_list .price {
    font-size: 14px;
    color: #000000;
    text-align: center;
}

#products .product_list .currency {
    font-size: 13px;
}

/* ヘッダー */
/* ----------------------------------------------------- */
.sp_only {
	display: none; }

#sysAll {
	max-width: 100%;
	background-color: transparent;
	padding: 0; }

#sysHeader {
	margin: 0;
	padding: 0; }

.sysContent {
	padding: 0 !important; }


#header_wrap {
	width: 100%;
	height: auto !important;
	background-color: white;
	background-size: 150px;
	background-repeat: repeat !important;
	border-top: 4px solid #dd0000;
	margin-top: 130px; }

#sysHeader {
	width: 100%;
	height: auto !important;
	overflow: hidden; }



@media screen and (max-width:660px){
#sysItemDetail .sysDisplayMobileNone{display: none;}

.sp_only {
	display: block; }

#sysAll {
	max-width: 100%;
	background-color: transparent;
	padding: 0; }

#sysHeader {
	margin: 0;
	padding: 0;
	overflow: visible; }

#header_wrap {
	width: 100%;
	border-top: 4px solid #dd0000;
	margin-top: 55px; }

#sysHeader {
	width: 100%;
	background-size: 100vw; }

}
@media screen and (min-width:661px) and (max-width:1200px){
#sysItemDetail .sysDisplayTabletNone{display: none !important;}

#sysAll {
	padding-bottom: 25px !important; }


#header_wrap {
	width: 100%;
	background-color: white;
	background-size: 150px;
	border-top: 4px solid #dd0000;
	margin-top: 0; }

#sysHeader {
	width: 100%;
	overflow: hidden; }

}

/* レイアウト
**********************************************************************/

#sysAll{
  width:100%;
  /*padding:5px;*/
  margin:0 auto;
  background-color:white;
}
#sysHeader{
  width:100%;
  /*padding:5px;
  margin:5px auto;*/
  clear:both;
  margin-bottom:10px;
}

/*
@media screen and (min-width:661px){
  #sysAll{
    max-width:960px;
  }
}
*/
@media screen and (max-width:660px){
    .sysDisplayMobileNone{
        display:none;
    }
}
@media screen and (max-width:660px){
    div.sysMemberAgreement{
        overflow: auto;
        -webkit-overflow-scrolling:touch;
    }
}
@media screen and (min-width:661px) and (max-width:1200px){
    .sysDisplayTabletNone{
        display:none;
    }
}
@media screen and (min-width:1201px){
    .sysDisplayPcNone{
        display:none;
    }
}

#infoWrapper{
    	background-color:  #fff;
	}
#infoWrapper .txt{
	font-size: 1.98vh;
	text-align:center;
    }
    
	#info h2.ttl span,
	#products h2.ttl span {
		color:  #333;
		border-color: #333;
		letter-spacing:0.1em;
		border-left: none;
	}
	#products h2.show_on_hover span{
	    border-bottom: 3px solid #666;
	    padding: 0 0 3px;
		color:  #333;
		/*border-color: #333;*/
		font-size:0.78rem;
		font-weight:bold;
		vertical-align: top;
		border-left: none;
	}
		
p.info_txt {
	font-size:0.75rem;
	text-align:center;
	color:#ff0000;
    padding: 3px 0;
}
p.detail {
	font-size:0.75rem;
	text-align:left;
	color:#000;
    padding: 3px 0;
}
p.detail2 {
	font-size:0.9rem;
	text-align:left;
	color:#000;
    padding: 3px
}
.price {
	font-size:1rem;
	text-align:left;
	color:#333;
}
.price_fR {
	font-size:1rem;
	text-align:left;
	color:#ff0000;
	font-weight:bold;
}
.line {
	background: -webkit-linear-gradient(transparent 60%, #ffc926 60%);
	background: -o-linear-gradient(transparent 60%, #ffc926 60%);
	background: linear-gradient(transparent 60%, #ffc926 60%);
}
		
	#products ul.product_list {
		/*position:absolute;*/
		text-align: center;
		margin-left: 40px;
}
	#products ul.product_list li {
		display: inline-block;
		width:32%;
		/*width:29.8%;
    	padding-right: 8%;*/
    	padding-right: 10%;
    	padding-bottom: 50px;
	    padding-left:0;
		vertical-align: top;
}
	/*Firefoxだけに適用されるCSSハック*/
    @-moz-document url-prefix() {
        #products ul.product_list li {
            width:32%;
			/*width:29.8%;*/
        }
    }
	#products ul.product_list li:nth-child(3n) {
    	padding-right:10%;
		display: inline-block;
		width:32%;
		/*width:29.8%;
    	padding-right: 10%;*/
    	padding-bottom: 50px;
		vertical-align: top;
	}
		
		
@media screen and (max-width: 767px){
	#products ul.product_list {
		margin-left: 0;
	}
	#products ul.product_list li {
		width:46.8% !important;
		/*width:29.8% !important;*/
    	padding-right:5%;
    	padding-bottom: 40px !important;
		padding-left:0;
	}
	/*Firefoxだけに適用されるCSSハック*/
    @-moz-document url-prefix() {
    	#products ul.product_list li {
			width:46.8% !important;
    		/*width:29.8% !important;*/
    	}
    }
	#products ul.product_list li:nth-child(4n) {
		width:46.8% !important;
		padding-right: 5%;
    	padding-bottom: 40px !important;
		padding-left:0;
	}
	#products ul.product_list li:nth-child(3n) {
		width:46.8% !important;
		/*padding-right:0;*/
    	padding-right:5%;
    	padding-bottom: 40px !important;
		padding-left:0;
	}		
}
@media screen and (max-width: 480px){
	#products ul.product_list li {
		width:47% !important;
		/*width:90% !important;
		width:46.8% !important;*/
    	padding-right: 3%;
    	padding-bottom: 30px !important;
		padding-left:0;
	}
	/*Firefoxだけに適用されるCSSハック*/
	@-moz-document url-prefix() {
		#products ul.product_list li {
			width:46.8% !important;
		}
	}
	.image-resize {
		width: 50%;
	}
	/*偶数の場合*/
	#products ul.product_list li:nth-child(even) {
		width:47% !important;
		/*width:90% !important;*/
    	padding-bottom: 30px !important;
		padding-left:3%;
    	padding-right: 0;
		margin-left:2px;
	}
}
		
.kakaku{
	float: left;
}
@media screen and (max-width: 798px){
	.kakaku{
		float: none;
	}
}
.row{
	margin-left:5px;
}
.row h2{
	font-size: 1.5rem;
	color: #000;
}
.item_lists .image_container{
	overflow:visible !important;
}
ul.bxslider > li > .img_box {
	position:relative !important;
}
ul.bxslider > li > .img_box > .label_image.detail {
	z-index:1;
}

/**-----------------------------------------
    詳細ページボタン
------------------------------------------*/
.btn_space {
	padding: 15px 0;
}

.detail_btn,
a.detail_btn,
button.detail_btn {
  /*font-size: 1.6rem;*/
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 1.8rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 0.5rem;
  background: #55d8ff;
}

a.detail_btn_color.detail_btn_cubic {
  border-bottom: 5px solid #0090bb;
}

a.detail_btn_color.detail_btn_cubic:hover {
  margin-top: 3px;
  border-bottom: 2px solid #0090bb;
}

a.detail_btn_radius {
  border-radius: 100vh;
}

.fa-position-right {
  position: absolute;
  top: calc(50% - .5em);
  right: 1rem;
}

/**-----------------------------------------
    商品購入ボタン
------------------------------------------*/
.buy-toggle{
	position:absolute;
	right:0;
	width:1.571em;
	height:1.571em;
	border:0;
	outline:0;
	background:0 0;
}
.buy-toggle svg[role=img]{
	width:1em;
	height:1em;
	-webkit-transition-duration:.4s;
	transition-duration:.4s;
	fill:#6accf0;
}
.buy {
    display: block;
    text-align: center;
    margin: 15px;
}

.buy button {
    font-size: 1.13rem;
    width: 380px;
    height: 2.666em;
    white-space: nowrap;
    letter-spacing: .05em;
    background: #3097c7;
    padding: .3em 3.5em;
    border-radius: 10em;
}
.buy button, [class*="btn-link"] a {
    line-height: 1;
    position: relative;
    display: inline-block;
    color: #fff;
    border: 0;
}
.buy button::after, .buy button::before, [class*="btn-link"] a::after {
    display: inline-block;
    content: '';
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
}
.buy button::before {
    position: absolute;
    top: calc(50% - .5em);
    left: 1.85em;
    width: 1em;
    height: 1em;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    background-image: url(/img/www/common/ico-chevron-right.svg);
    background-size: contain;
}
.buy button {
    font-size: 1.2rem;
    white-space: nowrap;
    letter-spacing: .05em;
}
.buy button, [class*="btn-link"] a {
    line-height: 1;
    color: #fff;
}
.buy button:hover {
	opacity: 0.7;
	cursor : pointer;
}

@media screen and (max-width:767px){
	.buy button {
	    font-size: 1.2rem;
	    white-space: nowrap;
	    letter-spacing: .05em;
	}
	.jobFont {
		font-size: 20px;
	}
	.buy{
		margin:20px 0;
	}
	.buy button{
		width:100%;
		white-space: normal;
	}
}

/*section table { width: 100%; }*/
section th, section td  { color:#333; padding: 10px; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; }
section th  { background: #F3F3F3; }
.detail_tbl th  { /*width: 20%; */font-size:0.9rem; font-weight:bold; text-align: left; }
.detail_tbl td  { font-size:0.80rem; text-align: left; }
@media only screen and (max-width: 480px) { 
  .detail_tbl { margin: 0 -10px; }
  .detail_tbl tr {
    display:block;
    margin-bottom: 10px;
  }
  .detail_tbl th {
    display:block;
    width: 100%;
  }
  .detail_tbl td {
    /*display: list-item;*/
    width: 99%;
    /*margin-left: 10%;*/
    border:none;
  }
}

/* 吹き出し本体 */
.balloon{
  position: relative;
  margin: 10px 0;
  padding: 5px 20px;
  background-color: #F00000;
  color: #fff;
  font-weight: bold;
  display: inline-block;     /* 横幅を自動で変更 */
}

/* beforeで三角を表現 */
.balloon::before{
  content: '';
  position: absolute;
  left: 20px;
  top: -15px;
  display: block;
  width: 0;
  height: 0;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #F00000;
  border-left: 15px solid transparent;
}

h3.detail {
  font-size: 1.4rem;
  color: #000;
  text-align: left;
  padding: 0.25em;
  border-top: solid 2px #6cb4e4;
  border-bottom: solid 2px #6cb4e4;
  background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
  background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
}

dd.flow_txt {
  margin-left: 0;
  font-size:13px;
}
.flow {
  padding-left: 120px;
  position: relative;
}
.flow::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
}
.flow > li {
  position: relative;
}
.flow > li:not(:last-child) {
  margin-bottom: 8vh;
}
.flow > li .icon {
  font-size: 12px;
  color: #fff;
  background: rgb(107,144,219);
  background: -moz-linear-gradient(left, rgba(107,144,219,1) 0%, rgba(102,213,233,1) 100%);
  background: -webkit-linear-gradient(left, rgba(107,144,219,1) 0%,rgba(102,213,233,1) 100%);
  background: linear-gradient(to right, rgba(107,144,219,1) 0%,rgba(102,213,233,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b90db', endColorstr='#66d5e9',GradientType=1 );
  padding: 8px 20px;
  display: block;
  position: absolute;
  top: 0;
  left: -120px;
}
.flow > li .icon::after {
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #66d5e9;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flow > li dl {
  padding-left: 70px;
  position: relative;
}
.flow > li dl::before,
.flow > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}
.flow > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #6b90db;
  border-radius: 50%;
  left: -4px;
}
.flow > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}
.flow > li dl dt {
  font-size: 20px;
  font-weight: 600;
  color: rgb(107,144,219);
  margin-bottom: 1vh;
}

/**-----------------------------------------
    ラベル
------------------------------------------*/
.bx-viewport {
	overflow:visible !important;
}
.label_image {
	position: absolute !important;
		top: -12px;
		left: -12px;
	height:70px;
	width: 70px;
	background: transparent !important;
}


.label_image.sp {
	background: transparent;
	height:50px;
	position: absolute !important;
	width: 50px;
	background: transparent;
}

#p_shopTop .label_image.sp {
	left: 2px;
	top: 3px;
}
#p_shopItemDetail .label_image.sp {
	left: 12px;
	top: 2px;
	padding: 0 !important;
}

#itemSlider > ul li > div {
	position:relative;
} 

.item_lists .image_container{
	overflow:visible !important;
}
ul.bxslider > li > .img_box {
	position:relative !important;
}
ul.bxslider > li > .img_box > .label_image.detail {
	z-index:1;
}

.img_box > a{
	position:relative;
} 
#content {

}
.item-container {
	overflow:visible !important;
}

.img-block {
	position:relative;
}
.img-block > .label_image {
	position:absolute;
}
.item-box .img-block {
	overflow:visible;
}
.item-box{
	overflow:visible;
}
body.tempTop section.item_list {
	overflow:visible;
}

a > .img_box{
	position:relative;
} 
.item_box section .img_box {
	overflow:visible;
}

li.column > a > .image_container {
	position:relative;
}
.product_list li {
	overflow:visible !important;
}
.product_list .image_container {
	overflow:visible !important;
}

/* clearfix */
.clearfix {
    zoom: 1;
}.clearfix:after {
     content: "";
     display: block;
     clear: both;
 }


/*====================================================================
 info
====================================================================*/
#info {
	width:880px;
	margin:0 auto 0;
	padding: 55px 40px 35px;
}
#info h2.ttl {
	margin:0 auto 50px;
	font-size:18px;
	width: 100%;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	letter-spacing:0.1em;
}
#info h2.ttl span {
    border-bottom: 3px solid #666;
	padding: 0 0 7px;
}


/*====================================================================
 jquery
====================================================================*/
/* jquery.bxslider */
.bx-wrapper{
    height: auto;
    width: 475px;
}
.bxslider{

}
.bxslider .img_box{
    height: 475px;
    line-height: 475px;
    text-align: center;
    vertical-align: middle;
    width: 475px;
	margin: 0 auto;
}
.bxslider .img_box img{
    max-height: 475px;
    max-width: 100%;
    vertical-align: middle;
}

/*====================================================================
 for firefox
====================================================================*/


@-moz-document url-prefix() {
    .product_list {margin-left: -1px;}
}

/*====================================================================
 for sp
====================================================================*/
@media screen and (max-width: 768px){
	#products {
    width: 92%;
    margin: 0 auto;
    text-align: left;
    padding-top: 45px;
    padding-bottom: 0px;
	}
	#info {
	width:86%;
	margin:30px auto 0;
	padding: 25px 7% 10px;
	}
}
@media screen and (max-width: 798px){
	.wrapper {
		width: 94%;
		padding: 0;
	}
	.tempDetail .kakaku {
    float: none;
    margin-right: 0;
	}
	.bxslider .img_box {
		width: 100%;
		height: auto;
    	line-height:normal;
	}
	.bx-wrapper {
    height: auto;
    width: 100%;
	}
	.tempDetail section.row {
    width: 100%;
	}
	.tempDetail .descri {
    width: 100%;
    margin: 0 0 20px;
    text-align: left;
	}
	.tempDetail section.row .twitter {
		width:35%;
		margin: 0 0 10px;
	}
	.tempDetail section.row .facebook {
		width:35%;
		margin: 0 0 10px;
	}
	.tempDetail #widget {
    	width: 35%;
    	float: left;
	margin: 0 0 0 0;
    	text-align: left;
	}
	#info {
    width: 86%;
    margin: 20px auto 10px;
    padding: 15px 7% 10px;
	}
	#info h2.ttl {
    margin: 0 auto 30px;
	}
	#products {
    width: 90%;
    padding-top: 25px;
	}
	#products h2.ttl {
    margin: 0 auto 30px;
	}
	#products .label_image {
		width: 50px;
    	height: inherit;
	}
}

.inner ul li {
    float: left;
    width: 280px;
    margin: 0 30px 20px 0;
    padding: 20px;
    background: #fff;
}

.inner ul li:nth-child(3n) {
    margin-right: 0;
}

.inner ul li dl dt {
    color: #0b409c;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}

.inner ul li dl dt span {
    position: relative;
    text-decoration: none;
    background: #fff;
    color: #0b409c;
    padding: 2px 15px;
    font-weight: bold;
    text-align: center;
    border-radius: 20px;
    border: #0b409c solid 2px;
}

.inner ul li dl dt span:before,
.inner ul li dl dt span:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 88px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    background: #0b409c;
}

.inner ul li dl dt span:before {
    right: -88px;
}

.inner ul li dl dt span:after {
    left: -88px;
}

.inner ul li dl dd img {
    margin-bottom: 10px;
}

.inner ul li dl dd strong {
    font-weight: bold;
}

.inner ul li dl dd a {
    color: #0b409c;
}

.inner ul li dl dd a:hover {
    text-decoration: underline;
}

.inner ul li dl dd p span {
    font-weight: bold;
    color: #0b409c;
}

.inner ul li dl dd p {
    font-size: 14px;
    line-height: 140%;
    text-align: center;
}

@media screen and (max-width: 767px) {
	.inner {
        width: 100%;
    }

    .inner ul li {
        float: none;
        width: 95%;
        margin: 0 auto 10px;
        display: block;
    }
    .inner ul li:nth-child(3n) {
        margin-right: auto;
    }
    .inner ul li dl dd img {
        display: block;
        width: 285px;
        margin: 0 auto;
    }
}

/* table PC横 SP縦 バージョン */
.size_tbl {
	width: 100%;
}
@media screen and (max-width: 640px) {
  .size_tbl tr {
    display: block;
    float: left;
  }
  .size_tbl tr td, 
  .size_tbl tr th {
    border-left: none;
    display: block;
    /*height: 50px;*/
  }
  .size_tbl thead {
    display: block;
    float: left;
    width: 30%;
  }
  .size_tbl thead tr {
    width: 100%;
  }
  .size_tbl tbody {
    display: block;
    float: left;
    width: 70%;
  }
  .size_tbl tbody tr {
    width: 50%;
  }
  .size_tbl tr td + td {
    border-left: none;
  }
  .size_tbl tbody td:last-child {
    border-bottom: solid 1px #ccc;
  }
}

