<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

body {
    background: #ffffff;
    color: #000000;
    line-height: initial;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
a {
    color: #048f96;
}
a:hover {
    opacity: 0.7;
}
img {
    max-width: 100%;
    vertical-align:bottom;
}
li {
    list-style: none;
}
:focus {
    outline: none;
}

.bg_gr {
  background: -moz-linear-gradient(top, #fff2f2, #FFF);
  background: -webkit-linear-gradient(top, #fff2f2, #FFF);
  background: linear-gradient(to bottom, #fff2f2, #FFF);
}

@media screen and (max-width:480px) {
  header {
    margin: 30px 0;
    font-size: 1.2em;
    font-weight: bold;
  }
  .textbig {
    font-size: 1em;
  }
  .att {
    font-size: 1.05em;
    font-weight: bold;
    line-height: initial;
  }
}

@media screen and (min-width:481px) and (max-width:3200px) {
  header {
    margin: 30px 0;
    font-size: 1.6em;
    font-weight: bold;
  }
  .textbig {
    font-size: 1.6em;
  }
  .att {
    font-size: 1.35em;
    font-weight: bold;
    line-height: initial;
  }
}


footer {
  text-align: center;
  margin: 20px auto;
  font-size: 0.9em;
}
ul.list {
  margin-left: 20px;
}
ul.list li {
  list-style-type: none;
  line-height: 1.3em;
  margin-bottom: 8px;
}
ul.list li.sub {
  margin-left: 20px;
  line-height: 1.2em;
  margin-bottom: 5px;
}
.accept {
  margin: 30px 0;
  display: inline-block;
  opacity: 1.0;
}
.accept2 {
  margin: 10px 0;
  width:400px;
  font-size:24px;
  font-weight:bold;
  text-decoration:none;
  display: inline-block;
  text-align:center;
  padding:8px 0 10px;
  border:1px solid #333;
  color:#fff;
  background-color:#49a9d4;
  border-radius:5px;
  box-shadow:2px 2px #1a6ea0;
  max-width: 80%;
}
.inner,
.inners {
  max-width: 940px;
  margin: 0 auto;
}
.mt {
  margin-top: 20px;
}

.pt {
  padding-top: 20px;
}

.mb {
  margin-bottom: 25px;
}

.mb2 {
  margin-bottom: 40px;
}

.cen {
  text-align: center;
}

.rel {
  position: relative;
}


label.code {
  text-align: left;
  display: block;
  width: 40%;
  margin: 0 auto;
}

label.code input {
  width: 100%;
}

.h4 {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  line-height: 40px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #49a9d4;
  margin-bottom: 10px;
  border-bottom: solid 3px;
}

.h5 {
    background-color: #ffffff;
    line-height: 30px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #5a554b;
    margin-bottom: 10px;
}

.keytxt {
    font-size: 24px;
    line-height: initial;
}

.att2 {
    font-size: 18px;
    color: #f49287;
}

.attr3 {
  font-size: 80%;
}

.box {
    border: 1px solid #dbd2cb;
    padding: 3%;
    box-sizing: border-box;
}

.attention {
  color: #ff5f5f;
}

.attention_txt {
  color: #ff5f5f;
  font-size: 1.0em;
  margin-bottom: 4px;
  display: inline-block;
}

.h4_bigtxt {
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    box-sizing: border-box;
    border: 3px solid #efc5c5;
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 154%;
    text-align: center;
    display: block;
    width: 50%;
}

.h5_bigtxt {
    color: #f49286;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    border: 1px solid #f49286;
    font-size: 18px;
    line-height: 170%;
    display: inline-block;
    padding: 3px 2%;
}

.access {
    line-height: 100%;
    margin-bottom: 15px;
    margin-top: -5px;
}

.access a {
    font-size: 16px;
}

.qrdiv {
    font-size: 20px;
}

.qrdiv .h5_bigtxt {

    color: #f49286;
    border: 0px solid #f49286;
    font-size: 20px;
    display: block;
    padding: 3px 2%;
    text-align: center;

}

.qrdiv .att03 {
    font-size: 20px;
    text-align: left;

}

.att03 {
    color: #f49286;

}

.inputtable table {
    margin: 0 auto;

}

.inputtablec table {
    width: 80%;

}

.inputtable table th {
    width: 25%;
    background: #e2e2e2;
    height: 60px;
}

.inputtable table td {
    width: 75%;
    text-align: left;
    padding: 1%;
}

.inputtablec table td {

    padding: 2%;
    box-sizing: border-box;
}

/*
input[type="text"],
input[type="tel"],
input[type="email"] {

    border: 0;
    padding: 10px;
    border: solid 1px #ccc;
    line-height: 25px;
    height: 25px;
    padding: 1%;
    border-radius: 2px;
    box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
    width: 85%;

}
*/
.inputtable table td select {

    border: solid 1px #ccc;
    line-height: 25px;
    height: 35px;
    padding: 1%;
    border-radius: 2px;
    box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
    width: 70%;
    box-sizing: border-box;
}

.inputtable table td span {
    display: block;
}

.inputtable table td .binput {
    width: 100% !important;
}

.inputtable table td .binput2 {
    width: 70% !important;
}

.inputtable table td .minput {
    width: 35% !important;
}

.btn {
    max-width: 500px;
    max-height: 60px;
    min-height: 50px;
    line-height: 50px;
    width: 100%;
    background: #cccccc;
    border: 0px solid #ffffff;
    border-radius: 10px;
    font-size: 20px;
    color: #ffffff;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.6);
    font-weight: bold;
    padding: 0 1%;
    box-sizing: border-box;
}

a.btn {
  display: inline-block;
  text-decoration: none;
  opacity: 1.0;
}

a.btn:hover {
  opacity: 0.5;
}

.dbtn {
    max-width: 500px;
    display: inline-block;
    line-height: 50px;
    width: 100%;
    background: #cccccc;
    border: 0px solid #ffffff;
    border-radius: 10px;
    font-size: 20px;
    color: #ffffff;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.6);
    font-weight: bold;
    padding: 0 1%;
    box-sizing: border-box;
    text-decoration: none;
}


.submit,
.submitr2 {
    max-width: 500px;
    max-height: 60px;
    min-height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    width: 100%;
    background: transparent;
    background-image: url(img/submit_bg.png);
    border: 0px solid #ffffff;
    background-size: 100% 100%;
    font-size: 20px;
    color: #ffffff;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.6);
    font-weight: bold;
    padding: 0 1%;
}

a.submit {
    max-width: 400px;
    text-decoration: none;
    display: inline-block;
}

a.submitr2 {
    max-width: 400px;
    text-decoration: none;
    display: inline-block;
    line-height: 1.1em;
    padding: 1%;
}

.submit:hover {
    opacity: 0.5;
    cursor: pointer;
}

.flexbtncol2 {
    display: flex;
    justify-content: space-around;

}

.flexbtncol2 input {
    width: 35%;

}

.err_msg {
    color: #FF0000;
    background-color: #fff2f2;
    border: solid 1px #FF0000;
    border-radius: 4px;
    padding: 10px;
}


.qr {
    font-size: 150%;
    font-weight: bold;
    color: #000000;
}

.txt_mini {
    font-size: 80%;
}

.mbh {
    margin-bottom: 10px;
}

/**Hover*/

dl dt {
    font-size: 18px;
    color: #a88b4f;
}

dl dd {
    margin: 0;
}
a:hover img {
    opacity: 1;
    -webkit-animation: flash 1.5s;
    animation: flash 1.5s;
}

@-webkit-keyframes flash {
    0% {
        opacity: .4;
    }
    100% {
        opacity: 1;
    }
}

@keyframes flash {
    0% {
        opacity: .4;
    }
    100% {
        opacity: 1;
    }
}

/*add.201805*/

.flex_birth {
    display: flex;
    justify-content: flex-start;
}

.flex_birth span {
    line-height: 2em;
    margin-left: 5px;
    margin-right: 10px;
}

.rightbtn_th {
    line-height: 56px;
    position: relative;

}

.inputtable table th.rightbtn_th {
    background: #d5e3f8;
}

.inputtable table th.rightbtn_th_input {
    background: #8fb4ec;
}

.rightbtn_th a {
    float: right;
    width: 88px;
    margin-right: 10px;
    display: inline-block;
    position: absolute;
    top: 4px;
    right: 0;
    font-size: 90%;
    line-height: 53px;
    padding: 0;
    box-sizing: border-box;
    background: #ffffff;
    color: #666666;
    text-shadow: none;
}

.eventselect_table {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.eventselect_table td .event_sel {
    border: 2px solid #f49287;
    display: block;
    box-sizing: border-box;
    padding: 3px;
    border-radius: 5px;
    margin-bottom: 10px;
    cursor: pointer;
    background: #f49287;
    color: #ffffff;
}

.eventselect_table td .event_sel:hover {
    opacity: 0.5;
}

.eventselect_table td .event_sel:last-child {
    margin-bottom: 0px;
}

.eventselect_table td .event_sel span {
    display: inline;
    font-size: 120%;
    margin-left: 10px;
}

.memberType,
.buType {
    min-width: 250px;
}

span.ruby {
    display: inline !important;
    font-size: 90%;
}
section {
	word-wrap: break-word;
}
@media screen and (max-width: 960px) {

    .inner {
        max-width: 960px;
        width: 100%;
        margin: 0 auto;
        padding: 2%;
        box-sizing: border-box;
    }

}

@media screen and (max-width: 740px) {
    .spnone {
        display: none !important;
    }
    .pcnone {
        display: block;
    }
    .inner {
        max-width: 940px;
        width: 100%;
        margin: 0 auto;
        padding: 2%;
        box-sizing: border-box;
    }
    .inners {
        max-width: 940px;
        width: 100%;
        margin: 0 auto;
        padding: 0% 2%;
        box-sizing: border-box;
    }
    .keytxt {
        font-size: 17px;
        line-height: initial;
    }
    a.btn {
        max-width: 100%;
        text-decoration: none;
        line-height: 50px;
        padding: 0;
    }
    a.submit {
        line-height: 50px;
        padding: 0;
    }
    .inputtablec table {
        width: 100%;
    }
    .header_mini {
        margin-top: 5px;
        width: 70%;
    }

    /*add.201805*/
    .flex_birth {
        display: block;
    }

    .flex_birth span {
        display: inline-block !important;
    }

    .bg_gr .mt {
        margin-top: 0px;
    }
    .bg_gr .mb {
        margin-bottom: 0px;
    }
    .rightbtn_th a {
        right: 0;
        top: 6px;
    }
    .h4_bigtxt {
        width: 100%;
    }
    ul.list {
        margin: 0 10px;
    }
    ul.list li.sub {
        margin: 0 10px 8px 10px;
        font-size: 0.9em;
    }
}



</pre></body></html>