@charset "utf-8";
.category_box ul {
    margin-left: 0em;
}
.category_box li {
    float: left;
    width: 31.3%;
    margin-left: 1%;
    margin-right: 1%;
    text-align: center;
    list-style-type: none;
    margin-top: 1.5em;
}
.category_box a {
    width: 100%;
    height: 100%;
    display: inline-block;
    color: #333333;
    cursor: pointer;
}
.category_text  {
    line-height: 100%;
    font-size: 140%;
    letter-spacing: 0.1em;
}
.category_banner {
    border: 5px solid #EEE;
    text-align: center;
    background-color: #FFFFFF;
    border-radius: 0.5em;
    padding-bottom: 1em;
    line-height: 100%;
    padding-top: 2.5em;
}
.category_banner img {
    margin-top: 1em;
}
.banner_box {
}
.banner {
    margin-top: 4em;
}
.title_image {
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
    width: 70%;
}
.list_unit {
    border-bottom: 1px solid #CCCCCC;
    padding-top: 4em;
    padding-bottom: 4em;
}
.list_unit_image {
    max-width: 360px;
    width: 40%;
    float: left;
    line-height: 120%;
}
.list_unit_image span {
    font-size: 80%;
    display: block;
}
.list_unit_text {
    float: right;
    width: 60%;
}
.list_unit_text_title {
    font-size: 120%;
    font-weight: bold;
}
.movie {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    padding-bottom: 0px;
}
.movie_comment {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.box_first,.box_second {
    border-radius: 1em;
    padding-top: 1em;
    padding-right: 3em;
    padding-bottom: 3em;
    padding-left: 3em;
}
.box_first {
    border: 3px solid #AACC33;
}
.box_second {
    border: 3px solid #66BB44;
    margin-top: 3em;
    margin-bottom: 0.5em;
}
.box_first h2,.box_second h2  {
    border-bottom-style: none;
    font-size: 120%;
    text-align: center;
    margin-top: 0em;
    font-weight: normal;
}
.box_first dt,.box_second dt {
    font-size: 80%;
    line-height: 80%;
    margin-top: 1em;
}
.box_first h2,.box_first dt  {
    color: #AACC33;
}
.box_second h2,.box_second dt  {
    color: #66BB44;
}









@media screen and (max-width: 768px) {
.category_box li {
    width: 31.3%;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 0.5em;
}	
.category_banner {
    border: 3px solid #EEE;
    padding-top: 1em;
    padding-bottom: 0em;
}
.category_banner img {
    margin-top: 0.5em;
}
.category_text  {
    font-size: 90%;
    letter-spacing: 0em;
    font-weight: normal;
}
.banner_box {
}
.banner {
    margin-top: 2em;
}
.list_unit_image {
    max-width: 100%;
    width: 100%;
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.list_unit_text {
    width: 100%;
    float: none;
    margin-top: 1em;
}
.movie_comment {
    font-size: 90%;
    text-align: left;
}
.box_first,.box_second {
    padding-top: 1em;
    padding-right: 2em;
    padding-bottom: 2em;
    padding-left: 2em;
}
.text_button {
    display: block;
    max-width: 20em;
}
}
