.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;
}















.title-00 {
    position: relative;
    margin-bottom: 20px;
    letter-spacing: 0.2em;
    line-height: 1.4;
    font-size: 30px;
    font-weight: 400;
    font-family: 'Noto Serif JP', serif;
    background: -webkit-linear-gradient(0deg,#222,#444);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: rgba(0,0,0,0.5);
}

@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 {
    /*background: -moz-linear-gradient(top, #8accfb 0%, #66a8f7 100%);
    background: -webkit-linear-gradient(top, #8accfb 0%,#66a8f7 100%);
    background: linear-gradient(to bottom, #8accfb 0%,#66a8f7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8accfb', endColorstr='#66a8f7',GradientType=0 );*/
    background:#cabfa0;
    padding: 20px 12px;
    text-align: center;
    color: #fff;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: .2em;
    line-height: 1.6em;
    margin-bottom: 48px;
    border-radius:3px;

}


@media screen and (max-width: 576px){
.title-01 {
    font-size: 110%;
    letter-spacing: .05em;
    margin-bottom: 5%;
    padding: .9em 2%;
}
}


.title-02 {
  font-size: 26px;
  margin: 0 auto 40px auto;
    background: #83c896;
    padding: 24px 24px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    position: relative;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: .15em;
    color: #fff;
    font-weight: normal;
    text-align: center;
}
@media screen and (max-width: 576px){
.title-02 {
  font-size: 20px;
  margin: 0 auto 20px auto;
    background: #83c896;
    padding: 16px 8px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    position: relative;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: .1em;
    color: #fff;
    font-weight: normal;
    text-align: center;
}
}

/*.title-02:before {
    content: '';
    position: absolute;
    left: 0;
    top: 20%;
    height: 60%;
    width: 5px;
    background: #f7c1d4;
}

.title-02 span {
  font-size: 17px;
  font-weight: normal;
  display: inline-block;
  margin-right: 8px;
  letter-spacing: 0px;
  color: rgba(0,0,0,0.6);
}
*/






.title-03   {
    color: #444;
    font-weight: bold;
    font-size: 125%;
    background: #f4f4f4;
    border-left: #83c896 3px solid;
    padding: 14px 20px;
    line-height: 1.5;
    margin-bottom: 30px;
}
@media screen and (max-width: 576px){
.title-03   {

    font-size: 110%;
    padding: 8px 20px;

    margin-bottom: 30px;
}
}



.title-04 {
    position: relative;
    margin-top: 10px;
    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%);
}
@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  {
    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: .33em 0 .7em .8em;
    border-bottom: dashed 1px #f6ad48;
    font-weight: bold;
}

.title-05::before {
  position: absolute;
  left: -5px;
  bottom: 0;
  content: '';
  width: 5px;
  height: 50%;
  background-color: #f6ad48;
}
.title-05::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 0;
}


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


.title-05 {
    font-size: 18px;
}



 }




.title-06 {
  position: relative;
  padding-left: 20px;
  margin:0 0 18px;
  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: #83c896;
}

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

  }
  .title-06:before {
    width: 15px;
    height: 15px;
  }
}





.title-07 {
  position: relative;
  margin:0 0 18px;
  font-size: 22px;
  color: #83c896;
  font-weight: bold;
}



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











































.pink {
    color: #f26d21;
}
.green {
    color: #2BADA9;
}
.blue-txt {
    color: rgb(8, 32, 108);
}





.box-title-lg {

    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.2em;
    color: rgb(8, 32, 108);
    margin-bottom: 28px;
    border-radius: 8px;
}


.box-title span {
  font-size: 16px;
  letter-spacing: 0.2em;
}

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

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




.step-title {
 font-size: 21px;
    font-weight: bold;
    letter-spacing: .2em;
    line-height: 1.7em;
    margin-bottom: 8px;
    color: rgb(8, 32, 108);
}



.round-title {
    background: rgb(8, 32, 108);
    color: #fff;
    font-size: 120%;
    font-weight: bold;
    letter-spacing: 0.2em;
    line-height: 1.4em;
    text-align: center;
    padding: .5em 0;
    border-radius: 30px;
    margin-bottom: 25px;
}


.gold-title {
    color: #b9a858;
    
    background-position: left center;
    background-size: 17px 17px;
    background-repeat: no-repeat;
    font-size: 19px;
    font-weight: bold;
    letter-spacing: 0.2em;
    line-height: 1.5em;
    margin-bottom: 30px;
    padding-left: 0px;
}

.gold-title:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f1ce";
    margin-right: 6px;
    color: #aaa;
}

@media screen and (max-width: 576px){
.box-title {
    margin: 0 auto 30px auto;
    padding: 15px 2%;
    background: #A8A9A8;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: .15em;
    line-height: 1.3em;
    text-align: center;
}
.box-title span {
  font-size: 12px;
  letter-spacing: 0.2em;
}
  .box-title-lg {

    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.2em;
    color: rgb(8, 32, 108);
    margin-bottom: 12px;
}
.sub-title {
    font-size: 17px;
    font-weight: bold;
    letter-spacing: .1em;
    line-height: 1.7em;
    margin-bottom: 15px;

}

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

.step-title {
  font-size: 17px;
}


.round-title {
    background: rgb(8, 32, 108);
    color: #fff;
    font-size: 100%;
    font-weight: bold;
    letter-spacing: 0.2em;
    line-height: 1.4em;
    text-align: center;
    padding: .5em 0;
    border-radius: 30px;
    margin-bottom: 25px;
}


.gold-title {
    color: #b9a858;
    
    background-position: left center;
    background-size: 17px 17px;
    background-repeat: no-repeat;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.2em;
    line-height: 1.5em;
    margin-bottom: 12px;
    padding-left: 0px;
}

}


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

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

.title-h2-b  {
    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: .33em 0 .7em .8em;
    border-bottom: dashed 1px rgb(8, 32, 108);
    font-weight: bold;
}

.title-h2-b::before {
  position: absolute;
  left: -5px;
  bottom: 0;
  content: '';
  width: 5px;
  height: 50%;
  background-color: rgb(8, 32, 108);
}
.title-h2-b::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 0;
}


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


.title-h2-b {
    font-size: 18px;
}



 }

.p_blog-text-cont h2 {
    font-size: 2.8rem;
    color: #065ef6;
    line-height: 1.6;
    margin: 120px 0 40px;
    display: inline-block;
    background: -webkit-linear-gradient(0deg,#065ef6,#bc65dc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}


.title-h2 {
    position: relative;
    margin-bottom: 20px;
    letter-spacing: 0.2em;
    line-height: 1.4;
    font-size: 30px;
    font-weight: bold;

    background: -webkit-linear-gradient(0deg,#222,#444);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

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


.title-h2 {
    position: relative;
    margin-bottom: 20px;
    letter-spacing: 0.15em;
    line-height: 1.4;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
}



 }







/*
.title-h3 { 
  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;
}

@media all and (min-width: 600px) { .title-h3 { font-size: 23px; } }

.title-h3: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-h3 {
      font-size: 17px;
      padding: 8px 18px;
      margin-bottom: 10px;
      margin-left: 0;
      line-height: 1.5; } 
  .title-h3:first-child {
    margin-top: 0; }

      .title-h3 span {
  font-size: 13px;
} }*/




.title-h3 {
    background: -moz-linear-gradient(top, #66a8f7 0%, #8accfb 100%);
    background: -webkit-linear-gradient(top, #66a8f7 0%,#8accfb 100%);
    background: linear-gradient(to bottom, #66a8f7 0%,#8accfb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64abcc', endColorstr='#cc64abcc',GradientType=0 );
    padding: .8em 3%;
    text-align: center;
    color: #fff;
    font-size: 140%;
    font-weight: bold;
    letter-spacing: .2em;
    line-height: 1.6em;
    margin-bottom: 48px;
    border-radius: 4px;
    font-weight: bold;
}



@media only screen and (max-width: 767px) {
.title-h3 {
    font-size: 110%;
    letter-spacing: .05em;
    margin-bottom: 5%;
    padding: .7em 2%;
}

}



.title-h3-b {
  font-size: 21px;
  margin: 0 auto 20px auto;
    background: #f4f4f4;
    padding: 22px 28px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    position: relative;
    line-height: 1.4;
    letter-spacing: .1em;
    font-weight: bold;
}

.title-h3-b:before {
    content: '';
    position: absolute;
    left: 0;
    top: 20%;
    height: 60%;
    width: 5px;
    background: rgb(8, 32, 108);
}

.title-h3-b span {
  font-size: 17px;
  font-weight: normal;
  display: inline-block;
  margin-right: 8px;
  letter-spacing: 0px;
  color: rgba(0,0,0,0.6);
}


@media screen and (max-width: 767px) {
.title-h3-b {
  font-size: 18px;
    background: #f4f4f4;
    padding: 16px 16px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    position: relative;
    line-height: 1.4;
}

.title-h3-b:before {
    content: '';
    position: absolute;
    left: 0;
    top: 20%;
    height: 60%;
    width: 4px;
    background: rgb(8, 32, 108);
}
.title-h3-b:first-child {
    margin-top: 0; }

      .title-h3 span {
  font-size: 13px;
}
}











.title-h4 {
  position: relative;
  margin-top: 10px;
  margin-bottom: 18px;
  font-size: 20px;
letter-spacing: 0.15em;
  
  padding-bottom: 16px;
}

.title-h4:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #A4967A 0%, #ccc1ad 100%);
}

.title-h4:first-child {
  margin-top: 0;
}




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

.title-h4 {
  position: relative;
  margin-top: 10px;
  margin-bottom: 16px;
  font-size: 17px;
  padding-bottom: 10px;
}

.title-h4:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #A4967A 0%, #ccc1ad 100%);
}

.title-h4:first-child {
  margin-top: 0;
}

}







.title-h5 {
  position: relative;
  padding-left: 22px;
  margin:0 0 12px;
  font-size: 20px;
  color: #555;
  font-weight: bold;

}

.title-h5:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 12px;
  height: 12px;
  margin-right: 12px;
  background: linear-gradient(90deg, rgb(8, 32, 108), rgb(8, 32, 108));
}

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

  }
  .title-h5:before {
    width: 15px;
    height: 15px;
  }
}

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





























.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: .2em;
    line-height: 1.4em;
    margin-left: 3.65em;
    text-indent: -3.65em;
    line-height: 1.5;
    margin-bottom: 0;
}


.step_num {
  font-family: 'Lato', sans-serif;
       font-weight: 700;
    color: rgb(8, 32, 108);
    letter-spacing: normal;
    margin-right: 1.0em;
     font-size: 20px;
     letter-spacing: 0;

}


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



.step_title {
 
    margin-bottom: 40px;
    border:1px solid #eee;
    font-size: 18px;
    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: 17px;
    letter-spacing: .1em;
    line-height: 1.4em;
    margin-left: 3.65em;
    text-indent: -3.65em;
    line-height: 1.5;
    margin-bottom: 0;
}


.step_num {
   
     font-size: 16px;

}

}



