@charset "UTF-8";
/*//////////////////////////////////////////////////

Title:main.css
For: main styles

Created:2019-08-27
Last Modified :

//////////////////////////////////////////////////*/

/* ------------------------

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

img {
  max-width: 100%;
}

.radius15{
  border-radius: 100px 0 100px 0;
}
@media screen and (max-width: 767px) {
  .radius15{
    border-radius: 60px 0 60px 0;
  }
}

.wrapper {
  position:relative; /*topBtnの親要素に指定*/
}

.inner {
  width: 1080px;
  margin: 0 auto;
}
.inner:after {
  content: "";
  clear: both;
  display: block;
}

/* header */
#top_head {
  font-size: 14px;
  top: -100px;
  position: absolute;
  width: 100%;
  margin: 100px auto 0;
  padding: 0;
  line-height: 1;
  z-index: 999;
}
#top_head .logo {
  width: 20vw;
  max-width: 300px;
  display: block;
}

#top_head .inner {
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 20px);
  max-width: 1380px;
  height: 85px;
  border-radius: 0 0 15px 15px;
  margin: auto;
  padding: 0 15px 0 25px;
  filter: drop-shadow(0 0 8px rgba(102,102,204,.3));
  transition: 0.3s;
}
#top_head .inner:after {
  content: "";
  display:none;
}

#global_nav ul {
  list-style: none;
  font-size: 16px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#global_nav ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 18px;
  border-left: solid 1px #66c;
}
#global_nav ul li:first-child {
  border-left: none;
}
.submenu-open p,
#global_nav ul li a {
  font-weight: bold;
  color: #6677cc;
  transition: 0.3s;
  padding: 15px;
  position: relative;
}
#global_nav ul li a:after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  margin: auto;
  height: 4px;
  width: 0;
  background-color: #acb7da;
  transition: 0.3s;
}
#global_nav ul li a:hover:after {
  width: calc(100% - 30px);
}

/* on mouse hover openmenu */
/*タブレットサイズからメニュー内「事業紹介」のテキスト削除*/
@media screen and (max-width: 992px) {
  .submenu-open p {
    display: none;
  }
}
/*PCサイズでは「事業紹介」のテキスト表示*/
@media screen and (min-width: 992px) {
  li.submenu-open {
    position: relative;
  }
  .submenu-open p:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    border-right: solid 2px #6677cc;
    border-bottom: solid 2px #6677cc;
    transform: rotate(45deg);
  }
  #global_nav ul.first {
    height: 0;
    overflow: hidden;
    transition: 0.4s;
    position: absolute;
    top: 40px;
    left: -100%;
    width: 280px;
    padding: 0 25px;
    align-content: flex-start;
    justify-content: center;
  }
  ul.first {
    margin: auto;
    flex-wrap: wrap;
  }
  ul.first li {
    padding: 30px;
    background-color: #eee;
  }
  ul.first li:first-child {
    border: none !important;
    border-radius: 10px 10px 0 0;
    padding-top: 45px;
  }
  ul.first li:last-child {
    border: none !important;
    border-radius: 0 0 10px 10px;
    padding-bottom: 45px;
  }
  #global_nav li.submenu-open:hover > ul.first{
    display: flex; !important;
    height: 180px;
    overflow: all;
  }
}

/* move down Fixed */
#top_head.fixed .inner {
  height: 68px;
}
#top_head.fixed #global_nav ul {
  /*font-size: 15px;*/
}
#top_head.fixed .logo {
  max-width: 220px;
}


/* access */

/* contact */
#top_head.open.fixed #global_nav ul li.nav_contact a {
  padding: 20px 0 20px 0px;
}
#top_head.open.fixed #global_nav ul li.nav_contact a:hover {
  color: #fff;
  background-color: #4545a7 !important;
}


@media screen and (min-width: 992px) and (max-width: 1092px) {
    #top_head.fixed #global_nav ul li.global_nav_self a:after,
    #global_nav ul li.global_nav_self a:after {
        left: 10px;
        width: calc(100% - 20px);
    }
}

/* Transition */
#top_head,
#top_head .logo,
#global_nav ul li,
#global_nav ul li a {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}

/* Toggle Button */
#nav_toggle {
  display: none;
  position: absolute;
  right: 12px;
  top: 14px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 101;
}

#nav_toggle div {
  position: relative;
}

/* ------------------------

  top sttl  (sub title)

  ------------------------ */

#top .sttl{
  text-align: left;
  margin-bottom: 40px;
}
#top .sttl h2 {
  color: #66c;
  letter-spacing: 0.03em;
  margin-bottom: 0;
  display: inline-block;
}
#top .sttl h2:after { /*ラインなし*/
  display: none;
}
#top .sttl span {
  color: #66c;
  display: inline-block;
  font-size: clamp(14px,2.5vw,20px);
  letter-spacing: 0.15em;
  padding-left: 15px;
  font-weight: 200;
}

/*footer*/
.footer #top .sttl {
  text-align: center;
}
.footer #top .sttl h2,
.footer #top .sttl span {
  padding-top: 0;
  color: #fff;
}

/* ------------------------
  kv (key visual)
  ------------------------ */

#kv {
   height: 85vh;
   max-height: 850px;
   overflow: hidden;
   position: relative;
}
#kv:after,
.main_heading:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  content: "";
  background: url(/images/front/top-bg.png)center bottom no-repeat;
  background-size: contain;
  height: 100%;
  width: auto;
}
.main_heading.bg_gray02:after {
  background: url(/images/front/top-footer-bg.png)center bottom no-repeat;
  background-size: contain;
}
.main_heading.bg_gray:after {
  background: url(/images/front/top-footer-bg.png)center bottom no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .main_heading.bg_gray:after {
    background: url(/images/front/top-bg.png)center bottom no-repeat;
    background-size: contain;
  }
}
#kv .image {
  background-color: #ccc;
}
#kv .main_image_area_01 {
  position: relative;
  width: 100%;
  height: 85vh;
  max-height: 850px;
  background: url(/images/front/main_img_slide_01.png) center bottom no-repeat;
  background-size: cover;
  mix-blend-mode: multiply;
}
#kv .main_image_area_02 {
  position: relative;
  width: 100%;
  height: 85vh;
  max-height: 850px;
  background: url(/images/front/main_img_slide_02.png) center center no-repeat;
  background-size: cover;
  mix-blend-mode: multiply;
}
#kv .main_image_area_03 {
  position: relative;
  width: 100%;
  height: 85vh;
  max-height: 850px;
  background: url(/images/front/main_img_slide_03.png) center center no-repeat;
  background-size: cover;
  mix-blend-mode: multiply;
}
#kv .main_image_area_04 {
  position: relative;
  width: 100%;
  height: 85vh;
  max-height: 850px;
  background: url(/images/front/main_img_slide_04.png) center center no-repeat;
  background-size: cover;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  #kv .main_image_area_01 {
    background-position: 65%;
  }
}

/*chatch copy*/
#kv .main_image_area_box{
  position: absolute;
  top: calc(50% - 65px);
  right: 0;
  left: 0;
  z-index: 10;
  margin: auto;
  padding-bottom: 0px;
  color: #fff;
  text-align: center;
}
.main_caption p{
  font-family: 'HiraMinProN-W3', 'Yu Mincho', 'Hiragino Mincho ProN', 'ヒラギノ明朝 ProN W3', '游明朝', serif;
  font-size: clamp(23px, 2.5vw, 42px);
  font-weight: 200;
  line-height: 2.2em;
  letter-spacing: 0.25em;
  filter: drop-shadow(0 0 0.5rem rgba(0,0,0,1));
}
@media screen and (max-width: 767px) {
  #kv .main_image_area_box{
    top: calc(50% - 35px);
  }
  .main_caption p {
    letter-spacing: 0.15em;    
  }
}
@media screen and (max-width: 992px) {

}

/* ------------------------------------
  top_main_contents
------------------------------------ */


/* ------------------------------------
  top_service_area
------------------------------------ */
.top_service_area {
  text-align: center;
    padding-top: 0;
}
.top_service_box {
  background-color: #fff;
  text-align: left;
}
.top_service_box img{
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 350px;
  border-radius: 80px 0 80px 0;
}
/*.top_service_box.left {
  padding: 0 30px 0 0;
}
.top_service_box.right {
  padding: 0 0 0 30px;
}*/
.top_service_box p {
  font-family: 'HiraMinProN-W3', 'Yu Mincho', 'Hiragino Mincho ProN', 'ヒラギノ明朝 ProN W3', '游明朝', serif;
  font-size: clamp(22px, 2vw, 25px);
  margin-bottom: 10px;
  text-align: justify;
}
/* slick customize */
.top_service_area .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    width: 90%;
}
.top_service_area .slick-slide img {
    display: block;
    width: 100%;
}
.top_service_area .slick-slide img:hover {
      opacity: 0.75;
}
.top_service_area .slick-dots li {
    position: relative;
    display: inline-block;
    width: 16px; /* 狭め */
    height: 20px;
    margin: 0px;
    padding: 0;
    cursor: pointer;
}
.top_service_area .top_service_box_list li p{
  margin: 5px;
}
.top_service_area .top_service_box_list li p a:hover {
  opacity: 0.75;
}
.top_service_area a.btn_link_common {
  margin: 10px 0 0 0;
  width: 100%;
}


/* ------------------------------------
  top_news
------------------------------------ */
.news_topic_area {
  margin: 0 auto;
}
table.top_news_tbl {
  margin: 0 auto;
  width: 100%;
}
.top_news_tbl th {
  border-bottom: solid 1px #ccc;
  padding: 20px 20px 10px 0;
  text-align: left;
  width: 18%;
}
.top_news_tbl tbody:nth-child(1) {
  border-top: solid 1px #ccc;
}
.top_news_tbl th span.news_tag {
  width: 40px;
  height: 18px;
  padding: 4px 5px;
  margin-right: 10px;
  line-height: 18px;
  font-size: 0.7em;
  font-weight: 500;
  text-align: center;
  color: #fff;
  background-color: #ff3e3e;
  text-align: left;
}
.top_news_tbl th.nodisplay_new span.news_tag {
  display: none;
}
.top_news_tbl th.nodisplay_new {
  text-align: right !important;
}
.top_news_tbl th span.news_date {
  vertical-align: middle;
  font-weight: normal;
  color: #4545a7;
}
.top_news_tbl td {
  border-bottom: solid 1px #ccc;
  padding: 18px 0 15px;
  text-align: left;
  width: 82%;
}

.top_news_tbl td a {
  line-height: 1em;
  color: #2c2c2c;
}
.top_news_tbl td a:hover {
  opacity: 0.75;
}

.news_topic_area .text_center {
  margin: 30px 0 0;
}

/* ------------------------------------
  top_about_area
------------------------------------ */
.row.grid_gap {
  grid-gap: 40px 30px;
  justify-content: space-between;
}
.about_area_box {
  width: calc(50% - 15px);
  text-align: left;
}
.about_area_box a {
  color: #2c2c2c !important;
  display: block;
  background-color: #f2f2f2;
  border-radius: 10px;
  overflow: hidden;
  line-height: 0;
  transition: 0.4s;
}
.about_area_box a img {
  object-fit: cover;
  object-position: center;
  height: 160px;
  width: 100%;
  mix-blend-mode: multiply;
}
.about_area_box p {
  font-size: clamp(16px,2.5vw,18px);
  font-weight: bold;
  position: relative;
  margin-top: 8px;
  padding-left: 20px;
}
.about_area_box p small{
  font-size: 85%;
  font-weight: normal;
}
.about_area_box p:before {
  content: "";
  height: 8px;
  width: 8px;
  border-top: 3px solid #66c;
  border-right: 3px solid #66c;
  transform: rotate(45deg);
  position: absolute;
  left: 5px;
  top: 35%;
}

/* ------------------------------------
  top_detail_area
------------------------------------ */
.top_detail_area {
  position: relative;
  width: 100%;
  height: auto;
  padding: 65px 0;
  background: #4364c4;
}
.top_detail_area:after {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    content: "";
    background: url(/images/front/top-footer-bg.png) center bottom no-repeat;
    background-size: contain;
    height: 100%;
    width: auto;
}
.top_detail_area_box .boxCenter {
  z-index: 10;
}

.top_detail_area_box a{
  width: 100%;
  max-width: 
  color: #4364c4;
  font-size: clamp(16px,2.5vw,18px);
  font-weight: bold;
  padding: 11px 55px 10px 40px;
  background-color: #fff;
  border: solid 1px #4364c4;
  border-radius: 30px;
  display: block;
  opacity: 1;
  position: relative;
  transition: 0.4s;
}
.top_detail_area_box a:after{
  content: "";
  position: absolute;
  right: 30px;
  top: 38%;
  bottom: 0;
  height: 14px;
  width: 14px;
  border-top: 4px solid orange;
  border-right: 4px solid orange;
  transform: rotate(45deg);
  transition: 0.4s;
}
.top_detail_area_box a:hover{
  color: #fff;
  background-color: #4364c4;
  border: solid 1px #fff;
  opacity: 1 !important;
}
.top_detail_area_box a:hover:after{
  right: 18px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;  
  opacity: 1 !important;
}

.top_detail_area .container h2{
  padding-top: 0;
}
.top_detail_area .container h2 span.text_block{
  display: inline-block;
}

.detail_area_box {
  padding: 30px 0 24px;
  width: 240px;
  text-align: center;
  background-color: #6666cc;
}
.detail_area_box img {
  margin: 0 auto 10px;
  display: block;
}
.detail_area_box span.btn_link {
  color: #fff;
  font-size: 20px;
  background: url(/images/front/icon_btn_arrow.svg) center right no-repeat;
  padding-right: 20px;
  display: inline;
}
.top_detail_area .detail_area_box_l{
  float: right;
}
.top_detail_area .detail_area_box_r{
  float: left;
}

.detail_area_wrap {
  width: 55%;
}


/* ------------------------

  main_heading

  ------------------------ */
.main_heading {
  padding-top: 95px;
  height: 310px;
  background: #4364c4;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-content: flex-start;
}
.main_heading .sttl {
    display: table;
    width: 100%;
    height: 100%;
    padding-bottom: 6%;
}
.main_heading .sttl h1,
.main_heading .sttl h2{
  color: #fff;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.main_heading.main_heading_business .sttl h1 ,
.main_heading.main_heading_individual .sttl h1 ,
.main_heading.main_heading_agent .sttl h1 ,
.main_heading.main_heading_business .sttl h2 ,
.main_heading.main_heading_individual .sttl h2 ,
.main_heading.main_heading_agent .sttl h2 {
}
.sttl span.sttl_subtext {
  font-size: clamp(13px,2.5vw,18px);
  font-weight: normal;
  display: block;
  margin-top: 15px;
}

/* ------------------------

  footer

  ------------------------ */

#footer{
  background-color: #2c2c2c;
}

.footer {
/*  margin-top: 20px;
  padding-top: 10px;*/
}

.footer_left,
.footer_center,
.footer_right, .footer_mobile {
  padding: 10px 16px;
}

.footer_left,
.footer_center,
.footer_right {
  width: 33.33%;
}

.footer_navi_area {
  padding: 50px 0 40px 0;
  width: 100%;
  background: #f2f2f2;
  line-height: 2.2;
}
.footer_navi {
  color: #2c2c2c;
    margin: auto;
    max-width: 1280px;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.footer_navi_logo {
  max-width: 300px;
  margin: 0 auto 20px;
}
.footer_navi_logo,
.footer_navi_logo_btn {
  text-align: right;
}

.footer_navi_logo a:hover,
.footer_navi_logo_btn a:hover {
  opacity: 0.75;
}

#footer a.txt {
  color: #2c2c2c !important;
  text-decoration: none;
}
#footer .txt_ma{
  line-height: 1.1;
}

.footer_navi ul, .footer_navi ol {
  font-size: 12px;
  list-style-type: none;
  line-height: 2.1;
}
/*.footer_navi_box {
    font-size: .9rem;
}*/
.footer_navi_link_list {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
  font-size: 12px;
}
.footer_navi_title a:hover,
.footer_navi_link_list a:hover{
  opacity: 0.75;
}

.footer_navi_link ul li ,
.footer_navi_link_business ul li {
  list-style: none;
  vertical-align: top;
  padding: 0 9px 0 0;
  width: 100%;
}
.footer_navi_link ul li:before ,
.footer_navi_link_business ul li:before {
  content: "●";
  color: #4364c4;
  font-size: 100%;
  padding-right: 2px;
}
.footer_navi_title {
  margin: 0 0 5px;
}
.footer_navi_title {
  font-weight: bold;
  font-size: 16px;
}
.footer_service_area {
  padding: 40px 0 30px;
  width: 100%;
  background: #4545a7;
}
.footer_service_area_box {
  height: 50px;
  margin-bottom: 10px;
}
.footer_service_area_box a:hover{
  opacity: 0.75;
}
.footer_service_area .footer_service_area_box img{
/*  display: block;*/
  margin: 0 auto;
  padding: 0 0 20px;
}
.footer_service_title a:hover {
  opacity: 0.75;
}

.footer_service ul, .footer_service ol {
  list-style-type: none;
  line-height: 1.9;
  padding-left: 10px;
}
.footer_service_box_unit {
  margin-bottom: 30px;
  height: 50px;
}
.footer_service_box_unit img{
  vertical-align: middle;
  width: 100%
}
.footer_in{
  color: #fff;
}
.footer_in_navi {
  padding: 10px 0;
}
.footer_in_navi ul li {
  display: inline;
  font-size: 14px;
  font-weight: normal !important;
  padding: 0 10px 0 0;
}
.footer_in_navi ul li a {
  color: #fff !important;
  font-size: 12px;
}
.footer_in_navi ul li a:hover {
  color: #fff;
  opacity: 0.75;
}
.footer_navi_logo_btn ul li {
  display: inline;
  font-size: 0.85em;
  font-weight: normal !important;
  padding: 0 10px 0 0;
  list-style: none;

}

.col-lg-4 .pMark {
    position: absolute;
    right: 25px;
    bottom: 0;
}
@media screen and (max-width: 991px) {
  .col-lg-4 .pMark {
      position: unset;
      text-align: right;
      padding: 10px 10px 0 0;
  }
}
@media screen and (max-width: 767px) {
    .col-lg-4 .pMark {
      text-align: center;
      padding: 10px 0 0 0;
    }
}

.copyright {
  font-size: 11px;
  padding: 14px 0;
  text-align: right;
}


.pc_noDisplay {display: none;}
.sp_noDisplay {display: block;}

/* ------------------------

  telNo SP時クリック用

  ------------------------ */
@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}
  .content_contact_tel a{color: #4545a7 !important;}
  .eshare_contact_tel_no a{color: #4545a7 !important;}
  .massage_contact_tel_no a{color: #4545a7 !important;}
  .access_address a{color: #2c2c2c !important;}
  .outline_tel_fax a{color: #2c2c2c !important;}
  .table_outline a[href^="tel:"]{color: #2c2c2c !important;}
/* ------------------------

  page_top_btn

  ------------------------ */

.page_top_btn {
  position: fixed;
  bottom: 20px;
  right: calc(50vw - 640px);
  display: block;
  background-color: rgba(0,0,0,0.4);
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 22px;
  border-radius: 30px;
  padding-top: 30px;
  box-sizing: border-box;
  z-index: 2;
}
@media screen and (max-width: 1360px) {
    .page_top_btn {
        right: 20px;
    }
}
.page_top_btn:before {
  content: url(/images/front/icon_top_btn.png);
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 20px;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
.page_top_btn:hover {
  color: #fff;
  opacity:0.7;
}


/* ------------------------

  slide overwrite
_
  ------------------------ */
.slide_arrow{
  position: absolute;
  top: 50%;
  margin-top: -15px;
}
.prev_arrow{
  left: -20px;
  width: 28px;
  height: 28px;
  background-image: url(/images/front/slide-prev.png);
  z-index: 1;
}
.next_arrow{
  right: -20px;
  width: 28px;
  height: 28px;
  background-image: url(/images/front/slide-next.png);
}
button{
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
button:hover{
  opacity: 0.75;
  cursor: pointer;
}
.slick-prev:before,
.slick-next:before {
    opacity: .75;
    color: #6666cc;
}
.slick-dots li button:before {
    opacity: 1;
    color: #ccc;

}
.slick-dots li.slick-active button:before
{
    opacity: 1;
    color: #66c;
}

/* ------------------------
  breadcrumb_list
  ------------------------ */
.breadcrumb {
  position: relative;
  z-index: 5;
  max-width: 1390px;
  width: 100%;
  padding: 0 20px;
  margin: auto;
}

.breadcrumb_list {
    display: flex;
    align-items: center;
    list-style: none;
}
.breadcrumb_list li {
  display: inline-block;
  position: relative;
  padding-right: calc(16px + 5px);
  margin-right: 5px;
  color: #fff;
}
.breadcrumb_list li a {
  color: #fff;
  font-size: 12px;
  text-decoration: underline;
    line-height: 2;
}
.breadcrumb_list li a:hover {
  opacity: 0.75;
}
.breadcrumb_list li.breadcrumb_item.end {
  color: #fff;
  font-size: 12px;
}
.breadcrumb_list li.breadcrumb_item:last-child::after {
  border-top: 0;
  border-right: 0;
  display: none;
}
.breadcrumb_list li::after {
  content: '›';
  width: 1em;
  height: 1em;
  line-height: 1;
  text-align: center;
  font-size: 1em;
  color: inherit;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
/* ------------------------
  content_box
  ------------------------ */
.content_box.bg_white {
    padding: 60px 0;
}
.sub_nav_wrapper {
    background-color: #f2f2f2;
    text-align: center;
    padding: 24px 40px;
    font-size: 0;
}
ul.sub_nav {
  line-height: 2;
  text-align: center;
}
/*
ul.sub_nav {
    display: flex;
    justify-content: center;}
*/
.sub_nav li {
    position: relative;
    display: inline-block;
    padding: 0 18px;
    font-size: 22px;
}
.sub_nav li:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    border-right: solid 1px #2c2c2c;
    width: 0;
    margin-top: -12px;
    height: 20px;
}
.sub_nav li:last-child:after {
    border-right: 0;
}
.sub_nav li a {
    color: #66c;
}
.sub_nav li a:hover {
    opacity: .75;
}
.sub_nav li span.sub_nav_selt {
    font-weight: bold;
}
.sub_nav li.page_nav {
    padding: 0;
    margin-right: 45px;
    font-size: 17px;
}
.sub_nav li.page_nav:after {
    content: none;
}
.sub_nav li.page_nav a {
    color: #2c2c2c;
    font-weight: bold;
}
.sub_nav li.page_nav span {
    position: relative;
    padding-right: 22px;
}
.sub_nav li.page_nav span:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -12px;
    right: 0;
    width: 13px;
    height: 13px;
    border-right: 2px solid #66c;
    border-bottom: 2px solid #66c;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.sub_nav li.page_nav:last-child {
    margin-right: 0;
}

.content_box h2 {
    margin-bottom: 70px;
    padding-top: 70px;
}
.content_box h2:after {
    content: '';
    position: absolute;
    display: block;
    bottom: -10px;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    height: 0;
    border-bottom: 3px solid #66c;
}
.content_box .content_section:first-child h2 {
    padding-top: 0;
}
.content_section > h2 {
    width: 1080px;
}

@media screen and (max-width: 1200px) {
    .content_section > h2 {
        width: 960px;
    }
}
.nrr {
    width: 720px;
    margin: 0 180px;
    padding-bottom: 50px;
    position: relative;
}
.nrr img {
    max-width: 100%;
    height: auto;
}
.nrr:last-child {
    margin-bottom: 0;
}
.nrr_center {
    text-align: center;
}
.nrr_right {
    text-align: right;
    font-size: 14px;
}
.content_w100 {
    margin: 0 calc(550px - 50vw);
    padding: 1px calc(50vw - 550px);
    width: auto;
}
@media screen and (max-width: 1200px) {
    .nrr {
        margin: 0 120px 40px;
    }
    .content_w100 {
        margin: 0 calc(490px - 50vw);
        padding: 0 calc(50vw - 490px);
    }
}
/* ------------------------
  table.table_violet
  ------------------------ */
table.table_violet {
    width: 100%;
}
table.table_violet tr th ,
table.table_violet tr td {
    padding: 12px;
    text-align: left;
    vertical-align: middle;
}
table.table_violet tr th {
    background-color: #4545a7;
    color: #fff;
    font-weight: bold;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
}
table.table_violet tr th:first-child {
    border-left: 1px solid #4545a7;
}
table.table_violet tr:first-child th {
    border-top: 1px solid #4545a7;
}
table.table_violet tr:last-child th {
    border-bottom: 1px solid #4545a7;
}
table.table_violet tr th:last-child {
    border-right: 1px solid #4545a7;
}
table.table_violet tr td {
    border: 1px solid #4545a7;
}
table.table_violet tr td:first-child {
    border-left: 1px solid #4545a7;
}
table.table_violet tr.table_violet_gray td {
    background-color: #f3f3f3;
}
table.table_violet.table_violet_tcenter tr th ,
table.table_violet.table_violet_tcenter tr td {
    text-align: center;
}
table.table_violet tr.table_violet_nbb th ,
table.table_violet tr.table_violet_nbb td {
    border-bottom: none;
}
table.table_violet tr.table_violet_nb th ,
table.table_violet tr.table_violet_nb td {
    border-top: none;
    border-bottom: none;
    padding: 0 12px 12px;
}
table.table_violet tr.table_violet_nb th {
    padding-left: 20px;
}
/* ------------------------
  table.table_outline
  ------------------------ */
table.table_outline {
    width: 100%;
    margin-bottom: 40px;
}
table.table_outline tr {
    border-top: solid 2px #ccc;
}
table.table_outline tr:last-child {
    border-bottom: solid 2px #ccc;
}
table.table_outline th ,
table.table_outline td {
    padding: 14px 0 12px;
    text-align: left;
}
.cell_center {
    text-align: center !important;
}
.corplogo_container{
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 460px;
}
.annotation {
  font-size: 80%;
}
.medley_logo {
  min-height: 22px;
  max-height: 26px;
  margin: 13px 13px 15px 0;
}

/* ------------------------
  許可番号
  ------------------------ */

.permit_number_area tr {
  border-bottom: solid 1px #4545a7;
  list-style: none;
  line-height: 2;

}
.permit_number_area th {
  text-align: left;
  font-weight: lighter;
  width: 130px;
}

@media screen and (max-width: 768px) {
  .permit_number_area th {
    width: 100px;
  }
}
/* ------------------------
  textlink
  ------------------------ */
.container a {
  color: #4545a7;
}
.container a:hover {
    opacity: .75;
}
.tlink {
    position: relative;
    padding-right: 12px;
}
.tlink:after {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    top: 50%;
    margin-top: -6px;
    right: 0;
    border-right: 2px solid #66c;
    border-top: 2px solid #66c;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.link_pop ,
.link_pdf {
    position: relative;
    display: inline;
    padding-right: 28px;
    vertical-align: middle;
}
.link_pop:after ,
.link_pdf:after {
    content: "";
    position: absolute;
    background-size:cover;
    right: 4px;
    width: 16px;
    height: 16px;
    bottom: 5px;
}
.link_pop:after {
    background-image: url(/images/front/icn_link_pop.png);
}
.link_pdf:after {
    background-image: url(/images/front/icn_link_pdf.png);
}
/* ------------------------
  main_link
  ------------------------ */
.main_link {
    text-align: center;
}
.main_link a {
    display: block;
    background-color: #4545a7;
    border-radius: 6px;
    border: solid 1px #4545a7;
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
    padding: 20px 0 16px;
    text-align: center;
    font-size: clamp(16px,2.5vw,24px);
    font-weight: bold;
    height: 100%;
    vertical-align: middle;
    color: #fff;
    transition: 0.4s;
}
.main_link a:hover {
    opacity: 1;
    color: #4545a7;
    background: #fff;
}
.main_link a span {
    position: relative;
    display: inline-block;
    padding-right: 25px;
}
.main_link a span:after {
    content: '';
    position: absolute;
    display: block;
    top: 50%;
    margin-top: -8px;
    right: 10px;
    width: 15px;
    height: 15px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: 0.4s;
}
.main_link a:hover span:after {
    border-right: 2px solid #4545a7;
    border-top: 2px solid #4545a7;  
}
/* ------------------------
  main_link_w
  ------------------------ */
.main_link_w {
    text-align: center;
}
.main_link_w a {
    display: block;
    background-color: #fff;
    border: solid 2px #66c;
    border-radius: 6px;
    margin: 0 auto;
    width: 486px;
    padding: 18px 0 14px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    height: 100%;
    vertical-align: middle;
    color: #2c2c2c;
}
.main_link_w a span {
    position: relative;
    padding-right: 18px;
}
.main_link_w a span:after {
    content: '';
    position: absolute;
    display: block;
    top: 50%;
    margin-top: -9px;
    right: 0;
    width: 15px;
    height: 15px;
    border-right: 2px solid #66c;
    border-top: 2px solid #66c;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* ------------------------------------
  news_tbl （トップ以外）
------------------------------------ */
table.news_tbl {
  margin: 0 auto;
  width: 100%;
  font-size: 16px
}
.news_tbl th {
  border-bottom: solid 1px #ccc;
  color: #2c2c2c;
  padding: 20px 20px 10px 0;
  width: 180px;
  text-align: right;
}
.news_tbl tbody:nth-child(1) {
  border-top: solid 1px #ccc;
}
.news_tbl th span.news_tag {
  width: 40px;
  height: 18px;
  padding: 4px 5px;
  margin-right: 10px;
  line-height: 18px;
  font-size: 0.7em;
  font-weight: 500;
  text-align: center;
  color: #fff;
  background-color: #ff3e3e;
  text-align: left;
}
.news_tbl th.nodisplay_new span.news_tag {
  display: none;
}
.news_tbl th.nodisplay_new {
  text-align: right !important;
}
.news_tbl th span.news_date {
  font-size: 16px;
  vertical-align: middle;
}
.news_tbl td {
  font-size: 16px;
  border-bottom: solid 1px #ccc;
  padding: 20px 0;
  text-align: left;
}

.news_tbl td a {
  color: #4545a7;
}
.news_tbl td a:hover {
  opacity: 0.75;
}


.boxCenter {
  margin: 0 auto;
}