@charset "shift-jis";
/**
* css for fc
*/

@media screen and (max-width: 767px) {
	#catArea {
		min-width: 320px;
		width: 100%;
		height: auto;
		box-sizing: border-box;
		margin: 10px 0;
		background-image: none;
	}
	#catArea .section {
		max-width: auto;
	}
	#catArea h2 {
		padding-top: 0;
	}
	#catArea .section img {
		width: 100%;
		height: auto;
	}
	.number {
		margin-right: 8px;
	}
	#mainIn .sectionL h4.sttlBold {
		text-indent: -40px;
		padding-left: 40px;
	}
	.infoArea  {
		padding: 10px;
		margin-left: -10px;
		margin-right: -10px;
	}
	.grayLine {
		padding-bottom: 10px !important;
	}
	#pager ul{
		display: table;
		width: 100%;
		padding: 20px 0 10px;
	}
	#pager ul li {
		display: table-cell;
		float: none;
		vertical-align: middle;
	}
	#pager ul li.next {
		text-align: right;
	}
	#pager ul li:first-child a {
		padding: 0 25px;
	}
	#pager ul li a {
		height: auto;
		display: block;
		border-left: 0;
		padding: 0 25px;
	}
	ul.telfax li{
		display:block;
		margin-right:0;
	}
	table {
		width: 100%;
	}
	table dt {
		float: none;
		width: 100%;
	}
	table dd {
		float: none;
		width: 100%;
		text-align: left;
	}
	.borderSec .img-responsive{
		width:100%;
		height:auto;
	}
	/*=======
	schedule
	========*/
	.sp_indent span {
		display: inline-block;
		text-indent: -15px;
		padding-left: 10px;
	}

	.btnRed{
		width: 100%;
		padding: 12px 10px 12px 40px;
	}
	.btnRed::before{
		top: 14px;
    left: 20px;
		width: 25px;
    height: 25px;
	}
	/*=======
	support
	========*/
	.borderSec.fBox .fr{
		margin: 0 auto;
	}
}