<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
　		お申込・お支払・キャンセル 用（/application/cancel.html）
　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/


/* ▼▼▼▼▼ ＰＣレイアウト : 1200 px以上。 ▼▼▼▼▼ */


nav.page_links{
	margin: 0 auto 30px;
	max-width: 900px;
	text-align: center;
}
nav.page_links a{
	display: inline-block;
	padding: 5px 10px 5px 5px;
	color: #4d4d4d;
}
nav.page_links a:before{
	content: "▼ ";
	color: #999;
}


.application_box article{
	margin: -100px 20px 50px;
	padding-top: 120px;
}

.application_box article h3{
	background: #f2f2f2;
	padding: 8px 10px;
	text-align: center;
	font-size: 130%;
	line-height: 1.3em;
	margin: 0 -20px 20px;
}

.otoiawase{
	background: url(../img/common/bg_line.png);
	padding: 15px;
	text-align: center;
	margin: 20px auto;
	max-width: 720px;
	border-radius: 10px;
}
.otoiawase p.time{
	font-size: 115%;
}
.otoiawase p.tel{
	font-family: Times, "Times New Roman", serif;
	font-style: italic;
	font-weight: normal;
	font-size: 300%;
	line-height: 1.1em;
	margin: 10px 0 0;
}

.payment_table{
	border-spacing: 0;
	width: 100%;
	border-bottom: 1px solid #e0e0e0;
	margin: 20px 0;
}
.payment_table tr th,
.payment_table tr td{
	padding: 10px;
	border-top: 1px solid #e0e0e0;
	vertical-align: top;
}
.payment_table tr td img[src*="card"]{
	width: 200px;
}

.cancel{
	border: 1px solid #e0e0e0;
	padding: 10px;
}

.cancel2{
	background: #fdeef2;
	padding: 15px;
	margin: 0 0 15px;
	border-radius: 8px;
}
.cancel2 h4{
	font-size: 110%;
	color: #bb272d;
	margin: 20px 0 5px;
}
.cancel2 h4:first-child{
	margin-top: 0;
}
.cancel2 + ul.l_indent{
	margin: 15px 15px 10px;
}

.cancel_table{
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #e0e0e0;
	margin: 20px 0 10px;
}

.cancel_table tr th{
	background: #f2f2f2;
	border-left: 1px solid #e0e0e0;
	text-align: left;
	padding: 10px 15px;
}
.cancel_table tr td{
	padding: 10px 15px;
	border-left: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}
.cancel_table tr td:first-child{
	width: 45%;
}
.cancel_table tr td &gt; div{
	float:left;
	width: 45%;
}
.cancel_table tr td &gt; div:first-child{
	width: 55%;
}

.cancel_table tr td &gt; div.clr-block{
	width: 100%;
}
.l_indent li .ib{
	text-indent: 0;
}
.l_indent li i{
	color: #999;
}

.application_box article &gt; img[src*="_pc"].img_r{
	width: 50%;
}
img[src*="icon_card"].img_r{
	width: 260px;
}
img[src*="icon_zero"].img_l{
	width: 220px;
}
.word-break{
	word-break: break-all;
}

/* ▼▼▼▼▼ タブレットレイアウト : 800 px ～ 1200 px。ＰＣレイアウトからスタイルを継承。 ▼▼▼▼▼ */
@media only screen and (max-width: 1200px){

}

@media only screen and (max-width: 1000px){

}

/* ▼▼▼▼▼ モバイルレイアウト : 799 px およびそれ以下。ＰＣレイアウトからスタイルを継承。 ▼▼▼▼▼ */
@media only screen and (max-width: 799px){
	nav.page_links{
		margin: 0 10px 20px;
		border: 1px solid #4d4d4d;
		border-radius: 6px;
		text-align: left;
		overflow: hidden;
	}

	nav.page_links &gt; p{
		display: none;
	}
	nav.page_links &gt; p a,
	nav.page_links &gt; h3{
		font-size: 14px;
		line-height: 1.3em;
		padding: 10px 25px 10px 10px;
		color: #4d4d4d;
	}
	nav.page_links &gt; h3{
		position: relative;
		cursor: pointer;
	}
	nav.page_links &gt; h3:after{
		content: "＞";
		position: absolute;
		right: 10px;
		top: 50%;
		-webkit-transform: translate(0, -50%) rotate(90deg);
		-ms-transform: translate(0, -50%) rotate(90deg);
		transform: translate(0, -50%) rotate(90deg);
	}
	nav.page_links &gt; p a{
		display: block;
		border-top: 1px solid #4d4d4d;
	}
	nav.page_links &gt; h3:hover,
	nav.page_links &gt; p a:hover{
		background: #e6e6e6;
		text-decoration: none;
	}
	nav.page_links a:before{
		display: none;
	}
	.application_box article{
		margin: -100px 10px 20px;
	}
	.application_box article h3{
		font-size: 120%;
		margin: 0 -10px 20px;
	}
	.payment_table tr th,
	.payment_table tr td{
		display: block;
		width: auto;
	}
	.cancel_table tr:first-child{
		display: none;
	}
	.cancel_table tr td{
		width: auto !important;
		display: block;
		overflow: hidden;
		border-left: 0;
		padding: 0;
		background: #f5f3ec;
	}
	.cancel_table tr td:first-child{
		text-align: center;
		background: #f2f2f2;
		padding: 5px 10px;
	}
	.cancel_table tr:last-child td:last-child {
		border-bottom: 0;
	}
	.cancel_table tr td &gt; div{
		width: 24%;
		box-sizing: border-box;
		padding: 10px 0 10px 10px;
		background: #fff;
		min-height: 4.4em;
	}
	.cancel_table tr td &gt; div:first-child{
		width: 43%;
	}
	.cancel_table tr td:nth-child(2):before{
		content: "キャンセル日／\Aキャンセル料";
		box-sizing: border-box;
		width: 33%;
		float: left;
		padding: 10px;
		white-space: pre;
	}
	.cancel_table tr td &gt; div.clr-block{
		width: 67%;
		padding: 10px;
	}
	img[src*="icon_card"].img_r,
	img[src*="icon_zero"].img_l{
		float: none;
		display: block;
		margin: auto;
		width: 180px;
	}

}

@media only screen and (max-width: 600px){
	.otoiawase p.time{
		font-size: 110%;
	}
	.otoiawase p.tel{
		font-size: 270%;
	}

	.cancel2{
		padding: 10px;
	}
	.cancel2 + ul.l_indent{
		margin: 15px 5px 10px;
	}
}

@media only screen and (max-width: 500px){
	.otoiawase p.tel{
		font-size: 250%;
	}
	.application_box article h3{
		font-size: 110%;
	}
	.cancel_table tr td{
		font-size: 12px;
	}
	.cancel_table tr td &gt; div{
		min-height: 5.2em;
	}

}

@media only screen and (max-width: 400px){
	.application_box article{
		margin: -100px 0 20px;
	}
	.application_box article h3{
		font-size: 100%;
	}
	.otoiawase p.tel{
		font-size: 240%;
	}
	.cancel_table tr td{
		font-size: 11px;
	}
	.cancel_table tr td &gt; div{
		padding: 10px 0 10px 5px;
	}
	.cancel_table tr td:nth-child(2):before{
		padding: 10px 5px;
	}
	.cancel_table tr td &gt; div.clr-block{
		width: 67%;
		padding: 10px 5px;
	}

}

@media only screen and (max-width: 320px){

}

@media only screen and (orientation:portrait) {

}
</pre></body></html>