body {
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	color: #333333;
}
header {
	padding: 3px 0;
	text-align: center;
}
.header_title {
	background-color: #447744;
	color: #ffffff;
}
hr{
	height: 2px;
	background-color: #447744;
	border: none;
}
h1 {
	font-size: 2.2em;
	display: block;
	width: 750px;
	margin: 30px auto 22px;
	position: relative;
	color: #336633;
	text-shadow: 0 0 2px white;
}
.sub_link{
	background-color: #ffffff;
	color: #333333;
	display: block;
	position: absolute;
	top: 76px;
	right: 125px;
	padding: 7px;
	border-radius: 8px 10px;
	border: 2px solid #91DF63;
	font-size: 14px;
	text-decoration: none;
}
h2 {
	background-color: #447744;
	font-size: 1.5em;
	margin-bottom: 10px;
	color: #ffffff;
	padding: 9px 10px;
}
h3{
	padding: 0.5em;/*文字周りの余白*/
	color: #333333;/*文字色*/
	background: #fffaf4;/*背景色*/
	border-left: solid 5px #ff33af;/*左線（実線 太さ 色）*/
}
main {
	padding: 0 20px 20px;
	max-width: 850px;
	margin: 0 auto;
}
.ad_caution{
	text-align: right;
	font-size: 0.8em;
	margin: 2px 10px 8px;
}
section {
	background-color: #ffffff;
	padding: 17px;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	font-size: 1.1em;
	line-height: 1.5;
	margin: 10px 0 40px;
}
img{
	width: 400px;
	margin: 10px;
}
#sandtimer{
	width: 128px;
	display: none;
}
#result{
	font-size: 2.0em;
	color: #000055;
}
strong {
	font-size: 1.1em;
	color: #6acf65;
}
footer {
	font-size: 1.2em;
	color: #ffffff;
	background-color: #447744;
	text-align: center;
	padding: 8px 0;
	width: 100%;
}
footer a{
	color: #ffffff;
}
nav{
	margin: 0 auto;
	max-width: 750px;
	border: 2px solid #447744;
	border-radius: 9px;
	padding: 15px;
	font-size: 18px;
	position: relative;
}
.menu_title{
	background-color: #ffffff;
	position: absolute;
	top: -15px;
	left: 40px;
	padding: 0 20px;
	font-size: 20px;
}
ul{
	list-style-type: none;
	padding: 0px;
	text-align: left;
	margin: 14px;
}
ul li{
	padding: 6px 12px 3px;
}
ul li a{
	font-size: 16px;
	text-decoration: none;
	color: #117733;
}
table{
	text-align: left;
	margin: 15px;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
	width: 96%;
}
table th{
	padding: 9px 12px 4px;
	color: #22BB26;
	border-bottom: solid 2px #22BB26;
	width: 25%;
}
table td{
	padding: 9px 12px 4px;
	border-bottom: solid 1px #22BB26;
	width: 75%;
}
.admax{
	margin: 10px auto;
	text-align: center;
}
.youtube{
	width: 100%;
	aspect-ratio: 16 / 9;
}
.youtube iframe{
	width: 100%;
	height: 100%;
}
.str_bold{
	font-weight: bold;
}
.str_black{
	color: #333333;
}
.pc{
	display: block;
}
.sp{
	display: none;
}
@media (max-width: 720px) {
	h1 {
		width: 100vw;
		font-size: 1.4em;
	}
	.sub_link{
		top: 63px;
		right: 30px;
	}
	h2{
		text-align: center;
		font-size: 1.2em;
		padding: 7px 8px;
	}
	main {
		padding: 7px;
	}
	p {
		font-size: 1.0em;
		line-height: 1.5;
		margin: 10px 0;
	}
	table{
		margin: 0px;
	}
	table th, table td{
		padding: 11px 13px 6px;
		width: 81vw;
		display: block;
	}
	img{
		width: 80vw;
	}
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-emergency-real {
  position: relative;

  display: block;

  width: 200px;
  height: 130px;
  margin: 10px 30px;
}

a.btn-emergency-real:hover .btn-emergency-real-top {
  top: 10px;

  height: 50px;
}

a.btn-emergency-real:active .btn-emergency-real-top {
  top: 20px;

  height: 40px;
}

.btn-emergency-real-top {
  position: absolute;
  top: 0;
  left: 20px;

  width: 160px;
  height: 60px;
  margin-top: 30px;

  -webkit-transition: all 0.3s;

  transition: all 0.3s;

  border-radius: 0 0 50% 50%;
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#630909),
    to(#d62d2d)
  );
  background-image: -webkit-linear-gradient(right, #630909 0%, #d62d2d 100%);
  background-image: linear-gradient(to left, #630909 0%, #d62d2d 100%);
  -webkit-box-shadow: inset 0 -1px 10px 0 rgba(0, 0, 0, 0.9),
    0 5px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -1px 10px 0 rgba(0, 0, 0, 0.9),
    0 5px 5px 0 rgba(0, 0, 0, 0.2);
}

.btn-emergency-real-top:before {
  position: absolute;
  top: -30px;
  left: 0;

  width: 160px;
  height: 60px;

  content: "";

  border-radius: 80px / 30px;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#6c0c0b),
    to(#ed4c4c)
  );
  background-image: -webkit-linear-gradient(bottom, #6c0c0b 0%, #ed4c4c 100%);
  background-image: linear-gradient(to top, #6c0c0b 0%, #ed4c4c 100%);
  -webkit-box-shadow: 0 10px 28px 2px rgba(0, 0, 0, 0.2),
    inset 0 5px 10px 0 rgba(0, 0, 0, 0.2),
    inset 0 2px 1px 0 rgba(255, 255, 255, 0.6),
    inset 0 -2px 1px 0 rgba(255, 255, 255, 0.1),
    inset 0 -2px 10px 5px rgba(237, 76, 76, 0.6),
    inset 5px 0 1px 1px rgba(255, 255, 255, 0.3);
  box-shadow: 0 10px 28px 2px rgba(0, 0, 0, 0.2),
    inset 0 5px 10px 0 rgba(0, 0, 0, 0.2),
    inset 0 2px 1px 0 rgba(255, 255, 255, 0.6),
    inset 0 -2px 1px 0 rgba(255, 255, 255, 0.1),
    inset 0 -2px 10px 5px rgba(237, 76, 76, 0.6),
    inset 5px 0 1px 1px rgba(255, 255, 255, 0.3);
}

.btn-emergency-real-top span {
  font-size: 38px;
  font-weight: bold;

  position: absolute;
  top: -24px;
  left: 0;

  width: 100%;

  -webkit-transform: scaleY(0.75);

  transform: scaleY(0.75);
  text-align: center;

  color: #e48a8a;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5),
    1px 1px 5px rgba(255, 255, 255, 0.3);
}

.btn-emergency-real-bottom {
  position: absolute;
  top: 38px;
  left: 0;

  width: 200px;
  height: 80px;

  border-radius: 100px / 40px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f2f2f2),
    color-stop(48%, #b4b4b4),
    to(#767676)
  );
  background-image: -webkit-linear-gradient(
    left,
    #f2f2f2 0%,
    #b4b4b4 48%,
    #767676 100%
  );
  background-image: linear-gradient(
    to right,
    #f2f2f2 0%,
    #b4b4b4 48%,
    #767676 100%
  );
  -webkit-box-shadow: 0 8px 0 #c4cacc, inset 1px -1px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 0 #c4cacc, inset 1px -1px 10px 0 rgba(0, 0, 0, 0.2);
}