@font-face {
  font-family: "源ノ明朝";
  src: url("../../common/fonts/SourceHanSerif-Regular.woff") format("woff"), url("../../common/fonts/SourceHanSerif-Regular.otf") format("opentype");
}

body{
    margin: 35px auto 0;
    color: #333;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
    height: 100%;
    font-size: 16px;
    line-height: 16px;
}

a, a:hover, a:focus{
    color: inherit;
    text-decoration: none;
}
a:hover {
    color: #333;
}
h1 {
    font-size: 2em;
}
:focus {
  outline: none;
}
p, .list {font-size: 1em;line-height: 2.15em;}
.box-content-bot {line-height: 2.15em;}
/*tanimura eddit*/
.content-img {margin-top: 20px;}
.text-list{font-size: 1em;line-height: 2.15em;list-style: none;padding: 0;}
p, li {position: relative;}
button:focus,textarea:focus, input:focus {outline:0;}
strong {font-weight: 500;}
dd,figure{margin-bottom: 0}
.container {
  max-width: 1200px;
}
.font-light {font-weight: 100 !important;}
.font-normal {font-weight: 300 !important;}
.font-regular {font-weight: 400 !important;}
.font-bold {font-weight: 500 !important;}
.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-between {
    display: flex !important;
    justify-content: space-between;
}

.pc-none {
    display: none !important;
}

.mar-none {
    margin: 0;
}

.pad-none {
    padding: 0;
}

.underline {
  border-bottom: 1px solid #797979;
}

.link:hover {
  border-bottom: 1px solid #797979;
  color: inherit;
}

.link-op:hover {
	opacity: .5;
}

.opa-hidden {
  opacity: 0;
  visibility: hidden;
}

.reverse {
  flex-direction: row-reverse;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.left { float: left; }
.right{ float: right;}

.cf:after {
    content: "";
    display: block;
    clear: both;
}

.btn-center{
  margin-left: auto;
  margin-right: auto;
}

.full-width {
  width: 100%;
}


.mb-1{margin-bottom: 10px !important;}
.mb-2{margin-bottom: 20px !important;}
.mb-3{margin-bottom: 30px !important;}
.mb-4{margin-bottom: 40px !important;}
.mb-5{margin-bottom: 50px !important;}
.mb-6{margin-bottom: 60px !important;}
.mb-7{margin-bottom: 70px !important;}
.mb-8{margin-bottom: 80px !important;}
.mb-9{margin-bottom: 90px !important;}
.mb-10{margin-bottom: 100px !important;}
.mb-4-pc{margin-bottom: 40px !important;}
.mb-5-pc{margin-bottom: 50px !important;}
.mb-6-pc{margin-bottom: 60px !important;}
.mb-7-pc{margin-bottom: 70px !important;}
.mb-8-pc{margin-bottom: 80px !important;}
.mb-9-pc{margin-bottom: 90px !important;}
.mb-10-pc{margin-bottom: 100px !important;}


.space-1{height: 10px;}
.space-2{height: 20px;}
.space-3{height: 30px;}
.space-4{height: 40px;}
.space-5{height: 50px;}

.t-14{font-size: 0.875em}
.t-16{font-size: 1em}
.t-18{font-size: 1.125em}

/* color */
  .bg-grey {
    background-color: #eee;
  }

  .bg-grey-white {
    background-color: #f5f5f5;
  }

/* row */

.one-col, .two-col, .three-col,
.four-col, .five-col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 40px;
}

.startup .five-col {
    margin-bottom:0!important;
}

.one-col > li, .one-col > figure, .one-col > div,
.two-col > li, .two-col > figure, .two-col > div,
.three-col > li, .three-col > figure, .three-col > div,
.four-col > li, .four-col > figure, .four-col > div,
.five-col > li, .five-col > figure, .five-col > div {
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  list-style-type: none;
}


/*tanimura add to*/

.one-col > li, .one-col > figure, .one-col > div {
  width: 100%; 
}

.two-col > li, .two-col > figure, .two-col > div {
  width: 50%; 
}

.three-col > li, .three-col > figure, .three-col > div {
  width: 33.333333%;
}

.four-col > li, .four-col > figure, .four-col > div {
  width: 25%; 
} 

.five-col > li, .five-col > figure, .five-col > div {
  width: 20%; 
}  

.img-text figure{
  float: left;
  margin: 10px 25px 0 0;
  width: 50%;
}

.three-col.img-small {
  justify-content: space-between;
}

.three-col.img-small > li {
  max-width: 360px;
}

.two-col.three-img {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 80px;
}

.two-col.three-img > li{
  padding: 0;
}

.img-text, .three-col.img-small {
  margin-bottom: 80px;
}

.three-col.col-btn {
  margin-bottom: 0;
}

/* border line  */

  #header, .title-h2.color, .title-h2.bottom, .info-footer,
  .title, #hamburger-menu, .logo-footer, .wrap-sub-menu {
    background-repeat: no-repeat;
    background-image: -webkit-linear-gradient(left, #03a3e6 0%, #f3cf46 100%), -webkit-linear-gradient(left, #03a3e6 0%, #f3cf46 100%);
    background-image: -moz-linear-gradient(left, #03a3e6 0%, #f3cf46 100%), -moz-linear-gradient(left, #03a3e6 0%, #f3cf46 100%);
    background-image: -o-linear-gradient(left, #03a3e6 0%, #f3cf46 100%), -o-linear-gradient(left, #03a3e6 0%, #f3cf46 100%);
    background-image: linear-gradient(to right, #03a3e6 0%, #f3cf46 100%), linear-gradient(to right, #03a3e6 0%, #f3cf46 100%);
  }

  .box-title {
    background-image: -webkit-linear-gradient(right, #03a3e6 0%, #f3cf46 50%, #03a3e6 100%);
    background-image: -webkit-gradient(linear, right top, right top, from(#03a3e6), color-stop(50%, #f3cf46), to(#03a3e6));
    background-image: -o-linear-gradient(right, #03a3e6 0%, #f3cf46 50%, #03a3e6 100%);
    background-image: linear-gradient(to right, #03a3e6 0%, #f3cf46 50%, #03a3e6 100%);
  }


  #header, .info-footer {
    background-position: 0 100%, 0 100%;
    -webkit-background-size: 100% 4px;
    -moz-background-size: 100% 4px;
    background-size: 100% 4px;
    
  }

  .title {
    background-position: 0 100%, 0 100%;
    -webkit-background-size: 100% 2px;
    -moz-background-size: 100% 2px;
    background-size: 100% 2px;
  }

  #hamburger-menu, .title-h2.color {
    background-position: 0 0, 0 0;
    -webkit-background-size: 100% 2px;
    -moz-background-size: 100% 2px;
    background-size: 100% 2px;
  }

 .title-h2.bottom {
    background-position: left bottom;
    -webkit-background-size: 100% 2px;
    -moz-background-size: 100% 2px;
    background-size: 100% 2px;
  }

  .wrap-content-bot:before {
    content: '';
    background-repeat: no-repeat;
    background-image: -webkit-linear-gradient(bottom, #03a3e6 0%, #f3cf46 100%), -webkit-linear-gradient(bottom, #03a3e6 0%, #f3cf46 100%);
    background-image: -moz-linear-gradient(bottom, #03a3e6 0%, #f3cf46 100%), -moz-linear-gradient(bottom, #03a3e6 0%, #f3cf46 100%);
    background-image: -o-linear-gradient(bottom, #03a3e6 0%, #f3cf46 100%), -o-linear-gradient(bottom, #03a3e6 0%, #f3cf46 100%);
    background-image: linear-gradient(to bottom, #03a3e6 0%, #f3cf46 100%), linear-gradient(to bottom, #03a3e6 0%, #f3cf46 100%);
    width: 2px;
    height: 130%;
    position: absolute;
    top: -50px;
    min-height: 100px;
    left: 8%;
  }

  .logo-footer {
    background-position: 0 0, 0 100%;
    -webkit-background-size: 100% 1px;
    -moz-background-size: 100% 1px;
    background-size: 100% 1px;
  }

/*  header  */
#header .container {
    padding-bottom: 35px;
}

#main {
    overflow: hidden;
    margin-bottom: 40px;
}

.wrap-menu{
    display: none;
}

#hamburger-menu a {
    padding: 15px;
    display: block;
}

.hamburger-top a{
    border-bottom: 2px solid #d9d9d9;
}

.hamburger-top li {
  list-style-type: none;
}

.bg-hambuger-bot {
    background: #404040;
}

.hc-offcanvas-nav .hamburger-bot {
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
}

.hamburger--spring .hamburger-inner {
  background-color: transparent !important;
}

.logo a:hover img{
    opacity: 0.8;
}

.menu-header{
    text-align: right;
    letter-spacing: 0.4px;
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.wrap-sub-menu {
  position: absolute;
  width: 100%;
  height: 265px;
  top: 105px;
  right: 0;
  z-index: 999;
  color: #fff;
  text-align: left;
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease-in-out;
}

#header .wrap-sub-menu .container {
  padding-bottom: 0;
}

.wrap-sub-menu h2 {
  font-size: 3.5em;
  display: inline-block;
  font-weight: 100;
  margin-right: 20px;
}

.wrap-sub-menu a {
  padding: 2px 30px;
}

.btn-link-sub {
  border: 1px solid #fff;
  display: inline-block;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  position: relative;
  padding: 10px;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  width: 200px;
  min-height: 40px;
  text-align: center;
}

.btn-link-sub p {
  margin-bottom: 0;
  font-size: 0.875em;
}

.btn-link-sub:hover {
  color: #fff;
  opacity: .5;
}

.menu-header .wrap-sub-menu p a:hover{
  border: none;
  opacity: .5;
  color: #fff;
}

.wrap-sub-menu p a:first-child{
  padding-left: 0;
}

.wrap-sub-menu .title-sub {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  letter-spacing: 3px;
  font-family: 'Cinzel', serif;
}

.wrap-sub-menu .sub-item {
  margin-bottom: 25px;
  font-size: 0.875em;
}

.wrap-sub-menu .sub-item:last-child{
  margin-bottom: 0;
}

.wrap-sub-menu span {
  font-size: 1em;
}

.menu-header .menu-item {
    display: inline;
    list-style-type: none;
    position: static;
    padding: 0 30px 0;
}

.menu-header .menu-item > a {
  transition: all .5s ease-in-out;
  position: relative;
}

.menu-header .menu-item.in > a {
  opacity: .5;
}

.menu-header .menu-item > a:before {
  content: '';
  position: absolute;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  width: 100%;
  bottom: -3px;
  opacity: 0;
  transition: all .5s ease-in-out;
}

.menu-header .menu-item.in > a:before {
  opacity: 1;
}

.menu-header .menu-item > a:hover {
    color: inherit;
}

.menu-header .menu-item:first-child {
    margin-left: 0;
    padding-left: 0;
}

.menu-item .wrap-sub-menu.open{
  opacity: 1;
  visibility: visible;
  transition: all .3s ease-in-out;
}

.menu-header > a.active {
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
}

.header-right {
    font-size: 0.875em;
    color: #666;
    display: flex;
    align-items: center;
}

.header-right > a {
    margin: 0 20px;
}

.header-right > a:first-child {
    margin-left: 0;
}

.header-right > a:last-child {
    margin-right: 0;
}

/* banner */
#banner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 350px;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

#banner.general {
  background-image: url('/common/images/regulation/general.png');
}

#banner.company {
  background-image: url('/common/images/regulation/company.png');
}

#banner.csr-active {
  background-image: url('/common/images/regulation/csr.png');
}

#banner.ir {
  background-image: url('/common/images/regulation/ir.png');
}

#banner.recruit-active {
  background-image: url('/common/images/regulation/recruit.png');
}

#banner.startup {
  background-image: url('/common/images/regulation/startup.jpg');
}

.startup .banner {margin-bottom: 20px;}

.csr-active span, .csr-active h1, .csr-active .content-banner:before, .csr-active .content-banner:after, 
.recruit-active span, .recruit-active h1, .recruit-active .content-banner:before, .recruit-active .content-banner:after {
  color: #fff;
}

.detail-title h1 {
  font-size: 1em;
  position: relative;
  padding: 20px 0;
  letter-spacing: 1px;
  font-weight: 300;
  margin-bottom: 0;
}

.detail-title h1:after {
  content: '';
  position: absolute;
  width: 10px;
  border-bottom: 1px solid;
  bottom: 0;
  left: 0;
}

.content-banner span:first-child{
  font-size: 2.5em;
  font-weight: 100;
  letter-spacing: 10px;
  margin: 0 10px 0 0;
  display: block;
  line-height: 1.2;
}

.content-banner h1 {
    font-size: 2.5em;
    font-weight: 100;
    margin: 0;
}

#banner .content-banner .title-category {
  font-size: 3.5em;
}

.content-banner span {
  font-size: 18px;
  letter-spacing: 3px;
}

.content-banner {
  position: relative;
  padding: 20px 0;
  display: flex;
  align-items: center;
  font-family: 'Cinzel', serif;
}

.content-banner:before {
  content: '';
  position: absolute;
  width: 10px;
  border-top: 1px solid;
  top: 0;
  left: 0;
}

.content-banner:after {
  content: '';
  position: absolute;
  width: 10px;
  border-bottom: 1px solid;
  bottom: 0;
  left: 0;
}

/* breadcumb */
.breadcrumb{
  display: block;
  overflow: hidden;
  margin-bottom: 40px;
  padding: 0;
  background: transparent;
  font-size: 0.75em;
}
.breadcrumb a {
  color: #00a3e8;
}

.breadcrumb li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 10px;
}

.breadcrumb li a {
  display: inline-block;  
  padding: 0 20px 0 0;
}

.breadcrumb li a:after {
  content: '';
  background: url(/common/images/regulation/arrow-right.png) no-repeat;
  position: absolute;
  top: 5px;
  right: 0;
  background-size: 70%;
  width: 7px;
  height: 12px;
}

.breadcrumb li img {
  padding: 0 10px 2px 0;
  font-size: 1em;
  width: 28%;
}


/* main */
.box-img {
  position: relative;
  display: block;
  overflow: hidden;
}

.img-thumb figure {
  position: relative;
  overflow: hidden;
}

.box-img:after, .img-thumb figure:after {
  content: '\A';
  position: absolute;
  background: rgba(0,0,0,0.6);
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.15;
  transition: all .5s;
  -webkit-transition: all .5s;
}

.group-img:hover > .box-img:after,
.img-thumb a:hover >  figure:after,
.img-thumb > li:hover > figure:after {
  opacity: 0;
  background: transparent;
}

.group-img img, .img-thumb figure img {
    transition: all 2s ease 0s;
    -moz-transition: all 2s ease 0s;
    -webkit-transition: all 2s ease 0s;
}

.group-img:hover img:first-child,
.img-thumb a:hover figure img,
.img-thumb > li:hover figure img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.group-img:hover .group-text, .group-img:hover .about-box-content h2,
.group-img:hover .about-box-content p,
.group-img:hover .box-content-bot,
.img-thumb a:hover .box-content-bot,
.img-thumb > li:hover .box-content-bot {
  opacity: .5;
}

.img-thumb > li {
  cursor: pointer;
}

.group-text {
    background: #fff;
    color: #333;
    font-size: 1em;
    letter-spacing: 0.4px;
}

.box-title {
  color: #fff;
  letter-spacing: 3px;
  cursor: pointer;
  background-size: 200% auto;
  -webkit-transition: 1.5s;
  -o-transition: 1.5s;
  transition: 1.5s;
  padding: 30px 0;
  display: block;
}

.box-title:hover {
    background-position: right center;
}

.box-title:focus, .box-title:hover {
  color: #fff;
}

.box-title span {
  font-size: 1.5em;
}

.box-title p {
    margin: 0;
    letter-spacing: 4px;
    font-weight: 400;
    font-size: 0.875em;
}

.nav-link {
    padding: 0 20px;
}

.nav-tabs {
    border-bottom: none;
    align-items: flex-end;
}

.nav-tabs .nav-item {
    border: 1px solid #ccc;
    border-top: none;
    border-bottom: none;
    border-right: none;
}

.nav-tabs .nav-item:last-child {
    border-right: 1px solid #ccc;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
     border-color: inherit;
    background-color: transparent;
    color: #333;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: inherit;
    color: #333;
}

.nav-tabs .nav-link {
    background-color: transparent;
    border: none;
    color: #999;
}

.scrollToTop {
    padding: 30px 0;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    display: block;
}

.scrollToTop img {
  margin-top: 5px;
}

.button-navi {
  margin: 20px 0 40px;
}

.button-navi a {
  width: 175px;
  color: #333;
  border: 1px solid;
  padding: 7px 0;
  text-align: center;
  display: inline-block;
  margin-right: 10px;
  margin: 0 10px 15px 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.button-navi a:hover, .button-navi a:focus, .button-navi a.active {
  background-color: #333;
  color: #fff;
}

.title {
  text-align: center;
  padding-bottom: 40px;
  margin-bottom: 50px;
}

.title h2 {
    font-size: 3.25em;
    font-weight: 100;
    font-family: 'Roboto', sans-serif;
}

.title p {
    font-size: 0.875em;
    font-weight: 500;
    margin-bottom: 0;
}

.title-h2 {
  font-size: 2em;
  font-weight: 100;
  margin-bottom: 70px;
}

.title-h2.color {
  padding: 30px 0;
  margin-bottom: 30px;
}

.title-h2.bottom {
padding: 30px 0 16px;
margin-bottom: 8px;
font-weight: 500;
font-size: 3em;
color: #333;
}

.title-h3 {
  border-bottom: 1px solid;
  padding: 10px 0;
  font-size: 1.5em;
  font-weight: 300;
  margin-bottom: 55px;
}

.nomal-h3 {
    font-size: 1.5em;
    font-weight: 300;
    margin-bottom: 32px;}

.startup .nomal-h3 {
    margin-bottom: 8px;
}

.title-line {
  margin-bottom: 30px;
  display: flex;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1em;
}

.startup .five-col {
    flex-wrap:wrap;
}

.startup .five-col > li {
    width:25%;
}

.startup p.title-line {
    font-size:16px;
}

.title-line p {
  margin-bottom: 0;
}

.title-line:before {
  content: url('/common/images/regulation/line.png');
  background-repeat: no-repeat;
  padding-right: 15px;
  display: inline-block;
  line-height: 0.5em;
}

.title-line.title-h4 {
  margin-bottom: 80px;  
}

/*tanimura add to*/
.title-h4{
	display: flex;
font-size: 1.125em;
font-weight: 400;
margin-bottom: 40px;
}

.link.pdf, .link.blank, .link.excel {
  margin-right: 40px;
}

.link.pdf:hover, .link.blank:hover, .link.excel:hover {
  border-bottom: 1px solid #797979;
}

.wrapper-tab .link.pdf:hover, 
.wrapper-tab .link.blank:hover, 
.wrapper-tab .link.excel:hover {
  border-bottom: none;
}

.link.pdf:after {
  content: '';
  background-image: url('/common/images/icon_pdf.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  width: 20px;
  height: 25px;
  margin: 5px 10px 0;
}

.link.blank:after {
  content: '';
  background-image: url('/common/images/icon_blank.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  width: 20px;
  height: 20px;
  margin: 10px 10px 0;
}

.link.excel:after {
  content: '';
  background-image: url('/common/images/icon_excel.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  width: 20px;
  height: 25px;
  margin: 0 10px 0;
}

.content-line {
  display: flex;
}

.content-line:before {
  content: url('/common/images/regulation/line-small.png');
  padding-right: 15px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5em;
}

.list {
  list-style-type: none;
  padding: 0;
  margin-bottom: 100px;
}

.list li {
  counter-increment: inst;
  margin-bottom: 40px;
  position: relative;
  padding-left: 40px;

}

.list li:before {
  content: counter(inst);
  font-weight: 400;
  font-size: 1em;
  position: absolute;
  left: 0;
  top: 6px;
  border-right: 1px solid;
  padding-right: 20px;
  line-height: 1.3em;
}

.list li span {
  padding-bottom: 5px;
}

.wrap-img-border {
  border: 1px solid #ccc;
  margin-bottom: 100px;
  display: flex;
}

.wrap-img-border figure {
  width: 50%;
}

.wrap-img-border .box-img-border {
  padding: 50px 60px 0 35px;
  width: 50%;
}
a .wrap-img-border {transition:0.3s;}
a .wrap-img-border:hover {opacity:0.8;}

.box-img-border .title-h2 {
  margin-bottom: 40px;
}

.wrap-content-bot {
  position: relative;
  padding: 10px 15px 0 8%;
  margin-bottom: 50px;
}

.three-col .wrap-content-bot, .wrap-content-bot[column="3"] {
  position: relative;
  padding: 10px 15px 0 30px;
}

.three-col .wrap-content-bot:before, 
.wrap-content-bot[column="3"]:before {
  height: 120%;
}

.wrap-img-content-bot {
  margin-bottom: 50px;
}

.wrap-text-around, .wrap-img1-2 {
  display: inline-block;
}

.wrap-text-around, .wrap-img-3-small,
.wrap-button-link, .wrap-icon-link, .wrap-table
.wrap-news, .wrap-history, .wrap-img-2, .wrap-img-1,
.wrap-text-link, .mg-img1-2 {
  margin-bottom: 80px;
}

.wrap-qa, .wrap-news-list, .wrap-box-title, .wrap-table,
.wrap-news {
  margin-bottom: 100px;
}

.wrap-img-right, .title-line.big {
  margin-bottom: 60px;
}

.wrap-img-right .text {
  margin-bottom: 0;
}

.wrap-table {
  max-width: 100%;
  overflow: hidden;
}

.box-content-bot {
  text-align: left;
  margin-left: 24px;
}

.box-content-bot p{
  margin-bottom: 3px;
}

.img-right .content-img-right {
  padding-right: 45px;
  text-align: justify;
}

.caption {
  font-size: 0.75em;
  margin: 20px 0;
}
figcaption.caption {font-size:0.875em;}

.img-around {
  float: left;
  margin: 10px 40px 0 0;
}

.content-text-around {
  text-align: justify;
}

.wrap-img-3-small .row > div {
  max-width: 360px;
}

.wrap-img-3-small .row {
  justify-content: space-between;
}

.wrap-img-3, .wrap-img-3 img, 
.wrap-img-3-small img,
.wrap-img-2 img,
.wrap-img-1 img{
  margin-bottom: 20px;
}

.wrap-qa p{
  margin: 0;
  padding: 0 15px 0 30px;
  border-left: 1px solid #ccc;
  max-width: 992px;
  width: 100%;
}

.question, .answer {
  display: flex;
  align-items: center;
}

.question span, .answer span {
  font-size: 1.5em;
  max-width: 60px;
  width: 100%;
}

.question, .box-title, .title-museum {
  margin-bottom: 40px;
}

.answer span {
  font-weight: 400;
}

.answer {
  background: #f5f5f5;
}

.box-text-link, .box-icon-link {
  width: 20%;
  padding: 0 15px;
  margin-bottom: 40px;
}

.startup .box-text-link {margin-bottom:0!important;}

.box-icon-link {
  font-size: 0.875em;
}

.text-link, .anchor-link {
  padding: 0 0 0 20px;
  position: relative;
  font-weight: 400;
}

.pdf-link, .excel-link, .blank-link {
  padding: 0 0 0 40px;
  position: relative;
  font-weight: 400;
}

.text-link:before {
  content: '';
  background: url('/common/images/regulation/arrow-right.png') no-repeat;
  width: 7px;
  height: 12px;
  position: absolute;
  top: 7px;
  left: 0;
}

.anchor-link:before {
  content: '';
  background: url('/common/images/regulation/arrow-down.png') no-repeat;
  width: 12px;
  height: 7px;
  position: absolute;
  top: 7px;
  left: 0;
}

.pdf-link:before {
  content: '';
  background: url('/common/images/icon_pdf.svg') no-repeat;
  background-size: 100%;
  width: 20px;
  height: 25px;
  position: absolute;
  top: -5px;
  left: 0;
}

.excel-link:before {
  content: '';
  background: url('/common/images/icon_excel.svg') no-repeat;
  background-size: 100%;
  width: 20px;
  height: 25px;
  position: absolute;
  top: -5px;
  left: 0;
}

.blank-link:before {
  content: '';
  background: url('/common/images/icon_blank.svg') no-repeat;
  background-size: 100%;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
}

.text-link:hover, .anchor-link:hover, 
.pdf-link:hover, .excel-link:hover, .blank-link:hover,
.question:hover, .year-his a:hover, footer a:hover, .scrollToTop:hover {
  opacity: .5;
  color: inherit;
}

.box-button-link {
  border: 1px solid #999;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  font-weight: 400;
  position: relative;
  padding: 10px;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.box-button-link.pdf, .box-button-link.excel, .box-button-link.blank {
  padding: 15px 42px 15px 16px;
}

.box-button-link.pdf:after, .box-button-link.excel:after, .box-button-link.blank:after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 26px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;   
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.box-button-link p {
  margin-bottom: 0;
  font-size: 1em;
}

.box-button-link.pdf:after {
  background-image: url(/common/images/icon_pdf.svg);
}

.box-button-link.excel:after {
  background-image: url(/common/images/icon_excel.svg);
}

.box-button-link.blank:after {
  background-image: url(/common/images/icon_blank.svg);
}

.box-button-link.pdf:hover::after, .box-button-link.pdf:focus::after {
  background-image: url(/common/images/icon_pdf_hover.svg);
}

.box-button-link.excel:hover::after, .box-button-link.excel:focus::after {
  background-image: url(/common/images/icon_excel_hover.svg);
}

.box-button-link.blank:hover::after, .box-button-link.blank:focus::after {
  background-image: url(/common/images/icon_blank_hover.svg);
}

.box-button-link:hover {
  color: #fff;
  background-color: #333; 
  outline: none;
}

.box-button-link:focus {
  outline: none;
}

.box-button-link:hover a {
  z-index: 999;
  color: #fff;
}

.box-button-link.small {
  width: 200px;
  height: 40px;
  font-size: 100%;
}

.box-button-link.btn1 {
  width: 350px;
  height: 60px;
}

.box-button-link.btn2 {
  width: 350px;
  height: 80px;
}

.box-button-link.btn3 {
  width: 350px;
  height: 100px;
}

.box-button-link.btn4 {
  width: 350px;
  height: 120px;
}

.box-button-link.btn3 p,
.box-button-link.btn4 p {
  font-size: 1em;
}

.box-table {
  border-bottom: 1px solid #ccc;
  padding: 25px 20px;
  font-size: 1em;
  display: flex;
  margin-bottom: 0;
}

.box-table.title-gray {
  background: #f5f5f5;
}

.box-table.title-white {
  background: #f5f5f5;
}

.title-table {
  color: #666;
  font-weight: 400;
  margin-right: 20px;
}

.title-table, .content-table {
  line-height: 2em;
}

.title-museum {
  line-height: 1.5em;
  font-size: 2em;
}

.box-tag {
  font-size: 0.875em;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 35px;
}

.box-tag .type {
  width: 140px;
  height: 100%;
  background: #333;
  color: #fff;
  display: inline-block;
  text-align: center;
  padding: 7px;
  margin-right: 30px;
}

.wrap-news-list .tag-list {
  width: 80px;
  height: 25px;
  display: inline-block;
  text-align: center;
  border: 1px solid #e03e3e;
  color: #e03e3e;
  font-size: 0.75em;
  padding-top: 2px;
  margin-bottom: 35px;
}

.content-news-list .link:hover {
  border-bottom: none;
  opacity: .5;
}

.box-news-list {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.box-news-list .date {
  width: 110px;
  min-width: 110px;
  font-size: 0.875em;
}

.box-news-list .date-sp {
  display: none;
}

.content-news-list {
  border-bottom: 1px solid #ccc;
  display: flex;
  padding: 0 20px 35px;
  align-items: center;
  width: 100%;
}

.box-news-list p {
  border-left: 1px solid #ccc;
  padding-left: 35px;
  margin: 0;
  width: 100%;
}

.box-tag-list {
  min-width: 80px;
  width: 80px;
  margin-right: 20px;
}

.box-qa {
  border-bottom: 1px solid;
}

.box-qa .box-ans {
  background: #f5f5f5;
}

.box-qa .question, .box-qa .answer {
  max-width: 1140px; 
  margin: auto;
  padding: 40px 15px;
  position: relative;
}

.box-qa .question p{
  border-right: 1px solid #ccc;
}

.box-qa .question i {
  max-width: 100px;
  width: 100%;
  text-align: center;
  transition: .3s all;
}

.box-qa .question[aria-expanded='true'] i {
  -webkit-transform: rotate(180deg); 
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.year-his {
  border-top: 1px solid;
  border-bottom: 1px solid;
}

.box-history:last-child .year-his {
  border-bottom: 1px solid;
}

.box-history:last-child .collapse {
  border: none;
}

.box-history {
  margin-top: -1px;
}

.year-his a, .box-his {
  max-width: 1200px;
  margin: auto;
  display: block;
}

.year-his a {
  font-size: 1.25em;
  font-weight: 400;
  padding: 30px 15px;
  position: relative;
}

.year-his a i {
  float: right;
}

.box-his {
  padding: 0 15px;
}

.content-his {
  border-top: 1px solid #ccc;
  display: flex;
  align-items: center;
   padding: 30px 20px;
}

.content-his:first-child {
  border-top: none;
}

.content-his .date-content-his {
  color: #666;
  max-width: 200px;
  width: 100%;
  margin-right: 25px;
  font-size: 1em;
}

.content-his p {
  margin: 0;
}

.plus-min {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 50%;
  right: 0;
  background: transparent;
  transform: translate(-50%, -50%) rotate(0deg);
  cursor: pointer;
  z-index: 100;
  transition-duration: .3s;
  transition-timing-function: ease-out;
}

.plus-min:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 1px;
  width: 15px;
  background: #505050;
}

.plus-min:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 15px;
  width: 1px;
  background: #505050;
}

.plus-min.clicked {
  transform: translate(-50%, -50%) rotate(90deg);
}

.plus-min.clicked:after {
  width: 0;
}

.text, .box-content-line {
  margin-bottom: 100px;
}

/* footer */
.logo-footer {
    padding: 45px 0;
    height: 180px;
}
.logo-footer img {height:100%;}

.info-footer {
    margin: 50px 0 30px;
}

.info-footer .col-lg-3 a {
    margin-bottom: 45px;
    font-size: 16px;
    letter-spacing: 0.4px;
    display: block;
    line-height:2.15em;
}

.contact-footer {
    display: flex;
    justify-content: space-between;
}

.contact, .copy-right {
    margin-bottom: 15px;
}

.contact {
    font-size: 0.875em;
    color: #666;
}

.copy-right {
    font-size: 0.75em;
    font-family: 'Roboto', sans-serif;
    color: #666;
    font-weight: 300;
}

/*******/
#main-nav{display: none !important;}
.hc-offcanvas-nav .nav-container {
  width: 100%;
  top: 140px;
  height: -moz-calc(100% - 100px);
  height: -webkit-calc(100% - 100px);
  height: calc(100% - 100px);
}

.hc-offcanvas-nav .nav-container, .hc-offcanvas-nav .nav-wrapper, .hc-offcanvas-nav ul {
  background: #fff;
}

.hc-offcanvas-nav a, .hc-offcanvas-nav .nav-item {
  color: #333;
  border-bottom: 1px solid #ddd;
  padding: 20px 17px;
  padding-left: 35px;
  font-size: 1.125em;
}

.hc-nav-trigger {
  position: static;
   display: initial;
   top: inherit; 
   z-index: 9980; 
   width: initial; 
   min-height: initial; 
}

.hc-offcanvas-nav span.nav-next::before, .hc-offcanvas-nav li.nav-back span::before {
  content: '';
  left: -2px;
  border-bottom: 1px solid #4f4f4f;
  border-right: 1px solid #4f4f4f;
  width: 10px;
  height: 10px;
}

.hc-offcanvas-nav.nav-levels-overlap .nav-content {
   overflow-y: scroll; 
}

.hc-offcanvas-nav li.nav-close a, .hc-offcanvas-nav li.nav-back a {
  background: #eee;
  border-top: none;
  border-bottom: none;
  letter-spacing: 5px;
}

.hc-offcanvas-nav h2 {
  font-size: 1.25em;
  color: #333;
  margin-bottom: 0;
  padding: 10px 25px;
}

.hc-offcanvas-nav li.nav-back a:hover {
  background: #eee;
}

.hc-offcanvas-nav ul:first-of-type:not(:first-child)>li:first-child:not(.nav-back):not(.nav-close)>a {
  border-top: none;
}

.arrow-back-menu {
  width: 5%;
}

.hc-offcanvas-nav .nav-wrapper > .nav-content, .hc-offcanvas-nav .second-nav {
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #03a3e6 0%, #f3cf46 100%), -webkit-linear-gradient(left, #03a3e6 0%, #f3cf46 100%);
  background-image: -moz-linear-gradient(left, #03a3e6 0%, #f3cf46 100%), -moz-linear-gradient(left, #03a3e6 0%, #f3cf46 100%);
  background-image: -o-linear-gradient(left, #03a3e6 0%, #f3cf46 100%), -o-linear-gradient(left, #03a3e6 0%, #f3cf46 100%);
  background-image: linear-gradient(to right, #03a3e6 0%, #f3cf46 100%), linear-gradient(to right, #03a3e6 0%, #f3cf46 100%);
  background-position: 0 100%, 0 100%;
  -webkit-background-size: 100% 2px;
  -moz-background-size: 100% 2px;
  background-size: 100% 2px;
  padding-bottom: 2px;
}

.hc-offcanvas-nav .nav-wrapper-0 > .nav-content {
  background: none;
}

.hc-offcanvas-nav.nav-position-left.nav-open .nav-wrapper {
  box-shadow: none;
}

.hc-offcanvas-nav li.button-menu {
  margin: 0 25px;
      padding: 30px 0;
    display: flex;
  justify-content: space-around;
}

.hc-offcanvas-nav .button-menu a {
  background-color: #333;
  color: #fff;
  max-width: 275px;
  width: 100%;
  padding: 14px 0;
  text-align: center;
  display: inline-block;
  font-size: 0.875em;
}

.hc-offcanvas-nav .hamburger-bot .nav-item {
  border: none;
  padding: 0 40px;
  font-size: 0.8125em;
}

.hc-offcanvas-nav .hamburger-bot .nav-item:first-child {
  border-right: 1px solid;
}

.hc-offcanvas-nav a[href]:not([href="#"])>span.nav-next {
  border: none;
}

.hc-offcanvas-nav.disable-body::after, .hc-offcanvas-nav.disable-body::after, .hc-offcanvas-nav .nav-wrapper::after{
  content: none;
}

.hc-offcanvas-nav:not(.touch-device) a:hover {
    background: transparent;
}

.hamburger div.bar {
  height: 2px;
  background-color: #333;
  margin: 0 auto 8px auto;
  transition: all 0.2s;
  transform-origin: 0 0;
  width: 40px;
}

.hamburger {
  display: inline-block;
  background: none;
  border: none;
  padding: 10px 0 0;
  width: 50px;
  height: 70px;
  margin-right: 5px;
}

.hamburger.toggle-open .bar1 {
  transform: translate3d(6px, -12px, 0) rotate(45deg);
}
.hamburger.toggle-open .bar2 {
  transform: translate3d(5px, 6px, 0) rotate(-45deg);
}

.hamburger.toggle-open:hover, .hamburger:hover {
  opacity: 1;
}

.slick-dots {
  bottom: 30px;
}

.slick-dots li button:before {
  content: '';
  font-size: 1.25em;
  color: transparent;
  background: transparent;
  border: 1px solid #666;
  border-radius: 50%;
  opacity: 1;
  width: 16px;
  height: 16px;
}

.slick-dots li button {
  width: 16px;
  height: 16px;
}

.slick-dots li {
  margin: 0 15px;
}

.slick-dots li.slick-active button:before {
  background: #666;
}

.box-img-banner {
  position: relative;
}

.box-img-banner img {
  margin: auto;
}

.box-img-fluid {
  padding: 0;
  overflow: hidden;
  max-height: 240px;
  height: 100%;
  width: 100%;  
}

.btn-view-more {
  width: 200px;
  border: 1px solid #333;
  padding: 9px 0;
  text-align: center;
  font-size: 0.875em;
  display: block;
  margin: auto;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  margin-bottom: 30px;
}

.btn-view-more:hover {
  background-color: #333;
  color: #fff;
}

.title-csr {
  font-weight: 100;
  font-size: 2.25em;
  font-family: 'Roboto', sans-serif;
}

.sub-title-csr {
  font-weight: 400;
}

.three-col .wrap-content-bot {
  position: relative;
  padding: 10px 15px 0 30px;
}

.box-content-bot .content-title {
  font-weight: 500;
  font-size: 1em;
}

.table-t{
    line-height: 2em;
    margin-bottom: 1rem;
}
.table-t th {
    font-weight: 300;
    white-space: pre;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.wrap-guide {
        max-width: 830px;
    }
.w80{
	width: 80%;
}

.w65{
	width: 65%;
}

.listlink:hover{
	opacity: .5;
    color: inherit;
}

.ml70{
	margin-left: 70px;
}
.img-logo{
	max-width: 120%;
	height: auto;
}

#csr-top .box-button-link {
  width: 100%;
}

.wrapper-tab .content {
  line-height: 2.15em;
}

iframe {width:100%;}

video {width:100%;max-width:641px;display:block;margin:0 auto;border:solid 1px #dedede;}

.img-fluid {width:100%;}

/* fun to share */
.img-text .Left_img {width:40%;}
.img-text .Left_img img{max-width:270px;}
.img-text.fun .three-col > li {width:350px;}

@media (max-width: 768px) {
    .img-text.fun figure {float:none;margin:0 auto 30px;}
    .img-text.fun .three-col > li {margin:0 auto;}
}