@charset "UTF-8";
/* ------------------------------------------------------------------------------
top
------------------------------------------------------------------------------ */
h2 {
font-size: 139%;
font-weight: bold;
border-left: 8px solid #F1AB3F;
padding: 10px 3px;
margin-bottom: 20px;
}
.topBtn {
width: 100%;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-bottom: 35px;
}
.topBtn li {
width: 48%;
margin-bottom: 10px;
}
.topBtn li img {
width: 100%;
height: auto;
}
.keyword {
margin-bottom: 30px;
}
.keyword img {
margin-bottom: 20px;
float: left;
}
.keywordInner {
float: left;
width: 86%;
margin-left: 10px;
}
.keyword input {
width: 100%;
padding: 10px;
font-size: 108%;
border: 1px solid #b4b3b3;
border-radius: 5px;
background-color: #FFFDF2;
outline: none!important;
margin-bottom: 5px;
}
.keyStxt {
float: right;
letter-spacing: -1px;
font-size: 85%;
}
.topKana {
height: 146px;
margin-bottom: 30px;
}
.topKana input[type=radio] {
display: none;
}
.topKana input[type="radio"].checkbox01:checked + label {
background: #F1AB3F;
color: #ffffff;
border-left: 1px solid #F1AB3F;
border-top: 1px solid #F1AB3F;
/*border-bottom: 1px solid #F1AB3F;*/
}
.topKana .check_label:hover {
background-color: #F1AB3F;
color: #ffffff;
border-left: 1px solid #F1AB3F;
border-top: 1px solid #F1AB3F;
/*border-bottom: 1px solid #F1AB3F;*/
}
.kanaBox {
/* width: 100%; */
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
border: 1px solid #F1AB3F;
border-left: 0px;
border-top: 0px;
}
.topKana .check_label {
width: 19.6%;
height: 37px;
text-align: center;
cursor: pointer;
font-size: 110%;
color: #040000;
background-color: #ffffff;
border-left: 1px solid #F1AB3F;
border-top: 1px solid #F1AB3F;
display: grid;
place-items: center;
}
/* .topKana .check_label.last,
.topKana .check_label:last-child {
border-right: 1px solid #F1AB3F;
}
.topKana .check_label.btmLine {
border-bottom: 1px solid #F1AB3F;
} */
.topMap {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-bottom: 20px;
}
.topMap .check_label02 {
width: 40%;
padding: 13px 10px;
margin-bottom: 15px;
border-radius: 5px;
background-color: #ffffff;
text-align: center;
color: #040000;
font-weight: bold;
font-size: 116%;
cursor: pointer;
border: 1px solid #F1AB3F;
display: grid;
place-items: center;
}
.topMap input[type=radio] {
display: none;
}
.topMap input[type="radio"].checkbox02:checked + label {
background: #F1AB3F;
color: #ffffff;
border: 1px solid #F1AB3F;
}
.topMap .check_label:hover {
background-color: #F1AB3F;
color: #ffffff;
border: 1px solid #F1AB3F;
}
.ft_TxtBox {
background-color: #ffffff;
padding: 13px;
margin-bottom: 30px;
}
.ft_TxtBox h3 {
font-size: 108%;
font-weight: bold;
color: #4E4D4D;
margin-bottom: 10px;
letter-spacing: -2px;
}
.ftTxt {
font-size: 93%;
letter-spacing: -1.5px;
line-height: 1.8;
}
.topNews h4 {
background-color: #F1AB3F;
color: #ffffff;
padding: 7px 7px 7px 10px;
font-weight: bold;
font-size: 108%;
}
.topNews ul {
background-color: #ffffff;
padding: 10px 7px;
margin-bottom: 30px;
}
.topNews li {
padding: 3px 0;
width: 100%;
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
}
.topNews p {
letter-spacing: -1px;
}
p.newDay {
width: 20%;
margin-right: 10px;
}
p.newTit {
width: 70%;
line-height: 1.2;
letter-spacing: -1.1px;
}
h5 {
font-size: 110%;
font-weight: bold;
letter-spacing: -0.5px;
margin-bottom: 2px;
margin-left: 4px;
}
p.topFtTxt {
margin-bottom: 10px;
margin-left: 4px;
}
.topFtBox {
/*display: flex;
flex-wrap: wrap;
justify-content: space-between;*/
background-color: #FDEFDB;
padding: 10px;
text-align:center;
/*font-family: 'Noto Serif JP', serif;*/
}
.topftItem {
width: 48%;
margin-bottom: 5px;
font-size: 93%;
line-height: 1.5;
}
.topftItem p {
letter-spacing: -1.2px
}









