@charset "UTF-8";
/* CSS Document */
@import url("2023-pc.css?2025") screen and (min-width:641px);
@import url("2023-sp.css?2025") screen and (max-width:640px);

.uniform .contents	{color: #ffffff; background-color: #000000;}
.contents h3 > em, .contents h4 > em, .contents .concept strong em	{display: block; color: #c8161d; font-family: 'Barlow', sans-serif; line-height: 1.0;}
.contents .concept strong	{display: block; margin-bottom: 10px;}

.uniform .contents .itemButton {margin-bottom: 50px; text-align: center;}
.uniform .contents .itemButton a {display: inline-block; position: relative; padding: 20px 40px 20px 20px; color: #ffffff; background-color: #c8161d; border-radius: 5px; font-weight: bold; text-decoration: none; line-height: 1.0;}
.uniform .contents .itemButton a:hover, .uniform .contents .itemButton a:active {background-color: #660b0e; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s;}
.uniform .contents .itemButton a:after {display: block; content: "\f054"; position: absolute; top: 50%; right: 10px; margin-top: -0.55em; font-family: fontAwesome;}
.uniform .contents .fadein {opacity: 0; transition: all 1.5s}
