html,body {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	margin:0;
}

#wrapper{
max-width: 1280px;
	margin: 0 auto;
        height: auto;
        padding: 2em 0;
}

.titlebox{
	background-color: rgba(255, 255, 255, 0.7);
	border-radius: 15px;
}

#messagebox1{
	width:100%;
	height: auto;
	clear: both;
	margin: 20px 0;
        display: flow-root;
        border: 10px double #252525;
        box-sizing: border-box;
        background: url(../img/wh_back2.png);
        background-repeat: repeat;
}
#messagebox1 h1{
	text-align: center;
	width: 100%;
}

.textbox{
	color: #333;
    margin: 0 20px 20px;
    text-align: left;
    line-height: 1.5;
    background: rgba(255, 255, 255, 0.7);
	
}

.center{
	    text-align: center;
}


footer{
	background-color: #252525;
	color:#fff;
	clear: both;
}

#bg{
	background-image:url("../img/acrylic.jpg");
	background-attachment: fixed;
	background-size: cover; 
	background-position: center center; 
}

/* メニュー関係 */

.header {
  background: var(--background-navbar);
  position: fixed;
  width: 100%;
  z-index: 99999999;
}

/* Nav items */
.menu {
  list-style: none;
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  margin-top: 52px;
  padding: 0 0 10px 0;
  clear: both;
  background: var(--background-navbar);
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  transform: scale(1, 0);
  transform-origin: top;
}

/* Hamburger menu button */
.menu-btn:checked ~ .menu {
  transform: scale(1, 1);
  transform-origin: top;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
	background-color: #0E0E0E;
}

/* Hamburger menbu text */
.menu a {
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 16px;
  text-transform: capitalize;
  color: #ddd;
  opacity: 0;
  transition: 0.5s;
}

.menu li {
  border-top: 1px solid rgb(75, 75, 75);
  padding: 15px 0;
  margin: 0 54px;
  opacity: 0;
  transition: 0.5s;

}

.menu li:hover {
background-color: aliceblue;
color:#000;
}
.menu a:hover {
color:#fff;
}

.menu-btn:checked ~ .menu a,
.menu-btn:checked ~ .menu li {
  opacity: 1;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
}

.menu-btn {
  display: none;
}

.menu-icon {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding: 24px 14px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


.navicon {
  background: #ddd;
  display: block;
  height: 3px;
  width: 26px;
  position: relative;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before,
.navicon:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  background: #ddd;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before {
  top: 9px;
}

.navicon:after {
  bottom: 9px;
}

/* Hamburger Menu Animation Start */
.menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before {
  top: 0;
}
.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  bottom: 0;
}

.menu-btn:checked ~ .menu-icon .navicon {
  background: rgba(0, 0, 0, 0);
  transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
/* Hamburger Menu Animation End */

/* Navbar Container */
.navtext-container {
  width: 100%;
  height: 52px;
  position: absolute;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
	background-color: #0E0E0E;
}

/* Navbar Text */
.navtext {
  position: absolute;
  text-transform: uppercase;
  color: #ddd;
  letter-spacing: 4px;
  font-size: 20px;
}


#sending { 
  position: fixed;
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
  flex-direction: column; 
  justify-content: center; 
  align-items: center; 
  transition: all 0.3s; 
  z-index: 9999;
  display: none;
} 

.btnfrm01 {
	margin: 1.5em auto;
	width: 20em;
	max-width: 80%;
	padding: 0.5em 1em;
	border: 1px solid #303030;
	font-size: 1.2em;
	transition: all .3s;
	outline: none;
	cursor: pointer;
  color: #fff;
}


.tbl-r02 th {
  background: #ca2222;
  /*
  background: #303030;
  */
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
  width: 250px;
}
.tbl-r02 td {
　border: solid 1px #ccc;
  padding: 10px;
}


.message3 {
    padding: 1rem;
    border: 1px solid darkgray;
    box-sizing: border-box;
    margin: 1rem auto 4rem auto;
    text-align: center;
}

.bullet {
    margin: 0 0 0 20px;
    list-style-type: disc;
    list-style-position: outside;
}

@media screen and (min-width:980px) { 
    /*　画面サイズが980pxからはここを読み込む　*/
	.lbox{
		width: 48%;
		float: left;
		padding: 5px;
		border-radius: 15px;
		height: 100%;
        font-weight: 800;
	}
	.lbox h4{
		margin: 0;
	}
	
	.rbox{
		width: 48%;
		float:right;
		padding: 5px;
		border-radius: 15px;
		height: 100%;
        font-weight: 800;
	}
	.rbox h4{	
	font-weight: 1200;
	margin:0;
	}
	
	.pcmt50{
	margin-top:50px;
}
	.titlebox{
		border: thick double #32a1ce;
		margin-top:30px;
		margin-bottom: 20px;
	}
	.titlebox h1{
    display: inline-block;
    font-size: 36px;
    margin:0px;
	text-align: center;
	width:100%;
	border-radius: 15px;
		}
	
	.pcmt70{
	margin:70px 0;
	}


#messagebox1{
	padding-top: 20px;
}
	
footer{
	height:40px;
	text-align: center;
    padding-top: 10px;
	
}
table {
  margin: 20px auto;
  width: 80%;
}

.tbl-r02,th,tr,td{
	border:1px solid #cccccc;
	box-sizing: border-box;
}
	
	.toptitle{
		width: 100%;
    min-height: 250px;
    background-color: #333;
    background-image: url("../img/bg_con09.jpg");
    background-attachment: fixed;
		padding-top: 52px;
	}
	.pagetitle{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #FFF;
    font-size: 2.4em;
    line-height: 1em;
    margin-top: 40px;
	}
	.pagedetail{
		    color: #FFF;
    font-size: 1em;
    line-height: 1.6em;
    margin: 30px 0 0;
	}
	
}

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

	.titlebox{
		border: thick double #32a1ce;
		margin-top:30px;
		margin-bottom: 20px;
	}
	.titlebox h1{
    display: inline-block;
    font-size: 18px;
    margin:0px;
	text-align: center;
	width:100%;
	border-radius: 15px;
		}
	
  .video-wrapper {
    aspect-ratio: 1 / 1;
  }
  .video-content {
    top:38%;
    margin-top: 1rem;
  }
	
#messagebox1{
margin-top: 50px;
	padding-top: 20px;
}
	
footer{
	height:20px;
	text-align: center;
    padding-top: 5px;
	
}
.pamph{
	width:80%;
	margin: 0 auto;
	border: double dashed #2F2F2F;
	box-shadow: 22px 21px 27px -13px #696969;
	border-radius: 10px; 
}
#messagebox1{
	width:100%;
	height: 100%;
	clear: both;
margin-top: 20px;
	padding-top: 20px;
}
#messagebox3{
	width:100%;
	height: 100%;
	clear: both;
	margin: 20px 0;
}	
	
#messagebox6{
	width:100%;
	height: 100%;
	clear: both;
	margin: 20px 0;
	text-align: center;
}
	.textbox{
		padding: 10px;
	}
	
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .tbl-r02 {
    width: 100%;
  }
  .tbl-r02 th,
  .tbl-r02 td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
	.toptitle{
		width: 100%;
    min-height: 200px;
    background-color: #333;
    background-image: url("../img/bg_con09.jpg");
    background-attachment: fixed;
		padding-top: 52px;
	}
	.pagetitle{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #FFF;
    font-size: 2.4em;
    line-height: 1em;
    margin-top: 40px;
	}
	.pagedetail{
		    color: #FFF;
    font-size: 1em;
    line-height: 1.6em;
    margin: 30px 0 0;
	}
}


