@charset "utf-8";
/* CSS Document */
.guideWrap {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
.guideNav {
  width: 22%;
  /*   width: min(22%, 100%);
 width: calc(270px - 100%);
*/
}
.guideNav a {
  padding: 1em .75em 1em 1.75em;
  border-bottom: .5px solid #D8DFDA;
  line-height: 1.4;
  display: block;
  cursor: pointer;
  position: relative;
}
.guideNav a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #606060;
  ;
  border-left: 1px solid #606060;
  transform: rotate(135deg);
  position: absolute;
  top: calc(50% - 3.5px);
  left: 10px;
}
.guideNav a:hover {
  color: #A5C9A5;
  transition: .3s;
}
.guideArea {
  width: 78%;
  /*  width: calc(100% - 270px);
*/
  padding: 0 15px 0 0;
}

.guideCnt-terms, .guideCnt-flow, .guideCnt-basic, .guideCnt-service, .guideCnt-cost, .guideCnt-medical, .guideCnt-sample, .guideCnt-insurance {
  width: 100%;
  margin: 0 0 70px 0;
}
.guideCnt-terms ul {
  margin: 0 0 0 20px;
}
.guideCnt-terms li {
  font-size: 1.15em;
  line-height: 2;
}
.guideCnt-terms li::before {
  content: "〇 ";
}
.flowItem {
  width: 98%;
  margin: 0 0 0 20px;
}
.guideCnt-flow .flow {
  margin: 0 0 25px 0;
}
.flowItem .flowTtl {
  font-size: 1.2em;
  font-weight: 700;
}
.flowItem .step {
  margin-right: 1em;
  color: #59A57C;
}
.flowItem .flowTxt {
  margin: 20px 0 0 60px;
  padding: 10px 15px;
  font-size: 1em;
  letter-spacing: .05em;
  line-height: 1.5;
  border-radius: 5px;
  background: #F8FBF8;
}
.flowItem .tel {
  margin: 0 1em 0 0;
  padding: 3px 7px 4px;
  color: white;
  font-size: .8em;
  font-weight: 700;
  letter-spacing: 0;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  background: #59A57C;
  border-radius: 5px;
}
.flowItem .telNo {
  font-size: 1.2em;
  font-family: "Rubik", sans-serif;
}
.guideCnt-basic table {
  width: 300px;
  margin: 0 0 10px 20px;
}
.guideCnt-basic th {
  width: 8em;
  padding: 1em;
  font-size: 1.05em;
  letter-spacing: .5em;
  text-align: center;
  background: #F8FBF8;
  border: 1px solid #ccc;
}
.guideCnt-basic td {
  font-size: 1.05em;
  letter-spacing: .2em;
  text-align: center;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.guideCnt-basic td:last-child {
  border-bottom: 1px solid #ccc;
}
.guideCnt-basic .come{
  margin: 0 0 0 20px;
	padding-left:1em;
	text-indent: -1em;
	line-height: 1.4;
}
.guideCnt-service ul {
  margin: 0 0 0 20px;
}
.guideCnt-service li {
  font-size: 1.1em;
  line-height: 2;
}
.guideCnt-service li::before {
  content: "〇 ";
}
.guideCnt-cost table {
  width: 98%;
  margin: 0 20px 10px 20px;
  border: 1px solid #ccc;
}
.guideCnt-cost th {
  width: 10em;
  padding: .5em;
  font-size: 1.05em;
  letter-spacing: .1em;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background: #F8FBF8;
}
.cost-02 {
  width: 8em;
  padding: .5em 1.5em .5em .25em;
  font-size: 1.05em;
  letter-spacing: .1em;
  text-align: right;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.cost-02_front::before {
  content: "～";
}
.cost-02_back::after {
  content: "～";
  margin-right: -1em;
}
.cost-03 {
  padding: .5em 1em;
  font-size: 1.05em;
  letter-spacing: .05em;
  line-height: 1.5;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.guideCnt-cost .come{
  margin: 0 0 50px 20px;
	padding-left:1em;
	text-indent: -1em;
	line-height: 1.4;
}
.guideCnt-medical table {
  width: 98%;
  margin: 0 0 30px 20px;
  border: 1px solid #ccc;
}
.guideCnt-medical td {
  padding: .25em;
  line-height: 1.5;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.guideCnt-medical td:nth-of-type(odd) {
  width: 26%;
}
.guideCnt-medical td:nth-of-type(even) {
  text-align: center;
}
.guideCnt-sample table {
  width: 98%;
  margin: 0 0 50px 20px;
  border: 1px solid #ccc;
}
.guideCnt-sample th {
  font-size: 1.05em;
  letter-spacing: .1em;
  padding: .25em;
  line-height: 1.3;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.guideCnt-sample td {
  font-size: 1.05em;
  letter-spacing: .1em;
  padding: .25em;
  line-height: 1.3;
  text-align: center;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.guideCnt-sample th span, .guideCnt-sample td span {
  font-size: .85em;
  line-height: 1.5;
  display: block;
}
.guideCnt-insurance table {
  width: 98%;
  margin: 0 0 20px 20px;
  border: 1px solid #ccc;
}
.guideCnt-insurance th {
  padding: .25em;
  line-height: 1.3;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.guideCnt-insurance td {
  font-size: 1em;
  padding: .25em;
  line-height: 1.3;
  text-align: center;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.guideCnt-insurance th span, .guideCnt-insurance td span {
  font-size: .85em;
  line-height: 1.5;
  display: block;
}
.guideCnt-insurance .txt1 {
  padding: .25em .25em .25em 0;
}
.guideCnt-insurance .rowTxt {
  width: 2em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  vertical-align: middle
}
.guideCnt-insurance > p {
  font-size: .9em;
  text-align: right;
  line-height: 1.5;
}
.guideCnt-insurance .kome {
  margin: 0 0 0 50px;
  font-size: .95em;
  line-height: 1.4;
}
.guideCnt-insurance .komeTxt {
  margin: 0 0 10px 0;
  padding: 0 0 0 -1em;
  font-size: .95em;
  line-height: 1.4;
  text-indent: -1.25em;
}
.guideCnt-insurance .komeTxt::before {
  content: "※";
  margin-right: .2em;
}
@media screen and (max-width:1024px) {}
@media screen and (max-width:834px) {
  .guideWrap {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    gap: 50px;
  }
  .guideNav {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }
  .guideNav a {
    padding: .25em .75em .25em 1.75em;
    border-bottom: .5px solid #D8DFDA;
    line-height: 1.4;
    display: block;
    cursor: pointer;
    position: relative;
  }
  .guideArea {
    width: 95%;
    margin: 0 auto;
    padding: 0 0 0 0;
  }
 
  .guideCnt-terms li {
    font-size: 1.1em;
    line-height: 2;
  }
  .flowItem .flowTtl {
    font-size: 1.15em;
    font-weight: 700;
  }
  .flowItem .telNo {
    font-size: 1.15em;
    font-family: "Rubik", sans-serif;
  }
  .guideCnt-basic th {
    width: 8em;
    padding: 1em;
    font-size: 1em;
    letter-spacing: .5em;
    text-align: center;
    background: #F8FBF8;
    border: 1px solid #ccc;
  }
  .guideCnt-basic td {
    font-size: 1em;
    letter-spacing: .2em;
    text-align: center;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
  .guideCnt-service li {
    font-size: 1.05em;
    line-height: 2;
  }
  .guideCnt-cost th {
    width: 7em;
    padding: .5em;
    font-size: 1em;
    letter-spacing: .1em;
    line-height: 1.2;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    background: #F8FBF8;
  }
  .cost-02 {
    width: 7.5em;
    padding: .5em 1.25em .5em .25em;
    font-size: 1em;
    letter-spacing: .1em;
    text-align: right;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  .cost-03 {
    padding: .5em .5em;
    font-size: 1em;
    letter-spacing: .05em;
    line-height: 1.5;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  .guideCnt-sample th {
    font-size: 1em;
    letter-spacing: .1em;
    padding: .25em;
    line-height: 1.3;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  .guideCnt-sample td {
    font-size: 1em;
    letter-spacing: .1em;
    padding: .25em;
    line-height: 1.3;
    text-align: center;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
}
@media screen and (max-width:480px) {
  .guideWrap {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    gap: 50px;
  }
.guideCnt-terms, .guideCnt-flow, .guideCnt-basic, .guideCnt-service, .guideCnt-cost, .guideCnt-medical, .guideCnt-sample, .guideCnt-insurance {
  width: 100%;
  margin: 0 0 40px 0;
}



  .guideNav {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .guideNav a {
    padding: .5em 1.25em .5em 2em;
    border: .5px solid #D8DFDA;
    font-size: .85em;
    line-height: 1.4;
    display: block;
    cursor: pointer;
    position: relative;
  }
  .guideNav .no {
    display: none;
  }
  .guideCnt-terms li {
	  padding:0 0 .5em 1em;
    font-size: 1.05em;
    line-height: 1.4;
	  text-indent: -1.25em;
  }
.flowItem .flowTxt {
  margin: 10px 10px 0 10px;
  padding: 10px 15px;
  font-size: 1em;
  letter-spacing: .05em;
  line-height: 1.5;
  border-radius: 5px;
  background: #F8FBF8;
}	
  .guideCnt-service li {
	  margin: 0 1em 0 0;
	  padding: 0 0 .5em 1em;
    font-size: 1.05em;
    line-height: 1.4;
	  text-indent: -1.25em;
  }
.guideCnt-basic table {
  width: 300px;
  margin: 0 0 10px 20px;
}

  .guideCnt-cost table {
    width: 100%;
    margin: 0 0 10px 0;
    border: 1px solid #ccc;
    border-spacing: 0;
    border-collapse: collapse;
  }
.guideCnt-cost th {
  width: 2em;
  padding: .5em;
  font-size: 1em;
  letter-spacing: .1em;
	line-height: 1.2;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background: #F8FBF8;
	writing-mode:vertical-rl;
	vertical-align: middle;
}
.cost-02 {
  width: 7em;
  padding: .5em 1.2em .5em 0;
  font-size: 1em;
  letter-spacing: .1em;
  text-align: right;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.cost-03 {
  padding: .25em .5em;
  font-size: 1em;
  letter-spacing: .05em;
  line-height: 1.5;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.guideCnt-cost .come{
  margin: 0 0 40px 0;
	padding-left:1em;
	text-indent: -1em;
	line-height: 1.4;
}
.guideCnt-medical table {
	width: 100%;
  margin: 0 0 30px 0;
  border: 1px solid #ccc;
}	
.guideCnt-sample table {
	width: 100%;
  margin: 0 0 50px 0;
  border: 1px solid #ccc;
}
.guideCnt-sample th {
  font-size: .9em;
  letter-spacing: .1em;
  padding: .25em;
  line-height: 1.3;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.guideCnt-sample td {
  font-size: .9em;
  letter-spacing: .1em;
  padding: .25em;
  line-height: 1.3;
  text-align: center;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.guideCnt-sample .rowTxt{	
	  width: 1.5em;
	  padding: 0 .25em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  vertical-align: middle
}
.guideCnt-sample th span, .guideCnt-sample td span {
  font-size: .85em;
  line-height: 1.5;
	text-align: left;
  display: block;
}	
.guideCnt-insurance table {
	width: 100%;
  margin: 0 0 0 0;
  border: 1px solid #ccc;
}
.guideCnt-insurance th {
  padding: .25em;
  line-height: 1.3;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.guideCnt-insurance td {
  font-size: 1em;
  padding: .25em;
  line-height: 1.3;
  text-align: center;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.guideCnt-insurance .rowTxt {
  width: 1em;
  padding: .25em .5em .25em .5em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  vertical-align:middle
}
.guideCnt-insurance .rowTxt2 {
  width: 6.5em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  vertical-align: middle;
	}/*支給度（支給限度額）*/
.guideCnt-insurance .txt1 {
	width: 1.5em;
	padding:.25em .5em .25em .5em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}	
.guideCnt-insurance .txt2 {
	width: 4em;
	padding:.25em .25em .25em .25em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}		
	
  /* ヘッダー固定 */
  .table_box {
    max-width: 98%;
	  margin: 0 0 10px 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
.sticky_row1 {
	background: white;
	position: sticky;
  top: 0;
  left: 0;
  z-index: 1;
}
.sticky_row1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  border-left: 1px solid white;
  border-right: 1px solid white;
  z-index: -1;
}
	
.sticky_row2 {
	background: white;
	position: sticky;
  top: 0;
  left: 2em;

}
.sticky_row2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0em;
  width: 100%;
  height: 100%;
  border-left: 1px solid white;
  border-right: 1px solid white;
  z-index: -1;
}

	
}