@charset 'utf-8';
@font-face {
  font-family: 'icomoon';
  src:  url('../../fonts/icomoon.eot?is3ezi');
  src:  url('../../fonts/icomoon.eot?is3ezi#iefix') format('embedded-opentype'),
    url('../../fonts/icomoon.ttf?is3ezi') format('truetype'),
    url('../../fonts/icomoon.woff?is3ezi') format('woff'),
    url('../../fonts/icomoon.svg?is3ezi#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}



/* ===============================
base
=============================== */
body {
    font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'Hiragino Sans', 'ヒラギノ角ゴシック', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic';
    font-size: 1.2em;
    font-weight: 500;
    line-height: 1.6em;
    color: #000;
    -webkit-text-size-adjust: 100%;
    background: #fff;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

a,
a:visited {
    color: #000;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:focus {
    outline: none;
}

a:hover {
    text-decoration: none;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}

img {
    vertical-align: top;
    padding: 0;
    margin: 0;
    max-width: 100%;
}

h1 {
    padding: 0;
    margin: 0;
}

h2 {
    padding: 25px 0;
    margin: 1em auto 0.1em ;
    line-height: 1.2;
}

h2.tit-g {
    margin: 8% 0 0 0;          
    font-size:  1.6em;      
    position:  relative;    
    font-weight:  normal;   
    background: linear-gradient(to right, rgb(48, 224, 192) 0%,rgba(96,155,208,0.7) 40%,rgba(125,185,232,0.2) 100%);
    padding:  3%;        
    margin-bottom: 15px;   
    border-radius:  12px;   
    color: #fff;
    letter-spacing: 0.1em;
    text-align: center;
}
@media screen and (max-width: 768px) {
    h2.tit-g {
        font-size: 1em;
    }
}
p {
    margin:  0;             /* デフォルトCSS打ち消し */
    line-height: 2;         /* 行間調整 */
}


h3 {
    text-align: center;
    padding-top: 24px;
}

h4 {
    text-align: center;
    padding: 0;
    margin: 0 0 36px 0;
    font-size: 0.9em;
}

p {
    font-size: 0.8em;
    line-height: 1.8;
}

.clear {
    clear: both;
}

.clearfix {
    width: 100%;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

img {
    max-width: 100%;
    height: auto;
}


/* ===============================
utility
=============================== */
.bold {
    font-weight: 600;
}

.un-l {
    text-decoration: underline;
}

.fxss {
    font-size: 0.8em;
    line-height: 2em;
}

.fxs {
    font-size: 1em;
    line-height: 2.6em;
}

.mt1 {
    margin-top: 1em !important;
}

.mt4 {
    margin-top: 4em !important;
}

.mb8 {
    margin-bottom: 8em;
}

.mb100 {
    margin-bottom: 100px;
}

.al-c {
    text-align: center;
}

.fl-r {
    float: right;
}

button {
    padding: 0 !important;
    margin: 0 !important;
    border: none;
    vertical-align: bottom;
}

.al-l {
    text-align: left;
}

.al-r {
    text-align: right;
}

button:focus {
    outline: none;
}

.sp {
    display: none !important;
}

.pc {
    display: block !important;
}

.i-sp {
    display: none !important;
    margin: 0 auto;
}

@media screen and (max-width:768px) {
    .pc {
        display: none !important;
    }

    .sp {
        display: block !important;
    }
    .i-sp {
    display: inline-block!important;
        margin-right: 1%;
}
}


/* ===============================
header
=============================== */
#header {
    width: 100%;
    height: 90px;
    margin: 0 auto;
    background: #fff;
   
}

#header ul {
    max-width: 1390px;
    text-align: center;
    margin: 0 auto;
    padding: 0 5px;
    position: relative;
}

ul li.logo {
    float: left;
    margin: 10px 0 0 10px;
    width: 256px;
}

ul li.login {
    font-size: 16px;
    padding: 30px 34px;
    float: right;
}

ul li.entry {
    height: auto;
    font-size: 14px;
    padding: 30px 50px;
    float: right;
    background-color: #e85298;
}

ul li.entry a {
    color: #fff;
}

@media screen and (max-width:768px) {
    #header {
        width: 100%;
       
    }

    #header ul {
        width: 100%;
        padding: 0;
    }

    ul li.logo {
        width: 70%;
        margin: 10px auto;
        float: none;
    }

    ul li.login {
        font-size: 16px;
        padding: 11px 0;
        float: right;
        width: 50%;
    }

    ul li.entry {
        height: auto;
        font-size: 14px;
        padding: 11px 0;
        float: right;
        background-color: #e85298;
        width: 50%;
    }
}

/* ===============================
main-view
=============================== */
.mainview {
    position: relative;
    margin: 0 auto 5%;
    width: 100%;
    max-height: 665px;
    text-align: center;
    overflow: hidden;
    background: #e2f9f4;
    
}

@media screen and (max-width:768px) {
    .mainview {
        position: relative;
        margin: 0 auto 7%;
        width: 100%;
        height: auto;
        text-align: center;
        overflow: hidden;
    }
}

/* ===============================
main
=============================== */
#wrap {
    width: 100%;
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    margin: 0 auto;
    background: #fff;
    padding-bottom: 140px;
    box-sizing: border-box;
}

#main {
    position: relative;
    max-width:900px;
    background: #fff;
    height: auto;
    padding: 0 16px;
    margin: 0 auto 100px;
}

@media screen and (max-width:930px) {
    #wrap {
        padding-bottom: 0;
    }

    #main {
        width: 88%;
        margin: 2% auto 10%;
    }
}

.catch {
    font-size: 28px;
    text-align: center;
    padding: 1em 0 2em 0;
    font-weight: 800;
    line-height: 2;
}

@media screen and (max-width:768px) {
    .catch {
        font-size: 20px;
        text-align: center;
        padding: 1em 0 2em 0;
    }
}

.guest {
    width: 100%;
    margin: 0 auto 25%;
    padding: 0;
}

.guest ul {
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  grid-auto-rows: 1fr;
}

.guest ul li {
     overflow: auto;
  min-width: 0;
  padding: 0;
}


/* IE用 */
@media all and (-ms-high-contrast: none) {
.guest ul {
    text-align: justify;
    text-justify: distribute-all-lines;
    display: block;
    width: 100%;
    margin: 0 auto;
}

.guest ul:after {
    content: "";
    display: inline-block;
    width: 100%;
    line-height: 0;
    height: 0;
}

.guest ul li {
    width: 175px;
    display: inline-block;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
}



@media screen and (min-width:320px) and (max-width: 420px) {
    .guest ul {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(70px, 1fr));
        grid-auto-rows: 1fr;
        text-align: center;
    }

    .guest ul li {
        overflow: auto;
        min-width: 0;
        padding: 0;
    }
}
@media screen and (min-width:420px) and (max-width: 768px){
    .guest ul {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(136px, 1fr));
        grid-auto-rows: 1fr;
        text-align: center;
    }

    .guest ul li {
        overflow: auto;
        min-width: 0;
        padding: 0;
    }
}

.pink {
    color: #e85298;
}

.line {
    max-width: 900px;
    margin: 0 auto;
    font-size: 26px;
    text-align: left;
    padding: 1em 0 2em 0;
    color: #e85298;
    font-weight: bold;
    line-height: 1.6;
}


@media screen and (max-width:768px) {
    .line {
        font-size: 18px;
        width: 90%;
        padding: 1em auto 2em;
    }
}

.info {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

.info h2 {
    width: 20%;
    display: flex;
    align-items: center;
}

.info p {
    width: 70%;
    display: flex;
    align-items: center;
    font-size: 20px;
    margin-top: 45px;
}


@media screen and (max-width:768px) {
    .info {
        width: 100%;
        display: block;
        margin-bottom: 1.5em;
    }

    .info h2 {
        width: 95%;
        position: relative;
        padding: .5em .75em;
        background-color: #00b900;
        font-size: 16px;
        color: #fff;
    }
    

    .info h2::after {
        position: absolute;
        top: 94%;
        left: 14px;
        content: '';
        width: 0;
        height: 0;
        border: 6px solid transparent;
        border-top: 10px solid #00b900;
    }

    .info p {
        width: 100%;
        display: block;
        font-size: 16px;
        margin-top: 20px;
    }
}

.float-clear {
    overflow: hidden;
}


.link {
    max-width: 900px;
    margin: 5% auto;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    border: 1px solid #666;
    background-color: #FEF1DD;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

.link:hover {
    background-color: #fff0ac;
}

.link h2 {
    width: 14%;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

.link p {
    width: 80%;
    display: flex;
    align-items: center;
    font-size: 30px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

@media screen and (max-width:768px) {
    .link p {
    font-size: 14px;
        width: 85%;
}
}

/* ===============================
footer
=============================== */
.footer {
    width: 80%;
    height: auto;
    text-align: center;
    border-top: 1px solid #ccc;
    padding: 0;
    margin: 0px auto;
    background: #fff;
    bottom: 0;
}

ul.btm-nav {
    display: inline-block;
    text-align: center;
    font-size: 13px;
    font-weight: normal;
    line-height: 15px;
    color: #000;
    margin-top: 20px;
}

ul.btm-nav li {
    padding: 0 0.5em;
    margin-bottom: 1em;
    list-style: none;
    border-right: 1px solid #000;
    display: inline-block;
}

ul.btm-nav li:last-child {
    border: 0;
}

ul.btm-nav li a {
    color: #000;
    display: block;
    text-decoration: none;
}

ul.btm-nav li a:hover {
    color: #000;
    visibility: visible;
    overflow: visible;
    z-index: 10;
}

@media screen and (max-width:768px) {
    .footer {
        width: 100%;
        height: auto;
        text-align: center;
        background: #fff;
        padding: 0;
        margin: 0;
        position: relative;
        bottom: 0;
        background: #f6f6f6;
    }

    .footer h3 {
        background: #666;
        padding: 0;
        color: #fff;
        margin: 0;
        font-size: 15px;
    }

    .footer p {
        font-size: 14px;
        color: #555;
        text-align: left;
        margin-left: 6%;
    }

    ul.btm-nav {
        width: 100%;
        text-align: left;
        font-size: 12px;
        font-weight: normal;
        line-height: 15px;
        margin: 4% 0 4% 4%;
        display: block;
        color: #000;
        list-style-type: disc;
    }

     ul.btm-nav li {
        width: 49% !important;
        padding: 4px;
        display: inline-block;
        letter-spacing: normal;
        box-sizing: border-box;
        margin-bottom: 16px;
        border-right: 0;
    }

    ul.btm-nav li.long {
        width: 98% !important;
        padding: 4px;
        display: block;
        letter-spacing: normal;
        box-sizing: border-box;
        margin-bottom: 16px;
        border-right: 0;
    }

    ul.btm-nav li a {
        color: #666;
        display: block;
        text-decoration: none;
        letter-spacing: normal;
        position: relative;
    }
}


.copy {
    font-size: 0.6em;
    line-height: 1.2;
    padding: 5em 0 1em 0;
    background-color: #fff;
    text-align: center;
}

@media screen and (max-width:768px) {
    .copy {
        font-size: 0.5em;
        padding: 2em 0 1em 0;
    }
}

/*page-top button*/

.page-top {
    position: fixed;
    width: 60px;
    height: 60px;
    right: 0;
    display: block;
/*    background: url(../img/common/btn_top.png)no-repeat;*/
    background-size: contain;
    z-index: 1;
}

@media screen and (max-width:768px) {
    .page-top {
        margin-bottom: 3px;
        width: 44px;
        height: 44px;
    }
}

.page-top a {
    text-align: center;
    display: block;
}

.page-top a:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

* html .page-top {
    display: none !important;
}


/* ===============================
print setting
=============================== */
@media print {
    .printNl {
        page-break-before: always;
    }
}