@charset "UTF-8";
/*その他のお問い合わせ業務*/
table {margin: 0 auto 45px auto;}

#access__map {width: 90%;max-width: 1000px;margin: 0 auto;}
#access__map iframe {width: 100%;height: 300px;}

#access__office{
width: 90%;
max-width: 1000px;
display: flex;
justify-content:space-between;
align-items: center;
margin: 80px auto 100px auto;
}
#access__office .wp-block-media-text__content{width: 40%;min-width:477px;padding: 0;}
#access__office .wp-block-media-text__media{width: 48%;}

#reviews .inner{margin: 0 auto;text-align: center;}
.h1__box h2{
font-family: "BIZ UDMincho", serif;
font-weight: 700;
font-style: normal;
margin-left: -7px;
text-align: center;
}
.h1__box h2 span {
display: block;
font-size: 16px;
font-weight: 500;
margin-top: 20px;
font-family:"Noto Sans JP",sans-serif;
}
h2 span:before,h2 span:after{content:"-";display: inline-block;}
h2 span:before{margin-right: 5px;}
h2 span:after{margin-left: 5px;}
.reviews__wrapper img{ max-width: 450px;width: 100%;}

@media only screen and (max-width: 960px) {
#access__office {justify-content: center;flex-wrap: wrap;flex-direction: column-reverse;}
#access__office .wp-block-media-text__content{width:100%;min-width: inherit;order:2;text-align: center;}
#access__office .wp-block-media-text__media{width:100%;max-width:588px;order:1;}
#access__office p{text-align: left;}
}