@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 {
    border-bottom: 3px solid #2d5ea0;
    height: auto;
    background: rgb(164,217,253);
    background: linear-gradient(180deg, rgba(164,217,253,1) 0%, rgb(242 250 255) 35%);
}*/
.pched {
    background-image:
        linear-gradient(#2d5ea0, #2d5ea0),
        linear-gradient(to top, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0)),
        linear-gradient(to bottom, #29a8df, #2d5ea0);
    background-position:
        left top,
        left 13px,
        left top;
    background-size:
        100% 3px,
        100% 0px,
        100% 120px;
    background-repeat: no-repeat;
    border-bottom: 3px solid #2d4e77;
}

.pched .area {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 13px;
    padding-top: 20px;
}

.pched .area .comp {
    position: relative;
    margin-left: 5px;
    /*color: #1a5098;*/
    color: #fff;
    padding-right: 10px;
    align-self: center;
}
.pched .area .comp h1 {
    display: -webkit-flex;
    display: flex;
    font-family: serif;
    font-size: 4.6rem;
    line-height: 1;
    letter-spacing: 0.02em;
    white-space: nowrap;
    transform: scale(0.90, 1);
    text-align: left;
    transform-origin: left center;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.pched .area .comp h1 span {
    font-size: 3.3rem;
    align-self: flex-end;
    margin-right: 5px;
}

.pched .area .comp h3 {
    font-family: serif;
    font-size: 1.15rem;
    line-height: 1.3;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    white-space: nowrap;
    margin-top: 5px;
    margin-bottom: -5px;
}

.pched .area .plan {
    position: relative;
    padding-left: 45px;
    /*color: #1e2b52;*/
    color: #fff;
}
.pched .area .plan:after {
    content: "";
    height: calc(100% / 1 - 5px);
    width: 1px;
    background-color: #2d5ea0;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -47%);
}

.pched .area .plan h3 {
    font-size: 2.0rem;
    line-height: 1.2;
    font-weight: bold;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
    margin-top: 5px;
}
.pched .area .plan h4 {
    margin-top: 4px;
    font-size: 1.35rem;
    font-feature-settings: "palt";
}
.pched .area .plan h4 span {
    font-size: 1.15rem;
    line-height: 1;
    padding: 4px 3px;
    text-align: center;
    width: 90px;
    margin-right: 6px;
    background-color: #1d4e90;
    color: #fff;
}
.pched .area .plan h5 {
    font-size: 1.3rem;
    line-height: 1.2;
    margin-top: 5px;
    color: #333;
}
.pched .area .plan h5 span {
    font-size: 1.1rem;
    vertical-align: text-top;
}


/*  cover
===================================
.cover {
    background-color: #9dbbdb;
    border-top: 3px solid #1e2b52;
}
.cover .area {
    position: relative;
    max-width: 1120px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    padding-left: 30px;
    padding-right: 30px;
}
.cover .covtai-are {
    flex-shrink: 0;
    width: 200px;
    height: 200px;
    background-color: #1e2b52;
    padding: 0 10px;
    display: table;
}
.cover .covtai-are .blk {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding-bottom: 10px;
}
.cover .covtai-are .blk h2 {
    font-size: 2.3rem;
    letter-spacing: 0.2em;
    color: #fff;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.cover .covtai-are .blk i {
    font-size: 2.6rem;
    color: #fff;
}

.cover .covtai-are ul {
    margin: 0 auto;
    margin-top: 40px;
    max-width: 150px;
}
.cover .covtai-are li {
    margin-bottom: 6px;
}
.cover .covtai-are li:last-of-type {
    margin-bottom: 0;
}

.cover .area .covimg {
    height: 200px;
    flex: 1;
}
.cover .area .covimg span {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/cover.png);
    background-position: center center;
    display: table;
}

.cover.user .covtai-are {
    height: auto;
    text-align: center;
    border-radius: 0 0 6px 6px;
}
.cover.user .covtai-are a {
    max-width: 150px;
    margin-top: 12px;
    margin-bottom: 15px;
}
.cover.user .area .covimg {
    height: 100px;
    flex: 1;
}
.cover.user .area .covimg span {
    background-position: center top -15px;
}

.cover.user {
    border-bottom: 3px solid #1e2b52;
}


/*  switching
===================================
.switching {
    position: relative;
    max-width: 1120px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
}
.switching .area {
    width: 200px;
    height: 100px;
    background-color: #1e2b52;
    padding: 0 10px;
    padding-bottom: 5px;
}
.switching ul {
    max-width: 150px;
    margin: 0 auto;
}
.switching ul li {
    padding-bottom: 10px;
}
.switching ul li:last-of-type {
    padding-bottom: 0;
}

.switching.user .area {
    height: 130px;
    background-color: #e7eff9;
    padding-bottom: 0;
}
.switching.user h3 {
    font-size: 2.0rem;
    line-height: 1;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-top: 25px;
    padding-bottom: 20px;
    padding-left: 5px;
}
.switching.user h3 span {
    font-size: 1.45rem;
    font-weight: normal;
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;
}

.switching.user ol {
    border: 1px solid #1e2b52;
    padding: 5px 10px;
}
.switching.user ol li {
    padding: 0;
    font-size: 1.3rem;
    color: #1e2b52;
}
*/

/*  article レイアウト
===================================*/
article {
    position: relative;
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 30px;
}
.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 - 212px);
}

/*/// 固定版 ///*/
.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 ///*/
.slmenu ul {
    margin-top: 15px;
}
.slmenu ul li {
    border-bottom: 1px solid #ccc;
}
.slmenu ul li a {
    position: relative;
    font-size: 1.42rem;
    line-height: 1.2;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    color: #1e2b52;
    padding: 15px 15px;
}
.slmenu ul li a i {
    font-size: 1.9rem;
    margin-right: 10px;
}
.slmenu ul li a small {
    font-size: 1.2rem;
}

.slmenu ul li a:hover {
    background-color: #c0daf5;
}
.slmenu ul li.on a {
    background-color: #1e2b52;
    color: #fff;
}

/*/// 協賛 ///*/
.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-color: #f5f5f5;
    border-top: 2px solid #30609e;
}
footer .area {
    position: relative;
    max-width: 1060px;
    margin: 0 auto;
}
.fot-comp {
    margin-top: 20px;
    margin-bottom: 35px;
}
.fot-comp .flx {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}
.fot-comp dl {
    margin: 0 40px;
}
.fot-comp dt {
    font-size: 1.4rem;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #1e2b52;
}
.fot-comp dd {
    font-size: 1.35rem;
    color: #555;
}
.fot-comp dd p a {
    display: inline;
    color: #085cb5;
    box-shadow: 0 0px 0 transparent inset, 0px -2px 0px #4e9cf1 inset;
    padding-bottom: 2px;
}
.fot-comp dd p a:hover {
    box-shadow: none;
}

.fot-comp dd ul {
}
.fot-comp dd li {
    font-size: 1.35rem;
}
.fot-comp dd li a {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    color: #555;
}
.fot-comp dd li a i {
    font-size: 1.8rem;
}
.fot-comp dd li a span {
    transition: 0.2s ease-out;
}
.fot-comp dd li a:hover span {
    color: #085cb5;
    box-shadow: 0 0px 0 transparent inset, 0px -2px 0px #4e9cf1 inset;
}
.fot-copy {
    padding: 10px 0;
    background-color: #30609e;
}
.fot-copy h6 {
    font-size: 1.0rem;
    letter-spacing: normal;
    color: #fff;
    text-align: center;
}


/*  janp
=====================================*/
.janp {
    right: 20px;
    z-index: 2;
}
.janp a {
}
.janp a i {
    font-size: 4.2rem;
}
.janp a i:before {
    color: rgba(160, 160, 160, 0.5);
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
}
.janp a:hover i:before {
    color: #2074b7;
}


/*  title
=====================================*/
.title-a {
    font-size: 2.0rem;
    letter-spacing: 0.05em;
    /*border-bottom: 5px solid #dae4f1;*/
    border-bottom: 4px solid #e8e8e8;
    position: relative;
    color: #1e2b52;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    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;
    color: #1e2b52;
    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;
    color: #1e2b52;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.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;
}
.title-user:before {
    content: "";
    width: 6px;
    height: 50px;
    /*background-color: #b1d2ef;*/
    background-color: #3188e2;
    margin-right: 15px;
}
.title-user h2 {
    font-size: 2.2rem;
    letter-spacing: 0.05em;
    line-height: 1;
    color: #15449c;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.title-nav {
    position: relative;
}
.title-nav:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: 3px solid #e8e8e8;
    bottom: 0;
    left: 0;
    width: 100%;
}
.title-nav ul {
    display: -webkit-flex;
    display: flex;
    margin-top: 10px;
}
.title-nav li {
    margin: 0 10px;
}
.title-nav li a {
    position: relative;
    padding: 0 15px;
    padding-bottom: 15px;
    padding-top: 10px;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #888;
}
.title-nav li a:hover {
    background-color: #eee;
    color: #15449c;
}

.title-nav li.on {
    pointer-events: none; 
}
.title-nav li.on a {
    color: #15449c;
}
.title-nav li.on a:hover {
    background: none;
}
.title-nav li.on a:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: 4px solid #3188e2;
    bottom: 0px;
    width: calc(100% /1 - 20px);
    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: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    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: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    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: bold;
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;
    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: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.table-a tbody p {
    margin-top: 10px;
    color: #1e2b52;
}
.table-a tbody p.atx {
    font-size: 1.3rem;
    font-weight: normal;
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;
}
.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: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-bottom: 3px solid #1e2b52;
    padding-bottom: 5px;
    display: inline-block;
    color: #1e2b52;
}

.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.45rem;
    line-height: 1.2;
    margin-bottom: 3px;
    margin-left: 5px;
    color: #1e2b52;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.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.5rem;
    height: 50px;
    max-width: 240px;
}
.login-box .newin-btn {
    font-size: 1.5rem;
    height: 50px;
    max-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: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-bottom: 3px solid #1e2b52;
    padding-bottom: 5px;
    display: inline-block;
    color: #1e2b52;
}

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


/* 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: #15449c;
    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:before {
    display: none;
}
.mail-mesg li.adre a {
    font-size: 1.6rem;
    display: inline;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #085cb5;
    transition: 0.2s ease-out;
    padding-bottom: 4px;
}
.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: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
*/


/*  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.6rem;
    letter-spacing: 0.1em;
    line-height: 1;
    font-family: serif;
    margin-top: 120px;
}
.notfound p {
    font-size: 2.0rem;
    font-family: serif;
    letter-spacing: 0.03em;
    text-align: center;
    margin-top: 20px;
}











       
        
        
        
        
        
