@charset "UTF-8";
/* /////////////////////privacyの設定///////////////////// */
.text {
    color: #555555;
    font-family: "Noto Sans Japanese", sans-serif;
    font-style: normal;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 24px;
}
.textL {
    color: #A3A3A3;
    font-family: "Noto Sans Japanese", sans-serif;
    font-style: normal;
    font-size: 20px;
    padding-top: 32px;
    padding-bottom: 12px;
    margin-bottom: 24px;
    border-bottom: thin dotted #A3A3A3;
}
.number {
    float: left;
    padding-right: 8px;
}
li.text {
    margin-left: 24px;
    margin-bottom: 24px;
}
.row.explain {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
}

.parenthesis {
    padding-left: 16px;
}
.parenthesisII {
    padding-left: 48px;
}

/* /////////////////////back to pageの設定///////////////////// */
.row.pagelink {
    width: 560px;
    margin-left: auto;
    margin-right: auto;
}
.pagelink a {
    display: block;
    padding-top: 16px;
    padding-bottom: 16px;
    text-decoration: none;
    color: #555555;
    margin-bottom: 80px;
    font-family: "Noto Sans Japanese", sans-serif;
    font-style: normal;
    font-size: 14px;
}
.pagelink a:hover  {
    text-decoration: underline;
    color: #01712F;
}
.left {
    text-align: right;
    padding-right: 24px;
    padding-left: 0px;
    border-right: thin solid #A3A3A3;
}
.right {
    text-align: left;
    padding-left: 16px;
}
.pagelink .col-md-6  {
    padding-left: 0px;
    padding-right: 0px;
}
.text a {
	text-decoration: underline;
	color: #555555;
}
.text a:hover {
	color: #FF774D;
	text-decoration: none;
}

/* //////////////////////////////////////576px以下の設定（スマートフォン用）////////////////////////////////////// */
@media (max-width: 576px){
	
.row.explain {
    margin-left: auto;
    margin-right: auto;
}
.explain .col-md-12   {
    padding-left: 0px;
    padding-right: 0px;
}
.text {
	color: #555555;
	font-family: "Noto Sans Japanese", sans-serif;
	font-style: normal;
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 12px;
}
.textL {
    color: #A3A3A3;
    font-family: "Noto Sans Japanese", sans-serif;
    font-style: normal;
    font-size: 18px;
    padding-top: 12px;
    margin-bottom: 12px;
    border-bottom: thin dotted #A3A3A3;
}
li.text {
    margin-left: 24px;
    margin-bottom: 24px;
}
.pagelink  {
    max-width: 80%;
}

}

/* //////////////////////////////////////992px以上の設定（PC用）////////////////////////////////////// */
@media (min-width: 992px){
.row.explain {
    width: 992px;
}
}
