@charset "utf-8";

/* -------------------------------------------------- */
/* お問い合わせ */
/* -------------------------------------------------- */
.sp {
	display: none !important;
}

li {
	list-style-type: none;
}

/* 入力フォームのCSSをリセット */
input,
button,
textarea,
select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/* メインイメージ */
#logo {
	text-align: center;
	padding: 30px 0;
}

.pageTit {
	padding: 40px 0;
	margin-bottom: 30px;
	text-align: center;
	font-size: 4rem;
	color: #FFF;
	background: #084292;
}

#contactIntroTxt {
	padding-bottom: 30px;
	text-align: center;
}

#contactTellArea {
	width: 1000px;
	padding: 30px;
	margin: 0 auto 50px;
	border: 1px #CCC solid;
	text-align: center;
}

.tellAreaNumbar {
	font-size: 4rem;
	font-weight: bold;
	color: #f18e00;
}

.tellAreaNumbar span {
	display: inline-block;
	vertical-align: middle;
}

.tellAreaNumbar::before {
	content: "";
	width: 50px;
	height: 34px;
	margin-right: 10px;
	background: url(../../img/ico-tel-color.png) 0 0 no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
}

.proBar {
	text-align: center;
}



/* #contact2 */
/* -------------------------------------------------- */
.proBar {
	margin-bottom: 40px;
}

.inner {
	width: 1000px;
	margin: 0 auto;
}

#contact2 .formSe1 {
	margin-bottom: 37px;
}

#contact2 .formSe1 .line {
	overflow: hidden;
}

#contact2 .formSe1 dl {
	position: relative;
	display: block;
	overflow: hidden;
}

#contact2 .formSe1 dl.h350 {
	height: 350px;
}

#contact2 .formSe1 dt {
	display: table-cell;
	vertical-align: middle;
	padding: 20px 90px 20px 0;
}

#contact2 .formSe1 dt span {
	width: 230px;
	display: table-cell;
	text-align: right;
	vertical-align: middle;
	font-size: 1.6rem;
	color: #333;
}

#contact2 .formSe1 dl.h350 dt span {
	height: 350px;
}

/*
#contact2 .formSe1 dt span.f16 {
	font-size: 134%;
}
*/

#contact2 .formSe1 dd {
	display: table-cell;
	width: 680px;
	padding: 20px 0 20px 0px;
	position: relative;
	overflow: hidden;
	font-size: 1.6rem;
	color: #333;
	vertical-align: middle;
	position: relative;
}

#contact2 .formSe1 dd span {
	display: block;
	position: relative;
}

#area_office dd span {
	display: block;
	margin-left: -35px;
}

#contact2 .formSe1 dd input,
#contact2 .formSe1 dd textarea {
	width: 90%;
	height: 18px;
	display: block;
	overflow: hidden;
	/*	position: absolute;*/
	padding: 10px 21px 10px 45px;
	/*
	top: 0;
	left: 35px;
*/
	z-index: 5;
	background-color: #FFF;
	border: 1px solid #ccc;
	font-size: 108%;
	color: #333;
}

#contact2 .formSe1 #trigger input {
	padding: 10px 47px 10px 15px;
}

#contact2 .formSe1 #area_office dd {
/*	width: 645px;*/
	padding: 0 0 0 35px;
}

#contact2 .formSe1 #area_office dd input {
	padding: 10px 47px 10px 15px;
}

#contact2 .formSe1 dd input[type="radio"] {
	display: none !important;
	width: auto;
	height: auto;
	position: relative;
	display: inline-block;
	top: 0;
	left: 0;
}

#contact2 dd label {
	margin: 4px 0 0;
	display: inline-block;
}

#contact2 dd label[for="s_mail"] {
	padding-left: 80px;
}

#contact2 dd label[for="call"] {
	padding-left: 65px;
}

#contact2 dd label[for="care"] {
	padding-left: 65px;
}

#contact2 .formSe1 dd input[type="radio"] + span {
	position: relative;
	display: inline-block;
	padding-top: 7px;
}

#contact2 .formSe1 dd input[type="radio"] + span::before {
	content: "";
	display: block;
	position: absolute;
	top: 3px;
	left: -30px;
	width: 24px;
	height: 24px;
	border: 1px solid #999;
	background: #fff;
	border-radius: 50%;
}

#contact2 .formSe1 dd input[type="radio"]:checked + span::after {
	content: "";
	display: block;
	position: absolute;
	top: 9px;
	left: -24px;
	width: 14px;
	height: 14px;
	background: #141778;
	border-radius: 50%;
}

#contact2 .formSe1 dd textarea::-webkit-input-placeholder,
#contact2 .formSe1 dd textarea::-moz-placeholder,
#contact2 .formSe1 dd textarea:-ms-input-placeholder,
#contact2 .formSe1 dd input::-webkit-input-placeholder,
#contact2 .formSe1 dd input::-moz-placeholder,
#contact2 .formSe1 dd input:-ms-input-placeholder {
	color: #a9a9a9;
}

#contact2 .formSe1 dd textarea {
	height: 330px;
	overflow: auto;
}

#contact2 .formSe1 .line p.err {
	padding-left: 24px;
	font-size: 1.4rem;
	color: #C00;
	background: url(../../img/contact/contact_attention_icon_pc.png) 0 center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	margin: 5px 0 0 45px;
}

#contact2 .formSe1 dd ul {
	width: 35px;
	height: 40px;
	overflow: hidden;
	display: block;
	position: absolute;
	top: 20px;
	left: 0;
	z-index: 1;
}

#contact2 .formSe1 dl.content ul {
	height: 380px;
}

#contact2 .formSe1 li {
	position: absolute;
	width: 35px;
	top: 0;
	left: 35px;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

#contact2 .formSe1 li.left35 {
	left: 35px;
}

#contact2 .formSe1 li.left0 {
	left: 0;
}

#contact2 .formSe1 li.must {
	left: 0;
}


#contact2 .formSe1 li.must {
	z-index: 2;
}

#contact2 .formSe1 li.ok {
	z-index: 3;
}

#contact2 .formSe1 li.ng {
	z-index: 4;
}

#contact2 .formSe1 li.must span,
#contact2 .formSe1 li.ok span,
#contact2 .formSe1 li.ng span {
	width: 35px;
	height: 40px;
	display: table-cell;
	vertical-align: middle;
	background-color: #eb6100;
	line-height: 0;
	text-align: center;
	color: #FFF;
}

#contact2 .formSe1 li.ng span {
	background-color: #C00;
}

#contact2 .formSe1 li.ok span {
	background-color: #66CC00;
}

#contact2 .formSe1 dl.content li.must span,
#contact2 .formSe1 dl.content li.ok span,
#contact2 .formSe1 dl.content li.ng span {
	height: 350px;
}

#contact2 .formSe1 li.must span img {
	margin: 0;
	padding: 0;
}

#contact2 .formSe1 #area_upload dl dd {
	overflow: visible;
}

#contact2 .formSe1 #area_upload dl dd input[type="file"] {
	padding: 0 0 20px;
	border: none;
/*	background-color: #f1f1f1;*/
	width: auto;
	height: auto;
	color: #333;
}

/*
#contact2 .formSe1 #area_upload dl dd p {
	left: 35px;
	position: absolute;
	padding: 10px 15px;
}
*/

#contact2 .formSe1 #area_upload dl dd img {
	max-height: 50px;
}

#contact2 .formSe1 #area_upload dl dd p#uploadAnnotation {
	display: none;
}

#contact2 .formSe1 #trigger {
/*	width: 645px;*/
	padding-left: 35px;
}

/* #box3 */
/* -------------------------------------------------- */
#area_auth {
	width: 1000px;
	padding-bottom: 80px;
	text-align: center;
}

#area_auth p {
	display: inline-block;
	padding-right: 18px;
	background: url(../img/pc_contact_img3.png) 170px 3px no-repeat;
}

#area_auth p a {
	font-size: 134%;
	color: #da2805;
}

p#topSe1txt1 {
	margin-bottom: 15px;
	font-size: 150%;
	font-weight: bold;
}

p#topSe1txt2 {
	padding-left: 47px;
	margin-bottom: 10px;
	background: url(../img/pc_top_icon29.jpg) left center no-repeat;
	font-size: 416%;
	color: #d21d00;
}

#box3 li {
	display: inline-block;
}

#box3 p {
	display: block;
	line-height: 1;
}

#box3 a {
	width: 356px;
	display: block;
	padding: 8px 0;
	text-align: center;
	background-color: #eb6100;
	border-radius: 10px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
	line-height: 1.4;
	transition: all 0.3s ease-in-out 0s;
	position: relative;
	text-decoration: none;
}

#box3 a::before {
	content: '';
	display: inline-block;
	width: 8px;
	height: 14px;
	background-image: url(../../img/contact/contact_arrow.png);
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -7px;
}

.box3SmallTxt {
	font-size: 1.3rem;
}

#box3 a:hover {
	opacity: 0.7;
}

#contactTxt3 {
	margin-bottom: 40px;
}

/* confirm */
.confirm h2 {
	margin-bottom: 30px;
}

#2 {
	margin-bottom: 30px;
	font-size: 134%;
	color: #ff0000;
	line-height: 1.5;
}

.confirm .formSe1 dd {
	padding-left: 30px;
}


#box3Comfi li {
	width: 356px;
	display: inline-block;
	vertical-align: top;
}

#box3Comfi p {
	display: block;
	line-height: 1;
}

#box3Comfi li a {
	width: 356px;
	display: block;
	padding: 21px 0;
	margin: 0 0 4px;
	text-align: center;
	border-radius: 10px;
	font-size: 1.8rem;
	letter-spacing: .9em;
	font-weight: bold;
	line-height: 1.4;
	position: relative;
	text-decoration: none;
}

#box3Comfi li a::before {
	content: '';
	display: inline-block;
	width: 8px;
	height: 14px;
	background-image: url(../../img/contact/contact_arrow.png);
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -7px;
	transition: all 0.3s ease-in-out 0s;
}

#box3Comfi li a span {
	display: block;
	margin-left: .9em;
}

#box3Comfi a:hover {
	opacity: 0.7;
}

#box3Comfi #confirmBtn1 {
	display: block;
	width: 100%;
	text-align: center;
}

#box3Comfi #confirmBtn1 a {
	display: inline-block;
	margin: 10px 0 0;
	padding: 0;
	background: url(../../img/contact/contact_arrow_black.png) left center no-repeat;
	letter-spacing: 0;
	text-align: left;
	color: #999;
	transition: all 0.3s ease-in-out 0s;
}

#box3Comfi #confirmBtn1 a::before {
	display: none;
}


#confirmBtn2 {
	/* float: right; */
}

#confirmBtn1 a {
	background-image: url(../img/pc_contact_img5.png);
}

#confirmBtn2 a {
	background-color: #eb6100;
	color: #fff;
	transition: all 0.3s ease-in-out 0s;
}

#confirmBtn1 a:hover {
	opacity: 0.7;
}

#confirmBtn2 a:hover {
	opacity: 0.7;
}

#contact2Txt2 {
	padding-bottom: 40px;
	font-size: 1.4rem;
	color: #eb6100;
	text-align: center;
}

#contact2 #form_confirmation dt {
	padding: 20px 50px 20px 0;
}

#contact2 #form_confirmation dd span {
	display: block;
	padding-left: 50px;
	position: relative;
}

#contact2 #form_confirmation dd span::before {
	content: '';
	display: inline-block;
	width: 1px;
	height: 40px;
	background: #141778;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -20px;
}

/* compleat */
#compTtl {
	margin-bottom: 20px;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}

#compTtl span {
	font-size: 75%;
}

.complete #box3 a {
	width: 356px;
	padding: 21px 0;
	background-color: #141778;
	color: #FFFFFF;
	transition: all 0.3s ease-in-out 0s;
}

.complete #box3 a:hover {
	opacity: 0.7;
}

/* 2019.11.08 追記 */
#tellAreaTxt3 {
	padding-bottom: 25px;
	font-weight: bolder;
	font-size: 2.1rem;
	line-height: 1;
	color: #eb6100;
}

#contact2Txt {
	padding-bottom: 35px;
	font-size: 1.8rem;
	line-height: 1;
	font-weight: bold;
	text-align: center;
}

#contact3Txt {
	padding-bottom: 60px;
	font-size: 1.4rem;
	text-align: center;
}

/* プライバシーポリシー */
#area_auth #topNewsList {
	height: 180px;
	padding: 30px 25px;
	margin-bottom: 60px;
	background: #f1f1f1;
	position: relative;
	text-align: left;
}

.ppContentItem {
	padding-bottom: 1em;
}

.ppContentTopic {
	display: block !important;
	font-size: 1.6rem;
	font-weight: bold;
}

.ppContentTxt {
	font-size: 1.4rem;
}

#topNewsList .ps__thumb-y {
	width: 10px;
	border-radius: 0;
	background: #141778;
	right: 0;
}

#topNewsList .ps__rail-y {
	width: 10px;
	background: #eee;
	margin: 8px;
	opacity: 1;
}

/* -------------------------------------------------- */
/* TAB/SP*/
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {

	/* 入力フォームのCSSをリセット */
	input, button, textarea, select {
		margin: 0;
	  padding: 0;
	  background: none;
	  border: none;
	  border-radius: 0;
	  outline: none;
	  -webkit-appearance: none;
	  -moz-appearance: none;
	  appearance: none;
	}
	
	#contactTellArea {
		width: 95%;
		margin: 0 auto 40px;
	}
	
	.inner {
		width: 95%;
		margin: 0 auto;
	}
	
	.proBar {
		width: 100%;
		margin: 0 auto 40px;
	}
	
	.proBar img {
		width: 100%;
		height: auto;
	}
	
	#contact2 .formSe1 dt {
		display: block;
		padding: 20px 90px 0 0;
	}
	
	#contact2 .formSe1 dt span {
		display: block;
		text-align: left;
	}
	
	#contact2 .formSe1 dd {
		display: block;
	}
	
	#area_auth {
		width: 100%;
	}
	
	.tellAreaNumbar a {
		font-size: 5rem;
		font-weight: bold;
		color: #f18e00;
		text-decoration: none;
	}
}
/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
	.sp {
		display: table-cell!important;
	}
	
	.pageTit {
		font-size: 5rem;
	}
	
	#tellAreaTxt3 {
		padding-bottom: 15px;
		font-weight: bolder;
		font-size: 3rem;
		line-height: 1;
		color: #eb6100;
	}
	
	.tellAreaContent {
		line-height: 1.2;
	}
	
	.tellAreaNumbar::before {
		content: "";
		width: 40px;
		height: 27px;
	}
	
	#contactIntroTxt {
		padding: 0 10px 30px 10px;
		text-align: left;
	}
	
	#contact2Txt {
		padding-bottom: 10px;
		font-size: 3rem;
	}
	
	#contact2 .formSe1 dt span {
		font-size: 2.4rem;
	}
	
	#contact2 .formSe1 dd {
		padding: 20px 0;
		width: 100%;
	}
	
	#contact2 .formSe1 #area_office dd {
		padding: 10px 0;
	}
	
	#contact2 .formSe1 li.must span,
	#contact2 .formSe1 li.ok span,
	#contact2 .formSe1 li.ng span {
		color: #FFF;
		font-size: 1.6rem;
	}
	
	#contact2 .formSe1 dd ul {
		top: auto;
	}
	
	#contact2 .formSe1 dd input {
		width: 100%;
		height: 40px;
		font-size: 2.8rem;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#contact2 .formSe1 dl.content ul {
		height: 330px;
	}
	
	#contact2 .formSe1 dd textarea {
		width: 100%;
		font-size: 2.8rem;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.ppContentTopic {
		font-size: 2.4rem;
	}
	
	.ppContentTxt {
		font-size: 2rem;
	}
	
	#box3 li {
		display: block;
	}
	
	#box3 a {
		width: 80%;
		margin: 0 auto;
		font-size: 3rem;
	}
	
	.box3SmallTxt {
		font-size: 2rem;
	}
	
	#contact2 dd label[for="s_mail"] {
		font-size: 2rem;
	}
	
	#contact2 dd label[for="call"] {
		padding-left: 45px;
		font-size: 2rem;
	}

	#contact2 dd label[for="care"] {
		padding-left: 45px;
		font-size: 2rem;
	}
	
	#contact2 .formSe1 .line p.err {
		font-size: 1.8rem;
	}
	
	#contact2Txt2  {
		font-size: 2.4rem;
	}
	
	#contact2 .formSe1 dd {
		font-size: 2.4rem;
	}
	
	#contact2 #form_confirmation dd span {
		padding-left: 20px;
	}
	
	#area_office dd span {
		margin: 0;
	}
	
	#box3Comfi li a {
		font-size: 3rem;
	}
	
	#contact3Txt {
		font-size: 2.4rem;
	}
	
	#contact3Txt a {
		color: #eb6100;
		font-size: 2.4rem;
	}
	
	#compTtl {
		font-size: 3rem;
	}
}
