@charset "UTF-8";
/* CSS Document */

/* =========================================================
		Reset
========================================================= */

/*! sanitize.css | CC0 Public Domain | github.com/jonathantneal/sanitize.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight: normal;list-style-type:none;}
body {line-height:1}
pre,textarea{overflow:auto}
[hidden],audio:not([controls]),template{display:none}
details,main,summary{display:block}
input[type=number]{width:auto}
input[type=search]{-webkit-appearance:textfield}
input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}
progress{display:inline-block}
small{font-size:75%}
textarea{resize:vertical}
[unselectable]{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
*,::after,::before{box-sizing:inherit;border-style:solid;border-width:0}
*{font-size:inherit;line-height:inherit;margin:0;padding:0}
::after,::before{text-decoration:inherit;vertical-align:inherit}
a{text-decoration:none}
audio,canvas,iframe,img,svg,video{vertical-align:middle}
button,input,textarea{background-color:transparent;color:inherit;font-family:inherit;font-style:inherit;font-weight:inherit;min-height:1.5em}
code,kbd,pre,samp{font-family:monospace,monospace}
nav ol,nav ul{list-style:none}
table{border-collapse:collapse;border-spacing:0}
::-moz-selection{background-color:#B3D4FC;text-shadow:none}
::selection{background-color:#B3D4FC;text-shadow:none}
@media screen{[hidden~=screen]{display:inherit}
[hidden~=screen]:not(:active):not(:focus):not(:target){clip:rect(0 0 0 0)!important;position:absolute!important}
}
/*# sourceMappingURL=sanitize.css.map */

/* =========================================================
		Common
========================================================= */
html {
	font-size: 62.5%;
	height: 100%;
}
body {
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", Helvetica, Sans-Serif;
	font-size: 1.4rem;
	max-height: 999999px;
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
	height: 100%;
}
a {
	text-decoration: none;
}
img {
	width: 100%;
}
.spOnly {
	display: none;
}
@media (max-width:736px){
	.pcOnly {
		display: none;
	}
	.spOnly {
		display: block;
	}
}
/* =========================================================
		Header
========================================================= */
.header {
	background: url(http://dg24ae6szr1rz.cloudfront.net/lp/549/css_img/main_bg.jpg) no-repeat center bottom;
	background-size: cover;
	min-height: 750px;
}
.header .headerMainWrap {
	padding: 4% 0 3%;
}
.header .logo {
	text-indent: -9999px;
	overflow: hidden;
	background: url(http://dg24ae6szr1rz.cloudfront.net/lp/549/css_img/logo.png) no-repeat;
	background-size: 146px 83px;
	width: 146px;
	height: 83px;
	margin: 0 auto 4px;
}
.header h1 {
	text-indent: -9999px;
	overflow: hidden;
	background: url(http://dg24ae6szr1rz.cloudfront.net/lp/549/css_img/main_h1.png) no-repeat;
	background-size: 490px 117px;
	width: 490px;
	height: 117px;
	margin: -6px auto -5px;
}
.header h2 {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: url(http://dg24ae6szr1rz.cloudfront.net/lp/549/css_img/main_h2.png) no-repeat;
	background-size: 270px 51px;
	width: 270px;
	height: 51px;
	margin: 0 auto -14px;
}
.header .photo {
	font-size: 1.2rem;
	text-align: center;
	margin-top: -10px;
}
.headContents {
	width: 1020px;
	margin: -386px auto 52px;
	position: relative;
}
.headContents:after {
	content: "";
	display: block;
	clear: both;
}
.headContents .headContentsWrap {
	width: 62%;
	float: right;
	display: flex;
	flex-wrap: wrap;
}
.headContents .headContentsWrap article {
	width: 45%;
	margin-right: 10%;
	background: #fff;
	box-shadow: 0 2px 7px 0 rgba(4, 0, 0, 0.5);
	position: relative;
	-webkit-transition: all .25s ease-in;
	transition: all .25s ease-in;
}
.headContents .headContentsWrap article:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	-webkit-transition: all .25s ease-in;
	transition: all .25s ease-in;
}
.headContents .headContentsWrap article:nth-of-type(2) {
	margin-right: 0;
}
.headContents .headContentsWrap article:after {
	content: "";
	clear: both;
	display: block;
}
.headContents .headContentsWrap .title {
	text-indent: -9999px;
	overflow: hidden;
	float: left;
	position: absolute;
	left: -16px;
}
.headContents .headContentsWrap .hottopics .title {
	background: url(http://dg24ae6szr1rz.cloudfront.net/lp/549/css_img/hottopics_ttl.png) no-repeat;
	background-size: 11px 80px;
	width: 11px;
	height: 80px;
}
.headContents .headContentsWrap .facebook .title {
	background: url(http://dg24ae6szr1rz.cloudfront.net/lp/549/css_img/facebook_ttl.png) no-repeat;
	background-size: 11px 138px;
	width: 11px;
	height: 138px;
}
.headContents .headContentsWrap h3 {
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 23px;
	color: #00489a;
	padding: 14px 15px 0;
}
.headContents .headContentsWrap .notes {
	color: #999;
	font-size: 1.2rem;
	line-height: 18px;
	padding: 0 16px 15px;
}
@media (max-width:1024px){
	.headContents {
		width: 96%;
	}
}
@media (max-width:768px){
	.headContents .headContentsWrap {
		width: 74%;
	}
	.headContents .headContentsWrap article {
		width: 48%;
		margin-right: 4%;
	}
}
@media (max-width:736px){
	.header {
		background: url(http://dg24ae6szr1rz.cloudfront.net/lp/549/css_img/main_bg_sp.jpg) no-repeat center bottom;
		background-size: cover;
		min-height: 0;
		margin-bottom: 27px;
	}
	.header .headerMainWrap {
		padding: 9% 0 3%;
	}
	.header .logo {
		background-size: 104px 59px;
		width: 104px;
		height: 59px;
	}
	.header h1 {
		background-size: 347px 83px;
		width: 347px;
		height: 83px;
		margin: 0 auto -16px;
	}
	.header h2 {
		background-size: 224px 42px;
		width: 224px;
		height: 42px;
		margin: 0 auto 81%;
	}
	.header .photo {
		font-size: 1rem;
		margin-top: 0;
		color: #999;
		padding-bottom: 4%;
	}
	.headContents {
		width: 90%;
		margin: 26px auto 0;
	}
	.headContents .headContentsWrap {
		width: 100%;
		float: none;
		display: block;
	}
	.headContents .headContentsWrap article {
		width: 100%;
		margin: 0 0 24px;
		background: none;
		box-shadow: none;
	}
	.headContents .headContentsWrap .title {
		float: none;
		position: relative;
		left: 0;
		margin-bottom: 6px;
	}
	.headContents .headContentsWrap a {
		display: block;
		background: #fff;
		box-shadow: 0 2px 7px 0 rgba(4, 0, 0, 0.5);
	}
	.headContents .headContentsWrap .hottopics .title {
		background: url(http://dg24ae6szr1rz.cloudfront.net/lp/549/css_img/hottopics_ttl_sp.gif) no-repeat;
		background-size: 59px 8px;
		width: 59px;
		height: 8px;
	}
	.headContents .headContentsWrap .facebook .title {
		background: url(http://dg24ae6szr1rz.cloudfront.net/lp/549/css_img/facebook_ttl_sp.gif) no-repeat;
		background-size: 99px 8px;
		width: 99px;
		height: 8px;
	}
	.headContents .headContentsWrap h3 {
		font-size: 1.4rem;
		line-height: 18px;
		padding: 12px 4% 0;
	}
	.headContents .headContentsWrap .notes {
		color: #999;
		font-size: 1rem;
		line-height: 16px;
		padding: 8px 4% 15px;
	}
}
@media (max-width:320px){
	.header h1 {
		background-size: 300px 72px;
		width: 300px;
		height: 72px;
	}
}
/* =========================================================
		Main Contents
========================================================= */
.wrapper {
	width: 1020px;
	margin:  48px auto 0;
}
.wrapper:after {
	content: "";
	clear: both;
	display: block;
}
.sideBar {
	float: right;
	width: 29.5%;
	padding-top: 4px;
}
.sideBar li {
	margin-bottom: 10px;
	-webkit-transition: all .25s ease-in;
	transition: all .25s ease-in;
}
.sideBar li:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	-webkit-transition: all .25s ease-in;
	transition: all .25s ease-in;
}
.mainContents {
	float: left;
	width: 67%;
}
.mainContents .archives {
	margin-bottom: 24px;
	-webkit-transition: all .25s ease-in;
	transition: all .25s ease-in;
}
.mainContents .archives:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	-webkit-transition: all .25s ease-in;
	transition: all .25s ease-in;
}
.mainContents .archives:after {
	content: "";
	clear: both;
	display: block;
}
.mainContents .archives .img {
	float: left;
	width: 49%;
	padding-top: 4px;
}
.mainContents .archives .txt {
	float: right;
	width: 48%;
}
.mainContents .archives .txt h1 {
	font-size: 2rem;
	color: #00489a;
	line-height: 29px;
	font-weight: bold;
	padding-bottom: 12px;
}
.mainContents .archives .txt p {
	font-size: 1.2rem;
	color: #999;
	line-height: 18px;
}
@media (max-width:1024px){
	.wrapper {
		width: 96%;
	}
}
@media (max-width:736px){
	.wrapper {
		width: 90%;
		margin:  0 auto;
	}
	.sideBar {
		float: none;
		width: 100%;
		padding-top: 0;
	}
	.sideBar li {
		margin-bottom: 14px;
	}
	.mainContents {
		float: none;
		width: 100%;
		margin-top: 24px;
	}
.mainContents .archives {
	margin-bottom: 24px;
}
	.mainContents .archives .img {
		float: none;
		width: 100%;
		padding-top: 0;
	}
	.mainContents .archives .txt {
		float: none;
		width: 100%;
	}
	.mainContents .archives .txt h1 {
		font-size: 1.4rem;
		line-height: 18px;
		padding: 14px 0 4px;
	}
	.mainContents .archives .txt p {
		font-size: 1rem;
		line-height: 16px;
	}
}
/* =========================================================
		Footer
========================================================= */
.footer {
	text-align: center;
	padding: 16px 0 20px;
}
.sns {
	text-align: center;
}
.sns li {
	width: 35px;
	display: inline-block;
	margin:  0 6px;
	-webkit-transition: all .25s ease-in;
	transition: all .25s ease-in;
}
.sns li:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	-webkit-transition: all .25s ease-in;
	transition: all .25s ease-in;
}
.footer .copyright {
	font-size: 1.2rem;
	padding-top: 18px;
}
@media (max-width:736px){
	.footer .copyright {
		font-size: 1rem;
		padding-top: 2px;
	}
}