@charset "UTF-8";

/* under共通
----------------------------------------------- */
.under .container {
  max-width: 1080px;
}
.under .wrapper {
  padding-top: 100px;
}
.under .u_sec {
  padding: 100px 0;
}
.under .u_sec_title {
  width: 100%;
  text-align: center;
  /* margin-bottom: 100px; */
}
.under .u_sec_title.flow {
  margin-bottom: 0;
}
.under .u_sec_title:before,
.under .u_sec_title:after {
  content: '';
  height: 1px;
  flex-grow: 1;
  background-color: #06062C;
}
.under .u_sec_title .u_sec_title_inner {
  padding: 0 50px;
  margin-bottom: 50px;
}
.under .u_sec_title h2 {
  font-size: 47px;
  font-family: poppins, sans-serif;
  font-weight: 800;
  font-style: normal;
  line-height: 1;
  color: #000057;
}
.under .u_sec_title h2 span {
  font-size: 20px;
}
.under .u_sec_title p {
  margin-top: 30px;
  font-weight: 500;
}
.explain-box .explain_list dt, .explain-box .explain_list dd {
  line-height: 1.5;
  border-bottom: 1px solid #C4C4C4;
  padding: 30px;
}
.bg_blue .explain-box .explain_list dd{
  background: #fff;
}
.explain-box {
  border-top: 1px solid #C4C4C4;
  margin-bottom: 5em;
}
.explain-box .explain_list dt {
  width: 25%;
  /* background: #3973b717; */
  background: #EBF1F8;
  font-size: 16px;
  font-weight: 600;
  color: #000057;
}
.explain-box .explain_list dd {
  font-size: 16px;
  width: 75%;
}
.explain-box .explain_list {
  display: flex;
}
.explain-box .explain_list li {
    font-size: 0.9em;
	list-style-type: disc;    
}
.explain-box .explain_list ul {
  padding-left: 23px;
	margin-bottom: 20px;
}
.explain-box .explain_list ul.nomarker {
  padding-left: 0;
}
.explain-box .explain_list li>span{
  vertical-align: 0.2em;
}
ul.nomarker li::marker {
  content: none;
}
.explain-box .explain_list ul:not(.nomarker) li::marker {
  color: #79b839;
	font-size: 200%;
  font-weight: bold;
  line-height: 0.5;
}

.under table tr th,.under table tr td {
	line-height: 1.5;
  border-bottom: 1px solid #C4C4C4;
  padding: 30px 20px;
	font-size: 16px;
	text-align: center;
}
@media screen and (max-width: 498px) {
  .under table tr th,.under table tr td {
    font-size: 14px;
    padding: 15px;
  }
  .under table tr td {
    font-size: 14px !important;
    -webkit-text-size-adjust: 100%;
  }
}
.under table tr td {
	border-left: 1px solid #C4C4C4;
    }
.under table tr td.tiku {
	text-align: left;
	padding: 20px;
}

@media screen and (max-width: 498px) {
  .under table tr td.tiku {
    padding: 10px;
  }
}
.under table tr:nth-child(1) th {
	color: #fff !important;
	background-color: #3973B7!important;
}
.under table tr th:nth-child(1) {
	background-color: #3973b717;
    font-weight: 600;
    color: #000057;
    text-align: center;
    white-space: nowrap;
}

.hide {
    display: none;
}
.subhead_tit{
	color: #008C46;
	font-weight: 600;
	margin-top: 1em;
}
@media screen and (max-width: 498px) {
  .subhead_tit {
    margin: 0 0 5px 0;
    line-height: 1;
  }
}
.bg_purple .subhead_tit {
  color: #4F0C91;
}
.bg_glay .subhead_tit {
  color: #3c3a22;
}
@media screen and (max-width: 768px) {
	.bg_purple .subhead_tit {
    background: #e9e1f2;
    padding: 1% 2%;
}
}
.subhead_tit::before {
  display:inline-block; 
  vertical-align: middle;
  content:'';
  width:0.2em;
  height: 1em;
  background: #008C46;
  margin-right: 8px;
}
.bg_purple .subhead_tit::before {
  background: #4F0C91;
}
.bg_glay .subhead_tit::before {
  background: #a09d75;
}
.subhead_tit:first-child{
	margin-top:0;
}
.c_green{
	color: #008C46;
	font-weight: 600;
}
.c_navy {
  color: #063C66;
}
.c_purple {
  color: #4F0C91;
  font-weight: 600;
}
.c_orange {
  color: #FF4000;
}
.c_red {
  color: #E20000;
}
.bg_white {
  background: #fff;
}
.gyousya_erea{gap: 20px;}
.gyousya_erea>div{
	border: 3px solid #ccc;
    border-radius: 15px;
    padding: 2% 5%;
    text-align: center;
}
.gyousya_erea>div p{
	margin: 0;
	line-height: 2;
}
@media screen and (max-width: 479px) {
  .gyousya_erea>div {
    width: 60%;
    padding: 5%;
  }
  .gyousya_erea>div p {
    margin: 0;
  }
}
.gyousya_c{ color: #008C23;}
.city_c{ color: #4E0C91;}
.motikomi_c{ color: #413D01;}
.method_box{}
.method_box h3{
	padding: 15px 0;
}
.method_box_inner{
	margin: 30px;
}
.gyousya_box{
	border: 2px solid #008C23;
    margin-bottom: 50px;
}
.gyousya_box h3{
	background: #008c2324;
}
.city_box{
	border: 2px solid #4E0C91;
    margin-bottom: 50px;
}
.city_box h3{
	background: #4e0c911f;
    
}
.city_box.motikomi_box  h3 {
  background: #413d012e;
}
#sodaigomi .city_box.motikomi_box  h3 {
  background: #413d012e;
}
.motikomi_box{
	border: 2px solid #413D01;
}
.motikomi_box h3{
	background: #413d012e;
}



@media only screen and (max-width: 1280px) {
  .under .wrapper {
    padding-top: 95px;
  }
}

@media only screen and (max-width: 1024px) {
  .under .wrapper {
    padding-top: 65px;
  }
  .under .u_sec {
    padding: 50px 0;
  }
  .under .u_sec_title {
    margin-bottom: 80px;
  }
  .under .u_sec_title h2 {
    font-size: 40px;
  }
  .under .u_sec_title .u_h2_ja {
    font-size: 18px;
  }
}

@media only screen and (max-width: 768px) {
  .under .u_sec_title {
    margin-bottom: 50px;
  }
  .under .u_sec_title h2 {
    font-size: 35px;
  }
  .under .u_sec_title .u_h2_ja {
    font-size: 17px;
  }
  .under .explain-box .explain_list {
  display:block;
  }
  .under .explain-box .explain_list dt, .under .explain-box .explain_list dd {
  width: 100%;
  padding: 20px 10px;
  font-size: 14px;
  }
}

@media only screen and (max-width: 479px) {
  .under .wrapper {
    padding-top: 60px;
  }
  .under .u_sec {
    padding: 30px 0;
  }
  .under .u_sec_title {
    margin-bottom: 30px;
  }
  .under .u_sec_title .u_sec_title_inner {
    padding: 0 15px;
	margin: 15px 0 30px;
  }
  .under .u_sec_title h2 {
    font-size: 25px;
  }
  .under .u_sec_title .u_h2_ja {
    font-size: 15px;
  }
  .under .explain-box .explain_list dt, .under .explain-box .explain_list dd {
    font-size: 13px;
  }
}
@media only screen and (max-width: 400px) {
  .under .u_sec_title h2 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 370px) {

  .under .u_sec_title .u_sec_title_inner {
    padding: 0 20px;
  }
  .under .u_sec_title h2 {
    font-size: 22px;
  }
  .under .u_sec_title .u_h2_ja {
    font-size: 14px;
  }
}



/* u_title_area
----------------------------------------------- */
.under .u_title_area {
  height: 300px;
  background-image: url(../images/under_title_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
  position: relative;
}
.under .u_title_area .u_title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
}
@media screen and (max-width: 498px) {
  .under .u_title_area .u_title {
    top: 55%;
  }
}
.under .u_title_area .u_title h1 {
  font-size: 21px;
  font-weight: normal;
  color: #fff;
  text-align: center;
}
.under .u_title_area .u_title .u_title_en {
  font-size: 47px;
  font-family: poppins, sans-serif;
  font-weight: 800;
  font-style: normal;
  letter-spacing: 3px;
}



@media only screen and (max-width: 498px) {
  .under .u_title_area .u_title .u_title_en {
    font-size: 22px;
  }
}


@media only screen and (max-width: 1024px) {
  .under .u_title_area {
    height: 200px;
  }
  .under .u_title_area .u_title h1 {
    font-size: 18px;
  }
  .under .u_title_area .u_title .u_title_en {
    font-size: 42px;
  }
}

@media only screen and (max-width: 768px) {
  .under .u_title_area .u_title .u_title_en {
    font-size: 38px;
  }
}

@media only screen and (max-width: 479px) {
  .under .u_title_area {
    height: 150px;
    background-position: center right -100px;
  }
  .under .u_title_area .u_title h1 {
    font-size: 14px;
  }
  .under .u_title_area .u_title .u_title_en {
    font-size: 22px;
    letter-spacing: 1px;
  }
}

@media only screen and (max-width: 370px) {
  .under .u_title_area .u_title h1 {
    font-size: 13px;
  }
  .under .u_title_area .u_title .u_title_en {
    font-size: 25px;
  }
}


/* u_main_area
----------------------------------------------- */
.under .u_main_area {
  text-align: center;
}
.under .u_main_area.pb0 {
  padding: 100px 0 0 0;
}
@media screen and (max-width: 498px) {
  .under .u_main_area.pb0 {
    padding: 50px 0 0 0;
  }
}
.under .u_main_area img {
  width: unset;
}
.under .u_main_area .u_main_text {
  margin-top: 30px;
}


@media only screen and (max-width: 1400px) {
}

@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 768px) {
}

@media only screen and (max-width: 479px) {
  .under .u_main_area .u_main_text {
    margin-top: 20px;
	padding: 0 5%;
  }
}
/* -----------------------------------------------

    家庭ごみ　/kateigomi

----------------------------------------------- */

.tabtop {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 5px solid #000057;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .tabtop {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 479px) {
  .tabtop {
    padding: 0 10px;
    gap: 5px;
    justify-content: space-between;
    border-bottom: 3px solid #000057;
  }
}
.tabtop .tabtop__item {
  min-width: 200px;
}
@media only screen and (max-width: 768px) {
  .tabtop .tabtop__item {
    min-width: 110px;
  }
}
@media only screen and (max-width: 498px) {
  .tabtop .tabtop__item {
    min-width: initial;
    width: 100%;
  }
}

.tabtop .tabtop__item a {
  font-size: 17px;
  font-weight: 600;
  display: block;
  color: #000057;
  text-align: center;
  padding: 20px 10px;
  border: 2px solid #000057;
  border-radius: .4rem .4rem 0 0;
  border-bottom: none;
}
.tabtop__item a .b {
  display: none;
}
.tabtop__item a .coron {
  display: inline-block;
}
@media only screen and (max-width: 498px) {
  .tabtop__item a .b {
    display: block;
  }
  .tabtop__item a .coron {
    display: none;
  }
}
.tabtop .tabtop__item a .pc {
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .tabtop .tabtop__item a {
    font-size: 13px;
    padding: 10px 6px 17px;
    height: 55px;
  }
}
@media only screen and (max-width: 479px) {
  .tabtop .tabtop__item a {
    font-size: 11px;
    padding: 10px 6px 17px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .tabtop .tabtop__item a .pc {
    display: none;
  }
}
.tabtop .tabtop__item.active {
  position: relative;
}
.tabtop .tabtop__item.active::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 2px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #32B2EC;
  border-bottom: 2px solid #32B2EC;
  transform: translate(-50%,-50%) rotate(45deg);
  transition: transform 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .tabtop .tabtop__item.active::after {
    bottom: -4px;
  }
}
@media only screen and (max-width: 479px) {
  .tabtop .tabtop__item.active::after {
    bottom: -1px;
    width: 7px;
    height: 7px;
  }
}
.tabtop .tabtop__item.active a {
  background-color: #000057;
  color: #fff;
  pointer-events: none;
}

/* -----------------------------------------------

	 家庭ごみ-燃えるごみ（moerugomi）

----------------------------------------------- */

#weekTable tr:nth-of-type(2n) {
	background: #cccccc26;
}



@media only screen and (max-width: 1400px) {
}

@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 768px) {
}

@media only screen and (max-width: 479px) {

}
/* -----------------------------------------------

	 家庭ごみ-分別ごみ（bunbetsu）

----------------------------------------------- */

#bunbetsu{}

#bunbetsu table tr th,#bunbetsu table tr td {
	line-height: 1.5;
    border-bottom: 1px solid #C4C4C4;
    padding: 30px 20px;
	font-size: 16px;
	text-align: left;
}
#bunbetsu .explain-box {
	margin-bottom: 2em;
    
}
#bunbetsu .explain-box .explain_list dt {
    width: 20%;
    background: #fefefe;
    font-size: 15px;
    font-weight: 600;
    color: #000057;
}
#bunbetsu .explain-box .explain_list dd {
    width: 80%;
}
#bunbetsu .ryoukinnhyou01 {
    width: 400px;
}
@media screen and (max-width: 768px) {
	#bunbetsu .explain-box .explain_list dt {
    width: 100%;
    background: #59bae6;
    padding: 7px 10px;
    font-size: 0.9rem;
    color: #fff;
}
#bunbetsu .explain-box .explain_list dd {
    width: 100%;
}
	
}
@media screen and (max-width: 498px) {
  #bunbetsu table tr th,#bunbetsu table tr td {
    padding: 10px;
    font-size: 14px;
  }
  #bunbetsu table tr th {
    width: 100%;
    white-space: nowrap;
  }
}
#bunbetsu table tr th:nth-child(1) {
    text-align: left;
}
.shisetsu1{
	color: #8e428a;
	font-weight: 500;
    line-height: 2;
}
.shisetsu2{
	color: #538e42;
	font-weight: 500;
    line-height: 2;
}
.shisetsu3{
	color: #8e7f42;
	font-weight: 500;
    line-height: 2;
}
.shisetsu4{
	color: #6f4d11;
	font-weight: 500;
    line-height: 2;
}
#bunbetsu table tr th:nth-child(1) span ,
#bunbetsu table tr td span {
    font-size: 70%;
    color: #4CAF50;
    margin: 0 5px 0 0;
    text-align: center;
}
@media only screen and (max-width: 1400px) {
}

@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 768px) {
}

@media only screen and (max-width: 479px) {

}
/* -----------------------------------------------

	 家庭ごみ-引越し・多量ごみ（taryou）

----------------------------------------------- */




@media only screen and (max-width: 1400px) {
}

@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 768px) {
}

@media only screen and (max-width: 479px) {

}
/* -----------------------------------------------

	 事業系ごみ（jigyougomi）

----------------------------------------------- */
#jigyougomi .first-sec{
	padding-top: 0;
}

.syobun .under_subnote {
    margin: 0px auto 100px auto;
}
@media only screen and (max-width: 1400px) {
}

@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 768px) {
}

@media only screen and (max-width: 479px) {

}

/* -----------------------------------------------

	 定期契約（teiki）

----------------------------------------------- */
#teiki .sec_p{
	margin-bottom: 50px;
}
@media screen and (max-width: 498px) {
  #teiki .sec_p {
    margin-bottom: 30px;
  }
}
#teiki .explain-box .explain_list dt {
    width: 40%;
}



@media only screen and (max-width: 1400px) {
}

@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 768px) {
	#teiki .explain-box .explain_list dt {
    width: 100%;
}
}

@media only screen and (max-width: 479px) {

}

/* -----------------------------------------------

	 スポット回収（spot）

----------------------------------------------- */




@media only screen and (max-width: 1400px) {
}

@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 768px) {
}

@media only screen and (max-width: 479px) {

}

/* -----------------------------------------------

	 会社情報（company）

----------------------------------------------- */
#company .wrapper img {
  width: unset;
}
#company dl dt, #company dl dd {
  font-size: 18px;
  line-height: 2;
  border-bottom: 1px solid #C4C4C4;
  padding: 30px;
}
#company dl dt {
  width: 25%;
  padding-left: 50px;
}
#company dl dd {
  width: 75%;
}
#company .company_greeting_area .greeting_text {
  width: 60%;
}
#company .company_greeting_area .greeting_text .sec_p {
  text-align: justify;
}
#company .company_greeting_area .greeting_img {
  width: 35%;
}
#company .company_concept_area {
  text-align: center;
}
#company .imgbox {
	gap:20px;
    margin-top: 25px;
}
#company .imgbox img {
	width: 32%;
}
#company .photoserea {
	text-align: center;
}
#company .photoserea img {
	margin: 0 auto;
}




@media only screen and (max-width: 1024px) {
  #company dl dt, #company dl dd {
    font-size: 16px;
  }
  #company .company_greeting_area .greeting_text .sec_p {
    line-height: 1.6;
  }
}

@media only screen and (max-width: 768px) {
  #company dl dt, #company dl dd {
    padding: 20px;
  }
  #company dl dt {
    width: 30%;
    padding-left: 20px;
  }
  #company dl dd {
    width: 70%;
  }
  #company .company_greeting_area .greeting_text {
    width: 100%;
    margin-bottom: 30px;
  }
  #company .company_greeting_area .greeting_img {
    width: 70%;
    margin: 0 auto;
  }
  #company .imgbox img {
  width: 30%;
}
}

@media only screen and (max-width: 479px) {
  #company dl dt, #company dl dd {
    font-size: 13px;
    line-height: 1.5;
  }
  #company dl dt {
    font-weight: bold;
    width: 100%;
    border-bottom: none;
    padding: 10px;
  }
  #company dl dd {
    width: 100%;
    padding: 0 10px 10px 18px;
  }
  #company .company_greeting_area .greeting_img {
    width: 100%;
  }
  #company .imgbox {
  margin-bottom: 20px;
  }
}


/* -----------------------------------------------

	 お知らせ（info）

----------------------------------------------- */
#info .info_box{
	border: 3px solid #dcdddf;
    border-radius: 20px;
    padding: 5%;
    margin-bottom: 3%;
}
#info .info_box .date{
	position: relative;
	padding-left: 23px;
	font-weight: 500;
    color: #626060;
}
@media screen and (max-width: 498px) {
  #info .info_box .date {
    font-size: 13px;
    margin: 0 0 5px 0;
  }
}
#info .info_box .date:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f073';
    position: absolute;
    top: 40%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-size: 18px;
    color: #626060;
    transition: 0.3s ease;
}
#info .info_box .tit{
	font-size: 2em;
    margin-bottom: 22px;
    color: #097dd9;
}
#info .info_box .text{
}
#info .info_box .text img{
	margin: 20px auto;
}




@media only screen and (max-width: 1400px) {
}

@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 768px) {
	#info .info_box{
    border: none;
    border-bottom: 3px dotted #dcdddf;
    border-radius: 0;
    padding: 10% 5% 15%;
    margin-bottom: 2%;
}
}

@media only screen and (max-width: 479px) {
	#info .info_box .tit{
    font-size: 17px;
    margin: 0 0 10px 0;
  }
	

}


/* -----------------------------------------------

	 採用情報（recruit）

----------------------------------------------- */
#recruit dl dt, #recruit dl dd {
  font-size: 18px;
  line-height: 2;
  border-bottom: 1px solid #C4C4C4;
  padding: 30px;
}
#recruit dl dt {
  width: 25%;
  padding-left: 50px;
}
#recruit dl dd {
  width: 75%;
}



@media only screen and (max-width: 1400px) {
}

@media only screen and (max-width: 1024px) {
  #recruit dl dt, #recruit dl dd {
    font-size: 16px;
  }
}

@media only screen and (max-width: 768px) {
  #recruit dl dt, #recruit dl dd {
    padding: 20px;
  }
  #recruit dl dt {
    width: 30%;
    padding-left: 20px;
  }
  #recruit dl dd {
    width: 70%;
  }
}

@media only screen and (max-width: 479px) {
  #recruit dl dt, #recruit dl dd {
    font-size: 13px;
    line-height: 1.5;
    padding: 12px 10px;
  }
}




/* -----------------------------------------------

	 お問い合わせ（contact）

----------------------------------------------- */
#contact .u_main_area {
  padding: 50px 0 0;
}
#contact .u_sec {
  padding: 50px 0 100px;
}
#contact .sec_p span {
	display: inline-block;
    font-size: 0.9rem;
    margin-top: 20px;
    color: #3578cb;
}

#contact_send .btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  max-width: 250px;
}
#contact_send h2 {
  margin-bottom: 50px;
}

/* form */
#contact form#mail_form * {
  box-sizing: border-box;
}
#contact form#mail_form {
  border: none;
  padding: 20px;
  max-width: 1000px;
  width: 100%;
}
#contact form#mail_form dl {
  width: 95%;
}
#contact form#mail_form dl dt,
#contact form#mail_form dl dd {
  font-size: 18px;
  padding: 20px 0;
}
#contact form#mail_form textarea {
  font-size: 18px;
}
#contact form#mail_form dl dt {
  width: 30%;
  float: unset;
  display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
  text-align: left;
  /*padding: 30px 20px 30px 0;*/
  border-top: none;
}
#contact form#mail_form dl dd {
  width: 70%;
  border-top: none;
  /*padding: 30px 0 30px 20px;*/
}
#contact form#mail_form dl dt span.required,
#contact form#mail_form dl dt span.optional {
  float: unset;
  font-size: 14px;
  padding: 3px 8px 2px;
  font-style: normal;
  margin-right: 20px;
}
#contact form#mail_form dl dt span.required {
  background: #008D1F;
  border: 1px solid #008D1F;
}
#contact form#mail_form dl dt span.optional {
  background: #666;
  border: 1px solid #666;
}
#contact form#mail_form input#name_1, #contact form#mail_form input#read_1,
#contact form#mail_form input#phone, #contact form#mail_form input#fax,
#contact form#mail_form input#company {
  width: 50%;
  width: calc( 100% - 4% - 2px );
}
#contact form#mail_form input#address, #contact form#mail_form input#mail_address {
  width: calc( 100% - 4% - 2px );
}
#contact form#mail_form input#postal {
  width: 30%;
}
#contact form#mail_form input {
  background-color: #fff;
  font-size: 18px;
}
#contact form#mail_form textarea {
  background-color: #fff;
}
#contact form#mail_form p#form_submit {
  width: 100%;
  text-align: center;
}
#contact form#mail_form input[type="button"] {
  max-width: 300px;
  width: 80%;
  padding: 20px 0;
  border-radius: 15px;
  border: 1px solid #cccccc;
  color: #06062C;
  background-color: #F4F6F1;
  font-size: 20px;
  font-weight: bold;
  transition: 0.3s ease;
  margin-left: 0;
}
#contact form#mail_form input[type="button"]:hover {
  cursor: pointer;
  color: #fff;
  background-color: #008D1F;
  transition: 0.3s ease;
}
#contact form#mail_form input[type="text"],
#contact form#mail_form input[type="email"],
#contact form#mail_form input[type="tel"] {
  height: 50px;
}
#contact form#mail_form input[name="postal"] + a {
  background: #34372A;
  border-color: #34372A;
}
#contact form#mail_form input[name="postal"] + a:hover {
  background: #34372A;
  border-color: #34372A;
  opacity: 0.8;
}




@media only screen and (max-width: 1024px) {
  #contact .u_sec {
    padding: 80px 0 100px;
  }
  #contact .contact_tel li,
  #contact .contact_tel li a {
    font-size: 25px;
  }
  #contact form#mail_form dl dt,
  #contact form#mail_form dl dd {
    font-size: 16px;
  }
  #contact form#mail_form input {
    font-size: 16px;
  }
  #contact form#mail_form textarea {
    font-size: 16px;
  }
}

@media only screen and (max-width: 768px) {
  #contact .sec_p {
    width: 100%;
  }
#contact .sec_p span {
	font-size: 0.8rem;
}
  #contact form#mail_form {
    margin: 0 auto;
  }
  #contact form#mail_form dl {
    width: 100%;
  }
  #contact form#mail_form dl dt {
    width: 100%;
    padding: 20px 0 0;
  }
  #contact form#mail_form dl dd {
    width: 100%;
    padding: 15px 0 20px;
  }
  #contact form#mail_form dl dt span.required,
  #contact form#mail_form dl dt span.optional {
    margin-bottom: 0;
    font-size: 11px;
  }
  #contact form#mail_form input#postal {
    width: 40%;
  }
  #contact form#mail_form input#name_1, #contact form#mail_form input#read_1,
  #contact form#mail_form input#phone, #contact form#mail_form input#fax,
  #contact form#mail_form input#company {
    width: 100%;
  }
  #contact form#mail_form input#address, #contact form#mail_form input#mail_address {
    width: 100%;
  }
  #contact form#mail_form textarea {
    width: 100%;
  }
  #contact form#mail_form input[type="button"] {
    font-size: 18px;
  }
}

@media only screen and (max-width: 650px) {
  #contact .contact_tel {
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
  }
  #contact form#mail_form dl dt,
  #contact form#mail_form dl dd {
    font-size: 14px;
  }
  #contact form#mail_form input {
    font-size: 14px;
  }
  #contact form#mail_form textarea {
    font-size: 14px;
  }
}

@media only screen and (max-width: 479px) {
  #contact .u_sec {
    padding: 50px 0 100px;
  }
  #contact .contact_tel li,
  #contact .contact_tel li a {
    font-size: 20px;
  }
  /*#contact form#mail_form dl dt span.required,
  #contact form#mail_form dl dt span.optional {
    font-size: 10px;
  }*/
  #contact form#mail_form dl dt {
    padding: 15px 0 0;
  }
  #contact form#mail_form dl dd {
    padding: 10px 0 15px;
  }
  #contact form#mail_form p#form_submit {
    margin: 10px auto 0;
  }
  #contact form#mail_form input[type="button"] {
    font-size: 16px;
    padding: 15px 0;
  }
  #contact form#mail_form input[type="text"],
  #contact form#mail_form input[type="email"],
  #contact form#mail_form input[type="tel"] {
    height: 35px;
  }
  #contact_send .btn {
    margin-top: 50px;
  }
}




/* -----------------------------------------------

	 プライバシーポリシー（privacy）

----------------------------------------------- */
#privacy .privacy_box {
  margin-bottom: 50px;
}
#privacy .privacy_box h3 {
  margin-bottom: 20px;
  background-color: #eee;
  padding: 10px;
}
#privacy .privacy_box p,
#privacy .privacy_box ol {
  width: 95%;
  margin: 0 auto;
}
#privacy .privacy_box ol {
  margin-top: 20px;
  padding-left: 40px;
}
#privacy .privacy_box ol li {
  list-style: decimal;
  font-size: 16px;
  line-height: 1.6;
}
#privacy .privacy_box > div {
  width: 90%;
  margin: 30px auto 0;
}
#privacy .privacy_box  > div img {
  width: unset;
  margin-right: 50px;
}
#privacy .privacy_box > div p {
  width: unset;
  margin: unset;
}


@media only screen and (max-width: 1400px) {
}

@media only screen and (max-width: 1024px) {
  #privacy .privacy_box ol li {
    font-size: 15px;
  }
  #privacy .privacy_box > div p {
    width: 100%;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 768px) {
}

@media only screen and (max-width: 479px) {
  #privacy .privacy_box {
    margin-bottom: 30px;
  }
  #privacy .privacy_box h3 {
    margin-bottom: 10px;
  }
  #privacy .privacy_box ol {
    margin-top: 10px;
    padding-left: 20px;
  }
  #privacy .privacy_box ol li {
    font-size: 13px;
  }
  #privacy .privacy_box  > div img {
    width: 250px;
  }
}







/* -----------------------------------------------

	 （****）

----------------------------------------------- */




@media only screen and (max-width: 1400px) {
}

@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 768px) {
}

@media only screen and (max-width: 479px) {

}


