* {
  box-sizing: border-box;
}
#page-trail_wrap{width: 100%;max-width: 1120px;}

p{font-size: 18px;line-height: 1.7em;}
h1{font-size: 28px;font-weight: bold;line-height: 43px; margin-top: 18px;padding-bottom: 10px;}

.main_visual img{
  width: 100%;
  height: auto;
}
#archive_contents{
  width: 95%;
  max-width: 950px;
  margin: 0 auto;
}
.inner{margin-top: 55px;}
.content {
  font-size: 16px;
  padding: 40px 0 40px 38px;
  border-top: 1px solid #4461b3;
  display: flex;
}
.content h2{
  width: 9.5vw;
  min-width: 190px;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0.7em;
}
.intro-content h2{
  font-size: 21px;
  font-weight: 500;
  /* letter-spacing: 0.7em; */
}
.intro-content .list-txt{
  margin: 0 0 10px;
  line-height: 1.2em;
}
.content p{
  position: relative;
  margin-bottom: 20px;
  line-height: 1.2em;
  margin: 0 auto 10px
}
.content p:not(.txt):not(.txt02):not(.txt03):not(.prof_txt):before{
  display:inline-block;
  content:'';
  width:0.6em;
  height: 0.6em;
  background: #4461b3;
  border-radius: 50%;
  margin-right: 7px;
  margin-bottom: 2px;
}
.intro-content p:not(.txt):not(.txt02):not(.txt03):not(.prof_txt):before{
  display:inline-block;
  content:'';
  width:0.6em;
  height: 0.6em;
  background: #4461b3;
  border-radius: 50%;
  margin-right: 7px;
  margin-bottom: 2px;
}
.content-note p:not(.txt):not(.txt02):not(.txt03):not(.prof_txt):before{
  display:inline-block;
  content:'';
  width:0.6em;
  height: 0.6em;
  background: #4461b3;
  border-radius: 50%;
  margin-right: 7px;
  margin-bottom: 2px;
}
.content-note p {
  margin: 0 0 8px;
  line-height: 1.4em;
}
.content .txt{
  font-size: 13px;
  margin-top: -10px;
  line-height: 1.4em;
}
.content .txt02{
  padding-left: 1em;
  margin-bottom: 25px;
  font-size: 16px;
}
.content .txt03{
  padding-left: 1em;
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 1.4em;
}
.content.caution_txt {display: block;font-size: 18px;}
.content.caution_txt p:before{content: none !important;}
.content.caution_txt p{line-height: 1.4em;margin: 5px auto;}
.content .profile{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.content .profile .prof_txt{
  font-size: 14px;
  display: block;
  line-height: 1.6em;
  overflow: hidden;
  margin-top: 0.5em;
  border-top: 1px solid #4461b3;
  padding-top: 0.5em;

}
.content .profile .prof_txt span{
  display: block;
  margin-top: 1em;
}
.content .profile p + span:first-of-type{
  margin-bottom: 10px;
}
.btn a,.btn_close a{
  background: #01178e;
  color: #fff;
  font-size: 24px;
/*  padding: 30px 0;
  border-radius: 5px;
  display: inline-block;
  width: 100%;
  max-width: 445px;*/
  width: 90%;
  max-width: 350px;
  height: 70px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 35px;
}
.btn a.view{
  font-size: 32px;
  max-width: 400px;
}
.btn:hover{opacity: 0.8;}
.btn a:hover{text-decoration: none;}
.btn_close a{
  background: #7f7f7f;
  pointer-events: none;
}
.close a{
  font-size:20px;
  color: #002896;
}
footer{
  margin-top: 90px;
}
/*CTAボタン*/
a.btn01{
  color: #fff;
}
a.btn01:hover {
  text-decoration: none;
  transition: all 0.2s;
}
a.btn01:hover::before{
  text-decoration: none;
  transition: all 0.2s;
}
a.btn01 {
  display: flex;
  position: relative;
  align-items: center;
  width: 295.93px;
  height: 50px;
  margin-bottom: 5px;
  padding: 0 2em 0 24px;
  border: 2px solid;
  border-radius: 25px;
  box-shadow: 3px 5px 0 rgba(0, 40, 150, 0.27);
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  text-decoration: none;
}
a.btn01.comBlue {
  border-color: #002896;
  background-color: #002896;
}
a.btn01.comBlue:hover {
  border: 2px solid #002896;
  background-color: #c8d3f5;
  color: #002896;
}
a.btn01.comBlue:hover::before {
  border-color: #002896;
}
a.btn01.comBlue:hover {
border: 2px solid 002896;
background-color: #c8d3f5;
color: 002896;
}
a.btn01::before {
  position: absolute;
  right: 24px;
  width: 11.5px;
  height: 11.5px;
  transform: rotate(45deg);
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  content: "";
}

@media screen and (max-width: 768px) {
  .hide768{display: none !important;}
  .table_default.table_responsive {
    width: 100%;
    margin-top: 0;
  }
  .table_default.table_responsive .thead {
    display: none;
  }
  .table_default.table_responsive tr {
    width: 100%;
  }
  .table_default.table_responsive td {
    display: block;
    text-align: left;
    width: 100%;
    padding-top: 2em;
  }
  .table_default.table_responsive td:first-child {
    background: #efefef;
    font-weight: bold;
    text-align: center;
    padding-top: 11px;
  }
  .table_default.table_responsive td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-top: -1.5em;
  }
h1{font-size: 26px;}
  .text30{font-size: 28px !important;}
  .content .profile .prof_txt{clear: both;}
  #index09{
    margin-top: 50px;
  }
  footer{
    margin-top: 0;
  }
  .content .profile span{
    overflow: visible;
  }
 /*CTAボタン*/
  a.btn01 {
    font-size:14px;
    width: 240px;
    height: 40px;
  }
  a.btn01::before{
    right: 24.5px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }

}
@media screen and (max-width: 428px) {
.content {
  flex-direction: column;
  padding: 20px;
}
.content h2{
  margin-bottom: 20px;
  width: 100%;
}
.btn a{font-size: 22px;}
.btn a.view{font-size: 26px;}

}
