html {scroll-behavior: smooth;}
body {
	margin: 0;
	max-width: 100%;
	font-family: Arial, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}
.pc {}
.sp {display: none;}
img {max-width: 100%}
.flex {display: flex;}
.red {color: #E81D1D;}
.blue {color: #004283;}
.text_center {text-align: center;}
.font_bold {font-weight: bold;}
.font_size_0 {
	font-size: 0.8em;
	line-height: 1.2em;
	margin: 20px auto;
}
.font_size_2 {
	font-size: 1.2em;
	line-height: 2.0em;
	margin: 60px auto;
}
.font_size_2_no_margin {
	font-size: 1.2em;
	line-height: 1.2em;
	margin: 0px auto;
}
.font_size_3 {
	font-size: 1.6em;
	line-height: 2.0em;
	margin: 60px auto;
}
.max_1000w {max-width: 1000px;}
.max_800w {max-width: 800px;}
.max_800w img {width: 100%;}
.max_600w {max-width: 600px;}
.max_400h {max-height: 400px;}

.yellow_marker {
	background-color: yellow;
	color: black;
	padding: 0.2em;
	border-radius: 0.2em;
}
.position_right_bottom {
	position: absolute;
	right: 0;
	bottom: 0;
}
.margin_top_bottom_1 {
	margin-top: 40px;
	margin-bottom: 40px;
}
.flex_box {
	display: flex;
	margin: auto;
}
.flex_inner {
	flex: 1;
	position: relative;
	padding: 0.2em;
}
#single_product_header {
	width: 100%;
	padding: 2em 0 0;
}
.tsuyatto_pro_header {
	background-color: #003F98;
}
.single_product_header_inner, .single_product_main_inner {
	max-width: 1200px;
	margin: 20px auto;
}
#single_product_main {}
.tsuyatto_pro_h3 {
	position: relative;
	/*margin-top: 100px !important;*/
	margin-top: 0 !important;
	margin-bottom: 40px !important;
	padding-top: 80px !important;
	padding-bottom: 10px;
}
.tsuyatto_pro_h3-2 {
	position: relative;
	/*margin-top: 100px !important;*/
	margin-top: 0 !important;
	margin-bottom: 40px !important;
	padding-top: 80px !important;
	padding-bottom: 2px;
	font-size: 1.25em;
}
.tsuyatto_pro_h4 {
	margin: 5px auto;
	padding: .25em;
	background-color: #5197C5;
	color: #fff;
}
.nav_pc {
	position: sticky;
	top: 0;
	z-index: 10000;
	max-width: 1200px;
	width: 100%;
	margin: auto;
	background-color: white;
}
.nav_pc ul {
	display: flex;
	margin-left: 0px;
	margin-right: 0px;
	padding-inline-start: 0px;
}
.nav_pc ul li {
	list-style: none;
}
.nav_pc ul a {
	color: #fff;
	background-color: #007EE3;
	width: calc(100%/6);
	text-decoration: none;
	font-weight: bold;
	line-height: 1.1em;
	min-height: 45px;
	margin: 0 2px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.nav_pc ul a:hover {
	background-color: #1C65A4;
	transition: .3s;
}

/*ボーダーのグラデーション指定 H3*/
.tsuyatto_pro_h3::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: linear-gradient(90deg, rgba(0, 63, 152, 1) 0%, rgba(101, 161, 208, 1) 100%);
	background: -moz-linear-gradient(0% 50% 0deg, rgba(0, 63, 152, 1) 0%, rgba(101, 161, 208, 1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(0, 63, 152, 1) 0%, rgba(101, 161, 208, 1) 100%);
	background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, rgba(0, 63, 152, 1)), color-stop(1, rgba(101, 161, 208, 1)));
	background: -o-linear-gradient(0deg, rgba(0, 63, 152, 1) 0%, rgba(101, 161, 208, 1) 100%);
	background: -ms-linear-gradient(0deg, rgba(0, 63, 152, 1) 0%, rgba(101, 161, 208, 1) 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#003F98', endColorstr='#65A1D0', GradientType=0)";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003F98', endColorstr='#65A1D0', GradientType=1);
}
.border_gradation {
	position: relative;
	margin-top: 00px !important;
	margin-bottom: 40px !important;
	padding-bottom: 10px;
	width: 80%;
	margin: auto;
	text-align: center;
}
.border_gradation::after {
	content: '';
	position: absolute;
	margin: auto;
	text-align: center;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: linear-gradient(90deg, rgba(0, 63, 152, 1) 0%, rgba(101, 161, 208, 1) 100%);
	background: -moz-linear-gradient(0% 50% 0deg, rgba(0, 63, 152, 1) 0%, rgba(101, 161, 208, 1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(0, 63, 152, 1) 0%, rgba(101, 161, 208, 1) 100%);
	background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, rgba(0, 63, 152, 1)), color-stop(1, rgba(101, 161, 208, 1)));
	background: -o-linear-gradient(0deg, rgba(0, 63, 152, 1) 0%, rgba(101, 161, 208, 1) 100%);
	background: -ms-linear-gradient(0deg, rgba(0, 63, 152, 1) 0%, rgba(101, 161, 208, 1) 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#003F98', endColorstr='#65A1D0', GradientType=0)";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003F98', endColorstr='#65A1D0', GradientType=1);
}
.border_gradation img {
	width: 100%;
	margin: auto;
	text-align: center;
}
/*ボーダーのグラデーション指定 H4*/
.tsuyatto_pro_h3-2::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50%;
	height: 2px;
	background: linear-gradient(90deg, rgba(0, 63, 152, 1) 0%, rgba(101, 161, 208, 1) 100%);
	background: -moz-linear-gradient(0% 50% 0deg, rgba(0, 63, 152, 1) 0%, rgba(101, 161, 208, 1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(0, 63, 152, 1) 0%, rgba(101, 161, 208, 1) 100%);
	background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, rgba(0, 63, 152, 1)), color-stop(1, rgba(101, 161, 208, 1)));
	background: -o-linear-gradient(0deg, rgba(0, 63, 152, 1) 0%, rgba(101, 161, 208, 1) 100%);
	background: -ms-linear-gradient(0deg, rgba(0, 63, 152, 1) 0%, rgba(101, 161, 208, 1) 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#003F98', endColorstr='#65A1D0', GradientType=0)";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003F98', endColorstr='#65A1D0', GradientType=1);
}
#how_to_feed .tsuyatto_pro_h4 {font-size:1.2em;}
#for_pets_like_these .tsuyatto_pro_h4 {flex:1; margin:0 2px; padding:0 5px; text-align:center; font-size:1.5em;}
.product_details_table td, .product_details_table th {
	padding: 2px 2px;
	border: 0px solid #ddd;
	background: auto;
	color: #004283;
	font-weight: 600;
	line-height: 1.3;
	white-space: nowrap;
}
.product_details_table-sp {
	margin-bottom: 40px;
}
.product_details_table-sp th {
	padding: 4px;
	border: 0px solid #ddd;
	background-color: #0962A9;
	color: #fff;
	font-weight: 600;
	line-height: 1.3;
}
.product_details_table-sp td {
	padding: 4px;
	border: 1px solid #ddd;
	background: auto;
	color: #004283;
	font-weight: 600;
	line-height: 1.3;
}
.how_to_feed_inner {
	max-width: 1000px;
	margin: auto;
}
.post_content table {
	margin: 0 0 24px 0;
	width: 100% !important;
}
.speech_bubble_speaker-pc {
	width:10%;
	min-width:110px;
}
.speech_bubble-pc {
	width:90%;
	background-image: url('https://tsuyatto-pro.nichinichi-phar.co.jp/wp-content/uploads/2024/09/speech_bubble-pc.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
	padding: 2.4em;
    padding-left: 4.8em;
}
.speech_bubble-pc p {
	text-align: left;
    margin: auto;
}
.speech_bubble-sp{
	background-image: url('https://tsuyatto-pro.nichinichi-phar.co.jp/wp-content/uploads/2024/09/speech_bubble-sp-2.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
	padding: 2.4em;
    padding-left: 4.8em;
}
.speech_bubble-sp p {
	margin: auto;
}
.tbl_form {
	max-width: 850px;
	width: 100%;
	border: 1px solid #D9F0FF;
	margin: auto;
}
.tbl_form td {
	border: 0.5px solid #fff;
	background-color: #ECF7FF;
	vertical-align: middle;
	padding: 17px 30px;
}
.tbl_form th {
	width: 35%;
	border: 0.5px solid #fff;
	background-color: #D9F0FF;
	font-weight: bold;
	vertical-align: middle;
	padding: 17px 30px;
	text-align: center;
}
.contact_form_button_wrapper {
	margin: 60px auto;
}
.contact_form_button {
	text-align: center;
	background-color: #5197C5;
	color: #fff;
	padding: 15px 50px;
	border-radius: 5px;
	text-decoration: none;
}
.contact_form_button:hover {
	background-color: #0368AB;
	transition: background-color 0.3s ease;
}
.form_req {
	color: #E81D1D;
	font-size: 0.75em;
	padding-left: 5px;
}
input {
	height: 30px;
}
.under_construction{display:flex; align-items: center; justify-content: center; font-size:2.8em; font-weight:bold;}

/*▼ハンバーガーメニュー▼*/
	#nav-drawer {
		background: #1C65A4;
		position: fixed;
		width: 100%;
		height: 52px;
		top: 0;
		z-index: 100;
	}
	.menu-btn {
		display: none;
	}
	.menu-icon {
		display: inline-block;
		position: relative;
		cursor: pointer;
		padding: 24px 14px;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}
	.navicon {
		background: #ddd;
		display: block;
		height: 3px;
		width: 26px;
		position: relative;
		transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
	}
	.navicon:before, .navicon:after {
		content: "";
		display: block;
		height: 100%;
		width: 100%;
		position: absolute;
		background: #ddd;
		transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
	}
	.navicon:before {
		top: 9px;
	}
	.navicon:after {
		bottom: 9px;
	}
	/*メニューの中身*/
	#nav-content {
		overflow: auto;
		position: fixed;
		left: 0;
		z-index: 9999;
		width: 90%;
		max-width: 330px;/*最大幅*/
		height: 100%;
		background: #fff;
		transition: .3s ease-in-out;
		-webkit-transform: translateX(-105%);
		transform: translateX(-105%);
	}
	.menu {
		list-style: none;
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		clear: both;
		background: #1C65A4;
		transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
		transform-origin: top;
		padding: 0;
		margin: 0;
	}
	.menu li {
		border-bottom: 1px solid rgb(180, 180, 180);
		padding: 15px 0;
		margin: 0 54px;
		transition: 0.5s;
	}
	.menu a {
		text-decoration: none;
		font-weight: 500;
		letter-spacing: 2px;
		font-size: 16px;
		text-transform: capitalize;
		color: #ddd;
		transition: 0.5s;
	}
	/*チェックがついたら「×」表示させる*/
	.menu-btn:checked ~ .menu-icon .navicon:before {
		transform: rotate(-45deg);
	}
	.menu-btn:checked ~ .menu-icon .navicon:after {
		transform: rotate(45deg);
	}
	.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before {
		top: 0;
	}
	.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
		bottom: 0;
	}
	.menu-btn:checked ~ .menu-icon .navicon {
		background: rgba(0, 0, 0, 0);
		transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
	}

	#menu-btn:checked ~ #nav-content {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		box-shadow: 6px 0 25px rgba(0,0,0,.15);
	}
/*▲ハンバーガーメニュー▲*/

footer {
	background-color: #1C65A4;
	text-align: center;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}
button {
	text-align: center;
	margin: center;
	height: 30px;
}
.btn_wrap {
	text-align: center;
	margin: 10px auto;
}
#to_top {
	position: fixed;
	bottom: 80px;
	right: 0;
	z-index: 10000;
}
@media only screen and (max-width:728px) {
	.pc {display: none;}
	.sp {display: block;}
	section {
		width: 95%;
		margin: 0 auto 40px;
	}
	.flex_box {
		display: block;
		margin: auto;
	}
	.header_right_wrapper > .position_left_bottom {
		text-align: center;
	}
	.header_right_wrapper > .position_right_bottom {
		position: relative;
		right: 0;
		bottom: 0;
	}
	tbody, tr, th, td {
		display: block;
	}
	.tbl_form th {
		width: auto;
		padding: 10px 20px;
	}
	.tbl_form td {
		width: auto;
		padding: 10px 20px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	#single_product_header {
		width: 100%;
		padding: 7em 0 0;
	}
	.tsuyatto_pro_h3 {
		/*padding-top: 20px !important;*/
		margin-top: -60px !important;
		font-size:1.4em;
	}
	#map .tsuyatto_pro_h3 {
		width: 95%;
		padding-top: 110px !important;
        margin: auto;
    }
	.tsuyatto_pro_h3-2 {
		padding-top: 60px !important;
        margin-top: -20px !important;
	}
	.under_construction {
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 2.0em;
		font-weight: bold;
	}
	#for_pets_like_these .tsuyatto_pro_h4 {
		margin: 5px auto;
	}
	#map {
		background-color: #F6FBFF;
		padding: 10px 0 50px 0;
		/*margin-right: calc(50% - 50vw);
		margin-left: calc(50% - 50vw);*/
		width: 100%;
	}
}
@media only screen and (max-width: 500px) {
	.reviews_sp {
		flex-direction: column-reverse;
	}
	.speech_bubble_speaker-pc {
		margin-left: 7em;
	}
	.speech_bubble-sp{
		background-image: url('https://tsuyatto-pro.nichinichi-phar.co.jp/wp-content/uploads/2024/09/speech_bubble-sp2.png');
	}
	.speech_bubble-sp {
		padding: 2.4em;
		padding-bottom: 4.8em;
	}
}
@media only screen and (max-width: 430px) {
	.tsuyatto_pro_header {
		height: 500px;/*ヘッダー背景の青の高さ*/
		min-height: 500px;
	}
	.tbl_form input, .tbl_form textarea {
		max-width: 340px;
	}
}
@media only screen and (max-width: 380px) {
	.tbl_form input, .tbl_form textarea {
		max-width: 290px;
	}
}