
@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

/* リスト要素をリセットする ---------------- */
dl,dt,dd,ol,ul,li	{
	list-style-position: outside;
	list-style-type: none;
}
/*box-sizingを全ブラウザに対応*/
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-bo
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}


/* ===================================================================

	スタイルの設定

=================================================================== */
html {
	scroll-behavior: smooth;
	font-size:16px;
}
body {
	color:#000;
	line-height:1.5;
	margin:0;
	background: #fff;

	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-feature-settings: "palt";
	letter-spacing: .1em;
}
#Contents {
	box-sizing: border-box;
}
#Contents * {
	box-sizing: border-box;
}
img {
	max-width: 100%;
	height: auto;
}



/* ---------------- 上書き ------------- */
strong {font-weight:bold;}
p,li,dl,dt,dd {line-height:1.6;}
.red{	color:#F40027;}
.red2{	color:#DC0000;}
.blue{	color:blue;}
.blue{	color:blue;}
.txt-left {	text-align:left;}
.txt-right {	text-align:right;}

.bg {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 800;
	background-color: rgba(51,51,51,0.7);
	display: none;
}

/* ===================================================================
	通常のリンク
=================================================================== */
a {
	transition: all .3s;
}
a:link {
	color: #558BC6;
	text-decoration: none;
}
a:visited {
	color: #558BC6;
	text-decoration:none;
}
a:hover {
	color: #7BA8DB;
	text-decoration:none;
/*	opacity: 0.7;*/
}
a:active {
	color: #7BA8DB;
	text-decoration:none;
}
/* メインエリアはリンクにアンダーライン */
/*#main a{
	text-decoration:underline;
}*/

/* ===================================================================
	#header
	ヘッダー
=================================================================== */

header {

}


/* ===================================================================
	#footer
	フッター
=================================================================== */

footer {
	padding: 20px;
}

address {
	font-style: normal;
	text-align: center;
	font-weight: 600;
	letter-spacing: 0;
}

/* ===================================================================
	共通CSS
=================================================================== */

main {
	width: 94%;
	max-width: 980px;
	margin: 0 auto;
	padding: 20px 0;
}

h1 {
	margin-bottom: 0.5rem;
	font-size: 1.8rem;
	font-weight: 700;
}

h2 {
	font-size: 1.2rem;
	margin: 1rem 0 0.5rem;
}


section {
	margin: 1em;
}

/* ===================================================================
	レスポンシブ対応用
=================================================================== */


/* XX-Large devices (larger desktops, 1400px and up) */
@media (max-width: 1440px) {
	

}
/* X-Large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {
	
}

@media (max-width: 1080px) {
	
}


/* Large devices (desktops, 992px and up) */
@media (max-width: 992px) {
	
}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {
	
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
	
}

@media (max-width: 479px) {
	
}