@charset "UTF-8";

/* header
----------------------------------------*/
header {
  position: initial;
  background: #fff;
  border-bottom: 1px solid #00a93a;
}
.lv2 header .header_inner {
  border-bottom: none;
  position: relative;
}
.lv2 header h1 .black-logo{
  display: block;
}
.lv2 header h1 .white-logo{
  display: none;
}
.lv2 .global_nav li a{
  color: #323232;
  padding: 20px 10px;
}
.lv2 .global_nav li a:hover{
  border-bottom: 4px solid #00a93a;
}

/* main
----------------------------------------*/

.lv2_main{
  background-color: #00a93a;
  background-image: url(../images/lv2/main-dot.png);
  background-repeat: repeat-y;
  background-position: right;
  position: relative;
}

.lv2_main .main-inner {
  height: 280px;
  position: relative;
}
.lv2_main h2{
  font-size: 36px;
  color: #fff;
  position: absolute;
  top: calc(50% - 100px);
  left: 0;
  right: 0;
  margin: auto;
}
.lv2_main h2 span{
  color: #fff;
}
/*btn
----------------------------------------*/
.lv2_link{
  text-align: center;
  margin-top: 120px;
}
.lv2_link a{
  color: #10253a;
  border-bottom: 1px solid #10253a;
  padding: 16px 0px;
  display: inline-block;
  text-align: left;
  width: 400px;
  position: relative;
}
.lv2_link a:hover{
  opacity: .5;
  transition: .3s;
}
.lv2_link:last-child a{
  margin-left: 40px;
}
.lv2_link a span{
  position: absolute;
  right: 0;
}


.radio-input{
  display: none;
}
.radio-input + label{
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
}
.radio-input + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  border: 1px solid #999;
  border-radius: 50%;
}
.radio-input:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 10px;
  height: 10px;
  background: #00a93a;
  border-radius: 50%;
}

/*breadcrumbs
----------------------------------------*/
.breadcrumbs {
  margin: 10px auto 0;
}
.breadcrumbs ul li {
  display: inline-block;
  position: relative;
}
.breadcrumbs ul li a{
  display: block;
  padding: 10px 16px;
  color: #fff;
  font-size: 14px;
}
.breadcrumbs ul li a::before {
  content: ">";
  color: #fff;
  font-size: 14px;
  position: absolute;
  right: -8px;
  top: 10px;
}
.breadcrumbs ul li:last-child a::before {
  content: none;
}
/*common
----------------------------------------*/
.lv2_cont.l-cont {
  position: relative;
  top: -140px;
  margin: 0 auto;
}
.lv2_cont .cont_titile{
  margin-bottom: 30px;
}
.lv2-info{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  padding: 40px;
  border: 1px solid #01a83a;
  width: 100%;
  max-width: 1040px;
}
.lv2-info:not(:first-child){
  margin-top: 50px;
}
.info-title {
  color: #01a83a;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1;
  border-left: 8px solid;
  padding-left: 10px;
}
.lv2 .cont_box{
  margin-top: 100px;
}
.lv2 .cont_box.flex-container{
  max-width: 980px;
  margin: auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.lv2 .cont_box.flex-container .box{
  margin-top: 50px;
  width: 294px;
}
.lv2-info ul:not(:last-child),
.lv2-info select:not(:last-child){
  margin-bottom: 20px;
}
.lv2-info li{
  color: #909191;
}
.lv2-info ul.pc li {
  display: inline-block;
  padding: 2px 8px;
}
.lv2-info .black{
  display: inline-block;
  margin-top: 10px;
}
/* Examples
----------------------------------------*/
.lv2.examples .cont_box.flex-container{
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
/* Case
----------------------------------------*/
.article_cont{
  width: 980px;
  margin: auto;
}
.article_box{
  border-top: 1px solid #909191;
  margin-top: 40px;
  padding-top: 60px;
}
.article_title{
  color: #10253a;
}
.article_text{
  margin: 60px auto;
}
.article_text:last-child{
  margin-bottom: 0;
}
.article_text span {
  color: #10253a;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1;
  border-left: 8px solid;
  padding-left: 10px;
  display: block;
}
.selectbox {
  width:90%;
  margin:1em auto;
  position:relative;
}
select{
  -webkit-appearance:none;
  appearance:none;
  width:100%;
  padding:1em 1em;
  box-sizing:border-box;
  font-size:1em;
  border:#ccc 1px solid;
  border-radius:0;
  background:#fff;
}
.selectbox::after{
  content:"";
  display:block;
  width:10px;
  height:10px;
  position:absolute;
  right:5%;
  top:35%;
  border-bottom:#333 2px solid;
  border-right:#333 2px solid;
  transform:rotate(45deg)translateY(-30%);
}
.case_cont .box img{
  display: block;
  margin: auto;
  width: 100%;
  max-width: 280px;
}

/* Plan
----------------------------------------*/
.plan_cont_box {
    margin: 60px auto 0;
    width: 960px;
}
.option_box{
  position: relative;
}
.option_bk{
  background: #eeeeee;
  width: 900px;
  padding-bottom: 30px;
  margin: 40px auto;
}
.option_box .flex-container{
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 960px;
  margin: 0 -30px;
}
.plan_cont_box .img img{
  max-width: 100%;
  margin-top: 50px;
}
[class^="option-0"]{
  background: #3e4f60;
  padding: 40px 40px 80px;
  margin-top: 30px;
  width: 465px;
  position: relative;
  height: 100%;
  min-height: 240px;
}
[class^="option-0"] p{
  color: #fff;
}
.option_title{
  font-size: 18px;
  margin-bottom: 8px;
}
.option_text span {
    font-size: 14px;
    display: block;
}
.option_content {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #10253a;
  padding: 40px 60px 30px 30px;
}
.option_content span{
  position: absolute;
  writing-mode: vertical-rl;
  font-size: 24px;
  right: 8px;
  top: 16px;
  color: #3e4f60;
}
.option_content p {
  font-size: 14px;
}
.border-btn {
  background: #10253a;
  position: absolute;
  z-index: 1;
  height: 34px;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
}
.border-btn:hover {
  cursor: pointer;
}
.border-btn img{
  top: -14px;
  left: calc(50% - 7px);
  position: absolute;
}
.border-btn span {
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
}
.plan_cont_box .btn{
  width: 240px;
  margin-top: 30px;
}

/* Feature
----------------------------------------*/
body.feature .lv2_cont.l-cont {
  overflow-x: hidden;
}
.feature_cont{
  width: 900px;
  margin: 0 auto 50px;
}
.feature_box{
  margin: 120px auto;
}
.feature_box.box-01{
  padding-bottom: 80px;
  border-bottom: 1px solid #00a93a;
}
.feature_box .img-01 {
    max-width: 560px;
    top: -60px;
}
.feature_box .cont_titile span {
    display: inline-block;
    position: relative;
}
.feature_box .cont_titile img{
  position: absolute;
  bottom: -8px;
  right: -70px;
}
.feature_box .cont_titile span.green-txt > *{
  color: #00a93a;
}
.feature_box .cont_titile .border{
  border-bottom: 4px double #00a93a;
  padding-bottom: 4px;
}
.feature_box .box-03 {
  margin: 0;
  max-width: 680px;
}
.feature_box .box-03 h3 {
  position: absolute;
  top: -24px;
  width: 460px;
}
.feature_box .img-03 {
  max-width: 220px;
  top: -70px;
  left: auto;
  right: 50px;
}
.feature_cont_box .box-03 .txt {
  max-width: 540px;
  float: none;
  padding-left: 80px;
}
.feature .cont_box.flex-container .box{
  border-top: 1px solid #00a93a;
}
.feature .case_cont .box_titile {
  border:none;
  color: #01a83a;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 30px;
  line-height: 1;
  border-left: 8px solid;
  padding-left: 10px;
  padding-top: 0;
}

/* Download
----------------------------------------*/
.download_cont {
  margin: 0 auto 80px;
}
.download .flex-container .box{
  padding-bottom: 50px;
  position: relative;
}
.download .case_cont .view {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 5px 35px 5px 15px;
  background: #01a83a url(../images/lv2/download_icon.png) no-repeat center right 15px;
  background-size: 12px auto;
}
.download .bulk {
  max-width: 660px;
  margin: 0 auto 55px;
  align-items: center;
}
.download .bulk-left {
  max-width: 244px;
  margin-right: 50px;
  flex-shrink: 0;
}
.download .bulk-right {
  flex: 1;
}
.download .bulk-text {
  margin-bottom: 30px;
  color: #909191;
  font-size: 16px;
}
.download .bulk-btn {
  text-align: center;
}
.download .bulk-btn a {
  display: inline-block;
  color: #fff;
  padding: 10px 55px 10px 30px;
  background: #01a83a url(../images/lv2/download_icon.png) no-repeat center right 20px;
  background-size: 15px auto;
  transition: opacity 0.3s;
  font-size: 18px;
  letter-spacing: 0.02em;
}
.download .bulk-btn a:hover {
  opacity: 0.7;
}

/* Footer
----------------------------------------*/
#footer .trial-area {
  margin: 0 auto;
}

@media print, screen and (min-width: 1024px) {
/*====================================================================/
/*-------------------PCスタイル-------------------
/====================================================================*/
  .lv2-info,
  .plan_cont_box,
  .option_box .flex-container {
    width: 900px;
  }
  .article_cont{
    width: 860px;
  }
  .option_bk {
    width: 840px;
  }
  [class^="option-0"]{
    width: 440px;
  }
  .lv2-info{
    width: 100%;
  }
  .lv2.download footer {
    margin-top: 620px;
  }
}

@media screen and (max-width: 768px) {
/*====================================================================/
/*------------------スマホタブレット共通スタイル---------
/====================================================================*/
  .lv2-info,
  .plan_cont_box,
  .option_box .flex-container,
  .feature_cont {
    width: 100%;
    max-width: 680px;
  }
  .lv2-info{
    padding: 30px 24px;
  }
  .lv2_link a{
    width: 100%;
    max-width: 300px;
  }
  .lv2_link:last-child a{
    margin-left: auto;
  }
  .article_cont{
    width: 100%;
    max-width: 600px;
  }
  .plan_box,
  [class^="option-0"],
  .plan_cont_box .img img{
    width: 100%;
  }
  .option_box .flex-container{
    margin: 0 0 0 -15px;
    width: calc(100% + 30px);
    width: -webkit-calc(100% + 30px);
  }
  .option_bk {
    width: 500px;
    max-width: 100%;
    padding-top: 30px;
  }
  [class^="option-0"]{
    margin: 30px auto;
    min-height: auto;
  }
  .plan_cont_box .img img {
    margin: 50px auto 0;
  }
  .feature .lv2_cont .cont_titile{
    line-height: 1.2;
  }
  .feature_box {
    margin: 80px auto;
  }
  .feature_box .cont_titile img {
    position: static;
    display: block;
    margin: 16px auto 0;
  }
  .feature .feature_cont_box {
    position: relative;
    padding-top: 30px;
  }
  .feature .feature_cont_box .box {
    padding: 50px 40px;
    background: #f8f8f8;
    margin: 0 0 0 auto;
    width: 100%;
    max-width: 740px;
    position: relative;
  }
  .feature_cont_box .slick-dots {
    top: 0;
    text-align: center;
  }
  .feature_box.box-02 .feature_cont_box .slick-dots {
    top: 0;
    text-align: center;
  }
  .feature_cont_box .slick-prev, .feature_cont_box .slick-next {
    width: 40px;
    height: 40px;
  }
  .feature_cont_box .slick-prev:before,
  .feature_cont_box .slick-next:before {
    font-size: 35px;
  }
  .feature_cont_box .slick-prev {
    left: -1rem;
  }
  .feature_cont_box .slick-next {
    right: -1rem;
  }
  .feature .box-01 .feature_cont_box {
    margin-top: 0;
  }
  .feature .box-02 .feature_cont_box {
    margin-top: 0;
  }
  .feature .feature_box .img-01 {
    position: relative;
    top: auto;
    padding-left: 8%;
  }
  .feature .feature_box .img-03 {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    padding-left: 0;
  }
  .feature_cont_box .box-03 .txt {
    padding-left: 0;
  }
  .feature_box .box-03 h3 {
    position: relative;
    top: 0;
    width: 100%;
  }
  .download .case_cont .view {
    padding: 3px 20px 3px 5px;
    background-position: center right 5px;
    background-size: 10px;
  }
  .download .bulk {
    max-width: 294px;
    margin: 0 auto 40px;
  }
  .download .bulk-left {
    margin: 0 auto 15px;
  }
  .download .bulk-text {
    margin-bottom: 15px;
  }
  .download .bulk-btn a {
    padding: 8px 35px 8px 15px;
    background: #01a83a url(../images/lv2/download_icon.png) no-repeat center right 15px;
    background-size: 12px auto;
    font-size: 15px;
  }
}

@media screen and (max-width: 480px) {
/*====================================================================/
/*------------------スマホのみスタイル----------------
/====================================================================*/
  .lv2_main{
    background-position: right -150px bottom 0px;
  }
  .lv2 .cont_box.flex-container .box{
    width: 100%;
  }
  .main-inner{
    height: 360px;
  }
  .lv2_main h2{
    top: calc(50% - 80px);
  }
  .plan_box,
  [class^="option-0"],
  .plan_cont_box .img img{
    width: 100%;
  }
  [class^="option-0"] {
    min-height: 300px;
  }
  .option_bk {
    width: 95%;
    padding: 1px 0;
  }
}
