@charset "utf-8";

/*禁制品*/
.kinsei .announce p.caution, .announce p.warning{
	margin-top: 10px;
}

.kinsei .announce p.caution span{
	font-size: 30pt;
	color: #ffea00;
	font-weight: bold;
}

.kinsei .announce p.warning span{
	font-size: 36pt;
	color: #cc0000;
	font-weight: bold;
}


/* --- SP ---------- */
@media print, screen and (max-width: 768px) {

	.kinsei .announce{
		margin: 25px 0;
	}

}
/* --- PC ---------- */
@media print, screen and (min-width: 769px) {

	.kinsei .announce{
		margin: 40px 0;
	}

}


/*規約－共通*/

/* --- SP ---------- */
@media print, screen and (max-width: 768px) {
	.about-common{
		background: #f4f4f4;
		padding: 20px 0 20px;
	}

	.about-common .about-common-body{
		max-width: 980px;
		width: 94%;
		margin: 0 auto;
		border: #ebebeb 1px solid;
		border-radius: 14px;
		background: #fff;
		box-sizing: border-box;
		padding: 30px 30px 40px;
	}

	.about-common .about-common-body .about-rule-desc h1{
		font-size: 140%;
		margin: 0 0 14px;
		font-weight: bold;
	}

	.about-common .about-common-body .about-rule-cont .rule-cont-box{
		margin: 24px 0;
	}

	.about-common .about-common-body .about-rule-cont .rule-cont-box .rule-cont-title{
		margin-bottom: 12px;
		font-size: 100%;
		font-weight: bold;
		line-height: 1.4;
	}

	.about-common .about-common-body p{
		margin-bottom: 8px;
		line-height: 1.4;
		font-size: 90%;
	}

	.about-common .about-common-body .about-rule-cont .rule-cont-box ul{
		margin: 8px 0 12px 0;
		box-sizing: border-box;
		padding-left: 20px;
		line-height: 1.4;
		list-style-type: square;
		font-size: 90%;
	}

	.about-common .about-common-body .about-rule-cont .rule-cont-box ul ul li,
	.about-common .about-common-body .about-rule-cont .rule-cont-box ol ul li{
		list-style-type: circle;
		margin-bottom: 5px;
	}

	.about-common .about-common-body .about-rule-cont .rule-cont-box ol ol li,
	.about-common .about-common-body .about-rule-cont .rule-cont-box ol ul li{
		margin-bottom: 5px;
	}

	.about-common .about-common-body .about-rule-cont .rule-cont-box ol{
		margin: 8px 0 12px 0;
		line-height: 1.4;
		list-style-type: decimal;
		box-sizing: border-box;
		padding-left: 20px;
		font-size: 90%;
	}

	.about-common .about-common-body .about-rule-cont .rule-cont-box li{
		margin-bottom: 8px;
	}

	.about-common .about-common-body .about-rule-cont .rule-cont-box a{
		text-decoration: underline;
		color: #979595;
	}

	.about-common .about-common-body .about-rule-cont .rule-cont-sub{
		font-weight: bold;
		margin-bottom: 5px;
		line-height: 1.4;
	}

	.about-common a{
		word-break: break-all;
	}

}
/* --- PC ---------- */
@media print, screen and (min-width: 769px) {

	.about-common{
		background: #f4f4f4;
		padding: 25px 0 30px;
	}

	.about-common .about-common-body{
		max-width: 980px;
		width: 94%;
		margin: 0 auto;
		border: #ebebeb 1px solid;
		border-radius: 14px;
		background: #fff;
		box-sizing: border-box;
		padding: 40px 40px 60px;
	}

	.about-common .about-common-body .about-rule-desc h1{
		font-size: 160%;
		margin: 0 0 20px;
		font-weight: bold;
	}

	.about-common .about-common-body .about-rule-cont .rule-cont-box{
		margin: 40px 0;
	}

	.about-common .about-common-body .about-rule-cont .rule-cont-box .rule-cont-title{
		margin-bottom: 12px;
		font-size: 120%;
		font-weight: bold;
		line-height: 1.4;
	}

	.about-common .about-common-body p{
		margin-bottom: 12px;
		line-height: 1.4;
	}

	.about-common .about-common-body .about-rule-cont .rule-cont-box ul{
		margin: 8px 0 12px 0;
		box-sizing: border-box;
		padding-left: 24px;
		line-height: 1.4;
		list-style-type: square;
	}

	.about-common .about-common-body .about-rule-cont .rule-cont-box ul ul li,
	.about-common .about-common-body .about-rule-cont .rule-cont-box ol ul li{
		list-style-type: circle;
		margin-bottom: 5px;
	}

	.about-common .about-common-body .about-rule-cont .rule-cont-box ol ol li,
	.about-common .about-common-body .about-rule-cont .rule-cont-box ol ul li{
		margin-bottom: 5px;
	}

	.about-common .about-common-body .about-rule-cont .rule-cont-box ol{
		margin: 8px 0 12px 0;
		line-height: 1.4;
		list-style-type: decimal;
		box-sizing: border-box;
		padding-left: 24px;

	}

	.about-common .about-common-body .about-rule-cont .rule-cont-box li{
		margin-bottom: 10px;
	}

	.about-common .about-common-body .about-rule-cont .rule-cont-box a{
		text-decoration: underline;
		color: #979595;
	}

	.about-common .about-common-body .about-rule-cont .rule-cont-sub{
		font-weight: bold;
		margin-bottom: 5px;
		line-height: 1.4;
	}

	.about-common .hidden-box label{
		padding: 15px;
		font-weight: bold;
		background: #f4f4f4;
		cursor :pointer;
		box-sizing: border-box;
		width: 100%;
		margin-bottom: 20px;
		position: relative;
		display: block;
	}

	.about-common .hidden-box label:after{
		content:"";

	}

	.about-common .hidden-box label:hover{
		background: #efefef;
	}

	.about-common .hidden-box input{
		display: none;
	}

	.about-common .hidden-box .hidden-show{
		height: 0;
		padding: 0;
		overflow: hidden;
		opacity: 0;
		transition: 0.8s;
	}

	.about-common .hidden-box input:checked ~ .hidden-show{
		padding: 10px 0;
		height: auto;
		opacity: 1;
	}

	.about-common .hidden-box .op-plus {
		display: inline-block;
		position: absolute;
		right: 15px;
		width: 18px;
		height: 18px;
		margin: 0 5px;
	}

	.about-common .op-plus:before, .op-plus:after {
		display: block;
		content: '';
		background-color: #333;
		border-radius: 10px;
		position: absolute;
		width: 18px;
		height: 5px;
		top: 7px;
		left: 0;
	}

	.about-common .op-plus:before {
		width: 5px;
		height: 18px;
		top: 0;
		left: 7px;
	}

	.about-common a{
		word-break: break-all;
	}
}


/*プライバシーポリシー－住所*/

/* --- SP ---------- */
@media print, screen and (max-width: 768px) {

	.about-common .contact-add{
		border: 1px solid #000;
		max-width: 640px;
		width: 100%;
		box-sizing: border-box;
		padding: 20px;
		margin: 20px 0;
	}

	.about-common .contact-add h3{
		font-size: 110%;
		font-weight: bold;
		margin-bottom: 18px;
	}

	.about-common .contact-add .company-name{
		font-weight: bold;
	}

	.about-common .rule-cont-box h3{
		font-weight: bold;
		margin-bottom: 8px;
	}

}
/* --- PC ---------- */
@media print, screen and (min-width: 769px) {

	.about-common .contact-add{
		border: 1px solid #000;
		max-width: 640px;
		width: 100%;
		box-sizing: border-box;
		padding: 20px;
		margin: 20px 0;
	}

	.about-common .contact-add h3{
		font-size: 110%;
		font-weight: bold;
		margin-bottom: 18px;
	}

	.about-common .contact-add .company-name{
		font-weight: bold;
	}

	.about-common .rule-cont-box h3{
		font-weight: bold;
		margin-bottom: 8px;
	}
}
