@charset "UTF-8";

html,body {
	overflow-x: hidden;
	overflow-y: visible;
}
body {
	font-size:18px;
	margin: 0;
	padding: 0;
	line-height:2;
    font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
	-webkit-text-size-adjust: 100%;
}
.mincho {
 	font-family: "游明朝", "Yu Mincho", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
a, a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: #000;
}
h1, h2, h3 {
 	margin: 0;
	padding: 0;
	font-weight: normal;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

.red {
	color: #e60012;
}
.blue {
	color: #0000ff;
}
.black {
	color: #000;
}
.bold {
	font-weight: bold;
}
.normal {
	font-weight: normal !important;
}
.bgy {
	background-color: #fff100;
}
.ul {
	text-decoration: underline;
}

.p0 { padding: 0 !important;}
.p5 {padding: 5% 0 !important;}
.p8 {padding: 8% 0 !important;}
.p10 {padding: 10% 0 !important;}

.pt0 { padding-top: 0 !important;}
.pt1 { padding-top: 1% !important;}
.pt3 { padding-top: 3% !important;}
.pt5 { padding-top: 5% !important;}
.pt8 { padding-top: 8% !important;}
.pt10 { padding-top: 10% !important;}

.pb0 { padding-bottom: 0 !important;}
.pb1 { padding-bottom: 1% !important;}
.pb3 { padding-bottom: 3% !important;}
.pb5 { padding-bottom: 5% !important;}
.pb8 { padding-bottom: 8% !important;}
.pb10 { padding-bottom: 10% !important;}

.mt0 { margin-top: 0 !important;}
.mt1 { margin-top: 1% !important;}
.mt3 { margin-top: 3% !important;}
.mt5 { margin-top: 5% !important;}
.mt8 { margin-top: 8% !important;}
.mt10 { margin-top: 10% !important;}

.mb0 { margin-bottom: 0 !important;}
.mb1 { margin-bottom: 1% !important;}
.mb3 { margin-bottom: 3% !important;}
.mb5 { margin-bottom: 5% !important;}
.mb8 { margin-bottom: 8% !important;}
.mb10 { margin-bottom: 10% !important;}



/* font */
.f10 { font-size: 50% !important;}
.f12 { font-size: 60% !important;}
.f14 { font-size: 70% !important;}
.f16 { font-size: 80% !important;}
.f18 { font-size: 90% !important;}
.f20 { font-size: 100% !important;}
.f22 { font-size: 110% !important;}
.f24 { font-size: 120% !important;}
.f26 { font-size: 130% !important;}
.f28 { font-size: 140% !important;}
.f30 { font-size: 150% !important;}
.f32 { font-size: 160% !important;}
.f34 { font-size: 170% !important;}
.f36 { font-size: 180% !important;}
.f38 { font-size: 190% !important;}
.f40 { font-size: 200% !important;}
.f42 { font-size: 210% !important;}
.f44 { font-size: 220% !important;}
.f45 { font-size: 225% !important;}
.f48 { font-size: 240% !important;}
.f50 { font-size: 250% !important;}
.f54 { font-size: 270% !important;}
.f58 { font-size: 290% !important;}
.f60 { font-size: 300% !important;}
.f64 { font-size: 320% !important;}
.f68 { font-size: 340% !important;}
.f70 { font-size: 350% !important;}
.f72 { font-size: 360% !important;}

.image_fr {
	float: right;
	width: 200px;
}
.w_50 {
	width: 50%;
	margin: 0 auto;
}
.w_60 {
	width: 60%;
	margin: 0 auto;
}
.w_70 {
	width: 70%;
	margin: 0 auto;
}
.w_80 {
	width: 80%;
	margin: 0 auto;
}



/*--------------------------------------
背景用*/


/*--------------------------------------
メニュー用*/
.menu_area {
    background-color: #fff;
}
.hamburger {
    margin: 0 auto;
    padding: 10px 0;
    width: 100%;
    max-width: 1100px;
    display: flex;
    justify-content: space-between;
}
.logo {
    width: 220px;
}
.hamburger .btn-gNav {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 24px;
    z-index: 12;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}
.hamburger .btn-gNav span {
    position: absolute;
    width: 100%;
    height: 4px;
    background: #000;
    border-radius: 10px;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}
.hamburger .btn-gNav span:nth-child(1) {
    top: 0;
}
.hamburger .btn-gNav span:nth-child(2) {
    top: 10px;
}
.hamburger .btn-gNav span:nth-child(3) {
    top: 20px;
}
.hamburger .btn-gNav.open span:nth-child(1) {
    background: #ffffff;
    top: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.hamburger .btn-gNav.open span:nth-child(2),
.hamburger .btn-gNav.open span:nth-child(3) {
    top: 6px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btn-gNav {
    display: none;
}
.gNav .gNav-menu {
    display: flex;
    justify-content: space-between;
}
.gNav .gNav-menu li {
    margin: 0 auto;
    padding: 0 15px;
    line-height: 3;
    font-size: 75%;
}
@media screen and (max-width: 800px) {
    .btn-gNav {
        display: block;
    }
    .gNav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.8);
        font-size: 16px;
        box-sizing: border-box;
        z-index: 1;
        padding-top: 50px;
        transition: .3s;
    }
    .gNav.open {
        right: 0;
    }
    .gNav .gNav-menu {
        padding: 0;
        width: 100%;
        height: 100%;
        display: block;
        flex-direction: column;
        text-align: center;
        /*justify-content: center;*/
    }
    .gNav .gNav-menu li {
        width: 86%;
        padding: 3%;
        border-bottom: #fff 1px solid;
    }
    .gNav .gNav-menu li a {
        color: #fff;
    }

}
/*--------------------------------------
全体用*/
.txtwrapper {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
    padding: 8% 0;
}
.txtwrappernp {
    width: 100%;
	max-width: 1100px;
	margin: 0 auto;
    padding-bottom: 5%;
}
.image {
	padding-bottom: 5%;
	text-align: center;
}
.image:last-child {
	padding-bottom: 0;
}
.txt {
	padding-bottom: 5%;
}
.txt:last-child {
	padding-bottom: 0;
}
h2.e-title {
    text-align: center;
    font-size: 80px;
    line-height: 1;
    color: #eeeeed;
    font-family: 'Anton', sans-serif;
    letter-spacing: 0.1em;
}
.title {
    margin-top: -3%;
    padding-bottom: 5%;
    text-align: center;
    font-size: 30px;
    color: #b3963e;
    font-weight: bold;
}
.sub_title {
    text-align: center;
    font-weight: bold;
}
.txt_c {
    padding-bottom: 5%;
    text-align: center;
}
.txtb {
    padding-bottom: 1%;
    text-align: center;
    color: #b3963e;
    font-size: 118%;
}

/*--------------------------------------
news用*/

.news_box {
    width: 80%;
    margin: 0 auto 5%;
    padding: 3%;
    font-size: 90%;
    border:1px solid #b3963e;
}
dl.news_area {
    display: flex;
    flex-direction: row;
    padding-bottom: 1%;
    margin-bottom: 1%;
    border-bottom: 2px dotted #b3963e;
}
dl.news_area:last-child {
    margin-bottom:0;
}
dl.news_area dt {
    padding-right: 4%;
}
dl.news_area dd {
    text-align: left;
}
.column_box {
    display: flex;
	justify-content: space-between;
    padding-bottom: 3%;
}
.column_box .column_box_in {
    width: 31%;
    padding: 2%;
    background-color: #f2f2f2;
    font-size: 80%;
    line-height: 1.5;
}
.column_btn {
    text-align: center;
}

.btn,
a.btn,
button.btn {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 10rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
}

.column_btn .btn--orange,
a.column_btn .btn--orange {
    width: 100%;
  color: #fff;
  background-color: #0a223f;
}

.column_btn .btn--orange:hover,
a.column_btn .btn--orange:hover {
  opacity: 0.8;
}

/*--------------------------------------
価値観用*/
.list_box {
    display: flex;
	justify-content: space-between;
}
.list_in {
    width: 48%;
}
.list_etitle {
    padding-top:1.5%;
    border-top:1pt solid #b3963e;
    color: #b3963e;
    font-size: 60%;
    font-weight: bold;
    line-height: 1.5;
}
.list_title {
    margin-bottom: 5%;
    padding-bottom: 1.5%;
    border-bottom:1pt solid #b3963e;
    line-height: 1.5;
    font-weight: bold;
}
.list_in .image {
    padding-bottom: 3%;
}
.list_txt {
    font-size: 80%;
}

/*--------------------------------------
サービス用*/

.service_title {
    padding-top: 0.8%;
    padding-bottom: 0.8%;
    margin-bottom: 5%;
    border-top:1pt solid #0e050a;
    border-bottom:1pt solid #0e050a;
}
.service_title01 {
    text-align: center;
    font-weight: bold;
    font-size: 118%;
    line-height: 1.3em;
}
.service_title02 {
    text-align: center;
}
.service_title02 span {
    padding: 5px 10px;
    background-color: #0e050a;
    color: #fff;
    text-align: center;
    font-size: 80%;
}
.sub_title {
    text-align: center;
    font-size: 110%;
}
.sub_title_bottom {
    width: 70%;
    margin: 0 auto 5%;
    text-align: center;
    color: #b3963e;
    border:1px solid #b3963e;
    border-radius: 50px;
}
.service_box {
    padding-bottom: 5%;
    display: flex;
	justify-content: space-between;
}
.service_in {
    font-size: 90%;
}
.service_box .service_image01 {
    width: 80%;
    padding-left: 3%;
}
.service_box .service_image02 {
    width: 60%;
    padding-left: 3%;
}
.service_btn {
    text-align: center;
}

/*--------------------------------------
price用*/
#price {
    background-color: #e9eef6;
}
#price h2.e-title {
    text-align: center;
    font-size: 80px;
    line-height: 1;
    color: #fff;
    font-family: 'Anton', sans-serif;
    letter-spacing: 0.1em;
}
#price .title {
    margin-top: -3%;
    padding-bottom: 5%;
    text-align: center;
    font-size: 30px;
    color: #0a223f;
    font-weight: bold;
}
.price_title {
    width: 25%;
    padding: 1%;
    background-color: #0a223f;
    color: #fff;
    font-weight: bold;
}
.price_box {
    padding: 5%;
    margin-bottom: 10%;
    background-color: #fff;
    font-size: 90%;
}
.price_txt {
    padding-bottom: 2%;
    color: #b3963e;
    font-weight: bold;
    font-size: 118%;
}
#price table{
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

#price table th,#price table td{
  text-align: left;
  padding: 2% 5%;
}
.price_txt01 {
    width: 40%;
}
.price_txt02 {
    width: 25%;
}
.price_txt03 {
    width: 50%;
}
.bg_blue {
    background-color: #eeeeed;
}
.price_box02 {
    padding: 5%;
    background-color: #eee;
}


/*--------------------------------------
コラム用*/
#column_list {
    background-color: #e9eef6;
}
#column_list h2.e-title {
    text-align: center;
    font-size: 80px;
    line-height: 1;
    color: #fff;
    font-family: 'Anton', sans-serif;
    letter-spacing: 0.1em;
}
#column_list .title {
    margin-top: -3%;
    padding-bottom: 5%;
    text-align: center;
    font-size: 30px;
    color: #0a223f;
    font-weight: bold;
}
.columnlist_box {
    background-color: #fff;
    padding: 5%;
    margin-bottom: 5%;
}
.columnlist_wrap {
    padding-bottom: 3%;
    display: flex;
	justify-content: space-between;
}
.columnlist_in {
    width: 65%;
}
.columnlist_in_img {
    width: 30%;
}
.columnlist_title {
    margin-bottom: 2%;
    line-height: 3;
    color: #b3963e;
    font-weight: bold;
    border-top:1px solid #0e050a;
    border-bottom:1px solid #0e050a;
}
.columnlist_txt {
    padding-bottom: 3%;
    font-size: 90%;
    line-height: 1.8;
}
.columnlist_btn {
    width: 100%;
    text-align: center;
}

.top_column {
    text-align: center;
    background-color: #b3963e;
}
.top_column .btn,
.top_column a.btn,
.top_column button.btn {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
}

.top_column .btn--orange,
a.top_column .btn--orange {
    width: 100%;
  color: #fff;
  background-color: #0a223f;
}

.top_column .btn--orange:hover,
a.top_column .btn--orange:hover {
  opacity: 0.8;
}


/*--------------------------------------
記事用*/
.columnsingle_box {
    padding: 5%;
    background-color: #fff;
}
.columnsingle_box .image img {
    width: 100%;
}
.columnsingle_btn {
    width: 100%;
    text-align: center;
}
.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #0a223f;
  width: 50%;
}
.page_area {
    width: 20%;
    margin: 5% auto 0;
    padding: 1%;
    text-align: center;
    font-size: 80%;
}
.pager__list {
    display: flex;
    justify-content: space-between;
    gap: 1em;
}
.pager__item {
    min-width: 80px;
    text-align: center;
}
/*--------------------------------------
price用*/
#profile {
    background-color: #e9eef6;
}
#profile h2.e-title {
    text-align: center;
    font-size: 80px;
    line-height: 1;
    color: #fff;
    font-family: 'Anton', sans-serif;
    letter-spacing: 0.1em;
}
#profile .title {
    margin-top: -3%;
    padding-bottom: 5%;
    text-align: center;
    font-size: 30px;
    color: #0a223f;
    font-weight: bold;
}
.bg_white {
    background-color: #fff;
}
.profile_area {
    display: flex;
	justify-content: space-between;
}
.profile_img {
    width: 30%;
    padding-bottom: 5%;
}
.profile_txt_table {
    width: 65%;
}
.profile_txt_table table{
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.profile_txt_table table th,.profile_txt_table table td{
  text-align: left;
  padding: 3%;
}
.profile_txt_box {
    padding: 5%;
    background-color: #fff;
}
.profile_txt_box table{
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.profile_txt_box table th,.profile_txt_box table td{
  padding: 10px 0;
  text-align: left;
}

/*--------------------------------------
オフィス用*/
.map {
    width: 100%;
    height: 450px;
    margin-bottom: 10%;
}
.map iframe {
    width: 100%;
}
#office .sub_title {
    padding-bottom: 3%;
    text-align: left;
}
#office .sub_title span {
    padding: 5px;
    background-color: #0a223f;
    color: #fff;
}
/*--------------------------------------
問い合わせ用*/
.sub_title {
    padding-bottom: 3%;
    text-align: center;
    font-weight: bold;
    color: #0a223f;
    font-size: 130%;
}
.contact_box {
    padding: 5%;
    background-color: #eee;
    font-size: 80%;
}
#contact table {
  border-collapse: collapse;
}
input[type="submit"],
input[type="text"],
select,
textarea,
button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: none;
}
.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
    -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: none;
}

input[type="text"],
textarea,
.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"]{
  background: #f8f8f8;
  display: block;
  font-size: 16px;
  padding: 12px 15px;
  width: 100%;
  transition: 0.8s;
  border-radius: 0;
}
input[type="text"]:focus,
textarea:focus,
.wpcf7 input[type="url"]:focus, .wpcf7 input[type="email"]:focus, .wpcf7 input[type="tel"]:focus{
  background: #e9f5fb;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
textarea[name="content"] {
  display: inline-block;
  width: 100%;
  height: 200px;
}
input::placeholder,
textarea::placeholder {
  color: #ccc;
}
::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
}
::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}
#contact .form-table {
  width: 100%;
  margin-bottom: 5%;
}
 
#contact .form-table th,
#contact .form-table td {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 20px;
}
 
#contact .form-table th {
  background: #B3963F;
  position: relative;
  text-align: left;
  width: 300px;
  color: #fff;
  vertical-align: middle;
}
/* チェックボックス01 */


.checkbox-cl01 input {
  display: none;
}
.checkbox-cl01 input + span {
  padding-left: 28px;
  display: inline-block;
  position: relative;
}
.checkbox-cl01 input + span::after,
.checkbox-cl01 input + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
}
.checkbox-cl01 input + span::before {
  border: 1px solid #aaaaaa;
  background-color: #ffffff;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.checkbox-cl01 input + span::after {
  border: none;
  background-color: #FF3399;
  border-radius: 50%;
  height: 12px;
  width: 12px;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.checkbox-cl01 input:checked + span::after {
  display: block;
}

.contact_btn {
    text-align: center;
}

.contact_btn .btn--orange,
a.contact_btn .btn--orange {
  color: #fff;
  background-color: #0a223f;
}
.contact_btn .btn--orange .wpcf7-form-control  {
    color: #fff;
    background-color: #0a223f;
}
.contact_btn .btn,
.contact_btn a.btn,
.contact_btn button.btn {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 0 10rem 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
}
.wpcf7-spinner {
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
}

/*--------------------------------------
フッター用*/
.footer {
    background-color: #cdc19d;
}
.footer_in {
    width: 100%;
	max-width: 1100px;
	margin: 0 auto;
    padding: 5% 0;
}
.logo_white {
    width: 300px;
    padding-bottom: 2%;
}
.footer_txt {
    font-size: 70%;
}
#footer_area .footer_txt th {
    width: 100px;
    padding: 0;
    text-align: left;
}
#footer_area .footer_txt td {
    padding: 0;
}
.copyright {
    text-align: right;
    font-size: 60%;
}
footer a,footer a:link,footer a:visited,footer a:hover,footer a:active {
	text-decoration: none;
	color: #fff;
}
/*----------------------------------------
メニュー配置

#menu {
	position: fixed;
	width: 170px;
	bottom:55px;
	right: 1%;
	z-index: 2000;
}
#menu img:hover {
	opacity: 0.7;
}
#menu img {
	max-width: 100%;
	height: auto;
}
#menu .sub_btn {
	padding: 0;
	background-color: transparent;
	border:none;
	margin-bottom: 0;
}

@media screen and (min-width:1240px) {
	#menu {
		position: fixed;
		width: 170px;
		bottom: 55px;
		left: 50%;
		z-index: 2000;
		margin-left: 460px;
	}
}
-------------------------------------------*/

/*--------------------------------------
レスポンシブ*/

@media screen and (min-width: 800px){
	.sp{display:none;}
	br.sp {display: none;}
}
@media print, screen and (max-width: 800px) {
	body {
		font-size: 80%;
		line-height: 1.4;
	}
	.pc {
		display: none;
	}
	br.sp {
		display: block;
	}
    .logo {
        width: 40%;
        padding: 1%;
    }
    .txtwrapper,.txtwrappernp {
        width: 90%;
    }
    .btn, a.btn, button.btn {
        padding: 5%;
    }
    h2.e-title,#price h2.e-title,#profile h2.e-title {
        font-size: 350%;
    }
    .title,#price .title,#profile .title {
        font-size: 138%;
    }
    .sub_title {
        font-size: 110%;
    }
    .news_box {
        width: 100%;
        padding: 5%;
    }
    dl.news_area {
        padding-bottom: 2%;
        margin-bottom: 2%;
    }
    .column_box {
        display: block;
    }
    .column_box .column_box_in {
        width: 100%;
        padding: 5%;
        margin-bottom: 5%;
        font-size: 100%;
    }
    .list_box {
        display: block;
        font-size: 125%;
    }
    .list_in {
        width: 100%;
        margin-bottom: 5%;
    }
    .service_title {
        padding: 2% 0 3%;
    }
    .sub_title_bottom {
        width: 80%;
        padding: 2%;
    }
    .service_box {
        display: block;
    }
    .service_in {
        padding-bottom: 5%;
        line-height: 1.7;
    }
    .service_box .service_image01,.service_box .service_image02 {
        width: 100%;
        padding-left: 0;
    }
    .txt_c {
        line-height: 1.7;
    }
    .price_title {
        width: 70%;
    }
    .price_box {
        line-height: 1.7;
    }
    .columnlist_wrap {
        display: block;
    }
    .columnlist_in_img {
        width: 100%;
        padding-bottom: 5%;
    }
    .columnlist_in {
        width: 100%;
    }
    .columnlist_title {
        margin-bottom: 5%;
        padding-bottom: 0 !important;
    }
    #column_list h2.e-title {
        font-size: 350%;
    }
    #column_list .title {
        font-size: 138%;
    }
    .page_area {
        width: 70%;
    }
    .profile_area {
        display: block;
    }
    .profile_img {
        width: 100%;
        padding-bottom: 5%;
    }
    .profile_txt_table {
        width: 100%;
        margin-bottom: 5%;
        font-size: 90%;
        line-height: 2;
    }
    .profile_txt_box {
        padding: 0;
        font-size: 90%;
    }
    .profile_txt_box table th, .profile_txt_box table td {
        padding: 3%;
    }
    .profile_txt_box table th {
        width: 17%;
    }
    #office .txt {
        font-size: 90%;
        line-height: 2;
    }
    .contact_box {
        padding: 0 0 5% 0;
        font-size: 100%;
    }
    #contact .form-table th {
        width: 100%;
    }
    .form-table th,
    .form-table td {
      display: block;
      width: 100%;
      padding: 0;
      border-bottom: none;
    }
    #contact .form-table th, #contact .form-table td {
        border:none;
        padding: 4%;
    }
    input[type="text"],
    textarea {
      padding: 3% 0;
      width: 100%;
    }
    
    
	.footer_in {
		padding: 5%;
	}
    #footer_area .footer_txt th {
        width: 18%;
    }
    .footer_txt {
        padding-bottom: 5%;
        font-size: 80%;
        line-height: 2;
    }
    .logo_white {
        width: 60%;
    }
	
}
@media print, screen and (max-width: 800px) and (min-width: 640px) {
	body {
		font-size: 118%;
	}
	br {
		display: block;
		content: none;
	}
}
