@charset "UTF-8";


.style10 {font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000;}
.style11 {font-size: 16px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000;}
.style12 {font-size: 18px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000;}
.style13 {font-size: 20px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #ffffff;}
.style14 {font-size: 20px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000;}
.style15 {font-size: 24px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000;}
.style16 {font-size: 30px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000;}
.style18 {font-size: 32px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000;}


/* ハンバーガーメニュー */

#burger input {
    display: none;
}
#burger label {
    position: relative;
    float: left;
    clear: both;
    top: 13px;
    left: 15px;
    z-index: 1000;
}
span.style00 {
    display: inline-block;
    width: 35px;
    height: 25px;
}
span.style00 i {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
    display: block;
    transition: all .3s ease-in-out;
}
span.style00 i:nth-child(1) {
    top: 2px;
}
span.style00 i:nth-child(2) {
    margin: auto;
    top: 3px;
    bottom: 0
}
span.style00 i:nth-child(3) {
    bottom: 0;
}
#burger input:checked + label span.style00 i:nth-child(1) {
    margin: auto;
    transform: rotate(45deg);
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
}
#burger input:checked + label span.style00 i:nth-child(2) {
    transform: rotateX(90deg);
    top: 0;
    bottom: 0;
}
#burger input:checked + label span.style00 i:nth-child(3) {
    margin: auto;
    transform: rotate(-45deg);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
#burger input:checked + label + .hamburger-list {
    position: fixed;
    z-index: 99;
    opacity: 1;
}
.hamburger-list {
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.7);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    transition: opacity .3s ease-in-out,z-index .3s ease-in-out;
}


@media only screen and (max-width: 800px) {
.hamburger-list__wrap {
    width: 100%;
    background-color: #333333;
    position: absolute;
    left: -100%;
    top: 0;
    transition: left .3s ease-in-out;
}

#burger input:checked + label + .hamburger-list > .hamburger-list__wrap {
    left: 0;
}

.hamburger-list__wrap > ul{
    padding-left: 10px;
    text-align: center;
}

.hamburger-list li{
    margin-top: 2px;
    display: block;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 30px;
}
}


@media only screen and (min-width: 801px) and (max-width: 1300px) {
.hamburger-list__wrap {
    width: 60%;
    background-color: #333333;
    position: absolute;
    left: -100%;
    top: 0;
    bottom:0;
    transition: left .3s ease-in-out;
}

#burger input:checked + label + .hamburger-list > .hamburger-list__wrap {
    left: 0;
}

.hamburger-list li{
    margin-top: 22px;
    margin-left: 50px;
    display: block;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 30px;
    text-align: left;
}
}


@media only screen and (min-width: 1301px) {
.hamburger-list__wrap {
    width: 40%;
    background-color: #333333;
    position: absolute;
    left: -100%;
    top: 0;
    bottom:0;
    transition: left .3s ease-in-out;
}

#burger input:checked + label + .hamburger-list > .hamburger-list__wrap {
    left: 0;
}

.hamburger-list li{
    margin-top: 40px;
    margin-left: 50px;
    display: block;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 30px;
    text-align: left;
}
}


.hamburger-list li a {
    text-decoration: none;
    color: #fff;
}
.hamburger-list li a:hover{
    color: #afeeee;
    transition: .5s;
}


/* ヘッダーレイアウト */

#title {
    padding-top: 10px;
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 32px;
    color: #9090FF;
}

header {
    position: fixed;
    width: 100%;
    height: 60px;
    top: 0;
    left: 0;
    background-color: #333333;
    z-index: 900;
}


/* ページレイアウト */

html {
    margin:　0px;
    width:　100%;
    height:　auto;
    overflow:　auto;
}

body{
    margin: 0px;
    width: 100%;
    height: auto;
    overflow: auto;
}

a:link {color: #2E00BB; text-decoration: none;}
a:visited {color: #2E00BB; text-decoration: none;}
a:hover {color: #006400; text-decoration: none;}
a:active {color: #2E00BB; text-decoration: none;}


/* フッターレイアウト */

footer {
    position: fixed;
    width: 100%;
    height: 50px;
    bottom: 0;
    right: 0;
    background-color: #333333;
}

footer a:link {color: #ffffff; text-decoration: none;}
footer a:visited {color: #ffffff; text-decoration: none;}
footer a:hover {color: #afeeee; text-decoration: none;}
footer a:active {color: #ffffff; text-decoration: none;}

div.float_footer{
    float: right;
}

table.type02 {
  margin-top: 3px;
  margin-right: 5px;

}

table.type02 td {
  width: auto;
  height: auto;
  padding: 5px;
  text-align: center;
  vertical-align: middle;
}


/* ボタンデザイン */
.btn-square-so-pop {
  position: relative;
  display: inline-block;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #FFF;
  background: #668ad8;/*色*/
  border-radius: 4px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  font-weight: bold;
  border: solid 2px #627295;/*線色*/
}

.btn-square-so-pop:link {color: #ffffff; text-decoration: none;}
.btn-square-so-pop:visited {color: #ffffff; text-decoration: none;}
.btn-square-so-pop:hover {color: #afeeee; text-decoration: none;}

.btn-square-so-pop:active {
  /*押したとき*/
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
  color: #afeeee;
  text-decoration: none;
}


/* タグデザイン */
.tag {
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	display: flex;
    flex-wrap: wrap;
}

.tag li {
	list-style: none;
}

.tag li a {
	width: auto;
	height: 40px;
    padding: 0.25em 0.8em;
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #ffffff;
	background: #555555;
	text-decoration: bold;
	border-right: 3px solid #777777;
	box-sizing: border-box;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.tag > li:hover > a {
	color: #ffffff;
	background: #999999;
}