@charset "utf-8";

#download-page-wrapper{
	margin-bottom: 80px;
}

.download-header-read{
    margin-top: 20px;
    margin-bottom: 20px;
}
@media screen and (min-width: 768px){
.download-header-read{
    margin-top: 40px;
    margin-bottom: 40px;
}
}
.download-header-read h1{
    font-size: 1.2rem;
    margin-bottom: 10px;
    font-weight: bold;
}
@media screen and (min-width: 768px){
.download-header-read h1{
    font-size: 2.2rem;
    margin-bottom: 20px;
    font-weight: normal;
    text-align: center;
}
}

.download-top-container {
    padding: 15px;
}
@media screen and (min-width: 768px){
.download-top-container {
    padding: 50px 15px 30px;
}
}
@media screen and (min-width: 768px){
.download-top-text{
    font-size: 1.0rem;
}
}

.download-category-container-fluid{
    background: repeating-linear-gradient(-45deg, #fff0f0, #fff0f0 10px,#FFEBED 10px, #ffebec 20px);
    padding-top: 30px;
    padding-bottom: 30px;
}
@media screen and (min-width: 768px){
.download-category-container-fluid{
    padding-top: 50px;
    padding-bottom: 50px;
}
}
.download-category-container-fluid h3{
    text-align: center;
    margin-bottom: 20px;
    font-size: 1.0rem;
    font-weight: bold;
    color: #ff7e7f;
}
@media screen and (min-width: 768px){
.download-category-container-fluid h3{
    font-size: 1.2rem;
}
}
.download-now-category-container-fluid{
    background: #8a8a8a;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    margin-bottom: 35px;
    position: relative;
}
.download-now-category-container-fluid:before {
	position: absolute;
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	border-top-color: #8a8a8a;
	border-width: 10px;
	margin-left: -10px;
}
@media screen and (min-width: 768px){
.download-now-category-container-fluid{
	margin-bottom: 50px;
}
}
@media screen and (min-width: 768px){
.download-now-category-container-fluid{
    padding-top: 25px;
    padding-bottom: 25px;
}
}
.download-now-category-container-fluid h3{
    color: #fff;
    text-align: center;
    margin: 0 auto;
    font-size: 1.2rem;
}
@media screen and (min-width: 768px){
.download-now-category-container-fluid h3{
	font-size: 1.4rem;
}
}
.download-category-area h3{
	border-left: 3px solid #EC407A;
    font-weight: bold;
    padding-left: 10px;
    line-height: 2.1;
    font-size: 0.9rem;
    margin-bottom: 15px;
}
@media screen and (min-width: 768px){
.download-category-area h3{
    padding-left: 10px;
    line-height: 2.1;
    font-size: 1.2rem;
}
}
.download-category-area ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media screen and (min-width: 768px){
.download-category-area ul{
	justify-content: flex-start;
}
}
.download-category-area ul li{
	background: #fff;
	margin-bottom: 10px;
	width: 32%;
	text-align: center;
	border-radius: 5px;
	align-self: center;
	border: 1px solid #6a6a6a;
    padding: 12px 8px;
	color: #6a6a6a;
}
@media screen and (min-width: 768px){
.download-category-area ul li{
    margin-bottom: 10px;
    width: 18%;
    text-align: center;
    border-radius: 5px;
    align-self: center;
    font-size: 1.1rem;
    margin-right: 10px;
	padding: 16px 8px;
}
}
.download-contents h3{
}
@media screen and (min-width: 768px){
.download-contents h3{
}
}
.how-use{
    padding: 15px;
    margin: 30px 10px;
    color: #565656;
    background: #ffeaea;
    box-shadow: 0px 0px 0px 10px #ffeaea;
    border: dashed 2px #ffc3c3;
    border-radius: 8px;
}
@media screen and (min-width: 768px){
.how-use{
    padding: 30px;
	margin: 50px 8px;
}
}
.how-use h4{
	font-size: 0.9rem;
	margin-bottom: 10px;
	font-weight: bold;
}
@media screen and (min-width: 768px){
.how-use h4{
	font-size: 1.1rem;
}
}
.download-contents section{
	margin: 30px 0 50px;
}
.download-contents section h4{
	border-bottom: 1px dotted;
    color: #ec407a;
	padding-bottom: 5px;
	margin: 15px 0;
    font-weight: bold;
    font-size: 1.0rem;
}
@media screen and (min-width: 768px){
.download-contents section h4{
	font-size: 1.3rem;
}
}
.rl-gallery-container .rl-gallery-item a img{
	transition: 0.3s;
}
.rl-gallery-container .rl-gallery-item a:hover img{
	opacity: 0.8;
	transition: 0.3s;
}
.rl-gallery-container .rl-gallery-item img{
    width: 100%;
    height: 80px;
    vertical-align: bottom;
    object-fit: contain;
    font-family: 'object-fit: cover;';
}
@media screen and (min-width: 544px){
.rl-gallery-container .rl-gallery-item img{
    width: 100%;
    height: 150px;
}
}
@media screen and (min-width: 768px){
.rl-gallery-container .rl-gallery-item img{
    width: 100%;
    height: 250px;
}
}
.rl-gallery-caption{
	display: none !important;
}
@media screen and (min-width: 768px){
.rl-gallery-caption{
	display: block !important;
}
}
.rl-gallery .rl-gallery-link .rl-gallery-caption, .rl-gallery .rl-gallery-link:after {
    background-color: rgb(170, 170, 170) !important;
}
.dl-category-dropdown{
	text-align: center;
}
.dl-category-dropdown .btn {
	width: 100%;
    color: #fff;
    background-color: #ff7e7f;
    border-color: #d6696a;
    height: 40px;
}
@media screen and (min-width: 768px){
.dl-category-dropdown .btn {
	width: 500px;
    height: 60px;
}
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    background-color: #ff686a;
    border-color: #d6696a;
}
.mixup-container .mix{
	display: none;
}
ul.mixup-category-list li{
	transition: 0.2s;
	cursor: pointer;
}
ul.mixup-category-list li:hover{
    background: #ff7e7f;
    color: #fff;
    transition: 0.2s;
}
ul.mixup-category-list li.active{
    background: #ff7e7f;
    color: #fff;
}

.download-box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.download-box section{
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #ccc;
    padding: 20px 10px;
}
@media screen and (min-width: 768px){
.download-box section{
	width: 48%;
    padding: 20px 30px;
}
}
#page-download.download-box section h4{
/* 20231125 */
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 10px;
    font-weight: bold;
}
.download-box section h4{
    font-size: 0.8rem;
    line-height: 1.6;
    margin-bottom: 10px;
    font-weight: bold;
}
@media screen and (min-width: 768px){
/* 20231125 */
#page-download.download-box section h4{
    font-size: 1.3rem;
    line-height: 1.6;
}
.download-box section h4{
    font-size: 1.0rem;
    line-height: 1.6;
}
}
.download-box section .dl-image{
	margin-bottom: 15px;
    text-align: center;
}
.download-box section .dl-image a img{
	transition: 0.2s;
}
.download-box section .dl-image a:hover img{
	opacity: 0.8;
	transition: 0.2s;
}
.download-box section .dl-file{
	text-align: center;
}
.download-box section .dl-file a{
    border: 1px solid;
    padding: 10px;
    display: inline-block;
}
.download-box section .dl-file a::before{
  font-family: "Font Awesome 5 Free";
  content: "\f1c1";
  padding-right: 8px;
}

.dropdown-item {
    padding: 8px 20px;
}
.table-shomei{
    margin-top: 25px;
}
.table-shomei th{
    width: 20%;
}
.table-shomei td, .table-shomei th{
    border-top: 1px solid #7f7f7f;
    padding: 15px;
}

