@charset "utf-8";
/*
Theme Name: SHINKA
Text Domain: SHINKA
*/
		
* {
	box-sizing: border-box;
}
body {
	font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Segoe UI Symbol" !important;
	min-height: 100vh;
	margin: 0;
	display: flex;
	/*background-image: url(./teaser_bg.jpg); */
	background-size: cover;
	background-position: center;
	background-repeat: repeat-x;
	justify-content: center;
	align-items: center;
	padding: 40px;
	font-size: 15px;
}
body::after{
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
}
.contents {
	background: rgba(255,255,255,0.95);
	width: 900px;
	padding: 60px;/* border-radius: 15px; */
	position: relative;
	z-index: 1;
}

@media screen and (max-width:768px) {
	body {
		padding: 20px;
	}
	.contents {
		width: 100%;
		padding: 20px;
	}
}
.visible-pc {
}
.visible-sp {
	display: none !important;
}
@media screen and (max-width:768px) {
	.visible-pc {
		display: none !important;
	}
	.visible-sp {
		display: block !important;
	}
}
h1 {
	text-align: center;
	margin-top: 0;
	font-size: 38px;
	font-weight: normal;
	margin-bottom: 15px;
	line-height: 1.4;
	margin-bottom: 15px;
	font-weight: bold;
	letter-spacing: 5px;
}
h1 span.h1_copy {
	font-size: 0.35em;
	display: block;
	line-height: 2;
	margin-bottom: 10px;
	letter-spacing: 0;
	font-weight: 500;
}
h1 span.h1_large {
	font-size: 60px;
	line-height: 1.6;
	letter-spacing: 5px;
	font-weight: bold;
}
h1 span.h1_sub {
	font-size: 0.6em;
	display: block;
	line-height: 1.6;
	margin-bottom: 10px;
	letter-spacing: 0;
	font-weight: 500;
}

h2 {
	font-weight: normal;
	font-size: 24px;
	margin-top: 80px;
	margin-bottom: 20px;
}
h2::before{
	content: "◆ ";
}
a {
	color: #000;
}
a:hover {
	text-decoration: underline;
}
.cs {
	text-align: center;
	font-size: 15px;
	/* letter-spacing: 1px; */
	margin-bottom: 0;
	line-height: 28px;
	width: 650px;
	margin: 15px auto;
	text-align: left;
}

@media screen and (max-width:768px) {
	.cs {
		width: 100%;
	}
}
.site_url {
	margin-top: 0;
	text-align: center;
	margin-bottom: 30px;
}

@media screen and (max-width:768px) {
	h1 {
		margin-top: 20px;
		font-size: 40px;
		line-height: 1.4;
		font-weight: bold;
	}
	h1 span {
		font-size: 13px;
		margin-bottom: 20px;
		display: block;
	}
	h2 {
		font-size: 18px;
		margin-top: 60px;
	}
	.cs {
		font-size: 13px;
		letter-spacing: 0px;
		margin-bottom: 25px;
		margin-top: 25px;
		line-height: 24px;
	}
	.site_url {
		margin-bottom: 30px;
		font-size: 14px;
	}
}
table {
	margin-top: 40px;
	margin-bottom: 60px;
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}
table table {
	margin: 0;
}
th, td {
	font-weight: normal;
	padding: 15px;
	vertical-align: top;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
}
th {
	text-align: center;
	width: 140px;
}
iframe {
	width: 100%;
	margin-top: 10px;
	border: solid 1px #ccc !important;
}

@media screen and (max-width:768px) {
	table {
		margin: 20px 0;
		font-size: 13px;
		line-height: 1.6;
	}
	th, td {
		padding: 10px;
		display: block;
		width: 100%;
	}
	th {
		border-bottom: none;
		padding-bottom: 0;
		text-align: left;
	}
	td {
		padding-top: 10px;
		border-top: none;
	}
	tr+tr th {
		border-top: none;
	}
}
.banners {
	margin-top: 40px;
}
.banner_links{
	text-align: center;
	width: 100%;
	display: block;
}
.banner_links a{
	text-decoration: none;
}
.copy {
	text-align: center;
	margin-top: 40px;
}

@media screen and (max-width:768px) {
	.copy {
		font-size: 14px;
		margin-top: 20px;
	}
}
.copy a {
	text-decoration: none;
}
.tac{
	text-align: center;
}
.open{
	font-size: 1.2em;
	margin-bottom: 30px;
   	text-align: center;
}
@media (max-width:768px){
    .open{
    	font-size: 1em;
    }
}

li+li{
	margin-top: 0.5em;
}

ul,
.desc p,
.banners p{
	font-size: 1.1em;
	line-height: 1.5;
}

@media (max-width:768px){
	ul,
	.desc p,
	.banners p{
		font-size: 1em;
	}
}