@charset "utf-8";

/* ======================================================
 * layout_sp.css
 * ------------------------------------------------------
 * @media only screen and (max-width: 767px)
 * - Common
 * - Header
 * - Gnav
 * - Main
 * - Assist
 * - Footer
 * - Other
 * - Clearfix
 * Media Queries
====================================================== */

@media only screen and (max-width: 767px) {
	/* ------------------------------------------------------
	 * Gnav
	------------------------------------------------------ */
	.Gnav {
    display: none;
	}
	
	/* ------------------------------------------------------
	 * Main
	------------------------------------------------------ */
  #main {
    padding-top: 45px;
  }

	/* ----- pageGuide ----- */
	.pageGuide .breadcrumbs {
    -webkit-display: flex;
    display: flex;
    width: 100%;
    background: #f3f3f3;
	}
	.pageGuide .breadcrumbs li {
    display: inline-block;
    font-size: 1.1rem;
	}
	.pageGuide .breadcrumbs li a {
    position: relative;
    display: block;
    padding: 0 10px 0 20px;
    background: #fff;
    color: #333 !important;
    line-height: 30px;
	}
	.pageGuide .breadcrumbs li:first-child a {
    padding-left: 10px;
	}
	.pageGuide .breadcrumbs li a:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -11px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 10px;
    border-color: transparent transparent transparent #ccc;
    z-index: 2;
	}
	.pageGuide .breadcrumbs li a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 10px;
    border-color: transparent transparent transparent #fff;
    z-index: 3;
	}
	.pageGuide .breadcrumbs li:last-child {
    display: block;
    padding: 0 10px 0 20px;
    background: none;
    font-weight: bold;
    line-height: 30px;
	}

	/* ----- pageHead ----- */
	.pageHead {
    width: 100%;
    background: #3679b7;
	}
  .pageHead .heading-lv1 {
    padding: 15px 10px 13px;
  }
  .pageHead .heading-lv1 .heading_title {
    color: #fff;
    font-size: 2.3rem;
  }

	/* ------------------------------------------------------
	 * contact-layout
	------------------------------------------------------ */
  .contact-layout {
    padding: 24px 10px 20px;
    background: #f1f1f1 url(/public/img/com_im01_sp.jpg) no-repeat 50% 0;
    background-size: cover;
    text-align: center;
  }
  .contact-layout .lead {
    font-size: 1.6rem;
    font-weight: bold;
  }
  .contact-layout .btn {
    margin-top: 10px;
  }
  .contact-layout .btn a {
    display: inline-block;
    padding: 15px 20px;
    background: #e8823e;
    border-radius: 5px;
    color: #fff !important;
    font-size: 1.7rem;
    font-weight: bold;
  }
  .contact-layout .btn a:hover {
    background: #d65c0b;
    text-decoration: none !important;
  }
  .contact-layout .btn a:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 16px;
    margin: 0 15px 4px 0;
    background: url(/public/img/index_ic12.png) no-repeat 0 0;
    background-size: contain;
    vertical-align: middle;
  }

	/* ------------------------------------------------------
	 * contents-link
	------------------------------------------------------ */
  .contents-link {
    padding: 19px 30px 20px;
  }
  .contents-link .title {
    font-size: 1.8rem;
    text-align: center;
  }
  .contents-link .field-link {
    margin-top: 10px;
  }
  .contents-link .field-link li {
    width: 100%;
    margin-top: 10px;
  }
  .contents-link .field-link li a {
    display: block;
    width: 100%;
    padding-top: 12px;
    padding-right: 20px;
    padding-bottom: 11px;
    padding-left: 50px;
    border-radius: 5px;
    color: #fff !important;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
  }
  .contents-link .field-link li.field01 a {
    background: #a0ba52 url(/public/img/com_ic01on.png) no-repeat 14px 50%;
    background-size: 28px 28px;
  }
  .contents-link .field-link li.field02 a {
    background: #6cabd1 url(/public/img/com_ic02on.png) no-repeat 14px 50%;
    background-size: 28px 28px;
  }
  .contents-link .field-link li.field03 a {
    background: #9189ca url(/public/img/com_ic03on.png) no-repeat 14px 50%;
    background-size: 28px 28px;
  }
  .contents-link .field-link li.field04 a {
    background: #3478b7 url(/public/img/com_ic04.png) no-repeat 14px 50%;
    background-size: 28px 28px;
  }
  .contents-link .field-link li.field05 a {
    background: #e8823e url(/public/img/com_ic05.png) no-repeat 14px 50%;
    background-size: 28px 28px;
  }

	
	
/* topicPath
=========================================*/
#topicPath {
	width: 100%;
	height: 30px;
	overflow: hidden;
	background: #f3f3f3;
	border-bottom: solid 1px #cccccc;
}
#topicPath ul {
	overflow: hidden;
	background: #f3f3f3;
	/*width: auto;*/
	/*margin: 0 0 0 auto;*/
	/*display: table;*/
}
#topicPath ul li {
	/*display: table-cell;*/
	float: left;
	min-height: 30px;
	line-height: 30px;
	padding-left: 10px;
	background: url(/common2/images/com_bg004.gif) no-repeat 0 0 #ffffff;
	background-size: 10px 30px;
	font-size: 11px;
	font-size: 1.1rem;
	white-space: nowrap;
}
#topicPath ul li:first-child {
	padding-left: 0;
	background: none;
}
#topicPath ul li:last-child {
	padding-left: 20px;
	padding-right: 20px;
	background: url(/common2/images/com_bg005.gif) no-repeat 0 0 #f3f3f3;
	background-size: 10px 30px;
	font-weight: bold;
}
#topicPath ul li a {
	overflow: hidden;
	display: block;
	min-height: 30px;
	padding: 0 10px;
	background: #ffffff;
	color: #333333;
	-moz-text-overflow: ellipsis;
	 -ms-text-overflow: ellipsis;
	  -o-text-overflow: ellipsis;
	     text-overflow: ellipsis;
	white-space: nowrap;
	text-decoration: none;

}


#topicPath [class^=scroll] {
	display: none !important;
	height: 0;
	font-size: 0;
}	
}

