@charset "utf-8";
/* CSS Document */

body {
	width: 100%;
	text-align: center;
	margin: 0;
}
.maintable {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%; /* table幅を100%に指定 */
    background: #fff;
    border: none;
}
.maintable th,
.maintable td {
    display: block; /* セルをブロック要素に指定 */
    width: 100%; /* セルを親要素いっぱいの幅に指定 */
    border: none;
    font-size: 14px;   
    padding: 10px;
    vertical-align: top;
    text-align: left;
    box-sizing: border-box;
}
.maintable th {
    font-weight: 700;
    color: #fff;
    background: #14116e; /* thの背景色 */
}
.PC_topimg {
	display: none !important;
}
.HP_topimg {
	display: block !important;
}
.HP_topimg img {
	object-fit: contain;
	width: 100%;
}
.top_img {
	width: 60%;
	margin: auto;
}
.top_img img {
	object-fit: contain;
	width: 100%;
}
.title_name {
	text-align: left;
}
.txt_left {
	text-align: left;
}
.txt_copyright {
	font-size: 0.8em;
	color: #6D6D6D;
}
.txt_title {
	font-size: 1.2em;
	text-align: center;
}
.txt_red {
	color: #FF0000;
}
input {
	font-size:16px;
} /*フォームのフォーカスOFF*/
select {
	font-size: 16px;
}
textarea {
	resize: none;
	font-size: 16px;
}
.btn_size {
	width: 25%;
	padding: 8px;
}


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

body {
	width: 800px;
	text-align: center;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
}
    .maintable th,
    .maintable td {
        display: table-cell; /* デフォルト値に指定 */
        border-bottom: 1px solid #ccc;
        color: #000;
        background: #fff;
    }
    .maintable th {
        color: #000;
        background: #fff; /* thの背景色 */
    }
    .maintable tr th:first-child {
        width: 150px; /* thの固定幅 */
    }

.PC_topimg {
	display: block !important;
}
.HP_topimg {
	display: none !important;
}
.PC_topimg img {
	object-fit: contain;
	width: 100%;
}
.top_img {
	width: 100%;
}
.top_img img {
	object-fit: contain;
	width: 100%;
}
.title_name {
	text-align: left;
}
.txt_left {
	text-align: left;
}
.txt_copyright {
	font-size: 0.8em;
	color: #6D6D6D;
}
.txt_title {
	font-size: 1.2em;
	text-align: center;
}
.txt_red {
	color: #FF0000;
}
input {
	font-size:16px;
} /*フォームのフォーカスOFF*/
select {
	font-size: 16px;
}
textarea {
	resize: none;
	font-size: 16px;
}
.btn_size {
	width: 25%;
	padding: 8px;
}
}