/* ================================
  policy
================================ */
#warp {
  width: 100%;
  overflow: hidden
}
#topBox {
margin-top: 80px;
 background: #ededed url(../img/img_contact/top_bg.jpg) no-repeat top center;
 background-size: cover;
 position: relative;
}
#policy p {
    font-size: clamp(14px, 3vw, 16px);
}
#topBox h1{
	width: 100%;
	padding: 6rem 5% 6rem;
	display: flex;
  align-items: center;
	justify-content: center;
	flex-direction: column;
}
#topBox h1 .maintxt {
	font-family: "Noto Serif JP", sans-serif;
	display: block;
    font-size: clamp(24px, 5vw, 58px);
    padding-bottom: 10px;
    color: #254566;
}

#topBox h1 .deco {
	font-family: "Noto Serif JP", sans-serif;
    font-size: clamp(12px, 1.5vw, 16px);
    color: #9babba;
    font-weight: 200;
    letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {

#topBox {
 margin-top: 60px;
}

#topBox h1 {
    padding: 4rem 5% 4rem;
}
}
@media screen and (max-width: 480px) {
#topBox h1 {
    padding: 2.5rem 5% 2rem;
}
}

#leadBox {
	max-width: 1200px;
	margin: 0 auto;
	padding: 6rem 0;
}
#leadBox p{
	margin:0 4%;
}

@media screen and (max-width: 1280px), {
	#leadBox {
	max-width: 1200px;
	margin: 0 5%;
	padding: 4rem 0;
}
}
@media screen and (max-width: 767px), {
	#leadBox {
	padding: 2rem 0;
}
}
#contentsAnk {
	background: #ededed url(../img/img_compliance/sec_bg.jpg) no-repeat;
  background-size: cover;
	padding: 6rem 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 .inBox ol > li{
	font-size: clamp(16px, 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; 
}
#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 (max-width: 767px), {
	#contentsAnk {
	padding: 2rem 0;
}
#contentsAnk .inBox ol > li{
	margin-bottom: 1rem;
}
#contentsAnk .inBox ol > li ul li{
	margin-bottom: 0.5rem;
}
#contentsAnk .inBox ol > li ul{
	padding: 0.5rem 0 0 1.2em;
}	
}


.secBox {
	max-width: 1200px; 
	margin: auto;
	padding: 0 0 4rem;
}

.secBox h2 {
	background: #0c304d url(../img/img_common/sechead_bg.png) no-repeat;
	background-size: cover;
	background-position: right top;
	font-size: clamp(18px, 3vw, 26px);
	color: #fff;
	padding: 15px 20px;
	font-weight: 400;
	margin-bottom: 2rem;
	display: flex;
	align-items: center;
}

.secBox h2::before {
    content: "";
    display: block;
    background: #fff;
    width: 20px;
    height: 4px;
    margin-right: 15px;
}
.secBox h2 .text{
  margin-left: 0.5rem;	
	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 {
	margin-bottom:2rem;
}
.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: #e9f5fb;
	padding: 30px;
	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;
}
.insec dl dd ul{
	padding: 0 0 0 1.2em;
}
.insec dl dd ul li{
	margin: 0 0 5px;
}

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

@media screen and (max-width: 767px), {
	.insec dl{
	padding: 20px;
	width: 95%;
	margin: 1.5rem auto;
}
.secBox h2::before {
    width: 10px;
    height: 2px;
    margin-right: 8px;
}
}

.windowBox{
	background: #e9f5fb;
	padding: 30px;
	width: 90%;
	margin: 2rem auto;
	border-radius: 10px;
}
.windowBox h3{
	font-size: clamp(14px, 3vw, 20px);
	font-weight: bold;
	margin-bottom: 1rem;
	padding: 0;
	text-align: center;
}
.windowBox .fBox {
	display: flex;
	align-items: center;
	justify-content: center;
}
.windowBox .fBox p{
	font-size: clamp(13px, 3vw, 16px);
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.7;
	margin-right: 1.5rem;
	padding:0
}
.windowBox .fBox p:last-child {
	margin-right: 0;
	
}
.windowBox .fBox a{
	color: #000;
}

@media screen and (max-width: 1000px), {
.windowBox .fBox {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
}
@media screen and (max-width: 600px), {
.windowBox h3{
	text-align: left;
}
	.windowBox .fBox {
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
.windowBox{
	padding: 20px;
	width: 100%;
	margin: 2rem auto;
	border-radius: 10px;
}
	.windowBox .fBox p{
		margin-bottom: 10px;
		margin-right: 0;
	}
}