@charset "UTF-8";
@import url(font-awesome.min.css);
/* Reset
------------------------------------------------------------*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

address,
em {
  font-style: normal; }

strong,
th {
  font-weight: normal; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }

th {
  text-align: left; }

hr,
legend {
  display: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal; }

img,
fieldset {
  border: 0; }

img {
  border: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto; }

li {
  list-style-type: none; }

input[type="submit"], input[type="button"], button, label, select {
  cursor: pointer; }

input[type="text"], input[type="tel"], input[type="email"], input[type="password"], input[type="button"], textarea, input[type="submit"], input[type="password"], button, label {
  -webkit-appearance: none; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* link
------------------------------------------------------------*/
a {
  color: #333;
  text-decoration: underline; }
  a:hover {
    text-decoration: none; }

button:hover {
  opacity: 0.8; }

/* Fonts
------------------------------------------------------------*/
@font-face {
  font-family: "MyYuGothicM";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  /* Mediumがない場合 */ }
@font-face {
  font-family: "MyYuGothicM";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic");
  /* for Chrome */ }
html {
  font-size: 62.5% !important;
  /* 10px base */
  color: #333; }

body {
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word; }

body > div, input, button, textarea, select {
  font-size: 13px;
  font-size: 1.3rem;
  font-family: -apple-system, BlinkMacSystemFont, MyYuGothicM, Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  line-height: 1.8; }

/* form
------------------------------------------------------------*/
input[type="text"], input[type="tel"], input[type="email"], input[type="password"], textarea, select {
  padding: 1px 5px;
  border: solid 1px #e6e2d3;
  vertical-align: middle;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5; }
  @media only screen and (max-width: 768px) {
    input[type="text"], input[type="tel"], input[type="email"], input[type="password"], textarea, select {
      font-size: 16px;
      font-size: 1.6rem; } }

input[type="text"], input[type="tel"], input[type="email"], input[type="password"], textarea {
  width: 100%; }

/* radio
-------------*/
input[type="radio"] {
  display: none; }

input[type="radio"] + label {
  position: relative;
  display: inline-block;
  padding: 3px 10px 3px 24px;
  cursor: pointer;
  width: 100%; }

input[type="radio"] + label::before,
input[type="radio"] + label::after {
  content: '';
  top: 50%;
  position: absolute;
  border-radius: 100%;
  transition: all .2s; }

input[type="radio"] + label::before {
  width: 16px;
  height: 16px;
  margin-top: -9px;
  left: 0;
  background: #EEE;
  border: 1px solid #ccc; }

input[type="radio"].error + label::before {
  border: 1px solid #E33E41;
  background-color: #fff2f2; }

input[type="radio"] + label:hover::before {
  background: #FEFEFE; }

input[type="radio"] + label::after {
  opacity: 0;
  left: 3px;
  width: 10px;
  height: 10px;
  margin-top: -6px;
  background: #848484;
  transform: scale(0.5); }

input[type="radio"]:checked + label::before {
  background: #fff;
  border: 1px solid #848484; }

input[type="radio"]:checked + label::after {
  opacity: 1;
  transform: scale(1); }

/* checkbox
-------------*/
input[type="checkbox"] {
  display: none; }

input[type="checkbox"] + label {
  position: relative;
  display: inline-block;
  padding: 3px 10px 3px 22px;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s; }

input[type="checkbox"] + label::before,
input[type="checkbox"] + label::after {
  position: absolute;
  content: ''; }

input[type="checkbox"] + label::before {
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -8px;
  background: #f4f4f4;
  border: 1px solid #ccc;
  border-radius: 3px; }

input[type="checkbox"] + label::after {
  opacity: 0;
  top: 50%;
  left: 3px;
  width: 8px;
  height: 4px;
  margin-top: -4px;
  border-left: 2px solid #848484;
  border-bottom: 2px solid #848484;
  transform: rotate(-45deg) scale(0.5); }

input[type="checkbox"] + label:hover::before {
  background: #fff; }

input[type="checkbox"]:checked + label::before {
  background: #fff;
  border: 1px solid #848484; }

input[type="checkbox"]:checked + label::after {
  opacity: 1;
  transform: rotate(-45deg) scale(1); }

/* layout */
body {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-attachment: fixed; }
  @media only screen and (max-width: 768px) {
    body {
      background-size: 120%; } }
  body#buy {
    background-image: url(../img/buy/bg.jpg); }
  body#rent {
    background-image: url(../img/rent/mainVisual.jpg); }
    @media only screen and (max-width: 768px) {
      body#buy {
        background-image: url(../img/buy/mainVisual@2x.jpg); }
	   body#rent {
        background-image: url(../img/rent/mainVisual@2x.jpg); } 
	  }
  body#sell {
    background-image: url(../img/sell/mainVisual.jpg); }
  body#souzoku {
    background-image: url(../img/souzoku/bgMainvisual.jpg); }
  body#office {
    background-image: url(../img/office/mainVisual.jpg); }
  body#lease {
    background-image: url(../img/lease/mainVisual.jpg); }
  body#request {
    background-image: url(../img/request/mainVisual.jpg); }

/* 買いたい種別トップ ------------------------　*/
body#mansion {
    background-image: url(../img/mansion/mainVisual.jpg);
	background-position: center center;
}
 @media only screen and (max-width: 768px) {
	 body#mansion{background-position: center top;}
}
body#tochi {
    background-image: url(../img/tochi/mainVisual.jpg);
	background-position: center center;
}
 @media only screen and (max-width: 768px) {
	 body#tochi{background-position: center top;}
}
body#kodate {
    background-image: url(../img/buy/bg.jpg); }
    @media only screen and (max-width: 768px) {
      body#kodate {
        background-image: url(../img/buy/mainVisual@2x.jpg); } }
/* ---------------------------------------　*/

#myHeader {
  position: relative;
  z-index: 1000;
  /* #myHeader */ }
  #myHeader .myHeaderDefault {
    background-color: #fff;
    padding-bottom: 15px; }
    @media only screen and (max-width: 768px) {
      #myHeader .myHeaderDefault {
        display: none; } }
    #myHeader .myHeaderDefault .container {
      max-width: 1180px; }
  #myHeader .myHeaderShort {
    background-color: #fff;
    position: fixed;
    width: 100%;
    top: -120px;
    left: 0;
    height: 50px; }
    @media only screen and (max-width: 768px) {
      #myHeader .myHeaderShort {
        display: none; } }
    #myHeader .myHeaderShort .container {
      display: -ms-flexbox;
      display: flex;
      justify-content: space-between;
      align-items: center;
      max-width: 1180px;
      height: 50px; }
    #myHeader .myHeaderShort .siteTitle {
      width: 180px; }
      @media only screen and (max-width: 1030px) {
        #myHeader .myHeaderShort .siteTitle {
          width: 120px; } }
      #myHeader .myHeaderShort .siteTitle img {
        width: 180px; }
        @media only screen and (max-width: 1030px) {
          #myHeader .myHeaderShort .siteTitle img {
            width: 120px; } }
  #myHeader .head {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0; }
    #myHeader .head .siteTitle {
      display: inline;
      margin-right: 20px; }
      @media only screen and (max-width: 1030px) {
        #myHeader .head .siteTitle {
          margin-right: 5px; } }
      #myHeader .head .siteTitle img {
        width: 180px;
        vertical-align: middle; }
    #myHeader .head .catch {
      display: inline; }
      @media only screen and (max-width: 1020px) {
        #myHeader .head .catch {
          display: none; } }
    #myHeader .head .hNav li {
      display: inline; }
      #myHeader .head .hNav li:not(:first-child) {
        margin-left: 15px; }
    #myHeader .head .hNav a {
      text-decoration: none;
      font-weight: bold; }
      #myHeader .head .hNav a:hover {
        opacity: 0.7; }
    #myHeader .head .hNav .fa {
      margin-right: 6px;
      font-size: 18px;
      font-size: 1.8rem;
      vertical-align: middle; }
    #myHeader .head .hNav .mypage a {
      color: #142950; }
    #myHeader .head .hNav .contact a {
      color: #b10973; }
  #myHeader .gNav {
    line-height: 1.3; }
    #myHeader .gNav li {
      padding: 0 20px;
      display: inline-block;
      *display: inline;
      *zoom: 1;
      border-left: solid 2px #e6e2d3; }
      @media only screen and (max-width: 1030px) {
        #myHeader .gNav li {
          padding-right: 5px;
          padding-left: 5px; } }
    #myHeader .gNav a {
      display: inline-block;
      *display: inline;
      *zoom: 1;
      border-radius: 3px;
      padding: 2px 15px;
      color: #142950;
      text-decoration: none; }
      #myHeader .gNav a:hover {
        opacity: 0.7; }
      @media only screen and (max-width: 1030px) {
        #myHeader .gNav a {
          padding-right: 8px;
          padding-left: 8px; } }
    #company #myHeader .gNav .company a, #business #myHeader .gNav .business a, #office #myHeader .gNav .office a, #recruit #myHeader .gNav .recruit a {
      background-color: #b10973;
      color: #fff; }
  #myHeader .myHeaderDefault .gNav {
    border-right: solid 2px #e6e2d3;
    text-align: right; }
  #myHeader .myHeaderShort {
    /* .myHeaderShort */ }
    #myHeader .myHeaderShort .gNav {
      text-align: right; }
      #myHeader .myHeaderShort .gNav .fa {
        margin-right: 6px;
        font-size: 18px;
        font-size: 1.8rem;
        vertical-align: middle; }
      #myHeader .myHeaderShort .gNav .mypage, #myHeader .myHeaderShort .gNav .contact {
        padding: 0; }
      #myHeader .myHeaderShort .gNav .mypage {
        padding-left: 40px; }
        @media only screen and (max-width: 1030px) {
          #myHeader .myHeaderShort .gNav .mypage {
            padding-left: 10px; } }
        #myHeader .myHeaderShort .gNav .mypage a {
          padding: 0;
          color: #142950;
          font-weight: bold; }
      #myHeader .myHeaderShort .gNav .contact {
        border-left: none;
        margin-left: 15px;
		margin-bottom:0;}
        @media only screen and (max-width: 1030px) {
          #myHeader .myHeaderShort .gNav .contact {
            padding-left: 5px; } }
        #myHeader .myHeaderShort .gNav .contact a {
          padding: 0;
          color: #b10973;
          font-weight: bold; }
  #myHeader .myHeaderSp {
    background-color: #fff;
    height: 60px;
    display: none;
    /* .myHeaderSp */ }
    @media only screen and (max-width: 768px) {
      #myHeader .myHeaderSp {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%; } }
    #myHeader .myHeaderSp .siteTitle {
      width: 110px;
      margin: 0 0 0 10px;
      padding-top: 20px; }
    #myHeader .myHeaderSp > .mypage, #myHeader .myHeaderSp > .contact {
      position: absolute;
      top: 0;
      width: 60px; }
      #myHeader .myHeaderSp > .mypage a, #myHeader .myHeaderSp > .contact a {
        display: block;
        text-decoration: none; }
      #myHeader .myHeaderSp > .mypage .icon, #myHeader .myHeaderSp > .contact .icon {
        display: block;
        margin-top: 10px;
        height: 30px;
        line-height: 30px;
        font-size: 18px;
        font-size: 1.8rem;
        text-align: center; }
      #myHeader .myHeaderSp > .mypage .txt, #myHeader .myHeaderSp > .contact .txt {
        display: block;
        font-size: 8px;
        font-size: 0.8rem; }
    #myHeader .myHeaderSp > .mypage {
      right: 120px; }
    #myHeader .myHeaderSp > .contact {
      right: 60px; }
      #myHeader .myHeaderSp > .contact a {
        color: #b10973; }
    #myHeader .myHeaderSp .btnMenu {
      position: absolute;
      top: 0;
      right: 0;
      cursor: pointer;
      width: 60px; }
      #myHeader .myHeaderSp .btnMenu .icon {
        display: block;
        background-image: url(../img/common/btnMenu.png);
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: 30px auto;
        width: 30px;
        height: 30px;
        margin: 10px auto 0; }
      #myHeader .myHeaderSp .btnMenu .txt {
        display: block;
        font-size: 8px;
        font-size: 0.8rem;
        text-align: center; }
    #myGNavSp {
      background-color: rgba(255, 255, 255, 0.9);
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: none; }
      #myGNavSp .inner {
        height: 100%;
        min-height: 100%;
        padding: 45px 20px;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch; }
      #myGNavSp .btnClose {
        cursor: pointer; }
        #myGNavSp .btnClose span {
          display: block;
          background-image: url(../img/common/btnMenu.png);
          background-position: 0 -30px;
          background-repeat: no-repeat;
          background-size: 30px auto;
          width: 30px;
          height: 30px;
          margin: 0 auto; }
        #myGNavSp .btnClose01 {
          position: absolute;
          top: 10px;
          right: 10px;
          z-index: 10; }
        #myGNavSp .btnClose02 {
          position: relative;
          margin-top: 25px; }
      #myGNavSp .title {
        position: relative;
        margin-bottom: 20px;
        text-align: center;
        font-family: "UD新ゴ コンデンス90 L", "游ゴシック", YuGothic, "メイリオ", Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
        font-size: 19px;
        font-size: 1.9rem;
        color: #142950;
        font-weight: bold; }
      #myGNavSp .nav01 {
        position: relative;
        margin-bottom: 20px;
        /* .nav01 */ }
        #myGNavSp .nav01 ul {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between; }
        #myGNavSp .nav01 li {
          width: 46%;
          margin-bottom: 8%; }
        #myGNavSp .nav01 a {
          display: block;
          padding: 15px 10px;
          background-color: #fff;
          box-shadow: rgba(0, 0, 0, 0.1) 0 0 20px;
          text-align: center;
          color: #142950;
          text-decoration: none; }
        #myGNavSp .nav01 .icon {
          display: block;
          height: 30px;
          position: relative;
          margin-bottom: 10px;
          padding-bottom: 4px; }
          #myGNavSp .nav01 .icon:after {
            content: "";
            width: 25px;
            height: 3px;
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            background-color: #b10973; }
          #myGNavSp .nav01 .icon .fa {
            font-size: 20px;
            font-size: 2rem; }
        #myGNavSp .nav01 .txt {
          font-weight: bold;
          font-size: 14px;
          font-size: 1.4rem;
          font-family: "UD新ゴ コンデンス90 L", "游ゴシック", YuGothic, "メイリオ", Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif; }
      #myGNavSp .nav02 {
        position: relative;
        /* .nav02 */ }
        #myGNavSp .nav02 ul {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between; }
        #myGNavSp .nav02 li {
          width: 46%;
          margin-bottom: 8%; }
        #myGNavSp .nav02 .type01 a {
          display: block;
          position: relative;
          background-color: #fff;
          box-shadow: rgba(0, 0, 0, 0.1) 0 0 20px;
          text-align: center;
          text-decoration: none; }
        #myGNavSp .nav02 .type01 .icon {
          display: block;
          width: 25px;
          height: 25px;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto; }
        #myGNavSp .nav02 .type01 .txt {
          height: 45px;
          line-height: 45px;
          font-weight: bold;
          font-size: 14px;
          font-size: 1.4rem;
          font-family: "UD新ゴ コンデンス90 L", "游ゴシック", YuGothic, "メイリオ", Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif; }
        #myGNavSp .nav02 .type01 .image {
          height: 45px;
          background-position: center;
          background-size: cover; }
        #myGNavSp .nav02 .type01.buy a {
          color: #47860c; }
        #myGNavSp .nav02 .type01.buy .image {
          background-image: url(../img/common/bgGnav01.jpg); }
        #myGNavSp .nav02 .type01.rent a {
          color: #ba0701; }
        #myGNavSp .nav02 .type01.rent .image {
          background-image: url(../img/common/bgGnav02.jpg); }
        #myGNavSp .nav02 .type01.sell a {
          color: #142950; }
        #myGNavSp .nav02 .type01.sell .image {
          background-image: url(../img/common/bgGnav03.jpg); }
        #myGNavSp .nav02 .type01.lease a {
          color: #e06a00; }
        #myGNavSp .nav02 .type01.lease .image {
          background-image: url(../img/common/bgGnav04.jpg); }
        #myGNavSp .nav02 .type01.souzoku a {
          color: #5f5196; }
        #myGNavSp .nav02 .type01.souzoku .image {
          background-image: url(../img/common/bgGnav05.jpg); }
        #myGNavSp .nav02 .type02 a {
          display: block;
          border: solid 1px #142950;
          height: 38px;
          line-height: 38px;
          color: #142950;
          text-decoration: none;
          text-align: center;
          font-size: 12px;
          font-size: 1.2rem; }
          #myGNavSp .nav02 .type02 a .fa {
            margin-right: 4px; }
        #myGNavSp .nav02 .type02 .mypage {
          margin-bottom: 14px; }
        #myGNavSp .nav02 .type02 .contact a {
          border-color: #b10973;
          color: #b10973; }

#myGNav {
  background-color: #fff;
  border-top: solid 1px #e6e2d3;
  /* #myGNav */ }
  @media only screen and (max-width: 768px) {
    #myGNav {
      display: none; } }
  .headerFixed #myGNav {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    z-index: 100; }
  #myGNav ul {
    max-width: 1180px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  #myGNav li {
    width: 20%; }
  #myGNav a {
    display: block;
    height: 66px;
    line-height: 66px;
    position: relative;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    font-size: 1.6rem; }
    #myGNav a:hover {
      opacity: 0.7; }
  #buy #myGNav .buy a:after, #sell #myGNav .sell a:after, #lease #myGNav .lease a:after, #rent #myGNav .rent a:after, #souzoku #myGNav .souzoku a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background-color: #b10973; }
  #myGNav .buy a {
    color: #47860c; }
  #myGNav .sell a {
    color: #142950; }
  #myGNav .lease a {
    color: #e06a00; }
  #myGNav .rent a {
    color: #ba0701; }
  #myGNav .souzoku a {
    color: #5f5196; }
  #myGNav .icon {
    margin-right: 8px; }
    #myGNav .icon img {
      vertical-align: middle;
      width: 30px; }

@media only screen and (max-width: 768px) {
  #wrapper {
    padding-top: 60px; } }

#contents .section {
  margin-bottom: 60px; }
#contents .topicpath {
  border-top: solid 1px #e6e2d3;
  background-color: #fff;
  padding: 20px 0;
  font-size: 12px;
  font-size: 1.2rem;
  color: #142950; }
  #contents .topicpath ul:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }
  #contents .topicpath li {
    float: left;
    position: relative;
    padding-left: 24px; }
    #contents .topicpath li:before {
      content: "";
      position: absolute;
      left: 10px;
      top: 0;
      bottom: 0;
      height: 1em;
      margin: auto;
      font-family: FontAwesome;
      line-height: 1;
      color: #000; }
  #contents .topicpath a {
    display: block;
    color: #142950;
    text-decoration: none; }
    #contents .topicpath a:hover {
      text-decoration: underline; }
  #contents .topicpath .home:before {
    content: "";
    font-family: FontAwesome;
    line-height: 1; }

.container {
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  padding-left: 20px; }

.container02 {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  padding-left: 20px; }

.container03 {
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  padding-left: 20px; }

#myFooter {
  background-color: #fff;
  /* footer */ }
  #myFooter .bg {
    text-align: center; }
    @media only screen and (max-width: 768px) {
      #myFooter .bg {
        display: none; } }
    #myFooter .bg img {
      vertical-align: bottom; }
  #myFooter .fNav {
    background-color: #142950;
    border-bottom: solid 3px #b10973;
    padding: 30px 0 0;
    /* .fNav */ }
    @media only screen and (max-width: 768px) {
      #myFooter .fNav {
        display: none; } }
    #myFooter .fNav .search {
      background-color: #314e83;
      padding: 30px 0;
      margin-top: 35px; }
    #myFooter .fNav .block {
      display: flex;
      flex-wrap: wrap;
      margin: 0 -1% 35px; }
      #myFooter .fNav .block_type02 {
        display: block;
        margin: 0; }
    #myFooter .fNav a {
      color: #fff;
      text-decoration: none; }
      #myFooter .fNav a:hover {
        text-decoration: underline; }
    #myFooter .fNav .large {
      border-bottom: solid 1px #fff;
      padding-bottom: 8px;
      margin-bottom: 15px;
      color: #fff;
      font-size: 14px;
      font-size: 1.4rem; }
    #myFooter .fNav .box {
      width: 14.6%;
      margin: 0 1%; }
    #myFooter .fNav li {
      font-size: 12px;
      font-size: 1.2rem; }
      #myFooter .fNav li:not(:last-child) {
        margin-bottom: 10px; }
    #myFooter .fNav .block_type02 ul {
      display: flex;
      flex-wrap: wrap;
      margin: 0 -1%; }
    #myFooter .fNav .block_type02 li {
      width: 14.6%;
      margin-right: 1%;
      margin-left: 1%; }
    #myFooter .fNav > .foot02 {
      text-align: right;
      padding: 20px 0; }
      #myFooter .fNav > .foot02 li {
        margin: 0;
        line-height: 1;
        display: inline-block;
        border-right: solid 1px #FFF;
        padding-right: 10px;
        padding-left: 5px; }
        #myFooter .fNav > .foot02 li:last-child {
          padding-right: 0;
          border-right: none; }
  #myFooter .foot {
    padding: 15px 0;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      #myFooter .foot {
        padding: 0; } }
    #myFooter .foot .container {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center; }
      @media only screen and (max-width: 768px) {
        #myFooter .foot .container {
          display: block;
          padding: 0; } }
    #myFooter .foot .logo {
      width: 50%;
      text-align: left; }
      @media only screen and (max-width: 768px) {
        #myFooter .foot .logo {
          width: auto;
          border-bottom: solid 3px #b10973;
          padding: 10px 20px; } }
    #myFooter .foot .copyright {
      width: 50%;
      text-align: right;
      font-size: 10px;
      font-size: 1rem; }
      @media only screen and (max-width: 768px) {
        #myFooter .foot .copyright {
          width: auto;
          padding: 15px;
          text-align: center; } }
  #myFooter .pageTop {
    display: none; }
    @media only screen and (max-width: 768px) {
      #myFooter .pageTop {
        display: block; } }
    #myFooter .pageTop a {
      display: block;
      padding: 5px 10px;
      background-color: #142950;
      color: #fff;
      text-decoration: none;
      text-align: center; }
      #myFooter .pageTop a:after {
        content: "";
        font-family: FontAwesome;
        line-height: 1;
        font-size: 50px;
        font-size: 5rem; }

/* CSS Document */
.container {
  max-width: 970px; }
  @media only screen and (min-width: 1200px) {
    .container {
      max-width: 1180px; } }
  @media only screen and (max-width: 768px) {
    .container {
      max-width: 750px; } }

@media only screen and (max-width: 768px) {
  .container03 {
    max-width: 750px; } }

@media only screen and (max-width: 768px) {
  .modPcOnly {
    display: none; } }

.modSpOnly {
  display: none; }
  @media only screen and (max-width: 768px) {
    .modSpOnly {
      display: block; } }

/* modTitle
------------------------------------------------------------*/
.modPageTitle {
  margin-bottom: 130px;
  /* .modPageTitle */ }
  @media only screen and (max-width: 768px) {
    .modPageTitle {
      margin-bottom: 80px; } }
  .modPageTitle .inner {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.75);
    padding: 40px 0; }
    @media only screen and (max-width: 768px) {
      .modPageTitle .inner {
        padding: 20px 0; } }
  .modPageTitle .sub {
    font-size: 10px;
    font-size: 1rem;
    color: #b10973;
    font-family: "UD新ゴ コンデンス90 L", "游ゴシック", YuGothic, "メイリオ", Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    line-height: 1.4;
    letter-spacing: 0em; }
  .modPageTitle .title {
    font-size: 32px;
    font-size: 3.2rem;
    color: #142950;
    font-family: "UD新ゴ コンデンス90 L", "游ゴシック", YuGothic, "メイリオ", Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: bold;
    line-height: 1.3; }
    @media only screen and (max-width: 768px) {
      .modPageTitle .title {
        font-size: 25px;
        font-size: 2.5rem; } }

.modTitle01 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  border-top: solid 1px #e6e2d3;
  border-bottom: solid 3px #e6e2d3;
  padding: 110px 0;
  text-align: center;
  color: #47860c; }
  @media only screen and (max-width: 992px) {
    .modTitle01 {
      padding: 30px 10px; } }
  .modTitle01_sell {
    color: #142950; }
  .modTitle01_lease {
    color: #e06a00; }
  .modTitle01_rent {
    color: #ba0701; }
  .modTitle01_souzoku {
    color: #5f5196; }
  .modTitle01_type02 {
    border-bottom-color: #b10973;
    color: #fff !important; }
  .modTitle01_type03 {
    border-bottom-color: #b10973;
    padding: 30px 0;
    color: #fff !important; }
    @media only screen and (max-width: 992px) {
      .modTitle01_type03 {
        padding: 30px 10px; } }
  .modTitle01:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.8); }
    @media only screen and (max-width: 768px) {
      .modTitle01:before {
        background-color: #fff; } }
  .modTitle01_type02:before {
    background-color: rgba(20, 41, 80, 0.85); }
    @media only screen and (max-width: 768px) {
      .modTitle01_type02:before {
        background-color: #142950; } }
  .modTitle01_type03:before {
    background-color: rgba(20, 41, 80, 0.85); }
    @media only screen and (max-width: 768px) {
      .modTitle01_type03:before {
        background-color: #142950; } }
  .modTitle01 .main, .modTitle01 .sub {
    position: relative;
    display: block; }
    @media only screen and (max-width: 768px) {
      .modTitle01 .main span, .modTitle01 .sub span {
        display: block; } }
  .modTitle01 .main {
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 1.3; }
    @media only screen and (max-width: 992px) {
      .modTitle01 .main {
        font-size: 26px;
        font-size: 2.6rem; } }
  .modTitle01 .sub {
    font-size: 12px;
    font-size: 1.2rem; }
    @media only screen and (max-width: 992px) {
      .modTitle01 .sub {
        font-size: 9px;
        font-size: 0.9rem; } }
  .modTitle01_type03 .sub {
    font-size: 17px;
    font-size: 1.7rem; }
    @media only screen and (max-width: 768px) {
      .modTitle01_type03 .sub {
        font-size: 12px;
        font-size: 1.2rem; } }

.modTitle02 {
  margin-bottom: 20px;
  color: #5f5196;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  /* .modTitle02 */ }

/* modForm
------------------------------------------------------------*/
.modFormTbl {
  table-layout: fixed;
  margin-bottom: 60px;
  font-size: 14px;
  font-size: 1.4rem;
  /* .modFormTbl */ }
  @media only screen and (max-width: 768px) {
    .modFormTbl {
      display: block;
      margin-bottom: 40px;
      font-size: 12px;
      font-size: 1.2rem; } }
  @media only screen and (max-width: 768px) {
    .modFormTbl tbody, .modFormTbl tr, .modFormTbl th, .modFormTbl td {
      display: block; } }
  .modFormTbl th, .modFormTbl td {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: solid 1px #e6e2d3; }
    @media only screen and (max-width: 768px) {
      .modFormTbl th, .modFormTbl td {
        padding-top: 0;
        padding-bottom: 0; } }
  .modFormTbl th {
    width: 180px;
    vertical-align: top; }
    @media only screen and (max-width: 768px) {
      .modFormTbl th {
        width: auto;
        border-bottom: none; } }
    .modFormTbl th .inner {
      border-left: solid 5px #142950;
      padding-left: 15px;
      color: #142950;
      font-weight: bold; }
      @media only screen and (max-width: 768px) {
        .modFormTbl th .inner {
          padding-left: 10px;
          margin-bottom: 10px; } }
    .modFormTbl th .sub {
      margin-top: 6px;
      color: #999;
      line-height: 1.3;
      font-size: 12px;
      font-size: 1.2rem; }
      @media only screen and (max-width: 768px) {
        .modFormTbl th .sub {
          margin-bottom: 5px; } }
  .modFormTbl td {
    padding-left: 20px; }
    @media only screen and (max-width: 768px) {
      .modFormTbl td {
        padding-bottom: 20px;
        margin-bottom: 20px;
        padding-left: 0; } }
    .modFormTbl td.type02 {
      padding: 0;
      border-left: solid 1px #e6e2d3; }
      @media only screen and (max-width: 768px) {
        .modFormTbl td.type02 {
          border-left: none; } }
    .modFormTbl td th {
      width: 160px;
      padding-left: 20px; }
      @media only screen and (max-width: 768px) {
        .modFormTbl td th {
          width: auto;
          padding-left: 0; } }
    .modFormTbl td tr:last-child th, .modFormTbl td tr:last-child td {
      border-bottom: none; }
    @media only screen and (max-width: 768px) {
      .modFormTbl td tr:last-child td {
        margin-bottom: 0;
        padding-bottom: 0; } }

.modFormRequired {
  color: #b10973;
  /* .modFornRequired */ }

.modFormError {
  margin-top: 10px;
  color: #f00; }
  .type02 .modFormError {
    padding-left: 20px;
    padding-bottom: 20px; }

.modFormListRadio:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }
.modFormListRadio li {
  float: left; }
  .modFormListRadio li:not(:last-child) {
    margin-right: 30px; }

.modFormTxtSub {
  padding-left: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #999; }
  @media only screen and (max-width: 768px) {
    .modFormTxtSub {
      padding-left: 5px; } }
  .modFormTxtSub li {
    margin-left: 1em;
    text-indent: -1em; }
  @media only screen and (max-width: 768px) {
    .modFormTxtSub + .modFormList {
      margin-top: 10px; } }



.modFormTxtComp {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 22px;
  font-size: 2.2rem; }

.modFormTxtComp02 {
  margin-bottom: 60px;
  font-size: 14px;
  font-size: 1.4rem; }

.modFormAddr {
  /* .modFormAddr */ }
  .modFormAddr .zip {
    display: table;
    table-layout: fixed;
    margin-bottom: 8px; }
    .modFormAddr .zip li {
      display: table-cell;
      vertical-align: middle; }
    .modFormAddr .zip .txt01 {
      padding-right: 8px; }
    .modFormAddr .zip .txt02 {
      width: 20px;
      text-align: center; }
    .modFormAddr .zip .input01 {
      width: 60px; }
    .modFormAddr .zip .input02 {
      width: 80px; }
      @media only screen and (max-width: 768px) {
        .modFormAddr .zip .input02 {
          width: 50px; } }
    .modFormAddr .zip .btn {
      padding: 0 0 0 8px; }
      @media only screen and (max-width: 768px) {
        .modFormAddr .zip .btn {
          padding-right: 5px; } }
      .modFormAddr .zip .btn a {
        display: block;
        background-color: #323232;
        padding: 2px 10px;
        border-radius: 3px;
        text-decoration: none;
        color: #fff; }
        .modFormAddr .zip .btn a:hover {
          opacity: 0.7; }
    @media only screen and (max-width: 768px) {
      .modFormAddr .zip .modPcOnly {
        display: none; } }
  .modFormAddr .other {
    display: table;
    table-layout: fixed; }
    @media only screen and (max-width: 768px) {
      .modFormAddr .other {
        display: block; } }
    .modFormAddr .other ul {
      display: table-row; }
      @media only screen and (max-width: 768px) {
        .modFormAddr .other ul {
          display: block; } }
    .modFormAddr .other li {
      display: table-cell;
      padding-bottom: 5px; }
      @media only screen and (max-width: 768px) {
        .modFormAddr .other li {
          display: block; } }
    .modFormAddr .other .title {
      width: 120px;
      text-align: right;
      padding-right: 8px; }
      @media only screen and (max-width: 768px) {
        .modFormAddr .other .title {
          width: auto;
          padding-right: 0;
          text-align: left;
          margin-top: 15px; } }
    .modFormAddr .other .input {
      width: 164px; }
      @media only screen and (max-width: 768px) {
        .modFormAddr .other .input {
          width: auto; } }

.modFormList {
  /* .modFormList */ }
  .modFormList:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }
  .modFormList > li {
    float: left; }
    @media only screen and (max-width: 768px) {
      .modFormList > li {
        float: none; } }
    .modFormList > li:not(:last-child) {
      margin-right: 40px; }
      @media only screen and (max-width: 768px) {
        .modFormList > li:not(:last-child) {
          margin-right: 0;
          margin-bottom: 10px; } }
  .modFormList ul {
    display: table;
    table-layout: fixed; }
    .modFormList ul li {
      display: table-cell;
      vertical-align: middle; }
    .modFormList ul .title {
      padding-right: 5px; }
    .modFormList ul .input {
      width: 100px; }
      .modFormList ul .input.short {
        width: 70px; }
    .modFormList ul .txt {
      padding-left: 6px; }

.modFormListName {
  display: table;
  table-layout: fixed;
  /* .modFormListName */ }
  @media only screen and (max-width: 768px) {
    .modFormListName {
      display: block; } }
  .modFormListName li {
    display: table-cell;
    vertical-align: middle; }
    @media only screen and (max-width: 768px) {
      .modFormListName li {
        display: block; } }
    .modFormListName li:not(:last-child) {
      padding-right: 10px; }
  .modFormListName dl {
    display: table;
    table-layout: fixed; }
    @media only screen and (max-width: 768px) {
      .modFormListName dl {
        margin-bottom: 10px; } }
  .modFormListName dt, .modFormListName dd {
    display: table-cell;
    vertical-align: middle; }
  .modFormListName dt {
    width: 2em;
    text-align: right; }
  .modFormListName dd {
    padding-left: 6px; }
  @media only screen and (max-width: 768px) {
    .modFormListName .modFormTxtSub {
      display: block; } }

.modFormListMail {
  /* .modFormListMail */ }
  .modFormListMail li {
    margin-bottom: 8px; }
  .modFormListMail dl {
    display: table;
    table-layout: fixed; }
    @media only screen and (max-width: 768px) {
      .modFormListMail dl {
        display: block; } }
  .modFormListMail dt, .modFormListMail dd {
    display: table-cell; }
    @media only screen and (max-width: 768px) {
      .modFormListMail dt, .modFormListMail dd {
        display: block; } }
  .modFormListMail dt {
    width: 270px; }
    @media only screen and (max-width: 768px) {
      .modFormListMail dt {
        width: auto; } }

.modFormListTel {
  display: table;
  margin-bottom: 8px;
  /* .modFormListTel */ }
  .modFormListTel li {
    display: table-cell;
    vertical-align: middle; }
  .modFormListTel .input01 {
    width: 60px; }
  .modFormListTel .input02 {
    width: 90px; }
  .modFormListTel .input03 {
    width: 90px; }
  .modFormListTel .txt {
    width: 20px;
    text-align: center; }
  @media only screen and (max-width: 768px) {
    .modFormListTel .modPcOnly {
      display: none; } }

.modFormListArea > li {
  float: left;
}
.modFormListArea > li:not(:last-child) {
  margin-right: 10px;
}
.modFormListArea .input01,.modFormListArea .input02{width: 80px;}
.modFormListArea:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
@media only screen and (max-width: 768px) {
	.modFormListArea > li {
  float:none;
}
	.modFormListArea .txt{padding:0 5px;}
	.modFormListArea {
  display: table;
  table-layout: fixed;
}
.modFormListArea li {
  display: table-cell;
  vertical-align: middle;
}
}
.modFormListPrice > li {
  float: left;
}
.modFormListPrice > li:not(:last-child) {
  margin-right: 10px;
}
.modFormListPrice .input01{width: 150px;}
.modFormListPrice:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
@media only screen and (max-width: 768px) {
	.modFormListPrice > li {
  float:none;
}
	.modFormListPrice .txt{padding:0 5px;}
	.modFormListPrice {
  display: table;
  table-layout: fixed;
}
.modFormListPrice li {
  display: table-cell;
  vertical-align: middle;
}
}
.modFormListPerson > li {
  float: left;
}
.modFormListPerson > li:not(:last-child) {
  margin-right: 10px;
}
.modFormListPerson .input01{width: 50px;}
.modFormListPerson:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
@media only screen and (max-width: 768px) {
	.modFormListPerson > li {
  float:none;
}
	.modFormListPerson .txt{padding:0 5px;}
	.modFormListPerson {
  display: table;
  table-layout: fixed;
}
.modFormListPerson li {
  display: table-cell;
  vertical-align: middle;
}
}

.modFormListEnsen > li {
  float: left;
}
.modFormListEnsen > li:not(:last-child) {
  margin-right: 10px;
}
.modFormListEnsen .input01{width: 170px;}
.modFormListEnsen .input02{width: 140px;}
.modFormListEnsen .input03{width: 140px;}
.modFormListEnsen:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
@media only screen and (max-width: 768px) {
.modFormListEnsen .txt{padding:0 5px;}
.modFormListEnsen .input02{width: 170px;}
.modFormListEnsen .input03{width: 170px;}
.modFormListEnsen{display: flex;flex-wrap: wrap;align-items: center;}
.modFormListEnsen li{margin-bottom: 5px;}
}

.modFormListHopePrice > li {
  float: left;
}
.modFormListHopePrice > li:first-of-type select{margin-right: 10px;}
.modFormListHopePrice > li:not(:last-child) {
  margin-right: 10px;
}
.modFormListHopePrice .input{}
.modFormListHopePrice:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
@media only screen and (max-width: 768px) {
.modFormListHopePrice .txt{padding:0 5px;}
.modFormListHopePrice{display: flex;flex-wrap: wrap;align-items: center;}
.modFormListHopePrice li{margin-bottom: 5px;}
}

.modFormListBoxDoor { display: flex; align-items: center;}
.modFormListBoxDoor  li { display: flex;align-items: center;margin-right: 30px;}
.modFormListBoxDoor input {width: 45px;}
.modFormListBoxDoor .txt{padding: 0 5px;}
.modFormListBoxDoor input[type="radio"] + label{padding: 3px 0 3px 24px;}
@media only screen and (max-width: 768px) {
.modFormListBoxDoor { display: block;}
.modFormListBoxDoor input[type="radio"] + label{width: auto;}
.modFormListBoxDoor li {margin-right: 0;}
.modFormListBoxDoor li:not(:last-child) {margin-bottom: 10px;}
}

.modFormListMonthOfBuild { display: flex; align-items: center;}
.modFormListMonthOfBuild .input01 {width: 55px;}
.modFormListMonthOfBuild .input02 {width: 45px;}
.modFormListMonthOfBuild .txt{padding: 0 5px;}



.modFormTxtCheck {
  margin-bottom: 10px; }

.modFormTxtRadio {
  /* .modFormTxtRadio */ }
  .modFormTxtRadio:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }
  .modFormTxtRadio > li {
    float: left;
	margin-bottom: 10px;
}
    @media only screen and (max-width: 768px) {
		.modFormTxtRadio{margin-top: 10px;}
      .modFormTxtRadio > li {
        float: none; } }
    .modFormTxtRadio > li:not(:last-child) {
      margin-right: 40px; }
      @media only screen and (max-width: 768px) {
        .modFormTxtRadio > li:not(:last-child) {
          margin-right: 0;
          margin-bottom: 5px; } }
  .modFormTxtRadio ul {
    display: table;
    table-layout: fixed; }
    .modFormTxtRadio ul li {
      display: table-cell;
      vertical-align: middle;
}
    .modFormTxtRadio ul .title {
      padding-right: 5px; }
    .modFormTxtRadio ul .input {
      width: 100px; }
      .modFormTxtRadio ul .input.short {
        width: 70px; }
    .modFormTxtRadio ul .txt {
      padding-left: 6px; }

.modFormPolicy {
  background-color: #f8f6f2;
  padding: 20px;
  margin-bottom: 30px;
  font-size: 14px;
  font-size: 1.4rem; }
  @media only screen and (max-width: 768px) {
    .modFormPolicy {
      padding: 10px;
      font-size: 12px;
      font-size: 1.2rem; } }
  .modFormPolicy .inner {
    max-width: 620px;
    margin: 0 auto; }
  .modFormPolicy .head {
    display: table;
    width: 100%;
    margin-bottom: 20px; }
    @media only screen and (max-width: 768px) {
      .modFormPolicy .head {
        display: block;
        width: auto; } }
    .modFormPolicy .head .left, .modFormPolicy .head .right {
      display: table-cell;
      vertical-align: top; }
      @media only screen and (max-width: 768px) {
        .modFormPolicy .head .left, .modFormPolicy .head .right {
          display: block; } }
    .modFormPolicy .head .left {
      padding-right: 20px; }
      @media only screen and (max-width: 768px) {
        .modFormPolicy .head .left {
          padding-right: 0; } }
    .modFormPolicy .head .right {
      width: 120px; }
      @media only screen and (max-width: 768px) {
        .modFormPolicy .head .right {
          width: auto; } }
    .modFormPolicy .head .title {
      margin-bottom: 8px;
      font-weight: bold;
      color: #142950; }
  .modFormPolicy .contents {
    overflow: auto;
    border: solid 1px #e9e5d7;
    margin-bottom: 15px;
    padding: 10px;
    height: 140px;
    background-color: #fff; }
    .modFormPolicy .contents .title {
      margin-bottom: 15px;
      font-weight: bold; }
    .modFormPolicy .contents .txt {
      margin-bottom: 20px; }
    .modFormPolicy .contents .subTitle {
      font-weight: bold; }
    .modFormPolicy .contents .box {
      margin-bottom: 20px; }
  .modFormPolicy .check {
    text-align: center; }

/* modTxt
------------------------------------------------------------*/
/* modBtn
------------------------------------------------------------*/
.modBtn01 {
  display: block;
  background-color: #fff;
  width: 100%;
  padding: 15px;
  border-radius: 2px;
  border: solid 1px #142950;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  color: #142950;
  text-decoration: none;
  /* .modBtn01 */ }
  @media only screen and (max-width: 768px) {
    .modBtn01 {
      font-size: 14px;
      font-size: 1.4rem; } }
  .modBtn01_souzoku {
    border-color: #5f5196;
    color: #5f5196; }
  .modBtn01:before {
    content: "";
    font-family: FontAwesome;
    line-height: 1;
    margin-right: 10px; }
  .modBtn01_arrowL:before {
    content: ""; }
  .modBtn01_noArrow:before {
    display: none; }
  .modBtn01_back {
    background-color: #efefef;
    border-color: #999;
    color: #999; }
    .modBtn01_back:before {
      color: #999; }
  .modBtn01:hover {
    opacity: 0.7; }
  .modBtn01 .fa {
    margin-right: 4px; }
  .modBtn01_small {
    padding: 5px 10px;
    font-size: 14px;
    font-size: 1.4rem; }
  .modBtn01_large {
    font-size: 20px;
    font-size: 2rem; }
    @media only screen and (max-width: 768px) {
      .modBtn01_large {
        font-size: 16px;
        font-size: 1.6rem; } }

.modBtn02 {
  display: block;
  padding: 15px;
  border-radius: 2px;
  background-color: #b10973;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  text-decoration: none;
  /* .modBtn02 */ }
  @media only screen and (max-width: 768px) {
    .modBtn02 {
      font-size: 14px;
      font-size: 1.4rem; } }
  .modBtn02:hover {
    opacity: 0.7; }
  .modBtn02 .fa {
    margin-right: 4px; }

.modBtnList {
  max-width: 560px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .modBtnList_column01 {
    display: block;
    max-width: 300px; }
  .modBtnList li {
    width: 49%; }
    @media only screen and (max-width: 768px) {
      .modBtnList li {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .modBtnList li:first-child {
        order: 2; } }
    @media only screen and (max-width: 768px) {
      .modBtnList li:not(:first-child) {
        margin-bottom: 10px; } }
  .modBtnList_column01 li {
    width: auto; }

/* modBlock
------------------------------------------------------------*/
.modBlockInner {
  background-color: #fff;
  padding: 96px 0;
  /* .modBlockInner */ }
  @media only screen and (max-width: 768px) {
    .modBlockInner {
      padding: 40px 0; } }
  .modBlockInner_middle {
    padding: 50px 0; }
    @media only screen and (max-width: 768px) {
      .modBlockInner_middle {
        padding: 30px 0; } }
  .modBlockInner_type02 {
    background-color: #e6e2d3; }

.modBlockBg {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 303px;
  /* .modBlockBg */ }
  @media only screen and (max-width: 992px) {
    .modBlockBg {
      height: 20vh; } }

.modBlockContents {
  background-position: center top;
  background-repeat: no-repeat;
  padding: 50px 0 100px;
  position: relative;
  /* .modBlockSearch */ }
  @media only screen and (max-width: 768px) {
    .modBlockContents {
      padding: 20px; } }
  .modBlockContents_souzoku {
    padding: 50px 0; }
    @media only screen and (max-width: 768px) {
      .modBlockContents_souzoku {
        padding: 20px; } }
  .modBlockContents:before {
    content: "";
    position: absolute;
    top: 60%;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff; }
    @media only screen and (max-width: 768px) {
      .modBlockContents:before {
        top: 80%; } }
  .modBlockContents_rent:before {
    top: 34%; }
    @media only screen and (max-width: 768px) {
      .modBlockContents_rent:before {
        top: 28%; } }
  .modBlockContents_sell:before {
    top: 34%; }
    @media only screen and (max-width: 768px) {
      .modBlockContents_sell:before {
        top: 20%; } }
  .modBlockContents_souzoku:before {
    display: none; }
  .modBlockContents .body {
    max-width: 1180px;
    position: relative;
    margin: 0 auto; }
  .modBlockContents .head {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 24px;
    margin-bottom: 50px;
    text-align: center; 
	position:relative; }
    .modBlockContents .head .title {
      margin-bottom: 10px;
      color: #47860c;
      font-family: "UD新ゴ コンデンス90 L", "游ゴシック", YuGothic, "メイリオ", Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
      font-size: 22px;
      font-size: 2.2rem;
      line-height: 1.4; }
	.modBlockContents .head .link {
	  position:absolute;
	right:20px;
top:0;
bottom:0;
		height:33px;

margin:auto 0 auto auto;}
	.modBlockContents .head .link a{
		padding:6px 20px;
		border:1px solid #ccc;
		background:#fff;
		color:#142950;
	  font-size:1.4rem;
		font-weight:bold;
	  text-decoration:none;
	}
.modBlockContents .head .link a::before{
	color:#EA0A03;
	content: "";
        font-family: FontAwesome;
        line-height: 1;
        margin-right: 8px; 
}
      @media only screen and (max-width: 768px) {
        .modBlockContents .head .title {
          margin-bottom: 0; } }
    @media only screen and (max-width: 768px) {
      .modBlockContents .head .txt {
        display: none; } }
  .modBlockContents_sell .head {
    max-width: 780px;
    margin-right: auto;
    margin-left: auto; }
    .modBlockContents_sell .head .title {
      color: #142950; }
  .modBlockContents_lease .head .title {
    color: #e06a00; }
  .modBlockContents_rent .head .title {
    color: #ba0701; }
  .modBlockContents_souzoku .head {
    margin-bottom: 0; }
    .modBlockContents_souzoku .head .title {
      color: #5f5196; }
  .modBlockContents .headSp {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 10px;
    margin-bottom: 70px;
    text-align: center; }
    .modBlockContents .headSp .title {
      color: #47860c;
      font-family: "UD新ゴ コンデンス90 L", "游ゴシック", YuGothic, "メイリオ", Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
      font-size: 26px;
      font-size: 2.6rem;
      font-weight: bold;
      line-height: 1.4; }
  .modBlockContents_rent .headSp .title {
    color: #ba0701; }
  .modBlockContents .menuBlock {
    border-radius: 5px;
    overflow: hidden;
    border: solid 1px #e6e2d3;
    margin-bottom: 50px; }
    @media only screen and (max-width: 768px) {
      .modBlockContents .menuBlock {
        margin-top: 30px;
        border-bottom: none; } }
    .modBlockContents .menuBlock .title {
      background-color: #284e93;
      border-radius: 5px 5px 0 0;
      padding: 20px 0 36px;
      color: #fff;
      text-align: center;
      font-size: 22px;
      font-size: 2.2rem;
      font-weight: bold; }
      @media only screen and (max-width: 768px) {
        .modBlockContents .menuBlock .title {
          padding: 15px 0;
          font-size: 18px;
          font-size: 1.8rem; } }
    .modBlockContents .menuBlock ul:after {
      content: ".";
      display: block;
      clear: both;
      height: 0;
      visibility: hidden; }
    .modBlockContents .menuBlock li {
      width: 25%;
      float: left;
      position: relative;
      background-color: #fff; }
      @media only screen and (max-width: 768px) {
        .modBlockContents .menuBlock li {
          width: 50%;
          border-bottom: solid 1px #e6e2d3; } }
      .modBlockContents .menuBlock li:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 2px;
        background-color: #e6e2d3; }
      .modBlockContents .menuBlock li:nth-child(4n):after {
        display: none; }
      @media only screen and (max-width: 768px) {
        .modBlockContents .menuBlock li:nth-child(2n):after {
          display: none; } }
    .modBlockContents .menuBlock a {
      display: block;
      position: relative;
      text-decoration: none; }
      .modBlockContents .menuBlock a:hover .image {
        opacity: 0.7; }
.modBlockContents .menuBlock_type03 a:hover .txt {
  background-color: #efefef;
}
    .modBlockContents .menuBlock .on {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: none;
      background-color: rgba(20, 41, 80, 0.85);
      color: #fff; }
      @media only screen and (max-width: 768px) {
        .modBlockContents .menuBlock .on {
          display: none; } }
      .modBlockContents .menuBlock .on .wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 32px 0 70px; }
      .modBlockContents .menuBlock .on .detail {
        text-align: center; }
      .modBlockContents .menuBlock .on .btn {
        position: absolute;
        bottom: 42px;
        left: 0;
        right: 0;
        text-align: center; }
        .modBlockContents .menuBlock .on .btn span {
          display: inline-block;
          *display: inline;
          *zoom: 1;
          border: solid 1px #fff;
          border-radius: 3px;
          padding: 4px 15px;
          color: #fff;
          line-height: 1.3;
          text-decoration: none;
          font-size: 10px;
          font-size: 1rem; }
          .modBlockContents .menuBlock .on .btn span:before {
            content: "";
            font-family: FontAwesome;
            line-height: 1;
            margin-right: 8px; }
    .modBlockContents .menuBlock_type02 a:hover .on {
      display: block; }
      @media only screen and (max-width: 768px) {
        .modBlockContents .menuBlock_type02 a:hover .on {
          display: none; } }
    .modBlockContents .menuBlock .icon {
      position: absolute;
      top: -27px;
      left: 0;
      right: 0;
      z-index: 10;
      text-align: center; }
      @media only screen and (max-width: 768px) {
        .modBlockContents .menuBlock .icon {
          top: -15px; }
          .modBlockContents .menuBlock .icon img {
            width: 30px; } }
    .modBlockContents .menuBlock .txt {
      background-color: #fff;
      padding: 35px 0 18px;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      text-align: center;
      font-size: 16px;
      font-size: 1.6rem; }
      @media only screen and (max-width: 768px) {
        .modBlockContents .menuBlock .txt {
          padding: 20px 10px 10px;
          font-size: 13px;
          font-size: 1.3rem;
          line-height: 1.4; } }
      .modBlockContents .menuBlock .txt span:before {
        content: "";
        font-family: FontAwesome;
        line-height: 1;
        margin-right: 6px; }
    .modBlockContents .menuBlock .image img {
      width: 100%; }
  .modBlockContents_rent .menuBlock .title {
    background-color: #f44336; }
  .modBlockContents .link {
    margin: 0 0 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
.modBlockContents .textLink {margin:0 20px 8px;text-align:right;}
.modBlockContents .textLink a::before{
	color: #EA0A03;
    content: "";
    font-family: FontAwesome;
    line-height: 1;
    margin-right: 8px;
}
.modBlockContents .textLink a{
	padding: 6px;
    background: #fff;
    color: #142950;
    font-size: 1.3rem;
    font-weight: bold;
    text-decoration: none;
}
    @media only screen and (max-width: 768px) {
      .modBlockContents .link {
        display: block; } }
    .modBlockContents .link li {
      width: 32.3%; }

@media only screen and (min-width: 769px) {
#sell .modBlockContents .link li {
      width: 47.5%;}
#sell .modBlockContents .link li:nth-child(n+3){margin-top:56px;}
}
      @media only screen and (max-width: 768px) {
        .modBlockContents .link li {
          width: auto; }
          .modBlockContents .link li:not(:last-child) {
            margin-bottom: 10px; } }
    .modBlockContents .link_column04 li {
      width: 24%; }
    .modBlockContents .link a:hover {
      opacity: 0.9; }
  .modBlockContents .freeWord {
    display: table;
    width: 100%; }
    .modBlockContents .freeWord .title, .modBlockContents .freeWord .txt, .modBlockContents .freeWord .btn {
      display: table-cell;
      vertical-align: middle; }
    .modBlockContents .freeWord .title {
      width: 280px;
      border-radius: 3px;
      background-color: #6bac2f;
      padding: 0 15px;
      height: 65px;
      line-height: 65px;
      color: #fff;
      text-align: center;
      font-size: 20px;
      font-size: 2rem; }
      .modBlockContents .freeWord .title:before {
        content: "";
        font-family: FontAwesome;
        line-height: 1;
        margin-right: 2px;
        vertical-align: middle; }
    .modBlockContents .freeWord .txt {
      padding-left: 20px; }
      .modBlockContents .freeWord .txt input {
        border-color: #6bac2f;
        padding: 10px;
        width: 100%;
        height: 65px;
        line-height: 65px;
        border-radius: 0;
        font-size: 18px;
        font-size: 1.8rem; }
    .modBlockContents .freeWord .btn {
      width: 190px; }
      .modBlockContents .freeWord .btn button {
        display: block;
        box-sizing: border-box;
        height: 65px;
        line-height: 65px;
        width: 100%;
        background-color: #6bac2f;
        border-radius: 0;
        border: none;
        -webkit-appearance: none;
        color: #fff;
        text-align: center;
        font-size: 18px;
        font-size: 1.8rem; }
        .modBlockContents .freeWord .btn button:before {
          content: "";
          font-family: FontAwesome;
          line-height: 1;
          margin-right: 5px; }
        .modBlockContents .freeWord .btn button:hover {
          opacity: 0.7; }
    .modBlockContents .freeWord a {
      text-decoration: none; }
  .modBlockContents_rent .freeWord .title {
    background-color: #f44336; }
  .modBlockContents_rent .freeWord .txt input {
    border-color: #f44336; }
  .modBlockContents_rent .freeWord .btn button {
    background-color: #f44336; }
  .modBlockContents .btnSearch button {
    display: block;
    padding: 15px 10px;
    width: 100%;
    background-color: #6bac2f;
    border-radius: 0;
    border: none;
    -webkit-appearance: none;
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-size: 1.5rem; }
    .modBlockContents .btnSearch button:before {
      content: "";
      font-family: FontAwesome;
      line-height: 1;
      margin-right: 8px;
      font-size: 18px;
      font-size: 1.8rem; }
  .modBlockContents_rent .btnSearch button {
    background-color: #f44336; }
  .modBlockContents .searchBlock {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 50px; }
    .modBlockContents .searchBlock .left, .modBlockContents .searchBlock .right {
      display: table-cell;
      vertical-align: top; }
    .modBlockContents .searchBlock .left {
      padding-right: 1.5%; }
      .modBlockContents .searchBlock .left .freeWord:first-child {
        margin-bottom: 18px; }
      .modBlockContents .searchBlock .left .freeWord .txt {
        padding-left: 0; }
    .modBlockContents .searchBlock .right {
      width: 280px; }
      .modBlockContents .searchBlock .right a {
        display: block;
        height: 150px;
        background-image: url(../img/rent/bgRequest.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        color: #ba0701;
        text-decoration: none;
        line-height: 150px;
        font-size: 22px;
        font-size: 2.2rem;
        text-align: center; }
        .modBlockContents .searchBlock .right a:before {
          content: "";
          font-family: FontAwesome;
          line-height: 1;
          margin-right: 8px; }
        .modBlockContents .searchBlock .right a:hover {
          opacity: 0.8; }

/* スマホ時の買いたいトップ・種別トップ・借りたいトップ表示　*/

@media only screen and (max-width: 768px) {
.modBlockContents.modBlockContents_buy, .modBlockContents.modBlockContents_rent{padding: 0;}
.modBlockContents.modBlockContents_buy .headSp, .modBlockContents.modBlockContents_rent .headSp{margin: 20px 20px 70px 20px;}	
.modBlockContents .headSpBtnArea{margin:0 20px 0;display: flex;justify-content: center;flex-wrap: wrap;}
.modBlockContents.modBlockContents_rent .headSpBtnArea{justify-content: space-around;}
.modBlockContents .headSpBtnArea a{background-color: #7AAB45;padding: 10px;display: block;text-align: center;color: #fff; text-decoration: none;}
.modBlockContents.modBlockContents_rent .headSpBtnArea a{background-color:#E25241;}
.modBlockContents .headSpBtnArea .fa{font-size: 3.5rem;line-height: 3.2rem;}
.modBlockContents .headSpBtnArea .sub{line-height: 1.3em;}
.modBlockContents .headSpBtnArea .title{font-size: 2rem;}
.modBlockContents .headSpBtnArea img{height: 35px;}
.modBlockContents .headSpMyPage{background-color:#f2f4f7;padding: 10px 20px 20px;text-align: center;}
.modBlockContents .headSpMyPage .title{font-size: 2rem;} 
.modBlockContents .headSpMyPage ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
.modBlockContents .headSpMyPage a{background-color: #e3e7ee;padding: 10px;display: block;line-height: 1.3em;text-decoration: none;color:#003366;display: flex;align-items: center;justify-content: center;}
.modBlockContents .headSpMyPage .fa{margin-right: 5px;}	
.modBlockContents .headSpMyPage img{height: 20px;margin-right: 8px;}


}	



@media only screen and (min-width: 570px) and (max-width: 768px){
.modBlockContents .headSpBtnArea li{width: 30%; min-width: 160px;margin: 0 10px 20px 0;} 
.modBlockContents.modBlockContents_rent .headSpBtnArea li{width: 45%; min-width: 160px;margin: 0 10px 20px 0;} 
.modBlockContents .headSpBtnArea li:last-of-type{margin: 0 0 20px 0;}
.modBlockContents ul.headSpBtnArea::after {content: "";width: 160px;}		
}
@media only screen and (min-width: 0px) and (max-width: 569px){
.modBlockContents .headSpBtnArea li{width: 25%; min-width: 95px;margin: 0 10px 10px 0;} 
.modBlockContents .headSpBtnArea li:last-of-type{margin: 0 0 20px 0;}
.modBlockContents ul.headSpBtnArea::after {content: "";width: 115px;}	
.modBlockContents.modBlockContents_rent .headSpBtnArea::after{content: none;}
.modBlockContents.modBlockContents_rent .headSpBtnArea{justify-content: center;}
.modBlockContents.modBlockContents_rent .headSpBtnArea + .textLink{margin: -4px 20px 8px;}
.modBlockContents.modBlockContents_rent .headSpBtnArea li:first-of-type{margin: 0 20px 20px 0;}
.modBlockContents .headSpBtnArea .title{font-size: 1.5rem;}
}
@media only screen and (min-width: 520px) and (max-width: 768px){
.modBlockContents .headSpMyPage li{width: 30%;}	


}
@media only screen and (min-width: 0px) and (max-width: 519px){
.modBlockContents .headSpMyPage ul{justify-content: center;}	
.modBlockContents .headSpMyPage li{width:260px;margin-bottom: 5px;}	
.modBlockContents .headSpMyPage li:last-of-type{margin-bottom: 0;}	

}




/* ----------------------------------------------　*/

.modBlockMyPage {
  background-color: #fff;
  padding-bottom: 80px;
  /* .modBlockMyPage */ }
  @media only screen and (max-width: 768px) {
    .modBlockMyPage {
      display: none; } }
  .modBlockMyPage .titleWrap {
    margin-bottom: 40px;
    border-bottom: solid 3px #b10973; }
    .modBlockMyPage .titleWrap .title {
      margin-bottom: -1px;
      line-height: 1;
      font-size: 0; }
      .modBlockMyPage .titleWrap .title img {
        vertical-align: bottom; }
  .modBlockMyPage .detail {
    display: table;
    width: 100%;
    table-layout: fixed; }
    .modBlockMyPage .detail dl {
      margin-bottom: 30px; }
    .modBlockMyPage .detail dt {
      margin-bottom: 4px;
      color: #142950;
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: bold; }
      .modBlockMyPage .detail dt span {
        font-weight: normal; }
    .modBlockMyPage .detail .search {
      background-color: #ebe8dd;
      padding: 10px;
      margin-bottom: 10px; }
    .modBlockMyPage .detail .btnList {
      margin: 0 -2%; }
      .modBlockMyPage .detail .btnList:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        visibility: hidden; }
      .modBlockMyPage .detail .btnList li {
        float: left;
        width: 46%;
        margin: 0 2%; }
  .modBlockMyPage .left, .modBlockMyPage .right {
    display: table-cell;
    vertical-align: top; }
  .modBlockMyPage .left {
    padding-right: 10px; }
  .modBlockMyPage .right {
    padding-left: 10px; }

.modBlockQA {
  background-color: #e6e2d3;
  padding: 50px 0;
  /* .modBlockQA */ }
  .modBlockQA .inner {
    margin: 0 -1%; }
    .modBlockQA .inner:after {
      content: ".";
      display: block;
      clear: both;
      height: 0;
      visibility: hidden; }
    @media only screen and (max-width: 768px) {
      .modBlockQA .inner {
        margin: 0; } }
  .modBlockQA .head, .modBlockQA .box {
    width: 24%;
    float: left;
    margin: 0 0.5%; }
    @media only screen and (max-width: 768px) {
      .modBlockQA .head, .modBlockQA .box {
        width: auto;
        float: none;
        margin: 0; } }
  .modBlockQA .head {
    position: relative;
    background-color: #fff;
    text-decoration: none; }
    .modBlockQA .head .titleWrap {
      background-color: #284e93;
      position: relative;
      padding: 30px 0;
      color: #fff;
      text-align: center;
      font-size: 22px;
      font-size: 2.2rem; }
      @media only screen and (max-width: 768px) {
        .modBlockQA .head .titleWrap {
          padding: 15px 0; } }
      .modBlockQA .head .titleWrap:after {
        content: "";
        background-image: url(../img/common/iconQa.png);
        background-position: 0 0;
        width: 54px;
        height: 54px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -25px;
        margin: auto; }
        @media only screen and (max-width: 768px) {
          .modBlockQA .head .titleWrap:after {
            background-size: 30px auto;
            width: 30px;
            height: 30px;
            bottom: -15px; } }
    .modBlockQA .head .title:before {
      content: "";
      font-family: FontAwesome;
      line-height: 1;
      margin-right: 6px; }
    .modBlockQA .head .txt {
      padding: 30px 20px 15px; }
      @media only screen and (max-width: 768px) {
        .modBlockQA .head .txt {
          background-color: #fff; } }
  .modBlockQA .box {
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
    text-decoration: none; }
    @media only screen and (max-width: 768px) {
      .modBlockQA .box {
        display: block;
        margin-top: 2px;
        padding: 20px;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.4;
        text-align: left; } }
    .modBlockQA .box:hover {
      opacity: 0.7; }

.modBlockContact {
  display: table;
  width: 100%;
  table-layout: fixed;
  /* .modBlockContact */ }
  @media only screen and (max-width: 768px) {
    .modBlockContact {
      display: block; } }
  .modBlockContact .left, .modBlockContact .right {
    display: table-cell;
    vertical-align: middle; }
    @media only screen and (max-width: 768px) {
      .modBlockContact .left, .modBlockContact .right {
        display: block; } }
  .modBlockContact .left {
    border: solid 1px #e6e2d3;
    background-color: #fff;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .modBlockContact .left {
        margin-bottom: 20px;
        padding: 30px 10px; } }
  .modBlockContact .right {
    padding-left: 30px; }
    @media only screen and (max-width: 768px) {
      .modBlockContact .right {
        padding-left: 0; } }
  .modBlockContact .tel {
    color: #b10973;
    font-weight: bold;
    font-size: 52px;
    font-size: 5.2rem;
    line-height: 1.4; }
    @media only screen and (max-width: 600px) {
      .modBlockContact .tel {
        font-size: 30px;
        font-size: 3rem; } }
    .modBlockContact .tel a {
      color: #b10973;
      text-decoration: none; }
  .modBlockContact .fax {
    margin-top: -0.6em;
    margin-bottom: 20px;
    color: #b10973;
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4; }
    @media only screen and (max-width: 768px) {
      .modBlockContact .fax {
        margin-top: 0;
        font-size: 14px;
        font-size: 1.4rem; } }
  .modBlockContact .btn {
    margin-top: 40px; }

.modBlockBnrSlider {
  background-color: #fff;
  padding: 80px 0;
  /* .modBlockBnrSlider */ }
  @media only screen and (max-width: 768px) {
    .modBlockBnrSlider {
      padding: 40px; } }
  .modBlockBnrSlider .bnrSlider {
    max-width: 980px;
    margin: 0 auto;
    position: relative; }
.modBlockBnrSlider .bnrSlider .slick-slider .slick-track {margin: 0 auto;}
    @media only screen and (max-width: 1140px) {
      .modBlockBnrSlider .bnrSlider {
        max-width: 780px; } }
    @media only screen and (max-width: 910px) {
      .modBlockBnrSlider .bnrSlider {
        max-width: 580px; } }
  .modBlockBnrSlider .slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    border: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 40px;
    line-height: 40px;
    margin: auto;
    text-indent: -9999px;
    z-index: 10; }
    .modBlockBnrSlider .slick-arrow:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      font-family: FontAwesome;
      line-height: 1;
      font-size: 40px;
      font-size: 4rem;
      color: #e6e2d3;
      text-indent: 0;
      line-height: 40px; }
  .modBlockBnrSlider .slick-prev {
    left: -40px; }
    .modBlockBnrSlider .slick-prev:after {
      content: ""; }
  .modBlockBnrSlider .slick-next {
    right: -40px; }
    .modBlockBnrSlider .slick-next:after {
      content: ""; }
  .modBlockBnrSlider .slick-slide {
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .modBlockBnrSlider .slick-slide {
        margin: 0 10px; } }
    .modBlockBnrSlider .slick-slide img {
      display: inline; }

.modModalBlock {
  background-color: #fff;
  /* .modModalBlock */ }
  .modModalBlock .body {
    padding: 80px;
    min-width: 800px;
    max-width: 1100px; }
    @media only screen and (max-width: 999px) {
      .modModalBlock .body {
        min-width: 600px; } }
    @media only screen and (max-width: 700px) {
      .modModalBlock .body {
        min-width: 0; } }
    @media only screen and (max-width: 768px) {
      .modModalBlock .body {
        padding: 15px 10px; } }
  .modModalBlock .inner {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 80px; }
    @media only screen and (max-width: 768px) {
      .modModalBlock .inner {
        display: block;
        width: auto;
        margin-bottom: 40px; } }
    .modModalBlock .inner .left, .modModalBlock .inner .right {
      display: table-cell;
      vertical-align: top; }
      @media only screen and (max-width: 768px) {
        .modModalBlock .inner .left, .modModalBlock .inner .right {
          display: block; } }
    .modModalBlock .inner .left {
      padding-right: 45px; }
      @media only screen and (max-width: 768px) {
        .modModalBlock .inner .left {
          padding-right: 0; } }
      .modModalBlock .inner .left .title {
        background-color: #fdd000;
        margin-bottom: 15px;
        padding: 8px;
        font-size: 24px;
        font-size: 2.4rem;
        color: #fff;
        line-height: 1.5; }
        @media only screen and (max-width: 768px) {
          .modModalBlock .inner .left .title {
            font-size: 18px;
            font-size: 1.8rem; } }
      .modModalBlock .inner .left li {
        margin-bottom: 20px;
        margin-left: 1.2em;
        text-indent: -1.2em; }
        .modModalBlock .inner .left li:before {
          content: "■";
          color: #fdd000;
          margin-right: 0.2em; }
    .modModalBlock .inner .right {
      padding-right: 45px; }
      @media only screen and (max-width: 768px) {
        .modModalBlock .inner .right {
          padding-right: 0; } }
      .modModalBlock .inner .right .catch {
        margin-bottom: 20px;
        color: #142950;
        font-size: 18px;
        font-size: 1.8rem; }
        @media only screen and (max-width: 768px) {
          .modModalBlock .inner .right .catch {
            margin-bottom: 10px;
            font-size: 14px;
            font-size: 1.4rem; } }
      .modModalBlock .inner .right dd {
        margin-bottom: 20px; }
  .modModalBlock.category02 .left .title {
    background-color: #f4b4d0; }
  .modModalBlock.category02 .left li:before {
    color: #f4b4d0; }
  .modModalBlock.category03 .left .title {
    background-color: #ae89bc; }
  .modModalBlock.category03 .left li:before {
    color: #ae89bc; }
  .modModalBlock.category04 .left .title {
    background-color: #83c0ea; }
  .modModalBlock.category04 .left li:before {
    color: #83c0ea; }
  .modModalBlock.category05 .left .title {
    background-color: #aacd06; }
  .modModalBlock.category05 .left li:before {
    color: #aacd06; }
  .modModalBlock.category06 .left .title {
    background-color: #cabf3d; }
  .modModalBlock.category06 .left li:before {
    color: #cabf3d; }

.modModalBlock02 {
  background-color: #fff;
  /* .modModalBlock02 */ }
  .modModalBlock02 .body {
    padding: 40px 100px;
    min-width: 780px;
    max-width: 780px; }
    @media only screen and (max-width: 780px) {
      .modModalBlock02 .body {
        min-width: 600px; } }
    @media only screen and (max-width: 700px) {
      .modModalBlock02 .body {
        min-width: 0; } }
    @media only screen and (max-width: 768px) {
      .modModalBlock02 .body {
        padding: 15px 10px; } }
  .modModalBlock02 .catch {
    margin-bottom: 20px;
    color: #5f5196;
    font-size: 18px;
    font-size: 1.8rem; }
    @media only screen and (max-width: 768px) {
      .modModalBlock02 .catch {
        font-size: 14px;
        font-size: 1.4rem; } }
  .modModalBlock02 .txt {
    margin-bottom: 20px; }
  .modModalBlock02 .img {
    margin-bottom: 50px;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .modModalBlock02 .img {
        margin-bottom: 30px; } }

.modModalClose {
  text-align: center; }
  .modModalClose a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    border-radius: 3px;
    padding: 8px 50px;
    border: solid 1px #5f5196;
    color: #5f5196;
    text-decoration: none;
    cursor: pointer; }
    .modModalClose a .fa {
      margin-right: 6px; }

.modBlockOfficeMap {
  position: relative;
  max-width: 1366px;
  margin: 0 auto;
  /* .modBlockOfficeMap */ }
  .modBlockOfficeMap .img {
    text-align: center; }
  .modBlockOfficeMap li {
    position: absolute;
    width: 4.7%;
    height: 4.7%; }
    .modBlockOfficeMap li .on {
      display: none; }
  .modBlockOfficeMap a {
    display: block; }
    .modBlockOfficeMap a .on, .modBlockOfficeMap a .off {
      position: absolute;
      top: 0;
      right: 0; }
    .modBlockOfficeMap a:hover .off {
      display: none; }
    .modBlockOfficeMap a:hover .on {
      display: block; }
  .modBlockOfficeMap .map01 {
    left: 83%;
    top: 19.9%; }
  .modBlockOfficeMap .map02 {
    left: 63.2%;
    top: 8.9%; }
  .modBlockOfficeMap .map03 {
    left: 77%;
    top: 17.9%; }
  .modBlockOfficeMap .map04 {
    left: 73.7%;
    top: 42.3%; }
  .modBlockOfficeMap .map05 {
    left: 59.2%;
    top: 33.2%; }
  .modBlockOfficeMap .map06 {
    left: 49.3%;
    top: 27.2%; }
  .modBlockOfficeMap .map07 {
    left: 45.4%;
    top: 49.9%; }
  .modBlockOfficeMap .map08 {
    left: 36.9%;
    top: 34.9%; }
  .modBlockOfficeMap .map09 {
    left: 12.8%;
    top: 46.9%; }
  .modBlockOfficeMap .map10 {
    left: 40.4%;
    top: 66.4%; }
  .modBlockOfficeMap .map11 {
    left: 24.2%;
    top: 67.4%; }

.modBlockFlow {
  margin-bottom: 20px;
  /* .modBlockFlow */
}

.modBlockFlow .pc {
  margin: 0 -10px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .modBlockFlow .pc {
    display: none;
  }
}

.modBlockFlow .sp {
  display: none;
}

@media only screen and (max-width: 768px) {
  .modBlockFlow .sp {
    display: block;
  }
}

.modBlockFlow ul {
  margin: 0 -20px;
}

.modBlockFlow ul:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.modBlockFlow li {
  width: 33.3%;
  position: relative;
  float: left;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "UD新ゴ コンデンス90 L", "游ゴシック", YuGothic, "メイリオ", Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.modBlockFlow li span {
  display: block;
  background-color: #F9F7F3;
  margin: 0 20px;
  padding: 5px;
}

.modBlockFlow li.active span {
  background-color: #142950;
  color: #fff;
}

.modBlockFlow li:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -10px;
  width: 1em;
  font-family: FontAwesome;
  line-height: 1;
  height: 1em;
  margin: auto;
  color: #142950;
}

.modBlockFlow li:last-child:after {
  display: none;
}

/* modTable
------------------------------------------------------------*/



/* aboutEstate
------------------------------------------------------------*/
ul.aboutEstate {
  margin: 20px 0 60px 0;
  box-sizing: border-box;
  line-height: 125%;
  display: flex;
  align-items: stretch;
}
ul.aboutEstate dt {
  background-color: #f8f6f2;
  text-align: center;
}
ul.aboutEstate dt, ul.aboutEstate dd {
  padding: 8px 5px;
  border-top: solid 1px #e6e2d3;
  border-bottom: solid 1px #e6e2d3;
  border-left: solid 1px #e6e2d3;
  box-sizing: border-box;	
}
ul.aboutEstate dd{
  border-top:none;
  height : 55% ; 
  height: calc(100% - 35px);
  height: -webkit-calc(100% - 35px) ;
  display: flex;
  align-items: center;
}
ul.aboutEstate li:last-of-type dt,ul.aboutEstate li:last-of-type dd{border-right: solid 1px #e6e2d3;}
ul.aboutEstate li:first-of-type dd {justify-content: center;}
ul.aboutEstate li:first-of-type,ul.aboutEstate li:first-of-type{width: 120px;}
ul.aboutEstate li:nth-of-type(3),ul.aboutEstate li:nth-of-type(3) {width: 130px;}
ul.aboutEstate li:nth-of-type(2),ul.aboutEstate li:nth-of-type(2) {width: 320px;}
ul.aboutEstate li:nth-of-type(4),ul.aboutEstate li:nth-of-type(4) {width: 110px;}
ul.aboutEstate li:nth-of-type(5),ul.aboutEstate li:nth-of-type(5) {width: 130px;}
ul.aboutEstate li{display: block;}
ul.aboutEstate dl{width: 100%;height: 100%;}
@media only screen and (max-width: 768px) {
ul.aboutEstate {
  margin: 0 0 40px 0;
  box-sizing: border-box;
  line-height: 125%;
  display: block;
  width: 100%;
}
ul.aboutEstate dl{display: flex;}
ul.aboutEstate dt{width: 35%;box-sizing: border-box;}
ul.aboutEstate dd{width: 65%;box-sizing: border-box;}
ul.aboutEstate li:first-of-type,ul.aboutEstate li:first-of-type{width: 100%;}
ul.aboutEstate li:nth-of-type(3),ul.aboutEstate li:nth-of-type(3) {width: 100%;}
ul.aboutEstate li:nth-of-type(2),ul.aboutEstate li:nth-of-type(2) {width: 100%;}
ul.aboutEstate li:nth-of-type(4),ul.aboutEstate li:nth-of-type(4) {width: 100%;}
ul.aboutEstate li:nth-of-type(5),ul.aboutEstate li:nth-of-type(5) {width: 100%;}	
ul.aboutEstate dd {
  padding: 8px 5px;
  border-top: solid 1px #e6e2d3;
  border-bottom: none;
  border-left: solid 1px #e6e2d3;
  border-right: solid 1px #e6e2d3;
  box-sizing: border-box;
}
ul.aboutEstate dt{
  padding: 8px 5px;
  border-top: solid 1px #e6e2d3;
  border-bottom: none;
  border-left: solid 1px #e6e2d3;
  border-right:none;
  box-sizing: border-box;
  display: flex;
  align-items: center;
justify-content: center;
}
ul.aboutEstate li:last-of-type dd,ul.aboutEstate li:last-of-type dt{border-bottom: solid 1px #e6e2d3;}
ul.aboutEstate li:last-of-type dt{border-right:none;}
}

/* modList
------------------------------------------------------------*/
.modListNormal {
  margin: 0 0 0 2em; }

ul.modListNormal li:before {
  content: "\0030fb";
  margin-left: -2em;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 2em;
  text-align: center; }

ol.modListNormal li {
  list-style: decimal; }

/* indent */
.modIndent01 li {
  text-indent: -1em;
  margin: 0 0 0 1em; }

.modIndent02 li {
  text-indent: -2.5em;
  margin: 0 0 0 2.5em; }

.modListInfo {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 20px;
  overflow: hidden;
  /* .modListInfo */ }
  @media only screen and (max-width: 992px) {
    .modListInfo {
      padding: 0;
      margin-top: -40px; } }
  .modListInfo_type02 {
    padding: 0; }
  .modListInfo .list {
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -1%; }
    @media only screen and (max-width: 992px) {
      .modListInfo .list {
        margin: 0; } }
  .modListInfo_type02 .list {
    margin-right: -2%;
    margin-left: -2%; }
  .modListInfo li {
    width: 23%;
    margin: 0 1% 40px;
    color: #0e294e; }
    @media only screen and (max-width: 992px) {
      .modListInfo li {
        width: 33.3%;
        margin: 0 0 40px; } }
    @media only screen and (max-width: 600px) {
      .modListInfo li {
        width: 50%; } }
  .modListInfo_type02 li {
    width: 29.3%;
    margin-right: 2%;
    margin-left: 2%; }
  .modListInfo .image {
    position: relative;
    margin-bottom: 20px; }
    @media only screen and (max-width: 992px) {
      .modListInfo .image {
        margin-bottom: 0; }
        .modListInfo .image img {
          width: 100%; } }
    .modListInfo .image a {
      display: block;
      position: relative; }
      .modListInfo .image a:hover {
        opacity: 0.7; }
  .modListInfo_type02 .image {
    margin-bottom: 0; }
  @media only screen and (max-width: 992px) {
    .modListInfo .body {
      padding: 10px; } }
  .modListInfo .category {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0; }
    .modListInfo .category span {
      display: inline-block;
      *display: inline;
      *zoom: 1;
      padding: 4px 8px;
      line-height: 1.3;
      color: #fff;
      font-size: 10px;
      font-size: 1rem; }
    .modListInfo .category01 {
      background-color: #ffab00; }
    .modListInfo .category02 {
      background-color: #00bfa5; }
    .modListInfo .category03 {
      background-color: #d50000; }
  .modListInfo_type02 .category {
    position: static;
    margin-bottom: 8px; }
  @media only screen and (max-width: 992px) {
    .modListInfo .name {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.5; } }
  .modListInfo .title {
    margin-bottom: 10px;
    font-size: 18px;
    font-size: 1.8rem; }
  .modListInfo .price {
    margin-bottom: 2px;
    font-size: 13px;
    font-size: 1.3rem; }
    .modListInfo .price span {
      color: #d50000; }
  .modListInfo .info {
    margin-bottom: 10px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.4; }
    @media only screen and (max-width: 992px) {
      .modListInfo .info {
        font-size: 11px;
        font-size: 1.1rem; } }
  .modListInfo_type02 .info {
    font-size: 11px;
    font-size: 1.1rem; }
  .modListInfo .txt {
    margin-bottom: 15px; }
  .modListInfo .more a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    border: solid 1px #0e294e;
    border-radius: 3px;
    padding: 4px 15px;
    color: #0e294e;
    line-height: 1.3;
    text-decoration: none;
    font-size: 10px;
    font-size: 1rem; }
    .modListInfo .more a:before {
      content: "";
      font-family: FontAwesome;
      line-height: 1;
      margin-right: 8px; }
    .modListInfo .more a:hover {
      opacity: 0.7; }
  .modListInfo .btn {
    max-width: 380px;
    margin: 62px auto 0; }
    @media only screen and (max-width: 992px) {
      .modListInfo .btn {
        padding: 0 10px;
        margin-top: 0; } }

.modBnrList {
  background-color: #fff;
  padding: 50px 0;
  text-align: center;
  font-size: 0;
  /* .modBnrList */ }
  @media only screen and (max-width: 768px) {
    .modBnrList ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; } }
  .modBnrList li {
    margin: 0 10px;
    display: inline; }
    @media only screen and (max-width: 768px) {
      .modBnrList li {
        display: block;
        margin: 0;
        width: 31.3%; } }

.modListMenuBtn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -20px;
  /* .modListMenuBtn */ }
  @media only screen and (max-width: 768px) {
    .modListMenuBtn {
      margin: 0;
      display: block; } }
  .modListMenuBtn li {
    width: 32.8%; }
    @media only screen and (max-width: 768px) {
      .modListMenuBtn li {
        width: auto; }
        .modListMenuBtn li:not(:last-child) {
          margin-bottom: 10px; } }
  .modListMenuBtn a:hover {
    opacity: 0.9; }

.modListContents {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.5%;
  overflow: hidden;
  /* .modListContents */ }
  .modListContents_center {
    justify-content: center; }
  @media only screen and (max-width: 768px) {
    .modListContentsWrap {
      margin: -40px -20px 0;
      overflow: hidden; } }
  .modListContents > li {
    width: 19%;
    margin: 0 0.5% 40px;
    position: relative;
    padding-bottom: 30px; }
    @media only screen and (max-width: 768px) {
      .modListContents > li {
        width: 49%; } }
  .modListContents_column03 > li {
    width: 32.3%; }
    @media only screen and (max-width: 768px) {
      .modListContents_column03 > li {
        width: 100%; } }
  .modListContents_column04 > li {
    width: 24%; }
    @media only screen and (max-width: 768px) {
      .modListContents_column04 > li {
        width: 49%; } }
  .modListContents .image {
    margin-bottom: 15px;
    text-align: center; }
    @media only screen and (max-width: 992px) {
      .modListContents .image {
        margin-bottom: 0; }
        .modListContents .image img {
          width: 100%; } }
    .modListContents .image a {
      display: block;
      position: relative; }
      .modListContents .image a:hover {
        opacity: 0.7; }
  @media only screen and (max-width: 992px) {
    .modListContents .body {
      padding: 10px; } }
  .modListContents .title {
    margin-bottom: 10px;
    line-height: 1.2;
    font-size: 18px;
    font-size: 1.8rem;
    color: #142950; }
    .modListContents .title .sub {
      font-size: 12px;
      font-size: 1.2rem; }
  .modListContents .name {
    margin-bottom: 8px;
    line-height: 1.2;
    color: #142950;
    font-size: 14px;
    font-size: 1.4rem; }
    .modListContents .name .city {
      font-size: 12px;
      font-size: 1.2rem; }
  .modListContents .info {
    margin-bottom: 10px;
    margin-top: 10px;
    line-height: 1.4; }
    .modListContents .info .sub {
      font-size: 11px;
      font-size: 1.1rem; }
  .modListContents .txt {
    margin-bottom: 15px; }
    .modListContents .txt .sub {
      font-size: 11px;
      font-size: 1.1rem; }
  .modListContents .detail {
    margin-bottom: 10px; }
    @media only screen and (max-width: 768px) {
      .modListContents .detail {
        font-size: 11px;
        font-size: 1.1rem; } }
    .modListContents .detail li {
      padding-left: 20px;
      position: relative; }
      .modListContents .detail li:before {
        position: absolute;
        top: 0.35em;
        left: 0;
        font-family: FontAwesome;
        line-height: 1;
        width: 20px;
        color: #b10973; }
      .modListContents .detail li.time:before {
        content: ""; }
      .modListContents .detail li.tel:before {
        content: ""; }
      .modListContents .detail li.fax:before {
        content: ""; }
      .modListContents .detail li.double {
        padding-left: 0; }
        .modListContents .detail li.double:before {
          display: none; }
        .modListContents .detail li.double .free {
          display: inline-block;
          *display: inline;
          *zoom: 1;
          padding-left: 20px;
          position: relative; }
          .modListContents .detail li.double .free:before {
            content: "";
            position: absolute;
            top: 0.35em;
            left: 0;
            width: 20px;
            height: 12px;
            background-image: url(../img/common/iconFree.png);
            background-position: 0 0;
            background-repeat: no-repeat;
            background-size: 18px auto; }
        .modListContents .detail li.double .tel {
          display: inline-block;
          *display: inline;
          *zoom: 1;
          padding-left: 20px;
          position: relative; }
          .modListContents .detail li.double .tel:before {
            content: "";
            position: absolute;
            top: 0.35em;
            left: 0;
            font-family: FontAwesome;
            line-height: 1;
            width: 20px;
            color: #b10973; }
  .modListContents .more {
    position: absolute;
    bottom: 0;
    left: 0; }
    .modListContents .more a {
      display: inline-block;
      *display: inline;
      *zoom: 1;
      border: solid 1px #0e294e;
      border-radius: 3px;
      padding: 4px 15px;
      color: #0e294e;
      line-height: 1.3;
      text-decoration: none;
      font-size: 10px;
      font-size: 1rem; }
      .modListContents .more a:before {
        content: "";
        font-family: FontAwesome;
        line-height: 1;
        margin-right: 8px; }
      .modListContents .more a:hover {
        opacity: 0.7; }

/* modNav
------------------------------------------------------------*/
.modLNav01 {
  border-top: solid 1px #e6e2d3;
  background-color: #fff;
  padding: 12px 0;
/* .modLNav01 */ }
  @media only screen and (max-width: 768px) {
    .modLNav01 {
      display: none; } }
.headerFixed .modLNav01 {
  position: fixed;
  top: 116px;
  left: 0;
  right: 0;
  z-index: 100; }
#company.headerFixed .modLNav01 {
  top: 50px; }
  .modLNav01 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; }
  .modLNav01 li {
    border-left: solid 2px #e6e2d3;
    padding: 0 18px;
    line-height: 1.3; }
    .modLNav01 li:last-child {
      border-right: solid 2px #e6e2d3; }
  .modLNav01 a {
    display: block;
    border-radius: 3px;
    padding: 4px 18px;
    text-decoration: none;
    font-size: 13px;
    font-size: 1.3rem;
    color: #142950; }
    .modLNav01 a:hover {
      background-color: #142950;
      color: #fff; }
  .modLNav01 .active a {
    background-color: #142950;
    color: #fff; }

.modLNav02 {
  background-color: #e6e2d3;
  padding: 45px 0;
  border-bottom: solid 3px #fff;
  /* .modLNav02 */ }
  @media only screen and (max-width: 768px) {
    .modLNav02 {
      padding: 25px 0; } }
  .modLNav02 .container:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }
  .modLNav02 .left, .modLNav02 .right {
    width: 48%; }
    @media only screen and (max-width: 768px) {
      .modLNav02 .left, .modLNav02 .right {
        width: auto; } }
  .modLNav02 .left {
    float: left;
    border-radius: 0 0 5px 5px;
    overflow: hidden; }
    @media only screen and (max-width: 768px) {
      .modLNav02 .left {
        float: none;
        margin-bottom: 20px; } }
    .modLNav02 .left .title {
      background-color: #142950;
      border-radius: 5px 5px 0 0;
      padding: 12px 10px 24px;
      color: #fff;
      text-align: center;
      font-size: 18px;
      font-size: 1.8rem;
      font-family: "UD新ゴ コンデンス90 L", "游ゴシック", YuGothic, "メイリオ", Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif; }
.modLNav02 .left ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;}
    .modLNav02 .left li {
      width: 25%;
      margin-bottom: 1px;
      position: relative; }
      .modLNav02 .left li:after {
        content: "";
        background-color: #e6e2d3;
        width: 1px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0; }
      .modLNav02 .left li:first-child:after, .modLNav02 .left li:nth-child(5n):after {
        display: none; }
    .modLNav02 .left a {
      position: relative;
      background-color: #fff;
      text-decoration: none;
      text-align: center;
      line-height: 1.5;
  display: -ms-flexbox;
      display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  height: 84px;}
      @media only screen and (max-width: 768px) {
        .modLNav02 .left a {
          font-size: 11px;
          font-size: 1.1rem; } }
      .modLNav02 .left a:hover {
        opacity: 0.8; }
    .modLNav02 .left .icon {
      width: 36px;
      position: absolute;
      top: -18px;
      left: 0;
      right: 0;
      margin: auto;
      z-index: 10; }
      @media only screen and (max-width: 768px) {
        .modLNav02 .left .icon {
          width: 26px;
          top: -13px; } }
.modLNav02 .left .inner {
  width: 100%;
  max-width: 100%;
  box-sizing: content-box;}

  .modLNav02 .right {
    float: right; }
    @media only screen and (max-width: 768px) {
      .modLNav02 .right {
        float: none; } }
    .modLNav02 .right ul {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .modLNav02 .right li {
      width: 48%;
      margin-bottom: 18px; }
    .modLNav02 .right a {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center;
      min-height: 108px;
      background-color: #142950;
      border-bottom: solid 5px #fff;
      border-radius: 5px;
      color: #fff;
      text-decoration: none;
      text-align: center;
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: bold; }
      @media only screen and (min-width: 769px) {
		  #sell .modLNav02 .right ul{justify-content:center;}
#sell .modLNav02 .right li{width:31%;}
#sell .modLNav02 .right li a{font-size: 1.6rem;line-height:1.4;}
#sell .modLNav02 .right li:nth-child(n+2){margin-left:3%;}
#sell .modLNav02 .right li:nth-child(3n+1){margin-left:0;}
}
      @media only screen and (max-width: 768px) {
        .modLNav02 .right a {
          font-size: 14px;
          font-size: 1.4rem; } }
      .modLNav02 .right a:hover {
        opacity: 0.8; }
    .modLNav02 .right .active a {
      border-bottom-color: #b10973; }
    .modLNav02 .right .icon {
      display: block;
      margin-bottom: 4px; }

/* other
------------------------------------------------------------*/
/*↓消さないこと*/
.modLoading {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.8); }
  .modLoading i {
    font-size: 24px;
    font-size: 2.4rem;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -0.5em;
    margin-top: -0.5em; }

/*↑消さないこと*/

@media screen and (min-width:0px) and (max-width:767px){
.spDisNon{display: none;}
}
@media screen and (min-width:768px) {
.pcDisNon{display: none;}
}

/* width
------------------------------------------------------------*/
.cosW5, .cosW10, .cosW15, .cosW20, .cosW25, .cosW30, .cosW35, .cosW40, .cosW45, .cosW50, .cosW55, .cosW60, .cosW65, .cosW70, .cosW75, .cosW80, .cosW85, .cosW90, .cosW95, .cosW100, .cosW105, .cosW110, .cosW115, .cosW120, .cosW125, .cosW130, .cosW135, .cosW140, .cosW145, .cosW150, .cosW155, .cosW160, .cosW165, .cosW170, .cosW175, .cosW180, .cosW185, .cosW190, .cosW195, .cosW200, .cosW205, .cosW210, .cosW215, .cosW220, .cosW225, .cosW230, .cosW235, .cosW240, .cosW245, .cosW250, .cosW255, .cosW260, .cosW265, .cosW270, .cosW275, .cosW280, .cosW285, .cosW290, .cosW295, .cosW300, .cosW305, .cosW310, .cosW315, .cosW320, .cosW325, .cosW330, .cosW335, .cosW340, .cosW345, .cosW350, .cosW355, .cosW360, .cosW365, .cosW370, .cosW375, .cosW380, .cosW385, .cosW390, .cosW395, .cosW400, .cosW405, .cosW410, .cosW415, .cosW420, .cosW425, .cosW430, .cosW435, .cosW440, .cosW445, .cosW450, .cosW455, .cosW460, .cosW465, .cosW470, .cosW475, .cosW480, .cosW485, .cosW490, .cosW495, .cosW500, .cosW505, .cosW510, .cosW515, .cosW520, .cosW525, .cosW530, .cosW535, .cosW540, .cosW545, .cosW550, .cosW555, .cosW560, .cosW565, .cosW570, .cosW575, .cosW580, .cosW585, .cosW590, .cosW595, .cosW600, .cosW605, .cosW610, .cosW615, .cosW620, .cosW625, .cosW630, .cosW635, .cosW640, .cosW645, .cosW650, .cosW655, .cosW660, .cosW665, .cosW670, .cosW675, .cosW680, .cosW685, .cosW690, .cosW695, .cosW700, .cosW705, .cosW710, .cosW715, .cosW720, .cosW725, .cosW730, .cosW735, .cosW740, .cosW745, .cosW750, .cosW755, .cosW760, .cosW765, .cosW770, .cosW775, .cosW780, .cosW785, .cosW790, .cosW795, .cosW800, .cosW805, .cosW810, .cosW815, .cosW820, .cosW825, .cosW830, .cosW835, .cosW840, .cosW845, .cosW850, .cosW855, .cosW860, .cosW865, .cosW870, .cosW875, .cosW880, .cosW885, .cosW890, .cosW895 {
  max-width: 100%; }

.cosW100per {
  width: 100% !important; }

.cosW5 {
  width: 5px !important; }

.cosW10 {
  width: 10px !important; }

.cosW15 {
  width: 15px !important; }

.cosW20 {
  width: 20px !important; }

.cosW25 {
  width: 25px !important; }

.cosW30 {
  width: 30px !important; }

.cosW35 {
  width: 35px !important; }

.cosW40 {
  width: 40px !important; }

.cosW45 {
  width: 45px !important; }

.cosW50 {
  width: 50px !important; }

.cosW55 {
  width: 55px !important; }

.cosW60 {
  width: 60px !important; }

.cosW65 {
  width: 65px !important; }

.cosW70 {
  width: 70px !important; }

.cosW75 {
  width: 75px !important; }

.cosW80 {
  width: 80px !important; }

.cosW85 {
  width: 85px !important; }

.cosW90 {
  width: 90px !important; }

.cosW95 {
  width: 95px !important; }

.cosW100 {
  width: 100px !important; }

.cosW105 {
  width: 105px !important; }

.cosW110 {
  width: 110px !important; }

.cosW115 {
  width: 115px !important; }

.cosW120 {
  width: 120px !important; }

.cosW125 {
  width: 125px !important; }

.cosW130 {
  width: 130px !important; }

.cosW135 {
  width: 135px !important; }

.cosW140 {
  width: 140px !important; }

.cosW145 {
  width: 145px !important; }

.cosW150 {
  width: 150px !important; }

.cosW155 {
  width: 155px !important; }

.cosW160 {
  width: 160px !important; }

.cosW165 {
  width: 165px !important; }

.cosW170 {
  width: 170px !important; }

.cosW175 {
  width: 175px !important; }

.cosW180 {
  width: 180px !important; }

.cosW185 {
  width: 185px !important; }

.cosW190 {
  width: 190px !important; }

.cosW195 {
  width: 195px !important; }

.cosW200 {
  width: 200px !important; }

.cosW205 {
  width: 205px !important; }

.cosW210 {
  width: 210px !important; }

.cosW215 {
  width: 215px !important; }

.cosW220 {
  width: 220px !important; }

.cosW225 {
  width: 225px !important; }

.cosW230 {
  width: 230px !important; }

.cosW235 {
  width: 235px !important; }

.cosW240 {
  width: 240px !important; }

.cosW245 {
  width: 245px !important; }

.cosW250 {
  width: 250px !important; }

.cosW255 {
  width: 255px !important; }

.cosW260 {
  width: 260px !important; }

.cosW265 {
  width: 265px !important; }

.cosW270 {
  width: 270px !important; }

.cosW275 {
  width: 275px !important; }

.cosW280 {
  width: 280px !important; }

.cosW285 {
  width: 285px !important; }

.cosW290 {
  width: 290px !important; }

.cosW295 {
  width: 295px !important; }

.cosW300 {
  width: 300px !important; }

.cosW305 {
  width: 305px !important; }

.cosW310 {
  width: 310px !important; }

.cosW315 {
  width: 315px !important; }

.cosW320 {
  width: 320px !important; }

.cosW325 {
  width: 325px !important; }

.cosW330 {
  width: 330px !important; }

.cosW335 {
  width: 335px !important; }

.cosW340 {
  width: 340px !important; }

.cosW345 {
  width: 345px !important; }

.cosW350 {
  width: 350px !important; }

.cosW355 {
  width: 355px !important; }

.cosW360 {
  width: 360px !important; }

.cosW365 {
  width: 365px !important; }

.cosW370 {
  width: 370px !important; }

.cosW375 {
  width: 375px !important; }

.cosW380 {
  width: 380px !important; }

.cosW385 {
  width: 385px !important; }

.cosW390 {
  width: 390px !important; }

.cosW395 {
  width: 395px !important; }

.cosW400 {
  width: 400px !important; }

.cosW405 {
  width: 405px !important; }

.cosW410 {
  width: 410px !important; }

.cosW415 {
  width: 415px !important; }

.cosW420 {
  width: 420px !important; }

.cosW425 {
  width: 425px !important; }

.cosW430 {
  width: 430px !important; }

.cosW435 {
  width: 435px !important; }

.cosW440 {
  width: 440px !important; }

.cosW445 {
  width: 445px !important; }

.cosW450 {
  width: 450px !important; }

.cosW455 {
  width: 455px !important; }

.cosW460 {
  width: 460px !important; }

.cosW465 {
  width: 465px !important; }

.cosW470 {
  width: 470px !important; }

.cosW475 {
  width: 475px !important; }

.cosW480 {
  width: 480px !important; }

.cosW485 {
  width: 485px !important; }

.cosW490 {
  width: 490px !important; }

.cosW495 {
  width: 495px !important; }

.cosW500 {
  width: 500px !important; }

.cosW505 {
  width: 505px !important; }

.cosW510 {
  width: 510px !important; }

.cosW515 {
  width: 515px !important; }

.cosW520 {
  width: 520px !important; }

.cosW525 {
  width: 525px !important; }

.cosW530 {
  width: 530px !important; }

.cosW535 {
  width: 535px !important; }

.cosW540 {
  width: 540px !important; }

.cosW545 {
  width: 545px !important; }

.cosW550 {
  width: 550px !important; }

.cosW555 {
  width: 555px !important; }

.cosW560 {
  width: 560px !important; }

.cosW565 {
  width: 565px !important; }

.cosW570 {
  width: 570px !important; }

.cosW575 {
  width: 575px !important; }

.cosW580 {
  width: 580px !important; }

.cosW585 {
  width: 585px !important; }

.cosW590 {
  width: 590px !important; }

.cosW595 {
  width: 595px !important; }

.cosW600 {
  width: 600px !important; }

.cosW605 {
  width: 605px !important; }

.cosW610 {
  width: 610px !important; }

.cosW615 {
  width: 615px !important; }

.cosW620 {
  width: 620px !important; }

.cosW625 {
  width: 625px !important; }

.cosW630 {
  width: 630px !important; }

.cosW635 {
  width: 635px !important; }

.cosW640 {
  width: 640px !important; }

.cosW645 {
  width: 645px !important; }

.cosW650 {
  width: 650px !important; }

.cosW655 {
  width: 655px !important; }

.cosW660 {
  width: 660px !important; }

.cosW665 {
  width: 665px !important; }

.cosW670 {
  width: 670px !important; }

.cosW675 {
  width: 675px !important; }

.cosW680 {
  width: 680px !important; }

.cosW685 {
  width: 685px !important; }

.cosW690 {
  width: 690px !important; }

.cosW695 {
  width: 695px !important; }

.cosW700 {
  width: 700px !important; }

.cosW705 {
  width: 705px !important; }

.cosW710 {
  width: 710px !important; }

.cosW715 {
  width: 715px !important; }

.cosW720 {
  width: 720px !important; }

.cosW725 {
  width: 725px !important; }

.cosW730 {
  width: 730px !important; }

.cosW735 {
  width: 735px !important; }

.cosW740 {
  width: 740px !important; }

.cosW745 {
  width: 745px !important; }

.cosW750 {
  width: 750px !important; }

.cosW755 {
  width: 755px !important; }

.cosW760 {
  width: 760px !important; }

.cosW765 {
  width: 765px !important; }

.cosW770 {
  width: 770px !important; }

.cosW775 {
  width: 775px !important; }

.cosW780 {
  width: 780px !important; }

.cosW785 {
  width: 785px !important; }

.cosW790 {
  width: 790px !important; }

.cosW795 {
  width: 795px !important; }

.cosW800 {
  width: 800px !important; }

.cosW805 {
  width: 805px !important; }

.cosW810 {
  width: 810px !important; }

.cosW815 {
  width: 815px !important; }

.cosW820 {
  width: 820px !important; }

.cosW825 {
  width: 825px !important; }

.cosW830 {
  width: 830px !important; }

.cosW835 {
  width: 835px !important; }

.cosW840 {
  width: 840px !important; }

.cosW845 {
  width: 845px !important; }

.cosW850 {
  width: 850px !important; }

.cosW855 {
  width: 855px !important; }

.cosW860 {
  width: 860px !important; }

.cosW865 {
  width: 865px !important; }

.cosW870 {
  width: 870px !important; }

.cosW875 {
  width: 875px !important; }

.cosW880 {
  width: 880px !important; }

.cosW885 {
  width: 885px !important; }

.cosW890 {
  width: 890px !important; }

.cosW895 {
  width: 895px !important; }

@media only screen and (max-width: 600px) {
  .cosWper10 {
    width: 10% !important;
    max-width: 100%; }

  .cosWper15 {
    width: 15% !important;
    max-width: 100%; }

  .cosWper20 {
    width: 20% !important;
    max-width: 100%; }

  .cosWper25 {
    width: 25% !important;
    max-width: 100%; }

  .cosWper30 {
    width: 30% !important;
    max-width: 100%; }

  .cosWper35 {
    width: 35% !important;
    max-width: 100%; }

  .cosWper40 {
    width: 40% !important;
    max-width: 100%; }

  .cosWper45 {
    width: 45% !important;
    max-width: 100%; }

  .cosWper50 {
    width: 50% !important;
    max-width: 100%; }

  .cosWper55 {
    width: 55% !important;
    max-width: 100%; }

  .cosWper60 {
    width: 60% !important;
    max-width: 100%; }

  .cosWper65 {
    width: 65% !important;
    max-width: 100%; }

  .cosWper70 {
    width: 70% !important;
    max-width: 100%; }

  .cosWper75 {
    width: 75% !important;
    max-width: 100%; }

  .cosWper80 {
    width: 80% !important;
    max-width: 100%; }

  .cosWper85 {
    width: 85% !important;
    max-width: 100%; }

  .cosWper90 {
    width: 90% !important;
    max-width: 100%; }

  .cosWper95 {
    width: 95% !important;
    max-width: 100%; }

  .cosWper100 {
    width: 100% !important;
    max-width: 100%; } }
/* margin,padding
------------------------------------------------------------*/
.mRLAuto {
  margin-right: auto;
  margin-left: auto; }

.cosMl0 {
  margin-left: 0px !important; }

.cosMl5 {
  margin-left: 5px !important; }

.cosMl10 {
  margin-left: 10px !important; }

.cosMl20 {
  margin-left: 20px !important; }

.cosMl30 {
  margin-left: 30px !important; }

.cosMl40 {
  margin-left: 40px !important; }

.cosMl50 {
  margin-left: 50px !important; }

.cosMl60 {
  margin-left: 60px !important; }

.cosMl70 {
  margin-left: 70px !important; }

.cosMl80 {
  margin-left: 80px !important; }

.cosMl90 {
  margin-left: 90px !important; }

.cosMl100 {
  margin-left: 100px !important; }

.cosMl110 {
  margin-left: 110px !important; }

.cosMl120 {
  margin-left: 120px !important; }

.cosMl130 {
  margin-left: 130px !important; }

.cosMl140 {
  margin-left: 140px !important; }

.cosMl150 {
  margin-left: 150px !important; }

.cosMl160 {
  margin-left: 160px !important; }

.cosMl170 {
  margin-left: 170px !important; }

.cosMl180 {
  margin-left: 180px !important; }

.cosMl190 {
  margin-left: 190px !important; }

.cosMl200 {
  margin-left: 200px !important; }

.cosMl210 {
  margin-left: 210px !important; }

.cosMl220 {
  margin-left: 220px !important; }

.cosMl230 {
  margin-left: 230px !important; }

.cosMl240 {
  margin-left: 240px !important; }

.cosMl250 {
  margin-left: 250px !important; }

.cosMl260 {
  margin-left: 260px !important; }

.cosMl270 {
  margin-left: 270px !important; }

.cosMl280 {
  margin-left: 280px !important; }

.cosMl290 {
  margin-left: 290px !important; }

.cosMl300 {
  margin-left: 300px !important; }

.cosMt0 {
  margin-top: 0px !important; }

.cosMt5 {
  margin-top: 5px !important; }

.cosMt10 {
  margin-top: 10px !important; }

.cosMt15 {
  margin-top: 15px !important; }

.cosMt20 {
  margin-top: 20px !important; }

.cosMt30 {
  margin-top: 30px !important; }

.cosMt40 {
  margin-top: 40px !important; }

.cosMt50 {
  margin-top: 50px !important; }

.cosMt60 {
  margin-top: 60px !important; }

.cosMt70 {
  margin-top: 70px !important; }

.cosMt80 {
  margin-top: 80px !important; }

.cosMt90 {
  margin-top: 90px !important; }

.cosMt100 {
  margin-top: 100px !important; }

.cosMt110 {
  margin-top: 110px !important; }

.cosMt120 {
  margin-top: 120px !important; }

.cosMt130 {
  margin-top: 130px !important; }

.cosMt140 {
  margin-top: 140px !important; }

.cosMt150 {
  margin-top: 150px !important; }

.cosMt160 {
  margin-top: 160px !important; }

.cosMt170 {
  margin-top: 170px !important; }

.cosMt180 {
  margin-top: 180px !important; }

.cosMt190 {
  margin-top: 190px !important; }

.cosMt200 {
  margin-top: 200px !important; }

.cosMt210 {
  margin-top: 210px !important; }

.cosMt220 {
  margin-top: 220px !important; }

.cosMt230 {
  margin-top: 230px !important; }

.cosMt240 {
  margin-top: 240px !important; }

.cosMt250 {
  margin-top: 250px !important; }

.cosMt260 {
  margin-top: 260px !important; }

.cosMt270 {
  margin-top: 270px !important; }

.cosMt280 {
  margin-top: 280px !important; }

.cosMt290 {
  margin-top: 290px !important; }

.cosMt300 {
  margin-top: 300px !important; }

.cosMr0 {
  margin-right: 0px !important; }

.cosMr5 {
  margin-right: 5px !important; }

.cosMr10 {
  margin-right: 10px !important; }

.cosMr20 {
  margin-right: 20px !important; }

.cosMr30 {
  margin-right: 30px !important; }

.cosMr40 {
  margin-right: 40px !important; }

.cosMr50 {
  margin-right: 50px !important; }

.cosMr60 {
  margin-right: 60px !important; }

.cosMr70 {
  margin-right: 70px !important; }

.cosMr80 {
  margin-right: 80px !important; }

.cosMr90 {
  margin-right: 90px !important; }

.cosMr100 {
  margin-right: 100px !important; }

.cosMr110 {
  margin-right: 110px !important; }

.cosMr120 {
  margin-right: 120px !important; }

.cosMr130 {
  margin-right: 130px !important; }

.cosMr140 {
  margin-right: 140px !important; }

.cosMr150 {
  margin-right: 150px !important; }

.cosMr160 {
  margin-right: 160px !important; }

.cosMr170 {
  margin-right: 170px !important; }

.cosMr180 {
  margin-right: 180px !important; }

.cosMr190 {
  margin-right: 190px !important; }

.cosMr200 {
  margin-right: 200px !important; }

.cosMr210 {
  margin-right: 210px !important; }

.cosMr220 {
  margin-right: 220px !important; }

.cosMr230 {
  margin-right: 230px !important; }

.cosMr240 {
  margin-right: 240px !important; }

.cosMr250 {
  margin-right: 250px !important; }

.cosMr260 {
  margin-right: 260px !important; }

.cosMr270 {
  margin-right: 270px !important; }

.cosMr280 {
  margin-right: 280px !important; }

.cosMr290 {
  margin-right: 290px !important; }

.cosMr300 {
  margin-right: 300px !important; }

.cosMb0 {
  margin-bottom: 0px !important; }

.cosMb5 {
  margin-bottom: 5px !important; }

.cosMb10 {
  margin-bottom: 10px !important; }

.cosMb15 {
  margin-bottom: 15px !important; }

.cosMb20 {
  margin-bottom: 20px !important; }

.cosMb30 {
  margin-bottom: 30px !important; }

.cosMb40 {
  margin-bottom: 40px !important; }

.cosMb50 {
  margin-bottom: 50px !important; }

.cosMb60 {
  margin-bottom: 60px !important; }

.cosMb70 {
  margin-bottom: 70px !important; }

.cosMb80 {
  margin-bottom: 80px !important; }

.cosMb90 {
  margin-bottom: 90px !important; }

.cosMb100 {
  margin-bottom: 100px !important; }

.cosMb110 {
  margin-bottom: 110px !important; }

.cosMb120 {
  margin-bottom: 120px !important; }

.cosMb130 {
  margin-bottom: 130px !important; }

.cosMb140 {
  margin-bottom: 140px !important; }

.cosMb150 {
  margin-bottom: 150px !important; }

.cosMb160 {
  margin-bottom: 160px !important; }

.cosMb170 {
  margin-bottom: 170px !important; }

.cosMb180 {
  margin-bottom: 180px !important; }

.cosMb190 {
  margin-bottom: 190px !important; }

.cosMb200 {
  margin-bottom: 200px !important; }

.cosMb210 {
  margin-bottom: 210px !important; }

.cosMb220 {
  margin-bottom: 220px !important; }

.cosMb230 {
  margin-bottom: 230px !important; }

.cosMb240 {
  margin-bottom: 240px !important; }

.cosMb250 {
  margin-bottom: 250px !important; }

.cosMb260 {
  margin-bottom: 260px !important; }

.cosMb270 {
  margin-bottom: 270px !important; }

.cosMb280 {
  margin-bottom: 280px !important; }

.cosMb290 {
  margin-bottom: 290px !important; }

.cosMb300 {
  margin-bottom: 300px !important; }

.cosPl0 {
  padding-left: 0px !important; }

.cosPl5 {
  padding-left: 5px !important; }

.cosPl10 {
  padding-left: 10px !important; }

.cosPl20 {
  padding-left: 20px !important; }

.cosPl30 {
  padding-left: 30px !important; }

.cosPl40 {
  padding-left: 40px !important; }

.cosPl50 {
  padding-left: 50px !important; }

.cosPl60 {
  padding-left: 60px !important; }

.cosPl70 {
  padding-left: 70px !important; }

.cosPl80 {
  padding-left: 80px !important; }

.cosPl90 {
  padding-left: 90px !important; }

.cosPl100 {
  padding-left: 100px !important; }

.cosPl110 {
  padding-left: 110px !important; }

.cosPl120 {
  padding-left: 120px !important; }

.cosPl130 {
  padding-left: 130px !important; }

.cosPl140 {
  padding-left: 140px !important; }

.cosPl150 {
  padding-left: 150px !important; }

.cosPl160 {
  padding-left: 160px !important; }

.cosPl170 {
  padding-left: 170px !important; }

.cosPl180 {
  padding-left: 180px !important; }

.cosPl190 {
  padding-left: 190px !important; }

.cosPl200 {
  padding-left: 200px !important; }

.cosPl210 {
  padding-left: 210px !important; }

.cosPl220 {
  padding-left: 220px !important; }

.cosPl230 {
  padding-left: 230px !important; }

.cosPl240 {
  padding-left: 240px !important; }

.cosPl250 {
  padding-left: 250px !important; }

.cosPl260 {
  padding-left: 260px !important; }

.cosPl270 {
  padding-left: 270px !important; }

.cosPl280 {
  padding-left: 280px !important; }

.cosPl290 {
  padding-left: 290px !important; }

.cosPl300 {
  padding-left: 300px !important; }

.cosPt0 {
  padding-top: 0px !important; }

.cosPt5 {
  padding-top: 5px !important; }

.cosPt10 {
  padding-top: 10px !important; }

.cosPt20 {
  padding-top: 20px !important; }

.cosPt30 {
  padding-top: 30px !important; }

.cosPt40 {
  padding-top: 40px !important; }

.cosPt50 {
  padding-top: 50px !important; }

.cosPt60 {
  padding-top: 60px !important; }

.cosPt70 {
  padding-top: 70px !important; }

.cosPt80 {
  padding-top: 80px !important; }

.cosPt90 {
  padding-top: 90px !important; }

.cosPt100 {
  padding-top: 100px !important; }

.cosPt110 {
  padding-top: 110px !important; }

.cosPt120 {
  padding-top: 120px !important; }

.cosPt130 {
  padding-top: 130px !important; }

.cosPt140 {
  padding-top: 140px !important; }

.cosPt150 {
  padding-top: 150px !important; }

.cosPt160 {
  padding-top: 160px !important; }

.cosPt170 {
  padding-top: 170px !important; }

.cosPt180 {
  padding-top: 180px !important; }

.cosPt190 {
  padding-top: 190px !important; }

.cosPt200 {
  padding-top: 200px !important; }

.cosPt210 {
  padding-top: 210px !important; }

.cosPt220 {
  padding-top: 220px !important; }

.cosPt230 {
  padding-top: 230px !important; }

.cosPt240 {
  padding-top: 240px !important; }

.cosPt250 {
  padding-top: 250px !important; }

.cosPt260 {
  padding-top: 260px !important; }

.cosPt270 {
  padding-top: 270px !important; }

.cosPt280 {
  padding-top: 280px !important; }

.cosPt290 {
  padding-top: 290px !important; }

.cosPt300 {
  padding-top: 300px !important; }

.cosPr0 {
  padding-right: 0px !important; }

.cosPr5 {
  padding-right: 5px !important; }

.cosPr10 {
  padding-right: 10px !important; }

.cosPr20 {
  padding-right: 20px !important; }

.cosPr30 {
  padding-right: 30px !important; }

.cosPr40 {
  padding-right: 40px !important; }

.cosPr50 {
  padding-right: 50px !important; }

.cosPr60 {
  padding-right: 60px !important; }

.cosPr70 {
  padding-right: 70px !important; }

.cosPr80 {
  padding-right: 80px !important; }

.cosPr90 {
  padding-right: 90px !important; }

.cosPr100 {
  padding-right: 100px !important; }

.cosPr110 {
  padding-right: 110px !important; }

.cosPr120 {
  padding-right: 120px !important; }

.cosPr130 {
  padding-right: 130px !important; }

.cosPr140 {
  padding-right: 140px !important; }

.cosPr150 {
  padding-right: 150px !important; }

.cosPr160 {
  padding-right: 160px !important; }

.cosPr170 {
  padding-right: 170px !important; }

.cosPr180 {
  padding-right: 180px !important; }

.cosPr190 {
  padding-right: 190px !important; }

.cosPr200 {
  padding-right: 200px !important; }

.cosPr210 {
  padding-right: 210px !important; }

.cosPr220 {
  padding-right: 220px !important; }

.cosPr230 {
  padding-right: 230px !important; }

.cosPr240 {
  padding-right: 240px !important; }

.cosPr250 {
  padding-right: 250px !important; }

.cosPr260 {
  padding-right: 260px !important; }

.cosPr270 {
  padding-right: 270px !important; }

.cosPr280 {
  padding-right: 280px !important; }

.cosPr290 {
  padding-right: 290px !important; }

.cosPr300 {
  padding-right: 300px !important; }

.cosPb0 {
  padding-bottom: 0px !important; }

.cosPb5 {
  padding-bottom: 5px !important; }

.cosPb10 {
  padding-bottom: 10px !important; }

.cosPb20 {
  padding-bottom: 20px !important; }

.cosPb30 {
  padding-bottom: 30px !important; }

.cosPb40 {
  padding-bottom: 40px !important; }

.cosPb50 {
  padding-bottom: 50px !important; }

.cosPb60 {
  padding-bottom: 60px !important; }

.cosPb70 {
  padding-bottom: 70px !important; }

.cosPb80 {
  padding-bottom: 80px !important; }

.cosPb90 {
  padding-bottom: 90px !important; }

.cosPb100 {
  padding-bottom: 100px !important; }

.cosPb110 {
  padding-bottom: 110px !important; }

.cosPb120 {
  padding-bottom: 120px !important; }

.cosPb130 {
  padding-bottom: 130px !important; }

.cosPb140 {
  padding-bottom: 140px !important; }

.cosPb150 {
  padding-bottom: 150px !important; }

.cosPb160 {
  padding-bottom: 160px !important; }

.cosPb170 {
  padding-bottom: 170px !important; }

.cosPb180 {
  padding-bottom: 180px !important; }

.cosPb190 {
  padding-bottom: 190px !important; }

.cosPb200 {
  padding-bottom: 200px !important; }

.cosPb210 {
  padding-bottom: 210px !important; }

.cosPb220 {
  padding-bottom: 220px !important; }

.cosPb230 {
  padding-bottom: 230px !important; }

.cosPb240 {
  padding-bottom: 240px !important; }

.cosPb250 {
  padding-bottom: 250px !important; }

.cosPb260 {
  padding-bottom: 260px !important; }

.cosPb270 {
  padding-bottom: 270px !important; }

.cosPb280 {
  padding-bottom: 280px !important; }

.cosPb290 {
  padding-bottom: 290px !important; }

.cosPb300 {
  padding-bottom: 300px !important; }

@media only screen and (max-width: 768px) {
  .cosRMl0 {
    margin-left: 0px !important; }

  .cosRMl5 {
    margin-left: 5px !important; }

  .cosRMl10 {
    margin-left: 10px !important; }

  .cosRMl20 {
    margin-left: 20px !important; }

  .cosRMl30 {
    margin-left: 30px !important; }

  .cosRMl40 {
    margin-left: 40px !important; }

  .cosRMl50 {
    margin-left: 50px !important; }

  .cosRMl60 {
    margin-left: 60px !important; }

  .cosRMl70 {
    margin-left: 70px !important; }

  .cosRMl80 {
    margin-left: 80px !important; }

  .cosRMl90 {
    margin-left: 90px !important; }

  .cosRMl100 {
    margin-left: 100px !important; }

  .cosRMl110 {
    margin-left: 110px !important; }

  .cosRMl120 {
    margin-left: 120px !important; }

  .cosRMl130 {
    margin-left: 130px !important; }

  .cosRMl140 {
    margin-left: 140px !important; }

  .cosRMl150 {
    margin-left: 150px !important; }

  .cosRMl160 {
    margin-left: 160px !important; }

  .cosRMl170 {
    margin-left: 170px !important; }

  .cosRMl180 {
    margin-left: 180px !important; }

  .cosRMl190 {
    margin-left: 190px !important; }

  .cosRMl200 {
    margin-left: 200px !important; }

  .cosRMl210 {
    margin-left: 210px !important; }

  .cosRMl220 {
    margin-left: 220px !important; }

  .cosRMl230 {
    margin-left: 230px !important; }

  .cosRMl240 {
    margin-left: 240px !important; }

  .cosRMl250 {
    margin-left: 250px !important; }

  .cosRMl260 {
    margin-left: 260px !important; }

  .cosRMl270 {
    margin-left: 270px !important; }

  .cosRMl280 {
    margin-left: 280px !important; }

  .cosRMl290 {
    margin-left: 290px !important; }

  .cosRMl300 {
    margin-left: 300px !important; }

  .cosRMt0 {
    margin-top: 0px !important; }

  .cosRMt5 {
    margin-top: 5px !important; }

  .cosRMt10 {
    margin-top: 10px !important; }

  .cosRMt15 {
    margin-top: 15px !important; }

  .cosRMt20 {
    margin-top: 20px !important; }

  .cosRMt30 {
    margin-top: 30px !important; }

  .cosRMt40 {
    margin-top: 40px !important; }

  .cosRMt50 {
    margin-top: 50px !important; }

  .cosRMt60 {
    margin-top: 60px !important; }

  .cosRMt70 {
    margin-top: 70px !important; }

  .cosRMt80 {
    margin-top: 80px !important; }

  .cosRMt90 {
    margin-top: 90px !important; }

  .cosRMt100 {
    margin-top: 100px !important; }

  .cosRMt110 {
    margin-top: 110px !important; }

  .cosRMt120 {
    margin-top: 120px !important; }

  .cosRMt130 {
    margin-top: 130px !important; }

  .cosRMt140 {
    margin-top: 140px !important; }

  .cosRMt150 {
    margin-top: 150px !important; }

  .cosRMt160 {
    margin-top: 160px !important; }

  .cosRMt170 {
    margin-top: 170px !important; }

  .cosRMt180 {
    margin-top: 180px !important; }

  .cosRMt190 {
    margin-top: 190px !important; }

  .cosRMt200 {
    margin-top: 200px !important; }

  .cosRMt210 {
    margin-top: 210px !important; }

  .cosRMt220 {
    margin-top: 220px !important; }

  .cosRMt230 {
    margin-top: 230px !important; }

  .cosRMt240 {
    margin-top: 240px !important; }

  .cosRMt250 {
    margin-top: 250px !important; }

  .cosRMt260 {
    margin-top: 260px !important; }

  .cosRMt270 {
    margin-top: 270px !important; }

  .cosRMt280 {
    margin-top: 280px !important; }

  .cosRMt290 {
    margin-top: 290px !important; }

  .cosRMt300 {
    margin-top: 300px !important; }

  .cosRMr0 {
    margin-right: 0px !important; }

  .cosRMr5 {
    margin-right: 5px !important; }

  .cosRMr10 {
    margin-right: 10px !important; }

  .cosRMr20 {
    margin-right: 20px !important; }

  .cosRMr30 {
    margin-right: 30px !important; }

  .cosRMr40 {
    margin-right: 40px !important; }

  .cosRMr50 {
    margin-right: 50px !important; }

  .cosRMr60 {
    margin-right: 60px !important; }

  .cosRMr70 {
    margin-right: 70px !important; }

  .cosRMr80 {
    margin-right: 80px !important; }

  .cosRMr90 {
    margin-right: 90px !important; }

  .cosRMr100 {
    margin-right: 100px !important; }

  .cosRMr110 {
    margin-right: 110px !important; }

  .cosRMr120 {
    margin-right: 120px !important; }

  .cosRMr130 {
    margin-right: 130px !important; }

  .cosRMr140 {
    margin-right: 140px !important; }

  .cosRMr150 {
    margin-right: 150px !important; }

  .cosRMr160 {
    margin-right: 160px !important; }

  .cosRMr170 {
    margin-right: 170px !important; }

  .cosRMr180 {
    margin-right: 180px !important; }

  .cosRMr190 {
    margin-right: 190px !important; }

  .cosRMr200 {
    margin-right: 200px !important; }

  .cosRMr210 {
    margin-right: 210px !important; }

  .cosRMr220 {
    margin-right: 220px !important; }

  .cosRMr230 {
    margin-right: 230px !important; }

  .cosRMr240 {
    margin-right: 240px !important; }

  .cosRMr250 {
    margin-right: 250px !important; }

  .cosRMr260 {
    margin-right: 260px !important; }

  .cosRMr270 {
    margin-right: 270px !important; }

  .cosRMr280 {
    margin-right: 280px !important; }

  .cosRMr290 {
    margin-right: 290px !important; }

  .cosRMr300 {
    margin-right: 300px !important; }

  .cosRMb0 {
    margin-bottom: 0px !important; }

  .cosRMb5 {
    margin-bottom: 5px !important; }

  .cosRMb10 {
    margin-bottom: 10px !important; }

  .cosRMb15 {
    margin-bottom: 15px !important; }

  .cosRMb20 {
    margin-bottom: 20px !important; }

  .cosRMb30 {
    margin-bottom: 30px !important; }

  .cosRMb40 {
    margin-bottom: 40px !important; }

  .cosRMb50 {
    margin-bottom: 50px !important; }

  .cosRMb60 {
    margin-bottom: 60px !important; }

  .cosRMb70 {
    margin-bottom: 70px !important; }

  .cosRMb80 {
    margin-bottom: 80px !important; }

  .cosRMb90 {
    margin-bottom: 90px !important; }

  .cosRMb100 {
    margin-bottom: 100px !important; }

  .cosRMb110 {
    margin-bottom: 110px !important; }

  .cosRMb120 {
    margin-bottom: 120px !important; }

  .cosRMb130 {
    margin-bottom: 130px !important; }

  .cosRMb140 {
    margin-bottom: 140px !important; }

  .cosRMb150 {
    margin-bottom: 150px !important; }

  .cosRMb160 {
    margin-bottom: 160px !important; }

  .cosRMb170 {
    margin-bottom: 170px !important; }

  .cosRMb180 {
    margin-bottom: 180px !important; }

  .cosRMb190 {
    margin-bottom: 190px !important; }

  .cosRMb200 {
    margin-bottom: 200px !important; }

  .cosRMb210 {
    margin-bottom: 210px !important; }

  .cosRMb220 {
    margin-bottom: 220px !important; }

  .cosRMb230 {
    margin-bottom: 230px !important; }

  .cosRMb240 {
    margin-bottom: 240px !important; }

  .cosRMb250 {
    margin-bottom: 250px !important; }

  .cosRMb260 {
    margin-bottom: 260px !important; }

  .cosRMb270 {
    margin-bottom: 270px !important; }

  .cosRMb280 {
    margin-bottom: 280px !important; }

  .cosRMb290 {
    margin-bottom: 290px !important; }

  .cosRMb300 {
    margin-bottom: 300px !important; }

  .cosRPl0 {
    padding-left: 0px !important; }

  .cosRPl5 {
    padding-left: 5px !important; }

  .cosRPl10 {
    padding-left: 10px !important; }

  .cosRPl20 {
    padding-left: 20px !important; }

  .cosRPl30 {
    padding-left: 30px !important; }

  .cosRPl40 {
    padding-left: 40px !important; }

  .cosRPl50 {
    padding-left: 50px !important; }

  .cosRPl60 {
    padding-left: 60px !important; }

  .cosRPl70 {
    padding-left: 70px !important; }

  .cosRPl80 {
    padding-left: 80px !important; }

  .cosRPl90 {
    padding-left: 90px !important; }

  .cosRPl100 {
    padding-left: 100px !important; }

  .cosRPl110 {
    padding-left: 110px !important; }

  .cosRPl120 {
    padding-left: 120px !important; }

  .cosRPl130 {
    padding-left: 130px !important; }

  .cosRPl140 {
    padding-left: 140px !important; }

  .cosRPl150 {
    padding-left: 150px !important; }

  .cosRPl160 {
    padding-left: 160px !important; }

  .cosRPl170 {
    padding-left: 170px !important; }

  .cosRPl180 {
    padding-left: 180px !important; }

  .cosRPl190 {
    padding-left: 190px !important; }

  .cosRPl200 {
    padding-left: 200px !important; }

  .cosRPl210 {
    padding-left: 210px !important; }

  .cosRPl220 {
    padding-left: 220px !important; }

  .cosRPl230 {
    padding-left: 230px !important; }

  .cosRPl240 {
    padding-left: 240px !important; }

  .cosRPl250 {
    padding-left: 250px !important; }

  .cosRPl260 {
    padding-left: 260px !important; }

  .cosRPl270 {
    padding-left: 270px !important; }

  .cosRPl280 {
    padding-left: 280px !important; }

  .cosRPl290 {
    padding-left: 290px !important; }

  .cosRPl300 {
    padding-left: 300px !important; }

  .cosRPt0 {
    padding-top: 0px !important; }

  .cosRPt5 {
    padding-top: 5px !important; }

  .cosRPt10 {
    padding-top: 10px !important; }

  .cosRPt20 {
    padding-top: 20px !important; }

  .cosRPt30 {
    padding-top: 30px !important; }

  .cosRPt40 {
    padding-top: 40px !important; }

  .cosRPt50 {
    padding-top: 50px !important; }

  .cosRPt60 {
    padding-top: 60px !important; }

  .cosRPt70 {
    padding-top: 70px !important; }

  .cosRPt80 {
    padding-top: 80px !important; }

  .cosRPt90 {
    padding-top: 90px !important; }

  .cosRPt100 {
    padding-top: 100px !important; }

  .cosRPt110 {
    padding-top: 110px !important; }

  .cosRPt120 {
    padding-top: 120px !important; }

  .cosRPt130 {
    padding-top: 130px !important; }

  .cosRPt140 {
    padding-top: 140px !important; }

  .cosRPt150 {
    padding-top: 150px !important; }

  .cosRPt160 {
    padding-top: 160px !important; }

  .cosRPt170 {
    padding-top: 170px !important; }

  .cosRPt180 {
    padding-top: 180px !important; }

  .cosRPt190 {
    padding-top: 190px !important; }

  .cosRPt200 {
    padding-top: 200px !important; }

  .cosRPt210 {
    padding-top: 210px !important; }

  .cosRPt220 {
    padding-top: 220px !important; }

  .cosRPt230 {
    padding-top: 230px !important; }

  .cosRPt240 {
    padding-top: 240px !important; }

  .cosRPt250 {
    padding-top: 250px !important; }

  .cosRPt260 {
    padding-top: 260px !important; }

  .cosRPt270 {
    padding-top: 270px !important; }

  .cosRPt280 {
    padding-top: 280px !important; }

  .cosRPt290 {
    padding-top: 290px !important; }

  .cosRPt300 {
    padding-top: 300px !important; }

  .cosRPr0 {
    padding-right: 0px !important; }

  .cosRPr5 {
    padding-right: 5px !important; }

  .cosRPr10 {
    padding-right: 10px !important; }

  .cosRPr20 {
    padding-right: 20px !important; }

  .cosRPr30 {
    padding-right: 30px !important; }

  .cosRPr40 {
    padding-right: 40px !important; }

  .cosRPr50 {
    padding-right: 50px !important; }

  .cosRPr60 {
    padding-right: 60px !important; }

  .cosRPr70 {
    padding-right: 70px !important; }

  .cosRPr80 {
    padding-right: 80px !important; }

  .cosRPr90 {
    padding-right: 90px !important; }

  .cosRPr100 {
    padding-right: 100px !important; }

  .cosRPr110 {
    padding-right: 110px !important; }

  .cosRPr120 {
    padding-right: 120px !important; }

  .cosRPr130 {
    padding-right: 130px !important; }

  .cosRPr140 {
    padding-right: 140px !important; }

  .cosRPr150 {
    padding-right: 150px !important; }

  .cosRPr160 {
    padding-right: 160px !important; }

  .cosRPr170 {
    padding-right: 170px !important; }

  .cosRPr180 {
    padding-right: 180px !important; }

  .cosRPr190 {
    padding-right: 190px !important; }

  .cosRPr200 {
    padding-right: 200px !important; }

  .cosRPr210 {
    padding-right: 210px !important; }

  .cosRPr220 {
    padding-right: 220px !important; }

  .cosRPr230 {
    padding-right: 230px !important; }

  .cosRPr240 {
    padding-right: 240px !important; }

  .cosRPr250 {
    padding-right: 250px !important; }

  .cosRPr260 {
    padding-right: 260px !important; }

  .cosRPr270 {
    padding-right: 270px !important; }

  .cosRPr280 {
    padding-right: 280px !important; }

  .cosRPr290 {
    padding-right: 290px !important; }

  .cosRPr300 {
    padding-right: 300px !important; }

  .cosRPb0 {
    padding-bottom: 0px !important; }

  .cosRPb5 {
    padding-bottom: 5px !important; }

  .cosRPb10 {
    padding-bottom: 10px !important; }

  .cosRPb20 {
    padding-bottom: 20px !important; }

  .cosRPb30 {
    padding-bottom: 30px !important; }

  .cosRPb40 {
    padding-bottom: 40px !important; }

  .cosRPb50 {
    padding-bottom: 50px !important; }

  .cosRPb60 {
    padding-bottom: 60px !important; }

  .cosRPb70 {
    padding-bottom: 70px !important; }

  .cosRPb80 {
    padding-bottom: 80px !important; }

  .cosRPb90 {
    padding-bottom: 90px !important; }

  .cosRPb100 {
    padding-bottom: 100px !important; }

  .cosRPb110 {
    padding-bottom: 110px !important; }

  .cosRPb120 {
    padding-bottom: 120px !important; }

  .cosRPb130 {
    padding-bottom: 130px !important; }

  .cosRPb140 {
    padding-bottom: 140px !important; }

  .cosRPb150 {
    padding-bottom: 150px !important; }

  .cosRPb160 {
    padding-bottom: 160px !important; }

  .cosRPb170 {
    padding-bottom: 170px !important; }

  .cosRPb180 {
    padding-bottom: 180px !important; }

  .cosRPb190 {
    padding-bottom: 190px !important; }

  .cosRPb200 {
    padding-bottom: 200px !important; }

  .cosRPb210 {
    padding-bottom: 210px !important; }

  .cosRPb220 {
    padding-bottom: 220px !important; }

  .cosRPb230 {
    padding-bottom: 230px !important; }

  .cosRPb240 {
    padding-bottom: 240px !important; }

  .cosRPb250 {
    padding-bottom: 250px !important; }

  .cosRPb260 {
    padding-bottom: 260px !important; }

  .cosRPb270 {
    padding-bottom: 270px !important; }

  .cosRPb280 {
    padding-bottom: 280px !important; }

  .cosRPb290 {
    padding-bottom: 290px !important; }

  .cosRPb300 {
    padding-bottom: 300px !important; } }
/* text
------------------------------------------------------------*/
.cosTxtBold {
  font-weight: bold !important; }

.cosTxtRight {
  text-align: right !important; }

.cosTxtCenter {
  text-align: center !important; }

.cosTxtLeft {
  text-align: left !important; }

.cosHide {
  display: none; }

.data-list .cosHide {
  display: block;
  opacity: 0.5; }

#cboxTopLeft,
#cboxTopRight,
#cboxBottomLeft,
#cboxBottomRight,
#cboxMiddleLeft,
#cboxMiddleRight,
#cboxTopCenter,
#cboxBottomCenter,
#cboxMiddleRight {
  background-image: none !important; }

#cboxOverlay {
  background-image: none !important;
  background-color: #fff !important; }

#cboxContent {
  background-color: transparent !important; }

#colorbox {
  background-color: #fff !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 20px; }

#cboxLoadingGraphic,
#cboxLoadingOverlay,
#cboxCurrent {
  display: none !important; }

#cboxContent,
#cboxWrapper {
  overflow: visible !important; }

#cboxLoadedContent {
  margin-bottom: 0 !important; }

.cboxIframe {
  background-color: transparent !important; }

#colorbox #cboxClose {
  display: none !important; }