﻿@charset "utf-8";

/* -----------------------------------------------------------
　common
----------------------------------------------------------- */
html {font-size: 10px;}
* {box-sizing: border-box;}
a {
  color:inherit;
  text-decoration:none;
}
a.pre {
  color: #8a8a8a;
  pointer-events: none;
}
img {
  vertical-align: middle;
  max-width: 100%;
  -webkit-backface-visibility: hidden;
}
img.center {
  display: block;
  margin: auto;
}
figure > img {max-width: 100%;}
body {
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size:14px;
  line-height: 2.1;
  color:#444444;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix:before {
  content: "";
	display: block;
	clear: both;
}
.clearfix {
	display: block;
}
.clear {clear: both;}

hr.anc {
  border:none!important;
  height:0!important;
  margin-top:-95px!important;
  padding-top:95px!important;
}
.palt {font-feature-settings: "palt";}

:root {
  --main_color: #47bacb;
  --csr_green: #00532e;
  --main_blue: #465064;
  --main_black: #333;
}

.box {
  position: relative;
  width: 100%;
  max-width: 1040px;
  height: auto;
  padding: 0 30px;
  margin: auto;
}

.mb0 {margin-bottom:0 !important;}
.mb5 {margin-bottom:5px !important;}
.mb10 {margin-bottom:10px !important;}
.mb20 {margin-bottom:20px !important;}
.mb30 {margin-bottom:30px !important;}
.mb40 {margin-bottom:40px !important;}
.mb50 {margin-bottom:50px !important;}
.mb60 {margin-bottom:60px !important;}
.mb70 {margin-bottom:70px !important;}
.mb80 {margin-bottom:80px !important;}
.mb90 {margin-bottom:90px !important;}
.mb100 {margin-bottom:100px !important;}
.mb110 {margin-bottom:110px !important;}
.mb120 {margin-bottom:120px !important;}
.pt0 {padding-top:0 !important;}
.pt10 {padding-top:10px !important;}
.pt20 {padding-top:20px !important;}
.pt30 {padding-top:30px !important;}
.pt40 {padding-top:40px !important;}
.pt50 {padding-top:50px !important;}
.pt60 {padding-top:60px !important;}
.pt70 {padding-top:70px !important;}
.pt80 {padding-top:80px !important;}
.pt90 {padding-top:90px !important;}
.pt100 {padding-top:100px !important;}
.pt110 {padding-top:110px !important;}
.pt120 {padding-top:120px !important;}
.pb0 {padding-bottom:0 !important;}
.pb10 {padding-bottom:10px !important;}
.pb20 {padding-bottom:20px !important;}
.pb30 {padding-bottom:30px !important;}
.pb40 {padding-bottom:40px !important;}
.pb50 {padding-bottom:50px !important;}
.pb60 {padding-bottom:60px !important;}
.pb70 {padding-bottom:70px !important;}
.pb80 {padding-bottom:80px !important;}
.pb90 {padding-bottom:90px !important;}
.pb100 {padding-bottom:100px !important;}
.pb110 {padding-bottom:110px !important;}
.pb120 {padding-bottom:120px !important;}


/* :::::::::: scrollin animation :::::::::: */
.scrollin {
  visibility: hidden;
  opacity: 0;
  transition: 1.2s;
}
.scrollin.bottom {
  transform: translateY(30px);
}
.scrollin.left {
  transform: translateX(-30px);
}
.scrollin.right {
  transform: translateX(30px);
}
.scrollin.active,
.scrollin.bottom.active,
.scrollin.left.active,
.scrollin.right.active {
  visibility: visible;
  opacity: 1;
  transform: translate(0,0);
}
/* :::::::::: scrollin animation :::::::::: */

.home_kv .slick-slide .scrollin {
  visibility: hidden;
  opacity: 0;
  transition: 1.2s;
}
.home_kv .slick-slide .scrollin.bottom {
  transform: translateY(30px);
}
.home_kv .slick-slide.slide-animation .scrollin.active {
  visibility: visible;
  opacity: 1;
  transform: translate(0,0);}

.blur {
  animation: blurAnime 1.5s 0s forwards;
}
.blur.scrollin {
  animation: none;
}
.blur.scrollin.active {
  animation: blurAnime 1.5s 0s forwards;
}

@media screen and (min-width: 768px){ 

  .sp_cont {
    display: none !important;;
  } 
  
  figure {
    width:100%;
    text-align:center;
  }
  
  figcaption {
    font-size:1em;
    margin:0;
  }
  
  a {transition: color 0.3s;}
  a:hover {
    text-decoration: none;
    color: #c43c84;
  }
  a > img {
    transition: 0.3s;
    opacity: 1;
  }
  a:hover > img {
    opacity: 0.5;
  }
  
  .hover_btn {transition:0.5s;opacity:1;}
  .hover_btn:hover {transition:0.5s;opacity:0.75;}

}

/* -----------------------------------------------------------
  template
----------------------------------------------------------- */
 
@media screen and (min-width: 768px){
  
  /* :::::::::: header :::::::::: */
  
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 95px;
    background: #fff;
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.2);
    z-index: 99;
  }
  header .header_box {
    position: relative;
    /*display: flex;
    align-items: center;*/
    width: 100%;
    height: 100%;
    padding: 0 40px;
  }
  header .header_box .logo {
    position: absolute;
    left: 40px;
    top: 18px;
    width: 220px;
  }
  header .header_box .logo > img {
    display: block;
    width: 100%;
  }

  header .header_box nav {
    position: absolute;
    right: 40px;
    top: 25px;
  }
  header .header_box nav .contact_cont {
    text-align: right;
    line-height: 1;
    margin: 0 0 10px;
  }
  header .header_box nav .contact_cont a {
    color: #00417b;
    transition: 0.3s;
  }
  header .header_box nav .contact_cont a:hover {
    color: #c43c84;
  }
  header .header_box nav .contact_cont a::before {
    content: "";
    display: inline-block;
    width: 22.62px;
    height: 16.5px;
    background: url(../img/common/contact.svg) no-repeat center center / 100% 100%;
    vertical-align: middle;
    margin: 0 5px 2px 0;
    transition: 0.3s;
  }
  header .header_box nav .contact_cont a:hover::before {
    background: url(../img/common/contact_hover.svg) no-repeat center center / 100% 100%;
  }
  header .header_box nav .nav_cont {}
  header .header_box nav .nav_cont .nav_list {
    display: flex;
  }
  header .header_box nav .nav_cont .nav_list > li {
    line-height: 1.2;
    font-size: 16px;
    color: #000;
    margin: 0 23px 0 0;
    padding: 0 23px 0 0;
    border-right: 1px solid #000;
  }
  header .header_box nav .nav_cont .nav_list > li:last-of-type {
    margin: 0;
    padding: 0;
    border-right: none;
  }
  header .header_box nav .nav_cont .nav_list > li > a {
    transition: 0.3s;
    padding-bottom: 20px;
  }
  header .header_box nav .nav_cont .nav_list > li > a:hover {
    color: #c43c84;
  }
  header .header_box nav .nav_cont .nav_list > li.sdgs > a:after{
	  content: "";
	  display: inline-block;
	  width: 20px;
	  height: 14px;
	  background: url(../img/common/blank_icon.svg) no-repeat center right/ auto 100%;
	  margin: auto;
  }
  li.sitemapsdgs span{
	  display: inline-block;
	  background: url(../img/common/blank_icon.svg) no-repeat center right/ 15px 14px;
	  padding-right: 20px;
  }
	
	
  header .header_box nav .nav_cont .nav_list li.current > a,
  header .header_box nav .nav_cont .nav_list > li > .nav_menu > .nav_menu_box ul li.current a {
    color: #c43c84;
  }


  header .header_box nav .nav_cont .nav_list > li > .nav_menu {
    position: fixed;
    top: 95px;
    left: 0;
    right: 0;
    width: 100%;
    background: #00417b;
    z-index: 98;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
  }
  header .header_box nav .nav_cont .nav_list > li > .nav_menu.fadein {
    opacity: 1;
    visibility: visible;
  }
  header .header_box nav .nav_cont .nav_list > li > .nav_menu > .nav_menu_box {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    padding: 30px 200px 25px 0;
  }
  header .header_box nav .nav_cont .nav_list > li > .nav_menu > .nav_menu_box .title a {
    display: block;
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
    font-weight: 500;
    margin: 0 100px 0 0;
    transition: 0.3s;
  }
  header .header_box nav .nav_cont .nav_list > li > .nav_menu > .nav_menu_box .title a > span {
    display: block;
    font-size: 12px;
    font-weight: 400;
  }
  header .header_box nav .nav_cont .nav_list > li > .nav_menu > .nav_menu_box ul {
    margin: 0 100px 0 0;
  }
  header .header_box nav .nav_cont .nav_list > li > .nav_menu > .nav_menu_box ul:last-of-type {
    margin: 0;
  }
  header .header_box nav .nav_cont .nav_list > li > .nav_menu > .nav_menu_box ul li a {
    display: block;
    color: #fff;
    line-height: 1.5;
    margin: 0 0 8px;
    transition: 0.3s;
  }
  header .header_box nav .nav_cont .nav_list > li > .nav_menu > .nav_menu_box ul li a.pre {
    color: #8a8a8a;
  }
  header .header_box nav .nav_cont .nav_list > li > .nav_menu > .nav_menu_box ul li:last-of-type a {
    margin: 0;
  }
  header .header_box nav .nav_cont .nav_list > li > .nav_menu > .nav_menu_box .title a:hover,
  header .header_box nav .nav_cont .nav_list > li > .nav_menu > .nav_menu_box ul li a:hover {
    color: #c43c84;
  }

  header .header_box nav .nav_cont .nav_list > li > .nav_menu > .close {
    position: absolute;
    top: 25px;
    right: 50px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
  }

  header .hover_bg {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(0, 65, 123, 0.2);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 1;
  }
  header .hover_bg.fadein {
    opacity: 1;
    visibility: visible;
  }
  
  
  /* :::::::::: nav :::::::::: */
  
  nav {
  }

  /* :::::::::: main :::::::::: */
  
  main {
    display:block;
    width:100%;
    height:auto;
  }
  
  main.home {
  }
  
  main article {
    width:100%;
    height:auto;
    overflow:hidden;
    margin:0 auto;
  }

  /* :::::::::: aside :::::::::: */

  aside {
  }
  
  /* :::::::::: footer :::::::::: */
  
  footer {
    position: relative;
    background: #00417b;
    margin: 100px 0 0;
    padding: 100px 0 35px;
  }
  footer::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100px;
    background: url(../img/common/footer_before.svg) no-repeat bottom center / 100% 100%;
    bottom: 100%;
    left: 0;
    right: 0;
    transform: translateY(80px);
    transition: transform 2s;
  }
  footer.active::before {
    transform: translateY(0);
  }

  .pagetop {
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 42px;
    height: 42px;
    z-index: 90;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    cursor: pointer;
  }
  .pagetop.fadein {
    opacity: 1;
    visibility: visible;
  }
  .pagetop.fadein:hover {
    opacity: 0.5;
  }
  footer .footer_top .page {
    display: flex;
    justify-content: space-between;
    margin: 0 auto 60px;
  }
  footer .footer_top .page > li {
    width: 23.5%;
    color: #b3b3b3;
  }
  footer .footer_top .page > li > a {
    display: block;
    font-size: 18px;
    line-height: 1.4;
    padding: 0 0 8px;
    margin: 0 0 12px;
    border-bottom: 1px solid #8a8a8a;
  }
  footer .footer_top .page > li a > span {
    display: block;
    font-size: 12px;
    color: #8a8a8a;
  }
  footer .footer_top .page > li a {
    transition: 0.3s;
  }
  footer .footer_top .page > li a:hover {
    color: #c43c84;
  }
  footer .footer_top .page > li a.pre {
    color: #8a8a8a;
  }
  footer .footer_top .other {
    width: 100%;
    text-align: center;
    margin: 0 auto 20px;
  }
  footer .footer_top .other > li {
    display: inline-block;
    margin: 0 25px 0 0;
  }
  footer .footer_top .other > li a {
    color: #b3b3b3;
    transition: 0.3s;
  }
  footer .footer_top .other > li a:hover {
    color: #c43c84;
  }
  
  footer .footer_bottom {
    border-top: 1px solid #8a8a8a;
    padding: 40px 0 0;
  }
  footer .footer_bottom .footer_logo {
    width: 372px;
    margin: 0 auto 23px;
  }
  footer .footer_bottom .footer_logo a {
    display: block;
  }
  footer .footer_bottom .footer_logo img {
    display: block;
    width: 100%;
    transition: 0.3s;
  }
  footer .footer_bottom .footer_logo a:hover img {
    opacity: 0.5;
  }
  footer .footer_bottom .copyright {
    display: block;
    font-size: 12px;
    text-align: center;
    color: #fff;
  }
}

@media screen and (max-width: 1000px){
  header .header_box nav .nav_cont .nav_list > li > .nav_menu > .nav_menu_box {
    padding: 30px 100px 25px 100px;
  }
}

/* -----------------------------------------------------------
 TOP
----------------------------------------------------------- */
.top_kv {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.top_kv .video_cont {
}
.top_kv .video_cont > video {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

.top_kv .logo_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top_kv .logo_box .logo {
  width: 53%;
  max-width: 733px;
}

.top_kv .scroll {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.top_kv .scroll > p {
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.3;
}
.top_kv .scroll > p a {
  color: #b3b3b3;
  cursor: pointer;
  transition: 0.3s;
}
.top_kv .scroll > p a:hover {
  color: #c43c84;
}


.news {
  padding: 60px 0;
}
.news .ir_info {
  position: relative;
  z-index: 1;
}
.news h2 {
  font-size: 21px;
  font-weight: 500;
  color: #00417b;
  border-bottom: 2px solid #00417b;
}
.news h2 span {
  font-size: 12px;
  margin: 0 0 0 10px;
}
.news h2 + ul,
.news .news_more {
  position: absolute;
  top: 10px;
  right: 0;
}
.news h2 + ul li,
.news .news_more li {
  display: inline-block;
  margin: 0 20px 0 0;
}
.news h2 + ul li:last-of-type,
.news .news_more li:last-of-type {
  margin: 0;
}
.news h2 + ul li a,
.news .news_more li a {
  color: #696969;
  transition: 0.3s;
}
.news h2 + ul li a:hover,
.news .news_more li a:hover {
  color: #c43c84;
}
.news h2 + ul li span,
.news .news_more li span {
  color: #00417b;
}
.news .irc_release {
  display: flex;
  line-height: 1.4;
  padding: 15px 0;
  border-bottom: 1px dashed #8a8a8a;
}
.news .irc_release .irc_release_icon {
  width: 85px;
  text-align: center;
  color: #00417b;
}
.news .irc_release .irc_release_yyyymmdd {
  width: 160px;
  text-align: center;
  color: #8a8a8a;
}
.news .irc_release .irc_release_title {
  width: calc(100% - 245px);
  padding: 0 20px;
}
.news .irc_release .irc_release_title > a {
  color: #696969;
  transition: 0.3s;
}
.news .irc_release .irc_release_title > a:hover {
  color: #c43c84;
}

.top_ir {
  position: relative;
  padding: 190px 0 150px;
  background: url(../img/home/top_ir_bg.png) no-repeat center center / cover;
}
.top_ir::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  height: 135px;
  background: url(../img/home/top_ir_before.svg) no-repeat center top / 100% 100%;
}
.top_ir::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 140px;
  background: url(../img/home/top_ir_after.svg) no-repeat center top / 100% 100%;
}

.top_ir h2 {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  margin: 0 0 15px;
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.75);
}
.top_ir h2 > span {
  display: block;
  font-size: 12px;
  text-shadow: none;
}
.top_ir .btn_more {
  margin: 0 0 35px;
}
.top_ir ul > li {
  font-size: 16px;
  line-height: 2;
  color: #fff;
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.75);
}
.top_ir ul > li a {
  transition: 0.3s;
}
.top_ir ul > li a:hover {
  color: #c43c84;
}

.top_ir .sw_img {
  position: absolute;
  top: 0;
  right: 30px;
}
.top_ir .sw_img figure {
  margin: 0 0 20px;
  transition: 0.5s;
}
.top_ir .sw_img a:hover figure {
  opacity: 0.5;
}
.top_ir .sw_img figure + p {
  color: #fff;
  font-size: 16px;
  transition: 0.3s;
}
.top_ir .sw_img a:hover figure + p {
  color: #c43c84;
}

/*bottom_banner*/
.bottom_banner {
  padding: 85px 0;
}
.bottom_banner .img_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 65px;
}
.bottom_banner .img_list > li {
  position: relative;
  width: 47.95%;
  height: auto;
  min-height: 275px;
  padding: 20px 30px;
  z-index: 1;
  overflow: hidden;
  border: 1px solid #c8c8c8;
  margin: 0 0 4.1%;
}
.bottom_banner .img_list > li:nth-last-of-type(-n+2) {
  margin: 0;
}
.bottom_banner .img_list > li > a {
  display: block;
}
.bottom_banner .img_list > li > a img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: inherit;
  z-index: -1;
  transition: 0.5s;
}
.bottom_banner .img_list > li:nth-of-type(2) > a img {
  top: 0;
  bottom: auto;
}
.bottom_banner .img_list > li:hover > a img {
  transform: translateX(-50%) scale(1.2);
  opacity: 1;
}
.bottom_banner .img_list > li > a h2 {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  margin: 0 0 15px;
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.75);
}
.bottom_banner .img_list > li > a h2 > span {
  display: block;
  font-size: 12px;
  text-shadow: none;
}
.bottom_banner .img_list > li.fc_blue > a h2,
.bottom_banner .img_list > li.fc_blue > a h2 > span,
.bottom_banner .img_list > li.fc_blue > a .btn_more > span {
  color: #00417b;
  text-shadow: none;
  box-shadow: none;
}
.bottom_banner .img_list > li.fc_blue > a .btn_more > span {
  border: 1px solid #00417b;
}
.bottom_banner .img_list > li > a:hover .btn_more > span {
  color: #c43c84;
  border: 1px solid #c43c84;
}
.bottom_banner .img_list > li > .link_list {
  display: flex;
  position: absolute;
  bottom: 20px;
}
.bottom_banner .img_list > li > .link_list ul {
  margin: 0 35px 0 0;
}
.bottom_banner .img_list > li > .link_list ul:last-of-type {
  margin: 0;
}
.bottom_banner .img_list > li > .link_list ul li a {
  font-size: 16px;
  color: #fff;
  transition: 0.3s;
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.75);
}
.bottom_banner .img_list > li > .link_list ul li a:hover {
  color: #c43c84;
}

.bottom_banner .banner_list li {
  display: flex;
  align-items: flex-end;
  margin: 0 0 30px;
}
.bottom_banner .banner_list li:last-of-type {
  margin: 0;
}
.bottom_banner .banner_list li > a > img {
  vertical-align: bottom;
}
.bottom_banner .banner_list li > p {
  color: #8a8a8a;
  line-height: 1.3;
}
.bottom_banner .banner_list.columns {
  display: flex;
  justify-content: center;
  align-content: center;
}
.bottom_banner .banner_list.columns li {
  align-items: center;
  margin: 0;
}
.bottom_banner .banner_list.columns li > p {
  color: #444;
}
.bottom_banner .banner_list.columns li:nth-of-type(1) {
  margin-right: 60px;
}
.bottom_banner .banner_list.columns li.privacy img {
  width: 65px;
  margin-right: 15px;
}

/*common*/
.btn_more {}
.btn_more > a,
.btn_more > span {
  display: inline-block;
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
  padding: 5px 10px;
  border: 1px solid #fff;
  transition: 0.3s;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.75);
}
.btn_more > a:hover {
  color: #c43c84;
  border: 1px solid #c43c84;
}


/* -----------------------------------------------------------
 subpage
----------------------------------------------------------- */

  
/* -----------------------------------------------------------
 IR top
----------------------------------------------------------- */
@keyframes fadezoom {
  0% {
    transform: scale(1.1);
    transform-origin: center;
  }
  100% {
    transform: scale(1);
    transform-origin: center;
  }
}
@keyframes blurAnime {
  0% {
    filter: blur(10px);
    transform: scale(1.02);
  }
  100% {
    filter: blur(0);
    transform: scale(1);
  }
}
/*KV*/
.ir_kv {
  position: relative;
  width: 100%;
  height: 680px;
  overflow: hidden;
}
.ir_kv::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 140px;
  background: url(../img/ir/kv_after.svg) no-repeat center top / 100% 100%;
}
.ir_kv .slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ir_kv .slider li {
  height: 680px;
  overflow: hidden;
}
.ir_kv .slider li.slide-animation img {
  animation: fadezoom 8s 0s forwards;
}
.ir_kv .slider li img {
  object-fit: cover;
  width: 100%;
  height: 680px;
  transform: scale(1.1);
}
.ir_kv .box {padding: 195px 30px 0;}
.ir_kv .box .logo {
  width: 400px;
  max-width: 40%;
  margin: 0 0 40px;
}
.ir_kv .box .logo img {
  filter: drop-shadow(0 0 7px rgba(0,0,0,0.75));
}
.ir_kv .box h1 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.9;
  color: #fff;
}
.ir_kv .box h1 > span {
  display: block;
  font-size: 12px;
}
.ir_kv .box .sw_img {
  position: absolute;
  top: 195px;
  right: 30px;
}
.ir_kv .sw_img figure {
  margin: 0 0 20px;
  transition: 0.5s;
}
.ir_kv .sw_img a:hover figure {
  opacity: 0.5;
}
.ir_kv .sw_img figure + p {
  color: #fff;
  font-size: 16px;
  transition: 0.3s;
}
.ir_kv .sw_img a:hover figure + p {color: #c43c84;}
.ir_kv .scroll {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.ir_kv .scroll > p {
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.3;
}
.ir_kv .scroll > p a {
  color: #b3b3b3;
  cursor: pointer;
  transition: 0.3s;
}
.ir_kv .scroll > p a:hover {
  color: #c43c84;
}

/*news*/
.news.ir {padding: 20px 0 0;}

/*banner*/
.bottom_banner.irtop {
  clear: both;
  padding: 90px 0 150px;
}
.bottom_banner.irtop .img_list {margin: 0;}
.bottom_banner.irtop .img_list > li > a > h2 {transition: 0.3s;}
.bottom_banner.irtop .img_list > li > a:hover > h2 {color: #c43c84;}
.bottom_banner.irtop .img_list > li > .link_list {
  position: static;
  display: block;
}
.bottom_banner.irtop .img_list > li > .link_list ul {margin: 0;}
.bottom_banner.irtop .img_list > li > .link_list ul li a {
  display: block;
  font-size: 14px;
}

/* -----------------------------------------------------------
 IR
----------------------------------------------------------- */
.kv_s {
  position: relative;
  width: 100%;
  height: 300px;
  z-index: 1;
  margin: 0 0 55px;
  overflow: hidden;
}
.kv_s #pankuzu_top {
  position: absolute;
  top: 95px;
  left: 0;
  width: 100%;
  height: 45px;
  background: rgba(255, 255, 255, 0.7);
  z-index: 3;
}
.kv_s #pankuzu_top ul.cf {
  width: 100%;
  padding: 0 40px;
}
.kv_s #pankuzu_top ul.cf > li {
  display: inline-block;
  font-size: 12px;
  line-height: 45px;
  color: #000;
  margin: 0 1em 0 0;
}
.kv_s #pankuzu_top ul.cf > li:not(:last-of-type):after {
  content: "＞";
  color: #8A8A8A;
  font-size: 12px;
  margin: 0 0 0 1em;
}
.kv_s #pankuzu_top ul.cf > li:last-of-type {
  margin: 0;
}

.kv_s > figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.kv_s > figure > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.kv_s > .box {
  padding: 190px 30px 0;
  z-index: 2;
}
.kv_s > .box h1 {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.6;
  color: #fff;
  text-shadow: 0px 0px 7px rgb(0 0 0 / 75%);
}
.kv_s > .box h1 > span {
  display: block;
  font-weight: 300;
  font-size: 14px;
}

article.main_cont {
  float: left;
  width: calc(100% - 270px);
  padding: 60px 0 110px;
  border-top: 2px solid #00417B;
  overflow: hidden;
}
article.main_cont.single {
  float: none;
  width: 100%;
  padding: 20px 0 100px;
  overflow: visible;
}
article.main_cont.figure {
  padding: 0 0 110px;
  border-top: none;
}

#sh_contents_btn_about {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 0 30px;
}
#sh_contents_btn_about:last-of-type {
  margin: 0;
}
#sh_contents_btn_about a {
  display: block;
  width: 100%;
  border: 1px solid #C8C8C8;
  padding: 25px 25px 70px;
  transition: 0.3s;
}
#sh_contents_btn_about a:hover {
  background: #E5ECF2;
  transition: 0.3s;
}
#sh_contents_btn_about a .title {
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  color: #00417B;
  margin: 0 0 20px;
}
#sh_contents_btn_about a .caption {
  display: block;
  line-height: 1.7;
  color: #444444;
}
#sh_contents_btn_about a .readmore {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 45px;
  background: #EFF3F4;
  z-index: 1;
  border: 1px solid #C8C8C8;
  margin: 0;
  border-top: none;
  transition: 0.3s;
}
#sh_contents_btn_about a:hover .readmore {
  background: #DAE4E5;
}
#sh_contents_btn_about a .readmore > span {
  display: inline-block;
  position: absolute;
  bottom: 30px;
  right: 30px;
  font-size: 16px;
  color: #fff;
  line-height: 1.3;
  background: #CDCDCD;
  padding: 5px 10px;
}


/*side nav*/
nav.side {
  float: right;
  width: 220px;
  overflow: hidden;
  padding: 0 0 110px;
}
nav.side #leftnavi {
  line-height: 1.5;
  color: #5E5E5E;
  font-weight: 500;
}
nav.side #leftnavi .snavittl {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background: #8A8A8A;
  padding: 14px 18px;
}
nav.side #leftnavi > ul {
}
nav.side #leftnavi > ul > li {
  border-bottom: 1px solid #C8C8C8;
}
nav.side #leftnavi > ul > li > a {
  position: relative;
  display: block;
  width: 100%;
  font-size: 14px;
  background: #EEEEEE;
  padding: 17px 18px;
}
nav.side #leftnavi > ul > li > a.current {color: #c43c84;}
nav.side #leftnavi > ul > li > a::after {
  content: "▼";
  position: absolute;
  top: 19px;
  right: 10px;
  color: #8A8A8A;
  font-size: 12px;
  margin: auto;
  transform: rotate(-90deg);
  transition: 0.5s;
}
nav.side #leftnavi.no_ac > ul > li > a::after {
  content: none;
}
nav.side #leftnavi > ul > li > a.current::after {color: #c43c84;}
nav.side #leftnavi > ul > li > a.current::after {
  transform: rotate(0);
}
nav.side #leftnavi > ul > li > .sub_nav {
  display: none;
}
nav.side #leftnavi > ul > li > a.current + .sub_nav {
  display: block;
}
nav.side #leftnavi > ul > li > .sub_nav > li {
  border-top: 1px dashed #C8C8C8;
}
nav.side #leftnavi > ul > li > .sub_nav > li > a {
  display: block;
  width: 100%;
  font-size: 12px;
  padding: 18px 30px;
  padding-right: 0;
}
nav.side #leftnavi > ul > li > .sub_nav > li > a.current {color: #c43c84;}


@media screen and (max-width: 960px){
  /*main contents*/
  article.main_cont {
    float: none;
    width: 100%;
    padding: 60px 0 70px;
  }
  /*side nav*/
  nav.side {
    float: none;
    width: 100%;
    padding: 0 0 120px;
  }
}



/*bottom_banner*/
.bottom_banner.ir {
  clear: both;
  padding: 90px 0 150px;
  border-top: 1px solid #b3b3b3;
}
.home .bottom_banner.ir {
  display: none;
}
.bottom_banner.ir .img_list {margin: auto;}
.bottom_banner.ir .img_list > li.movie::before,
.bottom_banner.ir .img_list > li.movie::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 78.667px;
  height: 46.2371px;
  background: url(../img/ir/movie_before.svg) no-repeat center center / 100% 100%;
  filter: drop-shadow(0 0 7px rgba(0,0,0,0.75));
  transition: 0.3s;
  pointer-events: none;
}
.bottom_banner.ir .img_list > li.movie::after {
  background: url(../img/ir/movie_before_hover.svg) no-repeat center center / 100% 100%;
  opacity: 0;
}
.bottom_banner.ir .img_list > li.movie:hover::before {opacity: 0;}
.bottom_banner.ir .img_list > li.movie:hover::after {opacity: 1;}
.bottom_banner.ir .img_list > li > a h2 {
  line-height: 1.2;
  transition: 0.3s;
}
.bottom_banner.ir .img_list > li > a h2 > span {transition: 0.3s;}
.bottom_banner.ir .img_list > li.movie > a h2 > span {transition: none;}
.bottom_banner.ir .img_list > li > a:hover h2,
.bottom_banner.ir .img_list > li > a:hover h2 > span {color: #c43c84;}
.bottom_banner.ir .img_list > li > a h2 > span {margin: 8px 0 0;}
.bottom_banner.ir .img_list > li .btn_more {
  position: absolute;
  bottom: 30px;
  left: 30px;
}

/* -----------------------------------------------------------
 company
----------------------------------------------------------- */
.subpage_list {
  display: flex;
  flex-wrap: wrap;
}
.subpage_list li {
  width: 48%;
  margin: 0 4% 80px 0;
}
.subpage_list li:last-of-type {
  margin-bottom: 100px;
}
.subpage_list li:nth-of-type(2n) {
  margin-right: 0;
}
.subpage_list li a {
  display: block;
  width: 100%;
}
.subpage_list li a figure {
  width: 100%;
  height: 300px;
  margin: 0 0 20px;
  border: 1px solid #c8c8c8;
  overflow: hidden;
}
.subpage_list li a figure > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.subpage_list li a:hover figure > img {
  transform: scale(1.2);
}
.subpage_list li a h2 {
  color: #00417b;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
  margin: 0 0 10px;
  transition: 0.3s;
}
.subpage_list li a:hover h2 {
  color: #c43c84;
}
.subpage_list li.pre a {
  pointer-events: none;
}
.subpage_list li.pre a figure > img {
  opacity: 0.5;
}
.subpage_list li.pre a:hover figure > img {
  transform: scale(1);
}
.subpage_list li.pre a h2 {
  color: #888888;
}
.subpage_list li.pre a:hover h2 {
  color: #888888;
}

/*Message*/
.message .main_cont figure.top {
  width: 100%;
  margin: 0 0 55px;
}
.message .main_cont p.ceo {
  margin: 55px 0 0;
}
.message .main_cont p.ceo img {
  margin: 15px 0 0;
}
/*philosophy*/
.philosophy .main_cont h2 {
  font-size: 60px;
  text-align: center;
  margin: 0 auto 75px;
}
.philosophy .main_cont h2 span {
  display: block;
  font-size: 30px;
}
.philosophy .mission {
  position: relative;
}
.philosophy .mission:first-of-type {
  margin: 0 0 60px;
}
.philosophy .mission > img {
  width: 100%;
}
.philosophy .mission .mission_cont {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.philosophy .mission .mission_cont h3 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;  
  text-shadow: 0px 0px 10px rgba(0, 65, 123, 0.8);
  margin: 0 0 30px;
}
.philosophy .mission .mission_cont h3 span {
  display: block;
  font-size: 18px;
}
.philosophy .mission .mission_cont p {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}
/*profile*/
.profile .main_cont {
  padding-top: 0;
}
.profile .main_cont > table {
}
.profile .main_cont > table tr {
  border-bottom: 1px dashed #8a8a8a;
}
.profile .main_cont > table tr th {
  width: 185px;
  text-align: left;
  vertical-align: top;
  color: #8a8a8a;
  font-weight: 400;
  padding: 13px 20px;
}
.profile .main_cont > table tr td {
  padding: 13px 20px 13px 0;
  color: #696969;
}
.profile .main_cont > table tr a {
  text-decoration: underline;
}

.profile .main_cont table.indent tr {
  border-bottom: none
}
.profile .main_cont table.indent tr th {
  width: auto;
  color: #696969;
  padding: 0 20px 0 0;
}
.profile .main_cont table.indent tr td {
  padding: 0;
}
/*history*/
.history .main_cont {
  padding: 20px 0 100px;
}
.history .main_cont h2 {
  margin: 0 0 50px;
}
.history_table {
  position: relative;
  border-top: 1px solid #c8c8c8;
}
.history_table .history_list {
  position: relative;
  display: flex;
  line-height: 2;
  border-bottom: 1px dashed #8a8a8a;
  padding: 13.9px 8px;
  margin-left: 40px;
}
.history_table .history_list::before,
.history_table .history_bar {
  content: "";
  position: absolute;
  top: 15px;
  left: -20px;
  width: 5px;
  height: 100%;
  background: url(../img/company/history_before.png) repeat-y center top / 100% auto;
  z-index: -1;
}
.history_table .history_bar {
  left: 20px;
  background: #fff;
  transform: scaleY(1);
  transform-origin: bottom;
  z-index: 0;
}
.history_table .history_list.active::after {
  transform: scaleY(0);
}
.history_table .history_list .year {
  width: 70px;
  color: #00417b;
  font-weight: 900;
}
.history_table .history_list .year::after {
  content: "●";
  position: absolute;
  top: 14px;
  left: -25px;
  font-size: 14px;
  font-weight: 900;
  color: #2487d1;
  transform: scale(0);
  transition: transform 0.3s;
}
.history_table .history_list.active .year::after {
  transform: scale(1);
}
.history_table .history_list .month {
  width: calc(100% - 70px);
}
.history_table .history_list .month dl.month_cont {
  display: flex;
}
.history_table .history_list .month dl.month_cont:not(:last-of-type) {
  border-bottom: 1px solid #eaeaea;
  padding: 0 0 13.9px;
}
.history_table .history_list .month dl.month_cont:not(:first-of-type) {
  padding: 13.9px 0 0;
}
.history_table .history_list .month dl.month_cont:nth-child(n+2):nth-last-child(n+2) {
  padding: 13.9px 0;
}
.history_table .history_list .month dl.month_cont dt {
  width: 40px;
  text-align: right;
  color: #2487d1;
}
.history_table .history_list .month dl.month_cont dd {
  width: calc(100% - 40px);
  color: #696969;
  padding: 0 0 0 50px;
}


/* -----------------------------------------------------------
 SDGs
----------------------------------------------------------- */
.sdgs article.main_cont.single {
  padding: 20px 0 110px;
}
.sdgs .lead {
  margin-bottom: 85px;
}
.sdgs .lead02 {
  font-size: 18px;
  line-height: 1.7;
  font-weight: 600;
  color: #444;
}
.sdgs .main_cont h3 {
  margin-top: 80px;
}
.main_cont .flex_cont {
  display: flex;
}
.main_cont .flex_cont > div:not(:last-of-type) {
  margin-right: 3px;
}
.main_cont .flex_cont > div > img {
  display: block;
  width: 100%;
}
/* -----------------------------------------------------------
 news
----------------------------------------------------------- */
.news_page .main_cont.single {
  padding: 20px 0 110px;
}
.news_page .main_cont.single h3 {
  font-size: 21px;
  font-weight: 500;
  margin: 50px 0 30px;
  padding: 0 0 8px;
  border-bottom: 2px solid #00417b;
}
.news_page .archive_link {
  font-size: 0;
  margin: 0 0 75px;
}
.news_page .archive_link li {
  display: inline-block;
  margin: 0 30px 0 0;
}
.news_page .archive_link li:last-of-type {
  margin: 0;
}
.news_page .archive_link li a {
  font-size: 18px;
  color: #000;
  text-decoration: underline;
}
.news_page .archive_link li a:hover {
  color: #c43c84;
  text-decoration: underline;
}
.news_page .archive_link li a.current {
  color: #c43c84;
  text-decoration: none;
  pointer-events: none;
}

.news_page .news_tab {
  display: flex;
}
.news_page .news_tab li {
  width: 100%;
  border: 1px solid #c8c8c8;
  border-right: none;
  background: #eeeeee;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  padding: 13px 10px;
  cursor:pointer;
  transition: color 0.3s;
}
.news_page .news_tab li:hover {
  color: #c43c84;
}
.news_page .news_tab li:last-of-type {
  border-right: 1px solid #c8c8c8;
}
.news_page .news_tab li.active {
  background: #fff;
  border-bottom: none;
  color: #c43c84;
}

.news_page .news {
  padding: 20px 0 35px;
}
.news_page .tab_area {
  display: none;
}
.news_page .tab_area.active {
  display: block;
}
.news_page .news .news_more {
  top: 3px;
}
.news_page .main_cont.single .tab_area h3 {
  margin: 30px 0 0;
}

.news_page .gray > a {
  text-decoration: underline;
  color: #696969;
}
.news_page .gray > a:hover {
  color: #c43c84;
}

/* -----------------------------------------------------------
 contact
----------------------------------------------------------- */
/*reset*/
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type='checkbox'],
input[type='radio'] {
  display: none;
}

input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}


.contact .form {
  padding: 80px 0 0;
}
.contact .form h3 {
  font-size: 21px;
  margin: 50px 0 20px;
}
.contact .form h3 span {
  font-size: 14px;
  vertical-align: middle;
  color: #ff2f2f;
  font-weight: 400;
  margin-left: 10px;
  display: inline-block;
}
.contact .form ul {
  margin: 0 0 65px;
}
.contact .form ul li:first-child h3 {
  margin-top: 0;
}
.contact .form ul li p.select {
  position: relative;
}
.contact .form ul li p.select::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  width: 25px;
  height: 16.75px;
  background: url(../img/page/contact_arrow.svg) no-repeat center center / 100% 100%;
  margin: auto;
  color: #8a8a8a;
  font-size: 21px;
  pointer-events: none;
}
.contact .form ul li select {
  width: 100%;
  padding: 1.1em 1em;
  font-size: 16px;
  color: #000;
  border: 1px dashed #9b9b9b;
  cursor: pointer;
}
.contact .form ul li select::-ms-expand {
  display: none;
}
.contact .form ul li input,
.contact .form ul li textarea {
  width: 100%;
  padding: 1.1em 1em;
  font-size: 16px;
  color: #000;
  border: 1px dashed #9b9b9b;
}
.contact .form ul li textarea {
  min-height: 350px;
}
.contact .form ul li input::placeholder,
.contact .form ul li textarea::placeholder {
  color: #aaaaaa;
}
.contact .form .center {text-align: center;}
.contact .form .btn_contact {
  display: block;
  width: 300px;
  text-align: center;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  padding: 17px 0.5em;
  background: #00417b;
  margin: auto;
  transition: 0.3s;
}
.contact .form .btn_contact:hover {
  opacity: 0.5;
}
.contact .form .btn_contact span {
  color: #2487d1;
}
.contact .form .btn_contact.cancel {
  background: #9b9b9b;
  color: #fff;
}
.contact .form .btn_contact.cancel span {
  color: #fff;
}
.contact .form .row_btn {
  text-align: center;
  margin: auto;
}
.contact .form .row_btn li {
  display: inline-block;
}
.contact .form .row_btn li:not(:last-of-type) {
  margin: 0 70px 0 0;
}
.contact .preline {
  white-space: pre-line;
}


/* -----------------------------------------------------------
 irc_sitemap
----------------------------------------------------------- */
.irc_sitemap {
  border-bottom: 1px dashed #8a8a8a;
  margin: 0 0 120px;
}
.irc_sitemap li {
  padding: 15px 20px;
  border-bottom: 1px dashed #8a8a8a;
}
.irc_sitemap li:last-child {
  border-bottom: none;
}
.irc_sitemap li.group {
  border-bottom: none;
}
.irc_sitemap li.group + li {
  border-top: 1px dashed #8a8a8a;
}
.irc_sitemap li a {
  display: block;
  font-size: 14px;
  color: #696969;
}
.irc_sitemap li a:hover {
  color: #c43c84;
}
.irc_sitemap li a.pre {
  color: #aaaaaa;
}
.irc_sitemap li.irc_sitemap_top {
  background: #eeeeee;
  border-top: 2px solid #00417b;
}
.irc_sitemap li.irc_sitemap_top a {
  font-weight: 700;
}
.irc_sitemap li.irc_sitemap_lv1 {
  margin: 0 0 0 12.75%;
}
.irc_sitemap li.irc_sitemap_lv1 a {
  font-weight: 500;
}
.irc_sitemap li.irc_sitemap_lv2 {
  margin: 0 0 0 35.71%;
}
.irc_sitemap li.irc_sitemap_lv3 {
  margin: 0 0 0 58.67%;
}

.irc_rightnavi {
    width: 220px;
}

.privacy .main_cont h4 {
  font-size: 18px;
  color: #333333;
  line-height: 1.4;
  font-weight: 700;
  margin: 40px 0 20px;
  padding: 0;
  background: none;
}
/* -----------------------------------------------------------
 sub
----------------------------------------------------------- */

.main_cont h2 {
  font-size: 30px;
  color: #00417b;
  line-height: 1.4;
  font-weight: 700;
  margin: 40px 0 23px;
}
.main_cont h3 {
  font-size: 24px;
  color: #00417b;
  line-height: 1.4;
  font-weight: 700;
  margin: 40px 0 20px;
}
.main_cont h4 {
  font-size: 20px;
  color: #333333;
  line-height: 1.4;
  font-weight: 700;
  margin: 40px 0 20px;
  padding: 19px 17px;
  background: #f2f2f2
}
.main_cont h5 {
  font-size: 18px;
  color: #333333;
  line-height: 1.4;
  font-weight: 700;
  margin: 40px 0 20px;
}
.main_cont h6 {
  font-size: 16px;
  color: #333333;
  line-height: 1.4;
  font-weight: 700;
  margin: 30px 0 15px;
}
.main_cont p {
  margin: 15px 0;
}
.main_cont p.right {
  text-align: right;
}
.main_cont p.center {
  text-align: center;
}
.main_cont p.indent {
  padding-left:1.5em;
  text-indent:-1.5em;
}
.main_cont p > a {
  text-decoration: underline;
}
.main_cont span.name {
  font-size: 24px;
}
  
.main_cont > *:first-child {
  margin-top: 0;
}

.main_cont hr {
  border: 1px solid #00417b;
  margin: 100px 0 20px;
}
.main_cont hr.short {
  margin: 0;
  width: 50px;
  border: solid 1px #ddd;
}

.main_cont ul.disc {
  padding-left: 1.5em;
}
.main_cont ul.disc li {
  list-style-type: disc;
}
.main_cont .box-attention {
  border: solid 1px #ddd;
  padding: 30px;
}
.main_cont .box-attention > *:first-child {
  margin-top: 0;
}
.main_cont .box-attention > *:last-child {
  margin-bottom: 0;
}
.main_cont ul.square {
  padding-left: 1.2em;
  text-indent: -1.2em;
}
.main_cont ul.square li::before {
  content: "■ ";
  color: #00417b;
}
.main_cont span.small {font-size: 12px;}
.main_cont span.right {
  display: block;
  text-align: right;
}
.main_cont .pdf {
  position: relative;
  display: block;
  width: 100%;
  background: #eeeeee;
  border: 1px solid #c8c8c8;
}
.main_cont .pdf::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 14px;
  width: 33px;
  height: 36px;
  background: url(../img/common/pdf_icon.svg) no-repeat center center / 100% 100%;
  margin: auto;
}
.main_cont .pdf a {
  display: block;
  width: 100%;  
  padding: 16px 16px 16px 60px;
}
.main_cont .pdf a > p {
  font-size: 16px;
  line-height: 1.7;
  color :#000;
  margin: 0;
  transition: 0.3s;
}
.main_cont .pdf a > p > span {
  font-size: 14px;
  color: #444444;
  margin: 0 0 0 25px;
  transition: 0.3s;
}
.main_cont .pdf a:hover > p,
.main_cont .pdf a:hover > p > span {
  color: #c43c84;
}


.main_cont .privacy_cont {
  display: flex;
  align-items: center;
  background: #C4DAE9;
  padding: 25px;
  margin: 30px 0 0;
}
.main_cont .privacy_cont > figure {
  position: relative;
  width: 141px;
  height: 141px;
  background: #fff;
  z-index: 1;
  margin: 0 40px 0 0;
}
.main_cont .privacy_cont > figure img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 80%;
  height: 80%;
  margin: auto;
}
.main_cont .privacy_cont > p {
  line-height: 2.3;
  width: calc(100% - 181px)
}



@media screen and (min-width: 768px) {
  
  .editor_contents a[target="_blank"] {} 
  .editor_contents a[href$=".pdf"] {}   
  
}