@charset "utf-8";

/* ======================================
2019/11/13 added by takada
======================================== */

.entry-content .table-bordered th{
	background-color:#FFFAD2;
	color:#EE7615;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
}
.entry-content .table-bordered td{
	vertical-align: middle;
}

.entry-content .template-backpattern{
	background: #FFFAD2;
	border: 0;
	text-align: center;
	border-radius: 8px;
}

.entry-content ul.ch{
	margin-bottom: 0;
}
.entry-content ul.ch li{
   	list-style-type: none!important;
}
.entry-content ul.ch li:before{
   	content: "※";
	padding-right: 0.3em;
   	margin-left: -1em;
	font-size:120%;
}

.entry-content ul {
    margin-bottom: 0;
}

.flow{
	margin:2em 0;
	padding:0.5em 2em;
	border:2px solid rgba(185,185,185,.5);
	border-radius: 8px;
}
.flow img{
	border-radius: 8px;
}

.entry-content dl{
	margin:0.5em 0;
	width:100%;
	padding:0 1em;
	border-bottom: 1px solid rgba(185,185,185,.5);
}
.entry-content dt{
	color:#EE7615;
}



/* ======================================
2019/11/25 added by nakazato
======================================== */


.table_result{
	margin: 20px 0 40px 0;
	padding: 0;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.table_result th{
	padding: 14px;
	width: 25%;
	background: #fffad2;
	border: #fff 4px solid;
	color:#EE7615;
	text-align:center;
	vertical-align: middle;
	font-weight: bold;
	font-size: 16px;
}
.table_result td{
	padding: 14px;
	border: #fff 4px solid;
	vertical-align: middle;
}


.arrow_box {
	position: relative;
	background: #fff3ea;
	border: 6px solid #eed6b3;
	width:93%;
	padding:14px;
	margin:0 0 0 26px;
}
.arrow_box:after, .arrow_box:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(255, 243, 234, 0);
	border-right-color: #fff3ea;
	border-width: 22px;
	margin-top: -22px;
}
.arrow_box:before {
	border-color: rgba(238, 214, 179, 0);
	border-right-color: #eed6b3;
	border-width: 30px;
	margin-top: -30px;
}


.arrow_box_right {
	position: relative;
	background: #fff3ea;
	border: 6px solid #eed6b3;
	width:93%;
	padding:14px;
	margin:0 0 0 26px;
}
.arrow_box_right:after, .arrow_box_right:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box_right:after {
	border-color: rgba(255, 243, 234, 0);
	border-left-color: #fff3ea;
	border-width: 22px;
	margin-top: -22px;
}
.arrow_box_right:before {
	border-color: rgba(238, 214, 179, 0);
	border-left-color: #eed6b3;
	border-width: 30px;
	margin-top: -30px;
}

/* 20200618 added by narematsu */
.wide-banner {
    margin: 0  auto 30px;
    width: 980px;
}

/* 20250106 added by narematsu */
.main-message-img {
    background: none;
}