@charset "utf-8"; 
/* ------------------------------
common
------------------------------ */
.header_inner{
    position: relative;
}

.page_ttl .wrap{ position: relative;}

@media screen and (max-width : 767px){

}

* {
  -webkit-appearance: none;
}

/* ------------------------------
ボタン設定
------------------------------ */

.btn_area {
	text-align: center;
}

button {
	background: #0C86B6;
	color: #FFF;
	padding: 15px 30px;
	border: 0px;
	cursor: pointer;
}

input[type="submit"] {
	background: #0C86B6;
	color: #FFF;
	padding: 15px 30px;
	margin: 10px 30px;
	cursor: pointer;
	-webkit-appearance: none !important;
	border-radius: 0 !important;
}
@media screen and (max-width : 767px){
    input[type="submit"] {
        padding: 15px 10px;
        margin: 10px 15px;
    }
}
input[type="reset"] {
	background: #A79D92;
	color: #FFF;
	padding: 15px 30px;
	margin: 10px 30px;
	cursor: pointer;
	-webkit-appearance: none !important;
	border-radius: 0 !important;
}

input[name="submitBack"] {
	background: #A79D92;
	color: #FFF;
	padding: 15px 30px;
	margin: 10px 30px;
	cursor: pointer;
	-webkit-appearance: none !important;
	border-radius: 0 !important;
}

input[type="submit"] ,
input[type="reset"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"] ::-webkit-search-decoration,
input[type="reset"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"] ::focus,
input[type="reset"]::focus {
  outline-offset: -2px;
}

/* ------------------------------
sec01
------------------------------ */
.sec01{
    padding: 0 0 60px 0;
}

.contact_wrap {
	background: #EFEFEF;
	padding: 60px 30px;
	margin: 50px 0px;
}

.form_contact {
	width: 100%;
	border-collapse: collapse;
}

.form_contact td {
	padding: 16px 0px;
	position: relative;
	font-size: 1.6rem;
}

.form_contact td:first-child {
	width: 20%;
}

.form_contact td:last-child {
	width: 80%;
}

.form_contact td input {
	width: 98%;
	border: 1px solid #707070;
	padding: 5px;
	height: 23px;
	-webkit-border-radius: 0;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.error {
	/* background: #F0BAB8; */
}

.error_txt {
	font-size: 1.4rem;
	color: #DB536B;
	top: 55px;
    left: 0px;
    position: absolute;
}

.form_contact td textarea {
	width: 98%;
	border: 1px solid #707070;
	padding: 5px;
	height: 188px;
	-webkit-border-radius: 0;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.input_mark::after {
	color: #FFF;
	font-size: 1.4rem;
	text-align: center;
	width: 38px;
    height: auto;
    display: inline-block;
    padding: 3px 0px;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
    position: absolute;
}

.any::after {
	content: '任意';
	background: #707070;
}

.must::after {
	content: '必須';
	background: #DB536B;
}

.contact_confirm .any::after {
	display: none;
}

.contact_confirm .must::after {
	display: none;
}

.policy_area {
	padding: 50px 0px;
	text-align: center;
}

.contact_confirm .policy_area {
	display: none;
}

.policy_area a {
	color: #0C86B6;
}

.policy_area a:hover {
	text-decoration: underline;
}

@media all and (-ms-high-contrast: none) {
  /* ここに書く */

.form_contact tr:last-of-type td.input_mark::after {
    top: 50% !important;
}
}


@media screen and (min-width : 768px){

.form_contact tr:last-of-type td:first-child {
	vertical-align: top;
	padding: 23px 0px;
}

.form_contact tr:last-of-type td.input_mark::after {
    top: 14%;
}

}

@media screen and (max-width : 767px){
    .sec01{
        padding: 0 0 12% 0;
    }
	
	.sec_ttl {
    margin: 0px auto 50px;
}

.contact_wrap {
    padding: 40px 15px;
}

.form_contact td {
    display: block;
}

.form_contact td:first-child {
	width: auto;
	padding: 20px 0px 10px;
}

.form_contact td:last-child {
	width: auto;
	padding: 10px 0px 20px;

}

.form_contact td input,
.form_contact td textarea {
	width: 95%;
}

.input_mark::after {
    right: 0px;
	top: 40%;
    transform: translateY(0%);
}

.error_txt {
	top: 50px;
}


}

/* ------------------------------
送信内容確認
------------------------------ */

.confirm {
	margin: 0px 0px 50px;
	border-bottom: 1px solid #000;
}

.confirm tr {
	border-top: 1px solid #000;
}

.confirm td {
	padding: 30px 0px;
	font-size: 1.6rem;
	vertical-align: middle !important;
}

@media screen and (max-width : 767px){
.confirm td {
    display: block;
}

.confirm td:first-child {
    padding: 20px 10px 0px 10px;
	width: auto;
}

.confirm td:last-child {
    padding: 10px 10px 20px 10px;
	width: auto;
}

}



.contact_confirm table {
	margin: 0px 0px 50px;
	border-bottom: 1px solid #000;
}

.contact_confirm tr {
	border-top: 1px solid #000;
}

.contact_confirm td {
	padding: 30px 0px;
	font-size: 1.6rem;
	vertical-align: middle !important;
}

@media screen and (max-width : 767px){
.contact_confirm td {
    display: block;
}

.contact_confirm td:first-child {
    padding: 20px 10px 0px 10px;
	width: auto;
}

.contact_confirm td:last-child {
    padding: 10px 10px 20px 10px;
	width: auto;
}

}


/* ------------------------------
送信完了
------------------------------ */

.thanks_txt {
	font-size: 1.6rem;
}

.top_btn_area {
	padding: 50px 0px;
}

.top_btn {
	background: #0C86B6;
	color: #FFF;
	max-width: 220px;
	text-align: center;
	font-size: 1.6rem;
}

.top_btn a {	
	color: inherit;
	display: block;
	padding: 14px 0px;
}

.link_area {
	padding: 50px 0px;
}

.link_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.link_list li {
	width: 300px;
}

.link_img {
	background: #EFEFEF;
	height: 197px;
	position: relative;
}

.link_img img {
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	position: absolute;
	min-height: 34px;
    width: auto;
    max-width: 100%;
}

.img_pre::before {
	content: '準備中';
	font-size: 1.6rem;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	position: absolute;
}

.link_list li p:nth-of-type(2) {
	background: #0C86B6;
	color: #FFF;
	text-align: center;
	font-size: 1.6rem;
    padding: 10px 0px;
}

.no_link p:nth-of-type(2) {
	background: #A79D92 !important;
}

@media screen and (max-width : 767px){

.link_area {
    padding: 0px;
}

.link_list li {
    margin: 20px auto;
}

.img_pre::before {
    font-size: 3.6rem;
}
}


/* ==================================================
   透明ヘッダー対応：全体のバランスを保ったまま下に下げる調整
   ================================================== */

/* 1. 会社案内ページ（about.css）の背景を上に100px広げる */
.page_ttl {
    padding-top: 178px !important; /* 元の78px + ヘッダー100px分 */
}

/* 2. 製品紹介などの画像背景ページ（under.css）の背景を上に100px広げる */
.photo_back {
    height: 500px !important; /* 元の400px + ヘッダー100px分 */
}

/* 3. 天然水ページ（service-under.css）の上部に100pxの余白を作る */
.page-head {
    padding-top: 100px !important; 
}

/* --- モバイル（スマホ）用の調整 --- */
@media screen and (max-width : 767px){
    .page_ttl {
        padding-top: 25vw !important; /* スマホのヘッダー高さを考慮 */
    }
    .photo_back {
        height: 250px !important; /* 元の200px + スマホヘッダー分 */
    }
    .page-head {
        padding-top: 13.333vw !important;
    }
}







