@charset "utf-8";
/* Copyright 2022 FSFIELD All Rights Reserved. */

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

PC、タブレット、スマートフォン共通

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

/* ------------------------------------------------------------

トップページ

------------------------------------------------------------ */

/* メインビジュアル
---------------------------------------------- */
.main {
	position: relative;
	z-index: 0;
	margin-bottom: 80px;
}

.main::before {
	content: "";
	background: #F1F4F5;
	width: 100%;
	height: 82.6%;
	position: absolute;
	top: -150px;
	left: 0;
	z-index: -1;
}

.main_inner {
	padding-left: 150px;
}

.main_inner .image img {
	width: 100%;
	height: calc(100vh - 150px);
	object-fit: cover;
	object-position: right 0;
}

.main_inner .image img:nth-of-type(2) {
	display: none;
}

.txt_main {
	background: #FFF;
	width: 34.32vw;
	min-width: 670px;
	min-width: 520px;
	padding: 40px;
	position: absolute;
	left: 150px;
	bottom: 0;
	z-index: 1;
}

.txt_main img {
	width: 100%;
	height: auto;
}

.txt_main img:nth-of-type(2) {
	display: none;
}

.main_info {
	background: #FFF;
	border-radius: 5px;
	overflow: hidden;
	position: absolute;
	top: 24px;
	left: 174px;
}

.main_info a {
	background: #6B001A;
	padding: 16px 20px;
	color: #FFF;
	font-weight: 700;
	display: flex;
	gap: 5px;
	transition: opacity .3s;
}

.main_info a:hover{
	opacity: 0.8;
}

.main_info img {
	width: 28px;
	height: 31px;
	flex: none;
}

.main_info div {
	font-size: 1.8rem;
	line-height: 1.8;
}

/*--SCROLL--*/
.main_scroll {
	position: absolute;
	left: 65px;
	bottom: -33px;
	width: 20px;
	height: 250px;
	z-index: 1;
}

.main_scroll p {
	font-family: 'Roboto';
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-align: end;
	color: #2C5276;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.main_scroll .arrow {
	background: #D9E6F0;
	width: 1px;
	height: 130px;
	margin: 63px auto 0;
	position: relative;
	overflow: hidden;
}

.main_scroll .arrow::before {
	content: "";
	width: 1px;
	height: 130px;
	background: #2C5276;
	position: absolute;
	top: -130px;
	right: 0px;
	-webkit-animation: main_scroll 2s ease 0s infinite normal;
	animation: main_scroll 2s ease 0s infinite normal;
}

@keyframes main_scroll {
	0% {
		-webkit-transform: translate3d(-50%, 0, 0);
		transform: translate3d(-50%, 0, 0);
	}

	60% {
		-webkit-transform: translate3d(-50%, 130px, 0);
		transform: translate3d(-50%, 130px, 0);
	}

	100% {
		-webkit-transform: translate3d(-50%, 130px, 0);
		transform: translate3d(-50%, 130px, 0);
	}
}

/* アクセスTOP
---------------------------------------------- */
.sec_information {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 50px;
	margin-bottom: 60px;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	font-size: 1.4rem;
}

.sec_information figure {
	width: 520px;
}

.sec_information figure img {
	width: 100%;
	height: auto;
}

.information {
	width: calc(100% - 550px);
}

.information .info {
	margin-bottom: 25px;
}

.information .info p:nth-of-type(1) {
	font-size: 1.6rem;
}

.information .train {
	margin-bottom: 25px;
}

.information .train ol li {
	margin-bottom: 10px;
	text-indent: -1em;
	padding-left: 1em;
	line-height: 1.4;
}

.information .train ol li:last-of-type {
	margin-bottom: 0;
}

.information .train h2 {
	font-weight: 700;
	font-size: 1.6rem;
	margin-bottom: 8px;
}

.information .parking h2 {
	font-weight: 700;
	font-size: 1.6rem;
	margin-bottom: 8px;
}

.information .parking p {
	line-height: 1.4;
}

/* お知らせ
---------------------------------------------- */
.sec_news {
	background: #F9FAFB;
	padding: 60px 50px;
	margin-bottom: 120px;
}

.sec_news .news {
	max-width: 1200px;
	margin: 0 auto;
}

.sec_news .news .heading01 {
	text-align: center;
	margin-bottom: 30px;
}

.article:first-of-type {
	border-top: 1px solid #D8DFE7;
}

.article {
	border-bottom: 1px solid #D8DFE7;
	display: flex;
	padding: 12px 0;
}

.article time {
	font-family: 'Roboto';
	display: block;
	width: 115px;
	color: #2C5276;
	letter-spacing: 0.01em;
	padding-top: 2px;
	flex: none;
}

/* 会議室のご案内
---------------------------------------------- */
.sec_room {
	max-width: 1720px;
	width: 100%;
	margin: 0 auto 120px;
	padding: 0 50px;
}

.room_top {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}

.room_top .heading01 {
	margin-bottom: 0;
}

.sec_room .list_room01 {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 18px;
}

.sec_room .list_room01 li {
	font-size: 1.4rem;
	line-height: 1.4;
	color: #999;
}

.sec_room h3 {
	font-size: 2.2rem;
	line-height: 1.2;
	font-weight: 700;
	margin-bottom: 15px;
	padding-top: 15px;
	border-top: 3px solid #D8DFE7;
}

.wrap_room {
	margin: 0 -25px 60px;
	display: flex;
}

.wrap_room:last-of-type {
	margin-bottom: 0;
}

.room {
	width: 33.33%;
	padding: 0 25px;
}

.room_detail {
	display: block;
	overflow: hidden;
	cursor: pointer;
	position: relative;
}

.room_detail figure:nth-of-type(2) {
	display: none;
}

.room_detail figure img {
	width: 100%;
	height: auto;
	object-fit: cover;
	transition: transform .5s, filter .5s;
}

.room_detail:hover figure img {
	transform: scale(1.1);
	filter: contrast(0.9) brightness(1.1);
}

.mode-1200 .room_detail:hover figure img {
	transform: none;
}

.room_detail p {
	width: 100%;
	max-width: 180px;
	line-height: 1.2;
	font-weight: 700;
	color: #333;
	background: #FFF;
	padding: 14px 0 14px 22px;
	position: absolute;
	bottom: 0;
	right: 0;
	transition: translate .3s;
}

.room_detail p::after {
	content: "";
	display: inline-block;
	background: url("../img/ico_search01.png") no-repeat center;
	background-size: contain;
	width: 18px;
	height: 18px;
	margin: 0 0 -2px 47px;
}

.room_detail:hover p {
	color: #2C5276;
}

.room .info {
	display: flex;
	padding-top: 30px;
}

.room .info p {
	font-size: 1.4rem;
	line-height: 1.2;
	font-weight: 700;
	min-height: 36px;
	padding: 10px 0 0 36px;
	margin-right: 20px;
	position: relative;
}

.room .info p:last-of-type {
	margin-right: 0;
}

.room .info .info_room::before,
.room .info .info_size::before,
.room .info .info_person::before {
	content: "";
	display: inline-block;
	width: 36px;
	height: 36px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
}

.room .info .info_room::before {
	background-image: url("../img/ico_door01.png");
}

.room .info .info_size::before {
	background-image: url("../img/ico_size01.png");
}

.room .info .info_person::before {
	background-image: url("../img/ico_person01.png");
}

/*--ポップアップ--*/
.modal {
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	padding: 50px 0;
	z-index: 999;
	overflow-y: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
	pointer-events: none;
	opacity: 0;
	transition: opacity .33s;
}

.modal::-webkit-scrollbar {
	display: none;
}

.modal.show {
	opacity: 1;
	pointer-events: auto;
}

.modal_content {
	width: 1000px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}

.modal_inner {
	background: #FFF;
	display: flex;
}

.modal_inner>figure {
	width: 599px;
}

.modal_inner>figure:nth-of-type(2) {
	display: none;
}

.modal_inner>figure img {
	width: 100%;
	height: auto;
}

.modal_inner .inner {
	width: 401px;
}

.modal_inner .inner .room_num {
	font-size: 2.2rem;
	line-height: 1;
	font-weight: 700;
	color: #2C5276;
	padding: 22px 20px;
}

.modal_inner .inner .room_num .num {
	visibility: hidden;
}

/*タブ*/
.tab_btn {
	display: flex;
	padding: 0 4px;
	margin-bottom: -1px;
}

.tab_btn>p {
	width: 79px;
	font-weight: 700;
	font-size: 1.2rem;
	line-height: 1;
	background: #6A9BBF;
	color: #FFF;
	border-radius: 4px 4px 0 0;
	padding: 6px 0;
	margin-right: 1px;
	text-align: center;
	transition: background 0.2s;
	cursor: pointer;
	position: relative;
	flex: none;
}

.tab_btn>p.active,
.tab_btn>p:hover {
	background: #2C5276;
	color: #FFF;
}

.tab_btn>p::before,
.tab_btn>p::after {
	content: "";
	width: 4px;
	height: 3px;
	background: url("../img/home/img_panel01.png") no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 0;
	display: none;
}

.tab_btn>p::before {
	right: -4px;
}

.tab_btn>p::after {
	left: -4px;
	transform: scale(-1, 1);
}

.tab_btn>p.active::before,
.tab_btn>p.active::after {
	display: block;
}

.tab_contents figure {
	display: none;
}

.tab_contents figure.active {
	display: block;
}

.tab_contents figure img {
	width: 100%;
	height: auto;
}

/*会議室使用料金表*/
.wrap_fee {
	background: #FFF;
	display: flex;
	justify-content: space-between;
	padding: 30px 40px 40px;
}

.wrap_fee>p {
	width: 210px;
	font-weight: 700;
	padding-top: 5px;
	font-size: 1.6rem;
	line-height: 1.2;
}

.wrap_fee .fee {
	width: 710px;
}

.wrap_fee .fee>div {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-weight: 700;
	font-size: 1.4rem;
}

.wrap_fee .fee .item {
	width: calc(50% - 20px);
	padding: 10px 0;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #EEEEEE;
}

.wrap_fee .fee .item .time {
	width: calc(100% - 65px);
	flex: none;
	line-height: 1.2;
}

.wrap_fee .fee .item .time span {
	font-size: 1.2rem;
}

.wrap_fee .fee .item .num {
	width: 65px;
	text-align: right;
	line-height: 1.2;
}

.wrap_fee .fee .note {
	color: #AAA;
	font-size: 1.3rem;
	margin-top: 8px;
	text-align: right;
	line-height: 1.2;
}

/*閉じるボタン*/
.btn_modal_close {
	width: 28px;
	height: 28px;
	cursor: pointer;
	position: absolute;
	right: -36px;
	top: 0;
	z-index: 3;
}

.btn_modal_close span {
	display: block;
	width: 28px;
	height: 28px;
	position: relative;
}

.btn_modal_close span::before {
	content: "";
	display: block;
	background: #F0F0F0;
	width: 36px;
	height: 2px;
	transform: rotate(-45deg);
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -18px;
}

.btn_modal_close span::after {
	content: "";
	display: block;
	background: #F0F0F0;
	width: 36px;
	height: 2px;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -18px;
}

/* 新型コロナウイルス感染対策についての取り組み
---------------------------------------------- */
.sec_efforts {
	max-width: 1200px;
	width: 100%;
	padding: 0 50px;
	margin: 0 auto 120px;
}

.efforts {
	background: #2C5276;
	color: #FFF;
	display: flex;
	align-items: center;
	padding: 60px 0;
}

.efforts h2 {
	width: 367px;
	padding: 0 60px;
	font-size: 1.8rem;
	line-height: 1.4;
	font-weight: 700;
	flex: none;
}

.efforts ul {
	width: calc(100% - 367px);
	border-left: 1px solid #34628B;
	padding-left: 60px;
}

.efforts ul li {
	margin-bottom: 30px;
	padding-left: 23px;
}

.efforts ul li:last-of-type {
	margin-bottom: 0;
}

.efforts ul li p {
	font-size: 1.4rem;
	line-height: 1.2;
	position: relative;
}

.efforts ul li p:nth-of-type(1) {
	font-weight: 700;
	margin-bottom: 10px;
}

.efforts ul li p:nth-of-type(1)::before {
	content: "";
	display: block;
	background: url("../img/ico_check01.png")no-repeat 0 0;
	background-size: contain;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 1.5px;
	left: -23px;
}

/* 会議室付帯設備等使用料金表（1日料金）
---------------------------------------------- */
.sec_option {
	max-width: 1720px;
	padding: 0 50px;
	margin: 0 auto 130px;
}

.option {
	margin-bottom: 60px;
}

.option:last-of-type {
	margin-bottom: 0;
}

.option h3 {
	font-size: 2.2rem;
	line-height: 1.2;
	font-weight: 700;
	margin-bottom: 30px;
}

.option .scroll .tbl_type01 {
	table-layout: fixed;
	white-space: nowrap;
}

.option .scroll .tbl_type01 th,
.option .scroll .tbl_type01 td {
	white-space: normal;
}

.option .scroll .tbl_type01 td span {
	display: inline-block;
}

.option .note {
	font-size: 1.4rem;
	line-height: 1.4;
	margin-top: 10px;
}


@media only screen and (max-width:1420px) {
	/* 表示領域が1420px以下の場合に適用するスタイル */

	/* 会議室のご案内
	---------------------------------------------- */
	.room .info p {
		margin-right: 10px;
	}


}

/*--@media--*/


@media only screen and (max-width:1360px) {
	/* 表示領域が1360px以下の場合に適用するスタイル */

	/* 会議室のご案内
	---------------------------------------------- */
	.wrap_room {
		margin: 0 -15px 60px;
	}

	.room {
		padding: 0 15px;
	}

	.room .info {
		display: block;
		padding-top: 20px;
	}


}

/*--@media--*/


@media only screen and (max-width:1100px) {
	/* 表示領域が1100px以下の場合に適用するスタイル */

	/* ------------------------------------------------------------

	トップページ

	------------------------------------------------------------ */

	/* お知らせ
	---------------------------------------------- */
	.sec_news .news .heading01 {
		text-align: left;
		margin-bottom: 30px;
	}

	.article {
		display: block;
	}

	.article h3 {
		line-height: 1.6;
	}

	/* 会議室のご案内
	---------------------------------------------- */
	.room_detail p {
		max-width: 90px;
		padding: 9px 0 9px 20px;
	}

	.room_detail p::after {
		margin: 0 0 -2px 8px;
	}

	.room_detail p span {
		display: none;
	}

	/*--ポップアップ--*/
	.modal_content {
		width: 70%;
	}

	.modal_inner {
		align-items: flex-end;
		position: relative;
		padding-top: 44px;
	}

	.modal_inner>figure {
		width: 54.2%;
	}

	.modal_inner .inner {
		width: 45.8%;
	}

	.modal_inner .inner .room_num {
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}

	/*会議室使用料金表*/
	.wrap_fee {
		padding: 20px 10px 30px;
	}

	.wrap_fee {
		display: block;
	}

	.wrap_fee>p {
		width: 100%;
		padding-top: 0;
		margin-bottom: 8px;
	}

	.wrap_fee .fee {
		width: 100%;
	}

	.wrap_fee .fee .item {
		width: calc(50% - 10px);
	}
}

/*--@media--*/


@media only screen and (max-width:1024px) {	/* 表示領域が1024px以下の場合に適用するスタイル */

	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	タブレット

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

	/* ------------------------------------------------------------

	トップページ

	------------------------------------------------------------ */

	/* メインビジュアル
	---------------------------------------------- */
	.main {
		margin-bottom: 50px;
	}

	.main::before {
		content: "";
		width: 100%;
		height: auto;
		padding-top: 58%;
		position: absolute;
		top: -60px;
	}

	.main_inner {
		padding-left: 60px;
	}

	.main_inner .image img {
		height: auto;
	}

	.main_inner .image img:nth-of-type(1) {
		display: none !important;
	}

	.main_inner .image img:nth-of-type(2) {
		display: block !important;
	}

	.txt_main {
		width: 100%;
		min-width: unset;
		max-width: unset;
		position: inherit;
		padding: 30px 15px 0 0;
		left: 60px;
	}

	.txt_main img {
		max-width: 500px;
	}

	.txt_main img:nth-of-type(1) {
		display: none;
	}

	.txt_main img:nth-of-type(2) {
		display: block;
	}

	.main_info {
		top: 24px;
		left: 84px;
	}

	/*--SCROLL--*/
	.main_scroll {
		height: 151px;
		left: 18px;
		bottom: 0;
	}

	.main_scroll p {
		font-size: 1.2rem;
	}

	.main_scroll .arrow {
		margin-top: 40px;
		height: 90px;
	}

	.main_scroll .arrow::before {
		height: 124px;
	}

	/* アクセスTOP
	---------------------------------------------- */
	.sec_information {
		display: flex;
		flex-direction: column-reverse;
		padding: 0 15px;
		margin-bottom: 50px;
		max-width: 520px;
	}

	.sec_information figure {
		width: 100%;
		margin-bottom: 15px;
	}

	.information {
		width: 100%;
	}

	.information .info {
		margin-bottom: 25px;
	}

	.information .info p:nth-of-type(1) {
		font-size: 1.4rem;
	}

	.information .train {
		margin-bottom: 25px;
	}

	.information .train ol li {
		margin-bottom: 5px;
	}

	.information .train h2 {
		font-size: 1.4rem;
		margin-bottom: 5px;
	}

	.information .parking h2 {
		font-size: 1.4rem;
		margin-bottom: 5px;
	}

	.information .parking p {
		line-height: 1.4;
	}

	/* お知らせ
	---------------------------------------------- */
	.sec_news {
		padding: 50px 15px;
		margin-bottom: 50px;
	}

	/* 会議室のご案内
	---------------------------------------------- */
	.sec_room {
		padding: 0 15px;
		margin-bottom: 60px;
	}

	.room_top {
		flex-direction: column;
		margin-bottom: 15px;
	}

	.room_top .heading01 {
		margin-bottom: 30px;
	}

	.room_top .list_pdf01 li{
		max-width: 310px;
	}

	.sec_room h3 {
		font-size: 1.7rem;
	}

	.wrap_room {
		display: block;
	}

	.room {
		display: flex;
		width: 100%;
		margin-bottom: 30px;
	}

	.room:last-of-type {
		margin-bottom: 0;
	}

	.room_detail figure:nth-of-type(1) {
		display: none;
	}

	.room_detail figure:nth-of-type(2) {
		display: block;
	}

	.room_detail {
		width: 50%;
	}

	.room_detail p {
		max-width: 58.5px;
		font-size: 1.2rem;
		padding: 6px 8px;
	}

	.room_detail p::after {
		width: 13px;
		height: 13px;
		margin: 0 0 -2px 3px;
	}

	.room .info {
		width: 50%;
		padding: 0 0 0 15px;
	}

	/*--ポップアップ--*/
	.modal_inner .inner .room_num {
		font-size: 1.8rem;
	}

	/*タブ*/
	.tab_btn p {
		width: calc(33.333% - 1px);
	}

	/* 新型コロナウイルス感染対策についての取り組み
	---------------------------------------------- */
	.sec_efforts {
		padding: 0 15px;
		margin-bottom: 60px;
	}

	.efforts {
		display: block;
		padding: 40px 30px;
	}

	.efforts h2 {
		width: 100%;
		font-size: 1.6rem;
		line-height: 1.6;
		text-align: center;
		padding: 0 0 30px;
		margin: 0 0 30px;
		border-bottom: 1px solid #34628B;
	}

	.efforts ul {
		width: 100%;
		border-left: none;
		padding-left: 0;
	}

	.efforts ul li {
		margin-bottom: 20px;
		padding-left: 18px;
	}

	.efforts ul li p {
		font-size: 1.3rem;
	}

	.efforts ul li p:nth-of-type(1) {
		margin-bottom: 7px;
	}

	.efforts ul li p:nth-of-type(1)::before {
		width: 14px;
		height: 14px;
		top: 1px;
		left: -18px;
	}

	/* 会議室付帯設備等使用料金表（1日料金）
	---------------------------------------------- */
	.sec_option {
		padding: 0 15px;
		margin-bottom: 60px;
	}

	.option_top {
		display: block;
	}

	.option_top .list_pdf01 li a{
		font-size: 1.45rem;
	}

}

/*--@media--*/


@media only screen and (max-width:767px) {	/* 表示領域が767px以下の場合に適用するスタイル */
	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	スマートフォン（iPhone,Android)

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

	/* ------------------------------------------------------------

	トップページ

	------------------------------------------------------------ */

	.main_info {
		border-radius: 3px;
		top: 15px;
		left: 15px;
	}

	.main_info a {
		padding: 8px 10px;
	}

	.main_info img {
		width: 18px;
		height: 21px;
	}

	.main_info div {
		font-size: 1.3rem;
		line-height: 1.8;
	}

	/* 会議室のご案内
	---------------------------------------------- */
	.room_top .list_pdf01 li{
		max-width: 256px;
	}

	/*--ポップアップ--*/
	.modal_content {
		background: none;
		width: calc(100% - 30px);
		max-width: 500px;
		display: block;
		transform: translate(-50%, 0);
		top: 50px;
		padding-bottom: 50px;
	}

	.modal_inner {
		display: block;
		padding-top: 0;
	}

	.modal_inner>figure {
		width: 100%;
	}

	.modal_inner .inner {
		width: 100%;
	}

	.modal_inner .inner .room_num {
		position: static;
		font-size: 1.4rem;
		padding: 12px 15px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.modal_inner .inner .room_num .num {
		visibility: visible;
		padding-left: 36px;
		display: flex;
		align-items: center;
	}

	.modal_inner .inner .room_num .num::before {
		content: "";
		display: block;
		background: url("../img/ico_person01.png") no-repeat 0 0;
		background-size: 34px;
		width: 34px;
		height: 34px;
	}

	.room_detail figure img {
		min-height: 120px;
		object-fit: cover;
	}

	/*会議室使用料金表*/
	.wrap_fee {
		padding: 40px 15px;
	}

	.wrap_fee .fee>div {
		display: block;
	}

	.wrap_fee .fee .item {
		width: 100%;
	}

	.wrap_fee .fee .note {
		text-align: left;
		font-size: 1.2rem;
	}

	/*閉じるボタン*/
	.btn_modal_close {
		top: -36px;
		right: 3px;
	}

	/* 会議室付帯設備等使用料金表（1日料金）
	---------------------------------------------- */
	.sec_option .heading01 h2 span {
		margin-left: -14px;
	}

	.option_top .list_pdf01 li {
		max-width: 338px;
	}

	.option {
		margin-bottom: 30px;
	}

	.option h3 {
		font-size: 1.7rem;
		line-height: 1.2;
		margin-bottom: 20px;
	}

	.option .scroll .tbl_type01 th:nth-of-type(1),
	.option .scroll .tbl_type01 th:nth-of-type(2) {
		width: 138px;
	}

	.option .scroll .tbl_type01 th:nth-of-type(3) {
		width: 89.5px;
	}

	.option .scroll .tbl_type01 th:nth-of-type(4) {
		width: 70px;
	}

	.scroll {
		overflow: auto;
		white-space: nowrap;
		width: calc(100% + 30px);
		margin-left: -15px;
		padding: 0 15px;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
	}

	.scroll:last-of-type {
		margin-bottom: 0;
	}

	.option .scroll .tbl_type01 {
		position: relative;
		min-width: 737px;
	}

	.option .scroll .tbl_type01::after {
		/*右側の余白*/
		content: "";
		background: #FFF;
		display: block;
		width: 15px;
		height: 1px;
		position: absolute;
		top: 0;
		right: -15px;
	}


}

/*--@media--*/


@media only screen and (max-width:340px) {	/* 表示領域が340px以下の場合に適用するスタイル */

	/* ------------------------------------------------------------

	トップページ

	------------------------------------------------------------ */

	/* メインビジュアル
	---------------------------------------------- */
	.txt_main p {
		font-size: 1.6rem;
	}


}

/*--@media--*/