@charset "UTF-8";
* {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  box-sizing: border-box; }

html {
  font-size: 14px;
  overflow-y: scroll; }
  html.sp {
    font-size: 14px !important; }

body, th, main .contents .format table td, td, input, select, textarea {
  font-family: Helvetica, Arial, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Osaka", sans-serif; }

body {
  margin: 0px;
  padding: 95px 0px 0px;
  background: url(../images/bg.jpg) fixed center top;
  background-size: cover; }
  .stab body {
    padding-top: 50px; }

img {
  border: 0px; }

a {
  color: #333;
  text-decoration: none;
  -webkit-transition: opacity 0.2s, background 0.2s, border 0.2s;
  transition: opacity 0.2s, background 0.2s, border 0.2s;
  cursor: pointer; }
  a:hover {
    opacity: 0.7; }

dl, ul, ol {
  margin: 0px;
  padding: 0px;
  list-style: none; }

div, h1, h2, h3, h4, h5, h6, section menu {
  margin: 0px;
  padding: 0px; }

p {
  margin: 0px; }

.clear {
  clear: both; }

.sp .view_pc {
  display: none !important; }

.view_sp {
  display: none !important; }
  .sp .view_sp {
    display: block !important; }

header {
  position: fixed;
  width: 100%;
  height: 95px;
  top: 0px;
  left: 0px;
  z-index: 1000;
  -webkit-transition: background 1s;
  transition: background 1s; }
  .stab header {
    height: 50px;
    background-color: #2a5ea3;
    -webkit-transition: background 0s;
    transition: background 0s; }
  header.bg {
    background-color: #2a5ea3; }
  header > div {
    /*@include table(right);*/
    position: relative;
    max-width: 1240px;
    height: 95px;
    margin: 0 auto;
    padding: 0px 20px; }
    .stab header > div {
      height: 50px;
      padding: 0px 10px; }
  header #logo {
    /*padding-right: 30px;
    text-align: left;*/
    position: absolute;
    top: 5px;
    left: 20px; }
    .stab header #logo {
      padding-right: 0px; }
    header #logo img {
      display: block; }
      .tablet header #logo img {
        width: 36vw;
        height: auto; }
  header #headerlink {
    /*position: relative;
    top: 10px;*/
    display: flex;
    height: 88px;
    flex-direction: column;
    justify-content: space-between;
    letter-spacing: 1px; }
    .tablet header #headerlink {
      letter-spacing: 0px; }
    .stab header #headerlink {
      display: none; }
    header #headerlink a {
      color: #ffffff;
      vertical-align: middle; }
    header #headerlink .utility {
      display: block;
      font-size: 0px;
      text-align: right;
      padding-top: 18px; }
      header #headerlink .utility li {
        display: inline-block;
        font-size: 13px;
        font-size: 0.9285714286rem;
        line-height: 14.3px;
        line-height: 1.0214285714rem;
        vertical-align: middle; }
      header #headerlink .utility li + li {
        position: relative;
        margin-left: 30px; }
        header #headerlink .utility li + li:before {
          content: "";
          display: block;
          position: absolute;
          top: 50%;
          left: -15px;
          width: 1px;
          height: 11px;
          background: #ffffff;
          -webkit-transform: -webkit-translateY(-50%);
          transform: translateY(-50%); }
      header #headerlink .utility .contact {
        margin-left: 20px; }
        header #headerlink .utility .contact a {
          display: table;
          width: 175px;
          height: 30px;
          font-weight: bold; }
          header #headerlink .utility .contact a > * {
            display: table-cell;
            height: 100%;
            text-align: center;
            vertical-align: middle; }
          header #headerlink .utility .contact a > span {
            background: #4eb994; }
          header #headerlink .utility .contact a:after {
            position: absolute;
            display: block;
            content: "";
            top: 50%;
            right: 15px;
            width: 5.5px;
            height: 10px;
            background: url(../images/link.png) no-repeat;
            background-size: 100%;
            -webkit-transform: -webkit-translateY(-50%);
            transform: translateY(-50%); }
        header #headerlink .utility .contact:before {
          display: none; }
    header #headerlink nav {
      position: relative;
      display: block;
      margin: 15px 0px 0px; }
      header #headerlink nav ul {
        display: table;
        width: auto;
        margin-left: auto;
        margin-right: 0px; }
        header #headerlink nav ul > * {
          display: table-cell;
          height: 100%;
          text-align: center;
          vertical-align: middle; }
        header #headerlink nav ul li {
          position: relative; }
          header #headerlink nav ul li a {
            display: block;
            padding: 5px 14px;
            font-size: 14px;
            font-size: 1rem;
            line-height: 18.2px;
            line-height: 1.3rem; }
            .mtab header #headerlink nav ul li a {
              font-size: 1.4vw; }
          header #headerlink nav ul li span {
            display: inline-block; }
          header #headerlink nav ul li:before {
            content: "";
            display: block;
            position: absolute;
            top: 50%;
            left: 0px;
            width: 1px;
            height: 13px;
            background: #ffffff;
            -webkit-transform: -webkit-translateY(-50%);
            transform: translateY(-50%); }
          header #headerlink nav ul li.current:after {
            content: "";
            display: block;
            position: absolute;
            bottom: -5px;
            right: 50%;
            width: calc(100% - 14px);
            height: 2px;
            background: #ffffff;
            -webkit-transform: -webkit-translateX(50%);
            transform: translateX(50%); }
        header #headerlink nav ul:after {
          content: "";
          display: block;
          position: absolute;
          top: 50%;
          right: 0px;
          width: 1px;
          height: 13px;
          background: #ffffff;
          -webkit-transform: -webkit-translateY(-50%);
          transform: translateY(-50%); }
  header #spmenuswitch {
    display: none; }
    .stab header #spmenuswitch {
      display: block;
      position: relative;
      margin-left: auto;
      margin-right: 0;
      width: 50px; }
    header #spmenuswitch a {
      position: relative;
      display: block;
      width: 50px;
      height: 50px;
      text-align: left;
      text-indent: -10000px; }
      header #spmenuswitch a > span {
        position: absolute;
        display: block;
        top: 24px;
        left: 10px;
        width: 30px;
        height: 1px;
        background: #ffffff;
        -webkit-transition: 0.5s;
        transition: 0.5s; }
        header #spmenuswitch a > span:before {
          content: "";
          position: absolute;
          display: block;
          top: -7px;
          left: 0px;
          width: 30px;
          height: 1px;
          background: #ffffff;
          -webkit-transition: 0.5s;
          transition: 0.5s; }
        header #spmenuswitch a > span:after {
          content: "";
          position: absolute;
          display: block;
          top: 7px;
          left: 0px;
          width: 30px;
          height: 1px;
          background: #ffffff;
          -webkit-transition: 0.5s;
          transition: 0.5s; }
      header #spmenuswitch a.open > span {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg); }
        header #spmenuswitch a.open > span:before {
          top: 0px;
          -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }
        header #spmenuswitch a.open > span:after {
          top: 0px;
          -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

#spgnavi {
  display: none; }
  .stab #spgnavi {
    position: fixed;
    display: block;
    top: 50px;
    left: 0px;
    width: 100%;
    max-height: calc(100% - 50px);
    background: rgba(42, 94, 163, 0.9);
    z-index: 900;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    overflow-y: auto;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  .stab.spmenu #spgnavi {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  #spgnavi .menu {
    padding: 20px; }
    #spgnavi .menu li {
      position: relative; }
    #spgnavi .menu a {
      position: relative;
      display: block;
      padding: 11px 12px;
      font-size: 12px;
      font-size: 0.8571428571rem;
      line-height: 13.2px;
      line-height: 0.9428571429rem;
      color: #ffffff;
      font-weight: bold; }
      #spgnavi .menu a:after {
        content: "";
        position: absolute;
        display: block;
        width: 7px;
        height: 11.5px;
        top: 50%;
        right: 10px;
        margin-top: -5.75px;
        background: url(../images/spgnavi_w.png) no-repeat;
        background-size: 7px auto; }
    #spgnavi .menu .accsw {
      position: absolute;
      display: block;
      width: 35px;
      height: 35px;
      top: 0px;
      right: 0px;
      background: url(../images/anchor_w.png) no-repeat 14px center #333;
      background-size: 12px auto;
      cursor: pointer; }
      #spgnavi .menu .accsw.open {
        background-image: url(../images/close_w.png); }
    #spgnavi .menu > ul > li > ul {
      display: none;
      background: #ffffff; }
      #spgnavi .menu > ul > li > ul li a {
        color: #333; }
      #spgnavi .menu > ul > li > ul li + li {
        border-top: 1px solid #333; }
  #spgnavi > .utility {
    border-top: 1px solid #ffffff;
    overflow: hidden; }
    #spgnavi > .utility li {
      float: left;
      display: block;
      width: calc((100% - 1px) / 2);
      font-size: 12px;
      font-size: 0.8571428571rem;
      line-height: 15.6px;
      line-height: 1.1142857143rem;
      border-bottom: 1px solid #ffffff; }
      #spgnavi > .utility li:nth-child(2n + 1) {
        border-right: 1px solid #ffffff; }
      #spgnavi > .utility li a {
        display: table;
        width: 100%;
        height: 100%;
        color: #ffffff; }
        #spgnavi > .utility li a > * {
          display: table-cell;
          height: 100%;
          text-align: center;
          vertical-align: middle; }
        #spgnavi > .utility li a > * {
          padding: 9px;
          height: 50px; }

#homevisual {
  max-width: 1200px;
  margin: 0 auto;
  display: flex; }
  .stab #homevisual {
    display: block; }

#mainbutton {
  flex: 1;
  margin-left: 4px;
  display: flex;
  flex-direction: column; }
  .stab #mainbutton {
    flex-direction: row;
    margin: 20px; }
  .sp #mainbutton {
    display: block; }
  #mainbutton li {
    flex: 1;
    padding: 20px;
    font-size: 15px;
    font-size: 1.0714285714rem;
    line-height: 19.5px;
    line-height: 1.3928571429rem;
    background: #4eb994;
    background: -webkit-linear-gradient(165deg, #5eaf73 20%, #449f8e 70%);
    background: linear-gradient(165deg, #5eaf73 20%, #449f8e 70%);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center; }
    .sp #mainbutton li {
      font-size: 14px;
      font-size: 1rem;
      line-height: 18.2px;
      line-height: 1.3rem; }
    #mainbutton li:hover {
      opacity: 0.7; }
    #mainbutton li a {
      color: #ffffff; }
      .sp #mainbutton li a br {
        display: none; }
    #mainbutton li a.area01:before,
    #mainbutton li a.area02:before {
      content: "";
      display: block;
      width: 40px;
      height: 40px;
      margin: 0px auto 15px;
      background: url(../../images/search01.png) no-repeat center center;
      background-size: 100% auto; }
    #mainbutton li a.area02:before {
      background-image: url(../../images/search02.png); }
    #mainbutton li:not(:first-child) {
      margin-top: 4px; }
    .stab #mainbutton li:not(:first-child) {
      margin-top: 0;
      margin-left: 20px; }
    .sp #mainbutton li:not(:first-child) {
      margin-left: 0;
      margin-top: 20px; }

#mainvisual {
  position: relative;
  width: 1000px;
  overflow: hidden; }
  .tablet #mainvisual {
    width: 80vw; }
  .stab #mainvisual {
    width: 100vw; }
  #mainvisual .slide {
    position: relative;
    display: table;
    width: 100%;
    width: auto;
    left: 50%;
    -webkit-transition: 0.6s;
    transition: 0.6s; }
    #mainvisual .slide > * {
      display: table-cell;
      height: 100%;
      text-align: center;
      vertical-align: middle; }
    #mainvisual .slide > * {
      -webkit-transition: opacity 0.8s;
      transition: opacity 0.8s;
      opacity: 0.5; }
      #mainvisual .slide > *.show {
        opacity: 1; }
      .sp #mainvisual .slide > * {
        opacity: 1 !important; }
      .sp #mainvisual .slide > * span {
        display: block;
        position: relative;
        width: 480px;
        width: 100vw;
        padding-top: 41.6666%;
        overflow: hidden; }
      #mainvisual .slide > * img {
        display: block;
        width: calc(100vw - 40px);
        max-width: 1000px;
        height: auto; }
        .tablet #mainvisual .slide > * img {
          width: 80vw; }
        .stab #mainvisual .slide > * img {
          width: 100vw; }
        .sp #mainvisual .slide > * img {
          position: absolute;
          width: auto;
          height: 100%;
          top: 0px;
          right: 50%;
          -webkit-transform: translateX(50%);
          transform: translateX(50%); }
  #mainvisual #slidenavi {
    margin-top: 0;
    text-align: center; }
    .sp #mainvisual #slidenavi {
      margin-top: 10px; }
    #mainvisual #slidenavi ul {
      font-size: 0;
      position: absolute;
      z-index: 10;
      width: 100%;
      bottom: 15px; }
      #mainvisual #slidenavi ul li {
        display: inline-block;
        margin: 0px 12.5px; }
        #mainvisual #slidenavi ul li a {
          display: block;
          width: 10px;
          height: 10px;
          background: #a6b3af;
          border-radius: 50%; }
        #mainvisual #slidenavi ul li.current a {
          background: #4eb994; }
    #mainvisual #slidenavi > div {
      position: absolute;
      width: 100%;
      max-width: 1400px;
      top: calc((100% - 35px) / 2);
      right: 50%;
      -webkit-transform: translateX(50%);
      transform: translateX(50%); }
      .sp #mainvisual #slidenavi > div {
        display: none; }
    #mainvisual #slidenavi > div a {
      position: absolute;
      display: block;
      width: 30px;
      height: 56.5px;
      margin-top: -28.25px;
      text-align: left;
      text-indent: -10000px;
      background: url(../../images/prev.png) no-repeat center center;
      background-size: 100% auto;
      overflow: hidden; }
    #mainvisual #slidenavi > div.prev a {
      left: 20px; }
    #mainvisual #slidenavi > div.next a {
      right: 20px;
      background-image: url(../../images/next.png); }

h2.h2_home {
  margin-bottom: 30px;
  font-size: 30px;
  font-size: 2.1428571429rem;
  line-height: 39px;
  line-height: 2.7857142857rem;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.2em;
  font-weight: normal; }
  .sp h2.h2_home {
    margin-bottom: 20px; }
  h2.h2_home span {
    display: inline-block;
    padding-bottom: 8px;
    border-bottom: 1px solid #ff6d67; }
  h2.h2_home span.sub {
    display: block;
    margin-top: 12px;
    padding-bottom: 0px;
    font-size: 15px;
    font-size: 1.0714285714rem;
    line-height: 19.5px;
    line-height: 1.3928571429rem;
    border-bottom: 0; }
  #news_area h2.h2_home {
    margin-bottom: 45px;
    color: #333333; }
    .sp #news_area h2.h2_home {
      margin-bottom: 35px; }

#topics_area {
  max-width: 1240px;
  margin: auto;
  padding: 60px 20px 0px; }
  .sp #topics_area {
    padding: 50px 10px 0px; }
  #topics_area .col4 {
    display: flex;
    justify-content: space-between; }
    .stab #topics_area .col4 {
      flex-wrap: wrap; }
    .sp #topics_area .col4 {
      display: block; }
    #topics_area .col4 > a {
      width: calc((100% - (20px * 3) ) / 4);
      background: #ffffff; }
      .stab #topics_area .col4 > a {
        width: calc((100% - 20px) / 2);
        margin-bottom: 30px; }
      .sp #topics_area .col4 > a {
        width: 100%;
        max-width: 380px; }
      #topics_area .col4 > a .img img {
        width: 100%;
        height: auto; }
      .sp #topics_area .col4 > a .img {
        line-height: 0; }
      #topics_area .col4 > a .tx {
        padding: 30px 22px;
        color: #333333; }
        .stab #topics_area .col4 > a .tx {
          padding: 10px 12px 15px;
          background: #fff;
          margin-bottom: 30px; }
        #topics_area .col4 > a .tx .title {
          font-size: 15px;
          font-size: 1.0714285714rem;
          line-height: 19.5px;
          line-height: 1.3928571429rem;
          font-weight: bold; }
        #topics_area .col4 > a .tx p + p {
          margin-top: 10px;
          padding-top: 10px;
          font-size: 14px;
          font-size: 1rem;
          line-height: 23.8px;
          line-height: 1.7rem;
          border-top: 1px solid #efefef; }
          .sp #topics_area .col4 > a .tx p + p {
            font-size: 13px;
            font-size: 0.9285714286rem;
            line-height: 22.1px;
            line-height: 1.5785714286rem; }
  #topics_area .col3 {
    margin-left: -30px;
    margin-right: -5px;
    overflow: hidden; }
    .tablet #topics_area .col3 {
      margin-left: -20px; }
    .stab #topics_area .col3 {
      margin-left: -0px; }
    .sp #topics_area .col3 {
      margin-left: 0px;
      margin-right: 0px;
      margin-bottom: -20px; }
    #topics_area .col3 > a {
      float: left;
      width: calc((100% - (30px * 3) - 5px) / 3);
      margin-left: 30px;
      background: #ffffff; }
      .tablet #topics_area .col3 > a {
        width: calc((100% - (20px * 3) - 5px) / 3);
        margin-left: 20px; }
      .stab #topics_area .col3 > a {
        float: none;
        width: 100%;
        max-width: 380px;
        margin: 0px auto 20px; }
      #topics_area .col3 > a .img img {
        width: 100%;
        height: auto; }
      .sp #topics_area .col3 > a .img {
        line-height: 0; }
      #topics_area .col3 > a .tx {
        padding: 30px 25px;
        color: #333333; }
        .stab #topics_area .col3 > a .tx {
          padding: 10px 12px 15px;
          background: #fff;
          margin-bottom: 30px; }
        #topics_area .col3 > a .tx .title {
          font-size: 15px;
          font-size: 1.0714285714rem;
          line-height: 19.5px;
          line-height: 1.3928571429rem;
          font-weight: bold; }
        #topics_area .col3 > a .tx p + p {
          margin-top: 10px;
          padding-top: 10px;
          font-size: 14px;
          font-size: 1rem;
          line-height: 23.8px;
          line-height: 1.7rem;
          border-top: 1px solid #efefef; }
          .sp #topics_area .col3 > a .tx p + p {
            font-size: 13px;
            font-size: 0.9285714286rem;
            line-height: 22.1px;
            line-height: 1.5785714286rem; }

#search_area {
  max-width: 1240px;
  margin: auto;
  padding: 60px 20px; }
  .sp #search_area {
    padding: 60px 10px; }
  #search_area .col2 {
    margin-left: -30px;
    margin-right: -5px;
    overflow: hidden; }
    .sp #search_area .col2 {
      margin-left: 0px;
      margin-right: 0px;
      margin-bottom: -20px; }
    #search_area .col2 > div {
      float: left;
      display: table;
      width: 100%;
      width: calc((100% - (30px * 2) - 5px) / 2);
      height: 200px;
      margin-left: 30px; }
      #search_area .col2 > div > * {
        display: table-cell;
        height: 100%;
        text-align: center;
        vertical-align: middle; }
      .sp #search_area .col2 > div {
        float: none;
        width: 100%;
        max-width: 380px;
        height: 140px;
        margin: 0px auto 20px; }
      #search_area .col2 > div a {
        padding: 20px;
        font-size: 20px;
        font-size: 1.4285714286rem;
        line-height: 26px;
        line-height: 1.8571428571rem;
        color: #ffffff;
        background: #4eb994;
        background: -webkit-linear-gradient(165deg, #5eaf73 20%, #449f8e 70%);
        background: linear-gradient(165deg, #5eaf73 20%, #449f8e 70%); }
      #search_area .col2 > div a.area01:before,
      #search_area .col2 > div a.area02:before {
        content: "";
        display: block;
        width: 50px;
        height: 50px;
        margin: 0px auto 15px;
        background: url(../../images/search01.png) no-repeat center center;
        background-size: 100% auto; }
      #search_area .col2 > div a.area02:before {
        background-image: url(../../images/search02.png); }

#csr_area {
  background: #75a9c5;
  background: -webkit-linear-gradient(165deg, #6197b6 20%, #9cbcb4 70%);
  background: linear-gradient(165deg, #6197b6 20%, #9cbcb4 70%); }
  #csr_area > div {
    position: relative;
    width: 100%;
    max-width: 840px;
    margin: auto;
    padding: 60px 20px 110px; }
    .sp #csr_area > div {
      padding: 30px 10px 55px; }
    .sp #csr_area > div {
      padding-top: 45px; }
    #csr_area > div p {
      font-size: 15px;
      font-size: 1.0714285714rem;
      line-height: 25.5px;
      line-height: 1.8214285714rem;
      color: #fff;
      font-weight: bold;
      text-align: center; }
      .sp #csr_area > div p {
        text-align: left; }
    #csr_area > div ul {
      margin: 30px -5px -20px -23px;
      overflow: hidden; }
      .sp #csr_area > div ul {
        margin: 30px 0px -8px 0px; }
      #csr_area > div ul li {
        position: relative;
        float: left;
        display: table;
        width: 100%;
        width: calc((100% - (23px * 2) - 5px) / 2);
        height: 60px;
        margin-left: 23px;
        margin-bottom: 20px; }
        #csr_area > div ul li > * {
          display: table-cell;
          height: 100%;
          text-align: left;
          vertical-align: middle; }
        .sp #csr_area > div ul li {
          float: none;
          width: 100%;
          max-width: 380px;
          margin: 0px auto 8px; }
        #csr_area > div ul li a {
          padding: 3px 40px 3px 20px;
          height: 60px;
          font-size: 15px;
          font-size: 1.0714285714rem;
          line-height: 19.5px;
          line-height: 1.3928571429rem;
          color: #ffffff;
          font-weight: bold;
          border: 1px solid #ffffff; }
          #csr_area > div ul li a:hover {
            color: #6197b6;
            background: #ffffff;
            opacity: 1; }
          #csr_area > div ul li a:after {
            position: absolute;
            display: block;
            content: "";
            top: 50%;
            right: 18px;
            width: 5.5px;
            height: 10px;
            background: url(../images/link.png) no-repeat;
            background-size: 100%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

#news_area {
  position: relative;
  margin-top: 60px;
  padding: 45px 20px 50px;
  overflow: hidden;
  z-index: 5; }
  .sp #news_area {
    margin-top: 0px;
    padding-left: 10px;
    padding-right: 10px;
    background: #ffffff; }
  #news_area:after {
    position: absolute;
    content: "";
    display: block;
    top: 0px;
    right: 50%;
    border: 0px solid #ffffff;
    border-width: 208px 1145px;
    border-radius: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    z-index: -1; }
    .sp #news_area:after {
      display: none; }
  #news_area:before {
    position: absolute;
    content: "";
    display: block;
    top: 45px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: -1; }
    .sp #news_area:before {
      display: none; }
  #news_area > div {
    max-width: 800px;
    margin: auto; }
    #news_area > div .btn_link {
      text-align: center; }
      #news_area > div .btn_link > a {
        position: relative;
        margin-top: 40px;
        display: inline-block;
        font-size: 15px;
        font-size: 1.0714285714rem;
        line-height: 16.5px;
        line-height: 1.1785714286rem;
        color: #fff;
        padding: 12px 45px 12px 60px;
        background: url(../images/ico_btn01.png) 20px center no-repeat #4eb994;
        background-size: 20px 20px; }
        #news_area > div .btn_link > a:after {
          position: absolute;
          right: 15px;
          top: 14px;
          content: "";
          width: 14px;
          height: 11px;
          display: block;
          background: url(../images/blank_w.png) right center no-repeat; }

dl.news dt {
  margin: 0px;
  font-size: 13px;
  font-size: 0.9285714286rem;
  line-height: 14.3px;
  line-height: 1.0214285714rem;
  vertical-align: middle; }
  dl.news dt span {
    display: inline-block;
    width: 145px;
    margin-right: 15px;
    padding: 5px 10px;
    text-align: center;
    color: #fff; }
  dl.news dt span.blank {
    background: #aba676; }
  dl.news dt span.new {
    background: #738cac; }
  dl.news dt span.business {
    background: #70ab9b; }
dl.news * + dt {
  margin-top: 35px; }
  .sp dl.news * + dt {
    margin-top: 30px; }
dl.news dd {
  margin: 15px 0px 0px;
  padding: 0px 0px 28px;
  font-size: 15px;
  font-size: 1.0714285714rem;
  line-height: 25.5px;
  line-height: 1.8214285714rem;
  border-bottom: 1px solid #a6b3af; }
  dl.news dd a.pdf:after {
    content: "";
    position: relative;
    display: inline-block;
    width: 11px;
    height: 12px;
    margin: 0px 8px 0px 5px;
    top: -1px;
    vertical-align: middle;
    background: url(../images/pdf.png) no-repeat; }

dl.topics dt {
  margin: 0px;
  font-size: 13px;
  font-size: 0.9285714286rem;
  line-height: 14.3px;
  line-height: 1.0214285714rem;
  vertical-align: middle; }
  dl.topics dt span {
    display: inline-block;
    width: 145px;
    margin-right: 15px;
    padding: 5px 10px;
    text-align: center;
    color: #fff; }
  dl.topics dt span.start {
    background: #eebbaa; }
  dl.topics dt span.end {
    background: #738cac; }
  dl.topics dt span.pickup {
    background: #70ab9b; }
dl.topics * + dt {
  margin-top: 35px; }
  .sp dl.topics * + dt {
    margin-top: 30px; }
dl.topics dd {
  margin: 15px 0px 0px;
  padding: 0px 0px 28px;
  font-size: 15px;
  font-size: 1.0714285714rem;
  line-height: 25.5px;
  line-height: 1.8214285714rem;
  border-bottom: 1px solid #a6b3af; }
  dl.topics dd a.pdf:after {
    content: "";
    position: relative;
    display: inline-block;
    width: 11px;
    height: 12px;
    margin: 0px 8px 0px 5px;
    top: -1px;
    vertical-align: middle;
    background: url(../images/pdf.png) no-repeat; }

#footer_sitemap {
  background: #fafafa;
  	/*.footer_box{
  		margin-left: -25px;
  		margin-right: -5px;
  		margin-bottom: -25px;
  		overflow: hidden;
  
  		.stab & {
  			margin: 0px;
  		}
  
  		> div {
  			float: left;
  			width: calc((100% - (25px * 4) - 5px) / 4);
  			margin-bottom: 30px;
  			margin-left: 25px;
  
  			.stab & {
  				float: none;
  				width: 100%;
  				margin: 0px 0px 14px;
  			}
  
  			.title{
  				display: block;
  				padding-bottom: 14px;
  				@include fontsize(15);
  				font-weight: bold;
  				border-bottom: 1px solid #a6b3af;
  			}
  
  			ul{
  				margin-top: 15px;
  
  				.stab & {
  					display: none;
  				}
  
  				li {
  					@include fontsize(13, $lineheight_heading);
  					margin-bottom: 6px;
  
  					a{
  						color: #6b6b6b;
  					}
  
  					ul{
  						margin-top: 6px;
  
  						li:last-child{
  							margin-bottom: 12px;
  						}
  					}
  				}
  			}
  		}
  		> div.col2 {
  			width: calc(((100% - (30px * 4) - 5px) / 4) * 2 + 30px);
  			
  			> ul{
  				display: inline-block;
  				vertical-align: top;
  				width: calc((100% - 25px) / 2);
  			
  				.stab & {
  					display: none;
  				}
  			}
  
  			> ul + ul{
  				margin-left: 20px;
  			}
  
  			.tablet & {
  				display: block;
  				width: calc(((100% - (25px * 4) - 5px) / 4) * 2 + 25px);
  				margin-left: 25px;
  				
  			}
  
  			.stab & {
  				width: 100%;
  				margin-left:0;
  			}
  		}
  	}*/ }
  #footer_sitemap > div {
    position: relative;
    width: 100%;
    max-width: 1240px;
    margin: auto;
    padding: 20px 20px 20px; }
    .sp #footer_sitemap > div {
      padding: 10px 10px 10px; }
    .stab #footer_sitemap > div {
      padding-top: 20px;
      padding-bottom: 20px; }
  #footer_sitemap .footer_logo {
    position: relative;
    width: 100%;
    max-width: 1240px;
    margin: auto;
    padding: 0px 20px;
    /*margin-top: 20px;*/
    text-align: center;
    /*border-top: 1px solid #a6b3af;*/
    line-height: 0; }
    .sp #footer_sitemap .footer_logo {
      padding: 0px 10px; }
    .stab #footer_sitemap .footer_logo {
      margin-top: 0px;
      border-top: none; }

#footer_link {
  background: #000000; }
  #footer_link ul {
    position: relative;
    width: 100%;
    max-width: 1440px;
    margin: auto;
    padding: 10px 20px;
    font-size: 0px;
    text-align: center; }
    .sp #footer_link ul {
      padding: 5px 10px; }
    .sp #footer_link ul {
      margin-bottom: -1px;
      padding: 0px;
      overflow: hidden; }
    #footer_link ul a {
      color: #ffffff; }
    #footer_link ul li {
      position: relative;
      display: inline-block;
      margin: 8px 20px;
      font-size: 12px;
      font-size: 0.8571428571rem;
      line-height: 13.2px;
      line-height: 0.9428571429rem; }
      #footer_link ul li:not(:last-child):after {
        position: absolute;
        display: block;
        content: "";
        right: -20px;
        top: 50%;
        width: 1px;
        height: 100%;
        background: #ffffff;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
      .sp #footer_link ul li {
        float: left;
        display: block;
        width: calc((100% - 1px) / 2);
        margin: 0px;
        font-size: 11px;
        font-size: 0.7857142857rem;
        line-height: 12.1px;
        line-height: 0.8642857143rem;
        border-bottom: 1px solid #bbbbbb; }
        .sp #footer_link ul li:nth-child(2n + 1) {
          border-right: 1px solid #bbbbbb; }
        .sp #footer_link ul li:after {
          display: none; }
        .sp #footer_link ul li a {
          display: table;
          width: 100%;
          height: 100%; }
          .sp #footer_link ul li a > * {
            display: table-cell;
            height: 100%;
            text-align: center;
            vertical-align: middle; }
          .sp #footer_link ul li a > * {
            padding: 9px;
            height: 50px; }

#footer {
  background: #fafafa; }
  .sp #footer {
    padding: 15px; }
  #footer > div {
    display: table;
    width: 100%;
    max-width: 800px;
    height: 85px;
    margin: 0 auto; }
    #footer > div > * {
      display: table-cell;
      height: 100%;
      text-align: center;
      vertical-align: middle; }
    .tablet #footer > div {
      height: 50px; }
    .sp #footer > div {
      height: auto; }
  #footer small {
    font-size: 12px;
    font-size: 0.8571428571rem;
    line-height: 15.6px;
    line-height: 1.1142857143rem;
    color: #333; }

main {
  display: block; }

#title {
  max-width: 1240px;
  margin: 35px auto 20px;
  padding: 0px 20px; }
  .sp #title {
    padding: 0px 10px; }
  #title .body {
    padding-bottom: 12px;
    font-size: 20px;
    font-size: 1.4285714286rem;
    line-height: 26px;
    line-height: 1.8571428571rem;
    letter-spacing: 2px;
    color: #ffffff;
    font-weight: bold;
    border-bottom: 1px solid #ffffff;
    overflow: hidden; }
    #title .body *:first-child {
      float: left;
      font-size: 20px;
      font-size: 1.4285714286rem;
      line-height: 26px;
      line-height: 1.8571428571rem;
      letter-spacing: 2px; }
    #title .body .sub {
      float: right;
      margin-top: 0.46428rem;
      font-size: 15px;
      font-size: 1.0714285714rem;
      line-height: 19.5px;
      line-height: 1.3928571429rem;
      letter-spacing: 0px;
      font-weight: normal; }
    .sp #title .body {
      padding: 0px 10px; }
  #title.large {
    margin-top: 60px;
    margin-bottom: 60px; }
    .sp #title.large {
      margin-top: 30px;
      margin-bottom: 30px; }
    #title.large .body {
      padding-bottom: 0px;
      border-bottom: 0px; }
      #title.large .body * {
        float: none;
        font-size: 50px;
        font-size: 3.5714285714rem;
        line-height: 65px;
        line-height: 4.6428571429rem;
        letter-spacing: 4px;
        font-weight: normal;
        text-align: center; }
        .sp #title.large .body * {
          font-size: 30px;
          font-size: 2.1428571429rem;
          line-height: 39px;
          line-height: 2.7857142857rem;
          letter-spacing: 2px; }
        #title.large .body * span:first-child {
          display: inline-block;
          border-bottom: 1px solid #ff6d67; }
        #title.large .body * .sub {
          float: none;
          display: block;
          margin-top: 10px;
          text-align: center;
          font-size: 15px;
          font-size: 1.0714285714rem;
          line-height: 19.5px;
          line-height: 1.3928571429rem;
          letter-spacing: 2px; }
          .sp #title.large .body * .sub {
            font-size: 13px;
            font-size: 0.9285714286rem;
            line-height: 16.9px;
            line-height: 1.2071428571rem;
            letter-spacing: 2px; }

#sidecolumn {
  max-width: 1240px;
  margin: 0px auto 85px;
  padding: 0px 20px; }
  #sidecolumn:after {
    content: "";
    display: block;
    clear: both; }
  .sp #sidecolumn {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 50px; }
  #sidecolumn #body {
    float: left;
    width: 70.83333%; }
    .stab #sidecolumn #body {
      float: none;
      width: 100%; }
    #sidecolumn #body .body_title {
      margin: 35px auto 20px; }
      .sp #sidecolumn #body .body_title {
        padding: 0px 10px; }
      #sidecolumn #body .body_title .body {
        padding-bottom: 12px;
        font-size: 20px;
        font-size: 1.4285714286rem;
        line-height: 26px;
        line-height: 1.8571428571rem;
        letter-spacing: 2px;
        color: #ffffff;
        font-weight: bold;
        border-bottom: 1px solid #ffffff;
        overflow: hidden; }
        #sidecolumn #body .body_title .body *:first-child {
          float: left;
          font-size: 20px;
          font-size: 1.4285714286rem;
          line-height: 26px;
          line-height: 1.8571428571rem;
          letter-spacing: 2px; }
        #sidecolumn #body .body_title .body .sub {
          float: right;
          margin-top: 0.46428rem;
          font-size: 15px;
          font-size: 1.0714285714rem;
          line-height: 19.5px;
          line-height: 1.3928571429rem;
          letter-spacing: 0px;
          font-weight: normal; }
        .sp #sidecolumn #body .body_title .body {
          padding: 0px 10px; }
  #sidecolumn #side {
    position: relative;
    float: right;
    width: 26.66666%; }
    .stab #sidecolumn #side {
      float: none;
      width: 100%;
      margin-top: 30px;
      top: 0px !important; }
    #sidecolumn #side dt {
      background: #ffffff; }
      #sidecolumn #side dt > * {
        display: block;
        padding: 8px 12px;
        font-size: 15px;
        font-size: 1.0714285714rem;
        line-height: 19.5px;
        line-height: 1.3928571429rem;
        color: #ffffff;
        font-weight: bold;
        text-align: center;
        background: #738cac; }
    #sidecolumn #side dd {
      margin: 0px;
      padding: 12px;
      background: #ffffff; }
      #sidecolumn #side dd > ul > li > a,
      #sidecolumn #side dd > ul > li > span {
        display: block;
        padding: 8px 12px;
        font-size: 15px;
        font-size: 1.0714285714rem;
        line-height: 19.5px;
        line-height: 1.3928571429rem;
        color: #ffffff;
        background: #738cac; }
      #sidecolumn #side dd > ul > li > a {
        position: relative;
        padding-right: 30px; }
        #sidecolumn #side dd > ul > li > a:after {
          position: absolute;
          display: block;
          content: "";
          top: 50%;
          right: 18px;
          width: 5.5px;
          height: 10px;
          background: url(../images/link.png) no-repeat;
          background-size: 100%;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
      #sidecolumn #side dd > ul > li li a {
        position: relative;
        display: block;
        padding: 8px 12px 8px 25px;
        font-size: 12px;
        font-size: 0.8571428571rem;
        line-height: 15.6px;
        line-height: 1.1142857143rem;
        border: 1px solid #efefef;
        border-top: 0px; }
        #sidecolumn #side dd > ul > li li a:before {
          content: "";
          position: absolute;
          width: 5px;
          height: 5px;
          top: 50%;
          left: 11px;
          margin-top: -4px;
          border-left: 1px solid #333333;
          border-bottom: 1px solid #333333; }
      #sidecolumn #side dd > ul > li.current > a,
      #sidecolumn #side dd > ul > li.current > span {
        background: #aaaaaa !important; }
      #sidecolumn #side dd > ul > li + li {
        margin-top: 10px; }
    #sidecolumn #side * + dl {
      margin-top: 24px; }
    #sidecolumn #side .alt dt > * {
      background: #70ab9b; }
    #sidecolumn #side .alt dd > ul > li > a,
    #sidecolumn #side .alt dd > ul > li > span {
      background: #70ab9b; }
    #sidecolumn #side .kijun dt > * {
      background: #eebbaa; }
    #sidecolumn #side .kijun dd > ul > li > a,
    #sidecolumn #side .kijun dd > ul > li > span {
      background: #eebbaa; }

#visualtitle > div {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 0px 0; }
  .sp #visualtitle > div {
    padding: 0px 0; }
#visualtitle img {
  display: block;
  max-width: 100%;
  height: auto; }

.breadcrumbs {
  background: #fafafa;
  border-bottom: 1px solid #a6b3af; }
  .sp .breadcrumbs {
    display: none; }
  .breadcrumbs > ul {
    position: relative;
    width: 100%;
    max-width: 1240px;
    margin: auto;
    padding: 9px 20px;
    font-size: 0; }
    .sp .breadcrumbs > ul {
      padding: 4.5px 10px; }
  .breadcrumbs li {
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-size: 1.0714285714rem;
    line-height: 19.5px;
    line-height: 1.3928571429rem;
    color: #333; }
  .breadcrumbs li + li {
    margin-left: 30px; }
    .breadcrumbs li + li:before {
      position: absolute;
      content: ">";
      display: block;
      top: 50%;
      left: -18px;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }

#pagetop {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: none;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  background: #738cac;
  cursor: pointer;
  z-index: 999; }
  #pagetop:hover {
    -webkit-transition: opacity 0.2s, background 0.2s;
    transition: opacity 0.2s, background 0.2s;
    cursor: pointer;
    opacity: 0.7; }
  #pagetop:after {
    content: "";
    position: absolute;
    top: -3px;
    left: 10px;
    border-top: 15px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid #fff;
    border-left: 10px solid transparent; }

.ws-nw {
  white-space: nowrap; }

.pdf_icon {
  display: inline-block;
  position: relative; }
  .pdf_icon:before {
    content: "";
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0px 4px 0px 2px;
    top: -1px;
    vertical-align: middle;
    background: url(../images/pdf_ico.png) no-repeat;
    background-size: 15px 15px; }
  .pdf_icon:after {
    content: "";
    position: relative;
    display: inline-block;
    width: 14px;
    height: 12px;
    margin: 0px 0px 0px 3px;
    top: -1px;
    vertical-align: middle;
    background: url(../images/blank_b.png) no-repeat; }

main .contents * + .text, main .contents .text * + dl, main .contents * + .image, main .contents * + .imagebox, main .contents * + .column, main .contents * + .button, main .contents * + .linklist, main .contents * + .table, main .contents * + .format, main .contents * + .googlemap, main .contents * + .awardbox, main .contents * + .awardlist, main .contents * + .buildinglist {
  margin-top: 24px; }
  .sp main .contents * + .text, main .contents .sp * + .text, .sp main .contents .text * + dl, main .contents .text .sp * + dl, .sp main .contents * + .image, main .contents .sp * + .image, .sp main .contents * + .imagebox, main .contents .sp * + .imagebox, .sp main .contents * + .column, main .contents .sp * + .column, .sp main .contents * + .button, main .contents .sp * + .button, .sp main .contents * + .linklist, main .contents .sp * + .linklist, .sp main .contents * + .table, main .contents .sp * + .table, .sp main .contents * + .format, main .contents .sp * + .format, .sp main .contents * + .googlemap, main .contents .sp * + .googlemap, .sp main .contents * + .awardbox, main .contents .sp * + .awardbox, .sp main .contents * + .awardlist, main .contents .sp * + .awardlist, .sp main .contents * + .buildinglist, main .contents .sp * + .buildinglist {
    margin-top: 18px; }

main .contents * + .lead, main .contents * + .layout, main .contents * + .menu, main .contents * + .menulist, main * + .contents.tab, main .contents * + .box, main .contents * + .flagshiplist, main .contents * + .Buildinglist {
  margin-top: 48px; }
  .sp main .contents * + .lead, main .contents .sp * + .lead, .sp main .contents * + .layout, main .contents .sp * + .layout, .sp main .contents * + .menu, main .contents .sp * + .menu, .sp main .contents * + .menulist, main .contents .sp * + .menulist, .sp main * + .contents.tab, main .sp * + .contents.tab, .sp main .contents * + .box, main .contents .sp * + .box, .sp main .contents * + .flagshiplist, main .contents .sp * + .flagshiplist, .sp main .contents * + .Buildinglist, main .contents .sp * + .Buildinglist {
    margin-top: 36px; }

main .contents .lead * + p, main .contents .text * + p, main .contents .text * + ul, main .contents .text * + ol, main .contents .text * + .image.floatright, main .contents .text * + .image.floatleft {
  margin-top: 16px; }

#body .contents.bg {
  padding-left: 0px;
  padding-right: 0px; }
  #body .contents.bg > div {
    position: relative;
    width: 100%;
    max-width: 1256px;
    margin: auto;
    padding: 35px 28px 35px; }
    .sp #body .contents.bg > div {
      padding: 17.5px 14px 17.5px; }
  #body .contents.bg.slim > div {
    padding-top: 15px;
    padding-bottom: 15px; }
#body .contents:not(.bg) > div {
  padding: 0px; }

main > .contents:last-child {
  margin-bottom: 50px !important; }

main .contents {
  padding: 0px; }
  main .contents:after {
    content: "";
    display: block;
    clear: both; }
  main .contents > div {
    position: relative;
    width: 100%;
    max-width: 1240px;
    margin: auto;
    padding: 40px 20px; }
    .sp main .contents > div {
      padding: 20px 10px; }
    .sp main .contents > div {
      width: auto;
      padding-top: 36px;
      padding-bottom: 36px; }
  main .contents.bg {
    position: relative;
    width: 100%;
    max-width: 1240px;
    margin: auto;
    padding: 0px 20px; }
    .sp main .contents.bg {
      padding: 0px 10px; }
    main .contents.bg > div {
      background: #ffffff; }
    main .contents.bg.gray > div {
      background: #eeeeee; }
  main .contents.environmentbg > div {
    background-image: url(../images/environmentbg.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 100% auto; }
  main .contents.bizcorebg {
    position: relative;
    margin-top: 100px;
    margin-bottom: 0px !important;
    padding: 80px 20px 50px;
    overflow: hidden;
    z-index: 5; }
    .sp main .contents.bizcorebg {
      margin-top: 0px;
      padding: 0px 0px 30px;
      background: #ffffff; }
    main .contents.bizcorebg:after {
      position: absolute;
      content: "";
      display: block;
      top: 0px;
      right: 50%;
      border: 0px solid #ffffff;
      border-width: 208px 1145px;
      border-radius: 50%;
      -webkit-transform: translateX(50%);
      transform: translateX(50%);
      z-index: -1; }
      .sp main .contents.bizcorebg:after {
        display: none; }
    main .contents.bizcorebg:before {
      position: absolute;
      content: "";
      display: block;
      top: 80px;
      left: 0px;
      width: 100%;
      height: 100%;
      background: #ffffff;
      z-index: -1; }
      .sp main .contents.bizcorebg:before {
        display: none; }
    main .contents.bizcorebg > div {
      padding-top: 0px; }
      .sp main .contents.bizcorebg > div {
        padding-top: 36px; }
    main .contents.bizcorebg .imagebox.bizcorelead .text {
      padding-left: 70px;
      padding-right: 0px; }
      .stab main .contents.bizcorebg .imagebox.bizcorelead .text {
        padding-left: 35px; }
      main .contents.bizcorebg .imagebox.bizcorelead .text p {
        font-size: 17px;
        font-size: 1.2142857143rem;
        line-height: 28.9px;
        line-height: 2.0642857143rem;
        color: #333333; }
        .sp main .contents.bizcorebg .imagebox.bizcorelead .text p {
          font-size: 14px;
          font-size: 1rem;
          line-height: 23.8px;
          line-height: 1.7rem; }
    .sp main .contents.bizcorebg .imagebox.bizcorelead .image img {
      max-width: 250px; }
    main .contents.bizcorebg .imagebox {
      margin-top: 50px; }
      main .contents.bizcorebg .imagebox .text {
        padding-right: 30px; }
        .stab main .contents.bizcorebg .imagebox .text {
          padding-right: 0px; }
        main .contents.bizcorebg .imagebox .text p {
          font-size: 16px;
          font-size: 1.1428571429rem;
          line-height: 27.2px;
          line-height: 1.9428571429rem;
          color: #221815; }
          .sp main .contents.bizcorebg .imagebox .text p {
            font-size: 13px;
            font-size: 0.9285714286rem;
            line-height: 22.1px;
            line-height: 1.5785714286rem; }
          main .contents.bizcorebg .imagebox .text p strong {
            font-size: 20px;
            font-size: 1.4285714286rem;
            line-height: 34px;
            line-height: 2.4285714286rem; }
            .sp main .contents.bizcorebg .imagebox .text p strong {
              font-size: 18px;
              font-size: 1.2857142857rem;
              line-height: 30.6px;
              line-height: 2.1857142857rem; }
    main .contents.bizcorebg .imagebox + .imagebox {
      margin-top: 30px; }
    main .contents.bizcorebg .bizcorebox {
      margin-top: 50px;
      padding-bottom: 50px;
      border-top: 1px solid #e5e5e5;
      border-bottom: 1px solid #e5e5e5; }
    main .contents.bizcorebg h2 {
      margin: 0px 0px 75px;
      padding: 0px 0px 10px;
      font-size: 30px;
      font-size: 2.1428571429rem;
      line-height: 39px;
      line-height: 2.7857142857rem;
      letter-spacing: 4px;
      font-weight: normal;
      color: #333333;
      text-align: center; }
      main .contents.bizcorebg h2:before {
        width: 100px;
        height: 1px;
        top: auto;
        bottom: 0px;
        left: 50%;
        margin-left: -50px;
        background: #ffffff; }
  main .contents h1 + *, main .contents h2 + *, main .contents h3 + *, main .contents h4 + *, main .contents h5 + *, main .contents h6 + *, main .contents .hcenter + * {
    margin-top: 0px !important; }
  main .contents h1 {
    clear: both;
    display: block;
    margin: 0px 0px 35px;
    padding: 0px 0px 5px;
    font-size: 24px;
    font-size: 1.7142857143rem;
    line-height: 31.2px;
    line-height: 2.2285714286rem;
    letter-spacing: 2px;
    font-weight: bold;
    color: #276abf;
    border-bottom: 1px solid #276abf; }
  main .contents * + .hcenter h1,
  main .contents * + h1 {
    margin-top: 48px; }
  main .contents h2 {
    clear: both;
    display: block;
    position: relative;
    margin: 0px 0px 15px;
    padding: 0px 0px 0px 15px;
    font-size: 18px;
    font-size: 1.2857142857rem;
    line-height: 23.4px;
    line-height: 1.6714285714rem;
    font-weight: bold; }
    main .contents h2:before {
      content: "";
      position: absolute;
      display: block;
      width: 7px;
      height: 14px;
      top: 50%;
      left: 0px;
      margin-top: -7px;
      background: #276abf; }
  main .contents * + .hcenter h2,
  main .contents * + h2 {
    margin-top: 65px; }
  main .contents h3 {
    clear: both;
    position: relative;
    margin: 0px 0px 16px;
    padding: 0px 0px 2px;
    font-size: 15px;
    font-size: 1.0714285714rem;
    line-height: 19.5px;
    line-height: 1.3928571429rem;
    font-weight: normal;
    border-bottom: 1px dotted #276abf; }
    .sp main .contents h3 {
      font-size: 14px;
      font-size: 1rem;
      line-height: 18.2px;
      line-height: 1.3rem; }
    main .contents h3 a {
      color: #276abf; }
  main .contents * + .hcenter h3,
  main .contents * + h3 {
    margin-top: 35px; }
  main .contents h4 {
    clear: both;
    display: block;
    margin: 0px 0px 24px;
    padding: 4px 15px;
    font-size: 15px;
    font-size: 1.0714285714rem;
    line-height: 19.5px;
    line-height: 1.3928571429rem;
    border-left: 2px solid #449865; }
    .sp main .contents h4 {
      padding: 3px 10px;
      font-size: 12px;
      font-size: 0.8571428571rem;
      line-height: 15.6px;
      line-height: 1.1142857143rem; }
  main .contents * + .hcenter h4,
  main .contents * + h4 {
    margin-top: 30px; }
  main .contents h5 {
    clear: both;
    display: block;
    margin: 0px 0px 24px;
    padding: 10px 15px;
    font-size: 14px;
    font-size: 1rem;
    line-height: 18.2px;
    line-height: 1.3rem;
    background: #eeeeee;
    border-left: 2px solid #999999; }
    .sp main .contents h5 {
      margin-bottom: 14px;
      padding: 7px 10px;
      font-size: 11px;
      font-size: 0.7857142857rem;
      line-height: 14.3px;
      line-height: 1.0214285714rem; }
  main .contents * + .hcenter h5, main .contents * + h5 {
    margin-top: 30px; }
    .sp main .contents * + .hcenter h5,
    .sp main .contents * + h5 {
      margin-top: 25px; }
  main .contents h6 {
    clear: both;
    position: relative;
    margin: 0px 0px 24px;
    padding: 0px 0px 0px 28px;
    font-size: 14px;
    font-size: 1rem;
    line-height: 18.2px;
    line-height: 1.3rem; }
    .sp main .contents h6 {
      padding-left: 20px;
      font-size: 11px;
      font-size: 0.7857142857rem;
      line-height: 14.3px;
      line-height: 1.0214285714rem; }
    main .contents h6:before {
      content: "";
      position: absolute;
      display: block;
      width: 8px;
      height: 8px;
      top: 50%;
      left: 0px;
      margin-top: -8px;
      background: transparent;
      border: 3px solid #cccccc;
      border-radius: 50%; }
      .sp main .contents h6:before {
        width: 6px;
        height: 6px;
        margin-top: -6px;
        border-width: 2px; }
  main .contents * + .hcenter h6,
  main .contents * + h6 {
    margin-top: 24px; }
  main .contents .hcenter {
    text-align: center; }
    main .contents .hcenter h1, main .contents .hcenter h2, main .contents .hcenter h3, main .contents .hcenter h4, main .contents .hcenter h5, main .contents .hcenter h6 {
      display: inline-block; }
  main .contents a {
    /*&.pdf {
    	&:after {
    		content: "";
    		position: relative;
    		display: inline-block;
    		width: 11px;
    		height: 12px;
    		margin: 0px 8px 0px 5px;
    		top: -1px;
    		vertical-align: middle;
    		background: url(../images/pdf.png) no-repeat;
    	}
    }*/ }
    main .contents a.blank:after {
      content: "";
      position: relative;
      display: inline-block;
      width: 14px;
      height: 11px;
      margin: 0px 8px 0px 5px;
      top: -1px;
      vertical-align: middle;
      background: url(../images/blank_g.png) no-repeat; }
  main .contents .lead.center {
    text-align: center; }
    .sp main .contents .lead.center {
      text-align: left; }
  main .contents .lead.white {
    color: #ffffff; }
  main .contents .lead p {
    font-size: 18px;
    font-size: 1.2857142857rem;
    line-height: 30.6px;
    line-height: 2.1857142857rem; }
    .sp main .contents .lead p {
      font-size: 15px;
      font-size: 1.0714285714rem;
      line-height: 25.5px;
      line-height: 1.8214285714rem; }
    main .contents .lead p.large {
      font-size: 20px;
      font-size: 1.4285714286rem;
      line-height: 30px;
      line-height: 2.1428571429rem;
      font-weight: bold; }
      .sp main .contents .lead p.large {
        font-size: 18px;
        font-size: 1.2857142857rem;
        line-height: 27px;
        line-height: 1.9285714286rem; }
    main .contents .lead p span {
      display: inline-block; }
      .sp main .contents .lead p span {
        display: inline; }
  main .contents .stack {
    margin-top: 0px !important; }
  main .contents .text {
    color: #000000; }
    main .contents .text:after {
      content: "";
      display: block;
      clear: both; }
    main .contents .text p {
      font-size: 15px;
      font-size: 1.0714285714rem;
      line-height: 25.5px;
      line-height: 1.8214285714rem; }
      .sp main .contents .text p {
        font-size: 13px;
        font-size: 0.9285714286rem;
        line-height: 22.1px;
        line-height: 1.5785714286rem; }
      main .contents .text p .required {
        color: #fb3b3b;
        margin-left: 4px;
        margin-right: 4px; }
      main .contents .text p.error_mes {
        color: #fb3b3b; }
      main .contents .text p a {
        color: #276abf;
        position: relative;
        display: inline-block; }
        main .contents .text p a:before {
          content: "";
          display: block;
          position: absolute;
          bottom: -0.1rem;
          left: 0px;
          width: 100%;
          height: 1px;
          background: #276abf;
          -webkit-transition: 0.2s;
          transition: 0.2s;
          -webkit-transform: scale(0);
          transform: scale(0); }
        main .contents .text p a:hover:before {
          -webkit-transform: scale(1);
          transform: scale(1); }
      main .contents .text p.center {
        text-align: center; }
      main .contents .text p.right {
        text-align: right; }
      main .contents .text p.note {
        color: #666666;
        font-size: 14px;
        font-size: 1rem;
        line-height: 23.8px;
        line-height: 1.7rem; }
        .sp main .contents .text p.note {
          font-size: 12px;
          font-size: 0.8571428571rem;
          line-height: 20.4px;
          line-height: 1.4571428571rem; }
      main .contents .text p.heading + * {
        margin-top: 0px !important; }
      main .contents .text p.heading {
        margin-bottom: 35px;
        font-size: 30px;
        font-size: 2.1428571429rem;
        line-height: 39px;
        line-height: 2.7857142857rem;
        color: #449865; }
        .sp main .contents .text p.heading {
          margin-bottom: 26px;
          font-size: 24px;
          font-size: 1.7142857143rem;
          line-height: 31.2px;
          line-height: 2.2285714286rem; }
        main .contents .text p.heading:not(:first-child) {
          margin-top: 24px; }
    main .contents .text ul {
      clear: both;
      font-size: 14px;
      font-size: 1rem;
      line-height: 23.8px;
      line-height: 1.7rem; }
      .sp main .contents .text ul {
        font-size: 11px;
        font-size: 0.7857142857rem;
        line-height: 18.7px;
        line-height: 1.3357142857rem; }
      main .contents .text ul > li {
        margin-left: 20px;
        text-indent: -20px;
        font-weight: bold; }
        .sp main .contents .text ul > li {
          margin-left: 17px;
          text-indent: -17px; }
        main .contents .text ul > li:before {
          content: "";
          display: inline-block;
          width: 6px;
          height: 6px;
          margin-right: 8px;
          background: transparent;
          border: 3px solid #449865;
          border-radius: 50%; }
          .sp main .contents .text ul > li:before {
            width: 5px;
            height: 5px;
            border-width: 2px; }
        main .contents .text ul > li + li {
          margin-top: 8px; }
        main .contents .text ul > li a {
          color: #276abf;
          position: relative;
          display: inline-block; }
          main .contents .text ul > li a:before {
            content: "";
            display: block;
            position: absolute;
            bottom: -0.1rem;
            left: 0px;
            width: 100%;
            height: 1px;
            background: #276abf;
            -webkit-transition: 0.2s;
            transition: 0.2s;
            -webkit-transform: scale(0);
            transform: scale(0); }
          main .contents .text ul > li a:hover:before {
            -webkit-transform: scale(1);
            transform: scale(1); }
    main .contents .text ol {
      font-size: 14px;
      font-size: 1rem;
      line-height: 23.8px;
      line-height: 1.7rem;
      counter-reset: number; }
      .sp main .contents .text ol {
        font-size: 11px;
        font-size: 0.7857142857rem;
        line-height: 18.7px;
        line-height: 1.3357142857rem; }
      main .contents .text ol > li {
        margin-left: 1.9rem;
        text-indent: -0.93rem;
        font-weight: bold; }
        main .contents .text ol > li:before {
          counter-increment: number;
          content: counter(number) ".";
          display: inline-block;
          margin-right: 0.8rem;
          color: #449865; }
        main .contents .text ol > li + li {
          margin-top: 4px; }
        main .contents .text ol > li a {
          color: #276abf;
          position: relative;
          display: inline-block; }
          main .contents .text ol > li a:before {
            content: "";
            display: block;
            position: absolute;
            bottom: -0.1rem;
            left: 0px;
            width: 100%;
            height: 1px;
            background: #276abf;
            -webkit-transition: 0.2s;
            transition: 0.2s;
            -webkit-transform: scale(0);
            transform: scale(0); }
          main .contents .text ol > li a:hover:before {
            -webkit-transform: scale(1);
            transform: scale(1); }
    main .contents .text ul ul, main .contents .text ul ol, main .contents .text ol ul, main .contents .text ol ol {
      margin-top: 16px; }
      .sp main .contents .text ul ul, .sp main .contents .text ul ol, .sp main .contents .text ol ul, .sp main .contents .text ol ol {
        margin-top: 8px; }
      main .contents .text ul ul li, main .contents .text ul ol li, main .contents .text ol ul li, main .contents .text ol ol li {
        font-weight: normal; }
    main .contents .text ul ul > li, main .contents .text ol ul > li {
      margin-left: 16px;
      text-indent: -16px; }
      main .contents .text ul ul > li:before, main .contents .text ol ul > li:before {
        width: 4px;
        height: 4px;
        margin-right: 8px;
        margin-top: -2px;
        vertical-align: middle;
        border: 2px solid #cccccc; }
    main .contents .text ul ol > li, main .contents .text ol ol > li {
      text-indent: -1.23rem; }
      main .contents .text ul ol > li:before, main .contents .text ol ol > li:before {
        content: "（" counter(number) "）";
        margin-right: 0.2rem;
        color: #999999;
        font-size: 12px;
        font-size: 0.8571428571rem;
        line-height: 20.4px;
        line-height: 1.4571428571rem; }
    main .contents .text dl dt {
      position: relative;
      padding-left: 25px;
      font-size: 18px;
      font-size: 1.2857142857rem;
      line-height: 23.4px;
      line-height: 1.6714285714rem;
      font-weight: bold; }
      .sp main .contents .text dl dt {
        padding-left: 20px;
        font-size: 14px;
        font-size: 1rem;
        line-height: 18.2px;
        line-height: 1.3rem; }
      main .contents .text dl dt:before {
        content: "";
        position: absolute;
        display: block;
        width: 8px;
        height: 8px;
        top: 3px;
        left: 0px;
        background: transparent;
        border: 4px solid #449865;
        border-radius: 50%; }
        .sp main .contents .text dl dt:before {
          width: 7px;
          height: 7px;
          top: 1px;
          border-width: 3px; }
      main .contents .text dl dt.link:before {
        width: 8px;
        height: 15px;
        top: 5px;
        background: url(../images/link_b.png) no-repeat;
        background-size: 100%;
        border: 0px;
        border-radius: 100%; }
        .sp main .contents .text dl dt.link:before {
          top: 2px;
          width: 6px;
          height: 11px; }
    main .contents .text dl * + dt {
      margin-top: 24px; }
    main .contents .text dl dd {
      margin: 16px 0px 0px;
      font-size: 14px;
      font-size: 1rem;
      line-height: 23.8px;
      line-height: 1.7rem; }
      .sp main .contents .text dl dd {
        font-size: 11px;
        font-size: 0.7857142857rem;
        line-height: 18.7px;
        line-height: 1.3357142857rem; }
    main .contents .text .image.floatright {
      float: right;
      margin-left: 24px;
      margin-bottom: 16px; }
      .sp main .contents .text .image.floatright {
        margin-left: 12px;
        margin-bottom: 8px; }
    main .contents .text .image.floatleft {
      float: left;
      margin-right: 24px;
      margin-bottom: 16px; }
      .sp main .contents .text .image.floatleft {
        margin-right: 12px;
        margin-bottom: 8px; }
    .sp main .contents .text .image.spclear {
      float: none;
      width: auto !important;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 0px; }
  main .contents .image img {
    display: block;
    margin: auto;
    max-width: 100%;
    height: auto; }
  main .contents .image p {
    margin: auto;
    font-size: 13px;
    font-size: 0.9285714286rem;
    line-height: 16.9px;
    line-height: 1.2071428571rem;
    text-align: center; }
    * + main .contents .image p {
      margin-top: 8px; }
    .sp main .contents .image p {
      font-size: 11px;
      font-size: 0.7857142857rem;
      line-height: 14.3px;
      line-height: 1.0214285714rem; }
  main .contents .image.left img {
    margin-left: 0px; }
  main .contents .image.left p {
    margin-left: 0px; }
  main .contents .image.right img {
    margin-right: 0px; }
  main .contents .image.right p {
    margin-right: 0px; }
  main .contents .image a p {
    position: relative;
    padding-left: 16px;
    font-size: 14px;
    font-size: 1rem;
    line-height: 18.2px;
    line-height: 1.3rem;
    font-weight: bold;
    color: #333; }
    .sp main .contents .image a p {
      font-size: 11px;
      font-size: 0.7857142857rem;
      line-height: 14.3px;
      line-height: 1.0214285714rem; }
    main .contents .image a p:before {
      content: "";
      position: absolute;
      display: inline-block;
      width: 7px;
      height: 12px;
      top: 4px;
      left: 0px;
      background: url(../images/link_b.png) no-repeat;
      background-size: 100%; }
      .sp main .contents .image a p:before {
        width: 6px;
        height: 11px;
        top: 2px; }
  main .contents .image .link {
    position: relative;
    display: block; }
    main .contents .image .link:after {
      content: "";
      position: absolute;
      display: block;
      width: 30px;
      height: 30px;
      bottom: 0px;
      right: 0px;
      background: url(../images/link_g.png) no-repeat center center #ffffff;
      background-size: 8px auto; }
      .sp main .contents .image .link:after {
        width: 24px;
        height: 24px;
        background-size: 6px auto; }
  main .contents .image .zoom {
    position: relative;
    display: inline-block; }
    main .contents .image .zoom:after {
      content: "";
      position: absolute;
      display: block;
      width: 30px;
      height: 30px;
      bottom: 0px;
      right: 0px;
      background: url(../images/zoom.png) no-repeat center center #ffffff;
      background-size: 17px auto; }
      .sp main .contents .image .zoom:after {
        width: 24px;
        height: 24px;
        background-size: 12px auto; }
  main .contents .imagebox {
    display: table;
    width: 100%; }
    main .contents .imagebox > * {
      display: table-cell;
      height: 100%;
      text-align: left;
      vertical-align: top; }
    main .contents .imagebox.col1, .sp main .contents .imagebox.spcol1 {
      display: block; }
      main .contents .imagebox.col1 > *, .sp main .contents .imagebox.spcol1 > * {
        display: block;
        width: auto !important; }
        main .contents .imagebox.col1 > * + *, .sp main .contents .imagebox.spcol1 > * + * {
          padding-top: 20px;
          padding-left: 0px !important;
          padding-right: 0px !important; }
    main .contents .imagebox.col1half {
      display: block;
      width: 265px !important;
      margin: 0 auto; }
      main .contents .imagebox.col1half > * {
        display: block;
        width: auto !important; }
        main .contents .imagebox.col1half > * + * {
          padding-top: 20px;
          padding-left: 0px !important;
          padding-right: 0px !important; }
    main .contents .imagebox > * {
      margin-top: 0px !important; }
      main .contents .imagebox > * + * {
        padding-left: 20px; }
        .sp main .contents .imagebox > * + * {
          padding-left: 10px; }
      main .contents .imagebox > *.top {
        vertical-align: top; }
      main .contents .imagebox > *.middle {
        vertical-align: middle; }
      main .contents .imagebox > *.bottom {
        vertical-align: bottom; }
    main .contents .imagebox.reverse {
      direction: rtl; }
      main .contents .imagebox.reverse > * {
        direction: ltr; }
        main .contents .imagebox.reverse > * + * {
          padding-left: 0px;
          padding-right: 20px; }
          .sp main .contents .imagebox.reverse > * + * {
            padding-right: 10px; }
    main .contents .imagebox > .image img {
      width: 100%; }
    main .contents .imagebox > .image p {
      width: auto !important; }
  main .contents .column {
    margin-bottom: -40px;
    margin-left: -40px;
    margin-right: -4px; }
    .tablet main .contents .column {
      margin-left: -20px;
      margin-bottom: -26.6666666667px; }
    .sp main .contents .column {
      margin-left: -10px;
      margin-bottom: -20px; }
    main .contents .column:after {
      content: "";
      display: block;
      clear: both; }
    main .contents .column > * {
      float: left;
      margin-bottom: 40px;
      margin-left: 40px; }
      .tablet main .contents .column > * {
        margin-left: 20px;
        margin-bottom: 26.6666666667px; }
      .sp main .contents .column > * {
        margin-left: 10px;
        margin-bottom: 20px; }
    .sp main .contents .column.spcol1 > * {
      height: auto !important; }
    main .contents .column.col1 > * {
      width: calc((100% - 40px * 1 - 4px) / 1); }
      .tablet main .contents .column.col1 > * {
        width: calc((100% - 20px * 1 - 4px) / 1); }
      .sp main .contents .column.col1 > * {
        width: calc((100% - 10px * 1 - 4px) / 1); }
    .sp main .contents .column.spcol1 > * {
      width: calc((100% - 10px * 1 - 4px) / 1) !important; }
    main .contents .column.col2 > * {
      width: calc((100% - 40px * 2 - 4px) / 2); }
      .tablet main .contents .column.col2 > * {
        width: calc((100% - 20px * 2 - 4px) / 2); }
      .sp main .contents .column.col2 > * {
        width: calc((100% - 10px * 2 - 4px) / 2); }
    .sp main .contents .column.spcol2 > * {
      width: calc((100% - 10px * 2 - 4px) / 2) !important; }
    main .contents .column.col3 > * {
      width: calc((100% - 40px * 3 - 4px) / 3); }
      .tablet main .contents .column.col3 > * {
        width: calc((100% - 20px * 3 - 4px) / 3); }
      .sp main .contents .column.col3 > * {
        width: calc((100% - 10px * 3 - 4px) / 3); }
    .sp main .contents .column.spcol3 > * {
      width: calc((100% - 10px * 3 - 4px) / 3) !important; }
    main .contents .column.col4 > * {
      width: calc((100% - 40px * 4 - 4px) / 4); }
      .tablet main .contents .column.col4 > * {
        width: calc((100% - 20px * 4 - 4px) / 4); }
      .sp main .contents .column.col4 > * {
        width: calc((100% - 10px * 4 - 4px) / 4); }
    .sp main .contents .column.spcol4 > * {
      width: calc((100% - 10px * 4 - 4px) / 4) !important; }
    main .contents .column.col5 > * {
      width: calc((100% - 40px * 5 - 4px) / 5); }
      .tablet main .contents .column.col5 > * {
        width: calc((100% - 20px * 5 - 4px) / 5); }
      .sp main .contents .column.col5 > * {
        width: calc((100% - 10px * 5 - 4px) / 5); }
    .sp main .contents .column.spcol5 > * {
      width: calc((100% - 10px * 5 - 4px) / 5) !important; }
  main .contents.width80p .imagebox {
    width: 80%;
    margin: 0 auto; }
    main .contents.width80p .imagebox > * + * {
      padding-left: 40px; }
  main .contents .layout {
    display: table;
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px; }
    main .contents .layout > * {
      display: table-cell;
      height: 100%;
      text-align: center;
      vertical-align: middle; }
    main .contents .layout:after {
      content: "";
      display: block;
      clear: both; }
    .sp main .contents .layout {
      width: calc(100% + 20px);
      margin-left: -10px;
      margin-right: -10px; }
    main .contents .layout > * {
      padding: 0px 20px; }
      .sp main .contents .layout > * {
        padding: 0px 10px; }
      main .contents .layout > *.left {
        text-align: left; }
      main .contents .layout > *.right {
        text-align: right; }
      main .contents .layout > *.top {
        vertical-align: top; }
      main .contents .layout > *.bottom {
        vertical-align: bottom; }
    .sp main .contents .layout.spcol1 {
      display: block;
      width: auto;
      margin-left: 0px;
      margin-bottom: -24px;
      margin-right: 0px; }
    .sp main .contents .layout.spcol1 > * {
      display: block;
      margin-bottom: 24px;
      padding: 0px;
      width: auto !important; }
  main .contents .button {
    font-size: 0; }
    main .contents .button:after {
      content: "";
      display: block;
      clear: both; }
    .sp main .contents .button {
      text-align: center; }
    main .contents .button > div {
      display: inline-block;
      min-width: 175px;
      -webkit-perspective: 100px;
      perspective: 100px; }
      main .contents .button > div > * {
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        background-color: #4eb994; }
        main .contents .button > div > *:hover {
          -webkit-transition: 0.2s;
          transition: 0.2s;
          background-color: #60c09f;
          opacity: 1; }
        main .contents .button > div > *.press {
          -webkit-transition: 0.2s;
          transition: 0.2s;
          background-color: #3c9878;
          -webkit-transform: translateZ(-5px);
          transform: translateZ(-5px); }
    main .contents .button.pdf {
      text-align: right; }
      main .contents .button.pdf > div > * {
        background-color: #dcb03b; }
      main .contents .button.pdf.custom {
        display: flex;
        flex-wrap: wrap;
        justify-content: center; }
        main .contents .button.pdf.custom > div {
          margin: 0 5px 10px; }
          main .contents .button.pdf.custom > div a {
            white-space: nowrap; }
    main .contents .button.big > div {
      display: block;
      width: 60%;
      min-width: 300px;
      margin: 0 auto; }
      main .contents .button.big > div a {
        font-size: 24px;
        font-size: 1.7142857143rem;
        line-height: 26.4px;
        line-height: 1.8857142857rem;
        padding: 15px 40px 15px 20px; }
    main .contents .button a {
      position: relative;
      display: inline-block;
      width: 100%;
      padding: 10px 30px 10px 10px;
      font-size: 13px;
      font-size: 0.9285714286rem;
      line-height: 14.3px;
      line-height: 1.0214285714rem;
      color: #ffffff;
      text-align: center;
      font-weight: normal;
      cursor: pointer; }
      main .contents .button a:before {
        position: absolute;
        display: block;
        content: "";
        top: 50%;
        right: 18px;
        width: 5.5px;
        height: 10px;
        background: url(../images/link.png) no-repeat;
        background-size: 100%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
      main .contents .button a.ex:before {
        background: none; }
      main .contents .button a.ex:after {
        position: absolute;
        display: inline-block;
        content: "";
        width: 15px;
        height: 11px;
        margin-left: 5px;
        margin-top: 1px;
        background: url(../images/blank_w.png) no-repeat; }
      main .contents .button a.dl:before {
        background: none; }
      main .contents .button a.dl:after {
        position: absolute;
        display: inline-block;
        content: "";
        width: 15px;
        height: 20px;
        margin-left: 5px;
        margin-top: -1px;
        background: url(../images/dl.png) no-repeat; }
    main .contents .button.center {
      text-align: center; }
    main .contents .button.right {
      text-align: right; }
      .sp main .contents .button.right {
        text-align: center; }
  main .contents .linklist li + li {
    margin-top: 10px; }
  main .contents .linklist a {
    position: relative;
    margin-left: 20px;
    font-size: 15px;
    font-size: 1.0714285714rem;
    line-height: 19.5px;
    line-height: 1.3928571429rem;
    font-weight: bold;
    color: #276abf;
    position: relative;
    display: inline-block; }
    main .contents .linklist a:before {
      content: "";
      display: block;
      position: absolute;
      bottom: -0.1rem;
      left: 0px;
      width: 100%;
      height: 1px;
      background: #276abf;
      -webkit-transition: 0.2s;
      transition: 0.2s;
      -webkit-transform: scale(0);
      transform: scale(0); }
    main .contents .linklist a:hover:before {
      -webkit-transform: scale(1);
      transform: scale(1); }
    .sp main .contents .linklist a {
      margin-left: 16px;
      font-size: 13px;
      font-size: 0.9285714286rem;
      line-height: 16.9px;
      line-height: 1.2071428571rem; }
    main .contents .linklist a:after {
      content: "";
      position: absolute;
      display: block;
      top: 50%;
      left: -20px;
      margin-top: -6px;
      border: 5px solid transparent;
      border-left: 8px solid #276abf;
      border-width: 5px 8px; }
      .sp main .contents .linklist a:after {
        left: -16px;
        margin-top: -7px; }
  main .contents .table {
    overflow-x: auto; }
    main .contents .table table {
      width: 100%;
      border-collapse: collapse;
      empty-cells: show; }
      .sp main .contents .table table {
        min-width: 800px; }
      main .contents .table table caption {
        margin: 0px 0px 8px;
        padding: 0px;
        font-size: 15px;
        font-size: 1.0714285714rem;
        line-height: 19.5px;
        line-height: 1.3928571429rem;
        text-align: left;
        color: #555555; }
        .sp main .contents .table table caption {
          font-size: 13px;
          font-size: 0.9285714286rem;
          line-height: 16.9px;
          line-height: 1.2071428571rem; }
      main .contents .table table th, main .contents .table .format table td, main .contents .format .table table td {
        padding: 6px 12px;
        vertical-align: middle;
        text-align: center;
        font-size: 15px;
        font-size: 1.0714285714rem;
        line-height: 19.5px;
        line-height: 1.3928571429rem;
        font-weight: normal;
        color: #ffffff;
        background: #b4b4b4;
        border-right: 2px solid #ffffff;
        border-bottom: 2px solid #ffffff; }
        .sp main .contents .table table th, .sp main .contents .table .format table td, .sp main .contents .format .table table td {
          font-size: 13px;
          font-size: 0.9285714286rem;
          line-height: 16.9px;
          line-height: 1.2071428571rem; }
        main .contents .table table th:last-child, main .contents .table .format table td:last-child, main .contents .format .table table td:last-child {
          border-right: 0px; }
      main .contents .table table td {
        padding: 6px 12px;
        vertical-align: top;
        text-align: left;
        font-size: 14px;
        font-size: 1rem;
        line-height: 18.2px;
        line-height: 1.3rem;
        font-weight: normal;
        color: #555555;
        background: #ebebeb;
        border-right: 2px solid #ffffff;
        border-bottom: 2px solid #ffffff; }
        .sp main .contents .table table td {
          font-size: 12px;
          font-size: 0.8571428571rem;
          line-height: 15.6px;
          line-height: 1.1142857143rem; }
        main .contents .table table td:last-child {
          border-right: 0px; }
      main .contents .table table tbody tr:last-child th, main .contents .table .format table tbody tr:last-child td, main .contents .format .table table tbody tr:last-child td, main .contents .table table tbody tr:last-child td {
        border-bottom: 0px; }
      main .contents .table table tbody tr:nth-child(2n+1) th, main .contents .table .format table tbody tr:nth-child(2n+1) td, main .contents .format .table table tbody tr:nth-child(2n+1) td, main .contents .table table tbody tr:nth-child(2n+1) td {
        background: #dcdcdc; }
      main .contents .table table .left {
        text-align: left; }
      main .contents .table table .right {
        text-align: right; }
      main .contents .table table .center {
        text-align: center; }
      main .contents .table table .top {
        vertical-align: top; }
      main .contents .table table .bottom {
        vertical-align: bottom; }
      main .contents .table table .middle {
        vertical-align: middle; }
      main .contents .table table a {
        color: #276abf;
        position: relative;
        display: inline-block; }
        main .contents .table table a:before {
          content: "";
          display: block;
          position: absolute;
          bottom: -0.1rem;
          left: 0px;
          width: 100%;
          height: 1px;
          background: #276abf;
          -webkit-transition: 0.2s;
          transition: 0.2s;
          -webkit-transform: scale(0);
          transform: scale(0); }
        main .contents .table table a:hover:before {
          -webkit-transform: scale(1);
          transform: scale(1); }
      main .contents .table table .icon > div {
        position: relative;
        padding-right: 90px; }
        .stab main .contents .table table .icon > div {
          padding-top: 20px;
          padding-right: 0px; }
        .sp main .contents .table table .icon > div {
          padding-top: 0px;
          padding-right: 70px; }
        main .contents .table table .icon > div .wanted {
          position: absolute;
          top: 50%;
          right: -8px;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
          .stab main .contents .table table .icon > div .wanted {
            top: 0px;
            -webkit-transform: translateY(0);
            transform: translateY(0); }
          .sp main .contents .table table .icon > div .wanted {
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    main .contents .table > p {
      margin-top: 12px;
      font-size: 12px;
      font-size: 0.8571428571rem;
      line-height: 20.4px;
      line-height: 1.4571428571rem;
      color: #999999; }
      .sp main .contents .table > p {
        font-size: 9px;
        font-size: 0.6428571429rem;
        line-height: 15.3px;
        line-height: 1.0928571429rem; }
  main .contents .format table {
    width: 100%;
    border-collapse: collapse;
    empty-cells: show;
    border-bottom: 1px solid #b3b3b3; }
    main .contents .format table th, main .contents .format table td {
      padding: 16px 8px;
      vertical-align: top;
      text-align: left;
      font-size: 14px;
      font-size: 1rem;
      line-height: 23.8px;
      line-height: 1.7rem;
      font-weight: bold;
      color: #000000;
      border-top: 1px solid #b3b3b3; }
    main .contents .format table td {
      font-weight: normal; }
    .sp main .contents .format table {
      display: block; }
      .sp main .contents .format table tbody {
        display: block; }
      .sp main .contents .format table tr {
        display: block; }
      .sp main .contents .format table th, .sp main .contents .format table td {
        display: block; }
      .sp main .contents .format table td {
        display: block;
        padding-top: 0px;
        border-top: 0px; }
  main .contents .menu {
    margin-bottom: -60px;
    margin-left: -60px;
    margin-right: -4px; }
    main .contents .menu:after {
      content: "";
      display: block;
      clear: both; }
    .tablet main .contents .menu {
      margin-bottom: -30px;
      margin-left: -30px; }
    .sp main .contents .menu {
      margin-bottom: -34.9998px;
      margin-left: 0px;
      padding: 0px 22.5px; }
    main .contents .menu > * {
      float: left;
      margin-bottom: 60px;
      margin-left: 60px; }
      .tablet main .contents .menu > * {
        margin-bottom: 30px;
        margin-left: 30px; }
      .sp main .contents .menu > * {
        float: none;
        margin-left: 0px;
        margin-bottom: 34.9998px;
        width: 100% !important; }
    main .contents .menu.col1 > * {
      width: calc((100% - 60px * 1 - 4px) / 1); }
      .tablet main .contents .menu.col1 > * {
        width: calc((100% - 30px * 1 - 4px) / 1); }
    main .contents .menu.col2 > * {
      width: calc((100% - 60px * 2 - 4px) / 2); }
      .tablet main .contents .menu.col2 > * {
        width: calc((100% - 30px * 2 - 4px) / 2); }
    main .contents .menu.col3 > * {
      width: calc((100% - 60px * 3 - 4px) / 3); }
      .tablet main .contents .menu.col3 > * {
        width: calc((100% - 30px * 3 - 4px) / 3); }
    main .contents .menu.col4 > * {
      width: calc((100% - 60px * 4 - 4px) / 4); }
      .tablet main .contents .menu.col4 > * {
        width: calc((100% - 30px * 4 - 4px) / 4); }
    main .contents .menu.col5 > * {
      width: calc((100% - 60px * 5 - 4px) / 5); }
      .tablet main .contents .menu.col5 > * {
        width: calc((100% - 30px * 5 - 4px) / 5); }
    main .contents .menu > a {
      display: block;
      border: 1px solid #eeeeee; }
      main .contents .menu > a img {
        display: block;
        width: 100%;
        height: auto; }
      main .contents .menu > a > span {
        display: table;
        width: 100%; }
        main .contents .menu > a > span > * {
          display: table-cell;
          height: 100%;
          text-align: left;
          vertical-align: middle; }
        main .contents .menu > a > span > * {
          height: 80px; }
          .sp main .contents .menu > a > span > * {
            height: 58px; }
      main .contents .menu > a strong {
        padding: 10px 10px 10px 50px;
        font-size: 20px;
        font-size: 1.4285714286rem;
        line-height: 26px;
        line-height: 1.8571428571rem;
        background: url(../images/link_b.png) no-repeat 32px center;
        background-size: 8px auto; }
        .tablet main .contents .menu > a strong {
          padding-left: 40px;
          background-position: 20px center; }
        .sp main .contents .menu > a strong {
          font-size: 14px;
          font-size: 1rem;
          line-height: 18.2px;
          line-height: 1.3rem;
          background-size: 6px auto;
          background-position: 25px center; }
  .sp main .contents .menulist {
    padding: 0px 15px; }
  main .contents .menulist ul {
    margin-left: -30px;
    margin-right: -5px;
    margin-top: -12px;
    overflow: hidden; }
    .sp main .contents .menulist ul {
      margin-left: -20px;
      margin-top: -16px; }
    main .contents .menulist ul li {
      float: left;
      margin-left: 30px;
      margin-top: 12px;
      width: calc((100% - (30px * 6) - 5px) / 6); }
      .stab main .contents .menulist ul li {
        width: calc((100% - (30px * 3) - 5px) / 3); }
      .sp main .contents .menulist ul li {
        margin-left: 20px;
        margin-top: 16px;
        width: calc((100% - (20px * 2) - 5px) / 2); }
      main .contents .menulist ul li a {
        display: table;
        width: 100%;
        height: 100%;
        font-size: 12px;
        font-size: 0.8571428571rem;
        line-height: 15.6px;
        line-height: 1.1142857143rem;
        font-weight: bold;
        border: 2px solid #eeeeee;
        border-bottom-color: #333; }
        main .contents .menulist ul li a > * {
          display: table-cell;
          height: 100%;
          text-align: center;
          vertical-align: middle; }
        .sp main .contents .menulist ul li a {
          font-size: 9px;
          font-size: 0.6428571429rem;
          line-height: 11.7px;
          line-height: 0.8357142857rem; }
        main .contents .menulist ul li a > * {
          height: 100%;
          padding: 12px 8px; }
          .sp main .contents .menulist ul li a > * {
            padding: 9px 6px; }
          main .contents .menulist ul li a > *:before {
            content: "";
            display: inline-block;
            width: 5px;
            height: 10px;
            vertical-align: middle;
            margin-right: 8px;
            background: url(../images/link_b.png) no-repeat;
            background-size: 100%; }
        main .contents .menulist ul li a:hover {
          color: #ffffff;
          background: #333 !important;
          border-color: #333 !important;
          opacity: 1; }
          main .contents .menulist ul li a:hover > *:before {
            background-image: url(../images/link_w.png); }
      main .contents .menulist ul li.current a {
        background: #f8fbf4;
        border-bottom-color: #eeeeee; }
  main .contents .menulist.anchor ul li a > *:before {
    width: 10px;
    height: 6px;
    background-image: url(../images/anchor_b.png); }
  main .contents .menulist.anchor ul li a:hover > *:before {
    background-image: url(../images/anchor_w.png); }
  main .contents .menulist.anchor ul li.current a {
    background: #f8fbf4;
    border-bottom-color: #eeeeee; }
  .sp main .contents .menulist.footer {
    padding: 0px 10px; }
  main .contents .menulist.footer ul {
    margin-left: -12px; }
    .sp main .contents .menulist.footer ul {
      margin-left: -9px;
      margin-top: -9px; }
    main .contents .menulist.footer ul li {
      margin-left: 12px;
      width: calc((100% - (12px * 6) - 5px) / 6); }
      .stab main .contents .menulist.footer ul li {
        width: calc((100% - (12px * 3) - 5px) / 3); }
      .sp main .contents .menulist.footer ul li {
        margin-left: 9px;
        margin-top: 9px;
        width: calc((100% - (9px * 2) - 5px) / 2); }
  main .contents.tab {
    overflow: hidden; }
    main .contents.tab > div {
      padding-bottom: 0px; }
    main .contents.tab > div > div {
      margin-left: -10px;
      margin-right: -10px; }
      .sp main .contents.tab > div > div {
        margin: 0px; }
    main .contents.tab ul {
      display: table;
      width: 100%;
      table-layout: fixed; }
      main .contents.tab ul > * {
        display: table-cell;
        height: 100%;
        text-align: center;
        vertical-align: middle; }
      .sp main .contents.tab ul {
        display: block;
        width: auto;
        margin-left: -9px;
        margin-top: -9px;
        margin-right: -5px; }
      main .contents.tab ul li {
        position: relative;
        padding: 0px 10px; }
        .sp main .contents.tab ul li {
          float: left;
          display: block;
          margin-left: 9px;
          margin-top: 9px;
          padding: 0px;
          width: calc((100% - (9px * 2) - 5px) / 2); }
        main .contents.tab ul li:after {
          position: absolute;
          content: "";
          display: block;
          width: calc(100vw);
          height: 1px;
          bottom: -0px;
          right: 50%;
          background: #eeeeee;
          -webkit-transform: translateX(50%);
          transform: translateX(50%);
          z-index: 5; }
        main .contents.tab ul li a {
          display: table;
          width: 100%;
          height: 100%;
          font-size: 14px;
          font-size: 1rem;
          line-height: 15.4px;
          line-height: 1.1rem;
          font-weight: bold;
          background: #f8fbf4;
          border: 2px solid #eeeeee;
          border-top-color: #333;
          border-bottom-width: 1px; }
          main .contents.tab ul li a > * {
            display: table-cell;
            height: 100%;
            text-align: center;
            vertical-align: middle; }
          .sp main .contents.tab ul li a {
            font-size: 11px;
            font-size: 0.7857142857rem;
            line-height: 12.1px;
            line-height: 0.8642857143rem; }
          main .contents.tab ul li a > * {
            position: relative;
            height: 100%;
            padding: 15px 8px; }
            .sp main .contents.tab ul li a > * {
              padding: 12px 6px; }
            main .contents.tab ul li a > *:before {
              content: "";
              position: absolute;
              display: inline-block;
              width: 10px;
              height: 6px;
              bottom: 2px;
              left: 50%;
              margin-left: -5px;
              background: url(../images/anchor_b.png) no-repeat;
              background-size: 100%; }
          main .contents.tab ul li a:hover {
            color: #ffffff;
            background: #333 !important;
            border-color: #333 !important;
            opacity: 1; }
            main .contents.tab ul li a:hover > *:before {
              background-image: url(../images/anchor_w.png); }
        main .contents.tab ul li.current a {
          color: #000000;
          background: #ffffff;
          border-top-color: #eeeeee; }
          main .contents.tab ul li.current a > *:before {
            width: 100%;
            height: 1px;
            bottom: -1px;
            left: 0px;
            margin: 0px;
            background: none #ffffff !important;
            z-index: 50; }
          main .contents.tab ul li.current a:hover {
            color: #ffffff;
            background: #333 !important;
            border-color: #333 !important;
            opacity: 1; }
            main .contents.tab ul li.current a:hover > *:before {
              background-image: url(../images/anchor_w.png); }
  main .contents .tabpanel {
    display: none; }
  main .contents .box {
    padding: 24px;
    border: 1px solid #bbc8cf; }
    .sp main .contents .box {
      padding: 12px; }
  main .contents .googlemap {
    position: relative;
    padding-top: 50%; }
    .sp main .contents .googlemap {
      padding-top: 75%; }
    main .contents .googlemap iframe {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0px; }
  main .contents .youtube {
    max-width: 640px;
    margin: auto; }
    main .contents .youtube > div {
      position: relative;
      padding-top: 56.25%; }
      main .contents .youtube > div > iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0px; }
    main .contents .youtube p {
      margin: auto;
      font-size: 12.25px;
      font-size: 0.875rem;
      line-height: 15.925px;
      line-height: 1.1375rem; }
      * + main .contents .youtube p {
        margin-top: 8px; }
  main .contents .linkback {
    text-align: right; }
    main .contents .linkback a {
      position: relative;
      display: inline-block;
      padding-left: 16px;
      font-size: 11px;
      font-size: 0.7857142857rem;
      line-height: 12.1px;
      line-height: 0.8642857143rem;
      color: #808080; }
      main .contents .linkback a:before {
        content: "";
        position: absolute;
        display: block;
        top: 50%;
        left: 0px;
        margin-top: -6px;
        border: 5px solid transparent;
        border-left: 8px solid #808080;
        border-width: 5px 8px; }
  main .contents * + .linkback {
    margin-top: 70px; }
  main .contents .awardbox {
    padding: 0px 15px; }
    .sp main .contents .awardbox {
      padding: 0px 10px; }
  main .contents .awardlist {
    font-size: 15px;
    font-size: 1.0714285714rem;
    line-height: 19.5px;
    line-height: 1.3928571429rem; }
    .sp main .contents .awardlist {
      font-size: 13px;
      font-size: 0.9285714286rem;
      line-height: 16.9px;
      line-height: 1.2071428571rem; }
    main .contents .awardlist li {
      display: table;
      width: auto; }
      .sp main .contents .awardlist li {
        display: block; }
      main .contents .awardlist li > * {
        display: table-cell;
        height: 100%;
        text-align: left;
        vertical-align: top; }
      .sp main .contents .awardlist li > * {
        display: block; }
      .sp main .contents .awardlist li > * {
        margin-top: 5px;
        margin-left: calc(1.4rem + 5px); }
      main .contents .awardlist li > *:first-child {
        width: 250px;
        white-space: nowrap; }
        .sp main .contents .awardlist li > *:first-child {
          width: auto;
          margin: 0px; }
    main .contents .awardlist ol {
      counter-reset: number; }
      main .contents .awardlist ol li > *:first-child:before {
        counter-increment: number;
        content: counter(number) ".";
        display: inline-block;
        width: 1.4rem;
        margin-right: 5px;
        text-align: right;
        white-space: nowrap; }
    main .contents .awardlist li + li {
      padding-top: 10px; }
    main .contents .awardlist a {
      color: #276abf;
      position: relative;
      display: inline-block; }
      main .contents .awardlist a:before {
        content: "";
        display: block;
        position: absolute;
        bottom: -0.1rem;
        left: 0px;
        width: 100%;
        height: 1px;
        background: #276abf;
        -webkit-transition: 0.2s;
        transition: 0.2s;
        -webkit-transform: scale(0);
        transform: scale(0); }
      main .contents .awardlist a:hover:before {
        -webkit-transform: scale(1);
        transform: scale(1); }
    main .contents .awardlist img {
      display: inline-block;
      margin-right: 5px;
      vertical-align: middle; }
  main .contents h3 + .awardlist {
    margin-top: 24px !important; }
  main .contents .buildinglist {
    font-size: 0; }
    main .contents .buildinglist li {
      display: inline-block;
      font-size: 15px;
      font-size: 1.0714285714rem;
      line-height: 19.5px;
      line-height: 1.3928571429rem;
      font-weight: bold; }
      .sp main .contents .buildinglist li {
        font-size: 13px;
        font-size: 0.9285714286rem;
        line-height: 16.9px;
        line-height: 1.2071428571rem; }
      main .contents .buildinglist li:before {
        content: "【";
        color: #276abf; }
      main .contents .buildinglist li:after {
        content: "】";
        color: #276abf; }
    main .contents .buildinglist li + li {
      margin-left: 2px; }
    main .contents .buildinglist a {
      color: #276abf;
      position: relative;
      display: inline-block; }
      main .contents .buildinglist a:before {
        content: "";
        display: block;
        position: absolute;
        bottom: -0.1rem;
        left: 0px;
        width: 100%;
        height: 1px;
        background: #276abf;
        -webkit-transition: 0.2s;
        transition: 0.2s;
        -webkit-transform: scale(0);
        transform: scale(0); }
      main .contents .buildinglist a:hover:before {
        -webkit-transform: scale(1);
        transform: scale(1); }
  main .contents h2 + .buildinglist {
    margin-top: 24px !important; }
  main .contents .environmenttitle {
    position: relative;
    padding-top: 20.1511%;
    padding-bottom: 35px; }
    main .contents .environmenttitle:after {
      content: "";
      position: absolute;
      display: block;
      width: 67.0025%;
      padding-top: 13.15789%;
      top: calc((100% - 35px) / 2);
      background: url(../images/environmenttext.png) no-repeat center center;
      background-size: 100%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
    main .contents .environmenttitle p {
      position: absolute;
      top: -10000px; }
  main .contents .environmenttitle + * {
    margin-top: 0px !important; }
  main .contents .icon .wanted {
    display: inline-block;
    min-width: 90px;
    padding: 2px 10px;
    color: #ffffff;
    font-size: 12px;
    font-size: 0.8571428571rem;
    line-height: 13.2px;
    line-height: 0.9428571429rem;
    letter-spacing: 3px;
    vertical-align: middle;
    text-align: center;
    background: #70ab9b; }
    .sp main .contents .icon .wanted {
      min-width: 70px;
      font-size: 10px;
      font-size: 0.7142857143rem;
      line-height: 11px;
      line-height: 0.7857142857rem;
      letter-spacing: 0px; }
  main .contents .bizcoretitle {
    padding-left: 40px;
    color: #ffffff; }
    .tablet main .contents .bizcoretitle {
      padding-left: 0px; }
    main .contents .bizcoretitle h1 {
      margin: 0px 0px 40px;
      padding: 0px;
      font-size: 40px;
      font-size: 2.8571428571rem;
      line-height: 60px;
      line-height: 4.2857142857rem;
      color: #ffffff;
      font-weight: normal;
      border: 0px; }
      .tablet main .contents .bizcoretitle h1 {
        font-size: 32px;
        font-size: 2.2857142857rem;
        line-height: 48px;
        line-height: 3.4285714286rem; }
      .stab main .contents .bizcoretitle h1 {
        font-size: 24px;
        font-size: 1.7142857143rem;
        line-height: 36px;
        line-height: 2.5714285714rem; }
      .sp main .contents .bizcoretitle h1 {
        font-size: 20px;
        font-size: 1.4285714286rem;
        line-height: 30px;
        line-height: 2.1428571429rem; }
    main .contents .bizcoretitle h2:before {
      background-color: #ffffff; }
    main .contents .bizcoretitle p {
      font-size: 17px;
      font-size: 1.2142857143rem;
      line-height: 28.9px;
      line-height: 2.0642857143rem; }
      .tablet main .contents .bizcoretitle p {
        font-size: 15px;
        font-size: 1.0714285714rem;
        line-height: 25.5px;
        line-height: 1.8214285714rem; }
  main .contents .flagshiplist {
    margin-right: -5px;
    margin-left: -40px;
    margin-bottom: -40px;
    overflow: hidden; }
    .tablet main .contents .flagshiplist {
      margin-right: 0px;
      margin-left: 0px;
      margin-bottom: -20px; }
    main .contents .flagshiplist > div {
      float: left;
      width: calc((100% - 40px * 2 - 5px) / 2);
      margin-left: 40px;
      margin-bottom: 40px; }
      .tablet main .contents .flagshiplist > div {
        float: none;
        width: 100%;
        max-width: 580px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px; }
    main .contents .flagshiplist .imagebox {
      background: #ffffff;
      position: relative; }
      .tablet main .contents .flagshiplist .imagebox > .image {
        width: 250px !important; }
      .sp main .contents .flagshiplist .imagebox > .image {
        width: 100% !important;
        padding: 10px 10px 0px; }
        .sp main .contents .flagshiplist .imagebox > .image img {
          max-width: 125px;
          margin: auto; }
      main .contents .flagshiplist .imagebox > .text {
        /*position: relative;*/
        padding: 10px 30px 70px 30px; }
        .sp main .contents .flagshiplist .imagebox > .text {
          padding: 10px !important; }
        main .contents .flagshiplist .imagebox > .text .title {
          position: relative;
          display: table;
          width: auto;
          height: 80px;
          margin: 0px auto; }
          main .contents .flagshiplist .imagebox > .text .title > * {
            display: table-cell;
            height: 100%;
            text-align: left;
            vertical-align: middle; }
          main .contents .flagshiplist .imagebox > .text .title h2 {
            position: static;
            padding-left: 60px; }
            main .contents .flagshiplist .imagebox > .text .title h2.no_logo {
              padding-left: 0; }
            main .contents .flagshiplist .imagebox > .text .title h2:before {
              display: none; }
            main .contents .flagshiplist .imagebox > .text .title h2 img {
              position: absolute;
              top: 50%;
              left: 30px;
              -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
        main .contents .flagshiplist .imagebox > .text p {
          font-size: 16px;
          font-size: 1.1428571429rem;
          line-height: 27.2px;
          line-height: 1.9428571429rem;
          color: #221815; }
        main .contents .flagshiplist .imagebox > .text .button {
          position: absolute;
          right: calc( 50% - 125px);
          bottom: 25px;
          -webkit-transform: translateX(50%);
          transform: translateX(50%); }
          .sp main .contents .flagshiplist .imagebox > .text .button {
            position: static;
            -webkit-transform: translateX(0);
            transform: translateX(0); }
  main .contents .Buildinglist {
    margin-right: -5px;
    margin-left: -40px;
    margin-bottom: -40px;
    overflow: hidden; }
    .tablet main .contents .Buildinglist {
      margin-right: 0px;
      margin-left: 0px;
      margin-bottom: -20px; }
    main .contents .Buildinglist > div {
      float: left;
      width: calc((100% - 40px * 2 - 5px) / 2);
      margin-left: 40px;
      margin-bottom: 40px; }
      .tablet main .contents .Buildinglist > div {
        float: none;
        width: 100%;
        max-width: 580px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px; }
    main .contents .Buildinglist .image-box {
      background: #ffffff;
      position: relative;
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      height: 400px; }
      .sp main .contents .Buildinglist .image-box {
        flex-direction: row;
        height: auto; }
      main .contents .Buildinglist .image-box > .image {
        width: 250px; }
        main .contents .Buildinglist .image-box > .image img {
          width: 100%; }
        .sp main .contents .Buildinglist .image-box > .image {
          /*width: 40%;*/
          margin: 0 auto;
          padding: 15px 10px 15px 15px;
          order: 2; }
          .sp main .contents .Buildinglist .image-box > .image img {
            /*max-width: 125px;*/
            margin: auto; }
      main .contents .Buildinglist .image-box .title {
        display: block;
        position: relative;
        display: table;
        width: auto;
        height: 80px;
        margin: 0px auto;
        box-sizing: border-box;
        max-width: calc(580px - 290px); }
        main .contents .Buildinglist .image-box .title > * {
          display: table-cell;
          height: 100%;
          text-align: left;
          vertical-align: middle; }
        .sp main .contents .Buildinglist .image-box .title {
          order: 1;
          width: 100%; }
        main .contents .Buildinglist .image-box .title h2 {
          position: static;
          padding-left: 60px; }
          main .contents .Buildinglist .image-box .title h2.no_logo {
            padding-left: 0; }
            .sp main .contents .Buildinglist .image-box .title h2.no_logo {
              padding-left: 15px; }
          main .contents .Buildinglist .image-box .title h2:before {
            display: none; }
          main .contents .Buildinglist .image-box .title h2 img {
            position: absolute;
            top: 50%;
            left: 30px;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
      main .contents .Buildinglist .image-box > .text {
        /*position: relative;*/
        background-color: #fff;
        margin-top: 0;
        /*padding: 10px 30px 70px 30px;*/
        width: calc(580px - 250px);
        box-sizing: border-box;
        padding: 10px 25px 0; }
        .sp main .contents .Buildinglist .image-box > .text {
          padding: 15px 15px 15px 10px;
          order: 3;
          flex: 1;
          /*width: calc(100vw * 0.5);*/ }
        main .contents .Buildinglist .image-box > .text p {
          font-size: 15px;
          font-size: 1.0714285714rem;
          line-height: 25.5px;
          line-height: 1.8214285714rem;
          color: #221815; }
        main .contents .Buildinglist .image-box > .text .button {
          position: absolute;
          right: calc( 50% - 125px);
          bottom: 25px;
          -webkit-transform: translateX(50%);
          transform: translateX(50%); }
          main .contents .Buildinglist .image-box > .text .button a {
            width: calc(580px - 310px); }
          .sp main .contents .Buildinglist .image-box > .text .button {
            position: static;
            -webkit-transform: translateX(0);
            transform: translateX(0); }
            .sp main .contents .Buildinglist .image-box > .text .button > div {
              width: 100%; }
    main .contents .Buildinglist .bottominq {
      background-color: #ccc;
      padding: 10px;
      color: #fff;
      text-align: center; }
  main .contents .searchresult > a {
    position: relative;
    display: block;
    min-height: 220px;
    /*padding: 15px 25px 20px 275px;*/
    background: #ffffff;
    /*@include hover(0.8);*/
    -webkit-transition: none;
    transition: none;
    overflow: hidden; }
    main .contents .searchresult > a:hover {
      opacity: 1; }
    main .contents .searchresult > a:hover {
      background-color: rgba(255, 255, 255, 0.8); }
    .tablet main .contents .searchresult > a {
      min-height: 200px;
      /*padding-left: 225px;*/ }
    .sp main .contents .searchresult > a {
      display: block;
      min-height: 0px;
      /*padding: 10px 15px 275px 15px;*/ }
    main .contents .searchresult > a .listflexbox {
      position: relative; }
    main .contents .searchresult > a .image {
      position: absolute;
      left: 0px;
      top: 0px;
      height: 100%;
      width: 200px;
      min-height: 220px;
      overflow: hidden; }
      .tablet main .contents .searchresult > a .image {
        width: 180px; }
      .sp main .contents .searchresult > a .image {
        width: 50%;
        height: 200px;
        min-height: auto;
        top: 20px;
        left: 0;
        right: 0;
        margin: auto;
        margin-bottom: 20px; }
      main .contents .searchresult > a .image img {
        position: absolute;
        left: 50%;
        top: 50%;
        height: 100%;
        width: auto;
        max-width: none;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
        .sp main .contents .searchresult > a .image img {
          position: static;
          /*height: 250px;*/
          -webkit-transform: translate(0, 0);
          transform: translate(0, 0); }
    main .contents .searchresult > a .tbl {
      margin-left: 200px;
      background-color: #fff;
      /*@include table($align: left, $valign: top);*/
      flex: 1;
      display: flex;
      justify-content: space-between;
      padding: 15px 25px 20px 40px;
      box-sizing: border-box; }
      .tablet main .contents .searchresult > a .tbl {
        margin-left: 180px;
        /*display: block;
        margin-bottom: 40px; 
        width: calc(100% - 300px);*/ }
      .mtab main .contents .searchresult > a .tbl {
        display: block; }
      .sp main .contents .searchresult > a .tbl {
        width: 100%;
        padding: 15px;
        margin-left: 0px;
        padding-top: 220px; }
      .tablet.sp main .contents .searchresult > a .tbl {
        margin-bottom: 0; }
      main .contents .searchresult > a .tbl > div + div {
        padding-left: 5px; }
      main .contents .searchresult > a .tbl > div.detail {
        flex: 1; }
      main .contents .searchresult > a .tbl > div:first-child {
        flex: 1; }
      main .contents .searchresult > a .tbl > div.bosyuu {
        width: 200px;
        padding-left: 20px;
        /*.stab &{ width: 180px; padding-left: 10px;}*/ }
        .tablet main .contents .searchresult > a .tbl > div.bosyuu {
          /*display: block;
          width: 200px;*/
          margin: 20px 0 10px; }
        .mtab main .contents .searchresult > a .tbl > div.bosyuu {
          width: 100%;
          padding-left: 0; }
        main .contents .searchresult > a .tbl > div.bosyuu .bosyuu_box {
          /*border: 1px solid #70ab9b;
          padding: 5px;*/ }
          main .contents .searchresult > a .tbl > div.bosyuu .bosyuu_box p {
            padding-left: 20px; }
          main .contents .searchresult > a .tbl > div.bosyuu .bosyuu_box .bosyuu_title {
            font-size: 16px;
            font-size: 1.1428571429rem;
            line-height: 20.8px;
            line-height: 1.4857142857rem;
            background: #70ab9b;
            color: #fff;
            text-align: center;
            padding: 4px 0;
            /*margin: 2px;*/ }
          main .contents .searchresult > a .tbl > div.bosyuu .bosyuu_box .bosyuu_sub {
            margin-top: 8px;
            padding-left: 25px;
            font-weight: bold; }
          main .contents .searchresult > a .tbl > div.bosyuu .bosyuu_box .bosyuu_no {
            padding: 30px 0 30px 30px; }
            .tablet main .contents .searchresult > a .tbl > div.bosyuu .bosyuu_box .bosyuu_no {
              padding: 10px 0 10px 30px; }
          main .contents .searchresult > a .tbl > div.bosyuu .bosyuu_box table {
            width: 100% !important;
            height: auto !important;
            border-collapse: separate;
            border-spacing: 2px; }
          main .contents .searchresult > a .tbl > div.bosyuu .bosyuu_box tr, main .contents .searchresult > a .tbl > div.bosyuu .bosyuu_box th, main .contents .searchresult > a .tbl > div.bosyuu .bosyuu_box .format table td, main .contents .format table .searchresult > a .tbl > div.bosyuu .bosyuu_box td, main .contents .searchresult > a .tbl > div.bosyuu .bosyuu_box td {
            width: auto !important;
            height: auto !important; }
          main .contents .searchresult > a .tbl > div.bosyuu .bosyuu_box td {
            background-color: #f5f5f5;
            padding: 5px 7px;
            text-align: center; }
          main .contents .searchresult > a .tbl > div.bosyuu .bosyuu_box.new tr:first-child {
            display: none; }
          main .contents .searchresult > a .tbl > div.bosyuu .bosyuu_box.new td:last-child {
            display: none; }
    main .contents .searchresult > a .title {
      display: block;
      margin-bottom: 16px;
      padding-bottom: 10px;
      font-size: 20px;
      font-size: 1.4285714286rem;
      line-height: 26px;
      line-height: 1.8571428571rem;
      font-weight: bold;
      border-bottom: 1px solid #efefef; }
    main .contents .searchresult > a.icon .title {
      padding-right: 100px; }
      .sp main .contents .searchresult > a.icon .title {
        padding-top: 20px;
        padding-right: 0px; }
    main .contents .searchresult > a .wanted {
      position: absolute;
      top: 20px;
      right: 25px; }
      .sp main .contents .searchresult > a .wanted {
        top: 10px;
        right: 15px; }
    main .contents .searchresult > a dl {
      font-size: 14px;
      font-size: 1rem;
      line-height: 23.8px;
      line-height: 1.7rem;
      color: #000000; }
      .sp main .contents .searchresult > a dl {
        font-size: 12px;
        font-size: 0.8571428571rem;
        line-height: 20.4px;
        line-height: 1.4571428571rem; }
      main .contents .searchresult > a dl dt {
        clear: both;
        float: left;
        display: inline-block;
        width: 6.0em;
        font-weight: bold; }
      main .contents .searchresult > a dl * + dt {
        margin-top: 3px; }
      main .contents .searchresult > a dl dd {
        margin-left: 6.0em; }
        main .contents .searchresult > a dl dd em {
          margin-right: 3px;
          font-size: 1.5rem;
          font-style: normal; }
          .sp main .contents .searchresult > a dl dd em {
            font-size: 1.3rem; }
      main .contents .searchresult > a dl * + dt + dd {
        margin-top: 3px; }
      main .contents .searchresult > a dl.info {
        margin-top: 20px; }
        main .contents .searchresult > a dl.info dt {
          width: 6em; }
        main .contents .searchresult > a dl.info dd {
          margin-left: 6em; }
    main .contents .searchresult > a:before {
      position: absolute;
      content: "物件詳細";
      display: block;
      width: 150px;
      top: 50%;
      left: 100px;
      padding: 10px 25px 10px 0px;
      font-size: 15px;
      font-size: 1.0714285714rem;
      line-height: 16.5px;
      line-height: 1.1785714286rem;
      letter-spacing: 4px;
      color: #ffffff;
      text-align: center;
      background: url(../images/link.png) no-repeat right 25px center;
      background-size: 5.5px auto;
      border-bottom: 1px solid #ffffff;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 100;
      opacity: 0;
      -webkit-transition: opacity 0.2s;
      transition: opacity 0.2s; }
      .tablet main .contents .searchresult > a:before {
        width: 125px;
        left: 100px; }
      .sp main .contents .searchresult > a:before {
        display: none; }
    main .contents .searchresult > a:after {
      position: absolute;
      content: "";
      display: block;
      width: 200px;
      height: 100%;
      top: 0px;
      left: 0px;
      background: rgba(14, 60, 91, 0.7);
      z-index: 50;
      opacity: 0;
      -webkit-transition: opacity 0.2s;
      transition: opacity 0.2s; }
      .tablet main .contents .searchresult > a:after {
        width: 180px; }
      .sp main .contents .searchresult > a:after {
        display: none; }
    main .contents .searchresult > a:hover:before, main .contents .searchresult > a:hover:after {
      opacity: 1; }
  main .contents .searchresult > a + a {
    margin-top: 20px; }
    .sp main .contents .searchresult > a + a {
      margin-top: 40px; }
  main .contents .searchresult .ck_inq {
    height: auto;
    /*position: absolute;
    right: 10px;
    bottom: 10px;*/
    width: 100%;
    background-color: #eee;
    padding: 10px;
    z-index: 120;
    text-align: right;
    margin-bottom: 20px; }
    .sp main .contents .searchresult .ck_inq {
      text-align: center; }
  main .contents .searchresultlist {
    margin-left: -15px;
    margin-right: -5px;
    margin-bottom: -15px;
    overflow: hidden;
    position: relative; }
    main .contents .searchresultlist > a {
      float: left;
      position: relative;
      display: block;
      width: calc((100% - 15px * 2 - 5px) / 2);
      margin-left: 15px;
      margin-bottom: 15px;
      padding: 6px 35px 10px 15px;
      background: #e6e6e6; }
      .sp main .contents .searchresultlist > a {
        width: calc(100% - 15px - 5px); }
      main .contents .searchresultlist > a .title {
        display: inline-block;
        margin-top: 4px;
        font-size: 17px;
        font-size: 1.2142857143rem;
        line-height: 22.1px;
        line-height: 1.5785714286rem;
        color: #555555;
        font-weight: bold; }
      main .contents .searchresultlist > a.icon .title {
        margin-right: 10px; }
      main .contents .searchresultlist > a .wanted {
        position: absolute;
        top: 0;
        right: 0;
        line-height: 1.4rem; }
        .tablet main .contents .searchresultlist > a .wanted {
          position: static;
          display: block;
          width: 70px;
          margin-top: 4px;
          padding-top: 0px;
          padding-bottom: 0px;
          line-height: 1.57857rem;
          vertical-align: top; }
        .sp main .contents .searchresultlist > a .wanted {
          display: inline-block;
          line-height: 1.57857rem; }
      main .contents .searchresultlist > a .wanted {
        margin-top: 4px;
        padding-top: 0px;
        padding-bottom: 0px;
        line-height: 1.57857rem;
        vertical-align: top; }
        .sp main .contents .searchresultlist > a .wanted {
          line-height: 1.57857rem; }
      main .contents .searchresultlist > a dl {
        margin-top: 5px;
        font-size: 14px;
        font-size: 1rem;
        line-height: 23.8px;
        line-height: 1.7rem;
        color: #000000; }
        .sp main .contents .searchresultlist > a dl {
          font-size: 12px;
          font-size: 0.8571428571rem;
          line-height: 20.4px;
          line-height: 1.4571428571rem; }
        main .contents .searchresultlist > a dl dt {
          clear: both;
          float: left;
          display: inline-block;
          width: 4em;
          font-weight: normal; }
          main .contents .searchresultlist > a dl dt.ls {
            letter-spacing: 1em; }
        main .contents .searchresultlist > a dl * + dt {
          margin-top: 3px; }
        main .contents .searchresultlist > a dl dd {
          margin-left: 4em; }
          main .contents .searchresultlist > a dl dd strong {
            color: #808080; }
      main .contents .searchresultlist > a:before {
        position: absolute;
        display: block;
        content: "";
        top: 50%;
        right: 18px;
        width: 5.5px;
        height: 10px;
        background: url(../images/link_b.png) no-repeat;
        background-size: 100%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
  main .contents #detailtitle {
    position: relative;
    padding-right: 200px; }
    .sp main .contents #detailtitle {
      padding-right: 0px; }
    main .contents #detailtitle h1 {
      margin: 0px 0px 10px;
      padding: 0px;
      font-size: 20px;
      font-size: 1.4285714286rem;
      line-height: 26px;
      line-height: 1.8571428571rem;
      color: #000000;
      border: 0px; }
    main .contents #detailtitle p {
      font-size: 15px;
      font-size: 1.0714285714rem;
      line-height: 19.5px;
      line-height: 1.3928571429rem;
      color: #000000; }
      main .contents #detailtitle p span {
        margin-right: 1em;
        font-size: 14px;
        font-size: 1rem;
        line-height: 18.2px;
        line-height: 1.3rem;
        font-weight: bold; }
    main .contents #detailtitle .button {
      position: absolute;
      right: 0px;
      top: 50%;
      margin-top: 0px;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
      .sp main .contents #detailtitle .button {
        position: static;
        margin-top: 15px;
        text-align: center;
        -webkit-transform: translateY(0);
        transform: translateY(0); }
  main .contents .accessdata dl {
    position: relative;
    font-size: 14px;
    font-size: 1rem;
    line-height: 18.2px;
    line-height: 1.3rem; }
  main .contents .accessdata dt {
    clear: both;
    float: left;
    width: 6em;
    color: #000000; }
    .sp main .contents .accessdata dt {
      float: none;
      width: auto; }
  main .contents .accessdata * + dt {
    margin-top: 30px; }
  main .contents .accessdata dd {
    margin-left: 5em;
    margin-right: -5px;
    padding-left: 1em;
    color: #333333;
    border-left: 1px solid #808080;
    overflow: hidden; }
    .sp main .contents .accessdata dd {
      margin-left: 0px;
      margin-right: 0px;
      padding-left: 0px;
      margin-top: 10px;
      padding-top: 10px;
      border-top: 1px solid #808080;
      border-left: 0px; }
    main .contents .accessdata dd div {
      float: left;
      width: calc((100% - 25px) / 2); }
      .tablet main .contents .accessdata dd div {
        float: none;
        width: auto; }
    main .contents .accessdata dd div + div {
      margin-left: 20px; }
      .tablet main .contents .accessdata dd div + div {
        margin-left: 0px; }
  main .contents .accessdata * + dt + dd {
    margin-top: 30px; }
  main .contents .outline .tbl {
    display: table;
    width: 100%; }
    main .contents .outline .tbl > * {
      display: table-cell;
      height: 100%;
      text-align: left;
      vertical-align: top; }
    .tablet main .contents .outline .tbl {
      display: block; }
    main .contents .outline .tbl > div:first-child {
      display: block;
      width: 100%; }
    main .contents .outline .tbl > div {
      width: 180px; }
      .tablet main .contents .outline .tbl > div {
        display: block;
        width: 200px;
        margin: 20px auto 0; }
      main .contents .outline .tbl > div .bosyuu_box {
        border: 1px solid #70ab9b;
        padding: 5px; }
        main .contents .outline .tbl > div .bosyuu_box.no_border {
          border: none; }
        main .contents .outline .tbl > div .bosyuu_box p {
          padding-left: 20px; }
        main .contents .outline .tbl > div .bosyuu_box .bosyuu_title {
          font-size: 16px;
          font-size: 1.1428571429rem;
          line-height: 20.8px;
          line-height: 1.4857142857rem;
          background: #70ab9b;
          color: #fff;
          text-align: center;
          padding: 3px 0; }
        main .contents .outline .tbl > div .bosyuu_box .bosyuu_sub {
          margin-top: 8px;
          padding-left: 25px;
          font-weight: bold; }
        main .contents .outline .tbl > div .bosyuu_box .bosyuu_no {
          padding: 30px 0 20px 30px; }
          .tablet main .contents .outline .tbl > div .bosyuu_box .bosyuu_no {
            padding: 10px 0 0px 30px; }
        main .contents .outline .tbl > div .bosyuu_box .button {
          text-align: center; }
  main .contents .outline .tbl_half {
    display: table;
    width: 100%; }
    main .contents .outline .tbl_half > * {
      display: table-cell;
      height: 100%;
      text-align: left;
      vertical-align: top; }
    .sp main .contents .outline .tbl_half {
      display: block; }
    main .contents .outline .tbl_half > * {
      width: 50%; }
      .sp main .contents .outline .tbl_half > * {
        display: block;
        width: 100%; }
  main .contents .outline dl {
    width: 100%; }
    main .contents .outline dl dt {
      clear: left;
      float: left;
      width: 90px;
      line-height: 1.5em;
      margin-bottom: 10px;
      font-weight: bold; }
      main .contents .outline dl dt.wide {
        width: 130px; }
    main .contents .outline dl dd {
      margin-left: 90px;
      line-height: 1.5em;
      margin-bottom: 10px; }
      main .contents .outline dl dd.wide {
        margin-left: 130px; }
  main .contents .info {
    display: flex;
    justify-content: space-between; }
    main .contents .info .image {
      width: 49%;
      max-width: 375px;
      margin-right: 28px; }
      main .contents .info .image img {
        width: 100%; }
      .mtab main .contents .info .image {
        width: 40%; }
      .sp main .contents .info .image {
        min-width: 250px;
        max-width: auto;
        margin: 0 auto; }
        .sp main .contents .info .image.kijun {
          width: 100%; }
        .sp main .contents .info .image h2 {
          margin-top: 0; }
    main .contents .info .overview {
      flex: 1;
      display: flex;
      flex-flow: column;
      justify-content: space-between; }
      main .contents .info .overview .googlemap {
        padding-top: 70%;
        margin-top: 10px; }
      main .contents .info .overview .button + .button {
        margin-top: 12px;
        margin-bottom: 24px; }
    main .contents .info * + h2 {
      margin-top: 30px; }
    main .contents .info .button.vr a p {
      padding-left: 65px;
      text-align: left;
      position: relative;
      line-height: 1.4; }
      main .contents .info .button.vr a p:after {
        content: "";
        position: absolute;
        width: 48px;
        height: 39px;
        top: calc(50% - 18px);
        left: 7px;
        background: url(/common/images/icon_360.svg) no-repeat 0 0;
        background-size: 48px 39px; }
    main .contents .info .button.multi > div > * {
      background-color: #2a5ea3;
      padding-left: 24px;
      padding-right: 44px; }
    .sp main .contents .info {
      display: block; }
      .sp main .contents .info h2 {
        margin-top: 2em; }
  main .contents .boshuu_floor .floor {
    width: 100%; }
  main .contents .boshuu_floor table {
    width: 100% !important;
    border-collapse: collapse; }
    main .contents .boshuu_floor table tr {
      height: auto !important; }
    main .contents .boshuu_floor table th, main .contents .boshuu_floor .format table td, main .contents .format .boshuu_floor table td, main .contents .boshuu_floor table td {
      border: #ccc solid 1px;
      padding: 5px 7px;
      width: auto !important;
      height: auto !important; }
    main .contents .boshuu_floor table th, main .contents .boshuu_floor .format table td, main .contents .format .boshuu_floor table td {
      background-color: #f5f5f5;
      height: 32px; }
    main .contents .boshuu_floor table td {
      text-align: center; }

.googlemap {
  position: relative;
  overflow: hidden; }
  .googlemap + .contents {
    margin-top: 20px; }
  .googlemap.s850x765 {
    padding-top: 90%; }
  .googlemap.s850x530 {
    padding-top: 62.3529411%; }
  .googlemap > * {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%; }
  .googlemap #map .imagebox {
    display: table;
    width: 100%; }
    .sp .googlemap #map .imagebox {
      display: block; }
    .googlemap #map .imagebox > * {
      display: table-cell;
      height: 100%;
      text-align: left;
      vertical-align: top; }
    .sp .googlemap #map .imagebox > * {
      display: block; }
    .sp .googlemap #map .imagebox .image {
      display: none; }
    .googlemap #map .imagebox .image img {
      display: block;
      max-width: 250px;
      height: auto; }
    .googlemap #map .imagebox .text {
      position: relative;
      padding-left: 12px;
      padding-bottom: 3em;
      color: #555555; }
      .sp .googlemap #map .imagebox .text {
        padding-left: 0px; }
      .googlemap #map .imagebox .text h1 {
        margin-bottom: 15px;
        font-size: 15px;
        font-size: 1.0714285714rem;
        line-height: 19.5px;
        line-height: 1.3928571429rem;
        font-weight: bold; }
      .googlemap #map .imagebox .text p {
        margin-top: 10px;
        font-size: 12px;
        font-size: 0.8571428571rem;
        line-height: 15.6px;
        line-height: 1.1142857143rem;
        font-weight: bold; }
        .googlemap #map .imagebox .text p strong {
          margin-right: 1em;
          font-weight: normal; }
      .googlemap #map .imagebox .text dl.indent {
        display: table;
        width: 100%; }
        .googlemap #map .imagebox .text dl.indent > * {
          display: table-cell;
          height: 100%;
          text-align: left;
          vertical-align: top; }
        .googlemap #map .imagebox .text dl.indent dt {
          width: 70px; }
        .googlemap #map .imagebox .text dl.indent + dl {
          margin-top: 7px; }
      .googlemap #map .imagebox .text .button {
        position: absolute;
        bottom: 0px;
        font-size: 0; }
        .googlemap #map .imagebox .text .button > div {
          display: inline-block;
          -webkit-perspective: 100px;
          perspective: 100px; }
          .googlemap #map .imagebox .text .button > div > * {
            -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
            background-color: #4eb994; }
            .googlemap #map .imagebox .text .button > div > *:hover {
              -webkit-transition: 0.2s;
              transition: 0.2s;
              background-color: #60c09f;
              opacity: 1; }
            .googlemap #map .imagebox .text .button > div > *.press {
              -webkit-transition: 0.2s;
              transition: 0.2s;
              background-color: #3c9878;
              -webkit-transform: translateZ(-5px);
              transform: translateZ(-5px); }
        .googlemap #map .imagebox .text .button a {
          position: relative;
          display: inline-block;
          width: 100%;
          padding: 6px 30px 5px 15px;
          font-size: 12px;
          font-size: 0.8571428571rem;
          line-height: 13.2px;
          line-height: 0.9428571429rem;
          color: #ffffff;
          text-align: center;
          font-weight: normal;
          cursor: pointer; }
          .googlemap #map .imagebox .text .button a:before {
            position: absolute;
            display: block;
            content: "";
            top: 50%;
            right: 12px;
            width: 5.5px;
            height: 10px;
            background: url(../images/link.png) no-repeat;
            background-size: 100%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

.search_p {
  text-align: left !important;
  font-weight: bold;
  margin-bottom: 10px !important; }

.stab main .contents .column.col3.sitemap {
  margin-bottom: 2em; }
  .stab main .contents .column.col3.sitemap > * {
    width: 100%;
    float: none;
    margin-bottom: 2em;
    height: auto !important; }

#new-development #bgtitle {
  max-width: 800px;
  margin: 30px auto 0;
  padding: 25px 10px;
  background: linear-gradient(to right, transparent, #009edf 30%, #009edf 60%, transparent);
  color: #fff;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.5em; }

main #new-development .contents .Buildinglist .image-box > .text p {
  font-size: 14px; }
