/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

/*ここから指定*/
html,
body {
    width: 100%;
    height: 100%;
}

.background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-image: url(images/back.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #eee;
}

* {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.commitee {
    position: fixed;
    top: 0;
    left: 0;
    width: 35vw;
    height: auto;
    margin: 8vh 0 0 3vw;
    min-width: 200px;
    transition: 0.1s;
}

.top {
    width: 100%;
    height: 100%;
}

.top_banner {
    position: relative;
    /*    margin: 15% 0 0 20%;*/
    width: 100%;
    height: auto;
}

.top_banner > img {
    position: absolute;
    width: 60%;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 13% auto;
    max-height: 80vh;
    max-width: 92.944vh;
    min-width: 200px;
    border: 2px solid #f39518;
}

.container {
    width: 66vw;
    height: auto;
    position: relative;
    padding-bottom: 60%;
    z-index: 1;
    margin: 0 17vw;
}

.new {
    width: 90%;
    padding: 5%;
    /*    margin: 25% 0 10% 10%;*/
    margin-top: 10%;
    background-color: rgba(255, 255, 255, 0.9);
}

.new > h4 {
    font-size: calc(1rem + 0.5vw);
    color: #f39518;
    margin-bottom: 1%;
    border-bottom: 4px dashed #ead04c;
    display: block;
}

.new > p {
    font-size: calc(1rem + 0.25vw);
    padding: 3% 0 1% 0;
    color: #707070;
    border-bottom: 4px dashed #ead04c;
}

.new > p > b > span {
    opacity: 0;
    visibility: hidden;
}

.container > .banner_container > .banner > a > img {
    width: 100%;
    height: auto;
    margin: 5% 10% 5% 10%;
    position: relative;
    float: left;
    display: inline-block;
}

.container > .banner_container {
    position: absolute;
    padding-top: 5%;
    background-color: rgba(255, 255, 255, 0.9);
    margin: 10% 0;
}

.container > .banner_container > div > h4 {
    /*    position: relative;*/
    font-size: calc(1rem + 0.25vw);
    line-height: 1.8rem;
    color: #707070;
    padding-left: 10%;
    height: 3rem;
}

.container > .banner_container > div > a {
    text-decoration: none;
}

.container > .banner_container > div > a > h4 {
    /*    position: relative;*/
    font-size: calc(1rem + 0.25vw);
    line-height: 1.8rem;
    color: #707070;
    padding-left: 10%;
    height: 3rem;
    text-decoration: none;
}

.container > .banner_container > div > a > h4:hover {
    color: rgba(112, 112, 112, 0.5);
}

.container > .banner_container > div > a > img:hover {
    opacity: 0.4;
    transform: scale(0.99);
}

.container > .banner_container > .banner {
    display: inline-block;
    width: 30%;
    float: left;
    padding: 1%;
}

/*
.white_line {
    display: inline-block;
    width: 69%;
    position: relative;
    border-bottom: 2px dashed #ffffff;
    margin-left: 10%;
}
*/

/*
.orange_line {
    display: inline-block;
    width: 10%;
    position: relative;
    border-bottom: 2px dashed #f39518;
}

.yellow_line {
    display: inline-block;
    width: 10%;
    position: relative;
    border-bottom: 2px dashed #ead04c;
}

.blue_line {
    display: inline-block;
    width: 10%;
    position: relative;
    border-bottom: 2px dashed #4684bd;
}
*/

@media(max-width:800px) {
    .background {
        background-image: url(images/back_sp.png);
    }
}

@media(max-width:1000px) {
    .container > .banner_container > .banner {
        display: inline-block;
        width: 40%;
        float: left;
        padding: 1%;
    }
}

@media(max-width:600px) {
    .top_banner {
        margin-top: 20%;
    }

    .container > .banner_container > .banner {
        display: inline-block;
        width: 80%;
        float: left;
        padding: 1%;
    }
}

footer {
    position: fixed;
    bottom: 0;
    margin: 0;
    padding: 0.4% 0 0.1% 0;
    width: 100%;
    height: 20px;
    background-color: #ffffff;
    color: #f39518;
}

.fes_icon {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 1%;
    left: 1%;
    width: 10vw;
    height: auto;
    padding: 1%;
    /*    background-color: #ffffff;*/
    z-index: 10;
    transition: 0.2s;
}

.hide {
    opacity: 0;
    visibility: hidden;
    width: 25%;
}

.view {
    opacity: 1;
    visibility: visible;
}

.container > .banner_container > .banner > a > img {
    width: 100%;
    height: auto;
    margin: 5% 10% 5% 10%;
    position: relative;
    float: left;
    display: inline-block;
}

.new > p > b > a {
    color: rgba(70, 132, 189, 1);
}

.new > p > b > a:hover {
    color: rgba(70, 132, 189, 0.5);
}
