@charset "utf-8";

.remodal-wrapper section {
  width: 60%;
  margin: 0 auto;
}
.remodal-wrapper h3 {
  font-size: 2rem;
  margin-bottom: 3px;
  text-align: left;
}
.remodal-wrapper section input {
  font-size: 1.6rem;
  line-height: 1.6rem;
}
.btn {
  font-size: 1.8rem;
}


.mp0 {
    margin: 0;
    padding: 0;
}

.mb0 {
    margin-bottom: 0;
}
.bg-current {
    background-color: #ccccff;
}
.remodal-overlay {
    background: rgba(255, 255, 255, 0.2);
}
.remodal-overlay.confirmColor {
    background: rgba(255, 255, 255, 0.2);
}
#map-content {
    position: relative;
    display: flex;
}
/** 開始画面のスタイル */
#map-content div#startUpBlock {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 999;
}
#map-content div#startUp {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background-color: #fff;
    z-index: 999;
    width: 500px;
    padding: 1rem;
    text-align: center;
}
#map-content div#startUp h1{
    background-color: #d70b0b;
    padding: 0.5rem;
    color:#fff;
}
#map-content div#startUp .btn-primary {
    width: 10rem;
    margin: 1rem 0;
}
#map-content div#startUp img {
    width: 100%;
}
#startBnr:hover {
    opacity: 0.8;
}
section.mapBox {
    height: 100vh;
    width: 100%;
    position: relative;
}
.sp {
    display:none;
}
#map {
    width: 100%;
    height: 100vh;
}
div.gmnoprint:first-child {
    margin: 5px !important;
}
div.gmnoprint button[title="図形を描画"] {
    height: 40px;
    width: 9rem;
    cursor: pointer;
    font-size: 1.1rem !important;
    text-align: center !important;
    border-radius: 3px;
    background-color: #d70b0b !important;
    color: #fff !important;
    position: fixed !important;
    bottom: 30px;
    left:10px;
    display: none !important;
}
div.gmnoprint button[title="図形を描画"] span {
    display: none !important;
}
div.gmnoprint button[title="図形を描画"]::after {
    content: "選択をやり直す";
}
div.gmnoprint button[title="図形を描画"]:hover {
    opacity: 0.8 !important;
}
div.gmnoprint button[aria-checked="true"] {
    background-color: brown !important;
    color: #fff !important;
}
div.gmnoprint button[title="描画をやめる"] {
    display: none !important;
}
div.mapBtn {
    position: absolute;
    top: 3.5em;
    right: 4px;
    display: flex;
    flex-direction: column;
    gap: 2px;
}
div.mapBtn.lb {
    left: 4px;
    right: unset;
    bottom: 5%;
    top: unset;
}
#infobar {
    width: 99%;
    height: max-content;
    padding: 0.5rem;
    display: flex;
    gap: 5px;
    flex-direction: column;
    margin: 0.5rem;
    border: solid 1px #0b5ed7;
}
#infobar > div {
    display: flex;
    gap: 1rem;
}
section.controlBox {
    /* display:flex; */
    display: none;
    flex-wrap: wrap;
    Width: 40em;
    padding: 0.5rem;
}
.main_title {
    text-align: center;
    width: 100%;
}
section.controlBox div.formBox {
    padding: 5px;
    border: solid 1px #000;
    width: 100%;
}
section.controlBox input {
    font-size: 1rem;
    line-height: 1rem;
}
section.controlBox input:focus {
    outline: solid 2px #3498db;
    filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
}
section.controlBox button {
    font-size: 1rem;
}
section.controlBox input[type=radio] {
    margin-right: 0.2rem;
}
section.controlBox label {
    font-size: 1.3rem;
    margin-right: 0.5rem;
}
#search-box {
    margin: 10px;
    width: 200px;
}
section {
    width: unset;
    margin: 0 auto;
}
div.sending {}

.hide {
    display: none;
}

.show {
    display: block;
}
.deactive {
    pointer-events: none;
    opacity: 0.5;
}

div.send {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    z-index: 20000;
    cursor: wait;
    background-color: #333333;
    height: 100dvh;
    width: 100%;
    opacity: 0.8;
}

.sendMark {
    border: 12px solid #fafafa;
    border-radius: 50%;
    margin-left: 30%;
    border-top: 12px solid #3498db;
    width: 100px;
    height: 100px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.send1 {
    nimation: sk-scaleout 1.0s infinite ease-in-out;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    z-index: 20001;
    text-align: center;
    color: #ffffff;
    opacity: 1;
    margin-bottom: 3em;
}
input#area {
    pointer-events:none;
    opacity: 0.5;
}
div#area_calc {
    background-color: #f0f000f0;
}
div#area_calc ol {
    width: fit-content;
    text-align: left;
    margin: 1rem auto;
}
div#manualInput {
    display: flex; flex-direction: row; gap: 1em; flex-wrap: wrap;
}
#reset {
    margin: 1rem auto;
}

.extarnalLinkBlock {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 1rem 0;
}

/* マイページ */
.cmap {
    position:relative;
    width:100%;
    height: 70vh;
    padding-top:0em;
    margin: 3em auto 1em auto;
}

.cmap iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
/* PDF出力一覧 */
.outlist li {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1rem;
}


@media screen and (max-width: 845px) {
    .sp {
        display:block;
    }
    .sp.mapLink {
        border: solid 1px #333;
        margin: 1em 0;
        padding: 3px;
        background-color: #fccc;
    }
    .sp.mapLink a {
        display:block;
        margin: 1em auto;
        width: fit-content;
    }
    section {
        width: 100%;
    }
    #map-content {
        display: flex;
        flex-direction: column;
    }
    #map-content div#startUp {
        width: 90%;
    }
    #step1Form #searchGeo {
        margin:0 auto;
    }
    #addressInput {
        width: 100%;
    }
    section.mapBox {
        height: max-content;
    }
    #map {
        height: 100vh;
    }
    #infobar {
        background-color: #fff;
        height: max-content;
        width: 97%;
        display: none;
    }
    section.controlBox {
        padding: 1rem 1rem;
        width: 100%;
    }
    #main-contets #wpmem_reg,
    #main-contets #wpmem_login {
        width: 100%;
    }
    #main-contets #wpmem_reg .button_div,
    #main-contets #wpmem_login .button_div {
        text-align: center;
    }
    #main-contets #wpmem_reg .button_div input,
    #main-contets #wpmem_login .button_div input {
        width: 50%;
    }
    #main-contets #wpmem_login #rememberme{
        display: none;
    }
    #main-contets #wpmem_login label[for="rememberme"] {
        display: none;
    }
}

/** ここには追加のスタイルを記述します */

.wpcf7-form > div:nth-child(2) > dl > dd {
  border-bottom: solid 1px #000;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
}

.wpcf7-form > div:nth-child(2) > dl dt {
  margin-bottom: 1rem;
}

.wpcf7-form > div:nth-child(2) > dl > dd dl {
  margin-left: 2rem;
  margin-bottom: 1rem;
}

.container > nav:nth-child(2) {
  display: flex;
}

.container nav ul {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin: auto;
}

.container nav ul li a {
  font-size: 1.2rem;
}

.copyright {
  font-size: 1rem;
  text-align: center;
  margin-top: 2rem;
}

.agree_chk {
  text-align: center;
  margin-bottom: 2rem;
}
#send_email {
  margin: auto;
  text-align: center;
  padding: 1rem 4rem;
}

.wpcf7-form .btn00 {
  text-align: center;
  margin: auto;
  text-align: center;
}

.wpcf7-spinner {
  position: absolute;
}

.form_area {
  margin: 10rem auto;
}

.inner h2 {
  text-align: center;
  margin-top: 5rem;
  border-bottom: 2px dashed;
  width: fit-content;
  margin: 5rem auto;
  padding: 7px 3rem;
}

/*ログイン画面*/

#wpmem_login {
  margin: 6rem auto;
}
#wpmem_login_form > fieldset:nth-child(3) > legend:nth-child(1) {
  margin-bottom: 3rem;
  text-align: center;
}
#wpmem_login .button_div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}

#wpmem_login .buttons {
  width: 71%;
  margin: auto;
  margin-top: 0rem;
  padding: 14px 2rem;
  background: #0043a4;
  color: #fff;
  border: none;
  appearance: none;
  border-radius: 10px;
}

.logout-btn > a:nth-child(1) {
  color: #fff;
  background-color: #0043a4;
  display: block;
  width: fit-content;
  padding: 10px 2rem;
  border-radius: 10px;
  margin: auto;
}
.link-btn{

  align-items: center;
  appearance: none;
  background-color: #FCFCFD;
  border-radius: 4px;
  border-width: 0;
  box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px,rgba(45, 35, 66, 0.3) 0 7px 13px -3px,#D6D6E7 0 -3px 0 inset;
  box-sizing: border-box;
  color: #36395A;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  line-height: 1;
  list-style: none;
  overflow: hidden;
  padding: 1rem 2rem;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition: box-shadow .15s,transform .15s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  will-change: box-shadow,transform;
  font-size: 18px;
}


.link-btn:hover {
  box-shadow: rgba(45, 35, 66, 0.4) 0 4px 8px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
  transform: translateY(-2px);

}
.mypage-area .text {
  font-size: 1.1rem;
  margin-top: 1rem;
}

.mypage-area > div{
  margin-bottom: 5rem;
}
.copy_block {
  border: solid 2px;
  padding: 10px;
  overflow: scroll;
  background: #f4f4f4;
  margin-bottom: 4rem;
}



/*footer*/

body > footer {
  margin-top: 5rem;
}
footer .container nav ul li a {
  /* font-size: 1.2rem; */
  font-size: 1rem;
}
.copyright {
  /* font-size: 1rem; */
  font-size: 0.8rem;
}

@media screen and (max-width: 736px) {
  .form_area {
    margin: 5rem auto;
  }
  .form_area dl dd p {
    font-size: 16px;
  }
  .inner {
    width: 100%;
    padding: 0 3%;
  }
  /* Start of Selection */
  input[type="text"],
  input[type="tel"],
  input[type="email"] {
    width: 90%;
    margin-right: 10px;
  }
  .wpcf7-form > div:nth-child(2) > dl > dd dl > dd input[type="text"] {
    width: 70%;
    margin-right: 10px;
  }

  .container nav ul li a {
    font-size: 1rem;
  }
  footer .container nav ul li a {
    font-size: 0.8rem !important;
  }

.mypage-area .text {
  /* font-size: 1.1rem; */
  font-size: 1rem;
}

}

/* End of Selection */
