@charset "UTF-8";
/*----------------------------------------

	Default CSS

	- default setting
	- font setting
	- line-height setting
	- link setting
	- common setting
	- c-sort
	- header
	- sidebar
	- content
	- footer
	- pagetop
	- data
	- print

-----------------------------------------*/

/*----------------------------------------
	default setting
-----------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700|Noto+Serif+JP:300,400,500,700&display=swap&subset=japanese');
body {
	color: #111111;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Arial, Helvetica, Verdana, sans-serif;
	-webkit-font-smoothing: antialiased; /* Safari フォント表示補正 */
	-moz-osx-font-smoothing: grayscale;  /* Firefox フォント表示補正 */
	-webkit-user-drag: none;
	-webkit-touch-callout: none;
	font-weight: 400;
	line-height: 1.6;
	overflow-y: scroll;
}
html, body {
	height: 100%;
}
img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
em {
	font-style: normal;
	font-weight: bold;
}
li, dt, dd {
	list-style: none;
	vertical-align: bottom;
}
li img, dt img, dd img {
	vertical-align: top;
}
small {
	font-size: 100%;
}
input,textarea,select {
	outline: none;
}

@media print, screen and (min-width:768px) {
	/* pc  768 - # */
	.spObj { display: none; }
}
@media screen and (max-width:767px) {
	/* sp  # - 767 */
	.pcObj { display: none; }
}

#fb-root { display: none; }
.over, .scroll, .modal {}

body.enabled_modal {
	overflow: hidden;
}

/*----------------------------------------
	font setting
-----------------------------------------*/
body {
	position: relative;
	font-size: 1.4rem;
}
@media print, screen and (min-width:768px) {
	body {
		font-size: 1.6rem;
		background-image: url("../../img/cmn/c_bg01.jpg");
		background-position: center top;
		background-size: cover;
		background-attachment: fixed;
	}
}

/*----------------------------------------
	line-height setting（default/2）
-----------------------------------------*/
h1, h2, h3, h4, h5, h6, small,
[class^="en_"], [class*=" en_"] {
	line-height: 1.5;
}

/*----------------------------------------
	link setting
-----------------------------------------*/
a,
a:focus {
	outline: none;
}
a {
	color: #000000;
	text-decoration: none;
}
@media print, screen and (min-width:768px) {
	body.pc a.tlink:hover,
	body.pc a .tlink:hover {
		text-decoration: none;
	}
	body.pc button.rOver,
	body.pc img.rOver,
	body.pc a.rOver {
		-webkit-transition: 0.2s;
		-o-transition: 0.2s;
		transition: 0.2s;
	}
	body.pc button.rOver:hover,
	body.pc img.rOver:hover,
	body.pc a.rOver:hover {
		opacity:0.7;
	}
}

/*----------------------------------------
	common setting
-----------------------------------------*/
.wrapper {
	position: relative;
	z-index: 10;
	width: 100%;
	min-height: 100%;
	background: url("../../img/cmn/c_bg01s.jpg") center top no-repeat;
	background-size: cover;
}
@media (orientation: landscape) and (max-width:767px) {
	.wrapper {
		background-size: 100% auto;
	}
}
@media (orientation: portrait) and (max-width:767px) {
	.wrapper {
		background-size: auto 100vh;
	}
}
@media print, screen and (min-width:768px) {
	.wrapper {
		min-width: 1024px;
		background: none;
	}
}
.defs {
	display: none;
}
.min {
	font-family: 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho Pro', serif;
}
.gos {
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴPro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Arial, Helvetica, Verdana, sans-serif;
}
.bold01 {
	font-weight: 700;
}
.bold02 {
	font-weight: 500;
}

.indent01 {
	padding-left: 1em;
	text-indent: -1em;
}

.indent02 {
	padding-left: 2em;
	text-indent: -2em;
}

.indent03 {
	padding-left: 3em;
	text-indent: -3em;
}


/*----------------------------------------
	c-sort
-----------------------------------------*/
.c-sort_cat {
	overflow: hidden;
	border-radius: 8px;
}
.c-sort_cat a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-line-pack: center;
	    align-content: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: relative;
	height: 100%;
	padding: 10px 0;
	background: #fff;
}
.c-sort_cat figure {
	width: 64%;
	margin: 0 0 6px;
}
.c-sort_cat p {
	width: 100%;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0;
	text-align: center;
}
.c-sort_all {
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0;
	text-align: center;
}
.c-sort_all a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-line-pack: center;
	    align-content: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	height: 43px;
	border-radius: 8px;
	background: #fff;
}
.c-sort_cat li.is-none a {
	cursor: default;
}
.c-sort_cat li.is-none a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	background: url("../../img/cmn/c_sort_bg01.png") center center repeat;
	background-size: 80px auto;
}
.c-sort_cat li.is-none figure,
.c-sort_cat li.is-none p {
	opacity: 0.5;
}
@media print, screen and (min-width:768px) {
	.c-sort_cat {
		border-radius: 0 8px 8px 0;
	}
	.c-sort_cat figure {
		margin: 0 0 4px;
	}
	.c-sort_cat p {
		font-size: 1.4rem;
	}
	.c-sort_all {
		font-size: 1.6rem;
	}
	.c-sort_cat li.is-none a::before {
		background-size: 100px auto;
	}
}

/*----------------------------------------
	header
-----------------------------------------*/
.header {
	position: relative;
	height: 110px;
}
.header-logo {
	position: relative;
	z-index: 1000;
	padding: 12px 0 0 10px;
}
.header-logo a {
	display: block;
	width: 190px;
}
.header-menu {
	display: none;
}
.header-menu + label {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 9000;
	width: 60px;
	height: 60px;
	border-radius: 0 0 0 8px;
	background: #ffcc00 url("../../img/cmn/header_menu_icon01.png") center 10px no-repeat;
	background-size: 32px auto;
	font-size: 1.1rem;
	line-height: 1;
	text-align: center;
}
.header-menu + label > span {
	position: absolute;
	top: 38px;
	left: 0;
	width: 100%;
	-webkit-transition: opacity 0.2s, visibility 0.2s;
	-o-transition: opacity 0.2s, visibility 0.2s;
	transition: opacity 0.2s, visibility 0.2s;
}
.header-menu:checked + label > span:nth-of-type(1),
.header-menu + label > span:nth-of-type(2) {
	visibility: hidden;
	opacity: 0;
}
.header-menu:checked + label > span:nth-of-type(2) {
	opacity: 1;
	visibility: visible;
}
.header-nav {
	overflow-x: auto;
	position: fixed;
	top: 0;
	left: 100%;
	z-index: 8000;
	width: 100%;
	height: 100%;
	padding: 0 10px;
	background: #ffcc00;
	-webkit-transition: opacity 0.2s, visibility 0.2s;
	-o-transition: opacity 0.2s, visibility 0.2s;
	transition: opacity 0.2s, visibility 0.2s;
}
.header-menu + label + .header-nav {
	visibility: hidden;
	opacity: 0;
}
.header-menu:checked + label + .header-nav {
	opacity: 1;
	visibility: visible;
	left: 0;
}
.header-nav_logo {
	width: 115px;
	margin: 0 0 6px;
	padding: 6px 0 0;
}
.header-about {
	padding: 18px 28px 18px;
	border-radius: 8px;
	background: #fff;
}
.header-about_txt {
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.9;
}
.header-about_txt > span {
	background: #ffcc00;
	font-weight: 700;
}
.header-about_supervision {
	margin: 6px 0 0;
	font-size: 1.0rem;
	line-height: 1.5;
	text-align: right;
}
.header-nav_list {
	margin: 8px 0 25px;
}
.header-nav_list .c-sort_cat {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.header-nav_list .c-sort_cat li {
	overflow: hidden;
	width: calc(33.3333% - 1.3px);
}
.header-nav_list .c-sort_cat li:nth-of-type(n+4) {
	margin: 2px 0 0;
}
.header-nav_list .c-sort_cat li:last-of-type {
	border-radius: 0 0 8px 0;
}
.header-nav_list .c-sort_cat li:nth-of-type(3n+3):nth-last-of-type(-n+3) {
	border-radius: 0 0 8px 0;
}
.header-nav_list .c-sort_cat a {
	height: 100%;
	padding: 10px 0;
}
.header-nav_list .c-sort_cat::after {
	content: '';
	width: calc(33.3333% - 1.3px);
}
.header-nav_list .c-sort_all {
	width: calc(33.3333% - 1.3px);
	margin: 15px auto 0;
}
.header-nav_list .c-sort_all a {
	height: 43px;
}
@media print, screen and (min-width:768px) {
	.header {
		height: 255px;
	}
	.header-logo {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		height: 100%;
		padding: 22px 0 7px 20px;
	}
	.header-logo a {
		max-width: 452px;
		width: calc(100% - 700px);
	}
	.header-menu + label {
		display: none;
	}
	.header-nav {
		overflow: inherit;
		position: absolute;
		top: 0;
		right: 0;
		left: auto;
		width: auto;
		padding: 40px 40px 0 0;
		background: transparent;
	}
	.header-menu + label + .header-nav,
	.header-menu:checked + label + .header-nav {
		left: auto;
		visibility: inherit;
		opacity: 1;
	}
	.header-nav_logo,
	.header-nav_list {
		display: none;
	}
	.header-about {
		width: 640px;
		padding: 24px 30px;
		background: rgba(255, 255, 255, 0.7);
	}
	.header-about_txt {
		font-size: 1.4rem;
		line-height: 2;
	}
	.header-about_supervision {
		margin: 12px 0 0;
		font-size: 1.1rem;
	}
}

/*----------------------------------------
	sidebar
-----------------------------------------*/
.sidebar {
	display: none;
	position: relative;
	z-index: 100;
}
@media print, screen and (min-width:768px) {
	.sidebar {
		display: block;
		width: 136px;
		margin: 0 6px 0 0;
	}
	.sidebar .c-sort_all a {
		-webkit-transition: color 0.2s, background 0.2s;
		-o-transition: color 0.2s, background 0.2s;
		transition: color 0.2s, background 0.2s;
	}
	.sidebar .c-sort_all a:hover {
		/*background-color: #ffcc00;*/
		/*color: #fff;*/
	}
	.sidebar .c-sort_cat li {
		overflow: hidden;
	}
	.sidebar .c-sort_cat li + li {
		margin: 1px 0 0;
	}
	.sidebar .c-sort_cat a {
		padding: 12px 0 14px;
		-webkit-transition: color 0.2s, background 0.2s;
		-o-transition: color 0.2s, background 0.2s;
		transition: color 0.2s, background 0.2s;
	}
	.sidebar .c-sort_cat a:hover {
		color: #fff;
	}
	.sidebar .c-sort_cat figure {
		background: center center no-repeat;
		background-size: cover;
	}
	.sidebar .c-sort_cat figure img {
		-webkit-transition: opacity 0.2s;
		-o-transition: opacity 0.2s;
		transition: opacity 0.2s;
	}
	.sidebar .c-sort_cat a:hover figure img {
		opacity: 0;
	}
	.sidebar .c-sort_all a {
		height: 50px;
		margin: 0 0 10px;
		border-radius: 0 8px 8px 0;
		-webkit-transition: color 0.2s, background 0.2s;
		-o-transition: color 0.2s, background 0.2s;
		transition: color 0.2s, background 0.2s;
	}
	.sidebar .c-sort_cat li.is-none a {
		transition: none;
		background: #fff;
	}
	.sidebar .c-sort_cat li.is-none a:hover {
		color: #111;
	}
	.sidebar .c-sort_cat li.is-none a:hover figure img {
		opacity: 1;
	}
}

/*----------------------------------------
	content
-----------------------------------------*/
.main {
	position: relative;
	z-index: 100;
	margin: 0 0 -130px;
	padding: 0 0 130px;
}
.bg-box {
	overflow: hidden;
	position: absolute;
	top: 50px;
	bottom: 0;
	right: 0;
	z-index: -100;
	width: 100vw;
}
.bg-box > .bg-before,
.bg-box > .bg-after {
	position: absolute;
	right: 0;
	height: 50%;
	border-style: solid;
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
}
.bg-box > .bg-before {
	top: 0;
	border-width: 115px 100vw 0 0;
	border-color: transparent #ffcc00 transparent transparent;
}
.bg-box > .bg-after {
	bottom: 0;
	border-width: 0 0 115px 100vw;
	border-color: transparent transparent transparent #ffcc00;
}
.content {
	position: relative;
	z-index: 100;
	min-height: 500px;
	margin: 0 5px;
}
@media print, screen and (min-width:768px) {
	.main {
		margin: 0;
		padding: 0 0 230px;
	}
	.main .bg-box {
		top: -115px;
		width: 1024px;
	}
	.main .bg-box > .bg-before {
		border-width: 230px 1024px 0 0;
	}
	.main .bg-box > .bg-after {
		border-width: 0 0 230px 1024px;
	}
	.contentWrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 5px 0 0;
	}
	.content {
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
		margin: 0 40px;
	}
}
@media print, screen and (min-width:1024px) {
	.main .bg-box {
		width: 100vw;
	}
	.main .bg-box > .bg-before {
		border-width: 230px 100vw 0 0;
	}
	.main .bg-box > .bg-after {
		border-width: 0 0 230px 100vw;
	}
}

/*----------------------------------------
	footer
-----------------------------------------*/
.footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 130px 0 76px;
	background: url("../../img/cmn/footer_bg01.png") left 50% bottom 0px no-repeat,
				url("../../img/cmn/c_bg01s.jpg") center bottom no-repeat;
	background-size: 315px auto, cover;
}
.footer-sns_balloon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 222px;
	height: 120px;
	margin: 0 auto;
	padding: 0 0 15px;
	background: url("../../img/cmn/footer_sns_balloon01.png") no-repeat;
	background-size: contain;
	font-size: 1.1rem;
}
.footer-sns_balloon > p > span {
	font-size: 1.2rem;
	font-weight: 700;
}
.footer-sns {
	display: none;
	margin: 0 0 20px;
}
.footer-sns_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.footer-sns_list > li {
	width: 42px;
	margin: 0 12px;
}
.footer-sns_list > li > a {
	display: block;
}
.footer-bnr {
	width: 315px;
	margin: 0 auto 14px;
}
.footer-supported {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 0 0 16px;
	font-family: Helvetica, "sans-serif";
	font-size: 1.05rem;
	line-height: 1;
}
.footer-supported_logo {
	width: 123px;
	margin: 0 0 0 6px;
}
.footer-copyright_txt {
	font-size: 0.9rem;
	line-height: 1;
	text-align: center;
}
@media print, screen and (min-width:768px) {
	.footer {
		padding: 0 0 54px;
		background: url("../../img/cmn/footer_bg01.png") left calc(50% + 420px) bottom 0px no-repeat;
		background-size: 410px auto;
	}
	.footer-sns_balloon {
		width: 232px;
		height: 126px;
		margin: 0 auto -6px;
		font-size: 1.2rem;
		-webkit-transform: translateX(120px);
		    -ms-transform: translateX(120px);
		        transform: translateX(120px);
	}
	.footer-sns_balloon > p > span {
		font-size: 1.4rem;
	}
	.footer-sns {
		margin: 0 0 30px;
	}
	.footer-sns_list > li {
		width: 56px;
		margin: 0 15px;
	}
	.footer-bnr {
		margin: 0 auto 30px;
	}
	.footer-supported {
		margin: 0 0 20px;
		font-size: 1.4rem;
	}
	.footer-supported_logo {
		width: 164px;
		margin: 0 0 0 8px;
	}
	.footer-copyright_txt {
		font-size: 1.2rem;
	}
}

/*----------------------------------------
	pagetop
-----------------------------------------*/
.pagetop {
	position: fixed;
	height: 0;
	right: 0;
	bottom: 0;
	z-index: 7000;
}
.pagetop p a {
	overflow: hidden;
	display: block;
	position: relative;
	right: 10px;
	bottom: 65px;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background: #0491ff url("../../img/cmn/pagetop_icon01.png") center center no-repeat;
	background-size: cover;
	font-size: 0;
}
@media print, screen and (min-width:768px) {
	.pagetop p a {
		-webkit-transition: background 0.2s;
		-o-transition: background 0.2s;
		transition: background 0.2s;
	}
	.pagetop p a:hover {
		background-color: #246ecc;
	}
}

/*----------------------------------------
	data
-----------------------------------------*/
/*連載*/
[data-cat="連載"]                                  {color: #f37b7b;}
.bg-box[data-cat="連載"] > .bg-before {border-right-color: #f37b7b;}
.bg-box[data-cat="連載"] > .bg-after   {border-left-color: #f37b7b;}
@media print, screen and (min-width:768px) {
	.c-sort_cat a[href*="連載"]:hover   {background-color: #f37b7b;}
	.c-sort_cat a[href*="連載"] figure {background-image: url("../../img/cmn/c_sort_icon01_on.png");}
}

/*患者さんメッセージ*/
[data-cat="患者さんメッセージ"]                                  {color: #5ed981;}
.bg-box[data-cat="患者さんメッセージ"] > .bg-before {border-right-color: #5ed981;}
.bg-box[data-cat="患者さんメッセージ"] > .bg-after   {border-left-color: #5ed981;}
@media print, screen and (min-width:768px) {
	.c-sort_cat a[href*="患者さんメッセージ"]:hover   {background-color: #5ed981;}
	.c-sort_cat a[href*="患者さんメッセージ"] figure {background-image: url("../../img/cmn/c_sort_icon02_on.png");}
}

/*病気のこと*/
[data-cat="病気のこと"]                                  {color: #bf8ada;}
.bg-box[data-cat="病気のこと"] > .bg-before {border-right-color: #bf8ada;}
.bg-box[data-cat="病気のこと"] > .bg-after   {border-left-color: #bf8ada;}
@media print, screen and (min-width:768px) {
	.c-sort_cat a[href*="病気のこと"]:hover   {background-color: #bf8ada;}
	.c-sort_cat a[href*="病気のこと"] figure {background-image: url("../../img/cmn/c_sort_icon03_on.png");}
}

/*医療*/
[data-cat="医療"]                                  {color: #6bafc8;}
.bg-box[data-cat="医療"] > .bg-before {border-right-color: #6bafc8;}
.bg-box[data-cat="医療"] > .bg-after   {border-left-color: #6bafc8;}
@media print, screen and (min-width:768px) {
	.c-sort_cat a[href*="医療"]:hover   {background-color: #6bafc8;}
	.c-sort_cat a[href*="医療"] figure {background-image: url("../../img/cmn/c_sort_icon04_on.png");}
}

/*ALSサポーター*/
[data-cat="ALSサポーター"]                                  {color: #74c6ff;}
.bg-box[data-cat="ALSサポーター"] > .bg-before {border-right-color: #74c6ff;}
.bg-box[data-cat="ALSサポーター"] > .bg-after   {border-left-color: #74c6ff;}
@media print, screen and (min-width:768px) {
	.c-sort_cat a[href*="ALSサポーター"]:hover   {background-color: #74c6ff;}
	.c-sort_cat a[href*="ALSサポーター"] figure {background-image: url("../../img/cmn/c_sort_icon05_on.png");}
}

/*ライフスタイル*/
[data-cat="ライフスタイル"]                                  {color: #33cccc;}
.bg-box[data-cat="ライフスタイル"] > .bg-before {border-right-color: #33cccc;}
.bg-box[data-cat="ライフスタイル"] > .bg-after   {border-left-color: #33cccc;}
@media print, screen and (min-width:768px) {
	.c-sort_cat a[href*="ライフスタイル"]:hover   {background-color: #33cccc;}
	.c-sort_cat a[href*="ライフスタイル"] figure {background-image: url("../../img/cmn/c_sort_icon06_on.png");}
}

/*イベント*/
[data-cat="イベント"]                                          {color: #ff9900;}
.bg-box[data-cat="イベント"] > .bg-before         {border-right-color: #ff9900;}
.bg-box[data-cat="イベント"] > .bg-after           {border-left-color: #ff9900;}
@media print, screen and (min-width:768px) {
	.c-sort_cat a[href*="イベント"]:hover           {background-color: #ff9900;}
	.c-sort_cat a[href*="イベント"] figure {background-image: url("../../img/cmn/c_sort_icon07_on.png");}
}

/*おでかけ*/
[data-cat="おでかけ"]                                  {color: #7988ff;}
.bg-box[data-cat="おでかけ"] > .bg-before {border-right-color: #7988ff;}
.bg-box[data-cat="おでかけ"] > .bg-after   {border-left-color: #7988ff;}
@media print, screen and (min-width:768px) {
	.c-sort_cat a[href*="おでかけ"]:hover   {background-color: #7988ff;}
	.c-sort_cat a[href*="おでかけ"] figure {background-image: url("../../img/cmn/c_sort_icon08_on.png");}
}

/*コミュニケーション*/
[data-cat="コミュニケーション"]                                  {color: #a5dd35;}
.bg-box[data-cat="コミュニケーション"] > .bg-before {border-right-color: #a5dd35;}
.bg-box[data-cat="コミュニケーション"] > .bg-after   {border-left-color: #a5dd35;}
@media print, screen and (min-width:768px) {
	.c-sort_cat a[href*="コミュニケーション"]:hover   {background-color: #a5dd35;}
	.c-sort_cat a[href*="コミュニケーション"] figure {background-image: url("../../img/cmn/c_sort_icon09_on.png");}
}

/*ケア*/
[data-cat="ケア"]                                  {color: #ffa1d9;}
.bg-box[data-cat="ケア"] > .bg-before {border-right-color: #ffa1d9;}
.bg-box[data-cat="ケア"] > .bg-after   {border-left-color: #ffa1d9;}
@media print, screen and (min-width:768px) {
	.c-sort_cat a[href*="ケア"]:hover   {background-color: #ffa1d9;}
	.c-sort_cat a[href*="ケア"] figure {background-image: url("../../img/cmn/c_sort_icon10_on.png");}
}

/*制度・サービス*/
[data-cat="制度・サービス"]                                  {color: #4a6fc3;}
.bg-box[data-cat="制度・サービス"] > .bg-before {border-right-color: #4a6fc3;}
.bg-box[data-cat="制度・サービス"] > .bg-after   {border-left-color: #4a6fc3;}
@media print, screen and (min-width:768px) {
	.c-sort_cat a[href*="制度・サービス"]:hover   {background-color: #4a6fc3;}
	.c-sort_cat a[href*="制度・サービス"] figure {background-image: url("../../img/cmn/c_sort_icon11_on.png");}
}

/*参考リンク*/
[data-cat="参考リンク"]                                  {color: #949494;}
.bg-box[data-cat="参考リンク"] > .bg-before {border-right-color: #949494;}
.bg-box[data-cat="参考リンク"] > .bg-after   {border-left-color: #949494;}
@media print, screen and (min-width:768px) {
	.c-sort_cat a[href*="参考リンク"]:hover   {background-color: #949494;}
	.c-sort_cat a[href*="参考リンク"] figure {background-image: url("../../img/cmn/c_sort_icon12_on.png");}
}

/*----------------------------------------
	modal
-----------------------------------------*/
@-webkit-keyframes modalwindow_body_in {
	0% {
		-webkit-transform: translateY(-20px);
		        transform: translateY(-20px);
	}
	100% {
		-webkit-transform: translateY(0px);
		        transform: translateY(0px);
	}
}
@keyframes modalwindow_body_in {
	0% {
		-webkit-transform: translateY(-20px);
		        transform: translateY(-20px);
	}
	100% {
		-webkit-transform: translateY(0px);
		        transform: translateY(0px);
	}
}
@-webkit-keyframes modalwindow_body_out {
	0% {
		-webkit-transform: translateY(0px);
		        transform: translateY(0px);
	}
	100% {
		-webkit-transform: translateY(-20px);
		        transform: translateY(-20px);
	}
}
@keyframes modalwindow_body_out {
	0% {
		-webkit-transform: translateY(0px);
		        transform: translateY(0px);
	}
	100% {
		-webkit-transform: translateY(-20px);
		        transform: translateY(-20px);
	}
}
body.enabled_modal {
	overflow: hidden;
}
#modal {
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
	overflow: auto;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9000;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: rgba(0,0,0,0.8);
}
#modal .modalOverlay {
	display: table;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position: relative;
	width: 100%;
	max-width: 960px;
	height: 100%;
	margin: 0 auto;
	padding: 0 20px;
	-webkit-transform: translateY(-20px);
	    -ms-transform: translateY(-20px);
	        transform: translateY(-20px);
	-webkit-animation: 500ms modalwindow_body_out;
	        animation: 500ms modalwindow_body_out;
}
#modal.is_visible .modalOverlay {
	-webkit-transform: translateY(0px);
	    -ms-transform: translateY(0px);
	        transform: translateY(0px);
	-webkit-animation: 200ms modalwindow_body_in;
	        animation: 200ms modalwindow_body_in;
}
#modal .modalWrap {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	margin: 30px auto;
}
#modal .modalInner {
	position: relative;
	margin: 75px 0;
	background-color: #fff;
}
#modal .modalClose {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
	width: 30px;
	height: 30px;
	cursor: pointer;
	transition: opacity 0.2s;
}
#modal .modalClose:hover {
	opacity: 0.7;
}
#modal .modalClose::before,
#modal .modalClose::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	border-bottom: 1px solid #fff;
	-webkit-transform-origin: 0 0;
	    -ms-transform-origin: 0 0;
	        transform-origin: 0 0;
}
#modal .modalClose::before {
	-webkit-transform: rotate(45deg) translate(-50%,-50%);
	    -ms-transform: rotate(45deg) translate(-50%,-50%);
	        transform: rotate(45deg) translate(-50%,-50%);
}
#modal .modalClose::after {
	-webkit-transform: rotate(-45deg) translate(-50%,-50%);
	    -ms-transform: rotate(-45deg) translate(-50%,-50%);
	        transform: rotate(-45deg) translate(-50%,-50%);
}
#modal video {
	display: block;
	width: 100%;
	height: auto;
	outline: none;
}

#alert {
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
	overflow: auto;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9000;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: rgba(0,0,0,0.8);
}
#alert .alert-overlay {
	display: table;
	width: 100%;
	height: 100%;
	padding: 0 20px;
	-webkit-transform: translateY(-20px);
	    -ms-transform: translateY(-20px);
	        transform: translateY(-20px);
	-webkit-animation: 500ms modalwindow_body_out;
	        animation: 500ms modalwindow_body_out;
}
#alert.is_visible .alert-overlay {
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
	-webkit-animation: 200ms modalwindow_body_in;
	        animation: 200ms modalwindow_body_in;
}
#alert .alert-wrap {
	display: table-cell;
	vertical-align: middle;
}
#alert .alert-item {
	position: relative;
	z-index: 200;
	width: 100%;
	max-width: 460px;
	min-height: 50px;
	margin: 50px auto;
	padding: 60px 20px;
	background: #fff;
	border: 4px solid #0491ff;
	border-radius: 20px;
}
#alert .alert-item_close {
	position: absolute;
	top: -16px;
	right: -16px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #0491ff;
	transition: background 0.2s;
	cursor: pointer;
}
#alert .alert-item_close:hover {
	background: #246ecc;
}
#alert .alert-item_close::before,
#alert .alert-item_close::after {
	content: '';
	position: absolute;
	top: calc(50% - 1px);
	left: calc(50% - 10px);
	width: 20px;
	border-top: 2px solid #fff;
}
#alert .alert-item_close::before {
	transform: rotate(45deg);
}
#alert .alert-item_close::after {
	transform: rotate(-45deg);
}
#alert .alert-item_txt p {
	font-weight: 700;
	text-align: center;
}
#alert .alert-item_txt p span {
	display: inline-block;
	white-space: nowrap;
}
#alert .alert-item_btn {
	margin-top: 30px;
}
#alert .alert-item_btn > a {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 90%;
	max-width: 280px;
	height: 50px;
	margin: 0 auto;
	padding: 0 20px;
	border-radius: 100px;
	background: #0491ff;
	color: #fff;
	font-weight: 700;
	text-align: center;
}
#alert .alert-item_btn > a::before {
	content: '';
	position: absolute;
	top: calc(50% - 6px);
	right: 30px;
	width: 10px;
	height: 10px;
	border-width: 2px 0 0 2px;
	border-style: solid;
	border-color: #fff transparent transparent #fff;
	transform: rotate(135deg);
}
@media print, screen and (min-width:768px) {
	#alert .alert-item {
		max-width: 540px;
	}
	#alert .alert-item_btn {
		margin-top: 50px;
	}
	#alert .alert-item_btn > a {
		transition: opacity 0.2s;
	}
	#alert .alert-item_btn > a:hover {
		opacity: 0.6;
	}
}

/*----------------------------------------
	print
-----------------------------------------*/
@media print {}