/* ------------------------------------------------------------ */
/* base */
/* ------------------------------------------------------------ */
/* hover */
@media only screen and (min-width: 768px) {
  .section-main a {
    -webkit-transition: all .2s linear;  
    -moz-transition: all .2s linear;  
    -o-transition: all .2s linear;  
    transition: all .2s linear;
  }
  .section-main a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
  }
}

/* clearfix */
.section-main:after,
.section-fes .box-fes:after,
.section-present .box-present:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
}

/* ------------------------------------------------------------ */
/* section-container */
/* ------------------------------------------------------------ */
#summer.container {
  padding: 0 15px !important;
}
#summer.container a {
  color: #00a8b5;
}

/* ------------------------------------------------------------ */
/* section-hero */
/* ------------------------------------------------------------ */
@media (max-width: 767px) {
  .section-hero {
    margin: 0 -15px;
  }
}
@media (min-width: 768px) {
  .section-hero {
    margin: 20px 0 0;
  }
}
.section-hero .end-txt {
  color: #ff0000;
  font-size: 22px;
  text-align: center;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .section-hero .end-txt {
    font-size: 24px;
  }
}

/* ------------------------------------------------------------ */
/* base layout */
/* ------------------------------------------------------------ */
.section-fes {
  padding: 20px 0;
  margin: 30px auto 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.section-present {
  margin: 15px auto 0;
}
.section-entry {
  margin: 40px auto 60px;
}
@media (min-width: 818px) {
  .section-fes,
  .section-present {
    margin: 40px auto 0;
  }
  .section-entry {
    margin: 50px auto 60px;
  }
}
@media (min-width: 990px) {
  .section-present,
  .section-entry {
    width: 810px;
  }
}

/* ------------------------------------------------------------ */
/* section-main */
/* ------------------------------------------------------------ */
.section-main {
  margin-top: 20px;
}
.section-main h1 {
  text-align: center;
  margin: 0 auto 15px;
}
.section-main h1 img {
  display: block;
  margin: 0 auto;
}
.section-main h2 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 0;
}
@media (min-width: 768px) {
  .section-main h1 {
    font-size: 34px;
  }
}
@media (min-width: 818px) {
  .section-main {
    margin-top: 40px;
  }
  .section-main h1 {
    text-align: left;
  }
  .section-main h1 img {
    display: block;
    width: 385px;
    margin: 0 0 30px;
  }
  .section-main h1 .hidden-tb {
    display: none;
  }
  .section-main .box-txt {
    float: left;
    width: 50%;
  }
  .section-main .box-model {
    float: right;
    width: 50%;
  }
}
@media (min-width: 990px) {
  .section-main h1 .hidden-tb {
    display: inline-block;
  }
}

/* box-txt */
.section-main .box-txt p {
  font-size: 15px;
  text-align: center;
  line-height: 1.8;
  margin: 0;
}
@media (min-width: 818px) {
  .section-main .box-txt p {
    text-align: left;
  }
  .section-main .box-txt p .hidden-xs {
    display: none;
  }
}
@media (min-width: 990px) {
  .section-main .box-txt p .hidden-xs {
    display: inline-block;
  }
}

/* box-model */
.section-main .box-model {
  font-size: 0;
  text-align: center;
  margin-top: 20px;
}
.section-main .model-inner {
  margin: 0 -8px;
  overflow: hidden;
}
.section-main .box-model .col-3 {
  display: inline-block;
  width: 33.33%;
  padding: 0 8px;
}
.section-main .box-model .col-3 figure {
  margin: 0;
}
@media (min-width: 818px) {
  .section-main .box-model {
    margin-top: 0;
    border-top: none;
  }
  .section-main .model-inner {
    margin: 0 -15px;
  }
  .section-main .box-model .col-3 {
    padding: 0 15px;
  }
}

/* ------------------------------------------------------------ */
/* section-fes */
/* ------------------------------------------------------------ */
/* box-fes */
.section-fes .box-fes .col-2 + .col-2 {
  margin-top: 20px;
}
.section-fes .box-fes .col-2 {
  overflow: hidden;
}
.section-fes .box-fes .col-2 .fes-image {
  font-size: 0;
  margin: 0 -8px;
}
.section-fes .box-fes .col-2 .fes-image img {
  display: inline-block !important;
  width: 50%;
  padding: 0 8px;
  vertical-align: top;
}
.section-fes .box-fes .col-2 .fes-txt p {
  font-size: 14px;
  line-height: 1.5;
  margin: 10px 0 2px;
}
.section-fes .box-fes .col-2 .fes-txt a {
  position: relative;
  font-size: 14px;
  padding-left: 15px;
}
.section-fes .box-fes .col-2 .fes-txt a::before,
.section-fes .box-fes .col-2 .fes-txt a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.section-fes .box-fes .col-2 .fes-txt a::before {
  left: -2px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #00a8b5;
  border-right: 1px solid #00a8b5;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.section-fes .box-fes .col-2 .fes-txt a:hover::before {
  border-color: #006169;
}
.section-fes .box-fes .col-2 .fes-txt a i {
  margin-left: 5px;
}
@media (min-width: 818px) {
  .section-fes .box-fes .col-2 {
    display: table;
    float: left;
    width: 50%;
  }
  .section-fes .box-fes .col-2 > div {
    display: table-cell;
    vertical-align: top;
  }
  .section-fes .box-fes .col-2:first-child {
    padding-right: 16px;
  }
  .section-fes .box-fes .col-2:last-child {
    padding-left: 16px;
  }
  .section-fes .box-fes .col-2 + .col-2 {
    margin-top: 0;
  }
  .section-fes .box-fes .col-2 .fes-image {
    width: 44%;
    margin: 0;
  }
  .section-fes .box-fes .col-2 .fes-image img {
    display: block;
    width: 100%;
    padding: 0;
  }
  .section-fes .box-fes .col-2 .fes-image .visible-xs {
    display: none !important;
  }
  .section-fes .box-fes .col-2 .fes-txt {
    width: 56%;
    padding-right: 15px;
  }
  .section-fes .box-fes .col-2 .fes-txt img {
    width: 90px;
  }
}

/* box-present */
.section-present .box-present .col-2 + .col-2 {
  margin-top: 15px;
}
.section-present .box-present .col-2 figure {
  margin: 0;
}
@media (min-width: 818px) {
  .section-present .box-present {
    font-size: 0;
  }
  .section-present .box-present .col-2 {
    display: inline-block;
    width: 50%;
  }
  .section-present .box-present .col-2:first-child figure {
    text-align: left;
  }
  .section-present .box-present .col-2:last-child figure {
    text-align: right;
  }
  .section-present .box-present .col-2 figure img {
    max-width: 390px;
  }
  .section-present .box-present .col-2 + .col-2 {
    margin-top: 0;
  }
}

/* ----------------------------- */
/* section-entry */
/* ----------------------------- */
.section-entry h3 {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
  margin: 0 0 15px;
  background-color: #333;
}
.section-entry h4 {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  margin: 0;
  background-color: #eee;
}
.section-entry table {
  width: 100%;
  font-size: 14px;
  line-height: 1.8;
}
.section-entry table th,
.section-entry table td {
  float: left;
  width: 100%;
  display: block;
}
.section-entry table th {
  font-weight: bold;
  padding: 10px 0 0;
}
.section-entry table td {
  padding: 0 0 10px;
}
.section-entry table tr + tr th {
  border-top: 1px solid #ccc;
}
.section-entry table td .entry-txt + .entry-txt {
  padding-top: 10px;
  margin-bottom: 0;
}
.section-entry table td dl {
  margin-bottom: 0;
}
.section-entry table td .entry-txt dt,
.section-entry table td .entry-txt dd {
  line-height: 1.8;
}
.section-entry table td .entry-txt > dt {
  font-weight: normal;
}
.section-entry table td .entry-txt > ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.section-entry table td .entry-txt > ul li {
  font-size: 13px;
  text-indent: -1em;
  line-height: 1.8;
  margin-left: 1em;
}
.section-entry table td .entry-txt > p {
  margin: 0;
}
.section-entry table td .entry-txt > .red {
  color: #ff0000;
}
.section-entry table td .entry-txt .indent {
  text-indent: -1em;
  margin: 0 0 0 1em;
}
.section-entry table td .entry-txt a {
  position: relative;
  padding-left: 18px;
}
.section-entry table td .entry-txt a::before,
.section-entry table td .entry-txt a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.section-entry table td .entry-txt a::before {
  left: -2px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #00a8b5;
  border-right: 1px solid #00a8b5;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.section-entry table td .entry-txt a:hover::before {
  border-color: #006169;
}
.section-entry table td .entry-txt a i {
  margin-left: 10px;
}
@media (min-width: 768px) {
  .section-entry h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .section-entry h4 {
    font-size: 16px;
  }
  .section-entry table {
    font-size: 15px;
  }
  .section-entry table th,
  .section-entry table td {
    display: table-cell;
    float: none;
  }
  .section-entry table tr + tr td {
    border-top: 1px solid #ccc;
  }
  .section-entry table th {
    width: 115px;
    font-weight: bold;
    text-align: left;
    vertical-align: top;
    letter-spacing: nowrap;
    padding: 10px 0 10px 10px;
  }
  .section-entry table td {
    width: calc(100% - 115px);
    text-align: left;
    padding: 10px 10px 10px 0;
  }
  .section-entry table td .entry-txt .sm-sp {
    display: none;
  }
  .section-entry table td .entry-txt a {
    margin-left: 10px;
  }
  .section-entry .link-button a {
    font-size: 20px;
  }
}

/* link-form */
.section-entry .box-contact {
  padding-bottom: 10px;
}
.section-entry .box-contact .link-form {
  position: relative;
  font-size: 14px;
  line-height: 1.8;
  padding: 10px 10px 10px 18px;
  margin: 0;
}
.section-entry .box-contact .link-form a::before,
.section-entry .box-contact .link-form a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.section-entry .box-contact .link-form a::before {
  left: -2px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #00a8b5;
  border-right: 1px solid #00a8b5;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.section-entry .box-contact .link-form a:hover::before {
  border-color: #006169;
}
.section-entry .box-contact ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.section-entry .box-contact ul li {
  font-size: 14px;
  text-indent: -1em;
  line-height: 1.8;
  margin-left: 1em;
}
@media (min-width: 768px) {
  .section-entry .box-contact .link-form {
    font-size: 15px;
    margin-left: 10px;
  }
  .section-entry .box-contact ul {
    margin-left: 10px;
  }
  .section-entry .box-contact ul li {
    font-size: 15px;
  }
}

/* entry-method */
.section-entry .entry-method {
  position: relative;
  padding: 20px 0 10px;
}
.section-entry .entry-method > p {
  font-size: 14px;
  line-height: 1.8;
}
.section-entry .entry-method img {
  display: block;
  max-width: 100px;
  margin: 0 auto;
}
.section-entry .entry-method > ul {
  list-style-type: none;
  font-size: 14px;
  padding: 0 !important;
  margin: 0 !important;
}
.section-entry .entry-method > ul li {
  text-indent: -1em;
  line-height: 1.8;
  margin-left: 1em;
}
.section-entry .entry-method > ul .noindent {
  text-indent: 0;
  margin-left: 0;
}
@media (min-width: 768px) {
  .section-entry .entry-method {
    position: relative;
    padding: 20px 10px 10px;
  }
  .section-entry .entry-method > p {
    font-size: 15px;
  }
  .section-entry .entry-method img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    right: 10px;
    width: 48px;
  }
  .section-entry .entry-method > ul {
    font-size: 15px;
  }
}

/* box-note */
.section-entry .box-note {
  border-bottom: 1px solid #ccc;
}
.section-entry .box-note > ul {
  list-style-type: none;
  font-size: 13px;
  padding: 10px 0 !important;
  margin: 0 !important;
}
.section-entry .box-note > ul li {
  text-indent: -1em;
  line-height: 1.8;
  margin-left: 1em;
}

/* box-targetmodel */
.section-entry .box-targetmodel {
  border-bottom: 1px solid #ccc;
}
.section-entry .box-targetmodel > dl {
  list-style-type: none;
  font-size: 13px;
  padding: 10px 0 !important;
  margin: 0 !important;
}
.section-entry .box-targetmodel > dl dt {
  text-align: left;
}
.section-entry .box-targetmodel > dl dd p {
  margin: 10px 0 0;
}

/* ------------------------------------------------------------ */
/* ご応募はこちら */
/* ------------------------------------------------------------ */
.app-xlj {
  text-align: center;
  padding: 10px;
  margin: 0 auto;
}
.app-xlj .btn-primary {
  background-color: #e53a67;
  border-color: transparent; 
  padding: 20px;
}
.app-xlj .btn-primary:hover {
  background-color: #54A9BD;
}

/* ------------------------------------------------------------ */
/* 規約ページ */
/* ------------------------------------------------------------ */
.h-bg-r {
  color: #fff;
  font-size: 160%;
  text-align: center;
  padding: 10px 0;
  background: #17151c;
}

/* - 規約 - */
.section-kiyaku {
}
.section-kiyaku dt {
  font-size: 17px;
  font-weight: normal;
  text-indent: -.7em;
  line-height: 1.8;
  margin: 0 0 10px .7em;
}
.section-kiyaku dd {
  font-size: 13px;
  line-height: 1.8;
  margin-bottom: 25px;
}
.section-kiyaku dd strong {
  display: block;
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 10px;
}
.section-kiyaku dd ul + strong {
  margin-top: 25px;
}
.section-kiyaku dd ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.section-kiyaku dd ul + ul {
  margin-top: 10px;
}
.section-kiyaku dd ul li {
  text-indent: -1em;
  margin-left: 1em;
}
.section-kiyaku dd p {
  margin-bottom: 0;
}
.section-kiyaku dd a {
  word-break: break-all;
}

/* - 個人情報 - */
.section-check {
  margin-bottom: 40px;
}
.section-check .privacy {
  border: solid 1px #808080;
  height: 150px;
  padding: 0.5em;
  overflow: auto;
  margin-bottom: 20px;
}
.section-check .privacy .section + .section {
  margin-top: 20px;
}
.section-check .privacy .section .indent {
  text-indent: -1.5em;
  margin-left: 1.5em;
}
.section-check .privacy .section p,
.section-check .privacy .section ul {
  font-size: 13px;
  line-height: 1.8;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

/* ------------------------------------------------------------ */
/* 送信ボタン */
/* ------------------------------------------------------------ */
/* 送信ボタン */
input[type="button"] {
  color: #fff;
  font-size: 18px;
  padding: 20px;
  border: none;
  background: #e53a67;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
/* 送信ボタン - マウスオーバー時 */
input[type="button"]:hover {
  background: #54A9BD;
}
/* 送信ボタン - 押せないとき */
input[type="button"][disabled] {
  background-color: #ccc;
  cursor: default;
}
.pointer label:hover,
.pointer input:hover {
  cursor: pointer;
}

/* ------------------------------------------------------------ */
/* 判定別*/
/* ------------------------------------------------------------ */
.well {
  text-align: center;
  margin: 20px 0 0;
}
.well p {
  font-size: 15px;
  line-height: 1.8;
  margin: 0;
}
@media (min-width: 768px) {
  .well p {
    font-size: 16px;
  }
}