@charset "utf-8";

#wrapper,
#main {
	opacity: 1;
}

.com-wrapper {
	background: url(../img/bg_pc.jpg) center center / cover;
	background-attachment: fixed;
	min-width: 300px !important;
	z-index: 2;
}

#bg::after {
	content: '';
	background-color: rgba(0,0,0,.4);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

#bg-sp::after {
	content: '';
	background-color: rgba(0,0,0,.4);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

@media screen and (max-width: 768px) {
	.com-wrapper:before {
		content: "";
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 0;
		width: 100%;
		height: 100vh;
		background: url("../img/bg_sp.jpg") center center no-repeat;
		background-size: cover;
		
	}
}

#com-container1 {
	margin: 30px 0;
}

#com-container2 {
	margin: 0;
	background: #0e89cb;
	padding: 20px 0 60px;
}

#main {
	position: relative;
	/* padding: 10px 0 0 0!important; */
	z-index: 2;
}

.sp-br {
	display: none;
}

.name {
	width: 100%;
	position: static;
	text-align: center;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	margin: 20px 0 0;
	font-weight: bold;
	text-align: center;
	font-size: 1.8em;
	color: #dc2918;
}

@media screen and (max-width: 768px) {


	.name {
		width: 100%;
		font-size: 1.6em;
		margin: 20px 0 0 !important;
	}
	.user-name {
		text-align: justify;
	}
	.user-info {
		text-align: justify;
	}
}

.column {
	opacity: .9;
}

.columns {
	width: 90%;
	margin: 30px auto!important;
	max-width: 900px;
	text-align: left;
	line-height: 2.3;
	/* border-bottom: 1px solid #ffffff87; */
}

.column-txt {
	font-size: small!important;
	display: block;
}

.bold {
	color: #5bf774;
	font-size: 26px!important;
}

@media screen and (max-width: 768px) {
	.columns {
		width: 90%;
	}

	.sp-br {
		display: block;
	}
}

.card-content {
	padding: 30px;
	text-align: justify;  
	background: rgb(0 0 0 / 70%);
	margin: 30px 0;
	position: relative;
	box-shadow: 0 0 10px #dc291875;
	/* border: 1px solid #ffffff66; */
}

.card-content p {
	font-family: "Zen Old Mincho", serif;
	font-size: 17px;
	color: #fff;
	word-break: break-word;
	/* text-align: justify; */
	text-align: center;
}

.card-content p span {
	font-family: "Zen Old Mincho", serif;
	font-size: 1.5rem;
	line-height: 1.4;
	font-weight: bold;
	color: #fff100;
	/* text-shadow: 0 0 0.5em #fff, 0 0 0.5em #fff, 0 0 0.5em #fff; */
}

.paragraph {
	margin: 0 auto 20px;
}

.name span {
	font-size: 15px;
	margin-left: 5px;
	color: #dc2918;
}

@media screen and (max-width: 768px) {
	.card-content {
		padding: 2rem!important;
		margin: 0 auto 1vw;
		font-size: 4vw;
		line-height: 2;
		background: rgb(0 0 0 / 70%);
  /* border: 1px solid #ffffff66; */
	}

	.card-content p {
		text-align: justify;
	}

	.name {
		text-align: justify;
	}

	.name span {
		font-size: 3vw!important;
	}
}

#com-header {
	/* width: 90%; */
	margin: 0 auto;
	max-width: 768px;
	z-index: 5;
	position: relative;
}

#com-header img {
	width: 100%;
	max-width: 230px;
	margin: 0 auto;
	padding: 50px 0 0;
	display: block;
}

.header-info {
	color: #fff;
	text-align: center;
	padding: 0;
	font-size: small;
}

.com-footer {
	padding: 10px 0!important;
	font-size: 10px!important;
}

.cc {
	color: #666;
	font-size: xx-small;
}

#lead {
	font-family: "Zen Old Mincho", serif;
	position: static;
	color: #dc2918;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.8;
	text-align: center;
	padding: 0 0 10px;
	/* text-shadow: 0 0 0.5em #fff, 0 0 0.5em #fff, 0 0 0.5em #fff; */
}

@media screen and (max-width: 768px) {
	.com-footer {
		font-size: 2vw!important;
	}

	.header-info {
		padding: 0;
	}

	#com-header img {
		width: 50%;
	}
}

.top-btn-container {
	text-align: center;
	margin: 50px 0;
}

.top-btn {
	position: relative;
	display: inline-block;
	padding: 1rem 4.4rem;
	border: 1px solid #dc2918;
	border-radius: 50px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	transition: .3s;
	background: #dc2918;
	max-width: 300px;
	box-shadow: 0 0 10px #dc2918;
}

.top-btn:hover {
	color: #dc2918;
	background: rgba(0, 0, 0, 0);
}

#footer {
	background: none;
	padding: 12%;
	height: auto;
	margin-bottom: 0;
	text-align: center;
	padding: 0 0 50px!important;
	position: relative;
	z-index: 2;

}

@media screen and (max-width: 768px) {

	#footer {
		background: none;
		padding: 12%;
		height: auto;
		margin-bottom: 0;
		width: 100%;
		margin: 0 auto;
		/* background: #0e89cb; */
	}

}
.cc{
	margin-bottom: 2rem;
}

.ttl {
	width: 100%;
	max-width: 530px;
	margin: 0 auto;
	padding: 2vw 0;
}

.sub-ttl {
	width: 70%;
	max-width: 300px;
	margin: 30px auto;
}

#footer_wrap {
	padding: 10px 0 0 0;
	background: #000;
}

@media screen and (max-width: 768px) {

	.ttl {
		padding: 0 0 20px;
	}

	.bold {
		font-size: 23px!important;
	}

	.item {
		margin: 0 auto 10vw;
	}

	#footer_wrap {
		background: none;
	}

}

.right {
	background: none;
}