/* -----リスト 3カラム----- */
ul.list-3-column, ol.list-3-column, ul.list-2-column, ul.list-4-column, ol.list-4-column, ul.list-5-column, ul.list-6-column {
  letter-spacing: -.4em;
  text-align: center;
}

ul.list-3-column li, ol.list-3-column li, ul.list-2-column li, ul.list-4-column li, ol.list-4-column li, ul.list-5-column li, ul.list-6-column li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
}

ul.list-3-column li, ol.list-3-column li {
  width: 31%;
  margin-left: 3.5%;
  margin-bottom: 3.5%;
}

ul.list-3-column li:first-child, ol.list-3-column li:first-child {
  margin-left: 0;
}

ul.list-3-column li:nth-child(3n+1), ol.list-3-column li:nth-child(3n+1) {
  margin-left: 0;
}

ul.list-2-column li {
  width: 48%;
  margin-left: 4%;
}

ul.list-2-column li:first-child {
  margin-left: 0;
}

ul.list-2-column li:nth-child(odd) {
  margin-left: 0;
}

ul.list-4-column li, ol.list-4-column li {
  width: 23.5%;
  margin-left: 2%;
  margin-bottom: 2%;
}

ul.list-4-column li:first-child, ol.list-4-column li:first-child {
  margin-left: 0;
}

ul.list-4-column li:nth-child(4n), ol.list-4-column li:nth-child(4n) {
  margin-right: 0;
}

ul.list-4-column li:nth-child(4n+5), ol.list-4-column li:nth-child(4n+5) {
  margin-left: 0;
}

ul.list-5-column li {
  width: 18.4%;
  margin-left: 2%;
  margin-bottom: 2%;
}

ul.list-5-column li:first-child {
  margin-left: 0;
}

ul.list-5-column li:nth-child(5n) {
  margin-right: 0;
}

ul.list-5-column li:nth-child(5n+6) {
  margin-left: 0;
}

ul.list-6-column li {
  width: 15%;
  margin-left: 2%;
  margin-bottom: 2%;
}

ul.list-6-column li:first-child {
  margin-left: 0;
}

.photaria {
  margin-left: auto;
  margin-right: auto;
}

.photaria img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  height: auto;
}

.phot-disc {
  display: block !important;
  font-size: 1.18rem;
  margin: .3em 0 .5em;
  text-align: center;
}

/* -----画像トリミング・角丸.3em----- */
.fix-phot-radius {
  position: relative;
  width: 100%;
  /*　トリミングしたい枠の幅（固定にしたい場合はサイズを入力）　*/
  padding-top: 100%;
  /*　トリミングしたい枠の高さ（固定にしたい場合はサイズを入力）　*/
  overflow: hidden;
  /*　画像が枠からはみ出た部分はトリミング（非表示）する　*/
  margin: 0 auto;
  -moz-transition: border-radius .2s linear, color .2s linear, border .2s linear;
  -webkit-transition: border-radius .2s linear, color .2s linear, border .2s linear;
  -o-transition: border-radius .2s linear, color .2s linear, border .2s linear;
  -ms-transition: border-radius .2s linear, color .2s linear, border .2s linear;
  transition: border-radius .2s linear, color .2s linear, border .2s linear;
}

.fix-phot-radius img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 150%;
  max-height: 150%;
}

.fix-phot-top {
  position: relative;
  width: 100%;
  padding-top: 66.666666%;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 0;
  -moz-transition: border-radius .2s linear, color .2s linear, border .2s linear;
  -webkit-transition: border-radius .2s linear, color .2s linear, border .2s linear;
  -o-transition: border-radius .2s linear, color .2s linear, border .2s linear;
  -ms-transition: border-radius .2s linear, color .2s linear, border .2s linear;
  transition: border-radius .2s linear, color .2s linear, border .2s linear;
}

.fix-phot-top img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 150%;
  max-height: 150%;
}

.blog-phot, .trimming-photo {
  background: url(../img/nophoto.png) no-repeat top center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  position: relative;
  width: 100%;
  /*　トリミングしたい枠の幅（固定にしたい場合はサイズを入力）　*/
  padding-top: 100%;
  /*　トリミングしたい枠の高さ（固定にしたい場合はサイズを入力）　*/
  overflow: hidden;
  /*　画像が枠からはみ出た部分はトリミング（非表示）する　*/
  margin: 0 auto;
}

.trimming-photo {
  padding-top: 75%;
}

.blog-phot img, .trimming-photo img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 180%;
  max-height: 180%;
}

.photoLeft {
  width: 190px;
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
}

.photoRight {
  width: 190px;
  float: right;
  margin-left: 30px;
  margin-bottom: 20px;
}

.photoLeft img, .photoRight img {
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* -----teble-list----- */
ul.teble-list li {
  border-bottom: solid 1px #e9e9e9;
  display: table;
  width: 100%;
  font-size: 1.4rem;
}

ul.teble-list li:first-child {
  border-top: solid 1px #e9e9e9;
}

ul.teble-list li div {
  display: table-cell;
  vertical-align: middle;
  padding: 10px 15px;
}

ul.teble-list li div:first-child {
  background: #f4f4f4;
  width: 20%;
  text-align: center;
  letter-spacing: 1px;
  border-left: solid 1px #e9e9e9;
  font-weight: 600;
  color: #233B6C;
}

ul.teble-list li div:last-child {
  border-right: solid 1px #e9e9e9;
}

/* -----teble-listライン----- */
ul.teble-listLine li {
  display: table;
  width: 100%;
  font-size: 1.5rem;
}


ul.teble-listLine li div {
  display: table-cell;
  vertical-align: middle;
  padding: 20px 20px;
}

ul.teble-listLine li div:first-child {
  width: 20%;
  letter-spacing: 1px;
  border-bottom: solid 1px #6bc8f2;
  font-weight: 600;
  color: #3e3a39;
}

ul.teble-listLine li div:last-child {
  border-bottom: solid 1px #eee;
}

/* -----bootsytap teble----- */
.table-bordered {
  border: 1px solid #999;
}

.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
  border: 1px solid #999;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  padding: 13px;
  text-align: center;
}

.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
  border-bottom-width: 1px;
}

.table>thead>tr>th {
  vertical-align: middle;
  text-align: center;
  background: #e3d8ca;
}

.table-bordered {
  font-size: 1.6rem;
}

.table_decoration{
  font-weight: 600;
  color: #ff4d4d;
}

.mb-box {
  margin-bottom: 60px;
}

.mb-box:last-child {
  margin-bottom: 0px;
}

.pb-box {
  padding-bottom: 60px;
}

.inner, .header-inner, .innerBox {
  margin-left: auto;
  margin-right: auto;
}

.white-bg {
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
  padding: 60px;
}

.bg-fixed {
  margin: 60px 0 60px;
}

.yellow_line_narrow {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 30%, #fdf64d 0%) repeat scroll 0 0;
}

.tex_top {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.8;
}

.scrollBox {
  margin-top: -120px;
  padding-top: 120px;
}

.need_container {
  text-align: center;
}

.needsBox {
  padding: 0px 30px;
  display: inline-block;
  position: relative;
}

/* ----サイド----- */

.sideBox ul {
  margin-bottom: 20px;
}

.sideBox ul li a {
  padding: 13px 0;
  color: #2d2d2d;
  display: block;
  font-size: 1.3rem;
}

.sideBox ul li a:hover {
  text-decoration: underline;
  color: #6bc8f2;
}

.sideBox ul li .day {
  color: #2d2d2d;
  margin: 0;
  font-size: 1.3rem;
  display: block;
}

.sideBox ul li a:hover .day {
  color: #08D3FF;
}

.sideBox ul li h5 {
  font-size: 2.0rem;
  margin: 0 0 .3em;
}

.sideBox ul:nth-child(1) {
  background: #fff8eb;
  padding: 30px 30px 20px;
}

.sideBox ul:nth-child(1) li {
  border-bottom: dotted 1px #ffd88d;
}

.sideBox ul:nth-child(1) li:last-child {
  border-bottom: dotted 0px #ffd88d;
}

.sideBox ul:nth-child(1) li:first-child {
  border-bottom: solid 3px #f39800;
}

.sideBox ul:nth-child(1) li h5 {
  color: #f39800;
}



.sideBox ul:nth-child(2) {
  background: #f2f2f2;
  padding: 30px 30px 20px;
}

.sideBox ul:nth-child(2) a {
  padding: 10px 0;
}

.sideBox ul:nth-child(2) li a:hover {
  text-decoration: underline;
  color: #6bc8f2;
}

.sideBox ul:nth-child(2) li:first-child {
  border: solid 0px #3e3a39;
  width: 100%;
  display: block;
}

.sideBox ul:nth-child(2) li h5 {
  color: #3e3a39;
}

/* -----youtube----- */
#topYoutube {
  border-radius: 6px;
  margin-bottom: 20px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* -----topサービス----- */
.toppage_menu {
  margin-top: -60px;
  padding: 60px 0;
  background: #fff;
}

ul.toppMenu01 li .trimming-photo img {
  max-width: 120%;
  max-height: 120%;
}

ul.toppMenu01 li h3 {
  color: #6bc8f2;
  font-size: 1.8rem;
  margin: 15px 0;
}

ul.toppMenu01 li .btn{
  font-size: 1.4rem;
}

ul.toppMenu02 li .trimming-photo img {
  max-width: 120%;
  max-height: 120%;
}

ul.toppMenu02 li {
  position: relative;
  margin-bottom: 60px;
}

ul.toppMenu02 li h3 {
  display: block;
  font-weight: 400;
  background: #6bc8f2;
  color: #fff;
  margin: 0;
  position: absolute;
  bottom: -20px;
  left: 50%;
}

/* -----topエリア----- */
.toppage_aria {
  padding: 60px 0;
  background: #fff;
}

/* -----コンバージョン----- */
.bottom_conversion {
  background: #edf3ff;
  padding: 60px 0;
}

.bottom_conversion h3, .f_phoneBox h4 {
  color: #2d9de6;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 2.6rem;
}

.bottom_conversion h3:before, .bottom_conversion h3:after {
  content: '';
  display: inline-block;
  width: 5px;
  height: 28px;
  background: #2d9de6;
  vertical-align: middle;
}

.bottom_conversion h3:before {
  transform: rotate(-25deg);
  margin-right: 20px;
}

.bottom_conversion h3::after {
  transform: rotate(25deg);
  margin-left: 20px;
}

.bottom_conversion p {
  color: #2d9de6;
  font-weight: 600;
  text-align: center;
  font-size: 1.7rem;
}

.conv_logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

.f_phoneBox{
  text-align: center;
}

.f_phoneBox h4 {
  margin-top: 30px;
}

.f_phoneBox .header-phone {
  text-align: left;
  color: #2d9de6;
  margin-left: auto;
  margin-right: auto;
  width: 420px;
  font-size: 5.4rem;
  padding-left: 55px;
}

.f_phoneBox .header-phone:before {
  display: block;
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background: url(../img/phone-call_blue.png) no-repeat 0 0;
  left: 0px;
  top: 11px;
  width: 45px;
  height: 29px;
  background-size: 45px 29px;
}

.f_phoneBox .jikan{
  font-weight: 600;
  color: #2d9de6;
  display:inline-block;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  border: solid 2px #2d9de6;
  padding: 0 3em;
  font-size: 1.3rem;
  line-height: 30px;
  margin-top: 8px;
}

/* -----topニュース----- */
.news {
  padding: 60px 0;
  margin-bottom: -60px;
  background: #fff;
}

.news ul.news-list li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
}

/* -----ニュース----- */
ul.news-list {
  letter-spacing: -.4em;
}

ul.news-list li {
  position: relative;
  height: auto;
  -moz-transition: background-color .2s linear, color .2s linear, border .2s linear;
  -webkit-transition: background-color .2s linear, color .2s linear, border .2s linear;
  -o-transition: background-color .2s linear, color .2s linear, border .2s linear;
  -ms-transition: background-color .2s linear, color .2s linear, border .2s linear;
  transition: background-color .2s linear, color .2s linear, border .2s linear;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  padding: 15px 0;
}

ul.news-list li a {
  font-weight: 400;
  color: #2d2d2d;
  display: block;
  font-size: 1.6rem;
}

ul.news-list li:hover {
  background: #f0f9fe;
}

.day {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  color: #6bc8f2;
  vertical-align: middle;
}

ul.news-list li p.day, .news-page .day, ul.works-list li p.day {
  display: inline-block;
  font-size: 1.3rem;
  margin: 0;
  line-height: 20px;
}

ul.news-list li strong {
  display: block;
  margin-top: .3em;
  color: #2d2d2d;
  font-size: 1.6rem;
}

ul.news-list li .blogL, ul.news-list li .blogR {
  float: left;
}

ul.news-list li .blogR {
  padding: 15px;
}

ul.news-list li .blogR {
  font-size: 1.3rem;
}

span.news {
  background: #47a9fc;
}

span.pickup {
  background: #4bc136;
}

span.works {
  background: #08a046;
}

span.newmark {
  background: #f9001d;
}

span.newmark, span.news, span.works, span.pickup {
  color: #fff;
  margin-right: .2em;
  padding: 0px 6px;
  display: inline-block;
  text-align: center;
  line-height: 20px;
  font-weight: 600;
  font-size: 1.1rem;
  vertical-align: middle;
}

/* -----ページナビ----- */
.wp-pagenavi {
  margin: 40px 0 40px;
  display: block;
  float: right;
  height: 39px;
}

.wp-pagenavi a, .wp-pagenavi span {
  border: 0px !important;
  background: #6bc8f2;
  margin: 0 1px 0 0 !important;
  color: #fff;
  padding: 10px 15px !important;
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.wp-pagenavi span.current {
  color: #fff;
  background: #f39800;
}

/* -----h3----- */
.topTitle {
  text-align: center;
  margin-bottom: 40px;
}

.header-title {
  display: inline-block;
  margin: 0;
  color: #6bc8f2;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 600;
  text-align: center;
  letter-spacing: .1em;
}

.header-title .sub-span {
  color: #2d2d2d;
  display: block;
  font-size: 1.8rem;
  padding-bottom: 0;
  margin-top: .3em;
  font-weight: 400;
  letter-spacing: normal;
}

@media(min-width:768px) {
  ul.list-6-column li:nth-child(6n) {
    margin-right: 0;
  }

  ul.list-6-column li:nth-child(6n+7) {
    margin-left: 0;
  }

  .inner {
    width: 680px;
  }

  .innerBox {
    width: 620px;
    padding: 0px 0;
  }

  .header-inner {
    margin-left: -15px;
    margin-right: -15px;
  }

  .mainBox {
    width: 100%;
  }

  .sideBox {
    width: 100%;
  }

  /* -----画像トリミング・丸----- */
  .fix-phot {
    position: relative;
    width: 100%;
    /*　トリミングしたい枠の幅（固定にしたい場合はサイズを入力）　*/
    padding-top: 100%;
    /*　トリミングしたい枠の高さ（固定にしたい場合はサイズを入力）　*/
    overflow: hidden;
    /*　画像が枠からはみ出た部分はトリミング（非表示）する　*/
    margin: 0 auto;
    border-radius: 50%;
    -moz-transition: border-radius .2s linear, color .2s linear, border .2s linear;
    -webkit-transition: border-radius .2s linear, color .2s linear, border .2s linear;
    -o-transition: border-radius .2s linear, color .2s linear, border .2s linear;
    -ms-transition: border-radius .2s linear, color .2s linear, border .2s linear;
    transition: border-radius .2s linear, color .2s linear, border .2s linear;
  }

  .fix-phot img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 150%;
    max-height: 150%;
  }

  .leftBox {
    float: left;
    width: 48%;
    margin-left: 0%;
  }

  .rightBox {
    float: left;
    width: 48%;
    margin-left: 4%;
  }

  /* -----topサービス----- */
  ul.toppMenu02 li h3 {
    line-height: 30px;
    font-size: 1.1rem;
    width: 130px;
    margin-left: -65px;
  }

  /* -----topエリア----- */
  .toppage_aria .photaria{
    width: 460px;
  }

  .toppage_aria ul.teble-list li div:first-child {
    width: 12%;
  }

  /* -----コンバージョン----- */
  .conv_logo {
    width: 400px;
  }

  .bottom_conversion .btn {
    width: 520px;
    line-height: 70px;
    font-size: 2.2rem;
  }

  /* -----topニュース----- */

  .news .btn {
    width: 220px;
    margin-top: 40px;
    font-size: 1.4rem;
  }

  /* -----h3----- */
  .header-title {
    font-size: 3.3rem;
  }
}

@media(min-width:1024px) {
  .inner {
    width: 920px;
  }

  .innerBox {
    width: 820px;
  }

  .mainBox {
    float: left;
    width: 620px;
    margin-bottom: 0px;
  }
  .sideBox {
    float: right;
    width: 260px;
  }

  /* -----topサービス----- */
  ul.toppMenu02 li h3 {
    line-height: 40px;
    width: 180px;
    margin-left: -90px;
    font-size: 1.3rem;
  }

  /* -----コンバージョン----- */
  /* -----topニュース----- */
  .news ul.news-list li {
    width: 48%;
    margin-left: 4%;

    transition: .3s;
    border-bottom: solid #fff;
    position: relative;
  }

  .news ul.news-list li:first-child {
    margin-left: 0;
  }

  .news ul.news-list li:nth-child(odd) {
    margin-left: 0;
  }

  .news ul.news-list li:hover::after {
    position: absolute;
    bottom: -3px;
    left: 0;
    content: '';
    width: 0;
    height: 2px;
    background-color: #08D3FF;
    transition: .4s;
    width: 100%;
  }

  .news ul.news-list li::after {
    position: absolute;
    bottom: -3px;
    left: 0;
    content: '';
    width: 0;
    transition: .4s;
  }

  .news ul.news-list li:hover {
    background: transparent;
  }

  /* -----h3----- */
}

@media(min-width:1366px) {
  .inner {
    width: 1160px;
  }

  .innerBox {
    width: 880px;
  }

  .mainBox {
    float: left;
    width: 780px;
    margin-bottom: 0px;
  }
  .sideBox {
    float: right;
    width: 320px;
  }

  /* -----topサービス----- */
  ul.toppMenu02 li h3 {
    font-size: 1.5rem;
    width: 220px;
    margin-left: -110px;
  }

  /* -----コンバージョン----- */
  /* -----topニュース----- */
  ul.news-list li .blogR {
    width: 466px;
  }
}

@media only screen and (max-width: 736px) {

  /* -----リスト 3カラム----- */
  ul.list-3-column li, ol.list-3-column li, ul.list-2-column li, ul.list-5-column li {
    display: block;
  }

  ul.list-3-column li, ol.list-3-column li, ul.list-5-column li {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }

  ul.list-2-column li {
    width: 100%;
    margin-left: 0%;
  }

  /* -----teble-list----- */
  ul.teble-list li {
    display: block;
    border: 0;
    font-size: 1.3rem;
  }

  ul.teble-list li:first-child {
    border: 0;
  }

  ul.teble-list li div {
    display: block;
    padding: 10px 10px 20px;
  }

  ul.teble-list li div:first-child {
    width: 100%;
    text-align: left;
    padding: 5px 10px;
    border-right: solid 0px #c8d2dd;
    border-left: solid 0px #c8d2dd;
  }

  ul.teble-list li div:last-child {
    border-left: solid 0px #c8d2dd;
    border-right: solid 0px #e9e9e9;
  }

  ul.teble-list li:first-child div {
    border-top: solid 0px #c8d2dd;
  }

  ul.teble-list li:last-child div {
    border-bottom: solid 0px #c8d2dd;
  }

  /* -----teble-listライン----- */
  ul.teble-listLine li {
    display: block;
    border: 0;
    font-size: 1.3rem;
  }

  ul.teble-listLine li:first-child {
    border: 0;
  }

  ul.teble-listLine li div {
    display: block;

  }

  ul.teble-listLine li div:first-child {
    width: 100%;
    text-align: left;
    padding: 5px 10px;
  }

  ul.teble-listLine li div:last-child {
    border-bottom: solid 0px #eee;
    padding: 10px 10px 30px;
  }

  .photoLeft {
    margin-right: 15px;
    margin-bottom: 5px;
  }

  .photoRight {
    margin-left: 15px;
    margin-bottom: 5px;
  }

  /* -----bootsytap teble----- */
  .table-bordered {
    font-size: 1.3rem;
  }
  .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 13px 8px;
    text-align: left;
  }

  .mb-box {
    margin-bottom: 30px;
  }

  .pb-box {
    padding-bottom: 30px;
  }

  .inner {
    padding: 0px 15px 0;
  }

  .header-inner {
    padding: 0px 15px 0;
  }

  .white-bg {
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
    padding: 30px 10px 15px;
  }

  .bg-fixed {
    margin: 20px 0 20px;
  }

  .tex_top {
    font-size: 1.5rem;
    font-weight: 600;
  }

  .scrollBox {
    margin-top: -50px;
    padding-top: 50px;
  }

  /* ----サイド----- */
  .sideBox ul:nth-child(1){
    background: #fff;
    padding: 30px 0px 20px;
  }
  .sideBox ul:nth-child(2) {
    padding: 30px 30px 20px;
  }

  /* -----youtube----- */
  #topYoutube {
    margin: 15px 0;
    padding: 15px;
  }

  /* -----画像トリミング・丸----- */
  .fix-phot img {
    width: 100%;
  }

  .leftBox {
    float: none;
    width: 100%;
    margin-left: 0%;
  }

  .rightBox {
    float: none;
    width: 100%;
    margin-left: 0%;
  }

  /* -----topサービス----- */
  .toppage_menu {
    margin-top: -20px;
    padding: 30px 0;
  }

  ul.toppMenu01 li h3 {
    font-size: 1.5rem;
    margin-bottom: 8px;

  }

  ul.toppMenu01 li .btn{
    font-size: 1.3rem;
    line-height: 26px;
  }

  ul.toppMenu02 li {
    margin-bottom: 45px!important;
  }

  ul.toppMenu02 li:nth-last-child(2), ul.toppMenu02 li:last-child{
    margin-bottom: 0px!important;
  }

  ul.toppMenu02 li h3 {
    bottom: -15px;
    line-height: 30px;
    font-size: 1.1rem;
    width: 140px;
    margin-left: -70px;
  }

  /* -----topエリア----- */
  .toppage_aria {
    padding: 30px 0;
  }

  /* -----コンバージョン----- */
  .bottom_conversion {
    padding: 30px 0;
  }

  .bottom_conversion h3 {
    margin-bottom: 0px;
    font-size: 1.6rem;
    letter-spacing: -.05em;
  }

  .bottom_conversion h3:before, .bottom_conversion h3:after {
    width: 4px;
    height: 26px;
  }

  .bottom_conversion h3:before {
    margin-right: 8px;
  }

  .bottom_conversion h3::after {
    margin-left: 8px;
  }

  .bottom_conversion p {
    text-align: center;
    font-size: 1.3rem;
  }

  .conv_logo {
    width: 200px;
    margin-bottom: 20px;
  }

  .bottom_conversion .btn {
    line-height: 60px;
  }

  .f_phoneBox h4{
    font-size: 1.8rem;
  }

  .f_phoneBox .header-phone {
    width: 300px;
    font-size: 3.8rem;
    padding-left: 40px;
  }

  .f_phoneBox .header-phone:before {
    top:9px;
    width: 30px;
    height: 20px;
    background-size: 30px 20px;
  }

  /* -----topニュース----- */
  .news {
    padding: 30px 0;
    margin-bottom: -20px;
  }

  .news .leftBox {
    margin-bottom: 30px;
  }

  ul.news-list li {
    width: 100%;
    margin-left: 0%;
    padding: 12px 0;
    border-top: solid 1px #f4f4f4;
  }

  ul.news-list li strong {
    margin-top: .1em;
    font-size: 1.3rem;
  }

  /* -----ニュース----- */
  ul.news-list {
    margin-bottom: 0px;
  }

  ul.news-list li a {
    font-size: 1.5rem;
  }

  ul.news-list li p.day, .news-page .day, ul.works-list li p.day {
    font-size: 1.3rem;
  }

  /* -----ページナビ----- */
  .wp-pagenavi {
    margin: 20px 0px 0px 0px;
  }

  /* -----h3----- */
  .topTitle {
    margin-bottom: 30px;
  }

  .header-title {
    font-size: 2.4rem;
  }

  .header-title .sub-span{
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 414px) {
  ul.list-4-column li, ol.list-4-column li, ul.list-6-column li {
    display: inline-block;
  }

  ul.list-4-column li, ol.list-4-column li {
    width: 48%;
    margin-left: 4%;
    margin-bottom: 15px;
  }

  ul.list-4-column li:first-child, ol.list-4-column li:first-child {
    margin-left: 0;
  }

  ul.list-4-column li:nth-child(2n), ol.list-4-column li:nth-child(2n) {
    margin-right: 0;
  }

  ul.list-4-column li:nth-child(2n+3), ol.list-4-column li:nth-child(2n+3) {
    margin-left: 0;
  }

  ul.list-6-column li {
    width: 48%;
    margin-left: 4%;
    margin-bottom: 15px;
  }

  ul.list-6-column li:first-child {
    margin-left: 0;
  }

  ul.list-6-column li:nth-child(2n) {
    margin-right: 0;
  }

  ul.list-6-column li:nth-child(2n+3) {
    margin-left: 0;
  }
}

@media only screen and (max-width: 414px) {
  /* -----コンバージョン----- */
  .bottom_conversion p {
    text-align: left;
  }
}
