@charset "utf-8";
@import url("https://www.e-ftis.com/assets/css/reset.css");
@import url("https://use.fontawesome.com/releases/v5.0.6/css/all.css");
/* Font Style
------------------------------------------------------------------- */
html,
body {
	font-family: "Meiryo", "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Helvetica, sans-serif;
}
html {
	font-size: 62.5%;
}
body {
	line-height:1;
	text-align:left;
	color:#222222;
}
html {
	-webkit-text-size-adjust: 100%;
	box-sizing: border-box;
	-webkit-appearance:none;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

/* Link
------------------------------------------------------------------- */
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
a:link,
a:visited {
	color:#222222;
	text-decoration:underline;
}
a:hover,
a:active {
	color:#003a8f;text-decoration:underline;
}
a:focus {
	outline:none;
}

/* Decoration
------------------------------------------------------------------- */
a:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
	transition: all .5s;opacity: 0.7;
}

/* Scroll
------------------------------------------------------------------- */
#topcontrol {
	bottom:70px !important;
}

/* Image
------------------------------------------------------------------- */
img {
	width: 100%;
	height: auto;
	display: block;
}

/* Container
------------------------------------------------------------------- */
.container {
	border-style: solid;
	border-color: #289af1;
	border-width: 5px;
	background: #ffffff;
	position: relative;
}

/* Header
------------------------------------------------------------------- */
.site_header {
	margin:0 auto;
	padding:0 15px;
}
.top_title {
	border-radius: 0 0 10px 10px;
	background: #289af1;
	width:100%;
	height: 90px;
	text-align:center;
	color:#fff;
	font-size:5vw;
	line-height:1.5;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.logo {
	margin:10px auto;
	padding:0;
	max-width:265px;
}
/* Contents
------------------------------------------------------------------- */
.contents {
	margin:0;
}

/* Top
------------------------------------------------------------------- */
.blackboard_area {
	margin:0 auto;
	padding:0 15px;
	position: relative;
	overflow: hidden;
}
.blackboard_area p.main {
	font-size:5vw;
	line-height:8vw;
	color:#fff;
	position: absolute;
	top:18vw;
	left:10vw;
}
.blackboard_area p.main_paper {
	font-size:2.8vw;
	line-height:6vw;
	color:#fff;
	position: absolute;
	top:20vw;
	left:15vw;
}
.blackboard_area p.main_paper span {
	color:#ff88c8;
	box-shadow: 0px -6px 5px -5px #ff88c8 inset,0px 8px 4px -8px #ff88c8;
	font-size:4vw;
	line-height:2.5;
}
.balloon {
	width:43vw;
/*	display:flex;	*/
	position: absolute;
	top:5.5vw;
	right:15vw;
}
.balloon p {
	text-align:left;
	font-size:2.8vw;
	color:#fff;
	position: absolute;
	top:4vw;
	left:4vw;
}
.balloon p.paper {
	text-align:left;
	font-size:2.8vw;
	line-height:1.2;
	color:#fff;
	position: absolute;
	top:3vw;
	left:11vw;
}
.staff_img {
	margin:0;
	padding:0;
	width:24vw;
	height:auto;
	overflow: hidden;
	position: absolute;
	bottom:-24vw;
	right:1vw;
}
.apology_paper p {
	margin-bottom:40px;
	padding:0 15px;
	font-size:3vw;
	line-height:1.5;
}
.select_ins {
	margin:40px 0 40px;
	padding:0 15px;
}
.select_ins a, .select_ins a:hover, .select_ins a:active, .select_ins a:visited {
	text-decoration:none;
}
.select_ins .menu {
	position: relative;
}
.menu_title {
	margin-bottom: 1px;
	background:#fff;
	color:#fff;
	display: block;
	border-top:1px solid #bababa;
	border-right:1px solid #bababa;
	border-bottom:2px solid #bababa;
	border-left:1px solid #bababa;
}
.menu_title_link {
	padding-left:15vw;
	font-size:5vw;
	font-weight:bold;
	display:block;
	line-height:2.5;
	position:relative;
}
.menu_title_link:after {
	width:10%;
	font-family:"Font Awesome 5 Free";
	content:'\f107';
	font-weight:700;
	line-height:2.0;
	background: #fff;
	display:block;
	position: absolute;
	top:1vw;
	right:5vw;
}
.menu_title_link.on:after {
	font-family: "Font Awesome 5 Free";
	content: '\f106';
}
.guidance {
	position:absolute;
	width:25px;
	height:25px;
	background:#f92c61;
	border-radius:100%;
	cursor:pointer;
	top: 3vw;
	left: 4vw;
}
.guidance:before {
	position: absolute;
	display: inline-block;
	top: -1px;
	left: -1px;
	width: 25px;
	height: 25px;
	content: "";
	border: 1px solid #f92c61;
	border-radius: 100%;
	animation: circleBorder 1.5s infinite;
}
.guidance:after {
	position:absolute;
	display: inline-block;
	width: 0;
	height: 0;
	content: "";
	left:10px;
	top:8px;
	border: 5px solid transparent;
	border-left-color: #fff;
}
@keyframes circleBorder {
	0% {
		opacity: 1;
		transform: scale(1, 1);
		}
	100% {
		opacity: 0;
		transform: scale(1.5, 1.5);
	}
}
.submenu {
	background: #fff;
	display: none;
}
.ins_name {
	padding-left:5vw;
	font-size:4vw;
	line-height:3;
	border-bottom:1px solid #bababa;
	position:relative;
}
.submenu li.ins_name:after {
	width:10px;
	color:#ccc;
	font-family: "Font Awesome 5 Free";
	font-weight:700;
	content: '\f105';
	display:block;
	position: absolute;
	top:1vw;
	right:5vw;
}
.submenu li.ins_name:hover {
	background-color:#f8f6d4;
}
.backupdate {
	margin:0;
	padding:0;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.backupdate section {
	text-align:center;
	font-size:5vw;
	font-weight:bold;
	line-height:1.5;
}
.backupdate_inner {
	padding:20px 0;
	background:#F9F9F9;
	border-top:1px #bababa dotted;
}
*{
  box-sizing:border-box;
}
.backupdate_inner ul li {
	padding:10px 15px 0 30px;
	font-size:3vw;
	line-height:1.5;
	position:relative;
}
.backupdate_inner ul li:before {
	content:"";
	position:absolute;
	top:3vw;
	left:15px;
	-webkit-transform: rotate(50deg);
	-ms-transform: rotate(50deg);
	transform: rotate(50deg);
	width:3px;
	height:7px;
	border-right: 3px solid #ec0000;
	border-bottom: 3px solid #ec0000;
}
.items_top, .items_bottom {
	width:100%;
	justify-content:space-between;
	display:flex;
}
.items_top .items, .items_bottom .items, .items_bottom .items_right, .items_top .items_paper {
	padding:0 10px;
	width:50%;
	height:50vw;
	text-align:center;
	position: relative;
	overflow: hidden;
}
.backupdate_item img {
	margin:0 auto;
	width:25vw;
}
.backupdate_item section {
	margin-top:2vw;
	padding:0 15px;
	font-size:4vw;
	font-weight:bold;
	text-align:center;
}
.backupdate_item p {
	margin-top:2vw;
	padding:0 15px;
	font-size:3vw;
	text-align:left;
	line-height:4.5vw;
}
.backupdate_inner .items a, .backupdate_inner .items_right a, .items_paper a {
	width:100%;
	height:100%;
	display:block;
	text-decoration:none;
}

/* Footer
------------------------------------------------------------------- */
.site_footer {
	margin-top: 60px;
	padding: 30px 0 105px;
	width:100%;
	color: #fff;
	text-align: center;
	font-size:4vw;
	line-height:2;
	background: #289af1;
}
.copy1 {
	text-align:center;
	font-size:2vw;
}
.footer_point {
	margin:0;
	position: relative;
}
.footer_point img.tree {
	width:4rem;
	position:absolute;
	top:-7.8rem;
	left:3rem;
}
.footer_point img.car {
	width:5rem;
	position:absolute;
	top:-5.4rem;
	left:12rem;
}
.footer_point img.bird {
	width:2.5rem;
	position:absolute;
	top:-8rem;
	left:8rem;
}
.footer_point img.bird2 {
	width:3.5rem;
	position:absolute;
	top:-11rem;
	right:2rem;
}

/* Footer Nav
------------------------------------------------------------------- */
.footer_nav {
	border-top: 5px solid #289af1;
	background: #fff;
	width: 100%;
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index:4;
}
.footer_nav_list {
	width: 100%;
	display: flex;
}
.footer_nav_nemu {
	flex: 1;
}
.footer_nav_nemu:not(:first-of-type) {
	border-left: solid 1px #dcdcdc;
}
.footer_nav_nemu a {
	padding: 0;
	font-size: 1.2rem;
	font-weight: normal;
	line-height: 1.1;
	text-align: center;
	text-decoration: none;
	width: 100%;
	height: 70px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.fas:before {
	color: #289af1;
}
.footer_nav_label {
	padding-top:12px;
	font-weight:bold;
	display:block;
}

.footer_nav_list {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	        justify-content: flex-start;
}
/* Hamburger
------------------------------------------------------------------- */
.drawer-hamburger {
	padding: 7px 0 0 !important;
	text-align: center;
	color: #222222;
	background: #fff !important;
	width: 100% !important;
	height: 60px;
	box-sizing: border-box;
	display: block !important;
	position: relative !important;
}
.drawer-hamburger:hover {
	background-color: #fff !important;
	opacity: 1;
}
.drawer-hamburger .drawer-hamburger-icon {
	margin: 12px auto 10px;	
	background-color: #289af1;
	width: 20px;
	height: 2px;
}
.drawer-hamburger .drawer-hamburger-icon::before, .drawer-hamburger .drawer-hamburger-icon::after {
	background-color: #289af1;
	height: 2px;
}
.drawer-hamburger .drawer-hamburger-icon::before {
	top: -6px;
}
.drawer-hamburger .drawer-hamburger-icon::after {
	top: 6px;
}

/* open */
.drawer-open .drawer-nav {
	font-size:1.5rem;
	width:30rem;
	height:42rem;
/*	line-height:1.5;	*/
	z-index:2;
}
.drawer-open .drawer-nav a {
	text-decoration:none;
}
.drawer-open .drawer-hamburger {
	top:0;
	right:0 !important;
	z-index:3;
}
.nav_title {
	padding:0 15px;
	font-size:2.0rem;
	line-height:2.0;
	color:#289af1;
	background:#d2e5ff;
	height:50px;
}
.menu_body {
	margin:20px;
	border:solid 1px #5b97da;
}
.menu_body a {
	padding:0.7em 15px;
}
.menu_body li {
	border-bottom:dotted 1px #5b97da;
}
.menu_body li.last {
	border-bottom:none;
}
.menu_body li a {
	position:relative;
	display:block;
	background:#fff;
}
.menu_body li a:hover {
	text-decoration:none !important;
}
.menu_body li a:before {
	font-size:14px;
	color:#ccc;
	font-family: "Font Awesome 5 Free";
	font-weight:700;
	content: '\f2d2';
	display:block;
	position: absolute;
	right:45px;
	top:10px;
}
.menu_body li.menu_top a:before, 
.menu_body li.menu_faq a:before {
	display:none;
}
.menu_body li a:after {
	font-size:14px;
	color:#ccc;
	font-family: "Font Awesome 5 Free";
	font-weight:700;
	content: '\f105';
	display:block;
	position: absolute;
	right:15px;
	top:10px;
}
.menu_sub {
	margin-left:3rem;
	width:23rem;
	border:solid 1px #5b97da;
}
.menu_sub a {
	padding:0.7em 15px;
	font-size:1.1rem;
}
.menu_sub li {
	border-bottom: solid 1px #5b97da;
}
.menu_sub li.last {
	border-bottom:none;
}
.menu_sub li a {
	position:relative;
	display: block;
	background:#fff;
}
.menu_sub li a:hover {
	text-decoration:none !important;
}

.menu_sub li a:before {
	font-size:10px;
	color:#ccc;
	font-family: "Font Awesome 5 Free";
	font-weight:700;
	content: '\f2d2';
	display:block;
	position: absolute;
	right:45px;
	top:5px;
}
.menu_sub li a:after {
	font-size:10px;
	color:#ccc;
	font-family: "Font Awesome 5 Free";
	font-weight:700;
	content: '\f105';
	display:block;
	position: absolute;
	right:15px;
	top:5px;
}
.menu_sub li.last a:before {
	top:15px;
}
.menu_sub li.last a:after {
	top:15px;
}
.hissu {
	margin-left:2vw;
	padding:1px 5px 2px 5px;
	font-size:1vw;
	color:#fff;
	background:#f74357;
	position:relative;
	top:-2px;
}

/* Lower
------------------------------------------------------------------- */
.lower_body {
	padding:0 15px;
	line-height:1.5;
}
.lower_body p {
	font-size:3vw;
}
.lower_body .title_area {
	margin:20px 0;
	padding:20px 0;
	width:100%;
	font-size:5vw;
	font-weight:bold;
	line-height:1.5;
	border-top:1px solid #289af1;
	border-bottom:1px dotted #bababa;
	position:relative;
}
.title_area .title_text {
	padding-left:2vw;
}
.title_area .change, 
.title_area .document, 
.title_area .donot {
	padding-left:6rem;
}
.title_area .change:before {
	content:url(../images/car_contractor/top/ico_change.png);
	-webkit-transform: scale(0.4);
	transform: scale(0.4);
	position:absolute;
	top:0;
	left:-1rem;
} 
.title_area .document:before {
	content:url(../images/car_contractor/top/ico_document.png);
	-webkit-transform: scale(0.4);
	transform: scale(0.4);
	position:absolute;
	top:0;
	left:-1rem;
} 
.title_area .donot:before {
	content:url(../images/car_contractor/top/ico_donot.png);
	-webkit-transform: scale(0.4);
	transform: scale(0.4);
	position:absolute;
	top:0;
	left:-1rem;
} 
.form_area {}
.form_area dl {
	margin-top:10px;
	width:100%;
	font-size:4vw;
	font-weight:normal;
}
.form_area dl dt {
	padding-top:1vw;
	padding-left:3vw;
	font-weight:normal;
	position:relative;
}
.form_area dl dt:before {
	font-size:5vw;
	font-family:"Font Awesome 5 Free";
	content:'\f0da';
	font-weight:700;
	color:#ed9e05;
	position:absolute;
	top:0;
	left:0;
}
.form_area dl dd {
	padding-left:3vw;
	color:#222 !important;
	line-height:2.0;
}
.form_area dl dd.checkbox_area p {
	font-size:4vw;
}
.lower_body input:focus,
.lower_body textarea:focus {
	background:#e6f4f8;
	outline:0;
	border:solid 1px #4fd8ff;
}
.lower_body input,
.lower_body textarea {
	font-family: "Meiryo", "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Helvetica, sans-serif;
}
.lower_body select:focus {
	outline:0;
	border:solid 1px #4fd8ff;
}
.submit {
	margin-bottom:40px;
	padding:10px 0;
	text-align:center;
	background:#efefef;
	overflow: hidden;
}
.submit input[type="submit"]:hover, 
input[type="button"]:hover {
	-webkit-transition:all .5s;
	transition: all .5s;opacity:0.6;
}
.submit ul {
	position:relative;
}
.submit ul li {
	margin:0;
	padding:5px 0 0 0;
	position:relative;
}
.submit input[type=submit].submit_btn {
	margin: 0 auto;
	font-size: 1.7rem;
	color: #fff;
	border-radius: 0;
	border: none;
	height: 60px;
	width: 150px;
	cursor: pointer;
	outline: none;
	display: block;
	background: #c81233;
}
.submit input[type=button].submit_btn {
	margin: 0 auto;
	font-size: 1.7rem;
	color: #fff;
	border-radius: 0;
	border: none;
	height: 60px;
	width: 150px;
	cursor: pointer;
	outline: none;
	display: block;
	background: #ccc;
}

/* Faq */
.faq_division {
	margin:20px 0 40px;
	width:100%;
}
.faq_division_inner {
	font-size:4vw;
	text-align:center;
}
.faq_division_menu {
	display:flex;
	justify-content:space-between;
}
.faq_division_menu li.employee, 
.faq_division_menu li.ob {
	padding:5px 10px;
	width:40vw;
	text-align:center;
}
.faq_division_menu li.employee {
	background-color:#069EBD;
}
.faq_division_menu li.ob {
	background-color:#05B3A1;
}
.faq_division_menu a {
	color:#fff;
	text-decoration:none;
	display:block;
}
.faq_area {
	margin-bottom:120px;
	padding-right: 15px;
	padding-left: 15px;
	text-align: left;
	font-size:4vw;
}
.division_title {
	margin:30px 0;
	padding:10px 15px;
	font-size:4vw;
	font-weight:bold;
	line-height:1.5;
	text-align:left;
	color: #fff;
	border-radius:5px;
	background-color:#0E64A6;
}
.faq_item {
	margin-top: 10px;
	text-align: left;
	border-radius: 10px;
	border: solid 2px #0f64c8;
	background: #fff;
	overflow: hidden;
}
.faq_item .question {
	padding: 15px 40px 15px 40px;
	line-height: 1.4;
	color: #0E64A6;
	position: relative;
	display: block;
	cursor: pointer;
}
.faq_item .question:before {
	font-size:5vw;
	font-family:"Font Awesome 5 Free";
	content:'\f059';
	font-weight:800;
	line-height:2.0;
	background: #fff;
	display:block;
	position:absolute;
	top:2vw;
	left:4vw;
}
.answer {
	padding: 15px;
	line-height: 2;
	background: #E0E0CA;
	position: relative;
}
.faq_item.simpleFAQShowing .question:before {
	font-family:"Font Awesome 5 Free";
	content:'\f059';
	font-weight:1;
}
.faq_item .question:after {
	font-size:5vw;
	font-family:"Font Awesome 5 Free";
	content:'\f107';
	font-weight:800;
	line-height:2.0;
	background: #fff;
	display:block;
	position:absolute;
	top:2vw;
	right:4vw;
}
.faq_item.simpleFAQShowing .question:after {
	font-family: "Font Awesome 5 Free";
	content: '\f106';
}
.answer {
	padding:15px;
	line-height:2;
	background:#f7f6ed;
	position: relative;
}
.answer p {
	font-size:4vw;
}
.completion {
	padding:10vw 0 15vw 0;
}
.completion p {
	font-size:5vw;
	text-align:center;
}
.back_to_top {
	margin-top:20vw;
}
.back_to_top p {
	font-size:3vw;
	text-align:right;
}
/* 改行対策 */
.form_area dd {
	white-space:pre-line;
}

/* PC Style
------------------------------------------------------------------- */
@media screen and (min-width: 768px) {
	body {
		min-width:1024px;
	}

/* Container
------------------------------------------------------------------- */
	.container {
		padding-top:100px;
		border-width:10px;
		border-right:none;
		border-bottom:none;
		border-left:none;
	}
	.top_fix {
		width:100%;
		position: absolute;
		top:0;
		right:0;
	}
	.top_fix_inner {
		margin:0 auto;
		width:1024px;
		font-size:16px;
		text-align:center;
	}
	.top_fix_menu {
		display:flex;
		float:right;
}
	.top_fix_menu li.faq {
		padding:15px 35px;
		text-align:center;
		background-color:#F2A229;
}
	.top_fix_menu li.faq:before {
		padding-right:5px;
		color:#fff;
	 	font-family:"Font Awesome 5 Free";
		content:'\f059';
		font-weight:700;
}
	.top_fix_menu li.contact {
		padding:15px 35px;
		text-align:center;
		background-color:#2DA699;
}
	.top_fix_menu li.contact:before {
		padding-right:5px;
		color:#fff;
	 	font-family:"Font Awesome 5 Free";
		content:'\f0e0';
		font-weight:700;
}
	.top_fix_menu a {
		color:#fff;
		text-decoration:none;
		display:block;
	}

/* Header
------------------------------------------------------------------- */
	.site_header {
		width:1024px;
		position:relative;
	}
	.top_title {
		margin:0 auto 40px;
		width:690px;
		height:180px;
		font-size:36px;
		border-radius:30px;
		box-shadow:3px 3px 4px 2px rgba(0, 0, 0, 0.2);
		-moz-box-shadow:3px 3px 4px 2px rbga(0, 0, 0, 0.2);
		-webkit-box-shadow:3px 3px 4px 2px rbga(0, 0, 0, 0.2);
	}
	.logo {
		margin:0;
		position:absolute;
		top:-80px;
	}

/* Contents
------------------------------------------------------------------- */
	.contents {
		margin-bottom:90px;
	}
	.contents_bg {
		margin-top:-150px;
		background:url(../images/car_contractor/top/pc_topbg.png);
		background-repeat:no-repeat;
		background-position:center;
		height:595px;
		display:block
	}

/* Top
------------------------------------------------------------------- */
	.blackboard_area {
		margin-top:-450px;
		width:1024px;
	}
	.blackboard_area p.main {
		font-size:48px;
		line-height:1.5;
		position: absolute;
		top:200px;
		left:120px;
	}
	.blackboard_area p.main_paper {
		font-size:36px;
		line-height:1.5;
		position: absolute;
		top:250px;
		left:60px;
	}
	.balloon {
		width:550px;
		display:flex;
		position:absolute;
		top:60px;
		right:80px;
	}
	.balloon p {
		font-size:36px;
		position: absolute;
		top:60px;
		left:60px;
	}
	.balloon p.paper {
		font-size:36px;
		position: absolute;
		top:40px;
		left:125px;
	}
	.staff_img {
		width:280px;
		overflow: hidden;
		position: absolute;
		bottom:-280px;
		right:1px;
	}
	.apology_paper p {
		margin:0 auto 40px;
		padding:0 15px;
		width:1024px;
		font-size:14px;
		line-height:1.5;
	}
	.select_ins {
		margin:40px auto 80px;
		width:1024px;
	}
	.menu_title {
		cursor: pointer;
	}
	.menu_title_link {
		padding-left:55px;
		font-size:24px;
	}
	.menu_title_link:after {
		right:0;
		top:5px;
	}
	.guidance {
			top: 14px;
			left: 14px;
	}
	.ins_name {
		font-size:24px;
	}
	.backupdate section {
		font-size:24px;
		line-height:1.5;
	}
	.backupdate_inner {
		border-top:5px #f7e998 solid;
	}
	.backupdate_inner .wrapper {
		margin:0 auto;
		width:1024px;
		height:220px;
		position:relative;
	}
	.backupdate_inner ul {
		margin:0 auto;
		width:1024px;
	}
	.backupdate_inner ul li {
		font-size:14px;
	}
	.backupdate_inner ul li:before {
		top:15px;
		left:15px;
	}
	.items_top {
		padding:20px;
		width:320px;
		height:220px;
		border:1px solid #bababa;
		background-color:#fff;
		border-radius:10px;
		box-shadow:3px 3px 4px 2px rgba(0, 0, 0, 0.2);
		-moz-box-shadow:3px 3px 4px 2px rbga(0, 0, 0, 0.2);
		-webkit-box-shadow:3px 3px 4px 2px rbga(0, 0, 0, 0.2);
		position:relative;
	}
	.items_top:after {
		font-size:64px;
		color: #f7e998;
	 	font-family:"Font Awesome 5 Free";
		content:'\f0d7';
		font-weight:700;
		position: absolute;
		bottom:-15px;
		right:5px;
		filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.items_bottom .items_right {
		padding:20px;
		width:320px;
		height:220px;
		border:1px solid #bababa;
		background-color:#fff;
		border-radius:10px;
		position:absolute;
		top:0;
		left:680px;
		box-shadow:3px 3px 4px 2px rgba(0, 0, 0, 0.2);
		-moz-box-shadow:3px 3px 4px 2px rbga(0, 0, 0, 0.2);
		-webkit-box-shadow:3px 3px 4px 2px rbga(0, 0, 0, 0.2);
	}
	.items_bottom:after {
		font-size:64px;
		color: #f7e998;
	 	font-family:"Font Awesome 5 Free";
		content:'\f0d7';
		font-weight:700;
		position: absolute;
		bottom:-15px;
		right:365px;
		filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.items_right:after {
		font-size:64px;
		color: #f7e998;
	 	font-family:"Font Awesome 5 Free";
		content:'\f0d7';
		font-weight:700;
		position: absolute;
		position: absolute;
		bottom:-15px;
		right:5px;
		filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.items_top .items {
		width:320px;
		height:220px;
	}
	.items_bottom .items, .items_top .items_paper {
		padding:20px;
		width:320px;
		height:220px;
		border:1px solid #bababa;
		background-color:#fff;
		border-radius:10px;
		position:absolute;
		top:0;
		left:340px;
		box-shadow:3px 3px 4px 2px rgba(0, 0, 0, 0.2);
		-moz-box-shadow:3px 3px 4px 2px rbga(0, 0, 0, 0.2);
		-webkit-box-shadow:3px 3px 4px 2px rbga(0, 0, 0, 0.2);
	}
	.backupdate_inner .items a, .backupdate_inner .items_right a {
		width:275px
	}
	.backupdate_item {
		width:275px;
	}
	.backupdate_item img {
		width:100px;
	}
	.backupdate_item section {
		margin-top:10px;
		padding:0;
		font-size:16px;
		line-height:1.0;
	}
	.backupdate_item p {
		margin-top:10px;
		padding:0;
		font-size:14px;
		line-height:2.0;
	}
	.backupdate_inner .items a:hover, .backupdate_inner .items_right a:hover {
		position:relative;
		top:1px;
		right:-1px;
	}
	.items_top:hover, 
	.items_bottom .items:hover, 
	.items_bottom .items_right:hover {
		box-shadow:none;
		-moz-box-shadow:none;
		-webkit-box-shadow:none;
	}

/* Footer
------------------------------------------------------------------- */
	.site_footer {
		padding: 30px 0 30px;
		font-size:24px;
	}
	.copy1 {
		font-size:14px;
	}
	.footer_bottom {
		margin:0 auto;
		width:1024px;
		display:table;
	}
	.footer_menu {
		margin:30px 0 0 0;
		padding: 0 0 30px 0;
		font-size:14px;
		text-align:center;
	}
	.footer_menu a {
		color:#fff;
	}
	.footer_menu li {
		display:inline;
	}
	.footer_menu li a {
		color:#fff;
		line-height:2.0;
	}

/* lower
------------------------------------------------------------------- */
	.lower_body {
		margin:-450px auto 90px;
		padding:0 90px;
		width:1024px;
		background:#fff;
	}
	.lower_body p {
		font-size:16px;
	}
	.lower_body .title_area {
		font-size:24px;
		font-weight:bold;
		line-height:1.5;
		border-top:none;
		border-bottom:1px dotted #bababa;
	}
	.title_area .title_text {
		padding-left:12px;
	}
	.title_area .change, 
	.title_area .document, 
	.title_area .donot {
		padding-left:50px;
	}
	.title_area .change:before, 
	.title_area .document:before, 
	.title_area .donot:before {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
		position:absolute;
		left:-18px;
	} 
	.form_area {
		border-bottom:1px dotted #bababa;
	}
	.form_area dl {
		margin-bottom:40px;
		font-size:16px;
	}
	.form_area dl dt {
		margin-right:30px;
		padding-top:12px;
		padding-left:16px;
		width:250px;
		float:left;
		clear:both;
	}
	.form_area dl dd {
		margin-left:220px;
		padding-top:12px;
		padding-left:60px;
		line-height:2.0;
	}
	.form_area dl dd.checkbox_area {
		line-height:1.0;
	}
	.form_area dl dd.checkbox_area p {
		margin-bottom:25px;
		font-size:16px
	}
	.form_area dl dt:before {
		padding-top:5px;
		font-size:24px;
	}
	.form_area dl.change dd, 
	.form_area dl.donot dd {
		padding:0;
		display:table-cell;
	}
	ul.caution1 {
		margin-left:280px;
		font-size:16px;
	}
	ul.caution1 li {
		text-indent:-16px;
	}
	.hissu {
		margin-left:12px;
		padding:1px 5px 2px 5px;
		font-size:10px;
		color:#fff;
		background:#f74357;
		position:relative;
		top:-3px;
	}

	/* Faq */
	.faq_division_inner {
		font-size:16px;
	}
	.faq_division_menu li.employee, 
	.faq_division_menu li.ob {
		width:400px;
	}
	.faq_division_menu a li.employee, 
	.faq_division_menu a li.ob {
		text-decoration:underline;
	}
	.faq_area {
		font-size:16px;
	}
	.division_title {
		font-size:24px;
	}
	.faq_item .question:before {
		font-size:16px;
		position:absolute;
		top:9px;
		left:15px;
	}
	.faq_item .question:after {
		font-size:16px;
		position:absolute;
		top:9px;
		right:15px;
	}
	.answer p {
		font-size:16px;
	}
	.completion {
		padding:60px 0 260px 0;
	}
	.completion p {
		font-size:24px;
	}
	.back_to_top {
		margin-top:150px;
	}
	.back_to_top p {
		font-size:16px;
	}
	/* 改行対策 */
	.form_area dd {
		white-space:pre-line;
	}

} /*end PC Style min-width: 768px) */ 

/* Quick Style
------------------------------------------------------------------- */
/* Etc */
ul.fbox li,
ol.fbox li {
	float:left;display:inline;
}
.current {
	color:#444;
}
.fl {
	float:left;
}
.fr {
	float: right;
}
.clr {
	clear: both;
}

/* Margin */
.mt5 {
	margin-top:5px !important;
}
.mt10 {
	margin-top:10px !important;
}
.mt15 {
	margin-top:15px !important;
}
.mt20 {
	margin-top:20px !important;
}
.mt25 {
	margin-top:25px !important;
}
.mt30 {
	margin-top:30px !important;
}
.mt35 {
	margin-top:35px !important;
}
.mt40 {
	margin-top:40px !important;
}
.mt45 {
	margin-top:45px !important;
}
.mt50 {
	margin-top:50px !important;
}
.mt55 {
	margin-top:55px !important;
}
.mt60 {
	margin-top:60px !important;
}
.mt70 {
	margin-top:70px !important;
}
.mt80 {
	margin-top:80px !important;
}
.mt90 {
	margin-top:90px !important;
}
.mt100 {
	margin-top:100px !important;
}
.mt110 {
	margin-top:110px !important;
}
.mt120 {
	margin-top:120px !important;
}
.mt130 {
	margin-top:130px !important;
}
.mt140 {
	margin-top:140px !important;
}
.mt150 {
	margin-top:150px !important;
}
.mb5 {
	margin-bottom:5px !important;
}
.mb10 {
	margin-bottom:10px !important;
}
.mb15 {
	margin-bottom:15px !important;
}
.mb20 {
	margin-bottom:20px !important;
}
.mb25 {
	margin-bottom:25px !important;
}
.mb30 {
	margin-bottom:30px !important;
}
.mb35 {
	margin-bottom:35px !important;
}
.mb40 {
	margin-bottom:40px !important;
}
.mb45 {
	margin-bottom:45px !important;
}
.mb50 {
	margin-bottom:50px !important;
}
.mb55 {
	margin-bottom:55px !important;
}
.mb60 {
	margin-bottom:60px !important;
}
.mb70 {
	margin-bottom:70px !important;
}
.mb80 {
	margin-bottom:80px !important;
}
.mb90 {
	margin-bottom:90px !important;
}
.mb100 {
	margin-bottom:100px !important;
}
.mb110 {
	margin-bottom:110px !important;
}
.mb120 {
	margin-bottom:120px !important;
}
.mb130 {
	margin-bottom:130px !important;
}
.mb140 {
	margin-bottom:140px !important;
}
.mb150 {
	margin-bottom:150px !important;
}

/* Line Height */
.lh10 {
	line-height:1.0 !important;
}
/* Fonts Weight */
.fw {
	font-weight: bold !important;
}
.fn {
	font-weight: normal !important;
}

/* Fonts Size */
.f10 {
	font-size:1rem !important; line-height:1.5 !important;
}
.f11 {
	font-size:1.1rem !important; line-height:1.5 !important;
}
.f12 {
	font-size:1.2rem !important; line-height:1.5 !important;
}
.f13 {
	font-size:1.3rem !important; line-height:1.5 !important;
}
.f14 {
	font-size:1.4rem !important; line-height:1.5 !important;
}
.f15 {
	font-size:1.5rem !important; line-height:1.5 !important;
}
.f16 {
	font-size:1.6rem !important; line-height:1.5 !important;
}
.f17 {
	font-size:1.7rem !important; line-height:1.5 !important;
}
.f18 {
	font-size:1.8rem !important; line-height:1.5 !important;
}
.f19 {
	font-size:1.9rem !important; line-height:1.5 !important;
}
.f20 {
	font-size:2rem !important; line-height:1.5 !important;
}
.f21 {
	font-size:2.1rem !important; line-height:1.5 !important;
}
.f22 {
	font-size:2.2rem !important; line-height:1.5 !important;
}
.f23 {
	font-size:2.3rem !important; line-height:1.5 !important;
}
.f24 {
	font-size:2.4rem !important; line-height:1.5 !important;
}
.f25 {
	font-size:2.5rem !important; line-height:1.5 !important;
}
.f30 {
	font-size:3rem !important; line-height:1.5 !important;
}
/* input */
.inputarea1 {
	padding:1vw;
	height:8vw;
	width:100%;
	color:#222;
}
.inputarea1_2 {
	padding:1vw;
	height:28vw;
	width:100%;
	color:#222;
}
.inputarea2 {
	padding:1vw;
	height:8vw;
	width:20%;
	color:#222;
}
.inputarea3 {
	padding:1vw;
	height:8vw;
	width:30%;
	color:#222;
}
.inputarea4 {
	padding:1vw;
	height:8vw;
	width:40%;
	color:#222;
}
.inputarea5 {
	padding:1vw;
	height:8vw;
	width:50%;
	color:#222;
}
.inputarea6 {
	padding:1vw;
	height:8vw;
	width:60%;
	color:#222;
}
.inputarea7 {
	padding:1vw;
	height:8vw;
	width:70%;
	color:#222;
}
.inputarea8 {
	padding:1vw;
	height:8vw;
	width:80%;
	color:#222;
}
.inputarea9 {
	padding:1vw;
	height:8vw;
	width:90%;
	color:#222;
}
.inputarea10 {
	padding:1vw;
	height:8vw;
	width:13%;
	color:#222;
}
.inputarea11 {
	padding:1vw;
	height:8vw;
	width:8%;
	color:#222;
}
/* caution */
ul.caution1 {
	font-size:3vw;
	padding-left:2vw;
}
ul.caution1 li {
	text-indent:-2vw;
}

/* Font Color */
.base_color {
	color:#222222 !important;
}
.gray {
	color:#888888 !important;
}
.gray2 {
	color:#cccccc !important;
}
.blue {
	color:#0051C0 !important;
}
.red {
	color:#EB0A31 !important;
}
.green {
	color:#06a15d !important;
}

/* Font family */
.f_meiryo {
	font-family: "Meiryo", "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Helvetica, sans-serif;
}

/* Text align */
.tl {
	text-align: left !important;
}
.tc {
	text-align: center !important;
}
.tr {
	text-align: right !important;
}

/* Line */
.dotted1 {
	margin:20px 0;
	border-top:1px #bababa dotted;
}
.dotted_right {
	border-right:1px dotted #bababa;
}
	.dotted_right_pc_none {
	border-right:1px dotted #bababa;
}

/* device */
@media screen and (min-width: 768px) {
	.pc_none {
		display: none !important;
	}
	.dotted_right_pc_none {
	border-right:none;
}
	/* caution */
	ul.caution1 {
		font-size:16px;
		padding-left:0;
	}
	ul.caution1 li {
		text-indent:0;
	}
	/* input */
	.inputarea1 {
		padding:5px;
		height:36px;
		width:360px;
		font-size:1.2em;
		color:#222;
	}
	.inputarea1_2 {
		padding:5px;
		height:144px;
		width:550px;
		font-size:1.2em;
		color:#222;
	}
	.inputarea3 {
		padding:5px;
		height:36px;
		width:360px;
		font-size:1.2em;
		color:#222;
	}
	.inputarea10 {
		padding:5px;
		height:36px;
		width:65px;
		font-size:1.2em;
		color:#222;
	}
	.inputarea11 {
		padding:5px;
		height:36px;
		width:40px;
		font-size:1.2em;
		color:#222;
	}
}
@media screen and (max-width: 767px) {
	.sp_none {
		display: none !important;
	}
}


/*==================================================================================================================*/
/* ------> Chatbot <<<----------------------------------------------------------------------------------------------*/
/*==================================================================================================================*/
/* 767px以下表示 */
@media screen and (max-width:767px) {
	#FJ_banner_div {
		bottom:0 !important;
		right:0 !important;
	}
	#FJ_close_chat_div {
		right:110px !important;
		bottom:95px !important;
	}
}
/* 768px以上表示 */
@media screen and (min-width:767px) {
	#FJ_banner_div {
		bottom:50px !important;
		right:130px !important;
	}
	#FJ_close_chat_div {
		right:300px !important;
		bottom:135px !important;
	}
	img#FJ_bannerimg {
		width:280px !important;
	}
}
/* 印刷設定（印刷しない） */
@media print {
	#fjchatwindow {
		display:none;
	}
}



