@charset "utf-8";

/* Theme Name: zerosumu */


/* =Layout
-------------------------------------------------------------- */

body {
	font-family: 游ゴシック体,YuGothic,游ゴシック,Yu Gothic,Hiragino Kaku Gothic Pro,ヒラギノ角ゴ Pro,Yu Gothic Medium,メイリオ,sans-serif!important;
}
#wrapper {
    min-width: 1040px;
    overflow: hidden;
}

#main {
    padding: 50px 0;
}

.text-center {
    text-align: center;
}

@media screen and (max-width: 768px) {
    body,
    input,
    textarea {
        font-size: 1.8rem;
    }
    #wrapper {
        min-width: auto;
    }
    img.sp-only {
        margin-top: 40px;
    }
    #cm>content-width {
        margin-top: -20px;
    }
}


/* = Common Layout
-------------------------------------------------------------- */

.content-width {
    box-sizing: content-box;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

@media screen and (max-width: 768px) {
    .content-width {
        box-sizing: border-box;
    }
}

.section {
    margin-bottom: 20px;
}

.sec-box {
    padding: 100px 0;
}

@media screen and (max-width: 768px) {
    .sec-box {
        padding: 75px 0;
    }
}

/* = common module
-------------------------------------------------------------- */

.section-title {
    margin: 0 0 20px;
}

.search-form {
    font-size: 0;
}

.search-form input {
    font-size: 1.6rem;
}

.search-form input[type="text"] {
    padding: 2px 0.5em;
}

@media screen and (max-width: 767px) {
    .search-form {
        display: none;
    }
}


/* = Header
-------------------------------------------------------------- */

#header {
    padding: 15px 0;
}

#header.header-fix {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
}


/*header-inner*/

#header-inner {
    display: table;
    width: 100%；
}

#site-title {
    float: left;
    margin: 0;
}

#site-title a {
    line-height: 0;
    display: block;
}

#h-right-box {
    float: right;
}

#gnav,
#h-contact-box {
    display: inline-block;
    vertical-align: top;
}

#h-contact-box {
    width: 270px;
}

#h-contact-box p {
    margin: 0 0 5px;
}

#h-contact-box a {
    display: block;
    background: transparent;
    width: 100%;
    line-height: 1;
    margin: 0;
    font-size: 1.8rem;
}

#h-contact-box a {
    background: transparent;
}

#h-contact-box a .small {
    position: relative;
    font-size: 1.3rem;
}

#h-contact-box a .small::before,
#h-contact-box a .small::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: '';
    width: 18px;
    height: 2px;
    background: #fff;
}

#h-contact-box a .small::before {
    left: -25px;
    transform: rotate(45deg);
}

#h-contact-box a .small::after {
    right: -25px;
    transform: rotate(135deg);
}

#mmenu-btn {
    display: none;
}

@media screen and (max-width: 768px) {
    #header {
        padding: 0;
    }
    #header-content {
        padding: 0;
    }
    #site-title {
        padding: 5px;
    }
    #h-right-box {
        display: none;
    }
    #h-right-box-sp {
        float: right;
        font-size: 0;
    }
    #sp-contact-box {
        display: inline-block;
        width: 190px;
        height: 70px;
    }
    #sp-contact-box .inner {
        display: table;
        width: 100%;
        height: 100%;
    }
    #sp-contact-box a {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        padding-top: 0;
        background: #01B900;
    }
    #h-right-box-sp img {
        vertical-align: middle;
    }
}


/* = #gnav
-------------------------------------------------------------- */

#gnav {
    width: 390px;
    margin-right: 10px;
}

#gnav li {
    margin-right: 14px;
    margin-top: 5px;
}

#gnav li:nth-child(n-2) {
    margin-top: 0px;
}

#gnav li:nth-child(2n) {
    margin-right: 0;
}

#gnav li a {
    position: relative;
    font-size: 1.4rem;
    font-weight: bold;
    padding-left: 1em;
}

#gnav li a::before {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #0096d1;
}

@media screen and (max-width: 768px) {}

#mainvisual #mv-inner {
    display: table;
    width: 100%;
    height: 350px;
}

#mainvisual #page-ttl {
    text-align: center;
}

#mainvisual #page-ttl span {
    display: block;
    position: relative;
    font-size: 3rem;
    font-weight: 900;
}

@media screen and (max-width: 768px) {
    #mainvisual #page-ttl span {
        font-size: 3.6rem;
    }
    #mainvisual #mv-inner {
        height: 200px;
    }
    #mainvisual #page-ttl span::before,
    #mainvisual #page-ttl span::after {
        display: none;
    }
	.h1sub {
	font-size: 2.2rem!important;
	font-weight: normal!important;
   }
}


/* = .breadcrumbs
-------------------------------------------------------------- */

.breadcrumbs {
    padding: 8px 0;
    background: #000;
    font-size: 1.2rem;
}

.breadcrumbs,
.breadcrumbs a,
.breadcrumbs span {
    color: #fff;
}


/* = Footer
-------------------------------------------------------------- */

#f-sns-box {
    text-align: center;
}

#footer {
    background: #0096d1;
    color: #fff;
    box-sizing: border-box;
    width: 100%;
    padding: 25px 0;
}

#footer-menu li a {
    padding: 0 1em;
    font-size: 1.8rem;
}

#copyright {
    box-sizing: border-box;
}

#copyright p {
    margin: 0;
    font-size: 1.1rem;
    color: #fff;
    text-align: center;
}

#copyright p small {
    font-size: inherit;
}

@media screen and (max-width: 768px) {
    #footer-menu,
    #copyright {
        width: 100%;
        text-align: center;
    }
    #copyright {
        margin-top: 30px;
    }
    #copyright p {
        font-size: 1.4rem;
    }
    #footer .menu-item+.menu-item {
        margin-top: 14px;
    }
}

/* padding margin 
-------------------------------------------------------------- */
.mt-1 {
    margin-top: 0.25rem;
}
.mt-2 {
    margin-top: 0.5rem;
}
.mt-3 {
    margin-top: 0.75rem;
}
.mt-4 {
    margin-top: calc(2.5rem + 1rem);
}
.mt-5 {
    margin-top: 1.25rem;
}
.mt-6 {
    margin-top: 1.5rem;
}
.mt-8 {
    margin-top: 2rem;
}

.mb-1 {
    margin-bottom: 0.25rem;
}
.mb-2 {
    margin-bottom: 0.5rem;
}
.mb-3 {
    margin-bottom: 0.75rem;
}
.mb-4 {
    margin-bottom: 1rem;
}
.mb-5 {
    margin-bottom: 1.25rem;
}
.mb-6 {
    margin-bottom: 1.5rem;
}
.mb-8 {
    margin-bottom: 2rem;
}


/* =btn
-------------------------------------------------------------- */

.contact-btn a {
    display: inline-block;
    background: #ef3266;
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
}

.post-btn {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    max-width: 480px;
    padding: 1.5rem;
    margin-left: auto;
    margin-right: auto;
    border: none;
    cursor: pointer;
    text-decoration: none;
    color: #fff !important;
    font-size: 2.4rem;
    font-weight: 700;
    position: relative;
}
.post-btn-chevron-right::before {
    content: '';
    width: 10px;
    height: 10px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 50%;
    right: 16px;
    margin-top: -4px;
    transform: rotate(45deg);
}


/* =background
-------------------------------------------------------------- */

/*.bg-patching {
    background: url('./images/common/bg_sec01.png') repeat scroll top left;
}
*/
.bg-patching {
    background: #FFFFFF;
}

.bg-yellow {
    background: url('./images/common/bg_sec02.png') repeat scroll top left;
}

/*.bg-blue {
    background: url('./images/common/bg_sec03.png') repeat scroll top left;
}
*/
.bg-blue {
    background: #e5f4fa;
}

.bg-pink {
    background: url('./images/common/bg_sec04.png') repeat scroll top left;
}

.bg-deepyellow {
    background: #fac500;
    -webkit-tap-highlight-color: rgba(250,197,0,.7);
}

/* = Entry List
-------------------------------------------------------------- */

.blog-list {
	width: 100%;
	display: flex;
    flex-wrap: wrap;
}
.blog-list li {
    vertical-align: top;
    box-sizing: border-box;
    width: 31%;
    margin: 0 1% 5% 1%;
}

.blog-list li:nth-child(3n) {
    margin-right: 0;
}
.blog-list li .entry-meta-box {
    margin-bottom: 8px;
}

.blog-list li h3 {
    margin: 1rem 0 0 0;
}

@media screen and (max-width: 768px) {
    .blog-list li {
	    width: 100%;
	    padding-bottom: 2rem;
	    margin: 0 0 3rem 0;
    	border-bottom: solid 1px #DBDBDB;
	}
	.blog-list li a {
		font-size: 1.6rem;
		line-height: 1.5;
		display: flex;
		align-items: center;
	}
	.blog-list li a .cont {
		margin-left: 1rem;
	}
}

@media screen and (max-width: 480px) {}


/* =archive
-------------------------------------------------------------- */
/*
.archive #main,
.home #main,
.single #main {
    background: url(./images/common/bg_sec03.png) repeat scroll top left;
}
*/
.archive #main,
.home #main,
.single #main {
    background: #e5f4fa;
}
.archive #main .content-width,
.home #main .content-width,
.single #main .content-width {
    padding: 30px;
    background: #fff;
    box-sizing: border-box;
}

.archive #container,
.home #container,
.single #container {
    /* width: 70%; */
    float: left;
    /* padding-right: 2%; */
    box-sizing: border-box;
    /* border-right: 1px dashed #ccc; */
}

.archive #sidebar,
.home #sidebar,
.single #sidebar {
    width: 30%;
    padding-left: 2%;
    float: right;
    box-sizing: border-box;
}


/* =single
-------------------------------------------------------------- */

.single .catlist {
    padding: 10px 0 30px;
}

.single .catlist a {
    background: #0096d1;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    font-size: 1.6rem;
}

.single .entry-content {
    border-top: 1px dashed #ccc;
    padding: 30px 0;
    overflow-wrap: break-word;
}

@media screen and (max-width: 768px) {
    .single #main,
    .home #main,
    .archive #main {
        padding: 20px !important;
    }
    .single #main .content-width,
    .home #main .content-width,
    .archive #main .content-width {
        padding: 15px;
    }
    .single #container,
    .archive #container,
    .home #container,
    .single #sidebar,
    .home #sidebar,
    .archive #sidebar {
        float: none;
        width: 100%;
        padding: 0;
        border: none;
    }
    .single #container,
    .home #container,
    .archive #container {
        margin-bottom: 0;
    }
    #sidebar .blog-list li .cont {
        width: 330px !important;
    }
}


/* = Sidebar 
-------------------------------------------------------------- */

.side-title {
    margin: 0 0 15px;
    font-size: 2rem;
}

.side-box {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 15px;
    padding: 5px;
    color: #fff;
    background: #4d7ac5;
    border: 1px solid #000;
}

.side-box .title {
    margin: 0 0 10px;
    font-size: 1.6rem;
    border-bottom: 1px solid #fff;
}

#sidebar .blog-list li {
    display: block;
    width: 100%;
    margin: 0 0 30px 0;
}

#sidebar .blog-list li .imgbox {
    float: left;
}

#sidebar .blog-list li .cont {
    float: right;
    width: 180px;
    box-sizing: border-box;
    text-align: left;
}

#sidebar .blog-list li .date {
    font-size: 1.4rem;
}

#sidebar .blog-list li h3 {
    font-size: 1.6rem;
}


/* =movie-sec
-------------------------------------------------------------- */

.movie-sec .sec-ttl .secondary {
    color: #ec3e6d;
}

.movie-sec .sec-content .sub-ttl {
    font-size: 3rem;
}


/* =contact
-------------------------------------------------------------- */

#sec-contact .sec-ttl {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    line-height: 1.4;
    margin: 0;
}
/*
#sec-contact .sec-ttl:before,
    position: absolute;
}

#sec-contact .sec-ttl:before {
    content: url('./images/home/img_shop_ttl_parts01.png');
    top: -40px;
    left: 0;
}

#sec-contact .sec-ttl:after {
    content: url('./images/home/img_shop_ttl_parts02.png');
    top: -60px;
    right: 0;
}
*/
#sec-contact .sec-ttl span {
    font-weight: 900;
}

#sec-contact .sec-ttl .primary {
    font-size: 3.5rem;
}

#sec-contact .sec-ttl .secondary {
    font-size: 4rem;
}

#sec-contact .content-box .ttl-box {
    margin-bottom: 20px;
}

#sec-contact .sec-content {
    width: 480px;
    margin: 0 auto;
    text-align: center;
}

#sec-contact .contact-btn {
    margin-top: 30px;
}

#sec-contact .contact-btn a {
    width: 480px;
    margin: 0;
    line-height: 1.5;
    /*padding: 5px 0;*/
    padding: 19px 0 19px 58px;
    background-image: url('./images/common/ico_contact.png');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: top 30px left 46px;
    box-sizing: border-box;
    border-bottom: 5px solid #660922;
    color: #fff;
    font-size: 3.0rem;
    border-radius: 5px;
}

#sec-contact .contact-btn a span {
    font-size: 1.8rem;
    position: relative;
}

#sec-contact .contact-btn a span::before,
#sec-contact .contact-btn a span::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: '';
    width: 25px;
    height: 2px;
    background: #fff;
}

#sec-contact .contact-btn a span::before {
    left: -35px;
    transform: rotate(45deg);
}

#sec-contact .contact-btn a span::after {
    right: -35px;
    transform: rotate(135deg);
}

#sec-contact .sec-content .notice {
    font-size: 1.2rem;
}
#sec-contact .content-box {
        width: 100%;
        margin-bottom: 50px;
    }
@media screen and (max-width: 768px) {
    #sec-contact {
        padding-top: 40px;
        padding-bottom: 0;
    }
    #sec-contact .sec-ttl:before,
    #sec-contact .sec-ttl:after {
        top: -140px;
        transform: scale(0.7);
    }
    #sec-contact .sec-ttl:before {
        left: -35px;
    }
    #sec-contact .sec-ttl:after {
        right: -30px;
        top: -160px;
    }
    #sec-contact .sec-ttl .primary,
    #sec-contact .sec-ttl .secondary {
        font-size: 2.6rem;
    }
    #sec-contact .sec-content {
        width: 100%;
    }
    #sec-contact .content-box {
        width: 100%;
        margin-bottom: 50px;
    }
    #sec-contact .contact-btn a {
        width: 100%;
        background-position: top 27px left 25px;
    }
}


/* =sns
-------------------------------------------------------------- */

#sns-buttons {
    margin: 2.5rem 0 3.5rem;
}

#sns-buttons ul {
    text-align: center;
    white-space: nowrap;
}

#sns-buttons li {
    width: 24.1%;
    margin-right: 1.2%;
}

#sns-buttons li:last-child {
    margin-right: 0!important;
}

#sns-buttons li a {
    display: block;
    color: #FFF;
    background: #55acee;
    padding: 1.1rem 0 0.9rem;
    border-radius: 5px;
    border-bottom: 2px solid #4198da;
}

#sns-buttons li a:hover {
    text-decoration: none;
    border-bottom: 0!important;
    margin-top: 2px;
}

#sns-buttons li a i {
    display: inline-block;
    vertical-align: middle;
    font-size: 2.2rem;
    font-weight: normal;
    margin-right: 0.4rem;
    margin-top: -0.1rem;
}

@media screen and (max-width: 768px) {
    #sns-buttons li a i {
        font-size: 1.7rem;
    }
}

#sns-buttons li a span {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.6rem;
}

#sns-buttons li a span i {
    font-size: 1.5rem;
}

#sns-buttons li.facebook-balloon-btn a {
    background: #4863ae;
    border-bottom: 2px solid #344f9a;
}

#sns-buttons li.facebook-balloon-btn a i {
    margin-right: 0.1rem;
}

#sns-buttons li.googleplus-balloon-btn a {
    background: #db4437;
    border-bottom: 2px solid #ca3326;
}

#sns-buttons li.googleplus-balloon-btn a i {
    font-weight: bold;
}

#sns-buttons li.hatena-balloon-btn a {
    background: #008fde;
    border-bottom: 2px solid #007bca;
}

#sns-buttons li.pocket-balloon-btn a {
    background: #ed4056;
    border-bottom: 2px solid #d92c42;
}

#sns-buttons li.line-balloon-btn a {
    background: #03C302;
    border-bottom: 2px solid #00a800;
}

#sns-buttons.sns-buttons-pc-bottom {
    margin: 6rem 0 0 0;
    padding: 0 0 5rem;
}

#sns-buttons.sns-buttons-pc-bottom li {
    width: 48%;
    margin-right: 2%;
}

#sns-buttons.sns-buttons-pc-bottom li a {
    padding: 1.6rem 0 1.4rem;
    line-height: 1.65;
}

@media screen and (max-width: 768px) {
    #sns-buttons.sns-buttons-pc-bottom li a {
        padding: 1rem 0 0.8rem;
    }
}

#sns-buttons.sns-buttons-pc-bottom li a i {
    margin-top: -0.4rem;
}

@media screen and (max-width: 736px) {
    #sns-buttons li {
        width: 23.9%;
        margin-right: 1.4%;
    }
    #sns-buttons li.sp {
        display: inline-block!important;
    }
    #sns-buttons li a span {
        font-size: 1.1rem;
    }
}


/* = Pagenavi
-------------------------------------------------------------- */

.wp-pagenavi {
    clear: both;
    padding: 20px 0;
    font-size: 1.8rem;
    text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
    display: inline-block;
    width: 2em;
    height: 2em;
    margin: 0 0.25em;
    font-weight: bold;
    line-height: 2.1em;
    color: #000000;
    border: 2px solid #000000;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
}

.wp-pagenavi a:hover,
.wp-pagenavi span {
    color: #fff;
    background: #000000;
    opacity: 1;
    text-decoration: none;
}

.wp-pagenavi .extend {
    width: 1em;
    color: #000;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
}

.wp-pagenavi .extend::after {
    content: "…";
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
    position: relative;
    width: 1em;
    height: 1em;
    background: #000000;
    border-radius: 100%;
    text-indent: -999999px;
    vertical-align: middle;
}

.wp-pagenavi .previouspostslink::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 0.25em;
    left: 0.3em;
    border-width: 4px 6px 4px 0;
    border-style: solid;
    border-color: transparent #fff;
}

.wp-pagenavi .nextpostslink::after {
    content: "";
    position: absolute;
    top: 0.25em;
    left: 0.4em;
    width: 0;
    height: 0;
    border-width: 4px 0 4px 6px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}

@media screen and (max-width: 640px) {
    .wp-pagenavi a,
    .wp-pagenavi span {
        display: inline-block;
        width: 1.9em;
        height: 1.9em;
        font-size: 1.6rem;
        line-height: 2em;
    }
}

@media screen and (max-width: 480px) {
    .wp-pagenavi a,
    .wp-pagenavi span {
        display: inline-block;
        width: 1.9em;
        height: 1.9em;
        margin: 0 2px;
        font-size: 1.4rem;
        line-height: 2em;
    }
    .wp-pagenavi .previouspostslink,
    .wp-pagenavi .nextpostslink {
        font-size: 1.6rem;
    }
}

.result_count {
    margin-bottom: 15px;
    text-align: center;
    font-size: 1.4rem;
    color: #999;
}


/* = #nav-below
-------------------------------------------------------------- */

#nav-below {
    padding: 2.5rem 0 0;
    border-top: 1px solid #eee;
}

#nav-below .nav-previous {
    float: left;
    box-sizing: border-box;
    width: 50%;
}

#nav-below .nav-next {
    float: right;
    box-sizing: border-box;
    width: 50%;
    border-left: 1px solid #eee;
    text-align: right;
}

#nav-below h3 {
    margin: 0 0 1rem 0;
    font-size: 1.5rem;
}

#nav-below a {
    display: table;
    width: 100%;
}

#nav-below .imgbox {
    box-sizing: border-box;
    display: table-cell;
    width: 74px;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    vertical-align: middle;
}

#nav-below a img {
    width: 100%;
}

#nav-below a h4 {
    display: table-cell;
    padding: 0 1rem;
    font-weight: normal;
    line-height: 1.25;
    -webkit-font-smoothing: initial;
    -moz-osx-font-smoothing: unset;
    vertical-align: middle;
}

#nav-below .first,
#nav-below .last {
    margin: 2.85rem 0;
}

@media screen and (max-width: 736px) {
    #nav-below {
        margin-bottom: 4rem;
    }
    #nav-below a h4 {
        font-size: 1.3rem;
    }
}

@media screen and (max-width: 1000px) {
    .content-width {
        padding-left: 20px;
        padding-right: 20px;
    }
    #mmenu-btn {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .left,
    .right {
        float: right;
		  margin-top: 0.5rem;
		  font-weight: normal;
    }
    #container {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    #sidebar {
        float: none;
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    #sec-contact .contact-line .link-box {
        display: block;
        line-height: 1;
        width: 100%;
        background-color: #01B900;
    }
}


/*資料請求*/

#wpcf7-f708-p710-o1 {
    margin: 30px 0 60px 0;
}


/*シミュレーション*/

#sec-simulation #simulation-emphasis.inavailable {
    display: none;
}

#sec-simulation #simulation-emphasis {
    box-sizing: border-box;
    background-color: #FEF3CC;
    border-radius: 15px;
    font-size: 2.5rem;
    width: 60%;
    margin: 30px auto 0;
    padding: 20px 0;
}

@media screen and (max-width: 768px) {
    #sec-simulation #simulation-emphasis {
        font-feature-settings: "palt";
        font-size: 1.8rem;
        width: 100%;
        padding: 20px 8px;
    }
}

#sec-simulation #simulation-emphasis .emphasis-red {
    color: #ed3266;
    font-size: 4.0rem;
}

@media screen and (max-width: 768px) {
    #sec-simulation #simulation-emphasis .emphasis-red {
        font-size: 3.1rem;
    }
}

#sec-simulation #simulation-emphasis .emphasis-black {
    font-weight: 700;
    font-size: 3.5rem;
}

@media screen and (max-width: 768px) {
    #sec-simulation #simulation-emphasis .emphasis-black {
        font-size: 2.5rem;
        letter-spacing: .05em;
    }
}


/* = 20201216 reCAPTCHA
-------------------------------------------------------------- */

.grecaptcha-badge {
    visibility: hidden;
}

/* = 20210802 友だち追加ボタン
-------------------------------------------------------------- */
.line-button-box {
    position: relative;
    background-color: #06C755;
    border-radius: 8px;
}
  
.line-button-box .mouse-hover {
    border-radius: 8px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

.line-button-box .mouse-hover:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.line-button-box .mouse-hover:active {
    background-color: rgba(0, 0, 0, 0.3);
}

.line-button-box .icon {
width: 40px;
}
@media screen and (max-width:767px) {
    .line-button-box .icon {
      width: 32px;
    }
}

.line-button {
	display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin: 0;
    padding: 1.5rem;
    border: none;
    cursor: pointer;
    background: #06c755;
    -webkit-tap-highlight-color: rgba(13,222,112,.7);
    text-decoration: none;
    color: #fff !important;
    font-size: 2.4rem;
    font-weight: 700;
    position: relative;
}
/* .line-button:hover {
    opacity: .7;
} */
.line-button-area {
    max-width: 480px;
    margin: 6rem auto 5rem;
    padding-bottom: 10px;
    color: #222;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: bold;
}
.line-button-area p {
    margin-bottom: 1rem;
}
.chevron-right {
    position: absolute;
    top: 0;
    right: 1rem;
    bottom: 0;
    margin: auto;
    width: 2.5rem;
    height: 2.5rem;
}
/* = 20210806 ロゴ・カテゴリー・ボタン
-------------------------------------------------------------- */
.blog-list li:hover {
	opacity: 0.7;
} 
#page-ttl {
	margin-bottom: 1rem;
}
#page-ttl img {
	max-width: 80%;
}
#page-ttl .h1sub {
	margin-top: -1rem;
}
#blog-category {
	text-align: center;
	margin-bottom: 5rem;
	background: #feffd9;
   padding: 2rem;
   border-radius: 10px;
}
#blog-category > span {
	font-size: 2.4rem;
	font-weight: bold;
}
#blog-category ul {
	font-size: 2rem;
}
#blog-category li {
	text-decoration: underline;
	color: #0066cc;
	padding: 0.25rem 0;
}
#sidebar {
	display: none;
}
.lp-button {
	display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin-top: 2rem;
    padding: 1.5rem 0;
    border: none;
    cursor: pointer;
    background: #ec3e6d;
    -webkit-tap-highlight-color: rgba(236,62,109,.7);
    text-decoration: none;
    color: #fff !important;
    font-size: 2.4rem;
    font-weight: 700;
}
.lp-button:hover {
    opacity: .7;
}
/* = 20210916 アクセスランキング
-------------------------------------------------------------- */
#access-ranking h2 {
    text-align: center;
    font-size: 4rem;
}
#access-ranking .blog-list li .imgbox{
    position: relative;
}
#access-ranking .blog-list li .imgbox::before {
    background: #ec3e6d;
    padding: 0.5rem 1.5rem;
    font-size: 2rem;
    font-weight: bold;
    color: #FFFFFF;
    position: absolute;
}
#access-ranking .blog-list li:nth-of-type(1) .imgbox::before {
    content: '1';
}
#access-ranking .blog-list li:nth-of-type(2) .imgbox::before {
    content: '2';
}
#access-ranking .blog-list li:nth-of-type(3) .imgbox::before {
    content: '3';
}

@media screen and (max-width: 768px) {
    #access-ranking h2 {
        font-size: 3rem;
    }
    #access-ranking .blog-list li {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
    #access-ranking .blog-list li .imgbox {
        margin-left: 5rem;
    }
    #access-ranking .blog-list li .imgbox::before {
        left: -5rem;
    }
    #access-ranking .blog-list li .imgbox img {
        margin-left: 1rem;
        max-width: 150px;
        min-width: 150px;
    }
}