@charset "UTF-8";


/* ------------------------------------------------------------

   base

------------------------------------------------------------ */
html,
body {
	width:100%; /* viewport 対策 */
}
html {
	font-size:100%;
}

body {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	/*font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	color:#3b3e3f;
	background:#fff;
	font-size:1em;
	line-height:1.7;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased; /* Safariのtransitionで文字が細くなる対応 */
	/*position:relative;*/
}
a {
	color:#3b3e3f;
	text-decoration:none;
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out;
}
a:link,a:visited {
	color:#3b3e3f;
}
a:hover {
	color:#3b3e3f;
	opacity:0.7;
	filter:alpha(opacity=70);
}
img {
	vertical-align:bottom;
	width:100%;
}
a img {
	/*-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out;*/
}
a:hover img {
	/*opacity:0.7;
	filter:alpha(opacity=70);*/
}
ul {
    list-style:none;
}
ul,li {
	list-style-type:none;
}

#loading {
 width: 100%;
 height: 100%;
 margin: 0;
 background: #fff;
 opacity: 1.0;
 position: fixed;
 top: 0;
 left: 0;
 z-index: 9999;
}
#loading img {
 position:absolute;
 top:50%;
 left:50%;
 margin-top:-20px;
 margin-left:-20px;
 width:40px;
}

#page-top {
	position:fixed;
	bottom:0px;
	right:0px;
	width:50px;
	height:50px;
}

#toppage h2 {
	color:#18509d;
	font-size:2.25em;
	text-align:center;
}


@media screen and (min-width:769px) {	/* PC */
.only_sp,.only_tab,.only_tab_sp { display:none; }
}
@media screen and (min-width:481px) and (max-width:768px) {	/* タブレット */
.only_pc,.only_sp { display:none; }
}

@media screen and (max-width:480px) {	/* スマホ */
/*html { font-size:0.9em; }*/
.only_pc,.only_tab,.only_pc_tab { display:none; }
#toppage h2 {
	font-size:1.5em;
}
}








/* ------------------------------------------------------------

   header

------------------------------------------------------------ */
/*#header {
	background:#fff;
	height:100px;
}
#header h1 {
	width:255px;
	float:left;
	padding:35px 0 0 2%;
}
#header #nav_pc {
	width:40%;
	min-width:390px;
	float:right;
}*/

#header {
	background:#fff;
	width:100%;
	height:100px;
	position:fixed;
	top:0;
	z-index:1000;
	/*min-width:1024px;*/
}
#header h1 {
	width:255px;
	padding:26px 0 0 2%;
	position:fixed;
	left:0;
	text-align:center;
}
#header #nav_pc {
	width:40%;
	min-width:390px;
	position:fixed;
	top:0;
	right:0;
}


/*https://www.nxworld.net/tips/15-text-link-hover-effect-and-design.html*/
#header #nav_pc .dropmenu > li a {
	display:block;
	width:33.333%;
	/*min-width:130px;*/
	float:left;
	color:#cdd5e5;
	font-weight:bold;
	line-height:100px;
	text-align:center;
	border-left:1px solid #4673b1;
	box-sizing:border-box;
	background-position: 0 0;
	transition:0.3s;
	background-size: auto 200%;
	background-color:#18509d;
	
	
	/*-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#18509d, endcolorstr=#00897b))";
	zoom: 1;*/
	background-image: -moz-linear-gradient(#18509d 50%,#00897b 50%);
	background-image: -webkit-linear-gradient(#18509d 50%,#00897b 50%);
	background-image: linear-gradient(#18509d 50%,#00897b 50%);
	/*background-image: linear-gradient(#18509d 50%,#00897b 50%);*/
}
#header #nav_pc .dropmenu > li a:hover {
	
	background-position: 0 100%;
	color:#fff;
	opacity:1;
	filter:alpha(opacity=100);
	background-color:#00897b;
}


/*
http://weboook.blog22.fc2.com/blog-entry-408.html
*/
/*.dropmenu{
  *zoom: 1;
  list-style-type: none;
  width: 960px;
  margin: 5px auto 30px;
  padding: 0;
}*/
.dropmenu:before, .dropmenu:after{
  content: "";
  display: table;
}
.dropmenu:after{
  clear: both;
}
/*.dropmenu li{
  position: relative;
  width: 20%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
.dropmenu li a{
  display: block;
  margin: 0;
  padding: 15px 0 11px;
  background: #8a9b0f;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
}*/
.drop_child {
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  width:100%;
  display:block;

  /*追記*/
  visibility: hidden;
  opacity: 0;
  transition: .3s;
}
/*追記*/
.dropmenu li:hover .drop_child {
  visibility: visible;
  opacity: 1;
}
.dropmenu li .drop_child li{
  width: 100%;
  float:none;
  padding:0 !important;
}
.dropmenu li .drop_child li a{
  padding:10px 15px !important;
  border-bottom: 1px solid #666;
  background: #333;
  text-align: left !important;
  width:300px !important;
  line-height:1 !important;
  display:block !important;
  background: #353a3d !important;
  color:#C3C4C5 !important;
  font-weight:normal !important;
  border-left:none !important;
  float:none !important;
  visibility: hidden;
  opacity: 0;
  /*transition: .3s !important;*/
}
.dropmenu li:hover .drop_child li a{
  visibility: visible;
  opacity: 1;
}
.dropmenu li:hover .drop_child li a:hover {
  background: #666 !important;
}



@media screen and (min-width:769px) {	/* PC */
#header #nav_sp {
	display:none;
}
}
@media screen and (min-width:481px) and (max-width:768px) {
#header {
	height:auto !important;
	position:relative;
}
#header h1 {
	width:35%;
	float:none;
	margin:0 auto;
	/*height:50px;*/
	padding:30px 0;
	position:static;
	left:auto;
}
#header #nav_pc {
	display:none;
}
}
@media screen and (max-width:480px) {
#header {
	height:60px;
	position:relative;
}
#header h1 {
	width:auto;
	float:none;
	margin:0 auto;
	padding:0;
	position:static;
	left:auto;
}
#header h1 img {
	padding-top:13px;
	height:34px;
	width:auto;
}	
#header #nav_pc {
	display:none;
}


/*　7/21記載
https://blog.mismithportfolio.com/web/20150529scrollfixed#b　*/
.mean-nav {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling:touch;
}
.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
/*　7/21記載　*/

}

@media screen and (min-width:769px) {	/* PC */
#contents {
	margin-top:100px;
}
}







/* ------------------------------------------------------------

   main_img

------------------------------------------------------------ */


/*高さ指定なければこれだけ*/
.main_img li {
	position:relative;
}
.main_img li p {
	color:#fff;
	text-align:center;
	font-size:1.125em;
	line-height:2.5;
	letter-spacing:1px;
	width:100%;
	position:absolute;
	z-index:2;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-shadow:0px 0px 3px gray;
}
.main_img li img {
	position: relative;
}
.main_img a {
	transition:none;
	display:block;
}
/*高さ指定なければこれだけ*/







.main_img li,
.main_img li a {
	position:relative;
	max-height:572px;
	height:572px;
}
.main_img li p {
	color:#fff;
	text-align:center;
	font-size:1.125em;
	line-height:2.5;
	letter-spacing:1px;
	width:100%;
	position:absolute;
	z-index:2;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-shadow:0px 0px 3px gray;
}
.main_img li img {
	position: relative;
	top: 50%;
	-webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -o-transform:translateY(-50%);
	transform:translateY(-50%);
}

.main_img a {
	transition:none;/*controlずれる対策*/
	display:block;
}

@media screen and (max-width:1200px) {
.main_img li,
.main_img li a {
	max-height:none !important;
	height:auto !important;
}
.main_img img {
	position: relative;
	top:0 !important;
	transform:none !important;
}
}


@media screen and (min-width:481px) and (max-width:768px) {
.main_img li p {
	text-align:left;
	font-size:1em;
	line-height:2;
	width:80%;
	padding:0 10%;
}
.main_img p br {
	display:none;
}
}

@media screen and (max-width:480px) {
.main_img li p {
	text-align:left;
	font-size:0.75em;
	line-height:1.6;
	width:70%;
	padding:0 15%;
}
.main_img p br {
	display:none;
}
}
















/* ------------------------------------------------------------

   product　下層の製品ページと共通

------------------------------------------------------------ */
/*
	CSSだけでアスペクト比を固定するテク
	http://qiita.com/ryounagaoka/items/a98f59347ed758743b8d
*/

#toppage .product h2 {
	padding:50px 0;
	background-image:url(../img/top/bg_product_l.png),url(../img/top/bg_product_r.png);
	background-repeat:no-repeat,no-repeat;
	background-position:left center,right center;
}
.pro_list01 {
	background:#eee;
}
.pro_list01 li {
	float:left;
	width:20%;
	text-align:center;
	position:relative;
	overflow:hidden;
}
.pro_list01 li a {
	width:100%;
	display:block;
}
.pro_list01 li a:before {
    content:"";
    display: block;
    padding-top:100%;
}
.pro_list01 li.new:before {
	position:absolute;
	left:0;
	top:0;
	width:75px;
	height:75px;
	content:'';
	background:url(../../products/img/ico_new.png) no-repeat;
	background-size:75px 75px;
	z-index:10;
}
.pro_list01 li.first:before {
	position:absolute;
	left:0;
	top:0;
	width:75px;
	height:75px;
	content:'';
	background:url(../../products/img/ico_first.png) no-repeat;
	background-size:75px 75px;
	z-index:10;
}
.pro_list01 li:nth-child(2n+1) a {
	background:#ecf7ff;
}
.pro_list01 li:nth-child(2n) a {
	background:#e1e8ec;
}
.pro_list01 li a img {
	width:80%;
	height:auto;
	display:block;
	position: absolute;
    top:10%;
    left:10%;
    bottom:10%;
    right:10%;
}
.pro_list01 li h3 {
	/*font-size:1.1em;*/
	padding:20px 0;
	width:100%;
	/*position:absolute;
	bottom:0;*/
	/*text-shadow:-1px -1px #fff,	1px -1px #fff,-1px 1px #fff,1px 1px #fff;*/
}
/*.pro_list01 li a h3 {
	background:url(../../img/bg_product_name.png);
}*/
.pro_list01 li:nth-child(2n+1) h3 {
	background:#ccdef0;
}
.pro_list01 li:nth-child(2n) h3 {
	background:#c3d1e0;
}


.pro_list02 li {
	float:left;
	/*width:33.333%;*/
    width:50%;
	text-align:center;
}
.pro_list02 li a {
	display:block;
	height:193px;
}
.pro_list02 li:first-child a {
	/*background:#00897b;*/
	position:relative;
}
.pro_list02 li:first-of-type a {
	background:#18509d;
	position:relative;
}
.pro_list02 li:last-child a {
	background:#232729;
	position:relative;
}
.pro_list02 li:first-of-type h3 {
	position:absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
	width:70%;
    max-width: 330px;
}
/*.pro_list02 li:nth-of-type(2) p {
	width:25%;
	z-index:100;
}*/
.pro_list02 li:last-child h3 {
	color:#fff;
	font-size:1.1em;
	position:absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
}


@media screen and (min-width:481px) and (max-width:1023px) {
.pro_list01 li {
	/*width:33.333%;*/
}
.pro_list02 li a {
	height:193px;
}
.pro_list02 li:nth-of-type(2) h3 {
	width:70%;
}
.pro_list02 li:nth-of-type(2) p {
	width:30%;
}
}

@media screen and (max-width:480px) {	/* スマホ */
#toppage .product h2 {
	padding:25px 0;
	background-size:auto 100%;
}
.pro_list01 li {
	width:50%;
}
/*.pro_list01 li a {
	min-height:200px;
}*/
.pro_list01 li:nth-child(1) a,
.pro_list01 li:nth-child(4) a,
.pro_list01 li:nth-child(5) a,
.pro_list01 li:nth-child(8) a,
.pro_list01 li:nth-child(9) a,
.pro_list01 li:nth-child(12) a,
.pro_list01 li:nth-child(13) a,
.pro_list01 li:nth-child(16) a {
	background:#ecf7ff;
}
.pro_list01 li:nth-child(2) a,
.pro_list01 li:nth-child(3) a,
.pro_list01 li:nth-child(6) a,
.pro_list01 li:nth-child(7) a,
.pro_list01 li:nth-child(10) a,
.pro_list01 li:nth-child(11) a,
.pro_list01 li:nth-child(14) a,
.pro_list01 li:nth-child(15) a {
	background:#e1e8ec;
}
.pro_list01 li:nth-child(1) h3,
.pro_list01 li:nth-child(4) h3,
.pro_list01 li:nth-child(5) h3,
.pro_list01 li:nth-child(8) h3,
.pro_list01 li:nth-child(9) h3,
.pro_list01 li:nth-child(12) h3,
.pro_list01 li:nth-child(13) h3,
.pro_list01 li:nth-child(16) h3 {
	background:#ccdef0;
}
.pro_list01 li:nth-child(2) h3,
.pro_list01 li:nth-child(3) h3,
.pro_list01 li:nth-child(6) h3,
.pro_list01 li:nth-child(7) h3,
.pro_list01 li:nth-child(10) h3,
.pro_list01 li:nth-child(11) h3,
.pro_list01 li:nth-child(14) h3,
.pro_list01 li:nth-child(15) h3 {
	background:#c3d1e0;
}
.pro_list01 li h3 {
	padding:10px 0;
	font-size:0.9em;
}
.pro_list01 li.new:before {
	width:50px;
	height:50px;
	background-size:50px 50px;
}
/*.pro_list02 li a {
	height:150px;
}*/
.pro_list02 li {
	width:100%;
}
.pro_list02 li:nth-of-type(2) {
	position:relative;
}
.pro_list02 li:first-of-type a {
	height:150px;
}
.pro_list02 li:first-of-type h3 {
	/*position:absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);*/
	width:70%;
	z-index:1;
}
/*.pro_list02 li:nth-of-type(2) p {
	width:30%;
	z-index:1000;
	position:absolute;
	left:0;
	top:0;
}*/
.pro_list02 li:last-child a {
	height:100px;
}
}


.sec_wrap {
	width:100%;
}


/* ------------------------------------------------------------

   news　sns

------------------------------------------------------------ */
.news {
	width:71%;
	float:left;
	padding-bottom:50px;
}
.news h2 {
	padding:50px 0 30px;
}
.news dl {
	width:80%;
	margin:0 10%;
	border-bottom:1px dotted #ccc;
}
.news dt {
	color:#b72323;
	font-family: 'Roboto', sans-serif;
	width:15%;
	clear:left;
	float:left;
	border-top:1px dotted #ccc;
	padding:15px 0;
}
.news dd {
	float:left;
	width:85%;
	/*max-width:100%;*/
	/*margin-left:8em;*/
	border-top:1px dotted #ccc;
	padding:15px 0;
}
.news dd a {
	text-decoration:underline;
	transition:none;
}

/*2018.02.08*/
.sns ul {
	display:table;
	margin:30px auto;
	width:300px;
}
.sns li {
	display:table-cell;
	text-align:center;
}
.sns li img {
	width:60px;
}

@media screen and (min-width:481px) and (max-width:1023px) {
.news {
	width:100%;
	float:none;
}
.news dl {
	width:90%;
	margin:0 5%;
	border-bottom:1px dotted #ccc;
	font-size:0.9em;
}
.news dt {
	width:20%;
}
.news dd {
	width:80%;
}
}
@media screen and (max-width:480px) {	/* スマホ */
.news {
	width:100%;
	float:none;
	padding-bottom:40px;
}
.news h2 {
	padding:30px 0 20px;
}
.news dl {
	width:90%;
	margin:0 5%;
	border-bottom:1px dotted #ccc;
	font-size:0.9em;
}
.news dt {
	width:30%;
}
.news dd {
	width:70%;
}
/*2018.02.08*/
.sns ul {
	margin:30px auto 0;
	width:80%;
}
.sns li {
	display:table-cell;
	text-align:center;
}
.sns li img {
	width:40px;
} 
}



/* ------------------------------------------------------------

   other

------------------------------------------------------------ */
.other {
	width:29%;
	float:right;
	font-weight:bold;
	height:100%;
}


.other ul {
	height:100%;
	width:100%;
	background:#e1e8ec;
}
.other li {
	display:table;
	/*height:50%;*/
	width:100%;
}
.other li a {
	/*height:100%;
	width:100%;*/
	display:table;
}
.other li:nth-child(1) a {
	background:#b72323;
	color:#fff;
}
.other li:nth-child(2) a {
	background:#bcc6cf;
}
.other li a .img {
	width:45%;
	height:100%;
    display:table-cell;
    text-align:center;
    vertical-align:middle;
	overflow: hidden;
	position: relative;
}
/*.other li .img img {
	position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width:auto;
  height:100%;
}*/
.other li .img img {

}
.other li .txt {
	display:table-cell;
	width:55%;
	vertical-align:middle;
	padding-left:15px;
}


@media screen and (min-width:481px) and (max-width:1023px) {
.other {
	width:100%;
	float:none;
	height:150px;
	max-height:150px;
}
.other ul {
	width:100%;
	height:100%;
	display:table;
}
.other li {
	width:50%;
	height:100%;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
.other li a {
	display:block;
	height:100%;
	position:relative;
}
.other li a .img,
.other li a .img img {
	display:none !important;
}
.other li a .txt {
	position:absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding-left:0;
}

}
@media screen and (max-width:480px) {	/* スマホ */
.other {
	width:100%;
	float:none;
	height:100px;
	max-height:100px;
}
.other ul {
	width:100%;
	height:100%;
	display:table;
}

.other li {
	width:50%;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	height:100px;
	font-size:0.9em;
}
.other li a {
	display:block;
	height:100%;
	position:relative;
}
.other li a .img,
.other li a .img img {
	display:none !important;
}
.other li a .txt {
	position:absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding-left:0;
}

}


/* ------------------------------------------------------------

   footer

------------------------------------------------------------ */
#footer {
	background:#353a3d;
	padding:75px 0;
	color:#c3c4c5;
	min-width:1024px;
}
#footer a {
	color:#c3c4c5;
}
#footer .inner {
	width:90%;
	margin:0 auto;
}
#footer .foot_link {
	width:65%;
	/*min-width:550px;*/
	float:left;
}
#footer .foot_link dt {
	font-weight:bold;
	font-size:0.93em;
	padding-bottom:10px;
}
#footer .foot_link dl {
	float:left;
	width:66%;
	border-right:1px solid #5d6164;
}

#footer .foot_link .list01 li {
	float:left;
	width:50%;
}

#footer .foot_link .list02 {
	float:left;
	width:25%;
	padding-top:30px;
	padding-left:30px;
}
#footer .foot_link li {
	font-size:0.81em;
	padding-bottom:15px;
}
#footer .foot_link li a:hover {
	text-decoration:underline;
	transition:none;
}

#footer .foot_link li::before {
	content:"-";
	padding-right:5px;
}


#footer .foot_address {
	width:35%;
	/*min-width:360px;*/
	float:right;
	text-align:right;
	padding-top:50px;
}
#footer .foot_address .name {
	width:200px;
	opacity:0.7;
	filter:alpha(opacity=70);
	display:inline-block;
}
#footer .foot_address .address {
	font-size:0.87em;
	padding:15px 0 40px;
}
#footer .foot_address ul li {
	text-align:left;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:1.7em;
	line-height:1;
	display:inline-block;
	margin-left:20px;
	letter-spacing:0.2px;
}
#footer .foot_address ul li:first-child {
	margin-left:0;
}
#footer .foot_address li span {
	font-size:0.64em;
}
#footer .foot_address .mail {
	margin-top: .5em;
}
#footer .foot_address .mail a {
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: underline;
	font-size: .9em;
}
#footer .foot_address .mail a:hover {
	text-decoration: none;
}
#footer .copy {
	font-size:0.75em;
	font-family:Verdana, Geneva, sans-serif;
	padding-top:36px;
	letter-spacing:0.5px;
}

@media screen and (min-width:769px) and (max-width:1023px) {
#footer {
	min-width:481px;
}
#footer .foot_link {
	width:100%;
	float:none;
}
#footer .foot_link dl {
	width:70%;
}
#footer .foot_link .list02 {
	float:left;
	width:25%;
}
#footer .foot_address {
	width:100%;
	float:none;
	text-align:center;
	padding-top:75px;
}
#footer .foot_address .address {
	padding:15px 0 20px;
}
#footer .copy {
	padding-top:20px;
}
}
@media screen and (max-width:768px) {
#footer {
	min-width:100%;
	padding:40px 0;
}
#footer .inner {
	width:95%;
}
#footer .foot_link {
	display:none;
}

#footer .foot_address {
	width:100%;
	float:none;
	text-align:center;
	padding-top:0px;
	clear:both;
}
#footer .foot_address .address {
	padding:15px 0 20px;
	font-size:0.8em;
}
#footer .foot_address ul li {
	font-size:1.5em;
}
#footer .foot_address ul li:first-child {
	margin-left:0;
}
#footer .copy {
	padding-top:20px;
}	   
}



/* ------------------------------------------------------------

   下層ページ共通

------------------------------------------------------------ */
.subpage {
	background:#ecedf0;
}
.subpage #contents .inner_pc {
	background:#fff;
	max-width:1180px;
	min-width:924px;
	margin:0 auto;
	padding:5% 4%;
}
.sub_ttl {
	overflow:hidden;
	position:relative;
	width:100%;
	min-width:1024px;
	max-height:300px;
}
.sub_ttl h1 {
	color:#fff;
	text-align:center;
	font-size:2em;
	position:absolute;
	z-index:2;
	/*text-shadow:0px 0px 3px gray;*/
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.sub_ttl img {
	position:relative;
	width:100%;
}

/* パンくずリスト
----------------------------------------------------*/
.topicpath {
	background:#ecedf0;
	padding:15px 0;
	width: 100%;
}
.topicpath ul {
	max-width:1280px;
	min-width:1024px;
	margin: 0 auto;
	text-align: right;
	font-size:0.8em;
}
.topicpath li {
	display: inline-block;
	zoom: 1;
}
.topicpath li a {	text-decoration: underline;}
.topicpath li:before {	content: "　>　";}
.topicpath li:first-child:before {	content: "";}



@media screen and (min-width:1280px) {
.subpage #contents .inner_pc {
	margin-bottom:50px;
}
}
@media screen and (min-width:769px) and (max-width:1023px) {
.topicpath ul {
	max-width:100%;
	min-width:100%;
	width:100%;
}
.subpage #contents .inner_pc {
	background:#fff;
	max-width:100%;
	min-width:100%;
	width:100%;
	padding:0;
}
.subpage #contents .inner {
	padding:4%;
}
.sub_ttl {
	min-width:100%;
}
.sub_ttl h1 {
}
.sub_ttl img {
}
}
@media screen and (min-width:481px) and (max-width:768px) {
.topicpath ul {
	max-width:100%;
	min-width:100%;
	width:100%;
}
.topicpath li:last-child {
	padding-right:5px;
}
.subpage #contents .inner_pc {
	background:#fff;
	max-width:100%;
	min-width:100%;
	width:100%;
	padding:0;
}
.subpage #contents .inner {
	padding:4%;
}
.sub_ttl {
	min-width:100%;
}
.sub_ttl h1 {
}
.sub_ttl img {
}
}
@media screen and (max-width:480px) {
.topicpath {
	padding:10px 0;
}
.topicpath ul {
	max-width:100%;
	min-width:100%;
	width:100%;
	font-size:70%;
}
.topicpath li:last-child {
	padding-right:5px;
}
.subpage #contents .inner_pc {
	background:#fff;
	max-width:100%;
	min-width:100%;
	width:100%;
	padding:0;
}
.subpage #contents .inner {
	padding:30px 3%;
}
.sub_ttl {
	min-width:100%;
}
.sub_ttl h1 {
	font-size:1.3em;
}
.sub_ttl img {
}
}


/* ------------------------------------------------------------

   ●●●

------------------------------------------------------------ */

@media screen and (min-width:769px) {	/* PC */

}


@media screen and (max-width:480px) {	/* スマホ */
	   
}

@media screen and (min-width:481px) and (max-width:768px) {	/* タブレット */
	
}