
p {

    line-height: 1.9;
    font-size: 16px;
    margin: 0 0 20px;
}

.left-content p b{
color: #006600;
}

.left-content p strong{
color: #a80404;
}

.fc-green {
	color: #006600;
}

@media screen and (max-width: 576px) {
p {

    line-height: 1.8;
    font-size: 15px;
    margin: 0 0 12px;
}

}


.p-sm {
    color: #888;
    line-height: 1.9;
    font-size: 15px;
    margin: 0 0 20px;
}


.p-md {
    color: #888;
    line-height: 2;
    font-size: 16px;
    margin: 0 0 20px;
}

.p-lg {
    color: #888;
    line-height: 2;
    font-size: 18px;
    margin: 0 0 20px;
}









.white-glow {
  text-shadow: rgba(255, 255, 255, 0.7) 1px 1px 10px,
    rgba(255, 255, 255, 0.7) -1px 1px 10px,
    rgba(255, 255, 255, 0.7) 1px -1px 10px,
    rgba(255, 255, 255, 0.7) -1px -1px 10px !important;
}



/*フォント指定*/

.mincho {
  font-family: 'Noto Serif JP', serif;
}

.kaku {
font-family: 'Noto Sans JP', sans-serif;
}

.lato {
  font-family: 'Lato', sans-serif;
}



/*ホーム用*/

.home-title1 {
    font-size: 22px;
    margin-bottom: 18px;
    color: #6a1917;
    background-image: url(/_share/bg_h3k.png);
    background-repeat: no-repeat;
    min-height: 45px;
    padding-top: 10px;
    padding-right: 11px;
    padding-bottom: 12px;
    padding-left: 110px;
    border-bottom: 4px solid #FF7206;
    font-weight: bold;
}

@media screen and (max-width: 576px) {
.home-title1 {
    font-size: 17px;
    margin-bottom: 18px;
  line-height: 1.5;
    background-repeat: no-repeat;
    min-height: 45px;
    padding-top: 10px;
    padding-right: 11px;
    padding-bottom: 12px;
    padding-left: 110px;
    border-bottom: 4px solid #FF7206;
    font-weight: bold;
}


}

/*見出し*/



.title-01 {
  font-size: 24px;
    margin-bottom: 24px;
    color: #333333;
    background: linear-gradient(#FDFBF5, #E8DB9C);
    border-top: 3px solid #FF6600;
padding: 22px;
font-weight: bold;
border-radius: 6px;
letter-spacing: 2px;
margin-top: 70px;
}



.title-01 span {
  display: block;
  font-size: 15px;
  margin-top: 5px;
  letter-spacing: 0.1em;
  font-weight: normal;
}

@media screen and (max-width: 576px) {
  .title-01 {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding: 12px 12px;
    margin: 0 0 14px;
    line-height: 1.5;
    margin-top: 30px;
  }

  .title-01 span {
    display: block;
    font-size: 12px;
    margin-top: 5px;
    letter-spacing: 0;
    font-weight: normal;
  }
}





.title-home-01 {
  font-size: 20px;
    margin-bottom: 24px;
    color: #333333;
    background: linear-gradient(#FDFBF5, #E8DB9C);
    border-top: 3px solid #FF6600;
padding: 15px;
font-weight: bold;
border-radius: 6px;
}



.title-home-01 span {
  display: block;
  font-size: 15px;
  margin-top: 5px;
  letter-spacing: 0.1em;
  font-weight: normal;
}

@media screen and (max-width: 576px) {
  .title-home-01 {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding: 12px 12px;
    margin: 0 0 14px;
    line-height: 1.5;
  }

  .title-home-01 span {
    display: block;
    font-size: 12px;
    margin-top: 5px;
    letter-spacing: 0;
    font-weight: normal;
  }
}







.title-02 {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  background: #FF9900;
  border-left: #fcb956 5px solid;
  padding: 14px 20px;
  line-height: 1.5;
  margin-bottom: 30px;
  margin-top: 50px;
}

@media screen and (max-width: 576px) {
  .title-02 {
    margin-top: 40px;
    font-size: 16px;
    padding: 14px 14px;
    margin-bottom: 16px;
  }

}




.title-03,
.title-03-orange {
  position: relative;
  font-weight: bold;
  margin-top: 16px;
  margin-bottom: 18px;
  font-size: 20px;
  letter-spacing: 0.15em;
  padding-bottom: 15px;
  padding-left: 3px;
}
.title-03:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #ccc 0%, #ccc 100%);
}
.title-03-orange:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #fcb956 0%, #fcb956 100%);
}


@media screen and (max-width: 576px) {
  .title-03,
  .title-03-orange {
    position: relative;
    margin-top: 10px;
    margin-bottom: 18px;
    font-size: 20px;
    letter-spacing: 0.15em;
    padding-bottom: 16px;
  }
}



.title-04 {
  font-size: 20px;
  padding: 6px 0 6px 12px;
  border-left: 4px solid #fcb956;
  color: #333;
}


@media screen and (max-width: 576px) {
  .title-04 {
  font-size: 18px;
  }
}




.title-05 {
  margin-bottom: 24px;
  font-size: 19px;
  font-weight: bold;
  color: #888;
}
@media screen and (max-width: 768px) {
  .title-05 {
    margin-bottom: 8px;
    font-size: 17px;
  }
}

.title-06 {
  position: relative;
  padding-left: 20px;
  margin: 0 0 9px;
  font-size: 18px;
  color: #333;
  font-weight: bold;
}

.title-06:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 11px;
  height: 11px;
  margin-right: 11px;
  background: #fcb956;
}

@media screen and (max-width: 768px) {
  .title-06 {
    margin-bottom: 16px;
    font-size: 17px;
  }
  .title-06:before {
    width: 15px;
    height: 15px;
  }
}

.title-06-a {
  position: relative;
  padding-left: 20px;
  margin: 0 0 12px;
  font-size: 17px;
  color: #555;
  font-weight: bold;
}

.title-06-a:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 11px;
  height: 11px;
  margin-right: 11px;
  background: linear-gradient(90deg, #5884c4, #5884c4);
}

@media screen and (max-width: 768px) {
  .title-06-a {
    margin-bottom: 16px;
    font-size: 15px;
  }
  .title-06-a:before {
    width: 15px;
    height: 15px;
  }
}

.title-07 {
  position: relative;
  margin: 0 0 18px;
  font-size: 19px;
  color: #8c8368;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .title-07 {
    margin-bottom: 16px;
    font-size: 17px;
  }
}

.accent-txt {
  color: #ecba89;
  font-size: 15px;
  margin-bottom: 8px;
  line-height: 1;
  font-family: "Lato", sans-serif;
  font-weight: 300;
}

@media screen and (max-width: 576px) {
  .accent-txt {
    font-size: 13px;
    margin-bottom: 4px;
  }
}



.sec-title {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.7em;
  margin-bottom: 20px;
  color: #4b5ea5;
}

.sec-title:before {
  font-weight: 900;
  content: "●";
  margin-right: 6px;
  color: #4b5ea5;
}

.round-title {
  background: #5884c4;
  color: #fff;
  font-size: 120%;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.4em;
  text-align: center;
  padding: 0.5em 0;
  border-radius: 30px;
  margin-bottom: 25px;
}

.sec-title-2 {
  color: #b9a858;

  background-position: left center;
  background-size: 17px 17px;
  background-repeat: no-repeat;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5em;
  margin-bottom: 30px;
  padding-left: 0px;
}

.sec-title-2:before {
  font-weight: 900;
  content: "●";
  margin-right: 6px;
  color: #b9a858;
}

.box-title {
    color: #444;
    background: rgba(255,255,255,0.9);
    border: 1px solid rgba(0,0,0,0.1);
    padding: 15px 3%;
    border-radius: 10px;
    font-size: 19px;
    letter-spacing: 0.1em;
    margin-bottom: 45px;
}

@media screen and (max-width: 576px) {
  .sub-title {
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.7em;
    margin-bottom: 15px;
  }

  .sec-title {
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 1.7em;
    margin-bottom: 12px;
    color: #4b5ea5;
  }

  .round-title {
    background: #5884c4;
    color: #fff;
    font-size: 100%;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.4em;
    text-align: center;
    padding: 0.5em 0;
    border-radius: 30px;
    margin-bottom: 25px;
  }

  .sec-title-2 {
    color: #b9a858;

    background-position: left center;
    background-size: 17px 17px;
    background-repeat: no-repeat;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    margin-bottom: 12px;
    padding-left: 0px;
  }

    .box-title {

    padding: 10px 10px;
    border-radius: 10px;
    font-size: 17px;
    letter-spacing: 0.05em;

    margin-bottom: 12px;
}
}

.tour-title {
  font-size: 24px;
  letter-spacing: 0.1em;
  font-weight: 900;
  margin-bottom: 10px;
}

@media screen and (max-width: 576px) {
  .tour-title {
    font-size: 20px;
    letter-spacing: 0.1em;
  }
}



.txt-orange {
  color: #f26d21;
}
.txt-lorange {
  color: #FF914D;
}
.txt-green {
  color: #2bada9;
}
.txt-blue {
  color: #385dc7;
}
.txt-red {
  color: #c73838;
}


.step_title {
  background: #fff;
  border-radius: 4px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  color: rgb(73, 65, 46);
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  border: 1px solid #eee;
  font-size: 20px;
}

.step_title_inner {
  box-sizing: border-box;
  padding: 1.2em 1.1em;
}

.step_title_inner h3 {
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  letter-spacing: 0.2em;
  margin-left: 40px;
  text-indent: -40px;
  line-height: 1.6;
  margin-bottom: 0;
}

.step_num {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #5884c4;
  letter-spacing: normal;
text-indent: 0px;
  font-size: 20px;
  letter-spacing: 0;
  width: 40px;
  display: inline-block;
}

@media screen and (max-width: 576px) {
  .step_title {
    margin-bottom: 40px;
    border: 1px solid #eee;
    font-size: 16px;
    margin-bottom: 4%;
  }

  .step_title_inner {
    box-sizing: border-box;
    padding: 1em 1em;
  }

  .step_title_inner h3 {
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1.4em;
    margin-left: 20px;
    text-indent: -20px;
    line-height: 1.5;
    margin-bottom: 0;
  }

  .step_num {
    font-size: 16px;
    width: 20px;
  }
}

/*リスト*/

ul.checklist1 {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-bottom: 12px;
}

.checklist1 li {
  margin: 0;
  padding: 0 0 0 1.6em;
  font-weight: normal;
  margin-bottom: 8px;
  position: relative;
  line-height: 1.6em;
  list-style: none;

}
.checklist1 li:last-child {
  margin-bottom: 0;
}
.checklist1 li:before {
  display: inline-block;
  position: absolute;
  left: 0;
  font-family: "dental";
  font-weight: 900;
  content: "\e80e";
  margin-right: 6px;
  color: #ccc;

  width: 8px;
  height: 8px;
  margin: 0 16px 20px 0;
}

@media screen and (max-width: 600px) {
  .checklist1 li {

  }
}

ul.checklist2 {
  padding: 0;
  margin: 0;
}

.checklist2 li {
  margin: 0;
  padding: 0 0 0 1.3em;
  font-weight: normal;
  margin-bottom: 5px;
  position: relative;
  line-height: 1.5em;
  list-style: none;
  font-size: 15px;
}
.checklist2 li:last-child {
  margin-bottom: 0;
}
.checklist2 li:before {
  display: inline-block;
  position: absolute;
  left: 0;
  font-family: "dental";
  font-weight: 900;
  content: "\e80e";
  margin-right: 6px;
  color: #ccc;
  font-size: 13px;
  width: 7px;
  height: 7px;
  margin: 0 12px 12px 0;
}

@media screen and (max-width: 600px) {
  .checklist2 li {
    font-size: 14px;
  }
}


ul.disc {
	list-style-type: disc;
}


ul.circle {
	list-style-type: circle;
}

ul.squarelist {
  position: relative;
  padding: 0 0 0 2em;
  margin: 0;
}
ul.squarelist li::before {
  position: absolute;
  left: 0.5em;
  font-family: "Font Awesome 6 Free";
  content: '\f0c8';
  color: #ccc;
}











.catch-l {
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.7em;
  margin-bottom: 1.9em;
}

@media screen and (max-width: 576px) {
  .catch-l {
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0em;
    line-height: 1.7em;
    margin-bottom: 1.5em;
  }
}

.catch-m {
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.7em;
  margin: 0 0 1.5em;
}

@media screen and (max-width: 576px) {
  .catch-m {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.7em;
    margin: 0 0 0.8em;
  }
}

.catch-s {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.7em;
  margin: 0 0 20px 0;
}

@media screen and (max-width: 576px) {
  .catch-s {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.7em;
    margin: 1.2em 0;
  }
}


.marker {
    background: linear-gradient(transparent 70%, #bce2e8 70%);
}

.mt_original {
	margin-top: 30px;
}


.qaContainer dt {
padding: 10px 15px 10px 35px;
border-radius: 5px;
background: #ffe6c1;
text-indent: -25px;
}
.qaContainer dd {
margin: 15px 10px 40px 35px;
text-indent: -20px;
}
.qaContainer dt span,
.qaContainer dd span.ans {
font-size: 20px;
font-weight: bold;
margin-right: 7px;
}


@media screen and (max-width: 576px) {
.qaContainer dt span,
.qaContainer dd span.ans {
font-size: 18px;
}

}


.step-title-2 {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 12px 16px;
  background:rgba(0,0,0,0.1);
  border-radius: 5px;
  line-height: 1.1;
  margin-bottom: 6px;
}

@media only screen and (max-width: 767px) {
.step-title-2 {
  font-size: 15px;
  margin-bottom: 6px;
}

}

.crayon-orange {
  box-shadow: 0px -6px 5px -3px rgba(247,198,104,0.6) inset,0px 8px 4px -2px #f7c668;
  font-weight: bold;
}
.crayon-orange-wide {
  box-shadow: 0px -10px 10px -5px rgba(247,198,104,0.7) inset,0px 10px 5px -3px #f7c668;
  font-weight: bold
}
.crayon-orange-narrow {
  box-shadow: 0px -6px 5px -3px rgba(247,198,104,0.8) inset,0px 7px 5px -8px #f7c668;"
  font-weight: bold
}




