@charset "UTF-8";

/*  HOME
===================================*/
.cover-top {
    position: relative;
    width: 100%;
    height: 720px;
}
.cover-top .main {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 720px;
    width: 100%;
    max-width: 1600px;
    display: block;
    background-image:
        url("../img/main_a.png"),
        url("../img/main_b.png");
    background-position:
        top -120px right,
        bottom -30px center;
    background-size: 
        550px,
        1600px;
    background-repeat: no-repeat;
}

.cover-top .area {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1240px;
    height: 720px;
    display: block;
    padding: 0 20px;
}

.cover-top .area .title {
    margin-top: 40px;
}
.cover-top .area .title h2 {
    width: 580px;
}

.cover-top .area .txt {
    display: inline-block;
    margin-top: 50px;
    margin-left: 10px;
}
.cover-top .area .txt dl {
    margin-top: 10px;
}
.cover-top .area .txt dl:first-of-type {
    margin-top: 0;
}
.cover-top .area .txt dl .flx {
    border: 2px solid #2d7bc4;
}
.cover-top .area .txt dt {
    font-size: 2.0rem;
    line-height: 1.3;
    font-weight: 500;
    background-color: #2d7bc4;
    color: #ffe724;
    padding: 15px;
    display: flex;
    place-items: center;
}
.cover-top .area .txt dt p {
    display: table-cell;
    vertical-align: middle;
}
.cover-top .area .txt dd {
    font-size: 2.1rem;
    line-height: 1.3;
    font-weight: 600;
    color: #2d7bc4;
    background: #ffffff;
    padding: 15px;
}
.cover-top .area .txt dd p.red {
    color: #e02300;
    text-align: right;
    margin-top: 5px;
    font-size: 2.0rem;
}
.cover-top .area .txt dd em {
    position: relative;
    font-style: normal;
}
.cover-top .area .txt dd em:before {
    content: "";
    width: 100%;
    border-bottom: 1px solid #f91111;
    border-top: 1px solid #f91111;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 1px 0;
}


/* home-txt
===================================*/
.home-txt {
    margin-top: 25px;
    padding: 4px;
    border: 2px solid #458fd3;
}

.home-txt .waku {
    background: #fff;
    padding: 30px;
    padding-top: 40px;
    padding-bottom: 50px;
    overflow: hidden;
}
.home-txt .waku {
    background-image: url(../img/main_a.png);
    background-position: top right -50px;
    background-repeat: no-repeat;
    background-size: 400px;
}

.home-txt .txt-a {
}
.home-txt .txt-a h2 {
    font-size: 3.9rem;
    line-height: 1.2;
    font-weight: bold;
    text-shadow: 
        #ffffff 1px 1px 5px, #ffffff -1px -1px 5px,
        #ffffff -1px 1px 5px, #ffffff 1px -1px 5px,
        #ffffff 0px 1px 5px, #ffffff 0-1px 5px,
        #ffffff -1px 0 5px, #ffffff 1px 0 5px;
}
.home-txt .txt-a h2 span {
    color: #3487d4;
    font-weight: 600;
    margin-right: 5px;
}
.home-txt .txt-a h3 {
    font-size: 4.5rem;
    line-height: 1.25;
    text-align: right;
    align-self: flex-end;
    margin-left: 5px;
}

.home-txt .txt-b {
    margin-top: 40px;
}
.home-txt .txt-b dl {
    display: -webkit-flex;
    display: flex;
    margin-top: 25px;
}
.home-txt .txt-b dt {
    font-size: 1.7rem;
    line-height: 1;
    padding: 8px 3px;
    text-align: center;
    flex-shrink: 0;
    width: 130px;
    margin-right: 15px;
    background-color: #ffed5a;
    border: 1px solid #4398db;
    color: #1e6db7;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-weight: 500;
}
.home-txt .txt-b dd {
    font-size: 2.6rem;
    line-height: 1.3;
    align-self: center;
    font-weight: 600;
}
.home-txt .txt-b dd p {
    font-size: 1.6rem;
    line-height: 1.3;
}
.home-txt .txt-b dd em {
    font-size: 1.6rem;
    line-height: 1.3;
    display: block;
    align-self: center;
    font-style: normal;
    padding-top: 3px;
    font-weight: normal;
}

.home-txt .txt-b dd.venue {
    display: block;
}
.home-txt .txt-b dd.name {
    display: block;
}

.home-txt .txt-flx {
}
.home-txt .txt-c {
    display: inline-block;
}
.home-txt .txt-c .tai {
    position: relative;
    font-weight: 600;
    font-size: 1.7rem;
}
.home-txt .txt-c .tai p {
    line-height: 1.2;
    border: 2px solid #4398db;
    padding: 10px 10px;
    font-weight: 500;
    margin-right: 10px;
    width: 130px;
    text-align: center;
    font-size: 1.6rem;
    color: #1e6db7;
}
.home-txt .txt-c .tai span {
    font-size: 2.0rem;
}
.home-txt .txt-c .tai span em {
    position: relative;
    font-style: normal;
}
.home-txt .txt-c .tai span em:before {
    content: "";
    width: 100%;
    border-bottom: 1px solid #f91111;
    border-top: 1px solid #f91111;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 1px 0;
}
.home-txt .txt-c .tai span.red {
    display: block;
    text-align: right;
    font-size: 1.8rem;
    margin-top: -5px;
}

.home-txt .txt-c .day {
    display: block;
    text-align: right;
    font-size: 1.7rem;
    font-weight: 600;
}
.home-txt .txt-c .txt {
    font-size: 1.4rem;
    line-height: 1.25;
    text-indent: -1em;
    padding-left: 1em;
    color: #0071a9;
    margin-top: 10px;
}
.home-txt .txt-c a.not {
    pointer-events: none;
    background-color: #dcdcdc;
    border: 0;
    color: #888;
    font-weight: normal;
}
.home-txt .txt-c .link-btn {
    margin-top: 15px;
    height: 50px;
}


/* home-news
===================================*/
.home-news {
    margin-top: 20px;
    border: 2px solid #458fd3;
    padding: 4px;
}
.home-news .waku {
    background: #fff;
    padding: 10px;
    padding-bottom: 25px;
}

.home-news .tai {
    display: -webkit-flex;
    display: flex;
    position: relative;
    border-bottom: 1px solid #4398db;
}
.home-news .tai p {
    font-size: 3.1rem;
    line-height: 1.2;
    letter-spacing: 0.15em;
    padding-top: 10px;
    padding-bottom: 15px;
    padding-left: 20px;
    font-weight: 600;
    color: #3487d4;
}

.home-news ul {
    padding: 0 20px;
    padding-top: 15px;
    min-height: 200px;
}
.home-news li {
    display: -webkit-flex;
    display: flex;
    background-image: url(../img/line_dot.png);
    background-repeat: repeat-x;
    background-position: bottom;
    padding: 13px 0;
}
.home-news li:last-of-type {
    background: none;
}
.home-news li .day {
    font-size: 1.4rem;
    line-height: 1.3;
    flex-shrink: 0;
    width: 120px;
    align-self: center;
}
.home-news li .txt {
    line-height: 1.3;
    letter-spacing: 0.03em;
}
.home-news li .txt a {
    display: inline-block;
}
.home-news li .txt a {
    color: #0071a9;
    line-height: 1.3;
    transition: 0.2s ease-out;
}
.home-news li .txt a:hover {
    box-shadow: 0 0px 0 transparent inset, 0px -1px 0px #0044cc inset;
}


/* home-banner
===================================*/
.home-banner {
    margin-top: 35px;
}
.home-banner .area {
    background-color: #eee;
    border: 1px solid #ccc;
    padding: 5px;
}
.home-banner ol {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
.home-banner ol li {
    display: table;
    width: calc(100% / 3 - 24px);
    background-color: #fff;
    margin: 10px 12px;
}
.home-banner ol li a {
    height: auto;
    display: table-cell;
    text-align:center;
    vertical-align: middle;
    border: 1px solid #7a7a7a;
}
.home-banner ol li a img {
    margin: 0 auto;
    /*width: 100%;*/
}
.home-banner ol li a:hover {
    border: 1px solid #a6ddff;
    box-shadow: 0 0 6px #4aa3e1;
}


/* page-body
===================================*/
.page-body {
    margin-top: 25px;
    padding: 4px;
    border: 2px solid #458fd3;
}
.page-body-waku {
    background: #fff;
    padding: 3px;
    padding-bottom: 40px;
    min-height: 700px;
}

.text-page {
    padding: 0 20px;
}

.pg-a {
    padding: 0 10px;
}

.red {
    color: #e02300;
}
.blu {
    color: #026baf;
}

.pg-atitle {
    position: relative;
    font-size: 2.1rem;
    line-height: 1;
    border-bottom: 1px solid #c9c9c9;
    border-left: 4px solid #4398db;
    font-weight: 600;
    padding: 16px 15px;
    padding-left: 12px;
    margin-bottom: 30px;
}
.pg-atitle.top {
    margin-top: 35px;
}

.pg-btitle {
    font-weight: 600;
    font-size: 1.9rem;
    line-height: 1;
    padding: 12px 12px;
    background-color: #d8e8f5;
}

.pg-ctitle {
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1;
    box-shadow: 0 0px 0 transparent inset, 0px -3px 0px #579bd9 inset;
    display: inline-block;
    background-color: #e3eeee;
    padding: 10px 15px;
    padding-bottom: 12px;
}

.pg-dtitle {
    font-weight: 600;
    font-size: 1.75rem;
    line-height: 1;
    display: inline-block;
    padding: 7px 15px;
    border: 2px solid #85acc9;
}

.pg-area {
    padding: 0 15px;
}

.pg-atxt {
    margin-top: 20px;
}
.pg-atxt p {
    font-weight: 600;
    font-feature-settings: normal;
}
.pg-atxt p em {
    font-style: normal;
    padding-bottom: 2px;
    box-shadow: 0 0px 0 transparent inset, 0px -7px 0px #fff054 inset;
    display: inline;
}

.pg-atxt b {
    font-weight: 600;
    font-size: 1.7rem;
    font-feature-settings: normal;
}

.pg-atxt b em {
    position: relative;
    font-style: normal;
}
.pg-atxt b em:before {
    content: "";
    width: 100%;
    border-bottom: 1px solid #f91111;
    border-top: 1px solid #f91111;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 1px 0;
}
.pg-atxt b.day {
    margin-left: 215px;
    display: block;
    line-height: 1.2;
    color: #e02300;
}
.pg-atxt b.change {
    display: block;
    line-height: 1.2;
    color: #e02300;
    margin-left: 207px;
}
.pg-atxt p.dtx {
    font-size: 1.6rem;
    font-weight: 600;
    border-top: 2px solid #f91111;
    border-bottom: 2px solid #f91111;
    padding: 13px 10px;
    text-align: center;
    font-feature-settings: "pkna" 1;
}

.pg-btxt {
    margin-top: 20px;
}
.pg-btxt p {
    line-height: 1.6;
    font-feature-settings: normal;
    letter-spacing: 0.03em;
}
.pg-btxt p b {
    letter-spacing: normal;
}
.pg-btxt p.red {
    line-height: 1.45;
    letter-spacing: normal;
}
.pg-btxt p.rig {
    text-align: right;
}

.pg-btxt a.line {
    display: inline;
    color: #026baf;
    box-shadow: 0 0px 0 transparent inset, 0px -1px 0px #4e9cf1 inset;
    padding-bottom: 1px;
}
.pg-btxt a.line:hover {
    box-shadow: none;
}
.pg-btxt.btm {
    margin-bottom: 30px;
}

.pg-btxt a.txt-btx {
}
.pg-btxt a.txt-btx i {
    font-size: 2.0rem;
    padding-bottom: 0;
}
.pg-btxt a.txt-btx.min {
    font-size: 1.45rem;
    font-weight: normal;
}
.pg-btxt a.txt-btx.min:hover span {
    box-shadow: 0 0px 0 transparent inset, 0px -1px 0px #3188e2 inset;
}

.pg-btxt.cop {
}
.pg-btxt.cop {
}


.pg-ultxt {
    margin-top: 20px;
}
.pg-ultxt li {
    text-indent: -0.9em;
    padding-left: 0.9em;
    line-height: 1.45;
    margin-top: 13px;
    font-feature-settings: normal;
}
.pg-ultxt li i {
    display: inline;
    font-size: 1.3rem;
    position: relative;
    top: -1px;
    padding-right: 1px;
    color: #4398db;
}
.pg-ultxt li a {
    display: inline;
    color: #026baf;
    box-shadow: 0 0px 0 transparent inset, 0px -1px 0px #4e9cf1 inset;
    padding-bottom: 1px;
}
.pg-ultxt li a:hover {
    box-shadow: none;
}

.pg-ultxt li b {
    font-size: 1.7rem;
    margin-right: 3px;
    font-weight: 600;
}
.pg-ultxt li em.line {
    font-style: normal;
    padding-bottom: 2px;
    font-style: normal;
    box-shadow: 0 0px 0 transparent inset, 0px -7px 0px #fff054 inset;
    display: inline;
}

.pg-ultxt p {
    padding-left: 0.9em;
    line-height: 1.45;
}

.pg-ultxt.red li {
    font-size: 1.5rem;
}
.pg-ultxt.red li i {
    color: #e02300;
}

.pg-waku {
    border: 1px solid #bbb;
}
.pg-waku strong {
    letter-spacing: 0.03em;
    font-weight: 600;
    line-height: 1.45;
    background-color: #c9ebbd;
    padding: 6px 10px;
    display: block;
}
.pg-waku .txt {
    padding: 15px;
    padding-top: 8px;
    line-height: 1.5;
}
.pg-waku .txt p {
    margin-top: 6px;
    letter-spacing: 0.03em;
}
.pg-waku .txt p a {
    display: inline;
    color: #026baf;
    box-shadow: 0 0px 0 transparent inset, 0px -1px 0px #4e9cf1 inset;
    padding-bottom: 1px;
}
.pg-waku .txt p a:hover {
    box-shadow: none;
}

.pg-swaku {
    border: 1px solid #bbb;
    padding: 10px;
}

.pg-wakub {
    border: 1px solid #bbb;
    line-height: 1.5;
    margin: 0 10px;
    margin-top: 10px;
    padding: 14px 15px;
}
.pg-wakub p {
}
.pg-wakub dl {
    margin-top: 12px;
    display: -webkit-flex;
    display: flex;
}
.pg-wakub dl:first-of-type {
    margin-top: 0;
}

.pg-wakub dl dt {
    font-weight: 600;
    flex-shrink: 0;
    background-color: #daeeee;
    width: 120px;
    text-align: center;
    font-size: 1.5rem;
}
.pg-wakub dl dd {
    align-self: center;
    margin-left: 15px;
    font-size: 1.5rem;
}
.pg-wakub dl dd a {
    display: inline;
    color: #026baf;
    box-shadow: 0 0px 0 transparent inset, 0px -1px 0px #4e9cf1 inset;
    padding-bottom: 1px;
}
.pg-wakub dl dd span {
    margin-left: 15px;
}

table {
    width: 100%;
}
table th,
table td {
    border: 1px solid #ccc;
}
.pg-table {
}
.pg-table th,
.pg-table td {
    padding: 15px;
    font-size: 1.5rem;
    line-height: 1.5;
}
.pg-table th {
    white-space: nowrap;
    text-align: left;
    background-color: #fbf9e1;
}
.pg-table .w220 th {
    width: 220px;
}

.pg-table td strong {
    font-weight:600;
    letter-spacing: 0.05em;
    font-feature-settings: "pkna" 1;
    display: block;
    font-size: 1.6rem;
}
.pg-table th small {
    font-weight:normal;
    color: #e02300;
}
.pg-table td p {
    font-feature-settings: "pkna" 1;
}
.pg-table td p em {
    padding-bottom: 2px;
    font-style: normal;
    box-shadow: 0 0px 0 transparent inset, 0px -6px 0px #fff054 inset;
}

.pg-table td ul {
    margin-top: 15px;
}
.pg-table td ul li {
    font-size: 1.5rem;
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.3;
    margin-top: 6px;
    font-feature-settings: normal;
    letter-spacing: 0.03em;
}
.pg-table td ul li i {
    display: inline;
    font-size: 1.2rem;
    color: #4398db;
    margin-right: 2px;
}

.pg-table.payment {
}
.pg-table.payment td ul {
    margin-top: 15px;
}
.pg-table.payment td ul li {
    font-size: 1.5rem;
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.3;
    margin-top: 6px;
    font-feature-settings: normal;
    letter-spacing: 0.03em;
}
.pg-table.payment td ul li i {
    position: relative;
    display: inline;
    font-size: 1.2rem;
    margin-right: 2px;
    color: #e02300;
    top: -1px;
}

.pg-dltxt {
}
.pg-dltxt dl {
    padding: 15px 0;
}
.pg-dltxt dl.top {
    padding-top: 0;
}

.pg-dltxt dl dt {
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    line-height: 1;
    margin-bottom: 10px;
    background-color: #d8e8f5;
    padding: 10px 10px;
}
.pg-dltxt dl dd {
    font-feature-settings: normal;
}
.pg-dltxt dl dd a {
    display: inline;
    color: #026baf;
    box-shadow: 0 0px 0 transparent inset, 0px -1px 0px #4e9cf1 inset;
    padding-bottom: 1px;
}
.pg-dltxt dl dd a:hover {
    box-shadow: none;
}
.pg-dltxt dl:last-of-type {
    padding-bottom: 0;
}

.pg-cpany {
    border: 1px solid #ccc;
    line-height: 1.5;
    margin-top: 70px;
}
.pg-cpany .area {
    padding: 15px;
    padding-top: 8px;
}

.pg-cpany strong {
    background-color: #d8e8f5;
    letter-spacing: 0.03em;
    font-weight: 600;
    line-height: 1;
    border-bottom: 1px solid #cccccd;
    padding: 12px 15px;
    display: block;
    font-size: 1.6rem;
}
.pg-cpany p {
    margin-top: 6px;
}
.pg-cpany p a {
    display: inline;
    color: #026baf;
    box-shadow: 0 0px 0 transparent inset, 0px -1px 0px #4e9cf1 inset;
    padding-bottom: 1px;
    letter-spacing: normal;
}
.pg-cpany p a:hover {
    box-shadow: none;
}

.pg-cpany.mt160 {
    margin-top: 160px;
}
.pg-cpany.mt250 {
    margin-top: 250px;
}

.pg-docm {
    margin-top: 20px;
}
.pg-docm dt {
    font-size: 1.8rem;
    line-height: 1.3;
    font-weight: 600;
    display: -webkit-flex;
    display: flex;
}
.pg-docm dt i {
    font-size: 2.6rem;
    margin-right: 3px;
    color: #4f8ebc;
    position: relative;
    top: -2px;
}
.pg-docm dd {
    display: -webkit-flex;
    display: flex;
    margin-top: 10px;
}
.pg-docm dd .lef {
    flex-shrink: 0;
    display: -webkit-flex;
    display: flex;
}
.pg-docm dd .lef .img {
    border: 1px solid #aaa;
    width: 150px;
    align-self: flex-start;
}
.pg-docm dd .lef .img img {
}
.pg-docm dd .lef .txt {
    margin-left: 20px;
    font-size: 1.4rem;
}
.pg-docm dd .rig {
    align-self: center;
    margin: auto;
}
.pg-docm dd .rig a {
    margin-left: 20px;
    min-width: auto;
    padding: 0 30px;
}

.pg-btn {
    text-align: center;
}
.pg-btn .btn {
    height: 60px;
    margin: 0 10px;
    min-width: 300px;
    font-size: 1.7rem;
    line-height: 1.3;
}
.pg-btn .btn small {
    font-weight: normal;
    font-size: 1.4rem;
}
.pg-btn.long .btn {
}

.pg-btn .acce-btn {
    height: 70px;
    margin: 0 10px;
    min-width: 300px;
    font-size: 1.7rem;
    line-height: 1.2;
}

.pg-btn .acce-btn small {
    font-weight: normal;
    font-size: 1.3rem;
}
.pg-btn .acce-btn b {
    font-weight: normal;
    font-size: 1.5rem;
}
.pg-btn .acce-btn.min {
    height: 65px;
}
.pg-btn .acce-btn i {
    font-size: 2.4rem;
}
.pg-btn.long .acce-btn {
    width: 100%;
    max-width: 360px;
}

.pg-btn.not .acce-btn {
    pointer-events: none;
    border: 0;
    background-color: #dcdcdc;
    font-weight: 400;
    font-family: inherit;
    color: #888;
}
.acce-btn.not {
    pointer-events: none;
    border: 0;
    background-color: #dcdcdc;
    font-weight: 400;
    font-family: inherit;
    color: #888;
}

.pg-btn .icon-save_alt {
    position: relative;
    top: -2px;
}

.pg-btnlst {
    margin-top: 20px;
}
.pg-btnlst ul {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    padding: 0 5px;
}
.pg-btnlst ul li {
    width: calc(100% / 2 - 20px);
    margin: 10px 10px;
}
.pg-btnlst ul li a {
}
.pg-btnlst.answerform {
    margin-top: 40px;
}
.pg-btnlst.answerform .list-btn {
    height: 70px;
    border: 1px solid #d6d093;
    background-color: #fff266;
    color: initial;
    font-size: 1.6rem;
}
.pg-btnlst.answerform .list-btn i {
    font-size: 1.8rem;
}
.pg-btnlst.answerform .list-btn:hover {
    border: 1px solid #2c77ae;
    background-color: #2c77ae;
    color: #fff;
}

.pg-btnlst.long {
}
.pg-btnlst.long ul {
    -webkit-justify-content: center;
    justify-content: center;
}
.pg-btnlst.long ul li {
    width: calc(100% / 1 - 20px);
    margin: 10px 10px;
    max-width: 580px;
}
.pg-btnlst.long ul li a {
    border: 1px solid #d1660d;
    background-color: #f37811;
}
.pg-btnlst.long ul li a:hover {
    background-color: #ffa300;
}

.pg-btn.ul {
    margin-top: 20px;
}
.pg-btn ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    flex-wrap: wrap;
}
.pg-btn ul li {
    margin-top: 20px;
}
.pg-btn.ul .btn {
    font-size: 1.6rem;
}
.pg-btn.ul.not .btn {
    pointer-events: none;
    border: 0;
    background-color: #dcdcdc;
    font-weight: 400;
    font-family: inherit;
    color: #888;
}
.pg-btn ul li .btn .blk small {
    display: block;
    margin-top: 3px;
    margin-bottom: -5px;
}

.pg-chyui {
    border: 1px solid #f9adad;
}
.pg-chyui strong {
    background-color: #ffd0d0;
    display: block;
    text-align: center;
    padding: 10px 0;
    font-weight: bold;
    font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','Meiryo UI','Yu Gothic UI', sans-serif;
    font-size: 1.6rem;
    line-height: 1;
}
.pg-chyui ul {
    padding: 15px;
}
.pg-chyui ul li {
    text-indent: -0.9em;
    padding-left: 0.9em;
    margin-top: 15px;
    font-feature-settings: normal;
    letter-spacing: normal;
    font-size: 1.45rem;
    line-height: 1.3;
}
.pg-chyui ul li:first-of-type {
    margin-top: 0;
}
.pg-chyui ul li i {
    display: inline;
    position: relative;
    font-size: 1.2rem;
    top: -1px;
    padding-right: 2px;
    color: #e02300;
}

.pg-file {
    margin-left: 10px;
}
.pg-file a {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
}
.pg-file a .pho {
    width: 80px;
    border: 1px solid #bbb;
    margin-right: 15px;
}
.pg-file a .pho img {
}
.pg-file a p {
    font-weight: 600;
    font-size: 1.7rem;
    line-height: 1.3;
    display: inline;
    color: #026baf;
    /*box-shadow: 0 0px 0 transparent inset, 0px -1px 0px #4e9cf1 inset;*/
    padding-bottom: 2px;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
}
.pg-file a p span {
    font-size: 1.1rem;
    line-height: 1;
    border: 1px solid;
    background-color: #026baf;
    color: #fff;
    padding: 3px 5px;
    border-radius: 3px;
    position: relative;
    top: -2px;
    margin-left: 5px;
}
.pg-file a:hover p {
    /*box-shadow: none;*/
    box-shadow: 0 0px 0 transparent inset, 0px -1px 0px #4e9cf1 inset;
}
.pg-file a i {
    font-size: 2.6rem;
    color: #026baf;
    margin-right: 5px;
    position: relative;
    top: -2px;
}

.tytxt {
    display: block;
    font-style: normal;
    font-size: 1.5rem;
    line-height: 1.4;
    text-indent: -0.9em;
    padding-left: 0.9em;
    color: #e02300;
    font-feature-settings: normal;
}
.tytxt2 {
    display: block;
    font-style: normal;
    font-size: 1.5rem;
    line-height: 1.4;
    text-indent: -2.7em;
    padding-left: 2.7em;
    color: #e02300;
    font-feature-settings: normal;
}
em.center  {
    text-align: center;
}

.pg-ultxt .tytxt2 {
    margin-top: 10px;
}
.pg-ultxt li .tytxt {
    margin-top: 2px;
}


/* greeting
===================================*/
.hed-greeting {
    display: -webkit-flex;
    display: flex;
    padding: 0 30px;
    margin-top: 15px;
}
.hed-greeting .pho {
    max-width: 200px;
    margin-right: 10px;
}
.hed-greeting .pho img {
}
.hed-greeting .txt {
    text-align: right;
    margin-top: 20px;
    margin-left: auto;
    font-size: 1.5rem;
    align-self: flex-end;
    margin-right: 30px;
    line-height: 1.8;
}
.hed-greeting .txt li {
    line-height: 1.2;
    margin-top: 6px;
}
.hed-greeting .txt li.min {
    font-size: 1.45rem;
}

.hed-greeting .txt .sub {
    font-size: 1.9rem;
    line-height: 1.2;
    font-weight: 600;
}
.hed-greeting .txt strong {
    font-weight: 600;
    font-size: 2.0rem;
}

.txt-greeting {
    margin-top: 40px;
    padding: 0 30px;
}
.txt-greeting p {
    line-height: 2.2;
    text-indent: 1em;
    margin: 25px 0;
    letter-spacing: 0.05em;
    font-feature-settings: "pkna" 1;
    font-size: 1.58rem;
}
.greeting .line {
    border-bottom: 1px solid #bbb;
    margin: 0 20px;
    margin-top: 60px;
}
.txt-greeting p.lef {
    text-indent: inherit;
    text-align: right;
}
.txt-greeting p.rig {
    text-indent: inherit;
    text-align: right;
    line-height: 1.5;
    margin-top: 30px;
}
.txt-greeting p.rig strong {
    font-weight: bold;
    font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN', serif;
    font-size: 2.1rem;
}


/*  outline
===================================*/
.txt-outline {
    margin-top: 30px;
}
.txt-outline dl {
    display: -webkit-flex;
    display: flex;
    padding: 0 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.txt-outline dl:first-of-type {
    padding-top: 10px;
}

.txt-outline dt {
    position: relative;
    font-weight: 500;
    font-size: 1.65rem;
    flex-shrink: 0;
    width: 160px;
    color: #287cca;
    border: 1px solid #4398db;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 10px 0;
}

.txt-outline dd {
    padding-left: 30px;
    align-self: center;
}
.txt-outline dd strong {
    font-weight: 600;
    font-size: 1.9rem;
}
.txt-outline dd strong.min {
    font-weight: 500;
    font-size: 1.7rem;
}
.txt-outline dd small {
    font-size: 1.5rem;
}

/*/// 会場 ///*/
.txt-outline dd .txt {
    letter-spacing: 0.05em;
    line-height: 1.9;
    margin-right: 10px;
}
.txt-outline dd .txt .one {
    line-height: 1;
}
.txt-outline dd .txt .one b {
    display: block;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1;
    padding-bottom: 10px;
}
.txt-outline dd .txt .one p {
    font-size: 1.5rem;
    line-height: 1.4;
}
.txt-outline dd .txt .two {
    padding-top: 5px;
}
.acce-link {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    line-height: 1;
}
.acce-link li {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.acce-link li::after {
    content: "|";
    padding: 0 10px;
    color: #aaa;
}
.acce-link li:last-of-type::after {
    content: "";
}

/*/// 会場 photo ///*/
.txt-outline dd.flx {
}
.txt-outline dd.flx .pho {
    position: relative;
    flex-shrink: 0;
    margin: 0;
    margin-right: 15px;
    height: 90px;
}
.txt-outline dd.flx .pho span {
    width: 120px;
    height: 90px;
    background-image: url("../img/facility_imgs.png");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 140px;
    transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
}
.txt-outline dd.flx .pho i {
    font-size: 27px;
    width: 30px;
    height: 30px;
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    background-color: #107dc3;
}
.txt-outline dd.flx a.pho:hover i {
    background-color: #2da6f4;
}
.txt-outline dd.flx a.pho:hover span {
    opacity: 70%;
}

/*/// ポスター ///*/
.txt-outline dd .poster-are {
}
.txt-outline dd .poster-are a {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    margin-left: 0;
}
.poster-are a .pho {
    width: 90px;
    flex-shrink: 0;
    margin-right: 20px;
    border: 1px solid #bbb;
}
.poster-are a .pho img {
}
.poster-are a .moji {
}
.poster-are a .moji p {
    color: #026baf;
    display: inline;
    transition: 0.2s ease-out;
    padding-bottom: 3px;
}
.poster-are a:hover .moji p {
    color: #d55203;
    box-shadow: 0 0px 0 transparent inset, 0px -1px 0px #d55203 inset;
}


/*  access
===================================*/
.txt-access {
    padding: 0 20px;
    margin-top: 35px;
}
.txt-access strong {
    display: block;
    font-weight: 600;
    font-size: 2.2rem;
    margin-bottom: 10px;
}
.txt-access p {
}

.txt-access .flx {
}
.txt-access .flx .pho {
    flex-shrink: 0;
    width: 255px;
    height: 180px;
    background-image: url(../img/facility_imgs.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 280px;
    margin-right: 20px;
}
.txt-access .flx .txt {
}
.txt-access .flx .txt .acce-link {
    padding-top: 10px;
}

.google-map {
    padding-top: 35px;
}

.google-map .map {
    border: 1px solid #ccc;
    overflow: hidden;
    height: 800px;
}


/* contact
===================================*/
.pg-contact {
    padding: 0 20px;
    margin-top: 45px;
}
.pg-contact dl {
    width: 100%;
    margin: 0;
    margin-top: 50px;
}
.pg-contact dl:first-of-type {
    margin-top: 0;
}
.pg-contact dt {
    position: relative;
    font-size: 2.0rem;
    line-height: 1;
    border-bottom: 1px solid #c9c9c9;
    border-left: 4px solid #4398db;
    font-weight: 600;
    padding: 12px 15px;
    padding-left: 12px;
}
.pg-contact dd {
    margin: 0 5px;
    margin-top: 20px;
    line-height: 1.7;
}
.pg-contact dd a {
    display: inline;
    color: #076fb3;
    box-shadow: 0 0px 0 transparent inset, 0px -1px 0px #4e9cf1 inset;
    padding-bottom: 2px;
}
.pg-contact dd a:hover {
    box-shadow: none;
}


/*  program
===================================*/
.pg-prog {
}
.pg-prog ul {
    display: -webkit-flex;
    display: flex;
    margin: 0 -20px;
}
.pg-prog ul li {
    margin: 0 20px;
}
.pg-prog ul li .tai {
    font-weight: 600;
    letter-spacing: 0.03em;
    line-height: 1.5;
    margin-bottom: 10px;
    background-color: #d5e8f6;
    background-color: #c9ebbd;
    padding: 5px 10px;
}
.pg-prog ul li .are {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.pg-prog ul li .are .pho {
    flex-shrink: 0;
    border: 1px solid #ccc;
    width: 200px;
}
.pg-prog ul li .are .txt {
    margin-left: 20px;
}
.pg-prog ul li .are .txt a span {
    font-feature-settings: "palt" 1;
}

.pg-prog .txt-btx {
    font-size: 1.6rem;
}
.pg-prog .txt-btx i {
    font-size: 2.0rem;
}




/* sponsorship
===================================*/


/* support
===================================*/


/*  準備中
===================================*/
.preparation {
    padding-top: 130px;
    padding-bottom: 170px;
}
.preparation p {
    text-align: center;
    font-size: 1.7rem;
    letter-spacing: 0.1em;
}










