﻿@charset "UTF-8";
/* ########### 運転資金.com ########### */
/*
 * "font-awesome" is lisenced under the SIL Open Font License 1.1
 * https://fortawesome.github.io/Font-Awesome
 * http://scripts.sil.org/OFL
 */

* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

html {
  line-height: 1.5;
  text-align: justify;
  font-family: "Helvetica Neue", Arial, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

ul,
li {
  list-style: none;
  font-size: 16px;
  font-weight: bold;
}
.lineheight1 {
  line-height: 1;
}
a {
  color: #000000;
  text-decoration: none;
  display: inline-block;
}

body {
  background: white;
}
img {
  vertical-align: bottom;
  max-width: 100%;
  pointer-events: none;
}
.white {
  color: white;
}
.whiteback {
  background-color: white;
}
.blue {
  color: rgb(0, 85, 151);
}
.number5 {
  vertical-align: -0.05em;
  font-weight: normal;
  margin:0 0.1em 0 0;
  font-size: 125%;
  color:  rgb(235, 97, 0);
  opacity:0.8;
}
.skyblue {
  color: rgb(3, 179, 233);
}

.lightskyblue {
  color: rgb(208, 228, 246);
}
.orange {
  color: rgb(235, 97, 0);
}
.yelloworange {
  color: rgb(249, 185, 0);
}
.red {
  color: #c30d22;
}
.lineheight1 {
  line-height: 1;
}
.small {
  font-size: 77%;
}
.small2 {
  font-size: 90%;
}
.bold {
  font-weight: bold;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.bigbold {
  font-size: 105%;
  font-weight: bold;
}

.bigbold2 {
  font-size: 165%;
  font-weight: bold;
  line-height: 1;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
h2 {
  font-family: Arial, Helvetica, sans-serif;
}

.inlineblock {
  display: inline-block;
}

.textindent4 {
  padding-left: 4em;
  text-indent: -4em;
}

.shortspace {
  letter-spacing: -0.5px;
}

.shortspace2 {
  letter-spacing: -5px;
}

.ugoki {
  animation-duration: 1.5s;
  animation-name: LeftToRight;
  animation-iteration-count: 1;
}

.policytext {
  font-size: 0.75em;
  margin: 0 0;
  padding: 5px 5px 5px 5px;
}

.policytitle {
  font-weight: bold;
  font-size: 120%;
  padding: 25px 0;
}
table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
.mailform {
  border: none;
  font-size: 100%;
  width: 100%;
  height: 2em;
  padding: 0.25em 0.5em;
  margin: 0.5em 0em;
  outline: none;
}
.mailformta {
  border: none;
  font-size: 100%;
  margin: 0.5em 0em;
  padding: 0.5em;
  width: 100%;
  height: 10em;
  outline: none;
}
.contactright {
  color: black;
  border: solid 1px black;
  background-color: rgba(249, 185, 0, 0.35);
  width: 100%;
}

.douitext {
  margin: 40px 0 5px 3px;
  font-weight: bold;
  text-align: center;
  font-size: 0.85em;
}

#maintop,
#contact1,
#contact2,
#sikumi,
#comparison,
#footer {
  background-color: rgb(3, 179, 233);
}
#onayamisoudan,
#reason,
#step {
  background-color: rgb(208, 228, 246);
}

.infobox {
  margin: 2em 0 0 0;
  padding: 0.5em 1em;
  height: 15em;
  overflow: scroll;
  border: black 1px solid;
  background-color: #fff0f0;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
@keyframes LeftToRight {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.effect-fade {
  opacity: 0;
  transform: translate(0, 45px);
  transition: all 1s;
}

.effect-fade.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}
/* ################################# 479px以下 ################################# */
@media (max-width: 479px) {
  .sf {
    display: block !important;
  }
  .tb {
    display: none !important;
  }
  .tbsf {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .pctb {
    display: none !important;
  }
  p {
    font-size: 14px;
  }
  .orangeline {
    border-bottom: solid 2px rgb(235, 97, 0);
  }
  .yelloworangeline {
    border-bottom: solid 2px rgb(249, 185, 0);
  }
  .blueline {
    border-bottom: solid 2px rgb(0, 85, 151);
  }
  .skyblueline {
    border-bottom: solid 2px rgb(3, 179, 233);
  }
  .wakuwhite {
    border: solid 1px rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    margin: 0 0 0 3px;
    padding: 1px 2px;
  }
  .waku {
    border: solid 1px rgb(0, 85, 151);
    color: rgb(0, 85, 151);
    margin: 0 0 0 3px;
    padding: 1px 2px;
  }
  .contents {
    padding: 20px 10px;
  }
  .contentsflame {
    padding: 20px 10px;
    background-color: white;
    border: solid 2px rgb(0, 85, 151);
    border-radius: 15px;
  }
  .contentsflame.skybluewaku {
    padding: 20px 10px;
    background-color: white;
    border: solid 2px rgb(3, 179, 233);
    border-radius: 15px;
  }
  /*## ヘッダー ##*/

  .headertop {
    font-size: 14px;
    padding: 6px 0;
    text-align: center;
    background-color: rgb(0, 85, 151);
    color: white;
  }
  header {
    padding: 0 15px 0;
    margin: 0 auto;
  }

  .title1and2 {
    margin: 0 auto 0;
    width: 305px;
  }
  .title3and4 {
    margin: -25px auto 5px;
    width: 285px;
  }
  .title1 {
    margin: -30px 5px 0 0;
    float: left;
  }
  .title2 {
    float: none;
  }
  .title3 {
    float: right;
    margin: -10px 5px 0 0;
  }
  .title4 {
    float: right;
    margin: 0 25px 0 0;
  }

  .titlel1innner {
    height: 110px;
    display: table-cell;
    vertical-align: middle;
  }
  .title2innner,
  .title3innner,
  .title4innner {
    height: 90px;
    display: table-cell;
    vertical-align: middle;
  }

  .titlel1innner img {
    width: 110px;
  }
  #logo {
    width: 160px;
    margin:-15px 0 5px 0;
  }
  .contact {
    margin:10px 0 5px 5px;
    padding: 15px 10px;
    font-weight: bold;
    font-size: 12px;
    background-color: rgb(235, 97, 0);
    border-radius: 10px;
    color: white;
    text-align: center;
  }
  
  .contact:hover {
    margin:10px 0 5px 5px;
    padding: 15px 10px;
    font-weight: bold;
    font-size: 12px;
    background-color: rgba(235, 97, 0 ,0.75);
    border-radius: 10px;
    color: white;
    text-align: center;
  }
  .contact a {
    color: white;
  }
  .contact i {
    font-size: 16px;
    margin: 0 4px 0 0;
  }
  .tel,
  .fd {
    margin: 3px 0 ;
    line-height: 1;
    font-size: 18px;
    font-weight: bold;
  }
  .tel img,
  .fd img {
    margin: 0 3px 0 0;
    vertical-align: -1px;
    width: 25px;
  }
  /*## メインブロック ##*/
  .mainsubtext {
    padding: 0.5vh 0 1vh;
  }
  .maintext {
    margin: 8px 10px 15px;
  }

  .mainblock {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .mainblock1 {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
  }
  .mainblock3 {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
  }
  .mainblock2 {
    text-align: center;
    width: 100%;
    padding: 0 1%;
    display: none;
    vertical-align: middle;
  }
  .mainflame {
    text-align: center;
    padding: 10px 0;
    background-color: white;
    border: solid 2px rgb(0, 85, 151);
    border-radius: 15px;
    white-space: nowrap;
  }
  .mainblock1 .strengthsbox1 .mainflame {
    width: 97%;
    margin: 0 3% 3% 0;
  }
  .mainblock1 .strengthsbox2 .mainflame {
    width: 97%;
    margin: 0 3% 3% 0;
  }
  .mainblock3 .strengthsbox1 .mainflame {
    width: 100%;
    margin: 0 0 3% 0;
  }
  .mainblock3 .strengthsbox2 .mainflame {
    width: 100%;
    margin: 0 0 3% 0;
  }
  .mainicon img {
    margin: 0 10px 5px 10px;
    width: 62px;
  }
  .mainblock2tbsf {
    margin: 0 auto 10px;
    text-align: center;
    width: 60%;
    padding: 0 1%;
    vertical-align: middle;
  }
  .maincomment {
    margin: 0 auto 3px;
    width: 90%;
  }
  .subtext {
    font-size: 12px;
  }
  .orangebig {
    font-weight: bold;
    font-size: 18px;
    color: rgb(235, 97, 0);
  }
  .maincomment {
    margin: 0 auto 10px;
    max-width: 320px;
  }
  .triangle1 {
    display: none;
  }
  .triangle2 {
    display: none;
  }

  /*## お問い合わせフォーム ##*/
  #contact1 {
    margin: 0 0;
  }
  .h2aroundright {
    margin: 0 0px 0 0;
  }
  .h2around {
    margin: 0 auto;
    width: 300px;
  }
  .h2chara img {
    margin: -50px 2px 5px -7px;
    float: left;
    width: 95px;
  }
  .h2block {
    float: left;
  }
  .h2suball {
    margin: 0 0 8px 0;
  }
  .h2subflame {
    font-size: 11.5px;
    color: rgb(0, 85, 151);
    font-weight: bold;
    padding: 3px 8px;
    text-align: center;
    background-color: white;
    border: solid 2px rgb(0, 85, 151);
    border-radius: 5px;
    white-space: nowrap;
  }
  .minitriangle2 img {
    width: 5px;
    transform: scale(-1, 1);
    margin: 0 0 7px 0;
  }

  table td,
  th {
    text-align: justify;
    font-size: 11px;
    padding: 8px 6px;
  }
  .contactleft {
    border: solid 1px black;
    background-color: rgb(249, 185, 0);
    color: black;
    text-align: left;
    width: 71px;
  }

  ::placeholder {
    font-size: 9px;
    white-space: normal;
  }

  .hitusu {
    vertical-align: 1px;
    padding: 1px 2px;
    font-weight: bold;
    background-color: #c30d22;
    color: white;
    font-size: 9px;
  }

  .sousin input {
    margin: 15px auto 30px;
    display: block;
    width: 240px;
    outline: none;
    padding: 20px 30px 20px 30px;
    color: white;
    background-color: rgb(235, 97, 0);
    font-weight: bold;
    font-size: 14px;
    border: none;
    border-radius: 10px;
  }
  .sousin input:hover {
    margin: 15px auto 30px;
    display: block;
    width: 240px;
    outline: none;
    padding: 20px 30px 20px 30px;
    color: white;
    background-color: rgba(235, 97, 0, 0.8);
    font-weight: bold;
    font-size: 14px;
    box-shadow: 2px 2px 0px 0 rgba(0, 0, 0, 0.2);
    border: none;
  }
  /*## お悩み ##*/
  .onayamiboxlast {
    text-align: center;
    max-width: 85%;
    margin: -20px auto 0;
  }
  .onayamiboxlast img {
    margin: 0 auto;
  }
  .onayamibox {
    max-width: 58%;
    margin: 0px auto 20px 0;
  }
  .onayamibox:nth-child(2) {
    margin: -70px 0 20px auto;
  }
  .onayamibox:nth-child(3) {
    margin: -30px auto 20px 0;
  }
  .aki {
    letter-spacing: 1px;
  }
  .tume {
    letter-spacing: -1px;
  }
  
  .triangleonayami{
    margin: 0 auto 0;
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 20px solid rgb(3, 179, 233);
  }
  /*## 相談 ##*/

  .soudanbox1 {
    max-width: 85%;
    margin: 0 auto 20px 0;
  }
  .soudanbox2 {
    max-width: 85%;
    margin: 0 0 20px auto;
  }
  .soudanbox3 {
    max-width: 85%;
    margin: 0 auto 20px 0;
  }
  .soudanbox4 {
    max-width: 85%;
    margin: 0 auto;
  }
  .soudanboxinnner {
    text-align: center;
  }
  .soudantext {
    font-size: 14px;
  }
  .soudanbox1 img,.soudanbox2 img,.soudanbox3 img,.soudanbox4 img {
    width: 50%;
    margin: -15px 0 0;
  }
  .soudanbox4 .soudan4icon {
    width: 30px;
    margin: -10px 5px 0 0;
  }
  .soudantitle {
    color: rgb(0, 85, 151);
    font-weight: bold;
    font-size: 18px;
    margin: 0 0 2px;
  }
  .soudanline {
    border-bottom: solid 2px rgb(0, 85, 151);
    margin: 0 0 2px;
  }
  .soudanflame {
    padding: 10px 10px;
    background-color: rgb(208, 228, 246);
    border: solid 2px rgb(0, 85, 151);
    border-radius: 10px;
  }
  .soudanflameyelloworange {
    margin: 10px 0 5px;
    padding: 10px 10px;
    background-color: rgb(249, 185, 0);
    border: solid 2px rgb(0, 85, 151);
    border-radius: 10px;
  }

  /*## 仕組み ##*/

  .sikumibox {
    margin: 0 0 20px;
  }
  .sikumibox:nth-child(2) {
    margin: 10px 0 0;
  }
  .sikumititle {
    font-size: 18px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-align: center;
    width: 100%;
    padding: 5px 0px;
    background-color: rgb(0, 85, 151);
    border-radius: 8px;
  }
  .triangle3 {
    margin: 0 auto;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid rgb(0, 85, 151);
  }
  /*## 選ばれる5つの理由 ##*/
  .reasonblock.thanks {
    text-align: left;
    padding: 10px 0px;
    background-color: rgb(255, 255, 255);
    border: solid 2px rgb(0, 85, 151);
    border-radius: 10px;
    margin: 0 0 20px 0;
  }
  .reasonblock {
    text-align: center;
    padding: 10px 0px;
    background-color: rgb(255, 255, 255);
    border: solid 2px rgb(0, 85, 151);
    border-radius: 10px;
    margin: 0 0 20px 0;
  }

  .reasonblock:nth-child(6) {
    margin: 0 0 0 0;
  }
  .reasonbox1 {
    padding: 0 10px;
  }
  .reasonbox2 {
    padding: 0 10px;
  }
  .reasonicon {
    width: 30px;
    margin: 0 8px 0 0;
  }
  .reasontitle {
    color: rgb(0, 85, 151);
    font-weight: bold;
    font-size: 16px;
    margin: 0 0 1px;
  }
  .reasontext {
    font-size: 13px;
    margin: 0 0 0 0;
  }
  .reasontext2 {
    text-align: left;
    font-size: 13px;
    margin: 5% 5% ;
  }
  .reasonchara1 {
    width: 45%;
  }
  .reasonchara2 {
    width: 45%;
  }
  .reasonchara3 {
    width: 45%;
  }
  .reasonchara4 {
    width: 45%;
  }
  .reasonchara5 {
    width: 45%;
  }

  
  /*## ご成約までの４つのSTEP ##*/

  .reasonblock.step {
    text-align: center;
    padding: 10px 0px;
    background-color: rgb(255, 255, 255);
    border: solid 2px rgb(0, 85, 151);
    border-radius: 10px;
    margin: 0 0 0px 0;
  }
  .trianglestep {
    margin: 10px auto 10px;
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 20px solid rgb(0, 85, 151);
  }

  /*## 他社とのサービスの比較 ##*/
  .untensikin2 {
    vertical-align: -12px;
  }
  #comparison .cptable th {
    white-space: nowrap;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
  .cptable td {
    white-space: nowrap;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
  .cpth0 {
    line-height: 1;
  }
  .cpth2 {
    height: 5px;
    border: solid 3px rgb(235, 97, 0);
    background-color: rgb(235, 97, 0);
    color: white;
    font-weight: bold;
    font-size: 15px;
    line-height: 1;
    padding: 0;
    white-space: nowrap;
  }
  .cpth3 {
    height: 15px;
    border: solid 1px black;
    background-color: rgb(0, 85, 151);
    color: white;
    font-weight: normal;
    font-size: 15px;
    padding: 10px;
  }
  .cptd1 {
    border-right: solid 3px rgb(235, 97, 0);
    border-bottom: solid 1px black;
    border-top: solid 1px black;
    border-left: solid 1px black;
    background-color: rgb(208, 228, 246);
    color: black;
    font-weight: normal;
    font-size: 12px;
  }
  .cptd2 {
    border-right: solid 3px rgb(235, 97, 0);
    border-bottom: solid 1px black;
    background-color: white;
    color: rgb(235, 97, 0);
    font-weight: bold;
    font-size: 14px;
  }
  .cptd2orangebottom {
    border-right: solid 3px rgb(235, 97, 0);
    border-bottom: solid 3px rgb(235, 97, 0);
    background-color: white;
    color: rgb(235, 97, 0);
    font-weight: bold;
    font-size: 14px;
  }
  .cptd3 {
    border: solid 1px black;
    background-color: white;
    color: black;
    font-weight: normal;
    font-size: 13px;
  }
  .uee {
    vertical-align: 16px;
  }

  /*## 当社をご利用頂いたお客様の声 ##*/

  .voiceblock {
    padding: 15px 10px;
    background-color: rgb(208, 228, 246);
    border: solid 2px rgb(0, 85, 151);
    border-radius: 10px;
  }
  .voiceblock:nth-child(2) {
    margin: 20px 0;
  }
  .voiceblock:nth-child(3) {
    margin: 20px 0;
  }
  .voicesubtittle {
    line-height: 1.5;
    font-weight: bold;
    display: inline;
    padding: 0 0 2px 0;
    border-bottom: 2px solid rgb(0, 85, 151);
    font-size: 14px;
    margin: 0;
  }
  .voicetittle {
    line-height: 1.45;
    color: rgb(0, 85, 151);
    margin: 15px 0 5px 0;
    font-size: 14.5px;
    font-weight: bold;
  }
  .voicetext {
    font-size: 13px;
  }
  .voicechara1 {
    margin: 0 15px 0 0;
    float: left;
    width: 30%;
  }
  .voicechara2 {
    margin: 0 0 0 15px;
    float: right;
    width: 30%;
  }

  /*#####FAQ#####*/

  .faqbox {
    white-space: nowrap;
    margin-bottom: 15px;
    width: 100%;
    padding: 15px 7px;
    background-color: rgb(208, 228, 246);
    border: solid 2px rgb(0, 85, 151);
    border-radius: 10px;
  }
  .faqbox:last-child {
    margin-bottom: 0;
  }
  .qtext {
    color: rgb(0, 85, 151);
    margin: 5px 0 5px 0;
    font-size: 14.5px;
    font-weight: bold;
    padding-left: 1em;
    text-indent: -1em;
  }
  .atext {
    color: rgb(235, 97, 0);
    margin: 5px 0 0 0;
    font-size: 14px;
    font-weight: bold;
    padding-left: 1em;
    text-indent: -1em;
  }

  /*## ABOUT ##*/
  .aboutblock1 {
    width: 100%;
  }

  .aboutblock2 {
    margin: 20px 0 0 0;
    width: 100%;
  }
  .aboutleft {
    white-space: nowrap;
    width: 95px;
    font-weight: bold;
    font-size: 12px;
    line-height: 1.25;
  }
  .aboutright {
    width: 100%;
    font-size: 12px;
    line-height: 1.25;
  }
  /*######フッター######*/

  .ftcharafooter img {
    float: left;
    width: 100px;
    margin: -20px 3px 0 0;
  }

  .footerback {
    background: url(../image/backtoumei.png) center center / 60% no-repeat;
  }

  .ftlogo {
    float: left;
    width: 160px;
    margin:13px 0 0 0;
  }
  .footercenter {
    width: 270px;
    margin: 0 auto;
  }
  /*############*/

  .h2subtext {
    line-height: 1.25;
    font-size: 13px;
    text-align: center;
  }
  h2 {
    margin: 0 0 20px 0;
    line-height: 1.25;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
  }
  h3 {
    margin: 5px 0 10px 0;
    font-weight: bold;
    font-size: 15px;
    text-align: left;
  }

  .sitasankaku {
    width: 50px;
    margin: 0 auto;
  }

  .marginzero {
    margin-bottom: 0;
  }
  .paddingzero {
    padding-bottom: 0;
  }

  .copy {
    letter-spacing: 1px;
    font-weight: normal;
    padding: 5px 0;
    font-size: 11px;
    color: white;
    background-color: rgb(0, 85, 151);
    text-align: center;
  }

  #top_btn {
    position: fixed;
    bottom: 40px;
    right: 20px;
    display: table;
    width: 100%;
    padding: 1px 0 0 0;
    text-decoration: none;
    color: rgb(3, 179, 233);
    width: 32px;
    height: 28px;
    font-size: 19px;
    text-align: center;
    overflow: hidden;
    font-weight: bold;
    background: rgba(255, 255, 255, 0.6);
    border: solid 2px rgb(3, 179, 233);
    z-index: 1001;
  }
  #top_btn:active {
    text-decoration: none;
    box-shadow: inset 0 1px 0 rgba(#353, 87, 41, 0.5), 0 2px 2px;
  }

  .maintopback {
    background: url(../image/backtoumei.png) center 60px / 120% no-repeat;
  }
}
/* ################################# 480px以上767px以下 ################################# */

@media (min-width: 480px) and (max-width: 767px) {
  .sf {
    display: none !important;
  }
  .tb {
    display: block !important;
  }
  .tbsf {
    display: block !important;
  }
  .pctb {
    display: block !important;
  }
  .pc {
    display: none !important;
  }

  .orangeline {
    border-bottom: solid 2px rgb(235, 97, 0);
  }
  .yelloworangeline {
    border-bottom: solid 2px rgb(249, 185, 0);
  }
  .blueline {
    border-bottom: solid 2px rgb(0, 85, 151);
  }
  .skyblueline {
    border-bottom: solid 2px rgb(3, 179, 233);
  }
  p {
    font-size: 15px;
  }
  .wakuwhite {
    border: solid 1px rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    margin: 0 0 0 3px;
    padding: 1px 2px;
  }
  .waku {
    border: solid 1px rgb(0, 85, 151);
    color: rgb(0, 85, 151);
    margin: 0 0 0 3px;
    padding: 1px 2px;
  }
  .contents {
    padding: 30px 30px;
  }
  .contentsflame {
    padding: 30px;
    background-color: white;
    border: solid 2px rgb(0, 85, 151);
    border-radius: 15px;
  }
  .contentsflame.skybluewaku {
    padding: 30px;
    background-color: white;
    border: solid 2px rgb(3, 179, 233);
    border-radius: 15px;
  }
  /*## ヘッダー ##*/

  .headertop {
    font-size: 15px;
    padding: 8px 0;
    text-align: center;
    background-color: rgb(0, 85, 151);
    color: white;
  }
  header {
    padding: 0 30px 0;
    margin: 0 auto;
  }

  .title1and2 {
    margin: 0 auto;
    width: 410px;
  }
  .title3and4 {
    margin: 0 auto;
    width: 380px;
  }
  .title1 {
    margin: -30px 15px 0 0px;
    float: left;
  }
  .title2 {
    float: none;
  }
  .title3 {
    float: right;
    margin: 0 15px 0 0;
  }
  .title4 {
    margin: 0 8px 0 0;
    float: right;
  }

  .titlel1innner {
    height: 110px;
    display: table-cell;
    vertical-align: middle;
  }
  .title2innner,
  .title3innner,
  .title4innner {
    height: 95px;
    display: table-cell;
    vertical-align: middle;
  }

  .titlel1innner img {
    width: 140px;
  }
  #logo {
    width: 245px;
    margin:5px 0px 5px 0;
  }
  .contact {
    padding: 18px 10px;
    font-weight: bold;
    font-size: 13px;
    background-color: rgb(235, 97, 0);
    border-radius: 12px;
    color: white;
    text-align: center;
  }
  .contact:hover {
    padding: 18px 10px;
    font-weight: bold;
    font-size: 13px;
    background-color: rgba(235, 97, 0, 0.75);
    border-radius: 12px;
    color: white;
    text-align: center;
  }
  .contact a {
    color: white;
  }
  .contact i {
    font-size: 15px;
    margin: 0 4px 0 0;
  }
  .tel,
  .fd {
    margin: 3px 0 0;
    line-height: 1;
    font-size: 27.5px;
    font-weight: bold;
  }
  .tel img,
  .fd img {
    margin: 0 5px 0 0;
    vertical-align: -1px;
    width: 35px;
  }
  /*## メインブロック ##*/
  .mainsubtext {
    padding: 0.25vh 0 0.75vh;
  }

  .maintext {
    margin: 10px 10px 15px;
  }

  .mainblock {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .mainblock1 {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
  }
  .mainblock3 {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
  }
  .mainblock2 {
    display: none;
  }
  .mainblock2tbsf {
    margin: 0 auto 10px;
    text-align: center;
    width: 50%;
    padding: 0 1%;
    vertical-align: middle;
  }
  .maincomment {
    margin: 0 auto 3px;
    width: 90%;
  }
  .mainflame {
    text-align: center;
    padding: 20px 5px;
    background-color: white;
    border: solid 2px rgb(0, 85, 151);
    border-radius: 15px;
    white-space: nowrap;
  }
  .mainblock1 .strengthsbox1 .mainflame {
    width: 97%;
    margin: 0 3% 3% 0;
  }
  .mainblock1 .strengthsbox2 .mainflame {
    width: 97%;
    margin: 0 3% 3% 0;
  }
  .mainblock3 .strengthsbox1 .mainflame {
    width: 100%;
    margin: 0 0 3% 0;
  }
  .mainblock3 .strengthsbox2 .mainflame {
    width: 100%;
    margin: 0 0 3% 0;
  }
  .mainicon img {
    margin: -10px 10px 10px 10px;
    width: 72px;
  }
  .orangebig {
    font-weight: bold;
    font-size: 20px;
    color: rgb(235, 97, 0);
  }
  .triangle1 {
    display: none;
  }
  .triangle2 {
    display: none;
  }
  /*## お問い合わせフォーム ##*/
  #contact1 {
    margin: -20px 0 0;
  }
  .h2aroundright {
    margin: 0 50px 0 0;
  }
  .h2around {
    margin: 0 auto;
    width: 320px;
  }
  .h2chara img {
    margin: -65px 10px 5px 5px;
    float: left;
    width: 115px;
  }
  .h2block {
    float: left;
  }
  .h2suball {
    margin: 0 0 8px 0;
  }
  .h2subflame {
    font-size: 13px;
    color: rgb(0, 85, 151);
    font-weight: bold;
    padding: 5px 10px;
    text-align: center;
    background-color: white;
    border: solid 2px rgb(0, 85, 151);
    border-radius: 5px;
    white-space: nowrap;
  }
  .minitriangle2 img {
    width: 8px;
    transform: scale(-1, 1);
    margin: 0 0 7px 0;
  }

  .maintopback {
    background: url(../image/backtoumei.png) center -100px / cover no-repeat;
  }

  table td,
  th {
    text-align: justify;
    font-size: 13px;
    padding: 8px 12px 8px 12px;
  }
  .contactleft {
    border: solid 1px black;
    background-color: rgb(249, 185, 0);
    color: black;
    text-align: left;
    width: 120px;
  }
  .mini {
    display: inline-block;
    margin: 10px 0 0;
    font-size: 10px;
    line-height: 1.25;
  }

  .sousin input {
    margin: 15px auto 0;
    display: block;
    width: 300px;
    outline: none;
    padding: 20px 30px 20px 30px;
    color: white;
    background-color: rgb(235, 97, 0);
    font-weight: bold;
    font-size: 16px;
    border: none;
    border-radius: 10px;
  }
  .sousin input:hover {
    margin: 15px auto 0;
    display: block;
    width: 300px;
    outline: none;
    padding: 20px 30px 20px 30px;
    color: white;
    background-color: rgba(235, 97, 0, 0.8);
    font-weight: bold;
    font-size: 16px;
    box-shadow: 2px 2px 0px 0 rgba(0, 0, 0, 0.2);
    border: none;
    border-radius: 10px;
  }
  ::placeholder {
    font-size: 12px;
  }
  .hitusu {
    vertical-align: 1px;
    padding: 1px 2px;
    font-weight: bold;
    background-color: #c30d22;
    color: white;
    font-size: 11px;
  }

  /*## お悩み ##*/
  .onayamiboxlast {
    text-align: center;
    max-width: 72%;
    margin: -20px auto 0;
  }
  .onayamiboxlast img {
    margin: 0 auto;
  }
  .onayamibox {
    max-width: 48%;
    margin: 0 auto 20px 0;
  }
  .onayamibox:nth-child(2) {
    margin: -120px 0 20px auto;
  }
  .onayamibox:nth-child(3) {
    margin: -65px auto 20px 0;
  }
  .aki {
    letter-spacing: 1px;
  }
  .triangleonayami {
    margin: 0 auto;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 20px solid rgb(3, 179, 233);
  }
  /*## 相談 ##*/

  .soudanbox1{
    max-width: 70%;
    margin: 0 auto 20px 0;
  }
  .soudanbox2{
    max-width: 70%;
    margin: 0 0 20px auto;
  }
  .soudanbox3{
    max-width: 70%;
    margin: 0 auto 20px 0;
  }
  .soudanbox4{
    max-width: 70%;
    margin: 0 auto;
  }
  .soudanboxinnner {
    text-align: center;
  }
  .soudantext {
    font-size: 15px;
  }
  .soudanbox1 img,.soudanbox2 img,.soudanbox3 img,.soudanbox4 img {
    width: 50%;
    margin: -15px 0 0;
  }
  .soudanbox4 .soudan4icon {
    width: 35px;
    margin: -10px 5px 0 0;
  }
  .soudantitle {
    color: rgb(0, 85, 151);
    font-weight: bold;
    font-size: 20px;
    margin: 0 0 5px;
  }
  .soudanline {
    border-bottom: solid 2px rgb(0, 85, 151);
    margin: 0 0 5px;
  }
  .soudanflame {
    padding: 20px 10px;
    background-color: rgb(208, 228, 246);
    border: solid 2px rgb(0, 85, 151);
    border-radius: 10px;
  }
  .soudanflameyelloworange {
    margin: 20px 0 5px;
    padding: 20px 10px;
    background-color: rgb(249, 185, 0);
    border: solid 2px rgb(0, 85, 151);
    border-radius: 10px;
  }

  /*## 仕組み ##*/

  .sikumibox {
    margin: 0 0 20px;
  }
  .sikumibox:nth-child(2) {
    margin: 10px 0 0;
  }
  .sikumititle {
    font-size: 20px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-align: center;
    width: 100%;
    padding: 8px 0px;
    background-color: rgb(0, 85, 151);
    border-radius: 10px;
  }
  .triangle3 {
    margin: 0 auto;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 12px solid rgb(0, 85, 151);
  }
  /*## 選ばれる5つの理由 ##*/
  .reasonblock.thanks {
    text-align: left;
    padding: 20px 0px;
    background-color: rgb(255, 255, 255);
    border: solid 2px rgb(0, 85, 151);
    border-radius: 10px;
    margin: 0 0 30px 0;
  }
  .reasonblock {
    text-align: center;
    padding: 5px 0px 15px;
    background-color: rgb(255, 255, 255);
    border: solid 2px rgb(0, 85, 151);
    border-radius: 10px;
    margin: 0 0 30px 0;
  }
  .reasonblock:nth-child(6) {
    margin: 0 0 0 0;
  }
  .reasonbox1 {
    padding: 0 20px;
  }
  .reasonbox2 {
    padding: 0 20px;
  }
  .reasonicon {
    vertical-align: -8.5px;
    width: 30px;
    margin: 0 8px 0 0;
  }
  .reasontitle {
    color: rgb(0, 85, 151);
    font-weight: bold;
    font-size: 18px;
    margin: 0 0 2px;
  }
  .reasontext {
    font-size: 14px;
    margin: 0 0 0 0;
  }
  .reasontext2 {
    text-align: left;
    font-size: 14px;
    margin: 5% 5% ;
  }
  .reasonchara1 {
    padding: 0 0px 3px;
    width: 35%;
  }
  .reasonchara2 {
    width: 35%;
  }
  .reasonchara3 {
    width: 35%;
  }
  .reasonchara4 {
    padding: 0 0px 3px;
    width: 35%;
  }
  .reasonchara5 {
    padding: 0 0px 3px;
    width: 35%;
  }

  .reasonblock.step {
    text-align: center;
    padding: 5px 0px 15px;
    background-color: rgb(255, 255, 255);
    border: solid 2px rgb(0, 85, 151);
    border-radius: 10px;
    margin: 0 0 0 0;
  }
  .reasonbox2.step {
    padding: 0 20px;
    margin: 0 0 0 0;
  }
  .trianglestep {
    margin: 15px auto;
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 30px solid rgb(0, 85, 151);
  }  
  /*## ご成約までの４つのSTEP ##*/

  .trianglestep {
    margin: 10px auto;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 20px solid rgb(0, 85, 151);
  }

  /*## 他社とのサービスの比較 ##*/
  .untensikin2 {
    vertical-align: -12px;
  }
  #comparison .cptable th {
    white-space: nowrap;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
  .cptable td {
    white-space: nowrap;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
  .cpth0 {
    line-height: 1;
  }
  .cpth2 {
    height: 5px;
    border: solid 3px rgb(235, 97, 0);
    background-color: rgb(235, 97, 0);
    color: white;
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    padding: 0;
    white-space: nowrap;
  }
  .cpth3 {
    height: 15px;
    border: solid 1px black;
    background-color: rgb(0, 85, 151);
    color: white;
    font-weight: normal;
    font-size: 16px;
    padding: 10px;
  }
  .cptd1 {
    border-right: solid 3px rgb(235, 97, 0);
    border-bottom: solid 1px black;
    border-top: solid 1px black;
    border-left: solid 1px black;
    background-color: rgb(208, 228, 246);
    color: black;
    font-weight: normal;
    font-size: 13px;
  }
  .cptd2 {
    border-right: solid 3px rgb(235, 97, 0);
    border-bottom: solid 1px black;
    background-color: white;
    color: rgb(235, 97, 0);
    font-weight: bold;
    font-size: 15px;
  }
  .cptd2orangebottom {
    border-right: solid 3px rgb(235, 97, 0);
    border-bottom: solid 3px rgb(235, 97, 0);
    background-color: white;
    color: rgb(235, 97, 0);
    font-weight: bold;
    font-size: 15px;
  }
  .cptd3 {
    border: solid 1px black;
    background-color: white;
    color: black;
    font-weight: normal;
    font-size: 14px;
  }
  .uee {
    vertical-align: 16px;
  }
  /*## 当社をご利用頂いたお客様の声 ##*/

  .voiceblock {
    padding: 20px;
    background-color: rgb(208, 228, 246);
    border: solid 2px rgb(0, 85, 151);
    border-radius: 10px;
  }
  .voiceblock:nth-child(2) {
    margin: 20px 0;
  }
  .voiceblock:nth-child(3) {
    margin: 20px 0;
  }
  .voicesubtittle {
    line-height: 1.5;
    font-weight: bold;
    display: inline;
    padding: 0 0 2px 0;
    border-bottom: 2px solid rgb(0, 85, 151);
    font-size: 15px;
    margin: 0;
  }
  .voicetittle {
    line-height: 1.25;
    color: rgb(0, 85, 151);
    margin: 15px 0 5px 0;
    font-size: 17px;
    font-weight: bold;
  }
  .voicetext {
    font-size: 14px;
  }
  .voicechara1 {
    margin: 0 15px 0 0;
    float: left;
    width: 25%;
  }
  .voicechara2 {
    margin: 0 0 0 15px;
    float: right;
    width: 25%;
  }

  /*#####FAQ#####*/

  .faqbox {
    white-space: nowrap;
    margin-bottom: 10px;
    width: 100%;
    padding: 20px 10px;
    background-color: rgb(208, 228, 246);
    border: solid 2px rgb(0, 85, 151);
    border-radius: 10px;
  }
  .faqbox:last-child {
    margin-bottom: 0;
  }
  .qtext {
    color: rgb(0, 85, 151);
    margin: 5px 0 5px 0;
    font-size: 16px;
    font-weight: bold;
    padding-left: 1em;
    text-indent: -1em;
  }
  .atext {
    color: rgb(235, 97, 0);
    margin: 5px 0 0 0;
    font-size: 15px;
    font-weight: bold;
    padding-left: 1em;
    text-indent: -1em;
  }

  /*## ABOUT ##*/
  .aboutblock1 {
    width: 100%;
  }

  .aboutblock2 {
    margin: 20px 0 0 2%;
    width: 100%;
  }
  .aboutleft {
    width: 125px;
    font-weight: bold;
    font-size: 13px;
    line-height: 1.25;
  }
  .aboutright {
    width: 100%;
    font-size: 13px;
    line-height: 1.25;
  }

  /*######フッター######*/

  .ftcharafooter img {
    float: left;
    width: 140px;
    margin: -55px 5px 0 0;
  }

  .ftlogo {
    float: left;
    width: 245px;
    margin:5px 0px 5px 0;
  }
  .footerback {
    background: url(../image/backtoumei.png) center center / 36% no-repeat ;
  }
  .footercenter {
    width: 400px;
    margin: 0 auto;
  }
  /*############*/
  .h2subtext {
    line-height: 1.25;
    font-size: 15px;
    text-align: center;
  }
  h2 {
    margin: 0 0 20px 0;
    line-height: 1.25;
    font-weight: bold;
    font-size: 21px;
    text-align: center;
  }
  h3 {
    margin: 7px 0 10px 0;
    font-weight: bold;
    font-size: 16px;
    text-align: left;
  }

  .sitasankaku {
    width: 70px;
    margin: 0 auto;
  }

  .marginzero {
    margin-bottom: 0;
  }

  .paddingzero {
    padding-bottom: 0;
  }

  .copy {
    letter-spacing: 1px;
    font-weight: normal;
    padding: 5px 0;
    font-size: 11px;
    color: white;
    background-color: rgb(0, 85, 151);
    text-align: center;
  }

  #top_btn {
    position: fixed;
    bottom: 40px;
    right: 20px;
    display: table;
    width: 100%;
    padding: 2px 0 0 0;
    text-decoration: none;
    color: rgb(3, 179, 233);
    width: 36px;
    height: 36px;
    font-size: 22px;
    text-align: center;
    overflow: hidden;
    font-weight: bold;
    background: rgba(255, 255, 255, 0.6);
    border: solid 2px rgb(3, 179, 233);
    z-index: 1001;
  }
  #top_btn:active {
    text-decoration: none;
    box-shadow: inset 0 1px 0 rgba(#353, 87, 41, 0.5), 0 2px 2px;
  }
}
/* ################################# 768px以上 ################################# */

@media (min-width: 768px) {
  .sf {
    display: none !important;
  }
  .tb {
    display: none !important;
  }
  .tbsf {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
  
  .pctb {
    display: block !important;
  }
  p {
    font-size: 16px;
  }

  .skyblueline {
    border-bottom: solid 4px rgb(3, 179, 233);
  }
  .blueline {
    border-bottom: solid 4px rgb(0, 85, 151);
  }
  .orangeline {
    border-bottom: solid 4px rgb(235, 97, 0);
  }
  .yelloworangeline {
    border-bottom: solid 4px rgb(249, 185, 0);
  }
  .contents {
    padding: 60px 30px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1060px;
  }
  .contentsflame {
    padding: 30px;
    background-color: white;
    border: solid 2px rgb(0, 85, 151);
    border-radius: 15px;
  }
  .contentsflame.skybluewaku {
    padding: 30px;
    background-color: white;
    border: solid 2px rgb(3, 179, 233);
    border-radius: 15px;
  }
  .wakuwhite {
    border: solid 2px rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    margin: 0 0 0 3px;
    padding: 1px 2px;
  }
  .waku {
    border: solid 2px rgb(0, 85, 151);
    color: rgb(0, 85, 151);
    margin: 0 0 0 3px;
    padding: 1px 2px;
  }
  /*## ヘッダー ##*/

  .headertop {
    font-size: 16px;
    padding: 8px 0;
    text-align: center;
    background-color: rgb(0, 85, 151);
    color: white;
  }
  header {
    max-width: 1060px;
    padding: 0 30px 0;
    margin: 0 auto;
  }
  .title1 {
    margin: -25px 15px 0 0;
    float: left;
  }
  .title2 {
    float: left;
  }
  .title3 {
    margin: 0 15px 0 15px;
    float: right;
  }
  .title4 {
    float: right;
  }
  .titlel1innner {
    height: 150px;
    display: table-cell;
    vertical-align: middle;
  }
  .title2innner,
  .title3innner,
  .title4innner {
    height: 130px;
    display: table-cell;
    vertical-align: middle;
  }

  .title1and2 {
    margin: 0;
    width: 100%;
  }
  .title3and4 {
    margin: 0;
    width: 100%;
  }

  .titlel1innner img {
    width: 150px;
  }
  #logo {
    width: 200px;
    margin:0 0 5px 0;
  }
  .contact {
    padding: 18px 8px;
    font-weight: bold;
    font-size: 13px;
    background-color: rgb(235, 97, 0);
    border-radius: 15px;
    color: white;
    text-align: center;
  }
  .contact:hover {
    padding: 18px 8px;
    font-weight: bold;
    font-size: 13px;
    background-color: rgba(235, 97, 0, 0.75);
    border-radius: 15px;
    color: white;
    text-align: center;
  }
  .contact a {
    color: white;
  }
  .contact i {
    font-size: 18px;
    margin: 0 4px 0 0;
  }
  .tel,
  .fd {
    margin: 3px 0 0;
    line-height: 1;
    font-size: 25px;
    font-weight: bold;
  }
  .tel img,
  .fd img {
    margin: 0 4px 0 0;
    vertical-align: -1px;
    width: 35px;
  }

  /*## メインブロック ##*/
  .mainsubtext {
    margin: -30px 0 0 0;
    padding: 0.5vh 0 0.25vh;
  }
  .maintext {
    margin: 20px 10px 23px;
  }

  .mainblock {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .mainblock1 {
    width: 30%;
    display: table-cell;
    vertical-align: middle;
  }
  .mainblock2 {
    text-align: center;
    width: 40%;
    padding: 0 1%;
    display: table-cell;
    vertical-align: middle;
  }
  .mainblock2tbsf {
    display: none;
  }
  .mainblock3 {
    width: 30%;
    display: table-cell;
    vertical-align: middle;
  }
  .mainflame {
    padding: 20px 5px;
    text-align: center;
    background-color: white;
    border: solid 2px rgb(0, 85, 151);
    border-radius: 15px;
    white-space: nowrap;
  }
  .mainblock1 .strengthsbox1 .mainflame {
    width: 95%;
    float: left;
    margin: 0 0 10px;
  }
  .mainblock1 .strengthsbox2 .mainflame {
    width: 95%;
    float: left;
  }
  .mainblock3 .strengthsbox1 .mainflame {
    width: 95%;
    float: right;
    margin: 0 0 10px;
  }
  .mainblock3 .strengthsbox2 .mainflame {
    width: 95%;
    float: right;
  }
  .mainicon img {
    margin: 0 0 10px 0;
    width: 72px;
  }
  .orangebig {
    font-weight: bold;
    font-size: 26px;
    color: rgb(235, 97, 0);
  }
  .maincomment {
    margin: 0 auto 10px;
    max-width: 320px;
  }
  .triangle1 {
    margin: 75px 0 0;
    width: 5%;
    float: right;
  }
  .triangle2 {
    transform: scale(-1, 1);
    margin: 75px 0 0;
    width: 5%;
    float: left;
  }

  .maintopback {
    background: url(../image/backtoumei.png) center 120px / contain no-repeat;
  
  }
  /*## お問い合わせフォーム ##*/
  #contact1 {
    margin: 0 0 0;
  }
  #contact1 .contentsflame {
    margin: -60px 0 0;
  }
  .h2aroundright {
    margin: 0 140px 0 0;
  }
  .h2around {
    margin: 0 auto;
    width: 465px;
  }
  .h2chara img {
    margin: -65px 20px 5px 5px;
    float: left;
    width: 140px;
  }
  .h2block {
    float: left;
  }
  .h2suball {
    margin: 0 0 10px 0;
  }
  .h2subflame {
    font-size: 14px;
    color: rgb(0, 85, 151);
    font-weight: bold;
    padding: 5px 45px;
    text-align: center;
    background-color: white;
    border: solid 2px rgb(0, 85, 151);
    border-radius: 5px;
    white-space: nowrap;
  }
  .minitriangle2 img {
    width: 10px;
    transform: scale(-1, 1);
    margin: 0 0 7px 0;
  }

  .sousin input {
    margin: 15px auto 0;
    display: block;
    width: 300px;
    outline: none;
    padding: 20px 30px 20px 30px;
    color: white;
    background-color: rgb(235, 97, 0);
    font-weight: bold;
    font-size: 18px;
    border: none;
    border-radius: 10px;
  }
  .sousin input:hover {
    margin: 15px auto 0;
    display: block;
    width: 300px;
    outline: none;
    padding: 20px 30px 20px 30px;
    color: white;
    background-color: rgba(235, 97, 0, 0.8);
    font-weight: bold;
    font-size: 18px;
    box-shadow: 2px 2px 0px 0 rgba(0, 0, 0, 0.2);
    border: none;
    border-radius: 10px;
  }

  table td,
  th {
    font-size: 15px;
    text-align: justify;
    padding: 8px 12px 8px 12px;
  }
  .contactleft {
    background-color: rgb(249, 185, 0);
    border: solid 1px black;
    color: black;
    text-align: left;
    width: 200px;
  }
  ::placeholder {
    font-size: 14px;
  }

  .hitusu {
    vertical-align: 1px;
    padding: 1px 2px;
    font-weight: bold;
    background-color: #c30d22;
    color: white;
    font-size: 13px;
  }

  /*## お悩み ##*/
  .onayamiboxlast {
    max-width: 52%;
    margin: 0 auto 0;
  }
  .onayamiboxlast img {
    margin: -50px auto 0;
  }
  .onayamibox {
    float: left;
    max-width: 32%;
    margin: 70px 0 0;
  }
  .onayamibox:nth-child(2) {
    margin: 0 2%;
  }
  .aki {
    letter-spacing: 2px;
  }
  .triangleonayami {
    margin: 0 auto;
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 30px solid rgb(3, 179, 233);
  }
  /*## 相談 ##*/

  .soudanbox1 {
    float: left;
    max-width: 32%;
    margin: 120px auto 0;
  }
  .soudanbox2and4 {
    max-width: 32%;
    float: left;
    margin: 0 2% 0;
  }
  .soudanbox2 {
    margin: 0 0 20px;
  }
  .soudanbox3 {
    float: left;
    max-width: 32%;
    margin: 120px auto 0;
  }
  .soudanboxinnner {
    text-align: center;
  }
  .soudantext {
    font-size: 15px;
  }
  .soudanbox1 img,.soudanbox2 img,.soudanbox3 img,.soudanbox4 img{
    width: 70%;
    margin: -15px 0 0;
  }
  .soudanbox4 .soudan4icon {
    width: 35px;
    margin: 0 5px 0 0;
  }
  .soudantitle {
    color: rgb(0, 85, 151);
    font-weight: bold;
    font-size: 21px;
    margin: 0 0 5px;
  }
  .soudanline {
    border-bottom: solid 2px rgb(0, 85, 151);
    margin: 0 0 5px;
  }
  .soudanflame {
    padding: 20px 0px;
    background-color: rgb(208, 228, 246);
    border: solid 2px rgb(0, 85, 151);
    border-radius: 10px;
  }
  .soudanflameyelloworange {
    padding: 20px 10px;
    background-color: rgb(249, 185, 0);
    border: solid 2px rgb(0, 85, 151);
    border-radius: 10px;
  }

  /*## 仕組み ##*/

  .sikumibox {
    padding: 0 15px 0 0;
    float: left;
    width: 50%;
  }
  .sikumibox:nth-child(2) {
    padding: 0 0 0 15px;
    float: left;
    width: 50%;
  }
  .sikumititle {
    font-size: 22px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-align: center;
    width: 100%;
    padding: 10px 0px;
    background-color: rgb(0, 85, 151);
    border-radius: 10px;
  }
  .triangle3 {
    margin: 0 auto;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid rgb(0, 85, 151);
  }
  /*## 選ばれる5つの理由 ##*/

  .reasonblock {
    text-align: center;
    padding: 20px 0px;
    background-color: rgb(255, 255, 255);
    border: solid 2px rgb(0, 85, 151);
    border-radius: 10px;
    position: relative;
    margin: 0 0 50px 0;
  }

  
  .reasonblock:nth-child(6) {
    margin: 0 0 0 0;
  }
  .reasonbox1 {
    padding: 0 20px;
    margin: 0 0 0 145px;
  }
  .reasonbox1.thanks{
    padding: 0 20px;
    margin: 0 0 0 0;
  }
  .reasonbox2 {
    padding: 0 20px;
    margin: 0 145px 0 145px;
  }
  .reasonicon {
    vertical-align: -10.5px;
    width: 35px;
    margin: 0 10px 0 0;
  }
  .reasontitle {
    padding-left: 4em;
    text-indent: -4em;
    color: rgb(0, 85, 151);
    font-weight: bold;
    font-size: 20px;
    margin: 0 0 5px;
  }
  .reasontext {
    font-size: 15px;
    margin: 0 0 0 92px;
  }
  .reasontext2 {
    text-align: left;
    font-size: 15px;
    margin: 0 0 0 92px;
  }
  .reasonchara1 {
    top: -120px;
    left: -25px;
    position: absolute;
    width: 213px;
  }
  .reasonchara2 {
    top: -40px;
    right: -25px;
    position: absolute;
    width: 213px;
  }
  .reasonchara3 {
    top: -60px;
    left: -25px;
    position: absolute;
    width: 213px;
  }
  .reasonchara4 {
    top: -50px;
    right: -25px;
    position: absolute;
    width: 213px;
  }
  .reasonchara5 {
    top: -50px;
    left: -25px;
    position: absolute;
    width: 213px;
  }

  /*## ご成約までの４つのSTEP ##*/

  .reasontitle.step {
    text-align: center;
    color: rgb(0, 85, 151);
    font-weight: bold;
    font-size: 24px;
    margin: 0 0 5px;
  }

  .reasontext.step {
    text-align: center;
    font-size: 15px;
    margin: 0;
  }

  .reasonbox1.step {
    margin: 0;
    padding: 0 20px;
  }
  .reasonbox2.step {
    margin: 0;
    padding: 0 20px;
  }
  .reasonchara1.step {
    top: -40px;
    left: -5px;
    position: absolute;
    width: 213px;
  }
  .reasonchara2.step {
    top: -50px;
    right: -25px;
    position: absolute;
    width: 213px;
  }
  .reasonchara3.step {
    top: -50px;
    left: -5px;
    position: absolute;
    width: 213px;
  }
  .reasonchara4.step {
    top: -60px;
    right: 5px;
    position: absolute;
    width: 213px;
  }
  
  
  .reasonblock.step {
    padding: 20px 0px;
    background-color: rgb(255, 255, 255);
    border: solid 2px rgb(0, 85, 151);
    border-radius: 10px;
    position: relative;
    margin: 0 0 0 0;
  }
  .reasonbox2.step {
    padding: 0 20px;
    margin: 0 0 0 0;
  }
  .trianglestep {
    margin: 15px auto;
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 30px solid rgb(0, 85, 151);
  }
  /*## 他社とのサービスの比較 ##*/

  .untensikin {
    vertical-align: -12px;
    padding: 0 0 10px 0;
  }
  #comparison .cptable th {
    text-align: center;
  }
  .cptable td {
    text-align: center;
  }
  .cpth0 {
    line-height: 1;
  }
  .cpth2 {
    height: 5px;
    border: solid 3px rgb(235, 97, 0);
    background-color: rgb(235, 97, 0);
    color: white;
    font-weight: bold;
    font-size: 19px;
    line-height: 1;
  }
  .cpth3 {
    height: 15px;
    border: solid 1px black;
    background-color: rgb(0, 85, 151);
    color: white;
    font-weight: normal;
    font-size: 14px;
    padding: 10px;
  }
  .cptd1 {
    border-right: solid 3px rgb(235, 97, 0);
    border-bottom: solid 1px black;
    border-top: solid 1px black;
    border-left: solid 1px black;
    background-color: rgb(208, 228, 246);
    color: black;
    font-weight: normal;
    font-size: 14px;
  }
  .cptd2 {
    border-right: solid 3px rgb(235, 97, 0);
    border-bottom: solid 1px black;
    background-color: white;
    color: rgb(235, 97, 0);
    font-weight: bold;
    font-size: 22px;
    line-height: 1;
  }
  .cptd2orangebottom {
    border-right: solid 3px rgb(235, 97, 0);
    border-bottom: solid 3px rgb(235, 97, 0);
    background-color: white;
    color: rgb(235, 97, 0);
    font-weight: bold;
    font-size: 22px;
  }
  .cptd3 {
    border: solid 1px black;
    background-color: white;
    color: black;
    font-weight: normal;
    font-size: 15px;
  }
  .uee {
    vertical-align: 20px;
  }

  /*## 当社をご利用頂いたお客様の声 ##*/

  .voiceblock {
    padding: 20px;
    background-color: rgb(208, 228, 246);
    border: solid 2px rgb(0, 85, 151);
    border-radius: 10px;
  }
  .voiceblock:nth-child(2) {
    margin: 26px 0;
  }
  .voiceblock:nth-child(3) {
    margin: 26px 0;
  }
  .voicesubtittle {
    line-height: 2;
    font-weight: bold;
    border-bottom: 1px solid rgb(0, 85, 151);
    font-size: 16px;
    margin: 0;
  }
  .voicetittle {
    color: rgb(0, 85, 151);
    margin: 5px 0 5px 0;
    font-size: 18px;
    font-weight: bold;
  }
  .voicetext {
    font-size: 15px;
  }
  .voicechara1 {
    margin: 0 20px 0 0;
    float: left;
    width: 140px;
  }
  .voicechara2 {
    margin: 0 0 0 20px;
    float: right;
    width: 140px;
  }
  .voicebox {
    overflow: hidden;
  }
  /*## FAQ ##*/

  .faqbox {
    white-space: nowrap;
    margin-bottom: 1%;
    width: 49%;
    float: left;
    padding: 20px 10px;
    background-color: rgb(208, 228, 246);
    border: solid 2px rgb(0, 85, 151);
    border-radius: 10px;
  }
  .faqbox:nth-child(odd) {
    margin-right: 1%;
  }

  .faqbox:nth-child(even) {
    margin-left: 1%;
  }
  .qtext {
    color: rgb(0, 85, 151);
    margin: 5px 0 5px 0;
    font-size: 17px;
    font-weight: bold;
    padding-left: 1em;
    text-indent: -1em;
  }
  .atext {
    color: rgb(235, 97, 0);
    margin: 5px 0 0 0;
    font-size: 16px;
    font-weight: bold;
    padding-left: 1em;
    text-indent: -1em;
  }

  /*## ABOUT ##*/
  .aboutblock1 {
    float: left;
    width: 49%;
  }

  .aboutblock2 {
    float: left;
    margin: 0 0 0 2%;
    width: 49%;
  }
  .aboutleft {
    width: 125px;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.25;
  }
  .aboutright {
    width: 70%;
    font-size: 14px;
    line-height: 1.25;
  }
  /*######フッター######*/

  .ftcharafooter img {
    float: left;
    width: 160px;
    margin: -65px 5px 0 0;
  }

  .ftlogo {
    float: left;
    width: 260px;
    margin:0 0 5px 0;
  }
  .footerback {
    background: url(../image/backtoumei.png) center center / 30% no-repeat;
  }
  .footercenter {
    width: 430px;
    margin: 0 auto 0 ;
  }
  .footercenterouter {
    padding:0 160px 0 0;
  }
  /*############*/
  .h2subtext {
    line-height: 1.25;
    font-size: 16px;
    text-align: center;
  }
  h2 {
    margin: 0 0 40px 0;
    line-height: 1.25;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
  }

  h3 {
    margin: 10px 0 3px 0;
    font-weight: bold;
    font-size: 17px;
    text-align: left;
  }

  .marginzero {
    margin-bottom: 0;
  }

  .paddingzero {
    padding-bottom: 0;
  }
  .sitasankaku {
    width: 90px;
    margin: 0 auto;
  }

  .copy {
    letter-spacing: 1px;
    font-weight: normal;
    padding: 5px 0;
    font-size: 11px;
    color: white;
    background-color: rgb(0, 85, 151);
    text-align: center;
  }

  #top_btn {
    position: fixed;
    bottom: 90px;
    right: 40px;
    display: table;
    width: 100%;
    padding: 2px 0 0 0;
    text-decoration: none;
    color: rgb(3, 179, 233);
    width: 40px;
    height: 40px;
    font-size: 24px;
    text-align: center;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.6);
    border: solid 2px rgb(3, 179, 233);
    z-index: 1001;
  }
  #top_btn:active {
    text-decoration: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 2px;
  }
}
/* ################################# 950px以上 ################################# */

@media (min-width: 950px) {
  /*## ヘッダー ##*/
  .title1 {
    margin: -25px 15px 0 0;
    float: left;
  }
  .title2 {
    float: left;
  }
  .title3 {
    margin: 0 15px 0 15px;
    float: right;
  }
  .title4 {
    float: right;
  }
  .titlel1innner {
    height: 150px;
    display: table-cell;
    vertical-align: middle;
  }
  .title2innner,
  .title3innner,
  .title4innner {
    height: 130px;
    display: table-cell;
    vertical-align: middle;
  }

  .title1and2 {
    margin: 0;
    width: 100%;
  }
  .title3and4 {
    margin: 0;
    width: 100%;
  }
  
  .contact {
    padding: 18px 25px;
    font-weight: bold;
    font-size: 14px;
    background-color: rgb(235, 97, 0);
    border-radius: 15px;
    color: white;
    text-align: center;
  }
  .contact:hover {
    padding: 18px 25px;
    font-weight: bold;
    font-size: 14px;
    background-color: rgba(235, 97, 0, 0.75);
    border-radius: 15px;
    color: white;
    text-align: center;
  }
  #logo {
    width: 250px;
    margin:0 0 5px 0;
  }
  .titlel1innner img {
    width: 160px;
  }
}
