@charset "utf-8";

/*2021.04.27法人携帯ページ全体的に改修*/
.k_service{
	width: 90%;
	max-width: 1160px;
	margin: 0 auto;
	padding: 60px;
	background-color: #fff;
	box-sizing: border-box;
	overflow: hidden;
}
.k_service .k_merit h3{
	font-size: 30px;
	line-height: 1.3;
}
.k_service .k_merit .km_list{
	width: 100%;
	display: flex;
	margin: 30px auto 40px;
}
.k_service .k_merit .km_list section{
	width: 24%;
	display: inline-block;
	float: left;
	margin-right: 20px;
	padding: 20px;
	border: 1px solid #bababa; 
	box-sizing: border-box;
}
.k_service .k_merit .km_list section:last-child{
	margin-right: 0;
}
.k_service .k_merit .km_list section .merit_list{
	font-size: 20px;
    color: #1768B4;
    margin-bottom: 10px;
}
.k_service .k_merit .km_list section p{
	text-align: left;
}
.k_service .k_merit .p_ph_first{
	width: 50px;
    display: block;
    margin: 0 auto;
    margin-bottom: 40px;
}
.k_service .k_merit .p_ph_second {
    width: 50px;
    display: block;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
}
.k_service .k_merit .sumahodai{
	clear: both;
	overflow: hidden;
}
.k_service .k_merit .sumahodai .p_detail{
	display: flex;
	margin-top: 30px;
}
.k_service .k_merit .sumahodai .p_detail .p_list{
	width: 49%;
    display: inline-block;
    float: left;
    margin-right: 20px;
    padding: 40px;
    border: 1px solid #bababa;
    box-sizing: border-box;
}
.k_service .k_merit .sumahodai .p_detail .p_list:last-child{
	margin-right: 0;
}
.k_service .k_merit .sumahodai .p_detail .list01 img{
	width: 100% !important;
}
.k_service .k_merit .sumahodai .p_detail .p_list h4{
	font-size: 20px;
    color: #006699;
    text-align: left;
    margin-bottom: 20px;
}
.k_service .k_merit .sumahodai .p_detail .p_list p{
	text-align: left;
	margin: 10px auto 0;
}
.k_service .k_merit .sumahodai .p_detail .p_list img{
	width: 100%;
	display: block;
	height: auto;
	margin: 0 auto;
}
.k_service .k_merit .sumahodai .p_detail02{
	display: flex;
	margin-top: 20px;
}
.k_service .k_merit .sumahodai .p_detail02 .p_list{
	width: 49%;
    display: inline-block;
    float: left;
    margin-right: 20px;
    padding: 40px;
    border: 1px solid #bababa;
    box-sizing: border-box;
}
.k_service .k_merit .sumahodai .p_detail02 .p_list:last-child{
	margin-right: 0;
}
.k_service .k_merit .sumahodai .p_detail02 .list01 img{
	width: 100% !important;
}
.k_service .k_merit .sumahodai .p_detail02 .p_list h4{
	font-size: 20px;
    color: #006699;
    text-align: left;
    margin-bottom: 20px;
}
.k_service .k_merit .sumahodai .p_detail02 .p_list p{
	text-align: left;
	margin: 15px auto 0;
}
.k_service .k_merit .sumahodai .p_detail02 .p_list img{
	width: 100%;
	display: block;
	height: auto;
	margin: 0 auto;
}
.k_service .k_merit .case_image{
	width: 22.5%;
    margin-right: 30px;
    float: left;
}
.k_service .k_merit .merit_text{
	text-align: left;
}
.k_service .k_merit .merit_text .merit{
	font-size: 20px;
    font-weight: bold;
    color: #006699;
    margin-bottom: 15px;
    line-height: 1.5;
}
.k_service .k_merit .merit_text .sol_link{
	width: 100%;
    font-weight: bold;
    position: relative;
    max-width: 370px;
    display: block;
    margin: 30px auto 0;
    overflow: hidden;
    filter: drop-shadow(2px 2px 2px #CCC);
 }
 .k_service .k_merit .merit_text .sol_link a {
    width: 100%;
    display: block;
    font-size: 24px !important;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    padding: 10px;
    background-color: #006699;
    border: 1px solid #FFF;
    border-radius: 25px;
    box-sizing: border-box;
}
.k_service .k_merit .section-contract-result .sec-text-top {
    margin-top: 30px;
    margin-bottom: 30px;
}
.k_service .k_merit .section-contract-result .sec-text{
    margin-top: 30px;
    margin-bottom: 30px;
    font-weight: bold;
}
.k_service .k_merit .section-contract-result ul {
    width: 100%;
    margin: 0;
    display: flex;
    border: 0;
}
.section-contract-result ul li {
    width: 37%;
    float: left;
    margin-right: 3%;
    padding: 0;
    list-style: none;
    position: relative;
}
.section-contract-result ul li:first-child {
    width: 60%;
}
.section-contract-result ul li:last-child {
    margin-right: 0;
}
.section-contract-result .result-title-sub {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 15px 10px;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 21px;
    font-weight: bold;
    background: #14436B;
}
.section-contract-result ul li .sec-text {
    text-align: left;
}
.k_service .k_merit .nomuda{
	margin: 40px auto 120px; 
}
.k_service .k_merit .nomuda img{
	width: 50px;
	display: block;
	margin: 0 auto 20px;
}
.k_service .k_merit .nomuda p{
	font-size: 14px;
	line-height: 1.5;
	margin-top: 10px;
}
.k_service .k_merit .dotbiz{
	position: relative;
	padding: 80px;
	background-color: #f7f7f7;
	border: 1px solid #bababa;
	box-sizing: border-box;
}
.k_service .k_merit .dotbiz h3{
	position: absolute;
	top: -55px;
	left: 0;
	right: 0;
	width: 70%;
	color: #fff;
	background-color: #069;
	margin: 0 auto;
	padding: 20px;
	box-sizing: border-box;
}
.k_service .k_merit .dotbiz p{
	font-size: 21px;
	font-weight: bold;
	text-align: left;
	margin-top: 20px;
}
.k_service .k_merit .dotbiz span{
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
.k_service .k_merit .biz_link{
	width: 100%;
	display: block;
	margin-top: 40px;
}
.k_service .k_merit .biz_link .only_logo{
	width: 48%;
	display: inline-block;
	float: left;
	margin-right: 4%;
}
.k_service .k_merit .biz_link .only_logo img{
	width: fit-content;
	float: right;
	margin: 0 auto;
}
.k_service .k_merit .biz_link .conversion_r{
	width: 48%;
	display: inline-block;
}
 .k_service .k_merit .biz_link .conversion_r a{
 	width: fit-content;
 	display: block;
 	height: auto;
 	font-size: 30px !important;
 	font-weight: bold;
	color: #fff;
	box-sizing: border-box;
	transition: 0.2s all ease 0s;
	box-shadow: 5px 5px #002b41;
 }
 .k_service .k_merit .biz_link .conversion_r a:hover{
    -ms-transform: translateY(5px);
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    border-bottom: none;
    box-shadow: none;
}
 .k_service .k_merit .biz_link .conversion_r a img{
 	width: fit-content;
 }
.k-contact{
    margin-top: 80px;
    padding: 60px;
    background-color: #f2f3f7;
    box-sizing: border-box;
    overflow: hidden;
}
.k-contact h3 {
    font-size: 36px;
    color: #006699;
}
.k-contact p{
    margin-top: 10px;
}
.k-contact .tellcontact {
    margin-top: 25px;
}
.k_service .k-contact .mobile_form_mail a {
    width: 50%;
    display: block;
    text-align: center;
    color: #fff;
    font-weight: bold;
    margin: 10px auto 10px;
    padding: 10px;
    background-color: #2cc1ae;
    border-radius: 10px;
    box-shadow: 0 5px #189081;
    box-sizing: border-box;
    overflow: hidden;
}
.k-contact .mobile_form_mail a:hover {
    opacity: 1;
    -ms-transform: translateY(5px);
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    border-bottom: none;
    box-shadow: none;
    transform: translate3d(0, 2px, 0);
}
.k_service .k-contact .mobile_form_mail a:before{
    display: none;
}
.k-contact a {
    display: block;
    font-size: 30px !important;
    font-weight: bold;
    color: #000;
}
.k-contact a:before {
    content: url(../img/business/product/tell.png);
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}
.k-contact  span {
    font-size: 14px;
}
.k-contact .mobile_form_mail span {
    font-size: 24px;
}




.i_service{
	width: 90%;
	max-width: 1160px;
	margin: 0 auto;
	padding: 80px;
	background-color: #fff;
	box-sizing: border-box;
	overflow: hidden;
}
.i_service .i_merit h3{
	font-size: 30px;
	line-height: 1.3;
}
.i_service .i_merit .km_list{
	width: 100%;
	display: flex;
	margin: 30px auto 40px;
}
.i_service .i_merit .km_list section{
	width: 24%;
	display: inline-block;
	float: left;
	margin-right: 20px;
	padding: 20px;
	border: 1px solid #bababa; 
	box-sizing: border-box;
}
.i_service .i_merit .km_list section:last-child{
	margin-right: 0;
}
.i_service .i_merit .km_list section .merit_list{
	font-size: 20px;
    color: #1768B4;
    margin-bottom: 10px;
}
.i_service .i_merit .km_list section p{
	text-align: left;
}
.i_service .i_merit .p_ph_first{
	width: 50px;
    display: block;
    margin: 0 auto;
    margin-bottom: 40px;
}
.i_service .i_merit .p_ph_second {
    width: 50px;
    display: block;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
}
.i_service .i_merit .born h3{
	margin-bottom: 30px;
}
.i_service .i_merit .born .sidebyside{
	display: flex;
    justify-content: space-between;
}
.i_service .i_merit .born .case_image{
	width: 320px;
    height: 240px;
    margin-right: 30px;
    float: left;
}
.i_service .i_merit .born .merit_text{
	text-align: left;
	margin-top: 10px;
}
.i_service .i_merit .born .sol_link{
	width: 100%;
    font-weight: bold;
    position: relative;
    max-width: 370px;
    display: block;
    margin: 30px auto 0;
    overflow: hidden;
    filter: drop-shadow(2px 2px 2px #CCC);
 }
 .i_service .i_merit .born .sol_link a {
    width: 100%;
    display: block;
    font-size: 24px !important;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    padding: 10px;
    background-color: #006699;
    border: 1px solid #FFF;
    border-radius: 25px;
    box-sizing: border-box;
}
.i_service .i_merit .tokutyo{
	clear: both;
	overflow: hidden;
}
.i_service .i_merit .tokutyo .toku{
	width: 100%;
	display: block;
	margin-top: 30px;
	overflow: hidden;
}
.i_service .i_merit .tokutyo .toku img{
	width: 21%;
    display: inline-block;
    float: left;
    margin-right: 30px;
}
.i_service .i_merit .tokutyo .toku .p_copy{
	width: 70%;
    display: inline-block;
}
.i_service .i_merit .tokutyo .toku .p_copy h4{
	font-size: 20px;
	text-align: left;
	color: #006699;
}
.i_service .i_merit .tokutyo .toku .p_copy p{
	text-align: left;
	margin-top: 15px;
}
.i_service .i_merit .motto .feature_dl{
	display: flex;
}
.i_service .i_merit .motto .feature_dl .toku01{
	width: 100%;
    display: block;
    margin-top: 30px;
    margin-right: 40px;
    overflow: hidden;
}
.i_service .i_merit .motto .feature_dl .toku01 img{
	width: 49%;
	height: 167px;
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-bottom: 20px;
}
.i_service .i_merit .motto .feature_dl .toku01 .p_copy{
	width: 48%;
    font-size: 18px;
    text-align: left;
    display: flex;
    margin-top: 15px;
}
.i_service .i_merit .motto .feature_dl .toku02{
	width: 100%;
    display: block;
    margin-top: 30px;
    overflow: hidden;
}
.i_service .i_merit .motto .feature_dl .toku02 img{
	width: 35%;
	height: 167px;
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-bottom: 20px;
}
.i_service .i_merit .motto .feature_dl .toku02 .p_copy{
	width: 50%;
    font-size: 18px;
    text-align: left;
    display: flex;
    margin-top: 15px;
}
.i_service .i_merit .motto .sol_link{
	width: 100%;
    font-weight: bold;
    position: relative;
    max-width: 370px;
    display: block;
    margin: 30px auto 0;
    overflow: hidden;
    filter: drop-shadow(2px 2px 2px #CCC);
 }
 .i_service .i_merit .motto .sol_link a {
    width: 100%;
    display: block;
    font-size: 24px !important;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    padding: 10px;
    background-color: #006699;
    border: 1px solid #FFF;
    border-radius: 25px;
    box-sizing: border-box;
}
.i_service .i_merit .campaign{
	margin-top: 80px;
}
.i_service .i_merit .cam_detail{
	padding-bottom: 80px;
	border-bottom: 20px solid #d4e9f3;
	box-sizing: border-box;
}
.i_service .i_merit .cam_detail h3{
	color: #fff;
	background-color: #172d2b;
	margin: 0 auto;
	padding: 30px;
	box-sizing: border-box;
}
.i_service .i_merit .cam_detail p{
	font-size: 18px;
	color: #000;
	font-weight: bold;
	text-align: center;
	margin: 20px auto 40px;
}
.i_service .i_merit .cam_detail img{
	width: fit-content;
	display: block;
	margin: 0 auto;
}
.i_service .i_merit .cam_detail span{
	display: block;
	font-size: 14px;
	text-align: center;
	margin-top: 40px;
}
.i_service .i_merit .cam_link{
	width: 100%;
	display: block;
	margin-top: 40px;
}
.i_service .i_merit .cam_link .only_logo{
	width: 48%;
	display: inline-block;
	float: left;
	margin-right: 4%;
}
.i_service .i_merit .cam_link .only_logo img{
	width: fit-content;
	float: right;
	margin: 0 auto;
	padding: 5.3% 0;
}
.i_service .i_merit .cam_link .conversion_r{
	width: 48%;
	display: inline-block;
}
 .i_service .i_merit .cam_link .conversion_r a{
 	width: fit-content;
 	display: block;
 	height: auto;
 	font-size: 30px !important;
 	font-weight: bold;
	color: #fff;
	box-sizing: border-box;
	transition: 0.2s all ease 0s;
	box-shadow: 5px 5px #002b41;
 }
 .i_service .i_merit .cam_link .conversion_r a:hover{
    -ms-transform: translateY(5px);
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    border-bottom: none;
    box-shadow: none;
}
 .i_service .i_merit .cam_link .conversion_r a img{
 	width: fit-content;
 }

 .i-contact{
    margin-top: 80px;
    padding: 60px;
    background-color: #f2f3f7;
    box-sizing: border-box;
    overflow: hidden;
}
.i-contact h3 {
    font-size: 36px;
    color: #006699;
}
.i-contact p{
    margin-top: 10px;
}
.i-contact .tellcontact {
    margin-top: 25px;
}
.i_service .i-contact .ittenko_form a {
    width: 50%;
    display: block;
    text-align: center;
    color: #fff;
    font-weight: bold;
    margin: 10px auto 10px;
    padding: 10px;
    background-color: #2cc1ae;
    border-radius: 10px;
    box-shadow: 0 5px #189081;
    box-sizing: border-box;
    overflow: hidden;
}
.i-contact .ittenko_form a:hover {
    opacity: 1;
    -ms-transform: translateY(5px);
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    border-bottom: none;
    box-shadow: none;
    transform: translate3d(0, 2px, 0);
}
.i_service .i-contact .ittenko_form a:before{
    display: none;
}
.i-contact a {
    display: block;
    font-size: 30px !important;
    font-weight: bold;
    color: #000;
}
.i-contact a:before {
    content: url(../img/business/product/tell.png);
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}
.i-contact  span {
    font-size: 14px;
}
.i-contact .ittenko_form span {
    font-size: 24px;
}
 .i_service_sec{
 	width: 90%;
    max-width: 1160px;
    margin: 60px auto 0;
    background-color: #fff;
    box-sizing: border-box;
    overflow: hidden;
 }
 .i_service_sec h3{
 	font-size: 30px;
    line-height: 1.3;
 }
 .i_service_sec p{
 	margin-top: 10px;
 	text-align: center;
 }
.i_service_sec .i_service_merit_sec{
	width: 100%;
    margin-top: 20px;
    margin-bottom: 60px;
    overflow: hidden;
    box-sizing: border-box;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.i_service_sec .i_service_merit_sec li{
	width: 32%;
	display: inline-block;
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
	padding: 20px;
	border: 1px solid #bababa;
	box-sizing: border-box;
}
.i_service_sec .i_service_merit_sec li:nth-child(3n){
	margin-right: 0;
}
.i_service_sec .i_service_merit_sec li:nth-child(4n){
	margin-bottom: 0;
}
.i_service_sec .i_service_merit_sec li:nth-child(5n){
	margin-bottom: 0;
}
.i_service_sec .i_service_merit_sec li:last-child{
	margin-bottom: 0;
}
.i_service_sec .i_service_merit_sec li p{
	display: inline-block;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	color: #006699;
	margin-top: 0;
	vertical-align: middle;
}
.i_service_sec .i_service_merit_sec li .tit_l{
	padding-top: 15px;
}
.i_service_sec .partners{
	width: 100%;
	display: block;
	margin-top: 40px;
}
.i_service_sec .partners a{
	width: 80%;
	display: block;
	margin: 0 auto;
}
.i_service_sec .partners a img{
	width: 100%;
	display: block;
	height: auto;
}
.i_service_sec .partners_sp{
	display: none;
}
/*販売パートナー追記2020.10.1*/
.i_sales_partner_sec{
width: 100%;
    margin-top: 10px;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.i_sales_partner_sec li{
    width: 31%;
    float: left;
    margin-right: 2%;
    padding-bottom: 30px;
    box-sizing: border-box;
    list-style: none;
    position: relative;
}
.i_sales_partner_sec li img{
    width: 100%;
    display: block;
    margin: 0 auto;
}
.i_sales_partner_sec .txt{
    font-size: 14px;
    margin-top: 10px;
    text-align: left;
    font-weight: inherit;
}
.f_service{
	width: 100%;
	max-width: 1160px;
	margin: 0 auto;
	padding: 80px;
	background-color: #fff;
	box-sizing: border-box;
	overflow: hidden;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 16%);
}
.f_service .f_merit h3{
	font-size: 32px;
	color: #069;
	line-height: 1.3;
}
.f_service .f_merit .f_list{
	width: 100%;
	margin: 60px auto 80px;
	overflow: hidden;
}
.f_service .f_merit h3{
	font-size: 32px;
	color: #000;
	line-height: 1.5;
}
.f_service .f_merit .f_list{
	width: 100%;
	margin: 30px auto 60px;
}
.f_service .f_merit .f_list section{
	width: 49%;
	display: inline-block;
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
	padding: 25px;
	border: 1px solid #bababa; 
	box-sizing: border-box;
}
.f_service .f_merit .f_list section:nth-child(2n){
	margin-right: 0;
}
.f_service .f_merit .f_list section:nth-child(3){
	margin-bottom: 0;
}
.f_service .f_merit .f_list section:nth-child(4){
	margin-bottom: 0;
}
.f_service .f_merit .f_list section p{
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
}
.f_service .f_merit .f-kaiketsu{
	clear: both;
	overflow: hidden;
}
.f_service .f_merit .f-kaiketsu h3{
	font-size: 24px;
	color: #000;
}
.f_service .f_merit .f-kaiketsu h3 span{
	color: #006699;
    font-size: inherit;
}
.f_service .f_merit .f-kaiketsu .f-ph{
	width: 100%;
	display: block;
	margin: 0 auto;
}
.f_service .f_merit .f-kaiketsu .f-ph img{
	width: fit-content;
	display: block;
	margin: 25px auto 0;
}
.f_service .f_merit .f-kaiketsu .fk_list{
	width: 100%;
	display: block;
	margin-top: 30px;
}
.f_service .f_merit .f-kaiketsu .fk_list .list{
	display: flex;
	margin-bottom: 2%;
}
.f_service .f_merit .f-kaiketsu .fk_list .list:last-child{
	margin-bottom: 0;
}
.f_service .f_merit .f-kaiketsu .fk_list section{
	width: 49%;
	display: inline-block;
	float: left;
	margin-right: 2%;
	padding: 30px;
	border: 1px solid #bababa;
	box-sizing: border-box;
	overflow: hidden;
}
.f_service .f_merit .f-kaiketsu .fk_list section:nth-child(2){
	margin-right: 0;
}
.f_service .f_merit .f-kaiketsu .fk_list section:last-child{
	margin-right: 0;
}
.f_service .f_merit .f-kaiketsu .fk_list section h3{
	font-size: 24px;
	line-height: 1.3;
	padding-bottom: 15px;
	border-bottom: 1px solid #bababa;
	box-sizing: border-box;
	overflow: hidden;
}
.f_service .f_merit .f-kaiketsu .fk_list section h4{
	font-size: 18px;
	text-align: left;
	margin-top: 20px;
}
.f_service .f_merit .f-kaiketsu .fk_list section h4 span{
	font-size: 12px;
}
.f_service .f_merit .f-kaiketsu .fk_list section img{
	width: fit-content;
	display: block;
	margin: 20px auto 10px;
}
.f_service .f_merit .f-kaiketsu .fk_list section p{
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	margin: 5px auto 0;
	padding-bottom: 10px;
}
.f_service .f_merit .f-kaiketsu .fk_list section .f-logo{
	border-bottom: 3px solid #006699;
}
.f_service .f_merit .f-kaiketsu .fk_list section ul li{
	padding: 10px 0 0px;
	overflow: hidden;
	box-sizing: border-box;
}
.f_service .f_merit .f-kaiketsu .fk_list section ul li p{
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    margin: 0;
    padding: 0;
}
.offer{
	width: 100%;
	display: block;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	margin-top: 20px;
}
.f_service .f_merit .f-kaiketsu .fk_list .benefit_rank{
	width: 100%;
	display: block;
	clear: both;
	margin: 60px auto 0;
	padding: 60px;
	border: 1px solid #bababa;
	box-sizing: border-box;
}
.f_service .f_merit .f-kaiketsu .fk_list .benefit_rank .br_tit{
	width: 100%;
	display: block;
}/*
.f_service .f_merit .f-kaiketsu .fk_list .benefit_rank .br_tit:before{
	content: url("../img/business/product/kakko01.png");
	margin-right: 15px;
}
.f_service .f_merit .f-kaiketsu .fk_list .benefit_rank .br_tit:after{
	content: url("../img/business/product/kakko02.png");
	margin-left: 15px;
}*/
.f_service .f_merit .f-kaiketsu .fk_list .benefit_rank h3{
	display: inline-block;
	font-size: 30px;
	color: #006699;
}
.f_service .f_merit .f-kaiketsu .fk_list .benefit_rank ul{
	clear: both;
	width: 100%;
	display: block;
	margin-top: 30px;
	overflow: hidden;
}
.f_service .f_merit .f-kaiketsu .fk_list .benefit_rank li{
	width: 49%;
	display: inline-block;
	float: left;
	margin-right: 2%;
}
.f_service .f_merit .f-kaiketsu .fk_list .benefit_rank li:nth-child(2){
	margin-right: 0;
}
.f_service .f_merit .f-kaiketsu .fk_list .benefit_rank li img{
	width: 100%;
	display: block;
	height: auto;
}
.f_service .f_merit .f-kaiketsu .fk_list .benefit_rank li h4{
	font-size: 21px;
	text-align: left;
	margin-top: 20px;
}
.f_service .f_merit .f-kaiketsu .fk_list .benefit_rank li h4 span{
	color: #006699;
    font-size: inherit;
}
.f_service .f_merit .f-kaiketsu .fk_list .benefit_rank li p{
	text-align: left;
	margin-top: 5px;
}
.f_service .f_merit .f-kaiketsu .fk_list .benefit_rank .br_other{
	margin-top: 30px;
}
.f_service .f_merit .f-kaiketsu .fk_list .benefit_rank .br_other img{
	width: fit-content;
	margin: 0 auto;
}
.f_service .f_merit .f-kaiketsu .fk_list .benefit_rank .br_other p{
	width: 100%;
	max-width: 600px;
	font-size: 21px;
	font-weight: bold;
	margin: 20px auto 0;
}
.f_service .f_merit .f-kaiketsu .fk_list .benefit_rank .br_other p span{
	color: #006699;
    font-size: inherit;
}
.f_service .f_merit .f-contact{
	margin-top: 60px;
	padding: 60px;
	background-color: #f2f3f7;
	box-sizing: border-box;
	overflow: hidden;
}
.f_service .f_merit .f-contact h3{
	font-size: 36px;
	color: #006699;
}
.f_service .f_merit .f-contact p{
	margin-top: 10px;
}
.f_service .f_merit .f-contact .tellcontact{
	margin-top: 25px;
}
.f_service .f_merit .f-contact .document:before{
	content: "";
}
.f_service .f_merit .f-contact .document{
	width: 48%;
    float: left;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-weight: bold;
    margin: 10px auto 30px;
    margin-right: 4%;
    padding: 10px;
    background-color: #20a1d8;
    border-radius: 10px;
    box-shadow: 0 5px #1b6e95;
    box-sizing: border-box;
    overflow: hidden;
}
.f_service .f_merit .f-contact .document span{
	font-size: 24px;
}
.f_service .f_merit .f-contact .document:hover{
	opacity: 1;
	-ms-transform: translateY(5px);
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    border-bottom: none;
    box-shadow: none;
	transform: translate3d(0, 2px, 0);
}
.f_service .f_merit .f-contact .mail:before{
	content: "";
}
.f_service .f_merit .f-contact .mail{
	width: 48%;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-weight: bold;
    margin: 10px auto 0;
    padding: 10px;
    background-color: #2cc1ae;
    border-radius: 10px;
    box-shadow: 0 5px #189081;
    box-sizing: border-box;
    overflow: hidden;
}
.f_service .f_merit .f-contact .mail span{
	font-size: 24px;
}
.f_service .f_merit .f-contact .mail:hover{
	opacity: 1;
	-ms-transform: translateY(5px);
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    border-bottom: none;
    box-shadow: none;
	transform: translate3d(0, 2px, 0);
}
.f_service .f_merit .f-contact a:before{
	content: url("../img/business/product/tell.png");
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}
.f_service .f_merit .f-contact a{
	display: block;
	font-size: 30px !important;
	font-weight: bold;
	color: #000;
}
.f_service .f_merit .f-contact a:hover{
	opacity: 0.7;
}
.f_service .f_merit .f-contact span{
	font-size: 14px;
}

.f_service .f_merit .f-price{
	width: 100%;
	margin-top: 60px;
	padding: 30px;
	border: 1px solid #bababa;
	box-sizing: border-box;
	overflow: hidden;
}
.f_service .f_merit .f-price h3{
	line-height: 1;
	color: #000;
	margin-top: 30px;
}
.f_service .f_merit .f-price h4{
	font-size: 21px;
    line-height: 1;
    color: #fff;
    margin-top: 30px;
    padding: 15px;
    background-color: #006699;
    box-sizing: border-box;
    overflow: hidden;
}
.f_service .f_merit .f-price table{
	width: 100%;
	margin-top: 20px;
	border: 1px solid #bababa;
	box-sizing: border-box;
    overflow: hidden;
}
.f_service .f_merit .f-price table tbody .tit{
	background-color: #ebebeb;
	box-sizing: border-box;
    overflow: hidden;
}
.f_service .f_merit .f-price table tbody tr th{
	padding: 20px 0;
	border-right: 1px solid #bababa;
	border-bottom: 1px solid #bababa;
}
.f_service .f_merit .f-price table tbody tr th:nth-child(2n){
	border-right: 0;
}
.f_service .f_merit .f-price table tbody tr td{
	width: 50%;
	padding: 20px 0;
	border-right: 1px solid #bababa;
	border-bottom: 1px solid #bababa;
}
.f_service .f_merit .f-price table tbody tr td:nth-child(2n){
	border-right: 0;
}
.f_service .f_merit .f-price img{
	width: fit-content;
	display: inline-block;
	margin: 30px auto;
}
.f_service .f_merit .f-price .cate{
	width: 100%;
    display: block;
    padding: 5px;
    vertical-align: middle;
    background-color: #fff;
    box-sizing: border-box;
}
.f_service .f_merit .f-price .column3_sp{
	display: none;
}
.f_service .f_merit .f-price .column3 tbody{
	overflow-x: auto;
	white-space: nowrap;
}
.f_service .f_merit .f-price .column3 tbody tr th{
	width: 12.5%;
	padding: 10px;
	box-sizing: border-box;
	vertical-align: middle;
}
.f_service .f_merit .f-price .column3 tbody tr .fif{
	color: #fff;
}
.f_service .f_merit .f-price .column3 tbody tr td{
	width: 12.5%;
	padding: 10px;
	box-sizing: border-box;
	vertical-align: middle;
}
.f_service .f_merit .f-price .column3 tbody tr td span{
	display: block;
	font-size: 12px;
}
.f_service .f_merit .f-price .column3 tbody tr th:nth-child(2n){
	border-right: 1px solid #bababa;
}
.f_service .f_merit .f-price .column3 tbody tr td:nth-child(2n){
	border-right: 1px solid #bababa;
}
.f_service .f_merit .f-price .column3 tbody tr td:nth-child(3n){
	border-right: 0;
}

.f_service .f_merit .case{
	width: 100%;
	margin-top: 60px;
	overflow: hidden;
	box-sizing: border-box;
}
.f_service .f_merit .case h3{
	line-height: 1;
	color: #000;
	margin-bottom: 30px;
}
.f_service .f_merit .case section{
	width: 100%;
	padding: 40px;
	border: 1px solid #bababa;
	box-sizing: border-box;
	overflow: hidden;
}
.f_service .f_merit .case section:last-child{
	margin-top: 20px;
}
.f_service .f_merit .case section .case_ph{
	width: 15%;
	display: inline-block;
	float: left;
	margin-right: 4%;
}
.f_service .f_merit .case section .case_comment{
	width: 81%;
	display: inline-block;
}
.f_service .f_merit .case section .case_comment h4{
	font-size: 18px;
	text-align: left;
}
.f_service .f_merit .case section .case_comment p{
	text-align: left;
}
.f_service .mailform section{
	width: 100%;
    max-width: 600px;
    display: block;
    margin: 0 auto;
}
.f_service .mailform section #form1{
	width: 100%;
    max-width: 600px;
    margin: 0 auto;
}
.f_service .mailform section .contact_step01{
	margin-bottom: 40px;
}
.f_service .mailform section .contact_step01 p{
	line-height: 1.4;
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    margin: 0 auto;
}
.f_service .mailform section .contact_step01 p span{
	color: #006699;
	font-size: 21px;
}
.f_service .mailform section .contact_step01 p b{
	font-size: 21px;
}
.f_service .mailform section .contact_step02{
	text-align: left;
	margin-bottom: 40px;
}
.f_service .mailform section .contact_step02 p{
	text-align: center;
}
.f_service .mailform section .contact_step02 .back{
    max-width: 300px;
    margin: 20px auto 0;
    transition: 0.1s;
}
.f_service .mailform section .contact_step02 .back a{
	display: block;
    font-weight: 600;
    color: #172d2b;
    text-align: center;
    padding: 10px;
    border: 2px solid #d8dadc;
    transition: 0.2s;
}
.f_service .mailform section .contact_step02 .back a:hover{
	/*background-color: #8FC31F;*/
	border: 2px solid #8FC31F;
}
.f_service .mailform section .tbl_form{
	text-align: left;
	margin-bottom: 30px;
}
.f_service .mailform section .tbl_form h2{
	font-size: 18px;
}
.f_service .mailform section .tbl_form .cell .need{
	display: inline-block;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    margin-left: 10px;
    padding: 4px 8px;
    background-color: #fa4347;
    vertical-align: middle;
}
.f_service .mailform section .tbl_form .cell .noneed{
	display: inline-block;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    margin-left: 10px;
    padding: 4px 8px;
    background-color: #a1a1a1;
    vertical-align: middle;
}
.f_service .mailform section .tbl_form .cell .error{
	color: #fa4347;
}
label.error {
    width: 100%;
    display: block;
    color: red;
}
.f_service .mailform section .tbl_form .cell #tossShop{
	width: 100%;
    height: 28px;
    color: #000;
    font-size: 16px;
    margin-top: 10px;
    box-sizing: border-box;
}
.f_service .mailform section .tbl_form .cell #tossName{
	width: 100%;
	color: #000;
    font-size: 16px;
    margin-top: 10px;
    padding: 15px;
    box-sizing: border-box;
}
.f_service .mailform section .tbl_form .cell #companyName{
	width: 100%;
	color: #000;
    font-size: 16px;
    margin-top: 10px;
    padding: 15px;
    box-sizing: border-box;
}
.f_service .mailform section .tbl_form .cell #employees{
	width: 100%;
    height: 28px;
    color: #000;
    font-size: 16px;
    margin-top: 10px;
    box-sizing: border-box;
}
.f_service .mailform section .tbl_form #department{
	width: 100%;
    height: 28px;
    color: #000;
    font-size: 16px;
    margin-top: 10px;
    box-sizing: border-box;
}
.f_service .mailform section .tbl_form #position{
	width: 100%;
    height: 28px;
    color: #000;
    font-size: 16px;
    margin-top: 10px;
    box-sizing: border-box;
}
.f_service .mailform section .tbl_form .cell #lastname{
	width: 100%;
	color: #000;
    font-size: 16px;
    padding: 15px;
    box-sizing: border-box;
}
.f_service .mailform section .tbl_form .cell #firstname{
	width: 100%;
	color: #000;
    font-size: 16px;
    padding: 15px;
    box-sizing: border-box;
}

.f_service .mailform section .tbl_form .cell #contact_date{
	width: 100%;
	color: #000;
    height: 28px;
    font-size: 16px;
    margin-top: 10px;
    box-sizing: border-box;
}
.f_service .mailform section .tbl_form .cell #contact_time{
	width: 100%;
	color: #000;
    height: 28px;
    font-size: 16px;
    margin-top: 10px;
    box-sizing: border-box;
}

.f_service .mailform section .tbl_form .cell #pref{
	width: 100%;
	color: #000;
    height: 28px;
    font-size: 16px;
    margin-top: 10px;
    box-sizing: border-box;
}
.f_service .mailform section .tbl_form .cell #linetel{
	width: 100%;
	color: #000;
    font-size: 16px;
    margin-top: 10px;
    padding: 15px;
    box-sizing: border-box;
}
.f_service .mailform section .tbl_form .cell #mobile{
	width: 100%;
	color: #000;
    font-size: 16px;
    margin-top: 10px;
    padding: 15px;
    box-sizing: border-box;
}
.f_service .mailform section .tbl_form .cell #tel{
	width: 100%;
	color: #000;
    font-size: 16px;
    margin-top: 10px;
    padding: 15px;
    box-sizing: border-box;
}
.f_service .mailform section .tbl_form .cell #mail{
	width: 100%;
	color: #000;
    font-size: 16px;
    margin-top: 10px;
    padding: 15px;
    box-sizing: border-box;
}
.f_service .mailform section .tbl_form .cell #business{
	width: 100%;
	color: #000;
    height: 28px;
    font-size: 16px;
    margin-top: 10px;
    box-sizing: border-box;
}
.f_service .mailform section .tbl_form .cell #career{
	width: 100%;
    height: 28px;
    color: #000;
    font-size: 16px;
    margin-top: 10px;
    box-sizing: border-box;
}
.f_service .mailform section .tbl_form .cell #id{
	width: 100%;
    height: 28px;
    color: #000;
    font-size: 16px;
    margin-top: 10px;
    box-sizing: border-box;
}
.f_service .mailform section .tbl_form .cell #inquiry{
	width: 100%;
	color: #000;
    font-size: 16px;
    margin-top: 10px;
    padding: 15px;
    box-sizing: border-box;
}
.f_service .mailform section .mail_check p{
	text-align: left;
	font-size: 21px;
    font-weight: bold;
    margin-bottom: 20px;
}
.f_service .mailform section .mail_check02 p{
	text-align: left;
	font-size: 21px;
    font-weight: bold;
}
.f_service .mailform section .mail_check input[type="submit"]{
	-webkit-appearance: none;
    width: 100%;
    display: block;
    font-size: 21px;
    font-weight: bold;
    color: #fff;
    margin-top: 30px;
    padding: 20px;
    background-color: #ff4e4a;
    border: none;
    border-radius: 10px;
    box-shadow: 0 5px #9d1d1a;
    transition: 0.2s all ease 0s;
}
.f_service .mailform section .mail_check input[type="submit"]:hover{
    -ms-transform: translateY(5px);
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    border-bottom: none;
    box-shadow: none;
}
.f_service .mailform section .mail_check02 input[type="submit"]{
	-webkit-appearance: none;
    width: 100%;
    display: block;
    font-size: 21px;
    font-weight: bold;
    color: #fff;
    margin-top: 30px;
    padding: 20px;
    background-color: #ff4e4a;
    border: none;
    border-radius: 10px;
    box-shadow: 0 5px #9d1d1a;
    transition: 0.2s all ease 0s;
}
.f_service .mailform section .mail_check02 input[type="submit"]:hover{
    -ms-transform: translateY(5px);
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    border-bottom: none;
    box-shadow: none;
}
.f_service .mailform section .mail_check .plus .arrow{
	width: 60px;
	display: block;
	margin: 40px auto 30px;
}
.f_service .mailform section .mail_check .plus .arrow img{
	width: fit-content;
}
.f_service .mailform02 .mail_check03{
	width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}
.f_service .mail_check03 input[type="button"]{
	width: 48%;
    display: inline-block;
    float: left;
    font-size: 21px;
    font-weight: bold;
    color: #fff;
    margin-top: 30px;
    margin-right: 4%;
    padding: 20px;
    background-color: #8c8584;
    border: none;
    border-radius: 10px;
    box-shadow: 0 5px #555453;
    transition: 0.2s all ease 0s;
}
.f_service .mailform02 .mail_check03 input[type="button"]:hover{
	-ms-transform: translateY(5px);
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    border-bottom: none;
    box-shadow: none;
}
.f_service .mailform02 .mail_check03 input[type="submit"]{
	width: 48%;
    display: inline-block;
    float: left;
    font-size: 21px;
    font-weight: bold;
    color: #fff;
    margin-top: 30px;
    padding: 20px;
    background-color: #ff4e4a;
    border: none;
    border-radius: 10px;
    box-shadow: 0 5px #9d1d1a;
    transition: 0.2s all ease 0s;
}
.f_service .mailform02 .mail_check03 input[type="submit"]:hover{
	-ms-transform: translateY(5px);
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    border-bottom: none;
    box-shadow: none;
}
#another{
	position: relative;
}
#another .realtime{
	position: fixed;
    bottom: 70px;
    right: 140px;
    padding: 20px;
    background-color: #1e3f3c;
    border-radius: 4px;
}
#another .realtime .remaining{
	font-size: 18px;
	color: #fff;
    font-weight: bold;
    text-align: center;
}
#another .realtime .remaining .number{
	font-size: 31px;
    color: #8FC31F;
    line-height: 1;
}

.s_service{
	width: 90%;
	max-width: 1160px;
	margin: 0 auto;
	padding: 80px;
	padding-top: 0;
	background-color: #fff;
	box-sizing: border-box;
	overflow: hidden;
}
.s_service .s_merit h3{
	font-size: 36px;
	color: #8fc31f;
	line-height: 1.3;
}
.s_service .s_merit .led{
	clear: both;
	width: 100%;
	margin-top: 80px;
	overflow: hidden;
	box-sizing: border-box;
}
.s_service .s_merit .led .led_ph{
	max-width: 240px;
	display: block;
	margin: 60px auto 30px; 
}
.s_service .s_merit .led .led_ph img{
	width: 100%;
	display: block;
	height: auto;
}
.s_service .s_merit .led .led_list img{
	width: 100%;
	display: block;
	height: auto;
}
.s_service .s_merit .led .led_list section{
	width: 48%;
	display: inline-block;
	float: left;
	margin-top: 60px;
	margin-right: 4%;
}
.s_service .s_merit .led .led_list .nomar{
	margin-right: 0;
}
.s_service .s_merit .led .led_list section h4{
	font-size: 26px;
    color: #172d2b;
    text-align: left;
}
.s_service .s_merit .led .led_list section p{
	text-align: left;
}
.s_service .s_merit .allinone{
	width: 100%;
	padding: 80px;
	padding-bottom: 0;
	box-sizing: border-box;
}
.s_service .s_merit .allinone h3{
	font-size: 36px;
    color: #8fc31f;
    line-height: 1.3;
}
.s_service .s_merit .allinone p{
	margin: 30px auto 0; 
}
.s_service .s_merit .allinone section{
	width: 100%;
	margin-top: 60px;
	box-sizing: border-box;
	overflow: hidden;
}
.s_service .s_merit .allinone section .a_ph{
	width: 48%;
	display: inline-block;
	float: left;
	margin-right: 4%;
}
.s_service .s_merit .allinone section .a_copy{
	width: 48%;
	display: inline-block;
	float: left;
	margin-right: 0;
}
.s_service .s_merit .allinone section .a_copy h4{
	font-size: 26px;
	color: #172d2b;
	text-align: left;
}
.s_service .s_merit .allinone section .a_copy p{
	text-align: left;
	margin-top: 10px;
	margin-bottom: 0;
}
/* .replace-sp{
	display:none;
} */
#st_contents{
    background-color: #f2f3f7;
    text-align: center;
}
.st_inner_t2 {
    margin: 0 auto;
    padding: 80px 0;
    background-color: #f2f3f7;
}
.st_inner_t2 h2{
	color: #000;
    font-size: 200%;
    letter-spacing: 0.1em;
}
.st_catch {
    width: 90%;
    max-width: 800px;
    font-size: 130%;
    line-height: 1.5em;
    margin: 20px auto 60px;
    clear: both;
}
.st_catch span {
    font-size: 80%;
}
.st_service{
	width: 100%;
	max-width: 1160px;
	margin: 0 auto;
	padding: 80px;
	background-color: #fff;
	box-sizing: border-box;
	overflow: hidden;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 16%);
}
.st_service .st_feature h3 {
    font-size: 150%;
    color: #069;
    line-height: 1.3;
}
.st_service .st_feature .st_feature_text {
    font-size: 130%;
    line-height: 1.5em;
    margin: 20px auto 40px;
    clear: both;
}
.st_service .st_feature .st_feature_text span{
	font-size: 75%;
}
.st_feature .st_service_feature_sec{
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.st_feature .st_service_feature_sec li{
    width: 32%;
    display: inline-block;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
    padding: 10px;
    border: 1px solid #bababa;
    box-sizing: border-box;
}
.st_feature .st_service_feature_sec li:nth-child(3){
	margin-right: 0;
}
.st_feature .st_service_feature_sec li .title{
    margin-bottom: 10px;
    color: #069;
    font-size: 130%;
    font-weight: bold;
	text-align: left;
}
.st_feature .st_service_feature_sec li .feature_sec_text{
	margin-top: 15px;
    font-size: 105%;
    text-align: left;
}
.st_feature  a{
	color: #000;
	text-decoration: underline;
	float: right;
}
.st_feature02 h4{
	font-size: 140%;
	color: #069;
    line-height: 1.3;
    margin-bottom: 20px;
}
.st_feature02{
    width: 100%;
    box-sizing: border-box;
    margin-top: 60px;
    margin-bottom: 51%;
}
.st_feature02 .background{
	float: left;
    background: #f3f3f3;
    width: 28%;
    margin-right: 1%;
    padding: 3%;
    padding-bottom: 1%;
}
.st_feature02 .background .feature_sec_text{
	font-weight: bold;
}
.st_feature02 .background p{
	margin-top: 3%;
	font-weight: bold;
}
.st_feature02 .background02{
	display: block;
    background: #f3f3f3;
    float: left;
    width: 59%;
    padding: 3%;
    padding-bottom: 1%;
}
.st_feature02 .background02 li{
	display: block;
	border: 1px solid #bababa;
    background: #fff;
    width: 47%;
    float: left;
    margin-bottom: 1.4%;
}
.st_feature02 .background02 li:nth-child(1){
	margin-right: 5%;
}
.st_feature02 .background02 .title{
    border-bottom: 1px solid #bababa;
    padding: 3.5%;
    font-size: 110%;
    font-weight: bold;
}
.st_feature02 .background02 img{
    padding: 6%;
    margin: 0 auto;
    width: 39.3%;
}
.st_feature02 .background02 p{
	font-weight: bold;
	display: block;
}
.st_feature02 .background02 .feature_sec_text{
    font-weight: bold;
    display: block;
    position: absolute;
    margin-left: 11%;
    margin-top: 20.8%;
}
.st_feature02 .ok{
    width: 100%;
    border: 1px solid #bababa;
    box-sizing: border-box;
    background: #fff;
}
.st_feature02 .ok .title{
    padding: 4%;
    font-size: 110%;
    font-weight: bold;
    border-bottom: 1px solid #bababa;
}
.st_feature02 .ok img{
    width: 37%;
    margin: 0 auto;
    padding: 8%;
}
.st_feature02 .ok .feature_sec_text{
	margin-top: 15px;
    font-size: 13px;
    text-align: left;
}
.st_feature02 .ng{
    width: 100%;
    position: relative;
    margin-right: 3%;
    border: 1px solid #bababa;
    box-sizing: border-box;
    background: #fff;
}
.st_feature02 .ng .title{
    padding: 10px 0;
    font-size: 110%;
    font-weight: bold;
    border-bottom: 1px solid #bababa;
}
.st_feature02 .ng img{
    width: 35%;
    padding: 10%;
    margin: 0 auto;
}
.st_feature02 .ng .feature_sec_text{
	margin-top: 15px;
    font-size: 13px;
    text-align: left;
}
.st_feature02 .ng02{
    width: 100%;
    position: relative;
    border: 1px solid #bababa;
    box-sizing: border-box;
    background: #fff;
}
.st_feature02 .ng02 .title{
    padding: 10px 0;
    font-size: 121%;
    font-weight: bold;
    border-bottom: 1px solid #bababa;
}
.st_feature02 .ng02 img{
    width: 34%;
    padding: 11%;
    margin: 0 auto;
}
.st_feature02 .ng02 .feature_sec_text{
	margin-top: 15px;
    font-size: 13px;
    text-align: left;
}

.st_service .plus{
    width: 10%;
    margin: 8% auto;
}
.st_feature03 h4 {
    font-size: 140%;
    color: #069;
    line-height: 1.3;
    margin-bottom: 20px;
}
.st_feature03 p {
    text-align: left;
    margin-left: 8%;
    margin-right: -10%;
    font-size: 110%;
}
.st_feature03 img{
    width: 30%;
    display: inline-block;
}
.st_katsuyo h4{
    font-size: 140%;
    color: #069;
    line-height: 1.3;
    margin-bottom: 20px;
}
.st_katsuyo p{
	font-size: 110%;
}

.st_katsuyo .st_service_katsuyo_sec{
	width: 100%;
	margin-top: 4%;
}
.st_katsuyo .st_service_katsuyo_sec li{
    width: 31%;
    display: inline-block;
    margin-right: 2%;
    margin-bottom: 2%;
    border: 1px solid #bababa;
}
.st_katsuyo .st_service_katsuyo_sec li:nth-child(3n){
    margin-right: 0;
}
.st_katsuyo .st_service_katsuyo_sec .title{
    padding: 10px 0;
    font-size: 120%;
    font-weight: bold;
    border-bottom: 1px solid #bababa;
}
.st_katsuyo .st_service_katsuyo_sec img{
    width: 100%;
    display: block;
    height: auto;
}
.st_operation_method h4{
    font-size: 140%;
    color: #069;
    line-height: 1.3;
    margin-bottom: 40px;
    margin-top: 30px;
}
.st_operation_method .st_service_operation_method_sec{
	width: 100%;
	margin-top: 4%;
	margin-top: 20px;
}
.st_operation_method .st_service_operation_method_sec li{
    width: 30.5%;
    display: inline-block;
    margin-right: 2%;
    margin-bottom: 2%;
    border: 1px solid #bababa;
}
.st_operation_method .st_service_operation_method_sec li:nth-child(3n){
    margin-right: 0;
}
.st_operation_method .st_service_operation_method_sec .gate img{
	width: 80%;
}
.st_operation_method .st_service_operation_method_sec .oki img{
	width: 29%;
}
.st_operation_method .st_service_operation_method_sec .monitor img{
	width: 59%;
}
.st_operation_method .st_service_operation_method_sec .title{
    padding: 10px 0;
    font-size: 120%;
    font-weight: bold;
    border-bottom: 1px solid #bababa;
}
.st_operation_method .st_service_operation_method_sec li img{
    margin: 0 auto;
    padding: 10%;
}

.st_service .arrow {
    width: 7%;
    margin: 40px auto;
}
.st_information h4{
    font-size: 140%;
    color: #069;
    line-height: 1.3;
    margin-bottom: 20px;
}
.st_information .st_service_information_sec{
	width: 100%;
	margin-top: 4%;
}
.st_information .st_service_information_sec li{
    width: 46%;
    display: inline-block;
    margin-right: 2%;
    margin-bottom: 2%;
    border: 1px solid #bababa;
}
.st_information .st_service_information_sec li:nth-child(2){
    margin-right: 0;
}
.st_information .st_service_information_sec .title{
    padding: 10px 0;
    font-size: 120%;
    font-weight: bold;
    border-bottom: 1px solid #bababa;
}
.st_information .st_service_information_sec .E img{
    margin: 0 auto;
    float: left;
    margin-left: 20%;
    width: 22%;
}
.st_information .st_service_information_sec .mini img{
    margin: 0 auto;
    float: left;
    margin-left: 20%;
    width: 19.3%;
}
.st_information .st_service_information_sec p{
    text-align: justify;
    padding-top: 3%;
    padding-bottom: 0;
    padding-right: 5%;
    padding-left: 46%;
    font-weight: bold;
    line-height: 1.6;
    font-size: 90%;
}
.st-contact{
    margin-top: 60px;
    padding: 60px;
    background-color: #f2f3f7;
    box-sizing: border-box;
    overflow: hidden;
}
.st-contact h3 {
    font-size: 36px;
    color: #006699;
}
.st-contact p{
    margin-top: 10px;
}
.st-contact .tellcontact {
    margin-top: 25px;
}
.st-contact a:before {
    content: url(../img/business/product/tell.png);
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}
.st-contact a {
    display: block;
    font-size: 30px !important;
    font-weight: bold;
    color: #000;
}
.st-contact  span {
    font-size: 14px;
}
.st-contact .ai_form_mail span {
    font-size: 24px;
}

@media screen and (max-width: 1130px) {
.k_service .k_merit .dotbiz h3{
	width: 80%;
}
}
@media screen and (max-width: 1000px) {
.nonline1000{
	display: none;
}
.k_service .k_merit h3 {
    font-size: 24px;
}
.k_service .k_merit .km_list{
	display: block;
}
.k_service .k_merit .km_list section{
	width: 100% !important;
	display: block;
	margin-right: 0;
	margin-bottom: 20px;
}
.k_service .k_merit .km_list section .merit_list{
	text-align: left;
}
.k_service .k_merit .km_list section:nth-child(2n){
	margin-right: 0;
}
.k_service .k_merit .p_ph_first {
    margin-bottom: 20px;
}
.k_service .k_merit .sumahodai .p_detail {
    display: block;
    overflow: hidden;
}
.k_service .k_merit .sumahodai .p_detail .p_list {
    width: 100%;
    display: block;
    margin-right: 0;
    margin-bottom: 20px;
    padding: 30px;
}
.k_service .k_merit .sumahodai .p_detail .p_list:last-child {
    margin-bottom: 0;
}
.k_service .k_merit .sumahodai .p_detail02 {
    display: block;
    overflow: hidden;
}
.k_service .k_merit .sumahodai .p_detail02 .p_list {
    width: 100%;
    display: block;
    margin-right: 0;
    margin-bottom: 20px;
    padding: 30px;
}
.k_service .k_merit .sumahodai .p_detail02 .p_list:last-child {
    margin-bottom: 0;
}
.k_service .k_merit .sumahodai .plan01{
	margin: 40px auto 0;
}
.k_service .k_merit .sumahodai .plan01 img{
	width: 100%;
	margin-right: 0;
}
.k_service .k_merit .sumahodai .plan01 .p_copy{
	width: 100%;
	margin-top: 40px;
}
.k_service .k_merit .p_ph_second {
    margin-top: 20px;
    margin-bottom: 20px;
}
.k_service .k_merit .merit_text .merit{
    margin-bottom: 10px;
}
.k_service .k_merit .merit_text .sol_link {
    margin: 10px auto 0;
}
.k_service .k_merit .case_image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
}
.k_service .k_merit .section-contract-result .sec-text-top {
    margin-top: 20px;
    margin-bottom: 20px;
}
.k_service .k_merit .section-contract-result .sec-text {
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1.6;
    letter-spacing: 0;
}
.k_service .k_merit .nomuda {
    margin: 40px auto 90px;
}
.k_service .k_merit .dotbiz{
	padding: 160px 40px 40px;
}
.k_service .k_merit .biz_link{
	margin-top: 30px;
}
.k_service .k_merit .biz_link .only_logo{
	width: 100%;
	display: block;
	margin-right: 0;
	margin-bottom: 20px;
}
.k_service .k_merit .biz_link .only_logo img{
	float: none;
	padding: 0;
}
.k_service .k_merit .biz_link .conversion_r{
	width: 100%;
	display: block;
}
.k_service .k_merit .biz_link .conversion_r a{
	width: 100%;
	display: block;
	overflow: hidden;
}
.k_service .k_merit .biz_link .conversion_r a img{
	width: 100%;
	display: block;
}
.i_service .i_merit h3 {
    font-size: 24px;
}
.i_service .i_merit .km_list{
	display: block;
}
.i_service .i_merit .km_list section{
	width: 100% !important;
	display: block;
	margin-right: 0;
	margin-bottom: 20px;
}
.i_service .i_merit .km_list section .merit_list{
	text-align: left;
}
.i_service .i_merit .km_list section:nth-child(2n){
	margin-right: 0;
}
.i_service .i_merit .p_ph_first {
    margin-bottom: 20px;
}
.i_service .i_merit .born .sol_link {
    margin: 10px auto 0;
}
.i_service .i_merit .born .sidebyside {
    display: block;
}
.i_service .i_merit .born .case_image {
    width: 100%;
    height: auto;
    margin-right: 0;
    float: initial;
}
.i_service .i_merit .p_ph_second {
    margin-top: 20px;
    margin-bottom: 20px;
}
.i_service .i_merit .tokutyo .toku img {
    width: 30%;
    display: inline-block;
    margin-bottom: 10px;
    float: initial;
 	margin-right: 0; 
}
.i_service .i_merit .tokutyo .toku .p_copy {
    width: 100%;
}
.i_service .i_merit .motto .feature_dl {
    display: block;
}
.i_service .i_merit .motto .feature_dl .toku01 {
    margin-right: 0;
}
.i_service .i_merit .motto .feature_dl .toku01 img {
    width: auto;
    height: auto;
    display: inline-block;
    float: initial;
    margin-right: 0;
    margin-bottom: 0px;
}
.i_service .i_merit .motto .feature_dl .toku01 .p_copy {
    width: 100%;
    display: inline-block;
    margin-top: 10px;
    font-size: 16px;
}
.i_service .i_merit .motto .feature_dl .toku02 img {
    width: auto;
    height: auto;
    display: inline-block;
    float: initial;
    margin-right: 0;
    margin-bottom: 0px;
}
.i_service .i_merit .motto .feature_dl .toku02 .p_copy {
    width: 100%;
    display: inline-block;
    margin-top: 10px;
}
.i_service .i_merit .motto .sol_link {
    margin: 10px auto 0;
}
.i_service .i_merit .campaign{
	margin-top: 60px;
}
.i_service .i_merit .cam_detail{
	padding-bottom: 60px;
}
.i_service .i_merit .cam_link .conversion_r a{
	width: 100%;
	display: block;
	overflow: hidden;
}
.i_service .i_merit .cam_link .conversion_r a img{
	width: 100%;
	display: block;
}
.i-contact {
    margin-top: 60px;
}

.i_service_sec{
	margin-top: 0;
}
.i_service_sec .none{
	display: none;
}
.i_service_sec .i_service_merit_sec li{
	width: 49%;
	margin-right: 2%;
}
.i_service_sec .i_service_merit_sec li:nth-child(2n){
	margin-right: 0;
}
.i_service_sec .i_service_merit_sec li:nth-child(3n){
	margin-right: 2%;
}
.i_service_sec .i_service_merit_sec li:nth-child(4n){
	margin-bottom: 2%;
}
.i_service_sec .i_service_merit_sec li:nth-child(5n) {
    margin-bottom: 0px;
    padding-top: 30px;
}
.i_service_sec .i_service_merit_sec li:last-child{
	margin-right: 0;
}
.i_service_sec .i_service_merit_sec li .tit_l{
	padding-top: 0;
}

.i_service_sec .partners a{
	width: 100%;
}

.f_service{
	padding: 20px;
}
.f_service .f_merit h3{
	font-size: 24px;
	margin-top: 20px;
}
.f_service .f_merit .f_list{
	display: block;
	margin: 40px auto;
}
.f_service .f_merit .f_list section{
	width: 100%;
	margin-right: 0;
	margin-bottom: 2%;
	padding: 20px;
}
.f_service .f_merit .f_list section:last-child{
	margin-bottom: 0;
}
.f_service .f_merit .f-kaiketsu h3{
	font-size: 24px;
	margin-top: 0;
}
.f_service .f_merit .f-kaiketsu .fk_list{
	margin-top: 0;
}
.f_service .f_merit .f-kaiketsu .fk_list .list{
	display: block;
}
.f_service .f_merit .f-kaiketsu .fk_list section{
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
}
.f_service .f_merit .f-kaiketsu .fk_list section:last-child{
	margin-bottom: 20px;
}
.f_service .f_merit .f-kaiketsu .fk_list section h3{
	font-size: 21px;
}
.f_service .f_merit .f-kaiketsu .fk_list section h4{
	font-size: 18px;
}
.f_service .f_merit .f-kaiketsu .fk_list .benefit_rank{
	padding: 20px;
	margin-bottom: 0;
}
.f_service .f_merit .f-kaiketsu .fk_list .benefit_rank .br_tit:before{
	content: none;
}
.f_service .f_merit .f-kaiketsu .fk_list .benefit_rank .br_tit:after{
	content: none;
}
.f_service .f_merit .f-kaiketsu .fk_list .benefit_rank h3{
	font-size: 24px;
}
.f_service .f_merit .f-kaiketsu .fk_list .benefit_rank ul{
	margin-top: 20px;
}
.f_service .f_merit .f-kaiketsu .fk_list .benefit_rank li{
	width: 100%;
	margin-right: 0;
	margin-bottom: 6%;
}
.f_service .f_merit .f-kaiketsu .fk_list .benefit_rank li h4{
	font-size: 18px;
}
.f_service .f_merit .f-kaiketsu .fk_list .benefit_rank .br_other{
	margin-top: 0;
}
.f_service .f_merit .f-contact{
	margin-top: 0;
	padding: 30px;
}
.f_service .f_merit .f-contact h3{
	font-size: 24px;
	margin-top: 0;
}
.f_service .f_merit .f-contact a{
	font-size: 24px !important;
}
.f_service .f_merit .f-price{
	margin-top: 40px;
	padding: 20px;
}
.f_service .f_merit .f-price h3{
	margin-top: 20px;
}
.f_service .f_merit .f-price h4{
	margin-top: 20px;
}
.f_service .f_merit .case{
	margin: 40px auto;
}
.f_service .f_merit .case h3{
	margin-top: 0;
	margin-bottom: 20px;
}
.f_service .f_merit .case section{
	padding: 20px;
}
.f_service .f_merit .case section .case_ph{
	width: 100%;
	display: block;
	margin-right: 0;
	margin: 10px auto 15px;
}
.f_service .f_merit .case section .case_comment{
	width: 100%;
	display: block;
}
.f_service .f_merit .case section .case_ph img{
	width: fit-content;
	display: block;
    margin: 0 auto;
}
.f_service .f_merit .f-price .column3{
	display: none;
}
.f_service .f_merit .f-price .column3_sp{
	display: block;
}
.st_feature02{
	margin-bottom: 53%;
}
.st_feature02 .background02{
	padding-bottom: 1%;
}
.st_feature02 .background02 .title{
	padding: 4.3%;
}
.st_feature02 .background02 li:nth-child(1){
	margin-right: 3%;
}
.st_feature02 .background02 img{
	width: 39.1%;
}
.st_feature02 .ok .title {
    padding: 5%;
}
.st_feature02 .background02 .feature_sec_text{
	margin-left: 120px;
    margin-top: 333px;
}
.st_feature03 p{
    margin-left: 10%;
    margin-right: -3%;
}
.st_katsuyo .st_service_katsuyo_sec li{
	width: 30.5%;
}
.st_katsuyo .st_service_katsuyo_sec .title {
    font-size: 89%;
}
.st_operation_method .st_service_operation_method_sec li{
	width: 30.5%;
}
.st_operation_method .st_service_operation_method_sec .title{
	font-size: 109%;
}
.st_operation_method .st_service_operation_method_sec .gate img{
	width: 80%;
    display: block;
}
.st_operation_method .st_service_operation_method_sec .oki img{
    width: 29%;
    display: block;
}
.st_operation_method .st_service_operation_method_sec .monitor img{
    width: 59%;
    display: block;
}
.st_information .st_service_information_sec li{
     width: 47.5%;
}
.st_information .st_service_information_sec .title{
	font-size: 100%;
}
.st_information .st_service_information_sec p {
    font-size: 70%;
    display: block;
    padding-top: 4%;
    padding-bottom: 0%;
    padding-left: 43%;
    line-height: 1.5;
}
.st_information .st_service_information_sec .E img{
	width: 22%;
    margin-left: 15%;
}
.st_information .st_service_information_sec .mini img{
	width: 19.3%;
    margin-left: 15%;
}
}
@media screen and (max-width: 900px) {
.st_feature02 {
    margin-bottom: 57%;
 }
}
@media screen and (max-width: 768px) {
.none{
	display:none;
}
.k_service{
	padding: 20px;
}
.k_service .k_merit h3{
	font-size: 22px;
}
.k_service .k_merit .km_list{
	margin-top: 20px;
}
.k_service .k_merit .km_list section {
    margin-bottom: 10px;
}
.k_service .k_merit .km_list section:nth-child(4) {
    margin-bottom: 20px;
}
.k_service .k_merit .km_list .list01::before{
	left: 0;
}
.k_service .k_merit .km_list .list02::before{
	left: 0;
}
.k_service .k_merit .km_list .list03::before{
	left: 0;
}
.k_service .k_merit .km_list .list04::before{
	left: 0;
}
.k_service .k_merit .sumahodai .p_detail {
    margin-top: 20px;
}
.k_service .k_merit .sumahodai .p_detail .p_list {
    margin-bottom: 10px;
    padding: 20px;
}
.k_service .k_merit .sumahodai .p_detail .p_list h4 {
    font-size: 20px;
    margin-bottom: 10px;
}
.k_service .k_merit .sumahodai .p_detail .list01{
	width: 100%;
	display: block;
	padding: 30px;
}
.k_service .k_merit .sumahodai .p_detail .list01::after{
	content: "";
}
.k_service .k_merit .sumahodai .p_detail .p_list h4{
	font-size: 20px;
}
.k_service .k_merit .sumahodai .p_detail02 {
    margin-top: 10px;
}
.k_service .k_merit .sumahodai .p_detail02 .p_list {
    margin-bottom: 10px;
    padding: 20px;
}
.k_service .k_merit .sumahodai .p_detail02 .p_list h4 {
    margin-bottom: 10px;
}
.k_service .k_merit .merit_text .sol_link a {
    font-size: 20px !important;
}
.k_service .k_merit .section-contract-result ul {
    display: table-cell;
}
.section-contract-result ul li {
    float: initial;
    margin-right: 0;
}
.section-contract-result ul li img {
    margin-bottom: 10px;
}
.section-contract-result .result-title-sub {
    font-size: 20px;
    padding: 8.5px 6.5px;
    margin-bottom: 8.5px;
}
.section-contract-result ul li:first-child {
    width: 100%;
}
.section-contract-result ul li:last-child {
	width: 100%;
    margin-right: 0;
}
.newline{
	display: none;
}
.k_service .k_merit .nomuda {
    margin-bottom: 60px;
}
.k_service .k_merit .nomuda img {
    margin: -40px auto 20px;
}
.k_service .k_merit .dotbiz{
	padding: 70px 30px 30px 30px;
}
.k_service .k_merit .dotbiz h3{
	font-size: 21px;
	padding: 15px;
	top: -40px;
}
.k_service .k_merit .dotbiz p{
	font-size: 16px;
	line-height: 1.4;
}
.k-contact{
    margin-top: 40px;
    padding: 30px;
}
.k_service .k-contact .mobile_form_mail a {
    width: 82%;
}
.k-contact a {
    font-size: 22px !important;
    margin-top: 2%;
}

.i_service{
	padding: 20px;
}
.i_service .i_merit h3{
	font-size: 22px;
	margin-top: 0;
}
.i_service .i_merit .km_list {
    margin-top: 20px;
}
.i_service .i_merit .km_list section {
    margin-bottom: 10px;
}
.i_service .i_merit .km_list section:nth-child(4) {
    margin-bottom: 20px;
}
.i_service .i_merit .km_list section h4{
	font-size: 20px;
}
.i_service .i_merit .born h3 {
    margin-bottom: 20px;
}
.i_service .i_merit .born .sol_link a {
    font-size: 20px !important;
}
.i_service .i_merit .tokutyo{
	margin-top: 0;
}
.i_service .i_merit .tokutyo .toku{
	margin-top: 20px;
}
.i_service .i_merit .tokutyo .toku img{
	width: 60%;
	float: none;
	margin: 0 auto;
}

.i_service .i_merit .tokutyo .toku .p_copy{
	width: 100%;
	float: none;
	margin-top: 20px;
}
.i_service .i_merit .tokutyo .toku .p_copy h4{
	font-size: 20px;
}
.i_service .i_merit .tokutyo .toku .p_copy p {
    margin-top: 10px;
}
.i_service .i_merit .motto .feature_dl .toku01 {
    margin-top: 20px;
}
.i_service .i_merit .motto .feature_dl .toku02 {
    margin-top: 20px;
}
.i_service .i_merit .motto .sol_link a {
    font-size: 20px !important;
}
.i_service .i_merit .campaign{
	margin-top: 40px;
}
.i_service .i_merit .cam_detail p{
	font-size: 16px;
	line-height: 1.4;
	margin: 20px auto; 
}
.i_service .i_merit .cam_detail span{
	margin-top: 20px;
}
.i_service .i_merit .cam_detail{
	padding-bottom: 40px;
}
.i_service .i_merit .cam_link{
	margin-bottom: 20px;
}
.i_service .i_merit .cam_link .only_logo{
	width: 100%;
	display: block;
	margin-right: 0;
	margin-bottom: 20px;
}
.i_service .i_merit .cam_link .only_logo img{
	float: none;
	padding: 0;
}
.i_service .i_merit .cam_link .conversion_r{
	width: 100%;
	display: block;
}

.i_service_sec{
	padding: 20px;
}
.i_service_sec h3{
	font-size: 22px;
    margin-top: 40px;
}
.i_service_sec .i_service_merit_sec li{
	width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
}
.i_service_sec .i_service_merit_sec li:nth-child(3n){
	margin-right: 0;
}
.i_service_sec .i_service_merit_sec li:nth-child(5n) {
    margin-bottom: 10px;
}
.i_service_sec .partners{
	display: none;
}
.i_service_sec .partners_sp{
	display: block;
	margin-top: 40px;
}
.i_service_sec .partners_sp a{
	width: 100%;
	display: block;
	margin: 0 auto;
}
.i_service_sec .partners_sp a img{
	width: 100%;
	display: block;
	height: auto;
}
.i-contact{
    margin-top: 40px;
    padding: 30px;

}
.i_service .i-contact .ittenko_form a {
    width: 82%;
}
.i-contact a {
    font-size: 22px !important;
    margin-top: 2%;
}

.f_service .f_merit .f_list section:nth-child(3){
	margin-bottom: 2%;
}
.f_service .f_merit .f_list section:nth-child(4){
	margin-bottom: 2%;
}
.f_service .f_merit .f-kaiketsu .fk_list section ul li span{
	font-size: 30px;
}
.f_service .f_merit .f-contact{
	margin-top: 20px;
	padding: 20px;
}
.f_service .f_merit .f-contact a:before{
	content: none;
}
.f_service .f_merit .f-contact .document{
	width: 100%;
	margin-bottom: 15px;
}
.f_service .f_merit .f-contact .document span{
	font-size: 18px;
}
.f_service .f_merit .f-contact .mail{
	width: 100%;
}
.f_service .f_merit .f-contact .mail span{
	font-size: 18px;
}
.f_service .f_merit .f-kaiketsu h3{
	font-size: 21px;
}
.f_service .f_merit .f-kaiketsu .f-ph img{
	margin-top: 15px;
}
.f_service .f_merit .f-kaiketsu .fk_list .benefit_rank h3{
	font-size: 21px;
}
.f_service .f_merit .f-kaiketsu .fk_list .benefit_rank li p{
	margin-top: 0;
}
.i_sales_partner_sec li {
    width: 100%;
    margin-right: 2%;
    padding-bottom: 0;
    margin-bottom: 2%;
}
/* .replace-sp {
    display: none;
} */
.st_inner_t2 {
    margin: 30px auto 40px;
}
.st_catch {
    font-size: 139%;
}
.st_service .st_feature h3{
	font-size: 160%;
}
.st_service .st_feature .st_feature_text{
	font-size: 137%;
	margin: 20px auto 20px;
}
.st_service .st_feature .st_feature_text span {
    font-size: 80%;
}
.st_feature .st_service_feature_sec li .title {
    font-size: 114%;
}
.st_feature .st_service_feature_sec li .feature_sec_text {
    font-size: 100%;
}
.st_feature a{
    font-size: 100% !important;
}
.st_feature02{
	margin-bottom: 55%;
}
.st_feature02 h4 {
    font-size: 161%;
}
.st_feature02 .ok img {
    width: 39%;
    padding: 10px;
}
.st_feature02 .background p{
	margin-top: 0;
}
.st_feature02 .ok .title{
	font-size: 100%;
    padding: 10px 0;
}
.st_feature02 .background {
    padding-bottom: 0;
}
.st_feature02 .ok {
    margin-bottom: 0;
}
.st_feature02 .background02 {
    padding-bottom: 0;
}
.st_feature02 .background02 li{
	margin-bottom: 0;
}
.st_feature02 .background02 li:nth-child(1){
    margin-right: 4%;
}
.st_feature02 .background02 img{
	padding: 5%;
    width: 39.6%;
}
.st_feature02 .background02 .title{
	padding: 10px;
    font-size: 100%;
}
.st_feature02 .ng img {
    width: 39%;
}
.st_feature02 .ng02 .title {
    font-size: 99%;
    padding: 20px 0;
}
.st_feature02 .ng02 img {
    width: 38%;
}
.st_feature02 .background02 .feature_sec_text {
    margin-left: 8%;
    margin-top: 30.7%;
}
.st_feature03 h4{
	font-size: 160%;
}
.st_feature03 p {
    font-size: 120%;
}
.st_feature03 img {
    width: 40%;
    margin: 1% auto;
    margin-left: 5%;
}
.st_katsuyo h4{
	font-size: 160%;
}
.st_katsuyo p{
	font-size: 120%;
}
.st_katsuyo .st_service_katsuyo_sec li {
    width: 30.9%;
}
.st_katsuyo .st_service_katsuyo_sec .title {
    padding: 10px 0;
    font-size: 100%;
}
.st_operation_method h4 {
    margin-top: 20px;
    font-size: 160%;
}
.st_operation_method .st_service_operation_method_sec li {
    width: 30.9%;
}
.st_operation_method .st_service_operation_method_sec .title {
    padding: 10px 10px;
    font-size: 100%;
}
.st_information h4 {
    margin-bottom: 30px;
    font-size: 160%;
}
.st_information .st_service_information_sec li {
    width: 48%;
}
.st_information .st_service_information_sec .title {
    padding: 10px 10px;
    font-size: 100%;
}
.st_information .st_service_information_sec p {
    padding-top: 4%;
    padding-bottom: 0%;
    padding-right: 1%;
    padding-left: 43%;
    font-size: 75%;
}
.st_information .st_service_information_sec .E img {
    width: 26%;
    margin-left: 15%;
}
.st_information .st_service_information_sec .mini img {
    width: 22.8%;
    margin-left: 15%;
}
.st-contact h3 {
    font-size: 130%;
}
.st-contact p {
    font-size: 77%;
}
.st-contact .tellcontact {
    margin-top: 20px;
}
.st-contact span {
    font-size: 13px;
}
.k-contact h3 {
    font-size: 130%;
}
.k-contact p {
    font-size: 77%;
}
.k-contact .tellcontact {
    margin-top: 20px;
}
.k-contact span {
    font-size: 13px;
}
.i-contact h3 {
    font-size: 130%;
}
.i-contact p {
    font-size: 77%;
}
.i-contact .tellcontact {
    margin-top: 20px;
}
.i-contact span {
    font-size: 13px;
}
}
@media screen and (max-width: 768px){
.replace-pc {
    display: none;
}
.st_inner_t2{
	margin: -30px auto 40px;
}
.st_inner_t2 h2 {
    font-size: 140%;
}
.st_catch{
	text-align: left;
    margin: 30px auto 40px;
    font-size: 100%;
    width: 90%;
}
.st_service{
	padding: 20px;
}
.st_service .st_feature h3{
	font-size: 138%;
}
.st_service .st_feature .st_feature_text{
	font-size: 92%;
    text-align: left;
}
.st_feature .st_service_feature_sec li{
	width: 100%;
	margin-right: 0;
    margin-bottom: 6%;
}
.st_feature .st_service_feature_sec li:nth-child(3) {
    margin-bottom: 1%;
}
.st_feature02 h4{
	font-size: 133%;
}
.st_feature02 .ok .title {
    font-size: 120%;
    padding: 20px 0;
}

.st_feature02 .background{
	width: 80%;
	padding: 10%;
	padding-bottom: 0;
	margin-bottom: 20%;
	margin: 0 auto;
}
.st_feature02 .background02 {
	display: inline-block;
    width: 80%;
    padding: 10%;
    padding-bottom: 0;
    margin-top: 6%;
    margin-bottom: 10%;
}
.st_feature02 .background02 li{
	float: inherit;
    width: 100%;
}
.st_feature02 .background02 li:nth-child(1){
	margin-bottom: 6%;
}
.st_feature02 .background02 p{
	margin-left: 5%;
}
.st_feature02 .ng .title {
    font-size: 120%;
    padding: 20px 0;
}
.st_feature02 .ng02 .title {
    font-size: 120%;
    padding: 20px 0;
}
.st_feature02 .ng{
	margin-bottom: 10%;
}
.st_feature02 .background02 .feature_sec_text {
    margin-left: 20px;
    margin-top: 0;
    margin-bottom: -12%;
    position: initial;
}
.st_feature03 h4 {
    font-size: 133%;
}
.st_feature03 p {
    margin-left: 3%;
    margin-right: 3%;
    font-size: 100%;
}
.st_feature03 img {
    width: 80%;
    margin-top: 5%;
    margin-left: 10%;
}
.st_feature03 h4 {
    font-size: 133%;
}
.st_katsuyo h4 {
    font-size: 133%;
}
.st_katsuyo p {
    font-size: 95%;
    text-align: left;
}
.st_katsuyo .st_service_katsuyo_sec li {
    width: 30%;
}
.st_katsuyo .st_service_katsuyo_sec .title {
    font-size: 120%;
}
.st_katsuyo .st_service_katsuyo_sec li{
	width: 100%;
	margin-right: 0;
	margin-bottom: 6%;
}
.st_katsuyo .st_service_katsuyo_sec img{
	width: 100%;
    padding: 0;
}
.st_operation_method h4{
	font-size: 133%;
	margin-bottom: 0;
	margin-top: 0;
}
.st_operation_method .st_service_operation_method_sec .title {
    font-size: 120%;
}
.st_operation_method .st_service_operation_method_sec li{
	width: 100%;
	margin-bottom: 6%;
}
.st_information h4{
	font-size: 133%;
	margin-bottom: 20px;
}
.st_information .st_service_information_sec li{
	width: 100%;
	margin-bottom: 6%;
}
.st_information .st_service_information_sec p {
    padding-top: 10%;
    padding-bottom: 10%;
    font-size: 90%;
}
.st_information .st_service_information_sec .title {
    padding: 10px 10px;
    font-size: 120%;
}
.st_information .st_service_information_sec .E img {
    width: 32%;
    margin-left: 5%;
}
.st_information .st_service_information_sec .mini img {
    width: 29%;
    margin-left: 11%;
}
.st-contact {
    margin-top: 30px;
    padding: 20px;
}
.st-contact p {
    font-size: 74%;
}
.st-contact a {
    font-size: 22px !important;
    margin-top: 2%;
}
.st-contact a:before {
    margin-right: 5px;
    margin-left: -15px;
}
.st-contact span {
    font-size: 12px;
}
}
@media screen and (max-width: 426px){
.st_information .st_service_information_sec .E img {
    width: 24%;
    margin-top: 1%;
    margin-left: 5%;
}
.st_information .st_service_information_sec p {
    padding-top: 5%;
    padding-bottom: 0;
    padding-left: 39%;
    font-size: 75%;
}
.st_information .st_service_information_sec .mini img {
    width: 21%;
    margin-top: 1%;
    margin-left: 8%;
}
}
.st_service .st-contact .ai_form_mail{
	width: 100%;
    display: block;  
}

.st_service .st-contact .ai_form_mail a{
	width: 50%;
    display: block;
    text-align: center;
    color: #fff;
    font-weight: bold;
    margin: 10px auto 10px;
    padding: 10px;
    background-color: #2cc1ae;
    border-radius: 10px;
    box-shadow: 0 5px #189081;
    box-sizing: border-box;
    overflow: hidden;
}
.st_service .st-contact .ai_form_mail a:before{
	display: none;
}
.st_service .st-contact .ai_form_mail a:hover {
    opacity: 1;
    -ms-transform: translateY(5px);
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    border-bottom: none;
    box-shadow: none;
    transform: translate3d(0, 2px, 0);
}

@media screen and (max-width: 1000px){
.st_service .st-contact .ai_form_mail a{
	width: 72%;
}
}
@media screen and (max-width: 768px){
.st_service .st-contact .ai_form_mail a {
    width: 82%;
}
}

/*E-stamp2021.02.08*/
.e-stamp_service{
	width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    padding: 80px;
    background-color: #fff;
    box-sizing: border-box;
    overflow: hidden;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 16%);
}
.width1000{
	display: none;
}
.width425{
	display: none;
}
.e-stamp_service .e-stamp_meaning{
	margin-bottom: 60px;
}
.e-stamp_service .e-stamp_meaning h3{
	font-size: 150%;
    line-height: 1.3;
    color: #006699;
}
.e-stamp_service .e-stamp_meaning ul{
	display: inline-flex;
}
.e-stamp_service .e-stamp_meaning ul li{
	margin-top: 40px;
    margin-right: 40px;
}
.e-stamp_service .e-stamp_meaning ul li:nth-child(2){
    margin-right: 0;
}
.e-stamp_service .e-stamp_meaning ul li p{
	text-align: left;
	margin-bottom: 15px;
}
.e-stamp_service .e-stamp_merit h3{
	font-size: 150%;
    line-height: 1.3;
    color: #006699;
}
.e-stamp_service .e-stamp_merit p{
	margin-top: 20px;
	margin-bottom: 45px;
}
.e-stamp_service .e-stamp_merit .e-stamp_merit_sec ul li{
	display: flow-root;
    margin-bottom: 30px;
}
.e-stamp_service .e-stamp_merit .e-stamp_merit_sec ul li:nth-child(5){
	margin-bottom: 0;
}
.e-stamp_service .e-stamp_merit .e-stamp_merit_sec .merit_image img{
	width: 34%;
    margin-right: 30px;
    float: left;
}
.e-stamp_service .e-stamp_merit .e-stamp_merit_sec .merit_text{
	width: 100%;
    display: block;
    box-sizing: border-box;
}
.e-stamp_service .e-stamp_merit .e-stamp_merit_sec .merit{
	font-size: 18px;
    font-weight: bold;
    color: #006699;
    margin-bottom: 15px;
}
.e-stamp_service .e-stamp_merit .e-stamp_merit_sec .merit span{
	padding: 5px;
    background-color: #006699;
    color: #fff;
    font-weight: bold;
    margin-right: 10px;
}
.e-stamp_service .e-stamp_merit .e-stamp_merit_sec p{
	margin-top: 0;
    margin-bottom: 0;
    text-align: left;
}
.e-stamp_service .plus01{
    width: 10%;
    margin: 40px auto 40px;
}
.e-stamp_service .e-stamp_movie h3{
	font-size: 150%;
    line-height: 1.3;
    color: #006699;
}
.e-stamp_service .e-stamp_movie iframe{
	display: block;
    margin: 40px auto;
    width: 560px;
    height: 315px;
}
.e-stamp_service .plus02{
    width: 10%;
    margin: 0 auto 40px;
}
.e-stamp_service .e-stamp_feature h3{
	font-size: 150%;
    line-height: 1.3;
    color: #006699;
    margin-bottom: 20px;
}
.e-stamp_service .e-stamp_feature .tips-list{
	width: 100%;
    display: flex;
    box-sizing: border-box;
    overflow: hidden;
    margin-top: 40px;
}
.e-stamp_service .e-stamp_feature .tips-list .tips-item{
	width: 33%;
    display: inline-block;
    margin-right: 2%;
    padding: 30px;
    border: 1px solid #dbdbdb;
    box-sizing: border-box;
}
.e-stamp_service .e-stamp_feature .tips-list li.tips-item:nth-child(3) {
    margin-right: 0;
    margin-bottom: 0;
}
.e-stamp_service .e-stamp_feature .tips-list .tips-item h4{
	font-size: 123%;
	text-align: left;
    color: #006699;
    margin-bottom: 15px;
}
.e-stamp_service .e-stamp_feature .tips-list .tips-item p{
	text-align: left;
}
.e-stamp_service .e-stamp_feature .tips-list .tips-item .item-detail{
	margin-bottom: 15px;
}
.e-stamp_service .plus03{
    width: 10%;
    margin: 40px auto 40px;
}
.e-stamp_service .e-stamp_dekirukoto h3{
	font-size: 150%;
    line-height: 1.3;
    color: #006699;
    margin-bottom: 20px;
}
.e-stamp_service .e-stamp_dekirukoto h4{
	font-size: 125%;
    line-height: 1.3;
    color: #006699;
}
.e-stamp_service .e-stamp_dekirukoto .tips-list01{
	width: 100%;
    display: block;
    box-sizing: border-box;
    overflow: hidden;
    margin-top: 40px;
}
.e-stamp_service .e-stamp_dekirukoto .tips-list01 .tips-item{
	width: 23%;
    display: block;
    float: left;
    margin-right: 2%;
    box-sizing: border-box;
}
.e-stamp_service .e-stamp_dekirukoto .tips-list01 li.tips-item:nth-child(4){
    margin-right: 0;
}
.e-stamp_service .e-stamp_feature .tips-list01 .tips-item h4{
	font-size: 125%;
	text-align: left;
    color: #006699;
    margin-bottom: 15px;
}
.e-stamp_service .e-stamp_dekirukoto .tips-list01 p{
	text-align: left;
	margin-bottom: 10px;
}
.e-stamp_service .e-stamp_dekirukoto .tips-list02{
	width: 100%;
    display: block;
    box-sizing: border-box;
    overflow: hidden;
    margin-top: 20px;
}
.e-stamp_service .e-stamp_dekirukoto .tips-list02 .tips-item{
	width: 23%;
    display: block;
    float: left;
    margin-right: 2%;
    box-sizing: border-box;
}
.e-stamp_service .e-stamp_dekirukoto .tips-list02 li.tips-item:nth-child(3){
    margin-right: 0;
}
.e-stamp_service .e-stamp_feature .tips-list02 .tips-item h4{
	font-size: 140%;
    color: #069;
    line-height: 1.3;
    text-align: left;
    margin-bottom: 15px;
}
.e-stamp_service .e-stamp_dekirukoto .tips-list02 p{
	text-align: left;
	margin-bottom: 10px;
}
.e-stamp-contact{
    margin-top: 60px;
    padding: 60px;
    background-color: #f2f3f7;
    box-sizing: border-box;
    overflow: hidden;
}
.e-stamp-contact h3 {
    font-size: 36px;
    color: #006699;
}
.e-stamp-contact p{
    margin-top: 10px;
}
.e-stamp-contact .tellcontact {
    margin-top: 25px;
}
.e-stamp-contact a:before {
    content: url(../img/business/product/tell.png);
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}
.e-stamp-contact a {
    display: block;
    font-size: 30px !important;
    font-weight: bold;
    color: #000;
}
.e-stamp-contact  span {
    font-size: 14px;
}
.e-stamp-contact .ai_form_mail span {
    font-size: 24px;
}
.e-stamp_service .e-stamp-contact .form_mail a {
    width: 50%;
    display: block;
    text-align: center;
    color: #fff;
    font-weight: bold;
    margin: 10px auto 10px;
    padding: 10px;
    background-color: #2cc1ae;
    border-radius: 10px;
    box-shadow: 0 5px #189081;
    box-sizing: border-box;
    overflow: hidden;
}
.e-stamp-contact .form_mail span {
    font-size: 24px;
}
.e-stamp-contact .form_mail a:before {
    display: none;
}
.e-stamp-contact .form_mail a:hover {
    opacity: 1;
    -ms-transform: translateY(5px);
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    border-bottom: none;
    box-shadow: none;
    transform: translate3d(0, 2px, 0);
}
@media screen and (max-width: 1000px){
.width1000{
	display: block;
}
.e-stamp_service .e-stamp_meaning ul{
	display: block;
}
.e-stamp_service .e-stamp_meaning ul li {
    margin-top: 20px;
    margin-right: 0;
}
.e-stamp_service .e-stamp_meaning ul li:nth-child(2) {
    margin-top: 20px;
}
.e-stamp_service .e-stamp_meaning ul li p {
    margin-bottom: 0;
}
.e-stamp_service .e-stamp_merit .e-stamp_merit_sec .merit {
    margin-bottom: 10px;
}
.e-stamp_service .e-stamp_merit p {
    margin-top: 10px;
    margin-bottom: 30px;
}
.e-stamp_service .e-stamp_merit .e-stamp_merit_sec .merit_image img {
    width: 100%;
    margin-right: 0;
    float: inherit;
}
.e-stamp_service .e-stamp_merit .e-stamp_merit_sec .merit_image {
    margin-bottom: 20px;
}
.e-stamp_service .e-stamp_feature .tips-list {
    display: block;
}
.e-stamp_service .e-stamp_feature .tips-list .tips-item {
    width: 100%;
    display: block;
    margin-right: 0;
    margin-bottom: 30px;
}
.e-stamp_service .e-stamp_feature .tips-list .tips-item {
    width: 100%;
    display: block;
    margin-right: 0;
    margin-bottom: 30px;
}
.e-stamp_service .e-stamp_feature .tips-list li.tips-item:nth-child(3) {
    margin-bottom: 0;
}
.e-stamp_service .e-stamp_dekirukoto .tips-list02 li.tips-item:nth-child(3){
    margin-bottom: 0;
}
.e-stamp_service .e-stamp_dekirukoto .tips-list01 .tips-item {
    width: 47%;
    display: block;
    float: left;
    margin-right: 5%;
    margin-bottom: 5%;
}
.e-stamp_service .e-stamp_dekirukoto .tips-list01 li.tips-item:nth-child(2) {
    margin-right: 0;
}
.e-stamp_service .e-stamp_dekirukoto .tips-list01 li.tips-item:nth-child(3) {
	margin-bottom: 0;
}
.e-stamp_service .e-stamp_dekirukoto .tips-list01 li.tips-item:nth-child(4) {
	margin-right: 0;
    margin-bottom: 0;
}
.e-stamp_service .e-stamp_dekirukoto .tips-list02 .tips-item {
    width: 47%;
    display: block;
    float: left;
    margin-right: 5%;
    margin-bottom: 5%;
}
.e-stamp_service .e-stamp_dekirukoto .tips-list02 li.tips-item:nth-child(2) {
    margin-right: 0;
}
.e-stamp_service .e-stamp_dekirukoto .tips-list02 li.tips-item:nth-child(3) {
	margin-right: 0;
	margin-bottom: 0;
}
.e-stamp_service .e-stamp-contact .form_mail a {
    width: 72%;
}
}
@media screen and (max-width: 768px){
.e-stamp_service{
    padding: 30px;
}
.e-stamp_service .e-stamp_meaning h3 {
    font-size: 138%;
}
.e-stamp_service .e-stamp_meaning {
    margin-bottom: 30px;
}
.e-stamp_service .e-stamp_merit h3 {
    font-size: 138%;
}
.e-stamp_service .e-stamp_merit p {
    margin-top: 10px;
    margin-bottom: 10px;
}
.e-stamp_service .e-stamp_merit .e-stamp_merit_sec .merit {
    font-size: 120%;
    line-height: 1.3;
    margin-bottom: 5px;
}
.e-stamp_service .e-stamp_merit .e-stamp_merit_sec .merit span {
    margin-right: 0;
    margin-bottom: 5px;
    line-height: 1.5;
    display: table;
}
.e-stamp_service .e-stamp_merit .e-stamp_merit_sec .merit_image {
    margin-bottom: 10px;
}
.e-stamp_service .e-stamp_merit .e-stamp_merit_sec ul li {
    margin-bottom: 20px;
}
.e-stamp_service .plus01 {
	margin: 30px auto 30px;
}
.e-stamp_service .e-stamp_movie h3 {
    font-size: 138%;
}
.e-stamp_service .e-stamp_movie iframe {
	width: 300px;
    height: 210px;
    margin-top: 10px;
    margin-bottom: 30px;
}
.e-stamp_service .plus02 {
    margin: 0 auto 30px;
}
.e-stamp_service .e-stamp_feature h3 {
    font-size: 138%;
    margin-bottom: 5px;
}
.e-stamp_service .e-stamp_feature .tips-list {
    margin-top: 10px;
}
.e-stamp_service .e-stamp_feature .tips-list .tips-item {
	padding: 10px;
    margin-bottom: 10px;
}
.e-stamp_service .e-stamp_feature .tips-list .tips-item h4 {
	font-size: 133%;
    margin-bottom: 10px;
}
.e-stamp_service .e-stamp_feature .tips-list .tips-item .item-detail {
    margin-bottom: 10px;
}
.e-stamp_service .e-stamp_feature .tips-list li.tips-item:nth-child(3) {
    margin-right: 0;
    margin-bottom: 0;
}
.e-stamp_service .plus03 {
    margin: 30px auto 30px;
}
.e-stamp_service .e-stamp_dekirukoto h3 {
	font-size: 138%;
    margin-bottom: 10px;
}
.e-stamp_service .e-stamp_dekirukoto .tips-list01 {
    margin-top: 20px;
}
.e-stamp_service .e-stamp_dekirukoto h4 {
    font-size: 133%;
}
.e-stamp_service .e-stamp_dekirukoto .tips-list01 .tips-item {
    width: 100%;
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
}
.e-stamp_service .e-stamp_dekirukoto .tips-list02 {
    margin-top: 20px;
}
.e-stamp_service .e-stamp_dekirukoto .tips-list02 .tips-item {
    width: 100%;
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
}
.e-stamp-contact {
    margin-top: 30px;
    padding: 30px;
}
.e-stamp-contact h3{
    font-size: 130%;
}
.e-stamp-contact p{
    font-size: 77%;
}
.e-stamp-contact a{
    font-size: 22px !important;
    margin-top: 2%;
}
.e-stamp_service .e-stamp-contact .form_mail a {
    width: 82%;
}
.e-stamp-contact span {
    font-size: 12px;
}
}
@media screen and (max-width: 426px){
.width425{
	display: block;
}
.e-stamp_service .e-stamp_meaning {
    margin-bottom: 20px;
}
.e-stamp_service .e-stamp_movie iframe {
    width: 100%;
    margin-bottom: 20px;
}
.e-stamp_service .plus01 {
    margin: 20px auto 20px;
}
.e-stamp_service .plus02 {
    margin: 0 auto 20px;
}
.e-stamp_service .plus03 {
    margin: 20px auto 20px;
}
.e-stamp-contact {
    margin-top: 20px;
    padding: 20px;
}
}



/*################ 新コーポレート　E-stamp　CSS微調整　2021.08.20 #################*/

/* フォントサイズ */
#e-stamp .inner_t2 h2 {
    color: #000;
    font-size: 24px;
    letter-spacing: 0.1em;
}

/* 背景色 */
#e-stamp .inner_t2 {
    margin: 0 auto -80px;
    background-color: #FFF;
}
#e-stamp .e-stamp_service {
    /* border-radius: 10px; */
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 16%);
}
#e-stamp .e-stamp-contact {
    background-color: #F5F5F5;
}

@media screen and (max-width: 768px){
#e-stamp .inner_t2 {
    margin: 0 auto -40px;
}
}


/*################ 新コーポレート　スマ福　CSS微調整　2021.08.20 #################*/

/* フォントサイズ */
#smart-fukuri .inner_t2 h2 {
    color: #000;
    font-size: 24px;
    letter-spacing: 0.1em;
}

/* 背景色 */
#smart-fukuri .inner_t2 {
    margin: 0 auto -80px;
    background-color: #FFF;
}
#smart-fukuri .f_service {
    /* border-radius: 10px; */
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 16%);
}

@media screen and (max-width: 768px){
#smart-fukuri .inner_t2 {
    margin: 0 auto -40px;
}
}


/*################ 新コーポレート　SenseThunder　CSS微調整　2021.08.20 #################*/

/* フォントサイズ */
#SenseThunder .inner_t2 h2 {
    color: #000;
    font-size: 24px;
    letter-spacing: 0.1em;
}

/* 背景色 */
#SenseThunder .inner_t2 {
    margin: 0 auto -80px;
    background-color: #FFF;
}
#SenseThunder .st_service {
    /* border-radius: 10px; */
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 16%);
}

@media screen and (max-width: 768px){
#SenseThunder .inner_t2 {
    margin: 0 auto -40px;
}
}