@charset "utf-8";
/* CSS Document */

/* ====================================================
タグ共通設定 ここから
==================================================== */
html, body {
	background-color: #FFF;
	overflow-x: hidden !important;
	overflow-y: auto !important;
	color: #0C0D24;
	line-height: 150%;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	 font-family: "Noto Sans JP", sans-serif;
}


h1, h2, h3, p {
    transform: rotate(0.03deg);/* シャギーを防ぐ指定 */
}

h1 {
  color: #00B3A7;
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: 0.1em;	
}

@media screen and (max-width: 560px) {
h1 {
  font-size: 30px;	
}
}

h2 {
  font-size: 25px;
  color:#00B3A7;
  font-weight: 600;
}
	
@media screen and (max-width: 560px) {	
h2 {
  font-size: 20px;
}	
}

h3 {
  font-size: 20px;
  color:#00B3A7;
  font-weight: 600;
}

@media screen and (max-width: 560px) {
h3 {
  font-size: 16px;
}
}

h4 {
  font-size: 16px;
  color: #00B3A7;
  font-weight: 600;
  margin-bottom: 15px;	
}

h5 {
  font-size: 16px;
  font-weight: 600;	
}

h6 {
  font-size: 14px;
  font-weight: 600;	
  color: #00B3A7;	
}


p {
	font-size: 14px;
	line-height: 150%;
    font-weight: 400;	
}

a {
	text-decoration: none;
	color: #0C0D24;
	font-size: 16px;
	transform: rotate(0.03deg); /* シャギーを防ぐ指定 */
}

a:hover {
	text-decoration: none;
	opacity: 0.75;
}

a:active {
	text-decoration: none;
	color: #0C0D24;
}

a img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

a img:hover {
	opacity: .8;
}
/* ====================================================
タグ共通設定　ここまで
==================================================== */



/* ====================================================
デバイスごとの表示設定　ここから
==================================================== */
@media screen and (max-width: 960px) {
	.pc {
		display: none !important;
	}
}

@media screen and (min-width: 560px) {
	.sp {
		display: none !important;
	}
}

@media screen and (min-width: 960px) {
	.tab-sp {
		display: none !important;
		}
}

@media screen and (max-width: 650px) {/* 画面幅が650px以下の場合、非表示 */
  .middle {
	display: none !important;
	} 
}
/* ====================================================
デバイスごとの表示設定　ここまで
==================================================== */


/* ====================================================
カラムスタイル　ここから
==================================================== */

.backcolor {
 background-color: #F0FCFB;	
}

.space15 {
 margin-top: 15px !important;	
}


.space20 {
 margin-top: 20px !important;	
}


.space30 {
 margin-bottom: 30px;	
}

@media screen and (max-width: 560px) {
.space30 {
 margin-bottom: 15px;	
}
}


.space40 {
 margin-bottom: 40px;	
}

@media screen and (max-width: 560px) {
.space40 {
 margin-bottom: 30px;	
}
}

.border_no {
  border:none !important;	
}


.text_g {
  font-size: 16px;
  color:#00B3A7;
  font-weight: 600;
}

@media screen and (max-width: 560px) {
.text_g {
  font-size: 14px;
}
}

.text_red {
  color: #EB5959 !important;	
}

/*赤丸アイコン　共通*/

.circle_red,.circle_red_1,.circle_red_sp,.circle_red_mypage {
  background-color: #EB5959;
  color: #FFF;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  top:2px;
  right: 2px;
  line-height: 20px;	
}

/*追従*/

.circle_red_1 {
  position: absolute;
  top:15px;
  right: 110px;
  z-index: 1;	
}

@media screen and (max-width: 560px) {
.circle_red_1 {
  right: 25px;
}
}

.circle_red_1 {
	display:none;
}

.circle_red_sp {
  position: absolute;
  top:15px;
  right: 10px;
  z-index: 1;	
}

/*マイページ*/

.circle_red_mypage {
   top:15px;
   right: 15px;	
}

@media screen and (max-width: 560px) {
.circle_red_mypage {
   top:13px;
   right: 10px;	
}
}
/*赤丸アイコン*/


/* ====================================================
　共通　　ボタン　ここから　
==================================================== */

/*白背景　ボタン　*/

a.white_button_new, a.cancel_button,a.cancel_button_1, a.white_button_205,a.white_button {
    background: #FFF;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 25px;
    color: #00B3A7;
    transition: 0.3s ease-in-out;
    font-weight: 600;
	border: solid 3px #00B3A7;
    font-size: 16px;
    width: 250px;
	height: 50px;
}


@media screen and (max-width: 560px) {
 a.white_button_new {
	position: unset;
    width: 180px;	 
 }
} 


a.cancel_button {
   width: 180px;
   height: 40px;
   border: solid 2px #00B3A7;
   font-size: 14px;
   margin-top: 10px;	
}

/*

@media screen and (max-width: 960px) {
a.cancel_button {
   width: 250px;	
}
}

*/

@media screen and (max-width: 560px) {
a.cancel_button {
   width: 250px;
   margin: 10px auto;
}
}


a.cancel_button_1 {
   width: 205px;
   height: 40px;	
 /*  margin: 10px 0;*/
   border: solid 2px #00B3A7;
   font-size: 14px;	
}


@media screen and (max-width: 560px) {
a.cancel_button_1 {
   width: 250px;
  /* margin: 10px 0 0;	*/
}
}



a.white_button {
   width: 205px;
   height: 40px;	
 /*  margin: 10px 0;*/
   border: solid 2px #00B3A7;
   font-size: 14px;	
}


@media screen and (max-width: 560px) {
a.white_button {
   width: 250px;
 /*  margin: 0 0 10px;	*/
}
}


a.white_button_205 {
   width: 205px;
   height: 40px;
   border: solid 2px #00B3A7;
   font-size: 14px;
   margin: 0;	
}



@media screen and (max-width: 560px) {
a.white_button_205 {
   width: 250px;	
}
}


a.logout_button {
    background: #FFF;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 25px;
    color: #00B3A7;
    transition: 0.3s ease-in-out;
    font-weight: 600;
	border: solid 2px #00B3A7;
    font-size: 14px;
    width: 220px;
	height: 40px;
    margin-top: 30px;	
}


@media screen and (max-width: 960px) {
a.logout_button {
    width: 250px;	
    margin: 5px auto 15px;	
}
}

@media screen and (max-width: 560px) {
a.logout_button {
    width: 250px;	
    margin: 5px auto 30px;	
}
}



/*　SP用ハンバーガーメニュー内ボタン*/
a.white_spbtn_cart {
    background: #FFF;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 25px;
    color: #00B3A7;
    transition: 0.3s ease-in-out;
    font-weight: 600;
	border: solid 3px #00B3A7;
    font-size: 16px;
    width: 160px;
	height: 50px;
}


a.green_spbtn_mypage {
    background: #00B3A7;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 25px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 600;
	font-size: 16px;
    width: 160px;
	height: 50px;
	margin: 0 auto;
}



/*グリーン背景ボタン　マイページ もっと見る*/

.green_botton_250,
a.green_botton_page, a.reservation_btn_list, a.reservation_btn_grid, a.reservation_button_180 {
    background: #00B3A7;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 25px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 600;
	font-size: 16px;
    width: 250px;
	height: 50px;
	margin: 0 auto;
}


/*リスト　予約する　ボタン*/

a.reservation_btn_list {
   position: absolute;
   right: 0;
   bottom: 0;	
}

@media screen and (max-width: 560px) {
a.reservation_btn_list {
   right: 40px;	
}
}

a.reservation_btn_list p,a.green_botton_350 p, a.blue_botton_200 p, a.green_botton_page p, .green_botton_250 p, a.white_button_new p, a.reservation_btn_grid p {
   font-weight: 600;
   font-size: 16px;
}

a.reservation_btn_grid {
  width: 200px;	
}

a.reservation_button_180 {
   width: 180px;
   height: 40px;
   font-size: 14px;
   margin-top: 15px;	
}

@media screen and (max-width: 560px) {
a.reservation_button_180 {
   width: 250px;
}
}



@media screen and (max-width: 560px) {
 a.green_botton_page {
	position: unset;
	width: 180px; 
 }
} 


/*グリーン背景ボタン　300*/

a.green_botton_300 {
    background: #00B3A7;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 25px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    width: 300px;
	height: 60px;
	margin: 0 auto;
}

@media screen and (max-width: 560px) {
a.green_botton_300 {
    width: 250px;
	height: 50px;
}
}

.green_botton_300 p {
 font-size: 25px;
 font-weight: 600;  	
}

@media screen and (max-width: 560px) {
.green_botton_300 p {
 font-size: 20px;	
}
}


/*グリーン背景ボタン　350*/

a.green_botton_350 {
    background: #00B3A7;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 25px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 600;
	font-size: 16px;
    width: 350px;
	height: 50px;
	margin: 0 auto;
}

@media screen and (max-width: 560px) {
a.green_botton_350 {
    width: 180px;
}
}

/*問診票を編集ボタン*/

a.edit_button {
    background: #00B3A7;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 25px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 600;
	font-size: 14px;
    width: 250px;
	height: 40px;
	margin: 5px auto 0;
}

/*問診票を編集ボタン*/ 



/*ブルー背景ボタン　200*/

a.blue_botton_200 {
    background: #07A4D3;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 25px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 600;
	font-size: 16px;
    width: 200px;
	height: 50px;
	margin: 0 auto;
}

.common_btn {
  margin-top: 30px;	
}

.common_btn_1 {
  margin-top: 15px;	
}


/* ====================================================
ボタン　ここまで
==================================================== */


/* ====================================================
カラムスタイル　ここまで
==================================================== */



/* ====================================================
ヘッダー　ここから
==================================================== */

/* ====================================================
グローバルナビ
==================================================== */
.globalnavi {
 background-color: #FFF;
 padding-left: 100px;
 display: flex;
 justify-content: space-between;	
}


.gnav-wrapper {
 transform: rotate(0.03deg);/* シャギーを防ぐ指定 */
}

.gnav {
display: flex;
width: 600px;
align-items: center;
height: 70px; 	
}
	
	
 
.gnav li {
 text-align: center;
 transition: all .3s ease-in-out;
 width: 100%;
}
	

.nav_logo img {
 width:225px;
 margin-right: 50px;	
}


.nav-menu {
 font-size: 16px;
 font-weight: 600;	
}

.nav-menu.line {
  padding-bottom: 5px;
  position: relative;
}

.nav-menu.line::before {
  background: #00B3A7;
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: -10px;
  bottom: -5px;
  margin: 0 10px;
  transform-origin: right top;
  transform: scale(0, 1);
  z-index: 9999;	
}

.nav-menu:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}


/*ナビ右側　マイページ＆カートここから*/


.nav_right {
 display: flex;	
}


.nav_maypage {
 width: 70px;
 height: 70px;
 background-color: #00B3A7;
 border: solid 3px #00B3A7;	
 position: relative;	
}

.nav_maypage p {
  font-size: 10px;
  color:#FFF;
  font-weight: 600;
  position: absolute;
  bottom: 0px;
  left: 10px;	
}

.nav_maypage img {
 width: 30px !important;
 position: absolute;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 margin: auto;
}

.nav_cart {
 width: 70px;
 height: 70px;
 border: solid 3px #00B3A7;
 position: relative;	
}

.nav_cart p {
  font-size: 10px;
  color:#00B3A7;
  font-weight: 600;
  position: absolute;
  bottom: 0px;
  left: 20px; 	
}

.nav_cart img {
 width: 30px !important;
 position: absolute;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 margin: auto;	
}

/*ナビ右側　マイページ＆カートここまで*/

/* ====================================================
グローバルナビ　ここまで
==================================================== */


/* ====================================================
トップ　新規登録　マイページ　ここから
==================================================== */

.top_container {
 background-image: url(../images/background/background_2.png), url(../images/background/background_1.png);
 background-size: 100%;
 height: 585px;
 padding: 50px 100px 0;	
}

@media screen and (max-width: 960px) {
.top_container {
  padding: 40px 10px 0;
  height: 950px;	
}
}


@media screen and (max-width: 560px) {
.top_container {
  padding: 40px 10px 0;
  height: 770px;	
}
}


.top_wrap {
 display: flex;	
}

@media screen and (max-width: 960px) {
.top_wrap {
 flex-direction: column;
 align-items: center;	
}
}


@media screen and (max-width: 560px) {
.top_wrap {
 flex-direction: column;	
}
}

.top_logo {
 flex: 1;
 display: flex;
 flex-direction: column;
 align-items: center;
 row-gap:10px;
 text-align: center;	
}


.top_logo_1 img {
  width: 200px;
}


@media screen and (max-width: 560px) {
.top_logo_1 img {
  width: 150px;	
}
}


.top_logo_2 img {
  width: 300px;
}

@media screen and (max-width: 560px) {
.top_logo_2 img {
  width: 240px;	
}
}	


.text-area {
 width: 285px;
 font-size: 16px;
 font-weight: 600;
 text-align: center;
 margin: 15px auto;
} 

@media screen and (max-width: 560px) {
.text-area {
 width: 250px;	
 font-size: 14px;
 margin: 10px auto 20px;	
} 
}


.top_image {
 flex: 1;	
}


@media screen and (max-width: 560px) {
.top_image img {
  width: 100%;	
}
}


.new_mypage_wrap {
 display: flex;	
 column-gap: 15px;
 justify-content: center;
 margin-top: 30px;	
}


/* ====================================================
トップ　新規登録　マイページ　ここまで
==================================================== */

/* ====================================================
ハンバーガーメニューボタン　ここから
==================================================== */
.openbtn1{
	position:fixed;
    z-index: 9999;/*ボタンを最前面に*/
	top:10px;
	right: 10px;
	cursor: pointer;
    width: 60px;
    height:60px;
    background-color: #00B3A7;
    border-radius: 50%;	
}
	
/*×に変化*/	
.openbtn1 span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 2px;
	background-color: #FFF;
  	width: 30px;
}

.openbtn1 span:nth-of-type(1) {
	top:25px;	
}

.openbtn1 span:nth-of-type(2) {
	top:35px;
}


.openbtn1 span:nth-of-type(3) {
	top:31px;
}



.openbtn1 span:nth-of-type(3)::after {
	position: absolute;
	top:5px;
	left:0;
	color: #FFF;
	font-size: 10px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 400;
}

.openbtn1.active span:nth-of-type(1) {
    top: 24px;
    left: 15px;
    transform: translateY(6px) rotate(-45deg);
    width: 30px;
}

.openbtn1.active span:nth-of-type(2){
    top: 35px;
    left: 15px;
    transform: translateY(-6px) rotate(45deg);
    width: 30px;
}



/* ====================================================
リスト用　ハンバーガーメニューボタン　ここから
==================================================== */










/* ====================================================
ハンバーガーメニューボタン　ここまで
==================================================== */



/* ====================================================
スマホ用メニュー　ハンバーガーメニューオープン時　ここから
==================================================== */
/*========= ナビゲーションのためのCSS ===============*/
.g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
	top:0;
    right: -120%;
	width:100%;
	min-height: 100vh;/*ナビの高さ*/
	background-color: #FFF;
    /*動き*/
	transition: all 0.6s;
    
}

/*アクティブクラスがついたら位置を0に*/
.g-nav.panelactive{
    right: 0;
}

/*ナビゲーションの縦スクロール*/
.g-nav.panelactive .sp-container{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 90vh;/*表示する高さ*/
    overflow:hidden;
    overflow-y:scroll;
	padding: 25px 30px;	
}


.sp_menu_logo {
  margin-bottom: 45px;
}


.sp_menu_logo img {
  width: 225px;	
}


.sp_btn_wrap {
  display: flex;
  justify-content: center;
  column-gap: 10px;	
}

.sp_mypage,.sp_cart {
  position: relative;	
}


.sp_text_area {
  text-align: center;
  margin: 15px 0 10px;   	
}

.sp_text_area p {
  margin-bottom: 10px;	
}


.sp_text_area a {
  font-size: 16px;
  color: #00B3A7;
  font-weight: 600;
}


.sp_menu_list li{
  border-bottom: solid 1px #999999;
  text-align: left;
  padding: 20px 15px;
  position: relative;
  display: flex;
  justify-content: space-between;
}



.sp_menu_list a {
  position: absolute;
  display: block;
  top:0;
  left: 0;
  width:100%;
  height: 100%;
}


.sp_menu_list p {
  font-size: 20px;
  color: #00B3A7;
  font-weight: 600;	
}



.sp_arrow_r {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}

.sp_arrow_r:before {
  content: '';
  width: 12px;
  height: 12px;
  border: 0;
  border-top: solid 2px #00B3A7;
  border-right: solid 2px #00B3A7;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}


.sp_first_footer,.sp_info_footer {
 text-align: left;
 padding: 20px 15px;	
 border-bottom: solid 1px #999999;	
}

/*
.sp_first_footer li,.sp_info_footer li {
  margin-bottom: 20px;	
}
*/


.sp_first_footer ul,.sp_info_footer ul {
  display: flex;
  flex-direction: column;
  row-gap: 20px; 	
}


.sp_first_footer,.sp_info_footer a {
  font-size: 16px;	
}

.sp_sns {
  display: flex;
  padding: 20px 15px;
  column-gap: 15px;	
}

.sp_sns img {
  width: 35px;	
}

/* ====================================================
ヘッダー　ここまで
==================================================== */

/* ====================================================
診察日から探す　ここから
==================================================== */

.search_container {
 position: relative;
 top:50px;	
}

@media screen and (max-width: 960px) {
.search_container {
 top:40px;	
}
}

@media screen and (max-width: 560px) {
.search_container {
 top:40px;	
}
}



.search_box {
 background-color: #FFF;
 width: 1000px;
 border-radius: 30px;
 height: 190px;
 margin: 0 auto;
 padding: 25px 50px;	
}


@media screen and (max-width: 960px) {
.search_box {
 width: 100%;
 border-radius: 15px;
 height: 237px;
 padding: 20px 15px 10px;	
}
}


@media screen and (max-width: 560px) {
.search_box {
 width: 100%;
 border-radius: 15px;
 height: 237px;
 padding: 20px 15px 10px;	
}
}


.search_box h2 {
 color: #0C0D24;
 text-align: center;	
}

.search_form {
  border: solid 2px #00B3A7;
  border-radius: 10px;	
  height: 80px;
  margin-top: 25px;
  display: flex;
  align-items: center;
  background-color: #FFF;	
}


@media screen and (max-width: 960px) {
.search_form {
  border: initial;
  height: auto;
  margin-top: 10px;
  flex-direction: column;
  row-gap:10px;
  background-color: initial;	
}
}


@media screen and (max-width: 560px) {
.search_form {
  border: initial;
  height: auto;
  margin-top: 10px;
  flex-direction: column;
  row-gap:10px;
  background-color: initial;	
}
}


#start_date,#search-time {
  border: none;
  font-size: 16px;
  font-weight: 600;
}


.search_form img,.secrch_time img {
  width: 35px;	
}



.search_form button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 77px;
    border: none;
    background-color: #00b3a7;
    cursor: pointer;
	border-radius: 0 5px 5px 0;
    color: #FFF;
	font-size: 25px;
	font-weight: 600;
}


@media screen and (max-width: 960px) {
.search_btn {
  width: 100%;	
}
}

@media screen and (max-width: 960px) {
.search_form button {
    width: 100%;
    height: 50px;
	border-radius: 10px;
	font-size: 20px;
}
}


@media screen and (max-width: 560px) {
.search_form button {
    width: 340px;
    height: 50px;
	border-radius: 10px;
	font-size: 20px;
}
}

.search_data,.secrch_time {
  width:350px;
  display: flex;
  column-gap: 20px;
  padding: 25px 0 25px 30px;
  align-items: center;	
}


@media screen and (max-width: 960px) {
.search_data,.secrch_time {
  width:100%;
  column-gap: 10px;
  padding: 15px 0 15px 20px;
  height: 50px;
  border: solid 2px #00B3A7;
  border-radius: 10px;
  background-color: #FFF;	
}
}


@media screen and (max-width: 560px) {
.search_data,.secrch_time {
  width:340px;
  column-gap: 10px;
  padding: 15px 0 15px 20px;
  height: 50px;
  border: solid 2px #00B3A7;
  border-radius: 10px;
  background-color: #FFF;	
}
}

.search_data p,.secrch_time p {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;	
}

.secrch_line {
  border-left: solid 2px #00B3A7;
  width: 0px;
  height: 50px;	
}



/* ====================================================
診察日から探す　ここまで
==================================================== */

/* ====================================================
オンライン診察のご利用方法　ここから
==================================================== */

.flow_container {
 padding: 190px 100px 50px;	
}


@media screen and (max-width: 960px) {
.flow_container {
 padding: 185px 10px 40px;	
}
}


@media screen and (max-width: 560px) {
.flow_container {
 padding: 185px 10px 40px;	
}
}


.flow_wrapper {
 text-align: center;	
}


.flow_box {
 background-color: #FFF;
 border-radius: 50px;
 width: 1000px;
 height: auto;
 padding: 15px 50px;
 display:flex; 
 justify-content: space-between;
 align-items: center;
 margin: 0 auto; 
}

@media screen and (max-width: 960px) {
.flow_box {
 border-radius: 15px;
 width: 100%;
 padding: 15px;
 flex-direction: column;	
}
}


@media screen and (max-width: 560px) {
.flow_box {
 border-radius: 15px;
 width: 100%;
 padding: 15px;
 flex-direction: column;	
}
}


.flow_step {
 display: flex;
 align-items: stretch;
 height: 70px;
 column-gap: 30px;	
}

.text_step p{
 color:#00B3A7;
 font-weight: 600;
 margin-bottom: 5px;	
}

.text_step span {
 font-size: 40px;
 color:#00B3A7;
 font-weight: 600;	
}


@media screen and (max-width: 960px) {
.text_step span {
 font-size: 30px;
}
}


@media screen and (max-width: 560px) {
.text_step span {
 font-size: 30px;
}
}


.heading_step {
 display: flex;
 align-items: center;
 column-gap: 10px;	
}

.heading_step img {
 width: 35px;
}



@media screen and (max-width: 560px) {
.heading_step img {
 width: 30px;
}
}

.flow_text_area {
 width: 495px;	
}

@media screen and (max-width: 560px) {
.flow_text_area {
 width: 100%;	
}
}


.flow_text_area p {	
 margin-bottom: inherit;
 text-align: left;
 line-height: 22px;	
}

/*下三角*/

.triangle {
  display: inline-block;
  width: 30px;
  height: 18px;
  background: #00b3a7;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  margin: 15px 0 7px;	
}

/*下三角*/



/* ====================================================
オンライン診察のご利用方法　ここまで
==================================================== */

/* ====================================================
おうちで獣医さんの特徴 ここから
==================================================== */

.feature_container {
  background-image: url(../images/background/feature.jpg);
  background-repeat: no-repeat;	
  background-size: cover;
  height: 800px;
  padding: 50px 100px 0;
  text-align: center;	
}



.feature_wrapper {
  display: flex;
  column-gap: 20px;
  justify-content: center;	
}

.feature_content {
 width: 320px;
 height: 333px;
 padding: 30px 15px 15px;
 background-color: rgba( 255, 255, 255, 0.85 );	
}

.feature_content h3 {
 color: #00B3A7;
 font-size: 20px;
 font-weight: 600;	
}

.feature_content img {
  width: 225px;
  margin: 10px 0;	
}

.feature_content p {
  text-align: justify;	
}

/*=======================
SP用　おうちで獣医さんの特徴 ここから
=========================*/

.sp_feature_container {
  background-image: url(../images/background/feature_sp.jpg);
  background-repeat: no-repeat;	
  background-size: cover;	
  padding: 40px 0 0 10px;
  background-position: 45%;
  height: 700px;
  text-align: center;	
}


.sp_feature_wrapper {
  display: flex;
  column-gap: 20px;
}

.sp_feature_content {
 width: 320px;
 height: 320px;
 background-color: rgba( 255, 255, 255, 0.85 );
 padding: 30px 15px 15px;	
}

.sp_feature_content h3 {
 color: #00B3A7;
 font-size: 20px;
 font-weight: 600;	
}

.sp_feature_content img {
  width: 225px;	
}

.sp_feature_content p {
  text-align: justify;
  width: 290px;	
}


/*=======================
SP用　横スクロールバー
=========================*/

.scroll__inner {
  padding: 0 0 20px 0;
  overflow-x: scroll;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}
.scroll__inner::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}
.simplebar-scrollbar::before {
  background: #ffffff !important ;
  border-radius: 0;
  height: 5px !important;
  margin-left: 2px;
  margin-top: 3px;
}
.simplebar-scrollbar.simplebar-visible::before {
  opacity: 1 !important;
}
.simplebar-track {
  background: #cbd2e0;
  height: 15px !important;
}


/* ====================================================
おうちで獣医さんの特徴 ここまで
==================================================== */

/* ====================================================
よくある質問ここから
==================================================== */

.faq_container {
  text-align: center;	
  padding: 50px 100px;
}

@media screen and (max-width: 960px) {
.faq_container {
  text-align: center;	
  padding: 40px 10px;
}
}



@media screen and (max-width: 560px) {
.faq_container {
  text-align: center;	
  padding: 40px 10px;
}
}



/*====================================================================
アコーディオンメニュー　ここから
====================================================================*/
/* 必須 */

.accordion {
  width: 1000px;
  margin: 0 auto;
  text-align: left;	
}


@media screen and (max-width: 960px) {
.accordion {
  width: 100%;
}
}

@media screen and (max-width: 560px) {
.accordion {
  width: 100%;
}
}


/* 装飾用 */

.accordion-heading {
  background-color: #FFF;
  padding: 15px 45px 15px 30px;
  margin: 10px 0 0;
  transition: background .3s ease;
  cursor: pointer;
  position: relative;
  height: 80px;
  display: flex;
  align-items: center;	
}


@media screen and (max-width: 960px) {
.accordion-heading {
  padding: 15px;
}
}



@media screen and (max-width: 560px) {
.accordion-heading {
  padding: 15px;
}
}


.accordion-heading::before,
.accordion-heading::after{
	position:absolute;
	content:'';
	top:1px;
	right:30px;
	bottom:0;
	width:24px;
	height:1px;
	margin:auto;
	background:#0C0D24;
}


@media screen and (max-width: 560px) {
.accordion-heading::before,
.accordion-heading::after{	
	right:15px;
}
}


.accordion-heading::after{
	transform:rotate(-90deg);
	transition:transform 0.3s;
}
.accordion-heading.active::after{transform:rotate(0deg);}

.accordion-content {
  display: none;	
  background-color: #FFF;
  padding: 15px 100px 15px 30px;
}


@media screen and (max-width: 960px) {
.accordion-content {
  padding: 15px;
}
}



@media screen and (max-width: 560px) {
.accordion-content {
  padding: 15px;
}
}


.circle_line {
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align:center;
  line-height: 50px;
  border-radius: 50%;
  border: solid 1px #00B3A7;
}



.accordion-heading span,
.accordion-content span{
  padding-left: 25px;
  position: relative;
}

.accordion-heading span::before{
  position: absolute;
  content:"Q";
  top: -26px;
  left: 0px;
  color: #00B3A7;
  font-size: 20px;
  border-radius: 50%;
  border: solid 1px #00B3A7;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;	
}

@media screen and (max-width: 560px) {
.accordion-heading span::before{
  top: -21px;	
  width: 40px;
  height: 40px;
  line-height: 40px;	
}
}


.accordion-content span::before{
  position: absolute;
  content:"A";
  top: 5px;
  left: 0px;
  color: #FFF;
  font-size: 20px;
  background-color: #00B3A7;
  border-radius: 50%;
  border: solid 1px #00B3A7;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;	
}

@media screen and (max-width: 560px) {
.accordion-content span::before{
  top: 8px;	
  width: 40px;
  height: 40px;
  line-height: 40px;	
}
}

.accordion-heading p {
  font-size: 16px;
  font-weight: 600;
  color: #00B3A7;
  margin-left: 35px;	
}

@media screen and (max-width: 560px) {
.accordion-heading p {
  margin-left: 15px;
  padding: 16px 30px 16px 10px;	
}
}

.accordion-content p {
  font-size: 16px;
  color:#0C0D24;
  margin-left: 60px;	
}


/*====================================================================
アコーディオンメニュー　　よくある質問ここまで
====================================================================*/

/* ====================================================
取り扱い製薬メーカー　ここから
==================================================== */

.pharma_container {
 text-align: center;
 padding: 50px 0;	
}


@media screen and (max-width: 960px) {
.pharma_container {
 text-align: center;
 padding: 40px 0;	
}
}



@media screen and (max-width: 560px) {
.pharma_container {
 text-align: center;
 padding: 40px 0;	
}
}

/*流れるロゴここから*/

/* スライダー全体 */
.slider-wrapper {
  display: flex; /* スライドのグループを横並び */
  overflow: hidden; /* はみ出たスライドを隠す */
}
/* スライド5枚のグループ */
.slider {
  animation: scroll-left 20s infinite linear .5s both;
  display: flex; /* スライド3枚を横並び */
}
/* スライド */
.slide {
  width: calc(100vw / 6); /* 6はスライドの枚数 */
}

@media screen and (max-width: 960px) {
.slide {
  width: calc(100vw / 4); /* 6はスライドの枚数 */
}
}


@media screen and (max-width: 560px) {
.slide {
  width: calc(100vw / 2); /* 6はスライドの枚数 */
}
}

/* スライドの画像 */
.slide img {
  display: block;
  width: 200px;
}
/* CSSアニメーション */
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}


/* ====================================================
取り扱い製薬メーカー　ここまで
==================================================== */

/* ====================================================
診察予約　エリアここから
==================================================== */

.reserve_wrap {
 height: 340px;	
 display: flex;
 padding: 0 100px;	
}


@media screen and (max-width: 960px) {
.reserve_wrap {	
 height: 480px;
 padding: 0 10px;
 flex-direction: column;	
}
}



@media screen and (max-width: 560px) {
.reserve_wrap {	
 height: 480px;
 padding: 0 10px;
 flex-direction: column;	
}
}


.reserve_box {
 flex: 1;
 text-align: center;
}

.reserve_box h2 {
  padding: 50px 0 20px;
}


@media screen and (max-width: 960px) {
.reserve_box h2 {
  padding: 40px 0 15px;
}
}


@media screen and (max-width: 560px) {
.reserve_box h2 {
  padding: 40px 0 15px;
}
}


.reserve_image {
 flex: 1;
}


@media screen and (max-width: 960px) {
.reserve_image {
 text-align: center;
 margin-top: 15px;	
}
}


@media screen and (max-width: 560px) {
.reserve_image {
 text-align: center;
 margin-top: 15px;	
}
}


.reserve_text_box {
 margin: 0 auto;
 line-height: 25px;
 font-size: 16px;	
}

@media screen and (max-width: 960px) {
.reserve_image img {
  width: 300px;	
}
}

@media screen and (max-width: 560px) {
.reserve_image img {
  width: 300px;	
}
}



/* ====================================================
診察予約　エリアここまで
==================================================== */

/* ====================================================
お知らせ　ここから
==================================================== */

.news_container {
  height: 435px;
  padding: 50px 100px;
  text-align: center;	
}


@media screen and (max-width: 960px) {
.news_container {
  height: 100%;
  padding: 40px 10px;
}
}



@media screen and (max-width: 560px) {
.news_container {
  height: 100%;
  padding: 40px 10px;
}
}


.news_content {
  border-bottom: solid 1px #999999;
  text-align: left;
  padding: 15px 50px;
  position: relative;	
}


@media screen and (max-width: 960px) {
.news_content {
  padding: 10px 25px;	
}
}

@media screen and (max-width: 560px) {
.news_content {
  padding: 10px 15px;	
}
}


.news_content a {
  position: absolute;
  display: block;
  top:0;
  left: 0;
  width:100%;
  height: 100%;	
}

.news_data {
  display: flex;
  column-gap: 10px;
  align-items: center;
  margin-bottom: 10px;	
}

.news_data dt {
  font-weight: 600;
  font-size: 16px;	
}

.news_data dd {
  border:solid 1px #00B3A7;
  height: 20px;
  border-radius: 5px;
  padding: 0 10px;	
}

.news_data p {
  color: #00B3A7;
  font-size: 12px;	
}

/* ====================================================
お知らせ　ここまで
==================================================== */

/* ====================================================
追従ボタン　ここから
==================================================== */
.in_fixed_bottom {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-color: #FFF;
  box-sizing: border-box;
  padding: 20px;
  z-index: 9;
  height: 90px;	
}


@media screen and (max-width: 960px) {
.in_fixed_bottom {
  padding: 10px;
  height: 70px;
  bottom: 0px;	
}
}

@media screen and (max-width: 560px) {
.in_fixed_bottom {
  padding: 10px;
  height: 70px;	
}
}


.in_fixed_bottom[aria-expanded=false] {
  bottom: -200px;
  transition: 0.5s;
}

.in_fixed_bottom[aria-expanded=true] {
 /* bottom: 0;*/
  transition: 0.5s;
}

.in_fixed-inner {
  display: flex;
  justify-content: center;
}

.in_fixed-btn {
  width: 100%;
  display: flex;
  justify-content: center;
  column-gap: 30px;	
}


@media screen and (max-width: 960px) {
.in_fixed-btn {
  column-gap: 10px;	
}
}

@media screen and (max-width: 560px) {
.in_fixed-btn {
  column-gap: 10px;	
}
}

.common_btn_fixed {
  position: relative;	
}



/* ====================================================
追従ボタン　ここまで
==================================================== */

/* ====================================================
フッター　ここから
==================================================== */

.footer-container {
  background-color: #FAF8F5;
  padding: 50px 100px 90px;	
  height: 570px;
  margin-bottom: 15px;	
}


@media screen and (max-width: 960px) {
.footer-container {
  padding: 40px 25px 80px;	
  height: 100%;
  margin-bottom: initial;	
}
}


@media screen and (max-width: 560px) {
.footer-container {
  padding: 40px 25px 80px;	
  height: 100%;
  margin-bottom: initial;	
}
}


.footer-wrapper {
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #999999;
  padding-bottom: 30px;	
}


@media screen and (max-width: 960px) {
.footer-wrapper a {
  font-size: 14px;	
}
}

@media screen and (max-width: 560px) {
.footer-wrapper a {
  font-size: 14px;	
}
}

@media screen and (max-width: 960px) {
.footer-logo{
  text-align: center;	
}
}


@media screen and (max-width: 560px) {
.footer-logo{
  text-align: center;	
}
}

.footer-logo img {
  width: 215px;	
}


@media screen and (max-width: 960px) {
.footer-logo img {
  width: 200px;	
}
}


@media screen and (max-width: 560px) {
.footer-logo img {
  width: 200px;	
}
}

.footer_toplink {
  margin-bottom: 15px;	
}


.footer_toplink a{
  color	:#00B3A7 !important;
  font-weight: 600 !important;
}

@media screen and (max-width: 560px) {
.footer_toplink a {
  color	:#00B3A7 !important;
  font-weight: 600 !important;
  font-size: 16px;	
}
}


.footer_box_1 li, .footer_box_2 li, .footer_box_3 li {
  font-size: 16px;
  margin-bottom: 15px;	
}

.sns_icon {
  display: flex;
  column-gap: 15px;
  padding: 50px 0 15px;	
}


@media screen and (max-width: 960px) {
.sns_icon {
  padding: 40px 0 15px;
  justify-content: center;	
}
}


@media screen and (max-width: 560px) {
.sns_icon {
  padding: 40px 0 15px;
  justify-content: center;	
}
}


.sns_icon img {
  width: 35px;	
}


.copyright p {
  font-size: 12px;	
}


@media screen and (max-width: 960px) {
.copyright p {
  text-align: center;
}
}


@media screen and (max-width: 560px) {
.copyright p {
  text-align: center;
}
}


/*　SP用　グリッドここから */


@media screen and (max-width: 960px) {
.footer-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
}

@media screen and (max-width: 560px) {
.footer-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
}


@media screen and (max-width: 960px) {
.footer-logo {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
  margin-bottom: 25px;	
}
}

@media screen and (max-width: 560px) {
.footer-logo {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
  margin-bottom: 25px;	
}
}

@media screen and (max-width: 960px) {
.footer_box_1 {
  grid-column-start: 1;
  grid-row-start: 3;
  grid-row-end: 5;
}
}


@media screen and (max-width: 560px) {
.footer_box_1 {
  grid-column-start: 1;
  grid-row-start: 3;
  grid-row-end: 5;
}
}


/* ====================================================
フッター　ここまで
==================================================== */


/* ====================================================
　　リスト用ページ　ここから  list.html
==================================================== */

.sp_header_logo {
  padding: 25px;	
}

.sp_header_logo img {
  width: 225px; 	
}


/* ====================================================
　リストページ用　診察日を探すここから
==================================================== */

.search_area {
  background-color: #F0FCFB;
  padding: 5px 150px 25px;	
}

@media screen and (max-width: 960px) {
.search_area {
  padding: 5px 15px 25px;	
}
}

@media screen and (max-width: 560px) {
.search_area {
  padding: 1px 10px 10px;	
}
}
 
.search_box_list {
    width: 1000px;
    border-radius: 30px;
    margin: 0 auto;
    padding: 0 50px;
}


@media screen and (max-width: 960px) {
.search_box_list {
    width: 100%;
    padding: 0 15px;
}
}

@media screen and (max-width: 560px) {
.search_box_list {
	width: 100%;
    border-radius: 15px;
    height: 170px;
    padding: 0 15px;
}
}

/* ====================================================
　リストページ用　診察日を探すここまで
==================================================== */

/* ====================================================
　リストキーワード検索　ここから
==================================================== */

.list_search_container {
   padding: 50px 100px;	
}

@media screen and (max-width: 560px) {
.list_search_container {
   padding: 15px 15px 80px;	
}
}

.list_search_wrap {
   display: flex;
   column-gap: 30px;
   justify-content: center;	
}

/*検索フォームここから*/

.search-form-5 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 250px; 
    overflow: hidden;
    border-radius: 25px;
    background-color: #f0fcfb;
}

@media screen and (max-width: 560px) {
.search-form-5 {
    justify-content: flex-start;
    width: 330px; 
}
}


.search-form-5 input {
    height: 50px;
    padding: 5px 15px;
    border: none;
    box-sizing: border-box;
    background-color: #f0fcfb;
    font-size: 14px;
    outline: none;
}

.search-form-5 input::placeholder {
    color: #666666;
}

.search-form-5 button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.search-form-5 button::after {
    width: 25px;
    height: 25px;
    background-image: url(../images/common/search.png);
    background-repeat: no-repeat;
    background-size: 25px;	
    content: '';
}

.search_animal h4 {
  color: #0C0D24;
  margin: 30px 0 10px;	
}

/*アニマル選択リスト ここから*/


.animal_list {
	
}

.animal_list img {
   width: 70px;	
}

.animal_list p {
  font-weight: 600;	
}


.animal_container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;	
}

@media screen and (max-width: 960px) {
.animal_container {
  width: 100%;	
}
}

@media screen and (max-width: 560px) {
.animal_container {
  width: 100%;	
}
}

.radio-tile-group {
  display: flex;
  flex-wrap: wrap;
  gap:10px;	
}

.input-container {
    position: relative;
    height:  95px;
    width:  120px;
}


@media screen and (max-width: 960px) {
.input-container {
    width:  160px;
}
}


@media screen and (max-width: 560px) {
.input-container {
    width:  160px;
}
}

.radio-button {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    cursor: pointer;
    }

 
.radio-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    border: 1px solid #999999;
    border-radius: 10px;
    padding: 10px;
    }

.icon img {
    width: 70px;;
    }

.radio-tile-label {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #0C0D24;
    }

.radio-button:checked + .radio-tile {
    background-color: #F0FCFB;
    border: 2px solid #00B3A7;		
}

/*アニマル選択リスト ここまで*/


.checkbox_item {
  display: flex;
  align-items: center;
  column-gap: 10px;
  width: fit-content;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  color: #0c0d24;
  cursor: pointer;
}

.checkbox_item:not(:last-of-type) {
  margin-bottom: 10px;
}

.checkbox {
  appearance: none;
  position: relative;
  width: 25px;
  height: 25px;
  border: 1px solid #999999;
  border-radius: 5px;
  cursor: pointer;
}

.checkbox:checked {
  background-color: #00b3a7;
}

.checkbox:checked::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 3px;
  width: 15px;
  height: 6px;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  transform: rotate(-45deg);
}

/*先生ここから*/


.doctor_list_container {
  width: 720px;	
}

.view-toggle {
    margin-bottom:20px;
	display: flex;
	align-items: center;	
}


@media screen and (max-width: 560px) {
.view-toggle {
  flex-direction: column-reverse;
  align-items: initial;
  grid-row-gap: 25px;	
}
}

.item-container {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.result_text {
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  flex: 1;	
}

@media screen and (max-width: 560px) {
.result_text {
  text-align: left;
  flex: initial;	
}
}

.list_wrap {
 display: flex;
 align-items: center;
 column-gap: 15px;	
}

@media screen and (max-width: 560px) {
.list_wrap {
 justify-content: space-between;	
}
}

.optionbox_sp {
    display: inline-flex;
    align-items: center;
    position: relative;
}


.optionbox_sp {
    appearance: none;
    width: 175px;
    height: 40px;
    border: 1px solid #999999;
    border-radius: 25px;
    background-color: #fff;
    color: #0C0D24;
    font-size: 16px;
    cursor: pointer;
    padding: 10px 20px;	
}


.sort-select {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.sort-select::after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-bottom: solid 2px #00B3A7;
  border-right: solid 2px #00B3A7;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 5px;
  margin: auto;
}

.sort-select select {
    appearance: none;
    min-width: 150px;
    height: 30px;
    padding: 5px 15px;
    border: 1px solid #999999;
    border-radius: 25px;
    background-color: #fff;
    color: #0c0d24;
    font-size: 14px;
    cursor: pointer;
}

@media screen and (max-width: 960px) {
.sort-select select {
    min-width: 175px;
    height: 40px;
}
}


@media screen and (max-width: 560px) {
.sort-select select {
    min-width: 175px;
    height: 40px;
}
}


.content {
  position: relative;	
}

@media screen and (max-width: 960px) {
.content {
  flex: 1;	
}
}


.affiliation,.list_price {
  font-weight: 600;
  margin: 5px 0;	
}


.list_price span {
   font-size: 20px;
   color: #00B3A7;
   font-weight: 600;	
}


/* リスト表示時のスタイル */
.list-view .user_list {
    display: flex;
    width: 720px;
	height: 285px;
	border: solid 1px #999999;
    padding: 15px;
    border-radius: 15px;
    margin-bottom: 15px;	
}

@media screen and (max-width: 560px) {
.list-view .user_list {
    width: 360px; 
	height: 245px;
}
}


.list-view .user_list img {
    width: 200px;
    height: 200px;
	border-radius: 10px;
    margin-right: 15px;
}


@media screen and (max-width: 560px) {
.list-view .user_list img {
    width: 150px;
    height: 150px;
	margin-right: 10px;
}
}

.list-view .common_btn_1 {
   display: none;
} 

/* カード表示（グリッド表示）時のスタイル */
.grid-view .user_list {
    width: 230px;
    border: 1px solid #999999;
    padding: 15px;
	border-radius: 15px;
}

@media screen and (max-width: 560px) {
.grid-view .user_list {
    width: 360px;
    height: 245px;	
	display: flex;
}
}

.grid-view .user_list img {
    width: 200px;
    height: auto;
    border-radius: 10px;	
    margin-bottom: 10px;
}

@media screen and (max-width: 560px) {
.grid-view .user_list img {
    width: 150px;
}
}


.grid-view .list_text {
  display: none !important;
}

.grid-view .common_btn {
  display: none !important;	
}

.grid-view .white_circle {
  top:15px;
  left: 165px;	
}

/* アクティブなボタンのスタイル */
.view-toggle button.active {

}

.view-toggle img {
  width: 20px;
}

#list-button, #grid-button {
   border: none;
   background-color: initial;
}

.user_list {
  position: relative;	
}


/*ドクターページのお気に入りボタン dr.html*/

.white_circle_dr {
  background-color: #FFF;
  border-radius: 25px;
  border: solid 1px #999999;
  width: 200px;
  height: 40px;
  display: flex;
}

@media screen and (max-width: 560px) {
.white_circle_dr {
  width: 250px; 	
  margin: 0 auto;
}
}

.white_circle_dr span {
  font-weight: 600;
  font-size: 14px;
  color: #0C0D24;	
}

.favorite-button_dr {
	width: 100%;
    display: flex;
	align-items: center;
    justify-content: center;	
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    column-gap: 5px;	
}

/*ドクターページのお気に入りボタン dr.html */


/* お気に入り登録済み状態 */
.favorite-button.liked .empty, .favorite-button_dr.liked .empty {
    display: none;
}
.favorite-button.liked .filled, .favorite-button_dr.liked .filled {
    display: inline-block;
}

/*お気に入りのボタン*/


/* ====================================================
　絞り込み用　ハンバーガーメニュー　ここから
==================================================== */
.sp_squeeze_wrap {
  height: 60px;
  border-bottom: solid 1px #999999;
}

.option-menu_sp {
 /* display: none;*/
  position: fixed;
  bottom: -120%; /* 初期状態でメニューを画面の外に */
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: #FFF;
  padding: 0 30px 100px;
  box-sizing: border-box;
  z-index: 9999;
/*  transform: translateY(100%);	*/
  transition: bottom 0.6s ease; /* スライドアニメーション */
  overflow: hidden;
  overflow-y: scroll;	
}


.hamburger-button {
  width: 175px; /* ボタンのサイズに合わせて調整 */
  height: 40px;
  background-image: url('../images/common/menu_open.png'); /* デフォルトの画像 (ハンバーガー) */
  background-size: 20px;
  background-position: right;	
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  cursor: pointer;
  /* 他のスタイル設定（位置調整など） */
}

/* メニューが開いているときに付与されるクラス */
.hamburger-button.is-active {
  width: 40px;
  height: 40px;	
  background-image: url('../images/common/menu_close.png'); /* アクティブ時の画像 (閉じる) */
 /* transform: translateY(100%);*/
  position: fixed;
  top:10px;
  right: 10px;
  z-index: 99999;
  background-size: 40px;	
}

/* 必要に応じてメニュー自体の表示/非表示もCSSで制御 */

.hamburger-button.is-active p {
   display: none;
}


.hamburger-button p {
  text-align: left;	
  color: #0C0D24;	
}

.option-menu_sp.is-active {
/* display: flex; /* またはflexなど */
 bottom: 0;
 transform: translateY(0);	
}

.option-menu_sp img {
  width: 70px;	
}


.option_wrap {
  display: flex;
  height: 60px;
  margin-bottom: 20px;
  padding: 0 30px;	
  align-items: center;
  border-bottom: solid 1px #999999;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);	
}


.option_sp {
  width: 65%;
  display: flex;
  align-items: center;
  gap: 10px;
  	
}

.option_sp img {
  width: 20px;	
}

.option_sp p {
  font-weight: 600;
  font-size: 16px;	
}

.option_clear {
  border: solid 1px #999999;
  border-radius: 25px;
  width: 85px;
  height: 40px;
  padding: 10px 20px;	
}

.option_clear p {
  color:#00B3A7;
  font-size: 14px;
  font-weight: 400;	
}

/* ====================================================
ドクターページここから       dr.html
==================================================== */

.dr_reserv_container {
  padding: 50px 100px 200px;	
}


@media screen and (max-width: 960px) {
.dr_reserv_container {
  padding: 15px 15px 80px;	
}
}


@media screen and (max-width: 560px) {
.dr_reserv_container {
  padding: 15px 15px 80px;	
}
}

.dr_wrap {
  display: flex;
  column-gap: 30px;
  justify-content: center;	
}


@media screen and (max-width: 960px) {
.dr_wrap {
  flex-direction: column;	
}
}


@media screen and (max-width: 560px) {
.dr_wrap {
  flex-direction: column;	
}
}

.dr_profile {
  background-color: #FFF;
  width: 250px;
  padding: 15px;
  border-radius: 15px;
  height: 100%;	
}


@media screen and (max-width: 960px) {
.dr_profile {
  width: 100%;
  margin-bottom: 15px;	
}
}


@media screen and (max-width: 560px) {
.dr_profile {
  width: 100%;
  margin-bottom: 15px;	
}
}

.dr_profile img {
  width: 220px;  	
}


@media screen and (max-width: 960px) {
.dr_profile img {
  width: 150px;  	
}
}


@media screen and (max-width: 560px) {
.dr_profile img {
  width: 150px;  	
}
}

@media screen and (max-width: 960px) {
.dr_imges {
 display: flex;
 gap: 10px;
 margin-bottom: 15px;		
}
}


@media screen and (max-width: 560px) {
.dr_imges {
 display: flex;
 gap: 10px;
 margin-bottom: 15px;		
}
}

/*ライセンス認証済ボタンアイコン*/

.license_btn {
  width: 150px;
  height: 30px;	
  border: solid 1px #EB5959;
  border-radius: 5px;
  background-image: url('../images/common/icon_license.png');
  background-size: 20px;
  background-position: 5px;	
  background-repeat:no-repeat;	
  background-color: #FFF2F2;
  padding: 5px;
  color:#EB5959;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  margin-bottom: 15px;	
}


.license_btn p {
  font-size: 14px;
  font-weight: 600;	
}

.dr_favorite {
  width: 220px;
  height: 120px;
  background-color: #FAF8F5;
  border-radius: 10px;
  padding: 5px 10px;
  position: relative;
  margin-bottom: 15px;	
}

@media screen and (max-width: 960px) {
.dr_favorite {
  width: 100%;
  text-align: center;
}
}

@media screen and (max-width: 560px) {
.dr_favorite {
  width: 100%;
  text-align: center;
}
}

.animal_box {
  display: flex;	
  margin: 15px 0;
  flex-wrap: wrap;
  gap:10px;	
}


@media screen and (max-width: 960px) {	
.animal_box {
  gap:5px;	
}	
}
	

@media screen and (max-width: 560px) {	
.animal_box {
  gap:5px;	
}	
}
	
	
	
.animal_content {
  width: 105px;
  height: 95px;
  border: solid 1px #00B3A7;
  border-radius: 10px;
  text-align: center;
  padding: 10px 5px;	
}


.animal_content img {
  width: 70px;
  height: 50px;	
}

.animal_content p {
  font-weight: 600;	
}


.subject_box {
  display: flex;
  flex-wrap: wrap;
  gap:5px;
  margin-top: 10px;	
}


.subject_content {
  height: 30px;
  padding: 5px 10px;
  border: solid 1px #00B3A7;
  border-radius: 5px;	
}

.subject_content p {
  font-weight: 600;	
}


/* ====================================================
　タブメニュー　ここから
==================================================== */

/* タブ　ここから*/
/*tabの形状*/
.tab-container {
	display: flex;
	justify-content: space-between;
	width: calc(100% - 0px);
}

@media screen and (max-width: 860px) {
.tab-container {
	 width: calc(100% - 0px);
	 }	
}

.tab{
    word-wrap: break-word;
	text-align: center;
}

/* 💡 修正点 1: li a に display: block を追加し、width を有効化 */
.tab-container li a{
    display: block; 
    border-radius: 10px 10px 0 0;
	background:#00B3A7;
	padding:20px 0;
	width: 32.5%;
	font-weight: 600;
	font-size: 20px;
    color: #FFF !important; /* 文字色が緑で上書きされないよう、ここで明示 */
}

@media screen and (max-width: 860px) {
.tab-container li a {
	 font-size:15px;
	 padding:15px 0;
	 }	
}
 
/*========= タブ内レイアウトのためのCSS ===============*/
/* 💡 修正点 2: li.active a に戻し、!important で白背景を強制適用 */
.tab-container li.active a{
	background:#FFF !important; /* 白背景を強制適用 */
	color: #00B3A7 !important; /* アクティブ時の文字色を強制適用 */
}
.tab-container .tab.active a,
.tab-container li.active a {
    background:#FFF !important; /* 背景色の問題は解決済み */
    color: #00B3A7 !important; /* 👈 詳細度最大で文字色を青緑に強制 */
}
/* 💡 修正箇所 3: .tab a の定義は、li a の定義と重複するため削除します */
/* .tab a { color: #FFF; } は削除 */

/*エリアの表示非表示と形状*/
.area {
	display: none;/*はじめは非表示*/
	opacity: 0;/*透過0*/
	background: #fff;
	padding:50px 30px 30px;
	border-radius: 0 0 15px 15px;
}

@media screen and (max-width: 860px) {
.area {
	padding:15px;
	border-radius: 0 0 10px 10px;
	}
}

/*areaにis-activeというクラスがついた時の形状*/
.area.is-active {
    display: block;/*表示*/
    animation-name: displayAnime;/*ふわっと表示させるためのアニメーション*/
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

@keyframes displayAnime{
	from {
		opacity: 1;
	}
	to {
		opacity: 1;
	}
}

/*========= タブ内レイアウトのためのCSS ===============*/


.tab_dr{
	padding: 0 0 40px;
	width: 720px;
}

@media screen and (max-width: 960px) {
.tab_dr{
	padding: 0;
	width: 100%;
	}
}



/* ====================================================
　タブメニュー　予約する　ここから
==================================================== */

.tab_text {
  color:#0C0D24;
  margin-bottom: 10px;	
}

@media screen and (max-width: 560px) {
.tab_text {
  font-size: 16px;
  margin-bottom: 5px;	
}
}

.button_reserv {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin:30px auto;
    padding: .9em 2em;
    border: none;
    border-radius: 15px;
    background-color: #00b3a7;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}

.reserv_calendar_wrap {
   display: flex;
   justify-content: space-between;
   margin-bottom: 30px;	
}

.week_1 {
  width: 150px;
  height: 50px;
  background-color: #FAF8F5;
  border: solid 1px #999999;
  border-radius: 10px;
  padding: 13px 37px;	
}

@media screen and (max-width: 560px) {
.week_1 {
  width: 100px;
  padding: 12px;
}
}


.week_1 p {
  font-size: 16px;
  color: #999999;
  font-weight: 600;	
}

.week_2 {
  width: 150px;
  height: 50px;
  border: solid 1px #999999;
  border-radius: 10px;
  padding: 13px 37px;	
}

@media screen and (max-width: 560px) {
.week_2 {
  width: 100px;
  padding: 12px;	
}
}

.week_2 p {
  font-size: 16px;
  font-weight: 600;	
}

/*予約カレンダーここから*/

.calendar_table {
  overflow: scroll;
  height: 830px;	
}



.time_table_wrap ul {
  display: flex;
  width: 644px;	
  height: 40px;
}

@media screen and (max-width: 960px) {	
.time_table_wrap ul {
  display: flex;
  width: 100%;	
}
}
	
@media screen and (max-width: 560px) {	
.time_table_wrap ul {
  display: flex;
  width: 100%;	
}
}


.time_table_wrap li {
  width: 161px;
  height: 40px;	
  padding: 10px;
  text-align: center;	
}

@media screen and (max-width: 960px) {
.time_table_wrap li {
  width: 100%;	
}
}


@media screen and (max-width: 560px) {
.time_table_wrap li {
  width: 100%;	
}
}
	
.time_table_wrap p {
  font-size: 13px;
  font-weight: 600;	
}

@media screen and (max-width: 560px) {	
.time_table_wrap p {
  text-align: left;	
}	
}
	
	
.time_table_solid a {
  display: block; /* リストの高さと幅全体にリンクを広げる */
}

.time_table_solid {
 border-right: solid 1px #999999;
}

.time_table_arrow {
  position: relative;
  display: inline-block;
  width: 16.7px;
  height: 8.8px;
}

.time_table_arrow::before,
.time_table_arrow::after {
  content: "";
  position: absolute;
  bottom: 11px;
  right: 18px;
  width: 1px;
  height: 10px;
  background-color: #00b3a7;
  transform-origin: 50% calc(100% - 1px);
}


@media screen and (max-width: 560px) {
.time_table_arrow::before,
.time_table_arrow::after {
  right: 10px;
}
}

.time_table_arrow::before {
  transform: rotate(47.5deg);
}

.time_table_arrow::after {
  transform: rotate(-47.5deg);
}

.line_dr {
  border-bottom: 5px solid #999999; /* ボーダーの初期設定 */
  padding: 20px;
  text-align: center;
  transition: border-color 0.3s ease; /* 色の変化を滑らかにする */
}

.line_dr:hover {
  border-color: #00B3A7; /* マウスが乗ったときにボーダー色を赤に変更 */
}
/* ---------------------------------------------------- */
/* 【時間帯フィルターの調整】（指示された内容のみ修正） */
/* ---------------------------------------------------- */

/* 1. 矢印（::before/::after）のサイズと位置の修正 */
.time_table_arrow::before,
.time_table_arrow::after {
    height: 7px; 
    right: 10px; 
}

@media screen and (max-width: 560px) {
.time_table_arrow::before,
.time_table_arrow::after {
    /* スマホビューでも位置を調整 (例: 10pxから7pxに) */
    right: 7px;
}
}

@media screen and (min-width: 600px){ 
.br-sp { display: none; 
}
}

	
table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  position: relative;
  font-size: 14px;
  font-weight: 600;	
}
	

th, td {
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
  white-space: nowrap;
}

.today {
  background-color: #00B3A7;
  color: #FFF;	
}


.today_time, .impossible {
  background-color: #FAF8F5;
  background-image: url('../images/common/calendar_2.png');
  background-size: 20px;
  background-position: center;	
  background-repeat:no-repeat;	
}


.impossible {
  background-image: url('../images/common/calendar_3.png');
  	
}

.possible {
  background-image: url('../images/common/calendar_1.png');
  background-size: 20px;
  background-position: center;
  background-position-y: 5px;
  position: relative;	
  background-repeat:no-repeat;	
}



.possible p {
  font-size: 12px;
  font-weight: 600;
  color: #00B3A7;
  position: absolute;
  left: 35px;
  bottom: 5px;	
} 
	
@media screen and (max-width: 560px) {	
.possible p {
  font-size: 10px;
  left: 10px;
  bottom: 5px;	
} 
}

.possible:hover {
  background-color: #F0FCFB;	
}


.lastweekday {
  color:#EB5959;	
}


tr:first-child th,
tr:first-child td{
  border-top: 1px solid #999999;
  height: 40px;	
}


th:first-child,
td:first-child {
  border-left: 1px solid #999999;
  height: 50px;
}

tbody th {
  width: 115px;	
  height: 50px !important;	
}
	
@media screen and (max-width: 560px) {	
tbody th {
  width: 58px;		
}	
}

thead th {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #FFF;
  font-size: 12px;	
}
	
@media screen and (max-width: 560px) {	
thead th {
width: 55px;	
}
}
/* ====================================================
　タブメニュー　予約する　ここまで
==================================================== */


/* ====================================================
　タブメニュー　プロフィール　ここから
==================================================== */

.dr_slide_wrap {
 height: 565px;	
}


@media screen and (max-width: 560px) {
.dr_slide_wrap {
 height: 300px;	
}
}



.dr_career_wrap dl{
    display:flex;
    flex-wrap: wrap;
    border-top: none;
    text-align: left;
    font-size: 14px;
	margin: 10px 0 30px;
}

.dr_career_wrap dt{
    background: #FFF;
    width: 120px;
    box-sizing: border-box;
    height: 22px;	
}


@media screen and (max-width: 560px) {
.dr_career_wrap dt{
    background: #FFF;
    width: 100px;
    box-sizing: border-box;
    height: auto;
	padding: 5px 5px 0 0;
}
}

.dr_career_wrap dd{
    margin: 0;
    width: 530px;
    box-sizing: border-box;
	height: auto;
}

@media screen and (max-width: 560px) {
.dr_career_wrap dd{
    margin: 0;
    width: 220px;
    box-sizing: border-box;
	height: auto;
    padding:5px 0 0 5px;	
}
}

.dr_career_wrap ul {
  margin: 10px 0 30px;	
}


.dr_message {
   margin: 10px 0 0;	
}

/* ====================================================
　タブメニュー　プロフィール　ここまで
==================================================== */

/* ====================================================
　タブメニュー　お礼のお便り　ここから
==================================================== */

.dr_letter_warp {
  text-align: center;	
}

.letter_nbr {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 30px;	
}


.letter_nbr span {
  font-size: 40px;
  font-weight: 600;
  padding: 10px;	
  color: #00B3A7	
}

.letter_nbr p {
  font-size: 16px;
  font-weight: 600;	
}

.letter_content {
  width: 100%;
  border: solid 1px #999999;
  border-radius: 15px;
  padding: 15px; 
  text-align: left;
  margin-bottom: 15px;	
}

.letter_content h4 {
  margin-bottom: 10px;	
}

@media screen and (max-width: 560px) {
.letter_content h4 {
  margin-bottom: 5px;	
}
}

.pet_content {
  display: flex;	
  width: 100%;
  height: 122px;	/*96px;*/	
  background-color:#FAF8F5;
  border-radius: 10px;
  padding: 10px 15px;	/*15px;*/
  margin-top: 10px;		
}

@media screen and (max-width: 560px) {
.pet_content {
  padding: 10px;
}
}

.pet_content dl{
    display:flex;
    flex-wrap: wrap;
    border-top: none;
    text-align: left;
    font-size: 14px;
    column-gap: 10px;	
}

.pet_content dt{
    width: 120px;
    box-sizing: border-box;
    height: 22px;	
}


@media screen and (max-width: 560px) {
.pet_content dt{
    width: 80px;
}
}

.pet_content dd{
    margin: 0;
    width: 468px;
    box-sizing: border-box;
	height: auto;
}

@media screen and (max-width: 560px) {
.pet_content dd{
    width: 188px;
}
}
/* ====================================================
　タブメニュー　お礼のお便り　ここまで
==================================================== */

/* ====================================================
　マイページトップここから　mypage-top.html
==================================================== */

.mypage-top_container {
  background-color: #FAF8F5;
  padding: 50px 100px 200px;
}


@media screen and (max-width: 960px) {
.mypage-top_container {
  background-color: #FAF8F5;
  padding: 15px 15px 80px;
}
}

@media screen and (max-width: 560px) {
.mypage-top_container {
  background-color: #FAF8F5;
  padding: 15px 15px 80px;
}
}

.mypage-top_wrap {
  display: flex;
  column-gap: 30px;
  justify-content: center;	
}

@media screen and (max-width: 960px) {
.mypage-top_wrap {
  flex-direction: column;		
}
}

@media screen and (max-width: 560px) {
.mypage-top_wrap {
  flex-direction: column;		
}
}


@media screen and (max-width: 960px) {
.mypage-top_wrap h6 {
  text-align: center;	
}
}

@media screen and (max-width: 560px) {
.mypage-top_wrap h6 {
  text-align: center;	
}
}

/*マイページ　レフトエリア　共通 */

.mypage-top_left {
  width: 250px;
  height: 100%;	
  background-color: #FFF;
  border-radius: 15px;
  padding: 30px 15px 15px;	
}


@media screen and (max-width: 960px) {
.mypage-top_left {
  width: 100%;
  background-color: initial;
  padding: initial;	
}
}

@media screen and (max-width: 560px) {
.mypage-top_left {
  width: 100%;
  background-color: initial;
  padding: initial;	
}
}

.mypage-top_left h3 {
  color:#0C0D24;
  text-align: center;
  margin-bottom: 15px;	
}




@media screen and (max-width: 960px) {
.mypet_list_warp {
  background-color: #FFF;
  border-radius: 15px;
  padding: 15px;
  margin-bottom: 15px;	
} 
}

@media screen and (max-width: 560px) {
.mypet_list_warp {
  background-color: #FFF;
  border-radius: 15px;
  padding: 15px;
  margin-bottom: 15px;	
} 
}

.mypet_list {
  margin-bottom: 15px;	
}

@media screen and (max-width: 960px) {
.mypet_list {
  margin-bottom: initial;
  text-align: center;	
}
}

@media screen and (max-width: 560px) {
.mypet_list {
  margin-bottom: initial;
  text-align: center;	
}
}

.mypet_list p {
  font-weight: 600;	
}

.mypet_list dl{
    display:flex;
    flex-wrap: wrap;
    border-top: none;
    font-size: 14px;
    align-items: center;
    gap:10px;
    margin-top: 5px;	
}

@media screen and (max-width: 960px) {
.mypet_list dl{
    text-align: left;	
}
}

@media screen and (max-width: 560px) {
.mypet_list dl{
    text-align: left;	
}
}

.mypet_list dt{
    width: 70px;
    height: 70px;	
    box-sizing: border-box;	
}

.mypet_list dt img{
   width: 70px;
   border-radius: 50px;
}


.mypet_list dd{
   margin: 0;
   width: 140px;
   box-sizing: border-box;
   height: auto;
}


@media screen and (max-width: 960px) {
.mypet_list dd{
   width: 70px;
   flex: 1;	
}
}


@media screen and (max-width: 560px) {
.mypet_list dd{
   width: 70px;
   flex: 1;	
}
}


.mypage_menu {
  margin-top: 5px;	
}


@media screen and (max-width: 960px) {
.mypage_menu {
  display: flex;
  flex-wrap: wrap;
  grid-column-gap: 10px;
  margin-top: 10px;	
}
}

@media screen and (max-width: 560px) {
.mypage_menu {
  display: flex;
  flex-wrap: wrap;
  grid-column-gap: 10px;
  margin-top: 10px;	
}
}

.menu_item p {
   font-weight: 600;
   flex: 1;	
}

.menu_item {
   display: flex;
   width: 220px;	
   height: 50px;
   align-items: center;
   column-gap: 10px;
   padding: 10px;
   border-radius: 10px;
   position: relative;
   margin-bottom: 5px;
   background-color: #FFF;	
}

@media screen and (max-width: 560px) {
.menu_item {
   display: flex;
   width: 175px;	
   height: 45px;
   align-items: center;
   column-gap: 10px;
   padding: 10px;
   border-radius: 10px;
   position: relative;
   margin-bottom: 10px;
   background-color: #FFF;	
}
}

.menu_item img {
   width: 30px;
   height: 30px;	
}

.location {
   background-color: #F0FCFB;
   border-radius: 10px;
}

.location p {
   color:#00B3A7;
   font-weight: 600;
   flex: 1;	
}


.menu_item:hover {
  background-color:#F0FCFB; 
  border-radius: 10px;	
}


.menu_item a {
   position: absolute;
   display: block;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
}


/*マイページ　レフトエリア　共通 ここまで*/


.mypage_top_content {
   width: 720px;
}

@media screen and (max-width: 560px) {
.mypage_top_content {
   width: 100%;
}
}


.mypage_notice {
  background-color: #FFF2F2;
  border-radius: 15px;
  border: solid 2px #EB5959;
  height: 50px;	
  padding: 15px;
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-bottom: 30px;	
}

@media screen and (max-width: 560px) {
.mypage_notice {
  margin-bottom: 15px;	
}
}


.mypage_notice img {
  width: 30px;
  height: 30px;	
}

.mypage_notice p{
  font-weight: 600;
  color	:#EB5959;
}


.mypage_top_box {
  background-color: #FFF;
  border-radius: 15px;
  padding: 30px;
  margin-bottom: 30px;	
}

@media screen and (max-width: 560px) {
.mypage_top_box {
  padding: 15px;
  margin-bottom: 15px;	
}
}

/*飼い主さまへお知らせここから*/

.notice_content {
  border-bottom: solid 1px #999999;
  text-align: left;
  padding: 10px 0 15px;
  position: relative;	
}

.notice_comment dt {
   margin-bottom: 10px;
   font-size: 16px;
   font-weight: 600;	
}

/*飼い主さまへお知らせここまで*/

.current_msg {
  padding: 30px 0 0;
}


.current_wrap {
  display: flex;
  flex-wrap: wrap;
  gap:15px;
  margin-top: 15px;	
}

.reservation_msg h3{
   grid-row: 1;
}


.reservation_msg {
   width: 210px;	
   background-color: #F0FCFB;
   border-radius: 10px;	
   padding: 15px;
   grid-row: 2;	
   text-align: center;	
}

@media screen and (max-width: 960px) {
.reservation_msg {
   width: 100%;	
   display: flex;
   flex-direction: column;
   align-items: center;	
}
}

@media screen and (max-width: 560px) {
.reservation_msg {
   width: 100%;	
   grid-row: initial;
   display: flex;
   flex-direction: column;
   align-items: center;	
}
}

.reservation_msg p {
   font-weight: 600;	
}

.reservation_msg img {
   width: 70px;
   height: 70px;
   border-radius: 50px;	
}


.reservation_data li{
   display: flex;
   align-items: center;
   column-gap: 10px;
   margin-top: 10px;	
}

.reservation_data img {
   width: 25px !important;
   height: 25px !important;
   border-radius:initial !important; 	
}

@media screen and (max-width: 560px) {
.reservation_data img {
   margin: initial !important;	
}
}

.reservation_data p {
   font-size: 14px !important;	
   font-weight: 600;	
}


/*マイページ　太め　ボタン*/

a.camera_button,a.large_button,a.large_button_1,a.large_button_2 {
    background: #00B3A7;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 25px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    font-size: 16px;
    width: 180px;
	height: 90px;
    flex-direction: column;
    row-gap: 5px;
    margin-top: 10px;	
}

a.large_button_1 {
    width: 205px;
	height: 100px;
    margin: 0;	
}


@media screen and (max-width: 560px) {
a.camera_button,a.large_button,a.large_button_1 {
    width: 250px;
	height: 90px;	
}
}


a.large_button_2 {
   width: 250px;
   height: 100px;
   margin: 25px auto 10px;
}

@media screen and (max-width: 560px) {
a.large_button_2 {
   height: 90px;	
   margin: 15px auto;
}
}


.camera_button img,.large_button img,.large_button_1 img,.large_button_2 img {
   width: 40px !important;
   height: 40px !important;	
}




/*マイページ　太め　ボタン*/

/*お問い合わせ先（サポートセンター）ここから*/

.contact_area {
  width:100%;
  height: 243px;
  background-color: #F0FCFB;
  border: solid 2px #00B3A7;
  padding: 30px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;	
}

@media screen and (max-width: 560px) {
.contact_area {
  width:100%;
  height: 228px;
  background-color: #F0FCFB;
  border: solid 2px #00B3A7;
  padding: 15px 14px;
}
}

.contact_area span {
  font-size: 30px;
  color:#00B3A7;
  font-weight: 600;
}

.contact_area a {
  font-size: 16px;
  color:#00B3A7;
  font-weight: 600;
  text-decoration:underline;	
}

/*お問い合わせ先（サポートセンター）ここまで*/

/* ====================================================
　マイページトップここまで　mypage-top.html
==================================================== */


/* ====================================================
　マイページreserveここから　mypage-reserve.html
==================================================== */
.mypage-reserve_container,.mypage-medicine_container,.mypage-thanks_container {
   background-color: #FAF8F5;
   padding: 50px 100px 200px; 	
}

@media screen and (max-width: 960px) {
.mypage-reserve_container,.mypage-medicine_container,.mypage-thanks_container {
  background-color: #FAF8F5;
  padding: 15px 15px 80px;
}
}

@media screen and (max-width: 560px) {
.mypage-reserve_container,.mypage-medicine_container {
  background-color: #FAF8F5;
  padding: 15px 15px 80px;
}
}


.mypage_reserve_content,.mypage_medicine_content,.mypage_thanks_content {
   width: 720px; 	
}


@media screen and (max-width: 960px) {
.mypage_reserve_content,.mypage_medicine_content,.mypage_thanks_content {
   width: 100%; 	
}
}

@media screen and (max-width: 560px) {
.mypage_reserve_content,.mypage_medicine_content,.mypage_thanks_content {
   width: 100%; 	
}
}
/* ====================================================
　マイページ 共通タブ　ここから
==================================================== */


/* タブ　ここから*/
/*tabの形状*/
.my-tab-container {
	display: flex;
	justify-content: space-between;
	width: calc(100% - 0px);
    list-style-type: none;	
}



@media screen and (max-width: 860px) {
.my-tab-container {
	 width: calc(100% - 0px);
	 }	
}

.tab{
    display:contents;
    word-wrap: break-word;
	text-align: center;
}

.my-tab-container li a{
    border-radius: 10px 10px 0 0;
	background:#00B3A7;
	padding:20px 0;
	width: 49%;
	font-weight: 600;
	font-size: 20px;
}


@media screen and (max-width: 860px) {
.my-tab-container li a {
	 font-size:15px;
	 padding:15px 0;
	 }	
}
 
/*========= タブ内レイアウトのためのCSS ===============*/
/*liにactiveクラスがついた時の形状*/
.my-tab-container li.active a{
	background:#FFF;
	color: #00B3A7;
}


.tab a{
 color: #FFF;
}

/*エリアの表示非表示と形状*/
.my-area {
	display: none;/*はじめは非表示*/
	opacity: 0;/*透過0*/
	background: #fff;
	padding:30px 30px 15px;
	border-radius: 0 0 15px 15px;
}

@media screen and (max-width: 860px) {
.my-area {
	padding:15px 15px 1px;
	border-radius: 0 0 10px 10px;
	}
}

/*areaにis-activeというクラスがついた時の形状*/
.my-area.is-active {
    display: block;/*表示*/
    animation-name: displayAnime;/*ふわっと表示させるためのアニメーション*/
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

@keyframes displayAnime{
	from {
		opacity: 1;
	}
	to {
		opacity: 1;
	}
}

/*========= タブ内レイアウトのためのCSS ここから===============*/


.tab_dr{
	padding: 0 0 40px;
	width: 720px;
}

@media screen and (max-width: 960px) {
.tab_dr{
	padding: 0;
	width: 100%;
	}
}

/*========= タブ内レイアウトのためのCSS ここまで===============*/

.mypage_reserve,.mypage_history {
  width: 660px;
  height: 100%;	
  background-color: #F0FCFB;
  border-radius: 10px;
  padding: 30px;
  margin: 15px 0;
  display: grid;
  column-gap: 15px;
  grid-template-columns: 205px 380px;
  grid-template-rows: auto;
  justify-content: center;	
}

@media screen and (max-width: 960px) {
.mypage_reserve,.mypage_history {
  width: 100%;	
  padding: 15px;
  margin: 10px 0 15px;
  justify-items: center;
  grid-template-columns: 1fr;	
}
}

@media screen and (max-width: 560px) {
.mypage_reserve,.mypage_history {
  width: 100%;	
  padding: 15px;
  margin: 10px 0 15px;
  grid-template-columns: 1fr;
  justify-items: center;	
}
}

.reserve_box1,.history_box1 {
  text-align: center;
}


@media screen and (max-width: 560px) {
.reserve_box1,.history_box1 {
  text-align: left;
  display: flex;
  flex-direction: column;
/*  align-items: center;*/
}
}


.reserve_box1 img,.history_box1 img {
   width: 100px;
   height: 100px;
   border-radius: 50px;	
}

@media screen and (max-width: 560px) {
.reserve_box1 img,.history_box1 img {
   margin: 0 auto;
}
}

.reserve_box1 p,.history_box1 p {
   font-size: 16px;
   font-weight: 600;
   text-align: center;	
}

.reserve_data img {
   width: 25px;
   height: 25px;
   border-radius: initial !important;	
}


.reserve_box2,.history_box2 {
  background-color: #FFF;
  border:solid 2px #00B3A7;
  width: 380px;
  padding: 15px;	
}

@media screen and (max-width: 560px) {
.reserve_box2,.history_box2 {
  width: 310px;
  padding: 15px 10px;
  margin-top: 15px;	
}
}


.history_box2 {
  background-color:#FAF8F5;
  position: relative;	
}

.done_icon {
  width: 40px !important;
  height: 40px !important;
  position: absolute;
  top: 10px;
  right: 10px;	
}

.reserve_box2 h4,.history_box2 h4 {
  text-align: center;
  margin-bottom: 5px;	
}

.reserve_box2 dl,.history_box2 dl {
  display: flex;
  column-gap: 10px;
  padding: 10px 0;	
  border-bottom: solid 1px #999999;
}

.reserve_box2 dt,.history_box2 dt {
   width: 85px;	
}


@media screen and (max-width: 560px) {
.reserve_box2 dt,.history_box2 dt {
   width: 70px;	
}
}

.reserve_box2 dd,.history_box2 dd {
  display: flex;
  column-gap: 10px;	
  flex: 1;
  flex-wrap: wrap;	
}

@media screen and (max-width: 560px) {
.reserve_box2 dd,.history_box2 dd {
  column-gap: 5px;
  width: 206px;	
}
}


.reserve_box2 img, .history_box2 img {
  width: 120px;
  height: auto;	
  object-fit: cover;	
}

@media screen and (max-width: 560px) {
.reserve_box2 img, .history_box2 img {
  width: 90px;	
}
}

.reserve_box2 span {
  color: #999999;	
}



.interview_wrap {
  grid-column: 2 / 3;
  grid-row: 1 / span 3;	
}

@media screen and (max-width: 560px) {
.interview_wrap {
  grid-column: 1;
  grid-row: auto;
  margin-bottom: 15px;
  order: 3;	
}
}



/*共通*/
.doctor_content {
  display: flex;
  align-items: center;
  column-gap: 10px;	
  margin: 10px 0 30px;	
}


@media screen and (max-width: 960px) {
.doctor_content {
  margin: 10px 0 15px;
　justify-content: center;	
}
}


@media screen and (max-width: 560px) {
.doctor_content {
  margin: 10px 0 15px;
  justify-content: center;	
}
}


.doctor_icon {
  width: 25px !important;
  height: 25px !important;
  border-radius: initial !important;	
}

.doctor_img {
  width:70px !important;
  height: 70px !important;
  border-radius: initial !important;	
}

.doctor_name {
   font-weight: 600;
   font-size: 14px!important;	
}

/*共通*/



/* ====================================================
　マイページお薬情報ここから　mypage-medi.html
==================================================== */
.mypage_medicine,.mypage_medi_repeat {
  width: 660px;
  height: 100%;	
  background-color: #F0FCFB;
  border-radius: 10px;
  padding: 30px;
  margin: 15px 0;
  display: grid;
  column-gap: 15px;
  grid-template-columns: 205px 380px;
  grid-template-rows: auto;
  justify-content: center;	
}



@media screen and (max-width: 960px) {
.mypage_medicine,.mypage_medi_repeat {
  width: 100%;	
  padding: 15px;
  margin: 10px 0 15px;
  grid-template-columns: 1fr;
  justify-items: center;	
}
}

@media screen and (max-width: 560px) {
.mypage_medicine,.mypage_medi_repeat {
  width: 100%;	
  padding: 15px;
  margin: 10px 0 15px;
  grid-template-columns: 1fr;
  justify-items: center;	
}
}

.medicine_box1,.medi_repeat_box1 {
  text-align: center;
}


@media screen and (max-width: 560px) {
.medicine_box1,.medi_repeat_box1 {
  text-align: left;
  display: flex;
  flex-direction: column;
}
}


.medicine_box2,.medi_repeat_box2 {
  background-color: #FFF;
  border:solid 2px #00B3A7;
  width: 380px;
  padding: 15px;	
}

@media screen and (max-width: 560px) {
.medicine_box2,.medi_repeat_box2 {
  width: 310px;
  padding: 15px 10px;
  margin-top: 15px;	
}
}


.medi_repeat_box2 {
  background-color:#FAF8F5;
  position: relative;	
}


.medicine_box2 h4,.medi_repeat_box2 h4 {
  text-align: center;
  margin-bottom: 5px;	
}


.medi_repeat_box2 dt {
   width: 85px;	
}


@media screen and (max-width: 560px) {
.medi_repeat_box2 dt {
   width: 70px;	
}
}

.medi_repeat_box2 dd {
  display: flex;
  column-gap: 10px;	
  flex: 1;	
}

@media screen and (max-width: 560px) {
.medi_repeat_box2 dd {
  column-gap: 5px;
  width: 206px;	
}
}


.medicine_box1 img,.medi_repeat_box1 img {
   width: 100px;
   height: 100px;
   border-radius: 50px;	
}

@media screen and (max-width: 560px) {
.medicine_box1 img,.medi_repeat_box1 img {
   margin: 0 auto;
}
}


.medicine_box1 p,.medi_repeat_box1 p {
   font-size: 16px;
   font-weight: 600;
   text-align: center;	
}


.medicine_box2 dl,.medi_repeat_box2 dl {
  display: flex;
  column-gap: 10px;
  padding: 10px 0;	
  border-bottom: solid 1px #999999;
  align-items: center;	
}



.medicine_box2 dt,.medi_repeat_box2 dt {
  width: 120px;	
}


.medicine_box2 dd,.medi_repeat_box2 dd {
  display: flex;
  column-gap: 10px;	
  flex: 1;	
  align-items: center;	
}


.medicine_box2 img,.medi_repeat_box2 img {
  width: 120px;
  height: 120px;	
}

.text_price_red {
  color: #EB5959;
  font-size: 20px;
  font-weight: 600;	
}

.text_price {
  font-size: 20px;
  font-weight: 600;	
}

.medicine_wrap {
  grid-column: 2 / 3;
  grid-row: 1 / span 3;	
}

@media screen and (max-width: 560px) {
.medicine_wrap {
  grid-column: 1;
  grid-row: auto;
  margin-bottom: 15px;	
}
}


.btn_box {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  align-items: center;	
}

/* ====================================================
　マイページお気に入りここから　mypage-favorite.html
==================================================== */

.mypage_fav_content {
  width: 720px;	
}

@media screen and (max-width: 560px) {
.mypage_fav_content {
  width: 100%;
  margin-top: 15px;	
}
}

.mypage_fav_wrap {
  background-color: #FFF;
  border-radius: 15px;
  padding: 30px;
  margin-bottom: 30px; 	
}


@media screen and (max-width: 560px) {
.mypage_fav_wrap {
  padding: 15px;
  margin-bottom: 15px; 	
}
}


.fav_doctor {
  display: flex;
  flex-wrap: wrap;	
  gap: 15px;
  margin-top: 15px;	
}

@media screen and (max-width: 560px) {
.fav_doctor {
  flex-direction: column;
  margin-top: 10px;
  row-gap:15px;	
}
}


.fav_doctor_box {
  width: 210px;
  background-color: #F0FCFB;
  border-radius: 10px;
  padding: 15px;
  grid-row: 2;
  text-align: center;	
}

@media screen and (max-width: 560px) {
.fav_doctor_box {
  width: 100%;
}
}



.fav_doctor_box img {
  width: 100px;
  height: 100px;	
}

.fav_doctor_name {
  font-size: 16px;
  font-weight: 600;
  margin: 10px 0;	
}

.fav_doctor_box p {
  font-weight: 600;
}


/* ====================================================
　マイページお礼のメッセージここから　mypage-thanks.html
==================================================== */
.mypage_thanks {
  width: 660px;
  height: 100%;	
  background-color: #F0FCFB;
  border-radius: 10px;
  padding: 30px;
  margin: 15px 0;
  display: grid;
  column-gap: 15px;
  grid-template-columns: 205px 380px;
  grid-template-rows: auto;	
  justify-content: center;	
}



@media screen and (max-width: 960px) {
.mypage_thanks {
  width: 100%;	
  padding: 15px;
  margin: 10px 0 15px;
  grid-template-columns: 1fr;
  justify-items: center;	
}
}

@media screen and (max-width: 560px) {
.mypage_thanks {
  width: 100%;	
  padding: 15px;
  margin: 10px 0 15px;
  grid-template-columns: 1fr;
  justify-items: center;	
}
}

.thanks_box1 img,.medi_repeat_box1 img {
   width: 100px;
   height: 100px;
   border-radius: 50px;
}

@media screen and (max-width: 560px) {
.thanks_box1 img,.medi_repeat_box1 img {
   margin: 0 auto;
}
}


.thanks_box1 {
  text-align: center;
}


@media screen and (max-width: 560px) {
.thanks_box1 {
  text-align: left;
  display: flex;
  flex-direction: column;	
}
}

.thanks_box1 p {
  font-size: 16px;
  font-weight: 600;
  text-align: center;	
}



.thanks_box2,.post_history_box2 {
  background-color: #FFF;
  border:solid 2px #00B3A7;
  width: 380px;
  padding: 15px;	
}


@media screen and (max-width: 560px) {
.thanks_box2,.post_history_box2{
  width: 310px;
  padding: 15px;
}
}


.post_history_box2 {
  background-color: #FAF8F5;
  padding: 15px;	
}

@media screen and (max-width: 560px) {
.post_history_box2 {
  background-color: #FAF8F5;
  padding: 15px 10px;	
}
}



.thanks_box2,.post_history_box2 h4 {
  text-align: center;
  margin-bottom: 5px;	
}


.thanks_wrap {
  grid-column: 2 / 3;
  grid-row: 1 / span 3;	
}

@media screen and (max-width: 560px) {
.thanks_wrap {
  grid-column: 1;
  grid-row: auto;
  margin-bottom: 15px;	
}
}


.tanks_form {
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}



.tanks_form p {
  font-size: 12px;
  text-align: left;	
}




.form-item {
  width: 100%;
  align-items: center;
}


.form-item:nth-child(5) {
  border-bottom: 1px solid #ddd;
}


.form-item-label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  color:#00B3A7;
  margin-bottom: 10px;
  font-size: 14px !important;	
}

@media screen and  (max-width: 560px) {
  .form-item-label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
}
.form-item-label.isMsg {
  margin-bottom: 10px;
}


@media screen and  (max-width: 560px) {
  .form-item-label.isMsg {
    margin-top: 0;
  }
}


.form-item-input {
  border: 1px solid #999999;
  border-radius: 5px;
  padding: 10px;
  height: 30px;
  width: 100%;
  max-width: 350px;
  background: #FFF;
  font-size: 14px;
  margin-bottom: 15px;	
}


@media screen and  (max-width: 560px) {
  .form-item-input {
    margin-left: 0;
    height: 35px;
    flex: inherit;
  }
}


.form-item-textarea {
  border: 1px solid #999999;
  border-radius: 5px;
  padding: 10px;
  height: 150px;
  width: 100%;
  max-width: 350px;
  background: #FFF;	
}

.form-item-textarea::placeholder {
  color:#666666;
  font-size: 14px;
  line-height: 21px;	
}


.form-btn {
  border-radius: 25px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 250px;
  height: 40px;	
  display: block;
  background: #00B3A7;
  color: #fff;
  font-weight: bold;
  border:solid 2px #00B3A7;
}


@media screen and  (max-width: 560px) {
  .form-btn {
    margin-top: 15px;
  }
}


/*投稿履歴ここから*/


.post_history_box2 dl {
  display: flex;
  row-gap: 10px;
  padding-bottom: 15px;
  flex-direction: column;	
}



.post_history_box2 dt {
  width: 120px;	
}


.post_history_box2 dt p {
  color:#00B3A7;
  font-weight: 600;	
}


.post_history_box2 dd {
  display: flex;
  column-gap: 10px;	
  flex: 1;	
  align-items: center;	
}

/* ====================================================
　マイページアカウントここから　mypage-account.html
==================================================== */
.mypage-account_container {
  background-color: #FAF8F5;
  padding: 50px 100px 200px;	
}



.last_update_text {
   font-size: 12px;
   text-align: right;
}


.mypage_account_wrap {
  	
}


.account_content {
  background-color: #FFF;
  border-radius: 10px;
  border: solid 2px #00B3A7;
  width: 100%;
  margin: 5px 0 30px;	
}

@media screen and (max-width: 560px) {
.account_content {
  margin: 5px 0 15px;	
}
}



.account_content dl {
  display: flex;	
}

.account_content dt {
  background-color:#00B3A7; 
  border-bottom: solid 2px #FFFFFF;
  height: 40px;
  width: 160px;	
  color:#FFF;
  font-size: 16px;
  font-weight: 600;
  padding: 8px 15px;
  line-height: 20px;	
}

@media screen and (max-width: 560px) {
.account_content dt {
  font-size: 14px;
  padding: 10px;	
}
}


.account_content dd {
  border-bottom: solid 2px #00B3A7;
  height: 40px;
  width: 500px;
  font-size: 16px;
  padding: 8px 15px;
  flex: 1;
  line-height: 20px;	
}

@media screen and (max-width: 560px) {
.account_content dd {
  font-size: 14px;
  padding: 10px;	
}
}

.radius_left_top {
  border-top-left-radius: 5px;
}

.radius_left_bottom {
  border-bottom-left-radius: 5px;
  border-bottom: initial !important;	
}

.account_content span {
  color:#999999;	
}




/*変更するボタン*/

a.change_button {
    background: #00B3A7;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 25px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 600;
	font-size: 14px;
    width: 250px;
	height: 40px;
	margin: 0 auto;
}

/*変更するボタン*/


/*退会するボタン*/

.btn_taikai_box {
  display: flex;
  justify-content: flex-end;
  margin: 50px auto 30px;  	
}

@media screen and (max-width: 560px) {
.btn_taikai_box {
  margin: 50px auto 15px;  	
}
}

a.taikai_button {
    background: #7D7D86;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 25px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 600;
	font-size: 14px;
    width: 120px;
	height: 40px;
}

/*退会するボタン*/


/*	お支払い情報*/

.mypage_payment_wrap {
  height: 400px;	
}

@media screen and (max-width: 560px) {
.mypage_payment_wrap {
  height: 300px;	
}
}


/* ====================================================
　マイページマイペットここから　mypage-mypet.html
==================================================== */

.mypage-pet_container {
  background-color: #FAF8F5;
  padding: 50px 100px 200px;	
}


@media screen and (max-width: 960px) {
.mypage-pet_container {
  padding: 15px 15px 80px;	
}
}

@media screen and (max-width: 560px) {
.mypage-pet_container {
  padding: 15px 15px 80px;	
}
}


.mypet_content {
  width: 720px;	
}

@media screen and (max-width: 560px) {
.mypet_content {
  width: 100%;	
}
}


.mypet_wrap {
  background-color: #FFF;
  border-radius: 15px;
  padding: 30px;
  margin-bottom: 30px;	
}

@media screen and (max-width: 560px) {
.mypet_wrap {
  padding: 15px;
  margin-bottom: 15px;	
}
}

.mypage_mypet {
  width: 660px;
  height: 100%;
  background-color: #F0FCFB;
  border-radius: 10px;
  padding: 30px;
  margin: 15px 0;
  display: grid;
  column-gap: 15px;
  grid-template-columns: 205px 380px;
  grid-template-rows: auto;	
  justify-content: center;	
}


@media screen and (max-width: 960px) {
.mypage_mypet {
  width: 100%;
  padding: 15px;
  margin: 10px 0 15px;
  grid-template-columns: 1fr;
  justify-items: center;	
}
}


@media screen and (max-width: 560px) {
.mypage_mypet {
  width: 100%;
  padding: 15px;
  margin: 10px 0 15px;
  grid-template-columns: 1fr;
  justify-items: center;	
}
}


.mypet_box1 {
  text-align: center;
  margin-bottom: 30px;	
}

@media screen and (max-width: 560px) {
.mypet_box1 {
  text-align: left;
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;	
}
}

.mypet_box1 p {
  font-size: 16px;
  font-weight: 600;
  text-align: center;	
}

.mypet_box1 img {
  width: 150px;
  height: 150px;
  border-radius: 50%;	
}

.petinfo_wrap {
  grid-column: 2 / 3;
  grid-row: 1 / span 3;	
}


@media screen and (max-width: 560px) {
.petinfo_wrap {
  grid-column: 1;
  grid-row: auto;
  margin-bottom: 15px;
}
}


.petinfo_box2 {
  background-color: #FFF;
  border: solid 2px #00B3A7;
  width: 380px;
  padding: 15px;
}

@media screen and (max-width: 560px) {
.petinfo_box2 {
  width: 310px;
  padding: 15px 10px;
}
}


.petinfo_box2 h4 {
  text-align: center;
  margin-bottom: 5px;	
}

.petinfo_box2 dl {
  display: flex;
  column-gap: 10px;
  padding: 10px 0;	
  border-bottom: solid 1px #999999;
}

.petinfo_box2 dt {
   width: 85px;	
}


@media screen and (max-width: 560px) {
.petinfo_box2 dt {
   width: 70px;	
}
}

.petinfo_box2 dd {
  display: flex;
  column-gap: 10px;	
  flex: 1;	
}

@media screen and (max-width: 560px) {
.petinfo_box2 dd {
  column-gap: 5px;
  width: 206px;	
}
}


/*新規追加ボタン*/

a.new_add_button {
    background: #00B3A7;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 25px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 600;
	font-size: 16px;
    width: 250px;
	height: 90px;
	flex-direction: column;
    row-gap: 5px;
    margin: 30px auto 0;
}

@media screen and (max-width: 560px) {
a.new_add_button {
    margin: 15px auto 0;
}
}

.new_add_button img {
   width: 40px;
   height: 40px;	
}

/*新規追加ボタン*/


/* ====================================================
　よくある質問　ここから　faq.html
==================================================== */

.faq_container_1 {	
 background: url(../images/background/background_2.png), url(../images/background/background_1.png);	
  background-size:100%;
  position: relative;
  padding: 50px 100px 150px;	
}

.faq_container_1::after {
  content: ''; 
  background-color: #F0FCFB;
  position: absolute;
  left: 0;
  right: 0;
  top: 150px;
  bottom: 0;	
}



@media screen and (max-width: 960px) {
.faq_container_1 {
  padding: 40px 10px;
}
}

@media screen and (max-width: 560px) {
.faq_container_1 {	
  padding: 40px 10px 0;
}
}

@media screen and (max-width: 560px) {
.faq_container_1::after {
  top: 95px;	
}
}


.faq_warp {
  display: flex;
  flex-direction: column;	
  align-items: center;
  position: relative;
  z-index: 1;	
}

.faq_box {
  width: 1000px;
  background-color: #F0FCFB;	
  border-radius: 30px 30px 0 0;	
  padding: 30px 0;
  text-align: center;	
}

@media screen and (max-width: 960px) {
.faq_box {
  width: 100%;
  border-radius: 15px 15px 0 0;	
  padding: 30px 15px 30px;
}
}

@media screen and (max-width: 560px) {
.faq_box {
  width: 100%;
  border-radius: 15px 15px 0 0;	
  padding: 15px 0 30px;
}
}

.faq_box h1 {
  font-size: 50px;
  font-weight: 600;
  color: #00B3A7;
  margin: 15px 0 30px;	
}

@media screen and (max-width: 560px) {
.faq_box h1 {
  font-size: 30px;
  margin: 15px 0;	
}
}

.faq_item {
  margin: 50px 0;	
}

@media screen and (max-width: 560px) {
.faq_item {
  margin: 40px 0;	
}
}

.faq_item ul {
  display: flex;
  column-gap: 10px;	
}


@media screen and (max-width: 560px) {
.faq_item ul {
  flex-wrap: wrap;
  gap:10px;	
}
}


.faq_item li {
  width: 192px;
  height: 50px;	
  background-color: #fff;
  padding: 13px;
  border: solid 1px #999999;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  position: relative;	
}


@media screen and (max-width: 560px) {
.faq_item li {
  width: 180px;
  height: 40px;
  padding: 10px;	
}
}


.faq_item a {
  position: absolute;
  display: block;
  top: 12px;
  left: 0;	
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 560px) {
.faq_item a {
  top: 6px;
  left: 0;	
}
}


@media screen and (max-width: 560px) {
.faq_item li a {
  font-size: 14px !important;	
}
}

.faq_box h3 {
  text-align: left;
  margin-bottom: 15px;
  font-size: 20px;	
}

@media screen and (max-width: 560px) {
.faq_box h3 {
  text-align: center;
  margin-bottom: 10px;	
}
}


#faq_area_01,#faq_area_02,#faq_area_03,#faq_area_04 {
  margin-bottom: 50px;	
}

.text_bold{
  font-weight: 600;	
}



/* ====================================================
　お問い合わせここから　contact.html
==================================================== */

.contact_container {	
 background: url(../images/background/background_2.png), url(../images/background/background_1.png);	
  background-size:100%;
  position: relative;
  padding: 50px 100px 200px;	
}

.contact_container::after {
  content: '';
  background-color: #FFF;
  position: absolute;
  left: 0;
  right: 0;
  top: 150px;
  bottom: 0;	
}


@media screen and (max-width: 960px) {
.contact_container {
  padding: 40px 10px 80px;
}
}

@media screen and (max-width: 560px) {
.contact_container {	
  padding: 40px 10px 80px;
}
}

@media screen and (max-width: 560px) {
.contact_container::after {
  top: 95px;	
}
}


.contact_warp {
  display: flex;
  flex-direction: column;	
  align-items: center;
  position: relative;
  z-index: 1;	
}

.contact_box {
  width: 1000px;
  background-color: #FFF;	
  border-radius: 30px 30px 0 0;	
  padding: 30px 150px;
  text-align: center;
}


@media screen and (max-width: 960px) {
.contact_box {
  width: 100%;
  border-radius: 15px 15px 0 0;	
  padding: 15px 15px 30px;
}
}

@media screen and (max-width: 560px) {
.contact_box {
  width: 100%;
  border-radius: 15px 15px 0 0;	
  padding: 15px 15px 30px;
}
}


.contact_box h1 {
  font-size: 50px;
  font-weight: 600;
  color: #00B3A7;
  margin: 15px 0 30px;	
}

@media screen and (max-width: 560px) {
.contact_box h1 {
  font-size: 30px;
  font-weight: 600;
  color: #00B3A7;
  margin: 15px 0;	
}
}


.contact_content {
  padding: 50px 0 30px;
  text-align: left;	
}

@media screen and (max-width: 560px) {
.contact_content {
  padding: 40px 0 15px;
}
}

.contact-hr {
height: 1px;
border: none;
border-bottom: 1px #999999 solid;
margin: 0;	
}

@media screen and (max-width: 560px) {
.contact-hr {
  margin-left: -15px;
  margin-right: -15px;	
}
}




.contact_content a,.form_area a{
  color:#00B3A7;
  border-bottom: solid 1px #00B3A7;
  font-size: 14px;	
}

/*お問い合わせフォーム*/

.form_area {
  padding: 30px 0;
  text-align: left;	
}

@media screen and (max-width: 560px) {
.form_area {
  padding: 15px 0;
}
}


.form_area p {
  margin-bottom: 15px;	
}

@media screen and (max-width: 560px) {
.form_area p {
  margin-bottom: 5px;	
}
}



.form_area span {
  font-size: 14px;
  color:#00B3A7;	
}

@media screen and (max-width: 560px) {
.contact_form {
  width: 340px;
  margin-top: 10px;	
}
}


.contact_form span {
  color: #00B3A7;
  font-size: 16px;
  font-weight: 600;  	
}

.contact_form p {
  font-size: 16px;
  font-weight: 600;
  text-indent: -1em;
  padding-left: 1em;	
}

.contact_form dl {
  display: flex;
  gap:15px;
  margin-bottom: 15px;	
}

@media screen and (max-width: 560px) {
.contact_form dl {
  gap:5px;
  flex-direction: column;	
}
}

.contact_form dt {
  width: 185px;
  height: 50px;	
  text-align: left;	
}

@media screen and (max-width: 560px) {
.contact_form dt {
  height: auto;		
}
}




/*ラジオボタン*/

.radio-1 {
    display: flex;
    flex-wrap: wrap;
    gap: .3em 2em;
    border: none;
    flex-direction: column;	
}

.radio-1 label {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;	
}

.radio-1 label::before,
.radio-1 label:has(:checked)::after {
    border-radius: 50%;
    content: '';
}

.radio-1 label::before {
    width: 18px;
    height: 18px;
    background-color: #FFF;
    border: solid 2px #999999;
}

.radio-1 label:has(:checked)::after {
    position: absolute;
    top: 50%;
    left: 11px;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background-color: #00B3A7;
}

.radio-1 input {
    display: none;
}

/*ラジオボタン ここまで*/

.form_input_area {
  width: 500px;
  height: 50px;
  border-radius: 5px;
  border: solid 1px #999999;
  font-size: 16px;	
}

@media screen and (max-width: 560px) {
.form_input_area {
  width: 340px;
}
}


/*テキスト枠色 変更するなら

.form_input_area:focus {
  border-color: #999999;
  outline: none;	
}

*/

.form_text_area {
  width: 500px;
  height: 200px;
  border-radius: 5px;
  border: solid 1px #999999;	
  font-size: 16px;	
}

@media screen and (max-width: 560px) {
.form_text_area {
  width: 100%;
  height: 150px;
}
}


.contact_form-btn {
  border-radius: 25px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 250px;
  height: 50px;	
  display: block;
  background: #00B3A7;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  border:#00B3A7; 	
}

/*チェックボックス*/

.checkbox_consent {
    display: flex;
    flex-wrap: wrap;
    border: none;
    justify-content: center;
    margin-top: 30px;
	font-size: 14px;
}

.checkbox_consent label {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    margin-right: 10px;	
}

.checkbox_consent label::before {
    width: 18px;
    height: 18px;
    border-radius: 3px;
    border: 2px solid #d6dde3;
    content: '';
}


.checkbox_consent label:has(:checked)::after {
    position: absolute;
    top: 5px;
    left: 7px;
    transform: rotate(45deg);
    width: 5px;
    height: 10px;
    border: solid #00b3a7;
    border-width: 0 3px 3px 0;
    content: '';
}


.checkbox_consent input {
    display: none;
}

/*フォームここまで*/

.support_info {
   width: 700px;
   height: 183px;
   background-color: #F0FCFB;
   border: solid 2px #00B3A7;
   border-radius: 15px;	
   padding: 30px;
   display: flex;
   flex-direction: column;
   justify-content: space-between;
   align-items: flex-start;
   gap:5px;	
}

@media screen and (max-width: 560px) {
.support_info {
   width: 100%;
   height: 150px;
   padding: 15px;	
}
}

.support_info span {
   font-size: 30px;
   color: #00B3A7;
   font-weight: 600;
}

.support_info h4 {
   margin-bottom: 10px;	
}

/* ====================================================
　新着情報一覧ここから　news.html
==================================================== */
.news_list_container {	
 background: url(../images/background/background_2.png), url(../images/background/background_1.png);	
  background-size:100%;
  position: relative;
  padding: 50px 100px 200px;	
}

.news_list_container::after {
  content: '';
  background-color: #FFF;
  position: absolute;
  left: 0;
  right: 0;
  top: 150px;
  bottom: 0;	
}


@media screen and (max-width: 960px) {
.news_list_container {
  padding: 40px 10px 80px;
}
}

@media screen and (max-width: 560px) {
.news_list_container {	
  padding: 40px 10px 80px;
}
}

@media screen and (max-width: 560px) {
.news_list_container::after {
  top: 95px;	
}
}

.news_list_warp {
  display: flex;
  flex-direction: column;	
  align-items: center;
  position: relative;
  z-index: 1;	
}

.news_list_box {
  width: 1000px;
  background-color: #FFF;	
  border-radius: 30px 30px 0 0;	
  padding: 30px 0 0;
  text-align: center;
}


@media screen and (max-width: 960px) {
.news_list_box {
  width: 100%;
  border-radius: 15px 15px 0 0;	
  padding: 15px 15px 30px;
}
}

@media screen and (max-width: 560px) {
.news_list_box {
  width: 100%;
  border-radius: 15px 15px 0 0;	
  padding: 15px 15px 0;
}
}


.news_list_box h1 {
  font-size: 50px;
  font-weight: 600;
  color: #00B3A7;
  margin: 15px 0 30px;	
}

@media screen and (max-width: 560px) {
.news_list_box h1 {
  font-size: 30px;
  font-weight: 600;
  color: #00B3A7;
  margin: 15px 0;	
}
}

/* ====================================================
　新着情報お知らせここから　各お知らせページ共通　news20260113.html　
==================================================== */

.news_info_container {	
 background: url(../images/background/background_2.png), url(../images/background/background_1.png);	
  background-size:100%;
  position: relative;
  padding: 50px 100px 200px;	
}

.news_info_container::after {
  content: '';
  background-color: #FFF;
  position: absolute;
  left: 0;
  right: 0;
  top: 150px;
  bottom: 0;	
}


@media screen and (max-width: 960px) {
.news_info_container {
  padding: 40px 10px 80px;
}
}

@media screen and (max-width: 560px) {
.news_info_container {	
  padding: 40px 10px 80px;
}
}

@media screen and (max-width: 560px) {
.news_info_container::after {
  top: 95px;	
}
}

.news_info_warp {
  display: flex;
  flex-direction: column;	
  align-items: center;
  position: relative;
  z-index: 1;	
}

.news_info_box {
  width: 1000px;
  background-color: #FFF;	
  border-radius: 30px 30px 0 0;	
  padding: 40px 150px 0;
}


@media screen and (max-width: 960px) {
.news_info_box {
  width: 100%;
  border-radius: 15px 15px 0 0;	
  padding: 30px 15px 30px;
}
}

@media screen and (max-width: 560px) {
.news_info_box {
  width: 100%;
  border-radius: 15px 15px 0 0;	
  padding: 30px 15px 0;
}
}


.news_info_box h1 {
  font-size: 50px;
  font-weight: 600;
  color: #00B3A7;
  margin: 15px 0 30px;	
}

@media screen and (max-width: 560px) {
.news_info_box h1 {
  font-size: 30px;
  font-weight: 600;
  color: #00B3A7;
  margin: 15px 0;	
}
}

.news_info_content {
  border-bottom: solid 1px #999999;
  text-align: left;
  padding: 15px 0 30px;
  position: relative;	
}


@media screen and (max-width: 960px) {
.news_info_content{
  padding: 10px 0;	
}
}

@media screen and (max-width: 560px) {
.news_info_content {
  padding: 10px 0;	
}
}


.news_info_content a {
  position: absolute;
  display: block;
  top:0;
  left: 0;
  width:100%;
  height: 100%;	
}

.news_info_data {
  display: flex;
  column-gap: 10px;
  align-items: center;
  margin-bottom: 15px;	
}

@media screen and (max-width: 560px) {
.news_info_data {
  margin-bottom: 10px;	
}
}


.news_info_data dt {
  font-weight: 600;
  font-size: 16px;	
}

.news_info_data dd {
  border:solid 1px #00B3A7;
  height: 20px;
  border-radius: 5px;
  padding: 0 10px;	
}

.news_info_data p {
  color: #00B3A7;
  font-size: 12px;	
}


.news_info_ttl {
  font-size: 25px;
  font-weight: 600; 	
}

@media screen and (max-width: 560px) {
.news_info_ttl {
  font-size: 20px;	
}
}


.news_info_main {
  padding: 30px 0 50px;
  text-align: left;
}

@media screen and (max-width: 560px) {
.news_info_main {
  padding: 15px 0 40px;
}
}


.news_info_main img {
  width: 700px;	
  height: auto;
  margin-bottom: 30px;	 	
}

@media screen and (max-width: 960px) {
.news_info_main img {
  width: 100%;
  margin-bottom: 15px;	 	
}
}

@media screen and (max-width: 560px) {
.news_info_main img {
  width: 100%;
  margin-bottom: 15px;	 	
}
}

.news_info_main h4 {
  margin-bottom: 10px;	
}

@media screen and (max-width: 560px) {
.news_info_main h4 {
  margin-bottom: 15px;	
}
}

/* ====================================================
　運営会社情報　company.html　
==================================================== */

.company_container {	
 background: url(../images/background/background_2.png), url(../images/background/background_1.png);	
  background-size:100%;
  position: relative;
  padding: 50px 100px 200px;	
}

.company_container::after {
  content: '';
  background-color: #FFF;
  position: absolute;
  left: 0;
  right: 0;
  top: 150px;
  bottom: 0;	
}


@media screen and (max-width: 960px) {
.company_container {
  padding: 40px 10px 80px;
}
}

@media screen and (max-width: 560px) {
.company_container {	
  padding: 40px 10px 80px;
}
}

@media screen and (max-width: 560px) {
.company_container::after {
  top: 95px;	
}
}

.company_warp {
  display: flex;
  flex-direction: column;	
  align-items: center;
  position: relative;
  z-index: 1;	
}

.company_box {
  width: 1000px;
  background-color: #FFF;	
  border-radius: 30px 30px 0 0;	
  padding: 40px 150px 0;
  text-align: center;	
}


@media screen and (max-width: 960px) {
.company_box {
  width: 100%;
  border-radius: 15px 15px 0 0;	
  padding: 30px 0 30px;
}
}

@media screen and (max-width: 560px) {
.company_box {
  width: 100%;
  border-radius: 15px 15px 0 0;	
  padding: 30px 0 0;
}
}


.company_box h1 {
  font-size: 50px;
  font-weight: 600;
  color: #00B3A7;
  margin: 15px 0 30px;	
}

@media screen and (max-width: 560px) {
.company_box h1 {
  font-size: 30px;
  font-weight: 600;
  color: #00B3A7;
  margin: 15px 0;	
}
}

.company_content dl {
  display: flex;
  text-align: left;
  align-items: flex-start;
  padding: 30px 15px;
  border-bottom: solid 1px #999999;
  column-gap: 30px;	
}

@media screen and (max-width: 560px) {
.company_content dl {
  padding: 15px 10px;
  column-gap: 10px;	
}
}

.company_content dt {
  width: 150px;	
}

@media screen and (max-width: 560px) {
.company_content dt {
  width: 85px;	
}
}

.company_content p {
  font-size: 16px;
  font-weight: 600;	
}

.company_content dd {
   font-size: 14px;	
}


.company_content a {
  font-size: 14px !important;	
  color:#00B3A7;
  border-bottom: solid 1px #00B3A7;	
}

.border-line {
  border-top: solid 1px #999999;
}

/* ====================================================
　利用規約　ここから　terms.html　
==================================================== */

.terms_container {	
 background: url(../images/background/background_2.png), url(../images/background/background_1.png);	
  background-size:100%;
  position: relative;
  padding: 50px 100px 170px;	
}

.terms_container::after {
  content: '';
  background-color: #FFF;
  position: absolute;
  left: 0;
  right: 0;
  top: 150px;
  bottom: 0;	
}


@media screen and (max-width: 960px) {
.terms_container {
  padding: 40px 10px 80px;
}
}

@media screen and (max-width: 560px) {
.terms_container {	
  padding: 40px 10px 80px;
}
}

@media screen and (max-width: 560px) {
.terms_container::after {
  top: 95px;	
}
}

.terms_warp {
  display: flex;
  flex-direction: column;	
  align-items: center;
  position: relative;
  z-index: 1;	
}

.terms_box {
  width: 1000px;
  background-color: #FFF;	
  border-radius: 30px 30px 0 0;	
  padding: 40px 150px 0;
  text-align: center;	
}


@media screen and (max-width: 960px) {
.terms_box {
  width: 100%;
  border-radius: 15px 15px 0 0;	
  padding: 30px 0 30px;
}
}

@media screen and (max-width: 560px) {
.terms_box {
  width: 100%;
  border-radius: 15px 15px 0 0;	
  padding: 30px 0 0;
}
}


.terms_box h1 {
  font-size: 50px;
  font-weight: 600;
  color: #00B3A7;
  margin: 15px 0 30px;	
}

@media screen and (max-width: 560px) {
.terms_box h1 {
  font-size: 30px;
  font-weight: 600;
  color: #00B3A7;
  margin: 15px 0;	
}
}


.terms_content dl {
  display: flex;
  text-align: left;
  align-items: flex-start;
  padding: 30px 0;
  border-bottom: solid 1px #999999;
  row-gap: 10px;	
  flex-direction: column;	
}

@media screen and (max-width: 560px) {
.terms_content dl {
  padding: 15px;	
}
}


.terms_content span {
  font-weight: 600;	
}

.terms_content p {
  font-size: 16px;
  font-weight: 600;	
}

.terms_content dd {
   font-size: 14px;	
}


.terms_content a {
  font-size: 14px !important;	
  color:#00B3A7;
  border-bottom: solid 1px #00B3A7;	
}

.terms_text {
  font-size: 14px !important;
  font-weight: 400!important;	
}

.terms_content a {
  font-size: 14px !important;	
  color:#00B3A7;
  border-bottom: solid 1px #00B3A7;
  word-break: break-all;	
}


/* ====================================================
　特定商取引法に基づく表記　ここから　law.html　
==================================================== */
.law_container {	
 background: url(../images/background/background_2.png), url(../images/background/background_1.png);	
  background-size:100%;
  position: relative;
  padding: 50px 100px 170px;	
}

.law_container::after {
  content: '';
  background-color: #FFF;
  position: absolute;
  left: 0;
  right: 0;
  top: 150px;
  bottom: 0;	
}


@media screen and (max-width: 960px) {
.law_container {
  padding: 40px 10px 80px;
}
}

@media screen and (max-width: 560px) {
.law_container {	
  padding: 40px 10px 80px;
}
}

@media screen and (max-width: 560px) {
.law_container::after {
  top: 95px;	
}
}

.law_warp {
  display: flex;
  flex-direction: column;	
  align-items: center;
  position: relative;
  z-index: 1;	
}

.law_box {
  width: 1000px;
  background-color: #FFF;	
  border-radius: 30px 30px 0 0;	
  padding: 40px 150px 0;
  text-align: center;	
}


@media screen and (max-width: 960px) {
.law_box {
  width: 100%;
  border-radius: 15px 15px 0 0;	
  padding: 30px 0 30px;
}
}

@media screen and (max-width: 560px) {
.law_box {
  width: 100%;
  border-radius: 15px 15px 0 0;	
  padding: 30px 0 0;
}
}


.law_box h1 {
  font-size: 50px;
  font-weight: 600;
  color: #00B3A7;
  margin: 15px 0 30px;	
}

@media screen and (max-width: 560px) {
.law_box h1 {
  font-size: 30px;
  font-weight: 600;
  color: #00B3A7;
  margin: 15px 0;	
}
}


.law_content dl {
  display: flex;
  text-align: left;
  align-items: flex-start;
  padding: 30px 0;
  border-bottom: solid 1px #999999;
  row-gap: 10px;	
  flex-direction: column;	
}

@media screen and (max-width: 560px) {
.law_content dl {
  padding: 15px;	
}
}


.law_content span {
  font-weight: 600;	
}

.law_content p {
  font-size: 16px;
  font-weight: 600;	
}

.law_content dd {
   font-size: 14px;	
}


.law_content a {
  font-size: 14px !important;	
  color:#00B3A7;
  border-bottom: solid 1px #00B3A7;	
}


.law_content a {
  font-size: 14px !important;	
  color:#00B3A7;
  border-bottom: solid 1px #00B3A7;
  word-break: break-all;	
}

/* ====================================================
　プライバシーポリシー　ここから　privacy.html　
==================================================== */

.privacy_container {	
 background: url(../images/background/background_2.png), url(../images/background/background_1.png);	
  background-size:100%;
  position: relative;
  padding: 50px 100px 170px;	
}

.privacy_container::after {
  content: '';
  background-color: #FFF;
  position: absolute;
  left: 0;
  right: 0;
  top: 150px;
  bottom: 0;	
}


@media screen and (max-width: 960px) {
.privacy_container {
  padding: 40px 10px 80px;
}
}

@media screen and (max-width: 560px) {
.privacy_container {	
  padding: 40px 10px 80px;
}
}

@media screen and (max-width: 560px) {
.privacy_container::after {
  top: 95px;	
}
}

.privacy_warp {
  display: flex;
  flex-direction: column;	
  align-items: center;
  position: relative;
  z-index: 1;	
}

.privacy_box {
  width: 1000px;
  background-color: #FFF;	
  border-radius: 30px 30px 0 0;	
  padding: 40px 150px 0;
  text-align: center;	
}


@media screen and (max-width: 960px) {
.privacy_box {
  width: 100%;
  border-radius: 15px 15px 0 0;	
  padding: 30px 0 30px;
}
}

@media screen and (max-width: 560px) {
.privacy_box {
  width: 100%;
  border-radius: 15px 15px 0 0;	
  padding: 30px 0 0;
}
}


.privacy_box h1 {
  font-size: 50px;
  font-weight: 600;
  color: #00B3A7;
  margin: 15px 0 30px;	
}

@media screen and (max-width: 560px) {
.privacy_box h1 {
  font-size: 30px;
  font-weight: 600;
  color: #00B3A7;
  margin: 15px 0;	
}
}


.privacy_content dl {
  display: flex;
  text-align: left;
  align-items: flex-start;
  padding: 30px 0;
  border-bottom: solid 1px #999999;
  row-gap: 10px;	
  flex-direction: column;	
}

@media screen and (max-width: 560px) {
.privacy_content dl {
  padding: 15px;	
}
}


.privacy_content span {
  font-weight: 600;	
}

.privacy_content p {
  font-size: 16px;
  font-weight: 600;	
}

.privacy_content dd {
   font-size: 14px;	
}


.privacy_content a {
  font-size: 14px !important;	
  color:#00B3A7;
  border-bottom: solid 1px #00B3A7;	
}

.privacy_content span {
  font-weight: 600;	
}

.privacy_text {
  font-size: 14px !important;
  font-weight: 400!important;	
}



.privacy_content a {
  font-size: 14px !important;	
  color:#00B3A7;
  border-bottom: solid 1px #00B3A7;
  word-break: break-all;	
}




/*お気に入りのボタン*/

.white_circle {
  background-color: #FFF;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  top:20px;
  left: 170px;
  position: absolute;	
}

@media screen and (max-width: 560px) {
.white_circle {
  left: 120px;
}
}


.item_favo img {
  width: 26px !important;
  height: 26px !important;	
}

.favorite-button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
	position: absolute;
	top:8px;
	left: 8px;
}

.heart-icon.empty {
    display: inline-block;
}
.heart-icon.filled {
    display: none; /* デフォルトで非表示 */
}
	
	
	
	
/* 1. ハートボタン (favorite-button) の余白と表示方法をリセット */
.grid-view .favorite-button {
    margin: 0 !important;      /* 外部の余白をゼロに */
    padding: 0 !important;     /* 内部の余白をゼロに */
    line-height: 1 !important; /* 行の高さをリセット */
    display: block !important; /* 縦方向のズレを解消するためブロック要素化 */
}

/* 2. iタグ (heart-icon) の余白と表示方法をリセット */
.grid-view .favorite-button i {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
    vertical-align: middle !important; /* インライン要素の縦ズレを修正 */
}

/* 3. 画像 (img) の余白をリセット */
.grid-view .favorite-button img {
    margin: 0 !important;
    padding: 0 !important;
    vertical-align: middle !important; 
}
	
	
	
	
/* ================================================= */
/* 1. 体重入力欄と単位を一体化するためのコンテナスタイル */
/* ================================================= */
.input-with-unit {
    /* インプットと単位を横並びにする */
    display: flex; 
    /* フォーム全体（右端）まで広がらないように、幅の最大値を制限 */
    max-width: 150px; 
    align-items: center;
}

/* ================================================= */
/* 2. 入力欄の幅と最小幅を強制的に調整するスタイル (メイン) */
/* ================================================= */
.input-with-unit .short-input {
    /* 最終的な希望幅を設定 */
    width: 50px !important; 
    min-width: 50px !important; /* 最小幅も強制的に設定 */
    
    /* box-sizingをcontent-boxに強制し、幅の計算からパディングとボーダーを除外（重要） */
    box-sizing: content-box !important; 
    
    /* flexbox内で幅を優先させる */
    flex-grow: 0; 
    
    /* 可能な限りパディングを減らす */
    padding-left: 2px !important;
    padding-right: 2px !important;
}

/* ================================================= */
/* 3. ブラウザ固有のスピナー表示の調整 (幅を狭くするためのハック) */
/* ================================================= */

/* Firefoxでの調整 */
.input-with-unit .short-input[type=number] {
    -moz-appearance: textfield; /* スピナーを残すための設定 */
    /* 上記の padding や width の設定は .short-input で既に適用済み */
}

/* Chrome/Safariのスピナー調整 */
.input-with-unit .short-input[type=number]::-webkit-inner-spin-button {
    /* スピナーを格納している内部要素の幅を調整 */
    width: 15px; 
    /* 強制的にパディングやマージンをリセットし、最小幅の制約を緩和 */
    margin: 0 !important;
    padding: 0 !important;
    
    /* スピナーの見た目をデフォルトに戻す (非表示ハックを打ち消す) */
    -webkit-appearance: initial; 
    opacity: 1; 
}


/* ================================================= */
/* 4. 単位テキストのスタイル */
/* ================================================= */
.input-with-unit .unit-text {
    /* 入力欄との間に少しスペースを空ける */
    margin-left: 5px; 
    /* 単位のフォントサイズや色を調整する場合 */
    color: #333;
    font-size: 1em;
    /* 単位がはみ出さないように nowrap */
    white-space: nowrap; 
}

.mypage_waku {
  background-color: #FFF2F2;
  border-radius: 15px;
  border: solid 2px #EB5959;
  height: 50px;	
  padding: 15px;
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-bottom: 30px;	
}

@media screen and (max-width: 560px) {
.mypage_waku {
  margin-bottom: 15px;	
}
}


.mypage_waku img {
  width: 30px;
  height: 30px;	
}

.mypage_waku p{
  font-weight: 600;
  color	:#EB5959;
}

a {
    text-decoration: none;
}
	
/* ---------------------------------------------------- */
/* 【問題修正】Slickサムネイルの代替画像強制適用を無効化 */
/* ---------------------------------------------------- */

/* スライダーのドット（サムネイル）の擬似要素の背景設定を無効化する */
.main-slide .slick-dots li button:before {
    /* 背景画像を強制的に「なし」に設定することで、
       元のCSSの background: url(...) を無効化する */
    background: none !important; 
    
    /* 念のため、元のCSSで設定されている可能性がある背景画像URLを強制的に削除 */
		background-image: none !important;
}
/* ====================================================
ãã«ã¼ãå
ãªã¹ããã¼ã¸ããããããcart-list.htmlã
==================================================== */

.cart_container {
  position: relative;	
  background-color: #FAF8F5;
  padding: 50px 100px 200px;
  z-index: 0;	
  	
}

@media screen and (max-width: 960px) {
.cart_container {
  padding: 40px 15px 80px;	
}
}

@media screen and (max-width: 560px) {
.cart_container {
  padding: 40px 15px 80px;	
}
}

.cart_warp {
  display: flex;
  margin-top: 50px;
  justify-content: center;
  column-gap: 30px;	
}

@media screen and (max-width: 960px) {
.cart_warp {
  flex-direction: column;
  margin-top: 30px;	
}
}

@media screen and (max-width: 560px) {
.cart_warp {
  flex-direction: column;
  margin-top: 30px;	
}
}


@media screen and (max-width: 960px) {
.confirm_item {
  order: 1;
  margin-top: 30px;	
}
}


@media screen and (max-width: 560px) {
.confirm_item {
  order: 1;
  margin-top: 30px;	
}
}

.cart_list_box,.confirm_list_box {
  background-color: #FFF;
  border-radius: 15px;
  width: 720px;
  padding: 30px;
  margin-bottom: 30px;	
}



@media screen and (max-width: 960px) {
.cart_list_box,.confirm_list_box {
  width: 100%;
  padding: 15px 20px;
  margin-bottom: 15px;	
}
}

@media screen and (max-width: 560px) {
.cart_list_box,.confirm_list_box {
  width: 100%;
  padding: 15px 20px;
  margin-bottom: 15px;	
}
}

.confirm_list_box {
  padding: 30px 30px 15px;	
}


@media screen and (max-width: 960px) {
.confirm_list_box {
  padding: 15px 20px 5px;	
}
}

@media screen and (max-width: 560px) {
.confirm_list_box {
  padding: 15px 20px 5px;	
}
}

.cart_list_box dl, .confirm_list_box dl {
  display: flex;
  align-items: center;
  padding: 15px 0;
  border-bottom: solid 1px #999999;
  column-gap: 10px;	
}

@media screen and (max-width: 560px) {
.cart_list_box dl, .confirm_list_box dl {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 0fr);
  margin: 15px auto 5px;
  padding-bottom: 25px;	
}
}

.cart_list_box dt,.confirm_list_box dt {
   height: 100px;	
}


@media screen and (max-width: 560px) {
.cart_list_box dt,.confirm_list_box dt {
   grid-row: span 3 / span 3;
   height: initial;	
}
}

@media screen and (max-width: 560px) {
.cart_list_box h3,.confirm_list_box h3 {
  text-align: center;	
}
}

.cart_list_box img,.confirm_list_box img {
  width: 100px;
  height: 100px;	
}

.cart_list_box dd, .confirm_list_box dd {
  width: 140px;
  font-size: 14px;	
}

.medi_name {
  width: 250px !important;	
}


.cart_btn_box {
  display: flex;
  justify-content: center;
  column-gap: 10px;	
}

@media screen and (max-width: 560px) {
.cart_btn_box {
  flex-direction: column;	
}
}


/*ã«ã¼ããªã¹ãå
ãã¿ã³*/

a.cart_button {
    background: #FFF;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 25px;
    color: #00B3A7;
    transition: 0.3s ease-in-out;
    font-weight: 600;
	font-size: 14px;
    width: 250px;
	height: 40px;
    margin: 30px 0 0;
    border: solid 2px #00B3A7;
}

@media screen and (max-width: 560px) {
a.cart_button {
    margin: 10px auto 0;
}
}

/*ã«ã¼ããªã¹ãå
ãã¿ã³*/


.cart_box {
  background-color: #FFF;
  border: solid 2px #00B3A7;
  border-radius: 15px;
  width: 250px;	
  padding: 15px 15px 30px;
  display: flex;
  flex-direction: column;
  row-gap:10px;	
}

@media screen and (max-width: 960px) {
.cart_box {
  width: 100%;
  padding: 20px 15px 15px;	
}
}

@media screen and (max-width: 560px) {
.cart_box {
  width: 100%;	
}
}

.cart_box dl {
  display: flex;
  justify-content: space-between;
  font-size: 14px;	
}

.cart_hr {
    height: 1px;
    border: none;
    border-bottom: 1px #999999 solid;
    margin: 0;
}

.total_red {
  font-size: 20px;
  font-weight: 600;
  color:#EB5959;	
}


/*ã¬ã¸ã«é²ãï¼æ³¨æç¢ºå®ãã¿ã³*/

a.cart_button_1 {
    background: #00B3A7;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 25px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 600;
	font-size: 20px;
    width: 220px;
	height: 60px;
    margin: 20px auto 0;
}

@media screen and (max-width: 560px) {
a.cart_button_1 {
    width: 250px;
    margin: 10px auto 0;	
}
}

/*ã¬ã¸ã«é²ãï¼æ³¨æç¢ºå®ãã¿ã³*/

/*ä»ã®å¦æ¹ç®ãæ³¨æãããã¿ã³*/

a.cart_button_2 {
    background: #FFF;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 25px;
    color: #00B3A7;
    transition: 0.3s ease-in-out;
    font-weight: 600;
	font-size: 14px;
    width: 220px;
	height: 40px;
    border: solid 2px #00B3A7;
    margin: 0 auto;
}

@media screen and (max-width: 560px) {
a.cart_button_2 {
    width: 250px;
}
}

/*ä»ã®å¦æ¹ç®ãæ³¨æãããã¿ã³*/


/*ã«ã¼ãå
ãè¿½å¾ãã¿ã³*/

a.cart_fixed-btn {
    background: #00B3A7;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 25px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 600;
	font-size: 16px;
    width: 350px;
	height: 50px;
	margin: 0 auto;
}

@media screen and (max-width: 560px) {
a.cart_fixed-btn {
    width: 250px;
    border-radius: 25px;	
}
}

.cart_fixed-btn p {
  font-size: 16px;
  font-weight: 600;	
}


/*ã«ã¼ãå
ãè¿½å¾ãã¿ã³*/


/*ã«ã¼ãå
ãã¹ããããã¼å
±éãããã*/


.progressbar {
    position: relative;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.progressbar li {
    position: relative;
    list-style-type: none;
    text-align: center;
    text-transform: uppercase;
    width: 33.333%;
    color: #999999;
    font-size: 14px;	
    font-weight: bold;
}
.progressbar li:before {
    display: block;
    width: 20px;
    height: 20px;
    margin: 7px auto 7px auto;
    content: '';
    text-align: center;
    border-radius: 50%;
    background-color: #999999;
}
.progressbar li:after {
    position: absolute;
    z-index: -1;
    top: 15px;
    left: -50%;
    width: 100%;
    height: 2px;
    content: '';
    background-color: #999999;
}
.progressbar li:first-child:after {
    content: none;
}
.progressbar li.active,
.progressbar li.complete{
    color: #00B3A7;
	font-size: 14px;
	font-weight: 600;
}
.progressbar li.active:before,
.progressbar li.complete:before {
    background-color: #00B3A7;
}
.progressbar li.active:after,
.progressbar li.complete:after {
    background-color: #00B3A7;
}

/*ã«ã¼ãå
ãã¹ããããã¼å
±éããã¾ã§*/


/* ====================================================
ãã«ã¼ãå
ãæ³¨æç¢ºèªãã¼ã¸ããããããcart-confirm.htmlã
==================================================== */

.payment_box, .address_box, .shipping_box {
  background-color: #FFF;
  border-radius: 15px;
  width: 720px;
  padding: 30px;
  margin-bottom: 30px;	
}


@media screen and (max-width: 960px) {
.payment_box, .address_box, .shipping_box {
  width: 100%;
  padding: 20px;
  margin-bottom: 15px;	
}
}

@media screen and (max-width: 560px) {
.payment_box, .address_box, .shipping_box {
  width: 100%;
  padding: 20px;
  margin-bottom: 15px;	
}
}

.card {
  display: flex;
  column-gap: 10px;	
}

.card img {
  width: 64px;
  height: 40px;	
}

.payment_box ul, .address_box ul {
  display:flex;
  margin-top: 15px;
  padding-bottom: 15px;
  border-bottom:solid 1px #999999;
}

@media screen and (max-width: 560px) {
.payment_box ul, .address_box ul {
  flex-direction: column;
  margin-bottom: 15px;	
}
}

@media screen and (max-width: 560px) {
.payment_box h3, .address_box h3, .shipping_box h3{
  text-align: center;	
}
}


.li-box_1 {
  width: 200px;	
}

.li-box_2 {
  width: 300px;	
}

.li-box_3 {
  width: 140px;	
}

.tag {
  border: solid 1px #00B3A7;
  border-radius: 5px;
  padding: 0 10px 2px;
  color:#00B3A7;
  font-size: 12px;
  margin-left: 10px;	
}

.shipping_box p {
  margin-top: 15px;	
}


/* ====================================================
ãã«ã¼ãå
å®äºãã¼ã¸ããããããcart-finish.htmlã
==================================================== */

.cart_finish_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 30px;	
}

@media screen and (max-width: 560px) {
.cart_finish_wrap {
  row-gap: 15px;	
}
}

.thanks_area {
  width: 700px;
  border-radius: 15px;
  background-color: #FFF;
  padding: 30px;
  margin-top: 50px;
}

@media screen and (max-width: 960px) {
.thanks_area {
  width: 100%;
  padding: 30px 20px 15px;
  margin-top: 30px;
}
}

@media screen and (max-width: 560px) {
.thanks_area {
  width: 100%;
  padding: 30px 20px 15px;
  margin-top: 30px;
}
}

.thanks_area h2 {
  text-align: center;	
}

.thanks_area p {
  margin: 30px auto;
  text-align: center;	
}

@media screen and (max-width: 560px) {
.thanks_area p {
  margin: 15px auto;
  text-align: left;	
}
}

.thanks_area a {
  font-size: 14px !important;	
  color:#00B3A7;
  border-bottom: solid 1px #00B3A7;
  word-break: break-all;	
}

/*ç£å»ããã«ãç¤¼ã»æ¬¡åã®äºç´ãã¿ã³*/

a.finish_button {
    background: #00B3A7;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 25px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 600;
	font-size: 14px;
    width: 250px;
	height: 40px;
}

@media screen and (max-width: 560px) {
a.finish_button {
    margin: 10px auto 0;	
}
}

/*ç£å»ããã«ãç¤¼ã»æ¬¡åã®äºç´ãã¿ã³*/
	
.slick-dots {
//    margin: -40px 0 0 0 !important;
}
	
	
	
	
	
	
	
	/* 獣医師の画像 (.dr_imges) エリアの修正 */
/* 常に正方形 (1:1) に固定し、画像を領域いっぱいに表示する */

.dr_imges {
    padding-top: 100%; 
    height: 0; 
		position: relative; 
    overflow: hidden; 
}

.dr_imges img {
    position: absolute; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
	.main-slide img {
		border-radius: 20px !important;
	}
	.slick-dots li button#slick-slide-control00 img {
		border-radius:6px !important;
	}
	.slick-dots li button#slick-slide-control01 img {
		border-radius:6px !important;
	}
	.slick-dots li button#slick-slide-control02 img {
		border-radius:6px !important;
	}
	
	
	
	
	
/* ====================================================
獣医師　ピックアップ　共通スタイル
==================================================== */

.pick-up_container {
 padding: 190px 100px 50px;
}

@media screen and (max-width: 960px) {
.pick-up_container {
 padding: 200px 10px 40px;	
}
}

@media screen and (max-width: 560px) {
.pick-up_container {
 padding: 185px 10px 40px;	
}
}


.pick-up_wrapper {
  text-align: center;	
}
	
/* ====================================================
獣医師　ピックアップ　補完スタイル（モック再現）
==================================================== */

/* 各カテゴリの見出し (H3) の再現 */
.pickup_ttl {
    font-size: 20px;
    font-weight: 600; /* モックは少し太字 */
    color: #333;
    text-align: center;
    border-bottom: 3px solid #7EC2A3; /* モックの緑色下線を再現 */
    margin: 40px auto 30px; /* 上下のマージン */
    padding-bottom: 5px;
    width: 80%; /* 中央寄せ */
    max-width: 800px;
}

/* 個別の獣医師カードの再現 */
.pickup__item {
    position: relative;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* 影を再現 */
    padding: 15px 10px 5px; /* 上下左右のパディング調整 */
    margin: 0 10px; /* カード間の余白 */
    box-sizing: border-box;
    cursor: pointer;
    min-height: 250px; /* 見た目の高さを保証 */
}

/* 獣医師画像 (モックでは円形で、上下に余白がある) */
.pickup__item img {
    width: 100px; /* 画像のサイズを固定 */
    height: 100px;
    object-fit: cover;
    border-radius: 50%; /* 丸くする */
    margin: 0 auto 5px;
}

/* 獣医師名 */
.dr_name {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    /* モックでは名前の下にステータスが表示される前提 */
    margin: 5px 0 15px;
}

/* カード全体をクリック可能にするための透明なリンク */
.pickup__item > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}

/* Slickスライダーの競合調整（スライド間のスペース調整） */
/* SlickのJSがslidesToShow:4を設定していることを前提に、マージンを適用 */
.pickup-carousel .slick-slide {
    padding: 0 5px; /* スライド間の小さな隙間を確保 */
    margin-bottom: 30px; /* 縦方向の余白 */
}

/* レスポンシブ調整（モバイルでは2枚並び） */
@media screen and (max-width: 560px) {
    .pickup_ttl {
        font-size: 18px;
        margin: 30px auto 20px;
    }
    .pickup__item {
        min-height: 220px;
    }
}	