
/* module
----------------------------------------------------*/

#content {
    padding: 0px;
}

:root {
    --blue2: #1b75b2;
}

.blue {
	color: var(--blue2);
}
.orange {
	color: #ff6600;
}

p {
    font-size: 16px;
    font-weight: 500;
}

.gf {
	font-family: 'Josefin Sans', sans-serif;
}

.lp_title {
	margin-bottom: 30px;
    text-align: center;
}
.lp_title h2 {
	font-size: 36px;
	font-weight: 600;
}
.lp_title h2 span {
	font-size: 42px;
}


.artl .arrow {
    position: relative;
    display: inline-block;
    margin-bottom: 5px;
    padding: 0 35px;
    font-weight: 600;
    font-size: 18px;
    color: var(--blue);
}
.artl .arrow:before,
.artl .arrow:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 27px;
    height: 2px;
    background-color: var(--blue);
}
.artl .arrow:before {
    left: 0;
    -moz-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}
.artl .arrow:after {
    right: 0;
    -moz-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg);
}


.artl_cta .arrow {
    position: relative;
    display: inline-block;
    margin-bottom: 12px;
    padding: 0 35px;
    font-weight: 600;
    font-size: 17px;
    color: #ffffff;
}
.artl_cta .arrow:before,
.artl_cta .arrow:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 27px;
    height: 2px;
    background-color: #ffffff;
}
.artl_cta .arrow:before {
    left: 0;
    -moz-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}
.artl_cta .arrow:after {
    right: 0;
    -moz-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

#wrapper {
    overflow: initial;
}

/* 汎用スタイル
----------------------------------------------------------- */

body.home section {
	padding: 120px 0px;
}
section {
    position: relative;
	padding: 90px 0px;
}
.head_area {
    position: relative;
    color: var(--blue2);
}

.head_area .arrow {
    position: relative;
    display: inline-block;
    padding: 0px 80px;
}
.head_area .arrow:before, .head_area .arrow:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 60px;
    height: 1px;
    background-color: #555;
}
.head_area .arrow:before {
    left: 0;
    -moz-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}
.head_area .arrow:after {
    right: 0;
    -moz-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

.head_title {
    margin-bottom: 50px;
}


.tl_white .head_title h2,
.tl_white .head_title h2 span.sub {
	color: #fff;
}


.head_title h2 {
	position: relative;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 2px;
}
body.home .head_title h2 {
    font-size: 26px;
}
/*
.head_title h2:after {
    content: "";
    position: relative;
    bottom: -15px;
    left: 4px;
    display: block;
    width: 62px;
    height: 2px;
    border-bottom: 1px solid var(--black);
}
.head_title.t_center h2:after {
    left: calc(50% - 31px);
}
*/
.head_title h2 span {
    display: block;
}

.head_title h2 span.sub {
    margin-bottom: 3px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1;
    color: var(--blue2);
}
.head_title h2 span {
    display: block;
}
body.home .head_title h2:before {
	content: none;
}


.entry-header .head_title {
    margin: 30px 0px;
}
.entry-header h1.entry-title {
    font-size: 26px;
    line-height: 36px;
    font-weight: 600;
}

.base_tl {
	margin: 40px 0px 30px;
}
.base_tl h3 {
    position: relative;
    padding: 12px 0px 12px 20px;
    font-size: 20px;
    line-height: 1.6;
    font-weight: 600;
    color: var(--blue2);
    border-left: 2px solid var(--blue2);
    letter-spacing: 2px;
}
.sub_lead {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 3px;
    word-break: break-word;
}

/* レイヤー重ね */
.lt_tl {
	position: relative;
}
.lt_tl:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #f7f7f7;
    z-index: -1;
}
.lt_tl .inner {
	position: relative;
    margin-top: -30px;
}
.lt_tl .sub_lead {
    position: absolute;
    left: -30px;
    top: -22px;
    font-size: 48px;
    color: #f1f1f1;
}

.dl_base dl {
    display: flex;
    flex-wrap: wrap;
}
.dl_base dt {
    width: 140px;
    padding: 24px 18px 24px 0px;
    border-bottom: 2px solid var(--blue2);
    font-size: 16px;
    font-weight: 600;
    color: var(--font);
}
.dl_base dd {
    width: calc(100% - 140px);
    margin: 0;
    padding: 24px 0px 24px 18px;
    font-size: 15px;
    line-height: 1.8;
    border-bottom: 2px solid #ddd;
}


/* header
----------------------------------------------------*/

header.header .logo_menu {
    width: 86%;
    min-height: 86px;
    margin: 0 auto;
	justify-content:start;
}

.header_cta {
    margin-left: auto;
    align-items: center;
}
.header_cta a {
	display: block;
}
/* eyecatch
----------------------------------------------------*/
.eyecatch2 {
    padding: 114px 0px;
	background: url("../img/fv_bg_01.png") no-repeat;
    background-size: cover;
}
@keyframes bg {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: 360px -360px;
	}
}
.eyecatch2 .inner {
    align-items: center;
    position: relative;
}
.eyecatch2 .fv_txt {
    margin: 0 auto;
    text-align: center;
}

.eyecatch2 .fv_txt .sub_title {
    display: inline-block;
    padding: 8px 20px;
    background: var(--blue2);
    border-radius: 50px;
    letter-spacing: 2px;
}

.eyecatch2 .fv_txt .sub_title span {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
}

.eyecatch2 .right {
    position: absolute;
    z-index: 2;
    right: -132px;
    bottom: -138px;
}

.eyecatch2 .left {
    position: absolute;
    z-index: 2;
	left: -180px;
    bottom: -138px;
}
.eyecatch2 h1 {
	margin: 20px 0px;
    font-size: 60px;
    font-weight: 900;
    letter-spacing: 2px;
    line-height: 1.3;
    color: var(--blue2);
}

.eyecatch2 h1 span .small {
    font-size: 50px;
    color: #555;
}
.eyecatch2 .sub {
	margin: 0px 10px 10px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 3.2px;
}

.eyecatch2 .btn {
    margin-top: 25px;
}
.eyecatch2 .btn a {
    display: block;
}

.eyecatch2 .fv_txt ul {
	margin: 20px 46px;
}

.eyecatch2 .fv_txt .sub_list li{
	display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 176px;
    height: 176px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    border: solid var(--blue2) 2px;
}

.eyecatch2 .fv_txt .sub_list li p{
	text-align: center;
    font-weight: 900;
    letter-spacing: 2px;
    line-height: 1.4;
    color: var(--blue2);
}
	
.eyecatch2 .fv_txt .sub_list li span{
	display: inline-block;
    margin-top: 7px;
    font-size: 35px;
    line-height: 1;
}

.eyecatch2 .fv_txt .sub_list .number {
    margin-top: -7px;
    font-size: 72px;
    line-height: 1;
}


/* 悩み
----------------------------------------------------*/


body.home section.problem_area {
    background: var(--base);
    margin-top: -180px;
    padding-top: 320px;
}

.problem_area_list {
    justify-content: center;
}
.problem_area_list li {
    position:relative;
    width: calc(100% / 3 - 40px);
    margin: 20px;
    padding: 30px 20px;
    background: #f1f1ef;
    border-radius: 0px 20px 0px 20px;
    text-align: center;
}
.problem_area_list li:before,
.problem_area_list li:after {
    position: absolute;
    content:'”';
    font-size: 60px;
    line-height: 1;
    color: var(--blue2);
}
.problem_area_list li:before {
    top: -40px;
    left: -10px;
    transform: rotate(-180deg);
}
.problem_area_list li:after {
    bottom: -40px;
    right: -10px;
}
.problem_area_list li p {
    font-size: 18px;
    line-height: 1.6;
}
/*
.problem_area_list li span {
    font-size: 18px;
    border-bottom: 3px dotted var(--blue2);
}
*/

.problem_area2_list {
    max-width: 880px;
    margin: 0 auto;
    padding: 30px;
    background: var(--base);
    border-radius: 5px;
}
.problem_area2_list li {
    display: flex;
    align-items: center;
    position:relative;
    width: calc(100% / 2 - 30px);
    margin: 5px 15px;
    font-size: 16px;
    font-weight: 600;
}
.problem_area2_list li:before {
    display: inline-block;
    width: 20px;
    height: 10px;
    margin-right: 12px;
    border-bottom: 2px solid var(--blue2);
    border-left: 2px solid var(--blue2);
    transform: rotate(-45deg) translateY(-1.5px);
    content: '';
}


/* 比較ビズとは
----------------------------------------------------*/

.service_area {
    background-image: url(../img/service_bg.png);
    background-size: cover;
}

.service_area .frame {
    position: relative;
}

.service_area .frame img{
    position: absolute;
    z-index: 2;
    left: 178px;
    top: -50px;
}

.service_box {
    position: relative;
    z-index: 1;
    max-width: 700px;
    margin: 0 auto;
    top: -35px;
    margin-bottom: 50px;
    padding: 20px 40px;
    background: var(--blue2);
    border-radius: 66px;
}

.service_box:after {
    content: "";
    position: absolute;
    bottom: -55px;
    right: 46%;
    border: 26px solid transparent;
    border-top: 38px solid var(--blue2);
}

.service_txt {
	position: relative;
}

.service_txt:after {
	position: absolute;
	border: 2px solid var(--blue2);
	border-radius: 20px;
}

.service_txt h2 {
	text-align: center;
	font-size: 30px;
	font-weight: 600;
	color: #fff;
}

.service_box_02 {
	margin: 0 50px;
    padding: 50px 0;
    background: #fff;
    text-align: center;
    border: solid var(--blue2) 2px;
    border-radius: 20px;
}

.service_02_txt {
	justify-content: center;
}

.service_02_txt img{
	margin: 0 20px;
	height: 55px;
}

.service_02_txt h2{
	padding-bottom: 40px;
	font-size: 24px;
	font-weight: 600;
}

.service_02_subtxt img{
	padding: 38px 0;
}

.service_02_subtxt p{
    padding: 30px;
    width: 78%;
    margin: 0 auto;
    text-align: left;
    background: #f1f1ef;
    border-radius: 20px;
}


.service_arrow {
	position: absolute;
	z-index: 2;
    margin: -140px 519px;
}

.service_arrow img{
	width: 86%;
    height: auto;
}


/* 私たちの強み
----------------------------------------------------*/

.feature_box {
    padding: 50px 10px;
    background: #f2f8fd;
    text-align: center;
    border: solid var(--blue2) 2px;
    border-radius: 20px;
}

.feature_area {
    position: relative;
    z-index: 3;
}

.feature_area:before, .feature_area:after {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 340px;
}

.feature_list li {
	position: relative;
	width: calc(100% / 3 - 20px);
    padding: 0 20px;
    margin: 0 10px;
	border-right: solid 2px var(--blue2);
}

.feature_list li:last-child {
	border-right: solid 2px #f2f8fd;
}

.feature_list li .img img {
	width: auto;
	height: auto;
	padding: 40px 0 0;
}

.feature_list li .txt {
	margin-top: 25px;
	text-align: center;
}
.feature_list li h3 {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 600;
	color: var(--blue2);
}


.feature_list li .txt p {
	font-size: 16px;
	text-align: left;
	
}
.feature_list li .num {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.feature_list li .num span {
	margin-right: 10px;
    font-size: 114px;
    line-height: 1;
    color: rgb(156 167 173 / 15%);
}



/* CTA
----------------------------------------------------*/
.cta {
	position: relative;
    padding: 60px 0px !important;
    background: url("../img/cta_bg.png") no-repeat;
    background-size: cover;
}
.cta .inner {
	position: relative;
    align-items: center;
}

.cta .inner .cta_box {
	margin: 0 auto;
}

.cta .left{
    position: absolute;
    z-index: 2;
	left: -100px;
    bottom: -40px;
}

.cta .right{
    position: absolute;
    z-index: 2;
	right: -100px;
    bottom: -40px;
}


.cta .tl {
    text-align: center;
    margin-bottom: 32px;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 1.4;
    color: #fff;
}


.cta .form {
	text-align: center;
}

.cta .form a {
    display: block;
}


.cta .head_title h2:after {
	background-color: #fff;
}
	    

/* ホームページ制作で利用可能な補助金
----------------------------------------------------*/


.kinds_list {
    margin: 40px auto 0;
    position: relative;
}

.kinds_box {
    width: calc(100% / 2 - 2%);
    margin: 1%;
    padding: 60px 50px;
    background: #fff;
    text-align: center;
    border: solid var(--blue2) 2px;
    border-radius: 20px;
}

.kinds_box .tl {
    margin-bottom: 15px;
    font-size: 26px;
    font-weight: 700;
    color: #176599;
}

.price_txt img{
	margin: 20px 0 0;
}

.price_txt .txt p {
	margin: 24px 0;
	text-align: left;
}

.kinds_box .price_box {
    width: 90%;
    margin: 20px auto;
    padding: 8px 0px;
    background: #176599;
    border-radius: 25px;
}

.kinds_box .price_box_02 {
	margin: 20px auto;
    padding-bottom: 15px;
    border-bottom: 2px solid #dee9f1;
}

.kinds_box .price_box_02 p{
	font-size: 18px;
	font-weight: 600;
    color: #176599;
}

.kinds_box .price {
    margin: 0 auto;
    font-size: 20px;
    color: #fff;
    text-align: center;
}

.example_area {
    background: #f7f7f7;
}
.example_area .example_note {
	margin: 0 auto 160px;
}

.example_area .example_note p{
	text-align: center;
	font-size: 16px;
	color: #7f7f7f;
}
	    

/*比較ビズと紹介サイトの違い
----------------------------------------------------*/

.difference_area .example_man {
	position: absolute;
    z-index: 2;
    top: -226px;
	left: calc(50% - (508px / 2));
}

.difference_area {
	position: relative;
    z-index: 1;
    background-image: url(../img/difference_bg.png);
    background-size: cover;
}

.difference_area .inner .difference_img {
	text-align: center;
}


/*さまざまな企業様にご利用いただいています
----------------------------------------------------*/

.achievements_area .inner .achievements_img {
	text-align: center;
}

/*ご利用のながれ
----------------------------------------------------*/

.flow_area {
	background-image: url(../img/flow_bg.png);
	background-size: cover;
}

.flow_list {
    margin-top: 40px;
}
.flow_list li {
	width: calc(100% / 3 - 20px);
	margin: 0 10px;
    padding: 30px;
    background: #fff;
    border-radius: 10px;
}

/*
上記と重複、統一して記載すべき
.flow_area .flow_list li {
	margin-top: 40px;
    padding: 30px;
    background: #fff;
    border-radius: 10px;
}
*/
.flow_list li:last-child .flow {
    margin-right: 0px;
}

.flow_list li .tl_area {
    margin: 0px 0px 20px;
    text-align: center;
}

.flow_list li .tl_area .gf {
    margin-bottom: 5px;
    line-height: 1;
    font-size: 18px;
    font-weight: 600;
    color: #869aa5;
}

.flow_list li .tl_area h3 {
    font-size: 22px;
    font-weight: 600;
}
.flow_list li .img {
    margin: 20px auto;
    text-align: center;
}





/* footer
----------------------------------------------------*/
#footer {
	margin-top: 0px;
}



.search_category {
    background: #f7f7f7;
}


/* タブレット対応
----------------------------------------------------*/
@media screen and ( max-width:1024px ) {
	
	.inner.flex_in {
	    display: block;
	}
	
	
	.tablet {
		display: none;
	}
	
	
	/* eyecatch2
	----------------------------------------------------*/	
	.eyecatch2 {
		position: relative;
		padding: 64px 0px;
	}

	
	

	/* 悩み
	----------------------------------------------------*/
	.problem_area_list li span {
		font-size: 18px;
	}
	

		
		
	/* 私たちの強み
	----------------------------------------------------*/	
	.feature_list li .txt h3 {
		font-size: 16px;
	}
	
	
	/* cta
	----------------------------------------------------*/
	.artl_cta .arrow {
	    font-size: 33px;
	}


	.cta .left {
		width: 50%;
		margin: 24px auto;
	}


	.cta .right {
    	width: 100%;
    	padding: 0px;
    	text-align: center;
	}

	
	/* ご利用のながれ
	----------------------------------------------------*/	
	.flow_list li .img img {
		width: 200px;
		/*
		margin: 15px auto;
		*/
	}
	.flow_list li .tl_area h3 {
	    font-size: 20px;
    }

}	


/* スマホ対応
----------------------------------------------------*/	
@media screen and ( max-width:760px ) {
	
	p {
	    font-size: 14px;
	}
	
	#content {
		padding-top: 0px;
	}
	
	header.header .logo_menu {
	    width: 100%;
    	min-height: 62px;
	}

	header.header .logo_menu .header_cta {
	    width: 45%;
		margin-right: 1%;
	}


	body.home .head_title h2, .head_title h2 {
		line-height: 1.4;
		font-size: 22px;
		letter-spacing: 1.5px;
	}
	
    /* eyecatch
	----------------------------------------------------*/
	
	.eyecatch2 {
		background: url(../img/fv_bg_01_mb.png) no-repeat;
	    background-size: cover;
	}
	.eyecatch2 .inner {
		width: 96%;
	}
	.eyecatch2 .fv_txt .sub_title span {
		font-size: 16px;
	}
	
	.eyecatch2 .fv_txt ul {
		max-width: 500px;
		margin: 0 auto;
	}
	
	
	.eyecatch2 .fv_txt .sub_list li span {
		margin-top: 2px;
		font-size: 21px;
	}
	
	.eyecatch2 .fv_txt .sub_list li {
	    width: 122px;
	    height: 122px;
	}
	
	.eyecatch2 .fv_txt .sub_list li p {
    	font-size: 11px;
    }
    
    .eyecatch2 .fv_txt .sub_list .number {
    	font-size: 42px;
    }
		
	.eyecatch2 .left .sub_title {
		width: 90%;
		display: block;
		margin: 0 auto;
		text-align: center;
	}	

	.eyecatch2 .left .sub_title span {
		font-size: 16px;
	}

	.eyecatch2 h1 .second {
		font-size: 36px;
	}
	
	.eyecatch2 {
	    padding: 60px 0px;
	}
	.eyecatch2 .left,
	.eyecatch2 .right {
		width: 100%;
	}

	.eyecatch2 h1 {
		margin: 25px 0px;
		font-size: 32px;
		letter-spacing: 1.2px;
		text-align: center;
	}
    
    .eyecatch2 .sub {
		margin: 0px 10px 20px;
		font-size: 16px;
		font-weight: 500;
		letter-spacing: 2px;
		color: #4a545a;
    }
    
	.eyecatch2 .memo {
	    padding-left: 10px;
	}

	/* 悩み
	----------------------------------------------------*/
	
	.problem_area_list li span,
	.problem_area_list li p {
	    font-size: 11px;
	}
    /*
    .problem_area_list li span {
    	font-size: 13px;
    }
	*/
	section.problem_area {
		padding-bottom: 40px;
	}
	
	.problem_area_list li {
	    width: calc(100% / 2 - 12px);
	    margin: 0px 6px 30px;
	    padding: 12px;
	}
	.problem_area_list li:before, .problem_area_list li:after {
	    font-size: 42px;
	}
	
	.problem_area_list li:before {
	    top: -25px;
	    left: -10px;
	}
	
	.problem_area_list li:after {
	    bottom: -25px;
	    right: -10px;
	}
	
	
	/* 比較ビズとは
	----------------------------------------------------*/	
	.service_area {
		background-image: url(../img/fv_bg_02_mb.png);
	    background-size: cover;
    }
	
	.service_box_02 {
		margin: 0 auto;
		padding: 33px;
	}
	
	.service_02_txt {
		padding-left: 0%;
	}
	
	.service_02_txt h2 {
		font-size: 14px;
    	margin: 0 auto;
    	padding-bottom: 0px;
	}
	
	
	.service_txt h2 {
		font-size: 16px;
	}
	
	.service_02_subtxt p {
		width: 100%;
		padding: 20px;
		font-size: 13px;
		border-radius: 10px;
	}
	
	.service_box:after {
		right: 42%;
		bottom: -50px;
	}

	/* 強み
	----------------------------------------------------*/
	
	.feature_box {
		padding: 36px 10px;
	}
	
	.feature_list li {
	    width: 100%;
		margin: 0px auto 0px;
		padding: 25px 15px;
		border-right: 0px;
		border-top: solid 1px var(--blue2);
	}
	
	.feature_list li:first-child {
		border-top: 0px;
	}
	
    .feature_list li h3 {
    	margin: 0px auto 20px;
	}

	.feature_list li .img {
		width: 100%;
	}

	.feature_list li .txt h3 {
	    font-size: 18px;
	}

	.l_feature_area {
		padding-bottom: 40px;
	}
	.l_feature_area .catch {
		margin-bottom: 40px;
	}
	.l_feature_area .catch .tl {
	    font-size: 22px;
	    letter-spacing: 2px;
	}
	.l_feature_area .catch p {
	    font-size: 14px;
	    letter-spacing: 2px;
	}
	.l_feature_list li,
	.l_feature_list li:nth-child(2) {
	    padding: 0 20px 20px;
	}
	.l_feature_list li .txt {
		margin-top: 40px;
	}
	.l_feature_list li:nth-child(2) .txt {
		padding: 0px;
	}
	.l_feature_list li:before, .l_feature_list li:after {
		content: none;
	}
	.l_feature_list li:last-child {
		margin-bottom: 0px;
		padding-bottom: 0px;
	}

	.feature_list li .num span {
		font-size: 100px;
	}

	.feature_item li .tl {
		font-size: 17px;
		text-align: center;
	}
	
	.feature_list li .img img{
		padding: 12px 0 0;
	}


		
	/* cta
	----------------------------------------------------*/
	.cta .tl {
		line-height: 1.6;
		font-size: 14px;
	}

	.cta .form {
		display: block;
	}

	.cta .left {
		margin: 24px auto;
	}

	.cta img {
		max-width: 86%;
	}

	.cta .right {
		text-align: center;
	}
	
	.cta .left, .cta .right {
    	width: 100%;
    	padding: 0px;
    	text-align: center;
	}

	/*利用可能な補助金
	----------------------------------------------------*/
	.kinds_list {
	    margin: 28px auto 0px;
	}
	.kinds_box {
	    width: 100%;
	    margin-bottom: 15px;
	    padding: 20px 15px;
	}
	
	.kinds_box .tl {
    	font-size: 18px;
	}

	.kinds_box .price_box {
	    width: 100%;
    	margin: 15px 0px;
	}
	
	.kinds_box .price_box_02 {
		margin: 12px auto;
		padding-bottom: 10px;
	}
	.kinds_box .price_box_02 p {
    	font-size: 16px;
    }

	.kinds_box .price {
		font-size: 15px;
	}

	.price_txt .txt p {
		font-size: 13px;
	}	
	
	.example_area .example_note {
		margin: 0 auto;
	}
		
	.example_area .example_note p {
		font-size: 13px;
	}
	
	/* 比較ビズと紹介サイトの違い
	----------------------------------------------------*/	
	
	.difference_area {
		background-image: url(../img/fv_bg_01_mb.png);
	    background-size: cover;
	}


	/* ご利用のながれ
	----------------------------------------------------*/
	.flow_area {
	    background-image: url(../img/fv_bg_02_mb.png);
    	background-size: cover;
    }
	
	
	.flow .txt p {
    	font-size: 13px;
	}
	
	.flow_area .flow_list li {
	    width: 100%;
	    margin: 0px 0px 15px;
	}
	
	.flow_list li {
		margin-bottom: 45px;
	}

	.lp_title h2 {
		font-size: 22px;
	}

	.lp_title h2 span {
		font-size: 34px;
	}


}


/* 最小対応
----------------------------------------------------*/	
@media screen and ( max-width:390px ) {
	
	/* eyecatch2
	----------------------------------------------------*/
	.eyecatch2 .fv_txt .sub_title span {
		font-size: 14px;
	}
	
	.eyecatch2 h1 {
	    font-size: 26px;
	}
	
	.eyecatch2 .sub {
    	font-size: 13px;
    }
    
    .eyecatch2 .fv_txt .sub_list li {
	    width: 108px;
	    height: 108px;
	}
	
	.eyecatch2 .fv_txt .sub_list li span {
	    font-size: 18px;
	}
	
	.eyecatch2 .fv_txt .sub_list li p {
	    font-size: 10px;
	}
	
	.eyecatch2 .fv_txt .sub_list .number {
	    font-size: 43px;
	}
	
	/* 悩み
	----------------------------------------------------*/
	.problem_area_list li span,
	.problem_area_list li p {
	    font-size: 11px;
	}
	/*
	.problem_area_list li span {
	    font-size: 10px;
	}
	*/
	
	/* 比較ビズとは
	----------------------------------------------------*/
	.service_box:after {
		bottom: -48px;
	}
	
	.service_txt h2 {
	    font-size: 14px;
	}
	
	.service_02_txt h2 {
	    font-size: 11px;
	}
	
	.service_02_subtxt p {
		font-size: 13px;
	    padding: 16px;
	    border-radius: 10px;
	}
	
	.service_box_02 {
		padding: 26px;
	}

	
	/* 強み
	----------------------------------------------------*/
	
    .feature_list li .txt p {
		font-size: 13px;
	}
	
	.feature_box {
		padding: 36px 10px;
	}
    
    /* 利用可能な補助金
	----------------------------------------------------*/
    
    .kinds_box .price_box_02 p {
		font-size: 12px;
	}
	
	.example_area .example_note p {
	    font-size: 11px;
	}


}	