@charset "UTF-8";
/*
	Setting CSS
-----------------------------------------------------------------------------------------------*/
@media print, screen and (min-width:897px){
	/* iPad背景切れ対策 */
	body{
		min-width: 1200px;
	}
	/* tel pcのみ無効 */
	a[href^="tel:"]{
		pointer-events: none;
	}
}
button{
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}
a:hover img{
	opacity: 1;
}
/* 表示切替 */
.switch{
	visibility: hidden;
}
.sp{
	display: none;
}
/*
	common
-----------------------------------------------------------------------------------------------*/
:root{
	/* color */
	--blue: #002883;
	--blue-rgb: 0, 40, 131;
	/* font-weight */
	--light: 100;
	--regular: 400;
	--medium: 500;
	--bold: 700;
	--black: 900;
	/* width */
	--maw: 1140px;
}
#wrapper > *{
	font-family: YakuHanJPs, 'Noto Sans JP', 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-size: 1.6rem;
	font-weight: var(--regular);
}
#wrapper a{
	text-decoration:none;
	transition: all 0.3s;
}
#wrapper a:hover{
	text-decoration:none;
}
a.txtLink{
	text-decoration: underline!important;
}
a.txtLink:hover{
	text-decoration: none!important;
}
/* box
============================== */
.ctsArea{
	max-width: var(--maw);
	margin: 0 auto;
	padding: 70px 30px;
	position: relative;
}
/* solution__head
============================== */
.solution__head{
	align-items: center;
	border-bottom: 1px solid #000;
	display: flex;
	justify-content: space-between;
	margin-bottom: 35px;
	padding-bottom: 10px;
}
.solution__head--tit{
	font-size: 2.8rem;
	font-weight: var(--bold);
}
.solution__head--button{
	align-items: center;
	border: 1px solid var(--blue);
	color: var(--blue);
	display: flex;
	font-size: 1.2rem;
	font-weight: var(--black);
	height: 36px;
	justify-content: center;
	padding: 10px 20px 10px 10px;
	position: relative;
	width: 137px;
}
.solution__head--button::before{
	border-top: 1px solid var(--blue);
	border-right: 1px solid var(--blue);
	content: '';
	height: 5px;
	position: absolute;
	right: 10px;
	transform: rotate(45deg);
	width: 5px;
}
/* hover */
.solution__head--button:hover{
	background: rgba(var(--blue-rgb), .05);
}
/*
	kv
-----------------------------------------------------------------------------------------------*/
#kv{
	background: url(../img/kv_back.png) no-repeat 30px center/ cover;
	background-color: #000000;
	overflow: hidden;
}
.kv__wrapper{
	align-items: center;
	display: flex;
	height: 400px;
	justify-content: space-between;
}
.kv__wrapper.ctsArea{
	padding: 60px 30px;
}
.kv__head{
	color: #ffffff;
	font-family:  YakuHanJPs, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	position: relative;
	z-index: 1;
}
.kv__tit{
	background: url(../img/kv_txt01.png) no-repeat center center/ cover;
	color: transparent;
	height: 142px;
	text-indent: -999px;
	width: 723px;
}
.kv__lead{
	font-size: 2.1rem;
	line-height: 180%;
	margin: 40px 0 0;
}
/* pickup */
.pickup{
	position: relative;
}
.pickup::before{
	background: url(../img/kv_slick_bg01.png) no-repeat center center/ cover;
	content: '';
	height: 750px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 750px;
}
.pickup__tit{
	color: #ffffff;
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-size: 2.7rem;
	font-weight: bold;
	letter-spacing: 0.2rem;
	line-height: 190%;
	position: relative;
	transform-origin: left;
	z-index: 999;
}
/* slick */
.slick-list{
	overflow: inherit;
}
.slick__list{
	height: 179px;
	width: 300px;
}
.slick__item--banner{
	background: #fff;
	border: 1px solid #fff;
	display: inline-block;
}
/* hover */
.slick__item--banner:hover{
	box-shadow: 0 0 25px rgba(0, 0, 0, 1);
	transform: scale(1.05);
}
.slick-dots{
	bottom: -35px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	width: 150px;
	margin: 0px 75px;
}
.slick-dots li button{
	width: 100%;
}
.slick-dots li button::before{
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	content: '';
	height: 5px;
	left: 50%;
	opacity: 1;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 5px;
}
li.slick-active button::before{
	background: #61ff00;
	border-radius: 4px;
	width: 8px;
	height: 8px;
}
/*
	#anchor
-----------------------------------------------------------------------------------------------*/
.anchor__list{
	display: flex;
	justify-content: center;
}
a.anchor__link{
	align-items: center;
	background: var(--blue);
	color: #fff;
	display: flex;
	font-weight: var(--bold);
	height: 55px;
	justify-content: center;
	margin: 0 6px;
	padding-right: 10px;
	position: relative;
	width: 270px;
}
a.anchor__link::before{
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	content: '';
	height: 6px;
	position: absolute;
	right: 13px;
	transform: rotate(45deg);
	width: 6px;
}
a.anchor__link:hover{
	background: #001c5c;
}
/*
	#type
-----------------------------------------------------------------------------------------------*/
#type > .ctsArea{
	padding: 0 30px;
}
.type__list{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.type__item{
	width: calc((100% - 40px)/3);
}
a.type__item--button{
	align-items: center;
	background: url(../img/type_bg01_pc.png) no-repeat center center/ cover;
	display: flex;
	height: 260px;
	justify-content: center;
	overflow: hidden;
	position: relative;
	transition: .3s;
}
a[href*="industry02.html"].type__item--button{
	background-image: url(../img/type_bg02_pc.png);
}
a[href*="industry03.html"].type__item--button{
	background-image: url(../img/type_bg03_pc.png);
}
a[href*="industry04.html"].type__item--button{
	background-image: url(../img/type_bg04_pc.png);
}
a[href*="industry05.html"].type__item--button{
	background-image: url(../img/type_bg05_pc.png);
}
a[href*="industry06.html"].type__item--button{
	background-image: url(../img/type_bg06_pc.png);
}
a[href*="industry07.html"].type__item--button{
	background-image: url(../img/type_bg07_pc.png);
}
a[href*="industry08.html"].type__item--button{
	background-image: url(../img/type_bg08_pc.png);
}
a[href*="industry09.html"].type__item--button{
	background-image: url(../img/type_bg09_pc.png);
}
a[href*="industry10.html"].type__item--button{
	background-image: url(../img/type_bg10_pc.png);
}
a[href*="industry11.html"].type__item--button{
	background-image: url(../img/type_bg11_pc.png);
}
a.type__item--button::before,
a.type__item--button::after{
	background-image: linear-gradient(0deg, rgba(88, 118, 170, .8) 72%, rgba(88, 118, 170, 0));
	content: '';
	height: 260px;
	left: 0;
	mix-blend-mode: multiply;
	position: absolute;
	transition: .4s;
	width: 100%;
}
a.type__item--button::before{
	bottom: 0;
}
a.type__item--button::after{
	bottom: -260px;
}
.type__item--container{
	text-align: center;
	z-index: 1;
}
.type__item--tit{
	border: 1px solid transparent;
	color: #fff;
	font-family: 'Noto Serif', serif;
	font-weight: 600;
	font-size: 2.7rem;
	transform: translateY(0);
	transition: .4s, border .6s;
}
.type__item--hover{
	bottom: 0;
	left: 0;
	padding: 20px 20px 30px;
	opacity: 0;
	position: absolute;
	transition: 1.0s, opacity .3s 0s;
	width: 100%;
}
.type__item--txt{
	color: #fff;
	font-family: 'Noto Serif', serif;
	font-weight: 300;
	font-size: 1.6rem;
	letter-spacing: 0.1rem;
	line-height: 1.9;
}
.type__item--deco{
	color: #fff;
	display: inline-block;
	font-size: 1.4rem;
	margin-top: 30px;
	padding-right: 25px;
	position: relative;
}
.type__item--deco::before,
.type__item--deco::after{
	position: absolute;
}
.type__item--deco::before{
	background: #fff;
	border-radius: 10px;
	content: '';
	height: 20px;
	right: 0;
	width: 20px;
}
.type__item--deco::after{
	color: var(--blue);
	content: '+';
	font-size: 2.0rem;
	font-weight: var(--bold);
	line-height: 1;
	right: 4px;
	top: 50%;
	transform: translate(0, -50%);
}
/* hover */
a.type__item--button:hover::after{
	background-image: linear-gradient(0deg, rgba(88, 118, 170, .7) 72%, rgba(88, 118, 170, 0));
	bottom: 0;
	transition: .4s;
}
a.type__item--button:hover .type__item--tit{
	border-bottom: 1px solid #fff;
	padding: 0 30px 10px;
	transform: translateY(-40px);
	transition: .4s, border .6s;
}
a.type__item--button:hover .type__item--hover{
	bottom: 20px;
	opacity: 1;
	transition: .4s, opacity .5s 0s;
}
/*
	#theme
-----------------------------------------------------------------------------------------------*/
.theme__box{
	align-items: center;
	display: flex;
}
.theme__box:not(:last-child){
	border-bottom: 1px dashed #d6d6d6;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.theme__head{
	align-items: center;
	text-align: center;
	background: #e9f0f8;
	color: var(--blue);
	display: flex;
	flex-wrap: wrap;
	font-size: 1.7rem;
	font-weight: var(--bold);
	height: 130px;
	justify-content: center;
	margin-right: 22px;
	max-width: 260px;
	min-width: 260px;
}
.theme__box:last-child .theme__head{
	line-height: 120%;
	padding-bottom: 10px;
}
.theme__head--img{
	margin: 0 auto 3px;
	width: 100px;
}
.theme__list{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
[class^="theme__item--"]{
	width: calc(100%/3);
}
a.theme__button{
	align-items: center;
	color: var(--blue);
	/*color: #004bbc;*/
	display: flex;
	font-size: 1.8rem;
	font-weight: var(--bold);
	height: 65px;
	padding: 15px;
	width: 100%;
}
.theme__button--ico{
	display: block;
	padding-left: 56px;
	position: relative;
}
.theme__button--ico::before{
	background: url(../img/theme_ico01.png) no-repeat center center/ cover;
	content: '';
	height: 46px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	width: 46px;
}
[class$="--02"] .theme__button--ico::before{
	background-image: url(../img/theme_ico02.png);
}
[class$="--03"] .theme__button--ico::before{
	background-image: url(../img/theme_ico03.png);
}
[class$="--04"] .theme__button--ico::before{
	background-image: url(../img/theme_ico04.png);
}
[class$="--05"] .theme__button--ico::before{
	background-image: url(../img/theme_ico05.png);
}
[class$="--06"] .theme__button--ico::before{
	background-image: url(../img/theme_ico06.png);
}
[class$="--07"] .theme__button--ico::before{
	background-image: url(../img/theme_ico07.png);
}
[class$="--08"] .theme__button--ico::before{
	background-image: url(../img/theme_ico08.png);
}
[class$="--09"] .theme__button--ico::before{
	background-image: url(../img/theme_ico09.png);
}
[class$="--10"] .theme__button--ico::before{
	background-image: url(../img/theme_ico10.png);
}
[class$="--11"] .theme__button--ico::before{
	background-image: url(../img/theme_ico11.png);
}
[class$="--12"] .theme__button--ico::before{
	background-image: url(../img/theme_ico12.png);
}
[class$="--13"] .theme__button--ico::before{
	background-image: url(../img/theme_ico13.png);
}
[class$="--14"] .theme__button--ico::before{
	background-image: url(../img/theme_ico14.png);
}
[class$="--15"] .theme__button--ico::before{
	background-image: url(../img/theme_ico15.png);
}
[class$="--16"] .theme__button--ico::before{
	background-image: url(../img/theme_ico16.png);
}
[class$="--17"] .theme__button--ico::before{
	background-image: url(../img/theme_ico17.png);
}
a.theme__button:hover{
	background: #e6f8ff;
}
/*
	modal
-----------------------------------------------------------------------------------------------*/
#cboxOverlay{
	background: rgba(0, 0, 0, .6);
	cursor: zoom-out!important;
}
#colorbox {
	/* left: calc(50% - 600px) !important; */
	left: 50%!important;
	max-width: 95%!important;
	transform: translateX(-50%);
	width: 1200px!important;
}
.color-Body{
	box-sizing: border-box;
}
.color-Body > .ctsArea{
	padding: 50px 30px;
}
/* 閉じるボタン
============================== */
.solution__head{
	position: relative;
}
#cboxClose{
	border: none;
	color: transparent;
	cursor: pointer;
	display: inline-block;
	height: 32px;
	overflow: hidden;
	position: absolute;
	right: 35px;
	text-indent: 999px;
	top: 35px;
	transition: transform .3s;
	width: 35px;
}
#cboxClose::before,
#cboxClose::after{
	background: #000;
	content: '';
	height: 1px;
	position: absolute;
	right: -5px;
	top: 15px;
	width: 45px;
}
#cboxClose::before{
	transform: rotate(45deg);
}
#cboxClose::after{
	transform: rotate(-45deg);
}
/* hover */
#cboxClose:hover{
	transform: scale(.85);
	transition: transform .3s;
}
/*
	solution-list
-----------------------------------------------------------------------------------------------*/
#solution-list{
	background: #e9f0f8;
}
.solution-list__wrraper{
	background: #fff;
	padding: 65px 60px;
}
/* もくじ
============================== */
.summary__list{
	display: flex;
	gap: 0 15px;
	margin-bottom: 30px;
}
.summary__button{
	align-items: center;
	background: var(--blue);
	color: #fff;
	display: flex;
	font-size: 1.4rem;
	font-weight: var(--bold);
	height: 30px;
	padding: 0 15px;
	position: relative;
	width: 65px;
}
.summary__button::before{
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	content: '';
	height: 7px;
	position: absolute;
	right: 17px;
	transform: rotate(135deg);
	top: 10px;
	width: 7px;
}
/* hover */
a.summary__button:hover{
	background: #0036b4;
}
/* もくじ非活性（<a>から<span>に変更する） */
span.summary__button{
	background: #b2b2b2;
	cursor: default;
	opacity: .6;
}
/* 一覧
============================== */
.category__head{
	align-items: center;
	background: var(--blue);
	color: #fff;
	display: flex;
	font-weight: var(--bold);
	height: 28px;
	margin-top: 32px;
	padding: 0 15px;
}
.category__head--deco{
	font-size: 1.2rem;
}
.category__dt{
	align-items: center;
	background: #5876aa;
	color: #fff;
	display: flex;
	font-size: 1.5rem;
	font-weight: var(--bold);
	height: 25px;
	line-height: 1.1;
	padding: 0 15px;
}
.category__dt:not(:first-of-type){
	margin-top: 32px;
}
.category__dd{
	border-bottom: 1px solid rgba(var(--blue-rgb), .2);
	display: inline-block;
	margin-top: 10px;
	min-height: 70px;
	transition: .3s;
	vertical-align: top;
	width: 310px;
}
.category__dd:not(:nth-of-type(3n)){
	margin-right: 10px;
}
.category__link{
	align-items: center;
	display: inline-flex;
	font-size: 1.4rem;
	min-height: 77px;
	height: 100%;
	padding: 10px 10px 10px 38px;
	position: relative;
	width: 100%;
}
.category__link::before,
.category__link::after{
	content: '';
	position: absolute;
}
.category__link::before{
	background: var(--blue);
	border-radius: 9px;
	height: 17px;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 17px;
}
.category__link::after{
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	height: 6px;
	left: 14px;
	transform: rotate(45deg);
	width: 6px;
}
/* hover */
.category__dd:hover{
	background: rgba(var(--blue-rgb), .05);
	border-bottom: 1px solid rgba(var(--blue-rgb), 1);
	transition: .3s;
}
@media screen and (max-width:897px){
	img{
		width:100%;
	}
	/* p{
		line-height: 150%;
		font-size: 1.6rem;
	} */
	.pc{
		display:none;
	}
	.sp{
		display:block;
	}
	br.sp{
		display:inline-block;
	}
	/*
		common
	-----------------------------------------------------------------------------------------------*/
	:root{
		--maw: 100%;
	}
	/* box
	============================== */
	.ctsArea{
		max-width: 500px;
		padding: 50px 15px;
	}
	/* solution__head
	============================== */
	.solution__head{
		margin-bottom: 15px;
	}
	.solution__head--tit{
		font-size: 2.0rem;
	}
	.solution__head--button{
		width: 115px;
	}
	/*
		kv
	-----------------------------------------------------------------------------------------------*/
	#kv{
		background-position: center center;
	}
	.kv__wrapper{
		display: block;
		height: auto;
	}
	.kv__wrapper.ctsArea{
		padding: 30px 15px;
	}
	.kv__tit{
		height: 70px;
		margin: 0 auto;
		width: 360px;
	}
	.kv__lead{
		font-size: 1.6rem;
		line-height: 1.4;
		margin: 22px 0 0;
		text-align: center;
	}
	/* pickup */
	.pickup{
		margin-top: 20px;
	}
	.pickup::before{
		height: 700px;
		top: 300px;
		transform: translate(-50%, 0);
		width: 700px;
	}
	.pickup__tit{
		font-size: 2.3rem;
		margin: 0 auto;
		width: 85%;
	}
	/* slick */
	.slick__list{
		height: auto;
		margin: 0 auto;
		width: 85%;
	}
	.slick__item--banner{
		background: #fff;
		border: 2px solid #fff;
		display: inline-block;
		overflow: hidden;
	}
	.slick-dots{
		bottom: -23px;
		left: 50%;
		margin: 0 auto;
		transform: translate(-50%, 0);
		width: 85%;
	}
	.slick-dots li button{
		width: 100%;
	}
	.slick-dots li button::before{
		background: #fff;
		border-radius: 3px;
		box-shadow: 0 0 10px rgba(0, 0, 0, .3);
		content: '';
		height: 5px;
		left: 50%;
		opacity: 1;
		top: 50%;
		transform: translate(-50%, -50%);
		width: 5px;
	}
	li.slick-active button::before{
		background: #61ff00;
		width: 8px;
		height: 8px;
	}
	.slick-dotted.slick-slider{
		margin-bottom: 20px;
	}
	/*
		#anchor
	-----------------------------------------------------------------------------------------------*/
	.anchor__list{
		display: block;
	}
	a.anchor__link{
		height: 55px;
		margin: 6px auto;
		padding: 0 10px;
		width: 90%;
	}
	a.anchor__link::before{
		height: 8px;
		right: 20px;
		width: 8px;
	}
	/*
		#type
	-----------------------------------------------------------------------------------------------*/
	#type > .ctsArea{
		padding: 0 15px;
	}
	.type__list{
		gap: 10px;
	}
	.type__item{
		width: calc((100% - 10px)/2);
	}
	a.type__item--button{
		align-items: flex-start;
		height: 170px;
	}
	a.type__item--button::before,
	a.type__item--button::after{
		background-image: linear-gradient(0deg, rgba(88, 118, 170, .6) 72%, rgba(88, 118, 170, 0));
		content: '';
		height: 260px;
		left: 0;
		mix-blend-mode: multiply;
		position: absolute;
		transition: .4s;
		width: 100%;
	}
	a.type__item--button::before,
	a.type__item--button::after{
		bottom: 0;
	}
	.type__item--container{
		padding: 30px 10px 17px 10px;
	}
	.type__item--tit{
		border-bottom: 1px solid #fff;
		font-size: 1.8rem;
		padding: 0 0 8px;
		transform: none;
		transition: .4s, border .6s;
	}
	.type__item--hover{
		bottom: auto;
		left: auto;
		padding: 15px 0 0;
		opacity: 1;
		position: static;
		transition: 1.0s ,opacity .3s 0s;
		width: 100%;
	}
	.type__item--txt{
		font-size: 1.2rem;
		letter-spacing: 0.1rem;
		line-height: 1.5;
	}
	.type__item--deco{
		bottom: 15px;
		font-size: 1.2rem;
		left: 50%;
		margin-top: 10px;
		padding-right: 25px;
		position: absolute;
		transform: translate(-50%, 0);
		width: max-content;
	}
	.type__item--deco::before{
		background: #fff;
		border-radius: 10px;
		bottom: -4px;
		content: '';
		height: 20px;
		right: 0;
		width: 20px;
	}
	.type__item--deco::after{
		color: var(--blue);
		content: '+';
		font-size: 2.0rem;
		font-weight: var(--bold);
		line-height: 1;
		right: 4px;
		top: 50%;
		transform: translate(0, -50%);
	}
	/* hover */
	a.type__item--button:hover::after{
		background-image: linear-gradient(0deg, rgba(88, 118, 170, .7) 72%, rgba(88, 118, 170, 0));
		bottom: 0;
		transition: .4s;
	}
	a.type__item--button:hover .type__item--tit{
		border-bottom: 1px solid #fff;
		padding: 0 30px 10px;
		transform: translateY(-70px);
		transition: .4s, border .6s;
	}
	a.type__item--button:hover .type__item--hover{
		bottom: 0;
		opacity: 1;
		transition: .4s ,opacity .5s .1s;
	}
	/*
		#theme
	-----------------------------------------------------------------------------------------------*/
	.theme__box{
		display: block;
	}
	.theme__box:not(:last-child){
		border-bottom: 1px dashed #d6d6d6;
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	.theme__head{
		font-size: 1.6rem;
		height: auto;
		min-height: 85px;
		margin-right: 0;
		max-width: 100%;
		min-width: 100%;
		text-align: left;
	}
	.theme__head--wrapper{
		align-items: center;
		display: flex;
	}
	.theme__box:last-child .theme__head{
		padding-bottom: 0;
	}
	.theme__head--img{
		margin: 0 10px 0;
		width: 100px;
	}
	.theme__list{
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}
	[class^="theme__item--"]{
		width: calc(100%/2);
	}
	a.theme__button{
		align-items: center;
		font-size: 1.6rem;
		height: 65px;
		padding: 5px;
		width: 100%;
	}
	.theme__button--ico{
		padding-left: 45px;
	}
	.theme__button--ico::before{
		height: 35px;
		width: 35px;
	}
	/*
		modal
	-----------------------------------------------------------------------------------------------*/
	#colorbox {
		width: 90%!important;
	}
	.color-Body > .ctsArea{
		padding: 50px 15px;
	}
	/* 閉じるボタン
	============================== */
	.solution__head{
		position: relative;
	}
	#cboxClose{
		height: 25px;
		right: 15px;
		top: 15px;
		width: 25px;
	}
	#cboxClose::before,
	#cboxClose::after{
		top: 12px;
		width: 35px;
	}
	/*
		solution-list
	-----------------------------------------------------------------------------------------------*/
	.solution-list__wrraper{
		padding: 30px 15px;
	}
	/* もくじ
	============================== */
	.summary__list{
		flex-wrap: wrap;
		gap: 8px;
		margin-bottom: 0;
	}
	.summary__item{
		width: calc((100% - 24px)/4);
	}
	.summary__button{
		font-size: 1.5rem;
		height: 35px;
		padding: 10px;
		width: 100%;
	}
	.summary__button::before{
		border-right: 2px solid #fff;
		border-top: 2px solid #fff;
		content: '';
		height: 7px;
		position: absolute;
		right: 17px;
		transform: rotate(135deg);
		top: 10px;
		width: 7px;
	}
	/* 一覧
	============================== */
	.category__head{
		align-items: center;
		background: var(--blue);
		color: #fff;
		display: flex;
		font-weight: var(--bold);
		height: 28px;
		margin-top: 20px;
		padding: 0 15px;
	}
	.category__head--deco{
		font-size: 1.2rem;
	}
	.category__dt{
		align-items: center;
		background: #5876aa;
		color: #fff;
		display: flex;
		font-size: 1.5rem;
		font-weight: var(--bold);
		height: 25px;
		line-height: 1.1;
		padding: 0 15px;
	}
	.category__dt:not(:first-of-type){
		margin-top: 20px;
	}
	.category__dd{
		margin-top: 10px;
		min-height: 40px;
		width: 100%;
	}
	.category__dd:not(:nth-of-type(3n)){
		margin-right: 0;
	}
	.category__link{
		font-size: 1.3rem;
		min-height: 40px;
		height: 100%;
		padding: 10px 10px 10px 38px;
		position: relative;
		width: 100%;
	}
	.category__link::before{
		background: var(--blue);
		border-radius: 9px;
		height: 17px;
		left: 10px;
		top: 50%;
		transform: translateY(-50%);
		width: 17px;
	}
	.category__link::after{
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		height: 6px;
		left: 14px;
		transform: rotate(45deg);
		width: 6px;
	}
}