@charset "UTF-8";
/*
Theme Name:   KDDI光ver9
Description:  THE SONICカスタマイズ用子テーマ
Template:     thesonic
Version:      5.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

* {
    margin: 0;
    padding: 0;
}
body {
    background: #fff !important;
	font-family: "Meiryo","Hiragino Kaku Gothic Pro","Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
}
img {
    vertical-align: bottom;
}
ul,
li {
    list-style: none;
}
a {
    color: #333;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
p {
    margin-bottom: 2em;
}

:root {
    --maincolor: #eb5504;
    --subcolor: #efe9e3;
    --bgcolor: #f7f7f7;
    --bgcolor-dark: #c4c4c4;
}

.sp {
    display: none!important;
}
@media screen and (max-width: 767px) {
    .sp {
        display: block!important;
    }
    .pc {
        display: none!important;
    }
}

.flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#page-overview #header {
    background-color: #fff;
}
#main footer {
    background: none;
}

#content {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
	max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}
#main {
    width: 100%;
}
#main h1 {
    font-weight: 700;
    color: #333;
}
#sidebar {
    width: 100%;
    background: var(--subcolor);
}
#sidebar h2 {
    font-weight: 700;
}
#footer {

}
#footer a {
    color: #333;
}

@media screen and (max-width: 960px) {
    #footer {
        background: #eee !important;
    }
}

.pickup {
    background: var(--bgcolor);
}
.category-top {
    padding: 32px 24px;
}
.category-top .category-inner {
    display: flex;
    justify-content: center;
    gap: 30px;
}
.category-top .category-inner h2 {
    font-weight: bold;
    text-align: center;
}
.category-top .category-inner div {
    width: calc(30% - 10px);
    border: 1px solid;
    border-radius: 20px;
    box-shadow: 10px 5px 15px -5px #bababa;
}
.category-top .category-inner div a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    color: #212121;
}
.category-top .category-inner div a svg {
    width: 30px;
    margin: 0 auto;
}
.category-top .category-inner div p {
    margin-bottom: 0;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .category-top .category-inner {
        display: block;
    }
    .category-top .category-inner div {
        width: 100%;
        margin-bottom: 20px;
    }
}
.fixed-parts {
    padding: 32px 0;
}
.fixed-parts.hikari {
    background: #fff;
}
.fixed-parts.sim {
    background: #fff;
}
.new-topics {
    background: #fff;
}

#header {
    width: 100%;
    background: #fafafa;
    justify-content: space-between;
    align-items: center;
}
#header .header-logo {
    margin: 0 0;
    padding: 20px 0;
}
#header .header-logo a {
    display: flex;
    align-items: center;
    padding: 0 0;
    width: 200px;
    margin: 0 auto;
    padding-left: 17px;
}
#header .header-logo .logo {
    justify-content: center;
    align-items: center;
    line-height: 30px;
	text-align: center;
}
#header .header-logo .caption {
	color: #333;
	font-size: 14px;
	margin-top: 10px;
	justify-content: center;
}
#header .header-logo .logo img {
    width: 200px;
    height: auto;
}
#header .navigation {
    display: flex;
    align-items: center;
}
#header .navigation .category-navigation {
    display: flex;
    gap: 10px;
}
#header .navigation .category-navigation a {
    color: #212121;
}
#header .navigation .menu .category-navigation {
    display: none;
}
#header .header-label_banner {
    padding-top: 15px;
    padding-bottom: 10px;
    background: url(https://kddi-hikari.com/img/common/header/header-obi-bg.png);
    background-size: cover;
    background-position: center;
}
#header .container,
#navi .container,
#footer .container,
.category-navi .container {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}
#header .header-label_banner p {
    margin: 0;
}
#header .header-label_banner p a {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: flex-end;
    position: relative;
}
#header .header-label_banner p a img {
    position: absolute;
    left: -9px;
    bottom: -10px;
}
#header .header-label_banner p a .header-label-txt {
    color: #f2ff00;
    font-size: 24px;
}
#header .header-label_banner p a .white-txt {
    color: #fff;
    font-size: 15px;
}
#header .header-label_banner p a .btn {
    font-size: 14px;
    font-weight: bold;
    color: #ff8600;
    line-height: 25px;
    background-color: #fff;
    margin-left: 20px;
    padding-left: 30px;
    padding-right: 30px;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    vertical-align: top;
    border-radius: 999px;
    position: relative;
}
#header .header-label_banner p a .btn:after {
    content: "";
    margin: auto;
    vertical-align: middle;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    width: 5px;
    height: 5px;
    border-top: 2px solid #ff8600;
    border-right: 2px solid #ff8600;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#header .header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}
.header-inner .header-right {
    width: 70%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin-top: 15px;
}
.header-inner .header-right .header-info-text {
    color: #333;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 5px;
    letter-spacing: 0;
    line-height: 1.2;
}
.header-inner .header-right a {
    font-size: 0;
    width: 100%;
    height: 50px;
    padding-bottom: 3px;
    display: inline-block;
    text-align: center;
    vertical-align: bottom;
    position: relative;
    box-sizing: border-box;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #aaa;
    box-shadow: 0 3px 0 #aaa;
    border-radius: 99px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 5px;
}
.header-inner .header-right a:hover {
    transform: translateY(5px);
    box-shadow: 0 0 0 #aaa;
}
.header-inner .header-tight .btn-area {
    background: url(https://kddi-hikari.com/img/common/header/cta_icon_area.png) no-repeat left 10% center;
}
.header-inner .header-right a:after {
    content: "";
    margin: auto;
    vertical-align: middle;
    position: absolute;
    top: 0;
    bottom: 3px;
    right: 15px;
    width: 5px;
    height: 5px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.header-inner .header-right .header-info-btn-entry {
    position: relative;
    margin-left: 15px;
    width: 250px;
}
.header-inner .header-right .header-info-btn-entry .entry-self {
    position: absolute;
    z-index: 10;
    top: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.header-inner .header-right .header-info-btn-entry .btn-entry {
    width: 100%;
}
.header-inner .header-right .btn-entry {
    width: 210px;
    border: none;
    box-shadow: 0 3px 0 #14babd;
    background: #00ffea url(https://kddi-hikari.com/img/common/header/cta_icon_entry.png) no-repeat left 10% center;
}
.header-mobile-actions {
    display: none;
}
.header-mobile-action {
    color: #333;
    text-decoration: none;
}
.header-mobile-menu {
    border: 0;
    border-radius: 0;
    background: #fff;
    font: inherit;
    cursor: pointer;
}
#navi {
    position: relative;
}
#navi .nav {
    font-size: 0;
    letter-spacing: 0;
    margin: 20px 0 10px;
}
#navi .nav li:first-child:nth-last-of-type(6),
#follow-header .nav li:first-child:nth-last-of-type(6),
#navi .nav li:first-child:nth-last-of-type(6)~li,
#follow-header .nav li:first-child:nth-last-of-type(6)~li {
    width: 16.6666666667%;
    box-sizing: border-box;
}
#navi .nav li,
#follow-header .nav li {
    display: inline-block;
    position: relative;
}
#navi .nav li a,
#follow-header .nav li a {
    font-size: 12px;
    letter-spacing: .02em;
    display: block;
    text-align: center;
    padding: 10px 0;
    border-bottom: 3px solid #fff;
    text-decoration: none;
    cursor: pointer;
}
#navi .nav li a .img,
#follow-header .nav li a .img {
    margin-top: -2px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}
#navi .nav li a .img .icon-off,
#follow-header .nav li a .img .icon-off {
    width: 13px;
    height: auto;
    display: inline;
}
#navi .nav li a .img .icon-on,
#follow-header .nav li a .img .icon-on {
    width: 13px;
    height: auto;
    display: none;
}
#navi .nav li a .text,
#follow-header .nav li a .text {
    font-size: 14px;
    color: #333;
}
#navi .nav li:first-child::after,
#follow-header .nav li:first-child::after {
    content: "";
    display: block;
    width: 1px;
    height: 30px;
    background-color: #e5e5e5;
    position: absolute;
    top: 5px;
    left: 0;
}
#navi .nav li:after,
#follow-header .nav li:after {
    content: "";
    display: block;
    width: 1px;
    height: 30px;
    background-color: #e5e5e5;
    position: absolute;
    top: 5px;
    right: 0;
}
#header-navi,
#follow-header-navi {
    position: absolute;
    left: 0;
    right: 0;
    top: 48px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #eaeaea;
    font-size: 0;
    transition: all .5s ease-out;
    z-index: 5;
}
#header-navi .header-navi-inner,
#follow-header-navi .header-navi-inner {
    background: #fff;
}
#header-navi .navi,
#follow-header-navi .navi {
    position: relative;
    display: flex;
    justify-content: space-between;
    vertical-align: top;
}
#header-navi .container::before,
#follow-header-navi .container::before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    transform: rotate(45deg);
    background: #fff;
    left: 75px;
    top: -7px;
}
#header-navi .container,
#follow-header-navi .container {
    position: relative;
    padding: 40px 0;
}
#header-navi .navi>li>ul>li:first-child
 #follow-header-navi .navi>li>ul>li:first-child {
    margin-top: 0;
}
#navi .nav li a .img img,
#follow-header .nav li a .img img {
    vertical-align: middle;
}
#header-navi .navi>li,
#follow-header-navi .navi>li {
    flex: 1 0 auto;
    padding: 5px 0 5px;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
}
#header-navi .navi>li>ul>li:first-child,
#follow-header-navi .navi>li>ul>li:first-child {
    margin-top: 0;
}
#header-navi .navi>li>ul>li,
#follow-header-navi .navi>li>ul>li {
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
    position: relative;
}
#header-navi .navi>li>ul>li:before,
#follow-header-navi .navi>li>ul>li:before {
    position: absolute;
    top: 6px;
    left: 0;
    content: "";
    width: 7px;
    height: 7px;
    display: inline-block;
    border-right: 2px solid #ec5504;
    border-bottom: 2px solid #ec5504;
    transform: rotate(-45deg);
    margin-right: 8px;
    box-sizing: border-box;
}
#header-navi .navi a,
#follow-header-navi .navi a {
    color: #333;
    line-height: 1.25;
    padding-left: 18px;
    display: block;
}
#header-navi .navi>li.navi-list ul .navi-title,
#follow-header-navi .navi>li.navi-list ul .navi-title {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 25px;
    display: block;
}
#header-navi .navi>li.navi-list ul .navi-title::after,
#follow-header-navi .navi>li.navi-list ul .navi-title::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    background: #ec5504;
    width: 150px;
    height: 2px;
    display: block;
}
#header-navi .navi>li>ul>li>ul,
#follow-header-navi .navi>li>ul>li>ul {
    margin-top: 12px;
}
#header-navi .navi>li>ul>li>ul>li,
#follow-header-navi .navi>li>ul>li>ul>li {
    font-size: 16px;
    font-weight: normal;
    margin-top: 20px;
    position: relative;
}
#header-navi .navi>li>ul>li>ul>li:before,
#follow-header-navi .navi>li>ul>li>ul>li:before {
    position: absolute;
    top: 6px;
    left: 0px;
    content: "";
    width: 7px;
    height: 7px;
    display: inline-block;
    border-right: 2px solid #ec5504;
    border-bottom: 2px solid #ec5504;
    transform: rotate(-45deg);
    margin-right: 8px;
    box-sizing: border-box;
}

.category-navi-list {
	display: flex;
    justify-content: space-around;
    align-items: center;
    border-top: 1px solid #eee;
    padding-top: 20px;
    padding-bottom: 20px;
}
.category-navi-list li {
	width: calc(50% - 10px);
}
.category-navi-list li a {
	display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    font-size: 18px;
	color: #333;
}
.category-navi-list li a svg {
	width: 25px;
}

@media screen and (max-width: 767px) {
    #header .navigation .navigation-wrapper {
        display: none;
    }
    #header .navigation .menu .category-navigation {
        display: block;
    }
    #header .navigation .menu .category-navigation li a {
        display: block;
        color: #333;
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 16px;
    }
}

.header-navigation {
    display: none;
}
.hamburger-menu {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu-open {
    flex: 0 0 auto;
    display: block;
    height: 56px;
    width: 56px;
    font-size: 32px;
    line-height: 56px;
    color: var(--maincolor);
    text-align: center;
}
.menu-open::before {
    content: "\e5d2";
    color: #333;
    font-family: Material Icons;
    cursor: pointer;
}
.menu-close {
    position: absolute;
    bottom: 16px;
    left: calc(50% - 80px);
    width: 160px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    font-size: 18px;
    font-family: var(--heading-font);
    color: #aaa;
    z-index: 15;
    cursor: pointer;
}
.menu-close::before {
    content: "\e5cd";
    font-family: Material Icons;
    cursor: pointer;
    font-size: 24px;
    vertical-align: top;
}
.menu {
    position: fixed;
    top: 0;
    right: 0;
}
.menu.showing {
    width: 100%;
    height: 100vh;
    z-index: 12;
}
.menu-inner {
    display: none;
    width: 90%;
    background: #fafafa;
    padding: 56px 24px;
    box-sizing: border-box;
    position: absolute;
    top: 10vh;
    right: 5%;
    z-index: 14;
}
.showing .menu-inner {
    display: block;
}
.menu .cat-list li a {
    display: block;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 16px;
}
.menu .cat-list li ul a {
    font-size: 14px;
    font-weight: normal;
    padding-left: 1em;
}
.header-navigation .cat-list li {
    position: relative;
}
.header-navigation .cat-list li ul.sub-menu {
    display: none;
}

.header-navigation .cat-list li:first-child:hover ul.sub-menu {
    display: block;
    position: absolute;
    background: #2a2e88;
    text-align: center;
    font-weight: bold;
    left: 0px;
}
.header-navigation .cat-list li:first-child:hover ul.sub-menu a {
    width: 153px;
    padding: 10px 0;
}

.header-navigation .cat-list li:first-child:hover ul.sub-menu a:hover {
    color: #fff;
}

.header-navigation ul a:hover {
    background: rgba(255, 255, 255, 0.2);
}
.nav-background {
    display: none;
}
.showing .nav-background {
    display: block;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 13;
}
.search-form {
    display: flex;
    position: relative;
    max-width: 400px;
    margin: 0 auto 48px;
}
.search-form .search-input {
    flex: 1 1 auto;
    height: 48px;
    border: none;
    border-bottom: solid 1px #333;
    padding: 8px 16px;
    box-sizing: border-box;
    font-size: 15px;
    width: 100%;
    border-radius: 0px;
    background: transparent;
}
.search-form .search-button {
    flex: 0 0 auto;
    height: 48px;
    width: 48px;
    border: none;
    background: none;
    color: #888;
    text-align: center;
    cursor: pointer;
    position: absolute;
    right: 0;
}
.search-form .search-button::before {
    content: "\e8b6";
    font-family: Material Icons;
    font-size: 30px;
    line-height: 48px;
}
@media screen and (min-width: 768px) {
    #header .header-logo a {
        margin: 0;
    }
    .menu-inner {
        width: 80%;
        right: 10%;
        padding: 56px 48px;
    }
}
@media screen and (min-width: 960px) {
    .menu-open::before {
        content: "\e8b6";
    }
    .header-navigation {
        display: block;
        background: var(--maincolor);
    }
    .header-navigation ul {
        display: flex;
        gap: 0 24px;
        justify-content: center;
        flex-wrap: nowrap;
        font-weight: bold;
    }
    .header-navigation ul a {
        font-size: 16px;
        color: #fff;
        line-height: 40px;
        word-break: keep-all;
        white-space: nowrap;
        display: block;
        width: 218px;
        padding: 12px 0;
        text-align: center;
    }
    .header-navigation ul.overflow {
        justify-content: start;
        overflow-x: scroll;
    }
    .header-navigation ul.overflow li:first-child {
        padding-left: 24px;
    }
    .header-navigation ul.overflow li:last-child {
        padding-right: 24px;
    }
}

#top-carousel {
    width: 100%;
    height: calc(100vw * 1.2);
    background: #aaa;
    flex: 0 0 auto;
}
@media screen and (min-width: 768px) {
    #top-carousel {
        height: calc(100vw * 0.5625);
    }
}
@media screen and (min-width: 960px) {
    #top-carousel {
        max-height: 650px;
    }
}

#top-content {
    width: 100%;
}
#top-content section {
    flex: 0 0 auto;
    width: 100%;
    padding-bottom: 32px;
    max-width: 1200px;
    margin: 0 auto;
}
#top-content section header {
    padding: 16px;
}
#top-content section h2 {
    font-family: var(--heading-font);
    font-size: 30px;
    font-weight: bold;
    position: relative;
    color: #333;
    text-align: center;
}
#top-content section h2 span {
    display: block;
    font-size: 16px;
    font-weight: normal;
    color: #333;
    font-family: initial;
}
@media screen and (min-width: 960px) {
    #top-content section header {
        padding: 24px;
    }
}

.article-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.article-list .item {
    flex: 0 0 auto;
    width: calc(100% - 32px);
    margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
    .article-list {
        margin-left: 16px;
        justify-content: start;
    }
    .article-list .item {
        flex: 0 0 auto;
        width: calc((100% - 32px) / 2);
        margin-right: 16px;
    }
}
@media screen and (min-width: 960px) {
    .article-list {
        margin-left: 24px;
    }
    .article-list .item {
        width: calc((100% - 48px) / 2);
        margin-right: 24px;
        margin-bottom: 24px;
    }
}
@media screen and (min-width: 1080px) {
    .article-list .item {
        width: calc((100% - 72px) / 3);
    }
}
.article-list .item a {
    display: block;
    height: 100%;
    border-radius: 0px;
    overflow: hidden;
    background: #fff; /* box-shadow:3px 3px 8px rgba(111,111,111,0.1), -1px -1px 8px rgba(111,111,111,0.1); */
    transition: all 0.8s;
}
/* .article-list .item a:hover { box-shadow:3px 3px 8px rgba(111,111,111,0.2), -1px -1px 8px rgba(111,111,111,0.2);} */
.article-list .item a:hover img {
    transform: scale(1.05);
    transition-duration: 1.5s;
}
.article-list .item a article {
    display: flex;
    flex-wrap: wrap;
}
.article-list .item .thumbnail {
    flex: 0 0 auto;
    width: 100%;
    margin-bottom: 0;
    background: #f0f0f0;
    overflow: hidden;
    border-radius: 0 0;
    z-index: 1;
}
.article-list .item .thumbnail img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: all 0.5s;
}
.article-list .item .metadata {
    flex: 1 1 auto;
    padding: 10px 1px 32px;
    position: relative;
}
.article-list .item .title {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    line-height: 1.3;
    height: 3.9em;
    overflow: hidden;
}
.article-list .item a:hover .title {
    color: #333;
}
.article-list .item .categories {
    display: none;
}
.article-list .item .time {
    color: #bbb;
    font-size: 13px;
    line-height: 24px;
    position: absolute;
    bottom: -20px;
}
.article-list .item.small-image a article {
    flex-wrap: nowrap;
    height: 100%;
}
.article-list .item.small-image .thumbnail {
    width: 45%;
    border-radius: 0 0;
}
.article-list .item.small-image .thumbnail img {
    height: 100%;
}
.article-list .item.small-image .metadata {
    width: 55%;
}
.article-list .item.small-image .title {
    font-size: 14px;
}
@media screen and (min-width: 480px) {
    .article-list .item .title {
        font-size: 18px;
    }
    .article-list .item.small-image .title {
        font-size: 15px;
    }
}
@media screen and (min-width: 768px) {
    .article-list .item .title {
        font-size: 18px;
    }
    .article-list .item.small-image .thumbnail {
        width: 50%;
    }
}

.button {
    padding: 32px 0;
    margin-bottom: 0;
}
.button a {
    display: block;
    text-align: center;
    color: #888;
    font-weight: bold;
    font-size: 16px;
    line-height: 48px;
    width: 70%;
    max-width: 320px;
    margin: 0 auto;
    border: solid 2px #ccc;
    border-radius: 0px;
    transition: all 0.5s;
    position: relative;
    font-family: var(--heading-font);
}
.button a:hover {
    background: #fff;
    opacity: 0.9;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.main-list-header {
    width: 100%;
    padding: 24px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 16px;
    background: var(--subcolor-op2);
}
.main-list-header h1 {
    text-align: center;
    padding: 0 24px;
    font-size: 30px;
}
.main-list-header .description {
    text-align: center;
    padding: 0 24px;
    font-size: 15px;
}

.main-list-footer {
    padding: 16px;
}
.main-list-footer ul {
    margin: 0;
}
.main-list-footer .page-numbers a {
    background: #f0f0f0;
}
.main-list-footer .page-numbers.prev {
    display: none;
}
.main-list-footer .page-numbers.next {
    display: none;
}
@media screen and (min-width: 960px) {
    .main-list-header {
        margin-bottom: 24px;
    }
}
@media screen and (min-width: 1080px) {
    .main-list .article-list {
        max-width: 1200px;
        padding-left: 24px;
        margin: 0 auto;
    }
}

.content > h2:first-child {
    margin-top: 0;
}
.related-posts h3 {
    color: #333;
    font-family: var(--heading-font);
}
.related-posts a {
    background: var(--bgcolor) !important;
}
.related-posts h4 {
    color: #333 !important;
}

.static-page .article-header {
    padding-top: 56px;
}

#sidebar {
    display: block;
    padding: 0;
    border-top: solid 1px #eee;
    margin-top: 0px;
}
#sidebar .sidebar-content h3 {
    padding: 16px;
    font-size: 20px;
    font-weight: bold;
    font-family: var(--heading-font);
    color: #333;
}
#sidebar .sidebar-content h3 span {
    display: block;
    font-size: 15px;
    font-weight: normal;
}
@media screen and (min-width: 960px) {
    #sidebar .sidebar-content {
        max-width: 1200px;
        margin: 0 auto;
    }
    #sidebar .sidebar-content h3 {
        padding: 24px;
        font-size: 24px;
    }
}

#footer {

}
#footer .local-navi {
    padding: 16px 0;
    background: #f4f4f4;
}
#footer .local-navi .local-navi__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
	font-size: 13px;
}
#footer .local-navi .local-navi__list li:after {
    content: "|";
    margin-left: 12px;
    margin-right: 12px;
    color: #333;
}
#footer .local-navi .local-navi__list li:last-child:after {
    display: none;
}
#footer #footer-sitemap {
    padding-bottom: 10px;
    background-color: #eee;
    font-size: 0;
}
#footer-sitemap .sitemap {
    position: relative;
    display: flex;
    vertical-align: top;
    margin-bottom: 30px;
}
#footer-sitemap .sitemap>li {
    flex: 1 1 27%;
    padding: 5px 0 5px 20px;
    display: inline-block;
    border-left: 1px solid #ccc;
    box-sizing: border-box;
    vertical-align: top;
}
#footer-sitemap .sitemap>li>ul>li:first-child {
    margin-top: 0;
}
#footer-sitemap .sitemap>li>ul>li {
    font-size: 13px;
    font-weight: bold;
    margin-top: 25px;
}
#footer-sitemap .sitemap>li>ul>li:before {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    border: 3px solid #ec5504;
    border-radius: 9999px;
    margin-right: 5px;
    box-sizing: border-box;
}
#footer-sitemap .sitemap>li>ul>li>ul>li {
	font-size: 11px;
    font-weight: normal;
    margin-top: 10px;
    position: relative;
    padding-left: 15px;
}
#footer-sitemap .sitemap>li>ul>li>ul>li:before {
	content: "";
    width: 12px;
    height: 4px;
    border: 4px solid rgba(0, 0, 0, 0);
    border-left: 6px solid #ec5504;
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    top: 5px;
    left: 0;
}
#footer-sitemap .sitemap a {
    line-height: 1.25;
}
.footer-sitemap-mobile {
    display: none;
}
.footer-info-box {
    text-align: center;
    font-size: 12px;
}
.footer-info-box .logo-box {
    display: inline-block;
    padding: 8px 12px;
    background-color: #fff;
}
.footer-info-box .mb-1em {
    margin-bottom: 1em;
}
.footer-info-box .mb-1em img {
    width: 100%;
}
#footer .footer-content {
    background: #ec5504 !important;
    color: #fff;
    padding: 25px 0;
}
#footer .footer-copyright {
    color: #fff;
    text-align: center;
    padding: 0 16px;
    font-family: var(--heading-font);
}
#footer .navigation-list {
    font-size: 14px;
}
#footer .navigation-list a {
    color: #fff;
}
#footer .footer-links {
    padding: 0 0 32px;
    max-width: 1152px;
    margin: 0 auto;
}
#footer .footer-links h2 {
    font-family: var(--heading-font);
    color: #333;
}
#footer .footer-links a {
    font-size: 13px;
}
#footer .footer-logo {
    text-align: center;
    margin-bottom: 24px;
}
#footer .footer-logo a img {
    width: 426px !important;
}
@media screen and (min-width: 960px) {
    #footer .navigation-list {
        display: flex;
        gap: 8px 24px;
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media screen and (max-width: 767px) {
    #footer {
        padding-bottom: 20px;
    }
    #footer #footer-sitemap {
        padding: 0;
        background: #efefef;
    }
    #footer-sitemap > .container {
        display: none;
    }
    .footer-sitemap-mobile {
        display: block;
    }
    .footer-sitemap-mobile__header {
        padding: 14px 16px;
        background: #7d7d7d;
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        line-height: 1;
    }
    .footer-sitemap-mobile__list {
        margin: 0;
        padding: 0;
    }
    .footer-sitemap-mobile__list li + li {
        border-top: 1px solid #fff;
    }
    .footer-sitemap-mobile__link {
        display: flex;
        align-items: center;
        gap: 14px;
        min-height: 40px;
        padding: 0 14px 0 61px;
        background: #ededed;
        color: #555;
        font-size: 14px;
        box-sizing: border-box;
    }
    .footer-sitemap-mobile__link.gnav-01 {
        background: url(https://kddi-hikari.com/sp/img/ic-gnav-01.gif) 22px 15px no-repeat;
        background-size: 21px 10px;
    }
    .footer-sitemap-mobile__link.gnav-02 {
        background: url(https://kddi-hikari.com/sp/img/ic-gnav-service-area.png) 23px 8px no-repeat;
        background-size: 19px 22px;
    }
    .footer-sitemap-mobile__link.gnav-03 {
        background: url(https://kddi-hikari.com/sp/img/ic-gnav-02.gif) 24px 10px no-repeat;
        background-size: 17px 18px;
    }
    .footer-sitemap-mobile__link.gnav-04 {
        background: url(https://kddi-hikari.com/sp/img/ic-gnav-03.gif) 24px 10px no-repeat;
        background-size: 17px 18px;
    }
    .footer-sitemap-mobile__link.gnav-05 {
        background: url(https://kddi-hikari.com/sp/img/ic-gnav-04.gif) 21px 11px no-repeat;
        background-size: 23px 17px;
    }
    .footer-sitemap-mobile__link.gnav-06 {
        background: url(https://kddi-hikari.com/sp/img/ic-gnav-05.gif) 22px 11px no-repeat;
        background-size: 20px 17px;
    }
    .footer-sitemap-mobile__link.gnav-07 {
        background: url(https://kddi-hikari.com/sp/img/ic-gnav-provider.png) 23px 8px no-repeat;
        background-size: 19px 22px;
    }
    .footer-sitemap-mobile__link.gnav-08 {
        background: url(https://kddi-hikari.com/sp/img/ic-gnav-06.gif) 21px 10px no-repeat;
        background-size: 21px 19px;
    }
    .footer-sitemap-mobile__link.gnav-09 {
        background: url(https://kddi-hikari.com/sp/img/ic-gnav-user.png) 23px 8px no-repeat;
        background-size: 19px 22px;
    }
    .footer-sitemap-mobile__link.gnav-10 {
        background: url(https://kddi-hikari.com/sp/img/ic-gnav-09.png) 21px 10px no-repeat;
        background-size: 24.5px 20px;
    }
    .footer-sitemap-mobile__link.gnav-11 {
        background: url(https://kddi-hikari.com/sp/img/ic-gnav-11.png) 21px 10px no-repeat;
        background-size: 24.5px 20px;
    }
    .footer-sitemap-mobile__link.gnav-12 {
        background: url(https://kddi-hikari.com/sp/img/ic-gnav-10.png) 21px 10px no-repeat;
        background-size: 24.5px 20px;
    }
    .footer-sitemap-mobile__icon {
        flex: 0 0 28px;
        width: 28px;
        color: #4f4f4f;
        font-size: 28px;
        text-align: center;
    }
    .footer-sitemap-mobile__icon-text {
        font-family: "Lora", serif;
        font-size: 24px;
        font-style: italic;
        font-weight: 700;
        line-height: 1;
        letter-spacing: 0;
    }
    .footer-sitemap-mobile__text {
        flex: 1 1 auto;
        line-height: 1.4;
    }
    .footer-sitemap-mobile__arrow {
        flex: 0 0 auto;
        color: #4f4f4f;
        font-size: 28px;
    }
    #footer .text {
        justify-content: center;
        margin-left: 0!important;
        border-top: 1px solid #fff;
        padding-top: 13px;
    }
    #footer .text .link li a {
        color: #333!important;
    }
    .footer-info-box {
        background-color: #eee;
        border-top: 1px solid #fff;
        text-align: center;
        font-size: 12px;
        padding: 1rem 4vw;
    }
    .footer-info-box .logo-box {
        display: inline-block;
        padding: 8px 12px;
        background-color: #fff;
    }
    .footer-info-box .logo-box .logo {
        width: 8rem;
        margin: 0 auto .5em;
    }
    .footer-logo {
        display: flex;
        align-items: center;
        justify-content: center;
        border-top: solid 2px #333;
        background: #fff;
    }
    .footer-logo>div {
        width: 26%;
        padding: 3% 5% 3% 0%;
    }
    .footer-logo>p {
        font-size: 8px;
    }
    #header .header-label_banner {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 6.2vw;
        letter-spacing: .05em;
        background: url(https://kddi-hikari.com/sp/img/common/header/obi.png) no-repeat top center;
        background-size: contain;
    }
    #header .container {
        width: auto;
        padding-left: 12px;
        padding-right: 12px;
    }
    #header .header-inner {
        display: flex;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        align-items: stretch;
        border-top: 1px solid #e5e5e5;
    }
    #header .header-logo {
        flex: 0 0 44%;
        padding: 10px 12px;
        border-right: 1px solid #e5e5e5;
        box-sizing: border-box;
    }
    #header .header-logo a {
        padding-left: 0;
        width: auto;
        margin: 0;
        justify-content: flex-start;
    }
    #header .header-logo .logo {
        text-align: left;
    }
    #header .header-logo .logo img {
        width: 160px;
        max-width: 100%;
    }
    #header .header-logo .caption {
        display: block;
        margin-top: 10px;
        font-size: 14px;
        text-align: center;
        line-height: 1.3;
    }
    .header-inner .header-right {
        display: none;
    }
    .header-mobile-actions {
        display: flex!important;
        flex: 0 0 56%;
        min-width: 0;
        justify-content: flex-start;
    }
    .header-mobile-action {
        flex: 0 0 33.333%;
        width: 33.333%;
        max-width: 33.333%;
        min-width: 0;
        min-height: 88px;
        padding: 10px 6px 8px;
        box-sizing: border-box;
        border-left: 1px solid #e5e5e5;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 6px;
        text-align: center;
        background: #fff;
    }
    .header-mobile-action img {
        width: auto;
        height: auto;
        display: inline;
        zoom: .5;
    }
    .header-mobile-action-entry {
        background: #00ffea;
    }
    .header-mobile-menu.is-following {
        position: fixed;
        top: 0;
        right: 6px;
        width: 72px;
        min-height: 72px;
        z-index: 40;
        background: rgba(255, 255, 255, 0.8);
    }
    nav {
        position: relative;
    }
    #navi .container {
        display: none;
    }
    #header-navi {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        padding-top: 0;
        padding-bottom: 0;
        background: rgba(0, 0, 0, 0.72);
        box-shadow: none;
        z-index: 9999;
        height: 100vh;
        max-height: 100vh;
        overflow-y: auto;
    }
    #header-navi .header-navi-inner {
        background: transparent;
        min-height: 100vh;
        box-sizing: border-box;
    }
    #header-navi .container {
        display: none;
    }
    .header-navi-mobile {
        display: block;
        position: relative;
    }
    .header-navi-mobile__close {
        position: absolute;
        top: -50px;
        right: 6px;
        width: 45px;
        height: 45px;
        line-height: 45px;
        border: 0;
        background: #a8a8a8 url("https://kddi-hikari.com/sp/img/common/icons/close.png") no-repeat center center/25px;
        cursor: pointer;
        z-index: 30;
    }
    .header-navi-mobile__grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 6px;
    }
    .header-navi-mobile__card {
        min-height: 65px;
        padding: 12px 12px 10px;
        background: #fff;
        border: 1px solid #d5d5d5;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        color: #333;
        position: relative;
    }
    .header-navi-mobile__card::before {
        content: "chevron_right";
        font-family: "Material Icons";
        position: absolute;
        top: 50%;
        left: 8px;
        transform: translateY(-50%);
        color: #bdbdbd;
        font-size: 18px;
    }
    .header-navi-mobile__icon {
        color: #ec5504;
        font-size: 30px;
        line-height: 7.5;
        margin-bottom: 6px;
    }
    .charm-icon {
        display: block;
        background: url("https://kddi-hikari.com/sp/img/common/icons/charm.png") no-repeat;
        height: 24px;
        width: 25.5px;
        background-size: 25.5px;
    }
    .benefits-icon {
        display: block;
        background: url("https://kddi-hikari.com/sp/img/common/icons/campaign.png") no-repeat;
        height: 24px;
        width: 20.5px;
        background-size: 20.5px;
    }
    .price-icon {
        display: block;
        background: url("https://kddi-hikari.com/sp/img/common/icons/price.png") no-repeat;
        height: 21px;
        width: 29px;
        background-size: 29px;
    }
    .option-icon {
        display: block;
        background: url("https://kddi-hikari.com/sp/img/common/icons/option.png") no-repeat;
        height: 21px;
        width: 26px;
        background-size: 26px;
    }
    .provider-icon {
        display: block;
        background: url("https://kddi-hikari.com/sp/img/common/icons/provider.png") no-repeat;
        height: 26px;
        width: 21px;
        background-size: 21px;
    }
    .help-icon {
        display: block;
        background: url("https://kddi-hikari.com/sp/img/common/icons/faq-ol.png") no-repeat;
        height: 25px;
        width: 27px;
        background-size: 27px;
    }
    .header-navi-mobile {
        margin: 100px 15px;
    }
    .header-navi-mobile__label {
        font-size: 12px;
        font-weight: bold;
        line-height: 1.3;
    }
    .header-navi-mobile__contact {
        margin-top: 12px;
        padding: 12px 12px 14px;
        background: #fff;
        border: 1px solid #d5d5d5;
        box-sizing: border-box;
    }
    .header-navi-mobile__contact-title {
        margin-bottom: 10px;
        color: #ec5504;
        font-size: 16px;
        font-weight: bold;
        line-height: 1.4;
        text-align: center;
    }
    .header-navi-mobile__contact-buttons {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }
    .header-navi-mobile__contact-button {
        padding: 14px 8px;
        border: 1px solid #d8d8d8;
        border-radius: 4px;
        box-shadow: 0 4px 0 #cfcfcf;
        background: #eee;
        color: #333;
        font-size: 12px;
        font-weight: bold;
        line-height: 1.5;
        text-align: center;
        box-sizing: border-box;
    }
    #header-navi .navi > li {
        display: block;
        width: 100%;
        padding: 0;
    }
    #header-navi .navi > li + li {
        margin-top: 20px;
    }
    #header-navi .navi > li > ul > li > a,
    #header-navi .navi > li > ul > li > ul a {
        font-size: 14px;
        line-height: 1.6;
    }
    #header-navi .navi > li.navi-list ul .navi-title {
        padding-bottom: 8px;
        margin-bottom: 10px;
        border-bottom: 1px solid #ddd;
        font-weight: bold;
    }
    #header-navi .navi > li > ul > li > ul {
        margin-top: 0;
    }
    #header-navi .navi > li > ul > li > ul li + li,
    #header-navi .navi > li > ul > li + li {
        margin-top: 8px;
    }
    #footer .footer-logo a img {
        width: 275px !important;
    }
}
#footer #scrolltop {
    color: #fff;
}

.sitemap {
    padding: 16px;
}
.sitemap h2 {
    font-size: 16px;
    color: #333;
    text-align: center;
    margin-bottom: 24px;
}
.sitemap-category {
    margin-bottom: 16px;
}
.sitemap-category h3 {
    font-size: 16px;
    margin-bottom: 8px;
}
.sitemap-category h3 a {
    color: #333;
}
.sitemap-category li a {
    font-size: 13px;
    color: #333;
    display: inline-block;
    line-height: 1.5;
}
.sitemap-category li a::before {
    content: "・";
}
@media screen and (min-width: 960px) {
    .sitemap {
        padding: 24px;
    }
}

article.entry,
article.single {
    margin: 0;
}

.single li {
    display: list-item !important;
}

.single li a::before {
    content: "" !important;
}

.promotion-note {
    max-width: 800px;
    margin: 10px auto;
	font-size: 13px
}
.article-breadcrumbs {
    max-width: 1000px;
    margin: 0 auto 12px;
	border-top: none!important;
    padding: 0 16px;
    box-sizing: border-box;
}
.article-breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 0;
    padding: 0;
}
.article-breadcrumbs li {
    display: inline-flex !important;
    align-items: center;
    list-style: none;
    font-size: 12px;
    line-height: 1.5;
    color: #666;
}
.article-breadcrumbs li:not(:last-child)::after {
    content: ">";
    margin-left: 6px;
    color: #999;
}
.article-breadcrumbs a {
    color: #666;
}
.article-breadcrumbs span {
    color: #333;
}

@media screen and (max-width: 767px) {
	.article-breadcrumbs {
		display: block!important;
	}
}

.wp-block-buttons {
    margin: 20px 0;
}

#footer p {
    margin-bottom: 0;
}
#footer .container.sp {
    display: none;
}

@media screen and (max-width: 960px) {
    #footer .container.pc {
        display: none;
    }
    #footer .container.sp {
        display: block;
    }
    #footer .container.sp .text .link li a {
        color: #333;
    }
    #footer .container.sp .text {
        justify-content: center;
        margin-left: 0;
        padding-bottom: 13px;
        border-bottom: 1px solid #fff;
    }
    #footer .container.sp .text .link li:first-child {
        margin-left: 0;
    }
    #footer .container.sp .text .link li:nth-child(2) {
        border-left: 1px solid #333;
        border-right: 1px solid #333;
        padding: 0 10px;
    }
    #footer .container.sp .logo {
        padding: 13px;
        border-bottom: 1px solid #fff;
        text-align: center;
    }
    #footer .container.sp .copy-right {
        width: 100%;
        background: #333;
        text-align: center;
        padding: 3px 0;
    }
}

#footer .logo img {
    max-width: 100%;
}

#footer .text {
    display: flex;
    font-size: 0;
    margin-left: 20px;
}

#footer .text .company {
    position: relative;
    font-size: 12px;
    color: #fff;
}

#footer .text .company::after {
    content: "|";
    position: absolute;
    top: 0;
    right: -10px;
}

#footer .text .link {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#footer .text .link li:first-child {
    margin-left: 20px;
}

#footer .text .link li {
    margin-left: 10px;
}

#footer .text .link li a {
    font-size: 12px;
    color: #fff;
}

#footer .copy-right {
    font-size: 12px;
    color: #fff;
}

@media (max-width: 767px) {
    .is-style-titlebox-mark6 {
        padding: 20px 0 0 0;
    }
}

/* wifi-ranking */
.yellow {
    color: yellow;
}
.red {
    color: red;
}
.bold {
    font-weight: bold;
}
.wifi-ranking {
    max-width: 800px;
    margin: 0 auto;
}
.wifi-ranking__header {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.wifi-ranking__body {
    padding: 10px 0px;
}
.ranking-tabs__tab--active {
    background-color: #027fc7;
    color: #fff;
    z-index: 3;
}
.ranking-tabs__content--active {
    display: block;
}

.ranking-content {
    border: 2px solid #c8e5ec;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 25px;
}
.ranking-content__header {
    position: relative;
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
    padding: 16px 30px;
    background: #027fc7;
}

.ranking-content__header .rank {
    position: relative;
    font-weight: bold;
    width: 63px;
    height: 58px;
}
.ranking-content__header .rank::before {
    content: "\f521";
    font-family: "Font Awesome 6 Free";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 3.5em;
    font-weight: bold;
    color: brown;
}
.ranking-content__header .rank.rank-1::before {
    color: gold;
}
.ranking-content__header .rank.rank-2::before {
    color: silver;
}
.ranking-content__header .rank.rank-3::before {
    color: peru;
}

.ranking-content__header .rank p {
    position: relative;
    margin: 24px 0 0;
    display: flex;
    justify-content: center;
    color: #fff;
    font-size: 18px;
}
.ranking-content__header .head-2 {
    flex-grow: 1;
    font-size: 24px;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 10px;
    font-weight: bold;
    color: #fff;
}
.ranking-content__header .score {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 4px;
    line-height: 1.4;
    padding: 5px;
    box-sizing: border-box;
}
.ranking-content__header .score .score-star {
    color: gold;
    letter-spacing: 6px;
}
.ranking-content__body .copy {
    background: beige;
    font-size: 18px;
    color: #ff5465;
    font-weight: bold;
    padding: 5px 5px 5px 15px;
    margin: 5px 10px;
}
.ranking-content__body .ranking-point {
    padding: 15px 5px;
}
.ranking-content__body .ranking-point .list ul {
    list-style: disc;
    margin: 0;
    padding: 0;
}
.ranking-content__body .ranking-point ul {
    padding-left: 15px;
    padding-right: 10px;
    font-size: 15px;
}
.ranking-content__body .ranking-point li {
    position: relative;
    list-style-type: none;
    padding: 0.3em 0.3em 0.3em 1.2em;
    border-bottom: 2px dotted #fff;
}
.ranking-content__body .ranking-point li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #2589d0;
}
.ranking-content__body .ranking-point .list li::marker {
    color: #2589d0;
    font-size: 1.1em;
}

.ranking-content__details {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 5px 10px 10px 10px;
}

.ranking-content__details > div {
    width: 50%;
}

@media screen and (max-width: 767px) {
    .ranking-content__details {
        display: block;
    }
    .ranking-content__details > div {
        width: 100%;
        margin-bottom: 5px;
    }
}

.ranking-content__details .item-image img {
    width: 100%;
    height: auto;
}

.ranking-content__details .item-table table {
    width: 100%;
    table-layout: fixed;
    border: 1px solid #c5c5c5;
    border-collapse: collapse;
    font-size: 14px;
}

.ranking-content__details .item-table table tr:not(:last-child) {
    border-bottom: 1px solid #c5c5c5;
}

.ranking-content__details .item-table table th:not(:last-child),
.ranking-content__details .item-table table td:not(:last-child) {
    border: 1px solid #c5c5c5;
}

.ranking-content__details .item-table table th {
    background: #d4f3ff;
    padding: 2px 6px;
    vertical-align: middle;
    height: 44px;
}

.ranking-content__details .item-table table td {
    padding: 2px 6px;
    vertical-align: middle;
    height: 44px;
    border: 1px solid #c5c5c5;
}

.ranking-bottom {
    background-color: #d4f3ff;
}

.ranking-campaign {
    position: relative;
    margin-top: 1em;
    padding: 5px 10px;
}
.ranking-campaign h6 {
    position: absolute;
    height: 30px;
    background: #ff5465;
    color: #fff;
    font-size: 1rem;
    padding: 4px 1rem 4px 1rem;
    top: -15px;
    display: flex;
    align-items: center;
}
.ranking-campaign ul {
    font-size: 15px;
    margin-bottom: 0;
    padding: 1.5rem 1rem 1rem 0.5rem;
    background: beige;
}
.ranking-campaign ul li {
    padding: 0em 0.3em 0em 1em;
    position: relative;
    list-style-type: none;
}
.ranking-campaign li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #333;
}
.ranking-campaign p {
    font-size: 1rem;
    margin-bottom: 0;
    padding: 1.5rem 1rem 1rem 0.5rem;
    background: #fff7ca;
}
.ranking-content__footer {
    display: flex;
    gap: 10px;
    background-color: #d4f3ff;
    padding: 16px;
    justify-content: center;
}
.ranking-content__footer .detail-button {
    width: 45%;
    text-align: center;
}
.ranking-content__footer .official-button {
    width: 70%;
    text-align: center;
}
.ranking-content__footer .detail-button a {
    display: block;
    padding: 10px 20px;
    box-sizing: border-box;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    border-bottom: 5px solid #f4f4f4;
    border-radius: 8px;
    background: #fff;
    color: #333;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    transition: all 0.3s;
}
.ranking-content__footer .detail-button a:hover {
    border-bottom: 2px solid #f4f4f4;
    margin-top: 3px;
    transition: all 0.3s;
}
.ranking-content__footer .official-button a {
    display: block;
    padding: 10px 20px;
    box-sizing: border-box;
    border-radius: 8px;
    box-shadow: 0 3px 5px rgba(207, 112, 154, 0.3);
    border-bottom: 5px solid #cf709a;
    background: #fd69ab;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    transition: all 0.3s;
}
.ranking-content__footer .official-button a {
    position: relative;
    overflow: hidden;
}
.ranking-content__footer .official-button a:hover {
    border-bottom: 2px solid #cf709a;
    margin-top: 3px;
    transition: all 0.3s;
}
.ranking-content__footer .official-button a::before {
    position: absolute;
    content: "";
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    transition: 300ms;
    animation: shinyshiny 2.5s ease-in-out infinite;
}
.ranking-content__footer .official-button a::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25px;
    width: 0;
    height: 0;
    margin: auto;
    border-top: 6px solid transparent;
    border-right: 0 solid transparent;
    border-left: 9px solid #fff;
    border-bottom: 6px solid transparent;
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
    .ranking-content__footer .detail-button a,
    .ranking-content__footer .official-button a {
        font-size: 16px;
    }
    .ranking-content__footer .official-button a::after {
        right: 15px;
    }
}

@-webkit-keyframes shinyshiny {
    0% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0;
    }
    80% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }
    81% {
        -webkit-transform: scale(4) rotate(45deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}

/* wifi-toc */
.wifi-toc .toc-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.wifi-toc .toc-inner .toc-box {
    width: calc((100% - 10px) / 3);
    border-top: 30px solid #212121;
    border-left: 5px solid #212121;
    border-right: 5px solid #212121;
    border-bottom: 10px solid #212121;
    border-radius: 5px;
    position: relative;
}
.wifi-toc .toc-inner .toc-box.rank-1 {
    border-color: #fee146;
}
.wifi-toc .toc-inner .toc-box.rank-2 {
    border-color: #adadae;
}
.wifi-toc .toc-inner .toc-box.rank-3 {
    border-color: #bb724f;
}
.wifi-toc .toc-inner .toc-head {
    width: 30px;
    position: absolute;
    top: -6.5%;
    left: 50%;
    transform: translateX(-50%);
}
.wifi-toc .toc-inner .toc-item a {
    display: block;
    text-decoration: underline;
}
.wifi-toc .toc-inner .toc-item img {
    padding: 10px 10px 5px;
    box-sizing: border-box;
}
.wifi-toc .toc-inner .toc-box p {
    text-align: center;
    margin-bottom: 1em;
    font-size: 14px;
    font-weight: bold;
}
.wifi-toc .toc-inner .toc-box .n-text {
    font-size: 18px;
}
.wifi-toc .toc-inner .toc-item .h-text {
    font-size: 11px;
    background: #f4f4f4;
    padding: 3px 0;
    font-weight: normal;
}
.wifi-toc .toc-inner .toc-box .m-text {
    text-align: start;
}
.wifi-toc .toc-inner .toc-item .red {
    color: red;
    font-weight: bold;
}
.wifi-toc .toc-inner .toc-item .bold {
    font-weight: bold;
}

.wifi-toc .toc-header {
    margin-bottom: 1em;
}
.wifi-toc .toc-inner .toc-item .toc-button {
    text-decoration: none;
    width: 70%;
    font-size: 15px;
    box-shadow: 0 5px 0 #c4440f;
    display: inline-block;
    background: #fe4b00;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    transition: 0.3s;
}
.wifi-toc .toc-inner .toc-item .toc-button:hover {
    transform: translateY(5px);
    box-shadow: 0 0 0 #c4440f;
}
@media screen and (max-width: 767px) {
    .wifi-toc {
        overflow: scroll;
    }
    .wifi-toc .toc-area {
        width: 100%;
        overflow-x: scroll;
        padding-top: 40px;
    }
    .wifi-toc .toc-inner {
        width: 700px;
        justify-content: flex-start;
    }
    .wifi-toc .toc-inner .toc-box {
        width: 33%;
    }
}
@media screen and (min-width: 767px) {
    .wifi-toc .toc-inner .toc-box .m-text {
        padding-left: 5px;
    }
}

/* 関連メディア */
.connection-media {
    max-width: 800px;
    margin: 80px auto 0;
}
.connection-media ul {
    margin-left: 24px;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
    gap: 30px;
}
.connection-media ul li {
    width: calc(33% - 20px);
}
.connection-media ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
}
.connection-media ul li a img {
    width: 100% !important;
    height: auto;
}
@media screen and (max-width: 767px) {
    .connection-media ul {
        display: block;
        margin-left: 0;
        padding: 16px;
    }
    .connection-media ul li {
        width: 80%;
        margin: 0 auto 20px;
    }
}

.archive .article-list .item .metadata,
.category .article-list .item .metadata {
    padding: 16px 0 32px;
}

.floating {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
}
.floating .wp-block-image {
    margin: 0;
}

.close-floating {
    position: fixed;
    bottom: 280px;
    right: 20px;
    z-index: 100;
}
.close-floating::before {
    content: "\e5cd";
    font-family: Material Icons;
    cursor: pointer;
    font-size: 24px;
    vertical-align: top;
}
@media screen and (max-width: 767px) {
    .floating {
        bottom: 0;
        right: 0;
        width: 100%;
    }
    .floating img {
        width: 100%;
        height: auto;
    }
    .close-floating {
        display: none;
    }
}
.sns-follow a {
    display: block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.sns-follow a[href*="instagram.com"] {
    background-image: url(./images/sc_ig.svg);
}
.sns-follow a[href*="x.com"] {
    background-image: url(./images/sc_x.svg);
}
.sns-follow a[href*="facebook.com"] {
    background-image: url(./images/sc_fb.svg);
}
.author .icon {
    display: flex;
    justify-content: center;
}
.author .icon a {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.author {
    position: relative;
    margin-top: 24px;
}
.author h4 {
    position: absolute;
    top: -16px;
    left: 12px;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 0 8px;
    line-height: 32px;
    background-color: #ffffff;
    color: #333;
}
/* ===== コメント全体のエリア ===== */
#comments {
    margin-top: 24px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
    box-sizing: border-box;
}

/* ===== モバイル対応 ===== */
@media screen and (max-width: 960px) {
    #comments {
        max-width: 100%;
        padding-left: 16px;
        padding-right: 16px;
        margin-left: 0;
        margin-right: 0;
    }

    /* モバイルでは返信ボタンを通常配置に戻す */
    .comment .reply {
        position: static;
        margin-top: 8px;
        text-align: right;
    }

    .comment-content {
        padding-right: 0;
    }

    /* モバイルではコメントメタ情報をさらに小さく */
    .comment-meta {
        font-size: 0.8rem;
    }

    .comment-author .fn {
        font-size: 0.9rem;
    }
}

/* 件数タイトル */
#comments-count {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 1.5em;
    border-left: 4px solid #ec5504;
    padding-left: 10px;
}

/* ===== コメントリスト ===== */
#comments-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.comment-body {
    position: relative;
}

.comment-author img.avatar {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin-right: 12px;
}

.comment-meta {
    margin-bottom: 5px;
    font-size: 0.85rem;
    color: #333;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.comment-author .fn {
    font-weight: bold;
    color: #333;
    display: block;
    margin-bottom: 2px;
}

.comment-meta time {
    font-size: 0.8rem;
    color: #888;
    margin-top: 2px;
    display: block;
}

.comment-content {
    flex: 1;
    padding-bottom: 48px !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.comment-content p {
    margin: 0.5em 0;
    line-height: 1.6;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
    max-width: 100%;
    overflow-wrap: anywhere;
}

/* ===== 返信リンク ===== */
.comment .reply {
    position: absolute;
    bottom: 16px;
    right: 16px;
    margin-top: 0;
    margin-bottom: 0;
}

.comment .reply a {
    font-size: 0.85rem;
    color: #ec5504;
    text-decoration: none;
}

.comment .reply a:hover {
    text-decoration: underline;
}

/* ===== コメントフォーム ===== */
#respond {
    margin-top: 24px;
}

#respond h3 {
    font-size: 1.3rem;
    margin-bottom: 15px;
    border-bottom: 2px solid #ec5504;
    padding-bottom: 5px;
}

.comment-form p {
    margin-bottom: 1em;
}

.comment-form label {
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
}

.comment-form textarea,
.comment-form input[type="text"],
.comment-form input[type="email"] {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 8px;
    font-size: 1rem;
    box-sizing: border-box;
}

.comment-form textarea:focus,
.comment-form input:focus {
    outline: none;
}

.comment-form .form-submit {
    text-align: right;
}

.comment-form .submit {
    background: #ec5504;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 1rem;
}

.comment-form .submit:hover {
    background: #005a8c;
}

/* ===== ログイン中の表示行 ===== */
.logged-in-as {
    font-size: 0.9rem;
    color: #555;
    background: #f6f6f6;
    padding: 10px;
    border-radius: 5px;
}

/* YES・NO チャート */
.yn-chart {
    margin: 0 auto 2rem;
    padding: 2em;
    background: #fff8e3;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.07);
    font-size: 0.9rem;
}
.yn-chart__add {
    background: #fdc44f;
    color: #fff;
    padding: 0.2em 0.9em !important;
    margin: 0 !important;
    text-align: center;
    display: inline-block;
    line-height: 1.5 !important;
    border-radius: 16px;
    font-weight: bold;
}
.yn-chart__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    width: 100%;
    padding: 0.5em 0 0.3em !important;
    margin: 0 auto !important;
    font-size: 1.5em !important;
    font-weight: bold !important;
    color: #fdc44f;
    letter-spacing: 1px !important;
    line-height: 1.5 !important;
}
.yn-chart__title:before,
.yn-chart__title:after {
    content: "";
    flex: 1;
    height: 1px;
    background: #fdc44f;
    display: block;
}
.yn-chart__title:before {
    margin-right: 0.7em;
}
.yn-chart__title:after {
    margin-left: 0.7em;
}
.yn-chart__ex {
    text-align: center;
    margin: 0 !important;
    padding: 0 !important;
}
.yn-chart > div {
    display: none;
    padding-top: 100px;
    margin-top: -100px;
}
.yn-chart > div.yn-chart__display {
    display: block;
}
.yn-chart > div > figure {
    margin: 1em 0 2em;
}
.yn-chart > div > figure img {
    display: block;
}
.yn-chart > div > p {
    margin: 2em 1em !important;
    padding: 0.8em 1em 0.8em 4.3em !important;
    background: #fff;
    position: relative;
    font-weight: bold;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
}
.yn-chart > div > p:before {
    content: "Q";
    background: #fdc44f;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 600;
    font-size: 1.1em;
    min-width: 48px;
}
.yn-chart > div ul {
    margin: 2em 0 0 !important;
    padding: 0 !important;
    list-style: none !important;
    border: none;
}
.yn-chart > div ul li {
    margin: 0 1em 1em 1em !important;
    padding: 0 !important;
}
.yn-chart > div ul li:last-child {
    margin: 0 1em 1em 1em !important;
}
.yn-chart > div ul li a {
    background: #fff;
    display: block;
    padding: 0.8em !important;
    text-align: center;
    font-weight: bold;
    color: #333;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.07);
    border: 1px solid #e0e0e0;
    border-radius: 10px;
}
.yn-chart > div ul li a:hover {
    box-shadow:
        inset 2px 2px 0 0 #ee8f81,
        2px 2px 0 0 #ee8f81,
        2px 0 0 0 #ee8f81,
        0 2px 0 0 #ee8f81;
    transition: 0.1s ease-in-out;
    opacity: 1;
}
.yn-chart > div ul li:before {
    content: unset !important;
}
.yn-chart__result {
    background: #fff;
    padding: 1em;
}
.yn-chart__result-title {
    color: #fdc44f;
    font-size: 1.1em !important;
    font-weight: 600 !important;
    padding: 0 !important;
    margin: 0 0 1em !important;
    border-bottom: 1px dashed #fdc44f;
}
.yn-chart__result > p {
    margin-bottom: 1em;
}
@media screen and (max-width: 560px) {
    .yn-chart {
        padding: 1.8em 1.3em;
    }
    .yn-chart > div > figure {
        margin: 0.5em 0;
    }
    .yn-chart > div > p {
        margin: 1em 0 0 !important;
        padding: 0.8em 1em 0.8em 3.3em !important;
    }
    .yn-chart > div ul {
        margin: 1em 0 0 !important;
    }
    .yn-chart > div ul li {
        margin: 0 0 1em !important;
    }
    .yn-chart > div ul li:last-child {
        margin: 0 0 1em !important;
    }
    .yn-chart__title {
        font-size: 1em !important;
    }
    .yn-chart__title:before {
        margin-right: 0.3em;
    }
    .yn-chart__title:after {
        margin-left: 0.3em;
    }
    .yn-chart__ex,
    .yn-chart__add {
        font-size: 0.9em !important;
    }
    .yn-chart > div > p:before {
        min-width: 30px;
    }
}
/* Twitterシェアボタンなど */
.p-tw-btn,
.p-check-btn {
    text-align: center;
    margin: 1.5em 5em !important;
    padding: 0 !important;
}
.p-tw-btn a,
.p-check-btn a {
    display: block;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
    color: #fff !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    padding: 0.5em 0;
    border-radius: 30px;
}
.p-tw-btn a {
    background: #00acee;
}
.p-check-btn a {
    background: #fbc55e;
}
.p-tw-btn a:hover,
.p-check-btn a:hover {
    transform: translateY(3px);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.22);
}
.yn-chart > div > p.p-check-btn {
    background: none !important;
    padding: 0 5em !important;
    border: none;
}
.yn-chart > div > p.p-check-btn:before {
    content: unset !important;
}
@media screen and (max-width: 800px) {
    .p-tw-btn,
    .p-check-btn {
        margin: 1.5em 3em !important;
    }
}
@media screen and (max-width: 560px) {
    .p-tw-btn,
    .p-check-btn {
        margin: 1.5em 1em !important;
    }
    .yn-chart > div > p.p-check-btn {
        padding: 0 3em !important;
    }
}

.breadcrumbs ol {
    padding: 24px 0!important;
}
