@charset "utf-8";

/*----------------------------------------------------
    共通css
----------------------------------------------------*/

.category_links{
  font-size: 2.6rem;
  font-weight: bold;
  margin: 9rem auto 4rem;
  line-height: 1.4;
  padding: 1.5rem 3rem 1.2rem;
  background: var(--color-yellow);
  border-bottom: 1px solid var(--color-navy);
  box-shadow: 0px 8px 0px var(--color-yellow);
  position: relative;
}

.sticky_area {
    position: fixed;
    bottom: 300px;
    z-index: 101;
    background: #ffec71;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
}
.sticky_area a {
    text-align: center;
    text-decoration: none;
    display: block;
    font-size: 15px;
    line-height: 2.6rem;
    font-weight: bold;
    width: 320px;
    height: 100px;
    padding: 10px 10px 10px 38px;
    z-index: 3;
    background: url(https://www.mobatem.com/wp/wp-content/themes/SE040/img/side_pic.jpg) no-repeat left -19px center;
    background-size: 30%;
}
.sticky_area a span {
    font-size: 20px;
    padding-left: 2px;
}
.sticky_area a:after {
    right: 14px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #053657;
    border-right: 2px solid #053657;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    content: '';
    top: 50%;
}

#contents .lead {
    color: #fff;
    margin-bottom: 4rem;
}

.ffarea .float-wrap.flex {
    display: block;
}

.float-wrap.cf.flex .float-img {
    text-align: center;
}

.company__name {
    text-align: center;
    margin-bottom: 20px;
}

.frame__img-wrap--recommended, #contents .frame__img-wrap--recommended {
    min-height: 230px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#sen1 .flame img {
    width: auto;
}

.float-wrap img {
    width: auto;
    max-width: 400px;
}
.bar0 {
    background: #fdfce8;
    padding: 30px 20px 20px;
    width: 80%;
    margin: 20px auto;
}
.bar1 {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 20px;
}






/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/
@media screen and (min-width: 600px) {





}
/*----------------------------------------------------

    SPサイトcss

----------------------------------------------------*/
@media screen and (max-width: 599px) {
.category_links{
    font-size: 2rem;
	max-width: 92%;
    margin: 4rem auto 3rem;
    padding: 1.2rem 4% 1rem;
  }
.sticky_area {
        bottom: 0;
        position: fixed;
        right: unset;
        width: 100%;
}
.sticky_area a {
        width: 100%;
}
.sticky_area a:after {
        top: 50%;
        right: 18px;
}
footer .botArea .inner {
    padding-bottom: 100px;
}
.bar0 {
    width: 90%;
    padding: 20px 10px 10px;
}
.bar1 {
    font-size: 18px;
    line-height: 2.8rem;
    text-align: left;
    display: flex;
    justify-content: center;
}
#contents .bar0 .btn-internal {
    margin: 20px auto;
}







}