a:hover {
opacity: 0.7;
}
h3.stl {
font-size: 1.5rem;
text-align: center;
letter-spacing: 2px;
margin-bottom: 40px;
}
h3.stl span.start {
font-size: 2rem;
color: #ff0f0f;
}
h3.stl span.meta {
display: block;
letter-spacing: 0;
margin: 5px;
font-size: 1rem;
} section.slider .Characters .slick-item img {
width: 100%;
object-fit: cover;
}
@media screen and (min-width: 650px) {
section.slider .Characters .slick-item img {
width: auto;
height: 550px;
}
}
section.slider .welcome-message {
padding-right: 0 !important;
padding-left: 0 !important;
text-align: center;
margin: 0 auto;
position: absolute;
width: 100% !important;
top: 40%;
}
@media screen and (min-width: 650px) {
section.slider .welcome-message {
padding: 50px 0px 70px;
width: 100% !important;
}
}
section.slider .welcome-message h2 {
background: rgba(200, 200, 200, 0.5);
padding: 20px 0;
} section.contents {
margin: 40px 0;
}
section.contents.index_service {
margin-top: 0;
}
section.contents .service-contents {
width: 90%;
margin: 0 auto 100px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
section.contents .service-contents a.cotents {
width: 43%;
border: 1px solid #ccc;
margin: 10px 0;
padding: 15px 5px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: start;
}
section.contents .service-contents a.cotents:hover {
background: #ddd;
opacity: 0.7;
}
section.contents .service-contents a.cotents i {
font-size: 2rem;
margin-bottom: 0.6em;
opacity: 0.8;
color: #ff0f0f;
}
section.contents .service-contents a.cotents h4 {
font-size: 1rem;
}
section.contents .index_news_list {
margin-bottom: 100px;
}
section.contents .index_news_list article.item {
width: 90%;
margin: 0 auto;
}
section.contents .index_news_list article.item a {
border: none;
border-bottom: 1px solid #ddd;
background: unset;
}
section.contents.index_contact a {
display: block;
text-align: center;
}
section.contents.index_contact a:hover {
opacity: 0.7;
}
section.contents.index_contact a img {
width: 90%;
}
@media screen and (min-width: 650px) {
section.contents .service-contents a.cotents {
width: 20%;
}
} .columnist .columnist-image {
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
}
.columnist .columnist-image a {
width: 46%;
}
.columnist .user_column_image {
border-radius: 50%;
display: block;
overflow: hidden;
position: relative;
}
.columnist .user_column_image .columnist_name {
position: absolute;
bottom: 0;
left: 0;
color: #000;
font-size: 1.1rem;
font-weight: 600;
background: rgba(200, 200, 200, 0.5);
height: 25%;
padding-top: 7%;
width: 100%;
text-align: center;
}
@media screen and (min-width: 650px) {
.columnist .user_column_image .columnist_name {
font-size: 1.4rem;
}
}
.sort-links {
display: flex;
width: 100%;
margin: 10px;
}
.sort-links a {
display: block;
padding: 10px;
border: 1px solid #ccc;
margin: 0 5px;
background: #fff;
} .author .page_navi .next {
display: contents;
}
.author .page_navi .prev {
display: contents;
}
.author .categories {
margin: 40px auto 100px;
}
.author .categories img {
margin: 20px 0;
width: 100%;
height: 150px;
object-fit: cover;
object-position: center center;
} #column_search {
height: 35px;
}
#column_search form {
width: 100%;
margin: 0 auto;
}
#column_search .search_input {
margin: 25px 0 0 0;
position: relative;
}
#column_search .search_input input {
height: 40px;
width: 100%;
padding: 15px;
border-width: 1px;
}
#column_search .search_input .search_button {
position: absolute;
right: 0px;
top: -25px;
margin-top: 25px;
}
#column_search .search_input .search_button label {
text-indent: -200px;
overflow: hidden;
display: block;
position: absolute;
top: 15px;
right: 11px;
width: 16px;
height: 16px;
pointer-events: none;
}
#column_search .search_input .search_button label:before {
font-family: "design_plus";
content: "\e915";
color: #333;
display: block;
position: absolute;
left: 0px;
top: 0px;
margin: auto;
font-size: 16px;
height: 16px;
line-height: 16px;
text-indent: 0;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
#column_search .search_input .search_button:hover label:before {
color: #ff7f00;
}
#column_search .search_input .search_button input {
border: none;
width: 40px;
height: 40px;
background: none;
text-indent: -300px;
overflow: hidden;
cursor: pointer;
}
@media screen and (min-width: 650px) {
#column_search {
width: 50%;
margin: 0 auto;
}
}