﻿@charset "utf-8";
/* CSS Document */
html, body {
  word-wrap: break-word;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif !important;
}
html {
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
}
img {
  max-width: 100%;
}
input[type="text"], input[type="password"], textarea, select {
  outline: none;
}
input[type=submit] {
  cursor: pointer;
}
p.right-text {
  text-align: right !important;
  margin: 20px 0 0 0;
}
#kv {
  width: 100%;
  height: 250px;
  margin: 100px 0 -60px 0;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 0 20px #CCC;
}
#kv.top {
  background: url("../img/top-mv.jpg");
  background-size: cover;
}
#kv.mypage-top {
  background: url("../img/mypage-top-mv.jpg");
  background-size: cover;
}
#kv h1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 40px;
  color: #FFF;
  font-weight: bold;
  font-size: 28px;
  text-shadow: 0 0 12px #000;

  letter-spacing: 2px;
}
.loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -15px;
  z-index: 99999;
}
.anime {
  max-width: 350px;
}
nav {
  background: #FFF;
  overflow: hidden;
  clear: both;
}
ul#gnav {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}
ul#gnav li:first-child a {
  padding-left: 0;
}
ul#gnav li a {
  padding: 15px 0;
  float: left;
  color: #333;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  margin-right: 30px;
}
ul#gnav li a.active {
  border-bottom: 3px solid #0080C0 !important;
}
ul#gnav li a:after {
  content: ">";
  margin-left: 10px;
  font-family: Arial, Helvetica, sans-serif !important;
}
ul#gnav li a:hover {
  opacity: 0.7;
}
@media only screen and (max-width:736px) {
  #kv {
    margin-top: 60px;
    margin-bottom: -45px;
    height: 150px;
  }
  #kv h1 {
    font-size: 20px;
  }
  ul#gnav {
    padding: 0;
  }
  ul#gnav li a {
    width: 38%;
    display: block;
    padding: 10px 0;
    font-size: 12px;
    text-align: center;
    border-right: 1px solid #CCC;
    margin: 0;
  }
  ul#gnav li:last-child a {
    border: none;
    width: 23.6%;
  }
  ul#gnav li a:after {
    display: none;
  }
}
#header ul#menu {
  position: absolute;
  margin: 0;
  top: 20px;
  right: 0;
}
#header ul#menu li {
  float: left;
}
#header ul#menu li a {
  color: #FFF;
}
#header ul#menu li button {
  background: none;
  color: #FFF;
  border: none;
  font-size: 14px;
}
#header h1#logo {
  width: 200px;
  float: left;
  margin: 0 !important;
  padding: 0 !important;
}
h1.title {
  font-size: 24px;
  color: #FFF;
  text-align: center;
  font-weight: bold;
}
h1.title + p {
  text-align: center;
  margin: 20px 0;
  color: #FFF;
  font-size: 14px;
}
@media only screen and (max-width:736px) {
  #header ul#menu {
    position: absolute;
    margin: 0;
    top: 10px;
    right: 15px;
  }
  #header ul#menu li button {
    font-size: 11px;
  }
  h1.title {
    font-size: 18px;
  }
  h1.title + p {
    font-size: 12px;
  }
  #header ul#menu li {
    float: left;
    margin-left: 20px;
  }
  #header ul#menu li img {
    width: 22px;
  }
  #header h1 {
    width: 150px;
  }
}
#header h1 img {
  width: 100%;
}
#header ul#menu li {
  position: relative;
}
#header ul#menu li div.btn1, #header ul#menu li div.btn2 {
  position: relative;
  cursor: pointer;
}
#header ul#menu li div.btn1 span {
  position: absolute;
  top: 0;
  right: 0;
  background: #C30;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 11px;
  color: #FFF;
  padding: 2px;
  width: 17px;
  height: 17px;
  line-height: 17px;
  text-align: center;
  vertical-align: middle;
  border-radius: 17px;
}
.btn-text {
  position: absolute;
  right: 50px;
  top: 70px;
  background: #FFF;
  padding: 20px;
  box-shadow: 0 0 20px #AAA;
  z-index: 999;
  display: none;
  max-width: 200px;
}
.btn-text h2 {
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}
.btn-text ul li {
  font-size: 13px;
  border-bottom: 1px solid #CCC;
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin: 0 0 10px 0 !important;
  padding: 0 0 10px 0 !important;
  color: #333;
  float: none !important;
}
.btn-text ul li i {
  background: #EEE;
  font-size: 11px;
  padding: 3px;
}
.btn-text ul li p {
  margin: 5px 0 0 0;
}
.btn-text p.all {
  text-align: right;
  font-size: 12px;
}
.btn-text p.all a {
  color: #F6891E
}
.btn-text p.all:after {
  content: ">";
  font-family: Arial, Helvetica, sans-serif !important;
  margin-left: 5px;
  color: #F6891E;
}
ul.face-wrap {
  float: none !important;
  background: #111;
  position: absolute;
  width: 150px;
  top: 35px;
  display: none;
}
@media only screen and (max-width:736px) {
  .btn-text {
    position: absolute;
    right: 15px;
    top: 43px;
  }
  ul.face-wrap {
    right: 0;
  }
  #header ul#menu {
    margin-right: 0;
  }
}
ul.face-wrap li {
  float: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
ul.face-wrap li a {
  color: #FFF;
  font-size: 14px;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif !important;
  border-bottom: 1px solid #999;
  display: block;
  padding: 10px;
  transition: all 0.3s ease-in-out;
}
ul.face-wrap li a:hover {
  opacity: 0.7;
}
ul.face-wrap li:last-child a {
  border-bottom: none;
}
#wrapper p {
  text-align: left;
  font-size: 14px;
}
.login-wrap {
  width: 500px;
  box-sizing: border-box;
  padding: 50px 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.login-wrap[type=text] {
  width: 100%;
}
.register-wrap {
  max-width: 980px;
  margin: 0 auto;
}
.register-wrap h1 {
  text-align: center;
  margin-bottom: 40px;
}
.register-wrap h1 span {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 2px solid #0071bc;
}
@media only screen and (max-width:768px) {
  #wrapper p {
    font-size: 13px;
  }
}
h1#logo {
  text-align: center;
  font-size: 22px;
  margin: 25px auto;
  font-weight: bold;
}
h1#logo span {
  font-size: 60%;
}
h1#logo img {
  max-width: 40%;
  display: block;
  margin-bottom: 20px;
}
p.forgetpassword {
  text-align: center;
  font-size: 80%;
}
p.forgetpassword a {
  color: #0071bc;
  text-decoration: underline;
}
@media only screen and (max-width:736px) {
  h1#logo {
    width: auto;
    margin: 0 auto;
  }
  .login-wrap {
    width: auto;
    height: 90vh;
    padding: 25px;
    margin: 5vh auto;
    position: static;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
/*=============================================*/
input {
  box-sizing: border-box;
}
input.username, input.password {
  width: 100%;
  margin: 15px 0 0 0;
  border-radius: 10px;
  border: none;
  font-size: 16px;
  padding: 7px 15px;
  background: #FFF;
  border: 1px solid #DDD
}
@media only screen and (max-width:736px) {
  input.username, input.password {
    font-size: 14px;
  }
}
input.mail {
  width: 100%;
  margin: 5px 0 0 0;
  border-radius: 10px;
  border: none;
  font-size: 13px;
  padding: 7px 10px;
}
input.newpassword {
  width: 100%;
  margin: 5px 0 10px 0;
  border-radius: 10px;
  border: none;
  font-size: 13px;
  padding: 7px 10px;
}
input.login {
  background: #002759;
  color: #FFF;
  text-align: center;
  box-sizing: border-box;
  border: none;
  border-radius: 10px;
  width: 100%;
  margin: 25px auto 15px auto;
  padding: 15px 0;
  display: block;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 3px;
}
p.register {
  margin: 20px 0 0 0;
}
p.register a {
  border: 2px solid #0071bc;
  color: #0071bc;
  text-align: center;
  box-sizing: border-box;
  border-radius: 10px;
  width: 100%;
  margin: 10px auto 15px auto;
  padding: 15px 0;
  display: block;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 3px;
}
@media only screen and (max-width:736px) {
  input.login, p.register a {
    width: 75%;
    font-size: 16px;
    padding: 10px 0;
  }
}
input.confirm {
  background: #FEB008;
  color: #FFF;
  text-align: center;
  box-shadow: 0 3px 0 #D88D2A;
  box-sizing: border-box;
  border: none;
  border-radius: 10px;
  width: 100%;
  margin: 10px 0 0 0;
  padding: 10px 0;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 3px;
  text-shadow: 0 1px 0 #D88D2A;
  margin-bottom: 3px;
}
.error {
  color: #C30;
  font-size: 12px;
  margin: 0 0 10px 0;
}
p.dontknow {
  color: #FFF;
  font-size: 12px;
  margin: 10px 0 0 0;
  letter-spacing: 1px;
  text-align: left;
}
p.dontknow:nth-child(4) {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 10px;
}
p.dontknow:before {
  content: ">";
  font-family: Arial, Helvetica, sans-serif !important;
  margin-right: 5px;
}
p.dontknow a {
  text-decoration: underline;
  color: #FFF;
}
/*===============================ラジオボタン=======================================*/
.radiobtn-wrap {
  margin: 5px 0 0 0;
}
.radiobtn-wrap input {
  display: none;
}
.radiobtn-wrap label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin-left: 10px;
  padding: 10px 20px;
  border-radius: 2px;
  color: #FFF;
  font-size: 12px;
  text-align: center;
  line-height: 1;
  letter-spacing: 1px;
}
.radiobtn-wrap label:before {
  position: absolute;
  content: "";
  top: 50%;
  left: -10px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: #BE1E2D;
  border-radius: 50%;
}
.radiobtn-wrap input[type="checkbox"]:checked + label:after {
  position: absolute;
  content: "";
  top: 50%;
  left: -4px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-radius: 50%;
  background: #FFF;
}
/*===============================チェックボックス=======================================*/
.checkbtn-wrap, .radiobtn-wrap2, .radiobtn-wrap3 {
  margin: 0 0 25px 10px;
}
.checkbtn-wrap input, .radiobtn-wrap2 input, .radiobtn-wrap3 input {
  display: none;
}
.checkbtn-wrap label, .radiobtn-wrap2 label, .radiobtn-wrap3 label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin-left: 10px;
  padding: 0 20px;
  border-radius: 2px;
  color: #333;
  font-size: 12px;
  text-align: center;
  line-height: 1;
  letter-spacing: 1px;
}
.checkbtn-wrap label:before, .radiobtn-wrap2 label:before {
  position: absolute;
  content: "";
  top: 50%;
  left: -10px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: #FFF;
  border-radius: 50%;
  border: 2px solid #feb008;
  box-sizing: border-box;
}
.radiobtn-wrap3 label:before {
  position: absolute;
  content: "";
  top: 50%;
  left: -10px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: #FFF;
  border-radius: 50%;
  border: 2px solid #4285F4;
  box-sizing: border-box;
}
.radiobtn-wrap3 input#ScheduleIsPrivate1[type="radio"] + label:before {
  position: absolute;
  content: "";
  top: 50%;
  left: -10px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: #FFF;
  border-radius: 50%;
  border: 2px solid #666 !important;
  box-sizing: border-box;
}
.radiobtn-wrap3 input[type="radio"]:checked + label:after {
  position: absolute;
  content: "";
  top: 50%;
  left: -4px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-radius: 50%;
  background: #4285F4;
}
.radiobtn-wrap3 input#ScheduleIsPrivate1[type="radio"]:checked + label:after {
  position: absolute;
  content: "";
  top: 50%;
  left: -4px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-radius: 50%;
  background: #666 !important;
}
.checkbtn-wrap input[type="checkbox"]:checked + label:after, .radiobtn-wrap2 input[type="radio"]:checked + label:after {
  position: absolute;
  content: "";
  top: 50%;
  left: -4px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-radius: 50%;
  background: #feb008;
}
/*============================================================*/
input.file {
  background: url(img/icon/plus.png) no-repeat;
  background-size: 15px;
  width: 15px;
  height: 15px;
  border: none;
}
p.error-message {
  font-size: 12px !important;
  background: #BE1E2D;
  color: #FFF;
  margin: 12px 0 10px 0;
  border-radius: 20px;
  padding: 7px 10px;
  box-sizing: border-box;
  position: relative;
  text-align: left;
  font-weight: bold;
}
p.error-message:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 10px solid #BE1E2D;
  position: absolute;
  top: -7px;
  left: 10px;
}
.error-alert {
  border: 2px solid #BE1E2D !important;
  box-sizing: border-box;
}
p.error-message-box {
  width: 100%;
  position: fixed;
  top: 26px;
  left: 0;
  font-size: 12px;
  z-index: 99;
  background: rgba(190, 30, 45, 1);
  color: #FFF;
  padding: 10px 10px;
  box-sizing: border-box;
  text-align: center;
  font-weight: bold;
}
/*=================================================================*/
#contents {
  box-sizing: border-box;
  padding: 150px 15px 50px 15px;
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
h2.title {
  font-size: 24px;
  font-weight: 500;
}
h2.title span {
  font-size: 14px;
  margin-left: 20px;
}
.box {
  margin: 20px 0;
  background: #FFF;
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
}
@media only screen and (max-width:736px) {
  #contents {
    padding: 100px 15px 50px 15px;
  }
  h2.title {
    font-size: 20px;
  }
  h2.title span {
    font-size: 11px;
    display: block;
    margin-left: 0;
  }
  .box {
    margin: 15px 0;
    padding: 15px;
  }
}
.box ul.info-box {
  overflow: hidden;
  clear: both;
}
.box ul.info-box li {
  border-bottom: 1px solid #EEE;
  padding-bottom: 12px;
  margin-bottom: 15px;
  overflow: hidden;
  clear: both;
}
.box ul.info-box li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.box ul.info-box li dl {
  float: left;
  width: 80%;
}
.box ul.info-box li dl dt {
  float: left;
  clear: left;
  width: 10%;
  margin-right: 5%;
  font-size: 14px;
  color: #333;
  background: #EEE;
  text-align: center;
}
.box ul.info-box li dl dd {
  float: left;
  width: 85%;
  font-weight: bold;
  cursor: pointer;
}
.box ul.info-box li dl dd .out-text {
  transition: all 0.3s ease-in-out;
}
.box ul.info-box li dl dd .out-text:hover {
  opacity: 0.7;
}
.box ul.info-box li .time {
  float: right;
  font-size: 13px;
  color: #666;
}
@media only screen and (max-width:736px) {
  .box ul.info-box li dl {
    float: none;
    width: auto;
  }
  .box ul.info-box li dl dt {
    float: none;
    clear: both;
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
    font-size: 12px;
  }
  .box ul.info-box li dl dd {
    float: none;
    width: auto;
    font-size: 14px;
  }
  .box ul.info-box li .time {
    float: none;
    text-align: right;
    font-size: 11px;
    color: #666;
    margin: 10px 0 0 0;
  }
}
.box ul.info-box li .out-text:after {
  content: "＋";
}
.box ul.info-box li .out-text.plus:after {
  content: "－";
}
.box ul.info-box li .in-text {
  margin: 10px 0 0 0;
  display: none;
}
.box ul.info-box li .in-text p {
  font-weight: normal;
  font-size: 15px;
}
@media only screen and (max-width:736px) {
  .box ul.info-box li .in-text p {
    font-size: 13px;
  }
}
/*========================================================================*/
ul.confirm-box {
  margin-bottom: 50px;
}
ul.confirm-box li:before, ul.confirm-box li:after {
  content: "";
  display: block;
  overflow: hidden;
  clear: both;
}
ul.confirm-box li {
  padding: 20px;
  box-sizing: border-box;
  background: #FFF;
  margin: 20px 0 30px 0;
}
ul.confirm-box li dl {
  float: left;
  width: 80%;
}
ul.confirm-box li dl dt {
  float: left;
  width: 20%;
  clear: left;
  text-align: center;
  font-weight: bold;
  margin-right: 5%;
  font-size: 18px;
}
ul.confirm-box li dl dt i {
  color: #666;
  display: block;
  font-size: 12px;
  font-weight: normal;
}
ul.confirm-box li dl dt span {
  display: block;
  font-size: 13px;
  border: 1px solid #999;
  padding: 2.5px 5px;
  box-sizing: border-box;
}
ul.confirm-box li dl dd {
  float: left;
  width: 70%;
}
ul.confirm-box li dl dd h3 {
  font-weight: bold;
  font-size: 18px;
}
ul.confirm-box li dl dd p.map {
  font-size: 14px;
}
ul.confirm-box li dl dd p.map a {
  text-decoration: underline;
  background: url(img/icon-map.png) no-repeat left 50%;
  background-size: 10px;
  padding-left: 20px;
  ;
  transition: all 0.3s ease-in-out
}
ul.confirm-box li dl dd p.map a:hover {
  opacity: 0.7;
}
ul.confirm-box li .btns {
  float: right;
  width: 20%;
}
ul.confirm-box li .btns-one {
  float: right;
  width: 15%;
}
ul.confirm-box li .btns ul li, ul.confirm-box li .btns-one ul li {
  float: left !important;
  padding: 0;
  box-sizing: border-box;
  margin: 0;
  width: 45%;
  text-align: center;
}
ul.confirm-box li .btns-one ul li {
  width: 100% !important;
}
ul.confirm-box li .btns ul li:first-child {
  margin-right: 10%;
}
ul.confirm-box li .btns ul li a, ul.confirm-box li .btns-one ul li a {
  display: block;
  border-radius: 10px;
  color: #FFF;
  font-size: 13px;
  font-weight: bold;
}
ul.confirm-box li .btns ul li.edit a {
  background: url(img/icon-edit.png) no-repeat center 10px #F6891E;
  background-size: 25px;
  padding: 50px 10px 10px 10px;
  transition: all 0.3s ease-in-out;
}
ul.confirm-box li .btns ul li.edit a:hover {
  opacity: 0.7;
}
ul.confirm-box li .btns ul li.printing a {
  background: url(img/icon-print.png) no-repeat center 15px #F6891E;
  background-size: 40px;
  padding: 50px 10px 10px 10px;
  transition: all 0.3s ease-in-out;
}
ul.confirm-box li .btns ul li.printing a:hover {
  opacity: 0.7;
}
ul.confirm-box li .btns-one ul li.download a {
  background: url(img/icon-print.png) no-repeat center 15px #F6891E;
  background-size: 40px;
  padding: 50px 10px 10px 10px;
  transition: all 0.3s ease-in-out;
}
ul.confirm-box li .btns-one ul li.download a:hover {
  opacity: 0.7;
}
p.no-entry {
  margin: 20px 0;
}
@media only screen and (max-width:736px) {
  ul.confirm-box li .btns-one {
    float: none;
    width: auto;
    margin-left: 5%;
  }
  ul.confirm-box li .btns-one ul li.download a {
    background: url(img/icon-print.png) no-repeat 55px 10px #F6891E;
    background-size: 30px;
    padding: 10px 15px 10px 55px;
    transition: all 0.3s ease-in-out;
    margin: 10px 0 0 0;
  }
  ul.confirm-box li {
    padding: 15px;
    margin-bottom: 30px;
    color: #333;
  }
  ul.confirm-box li dl {
    float: none;
    width: auto;
    position: relative;
  }
  ul.confirm-box li dl dt {
    float: none;
    width: auto;
    clear: both;
    margin-right: 0;
    font-size: 16px;
    text-align: left;
    border-bottom: 1px solid #EEE;
  }
  ul.confirm-box li dl dt span {
    margin: 10px 0 0 0;
    display: inline-block;
    float: right;
    position: absolute;
    top: -15px;
    right: -5px;
    padding: 3px;
    font-size: 12px;
  }
  ul.confirm-box li dl dd {
    float: none;
    width: auto;
  }
  ul.confirm-box li .btns {
    float: none;
    width: auto;
    margin: 10px 0 0 0;
  }
  ul.confirm-box li dl dd h3 {
    font-weight: bold;
    font-size: 16px;
    margin: 10px 0;
  }
}
ul.slider {
  margin: 20px 0;
  overflow: hidden;
}
ul.slider li {
  margin: 0 10px;
  padding-bottom: 40px;
}
ul.slider li img {
  width: 100%;
  box-shadow: 0 0 30px #CCC;
}
ul.slick-dots li {
  margin: 0;
}
.situation {
  position: relative;
}
/* 商品に見立てた枠 */
.now {
  position: absolute;
  top: -20px;
  left: -20px;
}
/* ラベル部分 左上に表示 */
.now:before {
  content: "";
  top: 0;
  left: 0;
  border-bottom: 4em solid transparent;
  border-left: 4em solid #CC3300; /* ラベルの色はここで変更 */
  position: absolute;
  z-index: 100;
}
.now:after {
  content: "ご案内中";
  display: block;
  top: 12px;
  transform: rotate(-45deg);
  color: #FFF; /* 文字色はここで変更 */
  white-space: nowrap;
  position: absolute;
  z-index: 101;
  font-size: 13px;
}
/* 商品に見立てた枠 */
.wait {
  position: absolute;
  top: -20px;
  left: -20px;
}
/* ラベル部分 左上に表示 */
.wait:before {
  content: "";
  top: 0;
  left: 0;
  border-bottom: 4em solid transparent;
  border-left: 4em solid #CCC; /* ラベルの色はここで変更 */
  position: absolute;
  z-index: 100;
}
.wait:after {
  content: "案内待ち";
  display: block;
  top: 12px;
  transform: rotate(-45deg);
  color: #FFF; /* 文字色はここで変更 */
  white-space: nowrap;
  position: absolute;
  z-index: 101;
  font-size: 13px;
}
.ml5 {
  margin-left: 5%;
}
@media only screen and (max-width:736px) {
  .ml5 {
    margin-left: 5%;
    margin-top: 5%;
  }
}
.doc-all-wrap {
  border: 2px solid #CCC;
  padding: 20px;
  font-weight: bold;
  margin: 20px 0;
  color: #333;
}
.doc-all-wrap i {
  margin-right: 10px;
  font-size: 80%;
}
.doc-all-wrap dt {
  font-size: 20px !important;
}
.doc-all-wrap dt span {
  font-size: 70%;
}
.doc-all-wrap dd {
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width:736px) {
  .doc-all-wrap dt {
    font-size: 18px !important;
  }
  .doc-all-wrap dd {
    font-size: 16px;
  }
}
p.explain {
  font-size: 14px;
}
@media only screen and (max-width:736px) {
  p.explain {
    font-size: 12px;
  }
}
p.explain img {
  width: 15px;
  margin: 0 3px;
  position: relative;
  top: 2px;
}
.download-wrap {
  margin: 20px 0;
}
.download-wrap h3.date {
  font-size: 30px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}
@media only screen and (max-width:736px) {
  .download-wrap h3.date {
    font-size: 20px;
  }
}
.download-wrap h3.date span {
  font-size: 20px;
}
ul.download-list li {
  overflow: hidden;
  clear: both;
  background: #FFF;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  box-shadow: 0 0 20px #EEE;
  margin-bottom: 20px;
}
@media only screen and (max-width:736px) {
  ul.download-list li {
    display: block;
    position: relative;
  }
}
ul.download-list li:last-child {
  margin-bottom: 40px;
}
ul.download-list li p {
  float: left;
  padding: 13px;
  width: 88%;
  font-weight: bold;
  color: #333;
}
ul.download-list li span {
  background: #0080C0;
  color: #FFF;
  padding: 10px;
  font-family: 'Oswald', sans-serif !important;
  display: block;
  width: 7%;
  text-align: center;
  float: left;
  font-size: 20px;
}
@media only screen and (max-width:736px) {
  ul.download-list li p {
    float: none;
    width: auto;
    font-size: 15px;
  }
  ul.download-list li span {
    float: none;
    width: auto;
    text-align: left;
    font-size: 16px;
  }
}
ul.download-list li .download-no, ul.download-list li .download-ok {
  display: block;
  float: right;
  width: 5%;
  padding: 10px 0 0 0;
  text-align: center;
}
@media only screen and (max-width:736px) {
  ul.download-list li .download-no, ul.download-list li .download-ok {
    position: absolute;
    top: 6px;
    right: 20px;
    padding: 0;
  }
}
ul.download-list li .download-ok img, ul.download-list li .download-no img {
  width: 30px;
}
h3.subtitle {
  background: #F7F7F7;
  padding: 5px 10px;
  font-weight: bold;
  font-size: 18px;
}
@media only screen and (max-width:736px) {
  h3.subtitle {
    font-size: 16px;
  }
}
h3.subtitle + p {
  margin: 15px 10px;
}
.basic-box {
  margin: 20px 0;
  border-bottom: 1px solid #EEE;
  overflow: hidden;
  clear: both;
  padding: 0 10px 20px 10px;
}
.basic-box-one {
  overflow: hidden;
  clear: both;
  margin-bottom: 10px;
}
ul.basic-list {
  overflow: hidden;
  clear: both;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.no-bo {
  border-bottom: none !important;
}
ul.basic-list li {
  width: 45%;
  float: left;
}
@media only screen and (max-width:736px) {
  h3.subtitle + p {
    font-size: 13px;
  }
  ul.basic-list li {
    width: auto;
    float: none;
    overflow: hidden;
    clear: both;
    margin-bottom: 20px;
  }
  ul.basic-list li:nth-child(2) {
    margin-bottom: 0;
  }
}
.basic-box h4 {
  float: left;
  margin-right: 5%;
  width: 15.2%;
  font-weight: bold;
  color: #333;
}
ul.basic-list li h4 {
  margin-right: 5%;
  width: 40%;
}
.basic-box h4 span {
  background: #D11855;
  color: #FFF;
  float: right;
  font-size: 12px;
  border-radius: 3px;
  padding: 3px;
  box-sizing: border-box
}
.basic-box p {
  float: left;
  width: 78%;
  color: #333;
}
ul.basic-list li p {
  margin-right: 5%;
  width: 50%;
}
@media only screen and (max-width:736px) {
  .basic-box h4 {
    float: none;
    margin-right: 0;
    width: auto;
    font-weight: bold;
    color: #333;
    font-size: 13px;
  }
  ul.basic-list li h4 {
    margin-right: 0;
    width: auto;
    ont-size: 13px;
  }
  .basic-box p {
    float: none;
    width: auto;
    color: #333;
    margin: 10px 0 0 0;
    font-size: 13px;
  }
  ul.basic-list li p {
    margin-right: 0;
    width: auto;
  }
}
.basic-box p input {
  border: none;
  border: 1px solid #CCC;
  border-radius: 5px;
  padding: 1px 5px;
  box-sizing: border-box;
  width: 100%;
}
ul.basic-list li:first-child {
  margin-right: 10%;
}
@media only screen and (max-width:736px) {
  ul.basic-list li:first-child {
    margin-right: 0;
  }
  .basic-box p input {
    font-size: 14px;
    padding: 5px;
  }
}
input.short {
  width: 100px !important;
}
table.form-table {
  width: 100%;
  margin: 20px 0;
}
table.form-table th {
  width: 40%;
  font-weight: bold;
  font-size: 16px;
  padding-left: 0 !important;
}
table.form-table th, table.form-table td {
  padding: 10px;
  vertical-align: middle;
}
table.form-table th span {
  background: #D11855;
  color: #FFF;
  float: right;
  font-size: 12px;
  border-radius: 3px;
  padding: 3px
}
table.form-table td input {
  border-radius: 5px;
  border: none;
  border: 1px solid #CCC;
  padding: 5px;
  width: 100%;
  box-sizing: border-box;
}
@media only screen and (max-width:736px) {
  table.form-table th {
    width: auto;
    font-size: 14px;
    padding: 0;
  }
  table.form-table th, table.form-table td {
    display: block;
  }
  table.form-table td {
    padding: 0;
  }
  table.form-table td input {
    margin: 10px 0 20px 0;
  }
}
.submit-wrap input {
  background: #0071bc;
  border-radius: 10px;
  padding: 10px 30px;
  text-align: center;
  border: none;
  font-weight: bold;
  color: #FFF;
  transition: all 0.3s ease-in-out;
}
.submit-wrap input:hover {
  opacity: 0.7;
}
.edit-wrap input {
  background: #F6891E;
  border-radius: 10px;
  padding: 15px 100px;
  margin: 50px auto;
  display: block;
  text-align: center;
  border: none;
  font-weight: bold;
  color: #FFF;
  transition: all 0.3s ease-in-out;
}
.edit-wrap input:hover {
  opacity: 0.7;
}
p.password-btn {
  margin-bottom: 30px;
}
p.password-btn a {
  color: #0080C0;
}
h4.subtitle {
  margin: 15px 0;
  font-weight: 500px;
  font-size: 18px;
}
h4.subtitle + p {
  font-size: 14px;
}
@media only screen and (max-width:736px) {
  h4.subtitle {
    font-size: 16px;
  }
  h4.subtitle + p {
    font-size: 12px;
  }
}
.list {
  margin: 20px 0;
}
.list__item {
  margin: 0 0 15px 0;
  padding: 0;
}
@media only screen and (max-width:736px) {
  .list__item {
    font-size: 14px;
  }
}
.add, .tel-add {
  margin: 0 0 0 35px !important;
  padding: 0 !important;
}
.tel-add {
  margin: 10px 0 0 35px !important;
  font-size: 14px;
}
.tel-add input {
  border: none;
  border: 1px solid #CCC;
  margin: 0 10px;
}
.list__item span {
  font-size: 12px;
}
@media only screen and (max-width:736px) {
  .tel-add span {
    display: block;
    margin-left: 75px;
  }
}
.label--checkbox {
  position: relative;
  margin: 0;
  font-family: Arial, sans-serif;
  line-height: 135%;
  cursor: pointer;
}
.checkbox {
  position: relative;
  top: -1rem;
  margin: 0 30px 0 0;
  cursor: pointer;
}
.checkbox:before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 1rem;
  height: 1rem;
  border: 2px solid #CCC;
}
.checkbox:checked:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  height: .5rem;
  border-color: #F6891E;
  border-top-style: none;
  border-right-style: none;
}
.checkbox:after {
  content: "";
  position: absolute;
  top: -0.125rem;
  left: 0;
  width: 1.1rem;
  height: 1.1rem;
  background: #fff;
  cursor: pointer;
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(6.25rem);
    transform: translateY(6.25rem);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideUp {
  0% {
    -webkit-transform: translateY(6.25rem);
    transform: translateY(6.25rem);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.join {
  float: right;
  margin: -35px 0 0 0;
}
.join a {
  background: #0080C0;
  font-weight: 500;
  border-radius: 10px;
  text-align: center;
  padding: 10px 30px;
  color: #FFF;
  transition: all 0.3s ease-in-out;
}
.join a:hover {
  opacity: 0.7;
}
@media only screen and (max-width:736px) {
  .join {
    float: none;
    margin: 20px 0;
  }
  .join a {
    font-size: 15px;
  }
}
.confirm-wrap {
  margin: 50px 0 0 0;
}
.firsttime-wrap {
  margin: 25px auto;
  max-width: 736px;
  background: rgba(255, 255, 255, 0.8);
  padding: 40px 50px 50px 50px;
  box-sizing: border-box;
  box-shadow: 0 0 30px #31304B;
}
.confirmtable {
  width: 100%;
}
.confirmtable th, .confirmtable td {
  padding: 15px 10px;
  vertical-align: middle;
  border-bottom: 1px solid rgba(255, 255, 255, .5);
  box-sizing: border-box;
}
.confirmtable th {
  width: 20%;
}
@media only screen and (max-width:736px) {
  .firsttime-wrap {
    padding: 20px;
  }
  .confirmtable th, .confirmtable td {
    display: block;
    width: 100%;
    padding: 5px 0;
    border: none;
    font-size: 13px;
  }
  .confirmtable td {
    padding-bottom: 20px;
  }
}
.confirmtable td input[type=text] {
  background: #FFF;
  border: none;
  border-radius: 7px;
  padding: 5px;
  box-sizing: border-box;
  font-size: 16px;
}
.confirmtable td input.max {
  width: 100%;
}
.confirmtable td input.birthday {
  width: 25%;
}
@media only screen and (max-width:736px) {
  .confirmtable td input[type=text] {
    font-size: 13px;
  }
  .confirmtable td input.birthday {
    width: 22%;
  }
}
.confirmtable td input.birthday + span {
  margin: 0 15px 0 5px;
}
.confirmtable td input.birthday + span:last-child {
  margin-right: 0;
}
.confirmtable th .must {
  background: #87240C;
  color: #FFF;
  font-size: 12px;
  padding: 3px;
  border-radius: 5px;
  display: inline-block;
  float: right;
}
.confirmtable th .any {
  background: #CA8853;
  color: #FFF;
  font-size: 12px;
  padding: 3px;
  border-radius: 5px;
  display: inline-block;
  float: right;
}
input[type=file] {
  font-size: 14px;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif !important;
}
@media only screen and (max-width:736px) {
  input[type=file] {
    font-size: 13px;
  }
}
.labelwrap {
  overflow: hidden;
  clear: both;
}
input[type=radio] {
  display: none; /* 標準スタイル */
}
input[type=radio] + label, input[type=checkbox] + label {
  position: relative; /* ボックスの位置を指定する */
  padding: 0 0 0 30px; /* ボックス内側の余白を指定する */
}
input[type=radio] + label:after, input[type=radio] + label:before, input[type=checkbox] + label:after, input[type=checkbox] + label:before {
  position: absolute; /* ボックスの位置を指定する */
  content: ""; /* ボックスのコンテンツ */
  display: block; /* ブロックレベル要素化する */
  top: 10px; /* 上部から配置の基準位置を決める */
}
input[type=radio] + label:after, input[type=checkbox] + label:after {
  left: 0; /* 左から配置の基準位置を決める */
  margin-top: -10px; /* チェック枠の位置 */
  width: 16px; /* ボックスの横幅を指定する */
  height: 16px; /* ボックスの高さを指定する */
  border: 2px solid #ccc; /* ボックスの境界線を実線で指定する */
  border-radius: 0%; /* ボックスの角丸を指定する */
}
input[type=radio] + label:before, input[type=checkbox] + label:before {
  left: 5px; /* 左から配置の基準位置を決める */
  margin-top: -5px; /* チェックマークの位置 */
  width: 10px; /* ボックスの横幅を指定する */
  height: 10px; /* ボックスの高さを指定する */
  background: #002759; /* ボックスの背景色を指定する */
  opacity: 0; /* 要素を透過指定する */
}
input[type=radio]:checked + label:before, input[type=checkbox]:checked + label:before {
  opacity: 1; /* 要素を表示する */
}
input[type=radio] + label:hover:after, input[type=checkbox] + label:hover:after {
  border-color: #002759; /* ボックスの境界線を実線で指定する */
}
.firsttime-wrap input[type=submit] {
  background: #002759;
  border: none;
  border: 2px solid #0071bc;
  color: #FFF;
  width: 50%;
  display: block;
  padding: 12px 10px;
  box-sizing: border-box;
  margin: 20px auto 0 auto;
  border-radius: 10px;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
  transition: 0.3s all ease-in-out;
}
.firsttime-wrap h2 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #31304B;
}
ul.payment-wrap li {
  float: left;
}
@media only screen and (max-width:736px) {
  ul.payment-wrap li {
    float: none;
    margin-bottom: 7px;
  }
  ul.payment-wrap li:last-child {
    margin-bottom: 0;
  }
  .firsttime-wrap h2 {
    font-size: 16px;
  }
  .firsttime-wrap h2 + p, .firsttime-wrap h2 + p + p {
    font-size: 13px;
  }
}
.centre {
  text-align: center;
}
ul.case {
  margin: 15px 0 0 0;
  border: 1px solid #EEE;
  padding: 20px;
}
ul.case li {
  clear: both;
  overflow: hidden;
  margin-bottom: 15px;
  font-size: 14px;
}
ul.case li a {
  display: block;
}
ul.case li:last-child {
  margin-bottom: 0;
}
ul.case li dl {
  overflow: hidden;
  clear: both;
  display: flex;
  justify-content: flex-start;
}
ul.case li dl dt {
  width: 20%;
  font-weight: bold;
  color: #002759;
}
ul.case li dl dd {
  width: 78%;
  margin: 0 0 0 0;
  border-left: 1px solid #EEE;
  padding: 0 0 0 2%
}
ul.case li dl dd p {
  text-indent: -1.3em;
  padding-left: 1.3em;
}
ul.case li dl dd p:before {
  content: "■";
  font-size: 10px;
  margin: 0 10px 0 0;
  color: #002759;
}
@media only screen and (max-width:768px) {
	ul.case li dl{
		display: block;
	}
  ul.case li dl dt {
    clear: both;
    float: none;
    width: auto;
	  padding-bottom: 10px;
  }
  ul.case li dl dd {
    margin: 0;
    float: none;
    width: auto;
	    border-left: none;
	    border-top: 1px solid #EEE;
	  padding-top: 10px;
	  padding-left: 0;
  }
  ul.case li {
    font-size: 13px;
  }
}
ul.step {
  position: relative;
}
ul.step:before {
  content: "";
  display: block;
  border-left: 1px dotted #CCC;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 25px;
  z-index: 1;
}
ul.step.nobo:before {
  display: none;
}
ul.step li {
  margin-bottom: 25px;
}
ul.step li h4 {
  background: #EEE;
  position: relative;
  z-index: 2;
  padding: 10px;
  color: #002759;
  font-weight: bold;
}
h4.title span {
  margin: 0 10px 0 10px;
}
ul.step li p {
  font-size: 14px;
  margin: 15px 0 15px 45px;
}
.environment p {
  font-size: 14px;
}
p.btn {
  text-align: right !important;
}
p.btn a {
  border: 1px solid #002759;
  padding: 5px 15px;
  border-radius: 5px;
}
p.btn a:after {
  content: ">";
  display: inline-block;
  transform: scale(.7, 1);
  margin: 0 0 0 10px;
  font-family: Arial, Helvetica, "sans-serif" !important;
}
@media only screen and (max-width:768px) {
	.environment p.btn{
		margin: 15px 0 0 0;
	}
	ul.step li p{
		margin-left: 30px;
	}
	ul.step:before {
		left:15px;
	}
	p.btn a{
		display: block;
		text-align: center;
	}
	ul.step li h4{
		font-size:14px;
	}
  input[type=submit], input[type=text], select, button, input[type=email], input[type=password], input[type=date], input[type=tel] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-text-size-adjust: 100%;
  }
}
p.logout {
  margin: 10px 10px 0 0;
}
p.logout a {
  color: #FFF;
}
.spNone {
  display: none;
}
.pcNone {
  display: inline-block;
}
@media only screen and (max-width:768px) {
  p.logout {
    margin: 7px 10px 0 0;
  }
	.pcNone {
  display: none;
}
}
.center_inp {
  text-align: center !important;
  ;
}
.mt50 {
  margin-top: 50px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mr0 {
  margin-right: 0px !important;
}
body {
  color: #323232;
  margin: 0;
}
.all-hidden {
  overflow: hidden;
}
body.top {
  background: url(../img/back.png) #F1F2F5;
}
html {
  min-height: 100%;
}
.no {
  display: none;
}
:placeholder-shown {
  color: #999;
}
::-webkit-input-placeholder {
  color: #999;
}
:-moz-placeholder {
  color: #999;
  opacity: 1;
}
::-moz-placeholder {
  color: #999;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #999;
}
ul.license-list {
  overflow: hidden;
  clear: both;
}
ul.license-list li {
  float: left;
  width: 25%;
  margin-bottom: 10px;
}
@media only screen and (max-width:1400px) {
  ul.license-list li {
    width: 33.3%;
  }
}
@media only screen and (max-width:768px) {
  ul.license-list li {
    width: auto;
    float: none;
  }
}
.short {
  width: 100px !important;
}
.short_table {
  width: 10px;
}
.long {
  width: 300px !important;
  text-align: left !important;
}
@media only screen and (max-width:768px) {
  .short {
    width: auto !important;
  }
}
select.year, select.month, select.days {
  width: 30%;
}
select.year, select.month {
  margin-right: 1%;
  float: left;
}
select.days {
  margin-right: 0;
}
select.age, select.call {
  width: 33%;
  margin-right: 10px;
}
select.age:nth-child(2), select.call:nth-child(2) {
  margin-left: 10px;
}
/*===========================================================================================*/
/*===============================================================================*/
h1.logo-top {
  text-align: center;
  margin: 20px 0
}
h1.logo-top img {
  max-width: 100%;
}
h1.logo {
  width: 200px;
  z-index: 9999;
  padding: 10px;
  box-sizing: border-box;
  margin: 0;
  text-align: center;
  background: #FFF;
}
#leftside {
  background: #FFF;
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  width: 210px;
  position: fixed;
  left: 0;
  top: 0;
  box-shadow: 0 0 30px #CCC;
  z-index: 99;
}
@media only screen and (max-width:768px) {
  #leftside {
    display: none;
    background: #FFF;
    height: auto;
    min-height: auto;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 48px;
    box-shadow: none;
    z-index: 9999999;
  }
  h1.logo {
    width: 155px;
    position: static;
    z-index: 9999;
    padding: 5px 5px 1px 5px;
    margin: 0 auto;
  }
  h1.logo img {
    width: 100%;
  }
  a#btn span {
    width: 18px;
    height: 2px;
    display: block;
    position: relative;
    background: #FFF;
    top: 11px;
    left: 4px;
  }
  a#btn span:before {
    content: "";
    display: block;
    position: absolute;
    top: -7px;
    background: #FFF;
    width: 18px;
    height: 2px;
    transition: all 0.3s ease-in-out;
  }
  a#btn span:after {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    background: #FFF;
    width: 18px;
    height: 2px;
    transition: all 0.3s ease-in-out;
  }
  a#btn span.change {
    height: 0;
  }
  a#btn span.change:before {
    transform: rotate(-45deg);
    top: 0;
  }
  a#btn span.change:after {
    transform: rotate(45deg);
    top: 0;
  }
  a#btn {
    margin: 0;
    padding: 0;
    cursor: pointer;
    width: 46px;
    height: 46px;
    padding: 5px 10px;
    box-sizing: border-box;
    border-radius: 7px;
    z-index: 9999;
    position: fixed;
    top: 6px;
    left: 2px;
    text-align: center;
  }
}
#rightside {
  width: 100%;
  box-sizing: border-box;
}
p.back {
  position: absolute;
  top: 12px;
  left: 12px;
  display: none;
}
p.back img {
  width: 12px;
}
@media only screen and (max-width:768px) {
  #rightside {
    padding-left: 0;
    padding-bottom: 50px;
  }
  p.back {
    display: block;
  }
  h1.logo {}
  .acc {
    display: none;
  }
}
.centre {
  text-align: center;
}
ul.first {
  margin: 20px auto;
}
ul.first li a {
  display: block;
  margin: 0 0 5px 0;
  transition: all 0.2s ease-in-out
}
ul.first li span {
  text-decoration: underline;
  color: #F27E95;
}
ul.first li a:hover {
  opacity: 0.7;
}
input[type=text], input[type=password], input[type=number] {
  width: 100%;
  background: #FFF;
  box-sizing: border-box;
  border: none;
  border-radius: 10px;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #DDD;
}
input[type=text].mail_text {
  width: 50%;
  background: #FFF;
  box-sizing: border-box;
  border: none;
  border-radius: 10px;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #DDD;
  display: block;
  margin: 20px auto;
}
#login input[type=checkbox] + label {
  font-size: 13px;
}
#login input[type=submit]:hover {
  background: #FFF;
  color: #F27E95;
}
.nav {
  margin: 65px 0 0 0;
  padding: 0;
}
/*メニュー*/
#dropmenu {
  list-style-type: none;
  width: 100%;
  padding: 0;
}
#dropmenu li {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0;
  padding: 0;
}
#dropmenu li a {
  display: block;
  margin: 0;
  padding: 15px;
  border-top: 1px solid #EEE;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
#dropmenu li a:after {
  content: ">";
  float: right;
  display: inline-block;
  transform: scale(0.7, 1);
  font-size: 80%;
  margin: 2px 0 0 0;
}
#dropmenu li > div span {
  font-weight: bold;
}
#dropmenu {
  border-bottom: 1px solid #EEE;
}
#dropmenu li ul {
  list-style: none;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}
.w-w1 {
  width: 190% !important;
}
#dropmenu li ul li ul li {
  width: 100%;
}
.w-w2 {
  width: 140% !important;
}
#dropmenu li ul li a {
  padding: 15px 15px;
  background: #002759;
  text-align: left;
  font-weight: bold;
  color: #FFF;
}
#dropmenu > li:hover > a, #dropmenu > li:hover > div {
  background: #002759;
  color: #FFF;
}
#dropmenu > li:hover li:hover > a {
  background: #002759;
  color: #cce3f2;
  opacity: 0.8;
}
#dropmenu li ul li {
  overflow: hidden;
  width: 100%;
  height: 0;
  color: #fff;
  transition: .2s;
}
#dropmenu > li:hover > ul > li {
  overflow: visible;
  height: 45px;
  white-space: nowrap
}
#dropmenu li ul li ul {
  top: 0;
  left: 100%;
}
#dropmenu li .en {
  font-size: 85% !important;
}
@media only screen and (max-width:736px) {
  #dropmenu li p:after {
    display: none;
  }
  .nav {
    margin: 0;
  }
  #dropmenu li ul li {
    width: 100%;
    height: 45px
  }
  #dropmenu li ul, #dropmenu li ul li ul {
    position: static !important;
    display: none;
  }
  #dropmenu > li:hover > ul > li {
    height: 45px;
    overflow: inherit;
  }
  #dropmenu li ul li a {
    padding: 15px 15px 15px 30px;
    background: #FFF;
    font-size: 13px;
    color: #222;
  }
  #dropmenu li:first-child a:after {
    transform: rotate(90deg) scale(0.8, 1);
  }
  #dropmenu li:first-child a.on:after {
    transform: rotate(-90deg) scale(0.8, 1);
  }
  #dropmenu li a:after {
    transform: rotate(90deg) scale(0.8, 1);
  }
  #dropmenu li a.on:after {
    transform: rotate(-90deg) scale(0.8, 1);
  }
  #dropmenu li:first-child ul li a:after {
    transform: rotate(0deg) scale(0.8, 1);
  }
  #dropmenu li:nth-child(5) a:after {
    transform: rotate(90deg) scale(0.8, 1);
  }
  #dropmenu li:nth-child(5) a.on:after {
    transform: rotate(-90deg) scale(0.8, 1);
  }
  #dropmenu li:nth-child(5) ul li a:after {
    transform: rotate(0deg) scale(0.8, 1);
  }
  input[type=text].mail_text {
    width: 95%;
  }
}
#dropmenu li ul li ul:before {
  position: absolute;
  content: ">";
  top: 7px;
  left: -20px;
  color: #F39700;
  font-weight: bold;
  font-size: 12px;
  display: inline-block;
  transform: scale(0.8, 1)
}
#dropmenu li ul li:hover > ul > li {
  overflow: visible;
  height: 32px;
}
@media only screen and (max-width:736px) {
  #dropmenu li span:before {
    position: absolute;
    content: ">";
    color: #F39700;
    font-weight: bold;
    font-size: 12px;
    display: inline-block;
    top: 15px;
    right: 20px;
    transform: scale(1.2, 1) rotate(90deg);
  }
  #dropmenu li span.acc:before {
    transform: scale(1.2, 1) rotate(-90deg);
  }
  #dropmenu li ul li ul:before {
    display: none;
  }
  #dropmenu li:nth-child(1) ul li span:before, #dropmenu li:nth-child(3) ul li span:before, #dropmenu li:nth-child(5) ul li span:before, #dropmenu li:nth-child(6) ul li span:before {
    display: none;
  }
}
#dropmenu li ul li ul li a {
  background: #F0EDEA
}
#dropmenu li:hover ul li ul li a:hover {
  background: #f7941e;
  color: #FFF
}
@media only screen and (max-width:736px) {
  #dropmenu li ul li ul li a {
    background: rgba(247, 148, 30, 0.1);
  }
}
.navi-wrap {
  background: rgba(1, 48, 114, 0.9);
  position: absolute;
  right: 0;
  top: 0;
  width: 200px;
  height: 100vh;
  position: fixed;
  top: 54px;
  display: none;
  padding: 25px 0 0 0;
  z-index: 9999;
}
.navi-wrap a {
  display: block;
  font-size: 15px;
  padding: 10px 10px;
  color: #FFF;
}
.navi-wrap a:hover {
  background: rgba(255, 255, 255, 0.2);
}
@media only screen and (max-width:768px) {
  .navi-wrap {
    width: 60%;
    top: 43px !important;
  }
  .navi-wrap a {
    font-size: 13px;
  }
}
.source {
  margin: 0;
  padding: 30px 0 0;
}
.acc .menu {
  color: #fff;
  padding: 0 10px;
}
.acc .menu:hover {
  background: rgba(255, 255, 255, 0.2);
  text-decoration: none;
  cursor: pointer;
}
#particles-js {
  position: fixed;
  z-index: 0;
  width: 100%;
  height: 100vh;
  background: #F7F7F7;
  opacity: 1;
  z-index: -1;
  top: 0;
}
@media only screen and (max-width:736px) {
  #particles-js {
    display: none;
  }
}
header {
  background: #002759;
  width: 100%;
  position: fixed;
  z-index: 9999;
  box-shadow: 0 0 10px #999;
  top: 0;
  left: 0;
}
#header {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (max-width:736px) {
  #header {
    padding: 0 15px 0 15px;
  }
}
#r-head {
  background: #002759;
  width: 100%;
  padding: 3px 85px 13px 10px;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  z-index: 999;
}
#r-head input[type="search"] {
  font-size: 14px;
  padding: 5px;
  box-sizing: border-box;
  border: none;
  background: rgba(255, 255, 255, .2);
  color: #FFF;
}
#r-head input[type="submit"] {
  border: none;
  background: url(../img/icon_scope.png) no-repeat center 50% rgba(255, 255, 255, .2);
  background-size: 15px;
  padding: 3px 20px;
  position: relative;
  top: 6px;
}
#r-head input[type="search"]::-webkit-input-placeholder {
  color: #FFF;
}
#r-head input[type="search"]:-ms-input-placeholder {
  color: #FFF;
}
#r-head input[type="search"]::-moz-placeholder {
  color: #FFF;
}
#r-head input[type="search"]::-placeholder {
  color: #FFF;
}
#r-head-left {
  float: left;
}
#r-head-right {
  float: right;
  margin-right: 130px;
}
p.bk {
  float: left !important;
  margin-left: 50px;
}
p.bk a {
  color: #FFF;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
p.bk a:hover {
  opacity: 0.7;
}
p.bk a:before {
  content: "<";
  margin: 0 10px 0 0;
}
#r-head-right ul li {
  float: left;
  margin: 0;
  position: relative;
}
#r-head-right ul li input.logout {
  color: #FFF;
  font-size: 14px;
}
@media only screen and (max-width:768px) {
  #r-head-right ul li input.logout {
    font-size: 12px;
  }
  p.bk {
    display: none;
  }
  #r-head {
    padding: 3px 5px 15px 10px;
    background: #002759;
  }
  #r-head-right {
    margin-right: 0
  }
  #r-head-right ul li {
    margin-left: 15px;
    font-size: 12px;
  }
}
#r-head-right ul li .bell span {
  position: absolute;
  background: #F27E95;
  font-size: 9px;
  color: #FFF;
  border-radius: 50%;
  right: -5px;
  top: -5px;
  width: 15px;
  height: 15px;
  line-height: 15px;
  vertical-align: middle;
  text-align: center
}
#r-head-right ul li .bell {
  cursor: pointer;
}
.bell-content {
  display: none;
  position: absolute;
  top: 40px;
  right: 200px;
  background: #FFF;
  padding: 15px;
  box-shadow: 0 0 20px #DDD;
  border-radius: 10px;
}
.welcom-member span {
  margin-left: 10px;
  letter-spacing: 2;
}
.welcom-member {
  font-size: 13px;
  color: #FFF;
}
@media only screen and (max-width:768px) {
  .bell-content {
    right: 15px;
    z-index: 999999 !important;
    top: 50px;
  }
  .welcom-member {
    font-size: 11px;
  }
}
.bell-content ul li {
  padding: 5px 0 !important;
  margin: 0 !important;
  border-bottom: 1px solid #EEE;
}
.bell-content h2 {
  font-size: 15px !important;
  border-bottom: 1px solid #DDD;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.bell-content p {
  font-size: 13px;
}
.bell-content ul li:last-child {
  border: none;
}
.bell-content ul li dt {
  font-size: 11px;
  color: #666;
}
#r-head-right ul li .welcom-member {
  margin-left: 0;
  padding-top: 2px;
}
#r-head-right ul li img {
  height: 20px;
}
#r-head-right input {
  border: none;
  background: url(../img/icon_logout.png) no-repeat center 50%;
  background-size: 20px;
  padding: 3px 20px;
  position: relative;
  top: 6px;
  cursor: pointer;
}
#wrapper {
  margin: 30px auto;
  max-width: 1024px;
}
#r-content, #r-content2 {
  padding: 30px;
  margin: 100px 0 40px 0;
  box-sizing: border-box;
  background: #FFF;
  box-shadow: 0 0 30px #EEE;
  border-radius: 10px;
}
#r-content:before, #r-content:after, #r-content2:before, #r-content2:after {
  content: "";
  display: block;
  overflow: hidden;
  clear: both;
}
@media only screen and (max-width:768px) {
  #r-content {
    padding: 15px 15px 30px 15px;
    margin-top: 65px;
    margin-bottom: 25px;
  }
  #wrapper {
    margin: 15px;
  }
  .bell-content h2 {
    font-size: 13px;
  }
  .bell-content ul li dd {
    font-size: 13px;
  }
}
#r-content h2.title {
  font-size: 18px;
  margin: 0 20px 10px 0;
  border-left: 3px solid #002759;
  color: #333;
  padding-left: 10px;
  font-weight: bold;
  letter-spacing: 1px;
}
#r-content h2.title.middle {
  font-size: 110%;
}
@media only screen and (max-width:768px) {
  #r-content h2.title.middle {
    font-size: 90%;
  }
  #r-content h2.title {
    margin-bottom: 10px;
  }
}
#r-content h2.title + p {
  margin-bottom: 20px;
  font-size: 14px;
}
#r-content h2.title2 {
  font-size: 18px;
  margin: 0;
  color: #161E20;
  font-weight: bold;
  letter-spacing: 1px;
}
/*===============================ドロワーメニュー=======================================*/
p.other-btn {
  position: fixed;
  right: 30px;
  top: 13px;
  z-index: 99999 !important;
  cursor: pointer;
}
@media only screen and (max-width:768px) {
  #r-content h2.title + p {
    font-size: 11px;
  }
  #r-content h2.title {
    font-size: 16px;
  }
  p.other-btn {
    right: 10px;
    top: 10px;
  }
}
p.other-btn img {
  height: 20px;
}
.peke {
  background-position: -35px 0;
}
.drawr {
  display: none;
  background-color: rgba(255, 255, 255, 1);
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  padding: 60px 0 20px 0;
  z-index: 100;
  box-shadow: 0 0 30px #DDD;
  text-align: left;
}
#menu, #menu li {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 9999;
}
/*===============================SUBMIT=======================================*/
p.ok a, input[type=submit].ok {
  background: #002759;
  border: none;
  padding: 20px 100px;
  border-radius: 7px;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 20px 0 0 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
input[type=submit].final-ok {
  background: #C00;
  border: none;
  padding: 20px 100px;
  border-radius: 7px;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 20px 0 0 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  font-size: 18px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}
p.ok a, input[type=submit].draft {
  padding: 12px 45px;
}
input[type=button].ok {
  background: #002759;
  border: none;
  padding: 20px 100px;
  border-radius: 7px;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 20px 0 0 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 0 10px rgba(0, 39, 89, .3);
}
a.pdf {
  background: #FFF;
  border: none;
  padding: 20px 100px;
  border-radius: 7px;
  color: #002759;
  font-weight: bold;
  letter-spacing: 2px;
  margin:  0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 0 10px rgba(0, 0, 0, .3);
  position: relative;
}
a.pdf:after {
  content: "";
  display: inline-block;
  background: url("../img/pdf.png") no-repeat;
  background-size: 100%;
  width: 20px;
  height: 25px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
input[type=button].back {
  border: 2px solid #002759;
  padding: 12px 100px;
  border-radius: 7px;
  color: #002759;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 20px 0 0 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  background: #FFF;
}
.decide {
  background: #666;
  color: #FFF;
  border: none;
  border-radius: 5px;
  padding: 3px 10px;
}
.edit {
  border: 2px solid #698BB4;
  background: none;
  padding: 12px 50px;
  border-radius: 7px;
  color: #698BB4;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  margin-right: 20px;
}
ul.list-radio li {
  float: left;
}
p.ok a:hover, input[type=submit].ok:hover {
  opacity: 0.7;
}
p.ok a:after {
  content: "↓";
  margin: 0 0 0 10px;
}
@media only screen and (max-width:768px) {
  ul.list-radio li {
    float: none;
  }
  ul.list-radio li:first-child {
    margin-bottom: 7px;
  }
  input[type=submit].ok, .edit, p.ok a , a.pdf{
    padding: 10px 50px;
    width: 100%;
	  display: block;
  }
  input[type=button].back {
    padding: 8px 50px;
  }
  input[type=button].ok {
    padding: 8px 50px;
    margin: 5px 0 20px 0px;
	  display: block;
	  width:100%;
  }
}
/*===============================================================================*/
ul.thename {
  overflow: hidden;
  clear: both;
  margin: 0 0 25px 0;
}
ul.thename li {
  float: left;
  margin-right: 20px;
}
ul.thename li:last-child {
  margin-right: 0;
}
ul.thename li:nth-child(1) {
  padding: 7px 0 0 0;
}
@media only screen and (max-width:768px) {
  ul.thename li {
    float: none;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 13px;
  }
  ul.thename.two li:not(:first-child) {
    float: left !important;
  }
  ul.thename li select {
    width: 100%;
  }
}
select {
  padding: 7px;
  border: 1px solid #DDD;
  border-radius: 7px;
  background: #FFF;
  font-weight: 500;
  width: 100%;
  box-sizing: border-box;
  font-size: 15px;
}
/* オリジナルボタン */
.original_btn {
  border: 1px solid #ddd;
  padding: 10px;
  cursor: pointer;
  border-radius: 5px;
  color: #666;
  background: linear-gradient(to bottom, #fff 0, #f4f4f4 100%);
  box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.09);
}
/* 未選択時のアイコン */
.icon {
  font-size: 12px;
  margin: 0 10px 0 15px;
  padding: 3px 30px;
  border-radius: 15px;
  background: #666;
  color: #fff;
  display: inline-block;
}
/* 選択時のアイコン */
.icon.select {
  background: #ff5050;
  color: #fff;
}
/* ファイル名 */
.filename {
  display: inline-block;
  font-size: 12px;
}
textarea {
  padding: 5px 10px;
  border: 1px solid #DDD;
  border-radius: 7px;
  background: #FFF;
  font-weight: 500;
  width: 100%;
  box-sizing: border-box;
  margin: 5px 0 0 0;
}
table.table {
  width: 100%;
  background: #FFF;
}
table.table thead th {
  background: #F7F7F7;
  padding: 10px;
  border: 1px solid #EEE;
  color: #666;
  font-weight: bold;
  font-size: 14px;
}
table.table td {
  padding: 10px;
  border: 1px solid #EEE;
  font-size: 14px;
  vertical-align: middle;
}
table.table td h2 {
  text-align: left;
}
tbody tr.table-row td {}
tbody tr.table-row:hover td {
  background: rgba(98, 13, 53, 0.1);
  cursor: pointer;
}
tbody tr.catable:hover td:not(:first-child) {
  background: rgba(98, 13, 53, 0.1);
  cursor: pointer;
}
table.table th {
  padding: 10px;
  border: 1px solid #EEE;
  font-size: 14px;
  vertical-align: middle;
  width: 30%;
  font-weight: bold;
}
table.table td h3 {
  margin-bottom: 5px;
  font-weight: bold;
}
table.table td h3:not(:first-child) {
  margin-top: 10px;
}
.left-box {
  float: left;
  width: 48%;
}
.right-box {
  float: right;
  width: 48%;
}
.scroll {
  overflow: auto;
  white-space: nowrap;
}
@media only screen and (max-width:768px) {
  .left-box, .right-box {
    float: none;
    width: auto;
  }
  select, textarea {
    font-size: 13px;
  }
  table {
    width: 100%;
  }
  table.table th, table.table td {
    display: block;
    padding: 5px 0;
    width: auto;
    font-size: 13px;
    box-sizing: border-box;
  }
  table.table td {
    padding-top: 0;
  }
  .scroll table.table th, .scroll table.table td {
    white-space: nowrap;
  }
  .scroll {
    overflow: auto;
    white-space: nowrap;
    margin-right: -15px !important;
  }
  .scroll_mg {
    margin-right: 0px !important;
  }
  .scroll td.number {
    min-width: 50px !important;
  }
  .scroll::-webkit-scrollbar {
    /*tableにスクロールバーを追加*/
    height: 5px;
  }
  .scroll::-webkit-scrollbar-track {
    /*tableにスクロールバーを追加*/
    background: #F1F1F1;
  }
  .scroll::-webkit-scrollbar-thumb {
    /*tableにスクロールバーを追加*/
  }
  table.table th, table.table td {
    font-size: 13px;
    border: none;
  }
  ul.t-btn li {
    float: none;
  }
  ul.t-btn li:nth-child(1) a {
    font-size: 12px;
    width: 100%;
    display: block;
    margin-bottom: 10px;
    background-image: none;
    padding: 5px 10px;
    text-align: center;
  }
  ul.t-btn li:nth-child(2) input {
    font-size: 12px;
    background-image: none;
    padding: 5px 10px;
  }
  ul.t-btn li:nth-child(2) input.on {
    background-image: none;
  }
  ul.t-btn li:nth-child(1) {
    margin: 0;
  }
}
.btn-wrap ul {
  overflow: hidden;
  clear: both;
  padding-bottom: 20px;
}
.btn_flex {
  background: #E5E9EE;
  padding: 25px;
  box-shadow: 0 0 20px #EEE;
  border-radius: 10px;
  margin-top: 50px !important
}
.btn_flex ul + p {
  text-align: center !important;
  font-size: 14px;
  margin: 20px 0 0 0;
}
.btn_flex ul {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin: 0 auto;
  align-items: center;
}
.btn_flex ul li {
  margin: 0 10px;
}
.btn_flex2 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  align-items: center;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
}
.btn_flex3 ul {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  width: 35%;
  margin: 0 auto;
  align-items: center;
}
.btn_flex3 ul li {}
.btn_flex2 ul li {
  background-color: #002759;
  color: #fff;
  width: 30%;
  padding: 10%;
  font-weight: bold;
  position: relative;
  border-radius: 7px;
}
.btn_flex2 ul li:first-child {
  width: 100%;
  padding: 10%;
  margin-bottom: 20px;
}
.btn_flex2 ul li a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
}
.btn_flex2 ul li a:hover {
  opacity: 0.8;
}
@media only screen and (max-width:768px) {
  .btn_flex2 ul li {
    width: 100%;
  }
  .btn_flex2 ul li:first-child {
    margin-bottom: 10px;
  }
  .btn_flex2 ul li {
    margin-bottom: 10px;
  }
  .btn_flex3 ul {
    width: 95%;
    text-align: center;
  }
}
#wrapper .btn_flex ul p {
  text-align: center;
}
.btn-wrap ul li {
  float: left;
  font-size: 15px;
}
.btn-wrap ul li h2 {
  margin: 5px 20px 0 0 !important;
  border-right: 1px solid #CCC;
  padding-right: 20px;
}
@media only screen and (max-width:768px) {
  .btn-wrap ul li h2 {
    margin: 0 0 10px 0 !important;
    border-right: none;
  }
  .btn-wrap ul {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    z-index: 9999;
    flex-wrap: inherit;
    display: flex;
  }
  .btn-wrap ul li h2 {
    position: absolute;
  }
  .btn-wrap ul li:not(:first-child) {
    flex: 0 40%;
    margin-right: 0;
    margin-top: 30px;
    width: auto;
    font-size: 12px;
    white-space: nowrap;
  }
}
.btn-wrap ul li a {
  transition: all 0.3s ease-in-out;
}
.btn-wrap ul li a:hover {
  opacity: 0.7;
}
.type {
  position: relative;
  top: 10px;
  margin-right: 30px !important;
}
@media only screen and (max-width:768px) {
  .type {
    margin-right: 0 !important;
  }
}
.btn-wrap ul li a.active {
  background: rgba(98, 13, 53, .5);
  color: #FFF;
  padding: 7px 30px;
  display: block;
  margin-right: 30px;
  text-align: center;
  position: static;
  pointer-events: none;
}
small {
  font-size: 80%;
}
@media only screen and (max-width:768px) {
  .btn-wrap ul li a.active {
    text-align: left;
  }
}
ul.topnews {
  margin: 15px 0 0 0;
}
ul.topnews li {
  clear: both;
  overflow: hidden;
  margin-bottom: 15px;
  font-size: 14px;
}
ul.topnews li a {
  display: block;
}
ul.topnews li:last-child {
  margin-bottom: 0;
}
ul.topnews li dl {
  overflow: hidden;
  clear: both;
}
ul.topnews li dl dt {
  clear: left;
  float: left;
  width: 10%;
  color: #999;
  width: 100px;
}
ul.topnews li dl dd {
  margin: 0 0 0 0;
  float: left;
  width: 83%;
}
@media only screen and (max-width:768px) {
  ul.topnews li dl dt {
    clear: both;
    float: none;
    width: auto;
  }
  ul.topnews li dl dd {
    margin: 0;
    float: none;
    width: auto;
  }
  ul.topnews li {
    font-size: 13px;
  }
}
textarea.textbox {
  width: 100%;
  padding: 10px;
  height: 100px;
  margin: 0 0 10px 0;
  border-radius: 7px;
}
.write {
  margin: 0 0 30px 0;
  color: #620D35;
  border: 2px solid #620D35;
  font-weight: bold;
  padding: 7px 10px 7px 40px;
  border-radius: 7px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  background: url(../img/icon-write.png) no-repeat 10px 50%;
  background-size: 20px auto;
  font-size: 16px;
}
.write:hover {
  opacity: 0.7;
}
@media only screen and (max-width:768px) {
  textarea.textbox {
    font-size: 13px;
    margin: 0 0 5px 0;
  }
  .write {
    font-size: 13px;
  }
}
ul.chatlist li {
  margin-bottom: 10px;
}
ul.chatlist li a {
  background: #F7F7F7;
  display: block;
  padding: 20px;
  overflow: hidden;
  clear: both;
  transition: all 0.3s ease-in-out;
}
ul.chatlist li a:hover {
  opacity: 0.7;
}
ul.chatlist li div {
  float: left;
}
ul.chatlist li div.notread {
  background: #8C3969;
  color: #FFF;
  width: 80px;
  text-align: center;
  margin-right: 2%;
  font-size: 14px;
}
.chatname {
  position: absolute;
  margin-left: 100px;
  font-weight: bold;
  color: #333;
}
ul.chatlist li div.notread + .chatname {
  margin-left: 100px;
}
ul.chatlist li div.date {
  float: right;
  color: #666;
  font-size: 14px;
}
@media only screen and (max-width:768px) {
  ul.chatlist li a {
    padding: 10px 10px 10px 10px;
  }
  ul.chatlist li div.notread {
    font-size: 11px;
    width: 20%;
    padding: 3px 0;
  }
  .chatname {
    position: static;
    margin-left: 24%;
    font-size: 13px;
    width: 54%;
  }
  ul.chatlist li div.notread + .chatname {
    margin-left: 2%;
  }
  ul.chatlist li div.date {
    font-size: 10px;
  }
}
.line-bc {
  padding: 20px 10px;
  margin: 15px auto;
  text-align: right;
  font-size: 14px;
  background: #F7F7F7;
}
/*以下、②左側のコメント*/
.balloon {
  width: 100%;
  margin: 10px 0;
  overflow: hidden;
}
.balloon .faceicon {
  float: left;
  margin-right: -50px;
  width: 40px;
}
.balloon .faceicon img {
  width: 70%;
  height: auto;
  border-radius: 50%;
}
.balloon .chatting {
  width: 100%;
  text-align: left;
}
.says {
  display: inline-block;
  position: relative;
  margin: 0 0 0 50px;
  padding: 10px;
  max-width: 70%;
  border-radius: 12px;
  background: #FFF;
}
.says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 3px;
  left: -19px;
  border: 8px solid transparent;
  border-right: 18px solid #FFF;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
}
.says p {
  margin: 0;
  padding: 0;
}
/*以下、③右側の緑コメント*/
.mycomment {
  margin: 10px 0;
}
.mycomment p {
  display: inline-block;
  position: relative;
  margin: 0 10px 0 0;
  padding: 8px;
  max-width: 70%;
  border-radius: 12px;
  background: #EADDE3;
  font-size: 15px:
}
.mycomment p:after {
  content: "";
  position: absolute;
  top: 3px;
  right: -19px;
  border: 8px solid transparent;
  border-left: 18px solid #EADDE3;
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
}
.comment {
  width: 100%;
  box-sizing: border-box;
  margin: 10px 0 0 0;
  position: fixed;
  bottom: 10px;
  padding-right: 270px;
}
.comment ul li:nth-child(1) {
  float: left;
  width: 87%;
}
.comment ul li:nth-child(2) {
  float: left;
  width: 12%;
  margin-left: 1%;
}
.comment textarea {
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
  border-radius: 7px;
  font-size: 15px;
  max-height: 100px;
  height: 35px;
  box-shadow: 0 0 20px #CCC;
  border: none;
  border: 1px solid #CCC;
}
.comment input[type=submit] {
  background: #002759;
  border: none;
  ;
  color: #FFF;
  width: 100%;
  padding: 7px 0;
  letter-spacing: 2px;
  border-radius: 7px
}
@media only screen and (max-width:768px) {
  .comment {
    padding-right: 60px;
    bottom: 0;
  }
  .comment textarea {
    font-size: 13px;
  }
  .comment input[type=submit] {
    font-size: 13px;
    letter-spacing: 1px;
  }
}
.cancer-size ul.cancer-size-list {
  clear: both;
  overflow: hidden;
}
.cancer-size ul.cancer-size-list li {
  float: left;
  margin-right: 20px;
}
.cancer-size ul.cancer-size-list li:nth-child(1) {
  margin-top: 5px;
}
.cancer-size ul.cancer-size-list li:nth-child(2) {
  margin-right: 40px;
}
.cancer-size ul.cancer-size-list li:nth-child(3):after {
  content: "×";
  margin-left: 20px;
}
.cancer-size ul.cancer-size-list li input[type=text] {
  width: 100px;
  border: 1px solid #CCC;
  margin-right: 10px;
  font-size: 15px;
  box-sizing: border-box;
  padding: 5px;
}
@media only screen and (max-width:768px) {
  .cancer-size ul.cancer-size-list li {
    margin-right: 10px;
  }
  .cancer-size ul.cancer-size-list li:nth-child(3) {
    clear: both;
    margin-left: 0;
  }
  .cancer-size ul.cancer-size-list li input[type=text] {
    margin-right: 5px;
    width: 80px;
  }
  .cancer-size ul.cancer-size-list li:nth-child(3):after {
    content: "×";
    margin-left: 10px;
  }
}
.mb {
  margin-bottom: 25px;
}
.mb2 {
  margin-bottom: 15px;
}
ul.coil-list {
  margin-top: 7px;
  overflow: hidden;
  clear: both;
}
ul.coil-list li {
  margin-right: 15px;
  float: left;
}
input[type=radio], input[type=checkbox] {
  display: none; /* checkboxを非表示にする */
}
.radio_button {
  margin-top: 0 !important;
}
.radio_button input[type=radio] {
  display: none;
}
.radio_button input[type=radio] {
  margin: 0 10px;
}
input[type=checkbox].block {
  display: block;
  margin: 0 auto;
}
ul.coil-list li label, .check label {
  position: relative; /* ボックスの位置を指定する */
  padding: 0 0 0 25px; /* ボックス内側の余白を指定する */
}
ul.coil-list li label:hover:after, .check label:hover:after {
  border-color: #002759; /* ボックスの境界線を実線で指定する */
}
ul.coil-list li label:after, ul.coil-list li label:before, .check label:after, .check label:before {
  position: absolute; /* ボックスの位置を指定する */
  content: ""; /* ボックスのコンテンツ */
  display: block; /* ブロックレベル要素化する */
  top: 50%; /* 上部から配置の基準位置を決める */
}
ul.coil-list li label:after, .check label:after {
  left: 0; /* 左から配置の基準位置を決める */
  margin-top: -10px; /* チェック枠の位置 */
  width: 15px; /* ボックスの横幅を指定する */
  height: 15px; /* ボックスの高さを指定する */
  border: 2px solid #ccc; /* ボックスの境界線を実線で指定する */
  border-radius: 6px; /* ボックスの角丸を指定する */
}
ul.coil-list li label:before, .check label:before {
  left: 5px; /* 左から配置の基準位置を決める */
  margin-top: -5px; /* チェックマークの位置 */
  width: 4px; /* ボックスの横幅を指定する */
  height: 4px; /* ボックスの高さを指定する */
  border-right: 5px solid #002759; /* 境界線（右）のスタイルを指定する */
  border-bottom: 5px solid #002759; /* 境界線（下）のスタイルを指定する */
  opacity: 0; /* 要素を透過指定する */
  border-radius: 3px;
}
input[type=checkbox]:checked + label:before, input[type=radio]:checked + label:before {
  opacity: 1; /* 要素を表示する */
}
@media only screen and (max-width:768px) {
  ul.coil-list li label {
    font-size: 14px;
  }
}
p.coil {
  margin: 20px 0 0 0;
}
p.coil a {
  margin: 0;
  color: #620D35;
  border: 2px solid #620D35;
  font-weight: bold;
  padding: 7px 10px;
  border-radius: 7px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  font-size: 16px;
}
p.coil a:hover {
  color: #620D35;
}
.cancer-size-list2 li {
  float: left;
  margin-right: 40px;
}
.cancer-size-list2 li:nth-child(2) {
  margin: 19px 20px 0 0;
}
.cancer-size-list2 li:nth-child(3) {
  margin: 13px 20px 0 0;
}
.cancer-size-list2 li:nth-child(4) {
  position: absolute;
  top: 10px;
  right: 0;
}
.cancer-size-list2 li:nth-child(4) ul li {
  padding-right: 0 !important;
  margin: 0 !important;
  text-align: center;
}
.cancer-size-list2 li:nth-child(4) ul li a {
  border-bottom: 2px solid #002759;
  box-sizing: border-box;
  padding-right: 0 !important;
}
.cancer-size-list2 li:nth-child(4) .btn-wrap {
  margin: 100px 20px 0 0 !important;
}
.jyuten {
  display: none;
}
.cancer-size-list2 li input[type=text] {
  width: 100px;
  border: 2px solid #CCC;
  margin-right: 10px;
  font-size: 15px;
  box-sizing: border-box;
  padding: 5px;
}
.cancer-size-list2 {
  overflow: hidden;
  clear: both;
  padding-bottom: 10px;
}
@media only screen and (max-width:768px) {
  p.coil a {
    font-size: 14px;
  }
  .cancer-size-list2 li {
    margin-right: 20px;
  }
  .cancer-size-list2 {
    margin: 10px 0 0 0;
  }
  .cancer-size-list2 li:nth-child(1) {
    margin-bottom: 20px;
  }
  .cancer-size-list2 li:nth-child(2) {
    margin: 20px 20px 0 0;
    clear: both
  }
  .cancer-size-list2 li:nth-child(4) {
    position: static;
    clear: both;
    margin: 30px 0 0 0;
  }
  .cancer-size-list2 li:nth-child(4) ul {
    overflow: hidden;
  }
  .cancer-size-list2 li:nth-child(4) .btn-wrap {
    margin-left: 0 !important;
    margin-top: 0 !important;
  }
}
.delateall span {
  border: 2px solid #CCC;
  padding: 7px 10px;
  border-radius: 7px;
  cursor: pointer;
  font-size: 14px;
}
.delateall {
  margin-bottom: 20px;
  margin-top: 30px;
}
ul.favoritelist li {
  background: #F7F7F7;
  display: block;
  padding: 20px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 20px;
}
ul.favoritelist li:before, ul.favoritelist li:after {
  content: "";
  display: block;
  overflow: hidden;
  clear: both;
}
ul.favoritelist li div {
  float: left;
  margin-right: 20px;
}
ul.favoritelist li div.name {
  font-weight: bold;
}
ul.favoritelist li div.delate {
  color: #002759;
  text-decoration: underline;
}
ul.favoritelist li div.folder {
  float: right;
  position: relative;
  font-size: 14px;
}
ul.favoritelist li div.folder span {
  cursor: pointer;
  background: #999;
  color: #FFF;
  padding: 5px 10px;
  margin-left: 10px;
  border-radius: 7px;
}
.folder {
  position: relative;
}
.folder-contents {
  display: none;
  position: absolute;
  top: 40px;
  right: 0;
  background: #FFF;
  padding: 15px;
  box-shadow: 0 0 20px #DDD;
  border-radius: 10px;
  z-index: 99999;
  font-size: 14px;
}
.close-folder {
  position: absolute;
  top: 5px;
  right: -10px;
  cursor: pointer;
}
.folder-contents input[type=text] {
  margin: 10px 0;
  border: 1px solid #CCC;
  clear: both;
  overflow: hidden;
}
.folder-all {
  margin-bottom: 20px;
}
.folder-all ul {
  overflow: hidden;
  clear: both;
}
.folder-all ul li {
  padding: 5px 20px;
  float: left;
  border-bottom: 2px solid #CCC;
}
.folder-all ul li.active {
  border-bottom: 2px solid #002759;
  background: #FFF;
  z-index: 99;
  padding: 5px 20px;
}
@media only screen and (max-width:768px) {
  p.delateall {
    font-size: 14px;
  }
  ul.favoritelist li div {
    margin-right: 10px;
    font-size: 13px;
  }
  ul.favoritelist li div.name {
    clear: both;
    font-size: 15px;
    margin: 15px 0 0 0;
  }
  .folder-contents input[type=text] {
    width: 100%;
  }
  ul.favoritelist li div.maker {
    margin: 17px 0 0 10px;
  }
  ul.favoritelist li div.folder {
    float: none;
    clear: both;
    margin: 0;
    padding-top: 10px;
  }
}
.changing {
  position: relative;
}
.select-wrap:before, .select-wrap:after {
  overflow: hidden;
  clear: both;
  content: "";
  display: block;
}
.select-wrap li {
  float: left;
  margin-right: 15px;
}
.select-wrap li:first-child .delateall span:before {
  content: "×";
}
.notposi .close-folder {
  right: 5px !important;
}
@media only screen and (max-width:768px) {
  .notposi {
    position: static !important;
    float: none;
    margin: 20px 0 0 0 !important;
  }
  .notposi .close-folder {
    top: 50px;
    right: 20px;
  }
  .notposi input[type=text] {
    width: 100%;
  }
  .notposi input[type=submit] {
    clear: both;
    overflow: hidden;
    float: none;
  }
  .select-wrap {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    z-index: 9999;
    flex-wrap: inherit;
    display: flex;
  }
  .select-wrap li {
    flex: 0 0 40%;
    margin-top: 30px;
    width: auto;
    font-size: 12px;
    white-space: nowrap;
  }
}
.three-column {
  width: 32%;
  float: left;
  margin-right: 2%;
}
.three-column:last-child {
  margin-right: 0;
}
@media only screen and (max-width:736px) {
  .three-column {
    width: auto;
    float: none;
    margin-right: 0;
  }
}
.two-column {
  width: 48%;
  float: left;
  margin-right: 4%;
}
.two-column:last-child {
  margin-right: 0;
}
.mt {
  margin-top: 113px;
}
.mt2 {
  margin-top: 53px;
}
@media only screen and (max-width:736px) {
  .mt {
    margin-top: 0;
  }
  .mt2 {
    margin-top: 20px;
  }
}
ul.service-list li {
  margin-bottom: 5px;
}
.table2 {
  width: 100%;
}
.bo-btm {
  width: 100%;
  height: 2px;
  background: #EEE;
  display: block;
  margin: 10px 0 10px 0;
  overflow: hidden;
  clear: both;
}
table.table2 th, table.table2 td {
  padding: 7px 10px;
  font-size: 14px;
  border: 1px solid #EEE;
}
table.table2 th {
  padding: 15px;
  font-weight: bold;
  min-width: 100px;
  background: #F7F7F7;
}
table.table2 th a {
  text-decoration: underline;
  font-weight: bold;
  font-size: 110%;
  color: rgba(1, 48, 115, 1);
}
table.table2 img {
  max-width: 100%;
}
@media only screen and (max-width:736px) {
  table.table2 td p {
    margin: 0 0 0 10px;
  }
}
table.table td input[type=text].text, table.table2 td input[type=text].text, table.table td input[type=email].text, table.table2 td input[type=email].text, table.table td input[type=tel].text, table.table td input[type=date].text {
  width: 100%;
}
table.table td input[type=date].text.half {
  width: 33% !important;
}
table.table td input[type=text], table.table2 td input[type=text], table.table2 td input[type=password], table.table td input[type=email].text, table.table2 td input[type=email].text, table.table td input[type=tel].text, table.table td input[type=date].text {
  border: none;
  border: 1px solid #DDD;
  border-radius: 7px;
  padding: 7px;
  background: #FFF;
  box-sizing: border-box;
}
table.table td input[type=text].name_text {
  width: 47%;
  margin-right: 3%;
}
table.table td input[type=text].name_text2 {
  width: 47%;
  margin-right: 3%;
}
table.table td input[type=text].belongs {
  margin-bottom: 2%;
}
table.table td input[type=text].address {
  width: 25%;
  margin-right: 1%;
}
ul.table-list {
  max-width: 320px;
}
ul.table-list li {
  float: left;
  width: 26.5%;
  margin-right: 4%;
}
ul.image-list li {}
ul.image-list li:last-child {
  margin-right: 0;
}
ul.image-list img {
  max-width: 100%;
}
ul.table-list li:nth-child(even) {
  width: 2%;
  padding-top: 5px;
}
ul.table-list li:last-child {
  margin-right: 0;
}
ul.table-list li input[type=text] {
  width: 100%;
}
ul.table-list2 {
  max-width: 460px;
}
ul.table-list2 li {
  float: left;
  width: 43%;
  margin-right: 4%;
}
ul.table-list2 li:nth-child(even) {
  width: 5%;
  padding-top: 5px;
}
ul.table-list2 li:last-child {
  margin-right: 0;
}
ul.table-list2 li input[type=date] {
  width: 100%;
  padding: 7px;
  border-radius: 7px;
  background: url("img/calender.png") no-repeat 90% 50%;
  background-size: 18px;
}
@media only screen and (max-width:736px) {
  table.table2.sp-block th, table.table2.sp-block td {
    display: block;
  }
  table.table2 th, table.table2 td {
    font-size: 13px;
  }
  table.table2 th {
    width: 80px;
    padding: 5px 0 10px 0;
    width: auto
  }
  table.table2 td {
    padding: 7px;
  }
  table.table td input[type=text].name_text2 {
    width: 100%;
    margin: 0;
  }
}
.text-centre th, .text-centre td {
  text-align: center;
}
input[type=search].text {
  border: none;
  background: #FFF;
  border: 1px solid #DDD;
  padding: 5px;
  box-sizing: border-box;
  width: 70%;
}
input[type=submit].search-btn {
  background: #00468C;
  color: #FFF;
  border: none;
  padding: 5px;
  -webkit-border-radius: 0 7px 7px 0 / 0 7px 7px 0;
  -moz-border-radius: 0 7px 7px 0 / 0 7px 7px 0;
  border-radius: 0 7px 7px 0 / 0 7px 7px 0;
  cursor: pointer;
  position: relative;
  left: -5px;
}
input[type=button].custom-btn {
  background: #FFF;
  border: none;
  border: 2px solid #00468C;
  color: #00468C;
  padding: 5px 20px;
  box-sizing: border-box;
  margin: 0;
  border-radius: 10px;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
  transition: 0.3s all ease-in-out;
}
@media only screen and (max-width:768px) {
  input[type=button].custom-btn {
    font-size: 14px;
    padding: 10px 20px;
    margin-right: 5px;
  }
}
.float-l {
  float: left;
}
.float-r {
  float: right;
}
.new-wrire {
  margin-left: 20px;
}
.tour-content h2.title + ul li {
  float: left;
  margin: 0 0 0 15px
}
@media only screen and (max-width:768px) {
  .tour-content h2.title + ul li {
    margin: 0 15px 15px 0;
    font-size: 13px;
  }
  .new-wrire {
    margin-left: 0;
    margin-bottom: 20px;
    display: block;
    float: none !important;
    clear: both;
  }
  .spbutton_01 {
    margin-left: 0;
    margin-bottom: 20px;
    display: block;
    float: none !important;
    clear: both;
  }
}
p.pdf a {
  background: url("img/pdf.png") 15px 50% no-repeat #EEE;
  background-size: 20px;
  padding: 15px 15px 15px 45px;
  border-radius: 5px;
  box-shadow: 0 0 2px #999;
}
.tour-content {
  margin: 10px 0 0 0;
  text-align: center;
}
#wrapper .tour-content p.text-centre {
  text-align: center;
}
.tour-content2 {
  margin: 15px 0 0 0;
}
.tour-content:before, .tour-content:after {
  content: "";
  display: block;
  overflow: hidden;
  clear: both;
}
.new-tour-confirm-btn {
  background: #002759;
  border: none;
  color: #FFF;
  padding: 10px 30px;
  box-sizing: border-box;
  margin: 0;
  border-radius: 10px;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
  transition: 0.3s all ease-in-out;
  color: #FFF !important;
  text-decoration: none !important;
}
.two-navi-wrap {
  margin: 30px 0 0 0;
}
@media only screen and (max-width:768px) {
  .two-navi-wrap {
    margin: 10px 0 0 0;
  }
}
input[type="date"] {
  width: 100%;
  position: relative;
  border: 1px solid #DDD;
}
input[type="date"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="date"]::-webkit-clear-button {
  -webkit-appearance: none;
}
input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}
p.detail {
  margin: 10px 0;
}
p.detail a {
  color: #002759;
  border: 2px solid #002759;
  padding: 7px 30px;
  border-radius: 10px;
  font-weight: bold;
  text-decoration: none !important;
}
p a.add-btn {
  font-weight: bold;
  color: #002759;
  border: 2px solid #002759;
  border-radius: 10px;
  padding: 7px 28px;
  transition: all 0.3s ease-in-out;
}
p a.add-btn:after {
  content: "+";
  margin-left: 10px;
}
p a.add-btn:hover {
  background: #002759;
  color: #FFF;
}
.pagecount {
  margin: 10px 0 0 0;
  color: #999;
  font-size: 80%;
}
.pagecount a {
  color: #999;
  text-decoration: underline;
}
@media only screen and (max-width:768px) {
  p a.add-btn {
    font-size: 14px;
  }
  .pagecount {
    margin: 3px 0 0 0px;
  }
}
.add-btn {
  text-decoration: none !important;
}
.pager {
  text-align: center;
  margin: 50px 0 50px 0;
}
.tour-content .pager {
  text-align: center;
  margin: 7px 0 20px 10px;
}
@media only screen and (max-width:768px) {
  .pager {
    margin: 25px 0;
  }
  .tour-content .pager {
    text-align: center;
    margin: 0px 0 0px 0;
  }
}
ul.btn-list li {
  float: left;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
}
ul.btn-list2 {
  min-width: 200px;
}
ul.btn-list2 li {
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
}
ul.btn-list2 li:nth-child(3n) {
  margin-right: 0;
}
ul.btn-list li:nth-child(2n) {
  margin-right: 0;
}
ul.btn-list li:nth-child(n + 3) {
  margin-bottom: 0;
}
ul.btn-list li a, ul.btn-list2 li a, ul.btn-list2 li button {
  width: 100%;
  display: block;
  border: 1px solid #CCC;
  background: #EEE;
  border-radius: 10px;
  padding: 5px 5px;
  box-sizing: border-box;
  color: #002759;
  text-decoration: none !important;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  font-size: 13px;
}
ul.btn-list li a:hover, ul.btn-list2 li a:hover {
  background: #002759;
  color: #FFF;
}
@media only screen and (max-width:1200px) {
  ul.btn-list2 {
    min-width: 70px;
  }
  ul.btn-list li, ul.btn-list2 li {
    float: none;
    width: auto;
    margin-bottom: 10px !important
  }
  ul.btn-list li:last-child {
    margin-bottom: 0 !important;
  }
}
ul#deal-list {
  overflow: hidden;
  clear: both;
  margin-bottom: 20px;
}
ul#deal-list li {
  float: left;
  width: 50%;
}
ul#deal-list li a {
  padding: 10px 0;
  display: block;
  border-bottom: 3px solid #EEE;
  font-weight: bold;
  text-align: center;
}
ul#deal-list li a.active {
  display: block;
  border-bottom: 3px solid #002759;
  color: #002759;
}
.back-btn {
  border: none;
  padding: 10px;
  border-radius: 10px;
  margin-left: 20px;
  font-weight: bold;
  cursor: pointer;
}
.tab-group {
  overflow: hidden;
  clear: both;
  margin: 0 0 25px 0;
}
.tab {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding: 5px;
  list-style: none;
  text-align: center;
  cursor: pointer;
  border-bottom: 3px solid #EEE;
  font-weight: bold;
  font-size: 110%;
}
@media only screen and (max-width:768px) {
  ul#deal-list li a {
    padding: 5px 0;
  }
  ul#deal-list li, .tab {
    font-size: 14px;
  }
}
.panel-group {
  border-top: none;
  background: #F7F7F7;
}
.panel {
  display: none;
}
.tab.is-active {
  border-bottom: 3px solid #002759;
  color: #002759;
  transition: all 0.2s ease-out;
}
.panel.is-show {
  display: block;
}
ul.list-btn {
  display: flex;
  justify-content: center;
}
ul.list-btn li {
  white-space: nowrap;
  margin: 0 10px;
}
ul.list2 {
  margin: 5px 0 0 0;
}
ul.list2 li {
  float: left;
  width: 48%;
  margin-right: 4%;
}
ul.list2 li:last-child {
  margin-right: 0;
}
ul.list2 li h3 {
  font-weight: bold;
  margin: 5px 0 0 0;
  float: left;
  width: 15%;
}
ul.list2 li h3.part1 + input {
  width: 85% !important;
}
ul.list2 li h3.part2 + input, ul.list2 li h3.part2 + input + input, ul.list2 li h3.part2 + input + input + input {
  width: 25% !important;
  margin-right: 5%;
}
ul.list2 li h3.part2 + input + input + input {
  margin-right: 0;
}
@media only screen and (max-width:736px) {
  ul.list2 li h3.part2 + input, ul.list2 li h3.part2 + input + input, ul.list2 li h3.part2 + input + input + input {
    width: 24% !important;
    margin-right: 2%;
  }
}
ul.list3 li {
  width: 32%;
  float: left;
  margin: 0 2% 0 0;
}
ul.list3 li:last-child {
  margin-right: 0;
}
ul.list3x li {
  width: 12%;
  float: left;
  margin: 0 2% 0 0;
}
ul.list3x li:last-child {
  margin-right: 0;
  width: 72% !important;
}
ul.list3xx li {
  width: 12%;
  float: left;
  margin: 0 2% 0 0;
}
ul.list3xx li:last-child {
  margin-right: 0;
  width: 86% !important;
}
ul.flow {
  overflow: hidden;
  clear: both;
  width: 99.7%;
  margin: 0 0 25px 0;
}
ul.flow li {
  float: left;
  width: 32%;
  background: rgba(1, 48, 115, 0.2);
  padding: 10px;
  margin-right: 2%;
  text-align: center;
  position: relative;
}
ul.flow li.active {
  background: rgba(1, 48, 115, 0.5);
  color: #FFF;
}
ul.flow li:last-child {
  margin-right: 0;
}
ul.flow li span {
  font-size: 70%;
  margin: 0 10px 0 0;
}
ul.flow li:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 22px solid rgba(1, 48, 115, 0.2);
  border-top: 23px solid transparent;
  border-bottom: 22px solid transparent;
  position: absolute;
  right: -22px;
  z-index: 99;
  top: 0;
}
ul.flow li.active:after {
  border-left: 22px solid rgba(1, 48, 115, 0.5);
}
ul.flow li:last-child:after {
  display: none;
}
@media only screen and (max-width:768px) {
  ul.flow li span {
    display: none;
  }
  ul.flow li {
    font-size: 11px;
  }
}
.wrap {
  background: #F7F7F7;
}
.text90 {
  width: 80% !important;
  margin-right: 10px !important;
}
.text80 {
  width: 70% !important;
  margin-right: 10px !important;
}
table.bigsize td p, table.bigsize select {
  font-size: 110%;
}
ul.classname {
  overflow: hidden;
  clear: both;
  margin: 0 0 25px 0;
}
ul.classname li {
  float: left;
  border-right: 1px solid #CCC;
  padding: 0 10px;
}
ul.classname li:first-child {
  padding-left: 0;
}
ul.classname li:last-child {
  padding-right: 0;
  border: none;
}
/*トーナメント*/
table.tournament {
  width: 100%;
  margin-bottom: 50px;
}
.bottom-red {
  border-bottom: solid rgba(255, 0, 0, 1) 3px;
}
.right-red {
  border-right: solid rgba(255, 0, 0, 1) 3px;
}
.right-black {
  border-right: solid rgba(0, 0, 0, .3) 3px;
}
.bottom-black {
  border-bottom: solid rgba(0, 0, 0, .3) 3px;
}
td.name {
  width: 200px;
}
@media only screen and (max-width:768px) {
  td.name {
    width: 70px;
  }
}
input[type=text].icon-move.on {
  background: #BB2225 !important;
  color: #FFF;
}
.tab-group {
  display: flex;
  justify-content: center;
}
.tab {
  flex-grow: 1;
  padding: 5px;
  list-style: none;
  text-align: center;
  cursor: pointer;
}
.panel-group {
  background: none !important;
}
.panel {
  display: none;
}
.tab.is-active {
  background: rgba(1, 48, 115, .5);
  color: #FFF;
  transition: all 0.2s ease-out;
}
.panel.is-show {
  display: block;
}
.tab-group-inside, .tab-group-inside2, .tab-group-inside3 {
  display: flex;
  justify-content: center;
}
.tab-inside, .tab-inside2, .tab-inside3 {
  flex-grow: 1;
  padding: 5px;
  list-style: none;
  border: 2px solid #EEE;
  text-align: center;
  cursor: pointer;
}
.panel-group-inside, .panel-group-inside2, .panel-group-inside3 {
  background: none !important;
}
.panel-inside, .panel-inside2, .panel-inside3 {
  display: none;
}
.tab-inside.is-active-inside, .tab-inside2.is-active-inside2, .tab-inside3.is-active-inside3 {
  border: 2px solid #002759;
  color: #002759;
  font-weight: bold;
  transition: all 0.2s ease-out;
}
.panel-inside.is-show-inside, .panel-inside2.is-show-inside2, .panel-inside3.is-show-inside3 {
  display: block;
}
.winner {
  overflow: hidden;
  clear: both;
  margin: 20px 0 0 0;
}
.winner p {
  float: left;
  width: 10%;
  padding: 5px 0 0 0;
}
.winner select {
  float: left;
  width: 90%;
}
a.confirm {
  background: #002759;
  color: #FFF;
  border-radius: 7px;
  padding: 7px 20px;
  text-decoration: none;
  display: block;
}
.tournament-list {
  overflow: hidden;
  clear: both;
  margin: 20px 0 0 0;
  background: #EEE;
  padding: 10px;
}
.tournament-list p {
  float: left;
  width: 15%;
  padding: 5px 0 0 0;
  font-weight: bold;
}
.tournament-list select {
  float: left;
  width: 85%;
}
@media only screen and (max-width:769px) {
  .tournament-list p, .tournament-list select, .winner p, .winner select {
    float: none;
    width: auto;
  }
}
.info-btn {
  border: 2px solid #002759;
  color: #002759;
  padding: 10px 20px;
  border-radius: 10px;
  font-weight: bold;
  background: #FFF;
}
.info-btn:before {
  content: "";
  background: url("../img/people.svg") no-repeat left 50%;
  background-size: 18px;
  width: 18px;
  display: inline-block;
  height: 18px;
  margin-right: 10px;
  position: relative;
  top: 5px;
}
.message-btn {
  border: 2px solid #002759;
  color: #002759;
  padding: 10px 20px;
  border-radius: 10px;
  font-weight: bold;
  background: #FFF;
}
.message-btn:before {
  content: "";
  background: url("../img/comment.svg") no-repeat left 50%;
  background-size: 20px;
  width: 20px;
  display: inline-block;
  height: 18px;
  margin-right: 10px;
  position: relative;
  top: 5px;
}
.edit-btn {
  background: #002759;
  color: #FFF;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
}
.delete-btn {
  background: #666;
  color: #FFF;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
}
.edit-btn_01 {
  background: none;
  color: #106AB2;
  padding: 0px;
  border: none;
  font-weight: bold;
  text-decoration: underline;
}
a.edit-btn_01:hover {
  color: #ccc;
}
@media only screen and (max-width:769px) {
  .info-btn, .message-btn {
    padding: 5px 10px;
  }
}
table.no-th-w th, table.no-th-w td {
  border: none !important;
}
table.no-th-w th {
  width: 80px;
  text-align: left;
  padding: 0 !important;
}
@media only screen and (max-width:769px) {
  table.no-th-w th {
    width: auto;
    text-align: left;
  }
}
p.office {
  float: right;
}
p.office a {
  border: solid 2px #002759;
  color: #002759;
  padding: 5px;
  font-weight: bold;
  border-radius: 5px;
}
.talkline-all {
  padding: 50px 25px 100px 25px;
  background: #FFFAFA;
  min-height: 60vh;
}
@media only screen and (max-width:769px) {
  .talkline-all {
    padding: 25px 10px 25px 10px;
    min-height: 50vh
  }
}
.talkline-all time {
  text-align: center;
  color: #BCBEC0;
  display: block;
  margin: 0 auto 5px auto;
  width: 100px;
  font-size: 0.7rem;
}
.talkline {
  overflow: hidden;
  clear: both;
  padding: 5px 15px 15px 5px;
}
.talkline-all .right-message {
  float: right;
  max-width: 50%;
  margin: 0;
}
.talkline-all .right-message .thename {
  font-size: 11px;
  color: #999;
}
.talkline-all .left-message .thename {
  font-size: 11px;
  color: #999;
  margin-left: 50px;
}
.talkline-all ul.fukidashi {
  clear: both;
  width: 450px;
}
.talkline-all ul.fukidashi li {
  float: left;
}
ul.fukidashi li p, div.fukidashi p {
  font-size: 14px !important;
}
@media only screen and (max-width:736px) {
  .talkline-all .right-message {
    float: right;
    max-width: 65%;
    margin: 0;
  }
  ul.fukidashi li p, div.fukidashi p {
    font-size: 13px !important;
  }
  .talkline-all ul.fukidashi {
    clear: both;
    width: 250px;
  }
}
.talkline-all div.fukidashi {
  width: 100%;
  max-width: 400px;
  background: #cce3f2;
  padding: 5px 10px;
  border-radius: 10px;
  position: relative;
}
@media only screen and (max-width:736px) {
  .talkline-all div.fukidashi {
    max-width: 200px;
  }
}
.talkline-all div.fukidashi:after {
  position: absolute;
  right: -5px;
  top: 10px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #cce3f2;
}
.talkline-all .left-message {
  float: left;
}
.talkline-all .left-message ul.fukidashi li {
  width: 82%;
  background: #FFF;
  padding: 5px 10px;
  box-sizing: border-box;
  border-radius: 10px;
  position: relative;
}
.talkline-all .left-message ul.fukidashi li:before {
  position: absolute;
  left: -5px;
  top: 10px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 5px 0;
  border-color: transparent #FFF transparent transparent;
}
.sendbox {
  position: fixed;
  bottom: 30px;
  background: #FFF;
  width: calc(100% - 540px);
  padding: 0 3%;
  box-sizing: border-box;
  padding-top: 5px;
  padding-bottom: 5px;
  z-index: 9999;
}
@media only screen and (max-width:736px) {
  .sendbox {
    width: 100%;
    bottom: 0;
    left: 0;
  }
}
.sendbox.estimate-ver {
  background: #1C75BC
}
ul.bottom-list {
  position: relative;
}
ul.bottom-list li {
  float: left;
}
ul.bottom-list li:nth-child(1) {
  width: 8%;
  padding: 5px 0 0 0;
  line-height: 1.3;
  color: #FFF;
}
ul.bottom-list li:nth-child(2) {
  width: 82%;
}
ul.bottom-list li:nth-child(2) textarea, ul.bottom-list li:nth-child(2) input[type=number] {
  width: 100%;
  border-radius: 5px;
  height: 40px;
  max-height: 300px;
  padding: 8px;
  line-height: 20px;
}
textarea.waku1 {
  border: none;
  background: #FFF;
  border: 1px solid #D1D3D4;
}
input.waku2 {
  background: #FFF;
  border: none;
  width: 88% !important;
  margin: 0 5px 0 10px;
}
input.waku2 + span {
  color: #FFF;
}
ul.bottom-list li:nth-child(2) div {
  position: absolute;
  left: 5px;
  top: 6px;
}
ul.bottom-list li:nth-child(2) div img {
  width: 16px;
}
ul.bottom-list li:nth-child(3) {
  width: 7%;
  padding: 10px 0 0 2%;
}
.dn {
  display: none
}
th.v-top {
  vertical-align: top !important;
}
.btn_fileupload {
  background: transparent url(../img/clip.svg) no-repeat top left;
  background-size: 14px;
  border: none;
  width: 14px;
  height: 28px;
  cursor: pointer;
  margin: 7px 0 0 0;
}
.btn_fileupload_over {
  background: transparent url(../img/clip.svg) no-repeat top left;
  background-size: 14px;
  border: none;
  width: 14px;
  height: 28px;
  cursor: pointer;
}
input[type=submit].paperplane {
  background: url("../img/paperplane.svg") #002759 50% 50% no-repeat;
  background-size: 20px;
  width: 32px;
  height: 32px;
  color: #FFF;
  border: none;
  border-radius: 50%;
  padding: 0 5px;
  display: block;
  text-align: center;
  letter-spacing: 0;
  transition: all 0.3s ease-in;
  font-size: 1rem;
  box-sizing: border-box;
  margin: 0;
  box-shadow: 0 0 30px #CCC;
  font-weight: bold;
}
input[type=submit].paperplane2 {
  background: url("../img/paperplane2.svg") #FFF 50% 50% no-repeat;
  background-size: 20px;
  width: 32px;
  height: 32px;
  color: #FFF;
  border: none;
  border-radius: 50%;
  padding: 0 5px;
  display: block;
  text-align: center;
  letter-spacing: 0;
  transition: all 0.3s ease-in;
  font-size: 1rem;
  box-sizing: border-box;
  margin: 0;
  box-shadow: 0 0 30px #CCC;
  font-weight: bold;
}
input.pluralBtn {
  width: 30px;
  height: 30px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 5px;
  padding: 0;
  margin: 0;
}
.eighty {
  width: 80%;
  margin-right: 0;
}
@media only screen and (max-width:736px) {
  .eighty {
    width: 65%;
  }
}
.city-box:not(:first-child) {
  margin-top: 10px;
}
.pager span, .pager a {
  margin: 0 10px;
  font-size: 13px;
}
.pager span {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  display: inline-block;
  background: #80b8de;
  color: #FFF;
  text-align: center;
  vertical-align: middle;
  margin: 0 5px;
  position: relative;
  top: -1px;
}
.tour-content .pager span, .pager a {
  width: 20px;
  height: 20px;
  line-height: 18px;
  border-radius: 50%;
  display: inline-block;
  background: #fff;
  color: #000;
  text-align: center;
  vertical-align: middle;
  margin: 0 5px;
  position: relative;
  top: -1px;
  border: 0.5px solid #ccc;
  font-size: 11px;
}
.tour-content .pager span {
  width: 20px;
  height: 20px;
  line-height: 18px;
  border-radius: 50%;
  display: inline-block;
  background: #000;
  color: #FFF;
  text-align: center;
  vertical-align: middle;
  margin: 0 5px;
  position: relative;
  top: -1px;
  font-size: 11px;
}
.cal-box {
  overflow: hidden;
  clear: both;
  margin-bottom: 10px;
}
.cal-box select {
  margin-left: 10px;
}
.cal-box:nth-child(2) {
  margin-bottom: 0;
}
h3.title, h3.title2 {
  font-weight: bold;
  margin: 15px 0;
  color: #002759;
}
h3.title2 {
  font-size: 18px;
}
ul.normal-list li {
  font-size: 14px;
}
ul.normal-list li:before {
  content: "■";
  margin: 0 10px 0 0;
  color: #002759;
  font-size: 10px;
}
h3.title:before {
  content: "■";
  margin: 0 10px 0 0;
}
.radio-text {
  display: none;
  margin-top: 10px
}
.radio-box ul {
  display: flex;
}
ul.two-btns {
  display: flex;
  margin: 15px 0 15px 0;
}
ul.two-btns li {
  margin: 0 10px 0 0;
}
ul.two-btns li button {
  padding: 10px 15px;
  border: 2px solid #002759;
  background: none;
  border-radius: 5px;
  color: #002759;
  font-weight: bold;
  font-size: 14px;
}
ul.two-btns li button:after {
  content: "+";
  margin: 0 0 0 10px;
}
.stick {}
ul.stick {
  position: sticky;
  position: -webkit-sticky;
  top: 44px;
  z-index: 9;
  display: flex;
  padding: 15px 0 30px 0;
  background: #FFF
}
ul.stick li a {
  font-weight: bold;
  padding: 7px 21px;
  background: #FFF;
  border-bottom: 3px solid #EEE;
  font-size: 15px;
}
@media only screen and (max-width:736px) {
	h3.title2 {
  font-size: 16px;
}
	ul.normal-list li{
		font-size:13px;
	}
  ul.two-btns {
    margin-top: 5px;
  }
  ul.two-btns li button {
    font-size: 13px;
  }
  ul.stick {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    margin-right: -15px;
    margin-left: -15px;
    left: -15px;
  }
  ul.stick li {
    white-space: nowrap;
  }
  ul.stick li a {
    font-size: 13px;
    padding: 7px;
  }
}
ul.stick li a.active {
  border-bottom: 3px solid #002759;
  color: #002759;
}
.red {
  background: #C00;
  color: #FFF;
}
ul.three-list {
  display: flex;
}
ul.three-list li {
  width: 30%;
  margin-right: 5%;
}
ul.three-list li:last-child {
  margin-right: 0;
}
button.cancel {
  background: #333;
  color: #FFF;
  border: none;
  border-radius: 5px;
  padding: 10px 82px;
  display: block;
  margin: 25px auto;
  font-weight: bold;
  letter-spacing: 2px;
}
button {
  transition: all 0.3s;
  cursor: pointer;
}
button:hover {
  opacity: 0.7;
}
@media only screen and (max-width:736px) {
  button.cancel {
    background: #333;
    color: #FFF;
    border: none;
    border-radius: 5px;
    padding: 10px 32px;
  }
}
.form__file input[type=file] {
  display: none !important;
}
.form__file label {
  background: #FFF;
  border: 2px solid #002759;
  color: #002759;
  font-weight: bold;
  font-size: 14px;
  padding: 8px 10px;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin-right: 8px;
}
.form__file label:hover {
  opacity: 0.7;
  transition: 0.3s ease-out;
}
.form__file label:after {
  content: "選択されていません";
  color: #333;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: -140px;
  top: calc(50% - 10px);
  font-weight: normal;
}
.form__file label.changed:after {
  content: "";
}
.form__file .filename {
  font-size: 12px;
}
ul.target-list {
  margin: 10px 0 0 0;
}
ul.target-list li {
  margin-bottom: 10px;
}
ul.sp-block {
  display: flex;
}
.target01, .target02 {
  border-top: 1px dotted #CCC;
}
@media only screen and (max-width:736px) {
  .form__file label {
    font-size: 13px;
  }
  .form__file label:after {
    font-size: 12px;
    right: -120px;
  }
  ul.target-list {
    display: block;
  }
  ul.sp-block {
    display: block;
  }
  ul.sp-block li {
    margin-bottom: 5px;
  }
  ul.sp-block li:last-child {
    margin-bottom: 0;
  }
}
/*contents2editnew*/
#wrapper .user_info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#wrapper .user_info li:first-child {}
#wrapper .user_info li:last-child {}
#wrapper .user_info .user_info_flex {
  display: flex;
  justify-content: flex-start;
  border: 1px solid #EEE;
  padding: 10px;
}
#wrapper .user_info .user_info_flex li {
  width: 50%;
}
#wrapper .user_info .user_info_flex li:first-child {
  width: 20%;
}
#wrapper .user_info .user_info＿01 {
  width: 25%;
}
#wrapper .user_info .user_info＿02 {
  width: 25%;
}
#wrapper .user_info .user_info＿03 {
  width: 25%;
}
#wrapper .user_info .user_info＿04 {
  width: 25%;
}
.form_erea {
  display: flex;
  justify-content: space-between;
}
.form_erea .form_erea_left {
  width: 49%
}
.form_erea .form_erea_right {
  width: 49%
}
table .table_alert {
  background-color: #ff0000;
  text-align: center
}
.table_margin {
  margin-bottom: 20px;
}
.table_margin a {
  color: #106AB2;
  text-decoration: underline;
}
ul.input_flexbox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 20px 0;
}
ul.input_flexbox li {
  width: 70%;
}
ul.input_flexbox li:last-child {
  width: 20%;
  padding-left: 2%;
}
input[type=submit].tuika {
  background: #002759;
  border: none;
  padding: 8px 20px;
  border-radius: 7px;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 736px) {
  #wrapper .user_info .user_info＿01 {
    width: 50%;
  }
  #wrapper .user_info .user_info＿02 {
    width: 50%;
  }
  #wrapper .user_info .user_info＿03 {
    width: 50%;
  }
  #wrapper .user_info .user_info＿04 {
    width: 50%;
  }
  #wrapper .user_info .user_info_flex li:first-child {
    width: 40%;
    font-size: 13px;
  }
  #wrapper .user_info .user_info_flex li {
    width: 60%;
    font-size: 13px;
  }
  #wrapper .user_info .user_info_flex {
    padding: 5px;
  }
  .form_erea {
    display: block;
    justify-content: space-between;
  }
  .form_erea .form_erea_left {
    width: 100%;
  }
  .form_erea .form_erea_right {
    width: 100%;
  }
  .form_erea table.table_margin td, .form_erea table.sp_table_border td {
    padding: 10px;
    border: 1px solid #EEE;
    font-size: 13px;
    vertical-align: middle;
  }
  .form_erea table.sp_table_border {
    margin-bottom: 20px;
  }
  .text-decoration_01 {
    text-align: center;
  }
}
/*********************スタッフ管理*********************/
@media only screen and (max-width:768px) {
  .spNone {
    display: none;
  }
}
/*contents1-1*/
#file_form {
  margin-bottom: 20px;
}
.dl_link {
  text-decoration: underline;
  color: #106AB2;
}
.fa {
  display: block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-sort:before {
  content: "▲";
}
.fa-sort:after {
  content: "▼";
}
.contents_button {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.contents_button p {
  padding-right: 20px;
  display: block;
  margin-top: 20px;
}
.contents_button p:last-child {
  padding-left: 0;
}
/*pdficon*/
a.pdficon {
  position: relative;
  text-decoration: underline;
  color: #0070C0;
}
a.pdficon:before {
  content: "";
  background-image: url(../img/pdf.svg);
  width: 100%;
  position: absolute;
  right: -25px;
  top: 0;
  background-size: contain;
  background-repeat: no-repeat;
  height: 100%;
  background-position: center right;
}
/*kiyaku*/
.kiyaku {
  overflow-y: scroll;
  width: 100%;
  height: 25vh;
  margin-bottom: 25px;
}
.kiyaku dt {
  margin-top: 15px;
}
.kiyaku dd {
  font-size: 14px;
}
.policy {
  margin: 20px auto;
  text-align: center;
}
.submit_btnarea {
  width: 360px;
  margin: 0 auto;
}
.form_btn {
  background: #002759;
  border: 1px solid #fff;
  border-radius: 7px;
  color: #fff;
  width: 100%;
  padding: 20px 0;
  font-size: 16px;
  cursor: pointer;
  transition: all .5s ease-out;
  position: relative;
  font-weight: bold;
}
@media only screen and (max-width:768px) {
  .form_btn {
    width: 80%;
  }
  .sp_h3text {
    font-size: 14px;
  }
}
.form_btn:hover {
  opacity: 0.9;
}
button[type="submit"][disabled] {
  background-color: #fff;
  color: #ccc;
  border-color: #ccc;
  cursor: default;
}
button[type="submit"][disabled]:hover {
  opacity: 1;
}
#wrapper p.red_text {
  font-size: 15px;
  color: red;
  text-align: center;
}
#wrapper p.black_text {
  font-size: 15px;
  color: black;
  text-align: center;
}
#wrapper p.black_text a {
  text-decoration: underline;
  color: #0070C0;
}
#wrapper p.forget {
  font-size: 13px;
  color: #333;
  text-align: center;
  margin: 20px 0 0 0;
}
#wrapper p.forget a {
  text-decoration: underline;
  color: #0070C0;
}
.radio_button {
  display: inline-block;
  vertical-align: middle;
}
a, input[type=button] {
  transition: all 0.3s ease-in-out;
}
a:hover, input[type=button]:hover {
  opacity: 0.7;
}
p.pagetop {
  text-align: right !important;
  margin: 20px 0 0 0;
}
p.pagetop a {
  font-size: 12px;
}
p.pagetop a:after {
  content: "▲";
  display: inline-block;
  margin: 0 0 0 10px;
  color: #002759;
}
/*========================FOOTER=================================*/
footer {
  padding: 10px 0;
  margin: 20px 0 0 0;
  text-align: center;
}
footer ul {
  display: inline-block;
  margin: 0 0 20px 0;
}
footer ul li {
  float: left;
  font-size: 13px;
  margin: 0 20px;
}
footer ul li:nth-child(2) {
  border-left: 1px solid #CCC;
  padding-left: 20px;
}
footer ul li a.pdficon {
  text-decoration: none !important;
  color: #333 !important;
}
footer p {
  font-size: 11px;
  color: #999;
}
@media only screen and (max-width:736px) {
  footer {
    margin: 0 0 0 0;
  }
}
.first-text p {
  margin-bottom: 25px;
  line-height: 2;
}
.mypage-contents {
  border: 1px solid #002759;
  padding: 20px;
  margin: 0 0 25px 0
}
.mypage-contents h4 {
  font-weight: bold;
  margin: 0 0 10px 0;
}
.mypage-contents p {
  margin: 0 0 10px 0;
}
.mypage-contents p.btn {
  text-align: left !important;
  margin: 15px 0;
}
.mypage-contents .sakusei {
  background: #F7F7F7;
  padding: 15px;
  margin: 0 0 15px 0;
}
.mypage-contents h5 {
  font-weight: bold;
  margin: 0 0 10px 0;
}
table.my-table {
  border: 1px solid #CCC;
  width: 100%;
}
table.my-table th, table.my-table td {
  text-align: center;
  padding: 10px;
  border: 1px solid #CCC;
}
@media only screen and (max-width:736px) {
	.mypage-contents p.btn a{
		display: block;
		text-align: center;
	}
	table.my-table th, table.my-table td {
		display: block;
	}
	table.my-table.ver1 td:before,
	table.my-table.ver2 td:before{
		display: block;
		font-size:12px;
		margin-bottom: 10px;
	}
	table.my-table th{
		display: none;
	}
	table.my-table.ver1 td:nth-child(1):before{
		content:"応募者情報";	
	}
	table.my-table.ver1 td:nth-child(2):before{
		content:"最終更新日";	
	}
	table.my-table.ver1 td:nth-child(3):before{
		content:"確認用PDF";	
	}
		table.my-table.ver2 td:nth-child(1):before{
		content:"研究援助申請";	
	}
	table.my-table.ver2 td:nth-child(2):before{
		content:"最終更新日";	
	}
	table.my-table.ver2 td:nth-child(3):before{
		content:"確認用PDF";	
	}
}
table.my-table th {
  background: #E5E9EE;
  font-size: 14px;
  font-weight: bold;
}
table.my-table td input[type=button].ok {
  margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.final-d {
  text-align: center;
}
.final-d h6 {
  text-decoration: underline;
}
@media only screen and (max-width:736px) {
	.final-d h6 {
		font-size:13px;
	}
}
ul.birth {
  display: flex;
  align-items: center;
}
ul.birth li {
  margin: 0 10px 0 0;
	text-align: left;
}
ul.birth li:last-child{
	margin-right: 0;
}
ul.birth li select {
  width: 100%;
}
.gakui:not(:nth-child(1)) h2 {
  margin: 10px 0 10px 0;
}
textarea.job {
  height: 200px;
}
textarea.prize {
  height: 100px;
}
textarea.kadai {
  height: 80px;
}
textarea.kadai2 {
  height: 100px;
}
textarea.gaiyou {
  height: 280px;
}
.counting {
  font-size: 12px !important;
  color: #999;
  text-align: right !important;
}
table.table tbody td a.download-label:before{
    content:"";
    background: url("../img/pdf.svg") no-repeat;
    background-size:100%;
    display: inline-block;
    width:20px;
    height:22px;
    margin: 0 10px 0 0;
    position: relative;
    top:5px;
}