@charset "UTF-8";
/* CSS Document */
/*ボタンのcolor*/
/*ボタンの文字*/
/*ボタンのhover背景*/
/* CSS Document */
.n_r {
  border: 1px solid #E83817;
  background-color: #fffdfd;
}

.n_s {
  border: 1px solid #961f01;
}

.ope_btn {
  display: block;
  letter-spacing: 2px;
  font-weight: 500;
  background: #961f01;
  color: #fff;
  margin: 0 auto;
  transition: color 0.6s ease, background 0.6s ease;
}
@media screen and (min-width: 1367px) {
  .ope_btn {
    font-size: 15px;
    width: 250px;
    height: 50px;
    border-radius: 5px;
    border: 2px solid #961f01;
  }
  .ope_btn:hover {
    border: 2px solid #961f01;
    background: #fff;
    color: #961f01;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  .ope_btn {
    width: 175px;
    height: 38px;
    font-size: 11px;
    border-radius: 3px;
    border: 1px solid #961f01;
  }
  .ope_btn:hover {
    border: 1px solid #961f01;
    background: #fff;
    color: #961f01;
  }
}
@media screen and (max-width: 930px) {
  .ope_btn {
    font-size: 14px;
    width: 250px;
    height: 50px;
    border-radius: 3px;
    border: 1px solid #961f01;
  }
}
@media screen and (min-width: 1367px) {
  .ope_btn + form {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  .ope_btn + form {
    margin-top: 15px;
  }
}
@media screen and (max-width: 930px) {
  .ope_btn + form {
    margin-top: 20px;
  }
}

.notice {
  margin: 0 auto 25px;
}
@media screen and (min-width: 1367px) {
  .notice {
    width: 900px;
    padding: 10px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  .notice {
    width: 630px;
    padding: 7px;
  }
}
@media screen and (max-width: 930px) {
  .notice {
    width: 100%;
    padding: 7px;
  }
}
.notice .notice_title, .notice .notice_title2 {
  font-weight: 500;
  letter-spacing: 1px;
  text-align: left;
}
@media screen and (min-width: 1367px) {
  .notice .notice_title, .notice .notice_title2 {
    font-size: 15px;
    padding: 5px 10px 5px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  .notice .notice_title, .notice .notice_title2 {
    font-size: 11px;
    padding: 3px 10px 3px;
  }
}
@media screen and (max-width: 930px) {
  .notice .notice_title, .notice .notice_title2 {
    font-size: 13px;
    padding: 3px 10px 3px;
  }
}
.notice .notice_title {
  color: #961f01;
  border-bottom: 2px solid #961f01;
}
.notice .notice_title2 {
  color: #E83817;
  border-bottom: 2px solid #E83817;
}
.notice .notice_title2 img {
  vertical-align: middle;
}
@media screen and (min-width: 1367px) {
  .notice .notice_title2 img {
    width: 25px;
    margin: -6px 10px 0 0;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  .notice .notice_title2 img {
    width: 18px;
    margin: -4px 7px 0 0;
  }
}
@media screen and (max-width: 930px) {
  .notice .notice_title2 img {
    width: 20px;
    margin: -2px 10px 0 0;
  }
}
@media screen and (min-width: 1367px) {
  .notice .notice_comment {
    text-align: center;
    font-size: 14px;
    margin: 15px auto;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  .notice .notice_comment {
    text-align: center;
    font-size: 10px;
    margin: 10px auto;
  }
}
@media screen and (max-width: 930px) {
  .notice .notice_comment {
    width: 95%;
    margin: 10px auto;
    text-align: center;
    font-size: 13px;
  }
}
.notice .notice_comment p {
  margin: 0;
  padding: 0;
  text-align: left;
  display: inline-block;
  line-height: 1.8;
}

.login_frame, .forgot_frame {
  min-height: 100vh;
}

.flex_box {
  display: flex;
}
.flex_box .menu { /*左側のmenu*/
  background: #fff;
}
@media screen and (min-width: 931px) {
  .flex_box .menu {
    min-height: 100vh;
    display: block !important;
    border-right: 2px solid #dadada;
  }
}
@media screen and (min-width: 1367px) {
  .flex_box .menu {
    min-width: 370px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  .flex_box .menu {
    min-width: 265px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 930px) {
  .flex_box .menu {
    display: none;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 10000;
    height: 100%;
    background-color: #fff;
  }
}
@media screen and (min-width: 1367px) {
  .flex_box .menu .menu_div_title {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-top: 20px;
    color: #1d1963;
    border-bottom: 2px solid #5f5f5f;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  .flex_box .menu .menu_div_title {
    display: flex;
    align-items: center;
    padding: 7px 15px;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-top: 20px;
    color: #1d1963;
    border-bottom: 2px solid #5f5f5f;
  }
}
@media screen and (max-width: 930px) {
  .flex_box .menu .menu_div_title {
    display: none;
  }
}
.flex_box .menu .menu_div_title .menu_icon {
  position: relative;
}
@media screen and (min-width: 1367px) {
  .flex_box .menu .menu_div_title .menu_icon {
    width: 20px;
    height: 18px;
    margin-right: 5px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  .flex_box .menu .menu_div_title .menu_icon {
    width: 15px;
    height: 14px;
    margin-right: 5px;
  }
}
@media screen and (max-width: 930px) {
  .flex_box .menu .menu_div_title .menu_icon {
    display: none;
  }
}
.flex_box .menu .menu_div_title .menu_icon .bor_1, .flex_box .menu .menu_div_title .menu_icon .bor_2, .flex_box .menu .menu_div_title .menu_icon .bor_3 {
  border-top: 2px solid #1d1963;
}
@media screen and (min-width: 1367px) {
  .flex_box .menu .menu_div_title .menu_icon .bor_1, .flex_box .menu .menu_div_title .menu_icon .bor_2, .flex_box .menu .menu_div_title .menu_icon .bor_3 {
    width: 20px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  .flex_box .menu .menu_div_title .menu_icon .bor_1, .flex_box .menu .menu_div_title .menu_icon .bor_2, .flex_box .menu .menu_div_title .menu_icon .bor_3 {
    width: 15px;
  }
}
.flex_box .menu .menu_div_title .menu_icon .bor_1 {
  position: absolute;
  top: 0px;
}
.flex_box .menu .menu_div_title .menu_icon .bor_2 {
  position: absolute;
}
@media screen and (min-width: 1367px) {
  .flex_box .menu .menu_div_title .menu_icon .bor_2 {
    top: 8px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  .flex_box .menu .menu_div_title .menu_icon .bor_2 {
    top: 6px;
  }
}
.flex_box .menu .menu_div_title .menu_icon .bor_3 {
  position: absolute;
  bottom: 0px;
}
.flex_box .menu .btn_menu { /*form button*/
  display: block;
  text-align: left;
  border-radius: 0;
  font-weight: 500;
  border-top: 0px solid;
  border-right: 0px solid;
  border-left: 0px solid;
  background-color: transparent;
  letter-spacing: 1px;
  color: #000;
}
@media screen and (min-width: 931px) {
  .flex_box .menu .btn_menu {
    background-image: url("../img/side_menu.png");
    background-repeat: no-repeat;
    background-position: 92% 50%;
  }
}
@media screen and (min-width: 1367px) {
  .flex_box .menu .btn_menu {
    width: 368px;
    padding: 15px 50px 15px 20px;
    position: relative;
    font-size: 15px;
    background-size: 15px;
    transition: color 0.4s ease, background-color 0.4s ease;
  }
  .flex_box .menu .btn_menu:hover {
    background-color: #961f01;
    color: #fff;
    background-image: url("../img/side_menu_w.png");
    background-repeat: no-repeat;
    background-position: 92% 50%;
    background-size: 15px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  .flex_box .menu .btn_menu {
    width: 263px;
    padding: 10px 35px 10px 15px;
    position: relative;
    font-size: 10px;
    background-size: 10px;
    transition: color 0.4s ease, background-color 0.4s ease;
  }
  .flex_box .menu .btn_menu:hover {
    background-color: #961f01;
    color: #fff;
    background-image: url("../img/side_menu_w.png");
    background-repeat: no-repeat;
    background-position: 92% 50%;
    background-size: 10px;
  }
}
@media screen and (max-width: 930px) {
  .flex_box .menu .btn_menu {
    width: 100%;
    padding: 20px;
    font-size: 15px;
    border-bottom: 1px solid #961f01;
  }
}
.flex_box .menu .btn_menu_a { /*aタグ*/
  display: block;
  text-decoration: none;
  text-align: left;
  border-radius: 0;
  font-weight: 500;
  border-top: 0px solid;
  border-right: 0px solid;
  border-left: 0px solid;
  background-color: transparent;
  letter-spacing: 1px;
  color: #000;
}
@media screen and (min-width: 931px) {
  .flex_box .menu .btn_menu_a {
    background-image: url("../img/side_menu.png");
    background-repeat: no-repeat;
    background-position: 92% 50%;
  }
}
@media screen and (min-width: 1367px) {
  .flex_box .menu .btn_menu_a {
    width: 368px;
    padding: 15px 50px 15px 20px;
    position: relative;
    font-size: 15px;
    background-size: 15px;
    transition: color 0.4s ease, background-color 0.4s ease;
  }
  .flex_box .menu .btn_menu_a:hover {
    background-color: #961f01;
    color: #fff;
    background-image: url("../img/side_menu_w.png");
    background-repeat: no-repeat;
    background-position: 92% 50%;
    background-size: 15px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  .flex_box .menu .btn_menu_a {
    width: 263px;
    padding: 10px 35px 10px 15px;
    position: relative;
    font-size: 10px;
    background-size: 10px;
    transition: color 0.4s ease, background-color 0.4s ease;
  }
  .flex_box .menu .btn_menu_a:hover {
    background-color: #961f01;
    color: #fff;
    background-image: url("../img/side_menu_w.png");
    background-repeat: no-repeat;
    background-position: 92% 50%;
    background-size: 10px;
  }
}
@media screen and (max-width: 930px) {
  .flex_box .menu .btn_menu_a {
    width: 100%;
    padding: 20px;
    font-size: 15px;
    border-bottom: 1px solid #961f01;
  }
}
@media screen and (max-width: 930px) {
  .flex_box #trigger {
    position: absolute;
    right: 10px;
    top: -50px;
    height: 50px;
    width: 50px;
    background: rgba(22, 22, 22, 0.8);
    border-radius: 50%;
    border: 0px solid #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 5000;
  }
  .flex_box #trigger span {
    transition: all 0.4s;
    display: block;
    width: 30px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
  }
  .flex_box #trigger span + span {
    margin-top: 5px;
  }
  .flex_box #trigger.open span {
    transition: all 0.4s;
  }
  .flex_box #trigger.open span:nth-child(2) {
    display: none;
  }
  .flex_box #trigger.open span:nth-child(1) {
    transform: rotate(-45deg);
    margin: 0 0 -2px 0;
  }
  .flex_box #trigger.open span:nth-child(3) {
    transform: rotate(45deg);
    margin: 0px 0 0 0;
  }
}
@media screen and (min-width: 931px) {
  .flex_box .sp {
    display: none !important;
  }
}
@media screen and (max-width: 930px) {
  .flex_box .sp {
    display: inherit;
  }
}
@media screen and (min-width: 1367px) {
  .flex_box .Browse {
    width: calc(100% - 370px);
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  .flex_box .Browse {
    width: calc(100% - 265px);
    padding-bottom: 18px;
  }
}
@media screen and (max-width: 930px) {
  .flex_box .Browse {
    width: 95%;
    margin: 0 auto;
    padding-bottom: 25px;
  }
}
.flex_box .Browse .personal_info { /*個人情報の表示*/
  color: #000;
}
@media screen and (min-width: 1367px) {
  .flex_box .Browse .personal_info {
    width: 98%;
    padding: 10px 0px 0px;
    margin: 0 auto 25px;
    border-bottom: 2px solid #961f01;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  .flex_box .Browse .personal_info {
    width: 98%;
    padding: 7px 0px 0px;
    margin: 0 auto 18px;
    border-bottom: 2px solid #961f01;
  }
}
@media screen and (max-width: 930px) {
  .flex_box .Browse .personal_info {
    width: 100%;
    margin: 10px auto 15px;
    padding: 0 5px;
    border-bottom: 2px solid #961f01;
  }
}
@media screen and (max-width: 930px) {
  .flex_box .Browse .personal_info .om img {
    display: none;
  }
}
.flex_box .Browse .personal_info .info_box {
  display: flex;
}
@media screen and (max-width: 930px) {
  .flex_box .Browse .personal_info .info_box {
    width: 100%;
  }
}
.flex_box .Browse .personal_info .info_box .info_box_theme {
  display: flex;
  border-top: 1px solid #fff;
}
@media screen and (min-width: 1367px) {
  .flex_box .Browse .personal_info .info_box .info_box_theme {
    padding: 3px 0px 3px 15px;
    background-color: #fff;
    color: #1d1963;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  .flex_box .Browse .personal_info .info_box .info_box_theme {
    padding: 2px 0px 2px 10px;
    background-color: #fff;
    color: #1d1963;
  }
}
@media screen and (max-width: 930px) {
  .flex_box .Browse .personal_info .info_box .info_box_theme {
    padding: 2px;
  }
}
.flex_box .Browse .personal_info .info_box .info_box_theme .yobi {
  font-weight: 500;
  text-align: left;
}
@media screen and (min-width: 1367px) {
  .flex_box .Browse .personal_info .info_box .info_box_theme .yobi {
    width: 150px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  .flex_box .Browse .personal_info .info_box .info_box_theme .yobi {
    width: 105px;
    font-size: 10px;
  }
}
@media screen and (max-width: 930px) {
  .flex_box .Browse .personal_info .info_box .info_box_theme .yobi {
    display: none;
  }
}
@media screen and (min-width: 1367px) {
  .flex_box .Browse .personal_info .info_box .info_box_theme img {
    display: none;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  .flex_box .Browse .personal_info .info_box .info_box_theme img {
    display: none;
  }
}
@media screen and (max-width: 930px) {
  .flex_box .Browse .personal_info .info_box .info_box_theme img {
    width: 20px;
    height: 20px;
    margin-right: 3px;
  }
}
.flex_box .Browse .personal_info .info_box:first-of-type > .info_box_theme {
  border-top-width: 0px;
}
.flex_box .Browse .personal_info .sanka_data {
  border-top: 1px solid #fff;
  display: flex;
}
@media screen and (min-width: 1367px) {
  .flex_box .Browse .personal_info .sanka_data {
    font-size: 15px;
    padding: 3px 0px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  .flex_box .Browse .personal_info .sanka_data {
    font-size: 11px;
    padding: 2px 0px;
  }
}
@media screen and (max-width: 930px) {
  .flex_box .Browse .personal_info .sanka_data {
    font-size: 12px;
    padding: 3px 0px;
    border-top: 0px solid;
  }
}
.flex_box .Browse .personal_info .sanka_data > span {
  margin: 0;
  padding: 0;
}
.flex_box .Browse .personal_info .sanka_data > p {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 930px) {
  .flex_box .Browse .personal_info .sanka_data > p br {
    display: none;
  }
}
.flex_box .Browse .personal_info .info_box:first-of-type > .sanka_data {
  border-top-width: 0px;
}

.cancel_text {
  text-decoration: line-through;
}

@media screen and (min-width: 1367px) {
  .triangle {
    /*1色パターン：border-rightだけに色指定*/
    position: absolute;
    border-top: 15px solid transparent;
    border-right: 10px solid #90cc66;
    right: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  .triangle {
    position: absolute;
    border-top: 10px solid transparent;
    border-right: 7px solid #90cc66;
    right: 0;
    bottom: 0;
  }
}

#loader {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #40A813;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
  -webkit-animation: fadeOut 5s;
          animation: fadeOut 5s;
  opacity: 0.3;
}

.sk-circle {
  margin: 40vh auto;
  width: 150px;
  height: 150px;
  position: relative;
}

.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-circle .sk-child:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
  transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
  transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
  transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
  transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
  transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
  transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
  transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
  transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
  transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
  transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
  transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}