/*
Theme Name: Anshinkun
Theme URI:
Description:
Version: 1.4
Author:
Author URI:
*/
@charset "UTF-8";
/* ---------------------------------------------
  MODULE
--------------------------------------------- */
@media(max-width:768px){
  .is-PC{
    display: none!important;
  }
  .is-SP{
    display: initial;
  }
}
@media(min-width:769px){
  .is-PC{
    display: initial;
  }
  .is-SP{
    display: none!important;
  }
}
.flex-box{
  display: flex;
}
@media(max-width:768px){
  .flex-box-PC{
    display:initial;
    font-size:13px;
  }
}
@media(min-width:769px){
  .flex-box-PC{
    display: flex;
    justify-content: space-between;
  }
}
@media(max-width:768px){
  .title{
    color:  #333333;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 6px;
    border-bottom-style:solid;
    border-bottom-width:5px;
    line-height: 1;
    display: inline-block;
    width:  100%;
  }
  .sub{
    margin-top: 16px;
    font-size: 16px;
    padding: 0 12px;;
  }
}
@media(min-width:769px){
  .title{
    color:  #333333;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 6px;
    border-bottom-style:solid;
    border-bottom-width:7px;
    line-height: 1;
    display: inline-block;
  }
  .sub{
    margin-top: 21px;
  }
}
/* ---------------------------------------------
  REGULATE
--------------------------------------------- */
body {
  font-family:Meiryo , -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 18px;
  color:#333333;
  line-height: 1.4;
  /*background:url("/bg.jpg") center -690px no-repeat;*/
}
main{
  display: block;
}
@media(max-width:768px){
  .content-box{
    width:100%;
  }
}
@media(min-width:769px){
  .content-box{
    max-width: 1000px;
    margin:0 auto;
  }
}
/* ---------------------------------------------
  LAYOUT
--------------------------------------------- */
/* ---------------------------------------------
  - HEADER
--------------------------------------------- */
@media(min-width:769px){
  header{
    height: 106px;
    background: #79d1b0;
    transition:height;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
  }
}

@media(max-width:768px){
  header h1{
    padding: 12px;
    width:100%;
    box-sizing: border-box;
    /*border-bottom: 1px solid #ccc;*/
  }
  header h1 img{
    width:50%;
  }
}
@media(min-width:769px){
  header h1{
    padding: 31px 0 31px;
    width: 200px;
  }
}
header img{
  max-width: 100%;
  height: auto;
}
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: absolute;
  width: 36px;
  height: 28px;
  display: inline-block;
  top: 18px;
  right: 12px;
  z-index: 2;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #ccc;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 12px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
@media(max-width:768px){
  header nav{
    box-sizing: border-box;
    background-color: #262626;
    height:0;
    overflow: hidden;
    transition:height;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
  }
  header nav ul{
    padding:12px 0;
  }
  header nav.open{
    height:360px;
  }
  header nav li a{
    display: block;
    height: 55px;
    line-height: 55px;
    padding:0 12px;
    font-size: 13px;
    color:#bbb;
    text-decoration: none;
    border-bottom: solid 1px #333;
  }
}
@media(min-width:769px){
  header nav{
    padding:  31px 0 31px;
    margin-left:  auto;
  }
  header nav ul{
    display: flex;
    justify-content: space-around;
    position: relative;
    z-index: 10;
  }
  header nav li a{
    padding:0 19px;
    display: block;
    color:  #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
  }
  header nav li:first-child a{
    padding-left: 0;
  }
  header nav li:last-child a{
    padding-right: 0;
  }
}
@media(min-width:769px){
  header.is-fixed{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    background:#fff;
    border-bottom: solid 1px #ccc;
  }
  header.is-fixed h1,
  header.is-fixed nav{
    padding-top: 5px;
    padding-bottom: 5px;
  }
  header.is-fixed{
    height: 55px;
  }
  header.is-fixed nav a{
    color:#666;
  }
}
@media(min-width:769px ) and (max-width: 980px){
  header nav{
    margin-left: 0;
    margin-right: 0;
    flex: 1;
  }
  header nav a{
    padding:0!important;
  }
}
/* ---------------------------------------------
  - FOOTER
--------------------------------------------- */
@media(max-width:768px){
  .content-top{
    display: none;
  }
  footer .content-bottom{
    background-color: #40a5ae;
  }
  footer .box-left.flex-box{
    justify-content: space-around;
    padding-top: 12px;
    padding-bottom: 12px;

  }
  footer .content-bottom h3 a,
  footer .content-bottom li a{
    color:  #fed853;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    text-align: left;
    text-decoration: none;
    padding-left: 0;
  }
  footer .content-bottom li{
    margin-bottom: 0.8em;
  }
  footer .content-bottom li:first-child a{
    padding-left: 0;
  }
  footer .content-bottom h3{
  }
  footer .content-bottom ul{
    justify-content: space-around;
  }
  footer .box-right.flex-box{
    padding: 0 12px;
    justify-content: space-around;
    color:#fff;
    margin-bottom: 16px;
  }
  footer .box-right.flex-box p{
    padding-right: 4px;
  }
  footer .box-right.flex-box img{
    height: 82px;
  }
  .copyright{
    text-align: center;
    color: #fff;
    font-weight: bold;
    background-color: #aaa;
    padding: 20px 0;
    font-size: 13px;
  }
  footer .content-bottom ul.small-menu li {
    text-align: center;
  }
  footer .content-bottom ul.small-menu li a {
    background: none;
    color: #FFF;
  }
}
@media(min-width:769px){
  footer .content-top{
    background-color: #5ebaba;
  }
  footer .content-top ul{
    display: flex;
    justify-content: space-between;
  }
  footer .content-top li a{
    line-height: 48px;
    color:  #ffffff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    padding-top: 3px;
  }
  footer .content-bottom{
    background-color: #40a5ae;
  }
  footer .content-bottom .box-left{
    padding-top: 26px;
  }
  footer .content-bottom h3 a,
  footer .content-bottom li a{
    color:  #fed853;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-align: left;
    text-decoration: none;
  }
  footer .content-bottom h3{
    margin: 0 56px 0 49px;
    padding-left: 29px;
    background:url("images/footer/icon_campany.png") no-repeat left top;
  }
  _::-webkit-full-page-media, _:future, :root footer .content-bottom h3{
    margin-right: 30px;
  }
  footer .content-bottom ul{
    padding-top: -5px;
  }
  footer .content-bottom ul li a{
    background:url("images/footer/icon_list.png") no-repeat left center;
    padding-left: 21px;
    display: inline-block;
  }
  footer .content-bottom ul li:first-child{
    margin-right: 45px;
  }
  footer .content-bottom .box-right{
    padding-top: 10px;
  }
  footer .content-bottom .box-right p{
    color:  #ffffff;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    padding-top: 13px;
  }
  footer .content-bottom .box-right img{
    display: block;
    margin-left: 12px;
    padding-top: 3px;
    padding-bottom: 19px;
  }
  footer .copyright{
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    padding: 17px 0 9px;
  }
  footer .content-bottom ul.small-menu {
    padding-top: 0;
    display: flex;
    justify-content: center;

  }
  footer .content-bottom ul.small-menu li a {
    background: none;
    margin: 17px 15px 0 15px;
    padding-left: 0;
    color: #FFF;
    font-weight: 300;
    font-size: 14px;
  }
  footer .content-bottom ul.small-menu li:first-child {
    margin-right: 0;
}
}

/* ---------------------------------------------
  - #MAIN
--------------------------------------------- */
@media(min-width:769px){

}
main{
  width:100%;
  box-sizing: border-box;
  padding-bottom: 61px;
  background-size: 100%;
  background:url(images/main/bg_main.png) no-repeat center bottom;
}
@media(max-width:768px){
  .main-box{
    background: #79d1b0;
    padding-top: 25px;
  }
  .main-box .box-left{
    position: relative;
    width: 100%;
  }
  .main-box .box-left img{
    display: inline-block;
    max-width: 130%;
    height: auto;
    margin-left: -37%;;;
  }
  .main-box .box-right{
    padding: 0 12px 24px;
  }
  .main-box .box-right h2{
    margin:24px auto;
  }
  .main-box .box-right h2 img{
    width:100%;
    height: auto;
  }
  .main-box .box-right p{
    margin: 19px auto 0;
    color:  #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.7;
    max-width: 440px;
    letter-spacing: -0.3px
  }
  .main-box .box-right p mark{
    color:  #f34f43;
    background:none;
  }
  .main-box .box-right a.btn-check{
    display: block;
    outline:none;
    box-sizing: border-box;
    border-radius: 10px;
    border:solid 1px #ffae45;
    width: 100%;
    height: 48px;
    color:  #ffffff;
    font-size: 18px;
    font-weight: 700;
    padding-left: 6px;
    text-align: center;
    background:url(images/icon/check.png) 31px center no-repeat #ffae45;
    line-height: 48px;
    text-decoration:  none;
    margin:  16px auto 0;
  }
  .main-box .box-right p.btm-text{
    text-align: center;
    margin: 15px auto 0;
    letter-spacing: 0;
    padding-left: 10px;
  }
}
@media(min-width:769px){
  .main-box{
    margin:0 auto;
    padding-top: 25px;
    display: flex;
    background: #79d1b0;
    padding-bottom: 150px;
  }
  .main-box .box-left ,
  .main-box .box-right {
    width:50%;
  }
  .main-box .box-left{
    position: relative;
  }
  .main-box .box-left img{
    position: absolute;
    padding-right: 15px;
    display: inline-block;
    right:0;
    top: -88px;
  }
  .main-box .box-right{
    max-width: 435px;
    padding-left: 61px;
    padding-bottom: 42px;
  }
  .main-box .box-right h2{
    max-width: 432px;
    margin:24px auto 0;
  }
  .main-box .box-right h2 img{
    width:100%;
    height: auto;
    vertical-align: top;
  }
  .main-box .box-right p{
    margin: 16px auto 0;
    color:  #ffffff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    max-width: 440px;
    letter-spacing: -0.3px
  }
  .main-box .box-right p mark{
    color:  #f34f43;
    background:none;
  }
  .main-box .box-right a.btn-check{
    margin: 34px auto 0;
    display: block;
    outline:none;
    box-sizing: border-box;
    border-radius: 10px;
    border:solid 1px #ffae45;
    width: 380px;
    height: 55px;
    color:  #ffffff;
    font-size: 24px;
    font-weight: 700;
    padding-left: 6px;
    text-align: center;
    background:url(images/icon/check.png) 31px center no-repeat #ffae45;
    line-height: 55px;
    text-decoration:  none;
  }
  .main-box .box-right p.btm-text{
    text-align: center;
    margin: 15px auto 0;
    letter-spacing: 0;
    padding-left: 10px;
  }
}




/* ---------------------------------------------
  - #CAMPAIGN
--------------------------------------------- */
@media(max-width: 768px){
  #campaign{
    margin: 52px auto 60px;
    padding:0 12px;
  }
  #campaign h3 img{
    max-width: 100%;
    height: auto;
  }
  .campainInfo01{
    text-align: center;
    position: relative;
  }
  .campainInfo01 .txt-limit{
    color:  #5ebaba;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    padding-bottom: 2px;
    top:44px;
    position:  absolute;
    width:  80%;
    text-align:  center;
    left:  50%;
    margin-left:-40%;
  }
  .campainInfo01 .txt-benefits{
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    margin-top: 4px;
    margin-bottom: 12px;
	width: 100%;
	position: absolute;
	top: 80px;
  }
  .campainInfo01 .txt-benefits red{
    color: #f34f43;
  }
  .campainInfo01::after{
    content:"";
    width:60px;
    height: 17px;
    display: block;
    margin:23px auto 27px;
  }
  .campainInfo02{
    position: relative;
    box-sizing: border-box;
    margin: 0 auto;
  }
  .campainInfo02:before,
  .campainInfo02:after{
    content:"";
    background-image:url(images/campaign/boder_content.png);
    background-repeat: no-repeat;
    background-position: left top;
    width:100%;
    height: 7px;
    display: block;
    position: absolute;
    left:0;
  }
  .campainInfo02:before{
    top:0;
  }
  .campainInfo02:after{
    background-position: left bottom;
    bottom:-30px;
  }
  .campainInfo02 .box-left{
    padding-top: 30px;
  }
  .campainInfo02 .box-left h3{
    height: 50px;
    box-sizing: border-box;
    line-height: 1;
    color:  #ffffff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    background-color:  #5ebaba;
    padding: 17px 0;
    max-width: 521px;
    position: relative;
  }
  .campainInfo02 .box-left h3 strong{
    color:#fed853;
  }
  .campainInfo02 .box-left h3:after{
    content: url("images/title_bottom.png");
    position: absolute;
    top:100%;
    left:50%;
    margin-top: -10px;
    z-index: -1;
    display:inline-block;
    margin-left: -18px;
  }
  .campainInfo02 .box-left p{
    margin-top: 36px;
    font-size: 16px;
    font-weight: 700;
    line-height: 34px;
    text-align: center;
  }
  .campainInfo02 .box-right{
  }
  .campainInfo02 .box-right h3{
    color:  #f34f43;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    margin: 22px 0 12px;
  }
  .campainInfo02 .box-right p{
    background:url("images/campaign/allow_off.png") no-repeat center top;
    padding:24px 0 37px;
    color:  #ffffff;
    font-size: 72px;
    font-weight: 700;
    line-height: 36px;
    text-align: center;
  }
  .campainInfo02 .box-right p .off01{
    font-size: 48px;
    font-weight: 700;
  }
  .campainInfo02 .box-right p .off02{
    font-size: 36px;
    font-weight: 700;
  }
}
@media(min-width:769px){
  #campaign{
  }
  #campaign .content-box{
    margin: 52px auto 0;
    padding-bottom: 60px;
  }
  .campainInfo01{
    text-align: center;
    position: relative;
  }
  .campainInfo01 .txt-limit{
    position: absolute;
    color:  #5ebaba;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    min-width: 340px;
    padding-bottom: 2px;
    border-bottom:solid 7px #5ebaba;
    top:70px;
    left:50%;
    margin-left: -170px;
  }
  .campainInfo01 .txt-benefits{
    font-weight: 400;
	font-size: 22px;
    line-height: 24px;
    text-align: center;
    width:100%;
    position: absolute;
    top:100px;
    text-align: center;
  }
  .campainInfo01 .txt-benefits strong{
    font-size: 30px;
  }
  .campainInfo01 .txt-benefits red{
    color: #f34f43;
  }
  .campainInfo02{
    padding: 41px 33px 39px 33px;
    position: relative;
    box-sizing: border-box;
    max-width: 849px;
    margin: 0 auto;
    display: flex;
  }
  .campainInfo02:before,
  .campainInfo02:after{
    content:"";
    background-image:url(images/campaign/boder_content.png);
    background-repeat: no-repeat;
    background-position: left top;
    width:100%;
    height: 7px;
    display: block;
    position: absolute;
    left:0;
  }
  .campainInfo02:before{
    top:0;
  }
  .campainInfo02:after{
    background-position: left bottom;
    bottom:0;
  }
  .campainInfo02 .box-left{
    min-width: 521px;
  }
  .campainInfo02 .box-left h3{
    height: 61px;
    box-sizing: border-box;
    line-height: 1;
    color:  #ffffff;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    background-color:  #5ebaba;
    padding: 17px 0;
    max-width: 521px;
    position: relative;
  }
  .campainInfo02 .box-left h3 strong{
    color:#fed853;
  }
  .campainInfo02 .box-left h3:after{
    content: url("images/title_bottom.png");
    position: absolute;
    top:100%;
    left:169px;
    margin-top: -10px;
    z-index: -1;
    display:inline-block;
  }
  .campainInfo02 .box-left p{
    margin-top: 36px;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    text-align: left;
    padding-left: 17px;
  }
  .campainInfo02 .box-right{
    min-width: 247px;
    padding-left: 6px;
  }
  .campainInfo02 .box-right h3{
    color:  #f34f43;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    margin: 22px 0 12px;
  }
  .campainInfo02 .box-right p{
    background:url("images/campaign/allow_off.png") no-repeat center top;
    padding:24px 0 37px;
    color:  #ffffff;
    font-size: 72px;
    font-weight: 700;
    line-height: 36px;
    text-align: center;
  }
  .campainInfo02 .box-right p .off01{
    font-size: 48px;
    font-weight: 700;
  }
  .campainInfo02 .box-right p .off02{
    font-size: 36px;
    font-weight: 700;
  }
}

/* ---------------------------------------------
  - #NEWS
--------------------------------------------- */
@media(max-width: 768px){
  #news{
    padding: 56px 0 60px;
    background: #f1f1f1;
  }
  #news .content-box{
    text-align: center;
    padding: 0 12px;
    box-sizing: border-box;
  }
  #news h3{
    border-radius: 50%;
    background-color:#5ebaba;
    color:  #f1f1f1;
    width: 128px;
    height: 128px;
    font-size: 30px;
    font-weight: 700;
    line-height: 128px;
    text-align: center;
    margin: 0 auto 30px;
  }
  #news ol li{
    margin-top: 12px;
  }
  #news ol li:first-child{
    margin-top: 0;
  }
  #news ol li a{
    text-decoration:underline;
    color:  #5ebaba;
    font-size: 16px;
    font-weight: 700;
    color:  #333333;
    font-weight: 400;
    text-align:center;
    display:block;
  }
  #news li time{
    color:  #5ebaba;
    font-weight: 700;
    display:  block;
    text-align:  left;
  }
}
@media(min-width: 769px){
  #news{
    margin-top: -56px;
    padding-top: 56px;
  }
  #news .bg-box{
    background: #f1f1f1;
  }
  #news .content-box{
    display: flex;
    box-sizing: border-box;
    padding-top:56px;
    padding-bottom:60px;
  }
  #news h3{
    border-radius: 50%;
    background-color:#5ebaba;
    color:  #f1f1f1;
    width: 128px;
    height: 128px;
    font-size: 30px;
    font-weight: 700;
    line-height: 128px;
    text-align: center;
    margin-right: 126px;
  }
  #news ol li{
    margin-top: 16px;
  }
  #news ol li:first-child{
    margin-top: 0;
  }
  #news ol li a{
    text-decoration:underline;
    color:  #5ebaba;
    font-size: 18px;
    font-weight: 700;
    color:  #333333;
    font-weight: 400;
  }
  #news li time{
    color:  #5ebaba;
    font-weight: 700;
    padding-right: 31px;
  }
}
/* ---------------------------------------------
  - FUNCTION
--------------------------------------------- */
@media(max-width: 768px){
  #function .content-box{
    padding: 64px 0 16px;
    text-align: center;
  }
  #function .title{
    border-bottom-color:#79d1b0;
  }
  #function ul{
    margin-top: 40px;
    padding: 0 12px;
    /* justify-content: space-between; */;
  }
  #function ul li{
    margin-bottom: 24px;
  }
  #function li figure{
    display: flex;
    align-items: center;
  }
  #function li figure img{
    max-width: 120px;
    max-height: 120px;
    margin-right: 24px;
  }
  #function li figcaption{
    margin-top: 16px;
    color:  #79d1b0;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
  }
  #function li p{
    margin-top: 10px;
    color:  #333333;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
  }
}
@media(min-width: 769px){
  #function{
    margin-top: -56px;
    padding-top: 56px;
  }
  #function .content-box{
    padding: 144px 0 16px;
    text-align: center;
  }
  #function .title{
    padding-left:143px;
    padding-right:143px;
    border-bottom-color:#79d1b0;
  }
  #function ul{
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    justify-content: space-between;
  }
  #function ul li{
    width:calc(100% / 3);
    max-width: 270px;
    margin-bottom: 53px;
    position:relative;
  }
  #function ul li:nth-child(4){
    margin-left: 160px;
  }
  #function ul li:nth-child(5){
    margin-right: 160px;
  }
  _::-webkit-full-page-media, _:future, :root   #function ul li:nth-child(5){
    margin-right: 159px;
  }
  #function li figure img{
    max-width: 175px;
    max-height: 175px;
  }
  #function li figcaption{
    margin-top: 19px;
    color:  #79d1b0;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
  }
  #function li p{
    margin-top: 10px;
    color:  #333333;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
  }
}
/* ---------------------------------------------
  - SECURITY
--------------------------------------------- */
@media(max-width: 768px){
  #security .content-box{
    padding: 64px 0 16px;
    text-align: center;
  }
  #security .title{
    border-bottom-color:#79d1b0;
  }
  #security ul{
    margin-top: 40px;
    padding: 0 12px;
    /* justify-content: space-between; */;
  }
  #security ul li{
    margin-bottom: 24px;
  }
  #security ul li:nth-child(4){
  }
  #security ul li:nth-child(5){
  }
  #security li figure{
    display: flex;
    align-items: center;
  }
  #security li figure img{
    max-width: 120px;
    max-height: 120px;
    margin-right: 24px;
  }
  #security li figcaption{
    margin-top: 16px;
    color:  #79d1b0;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
  }
  #security li p{
    margin-top: 10px;
    color:  #333333;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
  }
}
@media(min-width: 769px){
  #security .content-box{
    text-align: center;
    margin-top: -56px;
    padding-top: 56px;
  }
  #security .content-box{
    padding: 80px 0 16px;
  }
  #security .title{
    padding-left:43px;
    padding-right:43px;
    border-bottom-color:#5ebaba;
  }
  #security ul{
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    margin:40px auto 0;
    justify-content: space-between;
  }
  #security ul li{
    width:calc(100% / 3);
    max-width: 270px;
    margin-bottom: 53px;
  }
  #security ul li:nth-child(odd){
    margin-left: 160px;
  }
  #security ul li:nth-child(even){
    margin-right: 160px;
  }
  #security li figure img{
    max-width: 175px;
    max-height: 175px;
  }
  #security li figcaption{
    margin-top: 19px;
    color:  #5ebaba;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
  }
  #security li p{
    margin-top: 10px;
    color:  #333333;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
  }
}
/* ---------------------------------------------
  - PLAN
--------------------------------------------- */
@media(max-width:768px){
  #plan .plan-box{
    padding: 78px 0 0;
    text-align: center;
  }
  #plan .title{
    border-bottom-color:#fed853;
  }
  #plan .sub strong{
    color:#f34f43;
  }
  #plan .tabs{
    margin-top: 45px;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  #plan .tabs li{
    width: 50%;

  }
  #plan .tabs a{
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    display: block;
    border-radius: 10px 10px 0 0;
    border-style: solid;
    border-width: 2px;
    border-color:  #e7e7e7;
    box-sizing: border-box;
    text-align: center;
    width: 100%;
  }
  #plan .tabs .text-en{
    display: none;
  }
  #plan .tabs .text-jp{
    color:  #333333;
    padding-left: 12px;
  }
  #plan .tabs .is_active {
    background-color:#e7e7e7;
  }

  #plan .tab-box{
    margin-top: -1px;
    padding-bottom: 25px;
    background-color: #e7e7e7;
  }
  #plan .tab-content {
    display: none;
    padding: 25px 0 0;

  }
  #plan .tab-content.is_show {
    margin:0 auto;
    justify-content: space-around;
    display:block;
  }
  #plan .tab-content li{
    border:1px solid #dedede;
    box-sizing: border-box;
    background-color: #fff;
    margin-bottom:24px;
  }
  #plan .tab-content li:first-child .head{
    width:100%;
  }
  #plan #month li:first-child .head{
    background-color:#79d1b0;
  }
  #plan #month li:nth-child(2) .head{
    background-color: #49bf93;

  }
  #plan #month li:nth-child(3) .head{
    background-color: #2daf7e;
  }
  #plan #month li:first-child h4{
    background-color:#a1dfc8;
  }
  #plan #month li:nth-child(2) h4{
    background-color: #80d2b4;

  }
  #plan #month li:nth-child(3) h4{
    background-color: #6cc7a5;
  }
  #plan .tab-content h4{
    height: 42px;
    line-height: 42px;
    color:  #ffffff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    background-color:rgba(121,209,176,0.3);
  }
  #plan .tab-content .charge,
  #plan .tab-content.capacity{
    margin: 0 auto;
    width: 80%;
  }
  #plan .tab-content .charge{
    height: 42px;
    color:  #ffffff;
    font-size: 24px;
    font-weight: 400;
    padding: 15px 0px 20px;
    border-bottom:1px solid #fff;
    line-height: 0;
  }
  #plan .tab-content .charge span{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
  #plan .tab-content .capacity{
    color:  #ffffff;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    padding: 6px 0 8px;
  }
  #plan .tab-content .capacity span{
    font-size: 36px;
  }
  #plan .tab-content dl{
    width: 100%;
  }
  #plan .tab-content dl:after{
    content: "";
    clear: both;
    display: block;
  }
  #plan .tab-content dt ,
  #plan .tab-content dd{
    font-size: 16px;
    font-weight: 400;
    height: 35px;
    line-height: 34px;
    border-bottom: 1px solid #dbdbdb;
  }
  #plan .tab-content dt{
    float:left;
    clear:both;
    padding-left: 25px;
  }
  #plan .tab-content dd{
    text-align: left;
  }
  #plan .tab-content dd:before{
    content:"：";
  }
  #plan .tab-content a{
    border-radius: 10px;
    border:solid 1px #ffae45;
    width: 260px;
    height: 45px;
    color:  #ffffff;
    font-size: 20px;
    font-weight: 700;
    line-height: 45px;
    text-align: left;
    outline: none;
    padding-left: 72px;
    box-sizing: border-box;
    display: block;
    margin:0 auto;
    text-decoration: none;
  }
  #plan .tab-content li a:first-of-type{
    background:url(images/icon/triangle.png) no-repeat 11px center #ffae45;
    margin-top: 15px;
  }
  #plan .tab-content li a:last-of-type{
    background:url(images/icon/check.png) no-repeat 11px center #ffae45;
    margin-top: 11px;
    margin-bottom: 16px;
  }

  #plan #year li:first-child .head{
    background-color:#5ebaba;
  }
  #plan #year li:nth-child(2) .head{
    background-color: #40a5ae;

  }
  #plan #year li:nth-child(3) .head{
    background-color: #25929c;
  }
  #plan #year li:first-child h4{
    background-color:#8fcfcf;
  }
  #plan #year li:nth-child(2) h4{
    background-color: #7ac0c6;

  }
  #plan #year li:nth-child(3) h4{
    background-color: #67b3ba;
  }
}
@media(min-width:769px){
  #plan{
    margin-top: -56px;
    padding-top: 56px;
  }
  #plan .plan-box{
    padding: 78px 0 0;
    text-align: center;
  }
  #plan .title{
    padding-left:169px;
    padding-right:169px;
    border-bottom-color:#fed853;
  }
  #plan .sub strong{
    color:#f34f43;
  }
  #plan .tabs{
    margin-top: 45px;
    display: flex;
    justify-content: center;
  }
  #plan .tabs li:first-child{
    margin-right: 98px;
  }
  #plan .tabs a{
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    width: 308px;
    display: block;
    border-radius: 10px 10px 0 0;
    border-style: solid;
    border-width: 2px;
    border-color:  #e7e7e7;
    box-sizing: border-box;
    text-align: left;
  }
  #plan .tabs .text-en{
    color:  #79d1b0;
    font-weight: 700;
    padding-left: 66px;
  }
  #plan .tabs .text-jp{
    color:  #333333;
    padding-left: 12px;
  }
  #plan .tabs .is_active {
    background-color:#e7e7e7;
  }

  #plan .tab-box{
    margin-top: -1px;
    padding-bottom: 25px;
    background-color: #e7e7e7;
    height: 429px;
  }
  #plan .tab-content {
    display: none;
    padding: 25px 0 0;

  }
  #plan .tab-content.is_show {
    display: flex;
    max-width: 1000px;
    margin:0 auto;
    justify-content: space-around;
  }
  #plan .tab-content li{
    width: 318px;
    border:1px solid #dedede;
    box-sizing: border-box;
    background-color: #fff;
  }
  #plan .tab-content li:first-child .head{
    width:100%;
  }
  #plan #month li:first-child .head{
    background-color:#79d1b0;
  }
  #plan #month li:nth-child(2) .head{
    background-color: #49bf93;

  }
  #plan #month li:nth-child(3) .head{
    background-color: #2daf7e;
  }
  #plan #month li:first-child h4{
    background-color:#a1dfc8;
  }
  #plan #month li:nth-child(2) h4{
    background-color: #80d2b4;

  }
  #plan #month li:nth-child(3) h4{
    background-color: #6cc7a5;
  }
  #plan .tab-content h4{
    height: 42px;
    line-height: 42px;
    color:  #ffffff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    background-color:rgba(121,209,176,0.3);
  }
  #plan .tab-content .charge,
  #plan .tab-content.capacity{
    width: 287px;
    margin: 0 auto;
  }
  #plan .tab-content .charge{
    height: 42px;
    color:  #ffffff;
    font-size: 30px;
    font-weight: 400;
    padding: 15px 0 20px;
    border-bottom:1px solid #fff;
    line-height: 0;
  }
  #plan .tab-content .charge span{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
  #plan .tab-content .capacity{
    color:  #ffffff;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    padding: 6px 0 8px;
  }
  #plan .tab-content .capacity span{
    font-size: 36px;
  }
  #plan .tab-content dl{
    width:100%;
    height: 220px;
  }
  #plan .tab-content dl:after{
    content: "";
    clear: both;
    display: block;
  }
  #plan .tab-content dt ,
  #plan .tab-content dd{
    font-size: 16px;
    font-weight: 400;
    height: 43px;
    line-height: 43px;
    border-bottom: 1px solid #dbdbdb;
  }
  #plan .tab-content dt{
    float:left;
    clear:both;
    padding-left: 25px;
  }
  #plan .tab-content dd{
    text-align: left;
  }
  #plan .tab-content dd:before{
    content:"：";
  }
  #plan .tab-content a{
    border-radius: 10px;
    border:solid 1px #ffae45;
    width: 260px;
    height: 45px;
    color:  #ffffff;
    font-size: 20px;
    font-weight: 700;
    line-height: 45px;
    text-align: left;
    outline: none;
    padding-left: 72px;
    box-sizing: border-box;
    display: block;
    margin:0 auto;
    text-decoration: none;
  }
  #plan .tab-content li a:first-of-type{
    background:url(images/icon/triangle.png) no-repeat 11px center #ffae45;
    margin-top: 15px;
  }
  #plan .tab-content li a:last-of-type{
    background:url(images/icon/check.png) no-repeat 11px center #ffae45;
    margin-top: 11px;
    margin-bottom: 16px;
  }

  #plan #year li:first-child .head{
    background-color:#5ebaba;
  }
  #plan #year li:nth-child(2) .head{
    background-color: #40a5ae;

  }
  #plan #year li:nth-child(3) .head{
    background-color: #25929c;
  }
  #plan #year li:first-child h4{
    background-color:#8fcfcf;
  }
  #plan #year li:nth-child(2) h4{
    background-color: #7ac0c6;

  }
  #plan #year li:nth-child(3) h4{
    background-color: #67b3ba;
  }
}

/* ---------------------------------------------
  - EXAMPLE
--------------------------------------------- */
@media(max-width: 768px){
  #example .content-box{
    padding-top: 77px;
    padding-bottom: 66px;
    text-align: center;
  }
  #example .title{
    border-bottom-color :#79d1b0;
  }
  #example ol{
    margin-top: 30px;
    padding: 0 12px;;
  }
  #example .box-left{
  }
  #example .head{
    padding-bottom: 7px;
    border-bottom: 1px solid #dedede;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    text-align: left;
    margin-top: 12px;
  }
  #example .head time{
    color:  #5ebaba;
  }
  #example .head h4{
    display: inline-block;
    font-weight: 400;
  }
  #example .box-right{
  }
  #example .box-right p{
    margin-top: 11px;
    font-size: 16px;
    line-height: 28px;
    text-align: left;
  }
  #example li.flex-box-PC{
    margin-bottom: 30px;
	display:block;
  }
}
@media(min-width: 769px){
  #example{
    margin-top: -56px;
    padding-top: 56px;
  }
  #example .content-box{
    padding-top: 154px;
    padding-bottom: 71px;
    text-align: center;
  }
  #example .title{
    border-bottom-color :#79d1b0;
    padding-left: 42px;
    padding-right: 42px;
  }
  #example ol{
    margin-top: 61px;
  }
  #example .box-left{
    margin-right: 24px;
  }
  #example .head{
    padding-bottom: 7px;
    border-bottom: 1px solid #dedede;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    text-align: left;
  }
  #example .head time{
    color:  #5ebaba;
    padding-left: 42px;
    padding-right: 12px;
  }
  #example .head h4{
    display: inline-block;
    font-weight: 400;
  }
  #example .box-right{
    flex:1;
  }
  #example .box-right p{
    margin-top: 11px;
    padding:0 40px;
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    text-align: left;
  }
  #example .flex-box-PC{
    margin-bottom: 25px;
  }
}

/* ---------------------------------------------
  - TRIAL
--------------------------------------------- */
@media(max-width: 768px){
  #trial{
    background-color: #79d1b0;
  }
  #trial .content-box{
    padding-top: 49px;
    padding-bottom: 43px;
  }
  #trial h3{
    color:  #ffffff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
  }
  #trial .sub{
    margin-top: 24px;
    color:  #333333;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
  }
  #trial .sub strong{
    color :#f34f43;
  }
  #trial .content-box > .flex-box{
    align-items: center;
    margin-top: 41px;
  }
  #trial .box-left{
    margin-top: 12px;
  }
  #trial .box-left ol{
    justify-content: space-between;
    flex-wrap: wrap;
    counter-reset:order;
    padding: 0 12px;
  }
  #trial .box-left li{
    box-sizing: border-box;
    background:url("images/trial/bg.png") no-repeat left 19px #fff;
    position: relative;
    border-radius: 9px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
    margin-bottom: 24px;
    padding: 32px 24px 24px 112px;
  }
  #trial .box-left li:before{
    counter-increment:order;
    content:counter(order);
    position: absolute;
    color:  #ffffff;
    font-size: 30px;
    font-weight: 700;
    top: 37px;
    line-height: 1;
    left: 22px;
    width:1em;
    text-align: center;
  }
  #trial .box-left li p span{
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
    letter-spacing: -1.9px;
    display: inline-block;;
  }
  #trial .box-right{
    text-align: center;
  }
  #trial .box-right img{
    vertical-align: top;
    display: inline-block;
    margin: 0 auto;
    width: 50%;
    height: auto;
  }
  #trial .box-right p{
    margin-top: 24px;
    font-size: 18px;
    text-align: center;
    font-weight: 700;
  }
  #trial .box-right p a{
    color:  #ffffff;
    text-decoration: none;
  }
  #trial .box-right p a:before{
    content:"";
    width:23px;
    height: 23px;
    display: inline-block;
    background:url("images/icon/search.png") no-repeat;
    padding-right: 17px;
    vertical-align: middle;
  }
  #trial a.btn{
    border-radius: 10px;
    background-color:#ffae45;
    border:solid 1px #ffae45;
    width: 80%;
    height: 48px;
    color:  #ffffff;
    font-size: 20px;
    font-weight: 700;
    line-height: 48px;
    text-align: left;
    outline: none;
    box-sizing: border-box;
    text-align: center;
    margin: 24px auto 0;
    display: block;
    text-decoration: none;
  }
}
@media(min-width: 769px){
  #trial{
    margin-top: -56px;
    padding-top: 56px;
  }
  #trial .bg-box{
    background-color: #79d1b0;
  }
  #trial .content-box{
    padding-top: 49px;
    padding-bottom: 43px;
  }
  #trial h3{
    color:  #ffffff;
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
  }
  #trial .sub{
    margin-top: 36px;
    color:  #333333;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
  }
  #trial .sub strong{
    color :#f34f43;
  }
  #trial .content-box > .flex-box-PC{
    margin-top: 41px;
    align-items: center;
  }
  #trial .box-left{
    max-width: 766px;
  }
  #trial .box-left ol{
    justify-content: space-between;
    flex-wrap: wrap;
    counter-reset:order;
  }
  #trial .box-left li{
    max-width: 370px;
    box-sizing: border-box;
    background:url("images/trial/bg.png") no-repeat left 19px #fff;
    position: relative;
    border-radius: 9px;
    padding:32px 31px 0 98px;
    height: 210px;
    box-sizing: border-box;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    margin-bottom: 51px;
  }
  #trial .box-left li:before{
    counter-increment:order;
    content:counter(order);
    position: absolute;
    color:  #ffffff;
    font-size: 30px;
    font-weight: 700;
    top: 37px;
    line-height: 1;
    left: 22px;
    width:1em;
    text-align: center;
  }
  #trial .box-left li p span{
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    letter-spacing: -1.9px;
  }
  #trial .box-right{
    margin-left: 44px;
    width: 140px;
  }
  #trial .box-right img{
    vertical-align: top;
    max-width: 140px;
    height: auto;
  }
  #trial .box-right p{
    margin-top: 12px;
    font-size: 18px;
    font-weight: 700;
  }
  #trial .box-right p a{
    color:  #ffffff;
    text-decoration: none;
  }
  #trial .box-right p a:before{
    content:"";
    width:23px;
    height: 23px;
    display: inline-block;
    background:url("images/icon/search.png") no-repeat;
    padding-right: 17px;
    vertical-align: middle;
  }
  #trial a.btn{
    border-radius: 10px;
    background-color:#ffae45;
    border:solid 1px #ffae45;
    width: 380px;
    height: 55px;
    color:  #ffffff;
    font-size: 20px;
    font-weight: 700;
    line-height: 55px;
    text-align: left;
    outline: none;
    box-sizing: border-box;
    text-align: center;
    margin: 1px auto 0;
    display: block;
    text-decoration: none;
    position: relative;
  }
}

/* ---------------------------------------------
  - CONTACT
--------------------------------------------- */
@media(max-width: 768px){
  #contact{
    padding: 90px 0 0;
    text-align: center;
  }
  #contact .title{
    border-bottom-color:#5ebaba;
  }
  #contact .sub a{
    color:  #5ebaba;
    font-weight: 400;
    line-height: 24px;
    font-style:oblique;;
  }
  #contact .flex-box{
    margin-top: 77px;
  }
  #contact .box-left{
    padding-top: 23px;
    padding: 23px 12px 0;

  }
  #contact p{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;;
  }
  #contact .box-left .text-top{
    margin-top: 22px;
    margin-bottom: 32px;
  }
  #contact .box-left a{
    font-size: 20px;
    color:#333;
    text-decoration: none;
    box-sizing: border-box;
    padding-left: 51px;
    background-position: left center;
    background-repeat: no-repeat;
    display: inline-block;
    font-weight: 500;
    height: 31px;
  }
  #contact .box-left a[href^='tel']{
    background-image:url("images/icon/tel.png");
    margin-bottom:24px;
  }
  #contact .box-left a[href^='mail']{
    background-image:url("images/icon/mail.png");
    margin-bottom:12px;
  }
  #contact .box-left .text-bottom{
    margin-top: 32px;
    font-size: 12px;
  }

  #contact .box-right{
    box-sizing: border-box;
    padding-bottom: 23px;
    background-color: #f1f1f1;
    padding: 36px 12px 0;
  }
  #contact .box-right table{
    width:100%;
  }
  #contact .box-right th{
    color:  #5ebaba;
    font-size: 18px;
    font-weight: 700;
    padding-right: 16px;
    padding-bottom:  4px;;
    vertical-align:  baseline;
    padding-top:  0;
    display:  block;
    text-align:  left;;;
  }
  #contact .box-right td{
    padding-left: 0;
    text-align: left;
    padding: 0;
    vertical-align: top;
    display: block;
    margin-bottom: 24px;
  }
  #contact .box-right input[type="text"],
  #contact .box-right input[type="email"]{
    border-style: solid;
    border-width: 1px;
    border-color:  #adadad;
    background-color:  #ffffff;
    width: 100%;
    height: 45px;
    padding-left: 39px;
    box-sizing: border-box;
  }
  #contact .box-right textarea{
    border-style: solid;
    border-width: 1px;
    border-color:  #adadad;
    background-color:  #ffffff;
    width: 100%;
    min-height: 170px;
    padding-left: 39px;
    box-sizing: border-box;
  }
  #contact input[type="submit"]{
    border-radius: 10px;
    background-color:  #5ebaba;
    width: 210px;
    height: 40px;
    border:solid 1px #5ebaba;
    display: block;
    margin: 9px auto 0;
    color:  #f1f1f1;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    outline: none;
  }
}
@media(min-width: 769px){
  #contact{
    text-align: center;
    margin-top: -56px;
    padding-top: 56px;
    background-color: #e7e7e7;
  }
  #contact .content-box{
    padding: 123px 0 183px;
  }
  #contact .title{
    border-bottom-color:#5ebaba;
    padding-left: 107px;
    padding-right: 107px;
  }
  #contact .sub a{
    color:  #5ebaba;
    font-weight: 400;
    line-height: 24px;
    font-style:oblique;;
  }
  #contact .flex-box-PC{
    margin-top: 10px;
  }
  #contact .box-left{
    padding-top: 23px;
  }
  #contact p{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
  }
  #contact .box-left .text-top{
    margin-top: 22px;
    margin-bottom: 32px;
    text-align: left;
  }
  #contact .box-left{
    margin:auto;
  }
  #contact .box-left a{
    font-size: 24px;
    color:#333;
    font-weight: 700;
    text-align: left;
    text-decoration: none;
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding-left: 55px;
    background-position: 5px center;
    background-repeat: no-repeat;
    height: 31px;
  }
  #contact .box-left a[href^='tel']{
    background-image:url("images/icon/tel.png");
    margin-bottom:12px;
  }
  #contact .box-left a[href^='mail']{
    background-image:url("images/icon/mail.png");
    margin-bottom:12px;
  }
  #contact .box-left .text-bottom{
    margin-top: 32px;
  }

  #contact .box-right{
    min-width: 645px;
    margin-left: 35px;
    padding-top: 36px;
    padding-right: 41px;
    box-sizing: border-box;
    padding-bottom: 23px;
    background-color: #f1f1f1;
  }
  #contact .box-right table{
    width:100%;
  }
  #contact .box-right th{
    color:  #5ebaba;
    font-size: 18px;
    font-weight: 700;
    text-align: right;
    padding-right: 16px;
    padding-bottom:  24px;
    vertical-align:  baseline;
    padding-top:  13px;;
  }
  #contact .box-right td{
    padding-left: 0;
    text-align: left;
    width: 410px;
    padding: 0;
    vertical-align: top;
  }
  #contact .box-right input[type="text"],
  #contact .box-right input[type="email"]{
    border-style: solid;
    border-width: 1px;
    border-color:  #adadad;
    background-color:  #ffffff;
    width: 410px;
    height: 45px;
    padding-left: 39px;
    box-sizing: border-box;
  }
  #contact .box-right textarea{
    border-style: solid;
    border-width: 1px;
    border-color:  #adadad;
    background-color:  #ffffff;
    width: 410px;
    min-height: 170px;
    padding-left: 39px;
    box-sizing: border-box;
  }
  #contact input[type="submit"]{
    border-radius: 10px;
    background-color:  #5ebaba;
    width: 210px;
    height: 40px;
    border:solid 1px #5ebaba;
    display: block;
    margin: 9px auto 0;
    color:  #f1f1f1;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    outline: none;
  }
}

/* ---------------------------------------------
  - PRIVACY
--------------------------------------------- */
 main#privacy{
  background: none;
}
@media(max-width:768px){
  #privacy .content-box{
    padding: 0 10px;
    box-sizing: border-box;
  }
}
@media(max-width:768px){
  #privacy{
    font-size: 14px;
    line-height: 24px;
    color:rgb(48, 48, 48);
    padding-bottom: 0;
  }
  #privacy h1{
    height: 88px;
    line-height: 88px;
    text-align: center;
    font-size: 28px;
    color: #47ac6d;
  }
  .bg-dark {
    background: #f1f1f1;
    padding-bottom: 48px;
}
  #privacy h3::before {
    margin-right: 10px;
    content: "●";
  }
  #privacy p.lead {
    padding: 0 0 20px;
  }
  #privacy section {
    padding: 16px 8px;
  }
  #privacy section p {
    margin-top: 10px;
  }
}
@media(min-width:769px){
  #privacy{
    font-size: 14px;
    line-height: 24px;
    color:rgb(48, 48, 48);
    padding-bottom: 0;
  }
  #privacy h1{
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 30px;
    color: #47ac6d;
  }
  .bg-dark {
    background: #f1f1f1;
    padding-bottom: 48px;
}
  #privacy h3::before {
    margin-right: 10px;
    content: "●";
  }
  #privacy p.lead {
    padding: 40px 0 20px;
  }
  #privacy section {
    padding: 15px 0;
  }
  #privacy section p {
    margin-top: 10px;
  }
}
/* ---------------------------------------------
  - ABOUT-SITE
--------------------------------------------- */
 main#about-site{
  background: none;
}
@media(max-width:768px){
  #about-site .content-box{
    padding: 0 10px;
    box-sizing: border-box;
  }
}
@media(max-width:768px){
  #about-site{
    font-size: 14px;
    line-height: 24px;
    color:rgb(48, 48, 48);
    padding-bottom: 0;
  }
  #about-site h1{
    height: 88px;
    line-height: 65px;
    text-align: center;
    font-size: 28px;
    color: #47ac6d;
  }
  .bg-dark {
    background: #f1f1f1;
    padding-bottom: 48px;
  }
  #about-site .container {
    padding: 50px 0;
  }
  #about-site h3::before {
    margin-right: 10px;
    content: "●";
  }
  #about-site p.lead {
    padding: 0 0 20px;
  }
  #about-site section {
    padding: 16px 8px;
  }
  #about-site section p {
    margin-top: 10px;
  }
}
@media(min-width:769px){
  #about-site{
    font-size: 14px;
    line-height: 24px;
    color:rgb(48, 48, 48);
    padding-bottom: 0;
  }
  #about-site h1{
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 30px;
    color: #47ac6d;
  }
  .bg-dark {
    background: #f1f1f1;
    padding-bottom: 48px;
  }
  #about-site .container {
    padding: 50px 0 100px 0;
  }
  #about-site h3::before {
    margin-right: 10px;
    content: "●";
  }
  #about-site p.lead {
    padding: 40px 0 20px;
  }
  #about-site section {
    padding: 15px 0;
  }
  #about-site section p {
    margin-top: 10px;
  }
}