@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap');
/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. モジュール

******************************************************************************* */
/* ==

　01. モジュール

=============================================================================== */
/* メインビジュアル
------------------------------------------------------------------------------- */
.tckVisual01 {
	position: relative;
	height: 460px;
	margin: 0 0 50px;
	padding: 0;
}
.tckVisual01_loading {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	margin: -50px 0 0 -50px;
	background: url(/common/images/rn04/svg/loading_ico01.svg) center center no-repeat;
	background-size: contain;
}
.tckVisual01_in {
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	opacity: 0;
}
.tckVisual01_in.swiper-container-initialized {
	opacity: 1;
}
.tckVisual01_list {
	font-size: 100%;
}
.tckVisual01_item {
	display: -webkit-box;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 460px;
	padding: 0 20px;
	box-sizing: border-box;
}
.tckVisual01_bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.tckVisual01_item-n1 .tckVisual01_bg {
	background-image: url(/tochikatsu/images/visual/bg01.jpg);
}
.tckVisual01_item-n2 .tckVisual01_bg {
	background-image: url(/tochikatsu/images/visual/bg02.jpg);
}
.tckVisual01_item-n3 .tckVisual01_bg {
	background-image: url(/tochikatsu/images/visual/bg03.jpg);
}
.tckVisual01_item-n4 .tckVisual01_bg {
	background-image: url(/tochikatsu/images/visual/bg04.jpg);
}
.tckVisual01_item-n5 .tckVisual01_bg {
	background-image: url(/tochikatsu/images/visual/bg05.jpg);
}
.tckVisual01_item-n6 .tckVisual01_bg {
	background-image: url(/tochikatsu/images/visual/bg06.jpg);
}
.tckVisual01_item-n1.swiper-slide-prev .tckVisual01_bg,
.tckVisual01_item-n1.swiper-slide-active .tckVisual01_bg,
.tckVisual01_item-n3.swiper-slide-prev .tckVisual01_bg,
.tckVisual01_item-n3.swiper-slide-active .tckVisual01_bg,
.tckVisual01_item-n5.swiper-slide-prev .tckVisual01_bg,
.tckVisual01_item-n5.swiper-slide-active .tckVisual01_bg {
	animation: bgZoom2 15s linear;
}
.tckVisual01_item-n2.swiper-slide-prev .tckVisual01_bg,
.tckVisual01_item-n2.swiper-slide-active .tckVisual01_bg,
.tckVisual01_item-n4.swiper-slide-prev .tckVisual01_bg,
.tckVisual01_item-n4.swiper-slide-active .tckVisual01_bg,
.tckVisual01_item-n6.swiper-slide-prev .tckVisual01_bg,
.tckVisual01_item-n6.swiper-slide-active .tckVisual01_bg {
	animation: bgZoom1 15s linear;
}
.tckVisual01_item-n1.swiper-slide-prev .tckVisual01_bg,
.tckVisual01_item-n1.swiper-slide-active .tckVisual01_bg {
	animation: none;
}
.tckVisual01_front {
	position: relative;
	width: 100%;
	max-width: 1060px;
	margin: 0 auto;
	text-align: left;
	z-index: 1;
}
.tckVisual01_head {
	display: -webkit-box;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 800px;
	height: 120px;
	margin: 0 auto;
	padding: 0 30px 2px;
	background-color: #fff;
	background: rgba(255, 255, 255, .82);
	box-sizing: border-box;
	white-space: nowrap;
	opacity: 0;
}
.tckVisual01_tit {
	line-height: 1;
	margin: 0;
	color: #000;
	font-size: 48px;
	font-weight: 700;
	white-space: nowrap;
}
.tckVisual01_tit span {
	color: #005499;
}
.tckVisual01_caption {
	display: none;
	position: absolute;
	right: 0;
	bottom: 0;
	line-height: 1.5;
	padding: 5px 16px 7px;
	background-color: #000;
	background: rgba(0, 0, 0, .7);
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	z-index: 1;
}
.swiper-slide-active .tckVisual01_caption {
	display: block;
}
.tckVisual01_item-n1.swiper-slide-active .tckVisual01_head,
.tckVisual01_item-n1.swiper-slide-prev .tckVisual01_head {
	animation: titShow 2s forwards;
}
@keyframes bgZoom1 {
	0% {
		transform: scale(1) translate3d(0,0,0) rotate(0.1deg);
	}
	100% {
		transform: scale(1.18) translate3d(0,0,0);
	}
}
@keyframes bgZoom2 {
	0% {
		transform: scale(1.18) translate3d(0,0,0) rotate(0.1deg);
	}
	100% {
		transform: scale(1) translate3d(0,0,0);
	}
}
@keyframes titShow {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
/* 背景
------------------------------------------------------------------------------- */
.tckBg01 {
	margin: 0 -500%;
	padding: 0 500% 80px;
	background-color: #f4f4f4;
}
.tckBg02 {
	padding: 80px 0 120px;
}
/* 検索
------------------------------------------------------------------------------- */
.tckSearch01 {
	position: relative;
	background-color: #EBF3FA;
	z-index: 1;
}
.tckSearch01_head {
	position: relative;
	min-height: 164px;
	padding: 25px 40px 28px;
	box-sizing: border-box;
}
.tckSearch01_tit {
	line-height: 1;
	margin: 0 0 13px;
	font-size: 300%;
	font-weight: 700;
}
.tckSearch01_lead {
	line-height: 1.2;
	color: #005499;
	font-size: 300%;
	font-weight: 700;
}
@media only screen and (max-width: 1100px) {
	.tckSearch01_lead {
	}
}
.tckSearch01_form {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	line-height: 50px;
	font-size: 134%;
	font-weight: 500;
}
.tckSearch01_form > div,
.tckSearch01_form > p {
	margin: 15px 10px 0 0;
	font-size: 100%;
	white-space: nowrap;
}
.tckSearch01_form > div:last-child,
.tckSearch01_form > p:last-child {
	margin-right: 0;
}
.tckSearch01_form > p {
	font-size: 20px;
	font-weight: 700;
}
.tckSearch01_form select {
	width: 224px;
	height: 54px;
	padding: 0 20px;
	border: 2px solid #000;
	border-radius: 4px;
	color: #000;
	font-family: inherit;
	font-size: 18px;
	font-weight: 700;
	box-sizing: border-box;
}
.tckSearch01_form #fnTckSearch {
	width: 160px;
	line-height: 44px;
	border-radius: 4px;
	background-color: #005499;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	cursor: pointer;
}
.tckSearch01_form #fnTckSearch.fnTckSearch-disable {
	background-color: #666;
	color: #ccc;
	cursor: default;
	opacity: 1 !important;
}
.tckSearch01_body {
	display: none;
	padding: 29px 40px 50px;
	background-color: #EBF3FA;
}
.tckSearch01_body-show {
	display: block;
	animation: tckSearchShow .4s;
}
@keyframes tckSearchShow {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.tckSearch02 {
	padding: 0;
}
.tckSearch02_lead {
	line-height: 1.625;
	margin: 0;
	font-size: 134%;
	font-weight: 500;
}
.tckSearch02_lead span {
	display: inline;
	line-height: 25px;
	margin: 0 8px;
	padding: 0 5px 1px;
	background-color: #005499;
	color: #fff;
}
.tckSearch02_lead span:first-child {
	margin-left: 0;
}
.tckSearch02_in {
	margin: 40px 0 0;
}
.tckSearch02_nav1 {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
}
.tckSearch02_item {
	width: 31.035%;
	max-width: 360px;
	margin: 20px 3.4475% 0 0
}
.tckSearch02_item:nth-child(1),
.tckSearch02_item:nth-child(2),
.tckSearch02_item:nth-child(3) {
	margin-top: 0;
}
.tckSearch02_item:nth-child(3n) {
	margin-right: 0;
}
.tckSearch02_wrap {
	display: block;
	color: #000;
	text-decoration: none;
}
.tckSearch02_caption {
	display: -webkit-box;
	display: flex;
	align-items: center;
	position: relative;
	line-height: 1.4375;
	margin: 0;
	padding: 21px 45px 20px 20px;
	background-color: #fff;
	font-size: 134%;
	font-weight: 700;
}
.tckSearch02_nav1 .tckSearch02_caption::before,
.tckSearch02_nav1 .tckSearch02_caption::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 16px;
	height: 2px;
	margin: -1px 0 0;
	background-color: #ff0046;
}
.tckSearch02_nav1 .tckSearch02_caption::after {
	transform: rotate(-90deg);
}
.tckSearch02_nav2 .tckSearch02_caption::before {
	content: none;
}
.tckSearch02_nav2 .tckSearch02_caption::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 18px;
	height: 8px;
	margin: -4px 0 0;
	background: url(/common/images/rn04/svg/arw_ico02.svg) left top no-repeat;
	background-size: contain;
}
.tckSearch02_img {
	display: block;
}
.tckSearch02_txt {
	line-height: 1.625;
	margin: 39px 0 29px;
	font-size: 134%;
	font-weight: 500;
}
.tckSearch02_nav2 {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	font-size: 100%;
}
.tckSearch02_nav2 li {
	width: 22.413%;
	margin: 20px 3.449% 0 0
}
.tckSearch02_nav2 li:nth-child(1),
.tckSearch02_nav2 li:nth-child(2),
.tckSearch02_nav2 li:nth-child(3),
.tckSearch02_nav2 li:nth-child(4) {
	margin-top: 0;
}
.tckSearch02_nav2 li:nth-child(4n) {
	margin-right: 0;
}
.tckSearch02_nav2 a {
	display: block;
	text-decoration: none;
}
/* 用途から探す
------------------------------------------------------------------------------- */
.tckPurpose01 {
	position: relative;
	margin: 50px 0 0;
}
.tckPurpose01::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 240px;
	height: 7px;
	background-color: #005499;
}
.tckPurpose01_tit {
	line-height: 1;
	margin: 0 0 34px;
	padding: 58px 0 0;
	font-size: 300%;
	font-weight: 700;
}
.tckPurpose01_lead {
	line-height: 2;
	margin: 0;
	font-size: 134%;
	font-weight: 500;
}
.tckPurpose01_list {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	margin: 36px 0 0;
}
.tckPurpose01_item {
	width: 19.454%;
	margin: 20px 0.6825% 0 0;
	background-color: #fff;
	box-sizing: border-box;
}
.tckPurpose01_item:nth-child(1),
.tckPurpose01_item:nth-child(2),
.tckPurpose01_item:nth-child(3),
.tckPurpose01_item:nth-child(4),
.tckPurpose01_item:nth-child(5) {
	margin-top: 0;
}
.tckPurpose01_item:nth-child(5n) {
	margin-right: 0;
}
.tckPurpose01_wrap {
	display: block;
	color: #000;
	text-decoration: none;
}
.tckPurpose01_img {
	display: block;
}
.tckPurpose01_caption {
	position: relative;
	line-height: 1.45;
	margin: 0;
	padding: 21px 45px 20px 20px;
	font-size: 134%;
	font-weight: 700;
}
.tckPurpose01_caption::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 1.75em;
	right: 20px;
	width: 18px;
	height: 8px;
	background: url(/common/images/rn04/svg/arw_ico02.svg) left top no-repeat;
	background-size: contain;
}
/* 見出し
------------------------------------------------------------------------------- */
.tckHeading01 {
	margin: 0 0 58px;
	padding: 79px 0 0;
	color: #000;
	text-align: center;
}
.tckHeading01_tit {
	line-height: 1.666;
	margin: 0;
	font-size: 184%;
	font-weight: 700;
}
.tckHeading01_lead {
	line-height: 1.75;
	margin: 19px 0 0;
	font-size: 134%;
	font-weight: 500;
}
.tckHeading02 {
	position: relative;
	line-height: 1.5;
	margin: 0 0 17px;
	font-size: 200%;
	font-weight: 700;
}
/* 解説
------------------------------------------------------------------------------- */
.tckGuide01 {
	display: -webkit-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 60px 0 0;
	background-color: #f4f4f4;
}
.tckGuide01-reverse {
	flex-direction: row-reverse;
}
.tckGuide01_info {
	width: 51.613%;
	padding: 20px 50px;
	box-sizing: border-box;
}
.tckGuide01_tit {
	line-height: 1.428;
	margin: 0 0 19px;
	font-size: 234%;
	font-weight: 700;
}
.tckGuide01_tit b {
	color: #005499;
}
.tckGuide01_txt {
	line-height: 1.625;
	margin: 0 0 20px;
	font-size: 134%;
	font-weight: 400;
}
.tckGuide01_txt:last-child {
	margin-bottom: 0;
}
.tckGuide01_img {
	width: 48.388%;
	max-width: 600px;
}
.tckBtn01 {
	margin: 38px 0 0;
}
@media only screen and (max-width: 1200px) {
	.tckGuide01_info {
		padding: 20px 35px;
	}
	.tckGuide01_tit {
		margin: 0 0 13px;
		font-size: 184%;
	}
	.tckGuide01_txt {
		font-size: 125%;
	}
	.tckBtn01 {
		margin: 18px 0 0;
	}
}
@media only screen and (max-width: 1000px) {
	.tckGuide01_info {
		padding: 20px 30px;
	}
	.tckGuide01_tit {
		margin: 0 0 13px;
	}
	.tckGuide01_txt {
		font-size: 117%;
	}
	.tckBtn01 {
		margin: 15px 0 0;
	}
}
.tckBtn01 a {
	display: block;
	position: relative;
	max-width: 240px;
	line-height: 62px;
	padding: 0 50px 2px 20px;
	border-radius: 4px;
	background-color: #333;
	color: #fff;
	font-size: 134%;
	font-weight: 500;
	text-decoration: none;
	box-sizing: border-box;
}
.tckBtn01 a::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 18px;
	height: 8px;
	margin: -4px 0 0;
	background: url(/common/images/rn04/svg/arw_ico02.svg) left top no-repeat;
	background-size: contain;
}
/* 情報から探す
------------------------------------------------------------------------------- */
.tckColumn01 {
	padding: 0 20px 80px;
	background-color: #f4f4f4;
}
.tckColumn01_in {
	max-width: 1240px;
	margin: 0 auto;
}
.tckColumn01_head {
}
.tckColumn01_sub {
	position: relative;
	line-height: 1;
	margin: 0 0 45px;
	padding: 58px 0 0;
	font-size: 300%;
	font-weight: 700;
}
.tckColumn01_sub::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 240px;
	height: 7px;
	background-color: #005499;
}
.tckColumn01_tit {
	line-height: 1;
	margin: 0 0 26px;
	font-size: 267%;
	font-weight: 700;
	text-align: center;
}
.tckColumn01_lead {
	line-height: 1.625;
	margin: 0;
	font-size: 134%;
	font-weight: 500;
	text-align: center;
}
.tckColumn01_body {
	margin: 39px 0 0;
}
/* 土地活ラボ
------------------------------------------------------------------------------- */
.idList {
	display: -webkit-box;
	display: flex;
}
.idList_item {
	width: 23.791%;
	max-width: 295px;
	margin: 0 1.612% 0 0;
	background-color: #fff;
}
.tckRelate02 .idList_item {
	background-color: #f4f4f4;
}
.idList_item:nth-child(4n) {
	margin-right: 0;
}
.idList_thumb {
	display: block;
	position: relative;
}
.idList_item-tag .idList_thumb {
	cursor: pointer;
	transition: 0.3s;
}
.idList_item.idList_item-hover,
.idList_thumb.idList_thumb-hover {
	opacity: 0.6;
}
.idList_thumb-movie::before {
	display: inline-block;
	z-index: 1;
	position: absolute;
	top: 5px;
	right: 5px;
	width: 27px;
	height: 26px;
	background-image: url(/tochikatsu/souken/images/rn03/icon_movie01.svg);
	background-size: contain;
	background-repeat: no-repeat;
	content: "";
}
.idList_thumb-lazy {
	padding: 40% 0 0;
}
.idList_thumb-lazy > span {
	display: -webkit-box;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;	
}
.idList_thumb-lazy > span img {
	max-height: 100%;
	height: auto;
}
.idList_info {
	padding: 19px 20px 20px;
}
.tckColumn02_info > div {
	position: relative;
	margin: 0 0 14px;
	padding: 0 0 34px;
}
.idList_tit {
	display: block;
	line-height: 1.666;
	margin: 0 0 12px;
	font-size: 134%;
	font-weight: 700;
	text-decoration: none;
}
.idList_item-tag .idList_tit {
	transition: 0.3s;
}
.idList_item-tag .idList_tit:hover {
	opacity: 0.6;
}
.idList_txt {
	display: block;
	line-height: 1.666;
	margin: 0;
	color: #666;
	font-size: 117%;
	font-weight: 400;
}
.idList_footer {
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	margin: 14px 0 16px;
	color: #666;
}
.idList_cate {
	margin: 0;
	font-size: 92%;
	font-weight: 400;
}
.idList_date {
	margin: 0;
	font-size: 92%;
	font-weight: 400;
}
.idList_tags {
	line-height: 1;
	margin: -8px 0 0;
	font-size: 100%;
	font-weight: 400;
	letter-spacing: -0.5em;
}
.idList_tags li {
	display: inline-block;
	margin: 8px 8px 0 0;
	vertical-align: top;
	letter-spacing: normal;
}
.idList_tags a {
	display: block;
	border: 1px solid #ccc;
	padding: 5px 8px 6px;
	color: #000;
	text-decoration: none;
}
.tckColumn03 {
	margin: 40px 0 0;
	padding: 0 0 10px;
}
.tckColumn03_navs {
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	font-size: 134%;
	font-weight: 500;
}
.tckColumn03_nav {
	position: relative;
	width: -webkit-calc(50% - 2px);
	width: calc(50% - 2px);
	background-color: #fff;
	cursor: pointer;
}
.tckColumn03_nav-active {
	background-color: #C8C8C8;
	cursor: default;
}
.tckColumn03_nav-active::after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	bottom: -19px;
	left: 0;
	margin: 0 auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 12px 0 12px;
	border-color: #C8C8C8 transparent transparent transparent;
}
.tckColumn03_nav span {
	display: block;
	line-height: 60px;
	padding: 0 0 2px;
	color: #000;
	text-align: center;
	text-decoration: none;
}
.tckColumn03_nav span::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 14px;
	height: 2px;
	margin: -1px 0 0;
	background-color: #f00;
}
.tckColumn03_nav span::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 14px;
	height: 2px;
	margin: -1px 0 0;
	background-color: #f00;
	transform: rotate(-90deg);
}
.tckColumn03_nav-active span::before {
	top: 29px;
	background-color: #fff;
	transform: rotate(227deg);
}
.tckColumn03_nav-active span::after {
	top: 29px;
	background-color: #fff;
	transform: rotate(132deg);
}
.tckColumn03_tag {
	display: -webkit-box;
	display: flex;
	position: relative;
	margin: 46px 0 0;
}
.tckColumn03_tit {
	position: relative;
	width: 160px;
	line-height: 1;
	font-size: 200%;
	font-weight: 700;
}
.tckColumn03_list {
	position: relative;
	width: -webkit-calc(100% - 160px);
	width: calc(100% - 160px);
	font-size: 117%;
	font-weight: 500;
	box-sizing: border-box;
	z-index: 1;
	letter-spacing: -0.5em;
}
.tckColumn03_list li {
	display: inline-block;
	margin: 0 10px 0 0;
	vertical-align: top;
	letter-spacing: normal;
}
.tckColumn03_list a {
	display: block;
	border-radius: 100px;
	padding: 2px 13px 3px;
	background-color: #fff;
	color: #000;
	text-decoration: none;
}
.tckColumn01_btn {
	margin: 60px 0 0;
}
.tckColumn01_btn a {
	display: block;
	position: relative;
	max-width: 380px;
	line-height: 62px;
	margin: 0 auto;
	padding: 0 20px 2px;
	border-radius: 4px;
	background-color: #363839;
	color: #fff;
	font-size: 134%;
	font-weight: 500;
	text-decoration: none;
	box-sizing: border-box;
}
.tckColumn01_btn a::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 18px;
	height: 8px;
	margin: -4px 0 0;
	background: url(/common/images/rn04/svg/arw_ico02.svg) left top no-repeat;
	background-size: contain;
}
.tckColumn04_block {
	display: none;
	margin: 50px 0 0;
}
.tckColumn04_block-show {
	display: block;
}
.tckColumn04_category {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	margin: -20px 0 0;
	font-size: 100%;
}
.tckColumn04_category li {
	width: 15.385%;
	//max-width: 160px;
	margin: 20px 1.538% 0 0;
}
.tckColumn04_category li:nth-child(6n) {
	margin-right: 0;
}
.tckColumn04_category a {
	display: block;
	color: #000;
	text-decoration: none;
}
.tckColumn04_category span {
	display: block;
}
.tckColumn04_category span img {
	width: 100%;
}
.tckColumn04_category p {
	line-height: 1.4;
	margin: 10px 0 0;
	font-size: 117%;
	font-weight: 500;
	text-align: center;
}
.tckColumn04_tag {
	margin: -15px -15px 0 0;
	font-size: 117%;
	font-weight: 500;
	letter-spacing: -0.5em;
}
.tckColumn04_tag li {
	display: inline-block;
	margin: 15px 15px 0 0;
	letter-spacing: normal;
}
.tckColumn04_tag a {
	display: block;
	line-height: 36px;
	padding: 0 18px 2px;
	border: 1px solid #877D5F;
	border-radius: 20px;
	background-color: #fff;
	color: #000;
	text-align: center;
	text-decoration: none;
}
.tckColumn05 {
	margin: 60px 0 0;
}
.tckColumn05_wrap {
	display: -webkit-box;
	display: flex;
	align-items: center;
	position: relative;
	background-color: #fff;
	color: #000;
	text-decoration: none;
}
.tckColumn05_wrap::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 18px;
	height: 8px;
	margin: -4px 0 0;
	background: url(/common/images/rn04/svg/arw_ico02.svg) left top no-repeat;
	background-size: contain;
}
.tckColumn05_img {
	position: relative;
	width: 38.71%;
	max-width: 480px;
}
.tckColumn05_img::before {
	content: "";
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
	background: url(/tochikatsu/souken/images/rn03/icon_movie01.svg) center center no-repeat;
	background-size: contain;
}
.tckColumn05_info {
	width: 61.29%;
	padding: 30px 45px;
	box-sizing: border-box;
}
.tckColumn05_info > div {
	max-width: 640px; 
	margin: 0 auto;
}
.tckColumn05_tit {
	line-height: 1.55;
	margin: 0 0 14px;
	font-size: 234%;
	font-weight: 700;
}
.tckColumn05_txt {
	line-height: 1.6;
	margin: 0;
	font-size: 134%;
	font-weight: 400;
}
@media only screen and (max-width: 1240px) {
	.tckColumn05_info {
		padding: 15px 45px 15px 30px;
	}
	.tckColumn05_tit {
		margin: 0 0 10px;
		font-size: 184%;
	}
	.tckColumn05_txt {
		font-size: 117%;
	}
}
@media only screen and (max-width: 1040px) {
	.tckColumn05_txt {
		font-size: 109%;
	}
}
/* 事例
------------------------------------------------------------------------------- */
.tckCase01 {
	margin: 0 0 80px;
}
.tckCase01_head {
	position: relative;
	padding: 0 20px 38px;
}
.tckCase01_in {
	max-width: 1240px;
	margin: 0 auto;
}
.tckCase01_sub {
	position: relative;
	line-height: 1;
	margin: 0 0 45px;
	padding: 58px 0 0;
	font-size: 300%;
	font-weight: 700;
}
.tckCase01_sub::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 240px;
	height: 7px;
	background-color: #005499;
}
.tckCase01_tit {
	line-height: 1;
	margin: 0 0 25px;
	font-size: 267%;
	font-weight: 700;
	text-align: center;
}
.tckCase01_lead {
	line-height: 1.75;
	margin: 0;
	font-size: 134%;
	font-weight: 500;
	text-align: center;
}
.tckCase01_body {
	background-color: #fff;
}
.tckCase01_list {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	font-size: 100%;
}
.tckCase01_item {
	width: 33.333%;
}
.tckCase01_item a {
	display: block;
	position: relative;
	color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	text-align: center;
	text-decoration: none;
}
.tckCase01_item:nth-child(even) a {
	background-color: #aaa;
}
.tckCase01_item a::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #181E24;
	opacity: .5;
	z-index: 1;
}
.tckCase01_item a > div {
	display: -webkit-box;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
}
.tckCase01_item a img {
	width: 100%;
}
.tckCase01_item p {
	line-height: 1.666;
	margin: 0;
	font-size: 200%;
	font-weight: 700;
}
.tckCase01_item span {
	display: inline-block;
	line-height: 46px;
	margin: 15px 0 0;
	padding: 0 20px 2px;
	border: 2px solid #fff;
	border-radius: 5px;
	font-size: 134%;
	font-weight: 500;
	text-align: center;
}
/* ケーススタディ
------------------------------------------------------------------------------- */
.tckStudy01 {
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	margin: 80px 0 0;
}
.tckStudy01-reverse {
	flex-direction: row-reverse;
}
.tckStudy01_info {
	width: 48.388%;
}
.tckStudy01_txt {
	line-height: 1.625;
	margin: 0 0 7px;
	font-weight: 400;
}
.tckStudy01_txt:last-child {
	margin-bottom: 0;
}
.tckStudy01_img {
	width: 48.388%;
	max-width: 600px;
}
/* プラグイン
------------------------------------------------------------------------------- */
/* Magnific Popup CSS */
.mfp-bg{z-index:1;overflow:hidden;background:#0b0b0b;opacity:.8}.mfp-bg,.mfp-wrap{top:0;left:0;width:100%;height:100%;position:fixed}.mfp-wrap{z-index:2;outline:0!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:4}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:3}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:5;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#fff;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:9pt;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1}.mfp-arrow:after,.mfp-arrow:before{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #fff;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #fff;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#fff}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;box-sizing:border-box;padding:40px 0;margin:0 auto}.mfp-figure,img.mfp-img{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:9pt;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-height:300px),screen and (max-width:800px) and (orientation:landscape){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(0.75);transform:scale(0.75)}.mfp-arrow-left{-webkit-transform-origin:0 0;transform-origin:0 0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}
.tckHide {
	display: none !important;
}
.mfp-bg.tckItem02,
.mfp-bg.tckCase03 {
	opacity: .6;
}
.tckItem01 {
	overflow: hidden;
}
.tckItem01 .devPcTbl {
	display: block;
}
.tckItem01 .devSmp {
	display: none;
}
.tckItem01_item {
	padding: 60px;
	background-color: #fff;
}
.tckItem01_tit {
	position: relative;
	line-height: 1.5;
	margin: 0 0 39px;
	padding: 0 0 30px;
	border-bottom: 1px solid #ccc;
	font-size: 267%;
	font-weight: 700;
}
.tckItem01_block {
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
}
.tckItem01_img {
	display: block;
	width: 38.462%;
	max-width: 400px;
}
.tckItem01_info {
	width: 56.73%;
}
.tckItem01_txt {
	line-height: 1.625;
	margin: 0;
	font-size: 134%;
	font-weight: 400;
}
.tckItem01_note {
	line-height: 1.625;
	margin: 10px 0 0;
	color: #666;
	font-size: 109%;
	font-weight: 400;
}
.tckItem01 .tckBtn01 a {
	display: inline-block;
	line-height: 1.5;
	max-width: none;
	padding-top: 20px;
	padding-bottom: 20px;
}
.tckCase02 {
	padding: 58px 60px 60px;
	background-color: #fff;
}
.tckCase02_tit {
	position: relative;
	line-height: 1.5;
	margin: 0 0 36px;
	padding: 0 0 29px;
	border-bottom: 1px solid #ccc;
	font-size: 267%;
	font-weight: 700;
}
.tckCase02_lead {
	line-height: 2;
	margin: 0 0 16px;
	font-size: 134%;
	font-weight: 400;
}
.tckCase02_list {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
}
.tckCase02_item {
	width: 30.77%;
	max-width: 320px;
	margin: 30px 3.845% 0 0;
}
.tckCase02_item:nth-child(1),
.tckCase02_item:nth-child(2),
.tckCase02_item:nth-child(3) {
	margin-top: 0;
}
.tckCase02_item:nth-child(3n) {
	margin-right: 0;
}
.tckCase02_wrap {
	display: block;
	background-color: #f4f4f4;
	color: #000;
	text-decoration: none;
}
.tckCase02_img {
	display: block;
}
.tckCase02_caption {
	position: relative;
	line-height: 1.4375;
	margin: 0;
	padding: 20px 50px 20px 20px;
	font-size: 134%;
	font-weight: 700;
}
.tckCase02_caption::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 18px;
	height: 8px;
	margin: -4px 0 0;
	background: url(/common/images/rn04/svg/arw_ico02.svg) left top no-repeat;
	background-size: contain;
}
.tckCase02_close,
.tckItem01_close {
	width: 70px;
	height: 21px;
	margin: 30px auto 0;
	background: url(/tochikatsu/common/images/close_ico02.svg) left top no-repeat;
	background-size: contain;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
}
.tckItem01_close {
	margin-top: -10px;
	border-bottom: 40px solid transparent;
}
.mfp-bg.tckItem02,
.mfp-bg.tckCase03 {
	z-index: 2000;
}
.mfp-wrap.tckItem02,
.mfp-wrap.tckCase03 {
	z-index: 2100;
}
.tckItem02 .mfp-container,
.tckCase03 .mfp-container {
	padding: 130px 20px 0;
}
.tckItem02 .mfp-content,
.tckCase03 .mfp-content {
	min-width: 910px;
	max-width: 1160px;
	margin-bottom: 40px;
}
.tckItem02 .mfp-close,
.tckCase03 .mfp-close {
	top: -44px;
	right: 0;
	width: 24px;
	height: 24px;
	background: url(/tochikatsu/common/images/close_ico01.svg) left top no-repeat;
	background-size: contain;
	text-indent: -9999px;
	overflow: hidden;
	text-align: left;
	opacity: 1;
}
.tckRelate01 {
	display: none;
	margin: 60px -500% 0;
	padding: 50px 500%;
	background-color: #EBF3FA;
}
.itemRelate-p01 .tckRelate01-p1,
.itemRelate-p02 .tckRelate01-p2,
.itemRelate-p03 .tckRelate01-p3,
.itemRelate-p04 .tckRelate01-p4,
.itemRelate-p05 .tckRelate01-p5,
.itemRelate-p06 .tckRelate01-p6 {
	display: block;
}
.tckRelate01_tit {
	line-height: 1.5;
	margin: 0 0 19px;
	font-size: 200%;
	font-weight: 700;
}
.tckRelate01_txt {
	line-height: 1.625;
	font-size: 134%;
	font-weight: 400;
}
.tckRelate01_block {
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.tckRelate01_img {
	display: block;
	width: 38.462%;
	max-width: 400px;
}
.tckRelate01_info {
	width: 56.73%;
}
.tckRelate01_btn {
	margin: 39px 0 0;
}
.tckRelate01_btn p {
	line-height: 1.5;
	margin: 0 0 14px;
	color: #005499;
	font-size: 150%;
	font-weight: 700;
}
.tckRelate01_btn a {
	display: block;
	position: relative;
	max-width: 320px;
	line-height: 62px;
	padding: 0 60px 2px 30px;
	border-radius: 4px;
	background-color: #005499;
	color: #fff;
	font-size: 134%;
	font-weight: 700;
	text-decoration: none;
	box-sizing: border-box;
}
.tckRelate01_btn a::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 18px;
	height: 8px;
	margin: -4px 0 0;
	background: url(/common/images/rn04/svg/arw_ico02.svg) left top no-repeat;
	background-size: contain;
}
.tckRelate02 {
	display: none;
	margin: 60px 0 0;
}
.itemRelate-p01 .tckRelate02-p1,
.itemRelate-p02 .tckRelate02-p2,
.itemRelate-p03 .tckRelate02-p3,
.itemRelate-p04 .tckRelate02-p4,
.itemRelate-p05 .tckRelate02-p5,
.itemRelate-p06 .tckRelate02-p6 {
	display: block;
}
.tckRelate02_tit {
	line-height: 1.583;
	margin: 0 0 38px;
	font-size: 200%;
	font-weight: 700;
	text-align: center;
}
.tckCv02 {
	display: none;
	position: relative;
	margin: 0 -60px;
	padding: 60px 60px 55px;
}
.itemRelate-p01 .tckCv02-p1,
.itemRelate-p02 .tckCv02-p2,
.itemRelate-p03 .tckCv02-p3,
.itemRelate-p04 .tckCv02-p4,
.itemRelate-p05 .tckCv02-p5,
.itemRelate-p06 .tckCv02-p6 {
	display: block;
}
.tckCv02::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 180px;
	background-color: #988c6d;
}
.tckCv02_in {
	position: relative;
	margin: 0 auto;
	z-index: 1;
}
.tckCv02_list {
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	margin: 0;
	font-size: 100%;
}
.tckCv02_item {
	width: 32%;
}
.tckCv02_item:nth-of-type(3n + 1) {
	margin-left: 0;
}
.tckCv02_item a {
	display: block;
	color: #fff;
	text-decoration: none;
}
.tckCv02_item a.fnFade:hover {
	opacity: 1;
}
.tckCv02_img {
	display: block;
	background-color: #fff;
}
.tckCv02_img img {
	transition: opacity .3s;
}
.tckCv02_txt {
	display: block;
	position: relative;
	margin: 10px 0 0;
	padding: 0 30px 0 0;
	font-size: 117%;
	transition: opacity .3s;
}
.tckCv02_item a.fnFade:hover .tckCv02_img img,
.tckCv02_item a.fnFade:hover .tckCv02_txt {
	opacity: .6;
}
.tckCv02_txt::after {
	content: "";
	display: block;
	position: absolute;
	top: 0.5em;
	right: 5px;
	width: 22px;
	height: 12px;
	background: url(/common/images/rn04/svg/arw_ico02.svg) center center no-repeat;
	background-size: contain;
}
.tckItem02 .mfp-iframe-scaler::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	margin: -50px 0 0 -50px;
	border-radius: 4px;
	background: #fff url(/common/images/rn04/svg/loading_ico01.svg) center center no-repeat;
	background-size: 70px auto;
}
.tckItem02 .mfp-content .mfp-iframe,
.tckItem02 .mfp-content .mfp-close,
.tckItem02 .mfp-content + .tckItem01_close {
	opacity: 0;
	transition: opacity .3s;
}
.tckItem02 .mfp-content-show .mfp-iframe,
.tckItem02 .mfp-content-show .mfp-close,
.tckItem02 .mfp-content-show + .tckItem01_close  {
	opacity: 1;
}
/**
  * multiple-select - Multiple select is a jQuery plugin to select multiple elements with checkboxes :).
  *
  * @version v1.6.0
  * @homepage http://multiple-select.wenzhixin.net.cn
  * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)
  * @license MIT
  */

@charset "UTF-8";.ms-offscreen{clip:rect(0 0 0 0)!important;width:1px!important;height:1px!important;border:0!important;margin:0!important;padding:0!important;overflow:hidden!important;position:absolute!important;outline:0!important;left:auto!important;top:auto!important}.ms-parent{display:inline-block;position:relative;vertical-align:middle}.ms-choice{display:block;width:100%;height:26px;padding:0;overflow:hidden;cursor:pointer;border:1px solid #aaa;text-align:left;white-space:nowrap;line-height:26px;color:#444;text-decoration:none;border-radius:4px;background-color:#fff}.ms-choice.disabled{background-color:#f4f4f4;background-image:none;border:1px solid #ddd;cursor:default}.ms-choice>span{position:absolute;top:0;left:0;right:20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;padding-left:8px}.ms-choice>span.placeholder{color:#999}.ms-choice>div.icon-close{position:absolute;top:0;right:16px;height:100%;width:16px}.ms-choice>div.icon-close:before{content:'×';color:#888;font-weight:bold}.ms-choice>div.icon-close:hover:before{color:#333}.ms-choice>div.icon-caret{position:absolute;width:0;height:0;top:50%;right:8px;margin-top:-2px;border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px}.ms-choice>div.icon-caret.open{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.ms-drop{width:auto;min-width:100%;overflow:hidden;display:none;margin-top:-1px;padding:0;position:absolute;z-index:1000;background:#fff;color:#000;border:1px solid #aaa;border-radius:4px}.ms-drop.bottom{top:100%;box-shadow:0 4px 5px rgba(0,0,0,0.15)}.ms-drop.top{bottom:100%;box-shadow:0 -4px 5px rgba(0,0,0,0.15)}.ms-search{display:inline-block;margin:0;min-height:26px;padding:2px;position:relative;white-space:nowrap;width:100%;z-index:10000;box-sizing:border-box}.ms-search input{width:100%;height:auto!important;min-height:24px;padding:0 5px;margin:0;outline:0;font-family:sans-serif;border:1px solid #aaa;border-radius:5px;box-shadow:none}.ms-drop ul{overflow:auto;margin:0;padding:0}.ms-drop ul>li{list-style:none;display:list-item;background-image:none;position:static;padding:.25rem 8px}.ms-drop ul>li .disabled{font-weight:normal!important;opacity:.35;filter:Alpha(Opacity=35);cursor:default}.ms-drop ul>li.multiple{display:block;float:left}.ms-drop ul>li.group{clear:both}.ms-drop ul>li.multiple label{width:100%;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ms-drop ul>li label{position:relative;padding-left:1.25rem;margin-bottom:0;font-weight:normal;display:block;white-space:nowrap;cursor:pointer}.ms-drop ul>li label.optgroup{font-weight:bold}.ms-drop ul>li.hide-radio{padding:0}.ms-drop ul>li.hide-radio:focus,.ms-drop ul>li.hide-radio:hover{background-color:#f8f9fa}.ms-drop ul>li.hide-radio.selected{color:#fff;background-color:#007bff}.ms-drop ul>li.hide-radio label{margin-bottom:0;padding:5px 8px}.ms-drop ul>li.hide-radio input{display:none}.ms-drop ul>li.option-level-1 label{padding-left:28px}.ms-drop ul>li.option-divider{padding:0;border-top:1px solid #e9ecef}.ms-drop input[type="radio"],.ms-drop input[type="checkbox"]{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.ms-drop .ms-no-results{display:none}
.ms-choice,
.ms-choice.disabled {
	height: 44px;
	line-height: 44px;
	padding: 0 20px;
	border: 2px solid #005499;
	border-radius: 6px;
	color: #000;
	font-family: inherit;
	font-size: 18px;
	font-weight: 700;
	box-sizing: border-box;
}
.ms-choice > div.icon-caret {
	top: 50%;
	right: 20px;
	width: 18px;
	height: 11px;
	margin: -6px 0 0;
	border: none;
	background: url(/tochikatsu/common/images/search_ico01.svg) left top no-repeat;
	background-size: contain;
	transition: transform .1s;
}
.ms-choice > div.icon-caret.open {
	transform: rotate(-180deg);
}
.ms-choice > span {
	right: 40px;
	left: 20px;
	padding: 0;
}
.ms-drop {
	padding: 10px;
	border: 2px solid #005499;
	border-radius: 4px;
	box-sizing: border-box;
}
.ms-drop ul {
	line-height: 1;
	font-weight: 700;
}
.ms-drop ul > li {
	margin: 5px 0 0;
}
.ms-drop ul > li:first-child {
	margin-top: 0;
}
.ms-drop ul > li label {
	font-weight: 700;
}
.ms-drop input[type="radio"],
.ms-drop input[type="checkbox"] {
	margin-top: 0.2rem;
}
.ms-choice.disabled {
	background-color: #ccc;
	color: #999;
}
.ms-drop.bottom {
	max-width: 300px;
}
.ms-drop ul > li label {
	white-space: normal;
}