@charset "UTF-8";
html {
  font-size: 16px;
}
@media screen and (max-width: 960px) {
  html {
    font-size: 14px;
  }
}

body {
  font-family: Helvetica , "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  color: #333;
  box-sizing: border-box;
  overflow-x: hidden;
}

input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: Helvetica , "游ゴシック" , "Yu Gothic" , sans-serif;
  border-radius: 0;
}

select::-ms-expand {
  display: none;
}

input[type="text"], input[type="tel"], input[type="email"], input[type="password"], textarea {
  border: 1px solid #bbb;
  border-radius: 0;
}
input[type="text"]:placeholder-shown, input[type="tel"]:placeholder-shown, input[type="email"]:placeholder-shown, input[type="password"]:placeholder-shown, textarea:placeholder-shown {
  color: #ccc;
}
input[type="text"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #ccc;
}
input[type="text"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="password"]:-moz-placeholder, textarea:-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
input[type="text"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="password"]::-moz-placeholder, textarea::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
input[type="text"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #ccc;
}

textarea {
  resize: none;
  width: 100%;
  height: 330px;
  overflow: auto;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
}

button {
  cursor: pointer;
}

.slick-prev::before {
  content: url("../img/sp/ico-arrow_l.svg");
}

.slick-next::before {
  content: url("../img/sp/ico-arrow_r.svg");
}

.slick-dots li button:before {
  color: #ccc;
}

.slick-dots li.slick-active button:before {
  color: #527cac;
}

.header-slider .slick-dots {
  bottom: 25px;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.page-underlayer p {
  line-height: 1.8em;
}

.element-block {
  display: block;
}

.font-blue {
  color: #275b96;
}

.font-red {
  color: #cc0033;
}

.font-bold {
  font-weight: 700;
}

table {
  width: 100%;
  box-sizing: border-box;
}
table th {
  border: 1px solid #bbb;
  font-weight: bold;
  padding: 15px 20px;
  box-sizing: border-box;
  line-height: 1.5em;
}
@media screen and (max-width: 960px) {
  table th {
    display: block;
    width: 100%;
    padding: 15px 10px;
  }
}
table td {
  border: 1px solid #bbb;
  padding: 15px 20px;
  box-sizing: border-box;
  line-height: 1.5em;
}
@media screen and (max-width: 960px) {
  table td {
    display: block;
    width: 100%;
    padding: 15px 10px;
  }
}

.parts-checkbox {
  cursor: pointer;
  display: block;
  margin: 0 auto;
  width: 200px;
  text-align: center;
}

.checkbox-input {
  display: none;
}

.checkbox-parts {
  padding-left: 30px;
  position: relative;
}

.checkbox-parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #bbb;
  background: #fff;
}

.checkbox-input:checked + .checkbox-parts::after {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #275b96;
  border-right: 3px solid #275b96;
}

/*** 共通 ***/
.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

.clearfix:after {
  display: block;
  content: '';
  clear: both;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.wrap {
  max-width: 1100px;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .wrap {
    max-width: 90%;
  }
}

h2 {
  font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游ゴシック" , "Yu Gothic" , sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5em;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 960px) {
  h2 {
    font-size: 1.3rem;
  }
}
h2:before {
  position: absolute;
  top: 25%;
  left: -120px;
  z-index: 1;
  content: '';
  display: block;
  width: 100px;
  height: 1px;
  background-color: #275b96;
}
@media screen and (max-width: 960px) {
  h2:before {
    width: 80px;
    left: -90px;
  }
}
h2:after {
  position: absolute;
  top: 25%;
  right: -120px;
  z-index: 1;
  content: '';
  display: block;
  width: 100px;
  height: 1px;
  background-color: #275b96;
}
@media screen and (max-width: 960px) {
  h2:after {
    width: 80px;
    right: -90px;
  }
}
h2 span {
  font-family: Helvetica , "游ゴシック" , "Yu Gothic" , sans-serif;
  font-size: 0.85rem;
  color: #666;
  display: block;
}

.parts-button {
  background-color: #275b96;
  background-image: url("../img/ico-arrow.svg");
  background-repeat: no-repeat;
  background-position: 90%;
  background-size: 7px;
  color: #fff;
  font-family: Helvetica , "游ゴシック" , "Yu Gothic" , sans-serif;
  font-weight: bold;
  padding: 18px;
  box-sizing: border-box;
  width: 200px;
  height: 50px;
  display: block;
  margin: 40px auto;
}
.parts-button:hover {
  background-color: #527cac;
}

button.parts-button {
  border: 0;
  padding: 16px;
}

input[type="submit"] {
  cursor: pointer;
}

input[type="submit"].parts-button {
  border: 0;
  padding: 16px;
}
@media screen and (max-width: 960px) {
  input[type="submit"].parts-button {
    padding: 12px;
  }
}

.button-green {
  background-color: #70b82e;
}
.button-green:hover {
  background-color: #8abf5a;
}

.parts-add-button {
  background-color: #70b82e;
  background-image: url("../img/ico-arrow.svg");
  background-repeat: no-repeat;
  background-position: 90%;
  background-size: 7px;
  color: #fff;
  font-family: Helvetica , "游ゴシック" , "Yu Gothic" , sans-serif;
  font-weight: bold;
  padding: 18px;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  display: block;
  margin: 20px auto 10px;
}

.center-text {
  text-align: center;
}

.button-return {
  width: 200px;
  box-sizing: border-box;
  border: 2px solid #275b96;
  color: #275b96;
  background-image: url("../img/ico-arrow_blue.svg");
  background-repeat: no-repeat;
  background-position: 10%;
  background-size: 7px;
  background-color: #fff;
  height: 50px;
  display: inline-block;
  text-align: center;
  padding: 18px 0;
  font-family: Helvetica , "游ゴシック" , "Yu Gothic" , sans-serif;
  font-weight: bold;
  margin-right: 20px;
  font-size: 0.8rem;
  float: left;
}
.button-return:hover {
  opacity: 0.75;
}
@media screen and (max-width: 960px) {
  .button-return {
    float: none;
    display: block;
    margin: 0 auto;
  }
}

.button-next {
  width: 200px;
  box-sizing: border-box;
  border: 2px solid #275b96;
  background-color: #275b96;
  background-image: url("../img/ico-arrow.svg");
  background-repeat: no-repeat;
  background-position: 90%;
  background-size: 7px;
  color: #fff;
  font-size: 0.8rem;
  display: inline-block;
  font-family: Helvetica , "游ゴシック" , "Yu Gothic" , sans-serif;
  font-weight: bold;
  padding: 14px 0;
  height: 50px;
  float: right;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .button-next {
    float: none;
    display: block;
    margin: 0 auto 10px;
  }
}
.button-next:hover {
  background-color: #527cac;
  border: 2px solid #527cac;
}

.button-area {
  width: 430px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .button-area {
    width: 100%;
    box-sizing: border-box;
  }
}
.button-area a.button-next {
  color: #fff;
  font-size: 0.8rem;
  padding: 18px 0;
}

.error-message {
  color: #cc0033;
}

input.button-return {
  padding: 15px 0;
  font-size: 0.8rem;
}

.center {
  text-align: center;
}

.button-area.center .button-return {
  float: none;
  margin-right: 0;
}
@media screen and (max-width: 960px) {
  .button-area.center .button-return {
    display: block;
    margin: 0 auto;
  }
}

.top-button {
  display: block;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: 40px;
  background-color: rgba(39, 91, 150, 0.8);
  z-index: 100;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .top-button {
    bottom: 30px;
  }
}
.top-button span {
  display: inline-block;
  padding-top: 15px;
}
.top-button:hover {
  opacity: 0.75;
}

/*** ヘッダー ***/
header {
  width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
}
header .header-search {
  position: relative;
  width: 260px;
  height: 40px;
  float: left;
  margin-right: 15px;
}
header .header-search input[type="text"] {
  height: 40px;
  width: 260px;
  padding: 15px 20px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
}
header .header-search button[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  width: 50px;
  background-image: url("../img/header-search.svg");
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
}
header .header-up {
  padding: 20px;
  box-sizing: border-box;
}
header .header-up h1 {
  display: inline-block;
  width: 200px;
}
header .header-up h1.webken {
  width: 150px;
}
header .header-up h1 a:hover {
  opacity: 0.75;
}
header .header-up .header-right-menu {
  float: right;
  box-sizing: border-box;
}
header .header-up .button-login, header .header-up .button-home, header .header-up .button-mypage {
  float: left;
  display: block;
  border: 2px solid #70b82e;
  color: #70b82e;
  font-size: 0.9rem;
  font-weight: bold;
  height: 40px;
  padding: 12px 15px 12px 40px;
  box-sizing: border-box;
  background-image: url("../img/header-login.svg");
  background-repeat: no-repeat;
  background-size: 12%;
  background-position: 8%;
}
header .header-up .button-login:hover, header .header-up .button-home:hover, header .header-up .button-mypage:hover {
  background-color: #70b82e;
  color: #fff;
  background-image: url("../img/header-login_on.svg");
}
@media screen and (max-width: 960px) {
  header .header-up .button-login, header .header-up .button-home, header .header-up .button-mypage {
    display: none;
  }
}
header .header-up .button-home {
  background-size: 18px;
  background-position: 15%;
  background-image: url("../img/header-home.svg");
}
header .header-up .button-home:hover {
  background-image: url("../img/header-home_on.svg");
}
@media screen and (max-width: 960px) {
  header .header-up .button-home {
    display: none;
  }
}
header .header-up .button-mypage {
  background-size: 18px;
  background-position: 12%;
  background-image: url("../img/header-mypage.svg");
}
header .header-up .button-mypage:hover {
  background-image: url("../img/header-mypage_on.svg");
}
@media screen and (max-width: 960px) {
  header .header-up .button-mypage {
    display: none;
  }
}
header .header-up .button-logout {
  float: left;
  display: block;
  border: 2px solid #70b82e;
  color: #70b82e;
  font-size: 0.9rem;
  font-weight: bold;
  height: 40px;
  padding: 12px 15px 12px 40px;
  box-sizing: border-box;
  background-image: url("../img/header-logout.svg");
  background-repeat: no-repeat;
  background-size: 12%;
  background-position: 10%;
}
header .header-up .button-logout:hover {
  background-color: #70b82e;
  color: #fff;
  background-image: url("../img/header-logout_on.svg");
}
@media screen and (max-width: 960px) {
  header .header-up .button-logout {
    display: none;
  }
}
header .header-under {
  background: #275b96;
  box-sizing: border-box;
}
header .header-under ul li {
  width: 16.6363636364%;
  text-align: center;
}
header .header-under ul li a {
  display: block;
  padding: 15px 0;
  box-sizing: border-box;
  color: #fff;
  font-weight: bold;
}
header .header-under ul li a:hover, header .header-under ul li a.active {
  background: #527cac;
}

.header-slider {
  width: 100%;
  box-sizing: border-box;
}
.header-slider a {
  display: block;
}
.header-slider a:hover {
  opacity: 0.75;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.side-bannder {
  display: block;
  position: fixed;
  right: 0;
  top: 50%;
  width: 100px;
  margin-top: -70px;
  z-index: 10;
}
.side-bannder:hover {
  opacity: 0.75;
}

/*** /ヘッダー ***/
/*** スケジュール ***/
.section-schedule {
  padding: 15px 0;
}
.section-schedule h2 {
  border-left: 3px solid #275b96;
  padding: 25px 0 20px 15px;
  margin-right: 7%;
  display: block;
}
.section-schedule h2:before {
  display: none;
}
.section-schedule h2:after {
  display: none;
}
@media screen and (max-width: 1060px) {
  .section-schedule h2 {
    margin-right: 5%;
  }
}
.section-schedule .schedule-area {
  width: 80%;
  margin: auto;
}

/*** /スケジュール ***/
/*** お知らせ ***/
.section-news {
  text-align: center;
  background: #f8f8f8;
  padding: 70px 0;
  box-sizing: border-box;
}
.section-news h2 {
  margin-bottom: 50px;
}
.section-news .news-box {
  background: #fff;
  box-sizing: border-box;
  width: 31.6363636364%;
  margin-right: 10px;
  position: relative;
  padding: 20px;
  text-align: left;
  color: #333;
  line-height: 1.8em;
}
.section-news .news-box:nth-of-type(3) {
  margin-right: 0;
}
.section-news .news-box p a {
  color: #275b96;
}
.section-news .news-box > a {
  display: block;
  color: #333;
}
.section-news .news-box > a:hover {
  opacity: 0.75;
}
.section-news .news-box .label {
  position: absolute;
  left: 18px;
  top: -5px;
  z-index: 1;
  width: 50px;
}
.section-news .news-box .topics-image {
  margin-bottom: 10px;
}
.section-news .news-box .news-date {
  font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  color: #555;
  font-weight: bold;
  padding: 10px 0 0 64px;
  margin-bottom: 40px;
}
.section-news .news-box .news-date .ico-new {
  font-size: 12px;
  font-family: Helvetica , "游ゴシック" , "Yu Gothic" , sans-serif;
  color: #fff;
  background: #970f2a;
  padding: 5px 7px;
  font-weight: normal;
  margin-left: 10px;
}
.section-news .news-box.image-on .news-date {
  padding: 0;
  margin-bottom: 0;
}

/*** /お知らせ ***/
/*** 概要 ***/
.section-about {
  text-align: center;
  padding: 70px 0;
  box-sizing: border-box;
}
.section-about h2 {
  margin-bottom: 50px;
}
.section-about .about-area img {
  float: left;
  width: 38.8181818182%;
  margin-right: 50px;
}
.section-about .about-area .about-box {
  float: left;
  width: 55.4545454545%;
}
.section-about .about-area .about-text {
  line-height: 1.8em;
  text-align: left;
}

/*** /概要 ***/
/** フッター **/
footer {
  padding-top: 100px;
}
footer .footer-nav {
  background: #f8f8f8;
  text-align: center;
  padding: 30px 0;
  border-bottom: #bbb;
}
footer .footer-nav a {
  padding: 0 30px;
  box-sizing: border-box;
  color: #666;
  font-size: 0.85em;
}
footer .footer-nav a:hover {
  opacity: 0.75;
}
footer .footer-bottom {
  background: #ddd;
  padding: 40px 0;
  text-align: center;
}
footer .footer-bottom .footer-sns {
  text-align: center;
  margin-bottom: 50px;
}
footer .footer-bottom .footer-sns a {
  padding: 0 15px;
}
footer .footer-bottom .footer-sns a img {
  height: 28px;
  width: auto;
}
footer .footer-bottom .footer-logo {
  display: inline-block;
  width: 150px;
  margin-bottom: 20px;
}
footer .footer-bottom .footer-copyright {
  color: #275b96;
  font-size: 10px;
  text-align: center;
}

/** /フッター **/
/** SP **/
@media screen and (max-width: 960px) {
  .header-slider {
    margin-top: 54px;
  }

  header .wrap {
    max-width: 100%;
  }
  header .header-up {
    padding: 0;
    overflow: hidden;
    position: fixed;
    z-index: 50;
    background: #fff;
    width: 100%;
    top: 0;
    left: 0;
    box-sizing: border-box;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
  }
  header .header-up h1 {
    width: 150px;
    padding: 15px;
    float: left;
  }
  header .header-up h1.webken {
    width: 110px;
    padding: 10px;
  }
  header .header-up .header-search {
    display: none;
  }
  header .header-right-menu {
    display: none;
  }
  header .header-sp-right-menu {
    float: right;
  }
  header .header-sp-right-menu .sp-button-login, header .header-sp-right-menu .sp-button-menu, header .header-sp-right-menu .sp-button-logout, header .header-sp-right-menu .sp-button-home, header .header-sp-right-menu .sp-button-mypage {
    display: block;
    float: right;
    height: 54px;
    width: 55px;
    padding-top: 5px;
    box-sizing: border-box;
    text-align: center;
    background: #70b82e;
  }
  header .header-sp-right-menu .sp-button-login img, header .header-sp-right-menu .sp-button-menu img, header .header-sp-right-menu .sp-button-logout img, header .header-sp-right-menu .sp-button-home img, header .header-sp-right-menu .sp-button-mypage img {
    width: 30px;
  }
  header .header-sp-right-menu .sp-button-home {
    padding-top: 7px;
  }
  header .header-sp-right-menu .sp-button-mypage {
    padding-top: 8px;
  }
  header .header-sp-right-menu .sp-button-mypage img {
    width: 38px;
  }
  header .header-sp-right-menu .sp-button-logout img {
    width: 40px;
  }
  header .header-sp-right-menu .sp-button-menu {
    padding: 16px 0 0;
    background: #275b96;
  }
  header .header-sp-right-menu .sp-button-menu img {
    width: 26px;
  }
  header .pc-only.slick-slider {
    display: none;
  }
  header .header-under {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    background: initial;
    display: none;
  }
  header .header-under .sp-button-menu-close {
    position: absolute;
    width: 40px;
    top: 0;
    left: -50px;
  }
  header .header-under .sp-back-cover {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    z-index: -10;
  }
  header .header-under ul {
    display: block;
    position: fixed;
    top: 0;
    right: -332px;
    bottom: 0;
    width: 282px;
    height: 100%;
    background: #275b96;
    margin: 0;
    padding: 20px;
    z-index: 20;
  }
  header .header-under ul .header-search {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  header .header-under ul .header-search input[type="text"] {
    width: 100%;
  }
  header .header-under ul li {
    width: 100%;
    text-align: left;
    border-top: 1px solid #bbb;
    box-sizing: border-box;
    background-image: url("../img/ico-arrow.svg");
    background-repeat: no-repeat;
    background-position: 90%;
    background-size: 4%;
  }
  header .header-under ul li:nth-of-type(6) {
    border-bottom: 1px solid #bbb;
  }
  header .header-under ul li a {
    padding: 20px 15px;
  }
  header .header-under ul li a:hover {
    background: #527cac;
  }
  header .header-under ul li a.active {
    background: initial;
  }
  header .header-under ul .parts-add-button {
    text-align: center;
    width: 100%;
    background: initial;
    background-color: #70b82e;
  }

  /*** スケジュール ***/
  .section-schedule {
    padding: 30px 0;
    text-align: center;
  }
  .section-schedule .wrap.flex {
    display: block;
  }
  .section-schedule h2 {
    border-left: 0;
    padding: 0;
    margin-right: 0;
    display: inline-block;
  }
  .section-schedule h2:before {
    display: block;
  }
  .section-schedule h2:after {
    display: block;
  }
  .section-schedule .schedule-area {
    width: 100%;
    margin-top: 15px;
  }

  /*** /スケジュール ***/
  /*** お知らせ ***/
  .section-news {
    padding: 40px 0;
  }
  .section-news h2 {
    margin-bottom: 30px;
  }
  .section-news .flex.slick-slider {
    display: flex;
  }
  .section-news .slick-dotted.slick-slider {
    margin-bottom: 60px;
  }
  .section-news .slick-prev, .section-news .slick-next {
    top: 105%;
    z-index: 10;
  }
  .section-news .slick-next {
    right: 0px;
  }
  .section-news .slick-prev {
    left: 0px;
  }
  .section-news .slick-dots {
    left: 0;
  }
  .section-news .news-box {
    width: 48%;
    margin-right: 5px;
    margin-bottom: 20px;
    padding: 10px;
    color: #333;
    line-height: 1.8em;
  }
  .section-news .news-box:nth-of-type(3) {
    margin-right: 5px;
  }
  .section-news .news-box .label {
    left: 5px;
    max-width: 30px;
    width: 20%;
  }
  .section-news .news-box .topics-image {
    margin-bottom: 10px;
  }
  .section-news .news-box .news-date {
    padding: 10px 0 0 20%;
    margin-bottom: 40px;
  }
  .section-news .news-box .news-date .ico-new {
    font-size: 0.6rem;
    padding: 3px 5px;
    margin-left: 5px;
  }
  .section-news .news-box.image-on .news-date {
    padding: 0;
    margin-bottom: 0;
  }

  /*** 概要 ***/
  .section-about {
    padding: 40px 0;
  }
  .section-about h2 {
    margin-bottom: 30px;
  }
  .section-about .about-area img {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .section-about .about-area .about-box {
    float: none;
    width: 100%;
  }
  .section-about .about-area .about-text {
    line-height: 1.8em;
    text-align: left;
  }

  .parts-button {
    height: 40px;
    padding: 13px;
    margin: 20px auto;
  }

  button.parts-button {
    padding: 12px;
  }

  /** フッター **/
  footer {
    padding-top: 40px;
  }
  footer .footer-nav a {
    padding: 0;
    line-height: 1.8em;
    display: inline-block;
  }
  footer .footer-nav a:after {
    content: "/";
    padding-left: 5px;
  }
  footer .footer-nav a:last-child:after {
    display: none;
  }
  footer .footer-bottom {
    padding: 30px 0;
  }
  footer .footer-bottom .footer-logo {
    width: 150px;
    padding: 10px 0 30px;
    box-sizing: border-box;
    margin: 0 auto;
    display: block;
  }
  footer .footer-bottom .footer-sns {
    margin-bottom: 10px;
  }
  footer .footer-bottom .footer-sns a {
    padding: 0 10px;
  }
  footer .footer-bottom .footer-sns a img {
    height: 20px;
    width: auto;
  }
  footer .footer-bottom .footer-copyright {
    font-size: 10px;
    text-align: center;
  }
}
/** 下層ページ **/
.section-title-area {
  padding: 70px 0 40px;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .section-title-area {
    padding: 94px 0 40px;
  }
}
.section-title-area h2.underlayer-h2 {
  margin-bottom: 80px;
  color: #555;
}
.section-title-area h2.underlayer-h2:after {
  display: none;
}
.section-title-area h2.underlayer-h2:before {
  content: "";
  height: 1px;
  width: 50px;
  color: #275b96;
  position: absolute;
  left: 50%;
  top: 150%;
  margin-left: -25px;
}
@media screen and (max-width: 960px) {
  .section-title-area h2.underlayer-h2 {
    margin-bottom: 60px;
  }
}
.section-title-area .section-title-sns {
  text-align: right;
}
@media screen and (max-width: 960px) {
  .section-title-area .section-title-sns {
    text-align: center;
  }
}
.section-title-area .section-title-sns a {
  width: 24px;
  display: inline-block;
  margin-right: 10px;
}
.section-title-area .section-title-sns a:last-child {
  margin-right: 0;
}
.section-title-area .section-title-sns a:hover {
  opacity: 0.75;
}

.section-intro {
  margin-bottom: 40px;
}
.section-intro p {
  margin-bottom: 30px;
}
.section-intro p:last-child {
  margin-bottom: 0;
}
.section-intro p a {
  color: #275b96;
}
.section-intro .user-name {
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  .section-intro .user-name {
    margin-bottom: 30px;
  }
}

.section-contents-wrap {
  padding: 0 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  .section-contents-wrap {
    padding: 0;
  }
}

.section-contents a {
  color: #275b96;
}
.section-contents a:hover {
  opacity: 0.75;
}
.section-contents h3 {
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.3em;
  color: #333;
  position: relative;
  margin-bottom: 45px;
}
@media screen and (max-width: 960px) {
  .section-contents h3 {
    margin-bottom: 30px;
  }
}
.section-contents h3:before {
  content: "";
  height: 2px;
  width: 100px;
  position: absolute;
  background: #275b96;
  bottom: -20px;
  left: 0;
  z-index: 10;
}
@media screen and (max-width: 960px) {
  .section-contents h3:before {
    width: 80px;
    bottom: -10px;
  }
}
.section-contents h3:after {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  background: #eee;
  bottom: -20px;
  left: 0;
}
@media screen and (max-width: 960px) {
  .section-contents h3:after {
    bottom: -10px;
  }
}
.section-contents h4 {
  font-weight: bold;
  font-size: 1.1rem;
  box-sizing: border-box;
  border-left: 2px solid #275b96;
  padding: 3px 20px;
  margin-bottom: 20px;
}
.section-contents p {
  margin-bottom: 30px;
}
.section-contents .award-list-contents h4 + p {
  margin-top: -10px;
}
.section-contents h5 {
  background: #f8f8f8;
  padding: 10px 15px 12px 25px;
  box-sizing: border-box;
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
}
.section-contents h5:before {
  content: "";
  width: 2px;
  height: 1em;
  background: #275b96;
  position: absolute;
  left: 15px;
  top: 10px;
}
.section-contents .small-contents {
  font-size: 0.85rem;
}
.section-contents .section-content-box {
  margin-bottom: 75px;
}
@media screen and (max-width: 960px) {
  .section-contents .section-content-box {
    margin-bottom: 40px;
  }
}
.section-contents .attention-box {
  background: #eee;
  padding: 20px 30px 20px 30px;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 700px;
}
.section-contents .attention-box p {
  margin-bottom: 0;
}
@media screen and (max-width: 960px) {
  .section-contents .attention-box {
    padding: 10px;
  }
}
.section-contents .content-num-list {
  padding: 0 0 0 20px;
  box-sizing: border-box;
}
.section-contents .content-num-list li {
  line-height: 1.8em;
  list-style-type: decimal;
  margin-bottom: 30px;
}
.section-contents .content-circle-list {
  padding: 0 0 0 20px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.section-contents .content-circle-list li {
  line-height: 1.8em;
  list-style-type: disc;
}
.section-contents a.parts-button {
  color: #fff;
  text-align: center;
}
.section-contents a.parts-button.disabled, .section-contents .button-next.disabled {
  background-color: #999;
}
.section-contents a.parts-button.disabled:hover, .section-contents .button-next.disabled:hover {
  opacity: 1;
  cursor: default;
}
.section-contents .button-next.disabled {
  border-color: #999;
}
.section-contents button.button-copy {
  background-color: #275b96;
  color: #fff;
  padding: 12px 20px;
  box-sizing: border-box;
  margin-bottom: 20px;
  display: block;
  width: 300px;
  font-weight: normal;
  border: 0;
  font-size: 0.85rem;
  cursor: pointer;
}
.section-contents button.button-copy:hover {
  background-color: #527cac;
}
@media screen and (max-width: 960px) {
  .section-contents button.button-copy {
    width: 270px;
  }
}
.section-contents .equality-list li {
  width: 33%;
  line-height: 1.5em;
}
@media screen and (max-width: 960px) {
  .section-contents .equality-list li {
    width: 100%;
  }
}

.message-box {
  border-radius: 4px;
  padding: 15px 20px;
  box-sizing: border-box;
  margin-top: 40px;
  color: #fff;
  font-family: Helvetica , "游ゴシック" , "Yu Gothic" , sans-serif;
}
@media screen and (max-width: 960px) {
  .message-box {
    margin-top: 20px;
  }
  .message-box:nth-of-type(1) {
    margin-top: 74px;
  }
}

.message-ok {
  background: #70b82e;
}

.message-ng {
  background: #cc0033;
}

/** 開催概要 **/
#section-summary .element-block {
  font-weight: bold;
}
#section-summary .summary-tab {
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  #section-summary .summary-tab {
    margin-bottom: 20px;
  }
}
#section-summary .summary-tab li {
  width: 50%;
  border-bottom: 2px solid #275b96;
  text-align: center;
}
#section-summary .summary-tab li a {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 20px;
  box-sizing: border-box;
  color: #333;
  background: #eeeeee;
}
#section-summary .summary-tab li a.active {
  background: #275b96;
  color: #fff;
}
#section-summary .summary-tab li a:hover {
  opacity: 0.75;
}
@media screen and (max-width: 960px) {
  #section-summary .summary-tab li a {
    padding: 12px 0;
    font-size: 0.9rem;
  }
}
#section-summary .summary-schedule img {
  width: 98%;
  margin: 0 auto;
}
#section-summary table.column-2 {
  margin-bottom: 40px;
}
#section-summary table.column-2 th {
  background: #eee;
  width: 20%;
  text-align: left;
  vertical-align: middle;
}
@media screen and (max-width: 960px) {
  #section-summary table.column-2 th {
    width: 100%;
  }
}
#section-summary table.column-2 td {
  width: 80%;
}
@media screen and (max-width: 960px) {
  #section-summary table.column-2 td {
    width: 100%;
  }
}
#section-summary #summary-person {
  display: none;
}

/** 参加フォーム **/
.application-input-form .table-wrap {
  background: #eee;
  padding: 20px 0;
}
.application-input-form table {
  background: #eee;
  box-sizing: border-box;
}
.application-input-form tr {
  width: 100%;
  box-sizing: border-box;
}
.application-input-form th, .application-input-form td {
  border: 0;
  text-align: left;
  padding: 10px 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  .application-input-form th, .application-input-form td {
    padding: 5px 10px;
  }
}
.application-input-form th {
  width: 30%;
  vertical-align: middle;
}
@media screen and (max-width: 960px) {
  .application-input-form th {
    width: 100%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 960px) {
  .application-input-form td {
    padding: 5px 10px 10px;
  }
}
.application-input-form td input[type="text"], .application-input-form td input[type="tel"], .application-input-form td input[type="email"], .application-input-form td input[type="password"] {
  height: 60px;
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  font-size: 1rem;
  font-family: Helvetica , "游ゴシック" , "Yu Gothic" , sans-serif;
  color: #333;
}
.application-input-form td input[type="text"]:placeholder-shown, .application-input-form td input[type="tel"]:placeholder-shown, .application-input-form td input[type="email"]:placeholder-shown, .application-input-form td input[type="password"]:placeholder-shown {
  color: #ccc;
}
.application-input-form td input[type="text"]::-webkit-input-placeholder, .application-input-form td input[type="tel"]::-webkit-input-placeholder, .application-input-form td input[type="email"]::-webkit-input-placeholder, .application-input-form td input[type="password"]::-webkit-input-placeholder {
  color: #ccc;
}
.application-input-form td input[type="text"]:-moz-placeholder, .application-input-form td input[type="tel"]:-moz-placeholder, .application-input-form td input[type="email"]:-moz-placeholder, .application-input-form td input[type="password"]:-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
.application-input-form td input[type="text"]::-moz-placeholder, .application-input-form td input[type="tel"]::-moz-placeholder, .application-input-form td input[type="email"]::-moz-placeholder, .application-input-form td input[type="password"]::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
.application-input-form td input[type="text"]:-ms-input-placeholder, .application-input-form td input[type="tel"]:-ms-input-placeholder, .application-input-form td input[type="email"]:-ms-input-placeholder, .application-input-form td input[type="password"]:-ms-input-placeholder {
  color: #ccc;
}
@media screen and (max-width: 960px) {
  .application-input-form td input[type="text"], .application-input-form td input[type="tel"], .application-input-form td input[type="email"], .application-input-form td input[type="password"] {
    height: 40px;
    padding: 10px;
  }
}
.application-input-form select.company-pref {
  width: 320px;
  height: 60px;
  border: 1px solid #bbb;
  border-radius: 0;
  background-color: #fff;
  background-image: url("../img/ico-arrow-under.svg");
  background-repeat: no-repeat;
  background-position: 95%;
  background-size: 5%;
  padding: 15px 20px;
  box-sizing: border-box;
  font-size: 1rem;
  font-family: Helvetica , "游ゴシック" , "Yu Gothic" , sans-serif;
  color: #333;
}
@media screen and (max-width: 960px) {
  .application-input-form select.company-pref {
    width: 100%;
    height: 40px;
    padding: 5px 10px;
  }
}
.application-input-form .site-file-label {
  color: #fff;
  font-family: Helvetica , "游ゴシック" , "Yu Gothic" , sans-serif;
  font-size: 1rem;
  background-color: #275b96;
  padding: 5px 15px;
  display: inline-block;
  margin-bottom: 10px;
  cursor: pointer;
}
.application-input-form .site-file-label input {
  display: none;
}
.application-input-form .site-file-label:hover {
  background-color: #527cac;
}
.application-input-form textarea {
  resize: none;
  box-sizing: border-box;
  padding: 10px;
  font-size: 0.85rem;
}
@media screen and (max-width: 960px) {
  .application-input-form textarea {
    height: 250px;
  }
}
.application-input-form .button-remove {
  border: 0;
  border-radius: 0;
  font-size: 0.85rem;
  background-image: none;
  padding: 14px 0;
}
@media screen and (max-width: 960px) {
  .application-input-form .button-remove {
    height: 50px;
  }
}
.application-input-form a.button-remove {
  padding: 18px 0;
}
@media screen and (max-width: 960px) {
  .application-input-form a.button-remove {
    padding: 20px 0;
  }
}

.application-confirm-form table th, .application-confirm-form table td {
  border: 0;
  text-align: left;
  padding: 15px 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  .application-confirm-form table th, .application-confirm-form table td {
    padding: 5px 10px;
    width: 100%;
  }
}
.application-confirm-form table th {
  width: 30%;
  font-weight: 700;
  border-bottom: 1px #eee solid;
}
@media screen and (max-width: 960px) {
  .application-confirm-form table th {
    width: 100%;
    border-bottom: 0;
    border-left: 2px solid #275b96;
    line-height: 1rem;
    margin-bottom: 10px;
  }
}
.application-confirm-form table td {
  color: #333;
  border-bottom: 1px #eee solid;
}
@media screen and (max-width: 960px) {
  .application-confirm-form table td {
    padding: 5px 10px 15px;
    margin-bottom: 20px;
  }
}

/** ログインフォーム **/
#login-contents .login-wrap {
  width: 640px;
  margin: 0 auto;
  box-sizing: border-box;
  background: #eeeeee;
  padding: 40px 20px;
}
@media screen and (max-width: 960px) {
  #login-contents .login-wrap {
    width: 100%;
    padding: 40px 10px;
  }
}
#login-contents .login-label {
  margin-bottom: 10px;
  font-weight: bold;
}
#login-contents input[type="email"], #login-contents input[type="password"] {
  height: 50px;
  box-sizing: border-box;
  width: 100%;
  padding: 15px;
  font-size: 0.8rem;
  margin-bottom: 25px;
}
#login-contents .login-button-area {
  text-align: right;
}
@media screen and (max-width: 960px) {
  #login-contents .login-button-area {
    text-align: center;
  }
}
#login-contents .login-button-area a {
  float: right;
  padding-top: 40px;
}
@media screen and (max-width: 960px) {
  #login-contents .login-button-area a {
    float: none;
    padding-top: 0;
  }
}
#login-contents .login-button-area .button-next {
  float: right;
  margin-top: 20px;
  margin-left: 20px;
}
@media screen and (max-width: 960px) {
  #login-contents .login-button-area .button-next {
    float: none;
    margin: 10px auto 20px;
  }
}

/** マイページ **/
#mypage-contents .mypage-box {
  background-image: url("../img/mypage-menu.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 49%;
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
  box-sizing: border-box;
  min-height: 218px;
}
@media screen and (max-width: 960px) {
  #mypage-contents .mypage-box {
    background-image: initial;
    background-color: #f8f8f8;
    border: 2px solid #999;
    width: 100%;
    border-radius: 5px;
    min-height: 80px;
    margin-right: 0;
  }
}
#mypage-contents .mypage-box:nth-of-type(2n) {
  margin-right: 0;
}
#mypage-contents .mypage-box a {
  color: #333;
  display: block;
  height: 100%;
}
#mypage-contents .mypage-box a:hover {
  opacity: 0.75;
}
#mypage-contents .mypage-box .mypage-ico {
  position: absolute;
  top: 50%;
  margin-top: -60px;
  left: 20px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: #999999;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 960px) {
  #mypage-contents .mypage-box .mypage-ico {
    width: 60px;
    height: 60px;
    margin-top: -30px;
    left: 15px;
  }
}
#mypage-contents .mypage-box .mypage-ico img {
  width: 50px;
}
@media screen and (max-width: 960px) {
  #mypage-contents .mypage-box .mypage-ico img {
    width: 25px;
  }
}
#mypage-contents .mypage-box .mypage-box-text {
  width: 65%;
  padding-left: 150px;
  padding-top: 9%;
}
@media screen and (max-width: 960px) {
  #mypage-contents .mypage-box .mypage-box-text {
    position: absolute;
    left: 90px;
    top: 50%;
    margin-top: -8px;
    padding-top: 0;
    padding-left: 0;
    width: auto;
  }
  #mypage-contents .mypage-box .mypage-box-text p {
    display: none;
  }
}
#mypage-contents .mypage-box h3 {
  margin-bottom: 25px;
  font-family: Helvetica , "游ゴシック" , "Yu Gothic" , sans-serif;
  color: #999;
}
@media screen and (max-width: 960px) {
  #mypage-contents .mypage-box h3 {
    margin-bottom: 0;
  }
}
#mypage-contents .mypage-box h3:before {
  background: #999;
  bottom: -10px;
}
@media screen and (max-width: 960px) {
  #mypage-contents .mypage-box h3:before {
    display: none;
  }
}
#mypage-contents .mypage-box h3:after {
  bottom: -10px;
}
@media screen and (max-width: 960px) {
  #mypage-contents .mypage-box h3:after {
    display: none;
  }
}
#mypage-contents .mypage-box.active {
  background-image: url("../img/mypage-menu_active.png");
}
@media screen and (max-width: 960px) {
  #mypage-contents .mypage-box.active {
    background-image: url("../img/ico-arrow_blue_r.svg");
    background-position: 95%;
    background-size: 10px;
    background-color: #fff;
    border: 2px solid #275b96;
  }
}
#mypage-contents .mypage-box.active .mypage-ico {
  background: #275b96;
}
#mypage-contents .mypage-box.active h3 {
  color: #275b96;
}
#mypage-contents .mypage-box.active h3:before {
  background: #275b96;
}

/** サイト一覧 **/
.site-box {
  width: 32%;
  margin-right: 10px;
  border: 1px solid #bbb;
  margin-bottom: 10px;
}
.site-box:nth-of-type(3) {
  margin-right: 0;
}
@media screen and (max-width: 960px) {
  .site-box {
    width: 100%;
    margin-right: 0;
  }
}
.site-box a {
  display: block;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 960px) {
  .site-box a {
    padding: 10px;
  }
}
.site-box img {
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  .site-box img {
    margin-bottom: 0;
    margin-right: 15px;
    width: 37.3134328358%;
    float: left;
  }
}
.site-box .sitelist-ico-box {
  position: absolute;
  width: 110px;
  left: -5px;
  top: 8px;
}
@media screen and (max-width: 960px) {
  .site-box .sitelist-ico-box {
    min-width: 60px;
    width: 10%;
  }
}
.site-box .sitelist-ico-box img.sitelist-ico {
  margin-bottom: 0;
}
@media screen and (max-width: 960px) {
  .site-box .sitelist-ico-box img.sitelist-ico {
    float: none;
    display: block;
    width: 100%;
  }
}
.site-box .sitelist-ico-box img.sitelist-ico:first-child {
  margin-bottom: 3px;
}
.site-box .sitelist-ico2_1 {
  position: absolute;
  left: -5px;
  top: -5px;
  width: 78px;
}
@media screen and (max-width: 960px) {
  .site-box .sitelist-ico2_1 {
    min-width: 50px;
    width: 10%;
  }
}
.site-box .sitelist-ico2_2 {
  position: absolute;
  right: -5px;
  top: -5px;
  width: 78px;
}
@media screen and (max-width: 960px) {
  .site-box .sitelist-ico2_2 {
    min-width: 50px;
    width: 10%;
    margin-right: 0;
  }
}
.site-box .sitelist-ico3 {
  display: inline-block;
  padding: 5px;
  background: #275b96;
  color: #fff;
  font-weight: bold;
  font-size: 0.85rem;
  margin-bottom: 10px;
  margin-right: 5px;
}
.site-box .sitelist-ico3.touhyou {
  background: #70b82e;
}
@media screen and (max-width: 960px) {
  .site-box .site-text-box {
    width: 51.9402985075%;
    float: left;
  }
}
.site-box h4 {
  color: #333;
  margin-bottom: 25px;
}
@media screen and (max-width: 960px) {
  .site-box h4 {
    margin-bottom: 5px;
    padding-left: 10px;
  }
}
.site-box .site-award-name {
  color: #555;
  margin-bottom: 5px;
}
@media screen and (max-width: 960px) {
  .site-box .site-award-name {
    margin-bottom: 0;
  }
}
.site-box .site-link {
  display: block;
  margin-bottom: 10px;
  word-wrap: break-word;
  line-height: 1.2em;
}
@media screen and (max-width: 960px) {
  .site-box .site-link {
    margin-bottom: 5px;
  }
}

/** サイト登録 **/
.section-site-check {
  margin-bottom: 30px;
}
.section-site-check .parts-checkbox {
  width: 100%;
  line-height: 1.5em;
}
@media screen and (max-width: 960px) {
  .section-site-check .parts-checkbox {
    width: 90%;
  }
}

/** 審査委員登録 **/
.list-box {
  border: 1px solid #bbb;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.list-box a {
  display: block;
  color: #333;
  padding: 20px 20px;
  box-sizing: border-box;
}
.list-box .list-email {
  margin-bottom: 10px;
}

/** お知らせ一覧 **/
.news-content-list {
  border-top: 1px solid #ddd;
}
.news-content-list li {
  border-bottom: 1px solid #ddd;
  padding: 25px 20px;
  box-sizing: border-box;
  line-height: 1.8em;
}
@media screen and (max-width: 960px) {
  .news-content-list li {
    padding: 20px 0;
  }
}
.news-content-list li a {
  display: block;
  color: #333;
}
.news-content-list li a:hover {
  opacity: 0.75;
}
.news-content-list li .news-info {
  float: left;
}
@media screen and (max-width: 960px) {
  .news-content-list li .news-info {
    float: none;
  }
}
.news-content-list li .news-date {
  font-weight: bold;
  width: 10%;
  min-width: 110px;
  float: left;
}
@media screen and (max-width: 960px) {
  .news-content-list li .news-date {
    width: 90px;
    min-width: auto;
  }
}
.news-content-list li .news-tag {
  float: left;
  width: 14.5454545455%;
  min-width: 160px;
}
@media screen and (max-width: 960px) {
  .news-content-list li .news-tag {
    margin-bottom: 10px;
  }
}
.news-content-list li .news-tag .tag-topics, .news-content-list li .news-tag .tag-press {
  padding: 5px 10px;
  box-sizing: border-box;
}
.news-content-list li .news-tag .tag-topics {
  background: #eee;
}
.news-content-list li .news-tag .tag-press {
  background: #275b96;
  color: #fff;
}
.news-content-list li .news-text {
  float: left;
  width: 72.7272727273%;
}
@media screen and (max-width: 1070px) {
  .news-content-list li .news-text {
    width: 70.9090909091%;
  }
}
@media screen and (max-width: 1015px) {
  .news-content-list li .news-text {
    width: 67.2727272727%;
  }
}
@media screen and (max-width: 960px) {
  .news-content-list li .news-text {
    width: 100%;
    float: none;
  }
}
.news-content-list li .news-text p {
  margin-bottom: 0;
}

/** パスワードリマインド **/
.password-button-area {
  margin-top: 40px;
}

/** 企業一覧 **/
.list-nav {
  width: 300px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  margin-bottom: 70px;
}
@media screen and (max-width: 960px) {
  .list-nav {
    margin-bottom: 30px;
  }
}
.list-nav a {
  color: #333;
}
.list-nav .list-nav-top {
  display: block;
  width: 100%;
  background-image: url("../img/ico-arrow-under.svg");
  background-repeat: no-repeat;
  background-position: 90%;
  background-size: 15px;
  border-bottom: 1px #ccc solid;
  padding: 10px 0;
  box-sizing: border-box;
  font-weight: bold;
}
.list-nav li {
  border: 1px solid #eee;
  width: 300px;
  background-color: #fff;
}
.list-nav li a {
  display: block;
  padding: 15px 0;
  box-sizing: border-box;
}
.list-nav li a:hover {
  opacity: 0.75;
}
.list-nav .list-menu {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 10;
  display: none;
}
@media screen and (max-width: 640px) {
  .list-nav .list-menu {
    position: static;
  }
}

@media screen and (max-width: 640px) {
  .list-company {
    padding: 0 20px;
  }
}
.list-company li {
  list-style: disc;
  font-size: 0.9rem;
  line-height: 1.8em;
  width: 33%;
  box-sizing: border-box;
  padding: 0 20px 0 0px;
}
@media screen and (max-width: 640px) {
  .list-company li {
    width: 100%;
    padding: 0 20px 0 0;
  }
}

/** FAQ **/
#faq-contents {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-bottom: 75px;
  padding-top: 15px;
}
#faq-contents .section-content-box {
  margin-bottom: 0;
}
#faq-contents li {
  line-height: 1.8em;
  padding: 15px 25px;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  #faq-contents li {
    padding: 10px;
  }
}
#faq-contents li span {
  font-weight: bold;
  font-size: 2rem;
  float: left;
  margin-right: 2.7272727273%;
  line-height: 1em;
  margin-bottom: 5px;
}
@media screen and (max-width: 640px) {
  #faq-contents li span {
    font-size: 1.5rem;
    margin-right: 4.4776119403%;
  }
}
#faq-contents li.faq-q {
  color: #275b96;
  background: #eee;
  font-weight: bold;
}
#faq-contents li.faq-a {
  margin-bottom: 20px;
}
#faq-contents li.faq-a span {
  color: #aaa;
}
#faq-contents li p {
  float: left;
  width: 92.7272727273%;
  margin-bottom: 0;
  padding-top: 5px;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  #faq-contents li p {
    padding-top: 0;
    width: 86.5671641791%;
  }
}

/** 利用規約 **/
#section-terms .content-num-list li {
  margin-bottom: 0;
}

/** リンク **/
#section-link .banner-l {
  max-width: 468px;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
#section-link .banner-m {
  max-width: 234px;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
#section-link .banner-src {
  height: auto;
  box-sizing: border-box;
  width: 100%;
  font-size: 1rem;
  border: 1px solid #bbb;
  padding: 10px;
}

/** サイトマップ **/
#section-sitemap h4 {
  background-color: #eee;
  border: 0;
  background-image: url("../img/ico-arrow_blue_r.svg");
  background-repeat: no-repeat;
  background-position: 15px;
  background-size: 10px;
}
#section-sitemap h4 a {
  padding: 10px 20px;
  display: block;
  box-sizing: border-box;
}
#section-sitemap .list-company {
  margin-bottom: 30px;
}
#section-sitemap .list-company li {
  width: 100%;
}
#section-sitemap .list-company .list-company {
  padding: 10px;
  box-sizing: border-box;
}

/** 審査 **/
.judging-content .content-num-list {
  margin-bottom: 30px;
}
.judging-content .content-num-list li {
  margin-bottom: 0;
}
.judging-content .site-info-box img {
  float: left;
  width: 38.6363636364%;
  margin-right: 3.6363636364%;
}
@media screen and (max-width: 960px) {
  .judging-content .site-info-box img {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.judging-content .site-info-box .site-text-box {
  float: left;
  width: 54.5454545455%;
}
@media screen and (max-width: 960px) {
  .judging-content .site-info-box .site-text-box {
    float: none;
    width: 100%;
  }
}
.judging-content .site-info-box .site-text-box .site-award-name {
  margin-bottom: 0;
  color: #555;
}
.judging-content .site-info-box .site-text-box .site-link {
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  .judging-content .site-info-box .site-text-box .site-link {
    margin-bottom: 15px;
  }
}
.judging-content .site-info-box .site-text-box .site-link a:after {
  content: url("../img/ico-link.svg");
  padding: 0 5px;
  display: inline-block;
  vertical-align: -10%;
}
.judging-content .site-info-box .site-text-box .site-point {
  border-top: 2px solid #eee;
  padding-top: 20px;
}
@media screen and (max-width: 960px) {
  .judging-content .site-info-box .site-text-box .site-point {
    padding-top: 15px;
  }
}
.judging-content textarea {
  margin-bottom: 20px;
}
.judging-content textarea.space-bottom {
  margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
  .judging-content textarea.space-bottom {
    margin-bottom: 40px;
  }
}
.judging-content .section-site-check {
  background: #eee;
  margin-bottom: 60px;
}
@media screen and (max-width: 960px) {
  .judging-content .section-site-check {
    margin-bottom: 40px;
  }
}
.judging-content .section-site-check .parts-checkbox {
  padding: 20px 0;
}
.judging-content h4 {
  line-height: 1.5em;
}

/** 受賞アーカイブ **/
#section-winner .list-box {
  padding: 20px 20px 30px;
  box-sizing: border-box;
}
#section-winner .list-box h4 {
  margin-bottom: 20px;
  line-height: 1.5em;
}
#section-winner .list-box .inner-menu {
  padding-left: 20px;
}
#section-winner .list-box .inner-menu li {
  display: inline-block;
  background-image: url("../img/ico-arrow_blue_r.svg");
  background-repeat: no-repeat;
  background-position: left;
  background-size: 7px;
}
#section-winner .list-box .inner-menu li a {
  color: #275b96;
  font-weight: bold;
  padding: 0 20px;
  line-height: 1.5em;
}

.winner-content .inner-menu {
  font-weight: bold;
  margin-bottom: 30px;
}
.winner-content .inner-menu li {
  display: inline-block;
  padding: 10px 20px;
  background-image: url("../img/ico-arrow_blue_r.svg");
  background-repeat: no-repeat;
  background-position: left;
  background-size: 7px;
}
@media screen and (max-width: 960px) {
  .winner-content .inner-menu li {
    padding: 5px 20px;
  }
}
.winner-content a.outer-menu {
  font-weight: bold;
  background-image: url("../img/ico-arrow_blue_r.svg");
  background-repeat: no-repeat;
  background-position: left;
  background-size: 7px;
  padding: 10px 20px;
}
.winner-content .site-info-box {
  border: 1px solid #bbb;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  .winner-content .site-info-box {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 960px) {
  .winner-content .site-info-box img {
    margin-bottom: 0;
    margin-right: 15px;
    width: 37.3134328358%;
    float: left;
  }
  .winner-content .site-info-box .site-text-box {
    width: 51.9402985075%;
    float: left;
  }
  .winner-content .site-info-box .site-text-box .site-link {
    margin-bottom: 5px;
  }
}
.winner-content .site-info-box h4 {
  color: #333;
}
@media screen and (max-width: 960px) {
  .winner-content .site-info-box h4 {
    margin-bottom: 5px;
    padding-left: 10px;
  }
}
.winner-content .site-info-box a {
  display: block;
  padding: 20px;
}
@media screen and (max-width: 960px) {
  .winner-content .site-info-box a {
    padding: 10px;
  }
}
.winner-content .site-info-box .ico-ranking {
  position: absolute;
  left: -10px;
  top: -5px;
  width: 90px;
}
@media screen and (max-width: 960px) {
  .winner-content .site-info-box .ico-ranking {
    width: 40px;
    left: -5px;
    top: -5px;
  }
}
.winner-content ul .site-box {
  margin-bottom: 10px;
}
.winner-content ul .site-box .ico-ranking {
  position: absolute;
  left: -10px;
  top: -5px;
  width: 80px;
}
@media screen and (max-width: 960px) {
  .winner-content ul .site-box .ico-ranking {
    width: 40px;
    left: -5px;
    top: -5px;
  }
}
.winner-content ul .site-box a {
  position: relative;
  display: block;
}

.winner-detail-content .site-info-box {
  position: relative;
}
.winner-detail-content .site-info-box .ico-ranking {
  position: absolute;
  width: 120px;
  top: -5px;
  left: -15px;
}
@media screen and (max-width: 960px) {
  .winner-detail-content .site-info-box .ico-ranking {
    width: 100px;
    left: -10px;
  }
}

.site-info-box .site-link {
  display: block;
  word-wrap: break-word;
}

/** 受賞記事 **/
.section-article .comment-box {
  margin-bottom: 20px;
}
.section-article .comment-box img {
  float: left;
  width: 30%;
  margin-right: 20px;
}
@media screen and (max-width: 960px) {
  .section-article .comment-box img {
    margin-right: 5%;
  }
}
.section-article .comment-box .comment-text {
  float: left;
  width: 65%;
}
.section-article .comment-box .comment-text .site-img {
  float: none;
  width: 50%;
  margin-right: 0;
}
.section-article .comment-box .hidden-comment {
  display: none;
}
@media screen and (max-width: 960px) {
  .section-article img.site-img {
    float: none;
    width: 100%;
    margin-top: 20px;
    margin-right: 0;
  }
}
.section-article .border-bottom {
  padding-bottom: 20px;
  border-bottom: 1px solid #bbb;
}

a.comment-btn {
  display: inline-block;
  padding: 10px;
  color: #fff;
  background: #275b96;
  font-family: Helvetica , "游ゴシック" , "Yu Gothic" , sans-serif;
  margin-bottom: 20px;
}

/** エラーの場合の表示 **/
.error input[type="text"], .error input[type="tel"], .error input[type="email"], .error input[type="password"], .error textarea, .error select {
  border: 2px solid #cc0033;
}

.application-input-form .error select.company-pref {
  border: 2px solid #cc0033;
}

@media screen and (min-width: 960px) {
  .sp-only {
    display: none;
  }

  .pc-only {
    display: block;
  }

  .sp-only.slick-slider {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .sp-only {
    display: block;
  }

  .pc-only {
    display: none;
  }
}

.page-link{
  text-decoration: underline;
}
.page-link-icon{
  color: #275b96;
  position: relative;
  top: 2px;
  left: 1px
}

/* gp08 interview */
@media screen and (min-width: 960px) {
  .a1{
    padding: 0 10px;
  }
  .b1{
    margin-bottom: 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }
  .c1{
    width: 100%;
    max-width: 850px;
    height: auto;
    padding: 50px 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .frame-gold{
    background-image: url("/img/frame-gold.jpg");
  }
  .frame-silver{
    background-image: url("/img/frame-silver.jpg");
  }
  .d1{
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .e1{
    height: 70px;
    width: 70px;
    margin-right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .e2{
    font-size: 1.8rem;
    font-weight: bold;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .section-name{
    margin-right: 20px;
  }

  .d2{
    padding: 50px 80px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .webcreation-image{
    width: 100%;
    max-width: 250px;
    height: auto;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
  }
  .site-image{
    width: 100%;
    max-width: 425px;
    height: auto;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
  }
  .d3{
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }
  .d3 .site-title{
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .d3 .corp-name{
    font-size: 1.4rem;
    margin-bottom: 15px;
  }

  .interview-block{
    width: 100%;
    max-width: 830px;
    height: auto;
    margin-top: 30px;
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .border-gold{
    border: 5px solid #D4C880;
  }
  .border-silver{
    border: 5px solid #BAC4CE;
  }
  .interview-header{
    height: 120px;
    width: 100%;
    color: #FFF;
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }
  .header-gold{
    background-color: #D4C880;
  }
  .header-silver{
    background-color: #BAC4CE;
  }
  .interview-header .title{
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .interview-header .name{
    font-size: 1.1rem;
    margin-bottom: 5px;
    display: flex;
  }
  .interview-header .name .name-header{
    width: 300px;
    margin-right: 10px;
    text-align: right;
  }
  .interview-header .name .interviewer-name{
    width: 500px;
    text-align: left;
  }
  .title-space{
    margin-right: 20px;
  }

  .interview-body{
    height: 450px;
    padding: 15px;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .interview-body .text-row{
    display: flex;
    margin-bottom: 13px;
    line-height: 140%
  }
  .interview-body .text-row .name{
    width: 70px;
  }
  .interview-body .text-row .comment{
    width: 100%;
  }

  .interview-footer{
    height: 35px;
    width: 100%;
    color: #FFF;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
  }

  .interview-footer input[type="checkbox"] {
    display: none;
  }
  .interview-footer input[type="checkbox"]+label.check {
    position: relative;
    cursor: pointer;
    display: inline-block;
    width: 70px;
    height: 28px;
    color: #969696;
    border: 1px solid #a3a3a3;
    border-radius: 5px;
    background-color: #fff;
  }
  .interview-footer input[type="checkbox"]+label.check>div {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 14px;
    height: 26px;
    border: 1px solid #a3a3a3;
    border-radius: 3px;
    background-color: #ddd;
    transition: 0.2s;
  }
  .interview-footer input[type="checkbox"]:checked+label.check>div {
    left: 54px;
  }
  .interview-footer input[type="checkbox"]+label:before {
    position: absolute;
    top: 7px;
    left: 22px;
    content: "Movie";
  }
  .interview-footer input[type="checkbox"]:checked+label:before {
    position: absolute;
    top: 7px;
    left: 12px;
    content: "Text";
  }
  .toggle-disabled{
    position: relative;
    display: inline-block;
    width: 70px;
    height: 28px;
    color: #969696;
    border: 1px solid #a3a3a3;
    border-radius: 5px;
    background-color: #fff;
  }
  .toggle-disabled:before{
    position: absolute;
    top: 6px;
    left: 3px;
    content: "TextOnly";
  }
}

/* gp08 interview */
@media screen and (max-width: 960px) {
  .a1{
    padding: 0 10px;
  }
  .b1{
    margin-bottom: 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }
  .c1{
    width: 100%;
    max-width: 600px;
    height: auto;
    padding: 20px 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    box-sizing: border-box;
  }
  .frame-gold{
    background-image: url("/img/frame-gold.jpg");
  }
  .frame-silver{
    background-image: url("/img/frame-silver.jpg");
  }
  .d1{
    height: 40px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .e1{
    width: 30px;
    height: 30px;
    margin-right: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .e2{
    font-size: 1.1rem;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .section-name{
    margin-bottom: 2px;
  }

  .d2{
    padding: 10px 80px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .webcreation-image{
    width: 100%;
    max-width: 250px;
    height: auto;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
  }
  .site-image{
    width: 100%;
    max-width: 400px;
    height: auto;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
  }
  .d3{
    height: 60px;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .d3 .site-title{
    min-height: 20px;
    margin-bottom: 5px;
    font-size: 1.1rem;
    font-weight: bold;
  }
  .d3 .corp-name{
  }

  .interview-block{
    width: 100%;
    max-width: 830px;
    height: auto;
    margin-top: 30px;
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .border-gold{
    border: 5px solid #D4C880;
  }
  .border-silver{
    border: 5px solid #BAC4CE;
  }
  .interview-header{
    height: 120px;
    width: 100%;
    color: #FFF;
    padding: 15px 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }
  .header-gold{
    background-color: #D4C880;
  }
  .header-silver{
    background-color: #BAC4CE;
  }
  .interview-header .title{
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .interview-header .name{
    width: 100%;
    font-size: 1.0rem;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .interview-header .name .name-header{
  }
  .interview-header .name .interviewer-name{
  }
  .title-space{
    margin-right: 20px;
  }

  .interview-body{
    width: 100%;
    height: 500px;
    padding: 15px;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .interview-body .movie-body {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }
  .interview-body .movie-body iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
  }

  .interview-body .text-row{
    display: flex;
    margin-bottom: 10px;
    line-height: 100%;
    font-size: 0.8rem;
  }
  .interview-body .text-row .name{
    width: 70px;
  }
  .interview-body .text-row .comment{
    width: 100%;
  }

  .interview-footer{
    height: 35px;
    width: 100%;
    color: #FFF;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
  }

  .interview-footer input[type="checkbox"] {
    display: none;
  }
  .interview-footer input[type="checkbox"]+label.check {
    position: relative;
    cursor: pointer;
    display: inline-block;
    width: 70px;
    height: 28px;
    color: #969696;
    border: 1px solid #a3a3a3;
    border-radius: 5px;
    background-color: #fff;
  }
  .interview-footer input[type="checkbox"]+label.check>div {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 14px;
    height: 26px;
    border: 1px solid #a3a3a3;
    border-radius: 3px;
    background-color: #ddd;
    transition: 0.2s;
  }
  .interview-footer input[type="checkbox"]:checked+label.check>div {
    left: 54px;
  }
  .interview-footer input[type="checkbox"]+label:before {
    position: absolute;
    top: 7px;
    left: 22px;
    content: "Movie";
  }
  .interview-footer input[type="checkbox"]:checked+label:before {
    position: absolute;
    top: 7px;
    left: 12px;
    content: "Text";
  }
  .toggle-disabled{
    position: relative;
    display: inline-block;
    width: 70px;
    height: 28px;
    color: #969696;
    border: 1px solid #a3a3a3;
    border-radius: 5px;
    background-color: #fff;
  }
  .toggle-disabled:before{
    position: absolute;
    top: 6px;
    left: 6px;
    content: "TextOnly";
  }
}

/* scrollbar*/
::-webkit-scrollbar {
  width: 7px;
}
::-webkit-scrollbar-track {
border-radius: 3px;
box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
}
::-webkit-scrollbar-thumb {
background-color: rgba(100, 100, 100, .5);
border-radius: 3px;
box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
}
