@charset 'UTF-8';
* {
  margin: 0;
  padding: 0;
}
html, html * {
  -webkit-box-sizing: border-box; /* Webkit系用 */
  -moz-box-sizing: border-box; /* Firefox用 */
  box-sizing: border-box; /* 標準 */
  margin: 0;
  padding: 0;
}
article, aside, canvas, details, figcaption, figure, header, footer, main, menu, nav, section, summary {
  display: block;
}
body {
  font-family: "Helvetica Neue",Arial,
    "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W4",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
  background-color: #E62521;
  line-height: 1.5;
  font-size: 0.8em;
	font-weight: bold;
  -webkit-text-size-adjust: 100%;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict; 
  font-feature-settings: "palt";
}
img {
  border-style: none;
  max-width: 100%;
  height: auto;
}
#wrap {
  width: 100%;
  background: #E62521;
  margin: 0 auto;
  text-align: center;
}
header {
  width: 100%;
  position: fixed;
  background: #E62521;
  margin: 0 auto;
  padding-bottom: 1px;
  z-index: 2;
}
.logo {
  float: left;
  padding: 3px 0px 0px 5px;
}
footer {
  position: relative;
  top: -35px;
  width: 100%;
  margin: 0 auto;
}
a {
  padding-bottom: .3em;
}
h2 {
	color: #fff;
  font-size: 1.4em;
  line-height: 1.2;
  top: 2em;
  letter-spacing: .3em;
}
h1 {
	font-weight: bold;
  font-size: 4.2em;
  text-shadow: #000 1px 1px 1px, #000 1px 1px 1px, #000 1px 1px 1px, #000 1px 1px 1px;
  font-family: "Hiragino maru Gothic ProN","ヒラギノ丸ゴ ProN W4";
}
h3 {
	clear: both;
  font-family: sans-serif;
	  font-size: 2em;
  font-weight: bold;
  color: #0095d9;
  position: relative;
	max-width: 600px;
	top:.2em;
  padding: 8px;
  text-align: center;
  background: #fff;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  -o-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  behavior: url("/PIE.htc");
  margin: 0 auto 1.2em;
}
h4 {
  position: relative;
  padding: 0 0 .3em 1.4em;
  line-height: 1;
  font-size: 1.4em;
  text-shadow: 2px 1px 1px rgba(0, 0, 0, .1);
}
h4::after {
  position: absolute;
  top: .2em;
  left: .1em;
  content: '';
  width: 10px;
  height: 10px;
  background-color: #a2d7dd;
  border: 3px solid #007bbb;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  behavior: url("/PIE.htc");
}
h5 {
	clear: both;
  font-family: sans-serif;
	  font-size: 2em;
  font-weight: bold;
  color: #fff;
  margin: 0 auto;
}
a, a:visited {
  color: inherit;
}
section {
  clear: both;
}
#section1, #section2, #section3, #section4, #section5, #section6 {
  margin-top: -80px; /* 固定ナビの高さ分のネガティブマージン */
  padding-top: 80px; /* 打ち消し用のパディング */
}
.site-nav {
  max-width: 800px;
  padding-top: 5px;
  margin: 0 auto;
}
.site-nav ul {
  text-align: center;
  list-style-type: none;
  display: table;
  table-layout: fixed;
  width: 100%;
  border-collapse: separate;
  border-spacing: 5px 0;
  margin-bottom: 0.3em;
}
.site-nav li {
  display: table-cell;
  vertical-align: middle;
  font-weight: 700;
  background-color: #E62521;
}
.site-nav ul li a {
  line-height: 1.2;
  font-size: 1.1em;
  display: block;
  padding: 0.3em 0;
  color: royalblue;
  background-color: #fff;
  text-align: center;
  text-decoration: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  behavior: url("/PIE.htc");
}
.site-nav a:hover {
  color: #002FB0;
  outline: none;
}
.text {
  display: inline-block;
}
hr {
  margin: 1rem .5rem 1rem .5rem;
  color: #CCCCCC;
  border-style: dotted;
}
.haba100 {
  max-width: 800px;
  margin: 0 auto;
}
.img35 {
  width: 38%;
	float: left;
}
.img65 {
  width: 62%;
	float: left;
}
.img70 {
  width: 70%;
}
.nswaku {
  padding: .3em;
  width: 50%;
	float: left;
}
.kadomaru {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  behavior: url("/PIE.htc");
}
video {
  max-width: 100%;
}
.toptitle {
	clear: both;
  font-family: sans-serif;
  position: relative;
	max-width: 800px;
	top:.2em;
  padding: 8px 12px;
  text-align: center;
  background: #fff;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  -o-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  behavior: url("/PIE.htc");
  margin: 0 auto;
}
.subtitle {
  padding: .2px 30px;
  text-align: center;
  background: #F8B62D;
    -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  -o-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  behavior: url("/PIE.htc");
}
.max {
  padding-top: 15px;
  width: 100%;
  margin: 0 auto;
}
.max img {
  max-width: 60%;
}
.center {
  clear: both;
  text-align: center;
}
.tleft {
  text-align: left;
}
.tright {
  text-align: right;
}
.panel {
  clear: both;
  width: 97%;
  max-width: 800px;
  display: inline-block;
  color: #000;
  position: relative;
	margin-bottom: .5em;
  padding: 1.5em;
  text-align: center;
  background: #52bacc;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  behavior: url("/PIE.htc");
}
.panel ul {
  list-style-type: none;
  margin: 0;
}
.waku {
  clear: both;
  display: inline-block;
  width: 98%;
	max-width: 800px;
  margin-top: -10px;
  padding: 3em 1em 1.5em;
  background: #fffffc;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  behavior: url("/PIE.htc");
}
.wakuleft {
  width: 95%;
  margin: 0 auto;
}
.wakuleft p {
  position: relative;
  padding: 0 0 0 1.3em;
  font-size: 1em;
}
.wakuleft p::after {
  position: absolute;
  top: .35em;
  left: -.1em;
  content: '';
  width: 8px;
  height: 8px;
  background-color: #a2d7dd;
  border: 3px solid #007bbb;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  behavior: url("/PIE.htc");
}
.wakuleft ul li {
  text-align: left;
  font-size: 1.2em;
  margin-bottom: 0.8em;
}
.down {
  clear: both;
  padding-top: 20px;
  width: 50px;
  margin: 0 auto;
}
.down::after {
  content: "";
  display: block;
  border-top: 50px solid #FDE994;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  transform-origin: left top;
  transform: scaleY(.5);
}
.rei {
  width: 100%;
  padding: 5px;
  border-collapse: separate;
  border: none
}
.rei td {
  width: 30%;
  text-align: center;
  padding: 2px;
  font-weight: bold;
  border: solid 3px #f8b500;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  behavior: url("/PIE.htc");
}
.footer-content {
  width: 88%;
  max-width: 780px;
  height: 150px;
  margin: 0 auto;
  text-align: left;
}
.footer-info p {
  font-size: .9em;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 10px;
}
.footer-info p img {
  max-width: 55px;
  vertical-align: middle;
}
.footer-legal {
  width: 100%;
  font-size: .9em;
  color: #fff;
  line-height: 1.2;
}
.footer_top {
  clear: both;
  width: 100%;
  bottom: 10px;
  padding: 15px;
  position: fixed;
  color: #fff;
  text-align: right;
}
.footer_top a {
  font-size: 2em;
  padding: 8px 12px;
  text-decoration: none;
  color: #fff;
  background: #E62521;
  -webkit-transition: color .3s;
  transition: color .3s;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  behavior: url("/PIE.htc");
}
.optiont {
  margin-top: .3em;
  font-size: 1.1em;
  font-weight: bold;
  color: #ffffff;
  background-color: #f8b500;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  behavior: url("/PIE.htc");
}
button {
  margin: 5px;
  position: relative;
  display: inline-block;
  font-size: 1.1em;
  font-weight: bold;
  padding: 0.8em 1em;
  text-decoration: none;
  border-bottom: solid 4px #006694;
  transition: .4s;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  behavior: url("/PIE.htc");
	cursor: pointer;
}
button>span {
    border-bottom: solid 1px #fff;
    padding-bottom: .5px;
}
@media (any-hover: hover) {
button:hover {
  background: #0095d9;
  color: #fff;
  border-bottom: solid 4px #006694;
}}
.btn {
  background: #F8D000;
  border-bottom: solid 4px #C28400;
}
    .nonpc{
        display: none;
    }
article {
    position: relative;
  width: 98%;
  max-width: 800px;
  margin: 10px auto;
    padding: 1rem;
    top: 1rem;
    background: #fff;
    text-align: center;
}
/* 仕様*/
table {
    margin: 0 auto;
    width: 95%;
}
.tablewaku {
    border: solid 3px #f8b500;
    border-collapse: collapse;
}
.siyotd {
    width: 40%;
    padding: 5px 1px 5px 5px;
    border: solid 1px #f8b500;
}
.m {
    width: 15%;
}
.m {
    width: 15%;
}
.blue {
    color: #007bbb;
}
.yellow {
    color: #f8b500;
}
.kuro {
    color: #000;
}
.bgusuhai {
	    background: #f5f5f5;
}.bgkiiro {
	    background: #f8b500;
}
.bgao {
  background: #0095d9;
	}
.bgwhite {
  background: #fff;
	}
.bottom{
	vertical-align:bottom;
}
.middle{
	vertical-align: middle;
}
.optionb	{
	font-size: 1.5rem;
	font-weight: bold;
	color: #000;
}
/* ーーーーーーーーーーーーーーーーー             800サイズ以下の設定            ーーーーーーーーーーーーーーーーー */
@media (max-width : 800px ){
	img {
    max-width: 100%;
    height: auto;
}
	.max img {
    max-width: 100%;
    height: auto;
}
    .nonmobile{
        display: none;
    }
	h1 {
  font-size: 3em;
}
h3 {  max-width: 80%;
	  font-size: 1.6em;
	top:.3em;
  padding: 8px;
}
		h4 {
  font-size: 1.3em;
}
	h5 {
  font-size: 1.5em;
}
	.nswaku {
		width: 100%;
  float: none;
}
	.waku { 
  padding: 2em 1em 1em;
}
.toptitle {
	max-width: 98%;
  padding: 10px 12px;
}
.subtitle {
  padding: .1px 20px;
}
	.img35 {
  width: 100%;
	float: left;
}
.img65 {
  width: 100%;
	float: left;
}
	.img70 {
  width: 100%;
}
article {
  max-width: 800px;
  margin: 10px auto;
    padding: .8rem .2em;
    top: 0rem;
}
.panel {
  width: 98%;
  color: #000;
  position: relative;
	margin-bottom: .5em;
  padding: .5em;
}
	.down {
  padding-top: 10px;
  width: 50px;
  margin: 0 auto;
}
.down::after {
  border-top: 35px solid #FDE994;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
}
}
