@charset "utf-8";
.no1-container {
    text-align: center;
    background: #ffffff;
}
.no1-container img { max-width: none!important; }
.no1-container a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
}
p { background-image: url(../img/clear.gif); }
.red {
    font-weight: bold;
    color: #cf0000;
}
.hero {
    /*background: url(../img/bg_green.png);*/
    box-sizing: border-box;
    position: relative;
    border-bottom: 6px solid #009843;
    border-top: 6px solid #009843;
}
.hero img{
    width: 100%;
    height: auto;
}
.line-top {
    width: 100%;
    position: absolute;
    top: 6px;
    border-bottom: 6px solid #ffffff;
}
/* SNS SHARE */
.share-container{
    margin: 0 auto 60px;
}
.share-container .inner{
    width: 960px;
    height: 193px;
    margin: 0 auto;
    padding: 20px;
    background: url(../img/bg_share.png) no-repeat;
    background-size: cover;
    position: relative;
    box-sizing: border-box;
}
h3{}
ul.share-list{
    margin: 20px 0;
    text-align: center;
}
ul.share-list li{
    margin: 0 20px;
    display: inline-block;
}
.share-img{
    position: absolute;
    right: 10px;
    bottom: 0;
}
.hero-2nd {
    padding: 0 0 60px;
    text-align: center;
}

/* MOVIE */
.movie-container{
    margin: 20px 0 60px;
}
.movie-title{
    width: 100%;
    height: 100px;
    background: #3d220d;
    position: relative;
}
.movie-title img{
    position: absolute;
    top: -13px;
    left: 0;
    right: 0;
    margin: auto;
    /*z-index: 2;*/
}
.movie-read{
    margin: 30px 0 30px;
    text-align: center;
}
.movie-list{
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 40px 40px 0;
    border: 3px solid #008f2b;
    border-radius: 10px;
    box-sizing: border-box;
}
.movie-list li{
    margin: 0 0 40px;
}
.movie-list li p{
    padding: 0 0 0 0.5em;
    border-left: 8px solid #008f2b;
    font-size: 26px;
    text-align: left;
}
.movie-list li .cs{
    margin: 20px 0 0;
}
.video{
  position:relative;
  width:100%;
  margin: 20px 0 0;
  padding-top:56.25%;
}
.video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}
.nav-box {
    background: url(../img/bg_nav.png) no-repeat;
    background-size: cover;
}
.title-nav {
    background: url(../img/bg_brown_1.png) repeat-x;
    background-size: contain;
    position: relative;
}
.nav {
    padding: 1.8% 2% 4%;
    box-sizing: border-box;
}
.nav ul {
    max-width: 960px;
    margin: 1% auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.nav ul li:nth-child(2) { margin: 0 2% }
/* BOX1 */
.box1, .box3, .box2 { margin: -1% 0 0; }
.box1 .title, .box2 .title, .box3 .title {
    background: url(../img/bg_brown_2.png) repeat-x;
    background-size: contain;
    z-index: 1;
    position: relative;
}
.box1 .read-box {
    height: 310px;
    margin: -3% 0 0;
    padding: 1.5% 0 0.5%;
    background: url(../img/bg_box_1.png) no-repeat 100% 0;
    background-size: cover;
    z-index: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.box1 p.read, .box2 p.read, .box3 p.read {
    max-width: 900px;
    width: 100%;
    padding: 3%;
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    line-height: 150%;
    box-sizing: border-box;
}
.box1 ul.img2col, .box3 ul.img2col {
    max-width: 960px;
    width: 100%;
    margin: 3% auto 0;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.box1 ul li, .box3 ul li { margin: 0 0 0 1%; }
.box1 ul li:first-child, .box3 ul li:first-child { margin: 0 1% 0 0; }
.box1 ul li, .box3 ul li { width: 50%; }
.box1 p.caption { margin: 1% 0 0; }
.box1 .check-box, .box2 .check-box, .box3 .check-box {
    max-width: 960px;
    width: 100%;
    margin: 7% auto 7%;
}
.box3 .check-box {
    max-width: 960px;
    width: 100%;
    margin: 7% auto 6%;
}
.box1 .check-box .title-box, .box2 .check-box .title-box, .box3 .check-box .title-box {
    padding: 1.4% 0 1%;
    background: url(../img/bg_green.png);
    border-radius: 10px 10px 0 0 / 10px 10px 0 0;
    position: relative;
}
.box1 h2, .box2 h2, .box3 h2 { color: #ffffff; }
.box1 .img-check, .box2 .img-check, .box3 .img-check {
    height: 133px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 3%;
    margin: auto;
}
.box1 .body, .box2 .body, .box3 .body {
    padding: 3% 2% 3.5%;
    border-left: solid 3px #008f2b;
    border-right: solid 3px #008f2b;
    border-bottom: solid 3px #008f2b;
    box-sizing: border-box;
    border-radius: 0 0 10px 10px / 0 0 10px 10px;
}
.box1 .check-box p.read {
    max-width: 800px;
    width: 100%;
}
/* BOX2 */
.box2 .read-box {
    height: 310px;
    margin: -3% 0 0;
    padding: 1.5% 0 0.5%;
    background: url(../img/bg_box_2.png) no-repeat;
    background-size: cover;
    z-index: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.box2 ul.img3col {
    max-width: 960px;
    width: 100%;
    margin: 3% auto 0;
    display: flex;
    justify-content: space-between;
    text-align: left;
}
.box2 ul li { width : calc(100% / 3); }
.box2 ul li:nth-child(2) { margin: 0 1%; }
.box2 p.caption {
    margin: 3% 0 0;
    padding: 0 1% 0;
    box-sizing: border-box;
}
.box2 p.read { }
.box2 .check-box .img { margin: 2% 0 2%; }
.box2 .check-box h3 {
    margin: 0 0 1%;
    font-size: 26px;
}
/* BOX3 */
.box3 .read-box {
    height: 310px;
    margin: -3% 0 0;
    padding: 1.5% 0 0.5%;
    background: url(../img/bg_box_3.png) no-repeat;
    background-size: cover;
    z-index: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.box3 p.caption { text-align: left; }
.box3 ul li { width: 100%; }
.box3 p.caption {
    margin: 2% 0 0;
    padding: 0 1% 0;
}
.box3 .check-box{}
.box3 .check-box ul { margin: 3.5% 0 0; }
.box3 .check-box ul li .index-box {
    padding: 0.5% 0;
    background: #008f2b;
    border-radius: 10px;
    text-align: center;
    min-height: 74px;
    margin: 0 0 2%; 
    overflow: hidden;
    position: relative;
}
.box3 .check-box ul li .index-box h4 {
    font-size: 26px;
    margin: 0 0 -1%;
    color: #ffffff;
}
.box3 .check-box ul li .index-box h4.row1{
    padding: 0.5em 0;
}
.box3 .check-box ul li .index-box p { color: #ffffff; }
.box3 .check-box p {
    font-size: 20px;
    font-weight: bold;
}
.box3 .check-box p.center {
    text-align: center;
}
.box3 .check-box ul li ul {
    margin: 4% 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.box3 .check-box ul li ul li {
    margin: 0 0 8%!important;
    padding: 0;
    width: 50%;
}
.box3 .check-box h5 {
    font-size: 26px;
    color: #008f2b;
}
.box3 .check-box ul li ul li p {
    text-align: left;
    font-size: 16px;
}
.link-bn-bottom { margin: 5% 0 0; }
/* BOX VOICE */
.voice-container { margin: 5% 0 0; }
.voice-container .title {
    background: url(../img/bg_shaded.png) repeat-x;
    background-size: contain;
}
ul.voice-list {
    max-width: 960px;
    width: 100%;
    margin: 3.5% auto 5%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
ul.voice-list li {
    margin: 10px 0;
    padding: 10px;
    width: calc(94%/3);
    border: solid 3px #008f2b;
    border-radius: 10px;
    box-sizing: border-box;
    position: relative;
    text-align: left;
}
ul.property {
    padding: 3% 0 0;
    overflow: hidden;
}
ul.property li {
    margin: 0 1% 0 0;
    padding: 1% 3%;
    width: auto;
    background: #eeeeee;
    font-size: 14px;
    border: none;
    border-radius: 0px;
    white-space: nowrap;
    float: left;
    display: block;
}
ul.voice-list li img {
    position: absolute;
    bottom: -3px;
    right: -3px;
    width: 30px;
    height: 30px;
}
/* -----------------------------------------------------------------------------

	conversion
  
----------------------------------------------------------------------------- */
.conversion {
    margin: 5% 0 0;
    width: 100%;
    height: 420px;
    padding-top: 120px;
    box-sizing: border-box;
    text-align: center;
    background: url(../img/bg_conversion.jpg) no-repeat center top;
}
.conversion .inner {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
}
.conversion p {
    width: 100%;
    position: relative;
    font-size: 30px;
    letter-spacing: 0.05em;
    margin-bottom: 15px;
}
.conversion p b { font-size: 40px; }
.conversion p span {
    display: block;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: -60px;
    right: 168px;
    background: #e90000;
    padding: 14px 12px;
    border-radius: 30px;
}
.conversion p span:after {
    content: "";
    width: 28px;
    height: 16px;
    background: url(../img/parts_pop.png) no-repeat 0 0;
    position: absolute;
    bottom: -13px;
    right: 14px;
}
.conversion .btn a, .conversion .btn a img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.sp { display: none!important; }
.pc { display: block!important; }

@media screen and (max-width: 767px) {
.nav ul {
    max-width: 100%;
    margin: 1% auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    box-sizing: border-box;
}
.nav ul li { width: 33.3%; }
.hero {
    background: url(../img/bg_green.png);
    box-sizing: border-box;
    position: relative;
    border-bottom: 4px solid #009843;
    border-top: 4px solid #009843;
}
.hero-2nd{
    margin:0 0 5%;
    padding: 0 10px;
}
/* SNS SHARE */
.share-container{
    margin: 0 0 5%;
    padding: 0 10px;
}
.share-container .inner{
    width: 100%;
    height: auto;
    margin: 0 0 0;
    padding: 2%;
    background: url(../img/bg_share.png) no-repeat;
    background-size: cover;
    position: relative;
    box-sizing: border-box;
    border-radius: 10px;
}
h3{
    width: 80%;
    margin: 0 auto;
    padding: 0 5%;
    }
h3 img{
    width: 100%;
    height: auto;
    vertical-align: middle;
    }
ul.share-list{
    margin: 2% 0;
    text-align: center;
}
ul.share-list li{
    width: 20%;
    margin: 0 1%;
    display: inline-block;
}
ul.share-list li img{
    width: 80%;
    height: auto;
    }
.share-img{
    width: 23%;
    position: absolute;
    right: 10px;
    bottom: 0;
}
.share-img img{
    width: 100%;
    height: auto;
}
/* MOVIE */
.movie-container{
    margin: 5% 0 5%;
}
.movie-title{
    width: 100%;
    height: 40px;
    margin: 0;
    background: #3d220d;
    position: relative;
}
.movie-title img{
    width: 30%!important;
    height: auto!important;
    position: absolute;
    top: 0;
    bottom:0;
    left: 0;
    right: 0;
    margin: auto;
    /*z-index: 1;*/
}
.movie-read{
    margin: 0 0 10px;
    padding: 0 20px;
    text-align: center;
}

.movie-list{
    width: 94%;
    margin: 0 auto;
    padding: 10px 10px 0;
    border: 3px solid #008f2b;
    border-radius: 10px;
    box-sizing: border-box;
}
.movie-list li{
    margin: 0 0 20px;
}
.movie-list li p{
    margin: 0.5em 0 -0.5em;
    padding: 0 0 0 0.3em;
    border-left: 4px solid #008f2b;
    font-size: 16px;
    text-align: left;
}
.line-bottom {
    width: 100%;
    /*background: url(../img/bg_green_line.png) repeat-x;*/
    position: absolute;
    bottom: 2px;
    border-bottom: 2px solid #ffffff;
}
.line-top {
    width: 100%;
    /*background: url(../img/bg_green_line.png) repeat-x;*/
    position: absolute;
    top: 2px;
    border-bottom: 2px solid #ffffff;
}
.no1-container img {
    width: 100%;
    height: auto;
}
.box1 .check-box .title-box, .box2 .check-box .title-box, .box3 .check-box .title-box {
    padding: 1.4% 0 1%;
    background: url(../img/bg_green.png);
    border-radius: 10px 10px 0 0 / 10px 10px 0 0;
    position: relative;
}
.box1 .check-box .body, .box2 .check-box .body, .box3 .check-box .body {
    padding: 5% 2% 3.5%;
    box-sizing: border-box;
}
.box1 .read-box, .box2 .read-box, .box3 .read-box {
    width: 100%;
    height: auto;
    padding: 30px 0 20px;
}
.box1 p.read, .box2 p.read, .box3 p.read {
    max-width: auto;
    width: 100%;
    padding: 0 3%;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    line-height: 150%;
    box-sizing: border-box;
}
.box1 h2, .box2 h2, .box3 h2 {
    font-size: 14px!important;
    color: #ffffff;
    line-height: 120%;
}
.box1 .img-check, .box2 .img-check, .box3 .img-check {
    height: 200px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -2%;
    margin: auto;
}
p.caption { font-size: 12px; }
.box1 .img-check, .box2 .img-check, .box3 .img-check { height: 65px; }
.box1 .img-check img, .box2 .img-check img, .box3 .img-check img {
    width: 70px;
    height: auto;
}
.box1 h2, .box2 h2, .box3 h2 {
    color: #ffffff;
    text-align: center;
    font-size: 22px;
}
.box1 ul.img2col, .box2 ul.img3col, .box3 ul.img2col, .box1 .check-box, .box2 .check-box, .box3 .check-box, ul.voice-list {
    padding: 0 3%;
    box-sizing: border-box;
}

.box2 ul.img3col, .box3 ul.img2col {
    width: 100%;
    margin: 3% auto 0;
    display: block;
    text-align: left;
}
.box2 ul li { width : 100%; }
.box2 ul li:nth-child(2), .box3 ul li:nth-child(2) { margin: 0; }
.box2 .check-box h3 { font-size: 16px; }
.box1 p.caption, .box2 p.caption, .box3 p.caption {
    margin: 1% 2% 5%;
    box-sizing: border-box;
    text-align: center!important;
}
.box1 .check-box .title-box, .box2 .check-box .title-box, .box3 .check-box .title-box {
    padding: 1.4% 0 1%;
    background: url(../img/bg_green.png);
    border-radius: 10px 10px 0 0 / 10px 10px 0 0;
    position: relative;
}
.box3 .check-box ul li .index-box {
    padding: 0 20px;
    min-height: auto;

}
.box3 .check-box ul li .index-box h4 {
    font-size: 16px;
    margin: 0 0 -1%;
    color: #ffffff;
}
.box3 .check-box p {
    font-size: 12px;
    font-weight: bold;
}
.box3 .check-box ul li ul {
    margin: 4% 0 0;
    display: block;
}
.box3 .check-box ul li ul li {
    margin: 0 0 7%!important;
    padding: 0;
    width: 100%;
}
.box3 .check-box ul li ul li:first-child {
    margin: 0 0 2%!important;
    padding: 0;
    width: 100%;
}
.box3 .check-box h5 {
    font-size: 16px;
    color: #008f2b;
}
.box3 .check-box ul li ul li p {
    text-align: center;
    font-size: 12px;
}
ul.voice-list {
    padding: 0 3%;
    box-sizing: border-box;
}
ul.voice-list li {
    margin: 10px 0;
    padding: 5px;
    width: 100%;
    border: solid 3px #008f2b;
    border-radius: 10px;
    box-sizing: border-box;
    position: relative;
    text-align: left;
}
ul.voice-list li:last-child { margin: 10px 0 0; }
ul.property {
    margin: 0 0 0 2%;
    padding: 1% 0 2%;
    overflow: hidden;
}
ul.voice-list li p {
    margin: 2%;
    clear: both;
}
ul.property li {
    margin: 0 1% 0 0;
    padding: 0 2%;
    width: auto;
    background: #eeeeee;
    font-size: 12px;
    border: none;
    border-radius: 0px;
    white-space: nowrap;
    float: left;
    display: block;
}
ul.property li:last-child { margin: 0 1% 0 0!important; }
ul.voice-list li p { font-size: 12px; }
ul.voice-list li img {
    position: absolute;
    bottom: -3px;
    right: -3px;
    width: 15px;
    height: 15px;
}
/* -----------------------------------------------------------------------------

	conversion
  
----------------------------------------------------------------------------- */
.conversion {
    width: 100%;
    height: auto;
    margin: 5% 0 0;
    padding : 80px 0 40px;
    box-sizing: border-box;
    text-align: center;
    background: url(../img/bg_conversion_sp.jpg) no-repeat center top!important;
}
.conversion .inner {
    padding: 0 2%;
    box-sizing: border-box;
}
.conversion p {
    width: 100%;
    position: relative;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-bottom: 0;
}
.conversion p b { font-size: 20px; }
.conversion p span {
    display: block;
    font-size: 10px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: -45px;
    right: 30%;
    background: #e90000;
    padding: 10px 8px;
    border-radius: 30px;
}
.conversion p span:after {
    content: "";
    width: 20px;
    height: 11px;
    background: url(../img/parts_pop_sp.png) no-repeat 0 0!important;
    position: absolute;
    bottom: -9px;
    right: 15px;
}
.link-bn-bottom { margin: 0 3% 0; }
.sp { display: block!important; }
.pc { display: none!important; }
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
.no1-container img {
    width: 100%;
    height: auto;
}
.hero-bottom img {
    width: 10px;
    height: auto;
}
    /* SNS SHARE */
.share-container{
    margin: 0 0 5%;
    padding: 0 20px;
}
.share-container .inner{
    width: 100%;
    height: auto;
    margin: 0 0 0;
    padding: 2%;
    background: url(../img/bg_share.png) no-repeat;
    background-size: cover;
    position: relative;
    box-sizing: border-box;
    border-radius: 10px;
}
h3{
    width: 80%;
    margin: 0 auto;
    padding: 0 5%;
    }
h3 img{
    width: 100%;
    height: auto;
    vertical-align: middle;
    }
ul.share-list{
    margin: 2% 0;
    text-align: center;
}
ul.share-list li{
    width: 20%;
    margin: 0 1%;
    display: inline-block;
}
ul.share-list li img{
    width: 80%;
    height: auto;
    }
.share-img{
    width: 23%;
    position: absolute;
    right: 10px;
    bottom: 0;
}
.share-img img{
    width: 100%;
    height: auto;
}
.hero-2nd {
    padding:  0 20px 5%;
    text-align: center;
}
.box1 ul.img2col, .box2 ul.img3col, .box3 ul.img2col, .box1 .check-box, .box2 .check-box, .box3 .check-box, ul.voice-list {
    padding: 0 3%;
    box-sizing: border-box;
}
.box3 .check-box h5 { margin: 0 0 0 5%; }
.box3 .check-box ul li ul li p { margin: 0 0 0 5%; }
.box1 .read-box, .box2 .read-box, .box3 .read-box { }

.box1 h2, .box2 h2, .box3 h2 {
    padding: 0 2% 0 32%;
    color: #ffffff;
    text-align: left;
}
.conversion .inner {
    padding: 0 2%;
    box-sizing: border-box;
}
.link-bn-bottom { margin: 0% 3% 0; }

.movie-title{
    width: 100%;
    height: 60px;
    background: #3d220d;
    position: relative;
}
.movie-title img{
    width: 30%!important;
    height: auto!important;
    position: absolute;
    top: 0;
    bottom:0;
    left: 0;
    right: 0;
    margin: auto;
    /*z-index: 2;*/
}
.movie-read{
    margin: 30px 0 30px;
    text-align: center;
    padding: 0 20px;
}
.movie-container{
    margin: 20px 0 5%;
}
.movie-list{
    width: 94%;
    margin: 0 auto 0;
    padding: 40px 40px 0;
    border: 2px solid #008f2b;
    border-radius: 10px;
    box-sizing: border-box;
}
.sp { display: none!important; }
.pc { display: block!important; }
}
