@charset "UTF-8";
/*=============================================================================

救急薬品工業株式会社様 製品紹介
作成日：2018/04/18
作成者：
変更日：
変更者：

=============================================================================*/

.wrapbox04{
	position: relative;
	max-width: 1080px;
	width: 92%;
	margin: 0 auto;
}

.ico_pink{
	width: 20px;
	height: 20px;
	margin-bottom: 3px;
}

.ico_link{
	width: 12px;
	height: 12px;
	margin-left: 5px;
	vertical-align: baseline;
}

/*=============================================================================

グローバルメニュー

=============================================================================*/
.navigation #nav_btn04::after{
	content: "";
	display: block;
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 90%;
	height: 3px;
	border-bottom: 3px solid #E85298;
	border-radius: 1.5px;
}

/*=============================================================================

製品リスト

=============================================================================*/
.product2_list_sec {
}

.product_box{
	position: relative;
	margin-top: 30px;
	padding: 20px 25px 20px 30px;
	border: 1px dotted #E85298;
}

.product_box .product_link{
	position: absolute;
	top: -20px;
	left: 0;
}

.product_box .product_name_box{
	display: inline-block;
}

.product_box .product_name_box .ico_link{
}

.product_box .product_name_box .product_name{
	display: inline-block;
	padding-left: 10px;
	font-size: 19px;
}

.product_box .site_link{
	margin-left: 25px;
	font-size: 15px;
}

.product_box .product_content{
	position: relative;
	margin-top: 15px;
}

.product_box .product_photo_box img{
	width: 242px;
	height: auto;
}

.product_box .product_spec_table{
	position: relative;
	display: table;
	margin-left: 60px;
}

.product_box .product_spec_table::after{
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	top: 0;
	left: -40px;
	border-left: 1px dotted #E85298;
}

.product_box .product_spec_row{
	display: table-row;
	font-size: 17px;
	line-height: 1.3em;
}

.product_box .product_spec_caption{
	display: table-cell;
	min-width: 102px;
	width: 102px;
	padding: 0 0 5px 0;
}

.product_box .product_spec_description{
	display: table-cell;
	padding: 0 0 5px 0;
}

.product3_list_sec {
	padding: 0 0 20px 0;
}

@media screen and (max-width:767px) {
	.product2_list_sec {
		margin: 25px auto 0 auto;
	}

	.product_box{
		margin-top: 15px;
		padding: 15px 15px 20px 15px;
	}

	.product_box .product_name_box{
		display: table;
	}

	.product_box .product_name_box .ico_link{
		display: table-cell;
	}

	.product_box .product_name_box .product_name{
		position: relative;
		display: table-cell;
	}

	.product_box .site_link{
		display: inline-block;
		margin: 10px 0 0 0;
	}

	.product_box .product_content{
		margin-top: 15px;
	}

	.product_box .product_photo_box img{
		width: 240px;
		height: auto;
	}

	.product_box .product_spec_table{
		margin: 10px 0 0 0;
		padding-top: 15px;
		width: 100%;
		border-top: 1px dotted #E85298;
	}

	.product_box .product_spec_table::after{
		width: 0;
		height: 0;
		border: 0;
	}

	.product_box .product_spec_row{
	}

	.product_box .product_spec_caption{
		font-size: 15px !important;
	}

	.product_box .product_spec_description{
		font-size: 15px !important;
		display: table-cell;
	}

	.product3_list_sec {
		padding: 0;
	}

}

/*=============================================================================

English site "Products" page

=============================================================================*/
.en .navigation #nav_btn04::after{
	width: 55%;
}

.en .products_index_img{
	text-align: center;
}
.en .products_index_img img{
	width: 150px;
}
.en .index_bar{
	margin-top: 30px;
}
.en  .index_bar .wrapbox04{
	text-align: center;
}
.en .index_bar .index_btn{
	display: inline-block;
	position: relative;
	padding: 10px 0 10px 0;
	margin: 0 3% 10px 3%;
	width: 94%;
	color: #EF59A1;
	font-size: 18px;
	text-align: center;
	border: 1px solid #EF59A1;
	background-color: #FFFFFF;
	z-index: 0;
	transition: color .7s ease-in-out;
	transition: background-color .7s ease-in-out;
	cursor: pointer;
}
.en .index_bar .index_btn:hover{
	color: #FFFFFF;
	background-color: #EF59A1;
}
.en .index_bar .index_btn.current{
	color: #FFFFFF;
	background-color: #EF59A1;
	cursor: default;
}
.en .index_bar .index_btn.current:hover{
	color: #FFFFFF;
}
.en .index_bar .index_btn::after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -10px;
	width: 14px;
	height: 10px;
	background-image: url("../img/company/img_tip.png");
	background-repeat: no-repeat;
	opacity: 0;
	transition: opacity .7s ease-in-out;
}
.en .index_bar .index_btn.current::after{
	opacity: 1;
}

.en .product2_list_sec {
	margin: -10px auto 0 auto;
}

.en .product_box .product_spec_caption{
	position: relative;
	width: 140px;
}
.en .product_box #active_ingredients.product_spec_caption{
	line-height: 1.1em;
}
.en .product_box .product_spec_caption::after{
	content: "：";
	position: absolute;
	right: 0;
	top: 0;
}
.en .product_box #active_ingredients.product_spec_caption::after{
	top: .5em;
}
.product_box .product_spec_description{
	vertical-align: middle;
}

@media screen and (max-width:767px) {
	.en .products_index_img{
		margin: 20px 0 0 0;
	}
	.en .products_index_img img{
		width: 113px;
	}
	.en .index_bar{
		margin-top: 10px;
	}
	.en .index_bar .index_btn{
		margin-top: 5px;
		padding: 7px 3px 6px 3px;
		height: auto;
		font-size: 14px;
	}
	.en .index_bar .index_btn:nth-child(2){
		margin-left: 3%;
		margin-right: 3%;
	}
	.en .index_bar .index_btn::after{
		display: none;
	}

	.en .product2_list_sec {
		margin: 20px auto 0 auto;
	}

	.en .product_box .product_spec_caption{
		width: 116px;
	}
	.en .product_box #active_ingredients.product_spec_caption{
		line-height: 1.2em;
	}
	.en .product_box #active_ingredients.product_spec_caption::after{
		top: 0;
	}
}

@media screen and (max-width:320px) {
	.en .index_bar .index_btn{
		padding: 7px 10px 6px 10px;
	}
}
