@font-face {
  font-family: mplus-1c-light;
  src: url('../fonts/mplus-1c-light-sub.eot');
  src: url('../fonts/mplus-1c-light-sub.eot?#iefix') format('embedded-opentype'),
  url('../fonts/mplus-1c-light-sub.woff') format('woff'),

}
@font-face {
  font-family: mplus-1c-bold;
  src: url('../fonts/mplus-1c-bold-sub.eot');
  src: url('../fonts/mplus-1c-bold-sub.eot?#iefix') format('embedded-opentype'),
  url('../fonts/mplus-1c-bold-sub.woff') format('woff'),
  url('../fonts/mplus-1c-bold-sub.ttf') format('truetype');
}

html{
  height:100%;
  overflow-y:scroll;
}
body {
  height:100%;
  font: 16px/1.231 "century gothic", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  *font-size: small;
  *font: x-small;
  font-family: mplus-1c-light,Arial,"Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
  letter-spacing: 0;
  color:#333333;
  line-height:1.8;
}

ol,ul {  list-style: none;}
img {  vertical-align: bottom; max-width:100%; height:auto;}
small {font-size: 86%;}
strong {
  padding: 0 3px;
  font-size: 130%;
}
.underbar {
  border-bottom: 3px solid #fff600;
}

.flt-lft {  float: left;}
.flt-rgt {  float: right;}
.flt-clr {  clear: both;}

.flt-list {  overflow: hidden;}
.flt-list li {float: left;}

.text-left { text-align:left;}
.text-right { text-align:right;}
.text-center { text-align:center;}
.f-12 { font-size:86%;}
.f-15 { font-size: 116%;}
.f-red { color:#DC2C28;}

.mgn-btm-10 {  margin-bottom: 10px;}
.mgn-btm-20 {  margin-bottom: 20px;}
.mgn-btm-30 {  margin-bottom: 30px;}
.mgn-btm-40 {  margin-bottom: 40px;}
.mgn-btm-50 {  margin-bottom: 50px;}
.mgn-btm-60 {  margin-bottom: 60px;}

/* -----------------------------------------------------

    header

----------------------------------------------------- */
#gnav {
  padding: 5px;
  background: #C60000;
  font-size: 77%;
  color: #fff;
}
#particles-js{
  height: 100%;
  width: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  position: fixed;
  z-index: -999;
}
canvas {
  display:block;
  vertical-align:bottom;
}

/* -----------------------------------------------------

    共通

----------------------------------------------------- */
.pc{
  display: block;
}
.sp{
  display: none;
}
.container p {
  margin-bottom: 30px;
}
.section {
  padding: 15% 0;
}
.bg-gray {
  background: #f6f6f6;
  padding-top: 100px;
  padding-bottom: 100px;
}

.bg-white {
  margin-top: -40px;
  margin-bottom: -40px;
}
.section-ttl {
  font-family: mplus-1c-bold;
  font-weight: normal;
  font-size: 250%;
  display: block;
  padding: 0 0 .3em;
  margin: 0 0 0px;
  line-height: 1.3;
}

.section-ttl2 {
  font-family: mplus-1c-bold;
  font-size: 250%;
  display: block;
  font-weight: bold;
  padding: 0 0 .3em;
  margin: 0 0 0px;
  line-height: 1.3;
}


.ttl-sub {
  font-size: 182%;
  font-weight: ;
  margin:30px 0 15px;
}


.ttl-sub2 {
  font-size: 182%;
  font-weight: ;
  margin:30px 0 15px;
}

.styleTable {
  width:100%;
}
.styleTable th {
  white-space: nowrap;
}
.styleTable th,
.styleTable td {
  text-align:left;
  font-weight:normal;
  border-bottom:1px solid #f6f6f6;
  padding:2px 5px;
  display:inline;
}
.btn-regist {
  margin: 30px 0 0;
}
.btn-regist a {
  display: inline-block;
  border-radius: 4px;
  padding: 15px 130px;
  color: #fff;
  font-size: 130%;
}
.btn-regist a:hover {
  text-decoration: none;
  opacity: .8;
}
.btn-regist .btn-regist-leader {
  background-color: #2b78cb;
  box-shadow: 0 3px 0 #165396;
  text-shadow: 0 0 10px rgba(0,0,0,.5);
}
.btn-regist .btn-regist-agent {
  background-color: red;
  box-shadow: 0 3px 0 darkred;
  text-shadow: 
}
.btn-regist .btn-regist-top {
  background-color: red;
  box-shadow: 0 3px 0 darkred;
  text-shadow: 0 0 10px rgba(0,0,0,.3);
}
.btn-regist-group ul{
  overflow: hidden;
  display: table;
  padding: 3px;
  margin: 0 auto;
}
.btn-regist-group li{
  display: table-cell;
  vertical-align: top;
  text-align: center;
}
.btn-regist-group li:not(:first-child){
  padding-left: 10px;
}
.box {
  background: #fff;
  color: #333;
  padding: 5px 35px 40px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
#regist a {
  text-decoration: none;
}

/* -----------------------------------------------------

    mainvisual

----------------------------------------------------- */
header{
  height: 100%;
  min-height: 100%;
  color: #fff;
  position: relative;
}
body > header{
  height: auto;
  overflow: hidden;
}
#bgLayer{
  background: url(../images/mainvisual02.png) center no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  z-index: -1000;
}
body > #whiteLayer{
  height: auto;
}
#mainvisual {
  -webkit-background-size: 1350px;
  background-size: 1350px;
  width: 100%;
  position: absolute;
  top: 50%;
  margin-top: -316.5px;
  font-family: mplus-1c-bold;
}
#mainvisual .red{
  color: #c00;
}
#mainvisual p{
  font-size: 220%;
}
#mainvisual .section{
  padding: 0px 0;
}
#mainvisual .container-flied {
}
#mainvisual .logo {
  margin: 0 0 30px;
}
#mainvisual .logo h1{
  margin-top: 50px;
}
#mainvisual .logo h2{
  background: url(../images/logo_bg.png) no-repeat center bottom;
  padding-bottom: 10px;
  padding-top: 10px;
}
#mainvisual .logo img {
  width: 526px;
}
#mainvisual .logo p{
  margin: 10px 0 10px 0;
   text-shadow: 0 0 7px #4195b1;
}
#mainvisual p span{
  font-size: 170%;
}
#mainvisual .txt{
  margin-top: -10px;
}
#mainvisual .txt p{
  color: #000827;
  text-shadow: 0 0 15px white;
  line-height: 2.3em;
}
#mainvisual .txt #txt01{
  font-size: 180%;
  letter-spacing: -0.05em;
}
#mainvisual .txt strong{
  font-size: 180%;
}
#mainvisual .txt #txt02{
  font-size: 180%;
  margin-top: -10px;
}
#mainvisual .btn-regist{
  font-family: none;
  font-size: 110%;
  font-family: mplus-1c-light;
}
#mainvisual .btn-regist a{
  padding: 15px 50px;
}

/*   section-01
----------------------------------------------------- */
.txt-mochi-1 {
  font-family: mplus-1c-bold;
  font-weight: normal;

  font-size: 250%;
  margin: 0 0 25px;
  line-height: 1.3;
}
.txt-mochi-2 {
  font-family: mplus-1c-bold;
  font-weight: normal;
  font-size: 200%;
  margin: 0 0 10px !important;
  line-height: 1.3;
}
.txt-mochi-3 {
  font-family: mplus-1c-bold;
  font-weight: normal;
  font-size: 250%;
  line-height: 1.3;
}
.txt-mochi-4 {
  font-family: mplus-1c-bold;
  font-weight: normal;
  font-size: 300%;
  line-height: 1.3;
}

/*   section-02
----------------------------------------------------- */
#section-02:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border: 20px solid transparent;
  border-top: 20px solid #f6f6f6;
  margin: 0 0 0 -10px;
}
#section-02 {
  background: #40A0A0 url(../images/bg_01.png) center bottom no-repeat;
  background-size: cover;
  color: #fff;
  text-shadow: 0 0 10px #000;
  padding-bottom: 0;
  overflow: hidden;
  position: relative;
}
#section-02 .ttl-sub {
  margin: 0 0 130px;
}
#section-02 img {
  margin: 0 0 -140px;
}

/*   section-03
----------------------------------------------------- */
#section-03 {
  background: url(../images/bg_02.jpg) center no-repeat;
  background-size: cover;
  color: #fff;
  padding-top: 170px;
  text-shadow: 0 0 10px #000;
}
#section-03 strong {
  border-bottom: 3px solid #fff600;
}

/*   section-04
----------------------------------------------------- */
#section-04 {
  background-image: linear-gradient(
    -45deg,
    #fafafa 50%,
    #fff 50%
  );
  background-size: cover;
  padding-bottom: 100px;
  padding: 100px 0;
}
#section-04 ul {
  font-size: 120%;
  margin-bottom: 50px;
}
#section-04 ul img {
  margin-bottom: 20px;
}

/*   section-05
----------------------------------------------------- */
#section-05 {
  background: #fff url(../images/logo_L.png) 90% 40% no-repeat;
}

.flow {
  background: #fff;
  padding: 40px;

  padding-left: 60px;
  margin: 30px 0;
}
.flow img{
  background: #fff;
  text-align: center;
    
  
}
.flow p {
  margin: 0;
}

/*   section-06
----------------------------------------------------- */
#section-06 {
  background: #339190 url(../images/bg_03.png) center bottom no-repeat;
  background-size: cover;
  color: #fff;
}
#section-06 span{
  display: block;
  margin-top: 10px;
}
#section-06 .ttl-sub {
  text-shadow: 0 0 10px #000;
}

/*   section-08
----------------------------------------------------- */
#section-08 {
  background: #339190 url(../images/bg_05.png) center bottom no-repeat;
  background-size: cover;
  color: #fff;
  padding: 10% 0;
}
#section-08 .ttl-sub {
  text-shadow: 0 0 10px #000;
  text-align: center;
}
#section-08 span{
  display: block;
  margin-top: 10px;
}
#section-airport {
  background: url(../images/bg_04.jpg) center;
  background-size: cover;
  height: 600px;
  width: 100%;
}

/*   section-09
----------------------------------------------------- */
#section-09 {
  padding: 100px 0 0 0;
  overflow: hidden;
  background: linear-gradient( -45deg, rgba(240,240,240,0) 50%, #fff 30% ), #f6f6f6;
  background-size: cover , 60% auto;
}
#inc01 {
}
#inc01 img {
  margin: -0px -300px 0 0;
  max-width: inherit;
}
/*#inc02 {
margin: -150px;
}*/
#inc02 div {
  background-color: transparent;
/*  margin: -100px 0 0;*/
}
#inc02 .col-md-7{
  float: right;
  margin-right: 93px;
}
#inc02 img {
  float: right;
  margin: -140px -165px 0;
  margin-right; 110px;
  padding-left: 0px;
  max-width: inherit;
}
@media (max-width: 1280px) {
  #inc02 img {
    margin: -40px 0 0;
  }
}
@media (max-width: 768px) {
  #inc01 img,
  #inc02 img {
    margin: 0;
    width: 100%;
  }
}

/*   section-10
----------------------------------------------------- */
#section-10 {
  padding: 100px 0 120px 0;
}
#section-10 li:nth-child(2n+3) {
  clear: both;
}

#section-10 .ttxl-sub{
  font-size: 168%;
  font-family: mplus-1c-bold;
}
#section-10 ol{
  margin-top: 40px;
}
#section-10 li{
  overflow: hidden;
  display: table;
}
#section-10 .ttl{
  overflow: hidden;
  width: 100%;

  padding-bottom: 10px;
}
#section-10 h3{
  line-height: 1.3em;
  height: 62px;
  vertical-align: bottom;
  display: table-cell;
  padding-left: 100px;
  background-size: 110%;
}
#section-10 p{
  width: 100%;

  padding: 5px 0 0px 0;
}
#section-10 li:nth-child(1) .ttl{
  background: url(../images/section10_ttl1.png) no-repeat;
}
#section-10 li:nth-child(2) .ttl{
  background: url(../images/section10_ttl1.png) no-repeat;
}
#section-10 li:nth-child(3) .ttl{
  background: url(../images/section10_ttl3.png) no-repeat;
}
#section-10 li:nth-child(4) .ttl{
  background: url(../images/section10_ttl4.png) no-repeat;
}
#section-10 li:nth-child(5) .ttl{
  background: url(../images/section10_ttl5.png) no-repeat;
}
#section-10 li:nth-child(6) .ttl{
  background: url(../images/section10_ttl6.png) no-repeat;
}
#section-10 li:nth-child(1){
  background: url(../images/section10_img.png) no-repeat;
   
}
#section-10 li:nth-child(2){
  background: url(../images/section10_img.png) no-repeat;
}
#section-10 li:nth-child(3){
  background: url(../images/section10_img3.png) no-repeat;
}
#section-10 li:nth-child(4){
  background: url(../images/section10_img4.png) no-repeat;
}
#section-10 li:nth-child(5){
  background: url(../images/section10_img5.png) no-repeat;
}
#section-10 li:nth-child(6){
  background: url(../images/section10_img6.png) no-repeat;
}


/*   section-11
----------------------------------------------------- */
#section-11 {
  background: linear-gradient(
    -45deg,
    rgba(240,240,240,0) 45%,
    #fff600 45%
  ),
  #f6f6f6;
  background-size: cover , 60% auto;
  overflow: hidden;
  padding-bottom: 0;
    padding-top:100px;
  
}
#ipad img {
  right: 0;
  margin: -50px -187px;
  float: right;
}

#qrcord img {
  float: center;
  margin-right: 0px;
}

/*   section-12
----------------------------------------------------- */
#section-12 .container{
  text-align: left;
  background: url(../images/percent.png) no-repeat right;
}
/*   section-13
----------------------------------------------------- */
#section-13 {
  background: linear-gradient( -45deg, rgba(240,240,240,0) 50%, #fff 30% ), #f6f6f6;
  background-size: cover , 60% auto;
  padding-top: 50px;
  padding-bottom: 50px;
}
#section-13 .col-md-8{
  float: right;
  padding-top: 45px;
}

#line img {
  text-align: center;
  float: center;
  padding-top: -0px;
  margin-top: -10px;
  padding-bottom: 0px;
  padding-left: 230px;
  padding-right: 250px;
    
}

/*   section-13
----------------------------------------------------- */
#day-8minute {
  text-align: center;
  font-size: 400%;
  line-height: 1;
  border: solid 4px #000;
  border-radius: 200px;
  padding: 50px;
  margin: 0px 0 0;
  margin-right: -90px;
  margin-left: 50px;
  
}
#day-8minute span {
  display: block;
  border-bottom: 4px solid #000;
  padding: 0 0 13px;
  
    

}

/*   section-14
----------------------------------------------------- */
#section-14{
  background: #339190 url(../images/bg_07.png) center bottom no-repeat;
  background-size: cover;
  color: #fff;
  padding: 10% 0;
}

/*   section-15
----------------------------------------------------- */
#section-15{
  position: relative;
  text-align: center;  
}
#section-15:after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 123px;
    background: url(../images/bg_parts01.png) 50% 0 no-repeat;
    background-size: cover;
    z-index: 5;
}

/*   section-16
----------------------------------------------------- */
#section-16{
  background: #f6f6f6 url(../images/faq_bg.png) right 115px top 250px no-repeat; 
}

/*   section-17
----------------------------------------------------- */
#regist {
  padding: 5% 0 5%;
  position: relative; 
  background: url(../images/mainvisual02.png) center no-repeat;
  background-size: cover;
  opacity: 0.9;

  
}
#regist h2{
  color: #fff;
  text-align: center;
  font-size: 182%;
  margin-bottom: 20px;
}
#regist #regist_bgLayer{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -10000;
  background: #0085ca;
  opacity: 0.6;
  
}
#regist p {
    color: #fff;
    line-height: 1.5em;
    margin-top: 10px;
}

/*   company
----------------------------------------------------- */


  #company .container{
     padding: 5% 110px 10% 110px;
  }
  #company dl{
    position: relative;
    border-bottom: 1px black;
  }

  #company dd{
    padding-left:  190px;
    display: block;
  }


#company {
  font-size: 105%;
  padding:0px 0 10px;
  text-align: center;
  background: #ddd;
  text-align: left;
    padding: 0;
}


#company2 {
  font-size: 70%;
  padding-bottom: 7px;
  text-align: center;
  background: #ddd;
  text-align: left;

}


#company dt {
  padding-right: 10px;
  font-family: mplus-1c-bold;
  position: absolute;
  font-weight: bold;
}
#company dt,
#company dd {
  display: inline;
}
#company .btn_fb a{
  line-height: 1;
  margin: 0 0 0 5px;
  width: 13px;
  display: inline-block;
}
#company .btn_fb img{
  width: 100%;
}
#company .btn_fb a:hover {
  text-decoration: none;
  opacity: .6;
}
footer {
  padding: 20px;
  background: #C60000;
  font-size: 77%;
  text-align: center;
  color: #fff;
}


/*    media
----------------------------------------------------------------------------------------------------------------------------------------- */

@media (max-width: 768px) {
  .inner {
    padding: 50px 0;
  }
  .section-ttl {
    margin: 0 0 0.8em;
    font-size: 220%;
  }
  .ttl-sub {
    font-size: 116%;
    margin: 20px 0 10px;
  }
    
  .ttl-sub2 {
    font-size: 106%;
    margin: 20px 0 10px;
  }
    
    
  #free {
    background: #fff url(../images/sns.png) bottom 3% right no-repeat;
    background-size: 96%;
    padding-bottom: 65%;
  }
  #goods {
    background: url(../images/tshirt.jpg) bottom 3% left no-repeat;
    background-size: 96%;
    padding-bottom: 65%;
  }

}

@media (max-width: 768px) {
  body {
    line-height:1.6;
  }

  /* 共通 */
  .inner {
    padding:30px 0;
  }
  .section-ttl {
    margin: 0 0 15px;
    font-size: 131%;
    font-weight:bold;
  }
    
    
  .section-ttl2 {
    margin: 0 0 15px;
    font-size: 131%;
    font-weight: bold;
    color: red;
    margin-bottom: -40px;
  }
    
    
    
  .section{
    padding: 10% 0px;
  }
  .btn-regist a{
    padding: 15px 25px;
    font-size: 116%;
  }
  .btn-regist span{
    font-size: 86%;
  }
  .flow{
    padding: 5px;
    padding-top: 25px;
    padding-bottom: 20px;
    margin: 30px 0;
  }
  .sp{
    display: block;
  }
  .pc{
    display: none;
  }
  .btn-regist a{
    width: 100%;
  }
  .btn-regist-group li:not(:first-child){
    padding-left: 0;
  }
  /* header */
  #logo {
    font-size: 131%;
  }
  header #gNav {
    padding: 8px 8px 8px 12px;
    background: rgba(255,255,255,0.8);
    position: fixed;
    width: 100%;
    z-index: 100;
  }
  .pcMenu {display: none;}
  #spMenu { display: block;}

  #spMenu .fa-bars {
    background: #333;
    color: #fff;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
  }
  #mainvisual {
    padding-top: 80px;
    background-size: 150%;
    background-position: center;
  }
  #mainvisual .container-flied{
    box-sizing: border-box;
    padding: 0% 10px;
  }
  #mainvisual p{
    font-size: 4.375vw; 
    text-shadow: 0 0 7px #4195b1;
  }
  #mainvisual p span{
    font-size: 7.975vw; 
  }
  #mainvisual .logo{
    margin: 0 0 10px;
  }
  #mainvisual .logo p{
    margin-bottom: 0;
    font-size: 5.175vw; 
  }
  #mainvisual .logo h1{
    width: 80%;
    margin: 0 auto;
  }
  #mainvisual .logo h2{
    margin-top: -15px;
    background-size: 100%;
  }
  #mainvisual .logo img{
    width: 100%;
    margin: 10px 0 20px;
  }
  #mainvisual .ttl-sub br {
    display: inline;
  }
  #mainvisual .txt p{
    line-height: 1.6em;
    margin-top: 20px;
  }
  #mainvisual .txt strong {
    font-size: 120%;
  }
  #mainvisual .txt #txt01{
    display: block;
    margin-top: 5px;
  }
  #mainvisual .txt #txt02 {
    font-size: 81%;
    margin-top: -10px;
  }
  #mainvisual .btn-regist a{
    padding: 15px 0;
    width: 100%;
  }

  /* section-01 */
  #section-01{
    box-sizing: border-box;
    padding: 10% 10px;
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .txt-mochi-1,
  .txt-mochi-3{
    font-size: 132%;
    margin-bottom: 10px;
    
  }
  .txt-mochi-2{
    font-size: 116%;
  }
  .txt-mochi-4{
    font-size: 146.5%;
  }
  #section-01 small br{
    display: none;
  }
  
  /* sectino-02 */
  #section-02 .ttl-sub{
    margin: 0 0 15px;
    text-align: left;
  }
  #section-02 p br{
    display: none;
  }
  #section-02 img{
    margin: 0 0 -65px;
  }

  /* section-03 */
  #section-03{
    background-position: left;
  }
  #section-03 h3{
    text-align: left;
  }
  #section-03 p{
    font-size: 86%;
    text-align: left;
  }
  #section-03 .row{
    background: rgba(0,0,0,.5);
    padding: 0 0 30px 0;
    margin-top: -90px;
  }
  
  /* section-04 */
  #section-04{
    padding: 10% 10px;
  }
  #section-04 ul img{
    margin: 10px 0 10px 0;
  }
  #section-04 li{
    font-size: 100%;
  }
  #section-04 img{
    width: 90%;
  }

  /* section-05 */
  #section-05 {
    -webkit-background-size: 90%;
    background-size: 90%;
    background-position: right 5% top 7%;
  }
  
  /* section-06 */
  #section-06 p.ttl-sub{
    text-align: left;
  }
  #section-06 br{
    display: none;
  }

  /* section-08 */
  #section-08{
    box-sizing: border-box;
    padding: 10% 10px;
  }
  #section-08 .ttl-sub{
    text-align: left;
  }

  /* #section-airport */
  #section-airport{
    height: 200px;
    max-width: 100%;
  }
  
  /* section-09 */
  #section-09{
    padding: 10% 10px;
  }
  #section-09 #inc01 img,
  #section-09 #inc02 img{
  }
  #section-09 .box{
    padding: 1px 15px 15px;
    margin-bottom: 30px;
  }
  #section-09 .col-md-7{
    margin: 0 0 20px 0;
  }

  /* section-10 */
  #section-10{
    padding: 10% 0px;
  }
  #section-10 li{
    padding: 0;
    margin-top: -0px;
  }
    
  
  #section-10 .ttl{
    width: 100%;
  }
  #section-10 h3{
    padding: 5px 0 0 0;
    padding-top: 50px;
  }
  #section-10 li:nth-child(1) .ttl{
  background: url(../images/section10_ttl1_sp.png) no-repeat;
  }
  #section-10 li:nth-child(2) .ttl{
    background: url(../images/section10_ttl2_sp.png) no-repeat;
  }
  #section-10 li:nth-child(3) .ttl{
    background: url(../images/section10_ttl3_sp.png) no-repeat;
  }
  #section-10 li:nth-child(4) .ttl{
    background: url(../images/section10_ttl4_sp.png) no-repeat;
  }
  #section-10 li:nth-child(5) .ttl{
    background: url(../images/section10_ttl5_sp.png) no-repeat;
  }
  #section-10 li:nth-child(6) .ttl{
    background: url(../images/section10_ttl6_sp.png) no-repeat;
  }
  #section-10 li:nth-child(1) .ttl,
  #section-10 li:nth-child(2) .ttl,
  #section-10 li:nth-child(3) .ttl,
  #section-10 li:nth-child(4) .ttl,
  #section-10 li:nth-child(5) .ttl,
  #section-10 li:nth-child(6) .ttl{
    background-size: 80px;
  }
 #section-10 li:nth-child(1),
 #section-10 li:nth-child(2),
 #section-10 li:nth-child(3),
 #section-10 li:nth-child(4),
 #section-10 li:nth-child(5),
 #section-10 li:nth-child(6){
    background-position: top 0 right 0;
    background-size: 50%;
  }
  #section-10 p{
    width: 100%;
  }
  #section-10 .ttl-sub{
    font-size: 131%;
  }

  /* section-11 */
  #section-11 img{
    margin: 0;
    margin-right: -0px;
  }

  /* section-12 */
  #section-12{
    padding: 10% 10px;
  }
  #section-12 ul{
    text-align: left;
    margin: 0;
    font-size: 100%;
  }
  #section-12 .container{
    background: none;
  }


/*   section-13
----------------------------------------------------- */
#section-13 {
  background: linear-gradient( -45deg, rgba(240,240,240,0) 50%, #fff 30% ), #f6f6f6;
  background-size: cover , 60% auto;
  padding-top: 50px;
  padding-bottom: 0px;
}
#section-13 .col-md-8{
  float: right;
  padding-top: 0px;
}
    
#line img {
  text-align: center;
　　float: center;
  margin-top: -20px;
  padding-left: 00px;
  padding-right: 00px;
  padding-right: 0px;
    
}
    
/*   section-13
----------------------------------------------------- */

    
  /* section-13 */
  #section-13 #day-8minute{
    text-align: center;
  font-size: 400%;
  line-height: 1;
  border: solid 4px #000;
  border-radius: 1900px;
  padding:15px;
  margin: 0px 0 0;
  margin-top: 220px;
  margin-bottom: 40px;
  margin-right: 60px;
  margin-left: 60px;
  }
    
    
    
#day-8minute span {
  display: block;
  border-bottom: 4px solid #000;
  padding: 0 0 13px;
  
    

}
    

  
  /* section-14 */
  #section-14 p{
    font-size: 86%;
  }
  
  /* section-15 */
  #section-15{
    background: rgba(255,255,255,.5);
  }
  #section-15 p.lft{
    text-align: left;
  }
  #section-15 ul{
    display: block;
  }
  #section-15 li{
    display: block;
    width: 100%;
  }
  #section-15 .btn-regist a {
    padding: 15px 15px;
    font-size: 116%;
  }
  #section-15 .btn-regist br{
    display: none;
  }
  #section-15 .btn-regist p{
    margin-top: 10px;
  }
  
  /* section-16 */
  #section-16{
    background-size: 60%;
    background-position: top 0 right 20px;
  }
  #section-16 dd{
    color: #555;
  }

  /* regist */
  #regist{
    padding: 30px 0;
  }
  #regist h2{
    font-size: 131%;
    width: 90%;
    margin: 0 auto;
  }
  #regist ul{
    display: block;
  }
  #regist li{
    display: block;
    width: 100%;
  }
  #regist .btn-regist a {
    padding: 15px 0;
    width: 90%;
    font-size: 116%;
  }
  #regist .btn-regist br{
    display: none;
  }
  #regist .btn-regist p{
    margin-top: 10px;
    box-sizing: border-box;
    padding: 0 10px;
  }

  /* article */
  #plan {
    background: url(../images/bg_02_sp.jpg) center center / cover no-repeat;
  }
  #price .fee {
    font-size: 200%;
    line-height: 155px;
    height: 160px;
    width: 160px;
  }
  #function table th, #function table td {
    padding: 5px 10px;
    font-size: 100%;
    font-weight: normal;
  }
  #function th.premium,
  #function th.free {
    padding:5px;
  }

  #price .col-sm-1,
  #price .col-sm-3,
  #price .col-sm-8 {
    display: block;
  }
  #price .col-sm-1 {
    padding-top: 10px;
  }
  #special strong {
    font-size:220%;
    line-height: 155px;
    height: 160px;
    width: 160px;
  }
  #special .col-sm-4 {
    margin-bottom: 30px;
    font-size: 93%;
    padding: 0;
  }
  #special .mgnBtm50 {
    margin-bottom:0;
  }
  #contact  #formyForm {width: auto;}
  #contact #formyForm th,
  #contact #formyForm td {
    display: block;
    width: auto;
  }
  #contact #formyForm th {
    border-bottom:none;
    padding-bottom: 0;
    width:100%;
    font-size:93%;
    padding:10px 20px 0; 
  }
  #contact #formyForm td {
    padding:5px 20px 10px;
  }
  #contact #formy_btn input {
    width: 100%;
    background-size: contain;
    background-position: center;
  }
  #contact #total_required{
    display: block;
    position: relative;
    top: 0;
    right: 0;
    text-align: center;
    }
  /* company */
  #company{
    text-align: left;
    padding: 0;
    font-size: 95%;
  }
    
　　#company2 h2{
    padding-bottom: 20px;
    font-size: 20%;
  }
    
  #company .container{
     padding: 5% 10px 10% 10px;
  }
  #company dl{
    position: relative;
  }
  #company dt{
    padding-top: 10px;
    position: absolute;
  }
  #company dd{
    padding-left: 0px;
    display: block;
    padding-top: 12px;

  }
  /* footer */
  footer {
    padding: 30px 5%;
    font-size: 85%;
    line-height: 1.6;
  }
  
  #policy,
  #thanks {
    padding-top: 40px;
  }
  #thanks .tCtr {
    text-align: left;
  }
}


/*
10px = 77%
11px = 85%
12px = 93%
13px = 100%
14px = 108%
15px = 116%
16px = 123.1%
17px = 131%
18px = 138.5%
19px = 146.5%
20px = 153.9%
21px = 161.6%
22px = 167%
23px = 174%
24px = 182%
25px = 189%
26px = 197%
*/
