/* Content */
.content{
  padding-top: 88px;
  width: 860px;
  margin: 0 auto;
}
.content_ttl{
  font-size: 36px;
  color: #584e3e;
  margin-bottom: 40px;
}

/* 目次　*/
.contents-table_ttl{
  font-size: 20px;
  color: #b39a7a;
  text-align: center;
  margin: 10px 0 15px;
}
.contents-table{
  width: 70%;
  font-size: 16px;
  margin: 35px auto;
  padding: 1em 2em;
  border: 2px solid #b39a7a;
  border-radius: 8px;
}
.contents-table ol{
  counter-reset: countno;
}
.contents-table li{
  text-indent: -1.25em;
  padding-left: 1.25em;
}
.contents-table li:before{
  counter-increment: countno;
  content: counter(  countno) ". ";
}
.contents-table li a{
  line-height: 1.8;
  color: #510F13;
}

/* Sentence */
.sentence{
  margin-bottom: 30px;
}
.sentence_ttl{
  font-size: 22px;
  color: #b39a7a;
  border-bottom: 1px solid #b39a7a;
  padding: 10px 0 20px;
  margin-bottom: 30px;
}
.sentence_heading{
  font-size: 20px!important;
  line-height: 2!important;
  font-weight: normal;
}



/* Sentence Common */
.sentence > div:not(:last-of-type){
  margin-bottom: 10px;
}
.sentence_desc,
.sentence_txt{
  font-size: 14px;
  line-height: 1.8;
}
.sentence_desc{
  margin-bottom: 30px;
}
.sentence_desc_container{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 20px 0 30px;
  line-height: 1.8;
}
.sentence_desc_container_item{
  width: 49%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #510F13;
  background: #F7F4EF;
  border-radius: 8px;
  padding: 10px 15px;
}
.sentence_desc_container_item_ttl{/* メリットーデメリット */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  height: 5em;
  line-height: 2;
  padding: 0 1em;
  margin: 10px 0;
  border-right: 1px solid #b19879;
}
.sentence_desc_container ul li{
  text-indent: 1em;
  font-size: 14px;
}

.sentence figcaption{
  font-size: 12px;
  line-height: 2;
}
.sentence_fig{
  width: 55%;
}
.sentence_fig img{
  width: 100%;
}
.sentence_txt{
  margin-top: 10px;
}

.sentence_yellowline{
  background:linear-gradient(180deg,transparent 0%,transparent 40%,#ffee7f 40%,#ffee7f 100%);
}

/* Menu */
.menu_ttl{
  font-size: 22px;
  color: #b39a7a;
  border-bottom: 1px solid #b39a7a;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.menu_desc{
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 20px;
}
.menu_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.menu_list li{
	width: 49%;
	background-color: #f7f4f0;
	padding: 20px 15px 120px 15px;
	border-radius: 8px;
	position: relative;
	margin-bottom: 20px; /*AIC追記*/
}
.menu_list_ttl{
  font-size: 17px;
  color: #521114;
  margin-bottom: 15px;
}
.menu_list_txt{
  font-size: 14px;
  line-height: 1.8;
}

@media only screen and (min-width: 768px){
.menu_sp{
	display: none;
}
}
@keyframes menu_list_link_on {
  0% {
    background-position: 360px center;
  }
  20% {
    background-position: 350px center;
  }
  100% {
    background-position: 360px center;
  }
}
.menu_list_link:hover{
  opacity: .8;
  animation: menu_list_link_on 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}


.guide_flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.guide_flex .guide_flex_item{
  margin: 8px;
  text-align: center;
}
.guide_flex .guide_flex_item img{
  max-width: 220px;
  margin-top: 8px;
}
.guide_flex .guide_flex_item_list{
  text-align: left;
  padding-top: 1em;
}

.guide_table{
  width: 100%;
  border: none;
}
.guide_table th{
  min-width: 9em;
}
.guide_table th,
.guide_table td{
  padding: .25rem;
  width: auto;
  border: none;
  vertical-align: top;
  text-align: left;
}

/* Guide Footer */
.guidefooter{
  margin-top: 60px;
}

/* SP */
@media only screen and (max-width: 768px){
  .content{
    width: 100%;
    padding: 25px 5% 0 5%;
  }
  .content_ttl{
    font-size: 22px;
    line-height: 1.6;
    margin-bottom: 20px;
  }

  /* 目次　*/
  .contents-table{
    width: 90%;
  }

  /* Sentence */
  .sentence_ttl{
    font-size: 18px;
    padding-bottom: 15px;
    margin-bottom: 15px;
		line-height: 1.4;
  }
  .sentence_subttl{
    font-size: 18px;
    margin-bottom: 15px;
  }
  .sentence_subsubttl{
    font-size: 15px;
    margin-bottom: 15px;
  }
  .sentence_fig{
    width: 100%;
  }
  .sentence_line .sentence_fig,
  .sentence_line .sentence_txt{
    width: 100%;
  }

  .sentence_desc_container{
  }
  .sentence_desc_container_item{
    width: 100%;
    margin-bottom: 10px;
  }
  .sentence_desc_container_item_ttl{
    min-width: 6em;
    padding: 0;
  }
  .sentence_desc_container ul{
    padding-left: 1em;
  }
  .sentence_desc_container ul li{
    text-indent: -1em;
    padding-left: 1em;
  }

  /* Menu */
  .menu_ttl{
    font-size: 18px;
    padding-bottom: 15px;
    margin-bottom: 15px;
		line-height: 1.4;
  }
  .menu_list li{
    width: 100%;
    margin-bottom: 20px;
  }
  .menu_list_ttl{
    font-size: 16px;
  }
  .menu_list_link{
    background-position: 280px center;
		line-height: 1.5;
  }

  /* Guide footer */
  .guidefooter{
    margin-top: 10px;
  }
  .guidenav_ttl{
    font-size: 15px;
  }
  .guidenav_list{
    font-size: 12px;
  }
  .guidenav_list dt{
    padding: 15px 0;
  }
  .guidenav_list_innerlist li a{
    padding: 15px 20px;
  }

  .guide_flex .guide_flex_item{
    width: 100%;
  }
  .guide_flex .guide_flex_item img{
  }
}
