
/*===============================================
　SP iPhone6以上（画面の横幅が761pxまで）
===============================================*/

@media (max-width:850px){
	
	/* ============================================================
 	main vi 
	==============================================================*/


	#main_wrap{
		width: 100%;
		height: auto!important;
		position: relative;
		overflow: hidden;
		padding: 88px 0 0;
	}
    
    
	
	/* ============================================================
 	section 01
	==============================================================*/
	
	#sec01{padding: 0 0 60px;}

	#sec01 table {
        margin: 0 auto;
    }

	#sec01 table a{
		color:#1782ba;
		margin: 6px 0 0;
		display: block;
	}

	#sec01 td{
	}

	#sec01 table a:hover{
		color:#97c4ff;
	}

    #sec01 tr th{
    	width: 22%;
    	padding: 16px 0;
    }

    #sec01 .right_btn{
    	text-align: right;
    }

    #sec01 .right_btn .pdf_btn{
    	margin: 19px 0 10px 0;
    }

    #sec01 .right_btn .more_btn{
    	margin: 19px 0 10px auto;
    }

	#sec01 .map_btn a{
		border: 1px solid #b7b7b7;
		background-color: #fff;
		color: #000;
		padding: 10px 0 10px 14px;
	}

	#sec01 .map_btn a:before{
		content: "";
		display: block;
		width: 6px;
		height: 6px;
		border-right: solid 1px #b1b1b1;
		border-bottom: solid 1px #b1b1b1;
		position: absolute;
		top: 50%;
		right: -200%;
		transform: translate(1770%, -50%) rotate(-45deg);
	}

	#sec01 .map_btn a:after{
		height: 24px;
		width: 24px;
		background: url("../../../global/img/pdf.png") no-repeat;
		transform: translate(0, -50%) rotate(0deg);
		border: none;
		background-size: 24px;
		top: 50%;
		left: 12%;
		content: "";
		position: absolute;
	}
	.adjust span{
		width: 7em;
		display: block;
		margin: 10px 0 0 0;
	}
	.adjust span.mt0{
		margin: 0;
	}
	.adjust em{
		font-size: 0.85em;
		font-style: normal;
	}
}



/*===============================================
　SP iPhone5サイズ対応　画面の横幅が350pxまで▼▼▼▼▼
===============================================*/

@media (max-width:349px) {
	
}

/*===============================================
　SP iPhone Plus サイズ対応　画面の横幅が415pxまで▼▼▼▼▼
===============================================*/

@media (min-width: 413px) and (max-width: 761px) {
	
}

