@charset 'UTF-8';
@import url(reset.css);
@import url(common.css);

/* base */

* {
  word-break: break-all;
}

body {
  min-width: 1080px;
  font-family: 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
  color: #333;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

a {
  text-decoration: none;
  font-weight: bold;
  color: #161616;
}

a:hover {
  text-decoration: underline;
}

body .sbox-cen,
.seotext {
  font-family: 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
  text-align: center;
  font-size: 1.0rem;
  line-height: 2;
  color: #FFFFFF;
  background: #74C5FF;
  font-weight: normal;
}

#wrap {
  overflow: hidden;
  position: relative;
  background: none;
  font-size: 1.4rem;
  line-height: 1.86;
  color: #2B2B2B;
  background: #F7F7F7;
}

.tel {
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 1.0;
}

.tel span {
  display: inline-block;
  margin-left: 5px;
}

.tel a {
  font-weight: normal;
  text-decoration: none;
  color: #333;
}


/* header
------------------------------*/

#header {
  background: url("../image/header_bg.png") top left repeat-x;
  position: relative;
  z-index: 99;
  padding-bottom: 59px;
  font-family: '游ゴシック', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

#header .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 1040px;
  padding: 42px 15px 18px;
  margin: 0 auto;
}

#header .text {
  line-height: 1.5;
  font-size: 1.2rem;
  color: #fff;
}

#header .info {
  max-width: 315px;
  text-align: right;
  font-size: 1.0rem;
}

#header .tel {
  margin-bottom: 5px;
}

#header .tel span {
  font-size: 1.307em;
}

#header .time {
  margin-bottom: 8px;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: right;
  color: #FFF;
}

#header .time,
#header .holiday {
  display: inline-block;
}


/* nav
------------------------------*/

.gnav {
  position: relative;
  height: 59px;
  border-top: 1px solid rgba(8, 124, 187, 0.11);
  margin-bottom: 0;
  background: rgba(8, 124, 187, 0.1);
  z-index: 999;
  margin-top: -59px;
  font-family: '游ゴシック', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.gnav .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 59px;
  background: none;
}

.gnav .nav li a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  padding: 16.5px 18.5px;
  white-space: nowrap;
}

.gnav .nav li.on a,
.gnav .nav li a:hover {
  color: #FFF200;
}

.gnav .nav.fixed {
  position: fixed;
  background: rgba(8, 124, 187, 1);
}

.gnav .nav.fixed li {
  padding-top: 0;
}

.gnav .nav span {
  display: block;
  cursor: pointer;
}

@media screen and (max-width: 1040px) {
  .gnav .nav li a {
    padding-right: 10px;
    padding-left: 10px
  }
}

@media screen and (max-width: 900px) {
  .gnav .nav li a {
    font-size: 1.15rem;
  }
}

.accordion {
  position: relative;
}

.accordion .category {
  display: none;
  position: absolute;
  z-index: 100;
  top: calc(100% + 1px);
  left: 0;
  width: 100%;
}

.accordion .category li {
  position: relative;
  padding-top: 0;
  margin-bottom: 2px;
}

.accordion .category li:first-child {
  margin-right: 0;
}

.accordion .category a,
.accordion .category span {
  display: block;
  background: rgba(255, 255, 255, .6);
  padding: 10px 10px 8px;
  /* margin-bottom: 1px; */
  text-align: center;
  line-height: 1.5;
  font-size: 1.5rem;
  font-weight: normal;
  color: #51473F;
}

.accordion .category a:hover,
.accordion .category span:hover {
  background: rgba(255, 255, 255, .8);
  text-decoration: none;
  color: #999;
}

.accordion .category li.on>a,
.accordion .category li.on>span {
  background: rgba(247, 247, 247, 0.8);
  text-decoration: none;
  color: #51473F;
}

.accordion .category .secondary {
  display: none;
  position: absolute;
  z-index: 100;
  width: 100%;
  top: 0;
  left: calc(100% + 1px);
}

.accordion .category .secondary li.on>a,
.accordion .category .secondary li.on>span {
  background: rgba(255, 255, 255, .8);
  text-decoration: none;
  color: #999;
}


/* main
------------------------------*/

.mainimg {
  text-align: left;
  color: #FFF;
  max-width: 1300px;
  margin: 0 auto;
  background: url(../image/main_bg_content.jpg) center no-repeat;
  font-size: 4.4rem;
  font-family: '游ゴシック', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: bold;
  padding: 94px 15px 94px;
}

.mainimg h2 {
  font-size: 1em;
  max-width: 1000px;
  margin: 0 auto;
}


/* content
------------------------------*/

.main {
  background: #F7F7F7;
  width: 100%;
  padding: 50px 0 0px;
}

.map,
.video {
  position: relative;
  width: 100%;
  height: 250px;
}

.map iframe,
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video {
  height: auto;
  padding-top: 56.25%;
}

.big {
  font-size: 1.6rem;
}

.small {
  font-size: 1.2rem;
}

.bold {
  font-weight: bold;
}

.button {
  text-align: center;
}

.contact {
  margin-top: 100px;
  text-align: center;
}


/* section
------------------------------*/

.section {
  max-width: 1030px;
  padding: 0 15px;
  margin: 0 auto 70px;
}

.section.break {
  max-width: 100%;
}

.section table {
  width: 100%;
}

.section table th,
.section table td {
  border: 1px solid #D2EBFF;
  padding: 15px 20px 13px;
  vertical-align: top;
  background: #f7f7f7;
}

.section table th {
  width: 28%;
  background: #EEF9FF;
  text-align: left;
  vertical-align: top;
  font-weight: normal;
}

.bread {
  max-width: 1080px;
  padding: 0 40px;
  margin: 0 auto 35px;
  font-size: 0;
}

.bread li {
  display: inline-block;
  margin-right: 10px;
  font-size: 12px;
}

.bread li+li::before {
  content: '＞';
  display: inline-block;
  margin-right: 5px;
}

.bread li a {
  color: #2789FF;
  font-weight: normal;
  text-decoration: underline;
}

.bread li a:hover {
  text-decoration: none;
}

.headding {
  padding: 26px 0 24px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 2.6rem;
  line-height: 1.2;
  font-weight: bold;
  color: #000;
  font-family: '游ゴシック', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  background: url('../image/bg_h3.png') center bottom no-repeat;
}

.subtitle {
  font-family: '游ゴシック', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  padding: 8px 20px 7px;
  margin-bottom: 20px;
  font-size: 2.1rem;
  line-height: 1.2;
  color: #fff;
  background: #1FA1E9;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  text-align: left;
  font-weight: bold;
}

.text p+p {
  margin-top: 1em;
}


/* flex
-------------------------------------------- */

.imgleft,
.imgright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.imgright {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.imgleft .image,
.imgright .image {
  width: 20%;
  text-align: center;
}

.imgleft .image div+div,
.imgright .image div+div {
  margin-top: 10px;
}

.imgleft .image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  margin-right: 30px;
}

.imgright .image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-left: 30px;
}

.square {
  width: 100%;
}

.square+.square {
  margin-top: 10px;
}

.square a,
.square span {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  background: #fff;
  padding-top: calc(100% - 2px);
  border: 1px solid #CBCBCB;
  outline: none;
}

.square img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  padding: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}


/* pickup
-------------------------------------------- */

.pickup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  width: 100%;
}

.pickup .article {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 23.5%;
  margin-right: 2%;
}

.pickup .article:nth-child(4n) {
  margin-right: 0;
}

.pickup.slick {
  display: block;
  max-width: 1200px;
  margin-bottom: 27px;
}

.pickup.slick .article {
  margin: 15px 22.5px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 10);
  -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 10);
  -webkit-box-shadow: 0px 0px 15px 2px rgba(191, 202, 201, 0.4);
}


/*
.pickup.slick .article:nth-child(4n) {
  margin-right: 22.5px;
} */


/* pagebute
------------------------------*/

.page {
  margin-top: 50px;
  text-align: center;
  width: 100%;
  letter-spacing: -1em;
}

.page li {
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
  letter-spacing: normal;
}

.page .link_page,
.page .current_page {
  display: block;
  width: 40px;
  height: 40px;
  background: #e8f1f9;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  color: #000;
}

.page .link_page:hover,
.page .current_page:hover,
.page .current_page {
  background: #f2790a;
  color: #ffffff;
}


/* slick
------------------------------*/

.slick {
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}

.slick .slick-prev,
.slick .slick-next {
  z-index: 100;
  top: 105px;
  width: 30px;
  height: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(40%);
}

.slick .slick-prev {
  left: 0;
  background: url('../image/slick_left.png') center no-repeat;
}

.slick .slick-prev::before {
  /*content: url('../image/slick_left_on.jpg');*/
  display: none;
}

.slick .slick-prev:hover {
  /*background-image: url('../image/slick_left_on.jpg');*/
}

.slick .slick-next {
  right: 0;
  background: url('../image/slick_right.png') center no-repeat;
}

.slick .slick-next::before {
  /*content: url('../image/slick_right_on.jpg');*/
  display: none;
}

.slick .slick-next:hover {
  /*background-image: url('../image/slick_right_on.jpg');*/
}


/* colorbox
------------------------------*/

.colorbox a {
  outline: none;
}

#cboxWrapper {
  background: #FFF;
}

#cboxContent {
  margin: 20px;
  outline: 20px solid #FFF;
}

#cboxClose {
  position: absolute;
  top: -19px;
  right: -19px;
  z-index: 10;
  width: 30px;
  height: 30px;
  background: #000;
  border-radius: 50%;
  outline: none;
  opacity: .8;
  -webkit-transition: .3s;
  transition: .3s;
}

#cboxClose::before,
#cboxClose::after {
  content: '';
  position: absolute;
  z-index: 20;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background: #FFF;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: .3s;
  transition: .3s;
}

#cboxClose::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

#cboxClose:hover {
  -webkit-box-shadow: 0 0 0 4px rgba(255, 255, 255, .5);
  box-shadow: 0 0 0 4px rgba(255, 255, 255, .5);
}

#cboxClose:hover::before {
  -webkit-transform: translate(-50%, -50%) rotate(225deg);
  transform: translate(-50%, -50%) rotate(225deg);
}

#cboxClose:hover::after {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
}

#cboxPrevious,
#cboxNext {
  top: 50%;
  left: -19px;
  width: 20px;
  height: 20px;
  background: #FFF;
  border: 1px solid #000;
  border-radius: 50%;
  outline: none;
  opacity: .5;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: .3s;
  transition: .3s;
}

#cboxPrevious::after,
#cboxNext::after {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  width: 0;
  height: 0;
  background: none;
  border-style: solid;
  border-width: 6px 9px 6px 0;
  border-color: transparent #000 transparent transparent;
  outline: none;
  opacity: .5;
  -webkit-transition: .3s;
  transition: .3s;
}

#cboxPrevious:hover,
#cboxNext:hover {
  background: #000;
  opacity: .8;
}

#cboxPrevious:hover::after,
#cboxNext:hover::after {
  border-color: transparent #FFF transparent transparent;
  opacity: .8;
}

#cboxNext {
  left: auto;
  right: -19px;
}

#cboxNext::after {
  left: auto;
  right: 4px;
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent #000;
}

#cboxNext:hover::after {
  border-color: transparent transparent transparent #FFF;
}


/* datepicker
------------------------------*/

.ui-datepicker th {
  width: auto;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  cursor: pointer;
}

#ui-datepicker-div {
  font-size: 1.4rem;
}

#map {
  overflow: hidden;
  background: #F7F7F7;
}

#map p {
  font-family: '游ゴシック', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 1.4rem;
  line-height: 2.29;
  padding: 10px 15px 8px;
  text-align: center;
  color: #777777;
  text-shadow: 0 0 0 #777
}

#map p span {
  font-weight: bold;
}


/* footer
------------------------------*/

.footer {
  background: url('../image/footer_bg.png') center top repeat;
  text-align: center;
  color: #FFFFFF;
  padding: 18px 0 0px;
  font-family: '游ゴシック', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.footer .info p {
  margin-bottom: 15px;
  font-size: 1.2rem;
  line-height: 1.5;
}

.footer .info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.footer .info ul li {
  margin: 0 13px;
}

.footer .info ul li.f-tel {}

.f-tel__element {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: left;
}

.f-tel__element+.f-tel__element {
  margin-top: 10px;
  margin-left: -1em;
  text-align: center;
}

.f-tel__element span {
  display: inline-block;
  padding: 0 .5em;
}

.footer .nav {
  padding: 0;
  margin-bottom: 20px;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer .nav li {
  padding: 4px 18.5px;
  font-size: 14px;
  line-height: 1;
}

.footer .nav li:last-child {
  padding-right: 0;
}

.footer .nav li a {
  font-weight: bold;
  color: #fff;
  line-height: 1;
}

.copyright {
  display: block;
  background: #74C5FF;
  padding: 7px 0 5px;
  font-size: 1.0rem;
  color: #FFF;
}


/* pagetop
------------------------------*/

.pagetop {
  position: absolute;
  z-index: 100;
  bottom: 50px;
  right: calc((100vw - 1120px) / 4);
  /* opacity: 0; */
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}


/* .pagetop.on {
  opacity: 1;
}

.pagetop.stop {
  position: absolute;
} */

@media screen and (max-width: 1130px) {
  .pagetop {
    right: 10px;
  }
}

@media screen and (max-width: 768px) {
  .pagetop {
    right: 5px;
    bottom: 5px;
  }
}

.rightbar {
  position: fixed;
  z-index: 105;
  right: 0px;
}

.rightbar img {
  opacity: 1 !important;
}

.rightbar1 {
  top: 15%;
}

.rightbar1 {
  display: block;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.rightbar1.on {
  -webkit-transform: translateX(80%);
  transform: translateX(80%);
}

.rightbar1.on:hover {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.rightbar2 {
  top: 25%;
}

.rightbar2 {
  display: block;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.rightbar2.on {
  -webkit-transform: translateX(80%);
  transform: translateX(80%);
}

.rightbar2.on:hover {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.rightbar3 {
  top: 35%;
}

.rightbar3 {
  display: block;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.rightbar3.on {
  -webkit-transform: translateX(80%);
  transform: translateX(80%);
}

.rightbar3.on:hover {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.modalbox {
  display: none;
}

#calendar {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 680px;
  background: #FFF;
  border: 3px solid #E8E8E8;
  padding: 27px 37px 37px;
}

#calendar .box {
  overflow: hidden;
}

#calendar table {
  float: left;
  width: 47%;
  font-size: 1.6rem;
  table-layout: fixed;
}

#calendar table:nth-of-type(2) {
  float: right;
}

#calendar table caption {
  margin-bottom: 10px;
  font-size: 1.4rem;
}

#calendar th,
#calendar td {
  width: auto;
  border: 1px solid #A5A5A5;
  padding: 9px 0 5px;
  text-align: center;
  vertical-align: middle;
}

#calendar th {
  background: #F0F0F0;
  font-weight: normal;
}

#calendar .holiday {
  background: #606060;
  color: #FFF;
}

#calendar .note {
  margin-top: 10px;
  text-align: right;
  font-size: 1.4rem;
}

#calendar .note::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #606060;
  border: 1px solid #A5A5A5;
  margin-right: 10px;
  vertical-align: -5px;
}

.pattern {
  position: fixed;
  top: 425px;
  left: -5px;
}

.pattern li {
  width: 100px;
  margin-bottom: 10px;
}

.pattern li a {
  display: inline-block;
  background: #CCC;
  padding: 5px 10px 3px 15px;
  font-weight: normal;
  color: #FFF;
  -webkit-transition: background .3s, -webkit-transform .3s;
  transition: background .3s, -webkit-transform .3s;
  transition: background .3s, transform .3s;
  transition: background .3s, transform .3s, -webkit-transform .3s;
}

.pattern li a:hover,
.pattern li.on a {
  background: #999;
  text-decoration: none;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.wink a:hover {
  -webkit-animation-name: wink;
  animation-name: wink;
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
}

.wink img {
  opacity: 1 !important;
}

@-webkit-keyframes wink {
  0% {
    opacity: .2;
  }
  100% {
    opacity: 1;
  }
}

@keyframes wink {
  0% {
    opacity: .2;
  }
  100% {
    opacity: 1;
  }
}


/* news
------------------------------*/

.index-news.section {
  margin-bottom: 70px;
  padding: 0 15px;
  max-width: 1030px;
}

.index-news .imgleft .image {
  margin-right: 30px;
}

.news-box .news {
  background: url('../image/icon_bottom.png') left bottom repeat-x;
  padding: 20px 0 20px;
  line-height: 1.2;
}

.news-box .news:first-child {
  padding-top: 0;
}

.news-box .news .image {
  width: 150px;
}

.news-box .news .date {
  margin-bottom: 10px;
}

.news-box h4 {
  margin-bottom: 8px;
  line-height: 1.2;
}

.news-box .text {
  line-height: 1.71;
}

.index-news .button {
  text-align: right;
  margin-top: 45px;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 480px) {
  .index-news .imgleft .image {
    margin-right: auto;
  }
}

#mail {
  margin-top: -65px;
  padding-top: 65px;
}