@charset "utf-8";
@media print, screen and (max-width: 1080px) {
  #wra {
    width: 100%;
    position: relative;
    margin-top: 70px;
  }
  /* header*/
  #hea-wra {
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    z-index: 30;
  }
  #hea-con {
    max-width: 1280px;
    width: 100%;
    padding: 0px 0;
    height: 70px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-between;
    align-items: center;
  }
  #hea-lef {
    width: auto;
    height: 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-between;
    align-items: center;
  }
  #hea-lef a img {
    height: 60px;
    width: 100%;
  }
  #hea-rig {
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  #hea-con h1.hea-tit {
    font-size: 80%;
    font-weight: 500;
    line-height: 150%;
    height: auto;
    padding-right: 10px;
    text-align: right;
    display: none;
  }
  /* navigation */
  /* スライドインメニュー時　hide men-wra配置の親要素をpositon:relative必須 */
  .men-wra {
    position: fixed;
    top: 70px;
    left: -280px;
    width: 280px;
    height: auto;
    max-height: calc(100% - 70px);
    text-align: center;
    margin: auto;
    padding: 0px 0;
    display: block;
    background-color: rgba( 242, 111, 111, 0.9);
    z-index: 30;
    box-shadow: 2px 2px 3px 0px #bcbcbc;
    border-radius: 0 0 10px 0;
    overflow-y: scroll;
  }
  .men-wra.men-wra-act {
    display: block;
  }
  .menu {
    min-width: 280px;
    width: 100%;
    margin: 0px auto;
    text-align: center;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .menu>li {
    text-align: center;
    width: calc(100% - 0px);
    height: auto;
    border-right: solid 1px #e7e7e7;
    border-top: solid 1px #e7e7e7;
  }
  .menu>li:last-of-type {
    border-right: solid 1px #e7e7e7;
    border-bottom: solid 1px #e7e7e7;
    border-radius: 0 0 10px 0;
  }
  .menu>li a {
    color: #fff;
    width: calc(100% - 0px);
    font-weight: 400;
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 100%;
    letter-spacing: 2px;
    margin: auto;
    padding: 12px 0px;
    transition: 0.8s;
  }
  .menu>li a:hover {
    color: #212121;
    background: #fff;
    text-decoration: none;
    border-radius: 2px;
  }
  .men-ite {
    position: relative;
    display: inline-block;
  }
  .sub-menu {
    position: relative;
    top: 0px;
    left: 0px;
    height: auto;
    z-index: 10;
  }
  .sub-menu>li {
    max-width: calc(280px - 8px);
    width: calc(280px - 8px);
    background: #fdf4f4;
    padding: 3px 3px;
    border-top: dotted 1px #ccc;
  }
  .sub-menu>li a {
    width: calc(100% - 20px);
    font-weight: 400;
    display: block;
    text-align: left;
    text-decoration: none;
    line-height: 140%;
    font-size: 96%;
    margin: 0px 0px;
    padding: 8px 10px;
    transition: 0.8s;
    color: #212121;
  }
  .sub-menu {
    display: block;
  }
  /* アニメーション　イメージ */
  .mai-fle-sec {
    text-align: center;
    max-width: 1080px;
    width: 100%;
    height: auto;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
  }
  .mai-fle-sec li {
    width: 48%;
    height: auto;
    margin: 0 auto 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .mai-fle-sec li a img {
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  .mai-fle-sec li a:hover img {
    opacity: 0.7;
  }
  /* スライドエフェクト01 */
  .efc-sli-one-wra {
    position: relative;
    max-height: 260px;
    max-width: 260px;
    width: 100%;
    height: auto;
    background: #fff;
    overflow: hidden;
    border-radius: 3%;
    margin: 0 auto;
  }
  .efc-sli-one-mas {
    display: none;
  }
  .efc-sli-one-mas.efc-add {
    display: block;
    background: #46b2f4;
    position: absolute;
    border-radius: 0%;
    top: -10%;
    opacity: 0;
    width: 120%;
    height: 120%;
  }
  .efc-sli-one {
    opacity: 0;
    transform: translate(0, 0px);
    transition: all 2000ms;
    max-height: 260px;
    max-width: 260px;
    background: #f8f8f8;
    overflow: hidden;
    border-radius: 3%;
    position: relative;
  }
  .efc-sli-one img {
    width: auto;
    height: 102%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  /* スライドイメージ部 */
  .mai-fle-sec li:nth-of-type(1) .efc-sli-one.efc-add {
    animation: SliImaOne 1.0s ease 0.0s 1 forwards;
  }
  .mai-fle-sec li:nth-of-type(2) .efc-sli-one.efc-add {
    animation: SliImaOne 1.0s ease 0.0s 1 forwards;
  }
  .mai-fle-sec li:nth-of-type(3) .efc-sli-one.efc-add {
    animation: SliImaOne 1.0s ease 0.0s 1 forwards;
  }
  .mai-fle-sec li:nth-of-type(4) .efc-sli-one.efc-add {
    animation: SliImaOne 1.0s ease 0.0s 1 forwards;
  }
  .mai-fle-sec li:nth-of-type(5) .efc-sli-one.efc-add {
    animation: SliImaOne 1.0s ease 0.0s 1 forwards;
  }
  .mai-fle-sec li:nth-of-type(6) .efc-sli-one.efc-add {
    animation: SliImaOne 1.0s ease 0.0s 1 forwards;
  }
  /* CSSアニメーション設定 */
  @keyframes SliImaOne {
    0% {
      opacity: 0;
      transform: translateX(100%) rotate(0deg);
    }
    60% {
      opacity: 0.8;
    }
    100% {
      opacity: 1;
      transform: translateX(0%) rotate(0deg);
    }
  }
  .mai-fle-sec li:nth-of-type(1) .efc-sli-one-mas.efc-add {
    animation: SliMasOne 1.0s ease 0.0s 1 forwards;
  }
  .mai-fle-sec li:nth-of-type(2) .efc-sli-one-mas.efc-add {
    animation: SliMasOne 1.0s ease 0.0s 1 forwards;
  }
  .mai-fle-sec li:nth-of-type(3) .efc-sli-one-mas.efc-add {
    animation: SliMasOne 1.0s ease 0.0s 1 forwards;
  }
  .mai-fle-sec li:nth-of-type(4) .efc-sli-one-mas.efc-add {
    animation: SliMasOne 1.0s ease 0.0s 1 forwards;
  }
  .mai-fle-sec li:nth-of-type(5) .efc-sli-one-mas.efc-add {
    animation: SliMasOne 1.0s ease 0.0s 1 forwards;
  }
  .mai-fle-sec li:nth-of-type(6) .efc-sli-one-mas.efc-add {
    animation: SliMasOne 1.0s ease 0.0s 1 forwards;
  }
  /* CSSアニメーションの設定 */
  @keyframes SliMasOne {
    0% {
      opacity: 0;
      /*初期は透明*/
      transform: translateX(-100%) rotate(-90deg);
    }
    80% {
      opacity: 0.5;
    }
    90% {
      opacity: 0;
      transform: translateX(100%) rotate(0deg);
    }
  }
  /*　スライドエフェクト02 */
  .efc-sli-two-wra {
    position: relative;
    max-height: 400px;
    height: auto;
    width: 100%;
    background: #f8f8f8;
    overflow: hidden;
  }
  .eff-sli {
    display: none;
  }
  .eff-sli-inn {
    display: block;
    animation: SliMasTwo 1.5s;
    background: #46b2f4;
    position: absolute;
    top: -25%;
    opacity: 0;
    width: 200%;
    height: 200%;
  }
  @keyframes SliMasTwo {
    0% {
      opacity: 0;
      /*初期は透明*/
      transform: translateX(0%) rotate(15deg);
    }
    60% {
      opacity: 0.8;
    }
    90% {
      opacity: 0;
      transform: translateX(100%) rotate(15deg);
    }
  }
  .efc-sli-two {
    opacity: 0;
    transform: translate(0, 45px);
    transition: all 1000ms;
  }
  .efc-sli-two.eff-add {
    opacity: 1;
    transform: translate(0, 0);
  }
  .efc-sli-two img {
    width: 100%;
    /*object-fit IE11バグ */
    height: auto;
  }
  /* 移動フェード01 */
  .efc-fad-one {
    opacity: 0;
    transform: translate(0, 80px);
    transition: all 1000ms;
  }
  .efc-fad-one.efc-add {
    opacity: 1;
    transform: translate(0, 0);
  }
  /*
 定位置フェード
*/
  .fad-sta {
    opacity: 0;
    transform: translate(0, 0px);
    transition: all 2000ms;
  }
  .fad-sta.eff-add {
    opacity: 1;
    transform: translate(0, 0);
  }
  /* Effectt button 回転キューブ */
  .but-cub-wra {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .but-cub-lef-wra {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
  }
  button.but-cub, button.but-cub-sho {
    /*インプット要素*/
    background-color: transparent;
    cursor: pointer;
    outline: none;
    appearance: none;
    border: none;
  }
  .but-cub {
    display: block;
    width: 280px;
    height: 36px;
    text-align: center;
    text-decoration: none;
    line-height: 36px;
    outline: none;
    left: 0;
  }
  .but-cub::before, .but-cub::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
  }
  .but-cub, .but-cub::before, .but-cub::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .but-cub {
    position: relative;
    -webkit-perspective: 280px;
    perspective: 280px;
  }
  .but-cub span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 280px;
    height: 46px;
    border: 1px solid #f26f6f;
    text-align: center;
    line-height: 44px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
    pointer-events: none;
  }
  .but-cub span:nth-child(1) {
    background-color: #f26f6f;
    color: #fff;
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: 50% 50% -23px;
    -moz-transform-origin: 50% 50% -23px;
    transform-origin: 50% 50% -23px;
  }
  .but-cub span:nth-child(2) {
    background-color: #fff;
    color: #333;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-origin: 50% 50% -23px;
    -moz-transform-origin: 50% 50% -23px;
    transform-origin: 50% 50% -23px;
  }
  .but-cub:hover span:nth-child(1) {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
  .but-cub:hover span:nth-child(2) {
    color: #f26f6f;
    background-color: #f26f6f;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
  }
  /*ショートタイプボタン*/
  .but-cub-sho {
    display: block;
    width: 220px;
    height: 36px;
    text-align: center;
    text-decoration: none;
    line-height: 34px;
    outline: none;
    left: 0;
  }
  .but-cub-sho::before, .but-cub-sho::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
  }
  .but-cub-sho, .but-cub-sho::before, .but-cub-sho::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .but-cub-sho {
    position: relative;
    -webkit-perspective: 220px;
    perspective: 220px;
  }
  .but-cub-sho span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 220px;
    height: 36px;
    border: 1px solid #e7e7e7;
    text-align: center;
    line-height: 34px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
    pointer-events: none;
  }
  .but-cub-sho span:nth-child(1) {
    background-color: #f26f6f;
    color: #fff;
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    transform-origin: 50% 50%-18px;
  }
  .but-cub-sho span {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .but-cub-sho span:nth-child(2) {
    background-color: #fff;
    color: #333;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    transform-origin: 50% 50%-18px;
  }
  .but-cub-sho:hover span:nth-child(1) {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
  .but-cub-sho:hover span:nth-child(2) {
    color: #f26f6f;
    background-color: #f26f6f;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    border: none;
  }
  /*　END Effectt button 回転キューブ */
  /* エフェクトボタン　スクリュー*/
  .eff-but-rig {
    text-align: right;
    width: 100%;
    height: auto;
  }
  .eff-but-lef {
    margin: auto;
  }
  .eff-but-rot {
    display: inline-block;
    width: 240px;
    height: 36px;
    text-align: center;
    text-decoration: none;
    line-height: 34px;
    outline: none;
    cursor: pointer;
  }
  .eff-but-rot::before, .eff-but-rot::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
  }
  .eff-but-rot, .eff-but-rot::before, .eff-but-rot::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .eff-but-rot {
    position: relative;
    z-index: 2;
    background-color: #fff;
    border: 1px solid #ccc;
    color: #333;
    line-height: 130%;
    overflow: hidden;
  }
  .eff-but-rot:hover {
    color: #fff;
    background: none;
    border: 1px solid #1da1f2;
  }
  .eff-but-rot::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .eff-but-rot:hover::after {
    -webkit-transform: scale(2) rotate(180deg);
    transform: scale(2) rotate(180deg);
    background: #1da1f2;
  }
  /* END　エフェクトボタン　スクリュー*/
  /* START 左右スライドボタン*/
  .eff-but-blo {
    margin: auto;
  }
  .eff-but {
    display: block;
    width: calc(100% - 40px);
    min-width: 180px;
    max-width: 360px;
    height: 100%;
    padding: 6px 20px 8px;
    font-weight: normal;
    font-size: 80%;
    line-height: 150%;
    text-align: center;
    text-decoration: none;
    outline: none;
    position: relative;
    z-index: 2;
    color: #868686;
    background: url(../images/chevron-right.svg) right calc(34% - 20px) center no-repeat, #fff;
    border: 1px solid #ababab;
    border-radius: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin: auto;
  }
  .eff-but-blo:last-child .eff-but {}
  .eff-but:hover {
    background: #f27c7c;
    border-color: #f27c7c;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
  }
  .eff-but::before, .eff-but::after {
    top: 0;
    width: 50%;
    height: 100%;
    background: none;
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .eff-but::before {
    right: 0;
    text-indent: 70%;
  }
  .eff-but:hover::before {
    text-indent: -30px;
    right: 0;
  }
  .eff-but::after {
    left: 0;
  }
  .eff-but:hover::before, .eff-but:hover::after {
    width: 0;
    background-color: #1da1f2;
  }
  .eff-but-inn {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-weight: bold;
    line-height: 140%;
  }
  /* END 左右スライドボタン*/
  /* footer*/
  #foo-wra {
    height: auto;
    width: 96%;
    border-top: 3px double #ccc;
    padding: 20px 2%;
    background: #fff;
  }
  .foo-con {
    max-width: 1080px;
    width: 100%;
    height: auto;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .foo-con a {
    text-decoration: none;
  }
  .foo-men {
    width: calc(100% - 20px);
    margin: auto;
    text-align: center;
  }
  .foo-men ul {}
  .foo-men-tit {
    font-size: 100%;
    font-weight: 600;
  }
  .foo-men hr {
    margin: 10px 0;
    width: 80px;
    border-top: solid 2px #e48989;
  }
  .foo-men-tex {
    font-size: 90%;
    line-height: 140%;
    padding: 10px 0;
  }
  .foo-men-lis {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
  .foo-men-lis li {
    font-size: 90%;
    padding: 5px 30px 5px 5px;
    border-bottom: dotted 1px #CCC;
    position: relative;
  }
  .foo-men-lis li a:after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/chevron-right-red-sma.svg) right top 4px no-repeat;
  }
  .foo-menu-blo {
    height: 100%;
    max-height: auto;
    padding: 0px 0px;
    max-width: 640px;
    width: 100%;
    margin: auto;
  }
  .foo-cen-blo {
    width: 100%;
    height: auto;
    padding: 20px;
    align-self: center;
    text-align: center;
  }
  .foo-cen-blo img {
    display: inline;
  }
  .foo-log {
    margin-bottom: 10px;
  }
  #cop {
    text-align: center;
    font-size: 90%;
    background: #686868;
    line-height: 130%;
    padding: 10px 10px;
    color: #fff;
  }
  #cop a {
    color: #fff;
  }
  /* page top*/
  #pag-top {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 10px;
    z-index: 100;
  }
  #pag-top a {
    display: block;
    width: 44px;
    height: 44px;
    text-align: center;
    border-radius: 2px;
    color: #FFF;
    text-decoration: none;
    /* 斜め背景色 */
    background: #1da1f2;
    background: -moz-linear-gradient(135deg, #1da1f2 50%, #f27c7c 51%);
    background: -webkit-linear-gradient(135deg, #1da1f2 50%, #f27c7c 51%);
    background: linear-gradient(135deg, #1da1f2 50%, #f27c7c 51%);
    transition: 0.5s;
    -webkit-transition: 0.5s;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  #pag-top a:hover {
    -webkit-transform: translate(-0%, -20%) scale(1) rotate(0deg);
    transform: translate(-0%, -20%) scale(1) rotate(0deg);
    display: block;
    width: 44px;
    height: 44px;
    text-align: center;
    border-radius: 2px;
    color: #FFF;
    text-decoration: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  /* メイン画像 main visual */
  .mai-vis-sli-wra {
    width: 96%;
    height: auto;
    margin: 0px auto 0;
    padding: 40px 2% 0;
    background: #f8f8f8;
    overflow: hidden;
    border-bottom: double 3px #e7e7e7;
  }
  .mai-vis-sli {
    text-align: center;
    max-width: 1080px;
    width: 96%;
    height: auto;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
  }
  .mai-vis-sli li {
    max-width: 340px;
    width: 100%;
    height: 320px;
    background: #FFF;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
  }
  .mai-vis-sli li .eff-but-blo {
    align-self: flex-end;
  }
  .mai-vis-tit {
    padding: 15px 5px 5px;
    margin: 10px auto;
    line-height: 130%;
    font-weight: 600;
  }
  .mai-vis-ima {
    position: relative;
    max-width: 340px;
    width: 100%;
    height: 180px;
    background: #FFF;
    overflow: hidden;
  }
  .mai-vis-ima img {
    position: absolute;
    height: auto;
    width: 100%;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: auto;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  /* nav*/
  .nav {
    max-width: 480px;
    width: 96%;
    height: auto;
    margin: auto;
  }
  .nav-blo {
    margin-bottom: 30px;
    background: #FFF;
    padding: 30px 0;
  }
  .nav-tit {
    font-size: 110%;
    font-weight: 600;
    text-align: center;
  }
  .nav hr {
    margin: 20px auto 20px;
    width: 80px;
    border-top: solid 2px #e48989;
  }
  .nav-pro-ima {
    width: 140px;
    height: 140px;
    margin: auto;
    padding-bottom: 30px;
  }
  .nav-pro-ima img {
    width: 100%;
    height: auto;
    border-radius: 50%;
  }
  .nav-sec {
    padding: 0 30px 30px;
  }
  .nav-lis, .widget_archive ul, .widget_categories ul {
    font-size: 90%;
    padding: 0 30px;
    text-align: right;
  }
  .nav-lis li, .widget_archive ul li, .widget_categories ul li {
    padding-right: 16px;
    position: relative;
  }
  .nav-lis li::after, .widget_archive ul li::after, .widget_categories ul li::after {
    position: absolute;
    content: "";
    background: url(../images/chevron-right-red-sma.svg) right center no-repeat;
    width: 22px;
    height: 22px;
  }
  .nav-sea-for {
    position: relative;
  }
  .nav-sea-for input[type="text"] {
    box-sizing: border-box;
    position: relative;
    border: 1px solid #e5e5e5;
    display: block;
    padding: 5px 10px;
    border-radius: 20px;
    min-height: 36px;
    height: 120%;
    width: 90%;
    overflow: hidden;
    margin: auto 5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .nav-sea-for input[type="text"]:focus {
    outline: 0;
  }
  .nav-sea-for input[type="submit"] {
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    outline: none;
    border-radius: 0 20px 20px 0;
    cursor: pointer;
    border: none;
    color: #fff;
    position: absolute;
    width: 36px;
    height: 36px;
    right: 5%;
    top: 0;
    background: url(../images/search.svg) center no-repeat, #141414;
  }
  .nav-hot-lis {
    font-size: 90%;
  }
  .nav-hot-lis li {
    margin: 30px auto 30px;
  }
  .nav-hot-ima {
    width: 100%;
    height: 120px;
    margin: 0 auto 10px;
    padding-bottom: 0px;
    overflow: hidden;
    position: relative;
  }
  .nav-hot-ima img {
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    min-height: auto;
    min-width: 100%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  .nav-hot-lis h3 {
    font-size: 100%;
    padding: 0 10px;
  }
  .lef-men li {
    color: #FFF;
    font-size: 110%;
  }
  .lef-men li a {
    color: #232323;
    font-weight: 400;
    cursor: pointer;
    padding: 10px 10px 10px 20px;
    display: block;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    -ms-transition: 0.8s;
    transition: 0.8s;
    background: #fff;
    border-bottom: dotted 1px #ccc;
    position: relative;
  }
  .lef-men li a:before {
    position: absolute;
    content: "";
    left: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/chevron-right-red-sma.svg) left top 5px no-repeat;
  }
  .lef-men li a:hover:before {
    position: absolute;
    content: "";
    left: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/chevron-right-white.svg) left top 5px no-repeat;
  }
  .lef-men li a.lef-men-act {
    color: #FFF;
    font-size: 110%;
    background: #75bda5;
    border-bottom: dotted 1px #fff;
  }
  .lef-men li a.lef-men-act:before {
    content: "》";
  }
  .lef-men li a:hover {
    color: #FFF;
    background: #51aed5;
  }
  /* common*/
  #mai-con-wra {
    width: 100%;
    margin: auto;
    border-radius: 0px;
    padding: 0px 0px 0px;
    background: #f8f8f8;
  }
  .hom-con-blo {
    padding: 0px 0px;
    margin: auto;
    background: #FFF;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
  }
  .hom-con-blo:nth-child(2) {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: flex-start;
  }
  .hom-con-blo-sec {
    max-height: 400px;
    height: auto;
    width: calc(100% - 0px);
    padding: 5% 0%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
  }
  .hom-con-blo-sec-lef {
    max-height: 400px;
    height: auto;
    width: calc(100% - 0px);
    padding: 5% 0%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
  }
  .hom-con-inn {
    width: calc(100% - 0px);
    max-height: 400px;
    height: auto;
    padding: 0 0%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .hom-con-inn-lef {
    width: calc(100% - 0px);
    max-height: 400px;
    height: auto;
    padding: 0 0% 0 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .hom-sec-tit {
    color: #212121;
    font-size: 120%;
    font-weight: 600;
    line-height: 150%;
    width: calc(100% - 50px);
    padding: 15px 20px;
    text-align: left;
    margin: 0px auto 10px;
    border-left: 10px solid #e7e7e7;
    background: #f8f8f8;
  }
  .hom-con-lis {
    padding: 20px 20px 20px 20px;
  }
  #mai-con {
    max-width: 1080px;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
  }
  .fle-con-blo {
    max-width: 640px;
    width: 96%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin: 0 auto 20px;
  }
  .fle-con-blo .sec-tit {
    color: #212121;
    font-size: 120%;
    font-weight: 500;
    line-height: 140%;
    width: calc(100% - 30px);
    padding: 15px 15px;
    text-align: center;
    margin-bottom: 0px;
    border-top: 1px solid #f7f7f7;
    border-bottom: 1px solid #f7f7f7;
    background: #fffef6;
    margin-bottom: 0;
  }
  .fle-con-blo-inn {
    width: calc(96%);
    height: auto;
    padding: 0 2%;
    margin: auto;
    margin-bottom: 0px;
    background: #FFF;
  }
  .fle-con-blo-inn-haf {
    width: 100%;
    height: auto;
    padding: 0%;
    margin-bottom: 0px;
    background: #FFF;
  }
  .fle-con-blo-ima {
    position: relative;
    height: 200px;
    width: 100%;
    background: #efefef;
    overflow: hidden;
  }
  .fle-con-blo-ima img {
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    min-height: auto;
    min-width: 100%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  .fle-con-blo-sec {
    padding: 20px;
  }
  .sec-dat {
    font-size: 94%;
    color: #888;
    text-align: center;
    padding: 10px 10px;
  }
  .sec-dat-blu {
    color: #54b8f5;
    font-size: 110%;
    font-weight: 600;
    text-align: center;
    padding: 10px 10px;
  }
  .sec-tit {
    color: #212121;
    font-size: 160%;
    font-weight: 500;
    line-height: 140%;
    width: calc(100% - 30px);
    padding: 15px 15px;
    text-align: center;
    margin-bottom: 30px;
  }
  .sec-tit-lin {
    color: #212121;
    font-size: 130%;
    font-weight: 600;
    line-height: 140%;
    width: calc(100% - 30px);
    padding: 15px 15px;
    text-align: center;
    margin-bottom: 0px;
    border-top: 1px solid #f7f7f7;
    border-bottom: 1px solid #f7f7f7;
    background: #fffef6;
    margin-bottom: 0;
  }
  .new-con-wra {
    max-width: 640px;
    width: 96%;
    height: auto;
    padding: 0 2%;
    margin: auto;
    margin-bottom: 20px;
  }
  .new-con-inn {
    width: calc(100% - 40px);
    height: auto;
    max-height: 380px;
    padding: 20px 20px;
    background: #FFF;
  }
  .new-con-inn dl dd {
    padding: 10px 0;
  }
  .lis-bar li {
    position: relative;
    padding-left: 0px;
  }
  .lis-bar li:before {
    position: absolute;
    left: 0px;
    content: "-";
    display: inline-block;
    transform: rotate(0deg);
    font-size: 100%;
    font-weight: 700;
  }
  .new-tit {
    font-size: 100%;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #999999;
    line-height: 24px;
    color: #0070D5;
    width: calc(100% - 25px);
    padding: 10px 0 10px 25px;
    margin-bottom: 5px;
    cursor: pointer;
    position: relative;
  }
  .new-tit:before {
    content: "▼ ";
    font-size: 90%;
    color: #e48989;
    transform: rotate(30deg);
    position: absolute;
    left: 0px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
  }
  .new-tit-vis:before {
    top: 8px;
    transform: rotate(120deg);
  }
  .new-cap {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #e7e7e7;
    line-height: 24px;
    font-size: 100%;
    width: 900px;
    padding-bottom: 5px;
    margin-bottom: 15px;
  }
  .inf-blo {
    width: calc(100% - 40px);
    height: auto;
    padding: 30px 20px;
  }
  .inf-tab-blo {
    width: calc(100% - 40px);
    height: auto;
    padding: 30px 20px;
  }
  .inf-ima {
    max-width: 180px;
    width: 100%;
    height: auto;
    margin: 10px auto;
  }
  .inf-ima img {
    width: 100%;
    height: auto;
  }
  .acc-map-wra {
    height: 380px;
    width: 100%;
    background: #fffef6;
    overflow: hidden;
    margin-bottom: 30px;
  }
  .hom-map-wra {
    position: relative;
    height: 280px;
    width: 100%;
    background: #fffef6;
    overflow: hidden;
  }
  .hom-map-wra img {
    position: absolute;
    width: 100%;
    /*object-fit IE11バグ */
    height: auto;
    top: 50%;
    left: 50%;
    min-height: auto;
    min-width: 100%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  .one-cul-wra {
    max-width: 740px;
    width: calc(100% - 4%);
    height: auto;
    margin: 0 2%;
    padding: 20px 0px;
    background: #fff;
  }
  .one-cul-blo {
    max-width: 900px;
    min-width: auto;
    width: calc(100% - 4%);
    height: auto;
    margin: 0 2%;
    background: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
  }
  .one-cul-sec {
    width: calc(100% - 0%);
    height: auto;
    padding: 0 0;
  }
  .one-cul-sec p {
    word-wrap: break-word;
    white-space: normal;
    word-break: break-all;
  }
  .one-cul-blo .sec-tit {
    color: #212121;
    font-size: 120%;
    font-weight: 500;
    line-height: 140%;
    width: calc(100% - 30px);
    padding: 15px 15px;
    text-align: center;
    margin-bottom: 0px;
    border-top: 1px solid #f7f7f7;
    border-bottom: 1px solid #f7f7f7;
    background: #fffef6;
    margin-bottom: 30px;
  }
  .sec-cat-tit {
    margin-bottom: 5px;
    padding: 5px;
    text-align: center;
  }
  .con-blo-ima {
    position: relative;
    margin: 0 auto;
    height: 380px;
    max-width: 800px;
    width: 100%;
    background: #efefef;
    overflow: hidden;
    margin-bottom: 30px;
  }
  .con-blo-ima img {
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    min-height: auto;
    min-width: 100%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  .sec-sub-fst {
    width: calc(100% - 20px);
    height: auto;
    line-height: 140%;
    font-size: 1.2rem;
    font-weight: 600;
    border-left: solid 10px #f27c7c;
    padding: 10px 0 10px 10px;
    margin-bottom: 20px;
    background: #fafafa;
  }
  .sec-sub-snd {
    font-size: 1.16rem;
    font-weight: 600;
    line-height: 140%;
    border-left: solid 6px #1da1f2;
    padding: 0 0 0 15px;
    margin-bottom: 20px;
  }
  .sec-sub-thr {
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 140%;
    margin-bottom: 20px;
    padding-left: 36px;
    position: relative;
  }
  .sec-sub-thr:before {
    left: 0;
    padding-right: 10px;
    position: absolute;
    content: "";
    background: url(../images/check-square.svg) left center no-repeat;
    width: 26px;
    height: 26px;
  }
  .sit-map-lis {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 20px;
  }
  .sit-map-lis>li {
    width: calc(25% - 30px);
    height: auto;
    line-height: 150%;
    padding: 0 0px 5px 25px;
    position: relative;
  }
  .sit-map-lis>li::before {
    padding: 0;
    left: 0;
    position: absolute;
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/chevron-right-red-sma.svg) right top 4px no-repeat;
  }
  .sit-map-tit {
    width: calc(50% - 45px);
    font-size: 120%;
    font-weight: 600;
    position: relative;
    padding: 5px 10px 5px 35px;
    margin-bottom: 10px;
  }
  .sit-map-tit:before {
    left: 0;
    padding-right: 0px;
    position: absolute;
    content: "";
    background: url(../images/external-link.svg) left center no-repeat;
    width: 26px;
    height: 26px;
  }
  .sit-map-chi-lis {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 30px;
  }
  .sit-map-chi-lis>li {
    width: calc(25% - 30px);
    height: auto;
    line-height: 150%;
    padding: 0 0px 5px 25px;
    position: relative;
  }
  .sit-map-chi-lis>li::before {
    padding: 0;
    left: 0;
    position: absolute;
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/chevron-right-red-sma.svg) right top 4px no-repeat;
  }
  .doc-con-sec p {
    padding-bottom: 30px;
  }
  /* FAQ */
  .faq-lis {
    width: calc(100% - 0px);
    height: auto;
    margin: auto;
    padding: 0px 0;
  }
  .faq-lis-tit {
    width: calc(100% - 6px);
    height: calc(auto);
    border: solid 0px #00558f;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    cursor: pointer;
    margin: 0px 0px;
  }
  .faq-lis-que-tit {
    width: calc(100% - 0px);
    min-height: 50px;
    line-height: 110%;
    color: #0069a9;
    font-weight: 600;
    margin-left: 0px;
    padding: 0px 0px;
    border-radius: 8px;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
  .faq-lis-tit.selected .faq-lis-que-tit {}
  .faq-lis-que {
    background: #1da1f2;
    width: 50px;
    height: 44px;
    color: #fff;
    font-size: 150%;
    font-weight: 600;
    border-radius: 6px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
  }
  .faq-lis-que-tit {
    width: calc(100% - 15px);
    font-size: 120%;
    font-weight: 600;
    padding: 0px 0px 0px 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
  .faq-lis-sen {
    width: calc(100% - 0px);
    height: calc(auto);
    border: solid 0px #f27c7c;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0px auto 50px;
    letter-spacing: 0;
    padding: 0;
  }
  .faq-lis-sen p {
    width: calc(100% - 80px);
    font-size: 110%;
    padding: 10px 0 0 0;
  }
  .faq-lis-ans {
    background: #fff;
    width: 38px;
    height: 38px;
    border-radius: 6px;
    margin-right: 15px;
    color: #ff94bf;
    border: solid #ff94bf 3px;
    font-size: 140%;
    font-weight: 600;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .sor-ima {
    position: relative;
    width: 100%;
    height: 280px;
    background: #FFF;
    overflow: hidden;
    border-radius: 3%;
    margin-top: 20px;
  }
  .sor-ima img {
    position: absolute;
    height: auto;
    width: 100%;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: auto;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  .two-cul-wra {
    max-width: 1080px;
    width: 96%;
    height: auto;
    padding: 0px 2%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .mai-con-blo {
    max-width: 740px;
    width: calc(100%);
    height: auto;
    padding: 0 0%;
    margin: auto;
    background: #FFF;
    margin-bottom: 20px;
  }
  .con-blo-sec {
    width: calc(100% - 40px);
    height: auto;
    padding: 0 20px;
  }
  .con-blo-sec p {
    word-wrap: break-word;
    white-space: normal;
    word-break: break-all;
  }
  /* time table*/
  .inf-lis {
    max-width: 960px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    text-align: left;
    margin: auto;
  }
  .inf-lis dt {
    width: calc(30% - 16px);
    padding: 5px 7px;
    background: #ffff;
    border-bottom: solid 1px #1da1f2;
  }
  .inf-lis dd {
    width: calc(70% - 15px);
    padding: 5px 7px;
    border-bottom: solid 1px #e7e7e7;
  }
  .inf-lis dt:last-of-type, .inf-lis dd dd:last-of-type {}
  .inf-lis dt .red {
    color: #D52A32;
  }
  .tim-tab-lis {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    margin: auto;
  }
  .tim-tab-lis>li {
    width: calc(9% - 14px);
    padding: 5px 7px;
    background: #f9f9f9;
    border-bottom: solid 1px #FFF;
    text-align: center;
  }
  .tim-tab-lis>li:nth-child(n + 10) {
    width: calc(9% - 14px);
    padding: 5px 7px;
    background: #fff;
    border-bottom: solid 1px #FFF;
    text-align: center;
  }
  .tim-tab-lis>li:nth-child(9n - 8) {
    width: calc(28% - 14px);
    padding: 5px 7px;
    background: #fdf4f4;
    border-bottom: solid 1px #FFF;
  }
  .tim-tab-lis>li:nth-child(1) {
    background: #f9f9f9;
  }
  .tit-tab-tex {
    font-size: 90%;
    padding: 5px;
  }
  /*共通セレクタ*/
  .tar-bla-lin {
    position: relative;
    padding-left: 20px;
    background: url(../images/link.svg)left top 2px no-repeat;
  }
  .flo-rig {
    float: right;
  }
  .flo-lef {
    float: left;
  }
  .cle-bot {
    clear: both;
  }
  .bre-cru {
    text-align: left;
    height: auto;
    line-height: 140%;
    font-size: 90%;
    margin: 0 auto 10px;
    width: calc(100% - 10px);
    padding: 0 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
  .bre-cru li:after {
    content: "〉";
    padding: 0 0 0px 5px;
    font-size: 90%;
  }
  .bre-cru li:last-child:after {
    content: "";
  }
  .ali-rig {
    text-align: right;
  }
  .ali-lef {
    text-align: left;
  }
  .ali-cen {
    text-align: center;
  }
  .pad-top-sma {
    padding-top: 10px;
  }
  .pad-bot-tal {
    padding-bottom: 40px;
  }
  .pad-lef-mid {
    padding-left: 20px;
  }
  .pad-rig-mid {
    padding-right: 20px;
  }
  .pad-top-bot-mid {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .pad-top-mid {
    padding-top: 20px;
  }
  .pad-bot-mid {
    padding-bottom: 20px;
  }
  .pad-top-bot-tal {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .mar-top-mid {
    margin-top: 20px;
  }
  .mar-bot-mid {
    margin-bottom: 20px;
  }
  .mar-top-bot-mid {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .mar-bot-tal {
    margin-bottom: 40px;
  }
  .mar-bot-xtal {
    margin-bottom: 80px;
  }
  .mar-top-tal {
    margin-top: 40px;
  }
  .mar-top-bot-tal {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .mar-rig-mid {
    margin-right: 20px;
  }
  .mar-lef-mid {
    margin-left: 17px;
  }
  .pad-top-tal {
    padding-top: 28px;
  }
  .col-yel-har {
    color: #b7b23c;
  }
  .col-red, .red_txt {
    color: #D52A32;
  }
  .col-kah {
    color: #d7ac7c;
  }
  .col-ore {
    color: #e48989;
  }
  .col-ore-har {
    color: #e07979;
  }
  .col-pin-har {
    color: #EA6097;
  }
  .col-yel {
    color: #ffb320;
  }
  .col-gre {
    color: #066;
  }
  .col-gre-har {
    color: #066;
  }
  .col-whi {
    color: #ffffff;
  }
  .col-blu {
    color: #376499;
  }
  .col-blu-bol {
    color: #376499;
    font-weight: 600;
    display: block;
    padding-bottom: 10px;
    line-height: 130%;
  }
  .col-red-bol {
    color: #D52A32;
    font-weight: 600;
    letter-spacing: 0;
    display: block;
    padding-bottom: 10px;
    line-height: 130%;
  }
  .col-gre-bol {
    color: #066;
    font-weight: 600;
    display: block;
    padding-bottom: 10px;
    line-height: 130%;
  }
  .col-yel-har-bol {
    color: #b7b23c;
    font-weight: 600;
    display: block;
    padding-bottom: 10px;
    line-height: 130%;
  }
  .col-bro {
    color: #3b1d02;
  }
  .fon-lar {
    font-size: 130%;
  }
  .fon-mid {
    font-size: 110%;
  }
  .fon-sma {
    font-size: 90%;
  }
  .fon-xsma {
    font-size: 80%;
  }
  .fon-bol {
    font-weight: bold;
    font-weight: 600;
  }
  .lin-hei-sma {
    line-height: 16px;
  }
  .fon-bol {
    font-weight: bold;
  }
  .con-are {
    width: calc(100% - 22px);
    border-radius: 0px;
    margin: 0px auto 20px;
    padding: 10px;
    background: #fafafa;
  }
  .con-are .che-lis {
    font-size: 100%;
    font-weight: 600;
    line-height: 140%;
    position: relative;
    padding: 5px 0px 5px 30px;
    word-wrap: break-word;
    white-space: normal;
    word-break: break-all;
  }
  .con-are .che-lis:before {
    left: 0;
    padding-right: 10px;
    position: absolute;
    content: "";
    background: url(../images/check-square-reverse.svg) left center no-repeat;
    width: 26px;
    height: 26px;
  }
  .con-cir-lis {
    width: calc(100% - 0px);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    margin: 20px auto;
    padding: 10px 2.5%;
    background-color: #fffef1;
-webkit-box-sizing: border-box;box-sizing: border-box;	  
	  
  }
  .con-cir-lis li {
    font-size: 1.0rem;
    font-weight: 700;
    position: relative;
    padding: 5px 0px 5px 30px;
    word-wrap: break-word;
    white-space: normal;
    word-break: break-all;
-webkit-box-sizing: border-box;box-sizing: border-box;	  
  }
  .con-cir-lis li:before {
    left: 0;
    top: 6px;
    padding-right: 10px;
    position: absolute;
    content: "";
    background: url(../images/check.svg) left center no-repeat;
    width: 22px;
    height: 22px;
  }
  .che-sub-tit {
    width: calc(100% - 60px);
    font-size: 120%;
    font-weight: 600;
    position: relative;
    padding: 5px 30px;
    margin-bottom: 10px;
  }
  .che-sub-tit:before {
    left: 0;
    padding-right: 10px;
    position: absolute;
    content: "";
    background: url(../images/list.svg) left center no-repeat;
    width: 26px;
    height: 26px;
  }
  .poi-sub-tit {
    width: calc(100% - 60px);
    font-size: 120%;
    font-weight: 600;
    position: relative;
    padding: 5px 30px;
    margin-bottom: 10px;
  }
  .poi-sub-tit:before {
    top: 8px;
    left: 0;
    padding-right: 10px;
    position: absolute;
    content: "";
    background: url(../images/check-circle.svg) left center no-repeat;
    width: 24px;
    height: 24px;
  }
  .flu-ima {
    max-width: 100%;
    height: auto;
  }
  .ima-sor {
    width: 100%;
    height: auto;
    margin: 30px auto;
    text-align: center;
  }
  .ima-sor img {
    display: inline;
    max-width: 100%;
    height: auto;
  }
  .uli-tab-cel {
    display: table;
  }
  .uli-tab-cel img {
    display: inline;
    vertical-align: middle;
  }
  .uli-tab-cel li {
    font-size: 90%;
    display: table-cell;
    vertical-align: middle;
    padding-right: 20px;
  }
  /* form*/
  img.ui-datepicker-trigger {
    display: inline;
    margin-left: 5px;
    vertical-align: middle;
  }
  input[type="text"], input[type="email"], input[type="tel"], input[type="url"] {
    border: solid 1px #ccc;
    max-width: calc(300px);
    width: calc(100% - 12px);
    height: calc(22px);
    padding: 3px 5px;
    font-size: 100%;
    border-radius: 0px;
  }
  input[type="text"].inp-sho {
    border: solid 1px #ccc;
    width: calc(80px);
    height: calc(22px);
    padding: 3px 5px;
    font-size: 100%;
  }
  select {
    width: calc(240px);
    height: calc(30px);
    padding: 3px 5px;
    font-size: 14px;
    border-radius: 0px;
    border: solid 1px #ccc;
  }
  .but-fre,.wpcf7-submit {
    color: #fff;
    font-size: 130%;
    letter-spacing: 2px;
    background-color: #d80707;
    margin: auto;
    padding: 15px 0;
    line-height: 24px;
    width: calc(80%);
    border: 0px solid #fff;
    border-radius: 6px;
    cursor: pointer;
    -webkit-appearance: none;
    transition: 0.5s;
    -webkit-transition: 0.5s;
  }
  .but-fre:hover,.wpcf7-submit:hover {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    background-color: rgba(255, 127, 161, 0.8);
  }
  .for-but-blo, #edit_schedule {
    margin: 40px auto 40px;
    text-align: center;
  }
  .but-inp, #edit_schedule .submit {
    color: #e7e7e7;
    font-size: 100%;
    letter-spacing: 2px;
    background-color: #585858;
    line-height: 150%;
    width: calc(24%);
    padding: 10px;
    border: 2px solid #e7e7e7;
    border-radius: 8px;
    cursor: pointer;
  }
  textarea {
    border: solid 1px #cdcdcd;
    width: calc(100% - 22px);
    height: calc(80px);
    padding: 10px;
    font-size: 100%;
  }
  .for-att {
    color: #FFF;
    font-weight: 600;
    font-size: 80%;
    padding: 2px;
    line-height: 120%;
    border-radius: 4px;
    background: #e07979;
  }
   ::-webkit-input-placeholder {
    opacity: 0.2;
  }
   ::-moz-placeholder {
    opacity: 0.2;
  }
   :-ms-input-placeholder {
    opacity: 0.2;
  }
   :-moz-placeholder {
    opacity: 0.2;
  }
  /*フェードイン*/
  .fad-inn {
    opacity: 0.0;
    transform: translate(0, 120px);
    transition: all 1000ms;
  }
  .fad-inn1, .fad-inn2, .fad-inn3, .fad-inn4 {
    opacity: 0.0;
    transform: translate(0, 120px);
  }
  .fad-inn1-fad {
    opacity: 1.0;
    transform: translate(0, 0);
    transition: all 1000ms;
    transition-delay: 0s;
  }
  .fad-inn2-fad {
    opacity: 1.0;
    transform: translate(0, 0px);
    transition: all 1000ms;
    transition-delay: 0.3s;
  }
  .fad-inn3-fad {
    opacity: 1.0;
    transform: translate(0, 0px);
    transition: all 1000ms;
    transition-delay: 0.6s;
  }
  .fad-inn4-fad {
    opacity: 1.0;
    transform: translate(0, 0px);
    transition: all 1000ms;
    transition-delay: 0.9s;
  }
  .scr-inn {
    opacity: 1;
    transform: translate(0, 0);
  }
  /*ENDフェードイン */
  .cir-lis {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
  .cir-lis li {
    font-size: 110%;
    position: relative;
    padding: 0px 20px;
  }
  .cir-lis li:before {
    position: absolute;
    left: 0px;
    top: 4px;
    content: "●";
    color: #376499;
    display: inline-block;
    transform: rotate(0deg);
    font-size: 70%;
  }
  .cir-lis-blu li:before {
    color: #376499;
  }
  .cir-lis-red li:before {
    color: #D52A32;
  }
  .cir-lis-gre li:before {
    color: #066;
  }
  .cir-lis-gol li:before {
    color: #b7b23c;
  }
  .num-lis {
    counter-reset: number;
    list-style-type: none!important;
    padding: 0.5em;
    background: #fffeef;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .num-lis>li {
    width: calc(100% - 40px);
    height: auto;
    font-weight: bold;
    position: relative;
    line-height: 1.5em;
    padding: 10px 5px 10px 35px;
  }
  .num-lis>li:before {
    /* 以下数字をつける */
    position: absolute;
    counter-increment: number;
    content: counter(number);
    /*以下数字のデザイン変える*/
    display: inline-block;
    background: #376499;
    color: white;
    font-family: 'Avenir', 'Arial Black', 'Arial', sans-serif;
    font-weight: bold;
    font-size: 15px;
    border-radius: 50%;
    left: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    /*以下 上下中央寄せのため*/
    top: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  /* テーブル　アンダーライン*/
  .ver-tab-und-lin {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    text-align: center;
    margin: 0px auto 20px;
  }
  .ver-tab-und-lin dt, .ver-tab-und-lin dd {
    font-size: 100%;
    padding: 10px;
    border-bottom: solid 1px #CCC;
    background: #fff;
  }
  .ver-tab-und-lin dt {
    width: calc(30% - 20px);
    color: #606521;
    background-color: #FAFCD8;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .ver-tab-und-lin dd {
    margin-left: 10px;
    width: calc(70% - 30px);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
  }
  /* END テーブル　アンダーライン*/
  /* medicoPro CSS */
  .med-pro-blo {
    padding: 0px 0 40px;
  }
  .fle-blo {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .med-pro-ima {
    float: right;
    margin-left: 15px;
  }
  .med-pro-ban-sec {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .med-pro-ban-log {
    position: absolute;
    z-index: 5;
    max-width: 100%;
    height: auto;
  }
  .med-pro-ban-log img {
    width: 100%;
    height: auto;
  }
  .med-pro-ban-lis {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .med-pro-ban-lis li {
    width: 50%;
    height: auto;
  }
  .med-pro-ban-lis li img {
    width: 100%;
    height: auto;
  }
  /* END medicoPro CSS */
  /* ストップ transition */
  .sto-tra * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
  }
  .menu .fas {
    margin-right: 8px;
  }
  /*メールフォーム*/
  .inq-blo {
    max-width: calc(920px - 0px);
    width: calc(100% - 0px);
    padding: 0px 0px;
    margin: auto;
    background: #FFF;
  }
  .inq-tit-lin {
    font-size: 120%;
    font-weight: 600;
    padding: 0 0 0px 0;
    border-bottom: double 3px #f27c7c;
    margin-bottom: 20px;
  }
  .inq-blo-aro {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
  }
  .inq-blo-tel {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .inq-blo-tel .fon-bol {
    font-weight: 600;
  }
  .inq-blo-tel .fon-lar-bol {
    font-weight: 600;
    font-size: 180%;
  }
  .inq-blo-tel .fon-xlar-bol {
    font-weight: 600;
    font-size: 220%;
  }
  .inq-blo-tel .col-gre {
    color: #498b48;
  }
  .inq-blo-tel .col-red {
    color: #D52A32;
  }
  .ico-mus-lar {
    background-color: #cc3138;
    padding: 2px 5px;
    font-size: 80%;
    font-weight: bold;
    color: #FFF;
    margin: 0px 5px;
    border-radius: 2px;
  }
  .ico-mus {
    display: block;
    background-color: #cc3138;
    padding: 0px 5px;
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    float: right;
    margin: 0px 15px 0 5px;
    border-radius: 2px;
  }
  .inq-blo form .dat-lis {
    margin: 30px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
  }
  .inq-blo form .dat-lis dt {
    width: calc(35% - 30px);
    font-size: 100%;
    font-weight: 600;
    padding: 10px 15px;
    border-bottom: solid 1px #CCC;
    background: #fafafa;
    vertical-align: top;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  form .dat-lis dd {
    width: calc(65% - 30px);
    background: none;
    padding: 10px 15px;
    border-bottom: solid 1px #CCC;
  }
  .inq-blo .mfp_but {
    width: 100%;
    margin: 40px auto 40px;
    text-align: center;
  }
  .inq-blo .fil-but-blo {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
  .inq-blo input[type="text"].but-inp-sho {
    display: inline;
    text-align: center;
    color: #fff;
    font-size: 90%;
    letter-spacing: 2px;
    background-color: #000;
    line-height: 30px;
    width: 100px;
    padding: 1px 2px 3px;
    border-radius: 6px;
    cursor: pointer;
    margin-right: 10px;
    -webkit-appearance: none;
  }
  .inq-blo .but-fre,.inq-blo .wpcf7-submit {
    font-size: 120%;
    color: #FFF;
    letter-spacing: 2px;
    background: #1da1f2;
    line-height: 140%;
    width: calc(60% - 0px);
    padding: 10px 10px;
    border: 0px double #cbdc51;
    border-radius: 2px;
    cursor: pointer;
    -webkit-appearance: none;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    position: relative;
    top: -10px;
  }
  .inq-blo .but-fre:hover,.inq-blo .wpcf7-submit:hover {
    color: #ffffff;
    position: relative;
    top: 0px;
    background: #f27c7c;
    border: 0px solid #D52A32;
    transition: 0.3s;
    -webkit-transition: 0.3s;
  }
  .inq-blo .pp-blo {
    border-radius: 2px;
    width: calc(100% - 42px);
    height: 200px;
    overflow: auto;
    padding: 20px;
    margin: 0 auto 20px;
    border: solid 1px #e7e7e7;
    background: #FFF;
  }
  .che-ent {
    text-align: center;
  }
  .che-ent input[type="checkbox"] {
    display: none;
  }
  /* チェックボックスの代わりラベル サーバーアップ時+labelの前に+.mfp_element_hidden を追加 */
  /* mwform-checkbox-field-textプラグインspan */
  #che-ent01-1 {
    display: none;
  }
  .mwform-checkbox-field-text {
    position: relative;
    cursor: pointer;
    position: relative;
    padding-left: 20px;
    padding-right: 10px;
  }
  .mwform-checkbox-field-text::before {
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    left: 0;
    top: 50%;
    border: 1px solid;
    border-color: #585753;
    background-color: #FFF;
  }
  #che-ent01-1:checked+.mwform-checkbox-field-text {
    color: #d01137;
  }
  #che-ent01-1:required+.mwform-checkbox-field-text {
    background-color: #ffcccc;
  }
  #che-ent01-1:checked+.mwform-checkbox-field-text::after {
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 18px;
    height: 9px;
    margin-top: -9px;
    top: 50%;
    left: 3px;
    transform: rotate(-45deg);
    border-bottom: 3px solid;
    border-left: 3px solid;
    border-color: #0060af;
  }
  /*END メールフォーム*/
  .sns-blo {
    max-width: 240px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
  }
  .sns-blo li {
    font-size: 140%;
    margin-left: 5px;
  }
  .foo-con .sns-blo {
    max-width: 240px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
  }
  .foo-con .sns-blo li:first-of-type {
    margin-left: 0px;
  }
  blockquote {
    color: #878787;
    margin: 20px 0;
    padding: 20px 40px;
    background: #f3f3f2;
    border: 0px solid #ccc;
    position: relative;
  }
  blockquote:before {
    content: "''";
    font-size: 120%;
    font-weight: 600;
    color: #d7d7d7;
    left: 10px;
    top: 10px;
    position: absolute;
  }
  blockquote:after {
    content: "''";
    font-size: 120%;
    font-weight: 600;
    color: #d7d7d7;
    right: 10px;
    bottom: 10px;
    position: absolute;
  }
  /* cms-pagination */
  .pag-nav {
    width: 100%;
    overflow: hidden;
    margin: 20px auto;
  }
  .pag-nav ul {
    position: relative;
    float: left;
    left: 50%;
    margin-bottom: 12px;
  }
  .pag-nav ul li {
    position: relative;
    float: left;
    left: -50%;
    width: 34px;
    height: 38px;
    display: table;
    margin: 0 2px;
    display: none;
  }
  .pag-nav ul li.pagination-no-num {
    width: auto;
    display: table;
  }
  .pag-nav ul li.pagination-no-num span {
    background: #f7f7f7;
    border: 1px solid #e7e7e7;
    color: #e7e7e7;
    padding: 0 10px;
  }
  .pag-nav ul li.pagination-no-num a {
    padding: 0 10px;
  }
  .pag-nav ul li.pagination-sp {
    display: table;
  }
  .pag-nav ul li a, .pag-nav ul li span {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    position: relative;
    border: 1px solid #ccc;
    background: #fff;
  }
  .pag-nav ul li a:before, .pag-nav ul li span:before {
    position: absolute;
    display: none;
    content: '';
    width: 96%;
    height: 2px;
    background: #ccc;
    bottom: -3px;
    left: 2%;
  }
  .pag-nav ul li span {
    background: #f27c7c;
    border: 1px solid #f27c7c;
    color: #fff;
  }
  .pagination-txt {
    clear: both;
    text-align: center;
    margin-bottom: 40px;
    background: #f3f3f3;
  }
  .pagination-txt span {
    color: #212121;
  }
  .nav-sin {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .nav-sin-lef a, .nav-sin-rig a {
    display: block;
    background: #fff;
    border: 1px solid #e7e7e7;
    color: #212121;
    padding: 10px;
  }
  .nav-sin-lef a:hover, .nav-sin-rig a:hover {
    color: #FFF;
    border: solid 1px #f27c7c;
    background: #f27c7c;
    text-decoration: none;
    transition: background 0.3s ease;
  }
  /* END cms-pagination */
  .pag-nav ul li {
    width: 40px;
    height: 44px;
    margin: 0 3px;
    display: table;
  }
  .pag-nav ul li a {
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    transition: background 0.3s ease;
  }
  .pag-nav ul li a:hover {
    color: #FFF;
    border: solid 1px #f27c7c;
    background: #f27c7c;
    text-decoration: none;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    transition: background 0.3s ease;
  }
  .pag-nav ul li.pagination-no-num {
    width: auto;
  }
  .pagination-txt {
    margin-bottom: 60px;
  }
  /* SNS ブロック */
  .sns-but-blo {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: calc(260px);
    height: auto;
    margin: 10px auto;
    padding: 0px 20px 20px;
    background: #fff;
  }
  .sns-lin-but a {
    display: block;
    width: calc(60px + 4px);
    color: #212121;
    font-size: 120%;
    letter-spacing: 2px;
    background-color: #fff;
    padding: 0px 0px;
    margin: auto 10px;
    line-height: 160%;
    text-align: center;
    border: 2px solid #212121;
    border-radius: 5px;
    cursor: pointer;
    -webkit-appearance: none;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .sns-lin-but:hover a .fab {
    color: #fff;
  }
  .sns-lin-but:hover a {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    background-color: rgba(103, 166, 219, 1.0);
    border: 2px solid #67a6db;
  }
  /* SNS ブロック END */
  .lin-url-bor, p.lin-url-bor {
    width: 100%;
    height: auto;
    padding: 10px 0;
    margin: 10px 0;
    border-top: solid 2px #0091e6;
    border-bottom: solid 2px #0091e6;
  }
  .lin-url {
    width: auto;
    display: inline-block;
    font-size: 1.1rem;
    color: #0091e6;
    cursor: pointer;
    padding-right: 30px;
    background: url(../images/arrow-right-circle.svg) right center no-repeat;
    -webkit-appearance: none;
    transition: 0.5s;
    /* 0.0秒アニメーション */
    -webkit-transition: 0.5s;
  }
  .lin-url:hover {
    color: #ff5151;
  }
}

@media screen and (max-width: 680px) {
  .con-blo-ima {
    position: relative;
    margin: 0 auto;
    height: 320px;
    max-width: 800px;
    width: 100%;
    background: #efefef;
    overflow: hidden;
    margin-bottom: 30px;
  }
  .con-blo-ima img {
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    min-height: auto;
    min-width: 100%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  .con-are-yel {
    width: calc(100% - 0px);
    border: dotted 0px #898989;
    border-radius: 0px;
    margin: 0px auto 30px;
    padding: 20px;
    background: #fffdf4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .con-are-yel .che-lis {
    font-size: 1.1rem;
    font-weight: 700;
    position: relative;
    padding: 5px 10px;
  }
}

@media screen and (max-width: 580px) {
  #hea-lef {
    height: 60px;
  }
  #hea-lef a {
    width: auto;
    height: 60px;
    max-height: 100%;
  }
  #hea-lef a img {
    width: auto;
    height: 100%;
  }
  .mai-fle-sec {
    text-align: center;
    max-width: 1080px;
    width: 96%;
    height: auto;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
  }
  .mai-fle-sec li {
    width: 100%;
    height: auto;
    margin: 0 auto 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .con-blo-ima {
    position: relative;
    margin: 0 auto;
    height: 260px;
    max-width: 800px;
    width: 100%;
    background: #efefef;
    overflow: hidden;
    margin-bottom: 30px;
  }
  .sit-map-lis>li {
    width: calc(50% - 30px);
    height: auto;
    line-height: 150%;
    padding: 0 0px 5px 25px;
    position: relative;
  }
  .comp-sec {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .comp-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    max-width: 640px;
    width: 100%;
    height: auto;
    padding: 0 5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .comp-list dt {
    font-weight: 400;
    font-size: 1.0rem;
    max-width: 100%;
    width: 100%;
    height: auto;
    padding: 2px;
    border-bottom: solid 1px #cecece;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .comp-list dd {
    font-size: 1.0rem;
    max-width: 100%;
    width: 100%;
    height: auto;
    padding: 2px;
    margin: 0 auto 10px;
    border-bottom: solid 1px #e6e6e6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  /*ブログカード*/
  .blg-car-blo {
    width: calc(100% - 0px);
    height: auto;
    border: solid 0px #e7e7e7;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    /*水平中央*/
    align-items: flex-start;
    /*垂直中央*/
    margin-bottom: 30px;
  }
  .blg-car-ima {
    width: 200px;
    height: auto;
    margin-right: 20px;
    margin: 0 auto 20px;
  }
  .blg-car-ima img {
    width: 100%;
    height: auto;
  }
  .blg-car-sec {
    width: calc(100% - 0px);
    word-wrap: break-word;
    white-space: normal;
    word-break: break-all;
  }
  .blg-car-but {
    margin: 20px auto 30px;
  }
}

@media screen and (max-width: 480px) {
  .one-cul-wra {
    max-width: 960px;
    width: calc(96% - 0px);
    height: auto;
    margin: 0 2%;
    padding: 20px 0px;
    background: #fff;
  }
  .inf-blo {
    width: calc(100% - 0px);
    height: auto;
    padding: 30px 0px;
  }
  .inq-blo form .dat-lis {
    margin: 30px auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }
  .inq-blo form .dat-lis dt {
    width: calc(100% - 0px);
    font-size: 100%;
    font-weight: 600;
    padding: 5px 0px;
    border-bottom: solid 1px #CCC;
    background: #fafafa;
    vertical-align: top;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  form .dat-lis dd {
    width: calc(100% - 30px);
    background: none;
    padding: 10px 15px;
    border-bottom: solid 1px #CCC;
  }
  .inq-blo .mfp_but {
    width: 100%;
    margin: 20px auto;
    text-align: center;
  }
  .inq-blo .pp-blo {
    border-radius: 2px;
    width: calc(100% - 22px);
    height: 160px;
    overflow: auto;
    padding: 10px;
    margin: 0 auto 20px;
    border: solid 1px #e7e7e7;
    background: #FFF;
  }
  .con-blo-ima {
    position: relative;
    margin: 0 auto;
    height: 220px;
    max-width: 800px;
    width: 100%;
    background: #efefef;
    overflow: hidden;
    margin-bottom: 30px;
  }
  .sit-map-tit {
    width: calc(100% - 45px);
    font-size: 120%;
    font-weight: 600;
    position: relative;
    padding: 5px 10px 5px 35px;
    margin-bottom: 10px;
  }
  .sit-map-lis>li {
    width: calc(100% - 30px);
    height: auto;
    line-height: 150%;
    padding: 0 0px 5px 25px;
    position: relative;
  }
}

@media screen and (max-width: 380px) {
  .inf-tab-blo {
    width: calc(100% - 20px);
    height: auto;
    padding: 20px 10px;
  }
  .tim-tab-lis {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    margin: auto;
  }
  .tim-tab-lis>li {
    font-size: 12px;
    letter-spacing: 0;
    width: calc(9% - 4px);
    padding: 5px 2px;
    background: #f9f9f9;
    border-bottom: solid 1px #FFF;
    text-align: center;
  }
  .tim-tab-lis>li:nth-child(n + 10) {
    width: calc(9% - 4px);
    padding: 5px 2px;
    background: #fff;
    border-bottom: solid 1px #FFF;
    text-align: center;
  }
  .tim-tab-lis>li:nth-child(9n - 8) {
    width: calc(28% - 4px);
    padding: 5px 2px;
    background: #fdf4f4;
    border-bottom: solid 1px #FFF;
  }
  .tim-tab-lis>li:nth-child(1) {
    background: #f9f9f9;
  }
  .tit-tab-tex {
    font-size: 90%;
    padding: 5px;
  }
}