@charset "utf-8";

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

/* header */

.plan-header {
  width: 100%;
  border-bottom: 1px solid #d3d4b4;
  padding-bottom: 15px;
  margin-bottom: 15px;
  display: table;
}

.plan-header > h2,
.plan-header > p {
  display: table-cell;
  vertical-align: middle;
}

.plan-header > h2 {
  color: #4b3304;
  font-size: 38px;
}

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

/* 新プランページ対応_20240616 */
.page-inner-plan {
  margin:0 auto;
}

.page-inner-breadcrumb{
  max-width: 1200px;
  margin:66px auto 0;
}

/* fv-nav */

#plan {
  margin-bottom: 50px;
}

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

#plan .boxlink {
  width: 100%;
  display: table;
  table-layout: fixed;
}

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

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

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

#plan .boxlink.swiper-wrapper {
  border-left: none;
}

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

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

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

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

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

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

.swiper-wrapper {
  transform: none !important;
}

/* know */

#know1 {
  width: 100%;
  display: table;
  margin-bottom: 50px;
}

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

#know1 figure {
  float: left;
}

#know1 p {
  float: right;
  width: 490px;
  font-size: 15px;
  line-height: 1.6em;
}

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

#flow h2 {
  background: #F7EFDD;
  padding: 14px 25px 12px;
  border-bottom: 1px solid #C5C0B7;
  color: #4b3304;
  font-size: 32px;
  line-height: 1.2em;
}

#flow ol {
  background: #FBF8F3;
  display: block;
  margin: 24px 19px;
  overflow: hidden;
}

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

#flow ol h3 {
  background: url(../../img/plan/shukyo/flow_tit_bg.gif) repeat-y;
  padding: 13px 30px;
  border-bottom: solid 20px #FBF8F3;
  font-size: 22px;
  color: #fff;
}

#flow ol > li img {
  float: right;
  margin-right: 30px;
  border: solid 1px #ccc;
}

#flow ol p:last-of-type {
  margin-bottom: 0;
}

#flow ol p {
  font-size: 16px;
  line-height: 1.75;
  display: block;
  width: 500px;
  margin: 0 0 30px 80px;
}

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

#flow ol > li:last-child {
  background-image: none;
}

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

#flow.mb10 ol li dl {
  width: 450px;
  float: right;
}

/* .plan-ptn2 */

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

.plan-ptn2 #flow.mb10 ol dl {
  margin-right: 20px;
  width: 445px;
}

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

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

.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: 148px;
    padding: 10px;
    border: 1px solid #C5C0B7;
    border-left: none;
}

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

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

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

.plan-ptn2 #flow ol dl dd li img {
  width: 100%;
  height: auto;
  margin: 0;
}

.plan-ptn2 #flow ol p {
    font-size: 16px;
    line-height: 1.8em;
    display: block;
    width: 380px;
    margin: 0 0 30px 80px;
}

.plan-ptn2 #flow ol ul span {
    line-height: 1.4em;
    font-size: 14px;
    display: table-cell;
    height: 65px;
    width: 138px;
    vertical-align: middle;
}

/* .plan-ptn3 */

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

.plan-ptn3 > section > h2 {
  color: #4b3304;
  font-size: 32px;
  line-height: 1.2em;
  margin-bottom: 15px;
}

.plan-ptn3 > section > h2 > span {
  font-size: 16px;
  vertical-align: middle;
  display: inline-block;
  padding-left: 60px;
}

.plan-ptn3 #qa {
  padding: 20px 40px 20px 50px;
  border: 4px #358631 solid;
  background-color: #eafde3;
  position: relative;
  height: auto;
  font-size: 18px;
  line-height: 1.4em;
}

.plan-ptn3 #qa img.op {
  position: absolute;
  bottom: 0;
  left: 750px;
  font-size: 30px;
}

.plan-ptn3 .qa_tel{
  background-color: #ffffff;
  width: 600px;
  padding: 20px;
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
  border: 1px #cccccc solid;
}

/* breakdown */

.plan-ptn3 #breakdown {
  overflow: hidden;
}

#breakdown h2 {
  font-family: YuMincho, /* Mac用 */ 'Yu Mincho', /* Windows用 */ serif;
}

.plan-ptn3 #breakdown section {
  font-size: 16px;
  padding: 0 24px 24px;
  margin-bottom: 18px;
  border: 1px solid #C5C0B7;
  border-top: none;
}

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

.plan-ptn3 #breakdown section h3 {
  font-size: 24px;
  font-weight: 700;
  padding: 10px 25px;
  margin: 0 -25px 20px;
  position: relative;
  color: #51390b;
  font-family:
  YuMincho, /* Mac用 */
  'Yu Mincho', /* Windows用 */
  serif;
}

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

.plan-ptn3 #breakdown .sec1 li {
  width: 470px;
  margin-left: 8px;
}

.plan-ptn3 #breakdown .sec1 li span {
  font-size: 16px;
  display: block;
  margin: 8px 0;
}

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

.plan-ptn3 #breakdown .sec2 ul li {
  width: 311px;
  margin-left: 7px;
}

.plan-ptn3 #breakdown .sec2 ul li span {
  font-size: 14px;
  color: #4b3304;
  display: block;
  margin: 5px 0 0;
  line-height: 1.4em;
}

.plan-ptn3 #breakdown .sec2 ol {
  background: #F2EDEA;
  display: block;
  padding: 30px;
  overflow: hidden;
  width: 950px;
  margin: 0 auto 10px;
}

.plan-ptn3 #breakdown .sec2 ol li {
  background: #FFF;
  text-align: center;
  display: block;
  float: left;
  width: 128px;
  padding-top: 6px;
  margin: 0 -1px -1px 0;
  border: 1px solid #C5C0B7;
}

#breakdown .sec2 ul + p {
font-size: 18px;
  text-align: right;
  margin-top: 20px;
}

.plan-ptn3 #breakdown .sec2 ol li span {
  font-size: 14px;
  line-height: 1.2;
  vertical-align: middle;
  display: table-cell;
  height: 48px;
  width: 128px;
}

.plan-ptn3 #breakdown .sec3 {
  padding-bottom: 20px;
  overflow: hidden;
}

#breakdown section h3 span {
  position: absolute;
  right: 25px;
  font-family:
  YuMincho, /* Mac用 */
  'Yu Mincho', /* Windows用 */
  serif;
  font-weight: normal;
}

.plan-ptn3 #breakdown .sec3 img {
  float: left;
  margin-right: 28px;
}

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

.plan-ptn3 #breakdown .sec3 p {
  line-height: 1.75;
  margin: 0 0 20px 300px;
}

.plan-ptn3 #breakdown .sec3 dl {
  font-size: 24px;
  margin: 0 0 0 300px;
  overflow: hidden;
}

.plan-ptn3 #breakdown .sec3 dl dt {
  float: left;
  clear: both;
  line-height: 1.4em;
}

.plan-ptn3 #breakdown .sec3 dl dd {
  margin-bottom: 5px;
  line-height: 1.4em;
}

.plan-ptn3 #breakdown .sec3 dl dd:last-child {
  margin-bottom: 0;
}

.plan-ptn3 #breakdown .sec4 dl {
  font-size: 16px;
  margin: 0;
  overflow: hidden;
}

.plan-ptn3 #breakdown .sec4 dl dt {
  float: left;
  clear: both;
  line-height: 1.4em;
}

.plan-ptn3 #breakdown .sec4 dl dd {
  margin-bottom: 0;
  line-height: 1.4em;
}

.plan-ptn3 #breakdown .sec4 dl dd:last-child {
  margin-bottom: 0;
}

.plan-ptn3 #breakdown .sec4 {
  width: 495px;
  float: left;
}

.plan-ptn3 #breakdown .sec5 {
  width: 100%;
  float: left;
}

.plan-ptn3 #breakdown .sec4 + .sec4 {
  float: right;
}

.plan-ptn3 #breakdown .sec4 img,
.plan-ptn3 #breakdown .sec5 img {
  float: left;
  margin-right: 20px;
}

.plan-ptn3 #breakdown .sec4 li,
.plan-ptn3 #breakdown .sec5 li {
  text-align: right;
  float: none;
  margin-top: 10px;
}

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

.plan-ptn3 #breakdown .sec4 p {
  line-height: 1.4em;
}

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

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

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

.plan-ptn3 #breakdown section > ul {
  display: block;
  overflow: hidden;
    margin-bottom: 10px;
}

.plan-ptn3 #breakdown section > ul li {
  display: block;
  float: left;
}

.plan-ptn3 #breakdown section > ul li:first-child {
  margin-left: 0;
}

.plan-ptn3 #breakdown section h4 {
  font-size: 21px;
  color: #4b3304;
  background: #e5e5e5;
  font-weight: bold;
  padding: 15px;
  margin: 20px 0 10px;
  line-height: 1.4em;
}

.plan-ptn3 #breakdown section h4 span {
  font-size: 14px;
  vertical-align: middle;
  display: inline-block;
  padding-left: 50px;
  font-weight: normal;
  padding-bottom: 10px;
  line-height: 1.4em;
}

.plan-ptn3 #breakdown .sec1 p {
  margin-top: 10px;
  font-size: 18px;
  text-align: right;
  color: #797979;
}

.plan-ptn3 #religion div p:last-child a,
.plan-ptn3 #breakdown .sec1 a,
.plan-ptn3 #breakdown .sec2 ul + p a,
.plan-ptn3 #breakdown .sec4 li a,
.plan-ptn3 #breakdown .sec5 li a {
  background: url(../../img/top/top_recommend_more.png) no-repeat 0 center;
  padding-left: 22px;
}

.plan-ptn3 #religion div p:last-child a:hover,
.plan-ptn3 #breakdown .sec1 a:hover,
.plan-ptn3 #breakdown .sec4 li a:hover,
.plan-ptn3 #breakdown .sec5 li a:hover,
.plan-ptn3 #breakdown .sec2 ul + p a:hover {
  color: #41a731;
}

.plan-ptn3 #religion div {
  font-size: 16px;
  padding: 22px 25px;
  border: 1px solid #c5c0b7;
  overflow: hidden;
}

.plan-ptn3 #religion div img {
  float: left;
  margin-right: 25px;
}

.plan-ptn3 #religion div h3 {
  font-size: 30px;
  font-weight: bold;
  color: #e0a100;
  margin-bottom: 25px;
}

.plan-ptn3 #religion div p {
  line-height: 1.4em;
}

.plan-ptn3 #religion div p:last-child {
  margin-top: 50px;
}

.plan-ptn3 #religion div p:last-child, #breakdown .sec2 ul + p {
  font-size: 18px;
  text-align: right;
  margin-top: 20px;
}

.plan-ptn3 #religion div p:last-child {
    margin-top: 50px;
}

.plan_fv_banner {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}

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

.plan_fv_banner a {
  display: block;
  text-decoration: none;
}

.plan_fv_banner a p {
  font-size: 16px;
  line-height: 1.4em;
  color: #4b3304;
  position: absolute;
  left: 38px;
  top: 75px;
}

/* point */

#point {
  padding: 40px 48px;
  margin-bottom: 60px;
}

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

#point div {
  background: rgba(255,255,255,0.6);
  padding: 30px 35px;
  margin-top: 20px;
}

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

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

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

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

#area {
  width: 100%;
}

.area-header {
  width: 100%;
  display: table;
  margin-bottom: 15px;
}

.area-header h2,
.area-header p {
  display: table-cell;
  vertical-align: middle;
}

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

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

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

#area .boxlink li {
  display: table-cell;
  vertical-align: top;
  text-align: center;
  border: 1px solid #C5C0B7;
  border-left: none;
  margin-top: -1px;
}

#area .boxlink li a {
  font-size: 24px;
  line-height: 1;
  display: block;
  height: 130px;
  text-align: center;
  padding: 23px 0 0;
  position: relative;
}

#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: 40px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 12px;
  position: relative;
  z-index: 2;
  font-style: normal;
}

/* plan-chara */

.plan-chara-header {
  width: 100%;
  position: relative;
  margin-bottom: 50px;
}

.plan-chara-header p {
  font-size: 14px;
  line-height: 1.6em;
  color: #4b3304;
  position: absolute;
  left: 38px;
  top: 65px;
}

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

.plan-chara-plan-header h1,
.plan-chara-plan-header span {
  display: table-cell;
  vertical-align: middle;
  color: #523B17;
}

.plan-chara-plan-header h1 {
  font-size: 30px;
}

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

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

#plan .boxlink li.plus {
  border: none !important;
}

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

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

.plan-chara-boxlink li {
  float: left;
  width: 250px;
  border: 1px solid #C5C0B7;
  text-align: center;
}

.plan-chara-boxlink li a {
  display: block;
  color: #4b3304;
  height: 370px;
  padding: 10px 0 15px;
}

.plan-chara-boxlink li a > h3 {
  margin-top: 0;
}

.plan-chara-boxlink li h3 {
  padding-top: 10px;
}

.plan-chara-boxlink li dl {
  display: table;
  margin: 20px auto 15px;
}

.plan-chara-boxlink li dt,
.plan-chara-boxlink li dd {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  line-height: 1.2em;
  font-weight: bold;
}

.plan-chara-boxlink li dd span {
  font-size: 14px;
  font-weight: normal;
  display: block;
  white-space: nowrap;
  position: relative;
  left: -10px;
}

.plan-chara-boxlink li dd img {
  margin: -5px 10px 0;
  float: left;
}

.plan-chara-boxlink li a p {
  font-size: 15px;
  padding: 0 10px;
  line-height: 1.6em;
}

.plan-chara-boxlink li + li {
  border-left: none;
}

.plan-chara-boxlink li.plus {
  width: 165px;
  line-height: 390px;
  border: none !important;
}

.plan-chara-boxlink li.plus img {
  vertical-align: middle;
}

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

.plan-chara-boxlink li.plan_hana1 {
  width: 335px;
  background: #BA8282;
}

.minimaru_line {
  border-top: 2px solid #c5c0b7;
  margin: 50px 0;
}

.minimaru_box {
  font-size: 16px;
  border: 1px solid #c5c0b7;
  margin-top: 30px;
  width: 100%;
  overflow: hidden;
}

.minimaru_box a {
  width: 100%;
  display: block;
  padding: 15px;
  overflow: hidden;
}

.minimaru_l {
  width: 580px;
  display: table-cell;
  vertical-align: middle;
}

.minimaru_r {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
  text-align: center;
}

.minimaru_r dl {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 15px;
}

.minimaru_r dt,
.minimaru_r dd {
  display: inline-block;
  vertical-align: middle;
}

.minimaru_r dt,
.minimaru_r_dd {
  font-weight: bold;
}

.minimaru_r p {
  color: #4b3304;
  text-align: left;
  font-size: 16px;
  line-height: 1.4em;
}

#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;
  padding: 0 52px 25px;
  margin-bottom: 30px;
}

#gallery h2 {
  padding-top: 40px;
  margin: 0;
  display: table;
  width: 100%;
}

#gallery h2 img,
#gallery h2 span {
  display: table-cell;
  vertical-align: middle;
}

#gallery h2 span {
  text-align: right;
}

#gallery h3 img {
  vertical-align: middle;
}
#gallery .gallery {
  margin: 35px 0 20px;
  display: block;
  overflow: hidden;
}

#gallery .gallery li {
  width: 282px;
  float: left;
  text-align: center;
  margin-left: 25px;
}

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

#gallery .gallery li:first-child {
  margin-left: 0;
}

#gallery .gallery figcaption {
  color: #4b3304;
  font-size: 16px;
  line-height: 1.6em;
  margin: 15px 0;
}

#gallery .example {
  background: #FFF;
  margin: 20px 0;
  padding: 25px;
  display: block;
  overflow: hidden;
}

#gallery .example li {
  text-align: center;
  width: 412px;
}

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

#gallery .example li:first-child { float: left; }
#gallery .example li:last-child { float: right; }
#gallery .example li img {
  display: block;
  margin-bottom: 20px;
}

#gallery > p {
  font-size: 18px;
  text-align: right;
  margin-top: 20px;
}

#gallery > p a {
  background: url(../../img/top/top_recommend_more.png) no-repeat 0 center;
  padding-left: 22px;
}

#gallery > p a:hover,
.minimaru_box a:hover {
  color: #41a731;
}

#gallery .example li a:hover,
.minimaru_box a:hover,
.mitu-button:hover  {
  opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-filter: "alpha(opacity=80)";
}


/* 見積もり */

#mitsumori {
  margin-bottom: 30px;
}

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

#mitsumori div.waku {
  font-size: 16px;
  padding: 22px 45px;
  border: 1px solid #c5c0b7;
  overflow: hidden;
}

#mitsumori h3 {
    text-align: center;
    padding: 10px;
}
#mitsumori div.mitu-box {
    float: left;
    margin-right: 55px;
}
#mitsumori div.mitu-box01 {
    float: left;
    margin-right: 35px;
}
#mitsumori div.mitu-box02 {
    float: left;
}
div.koe {
    background: url(../../img/plan/common/mitumori_07.png) no-repeat 0 center;
   width: 277px;
    height: 277px;
    font-size: 16px;
    line-height: 1.8;
}
div.koe02 {
    background: url(../../img/plan/common/mitumori_08.png) no-repeat 0 center;
 width: 277px;
    height: 277px;
    font-size: 16px;
    line-height: 1.8;
}
div.koe03 {
    background: url(../../img/plan/common/mitumori_09.png) no-repeat 0 center;
    width: 277px;
    height: 277px;
    font-size: 14px;
    line-height: 1.8;
}

div.koe ul,
div.koe02 ul,
div.koe03 ul {
  padding: 80px 5px 5px 80px;
  width: 250px;
}

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

div.koe ul li + li,
div.koe02 ul li + li,
div.koe03 ul li + li {
  margin-top: 5px;
}

p.ya {
    margin-bottom: 20px;
    text-align: center;
}
.mitumorian,
.mitumorian02 {
    background-color: #4b3300;
    color: #ffffff;
    padding: 5px 10px;
    font-size: 14px;
    vertical-align: middle;
    background: url(../../img/plan/common/mitumori_pc.png) no-rpeat 10px center;
}

.mitumorian img {
    margin-right: 10px;
    margin-left: 50px;
    vertical-align: middle;
     text-align: none;
}
.mitumorian02 {
    background-color: #488203;
    margin: 10px 0;
     text-align: center;
}

table.mitu-table {
  border-collapse: separate;
  border-spacing: 0;
  text-align: left;
  line-height: 1.2;
  font-size: 13px;
  width: 278px;
  height: 650px;
}

table.mitu-table th,
table.mitu-table td {
  line-height: 1.4em;
}

table.mitu-table th {
width: 100px;
padding: 10px;
font-weight: bold;
vertical-align: top;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
border-top: 1px solid #ccc;
border-left: 1px solid #fff;
background: #a5c283;
}

table.mitu-table td{
width: 90px;
padding: 10px;
vertical-align: top;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
border-top: 1px solid #ccc;
}

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

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

.mitu-h3 {margin-top: 30px; font-size: 1.3em;
    background: url(../../img/plan/kazokuso/title_bg_fuki.png);
    background-repeat: no-repeat;
    background-position: center;
}
a.mitu-button{color: #fff !important;}
.mitu-button {
  margin-top: 3px;
  font-size: 19px;
  font-weight:bold;
  text-decoration:none;
  display:block;
  text-align:center;
  padding:14px 0 10px;
  color: #4b3304;
  border:1px solid #fff;
  border-radius:5px;
    background-color: #e34500;
  /*background-image:-moz-linear-gradient(
  top,
  #ffa035 0%,
  #ff8300);
  background-image:-webkit-gradient(
  linear,left top,left bottom,
  from(#ffa035),
  to(#ff8300));*/
}

table.mitu-table tr td.tex-r {
    text-align: right;
}

#mitsumori div.mitu-box {
    float: left;
    margin-right: 55px;
}
#mitsumori div.mitu-box01 {
    float: left;
    width: 279px;
    margin-right: 35px;
}
#mitsumori div.mitu-box02 {
    float: left;
    width: 279px;
}

/* option */

#option {
  margin-bottom: 30px;
}

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

.plan-ptn2 > section > header > h2,
.plan-ptn2 > section > header > span {
  display: table-cell;
  vertical-align: middle;
  color: #523B17;
}

.plan-ptn2 > section > header > h2 {
  font-size: 30px;
}

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

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

section#option ul.boxlink li {
  text-align: center;
  display: block;
  float: left;
  width: 331px;
  border: 1px solid #C5C0B7;
  border-left: none;
  margin-top: -1px;
}

section#option ul.boxlink li a {
  display: block;
  text-align: left;
  padding: 14px 7px 12px 14px;
  overflow: hidden;
}

section#option ul.boxlink li img {
    float: left;
    margin-right: 17px;
}

section#option ul.boxlink li h3 {
    font-size: 24px;
    line-height: 1;
    margin: 8px 0 18px;
}

section#option ul.boxlink li p {
  font-size: 15px;
  line-height: 1.4em;
}

/* estimate */

#estimate {
    background: #F5F1E9 url(../../img/plan/common/estimate_img.jpg) no-repeat 40px 90px;
    padding: 19px;
    border: 1px solid #c5c0b7;
}

#estimate h2 {
    font-size: 24px;
    color: #FFF;
    background: #684527;
    text-align: center;
    padding: 12px 0;
    margin-bottom: 40px;
    line-height: 1.2em;
}

#estimate h3 {
  font-size: 21px;
  color: #1e8e19;
  line-height: 1.4em;
  font-weight: bold;
  margin: 0 10px 20px 400px;
}

#estimate p {
    font-size: 16px;
    line-height: 1.8em;
    margin: 0 10px 0 400px;
}

/* feature */

#feature .boxlink {
  display: table;
  padding-top: 1px;
  overflow: hidden;
  width: 100%;
  table-layout: fixed;
}

#feature .boxlink_owa {
  display: block;
  padding-top: 1px;
  overflow: hidden;
}

#feature .boxlink li {
  text-align: center;
  display: block;
  border: 1px solid #C5C0B7;
  border-left: none;
  margin-top: -1px;
  display: table-cell;
  vertical-align: top;
}

#feature .boxlink li a {
  display: block;
}

#feature .boxlink li span {
  font-size: 16px;
  text-align: left;
  display: block;
  padding: 20px;
  line-height: 1.4em;
}

/* designer */

#designer .boxlink {
  display: table;
  padding-top: 1px;
  overflow: hidden;
  width: 100%;
  table-layout: fixed;
}

#designer .boxlink li {
  text-align: center;
  display: block;
  border: 1px solid #C5C0B7;
  border-left: none;
  margin-top: -1px;
  display: table-cell;
  vertical-align: top;
}

#designer .boxlink li a {
  text-align: left;
  padding: 14px 7px 14px 14px;
  overflow: hidden;
  display: block;
}

.beside li img {
  float: left;
  margin-right: 17px;
}

.beside li h3 {
  font-size: 24px;
  line-height: 1;
  margin: 8px 0 18px;
}

.beside li p {
  font-size: 15px;
  line-height: 1.4em;
}

/* voice */

#voice .boxlink {
  display: table;
  padding-top: 1px;
  overflow: hidden;
  width: 100%;
  table-layout: fixed;
}

#voice .boxlink_owa {
  display: block;
  padding-top: 1px;
  overflow: hidden;
}

#voice .boxlink li {
  text-align: center;
  display: block;
  border: 1px solid #C5C0B7;
  border-left: none;
  margin-top: -1px;
  display: table-cell;
  vertical-align: top;
}

#voice .boxlink li a {
  display: block;
  background: #F5E6C9;
}

#voice .boxlink li span {
  font-size: 16px;
  text-align: left;
  background: url(../../img/plan/common/voice_ico.gif) no-repeat 19px 17px;
  display: block;
  padding: 20px 20px 20px 63px;
  line-height: 1.4em;
}


/* merit */

#merit {
  width: 100%;
  padding: 40px 80px;
  background: #FFF6F6 url(../img/plan/kazouso/merit_bg1.jpg) no-repeat right bottom;
}

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

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

#merit p {
  font-size: 16px;
  line-height: 1.75;
}

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

/* religion */

#religion .boxlink {
  display: table;
  padding-top: 1px;
  overflow: hidden;
  width: 100%;
  table-layout: fixed;
}

#religion .boxlink li {
  text-align: center;
  display: block;
  border: 1px solid #C5C0B7;
  border-left: none;
  margin-top: -1px;
  display: table-cell;
  vertical-align: middle;
}

#religion .boxlink li a {
  padding: 10px 0 0;
  display: block;
}

#religion .boxlink li span {
  font-size: 14px;
  line-height: 1.4em;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 142px;
  height: 70px;
}

/* qa */

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

#qa h2 {
  color: #4b3304;
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 15px;
}

#qa h3 {
  color: #4b3304;
  font-size: 24px;
}

#qa dl dt,
#qa dl dd {
  margin-left: 40px;
  font-size: 16px;
  line-height: 1.75;
  color: #000;
}

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

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

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

#qa > p a,
#voice > p a,
#designer > p a,
#gallery > p a {
    background: url(../../img/top/top_recommend_more.png) no-repeat 0 center;
    padding-left: 22px;
}

#qa > p a:hover,
#voice > p a:hover,
#designer > p a:hover,
#gallery > p a:hover {
  color: #41a731;
}

#qa > p,
#voice > p,
#designer > p,
#gallery > p {
    font-size: 18px;
    text-align: right;
    margin-top: 20px;
}

/* example */

#example {
  background: url(../../img/plan/common/example_bg.gif) no-repeat 249px 325px;
  overflow: hidden;
  clear: both;
}

#example > dl {
  text-align: center;
  display: block;
  float: left;
  height: 560px;
  width: 234px;
  border: 4px solid #684527;
}

#example > dl dt {
  font-size: 30px;
  font-weight: bold;
  color: #FFF;
  background: #684527;
  display: block;
  height: 110px;
  padding-top: 50px;
}

#example > dl dd {
  font-size: 24px;
  color: #4b3304;
  padding-top: 20px;
}

#example > dl dd strong {
  font-weight: bold;
  display: block;
  font-size: 32px;
  line-height: 1.6em;
}

#example section {
  text-align: center;
  padding: 5px;
  float: right;
  height: 560px;
  width: 708px;
  border: 4px solid #73603B;
}

#example dl dd img {
    margin-bottom: 30px;
}

#example ol li {
  font-size: 21px;
  color: #4b3304;
  background: #FFF;
  display: block;
}

#example ol li h5 {
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  padding-left: 10px;
}

#example .box1 {
  background: #fff;
  padding: 6px;
}

#example .box1 h4 {
  font-size: 24px;
  color: #000;
  height: 48px;
  padding-top: 8px;
}

#example .box1 ol {
  display: block;
  overflow: hidden;
}

#example .box1 ol li {
  float: left;
  height: 222px;
  width: 222px;
  margin-left: 6px;
  border: 4px solid #E1A101;
}

#example .box1 ol li h3 {
  background: #E1A101;
  height: 29px;
  color: #fff;
  padding-top: 5px;
}

#example .box1 ol li img {
  display: block;
  margin: 6px auto 7px;
}

#example .box1 ol li:first-child {
  border: 4px solid #358631;
  margin-left: 0;
}

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

#example .box1 ol li:last-child {
  border: 4px solid #536A91;
  margin-left: 5px;
}

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

#example .box1 {
  background: #fff;
  padding: 6px;
}
#example .box1 h4 {
  font-size: 24px;
  color: #000;
  height: 48px;
  padding-top: 8px;
}
#example .box1_mini ol {
  display: block;
  overflow: hidden;
}
#example .box1_mini ol li {
  float: left;
  height: 222px;
  width: 332px;
  margin-left: 6px;
  border: 4px solid #E1A101;
}
#example .box1_mini ol li h5 {
  background: #E1A101;
  height: 29px;
  padding-top: 5px;
}
#example .box1_mini ol li img {
  display: block;
  margin: 6px auto 7px;
}
#example .box1_mini ol li:first-child {
  border: 4px solid #358631;
  margin-left: 0;
}
#example .box1_mini ol li:first-child h5 {
  background: #358631;
}
#example .box1_mini ol li:last-child {
  border: 4px solid #536A91;
  margin-left: 5px;
}
#example .box1_mini ol li:last-child h5 {
  background: #536A91;
}

#example .box2 {
  margin: 15px 6px 0;
  padding: 6px;
  overflow: hidden;
}

#example .box3 {
  margin: 15px 6px 0;
  padding: 6px;
  overflow: hidden;
}

#example .box2 h4,
#example .box3 h4 {
  line-height: 1.2em;
  font-size: 21px;
  color: #000;
  margin-bottom: 5px;
}

#example .box2 ol {
  overflow: hidden;
}

#example .box2 ol li {
  display: block;
  width: 326px;
  float: right;
  padding-bottom: 10px;
}

#example .box3 ol li {
  display: block;
  width: 326px;
  padding-bottom: 10px;
  float: right;
}

#example .box2 ol li:first-child,
#example .box3 ol li:first-child {
  float: left;
}
#example .box2 ol li h5,
#example .box3 ol li h5 {
  font-size: 18px;
  color: #FFF;
  font-weight: bold;
  padding: 10px;
  margin-bottom: 10px;
}

#example .box3 ol li p {
  padding-top: 25px;
}

#example .box2 { background: #fee8ea; }
#example .box3 { background: #e5f9fa; }
#example .box2 ol li { border: 4px solid #d84e4e; }
#example .box3 ol li { border: 4px solid #14c9d0; }
#example .box2 ol li h5 { background: #d84e4e; }
#example .box3 ol li h5 { background: #14c9d0; }
#example > dl dd.com01 {
  font-size: 15px;
  color: #FFF;
  background: #684527;
  display: block;
  height: 120px;
  margin-top: 10px;
  text-align: left;
  padding: 10px;
}

#example div.box2 ol li p {
  padding-top: 20px;
}

.mitumorian-ph + div .mitu-table {
  margin-top: 10px;
}

/* #example2 */

#example2 {
  width: 1000px;
  overflow: hidden;
  clear: both;
}

#example2 .text {
  text-align: center;
  font-size: 16px;
  margin-top: -5px;
  margin-bottom: 10px;
}

#example2 h2 {
    text-align: center;
    font-family: YuMincho, /* Mac用 */ 'Yu Mincho', /* Windows用 */ serif;
}

.wrapContent > section h2 {
    color: #4b3304;
    font-size: 32px;
    line-height: 1.2em;
    margin-bottom: 15px;
}

.planmatome {
  width: 865px;
  padding-top: 2px;
  margin: 0 auto 80px;
  overflow: hidden;
}

.planmatome .text2 a {
  text-decoration: underline;
}

.kingaku {
  width: 164px;
  height: 382px;
  background-image: url(../../img/plan/common/planpage_03.jpg);
  background-repeat: no-repeat;
  float: left;
  margin-right: 5px;
}

.kingaku dt {
  font-size: 22px;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 20px;
  font-family: YuMincho, /* Mac用 */ 'Yu Mincho', /* Windows用 */ serif;
}

.kingaku dd {
  font-size: 26px;
  padding: 15px 5px;
  text-align: center;
  font-family: YuMincho, /* Mac用 */ 'Yu Mincho', /* Windows用 */ serif;
}

.kingaku p {
  font-size: 16px;
  font-family: YuMincho, /* Mac用 */ 'Yu Mincho', /* Windows用 */ serif;
  text-align: right;
  padding-right: 15px;
  margin-top: -2px;
}

.plan {
  background-image: url(../../img/plan/common/planpage_05.jpg);
  background-repeat: no-repeat;
  overflow: hidden;
  float: left;
  margin: 0 10px;
}

.kigou {
  float: left;
  margin-top: 156px;
}

.plans {
  width: 174px;
  height: 356px;
  border: solid 1px #e0dada;
  background-color: #fff;
  overflow: hidden;
  float: left;
  margin: 10px 12px 10px 10px;
}

.plans dt,
.plans2 dt,
.plans3 dt {
  font-size: 22px;
  text-align: center;
  margin-top: 12px;
  margin-bottom: 12px;
  line-height: 1.4em;
  font-family: YuMincho, /* Mac用 */ 'Yu Mincho', /* Windows用 */ serif;
}

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

.plans dd img,
.plans2 dd img,
.plans3 dd img {
  display: block;
  margin: 5px auto 8px;
}

.plans dd span,
.plans2 dd span,
.plans3 dd span {
    font-size: 22px;
    display: block;
    text-align: center;
    font-family: YuMincho, /* Mac用 */ 'Yu Mincho', /* Windows用 */ serif;
}

.plans a,
.plans2 a,
.plans3 a {
    display: block;
    text-align: center;
}

.plans2 {
  width: 174px;
  height: 356px;
  border: solid 1px #e0dada;
  background-color: #fff;
  overflow: hidden;
  float: left;
  margin: 10px 10px 10px 33px;
}

.plans3 {
  width: 174px;
  height: 356px;
  border: solid 1px #e0dada;
  background-color: #fff;
  overflow: hidden;
  margin-top: 10px;
}

.kigou2 {
  float: left;
  margin-top: 156px;
  margin-right: 10px;
}

#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;
  margin-top: 20px;
}

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

.tuika1 h3 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4em;
  font-family: YuMincho, /* Mac用 */ 'Yu Mincho', /* Windows用 */ serif;
  margin-bottom: 10px;
}

#example2 a:hover {
  text-decoration: none;
  opacity: 0.6;
}

/* YouTube追加 */
.cont_youtube {    
	padding-top: 36px;
	padding-bottom: 46px;
}
.cont_youtube_inr {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}
.cont_youtube_inr dt {
    width: 480px;
    height: auto;
    float: left;
    margin: 0;
}
.cont_youtube_inr dd {
    width: 440px;
    text-align: left;
    float: right;
    margin: 0 0 80px 0;
}
.cont_youtube_inr dd p {
    font-size: 1em;
    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;
}

/*相談（補正）*/
.secSp-bN {display: none;}
.secPc-bN, .secPc-bN2 {border:none; width: 1000px; height: 320px; margin-top: -18px;}
.secPc-bN3 {border:none; width: 1000px; height: 325px; margin: 50px 0 70px 50px;}

.secPc-bN {
    background-image: url(../../img/plan/planAll/pc_bN1bg.jpg);
    background-repeat: no-repeat;}
.secPc-bN2 {
    background-image: url(../../img/plan/planAll/pc_bN2bg.jpg);
    background-repeat: no-repeat;}
.secPc-bN3 {
    background-image: url(../../img/plan/planAll/pc_bN3bg.jpg);
    background-repeat: no-repeat;}

li#bN0 {text-indent: -9999px; width: 586px; height: 92px; margin: 0 0 0 360px;}

.secPc-bN #bN1 a:hover, .secPc-bN #bN2 a:hover, .secPc-bN #bN3 a:hover,
.secPc-bN2 #bN1 a:hover, .secPc-bN2 #bN2 a:hover, .secPc-bN3 #bN3 a:hover {opacity: 0.8;}

.secPc-bN #bN1 a,
.secPc-bN2 #bN1 a {width: 586px; height: 109px;
    margin: 80px 0 0 360px;
}
.secPc-bN3 #bN1 {width: 586px; height: 109px;
    margin: 40px 0 0 440px;
}

.secPc-bN #bN2 a,
.secPc-bN2 #bN2 a {width: 586px; height: 75px; display: block; text-indent: -9999px;
    background: url(../../img/plan/planAll/pc_bN02.png) no-repeat 0 0;
    margin: 10px 0 0 360px;
}

.secPc-bN3 #bN3 a {width: 586px; height: 75px; display: block; text-indent: -9999px;
    background: url(../../img/plan/planAll/pc_bN03.png) no-repeat 0 0;
    margin-left: 440px;
    margin-top: -15px;
}

span#sph4 {display: none; text-indent: -99999px;}


/*new kazokuso2 20181122 */

.cb {
    clear: both;
}

.main_fv {
	width: 600px;
	margin: 0 auto;
    margin-top: -15px;
}


.main_bn {
    width: 800px;
    background-color: #d9d9d9;
    padding-top: 40px;
    padding-bottom: 90px;
    list-style: none;
    /* display: inline-block; */
}

.main_bn li {
    width: 1000px;
    padding-left: 60px;
}

.main_bn ul li img, .main_bn ul li a {
    float: left;
    margin-right: 10px;
    width: 285px;
}

/* .main_bn ul li img a {
    width: 400px;
} */

.main_bn ul li a:hover {
    color: #fff;
    opacity: 0.8;
}

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

.title_jitakuso {
    width: 1000px;
    margin: 0 auto;
    background-image: url(../../img/plan/jitakuso2/jitakuso_main2.jpg);
    background-repeat: no-repeat;
}
/*背景ここまで*/

.title2 {
    width: 1000px;
    margin: 0 auto;
    background-image: url(../../img/plan/kazokuso2/kazokuso_main3.jpg);
    /* margin-top:50px; */
    height: 293px;
    background-repeat: no-repeat;
}

.title3 {
    width: 1000px;
    margin: 0 auto;
    background-image: url(../../img/plan/kazokuso2/merit.jpg);
    height: 405px;
    background-repeat: no-repeat;
}

.title4 {
    width: 1000px;
    margin: 0 auto;
    background-image: url(../../img/plan/kazokuso2/demerit.jpg);
    height: 419px;
    background-repeat: no-repeat;
}

.title5 {
    width: 1000px;
    margin: 0 auto;
    background-image: url(../../img/plan/kazokuso2/manner.jpg);
    /* height: 419px; */
    background-repeat: no-repeat;
    /* padding-bottom: 30px; */
}

/*各プラン見出し調整*/
.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: 2.5em;
    text-align: center;
    padding-top: 40px;
}

.title_txt {
    font-family: YuMincho, /* Mac用 */ 'Yu Mincho', /* Windows用 */ serif;
    color: #c65080;
    /* color: #cf7770; */
    font-size: 2em;
    /* font-weight: bold; */
    text-align: center;
    padding-bottom: 40px;
    padding-top: 40px;
    letter-spacing: -0.05em;
}

.title_cmt {
    width: 700px;
    margin: 0 auto;
    /* font-weight: bolder; */
    line-height: 1.2em;
    /* font-size: 1.1em; */
    padding-bottom: 45px;
} 

.title_cmt2 {
    width: 700px;
    margin: 20px auto;
    /* font-weight: bolder; */
    line-height: 1.4em;
    /* font-size: 0.9em; */
    /* padding-bottom: 45px; */
} 

.title_cmt3 {
    width:600px;
    margin: 30px auto;
    /* font-weight: bolder; */
    line-height: 1.4em;
    font-size: 1.1em;
    padding-bottom: 45px;
} 


/* プラン　*/
.plan-cost,
.plan-cost_mini {
    width: 980px;
    margin: 0 auto;
}

.plan-cost h2,
.plan-cost_mini h2 {
    font-size: 1.2em;
    margin-top: 50px;
    margin-bottom: 15px;
    font-weight: bold;    
}

.plan-cost .plan_1, .plan_1,
.plan_1 a {
    width: 245px;
    height: 325px;
    border: solid 1px #dbdbdb;
    background-color: #e9e9e9;
    margin: 0 0 40px 0;
    /* display:block; */
    float: left;   
}

.plan-cost .plan_1 a:hover,
.plan-cost_mini .plan_1 a:hover,
.plan-cost_bottomnon .plan_1 a:hover {
    /* color: #000; */
    opacity: 0.8;
}

.plan_tit1 {
    text-align: center;
    padding: 20px 0;
    line-height: 1.2em;
    font-size: 0.95em;
}


.plan_tit2 {
    width: 215px;
    border: solid 1px #c65080;
    font-family: 'YuMincho', /* Mac用 */ 'Yu Mincho', /* Windows用 */ serif;
    font-size: 19px;
    text-align: center;
    color: #fff;
    /*background-color: #c65080;*/
    padding: 10px;
    margin: 0 0 10px 15px;
    border-radius: 25px 25px 25px 25px;
    background: #c65080 url(../../img/plan/kazokuso2/ico_rsaquo.png) no-repeat 0 0;
}

.plan_tit3 {
    text-align: center;
    padding: 10px 0;
    }

.plan_tit3 span {
    font-size:1.4em;
    padding: 0 5px;
    }

.plan-cost .plan_2 {
    display: block;
    width: 490px;
    border: solid 1px #dbdbdb;
    background-color: #e9e9e9;
    float:left;
    margin: 0 0 40px 0;
}
.plan-cost_mini .plan_2a/*プラン数２以下*/ {
    display: block;
    width: 483px;
    height: 159px;
    border: solid 1px #dbdbdb;
    background-color: #e9e9e9;
    float:left;
    margin: 0 0 7px 7px;
}

.plan-cost .plan_2 a,
.plan-cost_mini .plan_2a a {
    width:474px;
}

.plan-cost .plan_2 a:hover,
.plan-cost_mini .plan_2a a:hover {
    opacity: 0.8;
}

.plan_2 img {
    float:left;
    width: 48%;
}
.plan_2a img {
    float:left;
    width: 48%;
    margin: 1px 0 0 0;
}


.plan_ofuse {
    width: 250px;
    float:right;
}

.plan_ofuse a {
    width:250px;   
}

.plan_ofuse a:hover {
    opacity:  0.8;
}


.plan_tit4 {
    width: 210px;
    margin: 0 auto;
    border: solid 1px #7aa95d;
    font-family: 'YuMincho', /* Mac用 */ 'Yu Mincho', /* Windows用 */ serif;
    font-size: 19px;
    text-align: center;
    color: #fff;
    /*background-color: #7aa95d;*/
    padding: 10px;
    margin: 0 0 10px 15x;
    border-radius: 25px 25px 25px 25px;
    background: #7aa95d url(../../img/plan/kazokuso2/ico_rsaquo.png) no-repeat 0 0;
}


/* お客様の声　*/

.voice {
    width: 1000px;
    margin: 0 auto;
    background-color: #e9e9e9;
    padding-bottom: 30px;
}

.voice h2 {
    width: 1000px;
    font-size: 1.2em;
    margin-top: 50px;
    margin-bottom: 15px;
    /* font-weight: bold; */
    padding-left: 20px;
}

.voice ul {
    /* width: 500px; */
    float: left;
    margin-left: 15px;
    background-color: #e9e9e9;
}

.voice li {
    width: 380px;
    /* background-color: #e9e9e9; */
    line-height: 1.1em;
    font-size:0.9em;
    margin-left: 60px;
    /* margin-bottom:20px; */
    padding-top: 10px;
    /* padding-bottom: 20px; */
}


.voice ul li img {
    width:90%;
    text-align: center;
    margin-left: 10px;
}

.voice2 {
    width: 1000px;
    margin: auto;
    background-color: #e9e9e9;
    padding-bottom: 20px;
    overflow: hidden;
}

.star-rating {
  position: relative;
  width: 5em;
  height: 1.5em;
  font-size: 25px;
}
.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: 16px;
}

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



/* 特徴　*/

.title2-img {
    height: 100%;
    background: rgba(255,255,255,0.5);
    /* margin-top: -15px; */
}

.tokucyo {
    width: 1000px; 
    background-color: #ececec;
    overflow: hidden;
}
.tokucyo ul.bn {
    width:1000px;
    display: inline-block;
}

.tokucyo ul.bn img, .tokucyo ul.bn a {
    width: 400px;
    margin: 0 auto;
    /* background-color: #e9e9e9; */
    float:left;
    margin-bottom:20px;
    margin-left: 40px;
}

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

.tokucyo_txt {
    color: #333333;
    font-size: 1.7em;
    /* font-weight: bold; */
    line-height: 1.2;
}



/* interview */
.interview {
    width: 1000px;
    margin: 0 auto;
}

.interview h2 {
    margin: 30px 0 20px 0;
}

.interview_1, .interview_2 {
    width: 860px;
    margin: 0 auto;
    margin-bottom: 50px;
    overflow: hidden;
    margin-top:20px;
}

.interview_1_cmt {
    display: block;
    width: 450px;
    float: right;
}

.interview_2_cmt {
    display: block;
    width: 450px;
}

.interview_1_cmt img {
    margin-bottom: 20px;
    padding: 5px;
}

.interview_2 img {
    float: right;
}

.interview_2_cmt img {
    margin-bottom: 20px;
    padding: 5px;
}

.interview_2_cmt p.interview_2_bn {
    width:900px;
    margin-bottom: 20px;
    padding: 5px;
}

.interview_1_txt  {
    width:450px;
    margin-bottom: 20px;
    /* font-size: 1.1em; */
    line-height: 1.4;
    padding: 5px;
}

.interview_1_bn, .interview_2_bn {
    width: 900px;  
}

.interview_1_bn a, .interview_2_bn a {
    width: 900px;  
}

.interview_1_bn a:hover, .interview_2_bn a:hover {
    opacity: 0.8; 
}

.interview_1_bn img {
    margin-left: 440px;
    margin-top:20px;
    width:40%;
}

.interview_2_bn img {
    margin-right: 440px;
    margin-top: 20px;
    margin-left: 50px;
    width: 40%;
}


/* merit */

.merit h2 {
    padding-top: 70px;
    margin-left: 250px;
}

.merit p {
    width: 625px;
    padding: 10px;
    line-height: 1.4;
    margin-left: 320px;
}

.demerit h2 {
    padding-top: 55px;
    margin-left: -255px;
}

.demerit p {
    width: 625px;
    /* padding: 10px; */
    line-height: 1.4;
    margin-left: 70px;
}

/* manner */
.manner {
    width:1000px;
    background-color: #e9e9e9;
    padding-bottom:40px;
}

.manner p {
    width: 445px;
    margin-left: 500px;
    /* padding-top: 20px; */
    line-height: 1.3;
}

.manner img {
    width:121px;
    height: 121px;
    border-radius: 50%;
}


/* religion */

.religion {
    width: 1000px;
    background-color: #e0e0e0;
    overflow: hidden;
    margin-top: -16px;
    border-bottom: 1px solid #8c8c8c;
}

.religion h2{
    color: #333333;
    padding-top: 50px;
}

.religion p {
    text-align: center;
}
.religion p span {
    padding-top:2px;
}

.religion ul.box {
    width:960px;
    padding-top: 20px;
    padding-bottom: 40px;
    padding-left: 55px;
}

.religion ul.box li {
    display: inline-block;
    border: 1px #000;
    background-color: #e9e9e9;
    text-align: center;
    margin: 0.5px;
    padding-top: 10px;
}

.religion ul.box li img {
    width:121px;
    height: 121px;
    border-radius: 50%;
    padding:15px;
    margin-top: -40px;
}

.religion ul.box li p {
    font-size:0.8em;
    height: 60px;
}

.religion ul.box  a:hover {
    opacity: 0.8;
}


/* area */
.area {
    width: 1000px;
    background-color: #e0e0e0;
    overflow: hidden;
    padding-bottom: 40px;
}

.area h2{
    color: #333333;
    padding-top: 50px;
}

.area p {
    text-align: center;
    line-height:1.3;
    margin-bottom: 10px;
}

.area ul.box2 {
    width:960px;
    padding-top: 20px;
    padding-bottom: 40px;
    padding-left: 55px;
}

.area ul.box2 {
    /* display: block; */
    padding-top: 20px;
    padding-bottom: 40px;
    /* overflow: hidden; */
    /* margin-left: 45px; */
}

.area ul.box2 li {
    width:216px;
    /* height: 158px; */
    border: 1px #000;
    background-color: #e9e9e9;
    display: inline-block;
    text-align: center;
    margin: 0.5px;
    padding-top: 10px;
}

.area ul.box2 li img {
    width:80%;
}

/*.area ul.box2 li a{
    width:216px;
}*/

.area ul.box2 a:hover {
    opacity: 0.8;
}



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


/* advice */
.advice {
    width: 1000px;
    background-color: #eadedd;
    padding-bottom: 40px;
}

.advice h2{
    color: #333333;
    background-color: #eadedd;
    padding-top: 50px;
}

.cmt1 {
    width: 860px;
    /* border: 1px solid #000; */
    height: 200px;
    background-image: url(../../img/plan/kazokuso2/cmt_1.jpg);
    background-repeat: no-repeat;
    background-position: 150px 3px;
    background-size: 80% 90%;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 20px;
}

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

.cmt1 p {
    width: 700px;
    margin-top: 50px;
    line-height: 1.4;
    margin: 50px auto;
    padding-left: 150px;
}

.cmt2 {
    width: 860px;
    /* border: 1px solid #000; */
    height: 200px;
    background-image: url(../../img/plan/kazokuso2/cmt_2.jpg);
    background-repeat: no-repeat;
    background-position: 3px 10px;
    background-size: 80% 90%;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 20px;
}

.cmt2 p {
    width: 600px;
    margin-top: 50px;
    line-height: 1.4;
     margin-left: 50px;
}


.cmt2 img {
    float: right;
}


/* qa */
.qa {
    width: 1000px;
    /* border: 1px solid #000; */
}

.qa h2 {
    color: #333333;
}

.qa ul.qa1 {
    width: 830px;
    margin: 0 auto;
    margin-bottom: 20px;
}   
.qa ul.qa1 li img {
    float:left;
    margin-bottom: 5px;
}

.qa ul.qa1 li.txt1{
    padding-left: 20px;
    font-weight: bold;
    margin-top: 5px;
    padding-top: 8px;
}
.qa ul.qa1 li.txt2{
    background-color: #eadedd;
    padding:10px 10px;
    line-height: 1.4;
    margin-top: 10px;
}

.qa next {
    width: 830px;
    font-weight: bold;
    text-align: right;
    margin-left: 500px;
}

/* 20240414 new_plan_page */

.ex_small_width{
  max-width: 800px;
  margin: 0 auto 100px;
}

.small_width{
  max-width: 1000px;
  margin: 0 auto 100px;
}

.normal_width{
  max-width: 1200px;
  margin: 0 auto 100px;
}

.large_width{
  max-width: 1400px;
  margin: 0 auto 100px;
}

.full_width{
  width: 100%;
}

/*========= トップ画像まわり =========*/
.top_plan{
  display: flex;
  -webkit-justify-content:space-between;
  justify-content: space-between;
}

.right_section, .left_section{
  width:49%; 
}

.right_section{
  position: relative;
}

.right_section .main_top_img{
  
}

.right_section .main_top_img img{
  object-fit:cover;
  width:100%;
  height:915px;
}

.left_section{
  padding:40px 0 0;
}

.left_section .plan_title{
  background-color: #f7f6f6;
  padding:37px 0;
}

.left_section h2, .left_section p{
  text-align: center;
}

.left_section h2{
  font-weight: 500;
  font-size: 1.1rem;
  margin-bottom: 15px;
}

.left_section p{
  font-size: 0.9rem;
  line-height: 1.2rem;
}

.left_section .plan_info_wrapper{
  width:55%;
  margin:25px auto 0;
}

.left_section .plan_info_wrapper .plan_info{
  display: flex;
  border: solid 1px #ebeaea;
  height: 170px;
  margin-bottom: 20px;
}

.left_section .plan_info_wrapper .circle_info{
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  height: 170px;
  margin-bottom: 12px;  
}

.left_section .plan_info_wrapper .circle_info .circle_content{
  width: 150px;
	height: 150px;
	border-radius: 50%;
  background-color: #fef3f6;
  text-align:center;
  line-height: 150px;
  position: relative;
}

.left_section .plan_info_wrapper .circle_info .circle_content .circle_text{
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width :150px;
  text-align:center;
}

.left_section .plan_info_wrapper .circle_info .circle_content .circle_text .circle_text_1{
  font-size: 0.9rem;
  color: #c65080;
  margin-bottom: 10px;
}

.left_section .plan_info_wrapper .circle_info .circle_content .circle_text .circle_text_2{
  font-size: 0.7rem;
  line-height: 1rem;
}

.left_section .plan_info_wrapper .plan_info .plan_info_img{
  width:40%;
}

.left_section .plan_info_wrapper .plan_info .plan_info_img img{
  object-fit: cover;
  height: 150px;
  width:100%;
}

.left_section .plan_info_wrapper .plan_info .plan_info_text{
  width:60%;
}

.left_section .plan_info_wrapper .plan_info .plan_info_text .plan_titel1{
  background-color:#e7e7e7;
  padding:5px 0;
}

.left_section .plan_info_wrapper .plan_info .plan_info_text .plan_titel2{
  margin-top: 20px;
}

.left_section .plan_info_wrapper .plan_info .plan_info_text .plan_titel3{
  margin-top: 20px;
}

.left_section .plan_info_wrapper .plan_info .plan_info_text .plan_titel3 span{
  margin: 20px 5px 20px 0;
  font-size: 1.5rem;
  color: #c65080;
}

/*========= 花葬儀の特徴 =========*/

.plan_feature{
  width: 100%;
  background-color: #fbfbfb;
  padding-bottom: 100px;
  margin: 50px 0 0;
}

.plan_feature h2{
  text-align: center;
  padding: 73px 0;
  font-size: 1.1rem;
  font-weight: 500;
}

.plan_feature .plan_feature_inner{
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.plan_feature .plan_feature_content{
  width: 405px;
  height: 300px;
  margin-right: 30px;
}

.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: 77%;
}

.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_content .plan_feature_bg p{
  margin: 30px 0 20px;
  line-height: 1.2rem;
}

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

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

.plan_feature .plan_feature_content .plan_feature_bg .plan_info_img .img_btm_text{
  position: absolute;
  bottom: -35px;
  right: 3px;
}

.plan_feature .plan_feature_content .plan_feature_bg .img_btm_text{
  text-align: right !important;
}

/* お客様インタビュー */

.cont_interview {
	padding-bottom: 75px;
}

.cont_interview_inr {
	width: 100%;
	text-align: center;
	overflow: hidden;
}

.cont_interview .cont_interview_top {
	text-align: center;
  margin: 50px 0;
}

.cont_interview .cont_interview_top h2{
	font-size: 20px;
}

.cont_interview .cont_interview_top p {
	padding: 30px 0;
	color: #030303;
	font-size: 16px;
}

.cont_interview .cont_interview_list{
	width: 113%;
	margin: 0 auto;
}

.cont_interview .cont_interview_list a{
  margin-right: 40px;
  padding:25px;
  background-color: #e9e9e9;
  position: relative;
}

.cont_interview .cont_interview_list a::after{
   position: absolute;
   content: '>';
   right:-30px;
   top:50%;
   font-size: 2rem;
}

.cont_interview .cont_interview_btm{
  background-color: #fff;
  padding: 10px 15px 20px;
}

.cont_interview .cont_interview_btm span {
  display: block;
  width: 100%;
	font-size: 1.0rem;
  text-align: left;
  margin:15px 0;
}

.cont_interview .cont_interview_btm p {
	font-size: 1.0rem;
	line-height: 1.3;
	/* margin:20px 0 40px; */
	text-align: left;
}

.cont_interview .cont_interview_btm dl{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.cont_interview .cont_interview_btm dt {
  display: flex;
  align-items: center;
  width: 40%;
  padding: 15px 0;
  border-bottom: 1px solid #e2dfdf;
  text-align: left;
}

.cont_interview .cont_interview_btm dd {
  display: flex;
  align-items: center;
  width: 60%;
  margin-left: 0;
  padding: 15px 0;
  background-color: #fff;
  border-bottom: 1px solid #e2dfdf;
  text-align: left;
}



/* 流れ*/

.nagare {
  margin-bottom:50px;
}

.nagare .txt2 {
  text-align: center;
  padding: 73px 0 20px;
  font-size: 1.1rem;
  font-weight: 500;
}

.nagare .flow_summary{
  max-width: 100%;
  margin: 0 auto;
}

.nagare .flow_summary ul {
  display: flex;
  list-style: none;
  justify-content: space-between;
}

.nagare .flow_summary .flow_summary_first{
  margin: 30px 0 50px;
  display: flex;
  align-items: center;
}

.nagare .flow_summary .flow_summary_first .day_one, .nagare .flow_summary .flow_summary_first .day_two{
  align-items: center;
  display: flex;
  font-size: clamp(20px, 2.0vw, 25px);
}

.nagare .flow_summary .flow_summary_first .day_one{
  width: 77%;
  justify-content: center;
}

.nagare .flow_summary .flow_summary_first .day_one::before{
  background-color: #da9baa;
  content: "";
  height: 7px;
  width: 31%;
  margin: 0 10px;
}

.nagare .flow_summary .flow_summary_first .day_one::after{
  background-color: #da9baa;
  content: "";
  height: 7px;
  width: 53%;
  margin: 0 10px;
}

.nagare .flow_summary .flow_summary_first .day_two{
  width: 50%;
  justify-content: left;
}

.nagare .flow_summary .flow_summary_first .day_two::after{
  background-color: #fff2f5;
  content: "";
  height: 7px;
  width: 81%;
  margin: 0 10px;
}

.nagare .flow_summary .flow_summary_first p{
  font-size: 1.5rem;
  color: #683d0c;
}

.nagare .flow_summary ul li{
  font-size: 1.4rem;
  padding:0 20px;
}

.nagare .flow_summary .flow_summary_second{
  justify-content: space-between;
  width: 1050px;
  margin: 25px auto;
}

.nagare .flow_summary .flow_summary_second .second_txt1{
  margin-left: -35px;
}

.nagare .flow_summary .flow_summary_second .second_txt2{
  margin-left: -20px;
}
.nagare .flow_summary .flow_summary_third{
  width:1000px;
  margin: 0 auto;
}

.nagare .flow_summary .flow_summary_third li{
  writing-mode: vertical-rl; 
  border: 2px solid #c5c5c5; 
  padding:0;
  position: relative;
}

.nagare .flow_summary .flow_summary_third li::after{
  content: "";
  background-image:url(../../img/plan/common/flow.png); 
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 50%;
  height: 28px;
  position: absolute;
  right: -63px;
  bottom: 50%;
}

.nagare .flow_summary .flow_summary_third li:last-child::after{
  content: none;
}

.nagare .flow_summary .flow_summary_third li a{
  display: block;
  padding: 40px 20px 20px;
}


.flow_detail{
  width:100%;
  background-color: #fbfbfb;
  margin:20px 0 60px;
}

.flow_detail .flow_detail_ul{
  max-width:1200px;
  margin: 0 auto;
}

.flow_detail .flow_detail_li{
  display: flex;
  align-items: start;
  padding: 50px 0;
  border-bottom: 2px solid #fff;
}

.flow_detail .flow_detail_li > img{
  width: 350px;
  object-fit: cover;
  overflow: hidden;
  height: 350px;
}

.flow_detail .flow_detail_li .flow_detail_right{
  width:66%;
  margin-left: 50px;
}

.flow_detail .flow_detail_li .flow_detail_right > h3{
  width:100%;
  font-size: 1.2rem;
  margin-bottom: 20px;
}

.flow_detail .flow_detail_li .flow_detail_right > h3 > span{
  font-size: 1.2rem;
  color: #9f9e9e;;
  float: right;
}

.flow_detail .flow_detail_li .flow_detail_right > p{
  line-height: 1.2rem;
  
}

.flow_detail .flow_detail_li .flow_detail_right > .plan_inc{
  margin: 30px 0 20px;
}

.flow_detail .flow_detail_li .flow_detail_right > ul{
  display: flex;
  flex-wrap: wrap;
}

.flow_detail .flow_detail_li .flow_detail_right > ul > li{
  margin-right: 20px;
  width:14%;
  margin-bottom: 10px;
  font-size: 0.8rem;
}

.flow_detail .flow_detail_li .flow_detail_right > ul > li > p{
  margin-top: 10px;
  text-align: center;
}

/* よくある質問 */

.common_question h2{
  text-align: center;
  padding: 50px 0;
  font-size: 1.1rem;
  font-weight: 500;
}

.common_question ul{
  display: flex;
}

.common_question ul li{
  flex: 1;
  padding: 30px 40px;
  box-shadow: 0px 7px 15px -6px #d1d1d1;
  border-radius: 0px;
  margin-right: 35px; 
  box-shadow: 0px 3px 6px #00000029;
}

.common_question ul li:last-child{
  margin-right: 0; 
}

.common_question ul li p{
  line-height: 1.3rem;
}

.common_question ul li .first_title {
  color: #B95280;
  margin-bottom: 30px;
}

.common_question .question_btm_text{
  float: right;
  margin-top: 20px;
}

/* 基礎知識 */

.basic_knowledge h2{
  text-align: center;
  padding: 50px 0;
  font-size: 1.1rem;
  font-weight: 500;
}

.basic_knowledge_wrapper{
  display: flex;
  justify-content: center;
}

.basic_knowledge_wrapper .pre_left h4, .basic_knowledge_wrapper .pre_right h4 {
  color: #fff;
  text-align: center;
  padding: 10px 0;
}

.basic_knowledge_wrapper .pre_left h4{
  background-color: #d5d4d4;
}

.basic_knowledge_wrapper .pre_right h4{
  background-color: #eddfca;
}

.basic_knowledge_wrapper ul li {
  display: flex;
  justify-items: center;
  align-items: center;
  border: 1px solid #DEDEDE;
}

.basic_knowledge_wrapper ul img {
  width:30%;
}

.basic_knowledge_wrapper ul p {
  width:70%;
  line-height: 1.2rem;
  padding:0 40px;
}

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

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

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

/*全共通*/

.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.2s;
  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.2s;
  animation-fill-mode:forwards;
    opacity: 0;
}

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

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

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