@charset "UTF-8";

/*============================
#TREATMENT
============================*/
#TREATMENT.main_container {
  width: auto;
  padding: 120px 0 100px 0;
}

/*============================
#READ
============================*/
#READ {
  width: auto;
}

#READ .content {
  width: 900px;
  margin: 0 auto;
}

#READ .img_bl {
  width: 548px;
  margin: 0 auto 0 0;
}

#READ .img_bl img {
  width: 100%;
}

#READ .text_bl {
  width: 580px;
  margin: -180px 0 0 auto;
  position: relative;
  z-index: 1;
}

#READ .bl_inner {
  width: auto;
  padding: 80px 0 0 0;
  background-color: #fff;
}

#READ .bl_inner h2 {
  width: auto;
  margin: 0 0 0 60px;
  font-size: 28px;
  line-height: 1.2em;
  letter-spacing: 0.12em;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 游明朝, YuMincho, HG明朝E, "ＭＳ Ｐ明朝", serif;
  color: rgb(102, 102, 102);
}

#READ .bl_inner h2 span {
  width: auto;
  display: block;
  color:#c27a7a;
  font-size: 18px;
  font-style: italic;
  letter-spacing: 0.05em;
  font-family: 'Mate', serif;
}

#READ .bl_inner p.text {
  width: auto;
  padding: 40px 0 0 0;
  margin: 0 0 0 60px;
  font-size: 15px;
  line-height: 2.7em;
}

#READ .bl_inner p.text em {
  width: auto;
  color: #c27a7a;
  background: linear-gradient(transparent 60%, rgba(232, 210, 210, 0.63) 60%);
}

/*============================
#FAGA
============================*/
#FAGA {
  width: auto;
  padding: 100px 0 0 0;
}

#FAGA .inner {
  width: auto;
  background: transparent url(../images/faga/bg_common.png) center center no-repeat;
}

#FAGA .content {
  width: auto;
}

#FAGA .content h3 {
  width: 288px;
  margin: 0 auto;
  padding: 60px 0 0 0;
}

#FAGA .content h3 figure {
  width: auto;
}

#FAGA .content h3 figure img {
  width: 100%;
}

#FAGA .text_bl {
  width: auto;
}

#FAGA .bl_inner {
  width: auto;
  padding: 40px 0 0 0;
}

#FAGA .bl_inner p.text {
  width: auto;
  font-size: 19px;
  text-align: center;
  line-height: 2.6em;
}

#FAGA .bl_inner p.text span {
  width: auto;
  color: #c27a7a;
}

#FAGA .bl_inner p.text i {
  width: auto;
  background: linear-gradient(transparent 60%, rgba(232, 210, 210, 0.63) 60%);
}

#FAGA .bl_inner p.text i em {
  width: auto;
  color: #c27a7a;
  font-size: 25px;
}

/*============================
#CAUSE
============================*/
#CAUSE {
  width: auto;
  padding: 100px 0 0 0;
}

#CAUSE .inner {
  width: auto;
  padding: 90px 0;
  background-color: rgba(250, 238, 238, 0.91);
  position: relative;
}

#CAUSE .inner::before{
  content: "";
  display: block;
  width: 70px;
  height: 36px;
  background: transparent url(../images/faga/arrow.png) center 0 no-repeat;
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

#CAUSE .content {
  width: 965px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#CAUSE .text_bl {
  width: 400px;
}

#CAUSE .text_bl dl {
  width: auto;
}

#CAUSE .text_bl dl dt {
  width: auto;
  font-size: 30px;
  letter-spacing: 0.1em;
}

#CAUSE .text_bl dl dt em {
  width: auto;
  color: #c27a7a;
  background: linear-gradient(transparent 70%, rgba(232, 210, 210, 0.63) 70%);
}

#CAUSE .text_bl dl dd {
  width: auto;
  padding: 40px 0 0 0;
  font-size: 15px;
  line-height: 2em;
  font-family:"Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

#CAUSE .text_bl dl dd em {
  width: auto;
  color: #c27a7a;
  font-weight: bold;
}

#CAUSE .img_bl {
  width: 516px;
}


#CAUSE .img_bl img {
  width: 100%;
}

/*============================
#CYCLE
============================*/
#CYCLE {
  width: auto;
}

#CYCLE .inner {
  width: auto;
  padding: 0 0 100px 0;
  background-color: rgba(250, 238, 238, 0.91);

}

#CYCLE .content {
  width: 900px;
  margin: 0 auto;
  border-radius: 12px;
  background-color: #fff;
  border: #c27a7a 1px solid;
}

#CYCLE .content h3 {
  width: auto;
  padding: 40px 0;
  border-radius: 10px 10px 0 0;
  background-color: #c27a7a;
}

#CYCLE .content h3 figure {
  width: 307px;
  margin: 0 auto;
}

#CYCLE .content h3 figure img {
  width: 100%;
}

#CYCLE .desc_bl {
  width: auto;
}

#CYCLE .bl_inner {
  width: auto;
  padding: 60px 0 0 0;
}

#CYCLE .bl_inner p.read {
  width: auto;
  font-size: 20px;
  text-align: center;
  line-height: 2.5em;
  letter-spacing: 0.04em;
}

#CYCLE .bl_inner p.read span {
  width: auto;
  position: relative;
  background: linear-gradient(transparent 60%, rgba(232, 210, 210, 0.63) 60%);
}

#CYCLE .bl_inner p.read em {
  width: auto;
  color: #c27a7a;
  font-size: 24px;
}

#CYCLE .cycle_bl {
  width: 702px;
  margin: 0 auto;
  padding: 30px 0 0 0;
}

#CYCLE .cycle_bl figure {
  width: 320px;
  padding: 20px 0 0 0;
  display: flex;
}

#CYCLE .cycle_bl img {
  width: 100%;
}

#CYCLE .desc_box {
  width: auto;
  padding: 20px 0 0 0;
}

#CYCLE .box_inner {
  width: 702px;
  margin: 0 auto;
  background-color: rgba(250, 238, 238, 0.91);
}

#CYCLE .box_inner p.text {
  width: auto;
  margin: 0 40px;
  padding: 40px 0;
  font-size: 15px;
  line-height: 1.9em;
  font-family:"Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

#CYCLE .box_inner p.text em {
  width: auto;
  color: #c27a7a;
  font-weight: bold;
}

#CYCLE .text_bl {
  width: auto;
  padding: 30px 0 0 0;
}

#CYCLE .text_inner {
  width: auto;
}

#CYCLE .text_inner p {
  width: auto;
  font-size: 22px;
  line-height: 2em;
  text-align: center;
}

#CYCLE .text_inner p em {
  width: auto;
  color: #c27a7a;
  background: linear-gradient(transparent 60%, rgba(232, 210, 210, 0.63) 60%);
}

#CYCLE .text_inner p.last {
  width: auto;
  padding: 20px 0 60px 0;
  font-size: 30px;
  line-height: 1.7em;
  letter-spacing: 0.07em;
}

/*============================
#SUPPORT
============================*/
#SUPPORT {
  width: auto;
}

#SUPPORT .inner {
  width: 95%;
  margin: 0 auto;
  padding: 100px 0 0 0;
}

#SUPPORT .content {
  width: 1000px;
  margin: 0 auto;
}

#SUPPORT .content ul {
  width: auto;
}

#SUPPORT .content ul li {
  width: auto;
}

#SUPPORT .content ul li dl {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#SUPPORT .content ul li dl dt.img {
  width: 522px;
}

#SUPPORT .content ul li dl dt.img figure {
  width: auto;
}

#SUPPORT .content ul li dl dt.img figure img {
  width: 100%;
}

#SUPPORT .content ul li dl dd.text {
  width: 420px;
  font-size: 17px;
  line-height: 2.4em;
  letter-spacing: 0.02em;
}

#SUPPORT .content ul li dl dd.text em {
  width: auto;
  color: #c27a7a;
}


/*------------------li.big---------------------*/
#SUPPORT .content ul li.big dl {
  flex-flow: row-reverse;
  flex-direction: column;
}

#SUPPORT .content ul li.big dl dd.text {
  width: auto;
  font-size: 22px;
  text-align: center;
  line-height: 2.4em;
  letter-spacing: 0.06em;
}



/*---#FAGA SP---*/

@media only screen and (max-width: 750px) {

  /*============================
#TREATMENT
============================*/
#TREATMENT.main_container {
  width: auto;
  padding: 2rem 0 3rem 0;
}

/*============================
#READ
============================*/
#READ {
  width: auto;
}

#READ .content {
  width: auto;
}

#READ .img_bl {
  width: 95%;
  margin: 0 auto 0 0;
}


#READ .img_bl img {
  width: 100%;
}

#READ .text_bl {
  width: auto;
  position: relative;
  z-index: 1;
  margin: 50px 0 0 0;
}

#READ .bl_inner {
  width: 93%;
  margin: -60px 0 0 auto;
  padding: 40px 0 0 0;
  background-color: rgba(255, 255, 255, 0.92);
}

#READ .bl_inner h2 {
  width: auto;
  margin: 0 0 0 30px;
  font-size: 22px;
  line-height: 1.2em;
  letter-spacing: 0.08em;
}

#READ .bl_inner h2 span {
  width: auto;
  display: block;
  color:#c27a7a;
  font-size: 14px;
  font-style: italic;
  letter-spacing: 0.05em;
  font-family: 'Mate', serif;
}

#READ .bl_inner p.text {
  width: auto;
  padding: 16px 0 0 0;
  margin: 0 30px;
  font-size: 14px;
  line-height: 2em;
}

#READ .bl_inner p.text em {
  width: auto;
  color: #c27a7a;
  background: linear-gradient(transparent 60%, rgba(232, 210, 210, 0.63) 60%);
}


/*============================
#FAGA
============================*/
#FAGA {
  width: auto;
  padding: 50px 0 0 0;
}

#FAGA .inner {
  width: auto;
  background: transparent url(../images/faga/bg_common.png) center 0 no-repeat;
  background-size: cover;
}

#FAGA .content {
  width: auto;
}

#FAGA .content h3 {
  width: 200px;
  margin: 0 auto;
  padding: 40px 0 0 0;
}


#FAGA .content h3 img {
  width: 100%;
}

#FAGA .text_bl {
  width: auto;
}

#FAGA .bl_inner {
  width: auto;
  margin: 0 1.2em;
  padding: 20px 0 0 0;
}

#FAGA .bl_inner p.text {
  width: auto;
  font-size: 16px;
  line-height: 2.4em;
  text-align: center;
}


#FAGA .bl_inner p.text span {
  width: auto;
  color: #c27a7a;
}

#FAGA .bl_inner p.text i {
  width: auto;
  background: linear-gradient(transparent 60%, rgba(232, 210, 210, 0.63) 60%);
}
#FAGA .bl_inner p.text i em {
  width: auto;
  color: #c27a7a;
  font-size: 20px;
}

/*============================
#CAUSE
============================*/
#CAUSE {
  width: auto;
  padding: 50px 0 0 0;
}

#CAUSE .inner {
  width: auto;
  padding: 40px 0 0 0;
  background-color: rgba(250, 238, 238, 0.91);
  position: relative;
}

#CAUSE .inner::before{
  content: "";
  display: block;
  width: 40px;
  height: 100%;
  background: transparent url(../images/faga/arrow.png) center 0 no-repeat;
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

#CAUSE .content {
  width: auto;
  margin: 0 1.2em;
  flex-direction: column;
}

#CAUSE .text_bl {
  width: auto;
}

#CAUSE .text_bl dl {
  width: auto;
}

#CAUSE .text_bl dl dt {
  width: auto;
  font-size: 25px;
  text-align: center;
  letter-spacing: 0.1em;
}

#CAUSE .text_bl dl dt em {
  width: auto;
  color: #c27a7a;
  background: linear-gradient(transparent 70%, rgba(232, 210, 210, 0.69) 70%);
}

#CAUSE .text_bl dl dd.pic {
  width: auto;
  padding: 20px 0 0 0;
}

#CAUSE .text_bl dl dd {
  width: auto;
  padding: 10px 0 0 0;
  font-size: 15px;
  line-height: 2em;
  font-family:"Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

#CAUSE .text_bl dl dd em {
  width: auto;
  color: #c27a7a;
  font-weight: bold;
}

#CAUSE .img_bl {
    width: 100%;
}

/*============================
#CYCLE
============================*/
#CYCLE {
  width: auto;
}

#CYCLE .inner {
  width: auto;
  padding: 40px 0 60px 0;
  background-color: rgba(250, 238, 238, 0.91);

}

#CYCLE .content {
  width: auto;
  margin: 0 auto;
  border-radius: 12px;
  background-color: #fff;
  border: #c27a7a 1px solid;
}

#CYCLE .content h3 {
  width: auto;
  padding: 10px 0;
  border-radius: 10px 10px 0 0;
  background-color: #c27a7a;
  margin: 0 auto;
}

#CYCLE .content h3 figure {
  width: 200px;
  margin: 0 auto;
}

#CYCLE .inner .content h3 figure img {
  width: 100%;
}

#CYCLE .desc_bl {
  width: auto;
  margin: 0 1.2em;
}

#CYCLE .bl_inner {
  width: auto;
  padding: 30px 0 0 0;
}

#CYCLE .bl_inner p.read {
  width: auto;
  font-size: 15px;
  line-height: 2em;
}

#CYCLE .bl_inner p.read span {
  width: auto;
  background: linear-gradient(transparent 60%, rgba(232, 210, 210, 0.63) 60%);
}

#CYCLE .bl_inner p.read em {
  width: auto;
  color: #c27a7a;
  font-size: 17px;
}

#CYCLE .cycle_bl {
  width: auto;
  margin: 0 auto;
}

#CYCLE .cycle_bl figure {
  width: auto;
  padding: 20px 0 0 0;
  display: flex;
  flex-direction: column;
}

#CYCLE .cycle_bl img {
  width: 100%;
}

#CYCLE .desc_box {
  width: auto;
  padding: 20px 0 0 0;
}

#CYCLE .box_inner {
  width: auto;
  margin: 0 auto;
  background-color: rgba(250, 238, 238, 0.91);
}

#CYCLE .box_inner p.text {
  width: auto;
  margin: 0 20px;
  padding: 20px 0;
  font-size: 14px;
  line-height: 1.9em;
  font-family:"Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

#CYCLE .box_inner p.text em {
  width: auto;
  color: #c27a7a;
  font-weight: bold;
}

#CYCLE .text_bl {
  width: auto;
  padding: 20px 0 0 0;
}

#CYCLE .text_inner {
  width: auto;
}

#CYCLE .text_inner p {
  width: auto;
  font-size: 18px;
  line-height: 2em;
  text-align: center;
}

#CYCLE .text_inner p em {
  width: auto;
  color: #c27a7a;
  background: linear-gradient(transparent 60%, rgba(232, 210, 210, 0.63) 60%);
}

#CYCLE .text_inner p.last {
  width: auto;
  padding: 10px 0 40px 0;
  font-size: 19px;
  line-height: 1.8em;
  letter-spacing: 0.06em;
}

/*============================
#SUPPORT
============================*/
#SUPPORT {
  width: auto;
}

#SUPPORT .inner {
  width: auto;
  padding: 60px 0 0 0;
}

#SUPPORT .content {
  width: auto;
  margin: 0 auto;
}

#SUPPORT .content ul {
  width: auto;
}

#SUPPORT .content ul li {
  width: auto;
}

#SUPPORT .content ul li dl {
  width: auto;
  flex-direction: column;
}

#SUPPORT .content ul li dl dt.img {
  width: auto;
  margin: 0 0 0 2em;
}

#SUPPORT .content ul li dl dt.img figure {
  width: auto;
}

#SUPPORT .content ul li dl dt.img figure img {
  width: 100%;
}

#SUPPORT .content ul li dl dd.text {
  width: auto;
  margin: -40px 1.2em 0 1.2em;
  font-size: 15px;
  line-height: 2.2em;
  letter-spacing: 0.02em;
}

#SUPPORT .content ul li dl dd.text em {
  width: auto;
  color: #c27a7a;
}


/*------------------li.big---------------------*/

#SUPPORT .content ul li.big dl dt.img {
  width: auto;
  padding: 30px 0 0 0;
  margin: 0 2em 0 0;
}

#SUPPORT .content ul li.big dl dd.text {
  width: auto;
  padding: 20px 0 0 0;
  font-size: 20px;
  text-align: center;
  line-height: 2em;
  letter-spacing: 0.06em;
}

}

