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: #029fe4;
	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: #e2f6fe;
	/* 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: #e2f6fe;
}

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: #fb3d53;
	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: #fb3d53;
	border: 2px solid #fb3d53;
	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: #029fe4;
}

.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: #029fe4;
	border-radius: 50%;
	transform: scale(0.8, 0.8);
}
/*20230530追加↓*/
/*.radio-input-none:checked+.radio-parts-none {
	color: #029fe4;
}*/
.campaign_box_2 label {
	cursor: text !important;
	transition: 0.5s;
}
.radio-input-none {
	position: absolute;
	left: -9999px;
	vertical-align: middle;
}

.radio-parts-none {
	margin-top: -5px;
	/*padding-left: 30px;*/
	position: relative;
	margin-right: 20px;
	transition: .4s;
	float: none;
	line-height: 2.0em;
}

.radio-parts-none::before {
	content: "";
	/*display: block;*/
    display: none;
	position: absolute;
	top: -2px;
	left: 0;
	width: 20px;
	height: 20px;
	border: 2px solid #999;
	border-radius: 50%;
	transition: .4s;
}

.radio-input-none:checked+.radio-parts-none::after {
	content: "";
	/*display: block;*/
    display: none;
	position: absolute;
	top: 2px;
	left: 4px;
	width: 16px;
	height: 16px;
	background: #029fe4;
	border-radius: 50%;
	transform: scale(0.8, 0.8);
}

.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: #e2f6fe;
	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: #029fe4;
}

.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;
}
.campaign_text{
    max-width: 1060px;
    margin: 0 auto;
    padding: 1em 0;
}
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: #fb3d53;
		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追加↓*/
    .radio-parts-none {
		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-none::before {
		content: "";
		display: none;
		position: absolute;
		top: 0;
		left: 0;
		width: 20px;
		height: 20px;
		border: 2px solid #999;
		border-radius: 50%;
		transition: none !important;
	}

	.radio-input-none:checked+.radio-parts-none::after {
		content: "";
		display: none;
		position: absolute;
		top: 4px;
		left: 4px;
		width: 16px;
		height: 16px;
		border-radius: 50%;
		transform: scale(0.8, 0.8);
	}
    .radio-input-no {
		position: absolute;
		left: -9999px;
		vertical-align: middle;
	}
    .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;
	}
}

/* ↓ 20250527追記 ↓ */
.fzm-ws-h3{
	display: inline;
}
/* ↑ 20250527追記 ↑ */

/* ==============================

       202505_プロト記載

============================== */

/* プラン・キャンペーン選択の案内文 */
.fzm-toptxt {
    max-width: 1060px;
}
.fzm-toptxt p {
    text-align: left;
	font-weight: bold;
}

/* ウォーターサーバー選択 */
.fzm-sv-box {
    display: flex;
	flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-top: 32px;
}

.fzm-sv-box label {
    display: flex;
    flex-direction: column;
    flex-basis: calc(25% - 15px);
    align-items: center;
	max-width: 252px;
    margin: 0;
    padding: 0;
}

.fzm-card {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
    width: 100%;
    border: 1px solid #707070;
    transition: all 0.2s ease;
}

.fzm-card .fzm-card-1 {
    display: flex;
    flex-direction: column;
    flex: 1;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px 20px 0;
}

.fzm-card-1 .fzm-server-img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin: 20px 0 24px;
    padding: 0;
}

.fzm-card-1 .fzm-server-img img {
    width: 100%;
    max-width: 152px;
}

.fzm-card .fzm-card-2 {
    text-align: center;
    padding: 18px 0;
    background: #ECECEC;
    border-top: 1px solid #707070;
    transition: .4s;
}

.fzm-card p {
    margin: 0;
    transition: .4s;
}

.fzm-sv-box span.radio-parts {
    position: relative;
    display: block;
    width: 24px;
    height: 24px;
    margin: 0;
    margin-bottom: 12px;
    line-height: 2.0em;
    transition: .4s;
}

.fzm-sv-box .radio-parts::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid #999;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.fzm-sv-box .radio-input:checked+.radio-parts::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 16px;
    height: 16px;
    background: #029fe4;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0.8);
}

/* ウォーターサーバー 選択時 */
.fzm-card.active {
    border-color: #0FB2FC;
    box-shadow: inset 0 0 0 1px #0FB2FC;
}

.fzm-card.active .fzm-card-2 {
    background-color: #0FB2FC;
    border-color: #0FB2FC;
}

.fzm-card.active .fzm-card-2 p {
    color: white;
}

/* ウォーターサーバー ホバー時 */
.fzm-card:hover {
    border-color: #0FB2FC;
    box-shadow: inset 0 0 0 1px #0FB2FC;
}

.fzm-card:hover .fzm-card-2 {
    background-color: #0FB2FC;
    border-color: #0FB2FC;
}

.fzm-card:hover .fzm-card-2 p {
    color: white;
}

/* 製品仕様アコーディオンセクション */
.fzm-server_btnarea {
    margin: 40px 0;
}
.fzm-server_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 250px;
    padding: 12px 32px;
    background: #F3F1EB;
    border: none;
}
.accordion-icon {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 8px;
    vertical-align: middle;
    border-top: 8px solid #0FB2FC;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    transition: transform 0.3s ease;
}
.accordion.open .accordion-icon {
    transform: rotate(180deg);
}

.accordion-content {
    display: none;
    overflow: hidden;
}

/* サーバー 詳細テーブル */
.fzm-server-table {
    width: 100%;
    border-collapse: collapse;
	box-sizing: border-box;
}

.fzm-server-table th, .fzm-server-table td {
    border: 1px solid #707070;
    padding: 20px 40px;
    font-size: 0.8em;
    text-align: left;
	box-sizing: border-box;
}

.fzm-server-table th {
    width: 20%;
    background-color: #E2F6FE;
    text-align: center;
    vertical-align: middle;
}

.fzm-server-table td {
    background-color: #fff;
    vertical-align: top;
}

.fzm-server-table span {
    font-weight: 700;
}


@media screen and (max-width:1280px) {
	.fzm-sv-box {
		row-gap: 32px;
		column-gap: 14px;
	}
	.fzm-sv-box label {
		flex-basis: calc(50% - 7px);
	}
}

@media screen and (max-width:768px) {
	.fzm-server_btn {
		max-width: 100%;
		font-size: 0.9em;
	}
	.fzm-server-table {
		margin-bottom: 54px;
	}
	.fzm-server-table,
	.fzm-server-table tbody,
	.fzm-server-table tr,
	.fzm-server-table th,
	.fzm-server-table td {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	.fzm-server-table th {
		padding: 24px 16px;
		border: 1px solid #707070;
	}
	.fzm-server-table td {
		padding: 24px 16px;
		border: none;
		border-left: 1px solid #707070;
		border-right: 1px solid #707070;
	}
	.fzm-server-table tr:last-of-type td:last-of-type {
		border-bottom: 1px solid #707070;
	}
}
