.max-100 {
    max-width: 100%;
  }
#topBtn{
    background: #38a572;
    color: #fff;
    position: fixed;
    right: 20px;
    bottom: 20px;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}


/*メニュー用css*/

.menu-content ul {
  padding: 90px 50px 0;
}
.menu-content ul li {
  border-bottom: solid 2px #45B580;height: auto;
  list-style: none;
}
.menu-content ul li a {
  display: block;
  width: 100%;
  font-size: 20px;
  box-sizing: border-box;
  color:#111;
  text-decoration: none;
  padding: 8px 15px 10px 10px;
  position: relative;
}
.menu-content ul li a:hover {
  color:#45B580;
}

.menu-content ul li a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  transform: rotate(45deg);
  position: absolute;
  right: 11px;
  top: 16px;
}
@media only screen and (max-width: 1000px) {
  .menu-content ul {
    padding: 0px 30px 0;
  }
  .menu-content ul li a {
    padding: 15px 15px 10px 10px;
  color:#111;
  }

.menu-content ul li a::before {
  right: 11px;
  top: 20px;
}
  .menu-content{
    padding: 90px 0 0;}
  }

.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;/*leftの値を変更してメニューを画面外へ*/
  z-index: 80;
  overflow-y: auto;
  background-color: #FFF;
  transition: all 0.5s;/*アニメーション設定*/
}

#menu-btn-check:checked ~ .menu-content {
    left: 0%;/*メニューを画面内へ*/
}
@media only screen and (max-width: 1000px) {
  .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    overflow-y: auto;
    background-color: #FFF;
    transition: all 0.5s;/*アニメーション設定*/
  }
  
  #menu-btn-check:checked ~ .menu-content {
      left: 0%;/*メニューを画面内へ*/
  }
  .menu-mt{margin-top: 0 !important;padding-top: 0 !important;}
  .menu-mb{margin-bottom: 0 !important;padding-bottom: 0 !important;}
  }
/*三本線疑似要素*/
#menu-btn-check:checked ~ .menu-btn span {
  background-color: #45B580;/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}
.menu-btn {
  position: fixed;
  top: 20px;
  right: 15px;
  display: flex;
  height:  40px;
  width: 40px;
  justify-content: center;
  align-items: center;
  z-index: 90;background-image: url(images/menu_btn.gif);
  background-size: contain;
  background-color: #45B580;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #ffffff;
  position: absolute;
}
.menu-btn span:before {
  bottom: 8px;
}
.menu-btn span:after {
  top: 8px;
}
/*チェックボックスを隠す*/
#menu-btn-check {
    display: none;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 1200px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}
@media only screen and (max-width: 1000px) {
  .al-c { text-align: left;}
}


/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc-slide { display: block !important; }
.sp-slide { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 720px) {
    .pc-slide { display: none !important; }
    .sp-slide { display: block !important; }
}



/*ボタン*/
.btn,
a.btn,
button.btn {
  width: 100%;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #212529;
  text-align: center;
  border-radius: 0.5rem;
}
.btn2,
a.btn2,
button.btn2 {
  width: 100%;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 0.2rem 0.2rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #212529;
  text-align: center;
  border-radius: 0.5rem;
}
.btn3,
a.btn3,
button.btn3 {
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 0.2rem 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #212529;
  text-align: center;
  border-radius: 1rem;
}


.btn--baito1,
a.btn--baito1 {
  color: #fff;
  background-color: #45B580;
}
.btn--baito1:hover,
a.btn--baito1:hover {
  color: #fff;
  background: #318b61;
}

.btn--baito2,
a.btn--baito2 {
  color: #fff;
  background-color: #43b1a2;
}
.btn--baito2:hover,
a.btn--baito2:hover {
  color: #fff;
  background: #318f82;
}

.btn--baito3,
a.btn--baito3 {
  color: #fff;
  background-color: #eb770c;
}
.btn--baito3:hover,
a.btn--baito3:hover {
  color: #fff;
  background: #b35b09;
}

.btn--baito4,
a.btn--baito4 {
  color: #111;
  background-color: #FFF;
}
.btn--baito4:hover,
a.btn--baito4:hover {
  color: #222;
  background: #fbff00;
}

.btn--baito5,
a.btn--baito5 {
  color: #43b1a2;
  background-color: #fff;
  border: 6px solid #43b1a2;
}
.btn--baito5:hover,
a.btn--baito5:hover {
  color: #318f82;
  background: #fff;
  border: 6px solid #318f82;
}


.btn--baito6,
a.btn--baito6 {
  color: #eb770c;
  background-color: #fff;
  border: 6px solid #eb770c;
}
.btn--baito6:hover,
a.btn--baito6:hover {
  color: #b35b09;
  background: #fff;
  border: 6px solid #b35b09;
}

a.btn--radius {
   border-radius: 100vh;
}

header a{
  color: #000;text-decoration: none;font-size: 1.1rem;
}
header a:hover{
  color: #45B580;
}

.radius5{
border-radius: 0.5rem;}

.bg-green {
  background-color: #45B580 !important;
  color: #FFF;
}

.al-c2{text-align: center;}
.w100{width: 100%;}
.w80{width: 80%;}
.sp50{width: 50%;}
@media only screen and (max-width: 1200px) {
  .sp50{width: 100%;}
}

.maru {
  height:30px;
  width:30px;
  border-radius:50%;
  line-height:29px;
  text-align:center;
  background:#eb9018;
  font-weight: bold;
  color: #FFF;
  margin-bottom: 10px;
  font-size:14px;
  margin-left:auto;
  margin-right:auto;
}


@media only screen and (max-width: 1200px) {
.p100-t{ padding-top: 50px!important; }
.p100-b{ padding-bottom: 50px!important; }
}



.m-form-select {
  position: relative;
}

.m-form-select:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 12px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(135deg);
  pointer-events: none;
}

.m-form-select select {
  height: 2.4em;
  width: 100%;
  padding: 0 8px;
  border-radius: 4px;
  border: none;
  box-shadow: 0 0 0 1px #ccc inset;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}

.m-form-select select::-ms-expand {
  display: none;
}

.m-form-select select:focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgb(33, 150, 243) inset;
}


.listblock{border: 1px solid #EEE;padding: 1rem;margin-bottom: 2rem;}

a.listblock {color: #000;text-decoration: none;display: block;}
a:hover.listblock {background: rgb(245, 245, 245);}
.border-b{border-bottom: 1px dotted #EEE;padding-bottom: 1em;margin-bottom: 2em;}
.tag{line-height: 1.5;
  background: #eee;
  display: inline-block;
  padding: 0.2rem 1rem;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #212529;
  text-align: center;
  border-radius: 0.3rem;}

  .btn_detail{
    line-height: 1.5;
    width: 150px;
    background: #45B580;
    display: inline-block;
    padding: 0.2rem 1rem;
    margin: 5px;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    color: #FFF;
    text-align: center;
    border-radius: 0.3rem;}

    .btn_boshuchu{
      line-height: 1.5;
      width: 100px;
      background: #fa7000;
      display: inline-block;
      padding: 0.2rem 1rem;
      margin-right: 5px;
      margin-bottom: 5px;
      margin-top: 5px;
      font-size: 12px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      text-align: center;
      vertical-align: middle;
      text-decoration: none;
      color: #FFF;
      text-align: center;
      border-radius: 0.3rem;}

      .time{color: #999;}



/*カレンダー*/
      .calendar-container {
        width: 100%;
        margin: 0 auto;
        border-radius: 5px;
        color: #1a1a1a;
      }
      
      .calendar {
        padding: 0 30px 30px 30px;
      }
      
      .calendar a {
        padding: 10px;
        text-decoration: none;
        display: block;
      }
      .calendar a:hover {background: #EEE;
      }
      
      .calendar-container table {
        width: 100%;
      }
      .calendar-container th, td {
        text-align: center;
        border: 1px solid #eee;
        padding: 0;
      }
      .sun {
        color: #ff838b
      }
      .sat {
        color: #6fb5ff
      }
      .calendar-container th {
        font-weight: normal;
        font-size: 14px;
      }
      .calendar-container td a {
        font-weight: normal;
        color: #333;
      }
      .day td:first-child a {
        color: #ff838b ;
      }
      .day td:last-child a {
        color: #6fb5ff ;
      }


#faq dl{
  line-height:1.8em;
  font-size: 1.1em;
  overflow: hidden;
  _zoom: 1;
}

#faq dl dd,
dl dt{
  text-indent: -2.6em;   
  padding: 0 20px 0px 50px;
}

#faq dl dt{
  margin:20px 20px 0 0;
  border-bottom: 1px solid #EEE;
  padding-bottom: 10px;
}

#faq dl dd:first-letter,
#faq dl dt:first-letter{
  font-size: 1.6em;
  font-weight: bold;
  margin-right:10px;
  padding:5px;
  font-family: 'Nunito', sans-serif;
}


#faq dl dd{
  margin: 20px 0 -1px 0;
  padding-bottom:15px;
  border-bottom: 1px #000 dotted;
}


#faq dl dt:first-letter{
  color: #45B580;
}
#faq dl dd:first-letter{
  color: #ff6767;
}

@media screen and (max-width: 768px) {
	.main2 table {
		width:100%;
	}

	.main2 tr {
		width:100%;
		display:block;
	}

	.main2 td {
		width:100%;
		display:block;
	}

	.main2 th {
		width:100%;
		display:block;
	}
}

#company th{width: 20%;background: #333;}
#company td{width: 80%;}
@media only screen and (max-width: 1000px) {
td{display: block;width: 100% !important;}
th{display: block;width: 100% !important;}
}