@charset "utf-8";

#ft_btm_cta {
    display: none !important;
}

.inner {
    min-width: 960px;
}
b {
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 70%, #ffe84c 0%) repeat scroll 0 0;
}
p {
    font-weight: 500;
    letter-spacing: 0.5px;
}
.head_title h2 {
    font-size: 32px;
    letter-spacing: 0.5px;
    font-weight: 900;
}

.artl .arrow {
    position: relative;
    display: inline-block;
    padding: 0 35px;
    font-weight: 600;
}
.artl .arrow:before,
.artl .arrow:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 35px;
    height: 2px;
    background-color: #333;
}
.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);
}

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

.header_top {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 22px 0px;
}
.logo_area {
    align-items: center;
}
.logo_area .logo {
    width: 150px;
    padding-left: 30px;
}
.logo_area .l_txt {
    padding: 0 20px;
    font-size: 12px;
}
.logo_area .icon {
    width: 50px;
}
.logo_area .icon img {
    width: 100%;
    height: auto;
}


.g_navi_top {
    position: absolute;
    top: 30px;
    right: 30px;
}

/* eyecatch
----------------------------------------------------------- */

#eyecatch {
    position: relative;
    top: 0px;
    height: 600px;
    background-image: url(../img/fv_bk.png);
    background-size: cover;
    background-position: center center;
}

#eyecatch h1 span {
	color: #ffde00;
}

	
/* PCの場合 */
@media screen and ( min-width:760px ) {
		

	#eyecatch .inner_content {
	    position: relative;
	    width: 100%;
	    align-items: center;
	}
	#eyecatch .fv_lead {
	    width: 80px;
	    -webkit-writing-mode: vertical-rl;
	    -ms-writing-mode: tb-rl;
	    writing-mode: vertical-rl;
	    -webkit-text-orientation: upright;
	    text-orientation: upright;
	}
	#eyecatch .fv_lead p {
	    display: block;
	    font-size: 22px;
	    color: #fff;
	    text-align: right;
	}
	#eyecatch .fv_lead p.txt2 {
	    position: relative;
	    top: 60px;
	}
	#eyecatch .fv_person {
	    width: 480px;
	}
	#eyecatch .fv_person img {
	    max-height: 600px;
	}
	#eyecatch .left {
		width: calc( 100% - 80px - 480px );
	    text-align: center;
	}
	#eyecatch .left .g_ld {
	    margin-bottom: 45px;
	    padding-left: 12px;
	    text-align: left;
	    color: #fff;
	    opacity: 0.7;
	    font-size: 16px;
	    text-transform: uppercase;
	}
	#eyecatch h1 {
		margin-bottom: 25px;
	    font-size: 72px;
	    line-height: 1.2;
	    font-weight: 600;
	    color: #fff;
	}
	#eyecatch .lead_1 {
	    font-size: 18px;
	    font-weight: 500;
	    color: #fff;
	}
	#eyecatch .fv_no1 {
		position: absolute;
	    top: 20px;
		right: 0px;
	}
	
}

@media screen and ( max-width:1078px ) {
	
	#eyecatch .fv_person {
	    width: 420px;
	}
	#eyecatch .fv_person img {
	    width: 100%;
	}
	#eyecatch .left {
    	width: calc( 100% - 80px - 420px );
    }
	#eyecatch h1 {
    	font-size: 54px;
    }
    #eyecatch .lead_1 {
    	font-size: 15px;
    }
}

@media screen and ( max-width:1000px ) {
	
	
}

/* スマホの場合 */
@media screen and ( max-width:760px ) {
	
	#eyecatch {
	    height: 580px;
	    background-image: url(../img/fv_mb_bk.png);
	}
	#eyecatch .inner {
	    height: 100%;
	}
	#eyecatch .inner_content {
	    width: 100%;
	    display: block;
	    padding-top: 44px;
	}
	#eyecatch .fv_lead p {
	    display: block;
	    font-size: 13px;
	    line-height: 1;
	    color: #fff;
	    text-align: left;
	}
	#eyecatch .fv_lead p.txt2 {
	    margin-top: 8px;
	    margin-left: 6px;
	}
	#eyecatch .fv_person {
	    position: absolute;
	    width: 270px;
	    margin: 0 auto;
	    bottom: 0px;
	    left: 50%;
	    transform: translateX(-50%);
	    -webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	}
	#eyecatch .fv_person img {
	    max-height: 320px;
	}
	#eyecatch .left {
	    width: 100%;
	    text-align: center;
	}
	#eyecatch .left .g_ld {
	    display: none;
	}
	#eyecatch h1 {
	    margin-top: 28px;
	    margin-bottom: 15px;
	    font-size: 40px;
	    line-height: 1.2;
	    font-weight: 600;
	    color: #fff;
	}
	#eyecatch .lead_1 {
	    font-size: 13px;
	    letter-spacing: 0px;
	    font-weight: 500;
	    color: #fff;
	}
	#eyecatch .fv_no1 {
	    position: absolute;
	    top: 10px;
	    right: 10px;
	}
	#eyecatch .fv_no1 img {
	    width: 87px;
	    height: auto;
	}
}


/* cta
----------------------------------------------------------- */

.fv_cta {
    position: relative;
    z-index: 2;
    width: 740px;
    margin: -100px auto 0;
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 10%);
}

.fv_cta .in {
    position: relative;
    padding: 30px;
    text-align: center;
}
.fv_cta .cta_free {
	position: absolute;
	top: 10px;
    left: 20px;
}
.fv_cta .artl {
    font-size: 14px;
}
.fv_cta .tl {
    margin-top: 10px;
    font-size: 20px;
    font-weight: 600;
    color: #e33333;
}
.fv_cta .form_li {
    margin: 20px 0 25px;
}
.fv_cta .form_li li {
	width: calc(100% / 2);
}
.fv_cta .form_li li input {
    width: 80%;
}
.fv_cta .form_li li input:valid {
    border-color: #333;
	animation: inherit;
}
.fv_cta .form_li li input:invalid {
    border-color: #f30000;
    animation: flash 2s linear infinite;
}
@keyframes flash {
	0%,100% {
    	border-color: #f30000;
	}
	50% {
    	border-color: #ffbe00;
	}
}

.fv_cta .form_li li .ct {
    display: inline-block;
    width: 60px;
    font-weight: 600;
}
.fv_cta .btn {
	
}
.s_btn_s {
    display: inline-block;
    min-width: 300px;
    height: 56px;
    padding-top: 0px;
    font-size: 16px;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 1.2px;
    color: #fff !important;
    text-shadow: 0 -1px 1px rgb(129 0 0 / 63%);
    text-align: center;
    border: 1px solid #ff5f5f;
    border-right-color: #db3939;
    border-bottom-color: #9f0b0b;
    border-radius: 30px;
    background-color: #ff7a0f;
    background-image: linear-gradient(to top, #ed1919 0%, #ff5757 100%);
    box-shadow: 0 2px 0 0 rgb(255 255 255 / 40%) inset, 0px 2px 2px 0 rgb(124 0 0 / 34%);
}

.s_btn_s:hover {
    background-color: #e92626;
	background-image: none;
	text-decoration: none;
}
.s_btn_s .icon {
    display: inline-block;
    position: relative;
    top: 5px;
    margin-right: 12px;
    width: 26px;
    height: 26px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/cta_btn_icon.svg);
}

/* よくある悩み
----------------------------------------------------------- */

.sec_trouble {
    padding-top: 240px;
    background: #f5f5f5;
}

.trouble_list li {
    width: calc(100% / 2 - 20px);
    position: relative;
    margin: 10px;
    padding: 15px 10px 15px 30px;
    background-image: linear-gradient(135deg, transparent 10px, #ffffff 10px);
    color: #212121;
    font-weight: 600;
    font-size: 18px;
    overflow: hidden;
}
.trouble_list li:before {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    border-width: 15px 15px 0px 0px;
    border-style: solid;
    border-color: transparent #e3e3e3 transparent;
}
.trouble_list li span:before {
    position: relative;
    top: 5px;
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
    margin-right: 12px;
	background: url(../img/nayami_check.png) no-repeat;
	background-size: contain;
}


.nayami_tl_area {
    padding: 20px 0px;
    background: #00b3aa;
    text-align: center;
}

/* 解決
----------------------------------------------------------- */

.sec_solution {
	padding-top: 0px;
}
.nayami_tl_area .img {
    position: relative;
    margin-top: -50px;
}
.nayami_tl_area .tl {
    font-size: 42px;
    font-weight: 900;
    color: #fff;
}
.nayami_tl_area .tl span {
    color: #ffde00;
}

.sec_solution .artl,
.sec_case .artl {
    margin: 60px 0 20px;
    font-size: 32px;
    text-align: center;
}
.sec_case .artl {
	font-size: 28px;
}
.sec_solution .artl .arrow,
.sec_case .artl arrow {
    padding: 0 50px;
}
.sec_solution .artl .arrow:before,
.sec_solution .artl .arrow:after,,
.sec_case .artl .arrow:before,
.sec_case .artl .arrow:after {
    width: 46px;
}
.sec_solution .flex_in {
	align-items: center;
}
.ct_base_left {
    width: 600px;
}
.ct_base_left img {
    width: 100%;
}

.ct_base_right {
	width: calc(100% - 600px);
	padding-top: 40px;
	padding-left: 60px;
}
.ct_base_right p {
    font-size: 14px;
    font-weight: 500;
}

.h_p_list {
    margin: 45px 0 80px;
}
.h_p_list li {
    align-items: center;
	width: calc(100% / 3 - 3%);
	margin: 0 1.5%;
    padding: 12px;
	background-color: #fff;
    box-shadow: 0px 1px 10px 0px rgb(0 0 0 / 10%);
}
.h_p_list .img {
    width: 100px;
}
.h_p_list .img img {
	width: 100%;
	height: auto;
}
.h_p_list .txt {
    width: calc(100% - 100px);
    padding: 0px 0px 0px 10px;
}
.h_p_list .num {
    display: block;
}
.h_p_list .num span {
    font-size: 16px;
    font-style: italic;
    line-height: 1;
    color: #999;
}
.h_p_list h3 {
    margin: 5px 0px 8px;
    font-size: 16px;
    font-weight: 600;
}
.h_p_list h3 span {
    font-size: 12px;
}
.h_p_list .cnt {
}
.h_p_list .cnt .gf {
    font-size: 26px;
    line-height: 1;
    font-weight: 600;
}

.solution_list li {
	position: relative;
	margin-top: 60px;
}
.solution_list li:last-child {
	margin-bottom: 0px;
}
.solution_list li:nth-child(even) .img {
	order: 1;
}
.solution_list li:nth-child(even) .img:before {
	left: inherit;
	right: -30px;
}
.solution_list li:nth-child(even) .txt {
	padding-left: 0px;
	padding-right: 50px;
	order: 0;
}
.solution_list li .img {
	width: 550px;
}
.solution_list li .img:before {
    position: absolute;
    content: '';
    top: 30px;
    left: -30px;
    width: 550px;
    height: 100%;
    background-color: #f4f7fa;
    z-index: -1;
}
.solution_list li .txt {
	width: calc( 100% - 550px);
	padding-left: 50px;
}
.solution_list li .img img {
	
}
.solution_list li .sub_r {
    position: relative;
}
.solution_list li .wrap {
    position: absolute;
    right: 0;
    font-weight: 600;
    text-align: center;
    color: #e2e2e2;
}
.solution_list li .wrap .t {
    font-size: 18px;
    line-height: 1;
}
.solution_list li .wrap .b {
    font-size: 66px;
    line-height: 1;
}
.solution_list li h3 {
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 32px;
    line-height: 1.4;
    font-weight: 600;
    color: #008880;
    border-bottom: 1px solid #008880;
}
.solution_list li p {
    font-size: 16px;
}


/* CTA
----------------------------------------------------------- */

.cta {
    padding: 40px 0px;
    background: #009990;
}
.cta .inner {
    position: relative;
}
.cta .tl {
    margin-bottom: 20px;
}
.cta .img {
    position: absolute;
    bottom: -40px;
    right: -30px;
}
.cta .flex_in {
    align-items: center;
}
.cta .left {
	width: 326px;
}
.cta .right {
	width: calc(100% - 326px);
	padding-left: 40px;
    padding-right: 220px;
}
.cta .right .in {
    position: relative;
    z-index: 2;
}
.cta .fm_txt {
    margin: 10px 0 20px;
    padding: 8px 0px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

.cta .form_li li {
    width: calc(100% / 2 - 10px);
    margin-right: 20px;
}
.cta .form_li li:last-child {
    margin-right: 0px;
}
.cta .form_li li .ct {
    display: block;
    margin-bottom: 5px;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
}
.cta .form_li li input {
    border: 3px solid #ffe900;
    box-shadow: none;
}
.cta .btn {
    margin: 20px auto 0px;
	text-align: center;
}



/* 案件一覧
----------------------------------------------------------- */

.sj_result {
    margin: 40px 0px;
}
.bx-viewport {
    padding-bottom: 28px;
}
.sj_list {
    margin-top: 30px;
	border-bottom: solid 1px #e5e5e5;
}
.sj_list>li {
    position: relative;
    display: table;
    width: 100%;
    padding: 20px 20px;
    background-color: #fff;
    box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 15%);
}
.sj_list>li.p_0 {
    padding: 0px;
}
.sj_list>li:nth-child(even) {
    background-color:#FFFCF7;
}
.sj_list>li:hover {
    background-color: #f5faff;
}
.sj_list li .img {
	width: 60px;
}
.sj_list li .img img {
    border-radius: 50%;
}
.sj_list li .right {
    width: calc(100% - 60px);
    padding-left: 20px;
}

.sj_list h2 {
    color: #333;
    border: 0px;
    padding-right: 88px;
    font-size: 16px;
    font-weight: 600;
}
.sj_list h2 span {
    margin-right: 8px;
}

.sj_flow {
    margin: 10px 0px 15px;
    font-size: 12px;
    color: #777;
}
.sj_flow a {
    color: #777;
    text-decoration: underline;
}
.sj_flow a:hover {
    text-decoration: none;
}


.sj_list>li .sub_area {
    display: flex;
    margin: 0px 0px 0px 80px;
}
.sub_area li {
    display: inline-block;
    margin-right: 8px;
}
.sub_area li:last-child {
    margin-right: 0px;
}
.sub_area span.tl {
    display: inline-block;
    min-width: 85px;
    margin-right: 8px;
    padding: 4px 10px 6px;
    line-height: 1;
    background: #efefef;
    border-radius: 20px;
    letter-spacing: 1px;
    font-size: 12px;
    color: #333;
    font-weight: 500;
    text-align: center;
}
.sj_list>li:nth-child(even) .sub_area span.tl {
    background: #efebe1;
}
.sub_area .area_name {
}
.sub_area .yosan_name {
}
.sub_area .pj_unit {
}

.sub_area span.view {
    font-size: 14px;
    font-weight: 600;
    color: #d42f2f;
}
.sj_list>li .txt {
    margin: 12px 0px 0px 80px;
}
.sj_list>li .txt p {
    letter-spacing: 1px;
}
.sj_list>li .txt strong {
    color: #000;
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 66%, #ffeb00 0%) repeat scroll 0 0;
}
.sj_list>li span.toi_type {
	position:absolute;
	top:-1px;
	right:12px;
}
.sj_list>li .list_lump_status {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-weight: 600;
    color: #8cb38c;
    font-size: 11px;
}

/* 案件予算
----------------------------------------------------------- */

.sec_case {
    background: #f7f7f7;
}

.select_ind {
    justify-content: center;
}
.select_ind li {
    display: inline-block;
}
.select_ind li a {
    display: block;
    margin: 7px 5px;
    padding: 8px 30px;
    color: #333;
    white-space: nowrap;
    border: 1px solid #555;
    background: #fff;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0px;
    border-radius: 20px;
}
.select_ind li a.active,
.select_ind li a:hover {
	color: #fff;
	background-color: #333;
	text-decoration: none;
}


/* 案件予算帯 */

.sec_case .box {
    margin-top: 40px;
    background: none;
    box-shadow: none;
}
ul.subject_cost li {
    display: table;
    width: calc(100% / 3 - 2%);
    margin: 1%;
    padding: 20px;
    background: #fff;
    box-shadow: 0px 1px 10px 0px rgb(0 0 0 / 10%);
}
ul.subject_cost li .tl,
ul.subject_cost li .cost {
	display: table-cell;
    vertical-align: middle;
}
ul.subject_cost li .tl {
    width: 58%;
	font-size: 16px;
	font-weight: 600;
}

ul.subject_cost li .cost {
	margin-top: 10px;
	text-align: right;
}
ul.subject_cost li .cost .num {
    padding-right: 3px;
    font-size: 36px;
    color: #d53e26;
    font-style: italic;
	line-height: 1;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}



/* 特徴
----------------------------------------------------------- */

.sec_feature .sub {
    font-size: 140px;
    line-height: 1;
    color: #e3edeb;
    text-align: center;
    font-weight: 600;
}
.sec_feature .head_title {
    margin-top: -50px;
}
.sec_feature .head_title .img {
	
}
.feature_list {
	margin-top: 60px;
    justify-content: space-between;
}
.feature_list li {
    width: calc(100% / 2 - 40px);
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0px 1px 10px 0px rgb(0 0 0 / 10%);
}
.feature_list .wrap {
	position: relative;
    background: #009990;
}
.feature_list .wrap .icon {
	position: absolute;
	top: -1px;
	left: 15px;
}
.feature_list .wrap h3 {
    padding: 20px 15px 20px 100px;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}
.feature_list .img {
	margin: 30px auto;
	text-align: center;
}
.feature_list .img img {
    max-width: 200px;
}
.feature_list p {
	padding: 0px 30px 30px;
    font-size: 15px;
}


/* 発注実績
----------------------------------------------------------- */

.sec_used {
    padding-top: 0px;
}

.used_logo {
    margin-top: 50px;
    text-align: center;
}


/* お客様の声
----------------------------------------------------------- */

.sec_voice {
    background-image: url(../img/voice_bk.jpg);
    background-size: cover;
    background-position: center center;
}
/*
.voice_area .voice_list {
    justify-content: space-around;
}
*/
.voice_area li {
    position: relative;
    width: calc(100% / 3 - 20px);
    margin: 0 10px 20px;
    padding: 20px;
    background: #fff;
}
.voice_area .voice_list:after {
	content: none;
}
.voice_area li .img img {
    width: 100%;
}
.voice_area li .voice_num {
    position: absolute;
    top: 186px;
    right: 20px;
    line-height: 1;
}
.voice_area li .voice_num span {
    display: inline-block;
    font-size: 11px;
    color: #c1c1c1;
}
.voice_area li .txt {
    margin-top: 30px;
}
.voice_area li .name {
	font-size: 12px;
    color: #555;
}
.voice_area li h3 {
    margin: 10px 0px;
    font-size: 18px;
    font-weight: 600;
}
.voice_area li p {
    font-size: 13px;
}
.voice_area .more_btn {
    display: none;
}

/* 利用の流れ
----------------------------------------------------------- */

.flow_list {
	margin-top: 40px;
}
.flow_list li {
	width: calc(100% / 4 - 20px);
	margin: 0 10px;
    text-align: center;
}
.flow_list li .gf {
    position: relative;
    z-index: 2;
    font-size: 60px;
    font-weight: 600;
    color: #858585;
}
.flow_list li img {
    margin-top: -45px;
    width: 100%;
}
.flow_list li p {
    margin-top: 20px;
    font-size: 15px;
    font-weight: 600;
}


.sec_qa {
    padding-top: 0px;
}


/* フォーム
----------------------------------------------------------- */

body#seller_form {
    background: #f7f7f7;
}

.sec_form_area {
    padding: 60px 0px;
}
.sec_form_area .left {
    width: 480px;
}
.sec_form_area p.txt {
    font-size: 15px;
}

.sec_form_area p.txt span {
	display: none !important;
}
.sec_form_area p.txt span.none {
	display: block !important;
}
ul.ex_s_img {
	margin-top: 25px;
    justify-content: space-between;
}
ul.ex_s_img:after {
	content: none;
}
ul.ex_s_img li {
    width: calc(100% / 2 - 5px );
    margin-bottom: 10px;
    padding: 0px;
}
ul.ex_s_img li img {
	width: 100%;
}

.sec_form_area .right {
    width: calc(100% - 480px - 40px);
    margin-left: 40px;
}
.last_form_area {
    padding: 0px 30px 10px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 10%);
}

.btn_area {
    margin: 20px auto;
    text-align: center;
}
.prev_form_area {
    padding-bottom: 30px;
}
.pref_area {
    width: 140px;
}
.industry_area {
    width: calc(100% - 140px);
    padding-left: 15px;
}
.caution {
    margin: 30px 0px 0px;
    padding: 15px;
    text-align: center;
}
.form_list p {
    text-align: left;
}

.form_list li {
    display: table;
    width: 100%;
	position: relative;
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #ddd;
}
.form_list li:last-child {
    border-bottom: 0px;
}
.form_list li.none {
	display: none;
}
.form_list li .th,
.form_list li .th2,
.form_list li .td {
    display: table-cell;
    vertical-align: middle;
}
.form_list li .th {
    width: 140px;
    padding-right: 20px;
    font-weight: 600;
    border-right: 1px dotted #b1b1b1;
}
.form_list li .th2 {
    width: 70px;
    text-align: center;
    border-right: 1px dotted #b1b1b1;
}
.form_list li .td {
    padding-left: 3%;
}
.form_list li .td p {
    margin-bottom: 10px;
    font-size: 13px;
    color: #555;
    line-height: 1.6;
}
.form_list li select[name="pref"] {
    width: auto !important;
    margin: 0px;
}
.form_list li input[type=tel], .form_list li input[type=text], .form_list li input[type=url], .form_list li input[type=email], .form_list li textarea {
    padding: 8px 6px;
    height: 42px;
    font-size: 15px;
    line-height: 1.4;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    background: #f0f0f0;
}
.form_list li select {
    padding: 8px 6px;
    height: 42px;
}

/* スマートフォン対応
----------------------------------------------------------- */

@media screen and ( max-width:760px ) {
	
	.inner {
    	width: 92%;
    	min-width: auto;
    }
    section {
		padding: 60px 0px;
	}
	.header_top {
	    padding: 15px 0px;
	}
	.logo_area {
	    width: 100%;
	}
	.logo_area .logo {
	    width: 90px;
	    padding-left: 10px;
	}
	.logo_area .l_txt {
		width: calc(100% - 140px);
	    padding: 0 15px;
	    font-size: 11px;
    	line-height: 1.4;
	}
	.logo_area .icon {
	    width: 50px;
	    padding-right: 10px;
	}
	
	.head_title h2 {
	    font-size: 26px;
	}
	
	.trouble_list li {
	    width: 100%;
    	margin: 0 0 15px;
	    font-size: 16px;
	}
	.nayami_tl_area .tl {
	    font-size: 26px;
	}
	.sec_solution .artl {
	    font-size: 20px;
	}
	.ct_base_left,
	.ct_base_right {
		width: 100%;
		padding: 0px;
	}
	.h_p_list {
	    margin: 35px 0 20px;
	}
	.h_p_list li {
	    width: 100%;
	    margin: 0 0 20px;
	}
	.solution_list li .img,
	.solution_list li .txt {
		width: 100%;
		padding: 0px;
	}
	.solution_list li .txt {
		margin-top: 25px;
	}
	.solution_list li h3 {
	    font-size: 22px;
	}
	.solution_list li p {
	    font-size: 14px;
	}
	.solution_list li .img:before {
		display: none;
	}
	.solution_list li .img {
    	height: 180px;
		overflow: hidden;
	}
	.solution_list li:nth-child(even) .img {
		order: 0;
	}
	.solution_list li:nth-child(even) .txt {
		padding-right: 0px;
		order: 1;
	}
	.solution_list li .wrap .b {
	    font-size: 55px;
	}
	
	.select_ind {
    	display: block;
	    overflow-x: scroll;
	    white-space: nowrap;
	    -webkit-overflow-scrolling: touch;
	}
	
	.select_ind li a {
	    margin: 7px 2px;
	    padding: 8px 10px;
	    font-size: 13px;
    }
	
	ul.subject_cost li {
		display: block;
	    width: calc(100% / 2 - 2%);
	    margin: 1%;
	    padding: 12px;
	}
	ul.subject_cost li .tl, ul.subject_cost li .cost {
		display: block;
	    width: 100%;
	    text-align: center;
	}
	ul.subject_cost li .tl {
		font-size: 14px;
	}
	ul.subject_cost li .cost {
	    margin-top: 6px;
	    font-size: 11px;
	}
	ul.subject_cost li .cost .num {
	    font-size: 25px;
	}
	.sec_feature {
	    padding-bottom: 40px;
	}
	.sec_feature .sub {
	    font-size: 88px;
	}
	.feature_list li {
	    width: 100%;
	    margin-bottom: 30px;
	}
	.feature_list .wrap h3 {
	    font-size: 16px;
	}
	.feature_list .img img {
	    width: 200px;
	}
	.feature_list p {
	    padding: 0px 15px 15px;
	    font-size: 13px;
	}
	.sec_voice {
    	background: #e9f7f5;
	}
	.voice_area li {
	    position: relative;
	    width: 100%;
	    margin: 0 0 20px;
	    padding: 20px;
	    background: #fff;
	}
	.voice_area .voice_list.hide li:nth-child(n+4) {
	    display: none;
	}
	.voice_area .more_btn {
	    margin-top: 15px;
	    display: block;
	}
	.more_btn span {
    	width: 92px;
    	font-weight: 600;
	}
	.voice_area li .voice_num {
		display: none;
	}
	.flow_list li {
	    width: calc(100% / 2 - 20px);
	    margin: 0 10px 10px;
	}
	.flow_list li .gf {
	    font-size: 40px;
	}
	.flow_list li img {
	    margin-top: -25px;
	}
	.flow_list li p {
	    font-size: 13px;
	}
	.sec_trouble {
	    padding-top: 315px;
	}
	.sec_case .artl {
	    font-size: 20px;
	}
	.sj_result {
		margin: 10px 0px 0px;
	}
	.sj_list>li {
	    padding: 20px 12px;
	}
	.sj_list h2 {
	    padding-right: 0px;
	    font-size: 14px;
	}
	.sj_flow {
	    margin: 10px 0px 0px;
	    font-size: 10px;
	}
	.sj_list>li .sub_area,.sj_list>li .txt {
		margin-left: 0px;
	}
	.sj_list>li .sub_area {
		display: block;
	    margin-top: 12px;
	}
	.sub_area li {
	    margin-right: 0px;
	    margin-bottom: 5px;
    	font-size: 12px;
	}
	.sub_area span.tl {
	    margin-right: 10px;
	    padding: 2px 10px 6px;
	    letter-spacing: 1px;
	    font-size: 11px;
	}
	.sub_area span.view {
	    font-size: 13px;
	}
	.sj_list>li .txt {
	    margin-top: 8px;
	    max-height: 80px;
	    overflow: hidden;
	}
	.sj_list>li .txt p {
	    letter-spacing: 1px;
	    font-size: 11px;
	}
	.sj_list>li .list_lump_status {
	    right: 6px;
	    top: 6px;
	    font-size: 10px;
	}
	.sj_list>li span.toi_type {
		display: none;
	}
	.base_tl h3 {
	    font-size: 14px;
	}
	.fv_cta {
	    position: relative;
	    z-index: 2;
	    width: 90%;
	    margin: -70px auto 0;
	 }
	.fv_cta .in {
	    padding: 25px 0px;
	}
	.artl .arrow {
	    padding: 0 40px;
	}
	.fv_cta .artl {
		font-size: 13px;
	}
	.fv_cta .cta_free {
		display: none;
	}
	.fv_cta .form_li li .ct {
		display: block;
	    width: 100%;
	    margin-bottom: 7px;
	    text-align: center;
	}
	.fv_cta .tl {
	    line-height: 1.4;
	}
	.fv_cta .tl span {
	    display: none;
	}
	.fv_cta .form_li {
	    margin: 20px 0 20px;
	}
	.fv_cta .form_li li input {
	    width: 95%;
	}
	.s_btn_s .icon {
	    top: 6px;
	    margin-right: 12px;
	    width: 22px;
	    height: 23px;
	}
	
	
	.cta .left,.cta .right {
		width: 100%;
		padding: 0px;
	}
	.cta .fm_txt {
	    margin: 10px 0 15px;
	    padding: 8px 0px;
	    border-top: 1px dotted #fff;
	    border-bottom: 1px dotted #fff;
	    font-size: 15px;
	}
	.cta .left img {
	    display: block;
    	max-width: 220px;
	    margin: 0 auto;
	    text-align: center;
    }
	.cta .right .in {
    	margin-top: 20px;
	    width: 96%;
	}
	.cta .img {
		display: none;
	}
	
	
	.sec_form_area {
    	padding: 30px 10px;
	}
	.sec_form_area .left,
	.sec_form_area .right {
		width: 100%;
		margin: 0px;
	}
	.sec_form_area .head_title h2 {
	    font-size: 18px;
	}
	.sec_form_area p.txt span.none {
	    display: inline !important;
	}
	ul.ex_s_img {
	    display: block;
	    margin-bottom: 25px;
	    overflow-x: scroll;
	    white-space: nowrap;
	    -webkit-overflow-scrolling: touch;
	}
	ul.ex_s_img li {
	    display: inline-block;
	    width: 90px;
	    font-weight: 600;
	    cursor: pointer;
	    transition: .8s;
	}
	.last_form_area {
    	padding: 0px 15px 10px;
    }
	
	.form_list li {
	    display: block;
	    padding-top: 5px;
	}
    .form_list li .th,
    .form_list li .th2,
    .form_list li .td {
    	display: block;
		width: 100%;
		padding: 0;
	    border: 0;
	    text-align: left;
	}
    .form_list li .th {
    	margin: 10px 0px;
	}
	.form_list li .th2 {
	    position: absolute;
	    top: 15px;
	    right: 5px;
	    text-align: right;
	}
	
	.pref_area {
	    width: 100%;
	    margin-bottom: 15px;
	}
	.industry_area {
	    width: 100%;
	    padding-left: 0px;
	}


}