@charset "utf-8";
/* CSS Document */
@import url("pc.css");
@import url("sp.css");
@media screen and (max-width: 768px) {
    .none {
        display: none
    }
}
@media screen and (min-width: 769px) {
    .none1 {
        display: none
    }
}
body {
    margin: 0px;
    font-size: 16px;
    font-family: 'Noto Sans JP', sans-serif;
    color: #333;
}
p {
    margin: 0px;
}
img {
    max-width: 100%;
    height: auto;
    width
    /***/
    : auto;
    vertical-align: bottom;
}
.clear {
    clear: both;
}
.fade {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    ransition: 0.3s ease-in-out;
}
.fade:hover {
    opacity: 0.4;
    filter: alpha(opacity=60);
}
.youtube2 {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.youtube2 iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
#page_top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 0;
    bottom: 0;
    background: #3f98ef;
    opacity: 0.6;
}
#page_top a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
}
#page_top a::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f102';
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}
.hoge {
    position: relative;
    z-index: 1;
    /* 必要であればリンク要素の重なりのベース順序指定 */
}
.hoge a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -999px;
    z-index: 2;
    /* 必要であればリンク要素の重なりのベース順序指定 */
}
.hoge:hover {
    filter: alpha(opacity=70);
    /* IE 6,7*/
    -ms-filter: "alpha(opacity=70)";
    /* IE 8,9 */
    -moz-opacity: 0.7;
    /* FF , Netscape */
    -khtml-opacity: 0.7;
    /* Safari 1.x */
    opacity: 1;
    background-color: #ff7d44;
    zoom: 1;
    /*IE*/
}
.yellow {
    background: #FBFF6D;
    font-weight: bolder;
}
.green {
    background: #e3ffcd;
    font-weight: bolder;
}