@charset "UTF-8";

/* Reset ----------------------------- */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, img, strong, dl, dt, dd, ul, li, form, label, table, caption, tbody, tfoot, thead, tr, th, td, article, footer, header, menu, nav, section { margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:top; background:transparent; }
body { line-height:1; font-family: 'Hiragino Kaku Gothic ProN', meiryo, sans-serif; -webkit-text-size-adjust:none;}
article, footer, header, nav, section {	display:block; }
ul { list-style:none; }
a { margin:0; padding:0; border:0; font-size:100%; vertical-align:top; background:transparent; }
table { border-collapse:collapse; border-spacing:0; width:100%; }
hr { display:block; height:1px; border:0; border-top:1px solid #cccccc; margin:0; padding:0; }
input, select { vertical-align:middle; }
img { vertical-align:bottom; }

body{
-webkit-text-size-adjust: 100% !important;
}
/* Clearfix ----------------------------- */
.cf:after,.cf_bot:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }

/* pc sp 共通 ----------------------------- */
html{
	position: relative;
}
body {
	position: relative;
}
.wrap{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
}
body.fixed { 
	overflow:hidden;
	position:fixed;
	width: 100%;
	height: 100%;
}
footer #f_ttl h2 {
	background:url(../img/common/circle_sm.png) no-repeat left center; }
footer small {
	background-color:#283187;
}
.imgSwitch h1{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:top;
	background:transparent;
}
.iconNew{
	position:relative;
	top:3px;
	display:inline-block;
	padding:0 6px;
	background-color:#ed2d3c;
	color:#fff;
	font-size:15px;
	line-height:1.4;
	border-radius:3px;
}
.xray_condition{
	font-size: 11px;
}

@media all and (min-width:768px), print{
/* pc header ----------------------------- */
header {
	position:relative;
	padding: 0 40px;
	display:flex;
	align-items:center;
	justify-content:space-between;
}
header #sp_header{
	flex:0 0 auto;
}
header #sp_header div{
	display:none;
}
header h1 {
	max-width:315px;
	margin: 32px 0;
}
@media screen and (max-width:960px){
	header h1 {
		max-width:240px;
	}
}
header h1 img {
	width:100%;
}
header #gnav {
	position: relative;
	width:auto;
	max-width: none;
	margin-right: 0;
	/*padding-top: 14px;*/
}
#sp_gnav{
	display: flex;
	flex:1 1 auto;
	justify-content:flex-end;
	align-items:center;
}
header #gnav ul {
	width:auto;
	margin: 0 0 0 auto;
	display:flex;
	align-items: center;
	justify-content:flex-end;
	gap: 36px;

}

header #gnav ul li {
	position:relative;
	/*margin: 0 auto;*/

}
header #gnav ul li a {
	font-size:15px;
	line-height:120%;
	font-weight:bold;
	color:#000046;
	text-decoration:none;
	text-align:center;
	vertical-align:middle;
	display:table-cell;
	width:100%;
	cursor:pointer;
}
@media screen and (max-width:960px){
	header #gnav ul li a {
		font-size:14px;
	}
}

header #gnav ul li span.no {
	font-size:16px;
	line-height:120%;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
	text-align:center;
	width:100%;
	height:32px;
}

header #gnav ul li:nth-child(1),
header #gnav ul li:nth-child(2),
header #gnav ul li:nth-child(3),
header #gnav ul li:nth-child(4),
header #gnav ul li:nth-child(5),
header #gnav ul li:nth-child(6){
	width:auto;
}
/*PullDownMenu---------*/
header #gnav ul li ul {
 	display: block;
	height:auto;
	padding:0px;
	background-color:#f0f0f0;
	position:absolute;
	left:0;
	top: calc(100% + 10px);
	min-width: 220px;
	visibility: hidden;
	opacity: 0;
	transition: .25s;
	z-index:999999;
	background:rgba(0,0,0,0);
}

header #gnav ul li:nth-child(1) ul {
	width:50%;
	left:24%;
}
header #gnav ul li:nth-child(2) ul {
	width:auto;
	left:0;
}
header #gnav ul li:nth-child(3) ul {
	width:180%;
	left:24%;
}
header #gnav ul li:nth-child(4) ul {
	width:auto;
	left:0;
}
header #gnav ul li ul li {
	float:left;
	padding:0px;
	background-color:#fff;
}
header #gnav ul li:nth-child(1) ul li,
header #gnav ul li:nth-child(2) ul li,
header #gnav ul li:nth-child(3) ul li,
header #gnav ul li:nth-child(4) ul li,
header #gnav ul li:nth-child(5) ul li,
header #gnav ul li:nth-child(6) ul li{
	width:100% !important;
}
header #gnav ul li:nth-child(1) ul li:nth-child(1),
header #gnav ul li:nth-child(2) ul li:nth-child(1),
header #gnav ul li:nth-child(3) ul li:nth-child(1),
header #gnav ul li:nth-child(4) ul li:nth-child(1),
header #gnav ul li:nth-child(5) ul li:nth-child(1),
header #gnav ul li:nth-child(6) ul li:nth-child(1){
	border-top: 1px solid #000046;
}
header #gnav ul li:nth-child(1) ul li:nth-child(1),
header #gnav ul li:nth-child(1) ul li:nth-child(2),
header #gnav ul li:nth-child(1) ul li:nth-child(3),
header #gnav ul li:nth-child(1) ul li:nth-child(4),
header #gnav ul li:nth-child(1) ul li:nth-child(5),
header #gnav ul li:nth-child(1) ul li:nth-child(6){
	box-sizing:border-box;
	border-bottom: 1px solid #ddd;
}
header #gnav ul li:nth-child(2) ul li:nth-child(1),
header #gnav ul li:nth-child(2) ul li:nth-child(2),
header #gnav ul li:nth-child(2) ul li:nth-child(3),
header #gnav ul li:nth-child(2) ul li:nth-child(4),
header #gnav ul li:nth-child(2) ul li:nth-child(5),
header #gnav ul li:nth-child(2) ul li:nth-child(6){
	box-sizing:border-box;
	border-bottom: 1px solid #ddd;
}
header #gnav ul li:nth-child(3) ul li:nth-child(1),
header #gnav ul li:nth-child(3) ul li:nth-child(2),
header #gnav ul li:nth-child(3) ul li:nth-child(3),
header #gnav ul li:nth-child(3) ul li:nth-child(4),
header #gnav ul li:nth-child(3) ul li:nth-child(5),
header #gnav ul li:nth-child(3) ul li:nth-child(6),
header #gnav ul li:nth-child(3) ul li:nth-child(7),
header #gnav ul li:nth-child(3) ul li:nth-child(8){
	box-sizing:border-box;
	border-bottom: 1px solid #ddd;
}
header #gnav ul li:nth-child(4) ul li:nth-child(1),
header #gnav ul li:nth-child(4) ul li:nth-child(2),
header #gnav ul li:nth-child(4) ul li:nth-child(3),
header #gnav ul li:nth-child(4) ul li:nth-child(4),
header #gnav ul li:nth-child(4) ul li:nth-child(5),
header #gnav ul li:nth-child(4) ul li:nth-child(6){
	box-sizing:border-box;
	border-bottom: 1px solid #ddd;
}
header #gnav ul li ul li a {
	font-size:15px;
	font-weight:bold;
	text-align:left;
	/*height:30px;*/
	padding:18px;
	/*padding:15px 18px;*/
	box-sizing:border-box;
	color:#000046;
	white-space: nowrap;
}
header #gnav ul li:hover > a { color: #8080A2; }
header #gnav ul li ul li a:hover { color:#8080A2; background:#fff; opacity:1; }
header #gnav ul li:hover > ul { visibility:visible; opacity:1; }

.btn_db a {
	line-height:150%;
	font-weight:bold;
	color:#FFF;
	text-align:center;
	text-decoration:none;
	background-color:#2a498e;
	display:table-cell; padding:0 30px; vertical-align:middle; position:relative; border-radius:5px; cursor:pointer; }
.btn_db a:before {
	content:""; width:12px; height:12px; position:absolute; right:15px; margin-top:-7px; border-top: 3px solid #adbdde; border-right: 3px solid #adbdde; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }

	/*プログラム名変更*/
header #snav {
	/*border-left: 1px solid #BFBFBF;*/
	position: static;
	margin: 0 0 0 4px;
}
header #snav ul {
	width:100%;
	display: flex;
}

header #snav ul li {
	float:right;
	display:table;
	position:relative;
	padding-left:24px;
}
/*プログラム名変更*/
header #snav ul li p {
	font-size:15px;
	line-height:120%;
	font-weight:bold;
	color:#000046;
	text-decoration:none;
	text-align:center;
	vertical-align:middle;
	display:table-cell;
	/*padding-left:24px;*/
	height:32px;
	white-space: nowrap;
}
header #snav ul li p span.lang {
	text-decoration: underline;
}
header #snav ul li p span.line {
	color:#DCDCDC;
	margin-right: 20px;
}
header #snav ul li p span.selected {
	text-decoration: underline;
	text-underline-offset: 4px;
	text-decoration-thickness: 2px;
}
header #snav ul li .eng{
color: #000046;
}
header #snav ul li:nth-child(2),
header #snav ul li:nth-child(3){
	display:none;
}
header #snav .tel{
	max-width: 147px;
	margin-top: 7px;
}
header #snav .mail{
	max-width: 220px;
	margin-top: 7px;
}
@media screen and (max-width:960px){
	header #snav ul li {
		padding-left:12px;
	}
	header #snav ul li p{
		font-size:14px;
	}
	header #snav .tel{
		max-width: 133px;
		margin-top: 7px;
	}
	header #snav .mail{
		max-width: 198px;
		margin-top: 7px;
	}
}


header #snav ul li.sp{
	display:none;
}
header #snav a{
	text-decoration: none;
}
header #snav ul li:nth-child(1) a:hover,
header #snav ul li:nth-child(1) a:hover{
	opacity: .5;
}
/* pc footer ----------------------------- */
footer {
	background-color:#F9F9F9;
	padding: 60px 36px 32px 64px;
}
footer .box {
	display: flex;
	position: relative;
	margin-bottom: 36px;
}
footer .box a{
	text-decoration: none;
}
footer .box li a{
	display:block;
	color: inherit;
}
footer .box a:hover{
	opacity: 0.75;
}
footer .box .menu {
	height:32px;
	border-left: 2px solid #BEBEBE;
	font-size: 16px;
	font-weight:bold;
	color: #707070;
	padding-left: 10px;
	margin: 0 0 16px 0;
}
footer .box .s_menu,
footer .box .s_menu_group a {
	font-size: 14px;
	color: #707070;
	padding-left: 10px;
	margin: 0 0 20px 0;
}
footer .box div:nth-child(1) {
	margin-right: 72px;
}
footer .box div:nth-child(2) {
	margin-right: 24px;
}
footer .box div:nth-child(3) {
	margin-right: 64px;
}
footer .box div:nth-child(4) {
	margin-right: 32px;
}
footer .box div:nth-child(5) {
	margin-right: 72px;
}
footer .copy {
	font-size: 12px;
	color: #212121;
	text-align: right;
}






/* pc pagetop ----------------------------- */
.pt {
	width:70px;
	position:fixed;
	right:40px;
	bottom:50px;
	display:none;
}
.pt img {
	width:100%;
}
}


@media screen and (max-width:767px){
	/* sp header ----------------------------- */
	header{
		height:54px;
	}
	#sp_header {
		width:100%;
		height:54px;
		background-color:#FFF;
		position:fixed;
		top:0;
		left:0;
		z-index:999999;
		display:flex;
		align-items:center;
		justify-content:space-between;
	}
	#sp_header h1 {
		width:190px;
		margin: 0 0 0 10px;
	}
		#sp_header h1 img {
			width:100%;
		}
	#sp_header div {
		width:56px;
		height:54px;
		position:relative;
		top:0;
		margin-left:auto;
		margin-right:0;
		cursor:pointer;
		z-index:1000001;
		touch-action: manipulation;
	}
	#sp_header div:before,
	#sp_header div:after,
	#sp_header span {
		content: "";
		display:block;
		width:28px;
		height:3px;
		position:absolute;
		left:auto;
		right:14px;
		margin-left:0;
		background-color:#000046;
	}
	#sp_header div:before {
		top:19px;
	}
	#sp_header div:after {
		top:27px;
		opacity:1;
	}
	#sp_header span {
		top:35px;
	}
	#sp_header div.on:before {
		top:27px;
		-webkit-transform:rotate(45deg);
		transform:rotate(45deg);
	}
	#sp_header div.on:after{
		opacity:0;
	}
	#sp_header div.on span {
		top: 27px;
		-webkit-transform:rotate(-45deg);
		transform:rotate(-45deg);
	}
	#sp_header div:before,
	#sp_header div:after,
	#sp_header span,
	#sp_header div.on:before,
	#sp_header div.on:after,
	#sp_header div.on span { transition:.3s ease-in-out; }

	.overlay {
		position:fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: rgba(0,0,0,.9);
		z-index:999997;
		display:none;
	}
	#sp_gnav {
		display:block;
		width:80%;
		height:100%;
		padding-top:54px;
		position:fixed;
		top:0; right:-100%;
		background-color:#000046;
		z-index:999998;
		overflow:auto;
		-webkit-overflow-scrolling: touch;
	}
	#sp_gnav #gnav ul li a {
		font-size:16px;
		line-height:44px;
		font-weight:bold;
		color:#FFF;
		text-align:left;
		text-decoration:none;
		display:block;
		width:100%;
		padding:10px 20px;
		border-bottom: solid 1px rgba(104, 119, 153, 0.7);
		box-sizing:border-box;
	}

	/*プログラム名変更*/
	#sp_gnav #gnav ul li span.no{
		font-size:16px;
		line-height:44px;
		font-weight:bold; color:#FFF;
		text-align:left;
		text-decoration:none;
		display:block;
		width:100%;
		padding:0 20px;
		border-bottom: solid 1px rgba(104, 119, 153, 0.7);
		box-sizing:border-box;
	}
	#sp_gnav #gnav ul li span.no br{
		display:none;
	}
	#sp_gnav #gnav ul li.pd_top > a {
		position:relative;
		cursor:pointer;
	}
	/*
	#sp_gnav #gnav ul li.pd_top > a:before,
	#sp_gnav #gnav ul li.pd_top > a:after {
		content: "";
		display:block;
		position:absolute;
		background-color:#a1aac0;
	}
		*/
	#sp_gnav #gnav ul li:nth-child(2).pd_top > a:before,
	#sp_gnav #gnav ul li:nth-child(2).pd_top > a:after,
	#sp_gnav #gnav ul li:nth-child(4).pd_top > a:before,
	#sp_gnav #gnav ul li:nth-child(4).pd_top > a:after {
		content: "";
		display:block;
		position:absolute;
		background-color:#a1aac0;
	}
	#sp_gnav #gnav ul li.pd_top > a:before {
		width:13px;
		height:3px;
		top:50%;
		right:22px;
		transform: translateY(-50%);
		opacity:1;
	}
	#sp_gnav #gnav ul li.pd_top > a:after {
		width:3px;
		height:13px;
		top:50%;
		right:27px;
		transform: translateY(-50%);
	}
	#sp_gnav #gnav ul li.pd_top > a.on:before {
		-webkit-transform:translateY(-50%) rotate(90deg);
		transform:translateY(-50%) rotate(90deg); opacity:0;
	}
	#sp_gnav #gnav ul li.pd_top > a.on:after {
		-webkit-transform:translateY(-50%) rotate(90deg);
		transform:translateY(-50%) rotate(90deg);
	}
	#sp_gnav #gnav ul li.pd_top > a:before,
	#sp_gnav #gnav ul li.pd_top > a:after,
	#sp_gnav #gnav ul li.pd_top > a.on:before,
	#sp_gnav #gnav ul li.pd_top > a.on:after {
		transition:.3s ease-in-out;
	}
	#sp_gnav #gnav ul li ul {
		background-color:#fff;
		display:none;
	}
	#sp_gnav #gnav ul li ul li a {
		padding-left:40px;
		color:#333;
		border-bottom: solid 1px rgba(104, 119, 153, 0.7);
	}
	#sp_gnav #snav ul {
		margin-top:15px;
		height:200px;
	}
	#sp_gnav #snav ul li:nth-child(1) {
		display:none;
	}
	#sp_gnav #snav ul li a {
		font-size:16px;
		line-height:120%;
		font-weight:bold;
		color:#FFF;
		text-decoration:none;
		display:block;
		padding:15px 20px;
	}
	header #snav ul li.pc{
		display:none;
	}
	/* sp footer ----------------------------- */
	footer {
		background-color:#F9F9F9;
		padding: 32px 16px;
	}
	footer .box {
		display: block;
		position: relative;
		margin-bottom: 36px;
	}
	footer .box a{
		text-decoration: none;
		width: 50%;
	}
	footer .box li a{
		display:block;
		color: inherit;
	}
	footer .box a:hover{
		opacity: 0.75;
	}
	footer .flex{
		display: flex; /* flexbox */
		flex-wrap: wrap; /* 折返し指定 */
		margin-bottom: 24px;
	}
	footer .box .menu {
		height:24px;
		border-left: 2px solid #BEBEBE;
		font-size: 16px;
		font-weight:bold;
		color: #707070;
		padding-left: 10px;
		margin: 0 0 24px 0;
	}
	footer .box .s_menu,
	footer .box .s_menu_group a {
		font-size: 14px;
		color: #707070;
		padding-left: 10px;
		margin: 0 0 20px 0;
		
	}
	footer .box .s_menu,
	footer .box .s_menu_group{
		display: none;
	}
	footer .box div:nth-child(1) {
		margin-right: 0px;
	}
	footer .box div:nth-child(2) {
		margin-right: 0px;
	}
	footer .box div:nth-child(3) {
		margin-right: 0px;
	}
	footer .box div:nth-child(4) {
		margin-right: 0px;
	}
	footer .copy {
		font-size: 11px;
		color: #212121;
		text-align: center;
	}
	/* sp pagetop ----------------------------- */
	.pt {
		width:54px;
		position:fixed;
		right:10px;
		bottom:20px;
		display:none;
	}
	.pt img {
		width:100%;
	}
	.iconNew{
		position:relative;
		top:2px;
		display:inline-block;
		padding:0 5px;
		background-color:#ed2d3c;
		color:#fff;
		font-size:12px;
		line-height:1.4;
		border-radius:2px;
	}
}
/* common */
.imgSwitch img {
	width:100%;
}
#mainImage .baseWidth,
#mainImage .baseWidth_bnr,
#mainImage .baseWidth2{
	margin:0;
	padding:0;
}

@media screen and (max-width:767px){
	.sp_dn {
		display:none !important;
	}
	.baseWidth,
	.baseWidth_bnr,
	.baseWidth2 {
		margin:0 20px;
	}
	.imgSwitch span:nth-child(1) {
		display:none;
	}
}
@media all and (min-width:768px), print{
	.pc_dn {
		display:none !important;
	}
	.baseWidth,
	.baseWidth_bnr {
		margin:0 30px;
	}
	.baseWidth2 {
		margin:0 30px;
	}
	.imgSwitch span:nth-child(2) {
		display:none;
	}
}
@media screen and (min-width:980px){
	.baseWidth,
	.baseWidth_bnr {
		width:920px;
		padding:0 30px;
		margin:0 auto !important;
		box-sizing:border-box;
	}
	#mainImage .baseWidth,
	#mainImage .baseWidth_bnr {
		width:1060px !important;
		padding:0 30px;
		margin:0 auto !important;
		box-sizing:border-box;
	}
}
@media screen and (min-width:1200px){
	.baseWidth1200 {
		width:1200px;
		padding:0;
		margin:0 auto !important;
		box-sizing:border-box;
		background-color:#1e2d4b;
	}
}
@media screen and (min-width:1240px){
	.baseWidth2 {
		width:1200px;
		padding:0 30px;
		margin:0 auto !important;
		box-sizing:border-box;
	}
}

.sp_hidden{
	display: block!important;
}
.pc_hidden{
	display: none!important;
}
@media screen and (max-width:767px){
	.sp_hidden{
		display: none!important;
	}
	.pc_hidden{
		display: block!important;
	}
}

/* ---------------------------- */
/* --- モーダルBase --- */
/* ---------------------------- */
/*
.swiperModalButton {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-around;
}
*/
/* モーダル */
.modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	padding: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: opacity 0.3s;
	pointer-events: none;
	opacity: 0;
	/*z-index: 100;*/
	/*background-color: rgba(255, 255, 255, 0.9);*/
	z-index: 99999999;
	background-color: rgba(0, 0, 0, 0.9);
/*
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
*/
	vertical-align: baseline;
	box-sizing: border-box;
}

/* モーダルがactiveの時 */
.modal.is-active {
 	opacity: 1;
	pointer-events: auto;
}

/* モーダル背景のオーバーレイ部分 */
.modal__overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

/* モーダルのコンテンツ */
.modal__content {
    position: relative;
    width: 100%;
    /*max-width: 800px;*/
	max-width: 600px;
    /*padding: 20px;*/
	padding: 0px;
}
.modal_inner {
    /*filter: drop-shadow(0px 0px 4px #ddd);*/
    background: #000;
    /*width: 90%;*/
	width: 90%;
    margin: 0 auto;
    /*border-radius: 2px;*/
	border-radius: 0;
    /*padding: 20px 25px;*/
	padding: 28px 54px 96px;
    display: flex;
    justify-content: flex-start;
    /*align-items: center;*/
	align-items:flex-start;
}

/* 閉じるボタン */
.modal__close-btn {
    position: absolute;
    /*right: 0;
    top: -40px;*/
	right: -18px;
    top: 28px;
    /*width: 40px;
    height: 40px;*/
	width: 24px;
    height: 24px;
    cursor: pointer;
    z-index: 20;
}
.modal__close-btn:hover {
    opacity: 0.8;
}

/* 閉じるボタンのX */
.lineClose {
    display: inline-block;
    vertical-align: middle;
    /*color: #313131;*/
	color: #fff;
    line-height: 1;
    /*width: 2rem;*/
	width: 24px;
    height: 0.1rem;
    background: currentColor;
    border-radius: 0.1rem;
    position: relative;
    transform: rotate(45deg);
}
.lineClose::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: inherit;
	border-radius: inherit;
	transform: rotate(90deg);
}
p.swiperText {
    margin: 12px 0 0 0;
    /*text-align: center;*/
	color: #fff;
	font-size: 14px;
	line-height: 1.6;
}
.swiperCondition{
	margin: 12px 0 0;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	text-align: center;
}
		

p.swiperTitle {
    margin: 0 0 28px 0;
	padding: 0;
	color: #fff;
	font-size: 20px;
	font-weight: normal;
}
		
.swiper-button-next{
	position:absolute;
	bottom:72px;
	right: 18px;
	z-index:10;
	cursor:pointer;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	width: 24px;
	height: 24px;
	border: 1px solid #fff;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateX(-25%) rotate(45deg);
}
.swiper-button-prev{
	position:absolute;
	bottom:72px;
	left: 54px;
	z-index:10;
	cursor:pointer;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	width: 24px;
	height: 24px;
	border: 1px solid #fff;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateX(25%) rotate(-135deg);
}

@media screen and (max-width: 767px) {
	.modal_inner {
		padding: 24px 20px 72px;
	}
	/* 閉じるボタン */
	.modal__close-btn {
		right: 1%;
		top: 16px;
	}
	/* 閉じるボタンのX */
	.lineClose {
		width: 18px;
	}
	p.swiperText {
		margin: 0 0 8px 0;
	}

	p.swiperDate {
		font-size: 11px;
	}
	p.swiperTitle {
		margin: 0 0 10px 0;
		font-size: 14px;
	}

	.swiper-button-next{
		bottom:52px;
		right: 4%;
		width: 16px;
		height: 16px;
	}
	.swiper-button-prev{
		bottom:52px;
		left: 6%;
		width: 16px;
		height: 16px;
	}
}
