﻿@charset "utf-8";
/* 色変更時用CSS */

/* 菱形 */
.diamond {
	color:#7D39B7;
}

/* 背景色_パターン画像 */
div.wrapper div#news_color {
	background: url(../../../uploads/2022/halloween2022_tjwol/bg.png) repeat;
	background-size: contain;
}
div.container {
	background: url(../../../uploads/2022/halloween2022_tjwol/bg.png) repeat;
	background-size: contain;
}
main,
main .article {
	background: none !important;
}


/*小見出し*/
.tips {
    font-weight: bold;
	font-size: 17px!important;
    border-bottom: solid 3px #70569A;
    position: relative;
    padding: 3px;
    line-height: 30px;
}

.tips::before {
    content: "▶";
    color: #9F6EDB;
    font-size: 1.2em;
    display: inline-block;
    vertical-align: middle;
}


.attention {
    padding: 1em 1em 0 1em;
    border: solid 1.5px #577B59;
    margin: 10px;
}

.notice {
	color: #DC163A
}

.star {
    color: #ab7c02;
}

/* 全体テキスト変更 */
body {
	color: #031200;
}
.table_color{
	color: #031200;
}


/*ライン*/
.border {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #577B59;
  border: none;  
}


/* 数字小見出し */
.tips_1 {
    font-weight: bold;
    font-size: 103%;
    border-bottom: solid 3px #9F6EDB;
    position: relative;
	padding: 5px 0px 2px 0px;
    line-height: 30px;
}

.tips_1::before {
    content: "1";
	color: white;
	font-size: 1.1em;
	line-height: 26px;
	vertical-align: middle;
	display: inline-block;
	background: #755fb2;
	font-weight: bold;
	width: 25px;
	text-align: center;
	height: 25px;
	border: solid 6px #d1d09f; 
	border-radius: 50%;
	margin-left: -10px; 
}


.tips_2 {
    font-weight: bold;
    font-size: 103%;
    border-bottom: solid 3px #9F6EDB;
    position: relative;
	padding: 5px 0px 2px 0px;
    line-height: 30px;
}

.tips_2::before {
    content: "2";
	color: white;
	font-size: 1.1em;
	line-height: 26px;
	vertical-align: middle;
	display: inline-block;
	background: #755fb2;
	font-weight: bold;
	width: 25px;
	text-align: center;
	height: 25px;
	border: solid 6px #d1d09f; 
	border-radius: 50%;
	margin-left: -10px; 
}

.tips_3 {
    font-weight: bold;
    font-size: 103%;
    border-bottom: solid 3px #9F6EDB;
    position: relative;
	padding: 5px 0px 2px 0px;
    line-height: 30px;
}

.tips_3::before {
    content: "3";
	color: white;
	font-size: 1.1em;
	line-height: 26px;
	vertical-align: middle;
	display: inline-block;
	background: #755fb2;
	font-weight: bold;
	width: 25px;
	text-align: center;
	height: 25px;
	border: solid 6px #d1d09f; 
	border-radius: 50%;
	margin-left: -10px; 
}


/*正式加入アイコン*/
.noticeicon {
    font-size: 12px;
    padding: 5px 8px;
    border-radius: 7px;
    border: 1px solid #fd093a;
    width: 150px;
    float: left;
    margin: 0 auto 0 auto;
    text-align: center;
}

/**/
.bttom_txt{
margin-top: 10px;
float: left
}