@charset "UTF-8";

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/* 大枠 */
html,
body {
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	-webkit-overflow-scrolling: touch !important;
	-moz-osx-font-smoothing: grayscale;
}
body {
	color: #343434;
	font-size: 16px;
	line-height: 1.5;
	word-wrap : break-word;
	overflow-wrap : break-word;
}
h1,
h2,
h3,
h4
{
	line-height: 1.2;
}
#wrapper {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
body > #wrapper {
	height: auto;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	content: " ";
	clear: both;
	height: 0;
}

@media print {
	html,
	html body{overflow: visible !important;}
}

/* アクセシビリティ */
.guidance {
	left:-999px;
	position:absolute;
	width:990px;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	pointer-events: none;
} /* レスポンシブ対応 */
img {
	vertical-align: bottom;
	box-shadow: #000 0 0 0; /* ロールオーバー対応 */
}
img,
x:-moz-any-link,
x:default {
	box-shadow: #000 0 0 0; /* IE7対応 */
}
/* Windows Chrome 画像ぼやけ防止 */
@media screen and (min-width: 768px) {
	img{
		image-rendering: -webkit-optimize-contrast;
	}
}
/* リンク */
a{
	display: inline-block;
}
a:link,
a:visited,
a:active {
	color: inherit;
	text-decoration: none;
}
a:hover {
	color: inherit;
	opacity: .7;
	text-decoration: none!important;
	transition: .3s;
}

.NotoSans {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}

.NotoSerif {
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
}

/* CLEARFIX */
.container:after,
.row:after,
.col:after {
	content: "";
	display: table;
	clear: both;
}

.container {
	width: 100%;
	max-width: 1140px;
	padding: 0 20px;
	margin: 0 auto;
	position: relative;
}

.pc {display: block;}
.sp {display: none;}
.t_center{text-align: center;}


/* ▼ タイトル
--------------------------------------- */
#site_title {
	max-width: 1200px;
	margin: 20px auto;
	overflow: hidden;
	position: relative;
	z-index: 9;
	}
	#site_title a{
		width: 512.83px;
	}


/* ▼▼▼ ヘッダー
====================================================== */

/* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
====================================================== */
#main {
	max-width: 1200px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
}

/* 2column の場合！！各自修正して使用してください */
.flex_box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
section{
	margin-bottom: 60px;
}



/* ▼ システム
--------------------------------------- */
.disabled {
    opacity: .5;
    pointer-events:none;
}

/* ▼▼▼ フッター
===================================== */
footer::after{
	content: "";
	display: block;
	width: 100%;
	height: 69px;
	background: #DB6982;
}




/* ▼▼▼ 480px〜768px
====================================================== */
@media screen and (max-width: 768px) {

	body{
		font-size: 14px;
	}
	body.wrap {
		overflow: hidden;
	}
	.container{
		padding: 0 15px;
	}
	.pc {display: none;}
	.sp {display: block;}

	/* ▼タイトル
	--------------------------------------- */
	#site_title{
		margin: 0;
		padding: 10px;
	}
	#site_title a{
		width: 156px;
	}

	/* ▼▼▼ ヘッダー
	====================================================== */



	/* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
	====================================================== */
	#main,#contents,#side,
	footer,#footer_inner {
		float: none;
		width: 100%;
		}
	#main {
	}

	/* 2column の場合！！各自修正して使用してください */
	.flex_box{
		display: block;
	}
	section{
		margin-bottom: 15px;
	}


	/* ▼▼▼ フッター
	====================================================== */
	footer::after{
		height: 35px;
		}
		footer p:nth-child(1){
			max-width: 122px;
			margin: 0 auto;
		}
		footer p:nth-child(2){
			max-width: 178px;
			margin: 0 auto;
		}



}
