/*------------------------------------------------------------------------------------------------------------------------------------------

* terms

------------------------------------------------------------------------------------------------------------------------------------------*/

/* screen width 768px未満
---------------------------------------------------------------------*/

.breadcrumb {
    background: #f2f2f2;
}

#terms {
    width: 100%;
    padding: 0 20px 30px;
    box-sizing: border-box;
	background: #f2f2f2
}

#terms dl {
}

#terms dl dt,
#terms dl dd {
	line-height: 1.6;
}

#terms dl dt {
	font-size: 1.4rem;
    font-weight: bold;
}

#terms dl dd + dt {
    margin-top: 20px;
}

#terms dl dd {
    font-size: 1.4rem;
    margin-top: 3px;
}

#terms dl dd > ol {
	text-indent: -1.5em;
    margin: 15px 0 15px 2em;
}

#terms dl dd > ol > li {
}

#terms dl dd > ol > li + li {
	margin-top: 5px;
}






/*
#Blog-container *{
	font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;	
}
*/




/* 横向き用
---------------------------------------------------------------------*/

@media (orientation: landscape) {
}




/* TAB用768px～（TAB）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 768px) {

#terms {
    padding: 0 40px 40px;
}

#terms dl {
}

#terms dl dt,
#terms dl dd {
	line-height: 1.8;
}

#terms dl dt {
	font-size: 1.6rem;
}

#terms dl dd + dt {
    margin-top: 30px;
}

#terms dl dd {
    font-size: 1.6rem;
    margin-top: 5px;
}

#terms dl dd > ol {
	text-indent: -1.5em;
    margin: 20px 0 20px 2em;
}

#terms dl dd > ol > li {
}

#terms dl dd > ol > li + li {
	margin-top: 6px;
}

}



/* iPad pro・ノートPC用1024px～（NPC）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 1024px) {

.breadcrumb {
	width: 100%;
    margin-bottom: 0;
}

#terms {
    padding: 0 40px 50px;
}

#terms dl {
}

#terms dl dt,
#terms dl dd {
	line-height: 1.8;
}

#terms dl dt {
	font-size: 1.8rem;
}

#terms dl dd + dt {
    margin-top: 40px;
}

#terms dl dd {
    font-size: 1.6rem;
    margin-top: 5px;
}

#terms dl dd > ol {
	text-indent: -1.5em;
    margin: 20px 0 20px 2em;
}

#terms dl dd > ol > li {
}

#terms dl dd > ol > li + li {
	margin-top: 6px;
}


}



/* PC用1280px～（PC）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 1280px) {

.breadcrumb ul {
    width: 1240px;
    margin-left: auto;
    margin-right: auto;
}

#terms {
    padding: 0 0 50px;
}

#terms dl {
	width:1240px;
	padding: 0 20px;
	margin-left:auto;
	margin-right:auto;
}








}




