@charset "utf-8";


.content{
	min-width:940px;
}
#top_menu ul li:nth-child(7) p:first-child{
    color: #205167 !important;
}
.fixed{
	position:fixed !important;
}

.pc_menu {
    display: block !important;
    width: 100%;
    height: 60px;
    background: #fff;
    position: absolute;
    top: 0px;
	z-index:9999;
}

.customers_top{
	display:block;
	width: 100%;
	height: 584px;
	position:relative;
	background:url(../../images/customers/customers_top.jpg) no-repeat top center;
	background-size:cover;
	margin-top: 60px;
}

.customers_top p.pan{
	position:relative;
	z-index:2;
	font-size:0.9rem;
	top:40px;
	width:95%;
	max-width:940px;
	margin:0 auto;
}
.customers_top p.pan a{
	font-size:0.9rem;
	display:i]run-inline-block;
	margin-right:15px;
}

.customers_top_title{
	width:100%;
	max-width:940px;
	margin:0 auto;
	position:relative;
	top:35%;
}

.customers_top h2{
	display:block;
	width: 60%;
	text-align:center;
	position:absolute;
	height:48px;
	line-height:48px;
	right:0;
	font-size:2.4rem;
	letter-spacing:0.8rem;
	color:#fff;
	font-weight:normal;
	z-index:2;
}

.customers_top h2:after{
	position:absolute;
	display:block;
	content:'';
	height:22px;
	width:100%;
	bottom:-5px;
	background:rgba(0,29,49,0.5);
	z-index:-1;
}

.customers_content01{
	width:90%;
	max-width:900px;
	margin:0 auto;
}

.customers_content01 .text{
	/* width:600px; */
	float:left;
}
.customers_content01 img{
	display:block;
	width:240px;
	float:right;
}
.customers_content01 .text p{
	color:#000;
	line-height:1.6rem;
}
.customers_content01 .text p.underline_text{
	display:block;
	width:100%;
	padding:20px 0 6px;
	border-bottom:1px dotted #E2E2E3;
	margin-top:10px;
	font-weight:bold;
}
.customers_content01 .text p:nth-child(5){
	margin-bottom:25px;
}
.customers_content01 .text p:nth-child(5),
.customers_content01 .text p:last-child{
	display:block;
	margin-top:35px;
}


.support{
	width:200px;
	height:50px;
	border:1px solid #C5C5C6;
	margin:60px 0 20px;
	text-align:center;
}

.support p{
	line-height:50px;
	font-size:0.9rem;
	font-weight:bold;
	display:block;
	width:100%;
}

.tel_area{
}
.tel_area p{
	font-size:0.8rem;
	line-height:2rem;
	font-weight:bold;
}
.tel_area h4{
	font-size:2.4rem;
	color:#717071;
	font-family: 'gidole';
	line-height:34px;
}

.tel_area h4 img{
	display:inline-block;
	width:54px;
	float:none;
	margin-right:1%;
}
.tel_area h4 img.nofree {
	display:inline-block;
	width:32px;
	float:none;
	margin-right:1%;
}


.recruit_content03{
	width:100%;
	margin:0 auto;
	position:relative;
	background:url(../../images/recruit/form.png) no-repeat top center;
	background-size:cover;
	display:block;
}

input[type="button"], input[type="text"], input[type="submit"] {
   -webkit-appearance: none;
   border-radius: 0;
}

input[type="checkbox"]{
	margin: 0 5px;
	border-radius: 3px;
}

.contact_area,
.sub_area{
	width:90%;
	max-width:940px;
	margin:0 auto;

}

.contact_area{
	margin:60px auto 0;
	border-bottom:1px solid #898989;

}
.contact_area h2{
	width:100%;
	text-align:center;
	font-size:1.2rem;
	line-height:4rem;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	margin-bottom:40px;
	letter-spacing: 0.5em;
}

.contact_area .inner{
	width:700px;
	margin:0 auto;
	text-align: center;
}

.contact_area p{
	color:#000;
	line-height:1.6rem;
}
.contact_area font{
	font-size:0.9rem;
	color:#013750;
	line-height:1.6rem;
}

.form_area{
	margin:40px 0 0;
	text-align: left;
}

.form_area box{
	display:block;
	width:100%;
	height:70px;
}

.form_area box label{
	display:inline-block;
	width: 200px;
	margin-right: 40px;
	vertical-align: middle;
}
.form_area box input[type="text"],
.form_area box input[type="email"],
.form_area box input[type="tel"]{
	width:440px;
	padding:1.5% 1%;
	border-radius:5px;
	box-shadow:none;
	border:none;
	border:1px solid #C0C0C0;
	color:#333;
}
.form_area textarea{
	border-radius:5px;
	box-shadow:none;
	border:none;
	border:1px solid #B3B3B4;
	color:#333;
}

.form_area box.address + box{
	height:auto;
}
.form_area box.address input{
	width:150px;
	margin-right:30px;
}

.form_area box.age input{
	width:40px;
	margin-right:10px;
}

.form_area box.address span{
	color:#B2B2B3;
}

.form_area box.address_text{
	height:auto;
	margin-bottom:15px;
}

.form_area box.address_text textarea{
	width:480px;
	padding:1.5% 1%;
}
.form_area box.text_area{
	height:auto;
}
.form_area box.text_area label{
	vertical-align: top;
	line-height: 24px;
}

.form_area box.text_area textarea{
	width: 440px;
	padding:1.5% 1%;
	height:300px;
}

.form_area box.check_area{
	display:block;
	margin:40px 0 0;
}

.form_area box.check_area2{
	display:block;
	margin:0;
}

.form_area box.check_area p{
	width:60%;
	display:inline-block;
	color: #4d4d4d;
}

.form_area box.check_area2 p{
  width:27%;
	display:inline-block;
	color: #4d4d4d;
}

.form_area box.check_area label{
	display:inline-block;
	width:auto;
	vertical-align:middle;
	cursor:pointer;
}

.form_area box.check_area2 label{
  width: 40px;
	display:inline-block;
	width:auto;
	vertical-align:middle;
	cursor:pointer;
}

.form_area box.check_area input{
	width:auto;
	vertical-align:middle;
	margin-right:5px;
}
.sub_area {
	display:block;
	width:100%;
	margin:20px auto;
	text-align:center;
}
.sub_area label{
	cursor:pointer;
}

.sub_area a font{
	display:inline-block;
	color:#10435A;
	padding-bottom:2px;
	border-bottom:1px solid #10435A;
	font-size:0.9rem;
	vertical-align:middle;
	margin:0 40px;
}

.sub_area input[type="submit"]{
	font-size:1rem;
	font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	letter-spacing:0.1rem;
	display:block;
	margin:40px auto 0;
	width:300px;
	padding:13px 0;
	background:none;
	border:none;
	background:#013750;
	color:#fff;
	border-radius:5px;
	cursor:pointer;
	border:1px solid#013750;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}

.sub_area input[type="submit"]:hover{
	background:#fff;
	color:#013750;
	border:1px solid#013750;
}



/* PC */

@media screen and (min-width:769px){
	.sp_area{display:none;}
}

@media screen and (max-width:980px){
	.pc_menu {
		display:none !important;
	}
	.customers_top{
		display:block;
		margin-top:0px;
	}
}


/* mobile */

@media screen and (max-width:768px){

.sp_area{
	display:block;
}
.content{
	max-width:736px;
	min-width:320px;
	margin:0 auto;
}
.pc_menu{
	display:none !important;
}
.customers_content01{
	display:none;
}

.customers_top{
	display:block;
	width:100%;
	height:284px;
	position:relative;
	background:url(../../images/customers/customers_top.jpg) no-repeat top center;
	background-size:cover;
	margin-top:0px;
}


.customers_top p.pan{
	position:relative;
	z-index:2;
	font-size:0.9rem;
	top:10px;
	width:95%;
	max-width:940px;
	margin:0 auto;
}
.customers_top p.pan a{
	display:inline-block;
	margin-right:10px;
}

.customers_top_title{
	width:100%;
	max-width:940px;
	margin:0 auto;
	position:relative;
	top:25%;
}

.customers_top h2{
	width: 320px;
	height: 50px;
	line-height: 70px;
	letter-spacing: 7px;
	right: 7%;
	font-size: 1.4rem;
}

.customers_top h2:after{
	position:absolute;
	display:block;
	content:'';
	height:22px;
	width:100%;
	bottom:-5px;
	background:rgba(0,29,49,0.5);
	z-index:-1;
}


.customers_content_sp{
	display:block;
	width:90%;
	margin:0 auto;
}

.customers_content_sp p{
	display:block;
	width: 100%;
	font-size: 0.9rem;
	line-height: 1.6rem;
}
.customers_content_sp p img{
	width: 30%;
	float:right;
	margin: 0 0 10px 10px;
}



.contact_area,
.sub_area{
	width:100%;
	margin:0 auto;
}

.contact_area .inner,
.sub_area{
	width:100%;
	margin:0 auto;
}

.contact_area{
	margin:60px auto 0;
	border-bottom:1px solid #898989;
}

.contact_area p{
	color: #000;
	line-height: 1.6rem;
}
.contact_area font{
	font-size: 0.8rem;
	color: #013750;
	line-height: 1.6rem;
}

.form_area{
	width:100%;
	margin:40px 0 0;
	font-size: 0.9rem;
}

.form_area box{
	display:block;
	width:100%;
	height:70px;
}

.form_area box label{
	display:inline-block;
	width: 60%;
	margin-right: 40px;
	vertical-align: middle;
}
.form_area box input[type="text"],
.form_area box input[type="email"],
.form_area box input[type="tel"]{
	width: 96%;
	max-width: 768px;
	padding: 10px 2%;
	border-radius:5px;
	border:none;
	border:1px solid #C0C0C0;
	font-size: 0.8rem;
	color: #333;
	box-shadow:none;
}
.form_area textarea{
	border-radius:5px;
	box-shadow:none;
	border:none;
	border:1px solid #B3B3B4;
	color: #333;
}

.form_area box.address + box{
	height:auto;
}
.form_area box.address input{
	width:150px;
	margin-right:30px;
}
.form_area box.address span{
	color:#B2B2B3;
}

.form_area box.address_text{
	height:auto;
	margin-bottom:15px;
}

.form_area box.address_text textarea{
	width:480px;
	padding:1.5% 1%;
}
.form_area box.text_area{
	height:auto;
}
.form_area box.text_area label{
	vertical-align: middle;
}

.form_area box.text_area textarea{
	width: 96%;
	padding: 10px 2%;
	height: 300px;
	font-size: 0.8rem;
}

.form_area box.check_area{
	display:block;
	margin: 40px 0 0;
}

.form_area box.check_area p{
	width: 100%;
	display:inline-block;
}
.form_area box.check_area label{
	display:inline-block;
	width:auto;
	vertical-align:middle;
	cursor:pointer;
}

.form_area box.check_area input{
	width:auto;
	vertical-align:middle;
	margin-right: 5px;
}
.sub_area {
	display:block;
	width: 100%;
	margin: 20px auto;
	text-align:center;
}
.sub_area label{
	cursor:pointer;
}

.sub_area a font{
	display:inline-block;
	color:#10435A;
	padding-bottom:2px;
	border-bottom:1px solid #10435A;
	font-size:0.8rem;
	vertical-align:middle;
	margin:0 40px;
}

.sub_area input[type="submit"]{
	font-size:1rem;
	font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	letter-spacing:0.1rem;
	display:block;
	margin:40px auto 0;
	width:300px;
	padding:13px 0;
	background:none;
	border:none;
	background:#013750;
	color:#fff;
	border-radius:5px;
	cursor:pointer;
	border:1px solid#013750;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}

.sub_area input[type="submit"]:hover{
	background:#fff;
	color:#013750;
	border:1px solid#013750;
}

/* START_電話でのお問い合わせ */
.tel_area .support{
	width:200px;
	height:50px;
	border:1px solid #C5C5C6;
	margin:10px 0;
	text-align:center;
}

.tel_area .support p{
	line-height:50px;
	font-size:0.9rem;
	font-weight:bold;
	display:block;
	width:100%;
	margin:0;
}

.tel_area{
	display:block;
	width: 90%;
	margin: 50px auto 50px;
	padding: 0;
}
.tel_area p{
	font-size:0.7rem;
	line-height:2.4rem;
	font-weight:bold;
	margin-top:-10px;
}
.tel_area h4{
	font-size:2.4rem;
	color:#717071;
	font-family: 'gidole';
	line-height:34px;
}

.tel_area h4 img{
	display:inline-block;
	width:49px;
	float:none;
	margin-right:1%;
}
/* END_電話でのお問い合わせ */
}


/* 																												end
----------------------------------------------------------------------------------------------------------------- */}
@media screen and (max-width:640px){
	.content{
		max-width:640px;
		min-width:320px;
	}


/* 																												end
----------------------------------------------------------------------------------------------------------------- */}


@media screen and (max-width:414px){
.content{
	max-width:414px;
	min-width:320px;
}

.customers_top{
	display:block;
	width:100%;
	height:204px;
	position:relative;
	background:url(../../images/customers/customers_top.jpg) no-repeat top center;
	background-size:cover;
	margin-top:0px;
}


.customers_top p.pan{
	position:relative;
	z-index:2;
	font-size:0.7rem;
	top:10px;
	width:95%;
	max-width:940px;
	margin:0 auto;
}
.customers_top p.pan a{
	font-size:0.7rem;
	display:inline-block;
	margin-right:15px;
}

.customers_top_title{
	width:100%;
	max-width:940px;
	margin:0 auto;
	position:relative;
	top:25%;
}

.customers_top h2{
	width: 270px;
	height: 50px;
	line-height: 60px;
	letter-spacing: 7px;
	right: 4%;
	font-size: 1.2rem;
}

.customers_top h2:after{
	position:absolute;
	display:block;
	content:'';
	height:18px;
	width:100%;
	bottom:3px;
	background:rgba(0,29,49,0.5);
	z-index:-1;
}

.customers_content_sp{
	display:block;
	width:90%;
	margin:0 auto;
}

.customers_content_sp p{
	display:block;
	width:100%;
	font-size:0.9rem;
	line-height:1.6rem;
}


/* 																												end
----------------------------------------------------------------------------------------------------------------- */}


@media screen and (max-width:375px){
.content{
	max-width:375px;
	min-width:320px;
}

/* 																												end
----------------------------------------------------------------------------------------------------------------- */}
@media screen and (max-width:360px){
	.tel_area .support p{
		letter-spacing:-0.5px;
	}
	.tel_area p{
		/* letter-spacing: -1.8px; */
	}

/* 																												end
----------------------------------------------------------------------------------------------------------------- */}
@media screen and (max-width:320px){

.content{
	max-width:320px;
	min-width:320px;
}
.customers_top{
	display:block;
	width:100%;
	height:160px;
	position:relative;
	background:url(../../images/customers/customers_top.jpg) no-repeat top center;
	background-size:cover;
	margin-top:0px;
}


.customers_top p.pan{
	position:relative;
	z-index:2;
	font-size:0.7rem;
	top:10px;
	width:95%;
	max-width:940px;
	margin:0 auto;
}
.customers_top p.pan a{
	font-size:0.7rem;
	display:inline-block;
	margin-right:15px;
}

.customers_top_title{
	width:100%;
	max-width:940px;
	margin:0 auto;
	position:relative;
	top:25%;
}



.customers_top h2{
	width: 220px;
	height: 40px;
	line-height: 40px;
	letter-spacing: 5px;
	right: 2%;
	font-size: 1.0rem;
}

.customers_top h2:after{
	position:absolute;
	display:block;
	content:'';
	height:18px;
	width:100%;
	bottom:3px;
	background:rgba(0,29,49,0.5);
	z-index:-1;
}


.customers_content_sp{
	display:block;
	width:90%;
	margin:0 auto;
}

.customers_content_sp p{
	display:block;
	width: 100%;
	font-size: 0.7rem;
	line-height: 1.2rem;
}

.customers_top p.pan{
	position:relative;
	z-index:2;
	font-size:0.6rem;
	top:10px;
	width:95%;
	max-width:940px;
	margin:0 auto;
}
.customers_top p.pan a{
	display:inline-block;
	font-size:0.6rem;
	margin-right:10px;
}


/* 																												end
---------------------------------------------------------------------------------------------------------------- */}
