@charset "UTF-8";
/* mixins
--------------------------------------------------------*/
/* オリジナルのレイアウト
----------------------------------------*/
html {
  font-size: 62.5%;
  line-height: 160%;
}

body {
  color: #252525;
  background: #f2f2f2;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.75;
  min-width: 1100px;
  height: 100%;
  -webkit-text-size-adjust: 100%;
}

body ._min {
  /*font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;*/
}

@media only screen and (max-width: 736px) {
  body {
    height: 100%;
    min-width: 0;
  }
}
a {
  position: relative;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #2f4062;
}

a:link, a:visited {
  text-decoration: underline;
}

a:hover, a:active {
  text-decoration: none;
}

a img {
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.btn_block a {
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.btn {
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.btn:hover {
  filter: alpha(opactiy=60);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}

.btn-category .ttl {
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.btn-category:hover .ttl {
  filter: alpha(opactiy=60);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}

a:hover img,
.btn_block a:hover {
  filter: alpha(opactiy=60);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}

a:hover:not(:target) img,
.btn_block a:hover {
  filter: alpha(opactiy=60);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}

/*表示
----------------------------------------*/
/* PCだけ表示 */
.visible_pc {
  display: block !important;
}

/* SPだけ表示 */
.visible_sp {
  display: none !important;
}

/* PCだけ表示 */
.visible_pc_inline {
  display: inline !important;
}

/* SPだけ表示 */
.visible_sp_inline {
  display: none !important;
}

@media only screen and (max-width: 736px) {
  /* PCだけ表示 */
  .visible_pc {
    display: none !important;
  }

  /* SPだけ表示 */
  .visible_sp {
    display: block !important;
  }

  /* PCだけ表示 */
  .visible_pc_inline {
    display: none !important;
  }

  /* SPだけ表示 */
  .visible_sp_inline {
    display: inline !important;
  }

  /* SPだけ改行 */
  .sp_br {
    display: block;
  }

  img {
    height: auto;
    max-width: 100%;
    width: auto;
  }
   .owners img {
    max-width: auto;
    width: 100%;
  }
}
/* SPでtel:
----------------------------------------*/
/*画像のfloat
----------------------------------------*/
.img_float_l {
  float: left;
  *display: inline;
  *zoom: 1;
  margin-right: 25px;
  margin-bottom: 25px;
  z-index: 2;
}

.img_float_r {
  float: right;
  *display: inline;
  *zoom: 1;
  margin-left: 25px;
  margin-bottom: 25px;
  z-index: 2;
}

@media only screen and (max-width: 736px) {
  .img_float_l,
  .img_float_r {
    display: block;
    width: 43.103%;
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
  }

  .img_float_l {
    margin-right: 15px;
  }

  .img_float_r {
    margin-left: 15px;
  }

  .img_float_l img,
  .img_float_r img {
    display: block;
    margin: 0 auto;
  }
}
/*color
----------------------------------------*/
.color_red {
  color: #f11717;
}

.color_blue {
  color: #112bac;
}

.color_geen {
  color: #50dd12;
}

.color_orange {
  color: #ec6e00;
}

.color_gray {
  color: #999999;
}

.color_black {
  color: #000000;
}

/* hr
----------------------------------------*/
hr {
  clear: both;
  border: none;
  border-top: solid 1px #cccccc;
  height: 1px;
  color: transparent;
  margin: 28px 0;
}

hr.clear {
  clear: both;
  border-bottom: none;
  height: 1px;
  color: transparent;
  margin: 0;
}

/* font-size
----------------------------------------*/
.contents-bukken .item .item-title.fs_s,
.contents-results .item .item-title.fs_s {
		font-size: 1.45em;
}

/*header
----------------------------------------*/
/*
.header {
  z-index: 100;
  min-width: 960px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  height: 80px;
}
.header .inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  height: 80px;
}
.header .inner .top-heading {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #737373;
  font-weight: normal;
  padding: 5px 0 8px;
}
.header .inner .g_tel {
  position: absolute;
  top: 50%;
  left: 430px;
  margin-top: -20px;
}
.header .inner .g_tel .biz_hour {
  margin-top: 8px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 16px;
  color: #000;
}
.header .inner .g_tel .biz_hour span {
  font-size: 10px;
  font-size: 1.0rem;
  color: #fff;
  padding: 3px 8px;
  margin-right: 5px;
  background-color: #2f4062;
}
.header .inner .sub_nav {
  position: absolute;
  top: 0;
  right: 0;
}
.header .inner .sub_nav ul li {
  float: left;
}
.header .inner .sub_nav ul li a {
  display: block;
  width: 114px;
  height: 80px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 14px 0;
  background-image: url(../img/common/bg-subnavi-01.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: opacity 0.15s linear;
}
.header .inner .sub_nav ul li a:hover {
  filter: alpha(opactiy=60);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}
.header .inner .sub_nav ul .n01 a {
  background-image: url(../img/common/bg-subnavi-01.jpg);
}
.header .inner .sub_nav ul .n02 a {
  background-image: url(../img/common/bg-subnavi-02.jpg);
}

@media only screen and (max-width: 736px) {
  .header {
    z-index: 100;
    min-width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    height: auto;
  }
  .header .btn_menu {
    display: none;
  }
  .header .inner {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    height: 70px;
  }
  .header .inner .top-heading {
    font-size: 0.9rem;
    line-height: 15px;
    color: #737373;
    font-weight: normal;
    padding: 0;
    display: block;
    background-color: #eeeeee;
    text-align: center;
  }
  .header .inner .logo {
    margin: 12px 0 0 47px;
  }
  .header .inner .logo img {
    height: 31px;
    width: auto;
  }
  // .header .inner .g_tel {
  //   position: absolute;
  //   top: 50%;
  //   left: 430px;
  //   margin-top: -20px;
  // }
  .header .inner .g_tel {
    position: absolute;
    top: 27px;
    left: initial;
    margin-top: 0;
    right: 130px;
  }
  .header .inner .g_tel .ic-tel {
    width: 34px;
    height: 32px;
    display: block;
    background-image: url(../img/common/ic-tel.png);
    background-size: 30px auto;
    background-position: 0 50%;
    background-repeat: no-repeat;
  }

  .header .inner .g_tel .biz_hour {
    margin-top: 8px;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 16px;
    color: #000;
  }
  .header .inner .g_tel .biz_hour span {
    font-size: 10px;
    font-size: 1.0rem;
    color: #fff;
    padding: 3px 8px;
    margin-right: 5px;
    background-color: #2f4062;
  }
  .header .inner .sub_nav {
    position: absolute;
    top: 15px;
    right: 0;
  }
  .header .inner .sub_nav ul li {
    float: left;
  }
  .header .inner .sub_nav ul li a {
    display: block;
    width: 60px;
    height: 55px;
    font-size: 1.0rem;
    line-height: 13px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding: 9px 0;
    background-image: url(../img/common/bg-subnavi-01.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .header .inner .sub_nav ul .n01 a {
    background-image: url(../img/common/bg-subnavi-01.jpg);
  }
  .header .inner .sub_nav ul .n02 a {
    background-image: url(../img/common/bg-subnavi-02.jpg);
  }
  .header .nav-toggle {
    position: absolute;
    left: 12px;
    top: 33px;
  }
  .header .nav-toggle {
    cursor: pointer;
    padding: 9px 10px 9px 10px;
  }
  .header .nav-toggle span, .header .nav-toggle span:before, .header .nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 3px;
    width: 20px;
    background: #000;
    position: absolute;
    display: block;
    content: '';
    top: 0;
    right: 0;
  }
  .header .nav-toggle span:before {
    top: 7px;
  }
  .header .nav-toggle span:after {
    top: 14px;
  }
  .header .nav-toggle span, .header .nav-toggle span:before, .header .nav-toggle span:after {
    transition: all 500ms ease-in-out;
  }
  .header .nav-toggle.active span {
    background-color: transparent;
    right: 0;
  }
  .header .nav-toggle.active span:before, .header .nav-toggle.active span:after {
    top: 9px;
    right: 0;
  }
  .header .nav-toggle.active span:before {
    transform: rotate(45deg);
  }
  .header .nav-toggle.active span:after {
    transform: rotate(-45deg);
  }
}
*/
/*Global navi
----------------------------------------*/
/*.gnav {
  background-image: url(../img/common/bg-nav.png);
  background-position: 50% 50%;
  background-repeat: repeat;
  width: 100%;
  height: 60px;
}
.gnav .inner {
  height: 60px;
}
.gnav .inner li {
  float: left;
  width: 20%;
}
.gnav .inner li a {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 32px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 14px 0;
  height: 60px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.gnav .inner li a:hover, .gnav .inner li a:active, .gnav .inner li a:focus {
  filter: alpha(opactiy=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  background-image: url(../img/common/bg-nav.png);
  background-position: 50% 50%;
  background-repeat: repeat;
}
.gnav .inner li a:after {
  display: block;
  content: "";
  height: 34px;
  width: 1px;
  position: absolute;
  top: 13px;
  right: 0;
  background-color: #fff;
  filter: alpha(opactiy=15);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
  -moz-opacity: 0.15;
  -khtml-opacity: 0.15;
  opacity: 0.15;
}
.gnav .inner li:last-child a:after {
  display: none;
}
.gnav .inner .l2n a {
  line-height: 16px;
}

@media only screen and (max-width: 736px) {
  .gnav {
    display: none;
    height: auto;
    padding: 30px 0;
    position: fixed;
    top: 70px;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
  }
  .gnav .inner {
    height: auto;
  }
  .gnav .inner li {
    float: none;
    width: auto;
  }
  .gnav .inner li + li {
    float: none;
    width: auto;
  }
  .gnav .inner li a {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 32px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding: 18px 0;
    height: auto;
    position: relative;
  }
  .gnav .inner li a br {
    display: none;
  }
  .gnav .inner li a:after {
    height: 1px;
    width: auto;
    top: auto;
    bottom: 0;
    left: 0;
  }
}
*/
/* layout
----------------------------------------*/
.first-section {
  padding-top: 80px;
}

.wrapper-inner {
  width: 960px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 80px;
}

.post-contents {
  width: 720px;
  float: left;
}

.sidebar {
  width: 220px;
  float: left;
  margin-left: 20px;
}

.tbl {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.cell {
  display: table-cell;
  float: none;
}

@media only screen and (max-width: 736px) {
  .first-section {
    padding-top: 0px;
  }

  .wrapper-inner {
    width: 100%;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 40px;
  }

  .post-contents {
    width: 100%;
    float: none;
  }

  .sidebar {
    width: 100%;
    float: none;
    margin-left: 0;
  }

  .tbl {
    display: table;
    width: 100%;
  }

  .cell {
    display: table-cell;
    float: none;
  }
}
/*Main Visual
----------------------------------------*/
.kv-area {
  width: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #161516;
  margin-bottom: 10px;
}
.kv-area .inner {
  max-width: 960px;
  height: 240px;
  margin: 0 auto;
  padding-top: 70px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.kv-area .topic_path {
  margin-bottom: 30px;
}
.kv-area .topic_path li {
  float: left;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #fff;
  margin-right: 10px;
}
.kv-area .topic_path li a {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #fff;
}
.kv-area .topic_path li:before {
  content: '>';
  display: inline-block;
  margin: 0 10px 0 2px;
  color: #fff;
  background: none;
}
.kv-area .topic_path li:first-child:before {
  display: none;
}
.kv-area .topic_path.mb20 {
  margin-bottom: 20px;
}
.kv-area .mv-cont .ttl {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.6;
  color: #fff;
  margin-bottom: 15px;
  letter-spacing: 0.05em;
}
.kv-area .mv-cont .ttl .ttl-sub {
  font-size: 24px;
  font-size: 2.4rem;
  margin-left: 35px;
}
.kv-area .mv-cont .ttl b {
  color: #c9b07e;
  font-size: 3.0rem;
  letter-spacing: 0.04em;
  margin: 0 5px;
}
.kv-area .mv-cont .ttl .note {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0;
  font-weight: normal;
}
.kv-area .mv-cont .leadtxt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #fff;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}
.kv-area .mv-cont .ttl.with-icon {
  background-image: url(../img/common/ic-h-05.png);
  background-position: 0% 50%;
  background-repeat: no-repeat;
  padding-left: 30px;
}
.kv-area .mv-cont .leadtxt.with-icon {
  background-image: url(../img/common/ic-h-06.png);
  background-position: 0% 50%;
  background-repeat: no-repeat;
  padding-left: 20px;
}
.kv-area .mv-cont .mb10 {
  margin-bottom: 10px;
}

.kv-area.bg-type-1 {
  background-image: url(../img/common/mv-bg-01.jpg);
}

.kv-area.bg-type-2 {
  background-image: url(../img/common/mv-bg-02.jpg);
}

@media only screen and (max-width: 736px) {
  .kv-area {
    width: 100%;
    background-position: 50% 50%;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-color: #161516;
    margin-bottom: 10px;
  }
  .kv-area .inner {
    max-width: 100%;
    height: 120px;
    margin: 0 auto;
    padding-top: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .kv-area .topic_path {
    display: none;
  }
  .kv-area .mv-cont {
    padding-left: 12px;
  }
  .kv-area .mv-cont .ttl {
    font-size: 1.8rem;
    line-height: 1.6;
    color: #fff;
    margin-bottom: 8px;
    letter-spacing: 0.05em;
  }
  .kv-area .mv-cont .ttl .ttl-main {
    display: block;
  }
  .kv-area .mv-cont .ttl .ttl-sub {
    font-size: 1rem;
    margin-left: 0;
    margin-right: 7px;
    letter-spacing: -0.05em;
  }
  .kv-area .mv-cont .ttl b {
    color: #c9b07e;
    font-size: 1.2rem;
    letter-spacing: -0.05em;
    margin: 0 5px;
  }
  .kv-area .mv-cont .ttl .note {
    font-size: 0.8rem;
    letter-spacing: 0;
    font-weight: normal;
  }
  .kv-area .mv-cont .leadtxt {
    font-size: 1.4rem;
    line-height: 1.6;
    color: #fff;
    margin-bottom: 10px;
    letter-spacing: 0.05em;
  }
  .kv-area .mv-cont .ttl.with-icon {
    background-image: url(../img/common/ic-h-05.png);
    background-position: 0% 50%;
    background-repeat: no-repeat;
    background-size: 6px auto;
    padding-left: 14px;
  }
  .kv-area .mv-cont .leadtxt.with-icon {
    background-image: url(../img/common/ic-h-06.png);
    background-position: 0% 50%;
    background-repeat: no-repeat;
    background-size: 7px auto;
    padding-left: 15px;
    margin-bottom: 5px;
  }
  .kv-area .mv-cont .mb10 {
    margin-bottom: 10px;
  }

  .kv-area.bg-type-1 {
    background-image: url(../img/common/mv-bg-01.jpg);
  }

  .kv-area.bg-type-2 {
    background-image: url(../img/common/mv-bg-02.jpg);
  }

  .kv-3 .inner {
    padding-top: 15px;
  }

  .kv-4 .inner {
    padding-top: 15px;
  }
}
/*topic path
----------------------------------------*/
@media only screen and (max-width: 736px) {
  #topic_path {
    display: none;
  }
}
/*pagetop
----------------------------------------*/
#pagetop {
  position: relative;
}

#pagetop a {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 110;
}

#pagetop a img {
  width: 64px;
  display: block;
}

@media only screen and (max-width: 736px) {
  #pagetop a {
    right: 0;
  }
  #pagetop a img {
    width: 35px;
    height: auto;
  }
}
/* sidebar
----------------------------------------*/
.sidebar .widget {
  margin-bottom: 30px;
}
.sidebar .widget .widget_title {
  background-color: #2f4062;
  padding: 8px 0;
  position: relative;
}
.sidebar .widget .widget_title .inner {
  background-image: url(../img/common/ic-h-07.png);
  background-position: 10px 50%;
  background-repeat: no-repeat;
}
.sidebar .widget .widget_title .ttl {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #fff;
  margin-bottom: 0;
  padding-left: 32px;
  padding-right: 24px;
}
.sidebar .widget .widget_title .ttl:before {
  display: none;
}
.sidebar .widget .widget_title .ttl-sub {
  font-size: 9px;
  font-size: 0.9rem;
  line-height: 1;
  color: #fff;
  padding-left: 32px;
  margin-top: 2px;
  margin-bottom: 3px;
  filter: alpha(opactiy=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.sidebar .widget .widget_title:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -moz-linear-gradient(53deg, white 0%, rgba(255, 255, 0, 0) 100%);
  background-image: -webkit-linear-gradient(53deg, white 0%, rgba(255, 255, 0, 0) 100%);
  background-image: -ms-linear-gradient(53deg, white 0%, rgba(255, 255, 0, 0) 100%);
  background-image: linear-gradient(53deg, white 0%, rgba(255, 255, 0, 0) 100%);
  filter: alpha(opactiy=20);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  opacity: 0.2;
}
.sidebar .widget .widget_panel {
  background-color: #fff;
  padding: 20px;
}
.sidebar .widget .widget_panel > a {
  display: block;
  text-decoration: none;
}
.sidebar .widget .widget_panel .thumbnail {
  margin-bottom: 10px;
  display: block;
}
.sidebar .widget .widget_panel .wid_ttl {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #314366;
  margin-bottom: 6px;
  text-decoration: underline;
}
.sidebar .widget .widget_panel .wid_txt {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #314366;
  margin-bottom: 0;
  text-decoration: none;
}
.sidebar .widget .widget_nav {
  background-color: #fff;
}
.sidebar .widget .widget_nav li {
  list-style-type: none;
  padding: 15px 15px;
  border-bottom: 1px solid #ddd;
}
.sidebar .widget .widget_nav li a {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #314366;
  text-decoration: none;
  display: block;
  background-image: url(../img/common/ic-arrow-01.png);
  background-position: 100% 50%;
  background-size: 5px auto;
  background-repeat: no-repeat;
  padding-right: 10px;
}
.sidebar .widget .widget_nav li a:hover, .sidebar .widget .widget_nav li a:active, .sidebar .widget .widget_nav li a:focus {
  filter: alpha(opactiy=60);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}
.sidebar .widget .widget_nav li ul{
  margin: 0 -15px;
  // border-top: 1px solid #ddd;
}
.sidebar .widget .widget_nav li ul > li{
  list-style-type: none;
  padding: 10px 0 10px 25px;
  border-bottom: none;  
}
.sidebar .widget .widget_nav li ul > li a{
  background-image: none;
  padding-left: 1em;
}
.sidebar .widget .widget_nav li ul > li a:after {
    content: '┗';
    display: block;
    top: 10px;
    left: -5px;
    position: absolute;
    margin-top: -7px;
}
.sidebar .widget .widget_nav li a.tbl .txt {
  vertical-align: middle;
  padding-left: 10px;
}
.sidebar .widget .widget_nav li a.tbl .thumbnail {
  width: 50px;
}
.sidebar .widget .widget_nav li > ul {
  /*display: none;*/
}
.sidebar .widget .widget_nav li:last-child {
  border-bottom: none;
}
.sidebar .widget .bnr_list li {
  list-style-type: none;
  margin-bottom: 10px;
  padding: 0;
}
.sidebar .widget .widget_list_layout {
  background-color: #fff;
  padding: 20px;
}
.sidebar .widget .widget_list_layout ul {
  margin-bottom: 10px;
}
.sidebar .widget .widget_list_layout .btn {
  width: 100%;
}
.sidebar .widget .widget_list_layout li {
  list-style-type: none;
  margin-bottom: 20px;
  padding: 0;
}
.sidebar .widget .widget_list_layout a.tbl {
  display: block;
  text-decoration: none;
}
.sidebar .widget .widget_list_layout a.tbl .wid_ttl {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
  color: #314366;
  margin-bottom: 6px;
  text-decoration: underline;
}
.sidebar .widget .widget_list_layout a.tbl .wid_txt {
  font-size: 10px;
  font-size: 1.0rem;
  line-height: 1.3;
  color: #314366;
  margin-bottom: 0;
  text-decoration: none;
}
.sidebar .widget .widget_list_layout a.tbl .txt {
  vertical-align: top;
  padding-left: 10px;
}
.sidebar .widget .widget_list_layout a.tbl .thumbnail {
  width: 70px;
}

@media only screen and (max-width: 736px) {
  .sidebar {
    padding: 0 12px;
  }
  .sidebar .widget {
    margin-bottom: 20px;
  }
  .sidebar .widget .widget_title {
    background-color: #2f4062;
    padding: 6px 0;
    position: relative;
  }
  .sidebar .widget .widget_title .inner {
    background-image: url(../img/common/ic-h-07.png);
    background-size: 6px auto;
    background-position: 10px 50%;
    background-repeat: no-repeat;
  }
  .sidebar .widget .widget_title .ttl {
    font-size: 1.5rem;
    line-height: 1.6;
    color: #fff;
    margin-bottom: 0;
    padding-left: 24px;
  }
  .sidebar .widget .widget_title .ttl:before {
    display: none;
  }
  .sidebar .widget .widget_title .ttl-sub {
    font-size: 0.8rem;
    line-height: 1;
    color: #fff;
    padding-left: 24px;
    margin-top: 2px;
    margin-bottom: 3px;
    filter: alpha(opactiy=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
  }
  .sidebar .widget .widget_title:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -moz-linear-gradient(53deg, white 0%, rgba(255, 255, 0, 0) 100%);
    background-image: -webkit-linear-gradient(53deg, white 0%, rgba(255, 255, 0, 0) 100%);
    background-image: -ms-linear-gradient(53deg, white 0%, rgba(255, 255, 0, 0) 100%);
    background-image: linear-gradient(53deg, white 0%, rgba(255, 255, 0, 0) 100%);
    filter: alpha(opactiy=20);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
    opacity: 0.2;
  }
  .sidebar .widget .widget_panel {
    background-color: #fff;
    padding: 10px;
    overflow: hidden;
  }
  .sidebar .widget .widget_panel > a {
    display: block;
    text-decoration: none;
  }
  .sidebar .widget .widget_panel .thumbnail {
    margin-bottom: 10px;
    display: block;
    width: 49%;
    margin-right: 2%;
    float: left;
  }
  .sidebar .widget .widget_panel .wid_ttl {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
    color: #314366;
    margin-bottom: 6px;
    text-decoration: underline;
  }
  .sidebar .widget .widget_panel .wid_txt {
    font-size: 11px;
    font-size: 1.2rem;
    line-height: 1.6;
    color: #314366;
    margin-bottom: 0;
    text-decoration: none;
  }
  .sidebar .widget .widget_nav {
    background-color: #fff;
  }
  .sidebar .widget .widget_nav li {
    list-style-type: none;
    padding: 10px;
    border-bottom: 1px solid #ddd;
  }
  .sidebar .widget .widget_nav li a {
    font-size: 1.2rem;
    line-height: 1.6;
    color: #314366;
    text-decoration: none;
    display: block;
    background-image: url(../img/common/ic-arrow-01.png);
    background-position: 100% 50%;
    background-size: 5px auto;
    background-repeat: no-repeat;
  }
  .sidebar .widget .widget_nav li a:hover, .sidebar .widget .widget_nav li a:active, .sidebar .widget .widget_nav li a:focus {
    filter: alpha(opactiy=60);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
  }
  .sidebar .widget .widget_nav li a.tbl .txt {
    vertical-align: middle;
    padding-left: 10px;
  }
  .sidebar .widget .widget_nav li a.tbl .thumbnail {
    width: 50px;
  }
  .sidebar .widget .widget_nav li > ul {
    /*display: none;*/
  }
  .sidebar .widget .widget_nav li:last-child {
    border-bottom: none;
  }
  .sidebar .widget .bnr_list li {
    width: 50%;
    float: left;
    padding-right: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .sidebar .widget .bnr_list li:nth-child(even) {
    padding-right: 0;
    padding-left: 5px;
  }
  .sidebar .widget .widget_list_layout {
    background-color: #fff;
    padding: 10px;
  }
  .sidebar .widget .widget_list_layout ul {
    margin-bottom: 10px;
  }
  .sidebar .widget .widget_list_layout .btn {
    width: 100%;
  }
  .sidebar .widget .widget_list_layout li {
    list-style-type: none;
    margin-bottom: 20px;
    padding: 0;
  }
  .sidebar .widget .widget_list_layout a.tbl {
    display: block;
    text-decoration: none;
  }
  .sidebar .widget .widget_list_layout a.tbl .wid_ttl {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.4;
    color: #314366;
    margin-bottom: 6px;
    text-decoration: underline;
  }
  .sidebar .widget .widget_list_layout a.tbl .wid_txt {
    font-size: 10px;
    font-size: 1.0rem;
    line-height: 1.3;
    color: #314366;
    margin-bottom: 0;
    text-decoration: none;
  }
  .sidebar .widget .widget_list_layout a.tbl .txt {
    vertical-align: top;
    padding-left: 10px;
  }
  .sidebar .widget .widget_list_layout a.tbl .thumbnail {
    width: 70px;
  }
}
/*footer
----------------------------------------*/
/*
#footer {
  background: #2f4062;
  color: #fff;
}
#footer .inner {
  width: 960px;
  margin: 0 auto;
}
#footer .gnav_foot {
  padding-top: 25px;
  padding-bottom: 45px;
}
#footer .gnav_foot > ul > li {
  float: left;
  width: 172px;
  margin-right: 25px;
}
#footer .gnav_foot > ul > li:nth-child(4) {
	margin-right: 0;
}
#footer .gnav_foot > ul > li > a {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #fff;
  text-decoration: none;
  background-image: url(../img/common/ic-h-04.png);
  background-position: 0% 5px;
  background-repeat: no-repeat;
  padding-left: 20px;
  display: block;
}
// #footer .gnav_foot > ul > li > ul {
//   margin-left: 0.5em;
// }
// #footer .gnav_foot > ul > li > ul > li{
//   text-indent: -1em;
//   margin-left: 1em;
// }
// #footer .gnav_foot > ul > li > ul > li > a {
//   font-size: 13px;
//   font-size: 1.3rem;
//   line-height: 1.6;
//   color: #fff;
//   text-decoration: none;
//   background-image: url(../img/common/ic-arrow-03.png);
//   background-repeat: no-repeat;
//   padding-left: 15px;
// }
// #footer .gnav_foot > ul > li > ul > li > ul > li{
//   text-indent: -1em;
//   margin-left: 1em;
// }
// #footer .gnav_foot > ul > li > ul > li > ul > li a {
//   font-size: 11px;
//   font-size: 1.1rem;
//   line-height: 1.6;
//   color: #fff;
//   text-decoration: none;
//   position: relative;
//   padding-left: 0;
//   margin-left: 1em;
// }
// #footer .gnav_foot > ul > li > ul > li > ul > li a:after {
//   content: '┗';
//   display: block;
//   top: 0;
//   left: -3px;
//   position: absolute;
// }
#footer .gnav_foot > ul > li ul li{
  text-indent: -1em;
  margin-left: 1em;
  padding-left: 1em;
}
#footer .gnav_foot > ul > li ul li a {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6;
  color: #fff;
  text-decoration: none;
  position: relative;
  padding-left: 0;
  margin-left: 1em;
}
#footer .gnav_foot > ul > li ul li a:after {
  content: '┗';
  display: block;
  top: 0;
  left: -3px;
  position: absolute;
}

#footer .foot_bottom {
  background-color: #282828;
  padding: 15px 0;
}
#footer .foot_bottom ul {
  text-align: center;
}
#footer .foot_bottom ul li {
  display: inline-block;
  position: relative;
  font-size: 11px;
  font-size: 1.1rem;
  margin: 0 15px;
}
#footer .foot_bottom ul li a {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 18px;
  color: #fff;
  text-decoration: none;
}
#footer .foot_bottom ul li:after {
  display: block;
  content: "";
  height: 11px;
  width: 1px;
  background-color: #555;
  position: absolute;
  top: 3px;
  right: -16px;
}
#footer .foot_bottom ul li:last-child:after {
  display: none;
}

@media only screen and (max-width: 736px) {
  #footer {
    background: #2f4062;
    color: #fff;
  }
  #footer .inner {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #footer .gnav_foot {
    padding-top: 0;
    padding-bottom: 0;
  }
  #footer .gnav_foot > ul {
    display: block;
  }
  #footer .gnav_foot > ul > li {
    float: none;
    width: auto;
    margin-right: 0;
    padding-left: 1em;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #footer .gnav_foot > ul > li + li {
    border-top: solid 1px #536283;
  }
  #footer .gnav_foot > ul > li > a {
    font-size: 1.4rem;
    line-height: 1.6;
    color: #fff;
    text-decoration: none;
    background: none;
    padding: 9px 15px 7px 27px;
    position: relative;
    display: block;
  }
  #footer .gnav_foot > ul > li > a:before {
    display: block;
    content: "";
    position: absolute;
    top: 12px;
    left: 6px;
    background-image: url(../img/common/ic-h-04.png);
    background-position: 0% 50%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 13px;
    height: 13px;
  }
  #footer .gnav_foot > ul > li > ul {
	display: none;
    margin-left: -0.5em;
  }
  #footer .gnav_foot > ul > li > ul > li > a {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #fff;
    text-decoration: none;
    background-image: url(../img/common/ic-arrow-03.png);
    background-size: auto 8px;
    background-repeat: no-repeat;
    padding-left: 12px;
  }
  #footer .gnav_foot > ul > li > ul > li > ul > li a {
    font-size: 1.0rem;
    line-height: 1.6;
    color: #fff;
    text-decoration: none;
    position: relative;
    padding-left: 1.6em;
    margin-left: 1em;
  }
  #footer .gnav_foot > ul > li > ul > li > ul > li a:after {
    content: '┗';
    display: block;
    top: 0;
    left: 0;
    position: absolute;
  }
  #footer .foot_bottom {
    background-color: #282828;
    padding: 15px 0;
  }
  #footer .foot_bottom ul {
    text-align: center;
  }
  #footer .foot_bottom ul li {
    display: inline-block;
    position: relative;
    font-size: 11px;
    font-size: 1.1rem;
    margin: 0 15px;
  }
  #footer .foot_bottom ul li a {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 18px;
    color: #fff;
    text-decoration: none;
  }
  #footer .foot_bottom ul li:after {
    display: block;
    content: "";
    height: 11px;
    width: 1px;
    background-color: #555;
    position: absolute;
    top: 3px;
    right: -16px;
  }
  #footer .foot_bottom ul li:last-child:after {
    display: none;
  }
}
*/
/* carousel
----------------------------------------*/
.main_contents .carousel {
  padding-bottom: 40px;
  /* Arrows */
  /* Dots */
}
.main_contents .carousel .slick-prev,
.main_contents .carousel .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: -40px;
  display: block;
  width: 30px;
  height: 30px;
  margin-top: 0;
  padding: 0;
  background-image: url(../img/common/btn-next.png);
  background-position: 0% 0%;
  background-repeat: no-repeat;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 11;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.main_contents .carousel .slick-prev:hover, .main_contents .carousel .slick-prev:active, .main_contents .carousel .slick-prev:focus,
.main_contents .carousel .slick-next:hover,
.main_contents .carousel .slick-next:active,
.main_contents .carousel .slick-next:focus {
  filter: alpha(opactiy=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
.main_contents .carousel .slick-next {
  background-image: url(../img/common/btn-next.png);
}
.main_contents .carousel .slick-prev {
  background-image: url(../img/common/btn-prev.png);
}
.main_contents .carousel .slick-prev:hover:before,
.main_contents .carousel .slick-prev:focus:before,
.main_contents .carousel .slick-next:hover:before,
.main_contents .carousel .slick-next:focus:before {
  opacity: 1;
}
.main_contents .carousel .slick-prev.slick-disabled:before,
.main_contents .carousel .slick-next.slick-disabled:before {
  opacity: .25;
}
.main_contents .carousel .slick-prev:before,
.main_contents .carousel .slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.main_contents .carousel .slick-prev {
  left: 5px;
}
.main_contents .carousel [dir='rtl'] .slick-prev {
  right: 5px;
  left: auto;
}
.main_contents .carousel .slick-prev:before {
  content: '';
}
.main_contents .carousel [dir='rtl'] .slick-prev:before {
  content: '';
}
.main_contents .carousel .slick-next {
  right: 5px;
}
.main_contents .carousel [dir='rtl'] .slick-next {
  right: auto;
  left: 5px;
}
.main_contents .carousel .slick-next:before {
  content: '';
}
.main_contents .carousel [dir='rtl'] .slick-next:before {
  content: '';
}
.main_contents .carousel .slick-slider {
  margin-bottom: 0;
}
.main_contents .carousel .slick-dots {
  position: absolute;
  bottom: -35px;
  z-index: 10;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}
.main_contents .carousel .slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.main_contents .carousel .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  color: #d2d2d2;
  border: 0;
  outline: none;
  background: #d2d2d2;
}
.main_contents .carousel .slick-dots li button:hover,
.main_contents .carousel .slick-dots li button:focus {
  outline: none;
  color: #314366;
  background: #314366;
}
.main_contents .carousel .slick-dots li button:hover:before,
.main_contents .carousel .slick-dots li button:focus:before {
  opacity: 1;
}
.main_contents .carousel .slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  content: '';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.main_contents .carousel .slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}
.main_contents .carousel .slick-dots li.slick-active button {
  color: #314366;
  background: #314366;
}

@media only screen and (max-width: 736px) {
  .main_contents .contblock.carousel {
    padding-bottom: 30px;
  }
  .main_contents .carousel {
    padding-bottom: 40px;
    /* Arrows */
    /* Dots */
  }
  .main_contents .carousel .slick-prev,
  .main_contents .carousel .slick-next {
    bottom: -30px;
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
  }
  .main_contents .carousel .slick-next {
    background-image: url(../img/common/btn-next_sp.png);
  }
  .main_contents .carousel .slick-prev {
    background-image: url(../img/common/btn-prev_sp.png);
  }
  .main_contents .carousel .slick-prev {
    left: 0;
  }
  .main_contents .carousel [dir='rtl'] .slick-prev {
    right: 0;
    left: auto;
  }
  .main_contents .carousel .slick-next {
    right: 0;
  }
  .main_contents .carousel [dir='rtl'] .slick-next {
    right: auto;
    left: 0;
  }
  .main_contents .carousel .slick-dots {
    bottom: -24px;
  }
  .main_contents .carousel .slick-dots li {
    width: 5px;
    height: 5px;
    margin: 0 5px;
  }
  .main_contents .carousel .slick-dots li button {
    width: 5px;
    height: 5px;
    padding: 3px;
  }
  .main_contents .carousel .slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    width: 5px;
    height: 5px;
  }
}


.main_contents .contact-block {
  padding-top: 20px;
  padding-left: 20px;
}
.main_contents .contact-block .inner {
  background-color: #fff;
  position: relative;
  padding: 35px 24px 20px;
  background-image: url(../img/index/bg-conv.jpg?update=20250620);
  background-position: 100% 50%;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.main_contents .contact-block .inner > p {
  width: 410px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #000;
  margin-bottom: 14px;
}
.main_contents .contact-block .ttl {
  position: absolute;
  left: -20px;
  top: -20px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #fff;
  background-color: #2f4062;
  padding: 8px 20px;
  font-weight: normal;
}
.main_contents .contact-block .tel-block .tel-num {
  float: left;
  width: auto;
  margin-right: 10px;
}
.main_contents .contact-block .tel-block .tel-num .lead {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1;
  padding: 3px 5px;
  color: #696161;
  background-color: #e8e3e3;
  margin-bottom: 8px;
  text-align: center;
}
.main_contents .contact-block .tel-block .tel-num .tel {
  font-size: 10px;
  font-size: 1.0rem;
  line-height: 1;
  color: #941f1f;
  margin-bottom: 0;
}
.main_contents .contact-block .tel-block .tel-num .tel span {
  font-size: 10px;
  font-size: 1.0rem;
  line-height: 1;
  color: #941f1f;
}
.main_contents .contact-block .tel-block .link-conv {
  float: left;
  width: 180px;
}
.main_contents .contact-block a.btn-red {
  background-color: #941f1f;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
  padding: 10px;
  width: 100%;
}
.main_contents .contact-block a.btn-red:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -moz-linear-gradient(53deg, white 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-linear-gradient(53deg, white 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(53deg, white 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(53deg, white 0%, rgba(255, 255, 255, 0) 100%);
  filter: alpha(opactiy=30);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
}

@media only screen and (max-width: 736px) {
  .main_contents .contact-block {
    padding-top: 10px;
    padding-left: 10px;
    margin: 0 12px 20px;
  }
  .main_contents .contact-block .inner {
    background-color: #fff;
    position: relative;
    padding: 33.5% 10px 10px;
    background-image: url(../img/index/bg-conv-sp.jpg?update=20250620);
    background-position: 100% 0%;
    background-size: 100% auto;
  }
  .main_contents .contact-block .inner > p {
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.6;
    color: #000;
    margin-bottom: 10px;
  }
  .main_contents .contact-block .ttl {
    position: absolute;
    left: -10px;
    top: -10px;
    font-size: 1.4rem;
    line-height: 1.6;
    padding: 5px 10px;
  }
  .main_contents .contact-block .tel-block .tel-num {
    float: none;
    width: auto;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .main_contents .contact-block .tel-block .tel-num .lead {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1;
    padding: 3px 5px;
    color: #696161;
    background-color: #e8e3e3;
    margin-bottom: 8px;
    text-align: center;
  }
  .main_contents .contact-block .tel-block .tel-num .tel > a {
    margin: 0 auto;
    text-align: center;
  }
  .main_contents .contact-block .tel-block .tel-num .tel > a img {
    height: 18px;
    margin: 0 auto;
  }
  .main_contents .contact-block .tel-block .link-conv {
    float: none;
    width: 100%;
  }
  .main_contents .contact-block a.btn-red {
    background-color: #941f1f;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.2;
    padding: 14px;
    width: 100%;
  }
}

/* slider
----------------------------------------*/
.main_contents .slider .slick-dots {
	text-align: center;
	margin-top: -14px;
}

.main_contents .slider .slick-dots li {
	width: 10px;
	margin: 0 4px;
	display: inline-block;
}

.main_contents .slider .slick-dots li button {
	width: 12px;
	height: 12px;
	border: none;
	overflow: hidden;
	background: #76849f;
	text-indent: -500px;
    cursor: pointer;
}

.main_contents .slider .slick-dots li.slick-active button {
	background: #2f4062;
}

@media only screen and (max-width: 736px) {
	.main_contents .slider .slick-dots li {
		margin: 0 4px;
	}
}


/* number
----------------------------------------*/
.main_contents .contblock.number {
  counter-reset: ttl;
}
.main_contents .contblock.number .ttl {
  margin-left: 40px !important;
  padding-top: 3px;
}
.main_contents .contblock.number .ttl:after {
  counter-increment: ttl;
  content: counter(ttl);
  position: absolute;
  left: -38px;
  top: 0;
  background: #76849f;
  height: 28px;
  width: 28px;
  line-height: 28px;
  text-align: center;
  font-weight: normal;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
}

@media only screen and (max-width: 736px) {
  .main_contents .contblock.number .ttl {
    margin-left: 24px !important;
    padding-top: 0;
  }
  .main_contents .contblock.number .ttl:after {
    position: absolute;
    left: -24px;
    top: 0;
    background: #76849f;
    height: 18px;
    width: 18px;
    line-height: 18px;
    text-align: center;
    font-weight: normal;
    color: #fff;
    font-size: 1rem;
  }
}