﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@media screen and (min-width: 801px) {
  @keyframes fadeIn {
    0% {
      opacity: 0
    }

    100% {
      opacity: 1
    }
  }

  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0
    }

    100% {
      opacity: 1
    }
  }
body{
-webkit-animation: fadeIn 2s ease 0s 1 normal;
    animation: fadeIn 2s ease 0s 1 normal;	
	margin:0;
	padding:0;
font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
font-weight: 400;
font-style: normal;
font-size:14px;
  /* 画像ファイルの指定 */
  /*background-image: url("../img/slide_001.png");*/
   
  /* 画像を常に天地左右の中央に配置 */
  background-position: center center;
   
  /* 画像をタイル状に繰り返し表示しない */
  background-repeat: no-repeat;
   
  /* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
  background-attachment: fixed;
   
  /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
  background-size: cover;
   
  /* 背景画像が読み込まれる前に表示される背景のカラー */
  background-color: #FFFFFF;
}
body a{text-decoration:none;}
	
a {
	box-shadow: 0 0 3px 0 rgba(0,0,0,.12), 0 2px 3px 0 rgba(0,0,0,.22);
	transition: .3s;
}
a:hover {opacity: 0.8;
	box-shadow: 0 15px 30px -5px rgba(0,0,0,.15), 0 0 5px rgba(0,0,0,.1);
	transform: translateY(-4px);
}
html{
  /*scroll-behavior: smooth;*/
}
#smartpopupMaleinput{
	display:none;
	}

#wrapper img {
  pointer-events: none!important; 
}	
	
#smartpopupMaleinput{display:none!important;}	
	
h1{ 
	text-align:left;
	font-size:70%;
	width:100%;
	min-width:100%;
	height:auto;
	box-sizing:border-box;
	letter-spacing:0.2rem;margin-left:50px;padding-top:100px;
  padding:0;
  text-decoration: none;
	}
	
	
	
h2,h3,h4,h5{ 
	font-weight:normal;
    font-size:200%;
	width:100%;
	height:auto;
	position: relative;
  display: inline-block;
  padding:7% 0%;
  text-decoration: none;
  background:/*#011931*/transparent;/*色*/
  border-radius: 0px;/*角の丸み*/
  /*box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);*/
	margin:0 auto;
	text-align:center;
	border-spacing: inherit;
	letter-spacing:0.0rem;
	box-sizing:border-box;
}
	
	
	
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;Z-index:9999;
}
#page-top a {
    background: #39B100;
    text-decoration: none;
    color: #FFFFFF;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 15px;box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}

	
nav{display:none !important;}
nav{
 display: flex;
 flex-direction: row;
}
.navbar_toggle{
 display: none;
}
.menu{
 width: 100%;
 -webkit-transform: translateX(0);
 transform: translateX(0);
}
.menu ul{
 height: 70px;
 display: flex;
 flex-wrap: wrap;
 justify-content: flex-end;
 align-items: center;
}
.menu ul li{
 padding: 0 1em;
 border-bottom: none;
}

	
.header_bar{color:#666666;box-sizing:border-box; position:absolute; top:0; left:0;height:120px; width:100%; min-width:1080px;background:#FFFFFF; opacity:1; z-index:9996;padding:10px;}
.header_bar a{color:#666666;}
.logo{display: flex; flex-direction: column;}
	.logo a{ width: fit-content;display: inline-block!important;box-shadow: none; box-sizing: border-box;height:auto;}	
.logo a div img{box-sizing:border-box; float:left; width:auto; height:80px; margin:0px 0px 0px 0px;}
	.siteTheme{font-weight:bold;}
	.logo a div p{margin-left:15px;font-size:0.75rem;color:#AAA7A7;height:20px;box-sizing: border-box; display: inline-block; padding:3px;vertical-align: middle;}
	
	
	
	
.cp_navi {position:absolute; bottom:0; right:0;
	background-color: #ffffff;
	border-radius: 4px;
	box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.055);
	color: #666666;
	display: block;
	margin: 1em 0;
	width:auto;font-size:90%;
}
.cp_navi ul {
	margin: 0;
	padding: 0;
}
.cp_navi ul li {
	display: inline-block;
	list-style-type: none;
	-webkit-transition: all 0.7s;
	        transition: all 0.7s;
}
.cp_navi > ul > li > a > .caret {
	border-top: 4px solid #aaaaaa;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: '';
	display: inline-block;
	height: 0;
	width: 0;
	vertical-align: middle;
	-webkit-transition: color 0.1s linear;
	        transition: color 0.1s linear;
}
.cp_navi > ul > li > a {
	color: #666666;
	display: block;
	line-height: 56px;
	padding: 0 10px;
	text-decoration: none;width:150px;
}
.cp_navi > ul > li:hover {
	background-color: #92AB35;
}
.cp_navi > ul > li:hover > a {
	color: rgb( 255, 255, 255 );
}
.cp_navi > ul > li:hover > a > .caret {
	border-top-color: rgb( 255, 255, 255 );
}
.cp_navi > ul > li > div {
	background-color: #92AB35;
	border-top: 0;
	border-radius: 0 0 4px 4px;
	box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.055);
	display: none;
	margin: 0;
	padding:5px 0;
	opacity: 0;
	position: absolute;
	width: 150px;
	visibility: hidden;
	-webkit-transiton: opacity 0.7s;
	       transition: opacity 0.7s;
}
.cp_navi > ul > li:hover > div {
	display: block;
	opacity: 1;
	visibility: visible;
}
.cp_navi > ul > li > div ul > li {
	display: block;
}
.cp_navi > ul > li > div ul > li > a {
	color: #ffffff;
	display: block;
	padding: 12px 24px;
	text-decoration: none;
}
.cp_navi > ul > li > div ul > li:hover > a {
	background-color: rgba( 255, 255, 255, 0.1);
}
	


.cp_navi a::after {
  border-bottom: solid 1px #FFF;
  bottom: 0px;
  content: "";
  display: block;
  transition: all .7s ease;
  -webkit-transition: all .7s ease;
  width: 0;
}
.cp_navi a:hover::after {
  width: 100%;
	}
	
.mainImg {
  position: relative;
  width:100%;
	height:auto;
	margin:0 auto 100px auto;
	padding:0;
  box-sizing: border-box;
}
.mainImg img {
  width:100%;height:auto;margin:0;padding:0;object-fit: cover; /* この一行を追加するだけ！ */
}
	
.p_mainImg {
  position: relative;
  width:100%;
	height:auto;
	margin:0 auto 100px auto;
	padding:0;
  box-sizing: border-box;
}
.p_mainImg img {
  width:100%;height:auto;margin:0;padding:0;object-fit: cover; /* この一行を追加するだけ！ */
}
.s_mainImg {
  display:none;
}
	
	
.infoImg {
  position: relative;
  width:100%;
	height:auto;
	margin:20px auto;
	padding:0;
  box-sizing: border-box;
}
.infoImg img {
  width:100%;height:auto;margin:0;padding:0;object-fit: cover; /* この一行を追加するだけ！ */
}	

	
	
/*斜めBG領域*/
	
	
.contents {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.contents:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100px;
  width: 170%;	

  height: 80%;
  margin: 3% -20% 0;
  background:#F6FFEA;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  transform: rotate(8deg);
  z-index: -1;
	opacity:1.0;
}

.contents_inner {
  box-sizing: border-box;
  width: 80%;
  max-width: 1080px;
  height: 100%;
  margin: 0 auto;
  padding: 80px 10px 50px;
	/*background:rgba(255,255,255,0.03);*/
  text-align: center;/*box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);*/
}
.contents_inner p{
  line-height:200%;
	text-align:left;
}	
.contentsImg {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 80px 0;
}

.contentsImg:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 80%;
  margin: 3% -10% 0;
  background:url("../img/sample_011.jpg") center center no-repeat;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  z-index: -1;
}

.contentsImg_inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 1000px;
  height: 100%;
  margin: 0 auto;
  padding: 100px 10px 120px;

  text-align: center;
}	
		
	
/*斜めBG領域*/	

/*画像マスク*/		
.object {
  position: relative;
  width: 300px;
  height: 300px;
  margin: 30px auto 0;
  overflow: hidden;
  border-radius: 0;
	transform: skew(-20deg);
  img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 500px;
    transform: translate(-50%, -50%) skew(20deg);	  
  }
}	
	
/*画像マスク*/		
	
	
	
.contentsbox {
    width: 70%;
	height:auto;
    margin: 0 auto;

    background:#D2DF99;
  overflow: hidden;    position: relative;
    z-index: 0;
}

.contentsbox::before {
    content: '';
    display: block;
    position: absolute;
    top: 0%;
    right: 0;
    bottom: 30%;
    left: 0;
    background-color:#FFFFFF/*#816541*/;
    transform: skewY(0deg);
    z-index: -1;
}	
	
	

	.main_img_wrapper{position:relative;height:auto;margin-top:120px;}	
 .main_imgBox {
    height: 800px;min-width:1080px;
    overflow: hidden;
    position: relative;
}
	.main_img_wrapper .s_main_imgBox{display:none;}	

  .main_logo {
    z-index:11;
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:50%;
    height:auto;
}

 
	
 /*.main_logo {
    -webkit-animation:blink 1.5s ease-in-out infinite alternate;
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink {
    0% {opacity: 0.95;}
    100% {opacity: 1;}
}
@-moz-keyframes blink {
    0% {opacity: 0.95;}
    100% {opacity: 1;}
}
@keyframes blink {
    0% {opacity: 0.8;}
    100% {opacity: 1;}
}*/	

  .main_img {
    z-index:10;
    opacity: 0;
    width: 100%;
    height: 850px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: anime 36s 0s infinite;
    animation: anime 36s 0s infinite; }

    .main_img:nth-of-type(2) {
      -webkit-animation-delay: 6s;
      animation-delay: 6s; }

    .main_img:nth-of-type(3) {
      -webkit-animation-delay: 12s;
      animation-delay: 12s; }

    .main_img:nth-of-type(4) {
      -webkit-animation-delay: 18s;
      animation-delay: 18s; }

    .main_img:nth-of-type(5) {
      -webkit-animation-delay: 24s;
      animation-delay: 24s; }

    .main_img:nth-of-type(6) {
      -webkit-animation-delay: 30s;
      animation-delay: 30s; }

  .main_imgM {
    opacity: 0;
    width:100%;
    height:100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: anime 36s 0s infinite;
    animation: anime 36s 0s infinite; }

    .main_imgM:nth-of-type(2) {
      -webkit-animation-delay: 6s;
      animation-delay: 6s; }

    .main_imgM:nth-of-type(3) {
      -webkit-animation-delay: 12s;
      animation-delay: 12s; }

    .main_imgM:nth-of-type(4) {
      -webkit-animation-delay: 18s;
      animation-delay: 18s; }

    .main_imgM:nth-of-type(5) {
      -webkit-animation-delay: 24s;
      animation-delay: 24s; }

    .main_imgM:nth-of-type(6) {
      -webkit-animation-delay: 30s;
      animation-delay: 30s; }

@keyframes anime {
    0% {
        opacity: 0;
    }
    8% {
        opacity: 1;
    }
    17% {
        opacity: 1;
    }
    25% {
        opacity: 0;
         transform: scale(1.2);
                    z-index:9;
    }
    100% { opacity: 0 }
}

@-webkit-keyframes anime {
    0% {
        opacity: 0;
    }
    8% {
        opacity: 1;
    }
    17% {
        opacity: 1;
    }
    25% {
        opacity: 0;
         -webkit-transform: scale(1.2);
            z-index:9;
    }
    100% { opacity: 0 }
}


	
.jumpButton{margin:0 auto 30px auto;
  display: inline-block;
  padding: 16px 32px;
  background:  #006600;
  border-bottom: solid 4px #003300;
  border-radius: 8px;
  color: #ffffff!important;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  line-heigt: 1.2em;
  -webkit-transition: .100s;
  transition: .100s;
}
.jumpButton:hover {
  border-bottom: none;
  /*-webkit-transform: translateY(4px);
  transform: translateY(4px);*/
}	
	
	
	
	.threeboxCase{width:90%; height:auto; position:relative; box-sizing:border-box;margin:0 auto 20px auto;padding:0;}
	.threebox{width:31.3%;height:auto;min-height:600px;	float:left;box-sizing:border-box; margin:30px 1% 0 1%;padding:0;background:#FFFFFF;}	
	.threebox p{
		text-align:left;
		box-sizing:border-box;height:auto;
		width:95%!important;
		letter-spacing:0.05rem; padding:5%;line-height:190%!important;
font-size:100%; margin:0 auto; color:#373737;}
	.threebox img{ width:100%;height:auto;object-fit: cover; /* この一行を追加するだけ！ */}	
	

	
	.quarterBox{potision:relative;margin:0 auto;box-sizing:border-box;width:80%;height:auto;}
	.quarterBoxtextTitle{
	margin:20px 0 20px 0;
	text-align:center!important;
	font-size:130%!important;
	width:80%;
	min-width:100%;
	height:auto;
	box-sizing:border-box;
	letter-spacing:0.5rem;
	border-bottom:2px solid #3a5885;
  padding: 0.4em 0em;
  text-decoration: none;
  color:#3a5885;

}

		.quarterBox p{letter-spacing: 0.15rem; line-height:160%; margin:20px auto; text-align: center;}	
	.quarterColumn{width:50%;height:auto;min-height:650px;margin:0;padding:1.5%;box-sizing:border-box;float:left;background:#FFFFFF;border:1px dotted #293F4F;border-radius:10px;}
	
	.quarterColumn p{letter-spacing: 0.15rem; line-height:160%; color:#626262;}
		.quarterColumn img{width:100%;height:auto;object-fit: cover; /* この一行を追加するだけ！ */}
	
	
.quarterColumn{
  overflow:hidden;
}
.quarterColumn{
  position:relative;
}
.quarterColumn:last-child{
  padding-right: 1em;
}
.quarterColumn:last-child:before,
.quarterColumn:last-child:after{
  display:none;
}
/*	
.quarterColumn:before,
.quarterColumn:after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
}
.quarterColumn:before{
  top:-15px;
  right:-5em;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 300px 0 150px 1em;
  z-index: 9999;
}
.quarterColumn:after{
  top:-15px;
  right:-.8em;
  border-style: solid;
  border-color: transparent transparent transparent #c6bc9b;
  border-width: 300px 0 150px 1em;
  z-index: 9999;
}
*/
	

	
	
	
	
	
	
	
	
	
	
	
/*左からフェードイン*/	
	
/* 画面外にいる状態 */
.fadein {
	opacity : 0.1;
	transform : translate(0, 50px);
	transition : all 500ms;
	}

/* 画面内に入った状態 */
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
	}	
/*左からフェードイン*/
	
	
/*もともとのフェードインＣＳＳ*/	
.fadein {-webkit-box-sizing: border-box;position:relative;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin:50px auto 0 auto;
	min-height:auto; 
height:auto !important;
height:0;
	width:100%;
	padding:2.5%;
	opacity : 0.1;
	transform : translate(0, 100px);
	transition : all 500ms;animation-play-state:running; /*再生*/
	background:transparent;
	 box-shadow: 0 32px 30px -30px rgba(53, 47, 47, 0.15);
	}
	/*.fadein p{font-size:120%; line-height:180%;letter-spacing:2px;}	*/

/* 画面内に入った状態 */
.fadein.scrollin {height:auto !important;
	opacity : 1;
	transform : translate(0, 0);animation-play-state:paused; /*停止*/
	}
	
.fadein img{width:100%; height:auto; object-fit: cover;	/*object-fit: cover; /* この一行を追加するだけ！ */}		
/*もともとのフェードインＣＳＳ*/	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
.kaisha {
width: 80%;
	margin:0 10% 30px 10%;
	  box-shadow: 0 32px 30px -30px rgba(53, 47, 47, 0.15);
}

.kaisha th,
.kaisha td {border:1px solid #DBDBDB;
padding: 20px;
text-align:left;
}
.kaisha td {
background-color: #FFFFFF;color:#666666; 
}
.kaisha th {color:#FFFFFF;
letter-spacing: 0.25rem;
background-color:  #5C9621; 
}

@media screen and (max-width: 767px) {
.kaisha,
.kaisha tr,
.kaisha td,
.kaisha th {display:block;}
.kaisha th {width:auto;}
}	
	
	
	
	
	
	

	
/*---------------------------------
アコーディオンボックス
--------------------------------*/
.acbox{
  width:80%;
  font-size:0px; /* ラベルと開く部分を分離する時は数値を入れる */
  margin:0px auto 30px auto; /* ボックス全体の位置調整 */
}

.acbox label{
  width: 80%;
	margin:0 auto;
  font-size: 18px; /* ラベルの文字サイズ */
  font-weight: bold;
  text-align: center;
  background: #57B026; /* ラベルの背景色 */
  position: relative;
  display: block;
  padding:25px;
  border-radius: 4px; /* ラベルの角の丸み */
  cursor: pointer;
  color: #fff;
}

.acbox label:hover{
  background: #6FFC6D; /* ラベルにマウスを乗せた時の背景色 */
	color:#62675C;  font-weight: bold;

}

.acbox input{
  display: none;
}

.acbox label:after{
  color: #fff;
  content:"▼"; /* ラベルのアイコン */
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -10px;
}

.acbox input:checked ~ label::after {
  content:"▲"; /* ラベルをクリックした後のアイコン */
}

.acbox div{
  height: 0px;
  overflow: hidden;
  opacity: 0;
  transition: 0.15s; /* 開閉スピードの設定 */
}

.acbox input:checked ~ div{
  height: auto;
  padding: 30px; /* 開いた部分の枠内の余白 */
  border-radius: 0px;
  background: #F3F4F5; /* 開いた部分の背景色 */
  opacity: 1;
}

.acbox input:checked ~ label {
  background: #739A31; /* クリック後のラベルの背景色 */
}

.acbox-under{width:80%;margin:0 auto;
	line-height:180%;
  font-size: 16px; /* 開いた部分の文字サイズ */
text-align:left;	
  color: #555555; /* 開いた部分の文字色 */
}
	
/*	
.mail_theme{
	font-size:150%;	
    width:90%;
	margin:0 auto;
	text-align:center;
	height:auto;
	padding:15px;
	background:#686868;
}
#formWrap {box-sizing:border-box;
	width:80%;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:110%;
}
table.formTable{border:solid 1px #D8D6D6;
	width:80%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:2%;
}
table.formTable th{
	width:40%;
	font-weight:normal;
	background:#5C6BC0;color:#FFFFFF;font-weight:bold;
	text-align:left;
}
p.error_messe{
	margin:5px 0;
	color:red;
}
	.submitButton{
	margin:20px auto;
	padding:10px;
	border:1px solid #ccc;
	box-sizing:border-box;
	width:auto;
	height:auto;
	font-weight:bold;
	background:#483D8B;
	color:#FFFFFF;
	text-align:center;
	vertical-align: middle;
	font-size:120%;border-radius:7px;}
	
*/
	
/*
textarea.textboxSize{
width:auto;
min-width:50%;	max-width:50%;	
height:auto;
		word-break: break-all;
}
input.boxSize{
width:auto;
min-width:50%;	
height:auto;
}
select.boxSize{
width:auto;
min-width:50%;	

height:auto;
}

table td {
  overflow-wrap : break-word;
}

table#formTable td{
	width:auto;
	font-weight:normal;
	background:#efefef;
	text-align:left;	
	vertical-align: middle;
	border:1px solid #ccc;
	padding:20px;
		font-size:100%;
}

table#formTable th{box-sizing:border-box;
	width:250px;
	font-weight:bold;
	background:#483D8B;
	color:#FFFFFF;
	text-align:left;
	vertical-align: middle;
	font-size:120%;
		padding:20px;
	border:1px solid #ccc;
}
*/

/*-----form table input,select,textbox markup-----*/
	
/*
textarea.textboxSize{font-size:140%!important;
width:auto;
min-width:50%;	
max-width:50%;
padding:10px;	
height:auto;
word-break: break-all;	border-radius:4px;font-size:100%;

}
input.boxSize{
width:auto;
min-width:50%;	
height:auto;
padding:10px;border-radius:4px;font-size:100%;
}
select.boxSize{
width:auto;
min-width:50%;	
padding:10px;
height:auto;border-radius:4px;font-size:100%;
}
	
*/	
/*-----form table input,select,textbox markup-----*/	
	
	

	

	
.slide-container {
	margin:150px auto 0px auto;padding:auto;
	overflow:hidden;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
text-align:center;
 width:100%;
	min-width:1280px;
  height:auto;
	max-height:auto;
  color: #FFFFFF;
  background:transparent;
}



.slideImg{box-sizing: border-box;
padding:0; width:100%;height:auto;max-height:700px; min-height:700px;object-fit: cover; /* この一行を追加するだけ！ */}


.slideImg img{box-sizing:border-box; 
width:100%; height:auto; max-height:700px;min-height:700px;object-fit: cover; /* この一行を追加するだけ！ */ margin:0; padding:0;}



	
	
	
 /*=== 画像の表示エリア ================================= */
.simpleSlide {
  position   : relative;
  overflow   : hidden;
                    /* 画像のサイズに合わせて変更ください */
  width      : 100%;
  min-width:1280px;	
  height     : 100vh;
  min-height : 100vh;
  margin     : auto;      /* サンプルは中央寄せの背景：白 */
  background : url("../img/logo_005.jpg") center center no-repeat;
background-size:cover;
}
 
 /*=== 画像の設定 ======================================= */
.simpleSlide img {
  display    : block;
  position   : absolute;
                      /* 画像のサイズを表示エリアに合せる */
  width      : inherit;
  height     : inherit;
  left       : -100%;
  animation  : slideAnime 25s ease infinite;
}
 
 /*=== スライドのアニメーションを段差で開始する ========= */
.simpleSlide img:nth-of-type(1) { animation-delay: 0s }
.simpleSlide img:nth-of-type(2) { animation-delay: 5s }
.simpleSlide img:nth-of-type(3) { animation-delay: 10s }
.simpleSlide img:nth-of-type(4) { animation-delay: 15s }
.simpleSlide img:nth-of-type(5) { animation-delay: 20s }
 
 /*=== スライドのアニメーション ========================= */
@keyframes slideAnime{
   0% { left: -100% }
   2% { left: 0     }
  18% { left: 0     }
  20% { left: 100%  }
 100% { left: 100%  }
}
	
.toplinkArea	
	{width:100%; height:150px; margin:0 auto;padding:20px;box-sizing: border-box; background:#616267;}
	
	
	
	
.smartbar{display:none;}
.smartDelete{display:none;}
	
	
	
#wrapper{width:100%;	min-width:1080px;

	margin-top:0px;
padding-top:0px;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
	background:transparent;
}
	
#subwrapper{
width:100%;
	min-width:1080px;
	margin-top:250px;
padding-top:0px;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
	background:transparent;}

	
main{
	box-sizing:border-box;
	margin:0 auto; 
	width:100%;
	height:auto; 
background:rgba(255, 255, 255, 0.45);	} 
	.imageBg{height:auto; width:100%; margin:0 auto; text-align:center;background:url(../img/image_bg_001.jpg) center center no-repeat;
		 background-size:contain;/*object-fit: cover; /* この一行を追加するだけ！ */
}
		.imageBg img{height:auto; width:100%; margin:0 auto; background-size:cover;
}

	.gallerySmartImg{display:none;}
	
	.news{position:absolute; top:170px; left:50px; height:auto; width:400px;background:#FFFFFF;opacity:0.92;z-index: 9999;}
	
	.newsTextbox{float:left;box-sizing:border-box; width:100%; margin:10px auto 10px auto;height:auto;border-bottom:1px dotted #666666; padding:0 15px; line-height:150%;}
	.newsTitle{	margin:20px auto;
	text-align:center;
	font-size:120%;
	width:100%; 
	height:auto;
	box-sizing:border-box;
	letter-spacing:0;
  padding: 1em 1em;
  text-decoration: none;
  color: #252525;/*文字色*/
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
	letter-spacing:2px;
}

	.newsDate{margin:0 20px;float:left; box-sizing:border-box; color:#494646; width:80px; height:60px;}
	.newsMark{box-sizing:border-box;height:56px;width:56px; padding:2px;vertical-align: middle;}
	.newsText{margin:0 20px;box-sizing:border-box; width:auto; height:60px;}
	
	
	.textareaBg{/* 画像ファイルの指定 */
  background-image: url("../img/001.jpeg");
   
  /* 画像を常に天地左右の中央に配置 */
  background-position: center center;
   
  /* 画像をタイル状に繰り返し表示しない */
  background-repeat: no-repeat;
   
  /* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
  background-attachment: fixed;
   
  /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
  background-size: cover;
   
  /* 背景画像が読み込まれる前に表示される背景のカラー */
  background-color: #FFFFFF;}	
.textArea{
	box-sizing:border-box;
	position:relative;
	text-align:center;
	width:75%;
	min-width:1080px;
	height:auto;
	margin:0 auto;
background:rgba(255, 255, 255, 1);
	padding-bottom:0px;
	overflow:hidden;
	}
	.textArea p{line-height:130%!important;}	
	
	.textAreacompany{
	position:relative;
	text-align:center;
	width:60%;
	height:auto;
	margin:10px auto;
	padding:20px;
	line-height:190%;
	font-size:110%;
	letter-spacing:0.5px;
	overflow:hidden;
		color:#676767;
	}
	


	
	
	
/*----form area----*/	
	
#contact {
	margin:20px auto;
	box-sizing: border-box;
  width: 70%;
  height: auto;
  background-color: #FFFFFF;
	color:#4F4F4F;
}

.section-header {
  text-align: center;
  margin: 0 auto;
  padding-top: 0px;
  margin-bottom: 0px;
  font: 300 60px 'Oswald', sans-serif;
  letter-spacing: 6px;
  color: #fff;  background-color: #000;
}
	
/* Begin Left Contact Page */
.form-horizontal {box-sizing: border-box;
	width:60%;  min-width: 800px;
margin:0 auto;
  font-family: 'Lato';
  font-weight: 400;
}

.form-control, textarea {box-sizing: border-box;
	border-radius:6px;
	margin:20px 0;
	padding:5%;
	width:55%;
	line-height:3rem;
  background-color:#e5e2d8;
  color: #5E6166;
  letter-spacing:0.1rem;border:none;
}

input.form-control{background:#e5e2d8!important; height:50px!important;padding:5% auto!important;}	
.send-button {
  margin-top: 15px;
  height: 40px;
  width: 400px;
  overflow: hidden;
  transition: all .2s ease-in-out;
}

.button {
  width: 400px;
  height: 40px;
  transition: all .2s ease-in-out;
}

.send-text {
  display: block;
	text-align:center;
  margin-top: 20px;
  font: 300 14px 'Lato', sans-serif;
  letter-spacing: 2px;
}

.button:hover {
  transform: translate3d(0px, -29px, 0px);
}

/* Begin Right Contact Page */
.direct-contact-container {
	width:60%;margin:0 auto;

	min-width:800px;
box-sizing:border-box;
}

/* Location, Phone, Email Section */
.contact-list {
  list-style-type: none;
  margin-left: -30px;
  padding-right: 20px;
}

.list-item {
  line-height: 4;
  color: #aaa;
}

.contact-text {
  font: 300 18px 'Lato', sans-serif;
  letter-spacing: 1.9px;
  color: #bbb;
}

.place {
  margin-left: 62px;
}

.phone {
  margin-left: 56px;
}

.gmail {
  margin-left: 53px;
}

.contact-text a {
  color: #bbb;
  text-decoration: none;
  transition-duration: 0.2s;
}

.contact-text a:hover {
  color: #fff;
  text-decoration: none;
}


/* Social Media Icons */
.social-media-list {
  position: relative;
  font-size: 2.3rem;
  text-align: center;
  width: 100%;
}

.social-media-list li a {
  color: #fff;
}

.social-media-list li {
  position: relative; 
  top: 0;
  left: -20px;
  display: inline-block;
  height: 70px;
  width: 70px;
  margin: 10px auto;
  line-height: 70px;
  border-radius: 50%;
  color: #fff;
  background-color: rgb(27,27,27);
  cursor: pointer; 
  transition: all .2s ease-in-out;
}

.social-media-list li:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  opacity: 0;
  box-shadow: 0 0 0 1px #fff;
  transition: all .2s ease-in-out;
}

.social-media-list li:hover {
  background-color: #fff; 
}

.social-media-list li:hover:after {
  opacity: 1;  
  transform: scale(1.12);
  transition-timing-function: cubic-bezier(0.37,0.74,0.15,1.65);
}

.social-media-list li:hover a {
  color: #111;
}

.copyright {
  font: 200 14px 'Oswald', sans-serif;
  color: #555;
  letter-spacing: 1px;
  text-align: center;
}

hr {
  border-color: #D8D8D8; 
}

/* Begin Media Queries*/
	

	
@media screen and (max-width: 760px) {
	
    /*#contact {
        height: 1000px;
    }
  .section-header {
    font-size: 65px;
  }
  .direct-contact-container, .form-horizontal {
    float: none;
    margin: 10px auto;
  }  
  .direct-contact-container {
    margin-top: 60px;
    max-width: 300px;
  }    
  .social-media-list li {
    height: 60px;
    width: 60px;
    line-height: 60px;
  }
  .social-media-list li:after {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }*/
}

	
/*---form----*/	
	
	
	
input.form-control{height:30px; padding:0 auto; margin:0;}
div.form-group{margin:0; padding:0;}	
form.main_contact{padding:0;}
	div.container{margin-bottom , padding-bottom:0!important;}
	

	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
@media screen and (max-width: 600px) {
  /*#contact {
    height: 1200px;
    }
  .section-header{
    font-size: 50px;
  }
  .direct-contact-container, .form-wrapper {
    float: none;
    margin: 0 auto;
  }  
  .form-control, textarea {
    max-width: 340px;
    margin: 0 auto;
  }
  
  .name, .email, textarea {
    width: 280px;
  } 
  .direct-contact-container {
    margin-top: 60px;
    max-width: 280px;
  }  
  .social-media-list {
    left: 0;
  }
  .social-media-list li {
    height: 55px;
    width: 55px;
    line-height: 55px;
    font-size: 2rem;
  }
  .social-media-list li:after {
    width: 55px;
    height: 55px;
    line-height: 55px;
  }*/
  
}

@media screen and (max-width: 410px) {
 /* .send-button {
    width: 99%;
  }*/
}		
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	.map {
position: relative;
padding-bottom: 25%; /*これが縦横比*/
height: 0;
overflow: hidden;
}
.map iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height:100% !important;
}

.imgBox{
	padding:0;
	width:100%;
	height:auto;
	margin:0 auto;
	}
.imgBox img{
width: 100%;
  height: auto;
  object-fit: cover;	/*object-fit: cover; /* この一行を追加するだけ！ */
	}
.eximgBox{
	padding:0;float:left;
	width:40%;
	height:300px;
	margin:5%;
	border:2px solid #1839A0 inherit;
	}
.eximgBox img{
width: 100%;
  height: 300px;
  object-fit: cover;	/*object-fit: cover; /* この一行を追加するだけ！ */
	}
	
.textTitle{
	font-size:140%!important;
	text-align:right;
	width:100%;
	min-width:100%;
	height:auto;
	box-sizing:border-box;
	letter-spacing:0.2rem;
  padding: 1em 0;
  text-decoration: none;
font-weight: bold;

}
/*
.subtextTitle:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 10px;
    margin-left: 10px;
    border: transparent solid 16px;
    border-left-color:#666666;
    vertical-align: 0px;
}*/
	
.subtextTitle{
	margin:0 0 40px 0;
	text-align:center!important;
	font-size:150%;
	width:100%;
	min-width:100%;
	height:auto;
	box-sizing:border-box;
	letter-spacing:0.2rem;
	border-bottom:3px solid #CED0CC;
  padding: 1em 0em;
  text-decoration: none;

	

}
.subsubtextTitle{position: relative;
  padding: 1rem 0rem;
  /*border-bottom: 1px solid #666666;*/
	margin:100px auto 40px auto;
	text-align:center!important;
	font-size:1.25rem!important;
	width:100%;
	height:auto;
	box-sizing:border-box;
	letter-spacing:0.4rem;
  text-decoration: none;
	background:#B3E14A;
	color:#FFFFFF;
	border-radius:3px;

}
	/*.subsubtextTitle::after{ position: absolute;
  top: .5em;
  left: .1em;
  content: '';
  width: 8px;
  height: -webkit-calc(100% - 1em);
  height: calc(100% - 1em);
  background-color: #FFFFFF;
  border-radius: 0px;}		*/
	
	
.columntextTitle{box-sizing:border-box;
	margin:10px auto;
	text-align:center;
	font-size:120%;
	width:80%; 
	height:auto;
	box-sizing:border-box;
	letter-spacing:0;
  padding: 0.5em 1em;
  text-decoration: none;
	


	font-weight: bold;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}
	
	
.maintextTitle {
	margin:0 auto!important;
  position: relative;
	text-align:center;
	font-size:180%;
	width:100%;
	min-width:100%;
	height:200px;
	box-sizing:border-box;
	letter-spacing:0.5rem;
  padding: 2.5em 0;  
	text-decoration: none;
	background:#B3E14A;
	color:#FFFFFF;
/*background-image:url(../img/titlebg_001.jpg);  

	background-image:center center no-repeat;
	background-size:contain;
	object-fit: cover;*/	/*object-fit: cover; /* この一行を追加するだけ！ */

	z-index:2;  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
	

}

	
.maintextTitle:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -60px;
  border: 60px solid transparent;
  border-top: 60px solid #B3E14A; 
}
.maintextTitle:after {
  content: "";
  display: block;
  height: 1.5px;
	margin-top:25px;
	background:#FFFFFF;  /*box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);*/
  /*background: -webkit-linear-gradient(to right, rgb(230, 200, 200), transparent);*/
  /*background: linear-gradient(to right, rgb(58,88, 133), transparent);*/
}	
/*	
.maintextTitle{
	text-align:center;
	font-size:230%;
	width:100%;
	min-width:100%;
	height:auto;
	box-sizing:border-box;
	letter-spacing:0;
  padding: 2em 2em;
  text-decoration: none;
  border-bottom: solid 8px #5E5E66;
  color: #5E5E66;
  font-weight: bold;
}
	*/
.columnBox{margin:0px auto;
	box-sizing:border-box;
	position:relative;
	width:100%;
	min-width:100%;
	padding:0;
	height:auto;
	letter-spacing:2px;
	}
	.columnBox p{	
		-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
		margin:20px auto;
		width:100%; 
		font-size:100%;
}
.subcolumnCase{
		width:90%;
		height:auto;
		margin:30px auto; 
		padding:0; 
		box-sizing:border-box;
		position:relative;
	overflow:hidden;
	}
	
.subcaserightText{
		width:50%;
	margin:0;
	padding-left:5%;
		height:auto;
		float:right;
		box-sizing:border-box;

}
.subcaserightText p{	
	letter-spacing:0.2rem ;
	text-align:left;
	box-sizing:border-box;	
	width:100%!important;
	padding:0px!important;
	line-height:200%!important;
	font-size:100%;
	margin:0 auto;

}
	.break{	
	word-wrap:break-word!important;
		white-space:pre-wrap!important;	}

p.closeupText{
	font-size:110%!important;
	font-weight:bold;
	text-align:center;
	display: inline-block;
	box-sizing:border-box;
	width:auto;letter-spacing:0.05rem;
	height:auto; 
	margin:10px auto 40px auto!important; 
	padding:20px 0!important; 
	line-height:200%; 
	/*background:#c6bc9b;*/
	background:#87A321;color:#FFFFFF;
	border:solid 2px #FFFFFF;
	}	
	span.closeupTitletext{color:#666666;}
.columnCase{
		width:100%;
		height:auto;
		margin:40px auto; 
		padding:0; 
		box-sizing:border-box;
		position:relative;
	overflow:hidden;
	}
.caseImg{
		width:50%;margin:10px auto 0 auto;
		height:auto;
		float:left;
		box-sizing:border-box;
}
.caseImg img{
	width: 100%;
	height: auto;
	object-fit: cover;	/*object-fit: cover; /* この一行を追加するだけ！ */
	}
	
.caserightText{
		width:50%;margin:0;
		height:auto;
		float:right;
		box-sizing:border-box;
	padding:1% 3%;

}
p.caserightText{
	font-size:100%!important;
		width:100%;margin:0;padding:0 0 0 10%;
	text-align:left;
		height:auto;
		float:right;
		box-sizing:border-box;
	letter-spacing:0.2rem ;
	line-height:200%!important;

}
	
	
.textAreaLittle{
	position:relative;
	float:left;
	text-align:center;
	width:40%; 
	height:auto; 
	margin:10px 0 0 0;
	padding:5%; 
	background:#FFFFEE; 
	letter-spacing:4px;
	line-height:300%;
	}	
.infoColumn{

		font-size:100%;
		text-align:center; 
		padding:10px; 
		margin:10px auto;
		box-sizing:border-box;
		line-height:250%!important;
		background:#4d4d4d;
		width:80%; 
		height:auto;
	}
	
	
	

	
	
article{
	margin:0 10%; 
	width:70%; 
	height:auto; 
	padding:5%;
	background-color:transparent; 
	opacity:1.0;
	} 

/*.twi_timeline{position:fixed; top:30px; right:30px;margin:20px auto;width:20%; height:50%; max-height:600px; overflow:scroll;}*/	
	
	/*---footer(common)----*/
	
footer {
	height:200px; 
	width: 100%; 
background:#edead6;
	color:#666666;
	letter-spacing:0;
	padding:20px;
	box-sizing: border-box;
	overflow:hidden;
}

	
/*.banner , .sns_logo_twi , .sns_logo_fb , .sns_logo_lineqr{width:100px; height:100px; background-size: contain; margin:20px; float:right;}*/
	
	
.footerText{	
	box-sizing: border-box;
    text-align: left;
	}
	
.footerText p{
	margin:10px 0; 
	font-size:80%;
	letter-spacing:1.2px;
	}

.footerNav{
	box-sizing: border-box;
    text-align: center;
	margin-bottom:20px;
	}
.footerNav ul{
	text-align:center;
	list-style:none;
	}
.footerNav ul li a{
	display:block; 
	margin:5px auto; 
	letter-spacing:4px;
	color:#DCDCDC;
}





	/*---footer(common)----*/
	
	
.menuImg{text-align:center;margin:0 auto 10px auto; width:80%; height:auto;}	
.home_smartImg{display:none;}
.vd{text-align:center;margin:0 auto;}	
/*form-fix*/

	.policy{box-sizing:border-box;padding:20px; width:80%; height:auto; margin:250px auto 0px auto; text-align:left; background:#FFFFFF;}	
	.policy p{font-size:100%!important;letter-spacing:1px;line-height:200%;}
	
#fix{
	position:fixed!important;
	width:200px; 
	height:auto; 
	bottom:100px; 
	right:40px;
	padding:10px;
    font-size:170%;
	font-weight:bold;
  display: inline-block;
  text-decoration: none;
  color: #FFF;
  background: rgba(41,114,212,0.9);/*色*/
  border-radius: 4px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  border: solid 2px #20789E;/*線色*/
	margin:10px auto;
	overflow:hidden;
	text-align:center;
	border-spacing:3px;
	letter-spacing:0;
   z-index:9999;
	}	

}	
/* DESKTOP */

@media all and (max-width: 999999999px) and (min-width: 1080px) {

/* Footer Parent Div Styling */

#footer {
  
  width:100%;box-sizing:border-box;
  background-color:#EBFFB7;
  margin: 0 auto;
overflow:hidden;
}

	#footer a{box-shadow:none!important;
		
		
		
		
	}
/* H3 Styling */

h3.left {

  color: #000;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 0px 0; 
  text-align: left;

}

h3.center {

  color: #000;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 0px 0; 
  text-align: center;

}
  

/* List Styling */

  ul {
    margin: 0;
    list-style-type: none;
}

    li {
    margin: 0;
    color: #333333;
    font-size: 13px;
    font-weight: 300;
    line-height: 22px;
    list-style-type: none;
    text-align: left;
}
 

/* Utility Links Div Styling */

#utility-links {

  width: 50%;
  height: 50px;
  margin: 40px auto 0 auto;
}

.rectangle {
  width: 1px;
  height: 100px;
  background: #D8D8D8;
  margin: 0 30px 0 0;
  float: left;
  display: inline-block;

}

  
/* Help Styling */

.help {
 
  width: 30%;
  height: 50px;
  float: left;
  margin: 0;
  display: inline-block;
 
}

  
/* Help Img Icons*/

.help-img-icon {

  float: left;
  margin: 0 5px 0 0;

}


/* About Styling */

.about {

  width: 30%;
  height: 50px;
  float: left;
  margin: 0;
  display: inline-block;

}


/* Card Services Styling */

.card {

  width: 30%;
  height: 100px;
  float: left;
  margin: 0;
  display: inline-block;line-height: 1.5rem;

}


/* Newsletter-Social Container */ 

#newsletter-social {
 
  width: 40%;
  margin: 0 auto;
  text-align: center;

}
    
  
/* Newsletter Styling */ 

#newsletter {
 
  width: 65%;
  margin: 30px 0 0 0;
  text-align: center;
  float: left;
  display: inline-block;

}

p.deals {
    
  font-size: 13px;
  font-family: Helvetica, Arial, Sans-Serif;
  font-weight: 500; 
  line-height: 0;
  text-align: center;
  
}
	
/*---form all input and textarea and more setting---*/	

input[type=text] {

    width: 55%;
    padding: 5%;
    margin:20px 5px;
    box-sizing: border-box;
    border: 1px #D9D6D6;
    background-color: #F2F2F2;
    border-radius: 4px;
    font-size: 13px;
    font-family: Helvetica, Arial, Sans-Serif;
    font-weight: 500;
}


input[type=button], input[type=submit], input[type=reset] {

    background-color: #0677FF;
    border: 2px;
    border-radius: 4px;
    color: white;
    padding: 15px 35px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
    font-size: 13px;
    font-family: Helvetica, Arial, Sans-Serif;
    font-weight: 900;
  
}


/* Social Media Styling */ 

#social {

  width: 35%;
  margin: 80px 0 0 0;
  float: right;
  display: inline-block;

}


/* Copyright Styling */ 

.rectangle-horiz {
  width: 100%;
  height: 2px;
  background: #D8D8D8;
  margin: 170px 0 0 0;

}


#copyright {
  
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;    text-align: center!important;


}


 .copy {

    color: #a7a7a7;
    font-size: 14px;
    font-family: Helvetica, Arial, Sans-Serif;
    font-weight: 500;
    line-height: 30px;
    text-align: center!important;
    margin-left: 20px;
    display: inline-block;
overflow: hidden;

}


/* Link Styling */

a:link {
    color: #000;
    text-decoration: none;
    font-family: Helvetica, Arial, Sans-Serif;
    font-weight: 500;
}

a:visited {
    color: #000;
    text-decoration: none;
    font-family: Helvetica, Arial, Sans-Serif;
    font-weight: 500;
}


a:hover {
    color: #0677FF;
    text-decoration: none;
    font-family: Helvetica, Arial, Sans-Serif;
    font-weight: 500;
}


a:active {
    color: #0677FF;
    text-decoration: none;
    font-family: Helvetica, Arial, Sans-Serif;
    font-weight: 500;
  }

}



/* =TABLET */

@media all and (max-width: 1339px) and (min-width: 801px) {

/* Footer Parent Div Styling */

#footer {
  
  width:100%;
  background-color:#fff;
  margin: 0 auto;

}

/* H3 Styling */

h3.left {

  color: #000;
  font-size: 16px;
  font-family: Mallory, Sans-Serif;
  font-weight: bold;
  margin: 0 0 10px 0; 
  text-align: left;

}

h3.center {

  color: #000;
  font-size: 16px;
  font-family: Mallory, Sans-Serif;
  font-weight: bold;
  margin: 0 0 10px 0; 
  text-align: center;

}
  

/* List Styling */

  ul {
    margin: 0;
    list-style-type: none;
}

    li {
    margin: 0;
    color: #666666;
    font-size: 13px;
    font-weight: 300;
    line-height: 22px;
    list-style-type: none;
  text-align: left;
}
 


/* Utility Links Div Styling */

#utility-links {

  width: 90%;
  height: 150px;
  background-color:#fff;
  margin: 40px auto 0 auto;

 
    
}

.rectangle {
  width: 1px;
  height: 100px;
  background: #D8D8D8;
  margin: 0 30px 0 30px;
  float: left;
display: inline-block;

}

/* Help Styling */

.help {
 
  width: 25%;
  height: 100px;
  float: left;
  margin: 0;
display: inline-block;
 
}

/* Help Img Icons*/

.help-img-icon {

  float: left;
  margin: 0 5px 0 0;

}


/* About Styling */

.about {

  width: 25%;
  height: 100px;
  float: left;
  margin: 0;
display: inline-block;

}


/* Card Services Styling */

.card {

  width: 25%;
  height: 100px;
  float: left;
  margin: 0;
display: inline-block;

}


/* Newsletter Styling */ 

#newsletter {
 
  width: 50%;
  margin: 30px 0 0 0;
  text-align: center;
float: left;
display: inline-block;

}

p.deals {
    
  font-size: 13px;
  font-family: Helvetica, Arial, Sans-Serif;
  font-weight: 500; 
  line-height: 0;
  text-align: center;
  
}

input[type=text] {

    width: 40%;
    padding: 15px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border: 1px #D9D6D6;
    background-color: #F2F2F2;
    border-radius: 4px;
    font-size: 13px;
    font-family: Helvetica, Arial, Sans-Serif;
    font-weight: 500;
}


input[type=button], input[type=submit], input[type=reset] {

    background-color: #0677FF;
    border: 2px;
    border-radius: 4px;
    color: white;
    padding: 15px 35px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
    font-size: 13px;
    font-family: Helvetica, Arial, Sans-Serif;
    font-weight: 900;
  
}


/* Social Media Styling */ 

#social {

  width: 50%;
  margin: 80px 0 0 0;
  float: right;
  display: inline-block;

}


/* Copyright Styling */ 

.rectangle-horiz {
  width: 100%;
  height: 2px;
  background: #D8D8D8;
  margin: 0 0 0 0;

}


#copyright {
  
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 160px;

}


 .copy {

    color: #a7a7a7;
    font-size: 10px;
    font-family: Helvetica, Arial, Sans-Serif;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    margin-left: 20px;


}


/* Link Styling */

a:link {
    color: #000;
    text-decoration: none;
    font-family: Helvetica, Arial, Sans-Serif;
    font-weight: 500;
}

a:visited {
    color: #000;
    text-decoration: none;
    font-family: Helvetica, Arial, Sans-Serif;
    font-weight: 500;
}


a:hover {
    color: #0677FF;
    text-decoration: none;
    font-family: Helvetica, Arial, Sans-Serif;
    font-weight: 500;
}


a:active {
    color: #0677FF;
    text-decoration: none;
    font-family: Helvetica, Arial, Sans-Serif;
    font-weight: 500;
  }

}




/* MOBILE */

@media all and (max-width: 800px) and (min-width: 100px) {

	

	
  
/* Footer Parent Div Styling */

#footer {
  
  width:100%;height:auto;
  margin: 0 auto;padding-bottom:30px;

}
	
#footer a{
  
color:#FFFFFF!important;

}
	
#utility-links{
background-color:#4C7229;color:#FFFFFF!important;
}
#utility-links a{
color:#FFFFFF!important;
}
	

/* H3 Styling */

h3.left {

color:#FFFFFF!important;  font-size: 16px;
  font-family: Mallory, Sans-Serif;
  font-weight: bold;
  margin: 0 0 20px 0; 


}

h3.center {

color:#FFFFFF!important;  font-size: 16px;
  font-family: Mallory, Sans-Serif;
  font-weight: bold;
  margin: 0 0 10px 0; 
  text-align: center;

}
  

/* List Styling */

  ul {
    margin: 0;
    list-style-type: none;
}

    li {
    margin: 0;
color:#FFFFFF!important;    font-size: 13px;
    font-weight: 300;
    line-height: 22px;
    list-style-type: none;
     text-align: center;
}
 

/* Utility Links Div Styling */

#utility-links {

  width: 100%;
  height: 180px;
  background-color:#fff;
  margin: 10px auto 0 auto;

    
}


/* Help Styling */

.help {
 
  width: 100%;
  height: 150px;
  float: left;
  margin: 0;
color:#FFFFFF!important;}

  
/* Help Img Icons*/

.help-img-icon {

  margin: 0 5px 0 0;

}


/* About Styling */

.about {

  width: 100%;
  height: 150px;
  float: left;
  margin: 20px 0 0 0;
color:#FFFFFF!important;}


/* Card Services Styling */

.card {

  width: 100%;
  height: 100px;
  float: left;
  margin: 0;
color:#FFFFFF!important;}


/* Newsletter Styling */ 

#newsletter {
color:#FFFFFF!important;  width: 100%;
  margin: 210px 0 0 0;
  text-align: center;

}

p.deals {
color:#FFFFFF!important;  font-size: 13px;
  font-family: Helvetica, Arial, Sans-Serif;
  font-weight: 500; 
  line-height: 0;
  text-align: center;
  
}

input[type=text] {

    width: 40%;
    padding: 15px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border: 1px #D9D6D6;
    background-color: #F2F2F2;
    border-radius: 4px;
    font-size: 13px;
    font-family: Helvetica, Arial, Sans-Serif;
    font-weight: 500;
}


input[type=button], input[type=submit], input[type=reset] {

    background-color: #0677FF;
    border: 2px;
    border-radius: 4px;
    color: white;
    padding: 15px 35px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
    font-size: 13px;
    font-family: Helvetica, Arial, Sans-Serif;
    font-weight: 900;
  
}


/* Social Media Styling */ 

#social {
color:#FFFFFF!important;  width: 100%;
  margin: 30px 0 0 0;

}


/* Copyright Styling */ 

.rectangle-horiz {

  width: 100%;
  height: 2px;
  background: #D8D8D8;
  margin: 30px 0 0 0;

}


#copyright {height:100px;
color:#FFFFFF!important;    width: 100%;
    margin: 0 auto;
    margin: 5px;

}


 .copy {

color:#FFFFFF!important;    font-size: 8.5px;
    font-family: Helvetica, Arial, Sans-Serif;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    margin: 0;
   white-space: nowrap;


}


/* Link Styling */

a:link {
    color: #000;
    text-decoration: none;
    font-family: Helvetica, Arial, Sans-Serif;
    font-weight: 500;
}

a:visited {
    color: #000;
    text-decoration: none;
    font-family: Helvetica, Arial, Sans-Serif;
    font-weight: 500;
}


a:hover {
    color: #0677FF;
    text-decoration: none;
    font-family: Helvetica, Arial, Sans-Serif;
    font-weight: 500;
}


a:active {
    color: #0677FF;
    text-decoration: none;
    font-family: Helvetica, Arial, Sans-Serif;
    font-weight: 500;
  }

}



	


@media all and (-ms-high-contrast: none) {
}


@media screen and (min-width: 1081px) {
	
#popupMaleinput{display:none;
	position:fixed; 
	right:15px; 
	bottom:100px; 
	width:400px; 
	height:auto; 
	z-index:9999; 
	padding:5px;
	background:#FFFFFF;
	border-radius:10px; 
	border:solid 2px #3a5885; 
	box-shadow:2px 2px 4px #000000;
	}
button.popupButton{
	line-height:100%;
		font-size:30px;
		margin-left:-20px!important;
	margin-bottom:-20px;
		border-radius:20px;
		height:40px; 
		width:40px; 
		box-sizing: border-box;
		background:#6A653C;
		color:#FFFFFF;
	}
	
#popupMaleinput input{
		width:70%; margin:3px auto;
	}
button#popupBtn{
		float:right;
		padding:1px 6px;
		text-align:center;
		border-radius:3px;
		background:#3a5885;
		color:#FFFFFF;
		box-sizing:border-box;
		margin:0 auto;
	}	
form.popupForm{}
}

@media screen and (max-width: 1080px) and (min-width: 601px) {
	
#popupMaleinput{display:none!important;
	
	}

}
