.myCatchTitle {
	margin: 75px auto 30px;
	font-size: 30px;
	font-size: 3rem;
	font-family: "A1明朝", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, serif;
	color: #534741;
	text-align: center;
}

.myCatchTitle .br {
	display: block;
}

.myList01 li {
	margin-top: 15px;
}

.red {
	color: #d65a58;
	font-weight: bold;
}

.myNav_navi02 {
	max-width: 100%;
}

.myNav_navi02 li {
	width: 50%;
}

.myNav_navi03 {
	max-width: 100%;
}

.myNav_navi03 li {
	width: 30%;
}

.myNav_navi03 li:before,
.myNav_navi03 li:after {
	display: none;
}

.myNav_navi03 li:after {
	display: block;
	content: "";
	position: absolute;
	top: 2px;
	bottom: 2px;
	left: -1px;
	width: 4px;
	border-left: dashed 1px #b98747;
}

.myNav_navi03 li:nth-child(3n):before {
	display: block;
	content: "";
	position: absolute;
	top: 2px;
	bottom: 2px;
	right: -1px;
	width: 4px;
	border-right: dashed 1px #b98747;
}

.myNav_anker {
	margin-top: 100px;
}

.myBlockMenu {
	background: #fff;
	border-radius: 10px;
	padding: 20px;
	margin-top: 25px;
}

.myBlockMenu dt {
	position: relative;
	font-weight: bold;
	padding-left: 30px;
	margin-bottom: 10px;
	color: #534741;
}

.myBlockMenu dt:before {
	position: absolute;
	content: "";
	display: block;
	width: 23px;
	height: 23px;
	left: 0;
	background: url(../../assets/img/common/icon_flower_color02.png) no-repeat top left;
	background-size: 100% auto;
}

.myBlockMenu dd li {
	position: relative;
	padding-left: 25px;
}

.myBlockMenu dd li:not(:last-child) {
	margin-bottom: 5px;
}

.myBlockMenu dd li:before {
	position: absolute;
	top: 5px;
	left: 0;
	content: "";
	font-family: FontAwesome;
	line-height: 1;
	display: inline-block;
	margin-left: 8px;
	font-weight: normal;
	color: #b3aca7;
}

.myApplicationBlock .modNav02 .detail {
	padding-top: 0;
}

.myApplicationBlock .modNav02 .detail .title {
	font-size: 18px;
	font-size: 1.8rem;
}

.myApplicationBlock .modNav02 .detail .title:after {
	display: none;
}

.myApplicationBlock .btn {
	margin-top: 25px;
}

.myApplicationBlock .address {
	margin-top: 25px;
	background: #fff;
	border-radius: 10px;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	
}

.myApplicationBlock .address .label {
	margin-right: 10px;
	display: inline-block;
	color: #736357;
	vertical-align: text-bottom;
}

.myApplicationBlock .address .tel,
.myApplicationBlock .address .fax {
	display: inline-block;
	color: #808080;
	font-size: 30px;
	font-size: 3rem;
}

.myApplicationBlock .address .tel:before {
	content: "";
	font-family: FontAwesome;
	line-height: 1;
	display: inline-block;
	margin-right: 5px;
	font-weight: normal;
}

.myApplicationBlock .address .fax:before {
	content: "";
	font-family: FontAwesome;
	line-height: 1;
	display: inline-block;
	margin-right: 5px;
	font-weight: normal;
}

.myFlowBlock {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.myFlowBlock .item {
	width: 21%;
}

.myFlowBlock .item:not(:last-child) {
	position: relative;
}

.myFlowBlock .item:not(:last-child):after {
	content: "";
	font-family: FontAwesome;
	line-height: 1;
	display: inline-block;
	margin-right: 5px;
	font-weight: normal;
	color: #808080;
	position: absolute;
	top: 60px;
	right: -21%;
	font-size: 48px;
	font-size: 4.8rem;
}

.myFlowBlock .image {
	position: relative;
	margin-bottom: 15px;
	text-align: center;
}

.myFlowBlock .image span {
	display: inline-block;
	position: relative;
}

.myFlowBlock .image span img {
	position: relative;
	z-index: 100;
}

.myFlowBlock .image span:before {
	content: "";
	background-image: url(../img/common/deco04_02.png);
	background-size: 100% auto;
	width: 61px;
	height: 47px;
	position: absolute;
	top: 5px;
	right: -10px;
}

.myFlowBlock .image span:after {
	content: "";
	background-image: url(../img/common/deco04_02.png);
	background-size: 100% auto;
	width: 61px;
	height: 47px;
	position: absolute;
	bottom: 0;
	left: -35px;
}

.myFlowBlock .detail {
	margin: 0 20px;
}

.myFlowBlock .detail .title {
	font-weight: bold;
	color: #534741;
	text-align: center;
	font-size: 17px;
	font-size: 1.7rem;
	margin-bottom: 5px;
}

.myFlowBlock .detail .mark {
	color: #fff;
	font-weight: bold;
	background: #e52f54;
	border-radius: 10px;
	text-align: center;
	margin-bottom: 10px;
}

.myContactBlock {
	border: 1px solid #6dbcbc;
	border-radius: 10px;
	background: #fff;
	color: #736357;
}

.myContactBlock .headTitle {
	position: relative;
	background: #b5dddd;
	padding: 15px;
	border-radius: 10px 10px 0 0;
	font-weight: bold;
	text-align: center;
	font-size: 20px;
	font-size: 2rem;
}

.myContactBlock .headTitle .sub {
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
}

.myContactBlock .contents {
	padding: 40px;
}

.myContactBlock .address {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.myContactBlock .address li {
	margin: 0 13px;
}

.myContactBlock .address li span {
	display: inline;
}

.myContactBlock .address .label {
	color: #6dbcbc;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
}

.myContactBlock .address .icon img {
	width: 55px;
}

.myContactBlock .address .number {
	font-size: 30px;
	font-size: 3rem;
	color: #808080;
	font-weight: bold;
}

.myOptionBlock {
	margin-top: 30px;
}

.myOptionBlock .modBlockBox:not(:last-child) {
	margin-bottom: 50px;
}

.myOptionBlock .modBlockBox .contents {
	padding: 0;
}

.myOptionBlock thead th {
	background: #e5ece7;
}

.myOptionBlock thead th,
.myOptionBlock thead td {
	padding: 10px;
}

.myOptionBlock thead .name {
	text-align: center;
}

.myOptionBlock tbody tr:not(:last-child) {
	border-bottom: 1px dotted #808080;
}

.myOptionBlock tbody th,
.myOptionBlock tbody td {
	padding: 20px 10px;
}

.myOptionBlock .category {
	width: 250px;
	text-align: center;
	padding-right: 0;
}

.myOptionBlock .price {
	width: 250px;
	text-align: center;
	padding-left: 0;
}

.reservation {
	border: 1px solid #dc7370;
	color: #dc7370;
	display: inline-block;
	border-radius: 3px;
	margin-left: 5px;
	padding: 0 2px;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0;
	font-weight: bold;
}

.myBlockHandbook {
	background: rgba(255, 255, 255, 0.6);
	border-radius: 20px;
	margin-top: 30px;
	padding: 40px;
}

.myBlockHandbook:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.myBlockHandbook .image {
	width: 100px;
	float: left;
}

.myBlockHandbook .detail {
	margin-left: 130px;
}

.myListItem {
	display: table;
}

.myListItem:not(:last-child) {
	margin: 0 0 30px;
}

.myListItem > dt {
	display: table-cell;
	vertical-align: top;
	width: 145px;
}

.myListItem > dt > span {
	display: block;
	padding: 9px 5px;
	background-color: #5aabba;
	border-radius: 10px;
	line-height: 1.5;
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}

.myListItem .sub {
	font-size: 14px;
	font-size: 1.4rem;
}

.myListItem dd {
	display: table-cell;
	vertical-align: middle;
	padding-left: 20px;
}

.myListItem dd .br {
	display: block;
}

.myListItem_pink > dt span {
	background-color: #e89c98;
}

.myListRousai {
	margin-top: 20px;
}

.myListRousai dl:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.myListRousai dt {
	position: relative;
	float: left;
	width: 180px;
	font-weight: bold;
	color: #46986d;
}

.myListRousai dt:after {
	display: inline-block;
	content: "：";
	position: absolute;
	top: 0;
	right: 0;
}

.myListRousai dd {
	margin: 0 0 10px 200px;
}

.myListInline-block li {
	display: inline-block;
}

.myBlockSikyutaigan {
	margin-bottom: 50px;
}

.myBlockNyugan .modBtnBox {
	margin-bottom: 30px;
}

.myBlockNyugan .modIndent01 {
	color: #736357;
}

.myBlockAbout {
	background: rgba(255, 255, 255, 0.6);
	border-radius: 20px;
	margin-top: 30px;
	padding: 40px;
}

.myBlockAbout:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.myBlockAbout .modListFlower li:before {
	background: url(../../assets/img/common/icon_flower_color03.png) no-repeat top left;
	background-size: 100% auto;
}

.optionSetModBlockBox{
	border-color: #FFA07A;
}

.optionSetTitle {
	background-color: #FAF0E6 !important;
}

.optionCategory {
	background: #FFFAF0 !important;
}

.myOptionBlock .category_set {
	width: 250px;
	text-align: center;
	padding-right: 0;
}

.payment{
	font-weight: bold;
	font-size: 1.5em;
}


@media all and (-ms-high-contrast: none) {

.myApplicationBlock .address .tel,
.myApplicationBlock .address .fax {
	letter-spacing: 0em;
}

.myContactBlock .address {
	letter-spacing: 0.1em;
}

}

@media only screen and (max-width: 1160px) {

.myFlowBlock .image span:before {
	display: none;
}

}

@media only screen and (max-width: 600px) {

.myCatchTitle {
	margin: 40px auto;
	font-weight: bold;
	font-size: 20px;
	font-size: 2rem;
}

.myCatchTitle .br {
	display: inline;
}
.modNav13 .container .list li{
	width:100%;
	display:block;
	border-top:0;
	border-right:0;
	border-left:0;
	border-bottom: dashed 1px #b98747;
	padding:0;
	margin:5px;
}
.modNav13 .list li:first-child,
.modNav13 .list li:nth-child(5n) {
	border-left:0;
}

.modNav13 .list li:nth-child(5):after,
.modNav13 .list li:nth-child(6):after,
.modNav13 .list li:nth-child(7):after,
.modNav13 .list li:nth-child(8):after {
	content: "";
	display: block;
	position: absolute;
	width: 94%;
	height: 1px;
	border-top:0;
	top: -10px;
}

.modNav13 .list li a {
	display: block;
	text-decoration: none;
	text-align:left;
}

.modNav13 .list li .title {
	font-size: 10px;
	font-size: 1.0rem;
	line-height: 1.0;
	padding:10px;
}

/*保存用*/
.myNav_navi03 li {
	width: 50%;
}

.myNav_navi03 li:after {
	width: 2px;
}

.myNav_navi03 li:nth-child(3n):before {
	display: none;
	width: 2px;
}

.myNav_navi03 li:nth-child(2n):before {
	display: block;
	content: "";
	position: absolute;
	top: 2px;
	bottom: 2px;
	right: -1px;
	width: 2px;
	border-right: dashed 1px #b98747;
}

.myNav_navi03 li:nth-child(6n):before {
	display: block;
	content: "";
	position: absolute;
	top: 2px;
	bottom: 2px;
	right: -1px;
	width: 2px;
	border-right: dashed 1px #b98747;
}

.myNav_navi03 li:last-child:before {
	display: block;
	content: "";
	position: absolute;
	top: 2px;
	bottom: 2px;
	right: -1px;
	width: 2px;
	border-right: dashed 1px #b98747;
}

.myNav_anker {
	margin-top: 20px;
}

.myBlockMenu dt:before {
	width: 15px;
	height: 15px;
}

.myApplicationBlock .modNav02 .detail .title {
	font-size: 15px;
	font-size: 1.5rem;
}

.myApplicationBlock .address {
	margin-top: 10px;
}

.myApplicationBlock .address .label {
	margin-right: 0;
}

.myApplicationBlock .address .tel,
.myApplicationBlock .address .fax {
	display: block;
	font-size: 22px;
	font-size: 2.2rem;
}

.myFlowBlock .item:not(:last-child):after {
	content: "";
	left: 0;
	right: 0;
	top: auto;
	bottom: -35px;
	margin: auto;
	text-align: center;
	font-size: 30px;
	font-size: 3rem;
}

.myFlowBlock .item {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.myFlowBlock .item:not(:last-child) {
	margin-bottom: 40px;
}

.myFlowBlock .image {
	width: 27%;
}

.myFlowBlock .image span:after {
	display: none;
}

.myFlowBlock .detail {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin: 0;
	padding-left: 15px;
}

.myFlowBlock .detail .title {
	text-align: left;
	font-size: 15px;
	font-size: 1.5rem;
}

.myContactBlock .headTitle {
	padding: 10px;
	font-size: 16px;
	font-size: 1.6rem;
}

.myContactBlock .headTitle .sub {
	font-size: 14px;
	font-size: 1.4rem;
}

.myContactBlock .contents {
	padding: 20px;
}

.myContactBlock .address li {
	width: 100%;
	text-align: center;
	margin: 0;
}

.myContactBlock .address li:not(:last-child) {
	margin-bottom: 5px;
}

.myContactBlock .address .label {
	font-size: 13px;
	font-size: 1.3rem;
}

.myContactBlock .address .icon img {
	width: 30px;
}

.myContactBlock .address .number {
	font-size: 20px;
	font-size: 2rem;
}

.myOptionBlock thead th {
	letter-spacing: -0.02em;
}

.myOptionBlock thead th,
.myOptionBlock thead td {
	padding: 5px;
}

.myOptionBlock tbody th,
.myOptionBlock tbody td {
	padding: 10px;
}

.myOptionBlock .category {
	width: 80px;
}

.myOptionBlock .price {
	width: 70px;
	letter-spacing: -0.02em;
	padding-right: 0;
}

.myBlockHandbook {
	padding: 20px;
}

.myBlockHandbook .image {
	width: 100%;
	float: none;
	text-align: center;
}

.myBlockHandbook .detail {
	margin: 20px 0 0;
}

.myListItem > dt {
	display: block;
	margin-bottom: 15px;
}

.myListItem > dt > span {
	font-size: 14px;
	font-size: 1.4rem;
	padding: 5px;
	border-radius: 5px;
}

.myListItem .sub {
	font-size: 12px;
	font-size: 1.2rem;
}

.myListItem dd {
	display: block;
	padding-left: 0;
}

.myListItem dd .br {
	display: inline;
}

.myListRousai dt {
	float: none;
	width: auto;
}

.myListRousai dt:after {
	display: none;
}

.myListRousai dd {
	margin: 0 0 10px;
}

.myBlockAbout {
	padding: 20px;
}

.myBlockAbout .modListFlower li:before {
	width: 15px;
	height: 15px;
}

.myOptionBlock .category_set {
	width: 80px;
	text-align: center;
	padding-right: 0;
}

}
.modBtnBox_moushikomi {
	width: 95%;
	margin: 0 auto;

}



.modBtnBox_large_moushikomi {
	width: 90%;
	margin: 5px auto;
	display: flex;
	flex-direction: column;   /* 縦並び */
	align-items: center;      /* 横方向中央揃え */
	gap: 20px;   /* ← ここで間隔を統一 */
}

/* ボタン側の余白をリセット */
.modBtnBox_large_moushikomi > * {
	margin: 0;
}
}

.modBlockInfo02 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	margin: 30px;
	font-size: 1.5rem;
}

.modBtn02_1 {
	display: block;
	background-color: #fff;
	border: solid 1px #534741;
	position: relative;
	width: 45%;
	padding: 13px 18px;
	margin: 5px auto;
	border-radius: 10px;
	text-align: center;
	color: #534741;
	text-decoration: none;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.5;
}

@media only screen and (max-width: 600px) {
	
	.modBtnBox_large_moushikomi {
		width: 95%;
		display: block;
	}

	.modBtn02_1 {
		width: 100%;
		font-size: 10px;
		font-size: 1rem;
	}
	
	.modBlockInfo02 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: block;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin: 15px;
		font-size: 1.2rem;
	}
}

.txtSmoall {	
	display: block;
	font-size: 11px;
	margin-bottom: 10px;
}
/*# sourceMappingURL=maps/dockkenshin.css.map */

/* ===== 一般健診エリア専用 ===== */
.health-check {
  width: 100%;
}

./* 費用の下に余白 */
.health-check .item:nth-child(2) p {
  white-space: nowrap;
}

@media (max-width: 600px) {
  .health-check .item:nth-child(2) p {
    white-space: normal;
  }
}

/* innerの下に破線 */
.health-check .inner {
  padding-bottom: 30px;     /* 線の上の余白 */
  margin-bottom: 40px;      /* 線の下の余白 */
  border-bottom: 2px dashed #808080;
}

.item_row {
	display: flex;
	gap: 40px;      /* 間隔 */
	margin: 40px 0;   /* ← 上下の余白を追加 */
}

.item_row .item {
	flex: 1;        /* 横幅を均等に */
}
