@charset "UTF-8";
@import url(reset.css);
@import url(module.css);
@import url(jquery.bxslider.css);
@import url(customize-style.css);

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  min-width: 0;
  background-color: #fff;
  color: #393939;
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  line-height: 1.5;
}

a {
  color: #393939;
  text-decoration: none;
}

a:link, a:visited {
  outline: 0;
}

a:hover, a:active {
  color: #393939;
  text-decoration: underline;
}

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


.obi-1 {
  border-bottom: 5px solid #F1C29B;
}

.obi-2 {
  border-bottom: 5px solid #29518c;
}

.obi-3 {
  border-bottom: 5px solid #91af96;
}

.obi-4 {
  border-bottom: 5px solid #F1C29B;
}

.main-copy {
  background-color: #29518c;
  color: #fff;
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.8;
  padding: 26px 0;
}
.col-sm-12 p strong {
}

.tax-message-1 {
  background-color: #F1C29B;
}

.tax-message-2 {
  background-color: #29518c;
	width: 100%
}
.col-sm-12 p strong {
}
.col-sm-12 p strong {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
    font-size: large;
}

.tax-message-3 {
  background-color: #91af96;
}

.tax-message-4 {
  background-color: #F1C29B;
}

.font15 {
  font-size: 1.5rem;
}

.mb30 {
  margin-bottom: 30px;
}

@media only screen and (max-width: 1024px) {
  .mb30 {
    margin-bottom: 20px;
  }
}

/* 見出し */
p {
    color: #393939;
    font-size: large;
}

.heading-level1 {
  font-size: 3rem;
  color: #393939;
  margin-top: 2em;
  margin-bottom: 25px;
}

@media only screen and (max-width: 1024px) {
  .heading-level1 {
    font-size: 2.5rem;
    margin-bottom: 15px;
  }
}

.heading-level2 {
  font-size: 2.3rem;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1024px) {
  .heading-level2 {
    margin-bottom: 10px;
  }
}

.heading-level3 {
  font-size: 2.0rem;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1024px) {
  .heading-level3 {
    margin-bottom: 10px;
  }
}

.heading-green {
  color: #91af96;
}

.heading-blue {
    color: #393939;
}

/* ==========================================================================
    Header
========================================================================== */

.global-header:before, .global-header:after {
  content: " ";
  display: table;
}

.global-header:after {
  clear: both;
}

@media only screen and (max-width: 1024px) {
  .global-header {
    padding-bottom: 0;
  }
}

.global-header h1 {
  float: left;
}

@media only screen and (max-width: 1024px) {
  .global-header h1 {
    float: none;
    margin-left: 10px;
  }
}

.global-header h1 a {
  width: 110px;
  height: 36px;
  display: block;
  background: url(../image/shared/site_logo.png);
  text-indent: -9999px;
}

.global-header .global-navi {
  float: left;
  padding-top: 6px;
  padding-left: 70px;
}

@media only screen and (max-width: 1024px) {
  .global-header .global-navi {
    float: none;
    padding-top: 78px;
    padding-left: 0;
    border-bottom: 1px solid #959697;
  }
}

.global-header .global-navi ul:before, .global-header .global-navi ul:after {
  content: " ";
  display: table;
}

.global-header .global-navi ul:after {
  clear: both;
}

.global-header .global-navi-list {
  position: relative;
  float: left;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif !important;
  font-size: 2.0rem;
  padding: 0 25px;
  border-right: 1px solid #c9c9c9;
}

@media all and (min-width: 801px) {
  .global-header .global-navi-list:first-child {
    /**padding-left: 0;*/
  }
}

.global-header .global-navi-list a {
  position: relative;
  z-index: 3;
}

@media only screen and (max-width: 1024px) {
  .global-header .global-navi-list:nth-of-type(1), .global-header .global-navi-list:nth-of-type(2) {
    border-top: 1px solid #959697;
  }

  .global-header .global-navi-list {
    width: 50%;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid #959697;
  }

  .global-header .global-navi-list a {
    display: block;
    padding: 20px 0;
  }
}

.global-header .global-navi-white {
  /*ドロップダウン用タブ*/
  display: none;
  position: absolute;
  top: -5px;
  left: 2px;
  height: 40px;
  width: 110px;
  z-index: 2;
  border: 1px solid #858585;
  border-bottom: 1px solid #fff;
  background-color: #fff;
}

@media only screen and (max-width: 1024px) {
  .global-header .global-navi-white {
    display: none !important;
  }
}

.global-header .global-navi-dropdown {
  display: none;
  position: absolute;
  top: 34px;
  left: -130px;
  width: 600px;
  z-index: 1;
  padding: 15px;
  background-color: #fff;
  border: 1px solid #858585;
}

.global-header .global-navi-dropdown-2column {
  width: 400px;
}

.global-header .global-navi-dropdown li {
  float: left;
  width: 170px;
  margin-left: 24px;
  margin-top: 30px;
}

.global-header .global-navi-dropdown li:nth-child(1), .global-header .global-navi-dropdown li:nth-child(2), .global-header .global-navi-dropdown li:nth-child(3) {
  margin-top: 0;
}

.global-header .global-navi-dropdown li:nth-child(3n+1), .global-header .global-navi-dropdown li:first-child {
  margin-left: 0;
}

.global-header .global-navi-dropdown li strong {
  font-size: 1.4rem;
}

.global-header .global-navi-dropdown li p {
  font-size: 1.2rem;
}

@media only screen and (max-width: 1024px) {
  .global-header .global-navi-dropdown {
    display: none !important;
  }
}


@media only screen and (max-width: 1024px) {
  .global-header .header-contact {
    width: auto;
    right: 10px;
  }
}

.global-header .header-contact li {
  float: left;
  padding-left: 24px;
}

.global-header .header-contact li.contact-tel {
  padding-left: 0;
}

@media only screen and (max-width: 1024px) {
  .global-header .header-contact li {
    padding-left: 10px;
  }

  .global-header .header-contact li.contact-tel img {
    width: auto;
    height: auto;
  }

  .global-header .header-contact li.contact-mail img {
    width: auto;
    height: 1.7rem;
  }
}

/* ==========================================================================
    Footer
========================================================================== */
.global-footer .footer-top {
  padding: 40px 65px 60px 20px;
  background-color: #0c1a32;
}

@media only screen and (max-width: 1024px) {
  .global-footer .footer-top {
    padding: 0;
    background-color: transparent;
  }
}

.global-footer .footer-top .container-fluid {
  padding: 0;
}

.global-footer .footer-top .footer-menu {
  float: left;
  width: 70%;
  color: #fff;
}

.global-footer .footer-top .footer-menu:before, .global-footer .footer-top .footer-menu:after {
  content: " ";
  display: table;
}

.global-footer .footer-top .footer-menu:after {
  clear: both;
}

@media only screen and (max-width: 1024px) {
  .global-footer .footer-top .footer-menu {
    float: none;
    width: auto;
    margin-left: 0;
    background-color: #fff;
    color: #000;
    border-top: 1px solid #132d58;
  }
}

.global-footer .footer-top .footer-menu-list {
  float: left;
  width: 20%;
  padding-right: 30px;
}

.global-footer .footer-top .footer-menu-list strong {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.global-footer .footer-top .footer-menu-list strong a {
  color: #fff;
}

@media only screen and (max-width: 1024px) {
  .global-footer .footer-top .footer-menu-list {
    width: 50%;
    text-align: center;
    padding-right: 0;
    border-top: 1px solid #959697;
  }

  .global-footer .footer-top .footer-menu-list:nth-child(odd) {
    border-right: 1px solid #959697;
  }

  .global-footer .footer-top .footer-menu-list:nth-child(1), .global-footer .footer-top .footer-menu-list:nth-child(2) {
    border-top: none;
  }

  .global-footer .footer-top .footer-menu-list strong {
    margin-bottom: 0;
  }

  .global-footer .footer-top .footer-menu-list strong a {
    display: block;
    padding: 20px 0;
    color: #000;
  }
}

.global-footer .footer-top .footer-menu-list p {
  font-size: 1.3rem;
}

@media only screen and (max-width: 1024px) {
  .global-footer .footer-top .footer-menu-list p {
    display: none;
  }
}

.global-footer .footer-top .footer-contact {
  float: right;
}

.global-footer .footer-top .footer-contact .footer-tel {
  padding-top: 20px;
  margin-bottom: 20px;
}

.global-footer .footer-top .footer-contact .footer-tel {
list-style: none;
}


@media only screen and (max-width: 1024px) {
  .global-footer .footer-top .footer-contact {
    float: none;
    background-color: #0c1a32;
    text-align: center;
    padding: 10px 0;
  }

  .global-footer .footer-top .footer-contact div {
    display: inline-block;
    vertical-align: middle;
    width: 30%;
  }

  .global-footer .footer-top .footer-contact .footer-tel {
    margin-right: 15px;
  }
}

.global-footer .copyright {
  background-color: #081120;
  padding: 25px 0;
  color: #fff;
  text-align: center;
  width: 100%;
}

.is-hidden {
  display: none;
}

.is-fixed {
  position: fixed;
  width: 100%;
}

.is-pc {
  display: block;
}

@media only screen and (max-width: 1024px) {
  .is-pc {
    display: none;
  }
}

.is-sp {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .is-sp {
    display: block;
  }
}

/* ==========================================================================
    index
========================================================================== */
.main-visual {
  width: 100%;
}

.main-visual .bxslider:before, .main-visual .bxslider:after {
  content: " ";
  display: table;
}

.main-visual .bxslider:after {
  clear: both;
}

.main-visual .bxslider li {
  float: left;
  width: 0%;
}

.main-visual .bxslider li:first-child {
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .main-copy {
    font-size: 1.4rem;
    padding: 15px 10px;
  }
}

.contents-top {
  padding-top: 0 !important;
}

.contents-top .heading-level1 {
  font-size: 2.9rem;
  color: #858585;
  margin-bottom: 24px;
}

@media only screen and (max-width: 1024px) {
  .contents-top .heading-level1 {
    font-size: 2rem;
  }
}

.contents {
  padding-top: 3px;
  padding-bottom: 50px;
}

@media only screen and (max-width: 1024px) {
  .contents {
    padding-bottom: 30px;
  }
}

.contents .contents-section {
  max-width: 1180px;
  margin: 0 auto;
}

.contents .contents-section:before, .contents .contents-section:after {
  content: " ";
  display: table;
}

.contents .contents-section:after {
  clear: both;
}

.contents .menu-top {
  background: url(../image/top/bg_dot.png);
  margin-bottom: 80px;
  padding-top: 34px;
  padding-bottom: 16px;
}

@media only screen and (max-width: 1024px) {
  .contents .menu-top {
    margin-bottom: 30px;
    padding-bottom: 0;
    background: transparent;
  }

  .contents .menu-top h2 {
    display: none;
  }
}

.contents .menu-top .container-fluid {
  padding: 0 60px;
}

@media only screen and (max-width: 1024px) {
  .contents .menu-top .container-fluid {
    padding: 0 10px;
  }
}

.contents .menu-top .container-fluid .row {
  margin: 0 -40px;
}

@media only screen and (max-width: 1024px) {
  .contents .menu-top .container-fluid .row {
    margin: 0 -10px;
  }
}

.contents .menu-top .container-fluid .col-sm-4 {
  padding-left: 40px;
  padding-right: 40px;
}

@media only screen and (max-width: 1024px) {
  .contents .menu-top .container-fluid .col-sm-4 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (max-width: 1024px) {
  .contents .menu-top .container-fluid .col-xs-12 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.contents .menu-top .menu-contents .menu-contents-list {
  position: relative;
  margin-bottom: 30px;
}

.contents .menu-top .menu-contents .menu-contents-list:nth-child(7), .contents .menu-top .menu-contents .menu-contents-list:nth-child(8), .contents .menu-top .menu-contents .menu-contents-list:nth-child(9) {
  margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
  .contents .menu-top .menu-contents .menu-contents-list:nth-child(7), .contents .menu-top .menu-contents .menu-contents-list:nth-child(8) {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 1024px) {
  .contents .menu-top .menu-contents .menu-contents-list .menu-graphic01 {
    padding: 15px;
    background: url(../image/top/menu_graphic01_border01.png) repeat-x left top, url(../image/top/menu_graphic01_border02.png) repeat-y left top, url(../image/top/menu_graphic01_border01.png) repeat-x left bottom, url(../image/top/menu_graphic01_border02.png) repeat-y right top;
    /* right */
  }

  .contents .menu-top .menu-contents .menu-contents-list .menu-graphic01 p {
    margin-top: 1.8rem;
  }
}

.contents .menu-top .menu-contents .menu-contents-list img {
  margin: 0 auto;
}

.contents .menu-top .menu-contents .menu-contents-list p {
  margin-top: 10px;
  font-size: 1.8rem;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .contents .menu-top .menu-contents .menu-contents-list p {
    font-size: 1.5rem;
  }
}

.contents .menu-btn {
  display: block;
  width: 180px;
  height: 30px;
  margin: 8px auto 30px;
  padding: 6px 0 0;
  color: #fff;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}

@media only screen and (max-width: 1024px) {
  .contents .menu-btn {
    width: 130px;
  }
}

.contents .menu-btn:hover {
  text-decoration: none;
  opacity: 0.8;
}

.contents .menu-btn-green {
  background-color: #88b4a7;
}

.contents .menu-btn-blue {
  background-color: #132d58;
}

.contents .menu-btn-orange {
  background-color: #e48231;
}

/* NEWS */
.contents-section .info-news {
  position: relative;
  float: left;
  width: 55%;
  /*650px*/
}

@media only screen and (max-width: 1024px) {
  .contents-section .info-news {
    float: none;
    width: auto;
  }
}

.contents-section .info-news h2 {
  margin-bottom: 40px;
}

@media only screen and (max-width: 1024px) {
  .contents-section .info-news h2 {
    background-color: #132d58;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 1024px) {
  .contents-section .info-news .news-contents {
    margin: 0 20px 20px;
  }
}

.contents-section .info-news .news-contents .news-list {
  margin-top: 20px;
}

.contents-section .info-news .news-contents .news-list:first-child {
  margin-top: 0;
}

.contents-section .info-news .news-contents .news-list .news-date {
  clear: left;
  float: left;
  font-size: 1.7rem;
  padding-bottom: 10px;
}

@media only screen and (max-width: 1024px) {
  .contents-section .info-news .news-contents .news-list .news-date {
    font-size: 1.4rem;
  }
}

.contents-section .info-news .news-contents .news-list .news-detail {
  padding-left: 140px;
  padding-bottom: 10px;
}

.contents-section .info-news .news-contents .news-list .news-detail strong {
  font-size: 1.7rem;
  margin-bottom: 5px;
}

@media only screen and (max-width: 1024px) {
  .contents-section .info-news .news-contents .news-list .news-detail {
    padding-left: 120px;
  }

  .contents-section .info-news .news-contents .news-list .news-detail strong {
    font-size: 1.4rem;
  }

  .contents-section .info-news .news-contents .news-list .news-detail p {
    font-size: 1.2rem;
  }
}

.contents-section .info-news .btn-news {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.6rem;
  border: 1px solid #e1e1e8;
}

.contents-section .info-news .btn-news a {
  width: 130px;
  display: block;
  padding: 5px 0;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .contents-section .info-news .btn-news {
    position: static;
    font-size: 1.4rem;
  }

  .contents-section .info-news .btn-news a {
    width: 100%;
  }
}

.contents-section .info-pickup {
  float: right;
  width: 39.83%;
  /*470px*/
}

.contents-section .info-pickup h2 {
  margin-bottom: 20px;
}

@media only screen and (max-width: 1024px) {
  .contents-section .info-pickup {
    float: none;
    clear: both;
    width: auto;
    margin-bottom: 25px;
  }

  .contents-section .info-pickup:before, .contents-section .info-pickup:after {
    content: " ";
    display: table;
  }

  .contents-section .info-pickup:after {
    clear: both;
  }

  .contents-section .info-pickup h2 {
    background-color: #88b4a7;
    color: #fff;
    text-align: center;
  }
}

.contents-section .info-pickup .pickup-group {
  margin-left: -3px;
}

.contents-section .info-pickup .pickup-group:before, .contents-section .info-pickup .pickup-group:after {
  content: " ";
  display: table;
}

.contents-section .info-pickup .pickup-group:after {
  clear: both;
}

.contents-section .info-pickup .pickup-list {
  float: left;
  width: 33.3333%;
  padding-left: 3px;
}

.contents-section .info-pickup .pickup-list .pickup-title {
  padding: 20px 5px;
  text-align: center;
  border-bottom: 1px solid #fff;
  background-color: #f3f3f5;
  font-size: 1.8rem;
}

@media only screen and (max-width: 1024px) {
  .contents-section .info-pickup .pickup-list .pickup-title {
    padding: 10px 5px;
  }
}

@media only screen and (max-width: 1024px) {
  .contents-section .info-pickup .pickup-list .pickup-image img {
    width: 100%;
    height: auto;
  }
}

/* ==========================================================================
    Sample
========================================================================== */
@media only screen and (max-width: 1024px) {
  .main-visual-small {
    position: relative;
    height: 75px;
    overflow: hidden;
  }

  .main-visual-inner {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    margin-left: -400px;
  }

  .main-visual-inner img {
    display: inline-block;
    width: 1024px;
    max-width: none;
  }
}

@media only screen and (max-width: 430px) {
  .main-visual-small {
    position: relative;
    height: 50px;
  }

  .main-visual-inner {
    margin-left: -266.5px;
  }

  .main-visual-inner img {
    width: 533px;
  }
}

.contents .contents-header {
  text-align: center;
  margin-bottom: 45px;
}

@media only screen and (max-width: 1024px) {
  .contents .contents-header {
    margin-bottom: 20px;
  }
}

.contents .contents-header p {
  line-height: 1.6;
  font-size: 1.8rem;
}

@media only screen and (max-width: 1024px) {
  .contents .contents-inner {
    padding: 0 10px;
  }
}

.contents .column-media {
  margin-bottom: 40px;
}

.contents .column-media:before, .contents .column-media:after {
  content: " ";
  display: table;
}

.contents .column-media:after {
  clear: both;
}

@media only screen and (max-width: 1024px) {
  .contents .column-media {
    margin-bottom: 0px;
  }
}

.contents .column-media .column-media-image {
  float: left;
  width: 39.4%;
}

@media only screen and (max-width: 1024px) {
  .contents .column-media .column-media-image {
    float: none;
    width: auto;
    margin-bottom: 25px;
  }

  .contents .column-media .column-media-image img {
    width: 100%;
    height: auto;
  }
}

.contents .column-media .column-media-text {
  float: right;
  width: 59.3%;
}

@media only screen and (max-width: 1024px) {
  .contents .column-media .column-media-text {
    float: none;
    width: auto;
  }
}

.contents .column-media .column-media-text p {
  margin-bottom: 25px;
  line-height: 1.6;
}

.contents .column-3,
.contents .column-3-text {
  width: 100%;
  overflow: hidden;
}

.contents .column-3 .row,
.contents .column-3-text .row {
  margin-left: -25px;
  margin-right: -25px;
}

@media only screen and (max-width: 1024px) {

  .contents .column-3 .row,
  .contents .column-3-text .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.contents .column-3 p,
.contents .column-3-text p {
  margin-bottom: 0;
}

.contents .column-3 .col-sm-4,
.contents .column-3-text .col-sm-4 {
  padding-left: 25px;
  padding-right: 25px;
}

@media only screen and (max-width: 1024px) {

  .contents .column-3 .col-sm-4,
  .contents .column-3-text .col-sm-4 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (max-width: 1024px) {

  .contents .column-3 .col-xs-12,
  .contents .column-3-text .col-xs-12 {
    margin-bottom: 10px;
  }

  .contents .column-3 .col-xs-12 img,
  .contents .column-3-text .col-xs-12 img {
    width: 100%;
    height: auto;
  }
}

.contents .column-3 h3 {
  margin-top: 20px;
}

@media only screen and (max-width: 1024px) {
  .contents .column-3 h3 {
    margin-top: 10px;
  }
}

.main-copy-green {
  background-color: #91af96;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
}

.sp-submenu {
  font-size: 1.4rem;
  width: 100%;
  display: none;
  text-align: center;
}

.sp-submenu ul li {
  float: left;
  width: 50%;
  padding: 10px 0;
  border-top: 1px solid #959697;
}

.sp-submenu ul li:nth-of-type(1), .sp-submenu ul li:nth-of-type(2) {
  border-top: none;
}

.sp-submenu ul li:nth-of-type(2n+1) {
  border-right: 1px solid #c9c9c9;
}

.odd-submenu ul li:nth-of-type(1) {
  width: 100%;
}

.odd-submenu ul li:nth-of-type(2n+1) {
  border-right: none;
}

.odd-submenu ul li:nth-of-type(2n) {
  border-right: 1px solid #c9c9c9;
}

.odd-submenu ul li:nth-of-type(2) {
  border-top: 1px solid #959697;
}

@media screen and (max-width: 1024px) {
  .global-footer .footer-top .footer-menu-list:nth-of-type(5) {
    width: 100%;
  }
}
.manda {
    color: #29518C;
    text-align: left;
    font-size: 1.8rem;
    line-height: 3rem;
    font-weight: 600;
    margin-bottom: 20px;
}
.manda2 {
    color: #29518C;
    text-align: left;
    font-size: 2.2rem;
    line-height: 2rem;
    font-weight: 800;
}
