@charset "utf-8";
#main{
  background-color: #fff;
}

.main-title {
 width: 438px;
 max-width: 100%;
 margin: 60px 0 40px 0;
}

.container{
  padding: 0 40px;
}

@media (max-width: 810px){
  .container{
    padding: 0 40px;
  }
}

@media (max-width: 599px){
  .container{
    padding: 0 20px;
  }
}

h1 {
  text-align:center
}

.main-visual{
 width: 811px;
 max-width: 100%;
 margin-top: 35px;
}

.title p{
  font-family: serif;
  font-size: 15px;
  color: #653309;
  line-height: 28px;
  font-weight: 600;
  width: 767px;
  max-width: 100%;
  margin: 0 auto;
}

.main-content1{
  width: 730px;
  max-width: 100%;
  margin: 0 auto;
}

.index{
  margin: 35px 0 75px 0;
  display: flex;
  justify-content: center;
  font-family: serif;
  font-size: 19px;
  line-height: 32px;
  font-weight: 600;
}

.number {
 border-right: solid 1.8px;
 padding-right: 15px;
 margin-right: 15px;
}

.ready-text {
  font-size: 14px;  
}

ul {
  list-style-type: none
}

.index li {
  padding: 10px 0;
}

.sub-title {
  width: 324px;
  max-width: 100%;
  margin-bottom: 18px;
}

.sub-title-long {
  width: 409px;
  max-width: 100%;
  margin-bottom: 18px;
}

.sub-content1,.sub-content2 p{
 font-size: 13px;
 line-height: 24px;
 margin-bottom: 10px;
 letter-spacing: 0.1em;
}

.sub-content2 p a{
  text-decoration: underline;
}

table {
  border-collapse: separate;
  width: 100%;
}

td {
  border: solid 1px #65350B;
  border-top: none;
  border-right: none;
  empty-cells: hide;
  /*height: 28px;*/
  padding: 3px 0;
}

.rinen1 {
  border-spacing: 0 28px;
  counter-reset: post_num;
}

.rinen1 td{
  /*line-height: 0;*/
  vertical-align: middle;
}

.rinen1 td a{
  color: #653309;
  display: inline-flex;
  align-items: flex-start;

}

.rinen1 td a img{
  width: 65px;
  margin-left: 5px;
}

.rinen2 .item td {
  line-height: 0;
  vertical-align: middle;
}

.rinen1 td:first-child {
 font-size: 15px;
 color: #653309;
 width: 60px;
 text-align: center;
 font-family: serif;
 font-weight: 600;
}

.rinen1 td:first-child::after{
  counter-increment: post_num;
  content: counter(post_num);
  vertical-align: baseline;
}

.rinen1 td:last-child {
 font-size: 15px;
 color: #653309;
 font-family: serif;
 font-weight: 600;
}

.rinen1 td:last-child {
 padding-left: 10px;
}

.rinen1-1 {
  width: 102px;
  max-width: 100%;
}

.rinen1-2 {
  width: 98px;
  max-width: 100%;
}

.rinen1-3 {
 width: 133px;
 max-width: 100%;
}

.ready {
  width: 58px;
  max-width: 100%;
  margin-left: 7px;
}

.text td {
  border: none;
  padding-bottom: 35px;
}

.link-history_box {
  margin-top: 15px;
  display: flex;
  justify-content: flex-end;
}

.link_history {
  font-size: 11px;
  line-height: 15px;
}

.link_history:before{
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background: url('/images/icon_tri.svg') no-repeat center;
  background-size: contain;
  margin-right: 2px;
  position: relative;
  top: 1px;
}

.link-history_box p {
  margin-left: 28px;
  font-size: 11px;
  line-height: 15px;
}

.sub-content2 {
  margin-top: 45px;
}

.link-seminor_box {
  text-align: right;
  margin-top: 25px;
  font-size: 11px;
  line-height: 15px;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.link-seminor_box a:before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background: url('/images/icon_tri.svg') no-repeat center;
  background-size: contain;
  margin-right: 2px;
  position: relative;
  top: 1px;
}


.link_hirose {
  margin-right: 26px;
}

.rinen2 {
  border-spacing: 0;
  font-family: serif;
  font-weight: 600;
}

.rinen2 .text {
 font-size: 13px;
 line-height: 23px;
}

.rinen2-1 {
  width: 119px;
  max-width: 100%;
}

.rinen2-2 {
  width: 122px;
  max-width: 100%;
}

.rinen2-3 {
  width: 245px;
  max-width: 100%;
}

.rinen2-4 {
  width: 124px;
  max-width: 100%;
}

.rinen2-5 {
  width: 186px;
  max-width: 100%;
}

.rinen2-6 {
  width: 105px;
  max-width: 100%;
}

.rinen2-7 {
  width: 142px;
  max-width: 100%;
}

.rinen2 td {
  vertical-align: middle;
}

.rinen2 td:first-child {
  width: 35px;
  text-align: center;
  font-size: 15px;
  color: #653309;
}

.rinen2 td:last-child {
  padding-left: 10px;

}

.rinen2 tr:last-child td:last-child {
  padding-bottom: 0;
}

.five-list li {
  padding-bottom: 5px;
}

.text td:last-child {
  padding-top: 10px;
  letter-spacing: 0.05em;
}

.link_detail-box {
  display: flex;
  justify-content: flex-end;
  font-size: 11px;
  line-height: 24px;
  margin-bottom: 42px;
}

.link_detail:before{
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background: url('/images/icon_tri.svg') no-repeat center;
  background-size: contain;
  margin-right: 2px;
  position: relative;
  top: 1px;
}

h3 {
  display: flex;
  align-items: center;
} 

hr {
  width: 100%;
  border-top: 1px solid #afafaf;
  border-bottom: 0;
}

.note_box {
  margin-bottom: 50px;
}

.note_box img {
  border-left: 1px solid #afafaf;
  border-right: 1px solid #afafaf;
  padding: 0.2rem 1rem;
  width: 210px;
}

.note_box p{
  margin-top: 1rem;
  font-size: 12px;
  line-height: 21px;
  letter-spacing: 0.02em;
}


/* スマホ用 */

@media (max-width: 599px) {
  .main-visual-box {
    text-align: center;
  }
}

@media (max-width: 599px) {
  .main-title {
    width: 335px;
    max-width: 100%;
    margin: 60px 0 65px 0;
  }
}

@media (max-width: 599px) {
  .main-visual{
    margin-top: 72px;
  }
}

/*@media (max-width: 599px) {
 .index {
   padding: 0 10px;
 }
}
*/
@media (min-width: 599px) {
  .br-sp {
    display: none;
  }
}

@media (max-width: 599px) {
  .index li{
    padding-left:2.4em;
    text-indent:-2.4em;
  }
}

@media (max-width: 599px) {
  .sub-title {
    width: 320px;
  }
}

@media (max-width: 599px) {
  .rinen2 .text {
    font-size: 13px;
  }
}

@media (max-width: 599px) {
  .link_detail-box {
    margin-top: 40px;
  }
}

.sub-content3,
.sub-content4,
.sub-content5{
  margin-bottom: 50px;
}

h2 img.sp{
  display: none;
}

@media (max-width: 599px){
  h2 img.pc{
    display: none;
  }

  h2 img.sp{
    display: inline;
  }
}