h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
ul li {
  list-style: none;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: ' ';
  display: table;
}
.clearfix:after {
  clear: both;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  width: 100%;
}
body {
  box-sizing: border-box;
  font-size: 15px;
  line-height: 1.5;
  position: relative;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #000000;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
  background-color: #f6f9fc;
}
.wrap {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
a {
  color: #000000;
  text-decoration: none;
}
img {
  vertical-align: middle;
}
.hover {
  cursor: pointer;
  --webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hover:hover {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .hover:hover {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .hover:hover {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
  }
}
@-webkit-keyframes flash {
  0% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
.hover_flash:hover {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}
.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
header {
  background-color: #FFFFFF;
}
header .inner {
  padding: 25px 0;
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 920px) {
  header .inner {
    width: auto;
    padding: 25px 20px;
  }
}
@media screen and (max-width: 767px) {
  header .inner {
    padding: 20px 20px;
  }
  header .logo img {
    width: auto;
    height: 20px;
  }
}
footer {
  background-color: #eeeeee;
  text-align: center;
  padding: 50px 0;
  margin-top: 40px;
}
footer ul {
  margin-bottom: 20px;
}
footer ul li {
  font-size: 15px;
}
footer ul li + li {
  margin-top: 5px;
}
footer small {
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 50px 0;
  }
  footer ul li {
    font-size: 13px;
  }
  footer small {
    font-size: 10px;
  }
}
#modal {
  z-index: 99999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
}
#modal.active {
  display: block;
}
#modal .inner {
  width: 600px;
  height: 340px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -170px;
  margin-left: -300px;
  border: 1px solid #898989;
  background-color: #FFFFFF;
  padding: 40px;
}
#modal .inner .logo {
  margin-bottom: 40px;
}
#modal .inner .text {
  line-height: 1.75;
  font-size: 16px;
  margin-bottom: 20px;
}
#modal .inner .next {
  text-align: center;
}
#modal .inner .next a {
  background-color: #eb5505;
  display: inline-block;
  color: #FFFFFF;
  font-size: 16px;
  text-align: center;
  padding: 10px 40px;
  cursor: pointer;
  --webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#modal .inner .next a:hover {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  #modal .inner .next a:hover {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
  }
}
#modal .inner .next .close {
  font-size: 13px;
  margin-top: 20px;
  text-decoration: underline;
  cursor: pointer;
  --webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#modal .inner .next .close:hover {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  #modal .inner .next .close:hover {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  #modal .inner {
    width: 90%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -170px;
    margin-left: -45%;
    padding: 20px;
  }
  #modal .inner .logo {
    margin-bottom: 20px;
  }
  #modal .inner .logo img {
    height: 22px;
    width: auto;
  }
  #modal .inner .text {
    line-height: 1.75;
    font-size: 15px;
    margin-bottom: 20px;
  }
  #modal .inner .next {
    text-align: center;
  }
  #modal .inner .next a {
    display: block;
    font-size: 16px;
    padding: 10px 0;
  }
  #modal .inner .next .close {
    font-size: 13px;
    margin-top: 20px;
    text-decoration: underline;
    cursor: pointer;
    --webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #modal .inner .next .close:hover {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) and screen and (max-width: 767px) {
  #modal .inner .next .close:hover {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
  }
}
.main {
  text-align: center;
  width: 100%;
  height: 520px;
  background: url(../images/main_pc.jpg) center bottom no-repeat;
  background-size: cover;
  border-top: 8px solid #eb5505;
}
.main .inner {
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.main .inner .box {
  width: 50%;
}
.main .inner .box img {
  width: 100%;
  height: auto;
}
.main .inner .box a {
  display: inline-block;
  font-size: 21px;
  color: #FFFFFF;
  font-weight: bold;
  padding: 7px 100px;
  --webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main .inner .box a span {
  position: relative;
}
.main .inner .box a span::before {
  --webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  right: -30px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  transform: translateX(-50%) rotate(135deg);
}
.main .inner .box a:hover span::before {
  top: 6px;
}
.main .inner .box.c1 a {
  background-color: #9e763c;
  border: 2px solid #9e763c;
}
.main .inner .box.c1 a:hover {
  background-color: #FFFFFF;
  color: #9e763c;
}
.main .inner .box.c1 a:hover span::before {
  border-top: 2px solid #9e763c;
  border-right: 2px solid #9e763c;
}
.main .inner .box.c2 a {
  background-color: #9ca3aa;
  border: 2px solid #9ca3aa;
}
.main .inner .box.c2 a:hover {
  background-color: #FFFFFF;
  color: #9ca3aa;
}
.main .inner .box.c2 a:hover span::before {
  border-top: 2px solid #9ca3aa;
  border-right: 2px solid #9ca3aa;
}
@media screen and (max-width: 767px) {
  .main {
    text-align: center;
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    background: url(../images/main_sp.jpg) center bottom no-repeat;
    background-size: cover;
  }
  .main .inner {
    height: 100%;
    max-width: auto;
    margin: 0 auto;
    display: block;
    padding-top: 10px;
  }
  .main .inner .box {
    width: 100%;
  }
  .main .inner .box + .box {
    margin-top: 10px;
  }
  .main .inner .box a {
    font-size: 17px;
    padding: 5px 0;
    width: 90%;
  }
  .main .inner .box a span {
    position: relative;
  }
  .main .inner .box a span::before {
    --webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    right: -30px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    transform: translateX(-50%) rotate(135deg);
  }
  .main .inner .box a:hover span::before {
    top: 3px;
  }
  .main .inner .box.c1 a {
    background-color: #9e763c;
    border: 2px solid #9e763c;
  }
  .main .inner .box.c1 a:hover {
    background-color: #9e763c;
    color: #FFFFFF;
  }
  .main .inner .box.c1 a:hover span::before {
    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
  }
  .main .inner .box.c2 a {
    background-color: #9ca3aa;
    border: 2px solid #9ca3aa;
  }
  .main .inner .box.c2 a:hover {
    background-color: #9ca3aa;
    color: #FFFFFF;
  }
  .main .inner .box.c2 a:hover span::before {
    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
  }
}
.period {
  background-color: #FFFFFF;
  padding: 10px 0;
}
.period .inner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
}
.period .inner br {
  display: none;
}
.period .inner span {
  background-color: #feed54;
  display: inline-block;
  padding: 0px 20px;
  margin-right: 20px;
  font-size: 19px;
  line-height: 40px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  -moz-border-radius: 20px;
}
@media screen and (max-width: 920px) {
  .period {
    padding: 10px 0;
  }
  .period .inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    padding: 0 10px;
    width: auto;
    font-size: 21px;
    line-height: 40px;
  }
  .period .inner span {
    padding: 0px 20px;
    margin-right: 20px;
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .period {
    padding: 0 0;
  }
  .period .inner {
    padding: 0;
    padding-bottom: 10px;
    width: auto;
    font-size: 19px;
    line-height: 1.5;
  }
  .period .inner br {
    display: block;
  }
  .period .inner span {
    display: block;
    line-height: 40px;
    padding: 0px;
    margin-right: 0;
    font-size: 16px;
    margin-bottom: 10px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    -moz-border-radius: 0px;
  }
}
#c1 {
  background-color: #f9f0dc;
}
#c2 {
  background-color: #ebf1f1;
}
.section {
  padding: 70px 0;
}
.section .inner {
  max-width: 1000px;
  margin: 0 auto;
  background-color: #FFFFFF;
  padding: 30px 70px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  -moz-border-radius: 10px;
}
.section .inner .h {
  margin-bottom: 30px;
}
.section .inner .h img {
  width: 100%;
  height: auto;
}
.section .inner .h .pc {
  display: block;
}
.section .inner .h .sp {
  display: none;
}
.section .inner .block {
  border: 2px solid #9e763c;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 30px;
}
.section .inner .block dl dt {
  font-weight: bold;
  color: #9e763c;
  font-size: 17px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.section .inner .block dl dd {
  font-size: 16px;
}
.section .inner .block dl + dl {
  margin-top: 20px;
}
.section .inner .box {
  margin-top: 30px;
}
.section .inner .box h3 {
  font-weight: bold;
  font-size: 16px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.section .inner .box ul li {
  text-indent: -1em;
  padding-left: 1em;
}
.section .inner .box ul li + li {
  margin-top: 8px;
}
.section .inner .box ul li ul li {
  margin-top: 4px;
}
.section .inner .box .text a {
  color: #eb5505;
  text-decoration: underline;
}
@media screen and (max-width: 1000px) {
  .section {
    padding: 70px 50px;
  }
}
@media screen and (max-width: 767px) {
  .section {
    padding: 10px;
  }
  .section .inner {
    max-width: none;
    margin: 0 auto;
    padding: 20px 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
  }
  .section .inner .h {
    margin-bottom: 10px;
    text-align: center;
  }
  .section .inner .h img {
    width: 90%;
  }
  .section .inner .h .pc {
    display: none;
  }
  .section .inner .h .sp {
    display: inline;
  }
  .section .inner .block {
    padding: 20px;
  }
  .section .inner .box {
    margin-top: 20px;
  }
  .section .inner .box h3 {
    font-size: 15px;
  }
  .section .inner .box ul li {
    font-size: 13px;
  }
  .section .inner .box .text {
    font-size: 13px;
  }
  .section .inner .box .text a {
    color: #eb5505;
    text-decoration: underline;
  }
}
.num {
  max-width: 1200px;
  margin: 0 auto 10px auto;
  text-align: right;
}
@media screen and (max-width: 1000px) {
  .num {
    padding: 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .num {
    font-size: 12px;
    padding: 0 20px;
  }
}
.btns {
  text-align: center;
  padding: 70px 0;
}
.btns ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
}
.btns ul li {
  width: 50%;
}
.btns ul li a {
  display: block;
  cursor: pointer;
  --webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btns ul li a:hover {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .btns ul li a:hover {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
  }
}
.btns ul li p {
  margin-top: 10px;
}
.btns ul li p a {
  display: inline;
  color: #0071bc;
  text-decoration: underline;
}
.btns ul li img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1000px) {
  .btns {
    padding: 70px 50px;
  }
}
@media screen and (max-width: 767px) {
  .btns {
    text-align: center;
    padding: 20px 10px;
  }
  .btns ul {
    display: block;
    max-width: none;
    margin: 0 auto;
  }
  .btns ul li {
    width: 100%;
  }
  .btns ul li + li {
    margin-top: 20px;
  }
  .btns ul li a {
    display: block;
  }
  .btns ul li p {
    margin-top: 10px;
  }
  .btns ul li p a {
    display: inline;
    color: #0071bc;
    text-decoration: underline;
  }
  .btns ul li img {
    width: 100%;
    height: auto;
  }
}
