@charset "utf-8";

#story .story_copy {
  font-size: 18px;
  line-height: 120%;
}

.story_imgC {
  width: 800px;
  height: auto;
  text-align: center;
}

.text_title {
  background: url(/images/icon01.gif) no-repeat left 3px;
  padding: 0 0 0 14px;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0.05em;
}

h6 {
  display: list-item;
  list-style: disc inside;
}

/* ul-list */
.ul-list li {
  list-style: disc inside;
}

.ul-list-flex {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 5px;
  margin-bottom: 10px;
}

.ul-list-flex li {
  /* list-style:disc inside; */
  border-left: 3px double #ccc;
  width: 27.8%;
  display: flex;
  padding: 10px;
  margin: 10px 10px;
  align-items: center;
  height: 50px;
  background: #fafafa;
}

/* dl-list */
.dl-QAlist dt {
  margin: 40px 0 10px;
  padding: 5px;
  border-left: 3px solid #ff0000;
  text-indent: 5px;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
}

.dl-QAlist dt:first-letter {
  margin-right: 10px;
  color: #ff0000;
}

.dl-QAlist dd {
  margin-top: 10px;
  padding: 5px;
  border-left: 3px solid #0080ff;
  text-indent: 5px;
}

.dl-QAlist dd:first-letter {
  margin-right: 10px;
  color: #0080ff;
}

/* btn */
.flow_story .btn_navi {
  width: 155px;
  height: 50px;
  background: #a2803b;
  padding: 10px;
  display: block;
}

.flow_story .btn_navi a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  height: 100%;
  width: 100%;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}

.flow_story .btn_navi a:before {
  content: "";
  width: 10px;
  height: 10px;
  border: solid #fff;
  border-width: 1px 1px 0 0;
  position: absolute;
  transform: rotate(45deg);
  top: 39%;
  right: 2%;
}

.flow_story .btn_navi:hover {
  opacity: 0.9;
}

.clicked {
  background: #000;
}

/* btn */
.txtBtn {
  text-align: center;
  margin: 30px auto;
  display: -webkit-flex;
  /* Safari */
  display: flex;
  justify-content: center;
}

.txtBtn a {
  display: block;
  letter-spacing: 0.04em;
  background-color: #000;
  background-image: url(/images/btn_arrow_m.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  color: #fff;
  text-decoration: none;
  padding: 15px 50px;
  font-size: 20px;
  margin-left: 15px;
}

/* font */
.fwB {
  font-weight: bold;
}

.fs20 {
  font-size: 20px;
}

/* bg */
.borG {
  background: #fafafa;
  border: 1px solid #ccc;
}

/* margin */
.mT5 {
  margin-top: 5px;
}

.mT10 {
  margin-top: 10px;
}

.mT20 {
  margin-top: 20px;
}

.mT30 {
  margin-top: 30px;
}

.mT40 {
  margin-top: 40px;
}

.mT50 {
  margin-top: 50px;
}

.mT60 {
  margin-top: 60px;
}

.mT70 {
  margin-top: 70px;
}

.mT80 {
  margin-top: 80px;
}

.mT90 {
  margin-top: 90px;
}

.mT100 {
  margin-top: 100px;
}

.mB5 {
  margin-bottom: 5px;
}

.mB10 {
  margin-bottom: 10px;
}

.mB20 {
  margin-bottom: 20px;
}

.mB30 {
  margin-bottom: 30px;
}

.mB40 {
  margin-bottom: 40px;
}

.mB50 {
  margin-bottom: 50px;
}

.mB60 {
  margin-bottom: 60px;
}

.mB70 {
  margin-bottom: 70px;
}

.mB80 {
  margin-bottom: 80px;
}

.mB90 {
  margin-bottom: 90px;
}

.mB100 {
  margin-bottom: 100px;
}

/* padding */
.pT5 {
  padding-top: 5px;
}

.pT10 {
  padding-top: 10px;
}

.pT20 {
  padding-top: 20px;
}

.pT30 {
  padding-top: 30px;
}

.pT40 {
  padding-top: 40px;
}

.pT50 {
  padding-top: 50px;
}

.pT60 {
  padding-top: 60px;
}

.pT70 {
  padding-top: 70px;
}

.pT80 {
  padding-top: 80px;
}

.pT90 {
  padding-top: 90px;
}

.pT100 {
  padding-top: 100px;
}

.pB5 {
  padding-bottom: 5px;
}

.pB10 {
  padding-bottom: 10px;
}

.pB20 {
  padding-bottom: 20px;
}

.pB30 {
  padding-bottom: 30px;
}

.pB40 {
  padding-bottom: 40px;
}

.pB50 {
  padding-bottom: 50px;
}

.pB60 {
  padding-bottom: 60px;
}

.pB70 {
  padding-bottom: 70px;
}

.pB80 {
  padding-bottom: 80px;
}

.pB90 {
  padding-bottom: 90px;
}

.pB100 {
  padding-bottom: 100px;
}

.pA5 {
  padding: 5px;
}

.pA10 {
  padding: 10px;
}

.pA20 {
  padding: 20px;
}

.pA30 {
  padding: 30px;
}

.pA40 {
  padding: 40px;
}

.pA50 {
  padding: 50px;
}

.pA60 {
  padding: 60px;
}

.pA70 {
  padding: 70px;
}

.pA80 {
  padding: 80px;
}

.pA90 {
  padding: 90px;
}

.pA100 {
  padding: 100px;
}

.content-area {
  background: #ffffff;
  margin: 0 auto 25px;
  width: 1100px;
  /* padding-bottom: 20px;*/
}

.introduction {
  width: 800px;
  margin: 50px auto 0;
  text-align: left;
}

.content-area .box {
  width: 800px;
  margin: auto;
  margin-top: 50px;
  line-height: 150%;
  text-align: left;
}

.content-area .box:last-of-type {
  margin-bottom: 60px;
}

.content-area .box h4 {
  font-size: 18px;
  background: #E3D6BF;
  text-align: left;
  padding: 10px;
  margin-bottom: 20px;
}
.content-area .box h5 {
  font-size: 16px;
  text-align: left;
  margin-bottom: 10px;
}
.content-area .box h5.serif {
  font-size: 16px;
  text-align: left;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
}

.content-area .box p {
  text-align: left;
  line-height: 150%;
}

.content-area .box .img-bdr01 {
  background: #E3D6BF;
  padding: 10px;
  margin-bottom: 20px;
}

.content-area .box .img-bdr01 img {
  vertical-align: bottom;
}

.pager_menu {
  padding-bottom: 30px;
}

/*******
追記 201911
******/
.story_inner .list_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.story_inner .list_box li {
  margin-bottom: 20px;
}

.story_inner .list_box li a {
  height: 100%;
}

.list_box li a .list_detail span.ttl {
  min-height: 95px;
}

#story .list_box li .list_detail span.text {
  margin-bottom: 0;
}

.story_inner .list_box li a .list_detail {
  padding-bottom: 20px 20px 0;
}

.story_inner .list_box li a .img-cover img {
  width: 100%;
  height: 235px;
  object-fit: cover;
}

/***********
追記 下部ベージュ部分
***********/
.problem-area__inner {
  background: #e4d7ce;
  position: relative;
  color: #33322e;
  padding: 60px 0 35px;
  margin-top: 60px;
}

.problem-area__inner__contents {
  width: 950px;
  margin: 0 auto;
}

.problem-area__inner__contents p {
  font-size: 18px;
  line-height: 180%;
}

.contents-title {
  font-size: 45px;
  padding: 0 0 0;
  font-weight: bold;
}

.emphatic-title {
  margin: 60px auto 40px;
}

.emphatic-title img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.underlin {
  font-weight: bold;
  background: linear-gradient(transparent 50%, #ffff9d 50%);
  padding: 0 3px 3px 3px;
}

.button-wrap {
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin: 60px auto 0;
}

.grid_box .menu_sns02 {
  background: #e4d7ce;
  padding: 0 0 20px
}
/* backnumber */
#story .flow_story li.btn_navi{
  margin-right: 5px;
  width: 124px;
  padding: 10px 7px 10px 0;
}

/* CTA */
.word-cta{background:#E3D6BF;width:800px;margin:50px auto 0;text-align:left;}
.word-cta-inner{padding: 1.5rem 1.5rem 1.5rem 1.5rem;}
.word-cta-title{font-weight:bold;font-size:1.2rem;padding-bottom: 1rem;}
.word-cta-title span{color: #d8251d;}
.word-cta-subtitle{font-weight: bold;font-size: 1.2rem;border-left: 3px solid #9f792e;padding-left: 10px;margin-bottom: 1rem;}
.word-cta p{margin-bottom: 1rem;}
.word-cta p span{font-weight: bold;font-size: 1rem;display: block;}
.word-cta sup{font-size: 0.3rem;}
.word-cta-btn-wrap{display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding-top: 0.5rem;}
.word-cta-btn-wrap span{font-weight: bold;}
.word-cta-btn{width: 350px;margin: 0 auto;text-align: center;}
.word-cta-btn a{background: #d8251d;display: block;color: #fff;padding: 1rem 1.5rem;font-size: 1.2rem;font-weight: bold;text-decoration: none;}