@charset "UTF-8";
@import url("font.css");

html { font-size: 100%;
  font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
  letter-spacing: 5px; }
body {
    display:-webkit-box;
    display:-ms-flexbox;display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100vh;
    /* overflow: hidden; */
    position: relative;  }
section { width:100%; overflow:hidden; }
.content { max-width: 980px; overflow: hidden; margin: 0 auto; padding: 24px; } 
.content_inner { 
    width: 100%;
    max-width: 980px;
    overflow: hidden;
    margin: 0 auto !important;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    padding: 0px 2%;
    padding-top: 0px;
    padding-top: 10px; } 

p { font-size: 1rem; text-align:left; letter-spacing: 2px; font-feature-settings: "palt"; }
span { display: inline-block; }
ul,li { list-style:none; padding:0 ; margin:0:}

h1 { font-size: 3rem;
    text-align: center;
    letter-spacing: 10px; 
     color:black;}
h2 { font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 20px; 
    /* text-align: center; */
    letter-spacing: 5px; }
h3 { font-size: 1.2rem;
    letter-spacing: 5px; */ }
img { max-width:100%; height: auto; }
a { font-size:100%; color:#000; }
a { transition: all .2s ease-in-out; }
.over:hover { opacity: .7; }
section { width:100%; }

.row { margin-bottom: 20px; }

.yellow_line { background: linear-gradient(transparent 70%, #edf134 20%); }
.red_line { background: linear-gradient(transparent 70%, #ff388a80 20%); }
.green { color: #22b573; font-weight: bold; } 
.blue { color: #2d70c6; font-weight: bold; } 
.red { color: #f00; font-weight: bold; }
.orange  { color:#ff6c26; font-weight: bold; } 
.circle_w {width: 50%;background: #22b573;border-radius: 50%;margin:auto;} 
.circle_h { position: relative; padding-top: 100%; padding-top: 100%; height: 0; } 
.circle_h p {position: absolute;top: calc((100% - 1em)/2);left: 0;right: 0;margin: 0;text-align : center;color:#ffffff;font-size: 120%;}
.promise3_inner { width: 100%;
    max-width: 980px;
    overflow: hidden;
    margin: 0 auto !important;
    display: table;
    padding: 0px 2%;
    padding-top: 0px;
    padding-top: 10px; }
.promise3 { display:table-cell; }
.promise-txt { text-align:left; letter-spacing: 2px; padding:10px 0px; }
@media screen and (max-width: 768px) { 
.promise3_inner {display: flex; }
.promise3 { display:block; }
}

.center { text-align:center; }
/*-- PC版表示CSS  --*/
	.pc_area { display:block; }
	.phone_area { display:none; }
/*-- スマホ版表示CSS  --*/
@media screen and (max-width: 768px){
    .pc_area { display:none; }
    .phone_area,.sp { display:block; background-color: #0000006e; } 
    }

/*-- 改行分岐CSS  --*/
@media screen and (min-width: 680px){   
  .pc { display:block; }
  .sp { display:none; }
}
@media screen and (max-width: 680px){   
  .pc { display:none; }
  .sp { display:block; }
}

header { background: #ffffffc9; width:100%; padding:0 0; box-shadow: 0px 1px 2px -1px; }
.headnavi { max-width: 980px; overflow: hidden; margin: 0 auto; }
.headnavi ul { float: right; margin-bottom: 0; } 
.headnavi ul li { 
    display: inline-block; float: left;
    max-width: 240px; margin:5px; }
/*-- トップ ----------------------------------------------------------- */
#top_content {
    background-image: url(../img/main_bk.png);
    background-size: cover;
    background-position: center;
    background-color:rgba(255,255,255,0.7);
    background-blend-mode:lighten;
    width: 100%; }

#top_content div { 
    width: 100%;
    max-width: 980px;
    overflow: hidden;
    margin: 0 auto !important;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center; }

.main-v { /*background-image: url(../img/main_bk.png);
    background-size: cover;
    background-position: center;
    width: 100%; */}

#logo, #title, #description{ filter: drop-shadow(0px 0px 3px #fff); }
#logo { background:#ffffff52; padding:5px; float: left; width:35%;}

/*-- cta ----------------------------------------------------------- */
.cta { width:100%; padding-bottom:2rem auto; text-align:center; background-color:#cef3ff; }
.line .tell .mail {display: inline-block; }

.cta-txt {
    display: inline-block;
    position: relative;
    margin: 0 0 10px;
    font-weight: bold;
    line-height: 1.5; }
.cta-txt::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -10px;
    width: 1px;
    height: 16px;
    vertical-align: top;
    background: #1a1a1a;
    transform: translateY(-50%) rotate(-20deg); }
.cta-txt::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -10px;
    width: 1px;
    height: 16px;
    vertical-align: top;
    background: #1a1a1a;
    transform: translateY(-50%) rotate(20deg); }
.cta-btn a {
  display: block;
  padding: 20px;
  border-radius: 20px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background: #19a690;
  box-shadow: 0 6px 0 #006f5e; }
.cta-btn a span {
  display: inline-block;
  position: relative;
  padding: 0 0 0 30px;
  font-size: 32px; }
.cta-btn a span:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translateY(-50%) rotate(45deg); }
  
@media screen and (max-width: 768px) { 
.cta-txt { font-size:1rem; }
.cta-btn a span { font-size:1.2rem; padding: 0 0 0 20px; }
.cta-btn a{ font-size:1rem;}
}
/*--section-01--*/
#section-01 ul li { list-style:disclosure-closed; font-size: 1.2rem;}
.sec_bluebox {
    background-color: #73d214;;
    color: #fff;
    line-height: calc(80 / 44); }
.sec_bluebox h2 { 
    font-weight: bold;
    width: 980px;
    margin: 0 auto;
    padding: 10px;
    font-size: 2.2rem; 
    text-align: center;}
.sec_grassbox { background-image: url(../img/grass.png);
    background-size: cover;
    background-position: center;
    width: 100%; 
    color: #fff;
    line-height: calc(80 / 44); } 
.sec_grassbox p { 
    font-weight: bold;
    width: 980px;
    margin: 0 auto;
    padding: 20px 50px;
    font-size: 1.3rem;
    text-align:center;
    text-shadow: 0px 0px 5px rgb(9, 38, 1);}
 .sec_grassbox span { font-size:2.2rem; } 

@media screen and (max-width: 768px) {
.sec_bluebox h2 {width:100%; font-size:1rem;}
.sec_bluebox h2 small {width: 100%; font-size: 0.8rem; font-weight: 700; letter-spacing: 2px; }
.sec_bluebox p { width:100%; font-size:1.1rem; padding: 10px 20px;}
.sec_grassbox p { width:100%; font-size:1.2rem; padding: 20px 20px;}
#section-01 ul li { font-size: 0.6rem; }
}    
/*--section-02--*/
#section-02 { background: #fff; text-align:center;}
.ttl-02 { font-size:2rem; text-align;center; margin-top:3rem;}
.ttl-02 small  { font-size:2rem; text-align;center; margin-top:3rem; }
.ttl-02::after {
    content: "";
    display: block;
    width: 20%;
    height: 4px;
    margin: 15px auto 0;
    border-radius: 8px;
    background: #22b573; }
.ttl-02-sub { display: block;
    font-size: 1.8rem;
    font-weight: bold; }
.advantage { font-weight: bold; font-size: 2rem; }
.advantage mark {
    background: linear-gradient(transparent 45%, #79ff66);
    margin: 1rem; }
.sec_greenbox {
    background-color: #22b573;
    color: #fff;
    line-height: calc(80 / 44); }
.sec_greenbox p { 
    font-weight: bold;
    width: 980px;
    margin: 0 auto;
    padding: 20px 50px;
    font-size: 1.5rem; 
    text-align: center; }
.circle {
    position: relative;/* ←文字の親要素に指定 */
    width: 100%;
    height: 100px; 
    background-color: pink;
    border-radius: 50%; 
    margin: 0 auto;
    text-align: center; }
.circle-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

@media screen and (max-width: 768px) {
.ttl-02 { font-size: 1.2rem; }
.ttl-02 small  { font-size:1rem; font-weight:700; text-align;center; margin-top:3rem; }
.ttl-02-sub { font-size: 1.5rem; }
.advantage { font-size: 0.8rem; }
.advantage mark { margin: 0.2rem; }
.sec_greenbox p { width:100%; font-size:1.2rem; }
}    
/*--section-03--*/
#section-03 { background-color: #E5E5F7;
background-image: linear-gradient(#E8E9FF 4px, transparent 4px), linear-gradient(90deg, #E8E9FF 4px, transparent 4px), linear-gradient(#E8E9FF 2px, transparent 2px), linear-gradient(90deg, #E8E9FF 2px, #FFF 2px);
background-size: 100px 100px, 100px 100px, 20px 20px, 20px 20px;
background-position: -4px -4px, -4px -4px, -2px -2px, -2px -2px;}
#section-03 > .content { background: #fff;
margin: 2% auto;
-moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.4);
-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.4);
-o-box-shadow: 2px 2px 5px rgba(0,0,0,0.4);
-ms-box-shadow: 2px 2px 5px rgba(0,0,0,0.4); }
.ttl-03 { font-size:2rem; text-align;center; margin-top:3rem;}
.ttl-03::after {
    content: "";
    display: block;
    width: 20%;
    height: 4px;
    margin: 15px auto 0;
    border-radius: 8px;
    background: #22b573; }
 #section-03 h2 { 
    display: inline-block;
    position: relative;
    margin: 0 0 10px;
    line-height: 1.5; }   
.ttl-03-sub { 
    font-size: 1.4rem;
    background-color: #fdd80f;
    padding: 8px 16px;
    display: inline-block;
    font-weight: bold;
    text-align:center;}
#section-03 ul { display: inline-block;}
#section-03 ul li {text-align:left;}

@media screen and (max-width: 768px) {    
.ttl-03 { font-size: 1.2rem; }
.ttl-03-sub { font-size: 1.1rem; }
}

/*--section-04--*/
#section-04 {
background-color: #e8e9ff;
opacity: 1;
padding:20px 0px;
}
#section-04 > .content_inner {   text-align:center;}    
#section-04 > span i { display:block; color:#red;}
.ttl-04{ font-size:2rem; text-align:center; margin-top:3rem; font-weight: 700;}
.ttl-04-txt { font-size:2rem; text-align:center; margin:2rem 0; font-weight: 700; }
.ttl-04 small ,.ttl-04-txt small { font-size:1.5rem; font-weight: 700; }  
.ttl-04::after {
    content: "";
    display: block;
    width: 20%;
    height: 4px;
    margin: 15px auto 0;
    border-radius: 8px;
    background: #22b573; }
 #section-04 h2 { 
    display: inline-block;
    position: relative;
    margin: 0 0 10px;
    line-height: 1.5; }    
.ttl-04-sub { 
    font-size: 1.4rem;
    background-color: #fdd80f;
    padding: 8px 16px;
    display: inline-block;
    font-weight: bold;
    text-align:center;}

#section-04 ul li > span { display: inline-block; background-color: #ffffff;padding: 10px;border-radius: 5px;margin: 10px;min-width: 180px;letter-spacing: 1px;}
#section-04 img {max-width:200px;}

@media screen and (max-width: 768px) {    
.ttl-04 ,.ttl-04-txt { font-size: 1.2rem; }
.ttl-04 small, .ttl-04-txt small { font-size: 1rem; }
.ttl-04-sub { font-size: 1.1rem; }
#section-04 ul li > span { min-width: unset; width:100%; }
#section-04 img { max-width:unset; width: 100%; }
}
    
/*--section-05--*/
#section-05 {
    position: relative;
    margin: 0;
    padding: 10px 15px;
    background: #effaff;
    z-index: 0; }
    
.ttl-05 { font-size:3rem; text-align;center; margin-top:3rem; color: #22b573; }
.ttl-05::after {
    content: "";
    display: block;
    width: 20%;
    height: 4px;
    margin: 15px auto 0;
    border-radius: 8px;
    background: #22b573; }
.ttl-05-sub { display: block;
    font-size: 1.2rem;
    font-weight: bold; }
.ttl-05 small { font-size:2.5rem; font-weight: 700; }  
.service-item {
    overflow: hidden;
    margin: 25px 0 0;
    padding: 40px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 4px 8px 0 rgba(2, 2, 2, .1); }
.service-item h3 {
    display: flex;
    align-items: center;
    line-height: 1.1;
    font-size: 1.5rem; }
.service-item h3 i {
    display: block;
    margin: 0 10px 0 0;
    color: #22b573;
    font-size: 2.8rem;
    font-style: normal;
    transform: scale(.9, 1);
    transform-origin: top left; }
.service-item h3 small { font-size: 14px; }
.appeal { text-align: center; display: block; padding-top: 3rem; }
.ttl-05-sub > span { font-size:2rem; color: #E31212; line-height: 1.5rem; }
.ttl-05-sub > b { font-size:2.5rem; color: #22b573;font-weight: 700; line-height: 5rem; }
.ttl-05-sub > b small { font-size: 2rem; color: #22b573; font-weight: 700; line-height: 5rem; }
@media screen and (max-width: 768px) { 
.ttl-05 { font-size:1.1rem; }
.ttl-05 small { font-size:0.8rem; } 
.ttl-05-sub > span { font-size:1.2rem; color: #E31212;}
.ttl-05-sub > b { font-size:1.2rem; color: #22b573;font-weight: 700;line-height: 5rem; }
.ttl-05-sub > b small { font-size: 1rem; color: #22b573; font-weight: 700; line-height: 5rem; }
.service-item { padding: 15px 0; }
.service-item h3  { font-size:1rem; }
.service-item h3 small {font-size:0.6rem;}
.service-item h3 i { font-size:2rem;}
}
/*--section-06--*/
.ttl-06 { font-size:2rem; text-align:center; margin-top:3rem; }
.ttl-06::after {
    content: "";
    display: block;
    width: 20%;
    height: 4px;
    margin: 15px auto 0;
    border-radius: 8px; 
    background: #22b573; }
.ttl-06-sub { display: block;
    font-size: 1.8rem;
    font-weight: bold;
    background: #ff6c95;
    padding: 2rem;
    color: #fff;
    border-radius: 10px; }
#section-06 ul li {display:table;}
#section-06 ul li > div {display:table-cell;
  vertical-align:middle;text-align: center; }
    
table {
    border-top: 1px solid #b7b7b7;
    border-right: 1px solid #b7b7b7;
    background: #fff;
    border-spacing: 0;
    margin: 0 auto;
}
th, td {
    border-bottom: 1px solid #b7b7b7;
    border-left: 1px solid #b7b7b7;
    text-align: center;
    padding: 5px;
}
th { background-color: #22b573; color: #fff;}

/* 商品に見立てた枠 */
.demolition,.removal,.survey { 
	position: relative; }
.demolition::before,.removal::before,.survey::before { 
    content: ""; 
    top: 0; left: 0; 
	border-bottom: 3em solid transparent; 
	border-left: 3em solid #22b573;
	position: absolute; 
	z-index: 100; }
.demolition::after,.removal::after,.survey::after { 
    display: block;
    top: 5px;
    left: 5px;
    color: #fff;
    position: absolute;
    z-index: 101;
    font-size: 0.6rem; }

.demolition::after { content: "解体"; }
.removal::after { content: "除去"; }	
.survey::after { content: "調査"; }		    
@media screen and (max-width: 768px) { 
.ttl-06 { font-size:1.2rem; }
.ttl-06 small { font-size:0.8rem; font-weight: 700; }  
.ttl-06-sub { font-size:1.2rem; padding:1.5rem;}
#section-06 ul li {display:block;}
#section-06 ul li > div {display:inline-block;
  vertical-align:middle;text-align: center; }
}



/*--section-07--FAQ*/
#section-07 { 
    padding: 0 0 50px 0;
    display:-webkit-box;
    display:-ms-flexbox;display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center; 
    background-color: #edf3f9; }
.ttl-07 { font-size:2rem; text-align;center; margin-top:3rem; }
.ttl-07::after {
    content: "";
    display: block;
    width: 20%;
    height: 4px;
    margin: 15px auto 0;
    border-radius: 8px;
    background: #22b573; }
.ttl-07-sub { display: block;
    font-size: 1.2rem;
    font-weight: bold; }
#section-07 .wrap { width: 970px; }
#section-07 h3 { 
    margin-bottom: 40px;
    text-align: center; }
#section-07 h4 { 
    background-color: #b6d8e6;
    padding: 10px 0 10px 20px;
    border-radius: 5px;
    color: #000;
    text-align: left;
    cursor: pointer;
    width: 100%;
    position: relative; }
#section-07 p { text-align:left; }
.accordion .accordion_li { width:100%; }
.accordion_li div { display:inline-block;}
.panel-heading {
    cursor: pointer;
}
.accordion .card-header button:after,
.accordion  .card-header button.collapsed:after {
    font-family: 'FontAwesome';
    font-size: 14px;
    float: right;
    width: 21px;
    display: block;
    height: 21px;
    line-height: 21px;
    text-align: center;
    border-radius: 50%;
    color: #777; }

.accordion .card-header button.collapsed:after { content: "\2b"; color: #777; float: right; }
.accordion .card-header button:after { content: "\2212"; color: #777; float: right; }

.btn.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}

.fa-chevron-circle-down { position: absolute; right:0px; }
@media screen and (max-width: 768px) { 
.ttl-07 { font-size:1.2rem; }
.accordion .card-header button::after, .accordion .card-header button.collapsed::after {
    position: absolute; right: 0; top: 2rem; }
}
@media screen and (min-width: 980px) { 
.accordion { min-width: 980px;}
}

/*--section-08--*/
#section-08 {
    position: relative;
    margin: 0;
    padding: 10px 15px;
    background: #effaff;
    z-index: 0; 
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
    
.ttl-08 { font-size:3rem; text-align;center; margin-top:3rem; color: #22b573; }
.ttl-08::after {
    content: "";
    display: block;
    width: 20%;
    height: 4px;
    margin: 15px auto 0;
    border-radius: 8px;
    background: #22b573; }
.ttl-08-sub { display: block;
    font-size: 1.2rem;
    font-weight: bold; }
.ttl-08 small { font-size:2.5rem; font-weight: 700; } 
.flow-item {
    overflow: hidden;
    margin: 25px 0 0;
    padding: 40px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 4px 8px 0 rgba(2, 2, 2, .1); }
.flow-item h3 {
    display: flex;
    align-items: center;
    line-height: 1.1;
    font-size: 1.5rem; }
.flow-item h3 i {
    display: block;
    margin: 0 10px 0 0;
    color: #ffffff;
    font-size: 2.8rem;
    font-style: normal;
    transform: scale(.9, 1);
    transform-origin: top left; 
    background: #22b573;
    border-radius: 50%;
    padding: 1rem; }
.flow-item h3 small { font-size: 14px; }
.arrow {
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid black;
    margin: 1rem auto; }
@media screen and (max-width: 768px) { 
.ttl-08 { font-size:1.1rem; }
.ttl-08 small { font-size:0.8rem; font-weight: 700; } 
.flow-item { padding: 15px 0; }
    .flow-item after {content: '';
    position: absolute;
    top: 100%;
    left: calc(50vw - 50%);
    width: 0;
    height: 0;
    border-top: 200px solid #555; /* 好みで高さ色を変えてください */
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;}     
.flow-item h3  { font-size:1rem; }
.flow-item h3 small {font-size:0.6rem;}
.flow-item h3 i { font-size:2rem;}
}

/*--section-09--contact*/
#section-09 { background-color: #edf3f9; padding-bottom: 50px;}
.ttl-09 { text-align: center; }
.ttl-09::after {
    content: "";
    display: block;
    width: 20%;
    height: 4px;
    margin: 15px auto 0;
    border-radius: 8px;
    background: #22b573; }
    
.ttl-09-sub { display: block;
    font-size: 28px;
    font-weight: bold; 
    text-align: center; }

.txt-area, .select { width:100%; }
.required {
    background-color: #ffb471;
    color: #fff;
    padding: 5px;
    border-radius: 2px;
    line-height: 0.8em;
    text-align: center;
    font-size: 0.6rem; }
.btn {margin:10px auto;}
a.anchor {
    display: block;
    padding-top: 70px;
    margin-top: -70px; }

@media screen and (max-width: 768px) { 
#section-09 table { width: 95%; }
#section-09 th,#section-09 td { display:block; }
.ttl-09-sub { font-size:0.8rem;}
}

 /*-- section-video --*/  
#video { background-color: #cacaca; 
    padding:20px 0;}
.ttl-video { text-align: center; color:#ffffff;}
.ttl-video::after {
    content: "";
    display: block;
    width: 20%;
    height: 4px;
    margin: 15px auto 0;
    border-radius: 8px;
    background: #ffffff; }
.youtube { margin:5px; }
@media screen and (min-width: 768px) { 
#video .col-md-6 { -ms-flex: 0 0 48%;
flex: 0 0 48%;
max-width: 48%; }
}
@media screen and (max-width: 768px) { 
.youtube { margin: 5px 0; } 
}

#support h3 { 
color:#024ec6;
font-weight:bold;
border: solid 3px #024ec6;
border-radius: 5px;
background-color: #eefde4;
padding-top: 1.2rem;
padding-bottom: 1.2rem; }

#steps h3 { border: solid 1px #acdaf0;
border-radius: 5px;
background-color: #acdaf0;
padding-top: 1.2rem;
padding-bottom: 1.2rem; }

/*--フロー ----------------------------------------------------------- */
#flow { background-color:#ececec; width:100%;}
#flow h2 { 
    margin-bottom: 50px;
    text-align: center; }
    
.agreement { display: block; background: #ffffff; margin: 10px 0; padding: 1rem; }
.agreement > span { font-weight: bold; margin-bottom: 1.5rem; }
@media screen and (max-width: 768px) {
.agreement { width: 95%; display: block; margin: 1rem auto; }
}    

/*--フッター ----------------------------------------------------------- */
#footer { background: #22b573; width:100%; letter-spacing: 0px; }
#footer h2 { font-size:1.5rem;}
#footer p { font-size: 1rem; text-align: center; line-height:1rem;}
#footer ul li { margin: 0 auto; padding: 0;}
#footer small {font-size:0.8rem;}
#footer a { text-decoration: none; opacity: 1.0; color:#fff; }
#footer a:hover { opacity: 0.7; }
#footer hr { background-color:#fff;}
.copyright { text-align: center; padding: 10px;  color: #fff;}

/*-- JS ----------------------------------------------------------- */
.fadein { opacity : 0; transform: translateY(20px); transition: all 1s; }
.wow { visibility: hidden; }  

/*--追跡 ----------------------------------------------------------- */
.gotop { position: fixed; bottom: 0; right: 0;}
.gotop a { width: 100%; height: 100%; display: block; }
@media screen and (max-width: 768px) { 
.sp-cta-btn { background-color: #333;
	position: fixed;
	bottom: 0px;
	padding-top: 2%;
	padding-bottom: 2%;
	padding-right: 2%;
	padding-left: 2%;
	background-color: rgba( 0, 0, 0, 0.8 );
	width: 100%;
	text-align: center;
	z-index: 10000; }
.sp-cta-txt { 
    display: inline-block;
    position: relative;
    margin: 0 0 10px;
    font-size: 1rem;
    line-height: 1.5; color:#fff; }
.sp-cta-txt::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -10px;
    width: 1px;
    height: 16px;
    vertical-align: top;
    background: #fff;
    transform: translateY(-50%) rotate(-20deg); }
.sp-cta-txt::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -10px;
    width: 1px;
    height: 16px;
    vertical-align: top;
    background: #fff;
    transform: translateY(-50%) rotate(20deg); }
.mail { width: 49%; height: auto; float: left; }
.tel { width: 49%; height: auto; float: right; }
}


@media screen and (max-width: 768px) {
/* 768pxまでの幅の場合に適応される */
h1 { font-size: 2.2rem; lline-height: 1.4;}
h2 { font-size: 1rem; }
p {font-size: 0.8rem;}
#logo { text-align:center; margin:0 auto; width: 65%; float: none;}
#footer { margin-bottom:100px;}
}


