

.box_greeting_pic {
display: block;
text-align: center;
}
.box_greeting_pic p {
margin-bottom: 0;
font-weight: 700;
}


.flex_feature {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.flex_feature_txt {
display: block;
width: calc(50% - 24px);
}
.flex_feature_pic {
display: block;
width: 50%
}
@media screen and (max-width: 640px){
.flex_feature {
display: block;
}
.flex_feature_txt {
width: auto;
}
.flex_feature_pic {
width: auto;
margin-bottom: 8px;
}

}

ul.list_feature {
	margin: 0;
	padding: 0;
}

ul.list_feature li {
	position: relative;
	list-style: none;
	display: inline-block;
	line-height: 130%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	color: #18D;
	font-weight: bold;
	border: 1px solid #18D;
	text-align: center;
	width: 68px;
	height: 68px;
}
ul.list_feature li p {
	position: absolute;
	margin: 0;
	margin-bottom: 0;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}



table.list_table {
	border: 1px solid #18D;
	margin: 0;
	padding: 0;
	background: none;
	table-layout: auto;
	width: 100%;
}
table.list_table tr {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
}
table.list_table th,
table.list_table td {
	text-align: left;
	padding: 4px 8px;
	border: 1px solid #18D;
	white-space: nowrap;
}
table.list_table th {
	color: #18D;
	background-color: #CEF;
}

table.list_table th:first-child,
table.list_table td:first-child {
width: 5.5em;
}


.grid_gairaisinryou {
font-weight: 700;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto;
    gap: 0;
}
    
.grid_gairaisinryou_apm {
    grid-column: span 2 / span 2;
}

.grid_gairaisinryou_time {
    grid-column: span 10 / span 10;
    grid-column-start: 3;
}


.box_profile {
display: block;
padding-bottom: 24px;
border-bottom: 1px solid #999;
}
@media screen and (max-width: 640px){
.box_profile {
padding-bottom: 16px;
}
}



.grid_profle {
display: grid;
grid-template-columns: 148.66px repeat(4, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 40px;
grid-row-gap: px;
}

.grid_profle_pic { grid-area: 1 / 1 / 2 / 2; }
.grid_profle_pic .imagecenter00 { width: 100%; }
.grid_profle_txt { grid-area: 1 / 2 / 2 / 6; }


@media screen and (max-width: 640px){
.grid_profle{
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto;
    gap: 8px;
}
    
.grid_profle_pic {
    grid-column: span 6 / span 6;
    grid-column-start: 4;
}

.grid_profle_txt {
    grid-column: span 12 / span 12;
    grid-row-start: 2;
}
}
   

dl.flex_pricelist {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 1px dotted #bbb;
}
dl.flex_pricelist dt {
  width: 70%;
  margin: 0;
	border-top: 1px dotted #bbb;
  padding: 0.5em 0;
}
dl.flex_pricelist dd {
  width: 30%;
  margin: 0;
	text-align: right;
	border-top: 1px dotted #bbb;
  padding: 0.5em 0;
}


