@charset "UTF-8";

/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/

html,body{
  height: 100%;
}
html{
  font-size: 62.5%;
  overflow-y: scroll;
}

body, h1, h2, h3, h4, h5, h6, p, address,ul, ol, li, dl, dt, dd,table, th, td, img, form {
  margin: 0;
  padding: 0;
  border: none;
  line-height: 100%;
  list-style-type: none;
  font-style: normal;
  font-weight: normal;
  font-family: "メイリオ",Meiryo,Helvetica,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
  text-align: left;
  color: #333;
  letter-spacing: 0;
  -webkit-text-size-adjust: 100%;
  text-align: justify;
    hanging-punctuation: allow-end;
}

a{
  text-decoration: none;
  color: #000;
}
a:hover{
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -webkit-transition: 0.7s ease-in-out;
  -moz-transition: 0.7s ease-in-out;
  -o-transition: 0.7s ease-in-out;
  transition: 0.7s ease-in-out;
}
div,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ol,ul,li,form,input,textarea,button,table,tr,th,td,article,aside,footer,header,hgroup,nav,section,a,span,img{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body{
  width: 100%;
  word-break: break-all;
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
}
h1,h2,h3,h4,h5,p{
  text-align: justify;
  text-justify: distribute;
  line-height: 1.5;
}
img{
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
input, button, textarea, select {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input::-webkit-input-placeholder {
    color: #999999;
}
input:-ms-input-placeholder{
    color: #999999;
}
input::-moz-placeholder{
    color: #999999;
}
input::-ms-input-placeholder{
    color: #999999;
}

.aligncenter{
    display: block;
    margin: 0 auto;
}

.alignright{
  float: right;
}

.alignleft{
  float: left;
}

.wrap{
  width: 95%;
  max-width: 840px;
  margin: auto;
}
.flex{
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
}
.flexwrap_wrap{
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.flexdirection_column{
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.justifycontent_flexend{
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}
.justifycontent_center{
  -webkit-justify-content: center;
          justify-content: center;
}
.justifycontent_spacebetween{
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.justifycontent_spacearound{
  -webkit-justify-content: space-around;
          justify-content: space-around;
}
.aligncontent_spacebetween{
  -webkit-align-content: space-between;
          align-content: space-between;
}
.alignitems_center{
  -webkit-align-items: center;
          align-items: center;
}
.alignitems_flexend{
  -webkit-align-items: flex-end;
          align-items: flex-end;
}
.alignitems_flexstart{
  -webkit-align-items: flex-start;
          align-items: flex-start;
}
.txt{
  font-size: 1.6rem;
}

.sp{
  display: none;
}
.highlight{
  background: linear-gradient(transparent 50%, #ffdb00 50%);
}
.fwb{
  font-weight: bold;
}
.cored{
  color: #c00;
}
.textdeco{
  text-decoration: underline;
}
p.obi{
  width: 100%;
  margin-bottom: 0 !important;
  height: 150px;
  background: url(../img/img_obi.jpg) repeat-x center center;
  background-size: auto 100%;
}
p.obi img{
  width: 100%;
}

/*header*/
.header{
  position: relative;
  padding: .6% 0;
  background: url(../img/bg_line.png);
}
.edge .header{
  padding: .6% 0 .4%;
}
.ie .header{
  padding: 1% 0 .2%;
}
.header .wrap{
  position: relative;
}
.header p{
  font-size: 3rem;
  color: #fff;
  text-align: center;
  line-height: 1;
}
.header span{
  color: #ffdb00;
  font-weight: bold;
}

/*fv*/
.fv h1{
  height: 660px;
  background: url(../img/img_fv01.jpg) no-repeat center top;
}
.fv h1 img{
  display: none;
}

/*cta*/
.cta{
  padding: 0 0 1%;
  background: #efeffa;
}
.cta h2{
  padding: 1.5% 0;
  margin-bottom: 2%;
  text-align: center;
  line-height: 1;
  background: url(../img/bg01.png);
}
.edge .cta h2{
  padding: 1.5% 0 1.2%;
}
.cta .wrap{
  padding: 2% 1.5%;
  background: #fff;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.cta table{
  width: 100%;
  margin: 0 auto 2%;
  border-collapse:  collapse;
  table-layout: fixed;
}
.cta table thead th{
  padding: 1% 0;
  font-size: 2.2rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  background: #234a7d;
  border: 1px solid #bdbdbd;
}
.ie .cta table thead th{
  padding: 1.8% 0 1%
}
.cta table tbody tr{
  background: #fefefe;
}
.cta table tbody tr:nth-child(2n){
  background: #ededed;
}
.cta table tbody td{
  padding: 1% .5em;
  font-size: 2.2rem;
  line-height: 1;
  border: 1px solid #bdbdbd;
}
.ie .cta table tbody td{
  padding: 1.8% .5em 1%;
}
.cta table tbody td:nth-child(2),
.cta table tbody td:last-child{
  text-align: center;
}
.cta p{
  font-size: 3rem;
  font-weight: bold;
  color: #a71b2f;
  text-align: center;
}
.cta p.fwb{
  font-size: 4rem;
}
.cta p span{
  color: #000;
}
.cta p span span{
  text-decoration: line-through;
}
#countdown-unit2,
#countdown-unit3,
#countdown-unit4{
  color: #a71b2f;
}
#countdown-unit2 span,
#countdown-unit3 span,
#countdown-unit4 span{
  text-decoration: none;
  color: #a71b2f;
}
.cta_under p{
  margin-bottom: 0.5em;
}
.cta h3{
  padding: .5em 0;
  margin-bottom: 1em;
  font-size: 3.6rem;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
}
.cta p + h3{
  margin-top: 2em;
}
.cta .box{
  margin-bottom: 10%;
}
.cta .box p{
  margin-bottom: 1.5em;
  font-size: 1.7rem;
  color: #333;
  line-height: 1.8;
  text-align: left;
}
.cta .box p.fwb{
  margin-bottom: .5em;
  font-size: 3.2rem;
  color: #a71b2f;
  text-align: center;
}
.cta .box ul{
  margin-bottom: 3%;
}
.cta .box ul li{
  font-size: 2.4rem;
  line-height: 1.6;
}
.cta .box ul + p{
  margin-bottom: 0;
}
.cta_under{
  padding: 0 0 3%;
}
.cta_under .wrap{
  padding: 2% 1.5% 3%;
}
.cta_under table.after{
  margin-bottom: 5%;
  table-layout: auto;
}
.cta_under table.after thead th{
  background: #0b1226;
  border: 1px solid #0b1226;
}
.cta_under table.after thead th:nth-child(2),
.cta_under table.after thead th:nth-child(3){
  padding: 1% .6em;
  text-align: left;
}
.cta_under table.after tbody td{
  font-size: 1.7rem;
  line-height: 1.4;
}
.cta_under table.after tbody td:nth-child(2){
  width: 18em;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
.cta_under table.after tbody td:nth-child(1){
  width: 10em;
  border-right: none;
}
.cta_under table.after tbody td:nth-child(3){
  border-left: none;
}
.cta_under table.after tbody td:nth-child(2), .cta_under table.after tbody td:last-child{
  text-align: left;
}
.cta_under table.after tbody td a{
  color: #0066cc;
  text-decoration: underline;
  word-break: break-word;
}
.cta_under table.after tbody tr:nth-child(2n){
  background: none;
}

/*sec01*/
.sec01{
  padding: 3% 0 0;
  background: #092566;
}
.sec01 .wrap{
  padding: 4% 2% .1%;
  margin-bottom: 2%;
  background: #fff;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.sec01 .txt.first{
  padding-right: 40%;
  background: url(../img/img01.png) no-repeat right top;
}
.sec01 .txt.first p:first-child{
  padding-top: 1em;
}
.sec01 h3{
  margin-bottom: 1.5em;
  font-size: 3.6rem;
  color: #af1e35;
  font-weight: bold;
  text-align: center;
}
.sec01 p{
  margin-bottom: 2em;
  font-size: 1.7rem;
}
.sec01 p.mb1em{
  margin-bottom: 1em;
}
.sec01 .la_list{
  margin-bottom: 6%;
}
.sec01 .la_list li{
  position: relative;
  padding-left: 3em;
  margin-bottom: 1.5em;
  font-size: 2.4rem;
  line-height: 3rem;
  font-weight: bold;
}
.sec01 .la_list li:before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1%;
  width: 2em;
  height: 2em;
  margin: auto;
}
.sec01 .la_list li:nth-child(1):before{
  background: url(../img/icon01.png) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}
.sec01 .la_list li:nth-child(2):before{
  background: url(../img/icon02.png) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}
.sec01 .la_list li:nth-child(3):before{
  background: url(../img/icon03.png) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}
.sec01 .la_list li:nth-child(4):before{
  background: url(../img/icon04.png) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}
.sec01 .la_list li:nth-child(5):before{
  background: url(../img/icon05.png) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}
.sec01 .la_list li:nth-child(6):before{
  background: url(../img/icon06.png) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}
.sec01 .sm_list{
  margin-bottom: 5%;
}
.sec01 .sm_list li{
  font-size: 2.4rem;
  line-height: 1.6;
}
.sec01 .sm_list li span{
  margin-right: 0.5em;
  color: #a71b2f;
}
.sec01 p.check{
  padding-left: 0em;
  margin-bottom: 0.5em;
  font-size: 2.4rem;
  font-weight: bold;
}
.sec01 p.check + p{
  margin-bottom: 0.5em;
}
.sec01 p.check.last{
  margin-bottom: 1em;
}
.sec01 p.check.last + p{
  margin-bottom: 2em;
}
.sec01 h4{
  padding: 0.5% 2em 0;
  margin-bottom: 1em;
  font-size: 2.4rem;
  color: #fff;
  font-weight: bold;
  background: #11387b;
  border-left: 10px solid #a71b2f;
}
.ie .sec01 h4{
  padding: 1% 2em 0;
}
.sec01 .flex > p{
  width: 38%;
}
.sec01 .flex > p img{
  width: 100%;
}
.sec01 .flex .txt{
  width: 60%;
}

/*sec04*/
.sec04{
  padding: 0;
  background: #f7f7f7;
}
.sec04 h2{
  position: relative;
  padding: 3% 0;
  margin-bottom: 2%;
  text-align: center;
  line-height: 1;
  background: #0e357f;
}
.sec04 h2:after{
  content: "";
  position: absolute;
  bottom: -17px;
  left: 0;
  right: 0;
  width: 42px;
  height: 17px;
  margin: 0 auto;
  background: url(../img/bg_title_after.png) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}
.sec04 .wrap{
  padding: 3% 1% 2%;
  margin-bottom: 4%;
  background: #fff;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.sec04 .box{
  padding: 0 2% 2%;
  margin-bottom: 5%;
  border-bottom: 1px dotted #ccc;
}
.sec04 .box:last-child{
  margin-bottom: 0;
}
.sec04 .box h3{
  margin-bottom: .8em;
  font-size: 2.4rem;
  color: #067ac3;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}
.sec04 .box:nth-child(2) h3{
  font-size: 3rem;
}
.sec04 .box p.name{
  margin-bottom: 2em;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: right;
}
.sec04 .box p.name span{
  margin: 0 0.5em;
  font-size: 130%;
}
.sec04 .box p.photo{
  margin-bottom: 3%;
  text-align: center;
}
.sec04 .box .txt p,
.sec04 .box + .txt p{
  margin-bottom: 1.5em;
  line-height: 1.6;
}
.sec04 .box + .txt{
  padding: 0 2%;
}
.sec04 .box + .txt p:last-child{
  margin-bottom: 0;
}
.sec04 p.obi{
  padding-bottom: 1.5%;
  background: #092566;
}

/*sec05*/
.sec05{
  margin-top: -2%;
  padding: 3% 0;
  background: url(../img/bg03.png) no-repeat;
  -webkit-background-size: 100%;
  background-size: 130%;
}
.sec05 h2{
  margin-bottom: 3%;
  text-align: center;
}
.sec05 p + h2{
  margin-top: 10%;
  margin-bottom: 5%;
}
.sec05 h2 + p{
  width: 85%;
  margin: 0 auto 7%;
}
.sec05 h2 + p img{
  width: 100%;
}
.sec05 h3{
  margin-bottom: 3%;
  font-size: 3.6rem;
  color: #af1e35;
  font-weight: bold;
  text-align: center;
}
.sec05 .box{
  margin-bottom: 8%;
}
.sec05 .box > p{
  margin-bottom: 3%;
}
.sec05 .box h3{
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 3rem;
  color: #a71b2f;
  font-weight: bold;
  text-align: center;
}
.sec05 p{
  margin-bottom: 1.5em;
  font-size: 1.7rem;
  line-height: 1.6;
}
.sec05 p.mb0{
  margin-bottom: 0;
}
.sec05 .box p{
  margin-bottom: 0;
}
.sec05 .box p.mb1em{
  margin-bottom: 1.5em;
}

/*sec06*/
.sec06{
  padding: 0;
  background: url(../img/bg04.png) no-repeat center 10%;
  -webkit-background-size: cover;
  background-size: cover;
}
.sec06 h2{
  position: relative;
  padding: 2% 0;
  margin-bottom: 2%;
  text-align: center;
  line-height: 1;
  background: #0e357f;
}
.sec06 .wrap{
  padding: 2%;
  margin-bottom: 2%;
  background: #fff;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.sec06 p{
  margin-bottom: 1.5em;
  font-size: 1.7rem;
  line-height: 1.6;
}
.sec06 .la_list{
  padding: 4% 2% 1%;
  margin-bottom: 4%;
  border: 10px solid #071e58;
}
.sec06 .la_list li{
  padding-left: 2.4em;
  margin-bottom: 1.5em;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
  background: url(../img/icon-chek.png) no-repeat left;
}
.ie .sec06 .la_list li{
  background: url(../img/icon04.png) no-repeat left top;
}
.sec06 .la_list + p{
  margin-bottom: 1em;
}
.sec06 .sm_list{
  margin-bottom: 2em;
}
.sec06 .sm_list li{
  font-size: 1.7rem;
  line-height: 1.6;
}
.sec06 p.obi{
  padding-bottom: 1.5%;
  background: #092566;
}

/*sec07*/
.sec07{
  padding: 4% 0 0;
  background: url(../img/bg03.png) no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
}
.sec07 .wrap{
  padding: 2%;
  margin-bottom: 4%;
  background: #fff;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.sec07 h2{
  margin-bottom: 3%;
  text-align: center;
}
.sec07 p + h2{
  margin-top: 8%;
  margin-bottom: 5%;
}
.sec07 h3{
  position: relative;
  padding-left: 2em;
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 3rem;
  color: #a71b2f;
  font-weight: bold;
}
.sec07 h3:before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1.8em;
  height: 1.8em;
  margin: auto;
}
.sec07 h3.first:before{
  background: url(../img/icon06.png) no-repeat left top;
  -webkit-background-size: cover;
  background-size: cover;
}
.sec07 h3.second:before{
  background: url(../img/icon07.png) no-repeat left top;
  -webkit-background-size: cover;
  background-size: cover;
}
.sec07 h3.third:before{
  background: url(../img/icon08.png) no-repeat left top;
  -webkit-background-size: cover;
  background-size: cover;
}
.sec07 p{
  margin-bottom: 1.5em;
  font-size: 1.7rem;
  line-height: 1.6;
}
.sec07 .box{
  border-bottom: 1px dotted #ccc;
}
.sec07 .box.last{
  margin-bottom: 5%;
  border-bottom: none;
}
.sec07 .box .flex > p{
  width: 34%;
}
.sec07 .box .flex > p img{
  width: 100%;
}
.sec07 .box .flex > .txt{
  width: 64%;
}
.sec07 .box .flex > .txt p.fsl{
  font-size: 2.2rem;
  font-weight: bold;
}
.sec07 h4{
  padding: .5em 0;
  margin-bottom: 1em;
  font-size: 3.6rem;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
}
.sec07 p + h4{
  margin-top: 2em;
}

/*footer*/
.footer{
  padding: 2% 0;
}
.footer ul{
  margin-bottom: 2%;
}
.footer ul li{
  font-size: 1.6rem;
  border-left: 1px solid #000;
}
.footer ul li:first-child{
  border-left: none;
}
.footer ul li a{
  padding: 0 1em;
  font-size: 1.6rem;
}
.footer p.copy{
  font-size: 1.6rem;
  text-align: center;
}
.footer .logo{
  margin-left: 10%;
}
#spfixed{
  display: none;
}

/* ------------------------------
    clearfix
------------------------------ */

.cf:after{
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.cf{
  display: inline-block;
}

/* Hides from IE Mac */
* html .cf{
  height: 1%;
}
.cf{
  display: block;
}
/* End Hack */

@media screen and (max-width : 768px){
  .sp{
    display: block;
  }
  .pc{
    display: none;
  }
  body{
    min-width: inherit;
  }
  img{
    max-width: 100%;
    height: auto;
  }
  p{
    font-size: 1.4rem;
  }
  .txt{
    font-size: 1.4rem;
  }

  .alignright,
  .alignleft{
    float: none;
  }

  p.obi{
    background: none;
    height: auto;
  }

  /*header*/
  .header{
    padding: 2% 0;
  }
  .header .flex{
    justify-content: space-between;
  }
  .header .logo{
    width: 35%;
    position: relative;
  }
  .header p{
    font-size: 1.2rem;
  }

  /*fv*/
  .fv h1{
    height: auto;
    background: none;
  }
  .fv h1 img.sp{
    display: block;
    width: 100%;
  }

  /*cta*/
  .cta{
    padding: 0 0 4%;
  }
  .cta h2{
    padding: 4% 4%;
    margin-bottom: 0.5em;
    font-size: 1.4rem;
  }
  .cta h2 img{
    zoom: 0.5;
  }
  .cta table{
    width: 100%;
    table-layout: auto;
  }
  .cta table thead th{
    padding: 2%;
    font-size: 1.2rem;
  }
  .cta table tbody td{
    font-size: 1.2rem;
  }
  .cta p{
    font-size: 1.8rem;
  }
  .cta p.fwb{
    font-size: 2.2rem;
  }
  .cta_under h2 img{
    zoom: 0.4;
  }
  .cta h3{
    font-size: 1.8rem;
  }
  .cta .box p.fwb{
    font-size: 1.6rem;
  }
  .cta .box p{
    font-size: 1.4rem;
  }
  .cta .box ul li{
    font-size: 1.4rem;
  }
  .cta_under table.after tbody td{
    font-size: 1.2rem;
  }
  .cta_under table.after tbody td:nth-child(1){
    width: 6em;
  }
  .cta_under table.after tbody td:nth-child(2){
    width: 12em;
  }

  /*sec01*/
  .sec01 .wrap{
    padding: 4% 2% 1%;
  }
  .sec01 h2 img{
    zoom: 0.5;
  }
  .sec01 p{
    font-size: 1.4rem;
  }
  .sec01 .txt.first{
    padding-right: 0;
    padding-bottom: 65vw;
    margin-bottom: 10%;
    background: url(../img/img01.png) no-repeat 65% bottom;
    -webkit-background-size: 50%;
    background-size: 50%;
  }
  .sec01 h3{
    font-size: 2rem;
  }
  .sec01 .la_list li,
  .sec01 p.check{
    font-size: 1.4rem;
  }
  .sec01 .sm_list li{
    font-size: 1.2rem;
  }
  .sec01 p.check{
    -webkit-background-size: 1em;
    background-size: 1em;
  }
  .sec01 h4{
    padding: 1% 1em;
    font-size: 1.6rem;
  }
  .sec01 .flex{
    display: block;
  }
  .sec01 .flex > p{
    width: 60%;
    margin: 0 auto 2em;
  }
  .sec01 .flex .txt{
    width: 100%;
  }

  /*sec04*/
  .sec04 h2{
    padding: 4%;
    margin-bottom: 1.2em;
  }
  .sec04 h2 img{
    zoom: 0.5;
  }
  .sec04 h2:after{
    bottom: -8.5px;
    width: 21px;
    height: 8.5px;
  }
  .sec04 .box h3{
    margin-bottom: 0.5em;
    font-size: 1.6rem;
  }
  .sec04 .box:nth-child(2) h3{
    font-size: 1.8rem;
  }
  .sec04 .box p.name{
    margin-bottom: 1em;
    font-size: 1.2rem;
  }

  /*sec05*/
  .sec05 h2 img{
    zoom: 0.5;
  }
  .sec05 p{
    font-size: 1.4rem;
  }
  .sec05 h3{
    font-size: 2.2rem;
  }
  .sec05 .box h3{
    font-size: 1.5rem;
  }

  /*sec06*/
  .sec06 h2{
    padding: 4%;
  }
  .sec06 h2 img{
    zoom: 0.5 ;
  }
  .sec06 p,
  .sec06 .sm_list li{
    font-size: 1.4rem;
  }
  .sec06 .la_list{
    border: 5px solid #071e58;
  }
  .sec06 .la_list li{
    margin-bottom: 1em;
    font-size: 1.6rem;
    -webkit-background-size: 1em;
    background-size: 1em;
  }
  .sec07 h3{
    font-size: 1.8rem;
  }
  .sec07 h3 br{
    display: none;
  }
  .sec07 .box .flex{
    display: block;
  }
  .sec07 .box .flex > p{
    width: 100%;
  }
  .sec07 .box .flex > .txt{
    width: 100%;
  }
  .sec07 .box .flex > .txt p.fsl{
    font-size: 1.4rem;
  }
  .sec07 h4{
    font-size: 1.6rem;
  }

  /*sec07*/
  .sec07 h2 img{
    zoom: 0.5;
  }
  .sec07 p{
    font-size: 1.4rem;
  }

  /*footer*/
   .footer{
    padding: 4% 0 28%;
   }
  .footer > .flex{
    display: block;
  }
  .footer ul{
    justify-content: center;
  }
  .footer ul li,
  .footer ul li a{
    font-size: 1.2rem;
  }
  .footer p.copy{
    font-size: 1rem;
  }
  .footer .logo{
    margin-top: 3%;
    margin-left: 0;
    text-align: center;
  }
  .footer .logo img{
    zoom: 0.5;
  }
  #spfixed{
    display: block;
    position: fixed;
    bottom: 1.5vw;
    left: 0;
    right: 0;
    width: 94%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 380px){
}
@media screen and (max-width: 320px){
}

.bold{
  font-weight: bold;
}
.red{
  color: #c00;
}
.gray{
  color: #999;
}
span.blink {
-webkit-animation:blink 0.9s ease-in-out infinite alternate;
-moz-animation:blink 0.9s ease-in-out infinite alternate;
animation:blink 0.9s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
0% {opacity:0;}
100% {opacity:1;}
}
@-moz-keyframes blink{
0% {opacity:0;}
100% {opacity:1;}
}
@keyframes blink{
0% {opacity:0;}
100% {opacity:1;}
}

.newblock {
	display:inline-block;
	background-color:#c00;
	color:white;
	padding:2px 4px 1px;
	font-size:0.8em;
}
