/******************************* 
下層共通 Css 
*******************************/
.contents{
	padding-bottom: 0;
}
.list_style-indent li{
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 5px;
}
#pagetop{
	background-color: #fff;
    padding: 60px 0;
}
#pagetop .inner{
	position: relative;
    margin-bottom: 60px;
}
#pagetop .inner .icon{
	width: 35%;
    padding: 0 40px;
}
#pagetop .inner .main{
	width: 65%;
}
#pagetop .pagettl{
	font-size: 50px;
    color: #fff;
	position: relative;
}
#pagetop .pagettl-box{
	position: absolute;
    bottom: -60px;
    left: 0;
    width: 40%;
    border-radius: 30px 0 30px 0;
    padding: 60px 0;
}
#pagetop .pagettl-box .catch{
	margin-top: 30px;
    font-size: 22px;
    color: #fff;
}
#pagetop .inquiry-box{
	position: absolute;
    bottom: -60px;
    right: 0;
    padding: 20px;
    background-color: #fff;
    width: 50%;
	color: #fff;
}
#pagetop .inquiry-box .icon_tel{
	padding-top: 15px;
    display: block;
}
#pagetop .read{
	font-size: 18px;
    padding-top: 60px;
}
/*==== tablet タブレット用css ===*/
@media screen and (max-width: 1024px){
	#pagetop .read{
		text-align: left;
	}
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 768px){
	#pagetop {
		padding: 40px 0;
	}
	#pagetop .pagettl-box {
		padding: 40px 20px;
	}
	#pagetop .pagettl {
    	font-size: 30px;
	}
	#pagetop .pagettl-box .catch {
		font-size: 16px;
	}
	#pagetop .read {
		padding-top: 30px;
		font-size: 14px;
	}
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
	#pagetop {
		padding: 20px 0;
	}
	#pagetop .inner {
		margin-bottom: 15px;
		padding-top: 180px;
	}
	#pagetop .pagettl-box {
		padding: 30px 20px 20px;
		width: 100%;
		height: 180px;
		top: 0;
		bottom: auto;
		border-radius: 10px 10px 0 0;
	}
	#pagetop .pagettl-box .catch {
		font-size: 14px;
	}
	#pagetop .inner .icon {
		display: none;
	}
	#pagetop .inner .main{
		width: 100%;
	}
	#pagetop .inquiry-box {
		position: relative;
		bottom: 0;
    	width: 100%;
		background-color: #f4f4f4;
	}
	#pagetop .read {
    	padding-top: 0;
	}
}

.sec_bottom .caution{
	background-color: #fff;
    padding: 80px 0 40px;
    text-align: left;
}
.sec_bottom .caution .privacylink{
	margin-top: 30px;
	text-align: center;
}
.sec_bottom .inquiry-list{
	background-color: #e5eef5;
	padding: 25px 0;
}
.sec_bottom .inquiry-list .ttl{
	padding: 0px 40px;
    display: inline-block;
    color: #fff;
}
.sec_bottom .inquiry-list .tel{
	padding: 30px 0;
}
.sec_bottom .inquiry-list .item{
	width: 40%;
    margin: 0 20px;
}
/*==== tablet タブレット用css ===*/
@media screen and (max-width: 1024px){
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 768px){
	.sec_bottom .caution {
		padding: 40px 0 30px;
	}
	.sec_bottom .inquiry-list .tel {
		padding: 20px 0;
	}
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){	
	.sec_bottom .caution {
		padding: 30px 0 22px;
	}
	.sec_bottom .inquiry-list .ttl {
		display: block;
	}
	.sec_bottom .inquiry-list .tel {
		padding: 10px 0;
	}
	.sec_bottom .inquiry-list .item {
    	width: 100%;
		margin: 10px 0;
	}
}