@charset 'UTF-8';

/* PAGE */
.page_header .page_header_inner .text{
    text-align: center;
    color: #fff;
    font-size: 1.4rem;
    margin-top: 20px;
}

.link_box .box .commingsoon{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,.7);
    font-size: 22px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

/* SERVICE TOP */
.service_top_sec01{
    padding: 100px 0;
}
.service_top_sec01 .wrap{
    max-width: 1200px;
}
.service_top_sec01 .text.mincho{
    position: absolute;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 3rem;
    letter-spacing: .2em;
    left: 0;
    top: 0;
}
.service_top_intro{
    padding-left: 110px;
    position: relative;
}
.service_top_intro .flex{
    justify-content: space-between;
    position: relative;
}
.service_top_intro .flex .text_box{
    width: 50%;
}
.service_top_intro .flex .text_box .text{
    font-size: 1.05rem;
    line-height: 2;
}
.service_top_intro .flex .text_box .text.top{
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 1.6;
}
.service_top_intro .flex .logo{
    width: 50%;
    text-align: center;
}
.service_top_intro .flex .logo img{
    transform: translateX(-60px);
    filter: grayscale(100%);
}
.service_top_intro .flex.intro_desc{
    margin-top: 100px;
}
.service_top_intro .flex.intro_desc::after{
    content: "";
    background: url(assets/img/service/top/border.png) no-repeat center center / contain;
    width: 846px;
    height: 77px;
    position: absolute;
    transform: translateY(-100%);
    top: 0;
    left: 103px;
    filter: grayscale(100%);
}
.service_top_intro .intro_desc .box{
    width: 20%;
}
.service_top_intro .intro_desc .box .item{
    text-align: center;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 210px;
    height: 210px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    filter: grayscale(100%);
}
.service_top_intro .intro_desc .box ul.box_list{
    margin: 30px 0;
    padding-left: 20px;
    height: 95px;
}
.service_top_intro .intro_desc .box ul.box_list li{
    font-size: 14px;
    padding-left: 1em;
}
.service_top_intro .intro_desc .box:nth-of-type(1) ul.box_list{
    border-left: 5px solid #01b5db;
    border-color: #777;
}
.service_top_intro .intro_desc .box:nth-of-type(2) ul.box_list{
    border-left: 5px solid #02ac91;
    border-color: #777;
}
.service_top_intro .intro_desc .box:nth-of-type(3) ul.box_list{
    border-left: 5px solid #a1ce25;
    border-color: #777;
}
.service_top_intro .intro_desc .box:nth-of-type(4) ul.box_list{
    border-left: 5px solid #008fca;
    border-color: #777;
}
.service_top_intro .intro_desc .box ul.box_list li::first-letter{
    margin-left: -1em;
}
.service_top_intro .intro_desc .box .item .text{
    font-weight: bold;
    font-size: 1.15rem;
    margin-bottom: 5px;
}
.service_top_intro .intro_desc .box .item span{
    font-size: 14px;
    font-weight: bold;
}
.service_top_slider li{
    height: 155px;
}
.service_top_sliders li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.service_top_slider_thumb{
    display: flex;
    flex-wrap: wrap;
}
.service_top_slider_thumb li{
    width: 21%;
    margin: 2%;
    height: 40px;
}
.service_top_sec02{
    background-color: #fff;
    padding: 50px 0;
}
.service_top_sec02 .left_line,
.service_top_sec03 .left_line{
    margin-bottom: 50px;
    font-size: 1.4rem;
    font-weight: bold;
}
.service_top_sec02 .service_flow{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}
.service_top_sec02 .service_flow img{
    filter: grayscale(100%);
}
.service_top_sec02 .service_flow .text_box{
    width: 13%;
    text-align: right;
}
.service_top_sec02 .service_flow .text_box img{
    margin-bottom: 30px;
}
.service_top_sec02 .service_flow .text_box .text{
    font-size: 15px;
    text-align: left;
    height: 145px;
}
.service_top_sec02 .service_flow .text_box .text.top{
    font-size: 1.05rem;
    margin-bottom: 20px;
    height: auto;
    font-weight: bold;
    color: #444 !important;
}
.service_top_sec02 .service_flow .text_box.n1 .text.top{
    color: #8ad342;
}
.service_top_sec02 .service_flow .text_box.n2 .text.top{
    color: #43d1a1;
}
.service_top_sec02 .service_flow .text_box.n3 .text.top{
    color: #40d3e2;
}
.service_top_sec02 .service_flow .text_box.n4 .text.top{
    color: #41a7e0;
}
.service_top_sec03{
    padding: 100px 0;
}
.link_box .box{
    width: 27%;
    height: 135px;
    margin: 3%;
    position: relative;
    color: #fff;
    text-align: center;
    padding: 20px 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.link_box .box .num{
    position: absolute;
    transform: translate(-50%,-50%);
    top: 0;
    left: 0;
    background : -webkit-linear-gradient(41.39deg, #AAA, #777, #444);
    background : -o-linear-gradient(41.39deg, #AAA, #777, #444);
    background : linear-gradient(48.61deg, #AAA, #777, #444);
    padding: 10px;
    text-align: left;
    width: 60px;
    height: 60px;
    z-index: 1;
}
.link_box .box .num span{
    color: #fff;
    font-weight: bold;
    font-size: 1.2rem;
    position: relative;
}
.link_box .box .num span::after{
    content: "";
    height: 1px;
    width: 45px;
    position: absolute;
    bottom: -5px;
    right: -25px;
    transform: rotate(-45deg);
    background-color: #fff;
}
.link_box .box a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.link_box .box a:hover{
    background-color: rgba(255,255,255,.6);
}
.link_box .box::after{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background: linear-gradient(to bottom right, rgba(255,255,255,0) 50%, #000 50.5%) no-repeat top left/100% 100%;
}
.link_box .box .text.top{
    color: #fff;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.2;
}
.link_box .box .text.top.adjust{
    font-size: 1.3rem;
}
.link_box .box .text{
    color: rgba(255,255,255,.64);
    font-weight: bold;
}
.link_box .box .text span{
    color: #fff;
    display: block;
    font-size: 1rem;
}
.processing_sec01{
    background-color: #fff;
}
.processing_sec01 .page_link_button_box{
    padding: 120px 0;
}

/* SERVICE SARI */
.sari_content{
    background: url(assets/img/service/sari/bg.jpg) no-repeat top center / cover;
    padding: 50px 0 200px;
}
.sari_title{
    text-align: center;
}
.sari_title img{
    display: block;
    margin: 0 auto;
    margin-bottom: 25px;
    position: relative;
    z-index: 2;
}
.sari_title img.trans{
    position: relative;
    z-index: 0;
    margin-top: -6em;
    margin-right: -14em;
}
img.trans{
    mix-blend-mode: screen;
}
.sari_logo{
    text-align: center;
    margin: 80px 0;
}
.sari_content .text{
    font-size: 18px;
    color: #fff;
    line-height: 2.05;
}
.sari_content .text.top{
    font-size: 24px;
    font-weight: bold;
    letter-spacing: .1em;
}
.sari_content .sari_top_box .text_box img{
    transform: translateX(-100px);
}
.sari_content .sari_top_box .flex{
    justify-content: space-between;
}
.sari_content .sari_top_box .text_box{
    width: 47%;
}
.sari_content .sari_top_box .text_box .text span.mini{
    color: #FFF;
    font-size: 14px;
    margin-left: 1em;
}
.sari_content .sari_top_box .img{
    width: 50%;
}
.sari_content .box{
    margin-top: 200px;
    position: relative;
}
.sari_content .box .text_box{
    position: relative;
}
.sari_content .box .text_box img{
    width: 1021px;
    transform: translateX(180px);
    position: relative;
}
.sari_content .box.n2 .text_box img,
.sari_content .box.n4 .text_box img{
    transform: translateX(-100px);
}
.sari_content .box .text_box .text{
    position: absolute;
    top: 80px;
    right: 0;
    width: 49%;
    z-index: 1;
}
.sari_content .box.n2 .text_box .text,
.sari_content .box.n4 .text_box .text{
    right: auto;
    left: 0;
}
.sari_content .box.n1 .img,
.sari_content .box.n3 .img{
    width: 48%;
    position: absolute;
    top: -100px;
    left: 0;
    z-index: 1;
}
.sari_content .box.n2 .img,
.sari_content .box.n4 .img{
    width: 48%;
    position: absolute;
    top: -100px;
    right: 0;
    z-index: 1;
}
.sari_link.page_content{
    background-color: #fff;
    padding: 100px 0;
}
.sari_link.page_content .page_link_button_box{
    padding: 0;
}
.sari_form{
    padding: 80px 0;
}
.sari_form .left_line{
    font-size: 24px;
    margin-bottom: 50px;
}

/* SERVICE COMMON */
.service_common{
    background-color: #f5f5f5;
}
.service_common .right-text-content {
    padding: 20px;
    text-align: right;
}
.service_common_btns{
    position: absolute;
    bottom: 0;
    left: -55px;
    transform: translateY(50%);
    display: flex;
    align-items: center;
}
.service_common_btns.no_ab{
    position: initial;
    transform: initial;
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
}
.service_common_btns.no_ab .service_common_btn{
    margin: 2%;
    width: 29%;
}
.service_common_btns.no_ab .service_common_btn a{
    width: 100%;
}
.service_common_btns.no_ab .service_common_btn a.font_adjust{
    font-size: 1.1rem;
}
.service_common_btn{
    margin: 0 5px;
}
.service_common_btn a{
    color: #fff;
    width: 265px;
    display: block;
    padding: 15px 20px;
    font-size: 1.25rem;
    letter-spacing: .025em;
    position: relative;
    background : -webkit-linear-gradient(0deg, #AAA, #777, #444);
    background : -o-linear-gradient(0deg, #AAA, #777, #444);
    background : linear-gradient(90deg, #AAA, #777, #444);
}
.service_common_btn a span{
    font-size: 13px;
    color: #fff;
    display: block;
}
.service_common_btn a::after{
    content: "";
    background: url(assets/img/service/service_common/arrow.png) no-repeat center center / contain;
    width: 7px;
    height: 11px;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 20px;
}
/*
.service_common_btn.border_gradient{
    padding: 2px;
    background : -webkit-linear-gradient(0deg, rgba(68, 175, 53, 1) 0%, rgba(62, 174, 54, 1) 10.25%, rgba(45, 169, 57, 1) 23.85%, rgba(18, 162, 62, 1) 39.29%, rgba(0, 158, 65, 1) 47.56%, rgba(2, 148, 71, 1) 55.18%, rgba(8, 121, 85, 1) 68.11%, rgba(18, 78, 109, 1) 84.67%, rgba(28, 32, 135, 1) 100%);
    background : -o-linear-gradient(0deg, rgba(68, 175, 53, 1) 0%, rgba(62, 174, 54, 1) 10.25%, rgba(45, 169, 57, 1) 23.85%, rgba(18, 162, 62, 1) 39.29%, rgba(0, 158, 65, 1) 47.56%, rgba(2, 148, 71, 1) 55.18%, rgba(8, 121, 85, 1) 68.11%, rgba(18, 78, 109, 1) 84.67%, rgba(28, 32, 135, 1) 100%);
    background : linear-gradient(90deg, rgba(68, 175, 53, 1) 0%, rgba(62, 174, 54, 1) 10.25%, rgba(45, 169, 57, 1) 23.85%, rgba(18, 162, 62, 1) 39.29%, rgba(0, 158, 65, 1) 47.56%, rgba(2, 148, 71, 1) 55.18%, rgba(8, 121, 85, 1) 68.11%, rgba(18, 78, 109, 1) 84.67%, rgba(28, 32, 135, 1) 100%);
}
.service_common_btn.border_gradient a{
    background: #fff;
    color: #3e3a39;
}
.service_common_btn.border_gradient a span{
    color: #3e3a39;
}
.service_common_btn.border_gradient a::after{
    background: url(assets/img/service/service_common/arrow_rainbow.png) no-repeat center center / contain;
}
*/
.service_common_btn{
    padding: 2px;
    background : -webkit-linear-gradient(0deg, #AAA, #777, #444);
    background : -o-linear-gradient(0deg, #AAA, #777, #444);
    background : linear-gradient(90deg, #AAA, #777, #444);
}
.service_common_btn a{
    background: #fff;
    color: #3e3a39;
}
.service_common_btn a span{
    color: #3e3a39;
}
.service_common_btn a::after{
    background: url(assets/img/service/service_common/arrow_rainbow.png) no-repeat center center / contain;
    filter: grayscale(100%);
}
.service_common.page_content .page_top_title{
    text-align: center;
    margin-bottom: 100px;
}
.service_common_sec01 .img{
    position: relative;
    width: 60%;
}
.service_common_sec01{
    padding-bottom: 150px;
}
.service_common_sec01 .box{
    position: relative;
}
.service_common_sec01 .box h3.mincho{
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 3rem;
    letter-spacing: .2em;
    position: absolute;
    top: -2em;
    left: 0;
    white-space: nowrap;
}
.service_common_sec01 .box .text_box{
    width: 30%;
    background-color: #fff;
    padding: 20px;
    transform: translate(80px,-30px);
    z-index: 1;
}
.service_common_sec01 .box .flex{
    align-items: flex-start;
    justify-content: flex-end;
}
.service_common_sec01 .box .left_line{
    margin-bottom: 10px;
}
.service_common_sec01 .box .text{
    font-size: 14px;
    line-height: 2;
}
.service_common_header{
    height: 370px;
    padding-bottom: 30px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.service_common_header .wrap{
    height: 100%;
}
.service_common_header .flex{
    align-items: flex-end;
    height: 100%
}
.service_common_header .left_line{
    color: #fff;
    font-size: 2rem;
}
.service_common .service_anchor{
    padding-top: 80px;
}
.service_common_content{
    padding: 50px 0;
}
.service_common_content .box .flex{
    justify-content: space-between;
}
.service_common_content .box .text_box{
    width: 49%;
}
.service_common_content .box .text_box .left_line{
    margin-bottom: 10px;
    font-size: 1.2rem;
}
.service_common_content .box .text_box .text{
    line-height: 1.8;
}
.service_common_content .box .img{
    width: 49%;
}
.service_common_content .box .img img{
     width: 100%;
     height: 100%;
     object-fit: cover;
}
.service_common_content .box:nth-of-type(even) .flex{
    flex-direction: row-reverse;
}
.service_common_content .box:nth-of-type(even).no_reverse .flex{
    flex-direction: row;
}
.service_common_content .box{
    margin-bottom: 80px;
}
.service_common_content .box:last-child{
    margin-bottom: 0;
}
.service_common.page_content .page_link_button_box{
    width: 350px;
}
.service_common.page_content .page_link_button_box a{
    display: block;
    width: 100%;
}
.service_common_content .box .img.big_img{
    width: 100%;
}
.service_common_content .box .img.big_img img{
    height: auto;
}
.service_common_content .box .page_link_button_box{
    padding: 30px 0 0;
}
.service_common_read_more{
    margin-top: 20px;
}
.service_common_read_more .text{
    cursor: pointer;
    transition: .4s;
    font-size: 13px;
    font-weight: bold;
    color: #3e3a39;
    display: inline-block;
}
.service_common_read_more .text::after{
    font-family: FontAwesome;
    content: "\f101";
    margin-left: 5px;
    display: inline-block;
}
.service_common_read_more .text:hover{
    opacity: .6;
}
.service_common_read_more_content{
    display: none;
    margin-top: 20px;
}
.service_common_read_more_content .text{
    margin-bottom: 10px;
}
.service_common_read_more_content li{
    margin-bottom: 10px;
    padding-left: 1em;
}
.service_common_read_more_content li::before{
    content: "・";
    margin-left: -1em;
}
.service_common_read_more_content ul{
    margin-bottom: 20px;
}

/* フォーム */
.contact_sec01{
    padding: 80px 0 50px;
}
.contact_sec01 .text.att{
    margin-bottom: 30px;
    font-size: 1.1rem;
}
.sari_form .att{
    margin-bottom: 20px;
}
.sari_form .att .text,
.sari_form .att li,
.contact_sec01 .text.att .text,
.contact_sec01 .text.att li{
    line-height: 2;
}
.wpcf7 table th,
.wpcf7 table td{
	padding: 15px;
}
.wpcf7 table th{
	color: #fff;
	background-color: #004098;
}
.wpcf7 table th .text{
	font-size: 1.23rem;
    font-weight: bold;
    margin-bottom: 0;
    color: #fff;
}
.wpcf7 table th .form_header{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
span.must{
	font-size: 13px;
	color: #231815;
	display: inline-block;
	padding: 0 5px;
	background-color: #fff20b;
}
.wpcf7 table td{
	background-color: #f5f5fb;
	font-size: 1rem;
}
form input[type="text"], form input[type="email"], form input[type="tel"], form textarea{
	-webkit-appearance: none;
	background-color: #fff;
	border: none;
	border-radius: 3px;
}
form textarea{
	width: 100%;
	resize: none;
}
.wpcf7 table{
	border-collapse: separate;
	border-spacing: 10px;
}
.law{
	background-color: #f7f8f8;
	margin-top: 30px;
	padding: 30px 40px;
}
.law .text{
	font-size: 1.23rem;
	text-align: justify;
	line-height: 1.6;
}
.law .text.top{
	font-size: 1.6rem;
	font-weight: bold;
	text-align: left;
	margin-bottom: 15px;
}
.submit_btns{
	margin-top: 50px;
	justify-content: center;
	display: flex;
	position: relative;
}
form .submit_btns input{
	font-weight: bold;
	width: 285px;
	border-radius: 35px;
	padding: 19px;
	text-align: center;
	font-size: 15px;
	transition: .4s;
	margin: 0 20px;
	-webkit-appearance: none;
}
form .submit_btns input:disabled{
	background: gray !important;
	pointer-events: none;
}
form .submit_btns input:hover{
	opacity: .6;
}
form .submit_btns input[type="submit"]{
	background : -moz-linear-gradient(0% 50% 0deg,rgba(69, 176, 53, 1) 0%,rgba(63, 175, 54, 1) 8.12%,rgba(46, 171, 57, 1) 18.9%,rgba(19, 164, 61, 1) 31.13%,rgba(0, 160, 64, 1) 38.03%,rgba(14, 94, 101, 1) 70.96%,rgba(28, 33, 136, 1) 100%);
	background : -webkit-linear-gradient(0deg, rgba(69, 176, 53, 1) 0%, rgba(63, 175, 54, 1) 8.12%, rgba(46, 171, 57, 1) 18.9%, rgba(19, 164, 61, 1) 31.13%, rgba(0, 160, 64, 1) 38.03%, rgba(14, 94, 101, 1) 70.96%, rgba(28, 33, 136, 1) 100%);
	background : linear-gradient(90deg, rgba(69, 176, 53, 1) 0%, rgba(63, 175, 54, 1) 8.12%, rgba(46, 171, 57, 1) 18.9%, rgba(19, 164, 61, 1) 31.13%, rgba(0, 160, 64, 1) 38.03%, rgba(14, 94, 101, 1) 70.96%, rgba(28, 33, 136, 1) 100%);
}
form .submit_btns input[type="button"]{
	background-color: gray;
	color: #fff;
}
div.wpcf7 .ajax-loader{
	position: absolute;
	transform: translateX(-50%);
	left: 50%;
	bottom: -30px;
}
div.wpcf7-response-output {
	margin: 3em 0.5em 1em;
}
.cp_ipselect {
	overflow: hidden;
}
.cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl02 {
	position: relative;
    border: none;
    background: #ffffff;
    width: 200px;
}
.cp_ipselect.cp_sl02::before {
	position: absolute;
	top: 0.8em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #004098;
	pointer-events: none;
}
.cp_ipselect.cp_sl02:after {
	position: absolute;
	top: 0;
	right: 2.5em;
	bottom: 0;
	width: 1px;
	content: '';
	border-left: 1px solid #bbbbbb;
}
.cp_ipselect.cp_sl02 select {
	padding: 0 10px;
    color: #707070;
    font-size: 15px;
    height: 30px;
}
.privacy{
    padding-top: 80px;
}
.contact_sec01 .left_line{
    font-size: 1.2rem;
    margin-bottom: 50px;
}
.privacy .text{
    margin-bottom: 30px;
}
.privacy li{
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.8;
}

/* コミットメント */
.commitment_sec01{
    padding: 80px 0;
}
.commitment_sec01 .left_line{
    font-size: 1.3rem;
    margin-bottom: 40px;
}
.commitment_sec01 .text{
    font-size: 1.1rem;
    margin-bottom: 20px;
}
.commitment_sec01 li{
    line-height: 1.8;
}
.commitment_sec01 ul.sin_ul>li{
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 20px;
}
.commitment_sec01 li ul li{
    font-size: 1rem;
    font-weight: normal;
    padding-left: 1em;
}
.commitment_sec01 li ul li::before{
    content: "・";
    margin-left: -1em;
}

/* 見積もり依頼 */
.order_sec01{
    background-color: #f5f5f5;
    padding-bottom: 50px;
}
.order_sec01 .wrap{
    max-width: 1200px;
}
.order_form.page_content{
    padding: 2em 0;
}
.page_content.order_sec01 .page_top_title{
    text-align: center;
    margin-bottom: 80px;
}
.order_flow .box{
    width: 211px;
    height: 339px;
    text-align: center;
    position: relative;
    padding: 40px 20px 10px;
    margin-right: 25px;
    filter: grayscale(100%);
}
.order_flow .box:last-child{
    margin-right: 0;
}
.order_flow .box::after{
    content: "";
    background: url(assets/img/order/item2.png) no-repeat center center / contain;
    width: 257px;
    height: 339px;
    position: absolute;
    top: 0;
    left: 0;
}
.order_flow .box.n1::after{
    background: url(assets/img/order/item1.png) no-repeat center center / contain;
}
.order_flow .box.n5::after{
    background: url(assets/img/order/item3.png) no-repeat center center / contain;
    width: 220px;
}
.order_flow .box .icon{
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.order_flow .box .text.top{
    text-align: center;
    color: #fff;
    position: relative;
    font-size: 17px;
    font-weight: bold;
    z-index: 0;
    margin: 32px 0 25px;
    height: auto;
}
.order_flow .box .text.top::before{
    content: "";
    position: absolute;
    width: 211px;
    height: 38px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    z-index: -1;
    transform: translateY(-50%);
    top: 50%;
    left: -35px;
}
.order_flow .box.n1 .text.top::before{
    background-image: url(assets/img/order/bg_item1.png);
}
.order_flow .box.n2 .text.top::before{
    background-image: url(assets/img/order/bg_item2.png);
}
.order_flow .box.n3 .text.top::before{
    background-image: url(assets/img/order/bg_item3.png);
}
.order_flow .box.n4 .text.top::before{
    background-image: url(assets/img/order/bg_item4.png);
}
.order_flow .box.n5 .text.top::before{
    background-image: url(assets/img/order/bg_item5.png);
}
.order_flow .box .text{
    text-align: left;
    font-size: 16px;
    height: 110px;
    margin-bottom: 17px;
    line-height: 1.18;
}
.order_flow .box .order_flow_step{
    text-align: right;
}
.order_sec01 .text.att{
    text-align: center;
    margin-top: 80px;
    font-size: 19px;
}
.service_table table th{
    text-align: center;
    font-weight: bold;
    background-color: #464646;
    color: #fff;
}
.service_table table th,
.service_table table td{
    border: 1px solid #ccc;
}
.service_sliders{
    height: 360px;
}
.service_sliders li.slick-slide,
.service_sliders .slick-list,
.service_sliders .slick-track{
    height: 100%;
}
.service_common_content .box .service_sliders li img{
    margin: 0 auto;
    height: 100%;
    width: auto;
}
.service_common_content .box .img.vertical_img{
    text-align: center;
}
.service_common_content .box .img.vertical_img img{
    height: 360px;
    width: auto;
}

/* IE対応 */
@media all and (-ms-high-contrast: none){
    .service_common_btns.no_ab{
        position: relative;
        bottom: auto;
        right: auto;
        left: auto;
        top: auto;
        transform: translate(0,0);
    }
    .sari_content img.trans{
        opacity: 0;
    }
}