body {
	margin: 0;
	font-family: unset;
	padding-bottom: 0!important;
}

.border-bottom {
	border-bottom: 1px solid #e7eaec !important;
}

.top-navigation .navbar {
	margin-bottom: 0;
}

.navbar {
	position: relative;
	min-height: 50px;
}

.navbar-static-top {
	background: #fff;
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

.top-navigation .navbar-brand {
	padding: 15px;
	background: 0;
	color: inherit;
}

.navbar-brand {
	display: table-cell;
	float: none;
	vertical-align: middle;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.navbar-brand {
	float: left;
	padding: 15px 15px;
	font-size: 18px;
	line-height: 20px;
	/*height: 50px;*/
}

.navbar-brand img {
	margin: -10px 0;
	width: auto;
	max-height: 40px;
	max-width: 462px;
}

@media screen and (min-width: 768px) {
	.navbar-static-top {
		border-radius: 0;
	}

	.navbar-static-top .navbar-header {
		float: left;
	}
}


/* ↓ヘッダー↓ */
.fzm-line {
	background-color: #008cba;
	clear: both;
	width: 100%;
}

.fzm-line p {
	color: white;
	text-align: left;
	font-size: 20px;
	margin: 0 auto;
}

.fzm-line_area {
	max-width: 60%;
	width: auto;
	padding: 10px 0;
	margin: 0 auto;
}

.fzm-toptxt {
	align-items: space-between;
	width: 60%;
	margin: 0 auto;
	background: white;
	padding: 20px;
}

.fzm-toptxt p {
	text-align: center;
}

.fzm-memo {
	border: 1px solid #CCC;
	border-radius: 8px;
	width: 90%;
	margin: 0 auto;
	padding: 20px;
	text-align: left !important;
}

/* ↑ヘッダー↑ */
/* ↑追加↑ */
dl {
	width: 100%;
	display: table;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

dl:before,
dl:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}

dl:after {
	clear: both;
}

dl dt,
dl dd {
	display: table-cell;
	vertical-align: middle;
	border-top: 1px solid #CCC;
}

article.baseInputTable dl:last-child dt,
article.baseInputTable dl:last-child dd,
article.baseInputTable dl#dlCycle dt,
article.baseInputTable dl#dlCycle dd,
article.baseInputTable dl#dlYmd dt,
article.baseInputTable dl#dlYmd dd {
	border-bottom: 1px solid #CCC;
}

article.baseInputTable #appMethod dl:last-child dt,
article.baseInputTable #appMethod dl:last-child dd {
	border-bottom: none;
}


dl dt {
	width: 250px;
	box-sizing: border-box;
	padding: 10px;
	vertical-align: top;
	font-weight: bold;
	line-height: 1.6em;
	background: #E3F2FD;
	/* border-radius: 5px; */
}

.TaxCapTxt {
	display: block;
	margin: 5px 0 0 0;
	font-size: 0.9em;
	color: #481c87;
}

.SrvCapTxt {
	margin: 10px 0 0 0;
	font-size: 0.9em;
	line-height: 1.5;
}


dl dd.markArea {
	width: 80px;
	box-sizing: border-box;
	vertical-align: top;
	padding: 10px 5px;
	background: #E3F2FD;
}

dl dd.txtArea {
	width: 730px;
	box-sizing: border-box;
	vertical-align: middle;
	padding: 15px 0 5px 10px;
}

dl dd.txtArea label {
	cursor: pointer;
	transition: 0.5s;
}

dl dd.txtArea label:hover * {
	opacity: 0.8;
}

dl dd.txtArea label:hover .BoxTc {
	opacity: 1;
}

.confirm dl dd.txtArea label:hover * {
	opacity: 1;
}

body.confirm dd.txtArea {
	padding: 10px;
}

span.notes {
	display: block;
	font-size: 0.8em;
	line-height: 1.4em;
	font-weight: bold;
	margin: 0 0 3px 0;
	color: #01579B;
}

.SrvIDate {
	padding: 0 0 10px 0;
}

.markAny {
	display: inline-block;
	border-radius: 5px;
	background: #4DB6AC;
	color: #FFF;
	padding: 4px 13px 6px;
	font-size: 0.9em;
	margin: 0 0 0 10px;
}

.markReq {
	display: inline-block;
	border-radius: 5px;
	background: #d32f2f;
	color: #FFF;
	padding: 4px 13px 6px;
	font-size: 0.9em;
	margin: 0 0 0 10px;
}

.ComBtn_A {
	width: 400px;
	display: inline-block;
	margin: 0 10px;
	height: 60px;
	text-align: center;
	text-decoration: none;
	outline: none;
	position: relative;
	z-index: 2;
	background-color: rgba(255, 23, 68, 1);
	border: 2px solid rgba(255, 23, 68, 1);
	color: #FFF;
	line-height: 55px;
	overflow: hidden;
	border-radius: 60px;
	cursor: pointer;
	font-size: 1.4em;
	padding: 0;
	font-weight: bold;
}

/* ↓追加↓ */
.radio-input:checked+.radio-parts {
	color: rgba(0, 131, 143, 1);
}

.radio-input {
	position: absolute;
	left: -9999px;
	vertical-align: middle;
}

.radio-parts {
	margin-top: -5px;
	padding-left: 30px;
	position: relative;
	margin-right: 20px;
	transition: .4s;
	float: none;
	line-height: 2.0em;
}

.radio-parts::before {
	content: "";
	display: block;
	position: absolute;
	top: -2px;
	left: 0;
	width: 20px;
	height: 20px;
	border: 2px solid #999;
	border-radius: 50%;
	transition: .4s;
}

.radio-input:checked+.radio-parts::after {
	content: "";
	display: block;
	position: absolute;
	top: 2px;
	left: 4px;
	width: 16px;
	height: 16px;
	background: rgba(0, 172, 193, 1);
	border-radius: 50%;
	transform: scale(0.8, 0.8);
}
/*20230530追加↓*/
.fzm-server {
    align-items: space-between;
    width: 60%;
    max-width: 1060px;
    margin: 0 auto;
    background: white;
    padding: 20px 0;
}
.fzm-sv-box{
    display: flex;
}
.fzm-box{
    /*margin: 0 50px;*/
    margin: 0 auto;
    display: flex;
    padding: 0;
}
.fzm-box p{
    margin: 20px 0;
}
.fzm-server-img {
    text-align: center;
    align-items: flex-end;
    justify-content: center;
    padding-right: 30px;
    margin: auto 0;
}
.fzm-type{
    font-weight: bold;
}
.fzm-sp { 
    display: none !important; 
}
/*20230530追加↑*/
.fzm-postage {
	clear: both;
	width: 60%;
	max-width: 1060px;
	padding: 20px 0;
	margin: 0 auto;
}

.fzm-postage-area {
	width: auto;
	padding: 10px 0;
	margin: 0 auto;
}

.fzm-postage-area table {
	border: none;
	border-collapse: separate;
	border-spacing: 5px;
	width: 100%;
}

.fzm-postage-area th {
	background-color: #e3f2fd;
	padding: 10px 20px;
	text-align: center;
}

.fzm-postage-area td {
	background: #e0f7fa;
	padding: 10px 20px;
}

.fzm-content {
	text-align: center;
}

.fzm-sp {
	display: none;
}

.fzm-radio-list {
	width: 60%;
	margin: 0 auto;
}

.fzm-btn-a {
	text-align: center;
	margin: 40px 0;
}

.fzm-table th,
.fzm-table td {
	font-size: 0.8em;
}

.SubTxt {
	display: block;
	font-size: 0.8em;
	line-height: 1.5em;
	padding: 10px 0 0;
}

.BtnTc {
	display: inline-block;
	width: 22px;
	height: 22px;
	margin: 5px 0 0 10px;
	cursor: pointer;
}

.BtnTc i {
	font-size: 22px;
	color: #00838F;
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fa-question-circle-o:before {
	content: "\f29c";
}

.BoxTc {
	background: rgba(255, 255, 255, 0.9);
	width: 240px;
	height: auto;
	padding: 10px;
	position: absolute;
	bottom: 38px;
	left: -35px;
	text-align: left;
	z-index: 2;
	display: none;
	border: 2px solid #29B6F6;
	border-radius: 5px;
	font-size: 0.8em;
	line-height: 1.4em;
}

.BoxTc:after {
	content: ' ';
	position: absolute;
	bottom: -10px;
	left: 115px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #29B6F6 transparent transparent transparent;
}

l dd.txtArea label:hover .BoxTc {
	opacity: 1;
}
footer {
	position: relative;
	border-top: solid 1px #e7eaec;
	padding: 15px;
	background:#ffffff;
}
footer p{
	color: #676A6C;
	font-size: 13px!important;
	padding:0;
}
.fmz-footer.fmz-unfixed {
	position: relative;
	border-top: solid 1px #e7eaec;
	padding: 15px;
	background:#ffffff;
}
.fmz-footer:after{
	content: " ";
	display: table;
}
.fmz-clearfix:after {
	clear: both;
}
.fmz-clearfix:before, .clearfix:after{
	content: " ";
	display: table;
}
.fmz-text-center {
	text-align: center;
}

@media screen and (max-width:850px) {
	.fzm-toptxt {
		width: 90%;
	}

	.fzm-radio-list {
		width: 90%;
	}
    /*20230530追加↓*/
    .fzm-server {
        width: 90%;
        padding: 10px;
    }
    .fzm-sv-box{
        display: block;
    }
    .fzm-box{
        padding: 0 0 20px;
        width: 63%;
        margin: 0 auto;
    }
    /*20230530追加↑*/
	.fzm-postage {
		width: 90%;
		margin: 0 auto;
	}

	.fzm-postage-area {
		max-width: 100%;
	}
}

@media screen and (max-width: 768px) {
	dl {
		width: 98%;
		display: block;
		margin: 5px auto 12px auto;
		padding: 5px;
		box-sizing: border-box;
		-webkit-transition: all .3s;
		transition: all .3s;
		border: 5px solid #EEE;
		border-radius: 5px;
	}

	dl dt {
		width: auto;
		box-sizing: border-box;
		padding: 5px 0 5px 0;
		vertical-align: top;
		font-weight: bold;
		display: inline-block;
		margin: 0 0 0 0;
		background: none !important;
	}

	dl dd.markArea {
		width: 18%;
		box-sizing: border-box;
		vertical-align: top;
		padding: 5px 5px 5px 0;
		font-size: 0.8em;
		display: inline-block;
		text-align: right;
		margin: 0 0 10px 0;
		background: none;
	}

	.markReq {
		display: inline-block;
		border-radius: 5px;
		background: #d32f2f;
		color: #FFF;
		padding: 5px;
	}

	.radio-parts {
		margin-top: 0;
		padding-left: 30px;
		position: relative;
		margin-right: 0;
		transition: none !important;
		display: block;
		font-size: 1.1em;
		line-height: 1.8em;
		float: none;
		width: 95%;
	}

	.radio-parts::before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 20px;
		height: 20px;
		border: 2px solid #999;
		border-radius: 50%;
		transition: none !important;
	}

	.radio-input:checked+.radio-parts::after {
		content: "";
		display: block;
		position: absolute;
		top: 4px;
		left: 4px;
		width: 16px;
		height: 16px;
		border-radius: 50%;
		transform: scale(0.8, 0.8);
	}

	dl dt,
	dl dd {
		border-top: none;
	}

	.radio-input {
		position: absolute;
		left: -9999px;
		vertical-align: middle;
	}

	.ComBtn_A {
		width: 300px;
		font-size: 1.2em;
	}

	.fzm-line p {
		font-size: 18px;
	}

	.fzm-line_area {
		padding: 10px;
		max-width: 100%;
	}

	.fzm-toptxt {
		width: 90%;
		padding: 20px;
	}

	.fzm-toptxt p {
		text-align: left;
	}

    /*20230530追加↓*/
    .fzm-server {
        width: 90%;
        padding: 10px;
    }
    .fzm-sv-box{
        display: block;
    }
    .fzm-box{
        /*padding: 0 0 3em;*/
        margin: 0 auto;
        width: 90%;
        display: block;
    }
    .fzm-server-img{
        padding-right: 0;
    }
    .fzm-sp {
        display: block !important; 
    }
    /*20230530追加↑*/
    
	.fzm-postage-area {
		max-width: 100%;
	}

	.fzm-postage {
		width: auto;
		padding: 0 20px;
	}

	.fzm-table {
		writing-mode: vertical-lr;
	}
	
	.fzm-table th{
		height: 3em;
	}
	
	.fzm-table td{
		height: 5em;
	}
	
	.fzm-table-sp{
		writing-mode: horizontal-tb;
		white-space : nowrap;
	}
	
	.fzm-sp {
		display: block;
	}

	.fzm-radio-list {
		width: 90%;
		padding: 0 20px;
	}

	.fzm-btn-a {
		margin: 0px 0px 40px 0px;
	}

	.BoxTc {
		background: rgba(255, 255, 255, 1);
		width: 280px;
		height: fit-content;
		padding: 10px;
		position: absolute;
		margin: auto;
		bottom: 20px;
		left: 0;
		right: 0;
		margin: 0 auto;
		text-align: left;
		z-index: 2000;
		display: none;
		border: 2px solid #29B6F6;
		border-radius: 5px;
		font-size: 0.8em;
		line-height: 1.4em;
	}

	.fzm-memo {
		width: auto;
	}
}