@charset "UTF-8";
/* CSS Document */



/*****************************************************************
2019.09.30追加
*****************************************************************/


.fontImpact {
	font-weight:bold;
	font-size:1.6em;
	text-align:center;
	color: #fff;
	background: #ffb77a;
	padding:0.8em 0.95em;
	border-radius: 50%;        /* CSS3草案 */  
	-webkit-border-radius: 50%;    /* Safari,Google Chrome用 */
	-moz-border-radius: 50%;   /* Firefox用 */
}

.pageIntro.p02 p{
	font-size:1.15em;
	color:#6d6d6d;
}

.framePage .listSche {
	border:solid 1px #ccc;
	padding:1.0em 1.8em;
	margin-bottom:35px;
	border-radius: 15px;        /* CSS3草案 */  
	-webkit-border-radius: 15px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 15px;   /* Firefox用 */
}

#contents .framePage .listSche li{
	padding:2.0em 0.6em;
	border-bottom:solid 1px #ccc;
	text-align: center;
}
#contents .framePage .listSche li .date{
	font-size: 1.15em;
	color: #4ec1a7;
	font-weight: bold;
	margin: 0 0 0.5em;

}

#contents .framePage .listSche li .dataSchedule {
	font-size:1.05em;
	padding:0.8em 0;
	color:#333;
}

#contents .framePage .listYoyaku  {
	padding:0.5em 0.3em;
}
#contents .framePage .listYoyaku dl {
	border:solid 1px #7cc5aa;
	margin:0 0 10px 0;
}
#contents .framePage .listYoyaku dt {
	padding:0.4em 1.0em;
	background:#56bf98;
	color:#fff;
	text-align:center;
}
#contents .framePage .listYoyaku dd {
	padding:0.8em 1.1em;
}
#contents .framePage .listYoyaku dl a{
	color:#09bed2;
	text-decoration:none;
}

#contents .framePage .listItmConrm {
	padding:0.6em 0.3em;
}
#contents .framePage .listItmConrm ul{
	background:#fff;
	padding:1.01em 0.3em;
	font-weight:bold;
	text-align:center;
	border:solid 2px #d4d4d4;
}
#contents .framePage .listItmConrm li{
	padding:0.41em 0.4em;
	color:#717171;
	font-weight:bold;
}

#contents .framePage  .conditionCansel {
	color:#f00;
}
#contents .framePage  .conditionCansel li{
	font-weight:bold;
	padding:0.5em 0 0.5em 2.4em;
}
#contents .framePage  .conditionCansel li::before{
	content:"!";
	display:block;
	position:absolute;
	font-size:0.87em;
	left:0.3em;
	top:0.5em;
	background:#f00;
	color:#fff;
	text-align:center;
	width:20px;
	height:20px;
	line-height:20px;
	border-radius: 20px;        /* CSS3草案 */  
	-webkit-border-radius: 20px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 20px;   /* Firefox用 */
}

#contents .framePage .boxContactArea {
	border:#ccc 1px solid;
	color:#666;
	text-align:center;
	padding:0 0 1.0em;
}
#contents .framePage .boxContactArea .map{
	border:none;
}


#contents .framePage .boxContactArea h4{
	/*margin-bottom:5px;*/
	padding:0.45em 0;
	font-size:1.2em;
	font-weight:bold;
}


#contents .framePage .boxContactArea p{
	padding:0.5em 2.0em;
}

#contents .listBelong {
	padding:0.8em 1.0em;
}

#contents .listBelong li{
	padding:0.5em 0 0.5em 2.0em;
	font-weight:bold;
	font-size:1.15em;
	color:#757575;
}
#contents .listBelong li::before{
	content:"";
	display:block;
	width:10px;
	height:10px;
	border:solid 2px #ccc;
	border-left:none;
	border-bottom:none;
	position:absolute;
	left:0;
	top:0.75em;
	-moz-transform:    rotate( 45deg );  /* Firefox用 */
	-webkit-transform: rotate( 45deg );  /* Chrome,Safari,新しいOpera用 */
	-o-transform:      rotate( 45deg );  /* 古いOpera用 */
	-ms-transform:     rotate( 45deg );  /* IE9用 */
	transform:         rotate( 45deg );  /* CSS3の書き方 */
}

/* ウィンドウ幅が922px〜の場合に適用するCSS */
@media screen and ( min-width:922px ){
	
	#contents .framePage .listYoyaku  {
		display:flex;
	}
	
	
	#contents .framePage .listYoyaku dl {
		margin:0 20px 10px;
		width : 98% ; /* IE8以下とAndroid4.3以下用フォールバック */
		 width : -webkit-calc(50% - 40px) ;
		 width : calc(50% - 40px) ;
	}
	
}
