@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1;
	-webkit-text-size-adjust: 100%;	
}

body {
	-webkit-text-size-adjust: 100%;
	
  font-family: "Hiragino Kaku Gothic Pro W6","ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","MSゴシック",sans-serif;
	
	/*font-family: sans-serif;*/
}

/* キャッチコピー・画像 */
.catch { 
  position: relative;
  box-sizing: border-box;
  padding: 21%;
  background-image: url(../jinnoimg/main2.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.catchcopy {
  font-family: "Hiragino Mincho Pro W6","ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","ＭＳ Ｐ明朝",'MS PMincho', serif;
  position: absolute;
  top: 11%;
  left: 3%;
  width: 80%;
	
  background-image: url(../jinnoimg/jinnologobig.png);
  background-repeat: no-repeat;
  background-size: 80px;
  background-position: left 0px top 2px; 
	
}

/* キャッチコピー1 */
.catchcopy h1 {
  font-size: 18px;
  font-style: italic;
  font-weight: 900;
  padding-left: 95px;
  text-shadow: 1px 0  0 #000000;
}

.catchcopy h2 {
  font-size: 32px;
  font-weight: 900;
  letter-spacing: 0.1rem;
  padding: 9px 0 7px 85px;
}

.catchcopy p {
  font-size: 15px;
  font-style: italic;
  font-weight: normal;
  padding-left: 95px;
}

/* キャッチコピー2 */
.catchcopy2 {
  position: absolute;
  top: 28%;
  left: 2%;
  width: 80%;  
}

.catchcopy2 .kurume{
	font-feature-settings: "palt";
  font-size: 38px;
  font-weight: 900;
	padding-top: 60px;
  padding-bottom: 20px;
}

.catchcopy2 .gaikokuzin {
	font-feature-settings: "palt";
  color: #e46a2e;
  font-size: 50px;
  font-weight: 900;
  padding-bottom: 20px;
}

.catchcopy2 .gaikokuzin span {
  vertical-align: middle;
  font-size: 35px;
  font-weight: 900;
}

.catchcopy2 .omakase {
  font-size: 27px;
  font-weight: 900;
}

.catchcopy2m {
	display: none;
}

/* キャッチコピー3 */
.catchcopy3 {
  position: absolute;
  top: 74%;
  left: 2%;
  width: 50%;  
}

.catchcopy3 .okigaru {
  font-size: 19px;
  font-weight: 900;
  padding-bottom: 10px;
}

.catchcopy3 .phone a {
	display: block;
  color: #e46a2e;
	text-decoration: none;
  font-size: 35px;
  font-weight: 900;
  background-image: url(../jinnoimg/i_tel.png);
	background-position: left top 2px;
  background-repeat: no-repeat;
  background-size: 28px;
  padding-left: 30px;
  padding-bottom: 10px;
}



.catchcopy3 .time {
  font-size: 14.5px;
  font-weight: 900;
  padding-bottom: 10px;
}

.catchcopy3 span {
  font-size: 14.5px;
  font-weight: 900;
}
.catchcopy3 .mail2 {
	width: 250px;
}

.catchcopy3 .mail a{
  font-size: 18px; 
  color: #ffffff;
  display: block;
	width: 210px;
	text-align: center;
  padding: 6px 0 6px 0;
  letter-spacing: 0.3rem;
  text-decoration: none;
  background-color: #e46a2e;
	border-width: 3px;
	border-style: solid;	
	border-color: #eeaaaa #888888 #555555 #cc8888;
/*
  background-image: url(../jinnoimg/i_mail.png);
  background-size: 17px;
  background-repeat: no-repeat; 
  background-position: 17px 6px;
*/	
/*
  box-shadow: -1px -1px 0 1.5px #bbb, 1px 1px 0 1.5px #444;
  font-weight: 900;
*/
}

.catchcopy3 .mail a:hover {
  color: #e46a2e;
  background-color: #ffffff;
}

.catchcopy3 .mailresponse {
  display: none;
}

/* モバイルメニュー*/
.menum {
	display: none;
}

/* キャッチコピー4 */
.catchcopy4 {
  display: none;
}

/* ナビメニュー*/
.navimenu {
  background-color: #05173e;
  width: 100%;
}
.navimenu .yokonavi {
  max-width: 1100px;
  margin: 0 auto;
}

.yokonavi ul::after {
  content: "";
  display: block;
  clear: both;
}

.yokonavi ul:first-child {
  border-left: 1.5px solid #ffffff;
}

.yokonavi ul li {
  list-style-type: none;
}

.yokonavi li a {
  border-right: 1.5px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  background-color: #05173e;
  width: 20%;
  text-align: center;
  box-sizing: border-box;
  padding: 2.5% 0 2.5% 0;
  font-weight: bold;
  text-decoration: none;
  font-size: 15px;
  letter-spacing: 0.3rem;
  float: left;
}

.yokonavi ul li a:hover {
  box-sizing: border-box;
  color: #05173e;
  background-color: #ffffff;
  border-bottom: 1px solid #05173e;
}

/* こんな事でお困りでは　タイトル　サブタイトル */
.title {
  padding-top: 70px;
  max-width: 1100px;
  margin: auto;
  text-align: center;
}

.title h2 {
  font-size: 33px;
  letter-spacing: 1rem;
  font-weight: 900;
  margin-bottom: 15px;
}

.title p {
  color: #756e6e;
  font-size: 21px;
  font-weight: 900;
  letter-spacing: 0.3rem;
  margin-bottom: 40px;
}

/* イラスト　本文 */
.trouble {
  max-width: 1100px;
  margin: auto;
  padding-left: 8px;
}

.trouble::after {
  content: "";
  display: block;
  clear: both;
}

/* イラスト・本文1 */
.troublein1 {
  background-image: url(../jinnoimg/i_komaru.png);
  background-repeat: no-repeat;
  background-size: 90px;
  background-position: 125px 0;
  padding: 200px 2% 0 0;
  width: 32%;
  float: left;
}

.troublein1 h2 {
  font-size:20px;
  font-weight: 900;
  letter-spacing: 0.3rem;
  padding: 25px 0;
}

.troublein1 p {
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.1rem;
  line-height: 1.5;
}

/* イラスト・本文2 */
.troublein2 {
  background-image: url(../jinnoimg/i_clock.png);
  background-repeat: no-repeat;
  background-size: 162px;
  background-position: 90px 35px;
  padding: 200px 2% 0 0;
  width: 32%;
  float: left;
}

.troublein2 h2 {
  font-size:20px;
  font-weight: 900;
  letter-spacing: 0.3rem;
  padding: 25px 0;
}

.troublein2 p {
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.1rem;
  line-height: 1.5;
}

/* イラスト・本文3 */
.troublein3 {
  background-image: url(../jinnoimg/i_doc.png);
  background-repeat: no-repeat;
  background-size: 170px;
  background-position: center 30px;
  padding: 200px 0  0;
  width: 32%;
  float: left;
}

.troublein3 h2 {
  font-size:20px;
  font-weight: 900;
  letter-spacing: 0.3rem;
  padding: 25px 0;
}

.troublein3 p {
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.1rem;
  line-height: 1.5;
}

/* 解決ボタン */
.button-out {
	width: 100%;
  margin: auto;
  max-width: 1100px;
  padding: 40px 0 40px 0px;
}

.button p a {
  display: block;
  text-decoration: none;
  color: #ffffff;
  box-sizing: border-box;
  padding: 15px 0;
  width: 240px;
  border: 3px solid #444444;
  font-size: 20px;
  letter-spacing: 0.4rem;
  margin: 0 auto 50px;
  text-align: center;
  border-radius: 9px;
  background-color: #05173e;
  box-shadow: 7px 9px 12px 0px #888888;
}

.button p a:hover {
  color: #05173e;
  background-color: #ffffff;
}
/* 代表メッセージ2　非表示 */
.backcolorb {
  display: none;
}

/* 背景色 */
.backcolor {
  padding: 80px 0 130px 0;
  background-color: #f7f9fd;
}

/* 代表メッセージ */
.profileblock2 {
  max-width: 1100px;
  margin: auto;
}

.title2 {
  margin: auto;
  text-align: center;
}

.title2 h2 {
  font-size: 33px;
  letter-spacing: 1rem;
  font-weight: 900;
  margin-bottom: 15px;
  
}

.title2 p {
  color: #756e6e;
  font-size: 21px;
  font-weight: 900;
  letter-spacing: 0.3rem;
  margin-bottom: 40px;
}

/* 神野　画像　プロフィール　 */
.profile {
  max-width: 1100px;
  margin: auto;
}

.profile::after {
  content: "";
  clear: both;
  display: block;
}

.profilename {
  text-align: center;
  padding: 49% 0 0 10px;
  width: 47%;
  float: left;
  background-image: url(../jinnoimg/jinnophoto.png);
  background-repeat: no-repeat;
  background-size: 96.8%;
  background-position: 5px 10px;
}

.profile1 {
  letter-spacing: 0.3rem;
  font-size: 22px;
  font-weight: bold;
  padding: 15px 0 14px 0;
}

.name {
  letter-spacing: 0.3rem;
  font-size: 26px;
  font-weight: bold; 
}

.profilename1 {
  padding: 0 10px 0 0;
  width: 50%;
  float: right;
  position: relative;
}

.p-pin {
	box-sizing: border-box;
  display: block;
  position: absolute;
  top: 0px;
	right: 5px;
  padding: 0 5px 5px 5px;
	border: 10px solid #05173e;
	background-color: #fff;
}

.p-p1 {
  text-align: center;
  font-size: 30px;
  font-weight: 900;
  padding-bottom: 10px;
}

.p-p2a {
  font-size: 17px;
	line-height: 1.3;
  padding-bottom: 0px;
}

.p-p2b {
	padding-top: 20px;
  font-size: 17px;
	line-height: 1.3;
  padding-bottom: 0px;	
}

.p-p2c {
	padding-top: 20px;
  font-size: 17px;
	line-height: 1.3;
  padding-bottom: 0px;
	
}

.p-p3 {
	display: none;
  padding-right: 20px;
  font-size: 16px;
  line-height: 1.2;
  text-align: right;
}

.button1 {
  margin: auto;
}

.button1 {  
  cursor: pointer;
  display: block;
	display: none;
  text-decoration: none;
  max-width: 308px;
  color: #ffffff;
  box-sizing: border-box;
  padding: 13px 0 ;
  width: 238px;
  border: 3px solid #444444;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.5rem;
  margin: 15px auto 0;
  text-align: center;
  border-radius: 6px;
  background-color: #05173e;
  box-shadow: 7px 9px 12px 0px #000000;
}

.button1:hover {
  color: #05173e;
  background-color: #ffffff;
}

/* 法律の改定　タイトル・サブタイトル */
.profileblock3 {
  max-width: 1100px;
  margin: 80px auto 0;
}

.title3 {
  margin: auto;
  text-align: center;
}

.title3 h2 {
  font-size: 33px;
  letter-spacing: 1rem;
  font-weight: 900;
  margin-bottom: 15px;
  
}

.pleaselaw {
  margin-top: 5%;
}

.title3 p {
  color: #756e6e;
  font-size: 21px;
  font-weight: 900;
  letter-spacing: 0.2rem;
  margin-bottom: 40px;
}

/* 在留資格・タイトル */
.zairyuu p{
  width: 200px;
  font-size: 33px;
  letter-spacing: 0.5rem;
  font-weight: bold;
  font-style: italic;
  padding-bottom: 3px;
  border-bottom: 2px solid #000000;
  margin: 0 auto 50px;
  text-align: center;
}

/* 在留資格改定図 */
.troublez {
  max-width: 1100px;
  margin: auto;
  padding: 0 8px;
  background-image: url(../jinnoimg/arrow2.png);
  background-repeat: no-repeat;
  background-size: 150px;
  background-position: 50% 19%;
}

.troublez::after {
  content: "";
  display: block;
  clear: both;
}

.troubleinz1 {
  width: 35%;
  text-align: center;
  float: left;
}

.troubleinz2 {
  width: 35%;
  text-align: center;
  float: right;
}

.troubleinz1 h1, .troubleinz2 h1 {
  font-size: 27px;
  font-weight: bold;
  padding-bottom: 6%;
  letter-spacing: 0.6rem;
}

.troubleinz1 h2, .troubleinz2 h2 {
  font-weight: normal;
  color: #ffffff;
  font-size: 17px;
  background-color: #373331;
  padding: 7% 0;
  margin: 2% 0;
  letter-spacing: 0.12em;
}

.troubleinz2 .h2red {
  background-color: #e46a2e;
}

.troubleinz1 .plus {
  font-size: 60px;
  padding: 0;
  margin: 0;
  background-color: #ffffff;
  color: #e46a2e;
}

.troubleinz2 .plus {
  color: #ff0000;
  font-size: 60px;
  padding: 0;
  margin: 0;
  background-color: #ffffff;
  color: #e46a2e;
}

.troubleinz2 .date {
  padding-top: 10px;
  text-align: right;
  font-size: 12px;
}

/* 最新の情報を見る */
.button-out2 {
  margin: auto;
  max-width: 1100px;
  padding: 40px 0 40px 0px;
}

.button2 p a{
  display: block;
  text-decoration: none;
  color: #ffffff;
  box-sizing: border-box;
  padding: 15px 0;
  width: 250px;
  border: 3px solid #444444;
  font-size: 20px;
  letter-spacing: 0.2rem;
  margin: 0 auto 50px;
  text-align: center;
  border-radius: 9px;
  background-color: #05173e;
  box-shadow: 7px 9px 12px 0px #888888;
}

.button2 p a:hover {
  color: #05173e;
  background-color: #ffffff;
}

/* accessmap *//**/
.a1 {
	width: 100%;
	background-color: #f7f9fd;
}
.accessout {
	max-width: 1100px;
	margin: auto;
}

.accessmap {
  margin: auto;
	background-color: #f7f9fd;
}

.accesstitle {
	text-align: center;
}

.accesstitle h2 {
	text-align: center;
	padding-top: 40px;
  font-size: 33px;
  letter-spacing: 0.8rem;
  text-shadow: 1.5px 0 0 #000;
  margin: 0px 0 20px 0;
}

.accesstitle p {
	text-align: center;
  color: #756e6e;
  font-size: 21px;
	letter-spacing: 0.2rem;
  font-weight: 900;
  padding-bottom: 40px;
}

.accessmap .jinnop::before {
	content: "";
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	width: 35px;
	height: 35px;
	margin: 0 5px 0 -55px;
	vertical-align: top;
	background-image: url(../jinnoimg/jinnologo.png);
}

.accessmap .jinnop {
	 font-family: "Hiragino Mincho Pro W6","ヒラギノ明朝 Pro W6","Hiragino Mincho Pro";
	text-align: center;
	padding-left:38px;
	margin-bottom: 20px;
	font-size: 35px;
	font-weight: bold;
}


.access {
	 display: block;
	 font-family: "Hiragino Mincho Pro W6","ヒラギノ明朝 Pro W6","Hiragino Mincho Pro";
	 margin: 0 auto;
	 padding-left: 2%;
	 background-color: #f7f9fd;
}

.access .table {
	width: 900px;
	text-align: center;
	margin: auto;
}

.access .table::after {
	display: block;
	content: "";
	clear: both;
}

.access .table1 {
	margin-left: 100px;
	float: left;
}

.access .table2 {
	margin-left: 50px;
	float: left;
}

.access tr {
	font-size: 17px;
	font-weight: bold;
}

.access th, .access td {
	text-align: left;
	padding: 5px 0 5px 0;
}

.tdbutton a{
  display: block;
  text-decoration: none;
  color: #ffffff;
  box-sizing: border-box;
  padding: 5px 0;
  width: 200px;
  border: 3px solid #444444;
  font-size: 17px;
  letter-spacing: 0.2rem;
  text-align: center;
  border-radius: 9px;
  background-color: #05173e;
  box-shadow: 2px 3px 5px 0px #888888;
}

.tdbutton a:hover {
  color: #05173e;
  background-color: #ffffff;
}

.roadmap {
	width: 870px;
	margin: 0 auto;
}

.roadmap::after {
	content: "";
	display: block;
	clear: both;
}

.roadmap p {
	margin-top: 10px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: 0.15em;
	padding-bottom: 50px;
}

.roadmap1 {
	margin-left: 95px;
	float: left;
}

.roadmap2 {
	margin-left: 98px;
	float: left;
}

.accessphoto {
	display: block;
	text-align: center;
	margin: 0px auto;
	padding: 0 10px;
}
.accessphoto1 {
	max-width: 1100px;
	display: block;
	float: left;
	width: 30%;
	margin: 0 0 40px 0;
  box-shadow: 5px 5px 5px 0px #555555;
}

.accessphoto2 {
	display: block;
	margin: 0 4%;
	float: left;
	width: 30%;
  box-shadow: 5px 5px 5px 0px #555555;	
}

.accessphoto3 {
	display: block;
	float: left;
	width: 30%;
  box-shadow: 5px 5px 5px 0px #555555;
}

/* 地図 */
iframe {
	display: block;
	padding-bottom: 50px;
	margin: 0 auto;
	max-width: 1100px;
	clear: both;
}


.footer::before {
	content: "";
	display: block;
	clear: both;
}
/* フッタ領域 */
.footer{
  background-color: #f7f9fd;
}

/* トップへ戻る */
.totop {
  display: none;
}

.footerarea {
  text-align: center;
  background-color: #05173e;
}

/* フッタナビ */
.footermenu2 {
  display: none;
}

.footerarea .footermenu1 li {
  margin: 30px auto 45px;
  display: inline-block;
  width: 185px;
}

.footerarea .footermenu1 li:last-child {
  border-right: 3px solid #ffffff;
}

.footerarea ul li a {
	display: inline-block;
	box-sizing: border-box;
  border-left: 3px solid #ffffff;
  text-decoration: none;
  padding: 5% 0 5% 12px;
  color: #ffffff;
  font-size: 14px;
  display: block;
  letter-spacing: 0.4rem;
}


/* フッタロゴ */
.footerlogo::after {
  content="";
  display: block;
  clear: both;
}

.footerlogo {
  max-width: 1100px;
  margin: auto;
}
.footermain {
  padding: 20px 0 0 60px;
  margin: auto;
  background-image: url(../jinnoimg/jinnologo.png);
  background-position: left 17px top 39px;
  background-repeat: no-repeat;
  background-size: 34px;
  background-color: #05173e;
  color: #ffffff;
  font-family: "Hiragino Mincho Pro W6","ヒラギノ明朝 Pro W6","Hiragino Mincho Pro";
  text-align: left;
  float: left;
}

.fname1 {
	padding-left: 3px;
  padding-bottom: 7px;
  font-size: 17px;
}

.fname2 {
  font-size: 25px;
  padding-bottom: 10px;
}

.fname3 {
  font-size: 13px;
  letter-spacing: 0.5rem;
  padding-bottom: 5px;
}

.fname4 {
  font-size: 14px;
  padding-bottom: 40px;
}
.fname4 span {
  font-size: 14px;
}

/* フッタコンタクト */
.fcon-menu::after {
  content: "";
  display: block;
  clear: both;
}

.fcon-menu {
  padding-right: 10px; 
  /*font-family: "Hiragino Kaku Gothic Pro W6","ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro";*/
  float: right;
  color: #ffffff;
  text-align: center;
}

.fcontact1 { 
  width: 125px;
  margin: 0 0 15px 120px;
  padding: 2px 2px 2px 2px;
  font-size: 15px;
  letter-spacing: 0.2rem;
  border: 1px solid #ffffff;

}

.fcontact2 a {/**/
  clear: both;
	color: #ffffff;
	text-decoration: none;
  font-size: 32px;
  font-weight: 900;
  letter-spacing: 0.1rem;
  padding: 0 0 0 65px;
  background-image: url(../jinnoimg/i_tel2.png);
  background-repeat: no-repeat;
  background-color: #05173e;
  background-size: 25px;
  background-position: 30px;
}

.fcontact3 a{
  display: block;
  width: 72%;
  padding: 8px 0px 8px 10px;
  margin: 10px 0 30px 55px;
  text-decoration: none;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0.5rem;
  text-align: left;
  background-color: #e46a2e;
	border-width: 2px;
	border-style: solid;
	border-color: #eeaaaa #888888 #555555 #cc8888; 
  text-align: center;	
}

.fcontact3 a:hover {
  color: #e46a2e;
  background-color: #ffffff;
}
.fcontact4 {
  display: none;
}


.copyright1 p{
	clear: both;
  color: #756e6e;
  font-size: 15px;
  text-align: center;
  padding: 0 0 20px 20px;
}
.copyright1 p .copy {
  font-size: 30px;
  vertical-align: middle;
}
.copyright1 p span {
 	padding-left: 7px;
  font-size: 15px;
  letter-spacing: 0.2rem;
}


/* 以下　レスポンシブ　ブレークポイント */
/* 1250px　以下 */
@media (max-width: 1250px) {
  /* キャッチコピー1 */
  .catchcopy {
		height: 85px;
    top: 8%;
    left: 3%;
  }
  .catchcopy h1 {
  font-size: 15px;
  letter-spacing: 0.1rem;
  padding: 10px 0 0 90px;
}

.catchcopy h2 {
  font-size: 25px;
  padding: 9px 0 7px 85px;
 
}

.catchcopy p {
	font-size: 12px;
  padding-left: 90px;
}

 /* キャッチコピー2 */
.catchcopy2 {
  top: 22%;
  left: 3%;  
}

.catchcopy2 .kurume{
  font-size: 30px;
  padding-bottom: 10px;
}

.catchcopy2 .gaikokuzin {
  color: #e46a2e;
  font-size: 40px;
  padding-bottom: 10px;
}

.catchcopy2 .gaikokuzin span {
  font-size: 30px;
}

.catchcopy2 .omakase {
  font-size: 24px;
}
 
 /* キャッチコピー3 */
.catchcopy3 {
  top: 69%;
}

.catchcopy3 .okigaru {
  font-size: 15px;
  padding-bottom: 5px;
}

.catchcopy3 .phone {
  color: #e46a2e;
  font-size: 28px;
  background-size: 28px;
  background-position: 5px 1px;
}

.catchcopy3 .time {
  font-size: 12px;
}

.catchcopy3 .mail a{
  color: #ffffff;
  text-align: center;
  width: 210px;
  padding: 5px 0px 5px 0px;
  font-size: 18px;
  background-size: px;
  background-position: 6px 5px;
}

}


/* 1060px 以下 */
@media (max-width: 1060px) {
/* イラスト・本文1 */
.troublein1 h2 {
  font-size:20px;
  font-weight: 900;
  letter-spacing: 0.2rem;
  padding: 25px 0;
}

/* イラスト・本文2 */

.troublein2 h2 {
  font-size:20px;
  font-weight: 900;
  letter-spacing: 0.2rem;
  padding: 25px 0;
}


/* イラスト・本文3 */
.troublein3 h2 {
  font-size:20px;
  font-weight: 900;
  letter-spacing: 0.2rem;
  padding: 25px 0;
}
  
}


/* 1000px　以下 */
@media (max-width: 1000px) {
/* イラスト　本文 */
.trouble {
  max-width: 900px;
  margin: auto;
  padding-left: 8px;
}

.trouble::after {
  content: "";
  display: block;
  clear: both;
}
  .troublein1-2::after {
    content: "";
    display: block;
    clear: both;
  }
/* イラスト・本文1 */
.troublein1 {
  background-size: 90px;
  width: 48%;
  float: left;
}

.troublein1 h2 {
  font-size:20px;
  font-weight: 900;
  letter-spacing: 0.3rem;
  padding: 25px 0;
}

.troublein1 p {
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.1rem;
  line-height: 1.5;
}

/* イラスト・本文2 */
.troublein2 {
  background-image: url(../jinnoimg/i_clock.png);
  background-repeat: no-repeat;
  background-size: 162px;
  background-position: center 35px;
  padding: 200px 2% 0 0;
  width: 48%;
  float: left;
}

.troublein2 h2 {
  font-size:20px;
  font-weight: 900;
  letter-spacing: 0.3rem;
  padding: 25px 0;
}

.troublein2 p {
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.1rem;
  line-height: 1.5;
}

/* イラスト・本文3 */
.troublein3 {
  background-image: url(../jinnoimg/i_doc.png);
  background-repeat: no-repeat;
  background-size: 170px;
  background-position: center 30px;
  width: 46%;
  padding: 200px 0 0 0;
}

.troublein3 h2 {
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.3rem;
  padding: 25px 0;
}

.troublein3 p {
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.1rem;
  line-height: 1.5;
}

}


/*  981px 以上 */
@media (min-width: 981px){
/* メニューボタン */
#menubutton {
  display: none;
}
/* メニュー */
#menu ul{
  display: none;
}

.catchcopy4 {
  display: none;
}

.space {
  display: none;
}

}


/* 980px　以下  */
@media screen and (max-width: 980px) {
/* ナビメニュー*/
  body {
    min-width: 850px;
  }
  
.navimenu {
  display: none;
}

/* トグルボタン */
#menubutton {
  display: block;
  position: absolute;
  right: 50px;
  top: -120px;
  color: #05173e;
  font-size: 60px;
  transform: scale(1.4,1.6);
  background-color: #ffffff;
  border-radius: 10px;
  padding: 5px;
  cursor: pointer;
}

#menubutton:hover {
  background-color: #aaaaff;
}
  
#menubutton:focus {
  outline: none;
}
    
#menubutton span {
  display: inline-block;
  text-indent: -9999px;
  }
  
#menu {
  display: none;   
  margin: 0;
  padding: 0;
  }
  
#menu ul {
  position: absolute;
  margin: 0;
  list-style: none;
  right: 20px;
  top: 0px;
  z-index: 1;
  background-color: #05173e;
  opacity: 1;
}

#menu li {
  border-bottom: 2px solid #ffffff;
}
  
#menu li:last-child {
  border-bottom: none;
}
	
#menu li a{
  width: 400px;
  display: block;
  padding: 30px 20px;
  color: #ffffff;
  font-size: 45px;
  font-weight: 900;
  text-decoration: none;
  letter-spacing: 0.2em;
  cursor: pointer;
}
  
/* キャッチコピー・画像 */
.catch {
  position: relative;
  box-sizing: border-box;
  padding: 30% 0%;
  margin-top: 160px;
  background-image: url(../jinnoimg/main.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.catchcopy {
  /*font-family: "游明朝","Yu Mincho","ＭＳ Ｐ明朝","MS PMincho","ＭＳ 明朝","MS Mincho",serif;*/
  position: absolute;
  position: absolute;
  top: -140px;
  left: 37px;
}
  
/* キャッチコピー1 */
.catchcopy {
	top: -25%;
	left: 3%;
	height: 110px;
	background-image: url(../jinnoimg/jinnologobig.png);
  background-repeat: no-repeat;
  background-size: 90px;
  background-position: left 5px top 20px; 
}

.catchcopy h1 {
  font-size: 30px;
  font-style: italic;
  font-weight: bold;
  text-shadow: -0.5px -0.5px 0 #000, 0.5px 0.5px 0 #000;
  letter-spacing: 0.1rem;
  padding-left: 110px;
}

.catchcopy h2 {
  font-size: 55px;
  font-weight: 900;
  letter-spacing: 0.1rem;
  padding: 7px 0 7px 100px;

}

.catchcopy p {
  font-size: 22px;
  font-style: italic;
  font-weight: 900;
  padding-left: 110px;
}

/* キャッチコピー2 */
.catchcopy2 {
	display: none;	
	}
	
.catchcopy2m {
	display: block;
  position: absolute;
  top: 30%;
  left: 30px;
  width: 80%;  
}

.catchcopy2m .kurume{
  text-shadow: 0 0 0 0 ;
  font-size: 35px;
  font-weight: 900;
  text-shadow: 1.2px 0 0 #000;
  padding-bottom: 10px;
}

.catchcopy2m .gaikokuzin {
	margin-left: -8px;
	line-height: 1.1;
  color: #e46a2e;
	font-feature-settings: "palt";	
  font-size: 50px;
  font-weight: 900;
  text-shadow: 1px 0 0 #f00;  
  padding-bottom: 10px;
}

.catchcopy2m .gaikokuzin span {
  vertical-align: middle;
  font-size: 32px;
  font-weight: 900;
  text-shadow: 1.5px 0 0 #f00;  
}

.catchcopy2m .omakase {
  font-size: 35px;
  font-weight: 900;
  text-shadow: 1.2px 0 0 #000;  
}
/* キャッチコピー3 */
  .catchcopy3 {
    display: none;
  }

/* catchcopyout 
.catchcopyout {
  display: block;
  position: absolute;
  top: 103%;
  left: 25%;
}
*/

/* モバイルメニュー */

	.menum {
		display: block;
		position: absolute;
		top: 100%;
		width: 100%;
		margin: auto;
		font-size: 40px;
		font-weight: bold;
	}

	.menum1 {
}
	
a .menum11 {
		text-decoration: none;
		display: block;
}
		
	.menum11o{
		color: #fff;
		text-align: center;
		background-color: #05173e;
		position: absolute;
		top: 20px;
		left: 6.8%;
		width: 42.5%;
		padding: 10px 0px;
	}
	
.menum11 {
		margin: auto;
		display: block;
		width: 93%;
		padding: 49px 0;
		border: 4px solid #cccccc;
	}
	
	.menum11 span {
		display: block;
		position: absolute;
		top: 79%;
		right: 4%;
		font-size: 17px;
	}


a .menum12 {
		text-decoration: none;
		display: block;
}
		
	.menum12o{
		color: #fff;
		text-align: center;
		background-color: #05173e;
		position: absolute;
		top: 20px;
		left: 50.7%;
		width: 42.5%;
		padding: 10px 0px;
	}
	
.menum12 {
		margin: auto;
		display: block;
		width: 93%;
		padding: 49px 0;
		border: 4px solid #cccccc;
}
	
	.menum12 span {
		display: block;
		position: absolute;
		top: 79%;
		right: 4%;
		font-size: 17px;
}

	
a .menum21 {
		text-decoration: none;
		display: block;
}
		
	.menum21o{
		color: #fff;
		text-align: center;
		background-color: #05173e;
		position: absolute;
		top: 201px;
		left: 6.8%;
		width: 42.5%;
		padding: 10px 0px;
	}
	
.menum21 {
		margin: auto;
		display: block;
		width: 93%;
		padding: 49px 0;
		border: 4px solid #cccccc;
	}
	
	.menum21 span {
		display: block;
		position: absolute;
		top: 80%;
		right: 4%;
		font-size: 17px;
	}		

.menum22 a {
		text-decoration: none;
		display: block;
}
		
	.menum22o{
		color: #fff;
		text-align: center;
		background-color: #05173e;
		position: absolute;
		top: 201px;
		left: 50.7%;
		width: 42.5%;
		padding: 10px 0px;
	}
	
.menum22 {
		margin: auto;
		display: block;
		width: 93%;
		padding: 49px 0;
		border: 4px solid #cccccc;
	}
	
	.menum22 span {
		display: block;
		position: absolute;
		top: 80%;
		right: 4%;
		font-size: 17px;
	}		
	
/* キャッチコピー4 */
.catchcopyout {
  position: absolute;
	width: 100%;
  top: 180%;
  left: 0%;
}
  
.catchcopy4 {
  display: block;
  text-align: center;
  /*
  position: absolute;
  top: 103%;
  left: 25%;
  */
}

.catchcopy4 .okigaru2 {
  text-align: center;
  width: 650px;
  margin: auto;
  font-size: 42px;
  font-weight: bold;
  letter-spacing: 0.1rem;
  padding-bottom: 15px;
}

.catchcopy4 .phone2::before {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 70px;/*画像の幅*/
  height: 70px;/*画像の高さ*/
  background-image: url(../jinnoimg/i_tel.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: bottom;
}

.catchcopy4 .phone2 a {
	
  width: 100%;
  margin: auto;
  color: #e46a2e;
	text-decoration: none;
  font-size: 85px;
  font-weight: 900;

}
	
  

.th {
  width: 600px;
  margin: auto;
  padding: 10px 0 0 50px;
  text-align: left;
}
  
.catchcopy4 .time2 {
  font-size: 40px;
  font-weight: 900;
  padding-bottom: 0px;
  margin: auto;
}

.catchcopy4 .holiday2 {
  margin: auto;
  display: block;
  font-size: 40px;
  font-weight: 900;
  padding: 10px 45px 25px 0;
  }
  
.catchcopy4 .mail2 .mail22 {
  display: none;
  }
  
.catchcopy4 .mailresponse {
  display: block;
}
  
.mailresponse2  a{
  text-decoration: none;
  display: block;
  color: #ffffff;
  width: 700px;
  margin: auto;
  padding:24px 0px 24px 0px;
  text-align: center;
  font-size: 50px;
	font-weight: bold;
 
  letter-spacing: 0.4rem;
  background-color: #e46a2e;
	border-width: 8px;
	border-style: solid;
	border-color: #eeaaaa #888888 #555555 #cc8888; 
  /*box-shadow: -3px -3px 0px 4px #c88, -3px 3px 0px 4px #444, 3px -3px 0px 4px #644, 3px 3px 0px 4px #444;*/ 
}
	
	.spacem {
	position: relative;
	padding: 45% 0 0 0;
	width: 0;
}	
.space {
  padding: 50% 0 0 0;  
  background-color: #f7f9fd;
}

  
  
.title h2 {
  /*display: none;*/
  font-size: 48px;
	font-weight: 900;
  letter-spacing: 0.2rem;
  text-shadow: 1.5px 0 0 #000;
  margin-bottom: 20px;
	
}

.title .div {
	display: none;
  height: 50px;
	padding-bottom: 40px;
  background-image: url(../jinnoimg/okomarideha.png);
  background-repeat: no-repeat;
	background-size: 98%;
  background-position: center center;
  vertical-align: middle;
}

.title p {
  color: #756e6e;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 0.1rem;
}
 
 /* イラスト　本文 */
.trouble {
  min-height: 740px;
  margin: auto;
  padding-left: 8px;
}

.trouble::after {
  content: "";
  display: block;
  clear: both;
}

/* イラスト・本文1 */
.troublein1 {
  background-image: none;
  background-repeat: no-repeat;
  background-size: 90px;
  background-position: center 0;
  padding: 30px 0 0 0;
  width: 100%;
  margin: 0 auto;
  float: left;
}

.troublein1 h2 {
  width: 80%;
  margin: 0 auto 40px auto;
  background-image: url(../jinnoimg/i_komaruwhite.png);
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: 30px 7px;
  background-color: #05173e;
  color: #fff;
  font-size:48px;
  font-weight: 900;
  letter-spacing: 0.5rem;
  padding: 25px 0 25px 100px;
  text-shadow: 1px 0 0 #000;
}

.troublein1 p {
  width: 92%;
  margin: auto;
  font-size: 39px;
  font-weight: bold;
  letter-spacing: 0.4rem;
  line-height: 1.5;
}
  
/* イラスト・本文2 */
 .troublein2 {
  background-image: none;
  background-repeat: no-repeat;
  background-size: 90px;
  background-position: center 0;
  padding: 115px 0 0 0;
  width: 100%;
  margin: auto;
  float: left;
}

.troublein2 h2 {
  width: 80%;
  margin: 0 auto 40px auto;
  background-image: url(../jinnoimg/i_clockwhite.png);
  background-repeat: no-repeat;
  background-size: 63px;
  background-position: 15px 16px;
  background-color: #05173e;
  color: #fff;
  font-size:48px;
  font-weight: 900;
  letter-spacing: 0.15rem;
  padding: 25px 0 25px 100px;
  text-shadow: 1px 0 0 #000;
}

.troublein2 p {
  width: 92%;
  margin: auto;
  font-size: 39px;
  font-weight: 900;
  letter-spacing: 0.4rem;
  line-height: 1.5;
}
 
/* イラスト・本文3 */
 .troublein3 {
  background-image: none;
  background-repeat: no-repeat;
  background-size: 90px;
  background-position: center 0;
  padding: 115px 0 0 0;
  width: 100%;
  margin: auto;
  float: left;
}

.troublein3 h2 {
  width: 80%;
  margin: 0 auto 40px auto;
  background-image: url(../jinnoimg/i_docwhite.png);
  background-repeat: no-repeat;
  background-size: 63px;
  background-position: 20px 15px;
  background-color: #05173e;
  color: #fff;
  font-size:48px;
  font-weight: 900;
  letter-spacing: 0.15rem;
  padding: 25px 0 25px 100px;
  text-shadow: 1px 0 0 #000;
}

.troublein3 p {
  width: 92%;
  margin: auto;
  font-size: 39px;
  font-weight: 900;
  letter-spacing: 0.4rem;
  line-height: 1.5;
}
  
/* 解決するボタン *//***/
.button-out {
  width: 100%;
  margin: auto;
  padding: 110px 0 40px 0;
}

.button p a {
  display: block;
  text-decoration: none;
  color: #ffffff;
  box-sizing: border-box;
  padding: 33px 0;
  width: 72%;
  border: 3px solid #444444;
  font-size: 50px;
  letter-spacing: 0.4rem;
  margin: 0  auto 58px;
  text-align: center;
  border-radius: 56px;
  background-color: #05173e;
  background: -webkit-linear-gradient(linear, top, bottom, from(#e46a2e), to(#433b37));
  background: -prefix-linear-gradient(top,#e46a2e,#433b37);
  background: linear-gradient(to bottom, #e46a2e 0%, #e46a2e 55%, #777777 100%);
  box-shadow: 7px 9px 12px 0px #888888;
}

  .button p a:hover{
    color: #ffffff;
  }

/* 代表メッセージ1　非表示 */
.backcolor {
  display: none;
}

/* 背景色b */
.backcolorb {
  display: block;
  padding: 60px 0 50px 0;
  background-color: #e8ebf1;
	z-index: -3;
}

/* 代表メッセージ2 */
.profileblock2b {
  margin: auto;
}

.title2b {
  margin: auto;
  text-align: center;
}

.title2b h2 {
  font-size: 45px;
  letter-spacing: 0.8rem;
  font-weight: 900;
  margin-bottom: 5px;
  text-shadow: 1px 0 0 #000; 
}

.title2b p {
  color: #756e6e;
  font-size: 25px;
  font-weight: 900;
  letter-spacing: 0.4rem;
  margin-bottom: 40px;
}

/* 神野　画像　プロフィール　 */
  .profileb::after {
    content: "";
    display: block;
    clear: both;
  }
  
.profilenameb {
  text-align: center;
  content="";
  width: 100%;
  margin: 0 auto 0 auto;
  padding: 58.5% 0 30px 0;
  background-image: url(../jinnoimg/IMG_smartphone2.jpg);
  background-repeat: no-repeat;
  background-size: 80%;
  background-position:  center 0;
}

.profilenameb .profile1b {
  letter-spacing: 0.3rem;
  font-size: 35px;
  font-weight: bold;
  padding: 0 0 30px 0;
}

.profilenameb .nameb {
  letter-spacing: 0.3rem;
  font-size: 50px;
  font-weight: bold; 
  text-shadow: 1px 0 0 #000;
}

.profilename1b {
  padding: 0 0 0px 0;
  float: none;
  box-sizing: border-box;
  width: 100%;
  margin: auto;
}
  
/* もっと見る　ボタン */
.button-out1b {
  width: 100%;
  margin: auto;
  padding: 90px 0 20px 0;
	z-index: 0;
}

.button1b {
  cursor: pointer;
  max-width: 100%;
  width: 72%;
  display: block;
  text-decoration: none;
  color: #ffffff;
  padding: 33px 0;
  border: 3px solid #444444;
  font-size: 50px;
  text-shadow: 1px 0 0 #fff;
  letter-spacing: 0.4rem;
  margin: 0px auto 0px;
  text-align: center;
  border-radius: 56px;
  background: -webkit-linear-gradient(linear, top, bottom, from(#e46a2e), to(#433b37));
  background: -prefix-linear-gradient(top,#e46a2e,#433b37);
  background: linear-gradient(to bottom, #e46a2e 0%, #e46a2e 55%, #777777 100%);  
  box-shadow: 7px 9px 12px 0px #888888;
}
  
.button1b:hover{
  background-color:  #ffffff;
}  
  
  
.p-p1b {
  text-align: center;
  width: 85%;
  margin: 20px auto;
  font-size: 50px;
  font-weight: 900;
  line-height: 1.5;
}
	
.p-p2a {
	position: relative;
	width: 85%;
	margin: 0 auto;
	font-size: 40px;
	line-height: 1.5;
	z-index: 0;
}
	
.p-p2aa {
	font-size: 15px;
	line-height: 1.5;
	position: absolute;
	display: block;
	min-width: 740px;
	width: 100%;
	text-align: center;
	z-index: 0;
}
	
	.p-p2aa .span1 {
		display: block;
		font-size: 15px;
		color: #888888;
		line-height: 1.5;
	}
	
	.p-p2aa .span2 {
		display: block;
		font-size: 15px;
		color: #cccccc;
		line-height: 1.5;
	}
	
.p-p2b {
	padding: 0;
	display: block;
	position: relative;
  width: 85%;
	top: -5px;
  margin: 0 auto;
  font-size: 40px;
  line-height: 1.5;
	background-color: rgba(232,235,241,1);
  }

.p-pinb {
	display: none;
	background-color: #e8ebf1;
}
	
.p-p4b {
  text-align: right;
  width: 85%;
  margin: 20px auto 0;
  font-size: 40px;
  line-height: 1.5;
}

 /* 法律の改定　タイトル・サブタイトル */
.profileblock3 {
  margin: 60px auto 0;
}

.title3 {
  margin: auto;
  text-align: center;
}

.title3 h2 {
  font-size: 50px;
  letter-spacing: 0.6rem;
  text-shadow: 1.5px 0 0 #000;
  margin: 0px 0 20px 0;
}

.pleaselaw {
  margin-top: 5%;
}

.title3 p {
  color: #756e6e;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 0rem;
  margin-bottom: 40px;
}

/* 在留資格・タイトル */
.zairyuu p{
  width: 280px;
  font-size: 45px;
  letter-spacing: 0.5rem;
  font-weight: bold;
  font-style: italic;
  padding-bottom: 3px;
  border-bottom: 2px solid #000000;
  margin: 0 auto 50px;
  text-align: center;
}
  
/* 在留資格改定図 */
.troublez {
  max-width: 1100px;
  margin: auto;
  padding: 0 8px;
  background-image: url(../jinnoimg/arrow3.png);
  background-repeat: no-repeat;
  background-size: 128px;
  background-position: center 30%;
}

.troublez::after {
  content: "";
  display: block;
  clear: both;
}

.troubleinz1 {
  margin: auto;
  width: 80%;
  text-align: center;
  float: none;
}

.troubleinz2 {
  width: 80%;
  margin: 225px auto 0;
  padding: 0 0 0 0;
  text-align: center;
  float: none;
}

.troubleinz1 h1, .troubleinz2 h1 {
  font-size: 35px;
  font-weight: bold;
  padding-bottom: 2%;
  letter-spacing: 0.6rem;
}

.troubleinz1 h2, .troubleinz2 h2 {
  font-weight: normal;
  color: #ffffff;
  font-size: 41px;
  background-color: #373331;
  padding: 7% 0;
  margin: 6% 0;
  letter-spacing: 0.12em;
}

.troubleinz2 .h2red {
  background-color: #e46a2e;
}

.troubleinz2 .plus {
  color: #e46a2e;
  font-size: 100px;
  padding: 0;
  margin: 5% 0;
  background-color: #ffffff;
}

.troubleinz2 .date {
  width: 100%;
  padding: 20px 0 0 0;
  text-align: right;
  font-size: 30px;
  letter-spacing: 0.22rem;
}

 /* 最新の情報を見る */
.button-out2 {
  width: 100%;
  margin: auto;
  padding: 90px 0 40px 0;
}

.button2 p a {
  display: block;
  text-decoration: none;
  color: #ffffff;
  box-sizing: border-box;
  padding: 33px 0;
  width: 72%;
  border: 3px solid #444444;
  font-size: 50px;
  text-shadow: 1.5px 0 0 #fff;
  letter-spacing: 0.4rem;
  margin: 0  auto 58px;
  text-align: center;
  border-radius: 56px;
  background-color: #05173e;
  background: -webkit-linear-gradient(linear, top, bottom, from(#e46a2e), to(#433b37));
  background: -prefix-linear-gradient(top,#e46a2e,#433b37);
  background: linear-gradient(to bottom, #e46a2e 0%, #e46a2e 55%, #777777 100%);  
  box-shadow: 7px 9px 12px 0px #888888;
}
 
.button2 p a:hover{
  color: #ffffff;
}

	
/* accessmap領域 */
	
.access {
		max-width: 860px;
	  font-family: "Hiragino Mincho Pro W6","ヒラギノ明朝 Pro W6","Hiragino Mincho Pro";
	 margin: 0 auto;
	 padding-left: 2%;
	 background-color: #f7f9fd;
	 float: left;
}
	
.access .table {
	width: 860px;
	text-align: center;
	margin: auto;
}

.access .table::after {
	display: block;
	content: "";
	clear: both;
}

.access .table1 {
	margin-left: 100px;
	float: left;
}

.access .table2 {
	margin-left: 50px;
	float: left;
}

.access tr {
	font-size: 17px;
	font-weight: bold;
}

.access th, .access td {
	text-align: left;
	padding: 5px 0 5px 0;
}

.tdbutton a{
  display: block;
  text-decoration: none;
  color: #ffffff;
  box-sizing: border-box;
  padding: 5px 0;
  width: 200px;
  border: 3px solid #444444;
  font-size: 17px;
  letter-spacing: 0.2rem;
  text-align: center;
  border-radius: 9px;
  background-color: #05173e;
  box-shadow: 2px 3px 5px 0px #888888;
}

.tdbutton a:hover {
  color: #05173e;
  background-color: #ffffff;
}

.roadmap {
	text-align: center;
	width: 870px;
	margin: 0 auto;
}

.roadmap::after {
	content: "";
	display: block;
	clear: both;
}

.roadmap p {
	margin-top: 10px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: 0.15em;
	padding-bottom: 50px;
}

.roadmap1 {
	margin-left: 112px;
	float: left;
}

.roadmap2 {
	margin-left: 88px;
	float: left;
}

	/*
/* accessmap */
.a1 {
	width: 100%;
	background-color: #f7f9fd;
}
.accessout {
	max-width: 1100px;
	margin: auto;
}

.accessmap {
  margin: auto;
	background-color: #f7f9fd;
}

.accesstitle {
	text-align: center;
}

.accesstitle h2 {
	text-align: center;
	padding-top: 40px;
  font-size: 50px;
  letter-spacing: 0.6rem;
  text-shadow: 1.5px 0 0 #000;
  margin: 0px 0 20px 0;
}

.accesstitle p {
	text-align: center;
  color: #756e6e;
  font-size: 30px;
  font-weight: 900;
  padding-bottom: 40px;
}

.accessmap .jinnop::before {
	content: "";
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	width: 35px;
	height: 35px;
	margin: 0 5px 0 -55px;
	vertical-align: top;
	background-image: url(../jinnoimg/jinnologo.png);
}

.accessmap .jinnop {
	 font-family: "Hiragino Mincho Pro W6","ヒラギノ明朝 Pro W6","Hiragino Mincho Pro";
	text-align: center;
	padding-left:38px;
	margin-bottom: 20px;
	font-size: 35px;
	font-weight: bold;
}


.access {
	 width: 100%;
	 display: block;
	 font-family: "Hiragino Mincho Pro W6","ヒラギノ明朝 Pro W6","Hiragino Mincho Pro";
	 margin: 0 auto 140px;
	 padding-left: 2%;
	 background-color: #f7f9fd;
}

.access .table {
	width: 800px;
	text-align: center;
	margin: 0 0 100px;
}

.access .table::after {
	display: block;
	content: "";
	clear: both;
}

.access .table1 {
	margin-left: 00px;
	position: absolute;
}

.access .table2 {
	margin-left: 0px;
	position: absolute;
	left: 500px;
}

.access tr {
	font-size: 22px;
	font-weight: bold;
}

.access th, .access td {
	text-align: left;
	padding: 5px 0 5px 0;
}

.tdbutton a{
  display: block;
  text-decoration: none;
  color: #ffffff;
  box-sizing: border-box;
  padding: 5px 0;
  width: 200px;
  border: 3px solid #444444;
  font-size: 17px;
  letter-spacing: 0.2rem;
  text-align: center;
  border-radius: 9px;
  background-color: #05173e;
  box-shadow: 2px 3px 5px 0px #888888;
}

.tdbutton a:hover {
  color: #05173e;
  background-color: #ffffff;
}

.roadmap {
	width: 870px;
}

.roadmap::after {
	content: "";
	display: block;
	clear: both;
}

.roadmap p {
	margin: 60px 0 0 0;
	font-size: 19px;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: 0.1em;
}

.roadmap1 {
	margin-left: 0px;
	position: absolute;
	left: 35px;
}

.roadmap2 {
	width: 335px;
	margin-left: 0px;
	position: absolute;
	left: 515px;
}	
	
.accessphoto {
	display: block;
	margin: 0px 0 0 30px;
	clear: both;
}
	
.accessphoto1 {
	display: block;
	width: 30%;
	margin-bottom: 40px;
  box-shadow: 5px 5px 5px 0px #555555;
}

.accessphoto2 {
	display: block;
	margin: 0 2%;
	width: 30%;
  box-shadow: 5px 5px 5px 0px #555555;	
}

.accessphoto3 {
	display: block;
	width: 30%;
  box-shadow: 5px 5px 5px 0px #555555;
}
	
/* フッタ領域 */ 
.footer {
  /*position: relative;*/
}
  
.footerarea {
	position: relative;
  text-align: left;
  background-color: #05173e;
}

/* トップへ戻る */
.totop {
  display: block;
	position: absolute;
	right: 0;
  }

.totop a{  
  width: 350px;
  display: block;
  font-size: 40px;
  font-weight: 900;
  background-color: #e46a2e;
  text-decoration: none;
  letter-spacing: 0.3rem;
  padding: 40px 10px 40px 10px;
  color: #ffffff;
  text-align: center;  
	border-width: 6px;
	border-style: solid;
	border-color: #eeaaaa #888888 #555555 #cc8888; 
	
}
/* フッタナビ */
.footerarea .footermenu1 {
  display: none;
}

.footermenu2 {
  display: block; 
  padding-top: 60px;
}

.footermenu2 li {
  display: block;
  padding: 30px 0 21px 45px;
}

.footerarea ul li:last-child {
  border-right: 3px none #ffffff;
}

.footerarea .footermenu2 li a {
	border-left: none ;
  display: block;
  text-decoration: none;
  border-bottom: 1.5px solid #ffffff;
  padding: 20px 0 20px 0;
  color: #ffffff;
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 0.4rem;
}

.menu1 {
  width: 250px;
  }
  
.menu2 {
  width: 450px;
  }
  
.menu3 {
  width: 400px;
  }
  
  .menu4 {
    width: 370px;
  }
  
  .menu5 {
    width: 400px;
  }
  
/* フッタロゴ */
.footerlogo::after {
  content="";
  display: block;
  clear: both;
}

.footerlogo {
  max-width: 1100px;
  margin: auto;
}
  
.footermain {
  padding-left: 45px;
  margin: auto;
  background-image: none;
  background-color: #05173e;
  color: #ffffff;
  font-family: "游明朝","Yu Mincho","ＭＳ Ｐ明朝","MS PMincho","ＭＳ 明朝","MS Mincho","Hiragino Mincho Pro W6","ヒラギノ明朝 Pro W6","Hiragino Mincho Pro", "MS明朝",serif;
  text-align: left;
  float: left;
}

.fname1 {
  display: none;
  padding-left: 35px;
  padding-bottom: 7px;
  font-size: 13px;
}

.fname2 {
  font-size: 50px;
  font-weight: 900;
  padding: 50px 0 20px 0;
}

.fname3 {
  font-size: 40px;
  letter-spacing: 0.9rem;
  padding-bottom: 10px;
}

.fname4 {
  display: block;
  font-size: 40px;
}

.fname4 span {
  display: block;
  font-size: 40px;
  padding: 10px 0 0 0;
}

/* フッタコンタクト */
.fcon-menu::after {
  content: "";
  display: block;
  clear: both;
}

.fcon-menu {
  padding-right: 10px; 
  /*font-family: "Hiragino Kaku Gothic Pro W6","ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro";*/
  float: none;
  clear: both;
  color: #ffffff;
}

.fcontact1 { 
  display: none;
  text-align: center;
  width: 125px;
  margin: 0 0 15px 50px;
  padding: 2px 2px 2px 2px;
  font-size: 15px;
  letter-spacing: 0.2rem;
  border: 1px solid #ffffff;

}

.fcontact2 a{
	color: #fff;
	display: block;
  text-align: left;
  font-size: 85px;
  font-weight: 900;
  letter-spacing: 0.1rem;
  padding: 10px 0 20px 75px;
  background-image: url(../jinnoimg/i_tel2.png);
  background-repeat: no-repeat;
  background-color: #05173e;
  background-size: 60px;
  background-position: 10px 20px;
}
  
  .fcontact3 {
    display: none;
  }
  
.fcontact4 {
  display: block;
  }
  
.fcontact4 a {
  display: block;
  width: 650px;
  padding: 20px 0px 15px 0;
  margin: 10px 0 30px 80px;
  text-decoration: none;
  color: #ffffff;
  font-size: 50px;
  font-weight: 900;
  letter-spacing: 0.35rem;
  text-align: left;
  background-color: #e46a2e;
  text-align: center;
	border-width: 6px;
	border-style: solid;
	border-color: #eeaaaa #888888 #555555 #cc8888; 

}

.copyright1 p{
  /*font-family: serif;*/
  color: #756e6e;
  clear: both;
  font-size: 30px;
  font-weight: 900;
  text-align: center;
  padding: 0 0 55px 35px;
	letter-spacing: -0.1rem;
}
  
.copyright1 p .copy {
  font-size: 50px;
  vertical-align: middle;
}
  
.copyright1 p .seireki {
  padding: 0 10px 0 15px;
  font-size: 30px;
	letter-spacing: -0.05rem;
}

}

	
}

/* 670px 以上 */
@media (max-width: 670px) {
/* キャッチコピー3 */
.troublein1 h2 {
  font-size:28px;
  letter-spacing: 0.3rem;
}

.troublein2 h2 {
  font-size:28px;
  letter-spacing: 0.3rem;
}
.troublein3 h2 {
  font-size:28px;
  letter-spacing: 0.3rem;
}

}

/* 650px 以下 */
@media (max-width: 650px) {
  .mailresponse  a{
  font-size: 30px;
  letter-spacing: 0.7rem;
}
  
}