@charset "utf-8";

.clearfix:before, .container:after { content: ""; display: table; }
.clearfix:after { clear: both; }
 
/* IE 6/7 */
.clearfix { zoom: 1; }

/*-------------------------------*/

html {
	width: 100%;
	overflow-x:hidden;
}

body {
	width: 100%;
	overflow-x:hidden;
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.8;
	color: #333;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ ゴシック","Osaka",sans-serif;
	background-color: #fff;
}

a {
	color: #0066CC;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

a:link {color: #0066CC;}
a:visited {color: #0066CC;}
a:hover {color: #0099CC;text-decoration: none;}
a:active {text-decoration: none;}
a:focus, *:focus {text-decoration: none;outline:none;}

a img {
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}


/* width -------------------------------*/

@media (min-width: 768px) {
	.container {
		width: 738px;
	}
}

@media (min-width: 960px) {
	.container {
		width: 960px;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 1200px;
	}
}

/* 共通 -----------------------*/

main {
	margin: 50px 0 0 0;
}

.br_sp_lh4 {
	line-height: 4;
}

.br_pc {
	display: none;
}

.pc_view {
	display: none;
}

.sp_view ,
.dpb {
	display: block;
}

.red {
	color: #cc0033;
}

.blue {
	color: #0075c2;
}

.yellow {
	color: #9f8514;
}

.require ,
.optional {
	margin: 0 0 0 10px;
	padding: 2px 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 10px;
	background-color: #cc0033;
	color: #fff;
	text-align: center;
}

.optional {
	background-color: #0266cc;
}

.mt10 { margin: 10px 0 0 0; }
.mt20 { margin: 20px 0 0 0; }
.mt30 { margin: 30px 0 0 0; }
.mt40 { margin: 40px 0 0 0; }
.mt50 { margin: 50px 0 0 0; }
.mt60 { margin: 60px 0 0 0; }
.mt70 { margin: 70px 0 0 0; }
.mt80 { margin: 80px 0 0 0; }
.mt90 { margin: 90px 0 0 0; }
.mt100 { margin: 100px 0 0 0; }
.mt200 { margin: 200px 0 0 0; }

.scroll-prevent {
	position: fixed;
	z-index: -1;
	width: 100%;
	height: 100%;
}

table .nw {
	white-space: nowrap;
}

.submit_wrap {
	margin: 50px 0 0 0;
	text-align: center;
}

.submit_wrap_right {
	margin: 15px 15px 15px 0;
	text-align: right;
}

.submit_wrap .submit_innr {
	padding: 15px 0;
}

#back-top {
	width: 50px;
	height: 50px;
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 200;
	padding: 27px 0 0 0;
	background-color: #0085B2;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	font-size: 10px;
	text-align: center;
	color: #fff;
}

#back-top:before {
	position: absolute;
	top: -17px;
	left: 13px;
	font-family: FontAwesome;
	font-size: 40px;
	content: "\f106";
}

#back-top:hover {
	color: #ccc;
	text-decoration: none;
}

.upfile {
	width: 100px;
	margin: 30px auto 0 auto;
	padding: 10px 0;
	display: block;
	overflow: hidden;
	position: relative;
	background-color: #005aa0;
	color: #fff;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	cursor:pointer;
	font-size: 13px;
	white-space: nowrap;
	text-align: center;
}

.upfile i {
	font-size: 16px;
	margin: 0 6px 0 0;
	vertical-align: middle;
}

.upfile input[type="file"] {
	opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
	font-size: 100px;
	cursor:pointer;
}

.upfile:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

.expenses_detail_view_file {
	margin: 10px 0 0 0;
	font-size: 13px;
}

.expenses_detail_view_file img {
	max-width: 100px;
	height: auto;
}


/* ページナビ ---------------------*/

.tablenav {
	margin: 30px auto;
	line-height:3em;
	text-align:center;
}

a.page-numbers, .tablenav .current {
	margin: 0 5px;
	padding: 4px 9px;
	border:solid 1px #ccc;
}

a.page-numbers:hover {
	background: #e1dcd3;
	text-decoration: none;
}

.tablenav .current {
	background: #e1dcd3;
}

.tablenav .next, .tablenav .prev {
	background:transparent;
}


/* フォーム ---------------------*/

input[type="text"], input[type="password"], textarea, select {
	width: 100%;
	padding: 8px;
	border:1px solid #ccc;
	outline: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 14px;

	/* Webkit */
	background: -webkit-gradient (
		linear,
		left top,
		left bottom,
		from(#eee),
		to(#fff)
		);
	-webkit-border-radius: 5px;

	/* Firefox */
	background: -moz-linear-gradient (
		top,
		#eee,
		#fff
		);
	-moz-border-radius: 5px;

	/* IE */
	filter:progid:DXImageTransform.Microsoft.gradient (startColorstr=#ffeeeeee,endColorstr=#ffffffff);
	zoom: 1;
}

form select {
	width: auto;
	margin: 0 0 10px 0;
}

form .lh3 {
	line-height: 3;
}

.form_error_text {
	margin: 7px 0 0 0;
	text-align: left;
	font-size: 16px;
	color: #cc0033;
}

input[type="text"].form_error_text_area, input[type="password"].form_error_text_area, textarea.form_error_text_area, select.form_error_text_area {
	border:1px solid #cc0033;
	box-shadow: 0 0 3px #cc0033;
}

input[type="text"]:focus, input[type="password"]:focus, texture:focus, select:focus, textarea:focus {
	transition: all 0.3s;
	box-shadow: 0 0 3px #8ed8c9;
	border: 1px solid #8ed8c9;
}

input[type="text"].readonly ,textarea.readonly ,select.readonly {
	background-color: #eee;
}

form .text65 {
	width: 65px;
}

form .text100 {
	width: 100px;
}

form .text120 {
	width: 90px;
}

form .text150 {
	width: 150px;
}

form .text200 {
	width: 200px;
}

form .text230 {
	width: 230px;
}

form .text300 {
	width: 300px;
}

form .text400 {
	width: 400px;
}

form .text500 {
	width: 500px;
}

form textarea {
	height: 150px;
}

button {
	color: #333;
}

.submit ,
.submit_red ,
.submit_blue ,
.submit_table_red ,
.submit_table_blue ,
.submit:hover[disabled] {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #ccc;
	display:inline-block;
	cursor:pointer;
	font-size:14px;
	padding:10px 30px;
	text-align: center;
	white-space: nowrap;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
	background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
	background-color:#f9f9f9;
}

.submit:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
	background:-moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0);
	background-color:#e9e9e9;
}

.submit[disabled] {
	opacity: 0.4;
	filter: alpha(opacity=40);
	-ms-filter: "alpha(opacity=40)";
}

.submit:hover[disabled] {
	cursor:default;
}

a.submit:link ,
a.submit:visited ,
a.submit:hover ,
a.submit_red:link ,
a.submit_red:visited ,
a.submit_red:hover ,
a.submit_blue:link ,
a.submit_blue:visited ,
a.submit_blue:hover ,
a.submit_table_red:link ,
a.submit_table_red:visited ,
a.submit_table_red:hover ,
a.submit_table_blue:link ,
a.submit_table_blue:visited ,
a.submit_table_blue:hover ,
a.submit_table_blue:link ,
a.submit_table_blue:visited ,
a.submit_table_blue:hover {
	color: #333;
}

.submit_red ,
.submit_table_red {
	line-height: 1.5;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f9d2d4));
	background:-moz-linear-gradient(top, #ffffff 5%, #f9d2d4 100%);
	background:-webkit-linear-gradient(top, #ffffff 5%, #f9d2d4 100%);
	background:-o-linear-gradient(top, #ffffff 5%, #f9d2d4 100%);
	background:-ms-linear-gradient(top, #ffffff 5%, #f9d2d4 100%);
	background:linear-gradient(to bottom, #ffffff 5%, #f9d2d4 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f9d2d4',GradientType=0);
	background-color:#f9d2d4;
}

.submit_red:hover ,
.submit_table_red:hover {
	line-height: 1.5;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9d2d4), color-stop(1, #ffffff));
	background:-moz-linear-gradient(top, #f9d2d4 5%, #ffffff 100%);
	background:-webkit-linear-gradient(top, #f9d2d4 5%, #ffffff 100%);
	background:-o-linear-gradient(top, #f9d2d4 5%, #ffffff 100%);
	background:-ms-linear-gradient(top, #f9d2d4 5%, #ffffff 100%);
	background:linear-gradient(to bottom, #f9d2d4 5%, #ffffff 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9d2d4', endColorstr='#ffffff',GradientType=0);
	background-color:#f9d2d4;
}

.submit_blue ,
.submit_table_blue {
	line-height: 1.5;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #c7d9f0));
	background:-moz-linear-gradient(top, #ffffff 5%, #c7d9f0 100%);
	background:-webkit-linear-gradient(top, #ffffff 5%, #c7d9f0 100%);
	background:-o-linear-gradient(top, #ffffff 5%, #c7d9f0 100%);
	background:-ms-linear-gradient(top, #ffffff 5%, #c7d9f0 100%);
	background:linear-gradient(to bottom, #ffffff 5%, #c7d9f0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#c7d9f0',GradientType=0);
	background-color:#c7d9f0;
}

.submit_blue:hover ,
.submit_table_blue:hover {
	line-height: 1.5;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c7d9f0), color-stop(1, #ffffff));
	background:-moz-linear-gradient(top, #c7d9f0 5%, #ffffff 100%);
	background:-webkit-linear-gradient(top, #c7d9f0 5%, #ffffff 100%);
	background:-o-linear-gradient(top, #c7d9f0 5%, #ffffff 100%);
	background:-ms-linear-gradient(top, #c7d9f0 5%, #ffffff 100%);
	background:linear-gradient(to bottom, #c7d9f0 5%, #ffffff 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c7d9f0', endColorstr='#ffffff',GradientType=0);
	background-color:#c7d9f0;
}

.submit_table_red ,
.submit_table_blue {
	font-size:13px;
	padding:8px 12px;
}

.form_err_title {
	margin: 30px 0 10px 0;
	padding: 10px 0;
	background-color: #cc0033;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

.form_back {
	margin: 20px 0 0 0;
	padding: 15px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

.form_back_err {
	margin: 20px 0 0 0;
	padding: 15px;
	background-color: #fdeef1;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

.form_back_err p {
	margin: 5px 0 0 0;
	color: #cc0033;
}

.pl {
	margin: 0 0 0 9px;
}

.ri {
	display: none;
}

.ri + label {
	position:relative;
	margin: 0 10px 0 0;
	padding: 0 0 0 20px;
	font-size: 15px;
}

.ri + label::before {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
	border: 4px solid #fbe6ef;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	background-color: #fff;
}

.ri:checked + label {
	color: #d60077;
}

.ri:checked + label::after {
	position: absolute;
	display: block;
	content: "";
	top: 7px;
	left: 7px;
	width: 10px;
	height: 10px;
	background: #d60077;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
}

.ci {
	display: none;
}

.cp {
	padding-left: 28px;
	position: relative;
	line-height:1;
	font-size: 14px;
}

.cp::before {
	content: "";
	position: absolute;
	width: 22px;
	height: 22px;
	top: -1px;
	left: 0px;
	background: #fff;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border: 1px solid #ccc;
}

.cp::after {
	font-family: 'FontAwesome';
	content: "\f00c";
	font-weight: bold;
	position: absolute;
	left: 2px;
	top: 0;
	color: #e21734;
	text-shadow:0 2px #999;
	transform: scale(0,0);
	display: block;
	font-size: 19px;
}

.ci:checked + .cp::before {
	background: #f3d6e3;
}

.ci:checked + .cp {
	color: #004077;
}

.ci:checked + .cp::after {
	transform: scale(1,1);
	width: 2px;
	height: 5px;
	animation: baunce .3s;
}

@keyframes baunce {
	0% {
		transform: scale(1, 1);
	}
	50% {
		transform: scale(1.3, 1.1);
	}
	100% {
		transform: scale(1, 1);
	}
}







/* Media queries -------------------------------*/

/* ～320px iPhone SE */


@media (min-width: 321px) { /* 321px～360px Android */

}


@media (min-width: 361px) { /* 361px～375px iPhone 8 縦・iPhone XS 縦 */

}


@media (min-width: 376px) { /* 376px～412px Android */

}


@media (min-width: 413px) { /* 413px～414px iPhone 8 Plus 縦・iPhone XR 縦・iPhone XS Max 縦 */

}


@media (min-width: 415px) { /* 415px～834px iPhone SE 横・iPhone 8 横・iPhone 8 Plus 横・iPhone XS 横・ Android系横・iPad 9.7" 縦・iPad Pro 10.5" 縦 */

}


@media (min-width: 568px) {

}


@media(min-width:768px) { /* タブレット */

	.br_sp {
		display: none;
	}

	.br_sp_lh4 {
		display: none;
	}

	.br_pc {
		display: inline;
	}

	.pc_view {
		display: block;
	}

	.sp_view ,
	.dpb {
		display: none;
	}

	form textarea {
		height: 300px;
	}

	form select {
		margin: 0;
	}

	form .text120 {
		width: 115px;
	}

	form .lh3 {
		line-height: 1.5;
	}

	.expenses_detail_view_file img {
		max-width: 65px;
	}

	.submit_wrap .submit_innr {
		padding: 0 15px;
		display: inline-block;
	}


}


@media (min-width: 835px) { /* 835px～959px PC・iPhone XR 横・iPhone XS Max 横 */

}


@media (min-width: 960px) { /* 960px～1023px PC */

}


@media (min-width: 1024px) { /* 1024px～1059px PC・iPad 9.7" 横・iPad Pro 12.9" 縦*/

	.expenses_detail_view_file img {
		max-width: 100px;
	}

}


@media (min-width: 1060px) { /* 1060px～1199px PC・iPad Pro 10.5 横 */

}


@media (min-width: 1200px) { /* 1200px～ PC・iPad Pro12.9 横 */

}

