@charset "UTF-8";

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

.jyunbi_txt {
    font-size: 1.5rem;
    text-align: center;
    padding-top: 10px;
}


/*  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: 4px solid #41454a;
    height: auto;
}
.pched .area {
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    padding: 0 20px;
    padding-bottom: 10px;
    padding-right: 0;
}

.pched .area .link {
}
.pched .area .link a {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    color: #0175be;
    font-size: 1.2rem;
    line-height: 1;
    border: 1px solid #0175be;
    border-top: 0;
    padding: 3px 10px;
    padding-top: 2px;
}
.pched .area .link a i {
    font-size: 1.7rem;
    margin-right: 3px;
}
.pched .area .link a span {
}
.pched .area .link a:hover {
    background-color: #0175be;
    color: #fff;
}

.pched .area .comp {
    position: relative;
    padding-right: 20px;
}
.pched .area .comp .img {
    width: 70px;
    margin-right: 6px;
    margin-top: 2px;
}
.pched .area .comp .blk {
    align-self: center;
}

.pched .area .comp h1 {
    display: flex;
    place-items: center;
    flex-wrap: wrap;
    font-size: 3.2rem;
    line-height: 1.2;
    letter-spacing: normal;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
}
.pched .area .comp h1 span {
    color: #0c94cf;
    transform: scale(0.92, 1);
    transform-origin: left center;
    letter-spacing: -0.02em;
    margin-right: -4px;
}
.pched .area .comp h1 .fukuoka {
    display: flex;
    place-items: center;
    color: #0c94cf;
    font-size: 2.8rem;
    align-self: flex-end;
}
.pched .area .comp h1 .fukuoka .one {
    margin-left: 4px;
    font-size: 2.7rem;
    align-self: flex-end;
}
.pched .area .comp h1 .fukuoka .two {
    font-size: 3.1rem;
}
.pched .area .comp h2 {
    font-size: 1.6rem;
    line-height: 1.3;
    white-space: nowrap;
    margin-top: 3px;
}

.pched .area .plan {
    margin-left: auto;
    align-self: flex-end;
    margin-bottom: 2px;
}
.pched .area .plan h3 {
    font-size: 2.25rem;
    line-height: 1;
    letter-spacing: 0.02em;
    font-weight: bold;
}
.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-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','Meiryo UI','Yu Gothic UI', sans-serif;
    font-size: 1.4rem;
    line-height: 1;
    padding: 7px 3px;
    text-align: center;
    flex-shrink: 0;
    width: 75px;
    margin-right: 6px;
    color: #fff;
    background-color: #0097d7;
    align-self: normal;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-weight: bold;
}
.pched .area .plan dd {
    font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','Meiryo UI','Yu Gothic UI', sans-serif;
    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: bold;
}
.pched .area .plan dd span {
    font-size: 1.4rem;
    line-height: 1.3;
}


/*  article レイアウト
===================================*/
article {
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
}
.widmin {
    margin-left: 10px;
    margin-right: 10px;
}

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

/*/// 可変版 ///
.sidebg {
    position: absolute;
    height: 100%;
    width: 200px;
    background-color: #f0f0f0;
}
.slmenu {
    flex-shrink: 0;
    width: 200px;
    height: auto;
    background-color: #f3f3f3;
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
}
.sidebar__inner {
    flex-shrink: 0;
    width: 200px;
    height: 100vh;
    height: calc(100vh - 212px);
}
*/
/*/// 固定版 ///*/
.slmenu {
    width: 250px;
    margin-top: 20px;
    margin-bottom: 90px;
}

.slbody.home {
    padding-bottom: 120px;
}
.slbody {
    width: calc(100% - 250px);
    margin-left: auto;
    padding-left: 35px;
    position: relative;
    padding-bottom: 80px;
}


/*/// slmenu ///*/
.slmenu ul {
    border: 3px solid #41454a;
    padding: 1px 2px 1px 2px;
    overflow: hidden;
    background: #fff;
}
.slmenu ul li {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #41454a;
    /*background: #eff5f5;*/
}
.slmenu ul li:last-of-type {
    border-bottom: 0;
}
.slmenu ul li a {
    font-size: 1.7rem;
    position: relative;
    line-height: 1.2;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 6px;
    padding-right: 0;
    height: 60px;
    letter-spacing: 0.02em;
    font-weight: bold;
    font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','Meiryo UI','Yu Gothic UI', sans-serif;
    color: #222;
}
.slmenu ul li a i {
    font-size: 1.5rem;
    margin-right: 6px;
    color: #0c94cf;
}
.slmenu ul li a i.home {
    margin-left: 3px;
    margin-right: 6px;
}

.slmenu ul li a i.kaku {
    font-size: 1.1rem;
    line-height: 1;
    background-color: #4db2f3;
    color: #fff;
    width: 10px;
    height: 11px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    border-radius: 2px;
}
.slmenu ul li a:hover {
    background-color: #41454a;
    color: #fff;
}
.slmenu ul li a:hover i {
    color: #fff;
}

.slmenu ul li.on a {
    background-color: #41454a;
    color: #fff;
}
.slmenu ul li.on a i {
    color: #55bce9;
}

.slmenu ul li a em {
    position: absolute;
    top: 5px;
    right: 3px;
    font-style: normal;
    display: inline-block;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: normal;
    background-color: #fb4848;
    color: #fff;
    border-radius: 3px;
    padding: 2px 2px;
}

.slmenu ul.two {
}
.slmenu ul.two .tai {
    background: #d5d5d5;
    border-bottom: 1px solid #afafaf;
    margin: 0 -2px;
    margin-top: -1px;
    text-align: center;
    padding: 8px 0;
    padding-bottom: 7px;
    font-size: 1.3rem;
    line-height: 1;
    letter-spacing: 0.03em;
    font-weight: bold;
}
.slmenu ul.two li a {
}
.slmenu ul.two li a p {
    font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','Meiryo UI','Yu Gothic UI', sans-serif;
}

.slmenu ul.two li a .mk {
    font-size: 1.15rem;
    line-height: 1;
    background: #ffe049;
    padding: 2px 3px;
    margin-top: 2px;
    white-space: nowrap;
    font-weight: normal;
}
.slmenu ul.two li a .mk.not {
    background: #ddd;
}

.slmenu ul.two li a:hover .mk {
    color: initial;
}

/*/// 協賛 ///*/
.slmenu ol {
    text-align: center;
    margin-top: 25px;
}
.slmenu ol li {
    height: 70px;
    margin-top: 10px;
}
.slmenu ol li span {
    width: 100%;
    height: 100%;
    background-color: #e3e3e3;
}
.slmenu ol li:first-of-type {
    font-size: 1.4rem;
    color: #026baf;
}

/*/// 英語版リンク ///*/
.englink {
	margin-top: 20px;
}
.englink a {
	border-radius: 6px;
    margin: 0 10px;
    padding: 15px 20px;
    font-size: 1.5rem;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    color: #026baf;
    font-family: serif;
    font-style: italic;
}
.englink a:hover {
	background-color: #076fb3;
    color: #fff;
}

/*/// アカウント情報の抹消 ///*/
.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;
}


/*  footer
===================================*/
footer {
    position: relative;
    border-top: 3px solid #41454a;
    background: #f8f8f8;
}
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-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','Meiryo UI','Yu Gothic UI', sans-serif;
    font-size: 1.4rem;
    line-height: 1;
    border: 1px solid #919191;
    border-left: 4px solid #41454a;
    padding: 4px 5px;
    padding-right: 8px;
    background: #fff;
    display: inline-block;
    font-weight: bold;
}
.fot-comp dd {
    font-size: 1.35rem;
    line-height: 1.4;
    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 dd ul {
}
.fot-comp dd li {
    font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','Meiryo UI','Yu Gothic UI', sans-serif;
    font-size: 1.4rem;
    font-weight: bold;
}
.fot-comp dd li a {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
}
.fot-comp dd li a i {
}
.fot-comp dd li a span {
    transition: 0.2s ease-out;
}
.fot-comp dd 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;
    border-top: 1px solid #cfcfcf;
}
.fot-copy h6 {
    font-size: 1.1rem;
    letter-spacing: 0.05em;
    text-align: center;
}


/*  janp
=====================================*/
.janp {
    right: 20px;
    z-index: 2;
}
.janp a {
    width: 40px;
    height: 40px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    background-color: #41454a;
    color: #fff;
}
.janp a i {
    font-size: 1.7rem;
    transform: rotate(-90deg);
    position: relative;
    top: -1px;
}
.janp a:hover {
    background-color: #0097d7;
}


/*  title
=====================================*/
/* title-a */
.title-a {
    position: relative;
    padding-bottom: .3em;
    border-bottom: 3px solid #e2e2e2;
    font-size: 2.0rem;
    line-height: 1.2;
}
.title-a strong {
    color: #026baf;
    position: relative;
    padding: .4em 0 .5em .7em;
    border-left: 5px solid #107dc3;
    display: inline-block;
}


/* title-cover */
.title-cover {
    margin-top: 20px;
    padding: 10px;
}
.title-cover {
    position: relative;
    width: 100%;
    height: 180px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../img/bg_home.png");
    background-position: center;
}

.title-cover .area {
    background: #fff;
    padding: 0;
    border-radius: 10px;
    height: 100%;
}

.title-cover .area span {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/title_cover.png);
    background-size: 660px;
}

/* title-page */
.title-page {
}
.title-page .area {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    min-height: 95px;
}
.title-page .area h2 {
    font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','Meiryo UI','Yu Gothic UI', sans-serif;
    font-size: 3.0rem;
    line-height: 1;
    margin-left: 15px;
    font-weight: bold;
}
.title-page .area h2 span {
    font-size: 1.7rem;
    letter-spacing: 0.05em;
}
.title-page .area a {
    margin-left: auto;
}

.title-page ul {
    position: relative;
    display: -webkit-flex;
    display: flex;
}
.title-page ul:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: 3px solid #41454a;
    bottom: 0;
    width: 100%;
    z-index: 2;
}
.title-page ul li {
    margin: 0 10px;
    align-self: flex-end;
    z-index: 2;
}
.title-page ul li:first-of-type {
}

.title-page ul li a {
    position: relative;
    padding: 15px 13px;
    padding-bottom: 18px;
    line-height: 1;
    color: #666;
    font-size: 1.6rem;
    min-width: 120px;
    text-align: center;
}
.title-page ul li a:hover {
    background-color: #e8e8e8;
    color: initial;
}
.title-page ul li.on a {
    pointer-events: none;
    color: #fff;
    background-color: #41454a;
    border-bottom: 0;
}
/*
.title-page ul li.on a:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: 4px solid #387ebe;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: calc(100% / 1);
}*/

/* title-sub */
.title-sub {
    border-bottom: 3px solid #41454a;
    padding: 23px 20px;
}
.title-sub h3 {
    font-size: 2.1rem;
    pointer-events: none;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

/* 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: #0155a0;
    margin-right: 15px;
}
.title-user h2 {
    font-size: 2.2rem;
    letter-spacing: 0.05em;
    line-height: 1;
    color: #0155a0;
}

/* title-nav */
.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: 20px;
}
.title-nav li {
    margin: 0 8px;
}
.title-nav li:first-of-type {
    margin-left: 0;
}

.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: #0155a0;
}

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


/* 404 not found
=====================================*/
.notfound {
    text-align: center;
}
.notfound p {
    font-size: 3.0rem;
    line-height: 2.0;
    font-family: serif;
    letter-spacing: 0.03em;
    padding-top: 150px;
    text-align: center;
}


/* display none
=====================================*/
.slmenu ol {
}

























       
        
        
        
        
        
