.img_frame{
  width: 100%;
  height: auto;
}
.inspection_box {
  border: solid 2px;
  width: 50%;
  margin: 0 auto;
  font-size: 36px;
  text-align: center;
  border-radius: 20px;
  background-color: var(--background-white);
}
.inspection_box:hover {
  letter-spacing: 0.25em;
}
.query_box {
  position: relative;
  padding: 1em 1.5em;
  margin: 2em 0;
  border: solid 3px var(--logo-color);
  border-radius: 8px;
  color: #000000;
  text-align: center;
}
.query_box .query_box_title {
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 10px;
  padding: 0 10px;
  line-height: 1;
  font-size: 1.3em;
  background: var(--background-green);
  color: #c71585;
  font-weight: bold;
}
.query_box p {
  margin: 0;
  padding: 0;
  text-align: center;
}
.telephone {
  font-size: 30px;
}
.medium {
  font-size: medium;
}
a.btn--green {
  color: #fff;
  background-color: #094;
}
a.btn--green:hover {
  color: #fff;
  background: #00a349;
}
a.btn--green.btn--cubic {
  border-bottom: 5px solid #00662d;
}
a.btn--green.btn--cubic:hover {
  margin-top: 3px;
  border-bottom: 2px solid #00662d;
}
a.btn-c {
  font-size: 1.5rem;
  position: relative;
  padding: 0.8rem 0.8rem 0.8rem 0.8rem;
  border-radius: 100vh;
}
.content {
  margin: 0 auto;
  display: flex;
}
.seeing_box {
  position: relative;
  padding: 1em 1.5em;
  margin: 2em 0;
  border: solid 3px var(--logo-color);
  border-radius: 8px;
  color: #000000;
}
.seeing_box .seeing_box_title {
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 10px;
  padding: 0 10px;
  line-height: 1;
  font-size: 1.3em;
  background: var(--background-green);
  color: #c71585;
  font-weight: bold;
}
.seeing_box p {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 30px;
}
.access_box {
  position: relative;
  width: 87%;
  padding: 1em 1.5em;
  margin: 2em 3em;
  border: solid 3px var(--logo-color);
  border-radius: 8px;
  color: #000000;
}
.access_box .access_box_title {
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 10px;
  padding: 0 10px;
  line-height: 1;
  font-size: 1.3em;
  background: var(--background-green);
  color: #c71585;
  font-weight: bold;
}
.info_box {
  position: relative;
  width: 87%;
  padding: 1em 1.2em;
  margin: 2em 3em;
  border: solid 3px var(--logo-color);
  border-radius: 8px;
  color: #000000;
  line-height: 2.5em;
}
.info_box .access_box_title {
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 10px;
  padding: 0 10px;
  line-height: 1;
  font-size: 1.3em;
  background: var(--background-green);
  color: #c71585;
  font-weight: bold;
}
.info_box br {
  display: none;
}
.info_box .access_box_title2{
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 10px;
  padding: 0 10px;
  line-height: 1;
  font-size: 1.3em;
  background: var(--background-green);
  color: #c71585;
  font-weight: bold;
}
.list-box {
  padding: 1.5em;
  background: var(--background-white);
  border: solid 2px var(--logo-color);
  border-radius: 5px;
  margin-bottom: 0.5em;
  margin: 1em 3em;
}
span {
  display: inline-block;
}
.back-to-top {
  display: none;
  position: fixed;
  right: 5%;
  bottom: 5%;
  color: #fff;
  padding: 2rem;
  border-radius: 50%;
  text-decoration: none;
  z-index: 5;
}
.back-to-top::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90px;
  height: 80px;
  background-color: var(--logo-color);
  border-radius: 50%;
  z-index: -1;
}
.mdi-arrow-expand-up {
  font-size: 2.2em;
}

@media screen and (min-width: 821px){
.info_box .access_box_title {
  left: 4px;
 }
}
@media screen and (min-width: 668px) and (max-width: 820px) {
.inspection_box {
  width: 60%;
}
.telephone {
  font-size: 25px;
}
a.btn-c {
  font-size: 1.5rem;
  position: relative;
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  border-radius: 100vh;
}  
.seeing_box_title {
  width: 95%;
}
.seeing_box p {
  font-size: 20px;
  padding: 5px;
}
.access_box {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
  margin: 2em 0;
}
.access_box .access_box_title {
  top: -25px;
}
.access_box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.info_box {
  width: 100%;
  position: relative;
  margin: 2em 0;
  text-align: center;
  font-size: small;
}
.info_box br {
  display: none;
}
.list-box {
  padding: 1.5em;
  background: var(--background-white);
  border: solid 2px var(--logo-color);
  border-radius: 5px;
  margin-bottom: 0.5em;
  margin: 1em;
}
.list-box br {
  display: none;
}
.back-to-top {
  padding: 0em;
  right: 5%;
  z-index: 5;
  bottom: 30%;
}
.back-to-top::before {
  box-shadow: 2px 2px 2px 2px #bbb;  
 }
}
@media screen and (min-width: 521px) and (max-width: 667px){
.inspection_box {
  width: 60%;
}
.telephone {
  font-size: 25px;
}
a.btn-c {
  font-size: 1rem;
  position: relative;
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  border-radius: 100vh;
}
.responsive{
  display: inline-block;
}
.seeing_box .seeing_box_title{
  top: -15px;
  font-size: large;
}
.seeing_box p{
  font-size: large;
}
.access_box{
  width: 100%;
  margin: 2em 0;
}
.info_box{
  text-align: center;
  padding: 1em 0.7em;
  margin: 2em 2em;
}
.info_box br {
  display: block;
}
.info_box .access_box_title{
  font-size: 1.05em;
  top: -18px;
  left: 55px;
}
.back-to-top {
  padding: 0em;
  right: 2%;
}
.back-to-top::before {
  left: 30%;
  width: 60px;
  height: 65px;
  border-radius: 20%;
  box-shadow: 2px 2px 2px 2px #bbb;
}
.mdi-arrow-expand-up {
  margin-left: -15%;
 }
}

@media screen and (min-width:321px) and (max-width: 520px) {
.inspection_box {
  font-size: x-large;
}
.query_box .query_box_title{
  font-size: 1.1em;
}
.telephone {
  font-size: 15px;
}
.content {
  flex-direction: column;
}
.content > img {
  align-self: center;
}
a.btn-c {
  font-size: 1rem;
  position: relative;
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  border-radius: 100vh;
}
.responsive {
  display: inline-block;
}
.seeing_box {
  width: 100%;
  font-size: small;
  padding: 1em 1.2em;
}
.seeing_box p {
  font-size: medium;
}
.seeing_box .seeing_box_title {
  width: 90%;
  top: -20px;
  font-size: medium;
  left: 15px;
}
.access_box_title {
  width: 85%;
}
.access_box {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
  margin: 2em 0;
}
.access_box .access_box_title {
  top: -25px;
}
.access_box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.info_box {
  width: 100%;
  position: relative;
  padding: 1rem 1.2rem;
  margin: 2em 0;
  text-align: center;
  font-size: medium;
}
.info_box .access_box_title {
  font-size: 1.1em;
  top: -20px;
  left: 20px;
}
.info_box .access_box_title2{
  font-size: 1.2em;
  top: -15px;
  left: 20px;
}
.back-to-top {
  padding: 0em;
  right: 2%;
}
.back-to-top::before {
  left: 30%;
  width: 60px;
  height: 65px;
  border-radius: 20%;
  box-shadow: 2px 2px 2px 2px #bbb;
}
.mdi-arrow-expand-up {
  margin-left: -15%;
 }
}

@media screen and (max-width: 320px) {
.content {
  flex-direction: column;
}
.content > img {
  align-self: center;
}
.inspection_box {
  width: 90%;
}
.inspection_box:hover {
  letter-spacing: none;
 }
.telephone {
  font-size: 15px;
}
a.btn-c {
  font-size: 1rem;
}
.query_box .query_box_title { 
  font-size: 1.0em;
}
.seeing_box{
  padding: 1em 1.5em;
  line-height: 2;
}
.seeing_box .seeing_box_title {
  top: -21px;
  width: 95%;
  font-size: medium;
  left: 6px;
}
.seeing_box p {
  font-size: 16px;
}
.access_box{
  margin: 2em 1em;
}  
.info_box {
  padding: 1em 0.5em;
  margin: 2em 1em;
  font-size: small;
  width: 88%;
}
.info_box .access_box_title {
  font-size: 1.2em;
  top: -15px;
  padding: 0;
  width: 89%;
  left: 13px;
}
.info_box .access_box_title2 {
  top: -8px;
  font-size: 1.1em;
  width: 90%;
  left: 10px;
}
.back-to-top {
  right: -4%;
}
.back-to-top::before {
  left: 55%;
  width: 60px;
  height: 65px;
  border-radius: 20%;
  box-shadow: 2px 2px 2px 2px #bbb;
}
.mdi-arrow-expand-up {
  margin-left: 17%;
 } 
}
/*印刷用css*/
@media print {
section{
  page-break-after: always;
}
section:last-child{
  page-break-after: auto;
}
.inspection_box {
  width: 75%;
}
.telephone {
  font-size: 18px;
}
.seeing_box .seeing_box_title {
  width: 92%;
  top: -10px;
}
.seeing_box {
  width: 100%;
  font-size: small;
  padding: 1em 1.2em;
  position: relative;
  margin: 2em 0;
  border: solid 3px var(--logo-color);
  border-radius: 8px;
  color: #000000;
}
.seeing_box p {
  font-size: medium;
}
.info_box .access_box_title {
  font-size: 1.1em;
  top: -10px;
}  
.back-to-top {
  display: none;
}
.back-to-top::before {
  display: none;
}
.mdi-arrow-expand-up{
  display: none;
 }  
}