@charset "UTF-8";
/*-- Edit infomation===================================
File name:textdecorations.css
Description: text-decorations
Editor: YT@TX
Last Editor: YT@TX
Date: 2022.01.14
===================================================--*/

/* h1
========================================== */


/* h2
========================================== */


/* h3
========================================== */


/* h4
========================================== */


/* h5
========================================== */


/* h6
========================================== */


/* width
========================================== */
.mw560 {
	max-width: 560px;
}

/* margin
========================================== */
.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt50 {
	margin-top: 50px;
}

.mt70{
	margin-top: 70px;
}

.mt80{
	margin-top: 80px;
}

.ma {
	margin-left: auto;
	margin-right: auto;
}

/* padding
========================================== */
.pb50 {
	padding-bottom: 50px;
}

.pb80 {
	padding-bottom: 80px;
}

/* indent
========================================== */
.indent10e {
	padding-left: 1em;
	text-indent: -1em;
}

/* Font Weight
========================================== */
.normal {
	font-weight: normal;
}

.bold {
	font-weight: bold;
}

.tCenter {
	text-align: center;
}

.tRight {
	text-align: right;
}

@media all and (min-width:769px){
	.pc{
		display: block;
	}

	br.pc{
		display: inline;
	}

	.sp{
		display: none;
	}
}

@media all and (max-width:768px){
	.pc{
		display: none;
	}

	.sp{
		display: block;
	}

	br.sp{
		display: inline;
	}
}

.indent10e{
	text-indent: -1em;
	padding-left: 1em;
}

/* Text Size
========================================== */