html {
       overflow-y:scroll;
       height: 100%;
}
body {
	margin: 0;
	background: #fafafa;
	font-family: sans-serif;
	font-size: 14px;
	color: #262626;
}
div {
	max-width: 100%;
	margin: 0 auto;
}
h1,h2,h3,h4 {
	margin-top: 0; 
	margin-bottom: 0;
	font-weight: normal;
	color: #3897f0;
}
h2 {
	padding-bottom: 10px;
}
h3 {
	padding: 20px 0 0 0; 
}
h5 {
	font-weight: normal;
}
p {
	margin-bottom: 0;
	margin-top: 0; 
}
a:link { 
	color: #262626; 
	text-decoration: none;
}
a:visited{
	color: #262626;
}
a:hover { 
	color: #3897f0; 
}
tr {
	line-height: 1.8;
}
table,tr,td {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	border-collapse: collapse;
	padding: 3px 10px 3px 10px;
}
#l1 {
	width: 120px;
	height: 40px;
	background: #f4f4f4;
	border-right-style: hidden;
}
#container{
    width: 100%;
    margin: 0 auto;
}
#headerbg {
	background: #fff;
    width: 100%;
    height: 76px;
    min-width: auto;
    border-bottom: 1px solid #e7e7e7;
}    
#header {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	background: white;
}
#logo {
	float: left;
	margin: 17px 0 5px 0;
}
nav.globalMenuSp {
	float: right;
	margin: 20px 10px 0 0;
	margin-left: auto;
	font-size: 15px;
}
#header li {
	float: left;
	margin-left: 22px; 
	list-style-type: none;
}
#boxA{
    width: 940px; 
    margin-right: auto;
	margin-left: auto; 
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 100px;
	overflow: hidden;
}
#description {
	float: left;
    width: 300px;
	background: #fafafa;
	padding: 10px 30px 0 0;	
}
#description p {
	padding: 0 5px 0 0;
	line-height: 1.7em;
	text-align: justify;
	text-justify: inter-ideograph;
}
form {
  /* フォームをページの中央に置く */
  margin: 0;
  width: 600px;
  /* フォームの範囲がわかるようにする */
  font-size: 13px;
}
#bgform{
  padding: 55px 0 0 0;
  overflow: hidden;
}

form div + div {
  margin-top: 10px;
}
label {
  /* すべてのラベルを同じサイズにして、きちんと揃える */
  display: inline-block;
  width: 150px;
  text-align: left;
}
input, textarea {
  /* すべてのテキストフィールドのフォント設定を一致させる
  デフォルトで、textarea は等幅フォントが設定されている */
  font: 14px sans-serif;
  background: #fff;

  /* すべてのテキストフィールドを同じサイズにする */
  width: 600px;
  box-sizing: border-box;

  /* テキストフィールドのボーダーの外見を同一にする */
  border: 1px solid #ccc;
}
input:focus, textarea:focus {
  /* アクティブな要素を少し強調する */
  border-color: #3897f0;
}
textarea {
  /* 複数行のテキストフィールドをラベルにきちんと揃える */
  vertical-align: top;

  /* テキスト入力に十分な領域を与える */
  height: 15em;
}
::placeholder {color: #262626; font-size:13px;
}
#button {
  margin: 0;
  width: 100%;
  float: right;
  padding-top: 10px;
}

.g-recaptcha{
  float: left;
}

#submit_button {
  width: 100%;
  height: 200px;
  margin-right: 100px;
  background-color: #3897f0;
  color: #fff;
  font-size: 13px;
  border-style: none;
}
#company-profile {
	width: 940px;
    margin-right: auto;
	margin-left: auto; 
	clear: both;
	padding: 40px 0 150px 0;
}
.company {
	width: 940px;
	font-size: 14px; 
}
/*Go to top*/
.crunchify-top:hover {
	color: #afafaf !important;
	background-color: rgba(0,0,0,0);
	text-decoration: none;
}
.crunchify-top {
	display: none;
	position: fixed;
	bottom: 0.5rem;
	right: 0.4rem;
	width: 2rem;
	height: 2rem;
	line-height: 2.3rem;
	font-size: 1.5rem;
	color: #fff;
	background-color: rgba(0,0,0,0);
	text-decoration: none;
	border-radius: 5%;
	text-align: center;
	cursor: pointer;
	z-index: 999;
}
#footerbg{
	background: #fff;
	width: 100%;
	height: 50px;
	min-width: auto;
	position: relative;
	bottom: 0;
    clear: both;
}
#footer {
	width: 940px;
	font-size: 12px; 
	margin-right: auto;
	margin-left: auto;
	padding: 16px 0 0 0;
}










@media screen and (min-width:1024px) {
/*iPad用のcssを記述*/
html {
       overflow-y:scroll;
       height: 100%;
}
body {
	margin: 0;
	background: #fafafa;
	font-family: sans-serif;
	font-size: 14px;
	color: #262626;
}
div {
	max-width: 100%;
	margin: 0 auto;
}
h1,h2,h3,h4 {
	margin-top: 0; 
	margin-bottom: 0;
	font-weight: normal;
	color: #3897f0;
}
h2 {
	padding-bottom: 10px;
}
h3 {
	padding: 20px 0 0 0; 
}
h5 {
	font-weight: normal;
}
p {
	margin-bottom: 0;
	margin-top: 0; 
}
a:link { 
	color: #262626; 
	text-decoration: none;
}
a:visited{
	color: #262626;
}
a:hover { 
	color: #3897f0; 
}
tr {
	line-height: 1.8;
}
table,tr,td {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	border-collapse: collapse;
	padding: 3px 10px 3px 10px;
}
#l1 {
	width: 120px;
	height: 40px;
	background: #f4f4f4;
	border-right-style: hidden;
}
#container{
    width: 100%;
    margin: 0 auto;
}
#headerbg {
	background: #fff;
    width: 100%;
    height: 76px;
    min-width: auto;
    border-bottom: 1px solid #e7e7e7;
}    
#header {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	background: white;
}
#logo {
	float: left;
	margin: 17px 0 5px 0;
}
nav.globalMenuSp {
	float: right;
	margin: 20px 10px 0 0;
	margin-left: auto;
	font-size: 15px;
}
#header li {
	float: left;
	margin-left: 22px; 
	list-style-type: none;
}
#boxA{
    width: 940px; 
    margin-right: auto;
	margin-left: auto; 
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 100px;
	overflow: hidden;
}
#description {
	float: left;
    width: 300px;
	background: #fafafa;
	padding: 10px 30px 0 0;	
}
#description p {
	padding: 0 5px 0 0;
	line-height: 1.7em;
	text-align: justify;
	text-justify: inter-ideograph;
}
form {
  /* フォームをページの中央に置く */
  margin: 0;
  width: 600px;
  /* フォームの範囲がわかるようにする */
  font-size: 13px;
}
#bgform{
  padding: 55px 0 0 0;
  overflow: hidden;
}
form div + div {
  margin-top: 10px;
}
label {
  /* すべてのラベルを同じサイズにして、きちんと揃える */
  display: inline-block;
  width: 150px;
  text-align: left;
}
input, textarea {
  /* すべてのテキストフィールドのフォント設定を一致させる
  デフォルトで、textarea は等幅フォントが設定されている */
  font: 14px sans-serif;
  background: #fff;
  /* すべてのテキストフィールドを同じサイズにする */
  width: 600px;
  box-sizing: border-box;
  /* テキストフィールドのボーダーの外見を同一にする */
  border: 1px solid #ccc;
}
input:focus, textarea:focus {
  /* アクティブな要素を少し強調する */
  border-color: #3897f0;
}
textarea {
  /* 複数行のテキストフィールドをラベルにきちんと揃える */
  vertical-align: top;

  /* テキスト入力に十分な領域を与える */
  height: 15em;
}
::placeholder {color: #262626; font-size:13px;
}
#button {
  margin: 0;
  width: 100%;
  float: right;
  padding-top: 10px;
}

.g-recaptcha{
  float: left;
}
#submit_button {
  width: 30%;
  height: 20px;
  margin-right: 100px;
  background-color: #3897f0;
  color: #fff;
  font-size: 13px;
  border-style: none;
}
#company-profile {
	width: 940px;
    margin-right: auto;
	margin-left: auto; 
	clear: both;
	padding: 40px 0 150px 0;
}
.company {
	width: 940px;
	font-size: 14px; 
}
/*Go to top*/
.crunchify-top:hover {
	color: #afafaf !important;
	background-color: rgba(0,0,0,0);
	text-decoration: none;
}
.crunchify-top {
	display: none;
	position: fixed;
	bottom: 0.5rem;
	right: 0.4rem;
	width: 2rem;
	height: 2rem;
	line-height: 2.3rem;
	font-size: 1.5rem;
	color: #fff;
	background-color: rgba(0,0,0,0);
	text-decoration: none;
	border-radius: 5%;
	text-align: center;
	cursor: pointer;
	z-index: 999;
}
#footerbg{
	background: #fff;
	width: 100%;
	height: 50px;
	min-width: auto;
	position: relative;
	bottom: 0;
    clear: both;
}
#footer {
	width: 940px;
	font-size: 12px; 
	margin-right: auto;
	margin-left: auto;
	padding: 16px 0 0 0;
}
}



@media only screen and (min-width:376px) and (max-width:960px) {
/*tablet用のcssを記述*/
}











@media screen and (min-width:375px) and (max-width:823px) {
/*iPhoneXのcssを記述*/
html {
       overflow-y: scroll;
       height: 100%;
}
body {
	margin: 0;
	background: #fafafa;
	font-family: sans-serif;
	font-size: 14px;
	color: #262626;
	overflow: hidden;
}
div {
	max-width: 100%;
	margin: 0 auto;
}
h1,h2,h3,h4 {
	margin-top: 0; 
	margin-bottom: 0;
	font-weight: normal;
	color: #0096ff;
}
h3 {
	padding: 20px 0 0 0; 
}
h5 {
	font-weight: normal;
}
p {
	margin-bottom: 0;
	margin-top: 0; 
}
a:link { 
	color: #262626; 
	text-decoration: none;
}
a:visited{
	color: #262626;
}
a:hover { 
	color: #0096ff; 
}
tr {
	line-height: 1.8;
}
table,tr,td {
	border-bottom: 1px solid #e5e5e5;
	border-collapse: collapse;
	padding: 2px 5px 2px 5px;
}
#l1 {
	width: 100px;
	height: 30px;
	background: #f4f4f4;
	border-right-style: hidden;
}
#container{
    width: 100%;
    margin: 0 auto;
}
#header {
	width: 100%;
	height: 76px;
	background: #fff;
	border-bottom: 1px solid #e7e7e7;
}
#logo {
	padding: 0 0 0 15px;
}
nav.globalMenuSp {
    position: fixed;
    margin: 0;
    z-index: 2;
    top: 77px;
    right: 0;
    background-color: rgba(255,255,255,0.9);
    color: #000;
    text-align: left;
    transform: translateY(100%);
    transition: all 0.3s;
    width: 100%;
    height: 100%;
}
nav.globalMenuSp ul {
    background: #ccc;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
nav.globalMenuSp ul li {
    font-size: 16px;
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #b5b5b5;
}
/* 最後はラインを描かない */
nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
nav.globalMenuSp ul li a {
    display: block;
    color: #000;
    padding: 1.8em 0;
}
nav.globalMenuSp a:link { 
	color: #000; 
	text-decoration: none;
}
nav.globalMenuSp a:visited{
	color: #000;
}
nav.globalMenuSp a:hover { 
	color: #3897f0; 
}
.navToggle{
	border-radius: 1px; 
}
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateY(0%);
}
.navToggle {
    display: block;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    right: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 30;
    background-color: rgba(0,0,0,0);
    text-align: center;
}
.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 25px;
    border: solid 0.14em #262626;
    border-radius: 0.14em; 
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
}
.navToggle span:nth-child(1) {
    top: 9px;
}
.navToggle span:nth-child(2) {
    top: 18px;
}
.navToggle span:nth-child(3) {
    top: 27px;
}
/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
#header li {
	float: left;
	margin-left: 20px; 
	list-style-type: none;
}	
#boxA{
    width: 95%; 
    padding-bottom: 100px;
    margin-right: auto;
	margin-left: auto; 
}
#description {
	width: 100%;
	float: left;
	background: #fafafa;
	padding: 10px 0 0 0;	
}
#description p {
	padding: 0 25px 0 0;
	line-height: 1.7em;
	text-align: justify;
	text-justify: inter-ideograph;
}
form {
  /* フォームをページの中央に置く */
  margin: 0;
  padding: 0 10px 0 10px;
  width: 95%;
  /* フォームの範囲がわかるようにする */
  font-size: 13px;
}
#bgform {
  float: left;
  width: 100%;
}
form div + div {
  margin-top: 10px;
}
label {
  /* すべてのラベルを同じサイズにして、きちんと揃える */
  display: inline-block;
  width: 150px;
  text-align: left;
}
input, textarea, input[type="submit"]{
-webkit-appearance: none;
  /* すべてのテキストフィールドのフォント設定を一致させる
  デフォルトで、textarea は等幅フォントが設定されている */
  font: 16px sans-serif;
  background: #fff;
  /* すべてのテキストフィールドを同じサイズにする */
  width: 100%;
  box-sizing: border-box;
  /* テキストフィールドのボーダーの外見を同一にする */
  border: 1px solid #ccc;
}
input:focus, textarea:focus {
  /* アクティブな要素を少し強調する */
  border-color: #3897f0;
}
textarea {
  /* 複数行のテキストフィールドをラベルにきちんと揃える */
  vertical-align: top;

  /* テキスト入力に十分な領域を与える */
  height: 15em;
}
::placeholder {color: #262626; font-size:13px;
}
#submit_button {
  width: 30%;
  height: 20px;
  margin-right: 100px;
  background-color: #3897f0;
  color: #fff;
  font-size: 13px;
  border-style: none;
}

.g-recaptcha{
  float: left;
}

#company-profile {
	width: 95%;
    margin-right: auto;
	margin-left: auto; 
	clear: both;
	padding: 100px 0 100px 0;
}
.company {
	width: 100%;
	font-size: 10px; 
	border-top: 1px solid #e5e5e5;
	padding: 15px 0 0 0;
}
/*Go to top*/
.crunchify-top:hover {
	color: #afafaf !important;
	background-color: rgba(0,0,0,0);
	text-decoration: none;
}
.crunchify-top {
	display: none;
	position: fixed;
	bottom: 0.5rem;
	right: 0.4rem;
	width: 2rem;
	height: 2rem;
	line-height: 2.3rem;
	font-size: 1.5rem;
	color: #fff;
	background-color: rgba(0,0,0,0);
	text-decoration: none;
	border-radius: 5%;
	text-align: center;
	cursor: pointer;
	z-index: 999;
}
#footer {
	width: 100%;
	height: 40px;
	font-size: 12px;
	padding: 17px 0 0 10px;
	background: #fff;
	position: relative;
    bottom: 0;
}
}










@media screen and (min-width:375px) and (max-width:667px) {
/*iPhone6/7/8のcssを記述*/
html {
       overflow-y:scroll;
       height: 100%;
}
body {
	margin: 0;
	background: #fafafa;
	font-family: sans-serif;
	font-size: 14px;
	color: #262626;
	overflow: hidden;
}
div {
	max-width: 100%;
	margin: 0 auto;
}
h1,h2,h3,h4 {
	margin-top: 0; 
	margin-bottom: 0;
	font-weight: normal;
	color: #0096ff;
}
h3 {
	padding: 20px 0 0 0; 
}
h5 {
	font-weight: normal;
}
p {
	margin-bottom: 0;
	margin-top: 0; 

}
a:link { 
	color: #262626; 
	text-decoration: none;
}
a:visited{
	color: #262626;
}
a:hover { 
	color: #0096ff; 
}
tr {
	line-height: 1.8;
}
img{
	max-width: 100%;
	height: auto;
}
table,tr,td {
	border-bottom: 1px solid #e5e5e5;
	border-collapse: collapse;
	padding: 2px 5px 2px 5px;
}
#l1 {
	width: 60px;
	height: 20px;
	background: #f4f4f4;
	border-right-style: hidden;
	vertical-align: top;
}
#container{
    width: 100%;
    margin: 0 auto;
}
#header {
	width: 100%;
	height: 76px;
	background: #fff;
	border-bottom: 1px solid #e7e7e7;
}
#logo {
	padding: 0 0 0 7px;
}
nav.globalMenuSp {
    position: fixed;
    margin: 0;
    z-index: 2;
    top: 77px;
    right: 0;
    background-color: rgba(255,255,255,0.9);
    color: #000;
    text-align: left;
    transform: translateY(100%);
    transition: all 0.3s;
    width: 100%;
    height: 100%;
}
nav.globalMenuSp ul {
    background: #ccc;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
nav.globalMenuSp ul li {
    font-size: 16px;
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #b5b5b5;
}
/* 最後はラインを描かない */
nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
nav.globalMenuSp ul li a {
    display: block;
    color: #000;
    padding: 1.8em 0;
}
nav.globalMenuSp a:link { 
	color: #000; 
	text-decoration: none;
}
nav.globalMenuSp a:visited{
	color: #000;
}
nav.globalMenuSp a:hover { 
	color: #3897f0; 
}
.navToggle{
	border-radius: 1px; 
}
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateY(0%);
}
.navToggle {
    display: block;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    right: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 30;
    background-color: rgba(0,0,0,0);
    text-align: center;
}
.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 25px;
    border: solid 0.14em #262626;
    border-radius: 0.14em; 
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
}
.navToggle span:nth-child(1) {
    top: 9px;
}
.navToggle span:nth-child(2) {
    top: 18px;
}
.navToggle span:nth-child(3) {
    top: 27px;
}
/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
#header li {
	float: left;
	margin-left: 20px; 
	list-style-type: none;
}	
#boxA{
    width: 100%; 
    padding-bottom: 100px;
    margin-right: auto;
	margin-left: auto; 
}
#description {
	width: 100%;
	float: left;
	background: #fafafa;
	padding: 10px 0 0 10px;	
}
#description p {
	padding: 0 25px 0 0;
	line-height: 1.7em;
	text-align: justify;
	text-justify: inter-ideograph;
}
form {
  /* フォームをページの中央に置く */
  margin: 0;
  padding: 0 10px 0 10px;
  width: 95%;
  /* フォームの範囲がわかるようにする */
  font-size: 13px;
}
#bgform {
  float: left;
  width: 100%;
}
form div + div {
  margin-top: 10px;
}
label {
  /* すべてのラベルを同じサイズにして、きちんと揃える */
  display: inline-block;
  width: 150px;
  text-align: left;
}
input, textarea, input[type="submit"]{
-webkit-appearance: none;
  /* すべてのテキストフィールドのフォント設定を一致させる
  デフォルトで、textarea は等幅フォントが設定されている */
  font: 16px sans-serif;
  background: #fff;
  /* すべてのテキストフィールドを同じサイズにする */
  width: 100%;
  box-sizing: border-box;

  /* テキストフィールドのボーダーの外見を同一にする */
  border: 1px solid #ccc;
}
input:focus, textarea:focus {
  /* アクティブな要素を少し強調する */
  border-color: #3897f0;
}
textarea {
  /* 複数行のテキストフィールドをラベルにきちんと揃える */
  vertical-align: top;

  /* テキスト入力に十分な領域を与える */
  height: 15em;
}
::placeholder {color: #262626; font-size:13px;
}
#submit_button {
  width: 30%;
  height: 20px;
  margin-right: 100px;
  background-color: #3897f0;
  color: #fff;
  font-size: 13px;
  border-style: none;
}

.g-recaptcha{
  float: left;
}

#company-profile {
	width: 95%;
    margin-right: auto;
	margin-left: auto; 
	clear: both;
	padding: 40px 0 100px 0;
}
.company {
	width: 100%;
	font-size: 10px; 
	border-top: 1px solid #e5e5e5;
	padding: 15px 0 0 0;
}
#l2,#l3,#l4 {
    vertical-align: top;
}
/*Go to top*/
.crunchify-top:hover {
	color: #afafaf !important;
	background-color: rgba(0,0,0,0);
	text-decoration: none;
}
.crunchify-top {
	display: none;
	position: fixed;
	bottom: 0.5rem;
	right: 0.4rem;
	width: 2rem;
	height: 2rem;
	line-height: 2.3rem;
	font-size: 1.5rem;
	color: #fff;
	background-color: rgba(0,0,0,0);
	text-decoration: none;
	border-radius: 5%;
	text-align: center;
	cursor: pointer;
	z-index: 999;
}
#footer {
	width: 100%;
	height: 40px;
	font-size: 12px;
	padding: 17px 0 0 10px;
	background: #fff;
	position: relative;
    bottom: 0;
}
}










@media screen and (max-width:320px) {
/*iPhone5/SEのcssを記述*/
html {
       overflow-y:scroll;
       height: 100%;
}
body {
	margin: 0;
	background: #fafafa;
	font-family: sans-serif;
	font-size: 14px;
	color: #262626;
	overflow: hidden;
}
div {
	max-width: 100%;
	margin: 0 auto;
}
h1,h2,h3,h4 {
	margin-top: 0; 
	margin-bottom: 0;
	font-weight: normal;
	color: #0096ff;
}
h3 {
	padding: 20px 0 0 0; 
}
h5 {
	font-weight: normal;
}
p {
	margin-bottom: 0;
	margin-top: 0; 
}
a:link { 
	color: #262626; 
	text-decoration: none;
}
a:visited{
	color: #262626;
}
a:hover { 
	color: #0096ff; 
}
tr {
	line-height: 1.8;
}
img{
	max-width: 100%;
	height: auto;
}
table,tr,td {
	border-bottom: 1px solid #e5e5e5;
	border-collapse: collapse;
	padding: 2px 5px 2px 5px;
}
#l1 {
	width: 60px;
	height: 20px;
	background: #f4f4f4;
	border-right-style: hidden;
	vertical-align: top;
}
#container{
    width: 100%;
    margin: 0 auto;
}
#header {
	width: 100%;
	height: 76px;
	background: #fff;
	border-bottom: 1px solid #e7e7e7;
}
#logo {
	padding: 5px 0 0px 7px;
}
nav.globalMenuSp {
    position: fixed;
    margin: 0;
    z-index: 2;
    top: 77px;
    right: 0;
    background-color: rgba(255,255,255,0.9);
    color: #000;
    text-align: left;
    transform: translateY(100%);
    transition: all 0.3s;
    width: 100%;
    height: 100%;
}
nav.globalMenuSp ul {
    background: #ccc;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
nav.globalMenuSp ul li {
    font-size: 16px;
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #b5b5b5;
}
/* 最後はラインを描かない */
nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
nav.globalMenuSp ul li a {
    display: block;
    color: #000;
    padding: 1.8em 0;
}
nav.globalMenuSp a:link { 
	color: #000; 
	text-decoration: none;
}
nav.globalMenuSp a:visited{
	color: #000;
}
nav.globalMenuSp a:hover { 
	color: #3897f0; 
}
.navToggle{
	border-radius: 1px; 
}
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateY(0%);
}
.navToggle {
    display: block;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    right: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 30;
    background-color: rgba(0,0,0,0);
    text-align: center;
}
.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 25px;
    border: solid 0.14em #262626;
    border-radius: 0.14em; 
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
}
.navToggle span:nth-child(1) {
    top: 9px;
}
.navToggle span:nth-child(2) {
    top: 18px;
}
.navToggle span:nth-child(3) {
    top: 27px;
}
/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
#header li {
	float: left;
	margin-left: 18px; 
	list-style-type: none;
}	
#boxA{
    width: 100%; 
    padding-bottom: 100px;
    margin-right: auto;
	margin-left: auto; 
}
#description {
	width: 100%;
	float: left;
	background: #fafafa;
	padding: 10px 0 0 10px;	
}
#description p {
	padding: 0 25px 0 0;
	line-height: 1.7em;
	text-align: justify;
	text-justify: inter-ideograph;
}
form {
  /* フォームをページの中央に置く */
  margin: 0;
  padding: 0 10px 0 10px;
  width: 95%;
  /* フォームの範囲がわかるようにする */
  font-size: 13px;
}
#bgform {
  float: left;
  width: 100%;
}
form div + div {
  margin-top: 10px;
}
label {
  /* すべてのラベルを同じサイズにして、きちんと揃える */
  display: inline-block;
  width: 150px;
  text-align: left;
}
input, textarea, input[type="submit"]{
-webkit-appearance: none;
  /* すべてのテキストフィールドのフォント設定を一致させる
  デフォルトで、textarea は等幅フォントが設定されている */
  font: 16px sans-serif;
  background: #fff;

  /* すべてのテキストフィールドを同じサイズにする */
  width: 100%;
  box-sizing: border-box;

  /* テキストフィールドのボーダーの外見を同一にする */
  border: 1px solid #ccc;
}
input:focus, textarea:focus {
  /* アクティブな要素を少し強調する */
  border-color: #3897f0;
}
textarea {
  /* 複数行のテキストフィールドをラベルにきちんと揃える */
  vertical-align: top;
  /* テキスト入力に十分な領域を与える */
  height: 15em;
}
::placeholder {color: #262626; font-size:13px;
}
#submit_button {
  width: 30%;
  height: 20px;
  margin-right: 100px;
  background-color: #3897f0;
  color: #fff;
  font-size: 13px;
  border-style: none;
}

.g-recaptcha{
  float: left;
}

#company-profile {
	width: 95%;
    margin-right: auto;
	margin-left: auto; 
	clear: both;
	padding: 40px 0 100px 0;
}
.company {
	width: 100%;
	font-size: 12px; 
	border-top: 1px solid #e5e5e5;
	padding: 15px 0 0 0;
}
#l2,#l3,#l4 {
    vertical-align: top;
}
/*Go to top*/
.crunchify-top:hover {
	color: #afafaf !important;
	background-color: rgba(0,0,0,0);
	text-decoration: none;
}
.crunchify-top {
	display: none;
	position: fixed;
	bottom: 0.5rem;
	right: 0.4rem;
	width: 2rem;
	height: 2rem;
	line-height: 2.3rem;
	font-size: 1.5rem;
	color: #fff;
	background-color: rgba(0,0,0,0);
	text-decoration: none;
	border-radius: 5%;
	text-align: center;
	cursor: pointer;
	z-index: 999;
}
#footer {
	width: 100%;
	height: 40px;
	font-size: 10px;
	padding: 15px 0 0 10px;
	background: #fff;
	position: relative;
    bottom: 0;
}
}










@media screen and (max-width:360px) {
/*Galaxy S5のcssを記述*/
html {
       overflow-y:scroll;
       height: 100%;
}
body {
	margin: 0;
	background: #fafafa;
	font-family: sans-serif;
	font-size: 14px;
	color: #262626;
	overflow: hidden;
}
div {
	max-width: 100%;
	margin: 0 auto;
}
h1,h2,h3,h4 {
	margin-top: 0; 
	margin-bottom: 0;
	font-weight: normal;
	color: #0096ff;
}
h3 {
	padding: 20px 0 0 0; 
}
h5 {
	font-weight: normal;
}
p {
	margin-bottom: 0;
	margin-top: 0; 
}
a:link { 
	color: #262626; 
	text-decoration: none;
}
a:visited{
	color: #262626;
}
a:hover { 
	color: #0096ff; 
}
tr {
	line-height: 1.8;
}
img{
	max-width: 100%;
	height: auto;
}
table,tr,td {
    border-bottom: 1px solid #e5e5e5;
	border-collapse: collapse;
	padding: 2px 5px 2px 5px;
}
#l1 {
	width: 60px;
	height: 20px;
	background: #f4f4f4;
	border-right-style: hidden;
	vertical-align: top;
}
#container{
    width: 100%;
    margin: 0 auto;
}
#header {
	width: 100%;
	height: 76px;
	background: #fff;
	border-bottom: 1px solid #e7e7e7;
}
#logo {
	padding: 5px 0 0px 7px;
}
nav.globalMenuSp {
    position: fixed;
    margin: 0;
    z-index: 2;
    top: 77px;
    right: 0;
    background-color: rgba(255,255,255,0.9);
    color: #000;
    text-align: left;
    transform: translateY(100%);
    transition: all 0.3s;
    width: 100%;
    height: 100%;
}
nav.globalMenuSp ul {
    background: #ccc;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
nav.globalMenuSp ul li {
    font-size: 16px;
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #b5b5b5;
}
/* 最後はラインを描かない */
nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
nav.globalMenuSp ul li a {
    display: block;
    color: #000;
    padding: 1.8em 0;
}
nav.globalMenuSp a:link { 
	color: #000; 
	text-decoration: none;
}
nav.globalMenuSp a:visited{
	color: #000;
}
nav.globalMenuSp a:hover { 
	color: #3897f0; 
}
.navToggle{
	border-radius: 1px; 
}
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateY(0%);
}
.navToggle {
    display: block;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    right: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 30;
    background-color: rgba(0,0,0,0);
    text-align: center;
}
.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 25px;
    border: solid 0.14em #262626;
    border-radius: 0.14em; 
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
}
.navToggle span:nth-child(1) {
    top: 9px;
}
.navToggle span:nth-child(2) {
    top: 18px;
}
.navToggle span:nth-child(3) {
    top: 27px;
}
/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
#header li {
	float: left;
	margin-left: 18px; 
	list-style-type: none;
}	
#boxA{
    width: 100%; 
    padding-bottom: 100px;
    margin-right: auto;
	margin-left: auto; 
}
#description {
	width: 100%;
	float: left;
	background: #fafafa;
	padding: 10px 0 0 10px;	
}
#description p {
	padding: 0 25px 0 0;
	line-height: 1.7em;
	text-align: justify;
	text-justify: inter-ideograph;
}
form {
  /* フォームをページの中央に置く */
  margin: 0;
  padding: 0 10px 0 10px;
  width: 95%;
  /* フォームの範囲がわかるようにする */
  font-size: 13px;
}
#bgform {
  float: left;
  width: 100%;
}
form div + div {
  margin-top: 10px;
}
label {
  /* すべてのラベルを同じサイズにして、きちんと揃える */
  display: inline-block;
  width: 140px;
  text-align: left;
}
input, textarea, input[type="submit"]{
-webkit-appearance: none;
  /* すべてのテキストフィールドのフォント設定を一致させる
  デフォルトで、textarea は等幅フォントが設定されている */
  font: 16px sans-serif;
  background: #fff;

  /* すべてのテキストフィールドを同じサイズにする */
  width: 100%;
  box-sizing: border-box;

  /* テキストフィールドのボーダーの外見を同一にする */
  border: 1px solid #ccc;
}
input:focus, textarea:focus {
  /* アクティブな要素を少し強調する */
  border-color: #3897f0;
}
textarea {
  /* 複数行のテキストフィールドをラベルにきちんと揃える */
  vertical-align: top;

  /* テキスト入力に十分な領域を与える */
  height: 15em;
}
::placeholder {color: #262626; font-size:13px;
}
#submit_button {
  width: 30%;
  height: 20px;
  margin-right: 100px;
  background-color: #3897f0;
  color: #fff;
  font-size: 13px;
  border-style: none;
}

.g-recaptcha{
  float: left;
}

#company-profile {
	width: 95%;
    margin-right: auto;
	margin-left: auto; 
	clear: both;
	padding: 40px 0 100px 0;
}
.company {
	width: 100%;
	font-size: 12px; 
	border-top: 1px solid #e5e5e5;
	padding: 15px 0 0 0;
}
#l2,#l3,#l4 {
    vertical-align: top;
}
/*Go to top*/
.crunchify-top:hover {
	color: #afafaf !important;
	background-color: rgba(0,0,0,0);
	text-decoration: none;
}
.crunchify-top {
	display: none;
	position: fixed;
	bottom: 0.5rem;
	right: 0.4rem;
	width: 2rem;
	height: 2rem;
	line-height: 2.3rem;
	font-size: 1.5rem;
	color: #fff;
	background-color: rgba(0,0,0,0);
	text-decoration: none;
	border-radius: 5%;
	text-align: center;
	cursor: pointer;
	z-index: 999;
}
#footer {
	width: 100%;
	height: 40px;
	font-size: 10px;
	padding: 15px 0 0 10px;
	background: #fff;
	position: relative;
    bottom: 0;
}
}