@charset "utf-8";
/* -------------------------------------
     Site CSS
 (c) Copyright 2024 Sketches of Design
     version 2024-07-04
------------------------------------- */
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/*
*{
  outline: 2px solid red;
}
*/
html{
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}
/*  General Rules
--------------------------------------*/
html { font-size: 62.5%; } /* 10px */
body { font-size: 1.6rem; } /* 16px */
body{
  font-family: "Roboto",'Noto Sans JP', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
  line-height: 1.6;
  font-weight: 400;
}
/* Defalut Settings */
.box{
  margin: 15px 0 !important;
  padding: 20px;
  background: #f0f3fa;
}
img{
  margin: 0 0 1em 0;
  border: 0;
  vertical-align: bottom;
}
br{
  letter-spacing: 0;
}
.first{
  margin-left: 0 !important;
}
#content p{
  margin-top: 0;
  margin-bottom: 0.7em;
  letter-spacing:0.06em;
  line-height: 1.7;
}
#content p:last-child{
  margin-bottom: 0;
}
.images{
  margin:0;
  text-indent:0;
  text-align: center;
}
.copy{
  text-indent:0;
  text-align:center;
}
.posted{
  margin-top: 2em !important;
  text-indent:0;
  text-align:right;
}
.fLeft{
  float: left;
  display: inline;
  margin: 0 1.5em 0.5em 0;
}
.fRight{
  float: right;
  display: inline;
  margin: 0 0 0.5em 1.5em;
}
#btt{
  position: fixed;
  right: 20px;
  bottom: -60px;
  opacity: 0;
  margin: 0;
  transition: all 0.4s ease;
  z-index: 5000;
  width: 60px;
  height: 60px;
}
#btt.is-show {
  bottom: 20px;
  opacity: 1;
}
#btt a{
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/nav_btt.svg") 0 0 no-repeat;
	background-size: 60px 60px !important;
}
#btt a:hover{
  filter: alpha(opacity=60);
  opacity:0.60;
}
.external {
    background: url("../img/nav_external.svg") right center no-repeat;
    margin-right: 4px;
    padding-right: 14px;
}
/*a[href$=".pdf"]{   
  background: url("../img/nav-pdf.gif") no-repeat 100% 50%; 
  padding-right: 14px; 
} */
span.arrow{
  font-family: Verdana, sans-serif;
  font-weight: bold;
}
/* Accessibility */
.skip{
  position:absolute;
  left:-10000px;
  width:0;
  /* \*/
  overflow: hidden !important;
  /* */
}
.accesibilty{
  display:none;
}
/* Form */
form{
  margin: 0 0 1em 0;
}
fieldset{
  padding: 0.25em 0.5em;
}
form dl{
  margin: 0 0 0.5em 0;
}
form dl dt{
  font-weight: normal;
}
form dl dd{
  margin-left: 0;
}
/* Defalut Link Design */
a{
  transition: .3s;
}
a:hover{
/*  opacity: 0.5;
  transform: translateY(5px);*/
}
a:link,
a:visited,
a:active{
  color: #2a66ab;
  text-decoration: underline;
}
a:hover{
  color: #007aff;
  text-decoration: none;
}
/* list */
ul{
  margin: 0 0 0.5em 0;
  padding-left: 1.5em;
  list-style:disc;
}
ul ul{
  margin:0;
  list-style:circle;
  padding-left:1em;
}
ol{
  margin: 0 0 0.5em 0;
  list-style: decimal;
  padding-left: 2.5em;
}
dl{
  margin: 0 0 0.5em 0;
}
dt{
  font-weight: bold;
}
dd{
  padding-left:1em;
}
#content ul,
#content ol{
  margin: 0 0 0 1em;
  padding: 0;
}
#content ul{
  list-style-type: none;
}
#content ol{
  margin: 0 0 1em 40px;
  list-style-position: outside;
}
#content ol li,
#content ul li{
  margin: 0 0 0.8em 0;
}
#content ol li:last-child,
#content ul li:last-child{
  margin-bottom: 0;
}
#content ul li{
  position: relative;
  padding: 0 0 0 10px;
}
#content ul li:before{
  position: absolute;
  content: "";
  background-color: #1255a3;
  left: 0;
  top: 0.55em;
  margin: auto;
  height: 5px;
  width: 5px;
}
ol.bc{
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 80%;
  list-style: none;
  font-weight: 400;
}
ol.bc a{
  position: relative;
  color: #2a66ab;
}
ol.bc a:hover{
  color: #5ac9f9;
}
ol.bc a::after{
  position: absolute;
	top: 0;
	bottom: 0;
	right: -10px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 4px;
	height: 4px;
	border-top: 1px solid #717273;
	border-right: 1px solid #717273;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
ol.bc li{
  margin: 0 20px 0 0;
  color: #1E1F1E;
}
ul.flat{
  margin: 0 !important;
  list-style: none !important;
}
ul.flat li{
/*  display: inline;*/
}
ul.flat li:before{
  display: none;
}
/* table */
table{
  margin: 0 0 10px 0;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  line-height: 1.6;
  letter-spacing: 0.06em;
  width: 100%;
}
table col.digit{
  text-align: right;
}
table col.centering{
  text-align: center;
}
table tr{
  background: #fff;
}
/*table tr:nth-child(odd){
  background: #F7F7F7;
}*/
/*
table tr.odd{
  background: #F7F7F7;
}
table tr.even{
  background: #fff;
}*/
table thead tr th,
table thead tr td{
  margin: 1px;
  color: #1E1F1E;
  text-align: center;
  font-weight: 500;
}
table thead tr th{
  text-align: center;
}
table thead tr{
  background: #666 !important;
}
table tr th,
table tr td{
  border: 1px solid #ccc;
  padding: 15px;
  text-align: left;
}
table tr th{
  background: #f0f5fa;
  color: #303130;
  font-weight: 500;
}
caption{
  text-align: left;
}
th, td{
  border: none;
  padding: 0.1em 0.4em;
}
table ul, table ol, table dl{
  margin: 0;
}
table ul{
  padding: 0;
  list-style: none;
}
table caption{
  text-align: center;
}
table p.nav{
  margin-bottom: 0 !important;
}
table tr .left{
  text-align: left;
}
table tr .center{
  text-align: center;
}
table tr .right{
  text-align: right;
}
/*table tr th p,
table tr td p{
  margin: 0 !important;
  padding: 0 !important;
}
table ul li{
  margin: 0 !important;
}*/
table tr td ol{
  margin: 0 0 0 20px;
}
/* headline */
h1, h2, h3, h4, h5, h6{
  font-size: 100%;
  font-weight: normal;
  text-align: left;
  letter-spacing: 0.05em;
}
h1{
  font-size: 3.8rem;
  color: #000;
}
h2{
  margin: 0 0 20px 0;
  padding: 0 0 0 10px;
  border-left: 7px solid #00a0e9;
  color: #1255a3;
  font-size: 2.4rem;
  text-align: left;
  /*
  margin: 0 0 40px 0;
  font-size: 2.8rem;
  color: #000;
  */
}
.topics h2{
  margin: 40px 0 20px 0;
}
#lv02-01 h2{
  margin: 0 0 20px 0;
}
body:not(#home) h3{
  margin: 60px 0 20px 0;
  color: #000;
  font-size: 2.2rem;
  padding: 0 0 8px 0;
  border-bottom: 3px solid #1255a2;
}
#content .lv03-01 h3{
  margin: 0 0 20px 0;
}
h4{
  margin: 40px 0 15px 0;
  font-size: 2.0rem;
  color: #1255a3;
  font-weight: 600;
}
/* decoration */
.banners a:hover,
.banners a:hover img{
  opacity:0.75;
}
em{
  color: #e60012;
  font-weight: 700;
  font-style: normal;
}
strong{
  color: #000;
  font-size: 108%;
  font-weight: 700;
}
.nav{
  text-align: right;
  font-size: 85%;
}
/*.nav a{
  padding: 0 0 0 12px;
  background: url("../img/nav-arrow.png") left center no-repeat;
}*/
.weak{
  font-size: 85%;
}
#content blockquote{
  background-color: #f4f5f5;
  border: 1px solid #d2d2d2;
  color: #677880;
  margin: 1em 0 1.5em 0;
  padding: 0.5em 1em;
}
*:focus:not(:focus-visible) {
  outline: none;
}
/*----- FIR -----*/
.FIR{
  text-indent: -10000px !important;
  /* \*/
  overflow: hidden !important;
  /* */
  background-repeat: no-repeat;
  background-position: 0 0;
}
.FIR a{
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  outline: 0;
}
ul.FIR, ol.FIR{
  margin: 0;
  padding: 0;
  list-style: none;
}
/*  Layout
////////////////////////////////////////// */
/* body */
body{
  background: #fff;
  text-align: center;
  color: #333;
  overflow-wrap: break-word;
}
/* wrapper */
#wrapper{
  margin: 0 auto !important;
  width: 100%;
  height: 100%;
  text-align: left;
}

/*----- header -----*/
header{
  margin: 0 auto;
  padding: 0;
  width: auto;
  z-index: 1000;
}
/*header #b-logo{
  margin: 0;
  transition: transform .3s;
}
header #b-logo img{
  margin: 0;
  transition: transform .3s;
}*/
/* hdmenu */

header {
  position: sticky;
  top: 0;
}
header img{
  margin: 0;
}
.top-bar { background: #fff; }
.top-bar .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 7px 0;
  max-width: 1300px;
  height: 100%;
}
#logo_think {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}
.top-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.btn-inquiry { box-sizing: border-box; }
.btn-inquiry a{
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff url("../img/nav_mail.svg") no-repeat 10px center;
  background-size: 24px 18px !important;
  padding: 0 15px 0 40px;
  border: 2px solid #00a0e9;
  text-decoration: none;
  transition: all 0.3s;
  height: 40px;
  line-height: 1;
  color: #00a0e9;
  border-radius: 3px;
  font-weight: 600;
}
.btn-inquiry a:hover {
  color: #fff;
  background: #00a0e9 url("../img/nav_mail_on.svg") no-repeat 10px center;
}
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 44px; height: 44px;
  background: #1255a3;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  padding: 8px;
  flex-shrink: 0;
  transition: background .2s;
  z-index: 9999;
}
.hamburger:hover { background: #0e4a8f; }
.hamburger span {
  display: block;
  width: 22px; height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: transform .3s, opacity .3s;
}
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.nav-bar {
  background: #1255a3;
  height: 48px;
}
#nav-bar .nav-inner {
  max-width: 1300px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: stretch;
}
#nav-bar .nav-item {
  position: relative;
  flex: 1;
  display: flex;
}
#nav-bar .nav-item a{
  color: #fff;
  text-decoration: none;
}
#nav-bar .nav-link {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  border-right: 1px solid #fff;
  white-space: nowrap;
  transition: background .15s, color .15s;
}
#nav-bar .nav-item:first-child .nav-link { border-left: 1px solid #fff; }
#nav-bar .nav-link:hover,
#nav-bar .nav-item:hover > .nav-link { background: #fff; color: #1255a3; }
#nav-bar .nav-link.has-drop::after {
  content: '';
  display: inline-block;
  width: 6px; height: 6px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  transition: transform .25s;
  flex-shrink: 0;
}
/*#nav-bar .nav-item:hover > .nav-link.has-drop::after {
  transform: rotate(225deg) translateY(2px);
}*/
#nav-bar .dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 6px 20px rgba(0,0,0,.12);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-4px);
  transition: opacity .2s, transform .2s, visibility .2s;
  z-index: 200;
}
#nav-bar .dropdown .sp{
  display: none;
}
#nav-bar .nav-item:last-child .dropdown { left: auto; right: 0; }
#nav-bar .nav-item:hover .dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
#nav-bar .dropdown > a {
  display: block;
  padding: 11px 15px;
  color: #1255a3;
  text-decoration: none;
  border-bottom: 1px solid #f0f0f0;
  transition: background .15s;
}
#nav-bar .dropdown > a:last-child { border-bottom: none; }
#nav-bar .dropdown > a:hover { background: #edf5fc; }
#nav-bar .has-submenu { position: relative; }
#nav-bar .submenu-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 20px;
  font-weight: 500;
  color: #333;
  cursor: default;
  border-bottom: 1px solid #f0f0f0;
  transition: background .15s, color .15s;
}
#nav-bar .submenu-trigger:hover { background: #edf5fc; color: #1255a3; }
#nav-bar .submenu-trigger::after {
  content: '';
  display: inline-block;
  width: 6px; height: 6px;
  border-right: 2px solid #aaa;
  border-bottom: 2px solid #aaa;
  transform: rotate(-45deg);
  flex-shrink: 0;
  transition: border-color .15s;
}
#nav-bar .submenu-trigger:hover::after { border-color: #1255a3; }
#nav-bar .submenu {
  position: absolute;
  top: 0; left: 100%;
  min-width: 280px;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 4px 6px 20px rgba(0,0,0,.12);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(-4px);
  transition: opacity .2s, transform .2s, visibility .2s;
  z-index: 300;
}
#nav-bar .has-submenu:hover .submenu {
  opacity: 1; visibility: visible;
  pointer-events: auto;
  transform: translateX(0);
}
#nav-bar .submenu a {
  display: block;
  padding: 11px 20px;
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #f0f0f0;
  transition: background .15s, color .15s;
}
#nav-bar .submenu a:last-child { border-bottom: none; }
#nav-bar .submenu a:hover { background: #edf5fc; color: #1255a3; }
#nav-bar .sp-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.45);
  z-index: 500;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}
#nav-bar .sp-overlay.open { opacity: 1; visibility: visible; }
#nav-bar .link_blank{
  background: url("../img/link_blank.svg") right center no-repeat;
  background-size: 18px;
  padding-right: 23px;
}





/*----- content -----*/
#content{
  margin: 0 auto;
  padding: 0;
}
main section .inner{
  margin: auto;
  padding: 40px 0;
  max-width: 1300px;
}
#main-pic{
  background: #D4EAF4;
}
body.product #main-pic .inner{
  background: #D4EAF4 url("../img/bg-product-h1.webp") right center no-repeat;
  background-size: contain;
}
bodY#product-thanks #main-pic .inner,
bodY#product-seminar #main-pic .inner{
  background: none;
}
body.company #main-pic .inner{
  background: #D4EAF4 url("../img/bg-company-h1.webp") right top no-repeat;
  background-size: 80%;
}
body.support #main-pic .inner{
  background: #D4EAF4 url("../img/bg-support-h1.webp") right top no-repeat;
  background-size: contain;
}
#title-area .inner,
#main-pic .lead p,
#main-pic .inner{
  margin: auto;
  padding: 20px 0;
  max-width: 1300px;
}
#title-area .inner{
  padding-bottom: 0;
}
#main-pic .lead{
  background: #F0F5FA;
  font-size: 1.8rem;
}
#title-area h1{
  text-align: center;
  margin: 0 auto;
  background: url("../img/bg-h1-third.webp") center top no-repeat;
  padding: 35px 4%;
  color: #fff;
  font-size: 3.4rem;
}
#content .pagemenu{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 40px auto 0 auto;
  max-width: 1300px;
}
#content .pagemenu a{
  display: block;
	position: relative;
  border: solid 2px #00a0e9;
  padding: 6px;
  color: #00a0e9;
  text-align: center;
  text-decoration: none;
}
#content .pagemenu li{
  flex: 1;
  padding: 0;
}
#content .pagemenu li::before{
  display: none;
}
#content .pagemenu a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 5px;
  height: 5px;
  margin: auto;
  border-top: 2px solid #00a0e9;
  border-right: 2px solid #00a0e9;
  transform: translateX(-50%) rotate(135deg);
}
#content .pagemenu a:hover{
  background: #00a0e9;
  color: #fff;
}
#content .pagemenu a:hover::before{
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}


/**/
br.sp{
  display: none;
}
/* diagram */
.diagram .sp,
.diagram .FIR,
.diagram span{
  display: none;
}
.diagram .image{
  margin: 0 !important;
}
.diagram{
  text-align: center;
}

/*----- footer -----*/
footer{
  margin: 0;
  text-align: left;
  width: 100%;
  overflow: hidden;
}
footer .copy{
  margin: 0;
  padding: 10px 0;
  font-size: 1.3rem;
}
footer .inner{
  padding: 26px 0;
  background: #2a66ab;
}
footer ul,
footer ul li{
  margin: 0;
  background: none;
  padding: 0;
  list-style-type: none;
}
footer a{
  text-decoration: none !important;
}
.footer-meta{
  padding: 26px 0;
}
.footer-meta ul{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.footer-meta ul li a{
  display: block;
  padding: 10px 38px;
  border-left: 1px solid #333;
  color: #333;
}
.footer-meta ul li:last-child a{
  border-right: 1px solid #333;
}
.footer-meta ul li a:hover{
  color: #2a66ab;
}
.footer-nav{
  padding: 0 0 26px 0;
}
.footer-nav ul{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.footer-nav ul a{
  color: #fff;
}
.footer-info{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
  max-width: 1300px;
  color: #fff;
}
.footer-cert{
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  background-color: #fff;
  padding: 16px;
}
.footer-cert img{
  margin: 0;
}
.footer-cert span{
  display: block;
  color: #0065c8;
  font-size: 1.1rem;
}




/*  home
////////////////////////////////////////// */
body#home #content h2{
  margin: 0 0 40px 0;
  border: none;
  padding: 0;
  color: #333;
  font-size: 3.2rem;
  text-align: center;
}
body#home #content h3{
  margin: 40px 0 20px 0;
  padding: 0 0 0 10px;
  border-left: 7px solid #00a0e9;
  color: #122a88;
  font-size: 2.4rem;
  text-align: left;
}
body#home #content h2 span{
  display: block;
  color: #fb0074;
  font-size: 80%;
}
body#home #topics .inner{
  padding: 20px 0 40px 0;
  background: #f0f0ef;
  max-width: 100%;
}
body#home #topics .topicslist{
  margin: auto;
  max-width: 1300px;
}
.topicslist dt{
  position: relative;
  margin: 10px 0 0 0;
  padding: 0 0 0 12px;
  font-weight: normal;
}
.topicslist dt::before{
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	box-sizing: border-box;
	width: 5px;
	height: 5px;
	border: 5px solid transparent;
	border-left: 5px solid #0065c8;
}
.topicslist dd{
  padding: 0 0 10px 12px;
  border-bottom: 1px solid #ccc;
}
body#home #content .link{
  text-align: center;
  margin-top: 50px;
}
body#recruit-mid-career .link a,
body#home #reason .block .link,
body#home #content .link a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #fff;
  padding: 5px 20px;
  border: 2px solid #00a0e9;
  border-radius: 6px;
  color: #00a0e9;
  text-decoration: none;
  transition: 0.3s;
}
body#recruit-mid-career .link a::after,
body#home #reason .block .link::after,
body#home #content .link a::after{
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #00a0e9;
  border-right: 2px solid #00a0e9;
  transform: rotate(45deg);
}
body#recruit-mid-career .link a:hover,
body#home #reason .block:hover .link,
body#home #content .link a:hover {
  background: #00a0e9;
  color: #fff;
}
body#recruit-mid-career .link a:hover::after,
body#home #reason .block:hover .link::after,
body#home #content .link a:hover::after {
  border-color: #fff;
}
body#home #about h2{
  text-align: left;
}
body#home #about .inner{
  background: url("../img/bg-home-about-01.webp") right 20px no-repeat;
  background-size: 50%;
  padding: 40px 0 60px 0;
  min-height: 700px;
}
body#home #about .inner div{
  width: 52%;
}
body#home #about dl{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-left: 20px;
  font-size: 2.0rem;
}
body#home #about dt,
body#home #about dd{
  margin-bottom: 20px;
}
body#home #about dt{
  background: #00a0e9;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
}
body#home #about dt:last-of-type{
  background: #2e469b;
}
body#home #about dd{
  width: calc(100% - 50px);
}
body#home #about .images{
  margin-left: 20px;
  text-align: left;
}
body#home #reason,
body#home #contact{
  background: #5ac9f9;
}
body#home #reason .inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 40px 0 60px 0;
}
body#home #reason h2{
  width: 100%;
}
body#home #reason .block{
  margin: 0;
  width: calc(50% - 20px);
  text-align: center;
}
body#home #reason .block a{
  display: block;
  background: #f3f3f3;
  padding: 20px;
}
body#home #reason img{
  margin: 0;
  width: 140px;
}
body#home #reason .block .link{
  margin: 10px 0 0 0;
}
body#home #reason .block a{
  text-decoration: none;
  color: #333;
}
body#home #reason .block a:hover{
  transform: translateY(5px);
}
body#home #recruit{
  background: url("../img/bg-recruit.webp") right center no-repeat;
  background-size: cover;
} 

body#home #recruit h2{
  width: 100%;
}
body#home #recruit .inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 60px 0 200px 0;
}
body#home #recruit .block{
  width: calc(50% - 20px);
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.3);
  overflow: visible;
  position: relative;
}
body#home #recruit p{
  margin: 0;
}
body#home #recruit .images{
  width: 100%;
  line-height: 0;
  overflow: hidden;
}
body#home #recruit .images img {
  margin: 0;
  width: 100%;
  display: block;
}
body#home #recruit .label{
  position: relative;
  background: #fff;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 20px;
  border-top: 1px solid #e8e8e8;
  font-size: 2.0rem;
  font-weight: 600;
  transition: .3s;
}
body#home #recruit .label::after{
  content: '';
  position: absolute;
  right: 20px;
    top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #00a0e9;
  border-bottom: 2px solid #00a0e9;
}
body#home #recruit .freshman .label::after {
  transform: translateY(-70%) rotate(45deg);
}
body#home #recruit .career .label::after {
  transform: translateY(-50%) rotate(-45deg);
}
body#home #recruit .dropdown-menu {
  display: none;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-top: none;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 100;
}
body#home #recruit .dropdown-menu ul,
body#home #recruit .dropdown-menu ul li{
  list-style: none;
  margin: 0;
  padding: 0;
}
body#home #recruit .dropdown-menu ul li {
  border-top: 1px solid #e8e8e8;
}
body#home #recruit .dropdown-menu ul li::before{
  display: none;
}
body#home #recruit .dropdown-menu ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 14px 20px;
  text-decoration: none;
  color: #3a7fce;
  transition: background 0.15s;
}
body#home #recruit .career a:hover .label,
body#home #recruit .dropdown-menu ul li a:hover {
  background: #f0f5fb;
}
body#home #recruit .career a{
  display: block;
  text-decoration: none;
}
body#home #contact p{
  font-size: 1.8rem;
}
body#home #contact .inner{
  background: url("../img/bg-contact.png") right bottom no-repeat;
  background-size: 340px auto;
}
body#home #contact h4{
  margin: 0;
  text-align: left;
  padding: 0 0 0 45px;
}
body#home #contact .inner > div{
  margin: 20px 0 0 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #fff;
  width: calc(100% - 380px);
}
body#home #contact .lv04-01{
  border-top: 1px solid #fff;
  padding-top: 20px !important;
}
.tel-link {
  text-decoration: none !important;
}
footer .tel-link{
  color: #fff !important;
}
@media screen and (min-width: 769px) {
  .tel-link {
    pointer-events: none;
    cursor: default;
    color: inherit;
  }
}
body#home #contact h4{
  background: url("../img/nav-ope.png") left center no-repeat;
  background-size: 35px;
}
body#home #contact .lv04-03 h4{
  background: url("../img/nav-tel.png") left center no-repeat;
  background-size: 35px;
}
body#home #contact .inner > div div{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
body#home #contact em{
  margin-right: 20px;
  font-size: 4.0rem;
  color: #333;
  font-weight: 400;
}




/*  company
////////////////////////////////////////// */

/* company-vision */
body#company-vision #title-area h1{
  background: #2a66ab;
  padding: 10px 4%;
  font-size: 3.2rem;
}
body#company-vision #title-area .pic{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #d2e6f0;
}
body#company-vision #title-area img{
  margin: 0;
}
body#company-vision #content em{
  color: #1255a3;
}
body#company-vision #content .block{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body#company-vision #content .text{
  width: calc(100% - 340px);
}
body#company-vision #content .images{
  width: 300px;
}

/* company-corporation */
body#company-corporation table th{
  width: 20em;
}
body#company-corporation table dt{
  font-weight: 500;
}
body#company-corporation table dd{
  padding: 0 0 0 14em;
  margin: -1.6em 0 0 0;
}
body#company-corporation #address iframe{
  margin: 0 0 10px 0;
}
body#company-corporation #history h3{
  padding: 0;
  border: none;
}
body#company-corporation #history h3 span{
  background: #00a0e9;
  padding: 5px 15px;
  color: #fff;
  font-weight: 700;
  font-size: 2.2rem;
}
body#company-corporation #history .year{
  font-weight: 700;
  font-size: 2.2rem;
  color: #00a0e9;
}
body#company-corporation #history em{
  color: #e4007f;
}
body#company-corporation #history .block{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
body#company-corporation #history .year{
  width: 120px;
}
body#company-corporation #history .text{
  width: calc(100% - 120px);
}
body#company-corporation #history .block.pic .text{
  width: calc(100% - 520px);
}
body#company-corporation #history .block.pic .images{
  width: 300px;
}




/*  topics
////////////////////////////////////////// */
body.topics .flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body#topics-2 .pic img{
  width: 400px;
}
body#topics-2 .text{
  width: calc(100% - 440px);
}
body#topics-2026 #content h3{
  margin: 60px 0 20px 0;
}
body#topics-2026 #content .lv03-02 dl,
body#topics-2026 #content .lv03-05 dl{
  line-height: 1.6em;
}
body#topics-2026 #content .lv03-02 dd,
body#topics-2026 #content .lv03-05 dd{
  padding: 0 0 0 5em;
  margin: -1.6em 0 10px 0;
}



/*  product
////////////////////////////////////////// */
.category-list{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin: 0 auto 60px auto;
  max-width: 840px;
}
.category-list .link,
.category-list .block{
  width: 400px;
}
.category-list .link a,
.category-list .block a {
  position: relative;
  display: block;
  text-decoration: none;
  box-shadow: 0 2px 10px rgba(0,0,0,0.3);
  text-align: center;
  font-weight: 700;
}
.category-list .pic-wrap {
  position: relative;
  overflow: hidden;
  height: 360px;
}
.category-list .pic {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
  position: relative;
  z-index: 0;
}
.category-list a:hover .pic {
  transform: scale(1.08);
}
.category-list .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(18, 85, 162, 0.8);
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
  z-index: 1;
}
.category-list a:hover .overlay {
  opacity: 1;
}
.category-list .texts {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 28px 24px;
  pointer-events: none;
  z-index: 2;
}
.category-list .title,
.category-list .text{
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.45s ease, transform 0.45s ease;
}
.category-list a:hover .title {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.05s;
}
.category-list a:hover .text {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.20s;
}
.category-list .title {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
.category-list .title small {
  display: block;
  margin-top: 5px;
  font-size: 90%;
}
.category-list .text {
  color: rgba(255,255,255,0.90);
  text-align: center;
  letter-spacing: 0.04em;
}
.category-list .more {
  display: inline-block;
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  border: 1px solid #fff;
  color: #fff;
  padding: 10px 32px;
  border-radius: 2px;
  pointer-events: auto;
  opacity: 0;
  transition: opacity 0.45s ease 0.33s, transform 0.45s ease 0.33s;
  white-space: nowrap;
  z-index: 3;
}
.category-list a:hover .more {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.category-list .btn{
  position: relative;
  display: block;
  padding: 15px;
  color: #2a66ab;
  text-align: center;
}
.category-list .link a::before,
.category-list .btn::before{
	position: absolute;
  content: "";
	top: 0;
	bottom: 0;
	right: 15px;
	margin: auto;
  width: 6px;
  height: 6px;
  border-top: 2px solid #00a0e9;
  border-right: 2px solid #00a0e9;
  transform: rotate(45deg);
}
.category-list .link a{
  position: relative;
  padding: 15px;
  border: 2px solid #00a0e9;
}
.category-list .link a:hover{
  background: #00a0e9;
  color: #fff;
}
.category-list .link a:hover::before{
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

/* product-life */
body#product-life #lv02-01 .images{
  text-align: center;
}
body#product-life #lv02-01 h2{
  border: none;
  padding: 0;
  text-align: center;
  font-size: 3.2rem;
}
body#product-life #lv02-01 h3{
  font-size: 2.8rem;
}
body#product-life #lv02-01 h4{
  margin: 0 0 10px 0;
  font-size: 2.3rem;
  color: #1255a3;
}
body#product-cremas #lv02-01 ul,
body#product-life #lv02-01 .block{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}
body#product-cremas #lv02-01 li,
body#product-life #lv02-01 .block div{
  position: relative;
  background: #f0f5fa;
  padding: 20px;
  border: 1px solid #ccc;
  width: calc(50% - 10px);
}
body#product-life #lv02-01 .block div::after{
  display: block;
  position: absolute;
  font-style: oblique;
  color: #01a992;
  right: 10px;
  bottom: 15px;
  font-size: 120%;
  line-height: 0;
}
body#product-life #lv02-01 .lv04-01::after{
  content: "01";
}
body#product-life #lv02-01 .lv04-02::after{
  content: "02";
}


/* product-cremas */
body#product-cremas h2{
  border: none;
  padding: 0;
  text-align: center;
  font-size: 2.8rem;
}
body#product-cremas #lv02-01 p{
  text-align: center;
  font-size: 2.0rem;
}
body#product-cremas #lv02-01 ul{
  margin: 20px auto 0 auto;
  max-width: 800px;
}
body#product-cremas #lv02-01 li{
  margin: 0;
  color: #1255a3;
  font-size: 2.0rem;
  text-align: center;
}
body#product-cremas #lv02-01 li::before{
  background: none;
}

/* product-performance */
body#product-performance .lv03-01 div{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: url("../img/bg-product-performance-01.webp") center center no-repeat;
  background-size: 1100px auto;
  padding-bottom: 120px;
}
body#product-performance .lv03-01 dl{
  width: calc(16.66% - 10px);
  text-align: center;
}
body#product-performance .lv03-01 dt{
  margin: 0 0 10px 0;
  background-color: rgba(255, 255, 204, 0.75);
  padding: 5px;
  color: #1255a3;
  font-weight: 500;
}
body#product-performance .lv03-01 dd{
  margin-bottom: 10px;
  padding: 0;
  color: #000;
}

/**/
body#product-seminar #lv02-01 .block{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body#product-seminar #lv02-01 .images{
  width: 500px;
}
body#product-seminar #lv02-01 .text{
  width: calc(100% - 520px);
}
body#product-seminar #lv02-01 h3{
  margin-top: 0;
}
body#product-seminar #lv02-01 .timeschedule{
  width: 100%;
}
/*body#product-seminar #lv02-01 .timeschedule .images{
  width: calc(50% - 10px);
}*/
body#product-seminar #lv02-01 .link{
  text-align: center;
}
body#product-seminar #form-privacy .box h4{
  margin: 0 0 10px 0;
  color: #1255a2;
  font-size: 2.2rem;
}
body#product-seminar #form-privacy .box h5{
  margin: 40px 0 10px 0;
  font-weight: 700;
}
body#product-seminar #form-area .inner{
  background: #fff;
  padding: 0;
  font-size: 1.6rem;
}
body#product-seminar #form-area .block{
  background: #F0F5FA;
  padding: 40px;
  font-size: 1.8rem;
}
body#product-seminar #form-area em{
  color: #000;
  font-size: 1.8rem;
}
body#product-seminar #form-area .field div input{
  margin-right: 10px;
}





/*  support
////////////////////////////////////////// */
/* support-idx */
body#support-idx .block h3{
  margin: 40px 0 0 0;
  background: #1255a2;
  padding: 10px;
  border: none;
  color: #fff;
}
body#support-idx .block h4{
  margin: 0 0 5px 0;
  color: #e4007f;
  font-size: 2.0rem;
}
body#support-idx .box{
  margin: 0 0 10px 0 !important;
}
body#support-idx .box div{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
body#support-idx .box{
  background: #f0f0ef;
}
body#support-idx .box .text{
  width: calc(100% - 125px);
}
body#support-idx .box img{
  margin: auto;
  width: 105px;
}
body#support-idx .support03 img{
  width: 100% !important;
}
body#support-idx .number{
  font-size: 3.8rem;
}
body#support-idx .number .tel-link{
  color: #333;
}
body#support-idx .support03 li::before{
  display: none;
}
body#support-idx .support03 li{
  padding: 0;
}
body#support-idx .faq{
  margin-top: 60px;
}

/* support-thinktaxfaq */
body#support-thinktaxfaq #content .block{
  margin: 40px 0 0 0;
}
body#support-thinktaxfaq #content .block a{
  font-size: 2.0rem;
}











/*  inquiry
////////////////////////////////////////// */
.privacy-toggle{
  position:relative;
  padding: 14px 40px 14px 20px;
  border: 2px solid #2a6db8;
  background:#fff;
  cursor: pointer;
  font-weight:600;
  font-size: 2.4rem;
}
.privacy-toggle::after{
  content:"+";
  position:absolute;
  right:20px;
  top:50%;
  transform:translateY(-50%);
  font-size: 3.0rem;
  color:#2a6db8;
}
.privacy-toggle.open::after{
  content:"−";
}
.privacy-content{
  display: none;
  border: 1px solid #ccc;
  border-top: none;
  background:#fff;
}
.privacy-inner{
  max-height:320px;
  overflow-y:auto;
  padding: 25px;
}
.privacy-inner h2{
  margin: 40px 0 20px 0;
}
#form-privacy .inner{
  padding: 0;
}
#form-privacy h3{
  margin: 0 0 20px 0 !important;
}
#form-privacy h4{
  margin: 40px 0 5px 0;
  color: #333;
  font-size: 1.8rem;
}
#form-privacy .link{
  margin: 40px 0;
  text-align: center;
}
#form-privacy .btn_form{
  display: inline-block;
  padding: 10px 60px;
  background: #064198;
  border-style: none;
  color: #fff;
  border-radius: 3px;
  text-decoration: none;
  font-size: 1.8rem;
  transition: all 0.3s;
  cursor: pointer;
}
#form-privacy .btn_form:hover{
  background: #ccc;
}
#form-area{
  margin: 0 0 60px 0;
}
#form-area .lead{
  margin: 0 auto 10px auto;
  max-width: 1300px;
}
#form-area .inner{
  background: #F0F5FA;
  padding: 40px;
  font-size: 1.8rem;
}
#form-area form {
  overflow: hidden;
}
#form-area form > div {
  display: grid;
  grid-template-columns: 240px 1fr;
  border-bottom: 1px solid #c5d8ee;
  transition: background 0.2s;
}
#form-area form > div:last-child { border-bottom: none; }
#form-area form > div:hover { background: #e4eef8; }

#participants-container label,
#form-area form > div > label {
  display: flex;
  align-items: center;
  padding: 18px 0;
  color: #2563a8;
  letter-spacing: 0.03em;
  gap: 4px;
}
#participants-container label span,
#form-area .lead span,
#form-area form > div > label > span {
  color: #e0245e;
  line-height: 1;
  margin-left: 2px;
}
#form-area form > div > div {
/*  display: flex;
  align-items: center;*/
  padding: 14px 20px;
}
#form-area form > div > .productlist{
  display: block;
}
#form-area form > div > .productlist label{
  display: block;
  margin: 0 0 10px 0;
}
#form-area form > div > .productlist input{
  width: 24px;
}
#form-area form > div:has(textarea) > div {
  align-items: flex-start;
  padding: 16px 20px;
}
#form-area input, textarea {
  width: 100%;
  max-width: 420px;
  border: 1px solid #ccc;
  padding: 9px 13px;
  background: #fff;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}
#form-area form .wide input{
  max-width: 100%;
}
#form-area input:focus,
#form-area textarea:focus {
  border-color: #2563a8;
  box-shadow: 0 0 0 3px rgba(37, 99, 168, 0.12);
}
#form-area input::placeholder,
#form-area textarea::placeholder {
  color: #666;
}
#form-area textarea {
  max-width: 100%;
  min-height: 200px;
  resize: vertical;
  line-height: 1.6;
}
#form-area footer {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 32px;
}
#form-area #submitBtn,
#form-area #backBtn,
#form-area footer > button {
  padding: 14px 48px;
  font-weight: 500;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  letter-spacing: 0.05em;
  transition: opacity 0.2s, transform 0.1s;
  color: #fff;
  transition: .3s;
}
#form-area footer > button:active { transform: scale(0.98); }
#form-area footer > button[type="submit"] {
  background: #b0bec5;
  cursor: not-allowed;
  opacity: 0.85;
}
#form-area footer > button[type="submit"].active {
  background: var(--blue);
  cursor: pointer;
  opacity: 1;
}
#form-area #submitBtn,
#form-area #backBtn,
#form-area footer > #confirmBtn.is-active {
  background: #1e4d8c;
  color: #fff;
}
#form-area footer > button[type="reset"] {
  background: #1e4d8c;
}
#form-area footer > #confirmBtn.is-active:hover,
#form-area footer > button[type="reset"]:hover{
  /*opacity: 0.88;*/
  background: #ccc;
}
#form-area .weak{
  margin-top: 40px;
  color: #fb0074;
  font-size: 100%;
}
.accept{
margin-top: 40px;
  text-align: center;
}
.accept input{
  margin-right: 5px;
}

/**/
#form-area .alert{
  border-color: #e74c3c;
}
#form-area .valid{
  border-color: #27ae60;
}
#form-area #notes.valid,
#form-area textarea.valid,
#form-area #message.valid,
#form-area .wide input.valid{
  max-width: calc(100% - 40px);
}
#form-area{
  display: block;
  width: 100%;
}
#form-area .success{
  border-radius: 5px;
  background: #090;
  line-height: 1.5em;
  padding: 0px 5px;
  margin: 0 0 0 10px;
  color: #FFF;
  background-size: 100% 100%;
  font-size: 70%;
}
#form-area .alert{
  color: #C00;
  display: block;
  margin: 5px 0 0 0;
  font-size: 70%;
}
#form-area input[type="checkbox"].alert {
    display: inline-block;
    margin: 0;
}
#fax-error:not(.success),
#lecture-error:not(.success),
#venue-error:not(.success),
#department-error:not(.success),
#organization-error:not(.success),
#prefecture-error:not(.success),
#resume-error:not(.success),
#how_did_you_find_us-error:not(.success),
#questions-error:not(.success),
#self_pr-error:not(.success),
#qualifications-error:not(.success),
#desired_salary-error:not(.success),
#desired_location-error:not(.success),
#desired_job-error:not(.success),
#education-error:not(.success),
#mobile_phone-error:not(.success),
#birth_date-error:not(.success),
#email-error:not(.success),
#name-error:not(.success),
#name_kana-error:not(.success),
#postal_code-error:not(.success),
#address-error:not(.success),
#products-error:not(.success),
#phone-error:not(.success),
#personal-error:not(.success),
#company-error:not(.success),
#message-error:not(.success){
  display: none;
}
#modal{
  padding: 0 4%;
}
#modal > p{
  margin: 0 0 30px 0;
}
#modal .confirm{
  font-size: 1.6rem;
  border-top: 1px solid #ccc;
  padding-top: 10px;
}
#modal .confirm > div{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #ccc;
}
#modal .label{
  width: 200px;
  font-weight: 700;
}
#modal .data{
  width: calc(100% - 200px);
}
#form-area form #participants-container{
  display: block;
}
#participants-container .participant-group{
  display: grid;
  grid-template-columns: 240px 1fr;
  padding: 0;
}
#participants-container input,
#participants-container .alert{
  width: calc(50% - 10px);
  max-width: 100%;
}
#participants-container .valid{
  max-width: calc(50% - 40px);
}
#form-area select{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 280px;
  padding: 8px 35px 8px 12px;
  font-size: 14px;
  color: #333333;
  line-height: 1.5;
  background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10"><path d="M0 3l5 5 5-5z" fill="%23666666"/></svg>');
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 10px;
  cursor: pointer;
  outline: none;
  box-sizing: border-box;
}
#form-area select:hover {
  background-color: #e5e5e5;
  border-color: #bbbbbb;
}
#form-area select option {
  background-color: #ffffff;
  color: #333333;
  padding: 10px;
}
#form-area select::-ms-expand {
  display: none;
}
#participants-container .participant-group div{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
}
#participants-container .participant-group div > div{
  padding: 0;
  width: calc(50% - 10px);
}
#participants-container .participant-group div > div input,
#participants-container .participant-group div > div input.valid{
  width: calc(100% - 40px);
  max-width: 100%;
}

#product-thanks .category-list{
  margin-top: 60px;
}




/*  recruit - mid-career
////////////////////////////////////////// */
body#recruit-mid-career #lv02-04 .inner{
  padding: 0 0 40px 0;
}
body#recruit-mid-career #lv02-04  a,
body#recruit-mid-career #lv02-04 .lead{
  font-size: 1.8rem;
  font-weight: 700;
}
body#recruit-mid-career .link{
  margin: 30px 0;
}




/*  policy
////////////////////////////////////////// */
.signature{
  margin: 20px 0;
}
.signature p{
  text-align: right;
}
body#policy-privacy_policy table th{
  width: 12em;
}
body#policy-privacy_mark #lv02-01 .lv03-05 th,
body#policy-privacy_mark #lv02-01 .lv03-03 tbody th{
  width: 40%;
}
body#policy-privacy_mark #lv02-01 .lv03-03 .lv04-03 ol{
  list-style-type: katakana;
  padding: 0 0 0 1em;
}
body#policy-privacy_mark #lv02-01 .lv03-03 .lv04-03 ol li::marker {
  content: counter(list-item, katakana) ". ";
}
body#policy-privacy_mark #lv02-01 .lv03-06 h5,
body#policy-privacy_mark #lv02-01 .lv03-04 h4{
  margin: 30px 0 5px 0;
  color: #333;
  font-size: 1.8rem;
  font-weight: 600;
}
body#policy-privacy_mark #lv02-01 .lv03-06 .lv05-01{
  margin-top: 30px;
}
body#policy-security_policy #lv02-03 h3{
  padding: 0;
  border: none;
  color: #1255a3;
}

