/* ----------------------------
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;
  position: relative;
}

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

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

#header h2 {
  display: block;
  margin: 0 auto;
  text-align: center;
}

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

#header h2 img:hover {
  opacity: 0.7;
}

/* form */
.form {
  background-color: #070720;
  padding: 60px 0;
}

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

.form h2 img {
  max-width: 70%;
}

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

.form .img_c img {
  max-width: 100%;
}

.form .img_c02 img {
  max-width: 80%;
}

/*worry*/
.worry {
  width: 100%;
  margin: 0 auto;
  background: url(../images/worry_bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  position: relative;
  text-align: center;
}

.worry h2 {
  margin: 0px auto;
  position: relative;
  top: 70px;
}

.worry h2 img {
  max-width: 50%;
}

.worry .img_c img {
  max-width: 100%;
}

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

.about h2 {
  margin: 0px auto;
}

.about h2 img {
  max-width: 70%;
}

.about .img_c {
  position: relative;
}

.about .img_c img {
  max-width: 80%;
}

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

.melt h2 {
  margin: 0px auto;
}

.melt h2 img {
  max-width: 60%;
}

ul.melt_list {
  display: flex;
  justify-content: center;
  align-items: center;
}

ul.melt_list li {
  width: 30%;
  margin: 20px;
}

ul.melt_list li img {
  max-width: 100%;
}

/*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;
  position: relative;
  text-align: center;
  padding: 70px 0px;
}

.outline h2 {
  margin: 0 auto 10px;
  text-align: center;
  font-size: 4.5rem;
  color: #a97928;
}

.outline .event {
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 10px 10px 45px;
}

.outline table {
  margin: 20px auto;
  color: #070720;
  width: 80%;
}

.outline .event::before,
.outline .event::after {
  content: "";
  position: absolute;
  left: auto;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1000px;
  aspect-ratio: 2048 / 441;
  background: url("../images/outline_t.png") no-repeat center / contain;
  pointer-events: none;
  z-index: -1;
}

.outline .event::before {
  top: -25px;
}

.outline .event::after {
  bottom: -25px;
  transform: translateX(-50%) rotate(180deg);
}

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

.outline td {
  padding: 20px;
  text-align: left;
  font-size: 2.5rem;
  border-bottom: solid 1px #070720;
}

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

.profile h2 {
  margin: 0 auto 10px;
  text-align: center;
  font-size: 4rem;
}

.profile h3 {
  margin: 30px auto;
  text-align: center;
  font-size: 2rem;
  position: relative;
  background: #070720;
  color: #fff;
}

.profile dl.left {
  display: flex;
  margin: 20px 0px;
  background-color: rgba(7, 7, 32, 0.5);
  padding: 20px;
  color: #fff;
}

.profile dl.right {
  display: flex;
  flex-direction: row-reverse;
  margin: 20px 0px;
  background-color: rgba(7, 7, 32, 0.5);
  padding: 20px;
  color: #fff;
}

.profile dl.left dt {
  margin-right: 10px;
}

.profile dl.right dt {
  margin-left: 10px;
}

.profile dl.left dt img,
.profile dl.right dt img {
  max-width: 240px;
}

.profile dl.left dd {
  padding: 0px 20px 0px 20px;
}

.profile dl.right dd {
  padding: 20px;
  text-align: left;
}

.profile dl.left dd h4,
.profile dl.right dd h4 {
  font-size: 4rem;
  display: inline;
}

.profile dl.left dd span.small,
.profile dl.right dd span.small {
  font-size: 2rem;
  margin-left: 5px;
}

.profile dl.left dd span.job,
.profile dl.right dd span.job {
  font-size: 2rem;
  display: inline;
  padding-left: 20px;
}

.profile dl.left dd p,
.profile dl.right dd p {
  font-size: 1.5rem;
  margin: 10px 0px;
}

.profile dl.left dd h5,
.profile dl.right dd h5 {
  font-size: 1.5rem;
}

.profile dl.left dd ul,
.profile dl.right dd ul {
  font-size: 1.5rem;
}

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

.mc h2 {
  margin: 30px auto;
  text-align: center;
  font-size: 2rem;
  position: relative;
  background: #482e01;
  color: #fff;
}

.mc dl.left {
  display: flex;
  margin: 20px 0px;
  background-color: rgba(72, 46, 1, 0.7);
  padding: 20px;
  color: #fff;
}

.mc dl.right {
  display: flex;
  flex-direction: row-reverse;
  margin: 20px 0px;
  background-color: rgba(72, 46, 1, 0.7);
  padding: 20px;
  color: #fff;
}

.mc dl.left dt {
  margin-right: 10px;
}

.mc dl.right dt {
  margin-left: 10px;
}

.mc dl.left dt img,
.mc dl.right dt img {
  max-width: 240px;
}

.mc dl.left dd {
  padding: 0px 20px 0px 20px;
}

.mc dl.right dd {
  padding: 20px;
  text-align: left;
}

.mc dl.left dd h3,
.mc dl.right dd h3 {
  font-size: 4rem;
  display: inline;
}

.mc dl.left dd span.small,
.mc dl.right dd span.small {
  font-size: 2rem;
  margin-left: 5px;
}

.mc dl.left dd span.job,
.mc dl.right dd span.job {
  font-size: 2rem;
  display: inline;
  padding-left: 20px;
}

.mc dl.left dd p,
.mc dl.right dd p {
  font-size: 1.5rem;
  margin: 10px 0px;
}

.mc dl.left dd h4,
.mc dl.right dd h4 {
  font-size: 1.5rem;
}

.mc dl.left dd ul,
.mc dl.right dd ul {
  font-size: 1.5rem;
}

/* プレゼント */
.present {
  width: 100%;
  margin: 0 auto;
  background: url(../images/present_bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center bottom;
  position: relative;
  padding: 50px 0px;
}

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

.present h2 img {
  width: 80%;
}

.present_img03 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.present_img03 img {
  max-width: 30%;
  margin: 10px;
}

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

.present_img01 img {
  max-width: 95%;
  margin: 10px;
}

/*timetable*/
.timetable {
  width: 100%;
  margin: 0 auto;
  background: #070720;
  padding: 50px 0px;
}

.timetable h2 {
  margin: 0 auto 10px;
  text-align: center;
  font-size: 4.5rem;
  color: #ffffff;
}

.timetable dl {
  margin: 20px auto;
  background: #fff;
  padding: 20px;
  border: 4px solid;
  border-image: conic-gradient(#c4a470, #f3e2c5, #c4a470, #f3e2c5, #c4a470, #c4a470) 1;
}

.timetable dt {
  display: block;
  margin: 10px auto;
  text-align: center;
  font-size: 2.5rem;
  border-bottom: 1px solid #070720;
}

.timetable dd {
  background: #fff;
  margin-top: 30px;
}

.timetable dd {
  background: #fff;
  margin-top: 30px;
}

.timetable dd .comming {
  margin: 100px auto;
  text-align: center;
  font-size: 2.9rem;
  line-height: 1.3;
  color: #333;
}

.timetable dd:first-of-type h3.font_M {
  margin: 10px auto;
  text-align: center;
  font-size: 2.9rem;
  line-height: 1.3;
  color: #333;
}

.timetable dd:first-of-type .speaker {
  font-size: 2.5rem;
  color: #333;
  margin: 10px auto;
  text-align: center;
}

.timetable dd:first-of-type .speaker span {
  font-size: 2rem;
  color: #333;
}

.timetable dd.t_c {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  box-sizing: border-box;
}

.timetable dd.t_c img {
  max-height: 100px;
  width: auto;
  display: block;
  margin: 0 10px;
}

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

.caption h2 {
  margin: 0 auto 20px;
  text-align: center;
  font-size: 4rem;
}

.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: "●";
  color: #e4c254;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 0px;
}

/* footer */
footer {
  background-color: #000006;
  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: 100%;
  }

  /* CTA */
  .cta {
    padding: 30px 0 60px;
  }

  .cta img {
    width: 60%;
  }

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

  .present h3 {
    margin: 30px auto 10px;
    font-size: 3rem;
  }

  /*about*/
  .about h2 {
    margin: 0 auto;
    text-align: center;
  }

  .about h2 img {
    width: 80%;
  }

  /*outline*/
  .outline th {
    width: 40%;
  }

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

  .timetable dd:first-of-type h3.font_M {
    margin: 0px 0 10px 0;
    font-size: 2rem;
  }

  .timetable dd:first-of-type .speaker {
    font-size: 2rem;
  }

  /* //////// */
  . {
    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%;
  }

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

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

  /*present*/
  .present {
    padding: 30px 0;
    background-size: cover;
    background-position: right;
  }

  .present h2,
  .present h3 {
    font-size: 2rem;
  }

  .present_img01 img {
    margin: 20px 0px;
  }

  .present_img03 {
    flex-wrap: wrap;
    align-items: normal;
    margin: 0px;
  }

  .present_img03 img {
    flex: 0 0 calc(50% - 40px);
    margin: 10px 0px 10px 10px;
    max-width: 44%;
  }

  /*worry*/
  .worry {
    width: 100%;
    margin: 0 auto;
    background: url(../images/worry_sp_bg.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center bottom;
    position: relative;
    text-align: center;
  }

  .worry h2 {
    top: 30px;
    margin-bottom: 20px;
  }

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

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

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

  .about .img_c img {
    max-width: 100%;
  }

  /*melt*/
  ul.melt_list {
    flex-wrap: wrap;
    align-items: normal;
    margin: 0px;
  }

  ul.melt_list li {
    margin: 5px;
  }

  /*outline*/
  .outline h2 {
    font-size: 2.5rem;
  }

  .outline table {
    width: 90%;
  }

  .outline .event::before {
    top: -10px;
  }

  .outline .event::before, .outline .event::after {
    max-width: 350px;
  }

  .outline .event {
    padding: 10px 5px 45px;
  }

  .outline th {
    padding: 20px;
    font-size: 1.5rem;
    width: 40%;
  }

  .outline td {
    font-size: 1.5rem;
  }

  /*profile*/
  .profile {
    background-size: contain;
  }

  .profile h2 {
    font-size: 3rem;
  }

  .profile dl.left {
    display: block;
    margin: 20px 0px;
  }

  .profile dl.left dt {
    margin: 10px 0px;
    text-align: center;
  }

  .profile dl.left dd span.job, .profile dl.right dd span.job {
    display: block;
    padding-left: 0px;
  }

  .profile dl.right {
    display: block;
  }

  .profile dl.right dt {
    margin: 10px 0px;
    text-align: center;
  }

  /*mc*/
  .mc {
    background-size: contain;
  }

  .mc h2 {
    font-size: 3rem;
  }

  .mc dl.left {
    display: block;
    margin: 20px 0px;
  }

  .mc dl.left dt {
    margin: 10px 0px;
    text-align: center;
  }

  .mc dl.left dd span.job, .mc dl.right dd span.job {
    display: block;
    padding-left: 0px;
  }

  .mc dl.right {
    display: block;
  }

  .mc dl.right dt {
    margin: 10px 0px;
    text-align: center;
  }

  /*timetable*/
  .timetable {
    padding: 50px 0px 10px;
  }

  .timetable h2 {
    font-size: 3rem;
  }

  .timetable dt {
    font-size: 2rem;
  }

  .timetable dd:first-of-type h3.font_M {
    font-size: 2.5rem;
  }

  .timetable dd:first-of-type .speaker {
    font-size: 2rem;
  }

  .timetable dd:first-of-type .speaker span {
    font-size: 1.5rem;
  }

  .timetable dd.t_c img {
    max-height: 70px;
    margin: 0 5px;
  }

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

  .form .img_c02 img {
    max-width: 100%;
  }

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

  .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;
    color: #202020;
  }

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

  footer a:hover,
  footer a:active {
    color: #202020;
    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;
}
