@charset "UTF-8";
/* --------------------------------------------------------------------
 Copyright (c) 2020 plusi
 -------------------------------------------------------------------- */
/* --------------------------------
	MENU CURRENT
   -------------------------------- */
.menu li.navi_pickup2 a{
	text-decoration: underline!important;
	text-underline-position: under;
	color: #54bce8;
}

/* --------------------------------
	H1
   -------------------------------- */
.content {
  margin-top: 40px!important;
}
@media (max-width: 992px) { /* plusi add */
  .content {
    margin-top: 30px!important;
	padding-top:30px!important;
  }
}
/* --------------------------------
	H1
   -------------------------------- */
.contents_box h1 {
	padding: 10px 14px 10px 14px!important;
	margin-bottom: 30px!important;
}
h1.pickup {
	position: relative;
	background: #f1f8ff!important;
	padding: 0.5em 0.5em!important;
	border-left: solid 2em #5c9ee7;
	color: #333!important;
	border-bottom: none;
	margin-bottom: 30px!important;
	text-align: left;
}

h1.pickup:before {
	font-family: "Font Awesome 5 Free";
	content: "\f02d";
	position: absolute;
	padding: 0em;
	color: white;
	/*font-weight: 900;*/
	font-weight: normal;
	left: -1.35em;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
/* --------------------------------
	冒頭ロゴ調整（スマホサイトで少しきれる）
   -------------------------------- */
/* ================================
			599px以下
   ================================ */
@media (max-width: 599px) {
	/* サイト名 */
	.site img{
		height: 38px!important;
	}
}
/* --------------------------
	注記
 -------------------------- */
.warning{
	text-align: left;
	width: 98%;
	margin: 0 1% auto;
}
.warning p{
	font-size: 12px;
	line-height: 130%;
}


/* --------------------------------
	HEADER IMAGE [TOP]
   -------------------------------- */
/* TOP メイン領域 */
#title_area{
	padding-top: 108px;
	position: relative;
}
.top{
	height: auto;
}
/* --------------------------------
	個別情報
   -------------------------------- */
.contents_box h2{
	margin: 10px 0 10px 0px;
	border-bottom: solid 1px #dddddd;
	font-size: 28px;
	font-weight: bold;
}
/* ================================
			599px以下
   ================================ */
@media (max-width: 599px) {
	/* FIXの解除 */
	.contents_box h2{
		font-size: 21px; margin: 10px 0 0 0;
	}
}
/* 商品情報 */
/* common.cssに記載あり
.product_info{
	border-top: solid 1px #dddddd;
	padding-top: 10px;
	font-size: 94%;
}
*/


.product_info span.tp{
	margin-left: 0px;
	margin-right: 30px;
}
.product_info span.tp i{ color: #4169E1; font-weight: normal; padding-right:0;}
.product_info span.tp i::after{ content: ' サイズ／'; }
.product_info span.fromto{
	margin-left: 0px;
	padding: 0;
	border-radius: 5px;
	/*background-color: #fff8dc;*/
	color: #666;
}
.product_info span.fromto i{ color: #FF6699; }
.product_info span.fromto i::after{ content: ' 期間／'; }

.product_info p.product_memo{
	font-size: 90%!important;
}

/* リスト */
ul.pochi, ol.pochi {
	padding: 0.2em 0.5em 0.2em 2em;
	list-style: disc;
}

ul.pochi li, ol.pochi li {
	line-height: 1.5;
	padding: 0.2em 0;
}

/* --
  手帳の商品例
-- */
.box_product{
	clear: both;
	overflow:auto;
	border: 1px dotted #ccc;
	padding: 0px!important;
	border-radius: 10px;
	margin: 0 0 30px 0!important;
}
.box_product .box_img{
	float: left;
	clear: both;
	width: 25%;
}
.box_product .box_txt{
	width: 75%;
	float: left;
	padding-top: 15px;
}
.box_product p{
	padding: 2px 0 2px 3px!important;
	margin: 0;
	line-height:108%;
}
.box_product p.name{ font-weight: bold; }
.box_product p.name span{ font-size: 90%; }
.box_product p.maker{ font-size:90%; padding-bottom:3px;}
.box_product p.price{ font-size:90%; padding-top:3px;}


.col-xs-6{
	padding-left: 5px;
	padding-right: 5px;
}


@media (max-width: 767px) {
	.box_product{
		height: 80px;
		padding: 0px!important;
		border-radius: 5px;
		margin: 0 0 30px 0!important;
	}
	.box_product .box_txt{
		border-radius: 0px;
		padding-top: 5px;
	}
	.box_product p{
		margin: 2px 0 2px 3px!important;
	}
	.box_product p.name{ font-size: 11px; }
	.box_product p.name span{ font-size: 80%; }
	.box_product p.maker{ font-size:10px; padding-bottom:3px;}
	.box_product p.price{ font-size:10px; padding-top:3px;}

}






/* --
  カレンダーの画像にかける吹き出し
-- */

/* balloon-4 bottom-left */
.box{ position: relative; }
div.baloon{
	position: absolute;
	top:20px;
	left: 120px;
	z-index: 9!important;
	height:80px;
}
div.baloon h2{
	font-size: 21px;
	padding:8px 20px!important;
	margin: 0!important;
	font-weight: normal;
	border-bottom: none;
}
.balloon-bottom-left {
	position: relative;
	display: inline-block;
	padding: 0 15px;
	width: auto;
	min-width: 115px;
	height: 80px;
	color: #000;
	line-height: 70px;
	text-align: center;
	background: #fdde47;
	border-radius: 60%;
}
.balloon-bottom-left:before {
	content: "";
	position: absolute;
	bottom: -10px; left: 30px;
	margin-left: 0;
	display: block;
	width: 30px;
	height: 30px;
	background: #fdde47;
	border-radius: 0 30px 0 30px;
	z-index: -1;
}
.balloon-bottom-left:after {
	content: "";
	position: absolute;
	bottom: -5px; left: 40px;
	margin-left: 0;
	display: block;
	width: 30px;
	height: 30px;
	background: #fff;
	border-radius: 0 30px 0 30px;
	z-index: -1;
	-webkit-transform: rotate(30deg);
	   -moz-transform: rotate(30deg);
	    -ms-transform: rotate(30deg);
	     -o-transform: rotate(30deg);
	        transform: rotate(30deg);
}
/* balloon-4 bottom-right */
.balloon-bottom-right {
	position: relative;
	display: inline-block;
	padding: 0 15px;
	width: auto;
	min-width: 115px;
	height: 70px;
	color: #F6F6F6;
	line-height: 70px;
	text-align: center;
	background: #19283C;
	border-radius: 60%;
}
.balloon-bottom-right:before {
	content: "";
	position: absolute;
	bottom: -10px; right: 20px;
	margin-left: 0;
	display: block;
	width: 30px;
	height: 30px;
	background: #19283C;
	border-radius: 30px 0 30px 0;
	z-index: -1;
}
.balloon-bottom-right:after {
	content: "";
	position: absolute;
	bottom: -5px; right: 30px;
	margin-left: 0;
	display: block;
	width: 30px;
	height: 30px;
	background: #FFF;
	border-radius: 30px 0 30px 0;
	z-index: -1;
	-webkit-transform: rotate(-30deg);
	   -moz-transform: rotate(-30deg);
	    -ms-transform: rotate(-30deg);
	     -o-transform: rotate(-30deg);
	        transform: rotate(-30deg);
}
/* balloon-4 top-left */
.balloon-top-left {
	position: relative;
	display: inline-block;
	padding: 0 15px;
	width: auto;
	min-width: 115px;
	height: 70px;
	color: #F6F6F6;
	line-height: 70px;
	text-align: center;
	background: #19283C;
	border-radius: 60%;
}
.balloon-top-left:before {
	content: "";
	position: absolute;
	top: -10px; left: 20px;
	margin-left: 0;
	display: block;
	width: 30px;
	height: 30px;
	background: #19283C;
	border-radius: 30px 0 30px 0;
	z-index: -1;
}
.balloon-top-left:after {
	content: "";
	position: absolute;
	top: -5px; left: 30px;
	margin-left: 0;
	display: block;
	width: 30px;
	height: 30px;
	background: #FFF;
	border-radius: 30px 0 30px 0;
	z-index: -1;
	-webkit-transform: rotate(-30deg);
	   -moz-transform: rotate(-30deg);
	    -ms-transform: rotate(-30deg);
	     -o-transform: rotate(-30deg);
	        transform: rotate(-30deg);
}
/* balloon-4 top-right */
.balloon-top-right {
	position: relative;
	display: inline-block;
	padding: 0 15px;
	width: auto;
	min-width: 115px;
	height: 70px;
	color: #F6F6F6;
	line-height: 70px;
	text-align: center;
	background: #19283C;
	border-radius: 60%;
}
.balloon-top-right:before {
	content: "";
	position: absolute;
	top: -10px; right: 20px;
	margin-left: 0;
	display: block;
	width: 30px;
	height: 30px;
	background: #19283C;
	border-radius: 0 30px 0 30px;
	z-index: -1;
}
.balloon-top-right:after {
	content: "";
	position: absolute;
	top: -5px; right: 30px;
	margin-left: 0;
	display: block;
	width: 30px;
	height: 30px;
	background: #FFF;
	border-radius: 0 30px 0 30px;
	z-index: -1;
	-webkit-transform: rotate(30deg);
	   -moz-transform: rotate(30deg);
	    -ms-transform: rotate(30deg);
	     -o-transform: rotate(30deg);
	        transform: rotate(30deg);
}
@media (max-width: 767px) {
	div.baloon{
		top: -10px;
		left: 20px;
		height:40px;
	}
	.balloon-bottom-left {
		padding: 0 10px;
		min-width: 115px;
		height: 70px;
		line-height: 55px;
		border-radius: 50%;
	}
	div.baloon h2{
		font-size: 16px;
		padding:8px 5px!important;
	}
}

