/******************************************************************************
/* 予備設定
*******************************************************************************/

.mainContent01_imgBox{
    margin-bottom: 16px;
}
.mainContent01_imgBox img{
    width: 100%;
    border-radius: 8px;
}
.mainContent02_content{
    margin-bottom: 40px;
}
.mainContent02_content p{
    line-height: 1.75;
}
.mainContent01_content p{
    font-size: 16px;
    line-height: 1.75;
}
.mainContent02{
    margin-bottom: 80px;
}
.mainContent02_title{
    font-size: 32px;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 40px;
    padding-bottom: 15px;
}
.mainContent02_content li {
    line-height: 2.5;
    text-indent: -15px;
    margin-left: 15px;
}
.mainContent02_content ul p {
    padding-left: 21px;
}
.mainContent02_content_wrap img{
    width: 100%;
    margin-bottom: 20px;
}
.mainContent02_content{
    font-size: 15px;
}
.mainContent02_content p:not(:last-of-type){
    margin-bottom: 20px;
}

.mainContent02_content .box_black {
	box-sizing: border-box;

    padding: 20px;
    border: 1px solid #666;
}
.mainContent02_content_wrap .name_area {
    font-weight: bold;
    font-size: 18px;
    text-align: right;
}

@media screen and (max-width: 767px){
    .mainContent01_imgBox,
    .mainContent01_content,
    .mainContent02{
        margin-left: 20px;
        margin-right: 20px;
    }

    .mainContent02_title{
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 40px;
        padding-bottom: 6px;
    }

    .mainContent02_content{
        margin-bottom: 30px;
    }
    .mainContent02_content img{
        margin-bottom: 10px;
    }
    .mainContent02_content_wrap .name_area {
        margin-top: 50px;
        font-size: 14px;
    }
}

/******************************************************************************
/* インデックス設定
******************************************************************************/
html {
    overflow-x: hidden!important;
    -webkit-overflow-scrolling: touch;
}

body {
    overflow-x: hidden!important;
    -webkit-overflow-scrolling: touch;
}


*,
*::before,
*::after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  max-width: 100%;
  overflow: hidden;
}

/* flexのはみ出し対策 */
.flex-item {
  min-width: 0;
}




.pcOnly {
	display: block;
}
@media screen and (max-width: 767px){
	.pcOnly {
		display: none;
	}
}

.spOnly {
	display: none;
}
@media screen and (max-width: 767px){
	.spOnly {
		display: block;
	}
}



.mb25{
	margin-bottom: 25px;
}
.mb30{
	margin-bottom: 30px;
}


.new_ico {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.new_ico::before {
    content: "";
    position: absolute;
    display: inline-block;
    background-image: url(/column/caremanagement/top/img/common/ico_new.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    top:0;
    left:0;
    width: 45px;
    height: 45px;
}

/******************************************************************************
/* タイトル設定
******************************************************************************/

#mv{
  width: 100%;
  max-width: 1200px;
  margin: 40px auto 0;
}
#mv .ttl_h1{
  margin-bottom: 15px;
}

#mv .ttl_h1 img {
   width: 100%; 
}

#mv p {
   width: 100%;
    font-size:18px;
    line-height: 32px;
}

@media screen and (max-width: 767px){
  #mv{
	margin: 30px auto 0;
  }
  h1{
    margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;
  }
  #mv p {
    width: auto;
    font-size:16px;
    line-height: 28px;
      padding: 0 13px;
  }
}

/******************************************************************************
/* ベース設定
******************************************************************************/


.content_know_mg {
	box-sizing: border-box;
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
	text-align: left;
	font-feature-settings: "palt";
	}

.content_know_mg_in  {
	width: 100%;
	display: block;
	text-align: left;
	margin: 0 auto 0 auto;
	text-align: justify;

	}
@media screen and (max-width: 1300px){
	.content_know_mg_in {
		width: 100%;
	}
}

@media screen and (max-width: 767px){
	.content_know_mg_in {
		width: 100%;
		margin: 0 auto 0 auto;
	}
}





/******************************************************************************
/* 基本ケア44項目詳しくはコチラ
*******************************************************************************/



.base_care_subtitle_main {
	display: flex;
	align-items: center;
	justify-content: center; /* ←中央寄せ（不要なら削除） */
	gap: 6px;
	text-decoration: none; /* ←リンクの下線消す */
	position: relative;
	margin: 30px auto 20px auto;
	width: 100%;
	font-size: 100%;
	color: #5A4FB2;
	font-weight: 700;
 	background-color: #ffffff;
	border: solid 2px #918BCC;/*左線（実線 太さ 色）*/
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	border-radius: 10px;
	z-index:110;
	box-sizing: border-box;
}


a.base_care_subtitle_main {
	text-decoration: none; /* ←リンクの下線消す */
}



@media screen and (max-width: 1200px) {
	.base_care_subtitle_main {
			font-size: 90%;

	}
}

@media screen and (max-width: 767px) {
	.base_care_subtitle_main {
			top: 0px;
			font-size: 85%;
			padding-top: 6px;
			padding-left: 5px;
			padding-right: 0px;
			padding-bottom: 6px;
			width: 100%;

	}
}


/********************************************************************************************************
/* 基本ケア44項目設定
*********************************************************************************************************/


.btnMenu_button,
.pdf_icon {
	display: inline-block;
	margin-right: 0;   /* flexのgapに任せる */
	transform: none;   /* ←これがズレの原因なので削除 */
	margin-top: 19px;
}

.btnMenu_button img,
.pdf_icon img {
	display: block;
	height: auto;
}

.pdf_icon {
	width: 25px;
}


@media screen and (max-width: 1200px) {
	.btnMenu_button,
	.pdf_icon  {
		display: inline-block;
		margin-right: 0;   /* flexのgapに任せる */
		transform: none;   /* ←これがズレの原因なので削除 */
		margin-top: 9px;

	}
}

@media screen and (max-width: 767px) {
	.btnMenu_button,
	.pdf_icon  {
		width: 18px;
		transform: none;
		margin-right: 0;
	}
}

.text_44 {
	display: inline-block;
	text-decoration: none;
}



/******************************************************************************
/* その他読み物ライン
*******************************************************************************/

.contentsTitle01 {
	display: block;
	box-sizing: border-box;
	border-bottom: 3px solid #CCC;
	font-size: 24px;
	font-weight: 700;
	color: #006BB8;
	letter-spacing: 0.1rem;
	margin-bottom: 40px;
	padding-bottom: 5px;
	position: relative;
}
@media screen and (max-width: 767px) {
	.contentsTitle01 {
	box-sizing: border-box;
	border-bottom: 3px solid #CCC;
	font-size: 16px;
	color: #006BB8;
	letter-spacing: 0rem;
	margin-bottom: 40px;
	padding-bottom: 0px;
	}
}
.contentsTitle01::after{
	content: "";
	width: 250px;
	height: 3px;
	display: block;
	background: #1565C0;
	position: absolute;
	bottom: -3px;
	left: 0;
	color: #006BB8;
}
@media screen and (max-width: 767px) {
	.contentsTitle01::after {
	content: "";
	width: 150px;
	height: 3px;
	display: block;
	background: #1565C0;
	position: absolute;
	bottom: -3px;
	left: 0;
	color: #006BB8;
	}
}




/******************************************************************************
/* 介護用品・福祉用具
*******************************************************************************/



#product {
  background: #F5F5F5;
    margin: 80px 0 0;
    padding: 90px 7% 80px
}

.product {
    margin: auto;
    max-width: 1200px;
}



#product .product_area {
    margin: auto;
    max-width: 1200px;
}

#product .column_ttl {
    margin: auto;
    margin-bottom: 30px;
    max-width: 1200px;
}

#product .list_btn{
  display: flex;
  justify-content: center;
}

#product .list_btn a{
  max-width: 470px;
  width: 100%;
  font-size: 18px;
  display: block;
    position: relative;
}

#product .list_btn a:first-of-type {
    margin-right:15px;
}
#product .list_btn a:last-of-type {
    margin-left:15px;
}

#product .btn_bdr{
  line-height: 54px;
}
#product .btn_yellow{
  background: #e29200;
  color: #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 8px;
  height: 60px;
  line-height: 60px;
}
#product .btn_yellow:hover{
  text-decoration: none;
}

#product .list_btn a.btn_yellow::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    border: 7px solid transparent;
    border-left: 11px solid #fff;
}


#product .list_btn a.btn_bdr::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    border: 7px solid transparent;
    border-left: 11px solid #0465ac;
}

#product .blankIcon {
  width: 23px;
  margin-left: 7px;
  display: inline-block;
}
#product .blankIcon img {
  vertical-align: -4px;
}
#product .bnr_box{
  margin-bottom: 30px;
}

@media screen and (min-width: 768px){
  #product .list_btn a::after{
    right: 33px;
  }
  #product .list_btn .btn_bdr::after{
    right: 30px;
  }
}
@media screen and (max-width: 767px){
  #product {
        padding: 60px 13px ;
    }
  #product .list_btn{
    margin-top: 25px;
    gap: 10px 0;
      flex-wrap: wrap;
  }
  #product .list_btn a{
    width: 100%;
    max-width: 100%;
  }
    #product .list_btn a:first-of-type {
    margin-right:0;
}
#product .list_btn a:last-of-type {
    margin-left:0;
}
  #product .btn_yellow{
    height: 58px;
    line-height: 58px;
  }
  #product .blankIcon {
    width: 20px;
    margin-left: 2px;
  }
  #product .blankIcon img {
    vertical-align: -2px;
  }
}

.product_area {
    display: flex;
    flex-wrap: wrap;
}

.product_btn {
    display: inline-block;
    width: calc((100% - 90px) / 4);
    border: 1px solid #707070;
    min-height: 90px;
    margin-right: 27px;
    margin-bottom: 30px;
    background-color: #fff;
    font-size: 15px;
    position: relative;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: right bottom;
}

.product_btn:nth-of-type(4n) {
    margin-right: 0;
}

.product_btn span {
    position: absolute;
    left: 10px;
}

.product_btn01 {background-image: url(../img/index_item_01.jpg);}
.product_btn02 {background-image: url(../img/index_item_02.jpg);}
.product_btn03 {background-image: url(../img/index_item_04.jpg);}
.product_btn04 {background-image: url(../img/index_item_03.jpg);}
.product_btn05 {background-image: url(../img/index_item_05.jpg);}
.product_btn06 {background-image: url(../img/index_item_06.jpg);}
.product_btn07 {background-image: url(../img/index_item_13.jpg);}
.product_btn08 {background-image: url(../img/index_item_14.jpg);}

.product_btn01 span {top: 22px;}
.product_btn02 span {top: 14px;}
.product_btn03 span {top: 22px;}
.product_btn04 span {top: 22px;}
.product_btn05 span {top: 36px;}
.product_btn06 span {top: 22px;}
.product_btn07 span {top: 36px;}
.product_btn08 span {top: 22px;}

@media screen and (max-width: 767px){
    .product_btn {
        width: calc((100% - 20px) / 2);
        min-height: 80;
        margin-right: 15px;
        margin-bottom: 10px;
        background-size: auto 70%;
    }
    
    .product_btn:nth-of-type(2n) {
        margin-right: 0;
    } 
}

.bg-gray{
  background-color: #f8f8f8;
}






#article .box_wh{
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #cccccc;
}
#article .list_box{
  gap: 30px 0;
}
#article .box_sub{
  width: 465px;
  display: flex;
  align-items: center;
  text-decoration: none;
  box-sizing: border-box;
}
#article .box_sub img{
  display: block;
  width: 100%;
}
#article .box_sub .txt_box{
  padding: 10px 5px 10px 25px;
  font-size: 20px;
  font-weight: bold;
  box-sizing: border-box;
  flex: 1 1 auto;
}
#article .btn_blank{
  position: relative;
}
#article .btn_blank:after{
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 16px;
  height: 16px;
  background: url(../img/icon_blank.png) no-repeat;
  background-size: contain;
}
.bnr_box a{
  display: block;
}
.bnr_box a img {
  vertical-align: bottom;
}
#article .bnr_box{
  margin-top: 50px;
    margin-bottom: 50px;
}
#article .bnr_box img {
    width: 100%;
}


a.btn_bdr,
.btn_bdr{
  border: 3px solid #0465ac;
  border-radius: 5px;
  background-color: #fff;
  display: inline-block;
  color: #0465ac;
  text-decoration: none;
  line-height: 52px;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  box-sizing: border-box;
}
a.btn_solid{
  border-radius: 5px;
  background-color: #0465ac;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  line-height: 52px;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  box-sizing: border-box;
}
.link_arw:after{
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-top: 2px solid #0265a9;
  border-right: 2px solid #0265a9;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: -2px 0 0 10px;
}






#recommend {
  background: #F2F9FF;
    margin: 80px 0 0;
    padding: 90px 7% 80px
}

.recommend {
    margin: auto;
    max-width: 1200px;
}

.recommend_area {
    display: flex;
    justify-content: space-between;
}

.recommend_item {
	width: calc((100% - 90px)/4);
	/* margin: 0 15px; */
}

.recommend_item a {
    border-radius: 8px;
    display: inline-block;
    width: 100%;
    height: fit-content;
}

.recommend_item a img {
    width: 100%;
    border-radius: 8px;
}

.recommend_item p {
    font-size: 15px;
    line-height: 22px;
}

@media screen and (max-width: 767px){
    #recommend {
        margin: 60px 0 0;
        padding: 60px 20px 44px;
    }
    
    .recommend_area {
        flex-wrap: wrap;
    }
    
    .recommend_item {
         width: 100%;
        display: flex;
        justify-content: space-between;
        margin-bottom: 16px;
    }
    
    .recommend_item a {
        width: calc(50% - 5px);
    }
    
    .recommend_item p {
        width: calc(50% - 5px);
    }
    
}

#mail_magazine {
	display: block;
 	margin: 50px auto 50px auto;
	width: 50%;
}
@media screen and (max-width: 767px){
    #mail_magazine {
        margin-top: 53px;
        margin-bottom: 50px;
    }
}

#mail_magazine img {
    width: 100%;
    margin: auto;
}


#return_top {
	display: block;
 	margin: 50px auto 0px auto;
	width: 50%;
}

#return_top .bnr_box {
    width: 100%;
    margin: auto;
}

#return_top .bnr_box img {
    width: 100%;
    margin: auto;
}

@media screen and (max-width: 767px){
    #return_top {
        margin-top: 53px;
        margin-bottom: 50px;
    }
}



.share_sns {
    width: 130px;
    margin: 110px auto 80px;
    display: flex;
    justify-content: space-between;
} 

.share_sns a {
    width: 50px;
    height: auto;
}

.share_sns a img {
    width: 100%;
}

@media screen and (max-width: 767px) {
   .share_sns {
       width:100%;
       max-width: 210px;
       margin: 70px auto 60px;
    }  
}



/* **********  slider ********** */
._js_recommend_area{
	position: relative;
}
.slick-list{
	margin:0 -15px;
}
.slick-list::before,
.slick-list::after{
	content: '';
	display: block;
	position: absolute;
	width: 15px;
	height: 100%;
	background-color: #F2F9FF;
	top: 0;
	z-index: 10;
}
.slick-list::before{
	left: 0;
}
.slick-list::after{
	right: 0;
}
.slick-slide{
	margin: 0 15px;
}
.slide-arrow{
	position: absolute;
	top: 50%;
    z-index: 10;
	cursor: pointer;
}
.slide-arrow.prev-arrow{
	left: 0;
	transform: translate(-50%,-50%);
}
.slide-arrow.next-arrow{
	right: 0;
	transform: translate(50%,-50%);
}

/******************************************************************************
/* リストスタイル
*******************************************************************************/

ul.parent {
	list-style: none;
	padding-left: 0;
	margin-left: 20px;
}

ul.parent li {
	position: relative;
	padding-left: 1.2em;
}

ul.parent li::before {
	content: "•";
	position: absolute;
	left: 0;
}



ul.parent2 {
	display: flex;
	list-style: none;
	padding-left: 0;
	margin-left: 20px;
}

ul.parent2 li {
	position: relative;
	padding-left: 1.2em;
}

ul.parent2 li::before {
	content: "•";
	position: absolute;
	left: 0;
}




ul.parent3 {
	list-style: none;
	padding-left: 0;
	counter-reset: num;
	margin-left: 20px;

}

ul.parent3 li {
	counter-increment: num;
	position: relative;
	padding-left: 1.5em;
}

ul.parent3 li::before {
	content: counter(num);
	position: absolute;
	left: 0;
	font-family: "Arial Unicode MS", "Segoe UI Symbol", sans-serif;
}

/* ①②③に変換 */
ul.parent3 li:nth-child(1)::before { content: "①"; }
ul.parent3 li:nth-child(2)::before { content: "②"; }
ul.parent3 li:nth-child(3)::before { content: "③"; }
ul.parent3 li:nth-child(4)::before { content: "④"; }



/* **********  breadcrumb ********** */
.breadcrumb {
	color: #000;
	font-size: .625rem;
	display: flex;
	flex-wrap: wrap;
	text-align: start;
	justify-content: flex-start;
	white-space: nowrap;        /* ←変更 */
	font-size: 12px;
}


.breadcrumb li a::after{
	content: ">";
	color: #333;
	display: inline-block;
	margin: 0 10px;
}
.breadcrumb li a{
	color: #1565C0;
}
.breadcrumbArea{
	margin: 20px auto 0 auto;
}
.contentArea{
	margin: 100px auto 0;
}
.contentAreaInner{
	max-width: 1240px;
    margin: 0 auto;
    width: 100%;
    text-align: left;
    padding: 0 20px;
}
@media screen and (max-width: 767px) {
    .breadcrumbArea{
		padding: 0px;
	}
	.breadcrumb {
		width: 95%;
		white-space: normal;
	}

	.breadcrumb li {
		flex-wrap: wrap;
	}

}

/* **********  flex-img ********** */
.flex_img{
    display: flex;
    align-items: start;
	margin-bottom: 25px;
}
.flex_img .txt_img{
    flex: 1;
}
.flex_img .right_img{
    width: 40%;
    margin-left: 20px;
    object-fit: contain;
}
@media screen and (max-width: 767px){
	.flex_img{
        flex-direction: column;
    }
    .flex_img .right_img{
        width: 100%;
        margin: 20px 0;
    }
}
/* **********  slider ********** */
._js_recommend_area{
	position: relative;
}
.slick-list{
	margin:0 -15px;
}
.slick-list::before,
.slick-list::after{
	content: '';
	display: block;
	position: absolute;
	width: 15px;
	height: 100%;
	background-color: #F2F9FF;
	top: 0;
	z-index: 10;
}
.slick-list::before{
	left: 0;
}
.slick-list::after{
	right: 0;
}
.slick-slide{
	margin: 0 15px;
}
.slide-arrow{
	position: absolute;
	top: 50%;
    z-index: 10;
	cursor: pointer;
}
.slide-arrow.prev-arrow{
	left: 0;
	transform: translate(-50%,-50%);
}
.slide-arrow.next-arrow{
	right: 0;
	transform: translate(50%,-50%);
}
/* **********  map ********** */
.cv_map {
	margin: 0 auto;
}





#maincontent{
    width: 720px;
    margin: 50px auto 0;
}
.mainContent_subtitle{
    font-weight:bold;
}
.maincontent_title{
    font-size: 32px;
    font-weight: bold;
    line-height: 1.5;
    color: #1565C0;
    letter-spacing: 0.05em;
}

.maincontent_title span{
	display: block;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.5;
	color: #000000;
	letter-spacing: 0.05em;
	margin-bottom: 20px;
}


.maincontent_date{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 16px;
    align-items: flex-end;
}

h2{
    position: relative;
}
h2::before{
    background: url(../img/ttl_line_dot.png) transparent left top repeat;
    width: 100%;
    position: absolute;
    content: "";
    height: 2px;
    display: block !important;
    bottom: 0;
    left: 0;
}
h2::after{
    background: #1565C0;
    width: 250px;
    position: absolute;
    content: "";
    height: 2px;
    display: block !important;
    bottom: 0;
    left: 0;
}
h3{
    font-size: 24px;
    font-weight: bold;
    background-color: #F2F9FF;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 8px;
}
.articleDate{
    font-size: 15px;
    line-height: 1.866;
}
.maincontent_link{
    display: flex;
    flex-direction: row;
    gap: 20px;
}
.maincontent_link img{
    width: 24px;
    height: 24px;
}
.grayBox{
    margin-bottom: 60px;
    background-color: #F5F5F5;
    padding-top: 15px;
    padding-bottom: 5px;
    padding-right: 30px;
    padding-left: 30px;

}
.grayBox_title{
    border-bottom: 1px solid #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 15px;
}
.grayBox_detail li a{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #FFFFFF;
    text-decoration-line: none;
    padding: 14px 0;
}
.grayBox_detail li p{
    font-size: 18px;
}
.grayBox_detail li img{
    width: auto !important;
    height: auto !important;
}
.backToListBox {
    width: 100%;
    text-align: center;
    margin: auto;
    margin-bottom: 50px;
}
.backToListLink {
    display: inline-block;
    width: 310px;
}
.backToList img {
    width: 100%;
}
.share_sns_box{
    border-top: 1px solid #CCCCCC;
}
.share_sns{
    margin-top: 30px;
}
@media screen and (max-width: 767px){
	.maincontent_title,
    .maincontent_date,
    .share_sns_box{
        margin-left: 20px;
        margin-right: 20px;
    }
	#maincontent{
        width: 100%;
    }
    .maincontent_title{
        font-size: 28px;
    }
	h2::after{
        width: 100px;
    }
	h3{
        font-size: 20px;
        margin-bottom: 10px;
        padding: 5px 8px;
        border-radius: 8px;
    }
	
    .articleDate{
        font-size: 12px;
    }
    .maincontent_link img{
        width: 40px;
        height: 40px;
    }
	.grayBox{
        background-color: #F5F5F5;
        padding: 25px 20px;
    }
    .grayBox_title{
        border-bottom: 1px solid #FFFFFF;
        padding-bottom: 16px;
        font-size: 18px;
    }
    .grayBox_detail li p{
        font-size: 15px;
    }
	.backToList{
        width: 310px;
        margin: 0 auto;
    }



.backToListBox {
    width: 100%;
    text-align: center;
    margin: auto;
    margin-bottom: 50px;
}
.backToListLink {
    display: inline-block;
    width: 310px;
}
.backToList img {
    width: 100%;
}}

