@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
/*$color1: #0094e3;*/
.msn-buttonA { font-weight: normal; }

.cvBlock .msn-cv-button--30min { display: none; }

#mgArea { display: -webkit-box; display: flex; flex-wrap: wrap; -webkit-box-pack: justify; justify-content: space-between; -webkit-box-align: start; align-items: flex-start; }
#mgArea * { min-height: 0%; }
#mgArea .msn-mapInfo__table { margin-bottom: 0; }
#mgArea .msn-dataTable { margin-bottom: 20px; }
#mgArea > .msn-mapInfo__image { width: 33%; }
#mgArea > .msn-mapInfo_txtArea { width: 62%; }
#mgArea .msn-cv-buttons { margin: 0; }
#mgArea .btn_flex { display: -webkit-box; display: flex; flex-wrap: wrap; -webkit-box-pack: center; justify-content: center; -webkit-box-align: end; align-items: flex-end; gap: 15px 15px; margin: 20px 0; }
#mgArea .btn_flex * { min-height: 0%; }
#mgArea .btn_flex li { min-width: 240px; width: 100%; max-width: 305px; -webkit-box-flex: 1; -ms-flex: 1 0 240px; flex: 1 0 240px; }
#mgArea .btn_flex li a { display: block; background: gray; width: 100%; height: 55px; color: #fff; text-align: center; position: relative; border-radius: 5px; }
#mgArea .btn_flex li a span { display: block; width: 100%; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
@media (max-width: 767px) { #mgArea > .msn-mapInfo__image { width: 100%; }
  #mgArea > .msn-mapInfo_txtArea { width: 100%; } }
