@charset "utf-8";
/* CSS Document */
/******************************************************************************
 * MARGIN
*******************************************************************************/
.mt0 { margin-top: 0px !important; }
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }
.mt45 { margin-top: 45px !important; }
.mt50 { margin-top: 50px !important; }
.mt55 { margin-top: 55px !important; }
.mt60 { margin-top: 60px !important; }
.mt65 { margin-top: 65px !important; }
.mt70 { margin-top: 70px !important; }
.mt75 { margin-top: 75px !important; }
.mt80 { margin-top: 80px !important; }
.mt85 { margin-top: 85px !important; }
.mt90 { margin-top: 90px !important; }
.mt95 { margin-top: 95px !important; }
.mt100 { margin-top: 100px !important; }
.mb0 { margin-bottom: 0px !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb45 { margin-bottom: 45px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb55 { margin-bottom: 55px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb65 { margin-bottom: 65px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb75 { margin-bottom: 75px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb85 { margin-bottom: 85px !important; }
.mb90 { margin-bottom: 90px !important; }
.mb95 { margin-bottom: 95px !important; }
.mb100 { margin-bottom: 100px !important; }
.ml0 { margin-left: 0px !important; }
.ml5 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }
.ml35 { margin-left: 35px !important; }
.ml40 { margin-left: 40px !important; }
.ml45 { margin-left: 45px !important; }
.ml50 { margin-left: 50px !important; }
.ml55 { margin-left: 55px !important; }
.ml60 { margin-left: 60px !important; }
.ml65 { margin-left: 65px !important; }
.ml70 { margin-left: 70px !important; }
.ml75 { margin-left: 75px !important; }
.ml80 { margin-left: 80px !important; }
.ml85 { margin-left: 85px !important; }
.ml90 { margin-left: 90px !important; }
.ml95 { margin-left: 95px !important; }
.ml100 { margin-left: 100px !important; }
.mr0 { margin-right: 0px !important; }
.mr5 { margin-right: 5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }
.mr35 { margin-right: 35px !important; }
.mr40 { margin-right: 40px !important; }
.mr45 { margin-right: 45px !important; }
.mr50 { margin-right: 50px !important; }
.mr55 { margin-right: 55px !important; }
.mr60 { margin-right: 60px !important; }
.mr65 { margin-right: 65px !important; }
.mr70 { margin-right: 70px !important; }
.mr75 { margin-right: 75px !important; }
.mr80 { margin-right: 80px !important; }
.mr85 { margin-right: 85px !important; }
.mr90 { margin-right: 90px !important; }
.mr95 { margin-right: 95px !important; }
.mr100 { margin-right: 100px !important; }

/******************************************************************************
 * FONT
*******************************************************************************/
.bold { font-weight: bold!important; }
.normal { font-weight: normal; }
.underline { text-decoration: underline; }
/******************************************************************************
 * COLOR
*******************************************************************************/
.red { color: #dd0000; }
.redpink { color: #ff6699; }
.pink { color: #ff3399; }
.blue { color: #0099ff; }
.blue2 { color: #4790ce; }
.green { color: #148f2d; }
.green2 { color: #47a38a; }
.egreen { color: #2abfbf; }
.white { color: #ffffff; }
.orange { color: #ff6633; }
.gold { color: #D0A31A; }
.gray { color: #CCCCCC; }
.gray2 { color: #888888; }
.black { color: #000000; }
.bline {
    font-weight: 700;
    background: linear-gradient(transparent 70%, #ffa5b4 70%);
}
/******************************************************************************
 * bg_color
*******************************************************************************/
.bg_red { background-color: #fff2f2;}
.bg_green { background-color: #229c73; }
/******************************************************************************
 * TEXT
*******************************************************************************/
.tx-left { text-align: left!important; }
.tx-center { text-align: center!important; }
.tx-right { text-align: right!important; }
.tx-justify{text-align: justify; text-justify: inter-ideograph;}
.ls-1 { letter-spacing: 1px; }
.ls-2 { letter-spacing: 2px; }
.v-top { vertical-align: top; }
.v-middle { vertical-align: middle; }
.underline { text-decoration:underline;}
.indent-1 {
	padding-left:1em;
	text-indent:-1em;
}
.pc-tx-right { text-align: right!important; }

.pc-tx-center { text-align: center!important; }

@media screen and (max-width: 767px),print {
.pc-tx-center {
    text-align: left!important; 
}
.pc-tx-right { text-align: center!important; }	
	}
/******************************************************************************
 * responsive
*******************************************************************************/

.img-responsive {
  display: block;
  max-width: 100%;
  margin-left:auto;
  margin-right:auto;
  height: auto;
}
.img-no-responsive {
  display: block;
  max-width: auto;
  height: auto;
}
/* Float Clear
=============================================================================*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
	font-size:0;
}
.clearfix {	display:inline-block;}
/*\*/
* html .clearfix { height: 1%;}
.clearfix {	display: block;}
/**/
.clear { clear: both; }

/******************************************************************************
 * title
*******************************************************************************/

.h3-tit {
    text-align: center;
    font-size: 50px;
    font-weight: 800;
    line-height: .85;
}

.h3-tit em {
    position: relative;
    top: .08em;
    color: #23d152;
    font-family: Montserrat,sans-serif;
    font-size: 80px;
    margin-right: .05em;
	font-style: normal;
	padding-left: 20px;
}
.h3-tit .feature-number {
    display: inline-block;
    background-color: #333333;
    color: #fff;
    font-family: Montserrat, sans-serif;
    border-radius: 3px;
    font-size: 16px;
    line-height: 1.5;
    padding: 0.2em 0.5em;
	vertical-align: middle;
	margin-bottom: 20px;
}
@media screen and (max-width: 767px),print {
.h3-tit {
    text-align: center;
    font-size: 26px;
    font-weight: 800;
    line-height: .85;
}

.h3-tit em {
    position: relative;
    top: .08em;
    color: #23d152;
    font-family: Montserrat,sans-serif;
    font-size: 40px;
    margin-right: .05em;
}
.h3-tit .feature-number {
    border-radius: 3px;
    font-size: 12px;
    line-height: 1.5;
    padding: 0.2em 0.3em;
	vertical-align: middle;
	margin-bottom: 8px
}
	
}

.common-tit{
	margin-bottom: 40px;
}

.common-tit h3,.common-tit h4 {
    position: relative;
    padding-left: 20px;
    line-height: 1.5;
}

.common-tit h3:before,.common-tit h4:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 0.2em;
    bottom: 0.3em;
    width: 4px;
    background: #148f2d;
}

.common-tit h3 .ttl-en,.common-tit h4 .ttl-en {
    display: block;
    color: #148f2d;
    font-size: 12px;
    font-size: 1.2rem;
    font-family: 'Montserrat','Noto Sans JP', sans-serif;
}

.common-tit h3 .ttl-ja,.common-tit h4 .ttl-ja {
    display: block;
    margin-top: 5px;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
}

.common-tit h3 .ttl-ja .ttl-hl,.common-tit h4 .ttl-ja .ttl-hl {
    background: linear-gradient(transparent 60%, #FFFF00 60%);
}

@media screen and (max-width: 767px),print {
.common-tit{
	width: 98%;
	margin: 0 auto;
	margin-bottom: 40px;
}
.common-tit h3 .ttl-ja, .common-tit h4 .ttl-ja {
    display: block;
    margin-top: 5px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
}	
    
	
}	
.sub-title .marker {
    position: relative;
    display: inline-block;
    z-index: 1;
}
.sub-title .marker:before {
    content: '';
    width: 100%;
    height: 32%;
    background: #ffde00;
    position: absolute;
    left: 0;
    bottom: 8%;
    z-index: -1;
    border-radius: 3px;
}

.sub-title h4.large:after {
    content: attr(data-eng);
    font-family: Poppins,sans-serif;
    font-size: 14px;
    letter-spacing: .12em;
    display: block;
	color:#148f2d;
}
.sub-title h4.large {
    font-weight: 700;
    font-size: 34px;
	line-height: 1.4;
    text-align: center;
    margin: 0 0 32px;
}

.point-tit h3 .ttl-ja,.point-tit h4 .ttl-ja {
    display: block;
    margin-top:40px;
    margin-bottom:20px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
}

.point-tit h3 .ttl-ja .ttl-hl,.point-tit h4 .ttl-ja .ttl-hl {
    background: linear-gradient(transparent 70%, #4fe86e 70%);
}


@media screen and (max-width: 768px){
.display {
    width: auto;
    margin: 0 auto;
    position: relative;
    top: 0;
    left: 0;
}
	

.sub-title h4.large {
    font-size: 24px;
    margin: 0 0 24px;
}	
.sub-title h4.large {
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    margin: 0 0 32px;
}
.sub-title h4.large:after {
    font-size: 10px;
}
.point-tit{
    margin: 0 auto;
	width: 92%;		
	}	
.point-tit h3 .ttl-ja,.point-tit h4 .ttl-ja {
    display: block;
    margin-top:40px;
    margin-bottom:20px;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
}
	
}	


/******************************************************************************
 * img
*******************************************************************************/

.img-fluid, .img-thumbnail {
    max-width: 100%;
    height: auto;
}






/******************************************************************************
 * top
*******************************************************************************/

.e-catch {
  height: 560px;
  padding: 0 15px;
  background: url(../images/top_img01.jpg) no-repeat 50% 100%;
  background-size: auto 100%;
}

.top-cts {
    max-width: 1000px;
    margin: 0 auto;
    box-sizing: border-box;
}

.e-catch-inner {
  position: relative;
  z-index: 0;
}

.e-catch-ttl {
  line-height: 1.1;
  margin: 0;
  padding: 50px 0 0;
  margin-bottom: 20px;	
}

.e-catch-ttl > span:nth-child(1) {
  display: block;
  margin: 0 0 5px;
  font-size: 47px;
  color:#fff;
}

.e-catch-ttl > span:nth-child(1) > span {
  display: inline-block;
  position: relative;
}

.e-catch-ttl > span:nth-child(1) > span:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 7px;
  left: 0;
  height: 24px;
  background: #df3d7e;
  z-index: -1;
}

.e-catch-ttl > span:nth-child(1) b {
  /*color: #19a690;*/
}

.e-catch-ttl > span:nth-child(1) b span {
  display: inline-block;
  font-size: 80px;
  transform: translateY(5px);
}

.e-catch-ttl > span:nth-child(2) {
  display: block;
  font-size: 40px;
  color:#fff;
}

.e-catch-cta {
  width: 480px;
  text-align: center;
}

.e-catch-cta-txt {
  display: inline-block;
  position: relative;
  margin: 0 0 10px;
  font-weight: bold;
  line-height: 1.5;
  font-size: 24px;
  color:#fff;
}

.e-catch-cta-txt:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -10px;
  width: 1px;
  height: 60px;
  vertical-align: top;
  background: #fff;
  transform: translateY(-50%) rotate(-20deg);
}

.e-catch-cta-txt:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -10px;
  width: 1px;
  height: 60px;
  vertical-align: top;
  background: #fff;
  transform: translateY(-50%) rotate(20deg);
}

.e-catch-cta-btn a {
  display: block;
  padding: 20px;
  border-radius: 50px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background: #df3d7e;
  box-shadow: 0 4px 0 #b2225c;
}

.e-catch-cta-btn a span {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  font-size: 22px;
}

.e-catch-cta-btn a span:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 7px;
  height: 7px;
  vertical-align: top;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 811px) {
  .e-catch {
    height: 450px;
    padding-bottom: 30px;
    background-image: url(../images/top_img01_sp.jpg);
  }

  .e-catch-ttl {
    padding: 5px 0 0;
	margin-bottom: 245px;
  }

  .e-catch-ttl > span:nth-child(1) {
    margin: 10px 0 10px;
    font-size: 3.4vw;
  }

  .e-catch-ttl > span:nth-child(1) > span:after {
    bottom: 1vw;
    height: 12px;
  }

  .e-catch-ttl > span:nth-child(1) b span {
    font-size: 6vw;
    transform: translateY(.5vw);
  }

  .e-catch-ttl > span:nth-child(2) {
    font-size: 4.6vw;
  }

  .e-catch-cta {
    width: 400PX;
	margin: 0 auto;  
  }

  .e-catch-cta-txt {
    font-size: 1.8vw;
  }

  .e-catch-cta-btn a {
    padding: 15px;
    font-size: 2vw;
  }

  .e-catch-cta-btn a span {
    padding-left: 5vw;
    font-size: 3.27vw;
  }

  .e-catch-cta-btn a span:before {
    width: 1.5vw;
    height: 1.5vw;
  }
}
@media screen and (max-width: 740px) {
  .e-catch-ttl {
    padding: 5px 0 0;
	margin-bottom: 265px;
  }
  }

@media screen and (max-width: 560px) {
.e-catch-ttl {
    margin-bottom: 280px;
}
  .e-catch-cta {
    width: auto;
  }
.e-catch-cta-txt{
font-size: 2vw;	
  }	
	.e-catch-cta-txt:before	{
	height: 40px;	
		
	}
	.e-catch-cta-txt:after	{
	height: 40px;	
		
	}
.e-catch-cta-btn a {
    font-size: 4vw;	
}
.e-catch-cta-btn a span {
    font-size: 4.4vw;
}
}	
@media screen and (max-width: 400px) {
.e-catch-ttl {
    margin-bottom: 310px;
}	
	
}


/******************************************************************************
 * five
*******************************************************************************/
.five-point {
	margin-top: 60px;	
	
}
.five-point .tableLine li {
    position: relative;
    box-sizing: border-box;
    border-radius: 16px;
    box-shadow: 0 6px 0 0 rgba(7, 181, 59, .15);
    background-color: #fff
}
.five-point .tableLine li:hover {
    box-shadow: 0 2px 0 0 rgba(7, 181, 59, .15);
    transition: 0.2s
}
.five-point .tableLine {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 55px
}
.five-point .tableLine li {
    width: 140px;
    margin: 0 0 25px
}
.five-point .tableLine li:hover {
    margin: 4px 0 21px
}
.five-point .tableLine li:hover .categoryTb:after {
    transform: rotate(0.0001deg);
    background-position: center right 7px
}
.five-point .tableLine li:hover .categoryTb .title {
    color: #07b53b
}
.five-point .tableLine li a {
    display: block;
    height: 100%
}
.five-point .tableLine li a:hover {
    transition: 0.2s
}
.five-point .tableLine .categoryTb .title {
    font-size: 14px;
    font-weight: 700;
    color: #111;
    transition: all 0.2s ease;
    text-align: center;
    margin-bottom: 10px
}
.five-point .tableLine .categoryTb .ttlTxt {
    font-size: 14px;
    line-height: 1.5;
    color: #555
}
.five-point .tableLine .categoryTb {
    cursor: pointer;
    padding: 120px 6px 25px
}

 /*   .five-point .starting li:nth-last-child(2) {
        margin-bottom: 0
    }
    .five-point .starting li:last-child {
        margin-bottom: 0
    }
*/
.five-point .tableLine .icon1 {
    background-image: url('../images/icon_point1.svg');
    background-repeat: no-repeat;
    background-position: center top 40px;
    background-size: 60px
}
.five-point .tableLine .icon2 {
    background-image: url('../images/icon_point2.svg');
    background-repeat: no-repeat;
    background-position: center top 40px;
    background-size: 60px
}
.five-point .tableLine .icon3 {
    background-image: url('../images/icon_point3.svg');
    background-repeat: no-repeat;
    background-position: center top 40px;
    background-size: 60px
}
.five-point .tableLine .icon4 {
    background-image: url('../images/icon_point4.svg');
    background-repeat: no-repeat;
    background-position: center top 40px;
    background-size: 60px
}
.five-point .tableLine .icon5 {
    background-image: url('../images/icon_point5.svg');
    background-repeat: no-repeat;
    background-position: center top 40px;
    background-size: 60px
}

@media screen and (max-width:767px) {
.five-point {
	width: 95%;
    margin: 0 auto;
	margin-top: 40px;
}
	
   .five-point .tableLine {
        margin-bottom: 20px
    }
    .five-point .tableLine li {
        margin-bottom: 16px;
        width: calc(50% - 8px);
        border-radius: 16px
    }
    .five-point .tableLine li a {
        display: block
    }
    .five-point .tableLine li:nth-child(even) {
        margin-right: 0
    }
    .five-point .tableLine li:hover {
        box-shadow: 0 6px 0 0 rgba(7, 181, 59, .15);
        margin-top: 0;
        margin-bottom: 14px
    }
    .five-point .tableLine .categoryTb {
        padding: 80px 15px 0;
        background-position: center top 15px;
        background-size: 56px
    }
    .five-point .tableLine .categoryTb:after {
        width: 16px;
        height: 16px;
        right: 18px;
        top: 43%;
        background-size: 6px
    }
    .five-point .tableLine .categoryTb .title {
        font-size: 14px;
        margin-bottom: 20px
    }
    .five-point .tableLine .categoryTb .ttlTxt {
        display: none
    }
	
	
	
	
}


@media screen and(max-width:320px) {
	
    .five-point .tableLine li {
        margin: 0 auto 15px
    }
	
	
}	







/******************************************************************************
 * point_item
*******************************************************************************/


.point_item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}
@media screen and (max-width:768px) {
    .point_item {
        -ms-flex-direction: column;
        flex-direction: column
    }
}
.point_item+.point_item {
    margin-top: 134px
}
@media screen and (max-width:768px) {
    .point_item+.point_item {
        margin-top: 10px
    }
}
.point_item:nth-of-type(3) {
    margin-top: 93px
}
@media screen and (max-width:768px) {
    .point_item:nth-of-type(3) {
        margin-top: 10px
    }
}
.point_item:nth-of-type(2n-1) {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}
@media screen and (max-width:768px) {
    .point_item:nth-of-type(2n-1) {
        -ms-flex-direction: column;
        flex-direction: column
    }
}
.point_item-texts {
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    padding-right: 7.54717%
}
@media screen and (max-width:768px) {
    .point_item-texts {
        padding-right: 0
    }
}
.point_item:nth-of-type(2n-1) .point_item-texts {
    padding-right: 0;
    padding-left: 7.54717%
}
@media screen and (max-width:768px) {
    .point_item:nth-of-type(2n-1) .point_item-texts {
        padding-left: 0
    }
}
.point_item-number {
    display: inline-block;
    background-color: #23d152;
    color: #fff;
    font-family: Montserrat, sans-serif;
    border-radius: 3px;
    font-size: 14px;
    line-height: 1.5;
    padding: 0 0.3em;
    margin-bottom: 23px
}
@media screen and (max-width:768px) {
    .point_item-number {
        font-size: 13px;
        margin-bottom: 17px
    }
}
.point_item-image {
    width: 46.3%;
    height: 0;
    padding-bottom: 46.3%;
    text-align: center;
    margin: 15px 0 0 -10px
}
.point_item-image2 {
    width: 46.3%;
    height: 0;
    padding-bottom: 34.7%;
    text-align: center;
    margin: 15px 0 0 -10px
}
.point_item-image3 {
    width: 46.3%;
    height: 0;
    padding-bottom: 23.1%;
    text-align: center;
    margin: 15px 0 0 -10px
}

.point_item-image img {
    display: block;
    width: 100%
}
.point_item-image2 img {
    display: block;
    width: 100%
}
.point_item-image3 img {
    display: block;
    width: 100%
}

@media screen and (max-width:768px) {
    .point_item-image {
        width: 90%;
		margin: 0 auto;
        padding-bottom: 100%;
		margin-top:25px;
        margin-bottom: 25px
    }
    .point_item-image2 {
        width: 90%;
		margin: 0 auto;
        padding-bottom: 75%;
		margin-top:25px;
        margin-bottom: 25px
    }
    .point_item-image3 {
        width: 90%;
		margin: 0 auto;
        padding-bottom: 50%;
		margin-top:25px;
        margin-bottom: 25px
    }
	
}
.point_item-description {
    font-size: 15px;
    line-height: 2
}
.point_item-description+.point_item-description {
    margin-top: 1.5em
}
@media screen and (max-width:768px) {
    .point_item-description+.point_item-description {
        margin-top: 0.8em
    }
}
.point_item-products {
    margin-top: 26px;
    font-size: 15px
}
@media screen and (max-width:768px) {
    .point_item-products {
        margin-top: 15px
    }
}
.point_item-products:before {
    display: block;
    content: '';
    border-top: 1px solid #222;
    width: 75px;
    margin-bottom: 29px
}
@media screen and (max-width:768px) {
    .point_item-products:before {
        width: 50px;
        margin-bottom: 19px
    }
}
.point_item-products dt {
    color: #23d152;
    font-weight: 600;
    margin-bottom: 6px
}
.point_item-products dd {
    display: inline
}
.point_item-products dd+dd:before {
    content: ' / '
}


.heading_point_item {
    font-size: 35px;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 29px;
}


@media screen and (max-width:768px) {
.heading_point_item {
    font-size: 20px;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 29px;
}
}
/******************************************************************************
 * fee
*******************************************************************************/
.lp-fee table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 100%;
      box-shadow: 0 0 15px -6px #00000073;
}
.lp-fee table tr {
  background-color: #fff;
}
.lp-fee table tbody tr.gray-c {
  background-color: #f9f9f9;
}

.lp-fee table tbody tr:hover{
  background-color: #fffae9;
}
.lp-fee table th,
.lp-fee table td {
  padding: 1em 1em;
  border: 1px solid #eee;
}
.lp-fee table thead th {
    font-size: 18px;
    padding: 1em;
	text-align: left;
}
.lp-fee table thead tr{
  background-color: #4d4d4d;
  color:#fff;
}
.lp-fee table tbody th {
  text-align: left;
  font-size: 14px;
  line-height: 1.6;	
}
.lp-fee table tbody td {
	vertical-align: middle;
	line-height: 1.4;
}	

.lp-fee .txt{
   text-align: left;
   font-size: 14px;
}
.lp-fee .price{
  text-align: left;
  color: #000;
  font-weight: bold;
}
.lp-fee .comment {
  margin: 0 auto;
  width: 90%;
}
.lp-fee .p-small{font-size: 14px;line-height: 24px}

@media screen and (max-width: 600px) {
  .lp-fee table{width: 98%;}
.lp-fee table thead th {
    font-size: 12px;
    padding: 1em;
	text-align: left;
}
	
.lp-fee table tbody th {
    text-align: left;
    font-size: 14px;
	line-height: 1.6;
}
.lp-fee table tbody td {
    text-align: left;
    font-size: 13px;
	vertical-align: middle;
	line-height: 1.4;
}	
.lp-fee .p-small{font-size: 12px;line-height: 20px}	
.tbl-sp{
	display:none;
	}	
}


/******************************************************************************
 * contact
*******************************************************************************/
.hom-contactTel dl {
    padding: 0 20px 30px;
    border: 3px solid #fff;
    border-radius: 10px;
    text-align: center;
	margin-bottom: 30px;
}
.hom-contactTel dl dt {
    display: inline-block;
    position: relative;
    top: -1em;
    margin: 0;
    padding: 0.5em 1.4em;
    border-radius: 10vh;
    background: #fff;
    color: #c2143b;
    font-size: 16px;
    font-size: 1.14286rem
}
.hom-contactTel dl dd {
    margin: 0;
    font-family: "Noto Sans", sans-serif;
    font-size: 30px;
    font-size: 2.14286rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.1
}
.hom-contactTel dl dd span {
    /*display: block;*/
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
    font-size: 1rem;
}
.hom-contactTel dl.hom-contactTel__mail dd {
    font-size: 22px;
    font-size: 1.57143rem;
    letter-spacing: 0
}

@media(min-width: 768px) {
    .hom-contactTel {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between;
        max-width: 1000px;
        margin: auto
    }
    .hom-contactTel dl {
        width: 43%;
        padding: 0 20px 50px
    }
    .hom-contactTel dl dt {
        font-size: 18px;
        font-size: 1.28571rem
    }
    .hom-contactTel dl dd {
        margin-top: 20px
    }

}
@media(min-width: 992px) {
    .hom-contactTel dl {
        margin-bottom: 3vw
    }
    .hom-contactTel dl.hom-contactTel__mail dd {
        font-size: 30px;
        font-size: 2.14286rem
    }
    .hom-contactTel dl dd {
	font-size: 30px;
    font-size: 2.14286rem; 
	}
    .hom-contactTel dl dd span {
        font-size: 20px;
        font-size: 1.5rem
    }
}




.lp-info {
    width: 100%;
    text-align: center;
	margin-top: 20px;
}

.lp-info-btn01 a {
    display: block;
    padding: 20px;
    border-radius: 50px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    background: #19a690;
    box-shadow: 0 4px 0 #006f5e;
}


.lp-info-btn01 a span {
    display: inline-block;
    position: relative;
    padding-left: 20px;
    font-size: 22px;
}
.lp-info-btn01 a {
    transition: all .2s ease-in-out;
}
.lp-info-btn01 a span:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 7px;
    height: 7px;
    vertical-align: top;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateY(-50%) rotate(45deg);
}
.lp-info-btn02 a {
    display: block;
    padding: 20px;
    border-radius: 50px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    background: #d53257;
    box-shadow: 0 4px 0 #c2143b;
}


.lp-info-btn02 a span {
    display: inline-block;
    position: relative;
    padding-left: 20px;
    font-size: 22px;
}
.lp-info-btn02 a {
    transition: all .2s ease-in-out;
}
.lp-info-btn02 a span:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 7px;
    height: 7px;
    vertical-align: top;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateY(-50%) rotate(45deg);
}

.over:hover {
  opacity: .7;
}



.lp-info-co {
    width: 70%;
    text-align: center;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 40px;
}

.lp-info-btn03 a {
    display: block;
    padding: 20px;
    border-radius: 50px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    background: #1f1f1f;
    box-shadow: 0 4px 0 #000000;
}


.lp-info-btn03 a span {
    display: inline-block;
    position: relative;
    padding-left: 20px;
    font-size: 22px;
}
.lp-info-btn03 a {
    transition: all .2s ease-in-out;
}
.lp-info-btn03 a span:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 7px;
    height: 7px;
    vertical-align: top;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateY(-50%) rotate(45deg);
}




@media(max-width: 769px){
.lp-info-co {
    width: 90%;
}
	
.lp-info-btn01 a{
    padding: 15px;
    font-size: 3.2vw;
}
.lp-info-btn02 a{
    padding: 15px;
    font-size: 3.2vw;
}
.lp-info-btn03 a{
    padding: 15px;
    font-size: 3.2vw;
}
	
	}




/******************************************************************************
 * after
*******************************************************************************/
.communication_area {
  background-color: #F2F4F6;
  border-radius: 15px;
}

.communication_area {
  position: relative;
  z-index: 1;
  margin-top: 70px;
  padding: 0 20px 40px;
}

.secondary_title {
  font-size: 2rem;
  line-height: 1.3;
  text-align: center;
}

@media screen and (min-width: 920px) {
  .secondary_title {
    font-size: 3.2rem;
  }
  .section_catch {
    margin-top: 35px;
    font-size: 1.7rem;
  }

}
.text_ib {
    display: inline-block;
}
.section_catch {
  margin-top: 20px;
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .section_catch {
    text-align: center;
  }
}

.communication_area .secondary_title {
  transform: translateY(-17px);
  margin-bottom: -17px;
}

.communication_area .other {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.7;
}
@media screen and (min-width: 920px) {
  .communication_area {
    margin-top: 100px;
    padding: 0 30px 50px;
  }
  .communication_area .secondary_title {
    transform: translateY(-23px);
    margin-bottom: -23px;
  }
  .communication_area .other {
    font-size: 2.0rem;
  }
  /*.communication_list {
    width: calc(100% + 20px);
    margin: 40px -10px 50px;
  }
  .communication_list li {
    padding: 0 10px;
  }*/
}

@media screen and (min-width: 1180px) {
  .communication_area {
    margin-top: 130px;
    padding: 0 75px 70px;
  }
  .communication_list {
    width: calc(100% + 34px);
    margin: 40px -17px 50px;
  }
  .communication_list li {
    padding: 0 17px;
  }
}
.communication_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: calc(100% + 12px);
  margin: 20px -6px 25px;
}
.communication_list li {
  width: 33.3%;
  max-width: 200px;
  padding: 3px 6px;
}
.communication_list .communication_app {
  position: relative;
  text-align: center;
  width: 100%;
  height: 100%;
}

.communication_list .communication_app:before {
  position: relative;
  content: "";
  display: block;
  padding-top: 100%;
}
.communication_list .communication_app:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  border-radius: 50%;
  z-index: 1;
}

.communication_list .communication_app span {
  display: block;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.communication_list .communication_app span img {
  width: 90%;
}

@media screen and (min-width: 768px) {
  .communication_list {
    /*flex-wrap: nowrap;*/
  }
  .communication_list li {
    width: 18%;
  }
}
@media screen and (min-width: 920px) {
  .communication_area {
    margin-top: 100px;
    padding: 0 30px 50px;
  }
  .communication_area .secondary_title {
    transform: translateY(-23px);
    margin-bottom: -23px;
  }
  .communication_area .other {
    font-size: 2.0rem;
  }
}

@media screen and (min-width: 1180px) {
  .communication_area {
    margin-top: 130px;
    padding: 0 75px 70px;
  }
}
/*----------------------------------------------------
  #f-manager
--------------------------------------------------- */


.f-manager-inner{
    margin: 0 auto;
	margin-top: 30px;
}
.f-manager-inner{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 5px;
    margin-left: 5px;
}
.f-manager-inner h4 {
    font-size: 2rem;
    line-height: 1.4em;
	margin-bottom: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
.f-manager-inner h4 {
    font-size: 1.8rem;
}
.f-manager-inner p {
    font-size: 15px!important;
    line-height: 24px!important;	}
	
}

@media screen and (max-width: 767px),print {
.f-manager-inner h4 {
    margin: 0 0 32px;
    font-size: 1.4rem;
}
.f-manager-inner p {
	width: 100%!important;
	}
	
}	
.f-manager-inner .img-container {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.f-manager-inner .titleMain01 .intr {
    display: block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.07em;
}

.f-manager-inner .titleMain01 .intr em {
    position: relative;
    display: inline-block;
    padding: 0 47px 0 0;
	font-style:normal;
}

.f-manager-inner .titleMain01 .intr em::after {
    content: " ";
    position: absolute;
    top: 44%;
    right: 0;
    display: block;
    width: 38px;
    height: 2px;
    background: #52bf68;
}
@media screen and (min-width: 576px){
.f-manager-inner .txt-container
{
    -ms-flex: 0 0 56.33333%;
    flex: 0 0 56.33333%;
    max-width: 56.33333%;
}
	
.f-manager-inner .img-container	{
    -ms-flex: 0 0 38.66667%;
    flex: 0 0 35.66667%;
    max-width: 35.66667%;
	padding-right: 30px;
}
	}

/*----------------------------------------------------
  #tire-list
--------------------------------------------------- */

.tire-list {
  display: flex;
  justify-content: space-between;
}


.tire-list-item {
  width: 24%;
  font-size: 14px;
}

.tire-list-item p{
  margin-top: 0px!important;
  text-align: center;
}


.tire-list-item figure {
  margin: 0 0 15px;
  text-align: center;
  position: relative;
  overflow: hidden;
}



.tire-list-item figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.6);
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
  color:#fff;
  padding-top:25%;
  font-size:14px;
}
 
.tire-list-item figure:hover figcaption {
  opacity: 1;
}


.tire-list-item p {
  margin: 0;
  font-size: 14px!important	
}

.tire-list-item a {
  display: block;
  line-height: 1.8;
  color: #19a690;
  font-size: 15px;
  text-decoration: underline;
  word-break: break-all;
 text-decoration: none;	
}

.tire-list-item a:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px),print {

  .tire-list {
    flex-wrap: wrap;
	width: 98%;
    margin: 0 auto;  
  }

  .tire-list-item {
    width: 48.5%;
    margin: 20px 0 0;
    font-size: inherit;
  }

  .tire-list-item:nth-child(1),
  .tire-list-item:nth-child(2) {
    margin: 0;
  }
.tire-list-item p {
  width: 100%!important;
}
	
}

/******************************************************************************
 * merit
*******************************************************************************/
  .lp_merit h4 {
    color: #148f2d;
    font-size: 2.2rem;
    text-align: center;
    line-height: 1.6;
    position: relative;
    display: table;
    padding: 0 30px;
    margin-left: auto;
    margin-right: auto; }
    .lp_merit h4 span {
      font-size: 130%; }
    @media screen and (max-width: 1024px) {
      .lp_merit h4 {
        font-size: 2.0rem; } }
    @media screen and (max-width: 414px) {
      .lp_merit h4 {
        font-size: 1.4rem;
        padding-left: 0;
        padding-right: 0; } }
    .lp_merit h4:before, .lp_merit h4:after {
      content: "";
      display: block;
      width: 4px;
      height: 50px;
      background-color: #148f2d;
      border-radius: 2px;
      position: absolute;
      bottom: 0;
      transform: rotate(-30deg); }
      @media screen and (max-width: 414px) {
        .lp_merit h4:before, .lp_merit h4:after {
          display: none; } }
    .lp_merit h4:before {
      left: 0; }
    .lp_merit h4:after {
      right: 0;
      transform: rotate(30deg); }

.merit ul {
	width: 80%;
    margin: 30px auto 0;
	margin-bottom: 60px;
}
@media screen and(max-width: 767px) {
    .merit ul {
        width: 90%;
        margin: 10px auto 0;
		margin-bottom: 60px;
    }
}
.merit ul li {
    font-size: 1.6rem;
    font-weight: 700;
    position: relative;
    padding-left: 50px;
    margin: 20px 0
}
.merit ul li:after {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    background: url('../images/check.svg') no-repeat center center;
    background-size: cover;
    width: 25px;
    height: 25px
}
@media(max-width: 767px) {
    .merit ul li {
        font-size: 1.2rem;
        font-weight: 700;
        padding-left: 25px;
        margin: 20px 0
    }
    .merit ul li:after {
        content: "";
        position: absolute;
        top: 2px;
        left: 0;
        background: url('../images/check.svg') no-repeat center center;
        background-size: cover;
        width: 15px;
        height: 15px
    }
}

/******************************************************************************
 * flow
*******************************************************************************/

.flow_area {
    position: relative;
    border: solid 3px #c5edd2;
    padding: 60px 20px 20px;
	    top: -72px;
	z-index: -1;

}
.flow-tit {
    background-color: #fff;
    padding: 10px 20px;
	z-index: 1;

}
.steps_list {
    counter-reset: steps-item;
    margin-left: 3px;
    margin-right: 3px
}
@media screen and (max-width:768px) {
    .steps_list {
        margin: 0 auto;
		width: 95%;
    }
	.steps_item p {
        width: 100%!important;
    }
.flow_area {
    position: relative;
    border: none;
    padding: 0px 0px 0px;
	    top: 0px;
	z-index: -1;

}
.flow-tit {
    background-color: #fff;
    padding: 0px 0px;
	z-index: 1;

}

}
.steps_item {
    position: relative;
    box-shadow: 6px 6px 0 rgba(0, 0, 0, .05);
    border-radius: 18px;
    background-color: #fff;
    padding: 40px 40px 36px 106px;
    margin-bottom: 14px;
    counter-increment: steps-item
}
@media screen and (max-width:768px) {
    .steps_item {
        padding: 36px 27px 26px 68px
    }
}
.steps_item:before {
    content: counter(steps-item);
    position: absolute;
    font-family: Montserrat, sans-serif;
    color: #148f2d;
    font-size: 40px;
    top: 35px;
    left: 40px
}
@media screen and (max-width:768px) {
    .steps_item:before {
        font-size: 40px;
        top: 30px;
        left: 27px
    }
}
.steps_item:after {
    content: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2045.08%2022%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23f2f2f2%3B%7D.cls-2%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M22.94%2C20.48%2C19%2C13.6A15%2C15%2C0%2C0%2C0%2C6%2C6H45.08a15%2C15%2C0%2C0%2C0-13%2C7.6L28.2%2C20.39A3.1%2C3.1%2C0%2C0%2C1%2C25.7%2C22h-.13A3%2C3%2C0%2C0%2C1%2C22.94%2C20.48Z%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M16.94%2C14.48%2C13%2C7.6A15%2C15%2C0%2C0%2C0%2C0%2C0H39.08a15%2C15%2C0%2C0%2C0-13%2C7.6L22.2%2C14.39A3.1%2C3.1%2C0%2C0%2C1%2C19.7%2C16h-.13A3%2C3%2C0%2C0%2C1%2C16.94%2C14.48Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    display: block;
    position: absolute;
    width: 46px;
    height: 23px;
    bottom: -23px;
    left: 0;
    right: 0;
    margin: 0 auto
}
.steps_item:nth-of-type(1):before {
    left: 46px
}
@media screen and (max-width:768px) {
    .steps_item:nth-of-type(1):before {
        left: 32px
    }
}
.steps_item:nth-of-type(n + 2) {
    padding-top: 45px
}
.steps_item:nth-of-type(n + 2):before {
    top: 40px
}
@media screen and (max-width:768px) {
    .steps_item:nth-of-type(n + 2):before {
        top: 40px
    }
}
.steps_item.-last {
    background-image: linear-gradient(to right,#148f2d,#26a540)
}
.steps_item.-last:before {
    color: #fff
}
.steps_item.-last:after {
    content: none
}
.steps_item-title {
    font-size: 25px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    line-height: 1.3;
    margin-bottom: 15px
}
.steps_item.-last .steps_item-title {
    color: #fff;
}
.steps_item.-last .steps_item-description {
    color: #fff;
}
/*----------------------------------------------------
  #pay-img
--------------------------------------------------- */
.pay-img{
display: block;
    max-width: 100%;
    margin-right: auto;
    height: auto;}
@media screen and (max-width:768px) {
.pay-img{
display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: auto;}
.pay-company{
	width: 90%;
    margin: 0 auto;
	
}
	
}

/******************************************************************************
 * merit
*******************************************************************************/


/*----------------------------------------------------
  #acces-map
--------------------------------------------------- */

.ggmap {
position: relative;
padding-bottom: 50%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%!important;
height: 100%!important;
}

/*----------------------------------------------------
  #faq
--------------------------------------------------- */
.faq_collection dl{
  border-bottom: 1px solid #efefef
}
.faq_collection dt{
  padding: 30px 20px 30px 50px;
	background: url("../images/faq_ico.png") no-repeat 10px 50%;
  font-size: 115%;
  font-weight: bold;
  line-height: 1.8;	
  cursor: pointer;
	
}
.faq_collection dt.in,
.faq_collection dt:hover{
  background-color: #fbfbfb
}
.faq_collection dt span{
  display: block;
  padding-right: 20px;
  background: url("../images/faq_btn_p.png") no-repeat 100% 50%
}
.faq_collection dt.in span{
  background: url("../images/faq_btn_m.png") no-repeat 100% 50%
}

.faq_collection dd{
  padding: 25px 10px 30px;
  line-height: 1.8;	
}
@media screen and (max-width:768px) {
	
.faq_collection dt{
  font-size: 100%;
  line-height: 1.4;	
}
.faq_collection dd{
  line-height: 1.4;
}
	

	
	
}
/* -----------------------------------------------
 action-title
 -------------------------------------------------- */

.action-index__sub-title {
	display: -webkit-flex;
	display: flex;
	line-height: 1.6;
	-webkit-align-items: center;
			align-items: center;
}

.action-index__sub-title__number {
	display: -webkit-flex;
	display: flex;
	font-weight: 500;
	/*color: rgba(0, 0, 0, .3);*/
	-webkit-align-items: center;
			align-items: center;
}

.action-index__sub-title__number:after {
	content: "";
	width: 1px;
	height: 25px;
	margin: 0 10px;
	display: block;
	background-color: rgba(0, 0, 0, .15);
}

.action-index__sub-title__en {
	color: #808080;
}

.action-index__title {
	margin: 10px 0;
	font-weight: 800;
	line-height: 1.6;
	color: rgba(0, 0, 0, 1);
}

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

	.action-index__sub-title {
		-webkit-justify-content: center;
				justify-content: center;
	}

	.action-index__sub-title__number {
		font-size: 1rem;
	}

	.action-index__sub-title__en {
		font-size: 1rem;
	}

	.action-index__title {
		font-size: 1.4rem;
		text-align: center;
	}



}
@media screen and ( min-width: 961px ), print {
	.action-index__sub-title__number {
		font-size: 1.6rem;
	}

	.action-index__sub-title__en {
		font-size: 1rem;
	}

	.action-index__title {
		font-size: 1.8rem;
	}
	
}


.action.action-sub-title {
    display: block;
    font-weight: normal;
    font-size: .9375rem;
    text-align: center;
    margin-bottom: 44px;
}
.action.action-sub-title span {
    display: block;
    margin-top: 10px;
	font-weight: bold;
    font-size: 34px;
    letter-spacing: 0.08em;
    color: #81b975;
}


@media (max-width: 739px){
.action.action-sub-title {
    font-size: 14px;
}
.action.action-sub-title span {
    font-size: 18px;
}
}
.action-h4-title h4 {
    color: #126153;
    font-size: 2.2rem;
    line-height: 1.455;
    margin: 30px 0 35px!important;
    padding-left: 20px;
    border-left: 3px solid;
}
@media screen and (max-width: 768px){
.action-h4-title h4 {
    margin-bottom: 2rem;
    font-size: 1.6rem;
}
}


.action-h2-title h2 {
    color: #126153;
    font-size: 1.6rem!important;
    line-height: 1.455;
    margin: 30px 0 35px!important;
    padding-left: 20px;
    border-left: 3px solid;
}
@media screen and (max-width: 768px){
.action-h2-title h2 {
    margin-bottom: 2rem;
    font-size: 1.2rem;
}
}
/* -----------------------------------------------
 reason-title
 -------------------------------------------------- */

.reason-index__sub-title {
	display: -webkit-flex;
	display: flex;
	line-height: 1.6;
	-webkit-align-items: center;
			align-items: center;
}

.reason-index__sub-title__number {
	display: -webkit-flex;
	display: flex;
	font-weight: 500;
	color: rgba(0, 0, 0, .3);
	-webkit-align-items: center;
			align-items: center;
}

.reason-index__sub-title__number:after {
	content: "";
	width: 1px;
	height: 20px;
	margin: 0 10px;
	display: block;
	background-color: rgba(0, 0, 0, .15);
}

.reason-index__sub-title__en {
	color: rgb(170, 143, 123);
}

.reason-index__title {
	margin: 10px 0;
	font-weight: 800;
	line-height: 1.6;
	color: rgba(0, 0, 0, 1);
}

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

	.reason-index__sub-title {
		-webkit-justify-content: center;
				justify-content: center;
	}

	.reason-index__sub-title__number {
		font-size: 0.9rem;
	}

	.reason-index__sub-title__en {
		font-size: 0.9rem;
	}

	.reason-index__title {
		font-size: 1.4rem;
		text-align: center;
	}



}
@media screen and ( min-width: 961px ), print {
	.reason-index__sub-title__number {
		font-size: 1rem;
	}

	.reason-index__sub-title__en {
		font-size: 1rem;
	}

	.reason-index__title {
		font-size: 1.8rem;
	}
	
}


.reason.reason-sub-title {
    display: block;
    font-weight: normal;
    font-size: .9375rem;
    text-align: center;
    margin-bottom: 44px;
}
.reason.reason-sub-title span {
    display: block;
    margin-top: 10px;
	font-weight: bold;
    font-size: 34px;
    letter-spacing: 0.08em;
    color: #81b975;
}


@media (max-width: 739px){
.reason.reason-sub-title {
    font-size: 14px;
}
.reason.reason-sub-title span {
    font-size: 18px;
}
}
.reason-h4-title h4 {
    color: #126153;
    font-size: 2.2rem;
    line-height: 1.455;
    margin: 30px 0 35px!important;
    padding-left: 20px;
    border-left: 3px solid;
}
@media screen and (max-width: 768px){
.reason-h4-title h4 {
    margin-bottom: 2rem;
    font-size: 1.6rem;
}
}


.reason-h2-title h2 {
    color: #126153;
    font-size: 1.6rem!important;
    line-height: 1.455;
    margin: 30px 0 35px!important;
    padding-left: 20px;
    border-left: 3px solid;
}
@media screen and (max-width: 768px){
.reason-h2-title h2 {
    margin-bottom: 2rem;
    font-size: 1.2rem;
}
}
