@charset "UTF-8";

body {
  color: #666;
  font-family: 'Hiragino Sans', 'Meiryo', sans-serif;
  font-size: 13px;
}

/* -------------------------------------------- */
/* -------------------- PC -------------------- */
/* -------------------------------------------- */

@media screen and (min-width: 750px) {

  .mobile , .mobile_top , .topics , .index_header { display: none; }

/* -------------------- スライダーボタン -------------------- */
  #page-top {
    position: fixed;
    bottom: 0;
    right: 30px;
    font-size: 14px
  }
  #page-top a {
    text-decoration: none;
    width: 100px;
    padding: 10px 0;
    text-align: center;
    display: block;
  }
  #page-top a img { width: 100%; }
  #page-top a img:hover {
    text-decoration: none;
    opacity: .5;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    transition: .5s;
  }
/* -------------------- ヘッダー -------------------- */
  header {
    width: 100%;
    border-bottom: 50px solid #247d54;
  }
  .headmenu {
    width: 1200px;
    margin: 20px auto 0;
  }
  .headmenu img.top_image {
    width: 1000px;
    margin-bottom: -25px;
    margin-right: auto;
    margin-left: auto;
    display: block;
  }
  header .headmenu h1 {
    width: 140px;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    color: #2b663c;
    font-weight: bold;
    font-size: 10px;
    line-height: .5;
    text-align: center;
  }
  header .headmenu h1 img.rogo {
    width: 100%;
    display: block;
  }
  header .headmenu img.banner {
    width: 330px;
    display: inline-block;
    vertical-align: top;
    padding: 10px 30px 10px 10px;
  }
  header .headmenu ul {
    width: 680px;
    display: inline-block;
    vertical-align: top;
    margin: 40px 0 0;
    padding: 10px 0;
    text-align: right;
  }
  .headmenu ul li {
    display: inline-block;
    padding: 5px 10px;
    text-align: right;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
  }
  .headmenu ul li a {
    color: #666;
    transition: .3s;
    text-decoration: none;
  }
  .headmenu ul li a:hover {
    color: #006837;
    transition: .3s;
  }
  /* -- ラジオ広告 -- */
  header .headmenu p.btn {
    display: inline-block;
    vertical-align: middle;
    width: 270px;
  }
  header .headmenu p.btn img {
    width: 90%;
    margin: 0 auto;
    cursor: pointer;
    cursor: hand;
  }

/* -------------------- news -------------------- */

  .news {
    background-color: #006837;
    padding: 25px 0 40px;
    width: 100%;
    color: #eee;
  }
  .news .wrap {
    width: 1200px;
    margin: 0 auto;
  }
  .news .wrap .pc {
    display: inline-block;
    vertical-align: top;
    width: 180px;
  }
  .news .wrap .pc h2 {
    width: 180px;
    border: 1px solid #eee;
    text-align: center;
    padding: 20px 0;
    margin: 0;
    font-size: 12px;
    line-height: 1.75;
    letter-spacing: 1.5px;
  }
  .news .wrap .pc h2 span {
    font-size: 20px;
    letter-spacing: .25px;
  }
  .news .wrap ul.newslist {
    display: inline-block;
    vertical-align: top;
    width: 880px;
    height: 300px;
    padding: 0 10px;
    margin: 0 0 0 20px;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .news .wrap ul.newslist li {
    padding: 0;
    border-top: 1px solid #eee;
    padding: 10px;
    line-height: 1.5;
    width: 850px;
  }
  .news .wrap ul.newslist li span {
    line-height: 2;
  }
  .news .wrap ul.newslist li .newslist_text {
    padding-left: 18px;
    line-height: 1.25;
  }
  .news .wrap ul.newslist li .newslist_text span {
    font-weight: bold;
    line-height: 3.5;
  }
  .news .wrap ul.newslist li.listbottom { border-bottom: 1px solid #eee; }
  .news .wrap ul.newslist li a {
    cursor: pointer;
    cursor: hand;
    font-weight: bold;
  }
  .news .wrap ul.newslist li a:hover {
    text-decoration: underline;
  }
  .news .button {
    display: block;
    width: 250px;
    height: auto;
    padding: 20px 0;
    text-align: center;
    text-decoration: none;
    border: 1px solid #fff;
    color: #fff;
    outline: none;
    font-size: 14px;
    margin: 60px auto 30px;
  }
  .news .button::before,
  .news .button::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
  }
  .news .button,
  .news .button::before,
  .news .button::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .news .button:hover {
    background-color: #fff;
    border-color: #fff;
    color: #006837;
  }

/* -------------------- 取扱い物件 -------------------- */

  .information {
    width: 1000px;
    margin: 100px auto;
  }
  .information h2 {
    display: block;
    vertical-align: top;
    width: 250px;
    border: 1px solid #006837;
    text-align: center;
    padding: 30px 0;
    margin: 30px auto;
    font-size: 12px;
    line-height: 1.75;
    color: #247d54;
    letter-spacing: 1.5px;
  }
  .information h2 span {
    font-size: 20px;
    color: #006837;
    letter-spacing: .25px;
  }
  .information .boxContainer {
    display: flex;
    justify-content: space-between;
  }
  .information .boxContainer .box {
    display: inline-block;
    vertical-align: top;
    width: 333px;
    padding: 20px 0;
    margin: 0;
  }
  .information .boxContainer .box img {
    display: block;
    vertical-align: top;
    width: 300px;
    margin: 0 auto;
  }
  .information .boxContainer .box a img { transition: .5s; }
  .information .boxContainer .box a img:hover {
    transition: .5s;
    opacity: .5;
  }
  .information .boxContainer .box table {
    display: block;
    vertical-align: top;
    width: 300px;
    margin: 10px auto 0;
    line-height: 1.5;
  }
  .information .boxContainer .box table tr th {
    width: 50px;
    text-align: left;
  }
  .information .boxContainer .box table tr th span {
    font-weight: bold;
    display: inline-block;
    padding-left: 5px;
  }
  .information .boxContainer .box table tr th span.spannew { color: red; }
  .information img {
    display: block;
    width: 700px;
    margin: 50px auto;
  }
  .button {
    display: block;
    width: 250px;
    height: auto;
    padding: 20px 0;
    text-align: center;
    text-decoration: none;
    border: 1px solid #333;
    color: #666;
    outline: none;
    font-size: 14px;
    margin: 60px auto 30px;
  }
  .button::before,
  .button::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
  }
  .button,
  .button::before,
  .button::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .button:hover {
    background-color: #006837;
    border-color: #006837;
    color: #fff;
  }

/* -------------------- 会社概要 -------------------- */

  .sp { display: none; }

  .company {
    width: 1000px;
    margin: 100px auto;
  }
  .company h2 {
    display: block;
    vertical-align: top;
    width: 250px;
    border: 1px solid #006837;
    text-align: center;
    padding: 30px 0;
    margin: 30px auto;
    line-height: 1.75;
    color: #247d54;
    font-size: 12px;
    letter-spacing: 1.5px;
  }
  .company h2 span {
    font-size: 20px;
    color: #006837;
    letter-spacing: .25px;
  }
  .company table{
    width: 100%;
    border-collapse: collapse;
  }
  .company table tr{ border-bottom: solid 2px white; }
  .company table tr:last-child{ border-bottom: none; }
  .company table th{
    position: relative;
    text-align: left;
    width: 30%;
    background-color: #247d54;
    color: white;
    text-align: center;
    padding: 20px 0;
  }
  .company table th:after{
    display: block;
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    top: calc(50% - 10px);
    right: -10px;
    border-left: 10px solid #247d54;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }
  .company table td{
    text-align: left;
    width: 70%;
    text-align: left;
    background-color: #eee;
    padding: 10px 0 10px 100px;
    line-height: 1.75;
  }

  br.mobile { display: none; }

/* -------------------- メディア情報 -------------------- */

  .media {
    width: 1000px;
    margin: 100px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .media h2 {
    display: block;
    vertical-align: top;
    width: 250px;
    border: 1px solid #006837;
    text-align: center;
    padding: 30px 0;
    margin: 30px auto 60px;
    line-height: 1.75;
    color: #247d54;
    font-size: 12px;
    letter-spacing: 1.5px;
  }
  .media h2 span {
    font-size: 20px;
    color: #006837;
    letter-spacing: .25px;
  }
  .media_row {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 1rem;
    width: 100%;
    max-width: 1000px; /* 適宜調整 */
  }
  .media_row video ,
  .media_row img ,
  .media_row iframe,
  .media_row .media_col {
    width: 100%;
    max-width: 500px;
    height: auto;
  }
  .media_col {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .media_row h5 {
    color: #006837;
    font-weight: bold;
    width: 100%;
    max-width: 500px;
    font-size: 1rem; /* 16px相当 */
    text-align: center;
    margin: 0 0 30px;
    padding: 0;
  }

/* -------------------- 事業紹介 -------------------- */

  .business {
    width: 1000px;
    margin: 100px auto;
  }
  .business h2 {
    display: block;
    vertical-align: top;
    width: 250px;
    border: 1px solid #006837;
    text-align: center;
    padding: 30px 0;
    margin: 30px auto;
    line-height: 1.75;
    color: #247d54;
    font-size: 12px;
    letter-spacing: 1.5px;
  }
  .business h2 span {
    font-size: 20px;
    color: #006837;
    letter-spacing: .25px;
  }
  .business .boxContainer {
    display: flex;
    justify-content: space-between;
  }
  .business .boxContainer .box {
    display: inline-block;
    vertical-align: top;
    width: 315px;
    padding: 0;
    margin: 0;
  }
  .business .boxContainer .box h3 {
    background-color: #006837;
    color: white;
    text-align: center;
    padding: 10px 0;
    letter-spacing: 1px;
  }
  .business .boxContainer .box p {
    line-height: 1.5;
    padding: 0 10px;
  }

/* -------------------- お問い合わせ -------------------- */

  .contact {
    width: 1000px;
    margin: 60px auto 0;
  }
  .contact h2 {
    display: block;
    vertical-align: top;
    width: 250px;
    border: 1px solid #006837;
    text-align: center;
    padding: 30px 0;
    margin: 30px auto;
    line-height: 1.75;
    color: #247d54;
    font-size: 12px;
    letter-spacing: 1.5px;
  }
  .contact h2 span {
    font-size: 20px;
    color: #006837;
    letter-spacing: .25px;
  }

/* -------------------- フッター -------------------- */

  footer {
    margin-top: 30px;
    padding: 15px 0;
    height: auto;
    background-color: #006837;
    text-align: center;
    width: 100%;
    line-height: 3;
  }
  footer img {
    display: block;
    margin: 0 auto;
    width: 90px;
    padding: 20px 0 5px;
  }
  footer ul {
    list-style: none;
    display: flex;
    width: 1100px;
    margin:  0 auto;
  }
  footer ul li {
    width: 180px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    margin-right: 2px;
    font-size: 12px;
  }
  footer ul li a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    padding: 20px 10px;
    transition: .5s;
  }
  footer ul li a:hover {
    opacity: .5;
    transition: .5s;
  }
  footer small {
    color: white;
    opacity: .6;
    font-size: 12px;
    letter-spacing: 1.25px;
  }

/*-------------- pp -------------- */
  #pp {
    width: 1000px;
    height: 200px;
    margin: 40px auto;
    text-align: center;
  }
  #pp h2 {
    display: block;
    vertical-align: top;
    width: 250px;
    border: 1px solid #006837;
    text-align: center;
    padding: 30px 0;
    margin: 30px auto;
    font-size: 12px;
    line-height: 1.75;
    color: #0CAF8F;
    letter-spacing: 1.5px;
  }
  #pp h2 span {
    font-size: 20px;
    color: #006837;
    letter-spacing: .25px;
  }
}
/* -------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------- レスポンシブ ---------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------- */


@media screen and (max-width: 749px) {
  .headmenu,.pc { display: none; }

  body { font-size: 14px; }
  h2 { margin:0; padding: 0; }

/* -------------------- スライダーボタン -------------------- */

  #page-top {
    position: fixed;
    bottom: 0;
    right: 20px;
    font-size: 14px
  }
  #page-top a {
    text-decoration: none;
    width: 70px;
    padding: 10px 0;
    text-align: center;
    display: block;
  }
  #page-top a img { width: 100%; }
  #page-top a img:hover {
    text-decoration: none;
    opacity: .5;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    transition: .5s;
  }

/* -------------------- ヘッダー -------------------- */

  header {
    width: 100%;
    height: 45vh;
    margin: 0;
    position: relative;
    padding: 0;
  }
  header .mobile {
    padding-top: 8vh;
  }
  header .mobile img {
    display: inline-block;
    vertical-align: middle;
    width: 25%;
    padding: 15px 0 15px 15px;
  }
  .index_header {
    position: fixed;
    display: fixed;
    width: 100%;
    z-index: 10;
  }
  .index_header .lindex_header_etter {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  header .mobile nav.globalMenuSp {
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
    background: #fff;
    opacity: .9;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
  }
  header .mobile nav.globalMenuSp ul {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  header .mobile nav.globalMenuSp ul li {
    font-size: 14px;
    list-style-type: none;
    margin: 20px 0;
    width: 100%;
  }
  header .mobile nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
  header .mobile nav.globalMenuSp ul li a {
    display: block;
    width: 90%;
    color: #666;
    text-decoration: none;
    padding: 25px 0;
    margin: 0 auto;
    border: #666 1px solid;
    border-radius: 30px;
    background-color: white;
  }
  header .mobile nav.globalMenuSp.active { transform: translateY(0%); }
  header .mobile .navToggle {
    display: block;
    position: fixed;
    right: 10px;
    top: 10vh;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 30;
    text-align: center;
  }
  header .mobile .navToggle span {
    display: block;
    position: absolute;
    width: 40px;
    border-bottom: solid 5px #247d54;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
  }
  header .mobile .navToggle span:nth-child(1) { top: 10px; }
  header .mobile .navToggle span:nth-child(2) { top: 25px; }
  header .mobile .navToggle span:nth-child(3) { top: 40px; }
  header .mobile .navToggle span:nth-child(4) {
    border: none;
    font-size: 12px;
    font-weight: bold;
    top: 55px;
    color: #247d54;
  }
  header .mobile .navToggle.active span:nth-child(1) {
    top: 20px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  header .mobile .navToggle.active span:nth-child(2),
  header .mobile .navToggle.active span:nth-child(3) {
    top: 20px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  header .mobile_top {
    display: block;
    width: 80%;
    position: absolute;
    left: 50%;
    bottom: -5vh;
    transform: translateX(-50%);
  }

/* -------------------- topics -------------------- */

  .topics {
    background-color: #247d54;
    height: 25vh;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    color: #eee;
    text-align: left;
  }
  .topics .wrap {
    width: 90%;
    margin: 0 auto;
  }
  .topics .wrap h2 {
    display: block;
    width: 100%;
    padding: 40px 0 10px;
    margin: 10px 0;
    font-size: 20px;
    border-bottom: 2px dotted white;
  }
  .topics .wrap h2 span {
    font-size: 12px;
    padding-left: 10px;
  }
  .topics .wrap a img {
    width: 100%;
    margin: 0;
    padding: 0;
  }

/* -------------------- news -------------------- */

  .news {
    background-color: #247d54;
    height: 340px;
    margin: 0 auto 140px;
    padding: 0;
    width: 100%;
    color: #eee;
    text-align: left;
  }
  .news .wrap {
    width: 90%;
    margin: 0 auto;
  }
  .news .wrap h2 {
    display: block;
    width: 180px;
    padding: 40px 0 10px;
    margin: 0 0 10px;
    font-size: 20px;
  }
  .news .wrap h2 span {
    font-size: 12px;
    padding-left: 10px;
  }
  .newslist {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
    height: 190px;
    overflow-y: scroll;
    overflow-x: hidden;
    border-top: 2px dotted white;
  }
  .newslist li {
    border-bottom: 1px solid #eee;
    line-height: 1.75;
    padding: 5px 0;
  }
  .newslist li .newslist_text {
    line-height: 1.5;
    padding-left: 10px;
    padding-bottom: 20px;
  }
  .newslist li .newslist_text span {
    font-weight: bold;
    line-height: 3.75;
  }
  .news .wrap ul.newslist li span {
    display: block;
    line-height: 1.75;
    font-size: 12px;
    text-indent: 12px;
  }
  .news .wrap ul.newslist li a {
    cursor: pointer;
    cursor: hand;
    font-weight: bold;
  }
  .news .button {
    display: block;
    width: 220px;
    height: auto;
    padding: 20px 0;
    text-align: center;
    text-decoration: none;
    border: 1px solid #333;
    color: #666;
    outline: none;
    font-size: 14px;
    margin: 80px auto 0;
    border-radius: 30px;
  }

/* -------------------- 取扱い物件 -------------------- */

  .information {
    width: 90%;
    margin: 0 auto;
  }
  .information h2 {
    display: block;
    width: 95%;
    padding: 11px;
    margin: 40px 0 10px;
    font-size: 20px;
    color: #666;
    background-color: #247d54;
    color: white;
  }
  .information  h2 span {
    font-size: 12px;
    padding-left: 20px;
    color: white;
  }
  .information .boxContainer .box {
    width: 100%;
    padding: 10px 0;
    margin: 0 auto;
  }
  .information .boxContainer .box.pc { display: none; }
  .information .boxContainer .box img {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .information .boxContainer .box table {
    display: block;
    width: 95%;
    margin: 0 auto;
    padding: 0;
    font-size: 14px;
    line-height: 1.5;
  }
  .information .boxContainer .box table tr th {
    text-align: left;
    width: 20%;
    padding: 0;
    margin: 0;
  }
  .information .boxContainer .box table tr th.table_title {
    line-height: 3;
  }
  .information .boxContainer .box table tr th span {
    font-weight: bold;
    font-size: 16px;
  }
  .information .boxContainer .box table tr th span.spannew { color: red; }
  .information .boxContainer .box table tr td {
    width: 70%;
    text-align: left;
  }
  .information img {
    display: block;
    width: 100%;
    margin: 20px auto;
  }
  .button {
    display: block;
    width: 220px;
    height: auto;
    padding: 20px 0;
    text-align: center;
    text-decoration: none;
    border: 1px solid #333;
    color: #666;
    outline: none;
    font-size: 14px;
    margin: 30px auto;
    border-radius: 30px;
  }

/* -------------------- 会社概要 -------------------- */

  .company {
    width: 90%;
    margin: 0 auto;
  }
  .company h2 {
    display: block;
    width: 95%;
    padding: 8px;
    margin: 40px 0 10px;
    font-size: 20px;
    color: #666;
    background-color: #247d54;
    color: white;
  }
  .company h2 span {
    font-size: 12px;
    padding-left: 10px;
    color: white;
  }
  .company table {
    width: 100%;
    line-height: 1.5;
    font-weight: bold;
    border-spacing: 0;
  }
  .company table tr.backgroundcolor { background-color: #eee; }
  .company table th {
    width: 100px;
    color: #247d54;
    text-align: left;
    font-weight: bold;
    margin: 10px 0;
    padding: 10px 10px 10px 16px;
  }
  .arrow{
    position: relative;
    display: inline-block;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
  }
  .arrow::before,
  .arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  .sample5-2::before{
    left: 3px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #247d54;
    border-right: 2px solid #247d54;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .company table td {
    color: #666;
    text-align: left;
    font-weight: normal;
    padding: 20px 0;
  }
  .company table td.textsize_mini {
    font-size: 11px;
    line-height: 2;
  }


/* -------------------- メディア情報 -------------------- */

  .media {
    width: 90%;
    margin: 0 auto 50px;
  }
  .media h2 {
    display: block;
    width: 95%;
    padding: 8px;
    margin: 40px 0;
    font-size: 20px;
    color: #666;
    background-color: #247d54;
    color: white;
  }
  .media h2 span {
    font-size: 12px;
    padding-left: 10px;
    color: white;
  }
  .media .media_row {
    display: block;
    width: 100%;
    margin: 30px 0 0;
  }
  .media .media_row h5 {
    display: none;
  }
  .media .media_row img ,
  .media .media_row video ,
  .media .media_row audio {
    display: block;
    width: 100%;
    margin-top: 20px;
  }

/* -------------------- 事業紹介 -------------------- */

  .business {
    width: 90%;
    margin: 0 auto;
  }
  .business h2 {
    display: block;
    width: 95%;
    padding: 8px;
    margin: 40px 0;
    font-size: 20px;
    color: #666;
    background-color: #247d54;
    color: white;
  }
  .business h2 span {
    font-size: 12px;
    padding-left: 10px;
    color: white;
  }
  .heading03 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    text-align: center;
  }
  .heading03::before,
  .heading03::after {
    content: '';
    width: 90px;
    height: 3px;
    background-color: #247d54;
  }
  .heading03::before { margin-right: 20px; }
  .heading03::after { margin-left: 20px; }
  .business .boxContainer .box { margin: 20px 0; }
  .business .boxContainer .box p {
    width: 95%;
    margin: 0 auto;
    line-height: 1.5;
    padding-top: 15px;
  }
/* -------------------- お問い合わせ -------------------- */

  .contact {
    width: 95%;
    margin: 0 auto;
    font-size: 14px;
  }
  .contact h2 {
    display: block;
    width: 95%;
    padding: 11px;
    margin: 40px 0 10px;
    font-size: 20px;
    color: #666;
    background-color: #247d54;
    color: white;
  }
  .contact h2 span {
    font-size: 12px;
    padding-left: 10px;
    color: white;
  }

/* -------------------- フッター -------------------- */

  footer {
    margin-top: 80px;
    padding: 40px 0 80px;
    height: 400px;
    background-color: #247d54;
    text-align: center;
    width: 100%;
  }
  footer ul {
    width: 100%;
    list-style: none;
    margin: 0 0 50px;
    padding: 0;
    text-align: center;
  }
  footer ul li {
    width: 70%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }
  footer ul li a {
    color: white;
    opacity: .6;
    font-size: 16px;
    text-decoration: none;
    line-height: 2.5;
  }
  footer img {
    display: block;
    margin: 0 auto;
    width: 80px;
  }
  footer small {
    color: white;
    opacity: .6;
    font-size: 12px;
  }

/*-------------- サンクスページ -------------- */
  #sectionmail {
    width: 95%;
    margin: 40px auto;
    font-size: 14px;
    text-align: center;
  }
  #sectionmail .button {
    display: block;
    width: 150px;
    height: auto;
    padding: 20px 0;
    text-align: center;
    text-decoration: none;
    border: 1px solid #333;
    color: #666;
    outline: none;
    font-size: 14px;
    margin: 60px auto 30px;
    border-radius: 30px;
  }
}