@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700&display=swap');
/* --------------------------------

Primary style

-------------------------------- */
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*::after, *::before {
  content: none;
}

body {
  font-family: Usual, 'Noto Sans JP', sans-serif;
  font-size: 1rem;
  -webkit-text-size-adjust: 100%;
  line-height: 1;
  letter-spacing: .05em;
  color: #525766;
  overflow-wrap: anywhere; /* 収まらない場合に折り返す */
  word-break: normal; /* 単語の分割はデフォルトに依存 */
  line-break: strict; /* 禁則処理を厳格に適用 */
}

a:not(.original-style) {
  color: #525766;
  text-decoration: none;
  transition: all .5s ease;
}

.clearfix{clear: both;}

.hidden{display: none;}

.top-slide-box > li:not(:first-child){
  display: none;
}

html {
    --color-oxford-blue:#002855;
    --color-saphire-blue:#0067a5;
    --color-roman-silver:#7e8597;
    --color-tufts-blue:#508bc9;
    --color-independence:#525766;
    --color-merallic-sunburst:#8c7337;
    --color-maximum-green:#508225;
    --color-metallic-seaweed:#1f808f;
    --color-bg: #ffffff;
    --color-bg-90: rgba(255, 255, 255, .9);
    --color-bg-component: #ffffff;
    --color-bg-footer:#525766; 
    --color-headings: #0067a5;
    --color-text: #525766;
    --color-selection-bg: #0067a5;
    --color-selection-text: #ffffff;
    --color-links: #0067a5;
    --color-links-active: #002855;
    --color-links-attn: #002855;
    --color-links-attn-bg: #0067a5;
    --color-links-visited: #0067a5;
    --color-links-outline: #0067a5;
    --color-border: rgba(0, 0, 0, .2);
    --color-border-50: rgba(0, 0, 0, .1);
    --color-btn: #ffffff;
    --color-btn-bg: #0067a5;
    --color-btn-active-bg: #00578c;
    --color-btn-attn: #ffffff;
    --color-btn-attn-bg: #00578c;
    --color-btnsec: #0067a5;
    --color-btnsec-bg: #ffffff;
    --color-btnsec-attn: #ffffff;
    --color-btnsec-attn-bg: #0067a5;
    --color-btn-disabled: #6D7588;
    --color-btn-disabled-bg: #a5aab6;
    --color-field: #464646;
    --color-field-bg: #ffffff;
    --color-field-border: var(--color-border);
    --color-tick-bg: #0067a5;
    --color-tick-shadow: rgba(0, 103, 165, .55);
    --color-tick-bg-attn: rgba(0, 0, 0, .1);
    --color-field-icon: #525766;
    --color-field-placeholder: #767676;
    --swiper-navigation-color: #525766;
    --swiper-pagination-color: #525766;
    --swiper-theme-color: #525766;
    --color-ranking-table-bg: #f5f5fa;
    --color-table-highlight-bg: #c7e1fd;
    background: var(--color-bg);
    color: var(--color-text);
    border-color: var(--color-border);
}

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

width

-------------------------------- */
.width90{width: 90%; margin:0 auto 0;}
.width85{width: 85%; margin:0 auto 0;}
.width80{width: 80%; margin:0 auto 0;}
.width75{width: 75%; margin:0 auto 0;}
.width70{width: 70%; margin:0 auto 0;}
.width65{width: 65%; margin:0 auto 0;}
.width60{width: 60%; margin:0 auto 0;}
.width55{width: 55%; margin:0 auto 0;}
.width50{width: 50%; margin:0 auto 0;}


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

margin / padding

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

.mt5{margin-top: 5px !important}
.mt10{margin-top: 10px !important}
.mt15{margin-top: 15px !important}
.mt20{margin-top: 20px !important}
.mt30{margin-top: 30px !important}
.mt40{margin-top: 40px !important}
.mt50{margin-top: 50px !important}
.mt60{margin-top: 60px !important}
.mt70{margin-top: 70px !important}
.mt80{margin-top: 80px !important}
.mt90{margin-top: 90px !important}
.mt100{margin-top: 100px !important}

.mb5{margin-bottom: 5px !important}
.mb10{margin-bottom: 10px !important}
.mb15{margin-bottom: 15px !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}

.ml5{margin-left: 5px !important}
.ml10{margin-left: 10px !important}
.ml15{margin-left: 15px !important}
.ml20{margin-left: 20px !important}
.ml30{margin-left: 30px !important}
.ml40{margin-left: 40px !important}
.ml50{margin-left: 50px !important}
.ml60{margin-left: 60px !important}
.ml70{margin-left: 70px !important}
.ml80{margin-left: 80px !important}
.ml90{margin-left: 90px !important}
.ml100{margin-left: 100px !important}

.mr5{margin-right: 5px !important}
.mr10{margin-right: 10px !important}
.mr15{margin-right: 15px !important}
.mr20{margin-right: 20px !important}
.mr30{margin-right: 30px !important}
.mr40{margin-right: 40px !important}
.mr50{margin-right: 50px !important}
.mr60{margin-right: 60px !important}
.mr70{margin-right: 70px !important}
.mr80{margin-right: 80px !important}
.mr90{margin-right: 90px !important}
.mr100{margin-right: 100px !important}

.pt5{padding-top: 5px !important}
.pt10{padding-top: 10px !important}
.pt15{padding-top: 15px !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}

.pb5{padding-bottom: 5px !important}
.pb10{padding-bottom: 10px !important}
.pb15{padding-bottom: 15px !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}

.pl5{padding-left: 5px !important}
.pl10{padding-left: 10px !important}
.pl15{padding-left: 15px !important}
.pl20{padding-left: 20px !important}
.pl30{padding-left: 30px !important}
.pl40{padding-left: 40px !important}
.pl50{padding-left: 50px !important}
.pl60{padding-left: 60px !important}
.pl70{padding-left: 70px !important}
.pl80{padding-left: 80px !important}
.pl90{padding-left: 90px !important}
.pl100{padding-left: 100px !important}

.pr5{padding-right: 5px !important}
.pr10{padding-right: 10px !important}
.pr15{padding-right: 15px !important}
.pr20{padding-right: 20px !important}
.pr30{padding-right: 30px !important}
.pr40{padding-right: 40px !important}
.pr50{padding-right: 50px !important}
.pr60{padding-right: 60px !important}
.pr70{padding-right: 70px !important}
.pr80{padding-right: 80px !important}
.pr90{padding-right: 90px !important}
.pr100{padding-right: 100px !important}

.pdg5{padding: 5px;}
.pdg10{padding: 10px;}
.pdg20{padding: 20px;}
.pdg40{padding: 30px;}
.pdg30{padding: 40px;}
.mgn5{margin:5px;}
.mgn10{margin:10px;}
.mgn20{margin:20px;}
.mgn30{margin:40px;}
.mgn40{margin:30px;}
/* --------------------------------

text

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

/*--size--*/
.txt-10{font-size: 0.625rem; line-height: 1.7;}
.txt-12{font-size: 0.75rem; line-height: 1.7;}
.txt-14{font-size: 0.875rem; line-height: 1.7;}
.txt-16{font-size: 1rem; line-height: 1.7;}
.txt-18{font-size: 1.125rem; line-height: 1.7;}
.txt-20{font-size: 1.25rem; line-height: 1.7;}
.txt-22{font-size: 1.375rem; line-height: 1.7;}
.txt-24{font-size: 1.5rem; line-height: 1.7;}
.txt-26{font-size: 1.625rem; line-height: 1.7;}
.txt-28{font-size: 1.75rem; line-height: 1.7;}
.txt-30{font-size: 1.875rem; line-height: 1.7;}
.txt-32{font-size: 2rem; line-height: 1.7;}
.txt-34{font-size: 2.125rem; line-height: 1.7;}
.txt-36{font-size: 2.25rem; line-height: 1.7;}

/*--font--*/
.txt-nomal {font-weight: normal;}
.txt-bold  {font-weight: 500;}

/*--color--*/
.txt-oxford-blue{color: #002855;}
.txt-saphire-blue{color: #0067a5;}
.txt-white  {color: #FFFFFF;}
.txt-gray  {color: #999999;}
.txt-black  {color: #000000;}
.txt-red {color: #f20000;}
a.white-text-link{
  color: #FFF;
}
/*--align--*/
.al-left{text-align: left;}
.al-center{text-align: center;}
.al-right {text-align: right;}

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

background-color

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

.bg-oxford-blue {background-color: #002855;}
.bg-saphire-blue {background-color: #0067a5;}
.bg-light-blue {background-color: #f5f5fa;}
.bg-white {background-color: #FFFFFF;}
.bg-gray {background-color: #cccccc;}
.bg-black {background-color: #000000;}

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

background-shadow

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

.bg-shadow_in {box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.2) inset;}
.bg-shadow_out{box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);}


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

border

-------------------------------- */
.blue-line{
  width: 100%;
  display: block;
  border-top: 1px solid #0067a5;
  margin: 10px 0px 18px 0px;
}

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

アイコン

-------------------------------- */
.cat-icon{
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1;
  color: #fff;
  background-color: #5088C9;
  padding: 5px 10px;
  border-radius: 4px;
}


.icon-sector-report,
.icon-industrials,
.icon-energy,
.icon-consumer-food-retail,
.icon-financial-sponsors-coverage,
.icon-technology,
.icon-business-services,
.icon-financial-services,
.icon-real-estate-hotels-and-leisure,
.icon-healthcare,
.icon-event,
.icon-succession,
.icon-sector{
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1;
  color: #fff;
  background-color: #5088C9;
  padding: 5px 10px;
  border-radius: 4px;
}

.icon-knowledge{
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1;
  color: #fff;
  background-color: #5C8225;
  padding: 5px 10px;
  border-radius: 4px;
}


.icon-series{
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1;
  color: #fff;
  background-color: #B54E15;
  padding: 5px 10px;
  border-radius: 4px;
}

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

image

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

.img-fit{
  width: 100%;
  text-align: center;
  border:0;
  position: relative;
}

.img-fit img{
  width: 100%;
  height: auto;
  vertical-align: top;

}


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

video

-------------------------------- */
.video-wrap{
  width: 85%;
  max-width: 960px;
  margin:0 auto 0;
}

.video-fit {
  position: relative;
  width:100%; /* 横幅は100%にしておく(ここを変えたい場合は実装コード2の方法を確認してください) */
  height:0; /* 高さは0にしておく(padding-topで高さを指定するため) */
  padding-top: 56.25%; /* 高さを指定(16:9) */
}

.video-fit iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



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

pagetop

-------------------------------- */
.pagetop{
  font-size: 42px;
  position: fixed;
  bottom:10px;
  right: 20px;
  z-index: 995;
  transition: all .5s ease;
}

.pagetop:hover{
  position: fixed;
  bottom:20px;
}

.pagetop a{
  color: #525766;
  transition: all .5s ease;
}


.ungle-top{
  font-size: 42px;
}

.ungle-top a{
  color: #ffa800;
}


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

パンくず

-------------------------------- */
.breadcrumbs{
  font-size: 0.75rem;
  line-height: 1.5;
}

.breadcrumbs a{
  text-decoration: underline;
}

.breadcrumbs a:hover{
  color: #f15a25;
}


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

ボタン

-------------------------------- */
a.btn-square{
  width: 100%;
  display: block;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #0067a5;
  background-color: #f5f5fa;
  padding: 15px;
}

a.btn-square:hover{
  color: #FFF;
  background-color: #0067a5;
}


a.link-btn-left{
  width: 250px;
  font-size: 1rem;
  line-height: 1;
  display: block;
  color: #0067a5;
  text-align: center;
  border:1px solid #0067a5;
  border-radius: 200px;
  padding: 15px 0px;
  position: relative;
}

a.link-btn-left i{
  position: absolute;
  right: 20px;
  transition: all .2s ease;
}

a.link-btn-left:hover{
  background-color: #0067a5;
  color: #fff;
}

a.link-btn-left:hover i{
  position: absolute;
  right: 15px;
}

a.link-btn-left-white{
  width: 250px;
  font-size: 1rem;
  line-height: 1;
  display: block;
  color: #fff;
  text-align: center;
  border:1px solid #fff;
  border-radius: 200px;
  padding: 15px 0px;
  position: relative;
}

a.link-btn-left-white i{
  position: absolute;
  right: 20px;
  transition: all .2s ease;
}

a.link-btn-left-white:hover{
  background-color: #fff;
  color: #0067a5;
}

a.link-btn-left-white:hover i{
  position: absolute;
  right: 15px;
}

a.link-btn-center{
  width: 300px;
  font-size: 1rem;
  line-height: 1;
  display: block;
  color: #0067a5;
  text-align: center;
  border:1px solid #0067a5;
  border-radius: 200px;
  padding: 15px 0px;
  margin:0 auto 0;
  position: relative;
}

a.link-btn-center i{
  position: absolute;
  right: 20px;
  transition: all .2s ease;
}

a.link-btn-center:hover{
  background-color: #0067a5;
  color: #fff;
}

a.link-btn-center:hover i{
  position: absolute;
  right: 15px;
}

a.link-btn-center-white{
  width: 300px;
  font-size: 1rem;
  line-height: 1;
  display: block;
  color: #fff;
  text-align: center;
  border:1px solid #fff;
  border-radius: 250px;
  padding: 15px 0px;
  margin:0 auto 0;
  position: relative; 
}

a.link-btn-center-white i{
  position: absolute;
  right: 20px;
  transition: all .2s ease;
}

a.link-btn-center-white:hover{
  background-color: #fff;
  color: var(--color-links);
}

a.link-btn-center-white:hover i{
  position: absolute;
  right: 15px;
}

a.link-btn-right{
  width: 250px;
  font-size: 1rem;
  line-height: 1;
  display: block;
  color: #0067a5;
  text-align: center;
  border:1px solid #0067a5;
  border-radius: 200px;
  padding: 15px 0px;
  margin-left: auto;
  margin-right: 0;
  position: relative;
}

a.link-btn-right i{
  position: absolute;
  right: 20px;
  transition: all .2s ease;
}

a.link-btn-right:hover{
  background-color: #0067a5;
  color: #fff;
}

a.link-btn-right:hover i{
  position: absolute;
  right: 15px;
}

a.link-btn-right-white{
  width: 250px;
  font-size: 1rem;
  line-height: 1;
  display: block;
  color: #fff;
  text-align: center;
  border:1px solid #fff;
  border-radius: 200px;
  padding: 15px 0px;
  margin-left: auto;
  margin-right: 0;
  position: relative;
}

a.link-btn-right-white i{
  position: absolute;
  right: 20px;
  transition: all .2s ease;
}

a.link-btn-right-white:hover{
  background-color: #fff;
  color: #0067a5;
}

a.link-btn-right-white:hover i{
  position: absolute;
  right: 15px;
}

a.regi-btn{
  width: 200px;
  color: #0067a5;
  text-align: center;
  display: block;
  border:1px solid #0067a5;
  border-radius: 100px;
  padding: 7px;
  position: relative;
}

a.regi-btn i{
  position: absolute;
  top:11px;
  right: 20px;
  transition: all .2s ease;
}

a.regi-btn:hover{
  background-color: #0067a5;
  color: #fff;
}

a.regi-btn:hover i{
  color: #FFF;
  position: absolute;
  right: 15px;
}

.more-btn{
  width: 300px;
  display: block;
  font-size: 1rem;
  line-height: 1;
  display: block;
  color: #0067a5;
  text-align: center;
  border:1px solid #0067a5;
  border-radius: 200px;
  padding: 15px 0px;
  margin:0 auto 0;
  cursor: pointer;
  position: relative;
  transition: all .5s ease;
}

.more-btn:hover{
  background-color: #0067a5;
  color: #fff;
}

button.submit-btn{
  width: 200px;
  color: #0067a5;
  text-align: center;
  display: block;
  border:1px solid #0067a5;
  background-color: #FFF;
  border-radius: 100px;
  padding: 10px 0px;
  position: relative;
  transition: all .5s ease;
}

button.submit-btn:hover{
  background-color: #0067a5;
  color: #fff;
}

button.clear-btn{
  width: 200px;
  font-size: 0.875rem;
  color: #0067a5;
  text-align: center;
  display: block;
  border:1px solid #0067a5;
  background-color: #FFF;
  border-radius: 100px;
  padding: 10px 0px;
  position: relative;
  transition: all .5s ease;
  cursor: pointer;
}

button.clear-btn:hover{
  background-color: #0067a5;
  color: #fff;
}

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

アニメーション

-------------------------------- */
.fadeIn{
animation-name:fadeInAnime;
animation-duration:1.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}



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

フォーム

-------------------------------- */
.flex-block{
  width: 100%;
  display: inline-flex;
  align-items: center;
}

.post-wrap label{
  font-size: 1rem;
  line-height: 1.5;
  padding-bottom: 5px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.post-wrap input[type="text"] {
/*  width: 100%;
  display: block;*/
  font-size: 16px;
  background-color: #fff;
  border: 1px solid #ccc;
  outline: none;
  padding: 10px;
}

.post-wrap input[type="email"] {
/*  width: 100%;
  display: block;*/
  font-size: 16px;
  background-color: #fff;
  border: 1px solid #ccc;
  outline: none;
  padding: 10px;
}

.post-wrap textarea {
  width: 50%;
  display: block;
  font-family: Usual, 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: normal;
  background-color: #fff;
  border: 1px solid #ccc;
  outline: none;
  padding: 10px;
}

@media screen and (max-width: 767px) {
.post-wrap input[type="text"] {
  width: 100%;
  display: block;
  font-size: 16px;
  background-color: #fff;
  border: 1px solid #ccc;
  outline: none;
  padding: 10px;
}


.post-wrap input[type="email"] {
  width: 100%;
  display: block;
  font-size: 16px;
  background-color: #fff;
  border: 1px solid #ccc;
  outline: none;
  padding: 10px;
}


.post-wrap textarea {
  width: 100%;
  display: block;
  font-family: Usual, 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: normal;
  background-color: #fff;
  border: 1px solid #ccc;
  outline: none;
  padding: 10px;
}

}

.post-wrap select{
  font-size: 1rem;
  padding: 10px;
}

.mailmagazine-block label{
  font-size: 1rem;
  line-height: 1.5;
  padding-bottom: 5px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.mailmagazine-block input[type="text"] {
/*  width: 100%;
  display: block;*/
  font-size: 16px;
  background-color: #fff;
  border: 1px solid #ccc;
  outline: none;
  padding: 10px;
}

.mailmagazine-block input[type="email"] {
/*  width: 100%;
  display: block;*/
  font-size: 16px;
  background-color: #fff;
  border: 1px solid #ccc;
  outline: none;
  padding: 10px;
}

.mailmagazine-block textarea {
  width: 50%;
  display: block;
  font-family: Usual, 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: normal;
  background-color: #fff;
  border: 1px solid #ccc;
  outline: none;
  padding: 10px;
}

@media screen and (max-width: 767px) {
.mailmagazine-block input[type="text"] {
  width: 100%;
  display: block;
  font-size: 16px;
  background-color: #fff;
  border: 1px solid #ccc;
  outline: none;
  padding: 10px;
}


.mailmagazine-block input[type="email"] {
  width: 100%;
  display: block;
  font-size: 16px;
  background-color: #fff;
  border: 1px solid #ccc;
  outline: none;
  padding: 10px;
}


.mailmagazine-block textarea {
  width: 100%;
  display: block;
  font-family: Usual, 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: normal;
  background-color: #fff;
  border: 1px solid #ccc;
  outline: none;
  padding: 10px;
}

}

#loading{
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.spinner{
  border:4px solid #f5f5fa;
  border-left-color:#0067a5;
  border-radius:50%;
  width:30px;
  height:30px;
  animation:spinner1 1.2s linear infinite
}

@keyframes spinner1{
  0%{
    transform:rotate(0)
  }
  100%{
    transform:rotate(360deg)
  }
}

/**
 * ==============================================
 * Dot Pulse
 * ==============================================
 */
.dot-pulse {
  position: relative;
  left: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #0067a5;
  color: #0067a5;
  box-shadow: 9999px 0 0 -5px;
  animation: dot-pulse 1.5s infinite linear;
  animation-delay: 0.25s;
}
.dot-pulse::before, .dot-pulse::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #0067a5;
  color: #0067a5;
}
.dot-pulse::before {
  box-shadow: 9984px 0 0 -5px;
  animation: dot-pulse-before 1.5s infinite linear;
  animation-delay: 0s;
}
.dot-pulse::after {
  box-shadow: 10014px 0 0 -5px;
  animation: dot-pulse-after 1.5s infinite linear;
  animation-delay: 0.5s;
}

@keyframes dot-pulse-before {
  0% {
    box-shadow: 9984px 0 0 -5px;
  }
  30% {
    box-shadow: 9984px 0 0 2px;
  }
  60%, 100% {
    box-shadow: 9984px 0 0 -5px;
  }
}
@keyframes dot-pulse {
  0% {
    box-shadow: 9999px 0 0 -5px;
  }
  30% {
    box-shadow: 9999px 0 0 2px;
  }
  60%, 100% {
    box-shadow: 9999px 0 0 -5px;
  }
}
@keyframes dot-pulse-after {
  0% {
    box-shadow: 10014px 0 0 -5px;
  }
  30% {
    box-shadow: 10014px 0 0 2px;
  }
  60%, 100% {
    box-shadow: 10014px 0 0 -5px;
  }
}

.pro-box{
  width: 100%;
  border-top:1px solid #ccc;
  margin:30px 0px;
}

.alert-danger {
        padding: 15px;
        border: 1px solid #f5c6cb;
        background: #f8d7da;
        border-radius: 5px;
        color: #721c24;
        position: fixed;
        left: 50%;
        top: 50%;
        transform: translateX(-50%)
                 translateY(-50%);
        animation: fadeInOut 1.5s forwards;
    }


.alert-success {
    padding: 15px;
    border: 1px solid #0067a5;
    background: #0067a5;
    border-radius: 5px;
    color: #FFF;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translateX(-50%)
             translateY(-50%);
    animation: fadeInOut 2s forwards;
}

@keyframes fadeInOut {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 1;
    }
    75% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/*.alert-success{
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #FFF;
  text-align: center;
  border:1px solid #0067a5;
  background-color: #0067a5;
  border-radius: 4px;
  padding: 15px 0px;
  margin:20px 0px;
}

.alert-danger{
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.5;
  text-align: center;
  border:1px solid #f20000;
  border-radius: 4px;
  padding: 15px 0px;
  margin:20px 0px;
}*/

.errors{
  font-size: 0.875rem;
  color: #f20000;
  margin-top: 5px;
}

.sector-title-insight{
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: bold;
  color: #0067a5;
}

.spec-area{
  width: 100%;
  font-size: 0.85rem;
  line-height: 1.5;
  padding: 10px 0px;
}

.spec-area-left{
  width: 50%;
  font-size: 0.85rem;
  line-height: 1.5;
  padding: 10px 0px;
  float: left;
}

.spec-area-right{
  width: 50%;
  font-size: 0.85rem;
  line-height: 1.5;
  background-color: #f2f2f2;
  padding: 10px;
  float: right;
}

.sector-table-area{
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}

.sector-table-area table{
width:100%;
}
.sector-table-area{
overflow: auto;　　　　/*tableをスクロールさせる*/
white-space: nowrap;　　/*tableのセル内にある文字の折り返しを禁止*/
}
.sector-table-area::-webkit-scrollbar{　　/*tableにスクロールバーを追加*/
 height: 5px;
}
.sector-table-area::-webkit-scrollbar-track{　　/*tableにスクロールバーを追加*/
 background: #F1F1F1;
}
.sector-table-area::-webkit-scrollbar-thumb {　　/*tableにスクロールバーを追加*/
 background: #BCBCBC;
}

.sector-table{
  width: 100%;
}

.sector-table thead th{
  font-size: 0.85rem;
  line-height: 1.2;
  color: #FFF;
  background-color: #0067a5;
  border:1px solid #ccc;
  padding: 5px;
}

.sector-table tbody td{
  font-size: 0.85rem;
  line-height: 1.5;
  padding: 10px;
  border:1px solid #ccc;
}


  .cookie-consent {
    position: fixed;
    bottom: 0;
    width: 100%;
    font-size: 1rem;
    color: #fff;
    background:var(--color-oxford-blue);
    opacity: 0.9;
    padding: 1.2em;
    box-sizing: border-box;
    visibility: hidden;
    z-index: 991;
  }
  .cookie-consent.is-show {
    visibility: visible;
  }
  .cookie-consent a {
    color: #fff !important;
    text-decoration: underline;
  }

  .cookie-block{
    width: 85%;
    max-width: 75rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin:0 auto 0;
  }

  .cookie-btn-block{
    display: flex;
    align-items: center;
  }

  .cookie-agree {
    color: var(--color-oxford-blue);
    background: #FFF;
    padding: .5em 1.5em;
    margin-right: 20px;
    border-radius: 40px;
  }
  .cookie-agree:hover {
    cursor: pointer;
  }

  .cookie-notagree {
    color: #FFF;
    background: var(--color-saphire-blue);
    padding: .5em 1.5em;
    border-radius: 40px;
  }
  .cookie-notagree:hover {
    cursor: pointer;
  }

  /* パッと消える */
  .cc-hide1 {
    display: none;
  }
  /* ゆっくり消える */
  .cc-hide2 {
    animation: hide 0.5s linear 0s;
    animation-fill-mode: forwards;
  }
  @keyframes hide {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
      visibility: hidden;
    }
  }
  
  @media screen and (max-width: 1277px) {
  .cookie-consent {
    position: fixed;
    bottom: 0;
    width: 100%;
    font-size: 0.875rem;
    color: #fff;
    background:var(--color-oxford-blue);
    opacity: 0.9;
    padding: 1.2em;
    box-sizing: border-box;
    visibility: hidden;
    z-index: 991;
  }
    .cookie-block{
      width: 90%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin:0 auto 0;
    }
  }

  @media screen and (max-width: 1075px) {
  .cookie-consent {
    position: fixed;
    bottom: 0;
    width: 100%;
    font-size: 0.875rem;
    color: #fff;
    background:var(--color-oxford-blue);
    opacity: 0.9;
    padding: 1.2em;
    box-sizing: border-box;
    visibility: hidden;
    z-index: 991;
  }
    .cookie-block{
      width: 95%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin:0 auto 0;
    }
  }

  @media screen and (max-width: 979px) {
  .cookie-consent {
    position: fixed;
    bottom: 0;
    width: 100%;
    font-size: 0.875rem;
    color: #fff;
    background:var(--color-oxford-blue);
    opacity: 0.9;
    padding: 1.2em;
    box-sizing: border-box;
    visibility: hidden;
    z-index: 991;
  }
    .cookie-block{
      width: 95%;
      display: block;
      margin:0 auto 0;
    }

    .cookie-text{
      font-size: 0.875rem;
      line-height: 1.5;
      margin-bottom: 20px;
    }

  }

  @media screen and (max-width: 768px) {
  .cookie-consent {
    position: fixed;
    bottom: 0;
    width: 100%;
    font-size: 0.875rem;
    color: #fff;
    background:var(--color-oxford-blue);
    opacity: 0.9;
    padding: 1.2em;
    box-sizing: border-box;
    visibility: hidden;
    z-index: 991;
  }
    .cookie-block{
      width: 95%;
      display: block;
      margin:0 auto 0;
    }

    .cookie-text{
      font-size: 0.875rem;
      line-height: 1.5;
      margin-bottom: 20px;
    }

  .cookie-btn-block{
    display: flex;
    align-items: center;
  }

  }

  @media screen and (max-width: 480px) {
  .cookie-consent {
    position: fixed;
    bottom: 0;
    width: 100%;
    font-size: 0.875rem;
    color: #fff;
    background:var(--color-oxford-blue);
    opacity: 0.9;
    padding: 1.2em;
    box-sizing: border-box;
    visibility: hidden;
    z-index: 991;
  }
    .cookie-block{
      width: 95%;
      display: block;
      margin:0 auto 0;
    }

    .cookie-text{
      font-size: 0.875rem;
      line-height: 1.5;
      margin-bottom: 20px;
    }

  .cookie-btn-block{
    display: flex;
    align-items: center;
    justify-content: center;
  }

  }

::placeholder {
  color: #969696;
}
