@charset "UTF-8";

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


/*  header
===================================*/
header {
	position: relative;
    width: 100%;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
    font-feature-settings: "palt" 1;
    background-color: #008acc;
    z-index: 8;
}
.pched {
    height: auto;
}
.pched .area {
    position: relative;
    max-width: 1130px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    padding: 0 20px;
    padding-bottom: 18px;
    padding-top: 15px;
}
.pched .area .comp {
    position: relative;
    padding-right: 20px;
    padding-top: 10px;
}
.pched .area .comp h1 {
    /*font-size: 3.8rem;*/
    line-height: 1.2;
    font-weight: bold;
    /*font-family: 'Kosugi Maru', sans-serif;*/
    font-family:sans-serif;
    color: #fff;
    font-size: min(3.6vw, 36px);
}
.pched .area .comp h1 span {
    color: #ffe33e;
    letter-spacing: -0.05em;
    margin-right: 8px;
}
.pched .area .comp h2 {
    /*font-size: 1.35rem;*/
    line-height: 1.3;
    margin-top: 3px;
    letter-spacing: 0.15em;
    color: #fff;
    font-size: min(1.5vw, 13.5px);
}

.pched .area .plan {
    margin-left: auto;
    align-self: flex-end;
}
.pched .area .plan h3 {
    /*font-size: 2.4rem;*/
    line-height: 1;
    font-weight: 600;
    margin-bottom: 6px;
    color: #fff;
    font-size: min(2.3vw, 23px);
}
.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: 7px;
}
.pched .area .plan dl:first-of-type {
    margin-top: 0;
}

.pched .area .plan dt {
    /*font-size: 1.4rem;*/
    line-height: 1;
    padding: 6px 5px;
    text-align: center;
    flex-shrink: 0;
    /*width: 85px;*/
    margin-right: 6px;
    color: #087db5;
    background-color: #ffe33e;
    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;
    font-size: min(1.6vw, 15px);
    width: clamp(65px, 9vw, 80px);
}
.pched .area .plan dd {
    /*font-size: 1.7rem;*/
    line-height: 1.3;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    white-space: nowrap;
    font-weight: 500;
    color: #ffffff;
    font-size: min(1.8vw, 17px);
}
.pched .area .plan dd b {
    /*font-size: 1.8rem;*/
    font-weight: 600;
    font-size: min(2vw, 20px);
}


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

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

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

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

.slbody {
    width: calc(100% - 190px);
    margin-left: auto;
    position: relative;
    padding-left: 35px;
}


/*/// slmenu ///*/
.slmenu ul {
}
.slmenu ul li {
    border-bottom: 1px solid #9bbdce;
}
.slmenu ul li a {
    width: 190px;
    height: 64px;
    position: relative;
    font-size: 1.5rem;
    line-height: 1.2;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    color: #063e7f;
    padding: 10px 15px;
    font-weight: 500;
}
.slmenu ul li a i {
    font-size: 1.9rem;
    margin-right: 6px;
}
.slmenu ul li a small {
    font-size: 1.2rem;
}

.slmenu ul li a:hover {
    background-color: #b3dded;
}
.slmenu ul li.on a {
    background-color: #008acc;
    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: #008acc;
}
footer .area {
    position: relative;
    max-width: 1130px;
    padding: 0 20px;
    padding-top: 20px;
    padding-bottom: 40px;
    margin: 0 auto;
}
.fot-comp {
}
.fot-comp .flx {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}
.fot-comp dl {
    margin: 0 50px;
}
.fot-comp dt {
    line-height: 1;
    padding: 4px 5px;
    padding-left: 7px;
    display: inline-block;
    font-weight: 400;
    color: #fff232;
    border-left: 4px solid #ffe33e;
}
.fot-comp dd {
    font-size: 1.35rem;
    line-height: 1.4;
    color: #fff;
    margin-top: 5px;
}
.fot-comp dd p a {
    display: inline;
    color: #fff232;
    box-shadow: none;
    padding-bottom: 2px;
}
.fot-comp dd p a:hover {
    box-shadow: 0 0px 0 transparent inset, 0px -1px 0px #fff232 inset;
}

.fot-comp dd ul {
}
.fot-comp dd li {
    font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','Meiryo UI','Yu Gothic UI', sans-serif;
    font-weight: bold;
}
.fot-comp dd li a {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    color: #fff232;
    font-weight: 400;
    line-height: 1.4;
}
.fot-comp dd li a i {
    color: #fff232;
}
.fot-comp dd li a span {
    transition: 0.2s ease-out;
}
.fot-comp dd li a:hover span {
    box-shadow: 0 0px 0 transparent inset, 0px -1px 0px #fff232 inset;
}
.fot-copy {
    text-align: center;
    padding: 15px 0;
    border-top: 1px solid #67a8c8;
}
.fot-copy h6 {
    font-size: 1.1rem;
    line-height: 1.2;
    letter-spacing: 0.05em;
    text-align: center;
    color: #fff;
}

body.userpg .fot-comp .flx {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
body.userpg .fot-comp dl {
    margin: 0 30px;
}


/*  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;
    border: 1px solid #5da1bc;
    color: #5da1bc;
    border-radius: 50%;
}
.janp a i {
    font-size: 1.85rem;
    transform: rotate(-90deg);
    position: relative;
    top: -1px;
}
.janp a:hover {
    background-color: #006b95;
    color: #fff;
}


/*  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: 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;
    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: 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;
}
.title-user:before {
    content: "";
    width: 8px;
    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: 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;
    align-self: end;
}
.title-nav li a {
    font-weight: 500;
    position: relative;
    padding: 0 20px;
    padding-bottom: 22px;
    padding-top: 17px;
    line-height: 1;
    letter-spacing: 0.03em;
    color: #666;
    border: 1px solid #ccc;
    border-bottom: 0;
    min-width: 160px;
    text-align: center;
}
.title-nav li a:hover {
    background-color: #eee;
}
.title-nav li a.spxe20 {
    letter-spacing: 0.2em;
}

.title-nav li.on {
    pointer-events: none; 
}
.title-nav li.on a {
    font-weight: 500;
    color: #222222;
    background-color: #dbf0fa;
    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 #0073be;
    bottom: 0px;
    width: calc(100% /1 + 4px);
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 2;
}


/* 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;
    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 {
    line-height: 1.2;
    margin-bottom: 5px;
    margin-left: 5px;
    color: #085cb5;
    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: 3px;
    transition: 0.2s ease-out;
}
.login-box .blk-lost a:hover span {
    box-shadow: 0 0px 0 transparent inset, 0px -1px 0px #267ed8 inset;
}
.login-box .blk-lost.not a {
    pointer-events: none; 
    color: #aaa;
}

.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;
    width: 240px;
}
.login-box .newin-btn {
    font-size: 1.5rem;
    height: 50px;
    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;
    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: 600;
    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;
}


/*  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%;
    }
}


/* not found
=====================================*/
.notfound {
    text-align: center;
    padding-top: 20px;
}
.user .notfound {
    padding-top: 80px;
}

.notfound h3 {
    font-size: 6.0rem;
    font-weight: 500;
    color: #01a2de;
}
.notfound p {
}


/* close text
=====================================*/
.close-txt {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 150px;
}
.close-txt h4 {
    font-size: 1.7rem;
}









       
        
        
        
        
        
