/* ================================
  compliance
================================ */
body {
  transition: all 0.3s ease;
}

#compliance p {
	font-size: clamp(14px, 3vw, 16px);
}
#wrap {
  width: 100%;
  overflow: hidden;
}
#topBox {
  position: relative;
}
#topBox::after {
  background: #0c304d;
  content: '';
  width: 40%;
  height: 80%;
  position: absolute;
  bottom: 10%;
  z-index: -1;
  left: 13%;
}
#topBox h1 {
  position: absolute;
  width: 60%;
  top: 20%;
  background: #1e6faf99;
  padding: 8% 0 8% 15%;
  font-family: "Noto Serif JP", sans-serif;
}
#topBox h1 .maintxt {
  display: block;
  font-size: clamp(24px, 5vw, 58px);
  padding-bottom: 10px;
  color: #fff;
  border-bottom: 1px solid #fff;
}
#topBox h1 .deco {
  position: absolute;
  right: 3%;
  bottom: 5%;
  font-size: clamp(12px, 1.5vw, 16px);
  color: #ffffffdd;
	font-weight: 200;
	letter-spacing: 0.1em;
}
#topBox .imgBox {
  width: 50%;
  margin-left: auto;
  margin-top: 120px;
}

@media screen and (max-width: 1200px) {
  #topBox {
    position: relative;
    width: 120%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
  }
}
@media screen and (max-width: 767px) {
  #topBox {
    position: relative;
    width: auto;
  }
  #topBox h1 {
    position: relative;
    width: 100%;
    z-index: 2;
    padding: 12% 0 12% 15%;
    top: 90px;
  }
  #topBox::after {
    background: #0c304d;
    content: '';
    width: 100%;
    height: 60%;
    position: absolute;
    top: 70px;
    z-index: -1;
    left: 5%;
  }
  #topBox .imgBox {
    margin-top: 20%;
    width: 90%;
  }
}
@media screen and (max-width: 460px), {
  #topBox .imgBox {
    margin-top: 30%;
    width: 90%;
  }
}

#leadBox {
	max-width: 1000px;
	margin: 0 auto;
	padding: 6rem 0;
}
#leadBox .big {
	font-size: clamp(20px, 3vw, 32px);
  color: #0c304d;
	font-weight: bold;
	margin-bottom: 1rem;
	line-height: 1.4;
}

@media screen and (max-width: 1080px), {
	#leadBox {
	max-width: 1200px;
	margin: 0 5%;
	padding: 4rem 0;
}
}
@media screen and (max-width: 767px), {
  #leadBox {
   padding: 2rem 0;
}
}

#sec04 {
	margin-bottom: 6rem;
}
#contentsAnk {
	background: #ededed url(../img/img_compliance/sec_bg.jpg) no-repeat;
  background-size: cover;
	padding: 4rem 0;
}

#contentsAnk .inBox {
	max-width: 960px;
	margin: 0 auto;
}
#contentsAnk .conHead {
	display: flex;
	align-items: center;
	font-size: clamp(16px, 2.3vw, 20px);
	margin-bottom: 2rem;
	padding: 0 20px;
}
#contentsAnk .conHead span{
	font-weight: bold;
	margin-left: 15px;
}
#contentsAnk .conHead img {
	width: 10%;
	height: auto;
	max-width: 40px;
}
#contentsAnk .inBox ol > li{
	font-size: clamp(15px, 2.3vw, 20px);
	margin-bottom: 1.5rem;
}
#contentsAnk .inBox ol > li a {
	color: #0c304d;
	position: relative;
}

#contentsAnk .inBox ol > li a:after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #0c304d;
  border-bottom: 2px solid #0c304d;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
	margin-left: 0.8rem;
	position: absolute;
	top: 30%;
}
#contentsAnk .inBox ol > li:last-child{
	margin-bottom: 0;
}
#contentsAnk .inBox ol > li ul li{
	font-size: clamp(14px, 2.3vw, 18px);
	margin-bottom: 0.8rem;
}
#contentsAnk .inBox ol > li ul li:last-child{
	margin-bottom: 0;
}
#contentsAnk .inBox ol > li ul{
	padding: 0.8rem 0 0 1.2em;
}
#contentsAnk .inBox ol > li ul li > ul{
 list-style: none; 
	padding-left: 0;
}
#contentsAnk .inBox ol > li ul li ul li{
	font-size: clamp(13px, 2.3vw, 16px);
	margin-bottom: 0.8rem;
}
@media screen and (max-width: 1000px), {
	#contentsAnk .inBox {
	margin: 0 5%;
}
}
@media screen and (min-width: 768px), {
#contentsAnk .inBox ol > li a:hover {
	color:#004a82; 
}
}
@media screen and (max-width: 767px), {
	#contentsAnk {
	padding: 2rem 0;
}
	#contentsAnk .inBox {
	margin: 0 5%;
}
	#contentsAnk .inBox ol{
		padding-left: 1.5rem;
	}
#contentsAnk .inBox ol > li{
	margin-bottom: 0.8rem;
}
#contentsAnk .inBox ol > li ul li{
	margin-bottom: 0.5rem;
}
#contentsAnk .inBox ol > li ul{
	padding: 0.5rem 0 0 1.2em;
}	
#contentsAnk .inBox ol > li ul li ul li{
	margin-bottom: 0.5rem;
}
}


.secBox {
	max-width: 1200px; 
	margin: auto;
	padding: 4rem 0 0;
}
.secBox h2 {
	background: #0c304d url(../img/img_common/sechead_bg.png) no-repeat;
	background-size: cover;
	background-position: right top;
	font-size: clamp(20px, 3vw, 26px);
	color: #fff;
	padding: 15px 20px;
	font-weight: 400;
	margin-bottom: 2rem;
	display: flex;
	align-items: center;
}
.secBox h2 .text{
  margin-left: 1.2rem;	
	letter-spacing: 0.1em;
}
.secBox h2 .deco {
    display: flex;
    color: #ffff00;
    font-family: Century Gothic, sans-serif;
    font-weight: normal;
    font-size: clamp(24px, 4vw, 30px);
	  position:relative;
}
.secBox h2 .deco:after {
    position: relative;
    display: inline-block;
    content: "";
    background: #ffff00;
    width: 1px;
    height: 2em;
    margin: 0 0.2em;
    vertical-align: middle;
    transform: rotate(35deg);
}
.secBox .exText{
	margin:0 2%;
}
.secBox .exText p {
	margin-bottom:0.5rem;
}
.secBox .exText ol.secListol {
  padding: 0.3em 0.5em;
  list-style-type: none;
  border: none;
  counter-reset: number;
}
.secBox .exText ol.secListol li {
  position: relative;
  padding: 0 0 0 1.6em;
	font-size: clamp(13px, 3vw, 16px);
	font-weight: normal;
	font-weight: 300;
	line-height: 1.7;
}
.secBox .exText ol.secListol li:before {
  position: absolute;
	content: "(" counter(number) ") ";
  counter-increment: number;
  left: 0;
  width: 22px;
  height: 22px;
  color: #000;
  font-size: clamp(13px, 3vw, 16px);
  text-align: center;
	font-weight: 300;
	line-height: 1.7;
}
.secBox .insec h3 {
	color:#2b7ec1;
	font-size: clamp(18px, 3vw, 24px);
	border-bottom: 2px solid #2b7ec1;
	margin-bottom: 1rem;
	padding:1rem 1% 10px;
} 
.insec p {
	margin: 0 1%;
}
.insec ol.secListol {
  padding: 0.2em 0.5em!important;
  list-style-type: none;
  border: none;
  counter-reset: number;
	margin: 0;
}
.insec ol.secListol li {
  position: relative;
  padding: 0 0 0 1.6em;
	font-size: clamp(13px, 3vw, 16px);
	font-weight: normal;
	font-weight: 300;
	line-height: 1.7;
}
.insec ol.secListol li:before {
  position: absolute;
	content: "(" counter(number) ") ";
  counter-increment: number;
  left: 0;
  width: 22px;
  height: 22px;
  color: #000;
  font-size: clamp(13px, 3vw, 16px);
  text-align: center;
	font-weight: 300;
	line-height: 1.7;
}

.insec ul.secListul li{
	font-weight: 300;
	font-size: clamp(13px, 3vw, 16px);
}
.insec dl{
	background: #ededed;
	padding: 40px;
	width: 90%;
	margin: 2rem auto;
	border-radius: 10px;
}
.insec dl dt{
	font-size: clamp(14px, 3vw, 20px);
	font-weight: bold;
	margin-bottom: 1rem;
}
.insec dl dd{
	font-size: clamp(13px, 3vw, 16px);
	font-weight: 300;
	letter-spacing: 0.1em;
	line-height: 1.7;
}

@media screen and (max-width: 1280px), {
.secBox  {
	max-width: 1200px;
	margin: 0 5%;
}
}

@media screen and (max-width: 767px), {
	.insec dl{
	padding: 20px;
	width: 100%;
	margin: 1.5rem auto;
}
}