@charset "UTF-8";

/** ************************************* **

	TABLE CONTENTS
	---------------------------
		01. Globals
		02. bootstrap 機能拡張
		03. panel
		04. リボン付きのbox
		05. 括弧
		06. 画像の上のボタン
		07. Fukidashi
		08. スマホでの表の表示切り替え3
		09. シンプル 枠（影）
		10. LINE風吹き出しデザイン
		11. youtubeボタン
		12. header-nav
		13. コンテンツ内ドット柄タイトル
		14. 取り消し戦
	---------------------------

 ** ************************************* **/

/** 01. Globals
 **************************************************************** **/
.content_full {
	margin: 20px -10px;
	padding: 20px;
}
.content_full.mgtop-20 {
	margin-top: -20px;
}

.module-green {
	background-color: #ebffea;
}
.top_space {
	margin-top: 30px;
}
.comment_photo {
	border-radius: 50%;
}
.photo_up {
	position: relative;
	bottom:10px;
}
@media (max-width: 768px) {
	.photo_up {
		position: relative;
		top: -40px;
		margin: 0 0 -40px;
	}
}
@media (max-width: 768px) {
	.content_full h3 {
		font-size: 15px;
	}
}
@media (max-width: 768px) {
	.em16 {
		font-size: 1.4rem;
	}
}

.down_yajirushi.green {
	border-top-color: #76b23d;
	margin: 20px auto -25px;
}

.down_yajirushi.green:after{
  background: #76b23d;
}


.vdlv7 {
	font-family: "vdl-v7gothic",sans-serif;
}

.green, .green a { color: #6c9319; } 	

#content .md {
	font-size: 130%;
}

#content .bg {
	font-size: 200%;
}

#content .sm {
	font-size: 120%;
}

@media all and (max-width: 515px) {
	#content .flexbox .flexitem {
		padding: 0.5rem;
		width: auto;
	}
	
	#content .bg {
		font-size: 5.6vw;
	}
	
	#content .md {
		font-size: 4.3vw;
	}
	
	#content .sm {
		font-size: 4vw;
	}
}

.badge {
    display: inline-block;
		white-space: normal;
}
.label.label_block {
    display: block;
}

#content .sm.h12 {
		line-height: 1.2;
}

.marker.blue.thin {
	color: inherit;
	background: linear-gradient(transparent 70%, #A5D3F2 70%);
}





.list-group-item {
    padding: 10px 30px 10px 10px;
}


.voice_comment {
	margin-bottom: 0;
	/*     background-color: #fff; */
	margin-top: -1px;
	padding: 1em;
	/*   padding-left: 1em;
	padding-top: 0.4em; */
}


/** 02. bootstrap 機能拡張
 **************************************************************** **/
.row-center {
	text-align: center;
	letter-spacing: -0.4em;
}
.row-center > [class*='col-'] {
	display: inline-block;
	letter-spacing: 0;
	vertical-align: top;
	float: none !important;
}
.row-center.va-middle > [class*='col-'] {
	vertical-align: middle;
}
.row-center.va-bottom > [class*='col-'] {
	vertical-align: bottom;
}







/** 03. panel
 **************************************************************** **/
#content a.dn {
	text-decoration: none;
}
#content .panel.panel-success {
	border-color: #76b23d;
}
#content .panel.panel-info {
	border-color: #3B536B;
}
#content .panel.panel-success .panel-heading {
	background-color: #76b23d;
	border-color: #76b23d;
	color: #FFFFFF;
}
#content .panel.panel-info .panel-heading {
	background-color: #3B536B;
	border-color: #3B536B;
	color: #FFFFFF;
}
.panel {
	border-width: 5px;
}
.panel-heading {
	border-width: 5px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.panel-warning {
	border-color: #fc825d;
}
.panel-warning .panel-heading {
	font-family: 'YakuHanJP' ,'M PLUS Rounded 1c', "Open Sans", "Helvetica Neue", Helvetica, "Arial", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	background-color: #fc825d;
	border-color: inherit;
	color: #FFFFFF;
}
.panel-warning .panel-innertitle {
	font-family: 'YakuHanJP' ,'M PLUS Rounded 1c', "Open Sans", "Helvetica Neue", Helvetica, "Arial", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	background-color: #fc825d;
	border-color: inherit;
	color: #FFFFFF;
	margin: 0 -15px 15px;
	padding: 10px 8px;
}
.panel-warning .panel-innerline {
	background-color: #fc825d;
	border-color: inherit;
	color: #FFFFFF;
	margin: 10px -15px 15px;
	padding: 3px;
}





/** 04. リボン付きのbox
 **************************************************************** **/
.ribbon_box {
	display: block;
	position: relative;
	margin: 13px auto;
	padding: 10px 0;
	width: 90%;
	background: #fff;
	border: solid 2px #ea0d4b;
}
.ribbon_box p {
	padding: 10px;
	word-break: break-all;
}
.ribbon_box .red {
	color: #ea0d4b;
}
.ribbon1 {
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	padding: 10px;
	margin: 0 0 0 -20px;
	width: calc(100% + 20px);
	font-size: 16px;
	color: white;
	background: #ea0d4b;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
.ribbon1:before {
	position: absolute;
	content: '';
	top: 100%;
	left: 0;
	border: none;
	border-bottom: solid 15px transparent;
	border-right: solid 20px #ca033f;
}
.box01{
	margin: 1em 5em;
	position: relative;
	padding: 0.5em 1.5em;
	border-top: solid 2px #ea0d4b;
	border-bottom: solid 2px #ea0d4b;
}
.box01 .inner {
	margin: -0.5em -0.8em;
	/* position: relative; */
	padding: 1em 1em;
	/* border-top: solid 2px #ea0d4b; */
	/* border-bottom: solid 2px #ea0d4b; */
	background: #fff;
}
.box01:before, .box01:after {
	content: '';
	position: absolute;
	top: -10px;
	width: 2px;
	height: -webkit-calc(100% + 20px);
	height: calc(100% + 20px);
	background-color: #ea0d4b;
}
.box01:before {left: 10px;}
.box01:after {right: 10px;}
.box01 p {
	margin: 0;
	padding: 0;
	word-break: break-all;
}
@media (max-width: 768px) {
	.ribbon1 {
		display: inline-block;
		position: relative;
		box-sizing: border-box;
		padding: 10px;
		margin: 0 0 0 -20px;
		width: calc(100% + 20px);
		font-size: 15px;
		color: white;
		background: #ea0d4b;
		box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	}
	.box01{
		margin: 1em 1em;
	}
}






/** 05. 括弧
 **************************************************************** **/
.parenthesis {
	position: relative;
	padding: 0px 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.parenthesis::after {
	position: absolute;
	top: 0;
	content: '';
	width: 20px;
	height: 100%;
	border-top: 2px solid #ea0d4b;
	border-bottom: 2px solid #ea0d4b;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	right: 0;
	border-right: 2px solid #ea0d4b;
}
@media (max-width: 768px) {
	.d-none d-sm-block {
		display: none !important;
	}
	.parenthesis::after {
		display: none !important;
	}
}







/** 06. 画像の上のボタン
 **************************************************************** **/
.example {/*親div*/
	position: relative;/*相対配置*/
	padding: 5px 0;
}
.example p {
	position: absolute;/*絶対配置*/
	color: white;/*文字は白に*/
	bottom: -2px;
	right: 95px;
}
.example img {
	width: 100%;
}
@media (max-width: 768px) {
	.example {/*親div*/
		position: relative;/*相対配置*/
		padding: 5px 0;
	}
	.example p {
		position: absolute;/*絶対配置*/
		color: white;/*文字は白に*/
		bottom: -10px;
		right: 3px;
	}
	.example img {
		width: 100%;
	}
}







/** 07. Fukidashi
 **************************************************************** **/
.fukidashi_bottom {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	position: relative;
	z-index: 3;
	display: inline-block;
	margin: 1em 0 0.5em;
	padding: 15px 10px;
	min-width: 120px;
	max-width: 100%;
	color: #393939;
	font-size: 14px;
	background: #fff;
	border: solid 2px #3498db;
	border-radius: 15px;
}
.fukidashi_bottom:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -12px;
	border: 12px solid transparent;
	border-top: 12px solid #fff;
	z-index: 2;
}
.fukidashi_bottom:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #3498db;
	z-index: 1;
}
.fukidashi_bottom.blue_outline {
	position: relative;
	display: inline-block;
	margin: 1em 0 0.5em;
	padding: 7px 10px;
	min-width: 120px;
	max-width: 100%;
	color: #555;
	font-size: 16px;
	background: #FFF;
	border: solid 2px #3498db;
	box-sizing: border-box;
}
.fukidashi_bottom.blue_outline:before {
	content: "";
	position: absolute;
	bottom: -24px;
	left: 50%;
	margin-left: -12px;
	border: 12px solid transparent;
	border-top: 12px solid #FFF;
	z-index: 2;
}
.fukidashi_bottom.blue_outline:after {
	content: "";
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #3498db;
	z-index: 1;
}
.fukidashi_top {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	position: relative;
	display: inline-block;
	margin: 12px 0 1em;
	padding: 15px 10px;
	min-width: 120px;
	max-width: 100%;
	color: #393939;
	font-size: 14px;
	background: #ffdbc1;
	box-sizing: border-box;
	border-radius: 15px;
}
.fukidashi_top:before {
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-bottom: 15px solid #fff;
}
.fukidashi_right {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	position: relative;
	display: inline-block;
	margin: 0px;
	padding: 15px 10px;
	min-width: 120px;
	max-width: 100%;
	color: #393939;
	font-size: 14px;
	background: #fff;
	border-radius: 15px;
	border: solid 2px #3498db;
}
.fukidashi_right:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -12px;
	border: 12px solid transparent;
	border-left: 12px solid #fff;
	z-index: 2;
}
.fukidashi_right:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -15px;
	border: 15px solid transparent;
	border-left: 15px solid #3498db;
	z-index: 1;
}
.fukidashi_right.blue_outline {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	position: relative;
	display: inline-block;
	margin: 0.5em 15px 0.5em 0;
	padding: 7px 10px;
	min-width: 120px;
	max-width: 100%;
	color: #555;
	font-size: 16px;
	background: #FFF;
	border: solid 2px #3498db;
	box-sizing: border-box;
}
.fukidashi_right.blue_outline:before {
	content: "";
	position: absolute;
	top: 50%;
	right: -24px;
	margin-top: -12px;
	border: 12px solid transparent;
	border-left: 12px solid #FFF;
	z-index: 2;
}
.fukidashi_right.blue_outline:after {
	content: "";
	position: absolute;
	top: 50%;
	right: -30px;
	margin-top: -15px;
	border: 15px solid transparent;
	border-left: 15px solid #3498db;
	z-index: 1;
}
.fukidashi_left {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	position: relative;
	display: inline-block;
	margin: 0px;
	padding: 15px 10px;
	min-width: 120px;
	max-width: 100%;
	color: #393939;
	font-size: 14px;
	background: #fff;
	border: solid 2px #3498db;
	border-radius: 15px;
}
.fukidashi_left:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 100%;
	margin-top: -12px;
	border: 12px solid transparent;
	border-right: 12px solid #fff;
	z-index: 2;
}
.fukidashi_left:after{
	content: "";
	position: absolute;
	top: 50%;
	right: 100%;
	margin-top: -15px;
	border: 15px solid transparent;
	border-right: 15px solid #3498db;
	z-index: 1;
}
.fukidashi_none {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	position: relative;
	display: inline-block;
	margin: 0px;
	padding: 15px 10px;
	min-width: 120px;
	max-width: 100%;
	color: #393939;
	font-size: 14px;
	background: #fff;
	border: solid 2px #3498db;
	border-radius: 15px;
}
.fukidashi_none {
	position: relative;
	margin: 0em 0;
	padding: 2em 2em;/*文字まわりの余白*/
	border: solid 2px #fc825d;/*線の種類、太さ、色*/
	border-radius: 50px;/*ボックスの角のまるみ*/
}
.fukidashi_none:before, .fukidashi_none:after { 
	position: absolute;
	top: 0;
	content:'';
	width: 100%;
	height: 100%;
	border-radius: 50px;/*ボックスの角のまるみ*/
}
.fukidashi_none:before{
	left:0;
	border: solid 2px #fc825d;/*線の種類、太さ、色*/
	transform: rotate(-1.5deg);/*ボックスの角度*/
}
.fukidashi_none:after{
	left:0;
	border: solid 2px #fc825d;/*線の種類、太さ、色*/
	transform: rotate(1.5deg);/*ボックスの角度*/
}
.fukidashi_none p {
	margin: 0; 
	padding: 0;
}








/** 08. スマホでの表の表示切り替え3
 **************************************************************** **/
#content table.table01 {
	width: 100%;
	border-top: #217dbb solid 1px;
	border-right: #217dbb solid 1px;
	border-collapse: collapse;
}
#content table.table01 thead th {
	background: #217dbb;
	color: #FFF;
	padding: 10px 15px;
	border-right: #FFF solid 1px;
	border-bottom: #FFF solid 1px;
}
#content table.table01 thead th:last-child {
	border-right: #217dbb solid 0px;
}
#content table.table01 tbody th {
	background: #217dbb;
	color: #FFF;
	padding: 10px 15px;
	border-bottom: #FFF solid 1px;
	vertical-align: top;
}
#content table.table01 tbody tr:last-child th {
	border-bottom: #217dbb solid 0px;
}
#content table.table01 tbody td {
	background: #EFF7FC;
	padding: 10px 15px;
	border-left: #217dbb solid 1px;
	border-bottom: #217dbb solid 1px;
	display: table-cell;
	vertical-align: middle;
}
#content table.table01 tbody td.bottom_b {
	border-bottom: #217dbb solid 2px;
}
@media (max-width: 768px) {
	#content table.table01 {
		width: 100%;
		border-top: #217dbb solid 1px;
		border-right: #217dbb solid 1px;
		border-collapse: collapse;
	}
	#content table.table01 thead th {
		font-size: 0.8em;
		background: #217dbb;
		color: #FFF;
		padding: 5px 5px;
		border-right: #FFF solid 1px;
		border-bottom: #FFF solid 1px;
	}
	#content table.table01 thead th:last-child {
		border-right:#217dbb solid 0px;
	}
	#content table.table01 tbody th {
		background: #217dbb;
		color: #FFF;
		padding: 5px 5px;
		border-bottom: #FFF solid 1px;
		vertical-align: top;
	}
	#content table.table01 tbody tr:last-child th {
		border-bottom: #217dbb solid 0px;
	}
	#content table.table01 tbody td {
		font-size: 0.8em;
		background: #EFF7FC;
		padding: 5px 5px;
		border-left: #217dbb solid 1px;
		border-bottom: #217dbb solid 1px;
		display: table-cell;
		vertical-align: middle;
	}
}







/** 09. シンプル 枠（影）
 **************************************************************** **/
.kakomi-box {
	margin: 1em 0;
	padding: 1em;
	width: 100%;
	background-color: #FFF5EE; /* 背景色 */
	box-shadow: 0 0 5px 1px #ccc; /* 影 */
}






/** 10. LINE風吹き出しデザイン
 **************************************************************** **/
/*以下、背景色など*/
.line-bc {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	padding: 20px 20px;
	margin: 0px auto 15px;
	text-align: right;
	font-size: 1.2em;
	background: #7da4cd;
}
/*以下、左側のコメント*/
.comment {
	width: 100%;
	margin: 10px 0;
	overflow: hidden;
}
.comment .faceicon {
	float: left;
	margin-right: -50px;
	width: 150px;
}
.comment .faceicon img {
	width: 100%;
	height: auto;
	border-radius: 50%;
}
.comment .chatting {
	width: 100%;
	text-align: left;
}
.says {
	display: inline-block;
	position: relative; 
	margin: 30px 0 0 70px;
	padding: 10px;
	max-width: 400px;
	border-radius: 12px;
	background: #edf1ee;
}
.says:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 3px; 
	left: -19px;
	border: 8px solid transparent;
	border-right: 18px solid #edf1ee;
	-webkit-transform: rotate(35deg);
	transform: rotate(35deg);
}
#content .says p {
	line-height: 1.5;
	margin: 0;
	padding: 0;
}
/*以下、右側の緑コメント*/
.mycomment {
	margin: 10px 0;
	overflow: hidden;
}
.mycomment .faceicon {
	float: right;
	margin-left: -50px;
	width: 150px;
}
.mycomment .faceicon img {
	width: 100%;
	height: auto;
	border-radius: 50%;
}
.mycomment p {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	display: inline-block;
	position: relative; 
	margin: 30px 70px 0 0;
	padding: 8px;
	max-width: 400px;
	border-radius: 12px;
	background: #30e852;
}
.mycomment p:after {
	content: "";
	position: absolute;
	top: 3px; 
	right: -19px;
	border: 8px solid transparent;
	border-left: 18px solid #30e852;
	-webkit-transform: rotate(-35deg);
	transform: rotate(-35deg);
}
@media (max-width: 768px) {
.line-bc {
	font-size: 1.1em;
}
	.comment .faceicon {
		float: left;
		margin-right: -50px;
		width: 100px;
	}
	.says {
		display: block;
		margin: 20px 0 0 110px;
	}
	.mycomment .faceicon {
		float: right;
		margin-left: -50px;
		width: 100px;
	}
	.mycomment p{
		display: block;
		margin: 20px 110px 0 0;
	}
}
/* 円の基本形 */
#content .block_maru {
	margin-bottom:1rem;
}
#content .maru {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	flex-flow: column;
	vertical-align: top;
}
/* 円の大きさ */
#content .size_normal {
	width: 5rem;
	height: 5rem;
}
/* 文字の大きさ */
#content .letter1 {
	font-size: 2.6rem;
	line-height: 2.6rem;
	color: #FFFFFF;
}
.green1 {
	background-color: #00AC56;
}
@media (max-width: 450px) {
	#content .size_normal{
		width: 3.6rem;
		height: 3.6rem;
	}
	/* 文字の大きさ */
	#content .letter1 {
		font-size: 2rem;
		line-height: 2rem;
		color: #FFFFFF;
	}
}








/** 11. youtubeボタン
 **************************************************************** **/
.youtube-btn {
	vertical-align: middle;
}
.youtube-btn::before {
	font-family: 'Font Awesome 5 Brands';
	content: "\f167";
	font-weight: 900;
	font-size: 30px;
	vertical-align: middle;
	margin-right: 0.1em;
}




/** 12. header-nav
 **************************************************************** **/

#content .container_nav ul li, #content .container_nav ol li {
	line-height: 1.2;
}
#content .container_nav ul, #content .container_nav ol {
	margin: 0;
	margin-bottom: 0;
}
#content .container_nav ul {
	margin: 0;
	padding-left: 0;
}
.container_nav {
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
}
.header-nav .container {
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
}
.header-nav ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	padding: 5px 0;
	list-style: none;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	/*justify-content: space-between;*/
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.header-nav a, .header-nav a:link, .header-nav a:visited {
	text-decoration: none;
	color: #6c9319;
}
.header-nav a {
	font-size: 0.9rem;
	font-weight: 500;
	position: relative;
	display: block;
	padding: 5px;
	text-align: center;
	background: #fff;
	box-sizing: border-box;
	text-decoration: none;
	margin: 0 5px;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
	-webkit-tap-highlight-color: transparent;
	transition: .3s ease-out;
}
.header-nav a:after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
}
.header-nav a:hover{
	background-color: #6c9319;
	color: #fff;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
}
.header-nav .container {
	padding-right: 12px;
	padding-left: 12px;
}
.header-nav a:after {
	display: block;
	height: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
	content: '';
}
.header-nav li {
	padding: 5px 3px;
	text-align: center;
	/*-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;*/
	width: 25%;
}
.header-nav li.f015 {
	padding: 5px 3px;
	text-align: center;
	-webkit-box-flex: 1.5;
	-moz-box-flex: 1.5;
	-ms-flex: 1.5;
	flex: 1.5;
}
@media screen and (max-width: 979px){
	.header-nav a {
		font-size: 0.8rem;
		text-align: center;
	}
}
@media screen and (max-width: 767px){
	.header-nav li {
		width: 50%;
		-webkit-box-flex: initial;
		-moz-box-flex: initial;
		-ms-flex: initial;
		flex: initial;
	}
	.header-nav a:after {
		position: absolute;
		top: 50%;
		right: 5px;
		width: 10px;
		margin-top: -4px;
	}
}
@media screen and (max-width: 480px){
	.header-nav li {
		width: 100%;
		-webkit-box-flex: initial;
		-moz-box-flex: initial;
		-ms-flex: initial;
		flex: initial;
	}
	.header-nav a {
		font-size: 0.9rem;
		text-align: center;
	}
}



/** 13. コンテンツ内ドット柄タイトル
 **************************************************************** **/
.section {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

.section .section-header {
	padding: 15px;
	/*background-color: #ffdbc1;*/
	/*background-image: radial-gradient(#FFF 10%, transparent 20%), radial-gradient(#FFF 10%, transparent 20%);*/
	/*background-size: 20px 20px;*/
	/*background-position: 0 0, 10px 10px;*/
	margin: 4rem 0 1rem;
}

/** ドット背景
 **************************************************************** **/
/* ドット斜め */
.bg_dot{
	background-color: #B1D26B;
	background-image:
		radial-gradient(#DDEDBC 20%, transparent 20%),
		radial-gradient(#DDEDBC 20%, transparent 20%);
	background-size: 20px 20px;
	background-position: 0 0, 10px 10px;
	border: solid 1px #B1D26B;
}

/* ドット色違い */
.dot-mix{
	background-image:
		radial-gradient(#DDEDBC 20%, transparent 20%),
		radial-gradient(#DDEDBC 20%, transparent 20%);
}

/* ドットサイズ違い */
.dot-size{
background-image:
	radial-gradient(#DDEDBC 20%, transparent 20%),
	radial-gradient(#DDEDBC 35%, transparent 35%);
}



/** 14. 取り消し戦
 **************************************************************** **/

.del {
position: relative;
}

.del:after {
content: '';
display: block;
width: 100%;
height: 5px;
margin-top: -2px;
border-top: solid 1.5px #e74c3c;
border-bottom: solid 1.5px #e74c3c;
position: absolute;
left: 0;
top: 40%;
}


