@charset "utf-8";
#contents h2.first {
  margin-top: 0;
}
.application-btn {
  display: flex;
  justify-content: space-between;
  margin: 0 180px;
}
#contents .btn_link {width: 80%;
  display: block;
  background-color: #c83b18;
  color: white;
  border-radius: 8px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  font-size: 2em;
  border: 4px solid #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  margin:20px auto;
}
#contents .btn_link img{padding: 8px 0;max-width: 500px;}
/* タブの配置の設定 */
/*.tab-btn-box {background-color: #ee7c00;border-radius: 15px;}*/
.tab {
  width: 80%;
  margin: 0 20% 50px 15%;
}
.tab.tab-bottom {
  margin-top: 2em;
}
.tab2 {
  width: 80%;
  margin: 0 20% 50px 15%;
}
.tab2.tab-bottom2 {
  margin-top: 50px;
}
.tab3 {
  width: 80%;
  margin: 0 20% 50px 15%;
}
.tab3.tab-bottom3 {
  margin-top: 50px;
}
/* タブの設定 */
.tab {
  display: flex;
  list-style: none;
}
.tab li.active, .tab li:hover {
  display: block;
  background: -moz-linear-gradient(top, #FFF, #b4d373);
  background: -webkit-linear-gradient(top, #FFF, #b4d373);
  background: linear-gradient(to bottom, #FFF, #b4d373);
  border: 2px solid #95b64e;
}
.tab li {
  margin-left: 30px;
  display: block;
  background: -moz-linear-gradient(top, #FFF, #d2d7df);
  background: -webkit-linear-gradient(top, #FFF, #d2d7df);
  background: linear-gradient(to bottom, #FFF, #d2d7df);
  border: 2px solid #868c90;
  width: 177px;
  border-radius: 12px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  height: 55px;
}
.tab li:first-child {
  margin-left: 0;
}
.tab li.active:first-child {
  margin-left: 0;
}
.tab li img {
  padding: 10px 0;
}
/* タブ2の設定 */
.tab2 {
  display: flex;
  list-style: none;
}
.tab2 li, .tab2 li:first-child, .tab2 li:last-child {
  margin-left: 30px;
  display: block;
  background: -moz-linear-gradient(top, #FFF, #d2d7df);
  background: -webkit-linear-gradient(top, #FFF, #d2d7df);
  background: linear-gradient(to bottom, #FFF, #d2d7df);
  border: 2px solid #868c90;
  width: 177px;
  border-radius: 50px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  height: 55px;
}
.tab2 li.active2, .tab2 li:hover {
  display: block;
  background: -moz-linear-gradient(top, #d0d7fd, #6a71b4);
  background: -webkit-linear-gradient(top, #d0d7fd, #6a71b4);
  background: linear-gradient(to bottom, #d0d7fd, #6a71b4);
  border: 2px solid #6a71b4;
}
.tab2 li.active2:first-child, .tab2 li:hover:first-child {
  display: block;
  background: -moz-linear-gradient(top, #f4c269, #f5a200);
  background: -webkit-linear-gradient(top, #f4c269, #f5a200);
  background: linear-gradient(to bottom, #f4c269, #f5a200);
  border: 2px solid #f5a200;
}
.tab2 li.active2:last-child, .tab2 li:hover:last-child {
  display: block;
  background: -moz-linear-gradient(top, #6ef4d1, #35b597);
  background: -webkit-linear-gradient(top, #6ef4d1, #35b597);
  background: linear-gradient(to bottom, #6ef4d1, #35b597);
  border: 2px solid #35b597;
}
.tab2 li:first-child {
  margin-left: 0;
}
.tab2 li.active:first-child {
  margin-left: 0;
}
.tab2 li img {
  padding: 10px 0;
}
/* タブ3の設定 */
.tab3 {
    width: 100%;
    margin: 0 auto 50px auto;
    text-align: center;
}
.tab3 li:first-child {
  margin-left: 30px;
  display:inline-block;
  background: -moz-linear-gradient(top, #FFF, #d2d7df);
  background: -webkit-linear-gradient(top, #FFF, #d2d7df);
  background: linear-gradient(to bottom, #FFF, #d2d7df);
  border: 2px solid #868c90;
  width: 230px;
  border-radius: 50px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  height: 55px;
}

.tab3 li.active3:first-child, .tab3 li:hover:first-child {
  background: -moz-linear-gradient(top, #edf3fa, #75a8d8);
  background: -webkit-linear-gradient(top, #edf3fa, #75a8d8);
  background: linear-gradient(to bottom, #edf3fa, #75a8d8);
  border: 2px solid #3982c7;
}
.tab3 li.btn_f:hover{
  background: -moz-linear-gradient(top, #fffafb, #f9b3bd);
  background: -webkit-linear-gradient(top, #fffafb, #f9b3bd);
  background: linear-gradient(to bottom, #fffafb, #f9b3bd);
  border: 2px solid #f46c80;
}
.tab3 li:first-child {
  margin-left: 10px;
}
.tab3 li.active:first-child {
  margin-left: 0;
}
.tab3 li img {
  padding: 10px 0;
}
/* タブの中身の設定 */
.tabContent li {
  display: none
}
.tabContent .active {
  display: block;
}
.tabContent li ul li {
  display: block;  text-indent: -1em;
  padding-left: 1em;
}
.tabContent li ul.cyu li {
  display: block;  text-indent: -2em;
  padding-left: 2em;
}
.tabContent li ul.tabContent2 li {
  display: none
}
.tabContent li ul.tabContent2 .active2 {
  display: block;
}
.tabContent li ul.tabContent2 li ul li {
  display: block;
}
.tabContent li ul.tabContent3 li {
  display: none
}
.tabContent li ul.tabContent3 .active3 {
  display: block;
}
.tabContent li ul.tabContent3 li ul li {
  display: block;
}
.m-top-30 {
  margin-top: 30px;
}
.m-top-60 {
  margin-top: 60px;
}
.m-bottom-60 {
  margin-bottom: 60px;
}
.m-bottom-120 {
  margin-bottom: 120px;
}
.m-bottom-50 {
  margin-bottom: 50px;
}
.m-bottom-20 {
  margin-bottom: 20px;
}
.m-top-150 {
  margin-top: 150px;
}
.m-bottom-150 {
  margin-bottom: 150px;
}
hr.dot {
  border-top: 2px dotted #ccc;
  border-right: none;
  border-bottom: none;
  border-left: none;
}
.hyo {
  max-width: 60%
}

.red {
    color: red;
}
.kei
   { border: solid 2px red;    padding: 5px 10px;margin: 5px auto;text-align: center;}
.notes04{font-size: 1.3em;line-height: 1.5em}
.notes04 li{margin: 1em 0;}
.pc_none{display: none;}
@media screen and (max-width: 640px) {
.pc_none{display:flex;}
.tab3 li:first-child{width: auto;}
.notes04{font-size: 1em;line-height: 1.8em}
.notes04 li{margin: 1em 0;}
  .tab img {
    vertical-align: text-top;
  }
  .tab2 img {
    vertical-align: text-top;
  }
  .tab3 img {
    vertical-align: text-top;
  }
  .application-btn {
    margin: 0 20px;
    display: flex;
    text-align: center;
  }
  .application-btn img {
    max-width: 80%;
  }
  .m-top-30 {
    margin-top: 15px;
  }
  .m-bottom-30 {
    margin-bottom: 5px;
  }
  .m-top-40 {
    margin-top: 0px;
  }
  .m-top-60 {
    margin-top: 30px;
  }
  .m-bottom-60 {
    margin-bottom: 40px;
  }
  .m-bottom-120 {
    margin-bottom: 50px;
  }
  .m-bottom-50 {
    margin-bottom: 0px;
  }
  .m-top-150 {
    margin-top: 100px;
  }
  .m-bottom-150 {
    margin-bottom: 100px;
  }
  .tab {
    position: relative;
    margin: 10px auto;
  }
  .tab li:first-child, .tab li:nth-child(2), .tab li:nth-child(3), .tab.tab-bottom li.active:first-child, .tab.tab-bottom li.active:nth-child(2), .tab.tab-bottom li.active:nth-child(3), .tab li.active:first-child, .tab li.active:nth-child(2), .tab li.active:nth-child(3) {
    ;
    background-size: contain;
  }
  .tab li {
    border-radius: 0;
    box-shadow: none;
    height: 34px;
    line-height: 30px;
  }
  .tab li img {
    padding: 0;
  }
  .tab2 {
    position: relative;
    margin: 10px 0;
  }
  .tab2 li:first-child, .tab2 li:nth-child(2), .tab2 li:nth-child(3), .tab2.tab-bottom li.active:first-child, .tab2.tab-bottom li.active:nth-child(2), .tab2.tab-bottom li.active:nth-child(3), .tab2 li.active:first-child, .tab2 li.active:nth-child(2), .tab2 li.active:nth-child(3) {
    ;
    background-size: contain;
    height: auto;
    border-radius: 0;
  }
  .tab2 li {
    border-radius: 0;
    box-shadow: none;
    height: 34px;
    line-height: 30px;
  }
  .tab2 li img {
    padding: 0;
  }
  .tab3 {
    position: relative;
    margin: 10px 0;
  }
  .tab3 li:first-child, .tab3 li:nth-child(2), .tab3 li:nth-child(3), .tab3.tab-bottom li.active:first-child, .tab3.tab-bottom li.active:nth-child(2), .tab3.tab-bottom li.active:nth-child(3), .tab3 li.active:first-child, .tab3 li.active:nth-child(2), .tab3 li.active:nth-child(3) {
    ;
    background-size: contain;
    height: auto;
    border-radius: 0;
  }
  .tab3 li {
    border-radius: 0;
    box-shadow: none;
    height: 34px;
    line-height: 30px;
  }
  .tab3 li img {
    padding: 0;
  }
  .hyo {
    width: 70%
  }
  #contents .btn_link{height: 34px;}
  #contents .btn_link img{padding: 5px 0;width: 80%;}
}
@media screen and (max-width: 500px) {
  .tab img {
    vertical-align: text-top;
  }
  .tab {
    width: auto;
    margin: 0 0 25px 0;
  }
  .tab li {
    margin-left: 15px;
  }
  .tab.tab-bottom {
    margin-top: 25px;
  }
  .tab2 img {
    vertical-align: text-top;
  }
  .tab2 {
    width: auto;
    margin: 0 0 25px 0;
  }
  .tab2 li {
    margin-left: 15px;
  }
  .tab2.tab-bottom {
    margin-top: 25px;
  }
  .tab3 img {
    vertical-align: text-top;
  }
  .tab3 {
    width: auto;
    margin: 0 0 25px 0;
  }
  .tab3 li {
    margin-left: 15px;
  }
  .tab3.tab-bottom {
    margin-top: 25px;
  }
}