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

/*タブレット用css*/
@media screen and (max-width: 1024px){
	
.slide_on img{
	width: 30%;
	height: auto;
}
.slide_box{
	width: 80%;
}
nav.g_navi_box{
	width: 100px;
}
.container{
	padding:0 5% 10px;
}
img{
	max-width: 100%;
	height: auto;
}
	
	
}/* タブレット用 end */
/*スマホ・タブレット用css*/
@media screen and (max-width: 750px){
.footer_in{
	padding:0 5%;
}
.header_in{
	width: 100%;
}
.copy{
	font-size:70%;
	text-align:center;
}


.slide_box{
	width: 100%;
}
.pagetitle {
	background-size: auto 100%;
}
.pagetitle {
	padding: 50px 0;	
}
.pagetitle h2{
	font-size: 150%;
}
	
section h3{
	font-size:130%;
}
.breadcrumbs{
	margin-top:0;
}
section{
	margin-bottom:50px;
}
.table01 th{
	width:40%;
}
#mobile-head {
	height: 50px;
}
.logo{
	width:40%;
	clear: left;
	margin: auto;
	padding: 5px 0 0 0;
	visibility: hidden;
}
.logo2{
	width:50%;
	padding: 5px 0 0 10px;
}
#mobile-head .logo2 img {
	width: auto;
	height:auto;
	max-width:100%;
	max-height: 40px;
}
.hamburger {
	margin: 7px 20px 0 0;
	border: solid 1px #000;
}
	
.g_navi li ul.child li a:before{
	content: "→";
	padding-left: 10px;
}

a.navi_btn{
	padding: 10px!important;
	margin: 10px 20px 10px;
	text-align: center;
	display: block;
	background: #FFF;
	color: #333!important;
}
a.navi_btn:hover, a.navi_btn:visited{
	color: #333!important;
}
	
#page_top img{
	width:50px;
	height:auto;
}


iframe{
	height: 350px;
}

#pagebottom span{
	display: block;
}
.slide_on{
}
.slide_on img{
	width: 30%;
	height: auto;
}


.f_logo{
	width: 60%;
}
nav.f_navi img{
	width: 60%;
}
	
div.flow_box{
	background: url(../images/flow_bg.jpg) right repeat-y;
}
div.flow_box dl{
	width: 100%;
	box-sizing: border-box;
}
dl.flow_l, dl.flow_r{
	width: 100%;
	background-image: url(../images/flow_l.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	float: none;
	box-sizing: border-box;
}
div.flow_box dl dt{
	font-size: 120%;
	height: 100px;
	line-height: 100px;
	margin-bottom: 10px;
	box-sizing: border-box;
}
dl.flow_r dt{
	float: left;
}


dl.flow_l dt.step, dl.flow_r dt.step{
	padding: 0 20px 0 10px;
}
dl.flow_l dd, dl.flow_r dd{
	margin-right: 30px;
	margin-left: 0;
	box-sizing: border-box;
}
.table02{
	margin-bottom: 180px;
}
li.plan06 table.table02{
	margin-bottom: 220px;
}
.special01, .special02, .special03, .special04{
	background-size: 270px auto;
}
.special02 h5{
	clear: both;
}
#change{
	display: block!important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	height: 30px;
}
.btn02 h5{
	font-size: 11pt;
}
.fix-menu .tel_no{
    font-size: 120%
}
.fix-menu .container{
    padding: 0 0 0 5%;
}
.f_btn{
    padding: 0 20px;
}
	
}/* sp end */