@charset "shift_jis";
@media screen and (min-width: 769px) {
	body {
		margin: 0;
		font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	}
	h1 {
		color: #ccc;
		font-size: 12px;
		line-height: 1;
		margin: 5px 0 0 5px;
		font-weight: normal;
	}
	h2 {
		margin: 0;
	}
	p {
		margin: 0;
	}
	a {
		text-decoration: none;
		color: #333;
	}
	li {
		list-style-type: none;
		margin: 0;
	}
	ul {
		padding: 0;
		margin: 0;
	}
	.pc_off {
		display: none;
	}
	.pan_wrap div {
		display: inline-block;
		font-size: 12px;
		line-height: 24px;
		position: relative;
		margin-right: 14px;
	}
	.pan_wrap a {
		display: inline-block;
		padding: 0 5px 0px 5px;
		height: 28px;
		line-height: 28px;
		text-decoration: none;
		color: #747772;
		background: #e6ecf5;
		font-size: 12px;
	}
	.pan_wrap a:hover {
		display: inline-block;
		padding: 0 5px 0px 5px;
		height: 28px;
		line-height: 28px;
		color: #747772;
		background: #e6ecf5;
		font-size: 12px;
		text-decoration: underline;
	}
	.pan_wrap div:after {
		content: "";
		position: absolute;
		top: 0;
		left: 100%;
		border-style: solid;
		border-color: transparent;
		border-left-color: #e6ecf5;
		border-width: 14px 12px;
		width: 0;
		height: 0;
	}
	.pan_wrap {
		margin: 10px auto 5px auto;
	}
	.pan_wrap_1000 {
		width: 1000px;
		margin: 10px auto;
	}
	.pan_wrap a {
		background: #dfe2db;
		color: #000;
		transition: .3s;
	}
	.pan_wrap a:hover {
		background: #dfe2db;
	}
	.pan_wrap div:after {
		border-left-color: #dfe2db;
	}
	.pan_wrap div:last-child::after {
		display: none;
	}
	section.contents_title {
		background: url(/img/contents_title_knowledge.jpg);
		background-size: cover;
		height: 250px;
		margin-bottom: 3vh;
		text-align: center;
		padding-top: 60px;
		box-sizing: border-box;
	}
	section.contents_title span {
		font-size: 14px;
		font-weight: bold;
		color: white;
	}
	section.contents_title h2 {
		font-size: 30px;
		width: 80%;
		margin: auto;
		line-height: 1.7em;
		color: white;
	}
	/* header */
	header {
		display: flex;
		position: relative;
		border-bottom: 1px solid #ccc;
		justify-content: space-between;
		align-items: center;
		padding: 0px 2%;
		min-width: 1150px;
	}
	.s_t_logo {
		height: fit-content;
		width: 26%;
		max-width: 380px;
	}
	.s_t_logo img {
		height: auto;
		max-width: 100%;
		width: auto;
		margin-top: 8px;
	}
	.s_t_h_right {
		display: flex;
		margin: auto;
	}
	.top_navi {
		background-color: #ffffff;
	}
	.global_menu {
		/* メニュー全体のスタイル */
		width: 100%;
		color: #333;
		text-align: center;
		box-sizing: border-box;
		min-width: 490px;
	}
	.global_menu_list {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: center;
		width: 100%;
		margin: 0 auto;
	}
	.global_menu_list>li {
		box-sizing: border-box;
		cursor: pointer;
		box-sizing: border-box;
		text-align-last: left;
		background-image: url(/img/h_menu_icon1.png);
		background-repeat: no-repeat;
		background-position: bottom right 45px;
	}
	.global_menu_list>li:first-child {}
	.global_menu_list>li:nth-child(2) {
		background-image: url(/img/h_menu_icon2.png);
	}
	.global_menu_list>li:nth-child(3) {
		background-image: url(/img/h_menu_icon3.png);
	}
	.global_menu_list>li:nth-child(4) {
		background-image: url(/img/h_menu_icon4.png);
		background-position: bottom 15px right 45px;
	}
	.global_menu_list:after {}
	.child_menu_span {
		position: relative;
	}
	.child_menu_span.arrow {
		position: relative;
	}
	.child_menu_span.arrow:after {
		position: absolute;
		content: "";
		right: 13px;
		top: 39%;
		width: 6px;
		height: 6px;
		border-top: 1px solid #333;
		border-right: 1px solid #333;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg)
	}
	.child_menu_span>a {
		display: block;
		line-height: 76px;
		padding: 0px 30px 0 10px;
		text-align: left;
		text-decoration: none;
		position: relative;
		transition: 0.3s;
	}
	.child_menu_span>a:after {
		position: absolute;
		content: "";
		width: 0px;
		height: 3px;
		left: 0;
		right: 0;
		bottom: 0;
		margin: 0 auto;
		background-color: #1c366b;
		transition: 0.3s;
	}
	.child_menu_span>a:hover p {
		color: #1c366b;
	}
	.child_menu_span>a:hover:after {
		width: 80%;
	}
	.child_menu_span:after {}
	.global_menu_list li .menu_link {
		display: block;
		padding: 20px 30px;
		font-size: 14px;
		line-height: 20px;
		color: #333;
		text-decoration: none;
		position: relative;
	}
	.global_menu_list li .menu_link:hover {
		background: #fff;
	}
	.s_c_h_tel {
		margin-left: 30px;
	}
	.s_c_h_tel p {
		font-size: 20px;
		font-weight: bold;
		line-height: 1;
		margin: 20px 0 0 0;
	}
	.s_c_h_tel span {
		font-size: 10px;
		line-height: 1;
	}
	.s_c_h_inq a {
		display: block;
		width: 140px;
		line-height: 60px;
		color: #fff;
		background-color: #bb0d00;
		text-align: center;
		border-radius: 5px;
		font-weight: bold;
		margin: 10px 0 0 30px;
		font-size: 14px;
		transition: 0.3s;
	}
	.s_c_h_inq a:hover {
		background-color: #c67a00;
	}
	.child_menu_span span {
		/* 各項目のスタイル */
		display: block;
		font-size: 12px;
		line-height: 1;
		margin-bottom: 10px;
		position: relative;
		text-align: left;
	}
	.child_menu_span p {
		font-size: 14px;
		color: #333;
		font-weight: bold;
		margin: 0;
		text-align: left;
	}
	.global_menu_list li:last-child .menu_link:after {
		content: '';
		/*何も入れない*/
		display: inline-block;
		/*忘れずに！*/
		width: 1px;
		/*画像の幅*/
		height: 60px;
		background: #6e6e6e;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.child_menu_link {
		text-decoration: none;
	}
	.child_menu a {
		text-decoration: none;
		color: #333;
	}
	.menu:hover span {}
	.child_menu>li>span {
		/* 子項目のスタイル */
		font-size: 0.8em;
	}
	.child_menu {
		/* 下層メニューのスタイル */
		width: 100%;
		box-sizing: border-box;
		padding: 30px 0;
		position: absolute;
		top: calc(101%);
		/* 親項目の直下に配置 */
		left: 0;
		color: #333;
		/* 文字色 */
		background: #FFF;
		/* 背景色 */
		visibility: hidden;
		/* 下層メニューを非表示 */
		z-index: 999;
		border-top: 1px solid #ccc;
		box-shadow: 0 6px 6px rgb(0 0 0 / 10%);
	}
	.menu:hover .child_menu {
		/* 下層メニューのスタイル（親項目ホバー時） */
		visibility: visible;
		/* 下層メニューを表示 */
		animation-duration: 0.5s;
		animation-name: fade-in;
	}
	@keyframes fade-in {
		0% {
			visibility: hidden;
			opacity: 0;
			transform: translateY(-10px);
		}
		100% {
			visibility: visible;
			opacity: 1;
			transform: translateY(0px);
		}
	}
	.child_menu_inner {
		width: 1150px;
		margin: 0 auto;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}
	.child_menu_inner a {
		text-align: left;
		font-weight: bold;
	}
	.child_menu_inner .child_menu_box {
		display: block;
		width: 180px;
		box-sizing: border-box;
		padding: 24px 0 30px 0;
		position: relative;
		border-right: 1px dotted #aaa;
	}
	.child_menu_inner .child_menu_box p {
		margin: 0 auto;
		font-size: 20px;
		line-height: 20px;
		position: relative;
	}
	.child_menu_inner .child_menu_btn {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-wrap: wrap;
		padding-top: 5px;
		padding-bottom: 5px;
		position: relative;
	}
	.child_menu_inner .child_menu_btn li {
		width: 150px;
		margin-right: 40px;
		margin: 10px 0;
	}
	.child_menu_inner .child_menu_btn a {
		display: block;
	}
	.child_menu_inner .child_menu_btn a:hover {
		text-decoration: underline;
	}
	.child_menu_inner .child_menu_btn p {
		font-size: 13px;
		line-height: 16px;
		position: relative;
		margin: 0;
	}
	.child_menu_inner .child_menu_btn p:before {
		content: "";
		vertical-align: middle;
		width: 4px;
		height: 4px;
		border-top: 1px solid #333;
		border-right: 1px solid #333;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		top: 2px;
		bottom: 0;
		right: 7px;
		margin: auto;
		z-index: 1;
	}
	.child_menu_inner .child_menu_btn p:after {
		content: "";
		vertical-align: middle;
		width: 17px;
		height: 17px;
		border-radius: 50%;
		position: absolute;
		top: 0;
		right: 0;
		margin: auto;
		background-color: #f4f0eb;
	}
	.child_menu_btn_01 {
		width: 730px;
		box-sizing: border-box;
		padding: 0 50px;
	}
	.child_menu_btn_01 li:nth-child(3n) {
		margin-right: 0;
	}
	.child_menu_btn_01 li:nth-child(1),
	.child_menu_btn_01 li:nth-child(2),
	.child_menu_btn_01 li:nth-child(3) {
		margin-bottom: 22px;
	}
	.child_menu_btn_02 {
		width: 1010px;
		box-sizing: border-box;
		padding: 0 0 0 50px;
	}
	.child_menu_inner .child_menu_btn_02 li {
		margin-right: 43px;
	}
	.child_menu_btn_02 li:nth-child(5n) {
		margin-right: 0;
	}
	.child_menu_btn_02 li:nth-child {
		margin-bottom: 20px;
	}
	.child_menu_inner .child_menu_list {
		width: 220px;
		display: block;
		box-sizing: border-box;
		padding: 15px 50px 0 15px;
		text-align: left;
		position: relative;
	}
	.child_menu_inner .child_menu_list:before {
		content: '';
		/*何も入れない*/
		display: inline-block;
		/*忘れずに！*/
		width: 1px;
		/*画像の幅*/
		height: 240px;
		background: #6e6e6e;
		position: absolute;
		top: 0;
		left: 0;
	}
	.child_menu_inner .child_menu_list li {
		position: relative;
		padding: 0 0 0 13px;
		margin: 0 0 10px 0;
	}
	.child_menu_inner .child_menu_list li:before {
		content: '';
		/*何も入れない*/
		display: inline-block;
		/*忘れずに！*/
		width: 4px;
		/*画像の幅*/
		height: 4px;
		border-radius: 50%;
		background: #333;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		margin: auto;
	}
	.child_menu_inner .child_menu_list a {
		display: block;
		font-size: 13px;
		line-height: 16px;
		letter-spacing: 1px;
		position: relative;
	}
	.child_menu_inner .child_menu_list a:after {
		content: "";
		vertical-align: middle;
		width: 4px;
		height: 4px;
		border-top: 1px solid #333;
		border-right: 1px solid #333;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0px;
		margin: auto;
	}
	/*--------- フッター ---------*/
	/* FOOTER
-----------------------------------------------------------------*/
	.f_top_txt {
		background-color: #eee;
		padding: 20px 0;
	}
	.f_top_txt p {
		width: 1100px;
		margin: 0 auto;
		font-size: 13px;
	}
	footer {
		background-image: url(/img/common/foot_bgimg.jpg);
		background-size: cover;
		font-size: 13px;
		clear: both;
		margin: 0px 0 0 0;
	}
	footer .f_wrap {
		width: fit-content;
		margin: 4em auto;
		padding: 2em 4em;
		overflow: hidden;
		position: relative;
		display: flex;
		justify-content: space-around;
		align-items: center;
		background: white;
		border-radius: 10px;
	}
	footer .f_wrap .f_left {
		width: 700px;
	}
	footer .f_wrap .f_left p.f_ttl {
		position: relative;
		font-size: 13px;
		font-weight: bold;
		text-align: left;
		text-indent: 25px;
		margin: 7px 0;
		padding: 0;
	}
	footer .f_wrap .f_left p.f_ttl:before {
		content: "";
		width: 13px;
		height: 3px;
		background-color: #1c366b;
		top: 9px;
		display: block;
		left: 0;
		position: absolute;
	}
	footer .f_wrap .f_left .f-left01 {
		overflow: hidden;
		margin-bottom: 30px;
	}
	footer .f_wrap .f_left .f-left01 ul li {
		text-align: left;
		float: left;
	}
	footer .f_wrap .f_left .f-left01 ul li:after {
		content: "/";
	}
	footer .f_wrap .f_left .f-left01 ul li a {
		padding: 0 5px;
		color: #333;
	}
	footer .f_wrap .f_info {
		overflow: hidden;
		border-top: 1px solid #000;
		clear: both;
		padding: 30px 0;
	}
	footer .f_wrap .f_info img {
		float: left;
	}
	footer .f_wrap .f_info ul {
		float: right;
		margin-left: 50px;
	}
	footer .f_wrap .f_info ul li {
		text-align: left;
		line-height: 20px;
	}
	footer .f_wrap .f_link {
		clear: both;
		overflow: hidden;
		margin: 15px 0 35px 0;
	}
	footer .f_wrap .f_link ul {
		width: 1000px;
		margin: 0 auto;
		text-align: center;
	}
	footer .f_wrap .f_link ul li {
		text-align: left;
		display: inline-block;
		margin-bottom: 10px;
		*display: inline;
		*zoom: 1;
	}
	footer .f_wrap .f_link ul li:after {
		content: "/";
	}
	footer .f_wrap .f_link ul li a {
		padding: 0 5px;
		color: #1c366b;
		font-size: 12px;
	}
	.f_right {
		width: 310px;
		padding: 40px 30px;
		box-sizing: border-box;
		border-radius: 5px;
		border: 1px solid #ccc;
	}
	.f_copy {
		padding: 16px 0;
		background: #000;
		color: #FFF;
		font-size: 13px;
		text-align: center;
	}
	/* ----------------------------------------
 レンタルコンテンツ
 ---------------------------------------- */
	.container {
		width: 780px;
		margin: 40px auto;
	}
	.pan_wrap {
		text-align: left;
		margin: 2em auto;
	}
	.pan_wrap div {
		padding-right: 0px;
		display: inline-block;
		font-size: 11px;
		line-height: 17px;
	}
	.rental_inq {
		width: 720px;
		margin: 0 auto;
	}
	.rental_inq a {
		box-sizing: border-box;
		border: 3px solid #ff7f00;
		background: #ff7f00;
		color: #fff;
		position: relative;
		display: block;
		font-size: 20px;
		line-height: 18px;
		padding: 30px 0;
		text-decoration: none;
		text-align: center;
		font-weight: bold;
		letter-spacing: 1px;
	}
	.rental_inq a:after {
		position: absolute;
		bottom: -5px;
		content: "";
		vertical-align: middle;
		right: -5px;
		box-sizing: border-box;
		width: 10px;
		height: 10px;
		border: 10px solid transparent;
		border-left: 10px solid #FFF;
		transform: rotate(45deg);
	}
	.rental_inq a:hover {
		background: #fff;
		color: #ff7f00;
	}
	.rental_inq a:hover:after {
		border-left: 10px solid #ff7f00;
	}
}