@charset "UTF-8";
/*------------------------------------------------------------Content*/
/*PubBox*/
/* 画像 */
[class^="pubbox"] figure {
	margin-bottom: 10px;
}
[class^="pubbox"] img {
    margin-bottom: 0;
}
[class^="pubbox"] a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
[class^="pubbox"] figcaption {
    font-size: 0.875em;
}
@media print, screen and (min-width:768px) {
    .pubbox .phbox_right {
        margin-left: 20px;
    }
    .pubbox .phbox_left {
        margin-right: 20px;
    }
    .pubbox figure {
        width: 250px;
    }
}
/* 本文 */
.pubbox .pub_text_area {
	zoom: 1;/*ie6*/
	overflow: hidden;	
}
.pubbox .pub_text {
	line-height: 1.5;
	text-align: left;
    margin-bottom: 1em;
}
/* 商品詳細 */
.pub_detail {
  margin-bottom: 20px;
  background: #deeefe;
  padding: 15px 20px;
  line-height: 1.8;
    text-align: left;
}
.pub_detail {
  font-size: 16px;
}
.pub_detail p {
  font-size: 14px;
	line-height: 1.7;
}
.pub_detail p.price_dd {
  font-size: 12px;
}
.pub_detail p.price_dd .price_tx {
  display: inline-block;
  margin-left: 0.3em;
  font-size: 14px;
  color: #cc0000;
}
.pub_detail p.price_dd .price {
  font-size: 16px;
  font-weight: 800;
}
.pub_detail p.dd_notes {
  margin-top: 0.5em;
  padding-top: 0.5em;
  border-top: 1px dotted #0e60b6;
  font-weight: bold;
}
/* 備考 */
.pub_note {
    margin-bottom: 20px;
}
.pub_note_text {
    text-align: left;
}

.mokuji_area {
	padding: 0;
}

.mokuji_area h4 {
	text-align: left;
	margin-bottom: 20px;
}

.mokuji_ul {
	
}

.mokuji_ul > li {
	margin-bottom: 15px;
	text-align: left;
}

.mokuji_ul li h6 {
	font-size: 13px;
	margin-top: 0.5em;
	margin-left: 1em;
}

.mokuji_ul li .in_ul {
	margin-top: 0.5em;
	margin-left: 1em;
}

.mokuji_ul li h6 + .in_ul {
	margin-left: 2em;
}

.mokuji_ul li .in_ul li {
	font-size: 13px;
	margin-bottom: 0.3em;
}

@media print,
screen and (min-width:768px) {
	.mokuji_area {
	padding: 0 20px;
}

.mokuji_ul {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
}
.mokuji_ul > li {
	width: 49%;
}
.mokuji_ul li:nth-of-type(1){
	order: -1;
}
.mokuji_ul li:nth-of-type(2){
	order: 1;
}
.mokuji_ul li:nth-of-type(3){
	order: 0;
}
.mokuji_ul li:nth-of-type(4){
	order:2;
}
.mokuji_ul li h6 + .in_ul {
	margin-left: 1.7em;
}
}

@media print,
screen and (min-width:992px) {
	.mokuji_area {
	padding: 0 20px;
}
.mokuji_ul > li {
	width: 33%;
}
.mokuji_ul li:nth-of-type(1){
	order: -1;
}
.mokuji_ul li:nth-of-type(2){
	order: 0;
}
.mokuji_ul li:nth-of-type(3){
	order: 1;
}
.mokuji_ul li:nth-of-type(4){
	order:2;
}
}
/* 共通固定仕様 */
.atteintion_tx {
    color: #2d2d2d;
    font-size: 1.125em;
    font-weight: bold;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    background: linear-gradient(transparent 70%, #f6eb97 0%);
    display: inline;
    text-align: center;
    padding: 0 2px;
}
.atteintion_tx .kome{
  color: #cc3300;
}
.go_contact {
    margin-top: 10px;
}
.go_contact a {
    display: block;
}
.go_contact a {
    display: block;
    max-width: 380px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 1.125em;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    text-align: left;
    background: #E4F1FF;
    border: 1px solid #0e60b6;
    padding: 15px 0 15px 20px;
    margin: 0 auto;
    position: relative;
}
.go_contact a:before {
    content: "";
    width: 15px;
    height: 100%;
    background: linear-gradient(to top left, rgba(255,255,255,0) 47%, #0e60b6 53%) no-repeat top left/100% 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}
.go_contact a:after {
    content: "";
    width: 22px;
    height: 22px;
    background: url("../img/index_img/arrow01.png") 0 0 no-repeat;
    background-size: 22px;
    position: absolute;
    top: 50%;
    right: 10px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.go_contact a:hover {
    opacity: .7;
}