@charset "UTF-8";
/* ==================================================
	color settings
================================================== */
/* ==================================================
	basic settings
================================================== */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

a:link {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  a:hover {
    color: #054988;
    text-decoration: none;
  }
}

@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

/* ==================================================
	RWD layout settings
================================================== */
.rwd_disp_xo,
.rwd_disp_ox {
  display: none !important;
}

/* SP
-------------------------------------------------- */
@media screen and (max-width: 767px) {
  .rwd_disp_xo {
    display: block !important;
  }
}

/* PC
-------------------------------------------------- */
@media screen and (min-width: 768px) {
  .rwd_disp_ox {
    display: block !important;
  }
}

/* SPのみ非表示
-------------------------------------------------- */
@media screen and (max-width: 767px) {
  .sp_none {
    display: none !important;
  }
}

/* 印刷時のみ非表示
-------------------------------------------------- */
/* ==================================================
	layout
================================================== */
/* clearfix
-------------------------------------------------- */
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* ==================================================
	image
================================================== */
/* hover fade
-------------------------------------------------- */
@media screen and (min-width: 768px) and (min-width: 768px) {
  .fadeout {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .fadeout:hover {
    opacity: 0.6;
  }
}

/* ==================================================
	dl
================================================== */
/* table
-------------------------------------------------- */
.dl_table_style {
  border-top: 1px solid #ebebeb;
}

@media screen and (max-width: 767px) {
  .dl_table_style {
    border-left: 1px solid #ebebeb;
    margin-bottom: 7.998vw;
  }
}

@media screen and (min-width: 768px) {
  .dl_table_style {
    display: table;
    width: 1200px;
    margin: 0 auto 30px;
    border-spacing: 0;
  }
  .dl_table_style > dl {
    display: table-row;
  }
  .dl_table_style > dl > dt,
  .dl_table_style > dl > dd {
    display: table-cell;
    vertical-align: middle;
  }
}

.dl_table_style > dl > dt,
.dl_table_style > dl > dd {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 25px;
  line-height: 1.6;
  border-bottom: 1px solid #ebebeb;
}

@media screen and (max-width: 767px) {
  .dl_table_style > dl > dt,
  .dl_table_style > dl > dd {
    border-top: none;
    padding: 15px;
  }
}

.dl_table_style > dl > dt {
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .dl_table_style > dl > dt {
    background: #f7f7f7;
    border-right: 1px solid #ebebeb;
  }
}

@media screen and (min-width: 768px) {
  .dl_table_style > dl > dt {
    width: 22%;
  }
}

@media screen and (max-width: 767px) {
  .dl_table_style > dl > dd {
    border-right: 1px solid #ebebeb;
  }
}

@media screen and (max-width: 767px) {
  .dl_table_style.col02 {
    background: #fff;
  }
}

/* ==================================================
	button
================================================== */
.btn_style01 {
  font-size: 1.4rem;
  width: 220px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .btn_style01 {
    font-size: 3.7324vw;
    width: 58.652vw;
  }
}

.btn_style01 a {
  text-align: center;
  display: block;
  border: 1px solid #333333;
  padding: 16px 0;
}

@media screen and (min-width: 768px) {
  .btn_style01 a:hover {
    color: #fff;
    border: 1px solid #029c4b;
    background: #029c4b;
  }
}

@media screen and (max-width: 767px) {
  .btn_style01 a {
    padding: 4.7988vw;
  }
}

.btn_style01.white {
  color: #fff;
}

.btn_style01.white a {
  border: 1px solid #fff;
}

@media screen and (min-width: 768px) {
  .btn_style01.white a:hover {
    color: #333333;
    background: #fff;
  }
}

.btn_style02 {
  font-size: 1.4rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .btn_style02 {
    font-size: 3.7324vw;
  }
}

.btn_style02 a {
  position: relative;
  color: #fff;
  text-align: center;
  display: block;
  padding: 18px 0 18px 22px;
  background: #054988;
}

@media screen and (max-width: 767px) {
  .btn_style02 a {
    padding: 4.7988vw;
    padding-left: 10.664vw;
  }
}

.btn_style02 a::before {
  content: "";
  position: absolute;
  left: 110px;
  top: calc(50% - 9px);
  background: url(../img/common/ico_mail_w.png) left center no-repeat;
  background-size: 22px auto;
  width: 22px;
  height: 18px;
}

@media screen and (max-width: 767px) {
  .btn_style02 a::before {
    left: 14.663vw;
  }
}

@media screen and (min-width: 768px) {
  .btn_style02 a:hover {
    background: #029c4b;
  }
}

.btn_style02.white a {
  background: #fff;
  color: #333333;
}

@media screen and (min-width: 768px) {
  .btn_style02.white a:hover {
    border: 1px solid #fff;
    color: #fff;
    background: inherit;
  }
  .btn_style02.white a:hover::before {
    background: url(../img/common/ico_mail_w.png) left center no-repeat;
    background-size: 22px auto;
  }
}

.btn_style02.white a::before {
  background: url(../img/common/ico_mail.png) left center no-repeat;
  background-size: 22px auto;
}

/* ==================================================
	ttl
================================================== */
.ttl_style01 {
  font-weight: normal;
  text-align: center;
  font-size: 3.5rem;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .ttl_style01 {
    font-size: 7.998vw;
    margin-bottom: 13.33vw;
  }
}

.ttl_style01.left {
  text-align: left;
}

.ttl_style01 span {
  display: block;
  font-weight: 600;
  font-size: 2.0rem;
  color: #054988;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .ttl_style01 span {
    font-size: 4.7988vw;
    margin-bottom: 2.666vw;
  }
}

.ttl_style02 {
  font-weight: normal;
  text-align: center;
  font-size: 1.8rem;
  color: #054988;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .ttl_style02 {
    font-size: 4.7988vw;
    margin-bottom: 7.998vw;
  }
}

.ttl_style03 {
  font-weight: 600;
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .ttl_style03 {
    font-size: 6.3984vw;
    margin-bottom: 7.998vw;
  }
}

.ttl_style03 span {
  margin-bottom: 5px;
  font-weight: normal;
  font-size: 1.3rem;
  color: #054988;
  display: block;
}

@media screen and (max-width: 767px) {
  .ttl_style03 span {
    font-size: 3.4658vw;
    margin-bottom: 1.333vw;
  }
}

/* ==================================================
	txt
================================================== */
.catch {
  font-size: 1.6rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .catch {
    width: 900px;
    margin: 0 auto 50px;
  }
}

@media screen and (max-width: 767px) {
  .catch {
    font-size: 4.2656vw;
    margin-bottom: 13.33vw;
  }
}

/* ==================================================
	column
================================================== */
@media screen and (min-width: 768px) {
  .column01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 768px) {
  .column01 > div {
    width: 35%;
  }
}

@media screen and (min-width: 768px) {
  .column01 > div:first-child {
    width: 60%;
  }
}

@media screen and (max-width: 767px) {
  .column01 > div:first-child {
    margin-bottom: 7.998vw;
  }
}

.column01 span {
  display: block;
  text-align: center;
  margin-top: 15px;
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .column01 span {
    margin-top: 2.666vw;
    font-size: 3.999vw;
  }
}

.column01 .txt {
  line-height: 1.8;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .column01 .txt {
    margin-top: 2.666vw;
  }
}

.column01 .img_box img {
  border: 1px solid #ebebeb;
}

@media screen and (min-width: 768px) {
  .column02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .column02 {
    margin-bottom: 7.998vw;
  }
}

@media screen and (min-width: 768px) {
  .column02 > div {
    width: 48%;
  }
}

@media screen and (max-width: 767px) {
  .column02 > div:first-child {
    margin-bottom: 7.998vw;
  }
}

.column02 span {
  display: block;
  text-align: center;
  margin-top: 15px;
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .column02 span {
    margin-top: 2.666vw;
    font-size: 3.999vw;
  }
}

.column02 .txt {
  line-height: 1.8;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .column02 .txt {
    margin-top: 2.666vw;
  }
}

.column02 .img_box img {
  border: 1px solid #ebebeb;
}

.column_box {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .column_box {
    margin-top: 7.998vw;
  }
}

.column_box span {
  display: block;
  text-align: center;
  margin-top: 15px;
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .column_box span {
    margin-top: 2.666vw;
    font-size: 3.999vw;
  }
}

.column_box .img_box img {
  border: 1px solid #ebebeb;
}

/* ==================================================
	pagenation
================================================== */
.pagenation, .pnavi {
  position: relative;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .pagenation, .pnavi {
    margin: 150px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .pagenation, .pnavi {
    margin-top: 21.328vw;
  }
}

.pagenation {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagenation > div {
  width: 48%;
}

@media screen and (min-width: 768px) {
  .pagenation > div {
    width: 220px;
  }
}

.pagenation a {
  text-align: center;
  display: block;
  color: #333333;
  border: 1px solid #333333;
  padding: 15px 0;
  background: url(../img/common/icon_prev.png) left 10px center no-repeat;
  background-size: 6px auto;
}

.pagenation .prev {
  position: absolute;
  left: 0;
}

.pagenation .next {
  position: absolute;
  right: 0;
}

.pagenation .next a {
  background: url(../img/common/icon_next.png) right 10px center no-repeat;
  background-size: 6px auto;
}

@media screen and (max-width: 767px) {
  .pagenation .list {
    margin-top: 18.662vw;
  }
}

.pagenation .list a {
  background: none;
}

.pnavi > * {
  border: 1px solid #ebebeb;
  padding: 10px 15px;
  margin: 0 3px;
  font-size: 1.3rem;
  display: inline-block;
}

.pnavi .current {
  background: #054988;
  color: #fff;
  border: none;
}

/* ==================================================
	zoom_ico
================================================== */
.luminous {
  display: block;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.luminous::before {
  position: absolute;
  bottom: 10px;
  right: 10px;
  content: '';
  background: url(../img/common/zoom.png) left center no-repeat;
  background-size: 24px auto;
  width: 24px;
  height: 24px;
}

/* ==================================================
	flex
================================================== */
.flex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .flex_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flex_wrap > * {
    width: 100%;
  }
}

.flex_wrap.align_str {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.flex_wrap.align_top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex_wrap.align_btm {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

/* ==================================================
	breadcrumb
================================================== */
.breadcrumb {
  display: none;
}

@media screen and (min-width: 768px) {
  .breadcrumb {
    display: block;
    margin: 20px 0 0;
    z-index: 5;
  }
}

.breadcrumb li {
  position: relative;
  display: inline-block;
  font-size: 1.2rem;
  padding-right: 10px;
}

.breadcrumb li::before {
  content: '';
  position: absolute;
  top: calc(50% - 5px);
  left: -10px;
  background: url(../img/common/ico_arrow.png) right center no-repeat;
  background-size: 6px auto;
  width: 6px;
  height: 10px;
}

.breadcrumb li:first-of-type::before {
  content: none;
}

@media screen and (min-width: 768px) {
  .breadcrumb li a:hover {
    color: #054988;
  }
}
