@charset "UTF-8";
/* CSS Document */
body{
    font-size: 14px;
}
br.sp_only{
    display: none;
}
.com_wrapper{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 4rem 0;
}
#sec_read,#sec_recom,#sec_other{
    background-color: #f4f4f4;
}
.com_wrapper h3{
    text-align: center;
    font-size: 2.4rem;
    color: #1b8d02;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 5rem;
}
.com_wrapper h3:after{
        position: absolute;
    content: " ";
    background-color: #1b8d02;
/*
    background-size: 88px 4px;
    -moz-background-size: 88px 4px;
    -webkit-background-size: 88px 4px;
    -o-background-size: 88px 4px;
    -ms-background-size: 88px 4px;
*/
    height: 4px;
    width: 88px;
    left: 50%;
    bottom: 0;
    margin: 0 0 0 -40px;
    
}
.com_wrapper .column_wrapper{
    font-size: 0;
    text-align: center;
    margin-bottom: 4rem;
}
.com_wrapper .column_wrapper .column_box{
    display: inline-block;
    vertical-align: top;
    width: 30%;
    margin-right: 5%;
    text-align: center;
    font-size: 14px;
}
.com_wrapper .column_wrapper .column_box h4{
    font-size: 1.8rem;
    color: #1b8d02;
    margin-bottom: 4px;
}
.com_wrapper .column_wrapper .column_box img{
    width: 100%;
}
.com_wrapper .column_wrapper .column_box:last-child{
    margin-right: 0;
}
.com_wrapper .column_wrapper .column_box p{
    font-size: 1.6rem;
    text-align: left;
}

.com_wrapper .com_btn{
    text-align: center;
    margin: 6rem 0;
}
.com_wrapper .com_btn a{
    background-color: #1b8d02;
    color: #ffff79;
    width: 100%;
    max-width: 620px;
    display: inline-block;
        padding: 1rem 0rem;
    position: relative;
    box-shadow: 6px 6px 0 #ffff79;
}
.com_wrapper .com_btn a:after{
    position: absolute;
    content: "";
    right: 16px;
    width: 3px;
    height: 3px;
    border:14px solid transparent;
    border-left: 16px solid #ffff79;
    top: 50%;
    margin-top: -12px;
}

.com_wrapper .column_wrapper .column_box .com_btn p{
    text-align: center;
}
.com_wrapper .btn_s a:after{
    border: 8px solid transparent;
    border-left: 10px solid #ffff79;
    margin-top: -10px;
}
.com_wrapper .column_wrapper .column_box .btn_s{
    margin: 2rem 0;
}

/*kv*/
#sec_kv{
    height: 410px;
    background: url("../images/kv_bg.jpg") no-repeat;
    background-size: cover;
}
#sec_kv .com_wrapper{
    padding: 0;
}
#sec_kv img{
    width: 88%;
}

/*read*/
#sec_read .read_box{
    padding: 2rem;
    border: 2px solid #1b8d02;
    background-color: #ffffff;
    
}
#sec_read .read_box h2{
    text-align: center;
    color: #1b8d02;
    font-size: 1.4rem;
    line-height: 1.5;
}

#sec_read .read_box h2 em{
        font-style: normal;
    font-size: 140%;
    background: linear-gradient(transparent 70%,#ffff79 40%);
}
/*about*/
#sec_about .about_intro{
    font-size: 1.6rem;
    text-align: center;
}
#sec_about .about_intro ul{
    text-align: left;
    list-style-image: url("../images/orange.png");
    padding-left: 2rem;
}
#sec_about .about_intro ul li.about_intro_title{
    font-size: 1.8rem;
    font-weight: bold;
}
#sec_about .about_intro .about_intro_child{
    display: block;
    margin-bottom: 14px;
    padding-left: 30px;
    list-style: disc;
}
#sec_about .about_intro p{
    font-size: 2rem;
    padding-top: 2rem;
}
#sec_about .about_price{
    margin: 4rem auto;
    max-width: 500px;
}
#sec_about .about_price dl{
    padding: 2rem;
    border: 1px solid #1b8d02;
    font-size: 0;
}
#sec_about .about_price dl dt{
    font-size: 2rem;
    display: inline-block;
        background-color: #1b8d02;
    color: #fff;
    padding: 0px 10px;
        vertical-align: top;
    margin-right: 20px;
}
#sec_about .about_price dl dd{
    display: inline-block;
    font-size: 3rem;
    text-align: center;
    line-height: 1.2;
        vertical-align: top;
}
#sec_about .about_price p{
    margin-top: 2rem;
    font-size: 1.4rem;
    text-align: center;
}
#sec_about .about_price p a{
    text-decoration: underline;
    color: #1b8d02;
}
#sec_about .about_detail{
    padding: 2rem;
    background-color: #f4f4f4;
}
#sec_about .about_detail .about_period{
    font-size: 1.4rem;
    display: inline-block;
    padding: 8px;
    margin-top: 1rem;
    background-color: #cecece;
}
#sec_about h5{
    font-size: 1.8rem;
    text-align: center;
        margin-bottom: 2rem;
}
#sec_about .about_detail dl dt{
    font-size: 1.5rem;
    display: inline-block;
    background-color: #1b8d02;
    color: #fff;
    padding: 0px 10px;
    vertical-align: top;
}
#sec_about .about_detail dl dd ul{
    padding: 0 0 0 30px;
}
#sec_about .about_detail dl dd li{
    font-weight: inherit;
}
#sec_about .about_detail dl dd{
    padding: 10px 10px 30px 10px;
}
#sec_about .about_detail dl dd em{
    font-size: 2rem;
    font-style: normal;
    background: linear-gradient(transparent 70%,#ffff79 40%);
}
#sec_about .about_detail dl dd p{
    font-size: 1.2rem;
    margin-top: 2rem;
}
#sec_about .about_attention{
    text-align: center;
}
#sec_about .about_attention ul{
    list-style: disc;
    padding-left: 22px;
    display: inline-block;
    max-width: 600px;
    
}
#sec_about .about_attention ul li{
    font-size: 1.4rem;
    text-align: left;
}
#sec_other .com_wrapper .column_wrapper .column_box{
    width: 36%;
}
#sec_comparison .comp_table_wrapper table{
    width: 100%;
}

#sec_comparison .comp_table_wrapper table tr th{
    font-size: 1.2rem;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background-color: #d8d8d8;
    vertical-align: middle;
    padding: 8px 4px;
    
}
#sec_comparison .comp_table_wrapper table tr th:last-child{
    border-right: 1px solid #d8d8d8;
}
#sec_comparison .comp_table_wrapper table tr td{
    font-size: 1.4rem;
    padding: 10px;
    vertical-align: middle;
    border-right: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
}
#sec_comparison .comp_table_wrapper table tr td.texta_c{
    text-align: center;
}
#sec_comparison p{
        font-size: 1.4rem;
    padding-top: 10px;
}
#sec_comparison .com_wrapper .com_btn a p{
    background-color: inherit;
    font-size: 2rem;
    text-align: center;
    padding-top: 0;
}
/*------------------------------------------------------------*/
/* FOOTER
/*------------------------------------------------------------*/
footer {
  text-align: center;
}

.f_logo {
  background: #fff;
  padding: 30px;
}

.f_logo img {
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.f_cw {
  background: #000;
  color: #fff;
  font-size: 1.2rem;
  padding: 20px;
}
@media screen and (max-width: 1000px){
    #sec_kv {
    height: auto;
}
    #sec_kv img{
    width: 100%;
}
}
@media screen and (max-width: 655px){
    br.sp_only{
        display: block;
    }
    .com_wrapper {
    padding: 4rem 2rem;
}
.com_wrapper .column_wrapper .column_box p {
    font-size: 1.3rem;
}
    #sec_read .read_box h2{
        font-size: 1.2rem;
    }
    .com_wrapper h3{
        font-size: 1.8rem;
    }
#sec_about .about_intro {
    font-size: 1.4rem;
}
    #sec_about .about_price dl{
        text-align: center;
    }
    #sec_about .about_price dl dt{
            margin-right: 0px;
        margin-bottom: 20px;
    }
    #sec_about .about_detail dl dd {
    padding: 10px 0px 30px 0px;
}
    #sec_about .about_detail dl dd ul {
    padding: 0 0 0 20px;
}
    #sec_about .about_detail dl dd ul li{
        font-size: 1.2rem;
    }
    #sec_about .about_detail dl dd em{
        font-size:  1.6rem;
    }
    #sec_about .about_price p {
    font-size: 1.2rem;
    text-align: left;
}
    #sec_about .about_attention ul li {
    font-size: 1.2rem;
    text-align: left;
}
    #sec_about .about_price dl dd small{
        font-size: 42%;
    }
    #sec_about .about_intro{
        text-align: left;
    }
    .com_wrapper .column_wrapper .column_box{
    width: 100%;
    margin-right: 0;
        margin-bottom: 33px;
}
    #sec_other .com_wrapper .column_wrapper .column_box {
    width: 100%;
}
    .com_wrapper .column_wrapper .column_box:last-child{
        margin-bottom: 0;
    }
    .com_wrapper .btn_l a p{
        font-size: 1.5rem;
    }
    .com_wrapper .btn_l a:after{
    border: 8px solid transparent;
    border-left: 10px solid #ffff79;
    margin-top: -10px;
}
    
}