/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/

@media screen and (min-width: 600px) {
/*/////////////PC用のCSSをここに作成してください。/////////////*/
/*/////////////必ず中括弧の中に作成してください。/////////////*/
.span01{
  font-weight: bold;
}
.cont01-box h3 + p, .cont03-box h3 + p, .cont05-box h3 + p, .cont08-box h3 + p {
  color: #69aca3;
  font-weight: bold;
  padding-bottom: 3px;
  font-size: 115%;
}
  p {
    vertical-align: baseline;
    line-height: 1.8em;
    font-size: 14px;
    padding-top: 10px;
}
  .enclose01{
    border: 2px solid #40e0d0;
    background-color: #e0ffff;
    margin: 8px;
    padding: 10px 20px;
  }
  .enclose02{
    border: 2px solid #ffd700;
    background-color: #f0e68c;
    margin: 5px;
    padding: 10px 20px;
  }
  #page .page-area ul.default{
    border:none;
  }
  #page .page-area ul.default li {
      border: none;
      list-style-type: disc;
      padding: 12px 0px 9px 0px;
  }
  #page .page-area ul.default li::before{
    content: '';
  }
  .ref-title{
    color: #569990;
    font-size: 15px;
    font-weight: bold;
}
  
  h5{
    margin-top:1em;
  }


form{
  margin:auto;
  padding:1rem;
  border:1px solid #e0e0e0;
  border-top:4px solid #6aad9f;
  box-shadow:1px 1px 1px #f0f0f0;

}
label{
  display:inline-block;
  width:200px;
  margin:auto;
  font-size:16px;
  font-weight:bold;
}

textarea {
  resize: vertical;
  width:100%;
  height:8rem;
  border-bottom:1px solid #e0e0e0;
  font-family:Meiryo UI;
}

button{
  display:block;
  background:#4285f4;
  padding:0.3rem 1.5rem;
  border:none;
  border-radius:2px;
  font-weight:bold;
  color:#fff;
}
button:hover{
  opacity:0.5;
}

.grad-btn {
 color: #7cc5ea;
font-weight: normal;
}
.grad-item {
    position: relative;
    overflow: hidden;
    height: 80px; /*隠した状態の高さ*/
    padding: 10px;
    background-color: #fff9ed;
}
.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px; /*グラデーションで隠す高さ*/
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  content: "";
}
.grad-trigger {
  display: none; /*チェックボックスは常に非表示*/
}
.grad-trigger:checked + .grad-btn {
  display: none; /*チェックされていたら、grad-btnを非表示にする*/
}
.grad-trigger:checked ~ .grad-item {
  height: auto; /*チェックされていたら、高さを戻す*/
}
.grad-trigger:checked ~ .grad-item::before {
  display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}

.specialLink2 a {
    display: block;
    width: 500px;
    padding: 10px 20px 10px;
    margin: 0 auto;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    text-decoration: none !important;
    font-size: 20px !important;
    font-weight: bold;
    letter-spacing: 0.1em;
    background-color: #ffc107;
}
.specialLink2 p {
    margin: 3px 0 20px 91px !important;
    font-size: 13px !important;
    }
.specialLink a {
    display: block;
    width: 500px;
    padding: 10px 20px 10px;
    margin: 0 auto;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    text-decoration: none !important;
    font-size: 20px !important;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
    background-color: #ff8903;
}

  .pc_only{
    display: block;
  }

  .sp_only {
    display: none!important;
  }

}



/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/

@media screen and (max-width: 599px) {
/*/////////////SP用のCSSをここに作成してください。/////////////*/
/*/////////////必ず中括弧の中に作成してください。/////////////*/
.read h2 {
    line-height: 1.4em;
    text-align: center;
    margin: 0px 0 15px;
    font-size: 1.5em;
}
.subttl {
    color: #69aca3;
    font-size: 1.2em;
    text-align: center;
    margin-bottom: 15px;
    font-weight: bold;
    line-height: 1.4em;
}

.sp_only {
  display: none;
}
#cont05 img + p {
    margin: 5px 0px 10px;
    line-height: 1.4em;
    color: #69aca3;
    font-weight: bold;
}
  enclose01{
    border: 2px solid #40e0d0;
    background-color: #e0ffff;
    margin: 8px;
    padding: 10px 20px;
  }
  .enclose02{
    border: 2px solid #ffd700;
    background-color: #f0e68c;
    margin: 5px;
    padding: 10px 20px;
  }
    #page .page-area ul.default{
      border:none;
    }
    #page .page-area ul.default li {
        border: none;
        list-style-type: disc;
        padding: 12px 0px 9px 0px;
    }
    #page .page-area ul.default li::before{
      content: '';
    }
  .ref-title{
    color: #569990;
    font-size: 15px;
    font-weight: bold;
}
    h5{
    margin:1em 0;
  }

  form{
  margin:auto;
  padding:1rem;
  border:1px solid #e0e0e0;
  border-top:4px solid #6aad9f;
  box-shadow:1px 1px 1px #f0f0f0;

}
label{
  display:inline-block;
  width:200px;
  margin:auto;
  font-size:16px;
  font-weight:bold;
}

textarea {
  resize: vertical;
  width:100%;
  height:8rem;
  border-bottom:1px solid #e0e0e0;
  font-family:Meiryo UI;
}

button{
  display:block;
  background:#4285f4;
  padding:0.3rem 1.5rem;
  border:none;
  border-radius:2px;
  font-weight:bold;
  color:#fff;
}
button:hover{
  opacity:0.5;
}

.grad-btn {
 color: #7cc5ea;
font-weight: normal;
}
.grad-item {
    position: relative;
    overflow: hidden;
    height: 80px; /*隠した状態の高さ*/
    padding: 10px;
    background-color: #fff9ed;
}
.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px; /*グラデーションで隠す高さ*/
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  content: "";
}
.grad-trigger {
  display: none; /*チェックボックスは常に非表示*/
}
.grad-trigger:checked + .grad-btn {
  display: none; /*チェックされていたら、grad-btnを非表示にする*/
}
.grad-trigger:checked ~ .grad-item {
  height: auto; /*チェックされていたら、高さを戻す*/
}
.grad-trigger:checked ~ .grad-item::before {
  display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}

.specialLink2 a {
    display: block;
    width: 80%;
    padding: 10px 20px 10px;
    background-color: #ffc107;
    margin: 0 auto;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    text-decoration: none !important;
    font-weight: bold;
    letter-spacing: 0.1em;
    font-size: 15px;
}

.specialLink2 p {
    margin: 3px 0 20px 10px !important;
    font-size: 13px !important;
    }

.specialLink a {
    display: block;
    width: 80%;
    padding: 10px 20px 10px;
    background-color: #ff8903;
    margin: 0 auto;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    text-decoration: none !important;
    font-weight: bold;
    letter-spacing: 0.1em;
    font-size: 15px;
}

  .pc_only{
     display: none!important;
 }

  .sp_only {
    display: block;
  }

}














table{
width:100%;
}
.scroll{
overflow: auto;
white-space: nowrap;
}
.scroll::-webkit-scrollbar{
 height: 5px;
}
.scroll::-webkit-scrollbar-track{
 background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}

p.doc-cact {
    font-size: 16px;
    font-weight: bold;
}

a.mei-yi {
    color: blue;
    text-decoration: underline;
}

.btn_sokyu {
    background: url(img/cont07-google-bg.png);
    border-radius: 6px;
    padding: 30px;
    margin: 20px;
    text-align: center;
}

.btn_sokyu p {
    font-size: 20px;
    font-weight: bold;
    border: solid 2px #fb6e58;
    padding: 10px 5px;
    color: #fb6e58;
}

