@charset "UTF-8";
/*
$width-pc_max: 770px;
$width-pc: 769px;
$width-sm1: 768px;
$width-sm2: 480px;
*/
/*mixin*/
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
.fl_img_z {
  line-height: 0px;
  font-size: 0px;
}

@media print, screen and (min-width: 1281px) {
  body {
    overflow: hidden;
    min-width: 900px;
  }
}
@media only screen and (max-width: 1280px) {
  body {
    overflow: auto;
    min-width: 90%;
  }
}

.col_white {
  color: #FFFFFF !important;
}

.Arrange {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}

@media print, screen and (min-width: 769px) {
  .tp_sml {
    margin-top: 5px !important;
  }
}
@media only screen and (max-width: 768px) {
  .tp_sml {
    margin-top: 5px !important;
  }
}

@media print, screen and (min-width: 769px) {
  .tp_mid {
    margin-top: 20px !important;
  }
}
@media only screen and (max-width: 768px) {
  .tp_mid {
    margin-top: 20px !important;
  }
}

@media print, screen and (min-width: 769px) {
  .tp_und {
    margin-top: 45px !important;
  }
}
@media only screen and (max-width: 768px) {
  .tp_und {
    margin-top: 45px !important;
  }
}

@media print, screen and (min-width: 769px) {
  .sm_und {
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .sm_und {
    margin-bottom: 45px !important;
  }
}

@media print, screen and (min-width: 769px) {
  .sml {
    margin-bottom: 5px !important;
  }
}
@media only screen and (max-width: 768px) {
  .sml {
    margin-bottom: 5px !important;
  }
}

@media print, screen and (min-width: 769px) {
  .mid {
    margin-bottom: 20px !important;
  }
}
@media only screen and (max-width: 768px) {
  .mid {
    margin-bottom: 20px !important;
  }
}

@media print, screen and (min-width: 769px) {
  .und {
    margin-bottom: 45px !important;
  }
}
@media only screen and (max-width: 768px) {
  .und {
    margin-bottom: 45px !important;
  }
}

@media print, screen and (min-width: 769px) {
  .und-01 {
    margin-bottom: 85px !important;
  }
}
@media only screen and (max-width: 768px) {
  .und-01 {
    margin-bottom: 55px !important;
  }
}

@media print, screen and (min-width: 769px) {
  .und-02 {
    margin-bottom: 125px !important;
  }
}
@media only screen and (max-width: 768px) {
  .und-02 {
    margin-bottom: 75px !important;
  }
}

@media print, screen and (min-width: 1281px) {
  .sml_pc {
    margin-bottom: 5px !important;
  }
}
@media only screen and (max-width: 1280px) {
  .sml_pc {
    margin-bottom: 0px !important;
  }
}

@media print, screen and (min-width: 1281px) {
  .mid_pc {
    margin-bottom: 20px !important;
  }
}
@media only screen and (max-width: 1280px) {
  .mid_pc {
    margin-bottom: 0px !important;
  }
}

@media print, screen and (min-width: 1281px) {
  .und_pc {
    margin-bottom: 45px !important;
  }
}
@media only screen and (max-width: 1280px) {
  .und_pc {
    margin-bottom: 0px !important;
  }
}

@media print, screen and (min-width: 1281px) {
  .sml_sm {
    margin-bottom: 0px !important;
  }
}
@media only screen and (max-width: 1280px) {
  .sml_sm {
    margin-bottom: 5px !important;
  }
}

@media print, screen and (min-width: 1281px) {
  .mid_sm {
    margin-bottom: 0px !important;
  }
}
@media only screen and (max-width: 1280px) {
  .mid_sm {
    margin-bottom: 20px !important;
  }
}

@media print, screen and (min-width: 1281px) {
  .und_sm {
    margin-bottom: 0px !important;
  }
}
@media only screen and (max-width: 1280px) {
  .und_sm {
    margin-bottom: 45px !important;
  }
}

@media print, screen and (min-width: 1281px) {
  .pc_sl {
    display: block !important;
  }
}
@media only screen and (max-width: 1280px) {
  .pc_sl {
    display: none !important;
  }
}

@media print, screen and (min-width: 1281px) {
  .phone_sl {
    display: none !important;
  }
}
@media only screen and (max-width: 1280px) {
  .phone_sl {
    display: block !important;
  }
}

@media print, screen and (min-width: 769px) {
  .pc {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

@media print, screen and (min-width: 769px) {
  .phone {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .phone {
    display: block;
  }
}

@media print, screen and (min-width: 1281px) {
  .pc01 {
    display: block;
  }
}
@media only screen and (max-width: 1280px) {
  .pc01 {
    display: none;
  }
}

@media print, screen and (min-width: 1281px) {
  .phone01 {
    display: none;
  }
}
@media only screen and (max-width: 1280px) {
  .phone01 {
    display: block;
  }
}

.text_50 {
  display: block;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .text_50 {
    float: left;
    width: 48% !important;
    padding: 0% 2% 0% 0%;
  }
}
@media only screen and (max-width: 768px) {
  .text_50 {
    float: none;
    width: 100%;
    padding: 0%;
  }
}

@media print, screen and (min-width: 769px) {
  .pos_rea_pt01 {
    display: block;
    position: relative;
    padding-bottom: 92px;
  }
}

.disnon {
  display: none;
}

/* CSS Document */
/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html {
  font-size: 100%;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  /*vertical-align: baseline;*/
}

:focus {
  outline: 0;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

a img {
  border: 0;
}

figure {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* -------------------------------------------------------------- */
img {
  margin: 0px !important;
  padding: 0px !important;
}

body {
  /*color: #FFFFFF;*/
  /*font-size: inherit;*/
  font-size: 16px;
  /*font:100%;*/
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif !important;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
}

html {
  overflow: auto;
}

.clear {
  clear: both;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: block;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

/* リンク設定
------------------------------------------------------------*/
a {
  color: #fa475d;
  text-decoration: underline;
}

a:hover {
  color: #fa475d;
  /*opacity: 0.8;*/
}

a:active, a:focus {
  outline: 0;
}

input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

@media print, screen and (min-width: 1281px) {
  body {
    overflow: hidden;
    min-width: 900px;
  }
}
@media only screen and (max-width: 1280px) {
  body {
    overflow: auto;
    min-width: 90%;
  }
}

#header_area {
  width: 100%;
  height: auto;
  padding: 0px 0px 0px 0px;
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 1281px) {
  #header_area {
    position: fixed;
    z-index: 999;
    margin-top: 0px;
  }
}
#header_area #header_area_in {
  height: auto;
  margin: 0px auto;
}
@media print, screen and (min-width: 1281px) {
  #header_area #header_area_in {
    width: 98%;
    padding-left: 24px;
  }
}
@media only screen and (max-width: 1280px) {
  #header_area #header_area_in {
    width: 98%;
  }
}
@media print, screen and (min-width: 1281px) {
  #header_area #header_area_in #header_left_area {
    float: left;
    width: auto;
    height: 80px;
    font-size: 0px;
    line-height: 0px;
    margin: 0px 0px 0px 0px;
  }
}
@media only screen and (max-width: 1280px) {
  #header_area #header_area_in #header_left_area {
    float: left;
    width: auto;
    height: 48px;
    font-size: 0px;
    line-height: 0px;
    margin: 0px 0px 0px 0px;
  }
}
#header_area #header_area_in #header_left_area img {
  width: auto;
  height: 100%;
}
@media print, screen and (min-width: 1281px) {
  #header_area #header_area_in #header_left_area01 {
    float: right;
    width: 880px;
    height: 60px;
    /*line-height: 0px;*/
    margin: 10px 0px 0px 0px;
  }
}
@media only screen and (max-width: 1280px) {
  #header_area #header_area_in #header_left_area01 {
    float: right;
    width: auto;
    height: 30px;
    /*font-size: 0px;
    line-height: 0px;*/
    margin: 0px 0px 0px 0px;
  }
}
#header_area #header_area_in #header_left_area01 img {
  width: auto;
  height: 100%;
}
#header_area #header_area_in #header_right_area {
  float: right;
  height: auto;
}
@media print, screen and (min-width: 1281px) {
  #header_area #header_area_in #header_right_area {
    /*width: 880px;*/
    width: 870px;
    margin: 10px 0px 0px 0px;
    padding: 20px 10px 20px 40px;
    /*padding: 20px 20px 20px 40px;*/
    background-color: #FFFFFF;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  }
}
@media only screen and (max-width: 1280px) {
  #header_area #header_area_in #header_right_area {
    width: 20%;
    margin: 0px 0px 0px 0px;
  }
}
#header_area #header_area_in #header_right_area img {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 1281px) {
  #header_area #header_area_in #header_right_area img:hover {
    opacity: 0.8;
  }
}
@media print, screen and (min-width: 1281px) {
  #header_area #header_area_in #header_right_area .nav {
    float: right;
    width: 100%;
  }
}
@media only screen and (max-width: 1280px) {
  #header_area #header_area_in #header_right_area .nav {
    float: none;
    width: 100%;
    opacity: 0;
    position: fixed;
    top: 3rem;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s, visibility .5s;
  }
}
@media print, screen and (min-width: 1281px) {
  #header_area #header_area_in #header_right_area .nav .nav__lists {
    list-style: none;
    display: flex;
  }
}
@media only screen and (max-width: 1280px) {
  #header_area #header_area_in #header_right_area .nav .nav__lists {
    list-style: none;
  }
}
@media print, screen and (min-width: 1281px) {
  #header_area #header_area_in #header_right_area .nav .nav__lists .nav__list {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 1280px) {
  #header_area #header_area_in #header_right_area .nav .nav__lists .nav__list {
    margin-right: 0px;
    width: 100%;
    color: #FFFFFF;
  }
}
#header_area #header_area_in #header_right_area .nav .nav__lists .nav__list a {
  font-weight: 600;
}
@media print, screen and (min-width: 1281px) {
  #header_area #header_area_in #header_right_area .nav .nav__lists .nav__list a {
    font-size: 0.8rem !important;
    text-decoration: none;
    color: #0F0F0F !important;
    /*line-height: 20px;*/
    line-height: 25px;
    text-align: center;
  }
}
@media only screen and (max-width: 1280px) {
  #header_area #header_area_in #header_right_area .nav .nav__lists .nav__list a {
    font-size: 0.75rem !important;
    padding: 0px 0 8px;
    text-decoration: none;
    color: #0F0F0F !important;
    display: block;
    width: 100%;
    background-color: #fdf6f0;
    border-top: solid #393939 1px;
    height: auto;
    line-height: 1;
    text-align: center;
  }
}
#header_area #header_area_in #header_right_area .nav .nav__lists .nav__list a span {
  color: #ec4652;
  display: block;
  width: 100%;
  text-align: center;
}
@media print, screen and (min-width: 1281px) {
  #header_area #header_area_in #header_right_area .nav .nav__lists .nav__list a span {
    font-style: italic;
    font-size: 0.65rem !important;
  }
}
@media only screen and (max-width: 1280px) {
  #header_area #header_area_in #header_right_area .nav .nav__lists .nav__list a span {
    font-size: 0.65rem !important;
    margin: 8px 0 4px;
  }
}
#header_area #header_area_in #header_right_area .nav .nav__lists .nav__tel {
  text-align: center;
}
#header_area #header_area_in #header_right_area .nav .nav__lists .nav__tel span {
  font-family: 'Kanit', sans-serif;
  color: #ec4652;
  font-weight: 600;
  text-decoration: none;
}
@media print, screen and (min-width: 1281px) {
  #header_area #header_area_in #header_right_area .nav .nav__lists .nav__tel span {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 1280px) {
  #header_area #header_area_in #header_right_area .nav .nav__lists .nav__tel span {
    font-size: 1.2rem;
  }
}
#header_area #header_area_in #header_right_area .nav .nav__lists .nav__tel span a {
  text-decoration: none !important;
  color: #ec4652 !important;
}
#header_area #header_area_in #header_right_area .nav .nav__lists .nav__tel span:before {
  content: "";
  display: inline-block;
  background-image: url("../images/tel_icon.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 1281px) {
  #header_area #header_area_in #header_right_area .nav .nav__lists .nav__tel span:before {
    width: 26px;
    height: 26px;
    margin: 0px 6px -4px 0;
  }
}
@media only screen and (max-width: 1280px) {
  #header_area #header_area_in #header_right_area .nav .nav__lists .nav__tel span:before {
    width: 16px;
    height: 16px;
  }
}
@media print, screen and (min-width: 1281px) {
  #header_area #header_area_in #header_right_area .nav .nav__lists .nav__tel {
    /*font-size: 0.62rem;*/
    font-size: 0.68rem;
    line-height: 20px;
    margin-left: 30px;
  }
}
@media only screen and (max-width: 1280px) {
  #header_area #header_area_in #header_right_area .nav .nav__lists .nav__tel {
    font-size: 0.74rem;
    display: block;
    width: 100%;
    height: auto;
    padding: 8px 0;
    line-height: 1.5;
    background-color: #fdf6f0;
    border-top: solid #393939 1px;
  }
}
#header_area #header_area_in #header_right_area .nav .nav__lists .nav__info a {
  /*background-color: #E4004E;*/
  background: linear-gradient(0.25turn, #e94345, #d81b79);
  text-align: center;
  color: #FFFFFF;
}
@media print, screen and (min-width: 1281px) {
  #header_area #header_area_in #header_right_area .nav .nav__lists .nav__info a {
    display: table;
    /*width: 42px;
    height: 42px;*/
    width: 54px;
    height: 54px;
    padding: 6px;
    font-size: 0px;
    line-height: 1;
    /*margin-left: 60px;*/
    margin-left: 50px;
    border-radius: 50px;
  }
}
@media only screen and (max-width: 1280px) {
  #header_area #header_area_in #header_right_area .nav .nav__lists .nav__info a {
    display: block;
    text-align: center;
    font-size: 0.75rem;
    line-height: 36px;
    width: 100%;
    text-decoration: none;
  }
}
#header_area #header_area_in #header_right_area .nav .nav__lists .nav__info a:before {
  content: "";
  display: block;
  background-image: url("../images/mail_icon.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 1281px) {
  #header_area #header_area_in #header_right_area .nav .nav__lists .nav__info a:before {
    display: table-cell;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    vertical-align: middle;
  }
}
@media only screen and (max-width: 1280px) {
  #header_area #header_area_in #header_right_area .nav .nav__lists .nav__info a:before {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 6px -4px 0px;
  }
}
@media print, screen and (min-width: 1281px) {
  #header_area #header_area_in #header_right_area .nav #nav-close a {
    display: none;
  }
}
@media only screen and (max-width: 1280px) {
  #header_area #header_area_in #header_right_area .nav #nav-close a {
    width: 100%;
    height: auto;
    display: none;
    padding: 8px 0;
    border-top: 1px solid #FFFFFF;
    border-bottom: #B4B0B0 1px solid;
    color: #FFFFFF;
    background: #686868;
    text-decoration: none;
    margin-top: 0px;
    opacity: 1;
  }
}
@media print, screen and (min-width: 1281px) {
  #header_area #header_area_in #header_right_area .nav .nav_toggle {
    display: none;
  }
}
@media print, screen and (min-width: 1281px) {
  #header_area #header_area_in #header_right_area .nav .header__link.is-active {
    font-weight: 600 !important;
    text-decoration: underline;
    font-size: 16px;
    transition: top 1s;
    -webkit-transition: top 1s;
    -moz-transition: top 1s;
  }
}
@media only screen and (max-width: 1280px) {
  #header_area #header_area_in #header_right_area .nav.show {
    opacity: 1;
    visibility: visible;
    float: none;
    width: 100%;
  }
  #header_area #header_area_in #header_right_area .nav.show:target {
    top: 0px;
    left: 0px;
  }
  #header_area #header_area_in #header_right_area .nav.show .nav__lists {
    list-style: none;
    border-bottom: solid #081C44 1px;
  }
  #header_area #header_area_in #header_right_area .nav.show .nav__lists .nav__list {
    margin-right: 0px;
    width: 100%;
  }
  #header_area #header_area_in #header_right_area .nav.show .nav__lists .nav__list a {
    text-decoration: none;
    display: block;
    width: 100%;
    background-color: #fdf6f0;
    border-top: solid #393939 1px;
    height: auto;
    line-height: 1;
    text-align: center;
  }
}

@media only screen and (max-width: 1280px) {
  #header_area #header_area_in ul.bg_mn {
    float: right;
    display: block;
  }

  #header_area #header_area_in ul.bg_mn li#nav-drawer {
    display: block;
    width: 42px;
    height: 30px;
    padding: 15px 9px 0px;
    margin: 0px 0px 0px 1px;
    position: relative;
  }

  #header_area #header_area_in ul.bg_mn li#nav-drawer #nav-open {
    display: inline-block;
    width: 100%;
    height: 22px;
    vertical-align: middle;
  }

  #header_area #header_area_in ul.bg_mn li#nav-drawer #nav-open span {
    position: absolute;
    top: 1;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background: #FFFFFF;
    display: block;
    content: '';
    cursor: pointer;
  }

  #header_area #header_area_in ul.bg_mn li#nav-drawer #nav-open span:before {
    position: absolute;
    bottom: -8px;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background: #FFFFFF;
    display: block;
    content: '';
    cursor: pointer;
  }

  #header_area #header_area_in ul.bg_mn li#nav-drawer #nav-open span:after {
    position: absolute;
    bottom: -16px;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background: #FFFFFF;
    display: block;
    content: '';
    cursor: pointer;
  }

  .nav_toggle {
    display: block;
    position: relative;
    float: right;
    width: 1.75rem;
    height: 1.5rem;
    margin: 8px 4px 0 0;
    width: 42px;
    height: 30px;
  }

  .nav_toggle i {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #000000;
    position: absolute;
    transition: transform .5s, opacity .5s;
  }

  .nav_toggle i:nth-child(1) {
    top: 0;
  }

  .nav_toggle i:nth-child(2) {
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .nav_toggle i:nth-child(3) {
    bottom: 0;
  }

  .nav_toggle.show i:nth-child(1) {
    /*transform: translateY(10px) rotate(-45deg);*/
    transform: translateY(12px) rotate(-40deg);
  }

  .nav_toggle.show i:nth-child(2) {
    opacity: 0;
  }

  .nav_toggle.show i:nth-child(3) {
    /*transform: translateY(-12px) rotate(45deg);*/
    transform: translateY(-14px) rotate(40deg);
  }

  .header__link.is-active {
    background-color: #0764B1;
    color: #FFFFFF;
    transition: top 1s;
    -webkit-transition: top 1s;
    -moz-transition: top 1s;
  }
}
header {
  width: 100%;
  height: auto;
}
header #hd_in {
  height: auto;
  margin: 0px auto;
}
@media print, screen and (min-width: 1281px) {
  header #hd_in {
    width: 100%;
    /*height: 92px;*/
    height: 116px;
  }
}
@media only screen and (max-width: 1280px) {
  header #hd_in {
    width: 100%;
  }
}
@media print, screen and (min-width: 1281px) {
  header #hd_in h1 {
    float: left;
    width: auto;
    height: 82px;
    padding-left: 12px;
    font-size: 0px;
    line-height: 0px;
  }
  header #hd_in h1 :hover {
    opacity: 0.8;
  }
  header #hd_in h1 img {
    width: auto;
    height: 100%;
  }
}
@media only screen and (max-width: 1280px) {
  header #hd_in h1 {
    float: left;
    padding: 0px;
    /*height: 40px;*/
    height: 55px;
    font-size: 0px;
    line-height: 0px;
  }
  header #hd_in h1 img {
    width: auto;
    height: 100%;
  }
}
header #hd_in #hd_ri {
  float: right;
}
@media print, screen and (min-width: 1281px) {
  header #hd_in #hd_ri {
    width: 750px;
    height: auto;
  }
}
@media only screen and (max-width: 1280px) {
  header #hd_in #hd_ri {
    width: auto;
    height: auto;
  }
}
header #hd_in #hd_ri #hd_ri_r {
  float: right;
}
@media print, screen and (min-width: 1281px) {
  header #hd_in #hd_ri #hd_ri_r {
    width: 280px;
    height: 50px;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 1280px) {
  header #hd_in #hd_ri #hd_ri_r {
    width: 100%;
    height: auto;
  }
}
header #hd_in #hd_ri #hd_ri_r ul li {
  height: auto;
  float: right;
}
@media print, screen and (min-width: 1281px) {
  header #hd_in #hd_ri #hd_ri_r ul li {
    width: 93px;
    height: auto;
    padding: 0px 1px;
    font-size: 0px;
    line-height: 0px;
  }
  header #hd_in #hd_ri #hd_ri_r ul li img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 1280px) {
  header #hd_in #hd_ri #hd_ri_r ul li {
    padding: 0px 1px;
    /*height: 40px;*/
    height: 55px;
    font-size: 0px;
    line-height: 0px;
  }
  header #hd_in #hd_ri #hd_ri_r ul li img {
    width: auto;
    height: 100%;
  }
}
header #hd_in #hd_ri #hd_ri_r ul li#hd_dl_link a {
  display: block;
  text-decoration: none;
}
@media print, screen and (min-width: 1281px) {
  header #hd_in #hd_ri #hd_ri_r ul li#hd_dl_link a {
    width: 91px;
    color: #161616;
    padding: 0px 5px;
    margin: 3px 0px;
    text-align: center;
    font-size: 0.5rem;
    line-height: 1.7;
    border-left: 1px solid #000000;
  }
  header #hd_in #hd_ri #hd_ri_r ul li#hd_dl_link a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 1280px) {
  header #hd_in #hd_ri #hd_ri_r ul li#hd_dl_link a {
    padding: 16px 0px 0px !important;
    text-align: center;
    font-size: 0px;
    line-height: 0;
  }
}
header #hd_in #hd_ri #hd_ri_r ul li#hd_dl_link a:before {
  display: block;
  content: "";
  background-image: url("../images/common/hd_dl_icon.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 1281px) {
  header #hd_in #hd_ri #hd_ri_r ul li#hd_dl_link a:before {
    width: 36px;
    height: 36px;
    margin: 0px auto;
  }
}
@media only screen and (max-width: 1280px) {
  header #hd_in #hd_ri #hd_ri_r ul li#hd_dl_link a:before {
    width: 23px;
    height: 23px;
  }
}
@media print, screen and (min-width: 1281px) {
  header #hd_in #hd_ri #hd_ri_r ul li#nav-drawer {
    display: none;
  }
}
@media only screen and (max-width: 1280px) {
  header #hd_in #hd_ri #hd_ri_r ul li#nav-drawer {
    display: block;
    width: 42px;
    height: 55px;
    padding: 18px 9px;
    margin: 0px 0px 0px 1px;
    background: #FFFFFF;
    position: relative;
  }
  header #hd_in #hd_ri #hd_ri_r ul li#nav-drawer #nav-open {
    display: inline-block;
    width: 100%;
    height: 22px;
    vertical-align: middle;
  }
  header #hd_in #hd_ri #hd_ri_r ul li#nav-drawer #nav-open span {
    position: absolute;
    top: 1;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background: #000000;
    display: block;
    content: '';
    cursor: pointer;
  }
  header #hd_in #hd_ri #hd_ri_r ul li#nav-drawer #nav-open span:before {
    position: absolute;
    bottom: -8px;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background: #000000;
    display: block;
    content: '';
    cursor: pointer;
  }
  header #hd_in #hd_ri #hd_ri_r ul li#nav-drawer #nav-open span:after {
    position: absolute;
    bottom: -16px;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background: #000000;
    display: block;
    content: '';
    cursor: pointer;
  }
}
header #hd_in #hd_ri #hd_ri_r ul li#hd_rent_btn01 a {
  display: none;
  text-decoration: none;
}
@media print, screen and (min-width: 1281px) {
  header #hd_in #hd_ri #hd_ri_r ul li#hd_rent_btn01 a {
    width: 91px;
    background-color: #FCE1E9;
    color: #161616;
    padding: 0px 5px;
    margin: 3px 0px;
    text-align: center;
    font-size: 0.5rem;
    line-height: 1.7;
    border-left: 1px solid #FFFFFF;
  }
  header #hd_in #hd_ri #hd_ri_r ul li#hd_rent_btn01 a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 1280px) {
  header #hd_in #hd_ri #hd_ri_r ul li#hd_rent_btn01 a {
    padding: 16px 0px 0px !important;
    text-align: center;
    font-size: 0px;
    line-height: 0;
  }
}
header #hd_in #hd_ri #hd_ri_r ul li#hd_rent_btn01 a:before {
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 1281px) {
  header #hd_in #hd_ri #hd_ri_r ul li#hd_rent_btn01 a:before {
    width: 36px;
    height: 36px;
    margin: 0px auto;
  }
}
@media only screen and (max-width: 1280px) {
  header #hd_in #hd_ri #hd_ri_r ul li#hd_rent_btn01 a:before {
    width: 23px;
    height: 23px;
  }
}
header #hd_in #hd_ri #hd_ri_r ul li#hd_rent_btn02 a {
  display: none;
  text-decoration: none;
}
@media print, screen and (min-width: 1281px) {
  header #hd_in #hd_ri #hd_ri_r ul li#hd_rent_btn02 a {
    width: 91px;
    background-color: #FCE1E9;
    color: #161616;
    padding: 0px 5px;
    margin: 3px 0px;
    text-align: center;
    font-size: 0.5rem;
    line-height: 1.7;
    border-left: 1px solid #FFFFFF;
  }
  header #hd_in #hd_ri #hd_ri_r ul li#hd_rent_btn02 a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 1280px) {
  header #hd_in #hd_ri #hd_ri_r ul li#hd_rent_btn02 a {
    padding: 16px 0px 0px !important;
    text-align: center;
    font-size: 0px;
    line-height: 0;
  }
}
header #hd_in #hd_ri #hd_ri_r ul li#hd_rent_btn02 a:before {
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 1281px) {
  header #hd_in #hd_ri #hd_ri_r ul li#hd_rent_btn02 a:before {
    width: 36px;
    height: 36px;
    margin: 0px auto;
  }
}
@media only screen and (max-width: 1280px) {
  header #hd_in #hd_ri #hd_ri_r ul li#hd_rent_btn02 a:before {
    width: 23px;
    height: 23px;
  }
}
header #hd_in #hd_ri #hd_ri_r ul li#hd_rent_btn03 a {
  display: none;
  text-decoration: none;
}
@media print, screen and (min-width: 1281px) {
  header #hd_in #hd_ri #hd_ri_r ul li#hd_rent_btn03 a {
    width: 91px;
    color: #DF209F;
    padding: 0px 5px;
    margin: 3px 0px;
    text-align: center;
    font-size: 0.5rem;
    line-height: 1.7;
    border-left: 1px solid #000000;
  }
  header #hd_in #hd_ri #hd_ri_r ul li#hd_rent_btn03 a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 1280px) {
  header #hd_in #hd_ri #hd_ri_r ul li#hd_rent_btn03 a {
    padding: 16px 0px 0px !important;
    text-align: center;
    font-size: 0px;
    line-height: 0;
  }
}
header #hd_in #hd_ri #hd_ri_r ul li#hd_rent_btn03 a:before {
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 1281px) {
  header #hd_in #hd_ri #hd_ri_r ul li#hd_rent_btn03 a:before {
    width: 36px;
    height: 36px;
    margin: 0px auto;
  }
}
@media only screen and (max-width: 1280px) {
  header #hd_in #hd_ri #hd_ri_r ul li#hd_rent_btn03 a:before {
    width: 23px;
    height: 23px;
  }
}

#bg_menu_nav {
  transition: top 1s;
  width: 100%;
  overflow: auto;
  top: 0px;
  position: fixed;
  transition: .3s ease-in-out;
  -webkit-transform: translateY(-320%);
  transform: translateY(-320%);
}
@media print, screen and (min-width: 1281px) {
  #bg_menu_nav {
    z-index: 10001;
    height: 100%;
    background-image: url("../images/common/sub_menu_area_bg.png");
  }
}
@media only screen and (max-width: 1280px) {
  #bg_menu_nav {
    z-index: 9999;
    /*最前面に*/
    height: 100%;
    background-color: #FFFFFF;
  }
}
#bg_menu_nav:target {
  overflow: auto;
  display: block;
  opacity: 1;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
}
#bg_menu_nav .menu-content {
  height: auto;
}
@media print, screen and (min-width: 1281px) {
  #bg_menu_nav .menu-content {
    max-width: 1100px;
    min-width: 1000px;
    margin: 10px auto;
  }
}
@media only screen and (max-width: 1280px) {
  #bg_menu_nav .menu-content {
    width: 96%;
    margin: 10px auto;
  }
}
@media print, screen and (min-width: 1281px) {
  #bg_menu_nav .menu-content ul {
    padding: 0px 10px 0;
  }
}
@media only screen and (max-width: 1280px) {
  #bg_menu_nav .menu-content ul {
    padding: 0px;
  }
}
#bg_menu_nav .menu-content ul li a {
  display: block;
  text-decoration: none;
  color: #1D1D1D;
  text-align: left;
}
@media print, screen and (min-width: 1281px) {
  #bg_menu_nav .menu-content ul li a {
    padding: 8px 3%;
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 1280px) {
  #bg_menu_nav .menu-content ul li a {
    padding: 8px 3% 8px 1%;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 1280px) {
  #bg_menu_nav .menu-content ul li.ol_icon01 a {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
    width: 48%;
  }
}
@media print, screen and (min-width: 1281px) {
  #bg_menu_nav .menu-content ul li.ol_icon01 a {
    text-decoration: none;
    float: none;
    display: block;
    width: 100%;
    height: auto;
    line-height: 1.8;
    font-weight: 600;
  }
  #bg_menu_nav .menu-content ul li.ol_icon01 a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 1280px) {
  #bg_menu_nav .menu-content ul li.ol_icon01 a {
    text-decoration: none;
    float: left;
    display: block;
    height: auto;
    margin: 0 1%;
    line-height: 1.8;
    font-weight: 600;
    /*border: 1px solid #5A5A5A;*/
    border: 1px solid #929292;
  }
}
#bg_menu_nav .menu-content ul li.ol_icon01 a:after {
  background-image: url("../images/common/hd_sec_icon_ol.png");
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 1281px) {
  #bg_menu_nav .menu-content ul li.ol_icon01 a:after {
    width: 25px;
    height: 25px;
    margin: 0px 12px -2px 0;
    /*width: 32px;
    height: 32px;
    margin: 0px 6px -6px 0;*/
  }
}
@media only screen and (max-width: 1280px) {
  #bg_menu_nav .menu-content ul li.ol_icon01 a:after {
    width: 29px;
    height: 29px;
    margin: 0px 6px -7px 0;
  }
}
@media only screen and (max-width: 1280px) {
  #bg_menu_nav .menu-content ul li.ol_icon02 a {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
    width: 98%;
  }
}
@media print, screen and (min-width: 1281px) {
  #bg_menu_nav .menu-content ul li.ol_icon02 a {
    text-decoration: none;
    float: none;
    display: block;
    width: 100%;
    height: auto;
    line-height: 1.8;
    font-weight: 600;
  }
  #bg_menu_nav .menu-content ul li.ol_icon02 a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 1280px) {
  #bg_menu_nav .menu-content ul li.ol_icon02 a {
    text-decoration: none;
    float: left;
    display: block;
    height: auto;
    margin: 0 1%;
    line-height: 1.8;
    font-weight: 600;
    /*border: 1px solid #5A5A5A;*/
    border: 1px solid #929292;
  }
}
#bg_menu_nav .menu-content ul li.ol_icon02 a:after {
  background-image: url("../images/common/hd_sec_icon_ol.png");
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 1281px) {
  #bg_menu_nav .menu-content ul li.ol_icon02 a:after {
    width: 25px;
    height: 25px;
    margin: 0px 12px -2px 0;
    /*width: 32px;
    height: 32px;
    margin: 0px 6px -6px 0;*/
  }
}
@media only screen and (max-width: 1280px) {
  #bg_menu_nav .menu-content ul li.ol_icon02 a:after {
    width: 29px;
    height: 29px;
    margin: 0px 6px -7px 0;
  }
}
@media only screen and (max-width: 1280px) {
  #bg_menu_nav .menu-content ul li.sc01_icon a {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
    width: 48%;
  }
}
@media print, screen and (min-width: 1281px) {
  #bg_menu_nav .menu-content ul li.sc01_icon a {
    text-decoration: none;
    float: none;
    display: block;
    width: 100%;
    height: auto;
    line-height: 1.8;
    font-weight: 600;
  }
  #bg_menu_nav .menu-content ul li.sc01_icon a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 1280px) {
  #bg_menu_nav .menu-content ul li.sc01_icon a {
    text-decoration: none;
    float: left;
    display: block;
    height: auto;
    margin: 0 1%;
    line-height: 1.8;
    font-weight: 600;
    /*border: 1px solid #5A5A5A;*/
    border: 1px solid #929292;
  }
}
#bg_menu_nav .menu-content ul li.sc01_icon a:before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 1281px) {
  #bg_menu_nav .menu-content ul li.sc01_icon a:before {
    width: 25px;
    height: 25px;
    margin: 0px 12px -2px 0;
    /*width: 32px;
    height: 32px;
    margin: 0px 6px -6px 0;*/
  }
}
@media only screen and (max-width: 1280px) {
  #bg_menu_nav .menu-content ul li.sc01_icon a:before {
    width: 29px;
    height: 29px;
    margin: 0px 6px -7px 0;
  }
}
@media only screen and (max-width: 1280px) {
  #bg_menu_nav .menu-content ul li.sc02_icon a {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
    width: 48%;
  }
}
@media print, screen and (min-width: 1281px) {
  #bg_menu_nav .menu-content ul li.sc02_icon a {
    text-decoration: none;
    float: none;
    display: block;
    width: 100%;
    height: auto;
    line-height: 1.8;
    font-weight: 600;
  }
  #bg_menu_nav .menu-content ul li.sc02_icon a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 1280px) {
  #bg_menu_nav .menu-content ul li.sc02_icon a {
    text-decoration: none;
    float: left;
    display: block;
    height: auto;
    margin: 0 1%;
    line-height: 1.8;
    font-weight: 600;
    /*border: 1px solid #5A5A5A;*/
    border: 1px solid #929292;
  }
}
#bg_menu_nav .menu-content ul li.sc02_icon a:before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 1281px) {
  #bg_menu_nav .menu-content ul li.sc02_icon a:before {
    width: 25px;
    height: 25px;
    margin: 0px 12px -2px 0;
    /*width: 32px;
    height: 32px;
    margin: 0px 6px -6px 0;*/
  }
}
@media only screen and (max-width: 1280px) {
  #bg_menu_nav .menu-content ul li.sc02_icon a:before {
    width: 29px;
    height: 29px;
    margin: 0px 6px -7px 0;
  }
}
@media only screen and (max-width: 1280px) {
  #bg_menu_nav .menu-content ul li.sc04_icon a {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
    width: 98%;
  }
}
@media print, screen and (min-width: 1281px) {
  #bg_menu_nav .menu-content ul li.sc04_icon a {
    text-decoration: none;
    float: none;
    display: block;
    width: 100%;
    height: auto;
    line-height: 1.8;
    font-weight: 600;
  }
  #bg_menu_nav .menu-content ul li.sc04_icon a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 1280px) {
  #bg_menu_nav .menu-content ul li.sc04_icon a {
    text-decoration: none;
    float: left;
    display: block;
    height: auto;
    margin: 0 1%;
    line-height: 1.8;
    font-weight: 600;
    /*border: 1px solid #5A5A5A;*/
    border: 1px solid #929292;
  }
}
#bg_menu_nav .menu-content ul li.sc04_icon a:before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 1281px) {
  #bg_menu_nav .menu-content ul li.sc04_icon a:before {
    width: 25px;
    height: 25px;
    margin: 0px 12px -2px 0;
    /*width: 32px;
    height: 32px;
    margin: 0px 6px -6px 0;*/
  }
}
@media only screen and (max-width: 1280px) {
  #bg_menu_nav .menu-content ul li.sc04_icon a:before {
    width: 29px;
    height: 29px;
    margin: 0px 6px -7px 0;
  }
}
@media only screen and (max-width: 1280px) {
  #bg_menu_nav .menu-content ul li.sc05_icon a {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
    width: 98%;
  }
}
@media print, screen and (min-width: 1281px) {
  #bg_menu_nav .menu-content ul li.sc05_icon a {
    text-decoration: none;
    float: none;
    display: block;
    width: 100%;
    height: auto;
    line-height: 1.8;
    font-weight: 600;
  }
  #bg_menu_nav .menu-content ul li.sc05_icon a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 1280px) {
  #bg_menu_nav .menu-content ul li.sc05_icon a {
    text-decoration: none;
    float: left;
    display: block;
    height: auto;
    margin: 0 1%;
    line-height: 1.8;
    font-weight: 600;
    /*border: 1px solid #5A5A5A;*/
    border: 1px solid #929292;
  }
}
#bg_menu_nav .menu-content ul li.sc05_icon a:before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 1281px) {
  #bg_menu_nav .menu-content ul li.sc05_icon a:before {
    width: 25px;
    height: 25px;
    margin: 0px 12px -2px 0;
    /*width: 32px;
    height: 32px;
    margin: 0px 6px -6px 0;*/
  }
}
@media only screen and (max-width: 1280px) {
  #bg_menu_nav .menu-content ul li.sc05_icon a:before {
    width: 29px;
    height: 29px;
    margin: 0px 6px -7px 0;
  }
}
#bg_menu_nav .menu-content ul li.sc06_icon a {
  display: none !important;
}
@media only screen and (max-width: 1280px) {
  #bg_menu_nav .menu-content ul li.sc06_icon a {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
    width: 48%;
  }
}
@media print, screen and (min-width: 1281px) {
  #bg_menu_nav .menu-content ul li.sc06_icon a {
    text-decoration: none;
    float: none;
    display: block;
    width: 100%;
    height: auto;
    line-height: 1.8;
    font-weight: 600;
  }
  #bg_menu_nav .menu-content ul li.sc06_icon a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 1280px) {
  #bg_menu_nav .menu-content ul li.sc06_icon a {
    text-decoration: none;
    float: left;
    display: block;
    height: auto;
    margin: 0 1%;
    line-height: 1.8;
    font-weight: 600;
    /*border: 1px solid #5A5A5A;*/
    border: 1px solid #929292;
  }
}
#bg_menu_nav .menu-content ul li.sc06_icon a:before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 1281px) {
  #bg_menu_nav .menu-content ul li.sc06_icon a:before {
    width: 25px;
    height: 25px;
    margin: 0px 12px -2px 0;
    /*width: 32px;
    height: 32px;
    margin: 0px 6px -6px 0;*/
  }
}
@media only screen and (max-width: 1280px) {
  #bg_menu_nav .menu-content ul li.sc06_icon a:before {
    width: 29px;
    height: 29px;
    margin: 0px 6px -7px 0;
  }
}
#bg_menu_nav .menu-content ul li.sc07_icon a {
  display: none !important;
}
@media only screen and (max-width: 1280px) {
  #bg_menu_nav .menu-content ul li.sc07_icon a {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
    width: 48%;
  }
}
@media print, screen and (min-width: 1281px) {
  #bg_menu_nav .menu-content ul li.sc07_icon a {
    text-decoration: none;
    float: none;
    display: block;
    width: 100%;
    height: auto;
    line-height: 1.8;
    font-weight: 600;
  }
  #bg_menu_nav .menu-content ul li.sc07_icon a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 1280px) {
  #bg_menu_nav .menu-content ul li.sc07_icon a {
    text-decoration: none;
    float: left;
    display: block;
    height: auto;
    margin: 0 1%;
    line-height: 1.8;
    font-weight: 600;
    /*border: 1px solid #5A5A5A;*/
    border: 1px solid #929292;
  }
}
#bg_menu_nav .menu-content ul li.sc07_icon a:before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 1281px) {
  #bg_menu_nav .menu-content ul li.sc07_icon a:before {
    width: 25px;
    height: 25px;
    margin: 0px 12px -2px 0;
    /*width: 32px;
    height: 32px;
    margin: 0px 6px -6px 0;*/
  }
}
@media only screen and (max-width: 1280px) {
  #bg_menu_nav .menu-content ul li.sc07_icon a:before {
    width: 29px;
    height: 29px;
    margin: 0px 6px -7px 0;
  }
}
#bg_menu_nav .menu-content ul li.sc08_icon a {
  display: none !important;
}
@media only screen and (max-width: 1280px) {
  #bg_menu_nav .menu-content ul li.sc08_icon a {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
    width: 98%;
  }
}
@media print, screen and (min-width: 1281px) {
  #bg_menu_nav .menu-content ul li.sc08_icon a {
    text-decoration: none;
    float: none;
    display: block;
    width: 100%;
    height: auto;
    line-height: 1.8;
    font-weight: 600;
  }
  #bg_menu_nav .menu-content ul li.sc08_icon a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 1280px) {
  #bg_menu_nav .menu-content ul li.sc08_icon a {
    text-decoration: none;
    float: left;
    display: block;
    height: auto;
    margin: 0 1%;
    line-height: 1.8;
    font-weight: 600;
    /*border: 1px solid #5A5A5A;*/
    border: 1px solid #929292;
  }
}
#bg_menu_nav .menu-content ul li.sc08_icon a:before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 1281px) {
  #bg_menu_nav .menu-content ul li.sc08_icon a:before {
    width: 25px;
    height: 25px;
    margin: 0px 12px -2px 0;
    /*width: 32px;
    height: 32px;
    margin: 0px 6px -6px 0;*/
  }
}
@media only screen and (max-width: 1280px) {
  #bg_menu_nav .menu-content ul li.sc08_icon a:before {
    width: 29px;
    height: 29px;
    margin: 0px 6px -7px 0;
  }
}
@media only screen and (max-width: 1280px) {
  #bg_menu_nav .menu-content ul li.sc09_icon a {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
    width: 98%;
  }
}
@media print, screen and (min-width: 1281px) {
  #bg_menu_nav .menu-content ul li.sc09_icon a {
    text-decoration: none;
    float: none;
    display: block;
    width: 100%;
    height: auto;
    line-height: 1.8;
    font-weight: 600;
  }
  #bg_menu_nav .menu-content ul li.sc09_icon a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 1280px) {
  #bg_menu_nav .menu-content ul li.sc09_icon a {
    text-decoration: none;
    float: left;
    display: block;
    height: auto;
    margin: 0 1%;
    line-height: 1.8;
    font-weight: 600;
    /*border: 1px solid #5A5A5A;*/
    border: 1px solid #929292;
  }
}
#bg_menu_nav .menu-content ul li.sc09_icon a:before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 1281px) {
  #bg_menu_nav .menu-content ul li.sc09_icon a:before {
    width: 25px;
    height: 25px;
    margin: 0px 12px -2px 0;
    /*width: 32px;
    height: 32px;
    margin: 0px 6px -6px 0;*/
  }
}
@media only screen and (max-width: 1280px) {
  #bg_menu_nav .menu-content ul li.sc09_icon a:before {
    width: 29px;
    height: 29px;
    margin: 0px 6px -7px 0;
  }
}
#bg_menu_nav .menu-content ul li.sc10_icon a {
  display: none !important;
}
@media only screen and (max-width: 1280px) {
  #bg_menu_nav .menu-content ul li.sc10_icon a {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
    width: 98%;
  }
}
@media print, screen and (min-width: 1281px) {
  #bg_menu_nav .menu-content ul li.sc10_icon a {
    text-decoration: none;
    float: none;
    display: block;
    width: 100%;
    height: auto;
    line-height: 1.8;
    font-weight: 600;
  }
  #bg_menu_nav .menu-content ul li.sc10_icon a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 1280px) {
  #bg_menu_nav .menu-content ul li.sc10_icon a {
    text-decoration: none;
    float: left;
    display: block;
    height: auto;
    margin: 0 1%;
    line-height: 1.8;
    font-weight: 600;
    /*border: 1px solid #5A5A5A;*/
    border: 1px solid #929292;
  }
}
#bg_menu_nav .menu-content ul li.sc10_icon a:before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 1281px) {
  #bg_menu_nav .menu-content ul li.sc10_icon a:before {
    width: 25px;
    height: 25px;
    margin: 0px 12px -2px 0;
    /*width: 32px;
    height: 32px;
    margin: 0px 6px -6px 0;*/
  }
}
@media only screen and (max-width: 1280px) {
  #bg_menu_nav .menu-content ul li.sc10_icon a:before {
    width: 29px;
    height: 29px;
    margin: 0px 6px -7px 0;
  }
}
@media only screen and (max-width: 1280px) {
  #bg_menu_nav .menu-content ul li.common_icon01 a {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
    width: 48%;
  }
}
@media print, screen and (min-width: 1281px) {
  #bg_menu_nav .menu-content ul li.common_icon01 a {
    text-decoration: none;
    float: none;
    display: block;
    width: 100%;
    height: auto;
    line-height: 1.8;
    font-weight: 600;
  }
  #bg_menu_nav .menu-content ul li.common_icon01 a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 1280px) {
  #bg_menu_nav .menu-content ul li.common_icon01 a {
    text-decoration: none;
    float: left;
    display: block;
    height: auto;
    margin: 0 1%;
    line-height: 1.8;
    font-weight: 600;
    /*border: 1px solid #5A5A5A;*/
    border: 1px solid #929292;
  }
}
#bg_menu_nav .menu-content ul li.common_icon01 a:before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 1281px) {
  #bg_menu_nav .menu-content ul li.common_icon01 a:before {
    width: 25px;
    height: 25px;
    margin: 0px 12px -2px 0;
    /*width: 32px;
    height: 32px;
    margin: 0px 6px -6px 0;*/
  }
}
@media only screen and (max-width: 1280px) {
  #bg_menu_nav .menu-content ul li.common_icon01 a:before {
    width: 29px;
    height: 29px;
    margin: 0px 6px -7px 0;
  }
}
@media only screen and (max-width: 1280px) {
  #bg_menu_nav .menu-content ul li.common_icon02 a {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
    width: 98%;
  }
}
@media print, screen and (min-width: 1281px) {
  #bg_menu_nav .menu-content ul li.common_icon02 a {
    text-decoration: none;
    float: none;
    display: block;
    width: 100%;
    height: auto;
    line-height: 1.8;
    font-weight: 600;
  }
  #bg_menu_nav .menu-content ul li.common_icon02 a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 1280px) {
  #bg_menu_nav .menu-content ul li.common_icon02 a {
    text-decoration: none;
    float: left;
    display: block;
    height: auto;
    margin: 0 1%;
    line-height: 1.8;
    font-weight: 600;
    /*border: 1px solid #5A5A5A;*/
    border: 1px solid #929292;
  }
}
#bg_menu_nav .menu-content ul li.common_icon02 a:before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 1281px) {
  #bg_menu_nav .menu-content ul li.common_icon02 a:before {
    width: 25px;
    height: 25px;
    margin: 0px 12px -2px 0;
    /*width: 32px;
    height: 32px;
    margin: 0px 6px -6px 0;*/
  }
}
@media only screen and (max-width: 1280px) {
  #bg_menu_nav .menu-content ul li.common_icon02 a:before {
    width: 29px;
    height: 29px;
    margin: 0px 6px -7px 0;
  }
}
@media print, screen and (min-width: 1281px) {
  #bg_menu_nav .menu-content ul li.sc03_icon a.sc03_icon_in {
    text-decoration: none;
    float: none;
    display: block;
    width: 100%;
    height: auto;
    line-height: 1.8;
    font-weight: 600;
  }
  #bg_menu_nav .menu-content ul li.sc03_icon a.sc03_icon_in:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 1280px) {
  #bg_menu_nav .menu-content ul li.sc03_icon a.sc03_icon_in {
    text-decoration: none;
    float: left;
    display: block;
    height: auto;
    margin: 0 1%;
    line-height: 1.8;
    font-weight: 600;
    /*border: 1px solid #5A5A5A;*/
    border: 1px solid #929292;
  }
}
@media only screen and (max-width: 1280px) {
  #bg_menu_nav .menu-content ul li.sc03_icon a.sc03_icon_in {
    width: 100%;
    display: none !important;
  }
}
#bg_menu_nav .menu-content ul li.sc03_icon a.sc03_icon_in:before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 1281px) {
  #bg_menu_nav .menu-content ul li.sc03_icon a.sc03_icon_in:before {
    width: 25px;
    height: 25px;
    margin: 0px 12px -2px 0;
    /*width: 32px;
    height: 32px;
    margin: 0px 6px -6px 0;*/
  }
}
@media only screen and (max-width: 1280px) {
  #bg_menu_nav .menu-content ul li.sc03_icon a.sc03_icon_in:before {
    width: 29px;
    height: 29px;
    margin: 0px 6px -7px 0;
  }
}
#bg_menu_nav .menu-content ul li .acd-check {
  display: none;
}
#bg_menu_nav .menu-content ul li input[type=checkbox] {
  display: none;
}
@media print, screen and (min-width: 1281px) {
  #bg_menu_nav .menu-content ul li label.acd-label {
    display: none;
  }
}
@media only screen and (max-width: 1280px) {
  #bg_menu_nav .menu-content ul li label.acd-label {
    width: 98%;
    height: auto;
    margin: 1% 1% 0%;
    padding: 8px 8% 8px 1%;
    font-size: 1rem;
    display: table;
    line-height: 1.8;
    position: relative;
    font-weight: 600;
    border: 1px solid #929292;
  }
}
@media print, screen and (min-width: 1281px) {
  #bg_menu_nav .menu-content ul li label.acd-label span {
    display: none !important;
  }
}
@media only screen and (max-width: 1280px) {
  #bg_menu_nav .menu-content ul li label.acd-label span {
    display: table-cell !important;
    vertical-align: middle;
  }
  #bg_menu_nav .menu-content ul li label.acd-label span:after {
    box-sizing: border-box;
    content: '▼';
    color: #5A5A5A;
    display: block !important;
    height: 20px;
    position: absolute;
    right: 8px;
    top: 10px;
  }
}
@media print, screen and (min-width: 1281px) {
  #bg_menu_nav .menu-content ul li label.acd-label span.sc03_icon_in_sub {
    display: none !important;
  }
}
#bg_menu_nav .menu-content ul li label.acd-label span.sc03_icon_in_sub:before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 1281px) {
  #bg_menu_nav .menu-content ul li label.acd-label span.sc03_icon_in_sub:before {
    width: 25px;
    height: 25px;
    margin: 0px 12px -2px 0;
    /*width: 32px;
    height: 32px;
    margin: 0px 6px -6px 0;*/
  }
}
@media only screen and (max-width: 1280px) {
  #bg_menu_nav .menu-content ul li label.acd-label span.sc03_icon_in_sub:before {
    width: 29px;
    height: 29px;
    margin: 0px 6px -7px 0;
  }
}
@media print, screen and (min-width: 1281px) {
  #bg_menu_nav .menu-content ul li .acd-content {
    display: block;
    visibility: visible;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1280px) {
  #bg_menu_nav .menu-content ul li .acd-content {
    display: block;
    height: 0;
    opacity: 0;
    padding: 0 10px 1% 10px;
    transition: .5s;
    visibility: hidden;
  }
  #bg_menu_nav .menu-content ul li .acd-content ol {
    visibility: hidden;
    display: none;
  }
}
@media only screen and (max-width: 1280px) {
  #bg_menu_nav .menu-content ul li .acd-check:checked + label.acd-label span:after {
    content: "▲" !important;
  }
  #bg_menu_nav .menu-content ul li .acd-check:checked + label.acd-label + .acd-content {
    height: auto;
    opacity: 1;
    visibility: visible;
    display: block;
  }
  #bg_menu_nav .menu-content ul li .acd-check:checked + label.acd-label + .acd-content ol {
    visibility: visible;
    display: block;
  }
}
#bg_menu_nav .menu-content ul li ol li a {
  line-height: 1.2;
  position: relative;
  width: 100%;
  margin: 2px 0;
  padding: 5px 0 5px 15%;
  color: #1E1E1E !important;
  text-align: left;
  float: left;
}
@media print, screen and (min-width: 1281px) {
  #bg_menu_nav .menu-content ul li ol li a {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 1280px) {
  #bg_menu_nav .menu-content ul li ol li a {
    font-size: 1rem;
  }
}
#bg_menu_nav .menu-content ul li ol li a:before {
  content: "";
  width: 12px;
  height: 12px;
  border-top: solid 2px #272727;
  border-right: solid 2px #272727;
  transform: rotate(45deg);
  position: absolute;
  left: 6%;
  top: 40%;
}
@media print, screen and (min-width: 1281px) {
  #bg_menu_nav #nav-close01 a {
    float: right;
    width: 60px;
    height: 60px;
    display: block;
    background-color: #222222;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1280px) {
  #bg_menu_nav #nav-close01 a {
    float: right;
    width: 40px;
    height: 40px;
    display: block;
    background-color: #222222;
  }
}
#bg_menu_nav #nav-close01 a span {
  height: auto;
  display: block;
  margin: 0px auto;
  opacity: 1 !important;
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 1281px) {
  #bg_menu_nav #nav-close01 a span {
    width: 100%;
  }
}
@media only screen and (max-width: 1280px) {
  #bg_menu_nav #nav-close01 a span {
    width: 100%;
  }
}
#bg_menu_nav #nav-close01 a span img {
  width: 100%;
  height: auto;
}

#sec_ti {
  background-color: #000000;
  width: 100%;
}
@media print, screen and (min-width: 1281px) {
  #sec_ti {
    padding: 8px 5px;
  }
}
@media only screen and (max-width: 1280px) {
  #sec_ti {
    padding: 3px 1%;
  }
}
#sec_ti h1 {
  float: left;
  color: #FFFFFF;
}
@media print, screen and (min-width: 1281px) {
  #sec_ti h1 {
    font-size: 2.1rem;
    line-height: 2.5;
    margin-left: 20px;
  }
}
@media only screen and (max-width: 1280px) {
  #sec_ti h1 {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
#sec_ti h1 a {
  text-decoration: none !important;
  color: #FFFFFF !important;
}
#sec_ti ul {
  display: block;
  float: right;
  height: auto;
}
@media print, screen and (min-width: 1281px) {
  #sec_ti ul {
    width: 50%;
  }
}
@media only screen and (max-width: 1280px) {
  #sec_ti ul {
    width: 20%;
  }
}
#sec_ti ul li#bg_mune a {
  float: right;
  display: block;
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 1281px) {
  #sec_ti ul li#bg_mune a {
    height: 88px;
    margin: 0px 0 0 0;
  }
  #sec_ti ul li#bg_mune a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 1280px) {
  #sec_ti ul li#bg_mune a {
    height: 45px;
  }
}
#sec_ti ul li#bg_mune a img {
  width: auto;
  height: 100%;
}
@media print, screen and (min-width: 1281px) {
  #sec_ti ul li#menu01 a {
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
    float: right;
    display: block;
    width: 270px;
    height: 88px;
    padding: 25px 0px 25px;
    font-size: 1.2rem;
    line-height: 1.8;
    font-weight: 600;
    border-left: 1px solid #FFFFFF;
  }
  #sec_ti ul li#menu01 a:hover {
    opacity: 0.8;
  }
  #sec_ti ul li#menu01 a:before {
    content: "";
    display: inline-block;
    background-image: url("../images/common/hd_sec_icon02.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 36px;
    height: 36px;
    margin: 0px 6px -10px 0;
  }
}
@media only screen and (max-width: 1280px) {
  #sec_ti ul li#menu01 a {
    display: none;
  }
}
@media print, screen and (min-width: 1281px) {
  #sec_ti ul li#menu02 a {
    width: 120px;
    height: 88px;
    text-align: center;
    text-decoration: none;
    float: right;
    display: block;
    color: #FFFFFF;
    padding: 12px 20px 0;
    margin: 0px 0px;
    text-align: center;
    font-size: 0.8rem;
    line-height: 1.7;
    border-left: 1px solid #FFFFFF;
  }
  #sec_ti ul li#menu02 a:hover {
    opacity: 0.8;
  }
  #sec_ti ul li#menu02 a:before {
    display: block;
    content: "";
    background-image: url("../images/common/hd_sec_icon01.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 38px;
    height: 38px;
    margin: 0px auto;
  }
}
@media only screen and (max-width: 1280px) {
  #sec_ti ul li#menu02 a {
    display: none;
  }
}

#hd_ri_l {
  height: auto;
}
@media print, screen and (min-width: 1281px) {
  #hd_ri_l {
    width: 100%;
    background-color: #5D6063;
    padding: 3px 0px;
  }
}
@media only screen and (max-width: 1280px) {
  #hd_ri_l {
    float: none;
    width: 100%;
    overflow: auto;
    position: fixed;
    padding: 0 0 30px 0px;
    top: 0;
    right: 0;
    z-index: 9999;
    /*最前面に*/
    height: 100%;
    background-color: #FFFFFF;
    transition: .3s ease-in-out;
    /*滑らかに表示*/
    -webkit-transform: translateX(120%);
    transform: translateX(120%);
    /*左に隠しておく*/
  }
  #hd_ri_l:target {
    display: block;
    /*カバーを表示*/
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    /*中身を表示*/
    box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
  }
}
#hd_ri_l ul#hd_ri_l_menu {
  display: block;
}
@media print, screen and (min-width: 1281px) {
  #hd_ri_l ul#hd_ri_l_menu {
    float: right;
    width: 430px;
  }
}
@media only screen and (max-width: 1280px) {
  #hd_ri_l ul#hd_ri_l_menu {
    float: none;
    width: 98%;
    padding: 10px 0px;
    margin: 10px auto;
  }
}
#hd_ri_l ul#hd_ri_l_menu li.hd_blk_btn a {
  float: left;
  display: block;
  text-decoration: none;
  text-align: center;
}
@media print, screen and (min-width: 1281px) {
  #hd_ri_l ul#hd_ri_l_menu li.hd_blk_btn a {
    color: #FFFFFF;
    font-size: 0.8rem;
    line-height: 2;
    border: 1px solid #FFFFFF;
    padding: 0px 20px;
    margin: 0 8px;
  }
}
@media only screen and (max-width: 1280px) {
  #hd_ri_l ul#hd_ri_l_menu li.hd_blk_btn a {
    width: 48%;
    color: #000000;
    font-size: 1rem;
    line-height: 2;
    border: 1px solid #000000;
    padding: 8px 0px;
    margin: 0 1%;
  }
}
#hd_ri_l ul#hd_ri_l_menu li.hd_blk_srch a {
  float: left;
  display: block;
  text-decoration: none;
}
@media print, screen and (min-width: 1281px) {
  #hd_ri_l ul#hd_ri_l_menu li.hd_blk_srch a {
    color: #FFFFFF;
    font-size: 0;
    line-height: 2;
    padding: 0px 20px;
  }
}
@media only screen and (max-width: 1280px) {
  #hd_ri_l ul#hd_ri_l_menu li.hd_blk_srch a {
    width: 98%;
    color: #FFFFFF;
    font-size: 1rem;
    line-height: 2;
    border: 1px solid #000000;
    padding: 2px 0px;
    margin: 10px 1% 0px;
    text-align: center;
    background-color: #000000;
  }
}
#hd_ri_l ul#hd_ri_l_menu li.hd_blk_srch a:before {
  content: "";
  display: inline-block;
  background-image: url("../images/common/saerch_icon.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 1281px) {
  #hd_ri_l ul#hd_ri_l_menu li.hd_blk_srch a:before {
    width: 23px;
    height: 23px;
    margin-top: 5px;
  }
}
@media only screen and (max-width: 1280px) {
  #hd_ri_l ul#hd_ri_l_menu li.hd_blk_srch a:before {
    width: 18px;
    height: 18px;
    margin-top: 5px;
  }
}
@media print, screen and (min-width: 1281px) {
  #hd_ri_l #nav_area01 {
    padding: 26px 0px 0px;
  }
}
@media only screen and (max-width: 1280px) {
  #hd_ri_l #nav_area01 {
    padding: 0px;
    margin: 0px 0px 15px 0px;
  }
}
@media print, screen and (min-width: 1281px) {
  #hd_ri_l #nav_area01 ul {
    margin: 0 0 0 235px;
  }
}
@media only screen and (max-width: 1280px) {
  #hd_ri_l #nav_area01 ul {
    margin: 0px;
  }
}
#hd_ri_l #nav_area01 ul li a {
  text-decoration: none;
}
@media print, screen and (min-width: 1281px) {
  #hd_ri_l #nav_area01 ul li a {
    color: #101010;
    float: left;
    padding: 0px 15px;
    font-size: 12px;
    border-left: 1px #000000 solid;
  }
  #hd_ri_l #nav_area01 ul li a:hover {
    font-weight: 400;
  }
}
@media only screen and (max-width: 1280px) {
  #hd_ri_l #nav_area01 ul li a {
    color: #101010;
    float: left;
    font-size: 13px;
    width: 32%;
    text-align: center;
    background-color: #1A5CAB;
    color: #FFFFFF;
    padding: 15px 0px;
    border-radius: 5px;
  }
}
#hd_ri_l #nav_area01 ul li a.multi_menu:after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 0 0 10px;
  border-right: 1px solid #737373;
  border-bottom: 1px solid #737373;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media print, screen and (min-width: 1281px) {
  #hd_ri_l #nav_area01 ul li label {
    float: left;
    padding: 0px 15px;
    font-size: 12px;
    cursor: pointer;
  }
}
@media only screen and (max-width: 1280px) {
  #hd_ri_l #nav_area01 ul li label {
    float: left;
    width: 100%;
    display: block;
    font-size: 13px;
    text-align: center !important;
    background-color: #1A5CAB;
    color: #FFFFFF;
    /*padding: 5px 0px;*/
    padding: 15px 0px;
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 1281px) {
  #hd_ri_l #nav_area01 ul li label.multi_menu:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 10px;
    border-right: 1px solid #737373;
    border-bottom: 1px solid #737373;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media only screen and (max-width: 1280px) {
  #hd_ri_l #nav_area01 ul li label.multi_menu:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 10px;
    border-right: 1px solid #737373;
    border-bottom: 1px solid #737373;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
#hd_ri_l #nav_area01 ul li input {
  display: none;
}
@media print, screen and (min-width: 1281px) {
  #hd_ri_l #nav_area01 ul li .accshow {
    z-index: 2;
    top: 45px;
    position: absolute;
    height: 0;
    padding: 0;
    opacity: 0;
    transition: 0.2s;
  }
}
@media only screen and (max-width: 1280px) {
  #hd_ri_l #nav_area01 ul li .accshow {
    position: inherit;
    height: 0;
    padding: 0;
    opacity: 0;
    transition: 0.2s;
  }
}
@media print, screen and (min-width: 1281px) {
  #hd_ri_l #nav_area01 ul li .accshow ol.menu__second-level01 {
    display: none;
    width: 140px;
    padding: 10px 0.5% !important;
  }
}
@media only screen and (max-width: 1280px) {
  #hd_ri_l #nav_area01 ul li .accshow ol.menu__second-level01 {
    display: none;
    width: 100%;
    padding: 5px 0px !important;
  }
}
@media print, screen and (min-width: 1281px) {
  #hd_ri_l #nav_area01 ul li .accshow ol.menu__second-level01 li a {
    font-size: 10px;
    text-align: left;
    width: 100%;
    border: solid 1px #C1C1C1;
    border-radius: 5px;
    margin: 2px 0;
    /*▼▼▼三角アイコン▼▼▼*/
    position: relative;
    display: inline-block;
    padding: 5px 0 5px 18px;
    color: #000;
    background-color: #FFFFFF;
    vertical-align: middle;
    text-decoration: none;
    /*▲▲▲三角アイコン▲▲▲*/
  }
  #hd_ri_l #nav_area01 ul li .accshow ol.menu__second-level01 li a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 7px;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 4px solid #1153AB;
  }
}
@media print, screen and (min-width: 1281px) and (min-width: 769px) {
  #hd_ri_l #nav_area01 ul li .accshow ol.menu__second-level01 li a:hover {
    left: 2px;
  }
}

@media only screen and (max-width: 1280px) {
  #hd_ri_l #nav_area01 ul li .accshow ol.menu__second-level01 li a {
    /*font-size: 7px;*/
    font-size: 11px;
    text-align: left;
    width: 48%;
    border: solid 1px #C1C1C1;
    border-radius: 5px;
    margin: 1px 1%;
    /*▼▼▼三角アイコン▼▼▼*/
    position: relative;
    display: inline-block;
    padding: 5px 0 5px 18px;
    color: #000;
    background-color: #FFFFFF;
    vertical-align: middle;
    text-decoration: none;
    /*▲▲▲三角アイコン▲▲▲*/
  }
  #hd_ri_l #nav_area01 ul li .accshow ol.menu__second-level01 li a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 7px;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 4px solid #1153AB;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 769px) {
  #hd_ri_l #nav_area01 ul li .accshow ol.menu__second-level01 li a:hover {
    left: 2px;
  }
}

#hd_ri_l #nav_area01 ul li .cssacc:checked + .accshow {
  height: auto;
  opacity: 1;
}
@media print, screen and (min-width: 1281px) {
  #hd_ri_l #nav_area01 ul li .cssacc:checked + .accshow ol.menu__second-level01 {
    display: block;
    width: 140px;
    padding: 10px 0.5% !important;
  }
}
@media only screen and (max-width: 1280px) {
  #hd_ri_l #nav_area01 ul li .cssacc:checked + .accshow ol.menu__second-level01 {
    display: block;
    width: 100%;
    padding: 5px 0px !important;
  }
}
@media print, screen and (min-width: 1281px) {
  #hd_ri_l #nav_area01 ul li .cssacc:checked + .accshow ol.menu__second-level01 li a {
    font-size: 10px;
    text-align: left;
    width: 100%;
    border: solid 1px #C1C1C1;
    border-radius: 5px;
    margin: 2px 0;
    /*▼▼▼三角アイコン▼▼▼*/
    position: relative;
    display: inline-block;
    padding: 5px 0 5px 18px;
    color: #000;
    background-color: #FFFFFF;
    vertical-align: middle;
    text-decoration: none;
    /*▲▲▲三角アイコン▲▲▲*/
  }
  #hd_ri_l #nav_area01 ul li .cssacc:checked + .accshow ol.menu__second-level01 li a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 7px;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 4px solid #1153AB;
  }
}
@media print, screen and (min-width: 1281px) and (min-width: 769px) {
  #hd_ri_l #nav_area01 ul li .cssacc:checked + .accshow ol.menu__second-level01 li a:hover {
    left: 2px;
  }
}

@media only screen and (max-width: 1280px) {
  #hd_ri_l #nav_area01 ul li .cssacc:checked + .accshow ol.menu__second-level01 li a {
    /*font-size: 7px;*/
    font-size: 11px;
    text-align: left;
    width: 48%;
    border: solid 1px #C1C1C1;
    border-radius: 5px;
    margin: 1px 1%;
    /*▼▼▼三角アイコン▼▼▼*/
    position: relative;
    display: inline-block;
    padding: 5px 0 5px 18px;
    color: #000;
    background-color: #FFFFFF;
    vertical-align: middle;
    text-decoration: none;
    /*▲▲▲三角アイコン▲▲▲*/
  }
  #hd_ri_l #nav_area01 ul li .cssacc:checked + .accshow ol.menu__second-level01 li a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 7px;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 4px solid #1153AB;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 769px) {
  #hd_ri_l #nav_area01 ul li .cssacc:checked + .accshow ol.menu__second-level01 li a:hover {
    left: 2px;
  }
}

#hd_ri_l #nav_area01 ul li .cssacc:checked + .accshow + label {
  color: #1A5EB0 !important;
}
@media print, screen and (min-width: 1281px) {
  #hd_ri_l #nav_area01 ul :first-child a {
    border-left: none;
  }
}
@media only screen and (max-width: 1280px) {
  #hd_ri_l #nav_area01 ul :nth-child(2n+3) a {
    margin: 0 1%;
  }
}
@media print, screen and (min-width: 1281px) {
  #hd_ri_l #nav_area02 {
    position: absolute;
    /*top: 38px;*/
    top: 48px;
    right: 100px;
    /*width: 530px;
    width: 691px;*/
    width: 718px;
    z-index: 2;
    background-color: #FFFFFF;
  }
}
#hd_ri_l #nav_area02 #hd_pref_rent_btn a {
  text-decoration: none;
  color: #000000;
  display: block;
}
@media print, screen and (min-width: 1281px) {
  #hd_ri_l #nav_area02 #hd_pref_rent_btn a {
    height: 50px;
    line-height: 1;
    float: right;
    /*padding: 10px 1.9% 10px;*/
    padding: 17px 2% 0px;
    font-size: 13px;
    /*font-size: 18px;*/
    font-weight: 400;
    position: relative;
    border-left: 1px solid #000000;
  }
  #hd_ri_l #nav_area02 #hd_pref_rent_btn a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 1280px) {
  #hd_ri_l #nav_area02 #hd_pref_rent_btn a {
    float: none;
    width: 96%;
    font-size: 18px !important;
    text-align: left !important;
    background-color: #FFFFFF !important;
    color: #171717 !important;
    padding: 15px 2%;
    margin: 0px auto 5px;
    border: solid 1px #4F4F4F;
    font-weight: 500;
  }
}
@media print, screen and (min-width: 1281px) {
  #hd_ri_l #nav_area02 ul {
    float: left;
    /*width: 346px;*/
    width: 506px;
  }
}
#hd_ri_l #nav_area02 ul li {
  /*▼▼▼ドロップダウンメニュー▼▼▼*/
  /*▲▲▲ドロップダウンメニュー▲▲▲*/
}
@media print, screen and (min-width: 1281px) {
  #hd_ri_l #nav_area02 ul li#nav01 ol.menu__second-level {
    border: solid 5px #F17F97;
  }
}
#hd_ri_l #nav_area02 ul li#nav01 ol.menu__second-level:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 45px;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #F17F97;
}
@media print, screen and (min-width: 1281px) {
  #hd_ri_l #nav_area02 ul li#nav01 a {
    padding: 13px 5.2% 10px 0.5%;
  }
}
#hd_ri_l #nav_area02 ul li#nav01 a.secList {
  position: relative;
}
#hd_ri_l #nav_area02 ul li#nav01 a.secList:before {
  position: absolute;
  top: 42%;
  border-right: solid 1px #000000;
  border-top: solid 1px #000000;
  content: "";
  display: inline-block;
  transform: rotate(135deg);
  transition: transform .3s ease-in-out, top .3s ease-in-out;
}
@media print, screen and (min-width: 1281px) {
  #hd_ri_l #nav_area02 ul li#nav01 a.secList:before {
    right: 10%;
    height: 6px;
    width: 6px;
  }
}
@media only screen and (max-width: 1280px) {
  #hd_ri_l #nav_area02 ul li#nav01 a.secList:before {
    right: 2%;
    height: 8px;
    width: 8px;
  }
}
#hd_ri_l #nav_area02 ul li#nav01 a.secList.is-active:before {
  top: 47%;
  transform: rotate(-45deg);
}
@media print, screen and (min-width: 1281px) {
  #hd_ri_l #nav_area02 ul li#nav02 ol.menu__second-level {
    border: solid 5px #38B9DB;
  }
}
#hd_ri_l #nav_area02 ul li#nav02 ol.menu__second-level:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 162px;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #38B9DB;
}
@media print, screen and (min-width: 1281px) {
  #hd_ri_l #nav_area02 ul li#nav02 a {
    padding: 13px 5.2% 10px 0.5%;
  }
}
#hd_ri_l #nav_area02 ul li#nav02 a.secList {
  position: relative;
}
#hd_ri_l #nav_area02 ul li#nav02 a.secList:before {
  position: absolute;
  top: 42%;
  border-right: solid 1px #000000;
  border-top: solid 1px #000000;
  content: "";
  display: inline-block;
  transform: rotate(135deg);
  transition: transform .3s ease-in-out, top .3s ease-in-out;
}
@media print, screen and (min-width: 1281px) {
  #hd_ri_l #nav_area02 ul li#nav02 a.secList:before {
    right: 10%;
    height: 6px;
    width: 6px;
  }
}
@media only screen and (max-width: 1280px) {
  #hd_ri_l #nav_area02 ul li#nav02 a.secList:before {
    right: 2%;
    height: 8px;
    width: 8px;
  }
}
#hd_ri_l #nav_area02 ul li#nav02 a.secList.is-active:before {
  top: 47%;
  transform: rotate(-45deg);
}
#hd_ri_l #nav_area02 ul li span {
  text-decoration: none;
  color: #101010 !important;
  font-family: "游ゴシック", YuGothic, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
  box-sizing: border-box !important;
}
@media print, screen and (min-width: 1281px) {
  #hd_ri_l #nav_area02 ul li span {
    float: left;
    /*padding: 10px 1.9% 10px;*/
    padding: 13px 2.6% 10px;
    /*font-size: 13px;*/
    font-size: 18px;
    font-weight: 600;
    position: relative;
    cursor: pointer !important;
  }
}
@media only screen and (max-width: 1280px) {
  #hd_ri_l #nav_area02 ul li span {
    display: none;
  }
}
#hd_ri_l #nav_area02 ul li a {
  text-decoration: none;
  color: #101010 !important;
  font-family: "游ゴシック", YuGothic, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
  box-sizing: border-box !important;
}
@media print, screen and (min-width: 1281px) {
  #hd_ri_l #nav_area02 ul li a {
    float: left;
    /*padding: 10px 1.9% 10px;*/
    padding: 13px 2.6% 10px;
    /*font-size: 13px;*/
    font-size: 18px;
    font-weight: 600;
    position: relative;
    cursor: pointer;
  }
}
@media only screen and (max-width: 1280px) {
  #hd_ri_l #nav_area02 ul li a {
    float: none;
    width: 96%;
    display: block;
    font-size: 18px !important;
    text-align: left !important;
    background-color: #FFFFFF !important;
    color: #171717 !important;
    padding: 15px 2%;
    margin: 0px auto 5px;
    border: solid 1px #4F4F4F;
    font-weight: 600;
  }
}
@media print, screen and (min-width: 1281px) {
  #hd_ri_l #nav_area02 ul li:hover span:after {
    position: absolute !important;
    content: " " !important;
    display: block !important;
    border-bottom: solid 3px #131313 !important;
    bottom: 0px !important;
    width: 100% !important;
  }
  #hd_ri_l #nav_area02 ul li:hover a:after {
    position: absolute !important;
    content: " " !important;
    display: block !important;
    border-bottom: solid 3px #131313 !important;
    bottom: 0px !important;
    width: 100% !important;
  }
}
@media print, screen and (min-width: 1281px) {
  #hd_ri_l #nav_area02 ul li ol.menu__second-level {
    display: none;
    z-index: 100;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    width: 100% !important;
    padding: 10px 2% !important;
    /*visibility: visible;*/
    color: #313131 !important;
    background-image: url("../images/common/sub_menu_area_bg.png");
    opacity: 1;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }
  #hd_ri_l #nav_area02 ul li ol.menu__second-level li.ti_ic01 {
    /*float: left;*/
    display: block;
    /*width: 25%;*/
    width: 100%;
    padding: 15px 0px 15px;
    font-size: 1.2rem;
    line-height: 1.8;
    font-weight: 600;
    /*color: #e35555;*/
  }
  #hd_ri_l #nav_area02 ul li ol.menu__second-level li.ti_ic01:before {
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
    width: 36px;
    height: 36px;
    margin: 0px 6px -10px 0;
  }
  #hd_ri_l #nav_area02 ul li ol.menu__second-level li.ti_ic02 {
    /*float: left;*/
    display: block;
    /*width: 25%;*/
    width: 100%;
    padding: 15px 0px 15px;
    font-size: 1.2rem;
    line-height: 1.8;
    font-weight: 600;
    /*color: #1a9fe3;*/
  }
  #hd_ri_l #nav_area02 ul li ol.menu__second-level li.ti_ic02:before {
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
    width: 36px;
    height: 36px;
    margin: 0px 6px -10px 0;
  }
  #hd_ri_l #nav_area02 ul li ol.menu__second-level > li a {
    /*font-size: 14px;*/
    font-size: 1.2rem;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif !important;
    color: #000000 !important;
    text-align: left;
    float: left;
    /*width: 31%;*/
    width: 100%;
    /*margin: 2px 1%;*/
    margin: 2px 0%;
    padding: 15px 0px 15px 18px !important;
    overflow: hidden;
    background-color: #FFFFFF;
    border: solid 1px #B7B7B7;
    /*background-color: #FFFFFF;
    border: solid 1px #373737;*/
    opacity: 1 !important;
    /*▼▼▼三角アイコン▼▼▼*/
    position: relative;
    display: inline-block;
    /*padding: 5px 0px 5px 18px;*/
    vertical-align: middle;
    text-decoration: none;
    /*▲▲▲三角アイコン▲▲▲*/
  }
  #hd_ri_l #nav_area02 ul li ol.menu__second-level > li a:after {
    position: inherit !important;
    border-bottom: none !important;
    display: none !important;
  }
  #hd_ri_l #nav_area02 ul li ol.menu__second-level > li a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 7px;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    /*border-left: 4px solid #1153AB;*/
    border-left: 4px solid #373737;
  }
}
@media print, screen and (min-width: 1281px) and (min-width: 769px) {
  #hd_ri_l #nav_area02 ul li ol.menu__second-level > li a:hover {
    left: 2px;
  }
}
@media print, screen and (min-width: 1281px) {
  #hd_ri_l #nav_area02 ul li ol.menu__second-level > li a span.link {
    /*▼▼▼矢印アイコン▼▼▼*/
    /*position: relative;
    display: inline-block;
    padding: 5px 0px 5px 18px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    &:before{
    	position: absolute;
    	top: 0;
    	bottom: 0;
    	left: 0;
    	margin: auto;
    	content: "";
    	vertical-align: middle;											
    	
    	left: 1px;
    	width: 8px;
    	height: 8px;
    	border-top: 2px solid #7a0;
    	border-right: 2px solid #7a0;
    }
    &:after{
    	position: absolute;
    	top: 0;
    	bottom: 0;
    	left: 0;
    	margin: auto;
    	content: "";
    	vertical-align: middle;
    	
    	width: 12px;
    	height: 2px;
    	background: #7a0;
    	-webkit-transform: rotate(135deg);
    	transform: rotate(135deg);
    }
    @include wi-pc{
    &:hover{
    	left: 2px;
    }
    }*/
    /*▲▲▲矢印アイコン▲▲▲*/
  }
  #hd_ri_l #nav_area02 ul li ol.menu__second-level > li a span.link:after {
    content: "";
    display: inline-block !important;
    background: url("../images/common/list_pop.png") no-repeat;
    background-size: contain;
    vertical-align: middle;
  }
}
@media print, screen and (min-width: 1281px) and (min-width: 769px) {
  #hd_ri_l #nav_area02 ul li ol.menu__second-level > li a span.link:after {
    width: 14px;
    height: 14px;
    margin: -3px 0px 0 2px;
  }
}
@media only screen and (min-width: 1281px) and (max-width: 768px) {
  #hd_ri_l #nav_area02 ul li ol.menu__second-level > li a span.link:after {
    width: 10px;
    height: 10px;
    margin: -1px 0px 0 2px;
  }
}
@media print, screen and (min-width: 1281px) {
  #hd_ri_l #nav_area02 ul li ol.menu__second-level > li.long_ti a {
    font-size: 13px;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif !important;
    color: #FFFFFF !important;
    text-align: left;
    float: left;
    width: 50%;
    margin: 2px 1%;
    padding: 15px 0px 15px 18px !important;
    overflow: hidden;
    background-color: #FFFFFF;
    border: solid 1px #373737;
    opacity: 1 !important;
    /*▼▼▼三角アイコン▼▼▼*/
    position: relative;
    display: inline-block;
    /*padding: 5px 0px 5px 18px;*/
    vertical-align: middle;
    text-decoration: none;
    /*▲▲▲三角アイコン▲▲▲*/
  }
  #hd_ri_l #nav_area02 ul li ol.menu__second-level > li.long_ti a:after {
    position: inherit !important;
    border-bottom: none !important;
    display: none !important;
  }
  #hd_ri_l #nav_area02 ul li ol.menu__second-level > li.long_ti a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 7px;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    /*border-left: 4px solid #1153AB;*/
    border-left: 4px solid #373737;
  }
}
@media print, screen and (min-width: 1281px) and (min-width: 769px) {
  #hd_ri_l #nav_area02 ul li ol.menu__second-level > li.long_ti a:hover {
    left: 2px;
  }
}
@media print, screen and (min-width: 1281px) {
  #hd_ri_l #nav_area02 ul li ol.menu__second-level > li.long_ti a span.link {
    /*▼▼▼矢印アイコン▼▼▼*/
    /*position: relative;
    display: inline-block;
    padding: 5px 0px 5px 18px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    &:before{
    	position: absolute;
    	top: 0;
    	bottom: 0;
    	left: 0;
    	margin: auto;
    	content: "";
    	vertical-align: middle;											
    	
    	left: 1px;
    	width: 8px;
    	height: 8px;
    	border-top: 2px solid #7a0;
    	border-right: 2px solid #7a0;
    }
    &:after{
    	position: absolute;
    	top: 0;
    	bottom: 0;
    	left: 0;
    	margin: auto;
    	content: "";
    	vertical-align: middle;
    	
    	width: 12px;
    	height: 2px;
    	background: #7a0;
    	-webkit-transform: rotate(135deg);
    	transform: rotate(135deg);
    }
    @include wi-pc{
    &:hover{
    	left: 2px;
    }
    }*/
    /*▲▲▲矢印アイコン▲▲▲*/
  }
  #hd_ri_l #nav_area02 ul li ol.menu__second-level > li.long_ti a span.link:after {
    content: "";
    display: inline-block !important;
    background: url("../images/common/list_pop.png") no-repeat;
    background-size: contain;
    vertical-align: middle;
  }
}
@media print, screen and (min-width: 1281px) and (min-width: 769px) {
  #hd_ri_l #nav_area02 ul li ol.menu__second-level > li.long_ti a span.link:after {
    width: 14px;
    height: 14px;
    margin: -3px 0px 0 2px;
  }
}
@media only screen and (min-width: 1281px) and (max-width: 768px) {
  #hd_ri_l #nav_area02 ul li ol.menu__second-level > li.long_ti a span.link:after {
    width: 10px;
    height: 10px;
    margin: -1px 0px 0 2px;
  }
}

@media print, screen and (min-width: 1281px) {
  #hd_ri_l #nav_area02 ul li label {
    display: none;
  }
}
@media only screen and (max-width: 1280px) {
  #hd_ri_l #nav_area02 ul li label {
    /* 2022.06.02 */
    display: none !important;
    /* 2022.06.02 */
    float: none;
    width: 96%;
    display: block !important;
    font-size: 18px !important;
    text-align: left !important;
    background-color: #FFFFFF !important;
    color: #171717 !important;
    padding: 15px 2%;
    margin: 0px auto 5px;
    border: solid 1px #4F4F4F;
    font-weight: 600;
  }
}
@media only screen and (max-width: 1280px) and (max-width: 1280px) {
  #hd_ri_l #nav_area02 ul li label:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 10px;
    border-right: 1px solid #4F4F4F;
    border-bottom: 1px solid #4F4F4F;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

#hd_ri_l #nav_area02 ul li input {
  display: none;
}
@media only screen and (max-width: 1280px) {
  #hd_ri_l #nav_area02 ul li ol.menu__second-level {
    /*opacity: 0;*/
    opacity: 1;
    display: none;
    width: 100%;
    padding: 10px 0.5% 30px !important;
  }
  #hd_ri_l #nav_area02 ul li ol.menu__second-level li.ti_ic01 {
    display: none !important;
  }
  #hd_ri_l #nav_area02 ul li ol.menu__second-level li.ti_ic02 {
    display: none !important;
  }
  #hd_ri_l #nav_area02 ul li ol.menu__second-level li a {
    display: block;
    font-family: Noto Sans JP, ヒラギノ角ゴ Pro, 游ゴシック, sans-serif !important;
    /*font-size: 15px!important;*/
    font-size: 120%;
    text-align: left;
    /*width: 98%;*/
    width: 96%;
    color: #252525;
    /*margin: 1px 1%;*/
    margin: 1px 2%;
    padding: 5px 0px 5px 18px;
    border: none !important;
    /*▼▼▼三角アイコン▼▼▼*/
    position: relative;
    display: inline-block;
    /*padding: 5px 0px 5px 18px;*/
    vertical-align: middle;
    text-decoration: none;
    /*▲▲▲三角アイコン▲▲▲*/
  }
  #hd_ri_l #nav_area02 ul li ol.menu__second-level li a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 7px;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    /*border-left: 4px solid #1153AB;*/
    border-left: 4px solid #373737;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 769px) {
  #hd_ri_l #nav_area02 ul li ol.menu__second-level li a:hover {
    left: 2px;
  }
}
@media only screen and (max-width: 1280px) {
  #hd_ri_l #nav_area02 ul li ol.menu__second-level li a span.link {
    /*▼▼▼矢印アイコン▼▼▼*/
    /*position: relative;
    display: inline-block;
    padding: 5px 0px 5px 18px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    &:before{
    	position: absolute;
    	top: 0;
    	bottom: 0;
    	left: 0;
    	margin: auto;
    	content: "";
    	vertical-align: middle;											
    	
    	left: 1px;
    	width: 8px;
    	height: 8px;
    	border-top: 2px solid #7a0;
    	border-right: 2px solid #7a0;
    }
    &:after{
    	position: absolute;
    	top: 0;
    	bottom: 0;
    	left: 0;
    	margin: auto;
    	content: "";
    	vertical-align: middle;
    	
    	width: 12px;
    	height: 2px;
    	background: #7a0;
    	-webkit-transform: rotate(135deg);
    	transform: rotate(135deg);
    }
    @include wi-pc{
    &:hover{
    	left: 2px;
    }
    }*/
    /*▲▲▲矢印アイコン▲▲▲*/
  }
  #hd_ri_l #nav_area02 ul li ol.menu__second-level li a span.link:after {
    content: "";
    display: inline-block !important;
    background: url("../images/common/list_pop.png") no-repeat;
    background-size: contain;
    vertical-align: middle;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 769px) {
  #hd_ri_l #nav_area02 ul li ol.menu__second-level li a span.link:after {
    width: 14px;
    height: 14px;
    margin: -3px 0px 0 2px;
  }
}
@media only screen and (max-width: 1280px) and (max-width: 768px) {
  #hd_ri_l #nav_area02 ul li ol.menu__second-level li a span.link:after {
    width: 10px;
    height: 10px;
    margin: -1px 0px 0 2px;
  }
}
@media only screen and (max-width: 1280px) {
  #hd_ri_l #nav_area02 ul li .cssacc:checked + ol.menu__second-level {
    height: auto;
    opacity: 1;
    display: block;
    width: 98%;
    padding: 10px 0.5% 30px !important;
    margin: 0px 0px 10px 0px;
  }
  #hd_ri_l #nav_area02 ul li .cssacc:checked + ol.menu__second-level li a {
    display: block;
    font-family: Noto Sans JP, ヒラギノ角ゴ Pro, 游ゴシック, sans-serif !important;
    /*font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", "Osaka-mono", "monospace";*/
    /*font-size: 8px;
    font-size: 15px;*/
    font-size: 120%;
    text-align: left;
    /*width: 98%;*/
    width: 96%;
    color: #252525;
    /*margin: 1px 1%;*/
    margin: 1px 2%;
    padding: 5px 0px 5px 18px;
    border: none !important;
    /*▼▼▼三角アイコン▼▼▼*/
    position: relative;
    display: inline-block;
    /*padding: 5px 0px 5px 18px;*/
    vertical-align: middle;
    text-decoration: none;
    /*▲▲▲三角アイコン▲▲▲*/
  }
  #hd_ri_l #nav_area02 ul li .cssacc:checked + ol.menu__second-level li a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 7px;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    /*border-left: 4px solid #1153AB;*/
    border-left: 4px solid #373737;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 769px) {
  #hd_ri_l #nav_area02 ul li .cssacc:checked + ol.menu__second-level li a:hover {
    left: 2px;
  }
}
@media only screen and (max-width: 1280px) {
  #hd_ri_l #nav_area02 ul li .cssacc:checked + ol.menu__second-level li a span.link {
    /*▼▼▼矢印アイコン▼▼▼*/
    /*position: relative;
    display: inline-block;
    padding: 5px 0px 5px 18px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    &:before{
    	position: absolute;
    	top: 0;
    	bottom: 0;
    	left: 0;
    	margin: auto;
    	content: "";
    	vertical-align: middle;											
    	
    	left: 1px;
    	width: 8px;
    	height: 8px;
    	border-top: 2px solid #7a0;
    	border-right: 2px solid #7a0;
    }
    &:after{
    	position: absolute;
    	top: 0;
    	bottom: 0;
    	left: 0;
    	margin: auto;
    	content: "";
    	vertical-align: middle;
    	
    	width: 12px;
    	height: 2px;
    	background: #7a0;
    	-webkit-transform: rotate(135deg);
    	transform: rotate(135deg);
    }
    @include wi-pc{
    &:hover{
    	left: 2px;
    }
    }*/
    /*▲▲▲矢印アイコン▲▲▲*/
  }
  #hd_ri_l #nav_area02 ul li .cssacc:checked + ol.menu__second-level li a span.link:after {
    content: "";
    display: inline-block !important;
    background: url("../images/common/list_pop.png") no-repeat;
    background-size: contain;
    vertical-align: middle;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 769px) {
  #hd_ri_l #nav_area02 ul li .cssacc:checked + ol.menu__second-level li a span.link:after {
    width: 14px;
    height: 14px;
    margin: -3px 0px 0 2px;
  }
}
@media only screen and (max-width: 1280px) and (max-width: 768px) {
  #hd_ri_l #nav_area02 ul li .cssacc:checked + ol.menu__second-level li a span.link:after {
    width: 10px;
    height: 10px;
    margin: -1px 0px 0 2px;
  }
}
@media only screen and (max-width: 1280px) {
  #hd_ri_l #nav_area02 ul li .cssacc:checked + ol.menu__second-level + label {
    color: #FFFFFF !important;
  }
}
@media print, screen and (min-width: 1281px) {
  #hd_ri_l #nav-close a {
    display: none;
  }
}
@media only screen and (max-width: 1280px) {
  #hd_ri_l #nav-close a {
    /*width: 100%;
    height: auto;*/
    width: 55px;
    height: 55px;
    float: right;
    display: block;
    background-color: #222222;
  }
  #hd_ri_l #nav-close a span {
    width: 100%;
    height: auto;
    display: block;
    margin: 0px auto;
    opacity: 1 !important;
    font-size: 0px;
    line-height: 0px;
  }
  #hd_ri_l #nav-close a span img {
    width: 100%;
    height: auto;
  }
}

@media print, screen and (min-width: 1281px) {
  .is-fixed {
    position: fixed;
    margin-top: 0px !important;
    top: 0;
    left: 0;
    z-index: 199;
    opacity: .9;
    /*box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.2);*/
  }
}

@media print, screen and (min-width: 1281px) {
  .is-fixed01 {
    position: fixed;
    top: 125px;
    right: 5px;
    z-index: 199;
    opacity: .9;
    /*box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.2);*/
  }
}

@media print, screen and (min-width: 769px) {
  .form_ti a:hover {
    opacity: 0.8;
  }

  .hv_act a:hover {
    opacity: 0.8;
  }
}
.font-w600 {
  font-weight: 600;
}

.movie_info {
  text-align: center;
  color: #000000;
}
@media print, screen and (min-width: 769px) {
  .movie_info {
    font-size: 110%;
  }
}
@media only screen and (max-width: 768px) {
  .movie_info {
    font-size: 105%;
  }
}
.movie_info:before {
  content: "▼";
  display: inline-block;
  margin: -8px 8px 0 0;
}
.movie_info:after {
  content: "▼";
  display: inline-block;
  margin: -8px 0 0 8px;
}

.link_txt a {
  color: #FFFFFF;
  margin-right: 1%;
}

.st_ti_data {
  width: 100%;
  height: auto;
  line-height: 0px;
  font-size: 0px;
  padding: 0px;
}
@media print, screen and (min-width: 769px) {
  .st_ti_data {
    /*margin: -105px auto 0px;*/
  }
}
@media only screen and (max-width: 768px) {
  .st_ti_data {
    margin: 0px auto 30px;
  }
}
.st_ti_data img {
  width: 100%;
  height: auto;
}

@media print, screen and (min-width: 769px) {
  .pc_ri_li {
    border-right: solid 3px #04B4D0;
  }
}

@media print, screen and (min-width: 769px) {
  .po_r {
    position: relative;
  }
}

@media print, screen and (min-width: 769px) {
  .zoom-in {
    transition: .5s;
  }

  .zoom-in:hover {
    transition: .5s;
    transform: scale(1.1, 1.1);
  }
}
.fuwafuwa {
  -webkit-animation-name: fuwafuwa;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  /*-webkit-animation-direction:alternate;*/
  -webkit-animation-timing-function: ease;
  -moz-animation-name: fuwafuwa;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  /*-moz-animation-direction:alternate;*/
  -moz-animation-timing-function: ease;
}

@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@-moz-keyframes fuwafuwa {
  0% {
    -moz-transform: translate(0, 0);
  }
  50% {
    -moz-transform: translate(0, -10px);
  }
  100% {
    -moz-transform: translate(0, 0);
  }
}
.btn.btn-01 a {
  display: block;
  background-color: #C3002F;
  text-align: center;
  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
}
.btn.btn-01 a:hover {
  background-color: #990f34;
}

/*テキストや画像配置関連*/
@media print, screen and (min-width: 769px) {
  .pc_ct_sm_le {
    text-align: center !important;
  }
}
@media only screen and (max-width: 768px) {
  .pc_ct_sm_le {
    text-align: left !important;
  }
}

@media print, screen and (min-width: 769px) {
  .pc_le_sm_ct {
    text-align: left !important;
  }
}
@media only screen and (max-width: 768px) {
  .pc_le_sm_ct {
    text-align: center !important;
  }
}

@media print, screen and (min-width: 769px) {
  .pc_rt_sm_ct {
    text-align: right !important;
  }
}
@media only screen and (max-width: 768px) {
  .pc_rt_sm_ct {
    text-align: center !important;
  }
}

@media print, screen and (min-width: 769px) {
  .pc_rt_sm_le {
    text-align: right !important;
  }
}
@media only screen and (max-width: 768px) {
  .pc_rt_sm_le {
    text-align: left !important;
  }
}

.center {
  text-align: center !important;
}

.right {
  text-align: right !important;
}

.left {
  text-align: left !important;
}

/*テキストや画像配置関連*/
@media print, screen and (min-width: 769px) {
  .iput_wi01 {
    width: 10% !important;
  }
}
@media only screen and (max-width: 768px) {
  .iput_wi01 {
    width: 15% !important;
  }
}

@media print, screen and (min-width: 769px) {
  .iput_wi02 {
    width: 20% !important;
  }
}
@media only screen and (max-width: 768px) {
  .iput_wi02 {
    width: 25% !important;
  }
}

@media print, screen and (min-width: 769px) {
  .iput_wi03 {
    width: 30% !important;
  }
}
@media only screen and (max-width: 768px) {
  .iput_wi03 {
    width: 35% !important;
  }
}

@media print, screen and (min-width: 769px) {
  .iput_wi04 {
    width: 40% !important;
  }
}
@media only screen and (max-width: 768px) {
  .iput_wi04 {
    width: 42% !important;
  }
}

@media print, screen and (min-width: 769px) {
  .iput_wi05 {
    width: 50% !important;
  }
}
@media only screen and (max-width: 768px) {
  .iput_wi05 {
    width: 73% !important;
  }
}

@media print, screen and (min-width: 769px) {
  .iput_wi06 {
    width: 60% !important;
  }
}
@media only screen and (max-width: 768px) {
  .iput_wi06 {
    width: 73% !important;
  }
}

@media print, screen and (min-width: 769px) {
  .iput_wi07 {
    width: 70% !important;
  }
}
@media only screen and (max-width: 768px) {
  .iput_wi07 {
    width: 83% !important;
  }
}

@media print, screen and (min-width: 769px) {
  .iput_wi08 {
    width: 80% !important;
  }
}
@media only screen and (max-width: 768px) {
  .iput_wi08 {
    width: 85% !important;
  }
}

@media print, screen and (min-width: 769px) {
  .iput_wi09 {
    width: 90% !important;
  }
}
@media only screen and (max-width: 768px) {
  .iput_wi09 {
    width: 95% !important;
  }
}

/* 背景色 */
.bg_col_tnmt {
  background-color: #04B4D0 !important;
}

.bg_grd {
  background-image: url("../images/common/bg_gr.jpg");
  background-size: contain;
  background-repeat: repeat-x;
}

.bg_col00 {
  background-color: #FFFFFF !important;
}

.bg_col01 {
  background-color: #fce8e9 !important;
}

.bg_col02 {
  background-color: #fdf6f0 !important;
}

.bg_col02_sub {
  background-repeat: no-repeat;
  background-position: bottom;
  background-position: center;
  background-size: cover;
}

.bg_col03 {
  background-color: #ededed !important;
}

.bg_col03-img {
  background-image: url("../images/common/tab_bg_01.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #FFFFFF !important;
}

.bg_col04 {
  background-color: #dc4f30 !important;
  color: #FFFFFF !important;
}

.bg_col04-img {
  background-image: url("../images/common/tab_bg_02.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #FFFFFF !important;
}

.bg_col05 {
  background-color: #e99717 !important;
  color: #FFFFFF !important;
}

.bg_col05-img {
  background-image: url("../images/common/tab_bg_03.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #FFFFFF !important;
}

.bg_col06 {
  background-color: #eae033 !important;
  color: #000000 !important;
}

.bg_col06-img {
  background-image: url("../images/common/tab_bg_04.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #000000 !important;
}

.bg_col07 {
  background-color: #94bd2b !important;
  color: #000000 !important;
}

.bg_col07-img {
  background-image: url("../images/common/tab_bg_05.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #000000 !important;
}

.bg_col08 {
  background-color: #C80028 !important;
}

/* 背景色 */
.area_block {
  display: block;
}

/* フォントカラー */
.cor01 {
  color: #4E0424 !important;
}

.cor02 {
  color: #0091d3 !important;
}

.cor03 {
  color: #0091d3 !important;
}

.cor04 {
  color: #ec73a8 !important;
}

.cor05 {
  color: #95c682 !important;
}

.bodpd_pt01 {
  border-top: #337ADB 3px solid;
}
@media print, screen and (min-width: 769px) {
  .bodpd_pt01 {
    padding: 15px 0px 15px 0px !important;
  }
}
@media only screen and (max-width: 768px) {
  .bodpd_pt01 {
    padding: 10px 0px 10px 0px !important;
  }
}

.schedule_area {
  width: 100%;
  height: auto;
}
.schedule_area table {
  width: 100%;
  /*margin:0 0 40px;*/
  border: none;
}
.schedule_area table th {
  width: 96%;
  padding: 15px 2%;
  border: none;
}
.schedule_area table th span {
  width: 45%;
  padding-left: 35px;
  /*padding-left:14%;*/
  display: block;
  float: left;
  padding-bottom: 12;
}
.schedule_area table th p {
  width: 50% !important;
  display: block !important;
  float: right !important;
  padding-bottom: 12 !important;
}
.schedule_area table td {
  padding: 18px 19px 18px 0;
  border: none;
  background: #BACEE4;
  word-break: break-all;
}
.schedule_area table tr:nth-child(2n-1) th {
  background-color: #ffffff;
}
.schedule_area table tr:nth-child(2n-1) td {
  background-color: #ffffff;
}
.schedule_area table tr:nth-child(2n-1) th {
  background-position: 5% top;
  background-repeat: repeat-y;
}
.schedule_area table tr:last-child th {
  background-position: 5% top;
  background-repeat: no-repeat;
}

#count_area {
  /*display: none!important;*/
}

.two_li_ti01 {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .two_li_ti01 {
    padding: 20px 0 !important;
  }
}
@media only screen and (max-width: 768px) {
  .two_li_ti01 {
    padding: 15px 0 !important;
  }
}
.two_li_ti01:before, .two_li_ti01:after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 6px;
  box-sizing: border-box;
}
.two_li_ti01:before {
  top: 0;
  border-top: 2px solid #2372AB;
  border-bottom: 1px solid #8AB1D1;
}
.two_li_ti01:after {
  bottom: 0;
  border-top: 1px solid #8AB1D1;
  border-bottom: 2px solid #2372AB;
}

.fukidashi {
  position: relative;
  padding: .5em .75em;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
}
.fukidashi:before, .fukidashi:after {
  position: absolute;
  top: 100%;
  left: 30px;
  content: '';
  height: 0;
  width: 0;
  border: 10px solid transparent;
}
.fukidashi:before {
  border-top: 15px solid #ccc;
}
.fukidashi:after {
  margin-top: -2px;
  border-top: 15px solid #fff;
}

.tel_frame {
  position: relative;
  padding: 1em;
  background-color: #f6f6f6;
}
.tel_frame:after {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  width: 0;
  border-width: 0 16px 16px 0;
  border-style: solid;
  border-color: #fff #fff #ddd #ddd;
  box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 768px) {
  .tel_frame span.tel_bl {
    display: block;
    text-align: center;
  }
}

hr {
  display: block;
  border-bottom: 1px solid #ddd;
  border-bottom-width: 1px;
  border-width: 0 0 1px 0;
  line-height: 0px;
  height: 0px;
  padding: 0px;
  margin: 50px 0 40px 0;
  clear: both;
}

/*** サイト内検索-Lightbox- ***/
.lb-overlay {
  width: 0px;
  height: 0px;
  position: fixed;
  overflow: hidden;
  left: 0px;
  top: 0px;
  padding: 0px;
  z-index: 200;
  text-align: center;
  background-repeat: repeat;
  overflow: auto;
}

.lb-overlay > div {
  position: relative;
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  /*IE8*/
  height: auto;
  /*height: 100%;*/
  margin: 0px auto 0px auto;
  /*background-color: #FFFFFF;*/
  border: #6C6C6C solid 1px;
}
@media print, screen and (min-width: 769px) {
  .lb-overlay > div {
    width: 550px;
  }
}
@media only screen and (max-width: 768px) {
  .lb-overlay > div {
    width: 95%;
  }
}

.lb-overlay div h2 {
  text-align: center !important;
  font-size: 25px;
  line-height: 30px;
  width: 90%;
  margin: 10px auto;
  color: #FFFFFF;
  background-color: #2f2b2b;
  border-radius: 7px;
}
@media print, screen and (min-width: 769px) {
  .lb-overlay div h2 {
    padding: 15px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .lb-overlay div h2 {
    padding: 10px 0px;
  }
}

.lb-overlay div p {
  font-size: 16px;
  line-height: 22px;
}
@media print, screen and (min-width: 769px) {
  .lb-overlay div p {
    padding: 20px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .lb-overlay div p {
    padding: 15px 0px;
  }
}

/* 検索フォーム */
.search_form {
  width: 90%;
  margin: 0px auto 50px auto;
}

.search_form #search {
  display: block;
  width: 100%;
}

#form5 {
  margin-bottom: 20px;
}

#sbox5 {
  float: left;
  outline: 0;
  height: 50px;
  margin: 1px 0px 0px !important;
  padding: 0px 10px 0;
  width: 70%;
  border-radius: 2px;
  background: #eee;
}

#SearchIndexQ {
  float: left;
  outline: 0;
  height: 50px;
  padding: 0 10px;
  width: 70%;
  border-radius: 2px;
  background: #eee;
}

#sbtn5 {
  float: right;
  width: 28%;
  height: 50px;
  border-radius: 2px;
  background-color: #2f2b2b !important;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

#submit {
  float: right;
  width: 28%;
  height: 50px;
  border-radius: 2px;
  background-color: #2f2b2b !important;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

/*#sbtn5:hover{
background:#eee;
color:#7fbfff;
}*/
/* 検索フォーム */
hr.rent_line {
  border: dashed 1px #4D4D4D !important;
  margin: 20px 0px !important;
}

.lb-overlay a.lb-close {
  background-color: #5a5a5a;
  text-decoration: none;
  display: block;
  color: #fff;
  font-size: 15px;
  line-height: 36px;
  text-align: center;
  width: 100%;
  height: 35px;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  /* internet explorer */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  /*IE8*/
}

.lb-overlay:target {
  width: auto;
  height: auto;
  bottom: 0px;
  right: 0px;
}
@media print, screen and (min-width: 769px) {
  .lb-overlay:target {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 768px) {
  .lb-overlay:target {
    padding-top: 20px;
  }
}

.lb-overlay:target img {
  -webkit-animation: fadeInScale 1.2s ease-in-out;
  -moz-animation: fadeInScale 1.2s ease-in-out;
  -o-animation: fadeInScale 1.2s ease-in-out;
  -ms-animation: fadeInScale 1.2s ease-in-out;
  animation: fadeInScale 1.2s ease-in-out;
}

.lb-overlay:target a.lb-close,
.lb-overlay:target > div {
  opacity: 1;
  filter: alpha(opacity=99);
  /* internet explorer */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=99)";
  /*IE8*/
}

@-webkit-keyframes fadeInScale {
  0% {
    -webkit-transform: scale(0.6);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes fadeInScale {
  0% {
    -moz-transform: scale(0.6);
    opacity: 0;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 1;
  }
}
@-o-keyframes fadeInScale {
  0% {
    -o-transform: scale(0.6);
    opacity: 0;
  }
  100% {
    -o-transform: scale(1);
    opacity: 1;
  }
}
@-ms-keyframes fadeInScale {
  0% {
    -ms-transform: scale(0.6);
    opacity: 0;
  }
  100% {
    -ms-transform: scale(1);
    opacity: 1;
  }
}
@keyframes fadeInScale {
  0% {
    transform: scale(0.6);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
x:-o-prefocus, .lb-overlay img {
  height: 100%;
}

/*** サイト内検索-Lightbox- ***/
/*** 各種ブロック ***/
.left_block_rent {
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .left_block_rent {
    float: left;
    width: 10%;
    margin: 0px 2% 0px 0;
  }
}
@media only screen and (max-width: 768px) {
  .left_block_rent {
    float: left;
    width: 18%;
    margin: 0px 2% 0px 0;
    /*float: none;
    width: 100%;
    margin: 0px;*/
  }
}

/*.right_block_rent{
	height: auto;
	@include wi-pc{
	float: right;
	width: 87%;
	margin: 0px 0px 0px 0px;
	padding-right: 3%;
	}
	@include wi-sm1{
	float: right;
	width: 80%;
	margin: 0px 0px 0px 0px;
	padding-right: 8%;
	}
}*/
.right_block_rent a {
  display: block;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .right_block_rent a {
    float: right;
    width: 87%;
    margin: 0px 0px 0px 0px;
    padding-right: 3%;
  }
}
@media only screen and (max-width: 768px) {
  .right_block_rent a {
    float: right;
    width: 80%;
    margin: 0px 0px 0px 0px;
    padding-right: 8%;
  }
}

.left_block_01 {
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .left_block_01 {
    float: left;
    width: 20%;
    margin: 0px 2% 0px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .left_block_01 {
    float: none;
    width: 100%;
    margin: 0px;
  }
}

.right_block_01 {
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .right_block_01 {
    float: right;
    width: 78%;
    margin: 0px 0px 0px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .right_block_01 {
    float: none;
    width: 100%;
    margin: 0px;
  }
}

.left_block_02 {
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .left_block_02 {
    float: left;
    width: 35%;
    margin: 0px 2% 0px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .left_block_02 {
    float: none;
    width: 100%;
    margin: 0px;
  }
}

.right_block_02 {
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .right_block_02 {
    float: right;
    width: 63%;
    margin: 0px 0px 0px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .right_block_02 {
    float: none;
    width: 100%;
    margin: 0px;
  }
}

.left_block_03 {
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .left_block_03 {
    float: left;
    width: 48%;
    margin: 0px 0px 0px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .left_block_03 {
    float: none;
    width: 100%;
    margin: 0px auto;
  }
}

.right_block_03 {
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .right_block_03 {
    float: right;
    width: 48%;
    margin: 0px 0px 0px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .right_block_03 {
    float: none;
    width: 100%;
    margin: 0px auto;
  }
}

.left_block_03_sub {
  height: auto;
  float: left;
  width: 48%;
  margin: 0px 0px 0px 0px;
}

.right_block_03_sub {
  height: auto;
  float: right;
  width: 48%;
  margin: 0px 0px 0px 0px;
}

.left_block_03_sub01 {
  height: auto;
}
@media print, screen and (min-width: 1281px) {
  .left_block_03_sub01 {
    float: left;
    width: 48%;
    margin: 0px 0px 0px 0px;
  }
}
@media only screen and (max-width: 1280px) {
  .left_block_03_sub01 {
    float: none;
    width: 100%;
    margin: 0px auto;
  }
}

.right_block_03_sub01 {
  height: auto;
}
@media print, screen and (min-width: 1281px) {
  .right_block_03_sub01 {
    float: right;
    width: 48%;
    margin: 0px 0px 0px 0px;
  }
}
@media only screen and (max-width: 1280px) {
  .right_block_03_sub01 {
    float: none;
    width: 100%;
    margin: 0px auto;
  }
}

.left_block_03_sub02 {
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .left_block_03_sub02 {
    float: left;
    width: 48%;
    margin: 0px 0px 0px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .left_block_03_sub02 {
    float: none;
    width: 100%;
    margin: 0px auto;
    padding: 10px 8px;
    /*border-bottom: #4B4B4B solid 2px;*/
    border-bottom: #FFFFFF solid 4px;
    background-color: #F1F1F1;
  }
}

.right_block_03_sub02 {
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .right_block_03_sub02 {
    float: right;
    width: 48%;
    margin: 0px 0px 0px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .right_block_03_sub02 {
    float: none;
    width: 100%;
    margin: 0px auto;
    padding: 10px 8px;
    /*border-bottom: #4B4B4B solid 2px;*/
    border-bottom: #FFFFFF solid 4px;
    background-color: #F1F1F1;
  }
}

.left_block_04 {
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .left_block_04 {
    float: left;
    width: 56%;
    margin: 0px 0px 0px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .left_block_04 {
    float: none;
    width: 100%;
    margin: 0px auto;
  }
}

.right_block_04 {
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .right_block_04 {
    float: right;
    width: 42%;
    margin: 0px 0px 0px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .right_block_04 {
    float: none;
    width: 100%;
    margin: 0px auto;
  }
}

.tabl_area {
  display: table;
}

.left_block_04_01 {
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .left_block_04_01 {
    float: left;
    display: table-cell;
    vertical-align: middle;
    min-height: 72px;
    max-height: 102px;
    width: 88%;
    margin: 0px 0px 0px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .left_block_04_01 {
    float: none;
    width: 100%;
    margin: 0px auto;
  }
}

.right_block_04_01 {
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .right_block_04_01 {
    float: right;
    display: table-cell;
    vertical-align: middle;
    min-height: 72px;
    max-height: 102px;
    width: 12%;
    margin: 0px 0px 0px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .right_block_04_01 {
    float: none;
    width: 16%;
    margin: 0px auto;
  }
}

.left_block_04_02 {
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .left_block_04_02 {
    float: left;
    display: table-cell;
    vertical-align: middle;
    min-height: 72px;
    max-height: 102px;
    width: 90%;
    margin: 0px 0px 0px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .left_block_04_02 {
    float: none;
    width: 100%;
    margin: 0px auto;
  }
}

.right_block_04_02 {
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .right_block_04_02 {
    float: right;
    display: table-cell;
    vertical-align: middle;
    min-height: 72px;
    max-height: 102px;
    width: 10%;
    margin: 0px 0px 0px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .right_block_04_02 {
    float: none;
    width: 14%;
    margin: 0px auto;
  }
}

.left_block_05 {
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .left_block_05 {
    float: left;
    width: 70%;
    margin: 0px 0px 0px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .left_block_05 {
    float: none;
    width: 100%;
    margin: 0px auto;
  }
}

.right_block_05 {
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .right_block_05 {
    float: right;
    width: 28%;
    margin: 0px 0px 0px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .right_block_05 {
    float: none;
    width: 100%;
    margin: 0px auto;
  }
}

/*** 各種ブロック ***/
.intro_co01 {
  border: #9079b6 2px solid;
}

.intro_co02 {
  border: #8ec37a 2px solid;
}

.intro_co03 {
  border: #6884ba 2px solid;
}

.intro_co04 {
  border: #d5b445 2px solid;
}

.intro_co05 {
  border: #e28f91 2px solid;
}

.intro_co06 {
  border: #a4acb0 2px solid;
}

.st_mes_bod01 {
  border: #15A26B solid 1px;
}

.st_mes_bgcl01 {
  background-color: #15A26B;
}

.st_mes_fon01 {
  color: #15A26B;
}

.st_mes_bod02 {
  border: #A79537 solid 1px;
}

.st_mes_bgcl02 {
  background-color: #A79537;
}

.st_mes_fon02 {
  color: #A79537;
}

.st_mes_bod03 {
  border: #E4676A solid 1px;
}

.st_mes_bgcl03 {
  background-color: #E4676A;
}

.st_mes_fon03 {
  color: #E4676A;
}

.st_mes_bod04 {
  border: #499DCC solid 1px;
}

.st_mes_bgcl04 {
  background-color: #499DCC;
}

.st_mes_fon04 {
  color: #499DCC;
}

.st_mes_bod05 {
  border: #7352D1 solid 1px;
}

.st_mes_bgcl05 {
  background-color: #7352D1;
}

.st_mes_fon05 {
  color: #7352D1;
}

/*** line-height・font-size 0 ***/
.img_fl0 {
  font-size: 0px;
  line-height: 0px;
}

/*** line-height・font-size 0 ***/
.indent-1 {
  padding-left: 1em;
  text-indent: -1em;
}

.indent-2 {
  padding-left: 2em;
  text-indent: -2em;
  /*@include wi-pc{
  position: relative;
  padding-left:3em;
  text-indent:-3em;
  span.ft_com{
  	position: absolute;
  	left: 20;
  }
  }
  @include wi-sm1{
  }*/
}

@media print, screen and (min-width: 769px) {
  .indent-3 {
    position: relative;
    padding-left: 5em;
    text-indent: -5em;
  }
  .indent-3 span.ft_com {
    position: absolute;
    left: 30;
  }
}

@media print, screen and (min-width: 769px) {
  .indent-4 {
    position: relative;
    padding-left: 4em;
    text-indent: -4em;
  }
  .indent-4 span.ft_com {
    position: absolute;
    left: 30;
  }
}

.sub_page_title {
  border-bottom: 1px dotted #464646;
}
@media print, screen and (min-width: 769px) {
  .sub_page_title {
    font-size: 16px !important;
    font-weight: bold !important;
  }
}
@media only screen and (max-width: 768px) {
  .sub_page_title {
    font-size: 14px !important;
    font-weight: bold !important;
  }
}

.sub_page_title01 {
  padding: .5em .75em;
  background-color: #f6f6f6;
  border: 3px double #5184A4;
}

.sub_page_title02 {
  position: relative;
  padding: .25em 0 .5em .95em;
  border-left: 6px solid #ccc;
}
.sub_page_title02:before {
  position: absolute;
  left: -6px;
  bottom: 0;
  content: '';
  width: 6px;
  height: 50%;
  background-color: #5F7FC0;
}
.sub_page_title02:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 0;
  border-bottom: 1px solid #ccc;
}

/*** 画像　並び ***/
/*** 罫線 ***/
@media print, screen and (min-width: 769px) {
  .bd01 {
    border: solid 2px #8F9696;
  }
}
@media only screen and (max-width: 768px) {
  .bd01 {
    border: solid 2px #8F9696;
  }
}

@media print, screen and (min-width: 769px) {
  .bd01_com {
    margin-top: 10px;
    margin-bottom: 50px;
    padding: 10px 0 20px;
    position: relative;
    border: solid 2px #8F9696;
  }
}
@media only screen and (max-width: 768px) {
  .bd01_com {
    padding: 20px 0 0px;
    padding: 20px 1% 20px;
    margin: 8px 0 60px;
    border: solid 2px #8F9696;
  }
}

@media print, screen and (min-width: 769px) {
  .bd02 {
    /*border: solid 5px #16619E;
    border: solid 5px #5f91e9;*/
    border: solid 5px #8E9295;
  }
}
@media only screen and (max-width: 768px) {
  .bd02 {
    /*border: solid 3px #16619E;
    border: solid 3px #5f91e9;*/
    border: solid 5px #8E9295;
  }
}

@media print, screen and (min-width: 769px) {
  .bd03 {
    border: solid 1px #777777;
  }
}
@media only screen and (max-width: 768px) {
  .bd03 {
    border: solid 1px #777777;
  }
}

@media print, screen and (min-width: 769px) {
  .bd04 {
    border: solid 1px #DCDCDC;
  }
}
@media only screen and (max-width: 768px) {
  .bd04 {
    border: solid 1px #DCDCDC;
  }
}

@media print, screen and (min-width: 769px) {
  .bd05 {
    border: solid 4px #DCDCDC;
  }
}
@media only screen and (max-width: 768px) {
  .bd05 {
    border: solid 3px #DCDCDC;
  }
}

@media print, screen and (min-width: 769px) {
  .bdb01 {
    border-bottom: solid 2px #e6e6e6;
  }
}
@media only screen and (max-width: 768px) {
  .bdb01 {
    border-bottom: solid 2px #e6e6e6;
  }
}

@media print, screen and (min-width: 769px) {
  .bdb02 {
    border-bottom: solid 2px #221B1B;
  }
}
@media only screen and (max-width: 768px) {
  .bdb02 {
    border-bottom: solid 2px #221B1B;
  }
}

/*** 罫線 ***/
/*** リストスタイル ***/
ul.list_style01 li {
  position: relative;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 100%;
  line-height: 1.3;
  margin-bottom: 10px;
  color: #000000;
}
ul.list_style01 li::before {
  content: "●" !important;
  font-family: "Icons" !important;
  padding-right: 0px !important;
  color: #C80028;
}
ul.list_style01 li:last-child {
  margin-bottom: 0px;
}
ul.list_style01 li a {
  color: #C80028;
}

ul.list_style01_form li {
  position: relative;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 100%;
  line-height: 1.3;
  margin-bottom: 10px;
  color: #000000 !important;
}
ul.list_style01_form li::before {
  content: "●" !important;
  font-family: "Icons" !important;
  padding-right: 0px !important;
  color: #B31113;
}
ul.list_style01_form li:last-child {
  margin-bottom: 0px;
}
ul.list_style01_form li a {
  color: #B31113;
}

ul.list_style01_sub-a li {
  position: relative;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 100%;
  line-height: 1.3;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 769px) {
  ul.list_style01_sub-a li {
    display: inline-block;
    margin-right: 15px;
  }
}
ul.list_style01_sub-a li::before {
  content: "●" !important;
  font-family: "Icons" !important;
  padding-right: 0px !important;
  color: #AB1A1C;
}
ul.list_style01_sub-a li:last-child {
  margin-bottom: 0px;
}

@media print, screen and (min-width: 769px) {
  ul.list_style_hd {
    float: right;
  }
}
@media only screen and (max-width: 768px) {
  ul.list_style_hd {
    float: none;
    width: 98%;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 769px) {
  ul.list_style_hd li {
    display: inline-block;
    font-size: 100%;
    line-height: 1.3;
    padding: 0 1em;
  }
}
@media only screen and (max-width: 768px) {
  ul.list_style_hd li {
    display: block;
    font-size: 100%;
    position: relative;
    padding-left: 1em;
    text-indent: -1em;
  }
  ul.list_style_hd li::before {
    content: "●" !important;
    font-family: "Icons" !important;
    padding-right: 0px !important;
    color: #FFFFFF;
  }
}
ul.list_style_hd li a {
  color: #FFFFFF;
}

ul.list_style01_sub {
  /*display: none;*/
}
ul.list_style01_sub li {
  position: relative;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 120%;
  line-height: 1.3;
  margin-bottom: 10px;
}
ul.list_style01_sub li::before {
  content: "●" !important;
  font-family: "Icons" !important;
  padding-right: 0px !important;
  color: #000000;
}
ul.list_style01_sub li:last-child {
  margin-bottom: 0px;
}
ul.list_style01_sub li:nth-child(2) {
  padding-left: 0em;
  text-indent: 0em;
}
ul.list_style01_sub li:nth-child(2) a {
  padding: 10px 2.5rem 10px 0.8rem;
  border: 1px solid #000000;
  display: block;
  color: #000000;
  text-decoration: none;
  text-align: left !important;
  position: relative;
}
ul.list_style01_sub li:nth-child(2) a::after {
  display: inline-block;
  content: "→" !important;
  font-family: "Icons" !important;
  padding-right: 0px !important;
  color: #000000;
  position: absolute;
  right: 0.8rem;
  top: center;
}
ul.list_style01_sub li:nth-child(2)::before {
  content: "" !important;
  font-family: "Icons" !important;
  padding-right: 0px !important;
  color: #000000;
}

ul.list_style02 {
  /*li:last-child{
  	margin-bottom: 0px;
  }*/
}
ul.list_style02 li {
  display: block;
  float: left;
  position: relative;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 100%;
  line-height: 1.3;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 769px) {
  ul.list_style02 li {
    width: 33%;
  }
}
@media only screen and (max-width: 768px) {
  ul.list_style02 li {
    width: 100%;
  }
}
ul.list_style02 li::before {
  content: "●" !important;
  font-family: "Icons" !important;
  padding-right: 0px !important;
}

/*** リストスタイル ***/
.img_fl0 {
  font-size: 0px;
  line-height: 0px;
}

/*** 1列 ***/
.block_PC1_sm2 {
  width: 100%;
  height: auto;
  margin: 0px auto;
}
.block_PC1_sm2 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .block_PC1_sm2 li {
    width: 100%;
    padding: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .block_PC1_sm2 li {
    width: 50%;
    padding: 0px 1% 20px 0px;
  }
}
.block_PC1_sm2 li img {
  width: 100%;
  height: auto;
}

/*** 2列 ***/
.block_PC2_sm2 {
  width: 100%;
  height: auto;
  margin: 0px auto;
}
.block_PC2_sm2 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .block_PC2_sm2 li {
    width: 50%;
    padding: 0px 1% 20px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .block_PC2_sm2 li {
    width: 50%;
    padding: 0px 1% 20px 0px;
  }
}
.block_PC2_sm2 li img {
  width: 100%;
  height: auto;
}

.block_PC2_sm2_sub {
  width: 100%;
  height: auto;
  margin: 0px auto;
}
.block_PC2_sm2_sub li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .block_PC2_sm2_sub li {
    width: 50%;
    padding: 0px 1% 10px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .block_PC2_sm2_sub li {
    width: 50%;
    padding: 0px 1% 10px 0px;
  }
}
.block_PC2_sm2_sub li img {
  width: 100%;
  height: auto;
}

.block_PC3_sm1_sub {
  width: 100%;
  height: auto;
  margin: 0px auto;
}
.block_PC3_sm1_sub li {
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .block_PC3_sm1_sub li {
    float: left;
    width: 33%;
    padding: 0px 1% 10px 1%;
  }
}
@media only screen and (max-width: 768px) {
  .block_PC3_sm1_sub li {
    float: none;
    width: 90%;
    padding: 0px 1% 10px;
    margin: 0 auto;
  }
}
.block_PC3_sm1_sub li img {
  width: 100%;
  height: auto;
}

.block_PC3_sm2_sub {
  width: 100%;
  height: auto;
  margin: 0px auto;
}
.block_PC3_sm2_sub li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .block_PC3_sm2_sub li {
    width: 33%;
    padding: 0px 1% 10px 1%;
  }
}
@media only screen and (max-width: 768px) {
  .block_PC3_sm2_sub li {
    width: 50%;
    padding: 0px 1% 10px 0px;
  }
}
.block_PC3_sm2_sub li img {
  width: 100%;
  height: auto;
}

.block_PC2_sm1 {
  width: 100%;
  height: auto;
  margin: 0px auto;
}
.block_PC2_sm1 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .block_PC2_sm1 li {
    width: 50%;
    padding: 0px 1% 20px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .block_PC2_sm1 li {
    width: 100%;
    padding: 0px 1% 20px 0px;
  }
}
.block_PC2_sm1 li img {
  width: 100%;
  height: auto;
}

.block_PC2_sm1_sub01 {
  width: 100%;
  height: auto;
  margin: 0px auto;
}
.block_PC2_sm1_sub01 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .block_PC2_sm1_sub01 li {
    width: 48%;
    padding: 0px 1% 20px 0px;
    margin: 0px 1% 10px 1%;
  }
}
@media only screen and (max-width: 768px) {
  .block_PC2_sm1_sub01 li {
    width: 100%;
    padding: 0px 1% 20px 0px;
    margin: 0px 0% 20px 0%;
  }
}
.block_PC2_sm1_sub01 li img {
  width: 100%;
  height: auto;
}

.block_PC2_sm1_sub02 {
  width: 100%;
  height: auto;
  margin: 0px auto;
}
.block_PC2_sm1_sub02 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .block_PC2_sm1_sub02 li {
    width: 48%;
    padding: 0px 1% 0px 0px;
    margin: 0px 1% 0px 1%;
  }
}
@media only screen and (max-width: 768px) {
  .block_PC2_sm1_sub02 li {
    width: 100%;
    padding: 0px 1% 20px 0px;
    margin: 0px 0% 20px 0%;
    border-bottom: 1px solid #B9B9B9;
  }
}
.block_PC2_sm1_sub02 li img {
  width: 100%;
  height: auto;
}

ul.img_wi100_PC2_sm2 {
  width: 100%;
  height: auto;
  margin: 0px auto;
}
ul.img_wi100_PC2_sm2 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi100_PC2_sm2 li {
    width: 50%;
    padding: 0px 1% 20px 0px;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi100_PC2_sm2 li {
    width: 50%;
    padding: 0px 1% 20px 0px;
  }
}
ul.img_wi100_PC2_sm2 li img {
  width: 100%;
  height: auto;
}

ol.img_wi100_PC2_sm2_sub {
  width: 100%;
  height: auto;
  margin: 0px auto;
}
ol.img_wi100_PC2_sm2_sub li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  ol.img_wi100_PC2_sm2_sub li {
    width: 46%;
    padding: 0px 2% 20px;
  }
}
@media only screen and (max-width: 768px) {
  ol.img_wi100_PC2_sm2_sub li {
    width: 46%;
    padding: 0px 2% 20px;
  }
}
ol.img_wi100_PC2_sm2_sub li img {
  width: 100%;
  height: auto;
}

ul.img_wi100_PC2_sm1 {
  width: 100% !important;
  height: auto;
  margin: 0px auto;
}
ul.img_wi100_PC2_sm1 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi100_PC2_sm1 li {
    width: 50%;
    padding: 0px 1% 0px 0px;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi100_PC2_sm1 li {
    width: 100%;
    padding: 0px 0px 0px;
  }
}
ul.img_wi100_PC2_sm1 li img {
  width: 100%;
  height: auto;
}

ol.img_wi100_PC2_sm1_sub {
  width: 100% !important;
  height: auto;
  margin: 0px auto;
}
ol.img_wi100_PC2_sm1_sub li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  ol.img_wi100_PC2_sm1_sub li {
    width: 50%;
    padding: 0px 1% 0px 0px;
  }
}
@media only screen and (max-width: 768px) {
  ol.img_wi100_PC2_sm1_sub li {
    width: 100%;
    padding: 0px 0px 0px;
  }
}
ol.img_wi100_PC2_sm1_sub li img {
  width: 100%;
  height: auto;
}

ul.img_wi90_PC2_sm1 {
  height: auto;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi90_PC2_sm1 {
    width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi90_PC2_sm1 {
    width: 100%;
  }
}
ul.img_wi90_PC2_sm1 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi90_PC2_sm1 li {
    width: 50%;
    padding: 0px 2% 20px;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi90_PC2_sm1 li {
    width: 96%;
    padding: 0px 2% 20px;
  }
}
ul.img_wi90_PC2_sm1 li img {
  width: 100%;
  height: auto;
}

ul.img_wi90_PC2_sm2 {
  height: auto;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi90_PC2_sm2 {
    width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi90_PC2_sm2 {
    width: 100%;
  }
}
ul.img_wi90_PC2_sm2 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi90_PC2_sm2 li {
    width: 50%;
    padding: 0px 2% 20px;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi90_PC2_sm2 li {
    width: 50%;
    padding: 0px 2% 20px;
  }
}
ul.img_wi90_PC2_sm2 li img {
  width: 100%;
  height: auto;
}

ul.img_wi80_PC2_sm1 {
  height: auto;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi80_PC2_sm1 {
    width: 80%;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi80_PC2_sm1 {
    width: 100%;
  }
}
ul.img_wi80_PC2_sm1 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi80_PC2_sm1 li {
    width: 50%;
    padding: 0px 2% 20px;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi80_PC2_sm1 li {
    width: 96%;
    padding: 0px 1% 20px;
  }
}
ul.img_wi80_PC2_sm1 li img {
  width: 100%;
  height: auto;
}

ul.img_wi80_PC2_sm2 {
  height: auto;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi80_PC2_sm2 {
    width: 80%;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi80_PC2_sm2 {
    width: 100%;
  }
}
ul.img_wi80_PC2_sm2 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi80_PC2_sm2 li {
    width: 50%;
    padding: 0px 2% 20px;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi80_PC2_sm2 li {
    width: 50%;
    padding: 0px 2% 20px;
  }
}
ul.img_wi80_PC2_sm2 li img {
  width: 100%;
  height: auto;
}

ul.img_wi80_PC2_sm1 {
  height: auto;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi80_PC2_sm1 {
    width: 80%;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi80_PC2_sm1 {
    width: 100%;
  }
}
ul.img_wi80_PC2_sm1 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi80_PC2_sm1 li {
    width: 50%;
    padding: 0px 2% 20px;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi80_PC2_sm1 li {
    width: 96%;
    padding: 0px 1% 20px;
  }
}
ul.img_wi80_PC2_sm1 li img {
  width: 100%;
  height: auto;
}

ul.img_wi70_PC2_sm2 {
  height: auto;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi70_PC2_sm2 {
    width: 70%;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi70_PC2_sm2 {
    width: 100%;
  }
}
ul.img_wi70_PC2_sm2 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi70_PC2_sm2 li {
    width: 50%;
    padding: 0px 2% 20px;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi70_PC2_sm2 li {
    width: 46%;
    padding: 0px 2% 20px;
  }
}
ul.img_wi70_PC2_sm2 li img {
  width: 100%;
  height: auto;
}

ul.img_wi70_PC2_sm1 {
  height: auto;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi70_PC2_sm1 {
    width: 70%;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi70_PC2_sm1 {
    width: 100%;
  }
}
ul.img_wi70_PC2_sm1 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi70_PC2_sm1 li {
    width: 50%;
    padding: 0px 2% 20px;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi70_PC2_sm1 li {
    width: 96%;
    padding: 0px 1% 20px;
  }
}
ul.img_wi70_PC2_sm1 li img {
  width: 100%;
  height: auto;
}

ul.img_wi60_PC2_sm2 {
  height: auto;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi60_PC2_sm2 {
    width: 60%;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi60_PC2_sm2 {
    width: 100%;
  }
}
ul.img_wi60_PC2_sm2 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi60_PC2_sm2 li {
    width: 50%;
    padding: 0px 2% 20px;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi60_PC2_sm2 li {
    width: 46%;
    padding: 0px 2% 20px;
  }
}
ul.img_wi60_PC2_sm2 li img {
  width: 100%;
  height: auto;
}

ul.img_wi60_PC2_sm1 {
  height: auto;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi60_PC2_sm1 {
    width: 60%;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi60_PC2_sm1 {
    width: 100%;
  }
}
ul.img_wi60_PC2_sm1 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi60_PC2_sm1 li {
    width: 50%;
    padding: 0px 2% 20px;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi60_PC2_sm1 li {
    width: 96%;
    padding: 0px 1% 20px;
  }
}
ul.img_wi60_PC2_sm1 li img {
  width: 100%;
  height: auto;
}

ul.img_wi50_PC2_sm2 {
  height: auto;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi50_PC2_sm2 {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi50_PC2_sm2 {
    width: 80%;
  }
}
ul.img_wi50_PC2_sm2 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi50_PC2_sm2 li {
    width: 50%;
    padding: 0px 2% 20px;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi50_PC2_sm2 li {
    width: 50%;
    padding: 0px 2% 20px;
  }
}
ul.img_wi50_PC2_sm2 li img {
  width: 100%;
  height: auto;
}

ul.img_wi50_PC2_sm1 {
  height: auto;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi50_PC2_sm1 {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi50_PC2_sm1 {
    width: 80%;
  }
}
ul.img_wi50_PC2_sm1 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi50_PC2_sm1 li {
    width: 50%;
    padding: 0px 2% 20px;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi50_PC2_sm1 li {
    width: 96%;
    padding: 0px 1% 20px;
  }
}
ul.img_wi50_PC2_sm1 li img {
  width: 100%;
  height: auto;
}

/*** 3列 ***/
.block_PC3_sm3 {
  height: auto;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  .block_PC3_sm3 {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .block_PC3_sm3 {
    width: 100%;
  }
}
.block_PC3_sm3 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .block_PC3_sm3 li {
    width: 33%;
    padding: 0px 1% 20px;
  }
}
@media only screen and (max-width: 768px) {
  .block_PC3_sm3 li {
    width: 33%;
    padding: 0px 1% 20px;
  }
}
.block_PC3_sm3 li img {
  width: 100%;
  height: auto;
}

.block_PC3_sm2 {
  height: auto;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  .block_PC3_sm2 {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .block_PC3_sm2 {
    width: 100%;
  }
}
.block_PC3_sm2 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .block_PC3_sm2 li {
    width: 33%;
    padding: 0px 1% 20px;
  }
}
@media only screen and (max-width: 768px) {
  .block_PC3_sm2 li {
    width: 50%;
    padding: 0px 1% 20px;
  }
}
.block_PC3_sm2 li img {
  width: 100%;
  height: auto;
}

.block_PC3_sm1 {
  height: auto;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  .block_PC3_sm1 {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .block_PC3_sm1 {
    width: 100%;
  }
}
.block_PC3_sm1 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .block_PC3_sm1 li {
    width: 33%;
    padding: 0px 1% 20px;
  }
}
@media only screen and (max-width: 768px) {
  .block_PC3_sm1 li {
    width: 100%;
    padding: 0px 1% 20px;
  }
}
.block_PC3_sm1 li img {
  width: 100%;
  height: auto;
}
.block_PC3_sm1 li.nolist {
  display: block;
  width: 100% !important;
  border: none !important;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .block_PC3_sm1 li.nolist {
    background-color: #EDEDED;
    font-size: 120%;
    padding: 40px 0;
  }
}
@media only screen and (max-width: 768px) {
  .block_PC3_sm1 li.nolist {
    background-color: #FFFFFF;
    font-size: 110%;
    padding: 20px 0;
  }
}

.block_PC3_sm1_sub01 {
  height: auto;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  .block_PC3_sm1_sub01 {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .block_PC3_sm1_sub01 {
    width: 100%;
  }
}
.block_PC3_sm1_sub01 li {
  float: left;
  height: auto;
  border: solid #ADADAD 1px;
}
@media print, screen and (min-width: 769px) {
  .block_PC3_sm1_sub01 li {
    width: 31%;
    padding: 0px 1% 0px;
    margin: 0px 1% 15px;
  }
}
@media only screen and (max-width: 768px) {
  .block_PC3_sm1_sub01 li {
    width: 100%;
    padding: 0px 1% 20px;
    margin: 0px 1% 15px;
  }
}
.block_PC3_sm1_sub01 li img {
  width: 100%;
  height: auto;
}

ul.img_wi100_PC3_sm2 {
  height: auto;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi100_PC3_sm2 {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi100_PC3_sm2 {
    width: 100%;
  }
}
ul.img_wi100_PC3_sm2 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi100_PC3_sm2 li {
    width: 33%;
    padding: 0px 1% 20px;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi100_PC3_sm2 li {
    width: 46%;
    padding: 0px 2% 20px;
  }
}
ul.img_wi100_PC3_sm2 li img {
  width: 100%;
  height: auto;
}

ul.img_wi100_PC3_sm1 {
  height: auto;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi100_PC3_sm1 {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi100_PC3_sm1 {
    width: 100%;
  }
}
ul.img_wi100_PC3_sm1 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi100_PC3_sm1 li {
    width: 33%;
    padding: 0px 1% 20px;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi100_PC3_sm1 li {
    width: 96%;
    padding: 0px 2% 20px;
  }
}
ul.img_wi100_PC3_sm1 li img {
  width: 100%;
  height: auto;
}

ul.img_wi90_PC3_sm2 {
  height: auto;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi90_PC3_sm2 {
    width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi90_PC3_sm2 {
    width: 100%;
  }
}
ul.img_wi90_PC3_sm2 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi90_PC3_sm2 li {
    width: 33%;
    padding: 0px 1% 20px;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi90_PC3_sm2 li {
    width: 46%;
    padding: 0px 2% 20px;
  }
}
ul.img_wi90_PC3_sm2 li img {
  width: 100%;
  height: auto;
}

ul.img_wi90_PC3_sm1 {
  height: auto;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi90_PC3_sm1 {
    width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi90_PC3_sm1 {
    width: 100%;
  }
}
ul.img_wi90_PC3_sm1 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi90_PC3_sm1 li {
    width: 33%;
    padding: 0px 1% 20px;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi90_PC3_sm1 li {
    width: 96%;
    padding: 0px 2% 20px;
  }
}
ul.img_wi90_PC3_sm1 li img {
  width: 100%;
  height: auto;
}

ul.img_wi80_PC3_sm2 {
  height: auto;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi80_PC3_sm2 {
    width: 80%;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi80_PC3_sm2 {
    width: 100%;
  }
}
ul.img_wi80_PC3_sm2 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi80_PC3_sm2 li {
    width: 33%;
    padding: 0px 1% 20px;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi80_PC3_sm2 li {
    width: 46%;
    padding: 0px 2% 20px;
  }
}
ul.img_wi80_PC3_sm2 li img {
  width: 100%;
  height: auto;
}

ul.img_wi80_PC3_sm1 {
  height: auto;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi80_PC3_sm1 {
    width: 80%;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi80_PC3_sm1 {
    width: 100%;
  }
}
ul.img_wi80_PC3_sm1 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi80_PC3_sm1 li {
    width: 33%;
    padding: 0px 1% 20px;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi80_PC3_sm1 li {
    width: 96%;
    padding: 0px 2% 20px;
  }
}
ul.img_wi80_PC3_sm1 li img {
  width: 100%;
  height: auto;
}

ul.img_wi70_PC3_sm2 {
  height: auto;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi70_PC3_sm2 {
    width: 70%;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi70_PC3_sm2 {
    width: 100%;
  }
}
ul.img_wi70_PC3_sm2 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi70_PC3_sm2 li {
    width: 33%;
    padding: 0px 1% 20px;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi70_PC3_sm2 li {
    width: 46%;
    padding: 0px 2% 20px;
  }
}
ul.img_wi70_PC3_sm2 li img {
  width: 100%;
  height: auto;
}

ul.img_wi70_PC3_sm1 {
  height: auto;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi70_PC3_sm1 {
    width: 70%;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi70_PC3_sm1 {
    width: 100%;
  }
}
ul.img_wi70_PC3_sm1 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi70_PC3_sm1 li {
    width: 33%;
    padding: 0px 1% 20px;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi70_PC3_sm1 li {
    width: 96%;
    padding: 0px 2% 20px;
  }
}
ul.img_wi70_PC3_sm1 li img {
  width: 100%;
  height: auto;
}

ul.img_wi60_PC3_sm2 {
  height: auto;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi60_PC3_sm2 {
    width: 60%;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi60_PC3_sm2 {
    width: 80%;
  }
}
ul.img_wi60_PC3_sm2 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi60_PC3_sm2 li {
    width: 33%;
    padding: 0px 1% 20px;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi60_PC3_sm2 li {
    width: 46%;
    padding: 0px 2% 20px;
  }
}
ul.img_wi60_PC3_sm2 li img {
  width: 100%;
  height: auto;
}

ul.img_wi60_PC3_sm1 {
  height: auto;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi60_PC3_sm1 {
    width: 60%;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi60_PC3_sm1 {
    width: 80%;
  }
}
ul.img_wi60_PC3_sm1 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi60_PC3_sm1 li {
    width: 33%;
    padding: 0px 1% 20px;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi60_PC3_sm1 li {
    width: 96%;
    padding: 0px 2% 20px;
  }
}
ul.img_wi60_PC3_sm1 li img {
  width: 100%;
  height: auto;
}

/*** 4列 ***/
.block_PC4_sm4 {
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .block_PC4_sm4 {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .block_PC4_sm4 {
    width: 100%;
  }
}
.block_PC4_sm4 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .block_PC4_sm4 li {
    width: 25%;
    padding: 0px 1% 20px;
  }
}
@media only screen and (max-width: 768px) {
  .block_PC4_sm4 li {
    width: 25%;
    padding: 0px 1% 20px;
  }
}
.block_PC4_sm4 li img {
  width: 100%;
  height: auto;
}

.block_PC4_sm3 {
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .block_PC4_sm3 {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .block_PC4_sm3 {
    width: 100%;
  }
}
.block_PC4_sm3 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .block_PC4_sm3 li {
    width: 25%;
    padding: 0px 1% 20px;
  }
}
@media only screen and (max-width: 768px) {
  .block_PC4_sm3 li {
    width: 33%;
    padding: 0px 1% 20px;
  }
}
.block_PC4_sm3 li img {
  width: 100%;
  height: auto;
}

.block_PC4_sm2 {
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .block_PC4_sm2 {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .block_PC4_sm2 {
    width: 100%;
  }
}
.block_PC4_sm2 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .block_PC4_sm2 li {
    width: 25%;
    padding: 0px 1% 20px;
  }
}
@media only screen and (max-width: 768px) {
  .block_PC4_sm2 li {
    width: 50%;
    padding: 0px 2% 20px;
  }
}
.block_PC4_sm2 li img {
  width: 100%;
  height: auto;
}

.block_PC4_sm1 {
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .block_PC4_sm1 {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .block_PC4_sm1 {
    width: 100%;
  }
}
.block_PC4_sm1 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .block_PC4_sm1 li {
    width: 25%;
    padding: 0px 1% 20px;
  }
}
@media only screen and (max-width: 768px) {
  .block_PC4_sm1 li {
    width: 100%;
    padding: 0px 2% 20px;
  }
}
.block_PC4_sm1 li img {
  width: 100%;
  height: auto;
}
.block_PC4_sm1 li.nolist {
  display: block;
  width: 100% !important;
  border: none !important;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .block_PC4_sm1 li.nolist {
    background-color: #EDEDED;
    font-size: 120%;
    padding: 40px 0;
  }
}
@media only screen and (max-width: 768px) {
  .block_PC4_sm1 li.nolist {
    background-color: #FFFFFF;
    font-size: 110%;
    padding: 20px 0;
  }
}

ul.img_wi100_PC4_sm2 {
  width: 100%;
  height: auto;
  text-align: center;
  margin: 0px auto;
}
ul.img_wi100_PC4_sm2 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi100_PC4_sm2 li {
    width: 25%;
    padding: 0px 1% 20px;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi100_PC4_sm2 li {
    width: 46%;
    padding: 0px 2% 20px;
  }
}
ul.img_wi100_PC4_sm2 li img {
  width: 100%;
  height: auto;
}

ul.img_wi90_PC4_sm1 {
  height: auto;
  text-align: center;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi90_PC4_sm1 {
    width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi90_PC4_sm1 {
    width: 100%;
  }
}
ul.img_wi90_PC4_sm1 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi90_PC4_sm1 li {
    width: 25%;
    padding: 0px 1% 20px;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi90_PC4_sm1 li {
    width: 96%;
    padding: 0px 2% 20px;
  }
}
ul.img_wi90_PC4_sm1 li img {
  width: 100%;
  height: auto;
}

ul.img_wi90_PC4_sm2 {
  height: auto;
  text-align: center;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi90_PC4_sm2 {
    width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi90_PC4_sm2 {
    width: 100%;
  }
}
ul.img_wi90_PC4_sm2 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi90_PC4_sm2 li {
    width: 25%;
    padding: 0px 1% 20px;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi90_PC4_sm2 li {
    width: 50%;
    padding: 0px 2% 20px;
  }
}
ul.img_wi90_PC4_sm2 li img {
  width: 100%;
  height: auto;
}

ul.img_wi80_PC4_sm1 {
  height: auto;
  text-align: center;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi80_PC4_sm1 {
    width: 80%;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi80_PC4_sm1 {
    width: 100%;
  }
}
ul.img_wi80_PC4_sm1 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi80_PC4_sm1 li {
    width: 25%;
    padding: 0px 1% 20px;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi80_PC4_sm1 li {
    width: 96%;
    padding: 0px 1% 20px;
  }
}
ul.img_wi80_PC4_sm1 li img {
  width: 100%;
  height: auto;
}

ul.img_wi80_PC4_sm2 {
  height: auto;
  text-align: center;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi80_PC4_sm2 {
    width: 80%;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi80_PC4_sm2 {
    width: 100%;
  }
}
ul.img_wi80_PC4_sm2 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi80_PC4_sm2 li {
    width: 25%;
    padding: 0px 1% 20px;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi80_PC4_sm2 li {
    width: 46%;
    padding: 0px 2% 20px;
  }
}
ul.img_wi80_PC4_sm2 li img {
  width: 100%;
  height: auto;
}

ul.img_wi80_PC4_sm1 {
  height: auto;
  text-align: center;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi80_PC4_sm1 {
    width: 80%;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi80_PC4_sm1 {
    width: 100%;
  }
}
ul.img_wi80_PC4_sm1 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi80_PC4_sm1 li {
    width: 25%;
    padding: 0px 1% 20px;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi80_PC4_sm1 li {
    width: 96%;
    padding: 0px 1% 20px;
  }
}
ul.img_wi80_PC4_sm1 li img {
  width: 100%;
  height: auto;
}

ul.img_wi70_PC4_sm2 {
  height: auto;
  text-align: center;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi70_PC4_sm2 {
    width: 70%;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi70_PC4_sm2 {
    width: 100%;
  }
}
ul.img_wi70_PC4_sm2 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi70_PC4_sm2 li {
    width: 25%;
    padding: 0px 1% 20px;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi70_PC4_sm2 li {
    width: 46%;
    padding: 0px 2% 20px;
  }
}
ul.img_wi70_PC4_sm2 li img {
  width: 100%;
  height: auto;
}

ul.img_wi70_PC4_sm1 {
  height: auto;
  text-align: center;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi70_PC4_sm1 {
    width: 70%;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi70_PC4_sm1 {
    width: 100%;
  }
}
ul.img_wi70_PC4_sm1 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi70_PC4_sm1 li {
    width: 25%;
    padding: 0px 1% 20px;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi70_PC4_sm1 li {
    width: 96%;
    padding: 0px 1% 20px;
  }
}
ul.img_wi70_PC4_sm1 li img {
  width: 100%;
  height: auto;
}

ul.img_wi60_PC4_sm2 {
  height: auto;
  text-align: center;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi60_PC4_sm2 {
    width: 60%;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi60_PC4_sm2 {
    width: 100%;
  }
}
ul.img_wi60_PC4_sm2 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi60_PC4_sm2 li {
    width: 25%;
    padding: 0px 1% 20px;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi60_PC4_sm2 li {
    width: 46%;
    padding: 0px 2% 20px;
  }
}
ul.img_wi60_PC4_sm2 li img {
  width: 100%;
  height: auto;
}

ul.img_wi60_PC4_sm1 {
  height: auto;
  text-align: center;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi60_PC4_sm1 {
    width: 60%;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi60_PC4_sm1 {
    width: 96%;
  }
}
ul.img_wi60_PC4_sm1 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi60_PC4_sm1 li {
    width: 25%;
    padding: 0px 1% 20px;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi60_PC4_sm1 li {
    width: 100%;
    padding: 0px 1% 20px;
  }
}
ul.img_wi60_PC4_sm1 li img {
  width: 100%;
  height: auto;
}

ul.img_wi50_PC4_sm2 {
  height: auto;
  text-align: center;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi50_PC4_sm2 {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi50_PC4_sm2 {
    width: 80%;
  }
}
ul.img_wi50_PC4_sm2 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi50_PC4_sm2 li {
    width: 25%;
    padding: 0px 1% 20px;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi50_PC4_sm2 li {
    width: 46%;
    padding: 0px 2% 20px;
  }
}
ul.img_wi50_PC4_sm2 li img {
  width: 100%;
  height: auto;
}

ul.img_wi50_PC4_sm1 {
  height: auto;
  text-align: center;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi50_PC4_sm1 {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi50_PC4_sm1 {
    width: 80%;
  }
}
ul.img_wi50_PC4_sm1 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi50_PC4_sm1 li {
    width: 25%;
    padding: 0px 1% 20px;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi50_PC4_sm1 li {
    width: 96%;
    padding: 0px 1% 20px;
  }
}
ul.img_wi50_PC4_sm1 li img {
  width: 100%;
  height: auto;
}

/*** 画像　並び ***/
/*** 表スクロール ***/
.ta_scl {
  display: block;
}
@media only screen and (max-width: 768px) {
  .ta_scl {
    overflow: auto;
    white-space: nowrap;
  }
  .ta_scl::-webkit-scrollbar {
    height: 5px;
  }
  .ta_scl::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  .ta_scl::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
}

/*** 表スクロール ***/
.r-rea01 {
  overflow: hidden;
}
@media print, screen and (min-width: 769px) {
  .r-rea01 {
    border-radius: 35px !important;
  }
}
@media only screen and (max-width: 768px) {
  .r-rea01 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 15px !important;
  }
}

table.ta_style01 {
  border: none;
  border-collapse: collapse;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  table.ta_style01 {
    width: 100%;
    font-size: 100%;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 768px) {
  table.ta_style01 {
    width: 100%;
    font-size: 80%;
    line-height: 1.4;
  }
}
table.ta_style01 th {
  font-weight: 600;
  vertical-align: middle;
  background: #ffc0c1;
  width: auto;
  letter-spacing: -0.07em;
}
@media print, screen and (min-width: 769px) {
  table.ta_style01 th {
    font-size: 150%;
    text-align: left;
    width: 30%;
    padding: 32px 20px;
    border-right: dashed 1px #2E2E2E;
  }
}
@media only screen and (max-width: 768px) {
  table.ta_style01 th {
    font-size: 130%;
    text-align: center;
    display: block;
    width: 100%;
    padding: 12px 2%;
    border-bottom: dashed 1px #2E2E2E;
  }
}
table.ta_style01 th.wi_30 {
  width: 30%;
}
table.ta_style01 th.wi_15 {
  width: 15%;
}
table.ta_style01 th.markup01 {
  background: #00308d;
  color: #FFFFFF;
}
table.ta_style01 th.markup02 {
  background: #4668AD;
  color: #FFFFFF;
}
table.ta_style01 th .noblck {
  display: inline-block;
  color: #F9485A;
  background-color: #FFFFFF;
  text-align: center;
  border-radius: 50px;
}
@media print, screen and (min-width: 769px) {
  table.ta_style01 th .noblck {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 90%;
    margin: 0 8px 0 0;
  }
}
@media only screen and (max-width: 768px) {
  table.ta_style01 th .noblck {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 80%;
    margin: 0 6px 0 0;
  }
}
table.ta_style01 td {
  vertical-align: middle;
  background-color: #FFFFFF;
  vertical-align: middle;
  text-align: left;
  letter-spacing: -0.05em;
}
@media print, screen and (min-width: 769px) {
  table.ta_style01 td {
    width: 70%;
    padding: 32px 10px;
  }
}
@media only screen and (max-width: 768px) {
  table.ta_style01 td {
    display: block;
    width: 100%;
    padding: 18px 2%;
    /*border-bottom:1px solid #ddd;
    border-left:1px solid #ddd;
    border-right:1px solid #ddd;*/
  }
}
table.ta_style01 td.wi_30 {
  width: 30%;
}
table.ta_style01 td.wi_25 {
  width: 25%;
}
table.ta_style01 td.wi_15 {
  width: 15%;
}
table.ta_style01 td.markup {
  background: #ffeeee;
  font-weight: bold;
  letter-spacing: 0em;
}
table.ta_style01 td.markup01 {
  background: #00308d;
  color: #FFFFFF;
}
table.ta_style01 td.markup02 {
  background: #4668AD;
  color: #FFFFFF;
}
table.ta_style01 td.ctr {
  text-align: center;
}
table.ta_style01 td.lt {
  text-align: left;
}
table.ta_style01 td.rt {
  text-align: right;
}
@media print, screen and (min-width: 769px) {
  table.ta_style01 td.fr_ic01 {
    position: relative;
    padding-right: 88px;
  }
}
table.ta_style01 td.fr_ic01:after {
  background-image: url("../images/1free_icon.png");
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
}
@media print, screen and (min-width: 769px) {
  table.ta_style01 td.fr_ic01:after {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 65px;
    height: 65px;
  }
}
@media only screen and (max-width: 768px) {
  table.ta_style01 td.fr_ic01:after {
    width: 68px;
    height: 68px;
    margin: 12px auto 0px;
  }
}
@media print, screen and (min-width: 769px) {
  table.ta_style01 td.fr_ic02 {
    position: relative;
    padding-right: 88px;
  }
}
table.ta_style01 td.fr_ic02:after {
  background-image: url("../images/2free_icon.png");
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
}
@media print, screen and (min-width: 769px) {
  table.ta_style01 td.fr_ic02:after {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 75px;
    height: 75px;
  }
}
@media only screen and (max-width: 768px) {
  table.ta_style01 td.fr_ic02:after {
    width: 73px;
    height: 73px;
    margin: 12px auto 0px;
  }
}
table.ta_style01 .tbl_bg_col01 {
  background-color: #ffabab !important;
}
table.ta_style01 .tbl_bg_col02 {
  background-color: #efefef !important;
}

table.ta_style01_sub {
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  table.ta_style01_sub {
    width: 100% !important;
    font-size: 100%;
    border-top: 1px solid #f1f0f0;
  }
}
@media only screen and (max-width: 768px) {
  table.ta_style01_sub {
    width: 100% !important;
    font-size: 100%;
  }
}
table.ta_style01_sub th {
  vertical-align: middle;
  background-color: #F7F7F7;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  table.ta_style01_sub th {
    width: 20%;
    padding: 10px !important;
    border-bottom: 1px solid #f1f0f0;
    border-left: 1px solid #f1f0f0;
  }
}
@media only screen and (max-width: 768px) {
  table.ta_style01_sub th {
    padding: 10px 2% !important;
    width: 100% !important;
    display: block !important;
  }
}
table.ta_style01_sub th.bg_blu {
  background-color: #0E4287;
  color: #FFFFFF;
}
@media print, screen and (min-width: 769px) {
  table.ta_style01_sub td {
    padding: 10px !important;
    border: 1px solid #FFFFFF;
    border-bottom: 1px solid #f1f0f0;
    border-left: 1px solid #f1f0f0;
    border-right: 1px solid #f1f0f0;
  }
}
@media only screen and (max-width: 768px) {
  table.ta_style01_sub td {
    text-align: left;
    padding: 10px 2% !important;
    width: 100% !important;
    display: block !important;
    border-bottom: 1px solid #f1f0f0;
  }
}
table.ta_style01_sub td.bg_gr01 {
  background-color: #D6E7F8;
}

.property_details_area {
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: left;
  color: #191919;
  border-top: 1px solid #f1f0f0;
}
.property_details_area .ti_box {
  border-bottom: 1px solid #f1f0f0;
  border-left: 1px solid #f1f0f0;
  border-right: 1px solid #f1f0f0;
  background-color: #C13FA4 !important;
  color: #FFFFFF !important;
}
@media print, screen and (min-width: 769px) {
  .property_details_area .ti_box {
    width: calc(100% - 0px);
    /*padding: 2vh 2vh;*/
    padding: 1rem 1.5%;
  }
}
@media only screen and (max-width: 768px) {
  .property_details_area .ti_box {
    font-size: 10px;
    line-height: 1.2;
    width: calc(100% - 0px);
    padding: 2% 0.5%;
  }
}
.property_details_area .ti_box01 {
  border-bottom: 1px solid #f1f0f0;
  border-left: 1px solid #f1f0f0;
  background-color: #fdf8f9;
}
@media print, screen and (min-width: 769px) {
  .property_details_area .ti_box01 {
    width: calc(20% - 0px);
    /*padding: 2vh 2vh;*/
    padding: 1rem 1.5%;
  }
}
@media only screen and (max-width: 768px) {
  .property_details_area .ti_box01 {
    border-right: 1px solid #f1f0f0;
    font-size: 10px;
    line-height: 1.2;
    width: calc(20% - 0px);
    padding: 1% 1.5%;
  }
}
.property_details_area .box01 {
  border-bottom: 1px solid #f1f0f0;
}
@media print, screen and (min-width: 769px) {
  .property_details_area .box01 {
    border-left: 1px solid #f1f0f0;
    border-right: none !important;
    width: calc(30% - 0px);
    /*padding: 2vh 2vh;*/
    padding: 1rem 1.5%;
  }
}
@media only screen and (max-width: 768px) {
  .property_details_area .box01 {
    border-right: 1px solid #f1f0f0;
    font-size: 12px;
    line-height: 1.2;
    width: calc(80% - 0px);
    padding: 1% 1.5%;
  }
}
.property_details_area .ti_box02 {
  border-bottom: 1px solid #f1f0f0;
  border-left: 1px solid #f1f0f0;
  border-right: 1px solid #f1f0f0;
  background-color: #fdf8f9;
}
@media print, screen and (min-width: 769px) {
  .property_details_area .ti_box02 {
    width: calc(20% - 0px);
    /*padding: 2vh 2vh;*/
    padding: 1rem 1.5%;
  }
}
@media only screen and (max-width: 768px) {
  .property_details_area .ti_box02 {
    font-size: 10px;
    line-height: 1.2;
    width: calc(20% - 0px);
    padding: 1% 1.5%;
  }
}
.property_details_area .box02 {
  border-bottom: 1px solid #f1f0f0;
  border-right: 1px solid #f1f0f0;
}
@media print, screen and (min-width: 769px) {
  .property_details_area .box02 {
    width: calc(30% - 0px);
    /*padding: 2vh 2vh;*/
    padding: 1rem 1.5%;
  }
}
@media only screen and (max-width: 768px) {
  .property_details_area .box02 {
    font-size: 12px;
    line-height: 1.2;
    width: calc(80% - 0px);
    padding: 1% 1.5%;
  }
}
.property_details_area .ti_box03 {
  border-bottom: 1px solid #f1f0f0;
  border-left: 1px solid #f1f0f0;
  border-right: 1px solid #f1f0f0;
  background-color: #fdf8f9 !important;
}
@media print, screen and (min-width: 769px) {
  .property_details_area .ti_box03 {
    width: calc(20% - 0px);
    /*padding: 2vh 2vh;*/
    padding: 1rem 1.5%;
  }
}
@media only screen and (max-width: 768px) {
  .property_details_area .ti_box03 {
    font-size: 10px;
    line-height: 1.2;
    width: calc(20% - 0px);
    padding: 1% 1.5%;
  }
}
.property_details_area .box03 {
  border-bottom: 1px solid #f1f0f0;
  border-right: 1px solid #f1f0f0;
  background-color: #FFFFFF !important;
}
@media print, screen and (min-width: 769px) {
  .property_details_area .box03 {
    width: calc(80% - 0px);
    /*padding: 2vh 2vh;*/
    padding: 1rem 1.5%;
  }
}
@media only screen and (max-width: 768px) {
  .property_details_area .box03 {
    font-size: 12px;
    line-height: 1.2;
    width: calc(80% - 0px);
    padding: 1% 1.5%;
  }
}
.property_details_area .box03-sub {
  border-bottom: 1px solid #f1f0f0;
  border-left: 1px solid #f1f0f0;
  border-right: 1px solid #f1f0f0;
  background-color: #fdf8f9 !important;
}
@media print, screen and (min-width: 769px) {
  .property_details_area .box03-sub {
    width: calc(100% - 0px);
    /*padding: 2vh 2vh;*/
    padding: 1rem 1.5%;
  }
}
@media only screen and (max-width: 768px) {
  .property_details_area .box03-sub {
    font-size: 12px;
    line-height: 1.2;
    width: calc(100% - 0px);
    padding: 1% 1.5%;
  }
}
.property_details_area .ti_box04 {
  background-color: #fdf8f9 !important;
}
@media print, screen and (min-width: 769px) {
  .property_details_area .ti_box04 {
    border-bottom: 1px solid #f1f0f0;
    border-left: 1px solid #f1f0f0;
    width: calc(20% - 0px);
    /*padding: 2vh 2vh;*/
    padding: 1rem 1.5%;
  }
}
@media only screen and (max-width: 768px) {
  .property_details_area .ti_box04 {
    border-bottom: 1px solid #f1f0f0;
    border-right: 1px solid #f1f0f0;
    border-left: 1px solid #f1f0f0;
    font-size: 10px;
    line-height: 1.2;
    width: calc(100% - 0px);
    padding: 1% 1.5%;
  }
}
@media print, screen and (min-width: 769px) {
  .property_details_area .box04 {
    border-bottom: 1px solid #f1f0f0;
    border-left: 1px solid #f1f0f0;
    border-right: 1px solid #f1f0f0;
    width: calc(80% - 0px);
    /*padding: 2vh 2vh;*/
    padding: 1rem 1.5%;
  }
}
@media only screen and (max-width: 768px) {
  .property_details_area .box04 {
    border-bottom: 1px solid #f1f0f0;
    border-right: 1px solid #f1f0f0;
    border-left: 1px solid #f1f0f0;
    font-size: 12px;
    line-height: 1.2;
    width: calc(100% - 0px);
    padding: 1% 1.5%;
  }
}
.property_details_area .ti_box05 {
  border-bottom: 1px solid #f1f0f0;
  border-left: 1px solid #f1f0f0;
  background-color: #fdf8f9;
}
@media print, screen and (min-width: 769px) {
  .property_details_area .ti_box05 {
    border-right: 1px solid #f1f0f0;
    font-size: 12px;
    line-height: 1.2;
    width: calc(20% - 0px);
    /*padding: 2vh 2vh;*/
    padding: 1rem 1.5%;
  }
}
@media only screen and (max-width: 768px) {
  .property_details_area .ti_box05 {
    font-size: 10px;
    line-height: 1.2;
    width: calc(20% - 0px);
    padding: 1% 1.5%;
  }
}
.property_details_area .box05 {
  border-bottom: 1px solid #f1f0f0;
}
@media print, screen and (min-width: 769px) {
  .property_details_area .box05 {
    font-size: 12px;
    line-height: 1.2;
    border-right: none !important;
    width: calc(30% - 0px);
    /*padding: 2vh 2vh;*/
    padding: 1rem 1.5%;
  }
}
@media only screen and (max-width: 768px) {
  .property_details_area .box05 {
    font-size: 12px;
    line-height: 1.2;
    border-right: 1px solid #f1f0f0;
    border-left: 1px solid #f1f0f0;
    width: calc(80% - 0px);
    padding: 1% 1.5%;
  }
}
.property_details_area .ti_box06 {
  border-bottom: 1px solid #f1f0f0;
  border-left: 1px solid #f1f0f0;
  background-color: #fdf8f9;
}
@media print, screen and (min-width: 769px) {
  .property_details_area .ti_box06 {
    font-size: 12px;
    line-height: 1.2;
    width: calc(20% - 0px);
    /*padding: 2vh 2vh;*/
    padding: 1rem 1.5%;
  }
}
@media only screen and (max-width: 768px) {
  .property_details_area .ti_box06 {
    font-size: 10px;
    line-height: 1.2;
    width: calc(20% - 0px);
    padding: 1% 1.5%;
  }
}
.property_details_area .box06 {
  border-bottom: 1px solid #f1f0f0;
  border-left: 1px solid #f1f0f0;
  border-right: 1px solid #f1f0f0;
}
@media print, screen and (min-width: 769px) {
  .property_details_area .box06 {
    font-size: 12px;
    line-height: 1.2;
    width: calc(30% - 0px);
    /*padding: 2vh 2vh;*/
    padding: 1rem 1.5%;
  }
}
@media only screen and (max-width: 768px) {
  .property_details_area .box06 {
    font-size: 12px;
    line-height: 1.2;
    width: calc(80% - 0px);
    padding: 1% 1.5%;
  }
}
@media print, screen and (min-width: 769px) {
  .property_details_area .ti_box07 {
    border-bottom: 1px solid #f1f0f0;
    border-right: 1px solid #f1f0f0;
    width: calc(52% - 0px);
    /*padding: 2vh 2vh;*/
    padding: 1rem 1.5%;
  }
}
@media only screen and (max-width: 768px) {
  .property_details_area .ti_box07 {
    font-size: 10px;
    line-height: 1.2;
    width: calc(100% - 0px);
    padding: 1% 0%;
  }
}
@media print, screen and (min-width: 769px) {
  .property_details_area .box07 {
    /*background-color: rgb(247, 247, 247)!important;*/
    background-color: #fcfcfc;
    border-bottom: 1px solid #f1f0f0;
    border-left: 1px solid #f1f0f0;
    border-right: 1px solid #f1f0f0;
    width: calc(48% - 0px);
    /*padding: 2vh 2vh;*/
    padding: 1rem 1.5%;
  }
}
@media only screen and (max-width: 768px) {
  .property_details_area .box07 {
    font-size: 12px;
    line-height: 1.2;
    width: calc(100% - 0px);
    padding: 1% 0%;
  }
}
@media print, screen and (min-width: 769px) {
  .property_details_area .box08 {
    /*background-color: rgb(247, 247, 247)!important;*/
    background-color: #fcfcfc;
    border-bottom: 1px solid #f1f0f0;
    border-left: 1px solid #f1f0f0;
    border-right: 1px solid #f1f0f0;
    width: calc(100% - 0px);
    /*padding: 2vh 2vh;*/
    padding: 1rem 1.5%;
  }
}
@media only screen and (max-width: 768px) {
  .property_details_area .box08 {
    font-size: 12px;
    line-height: 1.2;
    width: calc(100% - 0px);
    padding: 1% 0%;
  }
}

table.property_details_ta {
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  table.property_details_ta {
    width: 100% !important;
    font-size: 100%;
    border-top: 1px solid #f1f0f0;
  }
}
@media only screen and (max-width: 768px) {
  table.property_details_ta {
    width: 100% !important;
    font-size: 100%;
  }
}
table.property_details_ta th {
  vertical-align: middle;
  background-color: #D9E6F4;
  border-bottom: 1px solid #f1f0f0;
  border-left: 1px solid #f1f0f0;
}
@media print, screen and (min-width: 769px) {
  table.property_details_ta th {
    width: 20%;
    padding: 10px !important;
  }
}
@media only screen and (max-width: 768px) {
  table.property_details_ta th {
    width: 7.2em;
    /*width: 20%;*/
    padding: 2% 0.5%;
    font-size: 10px;
    text-align: left;
  }
}
table.property_details_ta th.bg_blu {
  background-color: #0E4287;
  color: #FFFFFF;
}
table.property_details_ta th.bg_ti {
  background-color: #C13FA4 !important;
  color: #FFFFFF !important;
}
table.property_details_ta td {
  border-bottom: 1px solid #f1f0f0;
  border-left: 1px solid #f1f0f0;
  border-right: 1px solid #f1f0f0;
}
@media print, screen and (min-width: 769px) {
  table.property_details_ta td {
    padding: 10px !important;
    width: 80%;
  }
}
@media only screen and (max-width: 768px) {
  table.property_details_ta td {
    font-size: 12px;
    padding: 0.5%;
  }
}
@media print, screen and (min-width: 769px) {
  table.property_details_ta td.sub01 {
    padding: 10px !important;
    width: 30% !important;
    border-bottom: 1px solid #f1f0f0;
    border-left: 1px solid #f1f0f0;
    border-right: none !important;
  }
}
@media print, screen and (min-width: 769px) {
  table.property_details_ta td.sub02 {
    padding: 10px !important;
    width: 30% !important;
    border: 1px solid #FFFFFF;
    border-bottom: 1px solid #f1f0f0;
    border-right: 1px solid #f1f0f0;
    border-left: 1px solid #f1f0f0;
  }
}
table.property_details_ta td.bg_gr01 {
  background-color: #D6E7F8;
}

table.ta_style02 {
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  table.ta_style02 {
    width: 100% !important;
    font-size: 100%;
    /*border-top:1px solid #f1f0f0;*/
    border-top: 1px solid #EDEDED;
  }
}
@media only screen and (max-width: 768px) {
  table.ta_style02 {
    width: 100% !important;
    font-size: 100%;
  }
}
table.ta_style02 th {
  vertical-align: middle;
  /*background-color: #D9E6F4;*/
  background-color: #E0E9FF;
}
@media print, screen and (min-width: 769px) {
  table.ta_style02 th {
    width: 20%;
    padding: 10px !important;
    /*border-bottom:1px solid #f1f0f0;
    border-left:1px solid #f1f0f0;*/
    border-bottom: 1px solid #EDEDED;
    border-left: 1px solid #EDEDED;
  }
}
@media only screen and (max-width: 768px) {
  table.ta_style02 th {
    text-align: center;
    padding: 10px 2% !important;
    width: 100% !important;
    display: block !important;
  }
}
table.ta_style02 th.bg_blu {
  background-color: #0E4287;
  color: #FFFFFF;
}
table.ta_style02 th.bg_ti {
  background-color: #C13FA4 !important;
  color: #FFFFFF !important;
}
@media print, screen and (min-width: 769px) {
  table.ta_style02 td {
    padding: 10px !important;
    border: 1px solid #FFFFFF;
    width: 80%;
    /*border-bottom:1px solid #f1f0f0;
    border-left:1px solid #f1f0f0;
    border-right:1px solid #f1f0f0;*/
    border-bottom: 1px solid #EDEDED;
    border-left: 1px solid #EDEDED;
    border-right: 1px solid #EDEDED;
  }
}
@media only screen and (max-width: 768px) {
  table.ta_style02 td {
    text-align: center;
    padding: 10px 2% !important;
    width: 100% !important;
    display: block !important;
    border-bottom: 1px solid #f1f0f0;
  }
}
@media print, screen and (min-width: 769px) {
  table.ta_style02 td.sub01 {
    padding: 10px !important;
    width: 30% !important;
    border: 1px solid #FFFFFF;
    /*border-bottom:1px solid #f1f0f0;
    border-left:1px solid #f1f0f0;
    border-right: none!important;*/
    border-bottom: 1px solid #EDEDED;
    border-left: 1px solid #EDEDED;
    border-right: none !important;
  }
}
@media only screen and (max-width: 768px) {
  table.ta_style02 td.sub01 {
    text-align: center;
    padding: 10px 2% !important;
    width: 100% !important;
    display: block !important;
    border-bottom: 1px solid #f1f0f0;
  }
}
@media print, screen and (min-width: 769px) {
  table.ta_style02 td.sub02 {
    padding: 10px !important;
    width: 30% !important;
    border: 1px solid #FFFFFF;
    /*border-bottom:1px solid #f1f0f0;
    border-right:1px solid #f1f0f0;
    border-left:1px solid #f1f0f0;*/
    border-bottom: 1px solid #EDEDED;
    border-right: 1px solid #EDEDED;
    border-left: 1px solid #EDEDED;
  }
}
@media only screen and (max-width: 768px) {
  table.ta_style02 td.sub02 {
    text-align: center;
    padding: 10px 2% !important;
    width: 100% !important;
    display: block !important;
    border-bottom: 1px solid #f1f0f0;
  }
}
table.ta_style02 td.bg_gr01 {
  background-color: #D6E7F8;
}

table.ta_style02_sub {
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  table.ta_style02_sub {
    width: 100% !important;
    font-size: 100%;
    /*font-size: 14px;*/
  }
}
@media only screen and (max-width: 768px) {
  table.ta_style02_sub {
    width: 100% !important;
    font-size: 100%;
    /*font-size: 14px;*/
  }
}
table.ta_style02_sub th {
  vertical-align: middle;
  background-color: #D9E6F4;
}
@media print, screen and (min-width: 769px) {
  table.ta_style02_sub th {
    width: 30%;
    padding: 10px !important;
    border: 1px solid #FFFFFF;
  }
}
@media only screen and (max-width: 768px) {
  table.ta_style02_sub th {
    text-align: center;
    padding: 10px 2% !important;
    width: 100% !important;
    display: block !important;
  }
}
table.ta_style02_sub th.bg_blu {
  background-color: #0E4287;
  color: #FFFFFF;
}
@media print, screen and (min-width: 769px) {
  table.ta_style02_sub td {
    padding: 10px !important;
    border: 1px solid #FFFFFF;
  }
}
@media only screen and (max-width: 768px) {
  table.ta_style02_sub td {
    text-align: center;
    padding: 10px 2% !important;
    width: 100% !important;
    display: block !important;
  }
}
table.ta_style02_sub td.bg_gr01 {
  background-color: #D6E7F8;
}

table.ta_style02_sub01 {
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  table.ta_style02_sub01 {
    width: 100% !important;
    font-size: 100%;
  }
}
@media only screen and (max-width: 768px) {
  table.ta_style02_sub01 {
    width: 100% !important;
    font-size: 100%;
  }
}
table.ta_style02_sub01 th {
  vertical-align: middle;
}
@media print, screen and (min-width: 769px) {
  table.ta_style02_sub01 th {
    font-size: 160%;
    width: 35%;
    text-align: right;
    padding: 10px !important;
    border: none !important;
  }
}
@media only screen and (max-width: 768px) {
  table.ta_style02_sub01 th {
    font-size: 110%;
    text-align: left;
    padding: 10px 2% !important;
    width: 100% !important;
    display: block !important;
  }
}
@media print, screen and (min-width: 769px) {
  table.ta_style02_sub01 td {
    padding: 10px !important;
    border: none !important;
  }
}
@media only screen and (max-width: 768px) {
  table.ta_style02_sub01 td {
    text-align: center;
    padding: 10px 2% !important;
    width: 100% !important;
    display: block !important;
  }
}

@media print, screen and (min-width: 769px) {
  .bg_col_mypg01 {
    /*background-color: #F2F2F2!important;
    background-color: #FCFCFC!important;*/
    background-color: #F7F7F7 !important;
  }
}
@media only screen and (max-width: 768px) {
  .bg_col_mypg01 {
    /*background-color: #FCFCFC!important;*/
    background-color: #F7F7F7 !important;
  }
}

@media print, screen and (min-width: 769px) {
  .bg_col_01 {
    background-color: #F3F4FC !important;
  }
}
@media only screen and (max-width: 768px) {
  .bg_col_01 {
    background-color: #F3F4FC !important;
  }
}

table.ta_style02_sub02 {
  margin: 0px auto;
  font-size: 100%;
}
@media print, screen and (min-width: 769px) {
  table.ta_style02_sub02 {
    border-left: #ECECEC solid 1px;
    width: 94%;
  }
}
@media only screen and (max-width: 768px) {
  table.ta_style02_sub02 {
    width: 100% !important;
  }
}
table.ta_style02_sub02 th {
  font-size: 130%;
  font-weight: 600;
  vertical-align: middle;
  text-align: left;
  width: 100% !important;
  display: block !important;
  color: #8E0C2C;
}
@media print, screen and (min-width: 769px) {
  table.ta_style02_sub02 th {
    /*border-left: 8px solid #8E0C2C;*/
    margin-top: 20px;
    padding: 8px 2% 8px 1.2rem !important;
  }
}
@media only screen and (max-width: 768px) {
  table.ta_style02_sub02 th {
    /*border-left: 6px solid #8E0C2C;*/
    padding: 12px 2% 6px 1rem !important;
  }
}
table.ta_style02_sub02 th.title {
  font-size: 140%;
  /*background-color: #D8FFFE!important;*/
  background-color: #F5E3E8 !important;
  color: #747474 !important;
}
table.ta_style02_sub02 th.title01 {
  font-size: 140%;
  /*background-color: #EAEEFF!important;*/
  background-color: #F5E3E8 !important;
  color: #747474 !important;
}
@media print, screen and (min-width: 769px) {
  table.ta_style02_sub02 td.bd {
    border-bottom: 1px solid #5f91e9;
  }
}
@media only screen and (max-width: 768px) {
  table.ta_style02_sub02 td.bd {
    border-bottom: 1px dashed #5f91e9;
  }
}
table.ta_style02_sub02 td {
  font-size: 100%;
  text-align: left;
  width: 100% !important;
  display: block !important;
}
@media print, screen and (min-width: 769px) {
  table.ta_style02_sub02 td {
    padding: 8px 2% 20px !important;
  }
}
@media only screen and (max-width: 768px) {
  table.ta_style02_sub02 td {
    padding: 10px 2% 30px !important;
  }
}
table.ta_style02_sub02 td::last-child {
  border-bottom: none !important;
}

table.ta_style02_sub03 {
  margin: 0px auto;
  width: 100% !important;
  font-size: 100%;
}
table.ta_style02_sub03 th {
  font-size: 130%;
  font-weight: 600;
  vertical-align: middle;
  text-align: left;
  width: 100% !important;
  display: block !important;
  color: #232323;
}
@media print, screen and (min-width: 769px) {
  table.ta_style02_sub03 th {
    padding: 20px 2% 20px !important;
  }
}
@media only screen and (max-width: 768px) {
  table.ta_style02_sub03 th {
    padding: 30px 2% 10px !important;
  }
}
table.ta_style02_sub03 th.title {
  background-color: #D8FFFE !important;
  color: #747474 !important;
}
table.ta_style02_sub03 th.title01 {
  background-color: #EAEEFF !important;
  color: #747474 !important;
}
@media print, screen and (min-width: 769px) {
  table.ta_style02_sub03 td.bd {
    border-bottom: 1px solid #5f91e9;
  }
}
@media only screen and (max-width: 768px) {
  table.ta_style02_sub03 td.bd {
    border-bottom: 1px dashed #5f91e9;
  }
}
table.ta_style02_sub03 td {
  font-size: 100%;
  text-align: left;
  width: 100% !important;
  display: block !important;
}
@media print, screen and (min-width: 769px) {
  table.ta_style02_sub03 td {
    padding: 8px 2% 20px !important;
  }
}
@media only screen and (max-width: 768px) {
  table.ta_style02_sub03 td {
    padding: 10px 2% 30px !important;
  }
}

table.ta_style02_block {
  margin: 0px auto;
  width: 100% !important;
  font-size: 100%;
}
table.ta_style02_block th {
  vertical-align: middle;
  background-color: #D9E6F4;
  text-align: center;
  padding: 10px 2% !important;
  width: 100% !important;
  display: block !important;
}
table.ta_style02_block th.bg_blu {
  background-color: #0E4287;
  color: #FFFFFF;
}
table.ta_style02_block td {
  text-align: center;
  padding: 10px 2% !important;
  width: 100% !important;
  display: block !important;
}
table.ta_style02_block td.bg_gr01 {
  background-color: #D6E7F8;
}

table.ta_style03 {
  font-size: 90%;
  line-height: 1.5;
  border: none;
  border-collapse: collapse;
  border: 1px solid #ddd;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  table.ta_style03 {
    width: 100%;
    /*font-size:12px;
    line-height:20px;*/
  }
}
@media only screen and (max-width: 768px) {
  table.ta_style03 {
    width: 580px;
    /*font-size:0.70em;
    line-height:1.5em;*/
  }
}
table.ta_style03 th {
  vertical-align: top;
  padding: 4px 4px;
  border: 1px solid #ddd;
  text-align: center;
  background: #efefef;
  font-weight: normal;
  width: auto;
  letter-spacing: -0.07em;
}
table.ta_style03 td {
  vertical-align: middle;
  text-align: left;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  letter-spacing: -0.05em;
}
@media print, screen and (min-width: 769px) {
  table.ta_style03 td {
    padding: 10px 10px;
  }
}
@media only screen and (max-width: 768px) {
  table.ta_style03 td {
    padding: 4px 4px;
  }
}
table.ta_style03 td.markup {
  background: #ffeeee;
  font-weight: bold;
  letter-spacing: 0em;
}
table.ta_style03 td.ctr {
  text-align: center;
}
table.ta_style03 td.lt {
  text-align: left;
}
table.ta_style03 td.rt {
  text-align: right;
}

table.ta_style04 {
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  table.ta_style04 {
    width: 600px !important;
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  table.ta_style04 {
    width: 75% !important;
    font-size: 14px;
  }
}
table.ta_style04 th {
  vertical-align: middle;
  background: #C5DFFF;
}
@media print, screen and (min-width: 769px) {
  table.ta_style04 th {
    width: 20%;
    padding: 10px !important;
    border: 1px solid #FFFFFF;
  }
}
@media only screen and (max-width: 768px) {
  table.ta_style04 th {
    text-align: center;
    padding: 10px 1% !important;
    width: 100% !important;
    display: block !important;
  }
}
table.ta_style04 td {
  background: #EFEFEF;
}
@media print, screen and (min-width: 769px) {
  table.ta_style04 td {
    padding: 10px !important;
    border: 1px solid #FFFFFF;
  }
}
@media only screen and (max-width: 768px) {
  table.ta_style04 td {
    text-align: center;
    padding: 10px 1% !important;
    width: 100% !important;
    display: block !important;
  }
}

table.ta_style05 {
  margin: 0px auto;
  /*@include wi-pc{
  td:first-child{
  	border-top: 1px solid #9B9B9B;
  }
  }*/
}
@media print, screen and (min-width: 769px) {
  table.ta_style05 {
    width: 100% !important;
    font-size: 90%;
    border-top: 1px solid #9B9B9B;
  }
}
@media only screen and (max-width: 768px) {
  table.ta_style05 {
    width: 100% !important;
    font-size: 100%;
  }
}
table.ta_style05 th {
  vertical-align: middle;
}
@media print, screen and (min-width: 769px) {
  table.ta_style05 th {
    width: 20%;
    padding: 10px !important;
    border-left: 1px solid #9B9B9B;
    border-right: 1px solid #9B9B9B;
    border-bottom: 1px solid #9B9B9B;
  }
}
@media only screen and (max-width: 768px) {
  table.ta_style05 th {
    background-color: #B1C6EC;
    text-align: center;
    padding: 10px 2% !important;
    width: 100% !important;
    display: block !important;
  }
}
table.ta_style05 th.bg_blu {
  background-color: #0E4287;
  color: #FFFFFF;
}
@media print, screen and (min-width: 769px) {
  table.ta_style05 td {
    padding: 10px !important;
    border-right: 1px solid #9B9B9B;
    border-bottom: 1px solid #9B9B9B;
  }
}
@media only screen and (max-width: 768px) {
  table.ta_style05 td {
    text-align: left;
    padding: 10px 2% !important;
    width: 100% !important;
    display: block !important;
  }
}
table.ta_style05 td.bg_gr01 {
  background-color: #D6E7F8;
}

.colored {
  /*color: #C3002F;*/
  color: #C80028;
}

.colored01 {
  color: #fa475d;
}

.coloblue {
  color: #0B55C5;
}

.cologr {
  color: #108B35;
}

.coloye {
  color: #ffef00;
}

.font-wt {
  font-weight: 600 !important;
}

@media print, screen and (min-width: 769px) {
  .font-ll {
    font-size: 34px !important;
    line-height: 1.5 !important;
  }
}
@media only screen and (max-width: 768px) {
  .font-ll {
    font-size: 28px !important;
    line-height: 1.6 !important;
  }
}

@media print, screen and (min-width: 769px) {
  .font-l01 {
    font-size: 30px !important;
    line-height: 1.5 !important;
  }
}
@media only screen and (max-width: 768px) {
  .font-l01 {
    font-size: 24px !important;
    line-height: 1.6 !important;
  }
}

@media print, screen and (min-width: 769px) {
  .font-ll02 {
    font-size: 44px !important;
    line-height: 1.5 !important;
  }
}
@media only screen and (max-width: 768px) {
  .font-ll02 {
    font-size: 32px !important;
    line-height: 1.6 !important;
  }
}

.font-l {
  /*font-size: 20px!important;
  line-height: 1.6!important;*/
}
@media print, screen and (min-width: 769px) {
  .font-l {
    font-size: 26px !important;
    line-height: 1.5 !important;
  }
}
@media only screen and (max-width: 768px) {
  .font-l {
    font-size: 18px !important;
    line-height: 1.2 !important;
  }
}

@media print, screen and (min-width: 769px) {
  .font-m {
    font-size: 110% !important;
    line-height: 1.4 !important;
  }
}
@media only screen and (max-width: 768px) {
  .font-m {
    font-size: 110% !important;
    line-height: 1.5 !important;
  }
}

@media print, screen and (min-width: 769px) {
  .font-mm {
    font-size: 80% !important;
    line-height: 1.4 !important;
  }
}
@media only screen and (max-width: 768px) {
  .font-mm {
    font-size: 110% !important;
    line-height: 1.5 !important;
  }
}

@media print, screen and (min-width: 769px) {
  .font-mm01 {
    font-size: 90% !important;
    line-height: 1.4 !important;
  }
}
@media only screen and (max-width: 768px) {
  .font-mm01 {
    font-size: 100% !important;
    line-height: 1.5 !important;
  }
}

@media print, screen and (min-width: 769px) {
  .font-s {
    font-size: 65% !important;
    line-height: 1.4 !important;
  }
}
@media only screen and (max-width: 768px) {
  .font-s {
    font-size: 65% !important;
    line-height: 1.4 !important;
  }
}

@media print, screen and (min-width: 769px) {
  .font-ss {
    font-size: 62% !important;
    line-height: 1.1 !important;
  }
}
@media only screen and (max-width: 768px) {
  .font-ss {
    font-size: 55% !important;
    line-height: 1.1 !important;
  }
}

/* 文字間隔 */
@media print, screen and (min-width: 769px) {
  .lsp_lrg {
    letter-spacing: 8px;
  }
}
@media only screen and (max-width: 768px) {
  .lsp_lrg {
    letter-spacing: 7px;
  }
}

@media print, screen and (min-width: 769px) {
  .lsp_mid {
    letter-spacing: 5px;
  }
}
@media only screen and (max-width: 768px) {
  .lsp_mid {
    letter-spacing: 3px;
  }
}

@media print, screen and (min-width: 769px) {
  .lsp_sml {
    letter-spacing: 3px;
  }
}
@media only screen and (max-width: 768px) {
  .lsp_sml {
    letter-spacing: 2px;
  }
}

/* 文字間隔 */
@media print, screen and (min-width: 769px) {
  .headline {
    line-height: 1.4;
  }
}
@media only screen and (max-width: 768px) {
  .headline {
    margin-bottom: 5%;
    line-height: 1.4;
  }
}
.headline.large {
  margin-bottom: 3%;
}
@media print, screen and (min-width: 769px) {
  .headline.large {
    font-size: 31px;
  }
}
@media only screen and (max-width: 768px) {
  .headline.large {
    font-size: 20px;
    margin-bottom: 5%;
  }
}
.headline.medium {
  font-size: 20px;
  margin-bottom: 1%;
}
.headline.small {
  font-size: 16px;
  margin-bottom: 1%;
}
.headline.colored {
  color: #C3002F;
}
.headline.gray {
  color: #999;
}
.headline.bold {
  font-weight: bold;
}
.headline.border-l {
  border-left: 6px solid #C3002F;
  padding-left: 15px;
}
@media print, screen and (min-width: 769px) {
  .headline.font-l {
    font-size: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .headline.font-m {
    font-size: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .headline.font-m {
    font-size: 13.5px;
  }
}
@media print, screen and (min-width: 769px) {
  .headline.font-s {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .headline.font-s {
    font-size: 11px;
  }
}
.headline.font-w-b {
  font-weight: bold;
}
.headline.l-border {
  border-left: 3px solid #c9c9c9;
  padding-left: 10px;
}
@media print, screen and (min-width: 769px) {
  .headline.mb-s {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .headline.mb-s {
    margin-bottom: 3%;
  }
}
@media print, screen and (min-width: 769px) {
  .headline.mb-m {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .headline.mb-m {
    margin-bottom: 5%;
  }
}
@media print, screen and (min-width: 769px) {
  .headline.mb-l {
    margin-bottom: 40px;
  }
}
.headline.boxDesign {
  background: #4c4c4c;
  color: #fff;
  padding: 0.5em 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .headline.boxDesign {
    margin-bottom: 0;
    display: block;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    padding: 0.5em;
    font-size: 14px;
  }
}

.img {
  margin-bottom: 3%;
}

.page_tit_01 {
  border-bottom: 1px solid #C3002F;
  border-top: 1px solid #C3002F;
  padding: 4px 15px;
  font-size: 14px;
  margin: 10px 0;
}

.page_tit_02 {
  background: #EEE;
  display: block;
  padding: 4px 10px;
  margin: 10px 0;
  font-size: 14px;
}

.page_tit_or {
  background: #ec5e2e;
  color: #fff;
  padding: 4px 15px;
  font-size: 14px;
  margin: 10px 0;
}

.page_tit_lb {
  background: #3399cc;
  color: #fff;
  padding: 4px 15px;
  font-size: 14px;
  margin: 10px 0;
}

.page_tit_bl {
  background: #08188e;
  color: #fff;
  padding: 4px 15px;
  font-size: 14px;
  margin: 10px 0;
}

.page_tit_pk {
  background: #cc3366;
  color: #fff;
  padding: 4px 15px;
  font-size: 14px;
  margin: 10px 0;
}

.list {
  margin-bottom: 30px;
}
.list.list-01 {
  list-style-type: disc;
  margin-left: 20px;
}
.list.list-01 li {
  list-style-type: disc;
}
.list.list-02 {
  list-style-type: decimal;
  margin-left: 20px;
}
.list.list-02 li {
  margin: 1em 0;
  list-style-type: decimal;
}

.contentsLines {
  border-bottom: 1px #666 dotted;
}

.box {
  margin-bottom: 30px;
}
.box.box-01 {
  border: 1px solid #abaeb1;
  padding: 10px 20px 20px;
}
.box.box-01.paddingCtr20 {
  padding: 20px;
}
.box.box-01 .box-title {
  font-size: 20px;
  color: #C3002F;
  margin-top: -35px;
  background-color: #fff;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 5px 10px;
}

.table.table01 tr td, .table.table01 tr th {
  line-height: 1.4;
  display: block;
}

.table.table01 tr th {
  line-height: 1.4;
  font-weight: bold;
}

.table {
  width: 100%;
  margin-bottom: 3%;
}
@media only screen and (max-width: 768px) {
  .table {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.table.table01 tr {
  border-bottom: 1px solid #ccc;
}
@media only screen and (max-width: 768px) {
  .table.table01 tr {
    padding: 2% 5%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    border-bottom: 1px solid #ccc;
  }
}
@media print, screen and (min-width: 769px) {
  .table.table01 tr td {
    padding: 5px 10px;
  }
}
@media only screen and (max-width: 768px) {
  .table.table01 tr td {
    line-height: 1.4;
    display: block;
  }
}
@media print, screen and (min-width: 769px) {
  .table.table01 tr th {
    font-weight: bold;
  }
}
@media only screen and (max-width: 768px) {
  .table.table01 tr th {
    line-height: 1.4;
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .table.table02 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 768px) {
  .table.table02 tbody {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media print, screen and (min-width: 769px) {
  .table.table02 th, .table.table02 td {
    padding: 10px 15px;
    vertical-align: top;
  }
}
@media only screen and (max-width: 768px) {
  .table.table02 th, .table.table02 td {
    padding: 2% 0 2% 2%;
    vertical-align: top;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media print, screen and (min-width: 769px) {
  .table.table02 th {
    background-color: #666;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
  }
  .table.table02 th.space {
    background: none !important;
    border: none !important;
    padding: 0 !important;
  }
}
@media only screen and (max-width: 768px) {
  .table.table02 th {
    background-color: #666;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
  }
  .table.table02 th.space {
    display: none;
  }
}
.table.table02 td {
  line-height: 1.4;
  min-height: 100px;
}
.table.table02 td.year {
  white-space: nowrap;
}
.table.table02 td.year-summary {
  width: 30%;
}
@media print, screen and (min-width: 769px) {
  .table.table02 td.space {
    width: 1em;
    padding: 0 !important;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
  }
}
@media only screen and (max-width: 768px) {
  .table.table02 td.space {
    display: none;
  }
}
.table.table02 td img {
  width: 200px;
  height: auto;
  float: left;
  margin-right: 10px;
}
@media only screen and (max-width: 768px) {
  .table.table02 td img {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .table.table02 tr {
    border-bottom: 1px solid #ccc;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.table.table02 tr.even {
  background-color: #eee;
}
@media print, screen and (min-width: 769px) {
  .table.table02 tr.even .space {
    background: #fff;
  }
}
.table.table03 {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.table.table03 td, .table.table03 th {
  padding: 5px 10px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.table.table03 th {
  text-align: center;
  background-color: #eee;
}
.table.table04 {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.table.table04 td, .table.table04 th {
  padding: 12px 10px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  text-align: center;
  line-height: 1.3;
}
@media print, screen and (min-width: 769px) {
  .table.table04 td .ltSpace, .table.table04 th .ltSpace {
    letter-spacing: 0.3em;
  }
  .table.table04 td .ltSpace.leftSet, .table.table04 th .ltSpace.leftSet {
    padding-left: 5px;
  }
}
.table.table04 th {
  background-color: #eee;
  font-size: 100%;
}
.table.table04 th b {
  font-size: 120%;
}
.table.table04 td {
  font-size: 140%;
}
.table.table04 td small {
  font-size: 75% !important;
  padding-left: 2px;
}
@media only screen and (max-width: 768px) {
  .table.table04 {
    display: block;
    width: 100%;
  }
  .table.table04 thead {
    display: block;
    float: left;
  }
  .table.table04 tbody {
    display: block;
    width: auto;
    overflow-x: auto;
    white-space: nowrap;
  }
  .table.table04 tbody tr {
    width: 100%;
    margin: 0 !important;
  }
  .table.table04 th {
    display: block;
    width: auto;
    font-size: 14px !important;
  }
  .table.table04 th b {
    font-size: 14px;
  }
  .table.table04 tbody tr {
    display: inline-block;
    margin: 0 -3px;
  }
  .table.table04 td {
    display: block;
    font-size: 14px !important;
  }
}

@media only screen and (max-width: 768px) {
  .img {
    margin-bottom: 0;
  }
  .img.no-requid img {
    width: auto;
    height: auto;
  }
  .img.imgfloats img {
    max-width: 48%;
  }
  .img.imgarightRight img {
    float: right;
    padding: 0 0 1em 1em;
  }
  .img .caption.cap-r {
    text-align: right;
  }
}
@media print, screen and (min-width: 769px) {
  .section {
    border-radius: 20px;
    width: 96%;
    padding: 40px 0;
    margin: 0px auto 20px;
  }
}
@media only screen and (max-width: 768px) {
  .section {
    border-radius: 10px;
    width: 98%;
    /*padding: 25px 0;*/
    padding: 5px 0;
    margin: 0px auto 12px;
  }
}
.section .catch {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 30px;
}
.section .txt {
  margin-bottom: 20px;
}
.section .txt p + p {
  margin-top: 1em;
}
.section .txt img {
  width: 100%;
}
.section .unit {
  margin-bottom: 30px;
  overflow: hidden;
  *zoom: 1;
}
.section .imgBoxItem img {
  width: auto;
}

/*----------------------------------------------

table

----------------------------------------------*/
.tableTypeB {
  width: 100%;
  margin-bottom: 24px;
}

.tableTypeB tr th,
.tableTypeB tr td {
  text-align: center;
  box-sizing: border-box;
  padding: 5px 0 3px;
}

.tableTypeB tr td.holiday {
  background: #E7E6EB;
}

.tableTypeB tr th.sunday {
  color: #EE313F;
}

.tableTypeB tr th.saturday {
  color: #267CF3;
}

.month {
  background: #666;
  color: #fff;
  box-sizing: border-box;
  padding: 3px 0 5px 1em;
}

.month .number {
  font-size: 18px;
  padding: 0 0 0 0.8em;
}

@media only screen and (max-width: 768px) {
  .scroll {
    overflow: auto;
    white-space: nowrap;
  }

  .scroll:-webkit-scrollbar {
    /*tableにスクロールバーを追加*/
    height: 5px;
  }

  .scroll:-webkit-scrollbar-track {
    /*tableにスクロールバーを追加*/
    background: #F1F1F1;
  }

  .scroll:-webkit-scrollbar-thumb {
    /*tableにスクロールバーを追加*/
    background: #BCBCBC;
  }
}
@media only screen and (max-width: 768px) {
  .tableCells {
    box-sizing: border-box;
    border-right: 1px solid #4f4d47;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }

  .tableCells table {
    border-right: none;
  }
}
.block {
  display: block !important;
}

@media print, screen and (min-width: 769px) {
  .block-pc {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .block-pc {
    display: none;
  }
}

@media print, screen and (min-width: 769px) {
  .block-sp {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .block-sp {
    display: block;
  }
}

@media print, screen and (min-width: 769px) {
  .pcNone {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .spNone {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .spBlock {
    display: block;
  }
}

/*------------------------------------------------

  youtube style

------------------------------------------------*/
.youtubeStyle {
  position: relative;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .youtubeStyle {
    width: 100%;
  }
}

.youtubeStyle iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.popup-iframe {
  vertical-align: bottom;
}
.popup-iframe img {
  width: 100%;
  vertical-align: bottom;
}

.youtubeStyle .video-js {
  margin: 0 auto !important;
}

.accessGoogle {
  width: 100%;
  height: 566px;
}

/* グローバルナビ　チェック */
/*body#top #nav_area02 ul li#nav01 a,
body#info #nav_area02 ul li#nav02 a,
body#dgs #nav_area02 ul li#nav03 a,
body#exa #nav_area02 ul li#nav04 a,
body#camp #nav_area02 ul li#nav05 a,
body#orme #nav_area02 ul li#nav06 a{
	@include wi-pc{
	&:after {
		position: absolute!important;
		content: " "!important;
		display: block!important;
		border-bottom: solid 3px #053485!important;
		bottom: 0px!important;
		width: 100%!important;
	}
	}
}*/
/* グローバルナビ　チェック */
/* エリアサイズ */
.wi_pc100_sm100 {
  display: block;
  height: auto;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  .wi_pc100_sm100 {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .wi_pc100_sm100 {
    width: 100%;
    padding: 0px 2%;
  }
}

.wi_pc100_sm98 {
  display: block;
  height: auto;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  .wi_pc100_sm98 {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .wi_pc100_sm98 {
    width: 98%;
    padding: 0px 2%;
  }
}

.wi_pc100_sm80 {
  display: block;
  height: auto;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  .wi_pc100_sm80 {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .wi_pc100_sm80 {
    width: 80%;
    padding: 0px 2%;
  }
}

.wi_pc98_sm98 {
  display: block;
  height: auto;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  .wi_pc98_sm98 {
    width: 98%;
  }
}
@media only screen and (max-width: 768px) {
  .wi_pc98_sm98 {
    width: 98%;
    padding: 0px 2%;
  }
}

.wi_pc90_sm98 {
  display: block;
  height: auto;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  .wi_pc90_sm98 {
    width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  .wi_pc90_sm98 {
    width: 98%;
    padding: 0px 2%;
  }
}

.wi_pc80_sm98 {
  display: block;
  height: auto;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  .wi_pc80_sm98 {
    width: 80%;
  }
}
@media only screen and (max-width: 768px) {
  .wi_pc80_sm98 {
    width: 98%;
    padding: 0px 2%;
  }
}

.wi_pc80_sm80 {
  display: block;
  height: auto;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  .wi_pc80_sm80 {
    width: 80%;
  }
}
@media only screen and (max-width: 768px) {
  .wi_pc80_sm80 {
    width: 80%;
    padding: 0px 2%;
  }
}

.wi_pc70_sm98 {
  display: block;
  height: auto;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  .wi_pc70_sm98 {
    width: 70%;
  }
}
@media only screen and (max-width: 768px) {
  .wi_pc70_sm98 {
    width: 98%;
    padding: 0px 2%;
  }
}

.wi_pc60_sm98 {
  display: block;
  height: auto;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  .wi_pc60_sm98 {
    width: 60%;
  }
}
@media only screen and (max-width: 768px) {
  .wi_pc60_sm98 {
    width: 98%;
    padding: 0px 2%;
  }
}

.wi_pc60_sm80 {
  display: block;
  height: auto;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  .wi_pc60_sm80 {
    width: 60%;
  }
}
@media only screen and (max-width: 768px) {
  .wi_pc60_sm80 {
    width: 80%;
    padding: 0px 2%;
  }
}

.wi_pc30_sm80 {
  display: block;
  height: auto;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  .wi_pc30_sm80 {
    width: 30%;
  }
}
@media only screen and (max-width: 768px) {
  .wi_pc30_sm80 {
    width: 80%;
    padding: 0px 2%;
  }
}

.wi_pc20_sm32 {
  display: block;
  height: auto;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  .wi_pc20_sm32 {
    width: 20%;
  }
}
@media only screen and (max-width: 768px) {
  .wi_pc20_sm32 {
    width: 32%;
    padding: 0px 2%;
  }
}

/* エリアサイズ */
/* 枠の余白 */
@media print, screen and (min-width: 769px) {
  .pdbt_pc10_sm5 {
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .pdbt_pc10_sm5 {
    padding-bottom: 5px;
  }
}

@media print, screen and (min-width: 769px) {
  .pdbt_pc0_sm5 {
    padding-bottom: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .pdbt_pc0_sm5 {
    padding-bottom: 5px;
  }
}

@media print, screen and (min-width: 769px) {
  .pdbt_pc0_sm10 {
    padding-bottom: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .pdbt_pc0_sm10 {
    padding-bottom: 10px;
  }
}

@media print, screen and (min-width: 769px) {
  .pdbt_pc10_sm10 {
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .pdbt_pc10_sm10 {
    padding-bottom: 10px;
  }
}

@media print, screen and (min-width: 769px) {
  .pdtpbtlr_pc10_sm5 {
    padding: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .pdtpbtlr_pc10_sm5 {
    padding: 5px;
  }
}

@media print, screen and (min-width: 769px) {
  .pdtpbtlr_pc10_sm10 {
    padding: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .pdtpbtlr_pc10_sm10 {
    padding: 10px;
  }
}

@media print, screen and (min-width: 769px) {
  .pdtpbtlr_pc20_sm20 {
    padding: 20px !important;
  }
}
@media only screen and (max-width: 768px) {
  .pdtpbtlr_pc20_sm20 {
    padding: 20px !important;
  }
}

@media print, screen and (min-width: 769px) {
  .pdtpbt_pc10_sm5 {
    padding: 10px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .pdtpbt_pc10_sm5 {
    padding: 5px 0px;
  }
}

@media print, screen and (min-width: 769px) {
  .pdtpbt_pc10_sm10 {
    padding: 10px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .pdtpbt_pc10_sm10 {
    padding: 10px 0px;
  }
}

@media print, screen and (min-width: 769px) {
  .pdtpbt_pc20_sm10 {
    padding: 20px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .pdtpbt_pc20_sm10 {
    padding: 10px 0px;
  }
}

@media print, screen and (min-width: 769px) {
  .pdtpbt_pc20_sm15 {
    padding: 20px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .pdtpbt_pc20_sm15 {
    padding: 15px 0px;
  }
}

@media print, screen and (min-width: 769px) {
  .pdtpbt_pc20_sm0 {
    padding: 20px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .pdtpbt_pc20_sm0 {
    padding: 0px 0px;
  }
}

@media print, screen and (min-width: 769px) {
  .pdtpbt_pc20_sm20 {
    padding: 20px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .pdtpbt_pc20_sm20 {
    padding: 20px 0px;
  }
}

@media print, screen and (min-width: 769px) {
  .pdtpbt_pc20_sm20_sub {
    padding: 20px 0px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .pdtpbt_pc20_sm20_sub {
    padding: 20px 0px 0px;
  }
}

@media print, screen and (min-width: 769px) {
  .pdtpbt_pc50_sm40 {
    padding: 50px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .pdtpbt_pc50_sm40 {
    padding: 40px 0px;
  }
}

@media print, screen and (min-width: 769px) {
  .pdtpbt_pc60_sm50 {
    padding: 50px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .pdtpbt_pc60_sm50 {
    padding: 40px 0px;
  }
}

@media print, screen and (min-width: 769px) {
  .pdtpbt_pc70_sm20 {
    padding: 70px 0px 0px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .pdtpbt_pc70_sm20 {
    padding: 20px 0px 20px 0px;
  }
}

@media print, screen and (min-width: 769px) {
  .pdtpbt_pc20_sm40 {
    padding: 20px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .pdtpbt_pc20_sm40 {
    padding: 40px 0px;
  }
}

@media print, screen and (min-width: 769px) {
  .pdtpbtlr_pc50_sm20 {
    border-radius: 20px;
    padding: 50px 50px;
  }
}
@media only screen and (max-width: 768px) {
  .pdtpbtlr_pc50_sm20 {
    border-radius: 15px;
    padding: 20px 0px;
  }
}

@media print, screen and (min-width: 769px) {
  .pdtpbt_pc50_20_sm20 {
    padding: 50px 0px 20px;
  }
}
@media only screen and (max-width: 768px) {
  .pdtpbt_pc50_20_sm20 {
    padding: 20px 0px;
  }
}

@media print, screen and (min-width: 769px) {
  .pdtpbt_pc30_sm10 {
    padding: 30px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .pdtpbt_pc30_sm10 {
    padding: 10px 0px;
  }
}

@media print, screen and (min-width: 769px) {
  .pdtpbt_pc30_sm15 {
    padding: 30px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .pdtpbt_pc30_sm15 {
    padding: 15px 0px;
  }
}

@media print, screen and (min-width: 769px) {
  .pdtpbt_pc30_sm20 {
    padding: 30px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .pdtpbt_pc30_sm20 {
    padding: 20px 0px;
  }
}

@media print, screen and (min-width: 769px) {
  .pdtpbt_pc30_0_sm20_0 {
    padding: 30px 0px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .pdtpbt_pc30_0_sm20_0 {
    padding: 20px 0px 0px;
  }
}

@media print, screen and (min-width: 769px) {
  .pdtpbt_pc50_sm20 {
    padding: 50px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .pdtpbt_pc50_sm20 {
    padding: 20px 0px;
  }
}

@media print, screen and (min-width: 769px) {
  .pdl_pc10_sm0 {
    padding: 0px 0px 0px 10px !important;
  }
}
@media only screen and (max-width: 768px) {
  .pdl_pc10_sm0 {
    padding: 0px 0px 0px 0px !important;
  }
}

@media print, screen and (min-width: 769px) {
  .pdl_pc10_sm5 {
    padding: 0px 0px 0px 10px;
  }
}
@media only screen and (max-width: 768px) {
  .pdl_pc10_sm5 {
    padding: 0px 0px 0px 5px;
  }
}

@media print, screen and (min-width: 769px) {
  .pdtp_pc10_sm10 {
    padding: 0px 0px 0px 10px;
  }
}
@media only screen and (max-width: 768px) {
  .pdtp_pc10_sm10 {
    padding: 0px 0px 0px 10px;
  }
}

@media print, screen and (min-width: 769px) {
  .pd_rent_pc_sm {
    padding: 0px 20px 30px;
  }
}
@media only screen and (max-width: 768px) {
  .pd_rent_pc_sm {
    padding: 10px 5px;
  }
}

/* 枠の余白 */
@media print, screen and (min-width: 769px) {
  a.navi_und_b_sel {
    background-color: #D1D1D1;
    /*&:after {
    	position: absolute!important;
    	bottom: 0!important;
    	left: 0!important;
    	content: ''!important;
    	width: 100%!important;
    	height: 3px!important;
    	background-color: #002658!important;
    }*/
  }
}

@media print, screen and (min-width: 769px) {
  a.navi_und_b {
    /*▼▼▼ホバーアニメーション▼▼▼*/
    transition: all .3s;
    background-position: 0 0;
    background-size: 201% auto;
    /*▲▲▲ホバーアニメーション▲▲▲*/
  }
  a.navi_und_b:hover {
    text-decoration: none;
  }
  a.navi_und_b:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: '';
    width: 0;
    height: 3px;
    background-color: #000000;
    transition: .3s;
    transform: translateX(-50%);
  }
  a.navi_und_b:hover:after {
    width: 100%;
  }
}

@media print, screen and (min-width: 769px) {
  span.navi_und_b {
    /*▼▼▼ホバーアニメーション▼▼▼*/
    transition: all .3s;
    background-position: 0 0;
    background-size: 201% auto;
    /*▲▲▲ホバーアニメーション▲▲▲*/
  }
  span.navi_und_b:hover {
    text-decoration: none;
  }
  span.navi_und_b:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: '';
    width: 0;
    height: 3px;
    background-color: #000000;
    transition: .3s;
    transform: translateX(-50%);
  }
  span.navi_und_b:hover:after {
    width: 100%;
  }
}

.ct_bl_ti01 {
  display: block;
  padding: 8px 0px;
  text-align: center;
  height: auto;
  border: #B70F6D solid 1px;
}
@media print, screen and (min-width: 769px) {
  .ct_bl_ti01 {
    width: 20%;
    font-size: 1.1rem;
    margin: 10px auto;
  }
}
@media only screen and (max-width: 768px) {
  .ct_bl_ti01 {
    width: 60%;
    font-size: 1.2rem;
    margin: 10px auto;
  }
}

span.sec_ti01 {
  display: table-cell !important;
  text-align: left;
  vertical-align: middle;
  width: 100%;
  height: 55px;
  line-height: 1.2;
  font-weight: 500;
  padding: 10px 0px;
}
@media print, screen and (min-width: 769px) {
  span.sec_ti01 {
    font-size: 130%;
  }
}
@media only screen and (max-width: 768px) {
  span.sec_ti01 {
    /*display: block;
    text-align: center;*/
    font-size: 120%;
  }
}
span.sec_ti02 {
  display: table-cell !important;
  text-align: left;
  vertical-align: middle;
  width: 100%;
  height: 55px;
  line-height: 1.2;
  font-weight: 500;
  padding: 10px 0px 10px 10px;
}
@media print, screen and (min-width: 769px) {
  span.sec_ti02 {
    font-size: 130%;
  }
}
@media only screen and (max-width: 768px) {
  span.sec_ti02 {
    /*display: block;
    text-align: center;*/
    font-size: 120%;
  }
}
span.no_ti01 {
  display: table-cell !important;
  text-align: left;
  height: 55px;
  line-height: 18px;
  margin-right: 12px !important;
  /*background-color: #15418E;
  background-color: #5f91e9;*/
  background-color: #8E9295;
  padding: 0px 20px;
  color: #fff;
  vertical-align: middle;
}
@media print, screen and (min-width: 769px) {
  span.no_ti01 {
    /*width: 100%;*/
    font-size: 25px;
  }
}
@media only screen and (max-width: 768px) {
  span.no_ti01 {
    font-size: 20px;
  }
}

input[type="radio"] {
  margin-bottom: 12px;
}

@media print, screen and (min-width: 769px) {
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="password"],
  textarea {
    width: 100%;
    background-color: #fff;
    color: #000;
    /*padding: 1rem 0.78rem!important;*/
    padding: 0.5rem 0.78rem !important;
    margin: 2px 0px;
    border: 1px solid #949090;
    border-radius: 10px;
    /*font-size: 1.5rem;*/
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 768px) {
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="password"],
  textarea {
    width: 100%;
    background-color: #fff;
    color: #000;
    /*padding: 1rem 0.78rem!important;*/
    padding: 0.5rem 0.78rem !important;
    margin: 2px 0px;
    border: 1px solid #949090;
    border-radius: 10px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

@media print, screen and (min-width: 769px) {
  input[type="text"].cal01 {
    width: 350px;
    background-color: #fff;
    color: #000;
    /*padding: 1rem 0.78rem!important;*/
    padding: 0.5rem 0.78rem !important;
    margin: 0px 0;
    border: 1px solid #949090;
    border-radius: 10px;
  }
}
@media only screen and (max-width: 768px) {
  input[type="text"].cal01 {
    width: 80%;
    background-color: #fff;
    color: #000;
    /*padding: 1rem 0.78rem!important;*/
    padding: 0.5rem 0.78rem !important;
    border: 1px solid #949090;
    margin: 0px 0;
  }
}

@media print, screen and (min-width: 769px) {
  input[type="text"].cal02 {
    width: 350px;
    background-color: #ECECEC;
    color: #000000;
    /*padding: 1rem 0.78rem!important;*/
    padding: 1.5rem 0.78rem !important;
    margin: 0px 0;
    border: 1px solid #949090;
    border-radius: 10px;
  }
}
@media only screen and (max-width: 768px) {
  input[type="text"].cal02 {
    width: 80%;
    background-color: #fff;
    color: #000;
    /*padding: 1rem 0.78rem!important;*/
    padding: 1.2rem 0.78rem !important;
    border: 1px solid #949090;
    margin: 0px 0;
  }
}

@media print, screen and (min-width: 769px) {
  input[type="text"].mok {
    width: 40%;
    background-color: #fff;
    color: #000;
    /*padding: 1rem 0.78rem!important;*/
    padding: 0.5rem 0.78rem !important;
    margin: 0px 0;
    border: 1px solid #949090;
    border-radius: 10px;
  }
}
@media only screen and (max-width: 768px) {
  input[type="text"].mok {
    width: 40%;
    background-color: #fff;
    color: #000;
    /*padding: 1rem 0.78rem!important;*/
    padding: 0.5rem 0.78rem !important;
    border: 1px solid #949090;
    margin: 0px 0;
  }
}

@media print, screen and (min-width: 769px) {
  input[type="text"].yubinarea {
    width: 45%;
    background-color: #fff;
    color: #000;
    /*padding: 1rem 0.78rem!important;*/
    padding: 0.5rem 0.78rem !important;
    margin: 0px 0;
    border: 1px solid #949090;
    border-radius: 10px;
  }
}
@media only screen and (max-width: 768px) {
  input[type="text"].yubinarea {
    width: 45%;
    background-color: #fff;
    color: #000;
    /*padding: 1rem 0.78rem!important;*/
    padding: 0.5rem 0.78rem !important;
    border: 1px solid #949090;
    margin: 0px 0;
  }
}

@media print, screen and (min-width: 769px) {
  input[type="text"].namearea {
    width: 35%;
    background-color: #fff;
    color: #000;
    /*padding: 1rem 0.78rem!important;*/
    padding: 0.5rem 0.78rem !important;
    margin: 0px 0;
    border: 1px solid #949090;
    border-radius: 10px;
  }
}
@media only screen and (max-width: 768px) {
  input[type="text"].namearea {
    width: 35%;
    background-color: #fff;
    color: #000;
    /*padding: 1rem 0.78rem!important;*/
    padding: 0.5rem 0.78rem !important;
    border: 1px solid #949090;
    margin: 0px 0;
  }
}

@media print, screen and (min-width: 769px) {
  input[type="text"].name {
    width: 30%;
    background-color: #fff;
    color: #000;
    /*padding: 1rem 0.78rem!important;*/
    padding: 0.5rem 0.78rem !important;
    margin: 0px 0;
    border: 1px solid #949090;
  }
}
@media only screen and (max-width: 768px) {
  input[type="text"].name {
    width: 60%;
    background-color: #fff;
    color: #000;
    /*padding: 1rem 0.78rem!important;*/
    padding: 0.5rem 0.78rem !important;
    border: 1px solid #949090;
    margin: 0px 0 10px;
  }
}

@media print, screen and (min-width: 769px) {
  input[type="text"].nenrei {
    width: 20%;
    background-color: #fff;
    color: #000;
    /*padding: 1rem 0.78rem!important;*/
    padding: 0.5rem 0.78rem !important;
    margin: 0px 0;
    border: 1px solid #949090;
  }
}
@media only screen and (max-width: 768px) {
  input[type="text"].nenrei {
    width: 20%;
    background-color: #fff;
    color: #000;
    /*padding: 1rem 0.78rem!important;*/
    padding: 0.5rem 0.78rem !important;
    border: 1px solid #949090;
    margin: 0px 0;
  }
}

@media print, screen and (min-width: 769px) {
  span.select::after {
    font-size: 12px !important;
    z-index: -1 !important;
    position: absolute !important;
    right: 8px !important;
    top: 32% !important;
    color: #FFFFFF !important;
  }
}
@media only screen and (max-width: 768px) {
  span.select::after {
    font-size: 12px !important;
    z-index: -1 !important;
    position: absolute !important;
    right: 8px !important;
    top: 32% !important;
    color: #FFFFFF !important;
  }
}

input:checked + label::after {
  opacity: 1;
}

.visually-hidden {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}

.Radio-Input {
  appearance: none;
  position: absolute;
}

.Radio-Text::before {
  content: '';
  display: block;
  border-radius: 50%;
  border: 1px solid orange;
  width: 16px;
  height: 16px;
}

.Radio-Text::after {
  content: '';
  display: block;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: orange;
}

.Radio-Text::after {
  content: '';
  position: absolute;
  left: 3px;
  display: block;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: orange;
}

.Radio-Input:checked + .Radio-Text::after {
  content: '';
  position: absolute;
  left: calc(8px - 5px);
  display: block;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: orange;
}

/*select{
	background-color: #FFFFFF;
	@include wi-pc{
	color: #000;
	padding: 1rem 0.78rem;
	margin:0px 0;
	background: url("../images/common/pd_icon.png") no-repeat 100% 50%;
	-webkit-appearance:none;
    appearance:none;
	width:100%;
	padding:1em 1em;
	box-sizing:border-box;
	font-size:1em;
	border:#ccc 1px solid;
	border-radius:0;
	}
	@include wi-sm1{
	color: #000;
	padding: 1rem 0.78rem;
	margin:0px 0;
	-webkit-appearance:none;
    appearance:none;
	width:100%;
	padding:1em 1em;
	box-sizing:border-box;
	font-size:1em;
	border:#ccc 1px solid;
	border-radius:0;
	}
	&.sel01{
		@include wi-pc{
		width:40%;
		}
		@include wi-sm1{
		width:55%;
		}
	}
}*/
select {
  color: #000;
  padding: 1rem 0.78rem;
  margin: 0px 0;
  background: url("../images/common/pd_icon.png") no-repeat 100% 50%;
  /**/
  background-color: #ffffff;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  padding: 1em 1em;
  box-sizing: border-box;
  font-size: 1em;
  border: #ccc 1px solid;
  border-radius: 0;
}
select#start_year {
  width: 18%;
}
select#start_month {
  width: 12%;
}
select#start_day {
  width: 12%;
}
@media print, screen and (min-width: 769px) {
  select.sel01 {
    width: 40%;
  }
}
@media only screen and (max-width: 768px) {
  select.sel01 {
    width: 55%;
  }
}
@media print, screen and (min-width: 769px) {
  select.sel02 {
    width: 30%;
  }
}
@media only screen and (max-width: 768px) {
  select.sel02 {
    width: 42%;
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  select.sel03 {
    width: 40%;
  }
}
@media only screen and (max-width: 768px) {
  select.sel03 {
    width: 80%;
  }
}

@media print, screen and (min-width: 769px) {
  .sel {
    -webkit-appearance: none;
    appearance: none;
    width: 180%;
    padding: 1em 1em;
    box-sizing: border-box;
    font-size: 1em;
    border: #ccc 1px solid;
    border-radius: 0;
    position: relative;
  }
}
@media only screen and (max-width: 768px) {
  .sel {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    padding: 1em 1em;
    box-sizing: border-box;
    font-size: 1em;
    border: #ccc 1px solid;
    border-radius: 0;
    position: relative;
  }
}
@media print, screen and (min-width: 769px) {
  .sel:after {
    content: "↓";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 5%;
    top: 35%;
    border-bottom: #333 2px solid;
    border-right: #333 2px solid;
    transform: rotate(45deg) translateY(-30%);
  }
}
@media only screen and (max-width: 768px) {
  .sel:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 5%;
    top: 35%;
    border-bottom: #333 2px solid;
    border-right: #333 2px solid;
    transform: rotate(45deg) translateY(-30%);
  }
}

input[type="text"].mok {
  width: 40%;
  background-color: #fff;
  color: #000;
  /*padding: 1rem 0.78rem!important;*/
  padding: 0.5rem 0.78rem !important;
  margin: 0px 0;
  border: 1px solid #949090;
  border-radius: 10px;
}

input[type="text"].hrf01 {
  background-color: #fff;
  color: #000;
  /*padding: 1rem 0.78rem!important;*/
  padding: 0.5rem 0.78rem !important;
  margin: 0px 0;
  border: 1px solid #949090;
  border-radius: 10px;
}
@media print, screen and (min-width: 769px) {
  input[type="text"].hrf01 {
    width: 43%;
  }
}

input[type="text"].hrf02 {
  background-color: #fff;
  color: #000;
  /*padding: 1rem 0.78rem!important;*/
  padding: 0.5rem 0.78rem !important;
  margin: 0px 0;
  border: 1px solid #949090;
  border-radius: 10px;
}
@media print, screen and (min-width: 769px) {
  input[type="text"].hrf02 {
    width: 55%;
  }
}

input[type="text"].hrf03 {
  background-color: #fff;
  color: #000;
  /*padding: 1rem 0.78rem!important;*/
  padding: 0.5rem 0.78rem !important;
  margin: 0px 0 10px;
  border: 1px solid #949090;
  border-radius: 10px;
}
@media print, screen and (min-width: 769px) {
  input[type="text"].hrf03 {
    width: 8%;
  }
}
@media only screen and (max-width: 768px) {
  input[type="text"].hrf03 {
    width: 14%;
  }
}

input[type="text"].hrf04 {
  background-color: #fff;
  color: #000;
  /*padding: 1rem 0.78rem!important;*/
  padding: 0.5rem 0.78rem !important;
  margin: 0px 0 10px;
  border: 1px solid #949090;
  border-radius: 10px;
}
@media print, screen and (min-width: 769px) {
  input[type="text"].hrf04 {
    width: 14%;
  }
}
@media only screen and (max-width: 768px) {
  input[type="text"].hrf04 {
    width: 14%;
  }
}

input[type="text"].hrf05 {
  background-color: #fff;
  color: #000;
  /*padding: 1rem 0.78rem!important;*/
  padding: 0.5rem 0.78rem !important;
  margin: 0px 0 10px;
  border: 1px solid #949090;
  border-radius: 10px;
}
@media print, screen and (min-width: 769px) {
  input[type="text"].hrf05 {
    width: 22%;
  }
}
@media only screen and (max-width: 768px) {
  input[type="text"].hrf05 {
    width: 30%;
  }
}

input[type="text"].hrf06 {
  background-color: #fff;
  color: #000;
  /*padding: 1rem 0.78rem!important;*/
  padding: 0.5rem 0.78rem !important;
  margin: 0px 0 10px;
  border: 1px solid #949090;
  border-radius: 10px;
}
@media print, screen and (min-width: 769px) {
  input[type="text"].hrf06 {
    width: 40%;
  }
}
@media only screen and (max-width: 768px) {
  input[type="text"].hrf06 {
    width: 80%;
  }
}

input[type="text"].hrf08 {
  background-color: #fff;
  color: #000;
  /*padding: 1rem 0.78rem!important;*/
  padding: 0.5rem 0.78rem !important;
  margin: 0px 0 10px;
  border: 1px solid #949090;
  border-radius: 10px;
}
@media print, screen and (min-width: 769px) {
  input[type="text"].hrf08 {
    width: 80%;
  }
}
@media only screen and (max-width: 768px) {
  input[type="text"].hrf08 {
    width: 90%;
  }
}

.dsp_bl {
  display: block !important;
}

@media print, screen and (min-width: 769px) {
  .error-message {
    color: #E30F13;
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .error-message {
    color: #E30F13;
    font-size: 12px;
  }
}

@media print, screen and (min-width: 769px) {
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="tel"]:focus,
  textarea:focus, select:focus {
    background-color: #fff;
    margin: 2px 0px;
  }
}
@media only screen and (max-width: 768px) {
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="tel"]:focus,
  textarea:focus, select:focus {
    background-color: #fff;
    margin: 2px 0px;
  }
}

@media print, screen and (min-width: 769px) {
  input[type="text"].telarea {
    width: 50%;
    background-color: #fff;
    color: #000;
    /*padding: 1rem 0.78rem!important;*/
    padding: 0.5rem 0.78rem !important;
    margin: 0px 0;
    border: 1px solid #949090;
    border-radius: 10px;
  }
}
@media only screen and (max-width: 768px) {
  input[type="text"].telarea {
    width: 100%;
    background-color: #fff;
    color: #000;
    /*padding: 1rem 0.78rem!important;*/
    padding: 0.5rem 0.78rem !important;
    border: 1px solid #949090;
    margin: 0px 0;
  }
}

@media print, screen and (min-width: 769px) {
  section table {
    width: 780px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 768px) {
  section table {
    width: 98%;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media print, screen and (min-width: 769px) {
  section table .data01 th {
    width: 30%;
    text-align: left;
  }
}
@media only screen and (max-width: 768px) {
  section table .data01 th {
    text-align: left;
    width: 96%;
    display: block;
    border-top: none;
    margin-left: auto;
    margin-right: auto;
  }
}
section table .data01 td {
  /** スマホのみ **/
}
@media only screen and (max-width: 768px) {
  section table .data01 td {
    width: 96%;
    display: block;
    border-top: none;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (min-width: 769px) {
  section table th {
    padding: 10px 10px;
    border: 1px solid #fffaf2 !important;
    background-color: #FFEBEC;
    /*font-weight: 400;*/
  }
}
@media only screen and (max-width: 768px) {
  section table th {
    padding: 20px 10px;
    border: 1px solid #fffaf2 !important;
    background-color: #FFEBEC;
    display: block;
    width: 90%;
    /*font-weight: 300;*/
  }
}
@media print, screen and (min-width: 769px) {
  section table th .must_message {
    color: #E30F13;
    font-size: 9px;
  }
}
@media only screen and (max-width: 768px) {
  section table th .must_message {
    color: #E30F13;
    font-size: 9px;
  }
}
@media print, screen and (min-width: 769px) {
  section table td {
    padding: 10px 10px;
    border: 1px solid #fffaf2 !important;
    width: 67%;
    text-align: left;
    /*font-weight: 100;*/
  }
}
@media only screen and (max-width: 768px) {
  section table td {
    padding: 10px;
    border: 1px solid #fffaf2 !important;
    width: 90%;
    text-align: left;
    display: block;
    /*font-weight: 100;*/
  }
}
@media print, screen and (min-width: 769px) {
  section table td .error-message {
    color: #E30F13;
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  section table td .error-message {
    color: #E30F13;
    font-size: 12px;
  }
}
@media print, screen and (min-width: 769px) {
  section table td #security_poricy_titile {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  section table td #security_poricy_titile {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  section table td #security_poricy_com {
    width: 710px;
    height: 260px;
    border: #B0ADAE 1px solid;
    overflow-y: scroll;
    margin: 0 auto 30px auto;
    padding: 20px;
    background-color: #FFFFFF;
  }
}
@media only screen and (max-width: 768px) {
  section table td #security_poricy_com {
    width: 80%;
    height: 360px;
    border: #B0ADAE 1px solid;
    overflow-y: scroll;
    margin: 0 auto 30px auto;
    padding: 20px;
    background-color: #FFFFFF;
  }
}
@media print, screen and (min-width: 769px) {
  section table td #security_poricy_com .poricy_title {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #2874C3;
  }
}
@media only screen and (max-width: 768px) {
  section table td #security_poricy_com .poricy_title {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #2874C3;
  }
}
@media print, screen and (min-width: 769px) {
  section table td #security_poricy_com .poricy_com01 {
    padding-left: 15px;
    margin-bottom: 25px;
    font-size: 12px;
    font-weight: bold;
  }
}
@media only screen and (max-width: 768px) {
  section table td #security_poricy_com .poricy_com01 {
    padding-left: 15px;
    margin-bottom: 25px;
    font-size: 12px;
    font-weight: bold;
  }
}
@media print, screen and (min-width: 769px) {
  section table td #security_poricy_com .poricy_com02 {
    padding-left: 15px;
    margin-bottom: 25px;
    font-size: 12px;
    font-weight: bold;
    display: block;
    text-indent: -1em;
    padding-left: 1em;
  }
}
@media only screen and (max-width: 768px) {
  section table td #security_poricy_com .poricy_com02 {
    padding-left: 15px;
    margin-bottom: 25px;
    font-size: 12px;
    font-weight: bold;
    display: block;
    text-indent: -1em;
    padding-left: 1em;
  }
}
section table td #security_poricy_btn {
  text-align: center;
}

#nbk_sel_btn {
  display: inline-block;
}
@media print, screen and (min-width: 769px) {
  #nbk_sel_btn {
    width: 110px;
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  #nbk_sel_btn {
    width: 20%;
    height: auto;
  }
}
#nbk_sel_btn input {
  background-color: #DF45A0;
  width: 100%;
  height: 50px;
  border-radius: 5px;
  color: #FFFFFF;
  border: none !important;
}
@media print, screen and (min-width: 769px) {
  #nbk_sel_btn input {
    width: 100%;
    height: 50px;
    font-size: 1.2rem;
    line-height: 1.2;
    padding: 0 3px;
    margin: 0px 0 0px 10px;
    cursor: pointer;
  }
}
@media only screen and (max-width: 768px) {
  #nbk_sel_btn input {
    font-size: 0.8rem;
    line-height: 1.2;
    padding: 0 3px;
    margin: 0px 0 0px 4px;
  }
}

@media print, screen and (min-width: 769px) {
  #mp_set_send_btn {
    width: 440px;
    height: auto;
    margin: 20px auto 20px auto;
  }
}
@media only screen and (max-width: 768px) {
  #mp_set_send_btn {
    width: 80%;
    height: auto;
    margin: 20px auto 20px auto;
  }
}
#mp_set_send_btn input {
  background-color: #D88308 !important;
  width: 100%;
  height: 50px;
  border-radius: 5px;
  color: #FFFFFF;
  border: none !important;
}
@media print, screen and (min-width: 769px) {
  #mp_set_send_btn input {
    width: 100%;
    height: 50px;
    font-size: 1.6rem;
    line-height: 1.2;
    padding: 0 3px;
    margin: 0px auto 0px auto;
    cursor: pointer;
  }
}
@media only screen and (max-width: 768px) {
  #mp_set_send_btn input {
    font-size: 1.4rem;
    line-height: 1.2;
    padding: 0 3px;
    margin: 5px auto 5px auto;
  }
}

@media print, screen and (min-width: 769px) {
  #mp_login_send_btn {
    /*width:440px;*/
    width: 98%;
    height: auto;
    margin: 20px auto 20px auto;
  }
}
@media only screen and (max-width: 768px) {
  #mp_login_send_btn {
    width: 80%;
    height: auto;
    margin: 20px auto 20px auto;
  }
}
#mp_login_send_btn input {
  background-color: #1BBFE8 !important;
  width: 100%;
  height: 50px;
  border-radius: 5px;
  color: #FFFFFF;
  border: none !important;
}
@media print, screen and (min-width: 769px) {
  #mp_login_send_btn input {
    height: 50px;
    font-size: 1.6rem;
    line-height: 1.2;
    padding: 0 3px;
    margin: 0px auto 0px auto;
    cursor: pointer;
  }
}
@media only screen and (max-width: 768px) {
  #mp_login_send_btn input {
    font-size: 1.4rem;
    line-height: 1.2;
    padding: 0 3px;
    margin: 5px auto 5px auto;
  }
}

@media print, screen and (min-width: 769px) {
  #search_btn {
    width: 280px;
    height: auto;
    margin: 20px auto 20px auto;
  }
}
@media only screen and (max-width: 768px) {
  #search_btn {
    width: 75%;
    height: auto;
    margin: 20px auto;
  }
}
#search_btn input {
  background-color: #000000 !important;
  width: 100%;
  border-radius: 2px;
  color: #FFFFFF;
  border: none !important;
  font-weight: 600;
  border-radius: 50px;
}
@media print, screen and (min-width: 769px) {
  #search_btn input {
    height: 60px;
    font-size: 1.5rem;
    line-height: 1.2;
    padding: 10px 3px;
    margin: 0px auto 0px auto;
    cursor: pointer;
  }
}
@media only screen and (max-width: 768px) {
  #search_btn input {
    height: 70px;
    font-size: 1.0rem;
    line-height: 1.2;
    padding: 10px 3px;
    margin: 5px auto 5px auto;
  }
}

@media print, screen and (min-width: 769px) {
  #search_btn01 {
    width: 280px;
    height: auto;
    margin: 20px auto 20px auto;
  }
}
@media only screen and (max-width: 768px) {
  #search_btn01 {
    width: 48%;
    height: auto;
    margin: 20px auto;
  }
}
#search_btn01 input {
  background-color: #DC3F92;
  width: 100%;
  border-radius: 2px;
  color: #FFFFFF;
  border: none !important;
  font-weight: 600;
  border-radius: 50px;
}
@media print, screen and (min-width: 769px) {
  #search_btn01 input {
    height: 60px;
    font-size: 1.5rem;
    line-height: 1.2;
    padding: 10px 3px;
    margin: 0px auto 0px auto;
    cursor: pointer;
  }
}
@media only screen and (max-width: 768px) {
  #search_btn01 input {
    height: 70px;
    font-size: 1.2rem;
    line-height: 1.2;
    padding: 10px 3px;
    margin: 5px auto 5px auto;
  }
}

.btn_ct_area {
  margin: 0 auto;
}
@media print, screen and (min-width: 1281px) {
  .btn_ct_area {
    /*width: 560px;*/
    width: 1000px;
  }
}
@media only screen and (max-width: 1280px) {
  .btn_ct_area {
    width: 96%;
  }
}

#input_form_btn01 {
  float: left;
}
@media print, screen and (min-width: 769px) {
  #input_form_btn01 {
    /*width:240px;*/
    width: 46%;
    height: auto;
    margin: 20px 2% 20px 2%;
  }
}
@media only screen and (max-width: 768px) {
  #input_form_btn01 {
    width: 48%;
    height: auto;
    margin: 20px 1% 20px 1%;
  }
}
#input_form_btn01 input {
  background-color: #C70743;
  width: 100%;
  border-radius: 2px;
  color: #FFFFFF;
  border: none !important;
  font-weight: 600;
}
@media print, screen and (min-width: 769px) {
  #input_form_btn01 input {
    height: 80px;
    font-size: 1.8rem;
    line-height: 1.2;
    padding: 0 3px;
    margin: 0px auto 0px auto;
    cursor: pointer;
  }
}
@media only screen and (max-width: 768px) {
  #input_form_btn01 input {
    height: 50px;
    font-size: 1.4rem;
    line-height: 1.2;
    padding: 0 3px;
    margin: 5px auto 5px auto;
  }
}

#input_form_btn01_form {
  float: left;
}
@media print, screen and (min-width: 769px) {
  #input_form_btn01_form {
    /*width:240px;*/
    width: 96%;
    height: auto;
    margin: 20px 2% 20px 2%;
  }
}
@media only screen and (max-width: 768px) {
  #input_form_btn01_form {
    width: 68%;
    height: auto;
    margin: 20px auto 20px;
  }
}
#input_form_btn01_form input {
  background-color: #C70743;
  width: 100%;
  border-radius: 2px;
  color: #FFFFFF;
  border: none !important;
  font-weight: 600;
}
@media print, screen and (min-width: 769px) {
  #input_form_btn01_form input {
    height: 80px;
    font-size: 1.6rem;
    line-height: 1.2;
    padding: 0 3px;
    margin: 0px auto 0px auto;
    cursor: pointer;
  }
}
@media only screen and (max-width: 768px) {
  #input_form_btn01_form input {
    height: 50px;
    font-size: 1.4rem;
    line-height: 1.2;
    padding: 0 3px;
    margin: 5px auto 5px auto;
  }
}

#input_form_btn02 {
  float: left;
}
@media print, screen and (min-width: 769px) {
  #input_form_btn02 {
    /*width:240px;*/
    width: 46%;
    height: auto;
    margin: 20px 2% 20px 2%;
  }
}
@media only screen and (max-width: 768px) {
  #input_form_btn02 {
    width: 48%;
    height: auto;
    margin: 20px 1% 20px 1%;
  }
}
#input_form_btn02 input {
  background-color: #ADADAD !important;
  width: 100%;
  border-radius: 2px;
  color: #FFFFFF;
  border: none !important;
  font-weight: 600;
}
@media print, screen and (min-width: 769px) {
  #input_form_btn02 input {
    height: 80px;
    font-size: 1.3rem;
    line-height: 1.2;
    padding: 0 3px;
    margin: 0px auto 0px auto;
    cursor: pointer;
  }
}
@media only screen and (max-width: 768px) {
  #input_form_btn02 input {
    height: 50px;
    font-size: 1.2rem;
    line-height: 1.2;
    padding: 0 3px;
    margin: 5px auto 5px auto;
  }
}

#input_form_btn01_a {
  float: left;
}
@media print, screen and (min-width: 769px) {
  #input_form_btn01_a {
    width: 240px;
    height: auto;
    margin: 20px 0 20px 0;
  }
}
@media only screen and (max-width: 768px) {
  #input_form_btn01_a {
    width: 48%;
    height: auto;
    margin: 20px 1% 20px 1%;
  }
}
#input_form_btn01_a input {
  /*background-color: #F5914E!important;*/
  background-color: #DC3F92 !important;
  width: 100%;
  border-radius: 2px;
  color: #FFFFFF;
  border: none !important;
  font-weight: 600;
}
@media print, screen and (min-width: 769px) {
  #input_form_btn01_a input {
    height: 80px;
    font-size: 1.2rem;
    line-height: 1.2;
    padding: 0 3px;
    margin: 0px auto 0px auto;
    cursor: pointer;
  }
}
@media only screen and (max-width: 768px) {
  #input_form_btn01_a input {
    height: 50px;
    font-size: 0.9rem;
    line-height: 1.2;
    padding: 0 3px;
    margin: 5px auto 5px auto;
  }
}

#input_form_btn02_a {
  float: left;
}
@media print, screen and (min-width: 769px) {
  #input_form_btn02_a {
    width: 240px;
    height: auto;
    margin: 20px 10px 20px 0;
  }
}
@media only screen and (max-width: 768px) {
  #input_form_btn02_a {
    width: 48%;
    height: auto;
    margin: 20px 1% 20px 1%;
  }
}
#input_form_btn02_a input {
  background-color: #ADADAD !important;
  width: 100%;
  border-radius: 2px;
  color: #FFFFFF;
  border: none !important;
  font-weight: 600;
}
@media print, screen and (min-width: 769px) {
  #input_form_btn02_a input {
    height: 80px;
    font-size: 1.2rem;
    line-height: 1.2;
    padding: 0 3px;
    margin: 0px auto 0px auto;
    cursor: pointer;
  }
}
@media only screen and (max-width: 768px) {
  #input_form_btn02_a input {
    height: 50px;
    font-size: 0.9rem;
    line-height: 1.2;
    padding: 0 3px;
    margin: 5px auto 5px auto;
  }
}

input.cal_btn01 {
  background-color: #D5D5D5;
  border-radius: 2px;
  color: #5B5B5B;
  border: solid 1px #6B6B6B;
  font-weight: 200;
  border-radius: 10px;
}
@media print, screen and (min-width: 769px) {
  input.cal_btn01 {
    width: 30%;
    height: 46px;
    font-size: 1.1rem;
    line-height: 1.2;
    padding: 0px 3px;
    margin: 0px auto 0px auto;
    cursor: pointer;
  }
}
@media only screen and (max-width: 768px) {
  input.cal_btn01 {
    display: block;
    width: 70%;
    height: 40px;
    font-size: 1.1rem;
    line-height: 1;
    padding: 10px 3px;
    margin: 5px auto 10px auto;
  }
}

input.cal_btn02 {
  display: block;
  background-color: #F4F4F4;
  border-radius: 5px;
  color: #000000;
  border: solid 1px #6B6B6B;
  font-weight: 200;
}
@media print, screen and (min-width: 769px) {
  input.cal_btn02 {
    width: 30%;
    height: 46px;
    font-size: 1.1rem;
    line-height: 1.2;
    padding: 0px 3px;
    margin: 0px auto 0px auto;
    cursor: pointer;
  }
}
@media only screen and (max-width: 768px) {
  input.cal_btn02 {
    width: 80%;
    height: 40px;
    font-size: 1.1rem;
    line-height: 1;
    padding: 10px 3px;
    margin: 5px auto 10px auto;
  }
}

@media print, screen and (min-width: 769px) {
  #input_form_btn03 {
    width: 440px;
    height: auto;
    margin: 20px auto;
  }
}
@media only screen and (max-width: 768px) {
  #input_form_btn03 {
    width: 78%;
    height: auto;
    margin: 20px auto;
  }
}
#input_form_btn03 input {
  background-color: #B50C36;
  width: 100%;
  border-radius: 2px;
  color: #FFFFFF;
  border: none !important;
  font-weight: 600;
  border-radius: 20px;
}
@media print, screen and (min-width: 769px) {
  #input_form_btn03 input {
    height: 80px;
    font-size: 1.8rem;
    line-height: 1.2;
    padding: 0 3px;
    margin: 0px auto 0px auto;
    cursor: pointer;
  }
}
@media only screen and (max-width: 768px) {
  #input_form_btn03 input {
    height: 50px;
    font-size: 1.4rem;
    line-height: 1.2;
    padding: 0 3px;
    margin: 5px auto 5px auto;
  }
}

.pc_4bl_sm_1bl label {
  display: block;
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .pc_4bl_sm_1bl label {
    width: 25%;
    padding: 0px 1% 20px;
  }
}
@media only screen and (max-width: 768px) {
  .pc_4bl_sm_1bl label {
    width: 100%;
    padding: 0px 2% 20px;
  }
}

.pc_4bl_sm_2bl label {
  display: block;
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .pc_4bl_sm_2bl label {
    width: 25%;
    padding: 0px 1% 20px;
  }
}
@media only screen and (max-width: 768px) {
  .pc_4bl_sm_2bl label {
    width: 46%;
    padding: 0px 2% 20px;
  }
}

.pc_4bl_sm_2bl_sub label {
  display: block;
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .pc_4bl_sm_2bl_sub label {
    width: 25%;
    padding: 15px 1% 3px;
  }
}
@media only screen and (max-width: 768px) {
  .pc_4bl_sm_2bl_sub label {
    width: 46%;
    padding: 0px 2% 3px;
  }
}

.pc_3bl_sm_1bl label {
  display: block;
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .pc_3bl_sm_1bl label {
    width: 31%;
    padding: 0px 1% 20px;
  }
}
@media only screen and (max-width: 768px) {
  .pc_3bl_sm_1bl label {
    width: 100%;
    padding: 0px 2% 20px;
  }
}

@media print, screen and (min-width: 769px) {
  #infonation_send_btn {
    width: 60%;
    height: auto;
    margin: 20px auto 20px auto;
  }
}
@media only screen and (max-width: 768px) {
  #infonation_send_btn {
    width: 80%;
    height: auto;
    margin: 20px auto 20px auto;
  }
}
@media print, screen and (min-width: 769px) {
  #infonation_send_btn input {
    border-radius: 5px;
    border: #a9a9a9 1px solid;
    width: 100%;
    height: 50px;
    font-size: 15px;
    padding: 0 3px;
    margin: 0px auto 0px auto;
    cursor: pointer;
    color: #FFFFFF;
    background: #F11661;
  }
}
@media only screen and (max-width: 768px) {
  #infonation_send_btn input {
    border-radius: 5px;
    border: #a9a9a9 1px solid;
    width: 100%;
    height: 50px;
    font-size: 15px;
    padding: 0 3px;
    margin: 5px;
    cursor: pointer;
    color: #FFFFFF;
    background: #F11661;
  }
}
@media print, screen and (min-width: 769px) {
  #infonation_send_btn .form_btn_area_sub_left {
    float: left;
    text-align: right;
    width: 45%;
    height: auto;
    padding-right: 1%;
    border-radius: 5px;
  }
}
@media only screen and (max-width: 768px) {
  #infonation_send_btn .form_btn_area_sub_left {
    float: left;
    text-align: right;
    width: 45%;
    height: auto;
    padding-right: 1%;
    border-radius: 5px;
  }
}
@media print, screen and (min-width: 769px) {
  #infonation_send_btn .form_btn_area_sub_left input[type=submit] {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border: #a9a9a9 1px solid;
    -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 50px;
    font-size: 15px;
    padding: 0 3px;
    margin: 5px;
    cursor: pointer;
    color: #333;
    font-weight: bold;
    background: #f5f5f5;
    text-shadow: 1px 1px 0px #fff;
  }
}
@media only screen and (max-width: 768px) {
  #infonation_send_btn .form_btn_area_sub_left input[type=submit] {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border: #a9a9a9 1px solid;
    -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.3);
    width: 70%;
    height: 50px;
    font-size: 15px;
    padding: 0 3px;
    margin: 5px;
    cursor: pointer;
    color: #333;
    font-weight: bold;
    background: #f5f5f5;
    text-shadow: 1px 1px 0px #fff;
  }
}
@media print, screen and (min-width: 769px) {
  #infonation_send_btn .form_btn_area_sub_right {
    float: right;
    text-align: left;
    width: 45%;
    height: auto;
    padding-left: 1%;
  }
}
@media only screen and (max-width: 768px) {
  #infonation_send_btn .form_btn_area_sub_right {
    float: right;
    text-align: left;
    width: 45%;
    height: auto;
    padding-left: 1%;
  }
}
@media print, screen and (min-width: 769px) {
  #infonation_send_btn .form_btn_area_sub_right input[type=submit] {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border: #a9a9a9 1px solid;
    width: 100%;
    height: 50px;
    font-size: 15px;
    padding: 0 3px;
    margin: 5px;
    cursor: pointer;
    color: #FFFFFF;
    background: #F11661;
  }
}
@media only screen and (max-width: 768px) {
  #infonation_send_btn .form_btn_area_sub_right input[type=submit] {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border: #a9a9a9 1px solid;
    width: 70%;
    height: 50px;
    font-size: 15px;
    padding: 0 3px;
    margin: 5px;
    cursor: pointer;
    color: #FFFFFF;
    background: #F11661;
  }
}
#infonation_send_btn #infonation_send_btn_main {
  /*** スマホのみ ***/
}
@media only screen and (max-width: 768px) {
  #infonation_send_btn #infonation_send_btn_main {
    width: 60%;
    height: auto;
    margin: 0px auto;
  }
  #infonation_send_btn #infonation_send_btn_main img {
    width: 100%;
    height: auto;
  }
}

.buk_info01,
.buk_list_info {
  display: flex;
  justify-content: space-between;
}
.buk_info01 .container-item,
.buk_list_info .container-item {
  width: 100%;
}
.buk_info01 .container-item .container-item-img,
.buk_list_info .container-item .container-item-img {
  border: 1px solid #ccc;
  /*height: 280px;
  overflow: hidden;*/
}
.buk_info01 .container-item .container-item-img img,
.buk_list_info .container-item .container-item-img img {
  display: block;
  height: auto;
  object-fit: fill;
  width: 100%;
}
.buk_info01 p,
.buk_list_info p {
  display: block;
}
.buk_info01 p.list_area,
.buk_list_info p.list_area {
  float: left;
  display: block;
  width: 50%;
  height: 13px;
  font-size: 80%;
  line-height: 1.3;
  font-weight: 500;
  padding: 10px 0px 20px 0px;
  margin: 0px auto;
  color: #1D1D1D;
  text-align: left;
}
.buk_info01 p.list_area:before,
.buk_list_info p.list_area:before {
  content: '';
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
}
@media print, screen and (min-width: 1281px) {
  .buk_info01 p.list_area:before,
  .buk_list_info p.list_area:before {
    width: 18px;
    height: 18px;
    margin: 0px 8px -4px 0px;
  }
}
@media only screen and (max-width: 1280px) {
  .buk_info01 p.list_area:before,
  .buk_list_info p.list_area:before {
    width: 16px;
    height: 16px;
    margin: 0px 8px -4px 0px;
  }
}
.buk_info01 p.price,
.buk_list_info p.price {
  display: block;
  font-weight: 500;
  padding: 10px 0px 10px 0px;
  margin: 0px auto;
  /*color: #B91212;*/
  color: #ea5473;
  text-align: left;
}
@media print, screen and (min-width: 1281px) {
  .buk_info01 p.price,
  .buk_list_info p.price {
    /*width: 100%;*/
    width: 84%;
    height: 13px;
    font-size: 110%;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 1280px) {
  .buk_info01 p.price,
  .buk_list_info p.price {
    float: right;
    width: 65%;
    font-size: 12px;
    line-height: 1.3;
  }
}
.buk_info01 p.price_sub,
.buk_list_info p.price_sub {
  display: block;
  font-weight: 500;
  padding: 10px 0px 10px 0px;
  margin: 0px auto;
  /*color: #B91212;*/
  color: #ea5473;
  text-align: left;
}
@media print, screen and (min-width: 1281px) {
  .buk_info01 p.price_sub,
  .buk_list_info p.price_sub {
    /*width: 100%;*/
    width: 84%;
    height: 13px;
    font-size: 90%;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 1280px) {
  .buk_info01 p.price_sub,
  .buk_list_info p.price_sub {
    float: right;
    width: 65%;
    font-size: 12px;
    line-height: 1.3;
  }
}
.buk_info01 p.bukken_ti,
.buk_list_info p.bukken_ti {
  display: block;
  font-weight: 500;
  padding: 0px 0px 0px 0px;
  margin: 8px auto 4px;
  color: #000000;
  text-align: left;
}
@media print, screen and (min-width: 1281px) {
  .buk_info01 p.bukken_ti,
  .buk_list_info p.bukken_ti {
    /*width: 100%;*/
    width: 84%;
    height: auto;
    font-size: 130%;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 1280px) {
  .buk_info01 p.bukken_ti,
  .buk_list_info p.bukken_ti {
    float: right;
    width: 65%;
    font-size: 14px;
    line-height: 1.3;
  }
}
.buk_info01 p.bukken_ti_sub,
.buk_list_info p.bukken_ti_sub {
  display: block;
  font-weight: 500;
  padding: 0px 0px 0px 0px;
  margin: 8px auto 4px;
  color: #000000;
  text-align: left;
}
@media print, screen and (min-width: 1281px) {
  .buk_info01 p.bukken_ti_sub,
  .buk_list_info p.bukken_ti_sub {
    /*width: 100%;*/
    width: 84%;
    height: auto;
    font-size: 100%;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 1280px) {
  .buk_info01 p.bukken_ti_sub,
  .buk_list_info p.bukken_ti_sub {
    float: right;
    width: 65%;
    font-size: 14px;
    line-height: 1.3;
  }
}
.buk_info01 p.bukken_com_ti,
.buk_list_info p.bukken_com_ti {
  display: block;
  width: 100%;
  height: auto;
  font-size: 110%;
  font-weight: 400;
  line-height: 1.5;
  padding: 10px 0px;
  margin: 0px auto;
  /*color: #5D6063;*/
  color: #063663;
  text-align: left;
}
.buk_info01 p.bukken_ad,
.buk_list_info p.bukken_ad {
  display: block;
  font-weight: 400;
  padding: 6px 0px;
  margin: 0px auto;
  color: #5D6063;
  text-align: left;
}
@media print, screen and (min-width: 1281px) {
  .buk_info01 p.bukken_ad,
  .buk_list_info p.bukken_ad {
    /*width: 100%;*/
    width: 84%;
    height: auto;
    font-size: 110%;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 1280px) {
  .buk_info01 p.bukken_ad,
  .buk_list_info p.bukken_ad {
    float: right;
    width: 65%;
    font-size: 13px;
    line-height: 1.3;
  }
}
.buk_info01 p.bukken_ad_sub,
.buk_list_info p.bukken_ad_sub {
  display: block;
  font-weight: 400;
  padding: 6px 0px;
  margin: 0px auto;
  color: #5D6063;
  text-align: left;
}
@media print, screen and (min-width: 1281px) {
  .buk_info01 p.bukken_ad_sub,
  .buk_list_info p.bukken_ad_sub {
    /*width: 100%;*/
    width: 84%;
    height: auto;
    font-size: 90%;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 1280px) {
  .buk_info01 p.bukken_ad_sub,
  .buk_list_info p.bukken_ad_sub {
    float: right;
    width: 65%;
    font-size: 13px;
    line-height: 1.3;
  }
}
.buk_info01 p.day,
.buk_list_info p.day {
  display: block;
  width: 100%;
  height: 13px;
  font-size: 80%;
  line-height: 1.3;
  font-weight: 500;
  padding: 10px 0px 10px 0px;
  margin: 0px auto;
  color: #747474;
  text-align: left;
}
.buk_info01 p.list_ti,
.buk_list_info p.list_ti {
  display: block;
  width: 100%;
  height: auto;
  font-size: 120%;
  font-weight: 500;
  line-height: 1.4;
  padding: 0px 0px 0px 0px;
  margin: 8px auto 4px;
  color: #000000;
  text-align: left;
}
.buk_info01 p.list_com_ti,
.buk_list_info p.list_com_ti {
  display: block;
  width: 100%;
  height: auto;
  font-size: 110%;
  font-weight: 400;
  line-height: 1.5;
  padding: 10px 0px;
  margin: 0px auto;
  /*color: #5D6063;*/
  color: #063663;
  text-align: left;
}
.buk_info01 p.list_com,
.buk_list_info p.list_com {
  display: block;
  width: 100%;
  height: auto;
  font-size: 110%;
  font-weight: 400;
  line-height: 1.5;
  padding: 10px 0px;
  margin: 0px auto;
  color: #5D6063;
  text-align: left;
}
.buk_info01 p.img_cap,
.buk_list_info p.img_cap {
  width: 100%;
  display: flex;
}
.buk_info01 p.-cat01,
.buk_list_info p.-cat01 {
  text-align: left;
  display: inline-block;
  margin: 0.2rem 0.5%;
  padding: 0.5rem;
  font-size: 110%;
  font-weight: 600;
  line-height: 1.25;
  color: #FFFFFF;
  background-color: #B76CA8;
}
.buk_info01 p.-cat02,
.buk_list_info p.-cat02 {
  text-align: left;
  display: inline-block;
  margin: 0.2rem 0.5%;
  padding: 0.5rem;
  font-size: 110%;
  font-weight: 600;
  line-height: 1.25;
  color: #FFFFFF;
  background-color: #198B11;
}
.buk_info01 p.-cat03,
.buk_list_info p.-cat03 {
  text-align: left;
  display: inline-block;
  margin: 0.2rem 0.5%;
  padding: 0.5rem;
  font-size: 110%;
  font-weight: 600;
  line-height: 1.25;
  color: #FFFFFF;
  background-color: #744B0E;
}
.buk_info01 p.-cat04,
.buk_list_info p.-cat04 {
  text-align: left;
  display: inline-block;
  margin: 0.2rem 0.5%;
  padding: 0.5rem;
  font-size: 110%;
  font-weight: 600;
  line-height: 1.25;
  color: #FFFFFF;
  background-color: #93BA0F;
}
.buk_info01 p.-cat05,
.buk_list_info p.-cat05 {
  text-align: left;
  display: inline-block;
  margin: 0.2rem 0.5%;
  padding: 0.5rem;
  font-size: 110%;
  font-weight: 600;
  line-height: 1.25;
  color: #FFFFFF;
  background-color: #8B8B11;
}
.buk_info01 p.-cat06,
.buk_list_info p.-cat06 {
  text-align: left;
  display: inline-block;
  margin: 0.2rem 0.5%;
  padding: 0.5rem;
  font-size: 110%;
  font-weight: 600;
  line-height: 1.25;
  color: #FFFFFF;
  background-color: #2DCB38;
}
.buk_info01 p.-cat07,
.buk_list_info p.-cat07 {
  text-align: left;
  display: inline-block;
  margin: 0.2rem 0.5%;
  padding: 0.5rem;
  font-size: 110%;
  font-weight: 600;
  line-height: 1.25;
  color: #FFFFFF;
  background-color: #ECC00F;
}
.buk_info01 p.-cat08,
.buk_list_info p.-cat08 {
  text-align: left;
  display: inline-block;
  margin: 0.2rem 0.5%;
  padding: 0.5rem;
  font-size: 110%;
  font-weight: 600;
  line-height: 1.25;
  color: #FFFFFF;
  background-color: #0E6CB4;
}
.buk_info01 p.-cat09,
.buk_list_info p.-cat09 {
  text-align: left;
  display: inline-block;
  margin: 0.2rem 0.5%;
  padding: 0.5rem;
  font-size: 110%;
  font-weight: 600;
  line-height: 1.25;
  color: #FFFFFF;
  background-color: #EC850F;
}
.buk_info01 p.-cat10,
.buk_list_info p.-cat10 {
  text-align: left;
  display: inline-block;
  margin: 0.2rem 0.5%;
  padding: 0.5rem;
  font-size: 110%;
  font-weight: 600;
  line-height: 1.25;
  color: #FFFFFF;
  background-color: #17AEBF;
}
.buk_info01 p.list_link,
.buk_list_info p.list_link {
  text-decoration: none;
  font-size: 80%;
  line-height: 25px;
  text-align: center;
  display: block;
  box-sizing: border-box;
  border-radius: 50px;
  /* CSS3草案 */
  -webkit-border-radius: 50px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 50px;
  /* Firefox用 */
  cursor: pointer;
  overflow: hidden;
  background-color: #FFFFFF;
  color: #000000;
  border: 1px solid #E35555;
}
@media print, screen and (min-width: 1281px) {
  .buk_info01 p.list_link,
  .buk_list_info p.list_link {
    position: absolute;
    bottom: 0px;
  }
}
@media print, screen and (min-width: 1281px) {
  .buk_info01 p.list_link,
  .buk_list_info p.list_link {
    width: 100%;
    margin: 20px auto 0px;
    padding: 10px 0px;
  }
}
@media only screen and (max-width: 1280px) {
  .buk_info01 p.list_link,
  .buk_list_info p.list_link {
    width: 100%;
    margin: 30px auto 20px auto;
    padding: 8px 0px;
  }
}
.buk_info01 p.list_link:after,
.buk_list_info p.list_link:after {
  content: '';
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
}
@media print, screen and (min-width: 1281px) {
  .buk_info01 p.list_link:after,
  .buk_list_info p.list_link:after {
    width: 12px;
    height: 12px;
    margin: 0px 0px -2px 12px;
  }
}
@media only screen and (max-width: 1280px) {
  .buk_info01 p.list_link:after,
  .buk_list_info p.list_link:after {
    width: 12px;
    height: 12px;
    margin: 0px 0px -2px 8px;
  }
}
@media only screen and (max-width: 1280px) {
  .buk_info01 p.list_link,
  .buk_list_info p.list_link {
    clear: both;
  }
}
.buk_info01 p.list_link_pcbl,
.buk_list_info p.list_link_pcbl {
  text-decoration: none;
  font-size: 80%;
  line-height: 25px;
  text-align: center;
  box-sizing: border-box;
  border-radius: 50px;
  /* CSS3草案 */
  -webkit-border-radius: 50px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 50px;
  /* Firefox用 */
  cursor: pointer;
  overflow: hidden;
  background-color: #FFFFFF;
  color: #000000;
  /*border: 1px solid #E35555;*/
  border: 1px solid #2F2F2F;
}
@media print, screen and (min-width: 1281px) {
  .buk_info01 p.list_link_pcbl,
  .buk_list_info p.list_link_pcbl {
    position: absolute;
    bottom: 20px;
  }
}
@media print, screen and (min-width: 1281px) {
  .buk_info01 p.list_link_pcbl,
  .buk_list_info p.list_link_pcbl {
    display: block;
    width: 80%;
    margin: 20px 0 0px;
    left: 10%;
    /*width: 100%;
    margin: 20px auto 0px;*/
    padding: 10px 0px;
    /*&:hover{
    	background-color: #E35555;
    	color: #FFFFFF;
    	&:after {
    	}
    }*/
  }
}
@media only screen and (max-width: 1280px) {
  .buk_info01 p.list_link_pcbl,
  .buk_list_info p.list_link_pcbl {
    /*display: none;*/
    display: block;
    width: 100%;
    margin: 5px auto 20px auto;
    padding: 8px 0px;
  }
}
.buk_info01 p.list_link_pcbl:after,
.buk_list_info p.list_link_pcbl:after {
  content: '';
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
}
@media print, screen and (min-width: 1281px) {
  .buk_info01 p.list_link_pcbl:after,
  .buk_list_info p.list_link_pcbl:after {
    width: 12px;
    height: 12px;
    margin: 0px 0px -2px 12px;
  }
}
@media only screen and (max-width: 1280px) {
  .buk_info01 p.list_link_pcbl:after,
  .buk_list_info p.list_link_pcbl:after {
    /*display: none;*/
    width: 12px;
    height: 12px;
    margin: 0px 0px -2px 8px;
  }
}
@media only screen and (max-width: 1280px) {
  .buk_info01 p.list_link_pcbl,
  .buk_list_info p.list_link_pcbl {
    clear: both;
  }
}
.buk_info01 p.list_link01,
.buk_list_info p.list_link01 {
  display: block;
  width: 100%;
  font-size: 100%;
  line-height: 35px;
  border-bottom: 1px solid #1C73C5;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  color: #1C73C5;
}
.buk_info01 p.list_link01::after,
.buk_list_info p.list_link01::after {
  content: '';
  width: 22px;
  height: 22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0px 0px -4px 8px;
}
@media print, screen and (min-width: 769px) {
  .buk_info01 p.list_link01,
  .buk_list_info p.list_link01 {
    position: absolute;
    left: 0;
    bottom: 0px;
  }
  .buk_info01 p.list_link01::hover,
  .buk_list_info p.list_link01::hover {
    opacity: 0.8;
  }
}
.buk_info01 p.list_tp_link a,
.buk_list_info p.list_tp_link a {
  display: block;
  width: 100%;
  font-size: 100%;
  line-height: 35px;
  /*border-bottom:1px solid #1C73C5;*/
  border: 1px solid #1C73C5;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  color: #1C73C5;
  /*@include wi-pc{
  margin-bottom: 10px;
  }*/
}
@media only screen and (max-width: 768px) {
  .buk_info01 p.list_tp_link a,
  .buk_list_info p.list_tp_link a {
    margin-bottom: 5px;
  }
}
.buk_info01 p.list_tp_link a::after,
.buk_list_info p.list_tp_link a::after {
  content: '';
  width: 22px;
  height: 22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0px 0px -4px 8px;
}
@media print, screen and (min-width: 769px) {
  .buk_info01 p.list_tp_link a,
  .buk_list_info p.list_tp_link a {
    position: absolute;
    left: 0;
    bottom: 57px;
  }
  .buk_info01 p.list_tp_link a::hover,
  .buk_list_info p.list_tp_link a::hover {
    opacity: 0.8;
  }
}
.buk_info01 p.list_ol_link a,
.buk_list_info p.list_ol_link a {
  display: block;
  width: 100%;
  font-size: 100%;
  line-height: 35px;
  /*border-bottom:1px solid #1C73C5;*/
  border: 1px solid #1C73C5;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  color: #1C73C5;
}
.buk_info01 p.list_ol_link a::after,
.buk_list_info p.list_ol_link a::after {
  content: '';
  width: 22px;
  height: 22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0px 0px -4px 8px;
}
@media print, screen and (min-width: 769px) {
  .buk_info01 p.list_ol_link a,
  .buk_list_info p.list_ol_link a {
    position: absolute;
    left: 0;
    bottom: 10px;
  }
  .buk_info01 p.list_ol_link a::hover,
  .buk_list_info p.list_ol_link a::hover {
    opacity: 0.8;
  }
}
.buk_info01 p.sdgs_ti,
.buk_list_info p.sdgs_ti {
  display: block;
  width: 100%;
  height: auto;
  font-size: 90%;
  font-weight: 400;
  line-height: 1.5;
  padding: 5px 0px;
  margin: 5px auto 0px;
  color: #FFFFFF;
  background-color: #0F6B9F;
  text-align: center;
}

.buk_info02 {
  /*display: block;
  text-decoration: none;
  color: #252525;
  background-color: #FFFFFF;
  @include wi-pc_max2{
  width: 100%;
  margin: 0 0 25px;
  position: relative;
  padding: 15px 0 92px 0;
  border-radius: 5px;
  }
  @include wi-pc_max1{
  width: 100%;
  margin: 0 auto 25px;
  padding: 20px 0 20px;
  border-radius: 5px;
  }*/
}
.buk_info02 p {
  display: block;
}
.buk_info02 p.list_area {
  float: left;
  display: block;
  width: 50%;
  height: 13px;
  font-size: 80%;
  line-height: 1.3;
  font-weight: 500;
  padding: 10px 0px 20px 0px;
  margin: 0px auto;
  color: #1D1D1D;
  text-align: left;
}
.buk_info02 p.list_area:before {
  content: '';
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
}
@media print, screen and (min-width: 1281px) {
  .buk_info02 p.list_area:before {
    width: 18px;
    height: 18px;
    margin: 0px 8px -4px 0px;
  }
}
@media only screen and (max-width: 1280px) {
  .buk_info02 p.list_area:before {
    width: 16px;
    height: 16px;
    margin: 0px 8px -4px 0px;
  }
}
.buk_info02 p.price {
  display: block;
  font-weight: 500;
  padding: 10px 0px 10px 0px;
  margin: 0px auto;
  /*color: #B91212;*/
  color: #ea5473;
  text-align: left;
}
@media print, screen and (min-width: 1281px) {
  .buk_info02 p.price {
    /*width: 100%;*/
    width: 84%;
    height: 13px;
    font-size: 110%;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 1280px) {
  .buk_info02 p.price {
    float: right;
    width: 65%;
    font-size: 12px;
    line-height: 1.3;
  }
}
.buk_info02 p.price_sub {
  display: block;
  font-weight: 500;
  padding: 10px 0px 10px 0px;
  margin: 0px auto;
  /*color: #B91212;*/
  color: #ea5473;
  text-align: left;
}
@media print, screen and (min-width: 1281px) {
  .buk_info02 p.price_sub {
    /*width: 100%;*/
    width: 84%;
    height: 13px;
    font-size: 90%;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 1280px) {
  .buk_info02 p.price_sub {
    float: right;
    width: 65%;
    font-size: 12px;
    line-height: 1.3;
  }
}
.buk_info02 p.bukken_ti {
  display: block;
  font-weight: 500;
  padding: 0px 0px 0px 0px;
  margin: 8px auto 4px;
  color: #000000;
  text-align: left;
}
@media print, screen and (min-width: 1281px) {
  .buk_info02 p.bukken_ti {
    /*width: 100%;*/
    width: 84%;
    height: auto;
    font-size: 130%;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 1280px) {
  .buk_info02 p.bukken_ti {
    float: right;
    width: 65%;
    font-size: 14px;
    line-height: 1.3;
  }
}
.buk_info02 p.bukken_ti_sub {
  display: block;
  font-weight: 500;
  padding: 0px 0px 0px 0px;
  margin: 8px auto 4px;
  color: #000000;
  text-align: left;
}
@media print, screen and (min-width: 1281px) {
  .buk_info02 p.bukken_ti_sub {
    /*width: 100%;*/
    width: 84%;
    height: auto;
    font-size: 100%;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 1280px) {
  .buk_info02 p.bukken_ti_sub {
    float: right;
    width: 65%;
    font-size: 14px;
    line-height: 1.3;
  }
}
.buk_info02 p.bukken_com_ti {
  display: block;
  width: 100%;
  height: auto;
  font-size: 110%;
  font-weight: 400;
  line-height: 1.5;
  padding: 10px 0px;
  margin: 0px auto;
  /*color: #5D6063;*/
  color: #063663;
  text-align: left;
}
.buk_info02 p.bukken_ad {
  display: block;
  font-weight: 400;
  padding: 6px 0px;
  margin: 0px auto;
  color: #5D6063;
  text-align: left;
}
@media print, screen and (min-width: 1281px) {
  .buk_info02 p.bukken_ad {
    /*width: 100%;*/
    width: 84%;
    height: auto;
    font-size: 110%;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 1280px) {
  .buk_info02 p.bukken_ad {
    float: right;
    width: 65%;
    font-size: 13px;
    line-height: 1.3;
  }
}
.buk_info02 p.bukken_ad_sub {
  display: block;
  font-weight: 400;
  padding: 6px 0px;
  margin: 0px auto;
  color: #5D6063;
  text-align: left;
}
@media print, screen and (min-width: 1281px) {
  .buk_info02 p.bukken_ad_sub {
    /*width: 100%;*/
    width: 84%;
    height: auto;
    font-size: 90%;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 1280px) {
  .buk_info02 p.bukken_ad_sub {
    float: right;
    width: 65%;
    font-size: 13px;
    line-height: 1.3;
  }
}
.buk_info02 p.day {
  display: block;
  width: 100%;
  height: 13px;
  font-size: 80%;
  line-height: 1.3;
  font-weight: 500;
  padding: 10px 0px 10px 0px;
  margin: 0px auto;
  color: #747474;
  text-align: left;
}
.buk_info02 p.list_ti {
  display: block;
  width: 100%;
  height: auto;
  font-size: 120%;
  font-weight: 500;
  line-height: 1.4;
  padding: 0px 0px 0px 0px;
  margin: 8px auto 4px;
  color: #000000;
  text-align: left;
}
.buk_info02 p.list_com_ti {
  display: block;
  width: 100%;
  height: auto;
  font-size: 110%;
  font-weight: 400;
  line-height: 1.5;
  padding: 10px 0px;
  margin: 0px auto;
  /*color: #5D6063;*/
  color: #063663;
  text-align: left;
}
.buk_info02 p.list_com {
  display: block;
  width: 100%;
  height: auto;
  font-size: 110%;
  font-weight: 400;
  line-height: 1.5;
  padding: 10px 0px;
  margin: 0px auto;
  color: #5D6063;
  text-align: left;
}
.buk_info02 p.img_cap {
  width: 100%;
  display: flex;
}
.buk_info02 p.-cat01 {
  text-align: left;
  display: inline-block;
  margin: 0.2rem 0.5%;
  padding: 0.5rem;
  font-size: 110%;
  font-weight: 600;
  line-height: 1.25;
  color: #FFFFFF;
  background-color: #B76CA8;
}
.buk_info02 p.-cat02 {
  text-align: left;
  display: inline-block;
  margin: 0.2rem 0.5%;
  padding: 0.5rem;
  font-size: 110%;
  font-weight: 600;
  line-height: 1.25;
  color: #FFFFFF;
  background-color: #198B11;
}
.buk_info02 p.-cat03 {
  text-align: left;
  display: inline-block;
  margin: 0.2rem 0.5%;
  padding: 0.5rem;
  font-size: 110%;
  font-weight: 600;
  line-height: 1.25;
  color: #FFFFFF;
  background-color: #744B0E;
}
.buk_info02 p.-cat04 {
  text-align: left;
  display: inline-block;
  margin: 0.2rem 0.5%;
  padding: 0.5rem;
  font-size: 110%;
  font-weight: 600;
  line-height: 1.25;
  color: #FFFFFF;
  background-color: #93BA0F;
}
.buk_info02 p.-cat05 {
  text-align: left;
  display: inline-block;
  margin: 0.2rem 0.5%;
  padding: 0.5rem;
  font-size: 110%;
  font-weight: 600;
  line-height: 1.25;
  color: #FFFFFF;
  background-color: #8B8B11;
}
.buk_info02 p.-cat06 {
  text-align: left;
  display: inline-block;
  margin: 0.2rem 0.5%;
  padding: 0.5rem;
  font-size: 110%;
  font-weight: 600;
  line-height: 1.25;
  color: #FFFFFF;
  background-color: #2DCB38;
}
.buk_info02 p.-cat07 {
  text-align: left;
  display: inline-block;
  margin: 0.2rem 0.5%;
  padding: 0.5rem;
  font-size: 110%;
  font-weight: 600;
  line-height: 1.25;
  color: #FFFFFF;
  background-color: #ECC00F;
}
.buk_info02 p.-cat08 {
  text-align: left;
  display: inline-block;
  margin: 0.2rem 0.5%;
  padding: 0.5rem;
  font-size: 110%;
  font-weight: 600;
  line-height: 1.25;
  color: #FFFFFF;
  background-color: #0E6CB4;
}
.buk_info02 p.-cat09 {
  text-align: left;
  display: inline-block;
  margin: 0.2rem 0.5%;
  padding: 0.5rem;
  font-size: 110%;
  font-weight: 600;
  line-height: 1.25;
  color: #FFFFFF;
  background-color: #EC850F;
}
.buk_info02 p.-cat10 {
  text-align: left;
  display: inline-block;
  margin: 0.2rem 0.5%;
  padding: 0.5rem;
  font-size: 110%;
  font-weight: 600;
  line-height: 1.25;
  color: #FFFFFF;
  background-color: #17AEBF;
}
.buk_info02 p.list_link {
  text-decoration: none;
  font-size: 80%;
  line-height: 25px;
  text-align: center;
  display: block;
  box-sizing: border-box;
  border-radius: 50px;
  /* CSS3草案 */
  -webkit-border-radius: 50px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 50px;
  /* Firefox用 */
  cursor: pointer;
  overflow: hidden;
  background-color: #FFFFFF;
  color: #000000;
  border: 1px solid #E35555;
}
@media print, screen and (min-width: 1281px) {
  .buk_info02 p.list_link {
    position: absolute;
    bottom: 0px;
  }
}
@media print, screen and (min-width: 1281px) {
  .buk_info02 p.list_link {
    width: 100%;
    margin: 20px auto 0px;
    padding: 10px 0px;
  }
}
@media only screen and (max-width: 1280px) {
  .buk_info02 p.list_link {
    width: 100%;
    margin: 30px auto 20px auto;
    padding: 8px 0px;
  }
}
.buk_info02 p.list_link:after {
  content: '';
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
}
@media print, screen and (min-width: 1281px) {
  .buk_info02 p.list_link:after {
    width: 12px;
    height: 12px;
    margin: 0px 0px -2px 12px;
  }
}
@media only screen and (max-width: 1280px) {
  .buk_info02 p.list_link:after {
    width: 12px;
    height: 12px;
    margin: 0px 0px -2px 8px;
  }
}
@media only screen and (max-width: 1280px) {
  .buk_info02 p.list_link {
    clear: both;
  }
}
.buk_info02 p.list_link_pcbl {
  text-decoration: none;
  font-size: 80%;
  line-height: 25px;
  text-align: center;
  box-sizing: border-box;
  border-radius: 50px;
  /* CSS3草案 */
  -webkit-border-radius: 50px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 50px;
  /* Firefox用 */
  cursor: pointer;
  overflow: hidden;
  background-color: #FFFFFF;
  color: #000000;
  /*border: 1px solid #E35555;*/
  border: 1px solid #2F2F2F;
}
@media print, screen and (min-width: 1281px) {
  .buk_info02 p.list_link_pcbl {
    position: absolute;
    bottom: 20px;
  }
}
@media print, screen and (min-width: 1281px) {
  .buk_info02 p.list_link_pcbl {
    display: block;
    width: 80%;
    margin: 20px 0 0px;
    left: 10%;
    /*width: 100%;
    margin: 20px auto 0px;*/
    padding: 10px 0px;
    /*&:hover{
    	background-color: #E35555;
    	color: #FFFFFF;
    	&:after {
    	}
    }*/
  }
}
@media only screen and (max-width: 1280px) {
  .buk_info02 p.list_link_pcbl {
    /*display: none;*/
    display: block;
    width: 100%;
    margin: 5px auto 20px auto;
    padding: 8px 0px;
  }
}
.buk_info02 p.list_link_pcbl:after {
  content: '';
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
}
@media print, screen and (min-width: 1281px) {
  .buk_info02 p.list_link_pcbl:after {
    width: 12px;
    height: 12px;
    margin: 0px 0px -2px 12px;
  }
}
@media only screen and (max-width: 1280px) {
  .buk_info02 p.list_link_pcbl:after {
    /*display: none;*/
    width: 12px;
    height: 12px;
    margin: 0px 0px -2px 8px;
  }
}
@media only screen and (max-width: 1280px) {
  .buk_info02 p.list_link_pcbl {
    clear: both;
  }
}
.buk_info02 p.list_link01 {
  display: block;
  width: 100%;
  font-size: 100%;
  line-height: 35px;
  border-bottom: 1px solid #1C73C5;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  color: #1C73C5;
}
.buk_info02 p.list_link01::after {
  content: '';
  width: 22px;
  height: 22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0px 0px -4px 8px;
}
@media print, screen and (min-width: 769px) {
  .buk_info02 p.list_link01 {
    position: absolute;
    left: 0;
    bottom: 0px;
  }
  .buk_info02 p.list_link01::hover {
    opacity: 0.8;
  }
}
.buk_info02 p.list_tp_link a {
  display: block;
  width: 100%;
  font-size: 100%;
  line-height: 35px;
  /*border-bottom:1px solid #1C73C5;*/
  border: 1px solid #1C73C5;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  color: #1C73C5;
  /*@include wi-pc{
  margin-bottom: 10px;
  }*/
}
@media only screen and (max-width: 768px) {
  .buk_info02 p.list_tp_link a {
    margin-bottom: 5px;
  }
}
.buk_info02 p.list_tp_link a::after {
  content: '';
  width: 22px;
  height: 22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0px 0px -4px 8px;
}
@media print, screen and (min-width: 769px) {
  .buk_info02 p.list_tp_link a {
    position: absolute;
    left: 0;
    bottom: 57px;
  }
  .buk_info02 p.list_tp_link a::hover {
    opacity: 0.8;
  }
}
.buk_info02 p.list_ol_link a {
  display: block;
  width: 100%;
  font-size: 100%;
  line-height: 35px;
  /*border-bottom:1px solid #1C73C5;*/
  border: 1px solid #1C73C5;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  color: #1C73C5;
}
.buk_info02 p.list_ol_link a::after {
  content: '';
  width: 22px;
  height: 22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0px 0px -4px 8px;
}
@media print, screen and (min-width: 769px) {
  .buk_info02 p.list_ol_link a {
    position: absolute;
    left: 0;
    bottom: 10px;
  }
  .buk_info02 p.list_ol_link a::hover {
    opacity: 0.8;
  }
}
.buk_info02 p.sdgs_ti {
  display: block;
  width: 100%;
  height: auto;
  font-size: 90%;
  font-weight: 400;
  line-height: 1.5;
  padding: 5px 0px;
  margin: 5px auto 0px;
  color: #FFFFFF;
  background-color: #0F6B9F;
  text-align: center;
}

.buk_list_info:last-child {
  /*border-bottom: 1px solid #AD498B;*/
  border-bottom: 1px solid #8A8A8A;
}

.buk_list_info {
  /*border-top: 1px solid #AD498B;*/
  border-top: 1px solid #8A8A8A;
  width: 100%;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
}
@media print, screen and (min-width: 769px) {
  .buk_list_info {
    /*padding: 20px 3% 20px 0px;*/
    padding: 20px 0px 20px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .buk_list_info {
    /*padding: 15px 8% 15px 0px;*/
    padding: 15px 0px 15px 0px;
  }
}
.buk_list_info:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 4px;
  box-sizing: border-box;
}
@media print, screen and (min-width: 769px) {
  .buk_list_info:after {
    width: 8px;
    height: 8px;
    border: 8px solid transparent;
    border-left: 8px solid #373737;
  }
}
@media only screen and (max-width: 768px) {
  .buk_list_info:after {
    width: 7px;
    height: 7px;
    border: 7px solid transparent;
    border-left: 7px solid #373737;
  }
}
.buk_list_info p {
  text-decoration: none !important;
  display: block;
}
.buk_list_info p.list_area {
  float: left;
  display: block;
  width: 50%;
  height: 13px;
  font-size: 80%;
  line-height: 1.3;
  font-weight: 500;
  padding: 10px 0px 20px 0px;
  margin: 0px auto;
  color: #1D1D1D;
  text-align: left;
}
.buk_list_info p.list_area:before {
  content: '';
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
}
@media print, screen and (min-width: 1281px) {
  .buk_list_info p.list_area:before {
    width: 18px;
    height: 18px;
    margin: 0px 8px -4px 0px;
  }
}
@media only screen and (max-width: 1280px) {
  .buk_list_info p.list_area:before {
    width: 16px;
    height: 16px;
    margin: 0px 8px -4px 0px;
  }
}
.buk_list_info p.price {
  display: block;
  font-weight: 500;
  padding: 10px 0px 10px 0px;
  margin: 0px auto;
  /*color: #B91212;*/
  color: #ea5473;
  text-align: left;
}
@media print, screen and (min-width: 1281px) {
  .buk_list_info p.price {
    /*width: 100%;*/
    width: 84%;
    height: 13px;
    font-size: 110%;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 1280px) {
  .buk_list_info p.price {
    float: right;
    width: 65%;
    font-size: 12px;
    line-height: 1.3;
  }
}
.buk_list_info p.price_sub {
  display: block;
  font-weight: 500;
  padding: 10px 0px 10px 0px;
  margin: 0px auto;
  /*color: #B91212;*/
  color: #ea5473;
  text-align: left;
}
@media print, screen and (min-width: 1281px) {
  .buk_list_info p.price_sub {
    /*width: 100%;*/
    width: 84%;
    height: 13px;
    font-size: 90%;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 1280px) {
  .buk_list_info p.price_sub {
    float: right;
    width: 65%;
    font-size: 12px;
    line-height: 1.3;
  }
}
.buk_list_info p.bukken_ti {
  display: block;
  font-weight: 500;
  padding: 0px 0px 0px 0px;
  margin: 8px auto 4px;
  color: #000000;
  text-align: left;
}
@media print, screen and (min-width: 1281px) {
  .buk_list_info p.bukken_ti {
    /*width: 100%;*/
    width: 84%;
    height: auto;
    font-size: 130%;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 1280px) {
  .buk_list_info p.bukken_ti {
    float: right;
    width: 65%;
    font-size: 14px;
    line-height: 1.3;
  }
}
.buk_list_info p.bukken_ti_sub {
  display: block;
  font-weight: 500;
  padding: 0px 0px 0px 0px;
  margin: 8px auto 4px;
  color: #000000;
  text-align: left;
}
@media print, screen and (min-width: 1281px) {
  .buk_list_info p.bukken_ti_sub {
    /*width: 100%;*/
    width: 84%;
    height: auto;
    font-size: 100%;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 1280px) {
  .buk_list_info p.bukken_ti_sub {
    float: right;
    width: 65%;
    font-size: 14px;
    line-height: 1.3;
  }
}
.buk_list_info p.bukken_com_ti {
  display: block;
  width: 100%;
  height: auto;
  font-size: 110%;
  font-weight: 400;
  line-height: 1.5;
  padding: 10px 0px;
  margin: 0px auto;
  /*color: #5D6063;*/
  color: #063663;
  text-align: left;
}
.buk_list_info p.bukken_ad {
  display: block;
  font-weight: 400;
  padding: 6px 0px;
  margin: 0px auto;
  color: #5D6063;
  text-align: left;
}
@media print, screen and (min-width: 1281px) {
  .buk_list_info p.bukken_ad {
    /*width: 100%;*/
    width: 84%;
    height: auto;
    font-size: 110%;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 1280px) {
  .buk_list_info p.bukken_ad {
    float: right;
    width: 65%;
    font-size: 13px;
    line-height: 1.3;
  }
}
.buk_list_info p.bukken_ad_sub {
  display: block;
  font-weight: 400;
  padding: 6px 0px;
  margin: 0px auto;
  color: #5D6063;
  text-align: left;
}
@media print, screen and (min-width: 1281px) {
  .buk_list_info p.bukken_ad_sub {
    /*width: 100%;*/
    width: 84%;
    height: auto;
    font-size: 90%;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 1280px) {
  .buk_list_info p.bukken_ad_sub {
    float: right;
    width: 65%;
    font-size: 13px;
    line-height: 1.3;
  }
}
.buk_list_info p.day {
  display: block;
  width: 100%;
  height: 13px;
  font-size: 80%;
  line-height: 1.3;
  font-weight: 500;
  padding: 10px 0px 10px 0px;
  margin: 0px auto;
  color: #747474;
  text-align: left;
}
.buk_list_info p.list_ti {
  display: block;
  width: 100%;
  height: auto;
  font-size: 120%;
  font-weight: 500;
  line-height: 1.4;
  padding: 0px 0px 0px 0px;
  margin: 8px auto 4px;
  color: #000000;
  text-align: left;
}
.buk_list_info p.list_com_ti {
  display: block;
  width: 100%;
  height: auto;
  font-size: 110%;
  font-weight: 400;
  line-height: 1.5;
  padding: 10px 0px;
  margin: 0px auto;
  /*color: #5D6063;*/
  color: #063663;
  text-align: left;
}
.buk_list_info p.list_com {
  display: block;
  width: 100%;
  height: auto;
  font-size: 110%;
  font-weight: 400;
  line-height: 1.5;
  padding: 10px 0px;
  margin: 0px auto;
  color: #5D6063;
  text-align: left;
}
.buk_list_info p.img_cap {
  width: 100%;
  display: flex;
}
.buk_list_info p.-cat01 {
  text-align: left;
  display: inline-block;
  margin: 0.2rem 0.5%;
  padding: 0.5rem;
  font-size: 110%;
  font-weight: 600;
  line-height: 1.25;
  color: #FFFFFF;
  background-color: #B76CA8;
}
.buk_list_info p.-cat02 {
  text-align: left;
  display: inline-block;
  margin: 0.2rem 0.5%;
  padding: 0.5rem;
  font-size: 110%;
  font-weight: 600;
  line-height: 1.25;
  color: #FFFFFF;
  background-color: #198B11;
}
.buk_list_info p.-cat03 {
  text-align: left;
  display: inline-block;
  margin: 0.2rem 0.5%;
  padding: 0.5rem;
  font-size: 110%;
  font-weight: 600;
  line-height: 1.25;
  color: #FFFFFF;
  background-color: #744B0E;
}
.buk_list_info p.-cat04 {
  text-align: left;
  display: inline-block;
  margin: 0.2rem 0.5%;
  padding: 0.5rem;
  font-size: 110%;
  font-weight: 600;
  line-height: 1.25;
  color: #FFFFFF;
  background-color: #93BA0F;
}
.buk_list_info p.-cat05 {
  text-align: left;
  display: inline-block;
  margin: 0.2rem 0.5%;
  padding: 0.5rem;
  font-size: 110%;
  font-weight: 600;
  line-height: 1.25;
  color: #FFFFFF;
  background-color: #8B8B11;
}
.buk_list_info p.-cat06 {
  text-align: left;
  display: inline-block;
  margin: 0.2rem 0.5%;
  padding: 0.5rem;
  font-size: 110%;
  font-weight: 600;
  line-height: 1.25;
  color: #FFFFFF;
  background-color: #2DCB38;
}
.buk_list_info p.-cat07 {
  text-align: left;
  display: inline-block;
  margin: 0.2rem 0.5%;
  padding: 0.5rem;
  font-size: 110%;
  font-weight: 600;
  line-height: 1.25;
  color: #FFFFFF;
  background-color: #ECC00F;
}
.buk_list_info p.-cat08 {
  text-align: left;
  display: inline-block;
  margin: 0.2rem 0.5%;
  padding: 0.5rem;
  font-size: 110%;
  font-weight: 600;
  line-height: 1.25;
  color: #FFFFFF;
  background-color: #0E6CB4;
}
.buk_list_info p.-cat09 {
  text-align: left;
  display: inline-block;
  margin: 0.2rem 0.5%;
  padding: 0.5rem;
  font-size: 110%;
  font-weight: 600;
  line-height: 1.25;
  color: #FFFFFF;
  background-color: #EC850F;
}
.buk_list_info p.-cat10 {
  text-align: left;
  display: inline-block;
  margin: 0.2rem 0.5%;
  padding: 0.5rem;
  font-size: 110%;
  font-weight: 600;
  line-height: 1.25;
  color: #FFFFFF;
  background-color: #17AEBF;
}
.buk_list_info p.list_link {
  text-decoration: none;
  font-size: 80%;
  line-height: 25px;
  text-align: center;
  display: block;
  box-sizing: border-box;
  border-radius: 50px;
  /* CSS3草案 */
  -webkit-border-radius: 50px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 50px;
  /* Firefox用 */
  cursor: pointer;
  overflow: hidden;
  background-color: #FFFFFF;
  color: #000000;
  border: 1px solid #E35555;
}
@media print, screen and (min-width: 1281px) {
  .buk_list_info p.list_link {
    position: absolute;
    bottom: 0px;
  }
}
@media print, screen and (min-width: 1281px) {
  .buk_list_info p.list_link {
    width: 100%;
    margin: 20px auto 0px;
    padding: 10px 0px;
  }
}
@media only screen and (max-width: 1280px) {
  .buk_list_info p.list_link {
    width: 100%;
    margin: 30px auto 20px auto;
    padding: 8px 0px;
  }
}
.buk_list_info p.list_link:after {
  content: '';
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
}
@media print, screen and (min-width: 1281px) {
  .buk_list_info p.list_link:after {
    width: 12px;
    height: 12px;
    margin: 0px 0px -2px 12px;
  }
}
@media only screen and (max-width: 1280px) {
  .buk_list_info p.list_link:after {
    width: 12px;
    height: 12px;
    margin: 0px 0px -2px 8px;
  }
}
@media only screen and (max-width: 1280px) {
  .buk_list_info p.list_link {
    clear: both;
  }
}
.buk_list_info p.list_link_pcbl {
  text-decoration: none;
  font-size: 80%;
  line-height: 25px;
  text-align: center;
  box-sizing: border-box;
  border-radius: 50px;
  /* CSS3草案 */
  -webkit-border-radius: 50px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 50px;
  /* Firefox用 */
  cursor: pointer;
  overflow: hidden;
  background-color: #FFFFFF;
  color: #000000;
  /*border: 1px solid #E35555;*/
  border: 1px solid #2F2F2F;
}
@media print, screen and (min-width: 1281px) {
  .buk_list_info p.list_link_pcbl {
    position: absolute;
    bottom: 20px;
  }
}
@media print, screen and (min-width: 1281px) {
  .buk_list_info p.list_link_pcbl {
    display: block;
    width: 80%;
    margin: 20px 0 0px;
    left: 10%;
    /*width: 100%;
    margin: 20px auto 0px;*/
    padding: 10px 0px;
    /*&:hover{
    	background-color: #E35555;
    	color: #FFFFFF;
    	&:after {
    	}
    }*/
  }
}
@media only screen and (max-width: 1280px) {
  .buk_list_info p.list_link_pcbl {
    /*display: none;*/
    display: block;
    width: 100%;
    margin: 5px auto 20px auto;
    padding: 8px 0px;
  }
}
.buk_list_info p.list_link_pcbl:after {
  content: '';
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
}
@media print, screen and (min-width: 1281px) {
  .buk_list_info p.list_link_pcbl:after {
    width: 12px;
    height: 12px;
    margin: 0px 0px -2px 12px;
  }
}
@media only screen and (max-width: 1280px) {
  .buk_list_info p.list_link_pcbl:after {
    /*display: none;*/
    width: 12px;
    height: 12px;
    margin: 0px 0px -2px 8px;
  }
}
@media only screen and (max-width: 1280px) {
  .buk_list_info p.list_link_pcbl {
    clear: both;
  }
}
.buk_list_info p.list_link01 {
  display: block;
  width: 100%;
  font-size: 100%;
  line-height: 35px;
  border-bottom: 1px solid #1C73C5;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  color: #1C73C5;
}
.buk_list_info p.list_link01::after {
  content: '';
  width: 22px;
  height: 22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0px 0px -4px 8px;
}
@media print, screen and (min-width: 769px) {
  .buk_list_info p.list_link01 {
    position: absolute;
    left: 0;
    bottom: 0px;
  }
  .buk_list_info p.list_link01::hover {
    opacity: 0.8;
  }
}
.buk_list_info p.list_tp_link a {
  display: block;
  width: 100%;
  font-size: 100%;
  line-height: 35px;
  /*border-bottom:1px solid #1C73C5;*/
  border: 1px solid #1C73C5;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  color: #1C73C5;
  /*@include wi-pc{
  margin-bottom: 10px;
  }*/
}
@media only screen and (max-width: 768px) {
  .buk_list_info p.list_tp_link a {
    margin-bottom: 5px;
  }
}
.buk_list_info p.list_tp_link a::after {
  content: '';
  width: 22px;
  height: 22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0px 0px -4px 8px;
}
@media print, screen and (min-width: 769px) {
  .buk_list_info p.list_tp_link a {
    position: absolute;
    left: 0;
    bottom: 57px;
  }
  .buk_list_info p.list_tp_link a::hover {
    opacity: 0.8;
  }
}
.buk_list_info p.list_ol_link a {
  display: block;
  width: 100%;
  font-size: 100%;
  line-height: 35px;
  /*border-bottom:1px solid #1C73C5;*/
  border: 1px solid #1C73C5;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  color: #1C73C5;
}
.buk_list_info p.list_ol_link a::after {
  content: '';
  width: 22px;
  height: 22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0px 0px -4px 8px;
}
@media print, screen and (min-width: 769px) {
  .buk_list_info p.list_ol_link a {
    position: absolute;
    left: 0;
    bottom: 10px;
  }
  .buk_list_info p.list_ol_link a::hover {
    opacity: 0.8;
  }
}
.buk_list_info p.sdgs_ti {
  display: block;
  width: 100%;
  height: auto;
  font-size: 90%;
  font-weight: 400;
  line-height: 1.5;
  padding: 5px 0px;
  margin: 5px auto 0px;
  color: #FFFFFF;
  background-color: #0F6B9F;
  text-align: center;
}
.buk_list_info p span.bukken_list_ti {
  color: #121212;
  display: block;
  line-height: 1.2;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 769px) {
  .buk_list_info p span.bukken_list_ti {
    font-size: 110%;
  }
}
@media only screen and (max-width: 768px) {
  .buk_list_info p span.bukken_list_ti {
    font-size: 120%;
  }
}
.buk_list_info p span.list_price {
  color: #121212;
  display: block;
  line-height: 1.2;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 769px) {
  .buk_list_info p span.list_price {
    font-size: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .buk_list_info p span.list_price {
    font-size: 100%;
  }
}
.buk_list_info ul.icon li:hover span.description {
  display: inline-block !important;
  top: -103px !important;
  left: -30px !important;
  z-index: 20 !important;
}
@media only screen and (max-width: 768px) {
  .buk_list_info ul.icon li:hover span.description {
    display: none !important;
  }
}
.buk_list_info ul.icon li:hover span.description01 {
  display: inline-block !important;
  top: -113px !important;
  left: -30px !important;
  z-index: 20 !important;
}
@media only screen and (max-width: 768px) {
  .buk_list_info ul.icon li:hover span.description01 {
    display: none !important;
  }
}
.buk_list_info ul.icon li {
  float: left;
  display: block;
  height: auto;
  margin: 0 1% 8px 0;
  position: relative;
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 769px) {
  .buk_list_info ul.icon li {
    width: 6%;
  }
}
@media only screen and (max-width: 768px) {
  .buk_list_info ul.icon li {
    width: 8%;
  }
}
.buk_list_info ul.icon li img {
  width: 100%;
  height: auto;
}
.buk_list_info ul.icon li span.description {
  display: none;
  position: absolute;
  padding: 10px;
  font-size: 12px;
  line-height: 1.6em;
  color: #1A1A1A;
  border-radius: 5px;
  background: #FFFFFF;
  border: solid 4px #5e95d5;
  width: 300px;
  height: 90px;
}
.buk_list_info ul.icon li span.description:after, .buk_list_info ul.icon li span.description:before {
  top: 100%;
  left: 12%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.buk_list_info ul.icon li span.description:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 10px;
  margin-left: -10px;
}
.buk_list_info ul.icon li span.description:before {
  border-color: rgba(94, 149, 213, 0);
  border-top-color: #5e95d5;
  border-width: 16px;
  margin-left: -16px;
}
.buk_list_info ul.icon li span.description01 {
  display: none;
  position: absolute;
  padding: 10px;
  font-size: 12px;
  line-height: 1.6em;
  color: #1A1A1A;
  border-radius: 5px;
  background: #FFFFFF;
  border: solid 4px #5e95d5;
  width: 300px;
  height: 110px;
}
.buk_list_info ul.icon li span.description01:after, .buk_list_info ul.icon li span.description01:before {
  top: 100%;
  left: 12%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.buk_list_info ul.icon li span.description01:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 10px;
  margin-left: -10px;
}
.buk_list_info ul.icon li span.description01:before {
  border-color: rgba(94, 149, 213, 0);
  border-top-color: #5e95d5;
  border-width: 16px;
  margin-left: -16px;
}
@media print, screen and (min-width: 769px) {
  .buk_list_info:hover {
    opacity: 0.8;
  }
}
.buk_list_info a {
  text-decoration: none !important;
}

a.item_list:hover > span.list_link_pcbl {
  /*background-color: #E35555;
  background-color: #2B2B2B;*/
  background: linear-gradient(0.25turn, #e94345, #d81b79);
  border: solid 1px #e94345;
  color: #FFFFFF;
  transition: 1s;
}

a.item_list {
  display: block;
  text-decoration: none;
  color: #252525;
}
@media print, screen and (min-width: 1281px) {
  a.item_list {
    background-color: #FFFFFF;
    width: 100%;
    margin: 0 0 0px;
    position: relative;
    border-radius: 25px;
    overflow: hidden;
    /*padding: 25px 8% 100px 8%;*/
    padding: 0px 0% 100px 0%;
    box-shadow: 0 5px 10px rgba(94, 135, 178, 0.4);
  }
  a.item_list:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 1280px) {
  a.item_list {
    width: 100%;
    margin: 0 auto 0px;
    /*padding: 20px 0 20px;*/
    padding: 10px 0 0px;
    border-radius: 5px;
  }
}
a.item_list span.list_area {
  float: left;
  display: block;
  width: 50%;
  height: 13px;
  font-size: 80%;
  line-height: 1.3;
  font-weight: 500;
  padding: 10px 0px 20px 0px;
  margin: 0px auto;
  color: #1D1D1D;
  text-align: left;
}
a.item_list span.list_area:before {
  content: '';
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
}
@media print, screen and (min-width: 1281px) {
  a.item_list span.list_area:before {
    width: 18px;
    height: 18px;
    margin: 0px 8px -4px 0px;
  }
}
@media only screen and (max-width: 1280px) {
  a.item_list span.list_area:before {
    width: 16px;
    height: 16px;
    margin: 0px 8px -4px 0px;
  }
}
a.item_list span.price {
  display: block;
  font-weight: 500;
  padding: 10px 0px 10px 0px;
  margin: 0px auto;
  /*color: #B91212;*/
  color: #ea5473;
  text-align: left;
}
@media print, screen and (min-width: 1281px) {
  a.item_list span.price {
    /*width: 100%;*/
    width: 84%;
    height: 13px;
    font-size: 110%;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 1280px) {
  a.item_list span.price {
    float: right;
    width: 65%;
    font-size: 12px;
    line-height: 1.3;
  }
}
a.item_list span.price_sub {
  display: block;
  font-weight: 500;
  padding: 10px 0px 10px 0px;
  margin: 0px auto;
  /*color: #B91212;*/
  color: #ea5473;
  text-align: left;
}
@media print, screen and (min-width: 1281px) {
  a.item_list span.price_sub {
    /*width: 100%;*/
    width: 84%;
    height: 13px;
    font-size: 90%;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 1280px) {
  a.item_list span.price_sub {
    float: right;
    width: 65%;
    font-size: 12px;
    line-height: 1.3;
  }
}
a.item_list span.bukken_ti {
  display: block;
  font-weight: 500;
  padding: 0px 0px 0px 0px;
  margin: 8px auto 4px;
  color: #000000;
  text-align: left;
}
@media print, screen and (min-width: 1281px) {
  a.item_list span.bukken_ti {
    /*width: 100%;*/
    width: 84%;
    height: auto;
    font-size: 130%;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 1280px) {
  a.item_list span.bukken_ti {
    float: right;
    width: 65%;
    font-size: 14px;
    line-height: 1.3;
  }
}
a.item_list span.bukken_ti_sub {
  display: block;
  font-weight: 500;
  padding: 0px 0px 0px 0px;
  margin: 8px auto 4px;
  color: #000000;
  text-align: left;
}
@media print, screen and (min-width: 1281px) {
  a.item_list span.bukken_ti_sub {
    /*width: 100%;*/
    width: 84%;
    height: auto;
    font-size: 100%;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 1280px) {
  a.item_list span.bukken_ti_sub {
    float: right;
    width: 65%;
    font-size: 14px;
    line-height: 1.3;
  }
}
a.item_list span.bukken_com_ti {
  display: block;
  width: 100%;
  height: auto;
  font-size: 110%;
  font-weight: 400;
  line-height: 1.5;
  padding: 10px 0px;
  margin: 0px auto;
  /*color: #5D6063;*/
  color: #063663;
  text-align: left;
}
a.item_list span.bukken_ad {
  display: block;
  font-weight: 400;
  padding: 6px 0px;
  margin: 0px auto;
  color: #5D6063;
  text-align: left;
}
@media print, screen and (min-width: 1281px) {
  a.item_list span.bukken_ad {
    /*width: 100%;*/
    width: 84%;
    height: auto;
    font-size: 110%;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 1280px) {
  a.item_list span.bukken_ad {
    float: right;
    width: 65%;
    font-size: 13px;
    line-height: 1.3;
  }
}
a.item_list span.bukken_ad_sub {
  display: block;
  font-weight: 400;
  padding: 6px 0px;
  margin: 0px auto;
  color: #5D6063;
  text-align: left;
}
@media print, screen and (min-width: 1281px) {
  a.item_list span.bukken_ad_sub {
    /*width: 100%;*/
    width: 84%;
    height: auto;
    font-size: 90%;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 1280px) {
  a.item_list span.bukken_ad_sub {
    float: right;
    width: 65%;
    font-size: 13px;
    line-height: 1.3;
  }
}
a.item_list span.day {
  display: block;
  width: 100%;
  height: 13px;
  font-size: 80%;
  line-height: 1.3;
  font-weight: 500;
  padding: 10px 0px 10px 0px;
  margin: 0px auto;
  color: #747474;
  text-align: left;
}
a.item_list span.list_ti {
  display: block;
  width: 100%;
  height: auto;
  font-size: 120%;
  font-weight: 500;
  line-height: 1.4;
  padding: 0px 0px 0px 0px;
  margin: 8px auto 4px;
  color: #000000;
  text-align: left;
}
a.item_list span.list_com_ti {
  display: block;
  width: 100%;
  height: auto;
  font-size: 110%;
  font-weight: 400;
  line-height: 1.5;
  padding: 10px 0px;
  margin: 0px auto;
  /*color: #5D6063;*/
  color: #063663;
  text-align: left;
}
a.item_list span.list_com {
  display: block;
  width: 100%;
  height: auto;
  font-size: 110%;
  font-weight: 400;
  line-height: 1.5;
  padding: 10px 0px;
  margin: 0px auto;
  color: #5D6063;
  text-align: left;
}
a.item_list span.img_cap {
  width: 100%;
  display: flex;
}
a.item_list span.-cat01 {
  text-align: left;
  display: inline-block;
  margin: 0.2rem 0.5%;
  padding: 0.5rem;
  font-size: 110%;
  font-weight: 600;
  line-height: 1.25;
  color: #FFFFFF;
  background-color: #B76CA8;
}
a.item_list span.-cat02 {
  text-align: left;
  display: inline-block;
  margin: 0.2rem 0.5%;
  padding: 0.5rem;
  font-size: 110%;
  font-weight: 600;
  line-height: 1.25;
  color: #FFFFFF;
  background-color: #198B11;
}
a.item_list span.-cat03 {
  text-align: left;
  display: inline-block;
  margin: 0.2rem 0.5%;
  padding: 0.5rem;
  font-size: 110%;
  font-weight: 600;
  line-height: 1.25;
  color: #FFFFFF;
  background-color: #744B0E;
}
a.item_list span.-cat04 {
  text-align: left;
  display: inline-block;
  margin: 0.2rem 0.5%;
  padding: 0.5rem;
  font-size: 110%;
  font-weight: 600;
  line-height: 1.25;
  color: #FFFFFF;
  background-color: #93BA0F;
}
a.item_list span.-cat05 {
  text-align: left;
  display: inline-block;
  margin: 0.2rem 0.5%;
  padding: 0.5rem;
  font-size: 110%;
  font-weight: 600;
  line-height: 1.25;
  color: #FFFFFF;
  background-color: #8B8B11;
}
a.item_list span.-cat06 {
  text-align: left;
  display: inline-block;
  margin: 0.2rem 0.5%;
  padding: 0.5rem;
  font-size: 110%;
  font-weight: 600;
  line-height: 1.25;
  color: #FFFFFF;
  background-color: #2DCB38;
}
a.item_list span.-cat07 {
  text-align: left;
  display: inline-block;
  margin: 0.2rem 0.5%;
  padding: 0.5rem;
  font-size: 110%;
  font-weight: 600;
  line-height: 1.25;
  color: #FFFFFF;
  background-color: #ECC00F;
}
a.item_list span.-cat08 {
  text-align: left;
  display: inline-block;
  margin: 0.2rem 0.5%;
  padding: 0.5rem;
  font-size: 110%;
  font-weight: 600;
  line-height: 1.25;
  color: #FFFFFF;
  background-color: #0E6CB4;
}
a.item_list span.-cat09 {
  text-align: left;
  display: inline-block;
  margin: 0.2rem 0.5%;
  padding: 0.5rem;
  font-size: 110%;
  font-weight: 600;
  line-height: 1.25;
  color: #FFFFFF;
  background-color: #EC850F;
}
a.item_list span.-cat10 {
  text-align: left;
  display: inline-block;
  margin: 0.2rem 0.5%;
  padding: 0.5rem;
  font-size: 110%;
  font-weight: 600;
  line-height: 1.25;
  color: #FFFFFF;
  background-color: #17AEBF;
}
a.item_list span.list_link {
  text-decoration: none;
  font-size: 80%;
  line-height: 25px;
  text-align: center;
  display: block;
  box-sizing: border-box;
  border-radius: 50px;
  /* CSS3草案 */
  -webkit-border-radius: 50px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 50px;
  /* Firefox用 */
  cursor: pointer;
  overflow: hidden;
  background-color: #FFFFFF;
  color: #000000;
  border: 1px solid #E35555;
}
@media print, screen and (min-width: 1281px) {
  a.item_list span.list_link {
    position: absolute;
    bottom: 0px;
  }
}
@media print, screen and (min-width: 1281px) {
  a.item_list span.list_link {
    width: 100%;
    margin: 20px auto 0px;
    padding: 10px 0px;
  }
}
@media only screen and (max-width: 1280px) {
  a.item_list span.list_link {
    width: 100%;
    margin: 30px auto 20px auto;
    padding: 8px 0px;
  }
}
a.item_list span.list_link:after {
  content: '';
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
}
@media print, screen and (min-width: 1281px) {
  a.item_list span.list_link:after {
    width: 12px;
    height: 12px;
    margin: 0px 0px -2px 12px;
  }
}
@media only screen and (max-width: 1280px) {
  a.item_list span.list_link:after {
    width: 12px;
    height: 12px;
    margin: 0px 0px -2px 8px;
  }
}
@media only screen and (max-width: 1280px) {
  a.item_list span.list_link {
    clear: both;
  }
}
a.item_list span.list_link_pcbl {
  text-decoration: none;
  font-size: 80%;
  line-height: 25px;
  text-align: center;
  box-sizing: border-box;
  border-radius: 50px;
  /* CSS3草案 */
  -webkit-border-radius: 50px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 50px;
  /* Firefox用 */
  cursor: pointer;
  overflow: hidden;
  background-color: #FFFFFF;
  color: #000000;
  /*border: 1px solid #E35555;*/
  border: 1px solid #2F2F2F;
}
@media print, screen and (min-width: 1281px) {
  a.item_list span.list_link_pcbl {
    position: absolute;
    bottom: 20px;
  }
}
@media print, screen and (min-width: 1281px) {
  a.item_list span.list_link_pcbl {
    display: block;
    width: 80%;
    margin: 20px 0 0px;
    left: 10%;
    /*width: 100%;
    margin: 20px auto 0px;*/
    padding: 10px 0px;
    /*&:hover{
    	background-color: #E35555;
    	color: #FFFFFF;
    	&:after {
    	}
    }*/
  }
}
@media only screen and (max-width: 1280px) {
  a.item_list span.list_link_pcbl {
    /*display: none;*/
    display: block;
    width: 100%;
    margin: 5px auto 20px auto;
    padding: 8px 0px;
  }
}
a.item_list span.list_link_pcbl:after {
  content: '';
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
}
@media print, screen and (min-width: 1281px) {
  a.item_list span.list_link_pcbl:after {
    width: 12px;
    height: 12px;
    margin: 0px 0px -2px 12px;
  }
}
@media only screen and (max-width: 1280px) {
  a.item_list span.list_link_pcbl:after {
    /*display: none;*/
    width: 12px;
    height: 12px;
    margin: 0px 0px -2px 8px;
  }
}
@media only screen and (max-width: 1280px) {
  a.item_list span.list_link_pcbl {
    clear: both;
  }
}
a.item_list span.list_link01 {
  display: block;
  width: 100%;
  font-size: 100%;
  line-height: 35px;
  border-bottom: 1px solid #1C73C5;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  color: #1C73C5;
}
a.item_list span.list_link01::after {
  content: '';
  width: 22px;
  height: 22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0px 0px -4px 8px;
}
@media print, screen and (min-width: 769px) {
  a.item_list span.list_link01 {
    position: absolute;
    left: 0;
    bottom: 0px;
  }
  a.item_list span.list_link01::hover {
    opacity: 0.8;
  }
}
a.item_list span.list_tp_link a {
  display: block;
  width: 100%;
  font-size: 100%;
  line-height: 35px;
  /*border-bottom:1px solid #1C73C5;*/
  border: 1px solid #1C73C5;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  color: #1C73C5;
  /*@include wi-pc{
  margin-bottom: 10px;
  }*/
}
@media only screen and (max-width: 768px) {
  a.item_list span.list_tp_link a {
    margin-bottom: 5px;
  }
}
a.item_list span.list_tp_link a::after {
  content: '';
  width: 22px;
  height: 22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0px 0px -4px 8px;
}
@media print, screen and (min-width: 769px) {
  a.item_list span.list_tp_link a {
    position: absolute;
    left: 0;
    bottom: 57px;
  }
  a.item_list span.list_tp_link a::hover {
    opacity: 0.8;
  }
}
a.item_list span.list_ol_link a {
  display: block;
  width: 100%;
  font-size: 100%;
  line-height: 35px;
  /*border-bottom:1px solid #1C73C5;*/
  border: 1px solid #1C73C5;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  color: #1C73C5;
}
a.item_list span.list_ol_link a::after {
  content: '';
  width: 22px;
  height: 22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0px 0px -4px 8px;
}
@media print, screen and (min-width: 769px) {
  a.item_list span.list_ol_link a {
    position: absolute;
    left: 0;
    bottom: 10px;
  }
  a.item_list span.list_ol_link a::hover {
    opacity: 0.8;
  }
}
a.item_list span.sdgs_ti {
  display: block;
  width: 100%;
  height: auto;
  font-size: 90%;
  font-weight: 400;
  line-height: 1.5;
  padding: 5px 0px;
  margin: 5px auto 0px;
  color: #FFFFFF;
  background-color: #0F6B9F;
  text-align: center;
}
a.item_list figure {
  display: block;
}
@media print, screen and (min-width: 1281px) {
  a.item_list figure {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1280px) {
  a.item_list figure {
    float: left;
    width: 31%;
    margin: 0 0 35px;
  }
}
a.item_list figure img {
  object-fit: cover !important;
}
@media print, screen and (min-width: 1281px) {
  a.item_list figure img {
    width: 100%;
    /*height: 180px;*/
    height: 240px;
  }
}
@media only screen and (max-width: 1280px) {
  a.item_list figure img {
    width: 100%;
    height: 98px;
  }
}
a.item_list ol {
  width: 100%;
  height: auto;
  padding: 3px 2% 10px;
  background-color: #D7E7ED;
}
a.item_list ol li {
  width: 14.28%;
  height: auto;
  text-align: center;
  color: #FFFFFF;
  font-size: 95%;
  font-weight: 600;
  line-height: 2.6;
  display: block;
  float: left;
  margin: 3px 1% 0px;
  position: relative;
}
a.item_list ol li.no01 {
  background-color: #d91624 !important;
}
a.item_list ol li.no02 {
  background-color: #d2a911 !important;
}
a.item_list span.description1 {
  display: none;
  position: absolute;
  padding: 10px;
  font-size: 12px;
  line-height: 1.6em;
  color: #fff;
  border-radius: 5px;
  background: #E2EAF3;
  width: 200px;
}
a.item_list span.description1 img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  a.item_list span.description1 {
    display: none !important;
  }
}
a.item_list ol li:hover span.description1 {
  display: inline-block;
  top: -210px;
  left: -30px;
  z-index: 20;
}
@media only screen and (max-width: 768px) {
  a.item_list ol li:hover span.description1 {
    display: none;
  }
}

.link_btn01 a {
  text-decoration: none;
  font-size: 80%;
  line-height: 25px;
  text-align: center;
  display: block;
  box-sizing: border-box;
  border-radius: 50px;
  /* CSS3草案 */
  -webkit-border-radius: 50px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 50px;
  /* Firefox用 */
  cursor: pointer;
  overflow: hidden;
  background-color: #FFFFFF;
  color: #000000;
  border: 1px solid #E35555;
}
@media print, screen and (min-width: 1281px) {
  .link_btn01 a {
    width: 100%;
    margin: 20px auto 0px;
    padding: 10px 0px;
  }
}
@media only screen and (max-width: 1280px) {
  .link_btn01 a {
    width: 100%;
    margin: 30px auto 20px auto;
    padding: 8px 0px;
  }
}
.link_btn01 a:after {
  content: '';
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
}
@media print, screen and (min-width: 1281px) {
  .link_btn01 a:after {
    width: 12px;
    height: 12px;
    margin: 0px 0px -2px 12px;
  }
}
@media only screen and (max-width: 1280px) {
  .link_btn01 a:after {
    width: 12px;
    height: 12px;
    margin: 0px 0px -2px 8px;
  }
}
@media print, screen and (min-width: 769px) {
  .link_btn01 a {
    /*position: absolute;
    bottom: 10px;*/
  }
  .link_btn01 a:hover {
    opacity: 0.8;
  }
}

.link_btn02 a {
  text-decoration: none;
  font-size: 80%;
  line-height: 25px;
  text-align: center;
  display: block;
  box-sizing: border-box;
  border-radius: 50px;
  /* CSS3草案 */
  -webkit-border-radius: 50px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 50px;
  /* Firefox用 */
  cursor: pointer;
  overflow: hidden;
  background-color: #FFFFFF;
  color: #000000;
  border: 1px solid #E35555;
}
@media print, screen and (min-width: 1281px) {
  .link_btn02 a {
    width: 100%;
    margin: 20px auto 0px;
    padding: 10px 0px;
  }
}
@media only screen and (max-width: 1280px) {
  .link_btn02 a {
    width: 100%;
    margin: 5px auto 20px auto;
    padding: 8px 0px;
  }
}
.link_btn02 a:after {
  content: '';
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
}
@media print, screen and (min-width: 1281px) {
  .link_btn02 a:after {
    width: 12px;
    height: 12px;
    margin: 0px 0px -2px 12px;
  }
}
@media only screen and (max-width: 1280px) {
  .link_btn02 a:after {
    width: 12px;
    height: 12px;
    margin: 0px 0px -2px 8px;
  }
}
@media print, screen and (min-width: 769px) {
  .link_btn02 a {
    /*position: absolute;
    bottom: 10px;*/
  }
  .link_btn02 a:hover {
    opacity: 0.8;
  }
}

@media print, screen and (min-width: 769px) {
  ul.bd_pt01 li {
    border-right: #4B4B4B dashed 1px;
  }
}
@media only screen and (max-width: 768px) {
  ul.bd_pt01 li {
    /*border-bottom: #4B4B4B solid 2px;*/
    border-bottom: #FFFFFF solid 4px;
    background-color: #F1F1F1;
    padding: 10px 8px;
  }
}
@media print, screen and (min-width: 769px) {
  ul.bd_pt01 li:last-child {
    border: none !important;
  }
}

@media print, screen and (min-width: 769px) {
  ul.bd_pt02 {
    border-bottom: #4B4B4B dashed 1px;
  }
}
@media only screen and (max-width: 768px) {
  ul.bd_pt02 {
    border-bottom: none;
  }
}

.rent_info_link01 a {
  text-decoration: none;
  font-size: 80%;
  line-height: 25px;
  text-align: center;
  display: block;
  box-sizing: border-box;
  border-radius: 50px;
  /* CSS3草案 */
  -webkit-border-radius: 50px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 50px;
  /* Firefox用 */
  cursor: pointer;
  overflow: hidden;
  background-color: #FFFFFF;
  color: #000000;
  border: 1px solid #E35555;
}
@media print, screen and (min-width: 1281px) {
  .rent_info_link01 a {
    width: 100%;
    margin: 20px auto 0px;
    padding: 10px 0px;
  }
}
@media only screen and (max-width: 1280px) {
  .rent_info_link01 a {
    width: 100%;
    margin: 30px auto 20px auto;
    padding: 8px 0px;
  }
}
.rent_info_link01 a:after {
  content: '';
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
}
@media print, screen and (min-width: 1281px) {
  .rent_info_link01 a:after {
    width: 12px;
    height: 12px;
    margin: 0px 0px -2px 12px;
  }
}
@media only screen and (max-width: 1280px) {
  .rent_info_link01 a:after {
    width: 12px;
    height: 12px;
    margin: 0px 0px -2px 8px;
  }
}
@media print, screen and (min-width: 769px) {
  .rent_info_link01 a:hover {
    opacity: 0.8;
  }
}

.rent_info_link02 a {
  text-decoration: none;
  font-size: 80%;
  line-height: 25px;
  text-align: center;
  display: block;
  box-sizing: border-box;
  border-radius: 50px;
  /* CSS3草案 */
  -webkit-border-radius: 50px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 50px;
  /* Firefox用 */
  cursor: pointer;
  overflow: hidden;
  background-color: #FFFFFF;
  color: #000000;
  border: 1px solid #E35555;
  border: #AA9612 solid 1px !important;
}
@media print, screen and (min-width: 1281px) {
  .rent_info_link02 a {
    width: 100%;
    margin: 20px auto 0px;
    padding: 10px 0px;
  }
}
@media only screen and (max-width: 1280px) {
  .rent_info_link02 a {
    width: 100%;
    margin: 30px auto 20px auto;
    padding: 8px 0px;
  }
}
.rent_info_link02 a:after {
  content: '';
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
}
@media print, screen and (min-width: 1281px) {
  .rent_info_link02 a:after {
    width: 12px;
    height: 12px;
    margin: 0px 0px -2px 12px;
  }
}
@media only screen and (max-width: 1280px) {
  .rent_info_link02 a:after {
    width: 12px;
    height: 12px;
    margin: 0px 0px -2px 8px;
  }
}
@media print, screen and (min-width: 769px) {
  .rent_info_link02 a:hover {
    opacity: 0.8;
  }
}

.rent_info_link02_csl {
  text-decoration: none;
  font-size: 80%;
  line-height: 25px;
  text-align: center;
  display: block;
  box-sizing: border-box;
  border-radius: 50px;
  /* CSS3草案 */
  -webkit-border-radius: 50px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 50px;
  /* Firefox用 */
  cursor: pointer;
  overflow: hidden;
  background-color: #FFFFFF;
  color: #000000;
  border: 1px solid #E35555;
  background-color: #AF006D !important;
  color: #FFFFFF !important;
}
@media print, screen and (min-width: 1281px) {
  .rent_info_link02_csl {
    width: 100%;
    margin: 20px auto 0px;
    padding: 10px 0px;
  }
}
@media only screen and (max-width: 1280px) {
  .rent_info_link02_csl {
    width: 100%;
    margin: 30px auto 20px auto;
    padding: 8px 0px;
  }
}
.rent_info_link02_csl:after {
  content: '';
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
}
@media print, screen and (min-width: 1281px) {
  .rent_info_link02_csl:after {
    width: 12px;
    height: 12px;
    margin: 0px 0px -2px 12px;
  }
}
@media only screen and (max-width: 1280px) {
  .rent_info_link02_csl:after {
    width: 12px;
    height: 12px;
    margin: 0px 0px -2px 8px;
  }
}
.rent_info_link02_csl:after {
  background-image: none !important;
  width: 0px !important;
  height: 0px !important;
}

/*画像関連*/
img {
  max-width: 100%;
}

.img_fs_li_z {
  line-height: 0px !important;
  font-size: 0px !important;
}

.imgps_bek {
  height: auto;
  margin: 10px auto;
  width: 80px;
  font-size: 0px;
  line-height: 0px;
}
.imgps_bek img {
  width: 100%;
  height: auto;
}

.imgps_40 {
  height: auto;
  width: 40%;
}
.imgps_40 img {
  width: 100%;
  height: auto;
}

.img_40 {
  height: auto;
}
@media only screen and (max-width: 768px) {
  .img_40 {
    width: 40%;
  }
  .img_40 img {
    width: 100%;
    height: auto;
  }
}

.imgps_50 {
  height: auto;
  width: 50%;
}
.imgps_50 img {
  width: 100%;
  height: auto;
}

.img_50 {
  height: auto;
}
@media only screen and (max-width: 768px) {
  .img_50 {
    width: 50%;
  }
  .img_50 img {
    width: 100%;
    height: auto;
  }
}

.imgps_60 {
  height: auto;
  width: 60%;
}
.imgps_60 img {
  width: 100%;
  height: auto;
}

.img_60 {
  height: auto;
}
@media only screen and (max-width: 768px) {
  .img_60 {
    width: 60%;
  }
  .img_60 img {
    width: 100%;
    height: auto;
  }
}

.imgps_70 {
  height: auto;
  width: 70%;
}
.imgps_70 img {
  width: 100%;
  height: auto;
}

.img_70 {
  height: auto;
}
@media only screen and (max-width: 768px) {
  .img_70 {
    width: 70%;
  }
  .img_70 img {
    width: 100%;
    height: auto;
  }
}

.imgps_80 {
  height: auto;
  width: 80%;
}
.imgps_80 img {
  width: 100%;
  height: auto;
}

.img_80 {
  height: auto;
}
@media only screen and (max-width: 768px) {
  .img_80 {
    width: 80%;
  }
  .img_80 img {
    width: 100%;
    height: auto;
  }
}

.imgps_90 {
  height: auto;
  width: 90%;
}
.imgps_90 img {
  width: 100%;
  height: auto;
}

.img_90 {
  height: auto;
}
@media only screen and (max-width: 768px) {
  .img_90 {
    width: 90%;
  }
  .img_90 img {
    width: 100%;
    height: auto;
  }
}

.imgps_100 {
  height: auto;
  width: 100% !important;
  max-width: 100% !important;
}
.imgps_100 img {
  width: 100%;
  height: auto;
}

.img_100 {
  height: auto;
}
@media only screen and (max-width: 768px) {
  .img_100 {
    width: 100%;
  }
  .img_100 img {
    width: 100%;
    height: auto;
  }
}

.img_lf10 {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .img_lf10 {
    margin: 0px 20px 15px 0px !important;
  }
}
@media only screen and (max-width: 768px) {
  .img_lf10 {
    width: 10%;
    margin: 0px 2em 1em 0px !important;
  }
  .img_lf10 img {
    width: 100%;
    height: auto;
  }
}

.img_lf20 {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .img_lf20 {
    margin: 0px 20px 15px 0px !important;
  }
}
@media only screen and (max-width: 768px) {
  .img_lf20 {
    width: 20%;
    margin: 0px 2em 1em 0px !important;
  }
  .img_lf20 img {
    width: 100%;
    height: auto;
  }
}

.img_lf30 {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .img_lf30 {
    margin: 0px 20px 15px 0px !important;
  }
}
@media only screen and (max-width: 768px) {
  .img_lf30 {
    width: 30%;
    margin: 0px 2em 1em 0px !important;
  }
  .img_lf30 img {
    width: 100%;
    height: auto;
  }
}

.img_lf40 {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .img_lf40 {
    margin: 0px 20px 15px 0px !important;
  }
}
@media only screen and (max-width: 768px) {
  .img_lf40 {
    width: 40%;
    margin: 0px 2em 1em 0px !important;
  }
  .img_lf40 img {
    width: 100%;
    height: auto;
  }
}

.img_lf50 {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .img_lf50 {
    margin: 0px 20px 15px 0px !important;
  }
}
@media only screen and (max-width: 768px) {
  .img_lf50 {
    width: 50%;
    margin: 0px 2em 1em 0px !important;
  }
  .img_lf50 img {
    width: 100%;
    height: auto;
  }
}

.img_ri10 {
  float: right;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .img_ri10 {
    margin: 0px 0px 15px 20px !important;
  }
}
@media only screen and (max-width: 768px) {
  .img_ri10 {
    width: 10%;
    margin: 0px 0px 1em 2em !important;
  }
  .img_ri10 img {
    width: 100%;
    height: auto;
  }
}

.img_ri20 {
  float: right;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .img_ri20 {
    margin: 0px 0px 15px 20px !important;
  }
}
@media only screen and (max-width: 768px) {
  .img_ri20 {
    width: 20%;
    margin: 0px 0px 1em 2em !important;
  }
  .img_ri20 img {
    width: 100%;
    height: auto;
  }
}

.img_ri30 {
  float: right;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .img_ri30 {
    margin: 0px 0px 15px 20px !important;
  }
}
@media only screen and (max-width: 768px) {
  .img_ri30 {
    width: 30%;
    margin: 0px 0px 1em 2em !important;
  }
  .img_ri30 img {
    width: 100%;
    height: auto;
  }
}

.imgps_ri30 {
  float: right;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .imgps_ri30 {
    width: 30%;
    margin: 0px 0px 15px 20px !important;
  }
}
@media only screen and (max-width: 768px) {
  .imgps_ri30 {
    width: 30%;
    margin: 0px 0px 1em 2em !important;
  }
  .imgps_ri30 img {
    width: 100%;
    height: auto;
  }
}

.img_ri40 {
  float: right;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .img_ri40 {
    margin: 0px 0px 15px 20px !important;
  }
}
@media only screen and (max-width: 768px) {
  .img_ri40 {
    width: 40%;
    margin: 0px 0px 1em 2em !important;
  }
  .img_ri40 img {
    width: 100%;
    height: auto;
  }
}

.img_ri50 {
  float: right;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .img_ri50 {
    margin: 0px 0px 15px 20px !important;
  }
}
@media only screen and (max-width: 768px) {
  .img_ri50 {
    width: 50%;
    margin: 0px 0px 1em 2em !important;
  }
  .img_ri50 img {
    width: 100%;
    height: auto;
  }
}

.rent_info_link03 a {
  /*background-color: #17AFBC;
  background-color: #8C0B4F;*/
  background-color: #FF711B;
  color: #FFFFFF;
  /*border: 1px solid #17AFBC;
  border: 1px solid #8C0B4F;*/
  border: 1px solid #FF711B;
  text-decoration: none;
  font-size: 110%;
  text-align: center;
  display: block;
  box-sizing: border-box;
  cursor: pointer;
  overflow: hidden;
}
@media print, screen and (min-width: 1281px) {
  .rent_info_link03 a {
    height: 98px;
    line-height: 97px;
    width: 100%;
    margin: 0px auto 10px;
    /*padding: 20px 0px;*/
  }
}
@media only screen and (max-width: 1280px) {
  .rent_info_link03 a {
    height: 85px;
    line-height: 84px;
    width: 80%;
    margin: 10px auto 10px auto;
    /*padding: 12px 0px;*/
  }
}
@media print, screen and (min-width: 769px) {
  .rent_info_link03 a {
    border-radius: 55px;
  }
  .rent_info_link03 a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 768px) {
  .rent_info_link03 a {
    border-radius: 40px;
  }
}
.rent_info_link03 a:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #FFFFFF;
}
@media print, screen and (min-width: 769px) {
  .rent_info_link03 a:after {
    margin: 0px 0px -2px 12px;
  }
}
@media only screen and (max-width: 768px) {
  .rent_info_link03 a:after {
    margin: 0px 0px -2px 8px;
  }
}

.rent_info_link04 a {
  background-color: #FFFFFF;
  color: #000000;
  border: 1px solid #000000;
  text-decoration: none;
  font-size: 110%;
  text-align: center;
  display: block;
  box-sizing: border-box;
  cursor: pointer;
  overflow: hidden;
}
@media print, screen and (min-width: 1281px) {
  .rent_info_link04 a {
    height: 98px;
    line-height: 97px;
    width: 100%;
    margin: 0px auto 10px;
    /*padding: 20px 0px;*/
  }
}
@media only screen and (max-width: 1280px) {
  .rent_info_link04 a {
    height: 85px;
    line-height: 84px;
    width: 80%;
    margin: 10px auto 10px auto;
    /*padding: 12px 0px;*/
  }
}
@media print, screen and (min-width: 769px) {
  .rent_info_link04 a:hover {
    opacity: 0.8;
  }
}
.rent_info_link04 a:before {
  content: '';
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
}
@media print, screen and (min-width: 769px) {
  .rent_info_link04 a:before {
    width: 30px;
    height: 30px;
    margin: 0px 12px -8px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .rent_info_link04 a:before {
    width: 22px;
    height: 22px;
    margin: 0px 8px -6px 0px;
  }
}

.rent_info_link05 a {
  background-color: #DC146B;
  color: #FFFFFF;
  border: 1px solid #DC146B;
  text-decoration: none;
  font-size: 110%;
  text-align: center;
  display: block;
  box-sizing: border-box;
  cursor: pointer;
  overflow: hidden;
}
@media print, screen and (min-width: 1281px) {
  .rent_info_link05 a {
    height: 98px;
    line-height: 97px;
    width: 100%;
    margin: 0px auto 10px;
    /*padding: 20px 0px;*/
  }
}
@media only screen and (max-width: 1280px) {
  .rent_info_link05 a {
    height: 85px;
    line-height: 84px;
    width: 80%;
    margin: 10px auto 10px auto;
    /*padding: 12px 0px;*/
  }
}
@media print, screen and (min-width: 769px) {
  .rent_info_link05 a:hover {
    opacity: 0.8;
  }
}
.rent_info_link05 a:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #FFFFFF;
}
@media print, screen and (min-width: 769px) {
  .rent_info_link05 a:after {
    margin: 0px 0px -2px 12px;
  }
}
@media only screen and (max-width: 768px) {
  .rent_info_link05 a:after {
    margin: 0px 0px -2px 8px;
  }
}

.btn_area {
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .btn_area {
    width: 40%;
    margin: 20px auto 0px;
  }
}
@media only screen and (max-width: 768px) {
  .btn_area {
    width: 100%;
    margin: 10px auto 20px;
  }
}

.rent_data {
  display: table;
  /*width: 23%;
  margin: 0 0% 10px;*/
  position: relative;
}

span.rent_setsubi {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding: 0 1%;
  height: 68px;
  line-height: 1;
  font-size: 75%;
  text-align: center;
  color: #3A3737;
  background-color: #FFFFFF;
  border: solid #5087DC 2px;
}

.rent_data span.description {
  display: none;
  position: absolute;
  padding: 10px;
  font-size: 12px;
  line-height: 1.6em;
  color: #1A1A1A;
  border-radius: 5px;
  background: #FFFFFF;
  border: solid 4px #5e95d5;
  width: 300px;
  height: 90px;
  /*display: none;
  position: absolute;
  padding: 10px;
  font-size: 12px;
  line-height: 1.6em;
  color: #1A1A1A;
  border-radius: 5px;
  background: #FFFFFF;
  border: solid 4px #5e95d5;
  width: 300px;
  height: 90px;
  &:after,&:before{
  	top: 100%;
  	left: 50%;
  	border: solid transparent;
  	content: "";
  	height: 0;
  	width: 0;
  	position: absolute;
  	pointer-events: none;
  }
  &:after {
  	border-color: rgba(255, 255, 255, 0);
  	border-top-color: #ffffff;
  	border-width: 10px;
  	margin-left: -10px;
  }
  &:before {
  	border-color: rgba(94, 149, 213, 0);
  	border-top-color: #5e95d5;
  	border-width: 16px;
  	margin-left: -16px;
  }*/
}
.rent_data span.description:after, .rent_data span.description:before {
  top: 100%;
  left: 12%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.rent_data span.description:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 10px;
  margin-left: -10px;
}
.rent_data span.description:before {
  border-color: rgba(94, 149, 213, 0);
  border-top-color: #5e95d5;
  border-width: 16px;
  margin-left: -16px;
}

li.rent_data:hover span.description {
  display: inline-block !important;
  top: -103px !important;
  left: -10px !important;
  z-index: 20 !important;
}
@media only screen and (max-width: 768px) {
  li.rent_data:hover span.description {
    display: none !important;
  }
}

.rent_set01 {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding: 0 1%;
  text-align: center;
  color: #FFFFFF;
  /*background-color:#5087DC;*/
  background-color: #6DA6E3;
  border: solid #5087DC 1px;
  font-weight: 600;
  border-radius: 10px;
}
@media print, screen and (min-width: 769px) {
  .rent_set01 {
    height: 68px;
    line-height: 1.5;
    font-size: 85%;
  }
}
@media only screen and (max-width: 768px) {
  .rent_set01 {
    height: 48px;
    line-height: 1.2;
    /*font-size: 60%!important;*/
    font-size: 90% !important;
    border-radius: 5px;
  }
}
.rent_set01 em {
  color: #FFF172 !important;
}
@media print, screen and (min-width: 769px) {
  .rent_set01 em {
    font-size: 95%;
  }
}
@media only screen and (max-width: 768px) {
  .rent_set01 em {
    font-size: 98%;
  }
}

.rent_set02 {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding: 0 1%;
  text-align: center;
  color: #FFFFFF;
  /*background-color:#028A7B;*/
  background-color: #56BDAC;
  border: solid #028A7B 1px;
  font-weight: 600;
  border-radius: 10px;
}
@media print, screen and (min-width: 769px) {
  .rent_set02 {
    height: 68px;
    line-height: 1.5;
    font-size: 85%;
  }
}
@media only screen and (max-width: 768px) {
  .rent_set02 {
    height: 48px;
    line-height: 1.2;
    /*font-size: 60%!important;*/
    font-size: 90% !important;
    border-radius: 5px;
  }
}

.rent_serch_ti01 {
  display: table !important;
  height: 63px !important;
  width: 100% !important;
  /*color: #5C5C5C!important;
  background-color: #F7CBEC!important;*/
  background-color: #F3EAEA;
  color: #C42C73;
  border: 1px solid #C42C73;
  padding: 6px 1% !important;
  font-weight: 400 !important;
}
@media print, screen and (min-width: 769px) {
  .rent_serch_ti01 {
    text-align: left !important;
    font-size: 1.5rem !important;
    /*line-height: 63px!important;*/
  }
}
@media only screen and (max-width: 768px) {
  .rent_serch_ti01 {
    text-align: center !important;
    font-size: 1.4rem !important;
    /*line-height: 63px!important;*/
    margin-bottom: 15px !important;
  }
}
.rent_serch_ti01 span.rent_serch_ti01_in {
  display: table-cell !important;
  vertical-align: middle;
}

.rent_pic_data01 {
  /*border: #BAE1F1 solid 1px;*/
}
@media print, screen and (min-width: 769px) {
  .rent_pic_data01 {
    width: 100%;
    padding: 10px 2%;
  }
}
@media only screen and (max-width: 768px) {
  .rent_pic_data01 {
    width: 100%;
    padding: 10px 2%;
  }
}
.rent_pic_data01 .rent_pic_data01_ti {
  display: block;
  background-color: #2585DF;
  color: #FFFFFF;
}
@media print, screen and (min-width: 769px) {
  .rent_pic_data01 .rent_pic_data01_ti {
    font-size: 150%;
    padding: 5px 2%;
  }
}
@media only screen and (max-width: 768px) {
  .rent_pic_data01 .rent_pic_data01_ti {
    font-size: 160%;
    text-align: center;
    width: 100%;
    padding: 10px 2%;
  }
}
.rent_pic_data01 .rent_pic_data01_com {
  display: block;
  color: #4A4A4A;
  border: #2585DF solid 1px;
}
@media print, screen and (min-width: 769px) {
  .rent_pic_data01 .rent_pic_data01_com {
    padding: 5px 2%;
  }
  .rent_pic_data01 .rent_pic_data01_com p {
    font-size: 130% !important;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 768px) {
  .rent_pic_data01 .rent_pic_data01_com {
    /*font-size: 10px!important;*/
    text-align: left;
    width: 100%;
    padding: 10px 2%;
  }
  .rent_pic_data01 .rent_pic_data01_com p {
    font-size: 140% !important;
    line-height: 1.2 !important;
  }
}

.rent_pic_data02 {
  border: #F9C0E5 solid 1px;
  background-color: #FFFFFF;
}
@media print, screen and (min-width: 769px) {
  .rent_pic_data02 {
    width: 100%;
    padding: 10px 2%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 768px) {
  .rent_pic_data02 {
    width: 100%;
    padding: 10px 2%;
  }
}
.rent_pic_data02 .rent_pic_data02_ti {
  display: block;
  background-color: #E12074;
  color: #FFFFFF;
  width: calc(28% - 0px);
  text-align: center;
  /*@include wi-pc{
  padding: 5px 2%;
  }
  @include wi-sm1{
  font-size: 12px;
  text-align: center;
  width: 100%;
  padding: 10px 2%;
  }*/
}
@media print, screen and (min-width: 769px) {
  .rent_pic_data02 .rent_pic_data02_ti {
    float: left;
    font-size: 90%;
    width: 18%;
    padding: 10px 1%;
  }
}
@media only screen and (max-width: 768px) {
  .rent_pic_data02 .rent_pic_data02_ti {
    font-size: 160%;
    width: 100%;
    padding: 10px 1%;
  }
}
.rent_pic_data02 .rent_pic_data02_ti:before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
}
@media print, screen and (min-width: 769px) {
  .rent_pic_data02 .rent_pic_data02_ti:before {
    display: block;
    width: 78%;
    height: 80px;
    margin: 0 auto 8px;
  }
}
@media only screen and (max-width: 768px) {
  .rent_pic_data02 .rent_pic_data02_ti:before {
    display: block;
    width: 40px;
    height: 40px;
    /*margin: 0 8px -7px 0;*/
    margin: 0 auto 10px;
    /*border-radius: 8px;*/
  }
}
.rent_pic_data02 .rent_pic_data02_com {
  display: block;
  color: #4A4A4A;
  border: #E12074 solid 1px;
}
@media print, screen and (min-width: 769px) {
  .rent_pic_data02 .rent_pic_data02_com {
    width: calc(82% - 0px);
    padding: 5px 2%;
  }
}
@media only screen and (max-width: 768px) {
  .rent_pic_data02 .rent_pic_data02_com {
    font-size: 10px !important;
    text-align: left;
    width: 100%;
    padding: 10px 2%;
  }
}
@media print, screen and (min-width: 769px) {
  .rent_pic_data02 .rent_pic_data02_com p {
    font-size: 110% !important;
    line-height: 1.4 !important;
  }
}
@media only screen and (max-width: 768px) {
  .rent_pic_data02 .rent_pic_data02_com p {
    font-size: 170% !important;
    line-height: 1.6 !important;
  }
}

.rent_pic_data03 {
  border: #FCE1C9 solid 1px;
  background-color: #FFFFFF;
}
@media print, screen and (min-width: 769px) {
  .rent_pic_data03 {
    width: 100%;
    padding: 10px 2%;
  }
}
@media only screen and (max-width: 768px) {
  .rent_pic_data03 {
    width: 100%;
    padding: 10px 2%;
  }
}
.rent_pic_data03 .rent_pic_data03_ti {
  display: block;
  background-color: #DD7112;
  color: #FFFFFF;
  text-align: center;
  /*@include wi-pc{
  padding: 5px 2%;
  }
  @include wi-sm1{
  font-size: 12px;
  text-align: center;
  width: 100%;
  padding: 10px 2%;
  }*/
}
@media print, screen and (min-width: 769px) {
  .rent_pic_data03 .rent_pic_data03_ti {
    float: left;
    border-radius: 8%;
    font-size: 90%;
    width: 18%;
    padding: 10px 1%;
  }
}
@media only screen and (max-width: 768px) {
  .rent_pic_data03 .rent_pic_data03_ti {
    font-size: 160%;
    width: 100%;
    padding: 10px 1%;
  }
}
.rent_pic_data03 .rent_pic_data03_ti:before {
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
}
@media print, screen and (min-width: 769px) {
  .rent_pic_data03 .rent_pic_data03_ti:before {
    display: block;
    width: 98%;
    height: 120px;
    margin: 0 auto 8px;
    border-radius: 8px;
  }
}
@media only screen and (max-width: 768px) {
  .rent_pic_data03 .rent_pic_data03_ti:before {
    display: block;
    width: 60px;
    height: 60px;
    /*margin: 0 8px -7px 0;*/
    margin: 0 auto 10px;
    /*border-radius: 8px;*/
    border-radius: 50%;
  }
}
.rent_pic_data03 .rent_pic_data03_com {
  display: block;
  color: #4A4A4A;
  border: #DD7112 solid 1px;
}
@media print, screen and (min-width: 769px) {
  .rent_pic_data03 .rent_pic_data03_com {
    position: relative;
    float: right;
    width: 79%;
    padding: 15px 2%;
    border-radius: 20px;
  }
  .rent_pic_data03 .rent_pic_data03_com:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -23px;
    margin-top: -12px;
    border: 12px solid transparent;
    border-right-color: transparent;
    border-right-style: solid;
    border-right-width: 12px;
    border-right: 12px solid #FFF;
    z-index: 2;
  }
  .rent_pic_data03 .rent_pic_data03_com:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -25px;
    margin-top: -13px;
    border: 13px solid transparent;
    border-right-color: transparent;
    border-right-style: solid;
    border-right-width: 13px;
    border-right: 13px solid #DD7112;
    z-index: 1;
  }
}
@media only screen and (max-width: 768px) {
  .rent_pic_data03 .rent_pic_data03_com {
    font-size: 10px !important;
    text-align: left;
    width: 100%;
    padding: 10px 2%;
  }
}
@media print, screen and (min-width: 769px) {
  .rent_pic_data03 .rent_pic_data03_com p {
    font-size: 110% !important;
    line-height: 1.4 !important;
  }
}
@media only screen and (max-width: 768px) {
  .rent_pic_data03 .rent_pic_data03_com p {
    font-size: 170% !important;
    line-height: 1.6 !important;
  }
}

.chk_all_area {
  display: table;
}
@media print, screen and (min-width: 769px) {
  .chk_all_area {
    width: 100%;
    height: 63px;
    background-color: #C14A85;
    color: #FFFFFF;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .chk_all_area {
    width: 100%;
    height: 26px;
    padding: 0 3%;
    text-align: left;
  }
}
.chk_all_area span {
  display: table-cell;
  vertical-align: middle;
}

.triangle_rent {
  width: 0;
  height: 0;
  margin: 6px auto;
  border-left: 22px solid transparent;
  border-right: 22px solid transparent;
  border-top: 22px solid #C42023;
}

.bl_pc5_sm2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  /* 折返し指定 */
  flex-direction: row;
  /* 左から右へ水平方向に配置 */
  /*justify-content: space-around;*/
  /* 等間隔に配置各アイテムの両側に半分のサイズの間隔 */
  justify-content: space-evenly;
  /* 等間隔に配置各アイテムの周りに同じサイズの間隔 */
}
@media print, screen and (min-width: 769px) {
  .bl_pc5_sm2 .fl-box {
    width: 20%;
    margin: 0px 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .bl_pc5_sm2 .fl-box {
    width: 48%;
    margin: 0px 0 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .bl_pc5_sm2 .bdlf_pc {
    border-right: 2px solid #393939;
  }
}
@media only screen and (max-width: 768px) {
  .bl_pc5_sm2 .bdlf_pc {
    border: none;
  }
}

.bl_pc2_sm1 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  /* 折返し指定 */
  flex-direction: row;
  /* 左から右へ水平方向に配置 */
  /*justify-content: space-around;*/
  /* 等間隔に配置各アイテムの両側に半分のサイズの間隔 */
  justify-content: space-evenly;
  /* 等間隔に配置各アイテムの周りに同じサイズの間隔 */
}
@media print, screen and (min-width: 769px) {
  .bl_pc2_sm1 .fl-box {
    width: 50%;
    margin: 0px 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .bl_pc2_sm1 .fl-box {
    border: 1px solid #6A6A6A !important;
    border-radius: 10px;
    width: 100%;
    margin: 0px 0 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .bl_pc2_sm1 .bdlf_pc {
    border-right: 2px solid #393939;
  }
}
@media only screen and (max-width: 768px) {
  .bl_pc2_sm1 .bdlf_pc {
    border: none;
  }
}
@media print, screen and (min-width: 769px) {
  .bl_pc2_sm1 .fl-box_info_btn {
    border-radius: 30px;
    width: 48%;
    margin: 0px 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .bl_pc2_sm1 .fl-box_info_btn {
    border-radius: 25px;
    width: 100%;
    margin: 0px 0 20px;
  }
}
.bl_pc2_sm1 .fl-box_info_btn.info_li_bg01 {
  background-color: #F5E3E8 !important;
}
.bl_pc2_sm1 .fl-box_info_btn.info_li_bg02 {
  background-color: #E3EDF5 !important;
}
.bl_pc2_sm1 .fl-box_info_btn.info_li_bg03 {
  background-color: #E3F5EF !important;
}
.bl_pc2_sm1 .fl-box_info_btn.info_li_bg04 {
  background-color: #F6FBE0 !important;
}
@media print, screen and (min-width: 1301px) {
  .bl_pc2_sm1 .fl-box01 {
    width: 70%;
    margin: 0px 0 0px;
  }
}
@media only screen and (max-width: 1300px) {
  .bl_pc2_sm1 .fl-box01 {
    width: 100%;
    margin: 0px 0 20px;
  }
}
@media print, screen and (min-width: 1301px) {
  .bl_pc2_sm1 .fl-box01_sub {
    width: 100%;
    margin: 0px 0 0px;
  }
}
@media only screen and (max-width: 1300px) {
  .bl_pc2_sm1 .fl-box01_sub {
    width: 100%;
    margin: 0px 0 20px;
  }
}
@media print, screen and (min-width: 1301px) {
  .bl_pc2_sm1 .fl-box02 {
    width: 29%;
    margin: 0px 0 0px;
  }
}
@media only screen and (max-width: 1300px) {
  .bl_pc2_sm1 .fl-box02 {
    width: 100%;
    margin: 0px 0 20px;
    padding: 0 8%;
  }
}
@media print, screen and (min-width: 769px) {
  .bl_pc2_sm1 .fl-box03 {
    width: 60%;
    margin: 0px 0 0px;
  }
}
@media only screen and (max-width: 768px) {
  .bl_pc2_sm1 .fl-box03 {
    width: 100%;
    margin: 0px 0 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .bl_pc2_sm1 .fl-box04 {
    width: 38%;
    margin: 0px 0 0px;
  }
}
@media only screen and (max-width: 768px) {
  .bl_pc2_sm1 .fl-box04 {
    width: 100%;
    margin: 0px 0 20px;
  }
}
.bl_pc2_sm1 .fl-box05 {
  background-color: #FFFFFF;
  border-radius: 30px;
  /*box-shadow: 0 5px 10px rgba(94, 135, 178, 0.4);*/
}
@media print, screen and (min-width: 769px) {
  .bl_pc2_sm1 .fl-box05 {
    width: 48%;
    margin: 0px 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .bl_pc2_sm1 .fl-box05 {
    width: 100%;
    margin: 0px 0 20px;
  }
}
.bl_pc2_sm1 .fl-box06 {
  background: linear-gradient(-135deg, #56d6fc, #189efd);
  border-radius: 30px;
  /*box-shadow: 0 5px 10px rgba(94, 135, 178, 0.4);*/
}
@media print, screen and (min-width: 769px) {
  .bl_pc2_sm1 .fl-box06 {
    width: 48%;
    margin: 0px 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .bl_pc2_sm1 .fl-box06 {
    width: 98%;
    margin: 0px 1% 10px;
  }
}

.bl_pc2_sm2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  /* 折返し指定 */
  flex-direction: row;
  /* 左から右へ水平方向に配置 */
  /*justify-content: space-around;*/
  /* 等間隔に配置各アイテムの両側に半分のサイズの間隔 */
  justify-content: space-evenly;
  /* 等間隔に配置各アイテムの周りに同じサイズの間隔 */
}
@media print, screen and (min-width: 769px) {
  .bl_pc2_sm2 .fl-box {
    width: 48%;
    margin: 0px 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .bl_pc2_sm2 .fl-box {
    width: 48%;
    margin: 0px 0 20px;
  }
}
.bl_pc2_sm2 .fl-box_sub {
  background-color: #FFFFFF;
}
@media print, screen and (min-width: 769px) {
  .bl_pc2_sm2 .fl-box_sub {
    width: 48%;
    margin: 0px 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .bl_pc2_sm2 .fl-box_sub {
    width: 80%;
    margin: 0px auto 20px;
  }
}

.bl_pc3_sm1 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  /* 折返し指定 */
  flex-direction: row;
  /* 左から右へ水平方向に配置 */
  /*justify-content: space-around;*/
  /* 等間隔に配置各アイテムの両側に半分のサイズの間隔 */
  justify-content: space-evenly;
  /* 等間隔に配置各アイテムの周りに同じサイズの間隔 */
}
@media print, screen and (min-width: 769px) {
  .bl_pc3_sm1 .fl-box {
    width: 31.33333%;
    margin: 0px 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .bl_pc3_sm1 .fl-box {
    width: 100%;
    margin: 0px 0 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .bl_pc3_sm1 .fl-box01 {
    width: 20%;
    margin: 0px 0 0px;
  }
}
@media only screen and (max-width: 768px) {
  .bl_pc3_sm1 .fl-box01 {
    width: 100%;
    margin: 0px 0 0px;
  }
}

.bl_pc4_sm2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.bl_pc4_sm2 .fl-box {
  background: url("../images/common/ft_icon02.jpg") no-repeat right center;
}
@media print, screen and (min-width: 769px) {
  .bl_pc4_sm2 .fl-box {
    width: 24%;
    margin: 0px 0.5% 8px;
  }
}
@media only screen and (max-width: 768px) {
  .bl_pc4_sm2 .fl-box {
    width: 48%;
    margin: 0px 1% 8px;
  }
}

.bl_pc3_sm2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  /* 折返し指定 */
  flex-direction: row;
  /* 左から右へ水平方向に配置 */
  /*justify-content: space-around;*/
  /* 等間隔に配置各アイテムの両側に半分のサイズの間隔 */
  justify-content: space-evenly;
  /* 等間隔に配置各アイテムの周りに同じサイズの間隔 */
}
@media print, screen and (min-width: 769px) {
  .bl_pc3_sm2 .fl-box {
    width: 33.33333%;
    margin: 0px 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .bl_pc3_sm2 .fl-box {
    width: 48%;
    margin: 0px 0 20px;
  }
}

.rent_sbp_ti01 {
  padding: 0 1rem 1rem 1rem;
  padding-top: 0px;
  border-bottom: 2px solid #f5f5f5;
  padding-top: 20px;
  position: relative;
  font-size: 1.3rem;
}
.rent_sbp_ti01 span {
  display: block;
  background-color: #FC9614;
  border-radius: 50px;
  color: #FFFFFF;
  text-align: center;
  font-size: .9rem;
  margin-bottom: 18px;
}
@media print, screen and (min-width: 769px) {
  .rent_sbp_ti01 span {
    width: 108px;
    line-height: 1.5;
    padding: 12px 0;
  }
}
@media only screen and (max-width: 768px) {
  .rent_sbp_ti01 span {
    width: 98px;
    line-height: 1.5;
    padding: 8px 0;
  }
}

.rent_sbp_ti02 {
  padding: 0 1rem 1rem 1rem;
  padding-top: 0px;
  border-bottom: 2px solid #f5f5f5;
  padding-top: 20px !important;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .rent_sbp_ti02 {
    padding: 0 1rem 1rem 1rem;
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 768px) {
  .rent_sbp_ti02 {
    padding: 0 .5rem 1rem .5rem;
    /*font-size: 10px;*/
    font-size: 1.3rem;
  }
}

.rent_sbp_ti03 {
  padding: 0 1rem 1rem 1rem;
  padding-top: 0px;
  border-bottom: 2px solid #f5f5f5;
  padding-top: 20px !important;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .rent_sbp_ti03 {
    padding: 0 1rem 1rem 1rem;
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .rent_sbp_ti03 {
    padding: 0 .5rem 1rem .5rem;
    font-size: 8px;
  }
}

.rent_sbp_ti04 {
  padding: 0 1rem 0.5rem 1rem;
  padding-top: 0px;
  padding-top: 20px;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .rent_sbp_ti04 {
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 768px) {
  .rent_sbp_ti04 {
    font-size: 12px;
  }
}
.rent_sbp_ti04 span {
  display: block;
  width: 98px;
  line-height: 1.5;
  background-color: #A20E6A;
  border-radius: 50px;
  color: #FFFFFF;
  text-align: center;
  font-size: .9rem;
  margin-bottom: 18px;
}

.rent_sbp_com01 {
  padding: 0 1rem 2rem 1rem;
  padding-top: 0px;
  padding-top: 20px;
  position: relative;
  font-size: 1rem;
  line-height: 1.3;
}

.rent_sbp_com02 {
  padding-top: 0px;
  padding-top: 0px;
  position: relative;
  font-size: 1rem;
  line-height: 1.3;
}
@media print, screen and (min-width: 769px) {
  .rent_sbp_com02 {
    padding: 0 1rem 1.2rem 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .rent_sbp_com02 {
    padding: 0 1rem 0 1rem;
  }
}

.rent_sbp_icon a {
  width: 100%;
  display: block;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .rent_sbp_icon a {
    padding: 2rem 0;
  }
}
@media only screen and (max-width: 768px) {
  .rent_sbp_icon a {
    padding: 1rem 0;
  }
}
.rent_sbp_icon a img {
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .rent_sbp_icon a img {
    width: 90px;
  }
}
@media only screen and (max-width: 768px) {
  .rent_sbp_icon a img {
    width: 20%;
  }
}

.rent_bn_img {
  width: 96%;
  height: auto;
  margin: 1rem auto 0;
  font-size: 0px;
  line-height: 0px;
}
.rent_bn_img img {
  width: 100%;
  height: auto;
}

.q_rent_ti {
  padding: 0 1rem 1rem 1rem;
  padding-top: 0px;
  border-bottom: 2px solid #f5f5f5;
  padding-top: 20px;
  position: relative;
  color: #FFFFFF;
  background-color: #ee8ba0;
}
@media print, screen and (min-width: 769px) {
  .q_rent_ti {
    font-size: 130%;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 768px) {
  .q_rent_ti {
    font-size: 115%;
    line-height: 1.4;
  }
}

.q_pref_ti {
  padding: 0 1rem 1rem 1rem;
  padding-top: 0px;
  border-bottom: 2px solid #f5f5f5;
  padding-top: 20px;
  position: relative;
  color: #FFFFFF;
  background-color: #69beea;
}
@media print, screen and (min-width: 769px) {
  .q_pref_ti {
    font-size: 130%;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 768px) {
  .q_pref_ti {
    font-size: 115%;
    line-height: 1.4;
  }
}

/*.q_rent_ti{
	padding: 0 1rem 1rem 2rem;
	padding-top: 0px;
	border-bottom: 2px solid #f5f5f5;
	padding-top: 20px;
	position: relative;
	&:before{
		position: absolute;
		display: block;
		content: "〇";
		font-size: 1rem;
		color: #C70B80;
		
		left: 0.5rem;
		top: 20px;
		bottom: 0;
		margin: auto;
		
	}
}
.q_pref_ti{
	padding: 0 1rem 1rem 2rem;
	padding-top: 0px;
	border-bottom: 2px solid #f5f5f5;
	padding-top: 20px;
	position: relative;
	&:before{
		position: absolute;
		display: block;
		content: "〇";
		font-size: 1rem;
		color: #149DE0;
		
		left: 0.5rem;
		top: 20px;
		bottom: 0;
		margin: auto;
		
	}
}*/
.q_ti_link a {
  text-decoration: none;
  color: #2E2E2E;
  display: block;
  width: 100%;
  padding: 20px 2rem 20px 1rem;
  position: relative;
}
.q_ti_link a:after {
  position: absolute;
  content: "";
  border: 0;
  border-top: solid 2px #02071D;
  border-right: solid 2px #02071D;
  display: inline-block;
  width: 10px;
  height: 10px;
  transform: translateY(-50%) rotate(45deg);
  right: 0.5rem;
  top: 16px;
  bottom: 0;
  margin: auto;
}
@media print, screen and (min-width: 769px) {
  .q_ti_link a:hover {
    opacity: 0.8;
  }
}

.dl_ti_link a {
  text-decoration: none;
  color: #2E2E2E;
  display: block;
  width: 100%;
  padding: 20px 2rem 20px 1rem;
  position: relative;
  /*&:after{
  	position: absolute;
  	content: "";
  	border: 0;
  	border-top: solid 2px #02071D;
  	border-right: solid 2px #02071D;
  	display: inline-block;
  	width: 10px;
  	height: 10px;
  	transform: translateY(-50%) rotate(45deg);
  	
  	right: 0.5rem;
  	top: 16px;
  	bottom: 0;
  	margin: auto;
  	
  }*/
}
@media print, screen and (min-width: 769px) {
  .dl_ti_link a {
    font-size: 85%;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 768px) {
  .dl_ti_link a {
    font-size: 75%;
    line-height: 1.2;
  }
}
@media print, screen and (min-width: 769px) {
  .dl_ti_link a:hover {
    opacity: 0.8;
  }
}

.info_ti_link a {
  text-decoration: none;
  color: #2E2E2E;
  display: block;
  width: 100%;
  padding: 20px 2.5rem 20px 1rem;
  position: relative;
}
.info_ti_link a:after {
  position: absolute;
  content: "";
  border: 0;
  border-top: solid 2px #02071D;
  border-right: solid 2px #02071D;
  display: inline-block;
  width: 10px;
  height: 10px;
  transform: translateY(-50%) rotate(45deg);
  right: 1.5rem;
  top: 16px;
  bottom: 0;
  margin: auto;
}
@media print, screen and (min-width: 769px) {
  .info_ti_link a:hover {
    opacity: 0.8;
  }
}

.ab_ic01 a, .ab_ic02 a, .ab_ic03 a, .ab_ic04 a, .ab_ic05 a, .ab_ic06 a {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .ab_ic01 a, .ab_ic02 a, .ab_ic03 a, .ab_ic04 a, .ab_ic05 a, .ab_ic06 a {
    padding-left: 80px !important;
  }
}
.ab_ic01 a:before, .ab_ic02 a:before, .ab_ic03 a:before, .ab_ic04 a:before, .ab_ic05 a:before, .ab_ic06 a:before {
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 769px) {
  .ab_ic01 a:before, .ab_ic02 a:before, .ab_ic03 a:before, .ab_ic04 a:before, .ab_ic05 a:before, .ab_ic06 a:before {
    border-radius: 30px;
    display: block;
    width: 100%;
    height: 195px;
    margin: 0px auto 30px;
  }
}
@media only screen and (max-width: 768px) {
  .ab_ic01 a:before, .ab_ic02 a:before, .ab_ic03 a:before, .ab_ic04 a:before, .ab_ic05 a:before, .ab_ic06 a:before {
    border-radius: 50%;
    display: inline-block;
    border-radius: 55px;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 8%;
    left: 2%;
  }
}

.q_ti_link01 a {
  text-decoration: none;
  color: #2E2E2E;
  display: block;
  width: 100%;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .q_ti_link01 a {
    padding: 20px 3rem 20px 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .q_ti_link01 a {
    padding: 20px 2.2rem 20px 2.1rem;
  }
}
.q_ti_link01 a:after {
  position: absolute;
  content: "";
  border: 0;
  border-top: solid 2px #02071D;
  border-right: solid 2px #02071D;
  display: inline-block;
  width: 10px;
  height: 10px;
  transform: translateY(-50%) rotate(45deg);
  margin: auto;
}
@media print, screen and (min-width: 769px) {
  .q_ti_link01 a:after {
    right: 2.5rem;
    /*top: 14px;*/
    top: 50%;
    transform: 3s;
  }
}
@media only screen and (max-width: 768px) {
  .q_ti_link01 a:after {
    right: 1.8rem;
    top: 14px;
  }
}
@media print, screen and (min-width: 769px) {
  .q_ti_link01 a:hover {
    opacity: 0.8;
  }
  .q_ti_link01 a:hover:after {
    transform: 3s;
    right: 1.5rem;
  }
}

.q_ti_link01_gr_blue a {
  text-decoration: none;
  color: #FFFFFF;
  display: block;
  width: 100%;
  position: relative;
  font-weight: 600;
}
@media print, screen and (min-width: 769px) {
  .q_ti_link01_gr_blue a {
    font-size: 1.5rem;
    border-radius: 30px;
    padding: 20px 3rem 20px 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .q_ti_link01_gr_blue a {
    /*font-size: 0.75rem;*/
    font-size: 1.2rem;
    border-radius: 30px;
    padding: 20px 2.2rem 20px 2.1rem;
  }
}
.q_ti_link01_gr_blue a:after {
  position: absolute;
  content: "";
  border: 0;
  border-top: solid 2px #FFFFFF;
  border-right: solid 2px #FFFFFF;
  display: inline-block;
  width: 10px;
  height: 10px;
  transform: translateY(-50%) rotate(45deg);
  margin: auto;
}
@media print, screen and (min-width: 769px) {
  .q_ti_link01_gr_blue a:after {
    right: 2.5rem;
    /*top: 14px;*/
    top: 50%;
    transform: 3s;
  }
}
@media only screen and (max-width: 768px) {
  .q_ti_link01_gr_blue a:after {
    right: 1.8rem;
    /*top: 14px;*/
    top: 50%;
  }
}
@media print, screen and (min-width: 769px) {
  .q_ti_link01_gr_blue a:hover {
    opacity: 0.8;
  }
  .q_ti_link01_gr_blue a:hover:after {
    transform: 3s;
    right: 1.5rem;
  }
}

.q_lf_ic {
  display: block;
  width: 100%;
  padding: 10px 1rem 10px 2rem;
  position: relative;
  /*&:before{
  	position: absolute;
  	content: "";
  	border: 0;
  	border-top: solid 2px #02071D;
  	border-right: solid 2px #02071D;
  	display: inline-block;
  	width: 10px;
  	height: 10px;
  	transform: translateY(-50%) rotate(45deg);
  	
  	left: 0.5rem;
  	top: 16px;
  	bottom: 0;
  	margin: auto;
  	
  }*/
}
@media print, screen and (min-width: 769px) {
  .q_lf_ic {
    font-size: 160% !important;
    padding-left: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .q_lf_ic {
    font-size: 120% !important;
    padding-left: 25px;
  }
}
.q_lf_ic:before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2px;
  width: 13px;
  height: 13px;
  border-top: 3px solid #3675F5;
  border-right: 3px solid #3675F5;
  transform: rotate(45deg);
}
.q_lf_ic:after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1px;
  width: 15px;
  height: 3px;
  background: #3675F5;
}

ul.q_list01 {
  padding: 0 1rem 1rem 1rem;
  padding-top: 20px;
}
ul.q_list01 li a {
  display: block;
  text-decoration: none;
  color: #0A275B;
  position: relative;
  padding-left: 1rem;
  /*text-indent: -1em;*/
  font-size: 100%;
  line-height: 1.3;
  padding-bottom: 20px;
}
ul.q_list01 li a:before {
  position: absolute;
  top: 1px;
  left: -0.2rem;
  content: "●" !important;
  font-family: "Icons" !important;
  padding-right: 0px !important;
}

ul.q_list02_rent {
  padding-top: 20px;
}
@media print, screen and (min-width: 769px) {
  ul.q_list02_rent {
    padding: 0 1rem 1rem 1rem;
  }
}
@media only screen and (max-width: 768px) {
  ul.q_list02_rent {
    padding: 0 0 1rem 0;
  }
}
ul.q_list02_rent li {
  display: block;
  text-decoration: none;
  color: #0A275B;
  position: relative;
  padding-left: 38px;
  font-size: 130%;
  line-height: 1.6;
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 1px solid #B3B3B3;
}
ul.q_list02_rent li:before {
  position: absolute;
  top: 1px;
  left: 0.2rem;
  content: "" !important;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  width: 30px;
  height: 30px;
  background-color: #ED34A7;
  border-radius: 2px;
  padding-right: 0px !important;
}
ul.q_list02_rent li a {
  text-decoration: none;
  color: #0A275B;
}

ul.q_list02_pref {
  padding-top: 20px;
}
@media print, screen and (min-width: 769px) {
  ul.q_list02_pref {
    padding: 0 1rem 1rem 1rem;
  }
}
@media only screen and (max-width: 768px) {
  ul.q_list02_pref {
    padding: 0 0 1rem 0;
  }
}
ul.q_list02_pref li {
  display: block;
  text-decoration: none;
  color: #0A275B;
  position: relative;
  padding-left: 38px;
  font-size: 130%;
  line-height: 1.6;
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 1px solid #B3B3B3;
}
ul.q_list02_pref li:before {
  position: absolute;
  top: 1px;
  left: 0.2rem;
  content: "" !important;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  width: 30px;
  height: 30px;
  background-color: #149DE0;
  border-radius: 2px;
  padding-right: 0px !important;
}
ul.q_list02_pref li a {
  text-decoration: none;
  color: #0A275B;
}

.dl_ti {
  padding: 0 1rem 1rem 2rem;
  padding-top: 0px;
  border-bottom: 2px solid #f5f5f5;
  padding-top: 20px;
  position: relative;
  font-size: 120%;
  line-height: 1;
}
.dl_ti:before {
  position: absolute;
  display: block;
  content: "■";
  font-size: 1rem;
  color: #0E2958;
  left: 0.5rem;
  top: 20px;
  bottom: 0;
  margin: auto;
}

.at-data01 {
  color: #f9485a;
}
@media print, screen and (min-width: 769px) {
  .at-data01 {
    text-align: center;
    font-size: 120%;
  }
}
@media only screen and (max-width: 768px) {
  .at-data01 {
    text-align: center;
    font-size: 82%;
  }
}

.fontbld {
  font-weight: 600;
}

.dl_com {
  color: #222222;
}
@media print, screen and (min-width: 769px) {
  .dl_com {
    font-size: 130%;
    line-height: 1.8;
    padding: 30px 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .dl_com {
    /*font-size: 122%;*/
    font-size: 80%;
    line-height: 1.4;
    padding: 18px 1rem;
  }
}
@media only screen and (max-width: 1280px) {
  .dl_com br {
    display: none;
  }
}
.dl_com em {
  color: #f9485a;
}
@media print, screen and (min-width: 769px) {
  .dl_com em {
    font-size: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .dl_com em {
    font-size: 42%;
  }
}

.dl_pdf a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #3D3D3D;
  padding: 0 2rem 20px 2.5rem;
  padding-top: 0px;
  border-top: 1px solid #DCDCDC;
  padding-top: 20px;
  position: relative;
  font-size: 90%;
  line-height: 1;
  background-color: #F7FBFF;
}
@media print, screen and (min-width: 769px) {
  .dl_pdf a:hover {
    opacity: 0.8;
  }
}
.dl_pdf a:before {
  position: absolute;
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  width: 22px;
  height: 22px;
  left: 0.5rem;
  top: 5px;
  bottom: 0;
  margin: auto;
}
.dl_pdf a:after {
  position: absolute;
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  width: 22px;
  height: 22px;
  right: 0.5rem;
  top: 5px;
  bottom: 0;
  margin: auto;
}

.dl_word a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #3D3D3D;
  padding: 0 2rem 20px 2.5rem;
  padding-top: 0px;
  border-top: 1px solid #DCDCDC;
  padding-top: 20px;
  position: relative;
  font-size: 90%;
  line-height: 1;
  background-color: #F7FBFF;
}
@media print, screen and (min-width: 769px) {
  .dl_word a:hover {
    opacity: 0.8;
  }
}
.dl_word a:before {
  position: absolute;
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  width: 22px;
  height: 22px;
  left: 0.5rem;
  top: 5px;
  bottom: 0;
  margin: auto;
}
.dl_word a:after {
  position: absolute;
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  width: 22px;
  height: 22px;
  right: 0.5rem;
  top: 5px;
  bottom: 0;
  margin: auto;
}

.dl_excel a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #3D3D3D;
  padding: 0 2rem 20px 2.5rem;
  padding-top: 0px;
  border-top: 1px solid #DCDCDC;
  padding-top: 20px;
  position: relative;
  font-size: 90%;
  line-height: 1;
  background-color: #F7FBFF;
}
@media print, screen and (min-width: 769px) {
  .dl_excel a:hover {
    opacity: 0.8;
  }
}
.dl_excel a:before {
  position: absolute;
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  width: 22px;
  height: 22px;
  left: 0.5rem;
  top: 5px;
  bottom: 0;
  margin: auto;
}
.dl_excel a:after {
  position: absolute;
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  width: 22px;
  height: 22px;
  right: 0.5rem;
  top: 5px;
  bottom: 0;
  margin: auto;
}

.a_ti {
  display: block;
  text-decoration: none;
  color: #0A275B;
  position: relative;
  padding-left: 38px;
  font-size: 130%;
  line-height: 1.6;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.a_ti:before {
  position: absolute;
  top: 1px;
  left: 0.2rem;
  content: "" !important;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  width: 30px;
  height: 30px;
  background-color: #1059C9;
  border-radius: 2px;
  padding-right: 0px !important;
}

#q_cate_ti_rent {
  font-size: 110%;
  line-height: 1.8;
  color: #ED34A7;
  background-color: #FFFFFF;
  border: solid 1px #ED34A7;
}
@media print, screen and (min-width: 769px) {
  #q_cate_ti_rent {
    width: 43%;
    text-align: center;
    padding: 10px 1%;
  }
}
@media only screen and (max-width: 768px) {
  #q_cate_ti_rent {
    width: 100%;
    text-align: center;
    padding: 5px 1%;
  }
}

#q_cate_ti_rent_in {
  font-size: 110%;
  line-height: 1.8;
  color: #ED34A7;
  background-color: #FFFFFF;
  border: solid 1px #ED34A7;
}
@media print, screen and (min-width: 769px) {
  #q_cate_ti_rent_in {
    width: 100%;
    text-align: center;
    padding: 10px 1%;
  }
}
@media only screen and (max-width: 768px) {
  #q_cate_ti_rent_in {
    width: 100%;
    text-align: center;
    padding: 5px 1%;
  }
}

#q_cate_ti_pref {
  font-size: 110%;
  line-height: 1.8;
  color: #149DE0;
  background-color: #FFFFFF;
  border: solid 1px #149DE0;
}
@media print, screen and (min-width: 769px) {
  #q_cate_ti_pref {
    width: 43%;
    text-align: center;
    padding: 10px 1%;
  }
}
@media only screen and (max-width: 768px) {
  #q_cate_ti_pref {
    width: 100%;
    text-align: center;
    padding: 5px 1%;
  }
}

.q_a_retrn_btn a {
  text-align: center;
  text-decoration: none;
  display: block;
  box-sizing: border-box;
  border-radius: 50px;
  /* CSS3草案 */
  -webkit-border-radius: 50px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 50px;
  /* Firefox用 */
  cursor: pointer;
  overflow: hidden;
  font-weight: 600;
  /*background-color: #2269D7;
  border: solid 1px #2269D7;*/
  background-color: #5D6063;
  border: solid 1px #5D6063;
  color: #FFFFFF;
  z-index: 10;
}
@media print, screen and (min-width: 769px) {
  .q_a_retrn_btn a {
    width: 35%;
    font-size: 110%;
    line-height: 1.2;
    padding: 14px 0px;
    margin: 30px auto 20px auto;
  }
  .q_a_retrn_btn a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 768px) {
  .q_a_retrn_btn a {
    width: 80%;
    font-size: 110%;
    line-height: 1.2;
    padding: 12px 0px;
    margin: 30px auto 20px;
  }
}
.q_a_retrn_btn a:after {
  content: "";
  display: inline-block;
  width: 23px;
  height: 24px;
  margin: 2px 0px 0 15px;
  background: url("../images/common/sm_li_icon01.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}

@media print, screen and (min-width: 769px) {
  .rent_bana_area01 {
    border-top: 1px solid #DBDBDB;
    padding: 20px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .rent_bana_area01 {
    padding: 15px 0px;
  }
}
@media print, screen and (min-width: 769px) {
  .rent_bana_area01 .inner {
    max-width: 1290px;
    min-width: 1000px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .rent_bana_area01 .inner {
    width: 90%;
    margin: 0 auto;
  }
}
.rent_bana_area01 .inner a {
  text-decoration: none !important;
  color: #232323 !important;
}

.rent_bana_area02 {
  background-color: #F0F0F0;
}
@media print, screen and (min-width: 769px) {
  .rent_bana_area02 {
    padding: 20px 0px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .rent_bana_area02 {
    padding: 20px 0px 0px;
  }
}
@media print, screen and (min-width: 769px) {
  .rent_bana_area02 .inner {
    max-width: 1290px;
    min-width: 1000px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .rent_bana_area02 .inner {
    width: 90%;
    margin: 0 auto;
  }
}
.rent_bana_area02 .inner a {
  text-decoration: none !important;
  color: #232323 !important;
}

.dl_table {
  width: 100%;
  margin-top: 0.5rem;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.dl_table th {
  background-color: #F3F3F3 !important;
  text-align: center !important;
}
.dl_table th,
.dl_table td {
  font-size: 12px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.dl_table thead th {
  background-color: #ededed;
  padding: 0.5rem 1rem;
}
.dl_table tbody th,
.dl_table tbody td {
  padding: 0.5rem 1rem;
}
.dl_table tbody th a,
.dl_table tbody td a {
  display: block;
  text-align: center;
}
.dl_table tbody th img,
.dl_table tbody td img {
  vertical-align: middle;
  margin-right: 0.5rem !important;
}
.dl_table .cell_doc {
  width: 25%;
  /*@include wi-pc {
  width: 18%;
  }
  @include wi-sm1 {
  width: 33%;
  }*/
}
@media print, screen and (min-width: 769px) {
  .dl_table .cell_notes {
    width: 55%;
  }
}
@media only screen and (max-width: 768px) {
  .dl_table .cell_notes {
    width: 42%;
  }
}

/*** 新着情報記事用 ***/
.info_dd p span.rent {
  display: inline-block;
  border: solid #E01071 1px;
  color: #E01071;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .info_dd p span.rent {
    padding: 0px 8px;
    margin-right: 20px;
    font-size: 1rem;
    line-height: 1.8;
  }
}
@media only screen and (max-width: 768px) {
  .info_dd p span.rent {
    padding: 0px 1%;
    margin-right: 20px;
    font-size: 1rem;
    line-height: 1.8;
  }
}
.info_dd p span.pref {
  display: inline-block;
  border: solid 1px #1583DD;
  color: #1583DD;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .info_dd p span.pref {
    padding: 0px 8px;
    margin-right: 20px;
    font-size: 1rem;
    line-height: 1.8;
  }
}
@media only screen and (max-width: 768px) {
  .info_dd p span.pref {
    padding: 0px 1%;
    margin-right: 20px;
    font-size: 1rem;
    line-height: 1.8;
  }
}
.info_dd p span.sell {
  display: inline-block;
  border: solid 1px #E7DF13;
  color: #E7DF13;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .info_dd p span.sell {
    padding: 0px 8px;
    margin-right: 20px;
    font-size: 1rem;
    line-height: 1.8;
  }
}
@media only screen and (max-width: 768px) {
  .info_dd p span.sell {
    padding: 0px 1%;
    margin-right: 20px;
    font-size: 1rem;
    line-height: 1.8;
  }
}
.info_dd p span.const {
  display: inline-block;
  border: solid 1px #11BB9E;
  color: #11BB9E;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .info_dd p span.const {
    padding: 0px 8px;
    margin-right: 20px;
    font-size: 1rem;
    line-height: 1.8;
  }
}
@media only screen and (max-width: 768px) {
  .info_dd p span.const {
    padding: 0px 1%;
    margin-right: 20px;
    font-size: 1rem;
    line-height: 1.8;
  }
}
.info_dd p span.lsf {
  display: inline-block;
  border: solid 1px #01746F;
  color: #01746F;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .info_dd p span.lsf {
    padding: 0px 8px;
    margin-right: 20px;
    font-size: 1rem;
    line-height: 1.8;
  }
}
@media only screen and (max-width: 768px) {
  .info_dd p span.lsf {
    padding: 0px 1%;
    margin-right: 20px;
    font-size: 1rem;
    line-height: 1.8;
  }
}
.info_dd p span.days {
  color: #737373;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .info_dd p span.days {
    padding: 0px 8px;
    margin-right: 20px;
    font-size: 1rem;
    line-height: 1.8;
  }
}
@media only screen and (max-width: 768px) {
  .info_dd p span.days {
    padding: 0px 1%;
    margin-right: 20px;
    font-size: 1rem;
    line-height: 1.8;
  }
}

/*** 公社賃貸に申込される方 ***/
#yn_btn {
  width: 80%;
  height: auto;
  display: block;
  margin: 0px auto;
}
#yn_btn #y_btn a {
  display: block;
  float: left;
  width: 45%;
  height: auto;
  font-size: 20px;
  font-weight: 300;
  line-height: 20px;
  text-align: center;
  padding: 20px 0px;
  color: #FFFFFF !important;
  background-color: #DD1251;
  text-decoration: none;
}
#yn_btn #n_btn a {
  display: block;
  float: right;
  width: 45%;
  height: auto;
  font-size: 20px;
  font-weight: 300;
  line-height: 20px;
  text-align: center;
  padding: 20px 0px;
  color: #FFFFFF !important;
  background-color: #2275D8;
  text-decoration: none;
}

#f01 {
  height: auto;
  position: relative;
  margin: 0 auto;
  padding: 0;
}
@media print, screen and (min-width: 769px) {
  #f01 {
    width: 655px;
  }
}
@media only screen and (max-width: 768px) {
  #f01 {
    width: 100%;
  }
}

#f02 {
  height: auto;
  position: relative;
  margin: 0 auto;
  padding: 0;
}
@media print, screen and (min-width: 769px) {
  #f02 {
    width: 655px;
  }
}
@media only screen and (max-width: 768px) {
  #f02 {
    width: 100%;
  }
}

#f03 {
  height: auto;
  position: relative;
  margin: 0 auto;
  padding: 0;
}
@media print, screen and (min-width: 769px) {
  #f03 {
    width: 655px;
  }
}
@media only screen and (max-width: 768px) {
  #f03 {
    width: 100%;
  }
}

#zh02_sub {
  position: absolute;
  margin: 0px;
  padding: 0px;
  height: auto;
  width: 33%;
  left: 14%;
  top: 29%;
  z-index: 10;
}
#zh02_sub img {
  width: 100%;
  height: auto;
}

#zh03_sub {
  position: absolute;
  margin: 0px;
  padding: 0px;
  height: auto;
  width: 33%;
  left: 14%;
  top: 47%;
  z-index: 10;
}
#zh03_sub img {
  width: 100%;
  height: auto;
}

#zh04_sub {
  position: absolute;
  margin: 0px;
  padding: 0px;
  height: auto;
  width: 33%;
  left: 14%;
  top: 65%;
  z-index: 10;
}
#zh04_sub img {
  width: 100%;
  height: auto;
}

#zh05_sub {
  position: absolute;
  margin: 0px;
  padding: 0px;
  height: auto;
  width: 33%;
  left: 54%;
  top: 65%;
  z-index: 10;
}
#zh05_sub img {
  width: 100%;
  height: auto;
}

#zh07_sub {
  position: absolute;
  margin: 0px;
  padding: 0px;
  height: auto;
  width: 33%;
  left: 14%;
  top: 25%;
  z-index: 10;
}
#zh07_sub img {
  width: 100%;
  height: auto;
}

#zh08_sub {
  position: absolute;
  margin: 0px;
  padding: 0px;
  height: auto;
  width: 33%;
  left: 14%;
  top: 40%;
  z-index: 10;
}
#zh08_sub img {
  width: 100%;
  height: auto;
}

#zh09_sub {
  position: absolute;
  margin: 0px;
  padding: 0px;
  height: auto;
  width: 33%;
  left: 14%;
  top: 55%;
  z-index: 10;
}
#zh09_sub img {
  width: 100%;
  height: auto;
}

#zh10_sub {
  position: absolute;
  margin: 0px;
  padding: 0px;
  height: auto;
  width: 33%;
  left: 14%;
  top: 70%;
  z-index: 10;
}
#zh10_sub img {
  width: 100%;
  height: auto;
}

#zh04 {
  position: absolute;
  margin: 0px;
  padding: 0px;
  height: auto;
  width: 18%;
  left: 0;
  top: 66%;
  z-index: 10;
}
#zh04 img {
  width: 100%;
  height: auto;
}

#zh05 {
  position: absolute;
  margin: 0px;
  padding: 0px;
  height: auto;
  width: 18%;
  left: 20%;
  top: 66%;
  z-index: 10;
}
#zh05 img {
  width: 100%;
  height: auto;
}

#zh06 {
  position: absolute;
  margin: 0px;
  padding: 0px;
  height: auto;
  width: 18%;
  left: 61%;
  top: 66%;
  z-index: 10;
}
#zh06 img {
  width: 100%;
  height: auto;
}

#zh07 {
  position: absolute;
  margin: 0px;
  padding: 0px;
  height: auto;
  width: 18%;
  left: 81%;
  top: 66%;
  z-index: 10;
}
#zh07 img {
  width: 100%;
  height: auto;
}

#zh08 {
  position: absolute;
  margin: 0px;
  padding: 0px;
  height: auto;
  width: 18%;
  left: 41%;
  top: 66%;
  z-index: 10;
}
#zh08 img {
  width: 100%;
  height: auto;
}

#zh10 {
  position: absolute;
  margin: 0px;
  padding: 0px;
  height: auto;
  width: 18%;
  left: 21%;
  top: 36%;
  z-index: 10;
}
#zh10 img {
  width: 100%;
  height: auto;
}

#zh11 {
  position: absolute;
  margin: 0px;
  padding: 0px;
  height: auto;
  width: 18%;
  left: 21%;
  top: 58%;
  z-index: 10;
}
#zh11 img {
  width: 100%;
  height: auto;
}

#zh12 {
  position: absolute;
  margin: 0px;
  padding: 0px;
  height: auto;
  width: 18%;
  left: 61%;
  top: 53%;
  z-index: 10;
}
#zh12 img {
  width: 100%;
  height: auto;
}

#zh14 {
  position: absolute;
  margin: 0px;
  padding: 0px;
  height: auto;
  width: 33%;
  left: 18%;
  top: 31%;
  z-index: 10;
}
#zh14 img {
  width: 100%;
  height: auto;
}

#zh16 {
  position: absolute;
  margin: 0px;
  padding: 0px;
  height: auto;
  width: 33%;
  left: 18%;
  top: 67%;
  z-index: 10;
}
#zh16 img {
  width: 100%;
  height: auto;
}

/*** 公社賃貸に申込される方 ***/
#top_banasection {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  #top_banasection {
    padding: 30px 0px;
    position: relative;
  }
}
@media only screen and (max-width: 768px) {
  #top_banasection {
    padding: 20px 0px;
  }
}
#top_banasection #top_banasection_ti {
  height: auto;
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 769px) {
  #top_banasection #top_banasection_ti {
    width: 55%;
    margin: 0px 0px 30px 45%;
  }
}
@media only screen and (max-width: 768px) {
  #top_banasection #top_banasection_ti {
    width: 90%;
    margin: 20px auto 10px;
  }
}
#top_banasection #top_banasection_ti img {
  width: 100%;
  height: auto;
}
#top_banasection #top_banasection_img {
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 769px) {
  #top_banasection #top_banasection_img {
    position: absolute;
    top: 0px;
    right: 60%;
    width: 80%;
    height: 360px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
  }
}
@media only screen and (max-width: 768px) {
  #top_banasection #top_banasection_img {
    width: 100%;
    height: 120px;
  }
}
#top_banasection #top_banasection_img img {
  object-fit: cover;
}
@media print, screen and (min-width: 769px) {
  #top_banasection #top_banasection_img img {
    width: 100%;
    height: 360px;
  }
}
@media only screen and (max-width: 768px) {
  #top_banasection #top_banasection_img img {
    width: 100%;
    height: 120px;
  }
}

.link_btn_p1_s1_top {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .link_btn_p1_s1_top {
    width: 58%;
    margin-left: 42%;
    /**/
  }
}
@media only screen and (max-width: 768px) {
  .link_btn_p1_s1_top {
    width: 100%;
  }
}
.link_btn_p1_s1_top .link_btn_p1_s1_top_in a {
  border-bottom: 1px dashed #2B6FB7;
  text-decoration: none !important;
  color: #082b88;
  background-color: #FFFFFF;
  display: block;
  border-radius: 5px;
}
@media print, screen and (min-width: 769px) {
  .link_btn_p1_s1_top .link_btn_p1_s1_top_in a {
    padding: 1% 1% 1% 1%;
    width: 98%;
    float: left !important;
    margin: 0px 1% 10px 1%;
  }
  .link_btn_p1_s1_top .link_btn_p1_s1_top_in a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 768px) {
  .link_btn_p1_s1_top .link_btn_p1_s1_top_in a {
    float: none;
    width: 98%;
    padding: 1% 1% 1% 1%;
    margin: 0px auto 10px auto;
  }
}
.link_btn_p1_s1_top .link_btn_p1_s1_top_in a .sub_mainli_img {
  float: left;
  display: block;
  margin-right: 3%;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 769px) {
  .link_btn_p1_s1_top .link_btn_p1_s1_top_in a .sub_mainli_img {
    width: 100px;
    height: 100px;
  }
}
@media only screen and (max-width: 768px) {
  .link_btn_p1_s1_top .link_btn_p1_s1_top_in a .sub_mainli_img {
    width: 60px;
    height: 60px;
  }
}
.link_btn_p1_s1_top .link_btn_p1_s1_top_in a .sub_mainli_img img {
  object-fit: contain;
}
@media print, screen and (min-width: 769px) {
  .link_btn_p1_s1_top .link_btn_p1_s1_top_in a .sub_mainli_img img {
    width: 100px;
    height: 100px;
  }
}
@media only screen and (max-width: 768px) {
  .link_btn_p1_s1_top .link_btn_p1_s1_top_in a .sub_mainli_img img {
    width: 60px;
    height: 60px;
  }
}
.link_btn_p1_s1_top .link_btn_p1_s1_top_in a .sub_mainli01_img {
  float: right;
  display: block;
  margin-left: 3%;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 769px) {
  .link_btn_p1_s1_top .link_btn_p1_s1_top_in a .sub_mainli01_img {
    width: 40px;
    height: 100px;
  }
}
@media only screen and (max-width: 768px) {
  .link_btn_p1_s1_top .link_btn_p1_s1_top_in a .sub_mainli01_img {
    width: 22px;
    height: 60px;
  }
}
.link_btn_p1_s1_top .link_btn_p1_s1_top_in a .sub_mainli01_img img {
  object-fit: contain;
}
@media print, screen and (min-width: 769px) {
  .link_btn_p1_s1_top .link_btn_p1_s1_top_in a .sub_mainli01_img img {
    width: 40px;
    height: 100px;
  }
}
@media only screen and (max-width: 768px) {
  .link_btn_p1_s1_top .link_btn_p1_s1_top_in a .sub_mainli01_img img {
    width: 22px;
    height: 60px;
  }
}
.link_btn_p1_s1_top .link_btn_p1_s1_top_in a .sub_mainli_ti {
  display: table-cell !important;
  width: 100%;
  line-height: 1.2;
  font-weight: 500;
  text-align: left;
  vertical-align: middle;
  color: #121212;
}
@media print, screen and (min-width: 769px) {
  .link_btn_p1_s1_top .link_btn_p1_s1_top_in a .sub_mainli_ti {
    font-size: 140%;
    height: 100px;
  }
}
@media only screen and (max-width: 768px) {
  .link_btn_p1_s1_top .link_btn_p1_s1_top_in a .sub_mainli_ti {
    font-size: 80%;
    height: 60px;
  }
}
.link_btn_p1_s1_top .link_btn_p1_s1_top_in a .sub_mainli_ti span {
  line-height: 1.2;
  text-align: left;
  color: #9E9E9E;
}
@media print, screen and (min-width: 769px) {
  .link_btn_p1_s1_top .link_btn_p1_s1_top_in a .sub_mainli_ti span {
    font-size: 60%;
  }
}
@media only screen and (max-width: 768px) {
  .link_btn_p1_s1_top .link_btn_p1_s1_top_in a .sub_mainli_ti span {
    font-size: 65%;
  }
}

.link_btn_p3_s1_top {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .link_btn_p3_s1_top {
    /*width: 55%;
    margin-left: 45%;*/
    padding: 20px 0 10px 0;
  }
}
@media only screen and (max-width: 768px) {
  .link_btn_p3_s1_top {
    width: 100%;
    padding: 20px 0 10px 0;
  }
}
.link_btn_p3_s1_top .link_btn_p3_s1_top_in a {
  border: 1px solid #BDBDBD;
  text-decoration: none !important;
  color: #5f91e9;
  background-color: #FFFFFF;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media print, screen and (min-width: 769px) {
  .link_btn_p3_s1_top .link_btn_p3_s1_top_in a {
    background-position: right bottom;
    padding: 1% 1% 4% 2%;
    /*width: 31%;*/
    width: 33%;
    float: left !important;
    /*margin: 0px 1% 10px 1%;*/
    margin: 0px 0% 10px 0%;
    position: relative;
  }
  .link_btn_p3_s1_top .link_btn_p3_s1_top_in a:hover {
    opacity: 0.8;
  }
  .link_btn_p3_s1_top .link_btn_p3_s1_top_in a:hover:before {
    content: "";
    position: absolute;
    display: block;
    width: 100px;
    height: 100px;
    background-color: #ee8ba0;
    left: -40px;
    bottom: -40px;
    border-radius: 55px;
    transition: 1s;
  }
  .link_btn_p3_s1_top .link_btn_p3_s1_top_in a:before {
    content: "";
    position: absolute;
    display: block;
    width: 80px;
    height: 80px;
    background-color: #ee8ba0;
    left: -40px;
    bottom: -40px;
    border-radius: 55px;
    transition: 1s;
  }
  .link_btn_p3_s1_top .link_btn_p3_s1_top_in a:after {
    content: "";
    position: absolute;
    display: block;
    color: #fff;
    border-top: 2px solid;
    border-right: 2px solid;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    transition: all 0.3s ease;
    z-index: 1;
    left: 8px;
    bottom: 8px;
  }
}
@media only screen and (max-width: 768px) {
  .link_btn_p3_s1_top .link_btn_p3_s1_top_in a {
    background-position: left;
    float: none;
    width: 98%;
    padding: 1% 1% 1% 25%;
    margin: 0px auto 10px auto;
  }
}
.link_btn_p3_s1_top .link_btn_p3_s1_top_in a .sub_mainli_img {
  float: left;
  display: block;
  margin-right: 3%;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 769px) {
  .link_btn_p3_s1_top .link_btn_p3_s1_top_in a .sub_mainli_img {
    width: 100px;
    height: 100px;
  }
}
@media only screen and (max-width: 768px) {
  .link_btn_p3_s1_top .link_btn_p3_s1_top_in a .sub_mainli_img {
    width: 60px;
    height: 60px;
  }
}
.link_btn_p3_s1_top .link_btn_p3_s1_top_in a .sub_mainli_img img {
  object-fit: contain;
}
@media print, screen and (min-width: 769px) {
  .link_btn_p3_s1_top .link_btn_p3_s1_top_in a .sub_mainli_img img {
    width: 100px;
    height: 100px;
  }
}
@media only screen and (max-width: 768px) {
  .link_btn_p3_s1_top .link_btn_p3_s1_top_in a .sub_mainli_img img {
    width: 60px;
    height: 60px;
  }
}
.link_btn_p3_s1_top .link_btn_p3_s1_top_in a .sub_mainli01_img {
  float: right;
  margin-left: 3%;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 769px) {
  .link_btn_p3_s1_top .link_btn_p3_s1_top_in a .sub_mainli01_img {
    display: none;
    width: 40px;
    height: 180px;
  }
}
@media only screen and (max-width: 768px) {
  .link_btn_p3_s1_top .link_btn_p3_s1_top_in a .sub_mainli01_img {
    display: block;
    width: 22px;
    /*height: 60px;*/
    height: 140px;
  }
}
.link_btn_p3_s1_top .link_btn_p3_s1_top_in a .sub_mainli01_img img {
  object-fit: contain;
}
@media print, screen and (min-width: 769px) {
  .link_btn_p3_s1_top .link_btn_p3_s1_top_in a .sub_mainli01_img img {
    width: 40px;
    height: 180px;
  }
}
@media only screen and (max-width: 768px) {
  .link_btn_p3_s1_top .link_btn_p3_s1_top_in a .sub_mainli01_img img {
    width: 22px;
    /*height: 60px;*/
    height: 140px;
  }
}
.link_btn_p3_s1_top .link_btn_p3_s1_top_in a .sub_mainli_ti {
  display: table-cell !important;
  width: 100%;
  line-height: 1.2;
  font-weight: 500;
  text-align: left;
  vertical-align: middle;
  /*color: #121212;
  color: #5A0620;*/
  color: #FF3E80;
}
@media print, screen and (min-width: 769px) {
  .link_btn_p3_s1_top .link_btn_p3_s1_top_in a .sub_mainli_ti {
    font-size: 150%;
    /*height: 100px;*/
    height: 180px;
  }
}
@media only screen and (max-width: 768px) {
  .link_btn_p3_s1_top .link_btn_p3_s1_top_in a .sub_mainli_ti {
    font-size: 80%;
    /*height: 60px;*/
    height: 140px;
  }
}
.link_btn_p3_s1_top .link_btn_p3_s1_top_in a .sub_mainli_ti span {
  line-height: 1.2 !important;
  text-align: left;
  /*color: #9E9E9E;*/
  color: #313131;
}
@media print, screen and (min-width: 769px) {
  .link_btn_p3_s1_top .link_btn_p3_s1_top_in a .sub_mainli_ti span {
    font-size: 70%;
  }
}
@media only screen and (max-width: 768px) {
  .link_btn_p3_s1_top .link_btn_p3_s1_top_in a .sub_mainli_ti span {
    font-size: 75%;
  }
}

.link_btn_p2_s1_dl {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .link_btn_p2_s1_dl {
    /*width: 55%;
    margin-left: 45%;*/
    padding: 20px 0 10px 0;
  }
}
@media only screen and (max-width: 768px) {
  .link_btn_p2_s1_dl {
    width: 100%;
    padding: 20px 0 10px 0;
  }
}
.link_btn_p2_s1_dl .link_btn_p2_s1_dl_in a {
  /*border: 1px solid #9E0C6B;*/
  border: 1px solid #BDBDBD;
  text-decoration: none !important;
  color: #082b88;
  background-color: #FFFFFF;
  display: block;
  /*border-radius: 5px;*/
  background-size: contain;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media print, screen and (min-width: 769px) {
  .link_btn_p2_s1_dl .link_btn_p2_s1_dl_in a {
    background-position: right bottom;
    padding: 1% 1% 1% 2%;
    width: 31%;
    float: left !important;
    /*margin: 0px 1% 10px 1%;*/
    margin: 0px 1% 10px 1%;
    position: relative;
  }
  .link_btn_p2_s1_dl .link_btn_p2_s1_dl_in a:hover {
    opacity: 0.8;
  }
  .link_btn_p2_s1_dl .link_btn_p2_s1_dl_in a:hover:before {
    content: "";
    position: absolute;
    display: block;
    width: 100px;
    height: 100px;
    /*background-color: #5f91e9;*/
    background-color: #8E9295;
    left: -40px;
    bottom: -40px;
    border-radius: 55px;
    transition: 1s;
  }
  .link_btn_p2_s1_dl .link_btn_p2_s1_dl_in a:before {
    content: "";
    position: absolute;
    display: block;
    width: 80px;
    height: 80px;
    /*background-color: #5f91e9;*/
    background-color: #8E9295;
    left: -40px;
    bottom: -40px;
    border-radius: 55px;
    transition: 1s;
  }
  .link_btn_p2_s1_dl .link_btn_p2_s1_dl_in a:after {
    content: "";
    position: absolute;
    display: block;
    color: #fff;
    border-top: 2px solid;
    border-right: 2px solid;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    transition: all 0.3s ease;
    z-index: 1;
    left: 8px;
    bottom: 8px;
  }
}
@media only screen and (max-width: 768px) {
  .link_btn_p2_s1_dl .link_btn_p2_s1_dl_in a {
    background-position: left;
    float: none;
    width: 98%;
    padding: 1% 1% 1% 25%;
    margin: 0px auto 10px auto;
  }
}
@media print, screen and (min-width: 769px) {
  .link_btn_p2_s1_dl .link_btn_p2_s1_dl_in a.bgpt01:before {
    background-color: #ee8ba0 !important;
  }
  .link_btn_p2_s1_dl .link_btn_p2_s1_dl_in a.bgpt01:hover:before {
    background-color: #ee8ba0 !important;
  }
}
@media print, screen and (min-width: 769px) {
  .link_btn_p2_s1_dl .link_btn_p2_s1_dl_in a.bgpt02:before {
    background-color: #69beea !important;
  }
  .link_btn_p2_s1_dl .link_btn_p2_s1_dl_in a.bgpt02:hover:before {
    background-color: #69beea !important;
  }
}
@media print, screen and (min-width: 769px) {
  .link_btn_p2_s1_dl .link_btn_p2_s1_dl_in a.bgpt03:before {
    background-color: #64dadb !important;
  }
  .link_btn_p2_s1_dl .link_btn_p2_s1_dl_in a.bgpt03:hover:before {
    background-color: #64dadb !important;
  }
}
.link_btn_p2_s1_dl .link_btn_p2_s1_dl_in a .sub_mainli_img {
  float: left;
  display: block;
  margin-right: 3%;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 769px) {
  .link_btn_p2_s1_dl .link_btn_p2_s1_dl_in a .sub_mainli_img {
    width: 100px;
    height: 100px;
  }
}
@media only screen and (max-width: 768px) {
  .link_btn_p2_s1_dl .link_btn_p2_s1_dl_in a .sub_mainli_img {
    width: 60px;
    height: 60px;
  }
}
.link_btn_p2_s1_dl .link_btn_p2_s1_dl_in a .sub_mainli_img img {
  object-fit: contain;
}
@media print, screen and (min-width: 769px) {
  .link_btn_p2_s1_dl .link_btn_p2_s1_dl_in a .sub_mainli_img img {
    width: 100px;
    height: 100px;
  }
}
@media only screen and (max-width: 768px) {
  .link_btn_p2_s1_dl .link_btn_p2_s1_dl_in a .sub_mainli_img img {
    width: 60px;
    height: 60px;
  }
}
.link_btn_p2_s1_dl .link_btn_p2_s1_dl_in a .sub_mainli01_img {
  float: right;
  margin-left: 3%;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 769px) {
  .link_btn_p2_s1_dl .link_btn_p2_s1_dl_in a .sub_mainli01_img {
    display: none;
    width: 40px;
    height: 180px;
  }
}
@media only screen and (max-width: 768px) {
  .link_btn_p2_s1_dl .link_btn_p2_s1_dl_in a .sub_mainli01_img {
    display: block;
    width: 22px;
    /*height: 60px;
    height: 140px;*/
    height: 90px;
  }
}
.link_btn_p2_s1_dl .link_btn_p2_s1_dl_in a .sub_mainli01_img img {
  object-fit: contain;
}
@media print, screen and (min-width: 769px) {
  .link_btn_p2_s1_dl .link_btn_p2_s1_dl_in a .sub_mainli01_img img {
    width: 40px;
    height: 180px;
  }
}
@media only screen and (max-width: 768px) {
  .link_btn_p2_s1_dl .link_btn_p2_s1_dl_in a .sub_mainli01_img img {
    width: 22px;
    /*height: 60px;
    height: 140px;*/
    height: 90px;
  }
}
.link_btn_p2_s1_dl .link_btn_p2_s1_dl_in a .sub_mainli_ti {
  display: table-cell !important;
  width: 100%;
  line-height: 1.2;
  font-weight: 500;
  text-align: left;
  vertical-align: middle;
  /*color: #121212;*/
  color: #000000;
}
@media print, screen and (min-width: 769px) {
  .link_btn_p2_s1_dl .link_btn_p2_s1_dl_in a .sub_mainli_ti {
    /*font-size: 120%;*/
    font-size: 160%;
    /*height: 100px;*/
    height: 180px;
  }
}
@media only screen and (max-width: 768px) {
  .link_btn_p2_s1_dl .link_btn_p2_s1_dl_in a .sub_mainli_ti {
    font-size: 110%;
    /*height: 60px;
    height: 140px;*/
    height: 90px;
  }
}
.link_btn_p2_s1_dl .link_btn_p2_s1_dl_in a .sub_mainli_ti span {
  line-height: 1.2 !important;
  text-align: left;
  /*color: #9E9E9E;*/
  color: #313131;
}
@media print, screen and (min-width: 769px) {
  .link_btn_p2_s1_dl .link_btn_p2_s1_dl_in a .sub_mainli_ti span {
    font-size: 70%;
  }
}
@media only screen and (max-width: 768px) {
  .link_btn_p2_s1_dl .link_btn_p2_s1_dl_in a .sub_mainli_ti span {
    font-size: 75%;
  }
}

.link_btn_p2_s1_q {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .link_btn_p2_s1_q {
    /*width: 55%;
    margin-left: 45%;*/
    padding: 20px 0 10px 0;
  }
}
@media only screen and (max-width: 768px) {
  .link_btn_p2_s1_q {
    width: 100%;
    padding: 20px 0 10px 0;
  }
}
.link_btn_p2_s1_q .link_btn_p2_s1_q_in a {
  /*border: 1px solid #9E0C6B;*/
  border: 3px solid #BDBDBD;
  text-decoration: none !important;
  color: #082b88;
  background-color: #FFFFFF;
  display: block;
  /*border-radius: 5px;*/
  background-size: contain;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media print, screen and (min-width: 769px) {
  .link_btn_p2_s1_q .link_btn_p2_s1_q_in a {
    background-position: right bottom;
    padding: 1% 1% 1% 1%;
    width: 48%;
    float: left !important;
    /*margin: 0px 1% 10px 1%;*/
    margin: 0px 1% 10px 1%;
    position: relative;
  }
  .link_btn_p2_s1_q .link_btn_p2_s1_q_in a:hover {
    opacity: 0.8;
  }
  .link_btn_p2_s1_q .link_btn_p2_s1_q_in a:hover:before {
    content: "";
    position: absolute;
    display: block;
    width: 100px;
    height: 100px;
    /*background-color: #5f91e9;*/
    background-color: #8E9295;
    left: -40px;
    bottom: -40px;
    border-radius: 55px;
    transition: 1s;
  }
  .link_btn_p2_s1_q .link_btn_p2_s1_q_in a:before {
    content: "";
    position: absolute;
    display: block;
    width: 80px;
    height: 80px;
    /*background-color: #5f91e9;*/
    background-color: #8E9295;
    left: -40px;
    bottom: -40px;
    border-radius: 55px;
    transition: 1s;
  }
  .link_btn_p2_s1_q .link_btn_p2_s1_q_in a:after {
    content: "";
    position: absolute;
    display: block;
    color: #fff;
    border-top: 2px solid;
    border-right: 2px solid;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    transition: all 0.3s ease;
    z-index: 1;
    left: 8px;
    bottom: 8px;
  }
}
@media only screen and (max-width: 768px) {
  .link_btn_p2_s1_q .link_btn_p2_s1_q_in a {
    background-position: left;
    float: none;
    width: 98%;
    padding: 1% 1% 1% 25%;
    margin: 0px auto 10px auto;
  }
}
@media print, screen and (min-width: 769px) {
  .link_btn_p2_s1_q .link_btn_p2_s1_q_in a.bgpt01:before {
    background-color: #ee8ba0 !important;
  }
  .link_btn_p2_s1_q .link_btn_p2_s1_q_in a.bgpt01:hover:before {
    background-color: #ee8ba0 !important;
  }
}
@media print, screen and (min-width: 769px) {
  .link_btn_p2_s1_q .link_btn_p2_s1_q_in a.bgpt02:before {
    background-color: #69beea !important;
  }
  .link_btn_p2_s1_q .link_btn_p2_s1_q_in a.bgpt02:hover:before {
    background-color: #69beea !important;
  }
}
@media print, screen and (min-width: 769px) {
  .link_btn_p2_s1_q .link_btn_p2_s1_q_in a.bgpt03:before {
    background-color: #64dadb !important;
  }
  .link_btn_p2_s1_q .link_btn_p2_s1_q_in a.bgpt03:hover:before {
    background-color: #64dadb !important;
  }
}
.link_btn_p2_s1_q .link_btn_p2_s1_q_in a .sub_mainli_img {
  float: left;
  display: block;
  margin-right: 3%;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 769px) {
  .link_btn_p2_s1_q .link_btn_p2_s1_q_in a .sub_mainli_img {
    width: 100px;
    height: 100px;
  }
}
@media only screen and (max-width: 768px) {
  .link_btn_p2_s1_q .link_btn_p2_s1_q_in a .sub_mainli_img {
    width: 60px;
    height: 60px;
  }
}
.link_btn_p2_s1_q .link_btn_p2_s1_q_in a .sub_mainli_img img {
  object-fit: contain;
}
@media print, screen and (min-width: 769px) {
  .link_btn_p2_s1_q .link_btn_p2_s1_q_in a .sub_mainli_img img {
    width: 100px;
    height: 100px;
  }
}
@media only screen and (max-width: 768px) {
  .link_btn_p2_s1_q .link_btn_p2_s1_q_in a .sub_mainli_img img {
    width: 60px;
    height: 60px;
  }
}
.link_btn_p2_s1_q .link_btn_p2_s1_q_in a .sub_mainli01_img {
  float: right;
  margin-left: 3%;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 769px) {
  .link_btn_p2_s1_q .link_btn_p2_s1_q_in a .sub_mainli01_img {
    display: none;
    width: 40px;
    height: 180px;
  }
}
@media only screen and (max-width: 768px) {
  .link_btn_p2_s1_q .link_btn_p2_s1_q_in a .sub_mainli01_img {
    display: block;
    width: 22px;
    /*height: 60px;
    height: 140px;*/
    height: 90px;
  }
}
.link_btn_p2_s1_q .link_btn_p2_s1_q_in a .sub_mainli01_img img {
  object-fit: contain;
}
@media print, screen and (min-width: 769px) {
  .link_btn_p2_s1_q .link_btn_p2_s1_q_in a .sub_mainli01_img img {
    width: 40px;
    height: 180px;
  }
}
@media only screen and (max-width: 768px) {
  .link_btn_p2_s1_q .link_btn_p2_s1_q_in a .sub_mainli01_img img {
    width: 22px;
    /*height: 60px;
    height: 140px;*/
    height: 90px;
  }
}
.link_btn_p2_s1_q .link_btn_p2_s1_q_in a .sub_mainli_ti {
  display: table-cell !important;
  width: 100%;
  line-height: 1.2;
  font-weight: 500;
  text-align: left;
  vertical-align: middle;
  /*color: #121212;*/
  color: #000000;
}
@media print, screen and (min-width: 769px) {
  .link_btn_p2_s1_q .link_btn_p2_s1_q_in a .sub_mainli_ti {
    /*font-size: 120%;*/
    font-size: 160%;
    /*height: 100px;*/
    height: 120px;
  }
}
@media only screen and (max-width: 768px) {
  .link_btn_p2_s1_q .link_btn_p2_s1_q_in a .sub_mainli_ti {
    font-size: 110%;
    /*height: 60px;
    height: 140px;*/
    height: 90px;
  }
}
.link_btn_p2_s1_q .link_btn_p2_s1_q_in a .sub_mainli_ti span {
  line-height: 1.2 !important;
  text-align: left;
  /*color: #9E9E9E;*/
  color: #313131;
}
@media print, screen and (min-width: 769px) {
  .link_btn_p2_s1_q .link_btn_p2_s1_q_in a .sub_mainli_ti span {
    font-size: 70%;
  }
}
@media only screen and (max-width: 768px) {
  .link_btn_p2_s1_q .link_btn_p2_s1_q_in a .sub_mainli_ti span {
    font-size: 75%;
  }
}

.link_btn_p2_s1_abt {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .link_btn_p2_s1_abt {
    /*width: 55%;
    margin-left: 45%;*/
    padding: 20px 0 10px 0;
  }
}
@media only screen and (max-width: 768px) {
  .link_btn_p2_s1_abt {
    width: 100%;
    padding: 20px 0 10px 0;
  }
}
.link_btn_p2_s1_abt .link_btn_p2_s1_abt_in a {
  /*border: 1px solid #9E0C6B;*/
  border: 3px solid #C7C7C7;
  text-decoration: none !important;
  color: #082b88;
  background-color: #FFFFFF;
  display: block;
  /*border-radius: 5px;*/
  background-size: contain;
  background-repeat: no-repeat;
  overflow: hidden;
  border-radius: 10px;
}
@media print, screen and (min-width: 769px) {
  .link_btn_p2_s1_abt .link_btn_p2_s1_abt_in a {
    background-position: right bottom;
    padding: 1% 1% 1% 1rem;
    width: 48%;
    float: left !important;
    /*margin: 0px 1% 10px 1%;*/
    margin: 0px 1% 10px 1%;
    position: relative;
  }
  .link_btn_p2_s1_abt .link_btn_p2_s1_abt_in a:hover {
    opacity: 0.8;
  }
  .link_btn_p2_s1_abt .link_btn_p2_s1_abt_in a:hover:before {
    content: "";
    position: absolute;
    display: block;
    width: 78px;
    height: 78px;
    /*background-color: #5f91e9;*/
    background-color: #5f91e9;
    left: -40px;
    bottom: -40px;
    border-radius: 55px;
    transition: 1s;
    opacity: 0.7;
  }
  .link_btn_p2_s1_abt .link_btn_p2_s1_abt_in a:before {
    content: "";
    position: absolute;
    display: block;
    width: 70px;
    height: 70px;
    /*background-color: #5f91e9;*/
    background-color: #5f91e9;
    left: -40px;
    bottom: -40px;
    border-radius: 55px;
    transition: 1s;
  }
  .link_btn_p2_s1_abt .link_btn_p2_s1_abt_in a:after {
    content: "";
    position: absolute;
    display: block;
    color: #fff;
    border-top: 2px solid;
    border-right: 2px solid;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    transition: all 0.3s ease;
    z-index: 1;
    left: 6px;
    bottom: 6px;
  }
}
@media only screen and (max-width: 768px) {
  .link_btn_p2_s1_abt .link_btn_p2_s1_abt_in a {
    background-position: left;
    float: none;
    width: 98%;
    padding: 1% 1% 1% 1rem;
    margin: 0px auto 10px auto;
  }
}
.link_btn_p2_s1_abt .link_btn_p2_s1_abt_in a .sub_mainli_img {
  float: left;
  display: block;
  margin-right: 3%;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 769px) {
  .link_btn_p2_s1_abt .link_btn_p2_s1_abt_in a .sub_mainli_img {
    width: 100px;
    height: 100px;
  }
}
@media only screen and (max-width: 768px) {
  .link_btn_p2_s1_abt .link_btn_p2_s1_abt_in a .sub_mainli_img {
    width: 60px;
    height: 60px;
  }
}
.link_btn_p2_s1_abt .link_btn_p2_s1_abt_in a .sub_mainli_img img {
  object-fit: contain;
}
@media print, screen and (min-width: 769px) {
  .link_btn_p2_s1_abt .link_btn_p2_s1_abt_in a .sub_mainli_img img {
    width: 100px;
    height: 100px;
  }
}
@media only screen and (max-width: 768px) {
  .link_btn_p2_s1_abt .link_btn_p2_s1_abt_in a .sub_mainli_img img {
    width: 60px;
    height: 60px;
  }
}
.link_btn_p2_s1_abt .link_btn_p2_s1_abt_in a .sub_mainli01_img {
  float: right;
  margin-left: 3%;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 769px) {
  .link_btn_p2_s1_abt .link_btn_p2_s1_abt_in a .sub_mainli01_img {
    display: none;
    width: 40px;
    height: 180px;
  }
}
@media only screen and (max-width: 768px) {
  .link_btn_p2_s1_abt .link_btn_p2_s1_abt_in a .sub_mainli01_img {
    display: block;
    width: 22px;
    /*height: 60px;
    height: 140px;*/
    height: 60px;
  }
}
.link_btn_p2_s1_abt .link_btn_p2_s1_abt_in a .sub_mainli01_img img {
  object-fit: contain;
}
@media print, screen and (min-width: 769px) {
  .link_btn_p2_s1_abt .link_btn_p2_s1_abt_in a .sub_mainli01_img img {
    width: 40px;
    height: 180px;
  }
}
@media only screen and (max-width: 768px) {
  .link_btn_p2_s1_abt .link_btn_p2_s1_abt_in a .sub_mainli01_img img {
    width: 22px;
    /*height: 60px;
    height: 140px;*/
    height: 60px;
  }
}
.link_btn_p2_s1_abt .link_btn_p2_s1_abt_in a .sub_mainli_ti {
  display: table-cell !important;
  width: 100%;
  line-height: 1.2;
  font-weight: 500;
  text-align: left;
  vertical-align: middle;
  /*color: #121212;*/
  color: #000000;
}
@media print, screen and (min-width: 769px) {
  .link_btn_p2_s1_abt .link_btn_p2_s1_abt_in a .sub_mainli_ti {
    /*font-size: 120%;*/
    font-size: 140%;
    /*height: 100px;*/
    height: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .link_btn_p2_s1_abt .link_btn_p2_s1_abt_in a .sub_mainli_ti {
    font-size: 110%;
    /*height: 60px;
    height: 140px;*/
    height: 60px;
  }
}
.link_btn_p2_s1_abt .link_btn_p2_s1_abt_in a .sub_mainli_ti span {
  line-height: 1.2 !important;
  text-align: left;
  /*color: #9E9E9E;*/
  color: #313131;
}
@media print, screen and (min-width: 769px) {
  .link_btn_p2_s1_abt .link_btn_p2_s1_abt_in a .sub_mainli_ti span {
    font-size: 70%;
  }
}
@media only screen and (max-width: 768px) {
  .link_btn_p2_s1_abt .link_btn_p2_s1_abt_in a .sub_mainli_ti span {
    font-size: 75%;
  }
}

@media print, screen and (min-width: 769px) {
  .bgimg_rent {
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    padding-bottom: 40px;
    /*
    padding-bottom: 220px;
    position: relative;
    &:before{
    	content: "";
    	display: block;
    	position: absolute;
    	left: 0;
    	bottom: 0;
    	background-repeat: no-repeat;
    	background-size: cover;
    	width: 1290px;
    	height: 254px;
    }*/
  }
}

@media print, screen and (min-width: 769px) {
  .rent_bk_bgimg01 {
    /*background-color: #f3f3f3;*/
    background-color: #F8F8F8;
    border: #FF3E80 solid 8px;
    /*margin-top: 120px;*/
    margin-top: 80px;
  }
}
@media only screen and (max-width: 768px) {
  .rent_bk_bgimg01 {
    border: #FF3E80 solid 3px;
  }
}

.rent_bk_bgimg02 {
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}

@media print, screen and (min-width: 769px) {
  #top .top_contents_menu .contents_side .content_side_content_list ul li a.wr01,
  #top .top_contents_menu .contents_side .content_side_content_list ul li a.wr02,
  #top .top_contents_menu .contents_side .content_side_content_list ul li a.wr03 {
    position: relative;
    padding-left: 63px !important;
  }
  #top .top_contents_menu .contents_side .content_side_content_list ul li a.wr01:before,
  #top .top_contents_menu .contents_side .content_side_content_list ul li a.wr02:before,
  #top .top_contents_menu .contents_side .content_side_content_list ul li a.wr03:before {
    position: absolute;
    left: 8px;
    content: "";
    display: block;
    width: 48px;
    height: 48px;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

/*#top .top_contents_menu .contents_side .content_side_content_list ul li a.wr04{
	@include wi-pc{
	&:before{
	}
	}
}*/
span.txt_error {
  vertical-align: middle;
  padding: 4px 7px;
  margin-left: 8px;
  color: #ffffff;
  background: #C30D23;
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
  box-sizing: border-box;
}

ul.link_btn_p2_s1_q_a {
  width: 100%;
  height: auto;
}
ul.link_btn_p2_s1_q_a li a {
  text-decoration: none !important;
  color: #1D1D1D;
  display: block;
  background-color: #FFFFFF;
}
@media print, screen and (min-width: 769px) {
  ul.link_btn_p2_s1_q_a li a {
    border-radius: 15px;
    /*border: 5px solid rgba(36, 77, 138, 0.1);*/
    border: 3px solid #D3D3D3;
    padding: 1% 1% 1% 1%;
    width: 48%;
    float: left !important;
    margin: 0px 1% 10px 1%;
  }
  ul.link_btn_p2_s1_q_a li a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 768px) {
  ul.link_btn_p2_s1_q_a li a {
    border-radius: 5px;
    /*border: 3px solid rgba(36, 77, 138, 0.1);*/
    border: 2px solid #D3D3D3;
    float: none;
    width: 95%;
    padding: 1% 1% 1% 1%;
    margin: 0px auto 10px auto;
  }
}
ul.link_btn_p2_s1_q_a li a span.sub_mainli_img {
  float: left;
  display: block;
  width: 97px;
  height: 65px;
  margin-right: 3%;
  overflow: hidden;
  background-color: #E9F1FF;
  font-size: 0px;
  line-height: 0px;
}
ul.link_btn_p2_s1_q_a li a span.sub_mainli_img img {
  width: 97px;
  height: 55px;
  object-fit: contain;
}
ul.link_btn_p2_s1_q_a li a span.sub_mainli_img_rent {
  float: left;
  display: block;
  width: 97px;
  height: 65px;
  margin-right: 3%;
  overflow: hidden;
  background-color: #FFE2E3;
  font-size: 0px;
  line-height: 0px;
}
ul.link_btn_p2_s1_q_a li a span.sub_mainli_img_rent img {
  width: 97px;
  height: 55px;
  object-fit: contain;
}
ul.link_btn_p2_s1_q_a li a span.sub_mainli_img_pref {
  float: left;
  display: block;
  width: 97px;
  height: 65px;
  margin-right: 3%;
  overflow: hidden;
  background-color: #E1F3FF;
  font-size: 0px;
  line-height: 0px;
}
ul.link_btn_p2_s1_q_a li a span.sub_mainli_img_pref img {
  width: 97px;
  height: 55px;
  object-fit: contain;
}
ul.link_btn_p2_s1_q_a li a span.sub_mainli01_img {
  float: right;
  display: block;
  width: 22px;
  height: 65px;
  margin-left: 3%;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
}
ul.link_btn_p2_s1_q_a li a span.sub_mainli01_img img {
  width: 22px;
  height: 65px;
  object-fit: contain;
}
ul.link_btn_p2_s1_q_a li a span.sub_mainli_ti {
  display: table-cell !important;
  width: 100%;
  height: 65px;
  font-size: 110%;
  line-height: 1.2;
  /*font-size: 15px;
  line-height: 18px;*/
  font-weight: 500;
  text-align: left;
  vertical-align: middle;
}
ul.link_btn_p2_s1_q_a li a .sub_mainli_ti {
  display: table-cell !important;
  width: 100%;
  height: 65px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  text-align: left;
  vertical-align: middle;
}

.about_bg {
  width: 100%;
  height: auto;
  background-color: #EEF3F8;
  /*
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;*/
}
@media print, screen and (min-width: 769px) {
  .about_bg {
    padding: 60px 0;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .about_bg {
    padding: 22px 0 14px;
    margin-bottom: 40px;
  }
}

.about_hzmp_bg {
  width: 100%;
  height: auto;
  background-color: #F8EEF3;
  /*
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;*/
}
@media print, screen and (min-width: 769px) {
  .about_hzmp_bg {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 768px) {
  .about_hzmp_bg {
    padding: 22px 0 14px;
  }
}

.question_bg {
  width: 100%;
  height: auto;
  background-color: #EEF3F8;
  /*
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;*/
}
@media print, screen and (min-width: 769px) {
  .question_bg {
    padding: 60px 0;
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .question_bg {
    padding: 22px 0 14px;
    margin-bottom: 0px;
  }
}

.vote_form_bg {
  width: 100%;
  height: auto;
  background-color: #F5F5F5;
}
@media print, screen and (min-width: 769px) {
  .vote_form_bg {
    padding: 60px 0;
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .vote_form_bg {
    padding: 22px 0 14px;
    margin-bottom: 40px;
  }
}

.bg_scaltn {
  background-color: #FFFFFF;
  border: solid 6px #BED4DA;
  /*box-shadow: 0 5px 10px rgba(94, 135, 178, 0.4);*/
}
@media print, screen and (min-width: 769px) {
  .bg_scaltn {
    /*border-radius: 30px;*/
    padding: 60px 50px 48px;
  }
}
@media only screen and (max-width: 768px) {
  .bg_scaltn {
    /*border-radius: 10px;*/
    padding: 20px 2% 14px;
  }
}

.rent_top_area_01 {
  width: 100%;
  height: auto;
  background-color: #F8F8F8;
  /*background-color: #FFEAF6;
  background-color: #C49BB7;
  background-color: #F56592;*/
}
@media print, screen and (min-width: 769px) {
  .rent_top_area_01 {
    border-radius: 0% 0% 21% 21%;
    border-top: 3px solid #F56592;
    padding: 60px 0 90px;
    margin-bottom: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}
@media only screen and (max-width: 768px) {
  .rent_top_area_01 {
    border-top: 3px solid #F56592;
    border-radius: 0% 0% 1% 1%;
    padding: 22px 0 65px;
    margin-bottom: 40px;
  }
}
.rent_top_area_01 .rent_top_area_01_in {
  margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
  .rent_top_area_01 .rent_top_area_01_in {
    max-width: 1290px;
    min-width: 1000px;
  }
}
@media only screen and (max-width: 768px) {
  .rent_top_area_01 .rent_top_area_01_in {
    width: 90%;
  }
}

.top_sec_area {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-evenly;
}
.top_sec_area .top_sec-box {
  background: center/cover;
}
@media print, screen and (min-width: 769px) {
  .top_sec_area .top_sec-box {
    width: 50%;
    padding: 40px 32px 40px;
    display: flex;
    justify-content: center;
    position: relative;
  }
}
@media only screen and (max-width: 768px) {
  .top_sec_area .top_sec-box {
    width: 100%;
    padding: 20px 10px 20px;
    display: flex;
    justify-content: center;
    position: relative;
  }
}
.top_sec_area .wo01_bg {
  background-repeat: no-repeat;
}
.top_sec_area .wo01_bg:before {
  background-color: #CE7C8D;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .9;
}
.top_sec_area .wo02_bg {
  background-repeat: no-repeat;
}
.top_sec_area .wo02_bg:before {
  background-color: #39A1C8;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .9;
}
.top_sec_area .wo03_bg {
  background-repeat: no-repeat;
}
.top_sec_area .wo03_bg:before {
  background-color: #54C598;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .9;
}
.top_sec_area .wo04_bg {
  background-repeat: no-repeat;
}
.top_sec_area .wo04_bg:before {
  background-color: #4A8DD1;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .9;
}
.top_sec_area .wo_ti {
  color: #FFFFFF;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .top_sec_area .wo_ti {
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .top_sec_area .wo_ti {
    font-size: 1.7rem;
    font-weight: 500;
    margin-bottom: 12px;
  }
}
.top_sec_area .wo01_ti:before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 769px) {
  .top_sec_area .wo01_ti:before {
    margin: -8px 15px 0 0;
    width: 42px;
    height: 42px;
  }
}
@media only screen and (max-width: 768px) {
  .top_sec_area .wo01_ti:before {
    margin: -8px 15px 0 0;
    width: 30px;
    height: 30px;
  }
}
.top_sec_area .wo02_ti:before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 769px) {
  .top_sec_area .wo02_ti:before {
    margin: -8px 15px 0 0;
    width: 42px;
    height: 42px;
  }
}
@media only screen and (max-width: 768px) {
  .top_sec_area .wo02_ti:before {
    margin: -8px 15px 0 0;
    width: 30px;
    height: 30px;
  }
}
.top_sec_area .wo03_ti:before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 769px) {
  .top_sec_area .wo03_ti:before {
    margin: -8px 15px 0 0;
    width: 42px;
    height: 42px;
  }
}
@media only screen and (max-width: 768px) {
  .top_sec_area .wo03_ti:before {
    margin: -8px 15px 0 0;
    width: 30px;
    height: 30px;
  }
}
.top_sec_area .wo04_ti:before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 769px) {
  .top_sec_area .wo04_ti:before {
    margin: -8px 15px 0 0;
    width: 42px;
    height: 42px;
  }
}
@media only screen and (max-width: 768px) {
  .top_sec_area .wo04_ti:before {
    margin: -8px 15px 0 0;
    width: 30px;
    height: 30px;
  }
}
.top_sec_area .wo_com {
  color: #FFFFFF;
  display: block;
}
@media print, screen and (min-width: 769px) {
  .top_sec_area .wo_com {
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .top_sec_area .wo_com {
    text-align: left;
    font-size: 1.2rem;
    margin-bottom: 32px;
  }
}
.top_sec_area .top_sec_btn_area {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-evenly;
  margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
  .top_sec_area .top_sec_btn_area {
    width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  .top_sec_area .top_sec_btn_area {
    width: 98%;
  }
}
.top_sec_area .top_sec_btn_area .top_sec_btn_sub {
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  text-align: left;
  font-weight: 500;
  border-radius: 40px;
}
@media print, screen and (min-width: 769px) {
  .top_sec_area .top_sec_btn_area .top_sec_btn_sub {
    font-size: 1.0rem;
    width: 98%;
    margin: 0px auto 0px;
  }
}
@media only screen and (max-width: 768px) {
  .top_sec_area .top_sec_btn_area .top_sec_btn_sub {
    font-size: 1.0rem;
    width: 88%;
    margin: 0px auto 0px;
  }
}
.top_sec_area .top_sec_btn_area .top_sec_btn_sub a {
  width: 100%;
  display: block;
  color: #FFFFFF;
  text-decoration: none;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .top_sec_area .top_sec_btn_area .top_sec_btn_sub a {
    padding: 15px 8%;
  }
  .top_sec_area .top_sec_btn_area .top_sec_btn_sub a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 768px) {
  .top_sec_area .top_sec_btn_area .top_sec_btn_sub a {
    padding: 12px 6%;
  }
}
.top_sec_area .top_sec_btn_area .top_sec_btn_sub a::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #FFFFFF;
  position: absolute;
  top: 50%;
  right: 6%;
  margin-top: -6px;
}
.top_sec_area .top_sec_btn_area .top_sec_btn {
  color: #1F1F1F;
  background-color: #F5F5F5;
  text-align: center;
  font-weight: 500;
  border-radius: 40px;
  box-shadow: 0 5px 10px rgba(94, 135, 178, 0.4);
}
@media print, screen and (min-width: 769px) {
  .top_sec_area .top_sec_btn_area .top_sec_btn {
    font-size: 1.0rem;
    width: 45%;
    margin: 0px 0 0px;
  }
}
@media only screen and (max-width: 768px) {
  .top_sec_area .top_sec_btn_area .top_sec_btn {
    font-size: 1.0rem;
    width: 100%;
    margin: 0px 0 20px;
  }
}
.top_sec_area .top_sec_btn_area .top_sec_btn a {
  width: 100%;
  display: block;
  color: #1F1F1F;
  text-decoration: none;
}
@media print, screen and (min-width: 769px) {
  .top_sec_area .top_sec_btn_area .top_sec_btn a {
    padding: 15px 0px;
  }
  .top_sec_area .top_sec_btn_area .top_sec_btn a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 768px) {
  .top_sec_area .top_sec_btn_area .top_sec_btn a {
    padding: 12px 0px;
  }
}
.top_sec_area .top_sec_btn_area .top_sec_btn.ic01 a:before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 769px) {
  .top_sec_area .top_sec_btn_area .top_sec_btn.ic01 a:before {
    margin: 0px 8px -3px 0;
    width: 22px;
    height: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .top_sec_area .top_sec_btn_area .top_sec_btn.ic01 a:before {
    margin: 0px 8px -3px 0;
    width: 20px;
    height: 20px;
  }
}
.top_sec_area .top_sec_btn_area .top_sec_btn.ic02 a:before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 769px) {
  .top_sec_area .top_sec_btn_area .top_sec_btn.ic02 a:before {
    margin: 0px 8px -3px 0;
    width: 22px;
    height: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .top_sec_area .top_sec_btn_area .top_sec_btn.ic02 a:before {
    margin: 0px 8px -3px 0;
    width: 20px;
    height: 20px;
  }
}
.top_sec_area .top_sec_btn_area .top_sec_btn.ic03 a:before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 769px) {
  .top_sec_area .top_sec_btn_area .top_sec_btn.ic03 a:before {
    margin: 0px 8px -3px 0;
    width: 22px;
    height: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .top_sec_area .top_sec_btn_area .top_sec_btn.ic03 a:before {
    margin: 0px 8px -3px 0;
    width: 20px;
    height: 20px;
  }
}
.top_sec_area .top_sec_btn_area .top_sec_btn.ic04 a:before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 769px) {
  .top_sec_area .top_sec_btn_area .top_sec_btn.ic04 a:before {
    margin: 0px 8px -3px 0;
    width: 22px;
    height: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .top_sec_area .top_sec_btn_area .top_sec_btn.ic04 a:before {
    margin: 0px 8px -3px 0;
    width: 20px;
    height: 20px;
  }
}
.top_sec_area .top_sec-box_in {
  text-align: center;
  position: relative;
  z-index: 0;
}
@media print, screen and (min-width: 1301px) {
  .top_sec_area .fl-box01 {
    width: 70%;
    margin: 0px 0 0px;
  }
}
@media only screen and (max-width: 1300px) {
  .top_sec_area .fl-box01 {
    width: 100%;
    margin: 0px 0 20px;
  }
}
@media print, screen and (min-width: 1301px) {
  .top_sec_area .fl-box01_sub {
    width: 100%;
    margin: 0px 0 0px;
  }
}
@media only screen and (max-width: 1300px) {
  .top_sec_area .fl-box01_sub {
    width: 100%;
    margin: 0px 0 20px;
  }
}
@media print, screen and (min-width: 1301px) {
  .top_sec_area .fl-box02 {
    width: 29%;
    margin: 0px 0 0px;
  }
}
@media only screen and (max-width: 1300px) {
  .top_sec_area .fl-box02 {
    width: 100%;
    margin: 0px 0 20px;
    padding: 0 8%;
  }
}
@media print, screen and (min-width: 769px) {
  .top_sec_area .fl-box03 {
    width: 60%;
    margin: 0px 0 0px;
  }
}
@media only screen and (max-width: 768px) {
  .top_sec_area .fl-box03 {
    width: 100%;
    margin: 0px 0 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .top_sec_area .fl-box04 {
    width: 38%;
    margin: 0px 0 0px;
  }
}
@media only screen and (max-width: 768px) {
  .top_sec_area .fl-box04 {
    width: 100%;
    margin: 0px 0 20px;
  }
}
.top_sec_area .fl-box05 {
  background-color: #FFFFFF;
  border-radius: 30px;
  /*box-shadow: 0 5px 10px rgba(94, 135, 178, 0.4);*/
}
@media print, screen and (min-width: 769px) {
  .top_sec_area .fl-box05 {
    width: 48%;
    margin: 0px 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .top_sec_area .fl-box05 {
    width: 100%;
    margin: 0px 0 20px;
  }
}
.top_sec_area .fl-box06 {
  background: linear-gradient(-135deg, #56d6fc, #189efd);
  border-radius: 30px;
  /*box-shadow: 0 5px 10px rgba(94, 135, 178, 0.4);*/
}
@media print, screen and (min-width: 769px) {
  .top_sec_area .fl-box06 {
    width: 48%;
    margin: 0px 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .top_sec_area .fl-box06 {
    width: 100%;
    margin: 0px 0 15px;
  }
}

.wi_set01 {
  margin: 0px auto;
}
@media print, screen and (min-width: 1281px) {
  .wi_set01 {
    width: 1000px;
  }
}
@media only screen and (max-width: 1280px) {
  .wi_set01 {
    width: 98%;
  }
}

input.submit_btn {
  width: 100%;
  height: auto;
  border-radius: 50px !important;
  text-align: center;
  line-height: 1;
  border: solid 3px #940002;
  background: linear-gradient(#e12a1c, #902125);
  color: #FFFFFF;
  font-weight: 600;
}
@media print, screen and (min-width: 769px) {
  input.submit_btn {
    font-size: 240%;
    padding: 25px 0px;
  }
  input.submit_btn:hover {
    cursor: pointer;
    opacity: 0.5;
  }
}
@media only screen and (max-width: 768px) {
  input.submit_btn {
    font-size: 160%;
    padding: 20px 0px;
  }
}

.arrow_right {
  position: relative;
  display: block;
}
@media print, screen and (min-width: 769px) {
  .arrow_right {
    padding-left: 30px;
    padding-right: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
    border: solid 5px #DEE3EB;
    width: 93% !important;
    margin: 0 auto 50px !important;
    font-size: 1.5rem !important;
    line-height: 1.3 !important;
  }
}
@media only screen and (max-width: 768px) {
  .arrow_right {
    padding-left: 30px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: solid 3px #DEE3EB;
    width: 96% !important;
    margin: 0 auto 40px !important;
    font-size: 1.3rem !important;
    line-height: 1.2 !important;
  }
}
.arrow_right:before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  width: 13px;
  height: 13px;
  border-top: 3px solid #3675F5;
  border-right: 3px solid #3675F5;
  transform: rotate(45deg);
}
.arrow_right:after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4px;
  width: 15px;
  height: 3px;
  background: #3675F5;
}

.bnr_area {
  background-color: #eee;
}
@media print, screen and (min-width: 769px) {
  .bnr_area {
    padding: 2rem 0;
  }
}
@media only screen and (max-width: 768px) {
  .bnr_area {
    padding: 1rem 0;
  }
}
.bnr_area ul {
  display: flex;
  justify-content: center;
  margin-left: -1rem;
}
.bnr_area ul li {
  width: 640px;
  margin-left: 1rem;
}
.bnr_area ul li img {
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  #pref.index .index_nav .menu_item {
    width: 32.33333% !important;
    margin-left: 0.5%;
    margin-right: 0.5%;
  }
}
@media print, screen and (min-width: 769px) {
  #pref.index .index_nav .menu_item:hover .menu_item_btn {
    background-color: #1a9fe3 !important;
    color: #FFFFFF !important;
  }
}

#pref.index .index_nav .menu_item.menu_item_01 {
  background-color: #FFFFFF !important;
}
@media print, screen and (min-width: 769px) {
  #pref.index .index_nav .menu_item.menu_item_01 {
    border: solid 3px #1a9fe3 !important;
  }
}
@media only screen and (max-width: 768px) {
  #pref.index .index_nav .menu_item.menu_item_01 {
    border: solid 1px #1a9fe3 !important;
  }
}

#pref.index .index_nav .menu_item.menu_item_02 {
  background-color: #FFFFFF !important;
}
@media print, screen and (min-width: 769px) {
  #pref.index .index_nav .menu_item.menu_item_02 {
    border: solid 3px #39aee9 !important;
  }
}
@media only screen and (max-width: 768px) {
  #pref.index .index_nav .menu_item.menu_item_02 {
    border: solid 1px #39aee9 !important;
  }
}

#pref.index .index_nav .menu_item.menu_item_03 {
  background-color: #FFFFFF !important;
}
@media print, screen and (min-width: 769px) {
  #pref.index .index_nav .menu_item.menu_item_03 {
    border: solid 3px #1a9fe3 !important;
  }
}
@media only screen and (max-width: 768px) {
  #pref.index .index_nav .menu_item.menu_item_03 {
    border: solid 1px #1a9fe3 !important;
  }
}

#pref.index .index_nav .menu_item .menu_item_title {
  color: #000000 !important;
}

#pref.index .index_nav .menu_item a, #pref.index .index_nav .menu_item .nolink_wrapper {
  color: #605E5E !important;
}

#pref.index .index_nav .menu_item .menu_item_btn {
  border: 1px solid #707070 !important;
  background-color: #EAF0F4 !important;
  /*@include wi-pc{
  &:hover{
  	background-color: #1a9fe3!important;
  	color: #FFFFFF!important;
  }
  }*/
}

ul#tab {
  width: 100%;
  height: auto;
  display: flex !important;
  flex-wrap: wrap !important;
  flex-direction: row !important;
  /*justify-content: space-around;*/
  justify-content: space-evenly !important;
}
ul#tab li {
  text-align: center;
  /*float: left;*/
  display: block;
  box-sizing: border-box;
  cursor: pointer;
  overflow: hidden;
  font-weight: 600;
  color: #FFFFFF;
}
@media print, screen and (min-width: 769px) {
  ul#tab li {
    /*font-size: 120%;*/
    font-size: 100%;
    line-height: 3.5;
    width: 19%;
  }
  ul#tab li:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 768px) {
  ul#tab li {
    width: 31.3333%;
    font-size: 80%;
    line-height: 2.8;
    margin-bottom: 15px;
  }
}
ul#tab li.select {
  color: #FFFFFF;
}
ul#tab li.select:after {
  content: "";
  display: none;
}
@media print, screen and (min-width: 769px) {
  ul#tab li span.tab_font_sm {
    font-size: 110% !important;
  }
}
@media only screen and (max-width: 768px) {
  ul#tab li span.tab_font_sm {
    font-size: 80% !important;
  }
}

@media print, screen and (min-width: 769px) {
  .content_wrap {
    padding: 30px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .content_wrap {
    padding: 20px 0px;
  }
}
.content_wrap.disnon {
  display: none;
}

.pr_area {
  background-color: #FFFFFF;
}
@media print, screen and (min-width: 769px) {
  .pr_area {
    margin: 15px auto;
    padding: 30px 30px;
    width: 96%;
  }
}
@media only screen and (max-width: 768px) {
  .pr_area {
    margin: 10px auto;
    padding: 12px 2%;
    width: 98%;
  }
}

.anti01 {
  background-color: #FFFFFF !important;
  /*&:before{
  	content: "〇";
  	display: inline-block;
  	margin-right: 8px;
  }*/
}
@media print, screen and (min-width: 769px) {
  .anti01 {
    font-size: 170%;
    margin: 15px 0 10px;
  }
}
@media print, screen and (min-width: 769px) {
  .anti01 {
    font-size: 140%;
    margin: 15px 0 10px;
  }
}
.anti01.co01 {
  color: #ff2812;
}
.anti01.co02 {
  color: #d87721;
}
.anti01.co03 {
  color: #31aa87;
}
.anti01.co04 {
  color: #d8a13f;
}
.anti01.co05 {
  color: #151d45;
}

.wi_data01 {
  margin: 0px auto;
  height: auto;
}
@media print, screen and (min-width: 1281px) {
  .wi_data01 {
    /*max-width: 1320px;
    min-width: 1100px;*/
    max-width: 1000px;
    min-width: 900px;
  }
}
@media only screen and (max-width: 1280px) {
  .wi_data01 {
    width: 99%;
  }
}

.wi_data01_sub {
  margin: 0px auto;
  height: auto;
}
@media print, screen and (min-width: 1281px) {
  .wi_data01_sub {
    max-width: 1000px;
    min-width: 900px;
  }
}
@media only screen and (max-width: 1280px) {
  .wi_data01_sub {
    width: 90%;
  }
}

.wi_data02 {
  margin: 0px auto;
  height: auto;
}
@media print, screen and (min-width: 1281px) {
  .wi_data02 {
    width: 900px;
  }
}
@media only screen and (max-width: 1280px) {
  .wi_data02 {
    width: 98%;
  }
}

.shop_data_area {
  width: 100%;
  display: flex !important;
  flex-wrap: wrap !important;
  flex-direction: row !important;
  /*justify-content: space-around;*/
  justify-content: space-evenly !important;
}
.shop_data_area .shop_data_in {
  text-decoration: none !important;
}
@media print, screen and (min-width: 769px) {
  .shop_data_area .shop_data_in {
    cursor: pointer;
  }
}
.shop_data_area .shop_data_in a {
  text-decoration: none !important;
  display: block;
}
@media print, screen and (min-width: 769px) {
  .shop_data_area .shop_data_in {
    padding: 20px 1% 20px 1%;
    width: 18%;
    margin: 20px 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .shop_data_area .shop_data_in {
    float: none;
    width: 31.333%;
    padding: 15px 1% 15px 1%;
    margin: 0px auto 10px auto;
  }
}
.shop_data_area .shop_data_in .shop_data_ti {
  text-decoration: none !important;
  color: #FFFFFF !important;
  text-align: center;
  font-weight: 600;
}
@media print, screen and (min-width: 769px) {
  .shop_data_area .shop_data_in .shop_data_ti {
    font-size: 110%;
    /*font-size: 160%;*/
  }
}
@media only screen and (max-width: 768px) {
  .shop_data_area .shop_data_in .shop_data_ti {
    font-size: 80%;
  }
}
.shop_data_area .shop_data_in .shop_data {
  background-color: #FFFFFF;
  text-align: center;
  font-weight: 600;
  line-height: 1.2;
  color: #000000 !important;
}
@media print, screen and (min-width: 769px) {
  .shop_data_area .shop_data_in .shop_data {
    font-size: 530%;
    width: 92%;
    margin: 0 auto;
    padding: 20px 0;
  }
}
@media only screen and (max-width: 768px) {
  .shop_data_area .shop_data_in .shop_data {
    font-size: 240%;
    width: 96%;
    margin: 0 auto;
    padding: 15px;
  }
}

.pr_comment {
  border-bottom: 1px solid #B9DBF3;
}
@media print, screen and (min-width: 769px) {
  .pr_comment {
    width: 100%;
    padding: 20px 0px 20px;
  }
}
@media only screen and (max-width: 768px) {
  .pr_comment {
    width: 98%;
    padding: 15px 0px 15px;
    margin: 0 auto;
  }
}
.pr_comment p {
  color: #3D3D3D !important;
  line-height: 1.4;
  /*&:before{
  	content: "●";
  	display: inline-block;
  }*/
}
@media print, screen and (min-width: 769px) {
  .pr_comment p {
    font-size: 120%;
  }
}
@media only screen and (max-width: 768px) {
  .pr_comment p {
    font-size: 110%;
  }
}

.pr_comment_link_btn a {
  text-decoration: none;
  display: block;
  text-align: center;
  color: #004fa3 !important;
  background-color: #aed7f3;
  border: solid 2px #a2a2a2;
  font-weight: 600;
}
@media print, screen and (min-width: 769px) {
  .pr_comment_link_btn a {
    font-size: 150%;
    padding: 10px 0;
    margin: 30px 0 0;
    border-radius: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .pr_comment_link_btn a {
    font-size: 140%;
    padding: 8px 0;
    margin: 20px 0 0;
    border-radius: 10px;
  }
}

/* 棒グラフ3 CSS Only */
.bar-graph .year {
  -webkit-animation: fade-in-text 2.2s 0.1s forwards;
  -moz-animation: fade-in-text 2.2s 0.1s forwards;
  animation: fade-in-text 2.2s 0.1s forwards;
  opacity: 0;
}

.bar-graph-horizontal {
  max-width: 100%;
}

.bar-graph-horizontal > div {
  float: left;
  margin-bottom: 8px;
  width: 100%;
  background-color: #CCCBCB;
}

.bar-graph-horizontal .bar {
  border-radius: 3px;
  height: 55px;
  float: left;
  overflow: hidden;
  position: relative;
  width: 0;
}

.bar-graph-one .bar::after {
  -webkit-animation: fade-in-text 2.2s 0.1s forwards;
  -moz-animation: fade-in-text 2.2s 0.1s forwards;
  animation: fade-in-text 2.2s 0.1s forwards;
  color: #fff;
  content: attr(data-percentage);
  font-weight: 700;
  position: absolute;
  left: 16px;
  top: 12px;
  font-size: 120%;
}

.bar-graph-one .bar-one-01 .bar {
  background-color: #ff2812;
  -webkit-animation: show-bar-one-01 1.2s 0.1s forwards;
  -moz-animation: show-bar-one-01 1.2s 0.1s forwards;
  animation: show-bar-one-01 1.2s 0.1s forwards;
}

.bar-graph-one .bar-one-02 .bar {
  background-color: #ff2812;
  -webkit-animation: show-bar-one-02 1.2s 0.1s forwards;
  -moz-animation: show-bar-one-02 1.2s 0.1s forwards;
  animation: show-bar-one-02 1.2s 0.1s forwards;
}

.bar-graph-one .bar-one-03 .bar {
  background-color: #ff2812;
  -webkit-animation: show-bar-one-03 1.2s 0.1s forwards;
  -moz-animation: show-bar-one-03 1.2s 0.1s forwards;
  animation: show-bar-one-03 1.2s 0.1s forwards;
}

.bar-graph-one .bar-one-04 .bar {
  background-color: #ff2812;
  -webkit-animation: show-bar-one-04 1.2s 0.1s forwards;
  -moz-animation: show-bar-one-04 1.2s 0.1s forwards;
  animation: show-bar-one-04 1.2s 0.1s forwards;
}

.bar-graph-one .bar-one-05 .bar {
  background-color: #ff2812;
  -webkit-animation: show-bar-one-05 1.2s 0.1s forwards;
  -moz-animation: show-bar-one-05 1.2s 0.1s forwards;
  animation: show-bar-one-05 1.2s 0.1s forwards;
}

.bar-graph-one .bar-one-06 .bar {
  background-color: #ff2812;
  -webkit-animation: show-bar-one-06 1.2s 0.1s forwards;
  -moz-animation: show-bar-one-06 1.2s 0.1s forwards;
  animation: show-bar-one-06 1.2s 0.1s forwards;
}

.bar-graph-one .bar-one-07 .bar {
  background-color: #ff2812;
  -webkit-animation: show-bar-one-07 1.2s 0.1s forwards;
  -moz-animation: show-bar-one-07 1.2s 0.1s forwards;
  animation: show-bar-one-07 1.2s 0.1s forwards;
}

.bar-graph-one .bar-two-01 .bar {
  /*background-color: #d87721;*/
  background-color: #ff2812;
  -webkit-animation: show-bar-two-01 1.2s 0.2s forwards;
  -moz-animation: show-bar-two-01 1.2s 0.2s forwards;
  animation: show-bar-two-01 1.2s 0.2s forwards;
}

.bar-graph-one .bar-two-02 .bar {
  /*background-color: #d87721;*/
  background-color: #ff2812;
  -webkit-animation: show-bar-two-02 1.2s 0.2s forwards;
  -moz-animation: show-bar-two-02 1.2s 0.2s forwards;
  animation: show-bar-two-02 1.2s 0.2s forwards;
}

.bar-graph-one .bar-two-03 .bar {
  /*background-color: #d87721;*/
  background-color: #ff2812;
  -webkit-animation: show-bar-two-03 1.2s 0.2s forwards;
  -moz-animation: show-bar-two-03 1.2s 0.2s forwards;
  animation: show-bar-two-03 1.2s 0.2s forwards;
}

.bar-graph-one .bar-two-04 .bar {
  /*background-color: #d87721;*/
  background-color: #ff2812;
  -webkit-animation: show-bar-two-04 1.2s 0.2s forwards;
  -moz-animation: show-bar-two-04 1.2s 0.2s forwards;
  animation: show-bar-two-04 1.2s 0.2s forwards;
}

.bar-graph-one .bar-two-05 .bar {
  /*background-color: #d87721;*/
  background-color: #ff2812;
  -webkit-animation: show-bar-two-05 1.2s 0.2s forwards;
  -moz-animation: show-bar-two-05 1.2s 0.2s forwards;
  animation: show-bar-two-05 1.2s 0.2s forwards;
}

.bar-graph-one .bar-two-06 .bar {
  /*background-color: #d87721;*/
  background-color: #ff2812;
  -webkit-animation: show-bar-two-06 1.2s 0.2s forwards;
  -moz-animation: show-bar-two-06 1.2s 0.2s forwards;
  animation: show-bar-two-06 1.2s 0.2s forwards;
}

.bar-graph-one .bar-two-07 .bar {
  /*background-color: #d87721;*/
  background-color: #ff2812;
  -webkit-animation: show-bar-two-07 1.2s 0.2s forwards;
  -moz-animation: show-bar-two-07 1.2s 0.2s forwards;
  animation: show-bar-two-07 1.2s 0.2s forwards;
}

.bar-graph-one .bar-three-01 .bar {
  /*background-color: #31aa87;*/
  background-color: #ff2812;
  -webkit-animation: show-bar-three-01 1.2s 0.3s forwards;
  -moz-animation: show-bar-three-01 1.2s 0.3s forwards;
  animation: show-bar-three-01 1.2s 0.3s forwards;
}

.bar-graph-one .bar-three-02 .bar {
  /*background-color: #31aa87;*/
  background-color: #ff2812;
  -webkit-animation: show-bar-three-02 1.2s 0.3s forwards;
  -moz-animation: show-bar-three-02 1.2s 0.3s forwards;
  animation: show-bar-three-02 1.2s 0.3s forwards;
}

.bar-graph-one .bar-three-03 .bar {
  /*background-color: #31aa87;*/
  background-color: #ff2812;
  -webkit-animation: show-bar-three-03 1.2s 0.3s forwards;
  -moz-animation: show-bar-three-03 1.2s 0.3s forwards;
  animation: show-bar-three-03 1.2s 0.3s forwards;
}

.bar-graph-one .bar-three-04 .bar {
  /*background-color: #31aa87;*/
  background-color: #ff2812;
  -webkit-animation: show-bar-three-04 1.2s 0.3s forwards;
  -moz-animation: show-bar-three-04 1.2s 0.3s forwards;
  animation: show-bar-three-04 1.2s 0.3s forwards;
}

.bar-graph-one .bar-three-05 .bar {
  /*background-color: #31aa87;*/
  background-color: #ff2812;
  -webkit-animation: show-bar-three-05 1.2s 0.3s forwards;
  -moz-animation: show-bar-three-05 1.2s 0.3s forwards;
  animation: show-bar-three-05 1.2s 0.3s forwards;
}

.bar-graph-one .bar-three-06 .bar {
  /*background-color: #31aa87;*/
  background-color: #ff2812;
  -webkit-animation: show-bar-three-06 1.2s 0.3s forwards;
  -moz-animation: show-bar-three-06 1.2s 0.3s forwards;
  animation: show-bar-three-06 1.2s 0.3s forwards;
}

.bar-graph-one .bar-three-07 .bar {
  /*background-color: #31aa87;*/
  background-color: #ff2812;
  -webkit-animation: show-bar-three-07 1.2s 0.3s forwards;
  -moz-animation: show-bar-three-07 1.2s 0.3s forwards;
  animation: show-bar-three-07 1.2s 0.3s forwards;
}

.bar-graph-one .bar-four-01 .bar {
  /*background-color: #d8a13f;*/
  background-color: #ff2812;
  -webkit-animation: show-bar-four-01 1.2s 0.3s forwards;
  -moz-animation: show-bar-four-01 1.2s 0.3s forwards;
  animation: show-bar-four-01 1.2s 0.3s forwards;
}

.bar-graph-one .bar-four-02 .bar {
  /*background-color: #d8a13f;*/
  background-color: #ff2812;
  -webkit-animation: show-bar-four-02 1.2s 0.3s forwards;
  -moz-animation: show-bar-four-02 1.2s 0.3s forwards;
  animation: show-bar-four-02 1.2s 0.3s forwards;
}

.bar-graph-one .bar-four-03 .bar {
  /*background-color: #d8a13f;*/
  background-color: #ff2812;
  -webkit-animation: show-bar-four-03 1.2s 0.3s forwards;
  -moz-animation: show-bar-four-03 1.2s 0.3s forwards;
  animation: show-bar-four-03 1.2s 0.3s forwards;
}

.bar-graph-one .bar-four-04 .bar {
  /*background-color: #d8a13f;*/
  background-color: #ff2812;
  -webkit-animation: show-bar-four-04 1.2s 0.3s forwards;
  -moz-animation: show-bar-four-04 1.2s 0.3s forwards;
  animation: show-bar-four-04 1.2s 0.3s forwards;
}

.bar-graph-one .bar-four-05 .bar {
  /*background-color: #d8a13f;*/
  background-color: #ff2812;
  -webkit-animation: show-bar-four-05 1.2s 0.3s forwards;
  -moz-animation: show-bar-four-05 1.2s 0.3s forwards;
  animation: show-bar-four-05 1.2s 0.3s forwards;
}

.bar-graph-one .bar-four-06 .bar {
  /*background-color: #d8a13f;*/
  background-color: #ff2812;
  -webkit-animation: show-bar-four-06 1.2s 0.3s forwards;
  -moz-animation: show-bar-four-06 1.2s 0.3s forwards;
  animation: show-bar-four-06 1.2s 0.3s forwards;
}

.bar-graph-one .bar-four-07 .bar {
  /*background-color: #d8a13f;*/
  background-color: #ff2812;
  -webkit-animation: show-bar-four-07 1.2s 0.3s forwards;
  -moz-animation: show-bar-four-07 1.2s 0.3s forwards;
  animation: show-bar-four-07 1.2s 0.3s forwards;
}

.bar-graph-one .bar-five-01 .bar {
  /*background-color: #151d45;*/
  background-color: #ff2812;
  -webkit-animation: show-bar-five-01 1.2s 0.3s forwards;
  -moz-animation: show-bar-five-01 1.2s 0.3s forwards;
  animation: show-bar-five-01 1.2s 0.3s forwards;
}

.bar-graph-one .bar-five-02 .bar {
  /*background-color: #151d45;*/
  background-color: #ff2812;
  -webkit-animation: show-bar-five-02 1.2s 0.3s forwards;
  -moz-animation: show-bar-five-02 1.2s 0.3s forwards;
  animation: show-bar-five-02 1.2s 0.3s forwards;
}

.bar-graph-one .bar-five-03 .bar {
  /*background-color: #151d45;*/
  background-color: #ff2812;
  -webkit-animation: show-bar-five-03 1.2s 0.3s forwards;
  -moz-animation: show-bar-five-03 1.2s 0.3s forwards;
  animation: show-bar-five-03 1.2s 0.3s forwards;
}

.bar-graph-one .bar-five-04 .bar {
  /*background-color: #151d45;*/
  background-color: #ff2812;
  -webkit-animation: show-bar-five-04 1.2s 0.3s forwards;
  -moz-animation: show-bar-five-04 1.2s 0.3s forwards;
  animation: show-bar-five-04 1.2s 0.3s forwards;
}

.bar-graph-one .bar-five-05 .bar {
  /*background-color: #151d45;*/
  background-color: #ff2812;
  -webkit-animation: show-bar-five-05 1.2s 0.3s forwards;
  -moz-animation: show-bar-five-05 1.2s 0.3s forwards;
  animation: show-bar-five-05 1.2s 0.3s forwards;
}

.bar-graph-one .bar-five-06 .bar {
  /*background-color: #151d45;*/
  background-color: #ff2812;
  -webkit-animation: show-bar-five-06 1.2s 0.3s forwards;
  -moz-animation: show-bar-five-06 1.2s 0.3s forwards;
  animation: show-bar-five-06 1.2s 0.3s forwards;
}

.bar-graph-one .bar-five-07 .bar {
  /*background-color: #151d45;*/
  background-color: #ff2812;
  -webkit-animation: show-bar-five-07 1.2s 0.3s forwards;
  -moz-animation: show-bar-five-07 1.2s 0.3s forwards;
  animation: show-bar-five-07 1.2s 0.3s forwards;
}

.bar-graph-one .bar-four .bar {
  /*background-color: #151d45;*/
  background-color: #ff2812;
  -webkit-animation: show-bar-four 1.2s 0.4s forwards;
  -moz-animation: show-bar-four 1.2s 0.4s forwards;
  animation: show-bar-four 1.2s 0.4s forwards;
}

/*.bar-graph-one .bar-four-01 .bar {
  background-color: #d8a13f;
  -webkit-animation: show-bar-three-01 1.2s 0.3s forwards;
  -moz-animation: show-bar-three-01 1.2s 0.3s forwards;
  animation: show-bar-three-01 1.2s 0.3s forwards;
}
.bar-graph-one .bar-four-02 .bar {
  background-color: #d8a13f;
  -webkit-animation: show-bar-three-02 1.2s 0.3s forwards;
  -moz-animation: show-bar-three-02 1.2s 0.3s forwards;
  animation: show-bar-three-02 1.2s 0.3s forwards;
}
.bar-graph-one .bar-four-03 .bar {
  background-color: #d8a13f;
  -webkit-animation: show-bar-three-03 1.2s 0.3s forwards;
  -moz-animation: show-bar-three-03 1.2s 0.3s forwards;
  animation: show-bar-three-03 1.2s 0.3s forwards;
}
.bar-graph-one .bar-four-04 .bar {
  background-color: #d8a13f;
  -webkit-animation: show-bar-three-04 1.2s 0.3s forwards;
  -moz-animation: show-bar-three-04 1.2s 0.3s forwards;
  animation: show-bar-three-04 1.2s 0.3s forwards;
}
.bar-graph-one .bar-four-05 .bar {
  background-color: #d8a13f;
  -webkit-animation: show-bar-three-05 1.2s 0.3s forwards;
  -moz-animation: show-bar-three-05 1.2s 0.3s forwards;
  animation: show-bar-three-05 1.2s 0.3s forwards;
}
.bar-graph-one .bar-four-06 .bar {
  background-color: #d8a13f;
  -webkit-animation: show-bar-three-06 1.2s 0.3s forwards;
  -moz-animation: show-bar-three-06 1.2s 0.3s forwards;
  animation: show-bar-three-06 1.2s 0.3s forwards;
}
.bar-graph-one .bar-four-07 .bar {
  background-color: #d8a13f;
  -webkit-animation: show-bar-three-07 1.2s 0.3s forwards;
  -moz-animation: show-bar-three-07 1.2s 0.3s forwards;
  animation: show-bar-three-07 1.2s 0.3s forwards;
}




.bar-graph-one .bar-five-01 .bar {
  background-color: #151d45;
  -webkit-animation: show-bar-three-01 1.2s 0.3s forwards;
  -moz-animation: show-bar-three-01 1.2s 0.3s forwards;
  animation: show-bar-three-01 1.2s 0.3s forwards;
}
.bar-graph-one .bar-five-02 .bar {
  background-color: #151d45;
  -webkit-animation: show-bar-three-02 1.2s 0.3s forwards;
  -moz-animation: show-bar-three-02 1.2s 0.3s forwards;
  animation: show-bar-three-02 1.2s 0.3s forwards;
}
.bar-graph-one .bar-five-03 .bar {
  background-color: #151d45;
  -webkit-animation: show-bar-three-03 1.2s 0.3s forwards;
  -moz-animation: show-bar-three-03 1.2s 0.3s forwards;
  animation: show-bar-three-03 1.2s 0.3s forwards;
}
.bar-graph-one .bar-five-04 .bar {
  background-color: #151d45;
  -webkit-animation: show-bar-three-04 1.2s 0.3s forwards;
  -moz-animation: show-bar-three-04 1.2s 0.3s forwards;
  animation: show-bar-three-04 1.2s 0.3s forwards;
}
.bar-graph-one .bar-five-05 .bar {
  background-color: #151d45;
  -webkit-animation: show-bar-three-05 1.2s 0.3s forwards;
  -moz-animation: show-bar-three-05 1.2s 0.3s forwards;
  animation: show-bar-three-05 1.2s 0.3s forwards;
}
.bar-graph-one .bar-five-06 .bar {
  background-color: #151d45;
  -webkit-animation: show-bar-three-06 1.2s 0.3s forwards;
  -moz-animation: show-bar-three-06 1.2s 0.3s forwards;
  animation: show-bar-three-06 1.2s 0.3s forwards;
}
.bar-graph-one .bar-five-07 .bar {
  background-color: #151d45;
  -webkit-animation: show-bar-three-07 1.2s 0.3s forwards;
  -moz-animation: show-bar-three-07 1.2s 0.3s forwards;
  animation: show-bar-three-07 1.2s 0.3s forwards;
}

.bar-graph-one .bar-four .bar {
  background-color: #59b3fc;
  -webkit-animation: show-bar-four 1.2s 0.4s forwards;
  -moz-animation: show-bar-four 1.2s 0.4s forwards;
  animation: show-bar-four 1.2s 0.4s forwards;
}*/
/* Bar Graph Horizontal Animations */
@-webkit-keyframes show-bar-four {
  0% {
    width: 0;
  }
  100% {
    width: 76.8%;
  }
}
@-webkit-keyframes fade-in-text {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media print, screen and (min-width: 769px) {
  .pr-area {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333333;
    background-color: #dddddd;
    width: 100%;
    height: auto;
    box-shadow: 15px 15px 0px 0px rgba(224, 250, 2, 0.9), 30px 30px 0px 0px rgba(18, 127, 241, 0.7);
  }
}

@media print, screen and (min-width: 769px) {
  .pr-area01 {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333333;
    background-color: #dddddd;
    width: 100%;
    height: auto;
    box-shadow: 15px 15px 0px 0px rgba(224, 250, 2, 0.9), 30px 30px 0px 0px rgba(18, 127, 241, 0.7);
  }
}

@media print, screen and (min-width: 769px) {
  .pr-area02 {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333333;
    background-color: #dddddd;
    width: 100%;
    height: auto;
    box-shadow: 15px 15px 0px 0px rgba(211, 49, 49, 0.9), 30px 30px 0px 0px rgba(18, 127, 241, 0.7);
  }
}

@media print, screen and (min-width: 769px) {
  .pr-area03 {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333333;
    background-color: #dddddd;
    width: 100%;
    height: auto;
    box-shadow: 15px 15px 0px 0px rgba(211, 49, 49, 0.9), 30px 30px 0px 0px rgba(224, 250, 2, 0.7);
  }
}

@media print, screen and (min-width: 769px) {
  .pr-area01_sub {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333333;
    background-color: #dddddd;
    width: 100%;
    height: auto;
    box-shadow: 15px 15px 0px 0px rgba(224, 250, 2, 0.9);
  }
}

@media print, screen and (min-width: 769px) {
  .pr-area02_sub {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333333;
    background-color: #dddddd;
    width: 100%;
    height: auto;
    box-shadow: 15px 15px 0px 0px rgba(211, 49, 49, 0.9);
  }
}

ul.link_btn_p1_s1 {
  width: 100%;
  height: auto;
}
ul.link_btn_p1_s1 li a {
  border: 3px solid #363636;
  text-decoration: none !important;
  color: #121212;
  display: block;
  border-radius: 5px;
  background-color: #FFFFFF;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  ul.link_btn_p1_s1 li a {
    padding: 1% 1% 1% 1%;
    width: 48%;
    float: none;
    margin: 0px auto 10px auto;
  }
  ul.link_btn_p1_s1 li a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 768px) {
  ul.link_btn_p1_s1 li a {
    float: none;
    width: 88%;
    padding: 1% 1% 1% 1%;
    margin: 0px auto 10px auto;
  }
}
ul.link_btn_p1_s1 li a.lft_bl {
  background-color: #F7F3F6;
}
@media print, screen and (min-width: 769px) {
  ul.link_btn_p1_s1 li a.lft_bl {
    margin-left: 25%;
    margin: 0px 0% 10px 26%;
  }
}
ul.link_btn_p1_s1 li a.win01 {
  background-color: #FFFEEB;
}
ul.link_btn_p1_s1 li a.win02 {
  background-color: #F0EEEE;
}
ul.link_btn_p1_s1 li a.win03 {
  background-color: #F0EEEd;
}
ul.link_btn_p1_s1 li a span.sub_mainli_img {
  float: left;
  display: block;
  width: 97px;
  height: 55px;
  margin-right: 3%;
  overflow: hidden;
  background-color: #E9F1FF;
  font-size: 0px;
  line-height: 0px;
}
ul.link_btn_p1_s1 li a span.sub_mainli_img img {
  width: 97px;
  height: 55px;
  object-fit: contain;
}
ul.link_btn_p1_s1 li a span.sub_mainli01_img {
  float: right;
  display: block;
  width: 22px;
  height: 55px;
  margin-left: 3%;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
}
ul.link_btn_p1_s1 li a span.sub_mainli01_img img {
  width: 22px;
  height: 55px;
  object-fit: contain;
}
ul.link_btn_p1_s1 li a span.sub_mainli_ti {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 15px;
  /*20190322 追加*/
  line-height: 18px;
  font-weight: 500;
  /*20190322 追加*/
  text-align: left;
  vertical-align: middle;
}
ul.link_btn_p1_s1 li a i {
  position: absolute;
  top: 1px;
  left: 1px;
  color: #fff;
  padding: 2px 7px;
  font-size: 12px;
  line-height: 13px;
  text-align: center;
  font-weight: normal;
  /*vertical-align: middle;*/
  margin-bottom: 0.3em;
  border-radius: 3px;
  text-decoration: none;
  font-style: normal !important;
}
ul.link_btn_p1_s1 li a i.ic01 {
  background-color: #7C6E10;
}
ul.link_btn_p1_s1 li a i.ic02 {
  /*background-color: #B1B1B1;*/
  background-color: #707070;
}
ul.link_btn_p1_s1 li a i.ic03 {
  /*background-color: #5D5E4E;*/
  background-color: #625552;
}
ul.link_btn_p1_s1 li a .sub_mainli_ti {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  text-align: left;
  vertical-align: middle;
}

ul.link_btn_p4_s2 {
  width: 100%;
  height: auto;
}
ul.link_btn_p4_s2 li a {
  text-decoration: none !important;
  color: #121212;
  display: block;
  border-radius: 5px;
  background-color: #FFFFFF;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  ul.link_btn_p4_s2 li a {
    border: 5px solid #217eb7;
    padding: 1% 1% 1% 1%;
    width: 23%;
    float: left !important;
    margin: 0px 1% 10px 1%;
  }
  ul.link_btn_p4_s2 li a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 768px) {
  ul.link_btn_p4_s2 li a {
    border: 3px solid #217eb7;
    float: left !important;
    width: 48%;
    padding: 1% 1% 1% 1%;
    margin: 0px 1% 10px 1%;
  }
}
ul.link_btn_p4_s2 li a.lft_bl {
  background-color: #F7F3F6;
}
@media print, screen and (min-width: 769px) {
  ul.link_btn_p4_s2 li a.lft_bl {
    margin-left: 25%;
    margin: 0px 0% 10px 26%;
  }
}
ul.link_btn_p4_s2 li a.win01 {
  background-color: #FFFEEB;
}
ul.link_btn_p4_s2 li a.win02 {
  background-color: #F0EEEE;
}
ul.link_btn_p4_s2 li a span.sub_mainli_img {
  float: left;
  display: block;
  width: 97px;
  height: 55px;
  margin-right: 3%;
  overflow: hidden;
  background-color: #E9F1FF;
  font-size: 0px;
  line-height: 0px;
}
ul.link_btn_p4_s2 li a span.sub_mainli_img img {
  width: 97px;
  height: 55px;
  object-fit: contain;
}
ul.link_btn_p4_s2 li a span.sub_mainli01_img {
  float: right;
  display: block;
  width: 22px;
  height: 55px;
  margin-left: 3%;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
}
ul.link_btn_p4_s2 li a span.sub_mainli01_img img {
  width: 22px;
  height: 55px;
  object-fit: contain;
}
ul.link_btn_p4_s2 li a span.sub_mainli_ti {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 15px;
  /*20190322 追加*/
  line-height: 18px;
  font-weight: 500;
  /*20190322 追加*/
  text-align: left;
  vertical-align: middle;
}
ul.link_btn_p4_s2 li a i {
  position: absolute;
  top: 1px;
  left: 1px;
  color: #fff;
  padding: 2px 7px;
  font-size: 12px;
  line-height: 13px;
  text-align: center;
  font-weight: normal;
  /*vertical-align: middle;*/
  margin-bottom: 0.3em;
  border-radius: 3px;
  text-decoration: none;
  font-style: normal !important;
  /*&.ic01{
  	background-color: #7C6E10;
  }
  &.ic02{
  	background-color: #B1B1B1;
  }
  &.ic03{
  	background-color: #7B3460;
  }*/
}
ul.link_btn_p4_s2 li a i.ic01 {
  /*background-color: #7C6E10;*/
  background-image: url("../images/digest/win01.png");
  background-size: contain;
  background-repeat: repeat-x;
}
ul.link_btn_p4_s2 li a i.ic02 {
  /*background-color: #707070;*/
  background-image: url("../images/digest/win02.png");
  background-size: contain;
  background-repeat: repeat-x;
}
ul.link_btn_p4_s2 li a i.ic03 {
  /*background-color: #7E736F;*/
  background-image: url("../images/digest/win03.png");
  background-size: contain;
  background-repeat: repeat-x;
}
ul.link_btn_p4_s2 li a .sub_mainli_ti {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  text-align: left;
  vertical-align: middle;
}

#btn-00 {
  display: none !important;
}

.con_ti01 {
  font-family: "sans-serif", "cursive", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo !important;
  color: #FFFFFF;
  text-align: center;
  font-style: italic !important;
  font-weight: 600;
}
@media print, screen and (min-width: 769px) {
  .con_ti01 {
    font-size: 210%;
    width: 60%;
    margin: 10px auto 35px;
  }
}
@media only screen and (max-width: 768px) {
  .con_ti01 {
    font-size: 160%;
    width: 100%;
    margin: 10px auto 25px;
  }
}

.con_ti02 {
  font-family: "sans-serif", "cursive", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo !important;
  color: #FFFFFF;
  text-align: center;
  font-style: italic !important;
  font-weight: 600;
}
@media print, screen and (min-width: 769px) {
  .con_ti02 {
    font-size: 210%;
    width: 100%;
    margin: 10px auto 55px;
  }
}
@media only screen and (max-width: 768px) {
  .con_ti02 {
    font-size: 160%;
    width: 100%;
    margin: 10px auto 25px;
  }
}

.bd_bt_line01 {
  border-bottom: 1px solid #F3F3F3;
}

.fl_img_z {
  /*position: relative;
  &:before{
  	position: absolute;
  	content: "";
  	display: block;
  	
  	background-image: url("../images/vote/form_info_icon.png");
  	background-repeat: no-repeat;
  	background-size: cover;
  	
  	@include wi-pc{
  	width: 132px;
  	height: 132px;
  	left: -20px;
  	top: -8px;
  	}
  	@include wi-sm1{
  	width: 52px;
  	height: 52px;
  	left: -8px;
  	top: -4px;
  	}
  }*/
}
@media print, screen and (min-width: 769px) {
  .fl_img_z {
    margin-bottom: -40px;
  }
}

.fl_tw_btn {
  width: 100%;
  display: flex !important;
  flex-wrap: wrap !important;
  flex-direction: row !important;
  /*justify-content: space-around;*/
  justify-content: space-evenly !important;
}
@media print, screen and (min-width: 769px) {
  .fl_tw_btn .btn_tw_data {
    width: 43%;
  }
}
@media only screen and (max-width: 768px) {
  .fl_tw_btn .btn_tw_data {
    width: 78%;
    margin-bottom: 20px;
  }
}
.fl_tw_btn .btn_tw_data .btn_tw_data_in {
  width: 100%;
  font-size: 0px;
  line-height: 0px;
}
.fl_tw_btn .btn_tw_data img {
  width: 100%;
  height: auto;
}
.fl_tw_btn .btn_tw_data a:hover {
  opacity: 0.8;
}

@media print, screen and (min-width: 769px) {
  .bd_ri_dtd_pc {
    border-right: #464646 dashed 1px;
  }
}
@media only screen and (max-width: 768px) {
  .bd_ri_dtd_pc {
    border-right: none;
  }
}

.info_btn {
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 1281px) {
  .info_btn {
    width: 60%;
    height: auto;
    margin: 0px auto 0px;
  }
  .info_btn:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 1280px) {
  .info_btn {
    width: 80%;
    height: auto;
    margin: 0px auto 0px;
  }
}
.info_btn img {
  width: 100%;
  height: auto;
}

.info_btn01 {
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 1281px) {
  .info_btn01 {
    width: 98%;
    height: auto;
    margin: 0px auto 0px;
  }
  .info_btn01:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 1280px) {
  .info_btn01 {
    width: 80%;
    height: auto;
    margin: 0px auto 0px;
  }
}
.info_btn01 img {
  width: 100%;
  height: auto;
}

@media print, screen and (min-width: 769px) {
  .mid-st01 {
    margin-top: -37px !important;
  }
}
@media only screen and (max-width: 768px) {
  .mid-st01 {
    margin-top: -27px !important;
  }
}

@media print, screen and (min-width: 769px) {
  .br_sm br {
    display: none !important;
  }
}

.info-data-area {
  border: solid 2px #f9485a;
  background-color: #FFFFFF;
  margin: 0px auto 0px;
  border-radius: 20px;
  box-shadow: 4px 2px 2px #dbdbdb;
}
@media print, screen and (min-width: 769px) {
  .info-data-area {
    width: 96%;
    padding: 18px 4% 24px;
  }
}
@media only screen and (max-width: 768px) {
  .info-data-area {
    width: 98%;
    padding: 14px 1.5555%;
  }
}

.block_PC3_sm1_slksl {
  height: auto;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  .block_PC3_sm1_slksl {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .block_PC3_sm1_slksl {
    width: 100%;
  }
}
.block_PC3_sm1_slksl li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .block_PC3_sm1_slksl li {
    width: 33%;
    padding: 0px 0.2% 20px !important;
  }
}
@media only screen and (max-width: 768px) {
  .block_PC3_sm1_slksl li {
    background-color: #FFFFFF;
    width: 100%;
    padding: 0px 0.4% 20px !important;
  }
}
.block_PC3_sm1_slksl li img {
  width: 100%;
  height: auto;
}
.block_PC3_sm1_slksl li.nolist {
  display: block;
  width: 100% !important;
  border: none !important;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .block_PC3_sm1_slksl li.nolist {
    background-color: #EDEDED;
    font-size: 120%;
    padding: 40px 0;
  }
}
@media only screen and (max-width: 768px) {
  .block_PC3_sm1_slksl li.nolist {
    background-color: #FFFFFF;
    font-size: 110%;
    padding: 20px 0;
  }
}

ul.bd_pt01 .stick-dots .slick-dots li {
  border: none !important;
}

.stick-dots .slick-dots {
  position: absolute;
  list-style: none;
  display: block;
  text-align: center !important;
  padding: 0;
  margin: 0 auto;
  width: 100%;
}
@media print, screen and (min-width: 1281px) {
  .stick-dots .slick-dots {
    bottom: -35px;
    /*left: 35%;
    right: 35%;*/
  }
}
@media only screen and (max-width: 1280px) {
  .stick-dots .slick-dots {
    bottom: -28px;
    /*left: 2%;
    right: 2%;*/
  }
}

.stick-dots .slick-dots li {
  border: none !important;
  float: none;
}

@media print, screen and (min-width: 1281px) {
  .stick-dots .slick-dots li {
    height: 10px !important;
    width: 10px !important;
  }
}
@media only screen and (max-width: 1280px) {
  .stick-dots .slick-dots li {
    /*background-color: #FFFFFF!important;*/
    background-color: #F56592;
    opacity: 0.4;
    height: 10px !important;
    /*width: 12.666%!important;*/
    width: 5.666% !important;
  }
}

.stick-dots .slick-dots li button {
  position: relative;
  padding: 0;
}
@media print, screen and (min-width: 1281px) {
  .stick-dots .slick-dots li button {
    background-color: #F56592;
    opacity: 0.25;
    height: 10px !important;
    width: 10px !important;
  }
}
@media only screen and (max-width: 1280px) {
  .stick-dots .slick-dots li button {
    background-color: #F56592;
    opacity: 0.4;
    height: 10px !important;
    width: 100% !important;
  }
}

.stick-dots .slick-dots li button:hover,
.stick-dots .slick-dots li button:focus {
  opacity: 1;
}

.stick-dots .slick-dots li button:before {
  content: "" !important;
}

.stick-dots .slick-dots li.slick-active button {
  color: #F56592;
  opacity: 0.75;
}

.stick-dots .slick-dots li.slick-active button:hover,
.stick-dots .slick-dots li.slick-active button:focus {
  opacity: 1;
}

@media only screen and (max-width: 1280px) {
  .lead_font br {
    display: none;
  }
}
.lead_font .underline {
  color: #F9485A;
  background: linear-gradient(transparent 70%, #F0D989 30%);
}

.lead_font_sub01 {
  color: #F9485A;
}
@media only screen and (max-width: 1280px) {
  .lead_font_sub01 br {
    display: none;
  }
}

@media print, screen and (min-width: 1281px) {
  .lead_font_sub02 br {
    display: none;
  }
}

/*** TOPページコンテンツ ***/
ul#top_main {
  display: block;
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  ul#top_main {
    /*margin: 10px auto 60px;*/
    margin: 0px auto 60px;
  }
}
ul#top_main li {
  overflow: hidden;
  width: 100%;
  height: auto;
  margin: 0px auto;
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 769px) {
  ul#top_main li img {
    width: 100%;
    /*height: 580px;*/
    height: 460px;
    object-fit: cover !important;
  }
}
@media only screen and (max-width: 768px) {
  ul#top_main li img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  ul#top_main {
    margin: 10px auto 60px;
  }
}

.slick-slide {
  /*margin: 0 .5%!important;*/
  margin: 0 !important;
  transition: all ease-in-out .3s;
  opacity: .2;
}

@media print, screen and (min-width: 769px) {
  #top_main .slick-slide {
    margin: 0 0.5% !important;
  }
}

.slider-nav .slick-slide {
  margin: 0 1.5% 8px !important;
}

.slick-active {
  transition: all ease-in-out .3s;
  opacity: 1 !important;
}

.slick-current {
  transition: all ease-in-out .3s;
  opacity: 1 !important;
}

@media print, screen and (min-width: 769px) {
  ul#top_main_sm {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  ul#top_main_sm {
    display: block;
    width: 100%;
    height: auto;
    margin: 0px auto;
  }
  ul#top_main_sm li {
    width: 100%;
    height: auto;
    margin: 0px auto;
    font-size: 0px;
    line-height: 0px;
  }
  ul#top_main_sm li img {
    width: 100%;
    height: auto;
  }
}

.disnon {
  display: none;
}

#top_main_sub01 {
  width: 100%;
  height: auto;
  padding: 25px 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
#top_main_sub01 #top_main_sub01_in {
  height: auto;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  #top_main_sub01 #top_main_sub01_in {
    max-width: 1000px;
  }
}
@media only screen and (max-width: 768px) {
  #top_main_sub01 #top_main_sub01_in {
    width: 80%;
  }
}
#top_main_sub01 #top_main_sub01_in #top_main_sub01_left {
  height: auto;
}
@media print, screen and (min-width: 769px) {
  #top_main_sub01 #top_main_sub01_in #top_main_sub01_left {
    float: left;
    width: 35%;
  }
}
@media only screen and (max-width: 768px) {
  #top_main_sub01 #top_main_sub01_in #top_main_sub01_left {
    float: none;
    width: 100%;
    /*margin: 0 auto 20px auto;*/
    margin: 20px auto 20px auto;
  }
}
#top_main_sub01 #top_main_sub01_in #top_main_sub01_left ul li a {
  display: block;
  width: 100%;
  height: auto;
}
#top_main_sub01 #top_main_sub01_in #top_main_sub01_left ul li a img {
  width: 100%;
  height: auto;
}
#top_main_sub01 #top_main_sub01_in #top_main_sub01_left ul li:first-child {
  margin-bottom: 13px;
}
#top_main_sub01 #top_main_sub01_in #top_main_sub01_right {
  height: auto;
}
@media print, screen and (min-width: 769px) {
  #top_main_sub01 #top_main_sub01_in #top_main_sub01_right {
    float: right;
    width: 60%;
  }
}
@media only screen and (max-width: 768px) {
  #top_main_sub01 #top_main_sub01_in #top_main_sub01_right {
    float: none;
    width: 100%;
    margin: 0 auto;
  }
}
#top_main_sub01 #top_main_sub01_in #top_main_sub01_right .slider li {
  padding: 0 5px;
  position: relative;
}
#top_main_sub01 #top_main_sub01_in #top_main_sub01_right .slider li a {
  text-decoration: none;
}
#top_main_sub01 #top_main_sub01_in #top_main_sub01_right .slider img {
  width: 100%;
  height: auto;
}

#top_main_sub02 {
  width: 100%;
  height: auto;
  padding: 25px 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
#top_main_sub02 #top_main_sub02_in {
  height: auto;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  #top_main_sub02 #top_main_sub02_in {
    max-width: 1000px;
  }
}
@media only screen and (max-width: 768px) {
  #top_main_sub02 #top_main_sub02_in {
    width: 83%;
  }
}
#top_main_sub02 #top_main_sub02_in #top_main_sub02_ti {
  height: auto;
  margin: 0 auto;
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 769px) {
  #top_main_sub02 #top_main_sub02_in #top_main_sub02_ti {
    width: 140px;
  }
}
@media only screen and (max-width: 768px) {
  #top_main_sub02 #top_main_sub02_in #top_main_sub02_ti {
    width: 45%;
  }
}
#top_main_sub02 #top_main_sub02_in #top_main_sub02_ti img {
  width: 100%;
  height: auto;
}
#top_main_sub02 #top_main_sub02_in #top_main_sub02_com {
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  color: #053485;
}
@media print, screen and (min-width: 769px) {
  #top_main_sub02 #top_main_sub02_in #top_main_sub02_com {
    margin: 10px 0px 25px 0px;
  }
}
@media only screen and (max-width: 768px) {
  #top_main_sub02 #top_main_sub02_in #top_main_sub02_com {
    margin: 10px 0px 20px 0px;
  }
}
#top_main_sub02 #top_main_sub02_in #newslist_btn {
  height: auto;
}
@media print, screen and (min-width: 769px) {
  #top_main_sub02 #top_main_sub02_in #newslist_btn {
    width: 90%;
    font-weight: 600;
    margin: 20px auto;
  }
}
@media only screen and (max-width: 768px) {
  #top_main_sub02 #top_main_sub02_in #newslist_btn {
    width: 98%;
    margin: 15px auto;
  }
}
#top_main_sub02 #top_main_sub02_in #newslist_btn li {
  float: left;
  display: block;
  text-align: center;
  box-sizing: border-box;
  color: #539CD8 !important;
  background-color: #FFFFFF !important;
}
@media print, screen and (min-width: 769px) {
  #top_main_sub02 #top_main_sub02_in #newslist_btn li {
    border-radius: 20px;
    width: 23%;
    margin: 0 1%;
    font-size: 17px;
    line-height: 46px;
    cursor: pointer;
  }
  #top_main_sub02 #top_main_sub02_in #newslist_btn li:hover {
    color: #FFFFFF !important;
    background-color: #539CD8 !important;
  }
}
@media only screen and (max-width: 768px) {
  #top_main_sub02 #top_main_sub02_in #newslist_btn li {
    border-radius: 5px;
    width: 48%;
    margin: 0 1% 1%;
    font-size: 12px;
    line-height: 25px;
  }
}
#top_main_sub02 #top_main_sub02_in #newslist_btn li.select {
  color: #FFFFFF !important;
  background-color: #539CD8 !important;
}
#top_main_sub02 #top_main_sub02_in .slider li {
  padding: 0 0 10px 0;
  margin: 0 10px;
  position: relative;
  background-color: #FFFFFF;
}
#top_main_sub02 #top_main_sub02_in .slider li a {
  text-decoration: none;
  display: block;
}
@media print, screen and (min-width: 769px) {
  #top_main_sub02 #top_main_sub02_in .slider li a {
    height: 292px;
  }
}
@media only screen and (max-width: 768px) {
  #top_main_sub02 #top_main_sub02_in .slider li a {
    height: auto;
  }
}
#top_main_sub02 #top_main_sub02_in .slider li span.day {
  display: block;
  width: 90%;
  /*height: 12px;
  font-size: 12px;
  line-height: 12px;*/
  height: 13px;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
  /*20190322 追加*/
  padding: 10px 0px 10px 0px;
  margin: 0px auto;
  color: #747474;
  text-align: left;
}
#top_main_sub02 #top_main_sub02_in .slider li span.blog_ti {
  display: block;
  width: 90%;
  height: auto;
  /*font-size: 14px;*/
  /*20190322 非表示*/
  font-size: 15px;
  /*font-weight: 100;*/
  /*20190322 非表示*/
  font-weight: 400;
  /*20190322 追加*/
  /*line-height: 18px;*/
  /*20190322 非表示*/
  line-height: 22px;
  padding: 10px 0px;
  margin: 0px auto;
  color: #053485;
  text-align: left;
}
#top_main_sub02 #top_main_sub02_in .slider img {
  object-fit: contain;
  background-color: #1558a0;
}
@media print, screen and (min-width: 769px) {
  #top_main_sub02 #top_main_sub02_in .slider img {
    width: 100%;
    height: 188px;
    /*height: auto;*/
  }
}
@media only screen and (max-width: 768px) {
  #top_main_sub02 #top_main_sub02_in .slider img {
    width: 100%;
    height: 100px;
    /*height: auto;*/
  }
}
#top_main_sub02 #top_main_sub02_in ul#slider00 li,
#top_main_sub02 #top_main_sub02_in ul#slider01 li,
#top_main_sub02 #top_main_sub02_in ul#slider02 li,
#top_main_sub02 #top_main_sub02_in ul#slider03 li {
  padding: 0 0 10px 0;
  margin: 0 10px;
  position: relative;
  background-color: #FFFFFF;
}
#top_main_sub02 #top_main_sub02_in ul#slider00 li a,
#top_main_sub02 #top_main_sub02_in ul#slider01 li a,
#top_main_sub02 #top_main_sub02_in ul#slider02 li a,
#top_main_sub02 #top_main_sub02_in ul#slider03 li a {
  text-decoration: none;
  display: block;
}
@media print, screen and (min-width: 769px) {
  #top_main_sub02 #top_main_sub02_in ul#slider00 li a,
  #top_main_sub02 #top_main_sub02_in ul#slider01 li a,
  #top_main_sub02 #top_main_sub02_in ul#slider02 li a,
  #top_main_sub02 #top_main_sub02_in ul#slider03 li a {
    width: 230px;
    /*height: 292px;*/
    height: 310px;
  }
}
@media only screen and (max-width: 768px) {
  #top_main_sub02 #top_main_sub02_in ul#slider00 li a,
  #top_main_sub02 #top_main_sub02_in ul#slider01 li a,
  #top_main_sub02 #top_main_sub02_in ul#slider02 li a,
  #top_main_sub02 #top_main_sub02_in ul#slider03 li a {
    height: auto;
  }
}
#top_main_sub02 #top_main_sub02_in ul#slider00 li span.day,
#top_main_sub02 #top_main_sub02_in ul#slider01 li span.day,
#top_main_sub02 #top_main_sub02_in ul#slider02 li span.day,
#top_main_sub02 #top_main_sub02_in ul#slider03 li span.day {
  display: block;
  width: 90%;
  /*height: 12px;
  font-size: 12px;
  line-height: 12px;*/
  height: 13px;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
  /*20190322 追加*/
  padding: 10px 0px 10px 0px;
  margin: 0px auto;
  color: #747474;
  text-align: left;
}
#top_main_sub02 #top_main_sub02_in ul#slider00 li span.blog_ti,
#top_main_sub02 #top_main_sub02_in ul#slider01 li span.blog_ti,
#top_main_sub02 #top_main_sub02_in ul#slider02 li span.blog_ti,
#top_main_sub02 #top_main_sub02_in ul#slider03 li span.blog_ti {
  display: block;
  width: 90%;
  height: auto;
  /*font-size: 14px;*/
  /*20190322 非表示*/
  font-size: 15px;
  /*font-weight: 100;*/
  /*20190322 非表示*/
  font-weight: 400;
  /*20190322 追加*/
  /*line-height: 18px;*/
  /*20190322 非表示*/
  line-height: 22px;
  /*20190322 追加*/
  padding: 10px 0px;
  margin: 0px auto;
  color: #053485;
  text-align: left;
}
#top_main_sub02 #top_main_sub02_in ul#slider00 img,
#top_main_sub02 #top_main_sub02_in ul#slider01 img,
#top_main_sub02 #top_main_sub02_in ul#slider02 img,
#top_main_sub02 #top_main_sub02_in ul#slider03 img {
  object-fit: contain;
  /*background-color: #1558a0;*/
  background-color: #f4f9fe;
}
@media print, screen and (min-width: 769px) {
  #top_main_sub02 #top_main_sub02_in ul#slider00 img,
  #top_main_sub02 #top_main_sub02_in ul#slider01 img,
  #top_main_sub02 #top_main_sub02_in ul#slider02 img,
  #top_main_sub02 #top_main_sub02_in ul#slider03 img {
    width: 100%;
    height: 188px;
    /*height: auto;*/
  }
}
@media only screen and (max-width: 768px) {
  #top_main_sub02 #top_main_sub02_in ul#slider00 img,
  #top_main_sub02 #top_main_sub02_in ul#slider01 img,
  #top_main_sub02 #top_main_sub02_in ul#slider02 img,
  #top_main_sub02 #top_main_sub02_in ul#slider03 img {
    width: 100%;
    height: 112px;
    /*height: auto;*/
  }
}
#top_main_sub02 #top_main_sub02_in .blog_link a {
  text-decoration: none;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  display: block;
  box-sizing: border-box;
  border-radius: 20px;
  /* CSS3草案 */
  -webkit-border-radius: 20px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 20px;
  /* Firefox用 */
  cursor: pointer;
  overflow: hidden;
  font-weight: 600;
  background-color: #FFFFFF;
  color: #053485;
  padding: 8px 0px;
}
@media print, screen and (min-width: 769px) {
  #top_main_sub02 #top_main_sub02_in .blog_link a {
    width: 15%;
    margin: 30px auto 200px auto;
  }
  #top_main_sub02 #top_main_sub02_in .blog_link a:hover {
    background-color: #CDCDCD;
  }
}
@media only screen and (max-width: 768px) {
  #top_main_sub02 #top_main_sub02_in .blog_link a {
    width: 45%;
    margin: 30px auto 80px auto;
  }
}
#top_main_sub02 #top_main_sub02_in .blog_link a:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 16px;
  margin: 2px 0px 0 15px;
  background: url("../images/common/blog_icon.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}

#top_main_sub03 {
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
@media print, screen and (min-width: 769px) {
  #top_main_sub03 {
    padding: 35px 0px 0px 0px;
    margin: 0px 0px 45px 0px;
  }
}
@media only screen and (max-width: 768px) {
  #top_main_sub03 {
    padding: 15px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
  }
}
#top_main_sub03 #top_main_sub03_in {
  height: auto;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  #top_main_sub03 #top_main_sub03_in {
    max-width: 1000px;
  }
}
@media only screen and (max-width: 768px) {
  #top_main_sub03 #top_main_sub03_in {
    width: 98%;
  }
}
#top_main_sub03 #top_main_sub03_in #top_main_sub03_ti {
  text-align: left;
  z-index: 10;
  font-weight: 600;
}
@media print, screen and (min-width: 769px) {
  #top_main_sub03 #top_main_sub03_in #top_main_sub03_ti {
    font-size: 40px;
    margin: 0 0 20px 350px;
  }
}
@media only screen and (max-width: 768px) {
  #top_main_sub03 #top_main_sub03_in #top_main_sub03_ti {
    width: 95%;
    font-size: 20px;
    margin: 0 auto 18px auto;
  }
}
@media print, screen and (min-width: 769px) {
  #top_main_sub03 #top_main_sub03_in #top_main_sub03_com {
    z-index: 10;
    display: block;
    margin: 0px 0px 30px 590px;
    font-size: 17px;
    line-height: 24px;
    font-weight: 300;
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    /*20190322 追加*/
  }
}
@media only screen and (max-width: 768px) {
  #top_main_sub03 #top_main_sub03_in #top_main_sub03_com {
    display: none;
  }
}
#top_main_sub03 #top_main_sub03_in #top_main_sub03_link a {
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  text-decoration: none;
  display: block;
  box-sizing: border-box;
  border-radius: 20px;
  /* CSS3草案 */
  -webkit-border-radius: 20px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 20px;
  /* Firefox用 */
  cursor: pointer;
  overflow: hidden;
  font-weight: 600;
  background-color: #053485;
  color: #FFFFFF;
  padding: 8px 0px;
  z-index: 10;
}
@media print, screen and (min-width: 769px) {
  #top_main_sub03 #top_main_sub03_in #top_main_sub03_link a {
    width: 15%;
    margin: 30px 0px 20px 670px;
  }
  #top_main_sub03 #top_main_sub03_in #top_main_sub03_link a:hover {
    background-color: #CDCDCD;
  }
}
@media only screen and (max-width: 768px) {
  #top_main_sub03 #top_main_sub03_in #top_main_sub03_link a {
    width: 40%;
    margin: 30px 0px 20px 48%;
  }
}
#top_main_sub03 #top_main_sub03_in #top_main_sub03_link a:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 16px;
  margin: 2px 0px 0 15px;
  background: url("../images/common/top_main_sub03_icon.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
#top_main_sub03 #top_main_sub03_in #top_main_sub03_img {
  z-index: 0;
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 769px) {
  #top_main_sub03 #top_main_sub03_in #top_main_sub03_img {
    width: 590px;
    height: 620px;
    overflow: hidden;
    margin: -600px 0px 0px 0px;
  }
}
@media only screen and (max-width: 768px) {
  #top_main_sub03 #top_main_sub03_in #top_main_sub03_img {
    width: 100%;
    height: auto;
    margin: -20px 0px 0px 0px;
  }
}
#top_main_sub03 #top_main_sub03_in #top_main_sub03_img img {
  width: 100%;
  height: auto;
}

#sub_main {
  background-color: #F1F1F1;
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
}
#sub_main #sub_main_in {
  display: block;
  height: auto;
  margin: 0px auto;
  border: none !important;
  color: #0E0E0E;
}
@media print, screen and (min-width: 769px) {
  #sub_main #sub_main_in {
    font-weight: 500;
    max-width: 1100px;
    min-width: 1000px;
    /*line-height: 123px;*/
    line-height: 60px;
    font-size: 30px;
    padding: 40px 0px;
  }
}
@media only screen and (max-width: 768px) {
  #sub_main #sub_main_in {
    font-weight: 500;
    width: 98%;
    /*line-height: 80px;*/
    line-height: 1.8rem;
    font-size: 20px;
    padding: 20px 0px;
  }
}

#breadcrumb #breadcrumb_inner {
  padding: 5px 0;
  margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
  #breadcrumb #breadcrumb_inner {
    max-width: 1100px;
    min-width: 1000px;
  }
}
@media only screen and (max-width: 768px) {
  #breadcrumb #breadcrumb_inner {
    width: 98%;
  }
}
#breadcrumb #breadcrumb_inner li {
  display: inline-block;
  font-size: 0.9rem;
}
#breadcrumb #breadcrumb_inner li:after {
  content: ">";
  display: inline-block;
  margin: 0 10px;
}
#breadcrumb #breadcrumb_inner li:last-child:after {
  display: none;
}
#breadcrumb #breadcrumb_inner li a {
  text-decoration: none;
  color: #636363;
}

main {
  height: auto;
}
@media print, screen and (min-width: 769px) {
  main {
    max-width: 1100px;
    min-width: 1000px;
    margin: 35px auto 35px auto;
  }
}
@media only screen and (max-width: 768px) {
  main {
    width: 98%;
    margin: 25px auto 25px auto;
  }
}
main #container_inner_st {
  width: 100%;
  height: auto;
  margin: 0px auto;
}
main #container_inner_st ul#sub_mainli_btn_sub {
  width: 100%;
  height: auto;
}
main #container_inner_st ul#sub_mainli_btn_sub li a {
  position: relative;
  background-color: #F5F5F5;
  text-decoration: none !important;
  color: #141F3A;
  display: block;
  border: #d6ebf9 1px solid;
  border-radius: 3px;
}
@media print, screen and (min-width: 769px) {
  main #container_inner_st ul#sub_mainli_btn_sub li a {
    padding: 1% 1% 1% 2%;
    width: 31%;
    float: left !important;
    margin: 0px 1% 25px 1%;
  }
  main #container_inner_st ul#sub_mainli_btn_sub li a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner_st ul#sub_mainli_btn_sub li a {
    float: none;
    width: 95%;
    padding: 1% 2% 1% 1%;
    margin: 0px auto 10px auto;
  }
}
main #container_inner_st ul#sub_mainli_btn_sub li a span.sub_mainli_img {
  float: right;
  display: block;
  width: 22px;
  height: 55px;
  margin-left: 3%;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
}
main #container_inner_st ul#sub_mainli_btn_sub li a span.sub_mainli_img img {
  width: 22px;
  height: 55px;
  object-fit: contain;
}
main #container_inner_st ul#sub_mainli_btn_sub li a span.sub_mainli_ti {
  display: table-cell !important;
  width: 100%;
  height: 55px !important;
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  vertical-align: middle;
}
main #container_inner {
  height: auto;
  /*@include wi-pc{*/
  /*@include wi-sm1{*/
  /*** フロアマップ ***/
  /*** 耳寄りな話 ***/
  /*** 新着情報一覧 ***/
  /*** 新着情報一覧 ***/
  /*** お問合せ ***/
  /*** お問合せ ***/
  /*** pickup用 ***/
  /*** pickup用 ***/
  /* ファイルリンク */
  /* ファイルリンク */
  /*サブページTOP用レイアウト*/
  /*サブページボタン*/
  /*サブページボタン*/
  /*テキスト関連*/
  /*テキスト関連*/
}
@media print, screen and (min-width: 1281px) {
  main #container_inner {
    float: left;
    /*width: 720px;*/
    width: 100%;
    margin: 0px auto;
  }
}
@media only screen and (max-width: 1280px) {
  main #container_inner {
    float: none;
    width: 97%;
    margin: 0px auto 25px;
  }
}
main #container_inner ul#floor_list {
  width: 100%;
  height: auto;
  margin: 30px auto 55px;
}
main #container_inner ul#floor_list li a {
  display: block;
  float: left;
  text-decoration: none;
  text-align: center;
  width: 20%;
  height: auto;
  line-height: 50px;
  font-size: 120%;
  border-top: solid 1px #1358A2;
  border-right: solid 1px #1358A2;
  border-bottom: solid 1px #1358A2;
  color: #204B8C;
}
main #container_inner ul#floor_list li a:hover {
  color: #FFFFFF;
  background-color: #204B8C;
}
main #container_inner ul#floor_list li:first-child a {
  border-left: solid 1px #1358A2;
}
main #container_inner ul#floor_list li.floor_act a {
  color: #FFFFFF;
  background-color: #204B8C;
}
main #container_inner #imgContainer {
  box-sizing: inherit !important;
  background-color: #F5F5F5;
}
@media print, screen and (min-width: 769px) {
  main #container_inner #imgContainer {
    /*border: #1B9CDB 2px solid;*/
    width: 100%;
    height: 710px;
    margin: 0px auto 20px;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner #imgContainer {
    /*border: #1B9CDB 1px solid;*/
    width: 90%;
    height: 320px;
    margin: 20px auto;
  }
}
main #container_inner #positionButtonDiv {
  display: block;
}
@media print, screen and (min-width: 769px) {
  main #container_inner #positionButtonDiv {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner #positionButtonDiv {
    width: 30%;
    margin: 0px auto;
  }
}
@media print, screen and (min-width: 769px) {
  main #container_inner #positionButtonDiv #zoomButton_area {
    width: 20%;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner #positionButtonDiv #zoomButton_area {
    width: 100%;
  }
}
main #container_inner #positionButtonDiv #zoomButton_area .zoomButton_in {
  float: left;
  display: block;
  width: 48%;
  margin: 10px 1%;
}
main #container_inner #positionButtonDiv #zoomButton_area .zoomButton_in img {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  main #container_inner #positionButtonDiv .positionButtonSpan {
    float: right;
    display: block;
    width: 10%;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner #positionButtonDiv .positionButtonSpan {
    display: none;
    width: 40%;
  }
}
main #container_inner #positionButtonDiv .positionButtonSpan img {
  border: 0;
}
main #container_inner #positionButtonDiv .positionMapClass area {
  cursor: pointer;
}
main #container_inner #positionButtonDiv .zoomButton {
  border: 0;
  cursor: pointer;
}
main #container_inner #mmyr_link_in {
  height: auto;
}
@media print, screen and (min-width: 769px) {
  main #container_inner #mmyr_link_in {
    width: 100%;
    margin: 0px auto 50px;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner #mmyr_link_in {
    width: 100%;
    margin: 0px auto 50px;
  }
}
main #container_inner #mmyr_link_in ul {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  main #container_inner #mmyr_link_in ul li:nth-child(1) a {
    border-left: 1px #327DBB solid;
  }
  main #container_inner #mmyr_link_in ul li:nth-child(3) a {
    border-left: 1px #327DBB solid;
  }
  main #container_inner #mmyr_link_in ul li:nth-child(5) a {
    border-left: 1px #327DBB solid;
  }
  main #container_inner #mmyr_link_in ul li:nth-child(7) a {
    border-left: 1px #327DBB solid;
  }
  main #container_inner #mmyr_link_in ul li:nth-child(9) a {
    border-left: 1px #327DBB solid;
  }
  main #container_inner #mmyr_link_in ul li:nth-child(11) a {
    border-left: 1px #327DBB solid;
  }
  main #container_inner #mmyr_link_in ul li:nth-child(13) a {
    border-left: 1px #327DBB solid;
  }
  main #container_inner #mmyr_link_in ul li:nth-child(15) a {
    border-left: 1px #327DBB solid;
  }
  main #container_inner #mmyr_link_in ul li:nth-child(17) a {
    border-left: 1px #327DBB solid;
  }
  main #container_inner #mmyr_link_in ul li:nth-child(19) a {
    border-left: 1px #327DBB solid;
  }
  main #container_inner #mmyr_link_in ul li:nth-child(21) a {
    border-left: 1px #327DBB solid;
  }
  main #container_inner #mmyr_link_in ul li:nth-child(23) a {
    border-left: 1px #327DBB solid;
  }
  main #container_inner #mmyr_link_in ul li:nth-child(25) a {
    border-left: 1px #327DBB solid;
  }
  main #container_inner #mmyr_link_in ul li:nth-child(27) a {
    border-left: 1px #327DBB solid;
  }
}
main #container_inner #mmyr_link_in ul li a {
  float: left;
  display: block;
  height: auto;
  box-sizing: border-box;
  text-decoration: none;
  border-top: 1px solid #327DBB;
}
@media print, screen and (min-width: 769px) {
  main #container_inner #mmyr_link_in ul li a {
    border-bottom: 1px solid #327DBB;
    width: 48%;
    padding: 30px 1%;
    margin: 5px 1%;
    opacity: 1;
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: right 5px center;
  }
  main #container_inner #mmyr_link_in ul li a:hover {
    opacity: 0.7;
  }
}
@media print, screen and (min-width: 769px) {
  main #container_inner #mmyr_link_in ul li a#left_mg {
    margin: 5px 1% 5px 26%;
  }
}
@media print, screen and (min-width: 769px) {
  main #container_inner #mmyr_link_in ul li a#right_mg {
    margin: 5px 26% 5px 1%;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner #mmyr_link_in ul li a {
    width: 50%;
    padding: 5px 2% 5px 2%;
    border-bottom: 1px #327DBB solid;
    border-right: 1px #327DBB solid;
  }
}
main #container_inner #mmyr_link_in ul li a span.mmyr_li_img {
  display: block;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 769px) {
  main #container_inner #mmyr_link_in ul li a span.mmyr_li_img {
    float: left;
    margin-right: 3%;
    width: 180px;
    height: 80px;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner #mmyr_link_in ul li a span.mmyr_li_img {
    float: none;
    width: 100%;
    height: auto;
    font-size: 0px;
    line-height: 0px;
    margin-bottom: 5px;
  }
}
@media print, screen and (min-width: 769px) {
  main #container_inner #mmyr_link_in ul li a span.mmyr_li_img img {
    object-fit: contain;
    width: 180px;
    height: 80px;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner #mmyr_link_in ul li a span.mmyr_li_img img {
    width: 100%;
    height: auto;
  }
}
main #container_inner #mmyr_link_in ul li a span.mmyr_li_block {
  width: 100%;
  text-align: left;
  color: #082b88;
}
@media print, screen and (min-width: 769px) {
  main #container_inner #mmyr_link_in ul li a span.mmyr_li_block {
    display: table-cell !important;
    vertical-align: middle;
    height: 80px;
    font-size: 140%;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner #mmyr_link_in ul li a span.mmyr_li_block {
    display: block;
    height: auto;
    font-size: 90%;
    background-repeat: no-repeat;
    background-position: right 3px center;
  }
}
@media print, screen and (min-width: 769px) {
  main #container_inner #mmyr_link_in ul li a span.mmyr_li_block.smll_font {
    height: 80px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner #mmyr_link_in ul li a span.mmyr_li_block.smll_font {
    height: auto;
    font-size: 9px;
  }
}
main #container_inner #mmyr_link_in ul li a p {
  display: table-cell !important;
  width: 100%;
  text-align: left;
  vertical-align: middle;
  color: #082b88;
}
@media print, screen and (min-width: 769px) {
  main #container_inner #mmyr_link_in ul li a p {
    height: 59px;
    font-size: 120%;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner #mmyr_link_in ul li a p {
    height: 32px;
    font-size: 90%;
  }
}
@media print, screen and (min-width: 769px) {
  main #container_inner #mmyr_link_in ul li a p.smll_font {
    height: 59px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner #mmyr_link_in ul li a p.smll_font {
    height: 32px;
    font-size: 9px;
  }
}
main #container_inner .mmyr_bg_img {
  background-size: cover;
  background-position: bottom center;
  background-repeat: repeat-x;
}
@media print, screen and (min-width: 769px) {
  main #container_inner .mmyr_bg_col01 {
    padding: 10px 8px;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner .mmyr_bg_col01 {
    padding: 10px 2%;
  }
}
main #container_inner .mmyr_bg_col02 {
  background-color: #10d0c0;
}
@media print, screen and (min-width: 769px) {
  main #container_inner .mmyr_bg_col02 {
    padding: 10px 8px;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner .mmyr_bg_col02 {
    padding: 10px 2%;
  }
}
main #container_inner .mmyr_bg_col03 {
  background-color: #2b94ed;
}
@media print, screen and (min-width: 769px) {
  main #container_inner .mmyr_bg_col03 {
    padding: 10px 8px;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner .mmyr_bg_col03 {
    padding: 10px 2%;
  }
}
main #container_inner .mmyr_ti {
  height: auto;
  background-repeat: repeat-x;
  background-size: contain;
  line-height: 1.8;
  display: block;
  font-size: 220% !important;
  text-align: center;
  color: #FFFFFF;
}
@media print, screen and (min-width: 769px) {
  main #container_inner .mmyr_ti {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner .mmyr_ti {
    width: 55%;
    margin: 0px auto 15px;
  }
}
main #container_inner .mmyr_tispan {
  font-size: 130% !important;
}
main #container_inner .mmyr_link_area {
  width: 100%;
  height: auto;
  background-color: #FFFFFF;
}
@media print, screen and (min-width: 769px) {
  main #container_inner .mmyr_link_area {
    padding: 2px 10px;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner .mmyr_link_area {
    padding: 4px 2%;
  }
}
main #container_inner .mmyr_link_area ul {
  clear: both;
  width: 100%;
  height: auto;
}
main #container_inner .mmyr_link_area ul li a {
  display: block;
  text-decoration: none;
  color: #FFFFFF;
  background-color: #0d78c3;
  border: #0B84BF solid 1px;
  text-align: center;
  display: flex;
  align-items: center;
  -moz-box-align: center;
  -moz-box-pack: center;
  justify-content: center;
}
@media print, screen and (min-width: 769px) {
  main #container_inner .mmyr_link_area ul li a {
    border-radius: 30px;
    width: 40%;
    height: 60px;
    margin: 0px auto;
    font-size: 85%;
    float: none;
    padding: 2px 17px 2px 15px;
  }
  main #container_inner .mmyr_link_area ul li a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner .mmyr_link_area ul li a {
    border-radius: 20px;
    width: 68%;
    margin: 0px auto 10px;
    font-size: 85%;
    float: none;
    padding: 12px 12px 12px 12px;
  }
}
main #container_inner .mmyr_link_area ul li a:after {
  display: inline-block;
  content: "";
  width: 12px;
  height: 20px;
  background-image: url("../images/common/sm_li_icon01.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 0px -4px 8px;
}
main #container_inner .ti_mmyr01 {
  display: block;
  text-align: left;
  width: 100%;
  height: auto;
  color: #FFFFFF;
  background-repeat: repeat-x;
  background-size: contain;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  font-weight: 500;
  border-top: 0px;
}
main #container_inner .ti_mmyr01 span.mmyr_icon01 {
  display: inline-block;
  vertical-align: middle;
  background-color: #FFFFFF;
  border: solid 1px #4D87D7;
  border-radius: 50%;
}
@media print, screen and (min-width: 769px) {
  main #container_inner .ti_mmyr01 span.mmyr_icon01 {
    width: 35px;
    height: 35px;
    margin: 0 8px 0 2px;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner .ti_mmyr01 span.mmyr_icon01 {
    width: 28px;
    height: 28px;
    margin: 0 5px 0 2px;
  }
}
main #container_inner .ti_mmyr01 span.mmyr_icon01 span.mmyr_icon_in01 {
  display: block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}
@media print, screen and (min-width: 769px) {
  main #container_inner .ti_mmyr01 span.mmyr_icon01 span.mmyr_icon_in01 {
    width: 25px;
    height: 25px;
    margin: 4px;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner .ti_mmyr01 span.mmyr_icon01 span.mmyr_icon_in01 {
    width: 22px;
    height: 22px;
    margin: 2px;
  }
}
@media print, screen and (min-width: 769px) {
  main #container_inner .ti_mmyr01 {
    font-size: 135%;
    line-height: 1.2;
    padding: 20px 1%;
    margin: 0px 0px 8px;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner .ti_mmyr01 {
    font-size: 125%;
    line-height: 1.2;
    padding: 15px 1%;
    margin: 0px 0px 8px;
  }
}
main #container_inner .matchHeight_mimi_in a {
  height: auto;
  display: block;
  text-decoration: none;
  color: #4A4444;
  background-color: #FFFFFF;
}
@media print, screen and (min-width: 769px) {
  main #container_inner .matchHeight_mimi_in a {
    width: 100%;
    border-bottom: 1px solid #106EC5;
    margin: 0px 0 10px;
    padding: 10px 2%;
  }
  main #container_inner .matchHeight_mimi_in a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner .matchHeight_mimi_in a {
    float: none;
    width: 100%;
    padding: 10px 2%;
    border: 2px solid #e6e6e6;
    margin-bottom: 10px;
  }
}
main #container_inner .matchHeight_mimi_in a .mimi_ti {
  font-weight: 400;
  line-height: 1.5;
}
@media print, screen and (min-width: 769px) {
  main #container_inner .matchHeight_mimi_in a .mimi_ti {
    font-size: 100%;
    margin: 0px 0px 20px;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner .matchHeight_mimi_in a .mimi_ti {
    font-size: 100%;
    margin: 0px 0px 10px;
  }
}
main #container_inner .matchHeight_mimi_in a .mimi_ti span {
  font-size: 90%;
}
main #container_inner .matchHeight_mimi_in a .new:after {
  display: inline-block;
  width: 20%;
  line-height: 1.5;
  font-size: 90%;
  text-align: center;
  background-color: #DB0E41;
  content: "NEW!";
  color: #F0EF2A;
  margin-left: 8px;
}
main #container_inner .mmyr_link_btn {
  display: none !important;
  text-decoration: none;
  display: block;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  main #container_inner .mmyr_link_btn {
    background-color: #106EC5;
    color: #FFFFFF;
    width: 100%;
    text-align: right;
    line-height: 3;
    font-size: 70%;
    position: absolute;
    z-index: 1;
    right: 0px;
    bottom: 5px;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner .mmyr_link_btn {
    color: #453F3F;
    border-top: 1px solid #F0F0F0;
    width: 40%;
    line-height: 2;
    font-size: 80%;
    margin: 0px auto 0px auto;
    border-radius: 10px;
    border: 1px solid #0E4AA7;
  }
}
main #container_inner .mmyr_link_btn::after {
  content: "";
  vertical-align: middle;
  display: inline-block;
  margin: -2px 0px 0px 8px;
  box-sizing: border-box;
  width: 5px;
  height: 5px;
  border: 5px solid transparent;
  border-left: 5px solid #FFFFFF;
}
main #container_inner .news-more-txt {
  clear: both;
  width: 100%;
  margin: 0 auto 15px auto;
  padding: 0 0 15px 0;
  border-bottom: 1px dotted #565656;
  font-size: 1.1em;
}
main #container_inner .news-more-txt p span.kanren_link {
  display: block;
  font-weight: 600;
  margin: 20px 0px 5px 0px !important;
}
@media print, screen and (min-width: 769px) {
  main #container_inner .news-more-txt p span.kanren_link {
    font-size: 80%;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner .news-more-txt p span.kanren_link {
    font-size: 80%;
    line-height: 1.3;
  }
}
@media print, screen and (min-width: 769px) {
  main #container_inner .news-more-txt .ph {
    float: right;
    width: 250px;
    margin-left: 30px;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner .news-more-txt .ph {
    float: right;
    width: 30%;
    margin-left: 3%;
  }
}
main #container_inner .news-more-txt .ph img {
  width: 100%;
  height: auto;
}
main #container_inner ul.demae_koushi_li {
  width: 100%;
  padding: 0px !important;
}
main #container_inner ul.demae_koushi_li li a {
  float: left;
  display: block;
  height: auto;
  box-sizing: border-box;
  text-decoration: none;
  border: #0A599A solid 1px;
  /*▼▼▼三角アイコン▼▼▼*/
  position: relative;
  display: inline-block;
  padding: 5px 0 5px 18px;
  color: #000;
  background-color: #FFFFFF;
  vertical-align: middle;
  text-decoration: none;
  /*▲▲▲三角アイコン▲▲▲*/
}
@media print, screen and (min-width: 769px) {
  main #container_inner ul.demae_koushi_li li a {
    margin: 0px 1% 10px;
    width: 23%;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner ul.demae_koushi_li li a {
    margin: 0px 1% 10px;
    width: 48%;
  }
}
main #container_inner ul.demae_koushi_li li a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 7px;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #1153AB;
}
@media print, screen and (min-width: 769px) {
  main #container_inner ul.demae_koushi_li li a:hover {
    left: 2px;
  }
}
main #container_inner ul.demae_koushi_li li a span {
  display: table-cell !important;
  width: 100%;
  text-align: left;
  vertical-align: middle;
  color: #082b88;
}
@media print, screen and (min-width: 769px) {
  main #container_inner ul.demae_koushi_li li a span {
    height: 50px;
    font-size: 13px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner ul.demae_koushi_li li a span {
    height: 32px;
    font-size: 11px;
    line-height: 12px;
  }
}
main #container_inner .demae_shinryou_ti {
  height: auto;
  display: block;
  text-align: center;
  color: #FFFFFF;
  background-color: #11709E;
  font-weight: 600;
  line-height: 20px;
}
@media print, screen and (min-width: 769px) {
  main #container_inner .demae_shinryou_ti {
    width: 380px;
    font-size: 16px;
    padding: 20px 0px;
    margin: 0px;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner .demae_shinryou_ti {
    width: 87%;
    font-size: 15px;
    padding: 10px 0px;
    margin: 0px auto;
  }
}
main #container_inner ul.teacher_list_dk li {
  background-color: #FFFFFF;
  text-decoration: none;
  display: block;
  float: left;
  box-sizing: border-box;
  height: auto;
  padding: 1% 1% 1% 1%;
  border: #C4C4C4 solid 1px;
}
@media print, screen and (min-width: 769px) {
  main #container_inner ul.teacher_list_dk li {
    width: 31%;
    margin: 0px 1% 20px;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner ul.teacher_list_dk li {
    width: 48%;
    margin: 0px 1% 20px;
  }
}
main #container_inner ul.teacher_list_dk li span.teacher_name {
  display: block;
  width: 100%;
  height: auto;
  padding: 10px 0px 20px;
  margin: 0px auto 10px;
  border-bottom: #3367CF dashed 1px;
  color: #221B1B;
  text-align: center;
  font-weight: 600;
  line-height: 16px;
}
@media print, screen and (min-width: 769px) {
  main #container_inner ul.teacher_list_dk li span.teacher_name {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner ul.teacher_list_dk li span.teacher_name {
    font-size: 14px;
  }
}
main #container_inner ul.teacher_list_dk li span.teacher_name.ic01:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-color: #F4FAFF;
  border-radius: 2px;
  border: 1px solid #0F59A7;
  padding: 1px;
}
@media print, screen and (min-width: 769px) {
  main #container_inner ul.teacher_list_dk li span.teacher_name.ic01:after {
    width: 20px;
    height: 20px;
    margin: -3px 0 0 10px;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner ul.teacher_list_dk li span.teacher_name.ic01:after {
    width: 16px;
    height: 16px;
    margin: -2px 0 0 10px;
  }
}
main #container_inner ul.teacher_list_dk li span.teacher_name.ic02:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-color: #F4FAFF;
  border-radius: 2px;
  border: 1px solid #0F59A7;
  padding: 1px;
}
@media print, screen and (min-width: 769px) {
  main #container_inner ul.teacher_list_dk li span.teacher_name.ic02:after {
    width: 20px;
    height: 20px;
    margin: -3px 0 0 10px;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner ul.teacher_list_dk li span.teacher_name.ic02:after {
    width: 16px;
    height: 16px;
    margin: -2px 0 0 10px;
  }
}
main #container_inner ul.teacher_list_dk li span.teacher_ti {
  height: auto;
  font-weight: 100;
  color: #FFFFFF;
  background-color: #2188B9;
  text-align: center;
  border-radius: 5px;
}
@media print, screen and (min-width: 769px) {
  main #container_inner ul.teacher_list_dk li span.teacher_ti {
    width: 35%;
    display: inline-block;
    margin: 0px 0px 10px;
    font-size: 12px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner ul.teacher_list_dk li span.teacher_ti {
    width: 100%;
    display: block;
    margin: 0px auto 5px;
    font-size: 11px;
    line-height: 22px;
  }
}
main #container_inner ul.teacher_list_dk li span.teacher_st {
  height: auto;
  color: #3F3F3F;
  font-weight: 600;
}
@media print, screen and (min-width: 769px) {
  main #container_inner ul.teacher_list_dk li span.teacher_st {
    width: 63%;
    display: inline-block;
    text-align: left;
    margin: 0px 0px 10px;
    padding: 0px 0px 0px 4%;
    font-size: 14px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner ul.teacher_list_dk li span.teacher_st {
    width: 100%;
    display: block;
    text-align: center;
    margin: 0px 0px 10px;
    padding: 0px 0px 0px 0px;
    font-size: 12px;
    line-height: 22px;
  }
}
main #container_inner .no_mid_area {
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  main #container_inner .no_mid_area {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner .no_mid_area {
    width: 100%;
  }
}
main #container_inner .no_mid_area .no_mid {
  display: block;
  font-weight: 600;
}
@media print, screen and (min-width: 769px) {
  main #container_inner .no_mid_area .no_mid {
    font-size: 100%;
    line-height: 1.3;
    float: left;
    width: 50%;
    margin: 0px 0px 20px;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner .no_mid_area .no_mid {
    font-size: 100%;
    float: none;
    width: 100%;
    margin: 0 auto 20px;
  }
}
main #container_inner .no_mid_area .no_mid span {
  font-weight: 200;
  color: #3E3E3E;
  padding: 0px 0px 0px 0px;
}
@media print, screen and (min-width: 769px) {
  main #container_inner .no_mid_area .no_mid span {
    font-size: 100%;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner .no_mid_area .no_mid span {
    font-size: 100%;
  }
}
main #container_inner .no_mid_area .no_mid span.no_mid_n {
  margin-right: 5px;
  background: #0B6BB9;
  padding: 3px 5px;
  color: #fff;
  margin-right: 5px;
}
main #container_inner .no_mid_area .no_mid_one {
  display: block;
  font-weight: 400;
}
@media print, screen and (min-width: 769px) {
  main #container_inner .no_mid_area .no_mid_one {
    font-size: 100%;
    width: 100%;
    margin: 0px 0px 20px;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner .no_mid_area .no_mid_one {
    font-size: 100%;
    width: 100%;
    margin: 0 auto 20px;
  }
}
main #container_inner .no_mid_area .no_mid_one span {
  font-weight: 600;
  color: #3E3E3E;
}
@media print, screen and (min-width: 769px) {
  main #container_inner .no_mid_area .no_mid_one span {
    display: inline-block;
    text-align: center;
    width: 40px;
    font-size: 100%;
    padding: 0px 0px 0px 0px;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner .no_mid_area .no_mid_one span {
    font-size: 13px;
    padding: 0px 0px 0px 0px;
  }
}
main #container_inner .no_mid_area .no_mid_one span.no_mid_n {
  margin-right: 5px;
  background: #1360B1;
  padding: 3px 5px;
  color: #fff;
  margin-right: 5px;
}
main #container_inner .no_mid_area ul {
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  main #container_inner .no_mid_area ul {
    width: 98%;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner .no_mid_area ul {
    width: 100%;
  }
}
main #container_inner .no_mid_area ul.tx_in1 li {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 769px) {
  main #container_inner .no_mid_area ul.tx_in1 li {
    font-size: 90%;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner .no_mid_area ul.tx_in1 li {
    font-size: 90%;
    line-height: 1.5;
  }
}
main #container_inner ul#kouza_link {
  width: 98%;
  height: auto;
  margin: 0px auto;
}
main #container_inner ul#kouza_link li {
  margin: 0px 0px 30px 0px;
  border-bottom: 1px solid #156396;
}
main #container_inner ul#kouza_link li a {
  display: block;
  text-decoration: none;
}
main #container_inner ul#kouza_link li a span {
  display: block;
  line-height: 30px;
  margin: 0px 0px 20px 0px;
}
main #container_inner ul#kouza_link li a span.kouza_left {
  text-align: center;
  box-sizing: border-box;
  padding: 0px 1%;
  border: #B6CEEC solid 1px;
  color: #353535;
}
@media print, screen and (min-width: 769px) {
  main #container_inner ul#kouza_link li a span.kouza_left {
    float: left;
    width: 30%;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner ul#kouza_link li a span.kouza_left {
    float: none;
    width: 70%;
  }
}
main #container_inner ul#kouza_link li a span.kouza_right {
  padding: 0px 3%;
  color: #095682;
  background: url("../images/common/sm_li_icon.png") no-repeat right 1% center;
}
@media print, screen and (min-width: 769px) {
  main #container_inner ul#kouza_link li a span.kouza_right {
    float: left;
    width: 70%;
  }
  main #container_inner ul#kouza_link li a span.kouza_right:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner ul#kouza_link li a span.kouza_right {
    float: none;
    width: 100%;
  }
}
main #container_inner ul.kouza_link_end {
  width: 98%;
  height: auto;
  margin: 0px auto;
}
main #container_inner ul.kouza_link_end li {
  margin: 0px 0px 30px 0px;
  border-bottom: 1px solid #156396;
}
main #container_inner ul.kouza_link_end li a {
  display: block;
  text-decoration: none;
}
main #container_inner ul.kouza_link_end li a span {
  display: block;
  line-height: 30px;
  margin: 0px 0px 20px 0px;
}
main #container_inner ul.kouza_link_end li a span.kouza_left {
  text-align: center;
  box-sizing: border-box;
  padding: 0px 1%;
  border: #B6CEEC solid 1px;
  color: #353535;
}
@media print, screen and (min-width: 769px) {
  main #container_inner ul.kouza_link_end li a span.kouza_left {
    float: left;
    width: 30%;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner ul.kouza_link_end li a span.kouza_left {
    float: none;
    width: 70%;
  }
}
main #container_inner ul.kouza_link_end li a span.kouza_right {
  color: #095682;
  background: url("../images/common/link_icon_pdf.jpg") no-repeat right 2% center;
}
@media print, screen and (min-width: 769px) {
  main #container_inner ul.kouza_link_end li a span.kouza_right {
    float: left;
    width: 70%;
    padding: 0px 6% 0px 3%;
  }
  main #container_inner ul.kouza_link_end li a span.kouza_right:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner ul.kouza_link_end li a span.kouza_right {
    float: none;
    width: 100%;
    padding: 0px 8% 0px 3%;
  }
}
main #container_inner .teacher_hanrei_area {
  height: auto;
  margin: 0px auto;
  background-color: #FBFDFF;
  border: #8DB8F1 solid 1px;
}
@media print, screen and (min-width: 769px) {
  main #container_inner .teacher_hanrei_area {
    width: 90%;
    padding: 2%;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner .teacher_hanrei_area {
    width: 96%;
    padding: 2%;
  }
}
@media print, screen and (min-width: 769px) {
  main #container_inner .teacher_hanrei_area ul li {
    float: left;
    width: 50%;
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner .teacher_hanrei_area ul li {
    float: none;
    width: 100%;
    font-size: 14px;
    text-align: center;
  }
}
main #container_inner .teacher_hanrei_area ul li.th_ico01:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
}
@media print, screen and (min-width: 769px) {
  main #container_inner .teacher_hanrei_area ul li.th_ico01:before {
    width: 25px;
    height: 25px;
    margin: -3px 15px 0 0;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner .teacher_hanrei_area ul li.th_ico01:before {
    width: 18px;
    height: 18px;
    margin: -2px 10px 0 0;
  }
}
main #container_inner .teacher_hanrei_area ul li.th_ico02:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
}
@media print, screen and (min-width: 769px) {
  main #container_inner .teacher_hanrei_area ul li.th_ico02:before {
    width: 25px;
    height: 25px;
    margin: -3px 15px 0 0;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner .teacher_hanrei_area ul li.th_ico02:before {
    width: 18px;
    height: 18px;
    margin: -2px 15px 0 0;
  }
}
main #container_inner ul.teacher_list li {
  background-color: #FFFFFF;
  text-decoration: none;
  display: block;
  float: left;
  box-sizing: border-box;
  height: auto;
  padding: 1% 1% 40px 1%;
  border: #C4C4C4 solid 1px;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  main #container_inner ul.teacher_list li {
    width: 31%;
    margin: 0px 1% 20px;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner ul.teacher_list li {
    width: 48%;
    margin: 0px 1% 20px;
  }
}
main #container_inner ul.teacher_list li span.teacher_name {
  display: block;
  width: 100%;
  height: auto;
  padding: 10px 0px 20px;
  margin: 0px auto 10px;
  border-bottom: #3367CF dashed 1px;
  color: #221B1B;
  text-align: center;
  font-weight: 600;
  line-height: 16px;
}
@media print, screen and (min-width: 769px) {
  main #container_inner ul.teacher_list li span.teacher_name {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner ul.teacher_list li span.teacher_name {
    font-size: 14px;
  }
}
main #container_inner ul.teacher_list li span.teacher_name.ic01:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-color: #F4FAFF;
  border-radius: 2px;
  border: 1px solid #0F59A7;
  padding: 1px;
}
@media print, screen and (min-width: 769px) {
  main #container_inner ul.teacher_list li span.teacher_name.ic01:after {
    width: 20px;
    height: 20px;
    margin: -3px 0 0 10px;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner ul.teacher_list li span.teacher_name.ic01:after {
    width: 16px;
    height: 16px;
    margin: -2px 0 0 10px;
  }
}
main #container_inner ul.teacher_list li span.teacher_name.ic02:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-color: #F4FAFF;
  border-radius: 2px;
  border: 1px solid #0F59A7;
  padding: 1px;
}
@media print, screen and (min-width: 769px) {
  main #container_inner ul.teacher_list li span.teacher_name.ic02:after {
    width: 20px;
    height: 20px;
    margin: -3px 0 0 10px;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner ul.teacher_list li span.teacher_name.ic02:after {
    width: 16px;
    height: 16px;
    margin: -2px 0 0 10px;
  }
}
main #container_inner ul.teacher_list li span.teacher_ti {
  height: auto;
  font-weight: 100;
  color: #FFFFFF;
  background-color: #2188B9;
  text-align: center;
  border-radius: 5px;
}
@media print, screen and (min-width: 769px) {
  main #container_inner ul.teacher_list li span.teacher_ti {
    width: 35%;
    display: inline-block;
    margin: 0px 0px 10px;
    font-size: 12px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner ul.teacher_list li span.teacher_ti {
    width: 100%;
    display: block;
    margin: 0px auto 5px;
    font-size: 11px;
    line-height: 22px;
  }
}
main #container_inner ul.teacher_list li span.teacher_st_of {
  height: auto;
  color: #3F3F3F;
  font-weight: 600;
}
@media print, screen and (min-width: 769px) {
  main #container_inner ul.teacher_list li span.teacher_st_of {
    width: 63%;
    display: inline-block;
    text-align: left;
    margin: 0px 0px 10px;
    padding: 0px 0px 0px 4%;
    font-size: 14px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner ul.teacher_list li span.teacher_st_of {
    width: 100%;
    display: block;
    text-align: center;
    margin: 0px 0px 10px;
    padding: 0px 0px 0px 0px;
    font-size: 12px;
    line-height: 22px;
  }
}
main #container_inner ul.teacher_list li span.teacher_st {
  height: auto;
  color: #3F3F3F;
  font-weight: 600;
}
@media print, screen and (min-width: 769px) {
  main #container_inner ul.teacher_list li span.teacher_st {
    width: 100%;
    display: block;
    text-align: center;
    margin: 0px 0px 8px;
    padding: 0px 0px 0px 4%;
    font-size: 14px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner ul.teacher_list li span.teacher_st {
    width: 100%;
    display: block;
    text-align: center;
    margin: 0px 0px 8px;
    padding: 0px 0px 0px 0px;
    font-size: 12px;
    line-height: 22px;
  }
}
main #container_inner ul.teacher_list li span.teacher_btn a {
  background: url("../images/common/sm_li_icon01.png") no-repeat right center;
  background-position: right 3% center;
  text-decoration: none !important;
  display: block;
  color: #FFFFFF;
  background-color: #DC49A0;
  border-radius: 15px;
  margin: 0px auto;
  text-align: center;
  position: absolute;
  bottom: 12px;
  left: -50%;
  right: -50%;
}
@media print, screen and (min-width: 769px) {
  main #container_inner ul.teacher_list li span.teacher_btn a {
    padding: 1% 3% 1% 3%;
    width: 60%;
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner ul.teacher_list li span.teacher_btn a {
    width: 80%;
    padding: 1% 3% 1% 3%;
    font-size: 12px;
  }
}
main #container_inner ol.sitemap_list {
  width: 100% !important;
  margin: 0px 0px 40px;
}
main #container_inner ol.sitemap_list li {
  width: 100% !important;
  padding: 0px 0px 10px;
}
main #container_inner ol.sitemap_list li a {
  display: block;
  font-size: 14px !important;
  text-align: left;
  width: 100% !important;
  color: #171515;
  margin: 1px 1%;
  padding: 5px 0px 5px 18px;
  /*▼▼▼三角アイコン▼▼▼*/
  position: relative;
  display: inline-block;
  padding: 5px 0 5px 18px;
  color: #000;
  background-color: #FFFFFF;
  vertical-align: middle;
  text-decoration: none;
  /*▲▲▲三角アイコン▲▲▲*/
}
main #container_inner ol.sitemap_list li a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 7px;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #1153AB;
}
@media print, screen and (min-width: 769px) {
  main #container_inner ol.sitemap_list li a:hover {
    left: 2px;
  }
}
main #container_inner ol.sitemap_list li a span.link {
  /*▼▼▼矢印アイコン▼▼▼*/
  /*▲▲▲矢印アイコン▲▲▲*/
}
main #container_inner ol.sitemap_list li a span.link:after {
  content: "";
  display: inline-block !important;
  background: url("../images/common/list_pop_st.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media print, screen and (min-width: 769px) {
  main #container_inner ol.sitemap_list li a span.link:after {
    width: 18px;
    height: 18px;
    margin: -3px 0px 0 5px;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner ol.sitemap_list li a span.link:after {
    width: 10px;
    height: 10px;
    margin: -1px 0px 0 2px;
  }
}
main #container_inner .search_area {
  position: relative;
  padding: .25em 0 .5em .85em;
  border-left: 2px solid #E4E4E4;
}
@media print, screen and (min-width: 769px) {
  main #container_inner .search_area {
    width: 98%;
    height: auto;
    margin: 0px auto 30px auto;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner .search_area {
    width: 98%;
    margin: 0px auto 24px auto;
  }
}
main #container_inner .search_area:before {
  position: absolute;
  left: -2px;
  bottom: 0;
  content: '';
  width: 2px;
  height: 50%;
  background-color: #1184B4;
}
main #container_inner .search_area:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 0;
}
main #container_inner .search_area span {
  color: #A68849;
}
main #container_inner .search_area .search_ti a {
  text-decoration: none;
  color: #3D7DAB;
}
@media print, screen and (min-width: 769px) {
  main #container_inner .search_area .search_ti a {
    font-size: 19px;
    line-height: 23px;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner .search_area .search_ti a {
    font-size: 16px;
    line-height: 20px;
  }
}
main #container_inner ul#blog-item_list li {
  background-color: #FFFFFF;
}
main #container_inner ul#blog-item_list li a {
  text-decoration: none;
  display: block;
  float: left;
  box-sizing: border-box;
  border: solid #F0F0F0 1px;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  main #container_inner ul#blog-item_list li a {
    /*width: 23%;*/
    width: 31.333%;
    height: auto;
    padding: 2px 0 10px 0;
    margin: 0 1% 20px;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner ul#blog-item_list li a {
    width: 48%;
    height: auto;
    padding: 2px 0 10px 0;
    margin: 0 1% 20px;
  }
}
main #container_inner ul#blog-item_list li span.day {
  display: block;
  width: 90%;
  height: 13px;
  font-size: 80%;
  line-height: 1.3;
  font-weight: 500;
  padding: 10px 0px 10px 0px;
  margin: 0px auto;
  color: #747474;
  text-align: left;
}
main #container_inner ul#blog-item_list li span.blog_ti {
  display: block;
  width: 90%;
  height: auto;
  font-size: 110%;
  font-weight: 400;
  line-height: 1.4;
  padding: 10px 0px;
  margin: 0px auto;
  color: #1C73C5;
  text-align: left;
}
main #container_inner ul#blog-item_list li span.blog_com {
  display: block;
  width: 90%;
  height: auto;
  font-size: 90%;
  font-weight: 400;
  line-height: 1.2;
  padding: 10px 0px;
  margin: 0px auto;
  color: #5D6063;
  text-align: left;
}
main #container_inner ul#blog-item_list li span.img_cap {
  width: 100%;
  display: flex;
}
main #container_inner ul#blog-item_list li figure {
  display: block;
  margin: 0;
}
main #container_inner ul#blog-item_list li figure img {
  width: 100%;
  object-fit: cover;
}
@media print, screen and (min-width: 1281px) {
  main #container_inner ul#blog-item_list li figure img {
    height: 180px;
  }
}
@media only screen and (max-width: 1280px) {
  main #container_inner ul#blog-item_list li figure img {
    height: 110px;
  }
}
main #container_inner .paginate.pag5 {
  font-size: 12px;
  padding: 9px 8px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
@media print, screen and (min-width: 769px) {
  main #container_inner .paginate.pag5 {
    width: 335px;
    margin: 0px auto;
  }
}
main #container_inner .paginate.pag5 li {
  font-weight: bold;
}
main #container_inner .paginate.pag5 li a {
  display: block;
  float: left;
  color: #0F59A7;
  text-decoration: none;
  padding: 9px 12px;
  margin-right: 6px;
  border-radius: 16px;
  background: #fff;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media print, screen and (min-width: 769px) {
  main #container_inner .paginate.pag5 li a :hover {
    color: #4f664e;
    background: #c9dec8;
  }
}
main #container_inner .paginate.pag5 li a :active {
  -webkit-box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, 0.55);
  box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, 0.55);
}
main #container_inner .paginate.pag5 li.navpage a {
  padding: 9px 13px;
  background: #B3C8E4;
  color: #153576;
}
main #container_inner .paginate.pag5 li.navpage a :hover {
  color: #414e40;
  background: #a4c6a2;
}
main #container_inner .paginate.pag5 li.current {
  background: #505362;
  display: block;
  float: left;
  padding: 9px 12px;
  margin-right: 6px;
  border-radius: 16px;
  color: #fff;
}
main #container_inner .paginate.pag5 li.single {
  display: block;
  float: left;
  padding: 9px 12px;
  margin-right: 6px;
  border-radius: 16px;
  color: #fff;
}
main #container_inner #newslist_btn_sub {
  height: auto;
}
@media print, screen and (min-width: 769px) {
  main #container_inner #newslist_btn_sub {
    width: 90%;
    font-weight: 600;
    margin: 20px auto;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner #newslist_btn_sub {
    width: 98%;
    margin: 15px auto;
  }
}
main #container_inner #newslist_btn_sub li a {
  float: left;
  display: block;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  color: #539CD8 !important;
  border: #4893C9 1px solid;
  background-color: #FFFFFF !important;
}
@media print, screen and (min-width: 769px) {
  main #container_inner #newslist_btn_sub li a {
    border-radius: 20px;
    width: 23%;
    margin: 0 1%;
    font-size: 17px;
    line-height: 46px;
    cursor: pointer;
  }
  main #container_inner #newslist_btn_sub li a:hover {
    color: #FFFFFF !important;
    background-color: #539CD8 !important;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner #newslist_btn_sub li a {
    border-radius: 5px;
    width: 48%;
    margin: 0 1% 1%;
    font-size: 12px;
    line-height: 25px;
  }
}
main #container_inner #newslist_btn_sub li a.select_on {
  color: #FFFFFF !important;
  background-color: #539CD8 !important;
}
main #container_inner .topics_list_link_btn a {
  background: url("../images/common/sm_li_icon01.png") no-repeat right 2% center;
  text-decoration: none !important;
  display: block;
  background-color: #247ACB;
}
@media print, screen and (min-width: 769px) {
  main #container_inner .topics_list_link_btn a {
    border-radius: 27px;
    padding: 0.5% 2% 0.5% 2%;
    width: 40%;
    margin: 20px auto 0px auto;
  }
  main #container_inner .topics_list_link_btn a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner .topics_list_link_btn a {
    border-radius: 22px;
    width: 48%;
    padding: 1% 2% 1% 2%;
    margin: 15px auto 0px auto;
  }
}
main #container_inner .topics_list_link_btn a .sub_mainli_ti01 {
  color: #FFFFFF;
  display: table-cell !important;
  vertical-align: middle;
  width: 100%;
  font-weight: 400;
  text-align: left;
}
@media print, screen and (min-width: 769px) {
  main #container_inner .topics_list_link_btn a .sub_mainli_ti01 {
    height: 55px;
    font-size: 16px;
    line-height: 18px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner .topics_list_link_btn a .sub_mainli_ti01 {
    height: 50px;
    font-size: 12px;
    line-height: 16px;
    overflow: hidden;
  }
}
main #container_inner .topics_list_link_btn a .sub_mainli_ti01_fob {
  color: #FFFFFF;
  display: table-cell !important;
  vertical-align: middle;
  width: 100%;
  font-weight: 400;
  text-align: left;
}
@media print, screen and (min-width: 769px) {
  main #container_inner .topics_list_link_btn a .sub_mainli_ti01_fob {
    height: 55px;
    font-size: 14px;
    line-height: 16px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner .topics_list_link_btn a .sub_mainli_ti01_fob {
    height: 50px;
    font-size: 10px;
    line-height: 12px;
    overflow: hidden;
  }
}
main #container_inner #newslist_cate {
  height: auto;
}
@media print, screen and (min-width: 769px) {
  main #container_inner #newslist_cate {
    width: 60%;
    font-weight: 600;
    margin: 0px 0px 25px 0px;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner #newslist_cate {
    width: 98%;
    margin: 0px auto 15px auto;
  }
}
main #container_inner #newslist_cate li {
  float: left;
  display: block;
  text-align: center;
  box-sizing: border-box;
  color: #FFFFFF !important;
  background-color: #2C9AD8;
}
@media print, screen and (min-width: 769px) {
  main #container_inner #newslist_cate li {
    border-radius: 20px;
    width: 23%;
    margin: 0 1%;
    font-size: 12px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner #newslist_cate li {
    border-radius: 5px;
    width: 48%;
    margin: 0 1% 1%;
    font-size: 12px;
    line-height: 20px;
  }
}
main #container_inner #surrounding_map_area {
  width: 100%;
  height: auto;
  padding: 20px 0px;
}
@media print, screen and (min-width: 769px) {
  main #container_inner #surrounding_map_area {
    border-radius: 20px;
    background-color: #B5DDFF;
  }
}
@media print, screen and (min-width: 769px) {
  main #container_inner ul.surrounding_map_list {
    width: 98%;
    height: auto;
    margin: 0px auto;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner ul.surrounding_map_list {
    width: 100%;
    height: auto;
  }
}
main #container_inner ul.surrounding_map_list li {
  text-decoration: none;
  display: block;
  box-sizing: border-box;
  height: auto;
  position: relative;
  z-index: 0;
}
@media print, screen and (min-width: 769px) {
  main #container_inner ul.surrounding_map_list li {
    float: left;
    width: 46%;
    margin: 1% 2%;
    /* 外側の余白 上下・左右 */
    padding: 2%;
    /* 内側の余白 */
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner ul.surrounding_map_list li {
    float: none;
    width: 90%;
    margin: 1.5% auto;
    /* 外側の余白 上下・左右 */
    padding: 5%;
    /* 内側の余白 */
  }
}
@media print, screen and (min-width: 769px) {
  main #container_inner ul.surrounding_map_list li.under_map {
    float: left;
    height: auto;
    width: 96%;
    margin: 1% 2%;
    /* 外側の余白 上下・左右 */
    padding: 2%;
    /* 内側の余白 */
  }
}
main #container_inner ul.surrounding_map_list li.map_ste01 :before {
  background: repeating-linear-gradient(-45deg, #c6dbf1, #c6dbf1 5px, #f0f8fc 0, #f0f8fc 10px);
  /* ストライプの色 */
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: -2;
}
main #container_inner ul.surrounding_map_list li.map_ste02 :before {
  background: repeating-linear-gradient(-45deg, #f5d5da, #f5d5da 5px, #fcf0f1 0, #fcf0f1 10px);
  /* ストライプの色 */
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: -2;
}
main #container_inner ul.surrounding_map_list li.map_ste03 :before {
  background: repeating-linear-gradient(-45deg, #c6f1e6, #c6f1e6 5px, #f0fcf8 0, #f0fcf8 10px);
  /* ストライプの色 */
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: -2;
}
main #container_inner ul.surrounding_map_list li.map_ste04 :before {
  background: repeating-linear-gradient(-45deg, #f1ebc6, #f1ebc6 5px, #fafcf0 0, #fafcf0 10px);
  /* ストライプの色 */
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: -2;
}
main #container_inner ul.surrounding_map_list li.map_ste05 :before {
  background: repeating-linear-gradient(-45deg, #f1c6d3, #f1c6d3 5px, #fcf0f4 0, #fcf0f4 10px);
  /* ストライプの色 */
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: -2;
}
main #container_inner ul.surrounding_map_list li :after {
  background: #fff;
  /* 背景色 */
  content: '';
  position: absolute;
  top: 10px;
  /* ストライプ部分の太さ・上 */
  bottom: 10px;
  /* ストライプ部分の太さ・下 */
  left: 10px;
  /* ストライプ部分の太さ・左 */
  right: 10px;
  /* ストライプ部分の太さ・右 */
  z-index: -1;
}
@media print, screen and (min-width: 769px) {
  main #container_inner ul.surrounding_map_list img {
    width: 98%;
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner ul.surrounding_map_list img {
    width: 90%;
    height: auto;
  }
}
main #container_inner ul.hosshokai_list li {
  background-color: #FFFFFF;
  text-decoration: none;
  display: block;
  box-sizing: border-box;
  height: auto;
  padding: 2%;
  border-bottom: #C4C4C4 solid 1px;
}
@media print, screen and (min-width: 769px) {
  main #container_inner ul.hosshokai_list li {
    float: left;
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner ul.hosshokai_list li {
    float: none;
    width: 100%;
  }
}
main #container_inner ul.hosshokai_list li span.hosshokai_ti {
  display: block;
  width: 100%;
  height: 1.6;
  font-size: 120%;
}
main #container_inner ul.hosshokai_list img {
  object-fit: contain;
}
@media print, screen and (min-width: 769px) {
  main #container_inner ul.hosshokai_list img {
    width: 100%;
    height: 188px;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner ul.hosshokai_list img {
    width: 100%;
    height: 100px;
  }
}
@media print, screen and (min-width: 769px) {
  main #container_inner ul.hosshokai_list li:nth-child(1) {
    border-right: 1px #C4C4C4 solid;
  }
  main #container_inner ul.hosshokai_list li:nth-child(3) {
    border-right: 1px #C4C4C4 solid;
  }
  main #container_inner ul.hosshokai_list li:nth-child(5) {
    border-right: 1px #C4C4C4 solid;
  }
  main #container_inner ul.hosshokai_list li:nth-child(7) {
    border-right: 1px #C4C4C4 solid;
  }
  main #container_inner ul.hosshokai_list li:nth-child(9) {
    border-right: 1px #C4C4C4 solid;
  }
  main #container_inner ul.hosshokai_list li:nth-child(11) {
    border-right: 1px #C4C4C4 solid;
  }
  main #container_inner ul.hosshokai_list li:nth-child(13) {
    border-right: 1px #C4C4C4 solid;
  }
  main #container_inner ul.hosshokai_list li:nth-child(15) {
    border-right: 1px #C4C4C4 solid;
  }
  main #container_inner ul.hosshokai_list li:nth-child(17) {
    border-right: 1px #C4C4C4 solid;
  }
  main #container_inner ul.hosshokai_list li:nth-child(19) {
    border-right: 1px #C4C4C4 solid;
  }
  main #container_inner ul.hosshokai_list li:nth-child(21) {
    border-right: 1px #C4C4C4 solid;
  }
  main #container_inner ul.hosshokai_list li:nth-child(23) {
    border-right: 1px #C4C4C4 solid;
  }
  main #container_inner ul.hosshokai_list li:nth-child(25) {
    border-right: 1px #C4C4C4 solid;
  }
  main #container_inner ul.hosshokai_list li:nth-child(27) {
    border-right: 1px #C4C4C4 solid;
  }
  main #container_inner ul.hosshokai_list li:nth-child(29) {
    border-right: 1px #C4C4C4 solid;
  }
  main #container_inner ul.hosshokai_list li:nth-child(31) {
    border-right: 1px #C4C4C4 solid;
  }
  main #container_inner ul.hosshokai_list li:nth-child(33) {
    border-right: 1px #C4C4C4 solid;
  }
  main #container_inner ul.hosshokai_list li:nth-child(35) {
    border-right: 1px #C4C4C4 solid;
  }
  main #container_inner ul.hosshokai_list li:nth-child(37) {
    border-right: 1px #C4C4C4 solid;
  }
  main #container_inner ul.hosshokai_list li:nth-child(39) {
    border-right: 1px #C4C4C4 solid;
  }
  main #container_inner ul.hosshokai_list li:nth-child(41) {
    border-right: 1px #C4C4C4 solid;
  }
  main #container_inner ul.hosshokai_list li:nth-child(43) {
    border-right: 1px #C4C4C4 solid;
  }
  main #container_inner ul.hosshokai_list li:nth-child(45) {
    border-right: 1px #C4C4C4 solid;
  }
  main #container_inner ul.hosshokai_list li:nth-child(47) {
    border-right: 1px #C4C4C4 solid;
  }
  main #container_inner ul.hosshokai_list li:nth-child(49) {
    border-right: 1px #C4C4C4 solid;
  }
  main #container_inner ul.hosshokai_list li:nth-child(51) {
    border-right: 1px #C4C4C4 solid;
  }
  main #container_inner ul.hosshokai_list li:nth-child(53) {
    border-right: 1px #C4C4C4 solid;
  }
  main #container_inner ul.hosshokai_list li:nth-child(55) {
    border-right: 1px #C4C4C4 solid;
  }
  main #container_inner ul.hosshokai_list li:nth-child(57) {
    border-right: 1px #C4C4C4 solid;
  }
}
main #container_inner .event_area {
  height: auto;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  main #container_inner .event_area {
    width: 80%;
    padding: 20px 0px;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner .event_area {
    width: 98%;
    padding: 15px 0px;
  }
}
main #container_inner .event_area .event_ti_new {
  width: 100%;
  height: auto;
}
main #container_inner .event_area .event_ti_new .event_ti_new_in {
  width: 100%;
  height: auto;
  font-weight: 600;
  font-size: 42px;
}
main #container_inner .event_area .event_ti_new .event_ti_new_in span {
  margin-right: 10px;
  font-size: 52px;
}
main #container_inner .event_area .event_ti_new .event_ti_new_in:before {
  content: "";
  display: inline-block;
  width: 45px;
  height: 45px;
  margin: -15px 15px 0 10px;
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}
main #container_inner .event_area .event_ti_new .event_ti_new_in.ep {
  color: #AD207C;
  border-bottom: #BB4BA9 solid 1px;
  border-top: #BB4BA9 solid 3px;
}
main #container_inner .event_area .event_ti_new .event_ti_new_in.may {
  color: #20B142;
  border-bottom: #1B9816 solid 1px;
  border-top: #1B9816 solid 3px;
}
main #container_inner .event_area .event_ti_new .event_ti_new_in.jun {
  color: #1F4EAC;
  border-bottom: #2655A7 solid 1px;
  border-top: #2655A7 solid 3px;
}
main #container_inner .event_area .event_ti_new .event_ti_new_in.jul {
  color: #E53302;
  border-bottom: #D7640C solid 1px;
  border-top: #D7640C solid 3px;
}
main #container_inner .event_area .event_ti_new .event_ti_new_in.aug {
  color: #146ECD;
  border-bottom: #2567CD solid 1px;
  border-top: #2567CD solid 3px;
}
main #container_inner .event_area .event_ti_new .event_ti_new_in.sep {
  color: #081F46;
  border-bottom: #092356 solid 1px;
  border-top: #092356 solid 3px;
}
main #container_inner .event_area .event_ti_new .event_ti_new_in.oct {
  color: #532C06;
  border-bottom: #4A2305 solid 1px;
  border-top: #4A2305 solid 3px;
}
main #container_inner .event_area .event_ti_new .event_ti_new_in.nov {
  color: #2F2003;
  border-bottom: #2F2002 solid 1px;
  border-top: #2F2002 solid 3px;
}
main #container_inner .event_area .event_ti_new .event_ti_new_in.dec {
  color: #D91540;
  border-bottom: #D91541 solid 1px;
  border-top: #D91541 solid 3px;
}
main #container_inner .event_area .event_ti_new .event_ti_new_in.jan {
  color: #B802E0;
  border-bottom: #B802E3 solid 1px;
  border-top: #B802E3 solid 3px;
}
main #container_inner .event_area .event_ti_new .event_ti_new_in.feb {
  color: #AB0C2F;
  border-bottom: #AB0C2F solid 1px;
  border-top: #AB0C2F solid 3px;
}
main #container_inner .event_area .event_ti_new .event_ti_new_in.mar {
  color: #1B65B4;
  border-bottom: #1B65B1 solid 1px;
  border-top: #1B65B1 solid 3px;
}
main #container_inner .event_area .event_ti {
  width: 100%;
  height: auto;
  margin: 0 auto 25px auto;
}
main #container_inner .event_area .event_ti .event_ti_in {
  width: 162px;
  height: auto;
  font-size: 0px;
  line-height: 0px;
}
main #container_inner .event_area .event_ti .event_ti_in img {
  width: 100%;
  height: auto;
}
main #container_inner .event_area .event_left {
  float: left;
  width: 65%;
  height: auto;
}
main #container_inner .event_area .event_left .event_left_in {
  height: auto;
}
@media print, screen and (min-width: 769px) {
  main #container_inner .event_area .event_left .event_left_in {
    width: 100%;
    padding: 20px 0px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner .event_area .event_left .event_left_in {
    width: 100%;
    padding: 15px 0px;
  }
}
main #container_inner .event_area .event_left .event_left_in .event_left_in_left {
  float: left;
  width: 18%;
  height: auto;
  font-weight: bold;
  color: #0B3F76;
}
@media print, screen and (min-width: 769px) {
  main #container_inner .event_area .event_left .event_left_in .event_left_in_left {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner .event_area .event_left .event_left_in .event_left_in_left {
    font-size: 14px;
  }
}
main #container_inner .event_area .event_left .event_left_in .event_left_in_right {
  float: right;
  width: 80%;
  height: auto;
  padding: 0 2%;
  border-left: #A8A8A8 dotted 1px;
}
main #container_inner .event_area .event_right {
  float: right;
  width: 34%;
  height: auto;
}
main #container_inner .gyouseki_btn a {
  display: block;
  color: #FFFFFF !important;
  background: #0A6DBD;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  text-decoration: none !important;
}
@media print, screen and (min-width: 769px) {
  main #container_inner .gyouseki_btn a {
    width: 60%;
    padding: 20px 5%;
    margin: 0px auto 10px auto;
    border-radius: 6px;
  }
  main #container_inner .gyouseki_btn a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner .gyouseki_btn a {
    float: none;
    width: 80%;
    padding: 10px 5%;
    margin: 0px auto 10px auto;
    border-radius: 6px;
  }
}
main #container_inner #map_btn a {
  display: block;
  color: #FFFFFF !important;
  background: #DD1F78;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  text-decoration: none !important;
}
main #container_inner #map_btn a:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 17px;
  margin: -3px 5px 0 0;
  background: url("../images/common/pl_icon.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media print, screen and (min-width: 769px) {
  main #container_inner #map_btn a {
    width: 80%;
    padding: 20px 5%;
    margin: 0px auto 10px auto;
    border-radius: 6px;
  }
  main #container_inner #map_btn a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner #map_btn a {
    float: none;
    width: 80%;
    padding: 10px 5%;
    margin: 0px auto 10px auto;
    border-radius: 6px;
  }
}
main #container_inner #MessageBox #flashMessage {
  margin-bottom: 20px;
}
main #container_inner section table {
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 769px) {
  main #container_inner section table {
    width: 70%;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner section table {
    width: 95%;
  }
}
main #container_inner section table.data01 tr#RowMessageZip th {
  background-color: #B7D3FF;
}
@media print, screen and (min-width: 769px) {
  main #container_inner section table.data01 tr#RowMessageZip th {
    font-size: 21px;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner section table.data01 tr#RowMessageZip th {
    font-size: 18px;
  }
}
main #container_inner section table.data01 tr#RowMessageZip td {
  background-color: #F2F6FF;
}
main #container_inner section table.data01 tr#RowMessageSankaNum th {
  background-color: #B7D3FF;
}
@media print, screen and (min-width: 769px) {
  main #container_inner section table.data01 tr#RowMessageSankaNum th {
    font-size: 21px;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner section table.data01 tr#RowMessageSankaNum th {
    font-size: 18px;
  }
}
main #container_inner section table.data01 tr#RowMessageSankaNum td {
  background-color: #F2F6FF;
}
main #container_inner section table.data01 tr#RowMessageSanka01Name th {
  background-color: #6BB2E5;
  color: #FFFFFF;
}
@media print, screen and (min-width: 769px) {
  main #container_inner section table.data01 tr#RowMessageSanka01Name th {
    font-size: 21px;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner section table.data01 tr#RowMessageSanka01Name th {
    font-size: 18px;
  }
}
main #container_inner section table.data01 tr#RowMessageSanka01Name td {
  background-color: #F2F6FF;
}
main #container_inner section table.data01 tr#RowMessageSanka02Name th {
  background-color: #6BB2E5;
  color: #FFFFFF;
}
@media print, screen and (min-width: 769px) {
  main #container_inner section table.data01 tr#RowMessageSanka02Name th {
    font-size: 21px;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner section table.data01 tr#RowMessageSanka02Name th {
    font-size: 18px;
  }
}
main #container_inner section table.data01 tr#RowMessageSanka02Name td {
  background-color: #F2F6FF;
}
main #container_inner section table.data01 tr#RowMessageSanka03Name th {
  background-color: #6BB2E5;
  color: #FFFFFF;
}
@media print, screen and (min-width: 769px) {
  main #container_inner section table.data01 tr#RowMessageSanka03Name th {
    font-size: 21px;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner section table.data01 tr#RowMessageSanka03Name th {
    font-size: 18px;
  }
}
main #container_inner section table.data01 tr#RowMessageSanka03Name td {
  background-color: #F2F6FF;
}
main #container_inner section table.data01 th {
  text-align: left;
  background-color: #DAECF9;
  color: #494949;
  font-size: 14px;
  border: 1px solid #FFFFFF;
}
@media print, screen and (min-width: 769px) {
  main #container_inner section table.data01 th {
    width: 30%;
    padding: 20px 1%;
    border: 1px solid #FFFFFF;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner section table.data01 th {
    width: 96%;
    display: block;
    border-top: none;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 2%;
  }
}
main #container_inner section table.data01 th span.err_mes {
  color: #E30F13;
  font-size: 9px;
}
main #container_inner section table.data01 th span.mail-description {
  font-size: 12px;
  margin-bottom: 12px;
}
main #container_inner section table.data01 th .error-message {
  color: #E30F13;
  font-size: 12px;
}
main #container_inner section table.data01 th#block_dev_txt {
  text-align: center;
  background-color: #567EC4;
  color: #FFFFFF;
  font-size: 22px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  main #container_inner section table.data01 th#block_dev_txt {
    font-size: 18px;
  }
}
main #container_inner section table.data01 td {
  text-align: left;
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  font-size: 15px;
  color: #494949;
}
@media print, screen and (min-width: 769px) {
  main #container_inner section table.data01 td {
    padding: 20px 1%;
    width: 67%;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner section table.data01 td {
    width: 96%;
    display: block;
    border-top: none;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 2%;
  }
}
main #container_inner section table.data01 td span.err_mes {
  color: #E30F13;
  font-size: 9px;
}
@media only screen and (max-width: 768px) {
  main #container_inner section table.data01 td span.mes_blo {
    display: block;
    margin: 0 0 10px 0;
  }
}
main #container_inner section table.data01 td span.mail-description {
  font-size: 12px;
  margin-bottom: 12px;
}
main #container_inner section table.data01 td .error-message {
  color: #E30F13;
  font-size: 15px;
  display: block;
  margin: 3px 0px 60px;
}
@media only screen and (max-width: 768px) {
  main #container_inner section table.data01 td .error-message {
    margin: 3px 0px 30px;
  }
}
main #container_inner section table.data01 td input, main #container_inner section table.data01 td textarea {
  background: #FFFFFF;
  background-image: none;
  background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
  background-image: linear-gradient(to right, #FFFFFF, #FFFFFF);
  border-radius: 6px;
  box-shadow: none inset;
  outline: none;
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
  padding: 1%;
  font-size: 14px;
  width: 98%;
  /**/
  margin-bottom: 10px;
}
main #container_inner section table.data01 td input#MailMessageSankaNum, main #container_inner section table.data01 td textarea#MailMessageSankaNum {
  width: 15%;
}
main #container_inner section table.data01 td input#MailMessageZip, main #container_inner section table.data01 td textarea#MailMessageZip {
  width: 45%;
}
main #container_inner section table.data01 td input[type="radio"] {
  width: 10%;
  margin-bottom: 10px;
}
main #container_inner section table.data01 td input[type="radio"] + label {
  font-size: 16px;
  color: #173262;
}
main #container_inner section table.data01 td select {
  margin: 0 2% 0 1%;
  padding: 2px 3px;
  color: #061B4D;
  border-radius: 5px;
}
@media only screen and (max-width: 768px) {
  main #container_inner section table.data01 td select {
    padding: 7px 2%;
  }
}
main #container_inner section table.data01 .mail-before-attachment {
  width: 100%;
  padding: 0.4em 0.5em;
  color: #07669B;
  border-left: solid 5px #7db4e6;
  margin: 8px 0px 3px 0px !important;
  display: block;
}
@media only screen and (max-width: 768px) {
  main #container_inner section table.data01 .mail-before-attachment {
    display: block;
  }
}
main #container_inner section table.data01 .mail-after-attachment {
  width: 100%;
  font-size: 13px;
  margin: 3px 0px 3px;
}
main #container_inner section table.data01 span#FieldMessageZip {
  font-size: 14px;
}
main #container_inner #infonation_send_btn {
  height: auto;
  margin: 20px auto 20px auto;
}
@media print, screen and (min-width: 769px) {
  main #container_inner #infonation_send_btn {
    width: 60%;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner #infonation_send_btn {
    width: 80%;
  }
}
main #container_inner #infonation_send_btn input {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border: #a9a9a9 1px solid;
  width: 100%;
  height: 50px;
  font-size: 15px;
  padding: 0 3px;
  background: #103C94;
  color: #FFFFFF;
}
@media print, screen and (min-width: 769px) {
  main #container_inner #infonation_send_btn input {
    margin: 0px auto 0px auto;
    cursor: pointer;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner #infonation_send_btn input {
    margin: 5px auto;
    border-radius: 5px;
  }
}
main #container_inner #infonation_send_btn .form_btn_area_sub_left {
  float: left;
  text-align: right;
  width: 45%;
  height: auto;
  padding-right: 1%;
  border-radius: 5px;
}
main #container_inner #infonation_send_btn .form_btn_area_sub_left input[type=submit] {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.3);
  border: #a9a9a9 1px solid;
  height: 50px;
  font-size: 15px;
  padding: 0 3px;
  margin: 5px;
  color: #333;
  font-weight: bold;
  background: #f5f5f5;
  text-shadow: 1px 1px 0px #fff;
}
@media print, screen and (min-width: 769px) {
  main #container_inner #infonation_send_btn .form_btn_area_sub_left input[type=submit] {
    width: 100%;
    cursor: pointer;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner #infonation_send_btn .form_btn_area_sub_left input[type=submit] {
    width: 70%;
  }
}
main #container_inner #infonation_send_btn .form_btn_area_sub_right {
  float: right;
  text-align: left;
  width: 45%;
  height: auto;
  padding-left: 1%;
}
main #container_inner #infonation_send_btn .form_btn_area_sub_right input[type=submit] {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border: #a9a9a9 1px solid;
  height: 50px;
  font-size: 15px;
  padding: 0 3px;
  margin: 5px;
  border-radius: 5px;
  color: #FFFFFF;
  background: #103C94;
}
@media print, screen and (min-width: 769px) {
  main #container_inner #infonation_send_btn .form_btn_area_sub_right input[type=submit] {
    width: 100%;
    cursor: pointer;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner #infonation_send_btn .form_btn_area_sub_right input[type=submit] {
    width: 70%;
  }
}
@media print, screen and (min-width: 769px) {
  main #container_inner #infonation_send_btn_main {
    width: 466px;
    height: 89px;
    margin: 0px auto;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner #infonation_send_btn_main {
    width: 60%;
    height: auto;
    margin: 0px auto;
  }
  main #container_inner #infonation_send_btn_main img {
    width: 100%;
    height: auto;
  }
}
main #container_inner .obog_mes_area {
  height: auto;
  margin: 0px auto;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
@media print, screen and (min-width: 769px) {
  main #container_inner .obog_mes_area {
    width: 90%;
    padding: 3%;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner .obog_mes_area {
    width: 95%;
    padding: 2%;
  }
}
main #container_inner .obog_mes_area .obog_mes_lead {
  height: auto;
  text-align: center;
  color: #2c7bb2;
}
@media print, screen and (min-width: 769px) {
  main #container_inner .obog_mes_area .obog_mes_lead {
    font-size: 24px;
    line-height: 35px;
    padding: 25px 0px;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner .obog_mes_area .obog_mes_lead {
    font-size: 18px;
    line-height: 25px;
    padding: 15px 0px;
  }
}
main #container_inner .obog_mes_area .obog_mes_main .obog_mes_right {
  height: auto;
}
@media print, screen and (min-width: 769px) {
  main #container_inner .obog_mes_area .obog_mes_main .obog_mes_right {
    float: right;
    width: 50%;
    padding: 65px 0px 0px;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner .obog_mes_area .obog_mes_main .obog_mes_right {
    float: none;
    width: 100%;
    padding: 15px 0px;
  }
}
main #container_inner .obog_mes_area .obog_mes_main .obog_mes_right .obog_mes_img {
  height: auto;
  margin: 0px auto;
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 769px) {
  main #container_inner .obog_mes_area .obog_mes_main .obog_mes_right .obog_mes_img {
    width: 95%;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner .obog_mes_area .obog_mes_main .obog_mes_right .obog_mes_img {
    width: 70%;
  }
}
main #container_inner .obog_mes_area .obog_mes_main .obog_mes_right .obog_mes_img img {
  width: 100%;
  height: auto;
}
main #container_inner .obog_mes_area .obog_mes_main .obog_mes_left {
  height: auto;
}
@media print, screen and (min-width: 769px) {
  main #container_inner .obog_mes_area .obog_mes_main .obog_mes_left {
    float: left;
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner .obog_mes_area .obog_mes_main .obog_mes_left {
    float: none;
    width: 100%;
  }
}
main #container_inner .obog_mes_area .obog_mes_main .obog_mes_left .obog_mes_name {
  position: relative;
  padding: .75em 1em .75em 1.5em;
}
@media print, screen and (min-width: 769px) {
  main #container_inner .obog_mes_area .obog_mes_main .obog_mes_left .obog_mes_name {
    font-size: 24px;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner .obog_mes_area .obog_mes_main .obog_mes_left .obog_mes_name {
    font-size: 22px;
  }
}
main #container_inner .obog_mes_area .obog_mes_main .obog_mes_left .obog_mes_name:after {
  position: absolute;
  top: .5em;
  left: .5em;
  content: '';
  width: 6px;
  height: -webkit-calc(100% - 1em);
  height: calc(100% - 1em);
  background-color: #3498db;
  border-radius: 4px;
}
main #container_inner .obog_mes_area .obog_mes_main .obog_mes_left .obog_mes_year {
  font-size: 16px;
}
@media print, screen and (min-width: 769px) {
  main #container_inner .obog_mes_area .obog_mes_main .obog_mes_left .obog_mes_year {
    padding: 20px 15px;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner .obog_mes_area .obog_mes_main .obog_mes_left .obog_mes_year {
    padding: 15px 1%;
  }
}
main #container_inner .obog_mes_area .obog_mes_main .obog_mes_left .obog_mes_com {
  font-size: 12px;
  line-height: 24px;
}
@media print, screen and (min-width: 769px) {
  main #container_inner .obog_mes_area .obog_mes_main .obog_mes_left .obog_mes_com {
    padding: 15px;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner .obog_mes_area .obog_mes_main .obog_mes_left .obog_mes_com {
    padding: 1%;
  }
}
main #container_inner .student_mes_area {
  height: auto;
  box-sizing: border-box;
  padding: 2%;
}
@media print, screen and (min-width: 769px) {
  main #container_inner .student_mes_area {
    width: 100%;
    margin: 0px auto 35px;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner .student_mes_area {
    width: 98%;
    margin: 0px auto 25px;
  }
}
main #container_inner .student_mes_area .student_mes_box .student_mes_gakunen {
  float: left;
  vertical-align: middle;
  text-align: center;
  color: #FFFFFF;
}
@media print, screen and (min-width: 769px) {
  main #container_inner .student_mes_area .student_mes_box .student_mes_gakunen {
    width: 150px;
    height: 150px;
    line-height: 150px;
    margin: 0px 35px 0px 0px;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner .student_mes_area .student_mes_box .student_mes_gakunen {
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin: 0px 15px 0px 0px;
  }
}
@media print, screen and (min-width: 769px) {
  main #container_inner .student_mes_area .student_mes_box .student_mes_gakunen span {
    font-size: 95px;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner .student_mes_area .student_mes_box .student_mes_gakunen span {
    font-size: 43px;
  }
}
main #container_inner .student_mes_area .student_mes_box .student_mes_name {
  display: table-cell !important;
  font-weight: 400;
  text-align: left;
  vertical-align: middle !important;
}
@media print, screen and (min-width: 769px) {
  main #container_inner .student_mes_area .student_mes_box .student_mes_name {
    width: 750px;
    height: 150px;
    font-size: 28px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner .student_mes_area .student_mes_box .student_mes_name {
    width: 60%;
    height: 80px;
    font-size: 18px;
    line-height: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  main #container_inner .student_mes_area .student_mes_box .student_mes_name span {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner .student_mes_area .student_mes_box .student_mes_name span {
    font-size: 12px;
  }
}
main #container_inner .student_mes_area .student_mes_box .student_mes_lead {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  main #container_inner .student_mes_area .student_mes_box .student_mes_lead {
    font-size: 26px;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner .student_mes_area .student_mes_box .student_mes_lead {
    font-size: 22px;
  }
}
main #container_inner .student_mes_area .student_mes_box .student_mes_img {
  height: auto;
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 769px) {
  main #container_inner .student_mes_area .student_mes_box .student_mes_img {
    margin: 0px 0px 0px 20px;
    float: left;
    width: 420px;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner .student_mes_area .student_mes_box .student_mes_img {
    margin: 0px auto;
    float: none;
    width: 80%;
  }
}
main #container_inner .student_mes_area .student_mes_box .student_mes_img img {
  width: 100%;
  height: auto;
}
main #container_inner .student_mes_area .student_mes_box .student_mes_com {
  height: auto;
}
@media print, screen and (min-width: 769px) {
  main #container_inner .student_mes_area .student_mes_box .student_mes_com {
    float: right;
    width: 450px;
    font-size: 16px;
    line-height: 28px;
    padding: 20px;
    margin: 20px 20px 0px 0px;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner .student_mes_area .student_mes_box .student_mes_com {
    margin: 15px auto 0px;
    float: none;
    width: 95%;
    font-size: 18px;
    line-height: 22px;
    padding: 3%;
  }
}
main #container_inner ol.intv_info_list {
  width: 100% !important;
}
main #container_inner ol.intv_info_list li {
  width: 100% !important;
  padding: 0px 0px 10px;
  display: block;
  font-size: 14px !important;
  text-align: left;
  width: 100% !important;
  color: #171515;
  margin: 1px 1%;
  padding: 5px 0px 5px 18px;
}
main #container_inner ol.intv_info_list li:before {
  content: "●";
  font-size: 6px;
  padding: 0 5px 0 2px;
  vertical-align: 1px;
}
main #container_inner ul.interview_list_pickup li {
  background-color: #FFFFFF;
}
main #container_inner ul.interview_list_pickup li a {
  text-decoration: none;
  display: block;
  box-sizing: border-box;
  height: auto;
  padding: 1%;
  border: #C4C4C4 solid 1px;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  main #container_inner ul.interview_list_pickup li a {
    float: left;
    width: 31%;
    margin: 0 1%;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner ul.interview_list_pickup li a {
    float: none;
    width: 98%;
    margin: 0 auto 20px;
  }
}
main #container_inner ul.interview_list_pickup li span.intv_pu_ti {
  display: block;
  width: 100%;
  background-color: #1C64AF;
  color: #FFFFFF;
  text-align: center;
  font-weight: 500;
}
@media print, screen and (min-width: 769px) {
  main #container_inner ul.interview_list_pickup li span.intv_pu_ti {
    font-size: 18px;
    line-height: 21px;
    padding: 25px 0px;
    margin: 0 auto 10px;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner ul.interview_list_pickup li span.intv_pu_ti {
    font-size: 16px;
    line-height: 21px;
    padding: 25px 0px;
    margin: 0 auto 10px;
  }
}
main #container_inner ul.interview_list_pickup li span.day {
  display: block;
  width: 100%;
  height: 12px;
  font-size: 12px;
  line-height: 12px;
  padding: 10px 0px 10px 0px;
  margin: 0px auto;
  color: #747474;
  text-align: left;
}
main #container_inner ul.interview_list_pickup li span.intv_name {
  display: block;
  width: 100%;
  height: auto;
  padding: 10px 0px 0px;
  margin: 0px auto;
  color: #221B1B;
  text-align: center;
  line-height: 16px;
  font-weight: 500;
}
@media print, screen and (min-width: 769px) {
  main #container_inner ul.interview_list_pickup li span.intv_name {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner ul.interview_list_pickup li span.intv_name {
    font-size: 14px;
  }
}
main #container_inner ul.interview_list_pickup li span.intv_st {
  display: block;
  width: 100%;
  height: auto;
  padding: 0px 0px 0px;
  margin: 0px auto;
  color: #221B1B;
  text-align: center;
  font-weight: 100;
  line-height: 16px;
}
@media print, screen and (min-width: 769px) {
  main #container_inner ul.interview_list_pickup li span.intv_st {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner ul.interview_list_pickup li span.intv_st {
    font-size: 12px;
  }
}
main #container_inner ul.interview_list_pickup li span.intv_ti {
  display: block;
  width: 100%;
  height: auto;
  font-weight: 100;
  padding: 10px 0px;
  /*margin: 0px auto 40px;*/
  margin: 0px auto 0px;
  color: #182E56;
  text-align: left;
}
@media print, screen and (min-width: 769px) {
  main #container_inner ul.interview_list_pickup li span.intv_ti {
    font-size: 16px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner ul.interview_list_pickup li span.intv_ti {
    font-size: 14px;
    line-height: 18px;
  }
}
main #container_inner ul.interview_list_pickup li span.intv_com {
  display: block;
  width: 100%;
  height: auto;
  padding: 10px 0px 10px;
  margin: 0px auto 60px;
  color: #221B1B;
  text-align: left;
  font-weight: 100;
  line-height: 18px;
}
@media print, screen and (min-width: 769px) {
  main #container_inner ul.interview_list_pickup li span.intv_com {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner ul.interview_list_pickup li span.intv_com {
    font-size: 12px;
  }
}
main #container_inner ul.interview_list_pickup li span.intv_btn {
  background: url("../images/common/sm_li_icon01.png") no-repeat right center;
  background-position: right 3% center;
  text-decoration: none !important;
  display: block;
  color: #FFFFFF;
  background-color: #1C93B1;
  border-radius: 15px;
  margin: 0px auto;
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: -50%;
  right: -50%;
}
@media print, screen and (min-width: 769px) {
  main #container_inner ul.interview_list_pickup li span.intv_btn {
    padding: 2% 3% 2% 3%;
    width: 60%;
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner ul.interview_list_pickup li span.intv_btn {
    width: 80%;
    padding: 2% 3% 2% 3%;
    font-size: 14px;
  }
}
@media print, screen and (min-width: 769px) {
  main #container_inner ul.interview_list_pickup img {
    object-fit: contain;
    width: 100%;
    height: 188px;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner ul.interview_list_pickup img {
    width: 100%;
    height: auto;
    font-size: 0px;
    line-height: 0px;
  }
  main #container_inner ul.interview_list_pickup img img {
    width: 100%;
    height: auto;
  }
}
main #container_inner #two_cont {
  width: 100%;
  height: auto;
}
main #container_inner #two_cont #two_cont_left {
  height: auto;
}
@media print, screen and (min-width: 769px) {
  main #container_inner #two_cont #two_cont_left {
    width: 70%;
    float: left;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner #two_cont #two_cont_left {
    width: 100%;
    float: none;
    margin: 0px auto;
  }
}
main #container_inner #two_cont #two_cont_left ul.interview_list li {
  background-color: #FFFFFF;
}
main #container_inner #two_cont #two_cont_left ul.interview_list li a {
  text-decoration: none;
  display: block;
  float: left;
  box-sizing: border-box;
  width: 50%;
  height: auto;
  padding: 2%;
  border-bottom: #C4C4C4 solid 1px;
  position: relative;
}
main #container_inner #two_cont #two_cont_left ul.interview_list li span.day {
  display: block;
  width: 100%;
  height: 12px;
  font-size: 12px;
  line-height: 12px;
  padding: 10px 0px 10px 0px;
  margin: 0px auto;
  color: #747474;
  text-align: left;
}
main #container_inner #two_cont #two_cont_left ul.interview_list li span.intv_name {
  display: block;
  width: 100%;
  height: auto;
  padding: 10px 0px 0px;
  margin: 0px auto;
  color: #221B1B;
  text-align: center;
  font-weight: 400;
  line-height: 16px;
}
@media print, screen and (min-width: 769px) {
  main #container_inner #two_cont #two_cont_left ul.interview_list li span.intv_name {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner #two_cont #two_cont_left ul.interview_list li span.intv_name {
    font-size: 14px;
  }
}
main #container_inner #two_cont #two_cont_left ul.interview_list li span.intv_st {
  display: block;
  width: 100%;
  height: auto;
  padding: 0px 0px 0px;
  margin: 10px auto 0px auto;
  color: #221B1B;
  text-align: center;
  font-weight: 300;
  line-height: 16px;
}
@media print, screen and (min-width: 769px) {
  main #container_inner #two_cont #two_cont_left ul.interview_list li span.intv_st {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner #two_cont #two_cont_left ul.interview_list li span.intv_st {
    font-size: 12px;
  }
}
main #container_inner #two_cont #two_cont_left ul.interview_list li span.intv_ti {
  display: block;
  width: 100%;
  height: auto;
  font-weight: 400;
  padding: 10px 0px;
  margin: 0px auto 40px;
  color: #182E56;
  text-align: left;
}
@media print, screen and (min-width: 769px) {
  main #container_inner #two_cont #two_cont_left ul.interview_list li span.intv_ti {
    font-size: 16px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner #two_cont #two_cont_left ul.interview_list li span.intv_ti {
    font-size: 14px;
    line-height: 18px;
  }
}
main #container_inner #two_cont #two_cont_left ul.interview_list li span.intv_btn {
  background: url("../images/common/sm_li_icon01.png") no-repeat right center;
  background-position: right 3% center;
  text-decoration: none !important;
  display: block;
  color: #FFFFFF;
  background-color: #1C93B1;
  border-radius: 15px;
  margin: 0px auto;
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: -50%;
  right: -50%;
}
@media print, screen and (min-width: 769px) {
  main #container_inner #two_cont #two_cont_left ul.interview_list li span.intv_btn {
    padding: 2% 3% 2% 3%;
    width: 60%;
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner #two_cont #two_cont_left ul.interview_list li span.intv_btn {
    width: 80%;
    padding: 2% 3% 2% 3%;
    font-size: 14px;
  }
}
main #container_inner #two_cont #two_cont_left ul.interview_list img {
  object-fit: contain;
}
@media print, screen and (min-width: 769px) {
  main #container_inner #two_cont #two_cont_left ul.interview_list img {
    width: 100%;
    height: 188px;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner #two_cont #two_cont_left ul.interview_list img {
    width: 100%;
    height: 100px;
  }
}
main #container_inner #two_cont #two_cont_left ul.interview_list li:nth-child(1) a {
  border-right: 1px #C4C4C4 solid;
}
main #container_inner #two_cont #two_cont_left ul.interview_list li:nth-child(3) a {
  border-right: 1px #C4C4C4 solid;
}
main #container_inner #two_cont #two_cont_left ul.interview_list li:nth-child(5) a {
  border-right: 1px #C4C4C4 solid;
}
main #container_inner #two_cont #two_cont_left ul.interview_list li:nth-child(7) a {
  border-right: 1px #C4C4C4 solid;
}
main #container_inner #two_cont #two_cont_left ul.interview_list li:nth-child(9) a {
  border-right: 1px #C4C4C4 solid;
}
main #container_inner #two_cont #two_cont_left ul.interview_list li:nth-child(11) a {
  border-right: 1px #C4C4C4 solid;
}
main #container_inner #two_cont #two_cont_left ul.interview_list li:nth-child(13) a {
  border-right: 1px #C4C4C4 solid;
}
main #container_inner #two_cont #two_cont_left ul.interview_list li:nth-child(15) a {
  border-right: 1px #C4C4C4 solid;
}
main #container_inner #two_cont #two_cont_left ul.interview_list li:nth-child(17) a {
  border-right: 1px #C4C4C4 solid;
}
main #container_inner #two_cont #two_cont_left ul.interview_list li:nth-child(19) a {
  border-right: 1px #C4C4C4 solid;
}
main #container_inner #two_cont #two_cont_left ul.interview_list li:nth-child(21) a {
  border-right: 1px #C4C4C4 solid;
}
main #container_inner #two_cont #two_cont_left ul.interview_list li:nth-child(23) a {
  border-right: 1px #C4C4C4 solid;
}
main #container_inner #two_cont #two_cont_left ul.interview_list li:nth-child(25) a {
  border-right: 1px #C4C4C4 solid;
}
main #container_inner #two_cont #two_cont_left ul.interview_list li:nth-child(27) a {
  border-right: 1px #C4C4C4 solid;
}
main #container_inner #two_cont #two_cont_left ul.interview_list li:nth-child(29) a {
  border-right: 1px #C4C4C4 solid;
}
main #container_inner #two_cont #two_cont_left ul.interview_list li:nth-child(31) a {
  border-right: 1px #C4C4C4 solid;
}
main #container_inner #two_cont #two_cont_left ul.interview_list li:nth-child(33) a {
  border-right: 1px #C4C4C4 solid;
}
main #container_inner #two_cont #two_cont_left ul.interview_list li:nth-child(35) a {
  border-right: 1px #C4C4C4 solid;
}
main #container_inner #two_cont #two_cont_left ul.interview_list li:nth-child(37) a {
  border-right: 1px #C4C4C4 solid;
}
main #container_inner #two_cont #two_cont_left ul.interview_list li:nth-child(39) a {
  border-right: 1px #C4C4C4 solid;
}
main #container_inner #two_cont #two_cont_left ul.interview_list li:nth-child(41) a {
  border-right: 1px #C4C4C4 solid;
}
main #container_inner #two_cont #two_cont_left ul.interview_list li:nth-child(43) a {
  border-right: 1px #C4C4C4 solid;
}
main #container_inner #two_cont #two_cont_left ul.interview_list li:nth-child(45) a {
  border-right: 1px #C4C4C4 solid;
}
main #container_inner #two_cont #two_cont_left ul.interview_list li:nth-child(47) a {
  border-right: 1px #C4C4C4 solid;
}
main #container_inner #two_cont #two_cont_left ul.interview_list li:nth-child(49) a {
  border-right: 1px #C4C4C4 solid;
}
main #container_inner #two_cont #two_cont_left ul.interview_list li:nth-child(51) a {
  border-right: 1px #C4C4C4 solid;
}
main #container_inner #two_cont #two_cont_left ul.interview_list li:nth-child(53) a {
  border-right: 1px #C4C4C4 solid;
}
main #container_inner #two_cont #two_cont_left ul.interview_list li:nth-child(55) a {
  border-right: 1px #C4C4C4 solid;
}
main #container_inner #two_cont #two_cont_left ul.interview_list li:nth-child(57) a {
  border-right: 1px #C4C4C4 solid;
}
main #container_inner #two_cont #two_cont_left .interview_main {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  border: #B4B4B4 solid 1px;
  padding: 2%;
}
main #container_inner #two_cont #two_cont_left .interview_main .interview_main_img {
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 0px;
  line-height: 0px;
}
main #container_inner #two_cont #two_cont_left .interview_main .interview_main_img img {
  width: 100%;
  height: auto;
}
main #container_inner #two_cont #two_cont_left .interview_main .interview_main_day {
  display: block;
  width: 100%;
  height: auto;
  margin: 0px auto;
  color: #747474;
  text-align: right;
}
@media print, screen and (min-width: 769px) {
  main #container_inner #two_cont #two_cont_left .interview_main .interview_main_day {
    font-size: 16px;
    line-height: 18px;
    padding: 20px 0px 20px 0px;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner #two_cont #two_cont_left .interview_main .interview_main_day {
    font-size: 14px;
    line-height: 16px;
    padding: 15px 0px 15px 0px;
  }
}
main #container_inner #two_cont #two_cont_left .interview_main .interview_main_plof {
  height: auto;
  padding: 0px 0px 20px;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  main #container_inner #two_cont #two_cont_left .interview_main .interview_main_plof {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner #two_cont #two_cont_left .interview_main .interview_main_plof {
    width: 100%;
  }
}
main #container_inner #two_cont #two_cont_left .interview_main .interview_main_plof .interview_main_st {
  display: block;
  height: auto;
  margin: 20px 0px;
  color: #252525;
  text-align: left;
  font-weight: 300;
}
@media print, screen and (min-width: 769px) {
  main #container_inner #two_cont #two_cont_left .interview_main .interview_main_plof .interview_main_st {
    width: 100%;
    font-size: 22px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner #two_cont #two_cont_left .interview_main .interview_main_plof .interview_main_st {
    float: none;
    width: 100%;
    font-size: 18px;
    line-height: 20px;
  }
}
main #container_inner #two_cont #two_cont_left .interview_main .interview_main_plof .interview_main_name {
  display: block;
  height: auto;
  margin: 0px;
  color: #262626;
  text-align: left;
  font-weight: 400;
}
@media print, screen and (min-width: 769px) {
  main #container_inner #two_cont #two_cont_left .interview_main .interview_main_plof .interview_main_name {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner #two_cont #two_cont_left .interview_main .interview_main_plof .interview_main_name {
    float: none;
    width: 100%;
    font-size: 14px;
    line-height: 18px;
  }
}
main #container_inner #two_cont #two_cont_left .interview_main .interview_main_ti {
  display: block;
  width: 100%;
  height: auto;
  font-weight: 100;
  padding: 10px 0px;
  color: #182E56;
  text-align: left;
  font-weight: 500;
}
@media print, screen and (min-width: 769px) {
  main #container_inner #two_cont #two_cont_left .interview_main .interview_main_ti {
    font-size: 24px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner #two_cont #two_cont_left .interview_main .interview_main_ti {
    font-size: 20px;
    line-height: 24px;
  }
}
main #container_inner #two_cont #two_cont_right {
  height: auto;
}
@media print, screen and (min-width: 769px) {
  main #container_inner #two_cont #two_cont_right {
    width: 27%;
    float: right;
    background-color: #E8F6FF;
    padding: 25px 1%;
    border-radius: 10px;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner #two_cont #two_cont_right {
    width: 100%;
    float: none;
  }
}
main #container_inner #two_cont #two_cont_right .intv_serch_ti {
  position: relative;
  display: inline-block;
  margin: 0 auto 30px;
  padding: 7px 0px;
  width: 100%;
  color: #FFFFFF;
  font-size: 16px;
  background-color: #1F5DB1;
  text-align: center;
}
main #container_inner #two_cont #two_cont_right .intv_serch_ti:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #1F5DB1;
}
main #container_inner #two_cont #two_cont_right ul.interview_serch_list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
main #container_inner #two_cont #two_cont_right ul.interview_serch_list li {
  border: solid 1px #3D6DC0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  margin-bottom: 10px;
  width: 19%;
  height: auto;
  position: relative;
}
main #container_inner #two_cont #two_cont_right ul.interview_serch_list li:before {
  content: "";
  display: block;
  padding-top: 100%;
  /* ここを100％にすることで正方形になる */
}
main #container_inner #two_cont #two_cont_right ul.interview_serch_list li:hover {
  background-color: #DAF4FF;
}
main #container_inner #two_cont #two_cont_right ul.interview_serch_list li p {
  /* 正方形にするのに必要な部分 */
  font-size: 22px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
main #container_inner #two_cont #two_cont_right ul.interview_serch_list li p:before {
  content: "";
  /**/
  height: 100%;
  vertical-align: middle;
  width: 0px;
  display: inline-block;
}
main #container_inner #two_cont #two_cont_right .intv_serch_mach {
  width: 100%;
  height: auto;
  padding: 15px 0px;
}
main #container_inner #two_cont #two_cont_right .intv_serch_mach .intv_serch_mach_ti {
  font-size: 22px;
  line-height: 25px;
  font-weight: 600;
  color: #052F60;
  border-bottom: #13627F 1px solid;
}
main #container_inner #two_cont #two_cont_right .intv_serch_mach .intv_serch_mach_ti span {
  font-size: 16px;
}
main #container_inner #two_cont #two_cont_right .intv_serch_mach ul.intv_serch_mach_li {
  width: 100%;
  padding: 5px 0px !important;
}
main #container_inner #two_cont #two_cont_right .intv_serch_mach ul.intv_serch_mach_li li a {
  display: block;
  font-family: Noto Sans JP, ヒラギノ角ゴ Pro, 游ゴシック, sans-serif !important;
  font-size: 12px !important;
  text-align: left;
  width: 98%;
  color: #171515;
  margin: 1px 1%;
  padding: 5px 0px 5px 18px;
  /*▼▼▼三角アイコン▼▼▼*/
  position: relative;
  display: inline-block;
  padding: 5px 0 5px 18px;
  color: #000;
  background-color: #FFFFFF;
  vertical-align: middle;
  text-decoration: none;
  /*▲▲▲三角アイコン▲▲▲*/
}
main #container_inner #two_cont #two_cont_right .intv_serch_mach ul.intv_serch_mach_li li a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 7px;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #1153AB;
}
@media print, screen and (min-width: 769px) {
  main #container_inner #two_cont #two_cont_right .intv_serch_mach ul.intv_serch_mach_li li a:hover {
    left: 2px;
  }
}
main #container_inner #intro_area {
  width: 100%;
  height: auto;
}
main #container_inner #intro_area #intro_left {
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  main #container_inner #intro_area #intro_left {
    width: 85%;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner #intro_area #intro_left {
    width: 100%;
  }
}
main #container_inner #intro_area #intro_left #intro_left_img {
  width: 100%;
  height: auto;
  font-size: 0px;
  line-height: 0px;
}
main #container_inner #intro_area #intro_left #intro_left_img img {
  width: 100%;
  height: auto;
}
main #container_inner #intro_area #intro_right {
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  main #container_inner #intro_area #intro_right {
    width: 83%;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner #intro_area #intro_right {
    width: 100%;
  }
}
main #container_inner #intro_area #intro_right ul.intro_list li {
  background-color: #FFFFFF;
  display: block;
  float: left;
  box-sizing: border-box;
  height: auto;
  padding: 1%;
  margin: 1%;
}
@media print, screen and (min-width: 769px) {
  main #container_inner #intro_area #intro_right ul.intro_list li {
    width: 29%;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner #intro_area #intro_right ul.intro_list li {
    width: 46%;
  }
}
main #container_inner #intro_area #intro_right ul.intro_list li span.day {
  display: block;
  width: 100%;
  height: 12px;
  font-size: 12px;
  line-height: 12px;
  padding: 10px 0px 10px 0px;
  margin: 0px auto;
  color: #747474;
  text-align: left;
}
main #container_inner #intro_area #intro_right ul.intro_list li span.intro_name {
  display: block;
  width: 100%;
  height: auto;
  padding: 10px 0px 10px;
  margin: 0px auto;
  color: #5eb7e8;
  text-align: center;
  font-weight: 100;
  line-height: 16px;
}
@media print, screen and (min-width: 769px) {
  main #container_inner #intro_area #intro_right ul.intro_list li span.intro_name {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner #intro_area #intro_right ul.intro_list li span.intro_name {
    font-size: 14px;
  }
}
main #container_inner #intro_area #intro_right ul.intro_list li span.intro_st {
  display: block;
  width: 100%;
  height: auto;
  padding: 0px 0px 0px;
  margin: 0px auto;
  color: #221B1B;
  text-align: center;
  font-weight: 100;
  line-height: 16px;
}
@media print, screen and (min-width: 769px) {
  main #container_inner #intro_area #intro_right ul.intro_list li span.intro_st {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner #intro_area #intro_right ul.intro_list li span.intro_st {
    font-size: 12px;
  }
}
main #container_inner #intro_area #intro_right ul.intro_list li span.intro_ti {
  display: block;
  width: 100%;
  height: auto;
  font-weight: 100;
  padding: 10px 0px;
  margin: 0px auto 40px;
  color: #182E56;
  text-align: left;
}
@media print, screen and (min-width: 769px) {
  main #container_inner #intro_area #intro_right ul.intro_list li span.intro_ti {
    font-size: 16px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner #intro_area #intro_right ul.intro_list li span.intro_ti {
    font-size: 14px;
    line-height: 18px;
  }
}
main #container_inner #intro_area #intro_right ul.intro_list li span.intro_com {
  display: block;
  width: 100%;
  height: auto;
  padding: 10px 0px;
  margin: 0px auto 0px;
  color: #182E56;
  text-align: left;
  font-size: 12px;
  line-height: 18px;
}
main #container_inner #intro_area #intro_right ul.intro_list img {
  object-fit: contain;
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 769px) {
  main #container_inner #intro_area #intro_right ul.intro_list img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner #intro_area #intro_right ul.intro_list img {
    width: 100%;
    height: auto;
  }
}
main #container_inner #intro_area #intro_right ul.intro_list img img {
  width: 100%;
  height: auto;
}
main #container_inner .spirit_area {
  height: auto;
  color: #FFFFFF;
  font-family: "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "serif";
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  main #container_inner .spirit_area {
    width: 900px;
    padding: 20px;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner .spirit_area {
    width: 96%;
    padding: 1%;
  }
}
main #container_inner .spirit_area .spirit_in {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  border: 1px solid #C8EBFF;
  padding: 2%;
}
main #container_inner .spirit_area .spirit_in .spirit_ti {
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  main #container_inner .spirit_area .spirit_in .spirit_ti {
    font-size: 26px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner .spirit_area .spirit_in .spirit_ti {
    font-size: 20px;
    line-height: 28px;
  }
}
main #container_inner .spirit_area .spirit_in .spirit_com {
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  main #container_inner .spirit_area .spirit_in .spirit_com {
    font-size: 22px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner .spirit_area .spirit_in .spirit_com {
    font-size: 16px;
    line-height: 26px;
  }
}
main #container_inner .spirit_area .spirit_in .spirit_name {
  text-align: right;
}
@media print, screen and (min-width: 769px) {
  main #container_inner .spirit_area .spirit_in .spirit_name {
    font-size: 18px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner .spirit_area .spirit_in .spirit_name {
    font-size: 14px;
    line-height: 18px;
  }
}
main #container_inner .movie-area {
  height: auto;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  main #container_inner .movie-area {
    width: 520px;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner .movie-area {
    width: 86%;
  }
}
main #container_inner .movie-area .movie-wrap {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}
main #container_inner .movie-area .movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
main #container_inner .enkaku_are {
  height: auto;
  border-top: 1px #1D55C5 dotted;
}
@media print, screen and (min-width: 769px) {
  main #container_inner .enkaku_are {
    width: 80%;
    padding: 20px 0px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner .enkaku_are {
    width: 100%;
    padding: 15px 0px;
  }
}
main #container_inner .enkaku_are .enkaku_left {
  float: left;
  width: 18%;
  height: auto;
  font-weight: 400;
  color: #0B3F76;
}
@media print, screen and (min-width: 769px) {
  main #container_inner .enkaku_are .enkaku_left {
    font-size: 80%;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner .enkaku_are .enkaku_left {
    font-size: 80%;
    /*20190322 追加*/
  }
}
main #container_inner .enkaku_are .enkaku_right {
  float: right;
  width: 80%;
  height: auto;
  padding: 0 2%;
  border-left: #A8A8A8 dotted 1px;
}
main #container_inner .enkaku_are .enkaku_right .enkaku_right_left {
  height: auto;
  font-size: 100%;
}
@media print, screen and (min-width: 769px) {
  main #container_inner .enkaku_are .enkaku_right .enkaku_right_left {
    float: left;
    width: 98%;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner .enkaku_are .enkaku_right .enkaku_right_left {
    float: none;
    width: 98%;
    margin: 0px auto 10px auto;
  }
}
main #container_inner .enkaku_are .enkaku_right .enkaku_right_right {
  height: auto;
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 769px) {
  main #container_inner .enkaku_are .enkaku_right .enkaku_right_right {
    float: right;
    width: 20%;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner .enkaku_are .enkaku_right .enkaku_right_right {
    float: none;
    width: 30%;
    margin: 0px auto 0px auto;
  }
}
main #container_inner .enkaku_are .enkaku_right .enkaku_right_right img {
  width: 100%;
  height: auto;
}
main #container_inner .pdf {
  background: url(../images/common/link_icon_pdf.jpg) no-repeat left center;
  padding: 8px 0 12px 40px;
  display: inline-block;
}
@media print, screen and (min-width: 769px) {
  main #container_inner .pdf:hover {
    text-decoration: underline;
  }
}
main #container_inner .word {
  background: url(../images/common/link_icon_word.jpg) no-repeat left center;
  padding: 8px 0 12px 40px;
  display: inline-block;
}
@media print, screen and (min-width: 769px) {
  main #container_inner .word:hover {
    text-decoration: underline;
  }
}
main #container_inner .excel {
  background: url(../images/common/link_icon_excel.jpg) no-repeat left center;
  padding: 8px 0 12px 40px;
  display: inline-block;
}
@media print, screen and (min-width: 769px) {
  main #container_inner .excel:hover {
    text-decoration: underline;
  }
}
main #container_inner .pdf_list {
  background: url(../images/common/link_icon_pdf.jpg) no-repeat left center;
  padding: 8px 0 12px 40px;
  display: inline-block;
}
@media print, screen and (min-width: 769px) {
  main #container_inner .pdf_list:hover {
    text-decoration: underline;
  }
}
main #container_inner .word_list {
  background: url(../images/common/link_icon_word.jpg) no-repeat left center;
  padding: 8px 0 12px 40px;
  display: inline-block;
}
@media print, screen and (min-width: 769px) {
  main #container_inner .word_list:hover {
    text-decoration: underline;
  }
}
main #container_inner .excel_list {
  background: url(../images/common/link_icon_excel.jpg) no-repeat left center;
  padding: 8px 0 12px 40px;
  display: inline-block;
}
@media print, screen and (min-width: 769px) {
  main #container_inner .excel_list:hover {
    text-decoration: underline;
  }
}
main #container_inner ul#sub_mainli_btn_sub01 {
  width: 100%;
  height: auto;
}
main #container_inner ul#sub_mainli_btn_sub01 li a {
  position: relative;
  text-decoration: none !important;
  color: #141F3A;
  display: block;
}
@media print, screen and (min-width: 769px) {
  main #container_inner ul#sub_mainli_btn_sub01 li a {
    padding: 1% 1% 1% 2%;
    width: 31%;
    float: left !important;
    margin: 0px 1% 25px 1%;
  }
  main #container_inner ul#sub_mainli_btn_sub01 li a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner ul#sub_mainli_btn_sub01 li a {
    border: 1px solid #D9D9D9;
    float: none;
    width: 95%;
    padding: 1% 2% 1% 1%;
    margin: 0px auto 10px auto;
  }
}
main #container_inner ul#sub_mainli_btn_sub01 li a span.sub_mainli_img {
  float: left;
  display: block;
  width: 22px;
  height: 55px;
  margin-right: 3%;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
}
main #container_inner ul#sub_mainli_btn_sub01 li a span.sub_mainli_img img {
  width: 22px;
  height: 55px;
  object-fit: contain;
}
main #container_inner ul#sub_mainli_btn_sub01 li a span.sub_mainli01_img {
  float: left;
  display: block;
  width: 22px;
  height: 55px;
  margin-right: 3%;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
}
main #container_inner ul#sub_mainli_btn_sub01 li a span.sub_mainli01_img img {
  width: 22px;
  height: 55px;
  object-fit: contain;
}
main #container_inner ul#sub_mainli_btn_sub01 li a span.sub_mainli_ti {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  vertical-align: middle;
}
main #container_inner ul#sub_mainli_btn_sub01 li a .sub_mainli_ti {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  vertical-align: middle;
}
main #container_inner ul#sub_mainli_btn {
  width: 100%;
  height: auto;
}
main #container_inner ul#sub_mainli_btn li a {
  position: relative;
  border-bottom: 1px solid #D7D7D7;
  text-decoration: none !important;
  color: #141F3A;
  display: block;
  background-color: #F8FCFF;
}
@media print, screen and (min-width: 769px) {
  main #container_inner ul#sub_mainli_btn li a {
    padding: 1% 2% 1% 1%;
    width: 31%;
    float: left !important;
    margin: 0px 1% 25px 1%;
  }
  main #container_inner ul#sub_mainli_btn li a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner ul#sub_mainli_btn li a {
    float: none;
    width: 95%;
    padding: 1% 2% 1% 1%;
    margin: 0px auto 10px auto;
  }
}
main #container_inner ul#sub_mainli_btn li a span.sub_mainli_img {
  float: right;
  display: block;
  width: 22px;
  height: 55px;
  margin-left: 3%;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
}
main #container_inner ul#sub_mainli_btn li a span.sub_mainli_img img {
  width: 22px;
  height: 55px;
  object-fit: contain;
}
main #container_inner ul#sub_mainli_btn li a span.sub_mainli01_img {
  float: right;
  display: block;
  width: 22px;
  height: 55px;
  margin-left: 3%;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
}
main #container_inner ul#sub_mainli_btn li a span.sub_mainli01_img img {
  width: 22px;
  height: 55px;
  object-fit: contain;
}
main #container_inner ul#sub_mainli_btn li a span.sub_mainli_ti {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  vertical-align: middle;
}
main #container_inner ul#sub_mainli_btn li a span.sub_mainli_ti_fob {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 12px;
  line-height: 14px;
  text-align: left;
  vertical-align: middle;
}
main #container_inner ul#sub_mainli_btn li a .sub_mainli_ti {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  vertical-align: middle;
}
main #container_inner ul#sub_mainli_btn li a .sub_mainli_ti_fob {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 12px;
  line-height: 14px;
  text-align: left;
  vertical-align: middle;
}
main #container_inner ul.sub_mainli_btn_two {
  width: 100%;
  height: auto;
}
main #container_inner ul.sub_mainli_btn_two li a {
  position: relative;
  border: 1px solid #D7D7D7;
  text-decoration: none !important;
  color: #141F3A;
  display: block;
  background-color: #F8FCFF;
}
@media print, screen and (min-width: 769px) {
  main #container_inner ul.sub_mainli_btn_two li a {
    padding: 1% 2% 1% 1%;
    width: 48%;
    float: left !important;
    margin: 0px 1% 25px 1%;
  }
  main #container_inner ul.sub_mainli_btn_two li a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner ul.sub_mainli_btn_two li a {
    float: none;
    width: 95%;
    padding: 1% 2% 1% 1%;
    margin: 0px auto 10px auto;
  }
}
main #container_inner ul.sub_mainli_btn_two li a span.sub_mainli_img {
  float: right;
  display: block;
  width: 22px;
  height: 55px;
  margin-left: 3%;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
}
main #container_inner ul.sub_mainli_btn_two li a span.sub_mainli_img img {
  width: 22px;
  height: 55px;
  object-fit: contain;
}
main #container_inner ul.sub_mainli_btn_two li a span.sub_mainli01_img {
  float: right;
  display: block;
  width: 22px;
  height: 55px;
  margin-left: 3%;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
}
main #container_inner ul.sub_mainli_btn_two li a span.sub_mainli01_img img {
  width: 22px;
  height: 55px;
  object-fit: contain;
}
main #container_inner ul.sub_mainli_btn_two li a span.sub_mainli_ti {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 18px;
  line-height: 20px;
  text-align: left;
  vertical-align: middle;
}
main #container_inner ul.sub_mainli_btn_two li a span.sub_mainli_ti_fob {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  vertical-align: middle;
}
main #container_inner ul.sub_mainli_btn_two li a .sub_mainli_ti {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 18px;
  line-height: 20px;
  text-align: left;
  vertical-align: middle;
}
main #container_inner ul.sub_mainli_btn_two li a .sub_mainli_ti_fob {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  vertical-align: middle;
}
main #container_inner ul.sub_mainli_btn_mul {
  width: 100%;
  height: auto;
}
main #container_inner ul.sub_mainli_btn_mul li a {
  position: relative;
  border: 1px solid #D7D7D7;
  text-decoration: none !important;
  color: #141F3A;
  display: block;
  background-color: #F8FCFF;
}
@media print, screen and (min-width: 769px) {
  main #container_inner ul.sub_mainli_btn_mul li a {
    padding: 1% 2% 1% 1%;
    width: 31%;
    float: left !important;
    margin: 0px 1% 25px 1%;
  }
  main #container_inner ul.sub_mainli_btn_mul li a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner ul.sub_mainli_btn_mul li a {
    float: none;
    width: 95%;
    padding: 1% 2% 1% 1%;
    margin: 0px auto 10px auto;
  }
}
main #container_inner ul.sub_mainli_btn_mul li a span.sub_mainli_img {
  float: right;
  display: block;
  width: 22px;
  height: 55px;
  margin-left: 3%;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
}
main #container_inner ul.sub_mainli_btn_mul li a span.sub_mainli_img img {
  width: 22px;
  height: 55px;
  object-fit: contain;
}
main #container_inner ul.sub_mainli_btn_mul li a span.sub_mainli01_img {
  float: right;
  display: block;
  width: 22px;
  height: 55px;
  margin-left: 3%;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
}
main #container_inner ul.sub_mainli_btn_mul li a span.sub_mainli01_img img {
  width: 22px;
  height: 55px;
  object-fit: contain;
}
main #container_inner ul.sub_mainli_btn_mul li a span.sub_mainli_ti {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  vertical-align: middle;
}
main #container_inner ul.sub_mainli_btn_mul li a span.sub_mainli_ti_fob {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 12px;
  line-height: 14px;
  text-align: left;
  vertical-align: middle;
}
main #container_inner ul.sub_mainli_btn_mul li a span.sub_mainli_ti_fob01 {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  vertical-align: middle;
}
main #container_inner ul.sub_mainli_btn_mul li a .sub_mainli_ti {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  vertical-align: middle;
}
main #container_inner ul.sub_mainli_btn_mul li a .sub_mainli_ti_fob {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 12px;
  line-height: 14px;
  text-align: left;
  vertical-align: middle;
}
main #container_inner ul.sub_mainli_btn_mul li a .sub_mainli_ti_fob01 {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  vertical-align: middle;
}
main #container_inner ul.sub_mainli_btn_mul01 {
  width: 100%;
  height: auto;
}
main #container_inner ul.sub_mainli_btn_mul01 li a {
  position: relative;
  border-bottom: 1px solid #D7D7D7;
  /**/
  text-decoration: none !important;
  color: #141F3A;
  display: block;
  background-color: #F8FCFF;
  /*#ECECEC*/
}
@media print, screen and (min-width: 769px) {
  main #container_inner ul.sub_mainli_btn_mul01 li a {
    padding: 1% 2% 1% 1%;
    width: 31%;
    float: left !important;
    margin: 0px 1% 25px 1%;
  }
  main #container_inner ul.sub_mainli_btn_mul01 li a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner ul.sub_mainli_btn_mul01 li a {
    float: none;
    width: 95%;
    padding: 1% 2% 1% 1%;
    margin: 0px auto 10px auto;
  }
}
main #container_inner ul.sub_mainli_btn_mul01 li a span.sub_mainli_img {
  float: right;
  display: block;
  width: 22px;
  height: 55px;
  margin-left: 3%;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
}
main #container_inner ul.sub_mainli_btn_mul01 li a span.sub_mainli_img img {
  width: 22px;
  height: 55px;
  object-fit: contain;
}
main #container_inner ul.sub_mainli_btn_mul01 li a span.sub_mainli01_img {
  float: right;
  display: block;
  width: 22px;
  height: 55px;
  margin-left: 3%;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
}
main #container_inner ul.sub_mainli_btn_mul01 li a span.sub_mainli01_img img {
  width: 22px;
  height: 55px;
  object-fit: contain;
}
main #container_inner ul.sub_mainli_btn_mul01 li a span.sub_mainli_ti {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  vertical-align: middle;
}
main #container_inner ul.sub_mainli_btn_mul01 li a span.sub_mainli_ti_fob {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 12px;
  line-height: 14px;
  text-align: left;
  vertical-align: middle;
}
main #container_inner ul.sub_mainli_btn_mul01 li a .sub_mainli_ti {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  vertical-align: middle;
}
main #container_inner ul.sub_mainli_btn_mul01 li a .sub_mainli_ti_fob {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 12px;
  line-height: 14px;
  text-align: left;
  vertical-align: middle;
}
@media print, screen and (min-width: 769px) {
  main #container_inner ul.sub_mainli_btn_mul02 {
    width: 45%;
    height: auto;
    margin: 0px auto;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner ul.sub_mainli_btn_mul02 {
    width: 100%;
    height: auto;
  }
}
main #container_inner ul.sub_mainli_btn_mul02 li a {
  position: relative;
  border: 1px solid #D7D7D7;
  text-decoration: none !important;
  color: #141F3A;
  display: block;
  background-color: #F8FCFF;
}
@media print, screen and (min-width: 769px) {
  main #container_inner ul.sub_mainli_btn_mul02 li a {
    padding: 1% 3% 1% 3%;
    width: 97%;
    float: left !important;
    margin: 0px 1% 25px 1%;
  }
  main #container_inner ul.sub_mainli_btn_mul02 li a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner ul.sub_mainli_btn_mul02 li a {
    float: none;
    width: 95%;
    padding: 1% 2% 1% 1%;
    margin: 0px auto 10px auto;
  }
}
main #container_inner ul.sub_mainli_btn_mul02 li a span.sub_mainli01_img {
  float: right !important;
  display: block;
  width: 22px;
  height: 55px;
  margin: 0 0 0 3%;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
}
main #container_inner ul.sub_mainli_btn_mul02 li a span.sub_mainli01_img img {
  width: 22px;
  height: 55px;
  object-fit: contain;
}
main #container_inner ul.sub_mainli_btn_mul02 li a span.sub_mainli_ti {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 90%;
  line-height: 1.2;
  /*font-size: 14px;
  line-height: 16px;*/
  text-align: left;
  vertical-align: middle;
}
main #container_inner ul.sub_mainli_btn_mul02 li a span.sub_mainli_ti_fob {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 80%;
  line-height: 1.2;
  /*font-size: 12px;
  line-height: 14px;*/
  text-align: left;
  vertical-align: middle;
}
main #container_inner ul.sub_mainli_btn_mul02 li a span.sub_mainli_ti_fob01 {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 100%;
  line-height: 1.2;
  /*font-size: 16px;
  line-height: 18px;*/
  text-align: left;
  vertical-align: middle;
}
main #container_inner ul.sub_mainli_btn_mul02 li a .sub_mainli_ti {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  vertical-align: middle;
}
main #container_inner ul.sub_mainli_btn_mul02 li a .sub_mainli_ti_fob {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 12px;
  line-height: 14px;
  text-align: left;
  vertical-align: middle;
}
main #container_inner ul.sub_mainli_btn_mul02 li a .sub_mainli_ti_fob01 {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  vertical-align: middle;
}
@media print, screen and (min-width: 769px) {
  main #container_inner ul.sub_mainli_btn_mul02_sub {
    width: 100%;
    height: auto;
    margin: 0px auto;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner ul.sub_mainli_btn_mul02_sub {
    width: 100%;
    height: auto;
  }
}
main #container_inner ul.sub_mainli_btn_mul02_sub li a {
  position: relative;
  border: 1px solid #D7D7D7;
  text-decoration: none !important;
  color: #141F3A;
  display: block;
  background-color: #F8FCFF;
}
@media print, screen and (min-width: 769px) {
  main #container_inner ul.sub_mainli_btn_mul02_sub li a {
    padding: 1% 3% 1% 3%;
    width: 97%;
    float: left !important;
    margin: 0px 1% 25px 1%;
  }
  main #container_inner ul.sub_mainli_btn_mul02_sub li a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner ul.sub_mainli_btn_mul02_sub li a {
    float: none;
    width: 95%;
    padding: 1% 2% 1% 1%;
    margin: 0px auto 10px auto;
  }
}
main #container_inner ul.sub_mainli_btn_mul02_sub li a span.sub_mainli_img {
  float: right;
  display: block;
  width: 22px;
  height: 55px;
  margin: 0 0 0 3%;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
}
main #container_inner ul.sub_mainli_btn_mul02_sub li a span.sub_mainli_img img {
  width: 22px;
  height: 55px;
  object-fit: contain;
}
main #container_inner ul.sub_mainli_btn_mul02_sub li a span.sub_mainli01_img {
  float: right;
  display: block;
  width: 22px;
  height: 55px;
  margin: 0 0 0 3%;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
}
main #container_inner ul.sub_mainli_btn_mul02_sub li a span.sub_mainli01_img img {
  width: 22px;
  height: 55px;
  object-fit: contain;
}
main #container_inner ul.sub_mainli_btn_mul02_sub li a span.sub_mainli_ti {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  vertical-align: middle;
}
main #container_inner ul.sub_mainli_btn_mul02_sub li a span.sub_mainli_ti_fob {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 12px;
  line-height: 14px;
  text-align: left;
  vertical-align: middle;
}
main #container_inner ul.sub_mainli_btn_mul02_sub li a span.sub_mainli_ti_fob01 {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  vertical-align: middle;
}
main #container_inner ul.sub_mainli_btn_mul02_sub li a .sub_mainli_ti {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  vertical-align: middle;
}
main #container_inner ul.sub_mainli_btn_mul02_sub li a .sub_mainli_ti_fob {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 12px;
  line-height: 14px;
  text-align: left;
  vertical-align: middle;
}
main #container_inner ul.sub_mainli_btn_mul02_sub li a .sub_mainli_ti_fob01 {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  vertical-align: middle;
}
@media print, screen and (min-width: 769px) {
  main #container_inner ul.sub_mainli_btn_mul02_sub01 {
    width: 60%;
    height: auto;
    margin: 0px auto;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner ul.sub_mainli_btn_mul02_sub01 {
    width: 100%;
    height: auto;
  }
}
main #container_inner ul.sub_mainli_btn_mul02_sub01 li a {
  position: relative;
  border: 1px solid #D7D7D7;
  text-decoration: none !important;
  color: #141F3A;
  display: block;
  background-color: #F8FCFF;
}
@media print, screen and (min-width: 769px) {
  main #container_inner ul.sub_mainli_btn_mul02_sub01 li a {
    padding: 1% 3% 1% 3%;
    width: 97%;
    float: left !important;
    margin: 0px 1% 25px 1%;
  }
  main #container_inner ul.sub_mainli_btn_mul02_sub01 li a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner ul.sub_mainli_btn_mul02_sub01 li a {
    float: none;
    width: 95%;
    padding: 1% 2% 1% 1%;
    margin: 0px auto 10px auto;
  }
}
main #container_inner ul.sub_mainli_btn_mul02_sub01 li a span.sub_mainli_img {
  float: right;
  display: block;
  width: 22px;
  height: 55px;
  margin: 0 0 0 3%;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
}
main #container_inner ul.sub_mainli_btn_mul02_sub01 li a span.sub_mainli_img img {
  width: 22px;
  height: 55px;
  object-fit: contain;
}
main #container_inner ul.sub_mainli_btn_mul02_sub01 li a span.sub_mainli01_img {
  float: right;
  display: block;
  width: 22px;
  height: 55px;
  margin: 0 0 0 3%;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
}
main #container_inner ul.sub_mainli_btn_mul02_sub01 li a span.sub_mainli01_img img {
  width: 22px;
  height: 55px;
  object-fit: contain;
}
main #container_inner ul.sub_mainli_btn_mul02_sub01 li a span.sub_mainli_ti {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  vertical-align: middle;
}
main #container_inner ul.sub_mainli_btn_mul02_sub01 li a span.sub_mainli_ti_fob {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 12px;
  line-height: 14px;
  text-align: left;
  vertical-align: middle;
}
main #container_inner ul.sub_mainli_btn_mul02_sub01 li a span.sub_mainli_ti_fob01 {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  vertical-align: middle;
}
main #container_inner ul.sub_mainli_btn_mul02_sub01 li a .sub_mainli_ti {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  vertical-align: middle;
}
main #container_inner ul.sub_mainli_btn_mul02_sub01 li a .sub_mainli_ti_fob {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 12px;
  line-height: 14px;
  text-align: left;
  vertical-align: middle;
}
main #container_inner ul.sub_mainli_btn_mul02_sub01 li a .sub_mainli_ti_fob01 {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  vertical-align: middle;
}
main #container_inner ul#sub_mainli_fac_btn {
  width: 100%;
  height: auto;
}
main #container_inner ul#sub_mainli_fac_btn li a {
  border: 1px solid #D7D7D7;
  text-decoration: none !important;
  color: #082b88;
  display: block;
}
@media print, screen and (min-width: 769px) {
  main #container_inner ul#sub_mainli_fac_btn li a {
    padding: 1% 1% 1% 1%;
    width: 31%;
    float: left !important;
    margin: 0px 1% 10px 1%;
  }
  main #container_inner ul#sub_mainli_fac_btn li a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner ul#sub_mainli_fac_btn li a {
    float: none;
    width: 95%;
    padding: 1% 1% 1% 1%;
    margin: 0px auto 10px auto;
  }
}
main #container_inner ul#sub_mainli_fac_btn li a span.sub_mainli_img {
  float: left;
  display: block;
  width: 97px;
  height: 55px;
  margin-right: 3%;
  overflow: hidden;
  background-color: #E9F1FF;
  font-size: 0px;
  line-height: 0px;
}
main #container_inner ul#sub_mainli_fac_btn li a span.sub_mainli_img img {
  width: 97px;
  height: 55px;
  object-fit: contain;
}
main #container_inner ul#sub_mainli_fac_btn li a span.sub_mainli01_img {
  float: right;
  display: block;
  width: 22px;
  height: 55px;
  margin-left: 3%;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
}
main #container_inner ul#sub_mainli_fac_btn li a span.sub_mainli01_img img {
  width: 22px;
  height: 55px;
  object-fit: contain;
}
main #container_inner ul#sub_mainli_fac_btn li a span.sub_mainli01_big_img {
  float: none;
  text-align: center;
  display: block;
  width: 100%;
  height: auto;
  margin: 0px auto 15px auto;
  font-size: 0px;
  line-height: 0px;
}
main #container_inner ul#sub_mainli_fac_btn li a span.sub_mainli01_big_img img {
  width: 100%;
  height: auto;
}
main #container_inner ul#sub_mainli_fac_btn li a span.sub_mainli_ti {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  text-align: left;
  vertical-align: middle;
}
main #container_inner ul#sub_mainli_fac_btn li a span.sub_mainli_ti01 {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  line-height: 18px;
  font-weight: 500;
  text-align: left;
  vertical-align: middle;
}
@media print, screen and (min-width: 769px) {
  main #container_inner ul#sub_mainli_fac_btn li a span.sub_mainli_ti01 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner ul#sub_mainli_fac_btn li a span.sub_mainli_ti01 {
    font-size: 14px;
  }
}
main #container_inner ul#sub_mainli_fac_btn li a .sub_mainli_ti {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  text-align: left;
  vertical-align: middle;
}
main #container_inner ul#sub_mainli_fac_btn li a .sub_mainli_ti01 {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  line-height: 18px;
  font-weight: 600;
  text-align: left;
  vertical-align: middle;
}
@media print, screen and (min-width: 769px) {
  main #container_inner ul#sub_mainli_fac_btn li a .sub_mainli_ti01 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner ul#sub_mainli_fac_btn li a .sub_mainli_ti01 {
    font-size: 14px;
  }
}
main #container_inner ul.teacher_link_btn {
  width: 100%;
  height: auto;
}
main #container_inner ul.teacher_link_btn li {
  border: #5187DB solid 1px;
  background-color: #F8FBFF;
  text-decoration: none !important;
  color: #082b88;
}
@media print, screen and (min-width: 769px) {
  main #container_inner ul.teacher_link_btn li {
    padding: 1% 1% 1% 1%;
    width: 31%;
    float: left !important;
    margin: 0px 1% 10px 1%;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner ul.teacher_link_btn li {
    float: none;
    width: 95%;
    padding: 1% 1% 1% 1%;
    margin: 0px auto 10px auto;
  }
}
main #container_inner ul.teacher_link_btn li a {
  text-decoration: none !important;
  color: #082b88;
  display: block;
}
main #container_inner ul.teacher_link_btn li a:hover {
  opacity: 0.8;
}
main #container_inner ul.teacher_link_btn li span.sub_mainli_img {
  float: left;
  display: block;
  width: 97px;
  height: 55px;
  margin-right: 3%;
  overflow: hidden;
  background-color: #E9F1FF;
  font-size: 0px;
  line-height: 0px;
}
main #container_inner ul.teacher_link_btn li span.sub_mainli_img img {
  width: 97px;
  height: 55px;
  object-fit: contain;
}
main #container_inner ul.teacher_link_btn li span.sub_mainli01_img {
  float: right;
  display: block;
  width: 22px;
  height: 55px;
  margin-left: 3%;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
}
main #container_inner ul.teacher_link_btn li span.sub_mainli01_img img {
  width: 22px;
  height: 55px;
  object-fit: contain;
}
main #container_inner ul.teacher_link_btn li span.sub_mainli01_big_img {
  float: none;
  text-align: center;
  display: block;
  width: 100%;
  height: auto;
  margin: 0px auto 15px auto;
  font-size: 0px;
  line-height: 0px;
}
main #container_inner ul.teacher_link_btn li span.sub_mainli01_big_img img {
  width: 100%;
  height: auto;
}
main #container_inner ul.teacher_link_btn li span.sub_mainli_ti {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  text-align: left;
  vertical-align: middle;
}
main #container_inner ul.teacher_link_btn li span.sub_mainli_ti01 {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  line-height: 18px;
  font-weight: 600;
  text-align: left;
  vertical-align: middle;
}
@media print, screen and (min-width: 769px) {
  main #container_inner ul.teacher_link_btn li span.sub_mainli_ti01 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner ul.teacher_link_btn li span.sub_mainli_ti01 {
    font-size: 14px;
  }
}
main #container_inner ul.teacher_link_btn li .sub_mainli_ti {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  text-align: left;
  vertical-align: middle;
}
main #container_inner ul.teacher_link_btn li .sub_mainli_ti01 {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  line-height: 18px;
  font-weight: 600;
  text-align: left;
  vertical-align: middle;
}
@media print, screen and (min-width: 769px) {
  main #container_inner ul.teacher_link_btn li .sub_mainli_ti01 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner ul.teacher_link_btn li .sub_mainli_ti01 {
    font-size: 14px;
  }
}
main #container_inner ul.link_btn_p3_s1 {
  width: 100%;
  height: auto;
}
main #container_inner ul.link_btn_p3_s1 li a {
  border: 3px solid #ddd;
  text-decoration: none !important;
  color: #121212;
  display: block;
  border-radius: 5px;
}
@media print, screen and (min-width: 769px) {
  main #container_inner ul.link_btn_p3_s1 li a {
    padding: 1% 1% 1% 1%;
    width: 31%;
    float: left !important;
    margin: 0px 1% 10px 1%;
  }
  main #container_inner ul.link_btn_p3_s1 li a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner ul.link_btn_p3_s1 li a {
    float: none;
    width: 95%;
    padding: 1% 1% 1% 1%;
    margin: 0px auto 10px auto;
  }
}
main #container_inner ul.link_btn_p3_s1 li a span.sub_mainli_img {
  float: left;
  display: block;
  width: 97px;
  height: 55px;
  margin-right: 3%;
  overflow: hidden;
  background-color: #E9F1FF;
  font-size: 0px;
  line-height: 0px;
}
main #container_inner ul.link_btn_p3_s1 li a span.sub_mainli_img img {
  width: 97px;
  height: 55px;
  object-fit: contain;
}
main #container_inner ul.link_btn_p3_s1 li a span.sub_mainli01_img {
  float: right;
  display: block;
  width: 22px;
  height: 55px;
  margin-left: 3%;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
}
main #container_inner ul.link_btn_p3_s1 li a span.sub_mainli01_img img {
  width: 22px;
  height: 55px;
  object-fit: contain;
}
main #container_inner ul.link_btn_p3_s1 li a span.sub_mainli_ti {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 15px;
  /*20190322 追加*/
  line-height: 18px;
  font-weight: 500;
  /*20190322 追加*/
  text-align: left;
  vertical-align: middle;
}
main #container_inner ul.link_btn_p3_s1 li a .sub_mainli_ti {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  text-align: left;
  vertical-align: middle;
}
main #container_inner ul.link_btn_p2_s1 {
  width: 100%;
  height: auto;
}
main #container_inner ul.link_btn_p2_s1 li a {
  text-decoration: none !important;
  color: #082b88;
  background-color: #FFFFFF;
  display: block;
}
@media print, screen and (min-width: 769px) {
  main #container_inner ul.link_btn_p2_s1 li a {
    border: 4px solid #ddd;
    border-radius: 8px;
    padding: 1% 1% 1% 1rem;
    width: 48%;
    float: left !important;
    margin: 0px 1% 10px 1%;
  }
  main #container_inner ul.link_btn_p2_s1 li a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner ul.link_btn_p2_s1 li a {
    border: 3px solid #ddd;
    border-radius: 5px;
    float: none;
    width: 95%;
    padding: 1% 1% 1% 5%;
    margin: 0px auto 10px auto;
  }
}
main #container_inner ul.link_btn_p2_s1 li a.set1 {
  width: 98% !important;
}
main #container_inner ul.link_btn_p2_s1 li a span.sub_mainli_img {
  float: left;
  display: block;
  width: 97px;
  height: 55px;
  margin-right: 3%;
  overflow: hidden;
  background-color: #E9F1FF;
  font-size: 0px;
  line-height: 0px;
}
main #container_inner ul.link_btn_p2_s1 li a span.sub_mainli_img img {
  width: 97px;
  height: 55px;
  object-fit: contain;
}
main #container_inner ul.link_btn_p2_s1 li a span.sub_mainli01_img {
  float: right;
  display: block;
  width: 22px;
  height: 55px;
  margin-left: 3%;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
}
main #container_inner ul.link_btn_p2_s1 li a span.sub_mainli01_img img {
  width: 22px;
  height: 55px;
  object-fit: contain;
}
main #container_inner ul.link_btn_p2_s1 li a span.sub_mainli_ti {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 110%;
  line-height: 1.2;
  font-weight: 500;
  text-align: left;
  vertical-align: middle;
  color: #121212;
}
main #container_inner ul.link_btn_p2_s1 li a .sub_mainli_ti {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  text-align: left;
  vertical-align: middle;
  color: #121212;
}
main #container_inner ul.link_btn_p2_s1_sub_sin {
  width: 100%;
  height: auto;
}
main #container_inner ul.link_btn_p2_s1_sub_sin li#list_ika a {
  border: 3px solid #25AEC4;
  background-color: #25AEC4;
}
main #container_inner ul.link_btn_p2_s1_sub_sin li#list_sika a {
  border: 3px solid #0D69CB;
  background-color: #0D69CB;
}
main #container_inner ul.link_btn_p2_s1_sub_sin li a {
  overflow: hidden;
  text-decoration: none !important;
  color: #082b88;
  display: block;
}
@media print, screen and (min-width: 769px) {
  main #container_inner ul.link_btn_p2_s1_sub_sin li a {
    padding: 0px 0px 0px 0px;
    width: 48%;
    float: left !important;
    margin: 0px 1% 10px 1%;
  }
  main #container_inner ul.link_btn_p2_s1_sub_sin li a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner ul.link_btn_p2_s1_sub_sin li a {
    float: none;
    width: 95%;
    padding: 0px 0px 0px 0px;
    margin: 0px auto 10px auto;
  }
}
main #container_inner ul.link_btn_p2_s1_sub_sin li a span.sin_img {
  display: block;
  width: 100%;
  padding: 0px;
}
main #container_inner ul.link_btn_p2_s1_sub_sin li a span.sin_img figure {
  width: 110%;
  display: block;
  margin: 0;
}
main #container_inner ul.link_btn_p2_s1_sub_sin li a span.sin_img figure img {
  /**/
  width: 100%;
  object-fit: cover;
}
main #container_inner ul.link_btn_p2_s1_sub_sin li a span.sub_mainli01_big_img {
  float: none;
  text-align: center;
  display: block;
  width: 100%;
  height: auto;
  margin: 0px auto 15px auto;
  font-size: 0px;
  line-height: 0px;
}
main #container_inner ul.link_btn_p2_s1_sub_sin li a span.sub_mainli01_big_img img {
  width: 100%;
  height: auto;
}
main #container_inner ul.link_btn_p2_s1_sub_sin li a span.sub_mainli_img {
  float: left;
  display: block;
  width: 97px;
  height: 55px;
  margin-right: 3%;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
}
main #container_inner ul.link_btn_p2_s1_sub_sin li a span.sub_mainli_img img {
  width: 97px;
  height: 55px;
  object-fit: contain;
}
main #container_inner ul.link_btn_p2_s1_sub_sin li a span.sub_mainli01_img {
  float: right;
  display: block;
  width: 22px;
  height: 55px;
  margin-left: 3%;
  overflow: hidden;
  /*margin-right: 5px;*/
  font-size: 0px;
  line-height: 0px;
}
main #container_inner ul.link_btn_p2_s1_sub_sin li a span.sub_mainli01_img img {
  width: 22px;
  height: 55px;
  object-fit: contain;
}
main #container_inner ul.link_btn_p2_s1_sub_sin li a span.sub_mainli_ti {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 110%;
  line-height: 1.3;
  font-weight: 500;
  text-align: left;
  vertical-align: middle;
  padding-left: 10px;
  color: #FFFFFF;
}
main #container_inner ul.link_btn_p2_s1_sub {
  width: 100%;
  height: auto;
}
main #container_inner ul.link_btn_p2_s1_sub li a {
  text-decoration: none !important;
  color: #082b88;
  display: block;
  border: 1px solid #ddd;
}
@media print, screen and (min-width: 769px) {
  main #container_inner ul.link_btn_p2_s1_sub li a {
    padding: 1% 1% 1% 1%;
    width: 48%;
    float: left !important;
    margin: 0px 1% 10px 1%;
  }
  main #container_inner ul.link_btn_p2_s1_sub li a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner ul.link_btn_p2_s1_sub li a {
    float: none;
    width: 95%;
    padding: 1% 1% 1% 1%;
    margin: 0px auto 10px auto;
  }
}
main #container_inner ul.link_btn_p2_s1_sub li a span.sub_mainli01_big_img {
  float: none;
  text-align: center;
  display: block;
  width: 100%;
  height: auto;
  margin: 0px auto 15px auto;
  font-size: 0px;
  line-height: 0px;
}
main #container_inner ul.link_btn_p2_s1_sub li a span.sub_mainli01_big_img img {
  width: 100%;
  height: auto;
}
main #container_inner ul.link_btn_p2_s1_sub li a span.sub_mainli_img {
  float: left;
  display: block;
  width: 97px;
  height: 55px;
  margin-right: 3%;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
}
main #container_inner ul.link_btn_p2_s1_sub li a span.sub_mainli_img img {
  width: 97px;
  height: 55px;
  object-fit: contain;
}
main #container_inner ul.link_btn_p2_s1_sub li a span.sub_mainli01_img {
  float: right;
  display: block;
  width: 22px;
  height: 55px;
  margin-left: 3%;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
}
main #container_inner ul.link_btn_p2_s1_sub li a span.sub_mainli01_img img {
  width: 22px;
  height: 55px;
  object-fit: contain;
}
main #container_inner ul.link_btn_p2_s1_sub li a span.sub_mainli_ti {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 110%;
  line-height: 1.3;
  font-weight: 500;
  text-align: left;
  vertical-align: middle;
}
main #container_inner ul.link_btn_p2_s1_sub li a .sub_mainli_ti {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  text-align: left;
  vertical-align: middle;
}
main #container_inner ul#sub_mainli_fac_btn_one {
  margin: 0px auto;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  main #container_inner ul#sub_mainli_fac_btn_one {
    width: 40%;
  }
}
main #container_inner ul#sub_mainli_fac_btn_one li a {
  border: 1px solid #D7D7D7;
  text-decoration: none !important;
  color: #082b88;
  display: block;
}
@media print, screen and (min-width: 769px) {
  main #container_inner ul#sub_mainli_fac_btn_one li a {
    padding: 2% 2% 2% 2%;
    width: 96%;
    margin: 0px 1% 10px 1%;
  }
  main #container_inner ul#sub_mainli_fac_btn_one li a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner ul#sub_mainli_fac_btn_one li a {
    float: none;
    width: 95%;
    padding: 1% 2% 1% 2%;
    margin: 0px auto 10px auto;
  }
}
main #container_inner ul#sub_mainli_fac_btn_one li a span.sub_mainli_img {
  float: left;
  display: block;
  width: 97px;
  height: 55px;
  margin-right: 3%;
  overflow: hidden;
  background-color: #E9F1FF;
  font-size: 0px;
  line-height: 0px;
}
main #container_inner ul#sub_mainli_fac_btn_one li a span.sub_mainli_img img {
  width: 97px;
  height: 55px;
  object-fit: contain;
}
main #container_inner ul#sub_mainli_fac_btn_one li a span.sub_mainli01_img {
  float: right;
  display: block;
  width: 22px;
  height: 55px;
  margin-left: 3%;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
}
main #container_inner ul#sub_mainli_fac_btn_one li a span.sub_mainli01_img img {
  width: 22px;
  height: 55px;
  object-fit: contain;
}
main #container_inner ul#sub_mainli_fac_btn_one li a .sub_mainli_ti {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  text-align: left;
  vertical-align: middle;
}
main #container_inner ul#sub_mainli_fac_btn_one li a .sub_mainli_ti01 {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  line-height: 18px;
  font-weight: 600;
  text-align: left;
  vertical-align: middle;
}
@media print, screen and (min-width: 769px) {
  main #container_inner ul#sub_mainli_fac_btn_one li a .sub_mainli_ti01 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner ul#sub_mainli_fac_btn_one li a .sub_mainli_ti01 {
    font-size: 14px;
  }
}
main #container_inner ul#sub_mainli_btn01_pdf {
  height: auto;
}
@media print, screen and (min-width: 769px) {
  main #container_inner ul#sub_mainli_btn01_pdf {
    width: 100%;
    margin: 0px auto;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner ul#sub_mainli_btn01_pdf {
    width: 96%;
    margin: 0px auto;
  }
}
main #container_inner ul#sub_mainli_btn01_pdf li a {
  background: no-repeat right 2% center;
  text-decoration: none !important;
  display: block;
  background-color: #FFFFFF;
  border-radius: 2px;
  float: left !important;
  border: 1px solid #0A64B8;
}
@media print, screen and (min-width: 769px) {
  main #container_inner ul#sub_mainli_btn01_pdf li a {
    padding: 1% 2% 1% 2%;
    width: 31.333%;
    margin: 0px 1% 10px 1%;
  }
  main #container_inner ul#sub_mainli_btn01_pdf li a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner ul#sub_mainli_btn01_pdf li a {
    width: 48%;
    padding: 1% 2% 1% 2%;
    margin: 0px 1% 10px 1%;
  }
}
main #container_inner ul#sub_mainli_btn01_pdf li a .sub_mainli_ti01 {
  color: #0A64B8;
  display: table-cell !important;
  vertical-align: middle;
  width: 100%;
  font-weight: 400;
  text-align: left;
}
@media print, screen and (min-width: 769px) {
  main #container_inner ul#sub_mainli_btn01_pdf li a .sub_mainli_ti01 {
    height: 55px;
    font-size: 100%;
    line-height: 1.3;
    overflow: hidden;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner ul#sub_mainli_btn01_pdf li a .sub_mainli_ti01 {
    height: 50px;
    font-size: 100%;
    line-height: 1.3;
    overflow: hidden;
  }
}
main #container_inner ul#sub_mainli_btn01_pdf li a .sub_mainli_ti01_fob {
  color: #FFFFFF;
  display: table-cell !important;
  vertical-align: middle;
  width: 100%;
  font-weight: 400;
  text-align: left;
}
@media print, screen and (min-width: 769px) {
  main #container_inner ul#sub_mainli_btn01_pdf li a .sub_mainli_ti01_fob {
    height: 55px;
    font-size: 90%;
    line-height: 1.5;
    overflow: hidden;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner ul#sub_mainli_btn01_pdf li a .sub_mainli_ti01_fob {
    height: 50px;
    font-size: 80%;
    line-height: 1.2;
    overflow: hidden;
  }
}
main #container_inner ul#sub_mainli_btn01 {
  height: auto;
}
@media print, screen and (min-width: 769px) {
  main #container_inner ul#sub_mainli_btn01 {
    width: 100%;
    margin: 0px auto;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner ul#sub_mainli_btn01 {
    width: 96%;
    margin: 0px auto;
  }
}
main #container_inner ul#sub_mainli_btn01 li a {
  background: no-repeat right 2% center;
  text-decoration: none !important;
  display: block;
  background-color: #0A64B8;
  border-radius: 2px;
  float: left !important;
}
@media print, screen and (min-width: 769px) {
  main #container_inner ul#sub_mainli_btn01 li a {
    padding: 1% 2% 1% 2%;
    width: 31.333%;
    margin: 0px 1% 10px 1%;
  }
  main #container_inner ul#sub_mainli_btn01 li a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner ul#sub_mainli_btn01 li a {
    width: 48%;
    padding: 1% 2% 1% 2%;
    margin: 0px 1% 10px 1%;
  }
}
main #container_inner ul#sub_mainli_btn01 li a .sub_mainli_ti01 {
  color: #FFFFFF;
  display: table-cell !important;
  vertical-align: middle;
  width: 100%;
  font-weight: 400;
  text-align: left;
}
@media print, screen and (min-width: 769px) {
  main #container_inner ul#sub_mainli_btn01 li a .sub_mainli_ti01 {
    height: 55px;
    font-size: 100%;
    line-height: 1.3;
    overflow: hidden;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner ul#sub_mainli_btn01 li a .sub_mainli_ti01 {
    height: 50px;
    font-size: 100%;
    line-height: 1.3;
    overflow: hidden;
  }
}
main #container_inner ul#sub_mainli_btn01 li a .sub_mainli_ti01_fob {
  color: #FFFFFF;
  display: table-cell !important;
  vertical-align: middle;
  width: 100%;
  font-weight: 400;
  text-align: left;
}
@media print, screen and (min-width: 769px) {
  main #container_inner ul#sub_mainli_btn01 li a .sub_mainli_ti01_fob {
    height: 55px;
    font-size: 90%;
    line-height: 1.5;
    overflow: hidden;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner ul#sub_mainli_btn01 li a .sub_mainli_ti01_fob {
    height: 50px;
    font-size: 80%;
    line-height: 1.2;
    overflow: hidden;
  }
}
main #container_inner ul.sub_mainli_btn02 {
  height: auto;
}
@media print, screen and (min-width: 769px) {
  main #container_inner ul.sub_mainli_btn02 {
    width: 80%;
    margin: 0px auto;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner ul.sub_mainli_btn02 {
    width: 96%;
    margin: 0px auto;
  }
}
main #container_inner ul.sub_mainli_btn02 li a {
  background: no-repeat right 2% center;
  text-decoration: none !important;
  display: block;
  background-color: #136DCC;
  border-radius: 5px;
  float: left !important;
}
@media print, screen and (min-width: 769px) {
  main #container_inner ul.sub_mainli_btn02 li a {
    padding: 1% 2% 1% 2%;
    width: 48%;
    margin: 0px 1% 10px 1%;
  }
  main #container_inner ul.sub_mainli_btn02 li a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner ul.sub_mainli_btn02 li a {
    width: 48%;
    padding: 1% 2% 1% 2%;
    margin: 0px 1% 10px 1%;
  }
}
main #container_inner ul.sub_mainli_btn02 li a .sub_mainli_ti02 {
  color: #FFFFFF;
  display: table-cell !important;
  vertical-align: middle;
  width: 100%;
  font-weight: 400;
  text-align: left;
}
@media print, screen and (min-width: 769px) {
  main #container_inner ul.sub_mainli_btn02 li a .sub_mainli_ti02 {
    height: 55px;
    font-size: 14px;
    line-height: 16px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner ul.sub_mainli_btn02 li a .sub_mainli_ti02 {
    height: 50px;
    font-size: 10px;
    line-height: 12px;
    overflow: hidden;
  }
}
main #container_inner ul.sub_mainli_btn02 li a .sub_mainli_ti02_fob {
  color: #FFFFFF;
  display: table-cell !important;
  vertical-align: middle;
  width: 100%;
  font-weight: 400;
  text-align: left;
}
@media print, screen and (min-width: 769px) {
  main #container_inner ul.sub_mainli_btn02 li a .sub_mainli_ti02_fob {
    height: 55px;
    font-size: 18px;
    line-height: 20px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner ul.sub_mainli_btn02 li a .sub_mainli_ti02_fob {
    height: 50px;
    font-size: 12px;
    line-height: 16px;
    overflow: hidden;
  }
}
main #container_inner p {
  text-align: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  main #container_inner p {
    width: 100%;
    margin: 0px auto;
    font-size: 15px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner p {
    width: 100%;
    font-size: 14px;
    line-height: 25px;
  }
}
@media print, screen and (min-width: 769px) {
  main #container_inner p.com01 {
    width: 98%;
    margin: 0px auto;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner p.com01 {
    width: 98%;
    margin: 0px auto;
  }
}
@media print, screen and (min-width: 769px) {
  main #container_inner p.com01_a {
    width: 80%;
    margin: 0px auto;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner p.com01_a {
    width: 95%;
    margin: 0px auto;
  }
}
@media print, screen and (min-width: 769px) {
  main #container_inner p.com02 {
    width: 70%;
    margin: 0px auto;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner p.com02 {
    width: 93%;
    margin: 0px auto;
  }
}
@media print, screen and (min-width: 769px) {
  main #container_inner p.com03 {
    width: 60%;
    margin: 0px auto;
  }
}
@media only screen and (max-width: 768px) {
  main #container_inner p.com03 {
    width: 90%;
    margin: 0px auto;
  }
}
main #right_contents {
  height: auto;
  background-color: #F6FFFE;
  /*@include wi-pc{*/
  /*@include wi-sm1{*/
  /*** ▼▼▼  ▼▼▼ ***/
  /*** ▲▲▲  ▲▲▲ ***/
}
@media print, screen and (min-width: 1281px) {
  main #right_contents {
    /*width:250px;*/
    width: 23%;
    float: right;
  }
}
@media only screen and (max-width: 1280px) {
  main #right_contents {
    width: 100%;
    float: none;
    padding: 10px 2%;
  }
}
main #right_contents .side_ttl a {
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
  text-decoration: none;
  /*@include bg_cobs;*/
  background-color: #003b95;
  color: #FFFFFF;
}
@media print, screen and (min-width: 769px) {
  main #right_contents .side_ttl a {
    font-weight: 500;
    padding: 20px 0px;
  }
}
@media only screen and (max-width: 768px) {
  main #right_contents .side_ttl a {
    font-weight: 400;
    padding: 10px 0px;
  }
}
main #right_contents .side_sub_area {
  width: 100%;
  height: auto;
  background-color: #5D97DD;
}
@media print, screen and (min-width: 769px) {
  main #right_contents .side_sub_area {
    padding: 10px 0px;
  }
}
@media only screen and (max-width: 768px) {
  main #right_contents .side_sub_area {
    padding: 10px 0px;
  }
}
main #right_contents .side_sub_area01 {
  width: 100%;
  height: auto;
  background-color: #4ac2d4;
}
@media print, screen and (min-width: 769px) {
  main #right_contents .side_sub_area01 {
    padding: 10px 0px;
  }
}
@media only screen and (max-width: 768px) {
  main #right_contents .side_sub_area01 {
    padding: 10px 0px;
  }
}
main #right_contents .side_sub_area02 {
  width: 100%;
  height: auto;
  background-color: #7DACE5;
}
@media print, screen and (min-width: 769px) {
  main #right_contents .side_sub_area02 {
    padding: 10px 0px;
  }
}
@media only screen and (max-width: 768px) {
  main #right_contents .side_sub_area02 {
    padding: 10px 0px;
  }
}
main #right_contents .side_sub_ttl {
  width: 95%;
  margin: 0px auto;
  /*border-bottom: solid 1px #BFBFBF;*/
}
main #right_contents .side_sub_ttl a {
  display: block;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-position: right 3px center;
  width: 100%;
  height: auto;
  text-decoration: none;
  color: #252323;
}
@media print, screen and (min-width: 769px) {
  main #right_contents .side_sub_ttl a {
    padding: 3px 8% 3px 3%;
  }
}
@media only screen and (max-width: 768px) {
  main #right_contents .side_sub_ttl a {
    padding: 3px 10% 3px 1%;
  }
}
main #right_contents .side_sub_ttl a span {
  width: 100%;
  margin: 0;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  font-weight: 600;
  font-size: 100%;
}
@media print, screen and (min-width: 769px) {
  main #right_contents .side_sub_ttl a span {
    height: 50px;
  }
}
@media only screen and (max-width: 768px) {
  main #right_contents .side_sub_ttl a span {
    height: 42px;
  }
}
@media print, screen and (min-width: 769px) {
  main #right_contents .side_sub_ttl a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  main #right_contents .side_sub_ttl a:hover {
    background-color: #EEF6FF;
  }
}
@media only screen and (max-width: 768px) {
  main #right_contents .side_sub_ttl a {
    background-color: #FFFFFF;
  }
}
main #right_contents ul {
  width: 100%;
}
main #right_contents ul li {
  width: 100%;
  margin: 0px;
  border-bottom: solid 1px #BFBFBF;
}
@media print, screen and (min-width: 769px) {
  main #right_contents ul li {
    border-left: solid 1px #BFBFBF;
    border-right: solid 1px #BFBFBF;
  }
}
main #right_contents ul li a {
  display: block;
  background-repeat: no-repeat;
  background-position: right 3px center;
  width: 100%;
  height: auto;
  text-decoration: none;
  color: #252323;
  background-color: #FFFFFF;
}
@media print, screen and (min-width: 769px) {
  main #right_contents ul li a {
    padding: 3px 8% 3px 3%;
  }
}
@media only screen and (max-width: 768px) {
  main #right_contents ul li a {
    padding: 3px 10% 3px 1%;
  }
}
main #right_contents ul li a span {
  width: 100%;
  margin: 0;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  /*font-size: 14px;*/
}
@media print, screen and (min-width: 769px) {
  main #right_contents ul li a span {
    font-size: 90%;
    height: 50px;
  }
}
@media only screen and (max-width: 768px) {
  main #right_contents ul li a span {
    font-size: 90%;
    height: 42px;
  }
}
@media print, screen and (min-width: 769px) {
  main #right_contents ul li a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  main #right_contents ul li a:hover {
    background-color: #EEF6FF;
  }
}
main #right_contents ul li.pdf_li a {
  background-image: none;
}
main #right_contents ul li.word_li a {
  background-image: none;
}
main #right_contents ul li.excel_li a {
  background-image: none;
}
main #right_contents ul li.opg_li a {
  background-image: none;
}
main #right_contents ul li.current a {
  background-color: #EEF6FF;
}
main #right_contents ul li.nav_on a {
  background-color: #F6FFFE;
}
main #right_contents #toppage_space {
  width: 100%;
  height: 0px;
}
main #right_contents #right_move_koukoku_area {
  width: 300px;
  height: auto;
  padding: 0px;
}
main #right_contents #right_move_koukoku_area .right_bana {
  width: 100%;
  height: auto;
  height: auto;
  font-size: 0px;
  line-height: 0px;
  margin: 10px 0px 0px 0px;
}
main #right_contents #right_move_koukoku_area .right_bana img {
  width: 100%;
  height: auto;
}
main #right_contents #right_move_koukoku_area #right_move_koukoku01 {
  width: 300px;
  font-size: 0;
  line-height: 0;
  height: auto;
  margin: 0px auto;
}
main #right_contents #right_move_koukoku_area #right_move_koukoku01 #right_move_koukoku01_in {
  display: block;
  font-size: 0;
  line-height: 0;
  width: 300px;
  height: auto;
}
main #right_contents #right_move_koukoku_area #right_move_koukoku01 img {
  width: 100%;
  height: auto;
}
main #right_contents #right_bana_area .right_bana {
  width: 300px;
  height: auto;
  font-size: 0px;
  line-height: 0px;
  margin: 10px 0px 0px 0px;
}
main #right_contents #right_bana_area .right_bana img {
  width: 100%;
  height: auto;
}
main #right_contents #right_koukoku_area {
  width: 100%;
  margin: 20px auto 0px auto;
}
main #right_contents #side_mimiyori_area {
  width: 100%;
  height: auto;
  background-color: #FFFFFF;
}
@media print, screen and (min-width: 769px) {
  main #right_contents #side_mimiyori_area {
    padding: 0px 0% 10px 5%;
    border-left: solid 1px #B5B5B5;
  }
}
main #right_contents #side_mimiyori_area #side_mimiyori_ti a {
  display: block;
  text-decoration: none;
  width: 100%;
  color: #292929;
  font-size: 130%;
  line-height: 2.5;
  border-bottom: solid 1px #B5B5B5;
  padding: 10px 0%;
  margin: 0px 0px 8px;
}
main #right_contents #side_mimiyori_area #side_mimiyori_ti a span.side_mmyr_icon {
  display: inline-block;
  vertical-align: middle;
  background-color: #FFFFFF;
  border: solid 1px #4D87D7;
  border-radius: 50%;
}
@media print, screen and (min-width: 769px) {
  main #right_contents #side_mimiyori_area #side_mimiyori_ti a span.side_mmyr_icon {
    width: 35px;
    height: 35px;
    margin: 0 20px 0 2px;
  }
}
@media only screen and (max-width: 768px) {
  main #right_contents #side_mimiyori_area #side_mimiyori_ti a span.side_mmyr_icon {
    width: 28px;
    height: 28px;
    margin: 0 10px 0 2px;
  }
}
main #right_contents #side_mimiyori_area #side_mimiyori_ti a span.side_mmyr_icon span.side_mmyr_icon_in {
  display: block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}
@media print, screen and (min-width: 769px) {
  main #right_contents #side_mimiyori_area #side_mimiyori_ti a span.side_mmyr_icon span.side_mmyr_icon_in {
    width: 25px;
    height: 25px;
    margin: 4px;
  }
}
@media only screen and (max-width: 768px) {
  main #right_contents #side_mimiyori_area #side_mimiyori_ti a span.side_mmyr_icon span.side_mmyr_icon_in {
    width: 22px;
    height: 22px;
    margin: 2px;
  }
}
main #right_contents #side_mimiyori_area ul#side_mimiyori_list {
  width: 96%;
  height: auto;
  margin: 0px auto 10px;
}
main #right_contents #side_mimiyori_area ul#side_mimiyori_list li {
  border: none !important;
}
main #right_contents #side_mimiyori_area ul#side_mimiyori_list li a {
  display: block;
  text-decoration: none;
  width: 100%;
  margin: 0px 0px 10px;
  padding: 0px !important;
  border: none !important;
  border-bottom: 1px solid #147BBC !important;
  background-image: none;
}
main #right_contents #side_mimiyori_area ul#side_mimiyori_list li a span.s_m_img {
  width: 100%;
  height: auto;
  margin: 0px 0px 10px;
  font-size: 0px;
  line-height: 0px;
}
main #right_contents #side_mimiyori_area ul#side_mimiyori_list li a span.s_m_img img {
  width: 100%;
  height: auto;
}
main #right_contents #side_mimiyori_area ul#side_mimiyori_list li a span.s_m_link_ti {
  display: block;
  width: 100%;
  height: auto;
  line-height: 2;
  font-size: 120%;
  padding: 0px 3%;
  background-repeat: no-repeat;
  background-position: right 3px center;
}

#ft_link_area {
  width: 100%;
  height: auto;
  border-top: 1px #C4C4C4 solid;
}
@media print, screen and (min-width: 769px) {
  #ft_link_area {
    margin: 0px auto 45px auto;
  }
}
@media only screen and (max-width: 768px) {
  #ft_link_area {
    margin: 0px auto 25px auto;
  }
}
#ft_link_area #ft_link_in {
  height: auto;
}
@media print, screen and (min-width: 769px) {
  #ft_link_area #ft_link_in {
    max-width: 1100px;
    margin: 0px auto;
  }
}
@media only screen and (max-width: 768px) {
  #ft_link_area #ft_link_in {
    width: 100%;
    margin: 0px auto;
  }
}
#ft_link_area #ft_link_in ul {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  #ft_link_area #ft_link_in ul li:nth-child(1) a {
    border-left: 1px #C4C4C4 solid;
  }
  #ft_link_area #ft_link_in ul li:nth-child(5) a {
    border-left: 1px #C4C4C4 solid;
  }
  #ft_link_area #ft_link_in ul li:nth-child(9) a {
    border-left: 1px #C4C4C4 solid;
  }
  #ft_link_area #ft_link_in ul li:nth-child(13) a {
    border-left: 1px #C4C4C4 solid;
  }
  #ft_link_area #ft_link_in ul li:nth-child(17) a {
    border-left: 1px #C4C4C4 solid;
  }
  #ft_link_area #ft_link_in ul li:nth-child(21) a {
    border-left: 1px #C4C4C4 solid;
  }
  #ft_link_area #ft_link_in ul li:nth-child(25) a {
    border-left: 1px #C4C4C4 solid;
  }
  #ft_link_area #ft_link_in ul li:nth-child(29) a {
    border-left: 1px #C4C4C4 solid;
  }
  #ft_link_area #ft_link_in ul li:nth-child(33) a {
    border-left: 1px #C4C4C4 solid;
  }
  #ft_link_area #ft_link_in ul li:nth-child(37) a {
    border-left: 1px #C4C4C4 solid;
  }
  #ft_link_area #ft_link_in ul li:nth-child(41) a {
    border-left: 1px #C4C4C4 solid;
  }
}
@media only screen and (max-width: 768px) {
  #ft_link_area #ft_link_in ul li:nth-child(1) a {
    border-left: 1px #C4C4C4 solid;
  }
  #ft_link_area #ft_link_in ul li:nth-child(3) a {
    border-left: 1px #C4C4C4 solid;
  }
  #ft_link_area #ft_link_in ul li:nth-child(5) a {
    border-left: 1px #C4C4C4 solid;
  }
  #ft_link_area #ft_link_in ul li:nth-child(7) a {
    border-left: 1px #C4C4C4 solid;
  }
  #ft_link_area #ft_link_in ul li:nth-child(9) a {
    border-left: 1px #C4C4C4 solid;
  }
  #ft_link_area #ft_link_in ul li:nth-child(11) a {
    border-left: 1px #C4C4C4 solid;
  }
  #ft_link_area #ft_link_in ul li:nth-child(13) a {
    border-left: 1px #C4C4C4 solid;
  }
  #ft_link_area #ft_link_in ul li:nth-child(15) a {
    border-left: 1px #C4C4C4 solid;
  }
  #ft_link_area #ft_link_in ul li:nth-child(17) a {
    border-left: 1px #C4C4C4 solid;
  }
  #ft_link_area #ft_link_in ul li:nth-child(19) a {
    border-left: 1px #C4C4C4 solid;
  }
  #ft_link_area #ft_link_in ul li:nth-child(21) a {
    border-left: 1px #C4C4C4 solid;
  }
  #ft_link_area #ft_link_in ul li:nth-child(23) a {
    border-left: 1px #C4C4C4 solid;
  }
  #ft_link_area #ft_link_in ul li:nth-child(25) a {
    border-left: 1px #C4C4C4 solid;
  }
  #ft_link_area #ft_link_in ul li:nth-child(27) a {
    border-left: 1px #C4C4C4 solid;
  }
}
#ft_link_area #ft_link_in ul li.ft_icon01 a {
  background: no-repeat right center;
}
#ft_link_area #ft_link_in ul li.ft_icon02 a {
  background: no-repeat right center;
}
#ft_link_area #ft_link_in ul li a {
  float: left;
  display: block;
  height: auto;
  box-sizing: border-box;
  text-decoration: none;
}
@media print, screen and (min-width: 769px) {
  #ft_link_area #ft_link_in ul li a {
    width: 25%;
    padding: 10px 3% 10px 2%;
    border-bottom: 1px #C4C4C4 solid;
    border-right: 1px #C4C4C4 solid;
  }
  #ft_link_area #ft_link_in ul li a:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 768px) {
  #ft_link_area #ft_link_in ul li a {
    width: 50%;
    padding: 5px 3% 5px 2%;
    border-bottom: 1px #C4C4C4 solid;
    border-right: 1px #C4C4C4 solid;
    /*border-left: 1px #C4C4C4 solid;*/
  }
}
#ft_link_area #ft_link_in ul li a span.ft_li_img {
  float: left;
  display: block;
  margin-right: 3%;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 769px) {
  #ft_link_area #ft_link_in ul li a span.ft_li_img {
    width: 62px;
    height: 59px;
  }
}
@media only screen and (max-width: 768px) {
  #ft_link_area #ft_link_in ul li a span.ft_li_img {
    width: 34px;
    height: 32px;
  }
}
#ft_link_area #ft_link_in ul li a span.ft_li_img img {
  object-fit: contain;
}
@media print, screen and (min-width: 769px) {
  #ft_link_area #ft_link_in ul li a span.ft_li_img img {
    width: 62px;
    height: 59px;
  }
}
@media only screen and (max-width: 768px) {
  #ft_link_area #ft_link_in ul li a span.ft_li_img img {
    width: 34px;
    height: 32px;
  }
}
#ft_link_area #ft_link_in ul li a span.ft_li_block {
  display: table-cell !important;
  width: 100%;
  text-align: left;
  vertical-align: middle;
  color: #082b88;
}
@media print, screen and (min-width: 769px) {
  #ft_link_area #ft_link_in ul li a span.ft_li_block {
    height: 59px;
    /*font-size: 13px;*/
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  #ft_link_area #ft_link_in ul li a span.ft_li_block {
    height: 32px;
    font-size: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  #ft_link_area #ft_link_in ul li a span.ft_li_block.smll_font {
    height: 59px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  #ft_link_area #ft_link_in ul li a span.ft_li_block.smll_font {
    height: 32px;
    font-size: 9px;
  }
}
#ft_link_area #ft_link_in ul li a p {
  display: table-cell !important;
  width: 100%;
  text-align: left;
  vertical-align: middle;
  color: #082b88;
}
@media print, screen and (min-width: 769px) {
  #ft_link_area #ft_link_in ul li a p {
    height: 59px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 768px) {
  #ft_link_area #ft_link_in ul li a p {
    height: 32px;
    font-size: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  #ft_link_area #ft_link_in ul li a p.smll_font {
    height: 59px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  #ft_link_area #ft_link_in ul li a p.smll_font {
    height: 32px;
    font-size: 9px;
  }
}

.bkn_link_area {
  width: 100%;
  height: auto;
  /*border-top: 1px #C4C4C4 solid;*/
}
@media print, screen and (min-width: 769px) {
  .bkn_link_area {
    margin: 0px auto 45px auto;
  }
}
@media only screen and (max-width: 768px) {
  .bkn_link_area {
    margin: 0px auto 25px auto;
  }
}
.bkn_link_area .bkn_link_in {
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .bkn_link_area .bkn_link_in {
    max-width: 100%;
    margin: 0px auto;
  }
}
@media only screen and (max-width: 768px) {
  .bkn_link_area .bkn_link_in {
    width: 100%;
    margin: 0px auto;
  }
}
.bkn_link_area .bkn_link_in ul {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .bkn_link_area .bkn_link_in ul li:nth-child(1) a {
    border-top: 1px #C4C4C4 solid;
    border-left: 1px #C4C4C4 solid;
  }
  .bkn_link_area .bkn_link_in ul li:nth-child(2) a {
    border-top: 1px #C4C4C4 solid;
  }
  .bkn_link_area .bkn_link_in ul li:nth-child(3) a {
    border-top: 1px #C4C4C4 solid;
  }
  .bkn_link_area .bkn_link_in ul li:nth-child(4) a {
    border-top: 1px #C4C4C4 solid;
  }
  .bkn_link_area .bkn_link_in ul li:nth-child(5) a {
    border-left: 1px #C4C4C4 solid;
  }
  .bkn_link_area .bkn_link_in ul li:nth-child(9) a {
    border-left: 1px #C4C4C4 solid;
  }
  .bkn_link_area .bkn_link_in ul li:nth-child(13) a {
    border-left: 1px #C4C4C4 solid;
  }
  .bkn_link_area .bkn_link_in ul li:nth-child(17) a {
    border-left: 1px #C4C4C4 solid;
  }
  .bkn_link_area .bkn_link_in ul li:nth-child(21) a {
    border-left: 1px #C4C4C4 solid;
  }
  .bkn_link_area .bkn_link_in ul li:nth-child(25) a {
    border-left: 1px #C4C4C4 solid;
  }
  .bkn_link_area .bkn_link_in ul li:nth-child(29) a {
    border-left: 1px #C4C4C4 solid;
  }
  .bkn_link_area .bkn_link_in ul li:nth-child(33) a {
    border-left: 1px #C4C4C4 solid;
  }
  .bkn_link_area .bkn_link_in ul li:nth-child(37) a {
    border-left: 1px #C4C4C4 solid;
  }
  .bkn_link_area .bkn_link_in ul li:nth-child(41) a {
    border-left: 1px #C4C4C4 solid;
  }
}
@media only screen and (max-width: 768px) {
  .bkn_link_area .bkn_link_in ul li:nth-child(1) a {
    border-top: 1px #C4C4C4 solid;
    border-left: 1px #C4C4C4 solid;
  }
  .bkn_link_area .bkn_link_in ul li:nth-child(2) a {
    border-top: 1px #C4C4C4 solid;
  }
  .bkn_link_area .bkn_link_in ul li:nth-child(3) a {
    border-left: 1px #C4C4C4 solid;
  }
  .bkn_link_area .bkn_link_in ul li:nth-child(5) a {
    border-left: 1px #C4C4C4 solid;
  }
  .bkn_link_area .bkn_link_in ul li:nth-child(7) a {
    border-left: 1px #C4C4C4 solid;
  }
  .bkn_link_area .bkn_link_in ul li:nth-child(9) a {
    border-left: 1px #C4C4C4 solid;
  }
  .bkn_link_area .bkn_link_in ul li:nth-child(11) a {
    border-left: 1px #C4C4C4 solid;
  }
  .bkn_link_area .bkn_link_in ul li:nth-child(13) a {
    border-left: 1px #C4C4C4 solid;
  }
  .bkn_link_area .bkn_link_in ul li:nth-child(15) a {
    border-left: 1px #C4C4C4 solid;
  }
  .bkn_link_area .bkn_link_in ul li:nth-child(17) a {
    border-left: 1px #C4C4C4 solid;
  }
  .bkn_link_area .bkn_link_in ul li:nth-child(19) a {
    border-left: 1px #C4C4C4 solid;
  }
  .bkn_link_area .bkn_link_in ul li:nth-child(21) a {
    border-left: 1px #C4C4C4 solid;
  }
  .bkn_link_area .bkn_link_in ul li:nth-child(23) a {
    border-left: 1px #C4C4C4 solid;
  }
  .bkn_link_area .bkn_link_in ul li:nth-child(25) a {
    border-left: 1px #C4C4C4 solid;
  }
  .bkn_link_area .bkn_link_in ul li:nth-child(27) a {
    border-left: 1px #C4C4C4 solid;
  }
}
.bkn_link_area .bkn_link_in ul li.ft_icon01 a {
  background: no-repeat right center;
}
.bkn_link_area .bkn_link_in ul li.ft_icon02 a {
  background: no-repeat right center;
}
.bkn_link_area .bkn_link_in ul li a {
  float: left;
  display: block;
  height: auto;
  box-sizing: border-box;
  text-decoration: none;
}
@media print, screen and (min-width: 769px) {
  .bkn_link_area .bkn_link_in ul li a {
    width: 25%;
    padding: 10px 3% 10px 2%;
    border-bottom: 1px #C4C4C4 solid;
    border-right: 1px #C4C4C4 solid;
  }
  .bkn_link_area .bkn_link_in ul li a:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 768px) {
  .bkn_link_area .bkn_link_in ul li a {
    width: 50%;
    padding: 5px 3% 5px 2%;
    border-bottom: 1px #C4C4C4 solid;
    border-right: 1px #C4C4C4 solid;
  }
}
.bkn_link_area .bkn_link_in ul li a span.ft_li_img {
  float: left;
  display: block;
  margin-right: 3%;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 769px) {
  .bkn_link_area .bkn_link_in ul li a span.ft_li_img {
    width: 62px;
    height: 59px;
  }
}
@media only screen and (max-width: 768px) {
  .bkn_link_area .bkn_link_in ul li a span.ft_li_img {
    width: 34px;
    height: 32px;
  }
}
.bkn_link_area .bkn_link_in ul li a span.ft_li_img img {
  object-fit: contain;
}
@media print, screen and (min-width: 769px) {
  .bkn_link_area .bkn_link_in ul li a span.ft_li_img img {
    width: 62px;
    height: 59px;
  }
}
@media only screen and (max-width: 768px) {
  .bkn_link_area .bkn_link_in ul li a span.ft_li_img img {
    width: 34px;
    height: 32px;
  }
}
.bkn_link_area .bkn_link_in ul li a span.ft_li_block {
  display: table-cell !important;
  width: 100%;
  text-align: left;
  vertical-align: middle;
  color: #121212;
}
@media print, screen and (min-width: 769px) {
  .bkn_link_area .bkn_link_in ul li a span.ft_li_block {
    height: 59px;
    /*font-size: 13px;*/
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .bkn_link_area .bkn_link_in ul li a span.ft_li_block {
    height: 32px;
    font-size: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  .bkn_link_area .bkn_link_in ul li a span.ft_li_block.smll_font {
    height: 59px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .bkn_link_area .bkn_link_in ul li a span.ft_li_block.smll_font {
    height: 32px;
    font-size: 9px;
  }
}
.bkn_link_area .bkn_link_in ul li a p {
  display: table-cell !important;
  width: 100%;
  text-align: left;
  vertical-align: middle;
  color: #082b88;
}
@media print, screen and (min-width: 769px) {
  .bkn_link_area .bkn_link_in ul li a p {
    height: 59px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 768px) {
  .bkn_link_area .bkn_link_in ul li a p {
    height: 32px;
    font-size: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  .bkn_link_area .bkn_link_in ul li a p.smll_font {
    height: 59px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .bkn_link_area .bkn_link_in ul li a p.smll_font {
    height: 32px;
    font-size: 9px;
  }
}

footer {
  width: 100%;
  height: auto;
  background-color: #5D6063;
}
@media print, screen and (min-width: 1281px) {
  footer {
    padding: 0 0 120px 0;
  }
}
@media only screen and (max-width: 1280px) {
  footer {
    padding: 0 0 220px 0;
  }
}
footer #footer_site_map {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 1281px) {
  footer #footer_site_map {
    padding: 35px 0px;
  }
}
@media only screen and (max-width: 1280px) {
  footer #footer_site_map {
    padding: 0px;
  }
}
footer #footer_site_map #footer_site_map_in01 {
  height: auto;
  margin: 0px auto;
}
@media print, screen and (min-width: 1281px) {
  footer #footer_site_map #footer_site_map_in01 {
    width: 95%;
  }
}
@media only screen and (max-width: 1280px) {
  footer #footer_site_map #footer_site_map_in01 {
    width: 100%;
    padding: 10px 0px 0px;
  }
}
footer #footer_site_map #footer_site_map_in01 #footer_ad_area {
  height: auto;
}
@media print, screen and (min-width: 1281px) {
  footer #footer_site_map #footer_site_map_in01 #footer_ad_area {
    float: left;
    width: 18%;
    padding-right: 2%;
  }
}
@media only screen and (max-width: 1280px) {
  footer #footer_site_map #footer_site_map_in01 #footer_ad_area {
    float: none;
    width: 100%;
  }
}
footer #footer_site_map #footer_site_map_in01 #footer_ad_area #footer_logo {
  height: auto;
  background-color: #FFFFFF;
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 1281px) {
  footer #footer_site_map #footer_site_map_in01 #footer_ad_area #footer_logo {
    padding: 0px 12px;
    width: 100%;
    margin: 0px 0px 0px 0px;
  }
}
@media only screen and (max-width: 1280px) {
  footer #footer_site_map #footer_site_map_in01 #footer_ad_area #footer_logo {
    width: 267px;
    margin: 0px auto 20px auto;
  }
}
footer #footer_site_map #footer_site_map_in01 #footer_ad_area #footer_logo img {
  width: 100%;
  height: auto;
}
footer #footer_site_map #footer_site_map_in01 #footer_ad_area #footer_ad_com {
  display: block !important;
  width: 100%;
  height: auto;
  line-height: 20px;
  font-size: 10px;
}
@media print, screen and (min-width: 1281px) {
  footer #footer_site_map #footer_site_map_in01 #footer_ad_area #footer_ad_com {
    color: #FFFFFF;
    margin: 10px 0 20px 0px;
    padding: 0 0 20px 18px;
  }
}
@media only screen and (max-width: 1280px) {
  footer #footer_site_map #footer_site_map_in01 #footer_ad_area #footer_ad_com {
    color: #FFFFFF;
    width: 85%;
    margin: 0px auto 20px auto;
    text-align: center;
  }
}
footer #footer_site_map #footer_site_map_in01 #footer_ad_area #footer_ad_com span {
  font-size: 12px;
}
footer #footer_site_map #footer_site_map_in01 #footer_ad_area #ft_sns {
  display: block !important;
  float: none;
  width: 80%;
  height: auto;
  border: none !important;
  padding: 0px;
}
@media only screen and (max-width: 1280px) {
  footer #footer_site_map #footer_site_map_in01 #footer_ad_area #ft_sns {
    margin: 0px auto 20px auto;
  }
}
footer #footer_site_map #footer_site_map_in01 #footer_ad_area #ft_sns .ft_sns_ic {
  display: block !important;
  float: left;
  height: auto;
}
@media print, screen and (min-width: 1281px) {
  footer #footer_site_map #footer_site_map_in01 #footer_ad_area #ft_sns .ft_sns_ic {
    width: 20%;
    margin: 0 12% 0 0;
  }
  footer #footer_site_map #footer_site_map_in01 #footer_ad_area #ft_sns .ft_sns_ic :hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 1280px) {
  footer #footer_site_map #footer_site_map_in01 #footer_ad_area #ft_sns .ft_sns_ic {
    width: 27%;
    margin: 0 3% 0 3%;
  }
}
footer #footer_site_map #footer_site_map_in01 #footer_ad_area #ft_sns .ft_sns_ic img {
  width: 100%;
  height: auto;
}
footer #footer_site_map #footer_site_map_in01 ul {
  height: auto;
}
@media print, screen and (min-width: 1281px) {
  footer #footer_site_map #footer_site_map_in01 ul {
    float: right;
    width: 76%;
    padding: 0 0 0 1%;
  }
}
@media only screen and (max-width: 1280px) {
  footer #footer_site_map #footer_site_map_in01 ul {
    float: none;
    width: 100%;
  }
}
@media print, screen and (min-width: 1281px) {
  footer #footer_site_map #footer_site_map_in01 ul li {
    float: left;
    border-left: #9A9A9A solid 1px;
  }
}
@media only screen and (max-width: 1280px) {
  footer #footer_site_map #footer_site_map_in01 ul li {
    float: none;
  }
}
@media print, screen and (min-width: 1281px) {
  footer #footer_site_map #footer_site_map_in01 ul li.area01 {
    width: 30%;
    padding: 0px 0px 0px 2%;
  }
}
@media only screen and (max-width: 1280px) {
  footer #footer_site_map #footer_site_map_in01 ul li.area01 {
    width: 100%;
  }
}
@media print, screen and (min-width: 1281px) {
  footer #footer_site_map #footer_site_map_in01 ul li.area01_sub {
    width: 42%;
    padding: 0px 0px 0px 2%;
  }
}
@media only screen and (max-width: 1280px) {
  footer #footer_site_map #footer_site_map_in01 ul li.area01_sub {
    width: 100%;
  }
}
@media print, screen and (min-width: 1281px) {
  footer #footer_site_map #footer_site_map_in01 ul li.area02 {
    width: 14%;
    padding: 0px 0px 30px 2%;
  }
}
@media only screen and (max-width: 1280px) {
  footer #footer_site_map #footer_site_map_in01 ul li.area02 {
    width: 100%;
  }
}
@media print, screen and (min-width: 1281px) {
  footer #footer_site_map #footer_site_map_in01 ul li.area03 {
    width: 33%;
    padding: 0px 0px 30px 2%;
  }
}
@media only screen and (max-width: 1280px) {
  footer #footer_site_map #footer_site_map_in01 ul li.area03 {
    width: 100%;
  }
}
footer #footer_site_map #footer_site_map_in01 ul li span {
  text-decoration: none !important;
  /*color: #1E1E1E!important;*/
  color: #FFFFFF !important;
  width: 100%;
  font-size: 16px;
  padding: 5px 0px 10px;
  font-weight: bold;
}
@media print, screen and (min-width: 1281px) {
  footer #footer_site_map #footer_site_map_in01 ul li span {
    display: block;
  }
}
@media only screen and (max-width: 1280px) {
  footer #footer_site_map #footer_site_map_in01 ul li span {
    display: none;
  }
}
footer #footer_site_map #footer_site_map_in01 ul li a {
  text-decoration: none !important;
  color: #FFFFFF !important;
  width: 100%;
  font-size: 16px;
  padding: 5px 0px 10px;
}
@media only screen and (max-width: 1280px) {
  footer #footer_site_map #footer_site_map_in01 ul li a {
    display: none;
  }
}
footer #footer_site_map #footer_site_map_in01 ul li a.solo_link {
  text-decoration: none !important;
}
@media print, screen and (min-width: 1281px) {
  footer #footer_site_map #footer_site_map_in01 ul li a.solo_link {
    color: #FFFFFF !important;
    width: 100%;
    font-size: 16px;
    padding: 5px 0px 10px;
    font-weight: bold;
  }
}
@media only screen and (max-width: 1280px) {
  footer #footer_site_map #footer_site_map_in01 ul li a.solo_link {
    border-top: 1px solid #262626;
    width: 96%;
    display: block;
    font-size: 15px !important;
    text-align: center !important;
    color: #FFFFFF !important;
    padding: 15px 2%;
    margin: 0px auto;
  }
}
@media print, screen and (min-width: 1281px) {
  footer #footer_site_map #footer_site_map_in01 ul li label {
    display: none;
  }
}
@media only screen and (max-width: 1280px) {
  footer #footer_site_map #footer_site_map_in01 ul li label {
    border-top: 1px solid #262626;
    border-top: 1px solid #FFFFFF;
    float: none;
    width: 96%;
    display: block;
    font-size: 15px !important;
    text-align: center !important;
    color: #FFFFFF !important;
    padding: 15px 2%;
    margin: 0px auto;
  }
  footer #footer_site_map #footer_site_map_in01 ul li label:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 10px;
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
footer #footer_site_map #footer_site_map_in01 ul li input {
  display: none;
}
@media only screen and (max-width: 1280px) {
  footer #footer_site_map #footer_site_map_in01 ul li .accshow01 {
    width: 100%;
    opacity: 0;
    display: none;
  }
}
@media print, screen and (min-width: 1281px) {
  footer #footer_site_map #footer_site_map_in01 ul li .accshow01 ol:first-child {
    float: left;
    width: 35%;
  }
}
@media only screen and (max-width: 1280px) {
  footer #footer_site_map #footer_site_map_in01 ul li .accshow01 ol:first-child {
    width: 98%;
    /*padding: 0px 0px!important;*/
    padding: 0px 0px 0px !important;
    margin: 0px auto;
    opacity: 0;
  }
}
footer #footer_site_map #footer_site_map_in01 ul li .accshow01 ol:first-child li {
  float: none;
}
footer #footer_site_map #footer_site_map_in01 ul li .accshow01 ol:first-child li a {
  width: 98%;
  margin: 2px 1%;
  padding-top: 5px;
  padding-bottom: 5px;
  /*font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", "Osaka-mono", "monospace";*/
  /*color: #1E1E1E!important;*/
  text-align: left;
  float: left;
}
@media print, screen and (min-width: 1281px) {
  footer #footer_site_map #footer_site_map_in01 ul li .accshow01 ol:first-child li a {
    color: #d5d6db !important;
    font-size: 13px;
    /*font-size: 12px;
    font-size: 11px;*/
  }
  footer #footer_site_map #footer_site_map_in01 ul li .accshow01 ol:first-child li a:before {
    width: 8px;
    background-color: #d5d6db;
    content: "";
    display: inline-block;
    height: 2px;
    opacity: .8;
    margin: 0 3px 4px 0px;
  }
}
@media only screen and (max-width: 1280px) {
  footer #footer_site_map #footer_site_map_in01 ul li .accshow01 ol:first-child li a {
    color: #F4F4F4 !important;
    /*font-size: 12px;*/
    font-size: 110%;
    padding: 5px 0px 5px 18px;
    /*▼▼▼三角アイコン▼▼▼*/
    position: relative;
    display: inline-block;
    /*padding: 5px 0px 5px 18px;*/
    vertical-align: middle;
    text-decoration: none;
    /*▲▲▲三角アイコン▲▲▲*/
  }
  footer #footer_site_map #footer_site_map_in01 ul li .accshow01 ol:first-child li a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 7px;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    /*border-left: 4px solid #1153AB;*/
    border-left: 4px solid #FFFFFF;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 769px) {
  footer #footer_site_map #footer_site_map_in01 ul li .accshow01 ol:first-child li a:hover {
    left: 2px;
  }
}

footer #footer_site_map #footer_site_map_in01 ul li .accshow01 ol:first-child li a span.link {
  /*▼▼▼矢印アイコン▼▼▼*/
  /*position: relative;
  display: inline-block;
  padding: 5px 0px 5px 18px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  &:before{
  	position: absolute;
  	top: 0;
  	bottom: 0;
  	left: 0;
  	margin: auto;
  	content: "";
  	vertical-align: middle;											
  	
  	left: 1px;
  	width: 8px;
  	height: 8px;
  	border-top: 2px solid #7a0;
  	border-right: 2px solid #7a0;
  }
  &:after{
  	position: absolute;
  	top: 0;
  	bottom: 0;
  	left: 0;
  	margin: auto;
  	content: "";
  	vertical-align: middle;
  	
  	width: 12px;
  	height: 2px;
  	background: #7a0;
  	-webkit-transform: rotate(135deg);
  	transform: rotate(135deg);
  }
  @include wi-pc{
  &:hover{
  	left: 2px;
  }
  }*/
  /*▲▲▲矢印アイコン▲▲▲*/
}
footer #footer_site_map #footer_site_map_in01 ul li .accshow01 ol:first-child li a span.link:after {
  content: "";
  display: inline-block !important;
  background: url("../images/common/list_pop.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media print, screen and (min-width: 769px) {
  footer #footer_site_map #footer_site_map_in01 ul li .accshow01 ol:first-child li a span.link:after {
    width: 14px;
    height: 14px;
    margin: -3px 0px 0 2px;
  }
}
@media only screen and (max-width: 768px) {
  footer #footer_site_map #footer_site_map_in01 ul li .accshow01 ol:first-child li a span.link:after {
    width: 10px;
    height: 10px;
    margin: -1px 0px 0 2px;
  }
}
@media print, screen and (min-width: 1281px) {
  footer #footer_site_map #footer_site_map_in01 ul li .accshow01 ol {
    float: left;
    width: 60%;
  }
}
@media only screen and (max-width: 1280px) {
  footer #footer_site_map #footer_site_map_in01 ul li .accshow01 ol {
    width: 98%;
    /*padding: 0px 0px!important;*/
    padding: 0px 0px 0px !important;
    margin: 0px auto;
    opacity: 0;
  }
}
footer #footer_site_map #footer_site_map_in01 ul li .accshow01 ol li {
  float: none;
}
footer #footer_site_map #footer_site_map_in01 ul li .accshow01 ol li a {
  width: 98%;
  margin: 2px 1%;
  padding-top: 5px;
  padding-bottom: 5px;
  /*font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", "Osaka-mono", "monospace";*/
  /*color: #1E1E1E!important;*/
  text-align: left;
  float: left;
}
@media print, screen and (min-width: 1281px) {
  footer #footer_site_map #footer_site_map_in01 ul li .accshow01 ol li a {
    color: #d5d6db !important;
    font-size: 13px;
    /*font-size: 12px;
    font-size: 11px;*/
  }
  footer #footer_site_map #footer_site_map_in01 ul li .accshow01 ol li a:before {
    width: 8px;
    background-color: #d5d6db;
    content: "";
    display: inline-block;
    height: 2px;
    opacity: .8;
    margin: 0 3px 4px 0px;
  }
}
@media only screen and (max-width: 1280px) {
  footer #footer_site_map #footer_site_map_in01 ul li .accshow01 ol li a {
    color: #F4F4F4 !important;
    /*font-size: 12px;*/
    font-size: 110%;
    padding: 5px 0px 5px 18px;
    /*▼▼▼三角アイコン▼▼▼*/
    position: relative;
    display: inline-block;
    /*padding: 5px 0px 5px 18px;*/
    vertical-align: middle;
    text-decoration: none;
    /*▲▲▲三角アイコン▲▲▲*/
  }
  footer #footer_site_map #footer_site_map_in01 ul li .accshow01 ol li a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 7px;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    /*border-left: 4px solid #1153AB;*/
    border-left: 4px solid #FFFFFF;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 769px) {
  footer #footer_site_map #footer_site_map_in01 ul li .accshow01 ol li a:hover {
    left: 2px;
  }
}

footer #footer_site_map #footer_site_map_in01 ul li .accshow01 ol li a span.link {
  /*▼▼▼矢印アイコン▼▼▼*/
  /*position: relative;
  display: inline-block;
  padding: 5px 0px 5px 18px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  &:before{
  	position: absolute;
  	top: 0;
  	bottom: 0;
  	left: 0;
  	margin: auto;
  	content: "";
  	vertical-align: middle;											
  	
  	left: 1px;
  	width: 8px;
  	height: 8px;
  	border-top: 2px solid #7a0;
  	border-right: 2px solid #7a0;
  }
  &:after{
  	position: absolute;
  	top: 0;
  	bottom: 0;
  	left: 0;
  	margin: auto;
  	content: "";
  	vertical-align: middle;
  	
  	width: 12px;
  	height: 2px;
  	background: #7a0;
  	-webkit-transform: rotate(135deg);
  	transform: rotate(135deg);
  }
  @include wi-pc{
  &:hover{
  	left: 2px;
  }
  }*/
  /*▲▲▲矢印アイコン▲▲▲*/
}
footer #footer_site_map #footer_site_map_in01 ul li .accshow01 ol li a span.link:after {
  content: "";
  display: inline-block !important;
  background: url("../images/common/list_pop.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media print, screen and (min-width: 769px) {
  footer #footer_site_map #footer_site_map_in01 ul li .accshow01 ol li a span.link:after {
    width: 14px;
    height: 14px;
    margin: -3px 0px 0 2px;
  }
}
@media only screen and (max-width: 768px) {
  footer #footer_site_map #footer_site_map_in01 ul li .accshow01 ol li a span.link:after {
    width: 10px;
    height: 10px;
    margin: -1px 0px 0 2px;
  }
}
@media only screen and (max-width: 1280px) {
  footer #footer_site_map #footer_site_map_in01 ul li .cssacc01:checked + .accshow01 {
    width: 100%;
    opacity: 1;
    display: block;
  }
}
@media only screen and (max-width: 1280px) {
  footer #footer_site_map #footer_site_map_in01 ul li .cssacc01:checked + .accshow01 ol {
    width: 98%;
    /*padding: 0px 0px!important;*/
    padding: 0px 0px 0px !important;
    margin: 0px auto;
    opacity: 1;
  }
}
footer #footer_site_map #footer_site_map_in01 ul li .cssacc01:checked + .accshow01 ol li {
  float: none;
}
footer #footer_site_map #footer_site_map_in01 ul li .cssacc01:checked + .accshow01 ol li a {
  width: 98%;
  margin: 2px 1%;
  padding-top: 5px;
  padding-bottom: 5px;
  /*font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", "Osaka-mono", "monospace";*/
  /*color: #1E1E1E!important;*/
  color: #d5d6db !important;
  text-align: left;
  float: left;
}
@media print, screen and (min-width: 1281px) {
  footer #footer_site_map #footer_site_map_in01 ul li .cssacc01:checked + .accshow01 ol li a {
    font-size: 12px;
    /*font-size: 11px;*/
  }
  footer #footer_site_map #footer_site_map_in01 ul li .cssacc01:checked + .accshow01 ol li a:before {
    width: 8px;
    background-color: #d5d6db;
    content: "";
    display: inline-block;
    height: 2px;
    opacity: .8;
    margin: 0 3px 4px 0px;
  }
}
@media only screen and (max-width: 1280px) {
  footer #footer_site_map #footer_site_map_in01 ul li .cssacc01:checked + .accshow01 ol li a {
    color: #F4F4F4 !important;
    /*font-size: 12px;*/
    font-size: 110%;
    /*▼▼▼三角アイコン▼▼▼*/
    position: relative;
    display: inline-block;
    /*padding: 5px 0px 5px 18px;*/
    vertical-align: middle;
    text-decoration: none;
    /*▲▲▲三角アイコン▲▲▲*/
  }
  footer #footer_site_map #footer_site_map_in01 ul li .cssacc01:checked + .accshow01 ol li a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 7px;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    /*border-left: 4px solid #1153AB;*/
    border-left: 4px solid #FFFFFF;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 769px) {
  footer #footer_site_map #footer_site_map_in01 ul li .cssacc01:checked + .accshow01 ol li a:hover {
    left: 2px;
  }
}

footer #footer_site_map #footer_site_map_in01 ul li .cssacc01:checked + .accshow01 ol li a span.link {
  /*▼▼▼矢印アイコン▼▼▼*/
  /*position: relative;
  display: inline-block;
  padding: 5px 0px 5px 18px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  &:before{
  	position: absolute;
  	top: 0;
  	bottom: 0;
  	left: 0;
  	margin: auto;
  	content: "";
  	vertical-align: middle;											
  	
  	left: 1px;
  	width: 8px;
  	height: 8px;
  	border-top: 2px solid #7a0;
  	border-right: 2px solid #7a0;
  }
  &:after{
  	position: absolute;
  	top: 0;
  	bottom: 0;
  	left: 0;
  	margin: auto;
  	content: "";
  	vertical-align: middle;
  	
  	width: 12px;
  	height: 2px;
  	background: #7a0;
  	-webkit-transform: rotate(135deg);
  	transform: rotate(135deg);
  }
  @include wi-pc{
  &:hover{
  	left: 2px;
  }
  }*/
  /*▲▲▲矢印アイコン▲▲▲*/
}
footer #footer_site_map #footer_site_map_in01 ul li .cssacc01:checked + .accshow01 ol li a span.link:after {
  content: "";
  display: inline-block !important;
  background: url("../images/common/list_pop.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media print, screen and (min-width: 769px) {
  footer #footer_site_map #footer_site_map_in01 ul li .cssacc01:checked + .accshow01 ol li a span.link:after {
    width: 14px;
    height: 14px;
    margin: -3px 0px 0 2px;
  }
}
@media only screen and (max-width: 768px) {
  footer #footer_site_map #footer_site_map_in01 ul li .cssacc01:checked + .accshow01 ol li a span.link:after {
    width: 10px;
    height: 10px;
    margin: -1px 0px 0 2px;
  }
}
footer #footer_site_map #footer_site_map_in01 ul li .cssacc01:checked + .accshow01 + label {
  color: #FFFFFF !important;
}
@media only screen and (max-width: 1280px) {
  footer #footer_site_map #footer_site_map_in01 ul li .accshow01_sub {
    width: 100%;
    opacity: 0;
    display: none;
  }
}
@media print, screen and (min-width: 1281px) {
  footer #footer_site_map #footer_site_map_in01 ul li .accshow01_sub ol {
    float: left;
    width: 50%;
  }
}
@media only screen and (max-width: 1280px) {
  footer #footer_site_map #footer_site_map_in01 ul li .accshow01_sub ol {
    width: 98%;
    /*padding: 0px 0px!important;*/
    padding: 0px 0px 0px !important;
    margin: 0px auto;
    opacity: 0;
  }
}
footer #footer_site_map #footer_site_map_in01 ul li .accshow01_sub ol li {
  float: none;
}
footer #footer_site_map #footer_site_map_in01 ul li .accshow01_sub ol li a {
  width: 98%;
  margin: 2px 1%;
  padding-top: 5px;
  padding-bottom: 5px;
  /*font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", "Osaka-mono", "monospace";*/
  /*color: #1E1E1E!important;*/
  text-align: left;
  float: left;
}
@media print, screen and (min-width: 1281px) {
  footer #footer_site_map #footer_site_map_in01 ul li .accshow01_sub ol li a {
    color: #d5d6db !important;
    font-size: 13px;
    /*font-size: 12px;
    font-size: 11px;*/
  }
  footer #footer_site_map #footer_site_map_in01 ul li .accshow01_sub ol li a:before {
    width: 8px;
    background-color: #d5d6db;
    content: "";
    display: inline-block;
    height: 2px;
    opacity: .8;
    margin: 0 3px 4px 0px;
  }
}
@media only screen and (max-width: 1280px) {
  footer #footer_site_map #footer_site_map_in01 ul li .accshow01_sub ol li a {
    color: #F4F4F4 !important;
    /*font-size: 12px;*/
    font-size: 110%;
    padding: 5px 0px 5px 18px;
    /*▼▼▼三角アイコン▼▼▼*/
    position: relative;
    display: inline-block;
    /*padding: 5px 0px 5px 18px;*/
    vertical-align: middle;
    text-decoration: none;
    /*▲▲▲三角アイコン▲▲▲*/
  }
  footer #footer_site_map #footer_site_map_in01 ul li .accshow01_sub ol li a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 7px;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    /*border-left: 4px solid #1153AB;*/
    border-left: 4px solid #FFFFFF;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 769px) {
  footer #footer_site_map #footer_site_map_in01 ul li .accshow01_sub ol li a:hover {
    left: 2px;
  }
}

footer #footer_site_map #footer_site_map_in01 ul li .accshow01_sub ol li a span.link {
  /*▼▼▼矢印アイコン▼▼▼*/
  /*position: relative;
  display: inline-block;
  padding: 5px 0px 5px 18px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  &:before{
  	position: absolute;
  	top: 0;
  	bottom: 0;
  	left: 0;
  	margin: auto;
  	content: "";
  	vertical-align: middle;											
  	
  	left: 1px;
  	width: 8px;
  	height: 8px;
  	border-top: 2px solid #7a0;
  	border-right: 2px solid #7a0;
  }
  &:after{
  	position: absolute;
  	top: 0;
  	bottom: 0;
  	left: 0;
  	margin: auto;
  	content: "";
  	vertical-align: middle;
  	
  	width: 12px;
  	height: 2px;
  	background: #7a0;
  	-webkit-transform: rotate(135deg);
  	transform: rotate(135deg);
  }
  @include wi-pc{
  &:hover{
  	left: 2px;
  }
  }*/
  /*▲▲▲矢印アイコン▲▲▲*/
}
footer #footer_site_map #footer_site_map_in01 ul li .accshow01_sub ol li a span.link:after {
  content: "";
  display: inline-block !important;
  background: url("../images/common/list_pop.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media print, screen and (min-width: 769px) {
  footer #footer_site_map #footer_site_map_in01 ul li .accshow01_sub ol li a span.link:after {
    width: 14px;
    height: 14px;
    margin: -3px 0px 0 2px;
  }
}
@media only screen and (max-width: 768px) {
  footer #footer_site_map #footer_site_map_in01 ul li .accshow01_sub ol li a span.link:after {
    width: 10px;
    height: 10px;
    margin: -1px 0px 0 2px;
  }
}
@media only screen and (max-width: 1280px) {
  footer #footer_site_map #footer_site_map_in01 ul li .cssacc01_sub:checked + .accshow01_sub {
    width: 100%;
    opacity: 1;
    display: block;
  }
}
@media only screen and (max-width: 1280px) {
  footer #footer_site_map #footer_site_map_in01 ul li .cssacc01_sub:checked + .accshow01_sub ol {
    width: 98%;
    /*padding: 0px 0px!important;*/
    padding: 0px 0px 0px !important;
    margin: 0px auto;
    opacity: 1;
  }
}
footer #footer_site_map #footer_site_map_in01 ul li .cssacc01_sub:checked + .accshow01_sub ol li {
  float: none;
}
footer #footer_site_map #footer_site_map_in01 ul li .cssacc01_sub:checked + .accshow01_sub ol li a {
  width: 98%;
  margin: 2px 1%;
  padding-top: 5px;
  padding-bottom: 5px;
  /*font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", "Osaka-mono", "monospace";*/
  /*color: #1E1E1E!important;*/
  color: #d5d6db !important;
  text-align: left;
  float: left;
}
@media print, screen and (min-width: 1281px) {
  footer #footer_site_map #footer_site_map_in01 ul li .cssacc01_sub:checked + .accshow01_sub ol li a {
    font-size: 12px;
    /*font-size: 11px;*/
  }
  footer #footer_site_map #footer_site_map_in01 ul li .cssacc01_sub:checked + .accshow01_sub ol li a:before {
    width: 8px;
    background-color: #d5d6db;
    content: "";
    display: inline-block;
    height: 2px;
    opacity: .8;
    margin: 0 3px 4px 0px;
  }
}
@media only screen and (max-width: 1280px) {
  footer #footer_site_map #footer_site_map_in01 ul li .cssacc01_sub:checked + .accshow01_sub ol li a {
    color: #F4F4F4 !important;
    /*font-size: 12px;*/
    font-size: 110%;
    /*▼▼▼三角アイコン▼▼▼*/
    position: relative;
    display: inline-block;
    /*padding: 5px 0px 5px 18px;*/
    vertical-align: middle;
    text-decoration: none;
    /*▲▲▲三角アイコン▲▲▲*/
  }
  footer #footer_site_map #footer_site_map_in01 ul li .cssacc01_sub:checked + .accshow01_sub ol li a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 7px;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    /*border-left: 4px solid #1153AB;*/
    border-left: 4px solid #FFFFFF;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 769px) {
  footer #footer_site_map #footer_site_map_in01 ul li .cssacc01_sub:checked + .accshow01_sub ol li a:hover {
    left: 2px;
  }
}

footer #footer_site_map #footer_site_map_in01 ul li .cssacc01_sub:checked + .accshow01_sub ol li a span.link {
  /*▼▼▼矢印アイコン▼▼▼*/
  /*position: relative;
  display: inline-block;
  padding: 5px 0px 5px 18px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  &:before{
  	position: absolute;
  	top: 0;
  	bottom: 0;
  	left: 0;
  	margin: auto;
  	content: "";
  	vertical-align: middle;											
  	
  	left: 1px;
  	width: 8px;
  	height: 8px;
  	border-top: 2px solid #7a0;
  	border-right: 2px solid #7a0;
  }
  &:after{
  	position: absolute;
  	top: 0;
  	bottom: 0;
  	left: 0;
  	margin: auto;
  	content: "";
  	vertical-align: middle;
  	
  	width: 12px;
  	height: 2px;
  	background: #7a0;
  	-webkit-transform: rotate(135deg);
  	transform: rotate(135deg);
  }
  @include wi-pc{
  &:hover{
  	left: 2px;
  }
  }*/
  /*▲▲▲矢印アイコン▲▲▲*/
}
footer #footer_site_map #footer_site_map_in01 ul li .cssacc01_sub:checked + .accshow01_sub ol li a span.link:after {
  content: "";
  display: inline-block !important;
  background: url("../images/common/list_pop.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media print, screen and (min-width: 769px) {
  footer #footer_site_map #footer_site_map_in01 ul li .cssacc01_sub:checked + .accshow01_sub ol li a span.link:after {
    width: 14px;
    height: 14px;
    margin: -3px 0px 0 2px;
  }
}
@media only screen and (max-width: 768px) {
  footer #footer_site_map #footer_site_map_in01 ul li .cssacc01_sub:checked + .accshow01_sub ol li a span.link:after {
    width: 10px;
    height: 10px;
    margin: -1px 0px 0 2px;
  }
}
footer #footer_site_map #footer_site_map_in01 ul li .cssacc01_sub:checked + .accshow01_sub + label {
  color: #FFFFFF !important;
}
@media only screen and (max-width: 1280px) {
  footer #footer_site_map #footer_site_map_in01 ul li .accshow02 {
    width: 100%;
    opacity: 0;
    display: none;
  }
}
@media print, screen and (min-width: 1281px) {
  footer #footer_site_map #footer_site_map_in01 ul li .accshow02 ol {
    float: left;
    width: 100%;
  }
}
@media only screen and (max-width: 1280px) {
  footer #footer_site_map #footer_site_map_in01 ul li .accshow02 ol {
    width: 98%;
    /*padding: 0px 0px!important;*/
    padding: 0px 0px 0px !important;
    margin: 0px auto;
    opacity: 0;
  }
}
footer #footer_site_map #footer_site_map_in01 ul li .accshow02 ol li {
  float: none;
}
footer #footer_site_map #footer_site_map_in01 ul li .accshow02 ol li a {
  width: 98%;
  margin: 2px 1%;
  padding-top: 5px;
  padding-bottom: 5px;
  /*font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", "Osaka-mono", "monospace";*/
  /*color: #1E1E1E!important;*/
  text-align: left;
  float: left;
}
@media print, screen and (min-width: 1281px) {
  footer #footer_site_map #footer_site_map_in01 ul li .accshow02 ol li a {
    color: #d5d6db !important;
    font-size: 13px;
    /*font-size: 12px;
    font-size: 11px;*/
  }
  footer #footer_site_map #footer_site_map_in01 ul li .accshow02 ol li a:before {
    width: 8px;
    background-color: #d5d6db;
    content: "";
    display: inline-block;
    height: 2px;
    opacity: .8;
    margin: 0 3px 4px 0px;
  }
}
@media only screen and (max-width: 1280px) {
  footer #footer_site_map #footer_site_map_in01 ul li .accshow02 ol li a {
    color: #F4F4F4 !important;
    /*font-size: 12px;*/
    font-size: 110%;
    padding: 5px 0px 5px 18px;
    /*▼▼▼三角アイコン▼▼▼*/
    position: relative;
    display: inline-block;
    /*padding: 5px 0px 5px 18px;*/
    vertical-align: middle;
    text-decoration: none;
    /*▲▲▲三角アイコン▲▲▲*/
  }
  footer #footer_site_map #footer_site_map_in01 ul li .accshow02 ol li a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 7px;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    /*border-left: 4px solid #1153AB;*/
    border-left: 4px solid #FFFFFF;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 769px) {
  footer #footer_site_map #footer_site_map_in01 ul li .accshow02 ol li a:hover {
    left: 2px;
  }
}

footer #footer_site_map #footer_site_map_in01 ul li .accshow02 ol li a span.link {
  /*▼▼▼矢印アイコン▼▼▼*/
  /*position: relative;
  display: inline-block;
  padding: 5px 0px 5px 18px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  &:before{
  	position: absolute;
  	top: 0;
  	bottom: 0;
  	left: 0;
  	margin: auto;
  	content: "";
  	vertical-align: middle;											
  	
  	left: 1px;
  	width: 8px;
  	height: 8px;
  	border-top: 2px solid #7a0;
  	border-right: 2px solid #7a0;
  }
  &:after{
  	position: absolute;
  	top: 0;
  	bottom: 0;
  	left: 0;
  	margin: auto;
  	content: "";
  	vertical-align: middle;
  	
  	width: 12px;
  	height: 2px;
  	background: #7a0;
  	-webkit-transform: rotate(135deg);
  	transform: rotate(135deg);
  }
  @include wi-pc{
  &:hover{
  	left: 2px;
  }
  }*/
  /*▲▲▲矢印アイコン▲▲▲*/
}
footer #footer_site_map #footer_site_map_in01 ul li .accshow02 ol li a span.link:after {
  content: "";
  display: inline-block !important;
  background: url("../images/common/list_pop.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media print, screen and (min-width: 769px) {
  footer #footer_site_map #footer_site_map_in01 ul li .accshow02 ol li a span.link:after {
    width: 14px;
    height: 14px;
    margin: -3px 0px 0 2px;
  }
}
@media only screen and (max-width: 768px) {
  footer #footer_site_map #footer_site_map_in01 ul li .accshow02 ol li a span.link:after {
    width: 10px;
    height: 10px;
    margin: -1px 0px 0 2px;
  }
}
@media only screen and (max-width: 1280px) {
  footer #footer_site_map #footer_site_map_in01 ul li .cssacc02:checked + .accshow02 {
    width: 100%;
    opacity: 1;
    display: block;
  }
}
@media only screen and (max-width: 1280px) {
  footer #footer_site_map #footer_site_map_in01 ul li .cssacc02:checked + .accshow02 ol {
    width: 98%;
    /*padding: 0px 0px!important;*/
    padding: 0px 0px 0px !important;
    margin: 0px auto;
    opacity: 1;
  }
}
footer #footer_site_map #footer_site_map_in01 ul li .cssacc02:checked + .accshow02 ol li {
  float: none;
}
footer #footer_site_map #footer_site_map_in01 ul li .cssacc02:checked + .accshow02 ol li a {
  width: 98%;
  margin: 2px 1%;
  padding-top: 5px;
  padding-bottom: 5px;
  /*font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", "Osaka-mono", "monospace";*/
  /*color: #1E1E1E!important;*/
  color: #d5d6db !important;
  text-align: left;
  float: left;
}
@media print, screen and (min-width: 1281px) {
  footer #footer_site_map #footer_site_map_in01 ul li .cssacc02:checked + .accshow02 ol li a {
    font-size: 12px;
    /*font-size: 11px;*/
  }
  footer #footer_site_map #footer_site_map_in01 ul li .cssacc02:checked + .accshow02 ol li a:before {
    width: 8px;
    background-color: #d5d6db;
    content: "";
    display: inline-block;
    height: 2px;
    opacity: .8;
    margin: 0 3px 4px 0px;
  }
}
@media only screen and (max-width: 1280px) {
  footer #footer_site_map #footer_site_map_in01 ul li .cssacc02:checked + .accshow02 ol li a {
    color: #F4F4F4 !important;
    /*font-size: 12px;*/
    font-size: 110%;
    /*▼▼▼三角アイコン▼▼▼*/
    position: relative;
    display: inline-block;
    /*padding: 5px 0px 5px 18px;*/
    vertical-align: middle;
    text-decoration: none;
    /*▲▲▲三角アイコン▲▲▲*/
  }
  footer #footer_site_map #footer_site_map_in01 ul li .cssacc02:checked + .accshow02 ol li a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 7px;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    /*border-left: 4px solid #1153AB;*/
    border-left: 4px solid #FFFFFF;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 769px) {
  footer #footer_site_map #footer_site_map_in01 ul li .cssacc02:checked + .accshow02 ol li a:hover {
    left: 2px;
  }
}

footer #footer_site_map #footer_site_map_in01 ul li .cssacc02:checked + .accshow02 ol li a span.link {
  /*▼▼▼矢印アイコン▼▼▼*/
  /*position: relative;
  display: inline-block;
  padding: 5px 0px 5px 18px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  &:before{
  	position: absolute;
  	top: 0;
  	bottom: 0;
  	left: 0;
  	margin: auto;
  	content: "";
  	vertical-align: middle;											
  	
  	left: 1px;
  	width: 8px;
  	height: 8px;
  	border-top: 2px solid #7a0;
  	border-right: 2px solid #7a0;
  }
  &:after{
  	position: absolute;
  	top: 0;
  	bottom: 0;
  	left: 0;
  	margin: auto;
  	content: "";
  	vertical-align: middle;
  	
  	width: 12px;
  	height: 2px;
  	background: #7a0;
  	-webkit-transform: rotate(135deg);
  	transform: rotate(135deg);
  }
  @include wi-pc{
  &:hover{
  	left: 2px;
  }
  }*/
  /*▲▲▲矢印アイコン▲▲▲*/
}
footer #footer_site_map #footer_site_map_in01 ul li .cssacc02:checked + .accshow02 ol li a span.link:after {
  content: "";
  display: inline-block !important;
  background: url("../images/common/list_pop.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media print, screen and (min-width: 769px) {
  footer #footer_site_map #footer_site_map_in01 ul li .cssacc02:checked + .accshow02 ol li a span.link:after {
    width: 14px;
    height: 14px;
    margin: -3px 0px 0 2px;
  }
}
@media only screen and (max-width: 768px) {
  footer #footer_site_map #footer_site_map_in01 ul li .cssacc02:checked + .accshow02 ol li a span.link:after {
    width: 10px;
    height: 10px;
    margin: -1px 0px 0 2px;
  }
}
footer #footer_site_map #footer_site_map_in01 ul li .cssacc02:checked + .accshow02 + label {
  color: #FFFFFF !important;
}
@media only screen and (max-width: 1280px) {
  footer #footer_site_map #footer_site_map_in01 ul li .accshow03 {
    width: 100%;
    opacity: 0;
    display: none;
  }
}
@media print, screen and (min-width: 1281px) {
  footer #footer_site_map #footer_site_map_in01 ul li .accshow03 ol {
    float: left;
    width: 100%;
  }
}
@media only screen and (max-width: 1280px) {
  footer #footer_site_map #footer_site_map_in01 ul li .accshow03 ol {
    width: 98%;
    /*padding: 0px 0px!important;*/
    padding: 0px 0px 0px !important;
    margin: 0px auto;
    opacity: 0;
  }
}
footer #footer_site_map #footer_site_map_in01 ul li .accshow03 ol li {
  float: none;
}
footer #footer_site_map #footer_site_map_in01 ul li .accshow03 ol li a {
  width: 98%;
  margin: 2px 1%;
  padding-top: 5px;
  padding-bottom: 5px;
  /*font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", "Osaka-mono", "monospace";*/
  /*color: #1E1E1E!important;*/
  text-align: left;
  float: left;
}
@media print, screen and (min-width: 1281px) {
  footer #footer_site_map #footer_site_map_in01 ul li .accshow03 ol li a {
    color: #d5d6db !important;
    font-size: 13px;
    /*font-size: 12px;
    font-size: 11px;*/
  }
  footer #footer_site_map #footer_site_map_in01 ul li .accshow03 ol li a:before {
    width: 8px;
    background-color: #d5d6db;
    content: "";
    display: inline-block;
    height: 2px;
    opacity: .8;
    margin: 0 3px 4px 0px;
  }
}
@media only screen and (max-width: 1280px) {
  footer #footer_site_map #footer_site_map_in01 ul li .accshow03 ol li a {
    color: #F4F4F4 !important;
    /*font-size: 12px;*/
    font-size: 110%;
    padding: 5px 0px 5px 18px;
    /*▼▼▼三角アイコン▼▼▼*/
    position: relative;
    display: inline-block;
    /*padding: 5px 0px 5px 18px;*/
    vertical-align: middle;
    text-decoration: none;
    /*▲▲▲三角アイコン▲▲▲*/
  }
  footer #footer_site_map #footer_site_map_in01 ul li .accshow03 ol li a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 7px;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    /*border-left: 4px solid #1153AB;*/
    border-left: 4px solid #FFFFFF;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 769px) {
  footer #footer_site_map #footer_site_map_in01 ul li .accshow03 ol li a:hover {
    left: 2px;
  }
}

footer #footer_site_map #footer_site_map_in01 ul li .accshow03 ol li a span.link {
  /*▼▼▼矢印アイコン▼▼▼*/
  /*position: relative;
  display: inline-block;
  padding: 5px 0px 5px 18px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  &:before{
  	position: absolute;
  	top: 0;
  	bottom: 0;
  	left: 0;
  	margin: auto;
  	content: "";
  	vertical-align: middle;											
  	
  	left: 1px;
  	width: 8px;
  	height: 8px;
  	border-top: 2px solid #7a0;
  	border-right: 2px solid #7a0;
  }
  &:after{
  	position: absolute;
  	top: 0;
  	bottom: 0;
  	left: 0;
  	margin: auto;
  	content: "";
  	vertical-align: middle;
  	
  	width: 12px;
  	height: 2px;
  	background: #7a0;
  	-webkit-transform: rotate(135deg);
  	transform: rotate(135deg);
  }
  @include wi-pc{
  &:hover{
  	left: 2px;
  }
  }*/
  /*▲▲▲矢印アイコン▲▲▲*/
}
footer #footer_site_map #footer_site_map_in01 ul li .accshow03 ol li a span.link:after {
  content: "";
  display: inline-block !important;
  background: url("../images/common/list_pop.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media print, screen and (min-width: 769px) {
  footer #footer_site_map #footer_site_map_in01 ul li .accshow03 ol li a span.link:after {
    width: 14px;
    height: 14px;
    margin: -3px 0px 0 2px;
  }
}
@media only screen and (max-width: 768px) {
  footer #footer_site_map #footer_site_map_in01 ul li .accshow03 ol li a span.link:after {
    width: 10px;
    height: 10px;
    margin: -1px 0px 0 2px;
  }
}
@media only screen and (max-width: 768px) {
  footer #footer_site_map #footer_site_map_in01 ul li .cssacc03:checked + .accshow03 {
    width: 100%;
    opacity: 1;
    display: block;
  }
}
@media only screen and (max-width: 1280px) {
  footer #footer_site_map #footer_site_map_in01 ul li .cssacc03:checked + .accshow03 ol {
    width: 98%;
    /*padding: 0px 0px!important;*/
    padding: 0px 0px 0px !important;
    margin: 0px auto;
    opacity: 1;
  }
}
footer #footer_site_map #footer_site_map_in01 ul li .cssacc03:checked + .accshow03 ol li {
  float: none;
}
footer #footer_site_map #footer_site_map_in01 ul li .cssacc03:checked + .accshow03 ol li a {
  width: 98%;
  margin: 2px 1%;
  padding-top: 5px;
  padding-bottom: 5px;
  /*font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", "Osaka-mono", "monospace";*/
  /*color: #1E1E1E!important;*/
  color: #d5d6db !important;
  text-align: left;
  float: left;
}
@media print, screen and (min-width: 1281px) {
  footer #footer_site_map #footer_site_map_in01 ul li .cssacc03:checked + .accshow03 ol li a {
    font-size: 12px;
    /*font-size: 11px;*/
  }
  footer #footer_site_map #footer_site_map_in01 ul li .cssacc03:checked + .accshow03 ol li a:before {
    width: 8px;
    background-color: #d5d6db;
    content: "";
    display: inline-block;
    height: 2px;
    opacity: .8;
    margin: 0 3px 4px 0px;
  }
}
@media only screen and (max-width: 1280px) {
  footer #footer_site_map #footer_site_map_in01 ul li .cssacc03:checked + .accshow03 ol li a {
    color: #F4F4F4 !important;
    /*font-size: 12px;*/
    font-size: 110%;
    /*▼▼▼三角アイコン▼▼▼*/
    position: relative;
    display: inline-block;
    /*padding: 5px 0px 5px 18px;*/
    vertical-align: middle;
    text-decoration: none;
    /*▲▲▲三角アイコン▲▲▲*/
  }
  footer #footer_site_map #footer_site_map_in01 ul li .cssacc03:checked + .accshow03 ol li a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 7px;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    /*border-left: 4px solid #1153AB;*/
    border-left: 4px solid #FFFFFF;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 769px) {
  footer #footer_site_map #footer_site_map_in01 ul li .cssacc03:checked + .accshow03 ol li a:hover {
    left: 2px;
  }
}

footer #footer_site_map #footer_site_map_in01 ul li .cssacc03:checked + .accshow03 ol li a span.link {
  /*▼▼▼矢印アイコン▼▼▼*/
  /*position: relative;
  display: inline-block;
  padding: 5px 0px 5px 18px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  &:before{
  	position: absolute;
  	top: 0;
  	bottom: 0;
  	left: 0;
  	margin: auto;
  	content: "";
  	vertical-align: middle;											
  	
  	left: 1px;
  	width: 8px;
  	height: 8px;
  	border-top: 2px solid #7a0;
  	border-right: 2px solid #7a0;
  }
  &:after{
  	position: absolute;
  	top: 0;
  	bottom: 0;
  	left: 0;
  	margin: auto;
  	content: "";
  	vertical-align: middle;
  	
  	width: 12px;
  	height: 2px;
  	background: #7a0;
  	-webkit-transform: rotate(135deg);
  	transform: rotate(135deg);
  }
  @include wi-pc{
  &:hover{
  	left: 2px;
  }
  }*/
  /*▲▲▲矢印アイコン▲▲▲*/
}
footer #footer_site_map #footer_site_map_in01 ul li .cssacc03:checked + .accshow03 ol li a span.link:after {
  content: "";
  display: inline-block !important;
  background: url("../images/common/list_pop.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media print, screen and (min-width: 769px) {
  footer #footer_site_map #footer_site_map_in01 ul li .cssacc03:checked + .accshow03 ol li a span.link:after {
    width: 14px;
    height: 14px;
    margin: -3px 0px 0 2px;
  }
}
@media only screen and (max-width: 768px) {
  footer #footer_site_map #footer_site_map_in01 ul li .cssacc03:checked + .accshow03 ol li a span.link:after {
    width: 10px;
    height: 10px;
    margin: -1px 0px 0 2px;
  }
}
footer #footer_site_map #footer_site_map_in01 ul li .cssacc03:checked + .accshow03 + label {
  color: #FFFFFF !important;
}
footer #footer_site_map #footer_site_map_in {
  height: auto;
  margin: 0px auto;
}
@media print, screen and (min-width: 1281px) {
  footer #footer_site_map #footer_site_map_in {
    max-width: 1100px;
  }
}
@media only screen and (max-width: 1280px) {
  footer #footer_site_map #footer_site_map_in {
    width: 100%;
  }
}
footer #footer_site_map #footer_site_map_in ul {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 1281px) {
  footer #footer_site_map #footer_site_map_in ul li {
    float: left;
  }
}
@media only screen and (max-width: 1280px) {
  footer #footer_site_map #footer_site_map_in ul li {
    float: none;
  }
}
@media print, screen and (min-width: 1281px) {
  footer #footer_site_map #footer_site_map_in ul li.area01 {
    width: 38%;
    padding: 0px 2%;
  }
}
@media only screen and (max-width: 1280px) {
  footer #footer_site_map #footer_site_map_in ul li.area01 {
    width: 100%;
  }
}
@media print, screen and (min-width: 1281px) {
  footer #footer_site_map #footer_site_map_in ul li.area02 {
    width: 20%;
    padding: 0px 2%;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
  }
}
@media only screen and (max-width: 1280px) {
  footer #footer_site_map #footer_site_map_in ul li.area02 {
    width: 100%;
  }
}
footer #footer_site_map #footer_site_map_in ul li a {
  text-decoration: none !important;
  color: #FFFFFF !important;
  width: 100%;
  font-size: 18px;
  padding: 5px 0px;
}
@media only screen and (max-width: 1280px) {
  footer #footer_site_map #footer_site_map_in ul li a {
    display: none;
  }
}
@media print, screen and (min-width: 1281px) {
  footer #footer_site_map #footer_site_map_in ul li label {
    display: none;
  }
}
@media only screen and (max-width: 1280px) {
  footer #footer_site_map #footer_site_map_in ul li label {
    float: none;
    width: 96%;
    display: block;
    font-size: 15px !important;
    text-align: center !important;
    color: #FFFFFF !important;
    padding: 15px 2%;
    margin: 0px auto;
    border-bottom: #FFFFFF 1px solid;
  }
}
@media only screen and (max-width: 1280px) and (max-width: 1280px) {
  footer #footer_site_map #footer_site_map_in ul li label:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 10px;
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

footer #footer_site_map #footer_site_map_in ul li input {
  display: none;
}
@media only screen and (max-width: 1280px) {
  footer #footer_site_map #footer_site_map_in ul li .accshow01 {
    width: 100%;
    opacity: 0;
    display: none;
  }
}
@media print, screen and (min-width: 1281px) {
  footer #footer_site_map #footer_site_map_in ul li .accshow01 ol {
    float: left;
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  footer #footer_site_map #footer_site_map_in ul li .accshow01 ol {
    width: 98%;
    padding: 0px 0px !important;
    margin: 0px auto;
    opacity: 0;
  }
}
footer #footer_site_map #footer_site_map_in ul li .accshow01 ol li {
  float: none;
}
footer #footer_site_map #footer_site_map_in ul li .accshow01 ol li a {
  width: 98%;
  margin: 2px 1%;
  padding-top: 5px;
  padding-bottom: 5px;
  /*font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", "Osaka-mono", "monospace";*/
  color: #1E1E1E !important;
  text-align: left;
  float: left;
}
@media print, screen and (min-width: 769px) {
  footer #footer_site_map #footer_site_map_in ul li .accshow01 ol li a {
    font-size: 10px;
  }
}
@media only screen and (max-width: 768px) {
  footer #footer_site_map #footer_site_map_in ul li .accshow01 ol li a {
    font-size: 12px;
    padding: 5px 0px 5px 18px;
    /*▼▼▼三角アイコン▼▼▼*/
    position: relative;
    display: inline-block;
    /*padding: 5px 0px 5px 18px;*/
    vertical-align: middle;
    text-decoration: none;
    /*▲▲▲三角アイコン▲▲▲*/
  }
  footer #footer_site_map #footer_site_map_in ul li .accshow01 ol li a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 7px;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    /*border-left: 4px solid #1153AB;*/
    border-left: 4px solid #373737;
  }
}
@media only screen and (max-width: 768px) and (min-width: 769px) {
  footer #footer_site_map #footer_site_map_in ul li .accshow01 ol li a:hover {
    left: 2px;
  }
}

footer #footer_site_map #footer_site_map_in ul li .accshow01 ol li a span.link {
  /*▼▼▼矢印アイコン▼▼▼*/
  /*position: relative;
  display: inline-block;
  padding: 5px 0px 5px 18px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  &:before{
  	position: absolute;
  	top: 0;
  	bottom: 0;
  	left: 0;
  	margin: auto;
  	content: "";
  	vertical-align: middle;											
  	
  	left: 1px;
  	width: 8px;
  	height: 8px;
  	border-top: 2px solid #7a0;
  	border-right: 2px solid #7a0;
  }
  &:after{
  	position: absolute;
  	top: 0;
  	bottom: 0;
  	left: 0;
  	margin: auto;
  	content: "";
  	vertical-align: middle;
  	
  	width: 12px;
  	height: 2px;
  	background: #7a0;
  	-webkit-transform: rotate(135deg);
  	transform: rotate(135deg);
  }
  @include wi-pc{
  &:hover{
  	left: 2px;
  }
  }*/
  /*▲▲▲矢印アイコン▲▲▲*/
}
footer #footer_site_map #footer_site_map_in ul li .accshow01 ol li a span.link:after {
  content: "";
  display: inline-block !important;
  background: url("../images/common/list_pop.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media print, screen and (min-width: 769px) {
  footer #footer_site_map #footer_site_map_in ul li .accshow01 ol li a span.link:after {
    width: 14px;
    height: 14px;
    margin: -3px 0px 0 2px;
  }
}
@media only screen and (max-width: 768px) {
  footer #footer_site_map #footer_site_map_in ul li .accshow01 ol li a span.link:after {
    width: 10px;
    height: 10px;
    margin: -1px 0px 0 2px;
  }
}
@media only screen and (max-width: 1280px) {
  footer #footer_site_map #footer_site_map_in ul li .cssacc01:checked + .accshow01 {
    width: 100%;
    opacity: 1;
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  footer #footer_site_map #footer_site_map_in ul li .cssacc01:checked + .accshow01 ol {
    width: 98%;
    padding: 0px 0px !important;
    margin: 0px auto;
    opacity: 1;
  }
}
footer #footer_site_map #footer_site_map_in ul li .cssacc01:checked + .accshow01 ol li {
  float: none;
}
footer #footer_site_map #footer_site_map_in ul li .cssacc01:checked + .accshow01 ol li a {
  width: 98%;
  margin: 2px 1%;
  padding-top: 5px;
  padding-bottom: 5px;
  /*font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", "Osaka-mono", "monospace";*/
  color: #1E1E1E !important;
  text-align: left;
  float: left;
}
@media print, screen and (min-width: 769px) {
  footer #footer_site_map #footer_site_map_in ul li .cssacc01:checked + .accshow01 ol li a {
    font-size: 10px;
  }
}
@media only screen and (max-width: 768px) {
  footer #footer_site_map #footer_site_map_in ul li .cssacc01:checked + .accshow01 ol li a {
    /*font-size: 12px;*/
    font-size: 14px;
    /*▼▼▼三角アイコン▼▼▼*/
    position: relative;
    display: inline-block;
    /*padding: 5px 0px 5px 18px;*/
    vertical-align: middle;
    text-decoration: none;
    /*▲▲▲三角アイコン▲▲▲*/
  }
  footer #footer_site_map #footer_site_map_in ul li .cssacc01:checked + .accshow01 ol li a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 7px;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    /*border-left: 4px solid #1153AB;*/
    border-left: 4px solid #373737;
  }
}
@media only screen and (max-width: 768px) and (min-width: 769px) {
  footer #footer_site_map #footer_site_map_in ul li .cssacc01:checked + .accshow01 ol li a:hover {
    left: 2px;
  }
}

footer #footer_site_map #footer_site_map_in ul li .cssacc01:checked + .accshow01 ol li a span.link {
  /*▼▼▼矢印アイコン▼▼▼*/
  /*position: relative;
  display: inline-block;
  padding: 5px 0px 5px 18px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  &:before{
  	position: absolute;
  	top: 0;
  	bottom: 0;
  	left: 0;
  	margin: auto;
  	content: "";
  	vertical-align: middle;											
  	
  	left: 1px;
  	width: 8px;
  	height: 8px;
  	border-top: 2px solid #7a0;
  	border-right: 2px solid #7a0;
  }
  &:after{
  	position: absolute;
  	top: 0;
  	bottom: 0;
  	left: 0;
  	margin: auto;
  	content: "";
  	vertical-align: middle;
  	
  	width: 12px;
  	height: 2px;
  	background: #7a0;
  	-webkit-transform: rotate(135deg);
  	transform: rotate(135deg);
  }
  @include wi-pc{
  &:hover{
  	left: 2px;
  }
  }*/
  /*▲▲▲矢印アイコン▲▲▲*/
}
footer #footer_site_map #footer_site_map_in ul li .cssacc01:checked + .accshow01 ol li a span.link:after {
  content: "";
  display: inline-block !important;
  background: url("../images/common/list_pop.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media print, screen and (min-width: 769px) {
  footer #footer_site_map #footer_site_map_in ul li .cssacc01:checked + .accshow01 ol li a span.link:after {
    width: 14px;
    height: 14px;
    margin: -3px 0px 0 2px;
  }
}
@media only screen and (max-width: 768px) {
  footer #footer_site_map #footer_site_map_in ul li .cssacc01:checked + .accshow01 ol li a span.link:after {
    width: 10px;
    height: 10px;
    margin: -1px 0px 0 2px;
  }
}
footer #footer_site_map #footer_site_map_in ul li .cssacc01:checked + .accshow01 + label {
  color: #FFFFFF !important;
}
@media only screen and (max-width: 1280px) {
  footer #footer_site_map #footer_site_map_in ul li .accshow02 {
    width: 100%;
    opacity: 0;
    display: none;
  }
}
@media print, screen and (min-width: 1281px) {
  footer #footer_site_map #footer_site_map_in ul li .accshow02 ol {
    float: left;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  footer #footer_site_map #footer_site_map_in ul li .accshow02 ol {
    width: 98%;
    padding: 0px 0px !important;
    margin: 0px auto;
    opacity: 0;
  }
}
footer #footer_site_map #footer_site_map_in ul li .accshow02 ol li {
  float: none;
}
footer #footer_site_map #footer_site_map_in ul li .accshow02 ol li a {
  width: 98%;
  margin: 2px 1%;
  padding-top: 5px;
  padding-bottom: 5px;
  /*font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", "Osaka-mono", "monospace";*/
  color: #1E1E1E !important;
  text-align: left;
  float: left;
}
@media print, screen and (min-width: 769px) {
  footer #footer_site_map #footer_site_map_in ul li .accshow02 ol li a {
    font-size: 10px;
  }
}
@media only screen and (max-width: 768px) {
  footer #footer_site_map #footer_site_map_in ul li .accshow02 ol li a {
    font-size: 12px;
    padding: 5px 0px 5px 18px;
    /*▼▼▼三角アイコン▼▼▼*/
    position: relative;
    display: inline-block;
    /*padding: 5px 0px 5px 18px;*/
    vertical-align: middle;
    text-decoration: none;
    /*▲▲▲三角アイコン▲▲▲*/
  }
  footer #footer_site_map #footer_site_map_in ul li .accshow02 ol li a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 7px;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    /*border-left: 4px solid #1153AB;*/
    border-left: 4px solid #373737;
  }
}
@media only screen and (max-width: 768px) and (min-width: 769px) {
  footer #footer_site_map #footer_site_map_in ul li .accshow02 ol li a:hover {
    left: 2px;
  }
}

footer #footer_site_map #footer_site_map_in ul li .accshow02 ol li a span.link {
  /*▼▼▼矢印アイコン▼▼▼*/
  /*position: relative;
  display: inline-block;
  padding: 5px 0px 5px 18px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  &:before{
  	position: absolute;
  	top: 0;
  	bottom: 0;
  	left: 0;
  	margin: auto;
  	content: "";
  	vertical-align: middle;											
  	
  	left: 1px;
  	width: 8px;
  	height: 8px;
  	border-top: 2px solid #7a0;
  	border-right: 2px solid #7a0;
  }
  &:after{
  	position: absolute;
  	top: 0;
  	bottom: 0;
  	left: 0;
  	margin: auto;
  	content: "";
  	vertical-align: middle;
  	
  	width: 12px;
  	height: 2px;
  	background: #7a0;
  	-webkit-transform: rotate(135deg);
  	transform: rotate(135deg);
  }
  @include wi-pc{
  &:hover{
  	left: 2px;
  }
  }*/
  /*▲▲▲矢印アイコン▲▲▲*/
}
footer #footer_site_map #footer_site_map_in ul li .accshow02 ol li a span.link:after {
  content: "";
  display: inline-block !important;
  background: url("../images/common/list_pop.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media print, screen and (min-width: 769px) {
  footer #footer_site_map #footer_site_map_in ul li .accshow02 ol li a span.link:after {
    width: 14px;
    height: 14px;
    margin: -3px 0px 0 2px;
  }
}
@media only screen and (max-width: 768px) {
  footer #footer_site_map #footer_site_map_in ul li .accshow02 ol li a span.link:after {
    width: 10px;
    height: 10px;
    margin: -1px 0px 0 2px;
  }
}
@media only screen and (max-width: 1280px) {
  footer #footer_site_map #footer_site_map_in ul li .cssacc02:checked + .accshow02 {
    width: 100%;
    opacity: 1;
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  footer #footer_site_map #footer_site_map_in ul li .cssacc02:checked + .accshow02 ol {
    width: 98%;
    padding: 0px 0px !important;
    margin: 0px auto;
    opacity: 1;
  }
}
footer #footer_site_map #footer_site_map_in ul li .cssacc02:checked + .accshow02 ol li {
  float: none;
}
footer #footer_site_map #footer_site_map_in ul li .cssacc02:checked + .accshow02 ol li a {
  width: 98%;
  margin: 2px 1%;
  padding-top: 5px;
  padding-bottom: 5px;
  /*font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", "Osaka-mono", "monospace";*/
  color: #1E1E1E !important;
  text-align: left;
  float: left;
}
@media print, screen and (min-width: 769px) {
  footer #footer_site_map #footer_site_map_in ul li .cssacc02:checked + .accshow02 ol li a {
    font-size: 10px;
  }
}
@media only screen and (max-width: 768px) {
  footer #footer_site_map #footer_site_map_in ul li .cssacc02:checked + .accshow02 ol li a {
    /*font-size: 12px;*/
    font-size: 14px;
    /*▼▼▼三角アイコン▼▼▼*/
    position: relative;
    display: inline-block;
    /*padding: 5px 0px 5px 18px;*/
    vertical-align: middle;
    text-decoration: none;
    /*▲▲▲三角アイコン▲▲▲*/
  }
  footer #footer_site_map #footer_site_map_in ul li .cssacc02:checked + .accshow02 ol li a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 7px;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    /*border-left: 4px solid #1153AB;*/
    border-left: 4px solid #373737;
  }
}
@media only screen and (max-width: 768px) and (min-width: 769px) {
  footer #footer_site_map #footer_site_map_in ul li .cssacc02:checked + .accshow02 ol li a:hover {
    left: 2px;
  }
}

footer #footer_site_map #footer_site_map_in ul li .cssacc02:checked + .accshow02 ol li a span.link {
  /*▼▼▼矢印アイコン▼▼▼*/
  /*position: relative;
  display: inline-block;
  padding: 5px 0px 5px 18px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  &:before{
  	position: absolute;
  	top: 0;
  	bottom: 0;
  	left: 0;
  	margin: auto;
  	content: "";
  	vertical-align: middle;											
  	
  	left: 1px;
  	width: 8px;
  	height: 8px;
  	border-top: 2px solid #7a0;
  	border-right: 2px solid #7a0;
  }
  &:after{
  	position: absolute;
  	top: 0;
  	bottom: 0;
  	left: 0;
  	margin: auto;
  	content: "";
  	vertical-align: middle;
  	
  	width: 12px;
  	height: 2px;
  	background: #7a0;
  	-webkit-transform: rotate(135deg);
  	transform: rotate(135deg);
  }
  @include wi-pc{
  &:hover{
  	left: 2px;
  }
  }*/
  /*▲▲▲矢印アイコン▲▲▲*/
}
footer #footer_site_map #footer_site_map_in ul li .cssacc02:checked + .accshow02 ol li a span.link:after {
  content: "";
  display: inline-block !important;
  background: url("../images/common/list_pop.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media print, screen and (min-width: 769px) {
  footer #footer_site_map #footer_site_map_in ul li .cssacc02:checked + .accshow02 ol li a span.link:after {
    width: 14px;
    height: 14px;
    margin: -3px 0px 0 2px;
  }
}
@media only screen and (max-width: 768px) {
  footer #footer_site_map #footer_site_map_in ul li .cssacc02:checked + .accshow02 ol li a span.link:after {
    width: 10px;
    height: 10px;
    margin: -1px 0px 0 2px;
  }
}
footer #footer_site_map #footer_site_map_in ul li .cssacc02:checked + .accshow02 + label {
  color: #FFFFFF !important;
}
footer #ft_ad_tx {
  display: block;
  height: auto;
  margin: 0px auto;
  color: #9A9A9A !important;
}
@media print, screen and (min-width: 1281px) {
  footer #ft_ad_tx {
    width: 96%;
    text-align: left;
    font-size: 14px;
  }
}
@media only screen and (max-width: 1280px) {
  footer #ft_ad_tx {
    width: 100%;
    text-align: center;
    font-size: 8px;
  }
}

.pagetop {
  display: none;
  position: fixed;
  bottom: 25px;
  right: 25px;
}
.pagetop a {
  display: block;
  width: 50px;
  height: 50px;
  background: linear-gradient(0.25turn, #e94345, #d81b79);
  text-align: center;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  line-height: 50px;
  border-radius: 50px;
}

body#info_te {
  overflow-x: hidden;
}

.tbox_block {
  width: 98%;
  margin: 20px auto 10px auto;
}
.tbox_block table {
  width: 100%;
  vertical-align: top;
}
.tbox_block h1 {
  border-bottom: 0;
}
.tbox_block p {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 22px;
}
.tbox_block p a:link {
  color: #0B93D3;
  text-decoration: none;
}
.tbox_block p a:visited {
  color: #0B93D3;
  text-decoration: none;
}
.tbox_block p a:hover {
  color: #0B93D3;
  text-decoration: underline;
}
.tbox_block p a:active {
  color: #0B93D3;
  text-decoration: underline;
}
.tbox_block p a u {
  display: block;
  width: 250px;
  padding: 20px 0px;
  text-align: center;
  text-decoration: none;
}
.tbox_block .table-bottom {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 22px;
}

.top_ttl {
  width: 560px;
  margin-bottom: 10px;
  padding: 5px 10px;
  background-color: #0b93d3;
  color: #FFFFFF;
  font-weight: bold;
}

.teacher-name-block {
  width: 100%;
  margin: 0 auto;
}
.teacher-name-block p {
  float: left;
  padding: 20px 5% 0px;
  display: block;
}
@media print, screen and (min-width: 769px) {
  .teacher-name-block p {
    font-size: 20px;
    line-height: 30px;
    width: auto;
  }
}
@media only screen and (max-width: 768px) {
  .teacher-name-block p {
    font-size: 16px;
    line-height: 22px;
    width: 60%;
  }
}
@media print, screen and (min-width: 769px) {
  .teacher-name-block img {
    float: left;
    margin-left: 10%;
    width: auto;
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .teacher-name-block img {
    float: right;
    margin-left: 5%;
    width: 30%;
    /*width: auto;*/
    height: auto;
  }
}

.ttl01 {
  width: 100%;
  font-size: 18px;
  padding: 5px 0px 5px 10px;
  box-sizing: border-box;
  color: #494949;
  /*文字色*/
  background: #f4f4f4;
  /*背景色*/
  border-left: solid 5px #7db4e6;
  /*左線*/
  border-bottom: solid 3px #d7d7d7;
  /*下線*/
}

.ttl02 {
  padding: 5px 10px;
  background-color: #F3F3F3;
  font-weight: bold;
}

.ttl03 {
  padding: 0 0 5px 0;
}

.ttl03 span {
  padding-left: 12px;
  font-size: 116%;
  font-weight: bold;
}

.risuto p {
  font-size: 18px;
  line-height: 24px;
}

.risuto {
  padding-left: 10px;
  margin-left: 10px;
}

.tbox_block .risuto ul li {
  list-style-type: disc;
  font-size: 15px;
  line-height: 22px;
}

.tbox_block .risuto ol li {
  list-style-type: decimal;
  list-style-position: outside;
}

.t_menu ul {
  width: 98%;
  margin: 0px auto 25px;
}

.t_menu ul li a {
  display: block;
  width: 48%;
  float: left;
  background-color: #108CC4;
  border-radius: 5px;
  box-sizing: border-box;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  padding: 10px 1%;
  margin: 0px 1% 15px;
  color: #FFF;
}

#search01_in {
  height: auto;
}
@media print, screen and (min-width: 1281px) {
  #search01_in {
    max-width: 1100px;
    min-width: 1000px;
    margin: 40px auto;
  }
}
@media only screen and (max-width: 1280px) {
  #search01_in {
    width: 96%;
    margin: 10px auto;
  }
}

ul#rent_icon_box {
  background-repeat: no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 1281px) {
  ul#rent_icon_box {
    width: 100%;
    height: 480px;
    float: right;
  }
}
@media only screen and (max-width: 1280px) {
  ul#rent_icon_box {
    width: 100%;
    height: 390px;
    float: none;
  }
}
ul#rent_icon_box li a {
  background-color: #F3EAEA;
}
@media print, screen and (min-width: 1281px) {
  ul#rent_icon_box li a {
    width: 33.333%;
    height: 160px;
    padding: 20px 0px 0px;
    border-right: solid 1px #FFFFFF;
    border-bottom: solid 1px #FFFFFF;
    text-decoration: none;
    box-sizing: border-box;
    display: block;
    float: left;
    color: #000000;
    text-align: center;
    font-size: 1rem !important;
    font-weight: 500;
    position: relative;
  }
}
@media only screen and (max-width: 1280px) {
  ul#rent_icon_box li a {
    width: 33.333%;
    height: 130px;
    padding: 10px 0px 10px;
    border-right: solid 1px #FFFFFF;
    border-bottom: solid 1px #FFFFFF;
    text-decoration: none;
    box-sizing: border-box;
    display: block;
    float: left;
    color: #000000;
    text-align: center;
    font-size: 0.8rem;
  }
}
@media print, screen and (min-width: 1281px) {
  ul#rent_icon_box li a span#top_ic01 {
    content: "";
    display: inline-block;
    width: 70px;
    height: 70px;
    margin: 30px 10px -30px 0;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media only screen and (max-width: 1280px) {
  ul#rent_icon_box li a span#top_ic01 {
    content: "";
    display: inline-block;
    width: 40%;
    height: 78px;
    margin: 20px 3px -30px 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
}
@media print, screen and (min-width: 1281px) {
  ul#rent_icon_box li a span#top_ic02 {
    content: "";
    display: block;
    width: 70px;
    height: 70px;
    margin: 0px auto 10px;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media only screen and (max-width: 1280px) {
  ul#rent_icon_box li a span#top_ic02 {
    content: "";
    display: block;
    width: 40%;
    height: 78px;
    /*margin: 2px 5px 0px 0;*/
    margin: 0px auto 6px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
}
@media print, screen and (min-width: 1281px) {
  ul#rent_icon_box li a span#top_ic03 {
    content: "";
    display: block;
    width: 70px;
    height: 70px;
    margin: 0px auto 10px;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media only screen and (max-width: 1280px) {
  ul#rent_icon_box li a span#top_ic03 {
    content: "";
    display: block;
    width: 40%;
    height: 78px;
    /*margin: 2px 5px 0px 0;*/
    margin: 0px auto 6px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
}
@media print, screen and (min-width: 1281px) {
  ul#rent_icon_box li a span#top_ic04 {
    content: "";
    display: block;
    width: 70px;
    height: 70px;
    margin: 0px auto 10px;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media only screen and (max-width: 1280px) {
  ul#rent_icon_box li a span#top_ic04 {
    content: "";
    display: block;
    width: 40%;
    height: 78px;
    /*margin: 2px 5px 0px 0;*/
    margin: 0px auto 6px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
}
@media print, screen and (min-width: 1281px) {
  ul#rent_icon_box li a span#top_ic05 {
    content: "";
    display: block;
    width: 70px;
    height: 70px;
    margin: 0px auto 10px;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media only screen and (max-width: 1280px) {
  ul#rent_icon_box li a span#top_ic05 {
    content: "";
    display: block;
    width: 40%;
    height: 78px;
    /*margin: 2px 5px 0px 0;*/
    margin: 0px auto 6px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
}
@media print, screen and (min-width: 1281px) {
  ul#rent_icon_box li a span#top_ic06 {
    content: "";
    display: block;
    width: 70px;
    height: 70px;
    margin: 0px auto 10px;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media only screen and (max-width: 1280px) {
  ul#rent_icon_box li a span#top_ic06 {
    content: "";
    display: block;
    width: 40%;
    height: 78px;
    /*margin: 2px 5px 0px 0;*/
    margin: 0px auto 6px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
}
@media print, screen and (min-width: 1281px) {
  ul#rent_icon_box li a span#top_ic07 {
    content: "";
    display: inline-block;
    width: 70px;
    height: 70px;
    margin: 30px 10px -30px 0;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media only screen and (max-width: 1280px) {
  ul#rent_icon_box li a span#top_ic07 {
    content: "";
    display: inline-block;
    width: 40%;
    height: 78px;
    margin: 20px 3px -30px 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
}
@media print, screen and (min-width: 1281px) {
  ul#rent_icon_box li a span#top_ic08 {
    content: "";
    display: block;
    width: 70px;
    height: 70px;
    margin: 0px auto 10px;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media only screen and (max-width: 1280px) {
  ul#rent_icon_box li a span#top_ic08 {
    content: "";
    display: block;
    width: 40%;
    height: 78px;
    /*margin: 2px 5px 0px 0;*/
    margin: 0px auto 6px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
}
@media print, screen and (min-width: 1281px) {
  ul#rent_icon_box li:nth-child(1) a {
    width: 49.9995%;
    font-size: 0.8rem;
    border-left: solid 1px #FFFFFF;
  }
}
@media only screen and (max-width: 1280px) {
  ul#rent_icon_box li:nth-child(1) a {
    width: 49.9995%;
    font-size: 0.8rem;
    border-left: solid 1px #FFFFFF;
  }
}
@media print, screen and (min-width: 1281px) {
  ul#rent_icon_box li:nth-child(2) a {
    width: 49.9995%;
    font-size: 0.8rem;
    border-left: solid 1px #FFFFFF;
  }
}
@media only screen and (max-width: 1280px) {
  ul#rent_icon_box li:nth-child(2) a {
    width: 49.9995%;
    font-size: 0.8rem;
    border-left: solid 1px #FFFFFF;
  }
}
@media only screen and (max-width: 1280px) {
  ul#rent_icon_box li:nth-child(1) a, ul#rent_icon_box li:nth-child(2) a {
    border-top: solid 1px #FFFFFF;
  }
}
@media only screen and (max-width: 1280px) {
  ul#rent_icon_box li:nth-child(3) a {
    border-left: solid 1px #FFFFFF;
  }
}
@media only screen and (max-width: 1280px) {
  ul#rent_icon_box li:nth-child(6) a {
    border-left: solid 1px #FFFFFF;
  }
}

ul#rent_icon_box_sub {
  background-repeat: no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 1281px) {
  ul#rent_icon_box_sub {
    width: 100%;
    height: 480px;
    float: right;
  }
}
@media only screen and (max-width: 1280px) {
  ul#rent_icon_box_sub {
    width: 100%;
    height: 390px;
    float: none;
  }
}
ul#rent_icon_box_sub li a {
  background-color: #F3EAEA;
}
@media print, screen and (min-width: 1281px) {
  ul#rent_icon_box_sub li a {
    width: 33.333%;
    height: 160px;
    padding: 20px 0px 0px;
    border-right: solid 1px #FFFFFF;
    border-bottom: solid 1px #FFFFFF;
    text-decoration: none;
    box-sizing: border-box;
    display: block;
    float: left;
    color: #000000;
    text-align: center;
    font-size: 1rem !important;
    font-weight: 500;
    position: relative;
  }
}
@media only screen and (max-width: 1280px) {
  ul#rent_icon_box_sub li a {
    width: 33.333%;
    height: 130px;
    padding: 10px 0px 10px;
    border-right: solid 1px #FFFFFF;
    border-bottom: solid 1px #FFFFFF;
    text-decoration: none;
    box-sizing: border-box;
    display: block;
    float: left;
    color: #000000;
    text-align: center;
    font-size: 0.8rem;
  }
}
@media print, screen and (min-width: 1281px) {
  ul#rent_icon_box_sub li a span#top_ic01_sub {
    content: "";
    display: inline-block;
    width: 70px;
    height: 70px;
    margin: 30px 10px -30px 0;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media only screen and (max-width: 1280px) {
  ul#rent_icon_box_sub li a span#top_ic01_sub {
    content: "";
    display: inline-block;
    width: 40%;
    height: 78px;
    margin: 20px 3px -30px 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
}
@media print, screen and (min-width: 1281px) {
  ul#rent_icon_box_sub li a span#top_ic02_sub {
    content: "";
    display: block;
    width: 70px;
    height: 70px;
    margin: 0px auto 10px;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media only screen and (max-width: 1280px) {
  ul#rent_icon_box_sub li a span#top_ic02_sub {
    content: "";
    display: block;
    width: 40%;
    height: 78px;
    /*margin: 2px 5px 0px 0;*/
    margin: 0px auto 6px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
}
@media print, screen and (min-width: 1281px) {
  ul#rent_icon_box_sub li a span#top_ic03_sub {
    content: "";
    display: block;
    width: 70px;
    height: 70px;
    margin: 0px auto 10px;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media only screen and (max-width: 1280px) {
  ul#rent_icon_box_sub li a span#top_ic03_sub {
    content: "";
    display: block;
    width: 40%;
    height: 78px;
    /*margin: 2px 5px 0px 0;*/
    margin: 0px auto 6px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
}
@media print, screen and (min-width: 1281px) {
  ul#rent_icon_box_sub li a span#top_ic04_sub {
    content: "";
    display: block;
    width: 70px;
    height: 70px;
    margin: 0px auto 10px;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media only screen and (max-width: 1280px) {
  ul#rent_icon_box_sub li a span#top_ic04_sub {
    content: "";
    display: block;
    width: 40%;
    height: 78px;
    /*margin: 2px 5px 0px 0;*/
    margin: 0px auto 6px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
}
@media print, screen and (min-width: 1281px) {
  ul#rent_icon_box_sub li a span#top_ic05_sub {
    content: "";
    display: block;
    width: 70px;
    height: 70px;
    margin: 0px auto 10px;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media only screen and (max-width: 1280px) {
  ul#rent_icon_box_sub li a span#top_ic05_sub {
    content: "";
    display: block;
    width: 40%;
    height: 78px;
    /*margin: 2px 5px 0px 0;*/
    margin: 0px auto 6px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
}
@media print, screen and (min-width: 1281px) {
  ul#rent_icon_box_sub li a span#top_ic06_sub {
    content: "";
    display: block;
    width: 70px;
    height: 70px;
    margin: 0px auto 10px;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media only screen and (max-width: 1280px) {
  ul#rent_icon_box_sub li a span#top_ic06_sub {
    content: "";
    display: block;
    width: 40%;
    height: 78px;
    /*margin: 2px 5px 0px 0;*/
    margin: 0px auto 6px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
}
@media print, screen and (min-width: 1281px) {
  ul#rent_icon_box_sub li a span#top_ic07_sub {
    content: "";
    display: inline-block;
    width: 70px;
    height: 70px;
    margin: 30px 10px -30px 0;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media only screen and (max-width: 1280px) {
  ul#rent_icon_box_sub li a span#top_ic07_sub {
    content: "";
    display: inline-block;
    width: 40%;
    height: 78px;
    margin: 20px 3px -30px 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
}
@media print, screen and (min-width: 1281px) {
  ul#rent_icon_box_sub li a span#top_ic08_sub {
    content: "";
    display: block;
    width: 70px;
    height: 70px;
    margin: 0px auto 10px;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media only screen and (max-width: 1280px) {
  ul#rent_icon_box_sub li a span#top_ic08_sub {
    content: "";
    display: block;
    width: 40%;
    height: 78px;
    /*margin: 2px 5px 0px 0;*/
    margin: 0px auto 6px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
}
@media print, screen and (min-width: 1281px) {
  ul#rent_icon_box_sub li:nth-child(1) a {
    width: 49.9995%;
    font-size: 0.8rem;
    border-left: solid 1px #FFFFFF;
  }
}
@media only screen and (max-width: 1280px) {
  ul#rent_icon_box_sub li:nth-child(1) a {
    width: 49.9995%;
    font-size: 0.8rem;
    border-left: solid 1px #FFFFFF;
  }
}
@media print, screen and (min-width: 1281px) {
  ul#rent_icon_box_sub li:nth-child(2) a {
    width: 49.9995%;
    font-size: 0.8rem;
    border-left: solid 1px #FFFFFF;
  }
}
@media only screen and (max-width: 1280px) {
  ul#rent_icon_box_sub li:nth-child(2) a {
    width: 49.9995%;
    font-size: 0.8rem;
    border-left: solid 1px #FFFFFF;
  }
}
@media only screen and (max-width: 1280px) {
  ul#rent_icon_box_sub li:nth-child(1) a, ul#rent_icon_box_sub li:nth-child(2) a {
    border-top: solid 1px #FFFFFF;
  }
}
@media only screen and (max-width: 1280px) {
  ul#rent_icon_box_sub li:nth-child(3) a {
    border-left: solid 1px #FFFFFF;
  }
}
@media only screen and (max-width: 1280px) {
  ul#rent_icon_box_sub li:nth-child(6) a {
    border-left: solid 1px #FFFFFF;
  }
}

#ic_list09 a {
  background-color: #F3EAEA;
  border: solid 1px #B12875;
  margin: 0px auto;
}
@media print, screen and (min-width: 1281px) {
  #ic_list09 a {
    width: 560px;
    height: 120px;
    text-decoration: none;
    box-sizing: border-box;
    display: block;
    color: #000000;
    text-align: center;
    font-size: 1rem !important;
    font-weight: 500;
    position: relative;
  }
}
@media only screen and (max-width: 1280px) {
  #ic_list09 a {
    width: 100% !important;
    height: 130px;
    padding: 10px 0px 10px;
    text-decoration: none;
    box-sizing: border-box;
    display: block;
    color: #000000;
    text-align: center;
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 1281px) {
  #ic_list09 a span.first_ti {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 1280px) {
  #ic_list09 a span.first_ti {
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 1281px) {
  #ic_list09 a span#top_ic09 {
    content: "";
    display: inline-block;
    width: 70px;
    height: 70px;
    margin: 30px 10px -30px 0;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media only screen and (max-width: 1280px) {
  #ic_list09 a span#top_ic09 {
    content: "";
    display: inline-block;
    width: 40%;
    height: 78px;
    margin: 20px 3px -30px 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
}
@media only screen and (max-width: 1280px) {
  #ic_list09 a span#top_ic09 {
    width: 25% !important;
  }
}

#ic_list09_sub01 a {
  background-color: #F3EAEA;
  border: solid 1px #B12875;
  margin: 0px auto;
}
@media print, screen and (min-width: 1281px) {
  #ic_list09_sub01 a {
    width: 560px;
    height: 120px;
    text-decoration: none;
    box-sizing: border-box;
    display: block;
    color: #000000;
    text-align: center;
    font-size: 1rem !important;
    font-weight: 500;
    border-radius: 60px;
  }
}
@media only screen and (max-width: 1280px) {
  #ic_list09_sub01 a {
    width: 100% !important;
    height: 130px;
    padding: 10px 0px 10px;
    text-decoration: none;
    box-sizing: border-box;
    display: block;
    color: #000000;
    text-align: center;
    font-size: 1rem;
    border-radius: 20px;
  }
}
@media print, screen and (min-width: 1281px) {
  #ic_list09_sub01 a span.first_ti {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 1280px) {
  #ic_list09_sub01 a span.first_ti {
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 1281px) {
  #ic_list09_sub01 a span#top_ic09_sub {
    content: "";
    display: inline-block;
    width: 70px;
    height: 70px;
    margin: 30px 10px -30px 0;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media only screen and (max-width: 1280px) {
  #ic_list09_sub01 a span#top_ic09_sub {
    content: "";
    display: inline-block;
    width: 40%;
    height: 78px;
    margin: 20px 3px -30px 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
}
@media only screen and (max-width: 1280px) {
  #ic_list09_sub01 a span#top_ic09_sub {
    width: 25% !important;
  }
}

.rent_easy_search {
  width: 100%;
  border: solid 1px #ea5473;
  background-color: #FFFFFF;
}
@media print, screen and (min-width: 1281px) {
  .rent_easy_search {
    height: 480px;
    margin: 0px auto;
    position: relative;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 1280px) {
  .rent_easy_search {
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .rent_easy_search {
    margin: 20px auto 0px;
  }
}
.rent_easy_search.sub_tall_sz {
  height: 100% !important;
}
.rent_easy_search select#area {
  padding: 5px 1%;
  border-radius: 8px;
  background-color: #FDEEF8;
  color: #6B083F;
}
@media print, screen and (min-width: 1281px) {
  .rent_easy_search select#area {
    width: 95%;
    margin-left: 3%;
  }
}
.rent_easy_search select#madori {
  padding: 5px 1%;
  border-radius: 8px;
  background-color: #FDEEF8;
  color: #6B083F;
}
@media print, screen and (min-width: 1281px) {
  .rent_easy_search select#madori {
    width: 95%;
    margin-left: 3%;
  }
}
.rent_easy_search select#min {
  padding: 5px 1%;
  border-radius: 8px;
  background-color: #FDEEF8;
  color: #6B083F;
}
@media print, screen and (min-width: 1281px) {
  .rent_easy_search select#min {
    margin-left: 3%;
  }
}
.rent_easy_search select#max {
  padding: 5px 1%;
  border-radius: 8px;
  background-color: #FDEEF8;
  color: #6B083F;
}
.rent_easy_search .rent_easy_search_ti {
  background-color: #F56592;
  color: #FFFFFF;
  text-align: center;
}
@media print, screen and (min-width: 1281px) {
  .rent_easy_search .rent_easy_search_ti {
    font-size: 1.8rem;
    line-height: 1.7;
  }
}
@media only screen and (max-width: 1280px) {
  .rent_easy_search .rent_easy_search_ti {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
@media print, screen and (min-width: 1281px) {
  .rent_easy_search .pc_sp {
    margin-bottom: 12px;
    font-size: 1.2rem;
  }
}
.rent_easy_search .res_form_area {
  width: 96%;
  height: auto;
  margin: 5px auto;
}
.rent_easy_search .res_form_area hr {
  margin: 10px 0px !important;
}
.rent_easy_search .res_form_area .rent_easy_search_subti {
  color: #1B1B1B;
  text-align: left;
  font-size: 1.0rem;
  line-height: 1.2;
}
@media print, screen and (min-width: 1281px) {
  .rent_easy_search .res_form_area .rent_easy_search_subti {
    padding: 12px 0 6px;
  }
}
@media only screen and (max-width: 1280px) {
  .rent_easy_search .res_form_area .rent_easy_search_subti {
    padding: 16px 0 8px;
  }
}
.rent_easy_search .res_form_area .rent_easy_search_subti01 {
  color: #1B1B1B;
  text-align: left;
  line-height: 1.2;
}
@media print, screen and (min-width: 1281px) {
  .rent_easy_search .res_form_area .rent_easy_search_subti01 {
    font-size: 1.3rem;
    padding: 12px 0 6px;
  }
}
@media only screen and (max-width: 1280px) {
  .rent_easy_search .res_form_area .rent_easy_search_subti01 {
    font-size: 1.3rem;
    padding: 16px 0 8px;
  }
}
.rent_easy_search .res_form_area .rent_easy_search_subti01:before {
  width: 8px;
  background-color: #ea5473;
  content: "";
  display: inline-block;
  height: 8px;
  opacity: .8;
  margin: 0 8px 4px 0px;
}
.rent_easy_search .res_form_area .hrf_area {
  display: inline-block;
  padding: 5px 1%;
  text-align: left;
}
@media print, screen and (min-width: 1281px) {
  .rent_easy_search .res_form_area .hrf_area {
    width: 48%;
  }
}
@media only screen and (max-width: 1280px) {
  .rent_easy_search .res_form_area .hrf_area {
    width: 98%;
  }
}
.rent_easy_search .res_form_area span.select::after {
  font-size: 12px !important;
  z-index: -1 !important;
  position: absolute !important;
  right: 8px !important;
  top: 32% !important;
  color: #ffffff !important;
}
.rent_easy_search .res_form_area select {
  color: #000;
  padding: 2px 0.78rem;
  margin: 0px 0;
  background-color: #ffffff;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  box-sizing: border-box;
  font-size: 1em;
  border: #ccc 1px solid;
  border-radius: 0;
}
.rent_easy_search .res_form_area select.href_box {
  width: 34%;
}
.rent_easy_search .res_form_area #res_send_btn {
  height: auto;
}
@media print, screen and (min-width: 1281px) {
  .rent_easy_search .res_form_area #res_send_btn {
    width: 70%;
    margin: 9px auto 0px auto;
    position: absolute;
    left: 15%;
    bottom: 10px;
  }
}
@media only screen and (max-width: 1280px) {
  .rent_easy_search .res_form_area #res_send_btn {
    width: 80%;
    margin: 20px auto 10px auto;
  }
}
.rent_easy_search .res_form_area #res_send_btn input {
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -o-border-radius: 25px;
  -ms-border-radius: 25px;
  border: #ea5473 1px solid;
  width: 100%;
  margin: 0px auto 0px auto;
  cursor: pointer;
  color: #FFFFFF;
  background: #ea5473 !important;
}
@media print, screen and (min-width: 1281px) {
  .rent_easy_search .res_form_area #res_send_btn input {
    font-size: 1.3rem;
    padding: 3px 3px;
  }
}
@media only screen and (max-width: 1280px) {
  .rent_easy_search .res_form_area #res_send_btn input {
    font-size: 1.4rem;
    padding: 0 3px;
  }
}
.rent_easy_search .res_form_area #res_send_btn_top {
  height: auto;
}
@media print, screen and (min-width: 1281px) {
  .rent_easy_search .res_form_area #res_send_btn_top {
    width: 70%;
    margin: 9px auto 0px auto;
    position: absolute;
    left: 15%;
    bottom: 15px;
  }
}
@media only screen and (max-width: 1280px) {
  .rent_easy_search .res_form_area #res_send_btn_top {
    width: 80%;
    margin: 20px auto 10px auto;
  }
}
.rent_easy_search .res_form_area #res_send_btn_top input {
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -o-border-radius: 25px;
  -ms-border-radius: 25px;
  border: #F56592 1px solid;
  width: 100%;
  margin: 0px auto 0px auto;
  cursor: pointer;
  color: #FFFFFF;
  background: #F56592 !important;
}
@media print, screen and (min-width: 1281px) {
  .rent_easy_search .res_form_area #res_send_btn_top input {
    font-size: 1.3rem;
    padding: 8px 3px;
  }
}
@media only screen and (max-width: 1280px) {
  .rent_easy_search .res_form_area #res_send_btn_top input {
    font-size: 1.4rem;
    padding: 0 3px;
  }
}

form#property_search_form01 input.input_search_form, form#property_search_form01 textarea.input_search_form,
form#property_search_form02 input.input_search_form,
form#property_search_form02 textarea.input_search_form {
  width: 86%;
  height: 50px;
  background-image: none;
  background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
  background-image: linear-gradient(to right, #FFFFFF, #FFFFFF);
  border-radius: 6px;
  box-shadow: none inset;
  outline: none;
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
  padding: 1%;
  font-size: 14px;
  margin-bottom: 10px;
}
form#property_search_form01 input.input_search_btn, form#property_search_form01 textarea.input_search_btn,
form#property_search_form02 input.input_search_btn,
form#property_search_form02 textarea.input_search_btn {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  height: 50px;
  font-size: 15px;
  padding: 1% 3px;
  margin: 5px 1%;
  color: #FFFFFF;
  font-weight: bold;
  background: #4073C1;
  width: 10%;
  border: none;
  /**/
}
@media print, screen and (min-width: 769px) {
  form#property_search_form01 input.input_search_btn, form#property_search_form01 textarea.input_search_btn,
  form#property_search_form02 input.input_search_btn,
  form#property_search_form02 textarea.input_search_btn {
    cursor: pointer;
  }
}
form#property_search_form01 input.select_input, form#property_search_form01 textarea.select_input,
form#property_search_form02 input.select_input,
form#property_search_form02 textarea.select_input {
  display: none;
}
form#property_search_form01 input.select_btn, form#property_search_form01 textarea.select_btn,
form#property_search_form02 input.select_btn,
form#property_search_form02 textarea.select_btn {
  text-align: center;
  width: 100%;
  height: 63px;
  border: 2px solid #ecc63e;
  border-radius: 6px;
  background-color: #fff;
  cursor: pointer;
}
form#property_search_form01 button#all-GenreChk,
form#property_search_form02 button#all-GenreChk {
  padding: 0 10px;
  color: #FFFFFF;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  font-size: 110%;
  /*border: 2px solid #D53580;
  background-color: #D53580;*/
  border: 2px solid #927B8D;
  background-color: #927B8D;
  cursor: pointer;
}
@media print, screen and (min-width: 769px) {
  form#property_search_form01 button#all-GenreChk,
  form#property_search_form02 button#all-GenreChk {
    height: 63px;
    width: 100%;
    border-radius: 50px;
  }
}
@media only screen and (max-width: 768px) {
  form#property_search_form01 button#all-GenreChk,
  form#property_search_form02 button#all-GenreChk {
    height: 40px;
    width: 50%;
    margin: 0 auto;
    border-radius: 10px;
  }
}
form#property_search_form01 button#all-AreaChk01,
form#property_search_form02 button#all-AreaChk01 {
  padding: 0 10px;
  color: #FFFFFF;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  font-size: 110%;
  /*border: 2px solid #D53580;
  background-color: #D53580;*/
  border: 2px solid #927B8D;
  background-color: #927B8D;
  cursor: pointer;
}
@media print, screen and (min-width: 769px) {
  form#property_search_form01 button#all-AreaChk01,
  form#property_search_form02 button#all-AreaChk01 {
    height: 63px;
    width: 100%;
    border-radius: 50px;
  }
}
@media only screen and (max-width: 768px) {
  form#property_search_form01 button#all-AreaChk01,
  form#property_search_form02 button#all-AreaChk01 {
    height: 40px;
    width: 50%;
    margin: 0 auto;
    border-radius: 10px;
  }
}
form#property_search_form01 button#all-AreaChk02,
form#property_search_form02 button#all-AreaChk02 {
  padding: 0 10px;
  color: #FFFFFF;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  font-size: 110%;
  /*border: 2px solid #D53580;
  background-color: #D53580;*/
  border: 2px solid #927B8D;
  background-color: #927B8D;
  cursor: pointer;
}
@media print, screen and (min-width: 769px) {
  form#property_search_form01 button#all-AreaChk02,
  form#property_search_form02 button#all-AreaChk02 {
    height: 63px;
    width: 100%;
    border-radius: 50px;
  }
}
@media only screen and (max-width: 768px) {
  form#property_search_form01 button#all-AreaChk02,
  form#property_search_form02 button#all-AreaChk02 {
    height: 40px;
    width: 50%;
    margin: 0 auto;
    border-radius: 10px;
  }
}
form#property_search_form01 button#all-AreaChk03,
form#property_search_form02 button#all-AreaChk03 {
  padding: 0 10px;
  color: #FFFFFF;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  font-size: 110%;
  /*border: 2px solid #D53580;
  background-color: #D53580;*/
  border: 2px solid #927B8D;
  background-color: #927B8D;
  cursor: pointer;
}
@media print, screen and (min-width: 769px) {
  form#property_search_form01 button#all-AreaChk03,
  form#property_search_form02 button#all-AreaChk03 {
    height: 63px;
    width: 100%;
    border-radius: 50px;
  }
}
@media only screen and (max-width: 768px) {
  form#property_search_form01 button#all-AreaChk03,
  form#property_search_form02 button#all-AreaChk03 {
    height: 40px;
    width: 50%;
    margin: 0 auto;
    border-radius: 10px;
  }
}
form#property_search_form01 button#all-TergtChk,
form#property_search_form02 button#all-TergtChk {
  padding: 0 10px;
  color: #FFFFFF;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  font-size: 110%;
  /*border: 2px solid #D53580;
  background-color: #D53580;*/
  border: 2px solid #927B8D;
  background-color: #927B8D;
  cursor: pointer;
}
@media print, screen and (min-width: 769px) {
  form#property_search_form01 button#all-TergtChk,
  form#property_search_form02 button#all-TergtChk {
    height: 63px;
    width: 100%;
    border-radius: 50px;
  }
}
@media only screen and (max-width: 768px) {
  form#property_search_form01 button#all-TergtChk,
  form#property_search_form02 button#all-TergtChk {
    height: 40px;
    width: 50%;
    margin: 0 auto;
    border-radius: 10px;
  }
}
form#property_search_form01 button#all-Tast01Chk,
form#property_search_form02 button#all-Tast01Chk {
  padding: 0 10px;
  color: #FFFFFF;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  font-size: 110%;
  /*border: 2px solid #D53580;
  background-color: #D53580;*/
  border: 2px solid #927B8D;
  background-color: #927B8D;
  cursor: pointer;
}
@media print, screen and (min-width: 769px) {
  form#property_search_form01 button#all-Tast01Chk,
  form#property_search_form02 button#all-Tast01Chk {
    height: 63px;
    width: 100%;
    border-radius: 50px;
  }
}
@media only screen and (max-width: 768px) {
  form#property_search_form01 button#all-Tast01Chk,
  form#property_search_form02 button#all-Tast01Chk {
    height: 40px;
    width: 50%;
    margin: 0 auto;
    border-radius: 10px;
  }
}
form#property_search_form01 button#all-MadoriChk,
form#property_search_form02 button#all-MadoriChk {
  padding: 0 10px;
  color: #FFFFFF;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  font-size: 110%;
  /*border: 2px solid #D53580;
  background-color: #D53580;*/
  border: 2px solid #927B8D;
  background-color: #927B8D;
  cursor: pointer;
}
@media print, screen and (min-width: 769px) {
  form#property_search_form01 button#all-MadoriChk,
  form#property_search_form02 button#all-MadoriChk {
    height: 63px;
    width: 100%;
    border-radius: 50px;
  }
}
@media only screen and (max-width: 768px) {
  form#property_search_form01 button#all-MadoriChk,
  form#property_search_form02 button#all-MadoriChk {
    height: 40px;
    width: 50%;
    margin: 0 auto;
    border-radius: 10px;
  }
}

.select_btn {
  flex-wrap: wrap;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  padding: 0 10px;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  width: 100%;
  height: 63px;
  border: 2px solid #D53580;
  border-radius: 50px;
  background-color: #fff;
  cursor: pointer;
}

.select_input:checked + .select_btn {
  background-color: #AA297D;
  color: #FFFFFF;
}

.my_pg02_btn a {
  background-color: #B74C9C;
  text-decoration: none;
  display: block;
  width: 100%;
  height: auto;
  padding: 25px 0;
  text-align: center;
  color: #FFFFFF;
  font-weight: 600;
}
@media print, screen and (min-width: 769px) {
  .my_pg02_btn a {
    font-size: 1.8rem;
  }
  .my_pg02_btn a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 768px) {
  .my_pg02_btn a {
    font-size: 1.2rem;
  }
}

.my_pg02_btn_off a {
  background-color: #A2A2A2;
  text-decoration: none;
  display: block;
  width: 100%;
  height: auto;
  padding: 25px 0;
  text-align: center;
  color: #FFFFFF;
  font-weight: 600;
}
@media print, screen and (min-width: 769px) {
  .my_pg02_btn_off a {
    font-size: 1.8rem;
  }
  .my_pg02_btn_off a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 768px) {
  .my_pg02_btn_off a {
    font-size: 1.2rem;
  }
}

.slider-rent {
  display: block;
  height: auto;
  margin: 0px auto 10px;
  width: 100%;
  background-color: #F3F3F3;
  position: relative;
}
.slider-rent a:after {
  position: absolute;
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
}
@media print, screen and (min-width: 769px) {
  .slider-rent a:after {
    top: 8px;
    right: 8px;
  }
}
@media only screen and (max-width: 768px) {
  .slider-rent a:after {
    top: 4px;
    right: 4px;
  }
}
.slider-rent figure {
  display: block;
  margin: 0 auto;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .slider-rent figure {
    /*height: 350px;*/
    height: 400px;
  }
}
@media only screen and (max-width: 768px) {
  .slider-rent figure {
    height: 240px;
  }
}

.slider-rent p {
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: auto;
  padding: 1%;
  color: #FFFFFF;
}
@media print, screen and (min-width: 769px) {
  .slider-rent p {
    line-height: 1.2 !important;
    font-size: 13px !important;
  }
}
@media only screen and (max-width: 768px) {
  .slider-rent p {
    line-height: 1.2 !important;
    font-size: 12px !important;
  }
}

.slider-rent figure > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.slider-nav {
  /*display: block;*/
  width: 100%;
  height: auto;
  margin: 0px auto;
}
.slider-nav figure {
  display: block;
  width: calc(100% / 6) !important;
}
@media print, screen and (min-width: 769px) {
  .slider-nav figure {
    margin: 0 0 5px;
  }
}
@media only screen and (max-width: 768px) {
  .slider-nav figure {
    margin: 0 0 5px;
  }
}
.slider-nav figure img {
  width: 100%;
  object-fit: cover;
}
@media print, screen and (min-width: 769px) {
  .slider-nav figure img {
    height: 58px;
  }
}
@media only screen and (max-width: 1280px) {
  .slider-nav figure img {
    height: 46px;
  }
}

.floor-plan {
  display: block;
  height: auto;
  margin: 0px auto 10px;
  width: 100%;
  background-color: #F3F3F3;
  position: relative;
}
.floor-plan a:after {
  position: absolute;
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
}
@media print, screen and (min-width: 769px) {
  .floor-plan a:after {
    top: 8px;
    right: 8px;
  }
}
@media only screen and (max-width: 768px) {
  .floor-plan a:after {
    top: 4px;
    right: 4px;
  }
}
.floor-plan figure {
  display: block;
  margin: 0 auto;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .floor-plan figure {
    height: 410px;
  }
}
@media only screen and (max-width: 768px) {
  .floor-plan figure {
    height: 240px;
  }
}

.floor-plan figure > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.floor-plan_list {
  display: block;
  height: auto;
  margin: 0px auto 10px;
  width: 100%;
  background-color: #F3F3F3;
  position: relative;
}
.floor-plan_list a:after {
  position: absolute;
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
  bottom: 3px;
  right: 3px;
}
.floor-plan_list figure {
  display: block;
  margin: 0 auto;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .floor-plan_list figure {
    height: 90px;
  }
}
@media only screen and (max-width: 768px) {
  .floor-plan_list figure {
    height: 66px;
  }
}

.floor-plan_list figure > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

ul#tab_area {
  width: 100%;
  display: table;
  border-collapse: separate;
  border-spacing: 4px 0px;
}
ul#tab_area li {
  display: table-cell;
  vertical-align: middle;
  width: 25%;
  height: 70px;
  text-align: center;
  border-radius: 5px;
  font-size: 1.2rem;
  cursor: pointer;
  color: #837879;
  border: 1px solid #B1B1B1;
}
ul#tab_area li.select {
  background-color: #FDDDE7;
  color: #C42C73;
  border: 1px solid #C42C73;
}

ul#tab_area01 {
  width: 100%;
  display: table;
  border-collapse: separate;
  border-spacing: 4px 0px;
}
ul#tab_area01 li {
  display: table-cell;
  vertical-align: middle;
  height: 70px;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  color: #837879;
  border: 1px solid #B1B1B1;
}
@media print, screen and (min-width: 769px) {
  ul#tab_area01 li {
    width: 45%;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 768px) {
  ul#tab_area01 li {
    width: 48%;
    font-size: 0.7rem;
  }
}
ul#tab_area01 li.select {
  background-color: #FDDDE7;
  color: #C42C73;
  border: 1px solid #C42C73;
}

.mv-pt-01 {
  display: block;
  height: auto;
  margin: 0px auto 0px;
  width: 100%;
}
@media print, screen and (min-width: 1281px) {
  .mv-pt-01 {
    position: relative;
  }
}
@media only screen and (max-width: 1280px) {
  .mv-pt-01 {
    background-color: #fce8e9;
    padding: 0 0 20px;
    margin-bottom: 20px;
  }
}
.mv-pt-01 figure {
  font-size: 0px;
  line-height: 0px;
  margin: 0px auto 0px;
}
@media print, screen and (min-width: 1281px) {
  .mv-pt-01 figure {
    width: 100%;
    /*max-width: 1000px;
    min-width: 900px;*/
  }
}
@media only screen and (max-width: 1280px) {
  .mv-pt-01 figure {
    width: 100%;
  }
}
.mv-pt-01 figure img {
  width: 100%;
  height: auto;
}
.mv-pt-01 .mv_info_btn {
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 1281px) {
  .mv-pt-01 .mv_info_btn {
    position: absolute;
    width: 32%;
    height: auto;
    bottom: 11.333333%;
    left: 35%;
    /*left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);*/
  }
  .mv-pt-01 .mv_info_btn:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 1280px) {
  .mv-pt-01 .mv_info_btn {
    width: 80%;
    height: auto;
    margin: 15px auto 0px;
  }
}
.mv-pt-01 .mv_info_btn img {
  width: 100%;
  height: auto;
}

.mv-pt-01_sub {
  display: block;
  height: auto;
  margin: 0px auto 0px;
  width: 100%;
}
.mv-pt-01_sub figure {
  font-size: 0px;
  line-height: 0px;
  margin: 0px auto 0px;
}
@media print, screen and (min-width: 1281px) {
  .mv-pt-01_sub figure {
    /*max-width: 1280px;
    min-width: 1100px;*/
    max-width: 1000px;
    min-width: 900px;
  }
}
@media only screen and (max-width: 1280px) {
  .mv-pt-01_sub figure {
    width: 100%;
  }
}
.mv-pt-01_sub figure img {
  width: 100%;
  height: auto;
}

.tmt_bg {
  width: 100%;
  height: auto;
  background-color: #82BCD2;
  /*background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;*/
}

.thy_bg {
  height: auto;
  position: relative;
  background-image: url("../images/common/bg_gr.jpg");
  background-size: contain;
  background-repeat: repeat-x;
}

.thy_bg01 {
  height: auto;
  position: relative;
  background-image: url("../images/top/tnmt_bg_red.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.thy_bg02 {
  background-image: url("../images/top/final_st_btn_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
}

.light01 {
  position: absolute;
  display: block;
  width: 3%;
  height: auto;
  left: -1.7%;
  top: 4%;
}
.light01 img {
  width: 100%;
  height: auto;
}

.light02 {
  position: absolute;
  display: block;
  width: 3%;
  height: auto;
  right: -1.7%;
  bottom: 4%;
}
.light02 img {
  width: 100%;
  height: auto;
}

.light03 {
  position: absolute;
  display: block;
  width: auto;
  height: 4%;
  left: 26%;
  bottom: -2.1%;
}
.light03 img {
  width: auto;
  height: 100%;
}

@media print, screen and (min-width: 769px) {
  .light04 {
    position: absolute;
    display: block;
    width: auto;
    height: 4%;
    right: 22%;
    bottom: -2.1%;
  }
  .light04 img {
    width: auto;
    height: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .light04 {
    display: none;
  }
}

@media print, screen and (min-width: 769px) {
  .light05 {
    position: absolute;
    display: block;
    width: auto;
    height: 4%;
    right: 4%;
    top: -2.1%;
  }
  .light05 img {
    width: auto;
    height: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .light05 {
    display: none;
  }
}

@media print, screen and (min-width: 769px) {
  .light06 {
    position: absolute;
    display: block;
    width: 9%;
    height: auto;
    right: -4.9%;
    bottom: 4%;
  }
  .light06 img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .light06 {
    display: none;
  }
}

@media print, screen and (min-width: 769px) {
  .light07 {
    position: absolute;
    display: block;
    width: 9%;
    height: auto;
    right: -4.9%;
    top: 4%;
  }
  .light07 img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .light07 {
    display: none;
  }
}

.light08 {
  position: absolute;
  display: block;
  width: 3%;
  height: auto;
  left: -1.2%;
  top: 4%;
}
.light08 img {
  width: 100%;
  height: auto;
}

.light09 {
  position: absolute;
  display: block;
  width: 3%;
  height: auto;
  right: -1.2%;
  bottom: 4%;
}
.light09 img {
  width: 100%;
  height: auto;
}

@media print, screen and (min-width: 769px) {
  .bf_icon_pc {
    position: relative;
  }
  .bf_icon_pc:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -60px;
    left: 46%;
    width: 8%;
    height: 70px;
    background-image: url("../images/top/aft_img.png");
    background-size: cover;
    background-repeat: no-repeat;
  }
}

@media only screen and (max-width: 768px) {
  .bf_icon_sm {
    position: relative;
  }
  .bf_icon_sm:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -18px;
    left: 46%;
    width: 8%;
    height: 50px;
    background-image: url("../images/top/aft_img.png");
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.bf_icon01 {
  position: relative;
}
.bf_icon01:after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../images/top/aft_img.png");
  background-size: cover;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 769px) {
  .bf_icon01:after {
    bottom: -60px;
    left: 49%;
    width: 2%;
    height: 70px;
  }
}
@media only screen and (max-width: 768px) {
  .bf_icon01:after {
    bottom: -48px;
    left: 46%;
    width: 8%;
    height: 50px;
  }
}

.mv-pt-02 {
  /*border-radius: 8px;*/
  border-radius: 10%;
  float: left;
  display: block;
  height: auto;
  margin-right: 3%;
  width: 72px;
  background-color: #ED34A7;
}
.mv-pt-02 figure {
  display: block;
  margin: 0 auto;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .mv-pt-02 figure {
    height: 65px;
  }
}
@media only screen and (max-width: 768px) {
  .mv-pt-02 figure {
    height: 65px;
  }
}

.mv-pt-02 figure > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.mv-pt-03 {
  /*border-radius: 8px;*/
  border-radius: 10%;
  float: left;
  display: block;
  height: auto;
  margin-right: 3%;
  width: 72px;
  background-color: #149DE0;
}
.mv-pt-03 figure {
  display: block;
  margin: 0 auto;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .mv-pt-03 figure {
    height: 65px;
  }
}
@media only screen and (max-width: 768px) {
  .mv-pt-03 figure {
    height: 65px;
  }
}

.mv-pt-03 figure > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

/*** 地図アイコン ***/
.rent-map-icon a {
  padding: 8px 0 12px 40px;
  margin: 0px 8px 0px 0px;
  display: inline-block;
  text-decoration: none !important;
  color: #000000;
}

.rent-map-icon-bnm a {
  padding: 8px 0 12px 40px;
  margin: 0px 8px 0px 0px;
  display: inline-block;
  text-decoration: none !important;
  color: #000000;
}
.rent-map-icon-bnm a i.icon-pname {
  font-style: normal !important;
  position: relative;
  display: block;
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 769px) {
  .rent-map-icon-bnm a i.icon-pname {
    width: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .rent-map-icon-bnm a i.icon-pname {
    width: 24px;
  }
}
.rent-map-icon-bnm a i.icon-pname img {
  width: 100%;
  height: auto;
}
.rent-map-icon-bnm a span.description {
  display: none;
  position: absolute;
  padding: 10px;
  font-size: 12px;
  line-height: 1.6em;
  color: #1A1A1A;
  border-radius: 5px;
  background: #FFFFFF;
  border: solid 4px #5e95d5;
  width: 300px;
  height: 90px;
}
.rent-map-icon-bnm a span.description:after, .rent-map-icon-bnm a span.description:before {
  top: 100%;
  left: 12%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.rent-map-icon-bnm a span.description:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 10px;
  margin-left: -10px;
}
.rent-map-icon-bnm a span.description:before {
  border-color: rgba(94, 149, 213, 0);
  border-top-color: #5e95d5;
  border-width: 16px;
  margin-left: -16px;
}
.rent-map-icon-bnm a i.icon-pname:hover span.description {
  display: inline-block !important;
  top: -103px !important;
  left: -30px !important;
  z-index: 20 !important;
}
@media only screen and (max-width: 768px) {
  .rent-map-icon-bnm a i.icon-pname:hover span.description {
    display: none !important;
  }
}

.rent-map-icon-mn {
  padding: 8px 0 12px 40px;
  margin: 0px 8px 0px 0px;
  display: inline-block;
  text-decoration: none !important;
  color: #000000;
}

.rent-map-icon-dn {
  padding: 8px 0 12px 40px;
  margin: 0px 8px 0px 0px;
  display: inline-block;
  text-decoration: none !important;
  color: #000000;
}

/*** 地図アイコン ***/
li p.popdis:hover span.description {
  display: inline-block !important;
  top: -103px !important;
  left: -30px !important;
  z-index: 20 !important;
}
@media only screen and (max-width: 768px) {
  li p.popdis:hover span.description {
    display: none;
  }
}

li p.popdis:hover span.description01 {
  display: inline-block !important;
  top: -113px !important;
  left: -30px !important;
  z-index: 20 !important;
}
@media only screen and (max-width: 768px) {
  li p.popdis:hover span.description01 {
    display: none;
  }
}

@media print, screen and (min-width: 769px) {
  li p.popdis {
    position: relative;
  }
}
li p.popdis span.description {
  display: none;
  position: absolute;
  padding: 10px;
  font-size: 12px;
  line-height: 1.6em;
  color: #1A1A1A;
  border-radius: 5px;
  background: #FFFFFF;
  border: solid 4px #5e95d5;
  width: 300px;
  height: 90px;
}
li p.popdis span.description:after, li p.popdis span.description:before {
  top: 100%;
  left: 12%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
li p.popdis span.description:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 10px;
  margin-left: -10px;
}
li p.popdis span.description:before {
  border-color: rgba(94, 149, 213, 0);
  border-top-color: #5e95d5;
  border-width: 16px;
  margin-left: -16px;
}
li p.popdis span.description01 {
  display: none;
  position: absolute;
  padding: 10px;
  font-size: 12px;
  line-height: 1.6em;
  color: #1A1A1A;
  border-radius: 5px;
  background: #FFFFFF;
  border: solid 4px #5e95d5;
  width: 300px;
  height: 110px;
}
li p.popdis span.description01:after, li p.popdis span.description01:before {
  top: 100%;
  left: 12%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
li p.popdis span.description01:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 10px;
  margin-left: -10px;
}
li p.popdis span.description01:before {
  border-color: rgba(94, 149, 213, 0);
  border-top-color: #5e95d5;
  border-width: 16px;
  margin-left: -16px;
}

.rent_at_area {
  background-color: #FBFDFF;
  border: #1675C3 2px solid;
  padding: 0.5em;
  margin: 10px auto 25px;
  width: 90%;
}
.rent_at_area p.comA {
  text-align: center !important;
  line-height: 170%;
  font-size: 100%;
  font-weight: normal;
}
@media print, screen and (min-width: 769px) {
  .rent_at_area p.comA {
    font-size: 20px !important;
  }
}
@media only screen and (max-width: 768px) {
  .rent_at_area p.comA {
    font-size: 10px !important;
  }
}
.rent_at_area p.comB {
  text-align: center !important;
  line-height: 170%;
  font-size: 100%;
  font-weight: normal;
}
@media print, screen and (min-width: 769px) {
  .rent_at_area p.comB {
    font-size: 26px !important;
  }
}
@media only screen and (max-width: 768px) {
  .rent_at_area p.comB {
    font-size: 12px !important;
  }
}
@media print, screen and (min-width: 769px) {
  .rent_at_area p span {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .rent_at_area p span {
    font-size: 9px;
  }
}
.rent_at_area .triangle3 {
  width: 0;
  height: 0;
  margin: 6px auto;
  border-left: 22px solid transparent;
  border-right: 22px solid transparent;
  border-top: 22px solid #1675C3;
}

#map_space {
  border: 1px solid #D33C79;
  margin-right: auto;
  margin-left: auto;
}
@media print, screen and (min-width: 769px) {
  #map_space {
    width: 100%;
    height: 670px;
  }
}
@media only screen and (max-width: 768px) {
  #map_space {
    width: 100%;
    height: 370px;
  }
}

ul#beginner_list li {
  margin: 0px !important;
  padding: 0px !important;
}
@media print, screen and (min-width: 769px) {
  ul#beginner_list li:nth-child(4) a, ul#beginner_list li:nth-child(8) a {
    border-right: none !important;
  }
  ul#beginner_list li:nth-child(5) a, ul#beginner_list li:nth-child(6) a, ul#beginner_list li:nth-child(7) a, ul#beginner_list li:nth-child(8) a {
    border-bottom: none !important;
  }
}
ul#beginner_list li a {
  display: block;
  text-decoration: none;
  color: #2E2E2E;
  font-size: 1.1rem;
}
@media print, screen and (min-width: 769px) {
  ul#beginner_list li a {
    padding: 40px 5%;
    border-bottom: 1px solid #C4C4C4;
    border-right: 1px solid #C4C4C4;
  }
  ul#beginner_list li a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 768px) {
  ul#beginner_list li a {
    position: relative;
    padding: 15px 24px 15px 2%;
    border-bottom: 1px solid #C4C4C4;
  }
}
ul#beginner_list li a:after {
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 769px) {
  ul#beginner_list li a:after {
    display: block;
    width: 28px;
    height: 28px;
    margin: 30px auto 3px;
  }
}
@media only screen and (max-width: 768px) {
  ul#beginner_list li a:after {
    position: absolute;
    top: 40%;
    right: 2px;
    display: block;
    width: 20px;
    height: 20px;
  }
}

#mypg_link_area {
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  display: none;
  color: #FFFFFF;
}
@media print, screen and (min-width: 769px) {
  #mypg_link_area {
    background-size: cover;
    padding: 2% 6%;
  }
}
@media only screen and (max-width: 768px) {
  #mypg_link_area {
    background-size: cover;
    background-position: center top;
    padding: 25px 12%;
  }
}
@media print, screen and (min-width: 769px) {
  #mypg_link_area #mypg_ti01 {
    font-size: 1.5rem;
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 768px) {
  #mypg_link_area #mypg_ti01 {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
}
#mypg_link_area #mypg_ti02 {
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 769px) {
  #mypg_link_area #mypg_ti02 {
    width: 40%;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 768px) {
  #mypg_link_area #mypg_ti02 {
    width: 80%;
    margin: 0 0 50px;
  }
}
#mypg_link_area #mypg_ti02 img {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  #mypg_link_area #mypg_com {
    font-size: 1.0rem;
    line-height: 1.6;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 768px) {
  #mypg_link_area #mypg_com {
    font-size: 0.8rem;
    line-height: 1.2;
    margin-bottom: 45px;
  }
}
#mypg_link_area #mypg_btn_area {
  margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
  #mypg_link_area #mypg_btn_area {
    width: 70%;
  }
}
@media only screen and (max-width: 768px) {
  #mypg_link_area #mypg_btn_area {
    width: 98%;
  }
}
#mypg_link_area #mypg_btn_area #entry_btn a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #FFFFFF;
  background-repeat: repeat;
  border-radius: 50px;
  border: solid 1px #FFFFFF;
}
@media print, screen and (min-width: 769px) {
  #mypg_link_area #mypg_btn_area #entry_btn a {
    padding: 12px 0;
    float: left;
    width: 48%;
  }
  #mypg_link_area #mypg_btn_area #entry_btn a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 768px) {
  #mypg_link_area #mypg_btn_area #entry_btn a {
    padding: 8px 0;
    margin: 0 auto 10px;
    float: none;
    width: 98%;
  }
}
#mypg_link_area #mypg_btn_area #login_btn a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #FFFFFF;
  background-repeat: repeat;
  border-radius: 50px;
  border: solid 1px #DE188F;
}
@media print, screen and (min-width: 769px) {
  #mypg_link_area #mypg_btn_area #login_btn a {
    padding: 12px 0;
    float: right;
    width: 48%;
  }
  #mypg_link_area #mypg_btn_area #login_btn a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 768px) {
  #mypg_link_area #mypg_btn_area #login_btn a {
    padding: 8px 0;
    margin: 0 auto 10px;
    float: none;
    width: 98%;
  }
}

.win_area {
  position: relative;
  width: 100%;
  height: auto;
  line-height: 0px;
  font-size: 0px;
  background-image: url("../images/common/fin_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.win_area img {
  width: 100%;
  height: auto;
}
.win_area .win_crown {
  position: absolute;
  width: 24%;
  height: auto;
  line-height: 0px;
  font-size: 0px;
  top: -2%;
  left: 38%;
}
.win_area .win_crown img {
  width: 100%;
  height: auto;
}

.left-24 {
  float: left;
  width: 24%;
}

.right-76 {
  float: right;
  width: 76%;
}

.ft_ad_info {
  text-align: center;
}
@media print, screen and (min-width: 1281px) {
  .ft_ad_info {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 1280px) {
  .ft_ad_info {
    font-size: 0.85rem;
  }
}
@media print, screen and (min-width: 1281px) {
  .ft_ad_info span {
    margin-right: 8px;
  }
}
@media only screen and (max-width: 1280px) {
  .ft_ad_info span {
    display: block;
    margin-top: 5px;
  }
}
.ft_ad_info span.tel-lin a {
  text-decoration: none !important;
  color: #000000 !important;
}

ul.ft_link_tab {
  display: flex !important;
  flex-wrap: wrap !important;
  flex-direction: row !important;
  justify-content: space-evenly !important;
}
@media print, screen and (min-width: 1281px) {
  ul.ft_link_tab {
    width: 70%;
    font-size: 1rem;
    margin: 43px auto 0px;
  }
}
@media only screen and (max-width: 1280px) {
  ul.ft_link_tab {
    width: 90%;
    font-size: 0.85rem;
    margin: 21px auto 0px;
  }
}
ul.ft_link_tab li {
  display: block;
  text-align: center;
}
@media print, screen and (min-width: 1281px) {
  ul.ft_link_tab li {
    width: 33%;
    padding: 0 0%;
    border-right: 1px solid #323232;
  }
}
@media only screen and (max-width: 1280px) {
  ul.ft_link_tab li {
    width: 48%;
    margin: 8px 1%;
    border-left: 1px solid #A0A0A0;
    border-right: 1px solid #A0A0A0;
  }
}
ul.ft_link_tab li a {
  color: #1D1D1D;
}
@media print, screen and (min-width: 1281px) {
  ul.ft_link_tab li a {
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 1280px) {
  ul.ft_link_tab li a {
    font-size: 0.72rem;
  }
}
@media print, screen and (min-width: 1281px) {
  ul.ft_link_tab li:last-child {
    border-right: none;
  }
}

address {
  text-align: center;
  color: #575757;
}
@media print, screen and (min-width: 1281px) {
  address {
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 1280px) {
  address {
    font-size: 0.85rem;
  }
}

.sec-bg01 {
  height: auto;
}
@media print, screen and (min-width: 1281px) {
  .sec-bg01 {
    background-image: url("../images/sec_bg01.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
    width: 100%;
  }
}
@media only screen and (max-width: 1280px) {
  .sec-bg01 {
    width: 98%;
    margin: 0 auto;
    border-top: solid 1px #e94345;
    border-bottom: solid 1px #e94345;
  }
}

.sec-bg02 {
  height: auto;
}
@media print, screen and (min-width: 1281px) {
  .sec-bg02 {
    background-image: url("../images/sec_bg02.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
    width: 100%;
  }
}
@media only screen and (max-width: 1280px) {
  .sec-bg02 {
    width: 98%;
    margin: 0 auto;
    border-top: solid 1px #e94345;
    border-bottom: solid 1px #e94345;
  }
}

.jy_tp_area {
  position: relative;
  width: 100%;
  height: auto;
}
.jy_tp_area .jy_tp_pt01 {
  position: absolute;
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 769px) {
  .jy_tp_area .jy_tp_pt01 {
    width: 17%;
    height: auto;
    left: 0px;
    top: -8px;
  }
}
@media only screen and (max-width: 768px) {
  .jy_tp_area .jy_tp_pt01 {
    width: 13%;
    height: auto;
    left: 0px;
    bottom: -2%;
  }
}
.jy_tp_area .jy_tp_pt01 img {
  width: 100%;
  height: auto;
}
.jy_tp_area .jy_tp_pt02 {
  position: absolute;
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 769px) {
  .jy_tp_area .jy_tp_pt02 {
    width: 17%;
    height: auto;
    right: 0px;
    top: -8px;
  }
}
@media only screen and (max-width: 768px) {
  .jy_tp_area .jy_tp_pt02 {
    width: 13%;
    height: auto;
    right: 0px;
    bottom: -2%;
  }
}
.jy_tp_area .jy_tp_pt02 img {
  width: 100%;
  height: auto;
}

.lsf_q_a_area {
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media print, screen and (min-width: 769px) {
  .lsf_q_a_area {
    margin-bottom: 23px;
    border-radius: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .lsf_q_a_area {
    margin-bottom: 18px;
    border-radius: 15px;
  }
}
.lsf_q_a_area .lsf_q_a_ti {
  background-color: #707070;
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .lsf_q_a_area .lsf_q_a_ti {
    padding: 1.5rem 1.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .lsf_q_a_area .lsf_q_a_ti {
    padding: 1.5rem .8rem;
  }
}
.lsf_q_a_area .lsf_q_a_ti p {
  line-height: 1.3;
  color: #FFFFFF;
}
@media print, screen and (min-width: 769px) {
  .lsf_q_a_area .lsf_q_a_ti p {
    font-size: 120%;
  }
}
@media only screen and (max-width: 768px) {
  .lsf_q_a_area .lsf_q_a_ti p {
    font-size: 110%;
  }
}
.lsf_q_a_area .lsf_q_a_ti p:before {
  content: "";
  display: inline-block;
  background-image: url("../images/q_a_icon.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 769px) {
  .lsf_q_a_area .lsf_q_a_ti p:before {
    width: 28px;
    height: 28px;
    margin: 0 7px -4px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .lsf_q_a_area .lsf_q_a_ti p:before {
    width: 23px;
    height: 23px;
    margin: 0 4px -3px 0px;
  }
}
.lsf_q_a_area .lsf_q_a_com {
  background-color: #FFFFFF;
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .lsf_q_a_area .lsf_q_a_com {
    padding: 1.5rem 1.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .lsf_q_a_area .lsf_q_a_com {
    padding: 1.5rem .8rem;
  }
}
.lsf_q_a_area .lsf_q_a_com p {
  line-height: 1.5;
  color: #292929;
}
@media print, screen and (min-width: 769px) {
  .lsf_q_a_area .lsf_q_a_com p {
    font-size: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .lsf_q_a_area .lsf_q_a_com p {
    font-size: 100%;
  }
}

/*タイトル関連*/
.subti-data {
  height: auto;
  text-align: center !important;
  display: inline-block !important;
  color: #FFFFFF;
  font-weight: 500;
  background: linear-gradient(0.25turn, #e94345, #d81b79);
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;
  font-weight: 600;
}
@media print, screen and (min-width: 769px) {
  .subti-data {
    font-size: 218%;
    line-height: 1.5;
    padding: 10px 80px 10px;
    margin: 30px 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  .subti-data {
    width: 100%;
    font-size: 146%;
    padding: 4px 6% 4px;
    line-height: 1.5;
    margin: 20px auto 20px;
  }
}
.subti-data span {
  font-weight: 600;
  color: #ffcf0e;
}
@media print, screen and (min-width: 769px) {
  .subti-data span {
    font-size: 178%;
    margin: 0px 6px -19px;
    line-height: 0.1;
    display: inline-block;
  }
}
@media only screen and (max-width: 768px) {
  .subti-data span {
    font-size: 146%;
    margin: -4px 5px 0px;
    line-height: 0.1;
    display: inline-block;
  }
}
@media print, screen and (min-width: 769px) {
  .subti-data br {
    display: none;
  }
}

h2 {
  height: auto;
  text-align: center;
  /*color: #FFFFFF;
  font-weight: 500;
  background: linear-gradient(0.25turn, #e94345, #d81b79);
  @include wi-pc{
  max-width: 80%;
  min-width: 68%;
  font-size:218%;
  line-height:1.5;
  padding: 10px 20px 10px;
  margin: 30px auto 30px;
  }
  @include wi-sm1{
  font-size:186%;
  padding: 9px 0px 9px;
  line-height:45px;
  margin: 20px 0px 20px;
  }*/
}
h2.form_ti {
  color: #FFFFFF;
}
@media print, screen and (min-width: 769px) {
  h2.form_ti {
    width: 98%;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    background: #04B4D0;
    border: solid 1px #04B4D0;
    margin: 0 auto;
    /*position: absolute;
    top: -40px;
    left: 0;
    right: 0;*/
  }
}
@media only screen and (max-width: 768px) {
  h2.form_ti {
    width: 96%;
    font-size: 120%;
    font-weight: bold;
    text-align: center;
    background: #04B4D0;
    border: solid 1px #04B4D0;
    border-radius: 25px;
    margin: 0 auto 30px;
  }
}
h2.ti_blog {
  padding-bottom: .5em;
  border-bottom: 1px solid #ccc;
}
@media print, screen and (min-width: 769px) {
  h2.ti_blog {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 768px) {
  h2.ti_blog {
    margin-bottom: 34px;
  }
}
h2.ti_blog span {
  display: block;
  margin-bottom: .2em;
  color: #aaa;
}
@media print, screen and (min-width: 769px) {
  h2.ti_blog span {
    font-size: 40%;
  }
}
@media only screen and (max-width: 768px) {
  h2.ti_blog span {
    font-size: 35%;
  }
}
h2.ti_blog::before {
  content: "" !important;
  font-family: "Icons" !important;
  padding-right: 0px !important;
}
h2.ti_mmyr {
  display: block;
  text-align: left;
  width: 100%;
  height: auto;
  color: #1169B1;
  font-weight: 500;
  border-top: 0px;
  border-bottom: 1px solid #C0C0C0;
}
h2.ti_mmyr span.mmyr_icon {
  display: inline-block;
  vertical-align: middle;
  background-color: #f3f3f3;
  border-radius: 50%;
}
@media print, screen and (min-width: 769px) {
  h2.ti_mmyr span.mmyr_icon {
    width: 50px;
    height: 50px;
    margin: 0 20px 0 12px;
  }
}
@media only screen and (max-width: 768px) {
  h2.ti_mmyr span.mmyr_icon {
    width: 30px;
    height: 30px;
    margin: 0 10px 0 2px;
  }
}
h2.ti_mmyr span.mmyr_icon span.mmyr_icon_in {
  display: block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}
@media print, screen and (min-width: 769px) {
  h2.ti_mmyr span.mmyr_icon span.mmyr_icon_in {
    width: 40px;
    height: 40px;
    margin: 5px;
  }
}
@media only screen and (max-width: 768px) {
  h2.ti_mmyr span.mmyr_icon span.mmyr_icon_in {
    width: 26px;
    height: 26px;
    margin: 2px;
  }
}
@media print, screen and (min-width: 769px) {
  h2.ti_mmyr {
    font-size: 198%;
    line-height: 40px;
    /*padding: 20px 0px;*/
    padding: 80px 0px;
    margin: 0px;
  }
}
@media only screen and (max-width: 768px) {
  h2.ti_mmyr {
    font-size: 143%;
    padding: 7px 0px;
    line-height: 45px;
    margin: 0px;
  }
}
@media print, screen and (min-width: 769px) {
  h2.ti_mmyr_bg01 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right top;
  }
}
@media print, screen and (min-width: 769px) {
  h2.ti_mmyr_bg02 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right top;
  }
}
h2.in_ti01 {
  border-top: none !important;
  text-align: center !important;
}

h3 {
  text-align: center;
  /*position: relative;
  font-weight:500;
  height:auto;
  border: 1px solid #C9C9C9;
  background-color: #F8F8F8;
  @include wi-pc{
  font-size: 160%;
  padding: .75em 1em .75em 1.2em;
  margin: 40px 0px 15px;
  }
  @include wi-sm1{
  font-size: 124%;
  padding: .75em 1em .75em 1.1em;
  margin: 35px 0px 15px;
  }
  &::after {
  	position: absolute;
  	top: .5em;
  	left: .5em;
  	content: '';
  	width: 6px;
  	height: -webkit-calc(100% - 1em);
  	height: calc(100% - 1em);
  	border-radius: 2px;
  	@include bg_cobs;
  }*/
}
@media print, screen and (min-width: 769px) {
  h3 span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  h3 span {
    font-size: 11px;
  }
}
h3.normal {
  text-align: left !important;
  font-weight: 600 !important;
}
@media print, screen and (min-width: 769px) {
  h3.normal {
    font-size: 18px !important;
    margin: 0 auto 10px auto !important;
  }
}
@media only screen and (max-width: 768px) {
  h3.normal {
    font-size: 14px !important;
    margin: 0 auto 10px auto !important;
  }
}
h3.normal::before {
  content: "";
  font-family: "";
  padding-right: 0px;
  color: #206bee;
}
h3 .ti_des01 {
  color: #fa475d;
  border: solid 2px #fa475d;
  background-color: #FFFFFF;
  text-align: center;
  display: inline-block;
  font-weight: 600;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;
}
@media print, screen and (min-width: 769px) {
  h3 .ti_des01 {
    /*width: 42%;*/
    font-size: 1.8rem;
    padding: .2em 60px;
    margin: 0px auto 25px;
  }
}
@media only screen and (max-width: 768px) {
  h3 .ti_des01 {
    width: 80%;
    font-size: 1.0rem;
    padding: 0.1em 1em;
    /*font-size: 1.5rem;
    padding: .4em 0em;*/
    margin: 0px auto 22px;
  }
}
h3 .ti_des01_sub {
  color: #FFFFFF;
  border: solid 2px #fa475d;
  background: linear-gradient(0.25turn, #e94345, #d81b79);
  text-align: center;
  display: inline-block;
  font-weight: 600;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;
}
@media print, screen and (min-width: 769px) {
  h3 .ti_des01_sub {
    /*width: 42%;*/
    font-size: 1.8rem;
    padding: .2em 60px;
    margin: 0px auto 25px;
  }
}
@media only screen and (max-width: 768px) {
  h3 .ti_des01_sub {
    width: 90%;
    font-size: 1.0rem;
    padding: 0.1em 1em;
    /*font-size: 1.5rem;
    padding: .4em 0em;*/
    margin: 0px auto 22px;
  }
}
h3 .ti_des01_sub span {
  font-weight: 600;
  color: #FFFFFF;
}
@media print, screen and (min-width: 769px) {
  h3 .ti_des01_sub span {
    font-size: 2.6rem;
    margin: 0px 3px -19px;
    line-height: 0.1;
    display: inline-block;
  }
}
@media only screen and (max-width: 768px) {
  h3 .ti_des01_sub span {
    font-size: 1.3rem;
    margin: -4px 3px 0px;
    line-height: 0.1;
    display: inline-block;
  }
}
h3.ti_des02 {
  color: #fa475d;
  border: solid 2px #fa475d;
  background-color: #FFFFFF;
  text-align: center;
  font-weight: 600;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;
  /*padding-bottom: .5em;
  border-bottom: 1px solid #ccc;
  span {
  	display: block;
  	margin-bottom: .2em;
  	color: #aaa;
  	@include wi-pc{
  	font-size: 14px;
  	}
  	@include wi-sm1{
  	font-size: 12px;
  	}
  }
  &::before {
  	content:""!important;
  	font-family:"Icons"!important;
  	padding-right:0px!important;
  }*/
}
@media print, screen and (min-width: 769px) {
  h3.ti_des02 {
    width: 90%;
    font-size: 1.8rem;
    padding: .2em 0em;
    margin: 0px 0px 15px;
  }
}
@media only screen and (max-width: 768px) {
  h3.ti_des02 {
    width: 80%;
    font-size: 1.0rem;
    padding: 0.1em 0em;
    /*font-size: 1.5rem;
    padding: .4em 0em;*/
    margin: 0px auto 12px;
  }
}
@media print, screen and (min-width: 769px) {
  h3.ti_des03 {
    border: 1px solid #ccc;
    padding-bottom: 80px;
    padding-top: 80px;
    padding-left: 20px !important;
    font-size: 28px !important;
    border-radius: 10px;
  }
}
@media only screen and (max-width: 768px) {
  h3.ti_des03 {
    border-bottom: 1px solid #ccc;
    padding-bottom: .5em;
    font-size: 20px !important;
  }
}
h3.ti_des03 span {
  display: block;
  margin-bottom: .2em;
  color: #aaa;
}
@media print, screen and (min-width: 769px) {
  h3.ti_des03 span {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  h3.ti_des03 span {
    font-size: 12px;
  }
}
h3.ti_des03::before {
  content: "" !important;
  font-family: "Icons" !important;
  padding-right: 0px !important;
}
h3.ti_des04 {
  position: relative;
  border: none;
}
@media print, screen and (min-width: 769px) {
  h3.ti_des04 {
    padding: .6em 0.5em .6em 0.5em;
    margin: 0px 0px 0px;
  }
}
@media only screen and (max-width: 768px) {
  h3.ti_des04 {
    padding: .7em 0.5em .7em 0.5em;
    margin: 0px 0px 12px;
  }
}
h3.ti_des04::after {
  opacity: 0;
  position: absolute;
  top: .5em;
  left: .5em;
  content: '';
  width: 6px;
  height: -webkit-calc(100% - 1em);
  height: calc(100% - 1em);
  border-radius: 2px;
  /*background-color: #15418E;
  background-color: #5f91e9;*/
  background-color: #8E9295;
}

h4 {
  text-align: left;
  font-weight: 500;
  border-bottom: 1px dotted #8A8A8A;
}
@media print, screen and (min-width: 769px) {
  h4 {
    font-size: 133%;
    padding: 8px 0px;
    margin: 0 auto 25px auto;
  }
}
@media only screen and (max-width: 768px) {
  h4 {
    font-size: 118%;
    padding: 6px 0px;
    margin: 0 auto 18px auto;
  }
}
h4::before {
  content: "●";
  font-family: "Icons";
  padding-right: 5px;
  color: #8E9295;
}

h5 {
  font-weight: 600;
  height: auto;
  border-left: 2px solid #5f91e9;
  border-bottom: 1px solid #E9E9E9;
}
@media print, screen and (min-width: 769px) {
  h5 {
    font-size: 120%;
    margin: 0px auto 5px auto;
    padding: 5px 0 5px 1rem;
  }
}
@media only screen and (max-width: 768px) {
  h5 {
    font-size: 111%;
    margin: 0px auto 5px auto;
    padding: 5px 0 5px 1rem;
    width: 96%;
  }
}

h6 {
  margin: 3rem 0 1.5rem 0;
  font-size: 1.2rem;
  font-weight: 500;
}

.step_ti {
  text-decoration: none !important;
  color: #5d95c8;
  font-weight: 600;
  font-style: italic;
  display: block;
}
@media print, screen and (min-width: 769px) {
  .step_ti {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 2.2rem;
    line-height: 3.5;
    border-top: 6px solid #5d95c8;
  }
}
@media only screen and (max-width: 768px) {
  .step_ti {
    width: 100%;
    margin: 0 auto 25px;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.5;
    border-top: 4px solid #5d95c8;
  }
}

.step_ti_sub {
  text-decoration: none !important;
  color: #5d95c8;
  font-weight: 600;
  font-style: italic;
  display: block;
}
@media print, screen and (min-width: 769px) {
  .step_ti_sub {
    width: 100%;
    margin: 0 auto 65px;
    text-align: left;
    font-size: 2.2rem;
    padding: 32px 0px;
    line-height: 1.5;
    border-top: 6px solid #5d95c8;
    border-bottom: 1px solid #d3d3d3;
  }
}
@media only screen and (max-width: 768px) {
  .step_ti_sub {
    width: 100%;
    margin: 0 auto 35px;
    text-align: center;
    font-size: 1.5rem;
    line-height: 2.8;
    border-bottom: 2px solid #5d95c8;
  }
}

.step {
  text-decoration: none !important;
  padding: 0;
  margin: 0;
  position: relative;
  width: 100%;
  display: block;
  background: #5d95c8;
  padding: 1.2em;
  text-align: center;
  color: #fff;
}

@media print, screen and (min-width: 769px) {
  .step_font_jp {
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1;
  }
}
@media only screen and (max-width: 768px) {
  .step_font_jp {
    font-size: 0.5rem;
    line-height: 1;
  }
}

@media print, screen and (min-width: 769px) {
  .step_font_en {
    font-size: 1.3rem;
    line-height: 1;
  }
}
@media only screen and (max-width: 768px) {
  .step_font_en {
    font-size: 0.65rem;
    line-height: 1.3;
  }
}

.-title {
  font-size: 1.9rem;
  line-height: 1.5;
  margin: 0px;
  margin: 1rem 0 2rem;
}

.rent_list_ti {
  display: block;
  width: 100%;
  height: auto;
  font-size: 130%;
  font-weight: 500;
  line-height: 1.4;
  padding: 0px 0px 0px 0px;
  color: #000000;
  text-align: left;
}
@media print, screen and (min-width: 769px) {
  .rent_list_ti {
    margin: 8px auto 4px;
  }
}
@media only screen and (max-width: 768px) {
  .rent_list_ti {
    margin: 20px auto 8px;
  }
}

.md_ti_area {
  height: auto;
  margin: 0 auto;
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 769px) {
  .md_ti_area {
    width: 46%;
  }
}
@media only screen and (max-width: 768px) {
  .md_ti_area {
    width: 86%;
  }
}
.md_ti_area img {
  width: 100%;
  height: auto;
}

.mi_ti_area_out {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .mi_ti_area_out {
    border-radius: 20px;
    padding-left: 35px;
    border: solid 3px #BED4DA;
  }
}
@media only screen and (max-width: 768px) {
  .mi_ti_area_out {
    border-radius: 16px;
    padding-left: 43px;
    border: solid 2px #BED4DA;
  }
}
.mi_ti_area_out.ti_icon01 {
  position: relative;
}
.mi_ti_area_out.ti_icon01:before {
  position: absolute;
  content: "";
  display: block;
  background-image: url("../images/common/ti_ico_01.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 769px) {
  .mi_ti_area_out.ti_icon01:before {
    width: 53px;
    height: 53px;
    left: -23px;
    top: -5px;
  }
}
@media only screen and (max-width: 768px) {
  .mi_ti_area_out.ti_icon01:before {
    width: 33px;
    height: 33px;
    left: -8px;
    top: -5px;
  }
}
.mi_ti_area_out.ti_icon02 {
  position: relative;
}
.mi_ti_area_out.ti_icon02:before {
  position: absolute;
  content: "";
  display: block;
  background-image: url("../images/common/ti_ico_02.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 769px) {
  .mi_ti_area_out.ti_icon02:before {
    width: 53px;
    height: 53px;
    left: -23px;
    top: -5px;
  }
}
@media only screen and (max-width: 768px) {
  .mi_ti_area_out.ti_icon02:before {
    width: 33px;
    height: 33px;
    left: -8px;
    top: -5px;
  }
}

.mi_ti_area {
  height: auto;
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 769px) {
  .mi_ti_area {
    /*width: 250px;*/
    width: 320px;
  }
}
@media only screen and (max-width: 768px) {
  .mi_ti_area {
    width: 70%;
    margin: 0 0;
  }
}
.mi_ti_area img {
  width: 100%;
  height: auto;
}

.poli_com {
  width: 100%;
  margin: 0px auto;
  overflow: hidden;
  text-align: center;
}
.poli_com.icon01:before {
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  margin: 0 auto 10px;
  background-repeat: no-repeat;
  background-size: cover;
}
.poli_com.icon02:before {
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  margin: 0 auto 10px;
  background-repeat: no-repeat;
  background-size: cover;
}
.poli_com span {
  font-weight: 600;
  position: relative;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  text-align: left;
}
@media print, screen and (min-width: 769px) {
  .poli_com span {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .poli_com span {
    font-size: 1.4rem;
  }
}
.poli_com span:before {
  position: absolute;
  top: 50%;
  content: '';
  width: 400%;
  height: 5px;
  background-color: #8E0C2C;
}
.poli_com span:after {
  position: absolute;
  top: 50%;
  content: '';
  width: 400%;
  height: 5px;
  background-color: #8E0C2C;
}
.poli_com span:before {
  right: 100%;
}
.poli_com span:after {
  left: 100%;
}

.poli_com_sub {
  width: 90%;
  margin: 0px auto;
  overflow: hidden;
  text-align: center;
}
.poli_com_sub span {
  position: relative;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  text-align: left;
  border: #07498E solid 1px;
}
.poli_com_sub span:before {
  position: absolute;
  top: 50%;
  content: '';
  width: 400%;
  height: 1px;
  background-color: #ccc;
}
.poli_com_sub span:after {
  position: absolute;
  top: 50%;
  content: '';
  width: 400%;
  height: 1px;
  background-color: #ccc;
}
.poli_com_sub span:before {
  right: 100%;
}
.poli_com_sub span:after {
  left: 100%;
}

.dl_info_ti {
  /*padding: 0 1rem 1rem 1.6rem;
  padding-top: 20px;*/
  position: relative;
  line-height: 1;
  text-align: center;
  background-color: #d8d8d8 !important;
  font-weight: 600;
}
@media print, screen and (min-width: 769px) {
  .dl_info_ti {
    padding: 20px 1rem 20px 1rem;
    font-size: 134%;
  }
}
@media only screen and (max-width: 768px) {
  .dl_info_ti {
    padding: 16px 1rem 16px 1rem;
    font-size: 118%;
  }
}

.at_ti {
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .at_ti {
    /*font-size: 100%;*/
    font-size: 120%;
  }
}
@media only screen and (max-width: 768px) {
  .at_ti {
    /*font-size: 90%;*/
    font-size: 110%;
    padding: 7px 0px;
    border-top: 1px dotted #E5ADAE;
    border-bottom: 1px dotted #E5ADAE;
  }
}
@media print, screen and (min-width: 769px) {
  .at_ti br {
    display: none;
  }
}
.at_ti:before {
  content: "";
  background-image: url("../images/at_ti_icon.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 769px) {
  .at_ti:before {
    display: inline-block;
    margin: 0 8px -4px 0;
    /*width: 18px;
    height: 18px;*/
    width: 20px;
    height: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .at_ti:before {
    display: block;
    /*margin: 0 4px -3px 0;
    width: 14px;
    height: 14px;*/
    margin: 6px auto;
    width: 18px;
    height: 18px;
  }
}

.hd_ti01 {
  /*position: relative;
  display: inline-block;
  padding: 0 45px;*/
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .hd_ti01 {
    font-size: 1.2rem;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .hd_ti01 {
    font-size: 1.0rem;
    margin-bottom: 12px;
  }
}
.hd_ti01:before {
  content: '';
  /*position: absolute;
  top: 34%;
  left:0;*/
  display: inline-block;
  /*width: 44px;*/
  width: 24px;
  height: 2px;
  background-color: black;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
@media print, screen and (min-width: 769px) {
  .hd_ti01:before {
    margin: 0 4px 4px 0;
  }
}
@media only screen and (max-width: 768px) {
  .hd_ti01:before {
    margin: 0 3px 3px 0;
  }
}
.hd_ti01:after {
  content: '';
  /*position: absolute;
  top: 34%;
  right: 0;*/
  display: inline-block;
  /*width: 44px;*/
  width: 24px;
  height: 2px;
  background-color: black;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
@media print, screen and (min-width: 769px) {
  .hd_ti01:after {
    margin: 0 0 4px 4px;
  }
}
@media only screen and (max-width: 768px) {
  .hd_ti01:after {
    margin: 0 0 3px 3px;
  }
}

.hd_ti02 {
  /*position: relative;
  display: inline-block;
  padding: 0 45px;*/
  text-align: center;
  font-weight: 600;
}
@media print, screen and (min-width: 769px) {
  .hd_ti02 {
    font-size: 1.3rem;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .hd_ti02 {
    font-size: 1.1rem;
    margin-bottom: 12px;
  }
}
.hd_ti02:before {
  content: '';
  /*position: absolute;
  top: 34%;
  left:0;*/
  display: inline-block;
  /*width: 44px;*/
  width: 24px;
  height: 2px;
  background-color: black;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
@media print, screen and (min-width: 769px) {
  .hd_ti02:before {
    margin: 0 4px 4px 0;
  }
}
@media only screen and (max-width: 768px) {
  .hd_ti02:before {
    margin: 0 3px 3px 0;
  }
}
.hd_ti02:after {
  content: '';
  /*position: absolute;
  top: 34%;
  right: 0;*/
  display: inline-block;
  /*width: 44px;*/
  width: 24px;
  height: 2px;
  background-color: black;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
@media print, screen and (min-width: 769px) {
  .hd_ti02:after {
    margin: 0 0 4px 4px;
  }
}
@media only screen and (max-width: 768px) {
  .hd_ti02:after {
    margin: 0 0 3px 3px;
  }
}

.underline-info {
  color: #F9485A;
  background: linear-gradient(transparent 70%, #F0D989 30%);
}

.hd_ti03 {
  /*position: relative;
  display: inline-block;
  padding: 0 45px;*/
  text-align: center;
  font-weight: 600;
}
@media print, screen and (min-width: 769px) {
  .hd_ti03 {
    font-size: 0.9rem;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .hd_ti03 {
    font-size: 0.72rem;
    margin-bottom: 12px;
  }
}
.hd_ti03:before {
  content: '';
  /*position: absolute;
  top: 34%;
  left:0;*/
  display: inline-block;
  /*width: 44px;*/
  width: 24px;
  height: 2px;
  background-color: black;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
@media print, screen and (min-width: 769px) {
  .hd_ti03:before {
    margin: 0 2px 4px 0;
  }
}
@media only screen and (max-width: 768px) {
  .hd_ti03:before {
    margin: 0 2px 3px 0;
  }
}
.hd_ti03:after {
  content: '';
  /*position: absolute;
  top: 34%;
  right: 0;*/
  display: inline-block;
  /*width: 44px;*/
  width: 24px;
  height: 2px;
  background-color: black;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
@media print, screen and (min-width: 769px) {
  .hd_ti03:after {
    margin: 0 0 4px 2px;
  }
}
@media only screen and (max-width: 768px) {
  .hd_ti03:after {
    margin: 0 0 3px 2px;
  }
}
