@charset "UTF-8";

/*
Theme Name: 森猫堂
*/

/*全体
--------------------------------------------------------------------------*/
/*よくあるご質問ページのページ内リンク対応*/
html {
  scroll-padding-top: 205px;
}
@media only screen and (max-width: 1280px) {
  html {
    scroll-padding-top: 180px;
  }
}
@media only screen and (max-width: 480px) {
  html {
    scroll-padding-top: 170px;
  }
}
@media only screen and (max-width: 414px) {
  html {
    scroll-padding-top: 150px;
  }
}

body {
  margin: 0;
  background: #fff;
  padding: 0;
  color: #111;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  font-family: 'Noto Sans JP', sans-serif;
  text-align: center;
}

/*paddingとborderをwidthに含める*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#con {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 2000px;
  height: auto;
  text-align: center;
}

/*page-top用*/
.clearfix:after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  content: '.';
  font-size: 0;
  line-height: 0;
}

img {
  border: 0;
}
@media screen and (max-width: 1280px) {
  img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
}

a:link,
a:visited {
  outline: 0;
  color: #00b5d1;
  font-weight: 500;
}

a:hover {
  outline: 0;
  color: #00b5d1;
}

a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: 'alpha(opacity=80)';
}

br.sp,
br.spt,
br.spt2,
.nsp {
  display: inherit;
}
br.sm,
br.smt,
br.smm,
br.smm2,
br.spm,
.nst,
.nss,
br.smm3 {
  display: none;
}
@media only screen and (max-width: 1280px) {
  br.sp,
  br.spm,
  br.smm,
  .smm,
  br.smm2,
  .nsp,
  .nss,
  .nsm,
  br.smm3 {
    display: none;
  }
  br.spt,
  br.sm,
  br.smt,
  .nst {
    display: inherit;
  }
}
@media only screen and (max-width: 640px) {
  br.spt,
  br.smt,
  br.smm2,
  .nsp,
  .nst,
  .nsm,
  .nsm2,
  br.smm3 {
    display: none;
  }
  br.spm,
  br.smm,
  .nss {
    display: inherit;
  }
}
@media only screen and (max-width: 480px) {
  br.spt,
  br.smt,
  .nsp,
  .nst,
  .nsm,
  br.spt2,
  br.smm3 {
    display: none;
  }
  br.spm,
  br.smm,
  br.smm2,
  .nss {
    display: inherit;
  }
}
@media only screen and (max-width: 414px) {
  br.spt,
  br.smt,
  .nsp,
  .nst,
  .nsm,
  br.spt2 {
    display: none;
  }
  br.spm,
  br.smm,
  br.smm2,
  .nss,
  br.smm3 {
    display: inherit;
  }
}

/*ヘッダ
--------------------------------------------------------------------------*/
header.mo {
  position: fixed;
  top: 0;
  left: 0;
  float: left;
  clear: both;
  z-index: 9999;
  margin: 0;
  background:
    url(https://outicompass.jp/image/header.png) no-repeat left top,
    #b2e2f5;
  padding: 0;
  width: 100%;
  height: 185px;
  text-align: left;
}
header img.logo {
  margin: 15px 0 0 3%;
  max-width: 15%;
}
@media only screen and (max-width: 1280px) {
  header.mo {
    float: left;
    clear: both;
    margin: 0;
    background:url(https://outicompass.jp/image/header-box-sm2.png) no-repeat 2% 60px/35%,url(https://outicompass.jp/image/header.png) no-repeat left top/60% 100%,
      #b2e2f5;
    padding: 0;
    width: 100%;
    height: 100px;
    text-align: left;
  }
  header.mo img.logo {
    margin: 5px 0 0 1%;
    max-width: 20%;
  }
}
@media only screen and (max-width: 1080px) {
  header.mo img.logo {
    margin: 5px 0 0 1%;
    max-width: 25%;
  }
}
@media only screen and (max-width: 835px) {
header.mo{
clear: both;
float: left;
width: 100%;
height: 85px;
margin: 0;
padding: 0;
text-align: left;
background: url(https://outicompass.jp/image/header-box-sm2.png) no-repeat 2% 55px/35%,url(https://outicompass.jp/image/header.png) no-repeat left top/60% 100%,#b2e2f5;
}
  header.mo img.logo {
    margin: 5px 0 0 1%;
    max-width: 30%;
  }
}
@media only screen and (max-width: 640px) {
header.mo{
clear: both;
float: left;
width: 100%;
height: 160px;
margin: 0;
padding: 0;
text-align: left;
background: url(https://outicompass.jp/image/header.png) no-repeat left top/60% 100%,#b2e2f5;
}
header.mo img.logo{
max-width: 260px;
margin: 30px 0 0 1%;
}
  }
}
@media only screen and (max-width: 480px) {
header.mo{
clear: both;
float: left;
width: 100%;
height: 145px;
margin: 0;
padding: 0;
text-align: left;
background: url(https://outicompass.jp/image/header.png) no-repeat left top/60% 100%,#b2e2f5;
}
header.mo img.logo{
max-width: 230px;
margin: 30px 0 0 1%;
}
}
@media only screen and (max-width: 414px) {
  header.mo {
    float: left;
    clear: both;
    margin: 0;
    background:
      url(https://outicompass.jp/image/header.png) no-repeat left top/60% 100%,
      #b2e2f5;
    padding: 0;
    width: 100%;
    height: 130px;
    text-align: left;
  }
  header.mo img.logo {
    margin: 25px 0 0 1%;
    max-width: 45%;
  }
}

#header-box {
  position: fixed;
  top: 0;
  right: 0;
  float: right;
  margin: 0;
  background: url(https://outicompass.jp/image/header-box.png) no-repeat center 10%/65%;
  padding: 100px 3% 0 0;
  width: 40%;
  height: 185px;
  text-align: right;
}
#header-box img {
  display: inline;
  vertical-align: bottom;
  margin: 0 0 0 1%;
  max-width: 49%;
}
#header-box img.bno {
  display: none;
}
@media only screen and (max-width: 1440px) {
  #header-box {
    position: fixed;
    top: 0;
    right: 0;
    float: right;
    margin: 0;
    background: url(https://outicompass.jp/image/header-box.png) no-repeat left 10%/90%;
    padding: 105px 3% 0 0;
    width: 40%;
    height: 185px;
    text-align: right;
  }
}
@media only screen and (max-width: 1280px) {
  #header-box {
clear: both;
float: left;
width:50%;
height: auto;
margin: 0 0 0 50%;
padding:10px 7% 0 3%;
text-align:right;
background: none;
position: fixed;
top:0;
right: 0;
  }
  #header-box img {
    display: none;
    vertical-align: bottom;
max-width: 48%;
margin: 0 0 0 2%;
  }
  #header-box img.bno {
    display: inherit;
  }
}
@media only screen and (max-width: 1080px) {
#header-box{
clear: both;
float: left;
width:65%;
height: auto;
margin: 0 0 0 35%;
padding:10px 9% 0 3%;
text-align:right;
background: none;
position: fixed;
top:0;
right: 0;
}
}
@media only screen and (max-width: 835px) {
  #header-box {
clear: both;
float: left;
width:65%;
height: auto;
margin: 0 0 0 35%;
padding:10px 11% 0 3%;
text-align:right;
background:none;
position: fixed;
top:0;
right: 0;
  }
}
@media only screen and (max-width: 640px) {
#header-box{
clear: both;
float: left;
width:100%;
height: auto;
margin: 0;
padding:90px 10px 0 1%;
text-align:left;
background: url(https://outicompass.jp/image/header-box-sm2.png) no-repeat 5% 5px/400px;
position: fixed;
top:0;
right: 0;
}
#header-box img{
display:none;
max-width: 200px;
margin: 0 15px 0 0;
vertical-align: bottom;
}
#header-box img.bno{
display: inherit;
}
}
@media only screen and (max-width: 480px) {
#header-box{
clear: both;
float: left;
width:100%;
height: auto;
margin: 0;
padding:80px 10px 0 1%;
text-align:left;
background: url(https://outicompass.jp/image/header-box-sm2.png) no-repeat 5% 5px/350px;
position: fixed;
top:0;
right: 0;
}
#header-box img{
display:none;
max-width: 180px;
margin: 0 15px 0 0;
vertical-align: bottom;
}
#header-box img.bno{
display: inherit;
}
}
@media only screen and (max-width: 414px) {
#header-box{
clear: both;
float: left;
width:100%;
height: auto;
margin: 0;
padding:65px 5px 0 1%;
text-align:right;
background: url(https://outicompass.jp/image/header-box-sm2.png) no-repeat 5% 5px/300px;
position: fixed;
top:0;
right: 0;
}
#header-box img{
display:none;
max-width: 48%;
margin: 0 1% 0;
vertical-align: bottom;
}
#header-box img.bno{
display: inherit;
}
}

#menu-box {
  float: left;
  clear: both;
  z-index: 9999;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}

menu {
  float: left;
  clear: both;
  margin: 15px 0 0 3%;
  border-radius: 10px;
  background: #fff;
  padding: 20px 0;
  width: 50%;
  height: auto;
}
@media only screen and (max-width: 1600px) {
  menu {
    float: left;
    clear: both;
    margin: 15px 0 0 3%;
    border-radius: 10px;
    background: #fff;
    padding: 20px 0;
    width: 55%;
    height: auto;
  }
}

menu ul {
  display: flex;
  justify-content: flex-start;
  float: left;
  clear: both;
  margin: 0;
  padding: 0 0 0 5%;
  width: 100%;
  height: auto;
  text-align: left;
}
menu li {
  flex: 0 0 auto;
  margin: 0 6% 0 0;
  padding: 0;
  font-size: 17px;
  line-height: 100%;
  list-style-type: none;
  text-align: center;
}
menu li.bno {
  display: none;
}
menu li a:link,
menu li a:visited {
  color: #111;
  font-weight: 400;
  text-decoration: none;
}
menu li a:hover {
  color: #00b5d1;
}
@media only screen and (max-width: 1440px) {
  menu li {
    flex: 0 0 auto;
    margin: 0 5% 0 0;
    padding: 0;
    font-size: 16px;
    line-height: 100%;
    list-style-type: none;
    text-align: center;
  }
}
@media only screen and (max-width: 1280px) {
  #menu-box {
    position: fixed;
    top: 0;
    left: 0;
    float: none;
    clear: both;
    z-index: 9999;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
  }
  menu {
    position: fixed;
    top: 0;
    float: left;
    clear: both;
    margin: 0;
    background: rgba(58, 139, 33, 0.9);
    padding: 0;
    width: 100%;
    height: auto;
    height: 100vh;
    text-align: center;
  }
  menu ul {
    display: inherit;
    float: left;
    clear: both;
    margin: 0;
    border-top: 1px solid #fff;
    border-bottom: none;
    padding: 0;
    width: 100%;
    height: auto;
    text-align: center;
  }
  menu li {
    display: block;
    flex: inherit;
    float: left;
    margin: 0;
    border-bottom: 1px solid #fff;
    background: none;
    padding: 0;
    width: 100%;
    color: #777;
    font-weight: 400;
    font-size: 17px;
    line-height: 100%;
    list-style-type: none;
    text-align: center;
  }
  menu li.bno {
    display: inherit;
  }
  menu li a:link,
  menu li a:visited {
    display: block;
    float: none;
    padding: 25px 0 25px;
    color: #fff;
    font-size: 17px;
    line-height: 100%;
    text-align: center;
    text-decoration: none;
  }
  menu li a:hover {
    text-decoration: underline;
  }

  @media only screen and (max-width: 640px) {
    menu li a:link,
    menu li a:visited {
      display: block;
      float: none;
      background: url(https://outicompass.jp/image/menu-li2.png) no-repeat center 10px/2%;
      padding: 25px 0 25px;
      color: #fff;
      font-size: 17px;
      line-height: 100%;
      text-align: center;
      text-decoration: none;
    }
  }
  @media only screen and (max-width: 480px) {
    menu li a:link,
    menu li a:visited {
      display: block;
      float: none;
      background: url(https://outicompass.jp/image/menu-li2.png) no-repeat center 10px/3%;
      padding: 20px 0 20px;
      color: #fff;
      font-size: 17px;
      line-height: 100%;
      text-align: center;
      text-decoration: none;
    }
  }
  @media only screen and (max-width: 414px) {
    menu li a:link,
    menu li a:visited {
      display: block;
      float: none;
      background: url(https://outicompass.jp/image/menu-li2.png) no-repeat center 10px/4%;
      padding: 20px 0 20px;
      color: #fff;
      font-size: 17px;
      line-height: 100%;
      text-align: center;
      text-decoration: none;
    }
  }

  /*==================================================
　5-2-4 MENUがCLOSEに
===================================*/

  /*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
  .openbtn4 {
    position: fixed; /*ボタン内側の基点となるためrelativeを指定*/
    top: 15px;
    right: 15px;
    float: right;
    z-index: 999;
    cursor: pointer;
    border: 2px solid #fff;
    border-radius: 5px;
    background: #009edf;
    width: 50px;
    height: 50px;
  }
  @media only screen and (max-width: 835px) {
    .openbtn4 {
      position: fixed; /*ボタン内側の基点となるためrelativeを指定*/
      top: 5px;
      right: 15px;
      float: right;
      z-index: 999;
      cursor: pointer;
      border: 2px solid #fff;
      border-radius: 5px;
      background: #009edf;
      width: 50px;
      height: 50px;
    }
  }
  @media only screen and (max-width: 640px) {
    .openbtn4 {
      position: fixed; /*ボタン内側の基点となるためrelativeを指定*/
      top: 5px;
      right: 10px;
      float: right;
      z-index: 999;
      cursor: pointer;
      border: 2px solid #fff;
      border-radius: 5px;
      background: #009edf;
      width: 50px;
      height: 50px;
    }
  }
  @media only screen and (max-width: 480px) {
    .openbtn4 {
      position: fixed; /*ボタン内側の基点となるためrelativeを指定*/
      top: 5px;
      right: 5px;
      float: right;
      z-index: 999;
      cursor: pointer;
      border: 2px solid #fff;
      border-radius: 5px;
      background: #009edf;
      width: 50px;
      height: 50px;
    }
  }

  /*ボタン内側*/
  .openbtn4 span {
    display: inline-block;
    position: absolute;
    left: 13px;
    transition: all 0.4s; /*アニメーションの設定*/
    border-radius: 5px;
    background: #fff;
    width: 45%;
    height: 2px;
  }
  .openbtn4 span:nth-of-type(1) {
    top: 11px;
  }
  .openbtn4 span:nth-of-type(2) {
    top: 17px;
  }
  .openbtn4 span:nth-of-type(3) {
    top: 23px;
  }
  .openbtn4 span:nth-of-type(3)::after {
    position: absolute;
    top: 0px;
    left: -5px;
    content: 'Menu'; /*3つ目の要素のafterにMenu表示を指定*/
    color: #fff;
    font-size: 0.7rem;
    font-family: 'メイリオ', Osaka, 'ヒラギノ丸ゴ Pro W4', 'ＭＳ Ｐゴシック';
    text-transform: uppercase;
  }
  @media only screen and (max-width: 640px) {
    .openbtn4 span:nth-of-type(3)::after {
      position: absolute;
      top: 0px;
      left: -5px;
      content: 'Menu'; /*3つ目の要素のafterにMenu表示を指定*/
      color: #fff;
      font-size: 0.7rem;
      font-family: 'メイリオ', Osaka, 'ヒラギノ丸ゴ Pro W4', 'ＭＳ Ｐゴシック';
      text-transform: uppercase;
    }
  }

  /*activeクラスが付与されると線が回転して×になり、Menu⇒Closeに変更*/
  .openbtn4.active span:nth-of-type(1) {
    top: 12px;
    left: 16px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }
  .openbtn4.active span:nth-of-type(2) {
    opacity: 0;
  }
  .openbtn4.active span:nth-of-type(3) {
    top: 24px;
    left: 16px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }

  .openbtn4.active span:nth-of-type(3)::after {
    top: 0px;
    left: -3px;
    transform: translateY(0) rotate(-45deg);
    content: 'Close'; /*3つ目の要素のafterにClose表示を指定*/
    font-size: 0.8rem;
    font-family: 'メイリオ', Osaka, 'ヒラギノ丸ゴ Pro W4', 'ＭＳ Ｐゴシック';
  }
  /*.doneクラスがついたヘッダー*/
  .dnone {
    display: none;
  }
  /*メニューボタンをクリックした際に付与されるpanelactiveクラスがついたら*/
  .dnone.panelactive {
    display: inherit;
  }
}

/*メイン
--------------------------------------------------------------------------*/
main {
  float: left;
  clear: both;
  margin: 185px 0 0;
  background: url(https://outicompass.jp/image/back.png) no-repeat left 185px;
  background-attachment: fixed;
  padding: 20px 0 0;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1280px) {
  main {
    float: left;
    clear: both;
margin: 100px 0 0;
padding: 0 0 0;
    background: none;
    background-attachment: fixed;
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 640px) {
main{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 170px 0 0;
padding: 0 0 0;
background: none;
background-attachment: fixed;
}
}
@media only screen and (max-width: 480px) {
main{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 170px 0 0;
padding: 0;
background: none;
background-attachment: fixed;
}
}
@media only screen and (max-width: 414px) {
  main {
    float: left;
    clear: both;
    margin: 120px 0 0;
    background: none;
    background-attachment: fixed;
    padding: 20px 0 0;
    width: 100%;
    height: auto;
  }
}

#fv {
clear: both;
float: left;
width: 100%;
height: auto;
margin: 30px 0 0;
padding:0 3% 0 20%;
text-align: left;
background:url(https://outicompass.jp/image/fv2.png) no-repeat 95% top/30%,
    url(https://outicompass.jp/image/fv.png) no-repeat center top/100% 100%;
}
#fv img {
  margin: 0 0 30px;
}
#fv img.bno {
  display: none;
}
@media only screen and (max-width: 1600px) {
  #fv {
clear: both;
float: left;
width: 100%;
height: auto;
margin: 30px 0 0;
padding:0 3% 0 15%;
text-align: left;
background:
      url(https://outicompass.jp/image/fv2.png) no-repeat 95% top/30%,
      url(https://outicompass.jp/image/fv.png) no-repeat center top/100% 100%;
  }
}
@media only screen and (max-width: 1440px) {
  #fv {
    float: left;
    clear: both;
    margin: 50px 0 0;
    background:
      url(https://outicompass.jp/image/fv2.png) no-repeat 95% top/33%,
      url(https://outicompass.jp/image/fv.png) no-repeat center top/100% 100%;
    padding: 0 3% 0 10%;
    width: 100%;
    height: auto;
    text-align: left;
  }
}
@media only screen and (max-width: 1280px) {
  #fv {
    float: left;
    clear: both;
    margin: 30px 0 0;
    background:
      url(https://outicompass.jp/image/fv2.png) no-repeat 95% top/33%,
      url(https://outicompass.jp/image/fv.png) no-repeat center top/100% 100%;
    padding: 0 3% 0 5%;
    width: 100%;
    height: auto;
    text-align: left;
  }
  #fv img {
    margin: 0 0 50px;
    max-width: 65%;
  }
}
@media only screen and (max-width: 1080px) {
  #fv {
    float: left;
    clear: both;
    margin: 30px 0 0;
    background:
      url(https://outicompass.jp/image/fv2.png) no-repeat 95% top/35%,
      url(https://outicompass.jp/image/fv.png) no-repeat center top/100%;
    padding: 0 3% 0 3%;
    width: 100%;
    height: auto;
    text-align: left;
  }
}
@media only screen and (max-width: 835px) {
  #fv {
    float: left;
    clear: both;
    margin: 20px 0 0;
    background:
      url(https://outicompass.jp/image/fv2.png) no-repeat 95% top/35%,
      url(https://outicompass.jp/image/fv.png) no-repeat center top/100%;
    padding: 0 2% 0 2%;
    width: 100%;
    height: auto;
    text-align: left;
  }
}
@media only screen and (max-width: 640px) {
  #fv {
    float: left;
    clear: both;
    margin: 0 0 0;
    background:
      url(https://outicompass.jp/image/fv2sm.png) no-repeat center top/80%,
      url(https://outicompass.jp/image/fv.png) no-repeat center top/100%;
    padding: 120px 2% 0 2%;
    width: 100%;
    height: auto;
    text-align: center;
  }
  #fv img {
    margin: 0 0 10px;
    max-width: 85%;
  }
}
@media only screen and (max-width: 480px) {
  #fv {
    float: left;
    clear: both;
    margin: 0 0 0;
    background:
      url(https://outicompass.jp/image/fv2sm.png) no-repeat center top/90%,
      url(https://outicompass.jp/image/fv.png) no-repeat center 80%/100%;
    padding: 100px 2% 0 2%;
    width: 100%;
    height: auto;
    text-align: center;
  }
  #fv img {
    display: none;
    margin: 0 0 20px;
    max-width: 96%;
  }
  #fv img.bno,#fv ul img {
    display: inherit;
  }
}
@media only screen and (max-width: 414px) {
  #fv {
    float: left;
    clear: both;
    margin: 0 0 0;
    background:
      url(https://outicompass.jp/image/fv2sm.png) no-repeat center top/90%,
      url(https://outicompass.jp/image/fv.png) no-repeat center 80%/100%;
    padding: 80px 2% 0 2%;
    width: 100%;
    height: auto;
    text-align: center;
  }
}

#fv ul{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0 0 70px;
padding: 0 30% 0 0;
display: flex;
}
#fv ul li{
flex: 1 0 auto;
list-style-type: none;
border: 1px solid #111;
background: url(https://outicompass.jp/image/fv-li.png) no-repeat left top/5% 100%,#fff;
font-size: 20px;
line-height: 100%;
text-align: left;
margin: 0 2% 0 0;
padding: 15px 0 15px 3%;
}
@media only screen and (max-width: 1080px) {
#fv ul li{
flex: 1 0 auto;
list-style-type: none;
border: 1px solid #111;
background: url(https://outicompass.jp/image/fv-li.png) no-repeat left top/5% 100%,#fff;
font-size: 17px;
line-height: 100%;
text-align: left;
margin: 0 2% 0 0;
padding: 15px 0 15px 3%;
}
}
@media only screen and (max-width: 835px) {
#fv ul li{
flex: 1 0 auto;
list-style-type: none;
border: 1px solid #111;
background: url(https://outicompass.jp/image/fv-li.png) no-repeat left top/5% 100%,#fff;
font-size: 15px;
line-height: 100%;
text-align: left;
margin: 0 2% 0 0;
padding: 12px 0 12px 3%;
}
}
@media only screen and (max-width: 640px) {
#fv ul{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0 0 40px;
padding: 0 0 0 0;
display: flex;
}
}
@media only screen and (max-width: 480px) {
#fv ul{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0 0 50px;
padding: 0 0 0 0;
display: flex;
flex-wrap: wrap;
}
#fv ul li{
flex: 1;
list-style-type: none;
border: 1px solid #111;
background: url(https://outicompass.jp/image/fv-li.png) no-repeat left top/100% 10%,#fff;
font-size: 15px;
line-height: 110%;
text-align:center;
margin: 0 1% 0;
padding: 15px 0 10px 0;
}
}

.satei,
.satei-fv {
  float: left;
  clear: both;
  margin: 0 20% 50px;
  box-shadow:
    3px 3px 15px #ccc,
    -3px 3px 15px #ccc,
    3px -3px 15px #ccc,
    -3px -3px 15px #ccc;
  border: 5px solid #009edf;
  padding: 0;
  width: 60%;
  height: auto;
}
#toi-back .satei {
  margin: -100px 20% 50px;
}
.satei-fv{
margin: 0px 20% 0;
}
@media only screen and (max-width: 1440px) {
  .satei,
  .satei-fv {
    float: left;
    clear: both;
    margin: 0 15% 50px;
    box-shadow:
      3px 3px 15px #ccc,
      -3px 3px 15px #ccc,
      3px -3px 15px #ccc,
      -3px -3px 15px #ccc;
    border: 5px solid #009edf;
    padding: 0;
    width: 70%;
    height: auto;
  }
  #toi-back .satei {
    margin: -100px 15% 50px;
  }
  .satei-fv {
    margin: 0px 15% 0;
  }
}
@media only screen and (max-width: 1280px) {
  .satei,
  .satei-fv {
    float: left;
    clear: both;
    margin: 0 10% 50px;
    box-shadow:
      3px 3px 15px #ccc,
      -3px 3px 15px #ccc,
      3px -3px 15px #ccc,
      -3px -3px 15px #ccc;
    border: 5px solid #009edf;
    padding: 0;
    width: 80%;
    height: auto;
  }
  #toi-back .satei {
    margin: -100px 10% 50px;
  }
  .satei-fv {
    margin: 0px 10% 0;
  }
}
@media only screen and (max-width: 1080px) {
  .satei,
  .satei-fv {
    float: left;
    clear: both;
    margin: 0 5% 50px;
    box-shadow:
      3px 3px 15px #ccc,
      -3px 3px 15px #ccc,
      3px -3px 15px #ccc,
      -3px -3px 15px #ccc;
    border: 5px solid #009edf;
    padding: 0;
    width: 90%;
    height: auto;
  }
  #toi-back .satei {
    margin: -100px 5% 50px;
  }
  .satei-fv {
    margin: 0px 5% 0;
  }
}
@media only screen and (max-width: 835px) {
  .satei,
  .satei-fv {
    float: left;
    clear: both;
    margin: 0 3% 30px;
    box-shadow:
      2px 2px 5px #ccc,
      -2px 2px 5px #ccc,
      2px -2px 5px #ccc,
      -2px -2px 5px #ccc;
    border: 5px solid #009edf;
    padding: 0;
    width: 94%;
    height: auto;
  }
  #toi-back .satei {
    margin: -50px 3% 50px;
  }
  .satei-fv {
    margin:0px 3% 0;
  }
}
@media only screen and (max-width: 640px) {
  .satei,
  .satei-fv {
    float: left;
    clear: both;
    margin: 0 3% 30px;
    box-shadow:
      2px 2px 5px #ccc,
      -2px 2px 5px #ccc,
      2px -2px 5px #ccc,
      -2px -2px 5px #ccc;
    border: 5px solid #009edf;
    padding: 0;
    width: 94%;
    height: auto;
  }
  #toi-back .satei {
    margin: -50px 3% 50px;
  }
  .satei-fv {
    margin: 0px 3% 0;
  }
}
@media only screen and (max-width: 480px) {
  .satei,
  .satei-fv {
    float: left;
    clear: both;
    margin: 0 3% 30px;
    box-shadow:
      2px 2px 5px #ccc,
      -2px 2px 5px #ccc,
      2px -2px 5px #ccc,
      -2px -2px 5px #ccc;
    border: 5px solid #009edf;
    padding: 0;
    width: 94%;
    height: auto;
  }
  #toi-back .satei {
    margin: -50px 3% 50px;
  }
  .satei-fv {
    margin: 30px 3% 0;
  }
}

.satei-fv-bottom {
  float: left;
  clear: both;
  margin: 20px 20% 50px;
  padding: 0;
  width: 60%;
  height: auto;
}
.satei-fv-bottom p {
  margin: 0;
  color: #999;
  font-size: 15px;
  line-height: 150%;
  text-align: right;
}
@media only screen and (max-width: 1080px) {
  .satei-fv-bottom {
    float: left;
    clear: both;
    margin: 20px 5% 50px;
    padding: 0;
    width: 90%;
    height: auto;
  }
  .satei-fv-bottom p {
    margin: 0;
    color: #999;
    font-size: 13px;
    line-height: 150%;
    text-align: right;
  }
}

.satei-box {
  position: relative;
  float: left;
  clear: both;
  margin: 0;
  background: #fff;
  padding: 0 0 15px;
  width: 100%;
  height: auto;
}

.satei-box img.ribon,
#toi .satei-box img.ribon {
  position: absolute;
  top: -40px;
  right: 0px;
}
@media only screen and (max-width: 1080px) {
  .satei-box img.ribon,
  #toi .satei-box img.ribon {
    position: absolute;
    top: -40px;
    right: 0px;
    max-width: 22%;
  }
}
@media only screen and (max-width: 835px) {
  .satei-box img.ribon,
  #toi .satei-box img.ribon {
    position: absolute;
    top: -40px;
    right: 0px;
    max-width: 25%;
  }
}
@media only screen and (max-width: 640px) {
  .satei-box img.ribon,
  #toi .satei-box img.ribon {
    position: absolute;
    top: -30px;
    right: 0px;
    max-width: 30%;
  }
}
@media only screen and (max-width: 480px) {
  .satei-box img.ribon,
  #toi .satei-box img.ribon {
    position: absolute;
    top: -30px;
    right: 0px;
    max-width: 35%;
  }
}

.satei-box h1 {
  float: left;
  clear: both;
  margin: 0;
  background:
    url(https://outicompass.jp/image/satei-star1.png) no-repeat 10% top/8%,
    url(https://outicompass.jp/image/satei-star2.png) no-repeat 90% top/8%,
    #009edf;
  padding: 15px 0;
  width: 100%;
  height: auto;
  color: #fff;
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
}
.satei-box h1 span {
  margin: 0 1% 0 0;
  background:
    url(https://outicompass.jp/image/satei-line1.png) no-repeat left center/13%,
    url(https://outicompass.jp/image/satei-line2.png) no-repeat right center/13%;
  padding: 0 30px;
}
.satei-box h1 img {
  vertical-align: bottom;
  margin: 0 0 0 1%;
  max-width: 10%;
}
@media only screen and (max-width: 1080px) {
  .satei-box h1 {
    float: left;
    clear: both;
    margin: 0;
    background:
      url(https://outicompass.jp/image/satei-star1.png) no-repeat 5% top/8%,
      url(https://outicompass.jp/image/satei-star2.png) no-repeat 94% top/8%,
      #009edf;
    padding: 15px 0;
    width: 100%;
    height: auto;
    color: #fff;
    font-weight: 700;
    font-size: 35px;
    line-height: 100%;
  }
  .satei-box h1 span {
    margin: 0 1% 0 0;
    background:
      url(https://outicompass.jp/image/satei-line1.png) no-repeat left center/12%,
      url(https://outicompass.jp/image/satei-line2.png) no-repeat right center/12%;
    padding: 0 30px;
  }
  .satei-box h1 img,
  #toi .satei-box h1 img {
    vertical-align: bottom;
    margin: 0 0 0 1%;
    max-width: 5%;
  }
}
@media only screen and (max-width: 835px) {
  .satei-box h1 {
    float: left;
    clear: both;
    margin: 0;
    background:
      url(https://outicompass.jp/image/satei-star1.png) no-repeat left% top/8%,
      url(https://outicompass.jp/image/satei-star2.png) no-repeat right top/8%,
      #009edf;
    padding: 15px 0;
    width: 100%;
    height: auto;
    color: #fff;
    font-weight: 700;
    font-size: 35px;
    line-height: 100%;
  }
  .satei-box h1 span {
    margin: 0 1% 0 0;
    background:
      url(https://outicompass.jp/image/satei-line1.png) no-repeat left center/12%,
      url(https://outicompass.jp/image/satei-line2.png) no-repeat right center/12%;
    padding: 0 30px;
  }
  .satei-box h1 img,
  #toi .satei-box h1 img {
    vertical-align: bottom;
    margin: 0 0 0 1%;
    max-width: 6%;
  }
}
@media only screen and (max-width: 640px) {
  .satei-box h1 {
    float: left;
    clear: both;
    margin: 0;
	  background:none;
    background:
      url(https://outicompass.jp/image/satei-star2.png) no-repeat right 5px/8%,
      #009edf;
   padding:10px 0 10px 5px;
    width: 100%;
    height: auto;
    color: #fff;
    font-weight: 700;
    font-size:28px;
	  text-align: left;
    line-height: 100%;
  }
  .satei-box h1 span {
    margin: 0 1% 0 0;
    background:
      url(https://outicompass.jp/image/satei-line1.png) no-repeat left center/12%,
      url(https://outicompass.jp/image/satei-line2.png) no-repeat right center/12%;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 480px) {
.satei-box h1{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0;
padding:10px 0 10px 5px;
font-size: 22px;
font-weight: 700;
color: #fff;
line-height: 100%;
text-align: left;
background:none;
background: url(https://outicompass.jp/image/satei-star2.png) no-repeat right 5px/10%,#009edf;
}
}
@media only screen and (max-width: 414px) {
  .satei-box h1 {
    float: left;
    clear: both;
    margin: 0;
	  background:none;
    background:
      url(https://outicompass.jp/image/satei-star2.png) no-repeat right 5px/10%,
      #009edf;
    padding:10px 0 10px 5px;
    width: 100%;
    height: auto;
	  text-align: left;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
  }
  .satei-box h1 span {
    margin: 0 1% 0 0;
    background:
      url(https://outicompass.jp/image/satei-line1.png) no-repeat left center/13%,
      url(https://outicompass.jp/image/satei-line2.png) no-repeat right center/13%;
    padding: 0 15px;
  }
}

.satei-box h2 {
  float: left;
  clear: both;
  margin: 0;
  background: #58b530;
  padding: 15px 0;
  width: 100%;
  height: auto;
  color: #fff;
  font-size: 25px;
  line-height: 120%;
  text-align: center;
}
.satei-box h2 strong {
  color: #ecfa05;
  font-weight: 500;
  font-size: 40px;
}
@media only screen and (max-width: 1080px) {
  .satei-box h2 {
    float: left;
    clear: both;
    margin: 0;
    background: #58b530;
    padding: 15px 0;
    width: 100%;
    height: auto;
    color: #fff;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
  }
  .satei-box h2 strong {
    color: #ecfa05;
    font-weight: 500;
    font-size: 35px;
  }
}
@media only screen and (max-width: 835px) {
  .satei-box h2 {
    float: left;
    clear: both;
    margin: 0;
    background: #58b530;
    padding: 15px 0;
    width: 100%;
    height: auto;
    color: #fff;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
  }
  .satei-box h2 strong {
    color: #ecfa05;
    font-weight: 500;
    font-size: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .satei-box h2 {
    float: left;
    clear: both;
    margin: 0;
    background: #58b530;
    padding: 10px 0;
    width: 100%;
    height: auto;
    color: #fff;
    font-size: 17px;
    line-height: 130%;
    text-align: center;
  }
  .satei-box h2 strong {
    color: #ecfa05;
    font-weight: 500;
    font-size: 25px;
  }
}
@media only screen and (max-width: 414px) {
  .satei-box h2 {
    float: left;
    clear: both;
    margin: 0;
    background: #58b530;
    padding: 10px 0;
    width: 100%;
    height: auto;
    color: #fff;
    font-size: 15px;
    line-height: 130%;
    text-align: center;
  }
  .satei-box h2 strong {
    color: #ecfa05;
    font-weight: 500;
    font-size: 23px;
  }
}

form {
  float: left;
  clear: both;
  margin: 20px 0 0;
  background: #fff;
  padding: 0 5%;
  width: 100%;
  height: auto;
  font-size: 17px;
}
@media only screen and (max-width: 480px) {
  form {
    float: left;
    clear: both;
    margin: 15px 0 0;
    background: #fff;
    padding: 0 2%;
    width: 100%;
    height: auto;
    font-size: 15px;
  }
}

.form-box1 {
  float: left;
  clear: both;
  margin: 0;
  padding: 0 1% 0 0;
  width: 25%;
  height: auto;
  text-align: left;
}
.form-box2 {
  float: left;
  margin: 0;
  padding: 0 0 0 3%;
  width: 75%;
  text-align: left;
}
@media only screen and (max-width: 835px) {
  .form-box1 {
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
    width: 50%;
    height: auto;
    text-align: left;
  }
  .form-box2 {
    float: left;
    clear: both;
    margin: 15px 0 0;
    padding: 0;
    width: 100%;
    text-align: left;
  }
}

.form-box1 p,
.form-box2 p {
  margin: 0 0 15px;
  font-size: 20px;
  line-height: 120%;
  text-align: left;
}
.form-box1 p img,
.form-box2 p img,
#toi .form-box1 p img,
#toi .form-box2 p img {
  vertical-align: middle;
  margin: 0 5px 0 0;
  max-width: 26px;
}
@media only screen and (max-width: 1080px) {
  .form-box1 p,
  .form-box2 p {
    margin: 0 0 15px;
    font-size: 15px;
    line-height: 120%;
    text-align: left;
  }
  .form-box1 p img,
  .form-box2 p img,
  #toi .form-box1 p img,
  #toi .form-box2 p img {
    vertical-align: middle;
    margin: 0 5px 0 0;
    max-width: 20px;
  }
}
@media only screen and (max-width: 835px) {
  .form-box1 p,
  .form-box2 p {
    margin: 0 0 5px;
    font-size: 15px;
    line-height: 120%;
    text-align: left;
  }
}

.hissu {
  margin: 0 0 0 2%;
  border-radius: 5px;
  background: #009edf;
  padding: 0 5px 1px;
  color: #fff;
  font-size: 12px;
}
.mail-check {
  float: left;
  clear: both;
  margin: 10px 0 0;
  padding: 0;
  width: 100%;
  height: auto;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .hissu {
    margin: 0 0 0 2%;
    border-radius: 5px;
    background: #009edf;
    padding: 0 5px 1px;
    color: #fff;
    font-size: 11px;
  }
}

textarea,
input[type='text'],
input[type='email'],
select {
  margin: 0 1% 0 0;
  border: 3px solid #ee7500;
  border-radius: 7px;
  background: #fff;
  padding: 5px;
  width: 99%;
  height: 50px;
  font-size: 15px;
  font-family: 'Noto Sans JP', sans-serif;
}
input[type='text'].s25 {
  width: 25%;
}
select.s20 {
  width: 19%;
}
@media only screen and (max-width: 1080px) {
  textarea,
  input[type='text'],
  input[type='email'],
  select {
    border: 3px solid #ee7500;
    background: #fff;
    padding: 5px;
    width: 100%;
    font-size: 14px;
  }
}
@media only screen and (max-width: 640px) {
  textarea,
  input[type='text'],
  input[type='email'],
  select {
    border: 3px solid #ee7500;
    background: #fff;
    padding: 5px;
    width: 100%;
  }
  textarea {
    font-size: 14px;
  }
  input[type='text'].s25 {
    width: 31%;
  }
  select.s20 {
    margin: 5px 1% 0 0;
    width: 31%;
  }
}
@media only screen and (max-width: 480px) {
  textarea,
  input[type='text'],
  input[type='email'],
  select {
    border: 2px solid #ee7500;
    background: #fff;
    padding: 5px;
    width: 100%;
    height: 40px;
  }
  textarea {
    font-size: 13px;
  }
}

input.btn_submit {
  box-shadow: 2px 2px 3px #ccc;
  border: 2px solid #fff;
  border-radius: 10px;
  background: #ee7500;
  width: 40%;
  height: 50px;
  color: #fff;
  font-weight: bold;
  font-size: 28px;
  line-height: 46px;
}
input.btn_submit:hover {
  cursor: pointer;
  background: #58b530;
}
input.btn_submit2:hover {
  cursor: pointer;
  background: #ccc;
}
label {
  cursor: pointer;
}
@media only screen and (max-width: 1080px) {
  input.btn_submit {
    box-shadow: 2px 2px 3px #ccc;
    border: 2px solid #fff;
    border-radius: 10px;
    background: #ee7500;
    width: 50%;
    height: 50px;
    color: #fff;
    font-weight: bold;
    font-size: 25px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 835px) {
  input.btn_submit {
    box-shadow: 2px 2px 3px #ccc;
    border: 2px solid #fff;
    border-radius: 10px;
    background: #ee7500;
    width: 60%;
    height: 50px;
    color: #fff;
    font-weight: bold;
    font-size: 25px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 640px) {
  input.btn_submit {
    box-shadow: 2px 2px 3px #ccc;
    border: 2px solid #fff;
    border-radius: 10px;
    background: #ee7500;
    width: 70%;
    height: 50px;
    color: #fff;
    font-weight: 500;
    font-size: 25px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 480px) {
  input.btn_submit {
    box-shadow: 2px 2px 3px #ccc;
    border: 2px solid #fff;
    border-radius: 10px;
    background: #ee7500;
    width: 80%;
    height: 50px;
    color: #fff;
    font-weight: 500;
    font-size: 22px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 414px) {
  input.btn_submit {
    box-shadow: 2px 2px 3px #ccc;
    border: 2px solid #fff;
    border-radius: 10px;
    background: #ee7500;
    width: 80%;
    height: 50px;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 46px;
  }
}

#tasu {
  float: left;
  clear: both;
  margin: 0;
  padding: 0 5%;
  width: 100%;
  height: auto;
}

#tasu p {
  margin: 0 0 40px;
  font-size: 40px;
  line-height: 200%;
  text-align: center;
}
#tasu p.p2 {
  margin: 0;
  font-size: 15px;
  line-height: 120%;
}
#tasu p span {
  margin: 0 -10px 0 0;
  background: url(https://outicompass.jp/image/tasu1.png) no-repeat center bottom/100%;
  padding: 0 15px 10px;
}
#tasu p span.tasu2 {
  margin: 0 -10px 0 0;
  background: url(https://outicompass.jp/image/tasu2.png) no-repeat center bottom/100%;
  padding: 0 15px 10px;
}
@media only screen and (max-width: 835px) {
  #tasu p {
    margin: 0 0 20px;
    font-size: 35px;
    line-height: 200%;
    text-align: center;
  }
  #tasu p.p2 {
    margin: 0;
    font-size: 13px;
    line-height: 120%;
  }
  #tasu p span {
    margin: 0 -10px 0 0;
    background: url(https://outicompass.jp/image/tasu1.png) no-repeat center bottom/100%;
    padding: 0 15px 10px;
  }
  #tasu p span.tasu2 {
    margin: 0 -10px 0 0;
    background: url(https://outicompass.jp/image/tasu2.png) no-repeat center bottom/100%;
    padding: 0 15px 10px;
  }
}
@media only screen and (max-width: 640px) {
  #tasu p {
    margin: 0 0 20px;
    font-size: 25px;
    line-height: 200%;
    text-align: center;
  }
  #tasu p.p2 {
    margin: 0;
    font-size: 13px;
    line-height: 120%;
  }
  #tasu p span {
    margin: 0 -10px 0 0;
    background: url(https://outicompass.jp/image/tasu1.png) no-repeat center bottom/100%;
    padding: 0 15px 10px;
  }
  #tasu p span.tasu2 {
    margin: 0 -10px 0 0;
    background: url(https://outicompass.jp/image/tasu2.png) no-repeat center bottom/100%;
    padding: 0 15px 10px;
  }
}
@media only screen and (max-width: 480px) {
  #tasu p {
    margin: 0 0 20px;
    font-size: 25px;
    line-height: 150%;
    text-align: center;
  }
  #tasu p.p2 {
    margin: 0;
    font-size: 13px;
    line-height: 120%;
  }
  #tasu p span {
    margin: 0 -10px 0 0;
    background: url(https://outicompass.jp/image/tasu1.png) no-repeat center bottom/100%;
    padding: 0 15px 10px;
  }
  #tasu p span.tasu2 {
    margin: 0 -10px 0 0;
    background: url(https://outicompass.jp/image/tasu2.png) no-repeat center bottom/100%;
    padding: 0 15px 10px;
  }
}

#tasu img {
  margin: 0 1% 30px;
  max-width: 24.3%;
}
@media only screen and (max-width: 1440px) {
  #tasu img {
    margin: 0 1% 30px;
    max-width: 28.3%;
  }
}
@media only screen and (max-width: 1280px) {
  #tasu img {
    margin: 0 1% 15px;
    max-width: 31.3%;
  }
}
@media only screen and (max-width: 640px) {
  #tasu img {
    margin: 0 0 15px;
    max-width: 90%;
  }
}
@media only screen and (max-width: 480px) {
  #tasu img {
    margin: 0 0 15px;
    max-width: 100%;
  }
}

#info {
  float: left;
  clear: both;
  margin: 80px 0 0;
  background: url(https://outicompass.jp/image/info-back.webp) no-repeat center top/100%;
  padding: 250px 0 0;
  width: 100%;
  height: auto;
}
#ie-back2 {
  float: left;
  clear: both;
  margin: 0;
  background:
    url(https://outicompass.jp/image/info-back2.png) no-repeat 70% top/40%,
    #b2e2f5;
  padding: 70px 10% 80px;
  width: 100%;
  height: auto;
}
#ie-back {
  float: left;
  clear: both;
  margin: 50px 0 50px 0;
  background: url(https://outicompass.jp/image/ie-back.png) no-repeat left top;
  padding: 60px 0 0 60px;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1600px) {
  #info {
    float: left;
    clear: both;
    margin: 80px 0 0;
    background: url(https://outicompass.jp/image/info-back.webp) no-repeat center top/100%;
    padding: 230px 0 0;
    width: 100%;
    height: auto;
  }
  #ie-back2 {
    float: left;
    clear: both;
    margin: 0;
    background:
      url(https://outicompass.jp/image/info-back2.png) no-repeat 70% top/45%,
      #b2e2f5;
    padding: 60px 10% 80px;
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 1440px) {
  #info {
    float: left;
    clear: both;
    margin: 80px 0 0;
    background: url(https://outicompass.jp/image/info-back.webp) no-repeat center top/100%;
    padding: 190px 0 0;
    width: 100%;
    height: auto;
  }
  #ie-back2 {
    float: left;
    clear: both;
    margin: 0;
    background:
      url(https://outicompass.jp/image/info-back2.png) no-repeat 70% top/50%,
      #b2e2f5;
    padding: 60px 10% 80px;
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 1280px) {
  #info {
    float: left;
    clear: both;
    margin: 80px 0 0;
    background: url(https://outicompass.jp/image/info-back.webp) no-repeat center top/100%;
    padding: 160px 0 0;
    width: 100%;
    height: auto;
  }
  #ie-back2 {
    float: left;
    clear: both;
    margin: 0;
    background:
      url(https://outicompass.jp/image/info-back2.png) no-repeat 70% top/50%,
      #b2e2f5;
    padding: 20px 5% 80px;
    width: 100%;
    height: auto;
  }
  #ie-back {
    float: left;
    clear: both;
    margin: 50px 0 50px 0;
    background: url(https://outicompass.jp/image/ie-back.png) no-repeat left top/12%;
    padding: 60px 0 0 60px;
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 1080px) {
  #info {
    float: left;
    clear: both;
    margin: 80px 0 0;
    background: url(https://outicompass.jp/image/info-back.webp) no-repeat center top/100%;
    padding: 120px 0 0;
    width: 100%;
    height: auto;
  }
  #ie-back2 {
    float: left;
    clear: both;
    margin: 0;
    background:
      url(https://outicompass.jp/image/info-back2.png) no-repeat 80% top/55%,
      #b2e2f5;
    padding: 10px 3% 80px;
    width: 100%;
    height: auto;
  }
  #ie-back {
    float: left;
    clear: both;
    margin: 30px 0 50px 0;
    background: url(https://outicompass.jp/image/ie-back.png) no-repeat 10% top/12%;
    padding: 80px 0 0 0px;
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 835px) {
  #info {
    float: left;
    clear: both;
    margin: 80px 0 0;
    background: url(https://outicompass.jp/image/info-back.webp) no-repeat center top/140%;
    padding: 150px 0 0;
    width: 100%;
    height: auto;
  }
  #ie-back2 {
    float: left;
    clear: both;
    margin: 0;
    background:
      url(https://outicompass.jp/image/info-back2.png) no-repeat 80% top/55%,
      #b2e2f5;
    padding: 0px 3% 50px;
    width: 100%;
    height: auto;
  }
  #ie-back {
    float: left;
    clear: both;
    margin: 30px 0 50px 0;
    background: url(https://outicompass.jp/image/ie-back.png) no-repeat 5% top/12%;
    padding: 60px 0 0 0px;
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 640px) {
  #info {
    float: left;
    clear: both;
    margin: 80px 0 0;
    background: url(https://outicompass.jp/image/info-back.webp) no-repeat center top/180%;
    padding: 130px 0 0;
    width: 100%;
    height: auto;
  }
  #ie-back2 {
    float: left;
    clear: both;
    margin: 0;
    background:
      url(https://outicompass.jp/image/info-back2.png) no-repeat 80% top/60%,
      #b2e2f5;
    padding: 20px 3% 40px;
    width: 100%;
    height: auto;
  }
  #ie-back {
    float: left;
    clear: both;
    margin: 10px 0 50px 0;
    background: url(https://outicompass.jp/image/ie-back.png) no-repeat 5% top/12%;
    padding: 40px 0 0 0px;
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 480px) {
  #info {
    float: left;
    clear: both;
    margin: 80px 0 0;
    background: url(https://outicompass.jp/image/info-back.webp) no-repeat center top/210%;
    padding: 120px 0 0;
    width: 100%;
    height: auto;
  }
  #ie-back2 {
    float: left;
    clear: both;
    margin: 0;
    background:
      url(https://outicompass.jp/image/info-back2.png) no-repeat 80% top/65%,
      #b2e2f5;
    padding: 20px 3% 30px;
    width: 100%;
    height: auto;
  }
  #ie-back {
    float: left;
    clear: both;
    margin: 10px 0 50px 0;
    background: url(https://outicompass.jp/image/ie-back.png) no-repeat 5% top/14%;
    padding: 40px 0 0 0px;
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 414px) {
  #info {
    float: left;
    clear: both;
    margin: 80px 0 0;
    background: url(https://outicompass.jp/image/info-back.webp) no-repeat center top/250%;
    padding: 110px 0 0;
    width: 100%;
    height: auto;
  }
  #ie-back2 {
    float: left;
    clear: both;
    margin: 0;
    background:
      url(https://outicompass.jp/image/info-back2.png) no-repeat 80% top/70%,
      #b2e2f5;
    padding: 10px 3% 30px;
    width: 100%;
    height: auto;
  }
  #ie-back {
    float: left;
    clear: both;
    margin: 10px 0 20px 0;
    background: url(https://outicompass.jp/image/ie-back.png) no-repeat 5% top/14%;
    padding: 40px 0 0 0px;
    width: 100%;
    height: auto;
  }
}

#ie {
  float: left;
  clear: both;
  margin: 0;
  border: 5px solid #009edf;
  border-radius: 20px;
  background: #fff;
  padding: 50px 3% 50px;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1080px) {
  #ie {
    float: left;
    clear: both;
    margin: 0;
    border: 5px solid #009edf;
    border-radius: 20px;
    background: #fff;
    padding: 30px 3% 30px;
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 640px) {
  #ie {
    float: left;
    clear: both;
    margin: 0;
    border: 4px solid #009edf;
    border-radius: 15px;
    background: #fff;
    padding: 20px 3% 20px;
    width: 100%;
    height: auto;
  }
}

#ie h2 {
  float: left;
  clear: both;
  margin: 0 0 40px;
  padding: 0;
  width: 100%;
  height: auto;
  font-weight: 900;
  font-size: 50px;
  line-height: 100%;
  text-align: left;
}
#ie h2 img {
  vertical-align: text-bottom;
  margin: 0 2% 0 0;
  max-width: 13%;
}
#ie h2 span {
  color: #009edf;
}
@media only screen and (max-width: 1080px) {
  #ie h2 {
    float: left;
    clear: both;
    margin: 0 0 40px;
    padding: 0;
    width: 100%;
    height: auto;
    font-weight: 900;
    font-size: 38px;
    line-height: 100%;
    text-align: left;
  }
  #ie h2 img {
    vertical-align: text-bottom;
    margin: 0 2% 0 0;
    max-width: 8%;
  }
}
@media only screen and (max-width: 640px) {
  #ie h2 {
    float: left;
    clear: both;
    margin: 0 0 40px;
    padding: 0;
    width: 100%;
    height: auto;
    font-weight: 900;
    font-size: 38px;
    line-height: 120%;
    text-align: center;
  }
  #ie h2 img {
    vertical-align: text-bottom;
    margin: 0 0 10px;
    max-width: 8%;
  }
}
@media only screen and (max-width: 480px) {
  #ie h2 img {
    vertical-align: text-bottom;
    margin: 0 0 10px;
    max-width: 12%;
  }
}
@media only screen and (max-width: 414px) {
  #ie h2 {
    float: left;
    clear: both;
    margin: 0 0 30px;
    padding: 0;
    width: 100%;
    height: auto;
    font-weight: 900;
    font-size: 30px;
    line-height: 120%;
    text-align: center;
  }
}

#ie p {
  margin: 0 0 30px;
  font-weight: 400;
  font-size: 20px;
  line-height: 200%;
  text-align: left;
}
#ie p strong {
  color: #009edf;
  font-weight: 700;
  font-size: 25px;
  line-height: 250%;
}
#ie p span {
  margin: 0 0 0 -15px;
  background: url(https://outicompass.jp/image/ie-line1.png) no-repeat center bottom/100%;
  padding: 0 0 10px 15px;
}
#ie p span.line2 {
  margin: 0 -15px 0 -10px;
  background: url(https://outicompass.jp/image/ie-line2.png) no-repeat center bottom/100%;
  padding: 0 15px 10px;
}
@media only screen and (max-width: 835px) {
  #ie p {
    margin: 0 0 30px;
    font-weight: 400;
    font-size: 17px;
    line-height: 180%;
    text-align: left;
  }
  #ie p strong {
    color: #009edf;
    font-weight: 700;
    font-size: 20px;
    line-height: 200%;
  }
}

#ie ul {
  float: left;
  clear: both;
  margin: 30px 0 20px;
  padding: 0;
  width: 100%;
  height: auto;
}
#ie li {
  float: left;
  margin: 0 1% 30px;
  border: 3px solid #009edf;
  padding: 10px 0;
  width: 48%;
  font-weight: 500;
  font-size: 25px;
  line-height: 120%;
  list-style-type: none;
  text-align: center;
}
#ie li strong {
  color: #009edf;
  font-weight: 700;
}
#info #ie ul p {
  float: left;
  clear: both;
  margin: 0;
  width: 100%;
  font-weight: 700;
  font-size: 30px;
  line-height: 120%;
  text-align: center;
}
#info #ie ul p strong {
  margin: 0 -10px 0 -15px;
  background: url(https://outicompass.jp/image/ie-line3.png) no-repeat center bottom/100%;
  padding: 0 15px 10px;
  color: #111;
  font-weight: 900;
  font-size: 40px;
}
@media only screen and (max-width: 1080px) {
  #ie li {
    float: left;
    margin: 0 1% 30px;
    border: 3px solid #009edf;
    padding: 10px 0;
    width: 48%;
    font-weight: 500;
    font-size: 23px;
    line-height: 120%;
    list-style-type: none;
    text-align: center;
  }
}
@media only screen and (max-width: 835px) {
  #ie li {
    float: left;
    margin: 0 1% 30px;
    border: 3px solid #009edf;
    padding: 10px 0;
    width: 48%;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    list-style-type: none;
    text-align: center;
  }
  #info #ie ul p {
    float: left;
    clear: both;
    margin: 0;
    width: 100%;
    font-weight: 500;
    font-size: 25px;
    line-height: 120%;
    text-align: center;
  }
}
@media only screen and (max-width: 640px) {
  #ie li {
    float: left;
    margin: 0 0 15px;
    border: 3px solid #009edf;
    padding: 10px 0;
    width: 100%;
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    list-style-type: none;
    text-align: center;
  }
  #info #ie ul p {
    float: left;
    clear: both;
    margin: 0;
    width: 100%;
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    text-align: center;
  }
  #info #ie ul p strong {
    margin: 0 -10px 0 -15px;
    background: url(https://outicompass.jp/image/ie-line3.png) no-repeat center bottom/100%;
    padding: 0 15px 10px;
    color: #111;
    font-weight: 900;
    font-size: 35px;
  }
}
@media only screen and (max-width: 480px) {
  #info #ie ul p strong {
    margin: 0 -10px 0 -15px;
    background: url(https://outicompass.jp/image/ie-line3.png) no-repeat center bottom/100%;
    padding: 0 15px 10px;
    color: #111;
    font-weight: 900;
    font-size: 30px;
  }
}
@media only screen and (max-width: 414px) {
  #info #ie ul p strong {
    margin: 0 -10px 0 -15px;
    background: url(https://outicompass.jp/image/ie-line3.png) no-repeat center bottom/100%;
    padding: 0 15px 10px;
    color: #111;
    font-weight: 900;
    font-size: 23px;
  }
}

#point {
  float: left;
  clear: both;
  margin: 0;
  background: #7fceef;
  padding: 120px 5% 100px;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1280px) {
  #point {
    float: left;
    clear: both;
    margin: 0;
    background: #7fceef;
    padding: 100px 3% 80px;
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 835px) {
  #point {
    float: left;
    clear: both;
    margin: 0;
    background: #7fceef;
    padding: 80px 3% 70px;
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 480px) {
  #point {
    float: left;
    clear: both;
    margin: 0;
    background: #7fceef;
    padding: 60px 3% 50px;
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 414px) {
  #point {
    float: left;
    clear: both;
    margin: 0;
    background: #7fceef;
    padding: 40px 3% 30px;
    width: 100%;
    height: auto;
  }
}

#point h2 {
  float: left;
  clear: both;
  margin: 0 0 50px;
  padding: 0;
  width: 100%;
  height: auto;
  color: #fff;
  font-weight: 900;
  font-size: 50px;
  line-height: 120%;
  text-align: center;
}
#point h2 span {
  color: #fbf818;
  font-size: 80px;
}
@media only screen and (max-width: 835px) {
  #point h2 {
    float: left;
    clear: both;
    margin: 0 0 40px;
    padding: 0;
    width: 100%;
    height: auto;
    color: #fff;
    font-weight: 900;
    font-size: 40px;
    line-height: 120%;
    text-align: center;
  }
  #point h2 span {
    color: #fbf818;
    font-size: 60px;
  }
}

#point-area {
  display: flex;
  float: left;
  clear: both;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}

.point-box,
.point-box2,
.point-box3 {
  margin: 0 2%;
  border-radius: 10px;
  background:
    url(https://outicompass.jp/image/point1a.png) no-repeat center top,
    #fff;
  padding: 100px 2% 20px;
}
.point-box2 {
  background:
    url(https://outicompass.jp/image/point2a.png) no-repeat center top,
    #fff;
}
.point-box3 {
  background:
    url(https://outicompass.jp/image/point3a.png) no-repeat center top,
    #fff;
}
@media only screen and (max-width: 1440px) {
  .point-box,
  .point-box2,
  .point-box3 {
    margin: 0 1%;
    border-radius: 10px;
    background:
      url(https://outicompass.jp/image/point1a.png) no-repeat center top/20%,
      #fff;
    padding: 80px 2% 20px;
  }
  .point-box2 {
    background:
      url(https://outicompass.jp/image/point2a.png) no-repeat center top/20%,
      #fff;
  }
  .point-box3 {
    background:
      url(https://outicompass.jp/image/point3a.png) no-repeat center top/20%,
      #fff;
  }
}
@media only screen and (max-width: 1080px) {
  .point-box,
  .point-box2,
  .point-box3 {
    margin: 0 1%;
    border-radius: 10px;
    background:
      url(https://outicompass.jp/image/point1a.png) no-repeat center top/25%,
      #fff;
    padding: 70px 2% 5px;
  }
  .point-box2 {
    background:
      url(https://outicompass.jp/image/point2a.png) no-repeat center top/25%,
      #fff;
  }
  .point-box3 {
    background:
      url(https://outicompass.jp/image/point3a.png) no-repeat center top/25%,
      #fff;
  }
}
@media only screen and (max-width: 835px) {
  #point-area {
    display: inherit;
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
  }
  .point-box,
  .point-box2,
  .point-box3 {
    float: left;
    clear: both;
    margin: 0 0 30px;
    border-radius: 10px;
    background:
      url(https://outicompass.jp/image/point1a.png) no-repeat center top/10%,
      #fff;
    padding: 70px 2% 5px;
    width: 100%;
  }
  .point-box2 {
    background:
      url(https://outicompass.jp/image/point2a.png) no-repeat center top/10%,
      #fff;
  }
  .point-box3 {
    background:
      url(https://outicompass.jp/image/point3a.png) no-repeat center top/10%,
      #fff;
  }
}
@media only screen and (max-width: 640px) {
  .point-box,
  .point-box2,
  .point-box3 {
    float: left;
    clear: both;
    margin: 0 0 30px;
    border-radius: 10px;
    background:
      url(https://outicompass.jp/image/point1a.png) no-repeat center top/15%,
      #fff;
    padding: 70px 2% 5px;
    width: 100%;
  }
  .point-box2 {
    background:
      url(https://outicompass.jp/image/point2a.png) no-repeat center top/15%,
      #fff;
  }
  .point-box3 {
    background:
      url(https://outicompass.jp/image/point3a.png) no-repeat center top/15%,
      #fff;
  }
}

.point-pict {
  float: left;
  clear: both;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  min-height: 150px;
  text-align: center;
}
#point-area img {
  max-width: 90%;
}

#point-area h3 {
  float: left;
  clear: both;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 5em;
  font-weight: 900;
  font-size: 30px;
  line-height: 130%;
  text-align: left;
}
#point-area h3 span {
  margin: 0 -15px 0 0;
  background: url(https://outicompass.jp/image/point1line.png) no-repeat center bottom/100%;
  padding: 0 15px 5px 0;
}
#point-area h3 span.pline2 {
  margin: 0;
  background: url(https://outicompass.jp/image/point2line.png) no-repeat center bottom/100%;
  padding: 0 5px 5px 0;
}
#point-area h3 span.pline3 {
  margin: 0 -5px 0 0;
  background: url(https://outicompass.jp/image/point3line.png) no-repeat center bottom/100%;
  padding: 0 5px 5px 0;
}
@media only screen and (max-width: 1440px) {
  #point-area h3 {
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 5em;
    font-weight: 900;
    font-size: 25px;
    line-height: 130%;
    text-align: left;
  }
}
@media only screen and (max-width: 1080px) {
  #point-area h3 {
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 6em;
    font-weight: 900;
    font-size: 25px;
    line-height: 130%;
    text-align: left;
  }
}
@media only screen and (max-width: 835px) {
  #point-area h3 {
    float: left;
    clear: both;
    margin: 0 0 30px;
    padding: 0;
    width: 100%;
    height: auto;
    font-weight: 900;
    font-size: 25px;
    line-height: 130%;
    text-align: left;
  }
}
@media only screen and (max-width: 640px) {
  #point-area h3 {
    float: left;
    clear: both;
    margin: 0 0 30px;
    padding: 0;
    width: 100%;
    height: auto;
    font-weight: 900;
    font-size: 25px;
    line-height: 130%;
    text-align: left;
  }
}
@media only screen and (max-width: 414px) {
  #point-area h3 {
    float: left;
    clear: both;
    margin: 0 0 30px;
    padding: 0;
    width: 100%;
    height: auto;
    font-weight: 900;
    font-size: 22px;
    line-height: 130%;
    text-align: left;
  }
}

#point-area p {
  margin: 0 0 30px;
  font-size: 17px;
  line-height: 180%;
  text-align: left;
}
#point-area p strong {
  color: #009edf;
  font-weight: 700;
}
@media only screen and (max-width: 1080px) {
  #point-area p {
    margin: 0 0 30px;
    font-size: 15px;
    line-height: 180%;
    text-align: left;
  }
}

#flow {
  float: left;
  clear: both;
  margin: 0;
  padding: 120px 10%;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1440px) {
  #flow {
    float: left;
    clear: both;
    margin: 0;
    padding: 100px 5%;
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 1280px) {
  #flow {
    float: left;
    clear: both;
    margin: 0;
    padding: 80px 3%;
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 480px) {
  #flow {
    float: left;
    clear: both;
    margin: 0;
    padding: 80px 3% 60px;
    width: 100%;
    height: auto;
  }
}

#flow h4 {
  float: left;
  clear: both;
  margin: 0 0 50px;
  padding: 0;
  width: 100%;
  height: auto;
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  text-align: center;
}
@media only screen and (max-width: 1080px) {
  #flow h4 {
    float: left;
    clear: both;
    margin: 0 0 40px;
    padding: 0;
    width: 100%;
    height: auto;
    font-weight: 700;
    font-size: 35px;
    line-height: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  #flow h4 {
    float: left;
    clear: both;
    margin: 0 0 40px;
    padding: 0;
    width: 100%;
    height: auto;
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    text-align: center;
  }
}

.flow-area {
  display: flex;
  float: left;
  clear: both;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}
.flow-box,
.flow-box2 {
  flex: 1 0 23%;
  margin: 0 1%;
  background: url(https://outicompass.jp/image/flow-ar.png) no-repeat right 50%/5%;
  padding: 0 2% 0 0;
  width: auto;
  text-align: center;
}
.flow-box2 {
  background: none;
}
@media only screen and (max-width: 835px) {
  .flow-area {
    display: inherit;
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
  }
  .flow-box,
  .flow-box2 {
    flex: none;
    float: left;
    margin: 0 1% 30px;
    background: url(https://outicompass.jp/image/flow-ar.png) no-repeat right 50%/5%;
    padding: 0 2% 0 0;
    width: 48%;
    text-align: center;
  }
  .flow-box2 {
    background: none;
  }
}

.flow-area img {
  float: none;
  margin: 0 0 20px;
}
@media only screen and (max-width: 1280px) {
  .flow-area img {
    float: none;
    margin: 0 0 20px;
    max-height: 70px;
  }
}
@media only screen and (max-width: 480px) {
  .flow-area img {
    float: none;
    margin: 0 0 20px;
    max-height: 60px;
  }
}
@media only screen and (max-width: 414px) {
  .flow-area img {
    float: none;
    margin: 0 0 20px;
    max-height: 50px;
  }
}

#flow h5 {
  float: left;
  clear: both;
  margin: 0 0 20px;
  padding: 0;
  width: 100%;
  height: auto;
  font-weight: 500;
  font-size: 22px;
  line-height: 140%;
  text-align: left;
}
#flow h5 span {
  color: #58b530;
}
#flow h5 span.f35 {
  font-size: 35px;
}
#flow .flow-area p {
  margin: 0;
  font-size: 15px;
  line-height: 150%;
  text-align: left;
}
@media only screen and (max-width: 1600px) {
  #flow h5 {
    float: left;
    clear: both;
    margin: 0 0 20px;
    padding: 0;
    width: 100%;
    height: auto;
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    text-align: left;
  }
}
@media only screen and (max-width: 480px) {
  #flow h5 {
    float: left;
    clear: both;
    margin: 0 0 20px;
    padding: 0;
    width: 100%;
    height: auto;
    font-weight: 500;
    font-size: 17px;
    line-height: 140%;
    text-align: left;
  }
  #flow h5 span.f35 {
    font-size: 30px;
  }
  #flow .flow-area p {
    margin: 0;
    font-size: 14px;
    line-height: 130%;
    text-align: left;
  }
}

.top-link {
  float: left;
  clear: both;
  margin: 30px 0 0;
  padding: 0;
  width: 100%;
  height: auto;
}
.top-link a:link,
.top-link a:visited {
  display: inline-block;
  margin: 0 2%;
  border-radius: 10px;
  background:
    url(https://outicompass.jp/image/top-link.png) no-repeat 95% center,
    #ee7500;
  padding: 15px 50px 15px 30px;
  width: auto;
  color: #fff;
  font-size: 25px;
  text-decoration: none;
}
.top-link a:hover {
  background:
    url(https://outicompass.jp/image/top-link.png) no-repeat 95% center,
    #58b530;
}
@media only screen and (max-width: 1440px) {
  .top-link a:link,
  .top-link a:visited {
    display: inline-block;
    margin: 0 2%;
    border-radius: 10px;
    background:
      url(https://outicompass.jp/image/top-link.png) no-repeat 95% center,
      #ee7500;
    padding: 15px 50px 15px 30px;
    width: auto;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
  }
}
@media only screen and (max-width: 1280px) {
  .top-link a:link,
  .top-link a:visited {
    display: inline-block;
    margin: 0 2%;
    border-radius: 10px;
    background:
      url(https://outicompass.jp/image/top-link.png) no-repeat 95% center,
      #ee7500;
    padding: 10px 50px 10px 30px;
    width: auto;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
  }
}
@media only screen and (max-width: 835px) {
  .top-link {
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
  }
  .top-link a:link,
  .top-link a:visited {
    display: inline-block;
    margin: 0 2%;
    border-radius: 10px;
    background:
      url(https://outicompass.jp/image/top-link.png) no-repeat 95% center,
      #ee7500;
    padding: 5px 50px 5px 30px;
    width: auto;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
  }
}
@media only screen and (max-width: 640px) {
  .top-link a:link,
  .top-link a:visited {
    display: inline-block;
    margin: 0 1%;
    border-radius: 10px;
    background:
      url(https://outicompass.jp/image/top-link.png) no-repeat 95% center,
      #ee7500;
    padding: 5px 0 5px 0;
    width: 48%;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
  }
}
@media only screen and (max-width: 480px) {
  .top-link a:link,
  .top-link a:visited {
    display: inline-block;
    margin: 0 1%;
    border-radius: 7px;
    background:
      url(https://outicompass.jp/image/top-link.png) no-repeat 95% center,
      #ee7500;
    padding: 5px 0 5px 0;
    width: 48%;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
  }
}

.top-link2 {
  float: left;
  clear: both;
  margin: 30px 0 0;
  padding: 0;
  width: 100%;
  height: auto;
}
.top-link2 a:link,
.top-link2 a:visited {
  display: inline-block;
  margin: 0 2%;
  border: 3px solid #fff;
  border-radius: 10px;
  background:
    url(https://outicompass.jp/image/top-link.png) no-repeat 95% center,
    #ee7500;
  padding: 15px 50px 15px 30px;
  width: auto;
  color: #fff;
  font-size: 25px;
  text-decoration: none;
}
.top-link2 a:hover {
  background:
    url(https://outicompass.jp/image/top-link.png) no-repeat 95% center,
    #58b530;
}
@media only screen and (max-width: 1440px) {
  .top-link2 a:link,
  .top-link2 a:visited {
    display: inline-block;
    margin: 0 2%;
    border-radius: 10px;
    background:
      url(https://outicompass.jp/image/top-link.png) no-repeat 95% center,
      #ee7500;
    padding: 15px 50px 15px 30px;
    width: auto;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
  }
}
@media only screen and (max-width: 1280px) {
  .top-link2 a:link,
  .top-link2 a:visited {
    display: inline-block;
    margin: 0 2%;
    border-radius: 10px;
    background:
      url(https://outicompass.jp/image/top-link.png) no-repeat 95% center,
      #ee7500;
    padding: 10px 50px 10px 30px;
    width: auto;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
  }
}
@media only screen and (max-width: 835px) {
  .top-link2 {
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
  }
  .top-link2 a:link,
  .top-link2 a:visited {
    display: inline-block;
    margin: 0 2%;
    border-radius: 10px;
    background:
      url(https://outicompass.jp/image/top-link.png) no-repeat 95% center,
      #ee7500;
    padding: 5px 50px 5px 30px;
    width: auto;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
  }
}
@media only screen and (max-width: 640px) {
  .top-link2 a:link,
  .top-link2 a:visited {
    display: inline-block;
    margin: 0 1%;
    border-radius: 10px;
    background:
      url(https://outicompass.jp/image/top-link.png) no-repeat 95% center,
      #ee7500;
    padding: 5px 0 5px 0;
    width: 90%;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
  }
}
@media only screen and (max-width: 480px) {
  .top-link2 a:link,
  .top-link2 a:visited {
    display: inline-block;
    margin: 0 1%;
    border-radius: 7px;
    background:
      url(https://outicompass.jp/image/top-link.png) no-repeat 95% center,
      #ee7500;
    padding: 5px 0 5px 0;
    width: 90%;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
  }
}

#top-voice {
  float: left;
  clear: both;
  margin: 0;
  background: url(https://outicompass.jp/image/top-voice.png) repeat center top;
  padding: 120px 10%;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1600px) {
  #top-voice {
    float: left;
    clear: both;
    margin: 0;
    background: url(https://outicompass.jp/image/top-voice.png) repeat center top;
    padding: 120px 5%;
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 1280px) {
  #top-voice {
    float: left;
    clear: both;
    margin: 0;
    background: url(https://outicompass.jp/image/top-voice.png) repeat center top;
    padding: 80px 5%;
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 835px) {
  #top-voice {
    float: left;
    clear: both;
    margin: 0;
    background: url(https://outicompass.jp/image/top-voice.png) repeat center top;
    padding: 60px 5%;
    width: 100%;
    height: auto;
  }
}

#top-voice h3 {
  float: left;
  clear: both;
  margin: 0 0 80px;
  padding: 0;
  width: 100%;
  height: auto;
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  text-align: center;
}
#top-voice h3 img {
  vertical-align: text-bottom;
  margin: 0 1% 0 0;
  max-width: 3%;
}
@media only screen and (max-width: 1280px) {
  #top-voice h3 {
    float: left;
    clear: both;
    margin: 0 0 60px;
    padding: 0;
    width: 100%;
    height: auto;
    font-weight: 700;
    font-size: 35px;
    line-height: 100%;
    text-align: center;
  }
  #top-voice h3 img {
    vertical-align: text-bottom;
    margin: 0 1% 0 0;
    max-width: 4%;
  }
}
@media only screen and (max-width: 1080px) {
  #top-voice h3 img {
    vertical-align: text-bottom;
    margin: 0 1% 0 0;
    max-width: 5%;
  }
}
@media only screen and (max-width: 835px) {
  #top-voice h3 img {
    vertical-align: bottom;
    margin: 0 1% 0 0;
    max-width: 6%;
  }
}
@media only screen and (max-width: 640px) {
  #top-voice h3 {
    float: left;
    clear: both;
    margin: 0 0 40px;
    padding: 0;
    width: 100%;
    height: auto;
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    text-align: center;
  }
  #top-voice h3 img {
    vertical-align: bottom;
    margin: 0 1% 0 0;
    max-width: 7%;
  }
}
@media only screen and (max-width: 414px) {
  #top-voice h3 {
    float: left;
    clear: both;
    margin: 0 0 30px;
    padding: 0;
    width: 100%;
    height: auto;
    font-weight: 700;
    font-size: 28px;
    line-height: 100%;
    text-align: center;
  }
  #top-voice h3 img {
    vertical-align: bottom;
    margin: 0 1% 0 0;
    max-width: 8%;
  }
}

#top-voice-area {
  display: flex;
  flex-wrap: wrap;
  float: left;
  clear: both;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}

.top-voice-box {
  flex: 0 0 46%;
  margin: 0 2% 50px;
  border: 1px solid #009edf;
  background: #fff;
  padding: 30px 2%;
}
@media only screen and (max-width: 1280px) {
  .top-voice-box {
    flex: 0 0 46%;
    margin: 0 2% 40px;
    border: 1px solid #009edf;
    background: #fff;
    padding: 10px 2% 20px;
  }
}
@media only screen and (max-width: 835px) {
  #top-voice-area {
    display: inherit;
    flex-wrap: wrap;
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
  }
  .top-voice-box {
    flex: 0 0 100%;
    float: left;
    clear: both;
    margin: 0 0 30px;
    border: 1px solid #009edf;
    background: #fff;
    padding: 10px 2% 20px;
    width: 100%;
    height: auto;
  }
}

.t-star {
  float: left;
  clear: both;
  margin: 0 0 20px;
  padding: 0;
  width: 100%;
  height: auto;
  text-align: left;
}
.t-star p {
  color: #444;
  font-size: 15px;
  line-height: 100%;
  text-align: left;
}
.t-star h4 {
  float: left;
  clear: both;
  margin: 0 0 20px;
  padding: 0;
  width: 100%;
  height: auto;
  font-weight: 500;
  font-size: 25px;
  line-height: 120%;
  text-align: left;
}
@media only screen and (max-width: 1280px) {
  .t-star p {
    font-size: 15px;
    line-height: 100%;
    text-align: left;
  }
  .t-star h4 {
    float: left;
    clear: both;
    margin: 0 0 10px;
    padding: 0;
    width: 100%;
    height: auto;
    font-weight: 500;
    font-size: 22px;
    line-height: 120%;
    text-align: left;
  }
}

.t-text {
  float: left;
  clear: both;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  text-align: left;
}
.t-text img {
  float: left;
}
.t-text p {
  float: right;
  margin: 0;
  width: 80%;
  font-size: 15px;
  line-height: 150%;
}
.t-text p strong {
  color: #009edf;
  font-weight: 500;
}
@media only screen and (max-width: 1280px) {
  .t-text img {
    float: left;
    max-width: 20%;
  }
  .t-text p {
    float: right;
    margin: 0 0 0 3%;
    width: 77%;
    font-size: 15px;
    line-height: 150%;
  }
}

#top-faq {
  float: left;
  clear: both;
  margin: 120px 0 0;
  padding: 0 20% 0;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1440px) {
  #top-faq {
    float: left;
    clear: both;
    margin: 100px 0 0;
    padding: 0 20% 0;
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 1280px) {
  #top-faq {
    float: left;
    clear: both;
    margin: 80px 0 0;
    padding: 0 20% 0;
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 1080px) {
  #top-faq {
    float: left;
    clear: both;
    margin: 60px 0 0;
    padding: 0 10% 0;
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 835px) {
  #top-faq {
    float: left;
    clear: both;
    margin: 50px 0 0;
    padding: 0 10% 0;
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 640px) {
  #top-faq {
    float: left;
    clear: both;
    margin: 50px 0 0;
    padding: 0 5% 0;
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 480px) {
  #top-faq {
    float: left;
    clear: both;
    margin: 40px 0 0;
    padding: 0 5% 0;
    width: 100%;
    height: auto;
  }
}

#top-faq h5 {
  float: left;
  clear: both;
  margin: 0 0 50px;
  padding: 0;
  width: 100%;
  height: auto;
  font-weight: 500;
  font-size: 40px;
  line-height: 100%;
  text-align: center;
}
@media only screen and (max-width: 1280px) {
  #top-faq h5 {
    float: left;
    clear: both;
    margin: 0 0 40px;
    padding: 0;
    width: 100%;
    height: auto;
    font-weight: 500;
    font-size: 35px;
    line-height: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 1080px) {
  #top-faq h5 {
    float: left;
    clear: both;
    margin: 0 0 30px;
    padding: 0;
    width: 100%;
    height: auto;
    font-weight: 500;
    font-size: 30px;
    line-height: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  #top-faq h5 {
    float: left;
    clear: both;
    margin: 0 0 30px;
    padding: 0;
    width: 100%;
    height: auto;
    font-weight: 500;
    font-size: 25px;
    line-height: 100%;
    text-align: center;
  }
}

/*アコーディオン全体*/
.accordion-area {
  float: left;
  clear: both;
  margin: 0 auto;
  width: 100%;
  list-style: none;
}
main #sub-page .accordion-area {
  margin: 0 0 100px;
}
@media only screen and (max-width: 835px) {
  .accordion-area {
    float: left;
    clear: both;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    list-style: none;
  }
  main #sub-page .accordion-area {
    margin: 0 0 60px;
  }
}

main .accordion-area h2,
main #sub-page .accordion-area h2 {
  float: left;
  clear: both;
  margin: 0 0 15px;
  border-left: none;
  background: none;
  padding: 0 0 10px;
  width: 100%;
  height: auto;
  color: #009edf;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  text-align: left;
  text-indent: 2.5em;
}
main #sub-page .accordion-area h2 span {
  margin: 0 1% 0 0;
  background: #b2e2f5;
  padding: 0 6px 2px;
  font-size: 15px;
  line-height: 100%;
}
@media only screen and (max-width: 1080px) {
  main .accordion-area h2,
  main #sub-page .accordion-area h2 {
    float: left;
    clear: both;
    margin: 0 0 15px;
    border-left: none;
    padding: 0 0 10px;
    width: 100%;
    height: auto;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    text-align: left;
    text-indent: 2.5em;
  }
}
@media only screen and (max-width: 835px) {
  main .accordion-area h2,
  main #sub-page .accordion-area h2 {
    float: left;
    clear: both;
    margin: 0 0 0px;
    border-left: none;
    padding: 0 0 10px 2.5em;
    width: 100%;
    height: auto;
    font-weight: 500;
    font-size: 17px;
    line-height: 120%;
    text-align: left;
    text-indent: 0;
  }
}
@media only screen and (max-width: 640px) {
  main .accordion-area h2,
  main #sub-page .accordion-area h2 {
    float: left;
    clear: both;
    margin: 0 0 0px;
    border-left: none;
    padding: 0 0 10px 2.5em;
    width: 100%;
    height: auto;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    text-align: left;
    text-indent: 0em;
  }
}
@media only screen and (max-width: 480px) {
  main .accordion-area h2,
  main #sub-page .accordion-area h2 {
    float: left;
    clear: both;
    margin: 0;
    border-left: none;
    padding: 0 0 10px 2.5em;
    width: 100%;
    height: auto;
    font-weight: 500;
    font-size: 15px;
    line-height: 120%;
    text-align: left;
    text-indent: 0;
  }
}
@media only screen and (max-width: 414px) {
  main .accordion-area h2,
  main #sub-page .accordion-area h2 {
    float: left;
    clear: both;
    margin: 0;
    border-left: none;
    padding: 0 0 10px 2.5em;
    width: 100%;
    height: auto;
    font-weight: 500;
    font-size: 15px;
    line-height: 120%;
    text-align: left;
    text-indent: 0;
  }
}

.accordion-area li {
  margin: 10px 0 0;
	text-align: left;
}
.accordion-area li strong {
  background: url(https://outicompass.jp/image/strong.png) no-repeat center bottom/100% 15px;
  padding: 0 0 5px;
  font-weight: 600;
  font-size: 1.1em;
}
.accordion-area li em {
  color: #58b530;
  font-style: normal;
  font-weight: 600;
}
.accordion-area li span {
  font-weight: 600;
}
.accordion-area li ul {
  float: left;
  clear: both;
  margin: 0 0 20px;
  background: rgba(203, 238, 251, 0.5);
  padding: 15px 10px 5px;
  width: 100%;
  height: auto;
}
.accordion-area li ul li {
  margin: 0 0 10px 5%;
  font-size: 15px;
  line-height: 120%;
  list-style-type: disc;
}

.accordion-area section {
  float: left;
  clear: both;
  margin: 0 0 30px;
  border: 2px solid #009edf;
  background: #fff;
  padding: 20px 0 0;
  width: 100%;
}
@media only screen and (max-width: 835px) {
  .accordion-area section {
    float: left;
    clear: both;
    margin: 0 0 20px;
    border: 2px solid #009edf;
    background: #fff;
    padding: 10px 0 0;
    width: 100%;
  }
}

/*アコーディオンタイトル*/
.title {
  position: relative; /*+マークの位置基準とするためrelative指定*/
  transition: all 0.5s ease;
  cursor: pointer;
  padding: 0 3% 0 20px;
  font-weight: normal;
  font-size: 1rem;
}

/*アイコンの＋と×*/
.title::before,
.title::after {
  position: absolute;
  background-color: #009edf;
  width: 15px;
  height: 2px;
  content: '';
}
.title::before {
  top: 30%;
  left: 15px;
  transform: rotate(0deg);
}
.title::after {
  top: 30%;
  left: 15px;
  transform: rotate(90deg);
}
@media only screen and (max-width: 835px) {
  .title::before {
    top: 30%;
    left: 15px;
    transform: rotate(0deg);
  }
  .title::after {
    top: 30%;
    left: 15px;
    transform: rotate(90deg);
  }
}

/*　closeというクラスがついたら形状変化　*/
.title.close::before {
  transform: rotate(45deg);
}
.title.close::after {
  transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.box {
  display: none; /*はじめは非表示*/
  clear: both;
  margin: 0 5% 10px;
  padding: 0;
  width: 90%;
  height: auto;
}
main #sub-page .box {
  display: none; /*はじめは非表示*/
  clear: both;
  margin: 0 5% 10px;
  background: url(https://outicompass.jp/image/faq-a.png) no-repeat right top/auto 60px;
  padding: 0;
  width: 90%;
  height: auto;
}
.box p {
  margin: 0 0 20px;
  font-size: 17px;
  line-height: 180%;
  text-align: left;
}
.box p a {
  font-size: 13px;
}
@media only screen and (max-width: 1080px) {
  .box p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 640px) {
  .box p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 414px) {
  .box p {
    font-size: 13px;
  }
}

.faq-list {
  float: left;
  clear: both;
  margin: 0 0 50px;
  padding: 0;
  width: 100%;
  height: auto;
}

#sub-page .faq-list ol {
  display: flex;
  flex-wrap: wrap;
  float: left;
  clear: both;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}
#sub-page .faq-list li {
  flex: 1;
  flex-grow: 0;
  flex-basis: 31.3%;
  margin: 0 1% 10px;
  padding: 0;
  list-style-type: none;
}
#sub-page .faq-list li a:link,
#sub-page .faq-list li a:visited {
  display: block;
  border: 1px solid #111;
  border-radius: 7px;
  padding: 5px 0;
  color: #111;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
}
#sub-page .faq-list li a:hover {
  background: #b2e2f5;
}
@media only screen and (max-width: 1080px) {
  #sub-page .faq-list li a:link,
  #sub-page .faq-list li a:visited {
    display: block;
    border: 1px solid #111;
    border-radius: 7px;
    padding: 10px 0;
    color: #111;
    font-size: 13px;
    line-height: 120%;
    text-align: center;
    text-decoration: none;
  }
}
@media only screen and (max-width: 835px) {
  #sub-page .faq-list li {
    flex: 1;
    flex-grow: 0;
    flex-basis: 48%;
    margin: 0 1% 10px;
    padding: 0;
    list-style-type: none;
  }
}
@media only screen and (max-width: 480px) {
  #sub-page .faq-list ol {
    display: inherit;
    flex-wrap: wrap;
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
  }
  #sub-page .faq-list li {
    flex: none;
    flex-grow: 0;
    flex-basis: 100%;
    margin: 0 0% 10px;
    padding: 0;
    list-style-type: none;
  }
  #sub-page .faq-list li a:link,
  #sub-page .faq-list li a:visited {
    display: block;
    border: 1px solid #111;
    border-radius: 7px;
    padding: 10px 3%;
    color: #111;
    font-size: 13px;
    line-height: 120%;
    text-align: left;
    text-decoration: none;
  }
}

#photo {
  float: left;
  clear: both;
  margin: 0 0 100px;
  background:
    url(https://outicompass.jp/image/photo3.png) no-repeat 70% bottom/16%,
    url(https://outicompass.jp/image/photo2.png) no-repeat 30% bottom/12%,
    url(https://outicompass.jp/image/photo1.png) repeat-x center 50%/60%;
  padding: 100px 0 0;
  width: 100%;
  height: 550px;
}
@media only screen and (max-width: 1280px) {
  #photo {
    float: left;
    clear: both;
    margin: 0 0 100px;
    background:
      url(https://outicompass.jp/image/photo3.png) no-repeat 70% bottom/16%,
      url(https://outicompass.jp/image/photo2.png) no-repeat 30% bottom/12%,
      url(https://outicompass.jp/image/photo1.png) repeat-x center 50%/60%;
    padding: 100px 0 0;
    width: 100%;
    height: 500px;
  }
}
@media only screen and (max-width: 1080px) {
  #photo {
    float: left;
    clear: both;
    margin: 0 0 100px;
    background:
      url(https://outicompass.jp/image/photo3.png) no-repeat 70% bottom/19%,
      url(https://outicompass.jp/image/photo2.png) no-repeat 30% bottom/14%,
      url(https://outicompass.jp/image/photo1.png) repeat-x center 60%/60%;
    padding: 100px 0 0;
    width: 100%;
    height: 450px;
  }
}
@media only screen and (max-width: 835px) {
  #photo {
    float: left;
    clear: both;
    margin: 0 0 0px;
    background:
      url(https://outicompass.jp/image/photo3.png) no-repeat 80% bottom/22%,
      url(https://outicompass.jp/image/photo2.png) no-repeat 40% bottom/16%,
      url(https://outicompass.jp/image/photo1.png) repeat-x center 60%/60%;
    padding: 60px 0 0;
    width: 100%;
    height: 400px;
  }
}
@media only screen and (max-width: 640px) {
  #photo {
    float: left;
    clear: both;
    margin: 0 0 0px;
    background:
      url(https://outicompass.jp/image/photo3.png) no-repeat 90% bottom/25%,
      url(https://outicompass.jp/image/photo2.png) no-repeat 50% bottom/18%,
      url(https://outicompass.jp/image/photo1.png) repeat-x center 70%/70%;
    padding: 60px 0 0;
    width: 100%;
    height: 350px;
  }
}
@media only screen and (max-width: 480px) {
  #photo {
    float: left;
    clear: both;
    margin: 0 0 0px;
    background:
      url(https://outicompass.jp/image/photo3.png) no-repeat 90% bottom/27%,
      url(https://outicompass.jp/image/photo2.png) no-repeat 50% bottom/20%,
      url(https://outicompass.jp/image/photo1.png) repeat-x center 70%/80%;
    padding: 60px 0 0;
    width: 100%;
    height: 300px;
  }
}
@media only screen and (max-width: 414px) {
  #photo {
    float: left;
    clear: both;
    margin: 0 0 0px;
    background:
      url(https://outicompass.jp/image/photo3.png) no-repeat 90% bottom/27%,
      url(https://outicompass.jp/image/photo2.png) no-repeat 50% bottom/20%,
      url(https://outicompass.jp/image/photo1.png) repeat-x center 80%/90%;
    padding: 40px 0 0;
    width: 100%;
    height: 250px;
  }
}

#photo h2 {
  float: left;
  clear: both;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  font-weight: 900;
  font-size: 50px;
  line-height: 120%;
  text-align: center;
}
#photo h2 span {
  color: #009edf;
}
@media only screen and (max-width: 1280px) {
  #photo h2 {
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    font-weight: 900;
    font-size: 50px;
    line-height: 120%;
    text-align: center;
  }
}
@media only screen and (max-width: 1080px) {
  #photo h2 {
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    font-weight: 900;
    font-size: 45px;
    line-height: 120%;
    text-align: center;
  }
}
@media only screen and (max-width: 835px) {
  #photo h2 {
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    font-weight: 900;
    font-size: 40px;
    line-height: 120%;
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  #photo h2 {
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    font-weight: 900;
    font-size: 30px;
    line-height: 120%;
    text-align: center;
  }
}
@media only screen and (max-width: 414px) {
  #photo h2 {
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    font-weight: 900;
    font-size: 30px;
    line-height: 120%;
    text-align: center;
  }
}

#toi {
  float: left;
  clear: both;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 835px) {
  #toi {
    float: left;
    clear: both;
    margin: 0;
    padding: 50px 0 0;
    width: 100%;
    height: auto;
  }
}

#toi h3 {
  float: left;
  clear: both;
  margin: 0 0 50px;
  padding: 0;
  width: 100%;
  height: auto;
  color: #009edf;
  font-weight: 900;
  font-size: 50px;
  line-height: 100%;
  text-align: center;
}
#toi h3 img {
  vertical-align: middle;
  margin: 0 1% 0 0;
}
@media only screen and (max-width: 1080px) {
  #toi h3 {
    float: left;
    clear: both;
    margin: 0 0 45px;
    padding: 0;
    width: 100%;
    height: auto;
    color: #009edf;
    font-weight: 900;
    font-size: 45px;
    line-height: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 835px) {
  #toi h3 {
    float: left;
    clear: both;
    margin: 0 0 40px;
    padding: 0;
    width: 100%;
    height: auto;
    color: #009edf;
    font-weight: 900;
    font-size: 40px;
    line-height: 100%;
    text-align: center;
  }
  #toi h3 img {
    vertical-align: middle;
    margin: 0 1% 0 0;
    max-width: 10%;
  }
}
@media only screen and (max-width: 480px) {
  #toi h3 {
    float: left;
    clear: both;
    margin: 0 0 40px;
    padding: 0;
    width: 100%;
    height: auto;
    color: #009edf;
    font-weight: 900;
    font-size: 35px;
    line-height: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 414px) {
  #toi h3 {
    float: left;
    clear: both;
    margin: 0 0 30px;
    padding: 0;
    width: 100%;
    height: auto;
    color: #009edf;
    font-weight: 900;
    font-size: 30px;
    line-height: 100%;
    text-align: center;
  }
}

#toi-back {
  float: left;
  clear: both;
  margin: 0;
  background: #eee;
  padding: 0 0 50px;
  width: 100%;
  height: auto;
}
#toi-back p.toi {
  margin: 0 0 15px;
  font-size: 30px;
  text-align: center;
}
#toi-back p.toi strong {
  font-weight: 500;
  font-size: 45px;
  line-height: 200%;
}
@media only screen and (max-width: 1080px) {
  #toi-back p.toi {
    margin: 0 0 15px;
    font-size: 25px;
    text-align: center;
  }
  #toi-back p.toi strong {
    font-weight: 500;
    font-size: 40px;
    line-height: 200%;
  }
  #toi-back img {
    max-width: 40%;
  }
}
@media only screen and (max-width: 835px) {
  #toi-back p.toi {
    margin: 0 0 15px;
    font-size: 20px;
    text-align: center;
  }
  #toi-back p.toi strong {
    font-weight: 500;
    font-size: 35px;
    line-height: 200%;
  }
  #toi-back img {
    max-width: 50%;
  }
}
@media only screen and (max-width: 640px) {
  #toi-back p.toi {
    margin: 0 0 15px;
    font-size: 20px;
    text-align: center;
  }
  #toi-back p.toi strong {
    font-weight: 500;
    font-size: 30px;
    line-height: 200%;
  }
  #toi-back img {
    max-width: 60%;
  }
}
@media only screen and (max-width: 480px) {
  #toi-back {
    float: left;
    clear: both;
    margin: 0;
    background: #eee;
    padding: 0 0 30px;
    width: 100%;
    height: auto;
  }
  #toi-back p.toi strong {
    font-weight: 500;
    font-size: 25px;
    line-height: 200%;
  }
  #toi-back img {
    max-width: 70%;
  }
}
@media only screen and (max-width: 414px) {
  #toi-back {
    float: left;
    clear: both;
    margin: 0;
    background: #eee1;
    padding: 0 0 20px;
    width: 100%;
    height: auto;
  }
  #toi-back p.toi {
    margin: 0 0 15px;
    font-size: 17px;
    text-align: center;
  }
  #toi-back p.toi strong {
    font-weight: 500;
    font-size: 20px;
    line-height: 200%;
  }
  #toi-back img {
    max-width: 90%;
  }
}

#sub-page {
  float: left;
  clear: both;
  margin: 0;
  padding: 60px 20% 0;
  width: 100%;
  height: auto;
  text-align: left;
}
@media only screen and (max-width: 1440px) {
  #sub-page {
    float: left;
    clear: both;
    margin: 0;
    padding: 60px 15% 0;
    width: 100%;
    height: auto;
    text-align: left;
  }
}
@media only screen and (max-width: 1280px) {
  #sub-page {
    float: left;
    clear: both;
    margin: 0;
    padding: 60px 10% 0;

    width: 100%;
    height: auto;
    text-align: left;
  }
}
@media only screen and (max-width: 1080px) {
  #sub-page {
    float: left;
    clear: both;
    margin: 0;
    padding: 60px 5% 0;
    width: 100%;
    height: auto;
    text-align: left;
  }
}
@media only screen and (max-width: 835px) {
  #sub-page {
    float: left;
    clear: both;
    margin: 0;
    padding: 40px 5% 0;
    width: 100%;
    height: auto;
    text-align: left;
  }
}
@media only screen and (max-width: 640px) {
  #sub-page {
    float: left;
    clear: both;
    margin: 0;
    padding: 30px 5% 0;
    width: 100%;
    height: auto;
    text-align: left;
  }
}

#sub-page h1 {
  float: left;
  clear: both;
  margin: 0 0 60px;
  border-bottom: 10px solid #b2e2f5;
  background:
    url(https://outicompass.jp/image/ie-h2.png) no-repeat left center/auto 80%,
    url(https://outicompass.jp/image/sub-h2.png) no-repeat right bottom/auto 100%;
  padding: 15px 0 15px 6%;
  width: 100%;
  height: auto;
  color: #009edf;
  font-weight: 900;
  font-size: 45px;
  line-height: 100%;
  text-align: left;
}
@media only screen and (max-width: 1440px) {
  #sub-page h1 {
    float: left;
    clear: both;
    margin: 0 0 60px;
    border-bottom: 10px solid #b2e2f5;
    background:
      url(https://outicompass.jp/image/ie-h2.png) no-repeat left center/auto 80%,
      url(https://outicompass.jp/image/sub-h2.png) no-repeat right bottom/auto 100%;
    padding: 15px 0 15px 6%;
    width: 100%;
    height: auto;
    color: #009edf;
    font-weight: 900;
    font-size: 40px;
    line-height: 100%;
    text-align: left;
  }
}
@media only screen and (max-width: 1080px) {
  #sub-page h1 {
    float: left;
    clear: both;
    margin: 0 0 60px;
    border-bottom: 10px solid #b2e2f5;
    background:
      url(https://outicompass.jp/image/ie-h2.png) no-repeat left center/auto 70%,
      url(https://outicompass.jp/image/sub-h2.png) no-repeat right bottom/auto 100%;
    padding: 15px 0 15px 7%;
    width: 100%;
    height: auto;
    color: #009edf;
    font-weight: 900;
    font-size: 35px;
    line-height: 100%;
    text-align: left;
  }
}
@media only screen and (max-width: 835px) {
  #sub-page h1 {
    float: left;
    clear: both;
    margin: 0 0 60px;
    border-bottom: 10px solid #b2e2f5;
    background:
      url(https://outicompass.jp/image/ie-h2.png) no-repeat left center/auto 70%,
      url(https://outicompass.jp/image/sub-h2.png) no-repeat right bottom/auto 100%;
    padding: 15px 0 15px 7%;
    width: 100%;
    height: auto;
    color: #009edf;
    font-weight: 900;
    font-size: 30px;
    line-height: 100%;
    text-align: left;
  }
}
@media only screen and (max-width: 640px) {
  #sub-page h1 {
    float: left;
    clear: both;
    margin: 0 0 50px;
    border-bottom: 10px solid #b2e2f5;
    background:
      url(https://outicompass.jp/image/ie-h2.png) no-repeat left center/auto 65%,
      url(https://outicompass.jp/image/sub-h2.png) no-repeat right bottom/auto 90%;
    padding: 15px 0 15px 8%;
    width: 100%;
    height: auto;
    color: #009edf;
    font-weight: 900;
    font-size: 25px;
    line-height: 100%;
    text-align: left;
  }
}
@media only screen and (max-width: 480px) {
  #sub-page h1 {
    float: left;
    clear: both;
    margin: 0 0 50px;
    border-bottom: 10px solid #b2e2f5;
    background:
      url(https://outicompass.jp/image/ie-h2.png) no-repeat left center/auto 60%,
      url(https://outicompass.jp/image/sub-h2.png) no-repeat right bottom/auto 90%;
    padding: 15px 0 15px 9%;
    width: 100%;
    height: auto;
    color: #009edf;
    font-weight: 900;
    font-size: 22px;
    line-height: 100%;
    text-align: left;
  }
}
@media only screen and (max-width: 414px) {
  #sub-page h1 {
    float: left;
    clear: both;
    margin: 0 0 50px;
    border-bottom: 10px solid #b2e2f5;
    background:
      url(https://outicompass.jp/image/ie-h2.png) no-repeat left center/auto 55%,
      url(https://outicompass.jp/image/sub-h2.png) no-repeat right bottom/auto 80%;
    padding: 15px 0 15px 9%;
    width: 100%;
    height: auto;
    color: #009edf;
    font-weight: 900;
    font-size: 22px;
    line-height: 100%;
    text-align: left;
  }
}

#sub-page h2 {
  float: left;
  clear: both;
  margin: 0 0 50px;
  border-radius: 7px;
  background: #009edf;
  padding: 15px;
  width: 100%;
  height: auto;
  color: #fff;
  font-weight: 500;
  font-size: 25px;
  line-height: 100%;
  text-align: left;
}
#sub-page h2 strong {
  color: #f6f91b;
  font-size: 1.1em;
}
@media only screen and (max-width: 835px) {
  #sub-page h2 {
    float: left;
    clear: both;
    margin: 0 0 30px;
    border-radius: 7px;
    background: #009edf;
    padding: 15px;
    width: 100%;
    height: auto;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    text-align: left;
  }
}
@media only screen and (max-width: 640px) {
  #sub-page h2 {
    float: left;
    clear: both;
    margin: 0 0 30px;
    border-radius: 7px;
    background: #009edf;
    padding: 10px;
    width: 100%;
    height: auto;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    text-align: left;
  }
}
@media only screen and (max-width: 414px) {
  #sub-page h2 {
    float: left;
    clear: both;
    margin: 0 0 25px;
    border-radius: 7px;
    background: #009edf;
    padding: 10px;
    width: 100%;
    height: auto;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    text-align: left;
  }
}

#sub-page h3 {
  float: left;
  clear: both;
  margin: 50px 0 40px;
  border-bottom: 1px solid #111;
  border-left: 15px solid #009edf;
  padding: 5px 0 10px 15px;
  width: 100%;
  height: auto;
  font-weight: 500;
  font-size: 25px;
  line-height: 100%;
  text-align: left;
}
@media only screen and (max-width: 1080px) {
  #sub-page h3 {
    float: left;
    clear: both;
    margin: 50px 0 40px;
    border-bottom: 1px solid #111;
    border-left: 15px solid #009edf;
    padding: 5px 0 10px 15px;
    width: 100%;
    height: auto;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    text-align: left;
  }
}
@media only screen and (max-width: 640px) {
  #sub-page h3 {
    float: left;
    clear: both;
    margin: 30px 0 30px;
    border-bottom: 1px solid #111;
    border-left: 15px solid #009edf;
    padding: 5px 0 10px 15px;
    width: 100%;
    height: auto;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    text-align: left;
  }
}
@media only screen and (max-width: 480px) {
  #sub-page h3 {
    float: left;
    clear: both;
    margin: 15px 0 25px;
    border-bottom: 1px solid #111;
    border-left: 10px solid #009edf;
    padding: 5px 0 10px 10px;
    width: 100%;
    height: auto;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    text-align: left;
  }
}

#sub-page iframe {
  float: left;
  clear: both;
  margin: 0 0 50px;
  padding: 0;
  width: 100%;
  height: 500px;
}
@media only screen and (max-width: 835px) {
  #sub-page iframe {
    float: left;
    clear: both;
    margin: 0 0 50px;
    padding: 0;
    width: 100%;
    height: 400px;
  }
}
@media only screen and (max-width: 640px) {
  #sub-page iframe {
    float: left;
    clear: both;
    margin: 0 0 40px;
    padding: 0;
    width: 100%;
    height: 350px;
  }
}
@media only screen and (max-width: 480px) {
  #sub-page iframe {
    float: left;
    clear: both;
    margin: 0 0 30px;
    padding: 0;
    width: 100%;
    height: 300px;
  }
}
@media only screen and (max-width: 414px) {
  #sub-page iframe {
    float: left;
    clear: both;
    margin: 0 0 30px;
    padding: 0;
    width: 100%;
    height: 250px;
  }
}

#sub-page dl.comp {
  display: flex;
  flex-wrap: wrap;
  float: left;
  clear: both;
  margin: 0 0 50px;
  padding: 0;
  width: 100%;
  height: auto;
}
#sub-page dl.comp dt {
  float: left;
  clear: both;
  margin: 0 0 15px;
  border-bottom: 1px solid #ccc;
  padding: 0 0 15px;
  width: 25%;
  height: auto;
  font-size: 17px;
  line-height: 120%;
  text-align: left;
}
#sub-page dl.comp dd {
  float: left;
  margin: 0 0 15px;
  border-bottom: 1px solid #ccc;
  padding: 0 0 15px 1%;
  width: 75%;
  height: auto;
  font-size: 17px;
  line-height: 120%;
  text-align: left;
}
@media only screen and (max-width: 1080px) {
  #sub-page dl.comp dt {
    float: left;
    clear: both;
    margin: 0 0 15px;
    border-bottom: 1px solid #ccc;
    padding: 0 0 15px;
    width: 25%;
    height: auto;
    font-size: 16px;
    line-height: 120%;
    text-align: left;
  }
  #sub-page dl.comp dd {
    float: left;
    margin: 0 0 15px;
    border-bottom: 1px solid #ccc;
    padding: 0 0 15px 1%;
    width: 75%;
    height: auto;
    font-size: 16px;
    line-height: 120%;
    text-align: left;
  }
}
@media only screen and (max-width: 835px) {
  #sub-page dl.comp dt {
    float: left;
    clear: both;
    margin: 0 0 15px;
    border-bottom: 1px solid #ccc;
    padding: 0 0 15px;
    width: 30%;
    height: auto;
    font-size: 15px;
    line-height: 120%;
    text-align: left;
  }
  #sub-page dl.comp dd {
    float: left;
    margin: 0 0 15px;
    border-bottom: 1px solid #ccc;
    padding: 0 0 15px 1%;
    width: 70%;
    height: auto;
    font-size: 15px;
    line-height: 120%;
    text-align: left;
  }
}
@media only screen and (max-width: 640px) {
  #sub-page dl.comp dt {
    float: left;
    clear: both;
    margin: 0 0 5px;
    border-bottom: none;
    border-radius: 7px;
    background: #eee;
    padding: 7px;
    width: 100%;
    height: auto;
    font-size: 15px;
    line-height: 120%;
    text-align: left;
  }
  #sub-page dl.comp dd {
    float: left;
    clear: both;
    margin: 0 0 20px;
    border-bottom: none;
    padding: 0;
    width: 100%;
    height: auto;
    font-size: 15px;
    line-height: 120%;
    text-align: left;
  }
}
@media only screen and (max-width: 414px) {
  #sub-page dl.comp dt {
    float: left;
    clear: both;
    margin: 0 0 5px;
    border-bottom: none;
    border-radius: 7px;
    background: #eee;
    padding: 7px;
    width: 100%;
    height: auto;
    font-size: 14px;
    line-height: 120%;
    text-align: left;
  }
  #sub-page dl.comp dd {
    float: left;
    clear: both;
    margin: 0 0 20px;
    border-bottom: none;
    padding: 0;
    width: 100%;
    height: auto;
    font-size: 14px;
    line-height: 120%;
    text-align: left;
  }
}

#access {
  float: left;
  clear: both;
  margin: 0 0 50px;
  padding: 0;
  width: 100%;
  height: auto;
}
#access img {
  float: left;
  margin: 0 2% 0 0;
  max-width: 48%;
}
@media only screen and (max-width: 480px) {
  #access {
    float: left;
    clear: both;
    margin: 0 0 20px;
    padding: 0;
    width: 100%;
    height: auto;
  }
  #access img {
    float: left;
    margin: 0 0 20px;
    max-width: 100%;
  }
}

#sub-voice {
  display: flex;
  flex-wrap: wrap;
  float: left;
  clear: both;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}
.sub-voice-box {
  flex: 1;
  flex-grow: 0;
  flex-basis: 46%;
  margin: 0 2% 40px;
  border: 1px solid #666;
  border-top: 5px solid #009edf;
  background: #fff;
  padding: 0 0 25px;
}
@media only screen and (max-width: 640px) {
  #sub-voice {
    display: inherit;
    flex-wrap: wrap;
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
  }
  .sub-voice-box {
    flex: none;
    flex-grow: 0;
    flex-basis: 100%;
    float: left;
    clear: both;
    margin: 0 0 40px;
    border: 1px solid #666;
    border-top: 5px solid #009edf;
    background: #fff;
    padding: 0 0 25px;
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .sub-voice-box {
    flex: none;
    flex-grow: 0;
    flex-basis: 100%;
    float: left;
    clear: both;
    margin: 0 0 25px;
    border: 1px solid #666;
    border-top: 5px solid #009edf;
    background: #fff;
    padding: 0 0 15px;
    width: 100%;
  }
}

#sub-page .sub-voice-box p {
  margin: 0 5%;
  font-size: 15px;
  line-height: 200%;
  text-align: left;
}
#sub-page .sub-voice-box p strong {
  color: #009edf;
  font-weight: 700;
  font-size: 1.1em;
}
@media only screen and (max-width: 414px) {
  #sub-page .sub-voice-box p {
    margin: 0 5%;
    font-size: 14px;
    line-height: 180%;
    text-align: left;
  }
}

#sub-page .sub-voice-box p img {
  float: left;
  margin: 0 3% 0 0;
  max-width: 15%;
}

#sub-page .sub-voice-box p.sub-voice-sex {
  float: left;
  clear: both;
  margin: 0 60% 20px 0;
  border-radius: 0 0 10px 0;
  background: #b2e2f5;
  padding: 10px 2%;
  width: 40%;
  height: auto;
  font-size: 13px;
  line-height: 100%;
}
@media only screen and (max-width: 1080px) {
  #sub-page .sub-voice-box p.sub-voice-sex {
    float: left;
    clear: both;
    margin: 0 50% 20px 0;
    border-radius: 0 0 10px 0;
    background: #b2e2f5;
    padding: 10px 2%;
    width: 50%;
    height: auto;
    font-size: 15px;
    line-height: 100%;
  }
}
@media only screen and (max-width: 835px) {
  #sub-page .sub-voice-box p.sub-voice-sex {
    float: left;
    clear: both;
    margin: 0 40% 20px 0;
    border-radius: 0 0 10px 0;
    background: #b2e2f5;
    padding: 10px 2%;
    width: 60%;
    height: auto;
    font-size: 15px;
    line-height: 100%;
  }
}
@media only screen and (max-width: 640px) {
  #sub-page .sub-voice-box p.sub-voice-sex {
    float: left;
    clear: both;
    margin: 0 65% 20px 0;
    border-radius: 0 0 10px 0;
    background: #b2e2f5;
    padding: 10px 2%;
    width: 35%;
    height: auto;
    font-size: 13px;
    line-height: 100%;
  }
}
@media only screen and (max-width: 480px) {
  #sub-page .sub-voice-box p.sub-voice-sex {
    float: left;
    clear: both;
    margin: 0 55% 10px 0;
    border-radius: 0 0 10px 0;
    background: #b2e2f5;
    padding: 10px 2%;
    width: 45%;
    height: auto;
    font-size: 13px;
    line-height: 100%;
  }
}

#sub-page #sub-voice h2 {
  float: left;
  clear: both;
  margin: 0 5% 20px;
  border-bottom: 1px solid #111;
  border-radius: 0;
  background: none;
  padding: 0 0 10px;
  width: 90%;
  height: auto;
  color: #55ac34;
  font-weight: 900;
  font-size: 25px;
  line-height: 120%;
  text-align: left;
}
@media only screen and (max-width: 1080px) {
  #sub-page #sub-voice h2 {
    float: left;
    clear: both;
    margin: 0 5% 15px;
    border-bottom: 1px solid #111;
    border-radius: 0;
    background: none;
    padding: 0 0 10px;
    width: 90%;
    height: auto;
    color: #55ac34;
    font-weight: 900;
    font-size: 22px;
    line-height: 120%;
    text-align: left;
  }
}
@media only screen and (max-width: 640px) {
  #sub-page #sub-voice h2 {
    float: left;
    clear: both;
    margin: 0 5% 20px;
    border-bottom: 1px solid #111;
    border-radius: 0;
    background: none;
    padding: 0 0 10px;
    width: 90%;
    height: auto;
    color: #55ac34;
    font-weight: 900;
    font-size: 20px;
    line-height: 120%;
    text-align: left;
  }
}
@media only screen and (max-width: 480px) {
  #sub-page #sub-voice h2 {
    float: left;
    clear: both;
    margin: 0 5% 10px;
    border-bottom: 1px solid #111;
    border-radius: 0;
    background: none;
    padding: 0 0 10px;
    width: 90%;
    height: auto;
    color: #55ac34;
    font-weight: 900;
    font-size: 20px;
    line-height: 120%;
    text-align: left;
  }
}
@media only screen and (max-width: 414px) {
  #sub-page #sub-voice h2 {
    float: left;
    clear: both;
    margin: 0 5% 10px;
    border-bottom: 1px solid #111;
    border-radius: 0;
    background: none;
    padding: 0 0 10px;
    width: 90%;
    height: auto;
    color: #55ac34;
    font-weight: 900;
    font-size: 18px;
    line-height: 120%;
    text-align: left;
  }
}

#nagare {
  float: left;
  clear: both;
  margin: 0 0 80px;
  padding: 0;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 835px) {
  #nagare {
    float: left;
    clear: both;
    margin: 0 0 40px;
    padding: 0;
    width: 100%;
    height: auto;
  }
}

#sub-page #nagare p {
  margin: 0 0 40px;
  font-size: 17px;
  line-height: 180%;
  text-align: left;
}
#nagare p strong {
  background: url(https://outicompass.jp/image/strong.png) no-repeat center bottom/100% 15px;
  padding: 0 0 5px;
  font-weight: 700;
  font-size: 1.2em;
}
#nagare p em {
  color: #009edf;
  font-style: normal;
  font-weight: 700;
  font-size: 1.1em;
}
#nagare p span {
  font-weight: 700;
}
@media only screen and (max-width: 835px) {
  #sub-page #nagare p {
    margin: 0 0 35px;
    font-size: 16px;
    line-height: 180%;
    text-align: left;
  }
  #nagare p strong {
    background: url(https://outicompass.jp/image/strong.png) no-repeat center bottom/100% 15px;
    padding: 0 0 5px;
    font-weight: 700;
    font-size: 1.1em;
  }
}
@media only screen and (max-width: 480px) {
  #sub-page #nagare p {
    margin: 0 0 30px;
    font-size: 15px;
    line-height: 180%;
    text-align: left;
  }
}

#nagare-info,
#nagare-info2 {
  float: left;
  clear: both;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  text-align: center;
}
#nagare-info2 img {
  max-width: 100%;
}
#nagare-info2 img.bno {
  display: none;
}
@media only screen and (max-width: 480px) {
  #nagare-info2 img {
    display: none;
    max-width: 100%;
  }
  #nagare-info2 img.bno {
    display: inherit;
  }
}

#sub-page #nagare-info h2,
#sub-page #nagare-info2 h2 {
  margin: 0 0 50px;
  background: none;
  padding: 0;
  color: #58b530;
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
}
#sub-page #nagare-info2 h2 {
  line-height: 120%;
}
#sub-page #nagare-info2 h2 span {
  font-weight: 500;
  font-size: 25px;
}
@media only screen and (max-width: 1280px) {
  #sub-page #nagare-info h2,
  #sub-page #nagare-info2 h2 {
    margin: 0 0 50px;
    background: none;
    padding: 0;
    color: #58b530;
    font-weight: 700;
    font-size: 35px;
    line-height: 120%;
  }
}
@media only screen and (max-width: 1080px) {
  #sub-page #nagare-info h2,
  #sub-page #nagare-info2 h2 {
    margin: 0 0 40px;
    background: none;
    padding: 0;
    color: #58b530;
    font-weight: 900;
    font-size: 30px;
    line-height: 120%;
  }
}
@media only screen and (max-width: 640px) {
  #sub-page #nagare-info h2,
  #sub-page #nagare-info2 h2 {
    margin: 0 0 40px;
    background: none;
    padding: 0;
    color: #58b530;
    font-weight: 900;
    font-size: 25px;
    line-height: 120%;
  }
}
@media only screen and (max-width: 480px) {
  #sub-page #nagare-info h2,
  #sub-page #nagare-info2 h2 {
    margin: 0 0 30px;
    background: none;
    padding: 0;
    color: #58b530;
    font-weight: 900;
    font-size: 22px;
    line-height: 120%;
  }
}

#nagare-info img {
  float: right;
  margin: 0 0 0 2%;
  max-width: 40%;
}
@media only screen and (max-width: 640px) {
  #nagare-info img {
    float: none;
    margin: 0 0 30px;
    max-width: 80%;
  }
}
@media only screen and (max-width: 480px) {
  #nagare-info img {
    float: none;
    margin: 0 0 30px;
    max-width: 90%;
  }
}
@media only screen and (max-width: 414px) {
  #nagare-info img {
    float: none;
    margin: 0 0 30px;
    max-width: 100%;
  }
}

.nagare-area {
  float: left;
  clear: both;
  margin: 0 0 100px;
  box-shadow: 10px 10px 3px #cdedf9;
  border: 5px solid #ccc;
  border-radius: 15px;
  background:
    url(https://outicompass.jp/image/nagare-title.png) no-repeat 5% 10px/16%,
    url(https://outicompass.jp/image/nagare-titlelogo.png) no-repeat 95% 10px/12%;
  padding: 100px 3% 0;
  width: 100%;
  height: auto;
}
.nagare-area1 {
  background: none;
  background:
    url(https://outicompass.jp/image/nagare-title1.png) no-repeat 5% 10px/16%,
    url(https://outicompass.jp/image/nagare-titlelogo.png) no-repeat 95% 10px/12%;
}
.nagare-area2 {
  background: none;
  background:
    url(https://outicompass.jp/image/nagare-title2.png) no-repeat 5% 10px/16%,
    url(https://outicompass.jp/image/nagare-titlelogo.png) no-repeat 95% 10px/12%;
}
.nagare-area3 {
  background: none;
  background:
    url(https://outicompass.jp/image/nagare-title3.png) no-repeat 5% 10px/16%,
    url(https://outicompass.jp/image/nagare-titlelogo.png) no-repeat 95% 10px/12%;
}
.nagare-area4 {
  background: none;
  background:
    url(https://outicompass.jp/image/nagare-title4.png) no-repeat 5% 10px/16%,
    url(https://outicompass.jp/image/nagare-titlelogo.png) no-repeat 95% 10px/12%;
}
.nagare-area5 {
  background: none;
  background:
    url(https://outicompass.jp/image/nagare-title5.png) no-repeat 5% 10px/16%,
    url(https://outicompass.jp/image/nagare-titlelogo.png) no-repeat 95% 10px/12%;
}
.nagare-area6 {
  background: none;
  background:
    url(https://outicompass.jp/image/nagare-title6.png) no-repeat 5% 10px/16%,
    url(https://outicompass.jp/image/nagare-titlelogo.png) no-repeat 95% 10px/12%;
}
.nagare-area7 {
  background: none;
  background:
    url(https://outicompass.jp/image/nagare-title7.png) no-repeat 5% 10px/16%,
    url(https://outicompass.jp/image/nagare-titlelogo.png) no-repeat 95% 10px/12%;
}
@media only screen and (max-width: 835px) {
  .nagare-area {
    float: left;
    clear: both;
    margin: 0 0 60px;
    box-shadow: 10px 10px 3px #cdedf9;
    border: 4px solid #ccc;
    border-radius: 15px;
    background:
      url(https://outicompass.jp/image/nagare-title.png) no-repeat 5% 10px/22%,
      url(https://outicompass.jp/image/nagare-titlelogo.png) no-repeat 95% 10px/12%;
    padding: 80px 3% 0;
    width: 100%;
    height: auto;
  }
  .nagare-area1 {
    background: none;
    background:
      url(https://outicompass.jp/image/nagare-title1.png) no-repeat 5% 10px/22%,
      url(https://outicompass.jp/image/nagare-titlelogo.png) no-repeat 95% 10px/12%;
  }
  .nagare-area2 {
    background: none;
    background:
      url(https://outicompass.jp/image/nagare-title2.png) no-repeat 5% 10px/22%,
      url(https://outicompass.jp/image/nagare-titlelogo.png) no-repeat 95% 10px/12%;
  }
  .nagare-area3 {
    background: none;
    background:
      url(https://outicompass.jp/image/nagare-title3.png) no-repeat 5% 10px/22%,
      url(https://outicompass.jp/image/nagare-titlelogo.png) no-repeat 95% 10px/12%;
  }
  .nagare-area4 {
    background: none;
    background:
      url(https://outicompass.jp/image/nagare-title4.png) no-repeat 5% 10px/22%,
      url(https://outicompass.jp/image/nagare-titlelogo.png) no-repeat 95% 10px/12%;
  }
  .nagare-area5 {
    background: none;
    background:
      url(https://outicompass.jp/image/nagare-title5.png) no-repeat 5% 10px/22%,
      url(https://outicompass.jp/image/nagare-titlelogo.png) no-repeat 95% 10px/12%;
  }
  .nagare-area6 {
    background: none;
    background:
      url(https://outicompass.jp/mage/nagare-title6.png) no-repeat 5% 10px/22%,
      url(https://outicompass.jp/image/nagare-titlelogo.png) no-repeat 95% 10px/12%;
  }
  .nagare-area7 {
    background: none;
    background:
      url(https://outicompass.jp/image/nagare-title7.png) no-repeat 5% 10px/22%,
      url(https://outicompass.jp/image/nagare-titlelogo.png) no-repeat 95% 10px/12%;
  }
}
@media only screen and (max-width: 640px) {
  .nagare-area {
    float: left;
    clear: both;
    margin: 0 0 60px;
    box-shadow: 10px 10px 3px #cdedf9;
    border: 3px solid #ccc;
    border-radius: 15px;
    background:
      url(https://outicompass.jp/image/nagare-title.png) no-repeat 5% 10px/27%,
      url(https://outicompass.jp/image/nagare-titlelogo.png) no-repeat 95% 10px/15%;
    padding: 80px 3% 0;
    width: 100%;
    height: auto;
  }
  .nagare-area1 {
    background: none;
    background:
      url(https://outicompass.jp/image/nagare-title1.png) no-repeat 5% 10px/27%,
      url(https://outicompass.jp/image/nagare-titlelogo.png) no-repeat 95% 10px/15%;
  }
  .nagare-area2 {
    background: none;
    background:
      url(https://outicompass.jp/image/nagare-title2.png) no-repeat 5% 10px/27%,
      url(https://outicompass.jp/image/nagare-titlelogo.png) no-repeat 95% 10px/15%;
  }
  .nagare-area3 {
    background: none;
    background:
      url(https://outicompass.jp/image/nagare-title3.png) no-repeat 5% 10px/27%,
      url(https://outicompass.jp/image/nagare-titlelogo.png) no-repeat 95% 10px/15%;
  }
  .nagare-area4 {
    background: none;
    background:
      url(https://outicompass.jp/image/nagare-title4.png) no-repeat 5% 10px/27%,
      url(https://outicompass.jp/image/nagare-titlelogo.png) no-repeat 95% 10px/15%;
  }
  .nagare-area5 {
    background: none;
    background:
      url(https://outicompass.jp/image/nagare-title5.png) no-repeat 5% 10px/27%,
      url(https://outicompass.jp/image/nagare-titlelogo.png) no-repeat 95% 10px/15%;
  }
  .nagare-area6 {
    background: none;
    background:
      url(https://outicompass.jp/image/nagare-title6.png) no-repeat 5% 10px/27%,
      url(https://outicompass.jp/image/nagare-titlelogo.png) no-repeat 95% 10px/15%;
  }
  .nagare-area7 {
    background: none;
    background:
      url(https://outicompass.jp/image/nagare-title7.png) no-repeat 5% 10px/27%,
      url(https://outicompass.jp/image/nagare-titlelogo.png) no-repeat 95% 10px/15%;
  }
}
@media only screen and (max-width: 480px) {
  .nagare-area {
    float: left;
    clear: both;
    margin: 0 0 60px;
    box-shadow: none;
    border: none;
    border-radius: 0;
    background:
      url(https://outicompass.jp/image/nagare-title.png) no-repeat left top/35%,
      url(https://outicompass.jp/image/nagare-titlelogo.png) no-repeat right 20px/25%;
    padding: 90px 0 0;
    width: 100%;
    height: auto;
  }
  .nagare-area1 {
    background: none;
    background:
      url(https://outicompass.jp/image/nagare-title1.png) no-repeat left top/35%,
      url(https://outicompass.jp/image/nagare-titlelogo.png) no-repeat right 20px/25%;
  }
  .nagare-area2 {
    background: none;
    background:
      url(https://outicompass.jp/image/nagare-title2.png) no-repeat left top/35%,
      url(https://outicompass.jp/image/nagare-titlelogo.png) no-repeat right 20px/25%;
  }
  .nagare-area3 {
    background: none;
    background:
      url(https://outicompass.jp/image/nagare-title3.png) no-repeat left top/35%,
      url(https://outicompass.jp/image/nagare-titlelogo.png) no-repeat right 20px/25%;
  }
  .nagare-area4 {
    background: none;
    background:
      url(https://outicompass.jp/image/nagare-title4.png) no-repeat left top/35%,
      url(https://outicompass.jp/image/nagare-titlelogo.png) no-repeat right 20px/25%;
  }
  .nagare-area5 {
    background: none;
    background:
      url(https://outicompass.jp/image/nagare-title5.png) no-repeat left top/35%,
      url(https://outicompass.jp/image/nagare-titlelogo.png) no-repeat right 20px/25%;
  }
  .nagare-area6 {
    background: none;
    background:
      url(https://outicompass.jp/image/nagare-title6.png) no-repeat left top/35%,
      url(https://outicompass.jp/image/nagare-titlelogo.png) no-repeat right 20px/25%;
  }
  .nagare-area7 {
    background: none;
    background:
      url(https://outicompass.jp/image/nagare-title7.png) no-repeat left top/35%,
      url(https://outicompass.jp/image/nagare-titlelogo.png) no-repeat right 20px/25%;
  }
}
@media only screen and (max-width: 414px) {
  .nagare-area {
    float: left;
    clear: both;
    margin: 0 0 30px;
    box-shadow: none;
    border: none;
    border-radius: 0;
    background:
      url(https://outicompass.jp/image/nagare-title.png) no-repeat left top/40%,
      url(https://outicompass.jp/image/nagare-titlelogo.png) no-repeat right 5px/28%;
    padding: 70px 0 0;
    width: 100%;
    height: auto;
  }
  .nagare-area1 {
    background: none;
    background:
      url(https://outicompass.jp/image/nagare-title1.png) no-repeat left top/40%,
      url(https://outicompass.jp/image/nagare-titlelogo.png) no-repeat right 5px/28%;
  }
  .nagare-area2 {
    background: none;
    background:
      url(https://outicompass.jp/image/nagare-title2.png) no-repeat left top/40%,
      url(https://outicompass.jp/image/nagare-titlelogo.png) no-repeat right 5px/28%;
  }
  .nagare-area3 {
    background: none;
    background:
      url(https://outicompass.jp/image/nagare-title3.png) no-repeat left top/40%,
      url(https://outicompass.jp/image/nagare-titlelogo.png) no-repeat right 5px/28%;
  }
  .nagare-area4 {
    background: none;
    background:
      url(https://outicompass.jp/image/nagare-title4.png) no-repeat left top/40%,
      url(https://outicompass.jp/image/nagare-titlelogo.png) no-repeat right 5px/28%;
  }
  .nagare-area5 {
    background: none;
    background:
      url(https://outicompass.jp/image/nagare-title5.png) no-repeat left top/40%,
      url(https://outicompass.jp/image/nagare-titlelogo.png) no-repeat right 5px/28%;
  }
  .nagare-area6 {
    background: none;
    background:
      url(https://outicompass.jp/image/nagare-title6.png) no-repeat left top/40%,
      url(https://outicompass.jp/image/nagare-titlelogo.png) no-repeat right 5px/28%;
  }
  .nagare-area7 {
    background: none;
    background:
      url(https://outicompass.jp/image/nagare-title7.png) no-repeat left top/40%,
      url(https://outicompass.jp/image/nagare-titlelogo.png) no-repeat right 5px/28%;
  }
}

#sub-page .nagare-area h2 {
  margin: 0 0 50px;
}
@media only screen and (max-width: 1080px) {
  #sub-page .nagare-area h2 {
    margin: 0 0 30px;
  }
}
@media only screen and (max-width: 835px) {
  #sub-page .nagare-area h2 {
    margin: 0 0 25px;
  }
}
@media only screen and (max-width: 640px) {
  #sub-page .nagare-area h2 {
    margin: 0 0 20px;
  }
}

#sub-page #nagare ul {
  float: left;
  clear: both;
  margin: 0 0 20px;
  padding: 0 3% 0 3%;
  width: 100%;
  height: auto;
}
#sub-page #nagare .nagare-meri ul {
  margin: 0 0 0px;
}
#sub-page #nagare ul li {
  margin: 0 0 20px;
  border-bottom: 1px dashed #555;
  background: url(https://outicompass.jp/image/nagare-li.png) no-repeat left center/auto 18px;
  padding: 0 2% 5px 25px;
  font-size: 17px;
  line-height: 120%;
  list-style-type: none;
  list-style-position: inside;
  text-align: left;
}
@media only screen and (max-width: 480px) {
  #sub-page #nagare ul {
    float: left;
    clear: both;
    margin: 0 0 10px;
    padding: 0 0 0 0;
    width: 100%;
    height: auto;
  }
  #sub-page #nagare .nagare-meri ul {
    margin: 0 0 0px;
  }
  #sub-page #nagare ul li {
    margin: 0 0 20px;
    border-bottom: 1px dashed #555;
    background: url(https://outicompass.jp/image/nagare-li.png) no-repeat left center/auto 18px;
    padding: 0 2% 5px 25px;
    font-size: 15px;
    line-height: 120%;
    list-style-type: none;
    list-style-position: inside;
    text-align: left;
  }
}

#sub-page .nagare-area ol {
  float: left;
  clear: both;
  margin: 0 0 20px;
  padding: 0 3% 0 3%;
  width: 100%;
  height: auto;
}
#sub-page .nagare-area ol li {
  margin: 0 0 20px;
  border-bottom: 1px dashed #555;
  padding: 0 2% 5px 2%;
  font-size: 17px;
  line-height: 120%;
  list-style-type: decimal;
  list-style-position: inside;
}
@media only screen and (max-width: 640px) {
  #sub-page .nagare-area ol {
    float: left;
    clear: both;
    margin: 0 0 0px;
    padding: 0;
    width: 100%;
    height: auto;
  }
  #sub-page .nagare-area ol li {
    margin: 0 0 20px;
    border-bottom: 1px dashed #555;
    padding: 0 2% 5px 2%;
    font-size: 16px;
    line-height: 120%;
    list-style-type: decimal;
    list-style-position: inside;
  }
}
@media only screen and (max-width: 480px) {
  #sub-page .nagare-area ol li {
    margin: 0 0 20px;
    border-bottom: 1px dashed #555;
    padding: 0 2% 5px 2%;
    font-size: 15px;
    line-height: 120%;
    list-style-type: decimal;
    list-style-position: inside;
  }
}

.nagare-pict {
  float: left;
  clear: both;
  margin: 0;
  width: 100%;
}
.nagare-pict img {
  float: right;
  margin: 0 0 0 2%;
  max-width: 40%;
}
@media only screen and (max-width: 640px) {
  .nagare-pict img {
    float: right;
    margin: 0 0 0 2%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .nagare-pict {
    float: left;
    clear: both;
    margin: 0;
    width: 100%;
    text-align: center;
  }
  .nagare-pict img {
    float: none;
    margin: 0 0 20px;
    max-width: 80%;
  }
}
@media only screen and (max-width: 414px) {
  .nagare-pict img {
    float: none;
    margin: 0 0 20px;
    max-width: 90%;
  }
}

#nagare h4 {
  float: left;
  clear: both;
  margin: 30px 0 30px;
  border-radius: 7px;
  background: #eee;
  padding: 15px 2%;
  width: 100%;
  height: auto;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  text-align: left;
}
#nagare h5 {
  float: left;
  clear: both;
  margin: 30px 0 30px;
  border-bottom: 1px solid #009edf;
  padding: 0 0 5px;
  width: 100%;
  height: auto;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  text-align: left;
}
#nagare h5 strong {
  color: #009edf;
  font-weight: 700;
}
@media only screen and (max-width: 640px) {
  #nagare h4 {
    float: left;
    clear: both;
    margin: 30px 0 20px;
    border-radius: 7px;
    background: #eee;
    padding: 10px 2%;
    width: 100%;
    height: auto;
    font-weight: 500;
    font-size: 17px;
    line-height: 100%;
    text-align: left;
  }
}
@media only screen and (max-width: 480px) {
  #nagare h4 {
    float: left;
    clear: both;
    margin: 0px 0 20px;
    border-radius: 7px;
    background: #eee;
    padding: 10px 2%;
    width: 100%;
    height: auto;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    text-align: left;
  }
  #nagare h5 {
    float: left;
    clear: both;
    margin: 30px 0 20px;
    border-bottom: 1px solid #009edf;
    padding: 0 0 5px;
    width: 100%;
    height: auto;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    text-align: left;
  }
}

#sub-page #nagare dl {
  display: flex;
  flex-wrap: wrap;
  float: left;
  clear: both;
  margin: 0 0 30px;
  border: 1px solid #ccc;
  padding: 0;
  width: 100%;
  height: auto;
}
#sub-page #nagare dt {
  float: left;
  clear: both;
  margin: 0;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #fff;
  background: #cdeefb;
  padding: 10px 0;
  width: 40%;
  height: auto;
  font-weight: 700;
  font-size: 17px;
  line-height: 120%;
  text-align: center;
}
#sub-page #nagare dt.dt-title {
  background: #eee;
}
#sub-page #nagare dt.bno {
  border-bottom: none;
}
#sub-page #nagare dd {
  float: left;
  margin: 0;
  border-bottom: 1px solid #ccc;
  padding: 10px 3%;
  width: 60%;
  height: auto;
  font-size: 17px;
  line-height: 120%;
  text-align: center;
}
#sub-page #nagare dd strong {
  color: #009edf;
  font-weight: 700;
  font-size: 25px;
}
#sub-page #nagare dd.dd-title {
  background: #eee;
}
#sub-page #nagare dd.bno {
  border-bottom: none;
}
@media only screen and (max-width: 835px) {
  #sub-page #nagare dt {
    float: left;
    clear: both;
    margin: 0;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #fff;
    background: #cdeefb;
    padding: 10px 0;
    width: 45%;
    height: auto;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
  }
  #sub-page #nagare dd {
    float: left;
    margin: 0;
    border-bottom: 1px solid #ccc;
    padding: 10px 3%;
    width: 55%;
    height: auto;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
  }
  #sub-page #nagare dd strong {
    color: #009edf;
    font-weight: 700;
    font-size: 22px;
  }
}
@media only screen and (max-width: 640px) {
  #sub-page #nagare dt {
    float: left;
    clear: both;
    margin: 0;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #fff;
    background: #cdeefb;
    padding: 10px 0;
    width: 50%;
    height: auto;
    font-weight: 700;
    font-size: 15px;
    line-height: 120%;
    text-align: center;
  }
  #sub-page #nagare dd {
    float: left;
    margin: 0;
    border-bottom: 1px solid #ccc;
    padding: 10px 3%;
    width: 50%;
    height: auto;
    font-size: 15px;
    line-height: 120%;
    text-align: center;
  }
  #sub-page #nagare dd strong {
    color: #009edf;
    font-weight: 700;
    font-size: 20px;
  }
}
@media only screen and (max-width: 480px) {
  #sub-page #nagare dl {
    display: flex;
    flex-wrap: wrap;
    float: left;
    clear: both;
    margin: 0 0 10px;
    border: 1px solid #ccc;
    padding: 0;
    width: 100%;
    height: auto;
  }
  #sub-page #nagare dt {
    float: left;
    clear: both;
    margin: 0;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #fff;
    background: #cdeefb;
    padding: 10px 0;
    width: 50%;
    height: auto;
    font-weight: 700;
    font-size: 14px;
    line-height: 120%;
    text-align: center;
  }
  #sub-page #nagare dd {
    float: left;
    margin: 0;
    border-bottom: 1px solid #ccc;
    padding: 10px 3%;
    width: 50%;
    height: auto;
    font-size: 14px;
    line-height: 120%;
    text-align: center;
  }
  #sub-page #nagare dd strong {
    color: #009edf;
    font-weight: 700;
    font-size: 18px;
  }
}

.nagare-meri {
  display: flex;
  float: left;
  clear: both;
  margin: 0 0 40px;
  padding: 0;
  width: 100%;
  height: auto;
}
.nagare-meri-box {
  flex: 1;
  flex-basis: 48%;
  margin: 0 1%;
  border: 1px solid #777;
  border-radius: 7px;
  padding: 20px 2% 20px;
  text-align: center;
}
@media only screen and (max-width: 835px) {
  .nagare-meri {
    display: inherit;
    float: left;
    clear: both;
    margin: 0 0 0px;
    padding: 0;
    width: 100%;
    height: auto;
  }
  .nagare-meri-box {
    flex: none;
    flex-basis: 100%;
    float: left;
    clear: both;
    margin: 0 0 30px;
    border: 1px solid #777;
    border-radius: 7px;
    padding: 20px 2% 20px;
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  .nagare-meri-box {
    flex: none;
    flex-basis: 100%;
    float: left;
    clear: both;
    margin: 0 0 30px;
    border: none;
    border-radius: 7px;
    background: #e1f6fe;
    padding: 15px 3% 15px;
    width: 100%;
    text-align: center;
  }
}

#sub-page #nagare .nagare-meri-box p {
  margin: 0;
  font-size: 17px;
  line-height: 200%;
  text-align: left;
}
@media only screen and (max-width: 835px) {
  #sub-page #nagare .nagare-meri-box p {
    margin: 0;
    font-size: 16px;
    line-height: 200%;
    text-align: left;
  }
}
@media only screen and (max-width: 640px) {
  #sub-page #nagare .nagare-meri-box p {
    margin: 0;
    font-size: 15px;
    line-height: 200%;
    text-align: left;
  }
}

#sub-page .nagare-meri-box h3 {
  float: left;
  clear: both;
  margin: 0 0 20px;
  border-bottom: none;
  border-left: none;
  border-radius: 10px;
  background: #009edf;
  padding: 10px 0 15px;
  width: 100%;
  height: auto;
  color: #fff;
  font-weight: 700;
  font-size: 25px;
  line-height: 120%;
  text-align: center;
}
#sub-page #nagare h3 strong {
  color: #009edf;
}
#sub-page #nagare .nagare-meri-box h3 strong {
  color: #f6f91b;
  font-size: 40px;
  line-height: 200%;
}
@media only screen and (max-width: 1080px) {
  #sub-page .nagare-meri-box h3 {
    float: left;
    clear: both;
    margin: 0 0 20px;
    border-bottom: none;
    border-left: none;
    border-radius: 10px;
    background: #009edf;
    padding: 10px 0 15px;
    width: 100%;
    height: auto;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
  }
  #sub-page #nagare .nagare-meri-box h3 strong {
    color: #f6f91b;
    font-size: 35px;
    line-height: 200%;
  }
}
@media only screen and (max-width: 480px) {
  #sub-page .nagare-meri-box h3 {
    float: left;
    clear: both;
    margin: 0 0 20px;
    border-bottom: none;
    border-left: none;
    border-radius: 10px;
    background: #009edf;
    padding: 5px 0 10px;
    width: 100%;
    height: auto;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
  }
  #sub-page #nagare .nagare-meri-box h3 strong {
    color: #f6f91b;
    font-size: 30px;
    line-height: 150%;
  }
}

.nagare-meri-box img {
  margin: 0 0 40px;
  max-width: 100%;
}
@media only screen and (max-width: 480px) {
  .nagare-meri-box img {
    margin: 0 0 20px;
    max-width: 100%;
  }
}

#pri {
  float: left;
  clear: both;
  margin: 0 0 50px;
  padding: 0;
  width: 100%;
  height: auto;
}

#pri ul {
  float: left;
  clear: both;
  margin: 0;
  padding: 0 5% 0 5%;
  width: 100%;
  height: auto;
}
#pri ul li {
  margin: 0 0 30px;
  font-size: 17px;
  line-height: 150%;
  list-style-type: none;
  text-align: left;
}
#pri ul li strong {
  font-size: 1.1em;
  line-height: 200%;
}
@media only screen and (max-width: 1080px) {
  #pri ul li {
    margin: 0 0 30px;
    font-size: 15px;
    line-height: 150%;
    list-style-type: none;
    text-align: left;
  }
}
@media only screen and (max-width: 835px) {
  #pri ul {
    float: left;
    clear: both;
    margin: 0;
    padding: 0 0 0 2%;
    width: 100%;
    height: auto;
  }
}

#pri ul ul {
  float: left;
  clear: both;
  margin: 20px 0 20px;
  padding: 0 5% 0 5%;
  width: 100%;
  height: auto;
}
#pri ul ul li {
  margin: 0 0 10px;
  font-size: 17px;
  line-height: 150%;
  list-style-type: disc;
  text-align: left;
}
@media only screen and (max-width: 1080px) {
  #pri ul ul li {
    margin: 0 0 10px;
    font-size: 15px;
    line-height: 150%;
    list-style-type: disc;
    text-align: left;
  }
}
@media only screen and (max-width: 640px) {
  #pri ul ul {
    float: left;
    clear: both;
    margin: 20px 0 20px;
    padding: 0 0 0 8%;
    width: 100%;
    height: auto;
  }
}

#pri ul ul ul {
  float: left;
  clear: both;
  margin: 10px 0 20px;
  padding: 0 5% 0 5%;
  width: 100%;
  height: auto;
}
#pri ul ul ul li {
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 150%;
  list-style-type: upper-roman;
  text-align: left;
}
@media only screen and (max-width: 1080px) {
  #pri ul ul ul li {
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 150%;
    list-style-type: upper-roman;
    text-align: left;
  }
}
@media only screen and (max-width: 640px) {
  #pri ul ul ul {
    float: left;
    clear: both;
    margin: 10px 0 20px;
    padding: 0 0 0 8%;
    width: 100%;
    height: auto;
  }
}

#pri p {
  margin: 0;
  font-size: 17px;
  line-height: 200%;
  text-align: right;
}
@media only screen and (max-width: 1080px) {
  #pri p {
    margin: 0;
    font-size: 15px;
    line-height: 200%;
    text-align: right;
  }
}

#pri blockquote {
  float: left;
  clear: both;
  margin: 0 0 30px;
  border-radius: 7px;
  background: #eee;
  padding: 30px 5%;
  width: 100%;
  height: auto;
}
#pri blockquote h6 {
  float: left;
  clear: both;
  margin: 0 0 10px;
  padding: 0;
  width: 100%;
  height: auto;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  text-align: left;
}
#pri blockquote p {
  margin: 0;
  font-size: 17px;
  line-height: 200%;
  text-align: left;
}
@media only screen and (max-width: 1080px) {
  #pri blockquote {
    float: left;
    clear: both;
    margin: 0 0 30px;
    border-radius: 7px;
    background: #eee;
    padding: 20px 5%;
    width: 100%;
    height: auto;
  }
  #pri blockquote h6 {
    float: left;
    clear: both;
    margin: 0 0 10px;
    padding: 0;
    width: 100%;
    height: auto;
    font-weight: 700;
    font-size: 17px;
    line-height: 100%;
    text-align: left;
  }
  #pri blockquote p {
    margin: 0;
    font-size: 15px;
    line-height: 200%;
    text-align: left;
  }
}

.exa {
  float: left;
  clear: both;
  margin: 0 0 80px;
  padding: 0;
  width: 100%;
  height: auto;
  text-align: center;
}
@media only screen and (max-width: 1080px) {
  .exa {
    float: left;
    clear: both;
    margin: 0 0 60px;
    padding: 0;
    width: 100%;
    height: auto;
    text-align: center;
  }
}
@media only screen and (max-width: 835px) {
  .exa {
    float: left;
    clear: both;
    margin: 0 0 50px;
    padding: 0;
    width: 100%;
    height: auto;
    text-align: center;
  }
}
@media only screen and (max-width: 414px) {
  .exa {
    float: left;
    clear: both;
    margin: 0 0 30px;
    padding: 0;
    width: 100%;
    height: auto;
    text-align: center;
  }
}

#sub-page #nagare .exa h3 {
  border-left: none;
  padding: 0;
  font-size: 20px;
  text-align: center;
}
#sub-page #nagare .exa h3 strong {
  font-weight: 700;
  font-size: 30px;
  line-height: 200%;
}
#sub-page #nagare .exa h3 img {
  margin: 0 0 10px;
  max-width: 10%;
}
#sub-page #nagare .exa h3 strong img {
  vertical-align: middle;
  margin: 0 1%;
  max-width: 2%;
}
@media only screen and (max-width: 1080px) {
  #sub-page #nagare .exa h3 img {
    margin: 0 0 10px;
    max-width: 15%;
  }
  #sub-page #nagare .exa h3 strong img {
    vertical-align: middle;
    margin: 0 1%;
    max-width: 3%;
  }
}
@media only screen and (max-width: 640px) {
  #sub-page #nagare .exa h3 {
    border-left: none;
    padding: 0;
    font-size: 17px;
    text-align: center;
  }
  #sub-page #nagare .exa h3 strong {
    font-weight: 700;
    font-size: 25px;
    line-height: 200%;
  }
  #sub-page #nagare .exa h3 img {
    margin: 0 0 10px;
    max-width: 20%;
  }
  #sub-page #nagare .exa h3 strong img {
    vertical-align: middle;
    margin: 0 1%;
    max-width: 4%;
  }
}
@media only screen and (max-width: 480px) {
  #sub-page #nagare .exa h3 {
    border-left: none;
    padding: 0;
    font-size: 15px;
    text-align: center;
  }
  #sub-page #nagare .exa h3 strong {
    font-weight: 700;
    font-size: 22px;
    line-height: 200%;
  }
  #sub-page #nagare .exa h3 img {
    margin: 0 0 10px;
    max-width: 25%;
  }
  #sub-page #nagare .exa h3 strong img {
    vertical-align: middle;
    margin: 0 1%;
    max-width: 5%;
  }
}

table {
  clear: both;
  margin: 5px 0 20px;
  border: 0;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-collapse: collapse;
  border-spacing: 0px;
  background: #fff;
  width: 100%;
  table-layout: auto;
  empty-cells: show;
  text-align: left;
}

th {
  border: 0;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 15px;
  width: 30%;
  font-weight: normal;
  font-size: 17px;
  text-align: left;
}
td {
  border: 0;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 15px;
  font-size: 17px;
}
@media only screen and (max-width: 1080px) {
  th {
    border: 0;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px;
    width: 30%;
    font-weight: normal;
    font-size: 15px;
    text-align: left;
  }
  td {
    border: 0;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 835px) {
  th {
    border: 0;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px;
    width: 30%;
    font-weight: normal;
    font-size: 14px;
    text-align: left;
  }
  td {
    border: 0;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 640px) {
  th {
    float: left;
    clear: both;
    border: 0;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 10px 10px;
    width: 100%;
    font-weight: normal;
    font-size: 14px;
    text-align: left;
  }
  td {
    float: left;
    clear: both;
    border: 0;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 5px 10px 10px;
    width: 100%;
    font-size: 14px;
  }
}

/*フッタ
--------------------------------------------------------------------------*/
#page-top {
  display: none;
  position: fixed;
  right: 16px;
  bottom: 16px;
  width: 40px;
  height: 40px;
  color: #fff;
}

#page-top p {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0;
  background: #009edf;
  padding: 0;
  color: #fff;
  text-align: center;
}

#page-top p:hover {
  background: #58b530;
  color: #fff;
}

#move-page-top {
  display: block;
  cursor: pointer;
  color: #fff;
  line-height: 40px;
  text-decoration: none;
}

footer {
  float: left;
  clear: both;
  margin: 0;
  padding: 15px 3%;
  width: 100%;
  height: auto;
  text-align: left;
}
@media only screen and (max-width: 480px) {
  footer {
    float: left;
    clear: both;
    margin: 0;
    padding: 10px 3%;
    width: 100%;
    height: auto;
    text-align: left;
  }
}

#footer-text {
  float: left;
  clear: both;
  margin: 0;
  padding: 0;
  width: 35%;
  height: auto;
}
#footer-text img {
  max-width: 40%;
}
address {
  float: left;
  clear: both;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  font-style: normal;
  font-size: 15px;
  line-height: 120%;
  text-align: left;
}
@media only screen and (max-width: 1280px) {
  #footer-text {
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 640px) {
  #footer-text img {
    max-width: 40%;
  }
  address {
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    font-style: normal;
    font-size: 13px;
    line-height: 120%;
    text-align: left;
  }
}
@media only screen and (max-width: 480px) {
  #footer-text img {
    max-width: 50%;
  }
}

#footer-menu {
  float: left;
  margin: 0;
  padding: 0;
  width: 65%;
  height: auto;
  text-align: left;
}
@media only screen and (max-width: 1280px) {
  #footer-menu {
    display: none;
    float: left;
    margin: 0;
    padding: 0;
    width: 55%;
    height: auto;
    text-align: left;
  }
}

footer ul {
  float: left;
  clear: both;
  margin: 15px 0 0;
  padding: 0;
  width: 100%;
  height: auto;
}
footer li {
  display: inline;
  margin: 0 3% 15px 0;
  padding: 0;
  font-size: 15px;
  list-style-type: none;
}
footer li a:link,
footer li a:visited {
  color: #111;
  text-decoration: none;
}
footer li a:hover {
  color: #00b5d1;
}

.site-title,
.site-branding,
header#masthead,
h1.entry-title {
  display: none;
}
article,
.entry-content,
.entry-content ul li,
.entry-content p {
  font-family: 'Noto Sans JP', sans-serif;
}

/*査定フォーム
必要に応じて調整頂いて構いません。
--------------------------------------------------------------------------*/
header#satei-header {
  position: relative;
  float: left;
  clear: both;
  margin: 0;
  padding: 15px 2%;
  width: 100%;
  height: auto;
  text-align: center;
}
header#satei-header img {
  max-width: 20%;
}
@media only screen and (max-width: 1280px) {
  header#satei-header img {
    max-width: 25%;
  }
}
@media only screen and (max-width: 835px) {
  header#satei-header {
    position: relative;
    float: left;
    clear: both;
    margin: 0;
    padding: 10px 2%;
    width: 100%;
    height: auto;
    text-align: center;
  }
  header#satei-header img {
    max-width: 30%;
  }
}
@media only screen and (max-width: 640px) {
  header#satei-header img {
    max-width: 35%;
  }
}
@media only screen and (max-width: 480px) {
  header#satei-header img {
    max-width: 45%;
  }
}

header#satei-header p {
  position: absolute;
  top: 42%;
  left: 20px;
  float: left;
  margin: 0;
  padding: 0;
  width: auto;
  font-size: 15px;
  line-height: 100%;
  text-align: left;
}
@media only screen and (max-width: 640px) {
  header#satei-header p {
    position: absolute;
    top: 42%;
    left: 10px;
    float: left;
    margin: 0;
    padding: 0;
    width: auto;
    font-size: 13px;
    line-height: 100%;
    text-align: left;
  }
}
@media only screen and (max-width: 480px) {
  header#satei-header p span {
    display: none;
  }
}

header#satei-header a:link,
header#satei-header a:visited {
  color: #111;
  text-decoration: none;
}
header#satei-header a:hover {
  color: #009edf;
  text-decoration: underline;
}

main#satei-page {
  float: left;
  clear: both;
  margin: 0;
  background: url(https://outicompass.jp/image/fv.png) no-repeat center 100px/100%;
  padding: 0;
  width: 100%;
  height: auto;
  text-align: center;
}

form#main-form {
  float: left;
  clear: both;
  margin: 0;
  background: none;
  padding: 0;
  width: 100%;
  height: auto;
  font-size: 17px;
}
@media only screen and (max-width: 1080px) {
  form#main-form {
    float: left;
    clear: both;
    margin: 0;
    background: none;
    padding: 0;
    width: 100%;
    height: auto;
    font-size: 16px;
  }
}
@media only screen and (max-width: 640px) {
  form#main-form {
    float: left;
    clear: both;
    margin: 0;
    background: none;
    padding: 0;
    width: 100%;
    height: auto;
    font-size: 15px;
  }
}

#satei-page h1 {
  float: left;
  clear: both;
  margin: 0;
  background: #58b530;
  padding: 15px 0;
  width: 100%;
  height: auto;
  color: #fff;
  font-weight: 600;
  font-size: 30px;
  line-height: 150%;
  text-align: center;
}
#satei-page h1 strong {
  color: #f6f91b;
  font-weight: 700;
  font-size: 40px;
}
#satei-page h1 span {
  color: #f6f91b;
  font-weight: 700;
  font-size: 45px;
}
@media only screen and (max-width: 640px) {
  #satei-page h1 {
    float: left;
    clear: both;
    margin: 0;
    background: #58b530;
    padding: 15px 0;
    width: 100%;
    height: auto;
    color: #fff;
    font-weight: 600;
    font-size: 25px;
    line-height: 150%;
    text-align: center;
  }
  #satei-page h1 strong {
    color: #f6f91b;
    font-weight: 700;
    font-size: 35px;
  }
  #satei-page h1 span {
    color: #f6f91b;
    font-weight: 700;
    font-size: 40px;
  }
}
@media only screen and (max-width: 480px) {
  #satei-page h1 {
    float: left;
    clear: both;
    margin: 0;
    background: #58b530;
    padding: 10px 0;
    width: 100%;
    height: auto;
    color: #fff;
    font-weight: 600;
    font-size: 25px;
    line-height: 150%;
    text-align: center;
  }
  #satei-page h1 strong {
    color: #f6f91b;
    font-weight: 700;
    font-size: 30px;
  }
  #satei-page h1 span {
    color: #f6f91b;
    font-weight: 700;
    font-size: 35px;
  }
}
@media only screen and (max-width: 414px) {
  #satei-page h1 {
    float: left;
    clear: both;
    margin: 0;
    background: #58b530;
    padding: 10px 0;
    width: 100%;
    height: auto;
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    line-height: 150%;
    text-align: center;
  }
  #satei-page h1 strong {
    color: #f6f91b;
    font-weight: 700;
    font-size: 25px;
  }
  #satei-page h1 span {
    color: #f6f91b;
    font-weight: 700;
    font-size: 30px;
  }
}

#satei-page article {
  float: left;
  clear: both;
  margin: 0;
  padding: 30px 20% 50px;
  width: 100%;
  height: auto;
}
#satei-page article p.p-chui {
  margin: 0 0 50px;
  font-size: 17px;
  line-height: 150%;
  text-align: left;
}
@media only screen and (max-width: 1280px) {
  #satei-page article {
    float: left;
    clear: both;
    margin: 0;
    padding: 30px 15% 50px;
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 1080px) {
  #satei-page article {
    float: left;
    clear: both;
    margin: 0;
    padding: 30px 10% 50px;
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 835px) {
  #satei-page article {
    float: left;
    clear: both;
    margin: 0;
    padding: 30px 5% 20px;
    width: 100%;
    height: auto;
  }
  #satei-page article p.p-chui {
    margin: 0 0 50px;
    font-size: 15px;
    line-height: 150%;
    text-align: left;
  }
}
@media only screen and (max-width: 480px) {
  #satei-page article {
    float: left;
    clear: both;
    margin: 0;
    padding: 30px 5% 0;
    width: 100%;
    height: auto;
  }
}

#satei-page nav {
  float: left;
  clear: both;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}
#satei-page nav ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  float: left;
  clear: both;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}
#satei-page nav li {
  flex: 1 0 auto;
  background: url(https://outicompass.jp/image/nav2.png) no-repeat center top/100% 50%;
  color: #fff;
  font-weight: 300;
  font-size: 30px;
  line-height: 150%;
  list-style-type: none;
  text-align: center;
}
#satei-page nav li strong {
  color: #aaa;
  font-size: 15px;
}
#satei-page nav li.now {
  background: url(https://outicompass.jp/image/nav1.png) no-repeat center top/100% 50%;
}
#satei-page nav li.now strong {
  color: #111;
}
@media only screen and (max-width: 835px) {
  #satei-page nav li {
    flex: 1 0 auto;
    background: url(https://outicompass.jp/image/nav2.png) no-repeat center top/100% 50%;
    color: #fff;
    font-weight: 300;
    font-size: 25px;
    line-height: 150%;
    list-style-type: none;
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  #satei-page nav li {
    flex: 1 0 auto;
    background: url(https://outicompass.jp/image/nav2.png) no-repeat center top/100% 50%;
    color: #fff;
    font-weight: 300;
    font-size: 20px;
    line-height: 150%;
    list-style-type: none;
    text-align: center;
  }
  #satei-page nav li strong {
    color: #aaa;
    font-size: 13px;
  }
}

#woman {
  float: left;
  clear: both;
  margin: 50px 0 30px;
  padding: 0;
  width: 100%;
  height: auto;
  text-align: left;
}
#woman img {
  float: left;
  margin: 0 1% 0 0;
  max-width: 19%;
}
#woman-fuki {
  float: left;
  margin: 0;
  background: url(https://outicompass.jp/image/woman-ar.png) no-repeat left 20%;
  padding: 0 0 0 20px;
  width: 45%;
  height: auto;
}
#woman p {
  margin: 0;
  border-radius: 10px;
  background: #009edf;
  padding: 10px 5%;
  color: #fff;
  font-size: 17px;
  line-height: 200%;
  text-align: left;
}
@media only screen and (max-width: 1440px) {
  #woman-fuki {
    float: left;
    margin: 0;
    background: url(https://outicompass.jp/image/woman-ar.png) no-repeat left 20%;
    padding: 0 0 0 20px;
    width: 50%;
    height: auto;
  }
}
@media only screen and (max-width: 1280px) {
  #woman-fuki {
    float: left;
    margin: 0;
    background: url(https://outicompass.jp/image/woman-ar.png) no-repeat left 20%;
    padding: 0 0 0 20px;
    width: 50%;
    height: auto;
  }
}
@media only screen and (max-width: 1080px) {
  #woman-fuki {
    float: left;
    margin: 0;
    background: url(https://outicompass.jp/image/woman-ar.png) no-repeat left 20%;
    padding: 0 0 0 20px;
    width: 60%;
    height: auto;
  }
}
@media only screen and (max-width: 835px) {
  #woman-fuki {
    float: left;
    margin: 0;
    background: url(https://outicompass.jp/image/woman-ar.png) no-repeat left 20%;
    padding: 0 0 0 20px;
    width: 70%;
    height: auto;
  }
}
@media only screen and (max-width: 640px) {
  #woman img {
    float: left;
    margin: 0 1% 0 0;
    max-width: 19%;
  }
  #woman-fuki {
    float: left;
    margin: 0;
    background: url(https://outicompass.jp/image/woman-ar.png) no-repeat left 25%;
    padding: 0 0 0 15px;
    width: 80%;
    height: auto;
  }
  #woman p {
    margin: 0;
    border-radius: 10px;
    background: #009edf;
    padding: 10px 3%;
    color: #fff;
    font-size: 16px;
    line-height: 160%;
    text-align: left;
  }
}
@media only screen and (max-width: 480px) {
  #woman {
    float: left;
    clear: both;
    margin: 20px 0 30px;
    padding: 0;
    width: 100%;
    height: auto;
    text-align: center;
  }
  #woman img {
    float: none;
    margin: 0 0 10px;
    max-width: 35%;
  }
  #woman-fuki {
    float: left;
    margin: 0;
    background: url(https://outicompass.jp/image/woman-ar2.png) no-repeat center top;
    padding: 15px 0 0;
    width: 100%;
    height: auto;
  }
  #woman p {
    margin: 0;
    border-radius: 10px;
    background: #009edf;
    padding: 10px 3%;
    color: #fff;
    font-size: 16px;
    line-height: 160%;
    text-align: left;
  }
}
@media only screen and (max-width: 414px) {
  #woman img {
    float: none;
    margin: 0 0 10px;
    max-width: 40%;
  }
}

#woman-ok {
  float: left;
  clear: both;
  margin: 50px 0 0;
  border: 5px solid #009edf;
  border-radius: 10px;
  background:
    url(https://outicompass.jp/image/satei-ok.webp) no-repeat 1% bottom/23%,
    #fff;
  padding: 50px 3% 20px 25%;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 835px) {
  #woman-ok {
    float: left;
    clear: both;
    margin: 50px 0 0;
    border: 5px solid #009edf;
    border-radius: 10px;
    background:
      url(https://outicompass.jp/image/satei-ok.webp) no-repeat 1% bottom/23%,
      #fff;
    padding: 40px 3% 20px 3%;
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 640px) {
  #woman-ok {
    float: left;
    clear: both;
    margin: 50px 0 0;
    border: 5px solid #009edf;
    border-radius: 10px;
    background:
      url(https://outicompass.jp/image/satei-ok.webp) no-repeat 1% bottom/23%,
      #fff;
    padding: 20px 3% 20px 3%;
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 480px) {
  #woman-ok {
    float: left;
    clear: both;
    margin: 50px 0 0;
    border: 5px solid #009edf;
    border-radius: 10px;
    background:
      url(https://outicompass.jp/image/satei-ok.webp) no-repeat center bottom/auto 180px,
      #fff;
    padding: 20px 3% 180px 3%;
    width: 100%;
    height: auto;
  }
}

#woman-ok h2 {
  float: left;
  clear: both;
  margin: 0 0 6%;
  padding: 0;
  width: 100%;
  height: auto;
  color: #009edf;
  font-weight: 700;
  font-size: 30px;
  line-height: 120%;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  #woman-ok h2 {
    float: left;
    clear: both;
    margin: 0 0 6%;
    padding: 0;
    width: 100%;
    height: auto;
    color: #009edf;
    font-weight: 700;
    font-size: 25px;
    line-height: 120%;
    text-align: center;
  }
}
@media only screen and (max-width: 414px) {
  #woman-ok h2 {
    float: left;
    clear: both;
    margin: 0 0 6%;
    padding: 0;
    width: 100%;
    height: auto;
    color: #009edf;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
  }
}

#satei-number {
  float: left;
  clear: both;
  margin: 0 0 50px;
  background: #009edf;
  padding: 20px 0;
  width: 100%;
  height: auto;
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  line-height: 100%;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  #satei-number {
    float: left;
    clear: both;
    margin: 0 0 20px;
    background: #009edf;
    padding: 20px 0;
    width: 100%;
    height: auto;
    color: #fff;
    font-weight: 700;
    font-size: 25px;
    line-height: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  #satei-number {
    float: left;
    clear: both;
    margin: 0 0 20px;
    background: #009edf;
    padding: 15px 0;
    width: 100%;
    height: auto;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
  }
}

#woman-ok p {
  margin: 0 0 30px 3%;
  font-size: 17px;
  line-height: 200%;
  text-align: left;
}
@media only screen and (max-width: 835px) {
  #woman-ok p {
    margin: 0 0 30px 26%;
    font-size: 17px;
    line-height: 200%;
    text-align: left;
  }
  @media only screen and (max-width: 640px) {
    #woman-ok p {
      margin: 0 0 20px 24%;
      font-size: 16px;
      line-height: 180%;
      text-align: left;
    }
  }
  @media only screen and (max-width: 480px) {
    #woman-ok p {
      margin: 0 0 20px;
      font-size: 15px;
      line-height: 180%;
      text-align: left;
    }
  }
}
#woman-ok p.f13 {
  font-size: 13px;
}

#satei-page section {
  float: left;
  clear: both;
  margin: 0 0 60px;
  border: 1px solid #111;
  border-radius: 10px;
  background: #fff;
  padding: 0;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 835px) {
  #satei-page section {
    float: left;
    clear: both;
    margin: 0 0 50px;
    border: 1px solid #111;
    border-radius: 10px;
    background: #fff;
    padding: 0;
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 640px) {
  #satei-page section {
    float: left;
    clear: both;
    margin: 0 0 40px;
    border: 1px solid #111;
    border-radius: 10px;
    background: #fff;
    padding: 0;
    width: 100%;
    height: auto;
  }
}

#satei-page section h2 {
  float: left;
  clear: both;
  margin: 0;
  border-radius: 10px 10px 0 0;
  background: #eee;
  padding: 15px 0 15px 2%;
  width: 100%;
  height: auto;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  text-align: left;
}
#satei-page section h2 span {
  font-weight: 300;
  font-size: 15px;
}
#satei-page section h2 span strong {
  margin: 0 0 0 1%;
  font-weight: 500;
}
@media only screen and (max-width: 414px) {
  #satei-page section h2 span {
    font-weight: 300;
    font-size: 13px;
  }
}

.satei-area {
  float: left;
  clear: both;
  margin: 20px 0 0;
  padding: 0 2%;
  width: 100%;
  height: auto;
  font-size: 15px;
  text-align: left;
}

.satei-area p {
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 120%;
  text-align: left;
}

.satei-area input[type='text'],
.satei-area select {
  margin: 0 1% 20px 0;
  border: 3px solid #ee7500;
  border-radius: 7px;
  background: #fff;
  padding: 5px;
  width: 25%;
  height: 50px;
  font-size: 15px;
  font-family: 'Noto Sans JP', sans-serif;
}
.satei-area input[type='email'] {
  margin: 0 1% 20px 0;
  border: 3px solid #ee7500;
  border-radius: 7px;
  background: #fff;
  padding: 5px;
  width: 40%;
  height: 50px;
  font-size: 15px;
  font-family: 'Noto Sans JP', sans-serif;
}
.satei-area input[type='radio'],
.satei-area input[type='checkbox'] {
  margin: 0 0.5% 20px 0;
}
.satei-area textarea {
  margin: 0 1% 20px 0;
  border: 3px solid #ee7500;
  border-radius: 7px;
  background: #fff;
  padding: 5px;
  width: 100%;
  height: 100px;
  font-size: 15px;
  font-family: 'Noto Sans JP', sans-serif;
}
@media only screen and (max-width: 1080px) {
  .satei-area input[type='email'] {
    margin: 0 1% 20px 0;
    border: 3px solid #ee7500;
    border-radius: 7px;
    background: #fff;
    padding: 5px;
    width: 50%;
    height: 50px;
    font-size: 15px;
    font-family: 'Noto Sans JP', sans-serif;
  }
}
@media only screen and (max-width: 835px) {
  .satei-area input[type='text'],
  .satei-area select {
    margin: 0 1% 20px 0;
    border: 3px solid #ee7500;
    border-radius: 7px;
    background: #fff;
    padding: 5px;
    width: 31%;
    height: 50px;
    font-size: 15px;
    font-family: 'Noto Sans JP', sans-serif;
  }
  .satei-area input[type='email'] {
    margin: 0 1% 20px 0;
    border: 3px solid #ee7500;
    border-radius: 7px;
    background: #fff;
    padding: 5px;
    width: 60%;
    height: 50px;
    font-size: 15px;
    font-family: 'Noto Sans JP', sans-serif;
  }
}
@media only screen and (max-width: 640px) {
  .satei-area input[type='text'],
  .satei-area select {
    margin: 0 1% 20px 0;
    border: 3px solid #ee7500;
    border-radius: 7px;
    background: #fff;
    padding: 5px;
    width: 31%;
    height: 50px;
    font-size: 14px;
    font-family: 'Noto Sans JP', sans-serif;
  }
  .satei-area input[type='email'] {
    margin: 0 1% 20px 0;
    border: 3px solid #ee7500;
    border-radius: 7px;
    background: #fff;
    padding: 5px;
    width: 80%;
    height: 50px;
    font-size: 15px;
    font-family: 'Noto Sans JP', sans-serif;
  }
}
@media only screen and (max-width: 480px) {
  .satei-area input[type='text'],
  .satei-area select {
    margin: 0 1% 20px 0;
    border: 3px solid #ee7500;
    border-radius: 7px;
    background: #fff;
    padding: 5px;
    width: 100%;
    height: 40px;
    font-size: 14px;
    font-family: 'Noto Sans JP', sans-serif;
  }
  .satei-area input[type='email'] {
    margin: 0 1% 20px 0;
    border: 3px solid #ee7500;
    border-radius: 7px;
    background: #fff;
    padding: 5px;
    width: 100%;
    height: 40px;
    font-size: 14px;
    font-family: 'Noto Sans JP', sans-serif;
  }
}

.satei-area input[type='text'].s100 {
  width: 100%;
}
.satei-area input[type='text'].s15 {
  width: 15%;
}
.box-left input[type='text'],
.box-area2 .box-left input[type='text'],
.box-area2 .box-right input[type='text'] {
  width: 100%;
}
.box-area .box-right input[type='text'] {
  width: 25%;
}
@media only screen and (max-width: 1440px) {
  .box-area .box-right input[type='text'] {
    width: 30%;
  }
}
@media only screen and (max-width: 1080px) {
  .satei-area input[type='text'].s15 {
    width: 20%;
  }
  .box-area .box-right input[type='text'] {
    width: 40%;
  }
}
@media only screen and (max-width: 640px) {
  .satei-area input[type='text'].s15 {
    width: 25%;
  }
  .box-area .box-right input[type='text'] {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .satei-area input[type='text'].s15 {
    width: 30%;
  }
  .box-area .box-right input[type='text'] {
    width: 60%;
  }
}

.satei-area label {
  cursor: pointer;
  margin: 0 1% 0 0;
}

.box-area,
.box-area2 {
  float: left;
  clear: both;
  width: 100%;
}
.box-area2 {
  padding: 0 48% 0 0;
}
.box-area .box-left,
.box-area2 .box-left {
  float: left;
  padding: 0 2% 0 0;
  width: 50%;
}
.box-area .box-right,
.box-area2 .box-right {
  float: right;
  padding: 0 0 0 2%;
  width: 50%;
}
@media only screen and (max-width: 1080px) {
  .box-area2 {
    padding: 0 35% 0 0;
  }
}
@media only screen and (max-width: 835px) {
  .box-area2 {
    padding: 0 25% 0 0;
  }
}
@media only screen and (max-width: 640px) {
  .box-area2 {
    padding: 0 10% 0 0;
  }
}
@media only screen and (max-width: 480px) {
  .box-area2 {
    padding: 0;
  }
  .box-area .box-left {
    float: left;
    padding: 0 2% 0 0;
    width: 60%;
  }
  .box-area .box-right {
    float: right;
    padding: 0 0 0 2%;
    width: 40%;
  }
  .box-area2 .box-left {
    float: left;
    padding: 0 2% 0 0;
    width: 50%;
  }
  .box-area2.box-right {
    float: right;
    padding: 0 0 0 2%;
    width: 50%;
  }
}

.hissu,
#satei-page section h2 span.hissu {
  margin: 0 0 0 1%;
  border-radius: 5px;
  background: #ee7500;
  padding: 0 5px 1px;
  color: #fff;
  font-size: 12px;
}
.nini,
#satei-page section h2 span.nini {
  margin: 0 0 0 1%;
  border-radius: 5px;
  background: #aaa;
  padding: 0 5px 1px;
  color: #fff;
  font-size: 12px;
}
.mail-check {
  float: left;
  clear: both;
  margin: 10px 0 0;
  padding: 0;
  width: 100%;
  height: auto;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .hissu,
  #satei-page section h2 span.hissu {
    margin: 0 0 0 2%;
    border-radius: 5px;
    background: #ee7500;
    padding: 0 5px 1px;
    color: #fff;
    font-size: 11px;
  }
  .nini,
  #satei-page section h2 span.nini {
    margin: 0 0 0 2%;
    border-radius: 5px;
    background: #aaa;
    padding: 0 5px 1px;
    color: #fff;
    font-size: 11px;
  }
}

footer#satei-footer {
  position: sticky;
  bottom: 0;
  left: 0;
  float: left;
  clear: both;
  z-index: 9999;
  margin: 50px 0 0;
  box-shadow: -2px 0 15px #ddd;
  border-top: 3px solid #fff;
  background: #eee;
  padding: 15px 0 0;
  width: 100%;
  height: 150px;
  text-align: center;
}

#satei-footer input.btn_submit {
  box-shadow: 2px 2px 3px #ccc;
  border: 2px solid #fff;
  border-radius: 10px;
  background:
    url(https://outicompass.jp/image/top-link.png) no-repeat 98% 50%,
    #ee7500;
  width: 30%;
  height: 50px;
  color: #fff;
  font-weight: bold;
  font-size: 28px;
  line-height: 46px;
}
#satei-footer input.btn_submit:hover {
  cursor: pointer;
  background:
    url(https://outicompass.jp/image/top-link.png) no-repeat 98% 50%,
    #58b530;
}
@media only screen and (max-width: 1600px) {
  #satei-footer input.btn_submit {
    box-shadow: 2px 2px 3px #ccc;
    border: 2px solid #fff;
    border-radius: 10px;
    background:
      url(https://outicompass.jp/image/top-link.png) no-repeat 98% 50%,
      #ee7500;
    width: 35%;
    height: 50px;
    color: #fff;
    font-weight: bold;
    font-size: 28px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 1440px) {
  #satei-footer input.btn_submit {
    box-shadow: 2px 2px 3px #ccc;
    border: 2px solid #fff;
    border-radius: 10px;
    background:
      url(https://outicompass.jp/image/top-link.png) no-repeat 98% 50%,
      #ee7500;
    width: 40%;
    height: 50px;
    color: #fff;
    font-weight: bold;
    font-size: 28px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 1280px) {
  #satei-footer input.btn_submit {
    box-shadow: 2px 2px 3px #ccc;
    border: 2px solid #fff;
    border-radius: 10px;
    background:
      url(https://outicompass.jp/image/top-link.png) no-repeat 98% 50%,
      #ee7500;
    width: 45%;
    height: 50px;
    color: #fff;
    font-weight: bold;
    font-size: 28px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 1080px) {
  #satei-footer input.btn_submit {
    box-shadow: 2px 2px 3px #ccc;
    border: 2px solid #fff;
    border-radius: 10px;
    background:
      url(https://outicompass.jp/image/top-link.png) no-repeat 98% 50%,
      #ee7500;
    width: 55%;
    height: 50px;
    color: #fff;
    font-weight: bold;
    font-size: 28px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 835px) {
  #satei-footer input.btn_submit {
    box-shadow: 2px 2px 3px #ccc;
    border: 2px solid #fff;
    border-radius: 10px;
    background:
      url(https://outicompass.jp/image/top-link.png) no-repeat 98% 50%,
      #ee7500;
    width: 70%;
    height: 50px;
    color: #fff;
    font-weight: bold;
    font-size: 26px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 640px) {
  #satei-footer input.btn_submit {
    box-shadow: 2px 2px 3px #ccc;
    border: 2px solid #fff;
    border-radius: 10px;
    background:
      url(https://outicompass.jp/image/top-link.png) no-repeat 98% 50%,
      #ee7500;
    width: 90%;
    height: 50px;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 480px) {
  #satei-footer input.btn_submit {
    box-shadow: 2px 2px 3px #ccc;
    border: 2px solid #fff;
    border-radius: 10px;
    background:
      url(https://outicompass.jp/image/top-link.png) no-repeat 98% 50%,
      #ee7500;
    width: 96%;
    height: 50px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 414px) {
  #satei-footer input.btn_submit {
    box-shadow: 2px 2px 3px #ccc;
    border: 2px solid #fff;
    border-radius: 10px;
    background:
      url(https://outicompass.jp/image/top-link.png) no-repeat 98% 50%,
      #ee7500;
    width: 98%;
    height: 50px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    line-height: 46px;
  }
}

/* additional css */
/* top */
.p-banner-appraisal {
  display: inline-block;
  margin: 20px 0 0;
}

.p-banner-appraisal__button {
  display: block;
}

/* フォーム */
.page-template-page-appraisal .wpcf8-form,
.page-template-page-appraisal .wpcf7-form {
  margin: 0;
  padding: 0;
}

.wpcf7 form .wpcf7-response-output {
  padding-bottom: 2em;
}

.wpcf7 form.invalid .wpcf7-response-output {
  color: #ee7500;
}

.page-template-page-appraisal header.mo {
  display: none;
}

.page-template-page-appraisal main {
  margin: 0;
  padding: 0;
}

.page-template-page-appraisal main > #con > h1 {
  display: none;
}

p:has(.p-country-name) {
  margin: 0;
}

.p-country-name + br,
input.wpcf7-hidden + br,
input[type='hidden'] + br {
  display: none;
}

.form-box2__inner {
  display: flex;
  gap: 5px;
}

@media (max-width: 640px) {
  .form-box2__inner {
    flex-direction: column;
  }
}

#satei-page section h2 .header-info__note {
  margin: 0 0 0 1%;
  font-weight: 500;
}

.wpcf7-form-control-wrap[data-name='postal-code'] {
  display: flex;
}

input[type='text'].s25 {
  width: 10em;
}

.wpcf7-form-control-wrap:has(.p-postal-code)::after {
  display: inline-block;
  align-self: center;
  padding-inline: 0.25em;
  width: 4em;
  content: 'または';
  text-align: center;
}

@media (max-width: 640px) {
  .wpcf7-form-control-wrap:has(.p-postal-code)::after {
    text-align: left;
  }
}

.form-box2__address {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  flex: 1;
  gap: 5px;
}

@media (max-width: 640px) {
  .form-box2__address {
    margin-top: 5px;
  }
}

select:is(.p-region, .p-locality, .p-street-address) {
  width: 8em;
}

@media (max-width: 835px) {
  select:is(.p-region, .p-locality, .p-street-address) {
    width: 100%;
  }
}

.radio-area > .first {
  margin: 0;
}

.radio-area > span > label {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}

.radio-area input[type='radio'] {
  margin: 0 0.5em 0 0;
}

.wpcf7-form-control-wrap:has(#user-address) {
  display: inline-block;
}

.radio-area#user-address {
  display: flex;
  gap: 0.5em;
  margin-bottom: 20px;
}

.radio-area#user-address > span {
  flex: 1;
}

.radio-area#user-address > span > label > span {
  white-space: nowrap;
}

.checkbox-area#reason {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0.5em;
  margin-bottom: 20px;
}

.checkbox-area#reason > span {
  margin: 0;
}

.checkbox-area#reason > span > label {
  display: flex;
  align-items: center;
  gap: 0.25em;
  line-height: 1;
}

.checkbox-area#reason > span > label > input[type='checkbox'] {
  margin: 0;
}

.checkbox-area#reason > span > label > span {
  white-space: nowrap;
}

.radio-area#sell-date {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  margin-bottom: 20px;
}

.radio-area#sell-date > span {
  flex: 0;
  margin: 0;
}

.radio-area#sell-date > span > label {
  gap: 0.25em;
}

.radio-area#sell-date > span > label > span {
  white-space: nowrap;
}

#flow {
  float: left;
  clear: both;
  margin: 0;
  padding: 120px 10%;
  width: 100%;
  height: auto;
}
#flow-satei {
  float: left;
  clear: both;
  margin: 0;
  padding: 120px 0 50px;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1440px) {
  #flow {
    float: left;
    clear: both;
    margin: 0;
    padding: 100px 5%;
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 1280px) {
  #flow {
    float: left;
    clear: both;
    margin: 0;
    padding: 80px 3%;
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 640px) {
  #flow-satei {
    float: left;
    clear: both;
    margin: 0;
    padding: 60px 0 50px;
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 480px) {
  #flow {
    float: left;
    clear: both;
    margin: 0;
    padding: 80px 3% 60px;
    width: 100%;
    height: auto;
  }
}

#flow h4 {
  float: left;
  clear: both;
  margin: 0 0 50px;
  padding: 0;
  width: 100%;
  height: auto;
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  text-align: center;
}
#flow-satei h4 {
  float: left;
  clear: both;
  margin: 0 0 50px;
  background: #55ac34;
  padding: 15px 0;
  width: 100%;
  height: auto;
  color: #fff;
  font-weight: 700;
  font-size: 35px;
  line-height: 100%;
  text-align: center;
}
@media only screen and (max-width: 1080px) {
  #flow h4 {
    float: left;
    clear: both;
    margin: 0 0 40px;
    padding: 0;
    width: 100%;
    height: auto;
    font-weight: 700;
    font-size: 35px;
    line-height: 100%;
    text-align: center;
  }
  #flow-satei h4 {
    float: left;
    clear: both;
    margin: 0 0 40px;
    background: #55ac34;
    padding: 15px 0;
    width: 100%;
    height: auto;
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  #flow h4 {
    float: left;
    clear: both;
    margin: 0 0 40px;
    padding: 0;
    width: 100%;
    height: auto;
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    text-align: center;
  }
  #flow-satei h4 {
    float: left;
    clear: both;
    margin: 0 0 50px;
    background: #55ac34;
    padding: 15px 0;
    width: 100%;
    height: auto;
    color: #fff;
    font-weight: 700;
    font-size: 25px;
    line-height: 100%;
    text-align: center;
  }
}

.flow-area {
  display: flex;
  float: left;
  clear: both;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}
.flow-box,
.flow-box2 {
  flex: 1 0 23%;
  margin: 0 1%;
  background: url(https://outicompass.jp/image/flow-ar.png) no-repeat right 50%/5%;
  padding: 0 2% 0 0;
  width: auto;
  text-align: center;
}
.flow-box2 {
  background: none;
}
@media only screen and (max-width: 835px) {
  .flow-area {
    display: inherit;
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
  }
  .flow-box,
  .flow-box2 {
    flex: none;
    float: left;
    margin: 0 1% 30px;
    background: url(https://outicompass.jp/image/flow-ar.png) no-repeat right 50%/5%;
    padding: 0 2% 0 0;
    width: 48%;
    text-align: center;
  }
  .flow-box2 {
    background: none;
  }
}
@media only screen and (max-width: 640px) {
  #flow-satei .flow-box,
  #flow-satei .flow-box2 {
    flex: none;
    float: left;
    clear: both;
    margin: 0 0% 30px;
    border-bottom: 1px dashed #111;
    background: url(https://outicompass.jp/image/flow-ar2.png) no-repeat center bottom/10%;
    padding: 0 0 40px;
    width: 100%;
    text-align: center;
  }
  #flow-satei .flow-box2 {
    border-bottom: none;
    background: none;
    padding: 0;
  }
}

.flow-area img {
  float: none;
  margin: 0 0 20px;
}
@media only screen and (max-width: 1280px) {
  .flow-area img {
    float: none;
    margin: 0 0 20px;
    max-height: 70px;
  }
}
@media only screen and (max-width: 480px) {
  .flow-area img {
    float: none;
    margin: 0 0 20px;
    max-height: 60px;
  }
  #flow-satei .flow-area img {
    float: none;
    margin: 0 0 20px;
    max-width: 50%;
    max-height: 100px;
  }
}
@media only screen and (max-width: 414px) {
  .flow-area img {
    float: none;
    margin: 0 0 20px;
    max-height: 50px;
  }
  #flow-satei .flow-area img {
    float: none;
    margin: 0 0 20px;
    max-width: 30%;
    max-height: auto;
  }
}

#flow h5,
#flow-satei h5 {
  float: left;
  clear: both;
  margin: 0 0 20px;
  padding: 0;
  width: 100%;
  height: auto;
  font-weight: 500;
  font-size: 22px;
  line-height: 140%;
  text-align: left;
}
#flow h5 span,
#flow-satei h5 span {
  color: #58b530;
}
#flow h5 span.f35,
#flow-satei h5 span .f35 {
  font-size: 35px;
}
#flow .flow-area p,
#flow-satei .flow-area p {
  margin: 0;
  font-size: 15px;
  line-height: 150%;
  text-align: left;
}
@media only screen and (max-width: 1600px) {
  #flow h5,
  #flow-satei h5 {
    float: left;
    clear: both;
    margin: 0 0 20px;
    padding: 0;
    width: 100%;
    height: auto;
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    text-align: left;
  }
}
@media only screen and (max-width: 640px) {
  #flow-satei h5 {
    float: left;
    clear: both;
    margin: 0 0 20px;
    padding: 0;
    width: 100%;
    height: auto;
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    text-align: center;
  }
  #flow-satei .flow-area p {
    margin: 0;
    font-size: 14px;
    line-height: 130%;
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  #flow h5 {
    float: left;
    clear: both;
    margin: 0 0 20px;
    padding: 0;
    width: 100%;
    height: auto;
    font-weight: 500;
    font-size: 17px;
    line-height: 140%;
    text-align: left;
  }
  #flow h5 span.f35,
  #flow-satei h5 span .f35 {
    font-size: 30px;
  }
  #flow .flow-area p {
    margin: 0;
    font-size: 14px;
    line-height: 130%;
    text-align: left;
  }
  #flow-satei h5 {
    float: left;
    clear: both;
    margin: 0 0 20px;
    padding: 0;
    width: 100%;
    height: auto;
    font-weight: 500;
    font-size: 17px;
    line-height: 140%;
    text-align: center;
  }
  #flow-satei .flow-area p {
    margin: 0;
    font-size: 14px;
    line-height: 130%;
    text-align: center;
  }
}

.mail-check {
  position: relative;
}

.wpcf7-spinner {
  position: absolute;
  top: -56px;
  right: 48px;
  margin: 24px auto;
}
