@media screen and (min-width:1185px) {
/* ここにPC向けのCSS指定 */
  #ham-menu {
	display: none;
 }
 
  body {
      font-size: 17px;
  }
  
  .notpc {
   display: none;
  }
  
}

@media screen and (max-width: 1580px) {
 
	#w20 {
	width: 90%;
	margin-left: 65vw;
	max-width: 130px;
	}
	
}

@media screen and (max-width: 1450px) {
  #site-header-logo {
   padding-left: 10px;
   font-size: 2.0rem;  
  }
  
  .site-branding-text {
  
   margin-top: 20vw;
  }
  
.home .site-branding-text .site-title {
	font-size: 1.8rem;
	line-height: 2.0rem;
}
	
	#w70 {
		max-width: 700px;
	}

	
.site-branding-sub .site-title {
	 text-align: center;
	 padding-top: 1px;
	 font-weight: bold;
	 font-size: 60px;
	 color: #fff;
	 text-shadow: 1px 1px 0px #ce4a4a, -1px -1px 0px #ce4a4a,
			  -1px 1px 0px #ce4a4a,  1px -1px 0px #ce4a4a,
			   1px 0px 0px #ce4a4a, -1px  0px 0px #ce4a4a,
			   0px 1px 0px #ce4a4a,  0px -1px 0px #ce4a4a;

	}


.site-branding-sub #site-title-en {
	
	/*border-radius: 10px; *//* この行で角を丸くする */
	padding: 1em;
	background-color: rgba(0,114,251,0.74);
	text-shadow: 0 0 #fff;
	padding-bottom: 10px;
	font-size: 20px;

	}

	
}

@media screen and (max-width: 1280px) {
	.site-branding {
		width: 100%;
		padding-top: 0;
	}
	
}

@media screen and (max-width: 1184px) {
/* ここにpad向けのcss */
  body {
      font-size: 17px;
  }
  
  #global-nav {
   display: none;
  }
  
  .notsp {
   display: none;
  }
  
  #ham-menu h3 {
   font-size: 1.5rem;
  }
  
  #ham-menu li {
   font-size: 1.2rem;
  }
    
  .site-title {
   font-size: 2.2rem;
   line-height: 3rem;
   width: 90%;
   margin-left: auto;
   margin-right: auto;
  }

  
.site-branding-sub .site-title {
	 text-align: center;
	 padding-top: 1px;
	 font-weight: bold;
	 font-size: 45px;
	 color: #fff;
	 text-shadow: 1px 1px 0px #ce4a4a, -1px -1px 0px #ce4a4a,
			  -1px 1px 0px #ce4a4a,  1px -1px 0px #ce4a4a,
			   1px 0px 0px #ce4a4a, -1px  0px 0px #ce4a4a,
			   0px 1px 0px #ce4a4a,  0px -1px 0px #ce4a4a;

	}

	.site-branding-sub #site-title-en {
		font-size: 1.0rem;
		/*border-radius: 10px; *//* この行で角を丸くする */
		padding: 1em;
		background-color: rgba(217,99,101,0.70);
		padding-bottom: 12px;

	}

  #topimg {
    clear: both;
    width: 100%;
    margin-top: 0;
  }
    
  .inner-wrap {
    clear: both;
    float: right;
    width: 100%;
    margin-top: -18vw;
    text-align: center;
  }
  
  	
  .site-branding-sub .site-branding-text {
    width: 100%;
    margin-top: -24vw;
    top: -10vw;
    float: none;
    clear: both;
    padding-bottom: 0;
	}
  
/*  .home .site-title {
     font-size: 1.4rem;
     margin-bottom: 0;
     padding-bottom: 20px;
  }*/
   
	.home .site-branding-text .site-title {
     font-size: 1.4rem;
     margin-bottom: 0;
     padding-bottom: 20px;
	}
	
  #topback01 {
   background-size: 80%;
  }
  
  #topback03 {
   background-size: 80%;
  }
  
  #contentspageback01 {
   background-size: 80%;
  }
  
  #zumenback {
   background-size: 80%;
  }
  
  #kouteiback {
   background-size: 80%;
  }
  /* メールフォーム背景幅変更 */
  #mailback {
   background-size: 100%;
  }
  
  #topimg-sub {
   float: none;
   width: 100%;
   height: auto;
  }
  
  
  .site-branding-sub #titlemargin {
   display: none;
  }
  
  .site-branding-sub .inner-wrap {
   float: none;
  }
  
  p#kjinfo {
	width: 94%;
	margin-left: 3%;
	margin-right: 3%;
	font-size: 17px;
	text-align: left;
  }

  #topback02 .news dd {
   width: 90%;
  }
  
/*  #ft {
	margin-top: 2vw;
  }*/
  
  /*#topcontents-sub {
   margin-top: 0;
  }*/
  
  #page-top{
      width: 7%;
  }
	
	#topback02 dl dd {
		font-size: 17px;
	}
	#topback02 dl dt {
		font-size: 17px;
	}
	
	.coad_3 {
		font-size: 1.8rem;
	}
	
	.heading06_pick {
		font-size: 40px;
	}
	#pickup h3 {
	 font-size: 1.4rem;
	}

 	#kjinfoimg {
		background-size: 65%;
		margin-top: 0;
	}
	
	#site-header-logo {
		margin-bottom: 16px;
        font-size: 1.8rem;
    }
	
} 


@media screen and (max-width: 912px) {
	/* ipad・Safece対応 */
	#topimg {
		margin-top: 0vw;
	}
	
	#topback02 .news dd {
        width: 70%;
    }
	

	#w20 {
	width: 70%;
	margin-left: 70vw;
	}
	  
	#ft {
		background-size: 100% 100%;
	}
}

/* 画面幅が768px以下スマホやタブレットになった時適用する */
@media screen and (max-width: 768px){
	/* スライドショー確認要用*/
	.img-frame{
	   width: 100%;
	   /*height: 200px;*/
	}
	/* 新着情報エリア */
	#topback02 .news dd {
        width: 65%;
    }
	
	#w20 {
	margin-left: 70vw;
	}
	/* 会社ロゴ */
	#logo img {
    max-width: 200px;
    text-align: left;
	}
}

@media screen and (max-width: 500px){
/* ここにスマホ向けのcss */
  body {
      font-size: 14px;
  }

  #global-nav {
   display: none;
  }

  .notsp {
   display: none;
  }

  /*.inner-wrap {
    margin-top: -30vw;
  }*/
  
  .site-branding-text {
    padding-top: 0;
    padding-bottom: 0;
  }
  
/*  .home .site-title {
     font-size: 1.0rem;
    line-height: 1.4rem;
    height: auto;
    padding-bottom: 10px;
    margin-bottom: 0;
	width: 70%;
  }*/
	
   .home .site-branding-text .site-title {
     font-size: 1.0rem;
     margin-bottom: 0;
     padding-bottom: 10px;
	}
  
  .site-branding-sub .site-title {
	 text-align: center;
	 padding-top: 1px;
	 font-weight: bold;
	 font-size: 25px;
	 color: #fff;
	 text-shadow: 1px 1px 0px #ce4a4a, -1px -1px 0px #ce4a4a,
			  -1px 1px 0px #ce4a4a,  1px -1px 0px #ce4a4a,
			   1px 0px 0px #ce4a4a, -1px  0px 0px #ce4a4a,
			   0px 1px 0px #ce4a4a,  0px -1px 0px #ce4a4a;

	}

	.site-branding-sub #site-title-en {
		font-size: 0.8rem;
		/*border-radius: 10px; *//* この行で角を丸くする */
		padding: 1em;
		padding-top: 10px;
		background-color: rgba(217,99,101,0.70);
		padding-bottom: 10px;

	}
	
  #ham-menu h3 {
   font-size: 1.0rem;
  }
  
  #ham-menu li {
   font-size: 1rem;
  }
  
  #topcontents h2 {
   margin-top: 10px;
   font-size: 1.2rem;
  }
  
  #backblue {
   margin-top: 50px;
  }
  
  #topback02 dl {
   margin-top: -2vw;
  }
  
  #topcontents {
   padding-bottom: 20px;
  }  

  #topback01 {
   background-size: 90%;
  }
  
  #topback03 {
   background-size: 90%;
   margin-top: 80px;
  }
  
  #contentspageback01 {
   background-size: 90%;
  }
  
  #zumenback {
   background-size: 90%;
  }
  
  #kouteiback {
   background-size: 90%;
  }
  
  #mailback {
   background-size: 90%;
  }
  
  #topcontents-sub h2 {
   font-size: 1.4rem;
   /*margin-top: 10px;*/
   padding-top: 20px;
  }
  
  p#kjinfo{
  font-size: 15px;
  }
  
  #site-header-logo {
   font-size: 1.3rem;
   padding-left: 0;
   margin-bottom: 0;
  }
  
  #backblue {
   padding-top: 10px;
   padding-bottom: 10px;
   background-position: center top;
  }
  
  #banner30 {
   width: 80%;
   margin-left: auto;
   margin-right: auto;
   float: none;
   clear: both;
   margin-top: 10px;
   margin-bottom: 10px;
  }
  
  #topback02 .news dt {
   font-size: 15px;
  }
  
  #topback02 .news dd {
   padding-left: 5px;
   padding-right: 5px;
   font-size: 14px;
   line-height: 20px;
   margin-left: 15px;
   margin-bottom: 20px;
  }
  
  #w50 {
   width: 99%;
   margin-left: 0.5%;
   margin-right: 0.5%;
   margin-top: 15px;
   margin-bottom: 2px;
   float: none;
   clear: both;
  }
  
  #pickup h3 {
   font-size: 1.2rem;
  }
  
  .btn, a.btn, button.btn {
   font-size: 14px;
  }
  
  #topcontents-sub {
   padding-bottom: 20px;
   padding-top: 0;
  }
  
  #ft #banner30 h3 {
   font-size: 15px;
   line-height: 20px;
   margin-top: 0px;
   margin-bottom: 10px;
   padding-top: 30px;
  }
  
  #topimg-sub {
   float: none;
   width: 100%;
   height: auto;
  }
  
  .site-branding-sub {
   padding-top: 20px;
   height: auto;
  }
  
  .site-branding-sub .inner-wrap {
   float: none;
   /*margin-top: -20vw;*/
  }
  
  th {
	   font-size: 15px;
	   width: 50%;
	   line-height: 23px;
	   display: block;
	   padding-left: 5px;
  }
  
  td {
   font-size: 14px;
   width: 92%;
   line-height: 23px;
   display: block;
   padding-left: 5px;
   margin-top: 5px;
   margin-bottom: 15px;
   margin-left: 5%;
  }
	table.table01 {
	width: 99%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	border-collapse: separate;
	border-spacing: 0 0; /*th tdの間隔あける*/
	font-size: 20px;
	}
  
  
  #photo30 {
   width: 99%;
   margin-left: 0.5%;
   margin-right: 0.5%;
   margin-top: 15px;
   margin-bottom: 2px;
   float: none;
   clear: both;
  }
  
  h3 {
   font-size: 15px;
  }
  
  #page-top{
      width: 10%;
  }
  .heading06_conte {
	background-position-y: 60%;
	}

	.heading06_conte span {
    font-size: 1.2rem;
	}
	
	.coad_3 {
		font-size: 1.2rem;
	}
	
	.coad_2 {
		font-size: 1.2rem;
	}
	
	.button14 a {
		width: 200px;
		font-size: 15px;
		margin-left: auto;
		margin-right: auto;
	}
	
	#w20 {
        /*width: 100%;*/
        margin-left: 65vw;
    }
	
	.topcontentsback {
		background-size: 70%;
	}
	
	.heading06_n::before {
		font-size: 25px;
	}
	
	.heading06_mi::after {
    font-size: 25px;
	}
	
	#topimg2 #logo {
		width: 150px;
	}
	
	#ftright {
		background-image: url("ft_dsign_r.png");
		background-position: center bottom;
		background-repeat: no-repeat;
		background-size: 100%;
	}
	

	#shin_lb {
		 background-image: url("shinl_bot.png");
		 background-position: left bottom;
		 background-repeat: no-repeat;
		 background-size: 40%;
	}

	#shin_lt {
		 background-image: url("shinl_top.png");
		 background-position: left top;
		 background-repeat: no-repeat;
		 background-size: 40%;
	}


	#shin_rb {
		 background-image: url("shinr_bot.png");
		 background-position: right bottom;
		 background-repeat: no-repeat;
		 background-size: 40%;
	}

	#shin_rt {
		 background-image: url("shinr_top.png");
		 background-position: right top;
		 background-repeat: no-repeat;
		 background-size: 40%;
	}
	
	.heading06 {
		position: relative;
		font-size: 20px;
		text-align: left;
		margin-top: -2vw;
	}

	.heading06::before {
		content: attr(data-en);
		display: block;
		color: #ce4a4a;
		font-size: 17px;
	}

	.heading06_n {
		position: relative;
		font-size: 20px;
		text-align: center;
	}

	.heading06_n::before {
		content: attr(data-en);
		display: block;
		color: #ce4a4a;
		margin-bottom: 0;
		font-size: 30px;

	}

	.heading06_mi {
		position: relative;
		font-size: 15px;
		text-align: left;
		color: #969696;

	}

	.heading06_mi::after {
		content: attr(data-en);
		display: block;
		color: #ce4a4a;
		margin-bottom: 0;
		font-size: 20px;

	}


	.heading06_misc span {
		position: relative;
		font-size: 1.2rem;
	}


	.heading06_misc::after{
		content: attr(data-en);
		display: block;
		color: #f9b7b7;
		margin-bottom: 5%;
		font-size: 20px;
	}

	.heading06_miri span {
		position: relative;
		font-size: 1.0rem;
	}


	.heading06_miri::after{
		content: attr(data-en);
		display: block;
		color: #969696;
		margin-bottom: 5%;
		font-size: 17px;
	}


	.heading06_acc {
		position: relative;
		font-size: 15px;
		text-align: right;
		color: #FCB3B4;
	}

	.heading06_acc::after {
		content: attr(data-en);
		display: block;
		color: #ffffff;
		margin-bottom: 40px;
		font-size: 20px;

	}


	.heading06_d {
		position: relative;
		font-size: 15px;
		color: #ce4a4a;
		text-align: center;
	}
	.heading06_d::before {
		content: attr(data-en);
		display: block;
		color: #fff;
		margin-top: 17px;
		font-size: 20px;

	}

	.heading06_mipro span {
		position: relative;
		font-size: 1.3rem;
		color: #969696;

	}

	.heading06_oshi1::before {
		content: attr(data-en);
		display: block;
		color: #ce4a4a;
		margin-top: 20px;
		font-size: 20px;
	}

	.heading06_oshi2::before {
		content: attr(data-en);
		display: block;
		color: #ce4a4a;
		margin-top: 20px;
		font-size: 20px;

	}

	.heading06_mail::before {
		content: attr(data-en);
		display: block;
		color: #ce4a4a;
		margin-top: 20px;
		font-size: 20px;
	}
	
}
