@charset "UTF-8";
/* ＝=＝=＝=＝=＝=＝=＝=＝=＝=＝
特定商取引に関する表記
＝=＝=＝=＝=＝=＝=＝=＝=＝=＝ */
#tokusho .h2{
    margin: 80px 0 40px 0;
    font-size: 2.2em;
    font-weight: bold;
    text-align: center;
}
#tokusho .h2line{
    display: block;
    width: 822px;
    margin: 0 auto 70px;
}
#tokusho .contents{
    width: 822px;
    margin: 40px auto 120px;
    text-align: left;
}
#tokusho .title{
    font-size: 1.6em;
    font-weight: bold;
	color: var(--main);
	text-decoration: none;
	padding-bottom: 20px;
	border-bottom: 4px dotted;
}
#tokusho .con_block:first-child {
	text-decoration: none;
	border-top: 4px dotted var(--main);
	border-bottom: 4px dotted var(--main);
}
#tokusho .con_block{
	text-decoration: none;
	border-bottom: 4px dotted var(--main);
	display: flex;
}
#tokusho .con_title{
    width: 25%;
    margin: 3% auto;
    font-size: 1.2em;
    font-weight: bold;
    text-align: left;
	color: var(--main);
	line-height: 1.3;
}
#tokusho .con_txt{
    width: 75%;
    margin: 3% auto;
    font-size: 1.1em;
 	transform: rotate(0.05deg);
    text-align: left;
	line-height: 1.5;
}

/* =================================
【特定商取引に関する表記】のタブレット・スマホ
==================================== */
@media screen and (max-width: 767px){
/* ーーーパンくずリストーーー */
.pankuzu{
    font-size: 1em;
    transform: rotate(0.05deg);
    margin-top: 20px;
}
/* =========見出し========= */
#tokusho .h2line{display: none;}
#tokusho .h2{
    margin: 60px 0 30px 0;
    font-size: 1.8em;
}
#tokusho .h2line_sp{
    width: 70%;
    margin: 0 auto 80px;
}
#tokusho .contents{
    width: 100%;
    margin: 8% auto 15%;
    text-align: left;
}
#tokusho .title{
    font-size: 1.3em;
    font-weight: bold;
	color: var(--main);
	text-decoration: none;
	padding-bottom: 20px;
	border-bottom: 4px dotted;
	text-align: center;
}
#tokusho .con_block{
	text-decoration: none;
	border-bottom: 4px dotted var(--main);
	display: block;
}
#tokusho .con_title{
    width: 100%;
    margin: 20px auto;
    font-size: 1.2em;
    font-weight: bold;
    text-align: left;
	color: var(--main);
	line-height: 1.3;
}
#tokusho .con_txt{
    width: 100%;
    margin: 20px auto;
    font-size: 1em;
 	transform: rotate(0.05deg);
    text-align: left;
	line-height: 1.5;
}	  
}/* 767END */

@media screen and (max-width: 550px){
/* ------見出し------ */
#tokusho .h2{
    margin: 50px 0 30px 0;
    font-size: 1.3em;
}
#tokusho .h2line_sp{
    width: 90%;
    margin: 0 auto 60px;
}
#tokusho .con_title{
    margin: 18px auto 6px;
}

#tokusho .con_txt{
    margin: 6px auto 18px;
}
}/* 550END */
