@charset "UTF-8";

/*  HOME
===================================*/
.cover-top {
    position: relative;
    width: 100%;
    height: 500px;
    background: rgb(82,182,236);
    background: linear-gradient(165deg, rgba(82,182,236,1) 0%, rgba(18,218,147,1) 100%);
}
.cover-top .main {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 500px;
    display: block;
    background-image: url(../img/main.png);
    background-position: bottom -90px center;
    background-repeat: no-repeat;
    background-size: auto;
}

.cover-top .area {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1200px;
    height: 500px;
    display: block;
}

.cover-top .area .txt {
    position: absolute;
    display: table;
    top: 35px;
    left: 3px;
    padding: 3px 20px;
    height: 70px;
    background-color: #29b9dc;
}

.cover-top .area .txt dl {
    margin-top: 10px;
    display: table-cell;
    vertical-align: middle;
}
.cover-top .area .txt dl:first-of-type {
    margin-top: 0;
}
.cover-top .area .txt dt {
    font-size: 1.9rem;
    line-height: 1;
    white-space: nowrap;
    margin-right: 5px;
    color: #00405f;
    color: #fdff16;
}
.cover-top .area .txt dt p {
    display: table-cell;
    vertical-align: middle;
}
.cover-top .area .txt dd {
    font-size: 2.0rem;
    line-height: 1.3;
    white-space: nowrap;
    color: #fff;
}
.cover-top .area .txt dd p {
}
.cover-top .area .txt dd p.red {
    color: #109719;
    text-align: right;
    margin-top: 3px;
}
.cover-top .area .txt dd p em {
    position: relative;
    font-style: normal;
}
.cover-top .area .txt dd p 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;
    border: 5px solid;
    border-image: linear-gradient(145deg, rgba(82,182,236,1) 0%, rgba(18,218,147,1) 100%);
    border-image-slice: 1;
}

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

.home-txt .txt-a {
}
.home-txt .txt-a h2 {
    font-size: 3.5rem;
    line-height: 1.2;
    font-weight: 600;
}
.home-txt .txt-a h2 span {
    color: #0a97c1;
    margin-right: 5px;
    font-family: serif;
    font-weight: bold;
}
.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: #29b9dc;
    color: #fff;
    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 {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    position: relative;
    font-weight: 600;
    font-size: 1.7rem;
}
.home-txt .txt-c .tai p {
    line-height: 1.2;
    color: #fff;
    background-color: #1179b2;
    padding: 10px 10px;
    font-weight: 500;
    margin-right: 10px;
    width: 130px;
    text-align: center;
    font-size: 1.6rem;
}
.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 dl.tai {
    display: -webkit-flex;
    display: flex;
    position: relative;
}
.home-txt .txt-c dl.tai dt {
    line-height: 1.2;
    color: #fff;
    background-color: #1179b2;
    padding: 10px 10px;
    font-weight: 500;
    margin-right: 10px;
    width: 130px;
    text-align: center;
    font-size: 1.6rem;
    display: flex;
    place-items: center;
    justify-content: center;
}
.home-txt .txt-c dl.tai dd {
    font-weight: 500;
    font-size: 1.7rem;
    align-self: center;
}
.home-txt .txt-c dl.tai dd p {
    line-height: 1.3;
}
.home-txt .txt-c dl.tai dd p.red {
    line-height: 1.3;
}


.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-txt .txt-d {
    border: 2px solid #2ab9dc;
    display: inline-block;
    padding: 15px 13px;
}
.home-txt .txt-d p {
    display: flex;
    letter-spacing: 0.05em;
    line-height: 1.4;
    font-weight: 500;
}
.home-txt .txt-d p:nth-of-type(n+2) {
    margin-top: 10px;
}
.home-txt .txt-d p::before {
    content: "●";
    color: #e02300;
}
.home-txt .txt-d span {
    display: block;
    font-style: normal;
    font-size: 1.5rem;
    line-height: 1.4;
    margin-top: 6px;
}

.home-txt .txt-e {
    position: absolute;
    bottom: 280px;
    right: 40px;
    z-index: 2;
}
.home-txt .txt-e p {
    display: inline-block;
    padding: 20px;
    overflow: hidden;
    background: rgb(34, 176, 215);
    background: linear-gradient(45deg, rgba(34, 176, 215, 1) 22%, rgba(47, 224, 173, 1) 100%);
    color: #fff;
    font-size: 1.9rem;
    line-height: 1.4;
    text-align: center;
    font-weight: 500;
    width: 220px;
    border-radius: 50%;
}



/* home-news
===================================*/
.home-news {
    margin-top: 30px;
    border: 5px solid;
    border-image: linear-gradient(145deg, rgba(82,182,236,1) 0%, rgba(18,218,147,1) 100%);
    border-image-slice: 1;
}
.home-news .waku {
    background: #fff;
    padding-bottom: 10px;
}

.home-news .tai {
    display: -webkit-flex;
    display: flex;
    position: relative;
    border-bottom: 1px solid #87cbdc;
}
.home-news .tai p {
    font-size: 3.0rem;
    line-height: 1.2;
    letter-spacing: 0.15em;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 20px;
    color: #0185ac;
    font-weight: 500;
}

.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 #0a8ecf 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;
    border: 3px solid;
    border-image: linear-gradient(145deg, rgba(82,182,236,1) 0%, rgba(18,218,147,1) 100%);
    border-image-slice: 1;
}
.page-body-waku {
    background: #fff;
    padding-bottom: 35px;
    min-height: 640px;
}

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

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

.pg-atitle {
    background-color: #2ea4d3;
    color: #fff;
    display: -webkit-flex;
    display: flex;
    font-size: 2.15rem;
    line-height: 1;
    font-weight: 500;
    padding: 14px 0;
    padding-left: 15px;
}
.pg-atitle.top {
    margin-top: 35px;
}

.pg-btitle {
    font-weight: 600;
    font-size: 2.1rem;
    line-height: 1;
    padding: 13px 12px;
    padding-bottom: 15px;
    border-bottom: 1px solid #43add7;
    border-left: 6px solid #43add7;
}
.pg-btitle.top {
    margin-top: 35px;
}

.pg-ctitle {
    font-weight: 600;
    font-size: 1.9rem;
    line-height: 1;
    display: inline-block;
    padding: 10px 15px;
    padding-bottom: 12px;
    border: 1px solid #43add7;
    min-width: 230px;
}

.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 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;
}
.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.mt30 {
    margin-top: 30px;
}

.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 {
    display: inline;
    color: #026baf;
    box-shadow: 0 0px 0 transparent inset, 0px -1px 0px #4e9cf1 inset;
    padding-bottom: 1px;
}
.pg-btxt a:hover {
    box-shadow: none;
}
.pg-btxt span {
    padding-bottom: 2px;
    font-style: normal;
    box-shadow: 0 0px 0 transparent inset, 0px -5px 0px #fff054 inset;
    display: inline;
}

.pg-ctxt {
    font-size: 1.4rem;
    line-height: 1.4;
}

.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: #42add7;
}
.pg-ultxt.nmb li i {
    font-size: 1.5rem;
    top: 0;
    font-weight: bold;
}

.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 a.btn {
    box-shadow: none;
    padding-bottom: 0;
}

.pg-ultxt li b {
    font-size: 1.7rem;
    margin-right: 3px;
    font-weight: 600;
}
.pg-ultxt li em {
    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-ulbtn {
    margin-top: 30px;
}
.pg-ulbtn li {
    margin-top: 18px;
}
.pg-ulbtn li a {
    height: 43px;
    min-width: auto;
}

.pg-waku {
    padding: 15px 10px;
    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;
}

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: #fdfce8;
    width: 230px;
}
.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.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 {
    display: flex;
    align-items: center;
}
.pg-dltxt dl:nth-of-type(n+2) {
    margin-top: 10px;
}

.pg-dltxt dl dt {
    font-weight: 500;
    background-color: #bbede3;
    padding: 3px 10px;
    margin-right: 15px;
    min-width: 180px;
}
.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-cpany {
    line-height: 1.5;
    margin-top: 60px;
}
.pg-cpany .area {
    padding: 15px 5px;
    padding-top: 8px;
}

.pg-cpany strong {
    font-size: 1.7rem;
    letter-spacing: 0.03em;
    font-weight: 500;
    line-height: 1;
    background-color: #109719;
    color: #fff;
    padding: 13px 15px;
    display: block;
    background: #2cb9b0;
}
.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: 20px;
}
.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 .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-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: 10px;
    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;
}

em.chtxt {
    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;
}
em.chtxt a {
    font-weight: 500;
    display: inline;
    color: #e02300;
    box-shadow: 0 0px 0 transparent inset, 0px -1px 0px #e02300 inset;
    padding-bottom: 1px;
}
em.chtxt a:hover {
    box-shadow: none;
}

.text-page .aten {
    font-size: 1.5rem;
    line-height: 1.4;
    font-feature-settings: normal;
}

.text-page .indent {
    text-indent: -1.0em;
    padding-left: 1.0em;
}

.text-page .waku {
    border: 1px solid #bbb;
    padding: 12px 15px;
}

.nitei {
    padding: 0 25px;
}
.nitei .pg-btn {
    text-align: left;
}
.down-btn.min {
    height: 40px;
    padding: 0 15px;
}



/* greeting
===================================*/
 .greeting .page-body-waku {
    padding-bottom: 60px;
}

.hed-greeting {
    display: -webkit-flex;
    display: flex;
    padding: 0 30px;
    margin-top: 25px;
}
.hed-greeting .pho {
    margin-right: 10px;
    width: 200px;
}

.hed-greeting .txt {
    text-align: right;
    margin-bottom: 10px;
    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.8rem;
    line-height: 1.4;
    font-weight: 500;
}
.hed-greeting .txt strong {
    font-size: 2.2rem;
    font-weight: bold;
    font-family: serif;
    margin-left: 10px;
}

.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;
    font-weight: bold;
    font-family: serif;
    margin-top: 40px;
}
.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: #0185ac;
    border: 1px solid #29b9dc;
    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.8rem;
}
.txt-outline dd strong.min {
    font-weight: 500;
    font-size: 1.7rem;
}

/*/// 会場 ///*/
.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: "";
}

.venue-link {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.acce-btx em {
    font-style: normal;
    background-color: #026baf;
    color: #fff;
    border-radius: 3px;
    line-height: 1;
    font-size: 1.0rem;
    margin-left: 5px;
    padding: 3px;
}


/*/// 会場 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/access_pho.jpg");
    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 25px;
    margin-top: 35px;
}
.txt-access strong {
    display: block;
    font-weight: 600;
    font-size: 2.2rem;
    margin-bottom: 10px;
}
.txt-access p {
}

.txt-access .flx {
    flex-wrap: wrap;
}
.txt-access .flx .pho {
    flex-shrink: 0;
    width: 255px;
    height: 180px;
    background-image: url(../img/access_pho.jpg);
    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 25px;
    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: 1.8rem;
    line-height: 1;
    font-weight: 500;
    padding: 12px 20px;
    display: inline-block;
    color: #0185ac;
    border: 1px solid #29b9dc;
}
.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
===================================*/
.program-list {
    /*padding: 0 10px;*/
}
.program-list li {
}
.program-list li:nth-of-type(n+2) {
    margin-top: 55px;
}

.program-list .tai-a {
    font-weight: 600;
    font-size: 2.1rem;
    line-height: 1;
    padding: 13px 12px;
    padding-bottom: 15px;
    background-color: #bbede3;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.program-list .tai-a.flxare span {
    margin-left: auto;
    font-size: 1.55rem;
    align-self: end;
}
.program-list .tai-a .lef {
    margin-left: auto;
    font-size: 1.9rem;
}

.program-list .tai-a p {
}
.program-list .tai-a span {
    font-size: 1.8rem;
    font-weight: 500;
    margin-left: auto;
}

.program-list .tai-b {
    background-color: #e2e8f5;
    padding: 10px 10px;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 12px;
    font-size: 1.9rem;
}
.program-list .tai-b.top {
    margin-top: 25px;
}
.program-list .tai-b.flxare span {
    margin-left: auto;
    font-size: 1.55rem;
    align-self: end;
}
.program-list .tai-b .lef {
    margin-left: auto;
}

.program-list .tai-c {
    margin-top: 20px;
    font-weight: 500;
    font-size: 1.85rem;
    line-height: 1.4;
}
/*
.program-list .tai-c::before {
    content: '▶︎';
    color: #3559a6;
    font-size: 1.4rem;
}
*/
.program-list .tai-d {
    margin-top: 20px;
    font-weight: 600;
    font-size: 2.2rem;
    line-height: 1.4;
    color: #16439a;
}

.program-list .day {
    font-weight: 600;
    color: #3459a5;
}
.program-list .basyo {
    margin-left: auto;
    font-size: 1.5rem;
    font-weight: 500;
}
.program-list .flx {
    border-bottom: 1px solid #c8c8c8;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.program-list dl {
    display: flex;
    margin-top: 10px;
}
.program-list dl dt {
    flex-shrink: 0;
    width: 90px;
    align-self: baseline;
    font-weight: 600;
    font-size: 1.5rem;
    text-align: center;
    margin-right: 15px;
    border: solid 1px rgb(9, 92, 168);
    border-radius: 3px;
    color: #3459a5;
}
.program-list dl.za {
    margin-top: 10px;
}

.program-list dl.za dt {
    border: solid 1px rgb(236 127 12);
    color: #d56203;
    align-self: auto;
    display: flex;
    place-items: center;
    justify-content: center;
}
.program-list dl.ko dt {
    border: solid 1px #d54cd0;
    color: #b5379c;
}

.program-list dl dd {
    font-weight: 500;
}
.program-list dl dd p {
    font-size: 1.6rem;
}
.program-list dl dd p:nth-of-type(n+2) {
    margin-top: 15px;
}
.program-list dl.za dd p:nth-of-type(n+2) {
    margin-top: 5px;
}
.program-list dl dd b {
    display: block;
    font-size: 1.55rem;
}
.program-list dl dd small {
    margin-left: 6px;
    font-size: 1.5rem;
    font-weight: normal;
}

.program .down-btn {
    min-width: auto;
}


.pg-prog {
}
.pg-prog ul {
    display: -webkit-flex;
    display: flex;
    margin: 0 -15px;
}
.pg-prog ul li {
    width: calc(100% / 3 - 30px);
    margin: 0 15px;
}
.pg-prog ul li .tai {
    font-weight: 600;
    letter-spacing: 0.03em;
    line-height: 1.5;
    margin-bottom: 10px;
    background-color: #e2e8f5;
    padding: 5px 10px;
    font-size: 1.8rem;
}
.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: 90px;
}
.pg-prog ul li .are .txt {
    margin-left: 10px;
}
.pg-prog ul li .are .txt a span {
    font-feature-settings: "palt" 1;
}
.pg-prog ul li .are .txt a i {
    font-size: 1.8rem;
    margin-right: 0;
}




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


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


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










