@charset "utf-8";
#pdf-box {
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
    /*
    padding: 2em;
    width: 300px;
    font-size: 12px;
    padding : 10px 0 10px 0;
    */
    padding: 0.5em;
    height: 260px;
    overflow-y: scroll;
    box-sizing: border-box;
    border: 1px solid #ccc;
    background-color:white;
}
.d-title {
    padding: 1em 0 0 0;
    text-align:center;
    font-size: 20px !important;
    font-weight: bold;
}
.d-address {
    margin-top : 15px;
    margin-bottom: 20px;
    font-size: 15px !important;
}

.right {
    text-align: right
}

.d-content {
    margin: 0;
    padding: 0 2em 0 2em;
    border: 2px solid;
}
.d-pre {
    margin-bottom: 15px;
    font-size: 18px;
}
.lev1 {
    margin-bottom: 15px;
}
.lev1-title {
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 18px;
}
.d-param {
    margin-left: 2em;
    font-size: 15px !important;
}
.d-support {
    margin-top: 1em;
    font-size: 15px !important;
}
.lev2 {
    /*
    margin-bottom: 15px;
    */
    margin:0;
    padding:0;
    margin-bottom: 3px;
    font-size: 15px !important;
}

td.privacyBox {
    margin:0px;
    padding:0px;
    padding-right: 3px;
    /*
    background-color: #eee;
    */
}

p.privacy-legend-mb {
    display:inline-block;
    text-align:left;
    font-weight:bold;
    padding: 5px 5px 0px 5px;
    margin: 0px 0px 0px 0px;
}
p.privacy-note1-mb {
    display:inline-block;
    text-align:left;
    font-size: 10px;
    font-weight: bold;
    color: red;
    padding: 0px 5px 0px 5px;
    margin: 5px 0px 0px 0px;
}

.privacy-note1 {
    margin-top: 1em;
    color: red;
    font-weight:bold;
}

#logo-mobile {
    float:right !important;
}

label.privacy-label {
    margin-left: 5px !important;
}

.privacy-fs {
    padding-bottom: 1em !important;
    padding-left: 1em;
}
.left {
    text-align:left; 
}

.chkbox {
	margin: 5px 0 0 0 !important;
    padding-left: 3px !important;
    padding-bottom: 10px !important;
    /*
    border 2px solid !important;
    padding-left: 15px !important;
    */
}
#caution {
    /*
    border-color: black !important;
     */
    padding: 10px 0 5px 20px;
    background-color: "";
}
.chkbox label {
	padding-left: 20px;
	font-size: 14px;
	line-height: 15px;
	display: inline-block;
	cursor:	pointer;
	position: relative;
    /*
    color: gray;
    */
    color: black;
}
.chkbox label:before {
	content: '';
	width: 14px;
	height:	14px;
	display: inline-block;
	position:absolute;
	left:0;
	background-color: #fff;
    /*
	box-shadow:		inset 1px 2px 3px 0px #000;
	border-radius:		6px 6px 6px 6px;
    */
	box-shadow:	inset 1px 2px 3px 0px #000;
	border-radius: 3px;
}
.chkbox input[type=checkbox] {
	display: none;
}
.chkbox input[type=checkbox]:checked + label:before {
	content: '\2713';
	font-size: 16px;
	color: #fff;
	background-color: #06f;
}
