@charset "utf-8";

/* container
-------------------------------------------------- */

#container .btn-proceed:hover,
#container .btn-proceed {
	color: #fff;
	text-decoration: none;
}

/* flow01
-------------------------------------------------- */
.fuki01-01 {
	left: 369px;
	top: 10px;
}

#content .maruMv01 {
	left: 269px;
	top: 76px;
}

.table-msg-list thead tr {
	text-align: center;
}

.txt_c {
	text-align: center!important;
}

.tag_red {
	font-weight: bold;
	border: solid 2px #9F1D23;
	color: #9F1D23;
	background: #FCD4D5;
	padding: 0 4px;
}

.tag_blue {
	font-weight: bold;
	border: solid 2px #247992;
	color: #fff;
	background: #247992;
	padding: 0 4px;
}

.tag_yellow {
	font-weight: bold;
	border: solid 2px #A8661E;
	color: #593B1C;
	background: #F8E7D6;
	padding: 0 10px;
	margin-left: 10px;
}

.box_table {
	background: #EFDFBB;
}

.box_table .ttl_box {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 4px 10px;
}

.box_table .ttl_box .ttl {
	color: #000;
	font-weight: bold;
	font-size: 14px;
}

.box_table .ttl_box .btn_acd {
	background: #043D78;
	color: #fff;
	width: 160px;
	height: 20px;
	font-size: 11px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	position: relative;
}

.box_table .ttl_box .btn_acd img {
	position: absolute;
	right: 4px;
}

.box_table .box_flex {
	background: #FCF5E4;
	border: solid 4px #EFDFBB;
	border-top: none;
	display: flex;
	justify-content: space-between;
	padding: 6px;
}

.box_table .box_flex .box_in {
	border: solid 2px #EFDFBB;
	background: #fff;
	width: 49.6%;
	padding: 10px;
}

.box_table .box_flex .box_in tbody {
	border: solid 2px #C1C1C1;
	color: #000;
}

.box_table .box_flex .box_in tr th {
	font-weight: bold;
	background: #FDF1D0;
}

.box_table .box_flex .box_in tr td {
	font-weight: bold;
	text-align: right;
	display: table-cell;
	vertical-align: middle;
}

.box_table .box_flex .box_in tr td.txt_red {
	color: #FF0102;
}

.box_table .box_flex .box_in .btn-base {
	font-size: 11px!important;
	width: 200px;
	min-height: 1em;
	padding: 2px 10px;
}

.note_atten {
	margin-top: 10px;
	font-size: 11px;
}

.note_atten img {
	margin-right: 2px;
}

/* flow02
-------------------------------------------------- */
.fuki02-01 {
	left: 90px;
	top: 180px;
}

#content .maruMv02-01 {
	left: 5px;
	top: 246px;
}

.box_fkds {
	width: 108%;
	margin-top: -.4%;
	margin-left: -2.6%;
	border: solid 1px #043d78;
	border-radius: 6px;
	background: #fff;
	position: relative;
	z-index: 16;
	padding: 10px 20px;
	padding-bottom: 24px;
	color: #000;
	font-weight: bold;
	box-shadow: 0 2px 2px 0 #c2c1c1;
}

.box_fkds:after, .box_fkds:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	z-index: 1;
}

.box_fkds:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 10px;
	margin-left: -160px;
}

.box_fkds:before {
	border-color: rgba(4, 61, 120, 0);
	border-bottom-color: #043d78;
	border-width: 11px;
	margin-left: -161px;
}

.box_fkds .box_inner .ttl {
	font-size: 16px;
	border-bottom: solid 3px #043d78;
}

.box_fkds .flex_inner {
	display: flex;
	justify-content: space-between;
}

.box_fkds .box_inner {
	width: 49.5%;
}

.box_fkds .box_inner p {
	font-size: 14px;
	padding: 6px 0;
}

.box_fkds .box_inner ul li+li {
	margin-top: -1px;
}

.box_fkds .box_inner ul li a {
	display: flex;
	align-items: center;
	background: #EAEAE9;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	font-size: 14px;
	height: 40px;
	padding: 10px 30px;
	position: relative;
	color: #000;
	text-decoration: none;
}

.box_fkds .box_inner ul li a::before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-top: 3px solid transparent;
	border-left: 5px solid #043d78;
	border-bottom: 3px solid transparent;
	margin-left: -10px;
}

.box_fkds .box_inner .ttl+ul li a {
	padding: 10px 16px;
}

.box_fkds .flex_inner+.btn_close {
	margin-top: 15px;
}

.box_fkds .btn_close a {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	width: 300px;
	height: 36px;
	font-size: 14px;
	text-shadow: -1px -1px 0 rgb(0 0 0 / 80%);
	background: #eeeeee;
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dddddd));
	background: -webkit-linear-gradient(#ffffff,#dddddd 100%);
	background: -moz-linear-gradient(#ffffff,#dddddd 100%);
	background: -o-linear-gradient(#ffffff,#dddddd 100%);
	background: linear-gradient(#ffffff,#dddddd 100%);
	box-shadow: 0 2px 2px 0 #c2c1c1;
	border: solid 1px #ccc;
	text-shadow: none;
	border-radius: 6px;
}

#end {
	z-index: 20;
}

/* flow03
-------------------------------------------------- */
.fuki03-01 {
	left: 895px;
	top: 220px;
}
.fuki03-02 {
	left: 605px;
	top: 270px;
}
.fuki03-03 {
	left: 115px;
	top: 435px;
}
.fuki03-04 {
	left: 115px;
	top: 550px;
}

#content .maruMv03-01 {
	left: 240px;
	top: 270px;
}

#content .maruMv03-02 {
	left: 370px;
	top: 320px;
}

#content .maruMv03-03 {
	left: 0;
	top: 510px;
}

#content .maruMv03-04 {
	left: 0;
	top: 620px;
}

/* flow04
-------------------------------------------------- */
.fuki04-01 {
	left: 535px;
	top: 850px;
}

#content .maruMv04-05,
#content .maruMv04-04,
#content .maruMv04-03,
#content .maruMv04-02,
#content .maruMv04-01 {
	left: 140px;
}

#content .maruMv04-01 {
	top: 380px;
}

#content .maruMv04-02 {
	top: 430px;
}

#content .maruMv04-03 {
	top: 490px;
}

#content .maruMv04-04 {
	top: 660px;
}

#content .maruMv04-05 {
	top: 740px;
}

#content .maruMv04-06 {
	left: 0;
	top: 850px;
}

#content .maruMv04-07 {
	left: 295px;
	top: 905px;
}

/* flow05
-------------------------------------------------- */
.fuki05-01 {
	left: 525px;
	top: 770px;
}

.fuki05-02 {
	left: 205px;
	top: -70px;
}

#content .btn05 {
	position: relative;
}

#content .maruMv05-01 {
	left: 125px;
	top: 820px;
}

#content .maruMv05-02 {
	left: -10px;
	top: -20px;
}

/* flow06
-------------------------------------------------- */
.fuki06-01 {
	left: 600px;
	top: 540px;
}

#content .maruMv06-01 {
	left: 375px;
	top: 590px;
}

/* flow07
-------------------------------------------------- */
.fuki07-01 {
	left: 590px;
	top: 170px;
}


.under main[role="main"] {
	width: 100%;
}