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;
  border-top: 15px solid #eb5505;
}
.wrap {
  width: 920px;
  margin: 0 auto;
  position: relative;
}
a {
  color: #042cd8;
}
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.80;
}
.keizoku_btn{
   margin: 10px 44em 0 0;
}

@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: .8;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .8;
  }
  100% {
    opacity: 1;
  }
}
.hover_flash:hover {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}
.floating {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 9999;
  display: none;
}
.floating 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;
}
.floating a:hover {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.80;
}
@media screen and (max-width: 767px) {
  .floating a:hover {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
  }
}

@media screen and (max-width: 1280px){

    .keizoku_btn{
    width: 120px;
    margin:0 auto;
  }
}



@media screen and (max-width: 1000px) {
  .floating {
    right: 10px;
    bottom: 10px;
  }
  .floating a img {
    width: 120px;
    height: auto;
  }
    .keizoku_btn{
    width: 120px;
    margin:0 auto;
  }
}
@media screen and (max-width: 767px) {
  .floating {
    right: 5px;
    bottom: 5px;
  }
  .floating a img {
    width: 110px;
    height: auto;
  }
}
header {
  background-color: #FFFFFF;
    text-align: center;
    position: fixed;
    display: table;
    z-index: 20000;
}
header .inner {
  padding: 25px 0;
  width: 920px;
  margin: 0 auto;
  position: relative;
}
header .logo img {
  width: 240px;
  height: auto;
}
@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: 0px;
}
footer ul {
  margin-bottom: 20px;
}
footer ul li {
  font-size: 15px;
}
footer ul li + li {
  margin-top: 5px;
}
footer img {
  width: 100px;
  height: auto;
}
footer small {
  display: inline-block;
  margin-top: 15px;
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 50px 0 150px 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.80;
}
@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.80;
}
@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.80;
  }
}
@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;
}
.main img {
  width: 100%;
  height: auto;
  max-width: 1400px;
}
.main .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .main .pc {
    display: none;
  }
  .main .sp {
    display: inline;
  }
}
.period {
  background-color: #eb5505;
  padding: 10px 0;
}
.period .inner {
  width: 920px;
  margin: 0 auto;
  position: relative;
  color: #FFFFFF;
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
}
.period .inner br {
  display: none;
}
.period .inner span {
  color: #eb5505;
  background-color: #FFFFFF;
  display: inline-block;
  padding: 0px 20px;
  margin-right: 20px;
  font-size: 19px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
}
@media screen and (max-width: 920px) {
  .period {
    padding: 10px 0;
  }
  .period .inner {
    width: 920px;
    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: 10px 0;
  }
  .period .inner {
    width: 920px;
    margin: 0 auto;
    position: relative;
    padding: 0 10px;
    width: auto;
    font-size: 23px;
    line-height: 1.5;
  }
  .period .inner br {
    display: block;
  }
  .period .inner span {
    display: block;
    line-height: 40px;
    padding: 0px;
    margin-right: 0;
    font-size: 17px;
    margin-bottom: 10px;
  }
}
.detail {
  width: 920px;
  margin: 0 auto;
  position: relative;
  width: 800px;
}
.detail h2 {
	margin-top: -25px;
  background-color: #9e763c;
  color: #FFFFFF;
  text-align: center;
  line-height: 50px;
  font-size: 24px;
  font-weight: bold;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  margin-bottom: 30px;
}
.detail h3 {
  font-weight: bold;
  font-size: 17px;
}
.detail dl + dl {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #dadada;
}
.detail dl dt {
  margin-bottom: 5px;
}
.detail dl dd {
  font-size: 14px;
}
.detail dl dd span {
  display: block;
  font-size: 14px;
}
.detail dl dd ul li {
  text-indent: -1em;
  padding-left: 1em;
}
.detail dl dd ul li + li {
  margin-top: 3px;
}
.detail dl dd ul li ul li + li {
  margin-top: 0;
}
.detail .block {
  border: 2px solid #9e763c;
  padding: 20px 30px;
  background-color: #FFFFFF;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  margin-bottom: 30px;
}
.detail .block h3 {
  font-size: 19px;
  color: #9e763c;
}
.detail .block dl dd {
  font-size: 16px;
}
@media screen and (max-width: 800px) {
  .detail {
    margin-top: 10px;
    width: auto;
    padding: 0 20px;
  }
  .detail h2 {
    line-height: 40px;
    font-size: 19px;
    margin-bottom: 30px;
  }
  .detail h3 {
    font-size: 15px;
  }
  .detail dl dt {
    margin-bottom: 10px;
  }
  .detail dl dd {
    font-size: 13px;
  }
  .detail dl dd span {
    font-size: 13px;
  }
  .detail dl dd ul li {
    text-indent: -1em;
    padding-left: 1em;
  }
  .detail dl dd ul li + li {
    margin-top: 10px;
  }
  .detail dl dd ul li ul li {
    margin-top: 3px;
  }
  .detail .block {
    border: 2px solid #9e763c;
    padding: 20px 10px;
    margin-bottom: 30px;
  }
  .detail .block h3 {
    font-size: 18px;
  }
  .detail .block dl dd {
    font-size: 15px;
  }
}
.btn {
  padding: 50px 0 40px 0;
  text-align: center;
}
.btn a {
  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;
  display: inline-block;
}
.btn a:hover {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.80;
}
@media screen and (max-width: 767px) {
  .btn a:hover {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
  }
}
.btn p {
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .btn {
    padding: 30px 10px;
    margin-top: 0;
  }
  .btn img {
    width: 100%;
    height: auto;
  }
  .btn p {
    font-size: 12px;
  }
}


.btnb {
  padding: 40px 0 0;
  text-align: center;
}


.btnb p {
    font-size: 32px;
    font-weight: 500;
	color:#FF494C;
}


.ft-text {
	text-align: right;
    right: 0;
    top: 35px;
    font-weight: 500;
    font-size: 13px;
    color: #000;
	line-height: 1;
}
footer img{
	width: 250px;
	margin-right: 51px;
	
}
	
@media screen and (max-width: 767px) {
	footer img{
		width: 150px;
		margin-right: 21px;
	}
}



.mongon{
    border-top: 15px solid;
    border-color: rgb(235,85,5);
    font-weight: bold;
    color: red;
    position: fixed;
    z-index: 10000;
    background-color: white;
    text-align: center;
    display: block;
    width: 100%;
    margin-top: -15px;
}