@charset "UTF-8";
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
}

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

fieldset,
img {
  border: 0;
}

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

li {
  list-style: none;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input,
textarea,
select {
  *font-size: 100%;
}

.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

a {
  outline: none;
  text-decoration: none;
  color: inherit;
}

img {
  vertical-align: bottom;
}

a[href],
label[for],
button,
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="image"],
input[type="radio"],
input[type="checkbox"],
select {
  cursor: pointer;
}

a[href^="tel:"] {
  cursor: default;
}

/*-------------------------
  ROLL OVER
-------------------------*/
.ro {
  transition: all 0.25s linear;
}

.ro:hover {
  opacity: .8;
  transition: all 0.25s linear;
}

.ro:hover img {
  opacity: 1;
}

.ro a:hover, .ro a:hover img {
  transition: none;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .ro:hover,
  .ro a:hover,
  .ro a:hover img {
    opacity: 1;
  }
}

/*-------------------------
  pcCont/spCont
-------------------------*/
.sp, .spCont {
  display: none;
}

@media only screen and (max-width: 767px) {
  .pc, .pcCont {
    display: none;
  }
  .sp, .spCont {
    display: block;
  }
}

/*-------------------------
  COMMONS
-------------------------*/
.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.f_left {
  float: left;
}

.f_right {
  float: right;
}

.clear {
  clear: both;
}

button {
  cursor: pointer;
  outline: none;
}

.fBox {
  display: flex;
}

svg {
  fill: currentColor;
}

.preload * {
  transition: none !important;
}

.ofi {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.mt0 {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mt10 {
  margin-top: 10px !important;
}

/* chrome opera */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  body {
    image-rendering: -webkit-optimize-contrast;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■setting
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
html {
  font-size: 62.5%;
}

body {
  position: relative;
  background: white;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic Medium", "游ゴシック Medium", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
  font-weight: normal;
  font-weight: normal;
  color: #585858;
  font-size: 1.5rem;
  line-height: 1.86667;
  margin: 0 auto;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  word-break: normal;
  word-wrap: break-word;
  line-break: strict;
  overflow-wrap: break-word;
  padding-top: 55px;
}

@media only screen and (max-width: 767px) {
  body {
    padding: 0 0 120px;
  }
}

body a.url {
  word-break: break-all;
}

.lity-active body {
  position: fixed;
}

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

.bold, strong {
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  a[href*="tel:"] {
    text-decoration: underline;
  }
}

#container {
  position: relative;
  overflow: hidden;
  z-index: 0;
  width: 100%;
}

.contents {
  position: relative;
  padding-top: 40px;
}

@media only screen and (max-width: 767px) {
  .contents {
    padding-top: 70px;
  }
}

.contents sction:last-of-type {
  margin-bottom: 0;
}

.innerWrap {
  max-width: 940px;
  padding: 0 20px;
  margin: 0 auto;
}

a {
  color: #0054A7;
  transition: all 0.25s linear;
}

a:hover {
  opacity: .8;
  transition: all 0.25s linear;
}

.red_txt, .error {
  color: #ff0000;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■parts
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*-------------------------
  hd
-------------------------*/
.hd01 {
  text-align: center;
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .hd01 {
    margin-bottom: 30px;
  }
}

.hd01.user {
  padding-right: 35px;
}

.hd01.user:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(../img/ico_user.png) no-repeat;
  background-size: 25px auto;
  vertical-align: middle;
  margin: 0 10px 3px 0;
}

/*-------------------------
  btn
-------------------------*/
.btn01 {
  text-align: center;
}

.btn01 a, .btn01 button {
  display: inline-block;
  line-height: 1.4;
  color: #fff;
  min-width: 340px;
  margin: 0 auto;
  padding: 14px;
  background: #0054A7;
  border: 1px solid #0054A7;
  border-radius: 25px;
  font-size: 1.5rem;
  transition: all 0.25s linear;
}

.btn01 a:hover, .btn01 button:hover {
  opacity: .8;
  transition: all 0.25s linear;
}

@media only screen and (max-width: 380px) {
  .btn01 a, .btn01 button {
    min-width: inherit !important;
    width: 100% !important;
  }
}

.btn01.color02 a, .btn01.color02 button {
  border-color: #3C3C43;
  background: #fff;
  color: #585858;
}

.btn01.color02 a:hover, .btn01.color02 button:hover {
  background: #f9f9f9;
  opacity: 1;
}

.back_btn {
  text-align: center;
}

.back_btn a {
  width: 135px;
  display: block;
  margin: 40px auto 0;
  border: 1px solid #3C3C43;
  border-radius: 5px;
  padding: 10px;
  color: #585858;
  transition: all 0.25s linear;
}

.back_btn a:hover {
  background: #f9f9f9;
  opacity: 1;
}

ul.btn_area {
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  ul.btn_area {
    justify-content: space-between;
  }
}

ul.btn_area li {
  padding: 0 10px;
}

@media only screen and (max-width: 767px) {
  ul.btn_area li {
    width: 48%;
    padding: 0;
  }
}

ul.btn_area li a, ul.btn_area li button {
  min-width: 250px;
}

@media only screen and (max-width: 767px) {
  ul.btn_area li a, ul.btn_area li button {
    min-width: inherit;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  ul.btn_area li:only-child {
    width: 100%;
  }
}

ul.btn_area li:only-child a, ul.btn_area li:only-child button {
  min-width: 340px;
}

/*-------------------------
table
-------------------------*/
.table01 {
  margin: 0 auto;
}

.table01 th, .table01 td {
  border: 1px solid #E8E8E8;
  font-size: 1.3rem;
  line-height: 1.46154;
  text-align: center;
  vertical-align: middle;
  padding: 16px 18px;
}

@media only screen and (max-width: 767px) {
  .table01 th, .table01 td {
    /*width: 100%;*/
    padding: 10px 8px;
  }
}

@media only screen and (max-width: 355px) {
  .table01 th, .table01 td {
    font-size: 1.2rem;
  }
}

.table01 th {
  background: #F5F5F5;
}

.table01 td {
  background: #fff;
}

/*-------------------------
list
-------------------------*/
ul.kome li,
ol.kome li {
  text-indent: -1em;
  padding-left: 1em;
}

ul.indent_15 li,
ol.indent_15 li {
  text-indent: -1.5em;
  padding-left: 1.5em;
}

/*-------------------------
sp_scroll
-------------------------*/
@media only screen and (max-width: 767px) {
  .sp_scroll:before {
    content: "▼スクロールをしてご確認ください。";
    display: block;
    margin-bottom: 5px;
  }
  .sp_scroll .scroll_area {
    overflow-x: auto;
  }
  .sp_scroll table {
    width: 700px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■header
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  z-index: 300;
}

@media only screen and (max-width: 767px) {
  #header {
    top: auto;
    bottom: 0;
    border-top: 1px solid #E9E9E9;
    box-shadow: none;
  }
}

#header #header_nav {
  max-width: 1000px;
  margin: 0 auto;
}

#header ul {
  display: flex;
  height: 55px;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  #header ul {
    padding-top: 12px;
    height: 70px;
  }
}

#header ul li {
  padding: 0 11% 0 20px;
}

@media only screen and (max-width: 1024px) {
  #header ul li {
    padding-right: 10%;
  }
}

@media only screen and (max-width: 980px) {
  #header ul li {
    padding-right: 6%;
  }
}

@media only screen and (max-width: 767px) {
  #header ul li {
    padding: 0 5px;
    width: 20%;
    font-size: 1.2rem;
  }
}

#header ul li:last-of-type {
  padding-right: 0;
}

#header ul li a {
  height: 100%;
  display: flex;
  align-items: center;
  color: #8A8A8A;
  background: no-repeat left center;
  padding: 5px 0 3px 38px;
  position: relative;
  transition: all 0.25s linear;
}

#header ul li a:hover {
  opacity: .8;
  transition: all 0.25s linear;
}

@media only screen and (max-width: 767px) {
  #header ul li a {
    background-position: center top;
    padding: 33px 0 0 !important;
    background-size: auto 23px !important;
    display: block;
    text-align: center;
  }
}

#header ul li.active a {
  color: #0054A7;
}

#header ul li.error a:before {
  content: "";
  display: block;
  background: url(../img/nav_error.png) no-repeat;
  background-size: 15px auto;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 15px;
  left: -5px;
}

@media only screen and (max-width: 767px) {
  #header ul li.error a:before {
    top: 0;
    left: 50% !important;
    margin-left: -18px;
  }
}

#header ul .home a {
  background-image: url(../img/nav_home.png);
  background-size: 32px auto;
}

#header ul .home.active a {
  background-image: url(../img/nav_home_on.png);
}

#header ul .target a {
  background-image: url(../img/nav_target.png);
  background-size: 16px auto;
  padding-left: 32px;
}

#header ul .target.active a {
  background-image: url(../img/nav_target_on.png);
}

#header ul .target.error a:before {
  left: -8px;
}

#header ul .input a {
  background-image: url(../img/nav_input.png);
  background-size: 21px auto;
  padding-left: 30px;
}

#header ul .input.active a {
  background-image: url(../img/nav_input_on.png);
}

#header ul .check a {
  background-image: url(../img/nav_check.png);
  background-size: 22px auto;
}

#header ul .check.active a {
  background-image: url(../img/nav_check_on.png);
}

#header ul .analysis a {
  background-image: url(../img/nav_analysis.png);
  background-size: 22px auto;
}

#header ul .analysis.active a {
  background-image: url(../img/nav_analysis_on.png);
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■footer
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#footer {
  margin-top: 60px;
  padding-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  #footer {
    display: none;
  }
}

#footer ul {
  display: flex;
  justify-content: center;
}

#footer ul li {
  padding: 0 25px;
  letter-spacing: 0.1em;
  border-right: 1px solid #585858;
  line-height: 1;
}

#footer ul li:last-of-type {
  border-right: none;
}

#footer ul li a {
  color: #585858;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■MENU
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.menuBtn {
  position: relative;
  z-index: 2500;
}

@media only screen and (max-width: 767px) {
  .menuBtn {
    background: #fff;
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 400;
  }
}

/*-------------------------
spMenuBtn
-------------------------*/
#spMenuBtn {
  z-index: 99999;
  border: none;
  background-color: transparent;
  outline: none;
  /*template*/
  width: 60px;
  height: 60px;
  padding: 11px 17px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
}

#spMenuBtn .spMenuBtn_bar {
  position: relative;
}

#spMenuBtn .spMenuBtn_bar:before, #spMenuBtn .spMenuBtn_bar:after {
  content: '';
}

#spMenuBtn .spMenuBtn_bar span, #spMenuBtn .spMenuBtn_bar:before, #spMenuBtn .spMenuBtn_bar:after {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  margin: auto;
  transition: all 0.2s;
  transform-origin: 50% 50%;
}

#spMenuBtn .spMenuBtn_bar span {
  top: 0;
  bottom: 0;
}

#spMenuBtn .spMenuBtn_bar:before {
  top: 0;
}

#spMenuBtn .spMenuBtn_bar:after {
  bottom: 0;
}

#spMenuBtn.open .spMenuBtn_bar {
  position: relative;
}

#spMenuBtn.open .spMenuBtn_bar:before, #spMenuBtn.open .spMenuBtn_bar:after {
  content: '';
}

#spMenuBtn.open .spMenuBtn_bar span, #spMenuBtn.open .spMenuBtn_bar:before, #spMenuBtn.open .spMenuBtn_bar:after {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  margin: auto;
  transition: all 0.2s;
  transform-origin: 50% 50%;
}

#spMenuBtn.open .spMenuBtn_bar span {
  opacity: 0;
  top: 0;
  bottom: 0;
}

#spMenuBtn.open .spMenuBtn_bar:before {
  top: 0;
  bottom: 0;
  transform: rotate(45deg);
}

#spMenuBtn.open .spMenuBtn_bar:after {
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media only screen and (max-width: 767px) {
  #spMenuBtn {
    display: block;
  }
}

#spMenuBtn:after {
  content: "メニュー";
  display: block;
  margin: 7px -17px 0;
  text-align: center;
  font-size: 1.1rem;
}

#spMenuBtn.open:after {
  content: "閉じる";
}

#spMenuBtn .spMenuBtn_bar {
  width: 26px;
  height: 14px;
}

#spMenuBtn .spMenuBtn_bar span, #spMenuBtn .spMenuBtn_bar:before, #spMenuBtn .spMenuBtn_bar:after {
  height: 2px;
  background-color: #585858;
}

#spMenuBtn.open .spMenuBtn_bar span, #spMenuBtn.open .spMenuBtn_bar:before, #spMenuBtn.open .spMenuBtn_bar:after {
  height: 2px;
}

/*-------------------------
spMenu
-------------------------*/
#spMenuOverlay {
  position: fixed;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
  transform: translate3d(-100%, 0, 0);
  /* 右からイン */
  transition: all 0.25s ease-in-out;
  display: none;
}

#spMenuOverlay.open {
  transform: translate3d(0%, 0, 0);
}

#spMenu {
  opacity: 0;
  position: fixed;
  display: block;
  padding: 0;
  top: 60px;
  right: 0;
  bottom: 0;
  z-index: 2000;
  width: 100%;
  background: #fff;
  padding: 0 20px 0;
  transform: translate3d(-100%, 0, 0);
  /* 右からイン */
  transition: all 0.25s ease-in-out;
}

#spMenu.open {
  opacity: 1;
}

#spMenu.open {
  transform: translate3d(0%, 0, 0);
}

#spMenu .spMenu_innerWrap {
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 0 0 10px;
}

#spMenu .spMenu_inner {
  width: 100%;
}

#spMenu ul li {
  border-bottom: 1px solid #e8e8e8;
  font-size: 1.8rem;
}

#spMenu ul a {
  display: block;
  color: #585858;
  padding: 15px 15px;
}

.read_txt {
  text-align: center;
  margin-bottom: 55px;
  line-height: 1.46154;
}

@media only screen and (max-width: 767px) {
  .read_txt {
    text-align: left;
    margin-bottom: 30px;
  }
}

.read_txt .error {
  font-size: 1.3rem;
}

.info_btn {
  display: inline-block;
  margin-left: 6px;
}

.info_btn img {
  vertical-align: middle;
  margin-bottom: 2px;
}

.intro_txt {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .intro_txt {
    margin-bottom: 25px;
  }
}

.intro_txt p + p {
  margin-top: 7px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■フォーム
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*--------------------------------------------------
  form reset
--------------------------------------------------*/
.form input,
.form select,
.form textarea,
.form button,
.lity_box input,
.lity_box select,
.lity_box textarea,
.lity_box button {
  font-family: "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic Medium", "游ゴシック Medium", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
  font-weight: normal;
  font-weight: normal;
}

.form input[type="text"],
.form input[type="tel"],
.form input[type="email"],
.form input[type="password"],
.form input[type="number"],
.form input[type="url"],
.form input[type="date"],
.form input[type="month"],
.form textarea,
.form select,
.lity_box input[type="text"],
.lity_box input[type="tel"],
.lity_box input[type="email"],
.lity_box input[type="password"],
.lity_box input[type="number"],
.lity_box input[type="url"],
.lity_box input[type="date"],
.lity_box input[type="month"],
.lity_box textarea,
.lity_box select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  width: 100%;
  border: 1px solid #C2C2C2;
  border-radius: 0;
  background: #fff;
  background: none;
  padding: 12px;
  box-shadow: none;
  max-width: 100%;
  height: 48px;
  border-radius: 5px;
  color: #585858;
}

.form input[type="text"]:focus,
.form input[type="tel"]:focus,
.form input[type="email"]:focus,
.form input[type="password"]:focus,
.form input[type="number"]:focus,
.form input[type="url"]:focus,
.form input[type="date"]:focus,
.form input[type="month"]:focus,
.form textarea:focus,
.form select:focus,
.lity_box input[type="text"]:focus,
.lity_box input[type="tel"]:focus,
.lity_box input[type="email"]:focus,
.lity_box input[type="password"]:focus,
.lity_box input[type="number"]:focus,
.lity_box input[type="url"]:focus,
.lity_box input[type="date"]:focus,
.lity_box input[type="month"]:focus,
.lity_box textarea:focus,
.lity_box select:focus {
  border-color: #0054A7;
  border-width: 2px;
}

.form input[type="date"],
.lity_box input[type="date"] {
  outline: none;
  width: 100%;
  border: 1px solid #C2C2C2;
  border-radius: 0;
  background: #fff;
  background: none;
  padding: 0;
}

.form input[type="date"]:focus,
.lity_box input[type="date"]:focus {
  border-color: #0054A7;
  border-width: 2px;
}

.form input[type=date]::-webkit-date-and-time-value,
.form input[type=month]::-webkit-date-and-time-value,
.lity_box input[type=date]::-webkit-date-and-time-value,
.lity_box input[type=month]::-webkit-date-and-time-value {
  text-align: left;
}

.form select,
.lity_box select {
  outline: none;
  width: 100%;
  border: 1px solid #C2C2C2;
  border-radius: 0;
  background: #fff;
  background: url(../img/ico_select.png) no-repeat right 10px center;
  background-size: 14px auto;
  border-radius: 5px;
  padding-right: 25px;
}

.form select:focus,
.lity_box select:focus {
  border-color: #0054A7;
  border-width: 2px;
}

.form select,
.lity_box select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form select::-ms-expand,
.lity_box select::-ms-expand {
  display: none;
}

.form textarea,
.lity_box textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  width: 100%;
  border: 1px solid #C2C2C2;
  border-radius: 0;
  background: #fff;
  resize: none;
  resize: both;
  outline: none;
  width: 100% !important;
  height: 150px !important;
  background: transparent;
}

.form textarea:focus,
.lity_box textarea:focus {
  border-color: #0054A7;
  border-width: 2px;
}

.form button,
.form input[type="submit"],
.lity_box button,
.lity_box input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  text-shadow: none;
  box-shadow: none;
  font-size: 1.5rem;
}

.form button:hover,
.form input[type="submit"]:hover,
.lity_box button:hover,
.lity_box input[type="submit"]:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form label,
.lity_box label {
  cursor: pointer;
  padding: 0 !important;
  border: none !important;
}

.form label span,
.lity_box label span {
  position: relative;
  padding: 0 0 0 30px;
}

.form label span:before, .form label span:after,
.lity_box label span:before,
.lity_box label span:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
}

.form label span:before,
.lity_box label span:before {
  bottom: 0;
  left: 0;
  width: 17px;
  height: 17px;
  background: transparent;
  border: 1px solid #C2C2C2;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  margin: auto 0;
}

.form label span:after,
.lity_box label span:after {
  opacity: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

.form input[type="radio"],
.form input[type="checkbox"],
.lity_box input[type="radio"],
.lity_box input[type="checkbox"] {
  display: none;
}

.form input[type="radio"]:checked + span:after,
.form input[type="radio"]:checked + input + span:after,
.form input[type="checkbox"]:checked + span:after,
.form input[type="checkbox"]:checked + input + span:after,
.lity_box input[type="radio"]:checked + span:after,
.lity_box input[type="radio"]:checked + input + span:after,
.lity_box input[type="checkbox"]:checked + span:after,
.lity_box input[type="checkbox"]:checked + input + span:after {
  opacity: 1;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

.form label input[type="radio"] + span:before,
.form label input[type="radio"] + input + span:before,
.form label input[type="radio"] + span:after,
.form label input[type="radio"] + input + span:after,
.lity_box label input[type="radio"] + span:before,
.lity_box label input[type="radio"] + input + span:before,
.lity_box label input[type="radio"] + span:after,
.lity_box label input[type="radio"] + input + span:after {
  border-radius: 50%;
}

.form label input[type="radio"] + span:before,
.form label input[type="radio"] + input + span:before,
.lity_box label input[type="radio"] + span:before,
.lity_box label input[type="radio"] + input + span:before {
  background-color: #fff;
}

.form label input[type="radio"] + span:after,
.form label input[type="radio"] + input + span:after,
.lity_box label input[type="radio"] + span:after,
.lity_box label input[type="radio"] + input + span:after {
  left: 4px;
  width: 9px;
  height: 9px;
  background: #0054A7;
}

.form label input[type="checkbox"] + span:after,
.form label input[type="checkbox"] + input + span:after,
.lity_box label input[type="checkbox"] + span:after,
.lity_box label input[type="checkbox"] + input + span:after {
  top: 0;
  bottom: 2px;
  left: 6px;
  width: 6px;
  height: 10px;
  background: none;
  border-bottom: 2px solid #0054A7;
  border-right: 2px solid #0054A7;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■lity_box
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.lity {
  background: #B7B7B7;
}

.lity-wrap {
  padding: 30px 20px 10px;
}

.lity-content {
  overflow-y: auto;
}

.lity-content:after {
  -webkit-box-shadow: none;
  box-shadow: none;
}

button.lity-close {
  text-indent: -9999px;
  width: 18px;
  height: 18px;
  background: url(../img/btn_close.png) no-repeat;
  background-size: 18px auto;
  top: 8px;
  right: 18px;
  transition: all 0.25s linear;
}

button.lity-close:hover {
  opacity: .8;
  transition: all 0.25s linear;
}

button.lity-close:hover {
  background: url(../img/btn_close.png) no-repeat;
  background-size: 18px auto;
}

.lity_box {
  /*max-height: calc(100vh - 40px) !important;
	overflow-y:auto;*/
}

.lity_box .inner {
  background: #fff;
  padding: 20px 22px;
  border-radius: 5px;
  position: relative;
  max-width: 964px;
  min-width: 350px;
}

@media only screen and (max-width: 767px) {
  .lity_box .inner {
    min-width: inherit;
  }
}

.lity_box .close {
  display: none;
  /*text-indent: -9999px;
		width: 18px;
		height: 18px;
		background: url(../img/btn_close.png) no-repeat;
		background-size: 18px auto;
		position: absolute;
		right: 4px;
		top: -25px;
		z-index: 20;
		&:hover{
			cursor: pointer;
		}*/
}

.lity_box p + p {
  margin-top: 10px;
}

.lity_box .ttl {
  font-weight: bold;
}

.lity_box .close {
  margin-top: 0;
}

.lity_box button {
  text-align: center;
  transition: all 0.25s linear;
}

.lity_box button:hover {
  opacity: .8;
  transition: all 0.25s linear;
}

.lity_box .btn button {
  width: 100%;
  padding: 15px;
  border: 1px solid #3C3C43;
  background: #fff;
  border-radius: 25px;
}

.lity_box .cancel_btn {
  margin: 15px auto 0;
  width: 135px;
}

.lity_box .cancel_btn button {
  background: none;
  border-radius: 5px;
  padding: 10px;
}

/* logout */
#logout {
  text-align: center;
}

#logout .inner {
  padding-top: 30px;
  padding-bottom: 30px;
}

#logout .hd {
  margin-bottom: 20px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■stage_sec
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.stage_sec {
  max-width: 485px;
  margin: 0 auto;
  background: #F8F8F8;
  padding: 30px 15px;
  text-align: center;
  margin-bottom: 33px;
}

@media only screen and (max-width: 767px) {
  .stage_sec {
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 40px;
  }
}

.stage_sec .ttl {
  background: url(../img/ico_stage.png) no-repeat center top;
  background-size: 50px auto;
  padding-top: 50px;
  margin-bottom: 20px;
  font-weight: bold;
}

.stage_sec .txt_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 24px;
}

.stage_sec .txt_area p {
  font-size: 1.8rem;
}

.stage_sec .txt_area p + p:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../img/ico_multiply.png) no-repeat;
  background-size: 14px auto;
  margin: 0 30px;
}

.stage_sec table {
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .stage_sec table {
    width: 100%;
  }
}

.stage_sec table th, .stage_sec table td {
  line-height: 1.5;
  min-width: 198px;
  padding: 24px 20px;
  text-align: center;
  border: 1px solid #E8E8E8;
  line-height: 1.53333;
}

@media only screen and (max-width: 767px) {
  .stage_sec table th, .stage_sec table td {
    min-width: inherit;
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.stage_sec table th {
  background: #EBEBEB;
}

@media only screen and (max-width: 767px) {
  .stage_sec table th {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.stage_sec table td {
  font-weight: bold;
  background: #fff;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■rank_sec
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media only screen and (max-width: 767px) {
  .rank_sec .table01 {
    width: 100%;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■news_sec
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.news_sec h2.ttl {
  font-weight: bold;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .news_sec h2.ttl {
    margin-bottom: 15px;
  }
}

.news_list li {
  margin-bottom: 20px;
}

.news_list li:last-of-type {
  margin-bottom: 0;
}

.news_list li .hd, .news_list li .detail {
  padding: 23px 20px;
}

.news_list li .hd {
  background: #F8F8F8;
  padding-right: 43px;
  position: relative;
  transition: all 0.25s linear;
}

.news_list li .hd:hover {
  opacity: .8;
  transition: all 0.25s linear;
}

.news_list li .hd.ac_btn:hover {
  cursor: pointer;
}

.news_list li .hd.ac_btn:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #585858;
  border-right: 1px solid #585858;
  transform: rotate(-45deg);
  margin: auto 0;
  transform: rotate(45deg);
  right: 22px;
  transition: all 0.25s linear;
}

.news_list li .hd.ac_btn.active:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #585858;
  border-right: 1px solid #585858;
  transform: rotate(-45deg);
  margin: auto 0;
  transform: rotate(-135deg);
}

.news_list li .hd .date {
  line-height: 1;
  font-size: 1.3rem;
  margin-bottom: 7px;
}

.news_list li .detail {
  padding-top: 15px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■login_sec
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#login_sec {
  text-align: center;
  margin-bottom: 50px;
}

#login_sec h1.ttl {
  text-align: center;
  font-size: 1.8rem;
  background: url(../img/logo.png) no-repeat center top;
  background-size: 44px auto;
  padding-top: 51px;
  margin-bottom: 23px;
}

#login_sec .form {
  max-width: 340px;
  margin: 0 auto;
}

#login_sec .form input[type="text"],
#login_sec .form input[type="tel"],
#login_sec .form input[type="email"],
#login_sec .form input[type="password"],
#login_sec .form input[type="number"],
#login_sec .form input[type="url"],
#login_sec .form input[type="date"],
#login_sec .form input[type="month"],
#login_sec .form textarea {
  padding: 10px 22px;
  height: 65px;
}

#login_sec .form_area li {
  margin-bottom: 30px;
}

#login_sec .form_area li.password {
  position: relative;
}

#login_sec .form_area li.password input {
  padding-right: 38px;
}

#login_sec .form_area #eye {
  display: block;
  background: url(../img/ico_pw_close.png) no-repeat center center;
  width: 24px;
  height: 20px;
  background-size: 24px auto;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -10px;
}

#login_sec .form_area #eye:hover {
  cursor: pointer;
  opacity: 0.8;
}

#login_sec .form_area #eye.pw_ico_default {
  background-image: url(../img/ico_pw.png);
}

#login_sec .txt_link li {
  margin-bottom: 20px;
}

#login_sec .txt_link li:last-of-type {
  margin-bottom: 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■target_month
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.target_month {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.target_month p {
  margin-right: 15px;
}

.target_month .form input[type="text"]
input[type="month"] {
  height: 45px;
  width: 115px;
}

.target_month .form select {
  width: 244px;
}

@media only screen and (max-width: 767px) {
  .target_month .form select {
    width: 135px;
  }
}

.target_month .error {
  width: 100%;
  margin-top: 10px;
  text-align: center;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■target_period
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.target_period {
  margin-bottom: 45px;
}

.target_period .ttl {
  font-weight: bold;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .target_period .target_month {
    margin-bottom: 0;
  }
}

.target_period .target_month p {
  width: 58px;
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  .target_period .target_month p {
    width: 55px;
  }
}

.target_period .target_month p:nth-of-type(2) {
  margin-left: 20px;
}

@media only screen and (max-width: 767px) {
  .target_period .target_month p:nth-of-type(2) {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .target_period .target_month .form {
    width: calc(100% - 55px);
  }
}

.target_period .target_month .form input[type="text"]
input[type="month"] {
  width: 244px;
}

@media only screen and (max-width: 767px) {
  .target_period .target_month .form input[type="text"]
input[type="month"] {
    width: 100%;
    max-width: 244px;
  }
}

.target_period .target_month p, .target_period .target_month .form {
  margin-bottom: 30px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■input_sec
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.input_sec .form {
  text-align: center;
}

.input_sec .input_table {
  margin: 0 auto;
  text-align: left;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .input_sec .input_table {
    margin-bottom: 15px;
  }
}

.input_sec .input_table th, .input_sec .input_table td {
  padding-bottom: 30px;
  line-height: 1.4;
  vertical-align: top;
}

.input_sec .input_table th {
  white-space: nowrap;
  padding-top: 13px;
}

.input_sec .input_table td {
  padding-left: 35px;
}

@media only screen and (max-width: 767px) {
  .input_sec .input_table td {
    padding-left: 15px;
  }
}

@media only screen and (max-width: 365px) {
  .input_sec .input_table td {
    padding-left: 10px;
  }
}

.input_sec .input_table input {
  width: 130px;
  margin-right: 10px;
}

@media only screen and (max-width: 365px) {
  .input_sec .input_table input {
    width: 100px;
    margin-right: 5px;
  }
}

.input_sec .input_table .error {
  margin-top: 8px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  .input_sec .input_table .error {
    margin-top: 5px;
    font-size: 1.3rem;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■check_sec
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.check_sec .check_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .check_sec .check_box {
    margin-bottom: 0;
  }
}

.check_sec .check_box li {
  width: 50%;
  max-width: 384px;
  padding: 0 22px;
  margin-bottom: 35px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .check_sec .check_box li {
    width: 100%;
    max-width: inherit;
    padding: 0;
    margin-bottom: 30px;
  }
}

.check_sec .check_box .inner {
  border: 1px solid #E8E8E8;
  padding: 16px 18px;
}

.check_sec .check_box .ttl {
  font-weight: bold;
  margin-bottom: 10px;
}

.check_sec .check_box .results {
  text-align: left;
  margin-top: 13px;
}

.check_sec .check_box .results p span + span {
  margin-left: 15px;
}

.check_sec .check_box .results p + p {
  margin-top: 3px;
}

.check_sec .btn01 {
  margin-top: 30px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■btn_list
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.btn_list li {
  margin-bottom: 30px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■graph_sec
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.graph_sec {
  max-width: 630px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .graph_sec .graph_list {
    margin-bottom: 45px;
  }
}

.graph_sec .graph_list .ttl {
  font-weight: bold;
  text-align: center;
  margin-bottom: 17px;
}

@media only screen and (max-width: 767px) {
  .graph_sec .graph_list .ttl {
    text-align: left;
  }
}

.graph_sec .graph_list li {
  margin-bottom: 48px;
}

@media only screen and (max-width: 767px) {
  .graph_sec .graph_list li {
    margin-bottom: 40px;
  }
}

.graph_sec .graph_list .graph_area img {
  max-width: 100%;
  height: auto;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■data_list
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.data_list {
  text-align: center;
}

.data_list .error {
  margin-bottom: 24px;
}

.data_list li {
  margin-bottom: 21px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■annual_sec
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.annual_sec {
  max-width: 715px;
  margin: 35px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  line-height: 1.4;
}

@media only screen and (max-width: 767px) {
  .annual_sec {
    display: block;
  }
}

.annual_sec .price_area {
  width: calc(100% - 360px);
  max-width: 340px;
  background: #F8F8F8;
  text-align: center;
  padding: 25px 20px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .annual_sec .price_area {
    width: 100%;
    padding: 21px 15px;
    margin-bottom: 35px;
  }
}

.annual_sec .price_area .ttl {
  margin-bottom: 5px;
}

.annual_sec .price_area .price {
  font-size: 1.8rem;
}

.annual_sec .detail_area {
  min-width: 340px;
}

@media only screen and (max-width: 767px) {
  .annual_sec .detail_area {
    width: 100%;
    min-width: inherit;
  }
}

.annual_sec .detail_area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.annual_sec .detail_area ul li {
  width: 95px;
  padding: 0 5px;
  text-align: center;
}

@media only screen and (max-width: 350px) {
  .annual_sec .detail_area ul li {
    width: 77px;
  }
}

.annual_sec .detail_area ul li.price {
  width: calc(100% - 190px);
  position: relative;
}

@media only screen and (max-width: 350px) {
  .annual_sec .detail_area ul li.price {
    width: calc(100% - 150px);
  }
}

.annual_sec .detail_area .txt {
  font-size: 1.4rem;
  margin-bottom: 5px;
}

@media only screen and (max-width: 350px) {
  .annual_sec .detail_area .txt {
    font-size: 1.3rem;
  }
}

.annual_sec .detail_area .value {
  font-size: 1.6rem;
  border: 1px solid #E8E8E8;
  padding: 18px 0;
}

@media only screen and (max-width: 350px) {
  .annual_sec .detail_area .value {
    font-size: 1.5rem;
  }
}

.annual_sec .detail_area .value li.price {
  padding: 0 19px;
}

.annual_sec .detail_area .value li.price:before, .annual_sec .detail_area .value li.price:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url(../img/ico_multiply.png) no-repeat;
  background-size: 14px auto;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
}

.annual_sec .detail_area .value li.price:after {
  left: auto;
  right: 0;
}
