@charset "utf-8";
body.fixed #header {
top: 0;
}
main {
    margin-top: -70px;
}
.form_header{
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
}
#MaterialFormInner h1 {
    text-align: center;
    font-size: 2.2em;
    font-weight: 600;
    line-height: 2em;
    padding: .3em 0;
    border-bottom: 4px solid #78282a;
    margin-top: 0.5em;
}
#submain section h1 {
    color: #78282a;
    font-size: 2em;
    text-align: center;
    line-height: 2em;
}
#submain section h2 {
    color: #4d4d4d;
    font-size: 1.3em;
    text-align: left;
    line-height: 2em;
    margin-top: 5em;
    border-bottom: #e0e0e0 1px solid;
}
.ContactInner form span.description {
    float: left;
}
.ContactInner p {
    margin-top: 2em;
}
footer#footer .inner {
    min-height: 1em!important ;
}
#footer .pageup {
    position: absolute;
    top: 18px;
    right: 155px;
    color: #fff;
}
.CatalogInner p.toTop {
    text-align: center;
    font-size: 1em;
    padding: 3em;
}
.Catalog .CatalogInner .category_list{
    
}
.Catalog .CatalogInner .category_list ul{
    text-align: center;
    padding-top: 10%;
}
.Catalog .CatalogInner .category_list ul li{
    display: inline-block;
    margin: 5px;
}
.Catalog .CatalogInner .category_list ul li p{
    color: #77292c;
    font-size: 13px;
    background: #fff;
    border: 1px solid #77292c;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    display: block;
    cursor: pointer;
    min-width: 9em;
}
.Catalog .CatalogInner .category_list ul li p:hover,
.Catalog .CatalogInner .category_list ul li p.active{
    background: #77292c;
    color: #fff;
}

.Catalog .CatalogInner .to_catalog {
    padding: 3em 0 0 1em;
}
.Catalog .CatalogInner .to_catalog p {
    padding-bottom: 1em;
}
.Catalog .CatalogInner .to_catalog a {
    color: #4970bf!important;
    font-size: 1.1em;
}
.Catalog .CatalogInner .to_catalog a.arrow {
    position: relative;
}
.Catalog .CatalogInner .to_catalog a.arrow:after {
    right: -21px;
    margin: -3px 0 0;
    width: 12px;
    height: 7px;
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    background: url(/assets/images/common/icon_arrow03.png) no-repeat;
}
.catalog{
    display: none;
    margin-top: 44px;
}
.catalog.active{
    display: block;
}
.catalogBox_out{
    margin-top: 0px;
}
.CatalogInner h2{
}
#Catalog_1 {
}
.Catalog_2 .catalog_box_lower{
    height: 190px;
}
.Catalog_2 .catalog_box_lower h3 { 
    font-size:1.0em; 
    font-weight: 600; 
    line-height: 1.3em; 
    color: #78282a;
}
.Catalog_2 .catalog_box .summary {
    margin: 0 0 0 15.41%;
    padding: 2px 0 0;
}
.Catalog_2 .catalog_box .summary li {
    font-size: 0.9em ;
}

.Catalog_2 .catalog_box .summary li span {
    display: inline-block;
    left: 0;
    margin: 5px 4px 0px;
    color: #fff;
    width: 50px;
    height: 22px;
    font-size: 0.85em;
    font-weight: 700;
    text-align: center;
    line-height: 22px;
    background: #a3a3a3;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    border-radius: 24px;
}

#Catalog_3 {
}
#Catalog_4 h2 {
}
#Catalog_3 a.after_comic {
    margin: -30px auto 70px;
}
#Catalog_3 a.after_comic > i {
    left: -10px;
}
.Catalog_4 table {
    display: inline-block;
    margin: 18px 20px;
}
.Catalog_4 tr {
    border: 1px solid #a1a1a1;
}
.Catalog_4 th {
    background-color: #f1f1f1;
    font-size: 1.1em;
    font-weight: 500;
}
.Catalog_4 th, .Catalog_4 td {
    line-height: 4.5em;
    padding-left: 1.6em;
    padding-right: 2.2em;
    font-weight: 500;
}
.Catalog a  {
    color: #4970bf;
}
.Catalog a:hover  {
    text-decoration: underline;
}

@media only screen and (max-width: 767px){
.Catalog .CatalogInner .to_catalog{
    text-align: center;
}
#Catalog_3 a.after_comic {
    margin-top: 0px;
}
.Catalog .CatalogInner .to_catalog {
    padding: 3em 0 0 0;
    margin-left: -2em;
    font-size: 1em;
}
}
@media only screen and (max-width: 740px){
    .form_page #header .logo img {
    width: auto;
    height: 30px;
    }
    .MaterialFormBox p.form_paragraph {
    font-size: 1.1em;
    }
    .MaterialFormBox form {
    padding-left: 0px;
}
    #footer .pageup {
        top: 0px;
        right: 13px;
    }
    #footer .copyright {
        width: 100%;
        text-align: center;
    }
    #footer .inner {
        height: 72px;
        margin-top: 3em;
    }
    .Catalog .CatalogInner .to_catalog a {
        font-size: 0.8em;
    }
    #Catalog_1 {
    }
    #Catalog_3 {
    }
}
@media screen and (max-width: 1400px) and (min-width: 741px){
    #header {
    top: 0px;
    }
}
@media print, screen and (min-width: 741px){
    body.fixed #header {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 62px;
}
}
@media print, screen and (min-width: 861px){
    #header .logo {
        margin: 0 24px;
        padding: 20px 0;
    }
}
