@charset "Shift_JIS";
#page-title {
	width: 100%;
	margin: 0 auto 30px;
	padding-top:20px;
}
.page-title__yokoku {
	background-color:#F00;
	text-align: center;
	color:#FFF;
	font-size:180%;
	font-weight:bold;
	padding:8px 0 5px 0.2em;
	letter-spacing: 0.2em;
	margin-bottom:30px;
}

.page-title__subttl {}

.subttl {
	text-align: center;
	font-size:30px;
	font-weight:bold;
	color:#fff;
	padding:40px 10px;
	border-radius: 10px;
	line-height: 1.3;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	background: #2b589b;
}
.subttl .big {
	font-size:56px;
}
.red {
	color: #f00;
}
.tokuten_list {
	width: 100%;
	padding: 10px 10px;
	background: #e4edfb;
	box-sizing: border-box;
	border-radius: 10px;
}
.tokuten_list p {
	margin-bottom: 0;
}
.tokuten_list .item {
	display: table;
	width: 100%;
	margin-bottom: 15px;
	padding: 15px 15px 10px;
	box-sizing: border-box;
	background: #fff;
	border-radius: 10px;
}
.tokuten_list .item dt,
.tokuten_list .item dd {
	display: table-cell;
	vertical-align: middle;
}
.tokuten_list .item dt {
	width: 70%;
	text-align: left;
}
.tokuten_list .item dd {
	width: 30%;
	text-align: right;
}
.tokuten_list .item dt .wrap {
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
}
.tokuten_list .item dt .wrap .icon-item {
	width: 60px;
	margin-right: 10px;
}
.tokuten_list .item .txt-item {
	font-size: 25px;
	font-weight: bold;
	line-height: 1.1;
}
.tokuten_list .item .txt-item.small {
	font-size: 20px;
}
.tokuten_list .item .txt-point {
	color: #2b589b;
	font-size: 40px;
	font-weight: bold;
	line-height: 1.1;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.tokuten_list .item .txt-point span {
	display: inline-block;
	font-size: 16px;
	text-align: left;
	text-align: justify;
	text-justify: inter-ideograph;
	padding-left: 0.2em;
}
.tokuten_list .total {
	background: #e4edfb;
	padding: 55px 15px 35px;
	margin: 30px 0 0;
	border-radius: 0;
	position: relative;
}
.tokuten_list .total:before {
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	background: #2b589b;
	position: absolute;
	top: 0;
	left: 0;
}
.tokuten_list .total:after {
	content: '';
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: -19px;
	left: 50%;
	margin-left: -21px;
	background: #e4edfb;
	border-bottom: 3px solid #2b589b;
	border-right: 3px solid #2b589b;
	transform: rotate(45deg);
}
.tokuten_list .total .txt-item {
	font-size: 30px;
	position: relative;
	top: 5px;
}
.tokuten_list .total .txt-point {
	color: #f00;
	font-size: 60px;
}
.tokuten_list .total dt {
	text-align: right;
	width: 32%;
	padding-right: 10px;
}
.tokuten_list .total dd {
	text-align: left;
	width: 68%;
}
.tokuten_list .total .txt-point span {
	font-size: 26px;
}
.attention {
	font-size: 14px;
	line-height: 1.3;
	margin: 60px 0;
}
.mod-accordion {
	background: #fff;
	border-radius: 10px;
	padding-bottom: 15px;
}
.tokuten_accordion_swich {
	text-align: center;
}
.tokuten_list .tokuten_accordion_swich .item {
	margin-bottom: 0;
	padding-bottom: 0;
}
.tokuten_accordion_swich .accordion_open {
	font-weight: bold;
	font-size: 14px;
}
.tokuten_accordion_swich .accordion_open:after {
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	border-left: 2px solid #209fdf;
	border-bottom: 2px solid #209fdf;
	transform: rotate(-45deg);
	position: relative;
	margin-left: 10px;
	top: -1px;
}
.is-open .tokuten_accordion_swich .accordion_open:after {
	transform: rotate(135deg);
	top: 4px;
	
}
.tokuten_accordion_list {
	padding: 5px 5px 10px;
	border: 3px solid #209fdf;
	border-radius: 10px;
	margin: 15px 15px 0;
	background: #f4fafc;
}
.tokuten_accordion_list .item {
	border-bottom: 3px dotted #209fdf;
	border-radius: 0;
	padding: 10px 5px 10px;
	margin: 0 0px 10px;
	background: transparent;
}
.tokuten_accordion_list .item:last-child {
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 0;
}
.optional {
    border: 2px solid #fffad3;
	background: #fffad3;
    padding: 13px 7px;
    border-radius: 10px;
    margin: 30px 0 60px 0;
	text-align: center;
}
.optional .txt-optional,
.smallWidth div#main .optional .txt-optional {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0;
}
.optional .txt-point {
	font-size: 32px;
	color: #2b589b;;
}
.optional .txt-point .point {
	display: inline-block;
	font-size: 14px;
	line-height: 1.1;
	padding-right: 3px;
	
}
.nw {
	display: inline-block;
}
