@charset "utf-8";
/* --------------------------------------------------
/* CSS Document by Rakus
/* for only TOP page.
/* --------------------------------------------------*/

/* =================================================
* top
* ================================================*/

/* all display */
#container.index02 {
  margin-top: 4.8vh;
}

#topics {
background-color: #000000;
color: #FFFFFF;
box-sizing: border-box;
padding: 0.8em 4%;
}

#topics h2 {
font-size: 100%;
display: inline-block;
vertical-align: middle;
width: 20%;
text-align: center;
font-weight: bold;
padding: 0px;
margin-top: 0px;
background-color: transparent;
}

#topics p {
display: inline-block;
vertical-align: middle;
width: 78%;
}
.source {
margin: 10px auto;
}
.ctabox_b:last-child {
border-bottom: none;
margin-top: 50px;
margin-bottom: 0px;
}
.ctabox_b p {
font-size: 200%;
font-weight: bold;
line-height: 1;
}
#mainvisual2{
background: url(/img/top/visual_02.jpg) no-repeat center center;
background-size: cover;
height: 95vh;
display: flex;
align-items: center;
justify-content: center;
align-content: center;
flex-direction: column;
}
.mainvisual2{
width: 100%;
max-width: 1000px;
margin: 0 auto;
}
.index02 .mainvisual2 {
padding-top: 80px;
}
#mainvisual3{
background: url(/img/top/visual_02.jpg) no-repeat center center;
background-size: cover;
height: 93vh;
display: flex;
align-items: center;
justify-content: center;
align-content: center;
flex-direction: column;
}
.mainvisual3{
width: 100%;
max-width: 1000px;
margin: 0 auto;
}
.mainvisual3_title {
display: flex;
justify-content: center;
align-items: flex-end;
max-width: 1000px;
margin: 0 auto;
}
.top .mainvisual3_title h1 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  color: #000;
  margin: 0;
}
.mainvisual3_title h1 span {
  padding-right: 15px;  
  font-size: 23px;
  font-weight: bold;
  line-height: 1;
}
.mainvisual3_title h1 span em {
  font-size: 30px;
  font-style: normal;
}
.mainvisual3_title h1 span b {
  font-size: 35px;
}
.mainvisual3_title h1 img {
  width: 165px;
  height: 55px;
}
.top .mainvisual3_title h2 {
  background: none;
  margin: 0;
  padding: 0 0 15px 10px;
  color: #000;
  font-size: 36px;
}
.mainvisual3 .result-cap-top {
margin: 20px auto 0;
color: #333;
max-width: 850px;
text-align: left;
}
.mainvisual3_form_lead {
  font-size: 95%;
}
.mainvisual3_form {
background: rgba(255, 255, 255, 0.6);
margin: 2.5em auto;
padding: 35px;
box-sizing: border-box;
align-items: center;
align-content: center;
width: 85%;
box-shadow: 0 0 10px #c6c4c9;
}
.mainvisual3_form .form-columns-2 {
  max-width: inherit !important;
}
.mainvisual3_form_title {
text-align: center;
font-size: 22px;
font-weight: bold;
letter-spacing: 3px;
margin: 10px 0 20px;
padding: 0 0 20px;
border-bottom: 1px solid #ccc;
}
.mainvisual3_form_title b {
color: #f19435;
font-size: 33px;
}
.mainvisual3_form_title em {
color: #f19435;
font-size: 28px;
font-style: normal;
}
.mainvisual3_form .hs_submit {
position: relative;
display: block;
width: 50%;
margin: 30px auto 20px;
padding: 0 3rem 0 5.2rem;
line-height: 65px;
border-radius: 5px;
cursor: pointer;
font-size: 1.8rem;
text-align: center;
color: #fff;
background: #2d98df;
box-sizing: border-box;
transition: .2s;
}
.mainvisual3_form .hs_submit::before {
position: absolute;
content: '';
top: 27px;
left: 30px;
width: 0;
height: 0;
border-left: 8px solid #fff;
border-top: 8px solid transparent;
border-bottom: 8px solid transparent;
}
.mainvisual3_form input[type="submit"] {
position: relative;
border: none;
background: no-repeat;
font-size: 25px;
padding-top: 16px;
width: inherit;
padding: inherit;
text-align: center;
color: #fff;
cursor: pointer;
}
.mainvisual3 p.lead {
font-size: 5.8em;
line-height: 1.2;
}
.mainvisual3_form .hs-form fieldset {
  max-width: 98% !important;
  position: relative;
  margin: 5px 1%;
}
.mainvisual3_form .hs_lastname,
.mainvisual3_form .hs_company,
.mainvisual3_form .hs_email,
.mainvisual3_form .hs_phone,
.mainvisual3_form .hs_prefectures,
.mainvisual3_form .hs_md_text {
    margin-bottom: 0;
}
.mainvisual3_form .hs_company,
.mainvisual3_form .hs_phone {
  padding-left: 3%;
}
.mainvisual3_form .hs_lastname label,
.mainvisual3_form .hs_company label,
.mainvisual3_form .hs_email label,
.mainvisual3_form .hs_phone label,
.mainvisual3_form .hs_prefectures label,
.mainvisual3_form .hs_md_text label {
    color: #333;
    font-weight: normal;
    padding: 4px;
    font-size: 80%;
}
.mainvisual3_form .hs-form-field {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 18.75px;
}
.mainvisual3_form .hs-form-field label {
  font-size: 18.75px;
  width: 33%;
  text-align: left;
}
.mainvisual3_form .hs-form-field.hs_lastname label {
  width: 36%;
  font-size: 15px;
}

.mainvisual3_form .hs-form-field.hs_email label {
  width: 18%;
  font-size: 15px;
  margin-top: 5px;
}
.mainvisual3_form .hs-form-field.hs_prefectures label {
  width: 36%;
  margin-top: 5px;
}
.mainvisual3_form .hs-form-field .input {
  width: 215px;
}
.mainvisual3_form .hs-form-field input {
  padding: 0 5px;
  color: #333;
  width: 100% !important;
  background: #fff !important;
  box-sizing: border-box;
  border-radius: 0;
}

.mainvisual3_form .hs-form-field select {
  color: #333;
  width: 100% !important;
  background: #fff !important;
  font-size: 1rem;
  padding: 0;
  height: 30px;
  border-radius: 0;
}
.mainvisual3_form input[type="email"] {
  margin-bottom: 0;
}
.mainvisual3_form fieldset.form-columns-1 .mainvisual3_form .input,
.mainvisual3_form fieldset.form-columns-1 .mainvisual3_form .input {
  margin-left: 0;
  width: 79%;
}
.mainvisual3_form .hs-form-field.hs_email .input {
  color: #333;
  width: 600px;
  margin-right: 0 !important;
  background: #fff !important;
}
_:-ms-fullscreen, :root .mainvisual3_form .hs-form fieldset.form-columns-2 .hs_prefectures .input {
  margin-left: 12px;
}
_:-ms-fullscreen, :root .mainvisual3_form .hs-form-field select {
  width: 113%;
}
_:-ms-fullscreen, :root .mainvisual3_form .hs-form-field.hs_email label {
  width: 16.5%;
  margin-top: 10px;
}
_:-ms-fullscreen, :root .mainvisual3_form .hs-form-field.hs_email label.hs-error-msg {
  width: 100%;
}
_:-ms-fullscreen, :root .mainvisual3_form .hs-form fieldset.form-columns-1 .hs_email .input {
  width: 613px;
}
_:-ms-fullscreen, :root .mainvisual3_form .hs-form fieldset.form-columns-1 .hs_company .input {
  margin-left: -12px;
  width: 83%;
}
_:-ms-fullscreen, :root .mainvisual3_form .hs-form-field.hs_lastname label {
  width: 33%;
}
_:-ms-fullscreen, :root .mainvisual3_form .hs-form-field.hs_prefectures label {
  width: 29.5%;
}
_:-ms-fullscreen, :root .mainvisual3_form .hs-form input:invalid.hs-input {
  height: 30px;
}
_:-ms-fullscreen, :root .mainvisual3_form .hs-form-field.hs_email .input {
  background: none;
  
}
_:-ms-fullscreen, :root .mainvisual3_form .hs-form-field.hs_email input {
  padding: 0;
  height: 30px;
}
@supports (-ms-accelerator: true) and (color: unset) {
  .mainvisual3_form .hs-form fieldset.form-columns-2 .hs_prefectures .input {
    margin-left: 0;
  }
  .mainvisual3_form .hs-form-field select {
    width: 111%;
  }

}
@supports (-ms-ime-align: auto) and (not (-ms-accelerator: true)) and (not (-webkit-text-stroke: initial)) {
  .mainvisual3_form .hs-form fieldset.form-columns-2 .hs_prefectures .input {
    margin-left: 0;
  }
  .mainvisual3_form .hs-form-field select {
    width: 111%;
  }
  .mainvisual3_form .hs-form-field.hs_email label {
    /*font-size: 23px;*/
  }
  .mainvisual3_form .hs-form fieldset.form-columns-1 .hs_company .input {
    margin-left: -12px;
    width: 83%;
  }

}
@supports (-ms-ime-align: auto) and (-webkit-text-stroke: initial) {
  .mainvisual3_form .hs-form fieldset.form-columns-2 .hs_prefectures .input {
    margin-left: 15px;
    width: 215px;
  }
  .mainvisual3_form .hs-form-field select {
    width: 215px;
  }
  .mainvisual3_form .hs-form-field.hs_email label {
    width: 18%;
  }
  .mainvisual3_form .hs-form fieldset.form-columns-1 .hs_company .input {
    margin-left: -12px;
    width: 83%;
  }
  .mainvisual3_form .hs-form-field.hs_prefectures label {
    width: 32%;
  }
  .mainvisual3_form .hs-form-field label {
    width: 29%;
  }
  .mainvisual3_form .hs-form-field .input {
    width: 215px;
  }
  .mainvisual3_form .hs-form-field.hs_email .input {
    color: #333;
    width: 587px;
    margin-right: 0 !important;
    background: #fff !important;
  }
}
@-moz-document url-prefix() {
  .mainvisual3_form .hs-form-field .input {
    width: 215px;
  }
  .mainvisual3_form .hs-form-field select {
    width: 215px;
  }
  .mainvisual3_form .hs-form-field.hs_email label {
    width: 18%;
  }
  .mainvisual3_form .hs-form fieldset.form-columns-1 .hs_email .input{
    width: 587px;
  }
  .mainvisual3_form .hs-form fieldset.form-columns-1 .hs_company .input {
    margin-left: -15px;
    width: 84%;
  }
  .mainvisual3_form .hs-form fieldset.form-columns-1 .hs_prefectures .input {
    margin-left: -15px;
    width: 30%;
  }
  .mainvisual3_form .hs-form-field label {
    width: 29%;
  }
}
.mainvisual3_form .hs-form-required {
  display: none !important;
}
.mainvisual3_form .hs-error-msgs {
  background: #ff3271;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
  position: absolute;
  right: 40%;
  top: -190%;
  line-height: 1.5;
  z-index: 5;
}
.mainvisual3_form .hs-error-msgs.inputs-list li {
    display: list-item;
    margin: 0;
    font-size: 16px;
    color: #fff;
    font-family: 'NotoSansCJKjp-Medium';
    padding: 0;
    border-radius: 0;
    line-height: 1.2em;
}
.mainvisual3_form .hs_phone .hs-error-msgs {
  right: 80px;
  top: -260%;
}
.mainvisual3_form .hs-form-field .hs-error-msgs label {
  width: 100%;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  margin-right: 0;
  color: #fff;
}
.mainvisual3_form .hs-error-msgs::before {
  content: '';
  position: absolute;
  top: 120%;
  left: 50%;
  right: 50%;
  transform: translate(-50%,-50%);
  border-top: 30px solid #ff3271;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
}
@media (min-width: 768px) and (max-width: 815px){

  .mainvisual3_title {
    display: flex;
    flex-direction: column;
    margin: 20px auto;
  }
  .top .mainvisual3_title h1 {
    display: flex;
    justify-content: center;
    width: 100%;
    color: #000;
    margin: 0 0 10px;
  }
  .mainvisual3_title h1 span {
    font-size: 16px;
  }
  .mainvisual3_title h1 span b {
    font-size: 22px;
  }
  .mainvisual3_title h1 span em {
    font-size: 20px;
  }
  .mainvisual3_title h1 img {
    width: 120px;
    height: 40px;
  }
  .mainvisual3_form .hs-form-field.hs_email label {
    width: 16%;
  }
  .mainvisual3_form .hs-form-field.hs_email .input {
    width: 82.5%;
  }
  .top .mainvisual3_title h2 {
    width: 100%;
    padding: 0;
    font-size: 16px;
  }
  .mainvisual3 .result-cap-top {
    margin: 20px auto 30px;
    max-width: 700px;
  }
}
@media (max-width: 767px){
  #mainvisual3 {
    height: auto;
  }
  .mainvisual3_title {
    display: flex;
    flex-direction: column;
    margin: 20px auto;
  }
  .top .mainvisual3_title h1 {
    display: flex;
    justify-content: center;
    width: 100%;
    color: #000;
    margin: 0 0 10px;
  }
  .mainvisual3_title h1 span {
    font-size: 16px;
  }
  .mainvisual3_title h1 span b {
    font-size: 22px;
  }
  .mainvisual3_title h1 span em {
    font-size: 20px;
  }
  .mainvisual3_title h1 img {
    width: 120px;
    height: 40px;
  }
  .top .mainvisual3_title h2 {
    width: 100%;
    padding: 0;
    font-size: 16px;
  }
  .mainvisual3_form_title {
    font-size: 16px;
    margin: 0 0 20px;
  }
  .mainvisual3_form_title em {
    font-size: 18px;
  }
  .mainvisual3_form_title b {
    font-size: 20px;
  }
  .mainvisual3_form .hs-form-field .input {
    width: 98%;
  }
  .mainvisual3_form .hs_submit {
    width: 100%;
    margin: 10px auto 20px;
    padding: 0 3rem 0 3rem;
    line-height: 55px;
    font-size: 18px;
  }
  .mainvisual3_form input[type="submit"] {
    font-size: 20px;
  }
  .mainvisual3_form .hs_submit::before {
    top: 20px;
  }
  .mainvisual3_form {
    padding: 20px;
  }
  .mainvisual3_form .hs-form-field {
    display: block;
  }
  .mainvisual3_form .hs_company, .mainvisual3_form .hs_phone {
    padding-left: 0;
  }
  .mainvisual3_form .hs-form-field.hs_email .input {
    width: 98%;
  }
  .mainvisual3 .result-cap-top {
    padding: 10px 30px 30px;
    font-size: 11px;
  }
  .mainvisual3_form .hs-error-msgs {
  width: 100%;
  background: #ff3271;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
  position: absolute;
  right: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  top: -120%;
  }
  .mainvisual3_form .hs_phone .hs-error-msgs {
    right: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    top: 0;
  }
  .mainvisual3_form .hs-form-field .hs-error-msgs label {
    font-size: 14px;
    text-align: center;
    color: #fff;
    margin-right: 0;
  }
  .mainvisual3_form .hs-error-msgs {
    width: 100%;
    text-align: center;
    top: 0;
    right: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
  .mainvisual3_form .hs_lastname label, .mainvisual3_form .hs_company label, .mainvisual3_form .hs_email label, .mainvisual3_form .hs_phone label, .mainvisual3_form .hs_prefectures label, .mainvisual3_form .hs_md_text label {
    padding: 0;
    font-size: 80%;
  }
  .mainvisual3_form input[type="text"], .mainvisual3_form input[type="tel"], .mainvisual3_form textarea {
    margin-bottom: 10px;
    display: inline-block;
    font-size: 18px;
    height: 40px;
  }
  .mainvisual3_form input[type="email"] {
    margin-bottom: 0;
    display: inline-block;
    font-size: 18px;
    height: 40px;
  }  
  .mainvisual3_form .hs-form-field select {
    height: 40px;
    margin-bottom: 10px;
  }
  .mainvisual3_form .hs-form-field label span {
    font-size: 18px;
    font-weight: bold;
  }
}
span.sub-lead {
font-size: 0.75em;
}
span.sub-lead em {
font-style: normal;
font-size: 1.2em;
}
ul.white-box {
background: rgba(255, 255, 255, 0.6);
margin: 2.5em auto;
padding: 20px;
box-sizing: border-box;
display: flex;
justify-content: space-around;
align-items: center;
align-content: center;
width:80%;
box-shadow: 0 0 10px #c6c4c9;
}

.index02 ul.white-box {
margin: 2.5em auto 3em; 
}

li.service-name-area ul li.share-lead {
background: url(/img/top/kazari-orange.svg);
background-repeat: no-repeat;
background-size: 100% 100%;
position: relative;
text-align: center;
font-size: 2em;
line-height: 1;
font-weight: bold;
padding: 20px;
box-sizing: border-box;
width: 35%;
}
span.share-lead-text {
display: block;
font-size: 0.6em;
}
span.mini-size{
font-size: 0.5em;
}

.index02 li.service-name-area ul li.share-lead {
background: url(/img/top/kazari-orange.svg) !important;
background-repeat: no-repeat !important;
background-size: 115px 110px !important;
width: 115px !important;
height: 110px !important;
}
.index02 span.share-lead-text {
display: block;
font-size: 0.5em;
margin: 3px 0;
}
.index02 span.mini-size{
font-size: 0.3em;
}



li.service-name-area {
width: 50%;
padding: 0;
}
li.service-name-area ul {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content:space-between;
}
li.service-name-area ul li.service-name {
font-size: 1.2em;
line-height: 1.2;
padding: 0 10px;
box-sizing: border-box;
letter-spacing: 0;
width: 65%;
}
li.service-name-area ul li.service-name strong {
display: block;
font-size: 1.8em;
letter-spacing: 0;
}
li.check-box {
width: 48%;
padding: 0 15px;
box-sizing: border-box;
border-left: 1px solid #dfdfdf;
}
li.check-box ul {
display: flex;
width: 100%;
font-size: 1.3em;
line-height: 1.5;
justify-content: space-around;
flex-wrap: wrap;
}
li.check-box ul li {
width: 50%;
padding: 10px 0 10px 36px;
box-sizing: border-box;
position: relative;
}
li.check-box ul li::before {
position: absolute;
top: 13px;
left: 3px;
width: 15px;
height: 15px;
content: '';
border: 3px solid #f39800;
background: #fff;
}
li.check-box ul li span {
position: relative;
font-weight: 500;
}
li.check-box ul li span::before, li.check-box ul li span::after {
position: absolute;
content: '';
display: block;
background: #f39800;
top: 2px;
left: -16px;
height: 20px;
width: 6px;
border-radius: 10px;
transform: rotate(45deg);
}
li.check-box ul li span::after{
top: 7px;
left: -25px;
height: 15px;
transform: rotate(-45deg);
}
p.fukidashi {
text-align: center;
position: relative;
font-size: 1.3em;
font-weight: bold;
letter-spacing: 0.1em;
color: #2d98df;
display: table;
margin: 0 auto;
}
p.fukidashi::before {
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 28px;
height: 3px;
background-color: #2d98df;
-webkit-transform: rotate(60deg);
transform: rotate(60deg);
margin-left: -28px;
}
p.fukidashi::after {
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 28px;
height: 3px;
background-color: #2d98df;
-webkit-transform: rotate(-60deg);
transform: rotate(-60deg);
}
#mainvisual2 p.source {
text-align: left;
width: 96%;
margin: 10px auto;
}
.top h1 {
font-size: 155%;
text-align: center;
line-height: 150%;
margin: 20px 0px 10px;
font-weight: bold;
}
.top h2{
padding:0.8em 0;
}
.top .lead {
font-size: 100%;
text-align: center;
}

@media (max-width: 859px){
.mainvisual2 p.lead{
font-size: 4.5em;
}
ul.white-box{
width: 95%;
margin: 2em auto;
}
}
@media (max-width: 767px){
ul.white-box {
width: 80%;
margin: 2em auto;
flex-direction: column;
}
li.service-name-area, li.check-box{
width: 100%;
}
li.check-box{
border-left:0;
}
.index02 li.service-name-area ul {
  display: block;
}
.index02 li.service-name-area ul li.share-lead {
  margin: 0 auto 15px;
}
.index02 li.service-name-area ul li.service-name {
  width: 100%;
  text-align: center;
}
#container.index02 .estimate_top a {
  font-size: 140%;
}
  
}
/*----companylogo-----------------------------------------*/
@keyframes loop {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1583px 0;
  }
}
.companylogo-list {
  width: 100%;
  text-align: center;
  margin: 0 auto 40px;
  background: url(/img/top/img-scroll-logo.png) repeat-x 0 0;
  background-size: 1690px auto;
  height: 156px;
  overflow: hidden;
  animation: loop 50s linear infinite;
}
/*--------------------------------------------------------*/
/*--------------------------------------------------------
sp 640
----------------------------------------------------------*/
@media (max-width: 640px){
.mainvisual2 p.lead{
font-size: 3em;
line-height: 1.3;
}
ul.white-box {
width: 95%;
padding: 10px;
box-sizing: border-box;
}
li.service-name-area ul{
margin: 1em auto;
}
}
/*--------------------------------------------------------
sp 380
----------------------------------------------------------*/
@media (max-width: 380px){

.mainvisual2 p.lead{
font-size: 2.2em;
  line-height: 1.3;
}
li.check-box ul li{
width: 100%;
padding: 10px 5px 5px 36px;
}
li.service-name-area ul li.service-name {
font-size: 1em;
}
#mainvisual2{
height: 100%;
padding: 20px 0 0;
box-sizing:border-box;
}
.index02 .mainvisual2 {
padding-top: 0;
} 
  
}

#trouble h2 {
margin-top: 28px;
}
.top #trouble h2{
margin-top: 0;
padding: 0.8em 0.2em;
}

.top .gray {
background-color: #F5F5F5;
}
#trouble dt {
border-top: 2px solid #FFFFFF;
padding: 20px 0px 35px;
text-align: center;
background: url(/img/common/arrow-d.png) center 85% no-repeat #F5F5F5;
background-size: 19px;
font-weight: bold;
}
#trouble dt.open {
background: url(/img/common/arrow-u.png) center 85% no-repeat #F5F5F5;
background-size: 19px;
}
#trouble dt span {
color: #f39800;
}
#trouble dt .icon {
font-size: 90%;
color: #9F9F9F;
font-weight: normal;
}
#trouble dd .txt,
#trouble dt .txt {
font-size: 94%;
}
#trouble dd {
padding: 20px 0px;
text-align: center;
background-color: #eea01d;
color: #FFFFFF;
display: none;
}
#trouble dd .icon {
font-size: 90%;
color: #FFF000;
}
.detail-btn {
text-align: center;
margin-top: 15px;
font-size: 120%;
}
.detail-btn a {
background: url(/img/common/arrow.png) right center no-repeat;
background-size: 19px;
padding: 5px 25px 5px 0px;
}
.detail-btn2 {
text-align: right;
background: url(/img/common/arrow.png) right center no-repeat;
background-size: 19px;
padding: 5px 25px 5px 0px;
margin-top: 10%;
vertical-align: bottom;
font-size: 70%;
}
dd .detail-btn2 {
background: url(/img/common/arrow-r-wh.png) right center no-repeat;
background-size: 19px;
}
#trouble p.point {
text-align: center;
margin-top: 40px;
font-weight: bold;
font-size: 180%;
}
#share .arrow{
position: relative;
display: flex;
padding: 0;
color: #000000;
text-decoration: none;
font-size: 15px;
}
#share .arrow::before,
#share .arrow::after{
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto;
content: "";
}

#share h2 {
margin-top: 60px;
padding: 0.8em 0px;
}
#share .inner {
max-width: 1000px;
margin: 0px auto;
}
#share .txt {
margin: auto;
padding-top: 60px;
padding-bottom: 60px;
}

#share .lead {
font-size: 140%;
line-height: 160%;
letter-spacing: 1px;
margin-bottom: 10px;
}
@media (max-width: 767px){
.ctabox_b:last-child{
margin-top: 20px;
}
#share{
margin-bottom: 50px;
display: none;
}
#share .txt {
padding: 30px 10px;
}
#share .lead {
font-size: 120%;
}
#trouble p.point {
text-align: center;
margin-top: 40px;
font-weight: bold;
font-size: 120%;
}
}
@media (max-width: 540px){
#share .arrow::before{
left: 25%;
bottom: -115%;
box-sizing: border-box;
width: 60px;
height: 50px;
border-left: 100px solid transparent;
border-right: 100px solid transparent;
border-top: 30px solid #F5F5F5;
}
}
#division{
margin-bottom: 100px;
}
#division .arrow{
position: relative;
display: block;
padding: 0;
color: #000000;
text-decoration: none;
font-size: 15px;
}
#division .arrow2{
position: relative;
display: inline-block;
padding: 0;
color: #000000;
text-decoration: none;
font-size: 15px;
}
#division .arrow::before,
#division .arrow::after{
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto;
content: "";
}
#division .arrow2::before,
#division .arrow2::after{
position: absolute;
top: 0;
bottom: 0;
margin: auto;
content: "";
}
#division h3 {
margin: 80px auto 20px;
color: #000000;
background-color: #ffffff;
line-height: 130%;
font-size: 300%;
text-align: center;
}
#division .inner {
width: 87.5%;
max-width: 1000px;
margin: 0px auto;
line-height: 160%;
}
#division .question{
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
padding: 20px 40px;
background: #fff;
}
#division .question li{
box-sizing: border-box;
margin-right: 3%;
}
#division .question li:last-child{
width: 70%;
}
#division .question li p {
line-height: 2.0;
font-size: 120%;
}
#division .question .title{
font-size: 140%;
padding-bottom: 10px;
font-weight: bold;
color: #FDAA22;
text-align: left;
}
#division .question .sub{
margin-bottom: 3%;
font-size: 140%;
text-align: left;
padding-top: 10px;
padding-bottom: 10px;
min-height: 60px;
line-height: 130%;
}
#division .question figcaption{
font-size: 120%;
text-align: center;
}
#division .question figure img{
max-width: 180px;
}
#division .box{
display: inline-block;
font-size: 110%;
}
#division .question .txt{
margin-top: 100px;
}
#division .txtbox {
padding: 3% 3% 1%;
border: 2px solid #FDAA22;
box-sizing: border-box;
text-align: center;
background: #ffffff;
}
#division .lead {
font-size: 120%;
line-height: 160%;
letter-spacing: 1px;
margin-bottom: 20px;
}

#division .solution_box{
text-align: center;
margin-top: 50px;
padding-bottom: 80px;
}
#division .solution_txt{
font-size: 280%;
line-height: 130%;
font-weight: bold;
}
@media (min-width: 768px){
#division .arrow::before{
left: 35%;
bottom: -115%;
box-sizing: border-box;
width: 100px;
height: 100px;
border-left: 140px solid transparent;
border-right: 140px solid transparent;
border-top: 60px solid #ffffff;
}
#division .arrow2::before{
left: 40%;
bottom: -136%;
box-sizing: border-box;
width: 30px;
height: 30px;
border: 30px solid transparent;
border-top: 30px solid #FDAA22;
}
#division .arrow2::after{
left: 43.5%;
bottom: -115%;
width: 40px;
height: 20px;
border-bottom: 20px solid #FDAA22;
}
#division .box{
min-width: 270px;
}
}
@media (max-width: 767px){
#division{
margin-bottom: 50px;
display: none;
}
#division .arrow::before{
left: 33%;
bottom: -115%;
box-sizing: border-box;
width: 70px;
height: 50px;
border-left: 120px solid transparent;
border-right: 120px solid transparent;
border-top: 50px solid #ffffff;
}
#division .question .title{
line-height: 120%;
}
#division .arrow2::before{
left: 35%;
bottom: -129%;
box-sizing: border-box;
width: 30px;
height: 30px;
border: 30px solid transparent;
border-top: 30px solid #FDAA22;
}
#division .arrow2::after{
left: 40%;
bottom: -110%;
width: 40px;
height: 10px;
border-bottom: 10px solid #FDAA22;
}
}
@media (max-width: 550px){
#division .question{
display: block;
margin-top: 90px;
}
#division .question li{
width: 100%;
float: none;
margin: auto;
margin-top: 20px;
border-bottom: 1px solid #F5F5F5;
}
#division .question .title{
padding-bottom: 0;
min-height:auto;
}
#division .arrow::before{
left: 23%;
bottom: -93%;
box-sizing: border-box;
width: 60px;
height: 50px;
border-left: 100px solid transparent;
border-right: 100px solid transparent;
border-top: 30px solid #ffffff;
}
#division .arrow2{
display: inherit;
text-align: center;
}
#division .arrow2::before{
right: 35%;
bottom: -135%;
box-sizing: border-box;
width: 30px;
height: 30px;
border: 30px solid transparent;
border-top: 25px solid #FDAA22;
}
#division .arrow2::after{
right: 40%;
width: 40px;
height: 10px;
border-bottom: 10px solid #FDAA22;
bottom: -115%;
}
#division .question .txt{
margin-top: 70px;
}
#division .question .sub{
min-height: auto;
}
#division .inner{
margin: -50px auto 0px;
}
#division .solution_txt{
padding-bottom: 20px;
}
#division .box{
display: inherit;
}
}
#device {
padding-top: 30px;
margin-top: -100px;
background-color: #F5F5F5;
}
#device .arrow{
position: relative;
display: flex;
padding: 0;
color: #000000;
text-decoration: none;
font-size: 15px;
}
#device .arrow2{
display: unset;
padding: 0;
color: #ffffff;
text-decoration: none;
text-align: center;
width: 100%;
margin-top: 3%;
}
#device .arrow::before,
#device .arrow::after{
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto;
content: "";
}
#device .arrow2::before,
#device .arrow2::after{
top: 0;
bottom: 0;
margin: auto;
content: "";
}
#device h3 {
margin: 80px auto 20px;
color: #000000;
background-color: #F5F5F5;
line-height: 130%;
font-size: 300%;
text-align: center;
}
#device .inner {
width: 87.5%;
max-width: 1000px;
margin: 0px auto;
line-height: 140%;
}
#device ul{
display: flex;
text-align: center;
}
#device li{
box-sizing: border-box;
line-height: 1.5;
margin: auto;
}
#device .title{
margin-bottom: 3%;
font-size: 140%;
color: #FDAA22;
padding-bottom: 10px;
font-weight: bold;
white-space: nowrap;
}

#device img{
width: 100%;
text-align: center;
margin: auto;
}
#device li p{
text-align: left;
font-size: 16px;
padding-top: 25px;
}
#device figcaption{
margin-top: 2%;
min-height: 60px;
margin-bottom: 5%;
}
#device .txtbox {
padding: 3% 3% 1%;
border: 2px solid #FDAA22;
box-sizing: border-box;
text-align: center;
background: #ffffff;
margin-bottom: 80px;
}
#device .txt {
margin: auto;
padding-top: 60px;
padding-bottom: 60px;
}
#device .lead {
font-size: 140%;
line-height: 160%;
letter-spacing: 1px;
margin-bottom: 20px;
}
#device ul {
display: flex;
justify-content: space-between;
align-items: center;
background: #fff;
padding: 20px 30px;
margin-bottom: 20px;
}
#device ul li:first-child {
width:15%;
}
#device ul li:nth-child(3) {
width:15%;
}
#device ul li:nth-child(2n) {
width:30%;
}
#device ul li figure {
margin: 0;
}
#device ul li img {
margin: 0;
width: 90%;
}
#device ul li {
position: relative;
margin: 0;
}
#device ul li:nth-child(2)::after {
content: "";
position: absolute;
margin:0 15px;
right: -60px;
top: 30%;
box-sizing: border-box;
width: 20px;
height: 20px;
border: 20px solid transparent;
border-left: 20px solid #ccc;
}
#device .arrow2 p {
color: #ffffff;
font-size: 200%;
font-weight: bold;
margin: -3% auto;
}
#device .device_box {
margin-top: -100px;
}
@media (min-width: 768px){
#device .arrow::before{
left: 40%;
bottom: -105%;
box-sizing: border-box;
width: 100px;
height: 100px;
border-left: 140px solid transparent;
border-right: 140px solid transparent;
border-top: 60px solid #F5F5F5;
}
#device .arrow2::after{
display: block;
box-sizing: border-box;
width: 100px;
height: 30px;
border: 100px solid transparent;
border-top: 70px solid #FDAA22;
}
}
@media (max-width: 767px){
#device{
margin-bottom: 50px;
display: none;
}
#device .arrow::before{
left: 33%;
bottom: -115%;
box-sizing: border-box;
width: 70px;
height: 50px;
border-left: 120px solid transparent;
border-right: 120px solid transparent;
border-top: 50px solid #F5F5F5;
}
#device .txt {
padding: 30px 10px;
}
#device .lead {
font-size: 120%;
}
#device .arrow::before{
left: 40%;
bottom: -105%;
box-sizing: border-box;
width: 100px;
height: 100px;
border-left: 140px solid transparent;
border-right: 140px solid transparent;
border-top: 60px solid #F5F5F5;
}
#device .arrow2::after{
display: block;
box-sizing: border-box;
width: 100px;
height: 30px;
border: 100px solid transparent;
border-top: 70px solid #FDAA22;
}
}
@media (max-width: 540px){
#device .arrow::before{
left: 25%;
bottom: -102%;
box-sizing: border-box;
width: 60px;
height: 50px;
border-left: 100px solid transparent;
border-right: 100px solid transparent;
border-top: 30px solid #F5F5F5;
}
#device .arrow2{
position: relative;
}
#device .arrow2::before,
#device .arrow2::after{
position: absolute;
}
#device .arrow2::after{
display: none;
}
#device .arrow2::before{
display: block;
box-sizing: border-box;
width: 100px;
height: 30px;
border: 100px solid transparent;
border-top: 70px solid #FDAA22;
bottom: -200px;
left: 80px;
}
#device .arrow2 p{
margin: 26px auto;
}
#device h3{
margin: 50px auto 20px;
}
#device ul{
display: inline-block;
}
#device li{
width: 100%;
}
#device .device_box li{
border-bottom: 1px solid #FFF;
padding-bottom: 30px;
margin-bottom: 30px;
}
#device figcaption{
border-bottom: 1px solid #FFF;
padding-bottom: 30px;
}
#device .device_box{
margin-top: 50px;
}
#device .txtbox{
margin-bottom: 50px;
}
}
#voice {
margin-top: 35px;
}
#voice .shoulder {
text-align: center;
font-size: 230%;
line-height: normal;
color: #f39800;
margin-bottom: 20px;
}
#voice .shoulder sub{
font-size: 50%;
}
#voice .shoulder_2 {
text-align: center;
font-size: 230%;
line-height: normal;
margin: 20px auto 0;
font-weight: bold;
}
#voice h2 {
margin-top: 0px;
}
#voice .inner {
width: 87.5%;	
margin: 0px auto;
}
#voice li {
padding-top: 30px;
}
#voice .category {
font-size: 90%;
text-align: center;
background-color: #F39800;
color: #FFFFFF;
width: 35%;
margin: 0px auto 10px;
line-height: 180%;
border-radius: 3px;
}
#voice h3 {
font-size: 160%;
text-align: center;
color: #F39800;
margin-bottom: 15px;
font-weight: bold;
box-sizing: border-box;
}
#voice .client-name {
text-align: center;
background-color: #F39800;
color: #FFFFFF;
padding: 10px;
}
#voice .client-name span {
background: url(/img/common/arrow-wh.png) right 45% no-repeat;
background-size: 12px;
display: inline-block;
font-size: 90%;
padding-right: 18px;
}
#voice .comment {
background-color: #F5F5F5;
padding: 12px;
}
#customer {
margin-top: 30px;
/*	background-color: #F5F5F5;*/
}
#customer h3 {
font-weight: bold;
text-decoration: none;
font-size: 130%;
letter-spacing: 1px;
text-align: center;
background-color: #FFFFFF;
padding: 0px 0px 15px;
}
#customer .inner {
width: 87.5%;	
margin: 0px auto;
}
#customer #slide-div a img{
display: inherit;
width: 100%;
}
#customer li {
width: 33.33%;
float: left;
box-sizing: border-box;
border: 1px solid #f1f1f1;
}
#container .estimate {
width: 87.5%;
margin: 18px auto 0px;
}
#container .trial {
/* width: 87.5%; */
margin: 0 auto;
}
@media (max-width: 767px) {
#container .trial {
/* width: 87.5%; */
margin: 0 auto;
padding-bottom: 30px;
}
#container .estimate {
width: 87.5%;
margin: 50px auto 30px;
}
#container .estimate_top {
margin: 10px auto 30px;
}
#mainvisual .ctabox_b .estimate__bluebtn .estimate__balloon {
content: "";
position: absolute;
display: inline-block;
padding: 10px;
letter-spacing: 0;
line-height: 1;
background: #fff;
border-radius: 20px;
color: #2d98df;
top: -45px;
left: 10px;
}
#voice .shoulder {
text-align: center;
font-size: 150%;
font-weight: bold;
line-height: normal;
color: #f39800;
margin-bottom: 0;
}
#voice .shoulder_2 {
text-align: center;
font-size: 140%;
line-height: normal;
margin: 20px auto 0;
font-weight: bold;
}
#customer {
display: none;
}
}
#container .request {
width: 87.5%;
margin: 0 auto;
}
@media (max-width: 767px) {
#container .request {
width: 87.5%;
margin: 0 auto;
padding-bottom: 30px;
}
}
#container .estimate a {
display: block;
float: none;
max-width: none;
line-height: 200%;/*300%;*/
margin: 0px auto;
text-align: center;
color: #FFFFFF;
font-size: 180%;/*110%;*/
font-weight: bold;
background-color: #F39800;
box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
}
#container .estimate__bluebtn a {
display: block;
float: none;
max-width: none;
line-height: 300%;
margin: 0px auto;
text-align: center;
color: #FFFFFF;
font-size: 110%;
font-weight: bold;
background-color: #2d98df;
border-radius: 10px;
box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
}
#container .estimate_top a {
margin: 0px auto;
background-color: #2d98df;
border-radius: 10px;
padding: 10px;
box-sizing: border-box;
}
#container .estimate_txt {
font-size: 20px;
margin: 0 auto 15px auto;
text-align: center;
font-weight: bold;
padding-top: 20px;
}
#top_useful {
margin-top: 50px;
}
#top_useful h2 {
margin-top: 0px;
padding: 0.8em 0px;
letter-spacing: 2px;
}
@media (min-width: 767px) {
#top_useful .inner {
width: auto;
max-width: 1000px;
margin: 0px auto;
}
}
#top_useful .movie_btn img{
display: block;
margin: 30px auto 0;
max-width: 650px;
transition: .2s;
}
#top_useful .movie_btn img:hover{
opacity: .7;
}
#top_useful .table_wrap {
display: flex;
justify-content: center;
}
#top_useful .table_wrap {
display: flex;
justify-content: center;
margin: 50px auto 0;
}
#top_useful .table_wrap dl {
width: 50%;
}
#top_useful .table_wrap dl:nth-child(2) dt {
text-align: center;
color: #0d5889;
font-size:24px;
padding-bottom: 10px;
border-bottom: 7px solid #0d5889;
}
#top_useful .table_wrap dl:first-child dt {
text-align: center;
color: #0d5889;
font-size:24px;
padding-bottom: 10px;
border-bottom: 7px solid #0d5889;
}
#top_useful .table_wrap dl:nth-child(2) dt {
text-align: center;
color: #9b6202;
font-size:24px;
padding-bottom: 10px;
border-bottom: 7px solid #9b6202;
}
#top_useful .table_wrap dd {
display: flex;
justify-content: center;
width: 100%;
margin: 0 auto;
}
#top_useful .table_wrap dd ul{
width: 100%;
margin: 0;
padding: 0;
}
#top_useful .table_wrap dd ul li{
padding: 4px 2px;
}
#top_useful .table_wrap dl:first-child dd ul li {
background: #e5f1f9;
height: 100%;
}
#top_useful .table_wrap dl:first-child dd ul:nth-child(2) li {
background: #d4e9f6;
height: 100%;
}
#top_useful .table_wrap dl:nth-child(2) dd ul li {
background: #fff3de;
height: 100%;
}
#top_useful .table_wrap dl:nth-child(2) dd ul:nth-child(2) li {
background: #fae5c3;
height: 100%;
}
#top_useful .table_wrap h3 {
position: relative;
display: inline-block;
margin: 0 0 1.5em;
padding: 20px 0px;
width: 100%;
color: #555;
font-size: 17px;
background: #1c79b7;
text-align: center;
}
#top_useful .table_wrap h3:before{
content: "";
position: absolute;
top: 100%;
left: 50%;
margin-left: -15px;
border: 15px solid transparent;
border-top: 15px solid #1c79b7;
}
#top_useful .table_wrap h3 span{
margin: 0;
padding: 0;
color:#fff;
}
#top_useful .table_wrap dl:nth-child(2) h3 {
position: relative;
display: inline-block;
margin: 0 0 1.5em;
padding: 20px 0px;
width: 100%;
color: #555;
font-size: 17px;
background: #c77d02;
text-align: center;
}
#top_useful .table_wrap dl:nth-child(2) h3:before{
content: "";
position: absolute;
top: 100%;
left: 50%;
margin-left: -15px;
border: 15px solid transparent;
border-top: 15px solid #c77d02;
}
#top_useful .table_wrap ul li .table_cont {
padding: 0 12px 20px;
}
#top_useful .table_wrap ul li .table_cont img {
max-width: 150px;
margin: 0 auto 10px;
}
#top_useful .table_wrap ul li .table_cont h4{
color:#145c8b;
text-align: center;
padding: 0 0 15px;
border-bottom: double 3px #145c8b;
font-size: 16px;
margin:15px auto;
}
#top_useful .table_wrap dl:nth-child(2) dd ul:nth-child(2) li .second
{
margin: 60px 0 71px;
}
#top_useful .table_wrap ul li .table_cont .square_btn{
display: inline-block;
width: 83%;
margin: 20px auto;
padding: 1em 1em;
text-decoration: none;
background: #2d98df;
color: #FFF;
box-shadow: 1px 1px 4px grey;
font-size: 16px;
}
#top_useful .table_wrap ul li .table_cont form .hs_submit input{
display: inline-block;
width: 98%;
margin: 10px auto 0 auto;
padding: 1em 1em;
text-decoration: none;
background: #2d98df;
color: #FFF;
box-shadow: 1px 1px 4px grey;
font-size: 16px;
position: relative;
}
#top_useful .table_wrap ul li .table_cont form .hs_submit input[type="submit"]:focus{
background: #2d98df;
}
#top_useful .table_wrap ul li .table_cont form .hs_submit input[type="submit"]:hover{
background: #2d98df;
opacity: 0.5;
}
#top_useful .table_wrap dl:nth-child(2) ul li .table_cont .square_btn{
display: inline-block;
width: 83%;
margin: 10px auto;
padding: 1em 1em;
text-decoration: none;
background: #f39800;
color: #FFF;
box-shadow: 1px 1px 4px grey;
font-size: 16px;
}
#top_useful .table_wrap ul li .table_cont .square_btn {
position: relative;
}
#top_useful .table_wrap ul li .table_cont .square_btn::after{
content: "";
display: inline-block;
position: absolute;
right: 20px;
width: 19px;
height: 19px;
vertical-align: middle;
background: url(/img/top/btn_arrow.png) right center no-repeat;
background-size: 19px 19px;
margin-left: 5px;
}
#top_useful .table_wrap ul li .table_cont .square_btn:hover {
opacity: 0.5;
}
#top_useful .table_wrap .small_txt {
font-size: 10px !important;
line-height: 1.4 !important;
}
#top_useful .table_wrap .small_txt a {
color: #2d98df;
text-decoration: underline;
}
#top_useful .table_wrap .doc_cont {
justify-content: center;
display: flex;
margin-bottom: 15px;
}
#top_useful .table_wrap ul li .table_cont .doc_cont img{
max-width: 55px;
height: auto;
margin-right: 10px;
}
#top_useful .doc_wrap {
background: #fff;
border: solid 10px #c9c9c9;
padding: 30px 30px;
margin-top: 8px;
}
#top_useful .doc_wrap h3{
color:#2d98df;
text-align: center;
font-size: 28px;
margin-bottom: 40px;
}
#top_useful .doc_wrap p{
color:#565656;
font-size: 18px;
}
#top_useful .doc_wrap p span{
border-bottom: 1px solid #565656; 
display: block;
padding: 0 0 10px;
margin: 10px 0;
}

#top_useful .doc_wrap .btn_area{
justify-content: center;
display: flex;
}
#top_useful .doc_wrap .btn_area a {
display: block;
max-width: 350px;
margin: 0px 0 0 30px;
text-align: center;
color: #FFFFFF;
font-size: 25px;
font-weight: bold;
background-color: #2d98df;
box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
padding: 30px 80px;
}
#top_useful .doc_wrap .btn_area a:hover {
opacity: 0.5;
}
#top_useful .spaceex{
padding-bottom:419px;
}
@media (max-width: 768px) {
#top_useful .table_wrap {
display: block;
justify-content: center;
margin: 30px auto 0;
}
#top_useful .table_wrap dl {
width: 100%;
margin-top: 50px;
}
#top_useful .table_wrap dd {
display: block;
justify-content: center;
width: 100%;
margin: 0 auto;
}
#top_useful .table_wrap dd ul {
width: 100%;
margin: 0;
padding: 0;
}
#top_useful .table_wrap ul li .table_cont .square_btn {
display: inline-block;
width: 88%;
margin: 20px auto;
padding: 1em 1em;
text-decoration: none;
background: #2d98df;
color: #FFF;
box-shadow: 1px 1px 4px grey;
font-size: 16px;
}
#top_useful .table_wrap dl:nth-child(2) ul li .table_cont .square_btn {
display: inline-block;
width: 88%;
margin: 10px auto;
padding: 1em 1em;
text-decoration: none;
background: #f39800;
color: #FFF;
box-shadow: 1px 1px 4px grey;
font-size: 16px;
}
#top_useful .table_wrap .doc_cont {
justify-content: center;
display: flex;
margin-bottom: 0;
}
#top_useful .table_wrap dl:nth-child(2) dd ul:nth-child(2) li .second {
margin: 0px 0 20px;
}
#top_useful .doc_wrap .btn_area {
justify-content: center;
display: block;
}
#top_useful .doc_wrap .btn_area a {
display: block;
max-width: 350px;
margin: 10px auto;
text-align: center;
color: #FFFFFF;
font-size: 20px;
font-weight: bold;
background-color: #2d98df;
box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
padding: 15px 15px;
}
#top_useful .doc_wrap h3 {
color: #2d98df;
text-align: left;
font-size: 20px;
line-height: 1.1;
margin-bottom: 10px;
}
#top_useful .doc_wrap p {
color: #565656;
font-size: 14px;
}
#top_useful .doc_wrap {
background: #fff;
border: solid 10px #c9c9c9;
padding: 20px;
margin-top: 0;
}
#top_useful .spaceex{
padding-bottom:0;
}
}
@media (min-width: 768px) and (max-width:1023px) {
#top_useful .table_wrap ul li .table_cont .doc_cont img {
max-width: 55px;
height: auto;
margin: 0 0 20px 0;
}
#top_useful .table_wrap .doc_cont {
justify-content: start;
display: flex;
margin: 0 auto;
width: 80%;
}
#top_useful .table_wrap ul li .table_cont .square_btn {
display: inline-block;
width: 88%;
margin: 20px auto;
padding: 1em 1em;
text-decoration: none;
background: #2d98df;
color: #FFF;
box-shadow: 1px 1px 4px grey;
font-size: 16px;
}
#top_useful .table_wrap dl:nth-child(2) ul li .table_cont .square_btn {
display: inline-block;
width: 88%;
margin: 10px auto;
padding: 1em 1em;
text-decoration: none;
background: #f39800;
color: #FFF;
box-shadow: 1px 1px 4px grey;
font-size: 16px;
}
#top_useful .table_wrap dd {
display: flex;
justify-content: center;
width: 100%;
margin: 0 auto;
}
#top_useful .doc_wrap {
background: #fff;
border: solid 10px #c9c9c9;
padding: 20px;
margin-top: 8px;
}
#top_useful .spaceex{
height: 100%;
}
}
/* =================================================
* for HubSpot style
* ================================================*/
#contact h2 {
margin-top: 0px;
letter-spacing: 2px;
padding: 0.8em 0px;
}


#info {
margin-top: 35px;
}

#info h2 {
margin-top: 0px;
letter-spacing: 2px;
}

#info .inner {
width: 87.5%;	
margin: 0px auto;
padding-bottom: 20px;
}

#info dt {
padding-top: 20px;
}

@keyframes campaign-bg {
0% {
background-position: 0% 50%
}
50% {
background-position: 100% 50%
}
100% {
background-position: 0% 50%
}
}
/* smartphone */
@media (max-width: 767px) {
#voice .gray {
background-color: #FFFFFF;
}
#customer {
background-color: #FFFFFF;
}
}
/* pc */
@media (min-width: 768px) {
#topics {
background-color: rgba(0, 0, 0, 0.8);
width: 450px;
position: absolute;
top: 0px;
right: 0px;
padding: 25px 15px;
z-index: 20;
border-bottom-left-radius: 10px;
}
#topics h2 {
font-size: 150%;
width: 20%;
text-align: center;
letter-spacing: 0px;
}
#mainvisual .source, .source {
text-align: center;
}

.top h1 {
font-size: 260%;
margin: 40px 0px 25px;
font-weight: normal;
}
.top .lead {
font-size: 500%;/*140%;*/
line-height: 160%;
letter-spacing: 1px;
}
#trouble h2 {
margin-top: 60px;
padding: 0.8em 0px;
}
.top #trouble h2{
margin-top: 0;
}
#trouble .inner {
max-width: 1000px;
margin: 0px auto;
}
#trouble dl {
position: relative;
}
#trouble dt {
border: 1px solid #FFFFFF;
padding: 55px 20px 0px;
background: none #F5F5F5;
width: 33.33%;
float: left;
box-sizing: border-box;
height: 190px;
font-size: 140%;
line-height: 150%;
}
#trouble dt .icon {
font-size: 90%;
margin-bottom: 10px;
}
#trouble dd {
border: 1px solid #FFFFFF;
padding: 55px 20px 0px;
width: 33.33%;
box-sizing: border-box;
height: 190px;
float: left;
font-size: 140%;
line-height: 150%;
position: absolute;
}
#trouble dd .icon {
font-size: 90%;
margin-bottom: 10px;
}
#trouble dd:nth-of-type(1) { top: 0px; left: 0px; }
#trouble dd:nth-of-type(2) { top: 0px; left: 33.33%; }
#trouble dd:nth-of-type(3) { top: 0px; left: 66.66%; }
#trouble dd:nth-of-type(4) { top: 190px; left: 0px; }
#trouble dd:nth-of-type(5) { top: 190px; left: 33.33%; }
#trouble dd:nth-of-type(6) { top: 190px; left: 66.66%; }
.detail-btn {
margin-top: 32px;
font-size: 120%;
letter-spacing: 1px;
}
.detail-btn a {
background-size: 24px;
padding-right: 35px;
}
#voice {
margin-top: 50px;
}

#voice h2 {
margin-top: 0px;
padding: 0.8em 0px;
}
#voice .inner {
width: auto;
max-width: 1000px;
margin: 0px auto;
}
#voice li {
width: 33.33%;
float: left;
box-sizing: border-box;
padding-top: 0px;
}
#voice li:nth-child(1) {
border-left: 2px solid #F5F5F5;
}
#voice li:nth-child(2) {
border-left: 1px solid #FFFFFF;
border-right: 1px solid #FFFFFF;
}
#voice li:nth-child(3) {
border-right: 2px solid #F5F5F5;
}
#voice li a {
display: block;
padding-top: 36px;
}
#voice .category {
width: 42%;
margin: 0px auto 18px;
}
#voice h3 {
margin-bottom: 40px;
font-weight: bold;
}
#voice .client-name {
padding: 12px;
}
#voice .client-name span {
background-size: 15px;
padding-right: 22px;
}
#customer h3 {
font-size: 150%;
letter-spacing: 2px;
padding: 25px 0px;
}
#customer .inner {
width: auto;
max-width: 1000px;
margin: 0px auto;
}
#customer li {
width: 16.66%;
}
#container .estimate {
max-width: 370px;
margin: 30px auto 30px;
}
#container.solution6 .estimate {
max-width: 370px;
margin: 0 auto;
padding-bottom: 50px;
}
#container .trial {
/* max-width: 370px; */
margin: 0 auto;
padding: 0;
}
#container .trial_btn {
max-width: 370px;
margin: 0 auto;
padding: 0 0 100px;
}
#container.solution6 .trial_btn {
max-width: 370px;
margin: 0 auto;
padding: 0 0 100px;
}
#container .request {
max-width: 370px;
margin: 0 auto;
padding: 0 0 30px 0;
}
#container .estimate a {
font-size: 150%;
letter-spacing: 1px;
box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
}
#info {
margin-top: 0;
}
#info h2 {
	margin-top: 0px;
	letter-spacing: 5px;
    padding: 0.8em 0px;
}

#info .inner {
	width: auto;
	max-width: 850px;
	margin: 0px auto;
	padding: 25px 0px;
}

#info .info_list {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #dedede;
}  
  
#info .info_list:last-child {
  margin-bottom: 0;
}  
  
#info .info_list dt {
	padding: 0 0 5px 0;
}

#info .info_list dd {
  font-size : 105%;
  font-weight: bold;
}  
  
#info .info_list dd:hover {
  color: #f39800;
}  
  
#info .detail-btn {
  margin-bottom: 40px;
}
  
#info .info_list dd a:after {
  content: "＞";
  color: #f39800;
  display: inline-block;
  margin-left: 0.5em;
  font-weight: bold;
}
}
@media (max-width: 767px) {

#info {
  margin-top: 0;
}  
#voice h3{
background: #f5f5f5;
padding: 0 0 20px 0;
}
}
/* tab */
@media (min-width: 768px) and (max-width: 1200px) {
#topics {
width: 29%;
padding: 20px 15px 20px 20px;
}
#topics h2 {
display: block;
width: auto;
text-align: left;
margin-bottom: 5px;
}
#topics p {
display: block;
width: auto;
}
}