@charset "UTF-8";
/* Vendor prefix
--------------------------------- */
body {
  margin: 0px;
  padding: 0px;
  height: 100%;
  font-family: "meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
  line-height: 1.5em;
  font-size: 16px;
  background: #fff;
  overflow-x: hidden;
}

:focus {
  outline: 0;
}

a {
  text-decoration: none;
  color: black;
  -webkit-transition: opacity 0.4s linear 0s;
  -moz-transition: opacity 0.4s linear 0s;
  transition: opacity 0.4s linear 0s;
}
small{
  font-size: 85%;
}
a:hover {
  opacity: 0.7;
}
.red{color: #d60004;}
.pre_box02 ul .red{color: #bf0003;}
.orang{ color: #ff7e00; }

img, x:-moz-any-link, x:default {
  box-shadow: #000 0 0 0;
}

img {
  vertical-align: bottom;
  /* max-width: 100%; */
  height: auto;
}

p {
  font-size: 21px;
  color: #303030;
  line-height: 1.6em;
}
.flex,
section.sec02 ul{
display: -webkit-box;/*--- Androidブラウザ用 ---*/
display: -ms-flexbox;/*--- IE10 ---*/
display: -webkit-flex;/*--- safari（PC）用 ---*/
display: flex; 
}
.logoBox {
  width: 100%;
  margin: 0;
}
.logoBox .logo01 {
  width: 150px;
  height: 32px;
  margin: 0 20px 0 auto;
  padding: 15px 20px;
  float: right;
}
.logoBox .logo02{
  margin: 8px 20px 0 auto;
  padding: 10px 20px;
  display: inline-block;
  float: left;
}
header .inner{
  margin:  0 auto;
}
header .inner .box{
  width: 1140px;
  text-align: right;
}
header .inner .box .bnr{
  margin-top: 40px;
  display: inline-block;
  position: relative;
}
.CP_end{
  height: 100%;
  width: 100%;
  position: absolute;
  background: rgba(0,0,0, 0.7);
  color: #fff;
  font-weight: bold;
  margin: 0 auto;
  box-sizing: border-box;
  text-align: center;
  vertical-align: text-top;
  top: 0;
  left: 50%;
  -webkit-translate(-50% ,0);
  transform: translate(-50% ,0);
  z-index: 1;
  line-height: 1.5;
}
.CP_end small{
  display: inline-block;
  font-size: 80%;
}
.bnr .CP_end{
  font-size: 1.5rem;
  padding: 3rem 0 0;
}
.pre_box01 .CP_end{
  font-size: 2.5rem;
  padding: 2rem 0 0;
}

.inner {
  width: 1140px;
  margin: 0 auto 30px;
}

.searchArea {
  width: 100%;
  background: rgba(49, 49, 49, 0.9);
  padding: 16px 0;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999;
}

.searchArea .searchInner {
  width: 1140px;
  margin: 0 auto;
  display: table;
  position: relative;
}
.searchArea .searchInner .sTxt01 {
  width: 535px;
  padding-right: 13px;
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
}
.searchArea .searchInner .sBox01 {
  display: table-cell;
  vertical-align: middle;
   background: url(../img/searchArrow.png) no-repeat 0 center;
   background-size: 40px;
   padding-left: 48px;
}

#searchform01, #searchform02 {
  background: #fff;
  width: 100%;
  height: 56px;
  padding: 3px 2px 3px 0;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.4) inset;
  -moz-border-radius: 4px;
  -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.4) inset;
  border-radius: 4px;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.4) inset;
}
#searchform01 #keywords01, #searchform01 #keywords02, #searchform01 #keywords03, #searchform02 #keywords01, #searchform02 #keywords02{
  margin: 0;
  border: none;
  background: transparent;
  width: 76%;
  height: 50px;
  font-size: 18px;
  vertical-align: middle;
  padding: 0 0 0 14px;
  box-sizing: border-box;
}
#searchform01 #submit01, #searchform01 #submit02, #searchform01 #submit03, #searchform02 #submit01, #searchform02 #submit02 {
  border: none;
  width: 24%;
  margin: 0;
  padding: 0 0 0 48px;
  color: #fff;
  font-size: 18px;
  background: #d13939 url(../img/icon_search01.png) no-repeat left 15px center;
  line-height: 50px;
  vertical-align: top;
  box-sizing: border-box;
  cursor: pointer;
  text-align: left;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.searchArea.top{
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 12px 0;
  background: rgba(255, 218, 80, 0.8);
}
.searchArea.top .searchInner .sTxt01{
     color: #433508;
}
.searchArea.top .searchInner .sBox01{
     background: url(../img/searchArrow02.png) no-repeat 0 center;
     background-size: 40px;
}

header {
  width: 100%;
  min-height: 545px;
  background: url(../img/img_main01_pc.jpg) no-repeat center 0% / cover;
  position: relative;
}
header .titleArea {
  padding: 50px 0 0;
  margin: 0 auto;
}
header .titleArea h1 {
  text-align: center;
}
header .titleArea .day{
  background: #cba72b;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.3;
  display: inline-block;
  text-align: center;
  padding: 5px 18px;
  border-radius: 29px;
}

nav{
    background:#3b65b0;
}
nav ul{
   width: 668px;
   margin:0 auto;
}
nav ul li{
  display:inline-block;
  box-sizing: border-box;
  border-right: 1px solid #fff;
  margin: 7px 0;
  position: relative;
}
nav ul li:after{
      position: absolute;
      bottom: 23px;
      right: 15px;
      margin: auto;
      content: "";
      vertical-align: middle;
      width: 7px;
      height: 7px;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      transform: rotate(135deg);
}
nav ul li:nth-last-of-type(1){
  border:none;
}
nav ul li a{
  color:#fff;
  padding: 14px 50px 14px 45px;
  display: block;
  font-weight: bold;
}

section {
  padding: 50px 0 20px;
}
section.color{
  background:#e5f2f9;
}
section h2 {
  text-align: center;
  margin: 0 0 30px;
  font-size: 2.2rem;
  line-height: 1.4;
  color: #3b65b0;
  }
section h2:before,section h2:after{
  content:"";
  display:inline-block;
  width: 19px;
  height: 34px;
  vertical-align: middle;
}
section h2:before{
    background: url(../img/ico_ttl01.png) no-repeat 0;
    background-size: cover;
    margin-right: 10px;
}
section h2:after{
    background: url(../img/ico_ttl02.png) no-repeat 0;
    background-size: cover;
    margin-left: 10px;
}
section h3{
  padding-left: 26px;
  margin: 25px 0 10px;
  font-size: 1.3rem;
  position: relative;
}
section h3:before{
  content:"";
  display:inline-block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 20px;
  height:5px;
  background: #3b65b0;
  vertical-align: middle;
}
section .detailArea {
  display: table;
}
section .detailArea .img01 {
  display: table-cell;
  width: 535px;
  vertical-align: top;
}
section .detailArea .img02 {
  display: table-cell;
  width: 535px;
  vertical-align: top;
  text-align:  right;
}
section .detailArea .txt01 {
  display: table-cell;
  padding: 25px 40px 0 90px;
  vertical-align: top;
  width: 485px;
}
section .detailArea .txt02 {
  display: table-cell;
  padding: 25px 90px 0 40px;
  vertical-align: top;
  width: 485px;
}

section .detailArea .txtArea01 {
  display: table-cell;
  padding-left: 37px;
  vertical-align: top;
  position: relative;
}
section .detailArea .txtArea01 .txt03 {
  padding: 50px 0;
}
section .detailArea p b{
  text-decoration: underline;
}
section .detailList {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 1140px;
  margin: 52px auto;
}
section .detailList li {
  width: 357px;
}
section .detailList li .tit01 {
  font-size: 1rem;
  line-height: 1.5em;
  padding-left: 15px;
  background: url(../img/icon_dot.png) no-repeat left top 6px;
  background-size:10px;
}
section .detailList li .txt02 strong {
  font-weight: normal;
  color: #e15485;
}
section .color01{
  background:#3866b0;
  position:relative;
}
section .color01:before{
  content:"";
  display:block;
  height:15px;
  background:#fff;
  box-shadow: 0px 7px 10px #18458c;
}
section .color01 p{
  color:  #fff;
  text-align:  center;
  font-weight: bold;
  padding: 20px 0;
  font-size: 2rem;
  line-height: 1.3;
}
section .color01 p:before{
  content:"";
  display:block;
  height: 37px;
  width: 137px;
  margin: -20px auto 0;
  background: url(../img/img_bk01.gif) no-repeat center 0;
}
section .color02{
  background:#e5f6ff;
  padding: 0 0 50px;
}
section .color02 .txt{
  text-align:  center;
  margin: 24px 0 0;
}
section .color02 .txt .line{
  text-decoration: underline;
}
section .color02 .txt .orenge{
  color:#ff7200;
  text-decoration: underline;
}
section.sec01 .box{
  background:#fbf4af;
  padding: 33px 10px;
  box-sizing: border-box;
  text-align: center;
}
.pre_box .day{
  font-size: 1.7rem;
  font-weight: bold;
  border-top: 2px solid #bd0004;
  border-bottom: 2px solid #bd0004;
  margin: 0 auto 50px;
  width: 53%;
}
.pre_box .day small{
  font-weight: normal;
  letter-spacing: 0;
}
.pre_box01{
   background: #fff;
   margin: 0 auto 20px;
   box-shadow: 0 1px 7px #dce9f1;
   box-sizing: border-box;
   padding: 48px 0 25px;
   position: relative;
}
.pre_box01 .rbn{
  background:url(../img/img_ribbon02.png) no-repeat 0 0;
  background-size: contain;
  color: #fff;
  font-weight: bold;
  line-height: 1.4;
  font-size: 1.6rem;
  padding: 14px 0 0 0px;
  margin: 0 0 0 0;
  vertical-align: middle;
  text-align: center;
  float: left;
  width: 362px;
  height: 110px;
  box-sizing: border-box;
}
.pre_box01 .txt{
  font-size: 1.8rem;
  font-weight: bold;
  float: left;
  margin: 9px 30px 0 0;
  text-align: center;
}
.pre_box01 .img{
  display: inline-block;
  margin: -26px 0 0;
 }
.pre_box01 strong{
  font-size: 2.8rem;
}


section.sec03 ul{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;/*--- IE10用 ---*/
  -webkit-flex-wrap:wrap;/*--- safari（PC）用 ---*/
  flex-wrap:wrap;
  margin: 0 auto;
}
section.sec03 ul li.box{
  background: #fcf7c4;
  padding: 0 0 10px;
  margin-bottom: 18px;
  width: 32%;
  box-sizing:  border-box;
}

section.sec03 ul li.box:nth-last-of-type(1){
  text-align: center;
  font-weight: bold;
}
section.sec03 ul li.box:nth-last-of-type(1) p{
  font-size: 1.3rem;
  padding: 45px 15px 0;
}
section.sec03 ul li.box:nth-last-of-type(1) p:nth-of-type(2) {
  font-size: 1.1rem;
}
section.sec03 ul li.box:nth-last-of-type(1) small{
  font-weight: normal;
  text-decoration: underline;
  padding-top: 15px;
  display: inline-block;
}
section.sec03 ul li.ico_01{
    position: relative;
    vertical-align: middle;
}
section.sec03 ul li.ico_01:nth-of-type(6){display:none;}

section.sec03 ul li.ico_01:before{
    position: absolute;
    top: 0;
    left: -4px;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    box-sizing: border-box;
    width: 8px;
    height: 8px;
    border: 10px solid transparent;
    border-left: 12px solid #fea350;
}
section.sec03 ul li .num{
  color: #fea350;
  font-weight: bold;
  width: 32px;
  height: 32px;
  text-align: center;
  box-sizing: border-box;
  line-height: 1;
  padding: 12px;
  float: left;
}
section.sec03 ul li .tit{
    line-height: 1.2;
    font-size: 1.1rem;
    padding: 15px 8px 15px 38px;
}
section.sec03 ul li .txt{
    font-weight: bold;
    font-size: 1.1rem;
    margin: 15px auto 0;
    line-height: 1.2;
    text-align: center;
}
section.sec03 ul li img{
   margin:0 auto;
   display: block;
}
.notesArea{
  margin: 20px 0 0;
}
.noteTit {
  font-size: 14px;
}
.note01 {
  text-indent: -1em;
  padding-left: 1em;
  margin: 0 0 5px 10px;
}
.note01 b{
  text-decoration: underline;
}
.note01 a{
  color:#3b65b0;
  text-decoration: underline;
  word-wrap: break-word;
  overflow-wrap : break-word;
}
.f_lst{
  border-top: 1px solid #888;
  margin: 36px 0 0;
  padding-top: 30px;
}

footer .inner{
  margin: 50px auto 100px;
}
footer .logo02 {
  width: 242px;
  height: 36px;
  margin: 0 auto;
}
footer small {
  font-size: 12px;
  text-align: center;
  display: block;
  margin: 20px 0;
}

section.sec02 ul li:nth-of-type(5) p small{ 
    margin-top: -2px; 
    display: block; 
    font-size: 80%;
}

.sp{ display: none !important;}

@media screen and (max-width: 1180px) {
  img{
    width: 100%;
    height: auto;
  }
    .inner {
    width: 95%;
    margin: 0 auto 15px;
  }
  nav ul{
   width:100%;
   display: table;
  }
    nav ul li{
    width: 24%;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    line-height: 1.3;
    font-size: 0.8rem;
  }
  nav ul li a{
    padding: 18px 30px 18px 16px;
  }
  .searchArea .searchInner {
    width: 95%;
  }
  .searchArea .searchInner .sTxt01 {
    width: 50%;
  }
  .searchArea.top .searchInner .sTxt01 {
    font-size: 1.1rem;
  }
  #searchform01, #searchform02 {
    height: 50px;
  }
  #searchform01 #keywords01, #searchform01 #keywords02, #searchform01 #keywords03, #searchform02 #keywords01, #searchform02 #keywords02 {
    line-height: 50px;
    font-size: 16px;
  }
  #searchform01 #submit01, #searchform01 #submit02, #searchform01 #submit03, #searchform02 #submit01, #searchform02 #submit02 {
    font-size: 16px;
    background: #d13939 url(../img/icon_search01.png) no-repeat left 10px center;
    line-height: 46px;
    padding: 0 0 0 38px;
  }

  header {
    min-height: auto;
  }
  header .titleArea{
    width:100%;
  }
  header .inner {
    padding-bottom: 12%;
  }
  header .inner .box{
    width:auto;
    text-align: center;
    padding-bottom: 20px;
  }
  header .inner .box .bnr{
    width: 50%;
    margin: 10px 0 0 auto;
  }
  header .titleArea h1{
    margin: 0;
  }
  header .titleArea h1 img{
    margin: 0 auto;
  }
  
  header .titleArea .day{
    background: none;
    color: #bf9700;
    font-weight: bold;
    width: 100%;
    padding: 0;
  }
 .bnr .CP_end{
    font-size: 1.2rem;
    padding: 2rem 0 0;
  }
  .pre_box01 .CP_end{
    font-size: 1.3rem;
    padding: 2rem 0 0;
  }
  section .detailArea .img01 {  width: 50%; }

  section .detailArea .txtArea01 .txt03 { padding: 20px 0; }

  section .color02{  padding: 0 2% 40px;}

  section .detailList li { width: 32%; }

  section .detailList{  width: auto;}

   .pre_box .day{  width: 100%;}

  section.sec03 ul{ width: auto;}

  section.sec03 ul li.box{width: 48%;}

  section.sec03 ul li.ico_01:nth-of-type(4),
  section.sec03 ul li.ico_01:nth-of-type(8){display:none;}
  
  section.sec03 ul li.ico_01:nth-of-type(6){display:block;}

  section.sec03 ul li.box img{ width: 90%; }

   section .detailArea .txt01{
     padding: 25px 40px 0 0;
   }
   section .detailArea .txt02{
     padding: 25px 0 0 40px;
   }
   .pre_box01 .rbn{
   width: 256px;
   height: 70px;
   padding: 6px 30px 0 10px;
   margin-right: 0.5em;
   font-size: 1.3rem;
   }
  .pre_box01 .txt{
     margin: 0 0.5em 0 0px;
     font-size: 2.5vw;
     line-height: 1.2;
   }
   .pre_box01 .img{
    width: 16%;
    margin: -14px 0 0;
   }
}
@media screen and (max-width: 900px) {
  #searchform01 #submit01 {
    background: #d13939 url(../img/icon_search01.png) no-repeat left 5px center;
    padding: 0 0 0 28px;
  }
}
@media screen and (max-width: 750px) {
  p {
    font-size: 16px;
  }
   .logoBox{
     margin: 0;
   }
  .logoBox .logo01 {
    width: 100px;
    height: 22px;
    margin: 0 10px 0 0;
    padding: 8px 0 2px;
  }
  .logoBox .logo01 a {
    display: block;
    line-height: 0;
  }
  .logoBox .logo02 {
    width: 164px;
    height: auto;
    margin: 0 0 0 10px;
    padding: 8px 0 2px;
  }
  .logoBox .logo02 a {
    display: block;
    line-height: 0;
  }
  .searchArea,
  .searchArea.top {
    padding: 10px 0;
    text-align: left;
  }
  .searchArea .searchInner {
    display: block;
  }
  .searchArea .searchInner .sTxt01 {
    width: 100%;
    padding-right: 0;
    display: block;
    margin-bottom: 4px;
    line-height: 1.2;
    font-size: 0.95rem;
    letter-spacing: -1px;
  }
 .searchArea.top .searchInner .sTxt01{
      letter-spacing: -1.5px;
      font-size: 1rem;
    }
  .searchArea .searchInner .sBox01 {
    display: block;
    background: none !important;
    padding: 0;
  }

  #searchform01, #searchform02 {
    width: 85%;
    height: 37px;
    margin-left: 15%;
    position: relative;
  }
   #searchform01::after{
    content: '';
    width: 32px;
    height: 37px;
    background: url(../img/searchArrow02.png) no-repeat left center;
    background-size: 32px 29px;
    position: absolute;
    top: 0;
    left: -15%;
    }
   #searchform02::after, #searchform03::after {
    content: '';
    width: 32px;
    height: 37px;
    background: url(../img/searchArrow.png) no-repeat left center;
    background-size: 32px 29px;
    position: absolute;
    top: 0;
    left: -15%;
  }
  #searchform01 #keywords01, #searchform01 #keywords02, #searchform01 #keywords03, #searchform02 #keywords01, #searchform02 #keywords02, #searchform02 #keywords03 {
    width: 75%;
    line-height: 37px;
    font-size: 14px;
    padding: 0 0 12px 8px;
  }
  #searchform01 #submit01, #searchform01 #submit02, #searchform01 #submit03, #searchform02 #submit01, #searchform02 #submit02, #searchform02 #submit03 {
    width: 25%;
    padding: 0 0 0 20px;
    font-size: 14px;
    background: #d13939 url(../img/icon_search01.png) no-repeat left 5px center;
    background-size: 12px;
    line-height: 33px;
  }

  header {
    background-position: 0 bottom;
    position: relative;
  }
  header .inner{
    padding-bottom: 24%;
  }
  header .titleArea {
    padding: 15px 0 0;
  }
  header .inner .box .bnr{
    margin: 20px auto 10px;
    width: 90%;
  }
  header .titleArea h1 {
    margin: 0 auto 0;
  }
  header .titleArea .day{
    letter-spacing: -1px;
  }
  header .present01 {
    width: 50%;
  }
  header .searchArea .searchInner .balloon {
    width: 42%;
    bottom: 60px;
    right: 0;
  }
  nav ul{
    width: 100%;
    padding: 6px 0;
  }
  nav ul li:after{
    bottom: 24px;
    right: 5%;
  }
  nav ul li a{
      box-sizing:border-box;
      padding: 10px 15px 10px 3px;
      margin: 0;
    }
  section {
    padding: 20px 0;
  }
   section h2 {
    padding: 30px 0 0;
    font-size: 1.3rem;
  }
  section h2:before,
  section h2:after{
    width: 15px;
    height: 29px;
  }
  section h2 span{
      display: block;
  }
  section h2 b{ font-size: 1.5rem; }

   section h3{ font-size: 1.2rem; }

   section h3:before{top: 8px;}
   
  section.sec03 {
    padding: 0 0 15px;
  }
  section.sec03 ul li.box img{
    width: 80%;
    }
  section .detailArea {
    display: block;
  }
  section .detailArea .img01,
  section .detailArea .img02 {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  section .detailArea .txt01,
  section .detailArea .txt02 {
    display: block;
    padding: 0;
    margin: 15px 0;
    width: auto;
  }
  section .detailArea .txtArea01 {
    display: block;
    padding-left: 0;
    height: auto !important;
  }
  section .detailArea .txtArea01 .txt03 {
    padding: 0 0 10px;
  }
  section .detailArea .txtArea01 .present02 {
    position: relative;
    bottom: 0;
    left: 0;
  }
  section .color01 p{
    font-size: 1.3rem;
  }
  section .color02{
    padding: 25px 2%;
    margin: -20px 0 0;
  }
  section .detailList {
    display: block;
    width: auto;
    margin: 25px 0;
  }
  section .detailList li {
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }
  section .detailList li .tit01 {
    background-position: left top 4px;
    display: inline-block;
  }
  section.sec01 .box{
    padding: 15px 10px;
  }
  .pre_box .day{
    font-size: 1.15rem;
    line-height: 1.4;
    letter-spacing: -1.5px;
    padding: 5px 0;
    margin-bottom: 20px;
  }
  .pre_box01{
     padding: 10px 0;

   }
  .pre_box01 .rbn{
    float: none;
    padding-top: 13px;
    margin: 5px 0 0;
    font-size: 1.2rem;
    max-width: 364px;
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    background-size: 94% 50px;
    text-align: left;
   }
   .pre_box01 .rbn{
       padding: 16px 0 0 10px;
       background-size: 94% 55px;
       height: 55px;
   }
   .pre_box01 .txt{
    line-height: 1.2;
    margin: 15px 15px;
    font-size: 5vw;
   }
     .pre_box01 .txt strong{
       font-size: 9vw;
     }
    .pre_box01 .img{
       width: 45%;
       margin: 0 auto 0;
       display: block;
   }
   
   section.sec03 ul li.ico_01{
     margin: 25px 0 0;
     display: block !important;
   }
   section.sec03 ul li.ico_01:before{
     left:  0;
     right: 0;
     border: 24px solid transparent;
     border-top: 12px solid #fea350;
     width: 48px;
     height: 30px;
   }
  section.sec03 ul{
     display: block;
     width:auto;
  }
  section.sec03 ul li.box{
    width:auto;
   }
   section.sec03 ul li.box:nth-last-of-type(1){  width: 100%;  }
   
   section.sec03 ul li .num{
     width: 28px;
     height: 28px;
   }
   section.sec03 ul li .tit{
     padding: 10px 0 12px 34px;
   }
   section.sec03 ul li.box:nth-last-of-type(1) p{
     font-size: 1.2rem;
     padding: 25px 10px 0;
   }
  .noteTit {
    font-size: 12px;
    line-height: 1.5em;
  }
  .note01{
    font-size: 0.86rem;
    line-height: 1.3;
    margin-left: 0;
  }
  .f_lst{
    margin: 20px 0 0;
    padding-top: 20px;
  }
  footer .inner{
    margin: 30px auto 100px;
  }
  footer small {
    font-size: 10px;
    margin: 15px 0;
    line-height: 1.5em;
  }
  .pc{
    display: none !important;
  }
  .sp{
    display: block !important;
    line-height: 0;
  }
}


@-moz-document url-prefix() { 
   section.sec03 ul li.ico_01:before{
       top: -18px; 
  }
}

/* clearfix
------------------------------ */
.clearfix:before,
.clearfix:after {
  content: "";
  display: block;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout)
 -------------------------------------------*/
.clearfix {
  zoom: 1;
}

