@charset "utf-8";
@media print, screen and (min-width: 668px){
  html, body {
  min-width: 1000px;
}
}
html {
	font-size: 62.5%;
}
body, select, input, textarea {
	font-size: 1.6rem;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.6;
	color: #333333;
	-webkit-text-size-adjust: none;
}
img {
	max-width: 100%;
	display: block;
}
#container {
	width: 100%;
	background-color: #ffffec;
	text-align: left;
}
.inner {
	max-width: 960px;
	margin: 0 auto;
}
.taC {
	text-align: center;
}
.d-flex {
	display: flex;
}
.flex-wrap {
	flex-wrap: wrap;
}
.justify-between {
	justify-content: center;
}
.justify-center {
	justify-content: center;
}
.sp_align-start{align-items:flex-start;}
.fwB {
	font-weight: bold;
}
.scroll_top {
	position: absolute;
	right: 39px;
	bottom: -38px;
}
.scroll_top img {
	display: inline-block;
	cursor: pointer;
}
a:hover, .scroll_top img:hover {
	opacity: 0.7;
	transition: 0.5s all;
}

@media screen and (max-width: 667px) {
.inner {
	padding: 0 20px;
}
.scroll_top {
	margin-right: 0;
}
.scroll_top img {
	width: 150px;
}
.scroll_top {
	right: 6px;
	bottom: -30px;
}
}
/*------------------------------
 header
--------------------------------*/
.header {
	background: #ffffff;
}
.header_wrapper {
	padding: 20px 20px 8px;
}
.header .logoBox a {
	display: inline-block;
}

@media screen and (max-width: 667px) {
.header_wrapper {
	padding: 15px 0 10px;
}
.header .logoBox img {
	width: 22%;
	margin-left: 0.4em;
}
.header .logoBox a {
	display: block;
}
}
/*------------------------------
 mv
--------------------------------*/
.mv {
	position: relative;
	background-image: url(/item/special/senior/images/mv_bg.png);
	background-repeat:no-repeat;
	background-position: top center;
	background-size: 100%;
	width: 100%;
	margin: 0 auto;
}
.mv::before {
	content:"";
	position:relative;
	display:block;
	width:100%;
	padding-top:30%;
    top:0;
    left:0;
    margin:auto;
}
.mv img {
	margin: 0 auto;
	box-sizing: border-box;
	transition: all .5s ease;
}
.mv_ttl {
	position:absolute;
	top: 10%;
	left:1.6%;
	width:40%;
	box-sizing: border-box;
	margin: 3% 0 0 3%;
}


@media screen and (max-width: 667px) {

  .mv {
	position: relative;
	background-image: url(/item/special/senior/images/mv_bg_sp.png);
	background-size:100%;
  }
  .mv::before {
	padding-top: 102%;
	}
  .mv_ttl{
  	  width:100%;
  	  padding-bottom:36%;
  	  margin-left: 0;
  	  top: 0;
  	  left:0;
  }
  .mv img {
  	width:90%;
  	padding: 3% 5% 5%;
  	max-width: none;
  }
}
.content{
	margin-top:-1px;
}
/*------------------------------
 anchor_block
--------------------------------*/
.anchor_block {
	margin-bottom: 52px;
}
.anchor_block .main_text {
	position: relative;
	text-align: center;
	padding: 7px 0 8px;
	line-height: 1;
	background: #ed770e;
	margin-bottom: 30px;
}
.anchor_block .main_text:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -21px;
	margin: auto;
	width: 32px;
	height: 22px;
	background: url("/item/special/senior/images/icon/icon_down_organ.png") center no-repeat;
}
.anchor_block .main_text img {
	margin: 0 auto;
}
.anchor_list {
	display: flex;
	justify-content: space-between;
}
.anchor_list a {
	display: block;
}
.anchor_list a img{
	width:100%;
}

@media screen and (max-width: 667px) {
.anchor_block {
	margin-bottom: 0;
}
.anchor_block .main_text {
	padding: 7px 30px 9px;
	margin-bottom: 19px;
}
.anchor_block .main_text:before {
	bottom: -16px;
	width: 24px;
	height: 17px;
	background-size: contain;
}
.anchor_list {
	flex-wrap: wrap;
	padding-left: 0;
}
.anchor_list li {
	width: 50%;
	margin-bottom: 15px;
	box-sizing: border-box;
}
.anchor_list li img {
	margin: 0 auto;
}
.anchor_list li:nth-child(2n+1) {
	padding-right: 3px;
}
.anchor_list li:nth-child(2n) {
	padding-left: 3px;
}
}
/*------------------------------
 sec
--------------------------------*/
.sec {
	padding: 30px 0 70px;
}
.sec h2 {
	text-align: center;
	margin-bottom: 30px;
}
.sec h2 img {
	margin: 0 auto;
}
.sec_content {
	border-radius: 30px;
}
.sec_top {
	position: relative;
	border-radius: 30px 30px 0 0;
	padding: 28px 0 110px;
	margin-bottom: 5px;
}
.sec_top::before, .sec_top::after {
	position: absolute;
	bottom: 0px;
	width: 0;
	z-index: 1;
	height: 0;
	content: "";
	border-top: 100px solid transparent;
}
.sec_top::before {
	left: 0;
}
.sec_top:after {
	right: 0;
}
.list_check {
	padding-left: 39px;
	max-width: 749px;
	margin: 0 auto;
	box-sizing: border-box;
}
.sec_top .list_check li {
	position: relative;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 4px 0 0 45px;
	letter-spacing: -0.5px;
}
.sec_top .list_check li:before {
	content: "";
	position: absolute;
	width: 32px;
	height: 29px;
	top: 0;
	left: 0;
	background: url("/item/special/senior/images/icon/icon_check.png") center no-repeat;
}
.text_yel_under {
	text-align: center;
	margin-top: 25px;
	letter-spacing: -0.8px;
}
.text_yel_under p {
	display: inline-block;
	font-size: 32px;
	color: #fffc00;
	font-weight: bold;
	border-bottom: 2px solid #fffc00;
	padding-bottom: 2px;
	line-height: 1;
}
.trouble_text img {
	margin: 0 auto;
}
.trouble_text {
	position: relative;
	top: -37px;
	z-index: 10;
}
.sec_inner {
	position: relative;
	padding: 25px 44px 61px;
}
.thumb_ttl {
	display: flex;
	padding: 0 0 10px 0;
	border-bottom: 3px solid;
	margin-bottom: 25px;
}
.thumb_ttl_main {
	position: relative;
	font-size: 30px;
	line-height: 1;
	padding-left: 30px;
}
.thumb_ttl_main:before {
	content: "●";
	position: absolute;
	left: -2px;
	top: 0px;
	font-size: 30px;
}
.span_nofi {
	color: #ffffff;
	line-height: 1;
	font-size: 16px;
	font-weight: normal;
	padding: 7px 12px;
	margin-left: 6px;
}
.list_thumb li {
	margin-bottom: 69px;
}
.list_thumb li:last-child {
	margin-bottom: 0;
}
.thumb_content {
	margin-bottom: 28px;
}
.thumb_img {
	width: 36%;
	padding-top: 5px;
	box-sizing: border-box;
}
.thumb_text {
	width: 64%;
	padding-left: 25px;
	box-sizing: border-box;
}
.thumb_text p, .thumb_img p {
	font-size: 18px;
	line-height: 1.67;
}
.btn_block {
	display: inline-block;
}

@media screen and (max-width: 667px) {
.sec {
	padding: 30px 0 20px;
}
.sec h2 {
	margin-bottom: 21px;
}
.list_check {
	padding: 0 21px;
}
.sec_top {
	padding: 18px 0 50px;
	border-radius: 8px 8px 0 0;
}
.sec_top .list_check li {
	font-size: 15px;
	padding-left: 27px;
	padding-top: 0;
	letter-spacing: -0.2px;
	margin-bottom: 10px;
}
.sec_top .list_check li:before {
	width: 16px;
	height: 14px;
	background-size: contain;
}
.sec_top::before, .sec_top::after {
	border-top: 28px solid transparent;
}
.sec_content {
	border-radius: 15px;
}
.text_yel_under {
	letter-spacing: inherit;
	margin-top: 10px;
}
.text_yel_under p {
	font-size: 18px;
	display: table;
	margin: 0 auto 2px;
	line-height: 1.2;
	padding-bottom: 0;
	border-bottom: none;
}
.text_yel_under span {
	display:block;
	border-bottom: 1px solid #fffc00;
}
.trouble_text {
	top: -8px;
	padding: 0 4px;
	max-width: 270px;
	margin: 0 auto;
}
.sec_inner {
	padding: 9px 10px 30px;
}
.thumb_ttl {
	border-bottom: 1px solid;
	flex-direction: column-reverse;
	margin-bottom: 20px;
	padding-bottom: 6px;
}
.thumb_ttl_main {
	font-size: 20px;
	padding-left: 15px;
	line-height: 1.31;
}
.thumb_ttl_main:before {
	font-size: 16px;
	top: 0px;
}
.span_nofi {
	font-size: 12px;
	margin-bottom: 9px;
	margin-left: 0;
	width: 10em;
	box-sizing: border-box;
	padding: 3px 5px 3px;
	text-align: center;
}
.thumb_content {
	flex-direction: column;
	margin-bottom: 17px;
}
.thumb_img {
	width: 100%;
	padding: 0 10px;
	margin: 0 auto 17px;
	box-sizing: border-box;
	min-height:0%; /* ie11 */
}
.thumb_img img {
	margin: 0 auto;
}
.thumb_text {
	width: 100%;
	padding: 0 10px;
}
.thumb_text p, .thumb_img p {
	font-size: 16px;
	line-height: 1.5;
}
.list_thumb li {
	margin-bottom: 19px;
}
.list_thumb li:last-child .thumb_content {
	margin-bottom: 16px;
}
.btn_block {
	max-width: 300px;
}
}
/*------------------------------
 accordion
--------------------------------*/
.accordion {
	margin-top: 80px;
}
.accordion_ttl {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 72px;
	font-size: 22px;
	box-sizing: border-box;
	padding-left: 33px;
	cursor:pointer;
}
.accordion_ttl span {
	display: block;
	padding-left: 1em;
	text-indent: -1em;
}
.accordion_ttl .accordion_icon {
	width: 76px;
	background: #79a314 url("/item/special/senior/images/icon/icon_plus.png") center no-repeat;
	line-height: 1;
	height: 100%;
	cursor: pointer;
	padding-left: 0;
	text-indent: 0;
	margin-right: -1px;
}
.accordion_ttl.active {
}
.accordion_ttl.active .accordion_icon {
	background: #79a314 url("/item/special/senior/images/icon/icon_minius.png") center no-repeat;
}
.accordion_list>li {
	margin-bottom: 62px;
}
.accordion_content {
	/*display: none;*/
	padding: 0 38px 20px;
	border-top: 0;
}
.accordion_list {
	padding-top: 40px;
}
.acc_sub_ttl {
	color: #ffffff;
	background: #333333;
	font-size: 20px;
	padding: 9px 20px;
	margin-bottom: 17px;
}
.acc_txt_bold {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 24px;
}
.acc_block_product {
	align-items: center;
}
.acc_img {
	width: 68%;
}
.acc_text {
	width: 32%;
	padding-left: 18px;
	box-sizing: border-box;
}
.list_price li {
	font-size: 18px;
/*	border-bottom: 2px solid #d3d3d3;*/
	padding: 0;
}
.list_price li:last-child {
	border-bottom: 0;
}
.list_price p {
	font-size: 18px;
}
.list_price .price_text {
	font-size: 40px;
	font-weight: bold;
}
.price_01 {
	font-size: 30px;
}
.price_02 {
	font-size: 20px;
	font-weight: normal;
}
.list_note {
	margin-top: 25px;
}
.note {
	padding-left: 1em;
	text-indent: -1em;
}
.list_note li {
	font-size: 15px;
	line-height: 1.73;
	letter-spacing: -0.3px;
}
.list_btn {
	margin-top: 24px;
}
.list_btn li {
	margin-bottom: 10px;
}
.list_btn li a {
	display: block;
}
.list_note_02 {
	margin-top: 15px;
}
.list_note_02 li {
	padding-left: 2em;
	text-indent: -2em;
	font-size: 15px;
	line-height: 1.73;
}
.accordion .list_note {
	margin-top: 34px;
}
.note_topic{
	font-size:16px;
	font-weight:bold;
}
.accordion .btn_close{
	text-align:right;
}
.accordion .btn_close a{
  display:inline-block;
  padding:0.5em 1em;
  background-color:#ccc;
  text-align:center;
  margin-right:0;
  border-radius:4px;
  color:#fff;
  cursor:pointer;
}
.accordion .btn_close a:hover{
	text-decoration:none;
}
.housework .accordion .btn_close a{
  background-color:#79a314;	
}
.product_find .accordion .btn_close a{
  background-color:#8a519d;	
}

@media screen and (max-width: 667px) {
.accordion {
	margin-top: 16px;
}
.accordion_ttl {
  display:table;
  height: auto;
  font-size: 15px;
  padding-left: 6px;
  width: 100%;
  min-height:40px;
}
.accordion_ttl >span{
	display:table-cell;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align:middle;
}
.accordion_ttl .accordion_icon {
	width: 40px;
	background-size: 15px auto;
	cursor:pointer;
}
.accordion_ttl.active .accordion_icon {
	background-size: 15px auto;
}
.accordion_ttl.active {
}
.accordion_content {
	padding: 0 9px 10px;
}
.accordion_list {
	padding-top: 10px;
}
.acc_sub_ttl {
	font-size: 16px;
	line-height: 1.5;
	padding: 2px 10px 2px;
	margin-bottom: 12px;
}
.acc_txt_bold {
	font-size: 15px;
	line-height: 1.5;
	margin-bottom: 11px;
}
.acc_block_product {
	flex-direction: column;
}
.acc_img {
	width: 100%;
}
.acc_img img {
	margin: 0 auto;
}
.acc_text {
	width: 100%;
	padding-left: 0;
}
.list_price {
	padding: 0 0px;
	margin-top: 10px;
}
.list_price li {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
/*	border-bottom: 1px solid #d3d3d3;*/
	padding: 5px 0 0;
}
.list_price p {
	font-size: 13px;
	width: 100%;
	text-align: left;
}
.list_price .price_text {
	width: 45%;
	font-size: 20px;
	line-height: 1;
	letter-spacing: -0.5px;
	text-align: right;
}
.price_01 {
	font-size: 12px;
}
.price_02 {
	font-size: 12px;
}
.accordion .list_note {
	margin-top: 10px;
}
.list_note li {
	font-size: 13px;
	line-height: 1.67;
	letter-spacing: normal;
}
.list_note li.impo{
  font-size:12px;
}
.list_btn {
	margin-top: 11px;
	flex-wrap: wrap;
}
.list_btn li {
	margin-bottom: 7px;
	box-sizing: border-box;
}
.list_btn li:nth-child(2n+1) {
	padding-right: 2px;
}
.list_btn li:nth-child(2n) {
	padding-left: 5px;
}
.accordion_list>li:first-child .list_btn {
	margin-top: 16px;
}
.accordion_list>li {
	margin-bottom: 30px;
}
.list_btn li a img {
	width: 100%;
	margin: 0 auto;
}
.list_note_02 {
	margin-top: 13px;
}
.list_note_02 li {
	font-size: 12px;
	line-height: 1.67;
	letter-spacing: -0.2px;
}
.three_point img {
	margin: 0 auto;
}
.accordion .btn_close a{
	padding:5px 10px;
    font-size:12px;
}
}

@media screen and (max-width: 667px) and (-ms-high-contrast: none) {
 .acc_block_product > div {
     min-height: 0%;
   }
 }
/*------------------------------
 spec
--------------------------------*/
.spec {
	margin-top: 44px;
}
.spec_ttl {
	text-align: center;
	margin-bottom: 24px;
}
.spec_ttl p {
	font-size: 30px;
	display: inline-block;
	border-bottom: 3px solid;
	font-weight: bold;
	padding-bottom: 5px;
}
.tbl_ttl {
	position: relative;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 4px;
}
.tbl_ttl:before {
	content: "◆";
	font-size: 20px;
}
.list_tbl>li {
	margin-bottom: 26px;
}
.list_tbl table {
	width: 50%;
	border: 1px solid #bfbfbf;
	border-collapse: collapse;
}
.list_tbl table:last-child {
	border-left: 0;
}
.list_tbl table:first-child {
	border-left: 1px solid #bfbfbf;
}
.list_tbl table th, .list_tbl table td {
	font-size: 12px;
	border-bottom: 1px solid #bfbfbf;
	height: 43px;
	padding: 0 10px;
}
.list_tbl table th {
	background: #ebebeb;
	width: 130px;
	box-sizing: border-box;
}
.tbl_note {
	font-size: 12px;
	margin-top: 5px;
	margin-left: 10px;
}
.accordion .border_dot {
	margin-top: 24px;
	padding-top: 31px;
	background: url("/item/special/senior/images/line_green.png") 12px top no-repeat;
}

@media screen and (max-width: 667px) {
.spec {
	margin-top: 35px;
}
.spec_ttl {
	margin-bottom: 20px;
}
.spec_ttl p {
	font-size: 16px;
	border-bottom: 2px solid;
	padding-bottom: 1px;
}
.tbl_ttl {
	font-size: 13px;
	padding-left: 14px;
	margin-bottom: 7px;
}
.tbl_ttl:before {
	position: absolute;
	font-size: 13px;
	left: 0;
	top: 0;
}
.list_tbl .d-flex {
	flex-direction: column;
}
.list_tbl>li {
	margin-bottom: 18px;
}
.list_tbl>li:last-child {
	margin-bottom: 25px;
}
.list_tbl table {
	width: 100%;
}
.list_tbl table:last-child {
	border-left: 1px solid #bfbfbf;
	border-top: 0;
}
.list_tbl table:first-child {
	border-top: 1px solid #bfbfbf;
}
.list_tbl table th, .list_tbl table td {
	font-size: 12px;
	height: 27px;
	vertical-align: middle;
	line-height: 1.44;
	padding: 4px 10px;
}
.list_tbl table th {
	width: 65px;
	border-right: 1px solid #bfbfbf;
	font-weight: normal;
	text-align: center;
	padding: 4px 2px 4px 4px;
}
.tbl_note {
	font-size: 12px;
	margin-left: 0;
	line-height: 1.67;
	margin-top: 8px;
}
.accordion .border_dot {
	margin-top: 12px;
	padding-top: 15px;
	background: url("/item/special/senior/images/line_green_sp.png") 4px top no-repeat;
	background-size: contain;
}
}
/*------------------------------
 housework
--------------------------------*/
.housework .sec_content {
	background: #f1f8e0;
}
.housework .sec_top {
	background: #79a314;
}
.housework .sec_top::before {
	border-left: 50vw solid #f1f8e0;
}
.housework .sec_top:after {
	border-right: 50vw solid #f1f8e0;
}
.housework .thumb_ttl {
	border-bottom-color: #79a314;
}
.housework .accordion_ttl.active{
	border-bottom:#79a314 solid 2px;
}
.housework .thumb_ttl_main:before, .housework .accordion_ttl, .housework .price_text, .housework .tbl_ttl:before {
	color: #79a314;
}
.housework .accordion{
  background-color: #fff;
  border-radius: 14px;
  border: #79a314 solid 2px;
  overflow: hidden;
}
.housework .accordion, .housework .accordion_content, .housework .spec_ttl p {
}
.housework .span_nofi {
	background: #e21740;
}
.siro {
	margin: 50px 0 65px;
}

@media screen and (max-width: 667px) {
.housework.sec {
	padding-top: 23px;
}
.housework.sec h2 {
	max-width: 290px;
	margin-left: auto;
	margin-right: auto;
}
.housework .sec_top {
	padding-bottom: 34px;
}
.housework .accordion{
	border:#79a314 solid 1px;
    border-radius:6px;
}
.housework .accordion_ttl.active{
	border-bottom:#79a314 solid 1px;
} 
.siro {
	margin: 23px 0 28px;
}

.flow {
	padding: 15px 12px 0 12px;
	border: 3px solid #eaeaea;
	text-align: center;
	margin: 30px 0 30px;
}

.flow li {
	margin-bottom: 15px;
}

}
/*------------------------------
 nursing
--------------------------------*/
.nursing .sec_inner {
	position: relative;
	padding-bottom: 101px;
}
.nursing .sec_content {
	background: #fcf0f0;
}
.nursing .sec_top {
	background: #e75e5e;
}
.nursing .sec_top::before {
	border-left: 50vw solid #fcf0f0;
}
.nursing .sec_top:after {
	border-right: 50vw solid #fcf0f0;
}
.nursing .thumb_ttl {
	border-bottom-color: #e75e5e;
}
.nursing .thumb_ttl_main:before {
	color: #e75e5e;
}
.nursing .span_nofi {
	background: #ed770e;
}

@media screen and (max-width: 667px) {
.nursing .sec_top {
	padding-bottom: 36px;
}
.nursing .sec_inner {
	padding-top: 37px;
	padding-bottom: 33px;
}
.nursing .trouble_text {
	top: 6px;
}
.nursing.sec h2 {
	max-width: 302px;
	margin-left: auto;
	margin-right: auto;
}
}
/*------------------------------
 worry
--------------------------------*/
.worry .sec_inner {
	position: relative;
	padding-bottom: 91px;
}
.worry .sec_content {
	background: #e5f1fa;
}
.worry .sec_top {
	background: #337fba;
}
.worry .sec_top::before {
	border-left: 50vw solid #e5f1fa;
}
.worry .sec_top:after {
	border-right: 50vw solid #e5f1fa;
}
.worry .thumb_ttl {
	border-bottom-color: #337fba;
}
.worry .thumb_ttl_main:before {
	color: #337fba;
}
.worry .span_nofi {
	background: #e21740;
}

@media screen and (max-width: 667px) {
.worry.sec h2 {
	max-width: 304px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 16px;
}
.worry .sec_top {
	padding-bottom: 34px;
}
.worry .sec_inner {
	padding-bottom: 30px;
	padding-top: 35px;
}
.worry .sec_top .list_check li:last-child {
	letter-spacing: -0.5px;
}
.worry .text_yel_under {
	margin-top: 14px;
}
.worry .text_yel_under p {
	font-size: 16px;
}
.worry .trouble_text {
	top: 5px;
}
}
/*------------------------------
 product_find
--------------------------------*/
.product_find .sec_inner {
	position: relative;
}
.product_find .sec_content {
	background: #f7eefa;
}
.product_find .sec_top {
	background: #8a519d;
	padding-bottom: 128px;
}
.product_find .sec_top::before {
	border-left: 50vw solid #f7eefa;
}
.product_find .sec_top:after {
	border-right: 50vw solid #f7eefa;
}
.product_find .thumb_ttl {
	border-bottom-color: #8a519d;
}
.product_find .thumb_ttl_main:before, .product_find .accordion_ttl, .product_find .price_text, .product_find .tbl_ttl:before {
	color: #8a519d;
}
.product_find .accordion_ttl.active{
	border-bottom:#8a519d solid 2px;
}
.product_find .accordion, .product_find .accordion_content, .product_find .spec_ttl p {
	border-color: #8a519d;
}
.product_find .span_nofi {
	background: #ed770e;
}
.product_find .accordion_ttl .accordion_icon {
	background-color: #8a519d;
	cursor:pointer;
}
.product_find .accordion {
	background-color:#fff;
	border-radius:14px;
	border:#8a519d solid 2px;
	margin-top: 38px;
	overflow: hidden;
}
.product_find .accordion .list_note {
	margin-top: 25px;
}
.product_find .accordion_list>li:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 667px) {
.product_find .sec_top {
	padding-bottom: 26px;
}
.product_find.sec h2 {
	max-width: 306px;
	margin-left: auto;
	margin-right: auto;
}
.product_find .accordion_list li:first-child .list_btn {
	margin-top: 17px;
}
.product_find .list_tbl table th, .product_find .list_tbl table td {
	padding: 0 5px;
}
.product_find .text_yel_under p {
	font-size: 16px;
}
.product_find .trouble_text {
	top: 5px;
}
.product_find .accordion {
	margin-top: 16px;
	border:#8a519d solid 1px;
	border-radius:6px;
}
.product_find .accordion .list_note {
	margin-top: 7px;
}
.product_find .accordion_ttl.active{
	border-bottom:#8a519d solid 1px;
}
}
/*------------------------------
 aging
--------------------------------*/
.aging .sec_content {
	border: 2px solid #bfbfbf;
	background: #ffffff;
	padding: 29px 40px 20px;
}
.aging .thumb_ttl {
	border-bottom: 4px solid #337fba;
}
.aging .thumb_ttl_main:before {
	color: #bfbfbf;
}
.product_find .sec_inner {
	padding-top: 35px;
}
.aging .thumb_img p {
	margin-bottom: 40px;
}
.aging .aging_note {
	font-size: 12px;
	line-height: 1.5;
	margin-top: 1em;
}
.aging .thumb_img {
	padding-top: 0;
}
.aging .list_thumb li {
	margin-bottom: 62px;
}
.aging .list_thumb li:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 667px) {
.aging.sec h2 {
	max-width: 179px;
	margin-left: auto;
	margin-right: auto;
}
.aging .sec_content {
	padding: 13px 10px 14px;
	border: 1px solid #bfbfbf;
}
.aging .thumb_ttl {
	border-bottom: 2px solid #337fba;
	padding-bottom: 7px;
	margin-bottom: 17px;
	letter-spacing: 1px;
}
.aging .thumb_img {
	max-width: 240px;
}
.aging .thumb_img p {
	margin-bottom: 12px;
}
.aging .aging_note {
	font-size: 13px;
	line-height: 1.56;
	margin-top: 4px;
}
.aging .list_thumb li {
	margin-bottom: 26px;
}
}
/*------------------------------
 intro
--------------------------------*/
.intro .sec_content {
	border: 2px solid #bfbfbf;
	background: #ffffff;
	padding: 27px 41px 25px;
}
.intro_list>li {
	margin-bottom: 47px;
}
.intro_list>li:last-child {
	margin-bottom: 0;
}
.intro_img {
	width: 39%;
}
.intro_txt {
	width: 61%;
	padding-left: 38px;
	padding-top: 1px;
	box-sizing: border-box;
}
.intro_txt h3 {
	font-size: 30px;
	font-weight: bold;
	border-bottom: 3px solid #f34e0c;
	padding-bottom: 10px;
	line-height: 1;
	letter-spacing: 3px;
	margin-bottom: 7px;
}
.intro_txt h3 > .logo{
  padding-right:0.4em;
}
.intro_txt h3 > .logo img{
	display:inline-block;
	vertical-align:middle;
}
.intro_txt p {
	font-size: 18px;
	line-height: 1.67;
}
.intro_btn {
	margin-top: 18px;
}
.intro_list>li:last-child .intro_btn {
	margin-top: 9px;
}
.imgRight {
	flex-direction: row-reverse;
}
.imgRight .intro_txt {
	padding-left: 0;
	padding-right: 38px;
}

@media screen and (max-width: 667px) {
.intro.sec h2 {
	max-width: 202px;
	margin-left: auto;
	margin-right: auto;
}
.intro .sec_content {
	border: 1px solid #bfbfbf;
	padding: 14px 19px 16px;
}
.intro_list .d-flex {
	flex-direction: column;
}
.intro_img {
	width: 100%;
	margin: 0 auto 15px;
}
.intro_img img {
	margin: 0 auto;
}
.intro_txt {
	width: 100%;
	padding: 0;
}
.intro_txt h3 {
	font-size: 17px;
	text-align: center;
	border-bottom: 2px solid #f34e0c;
	padding-bottom: 8px;
	letter-spacing: normal;
	margin-bottom: 20px;
}
.intro_txt h3 > .logo{
	display:inline-block;
    width: 10%;
    padding-right:0.2em;
}
.intro_txt h3 > .logo img{
  width: 100%;
}
.intro_txt h3 > .logo.lifecare{
    width: 18%;
}
.intro_txt p {
	font-size: 14px;
	line-height: 1.5;
}
.intro_btn, .intro_list>li:last-child .intro_btn {
	margin-top: 17px;
}
.intro_btn img {
	max-width: 160px;
}
.intro_list>li {
	margin-bottom: 31px;
}
.imgRight .intro_txt {
	padding-right: 0;
}
}
/*------------------------------
 feature
--------------------------------*/
.feature {
	padding-bottom: 30px;
}
.feature .sec_content {
	position: relative;
	border: 2px solid #bfbfbf;
	background: #ffffff;
	padding: 30px 42px 26px;
}
.feature_list li {
	width: calc(100% / 4 + 20px);
}
.feature_list li:last-child {
	width: calc(100% / 4);
}
.feature_item {
	padding-right: 20px;
}
.feature_item .text{
	font-weight:bold;
	text-align:center;
	margin-bottom: 0.5em;
}
.feature_list li:last-child .feature_item {
	padding-right: 0;
}
.feature .btn_block {
	margin-top: 28px;
}
.feature .scroll_top {
	right: 76px;
}
.feature .scroll_top {
	position: relative;
	right: 0;
	bottom: 0;
	text-align: right;
	margin-right: 40px;
}

@media screen and (max-width: 667px) {
.feature {
	padding-bottom: 20px;
}
.feature.sec h2 img {
	max-width: 125px;
}
.feature .sec_content {
	border: 1px solid #bfbfbf;
	padding: 0 9px 9px;
}
.feature_list {
  flex-wrap:wrap;
}
.feature_list li {
	width: 100%;
	border-bottom: 1px solid #bfbfbf;
	box-sizing: border-box;
}
.feature_list li a {
	display: block;
	padding: 10px;
}
.feature_list li:last-child {
	width: 100%;
	border-bottom: 0;
}
.feature_item {
	position: relative;
	display: flex;
	padding-right: 0;
	align-items: center;
	width: calc(100% - 18px);
}
.feature_item.pc_only {
  display:none;
}
.feature_item:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: -18px;
	margin: auto;
	width: 10px;
	height: 16px;
	background: url("/item/special/senior/images/arrow/arrow_r.png") right center no-repeat;
	background-size: contain;
}
.feature_item img {
	width: 30%;
}
.feature_item .text{
	text-align:left;
	padding-left:1em;
	margin-bottom: 0;
}
.feature .scroll_top {
	right: 0;
	margin-right: 5px;
}
.feature .btn_block {
	margin-top: 30px;
}
}
/*------------------------------
 bnrWrap
--------------------------------*/
.bnrWrap {
	max-width: 840px;
	margin: 0 auto;
	padding: 79px 0 77px;
}
.bnrWrap .txt_bnr {
	margin-bottom: 30px;
}
.bnrWrap .txt_bnr, .bnrWrap .img_bnr {
	display: flex;
	justify-content: space-between;
}
.bnrWrap .txt_bnr .btn {
	border: 1px solid #333333;
	border-radius: 4px;
}
.bnrWrap .img_bnr .btn {
	border: 2px solid #b3b3b3;
	border-radius: 4px;
}
.bnrWrap .txt_bnr .btn, .bnrWrap .img_bnr .btn {
	width: 400px;
}
.bnrWrap .txt_bnr .btn a, .bnrWrap .img_bnr .btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px 20px;
	color: #333333;
	box-sizing: border-box;
	text-align: center;
	background: #ffffff;
	border-radius: 4px;
	font-size: 14px;
	text-decoration: none;
	width: 100%;
	height: 100%;
}
.bnrWrap .img_bnr .btn a {
	padding: 16px 20px 15px;
}

@media screen and (max-width: 667px) {
.bnrWrap {
	padding: 31px 10px 16px;
}
.bnrWrap .txt_bnr, .bnrWrap .img_bnr {
	flex-wrap: wrap;
}
.bnrWrap .btn {
	margin: 0 auto 15px;
}
.bnrWrap .txt_bnr .btn, .bnrWrap .img_bnr .btn {
	width: 100%;
}
.bnrWrap .txt_bnr {
	margin-bottom: 0;
}
.bnrWrap .txt_bnr .btn a, .bnrWrap .img_bnr .btn a {
	font-size: 12px;
	padding: 12px 15px;
}
.bnrWrap .img_bnr .btn {
	border: 1px solid #333333;
	height: 84px;
	box-sizing: border-box;
}
.bnrWrap .img_bnr .btn:first-child img {
	max-width: 229px;
}
.bnrWrap .img_bnr .btn:last-child img {
	max-width: 150px;
}
}

@media screen and (max-width: 1350px) and (min-width: 668px) {
	.mv_ttl img {
		width: calc(90%);
	}
}

@media screen and (max-width: 1280px) and (min-width: 769px) {
.housework .sec_top::before {
	border-left: 75vw solid #f1f8e0;
}
.housework .sec_top:after {
	border-right: 75vw solid #f1f8e0;
}
.nursing .sec_top::before {
	border-left: 75vw solid #fcf0f0;
}
.nursing .sec_top:after {
	border-right: 75vw solid #fcf0f0;
}
.worry .sec_top::before {
	border-left: 75vw solid #e5f1fa;
}
.worry .sec_top:after {
	border-right: 75vw solid #e5f1fa;
}
.product_find .sec_top::before {
	border-left: 75vw solid #f7eefa;
}
.product_find .sec_top:after {
	border-right: 75vw solid #f7eefa;
}
.trouble_text {
	top: -25px;
	padding-bottom: 12px;
}
}

@media screen and (max-width: 768px) and (min-width: 668px) {
.housework .sec_top::before {
	border-left: 100vw solid #f1f8e0;
}
.housework .sec_top:after {
	border-right: 100vw solid #f1f8e0;
}
.nursing .sec_top::before {
	border-left: 100vw solid #fcf0f0;
}
.nursing .sec_top:after {
	border-right: 100vw solid #fcf0f0;
}
.worry .sec_top::before {
	border-left: 100vw solid #e5f1fa;
}
.worry .sec_top:after {
	border-right: 100vw solid #e5f1fa;
}
.product_find .sec_top::before {
	border-left: 100vw solid #f7eefa;
}
.product_find .sec_top:after {
	border-right: 100vw solid #f7eefa;
}
.trouble_text {
	top: -25px;
	padding-bottom: 12px;
}
.sec_top::before, .sec_top::after {
	bottom: -1px;
}
}
/*------------------------------
 footer
--------------------------------*/

.footer_backtop {
	width: 180px;
	text-align: center;
	margin: 0 auto;
}
.footer_backtop a {
	display: block;
	background: #000;
	color: #fff;
	font-size: 13px;
	text-align: center;
	font-weight: bold;
	padding: 10px 0;
	border-radius: 6px 6px 0 0;
}
.footer_backtop a:before {
	content: '▲';
	margin-right: 15px;
}
.footer_backtop a:hover {
	text-decoration: none;
	opacity: 0.7;
}
/* footer change arrow color */

#footer .mainContents h2 a {
	background-image: url("/common/images/ico-service.gif");
	background-position: 0 -499px;
}
#footer .mainContents .left li, #footer .mainContents .right li {
	background-image: url("/common/images/dot-glay.gif");
	background-position: 0 100%;
	background-repeat: repeat-x;
	margin: 0 10px 7px 0;
	padding: 0 0 8px;
}
#footer .mainContents .left li.last, #footer .mainContents .right li.last {
	background-image: none;
	margin: 0 10px 0 0;
	padding: 0;
}
#footer .mainContents .left li a, #footer .mainContents .right li a {
	background-image: url("/common/images/ico-service.gif");
	background-position: 0 -95px;
	background-repeat: no-repeat;
	padding: 0 0 0 10px;
}

@media only screen and (max-width: 667px) {
#footerSp a img {
	display: inline-block;
}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.housework .accordion_ttl .accordion_icon {
		padding-top: 1px;
	}
	.product_find .accordion_ttl .accordion_icon {
		padding-bottom: 1px;
	}
}


	
/*------------------------------
  footer adjustment
 ------------------------------*/
@media screen and (min-width: 668px) and (max-width: 1000px){
	#footerBottom .bottom .logo{
		margin-left:-10px;
	 }
	#footerBottom .bottom .copyright{
		margin-left:-10px;
	}
	#footerBottom .bottom .chat {
	  right: 490px;
	}
	#footerBottom .bottom .web {
		right:290px;
	}
	#footerBottom .bottom ul {
	  right: -15px;
	}
}

@media only screen and (max-width: 667px){
	#footerSp {
	  width: 100%;
	}
}


/* 20200203追記 */
.sold_out {
	position: absolute;
	top: 0;
	text-align: center;
	width: 89%;
	height: 97%;
	background: rgba(0, 0, 0, 0.6);
}

.sold_out p {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	font-size: 20px;
	color: #fff;
}


@media screen and (max-width: 667px) {
.sold_out {
	width: 100%;
	height: 100%;
}

.sold_out p {
	top: 23%;
}
}


/* 20200902追記 */
.bnr_area {
	text-align: center;
	margin: 30px 0;
}

.bnr_area a {
	position: relative;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	background: #faed00;
	padding: 15px 115px;
}

.bnr_area a .txt {
	color: #009be3;
}

.bnr_area a .arw {
	display: block;
	position: absolute;
	top: 25%;
	right: 30px;
}

/*.bnr_area a:after {
	content: '▼';
	display: inline-block;
	vertical-align: middle;
	transform: rotate(30deg);
	margin-left: 10px;
}*/

.bnr_area a:hover {
	color: inherit;
	opacity: 0.8;
}


@media screen and (max-width:667px) {
.bnr_area {
	margin: 20px 0;
}

.bnr_area a {
	display: block;
	width: 82%;
	font-size: 4.2vw;
	padding: 15px 8%;
	margin: 0 auto;
}

/*.bnr_area a:after {
	display: none;
}*/

.bnr_area a .arw {
	top: 33%;
	right: 13px;
}
}