.link_main_ttl {
  width: 100%;
}
.link_main_ttl h2 {
  color: #930012;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin: 0 0 10px 0;
}
.link_main_ttl p {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 -2px 0;
}
.under_line {
  text-align: center;
}
@media only screen and (min-width: 641px) {
  .link_main_ttl h2 {
    font-size: 40px;
  }
  .link_main_ttl p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 769px) {
  .link_main_ttl h2 {
    font-size: 55px;
  }
  .link_main_ttl p {
    font-size: 20px;
  }
}
.jou_wrap {
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 30px;
  margin-top: 0px;
}
.jou_wrap figure {
  text-align: center;
}
.jou_wrap figcaption {
  text-align: center;
  font-size: 15px;
  line-height: 35px;
  font-weight: bold;
  margin-bottom: 40px;
}
.jou_wrap h3 {
  margin: 50px 0 0;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #222;
  padding: 0 0 8px;
}
.jou_infobox {
  display: flex;
  flex-flow: column;
  width: 100%;
  flex-wrap: wrap;
  margin: 10px 0 0;
}
.infobox_item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-right: 0;
  padding: 16px 0 8px;
  border-bottom: 1px solid #909090;
}
.infobox_item:nth-of-type(2n) {
  margin-right: 0;
}
.infobox_item span {
  text-align: left;
  font-size: 18px;
  line-height: 30px;
  padding: 0 8px;
}
.infobox_item a {
  text-align: right;
  font-size: 12px;
  color: #fff;
  background-color: #930012;
  line-height: 30px;
  padding: 0 8px;
}
.jou_wrap .btn {
  background-color: #000;
  color: #fff;
  border: solid #000 1px;
  width: 57.6%;
  margin: 0 auto;
  display: block;
  height: 28px;
  text-align: center;
  line-height: 28px;
  transition: all 0.5s ease-out;
  font-size: 12px;
  cursor: pointer;
}
.jou_wrap .btn:hover {
  color: #000;
  background: #fff;
  transition: all 0.5s ease-out;
}
.j15_com {
  margin: 1.5em 0 0;
}
@media only screen and (min-width: 641px) {
  .jou_wrap {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 90px;
  }
  .jou_wrap figure {
    text-align: center;
  }
  .jou_wrap figcaption {
    text-align: center;
    font-size: 24px;
    line-height: 48px;
    font-weight: bold;
    margin-bottom: 40px;
  }
  .jou_wrap h3 {
    margin: 60px 0 0;
    font-size: 24px;
    padding: 0 0 12px;
  }
  .jou_infobox {
    flex-flow: row;
    flex-wrap: wrap;
  }
  .jou_infobox.center {
    justify-content: center;
  }
  .infobox_item {
    width: 46%;
    display: flex;
    justify-content: space-between;
    margin-right: calc(100% - (46% * 2));
    padding: 32px 0 16px;
    border-bottom: 1px solid #909090;
  }
  .jou_infobox.center .infobox_item {
    margin-right: 0;
  }
  .infobox_item:nth-of-type(2n) {
    margin-right: 0;
  }
  .infobox_item span {
    text-align: left;
    font-size: 24px;
    line-height: 30px;
    padding: 0 8px;
  }
  .infobox_item a {
    text-align: right;
    font-size: 15px;
    color: #fff;
    background-color: #930012;
    line-height: 30px;
    padding: 0 8px;
  }
  .jou_wrap .btn {
    width: 26.4%;
    height: 40px;
    line-height: 40px;
    margin-top: 80px;
    transform: all 0.5s;
    font-size: 18px;
  }
}
/* journal_passページ */
.inner_02 {
  padding: 60px 0 150px;
}
.journal_pass_wrap {
  margin: 30px 0 0;
}
.journal_pass_wrap:first-child {
	margin: 0;
}
.journal_pass_txt {
  font-size: 14px;
	text-align: center;
}
a.journal_pass_btn {
  display: block;
  width: 300px;
  height: 40px;
  background: #000;
  color: #fff;
  margin: 25px auto 0;
  padding: 0 15px;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
@media only screen and (min-width: 769px) {
  .journal_pass_txt {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1025px) {
  .inner_02 {
    padding: 150px 0 300px;
  }
  .journal_pass_wrap {
    margin: 50px 0 0;
  }
  .journal_pass_txt {
    font-size: 18px;
  }
  a.journal_pass_btn {
    width: 350px;
		font-size: 16px;
  }
}