@charset "EUC-JP";

/* Used Only
/compliance/screening/css/screening.css
=======================================================*/


/* Common
-------------------------------------------------------*/
/* Text */
h2.mainVI {
    display: flex;
    align-items: center;
    width: 640px;
    height:  160px;
    margin-bottom: 30px;
    padding: 10px;
    background: #10121F url("/compliance/screening/images/header.png") no-repeat right top;
    box-sizing: border-box;
    color: #FFFFFF;
    font-size: 150%;
    font-weight: bold;
}
.column_01 p:not(:last-child) {
    margin-bottom: .5em;
}
h4 {
    margin-bottom: .5em;
    font-size: 100%;
    font-weight: bold;
}

/* List */
ul.disc {
    margin: 0 0 1em 0;
    padding-left: 1.5em;
    list-style: disc;
}
ul.disc > li + li {
    margin-top: .5em;
}

ol.decimal {
    margin: 0 0 1em 0;
    padding-left: 1.5em;
}
ol.decimal li {
    list-style: decimal;
}
ol.decimal > li + li {
    margin-top: .5em;
}
.priceBlock ol.noteNo {
    font-size: 100%;
}

.supText {
    display: block;
    font-size: 11px;
    font-weight: normal;
}

/* Link */
.linkList a.navilink {
    position: relative;
    padding-left: 1.5em;
}
.linkList a.navilink::before, .linkList a.navilink::after {
    content: '';
    display: block;
    position: absolute;
}
.linkList a.navilink::before {
    top: 50%;
    left: 0;
    width: 12px;
    height: 12px;
    margin-top: -5px;
    background-color: #3D4453;
}
.linkList a.navilink::after {
    top: 50%;
    left: 2px;
    width: 4px;
    height: 4px;
    margin-top: -2px;
    border: 2px solid #FFFFFF;
    border-left-width: 0;
    border-top-width: 0;
    transform: rotate(-45deg);
}

/* Popup */
span.popup {
	display: inline-block;
	position: relative;
    padding-right: 16px;
    margin-right: 4px;
}
span.popup::before,
span.popup::after {
	content: '';
	display:block;
	position: absolute;
	width: 7px;
	height: 7px;
	top: 50%;
	border: 1px solid #2c3840;
	transition: .3s ease-in-out;
}
span.popup::before {
	right: 0;
	margin-top: -2px;
}
span.popup::after {
	right: 4px;
	margin-top: -6px;
}

/* Parts */
.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

/* Read Block
-------------------------------------------------------*/
.readBlock {
    width: 620px;
    margin-bottom: 30px;
}

/* Step Block
-------------------------------------------------------*/
.stepBlock {
    width: 620px;
    margin-bottom: 30px;
}
.stepBlock ol {
    display: inline-flex;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.stepBlock li {
    width: calc(100% / 5);
    margin-bottom: 0;
}
.stepBlock li h4 {
    position: relative;
    padding: .6rem 1rem .4rem .4rem;
    background-color: #009991;
    color: #FFFFFF;
    overflow: hidden;
}
.stepBlock li h4::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: -2.6em;
    right: 0;
    border-top: 5em solid #FFFFFF;
    border-bottom: 5em solid #FFFFFF;
    border-left: 2em solid #009991;
}
.stepBlock li h4 span {
    display: block;
}
.stepBlock li h4 span:first-child {
    margin-bottom: .25em;
    font-weight: normal;
    text-align: center;
}
.stepBlock li h4 span:last-child {
    font-size: 110%;
    text-align: center;
}
.stepBlock li p {
    padding: 0 .4rem;
}

/* Price Block
-------------------------------------------------------*/
.priceBlock {
    width: 620px;
    margin-bottom: 30px;
}
.priceBlock .table_01 thead th {
    text-align: center;
}
.priceBlock .table_01 th,
.priceBlock .table_01 td {
    width: auto;
}
.priceBlock .table_01 tbody th {
    background-color: #FFFFFF;
    font-weight: normal;
    vertical-align: middle;
}
.priceBlock .table_01 td {
    background-color: #FFFFFF;
}

/* Article Price Block
-------------------------------------------------------*/
.articlePriceBlock {
    width: 620px;
    margin-bottom: 30px;
}

/* Use Case Block
-------------------------------------------------------*/
.usecaseBlock {
    width: 620px;
    margin-bottom: 30px;
}
.usecaseBlock li {
    border: solid 1px #CCCCCC;
    margin: 15px 0;
}
.usecaseBlock li + li {
    margin-top: 15px;
}
.usecaseBlock h4 {
    margin-bottom: 0;
    padding: 10px;
    background-color: #F3F3F3;
    border-bottom: solid 1px #CCCCCC;
    font-size: 130%;
    font-weight: bold;
}
.usecaseBlock .usecaseBody {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 10px;
}
.usecaseBlock figure {
    flex-basis: 180px;
    margin: 0 20px 0 0;
}
.usecaseBlock p {
    flex: 1;
}

/* First Use Block
-------------------------------------------------------*/
.firstuseBlock {
    width: 620px;
    margin-bottom: 30px;
}
.firstuseBlock .manual {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.firstuseBlock .manual li {
    flex-basis: 100%;
    margin-bottom: 15px;
}
.firstuseBlock .manual li.half {
    flex-basis: calc(50% - 5px);
}
.firstuseBlock .manual li.half + .half {
    margin-left: 10px;
}
.firstuseBlock .manual figure {
    margin: 0;
    padding: 10px;
    background-color: #E0EFEE;
}
.firstuseBlock .manual figcaption {
    margin-bottom: .25em;
}

/* etc Contact ----------------------------------------*/
.etcContact {
    margin: 30px auto;
}
.etcContact .contactBlock {
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
}
.etcContact h4 {
    padding: 5px 10px;
    font-weight: bold;
    border-bottom: 1px solid #CCCCCC;
}
.etcContact .support {
    display: flex;
    justify-content: center;
}
.etcContact .support li {
    min-width: 40%;
}
.etcContact .support li + li {
    margin-left: 20px;
}
.etcContact .support .tel strong {
    display: block;
    font-size: 130%;
}
.etcContact .support .mail strong {
    display: block;
    font-size: 120%;
}
.etcContact .etcBody {
    padding: 10px;
}

/* Banner Block
-------------------------------------------------------*/
.bannerBlock {
    margin-bottom: 40px;
}
.bannerBlock ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.bannerBlock li:not(:last-child) {
    margin-bottom: 20px;
}

/* Guide Block
-------------------------------------------------------*/
.guideBlock {
    margin-bottom: 40px;
}
.guideBlock h2,
.guideBlock p.button {
    text-align: center;
}
.guideBlock :last-child {
	margin-bottom: 0;
}

/* Campaign
-------------------------------------------------------*/

/* Campaign Block（2024/02-2024/03) -------------------*/
.campaign-block {
    margin: 2em 10px;
    padding: 10px;
    background: rgb(159,218,221);
    background: linear-gradient(90deg, rgba(155, 223, 240, 1) 0%, rgba(140, 194, 243, 1) 100%);
    border-radius: 12px 12px;
}
.campaign-block > .inner {
    padding: 10px;
    background-color: rgba(255,255,255,.4);
    border-radius: 6px 6px 0 0;
}
.campaign-block h2 {
    margin-bottom: 1em;
    font-weight: bold;
    text-align: center;
}
.campaign-block h2 span:nth-child(1) {
    display: block;
    margin-bottom: .5em;
    font-size: 120%;
}
.campaign-block h2 span:nth-child(2) {
    display: inline-block;
    padding: .4rem 4rem;
    background-color: #0a98cc;
    color: #FFFFFF;
    clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
    font-size: 146%;
}
.campaign-block .date {
    margin-bottom: 1em!important;
    font-size: 120%;
    text-align: center;
}
.campaign-block .body {
    position: relative;
    font-size: 110%;
}
.campaign-block .icon {
    position: absolute;
    bottom: 20px;
    right: 20px;
    color: #F4EEA9;
    transform: rotate(-25deg);
}
.campaign-block .icon span:first-child {
    display: block;
    font-size: 800%;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    z-index: 0;
}
.campaign-block .icon span:last-child {
    display: block;
    font-size: 300%;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    z-index: 0;
}
.campaign-block .campaign-price {
    border-radius: 0 0 6px 6px;
    font-size: 120%;
    line-height: 1;
    overflow: hidden;
    text-align: center;
}
.campaign-block .campaign-price a {
    display: block;
    padding: .6rem 1rem;
    background-color: rgba(255,255,255,1);
    text-decoration: none;
}
.campaign-block .campaign-price span {
    position: relative;
    padding-right: 1.4rem;
}
.campaign-block .campaign-price span::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    width: 10px;
    height: 10px;
    border: 1px solid #0000FF;
    border-left-width: 0;
    border-top-width: 0;
    transform: rotate(45deg);
}
.campaign-block .campaign-price a:hover span::after  {
    border-color: #FF3300;
}
.campaign-block .campaign-price span::after {
    top: 0;
}

/* Campaign Text Block --------------------------------*/
.campaign-text-block {
    margin-bottom: 0 !important;
    padding: 10px 10px 10px 10px;
    font-size: 140%;
    text-align: center;
}
.campaign-text-block > strong,
.campaign-text-block > span {
    display: inline-block;
    position: relative;
    padding: 5px 30px;
    color: #0A98CC;
}
.campaign-text-block > strong::before,
.campaign-text-block > strong::after,
.campaign-text-block > span::before,
.campaign-text-block > span::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    width: 2px;
    height: 2em;
    margin-top: -1em;
    background-color: #0A98CC;
    border-radius: 50vh;
}
.campaign-text-block > strong::before,
.campaign-text-block > span::before {
    right: 0;
    transform: rotate(50deg);
}
.campaign-text-block strong::after,
.campaign-text-block > span::after {
    left: 0;
    transform: rotate(-50deg);
}
#price {
    width: 620px;
    padding: 10px;
    background: linear-gradient(90deg, rgba(155, 223, 240, .4) 0%, rgba(140, 194, 243, .4) 100%);
    border-radius: 12px 12px;
    box-sizing: border-box;
}
#price h3 {
    margin-bottom: .5em;
    font-size: 130%;
    font-weight: bold;
    text-align: center;
}
#price .table_01 td {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#price .table_01 td .standard,
#price .table_01 td .special {
    margin-bottom: 0 !important;
}
#price .table_01 td .standard {
    min-width: 40%;
}
#price .table_01 td .standard s {
    display: inline-block;
    min-width: 15em;
    padding-left: .5em;
    text-align: right;
}
#price .table_01 td .special {
    flex: 1;
    position: relative;
    padding-left: 40px;
    color: #E00000;
    font-weight: bold;
    text-align: right;
}
#price .table_01 td .special::after {
    content: '\02192';
    display: inline-block;
    position: absolute;
    top: .25em;
    left: 20px;
    color: #E00000;
    font-size: 150%;
    line-height: 1;
}
#price .table_01 td .special span {
    font-size: 140%;
}

/* Campaign Login Block --------------------------------*/
.campaign-login-block {
    margin-bottom: 40px;
}
.campaign-login-block .login-text {
    font-size: 120%;
    text-align: center;
}
.campaign-login-block .login-button {
    margin-bottom: 30px! important;
    text-align: center;
}
.campaign-login-block .login-button a {
    display: inline-block;
}