#inhome-support * {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#inhome-support .doc-nav {
	margin-top: 3.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 2rem;
}
@media screen and (max-width: 768px) {
	#inhome-support .doc-nav {
		margin-top: 5.46875vw;
		display: block;
		border: 1px solid #2F6CB4;
		padding: 3.125vw;
	}
}
#inhome-support .doc-nav__box {
	width: 100%;
	border: 1px solid #2F6CB4;
	padding: 1.4rem 7rem 2.6rem;
}
@media screen and (max-width: 768px) {
	#inhome-support .doc-nav__box {
		border: none;
		padding: 0;
	}
	#inhome-support .doc-nav__box:nth-of-type(2) {
		margin-top: 3.125vw;
		padding-top: 3.125vw;
		border-top: 1px solid #2F6CB4;
	}
}
#inhome-support .doc-nav__title {
	text-align: center;
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 1.3333333333;
	color: #2F6CB4;
}
@media screen and (max-width: 768px) {
	#inhome-support .doc-nav__title {
		text-align: left;
		font-size: 2.8125vw;
	}
}
#inhome-support .doc-nav__list {
	margin-top: 1.1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
@media screen and (max-width: 768px) {
	#inhome-support .doc-nav__list {
		margin-top: 1.25vw;
		gap: 2.1875vw;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}
}
#inhome-support .doc-nav__list .item {
	height: 3.7rem;
	width: 19.1rem;
}
@media screen and (max-width: 768px) {
	#inhome-support .doc-nav__list .item {
		height: 6.40625vw;
		width: 30.78125vw;
	}
}
#inhome-support .doc-nav__list .item__inn {
	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;
	gap: 1.4rem;
	width: 100%;
	height: 100%;
	font-size: 1.6rem;
	font-weight: 500;
	border: 1px solid #2F6CB4;
	text-decoration: none;
	color: #ffffff;
	background-color: #2F6CB4;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
@media screen and (max-width: 768px) {
	#inhome-support .doc-nav__list .item__inn {
		font-size: 2.5vw;
		gap: 2.1875vw;
	}
}
@media (any-hover: hover) {
	#inhome-support .doc-nav__list .item__inn:hover {
		background-color: #ffffff;
		color: #2F6CB4;
	}
}
#inhome-support .doc-nav__list .item .item-arrow {
	width: 1.3rem;
}
@media screen and (max-width: 768px) {
	#inhome-support .doc-nav__list .item .item-arrow {
		width: 2.1875vw;
	}
}
#inhome-support .doc-nav__list .item .item-arrow svg {
	display: block;
	width: 100%;
}
#inhome-support .doc-nav__list .item:nth-of-type(2) {
	width: 14.5rem;
}
@media screen and (max-width: 768px) {
	#inhome-support .doc-nav__list .item:nth-of-type(2) {
		width: 22.8125vw;
	}
}
#inhome-support .doc-nav__list .item:nth-of-type(2) .item__inn {
	color: #2F6CB4;
	background-color: #ffffff;
}
@media (any-hover: hover) {
	#inhome-support .doc-nav__list .item:nth-of-type(2) .item__inn:hover {
		color: #ffffff;
		background-color: #2F6CB4;
	}
}
#inhome-support .doc-main {
	margin-top: 3.5rem;
	padding-bottom: 11rem;
}
@media screen and (max-width: 768px) {
	#inhome-support .doc-main {
		margin-top: 4.6875vw;
	}
}
#inhome-support .doc-sec {
	margin-top: 10rem;
}
@media screen and (max-width: 768px) {
	#inhome-support .doc-sec {
		margin-top: 14.0625vw;
	}
}
#inhome-support .doc-sec:first-of-type {
	margin-top: 0;
}
#inhome-support .doc-sec__title {
	color: #2F6CB4;
	font-size: 2rem;
	line-height: 1.35;
	font-weight: 700;
	border-bottom: 1px solid #2F6CB4;
	padding-bottom: 1.1rem;
}
@media screen and (max-width: 768px) {
	#inhome-support .doc-sec__title {
		font-size: 4.375vw;
		padding-bottom: 1.25vw;
	}
}
#inhome-support .doc-sec__part-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-top: 3.5rem;
}
@media screen and (max-width: 768px) {
	#inhome-support .doc-sec__part-title {
		margin-top: 3.90625vw;
	}
}
#inhome-support .doc-sec__part-title::after {
	content: "";
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	height: 1px;
	background-color: #A8A8A8;
	margin-left: 6rem;
}
@media screen and (max-width: 768px) {
	#inhome-support .doc-sec__part-title::after {
		content: none;
	}
}
#inhome-support .doc-sec__cate {
	font-size: 1.6rem;
	font-weight: 500;
	border: 1px solid #2F6CB4;
	background-color: #2F6CB4;
	color: #ffffff;
	padding: 0.6rem 1.5rem 0.3rem;
	margin-right: 1.3rem;
}
@media screen and (max-width: 768px) {
	#inhome-support .doc-sec__cate {
		font-size: 2.8125vw;
		padding: 1.25vw 2.03125vw 0.9375vw;
		margin-right: 2.03125vw;
	}
}
#inhome-support .doc-sec__cate.-patient {
	background-color: #ffffff;
	color: #2F6CB4;
}
#inhome-support .doc-sec__cate2 {
	font-size: 1.8rem;
	font-weight: 400;
}
@media screen and (max-width: 768px) {
	#inhome-support .doc-sec__cate2 {
		font-size: 3.125vw;
	}
}
#inhome-support .doc-sec__list {
	margin-top: 4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 10rem 2rem;
}
@media screen and (max-width: 768px) {
	#inhome-support .doc-sec__list {
		margin-top: 3.4375vw;
		gap: 8.75vw 4.6875vw;
	}
}
#inhome-support .doc-sec__list .item {
	width: 23.5rem;
}
@media screen and (max-width: 768px) {
	#inhome-support .doc-sec__list .item {
		width: calc((100% - 4.6875vw) / 2);
	}
}
#inhome-support .doc-sec__list .item .img {
	height: 26.4rem;
	width: auto;
}
@media screen and (max-width: 768px) {
	#inhome-support .doc-sec__list .item .img {
		height: 49.6875vw;
	}
}
#inhome-support .doc-sec__list .item .img a {
	display: block;
	height: 100%;
	width: auto;
	position: relative;
}
#inhome-support .doc-sec__list .item .img a img {
	border: 1px solid #A8A8A8;
	height: 100%;
	width: auto;
}
#inhome-support .doc-sec__list .item .img a .icon {
	width: 3.9rem;
	height: 3.9rem;
	background-image: url(../img/icon-zoom.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	position: absolute;
	left: 0.8rem;
	bottom: 0.8rem;
}
@media screen and (max-width: 768px) {
	#inhome-support .doc-sec__list .item .img a .icon {
		width: 7.34375vw;
		height: 7.34375vw;
		left: 1.5625vw;
		bottom: 1.5625vw;
	}
}
#inhome-support .doc-sec__list .item .img a {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
@media (any-hover: hover) {
	#inhome-support .doc-sec__list .item .img a:hover {
		opacity: 0.7;
	}
	#inhome-support .doc-sec__list .item .img a:hover .icon {
		opacity: 0.7;
	}
}
#inhome-support .doc-sec__list .item .img a.hide {
	display: none;
}
#inhome-support .doc-sec__list .item .title {
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: 700;
	margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
	#inhome-support .doc-sec__list .item .title {
		font-size: 2.8125vw;
		line-height: 1.3333333333;
		margin-top: 2.8125vw;
	}
}
#inhome-support .doc-sec__list .item .text {
	margin-top: 1rem;
	font-size: 1.4rem;
	line-height: 1.7142857143;
}
@media screen and (max-width: 768px) {
	#inhome-support .doc-sec__list .item .text {
		margin-top: 1.71875vw;
		font-size: 2.5vw;
		line-height: 1.5625;
	}
}
#inhome-support .doc-sec__list .item .link {
	margin-top: 1.6rem;
	font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
	#inhome-support .doc-sec__list .item .link {
		margin-top: 2.1875vw;
		border-top: dashed 1px #7B7B7B;
		padding-top: 2.8125vw;
		font-size: 2.5vw;
	}
}
#inhome-support .doc-sec__list .item .link a {
	color: #2F6CB4;
	text-decoration: none;
}
@media (any-hover: hover) {
	#inhome-support .doc-sec__list .item .link a:hover {
		text-decoration: underline;
	}
}
#inhome-support .doc-bottom {
	padding-bottom: 7rem;
}
@media screen and (max-width: 768px) {
	#inhome-support .doc-bottom {
		padding-bottom: 7.8125vw;
	}
}
#inhome-support .doc-bottom .c-contactMod.pc.mb80 {
	margin-bottom: 10rem;
}
@media screen and (max-width: 768px) {
	#inhome-support .doc-bottom .c-contactMod.pc.mb80 {
		margin-bottom: 8.59375vw;
	}
}
#inhome-support .doc-bottom .btn {
	width: 30.7rem;
	height: 5.8rem;
	margin: auto auto auto;
}
@media screen and (max-width: 768px) {
	#inhome-support .doc-bottom .btn {
		width: 47.96875vw;
		height: 9.0625vw;
	}
}
#inhome-support .doc-bottom .btn a {
	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: 100%;
	height: 100%;
	background-color: #2F6CB4;
	border: 1px solid #2F6CB4;
	color: #ffffff;
	font-size: 1.6rem;
	font-weight: 700;
	text-decoration: none;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
@media screen and (max-width: 768px) {
	#inhome-support .doc-bottom .btn a {
		font-size: 2.5vw;
	}
}
@media (any-hover: hover) {
	#inhome-support .doc-bottom .btn a:hover {
		background-color: #ffffff;
		color: #2F6CB4;
	}
}
/*# sourceMappingURL=style.css.map */