@charset "UTF-8";
/* ----------------------------------------------------- 
 color
----------------------------------------------------- */
/* ----------------------------------------------------- 
 media
----------------------------------------------------- */
/* ----------------------------------------------------- 
 CLEAR FIX
----------------------------------------------------- */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

html {
  font-size: 62.5%;
  /* 10px*/
}

@media only screen and (min-width: 641px) and (max-width: 959px) {
  html {
    font-size: 52.5%;
  }
}
@media only screen and (max-width: 640px) {
  html {
    font-size: 52.5%;
  }
}
body {
  color: #E50012;
  font-size: 1.6rem;
  /* 16px*/
  line-height: 1.6;
  font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

a {
  color: #ff4c5a;
}

h1 {
  font-size: 1rem;
}

h2 {
  font-size: 3rem;
}

h3 {
  font-size: 2rem;
}

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

/* ----------------------------------------------------- 
 a hover
----------------------------------------------------- */
.opacity:hover {
  opacity: .7;
  -webkit-opacity: .7;
  -moz-opacity: .7;
  filter: alpha(opacity=70);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=70)";
  /* IE 8 */
}

.opacity {
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

a:hover {
  color: #ffb2b8;
}

a {
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

/* ----------------------------------------------------- 
 base
----------------------------------------------------- */
.area {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (min-width: 641px) and (max-width: 959px) {
  .area {
    width: 95%;
  }
}
@media only screen and (max-width: 640px) {
  .area {
    width: 95%;
  }
}
.box-left {
  float: left;
}

.box-right {
  float: right;
}

/* ----------------------------------------------------- 
 header
----------------------------------------------------- */
header {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background: url(images/bg.png) repeat-x;
  background-size: contain;
  height: 185px;
  position: relative;
}
header h1 {
  margin: 0;
  padding: 0;
  font-size: 0;
}
header img {
  position: absolute;
  top: 33%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
}

@media only screen and (min-width: 641px) and (max-width: 959px) {
  header {
    height: 0px !important;
    padding: 14% 0;
  }
}
@media only screen and (max-width: 640px) {
  header {
    height: 0px !important;
    padding: 15% 0;
  }
}
/* ----------------------------------------------------- 
bxslider
----------------------------------------------------- */
/* bxslider */
.bx-viewport {
  border: 0px  !important;
  z-index: 1;
  left: 0 !important;
  background: #E50012 !important;
}

#bxslider {
  margin: 0;
  padding: 0;
}
#bxslider img {
  margin: 0 auto;
  display: block;
}

/* ----------------------------------------------------- 
contents
----------------------------------------------------- */
#contents {
  background: linear-gradient(#E50012, #fff);
  /* IE 5.5-7 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$base-color01', endColorstr='$white', GradientType=0);
  /* IE 8+ */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='$base-color01', endColorstr='$white', GradientType=0)";
  /* IE 10 */
  background: linear-gradient(to bottom, #E50012, #fff);
  /*For Old WebKit*/
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #E50012), color-stop(1, #fff));
}
#contents .area {
  position: relative;
}
#contents .box {
  background: #fff;
  border: 2px solid #b2000e;
  border-radius: 10px;
  padding: 2%;
  margin: 3% auto;
}
#contents .box h2 {
  text-align: center;
  color: #D08D04;
  background: url(images/line.png) repeat-x center;
}
#contents .box h2 span {
  background: #fff;
  padding: 0 3%;
}

#tsyatsu {
  position: absolute;
  top: -7%;
  right: 5%;
  z-index: 3;
  width: 25%;
}

@media only screen and (min-width: 641px) and (max-width: 959px) {
  #tsyatsu {
    position: absolute;
    top: -4%;
    right: 5%;
    z-index: 3;
    width: 25%;
  }
}
@media only screen and (max-width: 640px) {
  #tsyatsu {
    position: absolute;
    top: -2%;
    right: 5%;
    z-index: 3;
    width: 25%;
  }
}
/* ----------------------------------------------------- 
#text
----------------------------------------------------- */
#text {
  width: 100%;
}
#text .box-left {
  vertical-align: top;
  width: 15%;
}
#text .box-left div {
  background: #E50012;
  color: #fff;
  text-align: center;
  position: relative;
  height: 40px;
}
#text .box-left p {
  font-size: 2.6rem;
  font-weight: normal;
  padding-left: 3%;
  line-height: 40px;
}
#text .box-left img {
  position: absolute;
  top: 0;
  right: -39px;
  height: 40px;
}
#text .box-right {
  width: 79%;
  float: left;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: left;
  padding-left: 50px;
}
#text .box-right span {
  font-size: 1.6rem;
}

.kyori {
  display: block;
  float: left;
  padding: 1% 3%;
  margin-right: 2%;
  background: #FCEDE4;
  border-radius: 10px;
  text-align: center;
}
.kyori span {
  font-size: 2rem !important;
  font-weight: bold !important;
}

@media only screen and (min-width: 641px) and (max-width: 959px) {
  .box-right {
    float: none !important;
    width: 98% !important;
    padding-left: 2% !important;
  }

  .box-left {
    float: none !important;
    width: 35% !important;
  }

  .kyori {
    margin-bottom: 0;
    float: none !important;
    width: 60%;
  }

  .kyori:last-child {
    margin-bottom: 6%;
  }
}
@media only screen and (max-width: 640px) {
  .box-right {
    float: none !important;
    width: 98% !important;
    padding-left: 2% !important;
  }

  .box-left {
    float: none !important;
    width: 35% !important;
  }

  .kyori {
    margin-bottom: 0;
    float: none !important;
    width: 60%;
  }

  .kyori:last-child {
    margin-bottom: 6%;
  }
}
/* ----------------------------------------------------- 
#box-form
----------------------------------------------------- */
#box-form {
  margin: 8% auto;
  text-align: center;
}

/* ----------------------------------------------------- 
#box-etc
----------------------------------------------------- */
#box-etc .box-left {
  width: 20%;
  margin-top: 3%;
}
#box-etc .box-right {
  float: left;
  padding-left: 2%;
  margin-top: 3%;
}
#box-etc section {
  margin: 5% 0;
}
#box-etc section .clearfix {
  margin: 2% 0;
}
#box-etc section .text {
  font-size: 2.6rem;
  font-weight: bold;
  margin: 1% 0;
}
#box-etc section .text a {
  text-decoration: none;
}

.icon-bg {
  background: #E95532;
  border: 3px solid #F7C5AB;
  border-radius: 20px;
  color: #fff;
  font-size: 2.6rem;
  padding: 0 3%;
  text-align: center;
  margin: 0;
}

/* ----------------------------------------------------- 
.sp
----------------------------------------------------- */
.sp {
  display: none;
}

@media only screen and (max-width: 640px) {
  .sp {
    display: inline;
  }
}
/* ----------------------------------------------------- 
#copy
----------------------------------------------------- */
#copy {
  margin: 2% auto 5%;
  text-align: center;
}
