


p {

    line-height: 1.8;
    
    margin: 0 0 20px;
}


.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;
}







.top-title {
  text-align: center;
  margin-bottom: 28px;
}

 .top-title h2 {
    font-weight: 100;
    font-style: normal;
    font-size: 20px;
    letter-spacing: 0.2em;
    line-height: 1.2em;
  }

.top-title span {
  display: block;
  color: #938b72;
  font-size: 14px;
}

.top-title b {
  display: block;
  font-size: 26px;
  font-weight: normal;
  letter-spacing: 0.25em;
  line-height: 1.5em;
  color: #464342;
  text-decoration: underline;
}

.top-title p {
  margin-top: 0.4em;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 0.25em;
  line-height: 1.2em;
  color: #444;
}

.top-title h2 i {
  color: #1051AF;
  font-style: normal;
}

@media screen and (max-width: 576px) {
  .top-title {
    text-align: center;
    margin-bottom: 18px;
  }
  .top-title h2 {
    font-weight: 100;
    font-style: normal;
    font-size: 16px;
    letter-spacing: 0.2em;
    line-height: 1.2em;
  }
  .top-title p {
    margin-top: 0.4em;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0.25em;
    line-height: 1.2em;
  }

  .top-title b {
    display: block;
    margin-top: 0.4em;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0em;
    line-height: 1.5em;
    text-decoration: underline;
  }
}

/*１文字目だけ着色*/
.hajime:first-letter {
  color: #e69c35;
}

.title-00 {
  color: #fff;
  position: relative;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  line-height: 1.4;
  font-size: 30px;
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
  background: -webkit-linear-gradient(0deg, #222, #444);
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 768px) {
  .title-00 {
    position: relative;
    margin-bottom: 20px;
    letter-spacing: 0.15em;
    line-height: 1.4;
    font-size: 20px;
  }
}


.title-01 {
  margin-bottom: 32px;
  background: #1051AF url(../_images/psd/page-title-assets/h2-bg.png) left
  bottom no-repeat;
  background-size: 100% 40%;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.6em;
  text-align: center;
  padding: 1em 3%;
  border-radius: 4px;
}
.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 {
    margin-bottom: 20px;
    background-size: 100% 40%;
    font-size: 19px;
    letter-spacing: 0.2em;
    line-height: 1.6em;
    padding: 0.5em 3%;
  }

  .title-01 span {
    display: block;
    font-size: 12px;
    margin-top: 5px;
    letter-spacing: 0;
    font-weight: normal;
  }
}

.title-01-b {
  position: relative;
  margin-bottom: 20px;
  letter-spacing: 0.15em;
  line-height: 1.4;
  font-size: 26px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .title-01-b {
    position: relative;
    margin-bottom: 20px;
    letter-spacing: 0.15em;
    line-height: 1.4;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
  }
}



.title-02 {
  position: relative;
  margin-bottom: 32px;
  letter-spacing: 0.15em;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  border-left: 5px solid #fbe04c;
  padding: 0.33em 0 0.7em 0.8em;
  border-bottom: dashed 1px #f6ad48;
  font-weight: bold;
}

.title-02::before {
  position: absolute;
  left: -5px;
  bottom: 0;
  content: "";
  width: 5px;
  height: 50%;
  background-color: #f6ad48;
}
.title-02.lato {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 0;
}

@media screen and (max-width: 768px) {
  .title-02 {
    font-size: 18px;
  }
}


.title-02-b {
  font-size: 23px;
  margin: 0 auto 40px auto;
  background: #f2f2f2;
  padding: 22px 24px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  position: relative;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.title-02-b:before {
  content: "";
  position: absolute;
  left: 0;
  top: 20%;
  height: 60%;
  width: 5px;
  background: #B6D6F2;
}

.title-02-b span {
  font-size: 17px;
  font-weight: normal;
  display: inline-block;
  margin-right: 8px;
  letter-spacing: 0px;
  color: #464342;
  vertical-align: middle;
}

.title-02-b a {
   color: rgba(0, 0, 0, 0.8);
}


@media screen and (max-width: 576px) {
  .title-02-b {
    font-size: 19px;
    margin: 0 auto 16px auto;
    padding: 16px 16px;
    border-radius: 6px;
    font-weight: 700;
    letter-spacing: 0.1em;
  }

  .title-02-b:before {
    width: 3px;
  }

  .title-02-b span {
    font-size: 17px;
    margin-right: 8px;
    letter-spacing: 0px;
  }
}


.title-03   {
    color: #FFF;
    font-weight: bold;
    font-size: 18px;
    background: #F77A34;
    border-left: #f5a171 3px solid;
    padding: 14px 20px;
    line-height: 1.5;
    margin-bottom: 30px;
}
@media screen and (max-width: 576px){
.title-03   {

    font-size: 17px;
    padding: 14px 14px;
    margin-bottom: 16px;
}
}



.title-03-a {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  text-indent: -1em;
  margin-left: 1em;
  letter-spacing: 0.07em;
  line-height: 1.5;
  margin-bottom: 20px;
}

.title-03-a:before {
  content: "";
  position: relative;
  top: -1px;
  left: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  width: 16px;
  height: 8px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#2cada9),
    color-stop(49%, #2cada9),
    color-stop(50%, #65d8d4),
    to(#65d8d4)
  );
  background: -webkit-linear-gradient(
    left,
    #2cada9 0%,
    #2cada9 49%,
    #65d8d4 50%,
    #65d8d4 100%
  );
  background: linear-gradient(
    to right,
    #2cada9 0%,
    #2cada9 49%,
    #65d8d4 50%,
    #65d8d4 100%
  );
}

@media screen and (max-width: 768px) {
  .title-03-a {
    font-size: 17px;
    padding: 8px 18px;
    margin-bottom: 10px;
    margin-left: 0;
    line-height: 1.5;
  }
}



.title-03-b {
  color: #403C2C;
  font-weight: bold;
  font-size: 18px;
  background: #E8E6E2;
  border-left: #9B927B 5px solid;
  padding: 15px 20px;
  line-height: 1.5;
  margin-bottom: 30px;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 576px) {
  .title-03-b {
    font-size: 16px;
    padding: 14px 14px;
    margin-bottom: 16px;
  }
}




.title-04 {
  position: relative;
  margin-top: 16px;
  margin-bottom: 18px;
  font-size: 20px;
  letter-spacing: 0.15em;
  padding-bottom: 12px;
}
.title-04:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #a4967a 0%, #ccc1ad 100%);
}
.title-04:first-child {
  margin-top: 0;
}

@media screen and (max-width: 576px) {
  .title-04 {
    position: relative;
    margin-top: 10px;
    margin-bottom: 18px;
    font-size: 20px;
    letter-spacing: 0.15em;
    padding-bottom: 16px;
  }
}

.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 12px;
  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: #FFDE00;
}

@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: #1051AF;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .title-07 {
    margin-bottom: 16px;
    font-size: 17px;
  }
}

.accent-txt {
  color: #1051AF;
  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: #F07C00;
}

.sec-title:before {
  font-weight: 900;
  content: "●";
  margin-right: 6px;
  color: #f9b85d;
}

.round-title {
  background: #f9b85d;
  color: #fff;
  font-size: 120%;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.4em;
  text-align: center;
  padding: 0.9em 0.3em;
  border-radius: 30px;
  margin-bottom: 25px;
}

.sec-title-2 {
  color: #1051AF;

  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: #868abd;
}

.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: 5px;
    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;

  }

  .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: #1051AF;

    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-green {
  color: #2bada9;
}
.txt-blue {
  color: #385dc7;
}

.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;
  }
}


.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%);
}

