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


/* 1260px以下
-------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1260px) {



.top_main dl dt {
    font-size: 4rem;
}
section.works h2 {
    padding: 4% 4% 4% 0;
    font-size: 4rem;
    width: 200px;
}

section.works div.works_area {
    width: calc(100% - (200px + 4%));
}

}
/* タブレット
-------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 980px) {
  /* トップページ
------------------------------------------------- */

canvas{
  display:block;
  margin-top: 150px;
  width: 100%;
  overflow: hidden;
}

#canbus{
    position: absolute;
    top: 17%;
    left: 20%;
}
#bus{
    top: 0;
    left: 0;
    width: 150px;
}
#tire01{
    top: 85px;
    left: 28px;
    width: 30px;
}
#tire02{
    top: 80px;
    left: 95px;
    width: 30px;
}


.top_main .txt_area{
    padding: 0 4% 10px;
}
.top_main dl dt {
    font-size: 3rem;
}
.top_main dl dd {
    font-size: 2rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 30px;
}
.top_main h1 {
    font-size: 1.4rem;
}

.top_main h2 {
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
        position: absolute;
    bottom: 20%;
left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    background-color: rgba(255,255,255,0.5);
    padding: 30px 50px;
    border-radius: 100px;
}




  section.service h2 {
    font-size: 3rem;
    margin: 4% auto 20px;
  }
  section.service h2 span {
    font-size: 1.4rem;
  }
  section.service p{
      margin: 0 4%;
  }
  ol.service_list:after {
    content: "";
    display: block;
    width: 48%;
    height: 0;
  }
  ol.service_list li {
    width: 48%;
    margin-bottom: 30px;
  }
  ol.service_list li span {
    font-size: 2rem;
  }
  ol.service_list li dt {
    font-size: 2rem;
  }
  ol.service_list li dd {
    font-size: 1.4rem;
  }
  ul.btn {
    list-style: none;
    text-align: center;
    margin-bottom: 100px;
  }
  ul.btn li {
    max-width: 300px;
  }
  ul.advantage li strong {
    font-size: 2rem;
    margin-bottom: 10px;
  }

  
  /* TOP実績
------------------------------------------------- */
  section.works{
    padding: 4%;
    flex-direction: column;
}
  section.works h2 {
    font-size: 3rem;
    text-align: center;
    padding: 0;
    width: auto;
    margin-top: 4%;
  }
  section.works h2 span {
    font-size: 1.4rem;
  }
section.works div.works_area {
    width: auto;
}


  /* お知らせ
------------------------------------------------- */
  section.information h2 {
    font-size: 2rem;
  }
  section.information h2 span {
    font-size: 1.4rem;
  }
  section.information dl {
    font-size: 1.4rem;
  }
  section.information dl dt {
    width: 90px;
    margin-right: 40px;
  }
  /* 中ページ
------------------------------------------------- */
  /* 私たちについて
------------------------------------------------- */
  h1.ttl {
    padding: 50px 4%;
    font-size: 3rem;
  }
  h1.ttl span {
    font-size: 1.4rem;
  }
  h2.ttl {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  h2.ttl span {
    font-size: 1.4rem;
  }
  .contents_in h2 {
    font-size: 2rem;
    font-weight: 600;
  }
  .contents_in h3 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 50px;
  }
  .contents_in h4 {
    font-size: 1.6rem;
  }
  .contents_in p.text {
    line-height: 2;
    margin-bottom: 40px;
  }
  article {
    margin-bottom: 100px;
  }
  .member {
    display: flex;
    margin-bottom: 100px;
  }
  .member div {
    margin-left: 30px;
    font-size: 1.4rem;
    width: calc(100% - 180px);
  }
  table.company td, table.company th {
    padding: 20px 0;
  }
  table.company th {
    color: #999;
    font-weight: 500;
    width: 120px
  }
  table.company td ol {
    font-size: 1.4rem;
  }
  /* サービス一覧
------------------------------------------------- */
  ol.service_list_in li {
    width: 48%;
    margin-bottom: 30px;
    padding: 30px 25px;
  }
  ol.service_list_in li.box1 {
    width: 80%;
    margin: 0 auto 20px;
  }
  ol.service_list_in li span {
    font-size: 2rem;
  }
  ol.service_list_in li dt {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  ol.service_list_in li dd {
    font-size: 1.4rem;
  }
  ul.template2box li {
    font-size: 1.4rem;
    padding: 0 0;
  }
  ul.template2box li img {
    margin: 0 auto 10px;
  }
  .contents_in ul.template2box li h3 {
    font-size: 1.6rem;
  }
  .contents_in ul.template2box li h3 span {
    font-size: 1.4rem;
  }
  .tbl tr th {
    font-size: 2rem;
  }
  .tbl_dtl {
    font-size: 1.4rem;
  }
  dl.price {
    font-size: 2rem;
  }
  .stg {
    font-size: 2rem;
  }
  ul.want li {
    width: 25%;
    margin: 0px 3% 40px;
    font-size: 1.4rem;
    padding: 15px;
  }
  .report div ul li {
    font-size: 1.4rem;
  }
  /* 制作の流れ
------------------------------------------------- */
  .flow_payment p span {
    font-size: 1.4rem;
  }
  .flow_step dl dt {
    font-size: 1.4rem;
  }
  .flow_step dl dt span.number {
    font-size: 1.4rem;
  }
  .flow_step dl dd {
    padding: 0 0 0 30px;
  }
  /* よくある質問
------------------------------------------------- */
  dl.qa dt {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  dl.qa dd {
    padding-left: 1.4em;
  }
  /* お問い合わせページ
------------------------------------------------- */
  dl.contact_form dt {
    width: 230px;
  }
  dl.contact_form dd {
    width: calc(100% - 230px);
  }
}

 /* 768px
-------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {

canvas{
  display:block;
  margin-top: 100px;
  width: 100%;
  overflow: hidden;
}
#canbus{
    position: absolute;
    top: -3%;
    left: 15%;
}
.top_main dl dt {
    font-size: 2.6rem;
}
.top_main dl dd {
    font-size: 1.6rem;
    margin-bottom: 20px;
}
.contents_in {
    padding: 50px 4% 0 4%;
}
.contents_in h2 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 30px;
}

ul.advantage{
    flex-direction: column;
}
ul.advantage li{
    margin: 20px 0;
    padding: 4% 4%;
    width: auto;
}
ul.advantage li span {
    font-size: 4rem;
    top: -20px;
}
ol.service_list {
    flex-direction: column;
}
ol.service_list li {
    width: auto;
    margin-bottom: 30px;
}
ol.service_list_in {
    flex-direction: column;
}
ol.service_list_in li {
    width: auto;
    margin-bottom: 30px;
}

ul.btn li a {
    padding: 15px;
    font-size: 1.6rem;
}
section.information dl {
    flex-direction: column;
    margin-bottom: 50px;
}
section.information dl dt {
    width: auto;
    margin: 0 0 10px;
}
section.information dl dd {
    width: auto;
    line-height: 1.8;
}
section.information h2 {
    margin-bottom: 20px;
}

footer ul {
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 0;
}
footer ul li{
    margin-bottom: 10px;
}
h1.ttl {
    padding: 30px 4%;
    font-size: 2.4rem;
}

.contents_in p.text {
    margin-bottom: 20px;
}
.member {
    flex-direction: column;
    margin-bottom: 70px;
}
.member div {
    margin: 20px 0 0;
    font-size: 1.4rem;
    width: auto;
}
.member img{
    width: 100%;
    height: auto;
}
.contents_in p {
    margin-bottom: 15px;
}
article{
    margin-bottom: 70px;
}
dl.greeting dt {
    margin-bottom: 10px;
}
dl.greeting dd {
    font-size: 1.4rem;
    margin-bottom: 15px;
}
table.company th {
    width: auto;
    display: block;
    padding: 10px 0;
}
table.company td {
    padding: 0 0 20px;
    display: block;
}
dl.profile {
    margin-bottom: 15px;
}
h2.ttl {
    margin-bottom: 0;
    padding: 20px 4%;
}

  .contents_in h3 {
    margin-bottom: 20px;
  }
.tbl td,
.tbl th{
    padding: 15px 10px;
}

ol.service_list_in li.box1 {
    width: 100%;
}
ul.want li {
    width: 44%;
    margin: 0px 3% 20px;
    font-size: 1.4rem;
    padding: 15px;
}
ul.template2box {
    flex-direction: column;
    margin-top: 40px;
}
ul.template2box li {
    width: auto;
    font-size: 1.4rem;
    padding: 0 0;
    margin-bottom: 70px;
}
dl.price {
    font-size: 1.6rem;
}

.tbl_dtl tr th.w200 {
    width: auto;
}
.tbl_dtl tr th {
    padding: 15px 10px;
    display: block;
    border-bottom: none;
}
.tbl_dtl tr td {
    padding: 15px 10px;
    display: block;
}

    /* 集客表
------------------------------------------------- */
    .tbl_dtl thead {
        display: none;
    }
    .tbl_dtl tr {
        display: block;
        margin-bottom: 40px;
    }
    .tbl_dtl tr:last-child {
        display: block;
        margin-bottom: 0;
    }

    .tbl_dtl td:before {
        background-color: #83dfed;
        color: #1e598f;
        display: block;
        padding: 10px;
        margin: -15px -10px 15px -10px;
    }
    .tbl_dtl td:nth-child(2):before {
        content: "メリット";
        font-weight: bold;
    }
    .tbl_dtl td:nth-child(3):before {
        content: "デメリット";
        font-weight: bold;
    }
    
    
    
    

.report {
    flex-direction: column;
}
.report picture {
    width: 100%;
    margin-bottom: 10px;
}
.report div {
    width: 100%;
}
.contents_in h5 {
    color: #42bfec;
}
.works_wrap {
    flex-direction: column;
}
.works_wrap div {
    width: 100%;
    margin-bottom: 50px;
}
.works_dtl {
    border-collapse: collapse;
    margin: 50px 0 70px;
}
.works_dtl th {
    width: auto;
    display: block;
    padding: 5px 0;
}
.works_dtl td {
    display: block;
    padding: 0 0 30px;
}
.flow_step dl dt {
    display: block;
    width: auto;
    padding: 15px 10px;
}
.flow_step dl dd {
    display: block;
    width: auto;
    padding: 15px 10px;
}
.flow_payment p {
-webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
white-space: nowrap
}
.flow_payment p span {
    display: inline-block;
}
.flow_wrap {
    margin-bottom: 70px;
}
dl.contact_form {
    margin: 30px auto 0;
    flex-direction: column;
}
dl.contact_form dt {
    width: 100%;
}
dl.contact_form dd {
    width: 100%;
    padding: 10px 0 20px 0;
}

dl.contact_form dt {
    padding: 0;
}
input.button {
    padding: 15px 20px;
}


}