/* common-css */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

input::placeholder{
	color: #ccc;
}
input::-ms-input-placeholder{
	color: #ccc;
}
input:-ms-input-placeholder{
	color: #ccc;
}
@media screen and (max-width: 767px){
	.wrap{
		overflow: initial;
	}
}


/* PC START */
/* PC BASE START */
body {
	background: transparent;
	letter-spacing: 1px;
	min-width: 1200px;
}
.gothic {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.mincho {
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,MS明朝,serif;
}
.main_wrap {
	margin: 0 auto;
}
.left_border {
	border-left: 2px solid;
	padding-left: 10px;
}
.bottom_border {
	border-bottom: 2px solid;
	padding-bottom: 15px;
}
.inline_border::after {
	content: "";
	width: 50px;
	border-bottom: 2px solid;
	display: block;
}
.crimson {
	color: crimson;
}
.white {
	color: #fff;
}
.black {
	color: #3e3e3e;
}
.flex_wrap {
	display: flex;
	flex-wrap: wrap;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.ovh {
	overflow: hidden;
}
.col_1 {
	width: 98%;
	margin: 1%;
}
.col_2 {
	width: 48%;
	margin: 1%;
}
.col_3 {
	width: 31.333%;
	margin: 1%;
}
.col_4 {
	width: 23%;
	margin: 1%;
}
.col_5 {
	width: 18%;
	margin: 1%;
}
.ps_re {
	position: relative;
}
.ps_ab {
	position: absolute;
}
h2, .post-content h2 {
	font-size: 26px;
	font-weight: bold;
	background: transparent;
	margin: 30px 0 20px;
	padding: 0px;
	border: 0;
}
h3, .post-content h3 {
	font-size: 22px;
	margin: 20px 0 0;
	padding: 0px;
	border: 0;
}
h4, .post-content h4 {
	font-size: 20px;
	font-weight: 500;
	margin: 10px 0 0;
	padding: 0px;
	border: 0;
}
.mt_l {
	margin-top: 150px;
}
.mt_t {
	margin-top: 100px;
}
.mt_h {
	margin-top: 50px;
}
.mb_l {
	margin-bottom: 150px;
}
.mb_t {
	margin-bottom: 100px;
}
.mb_h {
	margin-bottom: 50px;
}
dl {
	display: flex;
	flex-wrap: wrap;
}
dt {
	width: 25%;
	padding: 10px;
}
dd {
	width: 75%;
	padding: 10px;
	margin-left: 0;
}
ul {
	margin-left: 0;
	list-style: none;
}
li {
	padding: 5px;
}
a {
	text-decoration: none;
}
a:hover {
	opacity: 0.7;
}

img {
	max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
}
.page_header {
	padding: 100px 0;
}
.page_header h1 {
	font-size: 28px;
	text-align: center;
}
.page_header h1 span {
	background: #fff;
	display: inline-block;
}
#side {
	display: none;
}
.sp_d {
	display: none;
}
.center {
	margin-right: auto;
	margin-left: auto;
}
.text_left {
	text-align: left;
}
.text_center {
	text-align: center;
}
.text_right {
	text-align: right;
}
.item_center {
	align-items: center;
}
.main-inner {
	margin-right: auto;
}
.fwb {
	font-weight: bold;
}
.wrap {
	width: 100%;
	padding: 0 20px;
	max-width: 900px;
	margin: 0 auto;
}
#footer .copyright p {
	font-weight: lighter;
}

.center {
	text-align: center;
}
/* PC BASE END */

/* works FADE IN */
@keyframes title-fade-in {
  from {
    opacity: 0.1;
    transform : translateX(150px);
  }
  to {
    opacity: 1;
    transform : translate(0, 0);
  }
}
.fadein_nsr {  
  animation-name:     title-fade-in;
  animation-duration: 2s;
}

@keyframes title-fade-inl {
  from {
    opacity: 0.1;
    transform : translateX(-150px);
  }
  to {
    opacity: 1;
    transform : translate(0, 0);
  }
}
.fadein_nsl {  
  animation-name:     title-fade-inl;
  animation-duration: 2s;
}

@keyframes title-fade-in2 {
  from {
    opacity: 0.1;
    transform : translateX(0, 0);
  }
  to {
    opacity: 1;
    transform : translate(0, 0);
  }
}
.fadein_ns2 {  
  animation-name:     title-fade-in2;
  animation-duration: 4s;
}

@keyframes title-fade-inb {
  from {
    opacity: 0.1;
    transform : translateX(-150px, 0);
  }
  to {
    opacity: 1;
    transform : translate(0, 0);
  }
}
.fadein_nsb {  
  animation-name:     title-fade-inb;
  animation-duration: 2s;
}

/* FADE IN */
.fadein {
    opacity : 0.1;
    transition : all 1500ms;
}
/* FADE IN TOP SLIDE */
.fadeint {
    opacity : 0.1;
    transform : translate(0, -50px);
    transition : all 1500ms;
}
/* FADE IN RIGHT SLIDE */
.fadeinr {
    opacity : 0.1;
    transform : translateX(50px);
    transition : all 1500ms;
}
/* FADE IN BOTTOM SLIDE */
.fadeinb {
    opacity : 0.1;
    transform : translate(0, 50px);
    transition : all 1500ms;
}
/* FADE IN LEFT SLIDE */
.fadeinl {
    opacity : 0.1;
    transform : translateX(-50px);
    transition : all 1500ms;
}
/* FADE IN END */
.fadein.scrollin, .fadeint.scrollin, .fadeinr.scrollin, .fadeinb.scrollin, .fadeinl.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}

/* ARCHIVE */
.post-loop-wrap {
	display: flex;
	flex-wrap: wrap;
}

/* TOP */
.mv_sp{
	display: none;
}

.home .main_top {
/*	background: url(https://worldutility.net/img/main_visual.jpg);*/
	background-repeat: no-repeat;
	background-size: cover;
}


a.question {
    right: 36%;
    bottom: 75px;
    font-size: 1em;
    font-weight: bold;
    color: #fff;
    background-color: #ff5f00;
    padding: 15px;
    border-radius: 20px;
    display: block;
    max-width: 250px;
    margin: 0 auto;
}

a.question img {
    width: 30px;
    margin-right: 10px;
}

h2.it_lph2 span {
    color: #00a29a;
}
h2.it_lph2::after {
    content: '';
    width: 100px;
    display: block;
    margin: 5px auto 0;
    border-bottom: 3px solid #00a29a;
}
h2.it_lph2 {
    font-size: 1.4em;
    text-align: center;
    padding-bottom: 1.9em;
    margin-top: 0;
	letter-spacing: 1px;
}

h2.it_lph2 p {
    font-size: 0.7em;
}

.title_block {
    margin-bottom: 50px;
}

h3.text_title {
    font-size: 3em;
    letter-spacing: 4px;
    font-weight: bold;
}

h3.text_title span {
    background: linear-gradient(transparent 66%, #faef01 0%);
}

p.sub_titlte {
    font-size: 1.8em;
    font-weight: bold;
}

.bg04 {
    background-image: url(/img/lp/lp_sec04.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg02 {
    background-image: url(/img/lp/gb1.jpg);
    color: #fff;
    padding: 30px 0 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	margin-bottom: 5rem;
}

a.contact_link img {
    margin-right: 10px;
}

section.lp_sec01 ,section.lp_sec02, section.lp_sec03, section.lp_sec04, section.lp_sec05, section.lp_sec06 {
	padding: 30px 0
}

section.lp_sec01, section.lp_sec03, section.lp_sec06 {
    padding: 3em 0;
}

section.lp_sec02 {
    background-color: #f9f9f9;
    padding-top: 0;
	padding-bottom:6rem;
}

.center.wutitle {
    transform: translate(0px, 6em);
}

section.lp_sec04 {
    padding: 100px 0;
    font-weight: 500;
}

.three_s span {
    display: block;
    margin: 7em 0;
}

section.lp_sec05 {
    background-color: #00489d;
    color: #fff;
    padding: 50px 0;
}

section.lp_sec05 table {
	border-collapse: collapse;
	width: 100%;
}

section.lp_sec05 table tr th {
    padding: 20px;
    border-right: 1px solid #fff;
    width: 20%;
}

section.lp_sec05 table tr td {
    padding: 1em 0em 1em 1.9em;
}

section.lp_sec05 table tr {
    border-bottom: 1px solid #fff;
}

section.lp_sec05 table {
	margin: 0 auto;
}

section.lp_sec05 table tr:last-child {
	border-bottom: inherit;
}

.va_b {
	vertical-align: bottom;
}

section.lp_sec02 h2.it_lph2 span {
    color: #faee00;
    font-size: 1.4em;
    padding: 0 0px 0 10px;
}

.col_3.yellow_bg {
    background-image: url(/img/lp/sirclebg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    padding: 73px 0px;
    width: 29%;
    margin: 0 auto;
}

p.text {
	font-size: 1.1rem;
    letter-spacing: 3px;
    line-height: 1.7;
}


.col_3.yellow_bg p.text {
    max-width: 77%;
    margin: 0 auto;
}

.wide_wrap {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    padding: 0 10px;
}

.supprt_title {
    margin: 30px 0;
}

.w_supo {
    margin: 30px 0;
    align-items: center;
}

.col_3 p.text {
    margin: 20px 0;
}

.flex_wrap.w_supo.p_attent p.text {
    padding: 10px 16px;
    font-weight: bold;
    background-color: #faee00;
    color: #00489d;
    letter-spacing: 1px;
}

a.contact_link {
    background-color: #ff5f00;
    color: #fff;
    padding: 23px;
    display: block;
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    margin: 0 30px;
    border-radius: 15px;
    margin-top: 50px;
    letter-spacing: 7px;
}

.contact_form table {
    border: solid 1px #e3e3e3;
    border-collapse: collapse;
    width: 100%;
}

.contact_form table tr th span.aliance {
    color: #fff;
    padding: 5px 10px;
    margin-right: 10px;
    background-color: #acacac;
    font-size: 0.8em;
    border-radius: 10px;
}
.contact_form table tr th span.need {
    color: #fff;
    padding: 5px 10px;
    margin-right: 10px;
    background-color: crimson;
    border-radius: 10px;
    font-size: 0.8em;
}
.contact_form table tr th {
    padding: 20px 0px 20px 10px;
    width: 30%;
    border-right: 1px solid #e3e3e3;
    text-align: left;
    background-color: #f9f9f9;
    font-weight: bold;
}
.contact_form table tr {
    border-top: solid 1px #e3e3e3;
    border-left: solid 1px #e3e3e3;
}

.contact_form table tr td {
    padding: 10px 10px;
}

.contact_form table tr td input[type="text"],.contact_form input[type="url"], .contact_form input[type="email"], .contact_form input[type="tel"] {
    display: block;
    width: 80%;
    border-radius: 4px;
    border: solid 1px #e3e3e3;
    padding: 9px;
}

.lp_submit {
    text-align: center;
}

.lp_submit input.wpcf7-form-control.wpcf7-submit {
    background-color: #00489d;
    color: #fff;
    border: inherit;
    font-weight: bold;
}

h3.sub_h3 {
    font-weight: bold;
}

/*----追加分----*/

.following_banner{
	width:100%;
    text-align: center;
	padding: 1rem 0;
    background-color: rgba(51, 51, 51, 0.9607843137254902);
	position: fixed;
    bottom: 0;
	z-index: 1;
}

.following_banner h2{
	display: inline-block;
	color: white;
    font-size: 1.2em;
	margin:0;
}

.following_banner a{
	display: inline-block;
}

.amount{
	margin-top: 3rem;
}

.world_supply_servise{
	margin-bottom: 8rem;
}

.service_header{
	padding-bottom:0rem!important;
}

/*
.service_header span{
	color:#00a29a;
}
*/

/*
.service_header::after{
	display: none!important;
}
*/

/*
.service_text:after{
	content: '';
    width: 100px;
    display: block;
    margin: 10px auto 0;
    border-bottom: 3px solid #00a29a;
}
*/

.e-commerce_support{
	display:flex;
	flex-wrap:wrap;
	margin-top:4rem;
}

.support_right{
	width: 50%;
}

.support_right h3{
	font-size: 1.1rem;
    font-weight: bold;
    line-height: 1.7rem;
    letter-spacing: 0.1rem;
    margin-bottom: 1.6rem;
}

.support_right p{
	font-size: 0.9rem;
/*	font-size: 13px;*/
	margin-bottom:1.9rem;
}

.service_btn_box {
    text-align: right;
}

.service_btn{
    background-color: #00489D;
    display: inline-block;
    padding: 1rem 1.8rem;
    border-radius: 7px;
	color: white;
}

.service_btn a {
    color: white;
    letter-spacing: 1px;
}

.service_btn img {
    margin-left: 0.5rem;
}

.support_left{
	width: 50%;
	margin:auto;
	padding: 0rem 1rem;
/*	position:relative;*/
}

.support_left img{
/*
	position:absolute;
	bottom:0;
*/
}

.table-wrap {
     margin-bottom:0; 
}

/*-------------*/


.sbss_lp .lp_sec02 .bg_2 {
    background-image: url(/img/lp/sbss/bg2.jpg);
    background-size: cover;
    background-position: center;
}

.sbss_lp .lp_sec02 .omakase .bg_2 {
    background-image: url(/img/lp/sbss/bg_4.jpg) !important;
}

.sbss_lp section.lp_sec01 h2, .sbss_lp section.lp_sec04 .gbiz h2 {
    text-align: center;
    margin-bottom: 3em;
}

.sbss_lp section.lp_sec01 h2::after, .sbss_lp section.lp_sec04 .gbiz h2::after {
    content: '';
    display: block;
    width: 100px;
    border-top: 2px solid #004892;
    margin: 0 auto;
    transform: translate(0px, 35px);
}
.sbss_lp section.lp_sec01 h2 span, .sbss_lp section.lp_sec04 .gbiz h2 span {
    color: #004892;
}

.sbss_lp section.lp_sec01 h2 span.subtitle {
    display: block;
    font-size: 0.7em;
    margin-top: 50px;
    color: #000;
}

.sbss_lp section.lp_sec01 .ls1 {
    margin-bottom: 3em;
}

h2.fukidashi::after {
    content: '';
    display: block;
    width: 0px;
    margin: 0 auto;
    border-right: 15px solid transparent;
    border-top: 30px solid #0048aa;
    border-left: 15px solid transparent;
    position: absolute;
    transform: translate(-50%, 0%);
    left: 50%;
    bottom: -1.2em;
}

h2.fukidashi {
    border-bottom: solid #0048aa;
    text-align: center;
    position: relative;
    margin-bottom: 3em;
    padding-bottom: 20px;
}

h2.fukidashi span {
    font-size: 1.2em;
}

.sbss_lp section.lp_sec02 {
    padding-bottom: 0;
}

.sbss_lp section.lp_sec02 .col_3 span {
    color: #004892;
    display: block;
    font-size: 1.1em;
}

.sbss_lp section.lp_sec02 .col_3 {
    padding: 10px;
    background-color: #fff;
    border-radius: 10px;
    font-weight: bold;
    text-align: center;
    margin: 0.5%;
}

.sbss_lp .wrap {
    max-width: 1200px;
    margin: 0 auto;
}

.ls4_1 {
    background-image: url(/img/lp/sbss/bg3.jpg);
    background-size: cover;
    background-position: center;
    padding: 7em 0;
}


.ls4_1 .wrap {
    background-color: #fff;
    padding: 4em 20px;
    max-width: 1200px;
}

.ls4_1 .wrap .inner_wrap {
    max-width: 800px;
    margin: 0 auto;
}

.ls4_1 .wrap .inner_wrap h2 span {
    position: relative;
    background: linear-gradient(transparent 65%, #0048aa 14%);
}

.ls4_1 .wrap .inner_wrap h2 {
    font-size: 2em;
    margin-top: 0;
    margin-bottom: 0;
}

.ls4_1 .wrap .inner_wrap h3 {
    margin-top: 0;
    margin-bottom: 20px;
}

.colam_area {
    padding-bottom: 3em;
}

.sbss_lp section.lp_sec04 {
    padding: 0px 0;
    font-weight: 500;
}

.small_title {
    font-weight: bold;
    display: block;
    text-align: center;
    padding-top: 30px;
}

.sbss_lp .lsc1 {
    padding-bottom: 5em;
}

.sbss_lp .lsc1 p.text.center {
    line-height: 3;
}

a.service {
    padding: 20px;
    margin: 20px 0px 0 auto;
    background-color: #004892;
    display: block;
    max-width: 245px;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
}

a.service img {
    margin-left: 10px;
}

.sp_d.bg_2 {
    position: relative;
    padding: 20px;
}

.sp_d.bg_2 span {
    font-weight: bold;
    color: #fff;
    text-align: center;
    display: block;
    font-size: 1.2em;
}

.sp_d.bg_2::after {
    content: '';
    display: block;
    width: 0px;
    margin: 0 auto;
    border-right: 15px solid transparent;
    border-top: 30px solid #919191;
    border-left: 15px solid transparent;
    position: absolute;
    transform: translate(-50%, 0%);
    left: 50%;
    bottom: -29px;
}

.sbss_lp .col_3 h3 {
    letter-spacing: 8px;
    margin-bottom: 20px;
}

.sbss_lp .lp_sec01 {
    background-image: url(/img/lp/sbss/bg01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.sbss_lp .lp_sec05 h2.it_lph2::after {
    border-bottom: 3px solid #fff;
    transform: translate(0px, 20px);
}

.sbss_lp .lp_sec06 h2.it_lph2::after {
    border-bottom: 3px solid #00489d;
    transform: translate(0px, 20px);
}

.sbss_lp section.lp_sec05 {
    background-color: #00489d;
    color: #fff;
    padding: 98px 0;
}

.sbss_lp h2.it_lph2 {
    padding-bottom: 3em;
}

.sbss_lp h2.it_lph2 span {
    color: #00489d;
}

section.lp_sec05 .wrap, section.lp_sec06 .wrap {
    max-width: 1000px;
}


@media screen and (max-width: 1500px) {
	a.question.ps_ab {
	    right: 30%;
	    bottom: 57px;
	}
}

@media screen and (max-width: 1400px) {
	a.question.ps_ab {
	    right: 29%;
	    bottom: 50px;
	}
}


/* PC MIDDLE START */
@media screen and (max-width: 1200px) {
/* PC MIDDLE BASE START */
.wrap {
	margin: 0 auto;
}
.main_wrap {
	max-width: 100%;
	padding: 0 40px;
}
.pd_h {
	padding-right: 40px;
	padding-left: 40px;
}
.mt_l {
	margin-top: 120px;
}
.mt_t {
	margin-top: 80px;
}
.mt_h {
	margin-top: 40px;
}
.mb_l {
	margin-bottom: 120px;
}
.mb_t {
	margin-bottom: 80px;
}
.mb_h {
	margin-bottom: 40px;
}
/* PC MIDDLE BASE END */
}
/* PC MIDDLE END */





/* TABLET START */
@media screen and (max-width: 991px) {
/* TABLET BASE START */
body {
	min-width: inherit;
}
h1 img {
	max-width: 220px;
}
.wrap {
	margin: 0 auto;
}
h2, .post-content h2 {
	font-size: 24px;
}
h3, .post-content h3 {
	font-size: 20px;
}
h4, .post-content h4 {
	font-size: 18px;
}
.mt_l {
	margin-top: 90px;
}
.mt_t {
	margin-top: 60px;
}
.mt_h {
	margin-top: 30px;
}
.pc_d {
	display: none;
}
.sp_d {
	display: block;
}
.br_sp {
	display: none;
}
.main_wrap {
	padding: 0 30px;
}
.pd_h {
	padding-right: 30px;
	padding-left: 30px;
}

a.question.ps_ab {
    right: inherit;
    bottom: inherit;
    position: static;
    margin-top: 40px;
}

.center.wutitle img {
    max-width: 69%;
    /* transform: translate(10px, 10px); */
}

.center.wutitle {
    transform: translate(0px, 13px);
}

.mv_lp {
    margin-top: 70px;
}

/* TABLET BASE END */
}
/* TABLET END */





/* TABLET-SP START */
@media screen and (max-width: 767px) {
/* TABLET-SP BASE START */
body {
	font-size: 15px;
}
.col_1, .col_2, .col_3, .col_4, .col_5 {
	width: 100%;
	max-width: 480px;
	margin: 0 auto;
}
h1 img {
	max-width: 180px;
}
.mt_l {
	margin-top: 60px;
}
.mt_t {
	margin-top: 40px;
}
.mt_h {
	margin-top: 20px;
}

.mb_l {
	margin-bottom: 60px;
}
.mb_t {
	margin-bottom: 40px;
}
.mb_h {
	margin-bottom: 20px;
}
dt, dd {
	width: 100%;
}
h2, .post-content h2 {
	font-size: 18px;
}
.st_text {
	font-size: 16px;
}
h3, .post-content h3 {
	font-size: 18px;
}
h4, .post-content h4 {
	font-size: 16px;
}
.main_wrap {
	padding: 0 20px;
}
.pd_h {
	padding-right: 20px;
	padding-left: 20px;
}

a.question.ps_ab {
    transform: inherit;
    position: static;
    font-size: 1.1em;
    margin-top: 3rem;
}

.mv_lp {
    margin-top: 50px;
}

.center.wutitle {
    transform: translate(0px, 0em);
    max-width: 80%;
}

.col_3.yellow_bg {
	width: inherit;
    background-size: 50%;
}

h3.text_title {
    font-size: 1.6em;
}

p.sub_titlte {
    font-size: 1.2em;
}

.contact_form table tbody tr th {
    display: block;
    width: 100%;
}

.contact_form table tbody tr td{
    display: block;
    width: 100%;
}

.contact_form table tbody tr,
.contact_form table tbody,
.contact_form table,
.contact_form table tr th {
    display: block;
}

.contact_form table tr td input[type="text"], .contact_form input[type="url"], .contact_form input[type="email"], .contact_form input[type="tel"] {
    display: block;
    width: 100%;
    border-radius: 4px;
    border: solid 1px #e3e3e3;
    padding: 9px;
}

.contact_form {
    padding: 10px;
}
	
/*----------追加-----------*/

.following_banner h2 {
    font-size: 0.8em;
    padding-bottom: 0.5rem;
}
	
.following_banner a {
    padding: 10px;
    border-radius: 10px;
}
	
.world_supply_servise{
	margin-bottom:5rem;
}
	
.e-commerce_support {
    display: block;
}

.support_left {
	width:100%;
    margin: auto;
}

.support_right {
    width: 100%;
    margin: auto;
	margin-top:3rem;
}
	
.support_right h3{
	text-align: center;
}
	
.service_btn_box {
    text-align: center;
}
	
br.paragraph {
    display: none;
}


section.lp_sec02 .col_3 {
    width: 100%;
    margin: 0.5% auto;
}

.ls4_1 .wrap .inner_wrap h2 {
    font-size: 1.5em;
}

.ls4_1 .wrap .inner_wrap h3 {
    font-size: 1.3em;
}

.lp_sec03 .col_3 img {
    margin: 0 auto;
    display: block;
}

h2.fukidashi::after {
    bottom: -2em;
}

.sbss_lp .lsc1 p.text.center {
    line-height: inherit;
    text-align: left;
}

.lsc1 .flex_wrap .col_2 {
    margin-bottom: 2em;
}

.sbss_lp .lsc1 {
    padding-bottom: 3em;
}

.sbss_lp section.lp_sec01 h2, .sbss_lp section.lp_sec04 .gbiz h2 {
    margin-bottom: 5em;
}

a.service {
    margin: 30px auto 0;
}

a.contact_link {
    letter-spacing: 3px;
}

h2.fukidashi {
    font-size: 1em;
}

/*------------------------*/

/* TABLET-SP BASE END */
}
/* TABLET-SP END */




/* SP START */
@media screen and (max-width: 480px) {
/* SP BASE START */
body {
	font-size: 15px;
}
.mt_l {
	margin-top: 30px;
}
.mt_t {
	margin-top: 20px;
}
.mt_h {
	margin-top: 10px;
}
.mb_l {
	margin-bottom: 30px;
}
.mb_t {
	margin-bottom: 20px;
}
.mb_h {
	margin-bottom: 10px;
}

.center.wutitle {
	max-width: 100%;
}

a.contact_link {
	font-size: 1.1em;
    padding: 10px;
    margin: 50px 15px 0;
}

h2.it_lph2 {
    font-size: 1em;
}
	
.mv_pc{
	display: none;
}	

.mv_sp{
	width:100%;
	display: block;
}

.support_right h3{
    font-size: 0.87rem;
}
	
.lp_sec02 {
    padding-bottom: 4rem;
}
	
.amount {
    margin-top: 1rem;
}
	
.three_s span {
    margin: 3.3em 0;
}
	
.text_title{
    font-size: 1.1em!important;
}
	
.sub_titlte{
    font-size: 0.9em!important;
}
	
p.text {
    font-size: 0.96em;
}

.ls4_1 .wrap .inner_wrap h2 {
    font-size: 1.2em;
}

.ls4_1 .wrap .inner_wrap h3 {
    font-size: 1.05em;
}
	

/* SP BASE END */

}
/* SP END */