@charset "UTF-8";
/* -----------------------------------------------------------
reset
----------------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
}

html {
  overflow-y: scroll;
}

div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, form, input, textarea, button, table, tr, th, td, article, aside, footer, header, hgroup, nav, section, a, span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

q:before, q:after {
  content: '';
}

object,
embed {
  vertical-align: top;
}

hr, legend {
  display: none;
  border: none;
}

abbr, acronym, fieldset {
  border: 0;
}

tr, th, td, caption {
  vertical-align: top;
  font-style: normal;
  font-weight: normal;
  text-align: left;
}

ol, ul {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
}

img {
  border: 0;
  font-size: 0;
  line-height: 0;
  vertical-align: bottom;
}

* {
  box-sizing: border-box;
}

html,
body {
  background: #FFF;
}

body {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
  color: #333;
  line-height: 1.6;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #f8f7f5;
  min-width: 1040px;
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
  body {
    width: 100%;
    min-width: 320px;
    font-size: 14px;
  }
}

input,
textarea {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
}

strong {
  font-weight: bold;
}

a {
  color: #333;
  text-decoration: none;
}
a:focus {
  outline: none;
}
a:hover {
  color: #333;
}

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

.marT1 {
  margin-top: 0.5em !important;
  display: block;
}

/*////////////////////////////////////////

汎用class

////////////////////////////////////////*/
@media screen and (min-width: 751px) {
  .only-sp {
    display: none;
  }

  .hover {
    transition: opacity .3s;
  }
  .hover:hover {
    opacity: .8;
  }
}
@media screen and (max-width: 750px) {
  .only-pc {
    display: none;
  }
}
.align-c {
  text-align: center !important;
}

.align-l {
  text-align: left !important;
}

.align-r {
  text-align: right !important;
}

/* #tpl-contents
-----------------------------*/
#tpl-contents {
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  #tpl-contents {
    /* padding-top: vw(100); */
    background-size: 100% auto;
    padding-bottom: 5%;
  }
}
#tpl-contents .sec-title {
  padding-top: 50px;
  font-size: 32px;
  color: #cc0000;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #tpl-contents .sec-title {
    font-size: 6vw;
    text-align: left;
    padding-top: 10.66667vw;
    margin-bottom: 6.66667vw;
  }
}
#tpl-contents .sec-title span {
  font-size: 16px;
  display: inline-block;
  line-height: 1.2;
  color: black;
}
@media screen and (max-width: 750px) {
  #tpl-contents .sec-title span {
    margin-top: 1.33333vw;
    font-size: 3.73333vw;
    line-height: 1.4;
  }
}
#tpl-contents .title {
  text-align: center;
  font-size: 28px;
  color: #cc0000;
  margin-bottom: 1.6em;
}
@media screen and (max-width: 750px) {
  #tpl-contents .title {
    font-size: 21px;
  }
}

/* .tpl-inner-wrap
-----------------------------*/
.tpl-inner-wrap {
  width: 960px;
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  .tpl-inner-wrap {
    padding: 0 7%;
    width: 100%;
  }
}

/* #tpl-header
-----------------------------*/
#tpl-header {
  min-width: 960px;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  padding-right: 10px;
  overflow: hidden;
  *zoom: 1;
  background: url(../img/_hea_bg.png) repeat-x #FFF;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 750px) {
  #tpl-header {
    min-width: 100%;
    height: auto;
    background: #ca0612;
    padding-right: 0;
    margin-bottom: 0;
  }
}
#tpl-header .logo {
  width: 289px;
  height: 60px;
  float: left;
  background: #ca0612;
}
@media only screen and (max-width: 750px) {
  #tpl-header .logo {
    width: 100%;
    height: auto;
    float: none;
  }
}
#tpl-header .logo a {
  display: block;
  padding: 60px 0 0 0;
  width: 289px;
  height: 0;
  overflow: hidden;
  background: url(../img/_hea_log.png) no-repeat 33px 16px;
  background-size: 216px;
}
@media only screen and (max-width: 750px) {
  #tpl-header .logo a {
    padding: 0;
    width: 100%;
    height: 55px;
    background: url(../img/_hea_log.png) 50% 50% no-repeat;
    background-size: 216px 34px;
    font-size: 0;
  }
}
#tpl-header .slogan {
  padding: 28px 0 0 33px;
  height: 60px;
  float: left;
  background: url(../img/_hea_log_bg.png) no-repeat;
  font-size: 12px;
  color: #000000;
}
@media only screen and (max-width: 750px) {
  #tpl-header .slogan {
    display: none;
  }
}
#tpl-header .slogan img {
  vertical-align: top;
  width: 143px;
}

.head-links-wrap .head-links {
  float: right;
  display: flex;
  padding: 20px 0;
}
@media only screen and (max-width: 750px) {
  .head-links-wrap .head-links {
    display: none;
  }
}
.head-links-wrap .head-links li + li {
  margin-left: 1em;
}
.head-links-wrap .head-links a {
  font-size: 12px;
}
.head-links-wrap .head-links a:before {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  content: '';
  width: 23px;
  height: 23px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}
.head-links-wrap .head-links .top:before {
  background-image: url(../img/icon-top.png);
}
.head-links-wrap .head-links .change:before {
  background-image: url(../img/icon-change.png);
}
.head-links-wrap .head-links .password:before {
  background-image: url(../img/icon-password.png);
}
.head-links-wrap .head-links .contact:before {
  background-image: url(../img/icon-contact.png);
}
.head-links-wrap .head-links .logout:before {
  background-image: url(../img/icon-logout.png);
}

/* #tpl-pagetop
-----------------------------*/
#tpl-pagetop {
  text-align: center;
}
@media screen and (min-width: 751px) {
  #tpl-pagetop {
    transition: opacity .3s;
    opacity: 0;
  }
  #tpl-pagetop.show {
    opacity: 1;
  }
  #tpl-pagetop a {
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #cc0000;
    box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.1);
    position: fixed;
    right: 60px;
    bottom: 60px;
    z-index: 10;
    transition: background-color .3s;
  }
  #tpl-pagetop a:before {
    content: '';
    display: block;
    width: 16px;
    height: 10px;
    background: url(../img/icon-pagetop.png) 0 0 no-repeat;
  }
  #tpl-pagetop a:hover {
    background-color: #cc3434;
  }
}
@media screen and (max-width: 750px) {
  #tpl-pagetop a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 45px;
    border: 2px solid #cc0000;
    border-radius: 290486px;
    color: #cc0000;
    font-size: 14px;
    line-height: 1;
    margin: 10% auto;
  }
  #tpl-pagetop a:before {
    content: '';
    display: block;
    width: 10px;
    height: 5px;
    background: url(../img/icon-pagetop-sp.png) 0 0 no-repeat;
    background-size: contain;
    margin-right: 7px;
    margin-top: 4px;
  }
}

/* #tpl-footer
-----------------------------*/
#tpl-footer {
  background: #cc0000;
}
@media only screen and (max-width: 750px) {
  #tpl-footer {
    background-color: #FFF;
  }
}
#tpl-footer .tpl-inner-wrap {
  padding: 0;
  height: 28px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  #tpl-footer .tpl-inner-wrap {
    height: auto;
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
}
#tpl-footer h2 {
  font-size: 0;
  width: 120px;
  height: 28px;
  background: url(../img/_foo_cop_log.gif) no-repeat left center;
}
#tpl-footer h2 a {
  display: block;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 750px) {
  #tpl-footer h2 {
    margin: 0 auto;
    width: 100%;
    height: 55px;
    background: url(../img/_hea_log.png) 50% 50% no-repeat #cc0000;
    background-size: 216px 34px;
  }
}
#tpl-footer .copy {
  margin-left: auto;
  height: 28px;
  font-size: 10px;
  color: #ffffff;
  line-height: 28px;
}
@media only screen and (max-width: 750px) {
  #tpl-footer .copy {
    height: auto;
    line-height: 1.6;
    width: 100%;
    color: #333;
    text-align: center;
    padding: 20px 0;
  }
}

#tpl-footer-link {
  background-color: #f5f5f5;
  padding: 33px 0;
}
@media only screen and (max-width: 750px) {
  #tpl-footer-link {
    padding: 0;
  }
}
#tpl-footer-link .tpl-inner-wrap {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 750px) {
  #tpl-footer-link .tpl-inner-wrap {
    display: block;
  }
}
#tpl-footer-link h2 {
  font-size: 0;
  width: 130px;
  height: 20px;
  background: url(../img/foot-logo.png) 0 0 no-repeat;
  background-size: contain;
  margin-right: 35px;
}
@media only screen and (max-width: 750px) {
  #tpl-footer-link h2 {
    width: 100%;
    height: 6vw;
    background: url(../img/foot-logo.png) 50% 0 no-repeat;
    background-size: contain;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
#tpl-footer-link ul {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  #tpl-footer-link ul {
    align-items: stretch;
    flex-wrap: wrap;
  }
}
#tpl-footer-link li:not(:first-child) {
  padding-left: 10px;
}
#tpl-footer-link li:not(:last-child) {
  border-right: 1px solid #838383;
  padding-right: 10px;
}
@media only screen and (max-width: 750px) {
  #tpl-footer-link li {
    width: 50%;
    text-align: center;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
  }
  #tpl-footer-link li.sp-none {
    display: none;
  }
  #tpl-footer-link li:not(:first-child) {
    padding-left: 0;
  }
  #tpl-footer-link li:not(:last-child) {
    border-right: 1px solid #dddddd;
    padding-right: 0;
  }
}
#tpl-footer-link a {
  display: block;
  font-size: 12px;
  line-height: 1;
  transition: opacity .3s;
}
#tpl-footer-link a:hover {
  opacity: .8;
}
@media only screen and (max-width: 750px) {
  #tpl-footer-link a {
    font-size: 11px;
    padding: 15px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.6;
  }
}

/* sp-head-link-wrap
-----------------------------*/
.sp-head-link-wrap {
  display: none;
}
@media only screen and (max-width: 750px) {
  .sp-head-link-wrap {
    display: block;
  }
}
.sp-head-link-wrap .head-links {
  border-top: 1px solid #dddddd;
}
.sp-head-link-wrap .head-links li {
  border-bottom: 1px solid #dddddd;
}
.sp-head-link-wrap .head-links a {
  font-size: 13px;
  display: block;
  padding: 4% 7%;
}
.sp-head-link-wrap .head-links a:before {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  content: '';
  width: 24px;
  height: 22px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}
.sp-head-link-wrap .head-links .top:before {
  background-image: url(../img/icon-top.png);
}
.sp-head-link-wrap .head-links .change:before {
  background-image: url(../img/icon-change.png);
}
.sp-head-link-wrap .head-links .password:before {
  background-image: url(../img/icon-password.png);
}
.sp-head-link-wrap .head-links .contact:before {
  background-image: url(../img/icon-contact.png);
}
.sp-head-link-wrap .head-links .logout:before {
  background-image: url(../img/icon-logout.png);
}

/* ttl-wrap
-----------------------------*/
.ttl-wrap {
  background-color: #fff;
  padding-top: 44px;
  padding-bottom: 26px;
}
@media only screen and (max-width: 750px) {
  .ttl-wrap {
    position: relative;
    height: 33.33333vw;
    padding: 0 0 6vw;
  }
}
.ttl-wrap .tpl-inner-wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  .ttl-wrap .tpl-inner-wrap {
    flex-wrap: wrap;
    justify-content: flex-start;
    position: absolute;
    top: 8.8vw;
  }
}
.ttl-wrap h2 {
  font-size: 0;
}
@media only screen and (max-width: 750px) {
  .ttl-wrap h2 {
    width: 100%;
  }
}
.ttl-wrap h2 img {
  width: 351px;
  height: auto;
}
@media only screen and (max-width: 750px) {
  .ttl-wrap h2 img {
    width: 100%;
  }
}
.ttl-wrap .name {
  margin-left: auto;
  font-size: 28px;
  line-height: 1;
}
@media only screen and (max-width: 750px) {
  .ttl-wrap .name {
    font-size: 5.6vw;
    margin-top: 8vw;
    margin-left: 0;
  }
}
.ttl-wrap .name span {
  padding-left: .5em;
  font-size: 18px;
}
@media only screen and (max-width: 750px) {
  .ttl-wrap .name span {
    font-size: 4.26667vw;
  }
}
.ttl-wrap .mail {
  margin-left: 3em;
  display: block;
  width: 34px;
  height: 24px;
  background: url(../img/icon-mail.png) 0 0 no-repeat;
  background-size: contain;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .ttl-wrap .mail {
    margin-left: auto;
    margin-top: 7.33333vw;
    width: 7.2vw;
    height: 4.8vw;
  }
}
.ttl-wrap .mail span {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 18px;
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #cc0000;
  color: #FFF;
  font-size: 12px;
  line-height: 1;
  border-radius: 50%;
}
@media only screen and (max-width: 750px) {
  .ttl-wrap .mail span {
    top: -5px;
    right: -5px;
    font-size: 2.4vw;
    width: 3.33333vw;
    height: 3.33333vw;
  }
}

/* login
-----------------------------*/
@media only screen and (max-width: 750px) {
  .login .ttl-wrap {
    height: 24vw;
    margin-top: 0;
    padding: 0;
  }
}
.login .sec-main .tpl-inner-wrap {
  position: relative;
}
.login .sec-main .tpl-inner-wrap .kv-wrap {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  max-width: 800px;
}
@media only screen and (max-width: 750px) {
  .login .sec-main .tpl-inner-wrap .kv-wrap {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}
.login .input-area {
  width: 650px;
  margin: 80px auto 80px;
}
@media screen and (max-width: 750px) {
  .login .input-area {
    width: 100%;
    margin-top: 20%;
    margin-bottom: 10%;
  }
}
.login .input-area span.label {
  font-weight: bold;
  display: block;
  font-size: 18px;
  margin: 20px 0;
}
@media screen and (max-width: 750px) {
  .login .input-area span.label {
    font-size: 3.33333vw;
    margin: 2.66667vw 0;
  }
}
.login input {
  appearance: none;
  background-color: transparent;
  border-radius: 0;
  border: none;
  width: 100%;
  font-size: 16px;
}
@media screen and (max-width: 750px) {
  .login input {
    font-size: 15px;
  }
}
.login input[type=text],
.login input[type=password] {
  padding: 25px 20px;
  border-radius: 10px;
  border: none;
  background-color: #FFF;
}
@media screen and (max-width: 750px) {
  .login input[type=text],
  .login input[type=password] {
    padding: 15px;
    border-radius: 5px;
  }
}
.login input[type=password] {
  margin-bottom: 58px;
}
@media screen and (max-width: 750px) {
  .login input[type=password] {
    margin-bottom: 10%;
  }
}
.login input[type=submit] {
  width: 380px;
  margin: auto;
  display: block;
  padding: 22px;
  border: 2px solid #cc0000;
  color: #cc0000;
  border-radius: 290486px;
  cursor: pointer;
  position: relative;
  background: url(../img/icon-right-red.png) 95% 50% no-repeat;
  background-size: 7px 12px;
  transition: opacity .3s;
}
.login input[type=submit]:hover {
  opacity: .6;
}
@media screen and (max-width: 750px) {
  .login input[type=submit] {
    width: 100%;
    padding: 18px;
  }
}
.login .forget {
  margin: 40px 0;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .login .forget {
    margin: 8% 0;
  }
}
.login .forget a:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  padding-top: 3px;
  width: 9px;
  height: 15px;
  background: url(../img/icon-right-black.png) 0 0 no-repeat;
  background-size: 9px 15px;
  margin-right: 8px;
}
.login .entry-btn {
  width: 380px;
  margin: auto;
  display: block;
  padding: 22px;
  border-radius: 290486px;
  background-color: #cc0000;
  color: #FFF;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 750px) {
  .login .entry-btn {
    width: 100%;
  }
}
.login .entry-btn:after {
  content: '';
  display: block;
  width: 7px;
  height: 12px;
  background: url(../img/icon-right-white.png) 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  right: 25px;
  top: calc(50% - 3.5px);
}
.login .sec-outside {
  background-color: #FFF;
  padding-top: 50px;
  margin-bottom: 176px;
}
@media screen and (max-width: 750px) {
  .login .sec-outside {
    padding: 8% 0;
    width: 86%;
    margin: auto;
  }
}
.login .sec-outside .tpl-inner-wrap {
  width: 725px;
}
@media screen and (max-width: 750px) {
  .login .sec-outside .tpl-inner-wrap {
    width: 100%;
  }
}
.login .sec-outside p {
  font-size: 14px;
}
@media screen and (max-width: 750px) {
  .login .sec-outside p {
    font-size: 15px;
  }
}
.login .sec-outside .links {
  margin-top: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.login .sec-outside .links li {
  width: 200px;
  margin-top: 30px;
  margin-bottom: 80px;
  text-align: right;
}
@media screen and (max-width: 750px) {
  .login .sec-outside .links li {
    width: 47%;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
.login .sec-outside .links li + li {
  text-align: left;
  margin-left: 40px;
}
@media screen and (max-width: 750px) {
  .login .sec-outside .links li + li {
    margin-left: 1rem;
  }
}

/* mypage-top
-----------------------------*/
@media only screen and (max-width: 750px) {
  .mypage-top {
    padding-bottom: 0 !important;
  }
}
@media only screen and (min-width: 751px) {
  .mypage-top .sec-main {
    margin: 120px 0;
  }
}
@media only screen and (max-width: 750px) {
  .mypage-top .sec-main {
    margin: 16vw auto 15% auto;
  }
}
.mypage-top .sec-main .tpl-inner-wrap {
  position: relative;
}
.mypage-top .label {
  margin-bottom: 24px;
}
@media only screen and (max-width: 750px) {
  .mypage-top .label {
    margin-bottom: 6%;
  }
}
.mypage-top .label img {
  width: 139px;
  height: auto;
}
@media only screen and (max-width: 750px) {
  .mypage-top .label img {
    width: 30%;
  }
}
.mypage-top .news-lists {
  background-color: #FFF;
  border-radius: 14px;
  padding: 28px 40px;
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 750px) {
  .mypage-top .news-lists {
    padding: 8% 7%;
    border-radius: 20px;
  }
}
.mypage-top .news-lists .inner {
  overflow: hidden;
  transition: height .3s;
}
.mypage-top .news-lists dl {
  display: flex;
  border-top: 2px dotted #9f9f9f;
  padding: 12px 0;
}
@media only screen and (max-width: 750px) {
  .mypage-top .news-lists dl {
    display: block;
  }
}
.mypage-top .news-lists dl:first-child, .mypage-top .news-lists dl.last {
  border-top: none;
}
@media only screen and (max-width: 750px) {
  .mypage-top .news-lists .date,
  .mypage-top .news-lists .detail {
    font-size: 12px;
  }
}
.mypage-top .news-lists .date {
  font-weight: bold;
}
@media only screen and (max-width: 750px) {
  .mypage-top .news-lists .date {
    margin-bottom: .3em;
  }
}
.mypage-top .news-lists .detail {
  margin-left: 1.5em;
}
@media only screen and (max-width: 750px) {
  .mypage-top .news-lists .detail {
    margin-left: 0;
  }
}
.mypage-top .more-btn {
  background-color: #FFF;
  width: 100px;
  height: 28px;
  border-radius: 290486px;
  font-size: 0;
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 750px) {
  .mypage-top .more-btn {
    position: static;
    width: 50%;
    height: 40px;
    margin: 7% auto 0;
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.08);
  }
}
.mypage-top .more-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.mypage-top .more-btn img {
  width: 36px;
  height: auto;
}
@media only screen and (max-width: 750px) {
  .mypage-top .more-btn img {
    width: 30px;
  }
}
.mypage-top .sec-expo {
  padding-bottom: 88px;
}
@media only screen and (max-width: 750px) {
  .mypage-top .sec-expo {
    padding-bottom: 15%;
  }
}
.mypage-top .sec-expo .links {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 750px) {
  .mypage-top .sec-expo .links {
    display: block;
  }
}
.mypage-top .sec-expo .links li {
  width: 470px;
  height: 120px;
}
@media only screen and (max-width: 750px) {
  .mypage-top .sec-expo .links li {
    width: 86.53333vw;
    height: 26.66667vw;
  }
}
.mypage-top .sec-expo .links li + li {
  margin-top: 32px;
}
@media only screen and (max-width: 750px) {
  .mypage-top .sec-expo .links li + li {
    margin-top: 10%;
  }
}
.mypage-top .sec-expo .links a {
  display: block;
}
.mypage-top .sec-expo .links a.link-btn {
  background-color: #fff;
  text-align: center;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-repeat: no-repeat;
  background-size: auto 27px;
  background-position: 45%;
  color: #cc0000;
  font-size: 24px;
  width: 470px;
  height: 120px;
}
@media only screen and (max-width: 750px) {
  .mypage-top .sec-expo .links a.link-btn {
    width: 86.53333vw;
    height: 26.66667vw;
    margin: 0 auto;
  }
}
.mypage-top .sec-expo .links a.link-btn:after {
  content: '';
  display: block;
  width: 11px;
  height: 19px;
  background: url(../img/icon-right-red.png) 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  right: 21px;
  top: calc(50% - 7px);
}
.mypage-top .sec-expo .links a.link-btn {
  transition: background-color .3s, color .3s;
}
.mypage-top .sec-expo .links a.link-btn:hover {
  background-color: #cc0000;
  color: #FFF;
}
.mypage-top .sec-expo .links a.link-btn:hover:after {
  background-image: url(../img/icon-right-white.png);
}
.mypage-top .sec-apply {
  padding-bottom: 88px;
}
@media only screen and (max-width: 750px) {
  .mypage-top .sec-apply {
    padding-bottom: 15%;
  }
}
.mypage-top .sec-apply .links {
  display: flex;
  justify-content: center;
  gap: 32px;
  width: 100%;
}
@media only screen and (max-width: 750px) {
  .mypage-top .sec-apply .links {
    display: block;
  }
}
.mypage-top .sec-apply .links li {
  width: 100%;
}
.mypage-top .sec-apply .links li + li {
  margin-left: 32px;
}
@media only screen and (max-width: 750px) {
  .mypage-top .sec-apply .links li + li {
    margin-left: 0;
    margin-top: 10%;
  }
}
.mypage-top .sec-apply .links a {
  display: block;
}
.mypage-top .sec-apply .links a.tpl-link-btn {
  background-color: #fff;
  text-align: center;
  border-radius: 20px;
  width: 250px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-repeat: no-repeat;
  background-size: auto 27px;
  background-position: 45%;
  font-size: 0;
}
@media only screen and (max-width: 750px) {
  .mypage-top .sec-apply .links a.tpl-link-btn {
    width: 86.53333vw;
    height: 26.66667vw;
    margin: 0 auto;
  }
}
.mypage-top .sec-apply .links a.tpl-link-btn:after {
  content: '';
  display: block;
  width: 11px;
  height: 19px;
  background: url(../img/icon-right-red.png) 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  right: 21px;
  top: calc(50% - 7px);
}
.mypage-top .sec-apply .links a.holding {
  background-image: url(../img/logo-holding-full.png);
}
.mypage-top .sec-apply .links a.post {
  background-image: url(../img/logo-post-full.png);
}
.mypage-top .sec-apply .links a.yucho {
  background-image: url(../img/logo-yucho-full.png);
}
.mypage-top .sec-apply .links a.yucho:after {
  background: url(../img/icon-right-green.png) 0 0 no-repeat;
}
.mypage-top .sec-apply .links a.kanpo {
  background-image: url(../img/logo-kanpo-full.png);
  background-size: 150px;
}
.mypage-top .sec-apply .links a.kanpo:after {
  background: url(../img/icon-right-blue.png) 0 0 no-repeat;
}
.mypage-top .sec-apply .links a.tpl-link-btn {
  transition: background-color .3s, color .3s;
}
.mypage-top .sec-apply .links a.tpl-link-btn:hover {
  background-color: #cc0000;
  color: #FFF;
}
.mypage-top .sec-apply .links a.tpl-link-btn:hover:after {
  background-image: url(../img/icon-right-white.png);
}
.mypage-top .sec-apply .links a.tpl-link-btn.holding:hover {
  background-image: url(../img/logo-holding-full_w.png);
}
.mypage-top .sec-apply .links a.tpl-link-btn.post:hover {
  background-image: url(../img/logo-post-full_w.png);
  background-size: 150px;
}
.mypage-top .sec-apply .links a.tpl-link-btn.yucho:hover {
  background-color: #008c38;
  background-image: url(../img/logo-yucho-full_w.png);
}
.mypage-top .sec-apply .links a.tpl-link-btn.kanpo:hover {
  background-color: #004098;
  background-image: url(../img/logo-kanpo-full_w.png);
}
.mypage-top .sec-limited-cont {
  background-color: #ebebeb;
  padding-top: 40px;
  padding-bottom: 236px;
}
@media only screen and (max-width: 750px) {
  .mypage-top .sec-limited-cont {
    padding-top: 8%;
    padding-bottom: 10%;
  }
}
.mypage-top .sec-limited-cont .links {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 750px) {
  .mypage-top .sec-limited-cont .links {
    justify-content: space-between;
  }
}
.mypage-top .sec-limited-cont .links li {
  width: 456px;
  background-color: #FFF;
  border-radius: 16px;
  box-shadow: 0px 10px 12px 0px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 750px) {
  .mypage-top .sec-limited-cont .links li {
    width: 100%;
    border-radius: 20px;
    margin-top: 6%;
  }
  .mypage-top .sec-limited-cont .links li:first-child {
    margin-top: 0;
  }
}
@media screen and (min-width: 751px) {
  .mypage-top .sec-limited-cont .links li:not(:nth-child(2n)) {
    margin-right: 30px;
  }
  .mypage-top .sec-limited-cont .links li:nth-child(n + 3) {
    margin-top: 30px;
  }
}
.mypage-top .sec-limited-cont .links li.txt-only .inner,
.mypage-top .sec-limited-cont .links li.txt-only a {
  height: 100%;
  display: flex;
  align-items: center;
}
.mypage-top .sec-limited-cont .links li figure {
  margin: 0 auto;
  overflow: hidden;
}
.mypage-top .sec-limited-cont .links li figure img {
  transition: 0.5s all;
}
.mypage-top .sec-limited-cont .links li figure img:hover {
  transform: scale(1.1, 1.1);
  transition: 0.5s all;
}
.mypage-top .sec-limited-cont .links a {
  display: block;
}
.mypage-top .sec-limited-cont .links .inner {
  padding: 30px 30px 35px;
}
@media only screen and (max-width: 750px) {
  .mypage-top .sec-limited-cont .links .inner {
    padding: 8% 6%;
    flex: 1;
  }
}
.mypage-top .sec-limited-cont .links figure {
  border-radius: 16px 16px 0 0;
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
  .mypage-top .sec-limited-cont .links figure {
    border-radius: 20px 20px 0 0;
    position: relative;
  }
}
.mypage-top .sec-limited-cont .links .label {
  font-size: 20px;
  margin-bottom: .8em;
}
@media only screen and (max-width: 750px) {
  .mypage-top .sec-limited-cont .links .label {
    font-size: 16px;
  }
}
@media only screen and (max-width: 750px) {
  .mypage-top .sec-limited-cont .links .detail {
    font-size: 13px;
  }
}

/* mail-top
-----------------------------*/
@media only screen and (min-width: 751px) {
  .mail-top .sec-main {
    margin: 120px 0;
  }
}
@media only screen and (max-width: 750px) {
  .mail-top .sec-main {
    margin: 16vw auto 15% auto;
  }
}
.mail-top .sec-main .tpl-inner-wrap {
  position: relative;
}
.mail-top .label {
  font-size: 24px;
  font-weight: 500;
  color: #cc0000;
  margin-bottom: 24px;
}
@media only screen and (max-width: 750px) {
  .mail-top .label {
    font-size: 18px;
    margin-bottom: 6%;
  }
}
.mail-top .info-txt {
  position: absolute;
  right: 0;
  top: .5em;
  color: #cc0000;
}
@media only screen and (max-width: 750px) {
  .mail-top .info-txt {
    right: 7%;
    top: .3em;
    font-size: 13px;
  }
}
.mail-top .info-txt a {
  color: #cc0000;
}
.mail-top .info-txt a:after {
  content: '';
  width: 9px;
  height: 9px;
  border-right: 3px solid #cc0000;
  border-bottom: 3px solid #cc0000;
  transform: rotate(-45deg);
  display: inline-block;
  margin-left: 10px;
}
@media only screen and (max-width: 750px) {
  .mail-top .info-txt a:after {
    width: 6px;
    height: 6px;
    border-width: 2px;
    margin-left: 5px;
  }
}
.mail-top .mail-box {
  background-color: #FFF;
  border-radius: 14px;
  box-shadow: 0px 10px 12px 0px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 750px) {
  .mail-top .mail-box {
    border-radius: 20px;
  }
}
.mail-top .mail-box .inner {
  padding: 35px;
}
@media only screen and (max-width: 750px) {
  .mail-top .mail-box .inner {
    padding: 8%;
  }
}
.mail-top .mail-box .item {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px dotted #999999;
}
.mail-top .mail-box .item a {
  display: flex;
  align-items: center;
  position: relative;
  transition: opacity .3s;
}
@media only screen and (max-width: 750px) {
  .mail-top .mail-box .item a {
    display: block;
  }
}
.mail-top .mail-box .item a:before {
  line-height: 1;
  position: absolute;
  left: .5em;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  padding: 5px 15px 7px;
  color: #FFF;
}
@media only screen and (max-width: 750px) {
  .mail-top .mail-box .item a:before {
    top: 0;
    left: 0;
    transform: translateY(0);
    padding: 3px 10px 5px;
    font-size: 10px;
  }
}
@media screen and (min-width: 751px) {
  .mail-top .mail-box .item a:hover {
    opacity: .8;
  }
}
.mail-top .mail-box .item.read a:before {
  content: '既読';
  background-color: #004098;
}
.mail-top .mail-box .item.unread a:before {
  content: '未読';
  background-color: #cc0000;
}
.mail-top .mail-box .item .date {
  font-weight: bold;
  padding-left: 6em;
  margin-right: 1.5em;
}
@media only screen and (max-width: 750px) {
  .mail-top .mail-box .item .date {
    font-size: 10px;
    padding-left: 5em;
    margin-bottom: .5em;
  }
}
.mail-top .mail-box .item .detail {
  flex: 1;
  line-height: 1.5;
}
@media only screen and (max-width: 750px) {
  .mail-top .mail-box .item .detail {
    font-size: 12px;
  }
}
.mail-top .mail-box .mail-head {
  display: flex;
  align-items: center;
  border-bottom: 1px dotted #999;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
@media only screen and (max-width: 750px) {
  .mail-top .mail-box .mail-head {
    display: block;
  }
}
.mail-top .mail-box .mail-head .date {
  font-weight: bold;
  margin-right: 1.5em;
  line-height: 1;
}
@media only screen and (max-width: 750px) {
  .mail-top .mail-box .mail-head .date {
    font-size: 12px;
  }
}
.mail-top .mail-box .mail-head .mail-title {
  flex: 1;
  line-height: 1.4;
}
@media only screen and (max-width: 750px) {
  .mail-top .mail-box .mail-head .mail-title {
    font-size: 12px;
    margin-top: .5em;
  }
}
.mail-top .mail-box .mail-body p + p {
  margin-top: 1em;
}
.mail-top .mail-box + .btn {
  margin: auto;
  margin-top: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 230px;
  height: 46px;
  border-radius: 290486px;
  background-color: #cc0000;
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.2);
  transition: opacity 0.3s;
  color: #FFF;
  transition: opacity 0.3s;
  position: relative;
}
.mail-top .mail-box + .btn::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  top: 0;
  right: 20px;
  margin: auto;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #FFF;
}
@media only screen and (max-width: 750px) {
  .mail-top .mail-box + .btn {
    width: 53.33333vw;
    height: 10.66667vw;
    font-size: 3.2vw;
  }
  .mail-top .mail-box + .btn::after {
    width: 1.3vw;
    height: 1.3vw;
  }
}
.mail-top .mail-box + .btn:hover {
  opacity: 0.8;
}
.mail-top .pagenation {
  background-color: #cc0000;
  border-radius: 0 0 14px 14px;
  padding: 29px;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .mail-top .pagenation {
    border-radius: 0 0 20px 20px;
    padding: 8%;
  }
}
.mail-top .pagenation .prev,
.mail-top .pagenation .next {
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  color: #FFF;
  font-weight: bold;
  line-height: 1;
}
.mail-top .pagenation .prev {
  left: 25%;
}
@media only screen and (max-width: 750px) {
  .mail-top .pagenation .prev {
    left: 5%;
  }
}
.mail-top .pagenation .next {
  right: 25%;
}
@media only screen and (max-width: 750px) {
  .mail-top .pagenation .next {
    right: 5%;
  }
}
.mail-top .pagenation .num {
  color: #FFF;
  font-weight: bold;
}

/* online
-----------------------------*/
.online .section {
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .online .section {
    padding-top: 4vw;
  }
}
@media only screen and (max-width: 750px) {
  .online .section .tpl-inner-wrap {
    padding: 0;
  }
}
.online .sec-ttl {
  color: #cc0000;
  font-size: 36px;
  margin-bottom: 38px;
  margin-top: 80px;
}
@media only screen and (max-width: 750px) {
  .online .sec-ttl {
    font-size: 5.06667vw;
    margin: 8vw 0 3.33333vw 0;
  }
}
.online .sec-ttl span {
  font-size: 28px;
}
@media only screen and (max-width: 750px) {
  .online .sec-ttl span {
    font-size: 5.06667vw;
  }
}
.online .sec-kv {
  margin-top: 40px;
  margin-bottom: 80px;
}
@media screen and (max-width: 750px) {
  .online .sec-kv {
    margin-top: 6.4vw;
    margin-bottom: 6.4vw;
  }
}
.online .sec-kv .tpl-inner-wrap {
  border-radius: 20px;
  overflow: hidden;
  overflow: visible;
  position: relative;
}
@media screen and (max-width: 750px) {
  .online .sec-kv .tpl-inner-wrap {
    border-radius: 0;
    padding: 0;
  }
}
.online .sec-kv .tpl-inner-wrap .kv.is--synchronize {
  text-align: right;
  margin: auto;
  margin-right: 0;
  width: 750px;
}
.online .sec-kv .tpl-inner-wrap .kv.is--synchronize img {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .online .sec-kv .tpl-inner-wrap .kv.is--synchronize {
    width: 100%;
  }
}
.online .sec-kv .tpl-inner-wrap .kv-ttl {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .online .sec-kv .tpl-inner-wrap .kv-ttl {
    position: static;
    top: 0;
    margin-left: 2rem;
    margin-top: -1.5rem;
  }
}
.online .sec-kv .tpl-inner-wrap .kv-ttl h2 {
  font-size: 30px;
  color: #fff;
  position: absolute;
  top: 79px;
  left: 45px;
}
@media screen and (max-width: 750px) {
  .online .sec-kv .tpl-inner-wrap .kv-ttl h2 {
    font-size: 5.33333vw;
    position: static;
    line-height: 1;
  }
}
.online .sec-kv .tpl-inner-wrap .kv-ttl h2 span {
  font-size: 29px;
  display: inline-block;
  background-color: #c7002f;
  color: #fff;
  line-height: 2;
  padding: 0 0.5rem;
}
@media screen and (max-width: 750px) {
  .online .sec-kv .tpl-inner-wrap .kv-ttl h2 span {
    font-size: 5.33333vw;
    padding: 0;
    line-height: 1.8;
    padding: 0 1rem;
  }
}
.online .sec-mv {
  padding-bottom: 100px;
}
@media only screen and (max-width: 750px) {
  .online .sec-mv {
    padding-bottom: 15%;
  }
}
.online .sec-mv .tpl-inner-wrap {
  width: 800px;
}
@media only screen and (max-width: 750px) {
  .online .sec-mv .tpl-inner-wrap {
    width: 100%;
  }
}
.online .sec-mv .read {
  margin-bottom: 4em;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .online .sec-mv .read {
    margin-bottom: 2.5em;
  }
}
.online .sec-mv .mv-head {
  width: 640px;
  margin: auto;
}
@media only screen and (max-width: 750px) {
  .online .sec-mv .mv-head {
    width: 100%;
  }
}
.online .sec-mv .mv-head .mv {
  display: block;
  position: relative;
  margin-bottom: 3em;
  background-color: #fff;
  transition: opacity 0.3s;
}
.online .sec-mv .mv-head .mv:hover {
  opacity: 0.9;
}
.online .sec-mv .mv-head .mv:before {
  content: "";
  display: block;
  width: 82px;
  height: 82px;
  background: url(../online/online-mv-icon.png) 0 0 no-repeat; /* MPにてpath修正（変えてしまったため） */
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 750px) {
  .online .sec-mv .mv-head .mv:before {
    width: 62px;
    height: 62px;
  }
}
.online .sec-mv,
.online .sec-point {
  background-color: #fff;
  background: none;
  padding-bottom: 148px;
}
@media only screen and (max-width: 750px) {
  .online .sec-mv,
  .online .sec-point {
    padding-bottom: 15%;
  }
}
.online .sec-mv .tpl-inner-wrap,
.online .sec-point .tpl-inner-wrap {
  width: 800px;
}
@media only screen and (max-width: 750px) {
  .online .sec-mv .tpl-inner-wrap,
  .online .sec-point .tpl-inner-wrap {
    width: 100%;
  }
}
.online .sec-mv .point-title,
.online .sec-point .point-title {
  color: #cc0000;
  text-align: center;
  font-size: 32px;
  margin-bottom: 3em;
}
@media only screen and (max-width: 750px) {
  .online .sec-mv .point-title,
  .online .sec-point .point-title {
    font-size: 21px;
    margin-bottom: 2em;
  }
}
.online .sec-mv .item,
.online .sec-point .item {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  .online .sec-mv .item,
  .online .sec-point .item {
    display: block;
  }
}
.online .sec-mv .item:nth-child(2n),
.online .sec-point .item:nth-child(2n) {
  flex-flow: row-reverse;
}
.online .sec-mv .item + .item,
.online .sec-point .item + .item {
  margin-top: 74px;
}
@media only screen and (max-width: 750px) {
  .online .sec-mv .item + .item,
  .online .sec-point .item + .item {
    margin-top: 12%;
  }
}
.online .sec-mv .item figure,
.online .sec-point .item figure {
  width: 381px;
  border-radius: 20px;
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
  .online .sec-mv .item figure,
  .online .sec-point .item figure {
    width: 100%;
    margin-bottom: 1.5em;
  }
}
.online .sec-mv .item .txt,
.online .sec-point .item .txt {
  width: calc(100% - 391px - 40px);
}
@media only screen and (max-width: 750px) {
  .online .sec-mv .item .txt,
  .online .sec-point .item .txt {
    width: 100%;
  }
}
.online .sec-mv .item .label,
.online .sec-point .item .label {
  color: #cc0000;
  font-size: 16px;
}
@media only screen and (max-width: 750px) {
  .online .sec-mv .item .label,
  .online .sec-point .item .label {
    font-size: 14px;
  }
}
.online .sec-mv .item .lead,
.online .sec-point .item .lead {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 1em;
}
@media only screen and (max-width: 750px) {
  .online .sec-mv .item .lead,
  .online .sec-point .item .lead {
    font-size: 18px;
  }
}
.online .sec-mv .point-title {
  color: #c7002f;
  font-size: 32px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 750px) {
  .online .sec-mv .point-title {
    font-size: 5.06667vw;
    margin-bottom: 10.66667vw;
  }
}
.online .caution {
  margin-top: 1.5em;
  font-size: 80%;
}
.online .btn {
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 50px;
  border-radius: 290486px;
  background-color: #fff;
  border: 2px solid #cc0000;
  transition: opacity 0.3s;
  color: #cc0000;
  transition: opacity 0.3s;
  margin-top: 7em;
}
.online .btn:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 750px) {
  .online .btn {
    font-size: 3.73333vw;
    margin-top: 13.33333vw;
    width: 53.33333vw;
    height: 10.66667vw;
  }
}

/*# sourceMappingURL=style.css.map */
