@charset "UTF-8";
/* CSS Document */

/*サービス一覧*/

#bread_crumb {
    display: none;
}

.sp {
  display: none;
}

#main_col {
  margin-bottom: 0 !important;
  margin-top: 0;
  max-width: 100% !important;
  width: 100% !important;
}

#main_col > :not(#page_header) {
  max-width: unset !important;
  padding: 0 !important;
  width: 1200px !important;
}

#page_header {
  align-content: center;
  background-image: url(https://shopserve.estore.jp/img/service/service_top_image.jpg);
  background-repeat: no-repeat;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  height: 300px;
  margin: 0 !important;
  max-width: 100% !important;
  padding: 0 100px;
  width: 100% !important;
  text-align: left;
}

#page_header .headline + p {
  color: #fff;
  font-size: 17px !important;
  line-height: 2;
  margin: 45px 0 0;
  width: 100%;
  letter-spacing: 0.1em;
  font-weight: 400;
}

#main_col > #article {
  width: 100% !important;
  background: #F7F7F7;
}

#main_col > #article .wp-block-columns {
  margin-top: 100px !important;
}

#main_col > #article .wp-block-column > * {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}

#page_header .headline {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 46px !important;
  line-height: 1;
  text-shadow: unset;
}

#page_header .headline:before {
  font-size: 18px;
  content: 'SERVICE';
  letter-spacing: 0.25em;
  display: block;
  margin: 0 0 20px;
  font-weight: 500;
}

.service-wrap {
    width: 90%;
    margin: 50px auto 100px;
    display: flex;
    justify-content: space-between;
    max-width: 1640px;
}

.service-side {
    /* width: 300px; */
    border-top: solid 1px #D1D1D1;
    padding: 30px 0 0;
    position: relative;
}

.service-main {
    max-width: 1200px;
}

.service-main section{
    margin: 0 0 100px;
}

.service-side ul {
    margin: 0 0 40px;
    list-style-type: none;
}

.service-side ul li {
    position: relative;
    margin: 0 0 20px;
}

.service-side ul li a {
    font-size: 17px;
    font-weight: 500;
    color: #222;
    padding: 0 0 0 20px;
    transition: .2s;
    letter-spacing: 0.1em;
}

.service-side ul li::before {
    content: '';
    background: #B1B1B1;
    width: 10px;
    height: 1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.service-side ul li.child{
    margin: 0 0 20px;
    padding: 0 0 0 20px;
}
.service-side ul li.child::before{
    content: unset;
}
.service-side ul li.child ul li{
    margin: 0 0 10px;
}
.service-side ul li.child ul li::before{
    content: '●';
    width: 0;
    color: #C4D4ED;
    position: relative;
    background: unset;
    font-size: 12px;
    top: -1px;
}
.service-side ul li.child ul li a{
    font-size: 15px;
    padding: 0 0 0 8px;
    font-weight: 400;
}
.service-side ul li.child ul li a span{
    display: none;
    font-size: 10px;
    margin: 0 0 0 10px;
}
.service-side ul li a:hover {
    color: currentColor;
    opacity: 0.8;
    text-decoration: none !important;
}
.service-side ul li.child ul li.children{
    padding: 0 0 0 25px;
    margin: 0 0 15px;
}
.service-side ul li.child ul li.children:before{
	content: none;
}
.service-side ul li.child ul li.children ul li::before{
    content: '◯';
    width: 0;
    color: #C4D4ED;
    background: unset;
}
.service-side ul li.child ul li.children ul{}
.service-side ul li.child ul li.children ul li{}
.service-side ul li.child ul li.children ul li a{}


.service-main section h3 {
    font-size: 30px;
    margin: 0 0 50px;
    letter-spacing: 0.05em;
}

.service-main section h3 span {
    font-size: 20px;
    color: #378DC1;
    border-left: solid 2px #84B8D8;
    padding: 0 0 0 25px;
    margin: 0 0 0 25px;
    letter-spacing: 0.25em;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    position: relative;
    top: -3px;
}
.btn a {
    background: #093357;
    color: #FFF;
    text-align: center;
    border-radius: 50px;
    padding: 22.5px 50px;
    display: block;
    width: fit-content;
    transition: .2s;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.05em;
}

.btn a:hover {
    text-decoration: none !important;
    color: #FFF;
    opacity: 0.85;
}

.btn a span.arrow{
    background: #FFF;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    right: 30px;
    top: 15px;
    transition: .2s;
}

.btn a span.arrow span {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 2px;
  margin: 14px 7px;
  border-radius: 9999px;
  background-color: #093357;
}

.btn a span.arrow span::before,
.btn a span.arrow span::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 11px;
  height: 2px;
  border-radius: 9999px;
  background-color: #093357;
  transform-origin: calc(100% - 1px) 50%;
}

.btn a span.arrow span::before {
  transform: rotate(37.5deg);
}

.btn a span.arrow span::after {
  transform: rotate(-37.5deg);
}

.service-side .btn a {
    width: auto;
    padding: 22.5px 30px;
    text-align: left;
}

.service-side .btn {
    margin: 25px 0;
}
.btn a:hover span.arrow {
    right: 21px;
}

.service-main .btn a span.arrow{
    background: #FFF;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    right: 45px;
    top: 31px;
    transition: .2s;
}

.service-main .btn a span.arrow span {
  position: relative;
  display: inline-block;
  width: 21px;
  height: 3px;
  margin: 18px 9px;
  border-radius: 9999px;
  background-color: #093357;
}

.service-main .btn a span.arrow span::before,
.service-main .btn a span.arrow span::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 14px;
  height: 3px;
  border-radius: 9999px;
  background-color: #093357;
  transform-origin: calc(100% - 1px) 50%;
}

.service-side .btn a {
    width: auto;
    padding: 22.5px 30px;
    text-align: left;
}

.service-side .btn a:hover span.arrow {
    right: 26px;
}
.service-main .btn a {
    width: 600px;
    padding: 40px 0;
    font-size: 21px;
    display: inline-block;
}

.service-main .btn {
    text-align: center;
    margin: 80px 0;
}

.service-main .btn a:hover span.arrow {
    right: 40px;
}

.service-menu {
    margin: 80px 0;
}

.service-menu#menu-00{
    margin: 40px 0 80px;
}

.service-menu ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    list-style-type: none;
}

.service-menu ul li {width: 23.75%;margin: 0 1.666% 1.666% 0;padding: 30px;background: #FFF;box-shadow: 1px 1px 5px 1px #e8e8e8;border-radius: 5px;text-align: center;padding: 0;}

.service-menu ul li ul.tag {
    margin: 5px auto 0;
    padding: 0 0 25px;
    width: 80%;
}

.service-menu ul li ul.tag li {
    width: auto;
    padding: 0px 9px;
    border-radius: 50px;
    background: #EEE;
    box-shadow: unset;
    font-size: 12px;
    margin: 0 4px 8px 4px;
}

.service-menu ul li h5 {
    font-size: 19px;
    letter-spacing: 0.05em;
    margin: 0 0 20px 0;
    padding: 30px 0 0;
}

.service-menu ul li h5 span {
    display: block;
    font-size: 12px;
    letter-spacing: 0.12em;
    font-weight: 500;
    margin: 0 0 8px;
}

.service-menu ul li a {
    color: #222;
    display: block;
    border: solid 5px #FFF;
	box-sizing: border-box;
    transition: .2s;
    border-radius: 5px;
    pointer-events: none;
    position: relative;
    height: 100%;
}
.service-menu ul li img{
    max-height: 100px;
    display: block;
    margin: 20px auto 25px;
}
.service-menu ul li a+p{
    display: none;
}
#main_col .service-menu ul li p{
    margin: 0;
    text-align: unset;
}

.service-menu ul li a:hover {
    text-decoration: none !important;
    color: #222;
    border-radius: 5px;
}
.service-menu ul li a.on{
    pointer-events: auto;
}

.service-menu ul li a[target="_blank"]{
    background: none;
    padding: 0 !important;
}
/*
.service-menu ul li a.on::before {
    content: "";
    display: inline-block;
    width: 50px;
    height: 50px;
    background-position: center;
    background-size: contain;
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 0;
}
.service-menu#menu-01 ul li a.on::before{
    background-image: url(https://shopserve.estore.jp/img/service/icon_link.svg);
}
.service-menu#menu-02 ul li a.on::before{
    background-image: url(https://shopserve.estore.jp/img/service/icon_link_02.png);
}
.service-menu#menu-03 ul li a.on::before{
    background-image: url(https://shopserve.estore.jp/img/service/icon_link_03.png);
}
.service-menu#menu-04 ul li a.on::before{
    background-image: url(https://shopserve.estore.jp/img/service/icon_link_04.svg);
}
*/
.service-menu#menu-01 ul li a.on:hover{
    border: solid 5px #82D6EF;
}
.service-menu#menu-02 ul li a.on:hover{
    border: solid 5px #ffb68f;
}
.service-menu#menu-03 ul li a.on:hover{
    border: solid 5px #7bd2aa;
}
.service-menu#menu-04 ul li a.on:hover{
    border: solid 5px #e3b8fa;
}

.service-menu ul li:nth-child(4n) {
    margin-right: 0;
}
.service-menu h4  {
	text-align: center;
	position: relative;
}
.service-menu h4 {
	display: inline-block;
	padding: 0;
	margin: 0 0 30px 0;
	position: relative;
	z-index: 1;
	width: 100%;
	font-size: 30px;
	letter-spacing: 0.05em;
}
.service-menu h4 span{
    display: block;
    font-size: 13px;
    font-weight: 400;
    margin: 10px 0 0;
    letter-spacing: 0.12em;
}

.service-menu h4 :after {
	content: "";
	width: 40%;
	height: 1px;
	display: block;
	background-color: #CCC;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.service-menu h4 :before {
	content: "";
	width: 40%;
	height: 1px;
	display: block;
	background-color: #CCC;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.service-side-inner{
    padding: 0;
    width: 300px;
}
.service-side-inner.fixed {
  position: fixed;
  top: 110px;
  z-index: 999; /* 必要に応じて調整 */
}

.service-side-inner.stop {
  position: absolute;
  bottom: 0;
  z-index: 999; /* 必要に応じて調整 */
  top: unset !important;
}

.service-main section ul.service-flow {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
}

.service-main section ul.service-flow li {
    width: 18.75%;
    margin: 0 1.666% 0 0;
    padding: 30px;
    padding: 2.5%;
    background: #FFF;
    box-shadow: 1px 1px 5px 1px #e8e8e8;
    border-radius: 5px;
    text-align: center;
    border-top: solid 5px #378DC1;
	position: relative;
	display: inline-block;
}
.service-main section ul.service-flow li:last-child{
    margin-right: 0;
}

.service-main section ul.service-flow li:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 9px;
  border-color: transparent transparent transparent #378dc1;
  position: absolute;
  top: 0;
  right: -15px;
  bottom: 0;
  margin: auto;
}
.service-main section ul.service-flow li:last-child:after{
	content:none;
}

.service-main section ul.service-flow li .num {
    font-size: 36px;
    font-weight: 500;
    color: #378DC1;
    letter-spacing: 0.05em;
    font-family: "Roboto", sans-serif;
    line-height: 75%;
    display: block;
    margin: 0 0 20px;
}

.service-main section ul.service-flow li h4 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    letter-spacing: 0.01em;
}

.service-main section ul.service-flow li h4 span {
    display: block;
    font-weight: 400;
    font-size: 12px;
    margin: 10px 0 0;
    letter-spacing: 0.12em;
    color: #378DC1;
    font-family: "Roboto", sans-serif;
}

#main_col .service-main section ul.service-flow li p {
    font-size: 13px;
    line-height: 200%;
    margin: 0;
    letter-spacing: 0;
    text-align: left;
}

.service-main section ul.service-flow li img {
    margin: 0 auto;
    display: block;
    /* width: 80px; */
}

#main_col .service-main section ul.service-flow li h4+p {
    height: 110px;
    display: flex;
    align-items: center;
}

.service-menu#menu-01 ul li ul.tag li {
    background: #E5F3F9;
    color: #2986BE;
    font-weight: 500;
}
.service-menu#menu-01 ul li h5 span{
    color: #2986BE;
    font-weight: 500;
}
.service-menu#menu-01 h4 span {
    color: #2986BE;
}

.service-menu#menu-02 ul li ul.tag li {
    background: #F8E9E1;
    color: #EB7E44;
    font-weight: 500;
}
.service-menu#menu-02 ul li h5 span{
    color: #EB7E44;
    font-weight: 500;
}
.service-menu#menu-02 h4 span {
    color: #EB7E44;
}

.service-menu#menu-03 ul li ul.tag li {
    background: #DBF2E7;
    color: #3DB27C;
    font-weight: 500;
}
.service-menu#menu-03 ul li h5 span{
    color: #3DB27C;
    font-weight: 500;
}
.service-menu#menu-03 h4 span {
    color: #3DB27C;
}

.service-menu#menu-04 ul li ul.tag li {
    background: #EEEAF4;
    color: #9574CB;
    font-weight: 500;
}
.service-menu#menu-04 ul li h5 span{
    color: #9574CB;
    font-weight: 500;
}
.service-menu#menu-04 h4 span {
    color: #9574CB;
}
.comingsoon {
    background: #EEE;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 350px;
    border-radius: 8px;
    font-size: 30px;
    letter-spacing: 0.02em;
    color: #BBBBBB;
    font-weight: 500;
}

table.t-service {
    margin: 0;
}

table.t-service td {
    /* width: 25%; */
    border: none;
    letter-spacing: 0.03em;
    padding: 15px 20px;
    line-height: 2;
    border-left: 1px solid #e9e9e9;
    font-size: 14px;
}
table.t-service td span{
    font-size: 90%;
    margin: 0 0 0 3px;
}

table tr.t-midashi td:nth-child(1),table.t-service td[rowspan]{
    border-radius: 5px 0 0 0;
    width: 15%;
}

table tr.t-midashi td:nth-child(2),table.t-service td:nth-child(2) {
    width: 18%;
}

table tr.t-midashi td:nth-child(3),table.t-service td:nth-child(3)  {
    width: 15%;
}

table tr.t-midashi td:nth-child(4),table.t-service td:nth-child(4)  {
    width: 40%;
}

table tr.t-midashi{}

table tr.t-midashi td {
    background: #093357 !important;
    color: #FFF;
    padding: 15px 20px;
    font-size: 16px;
}

table.t-service tr.t-midashi td span{
    font-size: 70%;
    color: #FFF;
    margin: 0;
}


table tr.t-midashi td:last-child{
    border-radius: 0 5px 0 0;
}

table.t-service{
}

table.t-service td[rowspan] {
    font-size: 20px;
    letter-spacing: 0.05em;
    font-weight: 500;
    text-align: center;
    margin: auto;
    vertical-align: middle;
    /* width: 15%; */
}

table.t-service td[rowspan] {
    background: #E5F3F9;
    color: #2986BE;
}

table.t-service tr:nth-child(odd) td {
    background: #F5FAFD;
}

table.t-service tr.s02 td[rowspan] {
    background: #F8E9E1 !important;
    color: #EB7E44;
}

table.t-service tr.s03 td[rowspan] {
    background: #DBF2E7 !important;
    color: #3DB27C;
}

table.t-service tr.s04 td[rowspan] {
    background: #EEEAF4 !important;
    color: #9574CB;
}

table.t-service tr.s02:nth-child(odd) td {
    background: #FCF6F3;
}


table.t-service tr.s03:nth-child(odd) td {
    background: #F1FAF5;
}

table.t-service tr.s04:nth-child(odd) td {
    background: #F8F7FB;
}

.s-table {
    box-shadow: 1px 1px 5px 1px #e8e8e8;
}

#main_col .all-in-one {
    background: #3BB5AF url(/img/service/icn_shop.png) no-repeat 90% 50%;
    background-size: 390px;
    border-radius: 5px;
    padding: 50px;
}

#main_col .all-in-one p {
    color: #FFF;
    letter-spacing: 0.05em;
    font-size: 15px;
}

#main_col .all-in-one p.desc{
    width: 52%;
    line-height: 200%;
}

#main_col .all-in-one p.catch {
    font-size: 19px;
    font-weight: 500;
    margin: 0 0 5px -10px;
    letter-spacing: 0.1em;
}

#main_col .all-in-one h4 {
    color: #FFF;
    text-align: left;
    font-size: 38px;
    letter-spacing: 0.08em;
    margin: 0 0 25px 0;
}
#main_col .all-in-one h4 br{
    display: none;
}

img.sp-V {
    display: none;
}

#main_col .all-in-one h4+p {
    margin: 0;
}

#main_col .all-in-one .btn {
    margin: 0;
    text-align: left;
}

#main_col .all-in-one .btn a {
    width: 260px;
    padding: 20px 30px;
    font-size: 15px;
    text-align: left;
    color: #3bb5af;
    background: #FFF;
}

#main_col .all-in-one .btn a:hover span.arrow{
    right: 25px;
}

#main_col .all-in-one .btn a span.arrow {
    background: #3bb5af;
    width: 30px;
    height: 30px;
    right: 30px;
    top: 13px;
    transition: .2s;
}

#main_col .all-in-one .btn a span.arrow span {
    background: #FFF;
    width: 17px;
    height: 2px;
    margin: 14px 6px;
}

#main_col .all-in-one .btn a span.arrow span:before,
#main_col .all-in-one .btn a span.arrow span:after{
    width: 10px;
    height: 2px;
}

#main_col .all-in-one .btn a span.arrow span:before {
    background: #FFF;
}

#main_col .all-in-one .btn a span.arrow span:after {
    background: #FFF;
}

#main_col .all-in-one .btn+p {
    margin: 0;
}

@media(max-width:1700px){
.service-main {
    width: 75%;
}
.service-side{
    width: 22%;
}

#main_col .all-in-one h4{
    font-size: 36px;
}
#main_col .all-in-one p.desc{
    width: 47%;
}
}

@media(max-width:1440px){
.service-side-inner{
    width: 100%;
}
.service-side-inner.fixed{
    width: 22%;
    max-width: 300px;
}
.service-wrap{
    width: 95%;
}
.service-main {
    width: 73%;
}
.service-side{
    width: 22%;
}
.service-menu ul li{
    width: 32%;
}
.service-menu ul li ul.tag {
    width: 90%;
}
.service-menu ul li:nth-child(3n){
    margin-right: 0;
}
.service-menu ul li:nth-child(4n){
    margin-right: 1.666%;
}
.service-main section ul.service-flow li h4 {
    font-size: 1vw;
}

.service-main section ul.service-flow li .num {
    font-size: 27px;
    margin: 10px 0 15px;
}

#main_col .service-main section ul.service-flow li h4+p {
    height: 90px;
    margin: 5px 0;
}

.service-main section ul.service-flow li {
    padding: 2%;
    width: 19.5%;
}

.service-main section ul.service-flow li h4 span {
    font-size: 11px;
}

#main_col .service-main section ul.service-flow li p {
    font-size: 12px;
    line-height: 180%;
}

.service-main section ul.service-flow li:after {
    right: -13px;
    border-width: 5px 0 5px 7px;
}

.service-main section h3 {
    font-size: 26px;
}

.service-main section h3 span {
    font-size: 16px;
}

.service-main .btn a {
    width: 60%;
    font-size: 18px;
    padding: 30px 0;
}

.service-main .btn a span.arrow {
    width: 30px;
    height: 30px;
    right: 45px;
    top: 25px;
}

.service-main .btn a span.arrow span {
    width: 17px;
    height: 2px;
    margin: 14px 6px;
}

.service-main .btn a span.arrow span::before, .service-main .btn a span.arrow span::after {
    width: 11px;
    height: 2px;
}

.service-side .btn a {
    width: auto;
    padding: 22.5px 30px;
}

.service-menu h4 {
    font-size: 26px;
}

.service-main .btn {
    margin: 60px 0;
}
#main_col .all-in-one{
    background-size: 350px;
}
#main_col .all-in-one h4 {
    font-size: 34px;
    font-size: 2.4vw;
}

#main_col .all-in-one p.catch {
    font-size: 17px;
    font-size: 1.3vw;
}

#main_col .all-in-one p.desc {
    font-size: 14px;
    width: 50%;
}
	
}

@media(max-width:1280px){
.service-main {
    width: 73%;
}

#main_col .all-in-one {
    background-size: 300px;
    padding: 40px;
}

#main_col .all-in-one h4 {
    font-size: 2.4vw;
}
}

@media(max-width:1024px){
.service-main {
    width: 63%;
}	
}

@media only screen and (max-width: 991px) {
    .service-side {
    display: none;
    }
    .service-main{
    width: 100%;
    }
    .service-menu ul li {
    width: 48.5%;
    margin: 0 0 10px;
}
.service-menu ul {
    justify-content: space-between;
}

.service-menu ul li:nth-child(4n) {
    margin: 0 0 10px;
}

.service-main section h3 {
    font-size: 20px;
    margin: 0 0 30px;
}

.service-main section h3 span {
    font-size: 12px;
    padding: 0 0 0 10px;
    margin: 0 0 0 10px;
}

.service-menu ul li img {
    max-height: 70px;
    margin: 10px auto 15px;
}

.service-menu ul li ul.tag li {
    font-size: 11px;
    margin: 0px 2px 4px 2px;
}

.service-menu ul li h5 {
    font-size: 15px;
    margin: 0 auto 15px;
    padding: 20px 0 0;
    width: 90%;
}

.service-menu ul li h5 span {
    font-size: 10px;
    margin: 0 0 5px;
}

.service-menu ul li ul.tag {
    width: 90%;
    justify-content: unset;
    display: none;
}

.service-menu h4 {
    font-size: 18px;
    margin: 0 0 20px 0;
}

.service-menu h4 span {
    font-size: 9px;
    margin: 7px 0 0;
}

.service-menu h4 :before {
    width: 30%;
}

.service-menu h4 :after {
    width: 30%;
}

.service-menu {
    margin: 40px 0;
}

#page_header {
    padding: 0 5%;
    height: 180px;
}

#page_header .headline {
    font-size: 24px !important;
    letter-spacing: 0.05em;
}

#page_header .headline:before {
    font-size: 12px;
    margin: 0 0 10px;
}

#page_header .headline + p {
    font-size: 12px !important;
    margin: 20px 0 0;
    line-height: 160%;
}

.page #main_col {
    margin-top: 0;
}

.service-wrap {
    margin: 30px auto 20px;
    width: 90%;
}

.service-main section ul.service-flow li {
    width: 84%;/*金子追記*/
    margin: 0 0 30px;
    padding: 6% 8% 8%;
}

.service-main section ul.service-flow {
    display: block;
}

.service-main section ul.service-flow li .num {
    font-size: 25px;
    margin: 0 0 12px;
    /* position: absolute; */
    /* left: 0; */
    /* right: 0; */
    /* top: 5px; */
    opacity: 1;
}

.service-main section ul.service-flow li h4 span {
    font-size: 11px;
    margin: 7px 0 0;
}

#main_col .service-main section ul.service-flow li h4+p {
    height: auto;
    margin: 0;
}

.service-main section ul.service-flow li:after {
    clear: both;
    right: 0;
    left: 0;
    top: unset;
    bottom: -23px;
    transform: rotate(90deg);
}

.service-main section ul.service-flow li img {
    vertical-align: middle;
    width: 150px;
    margin: auto;
    opacity: 0.08;
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
}

.service-main section ul.service-flow li h4 {
    margin: 10px 0 15px;
    font-size: 18px;
}

#main_col .service-main section ul.service-flow li p {
    line-height: 170%;
}

.service-main section {
    margin: 0 0 50px;
}

.service-main .btn a {
    width: 94%;
    font-size: 15px;
    padding: 25px 0;
}
table.t-service td{
    font-size: 13px;
}
table tr.t-midashi td{
    font-size: 14px;
    padding: 10px 20px;
}
table.t-service td[rowspan]{
    font-size: 15px;
}
table tr.t-midashi td:nth-child(1), table.t-service td[rowspan]{
}
.service-main .btn a span.arrow {
    right: 25px;
    top: 30%;
    width: 25px;
    height: 25px;
    text-indent: unset;
}

.service-main .btn a span.arrow span {
    width: 14px;
    height: 2px;
    margin: 12px 3px;
}

.service-main .btn a span.arrow span::before, .service-main .btn a span.arrow span::after {
    width: 9px;
    height: 2px;
}

.service-main .btn {
    margin: 30px 0 0;
}

.service-main section ul.service-flow li:last-child {
    margin: 0;
}

.post_content .s_table {
    margin: 0;
}
#main_col .all-in-one {
    background: #3BB5AF;
    padding: 40px 30px;
}

#main_col .all-in-one p.catch {
    text-align: center;
    font-size: 14px;
}

#main_col .all-in-one h4 br {
    display: block;
}

#main_col .all-in-one h4 {
    text-align: center;
    font-size: 28px;
    margin: 0;
    line-height: 136%;
}

img.sp-V {
    display: block;
}

#main_col .all-in-one img {
    width: 55%;
    display: block;
    margin: 20px auto;
}

#main_col .all-in-one p.desc {
    width: 100%;
    font-size: 13px;
    margin: 0 0 20px;
}

#main_col .all-in-one .btn a {
    width: 77%;
    font-size: 13px;
    padding: 20px 0 20px 25px;
}

#main_col .all-in-one .btn {
    margin: 0 auto;
    width: 65%;
}

#main_col .all-in-one .btn a span.arrow {
    right: 20px;
    top: 12px;
}

#main_col .all-in-one .btn a:hover span.arrow {
    right: 15px;
}

.service-menu#menu-00 {
    margin: 40px 0 50px;
}
}

/*金子追記*/
@media(max-width:990px){
.service-main section h3 {
    font-size: 25px;
    margin: 0 0 30px;
}
.service-main section h3 span {
    font-size: 18px;
    padding: 0 0 0 15px;
    margin: 0 0 0 15px;
}
}		
	
@media(max-width:480px){
.service-main section h3 {
    font-size: 20px;
    margin: 0 0 30px;
}
.service-main section h3 span {
    font-size: 14px;
    padding: 0 0 0 10px;
    margin: 0 0 0 10px;
}	
}

