@charset "UTF-8";
/* CSS Document consent*/
/*================================PC&Tablet================================*/
@media(max-width:1440px) and (min-width: 768px) {
  body {
    max-width: 1440px;
    height: auto;
  }
  #wrapper {
    max-width: 1440px;
    margin: 0 auto;
  }
  /*===================

container

====================*/
  .container {
    max-width: 700px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    -webkit-box-shadow: 2px 2px 25px 0px rgba(16, 16, 65, 0.2);
    -moz-box-shadow: 2px 2px 25px 0px rgba(16, 16, 65, 0.2);
    box-shadow: 2px 2px 25px 0px rgba(16, 16, 65, 0.2);
    border-radius: 10px;
    padding-top: 20px;
    overflow: hidden;
  }
  h2 {
    text-align: center;
    padding-bottom: 20px;
  }
  /*input form*/
  .leftContainer {
    display: none;
  }
  .rightContainer {
    max-width: 640px;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .entry {
    max-width: 640px;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .entry .form {
    max-width: 627px;
    width: 100%;
    height: 48px;
    padding-left: 10px;
  }
  ::placeholder {
    color: #ccc;
    font-size: 1.3em;
    margin-left: 10px;
  }
  /*checkbox*/
  #checkboxSection {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 1.3em;
  }
  label {
    font-size: 15px;
  }
  /*sign in button*/
  .bt_submit {
    background-color: #000066;
    width: 100%;
    height: 48px;
    color: #ffffff;
    border-radius: 10px;
    -webkit-box-shadow: 2px 2px 8px 0px rgba(16, 16, 65, 0.5);
    -moz-box-shadow: 2px 2px 8px 0px rgba(16, 16, 65, 0.5);
    box-shadow: 2px 2px 8px 0px rgba(16, 16, 65, 0.5);
    transition: 0.5s;
  }
  /*text link*/
  .forgot {
    padding: 15px 0 5px;
    text-align: center;
  }
  .su {
    padding: 5px 0 15px;
    text-align: center;
  }
  /*===================

divider

====================*/
  .divider {
    position: relative;
    display: inline-block;
    padding: 10px 0 0 0;
    width: 100%;
    margin: 0 auto;
  }
  .divider h3 {
    text-align: center;
    padding-bottom: 10px;
  }
  .divider h3:before {
    position: absolute;
    left: 30px;
    top: 23px;
    content: "";
    background: url("../img/line_bar.png") repeat-x;
    background-size: contain;
    display: inline-block;
    width: 180px;
    height: 1px;
    vertical-align: middle;
  }
  .divider h3:after {
    position: absolute;
    right: 30px;
    top: 23px;
    content: "";
    background: url("../img/line_bar.png") repeat-x;
    background-size: contain;
    display: inline-block;
    width: 180px;
    height: 1px;
    vertical-align: middle;
  }
  /*===================

SNS

====================*/
  .SNS {
    width: 640px;
    margin: 0 auto;
    padding-bottom: 30px;
  }
  .SNS ul {
    height: auto;
    margin: 0 auto;
  }
  .SNS ul li {
    display: inline-block;
    width: 315px;
    height: 48px;
    margin: 5px 0;
    -webkit-box-shadow: 2px 2px 8px 0px rgba(16, 16, 65, 0.3);
    -moz-box-shadow: 2px 2px 8px 0px rgba(16, 16, 65, 0.3);
    box-shadow: 2px 2px 8px 0px rgba(16, 16, 65, 0.3);
    border-radius: 5px;
    border: none;
  }
  .SNS li button {
    width: 315px;
    height: 48px;
    border-radius: 5px;
    text-align: center;
    padding-left: 30px;
  }
  .SNS button img {
    width: 30px;
    height: 30px;
    padding-right: 10px;
  }
  /*niconico*/
  #niconico {
    position: relative;
    margin-right: 5px;
  }
  #niconico button {
    background-color: #ffffff;
    color: #555555;
    border: 1px solid #ababab;
  }
  #niconico :before {
    position: absolute;
    left: 1px;
    top: 1px;
    content: "";
    background: url("../img/niconico_icon.png") no-repeat;
    background-size: contain;
    display: inline-block;
    width: 46px;
    height: 46px;
    vertical-align: middle;
    margin: 0 10px 0px 0;
  }
  /*twitter*/
  #twitter {
    position: relative;
  }
  #twitter button {
    background-color: #1da1f2;
    color: #ffffff;
    border: none;
  }
  #twitter :before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background: url("../img/twitter_icon.png") no-repeat;
    background-size: contain;
    display: inline-block;
    width: 48px;
    height: 48px;
    vertical-align: middle;
    margin: 0 10px 0px 0;
  }
  /*line*/
  #line {
    position: relative;
    margin-right: 4px;
  }
  #line button {
    background-color: #00b900;
    color: #ffffff;
    border: none;
  }
  #line :before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background: url("../img/line_icon.png") no-repeat;
    background-size: contain;
    display: inline-block;
    width: 48px;
    height: 48px;
    vertical-align: middle;
    margin: 0 10px 0px 0;
  }
  /*facebook*/
  #facebook {
    position: relative;
  }
  #facebook button {
    background-color: #1877f2;
    color: #ffffff;
    border: none;
  }
  #facebook :before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background: url("../img/facebook_icon.png") no-repeat;
    background-size: contain;
    display: inline-block;
    width: 48px;
    height: 48px;
    vertical-align: middle;
    margin: 0 10px 0px 0;
  }
  /*google*/
  #google {
    position: relative;
    margin-right: 5px;
  }
  #google button {
    background-color: #ffffff;
    color: #555555;
    border: 1px solid #ababab;
  }
  #google :before {
    position: absolute;
    left: 1px;
    top: 1px;
    content: "";
    background: url("../img/google_icon.png") no-repeat;
    background-size: contain;
    display: inline-block;
    width: 46px;
    height: 46px;
    vertical-align: middle;
    margin: 0 10px 0px 0;
  }
  /*wechat*/
  #wechat {
    position: relative;
  }
  #wechat button {
    background-color: #2dc100;
    color: #ffffff;
    border: none;
  }
  #wechat :before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background: url("../img/wechat_icon.png") no-repeat;
    background-size: contain;
    display: inline-block;
    width: 48px;
    height: 48px;
    vertical-align: middle;
    margin: 0 10px 0px 0;
  }
  /*other1*/
  #other1 {
    position: relative;
    margin-right: 5px;
  }
  #other1 button {
    background-color: #ffffff;
    color: #555555;
    border: 1px solid #ababab;
  }
  #other1 :before {
    position: absolute;
    left: 2px;
    top: 2px;
    content: "";
    background-size: contain;
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin: 0 10px 0px 0;
  }
  /*other2*/
  #other2 {
    position: relative;
  }
  #other2 button {
    background-color: #ffffff;
    color: #555555;
    border: 1px solid #ababab;
  }
  #other2 :before {
    position: absolute;
    left: 2px;
    top: 2px;
    content: "";
    background-size: contain;
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin: 0 10px 0px 0;
  }
  /*===================

footer

====================*/
  footer {
    margin-top: 30px;
    width: 100%;
    height: auto;
    background-color: #000066;
  }
  footer ul {
    padding-top: 25px;
  }
  .footer_inner {
    width: 768px;
    height: auto;
    margin: 0 auto;
  }
  .footer_inner {
    text-align: center;
    padding-bottom: 25px;
  }
  .footer_list li {
    display: inline-block;
    color: #ffffff;
    text-align: center;
  }
  .footer_copyright p {
    color: #ffffff;
    text-align: center;
    padding-top: 30px;
    font-size: 1.3em;
  }
  /*=====================mypage=====================*/
  .m_container {
    max-width: 700px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    -webkit-box-shadow: 2px 2px 25px 0px rgba(16, 16, 65, 0.2);
    -moz-box-shadow: 2px 2px 25px 0px rgba(16, 16, 65, 0.2);
    box-shadow: 2px 2px 25px 0px rgba(16, 16, 65, 0.2);
    border-radius: 10px;
    overflow: hidden;
  }
  .m_container_inner {
    max-width: 700px;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .m_container_inner h2 {
    text-align: left;
    background-color: #000066;
    color: #ffffff;
    padding: 15px 0 15px 20px;
    margin-bottom: 5px;
    position: relative;
    font-size: 20px;
  }
  .f_login {
    max-width: 700px;
    margin: 0px auto 15px;
  }
  .f_login dl {
    border_bottom: 1px solid #dadada;
    padding-bottom: 0px;
  }
  .f_login dt {
    float: left;
    padding: 5px 10px;
    background: #dadada;
    border-radius: 5px;
    margin-right: 10px;
    font-size: 15px;
  }
  .f_login dd {
    padding: 5px 0 5px 30px;
    font-size: 15px;
  }
  .edit dl {
    position: relative;
    max-width: 700PX;
    margin: 0 auto;
    display: block;
  }
  .edit dl:nth-child(n+6) {
    height: 50px;
  }
  .edit dl:after {
    background: url("../img/arrow_small.png") no-repeat;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    background-size: contain;
    display: inline-block;
    width: 10px;
    height: 16px;
    vertical-align: middle;
  }
  .edit dt {
    width: 700PX;
    height: auto;
    margin: 0 auto;
    vertical-align: middle;
    font-size: 15px;
    padding-left: 20px;
    color: #555555;
    font-weight: bold;
  }
  .edit dd {
    max-width: 630PX;
    height: auto;
    font-size: 13px;
    overflow-wrap: break-word;
    vertical-align: middle;
  }
  .edit dd:last-child {
    border-bottom: none;
  }
  .cancel dl::after {
    background: none;
  }
  /*メール受信同意＆退会手続き*/
  .ma dt {
    padding: 20px 0 20px;
  }
  .ma dd {
    padding: 0;
  }
}
/*=====================/mypage=====================*/
/*================================SP================================*/
@media(max-width:767px) {
  body {
    max-width: 767px;
    height: auto;
  }
  #wrapper {
    max-width: 767px;
    margin: 0 auto;
  }
  /*===================

header

====================*/
  header {
    width: 90%;
    height: auto;
  }
  h1 {
    width: 180px;
    height: auto;
    margin: 0 auto;
  }
  header h1 img {
    width: 180px;
    height: auto;
    padding: 15px 0;
  }
  /*===================

container

====================*/
  .container {
    width: 96%;
    height: auto;
    margin: 0 auto;
    -webkit-box-shadow: 2px 2px 25px 0px rgba(16, 16, 65, 0.2);
    -moz-box-shadow: 2px 2px 25px 0px rgba(16, 16, 65, 0.2);
    box-shadow: 2px 2px 25px 0px rgba(16, 16, 65, 0.2);
    border-radius: 10px;
    padding-top: 20px;
    overflow: hidden;
  }
  h2 {
    text-align: center;
    font-size: 1.8em;
    padding-bottom: 9px;
  }
  /*input form*/
  .leftContainer {
    display: none;
  }
  .rightContainer {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .entry {
    width: 96%;
    height: auto;
    margin: 0 auto;
  }
  .entry .form {
    width: 96%;
    height: 30px;
    border-radius: 5px;
    margin: 0 auto 10px auto;
  }
  ::placeholder {
    color: #ccc;
    font-size: 1.3em;
    margin-left: 10px;
  }
  /*checkbox*/
  #checkboxSection {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 1.3em;
  }
  .stay {
    margin: 15px auto 10px auto;
    text-align: center;
  }
  label {
    font-size: 1em;
  }
  /*sign in button*/
  .bt_submit {
    background-color: #000066;
    margin: 0 auto;
    width: 100%;
    height: 40px;
    color: #ffffff;
    font-size: 1.6em;
    -webkit-box-shadow: 2px 2px 8px 0px rgba(16, 16, 65, 0.5);
    -moz-box-shadow: 2px 2px 8px 0px rgba(16, 16, 65, 0.5);
    box-shadow: 2px 2px 8px 0px rgba(16, 16, 65, 0.5);
    border-radius: 5px;
    transition: 0.5s;
  }
  /*text link*/
  .forgot {
    padding: 15px 0 5px;
    text-align: center;
  }
  .su {
    padding: 5px 0 15px;
    text-align: center;
  }
  .link_text {
    font-size: 1em;
  }
  /*===================

divider

====================*/
  .divider {
    position: relative;
    display: inline-block;
    padding: 5px 0 0 0;
    width: 100%;
    margin: 0 auto;
  }
  .divider h3 {
    text-align: center;
    font-size: 1.5em;
    padding-bottom: 10px;
  }
  .divider h3:before {
    position: absolute;
    left: 9%;
    top: 18px;
    content: "";
    background: url("../img/line_bar.png") repeat-x;
    background-size: contain;
    display: inline-block;
    width: 50px;
    height: 1px;
    vertical-align: middle;
  }
  .divider h3:after {
    position: absolute;
    right: 9%;
    top: 18px;
    content: "";
    background: url("../img/line_bar.png") repeat-x;
    background-size: contain;
    display: inline-block;
    width: 50px;
    height: 1px;
    vertical-align: middle;
  }
  /*===================

SNS

====================*/
  .SNS {
    width: 100%;
    padding: 0 auto 20px 0;
    margin: 0 auto;
    padding-bottom: 15px;
  }
  .SNS ul {
    width: 96%;
    height: auto;
    margin: 0 auto;
  }
  .SNS ul li {
    display: inline-block;
    width: 48.7%;
    height: 30px;
    font-size: 9px;
    margin: 4px 0;
    -webkit-box-shadow: 2px 2px 8px 0px rgba(16, 16, 65, 0.3);
    -moz-box-shadow: 2px 2px 8px 0px rgba(16, 16, 65, 0.3);
    box-shadow: 2px 2px 8px 0px rgba(16, 16, 65, 0.3);
    border-radius: 5px;
    border: none;
  }
  .SNS li button {
    width: 100%;
    height: 30px;
    border-radius: 5px;
    text-align: center;
    padding-left: 30px;
    font-size: 9px;
  }
  .SNS button img {
    width: 30px;
    height: 30px;
    padding-right: 5px;
  }
  /*niconico*/
  #niconico {
    position: relative;
    margin-right: 1.6%;
  }
  #niconico button {
    background-color: #ffffff;
    color: #555555;
    border: 1px solid #ababab;
  }
  #niconico :before {
    position: absolute;
    left: 1px;
    top: 1px;
    content: "";
    background: url("../img/niconico_icon.png") no-repeat;
    background-size: contain;
    display: inline-block;
    width: 28px;
    height: 28px;
    vertical-align: middle;
    margin: 0 10px 0px 0;
  }
  /*twitter*/
  #twitter {
    position: relative;
  }
  #twitter button {
    background-color: #1da1f2;
    color: #ffffff;
    border: none;
  }
  #twitter :before {
    position: absolute;
    left: 0px;
    top: 0px;
    content: "";
    background: url("../img/twitter_icon.png") no-repeat;
    background-size: contain;
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin: 0 10px 0px 0;
  }
  /*line*/
  #line {
    position: relative;
    margin-right: 1.6%;
  }
  #line button {
    background-color: #00b900;
    color: #ffffff;
    border: none;
  }
  #line :before {
    position: absolute;
    left: 0px;
    top: 0px;
    content: "";
    background: url("../img/line_icon.png") no-repeat;
    background-size: contain;
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin: 0 10px 0px 0;
  }
  /*facebook*/
  #facebook {
    position: relative;
  }
  #facebook button {
    background-color: #1877f2;
    color: #ffffff;
  }
  #facebook :before {
    position: absolute;
    left: 1px;
    top: 1px;
    content: "";
    background: url("../img/facebook_icon.png") no-repeat;
    background-size: contain;
    display: inline-block;
    width: 28px;
    height: 28px;
    vertical-align: middle;
    margin: 0 10px 0px 0;
  }
  /*google*/
  #google {
    position: relative;
    margin-right: 1.6%;
  }
  #google button {
    background-color: #ffffff;
    color: #555555;
    border: 1px solid #ababab;
  }
  #google :before {
    position: absolute;
    left: 1px;
    top: 1px;
    content: "";
    background: url("../img/google_icon.png") no-repeat;
    background-size: contain;
    display: inline-block;
    width: 28px;
    height: 28px;
    vertical-align: middle;
    margin: 0 10px 0px 0;
  }
  /*wechat*/
  #wechat {
    position: relative;
  }
  #wechat button {
    background-color: #2dc100;
    color: #ffffff;
    border: none;
  }
  #wechat :before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background: url("../img/wechat_icon.png") no-repeat;
    background-size: contain;
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin: 0 10px 0px 0;
  }
  /*other*/
  #other1 {
    position: relative;
    margin-right: 1.6%;
  }
  #other1 button {
    background-color: #ffffff;
    color: #555555;
    border: 1px solid #ababab;
  }
  #other1 :before {
    position: absolute;
    left: 2px;
    top: 2px;
    content: "";
    background-size: contain;
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin: 0 10px 0px 0;
  }
  /*other2*/
  #other2 {
    position: relative;
  }
  #other2 button {
    background-color: #ffffff;
    color: #555555;
    border: 1px solid #ababab;
  }
  #other2 :before {
    position: absolute;
    left: 2px;
    top: 2px;
    content: "";
    background-size: contain;
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin: 0 10px 0px 0;
  }
  /*===================

footer

====================*/
  footer {
    margin-top: 25px;
    width: 100%;
    height: auto;
    background-color: #000066;
  }
  footer ul {
    padding-top: 20px;
  }
  .footer_inner {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .footer_inner {
    text-align: center;
    padding-bottom: 20px;
  }
  .footer_list li {
    display: inline-block;
    color: #ffffff;
    text-align: center;
  }
  .footer_nav li:last-child {
    padding-right: 0;
  }
  .footer_copyright p {
    color: #ffffff;
    text-align: center;
    padding-top: 15px;
    font-size: 1.3em;
  }
  /*=====================mypage=====================*/
  .m_container {
    width: 90%;
    height: auto;
    margin: 0 auto;
    -webkit-box-shadow: 2px 2px 25px 0px rgba(16, 16, 65, 0.2);
    -moz-box-shadow: 2px 2px 25px 0px rgba(16, 16, 65, 0.2);
    box-shadow: 2px 2px 25px 0px rgba(16, 16, 65, 0.2);
    border-radius: 10px;
    overflow: hidden;
  }
  .m_container_inner {
    max-width: 700px;
    width: 100%;
    height: auto;
    margin: 0 auto;
	padding-bottom: 20px;
  }
  .m_container_header {
    margin: 0 auto;
    background-color: #000066;
  }
  .m_container_inner h2 {
    text-align: left;
    width: 92%;
    margin: 0 auto;
    color: #ffffff;
    padding: 15px 0;
    position: relative;
    font-size: 18px;
  }
  /*===================

inquiry

====================*/
  .inquiry_box {
    width: 90%;
    height: auto;
    margin: 20px auto;
    font-size: 13px;
  }
  .inqury_box p {
    width: 100%;
    padding-top: 30px;
    font-size: 15px;
    margin: 0 auto;
  }
  .inquiry_button {
    width: 90%;
    line-height: 36px;
    text-align: center;
    margin: 10px auto;
    padding: 0px;
    background: #9d9dff;
    text-decoration: none;
    border-radius: 5px;
  }
  .inquiry_button a {
    width: 90%;
    height: 36px;
    text-align: center;
    margin: 10px auto;
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
  }
  /*===================

faq

====================*/
  .sp_br {
    display: block;
  }
  .faq {
    width: 92%;
    height: auto;
    margin: 10px auto;
  }
  .faq ul li {
    font-size: 15px;
    text-align: center;
    background: #ebebff;
    color: #000066;
    padding: 5px 10px;
    margin: 15px 0;
    border: 2px solid #000066;
    border-radius: 8px;
    -webkit-box-shadow: 2px 2px 8px 0px rgba(16, 16, 65, 0.3);
    -moz-box-shadow: 2px 2px 8px 0px rgba(16, 16, 65, 0.3);
    box-shadow: 2px 2px 8px 0px rgba(16, 16, 65, 0.3);
  }
  .faq ul li:hover {
    box-shadow: none;
    background-color: #f3f3ff;
    transition: 0.5s;
  }
  .faq h4 {
    font-size: 18px;
    padding: 10px 0;
  }
  .faq_inner {
    width: 100%;
    height: auto;
    margin: 10px auto;
    font-size: 14px;
  }
  .faq_inner dl {
    padding: 15px 0;
    border-top: 1px solid #dadada;
  }
  .faq_inner dt {
    position: relative;
    padding-right: 35px;
  }
  .faq_inner .plus::after {
    background: url("../img/plus_icon.png") no-repeat;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    background-size: contain;
    display: inline-block;
    width: 10px;
    height: 16px;
    vertical-align: middle;
  }
  .faq_inner .minus::after {
    background: url("../img/minus_icon.png") no-repeat;
    position: absolute;
    right: 0px;
    top: 70%;
    transform: translateY(-50%);
    content: "";
    background-size: contain;
    display: inline-block;
    width: 10px;
    height: 16px;
    vertical-align: middle;
  }
  .faq_inner dd {
    padding: 10px;
    margin-top: 15px;
    background-color: #ebebff;
    border-radius: 8px;
  }
  span.question {
    font-weight: bold;
    font-size: 15px;
    color: #000066;
    padding-right: 10px;
  }
  /*===================

article

====================*/
  .article {
    width: 92%;
    margin: 0 auto;
  }
  .article1 {
    padding: 10px 0;
  }
  .article h3 {
    font-size: 16px;
    padding: 5px 0;
  }
  .article p {
    font-size: 12px;
    line-height: 2em;
  }
  .article p a {
    text-decoration: none;
    width: 92%;
  }
  .effective_date {
    padding: 4% 0;
  }
  /*=====================/mypage=====================*/
}