/* CSS Document */

@media (min-width: 769px) {
  .sp {
    display: none;
  }
}
@media (max-width: 768px) {
  .pc {
    display: none;
  }
}

.font-color-red {
  color: #ff0000;
}

#index_header {
  display: none;
}
#index_header_mobile {
  display: block;
}
#index_header_mobile img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  #index_header {
    display: block;
    max-width: 728px;
    width: auto;
    height: auto;
    margin: 0px auto;
  }
  #index_header_mobile {
    display: none;
  }
}

.menu_mobile ul {
  display: table;
  width: 100%;
  border-collapse: collapse;
  margin: 0px;
}
.menu_mobile li {
  display: table-cell;
  overflow: hidden;
  width: 20%;
  vertical-align: middle;
}
.menu_mobile li:nth-child(n + 2) {
  padding-left: 1px;
}
.menu_mobile li a {
  display: block;
  margin: -4em 0;
  padding: 5em 0em;
  color: #ffffff;
  text-decoration: none;
  font-size: 0.9em;
}
.menu_mobile li a.pink {
  background: #f57bac;
}
.menu_mobile li a.blue {
  background: #00b0e7;
}
.menu_mobile li a.orange {
  background: #fb9f00;
}
.menu_mobile li a.green {
  background: #b7d000;
}

.img-responsive {
  width: 100%;
  height: auto;
}

#footer {
  width: auto;
  max-width: 1005px;
  background-repeat-x: no-repeat;
  background-repeat-y: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: none;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #footer {
    background-image: url(/images14/footerback.gif);
  }
}

#footer ul {
  margin: 0px auto;
  padding: 40px 20px 0px 20px;
  max-width: 620px;
}
@media screen and (min-width: 768px) {
  #footer ul {
    padding: 40px 0px 0px 30px;
  }
}

.contents {
  text-align: left;
  font-family: CenturyGothic-Bold, "CenturyGothicStd", "Century Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Sans-Serif;
  font-size: 14px;
  outline: none;
  max-width: 708px;
  margin: 0 auto;
  background-color: #fff;
  padding: 10px;
}
.input-txt,
textarea {
  padding: 10px;
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  vertical-align: middle;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}
.select {
  padding: 10px;
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  vertical-align: middle;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.required {
  margin-left: 15px;
  padding: 2px 6px;
  background-color: #ff8800;
  color: #fff;
  font-size: 80%;
  border-radius: 4px;
}

.mod-table {
  margin-bottom: 50px;
  font-size: 100%;
}
.mod-table th,
.mod-table td {
  padding: 20px;
}
.mod-table tbody th {
  width: 140px;
}
.mod-table .hide {
  display: table-cell;
  /* display: block; */
}
.mod-dl-table {
  margin-bottom: 50px;
}

.mod-dl-table .explanation {
  display: inline-block;
  font-size: 80%;
  background-color: lightgoldenrodyellow;
  border-radius: 4px;
  margin-top: 6px;
  padding: 10px;
}

.mod-dl-table dl {
  margin-bottom: 25px;
  border-bottom: 1px dotted #eee;
}
.mod-dl-table dl {
  display: table;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .mod-dl-table dl {
    display: table;
    width: 100%;
  }
}
.mod-dl-table dt {
  padding-bottom: 25px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .mod-dl-table dt {
    display: table-cell;
    width: 30%;
    font-weight: normal;
    vertical-align: middle;
    /* float: left; */
  }
}
.mod-dl-table dd {
  margin-left: 0;
}
.mod-dl-table dd {
  padding-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .mod-dl-table dd {
    display: table-cell;
    width: 78%;
    /* width: auto;
    margin-left: 245px; */
  }
}

.input-txt.w-long,
textarea.w-long {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .mod-dl-table dd .input-txt.w-long,
  .mod-dl-table dd textarea.w-long {
    width: 60%;
  }
}

.error {
  padding: 12px;
  color: #262626;
  background: #ffebe8;
  border: 2px solid #990000;
  border-radius: 6px;
  margin: 6px auto 12px auto;
}

.error-block {
  max-width: 100%;
  border-width: 0px;
}
@media screen and (min-width: 768px) {
  .error-block {
    width: 50%;
  }
}

.mod-center {
  text-align: center !important;
}

.button {
  margin: 10px;
  text-decoration: none;
  font: bold 1.2em "Trebuchet MS", Arial, Helvetica; /*Change the em value to scale the button*/
  display: inline-block;
  text-align: center;
  color: #fff;
  border: 1px solid #9c9c9c; /* Fallback style */
  border: 1px solid rgba(0, 0, 0, 0.3);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 0.05em rgba(0, 0, 0, 0.4);
  padding: 1em 2em;
}

.button,
.button span {
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
}

.button span {
  border-top: 1px solid #fff; /* Fallback style */
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  display: block;
  padding: 0.5em 2.5em;
  /* The background pattern */
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.05) 25%, transparent 25%, transparent), linear-gradient(-45deg, rgba(0, 0, 0, 0.05) 25%, transparent 25%, transparent),
    linear-gradient(45deg, transparent 75%, rgba(0, 0, 0, 0.05) 75%), linear-gradient(-45deg, transparent 75%, rgba(0, 0, 0, 0.05) 75%);

  /* Pattern settings */
  background-size: 3px 3px;
}

.button:hover {
  box-shadow: 0 0 0.1em rgba(0, 0, 0, 0.4);
}

.button:active {
  /* When pressed, move it down 1px */
  position: relative;
  top: 1px;
}

.button-orange {
  background: #fa7e01;
  background: -webkit-gradient(linear, left top, left bottom, from(#fa7e01), to(#fb9d3e));
  background: -moz-linear-gradient(top, #fa7e01, #fb9d3e);
  background: -o-linear-gradient(top, #fa7e01, #fb9d3e);
  background: -ms-linear-gradient(top, #fa7e01, #fb9d3e);
  background: linear-gradient(top, #fa7e01, #fb9d3e);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fa7e01', endColorstr='#fb9d3e');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fa7e01', endColorstr='#fb9d3e')";
}

.button-orange:hover {
  opacity: 0.8;
}

.info-box {
  max-width: 500px;
  margin: 0px auto;
}

.index {
  font-size: 0.9rem;
  line-height: 1.5rem;
}
.index hr.clear {
  border-width: 0px;
  clear: both;
}
.index img.right {
  float: right;
}
.index div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.index .color-red {
  color: red;
  font-weight: bold;
}
.index .size-big {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .index .size-big {
    font-size: 1.2rem;
  }
}
.index .title-image {
  max-width: 100%;
  margin: 0px auto 40px auto;
}
@media screen and (min-width: 768px) {
  .index .title-image {
    max-width: 725px;
  }
}
.index .top-note .note {
  border: 3px solid #0dc828;
  border-radius: 8px;
  padding: 6px;
}
@media screen and (min-width: 768px) {
  .index .top-note {
    clear: both;
    overflow: hidden;
    text-align: center;
  }
  .index .top-note .note {
    float: right;
    max-width: calc(100% - 250px);
  }
  .index .top-note img {
    float: left;
  }
}
.index h1 {
  font-size: 1.8em;
  color: #ff0000;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .index h1 {
    font-size: 3em;
  }
}
.index h3 {
  padding: 1em;
  background-color: rgba(197, 224, 180, 1);
  border: solid 1px rgba(0, 130, 59, 1);
  border-radius: 10px;
  display: inline-block;
  color: rgba(0, 130, 59, 1);
  font-size: 0.9rem;
  margin: 0;
  width: auto;
}
@media screen and (min-width: 768px) {
  .index h3 {
    text-align: center;
    width: 7em;
  }
}
.index .w100 {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
.index .w50 {
  width: 100%;
  display: block;
}
.index .h314 {
  height: auto;
}
.index .left-block {
  margin: 0px;
}
.index .right-block {
  margin: 1em 0px 0px 0px;
}
.index .btn_image {
  width: 90%;
}
@media screen and (min-width: 768px) {
  .index .w100 {
    display: table;
    line-height: 0;
  }
  .index .w50 {
    width: calc(50% - 20px);
    display: inline-block;
  }
  .index .h314 {
    height: 314px;
  }
  .index .left-block {
    margin: 0px;
    display: table-cell;
    line-height: 1.5rem;
    width: 10em;
    vertical-align: top;
  }
  .index .right-block {
    margin: 0px;
    padding-left: 20px;
    display: table-cell;
    line-height: 1.5rem;
    vertical-align: top;
  }
  .index .btn_image {
    width: auto;
  }
}

.index .sisetu {
  border-radius: 20px;
  background: #ffccff;
  padding: 10px;
}
.index .sisetu ul {
  font-size: 0.8rem;
  margin: 0;
  padding: 0px;
}
.index .sisetu li:before {
  content: "・";
}
.index .sisetu li {
  display: inline-block;
}

.site-footer .site-info {
  text-align: center;
  font-size: 14px;
}
.site-footer .site-info a {
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #000;
}
