* {
	margin: auto;
	font-family:Noto Sans JP,-apple-system,blinkmacsystemfont,Segoe UI,Hiragino Kaku Gothic ProN,BIZ UDPGothic,meiryo,sans-serif;
}

.red{
	color: #FF0036;
}

/* ヘッダー */
.l-header {
  display: block;
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  background: #fff;
}


.c-hamburger {
  position: relative;
  width: inherit;
  height: inherit;
  margin: auto;
  border: transparent;
  background-color: transparent;
  cursor: pointer;
}



.c-hamburger span {
  display: block;
  position: relative;
  left: 50%;
  width: 24px;
  height: 2px;
  transform: translateX(-50%);
  background: black;
  transition: all 0.4s;
}

.c-hamburger span:nth-of-type(1) {
  top: -4px;
}

.c-hamburger span:nth-of-type(2) {
  top: 1px;

  transform: translateX(-0.45deg);
}

.c-hamburger span:nth-of-type(3) {
  top: 6px;
  transform: translateX(-0.45deg);
}

.c-hamburger.is-active span:nth-of-type(1) {
  top: 0;
  transform: translateX(-50%) rotate(225deg);
}

.c-hamburger.is-active span:nth-of-type(2) {
  opacity: 0;
}

.c-hamburger.is-active span:nth-of-type(3) {
  top: -4px;
  transform: translateX(-50%) rotate(-225deg);
}

.p-header__nav {
  display: flex;
  z-index: 10;
  position: absolute;
  top: 0;
  right: -100%;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50vh;
  background: transparent;
  opacity: 0;
  transition: top 0.6s, right 0.6s, opacity 0.6s;
}

.p-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
  padding: 0 20px;
  background: rgba(144,238,144,0.5);
}

.p-header__inner img{
 width: 100%;
 max-width: 90px;
}

.p-header__title {
  font-size: 10px;
}

.p-header__hamburger {
  z-index: 100;
  position: absolute;
  top: 0;
  right: 0;
  width: 95px;
  height: 100%;
}

.p-header__nav.is-active {
  position: fixed;
  top: 0;
  right: 0;
  opacity: 1;
  background-color: #fff;
}

.p-nav__list {
  display: block;
  padding-right: 20px;
  padding-left: 20px;
}

.p-nav__item {
  position: relative;
  width: 100%;
}


.p-nav__link {
  color: #0000ff;
  display: block;
  padding: 5px;
  width: 100%;
}

#top{
	margin-top: 90px;
	max-width:960px;
}

header ul,ol{
	list-style: none;
}

/* スマホ */
@media screen and (max-width:600px) {

body {
	margin:auto;
	padding: 0px;
	text-align: center;
	line-height: 1.6;
	letter-spacing: 1px;
	font-size: 16px;
	display: inline-block;
	min-width: 500px;
}

/* リンクのテキストカラー */
a {
	color: rgb(0, 0, 255); text-decoration: none;
}
a:hover {
	color: rgb(255, 0, 255); text-decoration: none;
}

/* 表 */
.waku table {
	border-collapse: collapse;
	border: solid 2px #333333;
	font-size: 16px;
}

.waku table th, #waku table td {
	border: dashed 1px orange;
}


/* 各枠 */
.waku{
	border:solid 10px #8cd51c;
	padding:0.5rem;
	width:95%;
	margin-left:auto;
	margin-right:auto;
	margin-top:1rem;
	margin-block:1rem;
	background-color: rgba(255,255,255,0.8);
}

.waku span img{
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

.waku img{
	width: 100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

.waku .text{
	text-align:left
}

#totop {
	 background-color:rgb(255,255,255);
	 width:100%;
}

.waku .oubo{
	padding-right:50px;
	padding-left:50px;
}

/* 結果発表ページ */

.result img{
	width: 100px;
}

.kohyo{
	padding: 0 10px;
	font-size: 16px;
	line-height: 1.2; 
	text-align: justify;
	text-align-last: left;
}

.nyusen ul{
	display: flex;
	justify-content: space-around;
	text-align: center;
	padding: 0;
}

.nyusen li{
	list-style-type: none;
	width: 45%;
	margin: 0 2.5%;
}

.nyusen ul li img{
	width: 100%;
}

/* フッター */
.footer {
	background: #5aa3c4;
	color: #ffffff;
	text-align:center;
	position:relative;
	width:100%;
	margin:auto;
	padding:1rem;
	font-size: 20px;
}

}

/* PC */
@media screen and (min-width:601px) {



body {
	min-width: 601px;
	margin:auto;
	padding: 0px;
	line-height: 1.6;
	letter-spacing: 1px;
	display: block;
	text-align: center;
	box-sizing: border-box;
}

.p-header__hamburger {
    display: none;
}

.p-nav__inner {
    margin-right: auto;
    margin-left: auto;
    max-width: initial;
    width: 100%;
  }

  .p-header__nav {
    position: static;
    opacity: 1;
    height: inherit;
    width: initial;
  }

  .p-nav__list {
    padding-right: 0;
    padding-left: 0;
    display: flex;
  }

/* リンクのテキストカラー */
a {
	color: rgb(0, 0, 255); text-decoration: none;
}
a:hover {
	color: rgb(255, 0, 255); text-decoration: none;
}

/* 表 */
.waku table {
	border-collapse: collapse;
	border: solid 2px #333333;
}

.waku table th, .waku table td {
	border: dashed 1px orange;
}

img {
	border: 0px currentColor;
}

/* 各枠 */
.waku{
	margin-left: auto;
	margin-right: auto;
	border:solid 10px #8cd51c;
	padding:0.5rem;
	width:90%;
	max-width: 920px;
	margin-top:1rem;
	margin-block:1rem;
	background-color: rgba(255,255,255,0.8);
}

.waku img{
	width: 100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

.waku .text{
	text-align:left
}

#totop {
	background-color:rgb(255,255,255);
	text-align:center;
	position:relative;
	width:100%;
}

.waku .oubo{
	padding-right:50px;
	padding-left:50px;
}

/* 結果発表ページ */

.result img{
	width: 250px;
}

.kohyo{
	padding: 0 20px;
	text-align: justify;
	text-align-last: left;
}

.nyusen ul{
	display: flex;
	justify-content: space-around;
	text-align: center;
	padding: 0;
}

.nyusen li{
	list-style-type: none;
	width: 45%;
	margin: 0 2.5%;
}

.nyusen ul li img{
	width: 100%;
}

/* フッター */
.footer {
	background: #5aa3c4;
	color: #ffffff;
	text-align:center;
	position:relative;
	width:100%;
	margin:auto;
	padding:1rem;
}

}