@charset "utf-8";
/*------------------------------------------------------------
共通
------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  font-family: Verdana, Roboto, 'Droid Sans', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #333;
}

img {
  vertical-align: bottom;
  border: none;
}

li {
  list-style: none;
}

.error-message {
  color: #c00;
}

.margin_none {
    margin: 0 !important;
}

/*------------------------------------------------------------
ラッパー
------------------------------------------------------------*/
#wrapper {
  width: 100%;
  overflow: hidden;
  background: #fcfbf7;
}

.pc {
  display: none;
}

.sp {
  display: block;
}

@media screen and (min-width: 960px) {
  .pc {
    display: block;
  }

  .sp {
    display: none;
  }
}
/*------------------------------------------------------------
header
------------------------------------------------------------*/
header {
  width: 100%;
  text-align: center;
}
header figure img {
  width: 100%;
  height: auto;
}
header h1 {
  width: 100%;
  padding: 20px 0 0 0;
  text-align: center;
}
header h1 img {
  width: 80%;
  height: auto;
}

/*------------------------------
header_sp
---------------------------------*/
@media screen and (min-width: 960px) {
  header figure img {
    width: 1200px;
    height: auto;
  }
  header h1 {
    padding: 20px 0;
  }
  header h1 img {
    width: 695px;
    height: 95px;
  }
}
/*------------------------------------------------------------
deadline
------------------------------------------------------------*/
#deadline {
  padding: 30px 20px 30px 20px;
}
#deadline h2 {
  font-size: 1.6rem;
  text-align: center;
  line-height: 1;
  color: #f576a3;
}
#deadline p {
  color: #f576a3;
  font-size: 1.7rem;
  text-align: center;
}
#deadline p:last-child {
  margin-top: 20px;
}
#deadline p:last-child img {
  width: 80%;
  height: auto;
}

/*------------------------------
photoimage
---------------------------------*/
.photobox {
  overflow: hidden;
  line-height: 1.2em;
  font-weight: bold;
  margin-bottom: 20px;
}
.photobox img {
  max-width: 70%;
  height: auto;
}
.photobox p {
  font-size: 1.2em;
  margin-top: 15px;
}
.photobox p .font-sm {
  font-size: 0.8em;
}
.photobox .left-box {
  text-align: center;
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.photobox .left-box .font-sm {
  font-size: 0.8em;
}
.photobox .right-box {
  text-align: center;
  width: 100%;
  float: right;
}

.p-box {
  font-size: 14px;
  background-color: #f576a3;
  color: #fff;
  padding: 20px;
  padding-left: 2em;
  text-indent: -1em;
}

@media screen and (min-width: 960px) {
  .photobox {
    overflow: hidden;
    line-height: 1.6em;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .photobox img {
    max-width: 100%;
    height: auto;
  }
  .photobox .left-box {
    text-align: center;
    width: 50%;
    float: left;
  }
  .photobox .left-box .font-sm {
    font-size: 0.8em;
  }
  .photobox .right-box {
    text-align: center;
    width: 50%;
    float: right;
  }
  .photobox .right-box .font-sm {
    font-size: 0.8em;
  }

  .p-box {
    font-size: x-large;
    background-color: #f576a3;
    color: #fff;
    padding: 20px 0 20px 30%;
    margin-bottom: 20px;
  }
}
/*------------------------------
deadline_pc
---------------------------------*/
@media screen and (min-width: 960px) {
  #deadline {
    width: 960px;
    margin: 0 auto;
    padding: 50px 0;
  }
  #deadline h2 {
    font-size: 3.0rem;
    display: block;
    width: 180px;
    margin: 0 auto 5px auto;
    position: relative;
  }
  #deadline h2:before,
  #deadline h2:after {
    content: "";
    position: absolute;
    width: 300px;
    height: 2px;
    background: #f681aa;
    left: 105%;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  #deadline h2:after {
    left: auto;
    right: 105%;
  }
  #deadline p {
    font-size: 5.2rem;
  }
  #deadline p strong {
    font-weight: normal;
  }
  #deadline p:last-child img {
    width: 300px;
    height: 72px;
  }
}
/*------------------------------------------------------------
what
------------------------------------------------------------*/
#what {
  margin: 0 20px 30px 20px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
#what h2 {
  padding: 15px 0;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #f576a3;
  color: #fff;
}
#what article {
  padding: 15px;
  font-size: 1.2rem;
}

/*------------------------------
what_pc
---------------------------------*/
@media screen and (min-width: 960px) {
  #what {
    width: 960px;
    margin: 0 auto 70px auto;
  }
  #what h2 {
    font-size: 2.4rem;
    font-weight: normal;
  }
  #what article {
    padding: 30px;
  }
  #what article p {
    text-align: center;
    font-size: 1.4rem;
  }
}
/*------------------------------------------------------------
video
------------------------------------------------------------*/
.video {
  width: 90%;
  height: 100%;
  position: relative;
  height: 0;
  padding: 30px 0 56.25%;
  overflow: hidden;
  margin: 0 auto 30px auto;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 960px) {
  .video {
    width: 960px;
    height: 540px !important;
    position: relative;
    height: 0;
    padding: inherit;
    overflow: hidden;
    margin: 0 auto 70px auto;
  }

  .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 540px;
  }
}
/*------------------------------------------------------------
entry
------------------------------------------------------------*/
#entry {
  margin: 0 20px 30px 20px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
#entry h2 {
  padding: 15px 0;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #f576a3;
  color: #fff;
}
#entry article {
  padding: 15px;
}
#entry article ul li {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: #cccccc dotted 1px;
}
#entry article ul li h3 {
  margin-bottom: 10px;
  line-height: 1;
  font-size: 1.4rem;
  color: #f576a3;
}
#entry article ul li h4 {
  margin-bottom: 10px;
  display: inline-block;
  font-size: 1.2rem;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  color: #fff;
  line-height: 1;
  padding: 10px;
  background-color: #ff3079;
  font-weight: normal;
}
#entry article ul li p {
  margin-bottom: 8px;
  font-size: 1.2rem;
}
#entry article ul li p span {
  font-size: 1.1rem;
}
#entry article ul li p em {
  font-style: normal;
  color: #f576a3;
}
#entry article ul li p:last-child {
  margin-bottom: 0;
}
#entry article ul li:last-child {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
#entry article dl {
  margin-bottom: 15px;
}
#entry article dl dt {
  margin-bottom: 5px;
  padding: 5px;
  background-color: #f576a3;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
}
#entry article dl dd {
  font-size: 1.2rem;
}
#entry article dl dd a {
  color: #f576a3;
}
#entry article dl:after {
  content: "";
  width: 42px;
  height: 31px;
  margin: 15px auto 0 auto;
  display: block;
  background: url("../img/bg_arrow.png") top center;
}
#entry article dl:last-of-type:after {
  display: none;
}
#entry .ent_btn {
  margin-top: 20px;
  text-align: center;
}
#entry .ent_btn img {
  width: 80%;
  height: auto;
}
#entry .ent_dl {
  margin-top: 20px;
  text-align: center;
}
#entry .ent_dl img {
  width: 90%;
  height: auto;
}
#entry a {
  color: #f576a3;
}

/*------------------------------
entry_pc
---------------------------------*/
@media screen and (min-width: 960px) {
  #entry {
    width: 960px;
    margin: 0 auto 70px auto;
  }
  #entry h2 {
    font-size: 2.4rem;
    font-weight: normal;
  }
  #entry article {
    padding: 40px 60px;
  }
  #entry article ul li {
    margin-bottom: 35px;
    padding-bottom: 35px;
  }
  #entry article ul li h3 {
    margin-bottom: 15px;
    font-size: 2.5rem;
  }
  #entry article ul li h4 {
    font-size: 1.4rem;
  }
  #entry article ul li p {
    margin-bottom: 10px;
    font-size: 1.4rem;
    line-height: 1.3;
  }
  #entry article dl {
    margin-bottom: 30px;
  }
  #entry article dl dt {
    margin-bottom: 10px;
    padding: 10px;
    font-size: 1.6rem;
  }
  #entry article dl dd {
    font-size: 1.4rem;
  }
  #entry article dl:after {
    margin: 20px auto 0 auto;
  }
  #entry .ent_btn img {
    width: 300px;
    height: 72px;
  }
  #entry .ent_dl img {
    width: 355px;
    height: 72px;
  }
}
/*------------------------------------------------------------
detail
------------------------------------------------------------*/
#detail {
  margin: 0 20px 30px 20px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
#detail h2 {
  padding: 15px 0;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #f576a3;
  color: #fff;
}
#detail article {
  padding: 15px;
  font-size: 1.2rem;
}

/*------------------------------
detail_pc
---------------------------------*/
@media screen and (min-width: 960px) {
  #detail {
    width: 960px;
    margin: 0 auto 70px auto;
  }
  #detail h2 {
    font-size: 2.4rem;
    font-weight: normal;
  }
  #detail article {
    padding: 30px;
  }
  #detail article p {
    font-size: 1.4rem;
  }
}
/*------------------------------------------------------------
riyoukiyaku
------------------------------------------------------------*/
#riyoukiyaku {
  margin: 40px 20px 30px 20px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
#riyoukiyaku h2 {
  padding: 15px 0;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #f576a3;
  color: #fff;
}
#riyoukiyaku article {
  padding: 15px;
  font-size: 1.2rem;
}
#riyoukiyaku .ent_dl {
  margin-top: 20px;
  text-align: center;
}
#riyoukiyaku .ent_dl img {
  width: 90%;
  height: auto;
}
#riyoukiyaku #kiyakubox {
  margin-top: 20px;
  padding: 20px;
  box-shadow: 0 0 3px #ccc;
  height: 300px;
  overflow-y: scroll;
  font-size: 13px;
  border-radius: 8px;
  background: #fff;
  line-height: 1.8;
}

/*------------------------------
riyoukiyaku
---------------------------------*/
@media screen and (min-width: 960px) {
  #riyoukiyaku {
    width: 960px;
    margin: 50px auto 70px auto;
  }
  #riyoukiyaku h2 {
    font-size: 2.4rem;
    font-weight: normal;
  }
  #riyoukiyaku article {
    padding: 30px;
  }
  #riyoukiyaku article p {
    font-size: 1.4rem;
  }
  #riyoukiyaku article dl {
    margin-top: 30px;
  }
  #riyoukiyaku article #kiyakubox {
    padding: 30px;
    box-shadow: 0 0 3px #ccc;
    height: 300px;
    overflow-y: scroll;
    font-size: 13px;
    border-radius: 8px;
    background: #fff;
    line-height: 1.8;
  }
  #riyoukiyaku article .ent_dl {
    margin-top: 20px;
    text-align: center;
  }
  #riyoukiyaku article .ent_dl img {
    width: 355px;
    height: auto;
  }
  #riyoukiyaku article .text-right {
    text-align: right;
  }
}
/*------------------------------------------------------------
footer
------------------------------------------------------------*/
footer {
  background-color: #fff;
}
footer ul {
  padding: 20px;
}
footer ul li {
  font-size: 1.1rem;
}
footer ul li a {
  color: #111;
}
footer ul li span {
  padding-right: 5px;
  display: inline-block;
  color: #f576a3;
}
footer p {
  line-height: 1;
  color: #fff;
  font-size: 1.1rem;
  text-align: center;
  padding: 10px;
  background-color: #f576a3;
}

/*------------------------------
footer_pc
---------------------------------*/
@media screen and (min-width: 960px) {
  footer {
    background-color: #fff;
  }
  footer ul {
    padding: 30px;
    text-align: center;
  }
  footer ul li {
    display: inline-block;
    margin-right: 20px;
  }
  footer ul li:last-child {
    margin-right: 0;
  }
  footer p {
    padding: 20px;
  }
}
/*------------------------------------------------------------
pagetop
------------------------------------------------------------*/
@media screen and (max-width: 960px) {
  #pagetop {
    display: none !important;
  }
}
/*------------------------------
pagetop_pc
---------------------------------*/
@media screen and (min-width: 960px) {
  #pagetop {
    position: fixed;
    right: 40px;
    bottom: 40px;
    display: block;
  }
}

/*# sourceMappingURL=base.css.map */
