@charset "utf-8";

/*
---------------------------------------
  common-component
---------------------------------------
*/

#plan-wrapper {
  padding: 0px;
  margin-bottom: 20px;
}

/* header */

.plan-header {
  width: 100%;
  margin-bottom: 15px;
}

.plan-header > h2 {
  color: #4b3304;
  font-size: 28px;
  border-bottom: 1px solid #d3d4b4;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.plan-header > p {
  font-size: 14px;
  line-height: 1.6em;
}

.breadcrumb {
  padding: 10px 0;
}

.page-inner-plan {
  margin: 82px auto 0;
}
/* acco_cont */

.acco_cont {
  display: none;
}

/* fv-nav */

#plan {
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
}

#plan h2 {
  color: #4b3304;
  font-size: 17px;
  line-height: 1.2em;
  margin-bottom: 10px;
}

#plan .boxlink {
  width: 100%;
  display: table;
  table-layout: fixed;
  border-right: 1px solid #C5C0B7;
}

#plan .boxlink li {
  display: table-cell;
  vertical-align: middle;
  width: 200px !important;
  height: 310px;
  border: 1px solid #C5C0B7;
  text-align: center;
  border-right: 0;
}

#plan .boxlink li + li {
  border-left: 1px solid #C5C0B7;
}

#plan .boxlink li a {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 200px;
  height: 310px;
  padding-bottom: 5px;
  text-decoration: none;
  color: #4b3304;
}

#plan .boxlink li a h3 {
  height: 160px;
  margin-bottom: 5px;
}

#plan .boxlink li a dt {
  font-size: 13px;
  line-height: 1.4em;
  margin-bottom: 10px;
}

#plan .boxlink li a dd img {
  height: 25px;
  width: auto;
}

#plan .boxlink li a dd strong {
  display: block;
}

#plan .boxlink li a dl {
  margin-bottom: 10px;
}

#plan .boxlink li a p {
  background: url(../../img/common/arrow01.png) no-repeat 0 center;
  padding-left: 16px;
  display: inline;
  font-size: 13px;
}

.swiper-container {
  width: 1000px;
}

.swiper-container + p {
  font-size: 14px;
  line-height: 1.4em;
  margin-top: 5px;
}

.fv-swiper-next-btn {
  position: absolute;
  top: 140px;
  right: 0;
  opacity: 0.9;
  width: 40px;
  height: 80px;
  z-index: 9999;
  background: #5a4824;
}

#gallery .fv-swiper-next-btn {
  top: 170px;
}

.fv-swiper-next-btn:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 14px;
  top: 50%;
  margin-top: -8px;
}

.plan_fv_banner {
  width: 100%;
  margin-top: -20px;
  margin-bottom: 10px;
}

.plan_fv_banner img {
  width: 100%;
  height: auto;
}

/* know */

#know1 {
  width: 100%;
  margin-bottom: 30px;
}

#know1 h2 {
  color: #4b3304;
  font-size: 20px;
  line-height: 1.4em;
  margin-bottom: 10px;
}

#know1 figure {
  margin-bottom: 10px;
}

#know1 p {
  font-size: 14px;
  line-height: 1.6em;
}

/* flow */

#flow {
  width: 100%;
  border: 1px solid #C5C0B7;
  margin-bottom: 30px;
}

#flow h2 {
  background: #F7EFDD;
  padding: 10px;
  border-bottom: 1px solid #C5C0B7;
  color: #4b3304;
  font-size: 18px;
  line-height: 1.4em;
}

#flow ol {
  background: #FBF8F3;
  display: block;
  padding: 10px;
  overflow: hidden;
}

#flow ol > li {
  background: url(../../img/plan/shukyo/flow_line.gif) repeat-y 10px 0;
  margin-bottom: 10px;
  padding-bottom: 15px;
  overflow: hidden;
  position: relative;
}

/* plan-ptn2 */

.plan-ptn2 #flow ol > li {
  background: url(../../img/plan/common/flow_line.gif) repeat-y 10px 0;
}

#flow ol h3 {
  background: url(../../img/plan/shukyo/flow_tit_bg.gif) repeat-y;
  padding: 10px;
  border-bottom: solid 10px #FBF8F3;
  font-size: 18px;
  color: #fff;
  line-height: 1.4em;
}

.plan-ptn2 #flow ol h3 {
  background: url(../../img/plan/common/flow_tit_bg.gif) repeat-y;
}

#flow ol > li img {
  width: 80%;
  border: solid 1px #ccc;
  margin-bottom: 10px;
}

#flow ol > li:last-child p {
  padding-left: 0;
}

#flow ol > li p {
  font-size: 14px;
  line-height: 1.6em;
  display: block;
  padding: 0 0 10px 30px;
}

#flow ol > li:after {
  content: "";
  background: url(../../img/plan/shukyo/flow_arrow.gif) no-repeat;
  display: block;
  height: 16px;
  width: 21px;
  position: absolute;
  left: 2px;
  bottom: 0;
}

.plan-ptn2 #flow ol > li:after {
  background: url(../../img/plan/common/flow_arrow.gif) no-repeat;
}

#flow ol > li:last-child {
  background-image: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

#flow ol > li:last-child:after {
  display: none;
}

#flow ol h3.sp-acco-btn {
  position: relative;
  padding-right: 30px;
}

#flow ol h3.sp-acco-btn:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -8px;
}

#flow ol h3.sp-acco-btn.active:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -4px;
}

/* point */

#point {
  width: 100%;
  padding: 10px;
  margin-bottom: 30px;
}

.pointbg05 {
  background: #fbfbf5 url(../../img/plan/shukyo/yujin/point_bg1.jpg) no-repeat right bottom;
  background-size: contain;
}

#point div {
  background: rgba(255,255,255,0.6);
  padding: 10px;
}

#point h3 + p {
  margin-bottom: 20px;
}

#point p {
  font-size: 14px;
  line-height: 1.6em;
}

#point h2 {
  font-size: 20px;
  line-height: 1.4em;
  color: #4b3304;
  margin-bottom: 10px;
}

#point h3 {
  background: url(../../img/plan/plan_point_sub_ttl_ico.png) no-repeat left center;
  padding: 10px 0 10px 55px;
  font-size: 18px;
  line-height: 1.4em;
  margin-bottom: 10px;
}

/* area */

#area {
  width: 100%;
}

.area-header {
  width: 100%;
  margin-bottom: 10px;
}

.area-header h2 {
  color: #4b3304;
  font-size: 20px;
  line-height: 1.2em;
  margin-bottom: 10px;
}

.area-header p {
  color: #4b3304;
  font-size: 14px;
  line-height: 1.4em;
}

#area {
  margin-bottom: 30px;
}

#area .boxlink {
  display: block;
  padding-top: 1px;
  border-left: 1px solid #C5C0B7;
  overflow: hidden;
}

#area .boxlink li {
  width: 50%;
  text-align: center;
  display: block;
  float: left;
  border: 1px solid #C5C0B7;
  border-left: none;
  margin-top: -1px;
}

#area .boxlink li a {
  font-size: 14px;
  line-height: 1;
  display: block;
  height: 110px;
  text-align: center;
  padding: 15px 0 0;
  position: relative;
  text-decoration: none;
  color: #333;
}

#area .boxlink li img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

#area .boxlink li:nth-child(1n) em {
  color: #468481;
}

#area ul.boxlink li:nth-child(2n) em {
  color: #b0417b;
}

#area ul.boxlink li:nth-child(3n) em {
  color: #918556;
}

#area ul.boxlink li:nth-child(4n) em {
  color: #5d9a3c;
}

#area .boxlink li em {
  font-size: 26px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 6px;
  position: relative;
  z-index: 2;
  font-style: normal;
}

/* plan-chara */

.plan-chara-header {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  background: url(../../img/sp/img/plan/common/bg_feature.jpg) no-repeat right bottom;
  background-size: cover;
  padding: 15px 10px 10px;
  border: 1px solid #c3c0b7;
}

.plan-chara-header span {
  display: block;
  font-size: 26px;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #d3d4b4;
  color: #4b3304;
}

.plan-chara-header p {
  font-size: 12px;
  line-height: 1.6em;
  color: #4b3304;
}

.plan-chara-plan-header {
  width: 100%;
  margin-bottom: 15px;
}

.plan-chara-plan-header h1,
.plan-chara-plan-header span {
  color: #523B17;
}

.plan-chara-plan-header h1 {
  font-size: 18px;
  background: #707f8b;
  padding: 5px 10px;
  line-height: 1.6em;
  color: #fff;
  margin-bottom: 10px;
}

.plan-chara-plan-header span {
  display: block;
  font-size: 14px;
  line-height: 1.6em;
}

#plan p.cl {
  font-size: 14px;
  line-height: 1.6em;
  color: #523B17;
  margin-bottom: 20px;
}

.plan-chara-boxlink {
  width: 100%;
}

.plan-chara-boxlink li {
  width: 100%;
  border: 1px solid #C5C0B7;
}

.plan-chara-boxlink li.plan_hana1 {
  margin-top: 10px;
  border: 0;
}

.plan-chara-boxlink li a {
  display: block;
  color: #4b3304;
  text-decoration: none;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #F1F1F1), color-stop(0.00, #FFF));
  background: -webkit-linear-gradient(top, #FFF 0%, #F1F1F1 100%);
  background: -moz-linear-gradient(top, #FFF 0%, #F1F1F1 100%);
  background: -o-linear-gradient(top, #FFF 0%, #F1F1F1 100%);
  background: -ms-linear-gradient(top, #FFF 0%, #F1F1F1 100%);
  background: linear-gradient(top, #FFF 0%, #F1F1F1 100%);
  position: relative;
}

.plan-chara-boxlink li a .cl1 {
  display: none;
}

#plan .plan-chara-boxlink li a h2,
#plan .plan-chara-boxlink li a dl {
  float: left;
}

#plan .plan-chara-boxlink li a h2 {
  margin-bottom: 0;
  width: 130px;
  border-right: 1px solid #C5C0B7;
}

#plan .plan-chara-boxlink li a dl {
  padding-left: 10px;
  line-height: 110px;
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

#plan .plan-chara-boxlink li a dt {
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  top: 10px;
  left: 10px;
}

#plan .plan-chara-boxlink li a dd {
  display: inline-block;
  vertical-align: middle;
  margin-top: -20px;
}

#plan .plan-chara-boxlink li a dd img {
  height: 20px;
}

#plan .plan-chara-boxlink li a dd {
  font-size: 16px;
}

#plan .plan-chara-boxlink li a dd span {
  font-size: 14px;
}

#plan .plan-chara-boxlink li a p {
  position: absolute;
  top: 70px;
  left: 140px;
  font-size: 12px;
  line-height: 1.4em;
  padding-right: 10px;
}

#plan .plan-chara-boxlink li + li {
  border-top: 0;
}

#plan .plan-chara-boxlink li.plan_hana1 a h2 {
  width: 100%;
}

#plan .plan-chara-boxlink li.plus {
  display: none;
  border: 0;
  text-align: center;
  padding: 10px 0;
}

#plan .plan-chara-boxlink li.plan_hana1 a img {
  width: 100%;
}

.minimaru_line {
  display: none;
}

.minimaru_box {
  border: 1px solid #c5c0b7;
  width: 100%;
  margin-top: 10px;
}

.minimaru_box a {
  width: 100%;
  display: block;
  text-decoration: none;
  color: #333;
  padding-bottom: 10px;
  background: #fff;
}

.minimaru_l {
  padding: 5px 2px 0 3px;
  margin-bottom: 10px;
}

.minimaru_l img {
  width: 100%;
}

.minimaru_r dl img {
  height: 30px;
}

.minimaru_r {
  display: table;
  width: 100%;
  padding: 10px 0;
}

.minimaru_r dl,
.minimaru_r dl + p {
  display: table-cell;
  vertical-align: middle;
}

.minimaru_r dl {
  width: 100px;
  text-align: center;
}

.minimaru_r dt {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 5px;
}

.minimaru_r dl + p {
  font-size: 14px;
  line-height: 1.4em;
  text-align: left;
}

#gallery {
  background-image: url(../../img/plan/common/gallery_bg2.png), url(../../img/plan/common/gallery_bg1.jpg);
  background-repeat: no-repeat, no-repeat;
  background-position: left bottom, right top;
  background-color: #f8f7f4;
  background-size: contain;
  padding: 20px 10px;
  margin-bottom: 20px;
  position: relative;
}

#gallery h2 {
  margin-bottom: 15px;
}

#gallery h2 img {
  height: 20px;
  width: auto;
  display: block;
  margin-bottom: 10px;
}

#gallery h2 span {
  display: block;
  font-size: 14px;
  line-height: 1.4em;
}

.image_gallery_wrapper {
  width: 100%;
  background: #fff;
  background: rgba(255,255,255,0.8);
  padding: 10px;
  overflow: hidden;
  margin-bottom: 15px;
}

#gallery .gallery li a {
  display: block;
  text-decoration: none;
  color: #333;
}

#gallery .gallery li a img {
  display: block;
}

#gallery .gallery li a figure {
  margin-bottom: 5px;
}

#gallery .gallery li a figcaption {
  font-size: 14px;
  line-height: 1.4em;
  padding: 5px 10px 0;
}

.wrapContent > section {
    margin-bottom: 30px;
}

.btnGallery a {
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(#9d977c), to(#8d876b));
  background: -webkit-linear-gradient(top, #9d977c, #8d876b);
  background: linear-gradient(to bottom, #9d977c, #8d876b);
  color: white;
  text-align: center;
  padding: 15px 0;
  font-size: 16px;
  position: relative;
  text-decoration: none;
  border-radius: 3px;
}

.btnGallery + h2 {
  margin-top: 30px;
}

.example li + li {
  margin-top: 10px;
}

.example {
  margin-bottom: 15px;
}

.example li a img {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}

.example li a {
  display: block;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  line-height: 1.4em;
  padding: 10px;
  background: #fff;
  color: #333;
  border: solid 1px #c5c0b7;
}


/* 見積もり */

#mitsumori h2 {
    color: #4b3304;
    font-size: 20px;
    line-height: 1.2em;
    margin-bottom: 15px;
}

#mitsumori div.waku {
  padding: 10px;
  border: 1px solid #c5c0b7;
}

#mitsumori h3 {
    text-align: center;
    padding: 10px;
}

div.koe,
div.koe02,
div.koe03 {
  font-size: 14px;
  line-height: 1.8em;
  /*padding: 10px;
  border: 1px solid #4a3301;
  border-radius: 3px;*/
}

div.koe li,
div.koe02 li,
div.koe03 li {
  line-height: 1.4em;
  font-size: 14px;
}

div.koe ul li + li,
div.koe02 ul li + li,
div.koe03 ul li + li {
  margin-top: 5px;
}
.koe {
    position: relative;
    margin: 1em 10px 2.5em 40px;
    padding: 8px 15px;
    background: #fff0c6;
    border-radius: 20px;
}
.koe:after {position: absolute;
    content: '';
    top: 100%;
    left: 50px;
    border: 10px solid transparent;
    border-top: 17px solid #fff0c6;
    width: 0;
    height: 0;}
.koe02 {
    position: relative;
    margin: 0 40px 2.5em 10px;
    padding: 8px 15px;
    background: #fff0c6;
    border-radius: 20px;
}
.koe02:after {position: absolute;
    content: '';
    top: 100%;
    right: 50px;
    border: 10px solid transparent;
    border-top:17px solid #fff0c6;
    width: 0;
    height: 0;}
.koe ul, .koe02 ul {
    margin: 5px; 
    padding: 5px;
}

p.ya {
    margin-bottom:10px;
    text-align: center;
}
.mitumorian,
.mitumorian02,
.mitumorian-ph,
p.ya img {
  display: none;
}

.mitu-h3 {
    margin-top: 5px; font-size: 1.3em;
    background:url(../../img/plan/kazokuso/title_bg_fuki.png); background-repeat: no-repeat;
    background-position: center;
}

.mitu-button {
  font-size:20px;
  font-weight:bold;
  text-decoration:none;
  display:block;
  text-align:center;
  padding:8px 0 10px;
  color:#fff;
  border:1px solid #fff;
  border-radius:5px;
  background-image:-moz-linear-gradient(
  top,
  #ffa035 0%,
  #ff8300);
  background-image:-webkit-gradient(
  linear,left top,left bottom,
  from(#ffa035),
  to(#ff8300));
  margin-bottom: 20px;
}

/* .plan-ptn2 */

.plan-ptn2 #flow {
  margin-bottom: 10px;
}

.plan-ptn2 > section {
  margin-bottom: 20px;
}

.plan-ptn2 > section > header {
  width: 100%;
  margin-bottom: 15px;
}

.plan-ptn2 > section > header > h2 {
    font-size: 18px;
    background: #707f8b;
    padding: 5px 10px;
    line-height: 1.6em;
    color: #fff;
    margin-bottom: 10px;
}

.plan-ptn2 > section > header > span {
    display: block;
    font-size: 14px;
    line-height: 1.6em;
}

.tar.mb30 {
  font-size: 14px;
  line-height: 1.6em;
}

.plan-ptn2 #flow.mb10 ol dl {
  padding-left: 30px;
  margin-bottom: 15px;
}

.plan-ptn2 #flow.mb10 ol li:last-child dl {
  padding: 0;
}

.plan-ptn2 #flow ol dl dt {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background: #664418;
  text-align: center;
  display: block;
  padding: 8px 0;
  margin-bottom: 10px;
}

.plan-ptn2 #flow ol dl dd + dt {
  margin-top: 20px;
}

.plan-ptn2 #flow ol dl dd ul {
  display: block;
  padding-top: 1px;
  border-left: 1px solid #C5C0B7;
  overflow: hidden;
}

.plan-ptn2 #flow ol dl dd li {
    background: #fff;
    text-align: center;
    display: block;
    float: left;
    margin-top: -1px;
    width: 120px;
    padding: 5px;
    border: 1px solid #C5C0B7;
    border-left: none;
}

.plan-ptn2 #flow ol ul span {
    line-height: 1.4em;
    font-size: 12px;
    display: table-cell;
    height: 36px;
    vertical-align: middle;
    text-align: left;
}

.plan-ptn2 #flow ol ul span br {
  display: none;
}

.plan-ptn2 #flow ol > li:last-child {
  background:  none;
}

/* option */

#option {
/*  display: none;*/
  margin-top: 20px;
  margin-bottom: 20px;
}

section#option ul.boxlink {
  border: 1px solid #c5c0b7;
  border-bottom: none;
}

section#option ul.boxlink li {
  border-bottom: 1px solid #c5c0b7;
}

section#option ul.boxlink li a {
  display: table;
  text-align: left;
  width: 100%;
  text-decoration: none;
  color: #333;
  padding: 10px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #F1F1F1), color-stop(0.00, #FFF));
  background: -webkit-linear-gradient(top, #FFF 0%, #F1F1F1 100%);
  background: -moz-linear-gradient(top, #FFF 0%, #F1F1F1 100%);
  background: -o-linear-gradient(top, #FFF 0%, #F1F1F1 100%);
  background: -ms-linear-gradient(top, #FFF 0%, #F1F1F1 100%);
  background: linear-gradient(top, #FFF 0%, #F1F1F1 100%);
  position: relative;
}

section#option ul.boxlink li a:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #4e504e;
  border-right: 2px solid #4e504e;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -4px;
}

section#option ul.boxlink li a h4 {
  font-size: 14px;
  line-height: 1.6em;
  margin-top: 15px;
  font-weight: 700;
}

section#option ul.boxlink li a img {
  width: 80px;
  height: auto;
  float: left;
  margin-right: 10px;
}

section#option ul.boxlink li a p {
  display: none;
}

/* estimate */

#estimate {
  background: #f5f1e9;
  display: block;
  padding: 10px;
  border: solid 1px #c5c0b7;
  width: 100%;
  background: #F5F1E9 url(../../img/plan/common/estimate_img.jpg) no-repeat center 60px;
  background-size: 160px auto;
}

#estimate h2 {
  font-size: 16px;
  color: #fff;
  background: #664418;
  text-align: center;
  display: block;
  padding: 10px 0;
  margin-bottom: 10px;
}

#estimate h3 {
  padding-top: 100px;
  font-size: 14px;
  color: #1e8e19;
  line-height: 1.6em;
  margin-bottom: 10px;
  font-weight: 700;
}

#estimate p {
  font-size: 14px;
  line-height: 1.6em;
}

#feature {
  display: none;
}

#designer {
  display: none;
}

#voice {
  display: none;
}

/* merit */

#merit {
  width: 100%;
  padding: 15px 10px;
  background: #FFF6F6 url(../img/plan/kazokuso/merit_bg1.jpg) no-repeat right bottom;
  background-size: contain;
}

#merit div {
  background: url(../../img/plan/common/merit_bg2.png) repeat;
  padding: 10px;
  margin-top: 15px;
}

#merit h2,
#merit h3 {
  margin-bottom: 15px;
}

#merit h2 img {
  height: 18px;
}

#merit h3 img {
  height: 24px;
}

#merit p {
  font-size: 14px;
  line-height: 1.8em;
}

#merit h3 + p {
  margin-bottom: 20px;
}

/* religion */

#religion .boxlink {
  overflow: hidden;
  width: 100%;
  border: 1px solid #c5c0b7;
  border-bottom: none;
}

#religion .boxlink li {
  border-bottom: solid 1px #c5c0b7;
  overflow: hidden;
}

#religion .boxlink li a {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #F1F1F1), color-stop(0.00, #FFF));
  background: -webkit-linear-gradient(top, #FFF 0%, #F1F1F1 100%);
  background: -moz-linear-gradient(top, #FFF 0%, #F1F1F1 100%);
  background: -o-linear-gradient(top, #FFF 0%, #F1F1F1 100%);
  background: -ms-linear-gradient(top, #FFF 0%, #F1F1F1 100%);
  background: linear-gradient(top, #FFF 0%, #F1F1F1 100%);
  display: block;
  text-decoration: none;
  color: #333;
  overflow: hidden;
  padding: 10px;
  position: relative;
}

#religion .boxlink li a:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #4e504e;
  border-right: 2px solid #4e504e;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -4px;
}

#religion .boxlink li a img {
  width: 80px;
  height: auto;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

#religion .boxlink li a span {
  font-size: 14px;
  line-height: 1.2em;
  display: inline-block;
  vertical-align: middle;
}

/* qa */

#qa {
  padding: 15px 10px;
  border: 5px solid #95BD93;
  background-color: #eafde3;
  position: relative;
  height: auto;
  font-size: 14px;
}

#qa h2 {
  color: #4b3304;
  font-size: 18px;
  line-height: 1.4em;
  margin-bottom: 5px;
}

#qa h3 {
  color: #4b3304;
  font-size: 16px;
  line-height: 1.4em;
}

#qa dl dt,
#qa dl dd {
  margin-left: 20px;
  font-size: 14px;
  line-height: 1.8em;
  color: #000;
}

#qa dl dt span,
#qa dl dd span {
  font-weight: bold;
  display: inline-block;
  width: 20px;
  margin-left: -20px;
}

#qa dl dt span { color: #3a6f21; }
#qa dl dd span { color: #da4800; }
#qa dl dt {
  font-weight: bold;
  margin-bottom: 5px;
}

#qa dl dd + dt {
  margin-top: 20px;
}

#qa > p a {
  font-size: 14px;
  color: #000;
  text-shadow: 1px 1px 1px #FFF;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #c3ddc3), color-stop(0.00, #e4f1e4));
  background: -webkit-linear-gradient(top, #e4f1e4 0%, #c3ddc3 100%);
  background: -moz-linear-gradient(top, #e4f1e4 0%, #c3ddc3 100%);
  background: -o-linear-gradient(top, #e4f1e4 0%, #c3ddc3 100%);
  background: -ms-linear-gradient(top, #e4f1e4 0%, #c3ddc3 100%);
  background: linear-gradient(top, #e4f1e4 0%, #c3ddc3 100%);
  text-align: center;
  display: block;
  padding: 10px 0;
  margin-top: 10px;
  border: 1px solid #a8ada5;
  position: relative;
  border-radius: 5px;
  text-decoration: none;
}

#qa > p a:after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #4b3304;
  border-right: 2px solid #4b3304;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 15px;
  top: 15px;
}

/* plan-ptn3 */

.plan-ptn3 .sp-acco-btn {
  position: relative;
  padding-right: 30px;
}

.plan-ptn3 .sp-acco-btn:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -4px;
}

.plan-ptn3 .sp-acco-btn.active:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -2px;
}

/* section */

.plan-ptn3 > section {
  margin-bottom: 20px;
  overflow: hidden;
}

.plan-ptn3 > #breakdown h2,
.plan-ptn3 > #option h2,
.plan-ptn3 > #religion h2,
.plan-ptn3 > #estimate h2 {
  background: #707f8b;
  padding: 10px;
  color: #fff;
  line-height: 1.4em;
  font-size: 14px;
  margin-bottom: 10px;
}

.plan-ptn3 #example {
  overflow: hidden;
  clear: both;
}

.plan-ptn3 #example h2 {
  font-size: 16px;
  color: #684527;
  padding: 10px;
  border: 2px solid;
  border-bottom: none;
  background: #fdf4eb;
}

.plan-ptn3 #example h2 span {
  font-size: 14px;
  display: block;
  margin-top: 5px;
  line-height: 1.4em;
}

.plan-ptn3 #example > dl {
  text-align: center;
  display: table;
  table-layout: fixed;
  width: 100%;
  border: 2px solid #4b3304;
  margin-bottom: 35px;
  position: relative;
}

.plan-ptn3 #example > dl:after {
  content: "";
  width: 0;
  height: 0;
  border: 30px solid transparent;
  border-top: 15px solid #4b3304;
  position: absolute;
  bottom: -57px;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
}

.plan-ptn3 #example > dl dt,
.plan-ptn3 #example > dl dd {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
}

.plan-ptn3 #example > dl dt {
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  background: #4b3304;
  width: 40%;
}

.plan-ptn3 #example > dl dd strong {
  font-size: 16px;
  font-weight: normal;
}

.plan-ptn3 #example > dl dd {
  font-size: 14px;
  color: #4b3304;
  width: 60%;
}

.plan-ptn3 #example > dl dd img {
  display: none;
}

.plan-ptn3 #example > section {
  width: 100%;
  overflow: hidden;
  border: 2px solid #4b3304;
}

/* box1 */

.plan-ptn3 #example .box1 ol {
  width: 100%;
  display: table;
  table-layout: fixed;
}

.plan-ptn3 #example .box1 ol > li {
  display: table-cell;
  vertical-align: top;
  text-align: center;
  font-size: 12px;
  line-height: 2.0em;
  background: #f9edce;
}

.plan-ptn3 #example .box1 ol > li a {
  text-decoration: none;
  color: #333;
}

.plan-ptn3 #example .box1 ol > li > h3 {
  color: #fff;
  padding: 8px 0;
  background: #E1A101;
  font-size: 14px;
}

.plan-ptn3 #example .box1 ol > li:first-child {
  background: #e1ffdf;
}

.plan-ptn3 #example .box1 ol > li:first-child h3 {
  background: #358631;
}

.plan-ptn3 #example .box1 ol > li:last-child {
  background: #ddeaff;
}

.plan-ptn3 #example .box1 ol > li:last-child h3 {
  background: #536A91;
}

/* box2 */

.plan-ptn3 #example .box2 {
  width: 100%;
  background: #fee8ea;
  padding: 10px;
  text-align: center;
}

.plan-ptn3 #example .box2 h4 {
  font-size: 14px;
  line-height: 1.2em;
  margin-bottom: 5px;
}

.plan-ptn3 #example .box2 ol {
  width: 100%;
  display: table;
  table-layout: fixed;
}

.plan-ptn3 #example .box2 ol li {
  display: table-cell;
  vertical-align: top;
  font-size: 14px;
  line-height: 2.0em;
  border: 1px solid #d84e4e;
  background: #fff;
}

.plan-ptn3 #example .box2 ol li + li {
  border-left: none;
}

.plan-ptn3 #example .box2 ol li h5 {
  background: #d84e4e;
  color: #fff;
  font-size: 14px;
  padding: 8px 0;
}

/* box3 */

.plan-ptn3 #example .box3 {
  width: 100%;
  background: #e5f9fa;
  padding: 10px;
  text-align: center;
}

.plan-ptn3 #example .box3 h4 {
  font-size: 14px;
  line-height: 1.2em;
  margin-bottom: 5px;
}

.plan-ptn3 #example .box3 ol {
  width: 100%;
  display: table;
  table-layout: fixed;
}

.plan-ptn3 #example .box3 ol li {
  display: table-cell;
  vertical-align: top;
  font-size: 14px;
  line-height: 2.0em;
  border: 1px solid #14c9d0;
  background: #fff;
}

.plan-ptn3 #example .box3 ol li + li {
  border-left: none;
}

.plan-ptn3 #example .box3 ol li h5 {
  background: #14c9d0;
  color: #fff;
  font-size: 14px;
  padding: 8px 0;
}

.plan-ptn3 #qa {
  display: none;
}

/* breakdown */

.plan-ptn3 > #breakdown {
  margin-bottom: 0;
}

.plan-ptn3 #breakdown section h3 {
  padding: 8px;
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
  line-height: 1.4em;
  overflow: hidden;
}

.plan-ptn3 #breakdown section h3 span {
  display: block;
  line-height: 1.4em;
  text-align: right;
  float: right;
}

.plan-ptn3 #breakdown .sec1 h3 {
  background: #d7f1d1;
}

.plan-ptn3 #breakdown .sec2 h3 {
  background: #fceefa;
}

.plan-ptn3 #breakdown .sec3 h3 {
  background: #b7d0fa;
}

.plan-ptn3 #breakdown .sec4 h3 {
  background: #f6c4c4;
}

.plan-ptn3 #breakdown section h4 {
  font-size: 14px;
  color: #4b3304;
  background: #e5e5e5;
  padding: 10px;
  line-height: 1.4em;
  font-weight: 700;
  margin-bottom: 10px;
}

.plan-ptn3 #breakdown section h4 span {
  margin-top: 5px;
  display: block;
  font-size: 14px;
  line-height: 1.4em;
}

.plan-ptn3 #breakdown .sec1 ul {
  margin-bottom: 0;
}

.plan-ptn3 #breakdown .sec1 ul + ul {
  margin-bottom: 10px;
}

.plan-ptn3 #breakdown section ul {
  margin-bottom: 10px;
}

.plan-ptn3 #breakdown .sec1 ul li img {
  width: 80%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.plan-ptn3 #breakdown section ul {
  margin-bottom: 10px;
}

.plan-ptn3 #breakdown > section {
  margin-bottom: 20px;
}

.plan-ptn3 .sec1 > p > a,
.plan-ptn3 .sec2 > p > a,
.plan-ptn3 #breakdown > .sec4 li a,
.plan-ptn3 #breakdown > .sec5 li a,
.plan-ptn3 #religion p a {
  font-size: 12px;
  color: #000;
  text-shadow: 1px 1px 1px #FFF;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #c3ddc3), color-stop(0.00, #e4f1e4));
  background: -webkit-linear-gradient(top, #e4f1e4 0%, #c3ddc3 100%);
  background: -moz-linear-gradient(top, #e4f1e4 0%, #c3ddc3 100%);
  background: -o-linear-gradient(top, #e4f1e4 0%, #c3ddc3 100%);
  background: -ms-linear-gradient(top, #e4f1e4 0%, #c3ddc3 100%);
  background: linear-gradient(top, #e4f1e4 0%, #c3ddc3 100%);
  text-align: center;
  display: block;
  padding: 10px 0;
  border: 1px solid #a8ada5;
  position: relative;
  border-radius: 5px;
  text-decoration: none;
  line-height: 1.4em;
}

.plan-ptn3 #breakdown > .sec4 li + li,
.plan-ptn3 #breakdown > .sec5 li + li {
  margin-top: 10px;
}

.plan-ptn3 .sec2 > ul {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 15px;
}

.plan-ptn3 .sec2 > ul > li {
  display: table-cell;
  vertical-align: top;
}

.plan-ptn3 .sec2 > ul > li span {
  display: none;
}

.plan-ptn3 .sec2 > p + h4 {
  margin-top: 10px;
}

.plan-ptn3 .sec2 > ol {
  width: 100%;
  overflow: hidden;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin-bottom: 5px;
}

.plan-ptn3 .sec2 > ol > li {
  float: left;
  width: 25%;
  padding: 3px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.plan-ptn3 .sec2 > ol > li img {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}

.plan-ptn3 .sec2 > ol > li > span {
  display: table-cell;
  vertical-align: middle;
  padding: 0 3px;
  font-size: 11px;
  line-height: 1.2em;
  width: 100%;
  height: 40px;
  text-align: left;
}

.plan-ptn3 .sec2 > ol > li > span br {
  display: none;
}

.plan-ptn3 .sec2 > ol + p {
  font-size: 14px;
  line-height: 1.4em;
}

.plan-ptn3 #breakdown .sec3 img {
  width: 80%;
  height: auto;
  display: block;
  margin: 0 auto 10px;
}

.plan-ptn3 #breakdown .sec3 img + p {
  font-size: 14px;
  line-height: 1.6em;
}

.plan-ptn3 #breakdown .sec3 dt,
.plan-ptn3 #breakdown .sec3 dd {
  font-size: 15px;
  line-height: 2.0em;
}

.plan-ptn3 #breakdown .sec3 dt {
  float: left;
}

.plan-ptn3 #breakdown .sec3 dd {
  margin-left: 120px;
}

.plan-ptn3 #breakdown .sec3 dd:after {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}

/* sec4 */

.plan-ptn3 #breakdown > .sec4 {
  float: left;
  width: 50%;
  padding: 0 5px 0 0;
}

.plan-ptn3 #breakdown > .sec4 img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.plan-ptn3 #breakdown > .sec4 dl {
  margin-bottom: 10px;
}

.plan-ptn3 #breakdown > .sec4 dt,
.plan-ptn3 #breakdown > .sec4 dd {
  font-size: 12px;
  line-height: 2.0em;
}

.plan-ptn3 #breakdown > .sec4 dt:last-child,
.plan-ptn3 #breakdown > .sec4 dd:last-child {
  display: none;
}

.plan-ptn3 #breakdown > .sec4 dt {
  float: left;
}

.plan-ptn3 #breakdown > .sec4 p {
  font-size: 12px;
  line-height: 1.4em;
}

.plan-ptn3 #breakdown > .sec4 p + ul {
  margin-top: 10px;
}

.plan-ptn3 #breakdown > .sec4 + .sec4 {
  padding: 0 0 0 5px;
}


.plan-ptn3 #breakdown > .sec4,
.plan-ptn3 #breakdown > .sec5 {
  margin-bottom: 20px;
}
/* sec5 */

.plan-ptn3 #breakdown .sec5 h3 {
    background: #daf7f8;
}

.plan-ptn3 #breakdown > .sec5 {
  float: left;
  width: 50%;
  padding: 0 5px 0 0;
}

.plan-ptn3 #breakdown > .sec5 img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.plan-ptn3 #breakdown > .sec5 p {
  font-size: 12px;
  line-height: 1.4em;
  margin-bottom: 10px;
}

.plan-ptn3 #breakdown > .sec5 p + ul {
  margin-top: 10px;
}

.plan-ptn3 #breakdown > .sec5 + .sec5 {
  padding: 0 0 0 5px;
}

.plan-ptn3 #breakdown .sec5 ul {
  margin-bottom: 0;
}

/* religion */

.plan-ptn3 #religion img {
  width: 80%;
  display: block;
  margin: 0 auto 10px;
}

.plan-ptn3 #religion div h3 {
  font-size: 15px;
  color: #e0a100;
  margin-bottom: 10px;
  font-weight: 700;
}

.plan-ptn3 #religion p {
  font-size: 14px;
  line-height: 1.6em;
}

.plan-ptn3 #religion p + p {
  margin-top: 15px;
}

.plan-ptn3 .mitu-box + .mitu-box,
.plan-ptn3 .mitu-box + .mitu-box02 {
  margin-top: 20px;
}

.mitsumori-detail-btn {
  font-size: 14px;
  color: #000;
  text-shadow: 1px 1px 1px #FFF;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #c3ddc3), color-stop(0.00, #e4f1e4));
  background: -webkit-linear-gradient(top, #e4f1e4 0%, #c3ddc3 100%);
  background: -moz-linear-gradient(top, #e4f1e4 0%, #c3ddc3 100%);
  background: -o-linear-gradient(top, #e4f1e4 0%, #c3ddc3 100%);
  background: -ms-linear-gradient(top, #e4f1e4 0%, #c3ddc3 100%);
  background: linear-gradient(top, #e4f1e4 0%, #c3ddc3 100%);
  text-align: center;
  display: block;
  padding: 10px 0 !important;
  border: 1px solid #a8ada5;
  position: relative;
  border-radius: 5px;
  text-decoration: none;
  line-height: 1.4em;
}

.sp-acco-cont table.mitu-table {
  margin-top: 10px;
}

table.mitu-table {
  width: 100%;
  border: 1px solid #ccc;
}

table.mitu-table th,
table.mitu-table td {
  font-size: 14px;
  line-height: 1.4em;
  padding: 10px;
  vertical-align: top;
  border: 1px solid #ccc;
}

table.mitu-table th {
  font-weight: 700;
  background: #a5c283;
}

table.mitu-table td.yellow {
    background-color: #fcfacc;
}

table.mitu-table td.txt-red {
  color: #f00;
}

/* example2 */

#example2 > h2 {
  font-weight: 700;
  font-size: 16px;
  margin: 5px 0;
  line-height: 1.6em;
  color: #4b3304;
}

#example2 > h2 + .text {
  text-align: right;
  font-size: 12px;
  margin: 7px 0;
}

#example2 > .planmatome + h2 {
  text-align: center;
  font-size: 18px;
  font-weight: normal;
}

#example2 > .planmatome + h2 + .text {
  text-align: center;
}

#example2 .kingaku {
  display: table;
  width: 100%;
  border: 2px solid #684527;
  margin-bottom: 5px;
}

#example2 .kingaku dt,
#example2 .kingaku dd,
#example2 .kingaku p {
  display: table-cell;
  vertical-align: middle;
}

#example2 .kingaku dt {
  font-size: 15px;
  color: #fff;
  background: #684527;
  padding: 10px;
  text-align: center;
}

#example2 .kingaku dd {
  padding: 10px 1px 10px 10px;
  font-weight: 700;
  font-size: 16px;
  text-align: right;
}

#example2 .kingaku p {
  padding: 10px 10px 10px 0;
  font-size: 12px;
}

.planmatome {
  width: 100%;
  margin-bottom: 30px;
  overflow: hidden;
}

.kigou {
  display: none;
}

.plan {
  background: url(../../img/plan/common/planpage_05.jpg) #fceefb no-repeat center 10px;
  background-size: 240px auto;
  overflow: hidden;
  float: left;
  width: 60%;
  padding: 5px;
  height: 220px;
}

.plan .plans,
.plan .plans2 {
  width: 100%;
  position: relative;
  padding-left: 82px;
  height: 82px;
}

.plan .plans2 {
  margin-top: 45px;
}

.plans,
.plans2,
.plans3 {
  border: solid 1px #e0dada;
  background-color: #fff;
  overflow: hidden;
  float: left;
  padding: 8px 5px;
}

.plans dt,
.plans2 dt,
.plans3 dt {
  font-size: 12px;
  line-height: 1.4em;
  margin-bottom: 5px;
}

.plans3 dt {
  text-align: center;
}

.plan .plans dt + dd,
.plan .plans2 dt + dd {
  display: none;
}

.plan .plans dd + dd > img,
.plan .plans2 dd + dd > img {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 70px;
  height: auto;
}

.plans dd,
.plans2 dd,
.plans3 dd {
  width: 100%;
  font-size: 12px;
  text-align: left;
  margin-bottom: 5px;
  line-height: 1.4em;
}

.plans dd span,
.plans2 dd span,
.plans3 dd span {
  font-size: 14px;
  display: block;
}

.plans3 dd span {
  text-align: center;
}

.plans a img,
.plans2 a img,
.plans3 a img {
    display: block;
    height: 26px;
}

.plans3 {
  width: 30%;
  height: 220px;
}

.plans3 a img {
  margin: 0 auto;
}

.plans3 dd > img {
  width: 60px;
  display: block;
  margin: 0 auto;
}

.kigou2 {
  float: left;
  width: 10%;
  text-align: center;
  line-height: 220px;
  vertical-align: middle;
}

.kigou2 img {
  width: 90%;
  max-width: 25px;
  vertical-align: middle;
}

#example2 .text2 {
  clear: both;
  font-size: 12px;
  margin-top: 15px;
  float: right;
  line-height: 1.6em;
}

.tuika {
  text-align: center;
}

.tuika1 {
  display: inline-block;
  vertical-align: top;
  width: 130px;
  margin-top: 10px;
}

.tuika1 + .tuika1 {
  margin-left: 15px;
}

.tuika1 h3 {
  font-size: 16px;
  text-align: center;
  line-height: 1.4em;
  margin-bottom: 10px;
}

/*相談*/
.secPc-bN, .secPc-bN2 {display: none;}
.secSp-bN {margin:0; text-align: center;}

/* YouTube追加 */
.cont_youtube {
	padding-top: 36px;
	padding-bottom: 35px;
}
.cont_youtube_inr {
	/* width: 1015px; */
	margin: 0 auto;
	text-align: center;
}
.cont_youtube_inr dt {
	/* display: flex; */
    padding-bottom:10px;
}
.cont_youtube_inr dd {
	padding:10px;
    text-align: left;
}
.cont_youtube_inr dd p {
    font-size: 14px;
    line-height: 1.8em;
}
.cont_youtube_inr dd p.lnk {
    font-size: 0.8em;
    color: #666666;
    margin: 14px 0 30px 0;
    text-align: right;
}
.cont_youtube_inr dd p.lnk2 {
    text-align: center;
}


/*new kazokuso2 20181122 */

.cb {
    clear: both;
}
.main_bn {
    background-color: #d9d9d9;
    width:auto;
    margin: 0px auto;
    text-align: center;
    padding-bottom: 10px;
    padding-top:10px;
}

.main_bn img {
    width: 70%;
    margin:2px 0;
}

/*特徴の背景設定　各プランごとに画像変更*/
.title {
    width: 100%;
    margin: 0 auto;
    background-image: url(../../img/plan/kazokuso2/kazokuso_main2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    padding-bottom: 1em;
}
.title_ichinichiso {
    width: 100%;
    margin: 0 auto;
    background-image: url(../../img/plan/ichinichiso2/ichinichiso_main2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    padding-bottom: 1em;
}
.title_kaso {
    width: 100%;
    margin: 0 auto;
    background-image: url(../../img/plan/kaso2/kaso_main2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    padding-bottom: 1em;
}
.title_ippanso {
    width: 100%;
    margin: 0 auto;
    background-image: url(../../img/plan/ippanso2/ippanso_main2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    padding-bottom: 1em;
}

.title_jitakuso {
    width: 100%;
    margin: 0 auto;
    background-image: url(../../img/plan/jitakuso2/jitakuso_main2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    padding-bottom: 1em;
}


/*背景ここまで*/

.title2 {
    background-image: url(../../img/plan/kazokuso2/kazokuso_main3_sp.jpg);
    background-repeat: no-repeat;
    background-size:cover;
    margin-top: 35px;
    width:100%;
    height: 200px;
}

.title3 {
    width: 100%;
    margin: 0 auto;
    background-image: url(../../img/plan/kazokuso2/merit_sp.png);
    /* height: 350px; */
    background-repeat: no-repeat;
    background-size:cover;
    /* background-position: 30%; */
}

.title4 {
    width: 100%;
    margin: 0 auto;
    background-image: url(../../img/plan/kazokuso2/demerit_sp.png);
    /* height: 419px; */
    background-repeat: no-repeat;
    background-size:cover;
    /* background-position: 30%; */
}

.title5 {
    background-image: url(../../img/plan/kazokuso2/manner_sp.jpg);
    background-repeat: no-repeat;
    background-size: 80%;
    /* background-position: center; */
    background-position: 50% 18%;
}

/*各プラン見出し調整*/
.title h1,
.title_ichinichiso h1,
.title_kaso h1,
.title_ippanso h1,
.title_jitakuso h1 {
    font-family: 'YuMincho', /* Mac用 */ 'Yu Mincho', /* Windows用 */ serif;
    color: #c65080;
    font-size: 1.7em;
    text-align: center;
    padding-top: 25px;
}

.title_txt {
    font-family: 'YuMincho', /* Mac用 */ 'Yu Mincho', /* Windows用 */ serif;
    color: #c65080;
    font-size: 1.3em;
    text-align: center;
    padding: 20px 25px 20px 25px;
    letter-spacing: -0.05em;
    line-height: 1.4;
}

.title_cmt {
    margin: 0 auto;
    line-height: 1.2em;
    font-size: 0.9em;
    padding: 0 5px 0 5px;
} 



/* プラン　*/
.plan-cost {
    margin: 0 auto;
    height: 740px;
    padding: 0;
}
.plan-cost_mini {
    margin: 0 auto;
    height: 514px;
    padding: 0;
}

.plan-cost h2,
.plan-cost_mini h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: bold;    
}

.plan-cost .plan_1,
.plan-cost_mini .plan_1 {
    width: 50%;
    display: block;
    border: solid 1px #dbdbdb;
    background-color: #e9e9e9;
    /* margin: 0 auto; */
    float: left;
    height: 230px;
    /* overflow: hidden; */
    text-align: center;
}

.plan-cost .plan_1 a,
.plan-cost_mini .plan_1 a {
    text-decoration: none;
    color: #000;
}

.plan-cost ul.plan_1 img,
.plan-cost_mini ul.plan_1 img {
    width: 100%;
    margin:0 auto;
}

.plan-cost .plan_tit1,
.plan-cost_mini .plan_tit1 {
    text-align: center;
    padding: 10px 0;
    line-height: 1.2em;
    font-size: 0.78em;
}

.plan-cost .plan_tit2,
.plan-cost_mini .plan_tit2 {
    width: 90%;
    border: solid 1px #c65080;
    padding: 5px 5px 5px 5px;
    border-radius: 50px 50px 50px 50px;
    font-family: 'YuMincho', /* Mac用 */ 'Yu Mincho', /* Windows用 */ serif;
    font-size: 0.87em;
    letter-spacing:0.2;
    text-align: center;
    color: #fff;
    /*background-color: #c65080;*/
    margin-left: 7px;
    margin-bottom: 5px;
    list-style: none;
    background: #c65080 url(../../img/plan/kazokuso2/ico_rsaquo.png) no-repeat right center;
    background-size: 90%;
}


.plan-cost .plan_tit3,
.plan-cost_mini .plan_tit3 {
    text-align: center;
    padding: 10px 0;
    font-size: 0.95em;
    }

.plan-cost .plan_tit3 span,
.plan-cost_mini .plan_tit3 span {
    font-size:1.2em;
    padding: 0 5px;
    }

.plan-cost .plan_2,
.plan-cost_mini .plan_2a {
    width: 100%;
    display: block;
    border: solid 1px #dbdbdb;
    background-color: #e9e9e9;
    float:left;
    margin-top: 10px;
    position: relative;
    padding-top:33%;
}
.plan-cost_mini .plan_2a {
    margin-bottom: 0;
}

.plan-cost .plan_2 img,
.plan-cost_mini .plan_2a img {
    width:50%;
    float:left;
}

.plan_ofuse {
    width:50%;
    float:right;
    display: block;
}

.plan-cost .plan_2 a,
.plan-cost_mini .plan_2a a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #000;
}



.plan-cost .plan_ofuse p.plan_tit4,
.plan-cost_mini .plan_ofuse p.plan_tit4 {
    margin: 0 10px 0px;
    border: solid 1px #7aa95d;
    font-family: 'YuMincho', /* Mac用 */ 'Yu Mincho', /* Windows用 */ serif;
    font-size: 0.87em;
    letter-spacing: 0.2;
    text-align: center;
    color: #fff;
    /*background-color: #7aa95d;*/
    padding: 10px;
    border-radius: 25px 25px 25px 25px;
    background:#7aa95d url(../../img/plan/kazokuso2/ico_rsaquo.png) no-repeat right center;
    background-size: 90%;
}

/* お客様の声　*/

.voice {
    background-color: #e9e9e9;
    margin-top:20px;
    padding-bottom: 20px;
}

.voice h2 {
    font-weight: bold;
    margin-left: 0.5em;
}

.voice ul {
    float: left;
    background-color: #e9e9e9;
}

.voice li {
    width: 100%;
    line-height: 1.1em;
    font-size:0.9em;
    padding-top: 10px;
    padding-left: 10px;
}
    

.voice2 {
    margin: 0 auto;
    background-color: #e9e9e9;
    overflow: hidden;
}

.voice2 ul li img {
    width:80%;
    margin-left:25px;
}

.star-rating {
  position: relative;
  font-size: 20px;
}

.star-rating-front {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  color: #ffcc33;
}

.star-rating-front span, .star-rating-back span {
    color: #000;
    font-size: 0.7em;
}

.star-rating-back {
  color: #ccc;
}

/* 特徴　*/

.tokucyo {
    width: 100%; 
    background-color: #e9e9e9;
}


.title2-img {
    height: 200px;
    background: rgba(255,255,255,0.5);
}


.tokucyo ul.bn {
    width:100%;
    background-color: #e9e9e9;
    text-align: center;
}

.tokucyo ul.bn img {
    padding-bottom:20px;
    width: 80%;
}

.tokucyo ul.bn li a:hover {
    opacity: 0.8;
}

.tokucyo_txt {
    color: #333333;
    font-size: 1.2em;
    line-height: 1.2;
    font-family: 'YuMincho', /* Mac用 */ 'Yu Mincho', /* Windows用 */ serif;
    text-align: center;
    padding:5px 5px 30px 5px;
}

.title_cmt2 {
    margin: 20px auto;
    padding: 0.5em;
    line-height: 1.2;
} 

.title_cmt3 {
    width: 70%;
    line-height: 1.2em;
    font-size: 0.9em;
    position: relative;
    top: 5%;
    left: 16%;
} 



/* interview */
.interview {
    width:100%;
    margin-bottom: -40px;
}

.interview h2 {
    font-size: 1.3em;
}

.interview .interview_1, .interview_2 {
    margin-bottom: 20px;
}

.interview .interview_1_cmt img, .interview_2_cmt img {
    margin-bottom: 20px;
    margin-top: 10px;
    padding: 5px;
    width: 100%;
}

.interview .interview_1_txt {
    margin-bottom: 20px;
    line-height: 1.2;
    padding: 0 0.5em;
}

.interview .interview_1_bn, .interview .interview_2_bn  {
    width: 100%;
    text-align: center;
}

.interview_1_bn img, .interview_2_bn img {
    width:80%;
    text-align: center;
}

/* merit */

.merit h2 {
    padding-top: 50px;
    font-size: 1.5em;
}

.merit p {
    padding: 1em 1em;
    line-height: 1.2;
}


.demerit h2 {
    padding-top: 35px;
    font-size: 1.5em;
}

.demerit p {
    padding: 1em 1em;
    line-height: 1.2;
}


/* manner */

.manner {
    width:100%;
    background-color: #e9e9e9;
    overflow: hidden;
    height: 630px;
}

.manner h2 {
   font-size:1.3em;
}

.manner p {
    line-height: 1.2;
    padding:0 1em;
    position: relative;
    top: 180px;
    padding-top: 10px;
}

.manner img {
    border-radius: 50%;
}


/* religion */

.religion {
    width: 100%;
    background-color: #e0e0e0;
    border-bottom: 1px solid #8c8c8c;
}

.religion h2{
    color: #333333;
    padding-top: 40px;
    font-size: 1.3em;
}

.religion p {
    text-align: center;
}

.religion ul.box {
    display: block;
    padding: 0 1em 40px;
    margin-top: 20px;
    overflow: hidden;
}

.religion ul.box li {
    width:23%;
    border: 1px #000;
    background-color: #e9e9e9;
    display: inline-block;
    text-align: center;
    margin: 0.5px;
    padding-top: 30%;
    padding-bottom: 10px;
    margin-bottom: 0.3em;
    position: relative;
}

.religion ul.box li img {
    border-radius: 50%;
    padding:5px;
}

.religion ul.box li p {
    font-size:0.6em;
    height: 30px;
    padding-top:5px;
}

.religion ul.box li a,  .area ul.box2 li a {
    display: block;
    text-decoration: none;
    color: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.religion ul.box li span {
    font-size:0.8em;
}


/* area */
.area {
    width: 100%;
    background-color: #e0e0e0;
    overflow: hidden;
}

.area h2{
    color: #333333;
    padding-top: 40px;
    font-size: 1.3em;
}

.area p {
    line-height:1.3;
    padding: 0 1em 20px;
}

.area ul.box2 {
    display: block;
    padding-top: 20px;
    padding-bottom: 40px;
    overflow: hidden;
    position: relative;
    top: 20% 20%;
    padding:0 20px;
}

.area ul.box2 li {
    width:45%;
    border: 1px #000;
    background-color: #e9e9e9;
    display: inline-block;
    text-align: center;
    padding-top: 33%;
    margin-bottom: 20px;
    margin-left: 3%;
    position:relative;
}

.area ul.box2 li img {
    width:95%;
    margin-top: 5px;
}

.area ul.box2 li span {
    font-size:1.5em;
    font-weight: bold;
    color: #c65080;
    padding: 0 2px;
}


/* advice */
.advice {
    width: 100%;
    background-color: #eadedd;
}

.advice h2{
    color: #333333;
    background-color: #eadedd;
    padding-top: 40px;
    font-size: 1.3em;
}

.cmt1, .cmt2 {
    width: 100%;
    height: 200px;
    background-image: url(../../img/plan/kazokuso2/cmt_1.jpg);
    background-repeat: no-repeat;
    background-position: 100% 10%;
    background-size: 79% 93%;
    overflow: hidden;
    margin: 0 auto;
}

.advice img {
    float: left;
    border-radius: 50%;
    padding: 5px;
    width: 80px;
}

.cmt1 p, .cmt2 p {
    line-height: 1.4;
    margin: 6% 2%;
    padding-left: 24%;
    font-size: 0.8em;
}


/* qa */
.qa {
    width: 100%;
}

.qa h2 {
    color: #333333;
    font-size: 1.3em;
}

.qa ul.qa1 {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
} 

.qa ul.qa1 li img {
    float:left;
}

.qa ul.qa1 li.txt1{
    padding-left: 40px;
    font-weight: bold;
    line-height: 1.2;

}
.qa ul.qa1 li.txt2{
    background-color: #eadedd;
    padding:10px 10px;
    line-height: 1.3;
    margin-top: 10px;
}

/* 20240414 new_plan_page */

/*========= トップ画像まわり =========*/

.top_plan{
  display: flex;
  flex-direction: column;
}

.top_plan a:visited {
color:#000000;
}

.top_plan .right_section{
  order: 0;
  margin-top: -82px;
}
.top_plan .right_section .main_top_img img{
  width: 100%;
  height: 700px;
  object-fit: cover;
}

.top_plan .left_section{
  order: 1;
}

.top_plan .left_section p {
  line-height: 1.2rem;
  text-align: left;
}

.top_plan .left_section .plan_title {
  text-align: center;
  padding :30px 40px;
  background: #f3f3f3;
}

.top_plan .left_section .plan_title h1, .top_plan .left_section .plan_title h2 {
  font-size: 1.3rem;
  margin-bottom: 20px;
  font-weight: 500;
}

.plan_info_wrapper .plan_info {
  display: flex;
  align-items: center;
  border:1px solid #edeaea;
  margin-bottom: 15px;
  position: relative;
}

.plan_info_wrapper .plan_info .plan_info_img{
  width:57%;
}

.plan_info_wrapper .plan_info .plan_info_img img{
  height:50vw;
  object-fit: cover;
}

.plan_info_wrapper .plan_info .plan_info_text{
  width:43%;
  text-decoration: none;
}

.plan_info_wrapper .plan_info .plan_info_text{
  padding:0 15px;
}


.plan_info_wrapper .plan_info .plan_info_text .plan_titel1{
  position:absolute;
  left: 0;
  bottom: 7%;
  color:#fff;
  background-color: #363434;
  font-size: 0.8rem;
  padding:5px 10px;
}

.plan_info_wrapper .plan_info .plan_info_text .plan_titel2{
  margin-bottom: 30px;
}

.plan_info_wrapper .plan_info .plan_info_text .plan_titel3 span{
  color: #B83669;
  font-size: 1.3rem;
}

/* 花葬儀の一日葬の特徴 */

.plan_feature{
  width: 100%;
  margin: 40px 0 0;
}

.plan_feature h2{
  text-align: center;
  font-size: 1.1rem;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.plan_feature h2::before,
.plan_feature h2::after {
  content: '';
  flex-grow: 1;
  height: 2px;
  background:#333;
}

.plan_feature h2::before{
  margin-right: 30px;
}

.plan_feature h2::after{
  margin-left: 30px;
}

.plan_feature p{
  text-align: center;
  margin: 30px 0 20px;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.4rem;
}

.plan_feature .plan_feature_inner{
  width: 100%;
  margin: 0 auto;
  display: block;
}

.plan_feature .plan_feature_content{
  width: 100%;
  height: 380px;
  border-bottom: 1px solid #e9e8e8;
}

.plan_feature .plan_feature_content:last-child{
  border-bottom: none;
}

.plan_feature .plan_feature_content:last-child{
  margin-right: 0;
}

.plan_feature .plan_feature_content .plan_feature_bg{
  background-color: #e9e8e8;
  text-align: center;
  width: 100%;
  height: 60%;
}

.plan_feature .plan_feature_content .plan_feature_bg .plan_feature_top{
  background-color: #fff;
  padding: 5px 15px;
  display: inline-block;
  color: #bcb9b9;
}

.plan_feature .plan_feature_content .plan_feature_bg .plan_feature_top span{
  display: block;
  margin-top: 5px;
  font-size: 1.6rem;
  color: #000000;
}

.plan_feature .plan_feature_bg p{
  margin: 30px 0 20px;
  line-height: 1.2rem;
}

.plan_feature .plan_feature_bg .plan_info_img{
  position: relative;
  width: 85%;
  margin: 0 auto;
}

.plan_feature .plan_feature_bg img{
  width: 100%;
  height: 160px;
  object-fit: cover;
}

.plan_feature .img_btm_text_bg {
  position: relative;
  text-align: right;
  margin-top: 82px;
  margin-right: 28px;
}

.plan_feature .img_btm_text_bg .img_btm_text{
  position: absolute;
  bottom: -35px;
  right:100px;
  right: 40px;
}

.plan_feature .img_btm_text_bg .img_btm_text::before, .plan_feature .img_btm_text_bg .img_btm_text::after {
		content: "";
		display: block;
		position: absolute;
	}

.plan_feature .img_btm_text_bg .img_btm_text::before{
		width: 7px;
		height: 7px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		transform: rotate(45deg);
		right: 27px;
		z-index: 2;
    top: 4px;
    right: -29px;
  }

.plan_feature .img_btm_text_bg .img_btm_text::after {
		background: #A0A0A0;
		width: 27px;
		height: 27px;
		border-radius: 50%;
		right: 15px;
		z-index: 1;
    top: -6px;
    right: -40px;
	}

/* お客様の声 */

.cont_interview{
  padding:0 !important;
}

.cont_interview_inr{
  padding:40px 35px;
  background-color: #e8e8e8;
}

.cont_interview_inr .cont_interview_top h2{
  font-size: 1.5rem;
  margin-bottom: 20px;
}

.cont_interview_list .cont_interview_btm{
  background-color: #fff;
  padding:30px 20px;
}

.cont_interview_list .cont_interview_btm dl{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction:row !important;
  width: 100%;
}

.cont_interview_list .cont_interview_btm dt{
  width: 40%;
  padding:20px 0 !important;
  border-bottom: 1px solid #c7c3c3;
}

.cont_interview_list .cont_interview_btm dd{
  width: 60%;
  padding:20px 0 !important;
  border-bottom: 1px solid #c7c3c3;
  white-space: nowrap;
  overflow: hidden;
}

.cont_interview_list .cont_interview_btm span{
  margin :20px 0;
  width:100%;
  float: left;
  text-align: left;
}

.cont_interview_list .cont_interview_btm p{
  text-align: left;
  line-height: 1.2rem;
}

.cont_interview_list .cont_interview_btm .interview_dot{
  display: contents;
}

.cont_interview_list .cont_interview_btm .interview_dot::before{
   content:" ";
}

.cont_interview_inr .lnk2{
  margin-top:30px;
  margin-right: 40px;
  text-align: right;
  position:relative;
}

.cont_interview_inr .lnk2::before, .cont_interview_inr .lnk2::after {
		content: "";
		display: block;
		position: absolute;
	}

.cont_interview_inr .lnk2::before{
		width: 7px;
		height: 7px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		transform: rotate(45deg);
		right: 27px;
		z-index: 2;
    top: 4px;
    right: -29px;
  }

.cont_interview_inr .lnk2::after {
		background: #A0A0A0;
		width: 27px;
		height: 27px;
		border-radius: 50%;
		right: 15px;
		z-index: 1;
    top: -6px;
    right: -40px;
	}

.slide-arrow {
  background-color: #f2eeee;
  bottom: 0;
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
}

.next-arrow  {
  border-bottom: solid 1px #707070;
  border-left: solid 1px #707070;
  width: 22px;
  height: 22px;
  transform: rotate(45deg);
  left: -23px;
}

.prev-arrow {
  border-top: solid 1px #707070;
  border-right: solid 1px #707070;
  width: 22px;
  height: 22px;
  transform: rotate(45deg);
  right: -23px;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
}

/* 流れ　*/

.nagare {
  width: 100%;
  background-color: #fff;
  padding:30px 20px;
}

.nagare h2 {
  text-align: center;
  font-size: 18px;
  line-height: 1.4rem;
  margin: 0 0 40px;
}

.nagare h4, .nagare h5{
  text-align: center;
}

.nagare h4{
  font-size: 1.5rem;
  font-weight: 500;
  display: flex;
  color:#B83669;
  align-items: center;
  margin :30px 0;
}

.nagare h4::before,
.nagare h4::after {
  content: '';
  flex-grow: 1;
  height: 2px;
  background:#333;
}

.nagare h4::before{
  margin-right: 20px;
}

.nagare .day_one_line::before{
  margin-right: 0 !important;
}

.nagare h4::after{
  margin-left: 20px;
}

.nagare .day_one_line::after{
  margin-left: 0 !important;
}

.nagare .day_one_last{
  color:#B83669 !important;
}

.nagare h4::before:last-child, .nagare h4:last-child::after{
  content: '';
  flex-grow: 1;
  height: 2px;
  background:#333;
}

.nagare h5{
  margin-bottom: 10px;
  font-size: 1.3rem;
}

.nagare .flow_summary_content{
  width:100%;
  display: block;
}

.nagare .flow_summary_content > ul{
  width:100%;
} 

.nagare .flow_summary_content details {
  border: 1px solid #d8d8d8;
  margin-bottom:10px;
}

.nagare .flow_summary_content details[open] .flow_detail_li {
  animation: fadeIn 0.3s ease;
}
@keyframes fadeIn {
  0% {
    opacity: 0; /* 透明 */
    transform: translateY(-10px); /* 上から表示 */
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.nagare .flow_summary_content details summary{
  border: 1px solid #d8d8d8;
  padding:15px 30px;
  display: block;
  position: relative;
}

.nagare .flow_summary_content details summary:before,
.nagare .flow_summary_content details summary:after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.nagare .flow_summary_content details summary:after {
  width: 7px;
  height: 7px;
  right: 10px;  
  border-top: 2px solid #d7d7d7;
  border-right: 2px solid #d7d7d7;
  transform: rotate(135deg);
  transition: .1s;
}

.nagare .flow_summary_content details[open] summary:after {
  transform: rotate(225deg); 
  right: 10px;
  top: 5px;
}

.nagare .flow_summary_content details summary::-webkit-details-marker {
  display: none;
}

.nagare .flow_detail_li .flow_detail_text {
  text-align: left;
  font-size: 1.0rem;
  padding: 25px;
  line-height: 1.2rem;
}

.nagare .flow_detail_li > img {
  width:100%;
  height:130px;
  object-fit:cover;
  padding:0 25px;
}

.nagare .flow_detail_li .plan_inc {
  text-align: center;
  padding: 20px 0 10px;
  margin: 0 25px;
  border-bottom: 1px solid #d8d8d8;
  font-size: 1.2rem;
}

.nagare .flow_detail_li ul{
  display: flex;
  padding: 10px 30px;
  flex-wrap: wrap;
  justify-content: start;
}

.nagare .flow_detail_li ul li{
  margin:10px;
  width: calc((100% - 60px) / 3);
}

.nagare .flow_detail_li ul li p{
  text-align: center;
  margin:10px 0;
  font-size: 0.7rem;
}

.nagare .flow_detail_li .youTube_logoImg{
  width: 100%;
  padding: 20px;
  text-align: end;
}

/* よくある質問 */

.common_question{
  padding:30px 20px;
}

.common_question h2{
  font-size: 1.4rem;
  text-align: center;
  margin: 20px 0;
}

.common_question ul{
  box-shadow: 0px 5px 15px -5px #bababa;
}

.common_question li:first-child{
  border-top: none;
}

.common_question li{
  padding: 30px 40px;
  border: 1px solid #dedddd;
  border-bottom: none;
}

.common_question .first_title{
  color:#B83669;
  margin-bottom: 20px;
  line-height: 1.3rem;
}

.common_question p:last-child{
  margin-bottom: 20px;
  line-height: 1.3rem;
}

.common_question .question_btm_text{
  text-decoration: none;
  margin-top: 30px;
  margin-right:40px;
  float: right;
  position: relative;
}

.common_question .question_btm_text::before, .common_question .question_btm_text::after {
		content: "";
		display: block;
		position: absolute;
	}

.common_question .question_btm_text::before{
		width: 7px;
		height: 7px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		transform: rotate(45deg);
		right: 27px;
		z-index: 2;
    top: 4px;
    right: -29px;
  }

.common_question .question_btm_text::after {
		background: #A0A0A0;
		width: 27px;
		height: 27px;
		border-radius: 50%;
		right: 15px;
		z-index: 1;
    top: -6px;
    right: -40px;
	}

/* 一日葬の基礎知識 */

.basic_knowledge{
  margin: 60px 0 0;
}

.basic_knowledge h2{
  font-size: 1.4rem;
  text-align: center;
  margin: 20px 0;
}

.basic_knowledge h3{
  margin: 0 30px 30px; 
  text-align: center;
}

.basic_knowledge h4{
  padding:10px 0;
  text-align: center;
  background-color: #c5c5c5;
  color: #fff;
}

.basic_knowledge .pre_right h4{
  background-color: #e3d5c5;
}

.basic_knowledge .pre_left{
  margin-bottom: 30px;
}

.basic_knowledge .pre_left, .basic_knowledge .pre_right{
  width:100%;
}

.basic_knowledge .pre_left ul li, .basic_knowledge .pre_right ul li{
  display: flex;
  align-items: center;
  border: 1px solid #e1e0e0;
}

.basic_knowledge .pre_left ul li img, .basic_knowledge .pre_right ul li img{
  width: 40%;
}

.basic_knowledge .pre_left ul li p, .basic_knowledge .pre_right ul li p{
  width: 60%;
  padding:0 20px;
  line-height: 1.3rem;
}

/*========= レイアウトのためのCSS ===============*/

.top_text_animation{ 
  position: absolute;
  right:0;
  bottom:65%;
  margin: 20px;
  font-size: 20px;
  overflow: hidden;/*左右アニメーションで画面からはみ出る際に出る横スクロールバーを隠す*/
  color: #fff;
  text-shadow: 6px 3px #bbb;
  font-weight: bold;
  font-size: 1.7rem;
}

/*========= 流れるテキスト ===============*/

/*全共通*/

.slide-in {
  overflow: hidden;
    display: inline-block;
}

.slide-in_inner {
  display: inline-block;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.8);
}

/*左右のアニメーション*/
.leftAnime{
    opacity: 0;/*事前に透過0にして消しておく*/
}

.slideAnimeLeftRight {
  animation-name:slideTextX100;
  animation-duration:1.5s;
  animation-fill-mode:forwards;
    opacity: 0;
}

@keyframes slideTextX100 {
  from {
  transform: translateX(-100%); /*要素を左の枠外に移動*/
        opacity: 0;
  }

  to {
  transform: translateX(0);/*要素を元の位置に移動*/
    opacity: 1;
  }
}

.slideAnimeRightLeft {
  animation-name:slideTextX-100;
  animation-duration:1.5s;
  animation-fill-mode:forwards;
  opacity: 0;
  text-align: right;
  font-family: "ヒラギノ角ゴ W3 JIS2004", sans-serif !important;
}


@keyframes slideTextX-100 {
  from {
  transform: translateX(100%);/*要素を右の枠外に移動*/
    opacity: 0;
  }

  to {
  transform: translateX(0);/*要素を元の位置に移動*/
    opacity: 1;
  }
}

/*========= END 流れるテキスト ===============*/