.c-container{
	    max-width: 930px;
        margin: auto;
        width: 90%;		
}
.is-sp{
	display: none;
}
.is-pc{
	display: block;
}
@media(max-width:767px){
.is-sp{
	display: block;
}
.is-pc{
	display: none;
}	
}
h2.option-ttl {
color: #575a61;
font-weight: 600;
margin: 50px 0 25px 0;
}
.option-ttl-yellow {
display: inline-block;
color: #bea747;
}
.option-ttl-pcsiz45 {
font-size: 45px;
font-style: oblique 16deg;
}
.option-ttl-pcsiz36 {
font-size: 36px;
}
.option-ttl-pcsiz30 {
font-size: 30px;
}
.option-ttl-ml {
margin-left: 8px;
}
.option-ttl-mr {
margin-right: 8px;
}
@media(max-width:767px){
	.voice__block {
    padding: 15px 0;
}
.option-ttl-mr{
	font-size: 25px;
	margin-right: 0;
}
h2.option-ttl{
	font-size: 18px;
	margin: 10px 0 25px 0;
}
}
 .news__block{
	    max-width: 930px;
        margin: auto;
        padding:30px 0 80px 0;
        width: 90%;
 .news__top_wrap {
        margin-top: 0px;
        padding-bottom: 25px;
        background-color: #FFF;
        width: 100%;
        background: repeating-linear-gradient(135deg, #FAFAFA, #FAFAFA 2px, #fff 5px, #fff 2px);
      }
      div.news__top_banner {
        width: 100%;
      }
      h2.news__top_text {
        padding: 30px 0px 30px 0px;
        margin: auto;
        font-size: 25px;
        font-weight: normal;
      }
      @media(max-width:767px){
	      h2.news__top_text {
		       padding: 10px 0px 5px 0;
	      }
      }
      div.news__bordertitle {
        max-width: 930px;
        margin: auto;
        text-align: left;
      }
      p.news__bordertitle_titletext {
        font-size: 25px;
        font-weight: bold;
        margin-bottom: 10px;
      }
      div.news__bordertitle_hr_wrap {
        display: flex;
        width: 100%;
        margin: auto;
        margin-top: 0px;
      }
      div.news__bordertitle_hr_left {
        width: 15%;
        border-bottom: 4px solid;
      }
      div.news__bordertitle_hr_right {
        width: 85%;
        border-bottom: 1px dashed;
      }
      div.news__news_wrap {
        max-width: 930px;
        margin: auto;
        margin-top: 25px;
        margin-bottom: 15px;
        background-color: #FFF;
        border: 1px solid #ccc;
        border-radius: 4px;
        text-align: left;
        display: flex;
        flex-direction: column;
      }
      ul.news__news_list_ul {
        margin: 35px 25px;
        box-sizing: border-box;
      }
      ul.news__news_list_ul li {
        padding: 13px 0;
        border-bottom: 1px dotted #bbb;
        font-size: 17px;
        -ms-box-sizing: border-box;
      }
      dl.news__news_item {
        display: flex;
        align-items: flex-start;
        margin: 0;
      }
      dl.news__news_item dt {
        margin-right: 10px;
        width: 20%;
        flex-shrink: 0;
      }
      dl.news__news_item dt.cat{
	      text-align: center;
	      width: 130px;
	      color: #fff;
	      background: #bfa848;
	      padding: 2px 0;
	      font-size: 90%;
	      flex-shrink: 0;
      }
      dl.news__news_item dd a{
	      text-decoration: none;
	      color: #000;
      }	
      .button-group .list{
	      display: flex;
	      justify-content: space-between;
      } 
      .button-group .item{
	      width: 30%;
      }
      .button-group a{
	    
	      transition: all .3s;
	      position: relative;
	      border-radius:40px;
	      text-decoration: none;
	      display: block;
	      border:1px solid #000;
	      background: rgba(31,32,111,1);
	      color: #fff;
	      padding: 7px 0;
      }
       .button-group a:hover{
	       opacity: .8;
       }
	@media(max-width:767px){
	dl.news__news_item{
		flex-wrap: wrap;
	}
	dl.news__news_item dd{
		width: 100%;
		margin:5px 0 0 0;
		font-size: 1rem;
	}
    dl.news__news_item dt {
	    font-size: .9rem;
	    margin-right: 6px;
	    width: 40%;
    }
    dl.news__news_item dt.cat{
	    font-size: .8rem;
    }
    .button-group .list{
	    flex-wrap: wrap;
    }
    .button-group .list .item{
    	width: 100%;
    	margin-bottom: 15px;	
    }	
 }
  .pagination{
	  display: flex;
	  align-items: flex-end;
	  margin: 10px 0 0;
  }
 .pagination a{
	 text-decoration: none;
	 color: #333367;
	 display: block;
	 margin-right: 15px;
 }
 .pagination .current{
	 color: #888;
	 margin-right: 15px;
 }
 } 
@media(max-width:767px){
	.news__block{
		padding: 45px 0;
	}
}

.c-single h1 {
	position: relative;
    padding: 0 0 10px;
}
.c-single h1::before{
	position: absolute;
	display: block;
	content:"";
	width: 15%;
	height: 4px;
    border-bottom: 4px solid;
    left: 0;
    bottom: 0;
}
.c-single h1::after{
	position: absolute;
	display: block;
	content:"";
	width: 85%;
	height: 1px;
    border-bottom: 1px dashed;
    left: 0;
    bottom: 0;
}
.c-single .single_content{
	padding: 0 0 100px;
}
@media(max-width:767px){
	.c-single h1{
		font-size: 1.65em; 
	}
}
.c-column{
	.post-thumbnail img{
		width: 100%;
		height:auto;
	}
	.button-group{
		margin: 40px 0 0;
	}
	    .button-group a {
		 text-align: center;
        transition: all .3s;
        position: relative;
        border-radius: 40px;
        text-decoration: none;
        display: block;
        border: 1px solid #000;
        background: rgba(31, 32, 111, 1);
        color: #fff;
        padding: 7px 0;
        max-width: 270px;
        margin: 15px auto 0;
    }
}
.voice-page{
  body {
            width: 100%;
            background-color: #FFF;
            text-align: center;
          }
          .voicearticle__top_wrap {
            margin-top: 0px;
            padding-bottom: 25px;
            background-color: #eef1f6;
            width: 100%;
          }
          div.voicearticle__top_banner {
            width: 100%;
          }
          div.voicearticle__top_banner_wrap {
            margin: auto;
            max-width: 900px;
            width: 90%;
            height: 300px;
            text-align: left;
            display: flex;
            flex-direction: row;
            justify-content: space-between;
          }
          p.voicearticle__top_voicetext {
            margin: 0;
            font-size: 18px;
            padding: 30px 0;
          }
          h2.voicearticle__top_titletext {
            margin: 0;
            margin-bottom: 10px;
            font-size: 26px;
            font-weight: 500;
          }
          div.voicearticle__top_banner_left {
            margin-right: 15px;
            width: 400px;
            height: 165px;
          }
          div.voicearticle__top_banner_right {
            max-width: 500px;
            position: relative;
          }
          div.voicearticle__top_banner_right div {
            position: absolute;
            box-shadow: 0 2px 10px rgba(0,0,0,.2);
            border-radius: 5px;
            max-width: 500px;
            height: 380px;
            top: 50px;
          }
          div.voicearticle__top_banner_right img {
            overflow: hidden;
            border-radius: 5px;
            max-width: 500px;
            height: 380px;
            object-fit: cover;
            font-family: 'object-fit: cover;';
          }
          div.voicearticle__top_banner_bottom {
	          border-top: 1px solid #666666;
            margin: auto;
            max-width: 900px;
            width: 90%;
            display: flex;
            padding: 20px 0 0;
          }
          .voicearticle__top_banner_bottom .bottom_right{

	          display: flex;
          }
          .voicearticle__top_banner_bottom .bottom_right .rate{
	          margin: 0 40px 0 30px;
          }
          .voicearticle__top_banner_bottom .title{
	          font-weight: bold;
	          font-size: 1rem;
	          margin-bottom: 5px;
          }
          .voicearticle__top_banner_bottom .item-star{
	          display: flex;
	          align-items: center;
          }
          .voicearticle__top_banner_bottom .star-num{
	          font-size: 2.2rem;
	          margin-left: 15px;
          }
          .voicearticle__top_banner_bottom .star-img{
	          max-width: 230px;
	          display: block;
          }
          .voicearticle__top_banner_bottom .star-img img{
	          width: 100%;
          }
          .voicearticle__top_banner_bottom .plan .cont{
	          font-size: 1.7em;
	          font-weight: bold;
          }
          p.voicearticle__bottomtext_top {
            margin:0;
            
          }
          p.voicearticle__bottomtext_bottom {
            margin:0;
            padding: 2px 0;
          }
      div.voicearticle__maincontents_wrap {
        width: 100%;
        background-color: #FFF;
        padding-top: 60px;
        padding-bottom: 100px;
        text-align: left;
      }
      div.voicearticle__main_inner {
        margin: auto;
        max-width: 900px;
        width: 90%;
      }
      h2.voicearticle__maincontents_title {
        border-left: 5px solid #d18b18;
        color: #d18b18;
        font-size: 25px;
        font-weight: 500;
        padding-left: 15px;
      }
      p.voicearticle__maincontents_text {
        margin: 0;
        padding: 15px 0;
        font-size: 16px;
        letter-spacing: 0.05em;
        line-height: 30px;
      }

      p.voicearticle__return_button_wrap {
        text-align: center;
        padding-top: 50px;
        margin-bottom: 25px;
      }
      a.voicearticle__return_button_link {
        position: relative;
        padding-bottom: 4px;
        border: 0;
        text-decoration: none;
        background-color: #009db3;
        border-radius: 3px;
        box-shadow: 0 3px #058899;
        vertical-align: baseline;
        padding: 10px 32px 9px 16px;
        margin: 0 auto;
        color: #FFF;
      }
      a.voicearticle__return_button_link::after {
        right: 20px;
        display: block;
        position: absolute;
        content: "";
        width: 8px;
        height: 8px;
        margin-top: -4px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        top: 50%;
        transform: rotate(45deg);
      }
      span.voicearticle__return_button_text {
        max-width: 400px;
        transition: all .1s;
        cursor: pointer;
      }
      .voice_main{
	      display: flex;
	      align-items: center;
      }	
      .voice_main .thumb{
	      flex-shrink: 0;
	      max-width: 160px;
	      margin-right: 40px;
      }
      .voice_main .thumb img{
	      width: 100%;
      }
      .voicearticle__main_inner .list{
	      display: flex;
	      flex-wrap: wrap;
	      margin-bottom: 50px;
      }
      .voicearticle__main_inner .item{
	      width: 46%;
	      margin: 0 2% 30px;
      }
      .voicearticle__main_inner .list-heading{
	      text-align: center;
	      font-weight: bold;
	      font-size: 1.5rem;
	      margin-bottom: 30px;
	      padding-bottom: 15px;
	      border-bottom:1px solid #ccc;
      }
      .voicearticle__main_inner .item-heading{
	      font-weight: bold;
	      margin-bottom: 10px;

	      
      }
      .voicearticle__main_inner .item-star{
	          align-items: center;
	      display: flex;
      }
      .voicearticle__main_inner .star-img{
	      line-height: 0;
	      max-width: 180px;
	      margin-right: 20px;
      }
      .voicearticle__main_inner .star-img img{
	      width: 100%;
      }
      .voicearticle__main_inner .star-num{
	      font-size: 2rem;
      }
      .voicearticle__main_inner .q-img{
	      margin-top: 50px;
      }
      .voicearticle__main_inner .q-img img{
	      width: 100%;
      }
      .voicearticle__main_inner .item .cont{
	      border-radius: 4px;
	      background: #f0f0f0;
	      padding:15px 15px 15px;
	      margin: 20px 0 0;
      }
		.voicearticle__main_inner .item .title{
		  font-size: 85%;
		  margin: 0 0 8px;
		}
      @media(max-width:767px){
	     .voicearticle__main_inner .star-img{

	      margin-right: 0;
      }
	      .voicearticle__top_banner_bottom .plan .cont{
		      font-size: 1.2em;
	      }
	      div.voicearticle__top_banner,
	      div.voicearticle__top_banner_wrap{
		      height: auto;
	      }
	      .voicearticle__top_banner{
		      padding-bottom: 30px;
	      }
	      .voice_main{
		      justify-content: center;
		      flex-wrap: wrap;
	      }
	      .voice_main .thumb{
		      margin-right: 0;
		      margin-bottom: 20px;
	      }
	      div.voicearticle__maincontents_wrap {
        padding-top: 40px;

    }
	.voicearticle__main_inner .item {
        width: 100%;
        margin: 0 1% 30px;
    }
    .voicearticle__main_inner .list-heading {
        font-size: 1.2rem;
        margin-bottom: 20px;
        padding-bottom: 10px;
    }
	h2.voicearticle__top_titletext{
		font-size: 16px;
	}
	p.voicearticle__top_voicetext{
		text-align: center;
	}
	
	.voicearticle__top_banner_bottom{
		flex-wrap: wrap;
	}
	.bottom_left{
		width: 100%;
	}
	.bottom_right{
		flex-wrap: wrap;
		width: 100%;
	}
	.voicearticle__top_banner_bottom .bottom_right .rate{
		margin: 20px 0;
		width: 100%;
	}
	.voicearticle__top_banner_bottom .star-img {
        max-width: 215px;
    }
    }
}



.voice__block{
	padding: 50px 0;
	    .button-group a {
        transition: all .3s;
        position: relative;
        border-radius: 40px;
        text-decoration: none;
        display: block;
        border: 1px solid #000;
        background: rgba(31, 32, 111, 1);
        color: #fff;
        padding: 7px 0;
        max-width:270px;
        margin: 15px auto 0;
    }
    @media(max-width:767px){
	    .button-group{
		    width: 90%;
		    margin: auto;
	    }
	    .button-group a{
		    max-width: 90%;
	    }
    }
	.voice__top .voice__top_text{
		padding: 30px 0px 30px 0px;
        margin: auto;
        font-size: 25px;
        font-weight: normal;
    
	}
	.list{
		padding: 0 5%;
	}
	.item{
		border-radius: 4px;
		text-align: left;
		background: #eef1f6;
		border:1px solid #ccc;
		padding: 20px;
	}
	.item a{
		display: block;
		text-decoration: none;
		color: #000;
	}
	.voice__content{
		max-width: 1480px;
		margin: auto;
	}
	.voice__content .item-main{
		display: flex;
		align-items: center;
	}
	.h-star{
		align-items: center;
		display: flex;
		margin-top: 5px;
	}
	.star-img{
		display: block;
		max-width: 130px;
	}
	.star-img img{
		width: 100%;
	}
	.star-num{
		font-size: 1.6rem;
		margin-left: 15px;
	}
	.thumb{
		max-width: 80px;
		margin-right: 20px;
	}
	.thumb img{
		width: 100%;
	}
	.heading{
		text-align: left;
	}
	.label-item{
		display: flex;
		margin-top: 10px;
	}
	.label-title{
		background: #fff;
		padding: 2px 8px;
		margin-right: 10px;
	}
	.ite-desc{
		margin: 15px 0 25px;
		height: 70px;
	}
	.slick-slide {
  margin: 0 10px;
}
.custom-prev::before,
.custom-next::before {
  color: #999;
          font-size: 3rem;
}
.custom-prev {
	transition: all .2s;
	text-indent: -9999px;
	opacity: .7;
	border:0;
	position: absolute;
	top:45%;

  z-index: 9999;
  background: url(/img/voices/arrow-left.png) no-repeat center left;
  background-size:100% auto;
  width: 40px;
  height: 40px;
    left: 2%;
}

.custom-next{
	transition: all .2s;
	text-indent: -9999px;
	opacity: .7;
	border:0;
	position: absolute;
	top:45%;

  z-index: 9999;
  background: url(/img/voices/arrow-right.png) no-repeat center left;
  background-size:100% auto;
  width: 40px;
  height: 40px;
  right: 2%;
}
.custom-prev:hover,
.custom-next:hover{
	opacity: .4;
}
}
@media(max-width:767px){
	.item-desc{
		height: auto;
	}
	.star-img{
		width: 100px;
	}
	.star-num{
		margin-left: 7px;
		font-size: 1.4rem;
	}
}

.voice-archive .list{
	flex-wrap: wrap;
	display: flex;
}
.voice-archive .item{
	width: calc(30.1% - 20px);
	margin-bottom:20px;
	margin-right: 10px;
	margin-left: 10px;
}
@media(max-width:767px){
.voice-archive .item{
	width: 100%;
}	
}

.column-page{
	.column-item{
		border-radius: 4px;
		box-shadow: 0 1.2px 4px #ccc, 0 0 0 1px #ccc;
		padding:10px 20px;
		margin-bottom: 30px;
	}
	.column-item a{
		transition: all .2s;
		text-decoration: none;
		display: block;
		color: #000;
	}
	.column-item a:hover{
		opacity: .8;
	}
	.column-item .title{
		font-size: 2rem;
		margin: 5px 0 25px;
	}
	.column-item .label{
		text-align: center;
        width: 130px;
        color: #fff;
        background: #bfa848;
        padding: 2px 0;
        font-size: 90%;
        flex-shrink: 0;
	}
	.column-item dt{
		margin: 0;
		padding: 0;		
	}
	.column-item dd{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		margin: 0;
		padding: 0;
	}
	.column-item .eyecatch{
		flex-shrink: 0;
		 width: 200px;
		  height: 130px;
		  overflow: hidden;
		margin-right: 20px;
	}
	.column-item .eyecatch img{
		  width: 100%;
		  height: 100%;
		  object-fit: cover;
		  display: block;
	}
	.column-item .excerpt .desc{
		margin: 0;
	}
	.column-item .link{
		max-width: 150px;
        margin-right: 10px;
        padding: 5px 10px;
        font-size: 15px;
        font-weight: 500;
        border-radius: 30px;
        text-align: center;
        color: #FFF;
        background-color: #838383;
        border-bottom: 3px solid #666;
        margin: 20px 0 0;
	}
	@media(max-width:767px){
		.column-item .title {
        font-size: 1.2rem;
        margin: 5px 0 15px;
    }
    .column-item dd{
	    flex-wrap: wrap;
    }
    .column-item .eyecatch{
		width: 100%;
        height: 170px;
	    margin: 0 0 15px;
    }
    .column-item .link {

        margin: 20px auto 0;
    }
	}
}


.column__block{
	max-width: 1100px;
	margin:0 auto 60px;
	.list{
		justify-content: space-between;
		display: flex;
	}
	.item a{	text-decoration: none;
		display: block;
		color: #000;
	}
	.label{
		text-align: center;
        width: 130px;
        color: #fff;
        background: #bfa848;
        padding: 2px 0;
        font-size: 85%;
	}
	.eyecatch{
		flex-shrink: 0;
		 width: 216px;
		  height: 130px;
		  overflow: hidden;
		margin: 10px 0 8px;
	}
	.eyecatch img{
		  width: 100%;
		  height: 100%;
		  object-fit: cover;
		  display: block;
	}

	.item{
		border-radius: 4px;
        box-shadow: 0 1.2px 4px #ccc, 0 0 0 1px #ccc;
        padding: 15px 15px 15px;
        margin: 0 10px;
        width: 20%;
	}
	.title{
		text-align: left;
	}
	.button-group a {
		text-align: center;
        transition: all .3s;
        position: relative;
        border-radius: 40px;
        text-decoration: none;
        display: block;
        border: 1px solid #000;
        background: rgba(31, 32, 111, 1);
        color: #fff;
        padding: 7px 0;
        max-width: 270px;
        margin: 25px auto 0;
    }
    .column__top_text{
	    text-align: center;
        padding: 30px 0px 10px 0px;
        margin: auto;
        font-size: 25px;
        font-weight: normal;
    }
    .lead{
	    margin: 0 0 40px;
    }
    @media(max-width:767px){
	    .list{
		    flex-wrap: wrap;
	    }
	    .item{
		    width: 100%;
		    margin: 0 0 15px;
	    }
	    .eyecatch{
		width: 100%;
        height: 170px;
	    margin: 0 0 15px;
    }
    .column__top_text{
	    padding: 0 0 10px;
    }
    }
}
@media(max-width:767px){
	.column__block{
		width: 90%;
		margin:0 auto 50px;
	}
}
.clolumn-links{
	.list{
		flex-wrap: wrap;
		display: flex;
		justify-content: space-between;
		margin: 20px 0 30px;
	}
	.item {
		width: 32%;
	}
	.item a{
		text-align: center;
		text-decoration: none;
		display: block;
		border-radius: 5px;
		background: rgba(31,32,111,1);
		color: #fff;
		padding: 8px 0;
		font-size: 120%;
	}
	@media(max-width:767px){
		.item {
			width: 100%;
			margin-bottom: 15px;
		}
	}
	
}





.jiin{
	.c-wrapper{
		max-width: 1020px;
	    margin: auto;
	    width: 90%;
	}
	.c-heading{
		text-align: center;
		font-size: 2.7rem;
		margin: 0 0 60px;
	}
	.c-heading small{
		display: block;
		font-size: 1.5rem;
	}
	.mv{
		padding: 30px 0 80px 0;
	}
	.mv .main{
		width: min(95%,1200px);
		height: 250px;
		margin: 0 auto;
		text-align: center;
	  background: url(/img/jiintehai/mv_bg.jpg) no-repeat center top;
	  background-size:100% auto;
	  overflow: hidden;
	  color: #fff;
	  border-radius: 2rem;
	}
	.mv h1{
		text-align: center;
		margin: 0;
        padding: 8.7vh 0;
    }
	
	.mv h1 small{
		display: block;
	}
	.mv h1 .main-txt{
		font-size:2.5rem;
	}
	.mv .price-group{
		text-align: center;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: center;
		align-items: baseline;
		color: #1f206c;
		padding: 90px 0 20px;
	}
	.mv .price-group .sm{
		font-size: 3rem;
	}
	.mv .price-group .sm .plus{
		font-weight: normal;
		margin-left: 10px;
	}
	.mv .price-group .num{
		font-size: 6rem;
		margin: 0 10px;
	}
	.mv .price-group .yen{
		font-size: 2.7rem;
	}
	.mv .lead{
		text-align: center;
		line-height: 2;
		font-size: 1.3rem;
	}
	.point-header{
		background: #eff1f5;
		padding: 90px 0 80px;
	}
	.point-header .c-heading{
		position: relative;
	}
	.point-header .c-heading::before{
		content:"";
		position: absolute;
		display: block;
		background: url(/img/jiintehai/icon01.png) no-repeat center top;
	  background-size:100% auto;
	  width: 40px;
	  height: 30px;
	  margin: auto;
	  top: -40px;
	  left: 0;
	  right: 0;
	}
	.point-header .list{
		display: flex;
		justify-content:space-between;
	}
	.point-header .item{
		border-radius: 50%;
		background: #fff;
		border:2px solid #bba957;
		text-align: center;
		width: 230px;
		height: 230px;
	}
	.point-header .item .num{
		background: #bba957;
		color: #fff;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 50%;
		margin: auto;
		width: 40px;
	    height: 40px;
	    font-size: 1.2rem;
	    position: relative;
	    top: -17px;
	}
	.point-header .item .text{
		color: #f15c5c;
		font-size: 1.6rem;
		line-height: 1.2;
		margin: -8px 0 0;
	}
	.point-header .item .img{
		margin: auto;
	}
	.point-header .item:first-child .img{
		max-width: 160px;
		margin: 20px auto 0;
	}
	.point-header .item:nth-child(2) .img{
		max-width: 110px;
		margin: 10px auto 0;
	}
	.point-header .item:last-child .img{
		max-width: 130px;
    margin: 15px auto 0;
	}
	.point-header .item .img img{
		width: 100%;
	}
	
	.point{
		padding: 60px 0;
	}
	.point.point02{
		background:#eff1f5;
		padding: 50px 0;
	}
	.point .c-heading .icon{
		display: block;
		background: #bba957;
		color: #fff;
		text-align: center;
		border-radius: 40px;
		padding: 2px 15px;
		width: fit-content;
		font-size: 1.2rem;
		margin:0 auto 10px;
	}
	.point .content{
		display: flex;
		align-items: center;
	}
	.point .img{
		max-width: 350px;
	}
	.point .text{
		margin-left: 60px;

	}
	.point.point02 .text{
		margin: 0 60px 0 0;
	}
	.point .desc{
		font-size: 1.18rem;
		line-height: 1.7;
		margin: 0 0 30px;
	}
	.point .desc b{
		font-weight: bold;
	}
	.point img{
		width: 100%;
	}
	.point .subheading{
		font-weight: bold;
		text-align: center;
		color: #1f206c;
		font-size: 1.3rem;
		
	}
	.point .table{
		overflow: hidden;
		border-radius: 15px;
		border:2px solid #1f206c;
	}
	.point table{
		border-collapse: collapse;
		background: #fff;
		width: 100%;
		font-size: 1.18rem;
	}
	.point th{
		border-collapse: collapse;
		background: #1f206c;
		border-right:1px solid #fff;
		color: #fff;
		padding: 7px 0 11px;
	}
	.point th:last-child{
		border-right:0;
	}
	.point th.yellow{
		background: #bba957;
		border-right:1px solid #1f206c;
	}
	.point td{
		text-align: center;
	border-collapse: collapse;
	padding: 7px 0 11px;
	border-right:1px solid #1f206c;
	border-bottom:1px solid #1f206c;
	}
	.point td.gray{
		background: #f8f6ee;
	}
	.point td:last-child{
		border-right: 0;
	}
	.point tr:last-child td{
		border-bottom:0;
	}
	.point .note{
		font-size: .9rem;
		margin: 20px 0 0;
		font-size: .8rem;
		line-height: 1.8;
	}
	.point03 .table{
		width: 52%;
	}
	.point03 .text{
		max-width: 45%;
	}
	.point03 th:last-child{
		border-right:0;
	}
	.works{
		background: #f6f6f6;
		padding: 90px 0 80px;
	}
	.works .c-heading{
		position: relative;
	}
		.works .c-heading::before{
		content:"";
		position: absolute;
		display: block;
		background: url(/img/jiintehai/icon01.png) no-repeat center top;
	  background-size:100% auto;
	  width: 40px;
	  height: 30px;
	  margin: auto;
	  top: -40px;
	  left: 0;
	  right: 0;
	}
	.works .list{
		
	}
	.works .item{
		background: #fff;
		border-radius: 15px;
		background: #fff;
		display: flex;
		box-shadow: 0px 0px 15px -5px #777777;
		padding: 25px 35px;
		margin: 0 0 40px;
		
	}
	.works .item-img{
		
	}
	.works .item-text{
		margin-left: 40px;
	}
	.works .inner{
		display: flex;
		align-items: center;
	}
	.works .subheading{
		display: flex;
		align-items: center;
		line-height: 1;
	}
	.works .subheading .num{
		background: #1f206c;
		color: #fff;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 50%;
		width: 35px;
		height: 35px;
		font-size: 1.2rem;
		margin-right: 10px;
	}
	.works .subheading .main{
		color: #1f206c;
		font-size: 1.5rem;
	}
	.works .icon-group{
		display: flex;
		margin:0 0 0 auto;
	}
	.works .icon-group span{
		background: #1f206c;
		color: #fff;
		border-radius: 30px;
		padding: 3px 15px;
		width:fit-content;
		text-align: center;
		display: block;
		margin-left: 10px;
		font-size: 1rem;
	}
	.works .desc{
		font-size: 1.15rem;
		line-height: 1.7;
		margin: 5px 0 0;
	}
	.works .note {
    font-size: .8rem;
    line-height: 1.8;
	}
	.payment{
		padding: 100px 0 0;
	}
	.payment .heading{
		background: #bba957;
		color: #fff;
		text-align: center;
		border-radius: 10px;
		font-size: 2.5rem;
		padding: 4px 0;
		margin: 0 0 50px;
	}
	.payment .desc{
    font-size: 1.4rem;
    line-height: 1.8;
    padding-right: 40px;
	}
	.payment .desc .note{
		display: block;
		font-size: .8rem;
		line-height: 1.5;
		margin-top: 20px;
	}
	.payment .pink{
		color: #f15c5c;
	}
	.payment .content{
		display: flex;
	}
	.payment .subheading{
		position: relative;
		font-weight: bold;
		background: #f5df7c;
		color: #1f206c;
		text-align: center;
		padding: 10px 0;
		font-size: 2rem;
		margin: 90px 0 0;
		
	}
	.payment .subheading::after{
		content:"";
		position: absolute;
		display: block;
		margin: auto;
		background: #f5df7c;
		clip-path: polygon(0 0, 50% 100%, 100% 0);
	height: 20px;
    width: 40px;
    bottom: -18px;
    left: 0;
    right: 0;
	}
	.parts_contact_goldbanner{
		text-align: center;
	}
	@media(max-width: 992px) {
		.mv .main{
			height: 180px;
		}
		.mv h1 {
        padding: 4.5vh 0;
    	}
    	    .works .item-text {
        margin-left: 20px;
    }
		.works .inner{
			flex-wrap: wrap;
		}
		.works .subheading{
			width: 100%;
		}
		.works .icon-group span{
			font-size: .9rem;
		}
		.payment .text{
			width: 50%;
		}
		.payment .img{
			width: 50%;
		}
		.payment .img img{
			width: 100%;
		}
	}
	@media(max-width: 767px) {
		.c-heading {
        font-size: 1.4rem;
        margin: 0 0 40px;
    }
    .c-heading small {
        font-size: 1rem;
    }
		.mv{
			padding: 0 0 50px;
		}
		.mv .main {
			width: 100%;
            height: 100px;
            border-radius: 0;
        }
        .mv h1 {
            padding: 3.7vh 0;
        }
        .mv h1 small {
        font-size: .9rem;
    	}
        .mv h1 .main-txt {
        font-size: 5.5vw;
    	}

		.mv .price-group .sm {
        font-size: 1rem;
    }
    .mv .price-group .num {
        font-size: 2.5rem;
        margin: 0 1px 0 5px;
    }
    .mv .price-group .yen {
        font-size: 1.5rem;
    }
        .mv .lead {
        text-align: left;
        line-height: 2;
        font-size: 1rem;
        width: 90%;
        margin: auto;
    }
    .mv .price-group{
	    padding: 40px 0 20px;
    }
		.point .content{
			flex-wrap: wrap;
		}
		.works .item{
			flex-wrap: wrap;
		}
	
	.point-header{
		padding: 60px 0 20px;
	}
	.point-header .c-heading::before {

        width: 25px;
        height: 20px;
        top: -26px;

    }
	.point-header .list{
		flex-wrap: wrap;
		justify-content: center;
	}
	.point-header .item{
		margin-bottom: 15px;
		width: 145px;
		height: 145px;
	}
	.point-header .item{
		margin-left: 20px;
	}
	.point-header .item:first-child,
	.point-header .item:last-child{
		margin-left: 0px;
	}
	.point-header .item:first-child .img {
        max-width: 110px;
        margin: 5px auto 0;
    }
    .point-header .item:nth-child(2) .img {
        max-width: 60px;
        margin: 5px auto 0;
    }
        .point-header .item:last-child .img {
        max-width: 80px;
        margin: 5px auto 0;
    }
	.point-header .item .text{
		font-size: 1rem;
	}
	.point .c-heading .icon{
		font-size: .9rem;
	}
	.point .desc {
        font-size: 1rem;
        margin: 0 0 25px;
    }
    .point {
        padding: 30px 0;
    }
	.point .img{
		width: 70%;
		margin:0 auto 20px;
	}
	.point .text {
        margin-left: 0;
    }
    .point .table-wrapper{
	    overflow-x: auto;
  -webkit-overflow-scrolling: touch;
    }
    .point table{
	    font-size: .9rem;
    }
    .point .table {
	  
	  min-width: 600px;
	  width: 100%;
	}
	.point.point02 .text {
        margin: 0;
    }
	.point.point03 .table-wrapper{
		width: 100%;
		overflow-x: hidden;
	}
	    .point.point03 .table {
	  min-width:initial;
	}
	.point03 .text{
		max-width: 100%;
		margin-top: 20px;
	}
	    .works {
        padding: 60px 0 30px;
    }
	.works .item{
		padding: 15px;
	}
	.works .item-img {
        width: 100%;
    }
	.works .item img{
		width: 100%;
	}
	.works .item-text{
		margin: 0;
	}
	.works .c-heading::before{
        width: 25px;
        height: 20px;
        top: -26px;		
	}
	.works .icon-group span{
		margin: 0 5px;
	}
	    .works .icon-group {
        margin: 0 0 10px;
    }
    .works .desc{
	    font-size: .9rem;
    }
    .payment {
        padding: 50px 0 0;
    }
        .payment .heading {
        font-size: 1.5rem;
        margin: 0 0 15px;
    }
	.payment .content{
		flex-wrap: wrap;
	}
	.payment .text{
		width: 100%;
	}
	.payment .desc{
		padding-right: 0;
		margin: 0 0 10px;
		font-size: 1.1rem;
	}
	    .payment .desc .note {
        font-size: .8rem;
        margin-top: 10px;
    }
	.payment .img{
		width: 100%;
	}
	    .payment .subheading {
        padding: 10px 0;
        font-size: 1.2rem;
        margin: 50px 0 0;
    }
    .payment .subheading::after {
        height: 15px;
        width: 20px;
        bottom: -15px;
        left: 0;
        right: 0;
    }
    div.parts_request_requestlink{
	    text-align: center;
	    margin-bottom: 15px;
    }
}
}
