@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : homepage.css
 author     : Ability Consultant
 style info : トップページ
=================================================================== */
#header #con_header .wrp_top .bn_base, #header #con_header .wrp_top .btn_scroll, #contents .con_privilege, #contents .con_inf, #contents .con_welcome h3, #contents .con_welcome .txt_int, #contents .con_banner {
  max-width: 1200px;
  margin: auto;
}
@media only screen and (max-width: 1199px) {
  #header #con_header .wrp_top .bn_base, #header #con_header .wrp_top .btn_scroll, #contents .con_privilege, #contents .con_inf, #contents .con_welcome h3, #contents .con_welcome .txt_int, #contents .con_banner {
    width: 95%;
  }
}
@media only screen and (max-width: 640px) {
  #header #con_header .wrp_top .bn_base, #header #con_header .wrp_top .btn_scroll, #contents .con_privilege, #contents .con_inf, #contents .con_welcome h3, #contents .con_welcome .txt_int, #contents .con_banner {
    width: 93.75%;
  }
}

/* font-awesome */
/* -----------------------------------------------------------
	スライド　用
----------------------------------------------------------- */
@-moz-keyframes icon-ri {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(1em);
    transform: translateX(1em);
  }
}
@-webkit-keyframes icon-ri {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(1em);
    transform: translateX(1em);
  }
}
@keyframes icon-ri {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(1em);
    -ms-transform: translateX(1em);
    -webkit-transform: translateX(1em);
    transform: translateX(1em);
  }
}
@-moz-keyframes icon-dn {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(1em);
    transform: translateY(1em);
  }
}
@-webkit-keyframes icon-dn {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(1em);
    transform: translateY(1em);
  }
}
@keyframes icon-dn {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(1em);
    -ms-transform: translateY(1em);
    -webkit-transform: translateY(1em);
    transform: translateY(1em);
  }
}
/* -----------------------------------------------------------
	下層ページ内リンク
----------------------------------------------------------- */
/* -----------------------------------------------------------
	コンテンツ下部ライン
----------------------------------------------------------- */
/* -----------------------------------------------------------
	con_title
----------------------------------------------------------- */
#header #con_header {
  height: 840px;
  min-height: 640px;
  max-height: 1200px;
}
@media only screen and (min-width: 641px) and (max-width: 1199px) {
  #header #con_header {
    height: 700px;
  }
}
@media only screen and (max-width: 640px) {
  #header #con_header {
    height: 740px;
  }
}
@media only screen and (max-width: 640px) {
  #header #con_header {
    min-height: 320px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1199px) {
  #header #con_header {
    max-height: 768px;
  }
}
@media only screen and (max-width: 640px) {
  #header #con_header {
    max-height: 740px;
  }
}
@media only screen and (max-width: 640px) {
  #header #con_header h2 {
    width: 45%;
  }
}
#header #con_header #main_slider {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  display: block;
}
#header #con_header #main_slider .slide {
  height: 100%;
  overflow: hidden;
  width: 100%;
  position: relative;
}
#header #con_header #main_slider .slide img {
  position: absolute;
  z-index: 2;
  width: 150px;
  margin: auto;
  top: 15%;
  left: 0;
  right: 0;
}
@media only screen and (min-width: 641px) and (max-width: 1199px) {
  #header #con_header #main_slider .slide img {
    width: 14.64844%;
    height: auto;
    top: 10%;
  }
}
@media only screen and (max-width: 640px) {
  #header #con_header #main_slider .slide img {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
@media only screen and (min-width: 641px) {
  #header #con_header #main_slider .slide img {
    opacity: 0;
    -moz-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
    -moz-transition: delay 1.5s;
    -o-transition: delay 1.5s;
    -webkit-transition: delay 1.5s;
    transition: delay 1.5s;
  }
  #header #con_header #main_slider .slide:first-child img {
    -moz-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
    -moz-transition: delay 1.5s;
    -o-transition: delay 1.5s;
    -webkit-transition: delay 1.5s;
    transition: delay 1.5s;
  }
  #header #con_header #main_slider .slide.slick-active img {
    -moz-transition: opacity 2.5s ease 0.9s, -moz-transform 0.7s ease 0.9s;
    -o-transition: opacity 2.5s ease 0.9s, -o-transform 0.7s ease 0.9s;
    -webkit-transition: opacity 2.5s ease, -webkit-transform 0.7s ease;
    -webkit-transition-delay: 0.9s, 0.9s;
    transition: opacity 2.5s ease 0.9s, transform 0.7s ease 0.9s;
    opacity: 1;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  #header #con_header #main_slider .slide.slick-active img {
    -moz-transition: opacity 2.5s ease 0.9s, -moz-transform 0.7s ease 0.9s;
    -o-transition: opacity 2.5s ease 0.9s, -o-transform 0.7s ease 0.9s;
    -webkit-transition: opacity 2.5s ease, -webkit-transform 0.7s ease;
    -webkit-transition-delay: 0.9s, 0.9s;
    transition: opacity 2.5s ease 0.9s, transform 0.7s ease 0.9s;
    opacity: 1;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@media print {
  #header #con_header #main_slider .slide img {
    opacity: 0;
    -moz-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
    -moz-transition: delay 1.5s;
    -o-transition: delay 1.5s;
    -webkit-transition: delay 1.5s;
    transition: delay 1.5s;
  }
  #header #con_header #main_slider .slide:first-child img {
    -moz-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
    -moz-transition: delay 1.5s;
    -o-transition: delay 1.5s;
    -webkit-transition: delay 1.5s;
    transition: delay 1.5s;
  }
  #header #con_header #main_slider .slide.slick-active img {
    -moz-transition: opacity 2.5s ease 0.9s, -moz-transform 0.7s ease 0.9s;
    -o-transition: opacity 2.5s ease 0.9s, -o-transform 0.7s ease 0.9s;
    -webkit-transition: opacity 2.5s ease, -webkit-transform 0.7s ease;
    -webkit-transition-delay: 0.9s, 0.9s;
    transition: opacity 2.5s ease 0.9s, transform 0.7s ease 0.9s;
    opacity: 1;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  #header #con_header #main_slider .slide.slick-active img {
    -moz-transition: opacity 2.5s ease 0.9s, -moz-transform 0.7s ease 0.9s;
    -o-transition: opacity 2.5s ease 0.9s, -o-transform 0.7s ease 0.9s;
    -webkit-transition: opacity 2.5s ease, -webkit-transform 0.7s ease;
    -webkit-transition-delay: 0.9s, 0.9s;
    transition: opacity 2.5s ease 0.9s, transform 0.7s ease 0.9s;
    opacity: 1;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.ie8 #header #con_header #main_slider .slide img {
  opacity: 0;
  -moz-transform: translateX(-15px);
  -ms-transform: translateX(-15px);
  -webkit-transform: translateX(-15px);
  transform: translateX(-15px);
  -moz-transition: delay 1.5s;
  -o-transition: delay 1.5s;
  -webkit-transition: delay 1.5s;
  transition: delay 1.5s;
}
.ie8 #header #con_header #main_slider .slide:first-child img {
  -moz-transform: translateX(-15px);
  -ms-transform: translateX(-15px);
  -webkit-transform: translateX(-15px);
  transform: translateX(-15px);
  -moz-transition: delay 1.5s;
  -o-transition: delay 1.5s;
  -webkit-transition: delay 1.5s;
  transition: delay 1.5s;
}
.ie8 #header #con_header #main_slider .slide.slick-active img {
  -moz-transition: opacity 2.5s ease 0.9s, -moz-transform 0.7s ease 0.9s;
  -o-transition: opacity 2.5s ease 0.9s, -o-transform 0.7s ease 0.9s;
  -webkit-transition: opacity 2.5s ease, -webkit-transform 0.7s ease;
  -webkit-transition-delay: 0.9s, 0.9s;
  transition: opacity 2.5s ease 0.9s, transform 0.7s ease 0.9s;
  opacity: 1;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.ie8 #header #con_header #main_slider .slide.slick-active img {
  -moz-transition: opacity 2.5s ease 0.9s, -moz-transform 0.7s ease 0.9s;
  -o-transition: opacity 2.5s ease 0.9s, -o-transform 0.7s ease 0.9s;
  -webkit-transition: opacity 2.5s ease, -webkit-transform 0.7s ease;
  -webkit-transition-delay: 0.9s, 0.9s;
  transition: opacity 2.5s ease 0.9s, transform 0.7s ease 0.9s;
  opacity: 1;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
#header #con_header #main_slider .slide01 {
  background: url(../images/home/img_main01-pc.jpg) no-repeat center center;
  background-size: cover;
}
@media only screen and (max-width: 640px) {
  #header #con_header #main_slider .slide01 {
    background: url(../images/home/img_main01-sp.jpg) no-repeat center top;
    background-size: cover;
  }
}
#header #con_header #main_slider .slide02 {
  background: url(../images/home/img_main02-pc.jpg) no-repeat center top;
  background-size: cover;
}
@media only screen and (max-width: 640px) {
  #header #con_header #main_slider .slide02 {
    background: url(../images/home/img_main02-sp.jpg) no-repeat center top;
    background-size: cover;
  }
}
#header #con_header #main_slider .slide03 {
  background: url(../images/home/img_main03-pc.jpg) no-repeat center top;
  background-size: cover;
}
@media only screen and (max-width: 640px) {
  #header #con_header #main_slider .slide03 {
    background: url(../images/home/img_main03-sp.jpg) no-repeat center top;
    background-size: cover;
  }
}
#header #con_header #main_slider .slide04 {
  background: url(../images/home/img_main04-pc.jpg) no-repeat center top;
  background-size: cover;
}
@media only screen and (max-width: 640px) {
  #header #con_header #main_slider .slide04 {
    background: url(../images/home/img_main04-sp.jpg) no-repeat center top;
    background-size: cover;
  }
}
#header #con_header #main_slider .slide05 {
  background: url(../images/home/img_main05-pc.jpg) no-repeat center top;
  background-size: cover;
}
@media only screen and (max-width: 640px) {
  #header #con_header #main_slider .slide05 {
    background: url(../images/home/img_main05-sp.jpg) no-repeat center top;
    background-size: cover;
  }
}
#header #con_header #main_slider .slick-list {
  display: block;
  height: 100%;
}
#header #con_header #main_slider .slick-list .slick-track {
  height: 100%;
}
#header #con_header .wrp_top {
  z-index: 1;
  width: 100%;
  position: absolute;
  bottom: 0;
}
#header #con_header .wrp_top .bn_base {
  position: relative;
}
#header #con_header .wrp_top .bn_base a {
  display: inline-block;
  position: absolute;
  bottom: 15px;
  right: 0;
  z-index: 2;
  cursor: default;
}
@media only screen and (min-width: 641px) and (max-width: 1199px) {
  #header #con_header .wrp_top .bn_base img {
    width: 165px;
  }
}
#header #con_header .wrp_top .btn_scroll {
  position: relative;
  text-align: center;
  margin-bottom: 45px;
}
#header #con_header .wrp_top .btn_scroll a {
  position: relative;
  margin: auto;
  cursor: pointer;
  display: inline-block;
  font-size: 124%;
  color: #fff;
  font-family: "Times New Roman","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HG明朝B","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho",Times,Garamond,Georgia,serif;
  text-shadow: 0 0 1em #000;
  text-decoration: none;
  letter-spacing: .1em;
  font-weight: 600;
}
#header #con_header .wrp_top .btn_scroll a img {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  margin: auto;
  height: 100%;
  width: 100%;
  content: "";
  background: url(../images/home/arr_scroll.png) no-repeat center;
  background-size: 14px auto;
}
#header #con_header .wrp_top .btn_scroll a:after, #header #con_header .wrp_top .btn_scroll a:before {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  margin: auto;
  height: 100%;
  width: 100%;
  content: "";
  background: url(../images/home/arr_scroll.png) no-repeat center;
  background-size: 14px auto;
}
#header #con_header .wrp_top .btn_scroll a:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-animation: duration 0.5s forwards;
  -webkit-animation: duration 0.5s forwards;
  animation: duration 0.5s forwards;
}
#header #con_header .wrp_top .btn_scroll a:hover:before {
  top: 100%;
  -moz-animation-name: icon-dn;
  -webkit-animation-name: icon-dn;
  animation-name: icon-dn;
  -moz-animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
#header #con_header .box_info {
  position: relative;
}
#header #con_header .box_info > div {
  display: inline-block;
  position: absolute;
  bottom: 10px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  background: url(../images/common/bg01.jpg);
  width: 585px;
  padding: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 641px) and (max-width: 1199px) {
  #header #con_header .box_info > div {
    width: 335px;
  }
}
@media only screen and (max-width: 640px) {
  #header #con_header .box_info > div {
    width: 92%;
    bottom: .3em;
  }
}
#header #con_header .box_info > div .st {
  font-size: 119%;
  text-align: center;
  color: #9f505b;
  font-weight: bold;
  margin-bottom: .5em;
}
#header #con_header .box_info > div .txt {
  text-align: center;
}
#header #con_header .box_info > div .txt span {
  width: 100%;
  color: #9f505b;
  font-weight: bold;
  font-size: 112%;
}
#header #con_header .box_info > div .img {
  text-align: center;
  margin: 10px auto 0;
  width: 40%;
}
@media only screen and (min-width: 641px) and (max-width: 1199px) {
  #header #con_header .box_info > div .img {
    width: 80%;
  }
}
@media only screen and (max-width: 640px) {
  #header #con_header .box_info > div .img {
    width: 70%;
    margin: .5em auto 0;
  }
}

/* -----------------------------------------------------------
	#contents
----------------------------------------------------------- */
#contents {
  /* -----------------------------------------------------------
  	#con_campaign
  ----------------------------------------------------------- */
  /* -----------------------------------------------------------
  	#wrp_privilege
  ----------------------------------------------------------- */
  /* -----------------------------------------------------------
  	.con_inf
  ----------------------------------------------------------- */
  /* -----------------------------------------------------------
  	.con_welcome
  ----------------------------------------------------------- */
  /* -----------------------------------------------------------
  	.con_banner
  ----------------------------------------------------------- */
}
#contents #con_campaign {
  padding: 8px 0 15px;
  text-align: center;
  background: url(../images/common/bg02.jpg);
}
@media only screen and (max-width: 640px) {
  #contents #con_campaign {
    padding: 3% 0;
  }
  #contents #con_campaign .photo {
    width: 93.75%;
    margin: auto;
  }
}
#contents #con_nosm {
  padding: 8px 0 15px;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  #contents #con_nosm {
    padding: 3% 0;
  }
  #contents #con_nosm .photo {
    width: 93.75%;
    margin: auto;
  }
}
#contents .wrp_privilege {
  background: url(../images/common/bg03.jpg);
  position: relative;
}
@media only screen and (min-width: 641px) {
  #contents .wrp_privilege:before, #contents .wrp_privilege:after {
    height: 10px;
    width: 100%;
    position: absolute;
    left: 0;
    content: "";
    z-index: 0;
  }
  #contents .wrp_privilege:before {
    top: 0;
    background: url(../images/common/line01.jpg) repeat-x;
  }
  #contents .wrp_privilege:after {
    bottom: 0;
    background: url(../images/common/line02.jpg) repeat-x;
  }
}
@media print {
  #contents .wrp_privilege:before, #contents .wrp_privilege:after {
    height: 10px;
    width: 100%;
    position: absolute;
    left: 0;
    content: "";
    z-index: 0;
  }
  #contents .wrp_privilege:before {
    top: 0;
    background: url(../images/common/line01.jpg) repeat-x;
  }
  #contents .wrp_privilege:after {
    bottom: 0;
    background: url(../images/common/line02.jpg) repeat-x;
  }
}
.ie8 #contents .wrp_privilege:before, .ie8 #contents .wrp_privilege:after {
  height: 10px;
  width: 100%;
  position: absolute;
  left: 0;
  content: "";
  z-index: 0;
}
.ie8 #contents .wrp_privilege:before {
  top: 0;
  background: url(../images/common/line01.jpg) repeat-x;
}
.ie8 #contents .wrp_privilege:after {
  bottom: 0;
  background: url(../images/common/line02.jpg) repeat-x;
}
@media only screen and (min-width: 641px) {
  #contents .bg_privilege:before, #contents .bg_privilege:after {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    z-index: 0;
    background: url(../images/home/bg_nami.jpg) no-repeat;
  }
  #contents .bg_privilege:before {
    background-position: 2% 10px;
  }
  #contents .bg_privilege:after {
    background-position: 95% 90%;
  }
}
@media print {
  #contents .bg_privilege:before, #contents .bg_privilege:after {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    z-index: 0;
    background: url(../images/home/bg_nami.jpg) no-repeat;
  }
  #contents .bg_privilege:before {
    background-position: 2% 10px;
  }
  #contents .bg_privilege:after {
    background-position: 95% 90%;
  }
}
.ie8 #contents .bg_privilege:before, .ie8 #contents .bg_privilege:after {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: 0;
  background: url(../images/home/bg_nami.jpg) no-repeat;
}
.ie8 #contents .bg_privilege:before {
  background-position: 2% 10px;
}
.ie8 #contents .bg_privilege:after {
  background-position: 95% 90%;
}
#contents .con_privilege {
  position: relative;
  z-index: 1;
  width: 1200px;
  overflow: hidden;
}
@media only screen and (min-width: 641px) and (max-width: 1199px) {
  #contents .con_privilege {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  #contents .con_privilege {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  #contents .con_privilege {
    display: block;
  }
}
#contents .con_privilege h3 {
  float: left;
  width: 14.83333%;
}
#contents .con_privilege h3 img {
  width: 100%;
}
@media only screen and (max-width: 640px) {
  #contents .con_privilege h3 {
    width: 100%;
    display: block;
    position: relative;
  }
  #contents .con_privilege h3:after {
    position: absolute;
    right: 4%;
    top: 50%;
    content: "";
    width: 6.09375%;
    height: 39px;
    margin-top: -19px;
    background: url(../images/common/arr_up.png) no-repeat center;
    background-size: 100% auto;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -moz-transition: -moz-transform 0.35s;
    -o-transition: -o-transform 0.35s;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
  }
  #contents .con_privilege h3.active:after {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
#contents .con_privilege .box_privilege {
  float: left;
  width: 85.16667%;
  margin: 35px 0 0;
}
@media only screen and (min-width: 641px) {
  #contents .con_privilege .box_privilege {
    display: block !important;
  }
}
@media print {
  #contents .con_privilege .box_privilege {
    display: block !important;
  }
}
.ie8 #contents .con_privilege .box_privilege {
  display: block !important;
}
@media only screen and (min-width: 641px) and (max-width: 1199px) {
  #contents .con_privilege .box_privilege {
    margin: 4% 0 2%;
  }
}
@media only screen and (max-width: 640px) {
  #contents .con_privilege .box_privilege {
    margin: 0 0 4%;
  }
}
@media only screen and (max-width: 640px) {
  #contents .con_privilege .box_privilege {
    width: 100%;
    display: none;
  }
}
#contents .con_privilege .box_privilege .box_formula {
  display: table;
  width: 100%;
}
#contents .con_privilege .box_privilege .box_formula li {
  display: table-cell;
  vertical-align: middle;
}
#contents .con_privilege .box_privilege .box_formula li.box_txt {
  width: 29.64775%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: .35em solid #f8f0f0;
}
#contents .con_privilege .box_privilege .box_formula li.box_txt div {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  height: 100%;
  border: 1px solid #dad4d4;
  padding: .8em .6em;
  font-size: 104%;
  background: url(../images/common/bg_gara01.jpg) no-repeat right bottom #fff;
}
@media only screen and (min-width: 641px) and (max-width: 1199px) {
  #contents .con_privilege .box_privilege .box_formula li.box_txt div {
    font-size: 89%;
  }
}
@media only screen and (max-width: 640px) {
  #contents .con_privilege .box_privilege .box_formula li.box_txt div {
    font-size: 97%;
  }
}
#contents .con_privilege .box_privilege .box_formula li.box_txt div .st {
  font-family: "Times New Roman","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HG明朝B","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho",Times,Garamond,Georgia,serif;
  font-size: 154%;
  color: #a0172a;
  line-height: 1.1;
  text-align: center;
  margin-bottom: 10px;
}
@media only screen and (min-width: 641px) and (max-width: 1199px) {
  #contents .con_privilege .box_privilege .box_formula li.box_txt div .st {
    font-size: 124%;
  }
}
#contents .con_privilege .box_privilege .box_formula li.equal {
  border: .35em solid #cd8c97;
}
#contents .con_privilege .box_privilege .box_formula li.equal div {
  border: 1px solid #fff;
  background: url(../images/common/bg_gara02.jpg) no-repeat right bottom #f1e7e8;
}
#contents .con_privilege .box_privilege .box_formula li.box_symbol {
  width: 6.65362%;
  text-align: center;
}
@media only screen and (min-width: 641px) {
  #contents .con_privilege .box_privilege .box_formula li.box_symbol img {
    width: 70.58824%;
  }
}
@media print {
  #contents .con_privilege .box_privilege .box_formula li.box_symbol img {
    width: 70.58824%;
  }
}
.ie8 #contents .con_privilege .box_privilege .box_formula li.box_symbol img {
  width: 70.58824%;
}
#contents .con_privilege .box_privilege .box_formula li:first-child {
  width: 31.6047%;
}
#contents .con_privilege .box_privilege .box_formula li.equal {
  width: 25.44031%;
}
@media only screen and (max-width: 640px) {
  #contents .con_privilege .box_privilege .box_formula {
    width: 93.75%;
    margin: auto;
    display: block;
  }
  #contents .con_privilege .box_privilege .box_formula li {
    display: block;
  }
  #contents .con_privilege .box_privilege .box_formula li.box_txt, #contents .con_privilege .box_privilege .box_formula li:first-child, #contents .con_privilege .box_privilege .box_formula li.equal {
    width: 100%;
  }
  #contents .con_privilege .box_privilege .box_formula li:first-child {
    margin-top: 5%;
  }
  #contents .con_privilege .box_privilege .box_formula li.box_symbol {
    margin: 2% auto;
    width: 8%;
  }
}
#contents .con_privilege .box_privilege .box_oth {
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
}
#contents .con_privilege .box_privilege .box_oth li {
  float: right;
  width: 48.92368%;
  background: url(../images/home/bg_pri02.jpg);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: .35em .3em;
  color: #fff;
}
#contents .con_privilege .box_privilege .box_oth li div {
  padding: 20px 7%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
  font-size: 104%;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
@media only screen and (min-width: 641px) and (max-width: 1199px) {
  #contents .con_privilege .box_privilege .box_oth li div {
    font-size: 89%;
  }
}
@media only screen and (max-width: 640px) {
  #contents .con_privilege .box_privilege .box_oth li div {
    font-size: 97%;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1199px) {
  #contents .con_privilege .box_privilege .box_oth li div {
    padding: 3% 2%;
  }
}
#contents .con_privilege .box_privilege .box_oth li div .st {
  color: #fef9df;
  font-size: 170%;
  margin-bottom: 5px;
}
@media only screen and (min-width: 641px) and (max-width: 1199px) {
  #contents .con_privilege .box_privilege .box_oth li div .st {
    font-size: 116%;
  }
}
@media only screen and (max-width: 640px) {
  #contents .con_privilege .box_privilege .box_oth li div .st {
    font-size: 139%;
  }
}
#contents .con_privilege .box_privilege .box_oth li:first-child {
  float: left;
  background: url(../images/home/bg_pri01.jpg);
}
#contents .con_privilege .box_privilege .box_oth li:first-child div .st {
  color: #fedfe6;
}
@media only screen and (max-width: 640px) {
  #contents .con_privilege .box_privilege .box_oth {
    width: 93.75%;
    margin: auto;
    margin-top: 5%;
  }
  #contents .con_privilege .box_privilege .box_oth li {
    float: none;
    width: 100%;
  }
  #contents .con_privilege .box_privilege .box_oth li:first-child {
    margin-bottom: 3%;
    float: none;
  }
}
#contents .con_inf {
  overflow: hidden;
  margin-top: 50px;
}
@media only screen and (min-width: 641px) and (max-width: 1199px) {
  #contents .con_inf {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 640px) {
  #contents .con_inf {
    margin-top: 7%;
  }
}
#contents .con_inf .box_twitter {
  float: left;
  width: 38.91667%;
  height: 600px;
  position: relative;
  margin-right: 5%;
}
#contents .con_inf .box_twitter iframe {
  width: 100% !important;
  height: 100% !important;
}
@media only screen and (max-width: 640px) {
  #contents .con_inf .box_twitter {
    position: relative;
    float: none;
    width: 100%;
    height: auto;
  }
  #contents .con_inf .box_twitter iframe {
    width: 100% !important;
    height: 350px !important;
  }
}
@media only screen and (max-width: 640px) and (max-width: 640px) {
  #contents .con_inf .box_twitter iframe {
    height: 250px !important;
  }
}

#contents .con_inf .box_twitter .over_twitter {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
  z-index: 2;
}
#contents .con_inf .box_slider {
  width: 55.83333%;
  float: right;
  max-height: 600px;
}
#contents .con_inf .box_slider .slick-arrow {
  display: none !important;
}
@media only screen and (max-width: 640px) {
  #contents .con_inf .box_slider {
    float: none;
    width: 100%;
    height: 13.5em;
    margin-top: 4%;
  }
}
#contents .con_inf .box_blog {
  float: right;
  width: 55.83333%;
  position: relative;
}
#contents .con_inf .box_blog h3 {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 2px dotted #9f5562;
}
@media only screen and (max-width: 640px) {
  #contents .con_inf .box_blog h3 {
    padding-bottom: 2%;
  }
}
@media only screen and (max-width: 640px) {
  #contents .con_inf .box_blog h3 {
    margin-bottom: 3%;
  }
}
@media only screen and (max-width: 640px) {
  #contents .con_inf .box_blog h3 img {
    width: 22.83333%;
  }
}
#contents .con_inf .box_blog .list_blog li {
  margin-top: 30px;
}
@media only screen and (max-width: 640px) {
  #contents .con_inf .box_blog .list_blog li {
    margin-top: 3%;
  }
}
#contents .con_inf .box_blog .list_blog li:first-child {
  margin-top: 0;
}
#contents .con_inf .box_blog .list_blog li a {
  display: table;
  text-decoration: none;
  width: 100%;
}
#contents .con_inf .box_blog .list_blog li a:hover p.st, #contents .con_inf .box_blog .list_blog li a:hover p.txt {
  text-decoration: underline;
}
#contents .con_inf .box_blog .list_blog li a .photo {
  display: table-cell;
  width: 140px;
  vertical-align: middle;
  -moz-border-radius: 70px;
  -webkit-border-radius: 70px;
  border-radius: 70px;
  overflow: hidden;
}
#contents .con_inf .box_blog .list_blog li a .box_txt {
  display: table-cell;
  vertical-align: middle;
  padding-left: 2em;
}
#contents .con_inf .box_blog .list_blog li a .box_txt p {
  display: block;
  overflow: hidden;
}
#contents .con_inf .box_blog .list_blog li a .box_txt p.date {
  font-size: 139%;
  color: #9f505b;
  font-family: "Times New Roman","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HG明朝B","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho",Times,Garamond,Georgia,serif;
  line-height: 1;
  margin-bottom: .5em;
}
#contents .con_inf .box_blog .list_blog li a .box_txt p.st {
  font-size: 116%;
  font-family: "Times New Roman","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HG明朝B","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho",Times,Garamond,Georgia,serif;
  line-height: 1;
  margin-bottom: .5em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media only screen and (max-width: 640px) {
  #contents .con_inf .box_blog .list_blog li a .box_txt p.st {
    font-size: 108%;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","ＭＳ Ｐゴシック","MS PGothic",Meiryo,sans-serif;
  }
}
#contents .con_inf .box_blog .list_blog li a .box_txt p.txt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.firefox #contents .con_inf .box_blog .list_blog li a .box_txt p.txt, .ie #contents .con_inf .box_blog .list_blog li a .box_txt p.txt {
  max-height: 4.5em;
  overflow: hidden;
}
#contents .con_inf .box_blog .btn_blog {
  position: absolute;
  right: 0;
  top: 15px;
  width: 100%;
  text-align: right;
  width: 100%;
}
#contents .con_inf .box_blog .btn_blog a {
  display: block;
  text-decoration: none;
  font-family: "Times New Roman","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HG明朝B","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho",Times,Garamond,Georgia,serif;
  position: relative;
  line-height: 1;
}
#contents .con_inf .box_blog .btn_blog a:after {
  content: "";
  font-family: FontAwesome;
  margin-left: .5em;
  vertical-align: middle;
  position: relative;
  line-height: 1;
  content: url(../images/common/arr_g1.png);
}
#contents .con_inf .box_blog .btn_blog a:after {
  left: 0;
  -moz-transition: left 0.5s ease-out, opacity 0.5s ease-out;
  -o-transition: left 0.5s ease-out, opacity 0.5s ease-out;
  -webkit-transition: left 0.5s ease-out, opacity 0.5s ease-out;
  transition: left 0.5s ease-out, opacity 0.5s ease-out;
}
#contents .con_inf .box_blog .btn_blog a:hover:after {
  left: 1em;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  #contents .con_inf .box_blog {
    float: none;
    width: 100%;
    margin-top: 5%;
  }
}
@media only screen and (max-width: 768px) and (max-width: 640px) {
  #contents .con_inf .box_blog .list_blog li a .photo {
    width: 23.33333%;
  }
  #contents .con_inf .box_blog .btn_blog {
    position: static;
    text-align: center;
    margin-top: 5%;
  }
}

#contents .con_welcome {
  margin-top: 50px;
  background: url(../images/home/bg_wel.jpg) repeat-y center;
  position: relative;
}
@media only screen and (min-width: 641px) and (max-width: 1199px) {
  #contents .con_welcome {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 640px) {
  #contents .con_welcome {
    margin-top: 7%;
  }
}
#contents .con_welcome:before, #contents .con_welcome:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 12px;
  content: "";
  background: url(../images/common/line03.jpg) repeat-x left center;
  background-size: auto 100%;
}
#contents .con_welcome:before {
  top: -12px;
}
#contents .con_welcome:after {
  bottom: -12px;
}
#contents .con_welcome .wrp_wel {
  padding: 80px 0 70px;
  background: url(../images/home/bg_wel02.jpg) no-repeat center top;
}
@media only screen and (min-width: 641px) and (max-width: 1199px) {
  #contents .con_welcome .wrp_wel {
    padding: 50px 0 40px;
  }
}
@media only screen and (max-width: 640px) {
  #contents .con_welcome .wrp_wel {
    padding: 7% 0 5%;
  }
}
#contents .con_welcome h3 {
  text-align: center;
}
#contents .con_welcome .txt_int {
  text-align: center;
  line-height: 2.3;
  margin-top: 40px;
}
@media only screen and (max-width: 640px) {
  #contents .con_welcome .txt_int {
    margin-top: 5%;
  }
}
#contents .con_welcome .list_wel {
  margin-top: 80px;
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  #contents .con_welcome .list_wel {
    margin-top: 7%;
  }
}
#contents .con_welcome .list_wel li.point_wel {
  float: left;
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 640px) {
  #contents .con_welcome .list_wel li.point_wel {
    margin-bottom: 1%;
  }
}
@media only screen and (min-width: 1200px) {
  #contents .con_welcome .list_wel li.point_wel {
    width: 33.33333%;
  }
  #contents .con_welcome .list_wel li.point_wel:first-child + * + * + * {
    clear: left;
  }
}
@media print {
  #contents .con_welcome .list_wel li.point_wel {
    width: 33.33333%;
  }
  #contents .con_welcome .list_wel li.point_wel:first-child + * + * + * {
    clear: left;
  }
}
.ie8 #contents .con_welcome .list_wel li.point_wel {
  width: 33.33333%;
}
.ie8 #contents .con_welcome .list_wel li.point_wel:first-child + * + * + * {
  clear: left;
}
@media only screen and (min-width: 769px) and (max-width: 1199px) {
  #contents .con_welcome .list_wel li.point_wel {
    width: 50%;
  }
  #contents .con_welcome .list_wel li.point_wel:first-child + * + * {
    clear: left;
  }
}
#contents .con_welcome .list_wel li.point_wel .wrp_photo {
  position: relative;
}
#contents .con_welcome .list_wel li.point_wel .wrp_photo .photo img {
  width: 100%;
}
#contents .con_welcome .list_wel li.point_wel .wrp_photo .ic_no {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 12.03125%;
}
#contents .con_welcome .list_wel li.point_wel .box_txt {
  margin-top: 20px;
  width: 95%;
  margin: 20px auto 0;
}
@media only screen and (max-width: 640px) {
  #contents .con_welcome .list_wel li.point_wel .box_txt {
    margin-top: 3%;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1199px) {
  #contents .con_welcome .list_wel li.point_wel .box_txt {
    width: 95%;
    margin: 20px auto 0;
  }
}
#contents .con_welcome .list_wel li.point_wel .box_txt h4 {
  font-family: "Times New Roman","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HG明朝B","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho",Times,Garamond,Georgia,serif;
  font-size: 200%;
  letter-spacing: .1em;
}
#contents .con_welcome .list_wel li.point_wel .box_txt h4.color01 {
  color: #286852;
}
#contents .con_welcome .list_wel li.point_wel .box_txt h4.color02 {
  color: #9f505b;
}
#contents .con_welcome .list_wel li.point_wel .box_txt h4.color03 {
  color: #955231;
}
@media only screen and (max-width: 1385px) {
  #contents .con_welcome .list_wel li.point_wel .box_txt h4 {
    font-size: 170%;
    letter-spacing: normal;
  }
}
@media print {
  #contents .con_welcome .list_wel li.point_wel .box_txt h4 {
    font-size: 170%;
    letter-spacing: normal;
  }
}
.ie8 #contents .con_welcome .list_wel li.point_wel .box_txt h4 {
  font-size: 170%;
  letter-spacing: normal;
}
@media only screen and (min-width: 641px) and (max-width: 1199px) {
  #contents .con_welcome .list_wel li.point_wel .box_txt h4 {
    font-size: 154%;
  }
}
@media only screen and (max-width: 640px) {
  #contents .con_welcome .list_wel li.point_wel .box_txt h4 {
    font-size: 131%;
  }
}
#contents .con_welcome .list_wel li.point_wel .box_txt .txt {
  margin-top: 15px;
  line-height: 1.8;
}
@media only screen and (max-width: 640px) {
  #contents .con_welcome .list_wel li.point_wel .box_txt .txt {
    margin-top: 2.5%;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1199px) {
  #contents .con_welcome .list_wel li.point_wel .box_txt .txt {
    font-size: 93%;
  }
}
@media only screen and (max-width: 640px) {
  #contents .con_welcome .list_wel li.point_wel .box_txt .txt {
    font-size: 100%;
  }
}
#contents .con_welcome .list_wel li.point_wel .btn {
  margin-top: 25px;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  #contents .con_welcome .list_wel li.point_wel .btn {
    margin-top: 4%;
  }
}
#contents .con_welcome .list_wel li.point_wel .btn a {
  display: block;
  text-decoration: none;
  font-family: "Times New Roman","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HG明朝B","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho",Times,Garamond,Georgia,serif;
  position: relative;
  line-height: 1;
  display: inline-block;
  border-bottom: 2px dotted #286852;
  padding-bottom: 5px;
}
#contents .con_welcome .list_wel li.point_wel .btn a:after {
  content: "";
  font-family: FontAwesome;
  margin-left: .5em;
  vertical-align: middle;
  position: relative;
  line-height: 1;
  content: url(../images/common/arr_g1.png);
}
#contents .con_welcome .list_wel li.point_wel .btn a:after {
  left: 0;
  -moz-transition: left 0.5s ease-out, opacity 0.5s ease-out;
  -o-transition: left 0.5s ease-out, opacity 0.5s ease-out;
  -webkit-transition: left 0.5s ease-out, opacity 0.5s ease-out;
  transition: left 0.5s ease-out, opacity 0.5s ease-out;
}
#contents .con_welcome .list_wel li.point_wel .btn a:hover:after {
  left: 1em;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
@media only screen and (max-width: 640px) {
  #contents .con_welcome .list_wel li.point_wel .btn a {
    padding-bottom: 1%;
  }
}
@media only screen and (max-width: 768px) {
  #contents .con_welcome .list_wel {
    margin-bottom: 0;
  }
  #contents .con_welcome .list_wel li.point_wel {
    width: 100%;
  }
  #contents .con_welcome .list_wel .slick-dots {
    position: static;
    width: 95%;
  }
}
@media only screen and (max-width: 768px) and (max-width: 640px) {
  #contents .con_welcome .list_wel .slick-dots {
    padding: 2% 0;
  }
}
@media only screen and (max-width: 768px) {
  #contents .con_welcome .list_wel .slick-dots li {
    width: .8em;
    height: .8em;
    margin: 0 .8%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 641px) and (max-width: 1199px) {
  #contents .con_welcome .list_wel .slick-dots li {
    margin: 0 1%;
  }
}
@media only screen and (max-width: 768px) and (max-width: 640px) {
  #contents .con_welcome .list_wel .slick-dots li {
    margin: 0 2%;
    width: .8em;
    height: .8em;
  }
}
@media only screen and (max-width: 768px) {
  #contents .con_welcome .list_wel .slick-dots li button {
    cursor: pointer;
    padding: 0;
  }
  .mouse #contents .con_welcome .list_wel .slick-dots li button:hover, .touch #contents .con_welcome .list_wel .slick-dots li button.touchstart {
    text-decoration: none;
    opacity: 0.75 !important;
    cursor: pointer;
  }
  .ie8 .mouse #contents .con_welcome .list_wel .slick-dots li button:hover, .ie8 .touch #contents .con_welcome .list_wel .slick-dots li button.touchstart {
    filter: alpha(opacity=75);
  }
  .touch #contents .con_welcome .list_wel .slick-dots li button {
    -webkit-tap-highlight-color: transparent;
  }
  .touch #contents .con_welcome .list_wel .slick-dots li button.touchend {
    -moz-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
  }
  #contents .con_welcome .list_wel .slick-dots li button:before {
    content: "";
    width: 100%;
    height: 100%;
    opacity: 1 !important;
    border-radius: 2em;
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    -o-border-radius: 2em;
    -ms-border-radius: 2em;
    border: 2px solid #fff;
  }
  #contents .con_welcome .list_wel .slick-dots li.slick-active button:before {
    background-color: #286852;
    border: 2px solid #286852;
  }
}
#contents .con_banner {
  margin-top: 60px;
}
@media only screen and (min-width: 641px) and (max-width: 1199px) {
  #contents .con_banner {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 640px) {
  #contents .con_banner {
    margin-top: 7%;
  }
}
#contents .con_banner > ul {
  overflow: hidden;
}
#contents .con_banner > ul li {
  float: right;
}
#contents .con_banner > ul li:first-child {
  float: left;
}
#contents .con_banner > ul li.box_txt {
  width: 48.5%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: .35em solid #f1e2de;
}
#contents .con_banner > ul li.box_txt div {
  background: url(../images/common/bg_gara03.jpg) no-repeat right bottom #fff;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  height: 100%;
  border: 1px solid #e6d3c7;
  background-color: #fff;
  padding: 5.49828%;
  font-size: 104%;
}
@media only screen and (min-width: 641px) and (max-width: 1199px) {
  #contents .con_banner > ul li.box_txt div {
    font-size: 89%;
  }
}
@media only screen and (max-width: 640px) {
  #contents .con_banner > ul li.box_txt div {
    font-size: 104%;
  }
}
#contents .con_banner > ul li.box_txt div .st {
  text-align: center;
}
#contents .con_banner > ul li.box_txt div .txt {
  margin-top: 22px;
  line-height: 1.8;
}
@media only screen and (min-width: 641px) and (max-width: 1199px) {
  #contents .con_banner > ul li.box_txt div .txt {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 640px) {
  #contents .con_banner > ul li.box_txt div .txt {
    margin-top: 2.5%;
  }
}
#contents .con_banner > ul li.box_txt div .btn {
  margin-top: 30px;
  width: 100%;
}
@media only screen and (min-width: 641px) and (max-width: 1199px) {
  #contents .con_banner > ul li.box_txt div .btn {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 640px) {
  #contents .con_banner > ul li.box_txt div .btn {
    margin-top: 4%;
  }
}
#contents .con_banner > ul li.box_txt div .btn a {
  display: block;
  text-decoration: none;
  font-family: "Times New Roman","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HG明朝B","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho",Times,Garamond,Georgia,serif;
  position: relative;
  line-height: 1;
  display: inline-block;
  border-bottom: 2px dotted #286852;
  padding-bottom: 5px;
}
#contents .con_banner > ul li.box_txt div .btn a:after {
  content: "";
  font-family: FontAwesome;
  margin-left: .5em;
  vertical-align: middle;
  position: relative;
  line-height: 1;
  content: url(../images/common/arr_g1.png);
}
#contents .con_banner > ul li.box_txt div .btn a:after {
  left: 0;
  -moz-transition: left 0.5s ease-out, opacity 0.5s ease-out;
  -o-transition: left 0.5s ease-out, opacity 0.5s ease-out;
  -webkit-transition: left 0.5s ease-out, opacity 0.5s ease-out;
  transition: left 0.5s ease-out, opacity 0.5s ease-out;
}
#contents .con_banner > ul li.box_txt div .btn a:hover:after {
  left: 1em;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
@media only screen and (max-width: 640px) {
  #contents .con_banner > ul li.box_txt div .btn a {
    padding-bottom: 1%;
  }
}
#contents .con_banner > ul li.box_parking > div {
  overflow: hidden;
}
#contents .con_banner > ul li.box_parking > div p {
  float: left;
}
#contents .con_banner > ul li.box_parking > div p.st {
  margin-top: 22px;
  width: 20.84942%;
}
@media only screen and (min-width: 641px) and (max-width: 1199px) {
  #contents .con_banner > ul li.box_parking > div p.st {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 640px) {
  #contents .con_banner > ul li.box_parking > div p.st {
    margin-top: 2.5%;
  }
}
#contents .con_banner > ul li.box_parking > div p.photo {
  margin-left: 4.2471%;
  width: 63.89961%;
}
#contents .con_banner > ul li.box_parking > div p.txt {
  margin-left: 4.2471%;
  width: 71.42857%;
  margin-top: 15px;
}
@media only screen and (min-width: 641px) and (max-width: 1199px) {
  #contents .con_banner > ul li.box_parking > div p.txt {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 640px) {
  #contents .con_banner > ul li.box_parking > div p.txt {
    margin-top: 2%;
  }
}
@media only screen and (max-width: 640px) {
  #contents .con_banner > ul li {
    float: none;
  }
  #contents .con_banner > ul li:first-child {
    float: none;
    margin-bottom: 2%;
  }
  #contents .con_banner > ul li.box_txt {
    width: 100%;
  }
}
