@charset "UTF-8";

h2.ttl_30{
	margin-bottom: 20px;
}
h2.ttl_30 + p{
    text-align: center;
    font-size: 1.8rem;
}

#glossary01 dl{
    margin:40px 0;
}
#glossary01 dl dt{
    text-align: center;
    position: relative;
    font-size: 2.4rem;
}
#glossary01 dl dt:before {
    content: "";
    width: 100%;
    height: 2px;
    background: linear-gradient(to right,#e6e6e6 40%,#fff0 40%,#fff0 59%,#e6e6e6 59%);
    display: block;
    top: 50%;
    position: absolute;
}
#glossary01 dl dd{
    width: 90%;
    margin: 20px auto;
}
#glossary01 dl dd a{
    width: calc(100% / 4 - 10px);
    background: #00a53c;
    border-radius: 5px;
    color: #fff;
    font-size: 2.1rem;
    text-align: center;
    padding: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
}
#glossary01 dl dd a:before{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    right: 10px;
    top: calc(50% - 2px);
}
#glossary01 dl dd a:nth-of-tyle(4),#glossary01 dl dd a:nth-of-tyle(8){
	margin-right:0;
}
#glossary02 h3{
    font-size: 2.1rem;
    background: linear-gradient(to right,#00a53c 4.5em,#e6e6e6 4.5em);
    color: #fff;
    padding: .6em 1em;
}
#glossary02 dl{
    margin: 40px 0px;
}
#glossary02 dl dt{
    font-size: 1.8rem;
    border-bottom: 2px solid #e6e6e6;
    padding: 0 0 .5em 50px;
    position: relative;
}
#glossary02 dl dt span{
    margin-left: .5em;
    font-size: 1em;
}
#glossary02 dl dt:before{
    content: "";
    width: 40px;
    height: 1.5em;
    display: inline-block;
    background: url(../img/common/glossary_icon.png) no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 15px;
    left: 0;
}
#glossary02 dl dd{
    padding: 1em 0 0 3em;
}
a.link_back{
    font-size: 1.4rem;
    background: #333;
    color: #fff;
    padding: 20px 40px;
    display: block;
    margin: 0 0px 80px auto;
    width: 220px;
    border-radius: 5px;
    position: relative;
}
a.link_back:before{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 5px 0px 5px;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    right: 10px;
    top: calc(50% - 4px);
    transform: rotate(180deg);
}
section#glossary01{
    margin-top:40px;
}









@media screen and (max-width: 767px) {
	#glossary01 dl dt:before {
    background: linear-gradient(to right,#e6e6e6 24%,#fff0 24%,#fff0 75%,#e6e6e6 75%);
}
#glossary01 dl dd a{
	width: calc(100% / 3 - 10px);
}
#glossary02 dl dd {
    padding: 1em 0 0 0em;
    font-size: 1.4rem;
}
#glossary02 dl dt span {
    display: inline-block;
    font-size: .8em;
}
a.link_back {
    font-size: 1.4rem;
    background: #333;
    color: #fff;
    padding: 20px 40px;
    display: block;
    margin: 0 auto 80px auto;
    width: fit-content;
    border-radius: 5px;
    position: relative;
}
#glossary02 dl dt:before {
    content: "";
    width: 40px;
    height: 1.5em;
    display: inline-block;
    background: url(../img/common/glossary_icon.png) no-repeat;
    background-size: cover;
    position: absolute;
    bottom: calc(50% - 7px);
    left: 0;
}
#glossary02 dl dt {
    line-height: 1.5em;
}
#glossary02 dl dt span{
    margin-left: 0;
}
}