/*＝＝＝＝＝＝＝＝＝＝＝中央寄せとか左寄せとか＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media (min-width: 1000px) {
  .gather  {
      text-align: center;
  }
}
@media (max-width: 670px) {
  .gather  {
      text-align: left;
  }
}
/*＝＝＝＝＝＝＝＝＝＝＝ここまで＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/*＝＝＝＝＝＝＝＝＝＝＝最初の枠ここから＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.frame {
    padding: 0.2em 0.5em;
    margin: 2em 0;
    color: #000000;
    background: #ffffff;
    box-shadow: 0px 0px 0px 10px #ffffff;
    border: dashed 2px #1f871c;
    border-radius: 8px;
}
.frame p {
    margin: 0; 
    padding: 0;
}
/*＝＝＝＝＝＝＝＝＝＝＝ここまで＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/*＝＝＝＝＝＝＝＝＝＝＝チェックリスト＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.ECM_CheckboxInput {
    padding: 12px 8px;
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .ECM_CheckboxInput-Input {
    margin: 0;
    width: 0;
    opacity: 0;
  }
  .ECM_CheckboxInput:hover{
    background: rgba(0,0,0,.05) !important;
  }
  .ECM_CheckboxInput:hover > .ECM_CheckboxInput-DummyInput{
    transform: scale(1.1);
  }
  .ECM_CheckboxInput-Input:focus + .ECM_CheckboxInput-DummyInput{
    transform: scale(1.1);
  }
  .ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput {
    background: #56c883;
  }
  .ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 35%;
    height: 4px;
    border-radius: 2px;
    transform: translate(-6px, 5px) rotateZ(-135deg);
    transform-origin: 2px 2px;
    background: #FFFFFF;
  }
  .ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70%;
    height: 4px;
    border-radius: 2px;
    transform: translate(-6px, 5px) rotateZ(-45deg);
    transform-origin: 2px 2px;
    background: #FFFFFF;
  }
  .ECM_CheckboxInput-DummyInput {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 32px;
    height: 32px;
    border: solid 2px transparent;
    background: rgba(0, 0, 0, .15);
    border-radius: 50%;
    transition: all .15s linear;
  }
  .ECM_CheckboxInput-LabelText {
    margin-left: 12px;
    display: block;
    font-weight: bold;
  }

.box26 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #FF717B	;
    border-radius: 8px;
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #FF717B;
    font-weight: bold;
}
.box26 p {
    margin: 0; 
    padding: 0;
}
/*＝＝＝＝＝＝＝＝＝＝＝ここまで＝＝＝＝＝＝＝＝＝＝＝＝＝*/

h3:first-letter {
  font-size: 150%;
  color: #007e51;
}

.str {
  background    : linear-gradient(transparent 50%, #8af8b6 65%);  /* ラインマーカーを付ける  */
}



.telno {
  color: #005B00;
  font-size: 40px;
  font-weight: 600;
  text-decoration: none;
  vertical-align: middle;
}

.tel-box {
  max-width: 700px;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
  background: #ADE899;
  border-radius: 10px;
}

.shoulder {
  width: 80%;
  background: #fff;
  color: #005B00;
  padding: 10px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  margin-left: auto;
  margin-right: auto;
}

.material-symbols-outlined {
  color: #3CAC3C;
  vertical-align: middle;
  font-weight: 400;
}

.orange_text {
  font-size: 24px;
  font-weight: 600;
  color: #ffa500;
}

.time {
  vertical-align: middle;
}


/* リンクポイントの調整 */

/*PC用*/
@media print, screen and (min-width: 641px){

  /* #haien,#ninchi,#teieiyo,#chisoku{
      padding-top: 300px;
      margin-top:-300px;
  } */

}

/*SP用*/
@media screen and (max-width:640px) {

  /* #haien,#ninchi,#teieiyo,#chisoku{
      padding-top: 50px;
      margin-top:-50px;
  } */

}