@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);

#popup #sitename {
	font-weight: normal;
}

@media screen and (min-width: 1000px) {
	#popup {
		position: fixed;
		top: 0;
		left: 0;
		background-color: #2150a2;
		width: 100%;
		height: 100%;
	}

	#popup .img {
		width: auto;
		height: auto;
		min-width: 100%;
		min-height: 100%;
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.img {
		padding-top: 155px;
	}

	.colum4 .colum4_col {
		width: 32% !important;
	}

	.colum4 .colum4_col:nth-child(3) {
		margin-right: 0;
	}

	.colum4 .colum4_col:nth-child(6) {
		margin-right: 0;
	}

	.border p {
		text-align: center;
		font-size: 1rem !important;
	}

	.box1-2 {
		width: 25% !important;
	}
}

/* 1000px　以上 */

@media screen and (min-width: 1200px) {
	.header_container {
		width: 1200px !important;
	}

	.container {
		width: 1200px !important;
	}
}

/* 1200px　以上 */

* {
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	height: 100%;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3",
		"Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo,
		sans-serif;
}

p,
a,
ul,
li,
div {
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

h1 {
	font-size: 30px;
	font-weight: bold;
}

h1 span {
	display: inline-block;
	margin-left: 10px;
	font-size: 50px !important;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
		"Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

h2 {
	font-size: 30px;
	font-weight: bold;
}

h2 span {
	display: inline-block;
	margin-left: 10px;
	font-size: 50px !important;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
		"Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

p.name {
	display: block;
	padding: 5px;
	font-size: 1.3rem;
	text-align: center;
}

p.name span.tousen {
	display: inline-block;
	padding: 3px 5px;
	background-color: #ff0000;
	color: #fff;
	font-size: 14px;
	text-align: center;
	margin-right: 5px;
	line-height: 1;
	border-radius: 3px;
}

p.text02 {
	display: block;
	font-size: 14px;
	padding: 5px;
	text-align: center;
}

.cboxPhoto {
	padding-top: 13px;
}

#wrap {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.box {
	width: 100%;
	-js-display: flex;
	display: flex;
	justify-content: space-between;
}

.box1-1 {
	width: 75%;
}

.box1-2 {
	width: auto;
}

.result {
	display: block;
	width: 100%;
	padding: 15px 5px 5px 5px;
	margin: 0 auto;
	text-align: center;
}

.result p.number2 {
	display: inline-block;
	width: auto;
	margin-right: 20px;
	font-size: 24px;
	vertical-align: top;
	line-height: 1;
}

.result p.link {
	display: inline-block;
	/* display: none !important; */
	text-align: center;
	width: auto;
}

/* .result p.link {
  display: inline-block;
  width: auto;
} */

.result p.link a {
	display: block;
	padding: 5px 8px;
	background-color: #ffffff;
	border: 1px solid #158b8b;
	font-size: 16px;
	border-radius: 5px;
	color: #158b8b;
	text-align: center;
	vertical-align: middle;
	line-height: 1;
	text-decoration: none;
}

.result p.link i {
	/* display: inline-block; */
	padding-right: 3px;
	color: #158b8b;
	vertical-align: baseline;
	line-height: 1;
}

#header {
	width: 100%;
	margin-bottom: 20px;
	padding: 20px;
	border-top: 20px solid #2050a2;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.header_container {
	-js-display: flex;
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 0 auto;
}

.header_container .border {
	padding: 5px;
	border: 1px solid #848484;
	border-radius: 5px;
}

.border p {
	text-align: center;
	font-size: 0.8rem !important;
}

.header_container p.small {
	font-size: 14px;
	margin-bottom: 3em;
}

.header_container p.btn {
	display: block;
	font-size: 18px;
	color: #000000;
	cursor: pointer;
}

.header_container p.btn:before {
	content: url("/images/arw.png");
	display: inline-block;
	padding-right: 5px;
	line-height: 1;
}

.header_container p.btn a:before {
	content: url("/images/arw_right.png");
	display: inline-block;
	padding-right: 5px;
	vertical-align: middle;
	line-height: 1;
}

.col2 {
	display: block;
	list-style-type: none;
	margin: 0 auto;
	text-align: center;
}

.col2 li {
	display: inline-block;
	width: auto;
	font-size: 95%;
	margin-right: 10px;
	text-decoration: underline;
	cursor: pointer;
}

.col2 li:before {
	content: url("/images/arw.png");
	display: inline-block;
	padding-right: 3px;
	vertical-align: middle;
	line-height: 1;
}

.container {
	width: 100%;
	margin: 0 auto;
}

.colum4 {
	width: 100%;
	-js-display: flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.colum4 .colum4_col {
	display: block;
	width: 48%;
	padding: 20px 20px 30px 20px;
	background-color: #eaeaea;
	border-radius: 10px;
	margin-right: 1% !important;
	margin-bottom: 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.colum4 .colum4_col a:hover {
	opacity: 0.7;
}

/* .colum4 .colum4_col img {
  width: 100%;
} */

.colum4 .colum4_col:nth-child(even) {
	margin-right: 0;
}

.colum4 .colum4_col p.link_btn {
	margin-top: 1em;
}

.colum4 .colum4_col p.link_btn a {
	display: block;
	padding: 7px;
	font-size: 100%;
	font-weight: normal;
	border-radius: 7px;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #abaaaa;
	text-align: center;
	text-decoration: none;
}

#random {
	cursor: pointer;
	text-decoration: underline;
}

.contact {
	width: 100%;
	margin-top: 3em;
	padding: 10px;
	border-top: 1px solid #222222;
}

.contact p {
	font-size: 95%;
	text-align: center;
}

.img_small img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	text-align: center;
}

#pagetop {
	position: fixed;
	bottom: 30px;
	right: 20px;
}

@media screen and (max-width: 640px) {
	.pc {
		display: none !important;
	}

	.sp {
		display: block;
	}

	h1 {
		display: block;
		font-size: 19px !important;
		text-align: center;
	}

	h1 span {
		display: block;
		margin: 0;
		font-size: 28px !important;
		text-align: center;
	}

	.border2 {
		display: inline-block;
		font-size: 14px !important;
		border: 1px solid #000;
		font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3",
			"Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo,
			sans-serif;
		font-weight: normal;
		padding: 5px;
		border-radius: 5px;
		line-height: 1;
		margin-right: 5px;
	}

	.box1-1 {
		width: 100%;
	}

	.box1-2 {
		width: 100%;
	}

	#header {
		padding: 7px;
	}

	.header_container {
		display: block !important;
		width: 100%;
	}

	.header_container p.border {
		font-size: 100%;
		margin-top: 15px !important;
		width: 90%;
		margin: auto;
	}

	.header_container p.small {
		margin-bottom: 1em;
		text-align: center;
	}

	.header_container p.btn {
		font-size: 110%;
		text-align: center;
		text-decoration: underline;
	}

	.header_container .border {
		width: 90%;
		margin: 0 auto;
	}

	.container {
		width: 100%;
	}

	.colum4 {
		display: block !important;
		padding: 0 30px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-ms-box-sizing: border-box;
	}

	.colum4 .colum4_col {
		width: 100%;
		margin-bottom: 40px;
	}

	.cboxPhoto {
		width: 100%;
	}

	#cboxClose {
		display: none;
	}

	.col2 li {
		font-size: 110%;
	}

	.border p {
		font-size: 24px;
	}

	.colum4 .colum4_col {
		margin-right: 0 !important;
	}

	.colum4 .colum4_col .center_link_area {
		padding-left: 0 !important;
	}
}

@media screen and (min-width: 640px) {
	.pc {
		display: block;
	}

	.sp {
		display: none !important;
	}

	.result p.number2 {
		font-size: 21px;
		margin-right: 10px;
		vertical-align: middle;
	}

	.result p.link {
		vertical-align: middle;
	}

	.border p {
		font-size: 21px;
	}

	.border2 {
		display: inline-block;
		font-size: 18px !important;
		font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3",
			"Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo,
			sans-serif;
		font-weight: normal;
		padding: 5px;
		line-height: 1;
		margin-right: 5px;
	}
}

#sns {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 35px;
	text-align: center;
}

#sns li {
	display: inline-block;
	margin-right: 5px;
	vertical-align: top;
}

#sns li:last-child {
	margin-right: 0;
}

#sns li a:hover {
	opacity: 0.7;
}

#sns li.twitter a {
	/* padding: 5px 7px; */
	display: block;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	background-color: #1da1f2;
	line-height: 1;
}

#sns li.twitter a i {
	color: #ffffff;
	font-size: 14px;
	line-height: 35px;
}

#sns li.facebook a {
	/* padding: 5px 7px; */
	display: block;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	background-color: #3b5998;
	line-height: 1;
}

#sns li.facebook a i {
	color: #ffffff;
	font-size: 14px;
	line-height: 35px;
}

#sns li.line a {
	/* padding: 5px 7px; */
	display: block;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	background-color: #00b900;
	line-height: 1;
}

#sns li.line a img {
	padding-top: 9px;
}

.message {
	display: block;
	font-weight: bold;
	color: #499eda;
	margin-bottom: 10px;
	text-align: center;
}

.colum4 .colum4_col .center_link_area {
	display: block;
	margin: 0 auto;
	padding-left: 15px;
	text-align: left;
}

.colum4 .colum4_col .center_link_area i {
	display: inline-block;
	/*padding-right: 3px; */
	vertical-align: middle;
	line-height: 1;
}

.colum4 .colum4_col .center_link_area p.link_btn2 {
	display: inline-block;
	margin-right: 7px;
}

.colum4 .colum4_col .center_link_area p.sns_link_btn {
	display: inline-block;
}

.colum4 .colum4_col p.link_btn2 a {
	font-size: 95%;
	background: none;
	padding: 0;
	border: none;
	text-align: left;
}

.colum4 .colum4_col p.link_btn2 i {
	display: inline-block;
	padding-right: 3px;
	color: #3b5998;
	vertical-align: middle;
	line-height: 1;
}

.colum4 .colum4_col p.sns_link_btn a {
	display: block;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	background-color: #3b5998;
	border: none;
	padding: 0;
	line-height: 1;
}

.colum4 .colum4_col p.sns_link_btn i {
	color: #ffffff;
	font-size: 12px;
	line-height: 25px;
}

p.comment01 {
	display: block;
	padding: 5px;
	color: #db421f;
	font-size: 95%;
	font-weight: bold;
	text-align: center;
}

/* 総合トップ */
#sitename {
	font-size: 40px;
	color: #ffffff;
	text-align: center;
	margin-bottom: 30px;
}

#popup {
	background-color: #2150a2;
	width: 100%;
	height: 100%;
}

#popup .img {
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
}

#popup h1 {
	text-align: center;
}

#popup h1 a {
	display: block;
	font-size: 28px !important;
	width: 70%;
	margin: 0 auto;
	border: 2px solid #fff;
	border-radius: 10px;
	padding: 25px;
	color: #fff;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	box-sizing: border-box;
}

#popup h1 a i {
	margin-left: 10px;
}

#popup h1 a:hover {
	background-color: #ffffff;
	color: #2150a2;
}

#popup h1 span.end {
	display: block;
	padding-top: 5px;
	font-size: 18px !important;
	font-family: "Noto Sans JP", sans-serif !important;
	color: #ffffff;
	text-align: center;
}

#popup h2 {
	text-align: center;
}

#popup h2 a {
	display: block;
	font-size: 28px !important;
	width: 70%;
	margin: 0 auto;
	border: 2px solid #fff;
	border-radius: 10px;
	padding: 25px;
	color: #fff;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	box-sizing: border-box;
}

#popup h2 a i {
	margin-left: 10px;
}

#popup h2 a:hover {
	background-color: #ffffff;
	color: #2150a2;
}

#popup h2 span.end {
	display: block;
	padding-top: 5px;
	font-size: 18px !important;
	font-family: "Noto Sans JP", sans-serif !important;
	/* color: #FE4C4C; */
	color: #ffffff;
	text-align: center;
}

#popup .img img {
	/* 	position: absolute;
  left: 50%;
  top: 50%;
	-webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); */
}

#count {
	width: auto;
	margin-top: 30px;
	padding: 10px 20px;
	border-radius: 5px;
	line-height: 1;
}

#count a {
	display: block;
	font-size: 30px;
	color: #2150a2;
	text-decoration: none;
}

#count i {
	display: inline-block;
	padding-right: 5px;
	font-size: 26px;
	vertical-align: middle;
	line-height: 1;
}

#hide_link {
	position: absolute;
	right: 5%;
	top: 5%;
	z-index: 99999;
}

#hide_link p {
	line-height: 1.8;
}

#hide_link a {
	color: #2150a2;
	font-size: 120%;
	padding: 10px;
	text-decoration: none;
}

@media screen and (max-width: 640px) {
	#hide_link {
		width: 100%;
		right: 0 !important;
	}

	#hide_link p a {
		display: block;
		width: 100%;
		line-height: 1;
	}

	#popup {
		position: static;
		padding: 30px 0;
	}

	#popup h1 a {
		padding: 20px !important;
		font-size: 24px !important;
	}

	#popup h2 a {
		padding: 20px !important;
		font-size: 21px !important;
	}

	#popup .img {
		width: auto;
		height: auto;
		min-width: auto !important;
		min-height: auto !important;
		position: static;
		transform: none !important;
		padding-top: 0 !important;
	}

	#popup .img img {
		position: static;
		margin: 0 auto;
		text-align: center;
		transform: none !important;
	}

	#count {
		position: static;
		margin: 10px 20px 0 20px !important;
		padding: 0 !important;
		text-align: center;
		transform: none !important;
	}

	#count a {
		display: block;
		font-size: 18px;
		color: #2150a2;
		text-decoration: none;
	}

	#count i {
		display: inline-block;
		padding-right: 5px;
		font-size: 16px;
		vertical-align: middle;
		line-height: 1;
	}

	#count span {
		display: inline-block;
		margin-top: 20px !important;
	}

	h1 a {
		width: 90% !important;
	}

	h2 a {
		width: 90% !important;
	}
}

@media screen and (min-width: 640px) {
	.pc_box {
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
}

/* カウントダウン */

#count {
	width: auto;
	margin-top: 30px;
}

#count p {
	font-size: 30px;
	color: #ffffff;
	text-align: center;
}

#count span {
	padding: 10px 20px;
	border-radius: 10px;
	background-color: #ffffff;
	font-size: 38px;
	color: #000000;
	margin: 0 10px;
	line-height: 1;
}
