/*
Theme Name: EIC
Author: K2design
Description: Your theme description.
Version: 1.0
*/
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
  text-align: center;
}

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */

[type="search"] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type="number"] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}
/*ここから*/
body {
  margin: 0;
  padding: 0;
  background: #fff; /* 外側がわかりやすいように（任意） */
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300; /* Light 300 を適用 */
}

a:hover {
  opacity: 0.7;
}


img {
	max-width: 100%;
}


h2, p, th, td, a {
   font-size: 22px;
}

h2 {
	margin: 120px auto 20px;
	max-width: 100%;
}

h2 img {
	padding: 10px 50px;
}

.division h2 {
	text-align: left;
	font-size: 32px;
	font-weight: 600px;
}


.division h2 img{
	padding-left: 0;	
}
.division h3 {
	font-size: 36px;
	font-weight: 100px;
	margin-bottom: 50px;
	margin-top: 100px;
	letter-spacing: 0.1em;
}

p {	line-height: 1.6;
}

@media (max-width: 768px) {
h2, p, th, td, a {
	font-size: 16px;
}

h2 {
	margin: 50px auto 20px;
}

h2 img {
	padding: 0 50px;
	width: 100%;
}
	
.access-map h2 img {
	padding: 0px 100px;
}
.division h2 , .division h3{
	font-size: 20px;
}
}

@media (max-width: 450px) {
h2 img {
	padding: 10px 10px;
}
h2 {
	margin: 30px auto 10px;
}

.access-map h2 img {
	padding: 10px 30px;
}
}

/* ======================================
   外枠
====================================== */

.frame {
  max-width: 1300px;       /* 枠の最大幅 */
  margin: 0px auto 40px;        /* ← ★ここが“枠の外側”の余白 */       
  background: #fff;        /* 枠の内側が白（任意） */
  /* スマホ対応：左右が狭いときは余白を小さく */
}

@media (max-width: 1000px) {
  .frame {
    padding: 20px;
    border: none;
	margin: 0 auto;
  }
}

/* ======================================
   ヘッダー本体
====================================== */
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}

/* 左ロゴ */
.logo {
  height: 40px;
  display: block;
}

/* -------- ナビ部分（縦線入り）-------- */
.header-nav {
  display: flex;
  margin-left: auto;
  margin-right: 20px;
  margin-top: 0;
}

.header-nav li {
  list-style: none;
  padding: 10px 16px 0;                /* テキストと縦線の間の余白 */
  border-left: 1px solid #000;   /* 縦線 */
  display: flex;            /* ← 自身を flex 化 */
  align-items: center;
  position: relative;
  top: -5px;
}

@media (max-width: 900px) {
.header-nav li {
  top: 0px;
}
}

.header-nav a {
  text-decoration: none;
  color: #000;
  font-size: 18px;
  padding: 4px 0;
  display: block;                 /* クリック範囲を確保 */
}

/* 電話画像 or 電話番号 */
.tel {
  height: 28px;
  display: block;
}

.header-left a img{
	top: 15px;
	position: relative;
}

@media (max-width: 1000px) {
.header-left a img{
	top: 0px;
}	
}


@media (max-width: 450px) {
.header-left a img{
	max-width: 150px;
}	
}

/* ======================================
   ヘッダーのスマホ対応
====================================== */
/*
@media (max-width: 768px) {
  .header {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 10px;
  }

  .header-nav {
    margin: 10px 0;
  }

  .header-nav li {
    padding: 0 10px;
    border-right: 1px solid #ccc;
  }

  .header-nav li:last-child {
    border-right: none;
  }
}
*/

/*ハンバーガーメニュー*/
/* =====================
  ハンバーガー（右上固定）
===================== */
.hamburger {
  display: none;
  position: fixed;
  top: 16px;
  right: 16px;
  width: 60px;
  height: 60px;
  background: #003a8f; /* 背景色 */
  border: none;
  cursor: pointer;
  z-index: 1100;
}

.hamburger span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 24px;
  height: 2px;
  background: #fff;
  transition: 0.3s;
  transform: translateX(-50%);
}

/* 通常時 */
.hamburger span:nth-child(1) {
  transform: translate(-50%, -8px);
}
.hamburger span:nth-child(2) {
  transform: translate(-50%, 0);
}
.hamburger span:nth-child(3) {
  transform: translate(-50%, 8px);
}

/* × */
.hamburger.is-open span:nth-child(1) {
  transform: translate(-50%, 0) rotate(45deg);
}
.hamburger.is-open span:nth-child(2) {
  opacity: 0;
}
.hamburger.is-open span:nth-child(3) {
  transform: translate(-50%, 0) rotate(-45deg);
}

/* =====================
  ナビ本体
===================== */
@media (max-width: 1000px) {

  .hamburger {
    display: block;
  }

  .header-nav-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    width: 80%;
    height: 100vh;
    background: #f5f7fa; /* メニュー背景色 */
    transform: translateX(100%);
    transition: 0.3s;
    z-index: 1050;
  }

  .header-nav-wrapper.is-open {
    transform: translateX(0);
  }

  .header-nav {
    display: block;
    padding: 100px 24px;
  }

  .header-nav li {
    margin-bottom: 24px;
	border: none;
  }

  .header-nav li:nth-child(3) {
	border: none;
  }
  /* =====================
    オーバーレイ
  ===================== */
  .nav-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 1000;
  }

  .nav-overlay.is-open {
    opacity: 1;
    visibility: visible;
  }
}

/* ======================================
   フッター
====================================== */

footer .footer-area {
	border-top: 1px solid #ccc;
	margin: 50px;
}

footer .footer-area p.copyright, .address-area p.copyright {
	text-align: left;
	font-size: 14px;
	margin-top: 50px;
}

footer .footer-area p {
	font-size: 22px;
}

footer .address-area {
	border-left: 1px solid #999; /* 縦線 */
	padding-left: 50px;
}

@media (max-width: 950px) {
footer .footer-area p {
	font-size: 18px;
}
	
footer .address-area {
	border-left: none;
	padding-left: 0px;
}
}

@media (max-width: 768px) {
footer .footer-area p.copyright, .address-area p.copyright {
	font-size: 11px;
	margin-top: 50px;
	text-align: center;
}
footer .footer-area p {
	font-size: 16px;
}
	
footer .content-area p {
	text-align: left;	
}

footer .footer-area {
	margin: 10px;
}
}

/*トップページ画像切り替え*/
#top-page .main-image {
	margin-top: 100px;
}

#top-page .main-image-sp {
	display: none;
}

@media (max-width: 768px) {
#top-page .main-image {
	display: none;
}
	
#top-page .main-image-sp {
	display: block;
	width: 100%;
    margin-top: 50px;
}	
}

/* ======================================
   トップページ 会社概要
====================================== */

.company-table {
  border-collapse: collapse;
}

.company-table th,
.company-table td {
  padding: 10px 12px;
  vertical-align: top;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

/* PC版：左の縦線一本 */
.company-table th {
  width: 120px;
  border-right: 1px solid #333;
  font-weight: normal;
  white-space: nowrap;
}

.company-table td {
  padding-left: 20px;
}

.company_info .table-wrap {
  display: flex;
  justify-content: center;
}

/* ================================
   会社概要のスマホ表示（768px 以下）
   ================================ */
@media (max-width: 768px) {
  .company-table,
  .company-table tr,
  .company-table th,
  .company-table td {
    display: block;
    width: 100%;
  }

  .company-table {
	margin: 0 auto;
	max-width: 367px;
  }
  /* th の縦線を消す */
  .company-table th {
    border-right: none;
    padding-left: 0;
    margin-top: 20px;
  }

  /* td の縦線を消す */
  .company-table td {
    padding-left: 0;
  }

  /* tr の下に線を入れる */
  .company-table tr {
    border-bottom: 1px solid #333;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  /* 一番上の余白調整 */
  .company-table tr:first-child th {
    margin-top: 0;
  }
}

/* ================================
   アクセスマップ
   ================================ */
.info-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
}

.address-area {
  max-width: 400px;
}

.address-area img {
	max-width: 150px;
}

.address-area p {
	padding: 5px 0;
}

.address-area img  {
	margin-bottom: 15px;
}

.tel {
  font-weight: bold;
}

.contact-btn a {
	display: inline-block;
}

/* ▼スマホ対応（幅768px以下で縦並び） */
@media (max-width: 1000px) {
  .info-wrapper {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
	
  .content-area {
	text-align: left;
  }

  .map-area iframe {
    width: 100%;
    max-width: 470px;
	display: block;
	margin: 0 auto;
  }

  .address-area {
    width: 100%;
  }
 .contact-btn {
	text-align: center;
}
	
	.contact-btn a {
		max-width: 400px;
	}
}

/*トップページ　事業案内*/
.business_info img {
	display: block;
	margin: 0 auto;
}

.business_info a {
  display: block;
  width: fit-content;
  margin: 0 auto; /* 横中央 */
}


.business_info a:hover, .division .recruit a:hover, .contact-btn a:hover{
	cursor: pointer;
	opacity: 0.7;
}

.business_info a p {
  background: #000;
  color: #fff;
  padding: 7px 100px;
  margin: 50px 0 0 0;
  text-align: center;
}

/*トップページ 企業理念 */
.company_profile p {
 padding: 7px 50px;
}

@media (max-width: 450px) {
.company_profile p {
 padding: 7px 10px;	
}}

/*事業内容の固定ページ*/

.business-contents li {
	padding: 100px 0;
	position: relative;
}
.business-contents li a img {
	display: block;
}


/* 共通の下線 */
.business-contents li::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;          /* 下線の太さ */
  width: 60%;           /* 途中まで */
  background-color: #ccc;
}

/* 奇数：左から */
.business-contents li:nth-child(odd)::after {
  left: 0;
}

/* 偶数：右から */
.business-contents li:nth-child(even)::after {
  right: 0;
}

/* 最後はなし */
.business-contents li:last-child::after {
  content: none;
}

/* 事業内容の固定ページのスマホ対応） */

@media (max-width: 768px) {
.business-contents li {
	padding: 30px 0;
}
.business-contents li a img {
	width: 100%;	
	padding: 0 30px;
}
	
.business_info a p {
	padding: 7px 50px;
}
}


@media (max-width: 450px) {
	
.business_info a p {
	padding: 7px 30px;
}
}

/*メディカルフード事業部*/

.division .recruit, .division .recruit2 a , .contact .contact-link a, .contact-btn a {
  color: #fff;
  font-size: 16px;
}


.contact-btn a{
  padding: 8px 70px 8px 40px;
  background: #888;
  margin-top: 70px;
  border-radius: 2px;
  font-size: 24px;
}

@media (max-width: 1000px) {
.contact-btn a{
	font-size: 18px;
	margin-top: 30px;
    padding: 8px 20px 8px 20px;
	
}
}
.division .recruit1 {
  padding: 7px 30px;
  background: #C37886;
  text-align: center;
}

.division .recruit2, .contact .contact-link {
  text-align: center;
  margin: 100px 0;
}


.division .recruit2 a, .contact .contact-link a {
  display: inline-block;
  white-space: nowrap;
  transition: opacity 0.3s;
}

.division .recruit2 a {
  background-color: #C37886;
  padding: 14px 32px;
}

.contact .contact-link a {
  background-color: #000;
  padding: 10px 60px;
}

@media (max-width: 450px) {
.contact .contact-link a {
	padding: 10px 20px;
	font-size: 16px;
}	
}

.division-content {
	max-width: 940px;
	width: 100%;
	margin: 0 auto 50px;
}

.division-content p {
	margin: 10px 0;
}

.division-txt {
	margin: 50px 0;
}
/*メディカルフード事業部のグリッド設定*/
.food-layout {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  gap: 20px;
}

/* 左：1枚画像 */
.food-layout .left {
  flex: 0 0 49%;
}

.food-layout .left img {
  width: 100%;
  height: auto;
  display: block;
}

/* 右：写真5枚 */
.food-layout .right {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.food-layout .right img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 4px;
}

.food-layout .right img:first-child {
  grid-column: 1 / -1;
}


/* スマホ対応 */
@media (max-width: 450px) {
  .food-layout {
    flex-direction: column;
  }

  .food-layout .left,
  .food-layout .right {
    flex: none;
  }

  .food-layout .right {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .right {
    grid-template-columns: 1fr;
  }
}


/* お問合せフォーム */
/* ======================
   テーブルレイアウト
====================== */
.contact .main-image {
  width: 100%;
  max-width: 800px;
  margin:0 auto 80px;
  display: block;
}

.contact-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 22px;
  max-width: 800px;
  margin:0 auto;
}

.contact-table th {
  width: 280px;
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

.contact-table td {
  width: auto;
}

/* 必須・任意 */
.required {
  color: red;
  margin-left: 6px;
}

.optional {
  font-size: 12px;
  color: #666;
}

/* ======================
   入力欄（右＋下線）
====================== */
.contact-table input[type="text"],
.contact-table input[type="tel"],
.contact-table input[type="email"] {
  width: 100%;
  height: 40px;
  padding: 6px 10px;
  font-size: 14px;

  border: none;
  border-right: 1px solid #bbb;
  border-bottom: 1px solid #bbb;

  box-sizing: border-box;
  background: #fff;
}

/* フォーカス */
.contact-table input:focus {
  outline: none;
  border-right-color: #888;
  border-bottom-color: #888;
}

/* ======================
   textarea（四角）
====================== */
.contact-table textarea {
  width: 100%;
  height: 140px;
  padding: 10px;
  border: 1px solid #bbb;
  resize: vertical;
  box-sizing: border-box;
}

/* ======================
   送信ボタン
====================== */
.form-submit {
  text-align: right;
  margin-top: 30px;
}

.form-submit input {
  padding: 5px 30px;
  background: #00B9EF;
  color: #fff;
  border: none;
  cursor: pointer;
  font-weight: bold;
  letter-spacing: 0.5em;
}

/* ======================
   スマホ（縦並び）
====================== */
@media screen and (max-width: 768px) {
  .contact-table,
  .contact-table tbody,
  .contact-table tr,
  .contact-table th,
  .contact-table td {
    display: block;
    width: 100%;
  }

  .contact-table th {
    margin-bottom: 6px;
  }

  .contact-table tr {
    margin-bottom: 18px;
  }

  .form-submit {
    text-align: center;
  }
}

/*ふわっと表示*/
.fade-section {
opacity: 0;
transform: translateX(0);
transition: opacity 0.8s ease, transform 0.8s ease;
}


/* 左から */
.fade-section.from-left {
transform: translateX(-40px);
}


/* 右から */
.fade-section.from-right {
transform: translateX(40px);
}

/* 下から */
.fade-section.from-bottom {
transform: translateY(40px);
}

/* 上から */
.fade-section.from-top {
transform: translateY(-40px);
}

/* 表示された状態 */
.fade-section.is-visible {
opacity: 1;
transform: translateX(0);
}

.medical-food {
  width: 100%;
  overflow: hidden;
}

.medical-food__inner {
  display: grid;
  grid-template-columns: 33% 67%; /* ← デザイン比率で固定 */
  align-items: start;
  max-width: 800px;
  margin: 0 auto;
}

/*事業案内修正*/
/* 左 */
.medical-food__left {
  padding-top:0; /* 画面に応じて自然に縮む */
}

/* 右 */
.medical-food__right {
  width: 100%;
}

.medical-food__right img {
  width: 100%;
  height: auto;
  display: block;
}
	
.medical-food__left a {
 display: block;
 margin-bottom: 10px;
}

@media (max-width: 450px) {
.medical-food__inner {
  max-width: 800px;
  margin: 0 auto 10px;
}
}
	

.contact-box {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
}
/* 1行 */
.contact-row {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

/* テキスト幅を固定（北須磨基準） */
.contact-label {
  display: inline-block;
  width: 340px; 
  white-space: nowrap;
}

/* ボタン */
.contact-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #000;
  color: #fff;
  text-decoration: none;
  padding: 8px 30px 8px 50px;
  font-size: 20px;
  letter-spacing: 0.2em;
}

.contact-btn span {
	padding: 0px 10px;
	letter-spacing: normal;
}

/* スマホ */
@media (max-width: 768px) {
  .contact-box, .contact-btn, .contact-btn span {
	  font-size: 16px;
  }
  .contact-row {
    flex-direction: column;
    align-items: center;
  }

  .contact-label {
    width: auto;
    margin-bottom: 6px;
    text-align: center;
  }
}

.arrow {
  display: block;
  margin: 0 auto;
}

.contact-msg {
  margin: 30px auto 50px;
  text-align: center;
}

@media (max-width: 768px) {
.contact-msg {
  margin: 0 auto;
  text-align: center;
  width: 100%;
}	
}

.three {
  letter-spacing: 0.33em;
}

.contact-msg {
	margin: 50px auto 30px;
}

.fax {
	letter-spacing: 0.15em;
}

input[type="radio"],
input[type="checkbox"] {
  -webkit-appearance: auto;
  appearance: auto;
  background: initial;
}

#contact h2{
	max-width: 800px;
}

@media (max-width: 768px) {
#contact h2 img {
  max-width: 300px;
  width: 100%;
}	
}

@media (max-width: 450px) {
#contact h2 img {
  max-width: 300px;
  width: 100%;
}	
}