@charset "utf-8";
/* CSS Document */

/*ヘッダー*/
header {
    width: 100%;
    z-index: 10;
    border-bottom: solid 1px #a0a0a0;
    background-color: #ffffff;
    position: fixed;
}
header > div {
    display: table;
    width: 100%;
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto;
    height: 60px;
    z-index: 10;
}
header > div > div {
    display: table-cell;
    vertical-align: middle;
    background-color: #ffffff;
}
header > div > div > div.title {
    padding-left: 3%;
}
header > div > div:first-of-type img {
    height: 40px;
}
header > div > div:last-of-type {
    width: 60px;
}
header > div > div:last-of-type > nav > div:first-of-type {
    display: flex;
}
header > div > div:last-of-type > nav > div:first-of-type > a {
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
}
header > div > div:last-of-type > nav > div:first-of-type > div {
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
}
header > div > div:last-of-type > nav > div:first-of-type > a:nth-of-type(1) {
    display: none;
}
header > div > div:last-of-type > nav > div:first-of-type > a:nth-of-type(2) {
    display: none;
}
header > div > div:last-of-type > nav > div:first-of-type > div {
    position: relative;
}
header > div > div:last-of-type > nav > div:first-of-type > div span {
    position: absolute;
    width: 20px;
    height: 2px;
    background: #666;
    -webkit-transition: all 400ms;
    transition: all 400ms;
    transition: all .4s;
}
header > div > div:last-of-type > nav > div:first-of-type > div span:nth-child(1) {
    top: 20px;
    right: 20px;
}
header > div > div:last-of-type > nav > div:first-of-type > div span:nth-child(2) {
    top: 28px;
    right: 20px;
}
header > div > div:last-of-type > nav > div:first-of-type > div span:nth-child(3) {
    top: 36px;
    right: 20px;
}
header > div > div:last-of-type > nav > div:first-of-type > div.opne:last-of-type span:nth-of-type(1) {
    -webkit-transform: translateY(20px) rotate(-45deg);
    transform: translateY(20px) rotate(-45deg);
    top: 8px;
}
header > div > div:last-of-type > nav > div:first-of-type > div.opne:last-of-type span:nth-of-type(2) {
    opacity: 0;
}
header > div > div:last-of-type > nav > div:first-of-type > div.opne:last-of-type span:nth-of-type(3) {
    -webkit-transform: translateY(-20px) rotate(45deg);
    transform: translateY(-20px) rotate(45deg);
    top: 48px;
}
header > div > div:last-of-type > nav > div:first-of-type > a img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 7px;
    height: 36px;
}
header > div > div:last-of-type > nav > div:first-of-type > a:first-of-type span, header > div > div:last-of-type > nav > div:first-of-type > a:nth-of-type(2) span {
    display: block;
    padding-top: 5px;
}
header > div > div:last-of-type > nav > div:last-of-type {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    width: 100%;
    height: 100vh;
    transition: all 0.15s;
    opacity: 0;
    visibility: hidden;
    left: 0;
}
header > div > div:last-of-type > nav > div > div:last-of-type {
    background-color: #ffffff;
    width: 100%;
    left: 0px;
    top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: calc(36px + 1.6em);
}
header > div > div:last-of-type > nav > div:last-of-type.active {
    opacity: 1;
    top: 61px;
    visibility: visible;
    overflow-y: scroll;
    height: calc(100vh - 61px);
}
header > div > div:last-of-type > nav > div > div:last-of-type > div {
    list-style: none;
    margin: 0px auto 0px;
    padding: 0px;
    display: flex;
    width: 100%;
    max-width: 1200px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
header > div > div:last-of-type > nav > div > div:last-of-type > div > a {
    width: 100%;
    text-align: center;
}
header > div > div:last-of-type > nav > div > div:last-of-type > div:first-of-type {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap : wrap;
    flex-wrap : wrap;
}
header > div > div:last-of-type > nav > div > div:last-of-type > div:first-of-type > a {
    background-color: #e5e5e5;
    color: #63559A;
    display: block;
    padding: 15px;
    width: 33.2%;
    position: relative;
}
header > div > div:last-of-type > nav > div > div:last-of-type > div:first-of-type > a:nth-of-type(n+4) {
    margin-top: 1px;
}
header > div > div:last-of-type > nav > div > div:last-of-type > div:first-of-type > a img {
    display: block;
    max-width: 105px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    width: 65%;
    height: auto;
}
header > div > div:last-of-type > nav > div > div:last-of-type > div:nth-of-type(2) {
    margin-top: 10px;
}
header > div > div:last-of-type > nav > div > div:last-of-type > div:nth-of-type(2) > a {
    position: relative;
}
header > div > div:last-of-type > nav > div > div:last-of-type > div:nth-of-type(2) > a img {
    width: 40%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
header > div > div:last-of-type > nav > div > div:last-of-type > div:nth-of-type(2) > a {
    background-color: #63559a;
    display: block;
    padding: 15px 48px;
    color: #ffffff;
    position: relative;
}
header > div > div:last-of-type > nav > div > div:last-of-type > div:nth-of-type(2) > a:last-of-type {
    background-color: #a64896;
}
header > div > div:last-of-type > nav > div > div:last-of-type > div:nth-of-type(2) > a span {
    display: block;
    padding-top: 8px;
}
header > div > div:last-of-type > nav > div > div:last-of-type > p {
    padding: 20px 0;
    text-align: center;
    color: #575757;
}
header > div > div:last-of-type > nav > div > div:last-of-type > div:nth-of-type(3) {
    display: block;
}
header > div > div:last-of-type > nav > div > div:last-of-type > div:nth-of-type(3) > a {
    display: block;
    border-top: 2px solid #ffffff;
    background-color: #e5e5e5;
    position: relative;
    color: #575757;
    padding-top: 18px;
    padding-bottom: 18px;
}
header > div > div:last-of-type > nav > div > div:last-of-type > div:nth-of-type(3) > a::after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../images/0ysdtk_yaji.png);
    background-size: contain;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
}
header > div > div:last-of-type > nav > div > div:last-of-type > div:nth-of-type(3) > a span {
    display: block;
    text-align: left;
    padding-left: 3%;
    padding-right: 3%;
}
header > div > div:last-of-type > nav > div > div:last-of-type > div:nth-of-type(4) {
    display: block;
}
header > div > div:last-of-type > nav > div > div:last-of-type > div:nth-of-type(4) > dl {
    display: block;
    line-height: 1.6em;
    margin-top: 15px;
}
header > div > div:last-of-type > nav > div > div:last-of-type > div:nth-of-type(4) > dl > * {
    display: block;
}
header > div > div:last-of-type > nav > div > div:last-of-type > div:nth-of-type(4) > dl > dt {
    padding: 5px 0 20px;
    text-align: center;
    color: #575757;
}
header > div > div:last-of-type > nav > div > div:last-of-type > div:nth-of-type(4) > dl > dd {
}
header > div > div:last-of-type > nav > div > div:last-of-type > div:nth-of-type(4) > dl > dd a {
    display: block;
    border-top: 2px solid #ffffff;
    background-color: #e5e5e5;
    position: relative;
    color: #575757;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 3%;
}
header > div > div:last-of-type > nav > div > div:last-of-type > div:nth-of-type(4) > dl > dd a::after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../images/0ysdtk_yaji.png);
    background-size: contain;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
}

@media only screen and (min-width:640px) {
/*ヘッダー*/

header > div {
    height: 80px;
}
header > div > div:first-of-type img {
    height: 47px;
}
header > div > div:last-of-type {
    width: 180px;
}
header > div > div:last-of-type > nav > div:first-of-type > a {
    display: block;
    width: 80px;
    border-left: solid 1px #a0a0a0;
    height: 80px;
    text-align: center;
}
header > div > div:last-of-type > nav > div:first-of-type > div {
    display: block;
    width: 80px;
    border-left: solid 1px #a0a0a0;
    height: 80px;
    text-align: center;
}
header > div > div:last-of-type > nav > div:first-of-type > a:nth-of-type(1) {
    display: block;
}
header > div > div:last-of-type > nav > div:first-of-type > a:nth-of-type(2) {
    display: block;
}
header > div > div:last-of-type > nav > div:first-of-type > div {
    border-right: solid 1px #a0a0a0;
}
header > div > div:last-of-type > nav > div:first-of-type > div span:nth-child(1) {
    top: 31px;
    right: 30px;
}
header > div > div:last-of-type > nav > div:first-of-type > div span:nth-child(2) {
    top: 39px;
    right: 30px;
}
header > div > div:last-of-type > nav > div:first-of-type > div span:nth-child(3) {
    top: 47px;
    right: 30px;
}
header > div > div:last-of-type > nav > div:first-of-type > div.opne:last-of-type span:nth-of-type(1) {
    top: 18px;
}
header > div > div:last-of-type > nav > div:first-of-type > div.opne:last-of-type span:nth-of-type(3) {
    top: 58px;
}
header > div > div:last-of-type > nav > div > div:last-of-type {
    padding-bottom: 40px;
    padding-top: 10px;
    padding-left: 3%;
    padding-right: 3%;
}
header > div > div:last-of-type > nav > div:last-of-type {
    overflow-y: scroll;
}
header > div > div:last-of-type > nav > div:last-of-type.active {
    opacity: 1;
    top: 81px;
    visibility: visible;
    overflow-y: scroll;
    height: calc(100vh - 81px);
}
header > div > div:last-of-type > nav > div > div:last-of-type > div {
    list-style: none;
    margin: 0px auto 0px;
    padding: 0px;
    display: flex;
    width: 100%;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
header > div > div:last-of-type > nav > div > div:last-of-type > div:first-of-type {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap : nowrap;
    flex-wrap : nowrap;
}
header > div > div:last-of-type > nav > div > div:last-of-type > div:first-of-type > a {
    margin-left: 4px;
}
header > div > div:last-of-type > nav > div > div:last-of-type > div:first-of-type > a img {
    width: 100%;
}
header > div > div:last-of-type > nav > div > div:last-of-type > div:first-of-type > a:nth-of-type(n+4) {
    margin-top: 0px;
}
header > div > div:last-of-type > nav > div > div:last-of-type > div > a {
    width: 100%;
}
header > div > div:last-of-type > nav > div > div:last-of-type > div:first-of-type > a:nth-of-type(1) {
    margin-left: 0px;
}
header > div > div:last-of-type > nav > div > div:last-of-type > div:nth-of-type(2) {
    margin-top: 15px;
}
header > div > div:last-of-type > nav > div > div:last-of-type > div:nth-of-type(2) > a:last-of-type {
    margin-left: 5px;
}
header > div > div:last-of-type > nav > div > div:last-of-type > div:nth-of-type(2) > a img {
    height: 54px;
    width: auto;
    position: absolute;
    left: 48px;
}
header > div > div:last-of-type > nav > div > div:last-of-type > div:nth-of-type(2) > a {
    height: 84px;
}
header > div > div:last-of-type > nav > div > div:last-of-type > div:nth-of-type(2) > a span {
    display: block;
    position: absolute;
    padding-top: 0px;
    margin: auto;
    top: calc(42px - 0.6em);
    left: 0;
    right: 0;
}
header > div > div:last-of-type > nav > div > div:last-of-type > p {
    display: none;
}
header > div > div:last-of-type > nav > div > div:last-of-type > div:nth-of-type(3) > a span {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}
header > div > div:last-of-type > nav > div > div:last-of-type > div:nth-of-type(3) > a::after {
    width: 20px;
    height: 20px;
}
header > div > div:last-of-type > nav > div > div:last-of-type > div:nth-of-type(3) {
    margin-top: 8px;
    display: flex;
}
header > div > div:last-of-type > nav > div > div:last-of-type > div:nth-of-type(3) > a {
    display: block;
    height: 60px;
    box-shadow : 0 0 0 1px #adadad;
    background-color: #ffffff;
    position: relative;
    color: #575757;
    padding-top: 0px;
    padding-bottom: 0px;
}
header > div > div:last-of-type > nav > div > div:last-of-type > div:nth-of-type(3) > a span {
    display: block;
    margin: auto;
    position: relative;
    top: calc(30px - 0.9em);
    left: 0;
    right: 0;
}
header > div > div:last-of-type > nav > div > div:last-of-type > div:nth-of-type(4) > dl {
    display: table;
    line-height: 1em;
    margin-top: 15px;
}
header > div > div:last-of-type > nav > div > div:last-of-type > div:nth-of-type(4) > dl > * {
    display: table-cell;
}
header > div > div:last-of-type > nav > div > div:last-of-type > div:nth-of-type(4) > dl > dt {
    width: 8em;
    border-right: solid 1px #ADADAD;
    padding: 0;
    text-align: left;
}
header > div > div:last-of-type > nav > div > div:last-of-type > div:nth-of-type(4) > dl > dd {
    padding-left: 1em;
}
header > div > div:last-of-type > nav > div > div:last-of-type > div:nth-of-type(4) > dl > dd a {
    margin-right: 40px;
    display: inline-block;
    background-color: #ffffff;
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
header > div > div:last-of-type > nav > div > div:last-of-type > div:nth-of-type(4) > dl > dd a::after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url(../images/0ysdtk_yaji.png);
    background-size: contain;
    position: relative;
    top: 1px;
    left: 10px;
}
header > div > div:last-of-type > nav > div > div:last-of-type > div:nth-of-type(4) {
    font-size: 1.2rem;
    margin-top: 20px;
}
}

@media only screen and (min-width:980px) {
header > div > div:last-of-type > nav > div > div:last-of-type > div:nth-of-type(4) {
    font-size: 1.4rem;
}
}

@media only screen and (min-width:1400px) {
header > div > div > div.title {
    padding-left: 0;
}
header > div > div:last-of-type > nav > div:last-of-type > div:last-of-type {
    padding-left: 83px;
    padding-right: 83px;
}
header > div > div:last-of-type > nav > div:last-of-type.active {
    overflow-y: hidden;
}
}
