@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700|Roboto:400,500,700&display=swap&subset=japanese');

#blog_newtop {
    width: 1000px;
    margin: 0 auto;
}

#blog_newtop #search-form-b {
    display: none;
}

#blog_newtop img {
    width: 100%;
}

#blog_newtop section {
    margin: 0 auto 70px;
}

#blog_newtop section p , #blog_newtop section a {
    font-family: 'Noto Sans JP', sans-serif;
}

#blog_newtop section a:hover {
    text-decoration: none;
}

section h3 {
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 1px;
    font-weight: 500;
    margin: 15px auto;
}

.age ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 25px;
}

.age li {
    width: 33%;
    position: relative;
    background: #000;
}

.age li img {
    opacity: 0.9;
}

.age li p {
    position: absolute;
    color: #fff;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin: 0;
    padding: 0;
    font-size: 2rem;
    text-align: center;
}

.age li a:hover {
    opacity: 0.75;
}

.new_blog_list {
    margin-top: 25px;
}

.new_blog_list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.new_blog_list ul li {
    width: 49.5%;
}

.new_blog_list ul li a {
    color: #333;
}

p.blog_ttl {
    font-size: 0.98rem;
    text-align: justify;
    word-break: break-all;
    margin: 10px 0;
    font-weight: bold;
}

p.blog_date {
    font-size: 1rem;
    margin: 0 0 10px;
    opacity: 0.5;
    font-family: Roboto,sans-serif;
}

a.more {
    display: block;
    text-align: center;
    font-size: 1rem;
    border: 1px solid #333;
    width: 25%;
    padding: 8px;
    margin: 25px auto 45px;
    color: #333;
    text-decoration: none;
}

a.more:hover {
    background: #333;
    color: #fff;
}

a.more:before {
    content: '\f0da';
    font-family: 'FontAwesome';
    padding-right: 5px;
}

.hr {
    display: block;
    width: 10%;
    border-bottom: 1px solid #333;
    margin: 0 auto;
}

.new_teiki p.sub {
    text-align: center;
    margin-bottom: 25px;
}

.new_stylebook a , .new_youtube a {
    color: #333;
}

.new_stylebook div , .new_youtube div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    margin: 20px auto 0;
}

.new_stylebook div span , .new_youtube div span{
    text-align: center;
    width: 30%;
    font-weight: bold;
    font-size: 1.3rem;
    border-right: 1px solid #333;
    opacity: 0.6;
    font-family: Roboto,sans-serif;
    letter-spacing: 2px;
}

.new_stylebook div p , .new_youtube div p {
    width: 70%;
    margin: 0;
    text-align: center;
}

.new_stylebook div p br , .new_youtube div p br {
    display: none;
}

@media screen and (max-width: 1024px) {
#blog_newtop {
    width: 100%;
    margin: 17.5% 0 0;
}


}

@media only screen and (max-width: 767px) {
#search-form3 {
    display: none;
}

#blog_newtop #search-form-b {
    display: block;
    width: 100%;
    margin: 25px auto 0;
    text-align: center;
    padding: 0 13px;
}

#search-form-b form {
    background-color: #fff;
    width: 100%;
    height: 36px;
    border: 1px solid #cecece;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#search-form-b input {
    vertical-align: top;
    margin: 0px;
    height: 100%;
    box-sizing: border-box;
    background-color: transparent;
}

#search-form-b .search-button {
    width: auto!important;
    text-align: center!important;
    font-size: 16px!important;
    text-decoration: none!important;
    border: none;
    background: none;
    color: #cecece;
    padding: 0;
}

#search-form-b {
    
}

#search-form-b {
    
}

#search-form-b {
    
}

}



@media screen and (max-width: 480px) {

#blog_newtop section {
    margin: 0 auto 30px;
}

section h3 {
    font-size: 1rem;
    margin: 0 auto 8px;
}

.age ul {
    margin-top: 16px;
}

.age li p {
    font-size: 1.1rem;
    width: 100%;
}

.new_blog_list {
    margin-top: 16px;
}

.new_blog_list ul {
    justify-content: space-evenly;
}

.new_blog_list ul li {
    width: 47.5%;
}

p.blog_ttl {
    font-size: 0.8rem;
    margin: 8px 0 5px;
}

p.blog_date {
    font-size: 0.8rem;
}

a.more {
    font-size: 0.95rem;
    width: 50%;
    padding: 5px;
    margin: 10px auto 45px;
}

.hr {
    width: 20%;
    border-bottom: 1px solid #b2b2b2;
}

.new_teiki p.sub {
    font-size: 0.9rem;
    margin: 16px auto;
}

.new_stylebook div, .new_youtube div {
    /*flex-direction: column;*/
    /*margin: 10px auto 35px;*/
    margin: 10px auto 35px;
}

.new_stylebook div span, .new_youtube div span {
/*    width: 40%;*/
    border-right: 0;
/*    border-bottom: 1px solid #b2b2b2;*/
    width: 36%;
    font-size: 0.98rem;
    letter-spacing: 1px;
    /*padding-bottom: 3px;*/
}

.new_stylebook div p, .new_youtube div p {
/*    width: 100%;*/
    width: 64%;
/*    margin: 10px auto 0;*/
/*    padding: 0 10px;*/
    padding: 0 15px;
    font-size: 0.8rem;
    text-align: left;
    border-left: 1px solid #b2b2b2;
    line-height: 1.5;
}

.new_stylebook div p br , .new_youtube div p br {
    display: block;
}

}

@media screen and (max-width: 361px) {

.new_stylebook div, .new_youtube div {
    margin: 12px auto 35px;
}

.new_stylebook div span, .new_youtube div span {
    width: 35%;
}

.new_stylebook div p, .new_youtube div p {
    width: 65%;
    padding: 0 11px;
}
}

@media screen and (max-width: 321px) {
.new_teiki p.sub {
    font-size: 0.8rem;
}

.new_stylebook div span, .new_youtube div span {
    font-size: 0.9rem;
}

}