@charset "shift_jis";

/* ======================================================
 * layout_sp.css
 * ------------------------------------------------------
 * @media only screen and (max-width: 750px)
 * - Common
 * - Header
 * - Gnav
 * - Main
 * - Assist
 * - Footer
 * - Other
 * - Clearfix
 * Media Queries
====================================================== */

@media only screen and (max-width: 750px) {
	/* ------------------------------------------------------
	 * Common
	------------------------------------------------------ */
	body{
		position: relative;
	}
	/* ----- font ----- */

	/* ----- a ----- */

	/* ----- opacity ----- */

	/* ----- transition ----- */

	/* ----- sprite ----- */

	/* ------------------------------------------------------
	 * Header
	------------------------------------------------------ */
	.Header {
		padding: 14px 15px;
		background-color: #3399cc;
	}
	.HeaderBody {
	}

	/* ----- header-identity ----- */
	.header-identity {
	}
	.identity_logo > a {
		display: inline-block;
	}
	.identity_logo > a > img {
		width: 260px;
		height: auto;
	}

	/* ------------------------------------------------------
	 * Gnav
	------------------------------------------------------ */
	.Gnav {
		display: none;
		position: absolute;
		top: 71px;
		left: 0;
		z-index: 9999;
		width: 100%;
		height: calc(100% - 71px);
		background: rgba(0,0,0,0.2);
		overflow: hidden;
	}
	.GnavBody {
		padding: 15px 15px 20px;
		background: #fff;
		box-shadow: 0 2px 3px 0 rgba(0,0,0,0.2);
	}
	
	/* ----- nav-button ----- */
	.nav-button{
		position: absolute;
		top: 15px;
		right: 10px;
		width: 48px;
		height: 48px;
		border: 2px solid #fff;
		border-radius: 6px;
	}
	.GnavBody .nav-button{
		position: relative;
		margin: 20px 0 0 -24px;
		top: auto;
		left: 50%;
		text-align: center;
		border: 2px solid #85c4ec;
	}
	.nav-button > p{
		padding-top: 32px;
		position: relative;
		font-size: 1rem;
		line-height: 1;
		color: #fff;
		text-align: center;
	}
	.nav-button > p::before{
		position: absolute;
		content: "";
		width: 30px;
		height: 22px;
		top: 6px;
		left: 7px;
		background: url("../img/header_ic01_sp.png") no-repeat;
		background-position: 0 0;
		background-size: 73px 22px;
	}
	.nav-button.open{
		background-color: #fff;
	}
	.nav-button.open > p{
		color: #3399cc;
	}
	.nav-button.open > p::before{
		width: 23px;
		height: 22px;
		top: 5px;
		left: 10px;
		background-position: -30px 0;
	}
	
	/* ----- gnav-list ----- */
	*{
		box-sizing: border-box;
	}
	.gnav-list > li{
		margin-top: 10px;
	}
	.gnav-list > li:first-child{
		margin-top: 0;
	}
	.gnav-list > li > a{
		position: relative;
		display: table;
		width: 100%;
		border: 2px solid #85c4ec;
		border-radius: 8px;
		font-size: 1.4rem;
		font-weight: bold;
		color: #333;
		line-height: 1.4;
		text-decoration: none;
		overflow: hidden;
		box-sizing: border-box;
		box-shadow: 0px 2px 0px 0px #85c4ec;
	}
	.gnav-list > li > a::after{
		position: absolute;
		content: "";
		top: 50%;
		right: 10px;
		width: 20px;
		height: 20px;
		margin-top: -10px;
		background: url("../img/header_ic01_sp.png") no-repeat;
		background-position: -53px 0;
		background-size: 73px 22px;
	}
	.gnav_img{
		display: table-cell;
		width: 25%;
	}
	.gnav_img > img{
		border-radius: 8px 0 0 8px;
	}
	.gnav_text{
		padding: 0 15px;
		display: table-cell;
		vertical-align: middle;
		width: 75%;
	}

	/* ------------------------------------------------------
	 * Main
	------------------------------------------------------ */
	.Main {
	}
	.MainBody {
	}

	/* ----- pageGuide ----- */
	.pageGuide {
		width: 100%;
		font-size: 1.2rem;
		background-color: #ffffcd;
		border-bottom: 2px solid #ffe1b7;
	}
	/* breadcrumbs */
	.breadcrumbs {
		max-width: 100%;
		margin: 0 auto;
		padding: 12px 15px;
	}
	.container[data-wide="true"] .breadcrumbs {
		max-width: 100%;
	}
	.breadcrumbs > li {
		position: relative;
		float: left;
		padding: 0 13px 0 20px;
	}
	.breadcrumbs > li::before {
		content: ">";
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		font-weight: normal !important;
		color: #aaa;
	}
	.breadcrumbs > li:first-child {
		padding-left: 0;
	}
	.breadcrumbs > li:first-child::before {
		display: none;
	}
	.breadcrumbs > li:last-child {
		font-weight: bold;
	}
	.breadcrumbs > li > a{
		text-decoration: none;
		color: #333;
	}


	/* ----- pageHead ----- */
	.pageHead {
	}

	/* ----- container ----- */
	.container {
		overflow: hidden;
		padding: 0 15px;
	}

	/* contents */
	.contents {
	}
	/* sidebar */
	.sidebar {
	}

	/* ------------------------------------------------------
	 * Assist
	------------------------------------------------------ */
	.Assist {
	}

	/* ------------------------------------------------------
	 * Footer
	------------------------------------------------------ */
	.Footer{
		margin-top: 40px;
		background-color: #3399cc;
	}
	.FooterBody{
		padding: 20px 15px;
		font-size: 1.2rem;
	}
	.Footer .guide_links > li{
		width: 48%;
		display: inline-block;
		vertical-align: top;
	}
	.Footer .guide_links > li > a{
		padding-left: 12px;
		position: relative;
		color: #fff;
		text-decoration: none;
	}
	.Footer .guide_links > li > a::before{
		position: absolute;
		content: "";
		top: 50%;
		left: 0;
		margin-top: -5px;
		width: 6px;
		height: 10px;
		background: url("../img/footer_ic01.png") no-repeat;
		background-position: -4px 0;
		background-size: 10px 10px;
	}
	.Footer .footer-copyright{
		margin-top: 20px;
		text-align: center;
		color: #fff;
	}


	/* ------------------------------------------------------
	 * Other
	------------------------------------------------------ */

	/* ------------------------------------------------------
	 * Clearfix
	------------------------------------------------------ */
	.breadcrumbs::after,
	.FooterBody::after{
		display: block;
		clear: both;
		content: "";
	}
}


/* ======================================================
 * Media Queries
====================================================== */
/***
@media only screen and (min-width: 320px) and (max-width: 750px) {
}
@media only screen and (max-width: 736px) {
}
@media only screen and (max-width: 667px) {
}
@media only screen and (max-width: 640px) {
}
@media only screen and (max-width: 568px) {
}
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 414px) {
}
@media only screen and (max-width: 375px) {
}
@media only screen and (max-width: 360px) {
}
@media only screen and (max-width: 320px) {
}
***/