  .fixWidth #Contents,
  .fixWidth #HeaderBox{
  	min-width: 1150px;
  }
  .headerBox__inner2-wrap{
  	display: none !important;
  }


	#Contents.sup1 {
    position: relative;
    padding-bottom: 140px;
	}

	.anc {
		padding-top:95px;
    	margin-top: -95px;
	}

	.Support {
		width: 1100px;
    		margin: 0 auto;
	}
	.Support p ,
	.Support ul li {
		text-align:left;
	}

	.Support ul.sup_caution {
		margin-top:1em;
	}
	.Support ul.sup_caution li {
		margin-left: 1.3em;
		text-indent: -1.3em;
	}


/* Navi
========================*/
	.SupportNav{
		margin: 0 0 0 0;
		padding: 28px 0 35px 0;
		text-align: left;
		overflow: hidden;
   	 	position: relative;
    	z-index: 3;
	}
	.SupportNav ul{
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		text-align: left;
		overflow: hidden;
	}
	.SupportNav ul li{
    	margin: 0 1% 1% 0;
    	padding: 0 0 0 0;
    	width: 19.2%;
    	float: left;
    	display: inline;
	}
	.SupportNav ul li:nth-of-type(5){
		margin: 0 0 1% 0;
	}
	.SupportNav ul li a{
		box-sizing: border-box;
		margin: 0 0 0 0;
		padding: 15px 25px 15px 0;
		text-align: center;
		line-height: 1.2em;
		font-size: 112.5% !important; /* 18px */
		font-weight: bold;
		color: #000000;
		background: #f5f2e9;
		border: 1px solid #f5f2e9;
		display: block;
		position: relative;
		transition: .3s;
	}
	.SupportNav ul li a:hover{
		text-decoration: none;
		border: 1px solid #bea96b;
	}
	.SupportNav ul li a:before{
		margin: -3px 0 0 0;
		line-height: 0;
		content: url(../images/common/arrow13.png);
		position: absolute;
		top: 50%;
		right: 20px;
		transition: .3s;
	}
	.SupportNav ul li a:hover:before{
		top: 58%;
	}



/* S_Box
========================*/
	.Support .S_Box {
		margin-bottom:80px;
	}
	.Support .S_Box h4 {
    	font-size: 137.5% !important; /* 22px */
	    text-align: left;
	}

	.Support .S_Box ul.comlist {
		margin-bottom:25px;
	}
	.Support .S_Box p span.time-limit,
	.Support .S_Box ul.comlist li {
    color: #b51111;
    font-size: 125% !important;
	}
	.Support .S_Box p span.time-limit span.mark,
	.Support .S_Box ul.comlist li {
		background: url(../images/user/support2/icon_caution_r.png) no-repeat left 6px;
		padding-left: 23px;
	}
	.Support .S_Box p span.time-limit span.mark {
		display: inline-block;
	}
	.Support .S_Box ul.comlist li.black {
    color: #000000;
		background: none;
    padding-left: 0;
	}

/* List */
	.Support .S_Box .s_listbox {
		clear: both;
		overflow: hidden;
		width: 100%;
		padding:10px 0 30px;
	}
	.Support .S_Box .s_listbox .sbox {
		margin: 0 17px 1.75% 0;
    box-sizing: border-box;
    padding: 0 0 0 0;
    width: 24%;
    max-width: 262px;
    float: left;
    display: inline;
    border: #e2e2e2 1px solid;
    overflow: hidden;
	}
	.Support .S_Box .s_listbox .sbox:nth-of-type(4n){
		margin: 0 0 1.75% 0;
	}
	.Support .S_Box .s_listbox .sbox:nth-of-type(4n+1){
  	clear: left;
	}

	.Support .S_Box .s_listbox .sbox p{
		border-bottom: #e2e2e2 1px solid;
	}

	.Support .S_Box .s_listbox .sbox dl{
		background: #f9f9f9;
		padding: 14px 20px;
	}
	.Support .S_Box .s_listbox .sbox:hover dl,
	.Support .S_Box .s_listbox .active dl{
		background: #f5f2e9;
	}

	.Support .S_Box .s_listbox .sbox dl dt ,
	.Support .S_Box .s_listbox .sbox dl dd {
		text-align:left;
	}
	.Support .S_Box .s_listbox .sbox dl dd {
		font-weight:bold;
		margin-top:5px;
	}

	.Support .S_Box .s_listbox .sbox dl dt.pb20 {
    	padding-bottom: 20px;
	}
	.Support .S_Box .s_listbox .sbox dl dt.pb45 {
    	padding-bottom: 45px;
	}

	.Support .S_Box .s_listbox .sbox dl dd.bg_blue {
		background: #f5fbff;
    	margin: 10px -20px -14px -20px;
    	padding: 10px 20px;
    	font-weight: normal;
		font-size: 80% !important; /* 14px */
	}
	.Support .S_Box .s_listbox .sbox dl dd.bg_blue.pb20 {
    	padding-bottom:30px;
	}

	.Support .S_Box .s_listbox .sbox dl dt span.small {
	    display: block;
		font-size: 80% !important; /* 14px */
	}
	.Support .S_Box .s_listbox .sbox dl dd span.small {
	    font-weight: normal;
		font-size: 80% !important; /* 14px */
	}
	.Support .S_Box .s_listbox .sbox dl dd span.small_b {
		font-size: 80% !important; /* 14px */
	}

	.Support .S_Box .s_listbox .sbox dl dd input.text01 {
		width:90px;
		box-sizing:border-box;
		border:#e2e2e2 1px solid;
		border-radius:3px;
		display:inline-block;
	    padding: 2px 8px 0;
		font-weight: bold;
	}
	.Support .S_Box .s_listbox .sbox dl dd input.text02 {
		width:50px;
		box-sizing:border-box;
		border:#e2e2e2 1px solid;
		border-radius:3px;
		display:inline-block;
	    padding: 2px 8px 0;
		font-weight: bold;
	}


	.Support .S_Box .list_caution h5 {
		text-align:left;
	    color: #0b4e92;
		font-size: 125% !important; /* 20px */
		background:url(../images/user/support2/icon_caution.png) no-repeat left 6px;
		padding-left:23px;
	}

	.Support .S_Box .list_caution2 {
		margin-top:30px;
	}

	.Support .S_Box .flex {
		display: grid;
	}





/* Layout */
	.Support .S_Box .layout_list {
		clear: both;
		overflow: hidden;
		width: 100%;
		padding:10px 0 30px;
	}
	.Support .S_Box .layout_list .lbox {
		margin: 0 1.75% 1.75% 0;
		padding: 0 0 0 0;
		width: 23.5%;
	   	float: left;
    	display: inline;
	    position: relative;
	}
	.Support .S_Box .layout_list .lbox:nth-of-type(4){
		margin: 0 0 1.75% 0;
	}
	.Support .S_Box .layout_list .lbox:nth-of-type(5){
    	clear: left;
	}

	.Support .S_Box .layout_list .lbox dd {
		position:absolute;
		bottom:0;
		left:0;
		width:100%;
		text-align:center;
		color:#FFFFFF;
		font-weight:bold;
	    line-height: 1.8;
		background:rgba(0,0,0,0.7);
	}





/* Table
========================*/
	.Support .BaseContent table th {
		font-size: 112.5% !important; /* 18px */
		padding:6px 15px;
	}
	.Support .BaseContent table th.cate_tl {
		text-align:left;
		padding-left:22px;
	}


	.Support .BaseContent table td {
		vertical-align:middle;
		padding:6px 15px;
	}

	.Support .BaseContent table td.delete {
	    font-weight: bold;
	    line-height: 1.2em;
		font-size: 150% !important; /* 24px */
	}
	.Support .BaseContent table td.subtotal {
	    font-weight: bold;
		font-size: 112.5% !important; /* 18px */
		padding-left: 75%;
	}
	.Support .BaseContent table td.totalm {
    	width: 13%;
		text-align: right;
		font-weight: bold;
	}

	.Support .BaseContent table td.item {
	    text-align: left;
	    line-height: 1.4em;
    	padding-left: 22px;
	}
	.Support .BaseContent table td.item span {
		font-size: 80% !important; /* 14px */
	}

	.Support .BaseContent table td input.kosuu {
    	width: 80px;
    	margin: 0 5px;
    	text-align: center;
    	border: #b5b5b5 1px solid;
	}
	.Support .BaseContent table td input.kosuu:nth-of-type(2){
		margin-top: 6px;
	}

	.Support .BaseContent table tr.total {
	    border-top: 2px solid #b5b5b5;
	}


	.Support .BaseContent p.caution_tax {
	    text-align: right;
		margin-top: -20px;
	    margin-bottom: 0;
	}

	.Support .BaseContent p.cen_txt {
	    text-align: center;
	    margin: 35px 0 0 0;
	}

	.Support button{
    border: none;
    cursor: pointer;
    outline: none;
    appearance: none;
		margin: 0 auto 0;
    padding: 7px 0;
    width: 190px;
    text-align: center;
    color: #ffffff;
    background: #9e8a4e;
    display: block;
    transition: .3s;
	}
	.Support button:hover{
		background: #b5a060;
	}

	.Support .returnLink{
		width: 280px;
		margin: 50px auto 0;
	}
	.Support .returnLink a{
		box-sizing: border-box;
    margin: 0 0 0 0;
    padding: 18px 0;
    width: 100%;
    line-height: 1.2em;
    font-size: 125% !important;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    background: #0b4d91 url(../images/common/arrow12.png) no-repeat 18px center;
    border: 1px solid #0b4d91;
    display: block;
    transition: .5s;
	}
	.Support .returnLink a:hover{
		text-decoration: none;
    color: #0b4d91;
    background: #fff url(../images/common/prev03.png) no-repeat 12px center;
    border: 1px solid #0b4d91;
	}



/* Entry
========================*/
  #Sup_Entry{
  	background: #fafafa;
  	margin: 0 0 100px;
  	padding: 50px 0;
  }
	#Sup_Entry h3 {
  	font-size: 187.5% !important; /* 30px */
	}
	#Sup_Entry .wrap{
		margin: 45px auto 0;
		padding: 0 0 0 0;
		width: 90%;
		max-width: 1000px;
		overflow: hidden;
	}
	#Sup_Entry .wrap .parts{
		margin: 0 0 30px 0;
		padding: 0 0 0 0;
		width: 100%;
		display: table;
	}
	#Sup_Entry .wrap .parts dt{
		position: relative;
    margin: 0 0 0 0;
    padding: 0 52px 0 0;
    width: 230px;
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
	}
	#Sup_Entry .wrap .parts.vat dt,
	#Sup_Entry .wrap .parts.bikou dt{
		vertical-align: top;
	}
	#Sup_Entry .wrap .parts.vat dt {
		padding-top:5px;
	}
	#Sup_Entry .wrap .parts dt .label{
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		line-height: 1.4em;
		font-size: 112.5% !important; /* 18px */
		font-weight: bold;
		float: left;
		text-align: right;
		width:205px;
	}
	#Sup_Entry .wrap .parts dt .must{
		margin: 3px 0 0 0;
		padding: 0 8px;
		line-height: 18px;
		font-size: 80% !important; /* 14px */
		text-align: center;
		color: #0b4d91;
		border: 1px solid #0b4d91;
		display: inline;
		position: absolute;
	}
	#Sup_Entry .wrap .parts dd{
		position: relative;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		display: table-cell;
		vertical-align: top;
		overflow: hidden;
    text-align: left;
	}
	#Sup_Entry .wrap .parts dd span{
		position: absolute;
    bottom: 7px;
    margin: 0 0 0 9px;
	}
	#Sup_Entry .wrap .bikou dd span{
    position: relative;
    margin: 0;
    bottom: 0;
	}
	#Sup_Entry .wrap .bikou dd span.smalltxt{
    font-size: 80%;
    display: block;
	}
	#Sup_Entry .wrap .parts dd div{
		position: relative;
	}
	#Sup_Entry .wrap .parts dd div span{
		position: absolute;
    bottom: 0;
    margin: 0 0 0 0;
	}
	#Sup_Entry .wrap .parts dd .delitime {
		display: inline-block;
		margin: 0 0.5em;
		position: relative;
		vertical-align:middle;
	}
	#Sup_Entry .wrap .parts dd .delitime select {
		padding:9px 20px 9px 9px;
		line-height: 1.2em;
		display: block;
		border: #b5b5b5 1px solid;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		/*width:100px;*/
		width:50px;
		box-sizing: border-box;
	}

	#Sup_Entry .wrap .parts dd .delitime2 {
		display: inline-block;
		margin: 0 0.5em;
		position: relative;
		vertical-align:middle;
	}
	#Sup_Entry .wrap .parts dd .delitime2 select {
		padding:9px 20px 9px 9px;
		line-height: 1.2em;
		display: block;
		border: #b5b5b5 1px solid;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		width:100px;
		box-sizing: border-box;
	}
	#Sup_Entry .wrap .parts dd .delitime2 select::-ms-expand {
		display: none;
	}
	#Sup_Entry .wrap .parts dd .delitime2::after {
    line-height: 0;
    content: url(../images/common/arrow05.png);
    position: absolute;
        top: 18px;
		right: 8px;
	}
	#Sup_Entry .wrap .parts dd .delitime select#bento_place ,
	#Sup_Entry .wrap .parts dd .delitime select#catering_place ,
	#Sup_Entry .wrap .parts dd .delitime select#clean_place ,
	#Sup_Entry .wrap .parts dd .delitime select#garbage_place {
		width:auto;
	}
	#Sup_Entry .wrap .parts dd .delitime select::-ms-expand {
		display: none;
	}
	#Sup_Entry .wrap .parts dd .delitime::after {
    line-height: 0;
    content: url(../images/common/arrow05.png);
    position: absolute;
        top: 18px;
		right: 8px;
	}

	#Sup_Entry .wrap .parts dd .delitime3 {
    display: inline-block;
    padding-bottom: 24px;
    margin-right: 1em;
	}

	#Sup_Entry .wrap .parts dd .text01{
		margin: 0 0 0 0;
		padding: 7px 10px;
		width: 300px;
		background: #ffffff;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border: #b5b5b5 1px solid;
		box-sizing: border-box;
		float: left;
	}
	#Sup_Entry .wrap .parts dd .text_email{
		width: 70%;
	}
	#Sup_Entry .wrap .parts dd .textarea{
		margin: 0 0 0 0;
		padding: 7px 10px;
		width: 100%;
		height: 150px;
		background: #ffffff;
		border: #b5b5b5 1px solid;
		box-sizing: border-box;
	}
	#Sup_Entry .wrap .parts dd .list01{
		margin: 0 0 0 0;
		padding: 10px 0 0 0;
		overflow: hidden;
		clear: both;
	}
	#Sup_Entry .wrap .parts dd .list01 li{
		margin: 0 0 0 0;
		padding: 0 15px 15px 0;
		float: left;
		display: inline;
	}
	#Sup_Entry .wrap .parts dd .textSpan{
		margin: 0 0 0 0;
		padding: 0 15px 0 0;
		line-height: 40px;
		float: left;
		display: inline;
	}
	#Sup_Entry .wrap .parts dd .note01{
		margin: 0 0 0 0;
		padding: 0 0 0 20px;
		line-height: 40px;
		float: left;
		display: inline;
	}
	#Sup_Entry .wrap .parts dd .note02{
		margin: 0 0 0 0;
		padding: 20px 0 0 0;
		line-height: 1.4em;
		display: block;
		clear: both;
	}
	#Sup_Entry .wrap .check{
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		text-align: center;
	}
	#Sup_Entry .wrap .checkbox{
	  display: none;
	}
	#Sup_Entry .wrap .labelParts{
		padding: 5px 0 20px 40px;
		cursor: pointer;
		position:relative;
	}
	#Sup_Entry .wrap .labelParts a {
		text-decoration:underline;
	}
	#Sup_Entry .wrap .labelParts::before{
		line-height: 0;
		content: url(../images/user/simulation/check-off.png);
		display: block;
		position: absolute;
		top: 0;
		left: 0;
	}
	#Sup_Entry .wrap .labelParts::after{
		line-height: 0;
		content: url(../images/user/simulation/check-on.png);
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
	}
	#Sup_Entry .wrap .checkbox:checked + .labelParts::before{
		opacity: 0;
	}
	#Sup_Entry .wrap .checkbox:checked + .labelParts::after{
		opacity: 1;
	}
	#Sup_Entry .wrap .btnBox02{
		margin: 0 auto;
		padding: 30px 0 0 0;
		width: 720px;
		clear:both;
		overflow: hidden;
	}
	#Sup_Entry .wrap .btnBox02 .btn{
		margin: 0 auto;
		padding: 23px 0;
		width: 350px;
		font-size: 125% !important; /* 20px */
		font-weight: bold;
		text-align: center;
		color: #ffffff;
		background: #0b4d91 url(../images/common/arrow01.png) no-repeat 330px center;
		border: none;
		display: block;
		cursor: pointer;
		border:#0b4d91 1px solid;
	transition: .3s;
	}
	#Sup_Entry .wrap .btnBox02 .btn:hover {
		color: #0b4d91;
		background: #fff url(../images/common/arrow02.png) no-repeat 336px center;
	}
	#Sup_Entry .wrap .btnBox02 .whitebtn {
		color: #000000;
		background: #FFFFFF url(../images/user/simulation/arrow01.png) no-repeat 20px center;
		border:#ababab 1px solid;
	transition: .3s;
	}
	#Sup_Entry .wrap .btnBox02 .whitebtn:hover {
		border: 1px solid #000000;
    	background: #FFFFFF url(../images/user/simulation/arrow01.png) no-repeat 14px center;
		color: #000000;
	}


/* TotalBox
========================*/
	#TotalBox {
		position:fixed;
		bottom:0;
		left:0;
		right: 0;
  	background: #f5fbff;
  	padding: 30px 15px;
    z-index: 100;
	}

	#TotalBox .tb_box {
		width:1100px;
		margin:0 auto;
	    display: table;
	}

	#TotalBox .tb_box .total {
		background: #FFFFFF;
		border: #e4e5e6 1px solid;
		width: 58vw;
		min-width: 435px;
		max-width: 700px;
		box-sizing: border-box;
		display: table-cell;
		vertical-align: middle;
		padding: 0 40px;
		clear: both;
		overflow: hidden;
	}
	#TotalBox .tb_box .total dt {
		float:left;
		font-weight: bold;
		font-size: 125% !important; /* 20px */
		line-height:1.2;
	}
	#TotalBox .tb_box .total dt span {
		display:block;
		font-size: 100% !important; /* 16px */
	}
	#TotalBox .tb_box .total dd {
		float: right;
		font-weight: bold;
    	font-size: 200% !important; /* 32px */
	}

	#TotalBox .tb_box p.btn {
		display: table-cell;
		vertical-align: middle;
		padding-left: 20px;
	}
	#TotalBox .tb_box p.btn a {
    text-decoration: none;
    color: #ffffff;
    display: block;
    font-size: 125% !important; /* 20px */
    font-weight: bold;
    text-align: center;
    width: 33vw;
    min-width: 247px;
    max-width: 380px;
		padding: 25px 0;
    background: #0b4d91 url(../images/common/arrow01.png) no-repeat 356px center;
		transition: .3s;
		border: 1px solid #0b4d91;
		box-sizing:border-box;
	}
	#TotalBox .tb_box p.btn a:hover {
		color: #0b4d91;
		background: #fff url(../images/common/arrow02.png) no-repeat 362px center;
		border: 1px solid #0b4d91;
	}


/* ButtonBox
========================*/
	#ButtonBox {
		position: fixed;
		bottom: 0;
    left: 0;
    z-index: 100;
		width:100%;
  	background: #f5fbff;
  	padding: 30px 0;
	}

	#ButtonBox p.caution {
    text-align: center;
    font-size: 100%;
    margin-bottom: 1em;
	}

	#ButtonBox .threebtn {
		width:1100px;
		margin:0 auto;
		display:table;
	}

	#ButtonBox .threebtn p {
		display:table-cell;
		vertical-align:middle;
    	width: 34%;
	}
	#ButtonBox .threebtn p a {
		text-decoration:none;
    	color: #ffffff;
    	display: block;
    	line-height: 1.2em;
    	font-size: 125% !important; /* 20px */
    	font-weight: bold;
    	text-align: center;
    	padding:29px 0;
		box-sizing:border-box;
		transition: .3s;
		margin-right:20px;
		border: 1px solid #0b4d91;
	}

	#ButtonBox .threebtn p.backbtn a {
	    color: #000000;
    	background: #FFFFFF url(../images/user/simulation/arrow01.png) no-repeat 26px center;
    	border: #ababab 1px solid;
	}
	#ButtonBox .threebtn p.backbtn a:hover {
		border: 1px solid #000000;
    	background: #FFFFFF url(../images/user/simulation/arrow01.png) no-repeat 20px center;
	}

	#ButtonBox .threebtn p.entrybtn a {
    	background: #0b4d91 url(../images/common/arrow01.png) no-repeat 328px center;
	}
	
	#ButtonBox .threebtn p.pdfbtn a {
    	background: #0b4d91 url(../images/common/arrow01.png) no-repeat 328px center;
		margin-right:0;
	}
	#ButtonBox .threebtn p.entrybtn a:hover,
	#ButtonBox .threebtn p.pdfbtn a:hover {
		color: #0b4d91;
		background: #fff url(../images/common/arrow02.png) no-repeat 334px center;
	}


/* finish
========================*/
  .Support.finish .returnLink {
    margin: 55px auto;
    padding: 0 0 0 0;
    width: 280px;
	}
  .Support.finish .returnLink a{
  	box-sizing: border-box;
    margin: 0 0 0 0;
    padding: 18px 0;
    width: 100%;
    line-height: 1.2em;
    font-size: 125% !important;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    background: #0b4d91 url(../images/common/arrow12.png) no-repeat 18px center;
    border: 1px solid #0b4d91;
    display: block;
    transition: .3s;
  }
  .Support.finish .returnLink a:hover{
  	color: #0b4d91;
    text-decoration: none;
    background: #fff url(../images/common/prev03.png) no-repeat 12px center;
  }


/* ADD 2019.08 */
  .Support .f_twobtn {
	width:728px;
	margin:55px auto 0;
	display:table;
  }

  .Support .f_twobtn p {
	display:table-cell;
	vertical-align:middle;
   	width: 50%;
  }
  .Support .f_twobtn p a {
		text-decoration:none;
    	color: #ffffff;
    	display: block;
    	line-height: 1.2em;
    	font-size: 125% !important; /* 20px */
    	font-weight: bold;
    	text-align: center;
    	padding:18px 0;
		box-sizing:border-box;
		transition: .3s;
		margin-right:20px;
		border: 1px solid #0b4d91;
	}

  .Support .f_twobtn p.backbtn a {
	    color: #000000;
    	background: #FFFFFF url(../images/user/simulation/arrow01.png) no-repeat 26px center;
    	border: #ababab 1px solid;
	}
  .Support .f_twobtn p.backbtn a:hover {
		border: 1px solid #000000;
    	background: #FFFFFF url(../images/user/simulation/arrow01.png) no-repeat 20px center;
	}

  .Support .f_twobtn p.reentrybtn a {
    	background: #0b4d91 url(../images/common/arrow01.png) no-repeat 328px center;
		margin-right:0;
	}
  .Support .f_twobtn p.reentrybtn a:hover {
		color: #0b4d91;
		background: #fff url(../images/common/arrow02.png) no-repeat 334px center;
	}
