/* ----------------------------
reset
------------------------------- */
body,
h1, h2, h3, h4, h5, h6, p,
ul, ol, li, dl, dt, dd,
form, fieldset, legend, pre, blockquote {
  margin: 0px;
  padding: 0px;
}

ul, li {
  list-style: none;
}

img {
  margin: 0px;
  padding: 0px;
  border: 0px;
  vertical-align: top;
}

html {
  font-size: 62.5%;
}

body {
  color: #111111;
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
  font-size: 1.8rem;
  line-height: 1.7;
  color: #282828;
  -webkit-text-size-adjust: 100%;
  background-color: #ffffff;
  text-align: left;
}

a {
  word-break: break-all;
}

a,
a:link,
a:visited {
  color: #484848;
  text-decoration: underline;
}

a:hover,
a:active {
  color: #333;
  text-decoration: none;
}

a img {
  margin: 0;
  padding: 0;
  border-style: none;
}

/**************************************************************
【配置設定】
**************************************************************/
.img_c {
  text-align: center;
  margin: 0px auto 50px;
}

.img_c2 {
  text-align: center;
  margin: 20px auto;
}

.img_c2 img {
  width: 70%;
}

/* バナー */
.banner {}

.banner img:hover {
  opacity: 0.8;
  filter: alpha(opacity=60);
}

/* 共通 */
#wrapper {
  width: 100%;
  margin: 0 auto;
  background-color: #ffffff;
}

.inner {
  width: 1000px;
  margin: 0 auto;
}

.inner2 {
  width: 900px;
  margin: 0 auto;
}

.banner_pc {
  display: block;
}

.banner_sp {
  display: none;
}

.pc {
  display: inline;
}

.sp {
  display: none;
}

/* ヘッダー */
#header {
  width: 100%;
  margin: 0 auto;
  background: url(../images/header_pc_back.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
}

#header h1 {
  text-align: center;
  padding: 70px 0px 20px;
  position: relative;
}

#header h1 img {
  max-width: 1200px
}

/*cta*/
.cta {
  padding: 40px 0px;
  text-align: center;
}

.cta img {
  max-width: 30%;
}

.cta-anchor {
  position: relative;
}

.cta-anchor {
  position: relative;
}

/* 初期状態：右中ほどに配置 */
.cta_a {
  position: fixed;
  top: 60%;
  right: 5%;
  z-index: 2;
  transition: transform .25s ease, opacity .25s ease, bottom .25s ease, top .25s ease, right .25s ease;
}

/* 画像の基本サイズ（PC） */
.cta_a img {
  display: block;
  height: auto;
  max-width: 180px;
}

/* スクロール後：右下に固定 */
.cta_a.is-floating {
  top: auto !important;
  bottom: max(16px, env(safe-area-inset-bottom)) !important;
  right: 5% !important;
  /* ← 横はそのまま */
  z-index: 10000 !important;
  transform: none !important;
}

nav {
  width: 100%;
  margin: 0 auto;
  padding: 15px 0;
  background: #000000;
  position: fixed;
  display: block;
  z-index: 2;
}

.navlist-pc {
  width: 1000px;
  display: flex;
  justify-content: flex-end;
  margin: 0 auto;
  list-style: none;
}

.navlist-pc li {
  margin-left: 40px;
}

.navlist-pc li a {
  color: #fff;
  text-decoration: none;
}

.navlist-pc li a:hover {
  text-decoration: underline;
}

.nav-menu {
  display: none;
  flex-direction: column;
  background: white;
  position: absolute;
  top: 70px;
  right: 20px;
  padding: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.nav-menu.active {
  display: flex;
  position: fixed;
}

.hamburger {
  display: flex;
}

/*present*/
.present {
  width: 100%;
  margin: 0 auto;
  background: url(../images/campaign_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  text-align: center;
  padding: 50px 0px;
}

.present h2 {
  margin: 10px auto;
  text-align: center;
}

.present h2 img {
  max-width: 80%;
}

.present ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 40px 0px 20px;
}

.present ul li {
  width: calc((100% - 50px) / 3);
}

.present ul li img {
  width: 100%;
  height: auto;
  display: block;
}

.present .center {
  margin: 30px auto;
}

.present .center img {
  max-width: 80%;
}

/*message*/
.message {
  width: 100%;
  margin: 0 auto;
  background: url(../images/message_bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  text-align: center;
  padding: 70px 0px;
}

.message h2 {
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  color: #0b335d;
  text-shadow:
    0 1px 0 #e2f0ff,
    0 2px 0 #e2f0ff,
    0 3px 0 #e2f0ff,
    0 10px 0 #e2f0ff;
  margin-bottom: 30px;
}

.message h2::before,
.message h2::after {
  content: "-";
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.message .tl_img img {
  max-width: 70%;
}

.message p {
  font-size: 2rem;
  line-height: 4rem;
  margin: 10px 0px;
  text-align: center;
  color: #031732;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.message b {
  font-weight: 900;
  background-image: linear-gradient(90deg, #c5a570, #f3e2c5, #c5a570);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% 40%;
}

/*benefit*/
.benefit {
  width: 100%;
  margin: 0 auto;
  background: url(../images/benefit_bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  text-align: center;
  padding: 70px 0px;
}

.benefit h2 {
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  color: #ffffff;
  margin-bottom: 30px;
}

.benefit h2::before,
.benefit h2::after {
  content: "-";
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.benefit h3 img {
  max-width: 70%;
}

.benefit h3 {
  margin: 10px auto;
  text-align: center;
}

.benefit ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 40px 0px 20px;
}

.benefit ul li {
  width: calc((100% - 50px) / 3);
}

.benefit ul li img {
  width: 90%;
  height: auto;
  display: block;
}

/*timetable*/
.timetable {
  width: 100%;
  margin: 0 auto;
  background: url(../images/timetable_bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  text-align: center;
  padding: 70px 0px;
}

.timetable h2 {
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  text-shadow:
    0 1px 0 #030f33,
    0 2px 0 #030f33,
    0 3px 0 #030f33,
    0 10px 0 #030f33;
  margin-bottom: 30px;
}

.timetable h2::before,
.timetable h2::after {
  content: "-";
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.event {
  display: flex;
  align-items: flex-start;
  background-color: #ffffff;
  padding: 10px 15px;
  margin: 10px;
  cursor: pointer;
  width: 100%;
  max-width: 1200px;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.event:hover {
  background-color: #ffffff;
  transform: scale(1.05);
}

.event-left {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  gap: 5px;
  width: 90%;
}

.event-left .tl {
  font-size: 2.5rem;
  line-height: 3.5rem;
  text-align: left;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bolder;
}

.event-right img {
  margin: 0px 5px;
}

.time {
  background: linear-gradient(45deg, #0d2644, #4e7290);
  padding: 0px 15px;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  color: white;
  text-align: center;
  margin-bottom: 10px;
}

.prof_img {
  display: flex;
}

.prof_img img {
  width: 80px;
  height: 80px;
}

.link_p {
  margin-top: 5px;
  text-align: right;
}

.link_p img {
  width: 30px;
  height: 30px;
}

.link_sp,
.link_sp01 {
  display: none;
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.popup-content {
  background-color: white;
  padding: 20px;
  width: 100%;
  max-width: 850px;
  text-align: center;
  position: relative;
  overflow-y: auto;
  max-height: 80vh;
}

.popup-content img {
  margin-bottom: 15px;
}

.close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 25px;
  cursor: pointer;
  background-color: #ccc;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  padding-bottom: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hidden {
  display: none;
}

.prof {
  display: block;
  text-align: left;
}

.prof .time {
  background: linear-gradient(45deg, #0d2644, #4e7290);
  padding: 0px 15px;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  color: #ffffff;
  text-align: left;
  margin-bottom: 10px;
  display: inline-block;
}

.prof .tl {
  font-size: 2.5rem;
  line-height: 3.5rem;
  text-align: left;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bolder;
  margin: 10px 0px;
}

.prof .txt {
  font-size: 1.5rem;
  line-height: 2.5rem;
  text-align: left;
  margin: 20px 0px 30px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bolder;
}

.prof .box {
  display: flex;
  gap: 20px;
}

.prof .box_s {
  background: #e2ebff;
  padding: 20px;
  display: flex;
  gap: 20px;
  width: 50%;
}

.prof .box_s img {
  max-width: 120px;
}

.prof .box_s01 {
  background: #e2ebff;
  padding: 20px;
  display: flex;
  gap: 20px;
}

.prof .box_s01 img {
  max-width: 120px;
}

.prof .tl_n {
  display: flex;
  flex-direction: column;
  align-items: anchor-center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bolder;
  font-size: 2rem;
}

.prof .tl_n span {
  font-size: 1.5rem;
}

.prof .txt_p {
  display: flex;
  text-align: left;
  font-size: 14px;
}

.mc {
  margin: 50px 10px;
  background: #ffffff;
  padding: 10px 15px;
  width: 100%;
  max-width: 1200px;
}

.mc_s {
  background: linear-gradient(45deg, #0d2644, #4e7290);
  padding: 0px 15px;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  color: white;
  text-align: center;
  margin-bottom: 10px;
  width: 10%;
}

.mc h3 {
  margin: 20px 0px;
  font-size: 3rem;
  line-height: 4rem;
  text-align: left;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bolder;
}

.mc_box {
  display: flex;
}

.mc_box .mc_txt {
  text-align: left;
  font-size: 1.5rem;
  margin-right: 40px;
}

/*campaign*/
.campaign {
  width: 100%;
  margin: 0 auto;
  background: url(../images/campaign_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  text-align: center;
  padding: 70px 0px;
}

.campaign h2 {
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  color: #0b335d;
  text-shadow:
    0 1px 0 #e2f0ff,
    0 2px 0 #e2f0ff,
    0 3px 0 #e2f0ff,
    0 10px 0 #e2f0ff;
  margin-bottom: 30px;
}

.campaign h2::before,
.campaign h2::after {
  content: "-";
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.campaign h3 {
  margin: 30px auto;
}

.campaign h3 img {
  max-width: 80%;
}

.campaign .center {
  margin: 30px auto;
}

.campaign .center img {
  max-width: 80%;
}

.campaign table {
  display: inline-flex;
  flex-direction: row-reverse;
  padding: 30px;
  background: #fff;
  font-size: 1.8rem;
}

.campaign table th {
  padding-right: 10px;
  border-bottom: solid 1px #dfeeff;
  border-right: solid 1px #dfeeff;
}

.campaign table th.last {
  padding-left: 10px;
  border-bottom: solid 0px #dfeeff;
  border-right: solid 1px #dfeeff;
}

.campaign table td img {
  max-width: 240px;
}

.campaign table td {
  padding: 10px;
  text-align: left;
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bolder;
  border-bottom: solid 1px #dfeeff;
}

.campaign table td.last {
  padding: 10px;
  text-align: left;
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bolder;
  border-bottom: solid 0px #dfeeff;
}

.campaign .quo_sp {
  display: none;
}

.campaign .last_sp {
  border-bottom: 0px solid rgb(223, 238, 255);
}

/*outline*/
.outline {
  width: 100%;
  margin: 0 auto;
  background: url(../images/outline_bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  text-align: center;
  padding: 70px 0px;
}

.outline h2 {
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  text-shadow:
    0 1px 0 #030f33,
    0 2px 0 #030f33,
    0 3px 0 #030f33,
    0 10px 0 #030f33;
  margin-bottom: 30px;
}

.outline h2::before,
.outline h2::after {
  content: "-";
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.outline table {
  margin: 20px auto;
  padding: 40px;
  color: #070720;
  background: #fff;
  width: 100%;
}

.outline th {
  padding: 10px 45px;
  text-align: justify;
  text-align-last: justify;
  font-size: 3.5rem;
  border-bottom: solid 1px #dfeeff;
  border-right: solid 1px #dfeeff;
  width: 25%;
}

.outline th.last {
  padding: 10px 45px;
  text-align: justify;
  text-align-last: justify;
  font-size: 3.5rem;
  border-right: solid 1px #dfeeff;
  border-bottom: solid 0px #dfeeff;
  width: 25%;
}

.outline td {
  padding: 10px;
  text-align: left;
  font-size: 3.2rem;
  border-bottom: solid 1px #dfeeff;
}

.outline td b {
  font-size: 4rem;
}

.outline td.last {
  padding: 10px;
  text-align: left;
  font-size: 3.5rem;
  border-bottom: solid 0px #dfeeff;
}

/*caption*/
.caption {
  padding: 50px 0;
}

.caption h2 {
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  color: #0b335d;
  text-shadow:
    0 1px 0 #e2f0ff,
    0 2px 0 #e2f0ff,
    0 3px 0 #e2f0ff,
    0 10px 0 #e2f0ff;
}

.caption ul {
  padding: 40px;
  display: block;
  position: relative;
  z-index: 0;
  font-size: 1.75rem;
  top: -15px;
}

.caption ul li {
  margin: 10px 0px 10px 30px;
  text-indent: -5px;
}

.caption ul li::before {
  content: "・";
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 0px;
}

/* footer */
footer {
  background-color: #000000;
  padding: 0px 0px 0;
  width: 100%;
}

.copy {
  text-align: center;
  font-size: 1.2rem;
  margin: 0px 0 0;
  padding: 10px 0;
  color: #ffffff;
}

footer a,
footer a:link,
footer a:visited {
  color: #ffffff;
  text-decoration: none;
}

footer a:hover,
footer a:active {
  color: #202020;
  text-decoration: underline;
}

/*ここからタブレット用（600px～1200px）環境の設定
---------------------------------------------------------------------------*/
@media (min-width:600px) and (max-width:1200px) {
  body {
    font-size: 1.6rem;
    line-height: 1.7;
    background-image: none;
  }

  /* 共通 */
  #wrapper {
    width: 100%;
    margin: 0 auto;
    background-color: #ffffff;
  }

  .inner {
    width: 92%;
    margin: 0 auto;
  }

  .banner_pc {
    display: block;
  }

  .banner_sp {
    display: none;
  }

  .pc {
    display: inline;
  }

  .sp {
    display: none;
  }

  /* ヘッダー */
  #header h1 {
    text-align: center;
  }

  #header h1 img {
    max-width: 90%;
  }

  .cta img {
    max-width: 60%;
  }

  .cta_a {
    top: 38%;
  }

  .cta_a img {
    max-width: 130px;
  }

  .cta_a.is-floating {
    right:5% !important;
    bottom: max(14px, env(safe-area-inset-bottom)) !important;
  }

  .navlist-pc {
    width: 700px;
  }

  .navlist-pc li {
    margin-left: 20px;
  }

  .present h2 {
    font-size: 3.5rem;
    line-height: 5rem;
  }

  .message p {
    font-size: 1.7rem;
    line-height: 3rem;
  }

  .event {
    width: auto;
  }

  .popup-content {
    max-width: 650px;
  }

  .outline th {
    font-size: 2.5rem;
    width: 40%;
  }

  .outline th.last {
    font-size: 2.5rem;
    width: 40%;
  }

  .link_sp,
  .link_sp01 {
    display: none;
  }

  .mc {
    width: auto;
  }

  .mc_s {
    width: 20%;
  }

  .campaign table th {
    width: 20%;
  }

  /* //////// */
  . {
    padding: 40px 0 40px;
  }

  . h2 {
    text-align: center;
    margin: 0 auto 30px;
  }

  . h2 img {
    width: 40%;
    margin: 0 auto;
  }

  /* footer */
  footer {
    padding: 0px 0px 0;
    width: 100%;
  }

  .copy {
    text-align: center;
    font-size: 1.1rem;
    line-height: 130%;
    margin: 0px 0 0;
    padding: 10px 15px;
    color: #ffffff;
  }

  footer a,
  footer a:link,
  footer a:visited {
    color: #ffffff;
    text-decoration: none;
  }

  footer a:hover,
  footer a:active {
    color: #ffffff;
    text-decoration: underline;
  }
}

/*ここからスマートフォン用（599px以下）環境の設定
---------------------------------------------------------------------------*/
@media only screen and (max-width:599px) {
  body {
    font-size: 1.4rem;
    background-image: none;
    line-height: 1.7;
    margin: 0 auto 0;
  }

  /* 共通 */
  #wrapper {
    width: 100%;
    margin: 0 auto;
    background-color: #ffffff;
  }

  .inner {
    width: 92%;
    margin: 0 auto;
  }

  .banner_pc {
    display: none;
  }

  .banner_sp {
    display: block;
  }

  .pc {
    display: none;
  }

  .sp {
    display: inline;
  }

  /* //////// */
  . {
    padding: 30px 0 50px;
  }

  . h2 {
    text-align: center;
    margin: 0 auto 20px;
  }

  . h2 img {
    width: 50%;
    margin: 0 auto;
  }

  /*header*/
  #header h1 img {
    max-width: 100%;
  }

  #header h2 img {
    max-width: 80%;
  }

  /* ハンバーガーアイコン */
  .hamburger {
    flex-direction: column;
    justify-content: space-between;
    width: 25px;
    height: 20px;
    cursor: pointer;
    position: fixed;
    top: 15px;
    right: 20px;
    z-index: 1100;
  }

  .hamburger span {
    height: 3px;
    background: #fff;
    border-radius: 2px;
    transition: 0.3s;
  }

  /* ハンバーガー開閉時のアニメーション */
  .hamburger.open span:nth-child(1) {
    transform: rotate(50deg) translate(5px, 7px);
  }

  .hamburger.open span:nth-child(2) {
    opacity: 0;
  }

  .hamburger.open span:nth-child(3) {
    transform: rotate(-50deg) translate(5px, -8px);
  }

  /* ナビゲーションの表示切替 */
  .nav-menu {
    gap: 15px;
    top: 50px;
    right: 0px;
    background: #000;
    opacity: 0.7;
    text-align: center;
  }

  .nav-menu a {
    color: #fff;
  }

  /*cta*/
  .cta {
    padding: 0px 0px 40px;
    text-align: center;
  }

  .cta img {
    max-width: 85%;
  }

  .cta_a {
    top: 68%;
    right: 1%;
  }

  .cta_a img {
    max-width: 20vw;
  }

  .cta_a.is-floating {
    right: 5px !important;
    bottom: max(12px, env(safe-area-inset-bottom)) !important;
  }

  .has-sticky-footer .cta_a.is-floating {
    bottom: calc(16px + 64px + env(safe-area-inset-bottom)) !important;
  }

  .navlist-pc li {
    margin-left: 20px;
  }

  .present {
    padding: 30px 0px;
  }

  .present h2 img {
    max-width: 100%;
  }

  .present ul li {
    width: calc((100% - 20px) / 2);
  }

  .benefit h3 {
    font-size: 2.1rem;
  }

  .benefit ul li {
    width: calc((100% - 20px) / 2);
  }

  .benefit ul li img {
    width: 100%;
  }

  .benefit h3 img {
    max-width: 100%;
  }

  .campaign dl {
    display: block;
    padding: 20px;
  }

  /*timeline*/
  .event {
    width: auto;
    padding: 10px 10px;
    max-width: 350px;
    height: 80px;
    position: relative;
  }

  .time {
    padding: 0px 10px;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 5px;
  }

  .prof_img img {
    width: 50px;
    height: 50px;
  }

  .event-left {
    gap: 0px;
  }

  .event-left .tl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .link_p {
    display: none;
  }

  .link_sp {
    display: block;
    position: absolute;
    top: 80px;
    right: -5px;
    z-index: 0;
  }

  .link_sp01 {
    display: block;
    position: absolute;
    top: 80px;
    right: -5px;
    z-index: 0;
  }

  .link_sp img,
  .link_sp01 img {
    width: 20px;
    height: 20px;
  }

  .prof .time {
    font-size: 15px;
  }

  .prof .tl {
    font-size: 2rem;
  }

  .prof .box {
    display: block;
  }

  .prof .box_s,
  .prof .box_s01 {
    width: 85%;
    display: block;
    margin: 10px auto;
  }

  .prof .center {
    margin: 0 auto;
  }

  .prof .center img {
    max-width: 100%;
  }

  .popup-content {
    max-width: 330px;
  }

  .mc {
    width: auto;
    max-width: 350px;
  }

  .mc_s {
    width: 30%;
  }

  .mc_box {
    display: block;
  }

  .mc_box .mc_txt {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .mc img {
    max-width: 100%;
  }

  /*campaign*/
  .campaign {
    padding: 50px 0px;
  }

  .campaign h2 {
    margin-bottom: 0px;
  }

  .campaign h3 {
    margin: 0px auto;
  }

  .campaign h3 img {
    max-width: 100%;
  }

  .campaign .center {
    margin: 10px auto;
  }

  .campaign .center img {
    max-width: 100%;
  }

  .campaign table td.last_sp {
    display: none;
  }

  .campaign table {
    font-size: 1.5rem;
  }

  .campaign table th,
  .campaign table td {
    display: block;
    text-align: center;
  }

  .campaign table th {
    border-right: solid 0px #dfeeff;
  }

  .campaign table th.last {
    border-bottom: solid 1px #dfeeff;
    border-right: solid 0px #dfeeff;
  }

  .campaign .quo_sp {
    margin: 20px auto;
    display: block;
  }

  /*outliune*/
  .outline table {
    padding: 10px;
  }

  .outline th,
  .outline th.last {
    padding: 5px 10px;
    font-size: 2rem;
    width: 35%;
  }

  .outline td,
  .outline td.last {
    font-size: 2rem;
  }

  /*caption*/
  .caption h2 {
    font-size: 3rem;
  }

  .caption ul {
    padding: 20px 0px;
    font-size: 1.2rem;
  }

  .caption ul li {
    margin: 10px 0px 10px 20px;
  }

  /* footer */
  footer {
    padding: 0px 0px 0;
    width: 100%;
  }

  .copy {
    text-align: center;
    font-size: 1.1rem;
    line-height: 130%;
    margin: 0px 0 0;
    padding: 10px 15px;
  }

  footer a,
  footer a:link,
  footer a:visited {
    text-decoration: none;
  }

  footer a:hover,
  footer a:active {
    text-decoration: underline;
  }
}

/*************************************************************
【marginの設定】
*************************************************************/
.m0 {
  margin: 0 !important
}

.mt0 {
  margin-top: 0 !important
}

.mr0 {
  margin-right: 0 !important
}

.mb0 {
  margin-bottom: 0 !important
}

.ml0 {
  margin-left: 0 !important
}

.m5 {
  margin: 5px !important
}

.mt5 {
  margin-top: 5px !important
}

.mr5 {
  margin-right: 5px !important
}

.mb5 {
  margin-bottom: 5px !important
}

.ml5 {
  margin-left: 5px !important
}

.m10 {
  margin: 10px !important
}

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

.mr10 {
  margin-right: 10px !important
}

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

.ml10 {
  margin-left: 10px !important
}

.m15 {
  margin: 15px !important
}

.mt15 {
  margin-top: 15px !important
}

.mr15 {
  margin-right: 15px !important
}

.mb15 {
  margin-bottom: 15px !important
}

.ml15 {
  margin-left: 15px !important
}

.m20 {
  margin: 20px !important
}

.mt20 {
  margin-top: 20px !important
}

.mr20 {
  margin-right: 20px !important
}

.mb20 {
  margin-bottom: 20px !important
}

.ml20 {
  margin-left: 20px !important
}

.m25 {
  margin: 25px !important
}

.mt25 {
  margin-top: 25px !important
}

.mr25 {
  margin-right: 25px !important
}

.mb25 {
  margin-bottom: 25px !important
}

.ml25 {
  margin-left: 25px !important
}

.m30 {
  margin: 30px !important
}

.mt30 {
  margin-top: 30px !important
}

.mr30 {
  margin-right: 30px !important
}

.mb30 {
  margin-bottom: 30px !important
}

.ml30 {
  margin-left: 30px !important
}

.m35 {
  margin: 35px !important
}

.mt35 {
  margin-top: 35px !important
}

.mr35 {
  margin-right: 35px !important
}

.mb35 {
  margin-bottom: 35px !important
}

.ml35 {
  margin-left: 35px !important
}

.m40 {
  margin: 40px !important
}

.mt40 {
  margin-top: 40px !important
}

.mr40 {
  margin-right: 40px !important
}

.mb40 {
  margin-bottom: 40px !important
}

.ml40 {
  margin-left: 40px !important
}

.m45 {
  margin: 45px !important
}

.mt45 {
  margin-top: 45px !important
}

.mr45 {
  margin-right: 45px !important
}

.mb45 {
  margin-bottom: 45px !important
}

.ml45 {
  margin-left: 45px !important
}

.m50 {
  margin: 50px !important
}

.mt50 {
  margin-top: 50px !important
}

.mr50 {
  margin-right: 50px !important
}

.mb50 {
  margin-bottom: 50px !important
}

.ml50 {
  margin-left: 50px !important
}

.m55 {
  margin: 55px !important
}

.mt55 {
  margin-top: 55px !important
}

.mr55 {
  margin-right: 55px !important
}

.mb55 {
  margin-bottom: 55px !important
}

.ml55 {
  margin-left: 55px !important
}

.m60 {
  margin: 60px !important
}

.mt60 {
  margin-top: 60px !important
}

.mr60 {
  margin-right: 60px !important
}

.mb60 {
  margin-bottom: 60px !important
}

.ml60 {
  margin-left: 60px !important
}

.m65 {
  margin: 65px !important
}

.mt65 {
  margin-top: 65px !important
}

.mr65 {
  margin-right: 65px !important
}

.mb65 {
  margin-bottom: 65px !important
}

.ml65 {
  margin-left: 65px !important
}

.m70 {
  margin: 70px !important
}

.mr70 {
  margin-right: 70px !important
}

.mb70 {
  margin-bottom: 70px !important
}

.ml70 {
  margin-left: 70px !important
}

.m75 {
  margin: 75px !important
}

.mt75 {
  margin-top: 75px !important
}

.mr75 {
  margin-right: 75px !important
}

.mb75 {
  margin-bottom: 75px !important
}

.ml75 {
  margin-left: 75px !important
}

.m80 {
  margin: 80px !important
}

.mt80 {
  margin-top: 80px !important
}

.mr80 {
  margin-right: 80px !important
}

.mb80 {
  margin-bottom: 80px !important
}

.ml80 {
  margin-left: 80px !important
}

.mlrb30 {
  margin: 10px 30px 30px !important
}

.ml90 {
  margin-left: 90px !important
}

/**************************************************************
【paddingの設定】
**************************************************************/
.p0 {
  padding: 0 !important
}

.pt0 {
  padding-top: 0 !important
}

.pr0 {
  padding-right: 0 !important
}

.pb0 {
  padding-bottom: 0 !important
}

.pl0 {
  padding-left: 0 !important
}

.p5 {
  padding: 5px !important
}

.pt5 {
  padding-top: 5px !important
}

.pr5 {
  padding-right: 5px !important
}

.pb5 {
  padding-bottom: 5px !important
}

.pl5 {
  padding-left: 5px !important
}

.p10 {
  padding: 10px !important
}

.pt10 {
  padding-top: 10px !important
}

.pr10 {
  padding-right: 10px !important
}

.pb10 {
  padding-bottom: 10px !important
}

.pl10 {
  padding-left: 10px !important
}

.p20 {
  padding: 20px !important
}

.pt20 {
  padding-top: 20px !important
}

.pr20 {
  padding-right: 20px !important
}

.pb20 {
  padding-bottom: 20px !important
}

.pl20 {
  padding-left: 20px !important
}

.p30 {
  padding: 30px !important
}

.p4050 {
  padding: 40px 50px !important
}

.pb30 {
  padding-bottom: 30px !important
}

.pb40 {
  padding-bottom: 40px !important
}

.pb50 {
  padding-bottom: 50px !important
}

.pb80 {
  padding-bottom: 80px !important
}

/**************************************************************
【widthの設定】
**************************************************************/
.w50 {
  width: 50px;
}

.w100 {
  width: 100px;
}

.w130 {
  width: 130px;
}

.w180 {
  width: 180px;
}

.w200 {
  width: 200px;
}

.w220 {
  width: 220px;
}

.w250 {
  width: 250px;
}

.w350 {
  width: 350px;
}

.w400 {
  width: 400px;
}

.w450 {
  width: 450px;
}

.w500 {
  width: 500px;
}

.w600 {
  width: 600px;
}

.w700 {
  width: 700px;
}

.w710 {
  width: 710px;
}

.w876 {
  width: 876px;
}

/**************************************************************
【heightの設定】
**************************************************************/
.h10 {
  height: 10px;
}

.h30 {
  height: 30px;
}

.h100 {
  height: 100px;
}

.h200 {
  height: 200px;
}

/**************************************************************
【配置設定】
**************************************************************/
.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.f_left {
  float: left;
}

.f_right {
  float: right;
}

/**************************************************************
【文字装飾】
**************************************************************/
.red1 {
  color: #FF0000;
}

/*明るい赤 */
.red2 {
  color: #b00000;
}

/*暗い赤 */
.red1_b {
  color: #F00;
  font-weight: bold;
}

/*太字・明るい赤 */
.red2_b {
  color: #d13938;
  font-weight: bold;
}

/*太字・暗い赤 */
.blue {
  color: #00F;
}

/*青 */
.bl {
  color: #1a7ca7;
}

/*青 */
.or {
  color: #ff8a00;
}

/*オレンジ */
.or2 {
  color: #ff6c00;
}

/*オレンジ2 */
.blk {
  color: #000;
}

/*黒 */
.gr {
  color: #999;
}

/*グレー */
.grn {
  color: #50A810;
}

/*みどり */
.pk {
  color: #FE48DA;
}

/*ピンク */
.gld {
  color: #d5b876;
}

/*ゴールド */
.pp {
  color: #8A37BC;
}

/*むらさき */
.underline {
  text-decoration: underline;
}

/*アンダーライン */
strong {
  font-weight: bold;
}

/*太字 */
.bg_y {
  background-color: #F6BD15;
  padding: 0px 5px 0px;
}

.bg_k {
  background-color: #F8FF12;
  padding: 0px 5px 0px;
}

.font0_5 {
  font-size: 0.5em;
}

.font0_6 {
  font-size: 0.6em;
}

.font0_7 {
  font-size: 0.7em;
}

.font0_8 {
  font-size: 0.8em;
}

.font0_9 {
  font-size: 0.9em;
}

.font1 {
  font-size: 1em;
}

.font1_1 {
  font-size: 1.1em;
}

.font1_2 {
  font-size: 1.2em;
}

.font1_3 {
  font-size: 1.3em;
}

.font1_4 {
  font-size: 1.4em;
}

.font1_5 {
  font-size: 1.5em;
}

.font1_6 {
  font-size: 1.6em;
}

.font1_7 {
  font-size: 1.7em;
}

.font1_8 {
  font-size: 1.8em;
}

.font1_9 {
  font-size: 1.9em;
}

.font2 {
  font-size: 2em;
}

.lh160 {
  line-height: 160%;
}

.font_M {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bolder;
}

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

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}
