@charset "utf-8";

/* ===================================================================
COMMON APPLY
=================================================================== */

/* カラー設定
--------------------*/

.apply-check-contents {
    border: 1px solid #ED354A;
}

.apply-check-contents-head {
    color: #FFF;
    background: #ED354A;
}

.apply-check-etc {
    border: 1px solid #BCBCBC;
}

::-webkit-scrollbar-track {
	background: #EDEDED;
}

::-webkit-scrollbar-thumb {
	background: #ED354A;
}

.apply-check-input label:before {
	border: 2px solid #BCBCBC;
}

.apply-check-input input[type="checkbox"]:checked + label {
    color: #ED354A;
}

.apply-check-input input[type="checkbox"]:checked + label:before {
	border: 2px solid #ED354A;
}

.apply-check-input input[type="checkbox"]:checked + label:after {
    border-bottom: 2px solid #ED354A;
    border-right: 2px solid #ED354A;
}

.apply-attention {
    color: #ED354A;
}

/* ルール設定
--------------------*/

.apply-check-content {
    display: none;
}

::-webkit-scrollbar {
	width: 4px;
}

::-webkit-scrollbar:horizontal {
	width: 4px;
}

div[class^='apply-check-'] {
    line-height: 1.666;
    word-break: break-all;
}

/* レイアウト設定 提供先名
--------------------*/

.apply-check-title {
    margin: 0 0 20px;
    font-size: 16px;
    font-weight: 700;
}

/* レイアウト設定 データ利用目的
--------------------*/

.apply-check-reason {
    margin: 0 0 20px;
}

/* レイアウト設定 データ項目
--------------------*/

.apply-check-contents {
    margin: 0 0 20px;
}

.apply-check-contents-head {
    font-weight: 700;
    text-align: center;
    padding: 10px;
}

.apply-check-contents-body {
    padding: 15px;
    background: #FFF;
}

/* レイアウト設定 その他規約等の表示情報
--------------------*/

.apply-check-etc {
    height: 200px;
    margin: 0 0 15px;
    padding: 15px;
    background: #FFF;
    overflow-y: auto;
}

/* レイアウト設定 チェックボックス
--------------------*/

.apply-check-input {
    display: flex;
    justify-content: center;
    margin: 30px 0;
}

.apply-check-input input {
    display: none;
}

.apply-check-input label {
	position: relative;
	display: block;
	padding: 0 0 0 30px;
    cursor: pointer;
}

.apply-check-input label:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	width: 20px;
	height: 20px;
    background: #FFF;
}

.apply-check-input input[type="checkbox"]:checked + label {
    font-weight: 700;
}

.apply-check-input input[type="checkbox"]:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 8px;
    transform: translate(0, -60%) rotate(40deg);
    width: 5px;
    height: 10px;
}

/* 撤回済　注意文言
--------------------*/

.apply-attention {
    display: none;
    margin: 0 0 30px;
    font-weight: 700;
    text-align: center;
}