body{
	font-family: "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	
}
ul,li{
	list-style: none;
}
.red{
	color: #e40000;
}
.org{
	color: #fa8c00;
}
.large{
	font-size: 160%;
}
.text-center{
	text-align: center;
}
a:hover{
	opacity:.8;
}
p{
	font-size: 1.1rem;
}
h2{
	color: #1dade5;
	text-align: center;
	margin-bottom: 30px;
	font-size: 2.4rem;
}
.container{
	width: 1090px;
	margin-right: auto;
	margin-left: auto;	
}
.mv{
	position: relative;
	text-align: center;
	background:#f4efea;
	line-height: 0;
	padding: 70px 0 20px;
}
.mv .note{
	color: #777;
	font-size: .8rem;
	position: absolute;
    bottom:20px;
    right: 5%;
}
.mv .logo{
	position: absolute;
	width: 200px;
	left:2%;
	top:4%;
}
.mv .logo img{
	max-width:100%;
}
.mv .icon{
	position: absolute;
	width: 200px;
	right:2%;
	bottom:5%;
}
.mv .icon img{
	max-width:100%;
}
.cta{
	text-align: center;
	background: #e9f9ff;
	padding: 40px 0;
}
.cta h1{
	text-align: center;
	color: #1dade5;
	font-size: 1.8rem;
	margin:0 0 20px;
}
.cta ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.cta ul li{
	width: 31%;
}
.cta ul a{
	position: relative;
	text-decoration: none;
	text-align: center;
	display: block;
	background: #fa8c00;
	color: #fff;
	font-weight: bold;
	border-radius: 7px;
	font-size: 1.6rem;
	line-height: 1.2;
	padding: 10px 0;
}
.cta ul a:after{
	content:"";
	background: url(../img/btn-arrow-wh.png) no-repeat center top;
	display: inline-block;
	width: 34px;
	height: 28px;
	position: absolute;
    top: 37%;
    right: 15px;
	
}
.nav{
	margin: 40px 0;
}
.nav ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nav li{
	width: 24%;
	margin:0 0 10px;
}
.nav li a{
	position: relative;
	display: block;
	border-radius: 5px;	
	text-decoration: none;
	text-align: center;
	background: #1dade5;
	color: #fff;
	font-weight: bold;
	font-size: 1.3rem;
	padding: 8px 0;
}
.nav ul a:after{
	content:"";
	background: url(../img/btn-arrow-wh.png) no-repeat center top;
	background-size:100% auto;
	display: inline-block;
	width: 19px;
	height: 19px;
	position: absolute;
    top: 37%;
    right: 15px;
	
}
.point01 .block{
	border-radius: 7px;
	border:3px solid #e40000;
	background: #fff;
	padding: 35px;
}
.point01 h3{
	font-weight: bold;
	text-align: center;
	background: #e40000;
	color: #fff;
	padding: 5px 0;
	font-size: 1.9rem;
}
.point01 .lead{
	text-align: center;
	margin: 20px 0;
	font-size: 1.5rem;
}
.point01 h4{
	font-weight: normal;
	text-align: center;
	font-size: 1.6rem;
	margin:30px 0 20px;
}
.point01 h5{
	margin: 30px 0 10px;
	background: linear-gradient(transparent 60%, #fff000 60%);
	display: inline-block;
	font-size: 1.3rem;

}
.point02{
	padding: 70px 0;
	background: url(../img/bg01.jpg) no-repeat center bottom;
	
}
.point02 .pic{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
}
.point02 .lead{
	text-align: center;
	font-weight: bold;
	margin: 30px 0 40px;
}
.point02 .lead p{
	margin-bottom: 20px;
}
.point02 h3{
	font-weight: bold;
	text-align: center;
	background: #1dade5;
	color: #fff;
	padding: 5px 0;
	font-size: 1.6rem;	
	margin:0 0 20px;
}
.point02 .list-block{
	margin-bottom: 40px;
}
.point02 .list-block li{
	font-weight: bold;
	border-top:1px dotted #ccc;
	padding: 16px 13px 16px 35px;
	font-size: 1.3rem;
}
.point02 .list-block li:first-child{
	border-top:0;
}
.point02 .list-block li:before{
	content:"";
	background:url(../img/icon01.png) no-repeat center left;
	display: inline-block;
	width: 30px;
	height: 30px;	
	vertical-align: -8px;
	margin-right: 10px;
}

.point02 .voice-block .block-inner{
	
	margin: 30px auto;
}
.point02 .voice-block ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.point02 .voice-block li{
	background: #fffddc;
	width: 31.5%;
	margin:0 auto;
	
	padding: 20px;
}

.point02 .voice-block p{
	height: 99px;
}
.point02 .voice-block .name{
	display: block;
	font-weight: bold;
	text-align: right;
	margin-top: 20px;
}
.point03{
	background: #e9f9ff;
	padding: 90px 0;
}
.point03 h2 small{
	display: block;
	color: #000;
	font-size: 1.3rem;
}
.point03 .thumb-block{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin: 40px 0 0;
}
.point03 .thumb-block .c-block{
	width: 31%;
}
.point03 .thumb-block .c-block .pic{
	text-align: center;
	margin-bottom: 10px;
}
.point03  .others-block{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin: 50px 0 0;
}
.point03  .others-block .left,
.point03  .others-block .right{
	width: 49%;
}
.point03  .others-block .c-box{
	background: #fff;
	padding: 20px;
	margin:0 0 20px;
}
.point03  .others-block .c-box h3{
	border-bottom:1px solid #000;
	padding:0 0 5px;
	margin:0 0 8px;
	font-size: 1.3rem;
}
.point04{
		background: url(../img/bg02.jpg) no-repeat center top;
		padding: 70px 0;

}
.point04 .title{
	text-align: center;
}
.point04 .block{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.point04 .c-block{
	margin: 40px 0 0;
}
.point04 .lead p{
	font-weight: bold;
	text-align: center;
	margin: 40px 0;
	font-size: 1.4rem;
}
.point04 table{
	width: 100%;
}
.point04 th a{
	display: block;
	background: #f1f1f1;
	color: #26a3d5;
	text-align: center;
	padding: 10px 0;
}
.point04 td{
	position: relative;
	background: #e7f8ff;
	color: #26a3d5;
	text-align: center;
	padding: 7px;
}
.point04 td.head{
	background: #e7f8ff;
	color: #000;
	text-align: left;
}
.point04 th.func{
	color: #000;
	    background: #f1f1f1;
}
.point04 .circle{
	display: inline-block;
	width: 25px;
	height: 25px;
	border:1px solid #26a3d5;
	background: #fff;
	border-radius: 50%;
}

.point04 .d-circle:before{
content: " ";
display: inline-block;	
width: 25px;
height: 25px;
border: double 4px #26a3d5;
border-radius: 50%;
background: #fff;
}
.point04 .content{
	margin: 30px 0 0;
}
.point04 sup {
    color: #000;
    position: absolute;
    top: 11px;
    right: 10px;
    font-size: 50%;
}
.point04 .note{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	font-size: 80%;
	margin: 15px 0 0;
}
.point04 .button a{
	text-decoration: none;
	position: relative;
	display: block;
	color: #000;
	font-weight: bold;
	border-radius: 50px;
	border:4px solid #fa8c00;
	font-size: 2.6rem;
	text-align: center;
	width: 610px;
	margin: 60px auto;
	padding: 10px 0;
}
.point04 .button a:after{
	content:"";
	background: url(../img/btn-arrow-bl.png) no-repeat center top;
	display: inline-block;
	width: 34px;
	height: 28px;
	position: absolute;
    top: 29%;
    right: 25px;	
}
.point04 .info{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.point04 .info .delivery{
	background: #f6f6f6;
	width: 49%;
	padding: 20px;	
}
.point04 .info .payment{
	background: #f6f6f6;
	width: 49%;
	padding: 20px;

}
.point04 .info h4{
	border-bottom:1px solid #000;
	padding:0 0 5px;
	margin:0 0 8px;
	font-size: 1.3rem;
}
.point04 .type-block{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin: 30px 0 0;
}

.point04 .type-block .inner{
	width: 49%;
}
.point04 .type-block .inner .main img{
	max-width: 100%;
}
.point04 .prd-block{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.point04 .c-p-block {
margin-bottom: 20px;
width: 49%;

}
.point04 .c-p-block a{
	color: #000;
	text-decoration: none;
}

.point04 .c-p-block .name{
display: block;
font-size: 1.3rem;		
}
.point04 .c-p-block .price{
display: block;
font-size: 1rem;		
}
.point04 .c-p-block .number{
display: block;
font-size: 1rem;		
}
.point05{
	background: #e9f9ff;
	padding: 70px 0;
}
.point05 .lead{
	text-align: center;
	font-weight: bold;
	margin:0 0 30px;
	font-size: 1.3rem;
}
.point05 .lead small{
	display: block;
	color: #1dade5;
	font-size: 90%;
	font-size: 1.6rem;
}
.point05 h3 {
    font-weight: bold;
    text-align: center;
    background: #1dade5;
    color: #fff;
    padding: 5px 0;
    font-size: 1.6rem;
}
.point05 .text-block{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin:0 0 60px;
}
.point05 .text-block li{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	font-weight: bold;
	border-top:1px dotted #ccc;
	padding: 12px 0;
	font-size: 1.15rem;
}
.point05 .text-block li:first-child{
	border-top:0;
}
.point05 .guarantee{
	padding: 15px;
	background: #fff;
	width: 49%;
}
.point05 .afterservice{
	padding: 15px;
	background: #fff;
	width: 49%;
}
.point05 .ico{
	color: #1dade5;
	margin-right: 5px;
}
.point05 .howto-block{
	padding: 15px;
	background: #fff;
}
.point05 h4{
	border-bottom:1px solid #000;
	padding:0 0 5px;
	margin:0 0 8px;
	font-size: 1.34rem;
}
.point05 .pic{
	margin-left: 40px;
}
.point06{
	padding: 70px 0;
}
.point06 .block{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
}
.point06 .block .pic{
	margin:0 5px;
}
.point06 .lead{
	font-weight: bold;
	text-align: center;
	margin: 50px 0;
		font-size: 1.6rem;
}
.point06 .button ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;

}
.point06 .button li{
	width: 45%;	
}
.point06 .button a{
	text-decoration: none;
	position: relative;
	display: block;
	color: #000;
	font-weight: bold;
	border-radius: 50px;
	border:4px solid #fa8c00;
	font-size: 2.4rem;
	text-align: center;
	margin:0 2%;
	padding: 10px 0;

}
.point06 .button a:after{
	content:"";
	background: url(../img/btn-arrow-bl.png) no-repeat center top;
	display: inline-block;
	width: 34px;
	height: 28px;
	position: absolute;
    top: 29%;
    right: 25px;	
}
.d-flex{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding: 15px 0 0;
}
footer{
	text-align: center;
	padding: 50px 0;
	background: #eee;
}
footer .logo{
	width: 250px;
	margin: auto;
}
footer address{
	font-size: 80%;
	margin: 15px 0;
	font-style: normal;
	display: block;
}
footer p{
	font-size: 80%;
}
footer .c-button a {
    text-align: center;
    display: block;
    font-weight: bold;
    color: #000;
    padding: 0 0 10px;
}
.pc-only{
	display: block;
}
.sp-only{
	display: none;
}
.c-link a{
	text-decoration: none;
	font-weight: bold;
	display: block;
	color: #fa8c00;
	text-align: center;

	font-size: 1.3rem;
}
.point04 .c-link a{
	margin: -40px 0 40px;	
}
.point06 .c-link a{
	margin: 40px 0 0;	
}
.c-link a:after{
	content:"\02192";
}

@media screen and (max-width: 1400px) {
.mv .title img{
	width: 100%;
}	
}
@media screen and (max-width: 1090px) {
.container {
    width: 95%;
}
img{
	max-width: 100%;
}	
}
@media screen and (max-width: 770px) {
table {
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}	
.mv .icon {
	top:auto;
	width: 140px;
    bottom: 5%;
}
.nav li a {
    font-size: 1rem;
}
}
@media screen and (max-width: 560px) {
.pc-only{
	display: none;
}
.sp-only{
	display: block;
}
.large {
    font-size: 130%;
}	
p{
	font-size: 1rem;
}	
.mv{
	padding: 0 0 10px;
}
.mv .note {
    font-size: .75rem;
    bottom: 10px;
}
.cta{
	padding: 20px 0;
}
.cta h1 {
    font-size: 1.2rem;
    margin-bottom: 10px;
}	
.cta ul{
	flex-wrap: wrap;
}
.cta ul li{
	width: 100%;
	margin-bottom: 10px;
}
.cta ul a{
	font-size: .95rem;
	padding: 15px 0;
}
.cta ul li:first-child a{
	font-size: 1.1rem;
}
.cta ul a br{
	display: none;
}
.cta ul a:after {
    content: "";
    background: url(../img/btn-arrow-wh.png) no-repeat center top;
    background-size:100% auto;
    width: 20px;
    height: 20px;
}
.nav{
	margin: 20px 0;
}
.nav li {
    width: 49%;
}
.nav li a{
	font-size: 1rem;
}
.nav ul a:after {
    content: "";
    width: 12px;
    height: 11px;
    position: absolute;
    top: 38%;
    right: 5px;
}
.point01 .text-center {
    text-align: left;
}
.point01 h3 {
    font-size: 1.3rem;
}
.point01 .block{
	padding: 15px;
}
.point01 .lead {

    font-size: 1.2rem;
}
.point01 h4{
	font-size: 1.1rem;
}
.point01 h5{
    font-size: 1rem;	
}
h2{
	font-size: 2rem;
	line-height: 1.3;
}
.point02{
	padding: 40px 0;
}
.point02 h3{
    font-size: 1.2rem;	
}
.point02 .list-block li{
	font-size: 1rem;
	padding: 10px;	
}
.point02 .voice-block ul{
	flex-wrap: wrap;
}
.point02 .voice-block li{
	width: 100%;
	padding: 10px;
}
.point02 .voice-block p{
	height: auto;
}
.point02 .voice-block li:nth-child(2){
	border:0;
}
.point02 .list-block li:before {
    content: "";
    background: url(../img/icon01.png) no-repeat center left;
    background-size:100% auto;
    width: 20px;
    height: 20px;
    vertical-align: -5px;
    margin-right: 10px;
}
.point02 .lead{
	text-align: left;
}
.point03{
	padding: 40px 0;
}
.point03 .thumb-block{
	flex-wrap: wrap;
}
.point03 .thumb-block .c-block{
	width: 100%;
	margin-bottom: 15px;
}
.point03 .others-block{
	flex-wrap: wrap;	
}
.point03 .others-block .left, .point03 .others-block .right {
    width: 100%;
}
.point03 .others-block .c-box h3{
	font-size: 1.1rem;
}
.point03 .others-block .c-box .pic{
	margin-top: 15px;
}
.point04 .lead p{
	text-align: left;
	font-size: 1.2rem;
}
.point04 .button a {
	width: 100%;
    font-size: 1.4rem;
    margin: 30px auto;
    padding: 10px 0;
}
.point04 .button a:after {
    content: "";
    background: url(../img/btn-arrow-bl.png) no-repeat center top;
    background-size:100% auto;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 34%;
    right: 15px;
}
.point04 .info{
	flex-wrap: wrap;
}
.point04 .info .delivery{
	width: 100%;
	padding: 10px;	
}
.point04 .info .payment{
	width: 100%;
	padding: 10px;	
}
.point05 .pic{
	margin: auto;
}
.point05{
	padding: 40px 0;
}
.point05 .lead{
	text-align: left;
	font-size: 1.2rem;
}
.point05 h3{
	font-size: 1.2rem;
}
.point05 .text-block{
	flex-wrap: wrap;
}
.point05 .text-block li{
	font-size: 1rem;
}
.point05 .guarantee{
	width: 100%;
	padding: 10px;		
}
.point05 .afterservice{
	width: 100%;
	padding: 10px;		
}
.point05 .howto-block .d-flex{
	flex-wrap: wrap;
	justify-content: center;
}
.point05 .lead small{
	font-size: 1.1rem;
}
.point05 h4{
	font-size: 1.2rem;
}
.point05 .howto-block{
	padding: 10px;
}
.point06{
	padding: 40px 0;
}
.point06 .lead{
	text-align: left;
	font-size: 1.3rem;
	margin: 15px 0;
}
.point06 .button ul{
	flex-wrap: wrap;
}
.point06 .button li{
	width: 100%;
	margin-bottom: 10px;	
}
.point06 .button a{
	font-size: 1.3rem;
}
footer {
    text-align: center;
    padding: 20px 0;
    background: #eee;
}
footer .logo {
    width: 200px;
}
.point04 .c-p-block {
    margin-bottom: 15px;
    width: 47%;
}
.point04 .c-p-block .name {
    font-size: 1.2rem;
}
.point04 .c-p-block .price,
.point04 .c-p-block .number{
	font-size: .85rem;
}
.mv .logo,
.mv .icon{
	display: none;
}
.c-link a {

    font-size: 1rem;
}
.point04 .c-link a {
    margin: -10px 0 30px;
}
.point06 .c-link a {
    margin: 20px 0 0;
}
.point04 .type-block{
	flex-wrap: wrap;
}
.point04 .type-block .inner{
	width: 100%;
	margin-top: 30px;
}
}

.kenko{
	
	
	.point {
  background: radial-gradient(circle, white, rgba(255, 255, 255, 0));
  border-radius: 50%;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="16" /></filter></svg>#filter');
  -webkit-filter: blur(16px);
          filter: blur(16px);
  -webkit-filter: blur(1rem);
          filter: blur(1rem);
  z-index: 0; }

.lower_page .txt {
  letter-spacing: 0.14em; }

.lower_page .list_indent li {
  letter-spacing: 0.06em; }

.lower_page .icon_pdf a {
  color: #006abc;
  border-bottom: 1px solid #006abc;
  display: inline-block;
  position: relative; }
  .lower_page .icon_pdf a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-image: url("../img/common/icon_pdf.png");
    background-size: cover; }

@media print, screen and (min-width: 750px) {
  .lower_page .txt {
    font-size: 1.125rem;
    line-height: 1.72222; }
  .lower_page .indent {
    font-size: 0.875rem; }
  .lower_page .list_indent {
    margin-top: 0.375rem; }
    .lower_page .list_indent li {
      font-size: 0.875rem;
      line-height: 1.35714; }
  .lower_page .icon_pdf a {
    padding-bottom: 0.375rem;
    font-size: 0.875rem;
    margin-left: 1.25rem; }
    .lower_page .icon_pdf a::before {
      width: 1rem;
      height: 1.125rem;
      position: absolute;
      top: 50%;
      left: -1.25rem;
      z-index: 0;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%); } }

@media only screen and (max-width: 749px) {
  .lower_page .txt {
    font-size: 0.92308rem;
    line-height: 1.66667; }
  .lower_page .indent {
    font-size: 0.76923rem; }
  .lower_page .list_indent {
    margin-top: 0.8vw; }
    .lower_page .list_indent li {
      font-size: 0.76923rem;
      line-height: 1.7; }
  .lower_page .icon_pdf a {
    padding-bottom: 0.8vw;
    font-size: 0.76923rem;
    margin-left: 2.66667vw; }
    .lower_page .icon_pdf a::before {
      width: 2.13333vw;
      height: 2.4vw;
      position: absolute;
      top: 50%;
      left: -2.66667vw;
      z-index: 0;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%); } }

/*-------------------------------------------------------------
t_tit_area(下層ページタイトル)
---------------------------------------------------------------*/
#t_tit_area {
  background-position: center; }
  #t_tit_area .inner {
    width: 100%; }
  #t_tit_area .t_tit {
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.1em;
    z-index: 0;
    color: #fff; }
    #t_tit_area .t_tit .g_tit {
      position: relative; }
      #t_tit_area .t_tit .g_tit::before {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 0;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        display: inline-block;
        background: linear-gradient(-45deg, #21ade5 60%, #13ad13 40%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-transform: uppercase;
        width: 100%;
        z-index: 1;
        text-shadow: none; }
  @media print, screen and (min-width: 750px) {
    #t_tit_area .t_tit {
	    margin: 0;
      font-size: 3.125rem;
      line-height: 1.26;
      padding: 6.875rem 0;
      text-shadow: -1px -1px 8px #fff, -1px 0 8px #fff, -1px 1px 8px #fff,0 -1px 8px #fff,0 1px 8px #fff,1px -1px 8px #fff,  1px 0 8px #fff,  1px 1px 8px #fff; } }
  @media only screen and (max-width: 749px) {
    #t_tit_area .t_tit {
      font-size: 2.11538rem;
      line-height: 1.49091;
      padding: 12.26667vw 0;
      text-shadow: -1px -1px 1rem #fff, -1px 0 1rem #fff, -1px 1px 1rem #fff,0 -1px 1rem #fff,0 1px 1rem #fff,1px -1px 1rem #fff,  1px 0 1rem #fff,  1px 1px 1rem #fff; } }	
/*-------------------------------------------------------------
t_tit_area(下層ページタイトル)
---------------------------------------------------------------*/
#t_tit_area {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-image: url("../img/tit_img.jpg");
  background-size: cover; }
  #t_tit_area .t_tit .g_tit::before {
    content: '健康食品'; }

/*-------------------------------------------------------------
sukoyaka_area すこやかサプリ
---------------------------------------------------------------*/
#sukoyaka_area {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-image: url("../img/sukoyaka_bg.jpg");
  background-size: cover; }
  #sukoyaka_area .txt_area {
    position: relative; }
    #sukoyaka_area .txt_area figure {
      margin: 0 auto;
      position: relative;
      z-index: 1; }
  @media print, screen and (min-width: 750px) {
    #sukoyaka_area .txt_area figure {
      width: 14.0625rem; }
    #sukoyaka_area .txt_area .point {
      width: 25rem;
      height: 12.5rem;
      position: absolute;
      left: 50%;
      top: -10%;
      z-index: 0;
      -webkit-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }
    #sukoyaka_area .txt_area .txt_box .tit {
      font-size: 1.875rem; }
    #sukoyaka_area .txt_area .txt_box .txt {
      margin-top: 2.875rem;
      line-height: 1.94444; } }
  @media only screen and (max-width: 749px) {
	.inner02 {
        max-width: 686px;
        width: 90%;
        margin: auto;
    }
    #sukoyaka_area .txt_area figure {
      width: 44.26667vw; }
    #sukoyaka_area .txt_area .point {
      width: 80vw;
      height: 26.66667vw;
      position: absolute;
      left: 50%;
      top: 0;
      z-index: 0;
      -webkit-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }
    #sukoyaka_area .txt_area .txt_box .tit {
	    font-size: 1rem;
      font-size: 1.15385rem;
      line-height: 1.4; }
    #sukoyaka_area .txt_area .txt_box .txt {
      margin-top: 2.875rem;
      font-size: .85rem;
      line-height: 1.5; } }	

      @media print, screen and (min-width: 750px) {

  .sec_pT130 {
    padding-top: 8.125rem !important; }
  .sec_pB130 {
    padding-bottom: 8.125rem !important; }
  .mT_10 {
    margin-top: 0.625rem !important; }
  .mT_20 {
    margin-top: 1.25rem !important; }
  .mT_30 {
    margin-top: 1.875rem !important; }
  .mT_36 {
    margin-top: 2.25rem !important; }
  .mT_40 {
    margin-top: 2.5rem !important; }
  .mT_50 {
    margin-top: 3.125rem !important; }
  .mT_60 {
    margin-top: 3.75rem !important; }
  .mT_70 {
    margin-top: 4.375rem !important; }
  .mT_80 {
    margin-top: 5rem !important; }
  .mT_90 {
    margin-top: 5.625rem !important; }
  .mT_100 {
    margin-top: 6.25rem !important; } }

@media only screen and (max-width: 749px) {
  .sec_pT130 {
    padding-top: 17.33333vw !important; }
  .sec_pB130 {
    padding-bottom: 17.33333vw !important; }
  .mT_10 {
    margin-top: 1.33333vw !important; }
  .mT_20 {
    margin-top: 2.66667vw !important; }
  .mT_30 {
    margin-top: 4vw !important; }
  .mT_36 {
    margin-top: 4.8vw !important; }
  .mT_40 {
    margin-top: 5.33333vw !important; }
  .mT_50 {
    margin-top: 6.66667vw !important; }
  .mT_60 {
    margin-top: 8vw !important; }
  .mT_70 {
    margin-top: 9.33333vw !important; }
  .mT_80 {
    margin-top: 10.66667vw !important; }
  .mT_90 {
    margin-top: 12vw !important; }
  .mT_100 {
    margin-top: 13.33333vw !important; } }
    
    .font_serif {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
  
  .txt_shadow {
  text-shadow: -1px -1px 20px #fff, -1px 0 20px #fff, -1px 1px 20px #fff,0 -1px 20px #fff,0 1px 20px #fff,1px -1px 20px #fff,  1px 0 20px #fff,  1px 1px 20px #fff; }
  
      .sp {
        display: none;
        @media(max-width:767px){
	        display:block;
        }
    }
    .txt_center {
    text-align: center !important;
}

}

.n-list{
	display: flex;
	justify-content: center;
	margin:50px 0 80px;
	@media(max-width:767px){
		flex-wrap: wrap;
		margin:40px 0 0px;
	}
	.n-item{
		text-align: center;
		width:30%;
		margin: 0 20px;
		@media(max-width:767px){
			width:100%;
			margin:0 0 70px;
		}
		img{
			width:100%;
		}
		.item-img{
			width: 90%;
			margin:0 auto 15px;
		}
		.item-text{
			.item-heading{
				font-size: 1.25rem;
				
			}
			.button{
				position: relative;
				transition: all .2s;
				margin:10px 0 0;
				border-radius: 7px;
				text-decoration: none;
				display: block;
				color:#fff;
				background: #fa8c00;
				padding: 9px 10px;
				&::after {
				    content: "";
				    background: url(../img/btn-arrow-wh.png) no-repeat center top;
				    display: inline-block;
				    background-size:100% auto;
				    aspect-ratio:34/28;
					width: 16px;
                    position: absolute;
                    top: 33%;
                    right: 20px;
				}
				&:hover{
					opacity: .8;
				}	
			}
		}
	}
}