@charset "UTF-8";

/*  display
===================================*/
.pc {
    display: block;
}
.smt {
    display: none;
}


/*  header
===================================*/
header {
	position: relative;
    width: 100%;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}

.pched {
    background: url(../img/border.png) repeat-x top center;
    border-bottom: 2px solid #d5d5d5;
}

.pched .area {
    display: -webkit-flex;
    display: flex;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    padding-bottom: 15px;
    padding-top: 25px;
}

.pched .area .comp {
    position: relative;
    padding-right: 20px;
}
.pched .area .comp .logo {
    width: 381px;
    margin-bottom: 10px;
}
.pched .area .comp h1 {
    font-size: 3.0rem;
    line-height: 1.2;
    letter-spacing: normal;
    font-weight: 600;
}
.pched .area .comp h1 span {
    color: #0893d1;
    transform: scale(0.93, 1);
    transform-origin: left;
    font-weight: 600;
}


.pched .area .plan {
    margin-left: auto;
    align-self: flex-end;
}
.pched .area .plan h3 {
    font-size: 2.2rem;
    line-height: 1;
    letter-spacing: normal;
    font-weight: 600;
    margin-bottom: 7px;
    font-feature-settings: "palt";
}
.pched .area .plan h3 span {
    color: #026baf;
    margin-right: 3px;
}
.pched .area .plan dl {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 4px;
}
.pched .area .plan dt {
    font-size: 1.45rem;
    line-height: 1;
    padding: 4px 3px;
    text-align: center;
    flex-shrink: 0;
    width: 95px;
    margin-right: 6px;
    color: #fff;
    background-color: #00a1e9;
    align-self: normal;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-weight: 600;
}
.pched .area .plan dd {
    font-size: 1.9rem;
    letter-spacing: 0.03em;
    line-height: 1.3;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    white-space: nowrap;
    font-weight: 600;
}
.pched .area .plan dd span {
    font-size: 1.6rem;
    line-height: 1.3;
    margin-left: 3px;
}


/*  article レイアウト
===================================*/
article {
    position: relative;
    max-width: 1160px;
    height: 100%;
    min-height: calc(100vh - 300px);
    margin: 0 auto;
}
article.login {
    padding-bottom: 120px;
}
article.entry {
    padding-bottom: 110px;
}
article.user {
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
}

.widmin {
    margin-left: 10px;
    margin-right: 10px;
}

.slideon {
    display: -webkit-flex;
    display: flex;
    min-height: 500px;
}

/*/// 可変版 ///*/
.sidebg {
    position: absolute;
    width: 200px;
    background-color: #f0f0f0;
    height: 100%;
}
.slmenu {
    flex-shrink: 0;
    width: 200px;
    height: auto;
}
.sidebar__inner {
    flex-shrink: 0;
    width: 200px;
    height: 100vh;
    height: calc(100vh - 215px);
}

/*/// 固定版 ///*/
.slmenu.page {
    width: 200px;
    background-color: #f0f0f0;
    padding-bottom: 100px;
}

.slbody {
    width: calc(100% - 200px);
    margin-left: auto;
    padding-left: 30px;
    position: relative;
    padding-bottom: 120px;
}
.slbody.user {
    margin-bottom: 0;
}


/*/// slmenu ///*/
.sidebg.user {
}
.slmenu ul {
    margin-top: 5px;
}
.slmenu ul li {
    border-bottom: 1px solid #bfc5da;
}
.slmenu ul li a {
    position: relative;
    font-size: 1.5rem;
    line-height: 1.2;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 15px;
    height: 60px;
}
.slmenu ul li a:hover {
    background: #d9f3fe;
}
.slmenu ul li a i {
    font-size: 1.9rem;
    margin-right: 10px;
}
.slmenu ul li a small {
    font-size: 1.2rem;
}

.slmenu ul li.on a {
    background: #d9f3fe;
    font-weight: 600;
}
.slmenu ul li.on a:before {
    content: "";
    width: 6px;
    height: 100%;
    background-color: #14a2e0;
    position: absolute;
    left: 0;
}
.slmenu ul li .count {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(0, -50%);
    display: inline-block;
    min-width: 22px;
    padding: 5px 5px;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #DE5D50;
    border-radius: 20px;
}
.slmenu ul li .count.info {
    font-weight: normal;
    font-size: 1.0rem;
}

.sidebg .btn-are {
    margin: inherit;
    margin-top: 20px;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}
.sidebg .txt-btx {
    font-size: 1.2rem;
    font-feature-settings : "palt";
    color: #777;
    margin-left: 15px;
}
.sidebg .txt-btx i {
    font-size: 1.8rem;
    color: #777;
}
.sidebg .txt-btx:hover {
    color: #085cb5;
}
.sidebg .txt-btx:hover i {
    color: #085cb5;
}


/*/// 協賛 ///*/
.slmenu ol {
    text-align: center;
    margin-top: 15px;
}
.slmenu ol li {
    padding: 2px 10px;
}
.slmenu ol li span {
    width: 100%;
    height: 50px;
    background-color: #d0d0d0;
}
.slmenu ol li:first-of-type {
    font-size: 1.4rem;
}


/*  footer
===================================*/
footer {
    position: relative;
    background: #F9F9F9;
    border-top: 1px solid #ddd;
}
footer .area {
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
}
.fot-comp {
    margin-top: 20px;
    margin-bottom: 35px;
}
.fot-comp .flx {
    display: -webkit-flex;
    display: flex;
}
.fot-comp dl {
    margin: 0 30px;
}
.fot-comp dt {
    font-size: 1.45rem;
    line-height: 1;
    border-left: 4px solid #00a1e9;
    padding: 4px 5px;
    padding-right: 8px;
    display: inline-block;
    font-weight: 600;
}
.fot-comp dd {
    font-size: 1.35rem;
    color: #444;
    margin-top: 5px;
}
.fot-comp dd p a {
    display: inline;
    color: #026baf;
    box-shadow: 0 0px 0 transparent inset, 0px -1px 0px #4e9cf1 inset;
    padding-bottom: 1px;
}
.fot-comp dd p a:hover {
    box-shadow: none;
}

.fot-comp dl ul {
}
.fot-comp dl ul li {
    font-size: 1.4rem;
    font-weight: 600;
}
.fot-comp dl ul li a {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    line-height: 1.3;
    font-size: 1.3rem;
    font-weight: normal;
    font-family: 'Hiragino Sans', 'Yu Gothic', 'Meiryo', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
}
.fot-comp dl ul li a i {
    font-weight: normal;
    color: #0893d1;
}
.fot-comp dl ul li a span {
    transition: 0.2s ease-out;
}
.fot-comp dl ul li a:hover span {
    color: #026baf;
    box-shadow: 0 0px 0 transparent inset, 0px -1px 0px #4e9cf1 inset;
}
.fot-copy {
    text-align: center;
    padding: 10px 0;
    background-color: #333;
}
.fot-copy h6 {
    font-size: 1.0rem;
    letter-spacing: 0.03em;
    text-align: center;
    color: #fff;
    font-family: "Yu Gothic Medium","游ゴシック Medium",YuGothic,"游ゴシック体","ヒラギノ角ゴ ProN W3",Hiragino Kaku Gothic ProN,"ＭＳ Ｐゴシック","MS PGothic","メイリオ",Meiryo,Arial,sans-serif;
}

.fot-comp dl.logo {
}
.fot-comp dl.logo .img {
    width: 150px;
}
.fot-comp dl.rig {
    margin-left: auto;
}


/*  janp
=====================================*/
.janp {
    right: 20px;
    z-index: 2;
}
.janp a {
    width: 50px;
    height: 50px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    background-color: #00a1e9;
    color: #fff;
    border-radius: 50%;
    box-shadow: 0 1px 8px #f8f8f8;
}
.janp a i {
    font-size: 1.85rem;
    transform: rotate(-90deg);
    position: relative;
    top: -1px;
}
.janp a:hover {
    background-color: #333;
    box-shadow: none;
}


/*  title
=====================================*/
.title-a {
    font-size: 2.0rem;
    letter-spacing: 0.05em;
    /*border-bottom: 5px solid #dae4f1;*/
    border-bottom: 4px solid #e8e8e8;
    position: relative;
    font-weight: 600;
    padding-bottom: 7px;
    display: -webkit-flex;
    display: flex;
}
.title-a strong {
    padding-left: 5px;
}
.title-a:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: 4px solid #1e2b52;
    bottom: -4px;
    width: 100px;
}
.title-a.long:after {
    width: 150px;
}
/*
.title-a:before {
    content: "\e7f4";
    font-family: 'Material Icons';
}*/
.title-a a {
    width: auto;
    margin-left: auto;
    font-size: 1.2rem;
    border: 1px solid #d0d3de;
    height: 24px;
    padding: 0 20px;
    align-self: flex-end;
}
.title-a a span {
    position: relative;
    top: -1px;
}
.title-a a:hover {
    background-color: #b7d9fb;
}

.title-a.top {
    margin-top: 40px;
}

/* title-b */
.title-b {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    line-height: 1;
    border-bottom: 4px solid #e8e8e8;
    text-align: center;
    margin-top: 20px;
    padding-bottom: 20px;
    position: relative;
    font-weight: 600;
}
.title-b:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: 1px solid #ccc;
    bottom: -5px;
    width: 100%;
}

/* title-user */
.title-user {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 25px;
}
.title-user:before {
    content: "";
    width: 6px;
    height: 50px;
    background-color: #17a2e1;
    margin-right: 15px;
}
.title-user h2 {
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    line-height: 1;
    font-weight: 600;
}

.title-nav {
    position: relative;
}
.title-nav:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: 3px solid #ddd;
    bottom: 0;
    left: 0;
    width: 100%;
}
.title-nav ul {
    display: -webkit-flex;
    display: flex;
}
.title-nav li {
    margin: 0 7px;
}
.title-nav li a {
    font-weight: 600;
    font-size: 1.7rem;
    position: relative;
    padding: 0 20px;
    padding-bottom: 20px;
    padding-top: 15px;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #666;
    border: 2px solid #d5d5d5;
    border-bottom: 0;
    min-width: 160px;
    text-align: center;
}
.title-nav li a:hover {
    background-color: #eee;
    color: #0893d1;
}

.title-nav li.on {
    pointer-events: none; 
}
.title-nav li.on a {
    color: #222222;
    background-color: #d3effc;
    border: 2px solid #d3effc;
    border-bottom: 0;
}
.title-nav li.on a:hover {
    background: none;
}
.title-nav li.on a:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: 4px solid #17a2e1;
    bottom: 0px;
    width: calc(100% /1 + 4px);
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 2;
}


/*  ultxt
=====================================
.ultxt-a {
}
.ultxt-a ul {
    position: relative;
    padding: 0 30px;
    padding-top: 25px;
    padding-bottom: 12px;
    border: 2px solid #1e2b52;
}
.ultxt-a li:before {
    content: "■";
    color: #e0314b;
}
.ultxt-a li {
    padding: 5px 0;
    text-indent: -1em;
    padding-left: 1em;
}
.ultxt-a .tai {
    font-family: 'Jost', sans-serif;
    position: absolute;
    top: -2px;
    left: -2px;
    font-size: 1.2rem;
    letter-spacing: 0.03em;
    line-height: 1;
    background-color: #1e2b52;
    color: #fff;
    padding: 4px 8px;
    z-index: 2;
}
*/

/*  event
=====================================
.event-a {
    margin-top: 30px;
}
.event-a .txt {
    padding: 20px 0;
    line-height: 2.2;
    letter-spacing: 0.03em;
}
.event-a .waku {
    border: 1px solid #ccc;
    padding: 20px;
}
.event-a dl {
    display: -webkit-flex;
    display: flex;
    padding: 5px 0;
}
.event-a dt {
    font-size: 1.4rem;
    line-height: 1.3;
    padding: 3px;
    width: 100px;
    text-align: center;
    font-weight: 600;
    color: #1e2b52;
    border: 1px solid;
    align-self: baseline;
}
.event-a dd {
    display: -webkit-flex;
    display: flex;
    line-height: 1.4;
    padding-top: 3px;
    margin-left: 15px;
}
.event-a dd p {
}
.event-a dd a {
    display: -webkit-inline-flex;
    display: inline-flex;
    color: #085cb5;
    font-size: 1.35rem;
    align-self: flex-start;
    transition: 0.2s ease-out;
}
.event-a dd a i {
    font-size: 1.7rem;
}
.event-a dd a:hover {
    box-shadow: 0 0px 0 transparent inset, 0px -2px 0px #4e9cf1 inset;
}
.event-a ul {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
}
.event-a li {
    width: calc(100% / 2 - 24px);
    margin: 0 12px;
    margin-top: 20px;
}
.event-a li img {
    width: 100%;
}
/*
.event-a li:first-of-type {
    width: 100%;
    margin-top: 0;
}*/

/* event-b 
.event-b {
}
.event-b dl {
    display: -webkit-flex;
    display: flex;
}
.event-b dt {
    flex-shrink: 0;
    width: 40px;
    height: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 1.6rem;
    line-height: 1;
    color: #fff;
    background-color: #1e2b52;
}
.event-b dd {
    margin-left: 20px;
    line-height: 1.8;
}
.event-b dd a {
    display: inline-block;
    color: #085cb5;
    text-decoration: underline;
}
.event-b .yaji {
    color: #1e2b52;
    width: 40px;
    text-align: center;
}
.event-b .yaji i {
    position: relative;
    top: 4px;
}

/* event-c 
.event-c {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
.event-c dl {
    width: calc(100% / 2 - 20px);
    margin: 0 10px;
}
.event-c dl.long {
    width: 100%;
    margin-top: 30px;
}
.event-c dt {
    display: inline-block;
    border: 1px solid #1e2b52;
    background-color: #f0f0f0;
    font-size: 1.4rem;
    font-weight: 600;
    padding: 4px 8px;
    color: #1e2b52;
}
.event-c dd {
    font-size: 1.4rem;
    margin-top: 15px;
}
.event-c dd a {
    display: inline-block;
    color: #085cb5;
    text-decoration: underline;
}

/* event-d 
.event-d {
}
.event-d .txtw {
    padding: 15px 25px;
    border: 2px solid #1e2b52;
}
.event-d dl {
    display: -webkit-flex;
    display: flex;
    margin-top: 30px;
}
.event-d dt {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 1.6rem;
    line-height: 1;
    background-color: #1e2b52;
    color: #fff;
    margin-top: 4px;
}
.event-d dd {
    margin-left: 20px;
    line-height: 1.8;
}
.event-d dd p {
    margin-top: 10px;
    line-height: 1.6;
    font-size: 1.4rem;
    text-indent: -1em;
    padding-left: 1em;
}
.event-d dd span {
    box-shadow: 0 0px 0 transparent inset, 0px -5px 0px #f9e823 inset;
    display: inline;
    padding-bottom: 4px;
}
.event-d dd a {
    display: inline-block;
    color: #085cb5;
    text-decoration: underline;
}
.event-d .txt {
    padding: 15px 25px;
    border: 1px solid #bbb;
    margin-top: 30px;
    line-height: 1.8;
}
.event-d .txt a {
    display: inline-block;
    color: #085cb5;
    text-decoration: underline;
}
*/


/* table
===================================
.table-a {
}
.table-a th,
.table-a td {
    text-align: center;
    border: 1px solid #cccccc;
}
.table-a thead {
    background-color: #e7f1fb;
}
.table-a thead th {
    padding: 10px 0;
    font-size: 1.4rem;
    font-weight: 600;
    color: #1e2b52;
}
.table-a thead th:nth-of-type(1) {
    width: 34%;
}
.table-a thead th:nth-of-type(2) {
    width: 30%;
}
.table-a thead th:nth-of-type(3) {
    width: 18%;
}
.table-a thead th:nth-of-type(4) {
    width: 18%;
}

.table-a tbody td,
.table-a tbody th {
    padding: 20px 5px;
}
.table-a tbody th {
    background-color: #fffaeb;
}

.table-a tbody h5 {
    font-size: 1.5rem;
    font-weight: 600;
}
.table-a tbody p {
    margin-top: 10px;
    color: #1e2b52;
}
.table-a tbody p.atx {
    font-size: 1.3rem;
    font-weight: normal;
}
.table-a tbody p.btx {
}
.table-a tbody p.iro-red {
    font-size: 1.3rem;
    margin-top: 5px;
}
*/

/* login-box
=====================================*/
.login-box {
    min-height: 200px;
}
.login-box .blk-hed {
    margin-bottom: 30px;
}
.login-box .blk-hed h2 {
    font-size: 2.0rem;
    text-align: center;
    font-weight: 600;
    border-bottom: 3px solid #1e2b52;
    padding-bottom: 5px;
    display: inline-block;
}

.login-box .form {
}
.login-box .form ul {
}
.login-box .form li {
    padding-top: 15px;
}
.login-box .form li:first-of-type {
    padding-top: 0;
}
.login-box .form li p {
    font-size: 1.55rem;
    line-height: 1.2;
    margin-bottom: 3px;
    margin-left: 5px;
    color: #0893d1;
    font-weight: 600;
}
.login-box .form li input {
    height: 42px;
}

.login-box .blk-lost {
    text-align: right;
    margin-top: 6px;
}
.login-box .blk-lost a {
    display: -webkit-inline-flex;
    display: inline-flex;
    line-height: 1;
    color: #085cb5;
}
.login-box .blk-lost a i {
    margin-top: -2px;
    font-size: 1.5rem;
}
.login-box .blk-lost a span {
    font-size: 1.35rem;
    display: inline;
    padding-bottom: 2px;
    transition: 0.2s ease-out;
}
.login-box .blk-lost a:hover span {
    box-shadow: 0 0px 0 transparent inset, 0px -2px 0px #4e9cf1 inset;
}

.login-box .btn-are {
    margin-top: 8px;
}
.login-box .blk-new {
    text-align: center;
    margin-top: 6px;
}
.login-box .login-btn {
    font-size: 1.55rem;
    height: 50px;
    width: 240px;
}
.login-box .newin-btn {
    font-size: 1.55rem;
    height: 50px;
    width: 240px;
}
.login-box .lost-btn {
    width: 240px;
}

.login-box .error-are {
    margin-bottom: 20px;
}
.login-box .error-are ul {
    padding: 5px 15px;
}
.login-box .error-are li {
    font-size: 1.35rem;
    line-height: 1.4;
    padding: 0;
}


/* popu-box
=====================================*/
.popu-box {
    min-height: 200px;
}
.popu-box .blk-hed {
    margin-bottom: 30px;
}
.popu-box .blk-hed h2 {
    font-size: 2.0rem;
    text-align: center;
    font-weight: 600;
    border-bottom: 3px solid #1e2b52;
    padding-bottom: 5px;
    display: inline-block;
}

.popu-box .btn-are {
    margin-top: 40px;
}
.popu-box .chek-btn {
    height: 40px;
    font-size: 1.3rem;
}

.popu-box .txt-are {
}
.popu-box .txt-are p {
}
.popu-box .txt-are .tai {
    line-height: 1.4;
    font-weight: 600;
    margin-top: 20px;
}
.popu-box .txt-are .flx {
    margin-top: 10px;
}
.popu-box .txt-are .flx .pho {
    flex-shrink: 0;
    max-width: 230px;
}
.popu-box .txt-are .flx .txt {
    margin-left: 20px;
    align-self: center;
}


/* mail-mesg
=====================================*/
.mail-mesg {
    border: 1px solid #bbb;
    padding: 20px 25px;
    max-width: 700px;
    margin: 0 auto;
    margin-top: 60px;
}
.mail-mesg ul {
}
.mail-mesg li {
    font-size: 1.4rem;
    padding-top: 5px;
}
.mail-mesg li:before {
    content: "■";
    color: #17a2e1;
    margin-right: 3px;
}
.mail-mesg li:first-of-type {
    padding-top: 0;
}
.mail-mesg li:nth-of-type(3) {
    margin-top: 5px;
}
.mail-mesg li.adre {
    display: -webkit-flex;
    display: flex;
    line-height: 1.1;
    padding-top: 10px;
}
.mail-mesg li.adre:before {
    display: none;
}
.mail-mesg li.adre span {
    flex-shrink: 0;
}
.mail-mesg li.adre a {
    font-size: 1.6rem;
    display: inline;
    font-weight: 600;
    color: #085cb5;
    transition: 0.2s ease-out;
    padding-bottom: 2px;
    word-break: break-all;
    position: relative;
    top: -1px;
}
.mail-mesg li.adre a:hover {
    box-shadow: 0 0px 0 transparent inset, 0px -2px 0px #4e9cf1 inset;
}


/* accordion
===================================*/
.accordion-toggle p i {
    margin-right: 2px;
    position: relative;
    top: -2px;
}
.accordion-toggle {
    transition: all 0.3s ease;
}
.accordion-toggle p {
    cursor: pointer;
    position: relative;
}
.accordion-toggle p:before,
.accordion-toggle p:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 22px;
    height: 2px;
    margin-top: -1px;
    background-color: #a0a0a0;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s ease-out;
}
.accordion-toggle p:before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
    z-index: 2;
}
.accordion-toggle p.active-tab {
}
.accordion-toggle.active-tab p:before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
}
.accordion-toggle.active-tab p:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 1;
}


/* regist-message
===================================
.regist-message {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.regist-message p {
    display: inline-block;
    text-align: left;
    border: 2px solid #0b73e2;
    background-color: #fff;
    padding: 10px 20px;
    color: #085cb5;
    font-weight: 600;
}
*/


/*  golmap
=====================================*/
.golmap {
    position: relative;
    padding-bottom: 58.25%;
    height: 0;
    overflow: hidden;
    border-top: none;
    border: 1px solid #d5d5d5;
}
.golmap iframe,
.golmap object,
.golmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 767px) {
    .golmap {
        padding-bottom: 108.25%;
    }
}
    
@media screen and (max-width: 575px) {
    .golmap {
        padding-bottom: 128.25%;
    }
}


/* .mdrnav
=====================================
.mdrnav {
	border-top:2px solid #dedede;
	margin-top: 50px;
}
.mdrnav .area {
    max-width: 900px;
    margin: auto;
    position: relative;
    height: 50px;
	margin-top: 30px;
}
.mdrnav .cenbon {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 200px;
}
.mdrnav .rigbon {
    position: absolute;
    top: 10px;
    right: 0;
}
.mdrnav .lefbon {
    position: absolute;
    top: 10px;
    left: 0;
}
.mdrnav .cenbon a {
    width: 100%;
    border: 1px solid #151144;
    padding: 10px 5px;
    color: #151144;
    font-size: 1.4rem;
    text-align: center;
}
.mdrnav .cenbon a:hover {
	background: #e1e0ef;
}

.mdrnav .lefbon a,
.mdrnav .rigbon a {
    color: #151144;
    font-size: 1.4rem;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.mdrnav .lefbon a span,
.mdrnav .rigbon a span {
    color: #151144;
    font-size: 1.4rem;
    padding-bottom: 3px;
}
.mdrnav .lefbon a i,
.mdrnav .rigbon a i {
    padding-bottom: 3px;
}
.mdrnav .lefbon a:hover span,
.mdrnav .rigbon a:hover span {
    background: linear-gradient(transparent 90%, #bab7d8 0%);
}

.mdrnav .lefbon a i {
    margin-right: 5px;
}
.mdrnav .rigbon a i {
    margin-left: 5px;
}
*/


/* not found
=====================================*/
.notfound {
    text-align: center;
}
.notfound h3 {
    font-size: 4.3rem;
    letter-spacing: 0.1em;
    line-height: 1;
    font-family: serif;
    margin-top: 120px;
}
.notfound p {
    font-family: serif;
    letter-spacing: 0.03em;
    text-align: center;
    font-size: 1.6rem;
    margin-top: 15px;
}











       
        
        
        
        
        
