/* 
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;
}

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

html,
body {
    width: 100%;
    height: 100%;
}

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

.commitee {
    position: fixed;
    top: 0;
    left: 0;
    width: 35vw;
    height: auto;
    margin: 8vh 0 0 3vw;
    min-width: 300px;
    z-index: 10;
    transition: 0.1s;
    /*    background-color: rgba(252, 252, 252, 0.8);*/
}

.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;
}

.top > h4 {
    font-size: calc(1.5rem + 0.8vw);
    color: #4b4b4b;
    border-bottom: 4px dashed #ead04c;
    width: 45vw;
    padding-bottom: 0.5vh;
    margin-left: 15vw;
    position: relative;
    margin-top: 20%;
}

.content {
    padding: 3% 0;
    position: relative;
    width: 70vw;
    height: auto;
    margin: 10vh 0 10vh 15vw;
    background-color: #ffffff;
    /*    border: 2px solid #f39518;*/
    color: #707070;
    clear: left;
}

table {
    /*    margin-bottom: 5%;*/
    /*    margin: 3% 0;*/
    margin: 0 4%;
    font-size: calc(0.8rem + 0.5vw);

}

.content > p {
    color: #707070;
    padding: 3% 5% 3% 5%;
    font-size: calc(0.8rem + 0.5vw);
    line-height: 2.4rem;
    clear: left;
}

.content > p > b {
    color: #f39518;
}

.content > h4 {
    color: #478bca;
    padding: 2% 0 0 5%;
    font-size: calc(1rem + 0.6vw);
    line-height: 4rem;
    font-weight: bold;
    border-bottom: 4px solid #ead04c;
    width: 55%;
    margin-top: -4%;
}

.content > img {
    width: 90%;
    height: auto;
    margin: 0 5%;
}

.department {
    width: 70vw;
    height: auto;
    margin-left: 15vw;
    position: relative;
    margin-bottom: 15%;
}

.department > .department_content > .department_rect {
    width: 25vw;
    height: 25vw;
    background-color: rgba(255, 255, 255, 0.7);
    position: relative;
    /*    border: 2px solid #f39518;*/
}

.department > .department_content > h4 {
    color: #4b4b4b;
    font-size: calc(1.5rem + 0.5vw);
    margin-bottom: 5%;
    border-bottom: 6px dashed #ead04c;
    width: 35%;
    font-weight: bold;
}

.department > .department_content > .department_rect > img {
    width: 25vw;
    height: 25vw;
    position: absolute;
    top: 15%;
    left: 15%;
}

.department > .department_content > .department_paragraph {
    width: 32vw;
    /*    height: 32vw;*/
    height: auto;
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 55%;
    border: 2px solid #f39518;
}

.department > .department_content > .department_paragraph > p {
    color: #707070;
    padding: 5% 7%;
    font-size: calc(0.8rem + 0.5vw);
    line-height: 2.7rem;
}

.department > .department_content > .department_paragraph > p > b {
    color: #f39518;
}

.photo_con {
    margin: 0 0 5% 3%;
}

.photo_con > a {
    text-decoration: none;
}

.photo_con > a > img {
    width: 30vw;
    height: auto;
    padding: 2%;
}

@media (max-width:1000px) {
    .department > .department_content > .department_paragraph > p {
        line-height: 1.5rem;
    }
}

@media (max-width:700px) {
    .department > .department_content > .department_paragraph > p {
        font-size: 1rem;
    }
}

.content > p > a {
    text-decoration: none;
    color: #478bca;
}

.content > p > a:hover {
    color: rgba(71, 139, 202, 0.5);
}

/*
.department > .department_content > .department_paragraph > p > b {
    color: #212121;
}
*/

td:nth-of-type(2n+1) {
    width: 25%;
    padding: 0.6rem 5px 0.6rem 7px;
}

td:nth-of-type(2n) {
    width: 70%;
    padding: 0.6rem 5px 0.6rem 0;
}

.content > table > tr > td > a {
    text-decoration: none;
    color: #478bca;
}

.content > table > tr > td > a:hover {
    color: rgba(71, 139, 202, 0.5);
}

.content_title {
    color: #478bca;
    font-size: calc(90% + 0.5vw);
}

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

.indent {
    margin-left: -2.5%;
}

.indent_new {
    margin-left: -1.2%;
}

.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;
}

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

/*
.ans {

    float: left;
}

.ans_container {
    float: left;
    width: 97%;
}

@media (max-width:1000px) {
    .ans_container {

        width: 96%;
    }
}

@media (max-width:600px) {
    .ans_container {

        width: 95%;
    }
}
*/
