@charset "utf-8";
/***********************************************************************************************************************
* リサイズ	767px以下から800pxまで
***********************************************************************************************************************/
@media only screen and (max-device-width: 767px){

/***********************************************************************************************************************
* 共通
***********************************************************************************************************************/
.proposesupport-bg #main{padding: 0;}
/*サポートタイトル*/
#proposesupport-title{
	box-sizing: border-box;
	display: block;
	margin-bottom: 15px;
	padding: 0 10px;
	width: 100%;
}
	#proposesupport-title h1{
		display: inline-block;
		margin: 15px auto 18px;
		padding: 8px 26px;
		border: 1px solid #6ebb30;
		font-size: 14px;
		line-height: 1.4em;
		text-align: center;
		white-space: normal;
		color: #6ebb30;	
	}
	#proposesupport-title p {
	    max-width: 100%;
	    margin: 0 auto;
	}
.proposesupport-sub-title{
	position: relative;
	padding: 10px 0 20px;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5em;
	text-align: center;
}
	.proposesupport-sub-title::after{
		content: "";
		background: #646464;
		position: absolute;
		left: 50%;
		bottom: 0px;
		margin-left: -67px;
		width: 134px;
		height: 2px;
	}
.proposesupport-sub-description {
    width: auto;
    margin: 0 auto 15px;
    padding: 0 10px;
}
.btn.w300{
	width: 300px;
}

.flow-list{
	width: auto;
	margin: 0 10px;
}
	.flow-list li{
		height: 100% !important;
		width: 100%;
		margin: 0 0 15px;
	}
	.flow-list li h3{
	    border-right:1px solid #6ebb30;
   	    height: 22px;
   	    left: 10px;
   	    top: 12px;
	    width: 60px;
	}
	.flow-list li h3:after {
	    border-left: 8px solid #6ebb30;
	    border-top: 11px solid transparent;
	    border-bottom: 11px solid transparent;
   	    left: 101%;
	}
	.flow-list li h3 span {
		font-size: 12px;
		line-height: 22px;
		padding: 0 0 0 12px;
	}
	.flow-list__box {
	    padding: 11px 15px 15px 15px;
	}	
	.flow-list li figure{
			position: relative;
			width: 100%;
			height: auto !important;
			overflow: hidden;
		}
	.flow-list li.wide figure{
			height: auto !important;
	}
			.flow-list li figure img{
				/**position: absolute;
				left: 50%;
				top: 50%;**/
				width: 100%;
				height: auto;
				/**-webkit-transform: translate(-50%,-50%);
				        transform: translate(-50%,-50%);**/
			}
			.flow-list__box h4 {
			    font-size: 16px;
			    line-height: 1.2em;
			    margin-bottom: 9px;
			}
			.flow-list__box p{
				height: auto;
				margin-bottom: 0 !important;
			}
			.ring .flow-list li:nth-child(3) .flow-list__box p, 
			.ring .flow-list li:nth-child(4) .flow-list__box p {
				height: auto;
			}			
			.flow-list li .link {
				font-size: 11px;
			    margin: -10px 15px 10px 0;
			}
			.flow-list-attention{
				box-sizing: border-box;
				font-size: 11px;
				line-height: 1.5em;
				margin: 0 0 10px 0;
				padding: 0 10px;
				width: 100%;
			}
			.flow-list-lead{
				margin:0 10px 50px;
				padding: 10px 10px;
				width: auto;
			}
			.flow-list-lead p{
				font-size: 12px;
				font-weight: normal;
				line-height: 1.5em;
				text-align: left;
			}
/*ピックアッププラン*/
.pickup-list{
	width: auto;
	margin: 0 10px;
}
	.pickup-list li{
		width: 100%;
		margin: 0 0 15px;
	}
		.pickup-list li figure{
			position: relative;
			width: 100%;
			overflow: hidden;
		}
		.pickup-list.pickup-list-height192 li figure {
		    height: 140px;
		}
		.pickup-list.ring li figure{
			height: auto !important;
		}
			.pickup-list li figure img{
				/**position: absolute;
				left: 50%;
				top: 50%;**/
				width: 100%;
				height: auto;
				/**-webkit-transform: translate(-50%,-50%);
				        transform: translate(-50%,-50%);**/
			}
.proposesupport-bg #form-guide .btn {
    height: auto;
    padding: 8px 0;
    font-size: 16px;
    line-height: 1.4em;
    margin: 0 0 45px;
}
.pickup-list .link {
	font-size: 11px;
	right: 10px;
}
.proposesupport-bg #form-guide{padding: 0 10px;}
	.proposesupport-bg #form-guide p{font-size: 12px; margin-bottom: 4px !important;}
	.proposesupport-bg #form-guide .btn{
		height: auto;
		padding: 8px 0;
		font-size: 16px;
		line-height: 1.4em;
		margin: 0 0 45px;
	}			
/* end リサイズ */
}