@charset "UTF-8";
/* CSS Document */

/* contact
===================================*/
#contact #mainKey .mainTtlArea p.eng:before {
    content: none;
}

#contact .contactFormArea {
	margin: 0 0 60px;
}
#contact .telArea {}
#contact .telArea p {
	text-align: center;
	line-height: 1.8;
}
#contact .telArea .telBox {
	text-align: center;
	background-color: #ea5550;
	border-radius: 5px;
	padding: 13px 10px 12px;
	width: 800px;
	margin: 25px auto 45px;
	box-sizing: border-box;
}
#contact .telArea .telBox dt {
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin: 0 0 13px;
}
#contact .telArea .telBox dd {
    background-color: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    text-align: center;
	padding: 15px 0;
}
#contact .telArea .telBox dd .freedial {
    font-family: 'Roboto', sans-serif;
    font-size: 26px;
    line-height: 1;
    padding: 0 0 3px;
    border-bottom: solid 1px #ddd;
}
#contact .telArea .telBox dd .freedial::before {
    content: url(../images/ico_freedial.gif);
    margin: 0 5px 0 0;
}
#contact .telArea .telBox dd .hour {
    font-family: "游ゴシック", "Yu Gothic", "YuGothic";
    font-size: 13px;
    display: block;
    margin: 10px 0 0 0;
	font-weight: bold;
}



#contact .contactFormArea .formTable {
	border: solid 1px #c8c5ba;
	border-collapse: collapse;
	width: 920px;
	margin: 0 auto 35px;
}
#contact .contactFormArea .formTable th {
	background: #f8f7f3;
	border: solid 1px #c8c5ba;
	padding: 35px 10px;
	box-sizing: border-box;
	width: 155px;
	vertical-align: middle;
}
#contact .contactFormArea .formTable td {
	border: solid 1px #c8c5ba;
	padding: 30px 20px;
	vertical-align: middle;
}
#contact .contactFormArea .formTable #todohuken {
	margin: 15px 0 15px;
}
#contact .contactFormArea .formTable input {
	border: 1px solid #aeaeae;
	font-size: 14px;
}
#contact .contactFormArea .formTable textarea {
	border: 1px solid #aeaeae;
}
#contact .contactFormArea .formTable #naiyou,
#contact .contactFormArea .formTable #keyword{
	width: 500px;
	height: 200px;
}

#contact .contactFormArea p.agree {
	text-align: center;
	margin: 0 0 40px;
}
#contact .contactFormArea p.agree a {
	text-decoration: underline;
}

#contact .contactFormArea .btnArea {
}
#contact .contactFormArea .btnArea input {
	background: #575757;
	border-radius: 5px;
	padding: 15px 0;
	width: 360px;
	margin: 0 auto 24px;
	display: block;
	border: none;
	color: #fff;
	text-align: center;
	font-size: 14px;
}
#contact .contactFormArea .btnArea input:hover {
	opacity: 0.8;
}

#contact .error {
	text-align: center;
	font-weight: bold;
	color: #e85454;
	font-size: 16px;
	margin: 0 0 24px;
}
#contact .errorList {
	margin:0 0 48px;
}

#contact .error_messe {
	text-align: center;
	margin: 0 0 1em;
}
#contact .complete {
	width: 650px;
	margin: 0 auto;
}
#contact .complete h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 24px;
}

#contact .required {
	color: #e85454;	
}
/*30th*/
.campaign-bar {
  text-align: center;
  margin: 0em 0 5em; /* 上を少し詰めた */
}

.campaign-bar a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4em;
  font-size: 1.3em;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(180deg, #6ec6ff 0%, #007acc 100%); /* 青グラデ */
  border-radius: 999px;
  padding: 0.8em 2em;
  box-shadow: 0 4px 8px rgba(0, 122, 204, 0.35);
  transition: all 0.25s ease;
  position: relative;
  overflow: hidden;
}

/* 艶ハイライト */
.campaign-bar a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 45%;
  border-radius: 999px;
  background: rgba(255,255,255,0.35);
  pointer-events: none;
}

/* hover効果 */
.campaign-bar a:hover {
  box-shadow: 0 5px 12px rgba(0, 122, 204, 0.5);
  transform: translateY(-1px);
  opacity: 0.95;
}

/* 絵文字調整 */
.campaign-bar .emoji {
  font-size: 1.1em;
  line-height: 1;
  display: inline-block;
}


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

#contact .contactFormArea {
	margin: 0 0 30px;
	padding: 0 3%;
}
#contact .telArea {
	
}
#contact .telArea p {
	text-align: center;
}
#contact .telArea .telBox {
	text-align: center;
	background-color: #ea5550;
	border-radius: 5px;
	padding: 13px 10px 12px;
	width: 100%;
	margin: 20px auto 40px;
	box-sizing: border-box;
}
#contact .telArea .telBox dt {
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin: 0 0 13px;
}
#contact .telArea .telBox dd {
    background-color: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    text-align: center;
	padding: 15px 0;
}
#contact .telArea .telBox dd .freedial {
    font-family: 'Roboto', sans-serif;
    font-size: 26px;
    line-height: 1;
    padding: 0 0 3px;
    border-bottom: solid 1px #ddd;
}
#contact .telArea .telBox dd .freedial a {
    font-family: 'Roboto', sans-serif;
    font-size: 26px;
    line-height: 1;
    padding: 0 0 3px;
    border-bottom: solid 1px #ddd;
}
#contact .telArea .telBox dd .freedial::before {
    content: url(../images/ico_freedial.gif);
    margin: 0 5px 0 0;
}
#contact .telArea .telBox dd .hour {
    font-family: "游ゴシック", "Yu Gothic", "YuGothic";
    font-size: 13px;
    display: block;
    margin: 10px 0 0 0;
	font-weight: bold;
}

/*#contact .contactFormArea .formArea {
	padding: 0 3%;
}*/
#contact .contactFormArea .formTable {
	border: solid 1px #c8c5ba;
	border-collapse: collapse;
	width: 100%;
	margin: 0 auto 20px;
}
#contact .contactFormArea .formTable th {
	background: #f8f7f3;
	border: solid 1px #c8c5ba;
	padding: 20px 10px;
	box-sizing: border-box;
	width: 25%;
	vertical-align: middle;
	font-size: 12px;
}
#contact .contactFormArea .formTable td {
	border: solid 1px #c8c5ba;
	padding: 10px;
	box-sizing: border-box;
	vertical-align: middle;
}
#contact .contactFormArea .formTable #yubin {
	border: 1px solid #aeaeae;
	border-radius: 0;
	-webkit-appearance: none;
	appearance: none;
	font-size: 14px;
	width: 50%;
}
#contact .contactFormArea .formTable #todohuken {
	margin: 15px 0 15px;
}
#contact .contactFormArea .formTable #address {
	border: 1px solid #aeaeae;
	border-radius: 0;
	-webkit-appearance: none;
	appearance: none;
	font-size: 14px;
	width: 95%;
}
#contact .contactFormArea .formTable #sex01,
#contact .contactFormArea .formTable #sex02{
	width: auto;
}
/*#contact .contactFormArea .formTable select {
	border: 1px solid #aeaeae;
	border-radius: 0;
	-webkit-appearance: none;
}*/
#contact .contactFormArea .formTable #fullName,
#contact .contactFormArea .formTable #fullKana,
#contact .contactFormArea .formTable #telNum,
#contact .contactFormArea .formTable #faxNum,
#contact .contactFormArea .formTable #eMail {
	border: 1px solid #aeaeae;
	border-radius: 0;
	-webkit-appearance: none;
	appearance: none;
	font-size: 14px;
	width: 95%;
}
#contact .contactFormArea .formTable textarea {
	border: 1px solid #aeaeae;
	border-radius: 0;
	-webkit-appearance: none;
	appearance: none;
}
#contact .contactFormArea .formTable #naiyou,
#contact .contactFormArea .formTable #keyword{
	width: 90%;
	height: 150px;
}

#contact .contactFormArea p.agree {
	text-align: center;
	margin: 0 0 20px;
}
#contact .contactFormArea p.agree a {
	text-decoration: underline;
}

#contact .contactFormArea .btnArea {
	padding: 0 3%;
}
#contact .contactFormArea .btnArea input {
	background: #575757;
	border-radius: 5px;
	padding: 15px 0;
	width: 100%;
	display: block;
	border: none;
	color: #fff;
	text-align: center;
	font-size: 14px;
	-webkit-appearance: none;
	appearance: none;

}
#contact .contactFormArea .btnArea input:hover {
	opacity: 0.8;
}

#contact .complete {
	width: auto;
	margin: 0 auto;
}
#contact .complete h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 24px;
}

}

