@charset "UTF-8";
/* CSS Document consent*/
/*===================

wrapper

====================*/
#wrapper {
  background-color: #ffffff;
  width: 100%;
}
ol li {
  font-size: 12px;
  line-height: 2em;
  padding-left: 2em;
  padding-bottom: 5px;
  padding-top: 5px;
  text-indent: -2em;
}
.article_list_sm li {
  padding-left: 5em;
  text-indent: -2.6em;
}
/*====================

floating button

====================*/
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 77%;
  z-index: 1000;
}
#page-top img {
  width: 30px;
  height: auto;
  opacity: 0.8;
}
#page-top a {
  background-color: rgba(83, 83, 127, 0.9);
  text-decoration: none;
  color: #fff;
  padding: 18px 12px;
  text-align: center;
  display: block;
  border-radius: 5px;
}
#page-top a:hover {
  text-decoration: none;
  background-color: rgba(83, 83, 127);
}
/*===================

loading

====================*/
@-moz-keyframes loading {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loading {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#loading {
  width: 100vw;
  height: 100vh;
  background-color: #f6f7f8;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
#loading-main:after, #loading-main:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  margin-left: -50%;
  position: absolute;
  top: 40%;
  left: 50%;
  border-radius: 110%;
}
#loading-main {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 45%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 105;
}
#loading-main:after {
  -moz-animation: loading 0.75s linear infinite;
  -webkit-animation: loading 0.75s linear infinite;
  animation: loading 0.75s linear infinite;
  border: 4px solid transparent;
  border-top-color: #000066;
}
#loading-main:before {
  border: 4px solid rgba(51, 51, 51, 0.15);
}
/*===================

header

====================*/
header {
  position: relative;
  width: 700px;
  height: auto;
  margin: 0 auto;
}
h1 {
  width: 220px;
  height: auto;
  margin: 0 auto;
}
header h1 img {
  width: 220px;
  height: auto;
  padding: 25px 0;
}
/*===================

container

====================*/
.container {
  width: 700px;
  background-color: #ffffff;
  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;
}
.faq ul li a {
  text-decoration: none;
  color: #000066;
  display: block;
}
h2 {
  text-align: center;
  font-weight: normal;
  font-size: 2.4em;
  padding-bottom: 20px;
}
.sp_br {
  display: none;
}
/*faq*/
/*input_form*/
.leftContainer {
  display: none;
}
.rightContainer {
  width: 640px;
  height: auto;
  margin: 0 auto;
}
.entry {
  width: 640px;
  height: auto;
  margin: 0 auto;
}
.entry .form {
  display: block;
  width: 620px;
  height: 48px;
  font-size: 1.3em;
  padding-left: 10px;
  border-radius: 5px;
  border: 2px solid #dadada;
  margin: 0 auto 15px auto;
}
.password_form {
  margin-bottom: 0;
}
input[type="email, password"]:focus {
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  box-shadow: 0 0 7px #009cff;
  border: 1px solid #009cff;
  border-radius: 20px;
}
/*text link*/
.forgot {
  padding: 15px 0 5px;
  text-align: center;
}
.forgot a {
  padding: 15px 0 5px;
  text-align: center;
  color: #0098ce;
}
.forgot a:hover {
  opacity: 0.7;
  transition: .3s;
}
.su {
  padding: 5px 0 15px;
  text-align: center;
}
.su a {
  padding: 5px 0 15px;
  text-align: center;
  color: #0098ce;
}
.su a:hover {
  opacity: 0.7;
  transition: .3s;
}
.link_text {
  font-size: 1.3em;
}
/*===================

divider

====================*/
.divider {
  position: relative;
  display: inline-block;
  padding: 10px 0 0 0;
  width: 100%;
  margin: 0 auto;
}
.divider h3 {
  text-align: center;
  font-weight: normal;
  font-size: 1.8em;
  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;
}
/*===================

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_nav li {
  display: inline-block;
  color: #ffffff;
  text-align: center;
  line-height: 1.6em;
}
.footer_nav li:first-child {
  padding-right: 10px;
}
.footer_nav li + li {
  border-left: 1px solid #ffffff;
  padding: 0 10px;
  line-height: 1em;
}
.footer_nav li a {
  color: #ffffff;
  text-decoration: none;
  position: relative;
  display: inline-block;
  transition: .3s;
}
.footer_nav li a::after {
  position: absolute;
  bottom: -5px;
  left: 50%;
  content: '';
  width: 0;
  height: 1px;
  background-color: #9a9ace;
  transition: .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.footer_nav li a:hover {
  color: #9a9ace;
}
.footer_nav li a:hover::after {
  color: #9a9ace;
  transition: 0.5s;
  width: 100%;
}
.footer_nav li:last-child {
  padding-right: 0;
}
.footer_copyright p {
  color: #ffffff;
  text-align: center;
  padding-top: 30px;
  font-size: 1.3em;
}
/*=====================common.END=====================*/
/*=====================mypage=====================*/
/*===================

m_container

====================*/
.m_container {
  width: 700px;
  background-color: #ffffff;
  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 {
  width: 700px;
  padding-bottom: 10px;
}
.m_container_inner h2 {
  text-align: left;
  background-color: #000066;
  color: #ffffff;
  padding: 15px 0 15px 20px;
  position: relative;
  font-size: 20px;
}
/*===================

faq

====================*/
.faq {
  width: 660px;
  height: auto;
  margin: 10px auto;
}
.faq ul li {
  font-size: 18px;
  text-align: center;
  background: #ebebff;
  color: #000066;
  padding: 5px 0;
  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: #f9f9ff;
  transition: 0.5s;
}
.faq h4 {
  font-size: 18px;
  padding: 10px 0;
}
.faq_inner {
  width: 660px;
  height: auto;
  margin: 10px auto;
  font-size: 14px;
}
.faq_inner dl {
  padding: 15px 0;
  border-top: 1px solid #dadada;
  cursor: pointer;
}
.faq_inner dt {
  position: relative;
  padding-right: 30px;
}
/*
.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;
}
*/
dt {
  padding: 10px 50px 10px 10px;
  border-radius: 10px;
  position: relative;
}
dd {
  padding: 20px;
  border-radius: 10px;
  margin-top: 10px;
}
.Arrow::before, span::after {
  content: '';
  display: block;
  width: 15px;
  height: 3px;
  border-radius: 5px;
  background: blue;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.Arrow::after {
  background: red;
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}
.Arrow::before, span::after {
  content: '';
  display: block;
  width: 15px;
  height: 2px;
  border-radius: 5px;
  background: #ababab;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.Arrow::after {
  background: #ababab;
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}
.active::after {
  transform: rotate(0);
  transition: 0.5s;
}
.active::after {
  transform: rotate(0);
  transition: 0.5s;
}
.faq_inner dd {
  padding: 10px;
  margin-top: 15px;
  background-color: #ebebff;
  border-radius: 8px;
}
/**/
span.q_hd {
  font-weight: bold;
  font-size: 15px;
  color: #000066;
  padding-right: 10px;
}
.answer {
  display: none;
}
div a {
  text-decoration: none;
  color: #555;
}
/*===================

inquiry

====================*/
.inquiry_box {
  width: 660px;
  height: auto;
  margin: 20px auto;
  font-size: 13px;
}
.inqury_box p {
  padding-top: 30px;
  font-size: 15px;
}
.inquiry_button {
  width: 300px;
  line-height: 36px;
  text-align: center;
  margin: 10px auto;
  padding: 0px 0 0;
  background: #acacef;
  text-decoration: none;
  border-radius: 5px;
  -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);
}
.inquiry_button:hover {
  opacity: 0.8;
  transition: .5s;
  box-shadow: none;
}
.inquiry_button a {
  width: 300px;
  height: 36px;
  text-align: center;
  display: block;
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
}
/*===================

article

====================*/
.article {
  width: 660px;
  height: auto;
  margin: 10px auto;
  text-decoration: none;
  overflow-wrap: break-word;
}
.article1 {
  padding: 10px 0;
}
.article h3 {
  font-size: 18px;
  padding: 15px 0;
}
.h_sp {
  margin-top: 10px;
}
.article p {
  font-size: 13px;
  line-height: 2em;
}
.effective_date {
  padding: 10px 0;
}
/*===================

最終ログイン

====================*/
.f_login {
  width: 660px;
  margin: 5px auto;
}
.f_login dl {
  border_bottom: 1px solid #dadada;
  padding: 10px 0 10px 0;
}
.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;
  width: 700PX;
  margin: 0px auto;
  display: block;
  border-top: 1px solid #dadada;
}
.edit dl:hover {
  background-color: #f3f3ff;
  transition: 0.5s;
}
.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;
}
.cancel dl::after {
  background: none;
}
.edit dt {
  width: 660px;
  height: auto;
  margin: 0 auto;
  vertical-align: middle;
  font-size: 15px;
  padding: 10px 0 0px 0;
  color: #555555;
  font-weight: bold;
}
.edit_link a {
  text-decoration: none;
  color: #555555;
}
.edit span.uneditable {
  padding-left: 20px;
  color: #a5a5a5;
  font-size: 13px;
  font-weight: normal;
}
.uneditable {
  color: #a5a5a5;
}
.edit .unregistered {
  color: #ff0000;
  background: none;
}
.edit .disagree {
  color: #ff0000;
}
.edit dd {
  width: 630PX;
  height: auto;
  font-size: 13px;
  text-align: left;
  overflow-wrap: break-word;
  vertical-align: middle;
  padding: 0 0 10px 20px;
}
.edit dl:nth-child(4)::after {
  background: none;
}
.edit dd:last-child {
  border-bottom: none;
  vertical-align: middle;
}
/*利用中のソーシャルログイン*/
.SNS_small_icon li {
  display: inline-block;
}
.SNS_small_icon li img {
  width: 30px;
  height: 30px;
  margin: 2px 5px 5px 0;
}
/*ID連携済みのサービス一覧*/
.connected_ID ul li {
  list-style-position: inside;
  list-style-image: url("../img/check_icon.png");
}
.connected_ID ul li.unregistered {
  list-style-position: inside;
  list-style-image: none;
}
/*メール受信同意＆退会手続き*/
/*
.ma dt {
  padding:0;
}
.ma dd {
  padding: 0;
}*/
/*signout_button*/
.signout_button {
  width: 700px;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0;
  border-top: 1px solid #dadada;
}
.signOut {
  width: 200px;
  height: 38px;
  border-radius: 10px;
  border: 2px solid #000066;
  color: #000066;
  font-size: 1.6em;
  background-color: #ffffff;
  -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);
  margin: 0 auto;
  position: relative;
}
.signOut {
  font-size: 18px;
  text-align: center;
}
.signOut:hover {
  box-shadow: none;
  background-color: #f3f3ff;
  transition: 0.5s;
}
/*=====================mypage.END=====================*/