@charset "UTF-8";

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  outline: none;
  list-style: none;
}

body {
  font-size: 14px;
  line-height: 1.5;
  font-family: ‘Noto Sans Japanese’,‘Helvetica’,‘Arial’,‘Hiragino Kaku Gothic ProN’,‘ヒラギノ角ゴ ProN W3’,‘メイリオ‘, Meiryo,‘ＭＳ Ｐゴシック’,’MS PGothic’, sans-serif;
  height: auto;
  margin: 0;
  width: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  font-size: 14px;
}

h2{
  font-size: 1.0em; 
  padding: 8px 0 4px;
}  

a:hover {
  opacity: 0.7 ;
}

.bg-pink {
  background-color: #FCEFF2;
}

.detail_wrap {
  padding-top: 8px;
  max-width: 900px;
  margin: 0 auto;
}

.inside {
  padding: 0 24px 8px;
}

.inside-map {
  padding: 0 24px 24px;
  text-align: center;
}

.inside a {
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  color: #1a73eb ;
  text-decoration: underline;
}

.banner_wrap {
  padding-bottom: 24px;
  text-align: center;
}

.btn-wrap {
  margin: 0 auto;
  display: block;
}

.top-wrap {
  text-align: center;
  display: block;
 }

.btn-wrap img {
  width: 100%;
}

.op-img {
  width: 100%;
}

.op-img_line {
  width: 100%;
  padding: 6px 12px 0;
}

.document-request_box {
  text-align: center;
  padding: 0;
}

.document-request_box-txt {
  text-align: center;
}

.map-title {
  width: 120px;
  margin-bottom: 8px;
}

.map-wrap {
  display: grid;
  justify-content: center;
}

.map-wrap img {
  width: 360px;
}

.rapid_wrap {
  text-align: center;
  padding: 24px;
}

.rapid__notice--form {
  padding: 10px 6px;
  text-align: center;
}

.rapid__notice--large {
  font-size:  18px;
  font-weight: bold;
}
.rapid__notice--medium {
  font-size: 16px;
  font-weight: bold;
}
.rapid__notice--red {
  font-size: 16px;
  font-weight: bold;
  color: #ef114b;
}

.rapid__notice--bg {
  font-size: 13px;
  font-weight: bold;
  background-color: #ff8bb0;
  display: inline-block;
  padding: 2px 6px;
  margin-bottom: 4px;
}

.bg {
  list-style: disc;
  color: #e72c2c;
  background-color: #fceeee;
  padding: 8px 16px;
  line-height: 1.6em;
  border-radius: 10px;
  text-align: left;
  max-width: 460px;
  margin: 0 auto;
  font-size:1.1em;
}

.thanks-btn {
  background-color: #FFCB36;
  border: 2px solid #fff;
  border-radius: 27px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  height: 54px;
  margin: 0 auto 24px;
  text-align: center;
  position: relative;
  width: 230px;
}
.thanks-btn a {
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .rapid__notice--form {
    padding: 10px 16px;
    text-align: center;
  }
  .rapid__notice--txt {
    padding: 32px 0 16px;
    max-width: 630px;
    margin: 0 auto;
  }
  .rapid__notice--small {
    max-width: 630px;
    margin: 0 auto;
  }
  .rapid__notice--large {
    font-size: 20px;
  }
  h2{
    font-size: 1.2em; 
  }
  p {
    font-size: 16px;
  }
  .document-request_box {
    padding: 40px 24px 0;
  }
  .op-img,.op-img_line {
    height: auto;
    max-width: 460px;
  }
  .inside { 
    padding: 8px 0; 
  }
  .banner_wrap {
    padding-bottom: 56px;
  }
  .btn-wrap {
    margin: 0 48px;
    display: flex;
    justify-content: center;
  }
  .map-wrap {
    display: grid;
    grid-template-columns: repeat(auto-fit, 343px);
    justify-content: center;
    grid-gap: 0 16px;
  }
}

.pc_view { display: none;}
.sp_view { display: block;}
@media only screen and (min-width: 1000px) {
  .pc_view { display: block;}
  .sp_view { display: none;}
}