@charset "UTF-8";

body {
	background: #fff;
}

#content a {
	color: #3d83b2;
}


/*-------------------------------
	ヘッダー
-------------------------------*/

#global_header {
	border-top: solid 4px #03385c;
}

.global_header_inner {
	padding: 13px 3.125% 25px;
}

.global_header_logo {
	float: left;
	margin-left: 10px;
	width: 172px;
	height: 11px;
	line-height: 1;
}

.global_header_share {
	position: relative;
	float: right;
}

#global_header_share_trigger {
	margin: -5px 5px 0 0;
	position: relative;
	display: block;
	padding: 5px 22px 5px 0;
	color: #3d83b2;
	font-size: 10px;
	font-weight: bold;
	cursor: pointer;
}

#global_header_share_trigger:after {
	content: '';
	position: absolute;
	top: 2px;
	right: 0;
	width: 16px;
	height: 19px;
	background: url(/shared/images/ico_share.png) no-repeat;
	background-size: 16px 19px;
}


#global_header_share_lineup {
	opacity: 0;
	position: absolute;
	z-index: 10;
	top: -8px;
	right: 0;
	-webkit-transition: all 0.3s ease-out;
			transition: all 0.3s ease-out;
}

#global_header_share_close {
	visibility: hidden;
	position: absolute;
	z-index: 5;
	top: 0;
	right: 0;
	border: solid 1px #ccc;
	border-bottom: 0;
	background: #fff;
	box-shadow: 0px -1px 2px #ccc;
	-webkit-transition: all 0.3s ease-out;
			transition: all 0.3s ease-out;
}

#global_header_share_close a {
	display: block;
	padding: 7px 25px 8px 10px;
	width: 3.2em;
	color: #3d83b2;
	font-size: 10px;
	font-weight: bold;
}

#global_header_share_close a:before,
#global_header_share_close a:after {
	content: '';
	position: absolute;
	top: 12px;
	right: 4px;
	width: 19px;
	height: 3px;
	background: #03385c;
}

#global_header_share_close a:before {
	-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
}
#global_header_share_close a:after {
	-webkit-transform: rotate(-45deg);
			transform: rotate(-45deg);
}

.global_header_share_list {
	visibility: hidden;
	display: table;
	position: absolute;
	top: 30px;
	right: 0;
	box-sizing: border-box;
	border: solid 1px #ccc;
	width: 300px;
	background: #fff;
	box-shadow: 0px 0px 7px #ccc;
	-webkit-transition: all 0.3s ease-out;
			transition: all 0.3s ease-out;
}

.global_header_share_list li {
	display: table-cell;
}

.global_header_share_list li a {
	display: block;
	position: relative;
	margin: 0 13px;
	padding: 13px 0;
	-webkit-transition: all 0.3s ease-out;
			transition: all 0.3s ease-out;
}

.global_header_share_list li img {
	opacity: 0;
	width: 32px;
	height: 20px;
	-webkit-transform: translateY(10px);
			transform: translateY(10px);
	-webkit-transition: all 0.2s ease-out;
			transition: all 0.2s ease-out;
}

.global_header_share_list li + li a:after {
	content: '';
	position: absolute;
	top: 13px;
	left: -13px;
	border-left: dotted 1px #989898;
	padding-bottom: 1px;
	width: 0;
	height: 20px;
}

.global_header_share_line {
	display: block;
}


/* 開くとき */
#global_header_share_lineup.is-open {
	opacity: 1;
}

#global_header_share_lineup.is-open #global_header_share_close {
	visibility: visible;
}

#global_header_share_lineup.is-open .global_header_share_list {
	visibility: visible;
}

#global_header_share_lineup.is-open .global_header_share_list li img {
	opacity: 1;
	-webkit-transform: translateY(0px);
			transform: translateY(0px);
}

#global_header_share_lineup.is-open .global_header_share_list li:nth-of-type(1) img {
	-webkit-transition: all 0.4s ease-out;
			transition: all 0.4s ease-out;
}

#global_header_share_lineup.is-open .global_header_share_list li:nth-of-type(2) img {
	-webkit-transition: all 0.4s ease-out;
			transition: all 0.4s ease-out 0.1s;
}

#global_header_share_lineup.is-open .global_header_share_list li:nth-of-type(3) img {
	-webkit-transition: all 0.4s ease-out;
			transition: all 0.4s ease-out 0.2s;
}

#global_header_share_lineup.is-open .global_header_share_list li:nth-of-type(4) img {
	-webkit-transition: all 0.4s ease-out;
			transition: all 0.4s ease-out 0.3s;
}

#global_header_share_lineup.is-open .global_header_share_list li:nth-of-type(5) img {
	-webkit-transition: all 0.4s ease-out;
			transition: all 0.4s ease-out 0.3s;
}


@media screen and (min-width:768px) {
	#global_header {}

	.global_header_inner {
		margin: 0 auto;
		padding: 20px 0 33px;
		width: 980px;
	}

	.global_header_logo {
		margin-left: 30px;
		width: 287px;
		height: 19px;
	}

	.global_header_share {
		width: auto;
	}

	#global_header_share_trigger {
		float: left;
		margin: 0;
		padding: 5px 0 0 0;
		font-size: 12px;
		text-decoration: none;
		cursor: default;
	}

	#global_header_share_trigger:after {
	display: none;
	}

	#global_header_share_lineup {
		visibility: visible;
		opacity: 1;
		float: left;
		position: static;
		width: auto;
	}

	#global_header_share_close {
		display: none;
	}

	.global_header_share_list {
		visibility: visible;
		position: static;
		box-sizing: border-box;
		border: none;
		width: 247px;
		box-shadow: none;
	}

	.global_header_share_list li {
	}

	.global_header_share_list li a {
		margin: 0;
		padding: 0 14px 1px;
	}

	.global_header_share_list li a:hover {
		opacity: 0.6;
	}

	.global_header_share_list li img {
		opacity: 1;
		width: 36px;
		height: 22px;
		-webkit-transform: translateY(0px);
				transform: translateY(0px);
	}

	.global_header_share_list li + li a:after {
		top: 2px;
		left: 0px;
	}

	.global_header_share_list .global_header_share_line {
		display: none;
	}

}



/*-------------------------------
	フッター
-------------------------------*/

#global_footer {
	background: #03385c;
}

.global_footer_inner {
	position: relative;
	padding: 15px 3.125%;
}

.global_pagetop {
	opacity: 0;
	position: fixed;
	z-index: 10;
	bottom: 43px;
	right: 15px;
	width: 41px;
	height: 41px;
	-webkit-transform: rotateY(0deg);
			transform: rotateY(0deg);
	-webkit-transition: all 0.4s ease-out;
			transition: all 0.4s ease-out;
}

.global_pagetop a {
	display: block;
	visibility: hidden;
	-webkit-transition: all 0.4s ease-out;
			transition: all 0.4s ease-out;
}

.global_pagetop img {
	width: 100%;
}

.global_footer_copyright {
	color: #fff;
	font-size: 10px;
	line-height: 1;
	text-align: center;
}

.global_footer_copyright img {
	margin-right: 5px;
	width: 52px;
	height: 11px;
}

/* 表示されるとき */
.global_pagetop.is-show {
	opacity: 1;
	-webkit-transform: rotateY(360deg);
			transform: rotateY(360deg);
	-webkit-transition: all 0.4s ease-out;
			transition: all 0.4s ease-out;
}

.global_pagetop.is-show a {
	visibility: visible;
	-webkit-transition: all 0.4s ease-out;
			transition: all 0.4s ease-out;
}


@media screen and (min-width:768px) {
	#global_footer {
	}

	.global_footer_inner {
		margin: 0 auto;
		padding: 16px 0 19px;
		width: 980px;
	}

	.global_pagetop_wrap {
		position: fixed;
		margin: 0 auto;
		left: 0;
		right: 0;
		bottom: 43px;
		max-width: 1120px;
		min-width: 1000px;
		width: 100%;
		height: 0;
	}

	.global_pagetop {
		position: absolute;
		right: 0;
		bottom: 0;
		width: 58px;
		height: 58px;
	}

	.global_pagetop a {
		display: block;
		-webkit-transition: all 0.3s ease-out;
				transition: all 0.3s ease-out;
	}

	.global_pagetop a:hover {
		opacity: 0.7;
	}

	.global_footer_copyright {
		font-size: 14px;
	}

	.global_footer_copyright img {
		margin-right: 14px;
		width: 73px;
		height: 15px;
	}
}


iframe[name='google_conversion_frame'] { background: #03385c; }
