html.PC .pc_only{
	display: block;
}
	html.SP .pc_only{
		display: none;
	}

html.PC .sp_only{
		display: none;
	}
		html.SP .sp_only{
			display: block;
		}

.tweet{
	text-align: right;
	margin: 20px 0 0 0;
}
	#detail .tweet img{
		width: 120px;
		height: auto;
	}

.image_logo {
	width: 150px;
	margin: 0 auto 20px;
}

html.SP .image_logo {
	width: 100px;
	margin: 20px auto 0;
}

html.PC p.image{
	width: 600px;
	margin: 0 auto;
}
html.PC p.image_2{
	width: 300px;
	margin: 0 auto 20px !important;
}
	html.SP p.image_2{
		width: 60%;
		margin: 0 auto;
	}

.annotation {
	position: relative;
	margin: 3px 0 0;
	padding-left: 25px;
	font-weight: normal;
}

#detail p.annotation small {
	display: block;
	line-height: 1.4;
}

.annotation span {
	position: absolute;
	left: 0;
	top: 0;
}

.product {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}

html.SP .product {
	flex-direction: column;
	margin-top: 0!important;
}

.product .photo {
	width: 35%;
	margin-top: 20px;
}

#detail .product .photo img {
	max-width: 100%;
	height: auto;
}

html.SP .product .photo {
	width: 70%;
	margin: 0 auto;
}

#detail .product .photo p {
	margin: 0;
	text-align: center;
}

html.SP #detail .product .photo p {
	width: 70%;
	margin: 0 auto;
}


.product .product_txt {
	width: 60%;
	margin-top: 20px;
}

html.SP .product .product_txt {
	width: 100%;
	margin-top: 20px;
}

html.SP .product .product_txt .pic {
	width: 50%;
	margin: 0 auto;
}

.product .product_txt h3 {
	margin-top: 0;
	font-size: 18px;
}

html.SP .product .product_txt h3 {
	font-size: 15px;
	text-align: center;
}

.product .product_txt h3 small {
	font-weight: normal;
}

.effect {
	display: flex;
	align-items: baseline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.effect li {
	margin: 0 10px 0 0;
	padding: 5px 10px;
	background-color: #ffd9c4;
	border-radius: 5px;
}

.line {
	background-color: #ffff99;
}

html.PC .performance {
	display: flex;
	justify-content: space-between;
	width: 75%;
	margin: 0 auto;
	padding: 20px;
	border: solid 1px #ccc;
}

html.SP .performance {
	width: 100%;
	margin: 0 auto;
	padding: 15px;
	border: solid 1px #ccc;
	box-sizing: border-box;
}

html.PC .performance div:nth-of-type(1) {
	width: 55%;
}
html.SP .performance div:nth-of-type(1) {
	margin-bottom: 20px;
}
html.PC .performance div:nth-of-type(2) {
	width: 43%;
}

.performance h4 {
	margin: 0 0 5px;
}

.performance h4:nth-of-type(2) {
	margin-top: 30px;
}

html.SP .performance h4:nth-of-type(2) {
	margin-top: 20px;
}

.performance dl {
	display: flex;
	flex-wrap: wrap;
}

.performance dt {
	width: 90px;
}

.performance dd {
	position: relative;
	width: calc(100% - 90px);
	margin: 0;
	padding-left: 15px;
	box-sizing: border-box;
	text-align: justify;
}

html.SP .performance dt,
html.SP .performance dd {
	font-size: 13px;
}

.performance dd::before {
	content: '：';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

html.PC .unique_prescription {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

html.PC .unique_prescription div {
	width: calc(100% - 160px);
	padding-right: 20px;
	box-sizing: border-box;
}

#detail .unique_prescription img {
	width: 160px;
	height: auto;
}

html.SP #detail .unique_prescription img {
	float: right;
	width: 130px;
	height: auto;
	margin: 0 0 10px 10px;
}

#detail section.uriage_info {
	margin-top: 100px;
}

html.SP #detail section.uriage_info {
	margin-top: 30px;
}

.uriage_info h2 {
	text-align: center;
}

html.SP .uriage_info h2 {
	font-size: 110%;
}

#detail section.uriage_info .date {
	text-align: center;
}

#detail section.uriage_info .date span {
	display: inline-block;
	padding: 5px 50px;
	background-color: #0387dc;
	border-radius: 100vh;
	font-weight: bold;
	color: #fff;
}



.uriage_info h4 span {
	display: inline-block;
	padding: 5px 30px;
	background-color: #db4252;
	font-size: 16px;
	border-radius: 100vh;
}

html.SP .uriage_info h4 span {
	width: 100%;
	padding: 5px 0;
	font-size: 15px;
}

.uriage_info ul {
	display: flex;
	justify-content: center;
	list-style: none;
	padding: 0;
}

html.SP .uriage_info ul {
	flex-wrap: wrap;
	justify-content: center;
}

.uriage_info li {
	width: 220px;
	margin: 0 20px;
	font-size: 14px;
	text-align: center;
}

html.SP .uriage_info li {
	width: 48%;
	margin: 0 1%;
	font-size: 13px;
}

html.SP .uriage_info li:last-child {
	margin-top: 30px;
}

html.PC .uriage_info .item {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

html.SP .uriage_info .item {
	margin-bottom: 50px;
}

#detail section.uriage_info .item .pic {
	width: 35%;
	max-height: 200px;
	margin: 0;
	text-align: center;
}

html.SP #detail section.uriage_info .item .pic {
	width: 100%;
	height: 150px;
	margin: 0 0 20px;
	text-align: center;
}

.uriage_info .item .pic img {
	width: auto;
	height: 100%;
}

html.PC .uriage_info .item div {
	width: 60%;
}

.uriage_info .item div h5 {
	margin: 0 0 10px;
	font-size: 18px;
}

html.SP .uriage_info .item div h5 {
	text-align: center;
}

html.PC #detail section.uriage_info .item div p.flex {
	display: flex;
	flex-direction: row-reverse;
}
html.PC #detail section.uriage_info .item div p span {
	width: calc(100% - 200px);
	padding-right: 20px;
	box-sizing: border-box;
}

#detail section.uriage_info .item div p img {
	width: 200px;
}

html.SP #detail section.uriage_info .item div p img {
	float: right;
	width: 150px;
	margin: 0 0 10px 20px;
}


html.PC p.image {
	width: 600px;
	margin: 0 auto;
}
html.PC p.image2 {
	width: 800px;
	margin: 0 auto 20px;
}
html.SP p.image2 {
	width: 90%;
	margin: 0 auto;
}

#detail section .caption {
	width: 80%;
	margin: 50px auto 0;
	padding: 15px 20px;
	border: solid 1px #0387dc;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}

#detail section .caption img {
	width: 100%;
	max-width: 250px;
	display: block;
	margin-right: 30px;
}

#detail section .caption p {
	text-align: justify;
	font-size: 13px;
}

#detail section .caption p strong {
	display: block;
	margin: 0 auto 10px;
	font-size: 120%;
	text-align: center;
	color: #0387dc;
}

html.SP #detail section .caption {
	width: 100%;
	margin: 30px auto 0;
	padding: 15px 20px;
	border: solid 1px #0387dc;
	box-sizing: border-box;
}

html.SP #detail section .caption p {
	text-align: justify;
	font-size: 12px;
}

#detail .key_item {
	display: flex;
	align-items: center;
}

html.SP  #detail .key_item {
	align-items: flex-start;
	margin-bottom: 20px;
}

#detail .key_item p {
	width: 100px;
	margin: 0;
}

html.SP #detail .key_item p {
	width: 80px;
}

#detail .key_item p img {
	width: 100%;
	height: auto;
}

#detail .key_item dl {
	width: calc(100% - 100px);
	padding-left: 30px;
	box-sizing: border-box;
}

html.SP #detail .key_item dl {
	width: calc(100% - 80px);
	padding-left: 10px;
}

#detail .key_item dt {
	margin-bottom: 5px;
	font-size: 120%;
	font-weight: bold;
}

html.SP #detail .key_item dt {
	font-size: 100%;
}

.key_item dd {
	margin: 0;
	font-size: 110%;
	line-height: 1.8;
}

html.SP #detail .key_item dd {
	font-size: 75%;
	line-height: 1.5;
}

#detail section.info_box {
	margin-top: 100px;
	border-top: 1px solid #000000;
	padding: 40px 0;
}

#detail section.info_box h2 {
	width: 25%;
	margin: 0 auto 30px;
}

#detail section.info_box > div {
	display: flex;
	flex-direction: row-reverse;
}

#detail section.info_box .pic {
	width: 30%;
	margin: 0 auto;
}

#detail section.info_box > div div {
	width: 60%;
}

html.SP #detail section.info_box {
	margin-top: 80px;
}

html.SP #detail section.info_box h2 {
	width: 50%;
}

html.SP #detail section.info_box > div {
	display: block;
}

html.SP #detail section.info_box .pic {
	width: 70%;
	margin: 40px auto;
}

html.SP #detail section.info_box > div div {
	width: 100%;
}



/* key_item */
#detail .key_item {
	display: flex;
	align-items: center;
}

html.SP  #detail .key_item {
	align-items: flex-start;
	margin-bottom: 20px;
}

#detail .key_item p {
	width: 100px;
	margin: 0;
}

html.SP #detail .key_item p {
	width: 80px;
}

#detail .key_item p img {
	width: 100%;
	height: auto;
}

#detail .key_item dl {
	width: calc(100% - 100px);
	padding-left: 30px;
	box-sizing: border-box;
}

html.SP #detail .key_item dl {
	width: calc(100% - 80px);
	padding-left: 10px;
}

#detail .key_item dt {
	margin-bottom: 5px;
	font-size: 120%;
	font-weight: bold;
}

html.SP #detail .key_item dt {
	font-size: 100%;
}

.key_item dd {
	margin: 0;
	font-size: 110%;
	line-height: 1.8;
}

html.SP #detail .key_item dd {
	font-size: 75%;
	line-height: 1.5;
}